paper-with-me

Papers

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 on pre-trained off-the-shelf deep learning models like SciBERT. Though these models are pre-trained on large datasets, they under-perform in out-of-domain settings. We introduce CitRet, a novel hybrid model for CTSR that leverages unique semantic and syntactic structural characteristics of scientific documents. This enables us to use significantly less data for finetuning. We use only 1040 documents for finetuning. Our model augments mildly-trained SBERT-based contextual embeddings with pre-trained non-contextual Word2Vec embeddings to calculate semantic textual similarity. We demonstrate the performance of our model on the CLSciSumm shared tasks. It improves the state-of-the-art results by over 15% on the F1 score evaluation.

📄 PDF Abstract BibTeX

Code (1)

amitpandey-research/citret_public 공식 구현 pytorch

Tasks

RetrievalSemantic Textual Similarity

Similar Papers 제목 키워드 기반

Cited Text Spans for Citation Text Generation

2023-09-12 · Xiangci Li, Yi-Hui Lee, Jessica Ouyang

An automatic citation generation system aims to concisely and accurately describe the relationship between two scientific articles. To do so, such a system must ground its outputs to the content of the cited paper to avo…

ArticlesRetrievalText Generation

ECPO: Evidence-Coupled Policy Optimization for Evidence-Certified Candidate Ranking

2026-05-21 · Miaobo Hu, Shuhao Hu, BoKun Wang, Yina Sa 외 arxiv

Ranking systems used in decision-support settings should not only order candidates but also expose evidence that can be independently checked. We study evidence-certified candidate ranking: given an intent_id, a predefin…

Matching Citation Text and Cited Spans in Biomedical Literature: a Search-Oriented Approach

2015-05-01 · HLT 2015 5 · Arman Cohan, Luca Soldaini, Nazli Goharian
Articlescoreference-resolutionCoreference ResolutionInformation Retrieval+2

Expansion Span: Combining Fading Memory and Retrieval in Hybrid State Space Models

2024-12-17 · Elvis Nunez, Luca Zancato, Benjamin Bowman, Aditya Golatkar 외

The "state" of State Space Models (SSMs) represents their memory, which fades exponentially over an unbounded span. By contrast, Attention-based models have "eidetic" (i.e., verbatim, or photographic) memory over a finit…

RetrievalState Space Models

Why Neighborhoods Matter: Traversal Context and Provenance in Agentic GraphRAG

2026-05-14 · Riccardo Terrenzi, Maximilian von Zastrow, Serkan Ayvaz arxiv

Retrieval-Augmented Generation can improve factuality by grounding answers in external evidence, but Agentic GraphRAG complicates what it means for citations to be faithful. In these systems, an agent explores a knowledg…