eduagarcia commited on
Commit
0cdfb1d
1 Parent(s): 6f84342

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md CHANGED
@@ -1,4 +1,26 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: pair_ID
@@ -45,3 +67,41 @@ configs:
45
  - split: test
46
  path: data/test-*
47
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - pt
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - text-classification
18
+ - sentence-similarity
19
+ task_ids:
20
+ - text-scoring
21
+ - natural-language-inference
22
+ - semantic-similarity-scoring
23
+ pretty_name: SICK-BR
24
  dataset_info:
25
  features:
26
  - name: pair_ID
 
67
  - split: test
68
  path: data/test-*
69
  ---
70
+
71
+ # SICK-BR
72
+
73
+ This is a reproduction of the of the [SICK-BR dataset](https://github.com/livyreal/SICK-BR) in HuggingFace format, SICK-BR is a Portuguese inference corpus, aligned to and translated from SICK (Marelli et al., 2014).
74
+
75
+ To know more about the resource, please see the paper: [Real, Livy; Rodrigues, Ana; Vieira e Silva, Andressa; Albiero, Beatriz; Thalenberg, Bruna; Guide, Bruno; Silva, Cindy; Oliveira Lima, Guilherme de, Camara, Igor C. S.; Stanojevic, Milos; Souza, Rodrigo; Paiva, Valeria de. SICK-BR: a Portuguese corpus for inference. PROPOR2018 (International Conference on the Computational Processing of Portuguese), 26 September 2018. Canela, Brazil](https://linux.ime.usp.br/~thalen/SICK_PT.pdf)
76
+
77
+ Part of the SICK-BR was used in ASSIN 2, a shared task of inference and semantic similarity held in Salvador (BA/Brazil), in October 2019, in conjuction with STIL 2019.
78
+ https://sites.google.com/view/assin2/
79
+
80
+ ## Citation
81
+
82
+ ```bibtex
83
+ @inproceedings{real18,
84
+ author="Real, Livy
85
+ and Rodrigues, Ana
86
+ and Vieira e Silva, Andressa
87
+ and Albiero, Beatriz
88
+ and Thalenberg, Bruna
89
+ and Guide, Bruno
90
+ and Silva, Cindy
91
+ and de Oliveira Lima, Guilherme
92
+ and C{\^a}mara, Igor C. S.
93
+ and Stanojevi{\'{c}}, Milo{\v{s}}
94
+ and Souza, Rodrigo
95
+ and de Paiva, Valeria"
96
+ year ="2018",
97
+ title="SICK-BR: A Portuguese Corpus for Inference",
98
+ booktitle="Computational Processing of the Portuguese Language. PROPOR 2018.",
99
+ doi ="10.1007/978-3-319-99722-3_31",
100
+ isbn="978-3-319-99722-3"
101
+ }
102
+ ```
103
+
104
+ ## Dataset Description
105
+
106
+ - **Homepage:** https://github.com/livyreal/SICK-BR
107
+ - **Paper:** [SICK-BR: A Portuguese Corpus for Inference](https://linux.ime.usp.br/~thalen/SICK_PT.pdf)