Files changed (1) hide show
  1. README.md +22 -16
README.md CHANGED
@@ -100,21 +100,11 @@ dataset_info:
100
 
101
  ## Dataset Description
102
 
103
- - **Homepage:**
104
- http://zil.ipipan.waw.pl/Scwad/CDSCorpus
105
  - **Repository:**
106
- - **Paper:**
107
- @inproceedings{wroblewska2017polish,
108
- title={Polish evaluation dataset for compositional distributional semantics models},
109
- author={Wr{\'o}blewska, Alina and Krasnowska-Kiera{\'s}, Katarzyna},
110
- booktitle={Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
111
- pages={784--792},
112
- year={2017}
113
- }
114
- - **Leaderboard:**
115
- https://klejbenchmark.com/leaderboard/
116
- - **Point of Contact:**
117
118
 
119
  ### Dataset Summary
120
 
@@ -206,8 +196,24 @@ Dataset provided for research purposes only. Please check dataset license for ad
206
  CC BY-NC-SA 4.0
207
 
208
  ### Citation Information
209
-
210
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
 
212
  ### Contributions
213
 
 
100
 
101
  ## Dataset Description
102
 
103
+ - **Homepage:** http://zil.ipipan.waw.pl/Scwad/CDSCorpus
 
104
  - **Repository:**
105
+ - **Paper:** https://aclanthology.org/P17-1073/
106
+ - **Leaderboard:** https://klejbenchmark.com/leaderboard/
107
+ - **Point of Contact:** [Alina Wróblewska](mailto:[email protected])
 
 
 
 
 
 
 
 
 
108
 
109
  ### Dataset Summary
110
 
 
196
  CC BY-NC-SA 4.0
197
 
198
  ### Citation Information
199
+ ```
200
+ @inproceedings{wroblewska-krasnowska-kieras-2017-polish,
201
+ title = "{P}olish evaluation dataset for compositional distributional semantics models",
202
+ author = "Wr{\'o}blewska, Alina and
203
+ Krasnowska-Kiera{\'s}, Katarzyna",
204
+ editor = "Barzilay, Regina and
205
+ Kan, Min-Yen",
206
+ booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
207
+ month = jul,
208
+ year = "2017",
209
+ address = "Vancouver, Canada",
210
+ publisher = "Association for Computational Linguistics",
211
+ url = "https://aclanthology.org/P17-1073",
212
+ doi = "10.18653/v1/P17-1073",
213
+ pages = "784--792",
214
+ abstract = "The paper presents a procedure of building an evaluation dataset. for the validation of compositional distributional semantics models estimated for languages other than English. The procedure generally builds on steps designed to assemble the SICK corpus, which contains pairs of English sentences annotated for semantic relatedness and entailment, because we aim at building a comparable dataset. However, the implementation of particular building steps significantly differs from the original SICK design assumptions, which is caused by both lack of necessary extraneous resources for an investigated language and the need for language-specific transformation rules. The designed procedure is verified on Polish, a fusional language with a relatively free word order, and contributes to building a Polish evaluation dataset. The resource consists of 10K sentence pairs which are human-annotated for semantic relatedness and entailment. The dataset may be used for the evaluation of compositional distributional semantics models of Polish.",
215
+ }
216
+ ```
217
 
218
  ### Contributions
219