CLDLIRFeb 22, 2018

Content-Based Citation Recommendation

arXiv:1802.08301v11122 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of citation recommendation in scenarios where metadata is unavailable, such as during peer review, though it is incremental as it builds on existing content-based methods.

The authors tackled the problem of recommending citations for academic paper drafts by developing a content-based method that outperforms previous approaches without requiring metadata, achieving relative improvements of over 18% in F1@20 and over 22% in MRR on PubMed and DBLP datasets.

We present a content-based method for recommending citations in an academic paper draft. We embed a given query document into a vector space, then use its nearest neighbors as candidates, and rerank the candidates using a discriminative model trained to distinguish between observed and unobserved citations. Unlike previous work, our method does not require metadata such as author names which can be missing, e.g., during the peer review process. Without using metadata, our method outperforms the best reported results on PubMed and DBLP datasets with relative improvements of over 18% in F1@20 and over 22% in MRR. We show empirically that, although adding metadata improves the performance on standard metrics, it favors self-citations which are less useful in a citation recommendation setup. We release an online portal (http://labs.semanticscholar.org/citeomatic/) for citation recommendation based on our method, and a new dataset OpenCorpus of 7 million research articles to facilitate future research on this task.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes