CLApr 18, 2025

Improving Generalization in Intent Detection: GRPO with Reward-Based Curriculum Sampling

arXiv:2504.13592v213 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses generalization issues in intent detection for task-oriented dialogue systems, though it appears incremental as it builds on existing RL and curriculum learning methods.

The paper tackles the problem of intent detection in task-oriented dialogue systems struggling with unseen intents, and shows that reinforcement learning with reward-based curriculum sampling during GRPO training outperforms supervised fine-tuning baselines in generalization.

Intent detection, a critical component in task-oriented dialogue (TOD) systems, faces significant challenges in adapting to the rapid influx of integrable tools with complex interrelationships. Existing approaches, such as zero-shot reformulations and LLM-based dynamic recognition, struggle with performance degradation when encountering unseen intents, leading to erroneous task routing. To enhance the model's generalization performance on unseen tasks, we employ Reinforcement Learning (RL) combined with a Reward-based Curriculum Sampling (RCS) during Group Relative Policy Optimization (GRPO) training in intent detection tasks. Experiments demonstrate that RL-trained models substantially outperform supervised fine-tuning (SFT) baselines in generalization. Besides, the introduction of the RCS, significantly bolsters the effectiveness of RL in intent detection by focusing the model on challenging cases during training. Moreover, incorporating Chain-of-Thought (COT) processes in RL notably improves generalization in complex intent detection tasks, underscoring the importance of thought in challenging scenarios. This work advances the generalization of intent detection tasks, offering practical insights for deploying adaptable dialogue systems.

Foundations

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

Your Notes