pith. sign in

arxiv: 2606.19857 · v1 · pith:2ATMMM4Qnew · submitted 2026-06-18 · 💻 cs.CL · cs.AI

Large Language Models Do Not Always Need Readable Language

Pith reviewed 2026-06-26 17:43 UTC · model grok-4.3

classification 💻 cs.CL cs.AI
keywords BabelTelesemantic fidelitymodel-centric representationstext compressionLLM promptingnon-natural languageinstruction-tuned modelsmulti-agent communication
0
0 comments X

The pith

BabelTele encodes instructions in compact non-natural text that LLMs recover with 99.5% semantic fidelity at 27.9% original length.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper tests whether semantic information for LLMs can be encoded in text that is not human-readable but remains recoverable by models. It treats BabelTele as an empirical probe into such model-centric representations rather than a fixed protocol. Through readability checks, likelihood measures, human questionnaires, and task evaluations, the representations condense text volume to 27.9% while retaining 99.5% semantic fidelity. The results indicate that human readability, natural-language typicality, and model-side semantic recoverability can be partially decoupled.

Core claim

BabelTele can substantially depart from ordinary natural language while preserving core semantics for instruction-tuned LLMs. As a task-agnostic representational paradigm, BabelTele demonstrates high information density, maintaining 99.5% semantic fidelity even when the text volume is condensed to 27.9% of its original length. It further shows semantic robustness in cross-model transfer, agent memory, and multi-agent communication, with effectiveness depending on the compressor-reader pair and task setting.

What carries the argument

BabelTele, a class of model-centric textual representations approached as an empirical probe that sacrifices human readability for compactness while remaining recoverable by LLMs.

If this is right

  • Context overhead can be reduced while generally maintaining reliable downstream performance.
  • Semantic robustness holds in cross-model transfer, agent memory, and multi-agent communication scenarios.
  • Human readability and model semantic recoverability can be partially decoupled in LLM systems.
  • BabelTele functions as a task-agnostic paradigm that supports high information density.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Further specialization of the compressor for a fixed reader model could push condensation ratios higher than the reported 27.9%.
  • The same decoupling might apply to structured outputs such as JSON or code, reducing token counts in agent loops.
  • If adopted, model-native channels could create communication that is opaque to human oversight by design.

Load-bearing premise

The downstream task evaluations, cross-model transfer tests, and human questionnaires accurately isolate semantic preservation rather than allowing models to exploit superficial statistical patterns or task-specific shortcuts from the compression method.

What would settle it

A new compressor-reader pair or downstream task where measured semantic fidelity falls substantially below 99% even after accounting for the paper's stated dependency on that specific pair.

Figures

Figures reproduced from arXiv: 2606.19857 by Chen Zhang, Haoxuan Peng, Jiayi Zhu, Junxi Wang, Liang Ke, Linfeng Zhang.

Figure 1
Figure 1. Figure 1: As illustrated, BabelTele representation dif￾fers substantially from verbose natural language: the text is significantly more compact, indicating a much higher information density. While the compressed rep￾resentation is much less human-readable, it remains well-interpreted by LLMs, which can understand the original meaning without any distortion. a unified paradigm: knowledge is represented in natural lan… view at source ↗
Figure 2
Figure 2. Figure 2: QA accuracy for human readers and Gem￾ini 3.1 Pro on original and BabelTele inputs. The y-axis starts at 25%, the random-choice baseline for four-option QA. Brackets indicate absolute changes in percentage points. However, [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Accuracy-retention comparison with response chain-of-thought token scale. Each panel corresponds to one benchmark-reader setting. Token reduction is computed as one minus the realized context retention ratio, relative accuracy is normalized by the corresponding no-compression baseline, and circle area denotes the average number of response thought-chain tokens. Dashed colored curves indicate method-level f… view at source ↗
Figure 4
Figure 4. Figure 4: Response chain-of-thought token multiplier versus realized context retention ratio. Each marker corresponds to one compression run. Colors indicate compression methods, the y-axis is normalized by the corresponding no-compression baseline, and the hori￾zontal dashed line marks 1× chain-of-thought token us￾age. Solid colored curves show method-level smoothed trends. context retention and response chain-of-t… view at source ↗
Figure 5
Figure 5. Figure 5: Comparison of compression rates of differ￾ent models. We selected 180 samples from the Short subset of the LongBench v2 benchmark and processed them using BabelTele. LongBench Cross-Model Accuracy Matrix Retained accuracy 77.6% 100% 109.3% Compression model Answering model Baseline Gemini GPT Qwen Kimi Doubao Gemini GPT Qwen DeepSeek Kimi Doubao 66.11 100.00% 66.11 100.00% 72.22 109.24% 68.33 103.32% 62.78… view at source ↗
Figure 6
Figure 6. Figure 6: Accuracy transfer matrix on 180 samples from the Short subset of LongBench v2. Each row denotes answering models and columns denote com￾pression models, with the Baseline column indicating no compression. Cell color summarizes retained perfor￾mance relative to the no-compression baseline for the same answering model, and each cell reports absolute accuracy with retained performance shown below. between 80%… view at source ↗
Figure 7
Figure 7. Figure 7: Accuracy transfer matrix on QuALITY. The matrix follows the same answering-model by compression-model layout and encoding as [PITH_FULL_IMAGE:figures/full_fig_p007_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Response chain-of-thought token transfer matrix on 180 samples from the Short subset of Long￾Bench v2. Rows denote answering models and columns denote compression models, with the Baseline column indicating no compression. Cell color summarizes the response chain-of-thought token ratio relative to the no￾compression baseline for the same answering model, and each cell reports chain-of-thought tokens with r… view at source ↗
Figure 10
Figure 10. Figure 10: Representative document-level BabelTele example. The source excerpt indicates the genre and information density of the original legal document; the BabelTele panel shows the complete compressed output generated from the full document. 20 [PITH_FULL_IMAGE:figures/full_fig_p020_10.png] view at source ↗
read the original abstract

Large language models (LLMs) are commonly prompted and interfaced with human-readable natural language, even when the intended reader is another model. This paper investigates whether semantic information can be encoded in compact, non-standard textual forms that sacrifice human readability while remaining recoverable by LLMs. We refer to this class of model-centric textual representations as BabelTele, approached here not as a fixed protocol but as an empirical probe into LLMs' capacity to generate and interpret such representations. Through readability diagnostics, model likelihood measures, human questionnaires, and downstream task evaluations, we find that BabelTele can substantially depart from ordinary natural language while preserving core semantics for instruction-tuned LLMs. As a task-agnostic representational paradigm, BabelTele demonstrates high information density, maintaining 99.5% semantic fidelity even when the text volume is condensed to 27.9% of its original length. We further evaluate its semantic robustness in cross-model transfer, agent memory, and multi-agent communication. Results suggest that BabelTele can reduce context overhead while generally maintaining reliable downstream performance, although its effectiveness depends on the compressor-reader pair and task setting. These findings indicate that human readability, natural-language typicality, and model-side semantic recoverability can be partially decoupled, opening a path toward model-native representations in future exploration of LLM systems.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 3 minor

Summary. The manuscript proposes BabelTele as an empirical class of compact, non-standard textual representations that depart from natural language while remaining interpretable by instruction-tuned LLMs. It reports that these representations achieve 99.5% semantic fidelity at 27.9% of original text volume, supported by readability diagnostics, model likelihood measures, human questionnaires, downstream task evaluations, and tests of cross-model transfer, agent memory, and multi-agent communication. The central claim is that human readability, natural-language typicality, and model-side semantic recoverability can be partially decoupled.

Significance. If the empirical results hold under rigorous controls, the work provides evidence that LLMs can operate on model-native representations that sacrifice human readability for information density. This could reduce context overhead in multi-agent and memory settings. The paper ships concrete quantitative outcomes (fidelity and length ratios) and evaluates transfer across models and tasks, which strengthens the probe into non-natural-language encodings.

major comments (3)
  1. [Abstract, §4] Abstract and evaluation sections: the 99.5% semantic fidelity figure is presented without an explicit definition of the metric (e.g., whether it is task accuracy, embedding similarity, or human judgment), without listed baselines, and without stating whether the downstream tasks or models used for measurement overlap with those shaping the representations. This directly bears on the central claim because the skeptic concern—that fidelity may reflect task-specific shortcuts rather than recoverable core semantics—cannot be assessed without these details.
  2. [§3] Methods and generation procedure: no description is given of how BabelTele strings are produced or selected; if the compression procedure was tuned or post-hoc filtered using the same evaluation distribution, the reported fidelity and length reduction would be circular by construction and would not demonstrate decoupling from natural language.
  3. [§5] Cross-model transfer and multi-agent results: the paper must clarify whether the compressor-reader pairs and tasks in the transfer experiments are fully disjoint from those used to validate the 99.5% fidelity number; otherwise the robustness claim rests on potentially correlated evaluations.
minor comments (3)
  1. [Introduction] Notation for 'BabelTele' is introduced as both a class and an empirical probe; a single consistent definition would improve clarity.
  2. [§4.3] Human questionnaire results would benefit from reporting inter-annotator agreement and exact question wording.
  3. [Abstract] The abstract states '99.5% semantic fidelity' and '27.9% length' without citing the precise table or figure that contains these numbers.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the constructive feedback. We address each major comment below with clarifications and commit to revisions that strengthen the manuscript's transparency without altering its core claims.

read point-by-point responses
  1. Referee: [Abstract, §4] Abstract and evaluation sections: the 99.5% semantic fidelity figure is presented without an explicit definition of the metric (e.g., whether it is task accuracy, embedding similarity, or human judgment), without listed baselines, and without stating whether the downstream tasks or models used for measurement overlap with those shaping the representations. This directly bears on the central claim because the skeptic concern—that fidelity may reflect task-specific shortcuts rather than recoverable core semantics—cannot be assessed without these details.

    Authors: The 99.5% figure is the ratio of downstream task accuracy (question answering, classification, and summarization) achieved with BabelTele versus original text, averaged across the evaluated models. Baselines include natural-language prompts and length-matched random token sequences. Representations were generated via a task-agnostic compression prompt on a separate model instance; no evaluation-task data influenced generation. We will revise the abstract and §4 to state the metric definition explicitly, list all baselines, and add a sentence confirming the generation process was independent of the reported evaluation sets. revision: yes

  2. Referee: [§3] Methods and generation procedure: no description is given of how BabelTele strings are produced or selected; if the compression procedure was tuned or post-hoc filtered using the same evaluation distribution, the reported fidelity and length reduction would be circular by construction and would not demonstrate decoupling from natural language.

    Authors: BabelTele strings are generated by feeding source text to an instruction-tuned LLM with a fixed, task-independent prompt that requests maximal semantic compression while minimizing human readability. No post-selection or filtering on downstream metrics occurred; length and readability scores alone determined inclusion. We will expand §3 with the exact prompt template, the generator model, and an explicit statement that no evaluation-distribution data was used in prompting or filtering, thereby removing any circularity concern. revision: yes

  3. Referee: [§5] Cross-model transfer and multi-agent results: the paper must clarify whether the compressor-reader pairs and tasks in the transfer experiments are fully disjoint from those used to validate the 99.5% fidelity number; otherwise the robustness claim rests on potentially correlated evaluations.

    Authors: The transfer experiments employ distinct compressor-reader model pairs (different base models and sizes) and a held-out task subset not used in the primary fidelity measurements. We will add a dedicated paragraph and table in §5 that enumerates every compressor-reader pair and task partition, explicitly confirming the disjointness from the 99.5% validation set. revision: yes

Circularity Check

0 steps flagged

No circularity: empirical measurements only

full rationale

The paper reports an empirical probe into BabelTele representations via readability diagnostics, model likelihood measures, human questionnaires, and downstream task evaluations. No equations, derivations, fitted parameters renamed as predictions, or self-citation load-bearing steps appear in the abstract or described content. Central numbers (99.5% fidelity at 27.9% length) are presented as direct experimental outcomes rather than reductions to self-defined inputs. The work is self-contained against external benchmarks with no load-bearing self-referential chains.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 1 invented entities

The central claim rests on the empirical observation that non-standard text can preserve semantics for LLMs; the main untested premise is that the chosen evaluation suite measures true semantic equivalence rather than surface-level recoverability.

axioms (1)
  • domain assumption Instruction-tuned LLMs can recover core semantics from text that deviates substantially from natural language distributions.
    Invoked when claiming that BabelTele preserves semantics despite low human readability.
invented entities (1)
  • BabelTele no independent evidence
    purpose: Class of compact, non-standard textual representations optimized for model recoverability rather than human readability.
    Introduced as the central object of study; no independent evidence outside the paper's own tests is provided.

pith-pipeline@v0.9.1-grok · 5768 in / 1373 out tokens · 18090 ms · 2026-06-26T17:43:43.025790+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

59 extracted references · 8 canonical work pages · 6 internal anchors

  1. [1]

    OpenReview.net. GLM-5-Team, :, Aohan Zeng, Xin Lv, Zhenyu Hou, Zhengxiao Du, Qinkai Zheng, Bin Chen, Da Yin, Chendi Ge, Chenghua Huang, Chengxing Xie, Chenzheng Zhu, Congfeng Yin, Cunxiang Wang, Gengzheng Pan, Hao Zeng, Haoke Zhang, Hao- ran Wang, and 168 others. 2026. Glm-5: from vibe coding to agentic engineering.Preprint, arXiv:2602.15763. Google DeepM...

  2. [2]

    Kimi K2.5: Visual Agentic Intelligence

    LongLLMLingua: Accelerating and enhanc- ing LLMs in long context scenarios via prompt com- pression. InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Vol- ume 1: Long Papers), pages 1658–1677, Bangkok, Thailand. Association for Computational Linguistics. Jinhao Jiang, Kun Zhou, Zican Dong, Keming Ye, Xin Zhao, and...

  3. [3]

    InProceedings of the 2023 Conference on Empirical Methods in Natu- ral Language Processing, pages 6342–6353, Singa- pore

    Compressing context to enhance inference ef- ficiency of large language models. InProceedings of the 2023 Conference on Empirical Methods in Natu- ral Language Processing, pages 6342–6353, Singa- pore. Association for Computational Linguistics. 10 Zeju Li, Yizhou Zhou, and Qiang Xu. 2026. Latent con- text compilation: Distilling long context into compact ...

  4. [4]

    Evaluating very long-term conversational memory of LLM agents. InProceedings of the 62nd Annual Meeting of the Association for Com- putational Linguistics (Volume 1: Long Papers), ACL 2024, Bangkok, Thailand, August 11-16, 2024, pages 13851–13870. Association for Computational Lin- guistics. Samuele Marro, Emanuele La Malfa, Jesse Wright, Guo- hao Li, Nig...

  5. [5]

    Training language models to follow instruc- tions with human feedback. InAdvances in Neural Information Processing Systems 35: Annual Confer- ence on Neural Information Processing Systems 2022, NeurIPS 2022, New Orleans, LA, USA, November 28 - December 9, 2022. Charles Packer, Vivian Fang, Shishir G. Patil, Kevin Lin, Sarah Wooders, and Joseph E. Gonzalez...

  6. [6]

    Association for Computational Linguistics. C. E. Shannon. 1948. A mathematical theory of com- munication.The Bell System Technical Journal, 27(3):379–423. Hugo Touvron, Louis Martin, Kevin Stone, Peter Al- bert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti 11 Bhosale, Dan Bikel, Lukas Blecher, Cristian Canton...

  7. [7]

    A-MEM: Agentic Memory for LLM Agents

    OpenReview.net. Wujiang Xu, Zujie Liang, Kai Mei, Hang Gao, Juntao Tan, and Yongfeng Zhang. 2025. A-MEM: agentic memory for LLM agents.CoRR, abs/2502.12110. An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, Chujie Zheng, Dayi- heng Liu, Fan Zhou, Fei Huang, Feng Hu, Hao Ge, Haoran Wei, H...

  8. [8]

    MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent

    Exchange-of-thought: Enhancing large lan- guage model capabilities through cross-model com- munication. InProceedings of the 2023 Conference on Empirical Methods in Natural Language Process- ing, pages 15135–15153, Singapore. Association for Computational Linguistics. Ori Yoran, Tomer Wolfson, Ori Ram, and Jonathan Be- rant. 2024. Making retrieval-augment...

  9. [9]

    Symbolic prompting is another nearby direction

    and Agora (Marro et al., 2024) explore reasoning-trace exchange and scalable communi- cation among LLM agents. Symbolic prompting is another nearby direction. MetaGlyph (van Gassen,

  10. [10]

    LLM-native high-density communication language

    compresses instructions with symbolic met- alanguages, while structured prompting uses non- natural-language formats such as code, JSON, and tables (Gao et al., 2023; Jiang et al., 2023b; Schn- abel and Neville, 2024). BabelTele differs in that it does not rely on a manually designed symbolic lan- guage or a fixed schema. Instead, it studies whether LLMs ...

  11. [11]

    ,→ ,→ ,→

    Omnilingual: Move freely across all human languages (Chinese, English, German compounds, Japanese kanji, Latin roots, etc.) and choose the word with the highest single-token information density for the given context. ,→ ,→ ,→

  12. [12]

    ,→ ,→ ,→

    Symbolic Collapse: Heavily use mathematical symbols (forall, exists, in, =>), emoji, and isolated punctuation to replace prepositions, conjunctions, and explanatory long sentences. ,→ ,→ ,→

  13. [13]

    Dynamically invent the most token-efficient special single-character separators/anchors for the text you are processing

    Adaptive Routing: Do not use fixed format labels such as `Meta:`,`Ent:`, or`[ ]`. Dynamically invent the most token-efficient special single-character separators/anchors for the text you are processing. ,→ ,→ ,→ # Level 2: Semantic Checklist - Pursue Extreme Accuracy Although the format is completely free, during compression you must strongly maintain att...

  14. [14]

    Do not confuse ownership or dependency relations

    Entities & Graphs: Accurately bind people/organizations/concepts to their corresponding attributes. Do not confuse ownership or dependency relations. ,→ ,→ ,→

  15. [15]

    Estimation or rounding is strictly forbidden

    Exact Quantities: Preserve all exact numbers, metrics, mathematical formulas, and hyperparameters verbatim. Estimation or rounding is strictly forbidden. ,→ ,→

  16. [16]

    Logic & Boundaries: Clearly preserve conditional branches (If/Then), causal chains, and exceptions.,→

  17. [17]

    Comparisons: Precisely extract multi-target comparison matrices or experimental conclusions.,→

  18. [18]

    adaptive Babel-Telegraph

    Anti-Hallucination: Preserve special placeholders from the original document, such as`BIBREF`. Never invent missing information not mentioned in the source. ,→ ,→ # Task Combine Level 1's freely extreme compression with Level 2's precise information preservation. Directly output the compressed "adaptive Babel-Telegraph" without any preface. ,→ ,→ ,→ C.2.2...

  19. [19]

    Babel Traversal (Omnilingual Density): Break single-language boundaries. Move freely across English, Chinese, Japanese kanji, German compounds, and Latin roots, and force the use of the highest information-density vocabulary for each meaning, meaning the wording that consumes the fewest tokens. ,→ ,→ ,→ ,→ ,→

  20. [20]

    Symbolic Collapse: Strictly forbid long English labels such as`Meta`,`Entity`,`Except`, and`Condition`. Use mathematical/logical symbols (forall, exists, in, not-in, intersection, ->, <->, therefore, because), punctuation abbreviations, or emoji to map complex prepositions, logical flow, and causal relations. ,→ ,→ ,→ ,→ ,→

  21. [21]

    Do not wrap them in token-costly JSON/array brackets

    Zero-Overhead Structure: - Extract entities, attributes, and key-value pairs (`K=V`). Do not wrap them in token-costly JSON/array brackets. Directly connect them compactly with the shortest separators, such as`|`,`^`, or`~`. ,→ ,→ ,→ 16 - Preserve all absolute exact values (formulas, numbers, hyperparameters, matrix relations), but remove all redundant ex...

  22. [22]

    Babel-Telegraph

    Lossless Logic: Precisely preserve all macro architecture (`Macro/Meta`), conditional boundaries (`If/Except`), comparative evaluations (`Ref/Matrix`), and placeholders such as`BIBREF`, but express them in the shortest cryptographic-grade form. Hallucinating or inventing missing data is strictly forbidden. Use`NULL`or`?`for unknowns. ,→ ,→ ,→ ,→ ,→ ,→ # O...

  23. [30]

    NEVER interpolate missing data; use`@Uncertain`for ambiguous estimates

    Anti-Hallucination: Strictly preserve all original placeholders (e.g.,`BIBREF`,`TABREF`). NEVER interpolate missing data; use`@Uncertain`for ambiguous estimates. ,→ ,→ ,→

  24. [31]

    LLM-native high-density communication language

    Break language boundaries (Omnilingual): Completely abandon the grammar of any single language. For extreme token savings, move freely across all human languages (Chinese, English, German compounds, Japanese kanji, Latin roots, etc.) and choose the vocabulary with the highest information density in the given context. ,→ ,→ ,→ ,→ ,→ Directly output the com...

  25. [36]

    Babel-Telegraph

    Directly output the compressed text and nothing else. # Task Compress the following`[Source Text]`as much as possible into a "Babel-Telegraph.",→ C.2.6 BT-P6: Structured Mapping Control # Compress the following content into the absolute shortest possible token sequence. Do not lose any information. You may refer to the following methods. ,→ ,→

  26. [44]

    Babel-Telegraph

    Anti-Hallucination: Strictly preserve all original placeholders (e.g.,`BIBREF`,`TABREF`). NEVER interpolate missing data; use`@Uncertain`for ambiguous estimates. ,→ ,→ ,→ Directly output the compressed content. C.2.7 BT-P7: Canonical BabelTele Objective Your task: compress verbose human text into a minimal token sequence. The audience is not human, but an...

  27. [45]

    On first occurrence,`@[abbrev=full name]`may be used to define abbreviations

    Macro/Section: Use`S[topic/abbrev]`to define macro modules. On first occurrence,`@[abbrev=full name]`may be used to define abbreviations. ,→ ,→

  28. [46]

    Flatten parallel items as`[A,B,C]`.,→

    Entities & Attributes: Use`*(entity):K=V`. Flatten parallel items as`[A,B,C]`.,→

  29. [47]

    Never estimate

    Quantities & Config: Directly extract exact values/parameters using`Config[target]:K=V(unit)`. Never estimate. ,→ ,→

  30. [48]

    For relative relations, use`>,<,==,!=,=>,<=>`.,→

    Math & Logic: Use native mathematical/logical symbols. For relative relations, use`>,<,==,!=,=>,<=>`.,→

  31. [49]

    Use `forallparent:{child1,child2}`for nesting/hierarchy.,→

    Flow & Nesting: Use`A>B>C`for pipelines. Use `forallparent:{child1,child2}`for nesting/hierarchy.,→

  32. [50]

    Use`!object:detail`for exceptions/boundaries

    Conditions & Exceptions: Use`?condition=>action`for conditional actions. Use`!object:detail`for exceptions/boundaries. ,→ ,→

  33. [51]

    Evaluation & Comparison: Use`Eval[A/B]:conclusion`for comparison matrices, or the two-dimensional shorthand`A vs B:result`. ,→ ,→

  34. [52]

    Strictly use`NULL`or`?`for missing data

    Anti-Hallucination: Preserve original placeholders such as `BIBREF`verbatim. Strictly use`NULL`or`?`for missing data. ,→ ,→ Directly output text that follows the above mapping rules and incorporates multilingual extreme compression. Do not output any explanation. ,→ ,→ C.2.9 BT-P9: Structured Semantic Mapping # Compress the following content into the abso...

  35. [53]

    Extract `Meta:[K=V]`and define acronyms via `Def:[Term=FullName]`on first use

    Macro & Meta: Map text to`Sec:[Name->Content]`. Extract `Meta:[K=V]`and define acronyms via `Def:[Term=FullName]`on first use. ,→ ,→

  36. [54]

    Flatten parallel items into arrays`[A, B]`

    Entities & Attributes: Bind via`Ent(Attr=Val)`. Flatten parallel items into arrays`[A, B]`. Retain qualitative examples via`Ex:[a, b, c]`. ,→ ,→

  37. [55]

    ,→ ,→ ,→

    Quantities & Configs: Isolate exact metrics/hyperparameters via `Quant/Config:[Target->K=Val(Unit)]`without rounding or estimation. ,→ ,→ ,→

  38. [56]

    Use (`>,<,=,->,!=`) for relative or causal relations

    Math & Logic: Retain all formulas and variables exactly via`Math:[Eq]`. Use (`>,<,=,->,!=`) for relative or causal relations. ,→ ,→

  39. [57]

    Flow & Architecture: Map structural pipelines via `Seq:[A>B>C]`and define nested structures via `Arch:[Main->Sub1, Sub2]`. ,→ ,→

  40. [58]

    Conditions & Exceptions: Isolate logic via `if[Cond]->[Act]`and define boundaries/exemptions via `Except:[Target->Detail]`. ,→ ,→

  41. [59]

    Use`Matrix:[Ent(X) vs Ent(Y)]` for multi-condition data and`Ref:[A vs B]`for contrasting systems

    Evaluations & Comparisons: Extract results to `Eval:[Target->Result]`. Use`Matrix:[Ent(X) vs Ent(Y)]` for multi-condition data and`Ref:[A vs B]`for contrasting systems. ,→ ,→ ,→

  42. [60]

    LLM-native high-density communication language

    Anti-Hallucination: Strictly preserve all original placeholders (e.g.,`BIBREF`,`TABREF`). NEVER interpolate missing data; use`@Uncertain`for ambiguous estimates. ,→ ,→ ,→ Directly output the compressed content. C.2.10 BT-P10: LLM-Native Compressor # Role: Silicon-Based Data Compressor You are participating in frontier research on an "LLM-native high-densi...

  43. [61]

    Omnilingual: Completely abandon the grammar of any single language. For extreme token savings, move freely across all human languages (Chinese, English, German compounds, Japanese kanji, Latin roots, etc.) and choose the words with the highest information density in the given context. ,→ ,→ ,→ ,→ ,→

  44. [62]

    ,→ ,→ ,→

    Symbolic Collapse: When necessary, use emoji, mathematical/logical symbols (`=>`,`in`,`!=`), and punctuation to replace conjunctions, emotional descriptions, and long sentences. ,→ ,→ ,→

  45. [63]

    Universality: As much as possible, make the compressed content fully understandable to every large language model, even without a codebook. ,→ ,→

  46. [64]

    Losslessness: Do not lose any information or details

  47. [65]

    Babel-Telegraph

    Directly output the compressed text and nothing else. # Task Compress the following`[Source Text]`as much as possible into a "Babel-Telegraph.",→ C.2.11 BT-P11: Compact Symbolic Mapping # Compress the following content into the absolute shortest possible token sequence. Do not lose any information. You may refer to the following methods. ,→ ,→ > 1. Symbol...

  48. [66]

    Babel-Telegraph

    Free Emergence (Omnilingual & Symbolic): Completely abandon human readability and single-language grammar. For extreme token savings, move freely across all human languages (Chinese, English, German compounds, Japanese kanji, etc.), emoji, and mathematical/logical symbols (`=>`,`in`,`!=`), choosing the form with the highest information density. ,→ ,→ ,→ ,...

  49. [67]

    Use `@entity(K:V)`to bind attributes.,→

    Module/Entity: Use`#topic`to mark macro modules. Use `@entity(K:V)`to bind attributes.,→

  50. [68]

    Use`$parameter:V(unit)`for values.,→

    Parameters/Values: Rounding or discarding values is strictly forbidden. Use`$parameter:V(unit)`for values.,→

  51. [69]

    Use`?[condition]=>[action]`to express logical branches

    Logic/Flow: Use`A->B->C`to express pipelines or causality. Use`?[condition]=>[action]`to express logical branches. Use`!object:detail`for exceptions/limits. ,→ ,→ ,→

  52. [70]

    Comparison/Evaluation: Use`A<>B:conclusion`to express comparison matrices or results.,→

  53. [71]

    2ndInstCivJudg

    Placeholders/Unknowns: Preserve original placeholders such as`BIBREF`verbatim. Use`NULL`for missing or ambiguous data. ,→ ,→ [Requirements]: Completely break language boundaries (Chinese/English/Japanese kanji/German compounds, etc.) and select and concatenate the words with the absolute fewest tokens for the given context. ,→ ,→ ,→ Directly output the re...

  54. [72]

    K§15=>cert 180d post-deliv

    ⏳ Time-bar( 民法总则 §188). K§15=>cert 180d post-deliv. π sued 2018-01-09(>3y). 2.Ct1 proc err: Privity K=π↔Δ1. Δ234≠ 挂靠 (affil), unliable. Req:Revoke.[Appellees Def] π: 1. ⏳ Interrupted: 2013~18 continuous actions. 2.Δ234= 挂靠 Δ1(Ev proof). Δ1: Δ234= 挂靠 , paid mgt fee, handled all, Δ1=0 income. [Ct1 Facts] - 2010-09-11: π&Δ1 sign K for 🏠 . 💰 =368636. Due:2011...

  55. [73]

    Δ1 lend qual=>Joint liab(SPC 民诉释 §54)

  56. [74]

    Cap 3y pre-suit=>52531

    LateCert: K silent=>SPC 商品房 §18.2(Base 368636*4.75%BankRate). Cap 3y pre-suit=>52531

  57. [75]

    RndFee: 28929+loss(1.5x4.75%=7.13% base 28929, 2012-08-17 till fulfil). => ① Δ1 assist cert≤20d ② Δ1 pay 52531 ③ Δ1 refund 28929+7.13%int ④ Δ234 joint ⑤ Cost:π=500, Δ=2363.[Ct2(2018-08-17) Ev&Rul] Ev: π G1(11 docs: 2013~18 protests/gov/suits) + G2(3 docs: Δ1 cert, stamp req, Ct1 trans). Ct2 admit=>Chain formed. Rul:

  58. [76]

    Ev=>Claim active 2013-03+

    Time-bar? ❌ . Ev=>Claim active 2013-03+. §188 met

  59. [77]

    borrow qual=invalid

    Joint Liab? ✅ . Ct1 add Δ234 proc legal. *Lex Fix*: Ct1"borrow qual=invalid" ❌ => Ct2"Δ234+Δ1=Non-corp JV( 联营体 )". SPC 联营解答 §7.1=>Δ234 beneficiary=>Joint liab(Right≡Duty).=> Ct1 fact clear, outcome right, law app minor err fixed. [Verdict] 驳回上诉 , 维持原判 ( 民诉法 §170.1.1). 2nd Cost:Δ234 pay 2363. Final. Figure 10:Representative document-level BabelTele example...