arXiv:2606.01099cs.CLcs.AI2026-06KDD

用大模型提升智能家居指令理解,解决模糊命令识别难题。

MiCU: End-to-End Smart Home Command Understanding with Large Language Model

论文配图:MiCU: End-to-End Smart Home Command Understanding with Large Language Model
图 1 · 摘自论文原文
  • 用用户日志和大模型自动合成训练数据,注入领域知识。
  • 通过强化学习和思维规则提升推理能力,准确率平均高20.01%。
  • 压缩设备描述为单个令牌,支持高效长输入处理,适合部署。

智能家庭中的指令理解系统能自动化设备控制,显著提升用户体验。然而,面对模糊或不匹配的指令(如“让卧室舒服点”),传统系统表现不佳。大语言模型虽具泛化优势,但受限于领域数据少、任务适配不足及计算成本高。本文提出自动化数据合成流程,并构建专注领域的MiCU模型:采用课程学习注入领域知识,结合冷启动训练与基于领域思维规则的强化学习提升推理能力;引入令牌压缩技术,将设备描述压缩为单一特殊标记,大幅降低推理开销,实现模型快速变体(model-fast)以优化长输入处理。实验表明,MiCU在所有设备类别上平均准确率提升20.01%。已在小米家居应用上线,日均访问量约170万次。生产评估显示,用户修正率下降1.57%,人工审核准确率提升32.05%。数据与代码已开源。

原文摘要 · Abstract (English)

Command understanding systems in smart home ecosystems can automate device control and substantially improve user experience. However, while they perform well on precise utterances (e.g., "turn on the bedroom light"), they struggle with ambiguous or misaligned commands (e.g., "make the bedroom cozy"). Large language models (LLMs) generalize well across various domains and can outperform traditional rule-based systems on such tasks, but their effectiveness is often constrained by scarce domain-specific data, insufficient task-specific adaptation, and high computational costs. In this paper, we propose an automated training data synthesis workflow using user logs and LLMs; then we build MiCU, a domain-specific LLM that excels at command understanding. Specifically, we employ curriculum learning to inject domain knowledge into the base LLM, then we enhance its reasoning ability via cold-start training combined with reinforcement learning (RL) guided by domain-specific thinking rules. Additionally, we introduce a token compression technique that condenses device description into a single special token, substantially reducing inference overhead and enabling \model-fast, an efficient variant optimized for long inputs. Extensive experiments show that MiCU significantly outperforms baselines, with an average accuracy gain of 20.01% across all device categories. We have deployed MiCU in the Xiaomi Home app, receiving approximately 1.7 million page views per day. Production evaluations show that MiCU reduces user correction rate by 1.57% and increases human audited accuracy by 32.05%. Our data and code are available at https://github.com/xiaomi-research/iot_spec_llm

智能家居大模型指令理解推理增强

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。