vasevarad commited on
Commit
0968e1e
1 Parent(s): 19fe8ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -19,3 +19,24 @@ The annotations were conducted on a sheet in the following **dissonance-first**
19
  The annotators used the following flowchart as a more detailed guide to determining the Dissonance, Consonance and Neither/Other classes:
20
 
21
  ![annotation guidelines](./annotation_guidelines.jpg)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  The annotators used the following flowchart as a more detailed guide to determining the Dissonance, Consonance and Neither/Other classes:
20
 
21
  ![annotation guidelines](./annotation_guidelines.jpg)
22
+
23
+ ## Citation
24
+
25
+ If you use this dataset, please cite the associated paper:
26
+
27
+ ```
28
+
29
+ @inproceedings{varadarajan2023transfer,
30
+ title={Transfer and Active Learning for Dissonance Detection: Addressing the Rare-Class Challenge},
31
+ author={Varadarajan, Vasudha and Juhng, Swanie and Mahwish, Syeda and Liu, Xiaoran and Luby, Jonah and Luhmann, Christian and Schwartz, H Andrew},
32
+ booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Long Papers)",
33
+ month = july,
34
+ year = "2023",
35
+ address = "Toronto, Canada",
36
+ publisher = "Association for Computational Linguistics",
37
+ abstract = "While transformer-based systems have enabled greater accuracies with fewer training examples, data acquisition obstacles still persist for rare-class tasks -- when the class label is very infrequent (e.g. < 5% of samples). Active learning has in general been proposed to alleviate such challenges, but choice of selection strategy, the criteria by which rare-class examples are chosen, has not been systematically evaluated. Further, transformers enable iterative transfer-learning approaches. We propose and investigate transfer- and active learning solutions to the rare class problem of dissonance detection through utilizing models trained on closely related tasks and the evaluation of acquisition strategies, including a proposed probability-of-rare-class (PRC) approach. We perform these experiments for a specific rare class problem: collecting language samples of cognitive dissonance from social media. We find that PRC is a simple and effective strategy to guide annotations and ultimately improve model accuracy while transfer-learning in a specific order can improve the cold-start performance of the learner but does not benefit iterations of active learning.",
38
+ }
39
+
40
+ ```
41
+
42
+