Dialogue Generation

230 papers with code • 13 benchmarks • 30 datasets

Dialogue generation is the task of "understanding" natural language inputs - within natural language processing in order to produce output. The systems are usually intended for conversing with humans, for instance back and forth dialogue with a conversation agent like a chatbot. Some example benchmarks for this task (see others such as Natural Language Understanding) include FusedChat and Ubuntu DIalogue Corpus (UDC). Models can be evaluated via metrics such as BLEU, ROUGE, and METEOR albeit with challenges in terms of weak correlation with human judgement, that may be addressed by new ones like UnSupervised and Reference-free (USR) and Metric for automatic Unreferenced dialog evaluation (MaUde).

Libraries

Use these libraries to find Dialogue Generation models and implementations
2 papers
1,692

Latest papers with no code

StyleChat: Learning Recitation-Augmented Memory in LLMs for Stylized Dialogue Generation

no code yet • 18 Mar 2024

Furthermore, although many prompt-based methods have been proposed to accomplish specific tasks, their performance in complex real-world scenarios involving a wide variety of dialog styles further enhancement.

MedKP: Medical Dialogue with Knowledge Enhancement and Clinical Pathway Encoding

no code yet • 11 Mar 2024

With appropriate data selection and training techniques, Large Language Models (LLMs) have demonstrated exceptional success in various medical examinations and multiple-choice questions.

MP2D: An Automated Topic Shift Dialogue Generation Framework Leveraging Knowledge Graphs

no code yet • 9 Mar 2024

Through quantitative and qualitative experiments, we demonstrate MP2D's efficacy in generating dialogue with natural topic shifts.

"In Dialogues We Learn": Towards Personalized Dialogue Without Pre-defined Profiles through In-Dialogue Learning

no code yet • 5 Mar 2024

Personalized dialogue systems have gained significant attention in recent years for their ability to generate responses in alignment with different personas.

Evaluating Very Long-Term Conversational Memory of LLM Agents

no code yet • 27 Feb 2024

Using this pipeline, we collect LoCoMo, a dataset of very long-term conversations, each encompassing 300 turns and 9K tokens on avg., over up to 35 sessions.

Reasoning in Conversation: Solving Subjective Tasks through Dialogue Simulation for Large Language Models

no code yet • 27 Feb 2024

Based on the characteristics of the tasks and the strong dialogue-generation capabilities of LLMs, we propose RiC (Reasoning in Conversation), a method that focuses on solving subjective tasks through dialogue simulation.

M2K-VDG: Model-Adaptive Multimodal Knowledge Anchor Enhanced Video-grounded Dialogue Generation

no code yet • 19 Feb 2024

Video-grounded dialogue generation (VDG) requires the system to generate a fluent and accurate answer based on multimodal knowledge.

Enhancing Role-playing Systems through Aggressive Queries: Evaluation and Improvement

no code yet • 16 Feb 2024

Experiments on models improved by RoleAD indicate that our adversarial dataset ameliorates this deficiency, with the improvements demonstrating a degree of generalizability in ordinary scenarios.

Crafting a Good Prompt or Providing Exemplary Dialogues? A Study of In-Context Learning for Persona-based Dialogue Generation

no code yet • 15 Feb 2024

Previous in-context learning (ICL) research has focused on tasks such as classification, machine translation, text2table, etc., while studies on whether ICL can improve human-like dialogue generation are scarce.

Instruct Once, Chat Consistently in Multiple Rounds: An Efficient Tuning Framework for Dialogue

no code yet • 10 Feb 2024

Tuning pretrained language models for dialogue generation has been a prevalent paradigm for building capable dialogue agents.