ArneBinder
commited on
Commit
•
432bd8a
1
Parent(s):
f2a6404
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,15 @@
|
|
1 |
-
---
|
2 |
-
pretty_name: SciFact
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
## Dataset Description
|
6 |
|
7 |
-
This is yet another attempt to have a useful dataset script for SciFact. In constrast to the [original script by AllenAI](https://huggingface.co/datasets/allenai/scifact), we provide two views (config names), each consisting of all the data
|
8 |
1. `as_claims`: Instances are claims with its `cited_document_ids` resolved to their actual document content, saved in `cited_documents`, and
|
9 |
2. `as_documents`: Instances are documents with its related claims, i.e. claims that originally linked the document at hand via `cited_document_ids`.
|
10 |
|
|
|
1 |
+
---
|
2 |
+
pretty_name: SciFact
|
3 |
+
license: cc-by-nc-2.0
|
4 |
+
task_categories:
|
5 |
+
- text-classification
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
---
|
9 |
|
10 |
## Dataset Description
|
11 |
|
12 |
+
This is yet another attempt to have a useful dataset script for SciFact. In constrast to the [original script by AllenAI](https://huggingface.co/datasets/allenai/scifact), we provide two views (config names), each **consisting of all the data**:
|
13 |
1. `as_claims`: Instances are claims with its `cited_document_ids` resolved to their actual document content, saved in `cited_documents`, and
|
14 |
2. `as_documents`: Instances are documents with its related claims, i.e. claims that originally linked the document at hand via `cited_document_ids`.
|
15 |
|