Yamei commited on
Commit
ff73c48
·
1 Parent(s): 3b87503

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: paper_id
7
+ dtype: int64
8
+ - name: abstract
9
+ dtype: string
10
+ - name: authors
11
+ list:
12
+ - name: first
13
+ dtype: string
14
+ - name: middle
15
+ sequence: string
16
+ - name: last
17
+ dtype: string
18
+ - name: suffix
19
+ dtype: string
20
+ - name: year
21
+ dtype: float64
22
+ - name: arxiv_id
23
+ dtype: string
24
+ - name: acl_id
25
+ dtype: string
26
+ - name: pmc_id
27
+ dtype: string
28
+ - name: pubmed_id
29
+ dtype: string
30
+ - name: doi
31
+ dtype: string
32
+ - name: venue
33
+ dtype: string
34
+ - name: journal
35
+ dtype: string
36
+ - name: mag_id
37
+ dtype: string
38
+ - name: outbound_citations
39
+ sequence: string
40
+ - name: inbound_citations
41
+ sequence: string
42
+ - name: has_outbound_citations
43
+ dtype: bool
44
+ - name: has_inbound_citations
45
+ dtype: bool
46
+ - name: has_pdf_parse
47
+ dtype: bool
48
+ - name: s2_url
49
+ dtype: string
50
+ - name: has_pdf_body_text
51
+ dtype: float64
52
+ - name: has_pdf_parsed_abstract
53
+ dtype: float64
54
+ - name: has_pdf_parsed_body_text
55
+ dtype: float64
56
+ - name: has_pdf_parsed_bib_entries
57
+ dtype: float64
58
+ - name: has_pdf_parsed_ref_entries
59
+ dtype: float64
60
+ splits:
61
+ - name: train
62
+ num_bytes: 194394520
63
+ num_examples: 125745
64
+ download_size: 109992297
65
+ dataset_size: 194394520
66
+ ---
67
+ # Dataset Card for "VISBank"
68
+
69
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)