paper-with-me

홈 › Papers

From monoliths to modules: Decomposing transducers for efficient world modelling

2025-12-01 · Alexander Boyd, Franz Nowak, David Hyland, Manuel Baltieri, Fernando E. Rosas arxiv

World models have been recently proposed as sandbox environments in which AI agents can be trained and evaluated before deployment. While realistic world models often have high computational demands, this can often be alleviated by exploiting the fact that real-world scenarios tend to involve subcomponents that interact in a modular manner. In this paper, we explore this idea by developing a framework for decomposing complex world models represented by transducers, a class of models generalising POMDPs. Whereas the composition of transducers is well understood, our results clarify how to invert this process by deriving sub-transducers operating on distinct input-output subspaces, enabling parallelizable and interpretable alternatives to monolithic world modelling that can support distributed inference. Overall, these results lay groundwork for bridging the computational efficiency required for real-world inference and the structural transparency demanded by AI safety.

📄 PDF Abstract BibTeX arXiv:2512.02193

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Monolith to Microservices: Representing Application Software through Heterogeneous Graph Neural Network

2021-12-01 · Alex Mathai, Sambaran Bandyopadhyay, Utkarsh Desai, Srikanth Tamilselvam

Monolithic software encapsulates all functional capabilities into a single deployable unit. But managing it becomes harder as the demand for new functionalities grow. Microservice architecture is seen as an alternate as …

Graph Neural NetworkRepresentation Learning

Spatial response identification enables robust experimental ultrasound computed tomography

2021-03-19 · Carlos Cueto, Lluis Guasch, Javier Cudeiro, Oscar Calderon Agudo 외

Ultrasound computed tomography techniques have the potential to provide clinicians with 3D, quantitative and high-resolution information of both soft and hard tissues such as the breast or the adult human brain. Their pr…

A Finite-state Morphological Analyser for Tuvan

2016-05-01 · LREC 2016 5 · Francis Tyers, Aziyana Bayyr-ool, Aelita Salchak, Jonathan Washington

{\textasciitilde}This paper describes the development of free/open-source finite-state morphological transducers for Tuvan, a Turkic language spoken in and around the Tuvan Republic in Russia. The finite-state toolkit us…

Neural Grammatical Error Correction with Finite State Transducers

2019-03-25 · NAACL 2019 6 · Felix Stahlberg, Christopher Bryant, Bill Byrne

Grammatical error correction (GEC) is one of the areas in natural language processing in which purely neural models have not yet superseded more traditional symbolic models. Hybrid systems combining phrase-based statisti…

Grammatical Error CorrectionLanguage ModelingLanguage ModellingMachine Translation+1

Neural Induction of Finite-State Transducers

2026-01-16 · Michael Ginn, Alexis Palmer, Mans Hulden arxiv

Finite-State Transducers (FSTs) are effective models for string-to-string rewriting tasks, often providing the efficiency necessary for high-performance applications, but constructing transducers by hand is difficult. In…