English

Exploring Hint Generation Approaches in Open-Domain Question Answering

Computation and Language 2024-12-02 v1 Information Retrieval

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.

Keywords

Cite

@article{arxiv.2409.16096,
  title  = {Exploring Hint Generation Approaches in Open-Domain Question Answering},
  author = {Jamshid Mozafari and Abdelrahman Abdallah and Bhawna Piryani and Adam Jatowt},
  journal= {arXiv preprint arXiv:2409.16096},
  year   = {2024}
}

Comments

Accepted at EMNLP 2024

R2 v1 2026-06-28T18:55:20.580Z