paper-with-me

Papers

Agentic Interpretation: Lattice-Structured Evidence for LLM-Based Program Analysis

2026-05-12 · Jacqueline L. Mitchell, Chao Wang arxiv

Large language models can consult information that fixed static analyzers cannot, such as documentation, current security advisories, version-specific metadata, and informal API contracts. This makes LLMs a compelling option for program analyses that depend on information beyond the source program, or that are otherwise not amenable to conventional static analyzers. However, directly asking an LLM for a one-shot whole-program analysis is brittle because it compresses many evidence-dependent judgments into a single opaque answer, rather than exposing which conclusions are supported or disputed and using intermediate findings to guide later, more focused searches. In this paper, we propose agentic interpretation, a framework that brings the discipline of lattice-based static analysis to LLM-driven program reasoning. At a high level, agentic interpretation decomposes a high-level analysis goal into localized claims, and tracks the LLM's judgment about each claim in a finite-height lattice. A worklist algorithm governs how claims and their judgments evolve during the analysis. We introduce a formal model of agentic interpretation, explore the design space it opens, and illustrate the approach with a worked example analyzing code that depends on opaque third-party components.

📄 PDF Abstract BibTeX arXiv:2605.12694

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agentics 2.0: Logical Transduction Algebra for Agentic Data Workflows

2026-03-04 · Alfio Massimiliano Gliozzo, Junkyu Lee, Nahuel Defosse arxiv

Agentic AI is rapidly transitioning from research prototypes to enterprise deployments, where requirements extend to meet the software quality attributes of reliability, scalability, and observability beyond plausible te…

Semantic ParsingText Generation

DeepBD: A Grounded Agentic Workflow for Variant Prioritization and Diagnosis of Genetic Birth Defects

2026-06-23 · Shiyu Li, Ziqi Yan, Zhihao Wu, Jielong Lu 외 arxiv

Birth defects are a major cause of fetal loss, neonatal morbidity and long-term disability. In the subset with suspected genetic etiologies, exome and genome sequencing have moved many cases from variant detection to pos…

XML Prompting as Grammar-Constrained Interaction: Fixed-Point Semantics, Convergence Guarantees, and Human-AI Protocols

2025-09-09 · Faruk Alpay, Taylan Alpay arxiv

Structured prompting with XML tags has emerged as an effective way to steer large language models (LLMs) toward parseable, schema-adherent outputs in real-world systems. We develop a logic-first treatment of XML promptin…

AgenticIQA: An Agentic Framework for Adaptive and Interpretable Image Quality Assessment

2025-09-30 · Hanwei Zhu, Yu Tian, Keyan Ding, Baoliang Chen 외 arxiv

Image quality assessment (IQA) is inherently complex, as it reflects both the quantification and interpretation of perceptual quality rooted in the human visual system. Conventional approaches typically rely on fixed mod…

Image Quality Assessment

BIOGEN: Evidence-Grounded Multi-Agent Reasoning Framework for Transcriptomic Interpretation in Antimicrobial Resistance

2025-10-17 · Elias Hossain, Mehrdad Shoeibi, Ivan Garibay, Niloofar Yousefi arxiv

Interpreting gene clusters from RNA sequencing (RNA-seq) remains challenging, especially in antimicrobial resistance studies where mechanistic insight is important for hypothesis generation. Existing pathway enrichment m…