Update README.md
Browse files
README.md
CHANGED
@@ -81,8 +81,7 @@ Given a non-disclosure agreement (the premise), the task is to predict whether a
|
|
81 |
The NDAs were manually picked after simple filtering from the Electronic Data Gathering, Analysis, and Retrieval system (EDGAR) and Google.
|
82 |
The dataset contains a total of 607 contracts and 17 unique hypotheses, which were combined to produce the dataset's 10,319 examples.
|
83 |
|
84 |
-
|
85 |
-
### Data Fields
|
86 |
|
87 |
All the datasets in the benchmark are in the same input-output format
|
88 |
|
@@ -91,7 +90,7 @@ All the datasets in the benchmark are in the same input-output format
|
|
91 |
- `id`: a `string` feature. Unique per input.
|
92 |
- `pid`: a `string` feature. Unique per input-output pair (can differ from 'id' in NarrativeQA and Qasper, where there is more then one valid target).
|
93 |
|
94 |
-
|
95 |
If you use the SCROLLS data, **please make sure to cite all of the original dataset papers.** [[bibtex](https://scrolls-tau.s3.us-east-2.amazonaws.com/scrolls_datasets.bib)]
|
96 |
```
|
97 |
@misc{shaham2022scrolls,
|
|
|
81 |
The NDAs were manually picked after simple filtering from the Electronic Data Gathering, Analysis, and Retrieval system (EDGAR) and Google.
|
82 |
The dataset contains a total of 607 contracts and 17 unique hypotheses, which were combined to produce the dataset's 10,319 examples.
|
83 |
|
84 |
+
## Data Fields
|
|
|
85 |
|
86 |
All the datasets in the benchmark are in the same input-output format
|
87 |
|
|
|
90 |
- `id`: a `string` feature. Unique per input.
|
91 |
- `pid`: a `string` feature. Unique per input-output pair (can differ from 'id' in NarrativeQA and Qasper, where there is more then one valid target).
|
92 |
|
93 |
+
## Citation
|
94 |
If you use the SCROLLS data, **please make sure to cite all of the original dataset papers.** [[bibtex](https://scrolls-tau.s3.us-east-2.amazonaws.com/scrolls_datasets.bib)]
|
95 |
```
|
96 |
@misc{shaham2022scrolls,
|