paper-with-me

Papers

CEDAR: Automata as Verifiable Interfaces for Language-Guided Embodied Action

2026-08-28 · Lekai Chen, Alvaro Velasquez, Ashutosh Trivedi arxiv

Natural-language tasking of embodied agents is rarely just goal specification: users also impose constraints that must persist while the world changes. Code-generating LLM agents can produce plausible behaviors for such instructions, but their free-form programs provide no stable object to verify, compose with new constraints, or repair from a failing trace. We present CEDAR, a counterexample-guided framework that grounds instructions as regular languages over environment event traces. CEDAR uses a language model for semantic judgments and execution traces for correction, then represents both skills and specifications as deterministic finite automata. This turns constraints into executable finite-state objects: a learned skill can be intersected with a learned sleep at night or stay in this biome specification, yielding a controller that enforces the learned constraint by construction rather than by repeated prompting. In Minecraft, with the same simulator/API observations available to a program-generating baseline, CEDAR maintains temporal and spatial constraints that the baseline fails to preserve and amortizes reuse of learned skills, reducing cumulative LLM queries. These results suggest that regular languages offer a practical verification layer between natural-language instructions and embodied-agent policies.

📄 PDF Abstract BibTeX arXiv:2608.27797

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoCedar: An Agentic Framework for Verifier-Guided Access Control Policy Synthesis

2026-07-04 · Adarsh Vatsa, Sachi Shome, Yingming Zhou, William Eiers arxiv

Large Language Models are increasingly used to turn natural-language requirements into code. In access control, that shortcut is dangerous: a generated policy can compile and read correctly while granting access that no …

Conceptualizing Embeddings: Sparse Disentanglement for Vision-Language Models

2026-05-21 · Piotr Kubaty, Patryk Marszałek, Łukasz Struski, Adam Wróbel 외 arxiv

Vision-language models learn powerful multimodal embeddings, yet their internal semantics remain opaque. While sparse autoencoders (SAEs) can extract interpretable features, they rely on expanding the representation dime…

cedar: Optimized and Unified Machine Learning Input Data Pipelines

2024-01-17 · Mark Zhao, Emanuel Adamiak, Christos Kozyrakis

The input data pipeline is an essential component of each machine learning (ML) training job. It is responsible for reading massive amounts of training data, processing batches of samples using complex transformations, a…

CedarCypress3D: an annotated UAV-LiDAR dataset of individual trees in planted cedar and cypress forests

2026-08-31 · Katsuto Shimizu, Fumiaki Kitahara, Tomohiro Nishizono, Hideki Saito 외 arxiv

Individual tree measurements derived from Light Detection and Ranging (LiDAR) mounted on Unmanned Aerial Vehicles (UAV) provide valuable information for forest inventory, ecosystem monitoring, and sustainable forest mana…

Instance SegmentationSemantic SegmentationPoint Clouds

GameWorld: Towards Standardized and Verifiable Evaluation of Multimodal Game Agents

2026-04-08 · Mingyu Ouyang, Siyuan Hu, Kevin Qinghong Lin, Hwee Tou Ng 외 arxiv

Towards an embodied generalist for real-world interaction, Multimodal Large Language Model (MLLM) agents still suffer from challenging latency, sparse feedback, and irreversible mistakes. Video games offer an ideal testb…

Action Parsing