paper-with-me

홈 › Papers

AdaHome: An Adaptive Smart Home Assistant using Local Small Language Models

2026-07-20 · Eu Jin Lim, Zhaoxing Li, Sebastian Stein arxiv

Smart home assistants interpret a wide range of user commands, from explicit device control to underspecified and preference dependent requests. While recent systems based on Large Language Models (LLMs) improve this capability, they often rely on heavyweight reasoning pipelines and cloud-based deployment, limiting their efficiency and suitability for resource-constrained environments, and raising privacy concerns. In addition, existing approaches provide limited support for stable long-term personalization. To address these issues, we present AdaHome, an adaptive smart home assistant designed for locally deployed small language models in smart home environments. Rather than applying complex reasoning uniformly, AdaHome introduces an intent-aware planning framework that dynamically routes commands either to straightforward prompt-based or lightweight reasoning-based components. For commands requiring interpretation, we adopt a Chain-of-Draft strategy to enable efficient and stable decision-making. To support personalization, we further propose a preference adaptation mechanism that learns from user feedback over time without requiring prompt augmentation or model retraining. We evaluate AdaHome against representative LLM-based baselines under a unified small model setting. AdaHome achieves substantially higher accuracy on direct commands (86.7%) while reducing latency by up to 3$\times$. Furthermore, it maintains competitive performance on ambiguous inputs with lower computational cost. In multi-turn scenarios, AdaHome achieves 88% preference consistency, compared to 52.5% for a prompt augmentation baseline.

📄 PDF Abstract BibTeX arXiv:2607.18034

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Privacy-Preserving and Personalized Smart Homes via Tailored Small Language Models

2025-07-10 · Xinyu Huang, Leming Shen, Zijing Ma, Yuanqing Zheng

Large Language Models (LLMs) have showcased remarkable generalizability in language comprehension and hold significant potential to revolutionize human-computer interaction in smart homes. Existing LLM-based smart home a…

Privacy PreservingSmall Language Model

SmartBench: Evaluating LLMs in Smart Homes with Anomalous Device States and Behavioral Contexts

2026-02-24 · Qingsong Zou, Zhi Yan, Zhiyao Xu, Kuofeng Gao 외 arxiv

Due to the strong context-awareness capabilities demonstrated by large language models (LLMs), recent research has begun exploring their integration into smart home assistants to help users manage and adjust their living…

Anomaly Detection

PEC-Home: Interpretation of Progressively Elliptical Commands in Smart Homes

2026-06-17 · Yingyu Shan, Zeming Liu, Silin Li, Boao Qian 외 arxiv

Recent advancements in Large Language Models (LLMs) have empowered home assistants with natural language interaction capabilities. However, current assistants overlook the progressive omission that occurs in human dialog…

HomeBench: Evaluating LLMs in Smart Homes with Valid and Invalid Instructions Across Single and Multiple Devices

2025-05-26 · Silin Li, Yuhang Guo, Jiashu Yao, Zeming Liu 외

Large language models (LLMs) have the potential to revolutionize smart home assistants by enhancing their ability to accurately understand user needs and respond appropriately, which is extremely beneficial for building …

In-Context LearningRetrieval-augmented Generationvalid

SAGE: Smart home Agent with Grounded Execution

2023-11-01 · Dmitriy Rivkin, Francois Hogan, Amal Feriani, Abhisek Konar 외

The common sense reasoning abilities and vast general knowledge of Large Language Models (LLMs) make them a natural fit for interpreting user requests in a Smart Home assistant context. LLMs, however, lack specific knowl…

Common Sense ReasoningGeneral Knowledge