paper-with-me

Papers

Cue-word Driven Neural Response Generation with a Shrinking Vocabulary

2020-10-10 · Qiansheng Wang, Yuxin Liu, Chengguo Lv, Zhen Wang, Guohong Fu

Open-domain response generation is the task of generating sensible and informative re-sponses to the source sentence. However, neural models tend to generate safe and mean-ingless responses. While cue-word introducing approaches encourage responses with concrete semantics and have shown tremendous potential, they still fail to explore di-verse responses during decoding. In this paper, we propose a novel but natural approach that can produce multiple cue-words during decoding, and then uses the produced cue-words to drive decoding and shrinks the decoding vocabulary. Thus the neural genera-tion model can explore the full space of responses and discover informative ones with efficiency. Experimental results show that our approach significantly outperforms several strong baseline models with much lower decoding complexity. Especially, our approach can converge to concrete semantics more efficiently during decoding.

📄 PDF Abstract BibTeX arXiv:2010.04927

Code (1)

chncwang/InsNet

Tasks

Response GenerationSentence

Similar Papers 제목 키워드 기반

Speeding Up Neural Machine Translation Decoding by Shrinking Run-time Vocabulary

2017-07-01 · ACL 2017 7 · Xing Shi, Kevin Knight

We speed up Neural Machine Translation (NMT) decoding by shrinking run-time target vocabulary. We experiment with two shrinking approaches: Locality Sensitive Hashing (LSH) and word alignments. Using the latter method, w…

GPUMachine TranslationNMTTranslation

Neural Response Generation with Dynamic Vocabularies

2017-11-30 · Yu Wu, Wei Wu, Dejian Yang, Can Xu 외

We study response generation for open domain conversation in chatbots. Existing methods assume that words in responses are generated from an identical vocabulary regardless of their inputs, which not only makes them vuln…

Response Generation

GroupReduce: Block-Wise Low-Rank Approximation for Neural Language Model Shrinking

2018-06-18 · NeurIPS 2018 12 · Patrick H. Chen, Si Si, Yang Li, Ciprian Chelba 외

Model compression is essential for serving large deep neural nets on devices with limited resources or applications that require real-time responses. As a case study, a state-of-the-art neural language model usually cons…

Language ModelingLanguage ModellingModel CompressionQuantization

Vocabulary Pyramid Network: Multi-Pass Encoding and Decoding with Multi-Level Vocabularies for Response Generation

2019-07-01 · ACL 2019 7 · Cao Liu, Shizhu He, Kang Liu, Jun Zhao

We study the task of response generation. Conventional methods employ a fixed vocabulary and one-pass decoding, which not only make them prone to safe and general responses but also lack further refining to the first gen…

ClusteringResponse Generation

Quantitative Stopword Generation for Sentiment Analysis via Recursive and Iterative Deletion

2022-09-04 · Daniel M. DiPietro

Stopwords carry little semantic information and are often removed from text data to reduce dataset size and improve machine learning model performance. Consequently, researchers have sought to develop techniques for gene…

Sentiment Analysis