Papers › SALT: Salience-Aware Lexical Trie for Long-Context Compression

SALT: Salience-Aware Lexical Trie for Long-Context Compression

20 Jul 2026arXiv:2607.17486added by Syntology

Oteo Mamo, Hyunjin Yi, Joydhriti Choudhury, Shangqian Gao, Weikuan Yu

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

As large language models (LLMs) process increasingly longer prompts, computation and KV-cache memory costs have emerged as major bottlenecks in inference systems. Existing input-level prompt compression methods address this, but rank each sentence by a scalar relevance score, treating the document as an unstructured pool of words and sentences. Under tight budgets, this causes theme collapse, where the dominant theme(s) of a document consumes the budget, discarding less-frequent yet task-relevant themes. Preserving thematic coverage instead requires allocating the budget across recurring themes rather than scoring sentences in isolation. To this end, we propose SALT, a model-agnostic extractive framework that organizes per-sentence keywords into a trie ordered by sentence frequency (SF), a lightweight, reusable proxy for document thematic structure. This trie-based organization smooths memory allocation and prevents dominant themes from monopolizing the budget. Multi-anchor retrieval activates trie nodes labeled by query keywords at any depth, and the trie persists across dialogue turns, supporting multi-turn use without re-encoding the document. By preserving document themes, SALT reduces the prefill computation and memory cost of long-context prompts while remaining composable with KV-cache methods that target decoding-time latency and memory.

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

Code

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

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

oteomamo/SALT 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

27 samples harvested; 24 ran; 0 honoured the contract we drafted; 3 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.

24ran
3unverified

Licence: 0 of the 27 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 oteomamo/SALT. “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.

append oteomamo/SALT/salt/agents/ledger.py found in paper text by Syntology ran MIT (permissive) · 3af1fd763069130b · report
ask_signals oteomamo/SALT/salt/agents/route.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 01b4dda99b654372 · report
bind oteomamo/SALT/salt/agents/personas.py found in paper text by Syntology ran MIT (permissive) · 767e18040cb2ca99 · report
build_context oteomamo/SALT/salt/agents/delegate.py found in paper text by Syntology ran MIT (permissive) · 1567aa16a9422ba2 · report
build_messages oteomamo/SALT/salt/agents/delegate.py found in paper text by Syntology ran MIT (permissive) · d1f4954d72388c6d · report
content_words oteomamo/SALT/salt/agents/provision.py found in paper text by Syntology ran MIT (permissive) · 8cfe218c7dea294a · report
find_kneedle oteomamo/SALT/salt/engine/trie_core.py found in paper text by Syntology ran MIT (permissive) · 0f5993b0b30ddafa · report
is_content_word oteomamo/SALT/salt/engine/trie_core.py found in paper text by Syntology ran MIT (permissive) · dcc5c7f539ccb999 · report
l2_norm oteomamo/SALT/salt/engine/trie_core.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 82b8d46e62a2da66 · report
ledger_path oteomamo/SALT/salt/agents/ledger.py found in paper text by Syntology ran MIT (permissive) · 3a81a6942e639f31 · report
load_persona oteomamo/SALT/salt/agents/personas.py found in paper text by Syntology ran MIT (permissive) · a8589040349e3800 · report
load_personas oteomamo/SALT/salt/agents/personas.py found in paper text by Syntology ran MIT (permissive) · d339d5d3738be461 · report
note_for oteomamo/SALT/salt/agents/provision.py found in paper text by Syntology ran MIT (permissive) · 13781df55d2f0b12 · report
note_overlaps oteomamo/SALT/salt/agents/provision.py found in paper text by Syntology ran MIT (permissive) · 0df22715de156076 · report
planning_gen oteomamo/SALT/salt/agents/orchestrator.py found in paper text by Syntology ran MIT (permissive) · 3019c1d3fbf88495 · report
planning_tokens oteomamo/SALT/salt/agents/orchestrator.py found in paper text by Syntology ran MIT (permissive) · c507db30b996bc56 · report
probe oteomamo/SALT/salt/agents/roster.py found in paper text by Syntology ran MIT (permissive) · 4b51afc4533e2253 · report
record oteomamo/SALT/salt/agents/ledger.py found in paper text by Syntology ran MIT (permissive) · f6c6f99fe9f5c619 · report
reply_text oteomamo/SALT/salt/agents/protocol.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 2acc8e34135cae57 · report
round_signals oteomamo/SALT/salt/agents/route.py found in paper text by Syntology ran MIT (permissive) · df7ffb271bbac304 · report
schema_body oteomamo/SALT/salt/agents/roster.py found in paper text by Syntology ran MIT (permissive) · 4b0eb16b39c5293b · report
strip_think oteomamo/SALT/salt/agents/protocol.py found in paper text by Syntology ran fingerprinted MIT (permissive) · abd162e69d07fc65 · report
think_text oteomamo/SALT/salt/agents/protocol.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 009704a715791a01 · report
window_max_tokens oteomamo/SALT/salt/agents/delegate.py found in paper text by Syntology ran MIT (permissive) · 32b2b36f89d792fa · report
load_roster oteomamo/SALT/salt/agents/roster.py found in paper text by Syntology unverified MIT (permissive) · fcb12245917073e6 · report
prep_doc_sentences oteomamo/SALT/salt/compress.py found in paper text by Syntology unverified MIT (permissive) · 36ad5fa7d4d42ead · report
roster_signals oteomamo/SALT/salt/agents/route.py found in paper text by Syntology unverified MIT (permissive) · 6d4b7b14cc471e39 · report

Results from the paper

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

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 1 leaderboard for this paper and did not place the paper on it: 1 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

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