菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-08
📄 Abstract - One Model, Multiple Goals: Adaptive Multi-Objective Learning for E-commerce Dialogue Systems

Dialogue systems in e-commerce scenarios often need to satisfy multiple objectives: accurately reasoning over user profiles (e.g., eligibility, credit limit) to ensure correct decision-making and user state interpretation, while also generating natural and faithful responses. These goals are complementary but not identical. In this work, we propose MORE, an adaptive Multi-Objective REinforcement learning framework that jointly optimizes reasoning accuracy and linguistic naturalness. Our preliminary experiments show that directly mixing rewards with diverging optimization dynamics can cause oscillations and unstable learning. Thus, instead of optimizing a single mixed reward, we treat reasoning functions as constraints that guide policy optimization. At inference time, the system directly generates responses without explicit reasoning steps, while still benefiting from reasoning-enhanced scaffold and avoiding additional inference overhead. To better balance linguistic objectives during response generation, we introduce an adaptive multi-reward mechanism that aggregates signals such as fluency and naturalness and dynamically reweighs them via gradient feedback. We evaluate MORE on two real-world dialogue systems at ByteDance and the MultiWOZ 2.2 benchmark, where it consistently outperforms strong baselines. In 14-day online experiments on ByteDance production traffic, MORE improves overall and reached conversion by 16.53% and 30.09%, while increasing user satisfaction and reducing handoff rates. Notably, in a human-machine comparison, MORE recovers about 60% of the incremental conversion lift achieved by human agents.

顶级标签: machine learning reinforcement learning multi-modal
详细标签: dialogue systems e-commerce multi-objective adaptive reward reasoning 或 搜索:

一个模型,多个目标:面向电商对话系统的自适应多目标学习 / One Model, Multiple Goals: Adaptive Multi-Objective Learning for E-commerce Dialogue Systems


1️⃣ 一句话总结

本文提出了一种名为MORE的自适应多目标强化学习框架,能够在电商对话系统中同时优化推理准确性和语言自然度,通过将推理功能作为约束条件而非直接混合奖励来解决多目标优化中的不稳定性问题,并在字节跳动真实业务和公开数据集上显著提升了转化率和用户满意度。

源自 arXiv: 2606.09293