paper-with-me

홈 › Papers

LLMON: An LLM-native Markup Language to Leverage Structure and Semantics at the LLM Interface

2026-03-23 · Michael Hind, Basel Shbita, Bo Wu, Farhan Ahmed, Chad DeLuca, Nathan Fulton, David Cox, Dan Gutfreund arxiv

Textual Large Language Models (LLMs) provide a simple and familiar interface: a string of text is used for both input and output. However, the information conveyed to an LLM often has a richer structure and semantics, which is not conveyed in a string. For example, most prompts contain both instructions ("Summarize this paper into a paragraph") and data (the paper to summarize), but these are usually not distinguished when passed to the model. This can lead to model confusion and security risks, such as prompt injection attacks. This work addresses this shortcoming by introducing an LLM-native mark-up language, LLMON (LLM Object Notation, pronounced "Lemon"), that enables the structure and semantic metadata of the text to be communicated in a natural way to an LLM. This information can then be used during model training, model prompting, and inference implementation, leading to improvements in model accuracy, safety, and security. This is analogous to how programming language types can be used for many purposes, such as static checking, code generation, dynamic checking, and IDE highlighting. We discuss the general design requirements of an LLM-native markup language, introduce the LLMON markup language and show how it meets these design requirements, describe how the information contained in a LLMON artifact can benefit model training and inference implementation, and provide some preliminary empirical evidence of its value for both of these use cases. We also discuss broader issues and research opportunities that are enabled with an LLM-native approach.

📄 PDF Abstract BibTeX arXiv:2603.22519

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

PokeLLMon: A Human-Parity Agent for Pokemon Battles with Large Language Models

2024-02-02 · Sihao Hu, Tiansheng Huang, Ling Liu

We introduce PokeLLMon, the first LLM-embodied agent that achieves human-parity performance in tactical battle games, as demonstrated in Pokemon battles. The design of PokeLLMon incorporates three key strategies: (i) In-…

Action GenerationDecision MakingHallucinationIn-Context Reinforcement Learning

Treatment of Markup in Statistical Machine Translation

2017-09-01 · WS 2017 9 · Mathias M{\"u}ller

We present work on handling XML markup in Statistical Machine Translation (SMT). The methods we propose can be used to effectively preserve markup (for instance inline formatting or structure) and to place markup correct…

Machine TranslationTranslation

LPML: LLM-Prompting Markup Language for Mathematical Reasoning

2023-09-21 · Ryutaro Yamauchi, Sho Sonoda, Akiyoshi Sannai, Wataru Kumagai

In utilizing large language models (LLMs) for mathematical reasoning, addressing the errors in the reasoning and calculation present in the generated text by LLMs is a crucial challenge. In this paper, we propose a novel…

Mathematical Reasoning

HighlightBench: Benchmarking Markup-Driven Table Reasoning in Scientific Documents

2026-03-25 · Lexin Wang, Shenghua Liu, Yiwei Wang, Yujun Cai 외 arxiv

Visual markups such as highlights, underlines, and bold text are common in table-centric documents. Although multimodal large language models (MLLMs) have made substantial progress in document understanding, their abilit…

Multimodal Markup Document Models for Graphic Design Completion

2024-09-27 · Kotaro Kikuchi, Naoto Inoue, Mayu Otani, Edgar Simo-Serra 외

This paper presents multimodal markup document models (MarkupDM) that can generate both markup language and images within interleaved multimodal documents. Unlike existing vision-and-language multimodal models, our Marku…

AttributeLanguage ModelingLanguage Modelling