paper-with-me

홈 › Papers

LMAR: Language Model Augmented Retriever for Domain-specific Knowledge Indexing

2025-08-04 · Yao Zhao, Yantian Ding, Zhiyue Zhang, Dapeng Yao, Yanxun Xu arxiv

Retrieval Augmented Generation (RAG) systems often struggle with domain-specific knowledge due to performance deterioration of pre-trained embeddings and prohibitive computational costs of large language model (LLM)-based retrievers. While fine-tuning data augmentation embedding models offers a promising direction, its effectiveness is limited by the need for high-quality training data and reliable chunking strategies that preserve contextual integrity. We propose LMAR (Language Model Augmented Retriever), a model-agnostic framework that addresses these challenges by combining LLM-guided data synthesis with contrastive embedding adaptation and efficient text clustering. LMAR consists of a two-stage pipeline: (1) Triplet sampling and synthetic data augmentation, where LLMs act as both labeler and validator to ensure high-fidelity supervision throughout the pipeline. Experimental results across multiple domain-specific benchmark datasets demonstrate that LMAR outperforms multiple baseline models, while maintaining moderate hardware requirements and low latency. Its model-agnostic nature further enables seamless integration with emerging RAG architectures and text embedding models, ensuring continual improvements without redesigning the pipeline. These results highlight LMAR as a practical and cost-effective solution for scalable domain-specific adaptation.

📄 PDF Abstract BibTeX arXiv:2508.05672

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationText Clustering

Similar Papers 제목 키워드 기반

GLM-RAG: Graph Language Models for Graph-Based Retrieval-Augmented Generation

2026-07-30 · Maya Arseven, Anette Frank, Beni Egressy, Johann Higl 외 arxiv

Retrieval-augmented generation (RAG) over knowledge graphs requires retrievers that can effectively capture both graph structure and semantic information. Recent approaches have explored graph neural network (GNN)-based …

Graph Neural NetworkKnowledge Graphs

Variational Open-Domain Question Answering

2022-09-23 · Valentin Liévin, Andreas Geert Motzfeldt, Ida Riis Jensen, Ole Winther

Retrieval-augmented models have proven to be effective in natural language processing tasks, yet there remains a lack of research on their optimization using variational inference. We introduce the Variational Open-Domai…

Language ModellingMedQAMultiple-choiceMultiple Choice Question Answering (MCQA)+4

Multi-task retriever fine-tuning for domain-specific and efficient RAG

2025-01-08 · Patrice Béchard, Orlando Marquez Ayala

Retrieval-Augmented Generation (RAG) has become ubiquitous when deploying Large Language Models (LLMs), as it can address typical limitations such as generating hallucinated or outdated information. However, when buildin…

RAGRetrievalRetrieval-augmented Generation

Towards Optimizing a Retrieval Augmented Generation using Large Language Model on Academic Data

2024-11-13 · Anum Afzal, Juraj Vladika, Gentrit Fazlija, Andrei Staradubets 외

Given the growing trend of many organizations integrating Retrieval Augmented Generation (RAG) into their operations, we assess RAG on domain-specific data and test state-of-the-art models across various optimization tec…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+3

Unraveling and Mitigating Retriever Inconsistencies in Retrieval-Augmented Large Language Models

2024-05-31 · Mingda Li, Xinyu Li, Yifan Chen, Wenfeng Xuan 외

Although Retrieval-Augmented Large Language Models (RALMs) demonstrate their superiority in terms of factuality, they do not consistently outperform the original retrieval-free Language Models (LMs). Our experiments reve…

Open-Domain Question AnsweringQuestion AnsweringRetrieval