paper-with-me

Papers

A Dataset for Document Grounded Conversations

2018-09-19 · EMNLP 2018 10 · Kangyan Zhou, Shrimai Prabhumoye, Alan W. black

This paper introduces a document grounded dataset for text conversations. We define "Document Grounded Conversations" as conversations that are about the contents of a specified document. In this dataset the specified documents were Wikipedia articles about popular movies. The dataset contains 4112 conversations with an average of 21.43 turns per conversation. This positions this dataset to not only provide a relevant chat history while generating responses but also provide a source of information that the models could use. We describe two neural architectures that provide benchmark performance on the task of generating the next response. We also evaluate our models for engagement and fluency, and find that the information from the document helps in generating more engaging and fluent responses.

📄 PDF Abstract BibTeX arXiv:1809.07358

Code (3)

festvox/datasets-CMU_DoG 공식 구현
AnblueWang/PGser pytorch
lizekang/ITDD pytorch

Tasks

Articles

Similar Papers 제목 키워드 기반

Incremental Transformer with Deliberation Decoder for Document Grounded Conversations

2019-07-20 · ACL 2019 7 · Zekang Li, Cheng Niu, Fandong Meng, Yang Feng 외

Document Grounded Conversations is a task to generate dialogue responses when chatting about the content of a given document. Obviously, document knowledge plays a critical role in Document Grounded Conversations, while …

Decoder

doc2dial: A Goal-Oriented Document-Grounded Dialogue Dataset

2020-11-12 · EMNLP 2020 11 · Song Feng, Hui Wan, Chulaka Gunasekara, Siva Sankalp Patel 외

We introduce doc2dial, a new dataset of goal-oriented dialogues that are grounded in the associated documents. Inspired by how the authors compose documents for guiding end users, we first construct dialogue flows based …

Adapting Document-Grounded Dialog Systems to Spoken Conversations using Data Augmentation and a Noisy Channel Model

2021-12-16 · David Thulke, Nico Daheim, Christian Dugast, Hermann Ney

This paper summarizes our submission to Task 2 of the second track of the 10th Dialog System Technology Challenge (DSTC10) "Knowledge-grounded Task-oriented Dialogue Modeling on Spoken Conversations". Similar to the prev…

Data AugmentationTask 2

CorefDiffs: Co-referential and Differential Knowledge Flow in Document Grounded Conversations

2022-10-05 · COLING 2022 10 · Lin Xu, Qixian Zhou, Jinlan Fu, Min-Yen Kan 외

Knowledge-grounded dialog systems need to incorporate smooth transitions among knowledge selected for generating responses, to ensure that dialog flows naturally. For document-grounded dialog systems, the inter- and intr…

Management

Structured Chain-of-Thought Prompting for Few-Shot Generation of Content-Grounded QA Conversations

2024-02-19 · Md Arafat Sultan, Jatin Ganhotra, Ramón Fernandez Astudillo

We introduce a structured chain-of-thought (SCoT) prompting approach to generating content-grounded multi-turn question-answer conversations using a pre-trained large language model (LLM). At the core of our proposal is …

HallucinationLanguage ModelingLanguage ModellingLarge Language Model