Pith. sign in

REVIEW 3 cited by

GenerationPrograms: Fine-grained Attribution with Executable Programs

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2506.14580 v1 pith:KY4VY3XX submitted 2025-06-17 cs.CL cs.AI

GenerationPrograms: Fine-grained Attribution with Executable Programs

classification cs.CL cs.AI
keywords attributiongenerationprogramsattributionsexecutablegenerationdemonstratefinalfine-grained
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Recent large language models (LLMs) achieve impressive performance in source-conditioned text generation but often fail to correctly provide fine-grained attributions for their outputs, undermining verifiability and trust. Moreover, existing attribution methods do not explain how and why models leverage the provided source documents to generate their final responses, limiting interpretability. To overcome these challenges, we introduce a modular generation framework, GenerationPrograms, inspired by recent advancements in executable "code agent" architectures. Unlike conventional generation methods that simultaneously generate outputs and attributions or rely on post-hoc attribution, GenerationPrograms decomposes the process into two distinct stages: first, creating an executable program plan composed of modular text operations (such as paraphrasing, compression, and fusion) explicitly tailored to the query, and second, executing these operations following the program's specified instructions to produce the final response. Empirical evaluations demonstrate that GenerationPrograms significantly improves attribution quality at both the document level and sentence level across two long-form question-answering tasks and a multi-document summarization task. We further demonstrate that GenerationPrograms can effectively function as a post-hoc attribution method, outperforming traditional techniques in recovering accurate attributions. In addition, the interpretable programs generated by GenerationPrograms enable localized refinement through modular-level improvements that further enhance overall attribution quality.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. ProvenanceGuard: Source-Aware Factuality Verification for MCP-Based LLM Agents

    cs.AI 2026-06 unverdicted novelty 7.0

    ProvenanceGuard decomposes MCP-agent answers into atomic claims, routes them to source-specific evidence via stable IDs, verifies support and attribution with NLI and token alignment, and outputs per-claim verdicts pl...

  2. Cited but Not Verified: Parsing and Evaluating Source Attribution in LLM Deep Research Agents

    cs.CL 2026-05 unverdicted novelty 7.0

    A new framework parses and evaluates citations in LLM deep research reports across link validity, relevance, and factuality, finding 94%+ link success but only 39-77% factual accuracy.

  3. ProvenanceGuard: Source-Aware Factuality Verification for MCP-Based LLM Agents

    cs.AI 2026-06 conditional novelty 6.0

    ProvenanceGuard detects when a claim in an MCP-based agent answer is supported somewhere but attributed to the wrong source, with block F1 0.802 and perfect detection on 50 controlled swaps.