bkoptyra commited on
Commit
9ee51ea
·
verified ·
1 Parent(s): e2b5178

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -4
README.md CHANGED
@@ -62,7 +62,7 @@ license: cc-by-4.0
62
  ## Dataset
63
  The dataset is made up of consumer reviews written in Polish. Those reviews belong to four domains: hotels, medicine, products, and university. This collection also contains non-opinion informative texts belonging to the same domains (meaning they are mostly neutral). Each sentence, as well as all the reviews as a whole, are annotated with emotions from the Plutchnik's wheel of emotions (joy, trust, anticipation, surprise, fear, sadness, disgust, anger), as well as the perceived sentiment (positive, negative, neutral), with ambivalent sentiment being labeled using both positive and negative labels. The dataset was annotated by six people who did not see each other's decisions. These annotations were aggregated by selecting labels annotated by at least 2 out of 6 people, meaning controversial texts and sentences can be annotated with opposing emotions. While each sentence has its own annotation, they were created in the context of the whole review.
64
 
65
- For more information about this dataset, see references [1](#ref-1) and [2](#ref-2).
66
 
67
  ### Training set
68
  Training data consists of 776 reviews containing 6393 sentences randomly selected from the whole dataset. The split was done on the level of whole reviews, meaning no reviews are split between sets.
@@ -109,7 +109,41 @@ meaning sentences are labeled as:
109
  and the review as a whole, starting from "Była to pierwsza wizyta ale moze i ostatnia." and ending at "Nie polecam tego lekarza." is labeled as: surprise, sadness, negative.
110
 
111
 
112
- ## References
113
- <span id="ref-1">1. Koptyra, Bartłomiej, et al. "CLARIN-Emo: Training Emotion Recognition Models Using Human Annotation and ChatGPT." International Conference on Computational Science. Cham: Springer Nature Switzerland, 2023.</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
 
115
- <span id="ref-2">2. Kocoń, Jan, et al. "ChatGPT: Jack of all trades, master of none." Information Fusion (2023): 101861.</span>
 
62
  ## Dataset
63
  The dataset is made up of consumer reviews written in Polish. Those reviews belong to four domains: hotels, medicine, products, and university. This collection also contains non-opinion informative texts belonging to the same domains (meaning they are mostly neutral). Each sentence, as well as all the reviews as a whole, are annotated with emotions from the Plutchnik's wheel of emotions (joy, trust, anticipation, surprise, fear, sadness, disgust, anger), as well as the perceived sentiment (positive, negative, neutral), with ambivalent sentiment being labeled using both positive and negative labels. The dataset was annotated by six people who did not see each other's decisions. These annotations were aggregated by selecting labels annotated by at least 2 out of 6 people, meaning controversial texts and sentences can be annotated with opposing emotions. While each sentence has its own annotation, they were created in the context of the whole review.
64
 
65
+ For more information about this dataset, see the article in the Citation Information section.
66
 
67
  ### Training set
68
  Training data consists of 776 reviews containing 6393 sentences randomly selected from the whole dataset. The split was done on the level of whole reviews, meaning no reviews are split between sets.
 
109
  and the review as a whole, starting from "Była to pierwsza wizyta ale moze i ostatnia." and ending at "Nie polecam tego lekarza." is labeled as: surprise, sadness, negative.
110
 
111
 
112
+ ### Licensing Information
113
+
114
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
115
+
116
+ ### Citation Information
117
+
118
+ ```
119
+ @article{kocon2023chatgpt,
120
+ title={ChatGPT: Jack of all trades, master of none},
121
+ author={Koco{'n}, Jan and Cichecki, Igor and Kaszyca, Oliwier and Kochanek, Mateusz and Szyd{\l}o, Dominika and Baran, Joanna and Bielaniewicz, Julita and Gruza, Marcin and Janz, Arkadiusz and Kanclerz, Kamil and others},
122
+ journal={Information Fusion},
123
+ volume={99},
124
+ pages={101861},
125
+ year={2023},
126
+ publisher={Elsevier}
127
+ }
128
+ ```
129
+
130
+ ```
131
+ @inproceedings{koptyra2023clarin,
132
+ title={Clarin-emo: Training emotion recognition models using human annotation and chatgpt},
133
+ author={Koptyra, Bart{\l}omiej and Ngo, Anh and Radli{'n}ski, {\L}ukasz and Koco{'n}, Jan},
134
+ booktitle={International Conference on Computational Science},
135
+ pages={365--379},
136
+ year={2023},
137
+ organization={Springer}
138
+ }
139
+ ```
140
+
141
+ ```
142
+ @inproceedings{koptyra2024poleval,
143
+ title={PolEval 2024 Task 2: Emotion and Sentiment Recognition},
144
+ author={Koptyra, Bart{\l}omiej and Koco{'n}, Jan},
145
+ booktitle={Proceedings of the PolEval 2024 Workshop},
146
+ year={2024},
147
+ organization={Institute of Computer Science, Polish Academy of Sciences}
148
+ }
149