TL;DR
Programming with Data introduces a test-driven framework for LLM data engineering using three-level knowledge structures to trace model failures to specific data deficiencies and repair them through targeted patches, achieving consistent improvements across 16 disciplines and model scales.
45
已证实
2
证据不足
4
无法验证
N/A
可复现性
置信度
87%

核心问题

How can LLM data engineering be transformed from an open-loop process into a closed-loop, test-driven framework that enables tracing model failures back to specific training data deficiencies and repairing them through targeted patches?

核心方法

{'approach': 'The authors extract a three-level knowledge structure (L1 Key Concepts, L2 Knowledge Relations, L3 Reasoning Chains) from 117K textbook-grade documents across 16 disciplines. The ProDa pipeline comprises Builder (synthesizes training data from L1/L2), Tester (constructs benchmarks from L3 chains before training), and Debugger (traces failures backward through the knowledge structure to generate targeted patches). Models are fine-tuned in two stages: V1 (static synthesis) then V2 (diagnostic repair).', 'key_components': [], 'section_ids': ['sec_15']}

论点验证

已证实 (85%) We formalize this principle as Programming with Data, a paradigm that reconceptualizes the relationship between raw corpora and model capabilities.
The paper formally defines the Programming with Data paradigm in Section 2, providing a structured framework with clear analogies to software engineering (requirements specification, source code, compilation, unit testing, debugging). The paradigm is
已证实 (90%) We extract from each source corpus three layers of increasing complexity: L1 Key Concepts, L2 Knowledge Relations, L3 Reasoning Chains.
The three-level structure (L1 Key Concepts, L2 Knowledge Relations, L3 Reasoning Chains) is clearly defined in paragraphs 9-11 with specific descriptions of each level. The paper provides concrete examples of extracted L1, L2, L3 structures in the su
已证实 (90%) ProDa instantiates Programming with Data as an automated pipeline comprising three components (Builder, Tester, and Debugger) that operate on the shared three-level knowledge structure.
The paper provides detailed descriptions of all three pipeline components: Builder (paragraph 14), Tester (paragraph 18), and Debugger (paragraphs 19-21). Each component's function is specified with respect to the shared three-level knowledge structu
已证实 (90%) We adopt a set of engineering standards that we term the CORE principle, requiring that synthesis be Contextualized within document-level scope, Organized into stratified knowledge layers, Rigorous in enforcing adversarial robustness and instance-level non-overlap between training and evaluation, and Evolving through iterative refinement driven by empirical feedback.
The CORE principle is defined in paragraph 13 with all four components (Contextualized, Organized, Rigorous, Evolving). Each standard is operationalized through specific pipeline components in subsequent paragraphs (15-20).
证据不足 (60%) We developed ProDa Studio, an integrated development environment (IDE) that encapsulates the full ProDa pipeline into a single interactive platform.
The paper describes ProDa Studio in paragraphs 49-51 with Figure 7 showing the interface. However, there is no evidence that this IDE is actually released or available for use. The paper mentions releasing 'a structured knowledge base, benchmark suit
已证实 (85%) We instantiate this principle as Programming with Data across sixteen disciplines spanning the natural sciences, engineering, biomedicine, and the social sciences, releasing a structured knowledge base, benchmark suite, and training corpus as open resources.
The instantiation across 16 disciplines is demonstrated through experimental results (paragraph 22, Figure 3a, Figure 4). The paper shows per-discipline accuracy distributions and benchmark construction across all 16 domains. The 'releasing as open r
已证实 (90%) Extraction proceeds top-down: L3 reasoning chains are extracted first from high-quality corpus chunks, then decomposed into L2 relational triples, and finally L1 concepts are harvested and canonicalized from L2 subjects and objects.
The top-down extraction order is clearly described in paragraph 14 and elaborated in paragraph 55. The process is specified: L3 chains extracted first, decomposed into L2 triples, then L1 concepts harvested from L2 subjects and objects.
证据不足 (50%) This top-down order, rather than the conventional bottom-up sequence of named-entity recognition followed by relation extraction, guarantees that every L1 concept and L2 relation is reachable from at least one L3 chain, eliminating orphan entries that would be untestable and therefore undebuggable.
The paper argues for the top-down approach in paragraphs 14 and 56, stating it guarantees reachability (equation 5). However, there is no empirical validation through ablation comparing top-down vs bottom-up approaches. The claim is asserted but not
已证实 (90%) The Builder synthesized 160K supervised fine-tuning instances from L1 concepts and L2 relations across all 16 disciplines, without incorporating L3 reasoning chains.
The specific number (160K instances) and the design choice (from L1/L2, without L3) are stated in paragraph 26.
已证实 (90%) We fine-tuned base models from two families at multiple scales: Llama-3.1-8B, Qwen-2.5 at 3B/7B/14B/32B, and Qwen-3 at 4B/8B/14B/32B, using identical hyperparameters for all runs.
The specific model families and scales are listed in paragraph 26 with the statement that identical hyperparameters were used.
已证实 (90%) Each item must contain adversarial distractors constructed from the same knowledge structure, so that correct responses demand discrimination between closely related concepts rather than elimination of implausible options.
The adversarial distractor construction is described in paragraph 19 and detailed in paragraphs 59-62 with three perturbation operators (INVREL, TRUNC, NEARMISS).
已证实 (90%) Benchmark items and training samples must maintain instance-level orthogonality. Because benchmark items are constructed from L3 chains while training data is synthesized from L1 and L2 entries, the two artifact sets are structurally separated.
The instance-level orthogonality between benchmark (L3-derived) and training data (L1/L2-derived) is described in paragraph 63 with the structural separation formalized.
已证实 (90%) Starting from 117,000 textbook-grade documents spanning the natural sciences, engineering, biomedicine, and social sciences, successive quality-based filtering retains 48,000 high-quality chunks comprising approximately 1.5 billion tokens, a 10:1 compression that concentrates the corpus toward reasoning-rich, conceptually dense material.
Specific numbers are provided: 117,000 documents, 48,000 high-quality chunks, ~1.5 billion tokens, 10:1 compression ratio. Referenced to Figure 3a.
已证实 (90%) ProDa-16 exhibits exceptional statistical consistency with mainstream evaluation paradigms, achieving a high overall mean Spearman's rank correlation coefficient of ρ = 0.847.
Specific correlation coefficient (ρ = 0.847) is provided in paragraph 23 with reference to Figure 4a.
已证实 (90%) The benchmark displays remarkably strong positive correlations with GPQA (ρ = 0.943) and MMLU-Pro (ρ = 0.905), which represent frontier complex knowledge reasoning.
Specific correlation coefficients are provided: GPQA (ρ = 0.943) and MMLU-Pro (ρ = 0.905) in paragraph 23.
已证实 (90%) Frontier closed-source models anchor the performance ceiling with an accuracy of approximately 76%; concurrently, the homologous Qwen series models strictly adhere to scaling laws, exhibiting a monotonically increasing trajectory in scores from the 3B to 32B parameter scales.
Specific accuracy (approximately 76% for frontier models) and the monotonically increasing trajectory for Qwen series are stated in paragraph 23 with reference to Figure 4b.
已证实 (90%) Per-discipline accuracy distributions, aggregated across all evaluated models, show that every discipline produces a median well above the 25% four-choice chance baseline, confirming that the automatically constructed items are answerable by capable models rather than being degenerate or ill-formed.
The claim is supported by paragraph 24 with reference to Figure 4c showing per-discipline accuracy distributions.
已证实 (90%) Among the Qwen-2.5 family, V1 models match or exceed their Instruct counterparts at two of four scales: Qwen-2.5-7B-V1 scores 65.86% versus 62.31% for the official Instruct (+3.55), and Qwen-2.5-32B-V1 scores 76.54% versus 73.61% (+2.93).
Specific accuracy numbers are provided in paragraph 27 with reference to Table 1: Qwen-2.5-7B-V1 (65.86% vs 62.31%), Qwen-2.5-32B-V1 (76.54% vs 73.61%).
已证实 (90%) In the Qwen-3 family, Qwen-3-4B-V1 surpasses its Instruct counterpart by 11.17 points (65.79% vs 54.62%) and Qwen-3-14B-V1 exceeds the larger Qwen-3-30B-A3B-Instruct by 2.31 points (76.44% vs 74.13%).
Specific accuracy numbers are provided in paragraph 27: Qwen-3-4B-V1 (65.79% vs 54.62%, +11.17), Qwen-3-14B-V1 (76.44% vs 74.13%, +2.31).
已证实 (90%) At the 32B scale, Qwen-3-32B-V1 reaches 77.35%, the highest V1 score in the table and above every Instruct model except the closed-source frontier systems.
Specific accuracy (77.35%) for Qwen-3-32B-V1 is provided in paragraph 27, stated as highest V1 score.

... 共 51 个论点

可复现性评估

较低可复现性 (0%)

缺失的复现细节

局限性(作者自述)

本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv

分析时间:2026-04-30T07:33:29+00:00 · 数据来源:Paper Collector