paper-with-me

홈 › Papers

OpenViDial: A Large-Scale, Open-Domain Dialogue Dataset with Visual Contexts

2020-12-30 · Yuxian Meng, Shuhe Wang, Qinghong Han, Xiaofei Sun, Fei Wu, Rui Yan, Jiwei Li

When humans converse, what a speaker will say next significantly depends on what he sees. Unfortunately, existing dialogue models generate dialogue utterances only based on preceding textual contexts, and visual contexts are rarely considered. This is due to a lack of a large-scale multi-module dialogue dataset with utterances paired with visual contexts. In this paper, we release {\bf OpenViDial}, a large-scale multi-module dialogue dataset. The dialogue turns and visual contexts are extracted from movies and TV series, where each dialogue turn is paired with the corresponding visual context in which it takes place. OpenViDial contains a total number of 1.1 million dialogue turns, and thus 1.1 million visual contexts stored in images. Based on this dataset, we propose a family of encoder-decoder models leveraging both textual and visual contexts, from coarse-grained image features extracted from CNNs to fine-grained object features extracted from Faster R-CNNs. We observe that visual information significantly improves dialogue generation qualities, verifying the necessity of integrating multi-modal features for dialogue learning. Our work marks an important step towards large-scale multi-modal dialogue learning.

📄 PDF Abstract BibTeX arXiv:2012.15015

Code (1)

ShannonAI/OpenViDial 공식 구현 pytorch

Tasks

DecoderDialogue Generation

Similar Papers 제목 키워드 기반

OpenViDial 2.0: A Larger-Scale, Open-Domain Dialogue Generation Dataset with Visual Contexts

2021-09-27 · Shuhe Wang, Yuxian Meng, Xiaoya Li, Xiaofei Sun 외

In order to better simulate the real human conversation process, models need to generate dialogue utterances based on not only preceding textual contexts but also visual contexts. However, with the development of multi-m…

Dialogue GenerationMulti-modal Dialogue Generation

EVA2.0: Investigating Open-Domain Chinese Dialogue Systems with Large-Scale Pre-Training

2022-03-17 · Yuxian Gu, Jiaxin Wen, Hao Sun, Yi Song 외

Large-scale pre-training has shown remarkable performance in building open-domain dialogue systems. However, previous works mainly focus on showing and evaluating the conversational performance of the released dialogue m…

Chatbot

SHONGLAP: A Large Bengali Open-Domain Dialogue Corpus

2022-06-01 · LREC 2022 6 · Syed Mostofa Monsur, Sakib Chowdhury, Md Shahrar Fatemi, Shafayat Ahmed

We introduce SHONGLAP, a large annotated open-domain dialogue corpus in Bengali language. Due to unavailability of high-quality dialogue datasets for low-resource languages like Bengali, existing neural open-domain dialo…

DiQAD: A Benchmark Dataset for End-to-End Open-domain Dialogue Assessment

2023-10-25 · Yukun Zhao, Lingyong Yan, Weiwei Sun, Chong Meng 외

Dialogue assessment plays a critical role in the development of open-domain dialogue systems. Existing work are uncapable of providing an end-to-end and human-epistemic assessment dataset, while they only provide sub-met…

Dialogue Distillation: Open-Domain Dialogue Augmentation Using Unpaired Data

2020-09-20 · EMNLP 2020 11 · Rongsheng Zhang, Yinhe Zheng, Jianzhi Shao, Xiaoxi Mao 외

Recent advances in open-domain dialogue systems rely on the success of neural models that are trained on large-scale data. However, collecting large-scale dialogue data is usually time-consuming and labor-intensive. To a…

Data Augmentation