paper-with-me

홈 › Papers

The Bicameral Model: Bidirectional Hidden-State Coupling Between Parallel Language Models

2026-05-11 · Cedric Flamant, Udaya Ghai, Kanna Shimizu arxiv

Existing multi-model and tool-augmented systems communicate by generating text, serializing every exchange through the output vocabulary. Can two pretrained language models instead coordinate through a continuous, concurrent channel? The Bicameral Model couples two frozen language models through a trainable neural interface on their intermediate hidden states. At every generation step, both models run in lockstep: a primary model drives the task while an auxiliary model operates tools, solves constraints, or executes code, with both conditioning on each other's activations through a translation network and a learned suppression gate ($\sim$1\% of combined parameters). The gate learns a selective communication protocol from task loss alone, without a prescribed format. We demonstrate the mechanism across three tool backends. On arithmetic, coupling two 0.5B models with a calculator raises accuracy from 36\% to 96\%. On logic grid puzzles, coupling two 0.6B models with a Z3 solver achieves $1.7\times$ the unaugmented baseline on ZebraLogic. On mathematical reasoning, coupling with a Python sandbox enables the auxiliary to generate problem-specific code from hidden-state signals alone, without ever seeing the problem text.

📄 PDF Abstract BibTeX arXiv:2605.11167

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Group Gated Fusion on Attention-based Bidirectional Alignment for Multimodal Emotion Recognition

2022-01-17 · PengFei Liu, Kun Li, Helen Meng

Emotion recognition is a challenging and actively-studied research area that plays a critical role in emotion-aware human-computer interaction systems. In a multimodal setting, temporal alignment between different modali…

Emotion RecognitionMultimodal Emotion Recognition

Bidirectional Attentive Fusion with Context Gating for Dense Video Captioning

2018-03-31 · CVPR 2018 6 · Jingwen Wang, Wenhao Jiang, Lin Ma, Wei Liu 외

Dense video captioning is a newly emerging task that aims at both localizing and describing all events in a video. We identify and tackle two challenges on this task, namely, (1) how to utilize both past and future conte…

DecoderDense Video CaptioningVideo Captioning

BiTAgent: A Task-Aware Modular Framework for Bidirectional Coupling between Multimodal Large Language Models and World Models

2025-12-04 · Yu-Wei Zhan, Xin Wang, Pengzhe Mao, Tongtong Feng 외 arxiv

Building generalist embodied agents requires a unified system that can interpret multimodal goals, model environment dynamics, and execute reliable actions across diverse real-world tasks. Multimodal large language model…

Multi-Task Learning

Bidirectional learning for time-series models with hidden units

2017-08-01 · ICML 2017 8 · Takayuki Osogami, Hiroshi Kajino, Taro Sekiyama

Hidden units can play essential roles in modeling time-series having long-term dependency or on-linearity but make it difficult to learn associated parameters. Here we propose a way to learn such a time-series model…

Time SeriesTime Series Analysis

MoGU V2: Toward a Higher Pareto Frontier Between Model Usability and Security

2025-09-08 · Yanrui Du, Fenglei Fan, Sendong Zhao, Jiawei Cao 외 arxiv

As Large Language Models (LLMs) increasingly permeate human life, their security has emerged as a critical concern, particularly their ability to maintain harmless responses to malicious instructions. Although extensive …