Papers › Paritok-4B: Intent-Conditioned Context Compression for Coding Agents

Paritok-4B: Intent-Conditioned Context Compression for Coding Agents

25 Aug 2026arXiv:2608.24188added by Syntology

Jiayu Shi, Luzhuo Chen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Coding agents re-send large file reads and tool outputs to a frontier LLM every turn, and this context dominates their token bill. General-purpose prompt compressors are trained on prose and suit code poorly: they paraphrase identifiers and drop the exact spans an agent needs to edit. We present Paritok-4B, a 4B LoRA compressor for coding-agent trajectories built on two commitments. It is extractive: it selects spans rather than rewriting them, and 96.0% of the identifiers, paths, and numbers it emits already appear in its input, holding at 96.2% on held-out SWE-bench Lite output. It is intent-conditioned: told the agent's current task, it acts chiefly inside a retained segment, selecting which lines survive (retained lines are +0.067 more intent-relevant than removed ones, paired 95% CI [+0.056, +0.078]) rather than changing how much is retained. We distil a gpt-4.1-mini teacher over 67,074 real OpenHands trajectories into 40,606 validated examples and fine-tune Qwen3-4B. On all 300 SWE-bench Lite instances, Paritok-4B compresses agent context to 25.7% of its size, 2.0x harder than a gpt-4.1-mini compressor (50.2%) and 2.4x harder than gpt-5 (61.9%), while retaining 86.5% of uncompressed single-shot solve quality. Fed the cat -n line-numbered input real agents produce, it compresses slightly less (27.8%) and retains more (89.3%); there the paired test is informative, with 30 instances solved only uncompressed and 17 only compressed, an exact McNemar p=0.079, so at this sample size compressing context to roughly a quarter of its size does not significantly reduce the solve rate. The model is a 264 MB adapter that self-hosts on one 24 GB GPU with no per-token compressor fee, which at list prices decides the economics: gpt-5 as a compressor is net-negative, costing more than the downstream tokens it saves. Weights, data, and evaluation scripts are open (Apache 2.0).

PaperPDFCode Syntology ran

In Syntology 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="2608.24188")

Code

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

By repository: found in paper text by Syntology: 11 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Paritok-official/paritok-4b-v1 found in paper text by Syntology report

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

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

7ran
4unverified

Licence: 0 of the 11 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 Paritok-official/paritok-4b-v1. “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.

apply_selection Paritok-official/paritok-4b-v1/paritok/tool_topk.py found in paper text by Syntology ran Apache-2.0 (permissive) · 873b2f50274887b3 · report
content_hash Paritok-official/paritok-4b-v1/paritok/storage.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · dcaf987a228b2052 · report
is_expand_call Paritok-official/paritok-4b-v1/paritok/pipelines/virtual.py found in paper text by Syntology ran Apache-2.0 (permissive) · 54d1f09ecff523fc · report
is_virtual_tool_call Paritok-official/paritok-4b-v1/paritok/pipelines/virtual.py found in paper text by Syntology ran Apache-2.0 (permissive) · 60354326a5e0c943 · report
looks_like_missing_tool_help Paritok-official/paritok-4b-v1/paritok/tool_topk.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1ef84960d2b01625 · report
match_region Paritok-official/paritok-4b-v1/paritok/pipelines/edit_recovery.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · fa73c5db1a0fbd68 · report
strip_read_line_numbers Paritok-official/paritok-4b-v1/paritok/pipelines/edit_recovery.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · cd3e7e762ba0cc48 · report
apply_selection_adaptive Paritok-official/paritok-4b-v1/paritok/tool_topk.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0a1c71ee1daac8f4 · report
build_shadow_storage Paritok-official/paritok-4b-v1/paritok/storage.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2718e4da2b56c44d · report
parse_shell_replaces Paritok-official/paritok-4b-v1/paritok/pipelines/codex_edit_recovery.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 23903c550ccee149 · report
recover_edit Paritok-official/paritok-4b-v1/paritok/pipelines/edit_recovery.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0857a4b13cc34b09 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.24188, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

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