ddore14 commited on
Commit
3ae4d46
·
verified ·
1 Parent(s): 9ab4e7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +118 -0
README.md CHANGED
@@ -1,3 +1,121 @@
1
  ---
 
 
2
  license: cc-by-nc-nd-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: cc-by-nc-nd-4.0
5
+ pretty_name: PoliticalDebatesCorpus-EN — English Political Debates Corpus
6
+ size_categories:
7
+ - 10B<n<100B
8
+ task_categories:
9
+ - text-generation
10
+ - fill-mask
11
+ - text-classification
12
+ tags:
13
+ - political-discourse
14
+ - parliamentary-debates
15
+ - argument-mining
16
+ - stance-detection
17
+ - domain-specific
18
+ - pretraining
19
  ---
20
+
21
+ # RooseDebates: English Political Debates Corpus
22
+
23
+ PoliticalDebatesCorpus-EN is a large-scale English corpus of political debate and speech transcripts,
24
+ assembled for domain-specific language model pre-training. It is the training corpus behind
25
+ **RooseBERT**, a language model tailored to the dialogic and argumentative nature of political
26
+ debates. The corpus brings together televised presidential debates and parliamentary debates
27
+ from multiple countries and international bodies, totalling **~11 GB** of text and spanning the
28
+ period **1946–2025**.
29
+
30
+ ## Dataset Summary
31
+
32
+ - **Total size:** ~11 GB of cleaned English text
33
+ - **Time span:** 1946–2025
34
+ - **Domain:** Political debates, parliamentary sessions, presidential debates, UN debates
35
+ - **Languages:** English
36
+ - **Source types:** Televised exchanges, parliamentary debates, primary/general election debates
37
+ - **Intended use:** Pre-training and fine-tuning of language models for political discourse analysis
38
+
39
+ All sources originate from authoritative speakers and official political settings, where
40
+ political decisions are discussed, contested, and communicated to the public.
41
+
42
+ ## Supported Tasks
43
+
44
+ The corpus was designed to support domain-adaptive pre-training for downstream tasks including:
45
+
46
+ - **Stance detection** (support / oppose toward a target)
47
+ - **Sentiment analysis** of debate speeches
48
+ - **Argument component detection and classification** (claims vs. premises)
49
+ - **Argument relation prediction and classification** (support / attack / no-relation)
50
+ - **Motion policy classification**
51
+ - **Named entity recognition (NER)**
52
+
53
+ ## Data Sources
54
+
55
+ The corpus combines existing curated collections with transcripts scraped from official debate
56
+ websites. Each source was pre-processed to remove hyperlinks and markup tags and to collapse
57
+ multiple spaces.
58
+
59
+ | Source | Coverage | Period | Size |
60
+ |---|---|---|---|
61
+ | African Parliamentary Debates (HOME Project) | Ghana & South Africa | 1999–2024 | 573 MB |
62
+ | Australian Parliamentary Debates | Australia | 1998–2025 | 1 GB |
63
+ | Canadian Parliamentary Debates (OpenParliament) | Canada | 1994–2025 | 1.1 GB |
64
+ | European Parliamentary Debates (EUSpeech) | EU leaders & institutions | 2007–2015 | 110 MB |
65
+ | Irish Parliamentary Debates (ParlEE + Dáil Éireann DB) | Ireland | 1919–2019 | ~3.4 GB |
66
+ | New Zealand Parliamentary Debates (ParlSpeech) | New Zealand | 1987–2019 | 791 MB |
67
+ | Scottish Parliamentary Debates (ParlScot) | Scotland | until 2021 | 443 MB |
68
+ | UK Parliamentary Debates (House of Commons) | United Kingdom | 1979–2019 | 2.6 GB |
69
+ | UN General Debate Corpus (UNGDC) | UN General Assembly | 1946–2023 | 186 MB |
70
+ | UN Security Council Debates (UNSC) | UN Security Council | 1992–2023 | 387 MB |
71
+ | United States Debates (American Presidency Project) | United States | 1960–2024 | 16 MB |
72
+
73
+ ## Pre-processing
74
+
75
+ Each dataset was cleaned with a uniform pipeline:
76
+
77
+ 1. Removal of hyperlinks and markup tags
78
+ 2. Collapsing of multiple consecutive whitespace characters
79
+ 3. Merging of per-source splits into a unified corpus with balanced representation across sources
80
+
81
+ ## Intended Uses & Limitations
82
+
83
+ **Intended uses.** Pre-training or continued pre-training of encoder-based language models for
84
+ political discourse analysis; fine-tuning on stance, sentiment, argument mining, and policy
85
+ classification tasks.
86
+
87
+ **Limitations.**
88
+
89
+ - The corpus is **English-only** and skewed toward Commonwealth and U.S./UN sources, so
90
+ geographic and linguistic coverage is uneven.
91
+ - Transcripts reflect the political opinions and rhetoric of the speakers; the corpus is **not**
92
+ a neutral source and may contain biased, adversarial, or offensive language.
93
+ - Time coverage varies by source, which may introduce period-specific framing effects.
94
+ - Models trained on this data should not be treated as authoritative on factual political claims.
95
+
96
+ ## Licensing
97
+
98
+ This corpus aggregates multiple underlying datasets, each released under its own terms by its
99
+ original authors. **Users must review and comply with the license of each constituent source**
100
+ before redistribution or commercial use. The aggregation and accompanying card are released
101
+ under CC-BY-NC-ND-4.0; this does not override the licenses of the individual sources.
102
+
103
+ ## Citation
104
+
105
+ If you use this dataset, please cite us:
106
+
107
+ ```bibtex
108
+ @article{dore2025roosebert,
109
+ title={RooseBERT: A New Deal For Political Language Modelling},
110
+ author={Dore, Deborah and Cabrio, Elena and Villata, Serena},
111
+ journal={arXiv preprint arXiv:2508.03250},
112
+ year={2025}
113
+ }
114
+ ```
115
+
116
+ Please also cite the original sources of the constituent datasets where appropriate (see the
117
+ **Data Sources** table and the references in the paper).
118
+
119
+ ## Contact
120
+
121
+ Deborah Dore - deborah.dore@cnrs.fr