blnewman commited on
Commit
6ec4aa4
1 Parent(s): dfd19e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -64
README.md CHANGED
@@ -5,71 +5,14 @@ license: odc-by
5
  configs:
6
  - config_name: default
7
  data_files:
8
- - split: tables
9
- path: tables.jsonl
10
  - split: papers
11
  path: papers.jsonl
12
- - split: train
13
- path: data/train-*
14
- dataset_info:
15
- features:
16
- - name: tabid
17
- dtype: string
18
- - name: table
19
- dtype: string
20
- - name: row_bib_map
21
- list:
22
- - name: abstract
23
- dtype: string
24
- - name: bib_hash_or_arxiv_id
25
- dtype: string
26
- - name: corpus_id
27
- dtype: int64
28
- - name: row
29
- dtype: int64
30
- - name: title
31
- dtype: string
32
- - name: type
33
- dtype: string
34
- - name: caption
35
- dtype: string
36
- - name: in_text_ref
37
- list:
38
- - name: cite_spans
39
- list:
40
- - name: end
41
- dtype: int64
42
- - name: ref_id
43
- dtype: string
44
- - name: start
45
- dtype: int64
46
- - name: text
47
- dtype: string
48
- - name: content_type
49
- dtype: string
50
- - name: ref_spans
51
- list:
52
- - name: end
53
- dtype: int64
54
- - name: ref_id
55
- dtype: string
56
- - name: start
57
- dtype: int64
58
- - name: text
59
- dtype: string
60
- - name: sec_number
61
- dtype: string
62
- - name: sec_type
63
- dtype: string
64
- - name: section
65
- dtype: string
66
- - name: text
67
- dtype: string
68
- splits:
69
- - name: train
70
- num_bytes: 24084397
71
- num_examples: 2228
72
- download_size: 11342543
73
- dataset_size: 24084397
74
  ---
75
 
 
 
 
 
 
 
5
  configs:
6
  - config_name: default
7
  data_files:
 
 
8
  - split: papers
9
  path: papers.jsonl
10
+ - split: tables_dataset_viewer_only
11
+ path: tables_dataset_viewer_only.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
+ # ArXivDIGESTables
15
+
16
+ (In progress)
17
+
18
+ **Note**: Please use huggingface datasets as a way to preview the data only as `load_dataset` does not work well with the current data format. Instead it is recommended to directly download `tables.jsonl`, `papers.jsonl`, and `full_texts.jsonl.gz`.