💻 SALT (Salience-Aware Lexical Trie) has been introduced — a tool for efficient long-context compression in LLMs.
Instead of simply selecting the most relevant sentences, SALT builds a lexical tree (trie) based on the key themes of a document. This allows for an efficient distribution of the token budget across different topics and prevents "theme collapse," preserving important details in long dialogues.
🌍 The technology offers a new approach to context management (KV-cache), enabling efficient work with long documents under a limited token budget while maintaining semantic diversity.
👤 It allows for more economical and accurate use of LLM capabilities on long texts without losing important narrative nuances.
Source 1: https://github.com/oteomamo/SALT Source 2: https://arxiv.org/abs/2607.17486
