paper-with-me

Papers

A Domain-Specific Language for LLM-Driven Trigger Generation in Multimodal Data Collection

2026-03-13 · Philipp Reis, Philipp Rigoll, Martin Zehetner, Jacqueline Henle, Stefan Otten, Eric Sax arxiv

Data-driven systems depend on task-relevant data, yet data collection pipelines remain passive and indiscriminate. Continuous logging of multimodal sensor streams incurs high storage costs and captures irrelevant data. This paper proposes a declarative framework for intent-driven, on-device data collection that enables selective collection of multimodal sensor data based on high-level user requests. The framework combines natural language interaction with a formally specified domain-specific language (DSL). Large language models translate user-defined requirements into verifiable and composable DSL programs that define conditional triggers across heterogeneous sensors, including cameras, LiDAR, and system telemetry. Empirical evaluation on vehicular and robotic perception tasks shows that the DSL-based approach achieves higher generation consistency and lower execution latency than unconstrained code generation while maintaining comparable detection performance. The structured abstraction supports modular trigger composition and concurrent deployment on resource-constrained edge platforms. This approach replaces passive logging with a verifiable, intent-driven mechanism for multimodal data collection in real-time systems.

📄 PDF Abstract BibTeX arXiv:2604.13046

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Watch Out for Your Guidance on Generation! Exploring Conditional Backdoor Attacks against Large Language Models

2024-04-23 · Jiaming He, Wenbo Jiang, Guanyu Hou, Wenshu Fan 외

Mainstream backdoor attacks on large language models (LLMs) typically set a fixed trigger in the input instance and specific responses for triggered queries. However, the fixed trigger setting (e.g., unusual words) may b…

Human Detection

Knowledge-to-Jailbreak: Investigating Knowledge-driven Jailbreaking Attacks for Large Language Models

2024-06-17 · Shangqing Tu, Zhuoran Pan, Wenxuan Wang, Zhexin Zhang 외

Large language models (LLMs) have been increasingly applied to various domains, which triggers increasing concerns about LLMs' safety on specialized domains, e.g. medicine. Despite prior explorations on general jailbreak…

Language ModelingLanguage ModellingLarge Language Model

ExDR: Explanation-driven Dynamic Retrieval Enhancement for Multimodal Fake News Detection

2026-01-22 · Guoxuan Ding, Yuqing Li, Ziyan Zhou, Zheng Lin 외 arxiv

The rapid spread of multimodal fake news poses a serious societal threat, as its evolving nature and reliance on timely factual details challenge existing detection methods. Dynamic Retrieval-Augmented Generation provide…

Fake News Detection

GREAT: Generalizable Backdoor Attacks in RLHF via Emotion-Aware Trigger Synthesis

2025-10-10 · Subrat Kishore Dutta, Yuelin Xu, Piyush Pant, Xiao Zhang arxiv

Recent work has shown that RLHF is highly susceptible to backdoor attacks. However, existing methods often rely on rare tokens or fixed triggers, limiting their impact in realistic scenarios. In this work, we develop GRE…

Dimensionality ReductionResponse Generation

LOGIGEN: Logic-Driven Generation of Verifiable Agentic Tasks

2026-02-28 · Yucheng Zeng, Weipeng Lu, Linyun Liu, Shupeng Li 외 arxiv

The evolution of Large Language Models (LLMs) from static instruction-followers to autonomous agents necessitates operating within complex, stateful environments to achieve precise state-transition objectives. However, t…

Reinforcement Learning