paper-with-me

홈 › Papers

Recursive Question Understanding for Complex Question Answering over Heterogeneous Personal Data

2025-05-17 · Philipp Christmann, Gerhard Weikum

Question answering over mixed sources, like text and tables, has been advanced by verbalizing all contents and encoding it with a language model. A prominent case of such heterogeneous data is personal information: user devices log vast amounts of data every day, such as calendar entries, workout statistics, shopping records, streaming history, and more. Information needs range from simple look-ups to queries of analytical nature. The challenge is to provide humans with convenient access with small footprint, so that all personal data stays on the user devices. We present ReQAP, a novel method that creates an executable operator tree for a given question, via recursive decomposition. Operators are designed to enable seamless integration of structured and unstructured sources, and the execution of the operator tree yields a traceable answer. We further release the PerQA benchmark, with persona-based data and questions, covering a diverse spectrum of realistic user needs.

📄 PDF Abstract BibTeX arXiv:2505.11900

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingQuestion Answering

Similar Papers 제목 키워드 기반

RTQA : Recursive Thinking for Complex Temporal Knowledge Graph Question Answering with Large Language Models

2025-09-04 · Zhaoyan Gong, Juan Li, Zhiqiang Liu, Lei Liang 외 arxiv

Current temporal knowledge graph question answering (TKGQA) methods primarily focus on implicit temporal constraints, lacking the capability of handling more complex temporal queries, and struggle with limited reasoning …

Graph Question Answering

Template-based Question Answering using Recursive Neural Networks

2020-04-03 · Ram G Athreya, Srividya Bansal, Axel-Cyrille Ngonga Ngomo, Ricardo Usbeck

We propose a neural network-based approach to automatically learn and classify natural language questions into its corresponding template using recursive neural networks. An obvious advantage of using neural networks is …

Feature EngineeringQuestion Answeringslot-fillingSlot Filling

Knowledge Base Question Answering through Recursive Hypergraphs

2021-04-01 · EACL 2021 2 · Naganand Yadati, Dayanidhi R S, Vaishnavi S, Indira K M 외

Knowledge Base Question Answering (KBQA) is the problem of predicting an answer for a factoid question over a given knowledge base (KB). Answering questions typically requires reasoning over multiple links in the given K…

Knowledge Base Question AnsweringQuestion Answering

The Art of SOCRATIC QUESTIONING: Recursive Thinking with Large Language Models

2023-05-24 · Jingyuan Qi, Zhiyang Xu, Ying Shen, Minqian Liu 외

Chain-of-Thought (CoT) prompting enables large language models to solve complex reasoning problems by generating intermediate steps. However, confined by its inherent single-pass and sequential generation process, CoT he…

Language ModellingMathMMLUQuestion Answering+1

REM-Net: Recursive Erasure Memory Network for Commonsense Evidence Refinement

2020-12-24 · Yinya Huang, Meng Fang, Xunlin Zhan, Qingxing Cao 외

When answering a question, people often draw upon their rich world knowledge in addition to the particular context. While recent works retrieve supporting facts/evidence from commonsense knowledge bases to supply additio…

Question AnsweringWorld Knowledge