feat(research): 增加 claim verifier 核心 - #90
Open
KKK-keria wants to merge 1 commit into
Open
Conversation
KKK-keria
force-pushed
the
feat/13-claim-verifier-core
branch
from
September 13, 2026 01:55
b79408b to
2c232cf
Compare
KKK-keria
marked this pull request as ready for review
September 13, 2026 01:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动说明
为 Issue #13 增加独立的 claim-level verifier core:
supported/contradicted/insufficient_evidenceinsufficient_evidence,不调用JudgeClientJudgeClient执行语义判断supportedclaimId、status、evidenceIds、reason、verifierVersion关联 Issue
Related to #13
测试报告(正式审核前必填)
环境
upstream/main@4eca2d12c232cf实际执行命令与结果
已知失败 / Baseline
无。
UI 截图(涉及 UI 时必填)
Scope / 后续
本 PR 仅实现可独立审核的 Claim Verifier Core,不依赖尚未合并的 PR #67,也没有复制其临时类型。
本 PR 暂不包含:
ResearchClaim/EvidenceRefintegrationResearchRunnerintegration在确认 PR #67 已合并到
upstream/main之前,不开始上述正式 integration。