Abstract

Artificial Intelligence (AI) personal assistant has attracted much attention from both academia and industry. Almost all existing AI personal assistants serve as service terminals to chat with human users for certain tasks. We are instead interested in building AI personal assistants for a different yet important dialog scenario, where they chat with people to fulfill specific tasks on behalf of their human users. As the personal assistants are playing a requester role, instead of a service terminal role, the conversation goal becomes delivering or requesting information according to specific user requests precisely and efficiently. The challenge for the conversation policy is that all user requests must be delivered precisely, while the challenge for the response generation is that it's generally expected for machine generated responses to cover multiple information slots, either requesting or delivering, to make the conversation efficient. In this paper, we present Table-to-Dialogue, a novel approach to address the above challenges when building a requester role AI personal assistant. We employ an encoder-decoder network to learn explicit conversation policy, which generates the corresponding information slots based on the conversation context and the user request table. We further integrate a novel Multi-Slot Constrained Bi-directional Decoder (MS-CBD) into the above encoder-decoder network, to generate machine response according to the multiple slot values and their intermediate representations from the policy decoder. Different from the existing single direction text decoder approaches, MS-CBD leverage the bi-directional context of the response when generating it to enhance the semantic coherence. The experiments shows that our approach significantly outperform the state-of-the-art conversation approaches on automatic and human evaluation metrics.

Highlights

  • Building Artificial Intelligence (AI) personal assistants is always a fascinating research topic ever since the middle of last century [1]–[3], [11]

  • We present Table-to-Dialogue, a novel endto-end approach to build AI personal assistants that chat with human staff services on behalf of their users

  • In this paper we try to build AI personal assistants for a different yet important dialogue scenario, where they chat with people to fulfill specific tasks on behalf of their human users

Read more

Summary

INTRODUCTION

Building AI personal assistants is always a fascinating research topic ever since the middle of last century [1]–[3], [11]. Such scenarios requires a role exchange from the service role to the requester roll, i.e. AI personal assistants are supposed to chat with real people on behalf of their users. H. E et al.: Table-to-Dialog: Building Dialog Assistants to Chat With People on Behalf of You. efficient, machine generated responses are expected to carry multiple information slots, either requesting or delivering. We present Table-to-Dialogue, a novel endto-end approach to build AI personal assistants that chat with human staff services on behalf of their users. As it is required to deliver user specific request precisely, the request table together with the conversation context is fed into a policy learning network, which learns explicit policies that describe what slots to address in the round conversation. We carry out a novel response generation model called MS-CBD together with the policy model to generate multi-slot machine response considering bi-directional context of the response. We conduct empirical studies on the proposed approach to show the effectiveness against the state-of-the-art methods

PROBLEM FORMULATION
DECODER
EXPERIMENT SETUP
Findings
CONCLUSION
Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.