vasevarad commited on
Commit
eb633b5
1 Parent(s): 77d2056

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: cc-by-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-3.0
3
  ---
4
+ RoBERTA-base finetuned on our Dissonance Dataset, collected from annotating tweets for within-person dissonance, as described in our paper [Transfer and Active Learning for Dissonance Detection: Addressing the Rare Class Challenge](https://arxiv.org/abs/2305.02459).
5
+
6
+ ## Dataset Annotation details
7
+
8
+ Tweets were parsed into discourse units, and marked as Belief (Thought or Action) or Other, and pairs of beliefs within the same tweet were relayed to annotators for Dissonance annotation.
9
+
10
+ ![annotation process](./annotation_format/annotation_process.jpg)
11
+
12
+
13
+ The annotations were conducted on a sheet in the following **dissonance-first** format.
14
+
15
+ ![annotation format](./annotation_format/annotation_format.png)
16
+
17
+
18
+ The annotators used the following flowchart as a more detailed guide to determining the Dissonance, Consonance and Neither/Other classes:
19
+
20
+ ![annotation guidelines](./annotation_format/annotation_guidelines.jpg)