TensorCommitments: A Lightweight Verifiable Inference for Language Models

📅 2026-02-13
📈 Citations: 0
Influential: 0
📄 PDF

career value

204K/year

Technology Category

Application Category

📝 Abstract
Most large language models (LLMs) run on external clouds: users send a prompt, pay for inference, and must trust that the remote GPU executes the LLM without any adversarial tampering. We critically ask how to achieve verifiable LLM inference, where a prover (the service) must convince a verifier (the client) that an inference was run correctly without rerunning the LLM. Existing cryptographic works are too slow at the LLM scale, while non-cryptographic ones require a strong verifier GPU. We propose TensorCommitments (TCs), a tensor-native proof-of-inference scheme. TC binds the LLM inference to a commitment, an irreversible tag that breaks under tampering, organized in our multivariate Terkle Trees. For LLaMA2, TC adds only 0.97% prover and 0.12% verifier time over inference while improving robustness to tailored LLM attacks by up to 48% over the best prior work requiring a verifier GPU.
Problem

Research questions and friction points this paper is trying to address.

verifiable inference
large language models
tamper detection
trustworthy AI
cloud-based LLMs
Innovation

Methods, ideas, or system contributions that make the work stand out.

TensorCommitments
verifiable inference
Terkle Trees
commitment scheme
large language models
🔎 Similar Papers
2023-10-27IACR Cryptology ePrint ArchiveCitations: 38