paper-with-me

홈 › Papers

Multi-hop Evidence Retrieval for Cross-document Relation Extraction

2022-12-21 · Keming Lu, I-Hung Hsu, Wenxuan Zhou, Mingyu Derek Ma, Muhao Chen

Relation Extraction (RE) has been extended to cross-document scenarios because many relations are not simply described in a single document. This inevitably brings the challenge of efficient open-space evidence retrieval to support the inference of cross-document relations, along with the challenge of multi-hop reasoning on top of entities and evidence scattered in an open set of documents. To combat these challenges, we propose MR.COD (Multi-hop evidence retrieval for Cross-document relation extraction), which is a multi-hop evidence retrieval method based on evidence path mining and ranking. We explore multiple variants of retrievers to show evidence retrieval is essential in cross-document RE. We also propose a contextual dense retriever for this setting. Experiments on CodRED show that evidence retrieval with MR.COD effectively acquires crossdocument evidence and boosts end-to-end RE performance in both closed and open settings.

📄 PDF Abstract BibTeX arXiv:2212.10786

Code (1)

luka-group/mrcod 공식 구현 pytorch

Tasks

RelationRelation ExtractionRetrieval

Similar Papers 제목 키워드 기반

N2N-GQA: Noise-to-Narrative for Graph-Based Table-Text Question Answering Using LLMs

2026-01-10 · Mohamed Sharafath, Aravindh Annamalai, Ganesh Murugan, Aravindakumar Venugopalan arxiv

Multi-hop question answering over hybrid table-text data requires retrieving and reasoning across multiple evidence pieces from large corpora, but standard Retrieval-Augmented Generation (RAG) pipelines process documents…

Multi-hop Question Answering

GEGA: Graph Convolutional Networks and Evidence Retrieval Guided Attention for Enhanced Document-level Relation Extraction

2024-07-31 · Yanxu Mao, Xiaohui Chen, Peipei Liu, Tiehan Cui 외

Document-level relation extraction (DocRE) aims to extract relations between entities from unstructured document text. Compared to sentence-level relation extraction, it requires more complex semantic understanding from …

Document-level Relation ExtractionRelationRelation ExtractionRetrieval+1

EnSI-RAG: Entity-Structure-Indexed Retrieval-Augmented Generation for Long-Document Question Answering

2026-08-21 · Xuanyu Meng, Jiashuo Sun, Jash Rajesh Parekh, Jiawei Han arxiv

Question answering (QA) over long, connected documents remains challenging because relevant evidence may span multiple entities and their relationships. Existing retrieval-augmented generation (RAG) methods typically ind…

Question Answering

Retrieving Versus Understanding Extractive Evidence in Few-Shot Learning

2025-02-19 · Karl Elbakian, Samuel Carton

A key aspect of alignment is the proper use of within-document evidence to construct document-level decisions. We analyze the relationship between the retrieval and interpretation of within-document evidence for large la…

Few-Shot LearningLanguage ModelingLanguage ModellingLarge Language Model+2

FlexStructRAG: Flexible Structure-Aware Multi-Granular Relational Retrieval for RAG

2026-02-01 · Mengzhu Chen, Haodong Yang, Jia Cai, Xiaolin Huang arxiv

Retrieval-Augmented Generation (RAG) systems critically depend on how external knowledge is segmented, structured, and retrieved. Most existing approaches either retrieve fixed-length text chunks, which fragments discour…