Papers › From Bytes to Ideas: Language Modeling with Autoregressive U-Nets

From Bytes to Ideas: Language Modeling with Autoregressive U-Nets

17 Jun 2025arXiv:2506.14761archive 2025-07-28

Mathurin Videau, Badr Youbi Idrissi, Alessandro Leite, Marc Schoenauer, Olivier Teytaud, David Lopez-Paz

Tokenization imposes a fixed granularity on the input text, freezing how a language model operates on data and how far in the future it predicts. Byte Pair Encoding (BPE) and similar schemes split text once, build a static vocabulary, and leave the model stuck with that choice. We relax this rigidity by introducing an autoregressive U-Net that learns to embed its own tokens as it trains. The network reads raw bytes, pools them into words, then pairs of words, then up to 4 words, giving it a multi-scale view of the sequence. At deeper stages, the model must predict further into the future -- anticipating the next few words rather than the next byte -- so deeper stages focus on broader semantic patterns while earlier stages handle fine details. When carefully tuning and controlling pretraining compute, shallow hierarchies tie strong BPE baselines, and deeper hierarchies have a promising trend. Because tokenization now lives inside the model, the same system can handle character-level tasks and carry knowledge across low-resource languages.

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="2506.14761")

Code

Syntology Ran 4 of 16 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 4 ran with no contract checked.

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

facebookresearch/lingua officialmentioned in paperpytorchBSD-3-Clause 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

16 samples harvested; 4 ran; 0 honoured the contract we drafted; 12 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.

4ran
12unverified

Licence: 0 of the 16 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 facebookresearch/lingua. “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.

dataclass_from_dict facebookresearch/lingua/lingua/args.py official repository ran BSD-3-Clause (permissive) · e0ebc4027f1bd03b · report
dataclass_to_dict facebookresearch/lingua/lingua/args.py official repository ran BSD-3-Clause (permissive) · 116b2f19f9a6148c · report
flatten_dict facebookresearch/lingua/lingua/args.py official repository ran BSD-3-Clause (permissive) · 15be2e56e073a228 · report
get_empty_buffer_state facebookresearch/lingua/lingua/data.py official repository ran BSD-3-Clause (permissive) · bfdcca22e67a0a67 · report
consolidate_checkpoints facebookresearch/lingua/lingua/checkpoint.py official repository unverified BSD-3-Clause (permissive) · a11baf6e8cca859b · report
dist_max facebookresearch/lingua/lingua/distributed.py official repository unverified BSD-3-Clause (permissive) · 9caf44ff8e00b1dc · report
dist_mean facebookresearch/lingua/lingua/distributed.py official repository unverified BSD-3-Clause (permissive) · d09c7072d82024f4 · report
distribute_data_to_rank facebookresearch/lingua/lingua/data.py official repository unverified BSD-3-Clause (permissive) · cc85b8b7fd6d3080 · report
find_and_sanitize_chunks facebookresearch/lingua/lingua/data.py official repository unverified BSD-3-Clause (permissive) · 9e7610ce761e17d3 · report
get_device_mesh facebookresearch/lingua/lingua/distributed.py official repository unverified BSD-3-Clause (permissive) · d9d11e6287ad4384 · report
get_num_params facebookresearch/lingua/lingua/metrics.py official repository unverified BSD-3-Clause (permissive) · 81d8582d1fab7bda · report
log_stats facebookresearch/lingua/lingua/probe.py official repository unverified BSD-3-Clause (permissive) · 22fbaa2caf605450 · report
lr_cosine facebookresearch/lingua/lingua/optim.py official repository unverified BSD-3-Clause (permissive) · 784760add5d1bc21 · report
lr_inv_sqrt facebookresearch/lingua/lingua/optim.py official repository unverified BSD-3-Clause (permissive) · 90403d20388a5636 · report
lr_linear facebookresearch/lingua/lingua/optim.py official repository unverified BSD-3-Clause (permissive) · 4e2454a79a8338d0 · report
mul_tiled facebookresearch/lingua/lingua/float8.py official repository unverified BSD-3-Clause (permissive) · 7255d9a8985034c9 · report

Tasks

Language ModelingLanguage Modelling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BPEFocus

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