Add 500 arXiv and 500 bioRxiv paper corpus
Browse files- .gitattributes +1 -0
- README.md +16 -0
- corpus.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
corpus.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Deshuffle Papers v1 Corpus
|
| 3 |
+
license: other
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Deshuffle Papers v1 Corpus
|
| 7 |
+
|
| 8 |
+
Private runtime corpus for `deshuffle_papers_v1`.
|
| 9 |
+
|
| 10 |
+
- 1,000 unique papers: 500 arXiv and 500 bioRxiv
|
| 11 |
+
- Licenses: 983 CC BY 4.0, 17 CC0 1.0
|
| 12 |
+
- Canonical file: `corpus.jsonl`
|
| 13 |
+
- JSONL SHA-256: `4cdb694b600c422412efde6a392032cb1752773b58c76829ba574f28a95d569a`
|
| 14 |
+
- Record order is part of the environment's deterministic task definition and must be preserved.
|
| 15 |
+
|
| 16 |
+
Each row records source metadata and ordered `heading`/`para` blocks. Source-specific license and URL metadata are retained per row.
|
corpus.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cdb694b600c422412efde6a392032cb1752773b58c76829ba574f28a95d569a
|
| 3 |
+
size 49111709
|