sandh commited on
Commit
331abb1
·
verified ·
1 Parent(s): 4a0bcae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -84
README.md CHANGED
@@ -1,84 +0,0 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: ID
5
- dtype: string
6
- - name: Text
7
- dtype: string
8
- - name: Subtask
9
- dtype: 'null'
10
- - name: Output
11
- list: 'null'
12
- - name: subcorpus
13
- dtype: string
14
- - name: author
15
- dtype: string
16
- - name: date
17
- dtype: timestamp[s]
18
- - name: text_tokenised
19
- dtype: string
20
- - name: token_count
21
- dtype: int64
22
- - name: similar_IDs
23
- list: string
24
- - name: annotation_prompt
25
- dtype: string
26
- splits:
27
- - name: train
28
- num_bytes: 28172007
29
- num_examples: 4629
30
- download_size: 9784356
31
- dataset_size: 28172007
32
- configs:
33
- - config_name: default
34
- data_files:
35
- - split: train
36
- path: data/train-*
37
- language:
38
- - de
39
- size_categories:
40
- - 1K<n<10K
41
- ---
42
-
43
- # AfD-CCC
44
- A corpus of short texts and parliamentary speech transcripts by the German political party "Alternative für Deutschland" (AfD) addressing the topic of climate change (CC). The collection process and some exemplary usecases of the corpus are outlined in the associated paper and master's thesis. All data sources are clearly demarked in the following section.
45
-
46
- ## Data Sources
47
- **Documents are taken from the original repository at [github.com/discourse-lab/afd-ccc](https://github.com/discourse-lab/afd-ccc/).**
48
-
49
- - German Parliament speeches (2017-2022): Extracted from [OpenDiscourse](https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/FIKIBO ) (Richter et al., 2020)
50
- - German Parliament speeches (2022-2025): Retrieved from Government records via the [DIP API](https://dip.bundestag.de).
51
- - European Parliament speeches (2014-2024): Extracted from the [ParlLawSpeech](https://parllawspeech.org/) dataset, Version 1.0 (Schwabach et al., 2025)
52
- - Telegram messages (2019-2025): Scraped from public channels using [FROG](https://journals.sagepub.com/doi/10.1177/20501579241244973 ) (Priming & Fröschl, 2024)
53
- - Press releases (2017-2021): Extracted from press releases made available by Schaefer et al. (2023)
54
- - ~~Tweets (2017-2022): From Lasser et al. (2022). Due to Twitter privacy regulations, only tweet IDs can be given.~~ (Excluded due to missing documents.)
55
-
56
- ## Corpus Statistics
57
-
58
- Version 2.0 of the corpus is made up as follows:
59
-
60
- | **Text Domain** | **Texts** | **Tokens** |
61
- | :------------- | ----: | ------: |
62
- | German Parl. | 2,284 | 220,894 |
63
- | European Parl. | 668 | 48,025 |
64
- | Press releases | 911 | 85,356 |
65
- | ~~Twitter~~ | ~~1,880~~ | ~~54,592~~ |
66
- | Telegram | 766 | 41,487 |
67
- | **Total** | **4,629** | **395,762** |
68
-
69
- ## Citation
70
- To cite this corpus, please cite the paper which presented version 1.0 of the corpus.
71
-
72
- > Manfred Stede and Ronja Memminger. 2025. [AfD-CCC: Analyzing the Climate Change Discourse of a German Right-wing Political Party.](https://aclanthology.org/2025.nlp4pi-1.14/) In Proceedings of the Fourth Workshop on NLP for Positive Impact (NLP4PI), pages 163–174, Vienna, Austria. Association for Computational Linguistics.
73
-
74
- ## Works Cited
75
-
76
- Jana Lasser, Segun Taofeek Aroyehun, Almog Simchon, Fabio Carrella, David Garcia, and Stephan Lewandowsky. 2022. Social media sharing of low-quality news sources by political elites. In: *PNAS Nexus* 1.4.
77
-
78
- Florian Primig and Fabian Fröschl. 2024. Introducing the FROG tool for gathering Telegram data. *Mobile Media & Communication*, 12(2):449–453. [https://doi.org/10.1177/20501579241244973 ](https://doi.org/10.1177/20501579241244973 )
79
-
80
- Florian Richter, Philipp Koch, Oliver Franke, Jakob Kraus, Fabrizio Kuruc, Anja Thiem, Judith Högerl, Stella Heine, and Konstantin Schöps. 2020. *Open Discourse.* Harvard Dataverse. [https://doi.org/doi:10.7910/DVN/FIKIBO ](https://doi.org/doi:10.7910/DVN/FIKIBO ).
81
-
82
- Robin Schaefer, Christoph M. Abels, Stephan Lewandowsky, and Manfred Stede. 2023. Communicating Climate Change: A Comparison Between Tweets and Speeches by German Members of Parliament. In *Proceedings of the 13th Workshop on Computational Approaches to Subjectivity, Sentiment & Social Media Analysis*, Toronto, Canada and Online. Association for Computational Linguistics.
83
-
84
- Jan Schwalbach, Lukas Hetzer, Sven-Oliver Proksch, Christian Rauh, and Miklós Seb˝ok. 2025. [*ParlLawSpeech*](https://parllawspeech.org/data). GESIS, Cologne. [https://doi.org/10.7802/2824 ](https://doi.org/10.7802/2824 )