paper-with-me

홈 › Papers

DeepProbe: Information Directed Sequence Understanding and Chatbot Design via Recurrent Neural Networks

2017-07-18 · Zi Yin, Keng-hao Chang, Ruofei Zhang

Information extraction and user intention identification are central topics in modern query understanding and recommendation systems. In this paper, we propose DeepProbe, a generic information-directed interaction framework which is built around an attention-based sequence to sequence (seq2seq) recurrent neural network. DeepProbe can rephrase, evaluate, and even actively ask questions, leveraging the generative ability and likelihood estimation made possible by seq2seq models. DeepProbe makes decisions based on a derived uncertainty (entropy) measure conditioned on user inputs, possibly with multiple rounds of interactions. Three applications, namely a rewritter, a relevance scorer and a chatbot for ad recommendation, were built around DeepProbe, with the first two serving as precursory building blocks for the third. We first use the seq2seq model in DeepProbe to rewrite a user query into one of standard query form, which is submitted to an ordinary recommendation system. Secondly, we evaluate DeepProbe's seq2seq model-based relevance scoring. Finally, we build a chatbot prototype capable of making active user interactions, which can ask questions that maximize information gain, allowing for a more efficient user intention idenfication process. We evaluate first two applications by 1) comparing with baselines by BLEU and AUC, and 2) human judge evaluation. Both demonstrate significant improvements compared with current state-of-the-art systems, proving their values as useful tools on their own, and at the same time laying a good foundation for the ongoing chatbot application.

📄 PDF Abstract BibTeX arXiv:1707.05470

Code (0)

등록된 구현이 없습니다.

Tasks

ChatbotRecommendation Systems

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

On Chatbots Exhibiting Goal-Directed Autonomy in Dynamic Environments

2018-03-26 · Biplav Srivastava

Conversation interfaces (CIs), or chatbots, are a popular form of intelligent agents that engage humans in task-oriented or informal conversation. In this position paper and demonstration, we argue that chatbots working …

Position

AliMe Chat: A Sequence to Sequence and Rerank based Chatbot Engine

2017-07-01 · ACL 2017 7 · Minghui Qiu, Feng-Lin Li, Siyu Wang, Xing Gao 외

We propose AliMe Chat, an open-domain chatbot engine that integrates the joint results of Information Retrieval (IR) and Sequence to Sequence (Seq2Seq) based generation models. AliMe Chat uses an attentive Seq2Seq based …

ChatbotInformation RetrievalRetrieval

An Approach to Inference-Driven Dialogue Management within a Social Chatbot

2021-10-31 · Sarah E. Finch, James D. Finch, Daniil Huryn, William Hutsell 외

We present a chatbot implementing a novel dialogue management approach based on logical inference. Instead of framing conversation a sequence of response generation tasks, we model conversation as a collaborative inferen…

ChatbotCollaborative InferenceDialogue ManagementGraph Matching+2

A Generalized Framework of Sequence Generation with Application to Undirected Sequence Models

2019-05-29 · Elman Mansimov, Alex Wang, Sean Welleck, Kyunghyun Cho

Undirected neural sequence models such as BERT (Devlin et al., 2019) have received renewed interest due to their success on discriminative natural language understanding tasks such as question-answering and natural langu…

Machine TranslationNatural Language InferenceNatural Language UnderstandingQuestion Answering+1

Transformers Meet Directed Graphs

2023-01-31 · Simon Geisler, Yujia Li, Daniel Mankowitz, Ali Taylan Cemgil 외

Transformers were originally proposed as a sequence-to-sequence model for text but have become vital for a wide range of modalities, including images, audio, video, and undirected graphs. However, transformers for direct…

graph constructionGraph Property Prediction