ak-paper-selection / README.md
yuntian-deng's picture
Upload dataset
36f868a verified
|
raw
history blame
610 Bytes
metadata
dataset_info:
  features:
    - name: arxiv_id
      dtype: string
    - name: published
      dtype: string
    - name: titles
      dtype: string
    - name: authors
      sequence: string
    - name: abstract
      dtype: string
    - name: categories
      sequence: string
    - name: selected
      dtype: bool
  splits:
    - name: train
      num_bytes: 52422214
      num_examples: 35441
    - name: valid
      num_bytes: 7883002
      num_examples: 5273
  download_size: 34669489
  dataset_size: 60305216
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*