uson1x/dsh-plugin-llm-verifier0

dsh-plugin-llm-verifier

LLM-as-a-Verifier for DeepSeek Harness (dsh): continuous reward signals via select / compare / track, using Monte Carlo repeated grading over decomposed criteria

AI 분석

核心用途是利用大模型作为评审器,对 Agent 的输出进行多维度、高精度的自动打分与对比。适合需要对模型生成质量进行自动化评估和对齐训练的开发者。

패키지
dsh-plugin-llm-verifier
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 18.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

KeyDefaultMeaning
provider— (required)Registered ctx.llm provider route to grade with
model— (required)Model id on that route
granularity20Integer score scale 1..G
repetitions3Grading passes per criterion (K)
temperature1Sampling temperature for the Monte Carlo estimate
criteriaspecification / output / errorsArray of { name, description } sub-criteria
maxOutputTokens2048Output cap per grading call
timeoutMs120000Deadline per grading call
concurrency4Parallel grading calls
tieMargin0.02compare margin below which the verdict is tie

Cost note: verify_select makes N × C × K model calls (default 9 per candidate); verify_track makes steps × K.