# validation
標記為「validation」的 3 篇文章
訓練資料完整性
訓練資料完整性的保護,包含資料血緣、驗證、投毒偵測與簽章。
supply-chaindata-poisoningowasp-llm04validationprovenanceanomaly-detectiondefense
雙 LLM 架構設置
實作雙 LLM 模式的逐步演練——一個模型產生回應、另一個模型驗證之,涵蓋架構設計、驗證者提示詞工程、延遲最佳化與失敗處理。
dual-llmarchitecturevalidationdefense-in-depthdefensewalkthrough
Structured Output Validation
Step-by-step walkthrough for validating structured LLM outputs against schemas, covering JSON schema validation, type coercion, constraint enforcement, and handling malformed model outputs gracefully.
structured-outputvalidationjson-schemaoutput-filteringdefensewalkthrough