File size: 2,884 Bytes
1691b41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7ee3cde
 
1691b41
 
 
 
 
 
 
 
 
7ee3cde
1691b41
f0dbf53
1691b41
f0dbf53
 
 
 
 
 
 
 
 
 
 
 
 
 
1691b41
 
 
 
f0dbf53
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
pretty_name: German Parliament Speeches
task_categories:
  - text-classification
  - summarization
  - text-generation
  - question-answering
tags:
  - german
  - parliament
  - politics
  - speeches
  - bundestag
language:
  - de
license: cc0-1.0
---

# German Parliament Speeches

This dataset contains speeches from the German parliament, derived from the [Open Discourse Project](https://doi.org/10.7910/DVN/FIKIBO) (Harvard Dataverse).

## Source

Data source:  

**Open Discourse Project**  
Harvard Dataverse  
DOI: [10.7910/DVN/FIKIBO](https://doi.org/10.7910/DVN/FIKIBO)

Original citation:

```
@data{DVN/FIKIBO_2020,
author = {Richter, Florian and Koch, Philipp and Franke, Oliver and Kraus, Jakob and Kuruc, Fabrizio and Thiem, Anja and Högerl, Judith and Heine, Stella and Schöps, Konstantin},
publisher = {Harvard Dataverse},
title = {{Open Discourse}},
year = {2020},
version = {V4},
doi = {10.7910/DVN/FIKIBO},
url = {https://doi.org/10.7910/DVN/FIKIBO}
}
```

## Columns

| Column Name      | Type          | Description                                            |
|------------------|---------------|--------------------------------------------------------|
| `id`             | int64         | Unique speech identifier.                              |
| `session`        | int64         | Parliamentary session number.                          |
| `electoralTerm`  | int64         | Electoral term (e.g., 19th Bundestag = 19).           |
| `firstName`      | string        | First name of the speaker.                             |
| `lastName`       | string        | Last name of the speaker.                              |
| `politicianId`   | int64         | Unique identifier for the politician.                  |
| `speechContent`  | string        | Full text of the speech.                               |
| `factionId`      | int64         | ID of the political faction or party.                  |
| `documentUrl`    | string        | URL to the official document of the speech/session.    |
| `positionShort`  | categorical   | Short position of the speaker (e.g., MP, Minister).    |
| `positionLong`   | string        | Full position/title/role of the speaker.               |
| `date`           | string (date) | Date of the speech (YYYY-MM-DD).                       |

## Notes

- Please cite the original creators if you use this dataset for research or publication.
- The dataset may be updated or extended in the future.
- **Historical data notice:** Some fields, such as `firstName`, are not available for all records, especially in earlier periods. This is due to the limited availability of metadata in historical sources. Other columns may also contain missing values for older entries.

## License

This dataset is distributed under the [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).