leondz commited on
Commit
16fadc7
1 Parent(s): 9918791

add dataset name

Browse files
Files changed (1) hide show
  1. README.md +58 -9
README.md CHANGED
@@ -1,6 +1,27 @@
1
- [Needs More Information]
2
-
3
- # Dataset Card for [Needs More Information]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  ## Table of Contents
6
  - [Dataset Description](#dataset-description)
@@ -27,11 +48,14 @@
27
 
28
  ## Dataset Description
29
 
30
- - **Homepage:** https://github.com/StrombergNLP/danfever
31
- - **Repository:** https://stromberg.ai/publication/danfever/
32
- - **Paper:** https://aclanthology.org/2021.nodalida-main.47/
33
  - **Leaderboard:** [Needs More Information]
34
  - **Point of Contact:** [Leon Derczynski](mailto:leod@itu.dk)
 
 
 
35
 
36
  ### Dataset Summary
37
 
@@ -49,7 +73,16 @@ This dataset is in Danish; the bcp47 is `da_DK`.
49
 
50
  ### Data Instances
51
 
52
- [Needs More Information]
 
 
 
 
 
 
 
 
 
53
 
54
  ### Data Fields
55
 
@@ -111,8 +144,24 @@ The data is drawn from relatively formal topics, and so may perform poorly outsi
111
 
112
  ### Licensing Information
113
 
114
- [Needs More Information]
115
 
116
  ### Citation Information
117
 
118
- [Needs More Information]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - da
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: DanFEVER
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - natural-language-inference
21
+ ---
22
+
23
+
24
+ # Dataset Card for DanFEVER
25
 
26
  ## Table of Contents
27
  - [Dataset Description](#dataset-description)
 
48
 
49
  ## Dataset Description
50
 
51
+ - **Homepage:** [https://github.com/StrombergNLP/danfever](https://github.com/StrombergNLP/danfever)
52
+ - **Repository:** [https://stromberg.ai/publication/danfever/](https://stromberg.ai/publication/danfever/)
53
+ - **Paper:** [https://aclanthology.org/2021.nodalida-main.47/](https://aclanthology.org/2021.nodalida-main.47/)
54
  - **Leaderboard:** [Needs More Information]
55
  - **Point of Contact:** [Leon Derczynski](mailto:leod@itu.dk)
56
+ - **Size of downloaded dataset files:** 2.82 MiB
57
+ - **Size of the generated dataset:** 2.80 MiB
58
+ - **Total amount of disk used:** 5.62 MiB
59
 
60
  ### Dataset Summary
61
 
 
73
 
74
  ### Data Instances
75
 
76
+ ```
77
+ {
78
+ 'id': '0',
79
+ 'claim': 'Den 31. oktober 1920 opdagede Walter Baade kometen (944) Hidalgo i det ydre solsystem.',
80
+ 'label': 0, 'evidence_extract': '(944) Hidalgo (oprindeligt midlertidigt navn: 1920 HZ) er en mørk småplanet med en diameter på ca. 50 km, der befinder sig i det ydre solsystem. Objektet blev opdaget den 31. oktober 1920 af Walter Baade. En asteroide (småplanet, planetoide) er et fast himmellegeme, hvis bane går rundt om Solen (eller en anden stjerne). Pr. 5. maj 2017 kendes mere end 729.626 asteroider og de fleste befinder sig i asteroidebæltet mellem Mars og Jupiter.',
81
+ 'verifiable': 1,
82
+ 'evidence': 'wiki_26366, wiki_12289',
83
+ 'original_id': '1'
84
+ }
85
+ ```
86
 
87
  ### Data Fields
88
 
 
144
 
145
  ### Licensing Information
146
 
147
+ The data here is licensed CC-BY 4.0. If you use this data, you MUST state its origin.
148
 
149
  ### Citation Information
150
 
151
+ Refer to this work as:
152
+
153
+ > Nørregaard and Derczynski (2021). "DanFEVER: claim verification dataset for Danish", Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa).
154
+
155
+ Bibliographic reference:
156
+
157
+ ````
158
+ @inproceedings{norregaard-derczynski-2021-danfever,
159
+ title = "{D}an{FEVER}: claim verification dataset for {D}anish",
160
+ author = "N{\o}rregaard, Jeppe and Derczynski, Leon",
161
+ booktitle = "Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa)",
162
+ year = "2021",
163
+ publisher = {Link{\"o}ping University Electronic Press, Sweden},
164
+ url = "https://aclanthology.org/2021.nodalida-main.47",
165
+ pages = "422--428"
166
+ }
167
+ ```