Skip to content
Book Open access

Faithful LLM-Assisted Question Answering for Technical and Academic Search

Jul 2026 · Annual International ACM SIGIR Conference on Research and Development in Information Retrieval · 0 citations · 2 references
Computer Science

TL;DR

The thesis argues that truthful technical search requires explicit mechanisms for claim-level grounding, calibrated abstention, contradiction handling, and support-aware evidence presentation, and which architectures and optimization strategies enable reliable real-world deployment.

Abstract

Technology scouting and competitive intelligence increasingly rely on rapid access to scientific and technical evidence. Large language models (LLMs) are reshaping question answering by enabling users to express exploratory and evolving information needs in natural language. However, their usefulness is limited by hallucinations, weak calibration, poor abstention when evidence is missing, and the cost of keeping knowledge up to date. In such settings, the key question is whether LLM-generated answers can be trusted for decision support, that is, whether they are faithful to available evidence, transparent about uncertainty, and easy to verify. Recent work shows that hallucinations remain pervasive, while retrieval-augmented generation (RAG) has become the main strategy for grounding answers in external evidence. Yet even strong RAG systems often cite unsupported claims or generate plausible but fabricated references, especially under poor retrieval conditions. In response, prior work has examined citation faithfulness, decomposed generations into checkable units, and proposed factuality verification models and benchmarks. Still, the literature underexplores how to filter and validate evidence when sources are sparse, conflicting, or rapidly changing, as is common in technical and academic search. This thesis addresses that gap by studying faithful LLM-assisted question answering for technical and academic search as an end-to-end problem spanning collection construction, model adaptation, grounded generation, evidence verification, and user-centered evaluation. It is organized around five questions: how LLMs can support exploratory search beyond keywords; how retrieval and generation pipelines can produce trustworthy responses; how systems should behave when evidence is sparse or unreliable; how usefulness and trustworthiness should be evaluated; and which architectures and optimization strategies enable reliable real-world deployment. The thesis argues that truthful technical search requires explicit mechanisms for claim-level grounding, calibrated abstention, contradiction handling, and support-aware evidence presentation. Methodologically, the work follows a pipeline perspective in which datasets, models, and evaluation procedures co-evolve. The empirical setup combines public QA and RAG benchmarks with technical and scientific collections tailored to technology scouting scenarios. A central methodological contribution will be the design of scenario-based evaluation subsets targeting null-retrieval, conflicting evidence, noisy or weak-signal evidence, and exploratory information needs. On top of these resources, the thesis will compare single-pass RAG and more structured agentic pipelines while varying retrieval strategies, prompting policies, claim-evidence alignment procedures, quotation and citation behaviors, and model adaptation techniques such as instruction tuning, parameter-efficient fine-tuning, and reinforcement-based optimization. Evaluation will be multi-dimensional. In addition to answer utility and retrieval effectiveness, the thesis will measure citation faithfulness, support coverage, hallucination and false citation rates, abstention quality, uncertainty communication, and robustness under perturbed retrieval conditions. Whenever feasible, these automatic analyses will be complemented with analyst-oriented user studies that examine whether different evidence presentation formats help users reduce verification cost in realistic scouting workflows. Overall, the expected contribution is a principled and deployable framework for trustworthy natural-language access to scientific and technical information, combining faithful generation, verifiable evidence selection, and evaluation protocols tailored to real technical and academic search.

Read PDF

Similar papers

Preprint Jul 2026

Interpretable Uncertainty for Adaptive Retrieval and Reasoning in Question Answering

This work proposes an uncertainty-aware framework for adaptive QA based on explicit signals derived from LLM internal representations that distinguish between knowledge insufficiency and knowledge ambiguity or conflict, and efficiently estimate these from hidden states in a single forward pass.

Ritajit Dey, Iadh Ounis, Graham McDonald · 1 citation
Jul 2026

RAGnRoll: Learning to Iteratively Retrieve and Generate Attributable Answer Snippets

This work proposes RAGnRoll, a language model for attributed answer generation within a multi-round Retrieval-Augmented Generation (RAG) framework that leverages the iterative nature of multi-round RAG to train an LLM to incrementally build answers guided by subqueries.

Hanane Djeddal, Laure Soulier, K. Pinel-Sauvagnat et al. · 0 citations
Preprint Aug 2026

ReliableRAG: Combating Misinformation in Retrieval-Augmented Generation via Reliability-Guided Reasoning Chains

Retrieval-Augmented Generation (RAG) has emerged as a powerful architecture for Question Answering (QA) by integrating external information into Large Language Models (LLMs). However, false, inaccurate, and misleading information in news and social media poses a serious challenge to real-world RAG systems, especially in multi-hop QA, where complex multi-step reasoning can be misled by even a single deceptive misinformation segment in the retrieved documents. Existing approaches mainly rely on implicit alignment or explicit regulation, but their limited ability to assess fine-grained information reliability makes them vulnerable to deceptive misinformation that is semantically relevant to the question yet factually incorrect, leading to erroneous answers. To address this limitation, we propose ReliableRAG, which, to the best of our knowledge, is the first reliability-driven framework that mitigates deceptive misinformation in multi-hop QA through fine-grained evaluation of individual triples. ReliableRAG first extracts information segments from source documents and represents them as structured triples. It then quantifies triple reliability by combining query-triple semantic relevance with triple credibility, retaining only the top-$K$ reliable and non-redundant triples. Based on these refined triples, ReliableRAG autoregressively constructs robust reasoning chains to consolidate trustworthy evidence and filter deceptive misinformation, producing accurate answers faithful to reliable information. Experiments on three multi-hop QA datasets show that ReliableRAG outperforms existing methods, substantially improving the factual reliability and robustness of RAG systems under deceptive misinformation injection.

Jingjing Jiang, Xuan Wu, Wenhao Song et al. · 0 citations
Review Open access Jul 2026

Retrieval-Augmented Generation for Trustworthy Enterprise LLM Assistants

This paper presents a technical synthesis of RAG for trustworthy enterprise assistants and describes the end-to-end pipeline in full: document chunking, embedding, vector indexing, retrieval, cross-encoder re-ranking, and grounded generation with inline citations.

Bini P B · 0 citations
Book Open access Jul 2026

Reward Shaping for Robust Refusal in Small Language Models for Retrieval-Augmented Question Answering

We focus on smaller open-source LMs (2–7B parameters), which are attractive for practical deployment due to their lower computational cost and greater accessibility than frontier-scale models. We show that instruction-tuned models generate answers even when explicitly prompted to refuse when the answer is not supported by the documents. In the presence of distractor documents, instruction-tuned models demonstrate inconsistent performance, with answer accuracy metrics deteriorating in most cases. To mitigate this behavior, we introduce Reward Shaping for Refusal and Reasoning (RSRR), a reinforcement learning framework that teaches LMs to reason step-by-step over multiple documents and to refuse to answer when evidence is insufficient. Models trained with RSRR achieve substantial improvements in robustness to distractor documents and in correct refusal accuracy, with gains of 39.8% and 43.3%, respectively. We release code and data to reproduce all results. https://github.com/ThilinaRajapakse/rsrr

Thilina C. Rajapakse, Maarten de Rijke · 0 citations