paper-with-me

Papers

Topic-aware chatbot using Recurrent Neural Networks and Nonnegative Matrix Factorization

2019-12-01 · Yuchen Guo, Nicholas Hanoian, Zhexiao Lin, Nicholas Liskij, Hanbaek Lyu, Deanna Needell, Jiahao Qu, Henry Sojico, Yuliang Wang, Zhe Xiong, Zhenhong Zou

We propose a novel model for a topic-aware chatbot by combining the traditional Recurrent Neural Network (RNN) encoder-decoder model with a topic attention layer based on Nonnegative Matrix Factorization (NMF). After learning topic vectors from an auxiliary text corpus via NMF, the decoder is trained so that it is more likely to sample response words from the most correlated topic vectors. One of the main advantages in our architecture is that the user can easily switch the NMF-learned topic vectors so that the chatbot obtains desired topic-awareness. We demonstrate our model by training on a single conversational data set which is then augmented with topic matrices learned from different auxiliary data sets. We show that our topic-aware chatbot not only outperforms the non-topic counterpart, but also that each topic-aware model qualitatively and contextually gives the most relevant answer depending on the topic of question.

📄 PDF Abstract BibTeX arXiv:1912.00315

Code (2)

HanbaekLyu/RNN_NMF_chatbot pytorch
alperkaya0/nmf-raw-implementation

Tasks

ChatbotDecoder

Similar Papers 제목 키워드 기반

Continuous Semi-Supervised Nonnegative Matrix Factorization

2022-12-19 · Michael R. Lindstrom, Xiaofu Ding, Feng Liu, Anand Somayajula 외

Nonnegative matrix factorization can be used to automatically detect topics within a corpus in an unsupervised fashion. The technique amounts to an approximation of a nonnegative matrix as the product of two nonnegative …

regression

Effective Mean-Field Inference Method for Nonnegative Boltzmann Machines

2016-03-08 · Muneki Yasuda

Nonnegative Boltzmann machines (NNBMs) are recurrent probabilistic neural network models that can describe multi-modal nonnegative data. NNBMs form rectified Gaussian distributions that appear in biological neural networ…

A Generalized Hierarchical Nonnegative Tensor Decomposition

2021-09-30 · Joshua Vendrow, Jamie Haddock, Deanna Needell

Nonnegative matrix factorization (NMF) has found many applications including topic modeling and document analysis. Hierarchical NMF (HNMF) variants are able to learn topics at various levels of granularity and illustrate…

Tensor Decomposition

On a Guided Nonnegative Matrix Factorization

2020-10-22 · Joshua Vendrow, Jamie Haddock, Elizaveta Rebrova, Deanna Needell

Fully unsupervised topic models have found fantastic success in document clustering and classification. However, these models often suffer from the tendency to learn less-than-meaningful or even redundant topics when the…

ClusteringTopic Models

Nonnegative Matrix Factorization through Cone Collapse

2025-11-27 · Manh Nguyen, Daniel Pimentel-Alarcón arxiv

Nonnegative matrix factorization (NMF) is a widely used tool for learning parts-based, low-dimensional representations of nonnegative data, with applications in vision, text, and bioinformatics. In clustering application…