Researchy Questions: A Dataset of Multi-Perspective, Decompositional Questions for LLM Web Agents
Corby Rosset, Ho-Lam Chung, Guanghui Qin, Ethan C. Chau, Zhuo Feng, Ahmed Awadallah, Jennifer Neville, Nikhil Rao
TL;DR
This paper introduces Researchy Questions, a large-scale dataset of non-factoid, decompositional, multi-perspective questions mined from real search logs to probe LLM web agents. A five-stage pipeline (mining, non-factoid filtering, decompositional filtering, deduplication, and GPT-4 quality screening) yields about 96k questions with clicked ClueWeb22 URLs, accompanied by two-level decomposition plans. Characterization shows these questions demand substantial information retrieval and multi-faceted reasoning, with engagement signals indicating real-world search effort. Evaluations reveal that decompositional answering strategies outperform direct answers, particularly for long-form questions, suggesting promising directions for agentic QA systems and retrieval-augmented workflows. The work provides a foundation for new evaluation metrics and further exploration of pivotal facts and sub-question quality in web-based QA.
Abstract
Existing question answering (QA) datasets are no longer challenging to most powerful Large Language Models (LLMs). Traditional QA benchmarks like TriviaQA, NaturalQuestions, ELI5 and HotpotQA mainly study ``known unknowns'' with clear indications of both what information is missing, and how to find it to answer the question. Hence, good performance on these benchmarks provides a false sense of security. A yet unmet need of the NLP community is a bank of non-factoid, multi-perspective questions involving a great deal of unclear information needs, i.e. ``unknown uknowns''. We claim we can find such questions in search engine logs, which is surprising because most question-intent queries are indeed factoid. We present Researchy Questions, a dataset of search engine queries tediously filtered to be non-factoid, ``decompositional'' and multi-perspective. We show that users spend a lot of ``effort'' on these questions in terms of signals like clicks and session length, and that they are also challenging for GPT-4. We also show that ``slow thinking'' answering techniques, like decomposition into sub-questions shows benefit over answering directly. We release $\sim$ 100k Researchy Questions, along with the Clueweb22 URLs that were clicked.
