Organization · Academic

University of Waterloo

A university in Waterloo, Ontario, Canada, whose researchers developed zkLLM, a zero-knowledge proof system for large language model inference.

uwaterloo.ca

The University of Waterloo is in Waterloo, Ontario, Canada; all three authors of zkLLM list it as their affiliation 1. Their work includes:

  • zkLLM. The CCS 2024 paper presents zkLLM, a zero-knowledge proof system for large language model inference 1; see Zero-knowledge proofs of inference.
  • Code. The authors released the code as an artifact after the conference's artifact evaluation, archived on Zenodo 2.
  • Proofs of training. The authors wrote that zero-knowledge proofs of LLM training "may pose insurmountable challenges" 1; see Zero-knowledge proofs of training constraints.

Implementations

  • zkLLM is a GPU-accelerated zero-knowledge proof system that proves a large language model's output came from committed weights without revealing those weights.

Mechanisms

Mechanisms this organization has designed, built, evaluated or supplied.

Publications

Sources this organization authored or published.

Sources

  1. AH. Sun et al. (2024). zkLLM: Zero Knowledge Proofs for Large Language Models. 2024 ACM SIGSAC Conference on Computer and Communications Security (CCS 2024). Source recordSupports: zkLLM paper; all three authors at the University of Waterloo; view on proofs of training
  2. BH. Sun (2024). zkllm-ccs2024: code for zkLLM: Zero Knowledge Proofs for Large Language Models. GitHub; archived on Zenodo. Source recordSupports: zkLLM code and artifact