paper-with-me

Papers

MTSI-BERT: A Session-aware Knowledge-based Conversational Agent

2020-05-01 · LREC 2020 5 · Matteo Antonio Senese, Giuseppe Rizzo, Mauro Dragoni, Maurizio Morisio

In the last years, the state of the art of NLP research has made a huge step forward. Since the release of ELMo (Peters et al., 2018), a new race for the leading scoreboards of all the main linguistic tasks has begun. Several models have been published achieving promising results in all the major NLP applications, from question answering to text classification, passing through named entity recognition. These great research discoveries coincide with an increasing trend for voice-based technologies in the customer care market. One of the next biggest challenges in this scenario will be the handling of multi-turn conversations, a type of conversations that differs from single-turn by the presence of multiple related interactions. The proposed work is an attempt to exploit one of these new milestones to handle multi-turn conversations. MTSI-BERT is a BERT-based model achieving promising results in intent classification, knowledge base action prediction and end of dialogue session detection, to determine the right moment to fulfill the user request. The study about the realization of PuffBot, an intelligent chatbot to support and monitor people suffering from asthma, shows how this type of technique could be an important piece in the development of future chatbots.

📄 PDF Abstract BibTeX

Code (1)

seo-95/MTSI-BERT pytorch

Tasks

Chatbotintent-classificationIntent Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Question Answeringtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

Towards Multi-Subsession Conversational Recommendation

2023-10-20 · Yu Ji, Qi Shen, Shixuan Zhu, Hang Yu 외

Conversational recommendation systems (CRS) could acquire dynamic user preferences towards desired items through multi-round interactive dialogue. Previous CRS mainly focuses on the single conversation (subsession) that …

AttributeConversational RecommendationRecommendation Systems

Deep Learning for Multivariate Time Series Imputation: A Survey

2024-02-06 · Jun Wang, Wenjie Du, Yiyuan Yang, Linglong Qian 외

Missing values are ubiquitous in multivariate time series (MTS) data, posing significant challenges for accurate analysis and downstream applications. In recent years, deep learning-based methods have successfully handle…

Deep LearningImputationMissing ValuesMultivariate Time Series Imputation+3

Multi-grained Hypergraph Interest Modeling for Conversational Recommendation

2023-05-04 · Chenzhan Shang, Yupeng Hou, Wayne Xin Zhao, Yaliang Li 외

Conversational recommender system (CRS) interacts with users through multi-turn dialogues in natural language, which aims to provide high-quality recommendations for user's instant information need. Although great effort…

Conversational RecommendationRecommendation Systems

Exploiting Session Information in BERT-based Session-aware Sequential Recommendation

2022-04-22 · Jinseok Seol, Youngrok Ko, Sang-goo Lee

In recommendation systems, utilizing the user interaction history as sequential information has resulted in great performance improvement. However, in many online services, user interactions are commonly grouped by sessi…

Recommendation SystemsSequential Recommendation

MemoCRS: Memory-enhanced Sequential Conversational Recommender Systems with Large Language Models

2024-07-06 · Yunjia Xi, Weiwen Liu, Jianghao Lin, Bo Chen 외

Conversational recommender systems (CRSs) aim to capture user preferences and provide personalized recommendations through multi-round natural language dialogues. However, most existing CRS models mainly focus on dialogu…

Recommendation Systems