parthsarin commited on
Commit
25c4416
·
verified ·
1 Parent(s): 4c9678d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +134 -18
README.md CHANGED
@@ -1,23 +1,139 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
- - name: citing_article_doi
5
- dtype: string
6
- - name: plaintext
7
- dtype: string
8
- - name: xml
9
- dtype: string
10
- - name: source
11
- dtype: string
12
  splits:
13
- - name: train
14
- num_bytes: 8706980
15
- num_examples: 10000
16
- download_size: 3791819
17
- dataset_size: 8706980
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ - pt
5
+ - es
6
+ - fr
7
+ - de
8
+ - it
9
+ - ru
10
+ - zh
11
+ license: cc0-1.0
12
+ size_categories:
13
+ - 1K<n<10K
14
+ task_categories:
15
+ - token-classification
16
+ - text2text-generation
17
+ tags:
18
+ - citation-parsing
19
+ - bibliographic-references
20
+ - jats-xml
21
+ - scholarly-communication
22
+ - information-extraction
23
+ - named-entity-recognition
24
+ pretty_name: RenoBench
25
  dataset_info:
26
  features:
27
+ - name: citing_article_doi
28
+ dtype: string
29
+ - name: plaintext
30
+ dtype: string
31
+ - name: xml
32
+ dtype: string
33
+ - name: source
34
+ dtype: string
35
  splits:
36
+ - name: train
37
+ num_examples: 10000
 
 
 
 
 
 
 
 
38
  ---
39
+
40
+ # RenoBench: A Citation Parsing Benchmark
41
+
42
+ RenoBench (**Re**ference An**no**tation **Bench**mark) is a standardized evaluation benchmark for citation parsing—the task of annotating plain-text bibliographic references with structured components following the [JATS (Journal Article Tag Suite)](https://jats.nlm.nih.gov/) standard.
43
+
44
+ ## Dataset Description
45
+
46
+ RenoBench contains 10,000 plain-text citations paired with their corresponding JATS XML annotations. The dataset was assembled by extracting plain-text references from public domain PDFs and matching them to publisher-provided structured annotations.
47
+
48
+ ### Data Sources
49
+
50
+ Citations are sourced from four scholarly publishing platforms:
51
+
52
+ | Source | Description | Percentage |
53
+ |--------|-------------|------------|
54
+ | [SciELO](https://scielo.org/) | Scientific Electronic Library Online | 47% |
55
+ | [Redalyc](https://www.redalyc.org/) | Red de Revistas Científicas de América Latina | 24% |
56
+ | [Open Research Europe](https://open-research-europe.ec.europa.eu/) | European Commission open access platform | 14% |
57
+ | [PKP](https://pkp.sfu.ca/) | Public Knowledge Project OJS journals | 14% |
58
+
59
+ ### Dataset Composition
60
+
61
+ - **59%** of citations include a persistent identifier (DOI)
62
+ - **14%** of citing articles are preprints
63
+ - **Languages**: English (32%), Portuguese (30%), Spanish (23%), French (7%), German (3%), Italian (2%), Russian (2%), Chinese (1%)
64
+ - **Publication types**: Journal articles (53%), books (30%), webpages (8%), theses (5%), conference proceedings (4%)
65
+
66
+ ## Data Fields
67
+
68
+ | Field | Type | Description |
69
+ |-------|------|-------------|
70
+ | `citing_article_doi` | string | DOI of the article containing the citation (may be null) |
71
+ | `plaintext` | string | The plain-text citation as extracted from the PDF |
72
+ | `xml` | string | JATS XML annotation with structured bibliographic fields |
73
+ | `source` | string | Publishing platform source (`scielo`, `redalyc`, `ore`, `pkp`) |
74
+
75
+ ## Example
76
+ **Plain-text citation:**
77
+ ```
78
+ Stone NJ, Robinson JG, Lichtenstein AH, et al. 2013 ACC/AHA Guideline on the
79
+ Treatment of Blood Cholesterol to Reduce Atherosclerotic Cardiovascular Risk
80
+ in Adults. Circulation 2014;129(25 Suppl 2):S1-S45. doi:10.1161/01.cir.0000437738.63853.7a.
81
+ ```
82
+
83
+ **JATS XML annotation:**
84
+ ```xml
85
+ <mixed-citation publication-type="journal">
86
+ <person-group person-group-type="author">
87
+ <string-name><surname>Stone</surname> <given-names>NJ</given-names></string-name>,
88
+ <string-name><surname>Robinson</surname> <given-names>JG</given-names></string-name>,
89
+ <string-name><surname>Lichtenstein</surname> <given-names>AH</given-names></string-name>,
90
+ <etal>et al</etal>
91
+ </person-group>.
92
+ <article-title>2013 ACC/AHA Guideline on the Treatment of Blood Cholesterol...</article-title>.
93
+ <source>Circulation</source>
94
+ <year>2014</year>;<volume>129</volume>(<issue>25</issue>):<fpage>S1</fpage>-<lpage>S45</lpage>.
95
+ <pub-id pub-id-type="doi">10.1161/01.cir.0000437738.63853.7a</pub-id>.
96
+ </mixed-citation>
97
+ ```
98
+
99
+ ## JATS XML Elements
100
+
101
+ The annotations use standard JATS reference elements:
102
+
103
+ | Element | Description |
104
+ |---------|-------------|
105
+ | `<surname>` | Author family name |
106
+ | `<given-names>` | Author given name(s) or initials |
107
+ | `<article-title>` | Title of the cited article |
108
+ | `<source>` | Journal name, book title, or publisher |
109
+ | `<year>` | Publication year |
110
+ | `<volume>` | Journal volume |
111
+ | `<issue>` | Journal issue |
112
+ | `<fpage>`, `<lpage>` | First and last page numbers |
113
+ | `<pub-id pub-id-type="doi">` | Digital Object Identifier |
114
+
115
+ ## Data Collection
116
+
117
+ 1. **PDF Extraction**: Article PDFs were converted to markdown using [markitdown](https://github.com/microsoft/markitdown)
118
+ 2. **Citation Extraction**: Plain-text citations were extracted using `Llama-3.1-8B-Instruct`, with programmatic verification that extracted text appeared in the source document
119
+ 3. **Matching**: Plain-text citations were matched to JATS XML annotations using normalized edit distance (threshold ≥ 0.75)
120
+ 4. **Filtering**: Automated quality checks removed citations with structural errors, malformed fields, or annotation inconsistencies
121
+ 5. **Sampling**: Balanced sampling across languages, publication types, and sources using learned sampling weights
122
+
123
+ ## Intended Use
124
+
125
+ RenoBench is designed for:
126
+
127
+ - **Benchmarking** citation parsing systems (GROBID, neural parsers, LLMs)
128
+ - **Training** sequence labeling or text-to-text models for citation parsing
129
+ - **Evaluating** multilingual and cross-domain generalization
130
+
131
+ ## Limitations
132
+
133
+ - Annotations reflect publisher practices, which may vary in completeness
134
+ - Some citation styles (legal, patents) are underrepresented
135
+ - Language distribution reflects source platform demographics
136
+
137
+ ## Citation
138
+
139
+ Coming soon!