paper-with-me

Papers

HLM-Cite: Hybrid Language Model Workflow for Text-based Scientific Citation Prediction

2024-10-10 · Qianyue Hao, Jingyang Fan, Fengli Xu, Jian Yuan, Yong Li

Citation networks are critical in modern science, and predicting which previous papers (candidates) will a new paper (query) cite is a critical problem. However, the roles of a paper's citations vary significantly, ranging from foundational knowledge basis to superficial contexts. Distinguishing these roles requires a deeper understanding of the logical relationships among papers, beyond simple edges in citation networks. The emergence of LLMs with textual reasoning capabilities offers new possibilities for discerning these relationships, but there are two major challenges. First, in practice, a new paper may select its citations from gigantic existing papers, where the texts exceed the context length of LLMs. Second, logical relationships between papers are implicit, and directly prompting an LLM to predict citations may result in surface-level textual similarities rather than the deeper logical reasoning. In this paper, we introduce the novel concept of core citation, which identifies the critical references that go beyond superficial mentions. Thereby, we elevate the citation prediction task from a simple binary classification to distinguishing core citations from both superficial citations and non-citations. To address this, we propose $\textbf{HLM-Cite}$, a $\textbf{H}$ybrid $\textbf{L}$anguage $\textbf{M}$odel workflow for citation prediction, which combines embedding and generative LMs. We design a curriculum finetune procedure to adapt a pretrained text embedding model to coarsely retrieve high-likelihood core citations from vast candidates and then design an LLM agentic workflow to rank the retrieved papers through one-shot reasoning, revealing the implicit relationships among papers. With the pipeline, we can scale the candidate sets to 100K papers. We evaluate HLM-Cite across 19 scientific fields, demonstrating a 17.6% performance improvement comparing SOTA methods.

📄 PDF Abstract BibTeX arXiv:2410.09112

Code (1)

tsinghua-fib-lab/H-LM 공식 구현 pytorch

Tasks

Binary ClassificationCitation PredictionLanguage ModelingLanguage ModellingLogical Reasoning

Similar Papers 제목 키워드 기반

SpectraQuery: A Hybrid Retrieval-Augmented Conversational Assistant for Battery Science

2026-01-14 · Sreya Vangara, Jagjit Nanda, Yan-Kai Tzeng, Eric Darve arxiv

Scientific reasoning increasingly requires linking structured experimental data with the unstructured literature that explains it, yet most large language model (LLM) assistants cannot reason jointly across these modalit…

Semantic Parsing

M3SciQA: A Multi-Modal Multi-Document Scientific QA Benchmark for Evaluating Foundation Models

2024-11-06 · Chuhan Li, Ziyao Shangguan, Yilun Zhao, Deyuan Li 외

Existing benchmarks for evaluating foundation models mainly focus on single-document, text-only tasks. However, they often fail to fully capture the complexity of research workflows, which typically involve interpreting …

Information RetrievalQuestion Answering

CiteCheck: Retrieval-Grounded Detection of LLM Citation Hallucinations in Scientific Text

2026-05-26 · Khashayar Khajavi, Shaghayegh Sadeghi, Rise Adhikari, Alexander Tessier arxiv

Large language models (LLMs) are increasingly used to generate scientific reports, but they can produce references that appear plausible while containing corrupted metadata or pointing to papers that do not exist. We int…

CiteWorth: Cite-Worthiness Detection for Improved Scientific Document Understanding

2021-05-23 · Findings (ACL) 2021 8 · Dustin Wright, Isabelle Augenstein

Scientific document understanding is challenging as the data is highly domain specific and diverse. However, datasets for tasks with scientific text require expensive manual annotation and tend to be small and limited to…

document understandingDomain AdaptationLanguage ModelingLanguage Modelling+1

CitRet: A Hybrid Model for Cited Text Span Retrieval

2022-10-01 · COLING 2022 10 · Amit Pandey, Avani Gupta, Vikram Pudi

The paper aims to identify cited text spans in the reference paper related to the given citance in the citing paper. We refer to it as cited text span retrieval (CTSR). Most current methods attempt this task by relying o…

RetrievalSemantic Textual Similarity