CLAIFeb 21, 2024

Self-DC: When to Reason and When to Act? Self Divide-and-Conquer for Compositional Unknown Questions

arXiv:2402.13514v234 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in question-answering for LLMs by improving efficiency in handling mixed-knowledge queries, though it is incremental as it builds on existing methods.

The paper tackles the problem of answering compositional questions that mix known and unknown sub-questions by introducing the Self-DC framework, which dynamically combines internal reasoning and external acting, achieving comparable or better performance with significantly fewer external calls on two datasets.

Previous research has typically concentrated on leveraging the internal knowledge of Large Language Models (LLMs) to answer known questions (i.e., \textit{internal reasoning such as generate-then-read}). In contrast, for questions that fall outside their known scope, these models rely on external knowledge retrieval to provide accurate responses (i.e., \textit{external acting such as retrieve-then-read}). However, few previous works consider the \textit{compositional questions}, which consist of several known and unknown sub-questions, necessitating the dynamic combination of previous two methods (i.e., \textit{internal reasoning and external acting}) to achieve a better trade-off between effectiveness and efficiency. To this end, we introduce a \textbf{Self} \textbf{D}ivide-and-\textbf{C}onquer (\textit{\texttt{Self-DC}}) framework, accompanying with the first \textbf{C}ompositional \textbf{u}nknown \textbf{Q}uestion-\textbf{A}nswering dataset (CuQA). This framework enables LLMs to adaptively choose between using internal knowledge and retrieving external knowledge as needed, resulting in a better trade-off between effectiveness and efficiency. Experimental results on two datasets demonstrate that \textit{\texttt{Self-DC}} can achieve comparable or even better performance with much fewer external calls compared with several strong baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes