AI RESEARCH
LLMON: An LLM-native Markup Language to Leverage Structure and Semantics at the LLM Interface
arXiv CS.AI
•
ArXi:2603.22519v1 Announce Type: cross 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.