Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Tags:
arXiv
Libraries:
Datasets
pandas
License:
adambuttrick commited on
Commit
507da08
·
verified ·
1 Parent(s): 7f450ff

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +7 -1
  2. split_metadata.json +11 -0
  3. test.json +0 -0
  4. 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 does not contain any predefined data splits (e.g., train, validation, test).
 
 
 
 
 
 
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