Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,24 @@ More information needed
|
|
32 |
More information needed
|
33 |
|
34 |
## Training and evaluation data
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
## Training procedure
|
37 |
|
|
|
32 |
More information needed
|
33 |
|
34 |
## Training and evaluation data
|
35 |
+
https://huggingface.co/datasets/clarin-pl/polemo2-official
|
36 |
+
```bibtex
|
37 |
+
@inproceedings{kocon-etal-2019-multi,
|
38 |
+
title = "Multi-Level Sentiment Analysis of {P}ol{E}mo 2.0: Extended Corpus of Multi-Domain Consumer Reviews",
|
39 |
+
author = "Koco{\'n}, Jan and
|
40 |
+
Mi{\l}kowski, Piotr and
|
41 |
+
Za{\'s}ko-Zieli{\'n}ska, Monika",
|
42 |
+
booktitle = "Proceedings of the 23rd Conference on Computational Natural Language Learning (CoNLL)",
|
43 |
+
month = nov,
|
44 |
+
year = "2019",
|
45 |
+
address = "Hong Kong, China",
|
46 |
+
publisher = "Association for Computational Linguistics",
|
47 |
+
url = "https://aclanthology.org/K19-1092",
|
48 |
+
doi = "10.18653/v1/K19-1092",
|
49 |
+
pages = "980--991",
|
50 |
+
abstract = "In this article we present an extended version of PolEmo {--} a corpus of consumer reviews from 4 domains: medicine, hotels, products and school. Current version (PolEmo 2.0) contains 8,216 reviews having 57,466 sentences. Each text and sentence was manually annotated with sentiment in 2+1 scheme, which gives a total of 197,046 annotations. We obtained a high value of Positive Specific Agreement, which is 0.91 for texts and 0.88 for sentences. PolEmo 2.0 is publicly available under a Creative Commons copyright license. We explored recent deep learning approaches for the recognition of sentiment, such as Bi-directional Long Short-Term Memory (BiLSTM) and Bidirectional Encoder Representations from Transformers (BERT).",
|
51 |
+
}
|
52 |
+
```
|
53 |
|
54 |
## Training procedure
|
55 |
|