paper-with-me

Papers

Enhancing Retrieval-Augmented Generation with Entity Linking for Educational Platforms

2025-12-05 · Francesco Granata, Francesco Poggi, Misael Mongiovì arxiv

In the era of Large Language Models (LLMs), Retrieval-Augmented Generation (RAG) architectures are gaining significant attention for their ability to ground language generation in reliable knowledge sources. Despite their effectiveness, RAG systems based solely on semantic similarity often fail to ensure factual accuracy in specialized domains, where terminological ambiguity can affect retrieval relevance. This study proposes ELERAG, an enhanced RAG architecture that integrates a factual signal derived from Entity Linking to improve the accuracy of educational question-answering systems in Italian. The system includes a Wikidata-based Entity Linking module and implements a hybrid re-ranking strategy based on Reciprocal Rank Fusion (RRF). To validate our approach, we compared it against standard baselines and state-of-the-art methods, including a Weighted-Score Re-ranking, a standalone Cross-Encoder and a combined RRF+Cross-Encoder pipeline. Experiments were conducted on two benchmarks: a custom academic dataset and the standard SQuAD-it dataset. Results show that, in domain-specific contexts, ELERAG significantly outperforms both the baseline and the Cross-Encoder configurations. Conversely, the Cross-Encoder approaches achieve the best results on the general-domain dataset. These findings provide strong experimental evidence of the domain mismatch effect, highlighting the importance of domain-adapted hybrid strategies to enhance factual precision in educational RAG systems without relying on computationally expensive models trained on disparate data distributions. They also demonstrate the potential of entity-aware RAG systems in educational environments, fostering adaptive and reliable AI-based tutoring tools.

📄 PDF Abstract BibTeX arXiv:2512.05967

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilarityEntity Linking

Similar Papers 제목 키워드 기반

DynamicER: Resolving Emerging Mentions to Dynamic Entities for RAG

2024-10-15 · Jinyoung Kim, Dayoon Ko, Gunhee Kim

In the rapidly evolving landscape of language, resolving new linguistic expressions in continuously updating knowledge bases remains a formidable challenge. This challenge becomes critical in retrieval-augmented generati…

Entity LinkingRAGRetrievalRetrieval-augmented Generation

Rethinking Schema Linking: A Context-Aware Bidirectional Retrieval Approach for Text-to-SQL

2025-10-16 · Md Mahadi Hasan Nahid, Davood Rafiei, Weiwei Zhang, Yong Zhang arxiv

Schema linking -- the process of aligning natural language questions with database schema elements -- is a critical yet underexplored component of Text-to-SQL systems. While recent methods have focused primarily on impro…

Keyphrase ExtractionKeyword Extraction

Bridge-RAG: An Abstract Bridge Tree Based Retrieval Augmented Generation Algorithm

2026-01-12 · Zihang Li, Wenjun Liu, Yikun Zong, Jiawen Tao 외 arxiv

As an important paradigm for enhancing the generation quality of Large Language Models (LLMs), retrieval-augmented generation (RAG) faces the two challenges regarding retrieval accuracy and computational efficiency. This…

Computational Efficiency

LinearRAG: Linear Graph Retrieval Augmented Generation on Large-scale Corpora

2025-10-11 · Luyao Zhuang, Shengyuan Chen, Yilin Xiao, Huachi Zhou 외 arxiv

Retrieval-Augmented Generation (RAG) is widely used to mitigate hallucinations of Large Language Models (LLMs) by leveraging external knowledge. While effective for simple queries, traditional RAG systems struggle with l…

Relation ExtractionPassage RetrievalKnowledge Graphs

mRAKL: Multilingual Retrieval-Augmented Knowledge Graph Construction for Low-Resourced Languages

2025-07-21 · Hellina Hailu Nigatu, Min Li, Maartje ter Hoeve, Saloni Potdar 외 arxiv

Knowledge Graphs represent real-world entities and the relationships between them. Multilingual Knowledge Graph Construction (mKGC) refers to the task of automatically constructing or predicting missing entities and link…

Cross-Lingual TransferQuestion AnsweringKnowledge Graphs