VCT: A Verifiable Transcript System for LLM Conversations

📅 2026-06-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge that nonlinear operations in large language model (LLM) conversations—such as reprompting, response regeneration, message deletion, and concurrent multi-device interactions—cannot be faithfully captured by traditional linear logs, thereby undermining the reliability of digital forensics and compliance auditing. To resolve this, the paper introduces Verifiable Conversation Transcript (VCT), a novel system that models nonlinear dialogues as serialized state transitions with deletion barriers. VCT ensures integrity and accountable verifiability through a three-layer hash chain structure (spanning QA pairs, sessions, and account-level Merkle roots), joint user–server signatures, and an asynchronous view-fork detection mechanism. Prototype evaluation demonstrates sub-millisecond to low-millisecond cryptographic overhead for core operations and only 0.9% metadata overhead for 21KB transcripts, confirming VCT’s feasibility for high-assurance auditing in production-grade LLM platforms.
📝 Abstract
Large language model (LLM) interaction records are increasingly vital in digital forensics and compliance auditing. However, traditional linear tamper-evident logs fail to capture the inherent non-linear evolution of LLM conversations, such as re-prompting based on historical queries, response regeneration, session deletion, multi-device concurrency, and selective sharing. To address this issue, this paper proposes Verifiable Conversation Transcript (VCT), which abstracts complex non-linear LLM semantic operations into account-level authenticated state transitions. VCT constructs a three-tier cryptographic data structure: atomic Q&A pairs form branch-level hash chains, branch tails aggregate into session-level Merkle roots, and all session roots are further aggregated into an account-level Merkle root anchored by joint signatures from both the user and the server. VCT introduces a serialized state transition protocol with deletion barriers to eliminate conflicts between deletion and modification, complemented by a deterministic state-merge protocol to preserve concurrent non-deletion incremental operations. Furthermore, incremental denial checks and a gossip protocol enable asynchronous user devices to autonomously detect view forks caused by malicious servers and generate non-repudiable forensic evidence. Security analysis demonstrates that, under standard cryptographic assumptions, VCT guarantees the integrity, consistency, verifiable shareability, and non-repudiation of account-level conversation records. Evaluation of a Python prototype shows that the cryptographic latency of core operations is within sub-millisecond to low-millisecond ranges. Under a realistic configuration with 21 KB of text, security metadata introduces a negligible storage overhead of only 0.9%, validating the deployment feasibility of VCT for high-stakes forensic review on production-grade LLM platforms.
Problem

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

LLM conversations
non-linear evolution
verifiable transcripts
digital forensics
tamper-evident logs
Innovation

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

Verifiable Conversation Transcript
non-linear conversation logging
Merkle-based cryptographic structure
state transition protocol
forensic integrity
🔎 Similar Papers
No similar papers found.
R
Ruilin Xing
School of Computer Science and Electronic Information, Guangxi University
F
Feihong Li
School of Computer Science and Electronic Information, Guangxi University
J
Jiayue Liu
School of Computer Science and Electronic Information, Guangxi University
Jiali Zheng
Jiali Zheng
PhD, Imperial College London
Computer VisionDeep Learning
W
Wei Liu
School of Computer Science and Electronic Information, Guangxi University
W
Wanzhi Xie
School of Computer Science and Electronic Information, Guangxi University