Research Papers 论文研究 1d ago Updated 15h ago 更新于 15小时前 45

Guarantees on Dynamical System Distinguishability for LLM Token Generation LLM令牌生成的动力系统可区分性保证

LLM token embeddings can be modeled as trajectories of a black-box dynamical system (DS), enabling classification by comparing prediction residuals between two DSs The total variation distance between stationary marginal distributions of two DSs can be arbitrarily small even when dynamics differ substantially, establishing a fundamental accuracy floor for classifiers that ignore token dynamics Misclassification probability decays exponentially with sequence length L, governed by a dynamical disc 将LLM token嵌入建模为黑盒动力系统轨迹,通过比较预测残差区分不同模型响应 形式化为随机线性动力系统的二元假设检验,揭示忽略token动力学的分类器存在根本性准确率下界 误分类概率随序列长度L指数衰减,衰减速率由动力学可区分性δ²(谱距离)控制 引入近似交织条件刻画跨嵌入模型泛化,建立可转移可区分性的下界估计 为用动力系统理论分析AI系统提供理论基础,区别于传统用AI建模动力系统的思路

58
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • LLM token embeddings can be modeled as trajectories of a black-box dynamical system (DS), enabling classification by comparing prediction residuals between two DSs
  • The total variation distance between stationary marginal distributions of two DSs can be arbitrarily small even when dynamics differ substantially, establishing a fundamental accuracy floor for classifiers that ignore token dynamics
  • Misclassification probability decays exponentially with sequence length L, governed by a dynamical discriminability quantity δ² capturing the spectral distance between the two DSs
  • Cross-embedding generalization is characterized via an approximate intertwining condition between embedding models, with a lower bound on transferable discriminability tied to the intertwining map's smallest singular value
  • The work provides the first theoretical foundation explaining why DS-based classification of LLM responses works empirically, and motivates using DS theory to analyze AI systems rather than the reverse

Why It Matters

This paper bridges dynamical systems theory and LLM analysis, providing rigorous guarantees for an approach that has shown empirical success but lacked theoretical understanding. For AI practitioners working on model interpretability, content classification, or AI safety monitoring, these results offer a principled framework for understanding when and how dynamical system methods can reliably distinguish between different LLM outputs or model families.

Technical Details

  • The classification task is formalized as a binary hypothesis test between two stochastic linear dynamical systems, moving beyond heuristic approaches to a mathematically grounded framework
  • The authors prove that ignoring token dynamics imposes a fundamental accuracy floor: the total variation distance between stationary marginals can be arbitrarily small even when the underlying dynamics differ substantially
  • Exponential decay of misclassification probability is established with respect to sequence length L, where the decay rate is governed by δ², a dynamical discriminability quantity defined by the spectral distance between the two DSs
  • Cross-embedding generalization is analyzed through an approximate intertwining condition between embedding models, with a lower bound on transferable discriminability expressed in terms of the smallest singular value of the intertwining map

Industry Insight

  • DS-based classification methods now have theoretical guarantees on their scalability with sequence length, enabling practitioners to estimate required token counts for reliable classification in content moderation or model attribution pipelines
  • The intertwining framework provides a principled way to assess whether classification results transfer across different embedding models, reducing the need for exhaustive re-evaluation when switching embedding backbones
  • This work opens a new research direction at the intersection of dynamical systems and AI interpretability, suggesting that DS-theoretic tools could become standard for analyzing LLM behavior beyond just classification tasks

TL;DR

  • 将LLM token嵌入建模为黑盒动力系统轨迹,通过比较预测残差区分不同模型响应
  • 形式化为随机线性动力系统的二元假设检验,揭示忽略token动力学的分类器存在根本性准确率下界
  • 误分类概率随序列长度L指数衰减,衰减速率由动力学可区分性δ²(谱距离)控制
  • 引入近似交织条件刻画跨嵌入模型泛化,建立可转移可区分性的下界估计
  • 为用动力系统理论分析AI系统提供理论基础,区别于传统用AI建模动力系统的思路

为什么值得看

本文首次为基于动力系统的LLM分类方法提供了严格的理论保证,解释了其为何有效及如何随序列长度扩展。对AI安全、模型鉴别和可解释性研究者具有重要参考价值,同时开辟了用动力系统理论分析AI系统的新范式。

技术解析

  • 理论框架:将LLM响应分类形式化为两个随机线性动力系统的二元假设检验,token嵌入被视为动力系统轨迹
  • 准确性下界:证明即使两个动力系统的动力学差异显著,其平稳边际分布的总变差距离仍可任意小,为忽略token动力学的分类器设定了根本性准确率下界
  • 指数收敛:推导误分类概率随序列长度L指数衰减,衰减率由动力学可区分性δ²控制,该量捕获两个动力系统的谱距离
  • 跨嵌入泛化:引入嵌入模型间的近似交织条件,建立可转移可区分性下界,下界由交织映射的最小奇异值决定

行业启示

  • 模型鉴别新范式:动力系统方法为LLM输出分类/鉴别提供了可解释的理论框架,可应用于模型水印、版权保护和AI安全检测
  • 序列长度策略:误分类概率的指数衰减特性表明,在资源允许时延长分析序列可显著提升分类可靠性,为实际部署提供指导
  • 跨模型泛化:交织条件理论为不同嵌入模型间的迁移分析提供工具,有助于构建通用的模型鉴别基础设施

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Research 科学研究 Embedding Model 嵌入模型 Evaluation 评测