paper-with-me

Papers

ONTO: A Token-Efficient Columnar Notation for LLM Input Optimization

2026-04-19 · Harshavardhanan Deekeswar arxiv

Serialization formats designed for document interchange impose structural overhead that becomes prohibitive when large language models consume operational data at scale. A modest dataset of 1,000 IoT sensor readings serialized as JSON requires approximately 80,000 tokens - the majority spent on repeated field names, nested braces, and structural punctuation rather than semantic content. We present ONTO (Object Notation for Token Optimization), a columnar notation that declares field names once per entity and arranges values in pipe-delimited rows with indentation-based hierarchy. This schema-once, data-many design eliminates per-record key repetition while preserving human readability and nested structure support. Evaluation across three synthetic operational datasets demonstrates 46-51% token reduction versus JSON, with stable scaling from 100 to 1,000 records. Controlled inference benchmarks on Qwen2.5-7B show corresponding 5-10% latency improvement. Comprehension validation confirms no material degradation in LLM task accuracy across lookup, counting, extraction, and aggregation operations when format context is provided. Ablation analysis reveals that key repetition accounts for the majority of JSON overhead, with indentation costs in nested structures explaining the 4-percentage-point gap between flat and hierarchical data. ONTO occupies a previously unfilled position in the serialization landscape: columnar efficiency with hierarchical structure, optimized for LLM context windows rather than document interchange. Code and specification are available at https://github.com/harsh-aranga/onto.

📄 PDF Abstract BibTeX arXiv:2604.17512

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A cortical sparse distributed coding model linking mini- and macrocolumn-scale functionality

2017-07-13

No generic function for the minicolumn, i.e., one that would apply equally well to all cortical areas and species, has yet been proposed. I propose that the minicolumn does have a generic functionality, which only become…

Retrieval

Infrastructure for Semantic Annotation in the Genomics Domain

2020-05-01 · LREC 2020 5 · Mahmoud El-Haj, Nathan Rutherford, Matthew Coole, Ignatius Ezeani 외

We describe a novel super-infrastructure for biomedical text mining which incorporates an end-to-end pipeline for the collection, annotation, storage, retrieval and analysis of biomedical and life sciences literature, co…

Retrieval

Designing Concise ConvNets with Columnar Stages

2024-10-05 · Ashish Kumar, Jaesik Park

In the era of vision Transformers, the recent success of VanillaNet shows the huge potential of simple and concise convolutional neural networks (ConvNets). Where such models mainly focus on runtime, it is also crucial t…

Columnar Database Techniques for Creating AI Features

2017-12-07 · Brad Carlile, Akiko Marti, Guy Delamarter

Recent advances with in-memory columnar database techniques have increased the performance of analytical queries on very large databases and data warehouses. At the same time, advances in artificial intelligence (AI) alg…

feature selection

Fine-grained Named Entity Annotation for Finnish

2021-05-01 · NoDaLiDa 2021 5 · Jouni Luoma, Li-Hsin Chang, Filip Ginter, Sampo Pyysalo

We introduce a corpus with fine-grained named entity annotation for Finnish, following the OntoNotes guidelines to create a resource that is cross-lingually compatible with existing annotations for other languages. We co…

NER