paper-with-me

홈 › Papers

ParsRec: Meta-Learning Recommendations for Bibliographic Reference Parsing

2018-08-27 · Tkaczyk Dominika, Sheridan Paraic, Beel Joeran

Bibliographic reference parsers extract metadata (e.g. author names, title, year) from bibliographic reference strings. No reference parser consistently gives the best results in every scenario. For instance, one tool may be best in extracting titles, and another tool in extracting author names. In this paper, we address the problem of reference parsing from a recommender-systems perspective. We propose ParsRec, a meta-learning approach that recommends the potentially best parser(s) for a given reference string. We evaluate ParsRec on 105k references from chemistry. We propose two approaches to meta-learning recommendations. The first approach learns the best parser for an entire reference string. The second approach learns the best parser for each field of a reference string. The second approach achieved a 2.6% increase in F1 (0.909 vs. 0.886, p < 0.001) over the best single parser (GROBID), reducing the false positive rate by 20.2% (0.075 vs. 0.094), and the false negative rate by 18.9% (0.107 vs. 0.132).

📄 PDF Abstract BibTeX arXiv:1808.09036

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningRecommendation Systems

Similar Papers 제목 키워드 기반

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

Bilbo-Val: Automatic Identification of Bibliographical Zone in Papers

2016-05-01 · LREC 2016 5 · Amal Htait, Sebastien Fournier, Patrice Bellot

In this paper, we present the automatic annotation of bibliographical references{'} zone in papers and articles of XML/TEI format. Our work is applied through two phases: first, we use machine learning technology to clas…

Articles

PARSRec: Explainable Personalized Attention-fused Recurrent Sequential Recommendation Using Session Partial Actions

2022-09-16 · Ehsan Gholami, Mohammad Motamedi, Ashwin Aravindakshan

The emerging meta- and multi-verse landscape is yet another step towards the more prevalent use of already ubiquitous online markets. In such markets, recommender systems play critical roles by offering items of interest…

Recommendation SystemsSequential Recommendation

Elsevier OA CC-By Corpus

2020-08-03 · Daniel Kershaw, Rob Koeling

We introduce the Elsevier OA CC-BY corpus. This is the first open corpus of Scientific Research papers which has a representative sample from across scientific disciplines. This corpus not only includes the full text of …

Hallucinations in Bibliographic Recommendation: Citation Frequency as a Proxy for Training Data Redundancy

2025-10-29 · Junichiro Niimi arxiv

Large language models (LLMs) have been increasingly applied to a wide range of tasks, from natural language understanding to code generation. While they have also been used to assist in bibliographic recommendation, the …

Natural Language UnderstandingCode Generation