ajanz commited on
Commit
09a03c2
1 Parent(s): 24615aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -1
README.md CHANGED
@@ -56,7 +56,7 @@ task_ids:
56
 
57
  ### Dataset Summary
58
 
59
- `WSD Polish Datasets` are comprehensive benchmark for word sense disambiguation (WSD) classification task written in low-resource language Polish.
60
  It consists of 6 distinct datasets, manually annotated based on plWordNet-4.2:
61
  - KPWr
62
  - KPWr-100
@@ -182,6 +182,8 @@ Description of json keys:
182
 
183
  ## Dataset Creation
184
 
 
 
185
  ### Curation Rationale
186
 
187
  [More Information Needed]
@@ -235,6 +237,9 @@ Description of json keys:
235
  [More Information Needed]
236
 
237
  ### Citation Information
 
 
 
238
  ````
239
  @InProceedings{10.1007/978-3-031-08754-7_70,
240
  author="Janz, Arkadiusz
@@ -255,4 +260,65 @@ Description of json keys:
255
  pages="682--689",
256
  isbn="978-3-031-08754-7"
257
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
258
  ````
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  ### Dataset Summary
58
 
59
+ `WSD Polish Datasets` is a comprehensive benchmark for word sense disambiguation (WSD) classification task written in low-resource language Polish.
60
  It consists of 6 distinct datasets, manually annotated based on plWordNet-4.2:
61
  - KPWr
62
  - KPWr-100
 
182
 
183
  ## Dataset Creation
184
 
185
+
186
+
187
  ### Curation Rationale
188
 
189
  [More Information Needed]
 
237
  [More Information Needed]
238
 
239
  ### Citation Information
240
+
241
+ Main source (all corpora as a unified benchmark)
242
+
243
  ````
244
  @InProceedings{10.1007/978-3-031-08754-7_70,
245
  author="Janz, Arkadiusz
 
260
  pages="682--689",
261
  isbn="978-3-031-08754-7"
262
  }
263
+
264
+ ````
265
+
266
+ Related work
267
+ ------------
268
+
269
+ KPWr-100, Składnica, SPEC
270
+ @article{janzresults,
271
+ title={Results of the PolEval 2020 Shared Task 3: Word Sense Disambiguation},
272
+ author={Janz, Arkadiusz and Chlebus, Joanna and Dziob, Agnieszka and Piasecki, Maciej},
273
+ journal={Proceedings of the PolEval 2020 Workshop},
274
+ pages={65--77},
275
+ year={2020}
276
+ }
277
+
278
+ GLEX (EmoGLEX)
279
+ @article{janz2017plwordnet,
280
+ title={{plWordNet} as a basis for large emotive lexicons of Polish},
281
+ author={Janz, Arkadiusz and Kocon, Jan and Piasecki, Maciej and Zasko-Zielinska, Monika},
282
+ journal={Proceedings of Human Language Technologies as a Challenge for Computer Science and Linguistics Poznan: Fundacja Uniwersytetu im. Adama Mickiewicza w Poznaniu},
283
+ pages={189--193},
284
+ year={2017}
285
+ }
286
+
287
+ KPWr
288
+ ````
289
+ @conference{broda2012,
290
+ address = {Istanbul, Turkey},
291
+ author = {Bartosz Broda and Micha{\l} Marci{\'n}czuk and Marek Maziarz and Adam Radziszewski and Adam Wardy{\'n}ski},
292
+ booktitle = {Proceedings of LREC'12},
293
+ owner = {Marlena},
294
+ publisher = {ELRA},
295
+ timestamp = {2014.06.20},
296
+ title = {KPWr: Towards a Free Corpus of Polish},
297
+ year = {2012}}
298
+ ````
299
+
300
+ Składnica
301
+ ````
302
+ @inproceedings{hajnicz-2014-lexico,
303
+ title = "Lexico-Semantic Annotation of Sk{\l}adnica Treebank by means of {PLWN} Lexical Units",
304
+ author = "Hajnicz, El{\.z}bieta",
305
+ booktitle = "Proceedings of the Seventh Global {W}ordnet Conference",
306
+ month = jan,
307
+ year = "2014",
308
+ address = "Tartu, Estonia",
309
+ publisher = "University of Tartu Press",
310
+ url = "https://aclanthology.org/W14-0104",
311
+ pages = "23--31",
312
+ }
313
  ````
314
+
315
+ Walenty
316
+ ````
317
+ @inproceedings{haj:and:bar:lrec16,
318
+ author = {Hajnicz, El{\.z}bieta and Andrzejczuk, Anna and Bartosiak, Tomasz},
319
+ crossref = {lrec:16},
320
+ pages = {2625--2632},
321
+ pdf = {http://www.lrec-conf.org/proceedings/lrec2016/pdf/382_Paper.pdf},
322
+ title = {Semantic Layer of the Valence Dictionary of {P}olish \emph{{W}alenty}}
323
+ }
324
+ ````