← Search

Dawid Jan Kopiczko

3 accepted papers

2026

What Layers When: Learning to Skip Compute in LLMs with Residual Gates

ICLR 2026poster

We introduce GateSkip, a simple residual-stream gating mechanism that enables token-wise layer skipping in decoder-only LMs. Each Attention/MLP branch is equipped with a sigmoid-linear gate that compresses the branch’s output before it re-enters the residual stream. During inference we rank tokens b…

Cited by 0SourcecodeScholar
2025

Bitune: Leveraging Bidirectional Attention to Improve Decoder-Only LLMs

EMNLP 2025

Decoder-only large language models typically rely solely on masked causal attention, which limits their expressiveness by restricting information flow to one direction. We propose Bitune, a method that enhances pretrained decoder-only LLMs by incorporating bidirectional attention into prompt process