paper-with-me

Papers

Magic Markup: Maintaining Document-External Markup with an LLM

2024-03-06 · Edward Misback, Zachary Tatlock, Steven L. Tanimoto

Text documents, including programs, typically have human-readable semantic structure. Historically, programmatic access to these semantics has required explicit in-document tagging. Especially in systems where the text has an execution semantics, this means it is an opt-in feature that is hard to support properly. Today, language models offer a new method: metadata can be bound to entities in changing text using a model's human-like understanding of semantics, with no requirements on the document structure. This method expands the applications of document annotation, a fundamental operation in program writing, debugging, maintenance, and presentation. We contribute a system that employs an intelligent agent to re-tag modified programs, enabling rich annotations to automatically follow code as it evolves. We also contribute a formal problem definition, an empirical synthetic benchmark suite, and our benchmark generator. Our system achieves an accuracy of 90% on our benchmarks and can replace a document's tags in parallel at a rate of 5 seconds per tag. While there remains significant room for improvement, we find performance reliable enough to justify further exploration of applications.

📄 PDF Abstract BibTeX arXiv:2403.03481

Code (0)

등록된 구현이 없습니다.

Tasks

TAG

Similar Papers 제목 키워드 기반

MarkupLM: Pre-training of Text and Markup Language for Visually-rich Document Understanding

2021-10-16 · Junlong Li, Yiheng Xu, Lei Cui, Furu Wei

Multimodal pre-training with text, layout, and image has made significant progress for Visually Rich Document Understanding (VRDU), especially the fixed-layout documents such as scanned document images. While, there are …

document understanding

MarkupLM: Pre-training of Text and Markup Language for Visually Rich Document Understanding

2022-05-01 · ACL 2022 5 · Junlong Li, Yiheng Xu, Lei Cui, Furu Wei

Multimodal pre-training with text, layout, and image has made significant progress for Visually Rich Document Understanding (VRDU), especially the fixed-layout documents such as scanned document images. While, there are …

document understanding

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

TransIns: Document Translation with Markup Reinsertion

2021-11-01 · EMNLP (ACL) 2021 11 · Jörg Steffen, Josef van Genabith

For many use cases, it is required that MT does not just translate raw text, but complex formatted documents (e.g. websites, slides, spreadsheets) and the result of the translation should reflect the formatting. This is …

Document TranslationNMTTranslation

Layout-Aware Text Editing for Efficient Transformation of Academic PDFs to Markdown

2025-12-19 · Changxu Duan arxiv

Academic documents stored in PDF format can be transformed into plain text structured markup languages to enhance accessibility and enable scalable digital library workflows. Markup languages allow for easier updates and…

Document Layout Analysis