Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -13,96 +13,55 @@ size_categories:
|
|
13 |
|
14 |
## Dataset Description
|
15 |
|
16 |
-
- **Homepage:**
|
17 |
-
- **Repository:**
|
18 |
-
- **Paper:**
|
19 |
-
- **Leaderboard:**
|
20 |
-
- **Point of Contact:**
|
21 |
|
22 |
### Dataset Summary
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
### Supported Tasks and Leaderboards
|
27 |
-
|
28 |
-
[More Information Needed]
|
29 |
|
30 |
### Languages
|
31 |
|
32 |
-
|
33 |
|
34 |
## Dataset Structure
|
35 |
|
36 |
-
|
37 |
|
38 |
-
|
39 |
|
40 |
-
|
41 |
|
42 |
-
[More Information Needed]
|
43 |
|
44 |
-
### Data Splits
|
45 |
-
|
46 |
-
[More Information Needed]
|
47 |
-
|
48 |
-
## Dataset Creation
|
49 |
|
50 |
-
###
|
51 |
-
|
52 |
-
[More Information Needed]
|
53 |
-
|
54 |
-
### Source Data
|
55 |
-
|
56 |
-
#### Initial Data Collection and Normalization
|
57 |
-
|
58 |
-
[More Information Needed]
|
59 |
-
|
60 |
-
#### Who are the source language producers?
|
61 |
-
|
62 |
-
[More Information Needed]
|
63 |
-
|
64 |
-
### Annotations
|
65 |
-
|
66 |
-
#### Annotation process
|
67 |
-
|
68 |
-
[More Information Needed]
|
69 |
-
|
70 |
-
#### Who are the annotators?
|
71 |
-
|
72 |
-
[More Information Needed]
|
73 |
|
74 |
-
|
75 |
|
76 |
-
|
77 |
|
78 |
-
|
79 |
|
80 |
-
###
|
81 |
|
82 |
-
|
83 |
|
84 |
-
|
85 |
|
86 |
-
[
|
87 |
|
88 |
-
|
89 |
|
90 |
-
|
91 |
|
92 |
-
|
93 |
|
94 |
-
|
95 |
|
96 |
-
[More Information Needed]
|
97 |
|
98 |
### Licensing Information
|
99 |
|
100 |
-
|
101 |
-
|
102 |
-
### Citation Information
|
103 |
-
|
104 |
-
[More Information Needed]
|
105 |
|
106 |
-
|
107 |
|
108 |
-
|
|
|
13 |
|
14 |
## Dataset Description
|
15 |
|
16 |
+
- **Homepage:** Quelle: https://dip.bundestag.de/
|
|
|
|
|
|
|
|
|
17 |
|
18 |
### Dataset Summary
|
19 |
|
20 |
+
Extracted the questions and answers from the DIP Service. All PDFs which are used are of type "Antwort".
|
|
|
|
|
|
|
|
|
21 |
|
22 |
### Languages
|
23 |
|
24 |
+
German
|
25 |
|
26 |
## Dataset Structure
|
27 |
|
28 |
+
Each row of the dataset consists of the following fields: question, answer and document id.
|
29 |
|
30 |
+
The document id can be used to retrieve the meta data for the underlying PDF file by sending a request to the follwoing endpoint:
|
31 |
|
32 |
+
https://search.dip.bundestag.de/api/v1/swagger-ui/#/Drucksachen/getDrucksache
|
33 |
|
|
|
34 |
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
+
### Data Fields
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
+
Question
|
39 |
|
40 |
+
Answer
|
41 |
|
42 |
+
doc_id
|
43 |
|
44 |
+
### Data Splits
|
45 |
|
46 |
+
No split
|
47 |
|
48 |
+
## Dataset Creation
|
49 |
|
50 |
+
Download PDF, extract text, Classify entries based on font size, [dehyphenize](https://github.com/pd3f/dehyphen) text, build pairs when possible.
|
51 |
|
52 |
+
## Dataset Curation
|
53 |
|
54 |
+
At this point, so curation of the dataset was performed. Good would be to check if a QA pair is good or just a reference to other answers.
|
55 |
|
56 |
+
#### Who are the source language producers?
|
57 |
|
58 |
+
https://dip.bundestag.de/
|
59 |
|
|
|
60 |
|
61 |
### Licensing Information
|
62 |
|
63 |
+
Quelle: Deutscher Bundestag/Bundesrat – DIP / "Bundestags-Drucksache"
|
|
|
|
|
|
|
|
|
64 |
|
65 |
+
For further detail see:
|
66 |
|
67 |
+
https://dip.bundestag.de/documents/nutzungsbedingungen_dip.pdf
|