File size: 918 Bytes
6b8897e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
688952b
 
 
 
6b8897e
a238320
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
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: 79725818
    num_examples: 1220
  download_size: 41920703
  dataset_size: 79725818
---
Please refer to https://github.com/fzyzcjy/ai_math_paper_list for more details.