paper-with-me

Papers

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

2021-10-21 · Baolin Peng, Chunyuan Li, Zhu Zhang, Jinchao Li, Chenguang Zhu, Jianfeng Gao

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.

📄 PDF Abstract BibTeX arXiv:2110.11514

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

SkillWrapper: Generative Predicate Invention for Task-level Robot Planning

2025-11-22 · Ziyi Yang, Benned Hedegaard, Ahmed Jaafar, Yichen Wei 외 arxiv

Generalizing from individual skill executions to long-horizon tasks is a core challenge in building autonomous robots. A promising direction is learning high-level, symbolic representations of low-level robot skills, ena…

Representation Learning

Low-Rank Modular Reinforcement Learning via Muscle Synergy

2022-10-26 · Heng Dong, Tonghan Wang, Jiayuan Liu, Chongjie Zhang

Modular Reinforcement Learning (RL) decentralizes the control of multi-joint robots by learning policies for each actuator. Previous work on modular RL has proven its ability to control morphologically different agents w…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Neuro-Symbolic Synergy for Interactive World Modeling

2026-02-11 · Hongyu Zhao, Siyu Zhou, Haolin Yang, Zengyi Qin 외 arxiv

Large language models (LLMs) exhibit strong general-purpose reasoning capabilities, yet they frequently hallucinate when used as world models (WMs), where strict compliance with deterministic transition rules--particular…

SGP-TOD: Building Task Bots Effortlessly via Schema-Guided LLM Prompting

2023-05-15 · Xiaoying Zhang, Baolin Peng, Kun Li, Jingyan Zhou 외

Building end-to-end task bots and maintaining their integration with new functionalities using minimal human efforts is a long-standing challenge in dialog research. Recently large language models (LLMs) have demonstrate…

dialog state tracking

Current Practices for Building LLM-Powered Reasoning Tools Are Ad Hoc -- and We Can Do Better

2025-07-08 · Aaron Bembenek arxiv

There is growing excitement about building software verifiers, synthesizers, and other Automated Reasoning (AR) tools by combining traditional symbolic algorithms and Large Language Models (LLMs). Unfortunately, the curr…

Logical Reasoning