paper-with-me

홈 › Papers

Local Citation Recommendation with Hierarchical-Attention Text Encoder and SciBERT-based Reranking

2021-12-02 · Nianlong Gu, Yingqiang Gao, Richard H. R. Hahnloser

The goal of local citation recommendation is to recommend a missing reference from the local citation context and optionally also from the global context. To balance the tradeoff between speed and accuracy of citation recommendation in the context of a large-scale paper database, a viable approach is to first prefetch a limited number of relevant documents using efficient ranking methods and then to perform a fine-grained reranking using more sophisticated models. In that vein, BM25 has been found to be a tough-to-beat approach to prefetching, which is why recent work has focused mainly on the reranking step. Even so, we explore prefetching with nearest neighbor search among text embeddings constructed by a hierarchical attention network. When coupled with a SciBERT reranker fine-tuned on local citation recommendation tasks, our hierarchical Attention encoder (HAtten) achieves high prefetch recall for a given number of candidates to be reranked. Consequently, our reranker requires fewer prefetch candidates to rerank, yet still achieves state-of-the-art performance on various local citation recommendation datasets such as ACL-200, FullTextPeerRead, RefSeer, and arXiv.

📄 PDF Abstract BibTeX arXiv:2112.01206

Code (1)

nianlonggu/Local-Citation-Recommendation pytorch

Tasks

Citation RecommendationReranking

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Dual Attention Model for Citation Recommendation with Analyses on Explainability of Attention Mechanisms and Qualitative Experiments

2022-06-01 · CL (ACL) 2022 6 · Yang Zhang, Qiang Ma

Based on an exponentially increasing number of academic articles, discovering and citing comprehensive and appropriate resources have become non-trivial tasks. Conventional citation recommendation methods suffer from sev…

ArticlesCitation Recommendation

Dual Attention Model for Citation Recommendation

2020-10-01 · COLING 2020 8 · Yang Zhang, Qiang Ma

Based on an exponentially increasing number of academic articles, discovering and citing comprehensive and appropriate resources has become a non-trivial task. Conventional citation recommender methods suffer from severe…

ArticlesCitation Recommendationmodel

Multilevel Text Alignment with Cross-Document Attention

2020-10-03 · EMNLP 2020 11 · Xuhui Zhou, Nikolaos Pappas, Noah A. Smith

Text alignment finds application in tasks such as citation recommendation and plagiarism detection. Existing alignment methods operate at a single, predefined level and cannot learn to align texts at, for example, senten…

Citation RecommendationSentence

Improved Local Citation Recommendation Based on Context Enhanced with Global Information

2020-11-01 · EMNLP (sdp) 2020 11 · Zoran Medić, Jan Snajder

Local citation recommendation aims at finding articles relevant for given citation context. While most previous approaches represent context using solely text surrounding the citation, we propose enhancing context repres…

ArticlesCitation Recommendation

HybridCite: A Hybrid Model for Context-Aware Citation Recommendation

2020-02-15 · Michael Färber, Ashwath Sampath

Citation recommendation systems aim to recommend citations for either a complete paper or a small portion of text called a citation context. The process of recommending citations for citation contexts is called local cit…

Citation RecommendationInformation RetrievalRecommendation SystemsRetrieval