File size: 1,269 Bytes
10e2c62
 
b11ebe8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
afc3b88
 
 
 
a3353cc
 
b957a28
 
 
 
 
 
b11ebe8
 
b957a28
b11ebe8
b957a28
 
b11ebe8
 
 
 
 
10e2c62
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---

license: mit
dataset_info:
  features:
  - name: id
    dtype: string
  - name: author
    sequence: string
  - name: bibcode
    dtype: string
  - name: title
    sequence: string
  - name: citation_count
    dtype: int64
  - name: aff
    sequence: string
  - name: citation
    sequence: string
  - name: database
    sequence: string
  - name: read_count
    dtype: int64
  - name: keyword
    sequence: string
  - name: reference
    sequence: string
  - name: doi
    sequence: string
  - name: subfolder
    dtype: string
  - name: filename
    dtype: string
  - name: introduction
    dtype: string
  - name: conclusions
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: arxiv_id
    dtype: string
  - name: abstract
    dtype: string
  - name: failed_ids
    dtype: bool
  - name: keyword_search
    sequence: string
  - name: umap_x
    dtype: float32
  - name: umap_y
    dtype: float32
  - name: clust_id
    dtype: int64
  splits:
  - name: train
    num_bytes: 4128576193
    num_examples: 271544
  download_size: 2131314110
  dataset_size: 4128576193
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---