paper-with-me

Papers

Learning Explicit Behavioral Models with Adaptive Questions and World-Model Probes

2026-06-05 · Hikaru Shindo, Yu Deng, Teng Cao, Quentin Delfosse, Christopher Tauchmann, Jannis Blüml, Gopika Sudhakaran, Kristian Kersting arxiv

Interactive agents trained only against task return can achieve high scores while failing to represent the mechanisms that make their actions succeed. This makes brittle behavior difficult to diagnose and limits adaptation when environment dynamics change. Existing LLM reflection and policy-code repair can revise behavior from failed trajectories, but questions and world-understanding tests are usually used only after training. We introduce an Explicit Symbolic Behavioral Model (ESBM), a trainable behavioral model that couples task performance with evidence-grounded question answering and executable mechanism prediction. An ESBM represents behavior through typed predicates, weighted rules, bounded options and mechanism memory; the mechanism layer predicts symbolic events, object changes, rewards and terminal consequences under action interventions. After each rollout, adaptive questions and active world-model probes convert score failures, QA errors and transition-prediction errors into constraints for local ESBM edits. Candidate models are selected by a multi-criterion rule that jointly evaluates task score, answerability and active world-model consistency. Under the tested Atari-style protocols, ESBM learns high-scoring policies while producing explicit answers and executable mechanism predictions, indicating that adaptive questions can serve as both training pressure and reusable benchmarks for mechanistic policy learning in this setting.

📄 PDF Abstract BibTeX arXiv:2606.07127

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringCode Repair

Similar Papers 제목 키워드 기반

How Do VLMs Behave When Blind or Misled? Behavioral Evaluation of VLMs on Scientific Figures

2026-08-13 · Paul Osemudiame Oamen, Owusu-Banahene Osei, Ananya Mukherjee, Christian Greisinger 외 arxiv

Existing vision-language model (VLM) benchmarks emphasize perception and reasoning accuracy (how well VLMs describe and reason about what they see in an image), with limited attention to behavioral reliability under unce…

Type and Complexity Signals in Multilingual Question Representations

2025-10-07 · Robin Kokot, Wessel Poelman arxiv

This work investigates how a multilingual transformer model represents morphosyntactic properties of questions. We introduce the Question Type and Complexity (QTC) dataset with sentences across seven languages, annotated…

Generating Input Distributions for Explaining Portfolio Optimization Pipelines

2026-06-24 · Batuhan Ataş, Nurşen Aydın, E. Mehmet Kıral, Ş. İlker Birbil arxiv

We propose a predict-optimize-explain framework that uses gradient-based sample generation to interpret various portfolio models by identifying macroeconomic conditions that induce specified portfolio outcomes. Unlike tr…

Portfolio Optimization

Rhetorical Questions in LLM Representations: A Linear Probing Study

2026-04-15 · Louie Hong Yao, Vishesh Anand, Yuan Zhuang, Tianyu Jiang arxiv

Rhetorical questions are asked not to seek information but to persuade or signal stance. How large language models internally represent them remains unclear. We analyze rhetorical questions in LLM representations using l…

Adaptive Dense Evidence Refinement for Video Relational Reasoning for VRR-QA Challenge

2026-05-31 · Yuyang Sun, Yongliang Wu, Xingyu Zhu, Yuxia Chen 외 arxiv

VRR-QA evaluates whether video-language systems can infer spatial, temporal, viewpoint, depth, and visibility relations that are not always resolved by a single frame. We present an inference-only system built around ada…

Video Question AnsweringRelational Reasoning