A Weakly Supervised Method for Topic Segmentation and Labeling in Goal-Oriented Dialogues via Reinforcement Learning
Abstract
Topic structure analysis plays a pivotal role in dialogue understanding. We propose a reinforcement learning (RL) method for topic segmentation and labeling in goal-oriented dialogues, which aims to detect topic boundaries among dialogue utterances and assign topic labels to the utterances. We address three common issues in the goal-oriented customer service dialogues: informality, local topic continuity, and global topic structure. We explore the task in a weakly supervised setting and formulate it as a sequential decision problem. The proposed method consists of a state representation network to address the informality issue, and a policy network with rewards to model local topic continuity and global topic structure. To train the two networks and offer a warm-start to the policy, we firstly use some keywords to annotate the data automatically. We then pre-train the networks on noisy data. Henceforth, the method continues to refine the data labels using the current policy to learn better state representations on the refined data for obtaining a better policy. Results demonstrate that this weakly supervised method obtains substantial improvements over state-of-the-art baselines.
Cite
Text
Takanobu et al. "A Weakly Supervised Method for Topic Segmentation and Labeling in Goal-Oriented Dialogues via Reinforcement Learning." International Joint Conference on Artificial Intelligence, 2018. doi:10.24963/IJCAI.2018/612Markdown
[Takanobu et al. "A Weakly Supervised Method for Topic Segmentation and Labeling in Goal-Oriented Dialogues via Reinforcement Learning." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/takanobu2018ijcai-weakly/) doi:10.24963/IJCAI.2018/612BibTeX
@inproceedings{takanobu2018ijcai-weakly,
title = {{A Weakly Supervised Method for Topic Segmentation and Labeling in Goal-Oriented Dialogues via Reinforcement Learning}},
author = {Takanobu, Ryuichi and Huang, Minlie and Zhao, Zhongzhou and Li, Feng-Lin and Chen, Haiqing and Zhu, Xiaoyan and Nie, Liqiang},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2018},
pages = {4403-4410},
doi = {10.24963/IJCAI.2018/612},
url = {https://mlanthology.org/ijcai/2018/takanobu2018ijcai-weakly/}
}