AOSSIE-Org / AOSSIE-Org/OpenVerifiableLLM

[Feature] : Implement Zero-Knowledge Proof of Dataset Inclusion (ZK-DI)

未關閉
#46 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
18
分支
31
平均合併
1 分鐘
30 天內合併 PR
2

描述

### What is ZK-DI?
ZK-DI allows a prover to cryptographically prove to a verifier that a specific chunk of text *is exactly present* in the dataset used for training, **without** the verifier needing to download the entire dataset. The verifier only needs the global `merkle_root` and the ZK Proof.

ZK-DI is entirely independent of the neural network or the model training code. ZK-DI operates strictly on the **Data Layer** (which we just finished building) and the **Cryptographic Prover Layer**

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。