ai_math_paper_list / README.md
fzyzcjy's picture
Upload dataset
747cf69 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: title
      dtype: string
    - name: abstract
      dtype: string
    - name: tldr_text
      dtype: string
    - name: content_markdown
      dtype: string
    - name: authors
      sequence: string
    - name: date
      dtype: timestamp[ms]
    - name: publish_info
      dtype: string
    - name: publish_is_top
      dtype: bool
    - name: citation_count
      dtype: uint32
    - name: citation_count_filtered_math_and_top_conf
      dtype: uint32
    - name: theorem_provers
      sequence: string
    - name: url
      dtype: string
    - name: arxiv_url
      dtype: string
    - name: semantics_scholar_url
      dtype: string
  splits:
    - name: train
      num_bytes: 73688165
      num_examples: 1138
  download_size: 38661329
  dataset_size: 73688165

Please refer to https://github.com/fzyzcjy/ai_math_paper_list for more details.