nihalnayak commited on
Commit
9e24c68
1 Parent(s): c416c91

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: contract_nli
4
+ data_files:
5
+ - path: contract_nli/*.arrow
6
+ split: test
7
+ - config_name: privacy_qa
8
+ data_files:
9
+ - path: privacy_qa/*.arrow
10
+ split: test
11
+ - config_name: pubmed_qa
12
+ data_files:
13
+ - path: pubmed_qa/*.arrow
14
+ split: test
15
+ - config_name: vitaminc
16
+ data_files:
17
+ - path: vitaminc/*.arrow
18
+ split: test
19
+ ---
contract_nli/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7037b414addddbed05103687539688f35bd11c64fe2f0553f96f1b16776f7d4f
3
+ size 1548424
contract_nli/dataset_info.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "@inproceedings{koreeda-manning-2021-contractnli-dataset,\n title = \"{C}ontract{NLI}: A Dataset for Document-level Natural Language Inference for Contracts\",\n author = \"Koreeda, Yuta and\n Manning, Christopher\",\n booktitle = \"Findings of the Association for Computational Linguistics: EMNLP 2021\",\n month = nov,\n year = \"2021\",\n address = \"Punta Cana, Dominican Republic\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://aclanthology.org/2021.findings-emnlp.164\",\n doi = \"10.18653/v1/2021.findings-emnlp.164\",\n pages = \"1907--1919\",\n }\n}\n @inproceedings{koreeda-manning-2021-contractnli-dataset,\n title = \"{C}ontract{NLI}: A Dataset for Document-level Natural Language Inference for Contracts\",\n author = \"Koreeda, Yuta and\n Manning, Christopher\",\n booktitle = \"Findings of the Association for Computational Linguistics: EMNLP 2021\",\n month = nov,\n year = \"2021\",\n address = \"Punta Cana, Dominican Republic\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://aclanthology.org/2021.findings-emnlp.164\",\n doi = \"10.18653/v1/2021.findings-emnlp.164\",\n pages = \"1907--1919\",\n}",
4
+ "config_name": "contractnli_a",
5
+ "dataset_name": "contract-nli",
6
+ "dataset_size": 7520504,
7
+ "description": "The ContractNLI dataset consists of Non-Disclosure Agreements (NDAs). All NDAs have been labeled based \non several hypothesis templates as entailment, neutral or contradiction. In this version of the task\n(Task A), the input consists of the relevant part of the document w.r.t. to the hypothesis.\n",
8
+ "download_checksums": {
9
+ "hf://datasets/kiddothe2b/contract-nli@44a1f88c97e6208e500fb46c0bd3bf5762caf3c8/contractnli_a/train/0000.parquet": {
10
+ "num_bytes": 795703,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/kiddothe2b/contract-nli@44a1f88c97e6208e500fb46c0bd3bf5762caf3c8/contractnli_a/test/0000.parquet": {
14
+ "num_bytes": 212582,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/kiddothe2b/contract-nli@44a1f88c97e6208e500fb46c0bd3bf5762caf3c8/contractnli_a/validation/0000.parquet": {
18
+ "num_bytes": 113919,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 1122204,
23
+ "features": {
24
+ "premise": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "hypothesis": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "label": {
33
+ "names": [
34
+ "contradiction",
35
+ "entailment",
36
+ "neutral"
37
+ ],
38
+ "_type": "ClassLabel"
39
+ }
40
+ },
41
+ "homepage": "https://stanfordnlp.github.io/ contract- nli/",
42
+ "license": "",
43
+ "size_in_bytes": 8642708,
44
+ "splits": {
45
+ "train": {
46
+ "name": "train",
47
+ "num_bytes": 5178069,
48
+ "num_examples": 6819,
49
+ "dataset_name": "contract-nli"
50
+ },
51
+ "test": {
52
+ "name": "test",
53
+ "num_bytes": 1547473,
54
+ "num_examples": 1991,
55
+ "dataset_name": "contract-nli"
56
+ },
57
+ "validation": {
58
+ "name": "validation",
59
+ "num_bytes": 794962,
60
+ "num_examples": 978,
61
+ "dataset_name": "contract-nli"
62
+ }
63
+ },
64
+ "version": {
65
+ "version_str": "1.0.0",
66
+ "major": 1,
67
+ "minor": 0,
68
+ "patch": 0
69
+ }
70
+ }
contract_nli/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0ffc7d2967a36f68",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }
privacy_qa/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b611cd3b903fdba98ce056860fe114bbdf83e252c29495d823a49272e01c3abe
3
+ size 2822832
privacy_qa/dataset_info.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "legalbench",
3
+ "citation": "@misc{guha2023legalbench,\n title={LegalBench: A Collaboratively Built Benchmark for Measuring Legal Reasoning in Large Language Models}, \n author={Neel Guha and Julian Nyarko and Daniel E. Ho and Christopher R\u00e9 and Adam Chilton and Aditya Narayana and Alex Chohlas-Wood and Austin Peters and Brandon Waldon and Daniel N. Rockmore and Diego Zambrano and Dmitry Talisman and Enam Hoque and Faiz Surani and Frank Fagan and Galit Sarfaty and Gregory M. Dickinson and Haggai Porat and Jason Hegland and Jessica Wu and Joe Nudell and Joel Niklaus and John Nay and Jonathan H. Choi and Kevin Tobia and Margaret Hagan and Megan Ma and Michael Livermore and Nikon Rasumov-Rahe and Nils Holzenberger and Noam Kolt and Peter Henderson and Sean Rehaag and Sharad Goel and Shang Gao and Spencer Williams and Sunny Gandhi and Tom Zur and Varun Iyer and Zehua Li},\n year={2023},\n eprint={2308.11462},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}",
4
+ "config_name": "privacy_policy_qa",
5
+ "dataset_name": "legalbench",
6
+ "dataset_size": 2820217,
7
+ "description": "LegalBench is a collection of benchmark tasks for evaluating legal reasoning in large language models.",
8
+ "download_checksums": {
9
+ "data.tar.gz": {
10
+ "num_bytes": 19499061,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 19499061,
15
+ "features": {
16
+ "answer": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "index": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "question": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "text": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "homepage": "https://hazyresearch.stanford.edu/legalbench/",
34
+ "license": "MIT",
35
+ "size_in_bytes": 22319278,
36
+ "splits": {
37
+ "train": {
38
+ "name": "train",
39
+ "num_bytes": 2231,
40
+ "num_examples": 8,
41
+ "dataset_name": "legalbench"
42
+ },
43
+ "test": {
44
+ "name": "test",
45
+ "num_bytes": 2817986,
46
+ "num_examples": 10923,
47
+ "dataset_name": "legalbench"
48
+ }
49
+ },
50
+ "version": {
51
+ "version_str": "1.0.0",
52
+ "major": 1,
53
+ "minor": 0,
54
+ "patch": 0
55
+ }
56
+ }
privacy_qa/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b646175033dee3d2",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }
pubmed_qa/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e9ac0a31de898565852ab7d75debeddb1ad550684e91a95a6eeb0390a615b9
3
+ size 1051488
pubmed_qa/dataset_info.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "pqa_labeled",
5
+ "dataset_name": "pubmed_qa",
6
+ "dataset_size": 2089023,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/pubmed_qa@323752ad243ce751ba75c9222d34a3130d080030/pqa_labeled/train-00000-of-00001.parquet": {
10
+ "num_bytes": 1075513,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 1075513,
15
+ "features": {
16
+ "pubid": {
17
+ "dtype": "int32",
18
+ "_type": "Value"
19
+ },
20
+ "question": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "context": {
25
+ "feature": {
26
+ "contexts": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "labels": {
31
+ "dtype": "string",
32
+ "_type": "Value"
33
+ },
34
+ "meshes": {
35
+ "dtype": "string",
36
+ "_type": "Value"
37
+ },
38
+ "reasoning_required_pred": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ },
42
+ "reasoning_free_pred": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ }
46
+ },
47
+ "_type": "Sequence"
48
+ },
49
+ "long_answer": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "final_decision": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ }
57
+ },
58
+ "homepage": "",
59
+ "license": "",
60
+ "size_in_bytes": 3164536,
61
+ "splits": {
62
+ "train": {
63
+ "name": "train",
64
+ "num_bytes": 2089023,
65
+ "num_examples": 1000,
66
+ "dataset_name": "pubmed_qa"
67
+ }
68
+ },
69
+ "version": {
70
+ "version_str": "0.0.0",
71
+ "major": 0,
72
+ "minor": 0,
73
+ "patch": 0
74
+ }
75
+ }
pubmed_qa/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4c56ecc36fab3d1e",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
vitaminc/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8341f795a1396d3f559340a54323b51cd5fee09f5ff1082fa6fb2e9a764a079
3
+ size 21413008
vitaminc/dataset_info.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "vitaminc",
6
+ "dataset_size": 190450293,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/tals/vitaminc@be6febb761b0b2807687e61e0b5282e459df2fa0/train.jsonl": {
10
+ "num_bytes": 193958244,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/tals/vitaminc@be6febb761b0b2807687e61e0b5282e459df2fa0/dev.jsonl": {
14
+ "num_bytes": 32876983,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/tals/vitaminc@be6febb761b0b2807687e61e0b5282e459df2fa0/test.jsonl": {
18
+ "num_bytes": 28717099,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 255552326,
23
+ "features": {
24
+ "unique_id": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "case_id": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "wiki_revision_id": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "label": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "claim": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ },
44
+ "evidence": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "page": {
49
+ "dtype": "string",
50
+ "_type": "Value"
51
+ },
52
+ "revision_type": {
53
+ "dtype": "string",
54
+ "_type": "Value"
55
+ },
56
+ "FEVER_id": {
57
+ "dtype": "string",
58
+ "_type": "Value"
59
+ },
60
+ "big_bench_canary": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ }
64
+ },
65
+ "homepage": "",
66
+ "license": "",
67
+ "size_in_bytes": 446002619,
68
+ "splits": {
69
+ "train": {
70
+ "name": "train",
71
+ "num_bytes": 144628726,
72
+ "num_examples": 370653,
73
+ "dataset_name": "vitaminc"
74
+ },
75
+ "validation": {
76
+ "name": "validation",
77
+ "num_bytes": 24461301,
78
+ "num_examples": 63054,
79
+ "dataset_name": "vitaminc"
80
+ },
81
+ "test": {
82
+ "name": "test",
83
+ "num_bytes": 21360266,
84
+ "num_examples": 55197,
85
+ "dataset_name": "vitaminc"
86
+ }
87
+ },
88
+ "version": {
89
+ "version_str": "0.0.0",
90
+ "major": 0,
91
+ "minor": 0,
92
+ "patch": 0
93
+ }
94
+ }
vitaminc/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "fa388473cc0e242e",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }