Update README.md
Browse files
README.md
CHANGED
|
@@ -33,14 +33,20 @@ dataset_info:
|
|
| 33 |
dtype: int64
|
| 34 |
- name: synthetic_labels
|
| 35 |
list:
|
| 36 |
-
-
|
| 37 |
-
|
| 38 |
-
-
|
| 39 |
-
|
| 40 |
-
-
|
| 41 |
-
|
| 42 |
-
-
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
splits:
|
| 45 |
- name: train
|
| 46 |
num_bytes: 28172007
|
|
@@ -65,10 +71,10 @@ A corpus of short texts and parliamentary speech transcripts by the German polit
|
|
| 65 |
**Documents are taken from the original repository at [github.com/discourse-lab/afd-ccc](https://github.com/discourse-lab/afd-ccc/).**
|
| 66 |
> 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.
|
| 67 |
|
| 68 |
-
- German Parliament speeches (2017-2022): Extracted from [OpenDiscourse](https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/FIKIBO
|
| 69 |
- German Parliament speeches (2022-2025): Retrieved from Government records via the [DIP API](https://dip.bundestag.de).
|
| 70 |
- European Parliament speeches (2014-2024): Extracted from the [ParlLawSpeech](https://parllawspeech.org/) dataset, Version 1.0 (Schwabach et al., 2025)
|
| 71 |
-
- Telegram messages (2019-2025): Scraped from public channels using [FROG](https://journals.sagepub.com/doi/10.1177/20501579241244973
|
| 72 |
- Press releases (2017-2021): Extracted from press releases made available by Schaefer et al. (2023)
|
| 73 |
- ~~Tweets (2017-2022): From Lasser et al. (2022). Due to Twitter privacy regulations, only tweet IDs can be given.~~ (Excluded due to missing documents.)
|
| 74 |
|
|
|
|
| 33 |
dtype: int64
|
| 34 |
- name: synthetic_labels
|
| 35 |
list:
|
| 36 |
+
- name: Aspekt
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: Sentimentbegriff
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: Valenz
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: Erregung
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: messages
|
| 45 |
+
list:
|
| 46 |
+
- name: role
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: content
|
| 49 |
+
dtype: string
|
| 50 |
splits:
|
| 51 |
- name: train
|
| 52 |
num_bytes: 28172007
|
|
|
|
| 71 |
**Documents are taken from the original repository at [github.com/discourse-lab/afd-ccc](https://github.com/discourse-lab/afd-ccc/).**
|
| 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 |
+
- German Parliament speeches (2017-2022): Extracted from [OpenDiscourse](https://dataverse.harvard.edu/citation?persistentId=doi:10.7910/DVN/FIKIBO ) (Richter et al., 2020)
|
| 75 |
- German Parliament speeches (2022-2025): Retrieved from Government records via the [DIP API](https://dip.bundestag.de).
|
| 76 |
- European Parliament speeches (2014-2024): Extracted from the [ParlLawSpeech](https://parllawspeech.org/) dataset, Version 1.0 (Schwabach et al., 2025)
|
| 77 |
+
- Telegram messages (2019-2025): Scraped from public channels using [FROG](https://journals.sagepub.com/doi/10.1177/20501579241244973 ) (Priming & Fröschl, 2024)
|
| 78 |
- Press releases (2017-2021): Extracted from press releases made available by Schaefer et al. (2023)
|
| 79 |
- ~~Tweets (2017-2022): From Lasser et al. (2022). Due to Twitter privacy regulations, only tweet IDs can be given.~~ (Excluded due to missing documents.)
|
| 80 |
|