AIFeb 15

FloCA: Towards Faithful and Logically Consistent Flowchart Reasoning

arXiv:2602.14035v1Has Code
Originality Incremental advance
AI Analysis

This addresses a domain-specific problem for developers of conversational agents in decision-making or procedural guidance, but it is incremental as it builds on existing LLM and tool-based methods.

The paper tackles the problem of adapting large language models (LLMs) to flowchart-oriented dialogue systems, where they struggle with representing flowchart topology and avoiding hallucinations, by proposing FloCA, a zero-shot agent that delegates reasoning to an external tool, achieving superior performance on FLODIAL and PFDial datasets.

Flowchart-oriented dialogue (FOD) systems aim to guide users through multi-turn decision-making or operational procedures by following a domain-specific flowchart to achieve a task goal. In this work, we formalize flowchart reasoning in FOD as grounding user input to flowchart nodes at each dialogue turn while ensuring node transition is consistent with the correct flowchart path. Despite recent advances of LLMs in task-oriented dialogue systems, adapting them to FOD still faces two limitations: (1) LLMs lack an explicit mechanism to represent and reason over flowchart topology, and (2) they are prone to hallucinations, leading to unfaithful flowchart reasoning. To address these limitations, we propose FloCA, a zero-shot flowchart-oriented conversational agent. FloCA uses an LLM for intent understanding and response generation while delegating flowchart reasoning to an external tool that performs topology-constrained graph execution, ensuring faithful and logically consistent node transitions across dialogue turns. We further introduce an evaluation framework with an LLM-based user simulator and five new metrics covering reasoning accuracy and interaction efficiency. Extensive experiments on FLODIAL and PFDial datasets highlight the bottlenecks of existing LLM-based methods and demonstrate the superiority of FloCA. Our codes are available at https://github.com/Jinzi-Zou/FloCA-flowchart-reasoning.

Foundations

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

Your Notes