carmentano commited on
Commit
e2facce
1 Parent(s): 9f4d50b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -22,9 +22,11 @@ task_ids:
22
  # Semantic Textual Similarity in Catalan
23
 
24
  ## Dataset Description
 
 
25
  - **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
26
 
27
- - **Point of Contact:** Carlos Rodríguez-Penagos (carlos.rodriguez1@bsc.es) and Carme Armentano-Oller (carme.armentano@bsc.es)
28
 
29
 
30
 
@@ -46,6 +48,11 @@ CA - Catalan
46
  ### Data Instances
47
 
48
  Follows SemEval challenges (https://www.aclweb.org/anthology/S13-1004.pdf).
 
 
 
 
 
49
 
50
  #### Example
51
 
@@ -111,15 +118,15 @@ No personal or sensitive information included.
111
 
112
  ### Social Impact of Dataset
113
 
114
- [More Information Needed]
115
 
116
  ### Discussion of Biases
117
 
118
- [More Information Needed]
119
 
120
  ### Other Known Limitations
121
 
122
- [More Information Needed]
123
 
124
  ## Additional Information
125
 
@@ -181,5 +188,5 @@ This work is licensed under a <a rel="license" href="https://creativecommons.org
181
 
182
  ### Funding
183
 
184
- This work was funded by the [Catalan Ministry of the Vice-presidency, Digital Policies and Territory](https://politiquesdigitals.gencat.cat/en/inici/index.html) within the framework of the [Aina project](https://politiquesdigitals.gencat.cat/ca/tic/aina-el-projecte-per-garantir-el-catala-en-lera-digital/).
185
 
 
22
  # Semantic Textual Similarity in Catalan
23
 
24
  ## Dataset Description
25
+ - **Website:** https://zenodo.org/record/4761434
26
+
27
  - **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
28
 
29
+ - **Point of Contact:** [Carlos Rodríguez-Penagos](carlos.rodriguez1@bsc.es) and [Carme Armentano-Oller](carme.armentano@bsc.es)
30
 
31
 
32
 
 
48
  ### Data Instances
49
 
50
  Follows SemEval challenges (https://www.aclweb.org/anthology/S13-1004.pdf).
51
+ * index (int)
52
+ * id (str): Unique ID assigned to the sentence pair.
53
+ * sentence 1 (str): First sentence of the pair.
54
+ * sentence 2 (str): Second sentence of the pair.
55
+ * avg (float): Gold truth
56
 
57
  #### Example
58
 
 
118
 
119
  ### Social Impact of Dataset
120
 
121
+ [N/A]
122
 
123
  ### Discussion of Biases
124
 
125
+ [N/A]
126
 
127
  ### Other Known Limitations
128
 
129
+ [N/A]
130
 
131
  ## Additional Information
132
 
 
188
 
189
  ### Funding
190
 
191
+ This work was funded by the [Departament de la Vicepresidència i de Polítiques Digitals i Territori de la Generalitat de Catalunya](https://politiquesdigitals.gencat.cat/en/inici/index.html) within the framework of the [Aina project](https://politiquesdigitals.gencat.cat/ca/tic/aina-el-projecte-per-garantir-el-catala-en-lera-digital/).
192