paper-with-me

Papers

Building Sequential Inference Models for End-to-End Response Selection

2018-12-03 · Jia-Chen Gu, Zhen-Hua Ling, Yu-Ping Ruan, Quan Liu

This paper presents an end-to-end response selection model for Track 1 of the 7th Dialogue System Technology Challenges (DSTC7). This task focuses on selecting the correct next utterance from a set of candidates given a partial conversation. We propose an end-to-end neural network based on enhanced sequential inference model (ESIM) for this task. Our proposed model differs from the original ESIM model in the following four aspects. First, a new word representation method which combines the general pre-trained word embeddings with those estimated on the task-specific training set is adopted in order to address the challenge of out-of-vocabulary (OOV) words. Second, an attentive hierarchical recurrent encoder (AHRE) is designed which is capable to encode sentences hierarchically and generate more descriptive representations by aggregation. Third, a new pooling method which combines multi-dimensional pooling and last-state pooling is used instead of the simple combination of max pooling and average pooling in the original ESIM. Last, a modification layer is added before the softmax layer to emphasize the importance of the last utterance in the context for response selection. In the released evaluation results of DSTC7, our proposed method ranked second on the Ubuntu dataset and third on the Advising dataset in subtask 1 of Track 1.

📄 PDF Abstract BibTeX arXiv:1812.00686

Code (1)

JasonForJoy/DSTC7-ResponseSelection 공식 구현 tf

Tasks

Conversational Response SelectionDescriptiveWord Embeddings

Methods 이 논문이 사용한 방법론

ESIM Enhanced Sequential Inference Model or ESIM is a sequential NLI model proposed in Enhanced LSTM for Natural Language Inference
Average Pooling 설명 없음
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$…

Similar Papers 제목 키워드 기반

Diverse and Faithful Knowledge-Grounded Dialogue Generation via Sequential Posterior Inference

2023-06-01 · Yan Xu, Deqian Kong, Dehong Xu, Ziwei Ji 외

The capability to generate responses with diversity and faithfulness using factual knowledge is paramount for creating a human-like, trustworthy dialogue system. Common strategies either adopt a two-step paradigm, which …

Dialogue GenerationDiversityResponse Generation

Sequential Neural Networks for Noetic End-to-End Response Selection

2020-03-03 · Qian Chen, Wen Wang

The noetic end-to-end response selection challenge as one track in the 7th Dialog System Technology Challenges (DSTC7) aims to push the state of the art of utterance classification for real world goal-oriented dialog sys…

Goal-Oriented Dialog

Sequential Attention-based Network for Noetic End-to-End Response Selection

2019-01-09 · Qian Chen, Wen Wang

The noetic end-to-end response selection challenge as one track in Dialog System Technology Challenges 7 (DSTC7) aims to push the state of the art of utterance classification for real world goal-oriented dialog systems, …

Conversational Response SelectionGoal-Oriented Dialog

Sequential Matching Network: A New Architecture for Multi-turn Response Selection in Retrieval-based Chatbots

2016-12-06 · ACL 2017 7 · Yu Wu, Wei Wu, Chen Xing, Ming Zhou 외

We study response selection for multi-turn conversation in retrieval-based chatbots. Existing work either concatenates utterances in context or matches a response with a highly abstract context vector finally, which may …

Conversational Response SelectionRetrieval

Severity-Aware Curriculum Learning with Multi-Model Response Selection for Medical Text Generation

2026-06-03 · Ahmed Alansary, Molham Mohamed, Ali Hamdi arxiv

Telehealth systems have become increasingly important for delivering accessible and timely medical information. Existing large language models often struggle to provide consistent and contextually appropriate medical res…

Text Generation