paper-with-me

홈 › Papers

Learning Semantic Correspondences in Technical Documentation

2017-05-13 · ACL 2017 7 · Kyle Richardson, Jonas Kuhn

We consider the problem of translating high-level textual descriptions to formal representations in technical documentation as part of an effort to model the meaning of such documentation. We focus specifically on the problem of learning translational correspondences between text descriptions and grounded representations in the target documentation, such as formal representation of functions or code templates. Our approach exploits the parallel nature of such documentation, or the tight coupling between high-level text and the low-level representations we aim to learn. Data is collected by mining technical documents for such parallel text-representation pairs, which we use to train a simple semantic parsing model. We report new baseline results on sixteen novel datasets, including the standard library documentation for nine popular programming languages across seven natural languages, and a small collection of Unix utility manuals.

📄 PDF Abstract BibTeX arXiv:1705.04815

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Parsing

Similar Papers 제목 키워드 기반

From Agent Behaviour to Agent-Friendly Documentation: An Empirical Study of How Coding Agents Discover, Read, and Write Technical Documentation

2026-08-20 · Zhijun Gao, Jing Chen arxiv

Technical documentation is written for human developers, but an increasing share of software changes is now authored by autonomous coding agents. Which documents they consult, when, and what follows remain unknown. We co…

AI Cards: Towards an Applied Framework for Machine-Readable AI and Risk Documentation Inspired by the EU AI Act

2024-06-26 · Delaram Golpayegani, Isabelle Hupont, Cecilia Panigutti, Harshvardhan J. Pandit 외

With the upcoming enforcement of the EU AI Act, documentation of high-risk AI systems and their risk management information will become a legal requirement playing a pivotal role in demonstration of compliance. Despite i…

Management

DocSync: Agentic Documentation Maintenance via Critic-Guided Reflexion

2026-05-04 · Sidhesh Badrinarayan, Adithya Parthasarathy arxiv

Software documentation frequently drifts from executable logic as codebases evolve, creating technical debt that degrades maintainability and causes downstream API misuse. While static analysis tools can detect the absen…

LARAG: Link-Aware Retrieval Strategy for RAG Systems in Hyperlinked Technical Documentation

2026-05-08 · Giorgia Bolognesi, Claudio Estatico, Ulderico Fugacci, Isabella Mastroianni 외 arxiv

Retrieval-Augmented Generation (RAG) enhances the factual grounding of Large Language Models by conditioning their outputs on external documents. However, standard embedding-based retrievers treat naturally structured co…

TechOps: Technical Documentation Templates for the AI Act

2025-08-12 · Laura Lucaj, Alex Loosley, Hakan Jonsson, Urs Gasser 외 arxiv

Operationalizing the EU AI Act requires clear technical documentation to ensure AI systems are transparent, traceable, and accountable. Existing documentation templates for AI systems do not fully cover the entire AI lif…