urbija commited on
Commit
cc5f84c
1 Parent(s): 0f218f8

added dataset_info.json and updated dataset sizes

Browse files
Files changed (2) hide show
  1. README.md +5 -2
  2. dataset_info.json +127 -0
README.md CHANGED
@@ -53,6 +53,9 @@ task_ids:
53
  - **Repository:** [https://github.com/dfki-nlp/mobie](https://github.com/dfki-nlp/mobie)
54
  - **Paper:** [https://aclanthology.org/2021.konvens-1.22/](https://aclanthology.org/2021.konvens-1.22/)
55
  - **Point of Contact:** See [https://github.com/dfki-nlp/mobie](https://github.com/dfki-nlp/mobie)
 
 
 
56
 
57
  ### Dataset Summary
58
 
@@ -78,8 +81,8 @@ German
78
  ### Data Instances
79
 
80
  - **Size of downloaded dataset files:** 7.8 MB
81
- - **Size of the generated dataset:** 1.7 MB
82
- - **Total amount of disk used:** 9.5 MB
83
 
84
  An example of 'train' looks as follows.
85
 
 
53
  - **Repository:** [https://github.com/dfki-nlp/mobie](https://github.com/dfki-nlp/mobie)
54
  - **Paper:** [https://aclanthology.org/2021.konvens-1.22/](https://aclanthology.org/2021.konvens-1.22/)
55
  - **Point of Contact:** See [https://github.com/dfki-nlp/mobie](https://github.com/dfki-nlp/mobie)
56
+ - **Size of downloaded dataset files:** 7.8 MB
57
+ - **Size of the generated dataset:** 1.9 MB
58
+ - **Total amount of disk used:** 9.7 MB
59
 
60
  ### Dataset Summary
61
 
 
81
  ### Data Instances
82
 
83
  - **Size of downloaded dataset files:** 7.8 MB
84
+ - **Size of the generated dataset:** 1.9 MB
85
+ - **Total amount of disk used:** 9.7 MB
86
 
87
  An example of 'train' looks as follows.
88
 
dataset_info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "MobIE is a German-language dataset which is human-annotated with 20 coarse- and fine-grained entity types and entity linking information for geographically linkable entities. The dataset consists of 3,232 social media texts and traffic reports with 91K tokens, and contains 20.5K annotated entities, 13.1K of which are linked to a knowledge base. A subset of the dataset is human-annotated with seven mobility-related, n-ary relation types, while the remaining documents are annotated using a weakly-supervised labeling approach implemented with the Snorkel framework. The dataset combines annotations for NER, EL and RE, and thus can be used for joint and multi-task learning of these fundamental information extraction tasks.",
3
+ "citation": " @inproceedings{hennig-etal-2021-mobie,\n title = \"{M}ob{IE}: A {G}erman Dataset for Named Entity Recognition, Entity Linking and Relation Extraction in the Mobility Domain\",\n author = \"Hennig, Leonhard and\n Truong, Phuc Tran and\n Gabryszak, Aleksandra\",\n booktitle = \"Proceedings of the 17th Conference on Natural Language Processing (KONVENS 2021)\",\n month = \"6--9 \" # sep,\n year = \"2021\",\n address = {D{\"u}sseldorf, Germany},\n publisher = \"KONVENS 2021 Organizers\",\n url = \"https://aclanthology.org/2021.konvens-1.22\",\n pages = \"223--227\",\n}\n",
4
+ "homepage": "https://github.com/dfki-nlp/mobie",
5
+ "license": "CC-BY 4.0",
6
+ "features": {
7
+ "id": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "tokens": {
13
+ "feature": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "length": -1,
19
+ "id": null,
20
+ "_type": "Sequence"
21
+ },
22
+ "ner_tags": {
23
+ "feature": {
24
+ "num_classes": 41,
25
+ "names": [
26
+ "O",
27
+ "B-date",
28
+ "I-date",
29
+ "B-disaster-type",
30
+ "I-disaster-type",
31
+ "B-distance",
32
+ "I-distance",
33
+ "B-duration",
34
+ "I-duration",
35
+ "B-event-cause",
36
+ "I-event-cause",
37
+ "B-location",
38
+ "I-location",
39
+ "B-location-city",
40
+ "I-location-city",
41
+ "B-location-route",
42
+ "I-location-route",
43
+ "B-location-stop",
44
+ "I-location-stop",
45
+ "B-location-street",
46
+ "I-location-street",
47
+ "B-money",
48
+ "I-money",
49
+ "B-number",
50
+ "I-number",
51
+ "B-organization",
52
+ "I-organization",
53
+ "B-organization-company",
54
+ "I-organization-company",
55
+ "B-org-position",
56
+ "I-org-position",
57
+ "B-percent",
58
+ "I-percent",
59
+ "B-person",
60
+ "I-person",
61
+ "B-set",
62
+ "I-set",
63
+ "B-time",
64
+ "I-time",
65
+ "B-trigger",
66
+ "I-trigger"
67
+ ],
68
+ "names_file": null,
69
+ "id": null,
70
+ "_type": "ClassLabel"
71
+ },
72
+ "length": -1,
73
+ "id": null,
74
+ "_type": "Sequence"
75
+ }
76
+ },
77
+ "post_processed": null,
78
+ "supervised_keys": null,
79
+ "task_templates": null,
80
+ "builder_name": "mobie",
81
+ "config_name": "mobie-v1_20210811",
82
+ "version": {
83
+ "version_str": "1.0.0",
84
+ "description": null,
85
+ "major": 1,
86
+ "minor": 0,
87
+ "patch": 0
88
+ },
89
+ "splits": {
90
+ "train": {
91
+ "name": "train",
92
+ "num_bytes": 1269814,
93
+ "num_examples": 4785,
94
+ "dataset_name": "mobie"
95
+ },
96
+ "test": {
97
+ "name": "test",
98
+ "num_bytes": 441466,
99
+ "num_examples": 1210,
100
+ "dataset_name": "mobie"
101
+ },
102
+ "validation": {
103
+ "name": "validation",
104
+ "num_bytes": 286139,
105
+ "num_examples": 1082,
106
+ "dataset_name": "mobie"
107
+ }
108
+ },
109
+ "download_checksums": {
110
+ "https://github.com/DFKI-NLP/MobIE/raw/master/v1_20210811/train.jsonl.gz": {
111
+ "num_bytes": 5273134,
112
+ "checksum": "334cb5d7d66877f2e6344f019de93ad99daaae5b2876c159e28f37da7d29b0b6"
113
+ },
114
+ "https://github.com/DFKI-NLP/MobIE/raw/master/v1_20210811/dev.jsonl.gz": {
115
+ "num_bytes": 1154038,
116
+ "checksum": "e671265e1ae291e69057c0fc321efe880c88249a7c292fd69696ff1cbc9356c2"
117
+ },
118
+ "https://github.com/DFKI-NLP/MobIE/raw/master/v1_20210811/test.jsonl.gz": {
119
+ "num_bytes": 1745158,
120
+ "checksum": "181150d920da072dd6677b05aac22d81d666ae89ed79dacf5e13d2cd6119a8d7"
121
+ }
122
+ },
123
+ "download_size": 8172330,
124
+ "post_processing_size": null,
125
+ "dataset_size": 1997419,
126
+ "size_in_bytes": 10169749
127
+ }