Merge branch 'main' of https://huggingface.co/datasets/gfissore/arxiv-abstracts-2021
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
annotations_creators:
|
2 |
- no-annotation
|
3 |
language_creators:
|
@@ -22,6 +23,7 @@ task_ids:
|
|
22 |
- document-retrieval
|
23 |
- entity-linking-retrieval
|
24 |
- fact-checking-retrieval
|
|
|
25 |
|
26 |
# Dataset Card for arxiv-abstracts-2021
|
27 |
|
@@ -76,7 +78,7 @@ English
|
|
76 |
### Data Instances
|
77 |
|
78 |
Here's an example instance:
|
79 |
-
|
80 |
{
|
81 |
"id": "1706.03762",
|
82 |
"submitter": "Ashish Vaswani",
|
@@ -108,7 +110,7 @@ data.\n",
|
|
108 |
"v5"
|
109 |
]
|
110 |
}
|
111 |
-
|
112 |
|
113 |
### Data Fields
|
114 |
|
@@ -184,7 +186,7 @@ The original data is maintained by [ArXiv](https://arxiv.org/)
|
|
184 |
The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)
|
185 |
|
186 |
### Citation Information
|
187 |
-
|
188 |
@misc{clement2019arxiv,
|
189 |
title={On the Use of ArXiv as a Dataset},
|
190 |
author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi},
|
@@ -193,3 +195,4 @@ The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedicati
|
|
193 |
archivePrefix={arXiv},
|
194 |
primaryClass={cs.IR}
|
195 |
}
|
|
|
|
1 |
+
---
|
2 |
annotations_creators:
|
3 |
- no-annotation
|
4 |
language_creators:
|
|
|
23 |
- document-retrieval
|
24 |
- entity-linking-retrieval
|
25 |
- fact-checking-retrieval
|
26 |
+
---
|
27 |
|
28 |
# Dataset Card for arxiv-abstracts-2021
|
29 |
|
|
|
78 |
### Data Instances
|
79 |
|
80 |
Here's an example instance:
|
81 |
+
```
|
82 |
{
|
83 |
"id": "1706.03762",
|
84 |
"submitter": "Ashish Vaswani",
|
|
|
110 |
"v5"
|
111 |
]
|
112 |
}
|
113 |
+
```
|
114 |
|
115 |
### Data Fields
|
116 |
|
|
|
186 |
The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)
|
187 |
|
188 |
### Citation Information
|
189 |
+
```
|
190 |
@misc{clement2019arxiv,
|
191 |
title={On the Use of ArXiv as a Dataset},
|
192 |
author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi},
|
|
|
195 |
archivePrefix={arXiv},
|
196 |
primaryClass={cs.IR}
|
197 |
}
|
198 |
+
```
|