arxiv-classifier / README.md
ag2435's picture
added initial data
64a6ac3
|
raw
history blame
1.03 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: train/4782_train_x.csv
      - split: test
        path: test/4782_test_x.csv

arXiv Classifier Data

Standardized terminology:

  • Field: Bio/cs/physics
  • Subfield: Subcategories within each
    • Primary subfield (bio., cs.LG): Given primary subfield, you can infer the field
    • Secondary subfields: Includes primary subfield, but also includes any subfields that were tagged in the paper (1-5)

Old terminology to standardized terminology translation:

  • Prime category = Primary subfield
  • Abstract category = secondary subfield
  • Major category = field

Original data: https://www.dropbox.com/scl/fo/wwu0ifghw4sco09g67frb/h?rlkey=6ddg3yab9la3zeddvmnsfktxq&e=1&dl=0

Working doc: https://docs.google.com/document/d/1ZTiR5M7NBpsfYbJdlP6qcIldBJVzJI1Hm8srgI8hfnI/edit?usp=sharing

Preprocessing

Code: 4782_preprocess_data.ipynb

We only include v1 of papers (to avoid any data leakage between train and test splits)