ag2435 commited on
Commit
d063f3e
·
1 Parent(s): 97291c9

adding csv files from internal kaggle

Browse files
README.md CHANGED
@@ -1,11 +1,17 @@
1
  ---
2
  configs:
3
- - config_name: default
4
  data_files:
5
  - split: train
6
  path: "train/4782_train_x.csv"
7
  - split: test
8
  path: "test/4782_test_x.csv"
 
 
 
 
 
 
9
  ---
10
 
11
  # arXiv Classifier Data
@@ -27,6 +33,13 @@ Working doc: https://docs.google.com/document/d/1ZTiR5M7NBpsfYbJdlP6qcIldBJVzJI1
27
 
28
  ## Preprocessing
29
 
30
- Code: [4782_preprocess_data.ipynb](4782_preprocess_data.ipynb)
 
 
 
 
 
 
31
 
32
- We only include v1 of papers (to avoid any data leakage between train and test splits)
 
 
1
  ---
2
  configs:
3
+ - config_name: cs4782
4
  data_files:
5
  - split: train
6
  path: "train/4782_train_x.csv"
7
  - split: test
8
  path: "test/4782_test_x.csv"
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: "internal_kaggle/ar-xive-project-baselines/train.csv"
13
+ - split: test
14
+ path: "internal_kaggle/ar-xive-project-baselines/test_papers.csv"
15
  ---
16
 
17
  # arXiv Classifier Data
 
33
 
34
  ## Preprocessing
35
 
36
+ 4782 Kaggle code: [4782_preprocess_data.ipynb](4782_preprocess_data.ipynb)
37
+
38
+ Internal Kaggle code: [clean_data_for_hugging_face.ipynb](https://huggingface.co/datasets/mlcore/arxiv-classifier/blob/main/clean_data_for_hugging_face.ipynb)
39
+
40
+ 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).
41
+
42
+ ## Todo
43
 
44
+ - Can we get the full text for the 2023 corpus/all papers?
45
+ - Can we incorporate additional metadata (e.g., authors)?
internal_kaggle/ar-xive-project-baselines/test_papers.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:719faa8663e5704422a868b506e12158ae0c5a069eea2214fa8e085ad0488c6d
3
+ size 763540298
internal_kaggle/ar-xive-project-baselines/train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9efb39f9f26aa896c41b8697ab9a9d249d8f34ea16a1a3ffe2c3d8485af1241e
3
+ size 3101585187