paper-with-me

Papers

Synthetic vs. Real Reference Strings for Citation Parsing, and the Importance of Re-training and Out-Of-Sample Data for Meaningful Evaluations: Experiments with GROBID, GIANT and Cora

2020-04-22 · WOSP 2020 8 · Mark Grennan, Joeran Beel

Citation parsing, particularly with deep neural networks, suffers from a lack of training data as available datasets typically contain only a few thousand training instances. Manually labelling citation strings is very time-consuming, hence synthetically created training data could be a solution. However, as of now, it is unknown if synthetically created reference-strings are suitable to train machine learning algorithms for citation parsing. To find out, we train Grobid, which uses Conditional Random Fields, with a) human-labelled reference strings from 'real' bibliographies and b) synthetically created reference strings from the GIANT dataset. We find that both synthetic and organic reference strings are equally suited for training Grobid (F1 = 0.74). We additionally find that retraining Grobid has a notable impact on its performance, for both synthetic and real data (+30% in F1). Having as many types of labelled fields as possible during training also improves effectiveness, even if these fields are not available in the evaluation data (+13.5% F1). We conclude that synthetic data is suitable for training (deep) citation parsing models. We further suggest that in future evaluations of reference parsers both evaluation data similar and dissimilar to the training data should be used for more meaningful evaluations.

📄 PDF Abstract BibTeX arXiv:2004.10410

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Using BibTeX to Automatically Generate Labeled Data for Citation Field Extraction

2020-06-09 · AKBC 2020 6 · Dung Thai, Zhiyang Xu, Nicholas Monath, Boris Veytsman 외

Accurate parsing of citation reference strings is crucial to automatically construct scholarly databases such as Google Scholar or Semantic Scholar. Citation field extraction (CFE) is precisely this task---given a refere…

Management

EXmatcher: Combining Features Based on Reference Strings and Segments to Enhance Citation Matching

2019-06-11 · Behnam Ghavimi, Wolfgang Otto, Philipp Mayr

Citation matching is a challenging task due to different problems such as the variety of citation styles, mistakes in reference strings and the quality of identified reference segments. The classic citation matching conf…

BlockingGeneral Classification

Bundesrecht: An Open Library and Corpus for German Statutory Reference Processing

2026-05-29 · Harshil Darji, Martin Heckelmann, Christina Kratsch, Gerard de Melo arxiv

Statutory references are central to legal language understanding, but are difficult to process automatically, as they appear in compact and variable surface forms, may combine multiple targets, use special abbreviations,…

Information Extraction

ParsRec: A Novel Meta-Learning Approach to Recommending Bibliographic Reference Parsers

2018-11-26 · Dominika Tkaczyk, Rohit Gupta, Riccardo Cinti, Joeran Beel

Bibliographic reference parsers extract machine-readable metadata such as author names, title, journal, and year from bibliographic reference strings. To extract the metadata, the parsers apply heuristics or machine lear…

Meta-LearningRecommendation Systems

Source or It Didn't Happen: A Multi-Agent Framework for Citation Hallucination Detection

2026-05-09 · Mingzhe Li, Zhiqiang Lin, Shiqing Ma arxiv

Large language models are increasingly used in scientific writing, yet they can fabricate citation-shaped references that appear plausible but fail bibliographic verification. Existing detectors often reduce verification…