marco-stranisci commited on
Commit
f3d480a
·
verified ·
1 Parent(s): f07222d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -38,6 +38,21 @@ tags:
38
  size_categories:
39
  - 1K<n<10K
40
  ---
41
- # Dataset Card for "APPreddit"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
38
  size_categories:
39
  - 1K<n<10K
40
  ---
41
+ # APPReddit: a Corpus of Reddit Post Annotated for Appraisal
42
+
43
+ ## Abstract
44
+ > Despite the large number of computational resources for emotion recognition, there is a lack of data sets relying on appraisal models. According to Appraisal theories, emotions are the outcome of a multi-dimensional evaluation of events. In this paper, we present APPReddit, the first corpus of non-experimental data annotated according to this theory. After describing its development, we compare our resource with enISEAR, a corpus of events created in an experimental setting and annotated for appraisal. Results show that the two corpora can be mapped notwithstanding different typologies of data and annotations schemes. A SVM model trained on APPReddit predicts four appraisal dimensions without significant loss. Merging both corpora in a single training set increases the prediction of 3 out of 4 dimensions. Such findings pave the way to a better performing classification model for appraisal prediction.
45
+
46
+
47
+ ## Cite this work
48
+
49
+
50
+ > @inproceedings{stranisci2022appreddit,\
51
+ > title={APPReddit: a Corpus of Reddit Posts Annotated for Appraisal},\
52
+ > author={Stranisci, Marco Antonio and Frenda, Simona and Ceccaldi, Eleonora and Basile, Valerio and Damiano, Rossana and Patti, Viviana},\
53
+ > booktitle={Proceedings of the Thirteenth Language Resources and Evaluation Conference},\
54
+ > pages={3809--3818},\
55
+ > year={2022}\
56
+ > }
57
 
58
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)