KennethEnevoldsen commited on
Commit
286364e
1 Parent(s): 5d01e3f

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

DanFever/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838969d8df3bd993d47a374d84f507c7f2bbc5b1b23e5f8615d59bf9dee62ea7
3
+ size 721856
README.md CHANGED
@@ -22,6 +22,44 @@ paperswithcode_id: danfever
22
  pretty_name: DanFEVER
23
  tags:
24
  - knowledge-verification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
 
 
22
  pretty_name: DanFEVER
23
  tags:
24
  - knowledge-verification
25
+ dataset_info:
26
+ config_name: DanFever
27
+ features:
28
+ - name: id
29
+ dtype: string
30
+ - name: claim
31
+ dtype: string
32
+ - name: label
33
+ dtype:
34
+ class_label:
35
+ names:
36
+ '0': Refuted
37
+ '1': Supported
38
+ '2': NotEnoughInfo
39
+ - name: evidence_extract
40
+ dtype: string
41
+ - name: verifiable
42
+ dtype:
43
+ class_label:
44
+ names:
45
+ '0': NotVerifiable
46
+ '1': Verifiable
47
+ - name: evidence
48
+ dtype: string
49
+ - name: original_id
50
+ dtype: string
51
+ splits:
52
+ - name: train
53
+ num_bytes: 2940646
54
+ num_examples: 6407
55
+ download_size: 721856
56
+ dataset_size: 2940646
57
+ configs:
58
+ - config_name: DanFever
59
+ data_files:
60
+ - split: train
61
+ path: DanFever/train-*
62
+ default: true
63
  ---
64
 
65
 
dataset_infos.json CHANGED
@@ -1 +1,65 @@
1
- {"DanFever": {"description": "\n", "citation": "@inproceedings{norregaard-derczynski-2021-danfever,\n title = \"{D}an{FEVER}: claim verification dataset for {D}anish\",\n author = \"N{\\o}rregaard, Jeppe and\n Derczynski, Leon\",\n booktitle = \"Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa)\",\n month = may # \" 31--2 \" # jun,\n year = \"2021\",\n address = \"Reykjavik, Iceland (Online)\",\n publisher = {Link{\"o}ping University Electronic Press, Sweden},\n url = \"https://aclanthology.org/2021.nodalida-main.47\",\n pages = \"422--428\",\n abstract = \"We present a dataset, DanFEVER, intended for multilingual misinformation research. The dataset is in Danish and has the same format as the well-known English FEVER dataset. It can be used for testing methods in multilingual settings, as well as for creating models in production for the Danish language.\",\n}\n", "homepage": "https://stromberg.ai/publication/danfever/", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "claim": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["Refuted", "Supported", "NotEnoughInfo"], "id": null, "_type": "ClassLabel"}, "evidence_extract": {"dtype": "string", "id": null, "_type": "Value"}, "verifiable": {"num_classes": 2, "names": ["NotVerifiable", "Verifiable"], "id": null, "_type": "ClassLabel"}, "evidence": {"dtype": "string", "id": null, "_type": "Value"}, "original_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "dan_fever", "config_name": "DanFever", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 2940646, "num_examples": 6407, "dataset_name": "dan_fever"}}, "download_checksums": {"https://media.githubusercontent.com/media/StrombergNLP/danfever/main/tsv/da_fever.tsv": {"num_bytes": 2952080, "checksum": "4ca3e4ee85ff8e017c49cf05235c54a00655db54c5c0a728cb4015e71b4e3efa"}}, "download_size": 2952080, "post_processing_size": null, "dataset_size": 2940646, "size_in_bytes": 5892726}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "DanFever": {
3
+ "description": "\n",
4
+ "citation": "@inproceedings{norregaard-derczynski-2021-danfever,\n title = \"{D}an{FEVER}: claim verification dataset for {D}anish\",\n author = \"N{\\o}rregaard, Jeppe and\n Derczynski, Leon\",\n booktitle = \"Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa)\",\n month = may # \" 31--2 \" # jun,\n year = \"2021\",\n address = \"Reykjavik, Iceland (Online)\",\n publisher = {Link{\"o}ping University Electronic Press, Sweden},\n url = \"https://aclanthology.org/2021.nodalida-main.47\",\n pages = \"422--428\",\n abstract = \"We present a dataset, DanFEVER, intended for multilingual misinformation research. The dataset is in Danish and has the same format as the well-known English FEVER dataset. It can be used for testing methods in multilingual settings, as well as for creating models in production for the Danish language.\",\n}\n",
5
+ "homepage": "https://stromberg.ai/publication/danfever/",
6
+ "license": "",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "claim": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "label": {
17
+ "names": [
18
+ "Refuted",
19
+ "Supported",
20
+ "NotEnoughInfo"
21
+ ],
22
+ "_type": "ClassLabel"
23
+ },
24
+ "evidence_extract": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "verifiable": {
29
+ "names": [
30
+ "NotVerifiable",
31
+ "Verifiable"
32
+ ],
33
+ "_type": "ClassLabel"
34
+ },
35
+ "evidence": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "original_id": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ }
43
+ },
44
+ "builder_name": "parquet",
45
+ "dataset_name": "danfever",
46
+ "config_name": "DanFever",
47
+ "version": {
48
+ "version_str": "1.0.0",
49
+ "major": 1,
50
+ "minor": 0,
51
+ "patch": 0
52
+ },
53
+ "splits": {
54
+ "train": {
55
+ "name": "train",
56
+ "num_bytes": 2940646,
57
+ "num_examples": 6407,
58
+ "dataset_name": null
59
+ }
60
+ },
61
+ "download_size": 721856,
62
+ "dataset_size": 2940646,
63
+ "size_in_bytes": 3662502
64
+ }
65
+ }