paper-with-me

Papers

Trusting What You Cannot See: Auditable Fine-Tuning and Inference for Proprietary AI

2026-03-08 · Heng Jin, Chaoyu Zhang, Hexuan Yu, Shanghao Shi, Ning Zhang, Y. Thomas Hou, Wenjing Lou arxiv

Cloud-based infrastructure has become the dominant platform for deploying large models, particularly large language models (LLMs). Fine-tuning and inference are increasingly delegated to cloud providers for simplified deployment and access to proprietary models, yet this creates a fundamental trust gap. Although cryptographic and TEE-based verification approaches exist, prohibitive proving costs and limited TEE memory prevent them from scaling to modern LLMs, leaving clients unable to practically audit these processes. This lack of transparency creates concrete security risks that can silently compromise service integrity. We present AFTUNE, an auditable and verifiable framework that ensures the computational integrity of cloud-based fine-tuning and inference. AFTUNE incorporates a lightweight recording and spot-check mechanism that produces verifiable traces of execution. These traces enable clients to later audit whether the fine-tuning and inference processes followed the agreed configurations, by verifying sampled execution blocks inside a TEE, each covering only a small portion of the model and the execution trace. Our evaluation shows that AFTUNE adds modest overhead and makes auditing practical for clients.

📄 PDF Abstract BibTeX arXiv:2603.07466

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Making Clinical Language Models Auditable: Concept-Guided Fine-Tuning for Robust Prediction

2026-08-27 · Jin Mu, Guanhua Chen arxiv

Clinical language models can achieve strong in-hospital accuracy yet fail under deployment shifts because they exploit note-specific artifacts (e.g., templates, separators, boilerplate) that do not reflect patient state.…

Mortality PredictionText Classification

Fostering Trust and Quantifying Value of AI and ML

2024-07-08 · Dalmo Cirne, Veena Calambur

Artificial Intelligence (AI) and Machine Learning (ML) providers have a responsibility to develop valid and reliable systems. Much has been discussed about trusting AI and ML inferences (the process of running live data …

Used Car Salesbots? Honesty and Credulity of LLMs as Bargaining Agents under Partial Information

2026-05-29 · Antonio Valerio Miceli-Barone, Vaishak Belle, Shay B. Cohen arxiv

In this work we study agents in simulated bargaining scenarios, where a buyer and a seller communicate through a text channel and attempt to negotiate mutually beneficial trades, under different information regimes (comp…

Verifiable Fine-Tuning for LLMs: Zero-Knowledge Training Proofs Bound to Data Provenance and Policy

2025-10-19 · Hasan Akgul, Daniel Borg, Arta Berisha, Amina Rahimova 외 arxiv

Large language models are often adapted through parameter efficient fine tuning, but current release practices provide weak assurances about what data were used and how updates were computed. We present Verifiable Fine T…

ARC-STAR: Auditable Post-Hoc Correction for PDE Foundation Models

2026-05-21 · Chengze Li, Lingwei Wei, Li Sun, Hongbo Lv 외 arxiv

Partial differential equation (PDE) foundation models are pretrained networks that forecast how physical fields like velocity and pressure evolve from a single reusable solver. On unfamiliar flows their predictions drift…