KennethEnevoldsen commited on
Commit
d478a3c
·
verified ·
1 Parent(s): 67d0df6

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -65
dataset_infos.json DELETED
@@ -1,65 +0,0 @@
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
- }