paper-with-me

Papers

Enhancing Technical Documents Retrieval for RAG

2025-09-04 · Songjiang Lai, Tsun-Hin Cheung, Ka-Chun Fung, Kaiwen Xue, Kwan-Ho Lin, Yan-Ming Choi, Vincent Ng, Kin-Man Lam arxiv

In this paper, we introduce Technical-Embeddings, a novel framework designed to optimize semantic retrieval in technical documentation, with applications in both hardware and software development. Our approach addresses the challenges of understanding and retrieving complex technical content by leveraging the capabilities of Large Language Models (LLMs). First, we enhance user queries by generating expanded representations that better capture user intent and improve dataset diversity, thereby enriching the fine-tuning process for embedding models. Second, we apply summary extraction techniques to encode essential contextual information, refining the representation of technical documents. To further enhance retrieval performance, we fine-tune a bi-encoder BERT model using soft prompting, incorporating separate learning parameters for queries and document context to capture fine-grained semantic nuances. We evaluate our approach on two public datasets, RAG-EDA and Rust-Docs-QA, demonstrating that Technical-Embeddings significantly outperforms baseline models in both precision and recall. Our findings highlight the effectiveness of integrating query expansion and contextual summarization to enhance information access and comprehension in technical domains. This work advances the state of Retrieval-Augmented Generation (RAG) systems, offering new avenues for efficient and accurate technical document retrieval in engineering and product development workflows.

📄 PDF Abstract BibTeX arXiv:2509.04139

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Retrieval

Similar Papers 제목 키워드 기반

Observations on Building RAG Systems for Technical Documents

2024-03-31 · Sumit Soman, Sujoy Roychowdhury

Retrieval augmented generation (RAG) for technical documents creates challenges as embeddings do not often capture domain information. We review prior art for important factors affecting RAG and perform experiments to hi…

RAGRetrievalRetrieval-augmented Generation

Overview of the TREC 2023 NeuCLIR Track

2024-04-11 · Dawn Lawrie, Sean MacAvaney, James Mayfield, Paul McNamee 외

The principal goal of the TREC Neural Cross-Language Information Retrieval (NeuCLIR) track is to study the impact of neural approaches to cross-language information retrieval. The track has created four collections, larg…

Information RetrievalRetrieval

Enhancing Document Retrieval for Curating N-ary Relations in Knowledge Bases

2025-04-14 · Xing David Wang, Ulf Leser

Curation of biomedical knowledge bases (KBs) relies on extracting accurate multi-entity relational facts from the literature - a process that remains largely manual and expert-driven. An essential step in this workflow i…

Retrieval

A Graph-based Approach for Multi-Modal Question Answering from Flowcharts in Telecom Documents

2025-07-25 · Sumit Soman, H. G. Ranjani, Sujoy Roychowdhury, Venkata Dharma Surya Narayana Sastry 외 arxiv

Question-Answering (QA) from technical documents often involves questions whose answers are present in figures, such as flowcharts or flow diagrams. Text-based Retrieval Augmented Generation (RAG) systems may fail to ans…

Question AnsweringImage Retrieval

Telco-RAG: Navigating the Challenges of Retrieval-Augmented Language Models for Telecommunications

2024-04-24 · Andrei-Laurentiu Bornea, Fadhel Ayed, Antonio De Domenico, Nicola Piovesan 외

The application of Large Language Models (LLMs) and Retrieval-Augmented Generation (RAG) systems in the telecommunication domain presents unique challenges, primarily due to the complex nature of telecom standard documen…

RAGRetrievalRetrieval-augmented Generation