paper-with-me

홈 › Papers

The Last Fingerprint: How Markdown Training Shapes LLM Prose

2026-03-27 · E. M. Freeburg arxiv

Large language models produce em dashes at varying rates, and the observation that some models "overuse" them has become one of the most widely discussed markers of AI-generated text. Yet no mechanistic account of this pattern exists, and the parallel observation that LLMs default to markdown-formatted output has never been connected to it. We propose that the em dash is markdown leaking into prose -- the smallest surviving unit of the structural orientation that LLMs acquire from markdown-saturated training corpora. We present a five-step genealogy connecting training data composition, structural internalization, the dual-register status of the em dash, and post-training amplification. We test this with a two-condition suppression experiment across twelve models from five providers (Anthropic, OpenAI, Meta, Google, DeepSeek): when models are instructed to avoid markdown formatting, overt features (headers, bullets, bold) are eliminated or nearly eliminated, but em dashes persist -- except in Meta's Llama models, which produce none at all. Em dash frequency and suppression resistance vary from 0.0 per 1,000 words (Llama) to 9.1 (GPT-4.1 under suppression), functioning as a signature of the specific fine-tuning procedure applied. A three-condition suppression gradient shows that even explicit em dash prohibition fails to eliminate the artifact in some models, and a base-vs-instruct comparison confirms that the latent tendency exists pre-RLHF. These findings connect two previously isolated online discourses and reframe em dash frequency as a diagnostic of fine-tuning methodology rather than a stylistic defect.

📄 PDF Abstract BibTeX arXiv:2603.27006

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Skill-as-Pseudocode: Refactoring Skill Libraries to Pseudocode for LLM Agents

2026-05-27 · Xinze Li, Yuhang Zang, Yixin Cao, Aixin Sun arxiv

Markdown skill libraries for LLM agents ship as free-form prose, forcing the agent to re-derive both the input schema and the concrete invocation syntax on every retrieval. This produces a "confused $\to$ re-retrieve $\t…

Which Algorithm Specification Formats Help Language Models Implement Machine Learning Algorithms?

2026-07-03 · Masahiro Kato, Taka Kato arxiv

Large language models (LLMs) are increasingly used to implement algorithms from research manuscripts, but papers often leave implementation choices implicit. This study examines how the written format of an algorithm spe…

On the Programmatic Generation of Reproducible Documents

2020-06-23 · Michael J. Kane, Simon Urbanek

Reproducible document standards, like R Markdown, facilitate the programmatic creation of documents whose content is itself programmatically generated. While these documents are generally not complete in the sense that t…

Promotheus: An End-to-End Machine Learning Framework for Optimizing Markdown in Online Fashion E-commerce

2022-07-03 · Eleanor Loh, Jalaj Khandelwal, Brian Regan, Duncan A. Little

Managing discount promotional events ("markdown") is a significant part of running an e-commerce business, and inefficiencies here can significantly hamper a retailer's profitability. Traditional approaches for tackling …

Management

Beyond the Reranker: Do RAG Retrieval Enhancements Help Once a Strong Reranker Is Present?

2026-06-14 · Sadanand Singh, Allam Reddy, Manan Chopra arxiv

Retrieval-augmented generation (RAG) is routinely extended with methods meant to improve retrieval: query expansion, hierarchical and cross-document summarization, graph-based expansion, per-query routing, rank fusion, a…

Document Summarization