paper-with-me

홈 › Papers

Telegraph English: Semantic Prompt Compression via Structured Symbolic Rewriting

2026-05-06 · Mikhail L. Arbuzov, Sisong Bei, Ziwei Dong, Dmitri Kalaev, Alexey A. Shvets arxiv

We introduce Telegraph English (TE), a prompt-compression protocol that rewrites natural language into a symbol-rich, formally-structured dialect. Where token-deletion methods such as LLMLingua-2 train a classifier to delete low-importance tokens at a fixed ratio, TE performs a full semantic rewrite: it decomposes the input into atomic fact lines, substitutes verbose phrases with $\sim$40 logical and relational symbols, and lets the compression ratio adapt to each document's information density. A consequence of the line-structure rule is that compression and semantic chunking become the same operation -- each output line is an independently addressable fact, so the compressed representation is simultaneously a semantic index. We evaluate TE on 4{,}081 question-answer pairs from LongBench-v2 across five OpenAI models and two difficulty levels. At roughly 50\% token reduction, TE preserves 99.1\% accuracy on key facts with GPT-4.1 and outperforms LLMLingua-2 at matched compression ratios on every model and task tested. The gap widens on smaller models -- up to 11 percentage points on fine-detail tasks -- suggesting that explicit relational structure compensates for limited model capacity. We release the grammar specification, compression prompt, benchmark data, and reference implementation.

📄 PDF Abstract BibTeX arXiv:2605.04426

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Context Compression Is Not One Thing: Readable Symbolic Re-expression vs. Coherent Summary at Matched Budget

2026-06-12 · Sisong Bei, Mikhail L. Arbuzov, Ziwei Dong, Dmitri Kalaev 외 arxiv

We study context compression for multi-hop question answering with small language models. We propose Telegraph English, a readable symbolic format that rewrites retrieved passages into structured entity-relation statemen…

Multi-hop Question Answering

FrugalPrompt: Reducing Contextual Overhead in Large Language Models via Token Attribution

2025-10-18 · Syed Rifat Raiyan, Md Farhan Ishmam, Abdullah Al Imran, Mohammad Ali Moni arxiv

Human communication heavily relies on laconism and inferential pragmatics, allowing listeners to successfully reconstruct rich meaning from sparse, telegraphic speech. In contrast, large language models (LLMs) owe much o…

A SICK cure for the evaluation of compositional distributional semantic models

2014-05-01 · LREC 2014 5 · Marco Marelli, Stefano Menini, Marco Baroni, Luisa Bentivogli 외

Shared and internationally recognized benchmarks are fundamental for the development of any computational system. We aim to help the research community working on compositional distributional semantic models (CDSMs) by p…

Natural Language InferenceSentence

Gold Corpus for Telegraphic Summarization

2018-08-01 · COLING 2018 8 · Chanakya Malireddy, Srivenkata N M Somisetty, Manish Shrivastava

Most extractive summarization techniques operate by ranking all the source sentences and then select the top ranked sentences as the summary. Such methods are known to produce good summaries, especially when applied to n…

ArticlesExtractive Summarization

Lost in Compression: A Controlled Cross-Lingual Audit of Extractive Prompt Compressors

2026-07-27 · Mantas Lukauskas hf

Extractive prompt compression promises to cut LLM inference costs by removing low-information tokens, and learned compressors such as LLMLingua-2 report strong results on English benchmarks. Most other languages already …