paper-with-me

Papers

Think Twice: A Human-like Two-stage Conversational Agent for Emotional Response Generation

2023-01-12 · Yushan Qian, Bo wang, Shangzhao Ma, Wu Bin, Shuo Zhang, Dongming Zhao, Kun Huang, Yuexian Hou

Towards human-like dialogue systems, current emotional dialogue approaches jointly model emotion and semantics with a unified neural network. This strategy tends to generate safe responses due to the mutual restriction between emotion and semantics, and requires rare emotion-annotated large-scale dialogue corpus. Inspired by the "think twice" behavior in human dialogue, we propose a two-stage conversational agent for the generation of emotional dialogue. Firstly, a dialogue model trained without the emotion-annotated dialogue corpus generates a prototype response that meets the contextual semantics. Secondly, the first-stage prototype is modified by a controllable emotion refiner with the empathy hypothesis. Experimental results on the DailyDialog and EmpatheticDialogues datasets demonstrate that the proposed conversational outperforms the comparison models in emotion generation and maintains the semantic performance in automatic and human evaluations.

📄 PDF Abstract BibTeX arXiv:2301.04907

Code (0)

등록된 구현이 없습니다.

Tasks

Response Generation

Similar Papers 제목 키워드 기반

Think Twice to See More: Iterative Visual Reasoning in Medical VLMs

2025-10-11 · Kaitao Chen, Shaohao Rui, Yankai Jiang, Jiamin Wu 외 arxiv

Medical vision-language models (VLMs) excel at image-text understanding but typically rely on a single-pass reasoning that neglects localized visual cues. In clinical practice, however, human experts iteratively scan, fo…

Visual Question AnsweringReinforcement LearningVisual GroundingVisual Reasoning

ThinkTwice: Jointly Optimizing Large Language Models for Reasoning and Self-Refinement

2026-04-02 · Difan Jiao, Qianfeng Wen, Blair Yang, Zhenwei Tang 외 arxiv

We introduce ThinkTwice, a simple two-phase framework that jointly optimizes LLMs to solve reasoning problems and refine the answers, based on Group Relative Policy Optimization (GRPO). In each pair of training steps, Th…

Mathematical Reasoning

Chronological Thinking in Full-Duplex Spoken Dialogue Language Models

2025-10-02 · Donghang Wu, Haoyang Zhang, Chen Chen, Tianyu Zhang 외 arxiv

Recent advances in spoken dialogue language models (SDLMs) reflect growing interest in shifting from turn-based to full-duplex systems, where the models continuously perceive user speech streams while generating response…

Don't Wait to Reply: Towards Responsive yet Thoughtful Dialogue through Proactive Thinking

2026-07-03 · Ante Wang, Jiaqi Fu, Xuanyi Chen, Ruotian Ma 외 arxiv

Thinking has emerged as a critical capability for Large Language Models (LLMs) tackling complex tasks. However, its reactive nature, where reasoning is passively triggered only upon receiving a user response, inevitably …

Designing Conversational AI to Support Think-Aloud Practice in Technical Interview Preparation for CS Students

2025-07-19 · Taufiq Daryanto, Sophia Stil, Xiaohan Ding, Daniel Manesh 외 arxiv

One challenge in technical interviews is the think-aloud process, where candidates verbalize their thought processes while solving coding tasks. Despite its importance, opportunities for structured practice remain limite…