de-francophones commited on
Commit
cf007ee
·
verified ·
1 Parent(s): 5e59a37

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ - it
6
+ - ja
7
+ - ru
8
+ - de
9
+ - es
10
+ - fr
11
+ - nl
12
+ - pt
13
+ multilinguality:
14
+ - multilingual
15
+ viewer: false
16
+ task_categories:
17
+ - text-classification
18
+ license: cc-by-4.0
19
+ ---
20
+
21
+ > [!NOTE]
22
+ > Dataset origin: https://clarin-pl.eu/dspace/handle/11321/798
23
+
24
+ ## Description
25
+ MultiEmo, a new benchmark data set for the multilingual sentiment analysis task including 11 languages. The collection contains consumer reviews from four domains: medicine, hotels, products and university. The original reviews in Polish contained 8,216 documents consisting of 57,466 sentences. The reviews were manually annotated with sentiment at the level of the whole document and at the level of a sentence (3 annotators per element). We achieved a high Positive Specific Agreement value of 0.91 for texts and 0.88 for sentences. The collection was then translated automatically into English, Chinese, Italian, Japanese, Russian, German, Spanish, French, Dutch and Portuguese. MultiEmo is publicly available under a Creative Commons Attribution 4.0 International Licence.
26
+
27
+ ## Citation
28
+ ```
29
+ @inproceedings{kocon2021multiemo,
30
+ title={Multiemo: Multilingual, multilevel, multidomain sentiment analysis corpus of consumer reviews},
31
+ author={Koco{\'n}, Jan and Mi{\l}kowski, Piotr and Kanclerz, Kamil},
32
+ booktitle={International Conference on Computational Science},
33
+ pages={297--312},
34
+ year={2021},
35
+ organization={Springer}
36
+ }
37
+ ```