test README
Browse files
README.md
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators: crowdsourced
|
3 |
+
language_creators: other
|
4 |
+
language: de
|
5 |
+
multilinguality: monolingual
|
6 |
+
size_categories: n>1K
|
7 |
+
source_datasets: extended
|
8 |
+
task_categories:
|
9 |
+
- text-classification
|
10 |
+
pretty_name: Gov Data dataset titles labelled
|
11 |
+
---
|
12 |
+
|
13 |
+
# Dataset Card for Gov Data dataset titles labelled
|
14 |
+
|
15 |
+
## Dataset Description
|
16 |
+
|
17 |
+
### Dataset Summary
|
18 |
+
|
19 |
+
The dataset is an annotated corpus of 1258 records from 'gov data'. The annotation maps the record titles to a taxonomy containing categories such as 'Verkehr - KFZ - Messung' or 'Abfallwirtschaft - Abfallkalender'. Through the assignment the names of the data sets can be normalized and grouped. In total, the taxonomy consists of 262 categories. /n The repository contains a small and a large version of the data. The small version is for testing purposes only. The large data set contains all 1009 entries. The large and small datasets are split into a training and a testing dataset. In addition, each folder contains a validation dataset that has been annotated separately.
|
20 |
+
|
21 |
+
### Languages
|
22 |
+
|
23 |
+
[More Information Needed]
|
24 |
+
|
25 |
+
## Dataset Structure
|
26 |
+
|
27 |
+
### Data Instances
|
28 |
+
|
29 |
+
[More Information Needed]
|
30 |
+
|
31 |
+
### Data Fields
|
32 |
+
|
33 |
+
- ***Size of large (total)***: 651 kB
|
34 |
+
***Size of small (total): 24.27 kB
|
35 |
+
|
36 |
+
|
37 |
+
An example of the 'train' looks as follows:
|
38 |
+
|
39 |
+
```
|
40 |
+
{
|
41 |
+
'doc_id': 'a063d3b7-4c09-421e-9849-073dc8939e76'
|
42 |
+
'title': 'Dienstleistungen Alphabetisch sortiert April 2019'
|
43 |
+
'description': 'CSV-Datei mit allen Dienstleistungen der Kreisverwaltung Kleve. Sortiert nach AlphabetStand 01.04.2019'
|
44 |
+
'labels_name': 'Sonstiges - Sonstiges'
|
45 |
+
'labels': 166
|
46 |
+
}
|
47 |
+
```
|
48 |
+
|
49 |
+
The data fields are the same among all splits:
|
50 |
+
|
51 |
+
- doc_id (uuid): identifier for each document
|
52 |
+
- title (str): dataset title from gov data
|
53 |
+
- description (str): description of the dataset
|
54 |
+
- labels_name (str): annotation with labels from taxonomy
|
55 |
+
- labels (int): labels indexed from 0 to 262
|
56 |
+
|
57 |
+
### Data Splits
|
58 |
+
|
59 |
+
The large dataset has in total 1258 examples with 20% being ‚test datasize (249). The small dataset has a total length of 50, of which 26% is test data (13).
|
60 |
+
|
61 |
+
## Dataset Creation
|
62 |
+
|
63 |
+
### Source Data
|
64 |
+
|
65 |
+
#### Initial Data Collection and Normalization
|
66 |
+
|
67 |
+
Several sources were used for the annotation process. A sample was collected from (GOVDATA)[https://www.govdata.de/] with actual datasets. The datasets are grouped into 13 categories on GOVDATA. For the sample, 50 records were drawn for each group. Additional samples are from (this project)[https://github.com/bertelsmannstift/Musterdatenkatalog] that contain older data from GOVDATA. Some of the datasets from that project already contained an annotation, but since the taxonomy is not the same, the data were re-annotated. A sample was drawn from each source (randomly and by manual selection), resulting in a total of 1258 titles.
|
68 |
+
|
69 |
+
### Annotations
|
70 |
+
|
71 |
+
#### Annotation process
|
72 |
+
|
73 |
+
The data was annotated in four rounds and one additional test round. In each round a percentage of the data was allocated to all annotators to caluculate the inter-annotator agreement using Cohens Kappa.
|
74 |
+
|
75 |
+
#### Who are the annotators?
|
76 |
+
|
77 |
+
[More Information Needed]
|
78 |
+
|
79 |
+
### Personal and Sensitive Information
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
## Considerations for Using the Data
|
84 |
+
|
85 |
+
### Social Impact of Dataset
|
86 |
+
|
87 |
+
[More Information Needed]
|
88 |
+
|
89 |
+
### Discussion of Biases
|
90 |
+
|
91 |
+
[More Information Needed]
|
92 |
+
|
93 |
+
### Other Known Limitations
|
94 |
+
|
95 |
+
[More Information Needed]
|
96 |
+
|
97 |
+
## Additional Information
|
98 |
+
|
99 |
+
### Dataset Curators
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
### Licensing Information
|
104 |
+
|
105 |
+
[More Information Needed]
|
106 |
+
|
107 |
+
### Citation Information
|
108 |
+
|
109 |
+
[More Information Needed]
|
110 |
+
|
111 |
+
### Contributions
|
112 |
+
|
113 |
+
[More Information Needed]
|