paper-with-me

홈 › Papers

Knowledge Pull Requests for Continual Document Authoring

2026-09-22 · Alexander Martin, Benjamin Van Durme hf

We introduce Knowledge Pull Requests (KPRs), a framework for continual document authoring that makes each change interpretable. Documents require ongoing revision as new knowledge surfaces from other sources, languages, or times, but existing approaches either edit with no account of what knowledge changed or regenerate from scratch. A KPR integrates new knowledge into a document by extracting claims, filtering and routing them to sections, and flagging conflicts with existing content, producing a ChangeLog that separates what knowledge changes (claim proposal) from how the text changes (document diff). We evaluate KPRs on revising Wikipedia across languages and updating query-driven reports on RAGTIME. KPRs integrate more information and better preserve existing content than rewriting from sources or regenerating from scratch, while adding the most information per token generated. A KPR-revised article also grounds question answering better than a frontier model with search, which does not surface knowledge documented only in other languages.

📄 PDF Abstract BibTeX arXiv:2609.26634

Code (1)

alexmartin1722/kpr

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Nudge: Accelerating Overdue Pull Requests Towards Completion

2020-11-25 · Chandra Maddila, Sai Surya Upadrasta, Chetan Bansal, Nachiappan Nagappan 외

Pull requests are a key part of the collaborative software development and code review process today. However, pull requests can also slow down the software development process when the reviewer(s) or the author do not a…

Action DetectionActivity Detection

Investigating Autonomous Agent Contributions in the Wild: Activity Patterns and Code Change over Time

2026-04-01 · Razvan Mihai Popescu, David Gros, Andrei Botocan, Rahul Pandita 외 arxiv

The rise of large language models for code has reshaped software development. Autonomous coding agents, able to create branches, open pull requests, and perform code reviews, now actively contribute to real-world project…

Automatic Identification of Self-Admitted Technical Debt from Four Different Sources

2022-02-04 · Yikun Li, Mohamed Soliman, Paris Avgeriou

Technical debt refers to taking shortcuts to achieve short-term goals while sacrificing the long-term maintainability and evolvability of software systems. A large part of technical debt is explicitly reported by the dev…

MELT: Mining Effective Lightweight Transformations from Pull Requests

2023-08-28 · Daniel Ramos, Hailie Mitchell, Inês Lynce, Vasco Manquinho 외

Software developers often struggle to update APIs, leading to manual, time-consuming, and error-prone processes. We introduce MELT, a new approach that generates lightweight API migration rules directly from pull request…

Code Search

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…