zhangt20 commited on
Commit
fab5be4
·
verified ·
1 Parent(s): 0c728ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -64
README.md CHANGED
@@ -1,66 +1,70 @@
1
- ---
2
- language:
3
- - en
4
- tags:
5
- - diagrams
6
- - scientific papers
7
- - retrieval augemented generation
8
- - multimodal retrieval
9
- pretty_name: DiagramBank
10
- size_categories:
11
- - 10K<n<100K
12
- configs:
13
- - config_name: default
14
- data_files:
15
- - split: train
16
- path: data.jsonl
17
- dataset_info:
18
- features:
19
- - name: platform
20
- dtype: string
21
- - name: venue
22
- dtype: string
23
- - name: year
24
- dtype: int32
25
- - name: title
26
- dtype: string
27
- - name: abstract
28
- dtype: string
29
- - name: keywords
30
- dtype: string
31
- - name: areas
32
- dtype: string
33
- - name: tldr
34
- dtype: string
35
- - name: scores
36
- sequence: int32
37
- - name: decision
38
- dtype: string
39
- - name: authors
40
- dtype: string
41
- - name: author_ids
42
- dtype: string
43
- - name: cdate
44
- dtype: string
45
- - name: url
46
- dtype: string
47
- - name: platform_id
48
- dtype: string
49
- - name: bibtex
50
- dtype: string
51
- - name: figure_path
52
- dtype: string
53
- - name: figure_number
54
- dtype: string
55
- - name: figure_caption
56
- dtype: string
57
- - name: figure_context
58
- dtype: string
59
- - name: figure_type
60
- dtype: string
61
- - name: confidence
62
- dtype: float32
63
- ---
 
 
 
 
64
 
65
  # DiagramBank
66
 
@@ -90,7 +94,7 @@ The dataset is provided as a single JSONL file (`data.jsonl`). Each row represen
90
  | **url** | Direct URL to the paper on the source platform. |
91
  | **platform_id** | Unique identifier for the paper on the platform. |
92
  | **bibtex** | BibTeX citation entry for the paper. |
93
- | **figure_number** | The figure label as it appears in the paper (e.g., "Figure 1"). |
94
  | **figure_path** | Relative path to the raw image file in the accompanying archives. |
95
  | **figure_caption** | The caption text associated with the figure. |
96
  | **figure_context** | Paragraphs from the paper that explicitly reference this figure. |
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - diagrams
6
+ - scientific papers
7
+ - retrieval augemented generation
8
+ - multimodal retrieval
9
+ - ICLR
10
+ - ICML
11
+ - NeurIPS
12
+ - TMLR
13
+ pretty_name: DiagramBank
14
+ size_categories:
15
+ - 10K<n<100K
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: data.jsonl
21
+ dataset_info:
22
+ features:
23
+ - name: platform
24
+ dtype: string
25
+ - name: venue
26
+ dtype: string
27
+ - name: year
28
+ dtype: int32
29
+ - name: title
30
+ dtype: string
31
+ - name: abstract
32
+ dtype: string
33
+ - name: keywords
34
+ dtype: string
35
+ - name: areas
36
+ dtype: string
37
+ - name: tldr
38
+ dtype: string
39
+ - name: scores
40
+ sequence: int32
41
+ - name: decision
42
+ dtype: string
43
+ - name: authors
44
+ dtype: string
45
+ - name: author_ids
46
+ dtype: string
47
+ - name: cdate
48
+ dtype: string
49
+ - name: url
50
+ dtype: string
51
+ - name: platform_id
52
+ dtype: string
53
+ - name: bibtex
54
+ dtype: string
55
+ - name: figure_path
56
+ dtype: string
57
+ - name: figure_number
58
+ dtype: string
59
+ - name: figure_caption
60
+ dtype: string
61
+ - name: figure_context
62
+ dtype: string
63
+ - name: figure_type
64
+ dtype: string
65
+ - name: confidence
66
+ dtype: float32
67
+ ---
68
 
69
  # DiagramBank
70
 
 
94
  | **url** | Direct URL to the paper on the source platform. |
95
  | **platform_id** | Unique identifier for the paper on the platform. |
96
  | **bibtex** | BibTeX citation entry for the paper. |
97
+ | **figure_number** | "Figure`<figure_number>`". |
98
  | **figure_path** | Relative path to the raw image file in the accompanying archives. |
99
  | **figure_caption** | The caption text associated with the figure. |
100
  | **figure_context** | Paragraphs from the paper that explicitly reference this figure. |