Papers › Forgetting Transformer: Softmax Attention with a Forget Gate

Forgetting Transformer: Softmax Attention with a Forget Gate

3 Mar 2025arXiv:2503.02130archive 2025-07-28

Zhixuan Lin, Evgenii Nikishin, Xu Owen He, Aaron Courville

An essential component of modern recurrent sequence models is the forget gate. While Transformers do not have an explicit recurrent form, we show that a forget gate can be naturally incorporated into Transformers by down-weighting the unnormalized attention scores in a data-dependent way. We name this attention mechanism Forgetting Attention and the resulting model the Forgetting Transformer (FoX). We show that FoX outperforms the Transformer on long-context language modeling, length extrapolation, and short-context downstream tasks, while performing on par with the Transformer on long-context downstream tasks. Moreover, it is compatible with the FlashAttention algorithm and does not require any positional embeddings. Several analyses, including the needle-in-the-haystack test, show that FoX also retains the Transformer's superior long-context capabilities over recurrent sequence models such as Mamba-2, HGRN2, and DeltaNet. We also introduce a "Pro" block design that incorporates some common architectural components in recurrent sequence models and find it significantly improves the performance of both FoX and the Transformer. Our code is available at https://github.com/zhixuan-lin/forgetting-transformer.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2503.02130")

Code

Syntology Ran 2 of 13 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

By repository: official repository: 13 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zhixuan-lin/forgetting-transformer officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 2 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
11unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zhixuan-lin/forgetting-transformer. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

elu_p1 zhixuan-lin/forgetting-transformer/src/forgetting_transformer/model/delta_net/delta_net_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · bc4bddefd7540078 · report
sum_norm zhixuan-lin/forgetting-transformer/src/forgetting_transformer/model/delta_net/delta_net_layer.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · e544fdb6373b9f42 · report
constant_schedule zhixuan-lin/forgetting-transformer/src/forgetting_transformer/schedule/schedule.py official repository unverified MIT (permissive) · f4bcdc1cf181abd3 · report
convert_to_numpy zhixuan-lin/forgetting-transformer/src/forgetting_transformer/logger.py official repository unverified MIT (permissive) · 47a1ac03e43d6cff · report
convert_to_scalar zhixuan-lin/forgetting-transformer/src/forgetting_transformer/logger.py official repository unverified MIT (permissive) · df304bdd056129a1 · report
group_parameters zhixuan-lin/forgetting-transformer/src/forgetting_transformer/utils.py official repository unverified MIT (permissive) · 5e23b22ed11c3731 · report
is_power_of_two zhixuan-lin/forgetting-transformer/src/forgetting_transformer/utils.py official repository unverified MIT (permissive) · 5c43f7270b7b5ef0 · report
is_valid_filename zhixuan-lin/forgetting-transformer/src/forgetting_transformer/logger.py official repository unverified MIT (permissive) · f474d27c0cab10e5 · report
join_schedules zhixuan-lin/forgetting-transformer/src/forgetting_transformer/schedule/schedule.py official repository unverified MIT (permissive) · 07f244414412b732 · report
maybe_contiguous zhixuan-lin/forgetting-transformer/src/forgetting_transformer/ops/forgetting_attention.py official repository unverified MIT (permissive) · 58e6542897e7d424 · report
one_minus_sqrt_schedule zhixuan-lin/forgetting-transformer/src/forgetting_transformer/schedule/schedule.py official repository unverified MIT (permissive) · 46cd56c1ad913051 · report
rounded_multiple zhixuan-lin/forgetting-transformer/src/forgetting_transformer/ops/forgetting_attention.py official repository unverified MIT (permissive) · d0340dda6fca386f · report
safe_divide zhixuan-lin/forgetting-transformer/src/forgetting_transformer/utils.py official repository unverified MIT (permissive) · e9970b6ad2c69c84 · report

Tasks

Language ModelingLanguage ModellingMamba

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections