Skip to content

Author

Byung-Jun Yoon

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Open access Aug 2026

Optimizing protein design through uncertainty-weighted steering of protein language models

Abstract Motivation Protein Language Models (PLMs) have revolutionized protein engineering by capturing the evolutionary constraints inherent in natural protein sequences. However, precisely steering these models to engineer novel proteins with targeted functionalities remains challenging due to the inherent difficulty in modifying their latent representations considering the design objectives. Recently, activation steering of PLMs has emerged as a potent, training-free intervention for directing PLM outputs. However, the requirement for high-quality labeled datasets limits its application. In data-scarce or out-of-distribution (OOD) regimes, researchers must rely on surrogate models for label prediction; however, deterministic surrogates fail to account for the underlying uncertainty, often yielding steering vectors that result in suboptimal protein design. Results To address this, we propose PROSOUNDS (PROtein Sequence Optimization through UNcertainty-weighteD Steering), a PLM-based protein design framework that integrates uncertainty quantification into the activation steering logic. By weighting the steering activation calculation process based on uncertainty estimates of the surrogate predictions, PROSOUNDS enables robust protein optimization through precise mutational design even in the absence of ground-truth labels. Comprehensive performance evaluation reveals that PROSOUNDS consistently outperforms deterministic alternatives across three different protein property optimization tasks. Availability and Implementation The datasets and implementation code for PROSOUNDS are available at https://github.com/TeresaZhouTamu/PRO-SOUNDS.

Alif Bin Abdul Qayyum, Ying-Tong Zhou, Xiaoning Qian et al. · 0 citations
Preprint Jul 2026

When Do Multi-Agent Systems Help? An Information Bottleneck Perspective

LLM powered multi-agent systems (MAS) have emerged as a promising paradigm for complex tasks. However, their advantages over single-agent systems (SAS) remain unclear, with performance varying inconsistently across settings. Here, we provide an information bottleneck perspective on elucidating the differences between MAS and SAS. Specifically, our key observation is that a SAS accumulates its full reasoning trace in one shared context, while a MAS uses isolated local contexts connected by bounded relay messages. We show that, under infinite relay bandwidth, any SAS can be simulated by a MAS that transmits the full upstream context. Thus, the nontrivial advantage of MAS arises under bounded relays, where compression introduces a fundamental trade-off: reducing redundant context can improve efficiency, but may also incur loss of task-relevant information. We formalize this trade-off as an information bottleneck controlled by an effective parameter $\beta$, which captures how the balance shifts with model capability, and shows that MAS gains arise when context reduction outweighs relay information loss. We conduct 18 controlled experiments across five benchmarks and three model scales to validate our theoretical studies. We observe that MAS consistently helps when relays are near-sufficient, especially for weaker models. In contrast, MAS gains shrink or reverse when relays incur information loss, especially for stronger models that can already extract useful information from redundant context and thus gain little from compression. Our study shows that multi-agent design is fundamentally an information-bottleneck optimization problem. This perspective explains when bounded inter-agent communication helps or hurts.

Wendi Yu, Lianhao Zhou, Xiangjue Dong et al. · 0 citations