Conversational In-Vehicle Dialog Systems the Past, Present, and Future
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Deep Learning for Dialogue Systems
Deep Learning for Dialogue Systems Yun-Nung Chen Asli Celikyilmaz Dilek Hakkani-Tur¨ National Taiwan University Microsoft Research Google Research Taipei, Taiwan Redmond, WA Mountain View, CA [email protected] [email protected] [email protected] Abstract Goal-oriented spoken dialogue systems have been the most prominent component in todays vir- tual personal assistants, which allow users to speak naturally in order to finish tasks more effi- ciently. The advancement of deep learning technologies has recently risen the applications of neural models to dialogue modeling. However, applying deep learning technologies for build- ing robust and scalable dialogue systems is still a challenging task and an open research area as it requires deeper understanding of the classic pipelines as well as detailed knowledge of the prior work and the recent state-of-the-art work. Therefore, this tutorial is designed to focus on an overview of dialogue system development while describing most recent research for building dialogue systems, and summarizing the challenges, in order to allow researchers to study the po- tential improvements of the state-of-the-art dialogue systems. The tutorial material is available at http://deepdialogue.miulab.tw. 1 Tutorial Overview With the rising trend of artificial intelligence, more and more devices have incorporated goal-oriented spoken dialogue systems. Among popular virtual personal assistants, Microsoft’s Cortana, Apple’s Siri, Amazon Alexa, and Google Assistant have incorporated dialogue system modules in various devices, which allow users to speak naturally in order to finish tasks more efficiently. Traditional conversational systems have rather complex and/or modular pipelines. -
Artificial Intelligence
6/8/2017 The views, opinions, and Artificial Intelligence information expressed during this webinar are those of the presenter why it is not scary … yet and are not the views or opinions of the Newton Public Library. The Newton Public Library makes no representation or warranty with respect to the webinar or any To log in live from home go to: information or materials presented https://kanren.zoom.us/j/561178181 therein. Users of webinar materials Watch the recorded presentation anytime after the 18th should not rely upon or construe the Presenter: Nathan, IT Supervisor, at the Newton Public Library information or resource materials contained in this webinar as legal or 1. Protect your computer •A computer should always have the most recent updates installed for spam filters, anti-virus and Everything we added electricity to anti-spyware software and in the industrial revolution can a secure firewall. now be made smart and that is a good thing… for now. http://cdn.greenprophet.com/wp-content/uploads/2012/04/frying-pan-kolbotek-neoflam-560x475.jpg Artificial intelligence (AI) is intelligence exhibited by machines. These are just a few examples of how smart machines and In computer science, the field of AI research defines itself as the study of artificial intelligence already impact our everyday lives. "intelligent agents": any device that perceives its environment and takes actions that maximize its chance of success at some goal. • For example, artificially intelligent systems recognize and Colloquially, the term "artificial intelligence" is applied when a machine mimics produce speech, control bionic limbs for wounded warriors, "cognitive" functions that humans associate with other human minds, such as automatically recognize and sort pictures of family and friends, "learning" and "problem solving". -
The Future of Artificially Intelligent Assistants
KDD 2017 Panel KDD’17, August 13–17, 2017, Halifax, NS, Canada The Future of Artificially Intelligent Assistants Muthu Muthukrishnan Andrew Tomkins Larry Heck Rutgers University Google Google New Brunswick, NJ Mountain View, CA Mountain View, CA [email protected] [email protected] [email protected] Deepak Agarwal Alborz Geramifard LinkedIn Amazon Sunnyvale, CA Boston, MA [email protected] [email protected] ABSTRACT responsible for the creation, development, and deployment of Artificial Intelligence has been present in literature at least since the algorithms powering Yahoo! Search, Yahoo! Sponsored the ancient Greeks. Depictions present a wide range of Search, Yahoo! Content Match, and Yahoo! display advertising. perspectives of AI ranging from malefic overlords to depressive From 1998 to 2005, he was with Nuance Communications and androids. Perhaps the most common recurring theme is the AI served as Vice President of R&D, responsible for natural Assistant: C3PO from Star Wars; the Jetson's Rosie the Robot; language processing, speech recognition, voice authentication, the benign hyper-efficient Minds of Iain M. Banks's Culture and text-to-speech synthesis technology. He began his career as novels; the eerie HAL 9000 of Arthur C. Clarke's 2001: A Space a researcher at the Stanford Research Institute (1992-1998), Odyssey. Today, artificially intelligent assistants are actual initially in the field of acoustics and later in speech research products in the marketplace, based on startling recent progress with the Speech Technology and Research (STAR) Laboratory. in technologies like speaker-independent speech recognition. Dr. Heck received the PhD in Electrical Engineering from the These products are in their infancy, but are improving rapidly. -
Using Recurrent Neural Networks for Slot Filling in Spoken Language
530 IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 23, NO. 3, MARCH 2015 Using Recurrent Neural Networks for Slot Filling in Spoken Language Understanding Grégoire Mesnil, Yann Dauphin, Kaisheng Yao, Yoshua Bengio, Li Deng, Dilek Hakkani-Tur, Xiaodong He, Larry Heck, Gokhan Tur, Dong Yu, and Geoffrey Zweig Abstract—Semantic slot filling is one of the most challenging The semantic parsing of input utterances in SLU typically problems in spoken language understanding (SLU). In this paper, consists of three tasks: domain detection, intent determination, we propose to use recurrent neural networks (RNNs) for this task, and slot filling. Originating from call routing systems, the and present several novel architectures designed to efficiently domain detection and intent determination tasks are typically model past and future temporal dependencies. Specifically, we implemented and compared several important RNN architec- treated as semantic utterance classification problems [2], [3], tures, including Elman, Jordan, and hybrid variants. To facilitate [4], [30], [62], [63]. Slot filling is typically treated as a sequence reproducibility, we implemented these networks with the pub- classification problem in which contiguous sequences of words licly available Theano neural network toolkit and completed are assigned semantic class labels. [5], [7], [31], [32], [33], experiments on the well-known airline travel information system [34], [40], [55]. (ATIS) benchmark. In addition, we compared the approaches on In this paper, following the success of deep learning methods two custom SLU data sets from the entertainment and movies domains. Our results show that the RNN-based models outper- for semantic utterance classification such as domain detection form the conditional random field (CRF) baseline by 2% in [30] and intent determination [13], [39], [50], we focus on absolute error reduction on the ATIS benchmark.