paper-with-me

Papers

Modeling citation worthiness by using attention-based bidirectional long short-term memory networks and interpretable models

2024-05-20 · Tong Zeng, Daniel E. Acuna

Scientist learn early on how to cite scientific sources to support their claims. Sometimes, however, scientists have challenges determining where a citation should be situated -- or, even worse, fail to cite a source altogether. Automatically detecting sentences that need a citation (i.e., citation worthiness) could solve both of these issues, leading to more robust and well-constructed scientific arguments. Previous researchers have applied machine learning to this task but have used small datasets and models that do not take advantage of recent algorithmic developments such as attention mechanisms in deep learning. We hypothesize that we can develop significantly accurate deep learning architectures that learn from large supervised datasets constructed from open access publications. In this work, we propose a Bidirectional Long Short-Term Memory (BiLSTM) network with attention mechanism and contextual information to detect sentences that need citations. We also produce a new, large dataset (PMOA-CITE) based on PubMed Open Access Subset, which is orders of magnitude larger than previous datasets. Our experiments show that our architecture achieves state of the art performance on the standard ACL-ARC dataset ($F_{1}=0.507$) and exhibits high performance ($F_{1}=0.856$) on the new PMOA-CITE. Moreover, we show that it can transfer learning across these datasets. We further use interpretable models to illuminate how specific language is used to promote and inhibit citations. We discover that sections and surrounding sentences are crucial for our improved predictions. We further examined purported mispredictions of the model, and uncovered systematic human mistakes in citation behavior and source data. This opens the door for our model to check documents during pre-submission and pre-archival procedures. We make this new dataset, the code, and a web-based tool available to the community.

📄 PDF Abstract BibTeX arXiv:2405.12206

Code (1)

sciosci/cite-worthiness 공식 구현 pytorch

Tasks

ARCCitation worhtinessCitation worthinessTransfer Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

LegalCiteTrust: Benchmarking Citation Trustworthiness in Chinese Long-Form Legal Research Reports

2026-07-23 · Yunhan Li, Mingjie Xie, Zeyang Shi, Gengshen Wu 외 arxiv

Long-form legal research reports increasingly rely on LLMs and agentic research systems, but their reliability depends not only on answering the task, but also on whether cited legal authorities are trustworthy. A citati…

On the Use of Context for Predicting Citation Worthiness of Sentences in Scholarly Articles

2021-04-18 · NAACL 2021 4 · Rakesh Gosangi, Ravneet Arora, Mohsen Gheisarieha, Debanjan Mahata 외

In this paper, we study the importance of context in predicting the citation worthiness of sentences in scholarly articles. We formulate this problem as a sequence labeling task solved using a hierarchical BiLSTM model. …

ArticlesCitation worthinessSentence

CiteCaseLAW: Citation Worthiness Detection in Caselaw for Legal Assistive Writing

2023-05-03 · Mann Khatri, Pritish Wadhwa, Gitansh Satija, Reshma Sheik 외

In legal document writing, one of the key elements is properly citing the case laws and other sources to substantiate claims and arguments. Understanding the legal domain and identifying appropriate citation context or c…

Citation RecommendationCitation worthinessRecommendation SystemsSpecificity

FACTUM: Mechanistic Detection of Citation Hallucination in Long-Form RAG

2026-01-09 · Maxime Dassen, Rebecca Kotula, Kenton Murray, Andrew Yates 외 arxiv

Retrieval-Augmented Generation (RAG) models are critically undermined by citation hallucinations, a deceptive failure where a model cites a source that fails to support its claim. While existing work attributes hallucina…

LongCite: Enabling LLMs to Generate Fine-grained Citations in Long-context QA

2024-09-04 · Jiajie Zhang, Yushi Bai, Xin Lv, Wanjun Gu 외

Though current long-context large language models (LLMs) have demonstrated impressive capacities in answering user questions based on extensive text, the lack of citations in their responses makes user verification diffi…

Question AnsweringSentence