nixie1981 commited on
Commit
4f122e2
·
verified ·
1 Parent(s): 63f1654

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ {}
5
+ ---
6
+
7
+ # Dataset Card
8
+
9
+ <!-- Provide a quick summary of the dataset. -->
10
+
11
+ This dataset contains 100 manually annotated narratives of climate change appearing in the USA news. Apart from the narrative frames annotation, we their narrative components, as well as generic frames, political leaning and outlet.
12
+
13
+ ## Dataset Details
14
+
15
+ Please refer to our paper and other resources for the details of annotation, taxonomy, model performance on the dataset etc:
16
+
17
+ - **Paper [to appear in ACL 2025 Findings]:** https://arxiv.org/pdf/2506.00737
18
+ - **Repository:** https://github.com/julia-nixie/narratives
19
+ - **Demo:** https://julia-nixie.github.io/narratives
20
+
21
+ ## Dataset Structure
22
+
23
+ The dataset has the following fields (please refer to our paper for the lists of possible values and their descriptions):
24
+
25
+ NARRATIVE: the overall narrative frame of the article
26
+ HERO: the main hero of the narrative
27
+ VILLAIN: the main villain of the narrative
28
+ VICTIM: the main victim of the narrative
29
+ FOCUS: who (hero, villain, or victim) the narrative is focusing on
30
+ CONFLICT: shows if the narrative fuels a particular conflict or problem (such as climate change), fuels its resolution, or prevents either conflict or resolution
31
+ STORY: shows if the narrative is individualistic, hierarchical, or egalitarian.
32
+ ARTICLE: full text of the article
33
+ outlet: the outlet of the article
34
+ leaning: the political leaning of the outlet
35
+ CO: if the article has the generic "Conflict" frame
36
+ RE: if the article has the generic "Resolution" frame
37
+ HI: if the article has the generic "Human Interest" frame
38
+ EC: if the article has the generic "Economic" frame
39
+ MO: if the article has the generic "Morality" frame
40
+
41
+
42
+ ## Citation
43
+
44
+ Please cite our paper if you use the dataset:
45
+
46
+ **BibTeX:**
47
+
48
+ @article{otmakhova2025narrative,
49
+ title={Narrative Media Framing in Political Discourse},
50
+ author={Otmakhova, Yulia and Frermann, Lea},
51
+ journal={arXiv preprint arXiv:2506.00737},
52
+ year={2025}
53
+ }
54
+
55
+
56
+ ## Dataset Card Contact
57
+
58
+ Please contact us at y.otmakhova@unimelb.edu.au if you have any questions regarding the dataset.