paper-with-me

Papers

Fine-Tuning and Retrieval Augmented Generation for Question Answering Using Affordable Large Language Models

2024-05-01 · LREC-Coling 2024 5 · Tiberiu Boroş, Radu Chivereanu, Stefan Dumitrescu, Octavian Purcaru

We present our proposed system named Sherlock to UNLP 2024 Shared Task on Question Answering winning first place. We employ a mix of methods, from using automatically translated datasets to perform supervised fine-tuning and direct preference optimization on instruction-tuned models, to model weight merging and retrieval augmented generation. We present and motivate our chosen sequence of steps, as well as an ablation study to understand the effect of each additional step. The resulting model and code are made publicly available (download links provided in the paper).

📄 PDF Abstract BibTeX

Code (1)

adobe/sherlock-backend

Tasks

Question AnsweringRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

A Comparison of Independent and Joint Fine-tuning Strategies for Retrieval-Augmented Generation

2025-10-02 · Neal Gregory Lawton, Alfy Samuel, Anoop Kumar, Daben Liu arxiv

A Comparison of Independent and Joint Fine-tuning Strategies for Retrieval-Augmented Generation Download PDF Neal Gregory Lawton, Alfy Samuel, Anoop Kumar, Daben Liu Published: 20 Aug 2025, Retrieval augmented generation…

Question Answering

AccurateRAG: A Framework for Building Accurate Retrieval-Augmented Question-Answering Applications

2025-10-02 · Linh The Nguyen, Chi Tran, Dung Ngoc Nguyen, Van-Cuong Pham 외 arxiv

We introduce AccurateRAG -- a novel framework for constructing high-performance question-answering applications based on retrieval-augmented generation (RAG). Our framework offers a pipeline for development efficiency wi…

Fine-Tuning vs. RAG for Multi-Hop Question Answering with Novel Knowledge

2026-01-11 · Zhuoyi Yang, Yurun Song, Iftekhar Ahmed, Ian Harris arxiv

Multi-hop question answering is widely used to evaluate the reasoning capabilities of large language models (LLMs), as it requires integrating multiple pieces of supporting knowledge to arrive at a correct answer. While …

Multi-hop Question AnsweringScience Question AnsweringContinual Pretraining

Retrieval Augmented Generation for Domain-specific Question Answering

2024-04-23 · Sanat Sharma, David Seunghyun Yoon, Franck Dernoncourt, Dewang Sultania 외

Question answering (QA) has become an important application in the advanced development of large language models. General pre-trained large language models for question-answering are not trained to properly understand th…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+2

Knowledge Compression via Question Generation: Enhancing Multihop Document Retrieval without Fine-tuning

2025-06-09 · Anvi Alex Eponon, Moein Shahiki-Tash, Ildar Batyrshin, Christian E. Maldonado-Sifuentes 외

This study presents a question-based knowledge encoding approach that improves retrieval-augmented generation (RAG) systems without requiring fine-tuning or traditional chunking. We encode textual content using generated…

ChunkingQuestion GenerationQuestion-GenerationRAG+3