Learning Explicit Behavioral Models with Adaptive Questions and World-Model Probes
- company Hugging Face
- lab arXiv
- lab arXivLabs
- location California
- person Sam Altman
- product DagsHub
- product Gotit.pub
- product ScienceCast
A new trainable behavioral model called ESBM couples high task scores with explicit, evidence-grounded answers and executable mechanism predictions, according to a paper submitted 5 June 2026. The approach targets a known weakness in interactive agents: achieving high returns without representing the mechanisms behind their actions [1]. The Explicit Symbolic Behavioral Model represents behavior through typed predicates, weighted rules, bounded options, and a mechanism memory that predicts symbolic events, object changes, rewards, and terminal consequences under action interventions [1]. After each rollout, adaptive questions and active world-model probes convert score failures, question-answering errors, and transition-prediction errors into constraints for local edits to the model [1]. Candidate models are selected by a multi-criterion rule that jointly evaluates task score, answerability, and active world-model consistency [1]. Under Atari-style protocols, ESBM learned high-scoring policies while producing explicit answers and executable mechanism predictions [1]. The work addresses a persistent gap in reinforcement learning. Interactive agents trained solely against task return can achieve high scores yet fail to represent the mechanisms that make their actions succeed, leaving brittle behavior that is difficult to diagnose and that limits adaptation when environment dynamics change [1]. Existing approaches using large language model reflection and policy-code repair can revise behavior from failed trajectories, but questions and world-understanding tests are typically applied only after training [1]. Large language models are neural networks trained on vast amounts of text for natural language processing tasks, especially language generation, and are the foundational technology behind modern chatbots [3]. The ESBM framework intersects with the broader field of explainable artificial intelligence, which explores methods that provide humans with intellectual oversight over AI algorithms by making the reasoning behind decisions more understandable and transparent [4]. Explainable AI counters the “black box” tendency of machine learning, where even designers cannot explain why a model arrived at a specific decision [4]. The ESBM authors indicate that adaptive questions can serve as both training pressure and reusable benchmarks for mechanistic policy learning in the tested setting [1]. Adversarial conditions further motivate the need for mechanistic understanding. Adversarial machine learning studies attacks on machine learning algorithms and defenses against them, including evasion attacks, data poisoning attacks, Byzantine attacks, and model extraction [5]. In practical high-stakes applications, users may intentionally supply fabricated data that violates the statistical assumption that training and test data are drawn from the same distribution [5]. Systems that lack explicit world models are especially vulnerable to such distribution shifts. The paper was submitted on 5 June 2026 to arXiv, a preprint repository that has integrated with Hugging Face Spaces to make machine learning demos accessible alongside paper abstracts [1][10]. Through that integration, users can find open-source demos built by the community and try them immediately in a browser without writing code [10].
regulationresearch-paperapplication
Background sources we checked (10)
- arxiv.org ↗ 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…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
- en.wikipedia.org ↗ Within artificial intelligence (AI), explainable AI (XAI), generally overlapping with interpretable AI or explainable machine learning (XML), is a field of research that explores methods that provide humans with the ability of intellectual oversight over AI algorithms. The main f…
- en.wikipedia.org ↗ Adversarial machine learning is the study of the attacks on machine learning algorithms, and of the defenses against such attacks. Machine learning techniques are mostly designed to work on specific problem sets, under the assumption that the training and test data are generated …
- en.wikipedia.org ↗ These datasets are used in machine learning (ML) research and have been cited in peer-reviewed academic journals. Datasets are an integral part of the field of machine learning. Major advances in this field can result from advances in learning algorithms (such as deep learning), …
- en.wikipedia.org ↗ Text messaging, or texting, is the act of composing and sending electronic messages, typically consisting of alphabetic and numeric characters, between two or more users of mobile phones, tablet computers, smartwatches, desktops/laptops, or another type of compatible computer. Te…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ Hugging Face Machine Learning Demos on arXiv Back to Articles [...] # Hugging Face Machine Learning Demos on arXiv Published November 17, 2022 Update on GitHub Upvote 1 - - - - - Abubakar Abid abidlabs Follow …
- huggingface.co ↗ # How to Add a Space to ArXiv [...] Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! [...] Thanks t…