paper-with-me

홈 › Papers

Select and Augment: Enhanced Dense Retrieval Knowledge Graph Augmentation

2023-07-28 · Micheal Abaho, Yousef H. Alfaifi

Injecting textual information into knowledge graph (KG) entity representations has been a worthwhile expedition in terms of improving performance in KG oriented tasks within the NLP community. External knowledge often adopted to enhance KG embeddings ranges from semantically rich lexical dependency parsed features to a set of relevant key words to entire text descriptions supplied from an external corpus such as wikipedia and many more. Despite the gains this innovation (Text-enhanced KG embeddings) has made, the proposal in this work suggests that it can be improved even further. Instead of using a single text description (which would not sufficiently represent an entity because of the inherent lexical ambiguity of text), we propose a multi-task framework that jointly selects a set of text descriptions relevant to KG entities as well as align or augment KG embeddings with text descriptions. Different from prior work that plugs formal entity descriptions declared in knowledge bases, this framework leverages a retriever model to selectively identify richer or highly relevant text descriptions to use in augmenting entities. Furthermore, the framework treats the number of descriptions to use in augmentation process as a parameter, which allows the flexibility of enumerating across several numbers before identifying an appropriate number. Experiment results for Link Prediction demonstrate a 5.5% and 3.5% percentage increase in the Mean Reciprocal Rank (MRR) and Hits@10 scores respectively, in comparison to text-enhanced knowledge graph augmentation methods using traditional CNNs.

📄 PDF Abstract BibTeX arXiv:2307.15776

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionRetrieval

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Query-Aware Graph Neural Networks for Enhanced Retrieval-Augmented Generation

2025-07-25 · Vibhor Agrawal, Fay Wang, Rishi Puri arxiv

We present a novel graph neural network (GNN) architecture for retrieval-augmented generation (RAG) that leverages query-aware attention mechanisms and learned scoring heads to improve retrieval accuracy on complex, mult…

Graph Neural NetworkQuestion AnsweringKnowledge Graphs

RAM-EHR: Retrieval Augmentation Meets Clinical Predictions on Electronic Health Records

2024-02-25 · ran Xu, Wenqi Shi, Yue Yu, Yuchen Zhuang 외

We present RAM-EHR, a Retrieval AugMentation pipeline to improve clinical predictions on Electronic Health Records (EHRs). RAM-EHR first collects multiple knowledge sources, converts them into text format, and uses dense…

Retrieval

RPDR: A Round-trip Prediction-Based Data Augmentation Framework for Long-Tail Question Answering

2026-02-19 · Yiming Zhang, Siyue Zhang, Junbo Zhao, Chen Zhao arxiv

Long-tail question answering presents significant challenges for large language models (LLMs) due to their limited ability to acquire and accurately recall less common knowledge. Retrieval-augmented generation (RAG) syst…

Synthetic Data GenerationQuestion AnsweringData Augmentation

Optimizing Knowledge Integration in Retrieval-Augmented Generation with Self-Selection

2025-02-10 · Yan Weng, Fengbin Zhu, Tong Ye, Haoyan Liu 외

Retrieval-Augmented Generation (RAG), which integrates external knowledge into Large Language Models (LLMs), has proven effective in enabling LLMs to produce more accurate and reliable responses. However, it remains a si…

Natural QuestionsRAGRetrievalRetrieval-augmented Generation

Open-RAG: Enhanced Retrieval-Augmented Reasoning with Open-Source Large Language Models

2024-10-02 · Shayekh Bin Islam, Md Asib Rahman, K S M Tozammel Hossain, Enamul Hoque 외

Retrieval-Augmented Generation (RAG) has been shown to enhance the factual accuracy of Large Language Models (LLMs), but existing methods often suffer from limited reasoning capabilities in effectively using the retrieve…

Mixture-of-ExpertsNavigateRAGRetrieval+1