ag2435 commited on
Commit
f597317
·
1 Parent(s): 9806a2a

updated readme

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -54,12 +54,20 @@ python preprocess_major_minor.py -d <DATASET NAME> -s <SPLIT> -op <PATH TO SAVE
54
  # all 2023 corpus (abstract only)
55
  python preprocess_all2023.py
56
  ```
 
 
 
 
 
 
 
 
 
 
57
  <!-- [4782 Kaggle](https://www.kaggle.com/competitions/cs-4782-2024/overview) code: [4782_preprocess_data.ipynb](4782_preprocess_data.ipynb)
58
 
59
  [Internal Kaggle](https://www.kaggle.com/competitions/ar-xive-project-baselines/overview) code: [clean_data_for_hugging_face.ipynb](https://huggingface.co/datasets/mlcore/arxiv-classifier/blob/main/clean_data_for_hugging_face.ipynb) -->
60
 
61
- NOTE: We only include v1 of papers (to avoid any data leakage between train and test splits). There might be a better way of deduplicating (TODO).
62
-
63
  <!-- ## Todo
64
 
65
  - Can we get the full text for the 2023 corpus/all papers?
 
54
  # all 2023 corpus (abstract only)
55
  python preprocess_all2023.py
56
  ```
57
+
58
+ Additional data checks:
59
+ ```
60
+ python test_paper_id.py
61
+ ```
62
+
63
+ :white_check_mark: Checked that there is no data leakage between train and test splits for each dataset config
64
+
65
+ :white_check_mark: Checked validity of arXiv identifiers for each paper
66
+
67
  <!-- [4782 Kaggle](https://www.kaggle.com/competitions/cs-4782-2024/overview) code: [4782_preprocess_data.ipynb](4782_preprocess_data.ipynb)
68
 
69
  [Internal Kaggle](https://www.kaggle.com/competitions/ar-xive-project-baselines/overview) code: [clean_data_for_hugging_face.ipynb](https://huggingface.co/datasets/mlcore/arxiv-classifier/blob/main/clean_data_for_hugging_face.ipynb) -->
70
 
 
 
71
  <!-- ## Todo
72
 
73
  - Can we get the full text for the 2023 corpus/all papers?