paper-with-me

Papers

Turning Flowchart into Dialog: Augmenting Flowchart-grounded Troubleshooting Dialogs via Synthetic Data Generation

2023-05-02 · Haolan Zhan, Sameen Maruf, Lizhen Qu, YuFei Wang, Ingrid Zukerman, Gholamreza Haffari

Flowchart-grounded troubleshooting dialogue (FTD) systems, which follow the instructions of a flowchart to diagnose users' problems in specific domains (e.g., vehicle, laptop), have been gaining research interest in recent years. However, collecting sufficient dialogues that are naturally grounded on flowcharts is costly, thus FTD systems are impeded by scarce training data. To mitigate the data sparsity issue, we propose a plan-based synthetic data generation (PlanSDG) approach that generates diverse synthetic dialog data at scale by transforming concise flowchart into dialogues. Specifically, its generative model employs a variational-base framework with a hierarchical planning strategy that includes global and local latent planning variables. Experiments on the FloDial dataset show that synthetic dialogue produced by PlanSDG improves the performance of downstream tasks, including flowchart path retrieval and response generation, in particular on the Out-of-Flowchart settings. In addition, further analysis demonstrate the quality of synthetic data generated by PlanSDG in paths that are covered by current sample dialogues and paths that are not covered.

📄 PDF Abstract BibTeX arXiv:2305.01323

Code (1)

zhanhl316/flowchart-dialogue-with-da 공식 구현

Tasks

Data AugmentationResponse GenerationRetrievalSynthetic Data Generation

Similar Papers 제목 키워드 기반

FloCA: Towards Faithful and Logically Consistent Flowchart Reasoning

2026-02-15 · Jinzi Zou, Bolin Wang, Liang Li, Shuo Zhang 외 arxiv

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 flowch…

Task-Oriented Dialogue SystemsResponse Generation

End-to-End Learning of Flowchart Grounded Task-Oriented Dialogs

2021-09-15 · EMNLP 2021 11 · Dinesh Raghu, Shantanu Agarwal, Sachindra Joshi, Mausam

We propose a novel problem within end-to-end learning of task-oriented dialogs (TOD), in which the dialog system mimics a troubleshooting agent who helps a user by diagnosing their problem (e.g., car not starting). Such …

Flowchart Grounded Dialog Response GenerationRetrievalRetrieval-augmented GenerationZero-Shot Flowchart Grounded Dialog Response Generation

PFDial: A Structured Dialogue Instruction Fine-tuning Method Based on UML Flowcharts

2025-03-09 · Ming Zhang, Yuhui Wang, Yujiong Shen, Tingyi Yang 외

Process-driven dialogue systems, which operate under strict predefined process constraints, are essential in customer service and equipment maintenance scenarios. Although Large Language Models (LLMs) have shown remarkab…

Follow the Flow: Fine-grained Flowchart Attribution with Neurosymbolic Agents

2025-06-02 · Manan Suri, Puneet Mathur, Nedim Lipka, Franck Dernoncourt 외

Flowcharts are a critical tool for visualizing decision-making processes. However, their non-linear structure and complex visual-textual relationships make it challenging to interpret them using LLMs, as vision-language …

Orchestration-Free Customer Service Automation: A Privacy-Preserving and Flowchart-Guided Framework

2026-02-17 · Mengze Hong, Chen Jason Zhang, Zichang Guo, Hanlin Gu 외 arxiv

Customer service automation has seen growing demand within digital transformation. Existing approaches either rely on modular system designs with extensive agent orchestration or employ over-simplified instruction schema…