Exploring Hint Generation Approaches in Open-Domain Question Answering
Jamshid Mozafari, Abdelrahman Abdallah, Bhawna Piryani, Adam Jatowt
TL;DR
HintQA reframes context construction for open-domain QA by generating multiple hints per question rather than relying on retrieved passages or minimally generated text. It formalizes a hint-centric context using a convergence score $HICOS$ to rank hints, concatenates top hints, and feeds them to a Reader. Across TriviaQA, Natural Questions, and WebQ, HintQA—especially with finetuned HG ($HiGen$-FT) and convergence-based reranking—consistently outperforms retrieval- and generation-based baselines, with strong gains in few-shot regimes. The approach highlights the practical potential of structured hints to guide readers and suggests avenues for improving HG cores and reranking, while noting limitations around data freshness and compute costs.
Abstract
Automatic Question Answering (QA) systems rely on contextual information to provide accurate answers. Commonly, contexts are prepared through either retrieval-based or generation-based methods. The former involves retrieving relevant documents from a corpus like Wikipedia, whereas the latter uses generative models such as Large Language Models (LLMs) to generate the context. In this paper, we introduce a novel context preparation approach called HINTQA, which employs Automatic Hint Generation (HG) techniques. Unlike traditional methods, HINTQA prompts LLMs to produce hints about potential answers for the question rather than generating relevant context. We evaluate our approach across three QA datasets including TriviaQA, NaturalQuestions, and Web Questions, examining how the number and order of hints impact performance. Our findings show that the HINTQA surpasses both retrieval-based and generation-based approaches. We demonstrate that hints enhance the accuracy of answers more than retrieved and generated contexts.
