CLAIOct 21, 2021

SYNERGY: Building Task Bots at Scale Using Symbolic Knowledge and Machine Teaching

arXiv:2110.11514v13 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of scalable bot development for task-oriented dialog systems, though it appears incremental as it builds on existing methods like SOLOIST.

The paper tackles the problem of reducing human data labeling efforts in building neural task bots by proposing SYNERGY, a hybrid framework that uses symbolic knowledge to generate simulated dialogs and machine teaching for refinement, achieving greater diversity and coverage of dialog flows and improving model performance on four dialog tasks.

In this paper we explore the use of symbolic knowledge and machine teaching to reduce human data labeling efforts in building neural task bots. We propose SYNERGY, a hybrid learning framework where a task bot is developed in two steps: (i) Symbolic knowledge to neural networks: Large amounts of simulated dialog sessions are generated based on task-specific symbolic knowledge which is represented as a task schema consisting of dialog flows and task-oriented databases. Then a pre-trained neural dialog model, SOLOIST, is fine-tuned on the simulated dialogs to build a bot for the task. (ii) Neural learning: The fine-tuned neural dialog model is continually refined with a handful of real task-specific dialogs via machine teaching, where training samples are generated by human teachers interacting with the task bot. We validate SYNERGY on four dialog tasks. Experimental results show that SYNERGY maps task-specific knowledge into neural dialog models achieving greater diversity and coverage of dialog flows, and continually improves model performance with machine teaching, thus demonstrating strong synergistic effects of symbolic knowledge and machine teaching.

Foundations

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

Your Notes