|
{ |
|
"paper_id": "2021", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T07:11:49.033774Z" |
|
}, |
|
"title": "Emotion Stimulus Detection in German News Headlines", |
|
"authors": [ |
|
{ |
|
"first": "Bao", |
|
"middle": [], |
|
"last": "Minh", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Stuttgart", |
|
"location": { |
|
"country": "Germany" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Doan", |
|
"middle": [], |
|
"last": "Dang", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Stuttgart", |
|
"location": { |
|
"country": "Germany" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Laura", |
|
"middle": [], |
|
"last": "Oberl\u00e4nder", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Stuttgart", |
|
"location": { |
|
"country": "Germany" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Stuttgart", |
|
"location": { |
|
"country": "Germany" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Emotion stimulus extraction is a fine-grained subtask of emotion analysis that focuses on identifying the description of the cause behind an emotion expression from a text passage (e.g., in the sentence \"I am happy that I passed my exam\" the phrase \"passed my exam\" corresponds to the stimulus.). Previous work mainly focused on Mandarin and English, with no resources or models for German. We fill this research gap by developing a corpus of 2006 German news headlines annotated with emotions and 811 instances with annotations of stimulus phrases. Given that such corpus creation efforts are time-consuming and expensive, we additionally work on an approach for projecting the existing English GoodNewsEveryone (GNE) corpus to a machine-translated German version. We compare the performance of a conditional random field (CRF) model (trained monolingually on German and crosslingually via projection) with a multilingual XLM-RoBERTa (XLM-R) model. Our results show that training with the German corpus achieves higher F1 scores than projection. Experiments with XLM-R outperform their respective CRF counterparts.", |
|
"pdf_parse": { |
|
"paper_id": "2021", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Emotion stimulus extraction is a fine-grained subtask of emotion analysis that focuses on identifying the description of the cause behind an emotion expression from a text passage (e.g., in the sentence \"I am happy that I passed my exam\" the phrase \"passed my exam\" corresponds to the stimulus.). Previous work mainly focused on Mandarin and English, with no resources or models for German. We fill this research gap by developing a corpus of 2006 German news headlines annotated with emotions and 811 instances with annotations of stimulus phrases. Given that such corpus creation efforts are time-consuming and expensive, we additionally work on an approach for projecting the existing English GoodNewsEveryone (GNE) corpus to a machine-translated German version. We compare the performance of a conditional random field (CRF) model (trained monolingually on German and crosslingually via projection) with a multilingual XLM-RoBERTa (XLM-R) model. Our results show that training with the German corpus achieves higher F1 scores than projection. Experiments with XLM-R outperform their respective CRF counterparts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Emotions are a complex phenomenon that play a central role in our experiences and daily communications. Understanding them cannot be accounted by any single area of study since they can be represented and expressed in different ways, e.g., via facial expressions, voice, language, or gestures. In natural language processing, most models build on top of one out of three approaches to study and understand emotions, namely basic emotions (Ekman, 1992; Strapparava and Mihalcea, 2007; Aman and Szpakowicz, 2007) , the valence-arousal model (Russell, 1980; Buechel and Hahn, 2017) or cognitive appraisal theory (Scherer, 2005; Hof-mann et al., 2020 Hof-mann et al., , 2021 . Emotion classification in text has received abundant attention in natural language processing research in the past few years. Hence, many studies have been conducted to investigate emotions on social media (Stieglitz and Dang-Xuan, 2013; Brynielsson et al., 2014; Tromp and Pechenizkiy, 2015) , in literary and poetry texts (Kim and Klinger, 2019; Haider et al., 2020) or for analysing song lyrics (Mihalcea and Strapparava, 2012; Hijra Ferdinan et al., 2018; Edmonds and Sedoc, 2021) . However, previous work mostly focused on assigning emotions to sentences or text passages. These approaches do not allow to identify which event, object, or person caused the emotion (which we refer to as the stimulus).", |
|
"cite_spans": [ |
|
{ |
|
"start": 438, |
|
"end": 451, |
|
"text": "(Ekman, 1992;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 452, |
|
"end": 483, |
|
"text": "Strapparava and Mihalcea, 2007;", |
|
"ref_id": "BIBREF44" |
|
}, |
|
{ |
|
"start": 484, |
|
"end": 510, |
|
"text": "Aman and Szpakowicz, 2007)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 539, |
|
"end": 554, |
|
"text": "(Russell, 1980;", |
|
"ref_id": "BIBREF40" |
|
}, |
|
{ |
|
"start": 555, |
|
"end": 578, |
|
"text": "Buechel and Hahn, 2017)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 609, |
|
"end": 624, |
|
"text": "(Scherer, 2005;", |
|
"ref_id": "BIBREF42" |
|
}, |
|
{ |
|
"start": 625, |
|
"end": 646, |
|
"text": "Hof-mann et al., 2020", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 647, |
|
"end": 670, |
|
"text": "Hof-mann et al., , 2021", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 879, |
|
"end": 910, |
|
"text": "(Stieglitz and Dang-Xuan, 2013;", |
|
"ref_id": "BIBREF43" |
|
}, |
|
{ |
|
"start": 911, |
|
"end": 936, |
|
"text": "Brynielsson et al., 2014;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 937, |
|
"end": 965, |
|
"text": "Tromp and Pechenizkiy, 2015)", |
|
"ref_id": "BIBREF46" |
|
}, |
|
{ |
|
"start": 997, |
|
"end": 1020, |
|
"text": "(Kim and Klinger, 2019;", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 1021, |
|
"end": 1041, |
|
"text": "Haider et al., 2020)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 1071, |
|
"end": 1103, |
|
"text": "(Mihalcea and Strapparava, 2012;", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 1104, |
|
"end": 1132, |
|
"text": "Hijra Ferdinan et al., 2018;", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 1133, |
|
"end": 1157, |
|
"text": "Edmonds and Sedoc, 2021)", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Emotion stimulus detection is the subtask of emotion analysis which aims at extracting the stimulus of an expressed emotion. For instance, in the following example from FrameNet (Fillmore et al., 2003) \"Holmes is happy having the freedom of the house when we are out\" one could assume that happiness or joy is the emotion in the text. One could also highlight that the term \"happy\" indicates the emotion, \"Holmes\" is the experiencer and the phrase \"having the freedom of the house when we are out\" (underlined) is the stimulus for the perceived emotion. Detecting emotion stimuli provides additional information for a better understanding of the emotion structures (e.g., semantic frames associated with emotions). More than that, the fact that stimuli are essential in understanding the emotion evoked in a text is supported by research in psychology; Appraisal theorists of emotions seem to agree that emotions include a cognitive evaluative component of an event (Scherer, 2005) . Therefore emotion stimulus detection brings the field of emotion analysis in NLP closer to the state of the art in psychology.", |
|
"cite_spans": [ |
|
{ |
|
"start": 178, |
|
"end": 201, |
|
"text": "(Fillmore et al., 2003)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 966, |
|
"end": 981, |
|
"text": "(Scherer, 2005)", |
|
"ref_id": "BIBREF42" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "To the best of our knowledge, there are mostly corpora published for Mandarin (Lee et al., 2010b; Gui et al., 2014 Gui et al., , 2016 Gao et al., 2017) and English (Ghazi et al., 2015; Mohammad et al., 2014; Kim and Klinger, 2018; Bostan et al., 2020) . We are not aware of any study that created resources or models for identifying emotion stimuli in German. We fill this gap and contribute the GERSTI (GERman STImulus) corpus with 2006 German news headlines. The headlines have been annotated for emotion categories, for the mention of an experiencer or a cue phrase, and for stimuli on the token level (on which we focus in this paper). News headlines have been selected as the domain because they concisely provide concrete information and are easy to obtain. Additionally, unlike social media texts, this genre avoids potential privacy issues (Bostan et al., 2020) . Given that annotating such a corpus is time-consuming, we propose a heuristic method for projecting an annotated dataset from a source language to a target language. This helps to increase the amount of training data without manually annotating a huge dataset. Within this study, the GoodNewsEveryone corpus (GNE, Bostan et al., 2020) is selected as an English counterpart.", |
|
"cite_spans": [ |
|
{ |
|
"start": 78, |
|
"end": 97, |
|
"text": "(Lee et al., 2010b;", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 98, |
|
"end": 114, |
|
"text": "Gui et al., 2014", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 115, |
|
"end": 133, |
|
"text": "Gui et al., , 2016", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 134, |
|
"end": 151, |
|
"text": "Gao et al., 2017)", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 164, |
|
"end": 184, |
|
"text": "(Ghazi et al., 2015;", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 185, |
|
"end": 207, |
|
"text": "Mohammad et al., 2014;", |
|
"ref_id": "BIBREF36" |
|
}, |
|
{ |
|
"start": 208, |
|
"end": 230, |
|
"text": "Kim and Klinger, 2018;", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 231, |
|
"end": 251, |
|
"text": "Bostan et al., 2020)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 848, |
|
"end": 869, |
|
"text": "(Bostan et al., 2020)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 1180, |
|
"end": 1206, |
|
"text": "(GNE, Bostan et al., 2020)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Our contributions are therefore: (1) the creation, publication, and linguistic analysis of the GER-STI dataset to understand the structure of German stimulus mentions; 1 (2), the evaluation of baseline models using different combinations of feature sets; and (3) comparison of this in-corpus training with cross-lingual training via projection and with a pre-trained cross-lingual language model with XLM-RoBERTa (Conneau et al., 2020) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 413, |
|
"end": 435, |
|
"text": "(Conneau et al., 2020)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "We now introduce previous work on emotion analysis and for detecting emotion stimuli.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Emotion analysis is the task of understanding emotions in text, typically based on psychological theories of Ekman (1992) , Plutchik (2001) , Russell (1980 ) or Scherer (2005 . Several corpora have been built for emotion classification such as Alm and Sproat (2005) with tales, Strapparava and Mihalcea (2007) with news headlines, Aman and Szpakowicz (2007) with blog posts, Buechel and Hahn (2017) with various domains or with conversations. Some datasets were cre-ated using crowdsourcing, for instance Mohammad et al. (2014) , Mohammad and Kiritchenko (2015) or Bostan et al. (2020) , that have been annotated with tweets, or news headlines, respectively. Some resources mix various annotation paradigms, for example Troiano et al. (2019) (self-reporting and crowd-sourcing) or Haider et al. (2020) (experts and crowdworkers).", |
|
"cite_spans": [ |
|
{ |
|
"start": 109, |
|
"end": 121, |
|
"text": "Ekman (1992)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 124, |
|
"end": 139, |
|
"text": "Plutchik (2001)", |
|
"ref_id": "BIBREF39" |
|
}, |
|
{ |
|
"start": 142, |
|
"end": 155, |
|
"text": "Russell (1980", |
|
"ref_id": "BIBREF40" |
|
}, |
|
{ |
|
"start": 156, |
|
"end": 174, |
|
"text": ") or Scherer (2005", |
|
"ref_id": "BIBREF42" |
|
}, |
|
{ |
|
"start": 278, |
|
"end": 309, |
|
"text": "Strapparava and Mihalcea (2007)", |
|
"ref_id": "BIBREF44" |
|
}, |
|
{ |
|
"start": 331, |
|
"end": 357, |
|
"text": "Aman and Szpakowicz (2007)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 375, |
|
"end": 398, |
|
"text": "Buechel and Hahn (2017)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 505, |
|
"end": 527, |
|
"text": "Mohammad et al. (2014)", |
|
"ref_id": "BIBREF36" |
|
}, |
|
{ |
|
"start": 530, |
|
"end": 561, |
|
"text": "Mohammad and Kiritchenko (2015)", |
|
"ref_id": "BIBREF35" |
|
}, |
|
{ |
|
"start": 565, |
|
"end": 585, |
|
"text": "Bostan et al. (2020)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 720, |
|
"end": 741, |
|
"text": "Troiano et al. (2019)", |
|
"ref_id": "BIBREF45" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emotion Analysis", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Emotion analysis also includes other aspects such as emotion intensities and emotion roles (Aman and Szpakowicz, 2007; Mohammad and Bravo-Marquez, 2017; Bostan et al., 2020) including experiencers, targets, and stimuli (Mohammad et al., 2014; Kim and Klinger, 2018) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 91, |
|
"end": 118, |
|
"text": "(Aman and Szpakowicz, 2007;", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 119, |
|
"end": 152, |
|
"text": "Mohammad and Bravo-Marquez, 2017;", |
|
"ref_id": "BIBREF34" |
|
}, |
|
{ |
|
"start": 153, |
|
"end": 173, |
|
"text": "Bostan et al., 2020)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 219, |
|
"end": 242, |
|
"text": "(Mohammad et al., 2014;", |
|
"ref_id": "BIBREF36" |
|
}, |
|
{ |
|
"start": 243, |
|
"end": 265, |
|
"text": "Kim and Klinger, 2018)", |
|
"ref_id": "BIBREF22" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Emotion Analysis", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Emotion stimulus detection received substantial attention for Chinese Mandarin (Lee et al., 2010b; Li and Xu, 2014; Gui et al., 2014 Gui et al., , 2016 Cheng et al., 2017, i.a.) . Only few corpora have been created for English (Neviarouskaya and Aono, 2013; Mohammad et al., 2014; Kim and Klinger, 2018; Bostan et al., 2020) . Russo et al. (2011) worked on a dataset for Italian news texts and Yada et al. (2017) annotated Japanese sentences from news articles and question/answer websites. Lee et al. (2010b,a) developed linguistic rules to extract emotion stimuli. A follow-up study developed a machine learning model that combines different sets of such rules (Chen et al., 2010) . Gui et al. (2014) extended these rules and machine learning models on their Weibo corpus. Ghazi et al. (2015) formulated the task as structured learning.", |
|
"cite_spans": [ |
|
{ |
|
"start": 79, |
|
"end": 98, |
|
"text": "(Lee et al., 2010b;", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 99, |
|
"end": 115, |
|
"text": "Li and Xu, 2014;", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 116, |
|
"end": 132, |
|
"text": "Gui et al., 2014", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 133, |
|
"end": 151, |
|
"text": "Gui et al., , 2016", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 152, |
|
"end": 177, |
|
"text": "Cheng et al., 2017, i.a.)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 227, |
|
"end": 257, |
|
"text": "(Neviarouskaya and Aono, 2013;", |
|
"ref_id": "BIBREF37" |
|
}, |
|
{ |
|
"start": 258, |
|
"end": 280, |
|
"text": "Mohammad et al., 2014;", |
|
"ref_id": "BIBREF36" |
|
}, |
|
{ |
|
"start": 281, |
|
"end": 303, |
|
"text": "Kim and Klinger, 2018;", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 304, |
|
"end": 324, |
|
"text": "Bostan et al., 2020)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 327, |
|
"end": 346, |
|
"text": "Russo et al. (2011)", |
|
"ref_id": "BIBREF41" |
|
}, |
|
{ |
|
"start": 394, |
|
"end": 412, |
|
"text": "Yada et al. (2017)", |
|
"ref_id": "BIBREF52" |
|
}, |
|
{ |
|
"start": 491, |
|
"end": 511, |
|
"text": "Lee et al. (2010b,a)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 663, |
|
"end": 682, |
|
"text": "(Chen et al., 2010)", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 685, |
|
"end": 702, |
|
"text": "Gui et al. (2014)", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 775, |
|
"end": 794, |
|
"text": "Ghazi et al. (2015)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Stimulus Detection", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Most methods for stimulus detection have been evaluated on Mandarin. Gui et al. (2016) propose a convolution kernel-based learning method and train a classifier to extract emotion stimulus events on the clause level. treat emotion stimulus extraction as a question answering task. use a co-attention neural network. Chen et al. (2018) explore a joint method for emotion classification and emotion stimulus detection in order to capture mutual benefits across these two tasks. Similarly, Xia et al. (2019) evaluate a hierarchical recurrent neural network transformer model to classify multiple clauses. They show that solving these subtasks jointly is beneficial for the model's performance.", |
|
"cite_spans": [ |
|
{ |
|
"start": 69, |
|
"end": 86, |
|
"text": "Gui et al. (2016)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Stimulus Detection", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Xia and Ding (2019) redefine the task as emotion/cause pair extraction and intend to detect potential emotions and corresponding causes in text. Xu et al. (2019) tackle the emotion/cause pair extraction task by adopting a learning-to-rank method. Wei et al. (2020) also argue for the use of a ranking approach. They rank each possible emotion/cause pair instead of solely ranking stimulus phrases. Fan et al. (2020) do not subdivide the emotion/cause pair detection task into two subtasks but propose a framework to detect emotions and their associated causes simultaneously.", |
|
"cite_spans": [ |
|
{ |
|
"start": 145, |
|
"end": 161, |
|
"text": "Xu et al. (2019)", |
|
"ref_id": "BIBREF51" |
|
}, |
|
{ |
|
"start": 247, |
|
"end": 264, |
|
"text": "Wei et al. (2020)", |
|
"ref_id": "BIBREF47" |
|
}, |
|
{ |
|
"start": 398, |
|
"end": 415, |
|
"text": "Fan et al. (2020)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Stimulus Detection", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Oberl\u00e4nder and Klinger (2020) studied whether sequence labeling or clause classification is appropriate for extracting English stimuli. As we assume that these findings also hold for German, we follow their finding that token sequence labeling is more appropriate.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Stimulus Detection", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "To tackle German emotion stimulus detection on the token-level, we select headlines from various online news portals, remove duplicates and irrelevant items, and further subselect relevant instances with an emotion dictionary. Two annotators then label the data. We describe this process in detail in the following.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Corpus Creation", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "We select various German news sources and their RSS feeds based on listings at a news overview website 2 and add some regional online newspapers. 3 The collected corpus consists of headlines between September 30, 2020 and October 7, 2020 and between October 22 and October 23, 2020 with 9000 headlines, spread across several domains including politics, sports, tech and business, science and travel.", |
|
"cite_spans": [ |
|
{ |
|
"start": 146, |
|
"end": 147, |
|
"text": "3", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Collection", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Short headlines, for instance \"Verlobung!\" or \"Krasser After-Baby-Body\" do not contain sufficient information for our annotation, therefore we omit sentences that have less than 5 words. Further, we remove generic parts of the headline, like \"++ Transferticker ++\", \"+++ LIVE +++\" or \"News-\" and only keep the actual headline texts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Preprocessing and Filtering", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "We also remove headlines that start with particular key words which denote a specific event which would not contribute to an understanding of 1.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Preprocessing and Filtering", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Stimuli can be described by verbal or nominal phrases 2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Preprocessing and Filtering", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Subjunctions like \"because of\" belong to the sequence 3.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Preprocessing and Filtering", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Conjunctions like \"and\", \"or\" and \"but\" connect main clauses. They can therefore belong to a stimulus sequence.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Preprocessing and Filtering", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Antecedents, if present, are annotated as stimuli 5.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "4.", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "If antecedent is not present, an anaphora may be annotated instead 6.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "4.", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Composites with \"-\" are considered a single word 7.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "4.", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Stimuli can include one or multiple words 8.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "4.", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Punctuation (e.g. ,.-:;\"\"!?) should not be labeled as stimulus emotions or stimuli, such as \"Interview\", \"Kommentare\", \"Liveblog\", \"Exklusive\", as well as visual content like \"Video\", \"TV\" or \"Pop\". Additionally, we discard instances which include dates, like \"Lotto am Mittwoch, 30.09.2020\" or \"Corona-News am 05.10\". 4 After filtering, we select instances that are likely to be associated with an emotion with the help of an emotion lexicon (Klinger et al., 2016) . For this purpose, we accept headlines which include at least one entry from the dictionary.", |
|
"cite_spans": [ |
|
{ |
|
"start": 319, |
|
"end": 320, |
|
"text": "4", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 443, |
|
"end": 465, |
|
"text": "(Klinger et al., 2016)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "4.", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The annotation of the 2006 headlines which remain after preprocessing and filtering consists of two phases. In the first phase, emotion cues, experiencers and emotion classes are annotated, while stimuli are addressed in the second phase only for those instances which received an emotion label. Table 8 in the Appendix shows the questions to be answered during this annotation procedure. Each headline in the dataset is judged by two annotators. One of them is female (23 years old) while the other annotator is male (26 years old). The first annotator has a background in digital humanities and linguistics, while the second has a background in library and information management. After each phase, we combine overlapping stimulus annotations by choosing the parts annotated by both annotators, and discuss the cases where the annotations do not overlap until a consensus is reached.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 296, |
|
"end": 303, |
|
"text": "Table 8", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Guidelines. We created an initial version of guidelines motivated by Lee et al. (2010b,a Table 2 : Inter-annotator agreement for the binary tasks of annotating the existance of cue mentions, experiencer mentions, the multi-label annotation of emotion labels, and the token-level annotation of stimulus spans. The F 1 -span value for stimuli is an exact match value for the whole span.", |
|
"cite_spans": [ |
|
{ |
|
"start": 69, |
|
"end": 88, |
|
"text": "Lee et al. (2010b,a", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 89, |
|
"end": 96, |
|
"text": "Table 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "we refined the guidelines in three iterations. After each iteration, we calculated inter-annotator agreement scores and discussed the annotator's results. It should be noted that we only considered annotating emotions in the first two iterations. The sample annotation of emotion stimuli on the token-level has been performed in the third round, i.e., after two discussions and guideline refinements. During these discussions, we improved the formulation of the annotation task, provided more detailed descriptions for each predefined emotion and clarified the concept of sequence labeling using the IOB scheme. Additionally, we formulated several linguistic rules that help annotating stimuli (see Table 1 ).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 699, |
|
"end": 706, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Details. The goal of Phase 1 of the annotation procedure is to identify headlines with an emotional connotation. Those which do then receive stimulus annotations in Phase 2. We annotated in a spread sheet application. In Phase 1a both annotators received 2006 headlines. They were instructed to annotate whether a headline expresses an emotion by judging if cue words or experiencers are mentioned in the text. Further, only one, the most dominant, emotion is to be annotated (happiness, sadness, fear, disgust, anger, positive surprise, negative surprise, shame, hope, other and no emotion). In Phase 1b we aggregated emotion annotations and jointly discussed non-overlapping labels to a consensus annotation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "In Phase 2a, annotators were instructed to label pretokenized headlines with the IOB alphabet for stimulus spans -namely those which received an emotion label in Phase 1 (811 instances). In Phase 2b, we aggregated the stimulus span annotations to a gold standard by accepting all overlapping tokens of both annotators in cases where they partially matched. For the other cases where the stimulus annotations did not overlap, we discussed the annotations to reach an agreement.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Agreement Results. Table 2 presents the interannotator agreement scores for the preliminary annotation rounds and for the final corpus. We observe that the results are moderate across classes. Figure 1 illustrates the agreement for each emotion class. The emotions anger, fear, and happiness show the highest agreement, while surprise, other, and particularly disgust show lower scores.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 19, |
|
"end": 26, |
|
"text": "Table 2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 193, |
|
"end": 201, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "For the stimulus annotation, we evaluate the agreement via token-level Cohen's \u03ba, via tokenlevel F 1 , and via exact span-match F 1 (in the first two cases, B and I labels are considered to be different). The token-level result for the final corpus is substantial with \u03ba =.68, F 1 =.72 and moderate for the exact span match, with F 1 =.56 (see Table 2 ).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 344, |
|
"end": 351, |
|
"text": "Table 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Annotation", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Our corpus consists of 2006 headlines with 20,544 tokens and 6,763 unique terms. From those, 811 instances were labeled with an emotion category and received stimulus annotations on the tokenlevel. The shortest headline consists of five words, while the longest has 20 words. The headlines are on average short with nine words. The stimulus spans range from one to eleven tokens and have four words on average. Table 3 summarizes the corpus statistics of GER-STI. For aggregating emotion cue and experiencer we accept instances for which the mention of these emotion roles has been annotated by one annotator. For all emotions, most instances include the mention of an emotion cue (likely biased by our sam- pling procedure). Further, the number of headlines with mentions of a stimulus and an experiencer is also high for those instances which are labeled to be associated with an emotion. Table 4 presents the most common sources, sorted by their frequencies, for each aggregated emotion during Phase 1b. Not surprisingly, Bild-Zeitung is to be found in the top three for almost all emotion classes, followed by Stuttgarter-Zeitung and Welt. In particular, in five out of ten of the emotions, Bild-Zeitung takes the first place. As Table 3 demonstrates, disgust is relatively rare, we therefore list all available sources for this emotion category. Furthermore, four in five most frequently annotated emotions are negative (anger, fear, negative surprise, happiness, sadness).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 411, |
|
"end": 418, |
|
"text": "Table 3", |
|
"ref_id": "TABREF3" |
|
}, |
|
{ |
|
"start": 891, |
|
"end": 898, |
|
"text": "Table 4", |
|
"ref_id": "TABREF5" |
|
}, |
|
{ |
|
"start": 1234, |
|
"end": 1241, |
|
"text": "Table 3", |
|
"ref_id": "TABREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Quantitative Analysis", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Note that this analysis does not necessarily reflect the actual quality of chosen news sources. The findings we report here might strongly be biased by the data collection time span.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Quantitative Analysis", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "To obtain a better understanding of stimuli in German, we analyse which words together with their preferred grammatical realizations are likely to indicate a stimulus phrase. For this purpose, we examine the parts of speech 5 of terms that are directly left positioned to stimulus phrases, inside the stimulus phrases and right after it (see Table 5 ). We further compare our findings with Mandarin (Lee et al., 2010a) and English (Bostan et al., 2020) . Our analysis shows that for GERSTI common nouns, proper nouns, punctuation, and verbs are most frequently located directly to the left of stimulus mentions (common nouns \u224826%, punctuation \u224828%, verbs \u224822%, proper nouns \u22480.09%). Often, these words are emotionally connotated, for instance as in the nouns \"Streit\", \"Angst\", \"Hoffnung\" or \"Kritik\" or the verbs \"warnen\", \"kritisieren\", \"bedrohen\", \"beklagen\" or \"k\u00e4mpfen\".", |
|
"cite_spans": [ |
|
{ |
|
"start": 399, |
|
"end": 418, |
|
"text": "(Lee et al., 2010a)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 423, |
|
"end": 452, |
|
"text": "English (Bostan et al., 2020)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 342, |
|
"end": 349, |
|
"text": "Table 5", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Qualitative Analysis of Stimuli", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "There are discrepancies between German and Mandarin stimuli. Lee et al. (2010a,b) state that prepositions or conjunctions mostly indicate stimulus phrases in Mandarin, while this is not the case for German due to our predefined annotation rules (Rule 2 from Table 1 ). Furthermore, indicator words for Chinese stimulus events do not cover common nouns or proper nouns. However, verbs seem to emphasize emotion causes in both languages.", |
|
"cite_spans": [ |
|
{ |
|
"start": 61, |
|
"end": 81, |
|
"text": "Lee et al. (2010a,b)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 258, |
|
"end": 265, |
|
"text": "Table 1", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Qualitative Analysis of Stimuli", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Compared to GNE, we also notice some differences: English stimuli do not begin with prepositions, but prepositions are most likely to be included in the stimulus span ((ADP) \u22480.14% in GNE vs \u22480.03% in GERSTI). Further, by looking at the part of speech tags that were relevant in indicating the stimuli for GERSTI we see that they are dominating for GNE as well. However, there are far more proper nouns than common nouns and quite fewer verbs that occur right before the stimulus phrase (common nouns\u224811%, punctuation \u224821%, verbs \u22480.09%, proper nouns \u22480.25%). Table 5 : Relative frequencies of POS tags of all tokens in GERSTI and GNE datasets (All) vs relative frequencies of POS tags inside the stimuli spans (Inside), before and after the stimuli spans (Before@1, After@1). For all the columns that show frequencies of the spans related to the stimuli we show the factor (\u00d7) of how much it differs to the global frequencies in All.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 560, |
|
"end": 567, |
|
"text": "Table 5", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Qualitative Analysis of Stimuli", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Often, these indicator words of English stimuli do not as directly evoke an emotion. For instance, \"say\", \"make\", \"woman\", \"people\" or \"police\" are often observed to be directly left located words of English stimuli. Nevertheless, similar to GER-STI, stimuli from GNE corpus are not indicated by conjunctions, numerals or pronouns. The positioning of the stimuli is only similar to a limited degree in German and English: 53% of the instances in GERSTI end with the stimulus (86% in English GNE) and 13% begin with the stimulus (11% in GNE).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "GERSTI", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In the following, we explain how we project annotation from an English stimulus corpus to a machinetranslated counterpart. Based on this, we evaluate how well a linear-chain conditional random field (Lafferty et al., 2001 ) performs with the projected dataset in comparison to the monolingual setup. We compare that result to the use of the pre-trained language model XLM-RoBERTa (XLM-R) (Conneau et al., 2020).", |
|
"cite_spans": [ |
|
{ |
|
"start": 199, |
|
"end": 221, |
|
"text": "(Lafferty et al., 2001", |
|
"ref_id": "BIBREF25" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experiments", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We use the GNE dataset (Bostan et al., 2020) which is a large English annotated corpus of news headlines. Stimulus sequences in this dataset are comparatively longer with eight tokens on average.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation Projection", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We translate the GNE corpus via DeepL 6 and perform the annotation projection as follows: We first translate the whole source instance t en to the translation t de (from English to German). We further translate the stimulus token sequence stim en to stim de . We assume the stimulus annotation for t de to correspond to all tokens in stim de , heuristically corrected to be a consecutive sequence.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Annotation Projection", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "CRF. We implement the linear-chain conditional random field model via the CRF-suite in Scikitlearn 7 and extract different features. What we call corpus-based features contains the frequency of a current word in the whole corpus, position label for first (begin), last (end) and remaining (middle) words of the headline, if the current word is capitalized, or entirely in upper or lowercase, if the token is a number, a punctuation symbol, or in the list of 50 most frequent words in our corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Models", |
|
"sec_num": "5.2.1" |
|
}, |
|
{ |
|
"text": "We further include linguistic features, namely the part-of-speech tag, the syntactic dependency between the current token and its head, if it is a stopword or if it has a named entity label (and which one it is).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Models", |
|
"sec_num": "5.2.1" |
|
}, |
|
{ |
|
"text": "We further add a feature which specifies whether the token is part of an emotion-word dictionary (Klinger et al., 2016) . Additionally, we combine the feature vector of the preceding and succeeding token (we add the prefixes prev and next to each feature name) with the current token to get information about surrounding words. We mark the first and last token with additional features.", |
|
"cite_spans": [ |
|
{ |
|
"start": 97, |
|
"end": 119, |
|
"text": "(Klinger et al., 2016)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Models", |
|
"sec_num": "5.2.1" |
|
}, |
|
{ |
|
"text": "RoBERTa. We use the pre-trained XLM-RoBERTa base model with the HuggingFace 8 library from Wolf et al. (2020) . In addition to the pre-trained transformer, we add a linear layer which outputs a sequence of IOB tags for each input sentence. We fine-tune the language model in five epochs and use a batch size of 16 during training, a dropout rate of 0.5, and the Adam optimizer with weight decay (Loshchilov and Hutter, 2019) , with a learning rate of 10 \u22125 and a maximum gradient norm of 1.0.", |
|
"cite_spans": [ |
|
{ |
|
"start": 91, |
|
"end": 109, |
|
"text": "Wolf et al. (2020)", |
|
"ref_id": "BIBREF48" |
|
}, |
|
{ |
|
"start": 395, |
|
"end": 424, |
|
"text": "(Loshchilov and Hutter, 2019)", |
|
"ref_id": "BIBREF31" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Models", |
|
"sec_num": "5.2.1" |
|
}, |
|
{ |
|
"text": "Setup. For our experiments, we only use the 811 instances from the GERSTI dataset that received annotations for emotion stimuli. We split them into a train and validation subset (80 %/20 %) and perform experiments in three different settings. In the in-corpus training, we train with the GERSTI training data and test on the test corpus. In the projection setting, we train on the english GNE data and test on the German GERSTI test data (either with the CRF via projection or directly with the XLM-R model). In the aggregation setting, we use both the English train data and the German train data for training.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Models", |
|
"sec_num": "5.2.1" |
|
}, |
|
{ |
|
"text": "We evaluate the stimuli prediction as follows (following Ghazi et al. (2015) and Oberl\u00e4nder and Klinger (2020)): Exact match leads to a true positive for an exactly correct span prediction. Partial accepts a predicted stimulus as true positive if at least one token overlaps with a gold standard span. A variation is Left/Right, where the left/right boundary needs to perfectly match the gold standard. Table 6 reports the results for our experiments. The top four blocks compare the importance of the feature set choice for the CRF approach.", |
|
"cite_spans": [ |
|
{ |
|
"start": 57, |
|
"end": 76, |
|
"text": "Ghazi et al. (2015)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 403, |
|
"end": 410, |
|
"text": "Table 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Evaluation Metrics", |
|
"sec_num": "5.2.2" |
|
}, |
|
{ |
|
"text": "In nearly all combinations of model and evaluation measure, the in-corpus evaluation leads to the best performance -adding data from the GNE corpus only slightly improves for the Partially evaluation setting when the CRF is limited to corpus features. The projection-based approach, where the model does not have access to the GERSTI training data consistently shows a lower performance, with approximately a drop by 50 % in F 1 score. Table 6 : Results for the CRF models with different feature sets and the XLM-R model. Highest F 1 -scores in each row printed with bold face, highest score in column/per evaluation measure is underlined, highest score in each column and per evaluation measure in the CRF is printed italics.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 436, |
|
"end": 443, |
|
"text": "Table 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5.3" |
|
}, |
|
{ |
|
"text": "The linguistic features particularly help the CRF in the Exact evaluation setting, but all feature set choices are dominated by the results of the XLM-RoBERTa model. This deep learning approach shows the best results across all models, and is particularly better in the Partial evaluation setting, with 19pp, 13pp and 15pp improvement.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5.3" |
|
}, |
|
{ |
|
"text": "Both projection and aggregation models indicate that extracting the beginning of a stimulus span is challenging. We assume that both models have learned English stimulus structures and therefore could not generalize well on the German emotion stimuli (also see Section 4.2).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5.3" |
|
}, |
|
{ |
|
"text": "We now discuss the model's quality (see Table 7 Both CRF and XLM-R with projection settings have largely generated Early Start and Late Stop errors. These models tend to detect longer stimulus segments than annotated in the gold data. This might be a consequence of English stimuli being longer than in German. Despite the fact that a CRF does not have an understanding of the length of span due to the Markov property, it has a bias weight for transitions between I labels. An example for such a case is the first instance from Table 7 the projection setting also extracted the token \"21-J\u00e4hriger\" as the start of the stimulus sequence. This explains the difference between partial and exact F 1 scores in Table 6 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 40, |
|
"end": 47, |
|
"text": "Table 7", |
|
"ref_id": "TABREF9" |
|
}, |
|
{ |
|
"start": 529, |
|
"end": 536, |
|
"text": "Table 7", |
|
"ref_id": "TABREF9" |
|
}, |
|
{ |
|
"start": 707, |
|
"end": 714, |
|
"text": "Table 6", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Error Analysis", |
|
"sec_num": "5.4" |
|
}, |
|
{ |
|
"text": "The Surrounding exemplifies that the models tend to predict the beginning of a stimulus span directly after a colon. In contrast, in the in-corpus experiments (particularly with XLM-R), models tend to generate Late Start and Early Stop errors more often. For example the second headline from Table 7 shows a missing prediction of the verb \"scheitert\". Instead, the preposition \"bei\" is found as the start of the stimulus phrase. Further, in the subse-quent example, this model setting does not cover the phrase \"die ihr Kind mal gesagt hat\" in the stimulus segment. Both sample headlines demonstrate that in-corpus models tend to label prepositions as the start of stimulus sequences.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Error Analysis", |
|
"sec_num": "5.4" |
|
}, |
|
{ |
|
"text": "In the XML-R experiments, we opted against the use of a Viterbi-decoded output layer (like a CRF output) -this leads to errors of the Consecutive type, as shown in the last example: start and end of the stimulus are correctly found, but tokens in between have been missed.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Error Analysis", |
|
"sec_num": "5.4" |
|
}, |
|
{ |
|
"text": "We introduced the first annotated German corpus for identifying emotion stimuli and provided baseline model results for various CRF configurations and an XLM-R model. We additionally proposed a data projection method.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Our results show training and testing the model in the same language outperforms cross-lingual models. Further, the XLM-R model that uses a multilingual distributional semantic space outperforms the projection. However, based on partial matches, we see that, when approximate matches are sufficient projection and multilingual methods show an acceptable result.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Previous work has shown that the task of stimulus detection can be formulated as token sequence labeling or as clause classification (Oberl\u00e4nder and Klinger, 2020) . In this paper we limited our analysis and modeling on the sequence labeling approach. Thus, we leave to future work the comparison with the clause-classification approach. However, from the results obtained, we find sequence labeling an adequate formulation in German.", |
|
"cite_spans": [ |
|
{ |
|
"start": 133, |
|
"end": 163, |
|
"text": "(Oberl\u00e4nder and Klinger, 2020)", |
|
"ref_id": "BIBREF38" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "For further future work, we suggest experimenting with the other existing corpora in English to examine whether the cross-lingual approach would work well on other domains. Regarding this, one could also train and improve models not only for language change but also to extract stimuli across different domains. Subsequently, another aspect that should be investigated is the simultaneous recognition of emotion categories and stimuli.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and Future Work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "The data is available at https://www.ims. uni-stuttgart.de/data/emotion.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://www.deutschland.de/de/topic/ wissen/nachrichten, accessed on April 27, 20213 The list of RSS feeds is available in the supplemental material.No. Linguistics Rules", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Details in Supplementary Material.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We use spaCy, https://spacy.io/usage/ linguistic-features, accessed on April 29, 2021", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://www.deepl.com/en/translator, accessed on May 20, 2021", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://sklearn-crfsuite.readthedocs. io/en/latest/, accessed on April 30, 2021", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://huggingface.co/ xlm-roberta-base, accessed on April 30, 2021", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "This work was supported by Deutsche Forschungsgemeinschaft (project CEAT, KL 2869/1-2). Thanks to Pavlos Musenidis for fruitful discussions and feedback on this study.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgements", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Emotional sequencing and development in fairy tales", |
|
"authors": [ |
|
{ |
|
"first": "Cecilia", |
|
"middle": [], |
|
"last": "Ovesdotter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alm", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Richard", |
|
"middle": [], |
|
"last": "Sproat", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Affective Computing and Intelligent Interaction", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "668--674", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1007/11573548_86" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cecilia Ovesdotter Alm and Richard Sproat. 2005. Emotional sequencing and development in fairy tales. In Affective Computing and Intelligent Inter- action, pages 668-674, Berlin, Heidelberg. Springer Berlin Heidelberg.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Identifying expressions of emotion in text", |
|
"authors": [ |
|
{ |
|
"first": "Saima", |
|
"middle": [], |
|
"last": "Aman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stan", |
|
"middle": [], |
|
"last": "Szpakowicz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Text, Speech and Dialogue", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "196--205", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1007/978-3-540-74628-7_27" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Saima Aman and Stan Szpakowicz. 2007. Identifying expressions of emotion in text. In Text, Speech and Dialogue, pages 196-205. Springer Berlin Heidel- berg.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "GoodNewsEveryone: A corpus of news headlines annotated with emotions, semantic roles, and reader perception", |
|
"authors": [ |
|
{ |
|
"first": "Laura", |
|
"middle": [ |
|
"Ana" |
|
], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maria", |
|
"middle": [], |
|
"last": "Bostan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Evgeny", |
|
"middle": [], |
|
"last": "Kim", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 12th Language Resources and Evaluation Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1554--1566", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Laura Ana Maria Bostan, Evgeny Kim, and Roman Klinger. 2020. GoodNewsEveryone: A corpus of news headlines annotated with emotions, semantic roles, and reader perception. In Proceedings of the 12th Language Resources and Evaluation Con- ference, pages 1554-1566, Marseille, France. Euro- pean Language Resources Association.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Emotion classification of social media posts for estimating people's reactions to communicated alert messages during crises", |
|
"authors": [ |
|
{ |
|
"first": "Joel", |
|
"middle": [], |
|
"last": "Brynielsson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fredrik", |
|
"middle": [], |
|
"last": "Johansson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Carl", |
|
"middle": [], |
|
"last": "Jonsson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anders", |
|
"middle": [], |
|
"last": "Westling", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Security Informatics", |
|
"volume": "3", |
|
"issue": "1", |
|
"pages": "1--11", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joel Brynielsson, Fredrik Johansson, Carl Jonsson, and Anders Westling. 2014. Emotion classification of so- cial media posts for estimating people's reactions to communicated alert messages during crises. Secu- rity Informatics, 3(1):1-11.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "EmoBank: Studying the impact of annotation perspective and representation format on dimensional emotion analysis", |
|
"authors": [ |
|
{ |
|
"first": "Sven", |
|
"middle": [], |
|
"last": "Buechel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Udo", |
|
"middle": [], |
|
"last": "Hahn", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 15th Conference of the European Chapter", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "578--585", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sven Buechel and Udo Hahn. 2017. EmoBank: Study- ing the impact of annotation perspective and repre- sentation format on dimensional emotion analysis. In Proceedings of the 15th Conference of the Euro- pean Chapter of the Association for Computational Linguistics: Volume 2, Short Papers, pages 578-585, Valencia, Spain. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Joint learning for emotion classification and emotion cause detection", |
|
"authors": [ |
|
{ |
|
"first": "Ying", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wenjun", |
|
"middle": [], |
|
"last": "Hou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiyao", |
|
"middle": [], |
|
"last": "Cheng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shoushan", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "646--651", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/D18-1066" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ying Chen, Wenjun Hou, Xiyao Cheng, and Shoushan Li. 2018. Joint learning for emotion classification and emotion cause detection. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, pages 646-651, Brussels, Bel- gium. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Emotion cause detection with linguistic constructions", |
|
"authors": [ |
|
{ |
|
"first": "Ying", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sophia Yat Mei", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shoushan", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chu-Ren", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 23rd International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "179--187", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ying Chen, Sophia Yat Mei Lee, Shoushan Li, and Chu- Ren Huang. 2010. Emotion cause detection with linguistic constructions. In Proceedings of the 23rd International Conference on Computational Linguis- tics (Coling 2010), pages 179-187, Beijing, China. Coling 2010 Organizing Committee.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "An emotion cause corpus for chinese microblogs with multiple-user structures", |
|
"authors": [ |
|
{ |
|
"first": "Xiyao", |
|
"middle": [], |
|
"last": "Cheng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ying", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bixiao", |
|
"middle": [], |
|
"last": "Cheng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shoushan", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Guodong", |
|
"middle": [], |
|
"last": "Zhou", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "ACM Transactions on Asian and Low-Resource Language Information Processing", |
|
"volume": "", |
|
"issue": "1", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1145/3132684" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xiyao Cheng, Ying Chen, Bixiao Cheng, Shoushan Li, and Guodong Zhou. 2017. An emotion cause corpus for chinese microblogs with multiple-user structures. ACM Transactions on Asian and Low-Resource Lan- guage Information Processing, 17(1).", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Unsupervised cross-lingual representation learning at scale", |
|
"authors": [ |
|
{ |
|
"first": "Alexis", |
|
"middle": [], |
|
"last": "Conneau", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kartikay", |
|
"middle": [], |
|
"last": "Khandelwal", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Naman", |
|
"middle": [], |
|
"last": "Goyal", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vishrav", |
|
"middle": [], |
|
"last": "Chaudhary", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Guillaume", |
|
"middle": [], |
|
"last": "Wenzek", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Francisco", |
|
"middle": [], |
|
"last": "Guzm\u00e1n", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Edouard", |
|
"middle": [], |
|
"last": "Grave", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Myle", |
|
"middle": [], |
|
"last": "Ott", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Luke", |
|
"middle": [], |
|
"last": "Zettlemoyer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Veselin", |
|
"middle": [], |
|
"last": "Stoyanov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "8440--8451", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/2020.acl-main.747" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzm\u00e1n, Edouard Grave, Myle Ott, Luke Zettle- moyer, and Veselin Stoyanov. 2020. Unsupervised cross-lingual representation learning at scale. In Proceedings of the 58th Annual Meeting of the Asso- ciation for Computational Linguistics, pages 8440- 8451, Online. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Multiemotion classification for song lyrics", |
|
"authors": [ |
|
{ |
|
"first": "Darren", |
|
"middle": [], |
|
"last": "Edmonds", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jo\u00e3o", |
|
"middle": [], |
|
"last": "Sedoc", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the Eleventh Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "221--235", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Darren Edmonds and Jo\u00e3o Sedoc. 2021. Multi- emotion classification for song lyrics. In Proceed- ings of the Eleventh Workshop on Computational Ap- proaches to Subjectivity, Sentiment and Social Me- dia Analysis, pages 221-235, Online. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "An argument for basic emotions", |
|
"authors": [ |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Ekman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Cognition and Emotion", |
|
"volume": "6", |
|
"issue": "3-4", |
|
"pages": "169--200", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1080/02699939208411068" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Paul Ekman. 1992. An argument for basic emotions. Cognition and Emotion, 6(3-4):169-200.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Transition-based directed graph construction for emotion-cause pair extraction", |
|
"authors": [ |
|
{ |
|
"first": "Chuang", |
|
"middle": [], |
|
"last": "Fan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chaofa", |
|
"middle": [], |
|
"last": "Yuan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jiachen", |
|
"middle": [], |
|
"last": "Du", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lin", |
|
"middle": [], |
|
"last": "Gui", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Min", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ruifeng", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "3707--3717", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/2020.acl-main.342" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Chuang Fan, Chaofa Yuan, Jiachen Du, Lin Gui, Min Yang, and Ruifeng Xu. 2020. Transition-based di- rected graph construction for emotion-cause pair ex- traction. In Proceedings of the 58th Annual Meet- ing of the Association for Computational Linguistics, pages 3707-3717, Online. Association for Computa- tional Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Framenet in action: The case of attaching", |
|
"authors": [ |
|
{ |
|
"first": "Charles", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Miriam", |
|
"middle": [ |
|
"R L" |
|
], |
|
"last": "Petruck", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Josef", |
|
"middle": [], |
|
"last": "Ruppenhofer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Abby", |
|
"middle": [], |
|
"last": "Wright", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "International Journal of Lexicography", |
|
"volume": "16", |
|
"issue": "", |
|
"pages": "297--332", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Charles J. Fillmore, Miriam R. L. Petruck, Josef Rup- penhofer, and Abby Wright. 2003. Framenet in ac- tion: The case of attaching. International Journal of Lexicography, 16:297-332.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Overview of ntcir-13 eca task", |
|
"authors": [ |
|
{ |
|
"first": "Qinghong", |
|
"middle": [], |
|
"last": "Gao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hu", |
|
"middle": [], |
|
"last": "Jiannan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xu", |
|
"middle": [], |
|
"last": "Ruifeng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gui", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yulan", |
|
"middle": [], |
|
"last": "He", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kam-Fai", |
|
"middle": [], |
|
"last": "Wong", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Quin", |
|
"middle": [], |
|
"last": "Lu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 13th NTCIR Conference on Evaluation of Information Access Technologies", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "361--366", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Qinghong Gao, Hu Jiannan, Xu Ruifeng, Gui Lin, Yulan He, Kam-Fai Wong, and Quin Lu. 2017. Overview of ntcir-13 eca task. In Proceedings of the 13th NTCIR Conference on Evaluation of Infor- mation Access Technologies, pages 361-366, Tokyo, Japan. National Institute of Informatics Test Collec- tion for Information Resources.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Detecting emotion stimuli in emotion-bearing sentences", |
|
"authors": [ |
|
{ |
|
"first": "Diman", |
|
"middle": [], |
|
"last": "Ghazi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Diana", |
|
"middle": [], |
|
"last": "Inkpen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stan", |
|
"middle": [], |
|
"last": "Szpakowicz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Computational Linguistics and Intelligent Text Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "152--165", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1007/978-3-319-18117-2_12" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Diman Ghazi, Diana Inkpen, and Stan Szpakowicz. 2015. Detecting emotion stimuli in emotion-bearing sentences. In Computational Linguistics and In- telligent Text Processing, pages 152-165, Cham. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "A question answering approach for emotion cause extraction", |
|
"authors": [ |
|
{ |
|
"first": "Lin", |
|
"middle": [], |
|
"last": "Gui", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jiannan", |
|
"middle": [], |
|
"last": "Hu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yulan", |
|
"middle": [], |
|
"last": "He", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ruifeng", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qin", |
|
"middle": [], |
|
"last": "Lu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jiachen", |
|
"middle": [], |
|
"last": "Du", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1593--1602", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/D17-1167" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Lin Gui, Jiannan Hu, Yulan He, Ruifeng Xu, Qin Lu, and Jiachen Du. 2017. A question answering ap- proach for emotion cause extraction. In Proceed- ings of the 2017 Conference on Empirical Methods in Natural Language Processing, pages 1593-1602, Copenhagen, Denmark. Association for Computa- tional Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Event-driven emotion cause extraction with corpus construction", |
|
"authors": [ |
|
{ |
|
"first": "Lin", |
|
"middle": [], |
|
"last": "Gui", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dongyin", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ruifeng", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qin", |
|
"middle": [], |
|
"last": "Lu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yu", |
|
"middle": [], |
|
"last": "Zhou", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1639--1649", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/D16-1170" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Lin Gui, Dongyin Wu, Ruifeng Xu, Qin Lu, and Yu Zhou. 2016. Event-driven emotion cause extrac- tion with corpus construction. In Proceedings of the 2016 Conference on Empirical Methods in Natu- ral Language Processing, pages 1639-1649, Austin, Texas. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Emotion cause detection with linguistic construction in chinese weibo text", |
|
"authors": [ |
|
{ |
|
"first": "Lin", |
|
"middle": [], |
|
"last": "Gui", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Li", |
|
"middle": [], |
|
"last": "Yuan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ruifeng", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bin", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Qin", |
|
"middle": [], |
|
"last": "Lu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yu", |
|
"middle": [], |
|
"last": "Zhou", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Natural Language Processing and Chinese Computing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "457--464", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1007/978-3-662-45924-9_42" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Lin Gui, Li Yuan, Ruifeng Xu, Bin Liu, Qin Lu, and Yu Zhou. 2014. Emotion cause detection with lin- guistic construction in chinese weibo text. In Nat- ural Language Processing and Chinese Computing, pages 457-464, Berlin, Heidelberg. Springer Berlin Heidelberg.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "PO-EMO: Conceptualization, annotation, and modeling of aesthetic emotions in German and English poetry", |
|
"authors": [ |
|
{ |
|
"first": "Thomas", |
|
"middle": [], |
|
"last": "Haider", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Steffen", |
|
"middle": [], |
|
"last": "Eger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Evgeny", |
|
"middle": [], |
|
"last": "Kim", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Winfried", |
|
"middle": [], |
|
"last": "Menninghaus", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 12th Language Resources and Evaluation Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1652--1663", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thomas Haider, Steffen Eger, Evgeny Kim, Roman Klinger, and Winfried Menninghaus. 2020. PO- EMO: Conceptualization, annotation, and modeling of aesthetic emotions in German and English poetry. In Proceedings of the 12th Language Resources and Evaluation Conference, pages 1652-1663, Mar- seille, France. European Language Resources Asso- ciation.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Emotion classification in song lyrics using k-nearest neighbor method", |
|
"authors": [ |
|
{ |
|
"first": "Andrew", |
|
"middle": [ |
|
"Brian" |
|
], |
|
"last": "Afif Hijra Ferdinan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Casi", |
|
"middle": [], |
|
"last": "Osmond", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Setianingsih", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "2018 International Conference on Control, Electronics, Renewable Energy and Communications (ICCEREC)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "63--69", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1109/ICCEREC.2018.8712092" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Afif Hijra Ferdinan, Andrew Brian Osmond, and Casi Setianingsih. 2018. Emotion classification in song lyrics using k-nearest neighbor method. In 2018 In- ternational Conference on Control, Electronics, Re- newable Energy and Communications (ICCEREC), pages 63-69.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Emotion-aware, emotion-agnostic, or automatic: Corpus creation strategies to obtain cognitive event appraisal annotations", |
|
"authors": [ |
|
{ |
|
"first": "Jan", |
|
"middle": [], |
|
"last": "Hofmann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Enrica", |
|
"middle": [], |
|
"last": "Troiano", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the Eleventh Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "160--170", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jan Hofmann, Enrica Troiano, and Roman Klinger. 2021. Emotion-aware, emotion-agnostic, or auto- matic: Corpus creation strategies to obtain cognitive event appraisal annotations. In Proceedings of the Eleventh Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analy- sis, pages 160-170, Online. Association for Compu- tational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Appraisal theories for emotion classification in text", |
|
"authors": [ |
|
{ |
|
"first": "Jan", |
|
"middle": [], |
|
"last": "Hofmann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Enrica", |
|
"middle": [], |
|
"last": "Troiano", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kai", |
|
"middle": [], |
|
"last": "Sassenberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 28th International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "125--138", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/2020.coling-main.11" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jan Hofmann, Enrica Troiano, Kai Sassenberg, and Ro- man Klinger. 2020. Appraisal theories for emotion classification in text. In Proceedings of the 28th In- ternational Conference on Computational Linguis- tics, pages 125-138, Barcelona, Spain (Online). In- ternational Committee on Computational Linguis- tics.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Who feels what and why? annotation of a literature corpus with semantic roles of emotions", |
|
"authors": [ |
|
{ |
|
"first": "Evgeny", |
|
"middle": [], |
|
"last": "Kim", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 27th International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1345--1359", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Evgeny Kim and Roman Klinger. 2018. Who feels what and why? annotation of a literature corpus with semantic roles of emotions. In Proceedings of the 27th International Conference on Computa- tional Linguistics, pages 1345-1359, Santa Fe, New Mexico, USA. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Frowning Frodo, wincing Leia, and a seriously great friendship: Learning to classify emotional relationships of fictional characters", |
|
"authors": [ |
|
{ |
|
"first": "Evgeny", |
|
"middle": [], |
|
"last": "Kim", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "647--653", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/N19-1067" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Evgeny Kim and Roman Klinger. 2019. Frowning Frodo, wincing Leia, and a seriously great friend- ship: Learning to classify emotional relationships of fictional characters. In Proceedings of the 2019 Con- ference of the North American Chapter of the Asso- ciation for Computational Linguistics: Human Lan- guage Technologies, Volume 1 (Long and Short Pa- pers), pages 647-653, Minneapolis, Minnesota. As- sociation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Automatic Emotion Detection for Quantitative Literary Studies -A case study based on Franz Kafka's \"Das Schloss\" and \"Amerika", |
|
"authors": [ |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Samat", |
|
"middle": [], |
|
"last": "Surayya", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nils", |
|
"middle": [], |
|
"last": "Suliya", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Reiter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Digital Humanities 2016: Conference Abstracts", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "826--828", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roman Klinger, Surayya Samat Suliya, and Nils Reiter. 2016. Automatic Emotion Detection for Quantita- tive Literary Studies -A case study based on Franz Kafka's \"Das Schloss\" and \"Amerika\". In Digital Humanities 2016: Conference Abstracts, pages 826- 828, Krak\u00f3w, Poland. Jagiellonian University and Pedagogical University.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Conditional random fields: Probabilistic models for segmenting and labeling sequence data", |
|
"authors": [ |
|
{ |
|
"first": "John", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Lafferty", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrew", |
|
"middle": [], |
|
"last": "Mccallum", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fernando", |
|
"middle": [ |
|
"C N" |
|
], |
|
"last": "Pereira", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Proceedings of the Eighteenth International Conference on Machine Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "282--289", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John D. Lafferty, Andrew McCallum, and Fernando C. N. Pereira. 2001. Conditional random fields: Probabilistic models for segmenting and labeling se- quence data. In Proceedings of the Eighteenth In- ternational Conference on Machine Learning, page 282-289, San Francisco, CA. Morgan Kaufmann Publishers Inc.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "A text-driven rule-based system for emotion cause detection", |
|
"authors": [ |
|
{ |
|
"first": "Sophia Yat Mei", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ying", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chu-Ren", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the NAACL HLT 2010 Workshop on Computational Approaches to Analysis and Generation of Emotion in Text", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "45--53", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sophia Yat Mei Lee, Ying Chen, and Chu-Ren Huang. 2010a. A text-driven rule-based system for emotion cause detection. In Proceedings of the NAACL HLT 2010 Workshop on Computational Approaches to Analysis and Generation of Emotion in Text, pages 45-53, Los Angeles, CA. Association for Computa- tional Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Emotion cause events: Corpus construction and analysis", |
|
"authors": [ |
|
{ |
|
"first": "Sophia Yat Mei", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ying", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shoushan", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chu-Ren", |
|
"middle": [], |
|
"last": "Huang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the Seventh International Conference on Language Resources and Evaluation (LREC'10)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sophia Yat Mei Lee, Ying Chen, Shoushan Li, and Chu-Ren Huang. 2010b. Emotion cause events: Corpus construction and analysis. In Proceedings of the Seventh International Conference on Lan- guage Resources and Evaluation (LREC'10), Val- letta, Malta. European Language Resources Associ- ation (ELRA).", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Text-based emotion classification using emotion cause extraction. Expert Systems with Applications", |
|
"authors": [ |
|
{ |
|
"first": "Weiyuan", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hua", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "", |
|
"volume": "41", |
|
"issue": "", |
|
"pages": "1742--1749", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1016/j.eswa.2013.08.073" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Weiyuan Li and Hua Xu. 2014. Text-based emotion classification using emotion cause extraction. Ex- pert Systems with Applications, 41(4):1742-1749.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "A co-attention neural network model for emotion cause analysis with emotional context awareness", |
|
"authors": [ |
|
{ |
|
"first": "Xiangju", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kaisong", |
|
"middle": [], |
|
"last": "Song", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shi", |
|
"middle": [], |
|
"last": "Feng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daling", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yifei", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "4752--4757", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/D18-1506" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xiangju Li, Kaisong Song, Shi Feng, Daling Wang, and Yifei Zhang. 2018. A co-attention neural network model for emotion cause analysis with emotional context awareness. In Proceedings of the 2018 Con- ference on Empirical Methods in Natural Language Processing, pages 4752-4757, Brussels, Belgium. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "DailyDialog: A manually labelled multi-turn dialogue dataset", |
|
"authors": [ |
|
{ |
|
"first": "Yanran", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hui", |
|
"middle": [], |
|
"last": "Su", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaoyu", |
|
"middle": [], |
|
"last": "Shen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wenjie", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ziqiang", |
|
"middle": [], |
|
"last": "Cao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shuzi", |
|
"middle": [], |
|
"last": "Niu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the Eighth International Joint Conference on Natural Language Processing", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "986--995", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yanran Li, Hui Su, Xiaoyu Shen, Wenjie Li, Ziqiang Cao, and Shuzi Niu. 2017. DailyDialog: A manu- ally labelled multi-turn dialogue dataset. In Proceed- ings of the Eighth International Joint Conference on Natural Language Processing (Volume 1: Long Pa- pers), pages 986-995, Taipei, Taiwan. Asian Federa- tion of Natural Language Processing.", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "Decoupled weight decay regularization", |
|
"authors": [ |
|
{ |
|
"first": "Ilya", |
|
"middle": [], |
|
"last": "Loshchilov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Frank", |
|
"middle": [], |
|
"last": "Hutter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "International Conference on Learning Representations", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ilya Loshchilov and Frank Hutter. 2019. Decoupled weight decay regularization. In International Con- ference on Learning Representations.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "Lyrics, music, and emotions", |
|
"authors": [ |
|
{ |
|
"first": "Rada", |
|
"middle": [], |
|
"last": "Mihalcea", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Carlo", |
|
"middle": [], |
|
"last": "Strapparava", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proceedings of the 2012", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rada Mihalcea and Carlo Strapparava. 2012. Lyrics, music, and emotions. In Proceedings of the 2012", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Natural Language Processing and Computational Natural Language Learning", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "590--599", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning, pages 590-599, Jeju Island, Ko- rea. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF34": { |
|
"ref_id": "b34", |
|
"title": "Emotion intensities in tweets", |
|
"authors": [ |
|
{ |
|
"first": "Saif", |
|
"middle": [], |
|
"last": "Mohammad", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Felipe", |
|
"middle": [], |
|
"last": "Bravo-Marquez", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 6th Joint Conference on Lexical and Computational Semantics (*SEM 2017)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "65--77", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/S17-1007" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Saif Mohammad and Felipe Bravo-Marquez. 2017. Emotion intensities in tweets. In Proceedings of the 6th Joint Conference on Lexical and Computational Semantics (*SEM 2017), pages 65-77, Vancouver, Canada. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF35": { |
|
"ref_id": "b35", |
|
"title": "Using hashtags to capture fine emotion categories from tweets", |
|
"authors": [ |
|
{ |
|
"first": "Saif", |
|
"middle": [], |
|
"last": "Mohammad", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Svetlana", |
|
"middle": [], |
|
"last": "Kiritchenko", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Computational Intelligence", |
|
"volume": "31", |
|
"issue": "2", |
|
"pages": "301--326", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1111/coin.12024" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Saif Mohammad and Svetlana Kiritchenko. 2015. Us- ing hashtags to capture fine emotion categories from tweets. Computational Intelligence, 31(2):301-326.", |
|
"links": null |
|
}, |
|
"BIBREF36": { |
|
"ref_id": "b36", |
|
"title": "Semantic role labeling of emotions in tweets", |
|
"authors": [ |
|
{ |
|
"first": "Saif", |
|
"middle": [], |
|
"last": "Mohammad", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaodan", |
|
"middle": [], |
|
"last": "Zhu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joel", |
|
"middle": [], |
|
"last": "Martin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Proceedings of the 5th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "32--41", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.3115/v1/W14-2607" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Saif Mohammad, Xiaodan Zhu, and Joel Martin. 2014. Semantic role labeling of emotions in tweets. In Pro- ceedings of the 5th Workshop on Computational Ap- proaches to Subjectivity, Sentiment and Social Me- dia Analysis, pages 32-41, Baltimore, Maryland. As- sociation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF37": { |
|
"ref_id": "b37", |
|
"title": "Extracting causes of emotions from text", |
|
"authors": [ |
|
{ |
|
"first": "Alena", |
|
"middle": [], |
|
"last": "Neviarouskaya", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Masaki", |
|
"middle": [], |
|
"last": "Aono", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proceedings of the Sixth International Joint Conference on Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "932--936", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alena Neviarouskaya and Masaki Aono. 2013. Extract- ing causes of emotions from text. In Proceedings of the Sixth International Joint Conference on Nat- ural Language Processing, pages 932-936, Nagoya, Japan. Asian Federation of Natural Language Pro- cessing.", |
|
"links": null |
|
}, |
|
"BIBREF38": { |
|
"ref_id": "b38", |
|
"title": "Token sequence labeling vs. clause classification for English emotion stimulus detection", |
|
"authors": [ |
|
{ |
|
"first": "Laura", |
|
"middle": [ |
|
"Ana" |
|
], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maria", |
|
"middle": [], |
|
"last": "Oberl\u00e4nder", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the Ninth Joint Conference on Lexical and Computational Semantics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "58--70", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Laura Ana Maria Oberl\u00e4nder and Roman Klinger. 2020. Token sequence labeling vs. clause classification for English emotion stimulus detection. In Proceed- ings of the Ninth Joint Conference on Lexical and Computational Semantics, pages 58-70, Barcelona, Spain (Online). Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF39": { |
|
"ref_id": "b39", |
|
"title": "The nature of emotions: Human emotions have deep evolutionary roots, a fact that may explain their complexity and provide tools for clinical practice", |
|
"authors": [ |
|
{ |
|
"first": "Robert", |
|
"middle": [], |
|
"last": "Plutchik", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "American Scientist", |
|
"volume": "89", |
|
"issue": "4", |
|
"pages": "344--350", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Robert Plutchik. 2001. The nature of emotions: Hu- man emotions have deep evolutionary roots, a fact that may explain their complexity and provide tools for clinical practice. American Scientist, 89(4):344- 350.", |
|
"links": null |
|
}, |
|
"BIBREF40": { |
|
"ref_id": "b40", |
|
"title": "A circumplex model of affect", |
|
"authors": [ |
|
{ |
|
"first": "James", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Russell", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1980, |
|
"venue": "Journal of personality and social psychology", |
|
"volume": "39", |
|
"issue": "6", |
|
"pages": "1161--1178", |
|
"other_ids": { |
|
"DOI": [ |
|
"https://psycnet.apa.org/doi/10.1037/h0077714" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "James A. Russell. 1980. A circumplex model of af- fect. Journal of personality and social psychology, 39(6):1161-1178.", |
|
"links": null |
|
}, |
|
"BIBREF41": { |
|
"ref_id": "b41", |
|
"title": "EMOCause: An easy-adaptable approach to extract emotion cause contexts", |
|
"authors": [ |
|
{ |
|
"first": "Irene", |
|
"middle": [], |
|
"last": "Russo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tommaso", |
|
"middle": [], |
|
"last": "Caselli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Francesco", |
|
"middle": [], |
|
"last": "Rubino", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ester", |
|
"middle": [], |
|
"last": "Boldrini", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Patricio", |
|
"middle": [], |
|
"last": "Mart\u00ednez-Barco", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proceedings of the 2nd Workshop on Computational Approaches to Subjectivity and Sentiment Analysis (WASSA 2.011)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "153--160", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Irene Russo, Tommaso Caselli, Francesco Rubino, Es- ter Boldrini, and Patricio Mart\u00ednez-Barco. 2011. EMOCause: An easy-adaptable approach to extract emotion cause contexts. In Proceedings of the 2nd Workshop on Computational Approaches to Subjec- tivity and Sentiment Analysis (WASSA 2.011), pages 153-160, Portland, Oregon. Association for Compu- tational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF42": { |
|
"ref_id": "b42", |
|
"title": "What are emotions? And how can they be measured?", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Klaus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Scherer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Social Science Information", |
|
"volume": "44", |
|
"issue": "4", |
|
"pages": "695--729", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Klaus R. Scherer. 2005. What are emotions? And how can they be measured? Social Science Information, 44(4):695-729.", |
|
"links": null |
|
}, |
|
"BIBREF43": { |
|
"ref_id": "b43", |
|
"title": "Emotions and information diffusion in social media-sentiment of microblogs and sharing behavior", |
|
"authors": [ |
|
{ |
|
"first": "Stefan", |
|
"middle": [], |
|
"last": "Stieglitz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Linh", |
|
"middle": [], |
|
"last": "Dang-Xuan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "", |
|
"volume": "29", |
|
"issue": "", |
|
"pages": "217--248", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.2753/MIS0742-1222290408" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Stefan Stieglitz and Linh Dang-Xuan. 2013. Emotions and information diffusion in social media-sentiment of microblogs and sharing behavior. Journal of man- agement information systems, 29(4):217-248.", |
|
"links": null |
|
}, |
|
"BIBREF44": { |
|
"ref_id": "b44", |
|
"title": "Semeval-2007 task 14: Affective text", |
|
"authors": [ |
|
{ |
|
"first": "Carlo", |
|
"middle": [], |
|
"last": "Strapparava", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rada", |
|
"middle": [], |
|
"last": "Mihalcea", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "70--74", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Carlo Strapparava and Rada Mihalcea. 2007. Semeval- 2007 task 14: Affective text. In Proceedings of the Fourth International Workshop on Semantic Evalua- tions (SemEval-2007), pages 70-74. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF45": { |
|
"ref_id": "b45", |
|
"title": "Crowdsourcing and validating event-focused emotion corpora for German and English", |
|
"authors": [ |
|
{ |
|
"first": "Enrica", |
|
"middle": [], |
|
"last": "Troiano", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sebastian", |
|
"middle": [], |
|
"last": "Pad\u00f3", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Klinger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "4005--4011", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/P19-1391" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Enrica Troiano, Sebastian Pad\u00f3, and Roman Klinger. 2019. Crowdsourcing and validating event-focused emotion corpora for German and English. In Pro- ceedings of the 57th Annual Meeting of the Asso- ciation for Computational Linguistics, pages 4005- 4011, Florence, Italy. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF46": { |
|
"ref_id": "b46", |
|
"title": "Patternbased emotion classification on social media", |
|
"authors": [ |
|
{ |
|
"first": "Erik", |
|
"middle": [], |
|
"last": "Tromp", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mykola", |
|
"middle": [], |
|
"last": "Pechenizkiy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Advances in social media analysis", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--20", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1007/978-3-319-18458-6_1" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Erik Tromp and Mykola Pechenizkiy. 2015. Pattern- based emotion classification on social media. In Advances in social media analysis, pages 1-20. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF47": { |
|
"ref_id": "b47", |
|
"title": "Effective inter-clause modeling for end-to-end emotion-cause pair extraction", |
|
"authors": [ |
|
{ |
|
"first": "Penghui", |
|
"middle": [], |
|
"last": "Wei", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jiahao", |
|
"middle": [], |
|
"last": "Zhao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wenji", |
|
"middle": [], |
|
"last": "Mao", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "3171--3181", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/2020.acl-main.289" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Penghui Wei, Jiahao Zhao, and Wenji Mao. 2020. Effective inter-clause modeling for end-to-end emotion-cause pair extraction. In Proceedings of the 58th Annual Meeting of the Association for Compu- tational Linguistics, pages 3171-3181, Online. As- sociation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF48": { |
|
"ref_id": "b48", |
|
"title": "Transformers: State-of-the-art natural language processing", |
|
"authors": [ |
|
{ |
|
"first": "Thomas", |
|
"middle": [], |
|
"last": "Wolf", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lysandre", |
|
"middle": [], |
|
"last": "Debut", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Victor", |
|
"middle": [], |
|
"last": "Sanh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julien", |
|
"middle": [], |
|
"last": "Chaumond", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Clement", |
|
"middle": [], |
|
"last": "Delangue", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anthony", |
|
"middle": [], |
|
"last": "Moi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Pierric", |
|
"middle": [], |
|
"last": "Cistac", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tim", |
|
"middle": [], |
|
"last": "Rault", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Remi", |
|
"middle": [], |
|
"last": "Louf", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Morgan", |
|
"middle": [], |
|
"last": "Funtowicz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joe", |
|
"middle": [], |
|
"last": "Davison", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sam", |
|
"middle": [], |
|
"last": "Shleifer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Clara", |
|
"middle": [], |
|
"last": "Patrick Von Platen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yacine", |
|
"middle": [], |
|
"last": "Ma", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julien", |
|
"middle": [], |
|
"last": "Jernite", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Canwen", |
|
"middle": [], |
|
"last": "Plu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Teven", |
|
"middle": [ |
|
"Le" |
|
], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sylvain", |
|
"middle": [], |
|
"last": "Scao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mariama", |
|
"middle": [], |
|
"last": "Gugger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Drame", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "38--45", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/2020.emnlp-demos.6" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi, Pier- ric Cistac, Tim Rault, Remi Louf, Morgan Funtow- icz, Joe Davison, Sam Shleifer, Patrick von Platen, Clara Ma, Yacine Jernite, Julien Plu, Canwen Xu, Teven Le Scao, Sylvain Gugger, Mariama Drame, Quentin Lhoest, and Alexander Rush. 2020. Trans- formers: State-of-the-art natural language process- ing. In Proceedings of the 2020 Conference on Em- pirical Methods in Natural Language Processing: System Demonstrations, pages 38-45, Online. Asso- ciation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF49": { |
|
"ref_id": "b49", |
|
"title": "Emotion-cause pair extraction: A new task to emotion analysis in texts", |
|
"authors": [ |
|
{ |
|
"first": "Rui", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zixiang", |
|
"middle": [], |
|
"last": "Ding", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1003--1012", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/P19-1096" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rui Xia and Zixiang Ding. 2019. Emotion-cause pair extraction: A new task to emotion analysis in texts. In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 1003-1012, Florence, Italy. Association for Compu- tational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF50": { |
|
"ref_id": "b50", |
|
"title": "Rthn: A rnn-transformer hierarchical network for emotion cause extraction", |
|
"authors": [ |
|
{ |
|
"first": "Rui", |
|
"middle": [], |
|
"last": "Xia", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mengran", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zixiang", |
|
"middle": [], |
|
"last": "Ding", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence (IJCAI-19)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "5285--5291", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rui Xia, Mengran Zhang, and Zixiang Ding. 2019. Rthn: A rnn-transformer hierarchical network for emotion cause extraction. In Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence (IJCAI-19), pages 5285-5291, Macao. International Joint Conferences on Artificial Intelligence.", |
|
"links": null |
|
}, |
|
"BIBREF51": { |
|
"ref_id": "b51", |
|
"title": "Extracting emotion causes using learning to rank methods from an information retrieval perspective", |
|
"authors": [ |
|
{ |
|
"first": "Bo", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hongfei", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yuan", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yufeng", |
|
"middle": [], |
|
"last": "Diao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Liang", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kan", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "IEEE Access", |
|
"volume": "7", |
|
"issue": "", |
|
"pages": "15573--15583", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1109/ACCESS.2019.2894701" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bo Xu, Hongfei Lin, Yuan Lin, Yufeng Diao, Liang Yang, and Kan Xu. 2019. Extracting emotion causes using learning to rank methods from an information retrieval perspective. IEEE Access, 7:15573-15583.", |
|
"links": null |
|
}, |
|
"BIBREF52": { |
|
"ref_id": "b52", |
|
"title": "A bootstrap method for automatic rule acquisition on emotion cause extraction", |
|
"authors": [ |
|
{ |
|
"first": "Shuntaro", |
|
"middle": [], |
|
"last": "Yada", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kazushi", |
|
"middle": [], |
|
"last": "Ikeda", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Keiichiro", |
|
"middle": [], |
|
"last": "Hoashi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kyo", |
|
"middle": [], |
|
"last": "Kageura", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "2017 IEEE International Conference on Data Mining Workshops (ICDMW)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "414--421", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1109/ICDMW.2017.60" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Shuntaro Yada, Kazushi Ikeda, Keiichiro Hoashi, and Kyo Kageura. 2017. A bootstrap method for au- tomatic rule acquisition on emotion cause extrac- tion. In 2017 IEEE International Conference on Data Mining Workshops (ICDMW), pages 414-421, New Orleans, LA. Institute of Electrical and Elec- tronics Engineers.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF1": { |
|
"text": "\u03ba for all emotion classes.", |
|
"type_str": "figure", |
|
"uris": null, |
|
"num": null |
|
}, |
|
"FIGREF2": { |
|
"text": "manufacturer: Daimler's work council election invalid", |
|
"type_str": "figure", |
|
"uris": null, |
|
"num": null |
|
}, |
|
"TABREF0": { |
|
"type_str": "table", |
|
"num": null, |
|
"content": "<table/>", |
|
"text": "Linguistics rules for annotating stimuli.", |
|
"html": null |
|
}, |
|
"TABREF3": { |
|
"type_str": "table", |
|
"num": null, |
|
"content": "<table/>", |
|
"text": "", |
|
"html": null |
|
}, |
|
"TABREF5": { |
|
"type_str": "table", |
|
"num": null, |
|
"content": "<table/>", |
|
"text": "Top three most observed media sources for each dominant emotion sorted by frequency.", |
|
"html": null |
|
}, |
|
"TABREF8": { |
|
"type_str": "table", |
|
"num": null, |
|
"content": "<table/>", |
|
"text": ") based on various error types, namely Early Start, Late Start, Early Stop, Late Stop, Surrounding (Early Start & Late stop) and Consecutive error.", |
|
"html": null |
|
}, |
|
"TABREF9": { |
|
"type_str": "table", |
|
"num": null, |
|
"content": "<table/>", |
|
"text": "Example headlines for examined error types. Gold annotations correspond to tokens between [ ]. Predicted stimulus segments are highlighted as follows: red (B tag), blue (I tag). English translations for each sample are written in italics. All examples stem from the CRF models except the last one.", |
|
"html": null |
|
} |
|
} |
|
} |
|
} |