CLFeb 27, 2024

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

Tsinghua
arXiv:2402.17226v127 citationsh-index: 35Has CodeACL
Originality Incremental advance
AI Analysis

This addresses the challenge of enhancing LLM performance on subjective tasks, which require interpretation or emotional response, representing an incremental advancement in adapting existing dialogue-generation capabilities.

The authors tackled the problem of poor performance of large language models (LLMs) on subjective tasks like metaphor recognition and dark humor detection by proposing RiC, a method that uses dialogue simulation instead of chain-of-thought reasoning, resulting in significant improvements across twelve tasks compared to various baselines.

Large Language Models (LLMs) have achieved remarkable performance in objective tasks such as open-domain question answering and mathematical reasoning, which can often be solved through recalling learned factual knowledge or chain-of-thought style reasoning. However, we find that the performance of LLMs in subjective tasks is still unsatisfactory, such as metaphor recognition, dark humor detection, etc. Compared to objective tasks, subjective tasks focus more on interpretation or emotional response rather than a universally accepted reasoning pathway. 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. The motivation of RiC is to mine useful contextual information by simulating dialogues instead of supplying chain-of-thought style rationales, thereby offering potential useful knowledge behind dialogues for giving the final answers. We evaluate both API-based and open-source LLMs including GPT-4, ChatGPT, and OpenChat across twelve tasks. Experimental results show that RiC can yield significant improvement compared with various baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes