Upload folder using huggingface_hub
Browse files- README.md +7 -1
- split_metadata.json +11 -0
- test.json +0 -0
- train.json +0 -0
README.md
CHANGED
|
@@ -71,7 +71,13 @@ The filename field follows a consistent pattern based on the arXiv ID:
|
|
| 71 |
|
| 72 |
## **Data Splits**
|
| 73 |
|
| 74 |
-
This dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
|
| 77 |
## **Source Data**
|
|
|
|
| 71 |
|
| 72 |
## **Data Splits**
|
| 73 |
|
| 74 |
+
This dataset contains predefined train and test splits:
|
| 75 |
+
|
| 76 |
+
- **Training set**: 1,400 records (56.18% of total)
|
| 77 |
+
- Contains 400 ArXiv IDs from `trained_on_ids.json`
|
| 78 |
+
- Contains 1,000 ArXiv IDs from `next_up.json`
|
| 79 |
+
- **Test set**: 1,092 records (43.82% of total)
|
| 80 |
+
- Contains all remaining ArXiv IDs not in the training set
|
| 81 |
|
| 82 |
|
| 83 |
## **Source Data**
|
split_metadata.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_records": 2492,
|
| 3 |
+
"train_records": 1400,
|
| 4 |
+
"test_records": 1092,
|
| 5 |
+
"train_ids_from_trained_on": 400,
|
| 6 |
+
"train_ids_from_next_up": 1000,
|
| 7 |
+
"split_percentage": {
|
| 8 |
+
"train": 56.18,
|
| 9 |
+
"test": 43.82
|
| 10 |
+
}
|
| 11 |
+
}
|
test.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|