paper-with-me

홈 › Papers

Synthetic User Behavior Sequence Generation with Large Language Models for Smart Homes

2025-01-31 · Zhiyao Xu, Dan Zhao, Qingsong Zou, Jingyu Xiao, Yong Jiang, Zhenhui Yuan, Qing Li

In recent years, as smart home systems have become more widespread, security concerns within these environments have become a growing threat. Currently, most smart home security solutions, such as anomaly detection and behavior prediction models, are trained using fixed datasets that are precollected. However, the process of dataset collection is time-consuming and lacks the flexibility needed to adapt to the constantly evolving smart home environment. Additionally, the collection of personal data raises significant privacy concerns for users. Lately, large language models (LLMs) have emerged as a powerful tool for a wide range of tasks across diverse application domains, thanks to their strong capabilities in natural language processing, reasoning, and problem-solving. In this paper, we propose an LLM-based synthetic dataset generation IoTGen framework to enhance the generalization of downstream smart home intelligent models. By generating new synthetic datasets that reflect changes in the environment, smart home intelligent models can be retrained to overcome the limitations of fixed and outdated data, allowing them to better align with the dynamic nature of real-world home environments. Specifically, we first propose a Structure Pattern Perception Compression (SPPC) method tailored for IoT behavior data, which preserves the most informative content in the data while significantly reducing token consumption. Then, we propose a systematic approach to create prompts and implement data generation to automatically generate IoT synthetic data with normative and reasonable properties, assisting task models in adaptive training to improve generalization and real-world performance.

📄 PDF Abstract BibTeX arXiv:2501.19298

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionDataset Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Large language model as user daily behavior data generator: balancing population diversity and individual personality

2025-05-23 · Haoxin Li, Jingtao Ding, Jiahui Gong, Yong Li

Predicting human daily behavior is challenging due to the complexity of routine patterns and short-term fluctuations. While data-driven models have improved behavior prediction by leveraging empirical data from various p…

Data AugmentationDiversityLanguage ModelingLanguage Modelling+3

Synthetic Dialogue Generation for Interactive Conversational Elicitation & Recommendation (ICER)

2025-09-26 · Moonkyung Ryu, Chih-Wei Hsu, Yinlam Chow, Mohammad Ghavamzadeh 외 arxiv

While language models (LMs) offer great potential for conversational recommender systems (CRSs), the paucity of public CRS data makes fine-tuning LMs for CRSs challenging. In response, LMs as user simulators qua data gen…

Dialogue Generation

Beating Transformers using Synthetic Cognition

2025-04-10 · Alfredo Ibias, Miguel Rodriguez-Galindo, Hector Antona, Guillem Ramirez-Miranda 외

The road to Artificial General Intelligence goes through the generation of episodic reactive behaviors, where the Transformer architecture has been proven to be the state-of-the-art. However, they still fail to develop r…

Disentangled Self-Supervision in Sequential Recommenders

2020-08-23 · Jianxin Ma, Chang Zhou, Hongxia Yang, Peng Cui 외

To learn a sequential recommender, the existing methods typically adopt the sequence-to-item (seq2item) training strategy, which supervises a sequence model with a user’s next behavior as the label and the user’s past be…

Disentanglement

Privacy-Preserving Synthetic Data Generation for Recommendation Systems

2022-09-27 · Fan Liu, Zhiyong Cheng, Huilin Chen, Yinwei Wei 외

Recommendation systems make predictions chiefly based on users' historical interaction data (e.g., items previously clicked or purchased). There is a risk of privacy leakage when collecting the users' behavior data for b…

Privacy PreservingRecommendation SystemsSynthetic Data Generation