Research Papers 论文研究 5h ago Updated 54m ago 更新于 54分钟前 45

Evidence-State Reliability Under Controlled Degradation: Parser-Validity Divergence in a Multi-Stage LLM Pipeline 受控退化下的证据状态可靠性:多阶段LLM流水线中的解析有效性分歧

Introduces Evidence-State Reliability (ESR), an evaluation layer that assesses whether intermediate evidence in multi-stage LLM pipelines remains complete, grounded, consistent, and usable for downstream stages ESR is evaluated independently from parser validity, which only measures structural conformance of outputs Experiments with GLM-5.2 on 60 sanitized cases across four evidence conditions (clean, compressed-lossy, partial-dropout, noisy-conflicting) through decision, audit, and escalation s 提出Evidence-State Reliability (ESR)评估框架,用于衡量多阶段LLM管道中中间证据的完整性、一致性和可用性 在GLM-5.2模型上验证,60个案例、4种证据退化条件(clean/compressed/partial-dropout/noisy-conflicting) 发现关键分歧:结构合规性(parser validity)可方向性改善,但证据敏感的阶段成功率在相同干预下恶化 区分了退化检测(detection=1.0)与恢复能力(recovery=0.0),证明两者可解耦 结论限于特定模型配置、管道设计和单次扩展运行,需进一步验证

58
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces Evidence-State Reliability (ESR), an evaluation layer that assesses whether intermediate evidence in multi-stage LLM pipelines remains complete, grounded, consistent, and usable for downstream stages
  • ESR is evaluated independently from parser validity, which only measures structural conformance of outputs
  • Experiments with GLM-5.2 on 60 sanitized cases across four evidence conditions (clean, compressed-lossy, partial-dropout, noisy-conflicting) through decision, audit, and escalation stages
  • Structural conformance can improve while evidence-sensitive stage success deteriorates under the same degradation intervention, revealing a bounded reliability-layer divergence
  • Degradation detection achieved 1.0 across all conditions in audit outputs, but recovery was 0.0 in escalation outputs, separating detection capability from actual recovery ability

Why It Matters

This research addresses a critical blind spot in multi-stage LLM systems: the assumption that structurally valid outputs are functionally reliable. For practitioners building production pipelines, this work demonstrates that parser validity alone is insufficient to guarantee downstream performance, as evidence degradation can silently erode stage success even when output formats remain correct.

Technical Details

  • Evidence-State Reliability (ESR) is operationalized as a distinct evaluation layer measuring evidence completeness, grounding, internal consistency, and functional usability across pipeline stages
  • Experimental setup: GLM-5.2 model evaluated on 60 sanitized base cases under four controlled evidence conditions (clean, compressed-lossy, partial-dropout, noisy-conflicting), processed through three stages (decision, audit, escalation), yielding 713 retained execution rows from 720 planned calls
  • Key findings: All nine degraded-minus-clean condition-stage comparisons showed negative operational stage-success estimates with 95% bootstrap intervals below zero, while all nine parser-validity point estimates remained positive
  • Detection vs. recovery divergence: Audit outputs detected degradation at 1.0 across all conditions with non-zero false-assurance rates, while escalation outputs achieved 0.0 recovery in every degraded condition
  • Limitations: Conclusions are bounded to the specific model configuration (GLM-5.2), pipeline design, selected sanitized cases, scoring procedure, and single scaled run

Industry Insight

  • Pipeline designers should implement separate ESR monitoring alongside parser validation, as structural correctness is no guarantee of functional reliability in degraded evidence conditions
  • The detection-recovery gap identified here suggests that current escalation mechanisms may flag problems without actually resolving them, warranting investment in evidence restoration strategies rather than mere detection
  • Organizations deploying multi-stage LLM systems should treat evidence quality as a first-class concern in their reliability engineering, particularly for high-stakes applications where downstream stages depend on upstream evidence integrity

TL;DR

  • 提出Evidence-State Reliability (ESR)评估框架,用于衡量多阶段LLM管道中中间证据的完整性、一致性和可用性
  • 在GLM-5.2模型上验证,60个案例、4种证据退化条件(clean/compressed/partial-dropout/noisy-conflicting)
  • 发现关键分歧:结构合规性(parser validity)可方向性改善,但证据敏感的阶段成功率在相同干预下恶化
  • 区分了退化检测(detection=1.0)与恢复能力(recovery=0.0),证明两者可解耦
  • 结论限于特定模型配置、管道设计和单次扩展运行,需进一步验证

为什么值得看

这篇论文揭示了多阶段LLM管道中一个关键但常被忽视的风险:结构合规性可能掩盖证据质量的实质性退化。对AI从业者而言,这提供了评估复杂管道可靠性的新维度,避免被表面合规性误导。

技术解析

  • ESR框架:独立于parser validity的评估层,关注中间证据是否足够完整、有依据、内部一致且可被下游阶段使用
  • 实验设计:720次计划调用,713次保留执行行;决策/审计/升级三阶段流水线
  • 核心发现:9组退化vs清洁对比中,所有阶段成功率估计为负且95%置信区间低于零;parser validity估计为正但部分区间包含零
  • 检测vs恢复分离:审计阶段退化检测率=1.0,但升级阶段恢复率=0.0,证明检测能力不等于恢复能力

行业启示

  • 多阶段LLM系统评估需引入证据质量维度,不能仅依赖结构合规性指标
  • 管道设计应明确区分检测机制与恢复机制,避免将两者混为一谈
  • 在证据可能退化的生产环境中,需建立ESR监控层以捕获结构性合规背后的实质性风险

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Evaluation 评测 Research 科学研究