paper-with-me

Papers

KnowRA: Knowledge Retrieval Augmented Method for Document-level Relation Extraction with Comprehensive Reasoning Abilities

2024-12-31 · Chengcheng Mai, Yuxiang Wang, Ziyu Gong, Hanxiang Wang, Yihua Huang

Document-level relation extraction (Doc-RE) aims to extract relations between entities across multiple sentences. Therefore, Doc-RE requires more comprehensive reasoning abilities like humans, involving complex cross-sentence interactions between entities, contexts, and external general knowledge, compared to the sentence-level RE. However, most existing Doc-RE methods focus on optimizing single reasoning ability, but lack the ability to utilize external knowledge for comprehensive reasoning on long documents. To solve these problems, a knowledge retrieval augmented method, named KnowRA, was proposed with comprehensive reasoning to autonomously determine whether to accept external knowledge to assist DocRE. Firstly, we constructed a document graph for semantic encoding and integrated the co-reference resolution model to augment the co-reference reasoning ability. Then, we expanded the document graph into a document knowledge graph by retrieving the external knowledge base for common-sense reasoning and a novel knowledge filtration method was presented to filter out irrelevant knowledge. Finally, we proposed the axis attention mechanism to build direct and indirect associations with intermediary entities for achieving cross-sentence logical reasoning. Extensive experiments conducted on two datasets verified the effectiveness of our method compared to the state-of-the-art baselines. Our code is available at https://anonymous.4open.science/r/KnowRA.

📄 PDF Abstract BibTeX arXiv:2501.00571

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningDocument-level Relation ExtractionGeneral KnowledgeLogical ReasoningRelationRelation ExtractionRetrievalSentence

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Bridging Data Gaps of Rare Conditions in ICU: A Multi-Disease Adaptation Approach for Clinical Prediction

2025-07-08 · Mingcheng Zhu, Yu Liu, Zhiyao Luo, Tingting Zhu arxiv

Artificial Intelligence has revolutionised critical care for common conditions. Yet, rare conditions in the intensive care unit (ICU), including recognised rare diseases and low-prevalence conditions in the ICU, remain u…

Remaining Length of StayDomain AdaptationICU Mortality

Imagine All The Relevance: Scenario-Profiled Indexing with Knowledge Expansion for Dense Retrieval

2025-03-29 · Sangam Lee, Ryang Heo, SeongKu Kang, Dongha Lee

Existing dense retrieval models struggle with reasoning-intensive retrieval task as they fail to capture implicit relevance that requires reasoning beyond surface-level semantic information. To address these challenges, …

AllLanguage ModelingLanguage ModellingLarge Language Model+3

LFRAG: Layout-oriented Fine-grained Retrieval-Augmented Generation on Multimodal Document Understanding

2026-04-18 · Yifan Zhu, Yu Mi, Yue Lu, Yanchu Guan 외 arxiv

Multimodal Retrieval-Augmented Generation (RAG) has emerged as an effective paradigm for enhancing Large Language Models (LLMs) with external knowledge. However, existing multimodal RAG systems predominantly rely on coar…

Question Answering

RAKG:Document-level Retrieval Augmented Knowledge Graph Construction

2025-04-14 · Hairong Zhang, Jiaheng Si, Guohang Yan, Boyuan Qi 외

With the rise of knowledge graph based retrieval-augmented generation (RAG) techniques such as GraphRAG and Pike-RAG, the role of knowledge graphs in enhancing the reasoning capabilities of large language models (LLMs) h…

coreference-resolutionCoreference ResolutionEntity Disambiguationgraph construction+4

Hierarchical Abstract Tree for Cross-Document Retrieval-Augmented Generation

2026-05-01 · Ziwen Zhao, Menglin Yang arxiv

Retrieval-augmented generation (RAG) enhances large language models with external knowledge, and tree-based RAG organizes documents into hierarchical indexes to support queries at multiple granularities. However, existin…

Question Answering