<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Explainability on Neumo</title><link>https://neumoneumo.github.io/blog/tags/explainability/</link><description>Recent content in Explainability on Neumo</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 10 Dec 2025 17:18:27 +0800</lastBuildDate><atom:link href="https://neumoneumo.github.io/blog/tags/explainability/index.xml" rel="self" type="application/rss+xml"/><item><title>Why is LLM's Output Detectable</title><link>https://neumoneumo.github.io/blog/posts/why-llm-detectable/</link><pubDate>Wed, 10 Dec 2025 17:18:27 +0800</pubDate><guid>https://neumoneumo.github.io/blog/posts/why-llm-detectable/</guid><description>&lt;h1 id="prerequisite"&gt;Prerequisite&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Basic knowledge of the structure of Transformer and RNN&lt;/li&gt;
&lt;li&gt;Understand how to train AI models in NLP&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Notations:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Symbol&lt;/th&gt;
&lt;th&gt;Meaning&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;$x_t$&lt;/td&gt;
&lt;td&gt;token at time $t$&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$x_{:t}$&lt;/td&gt;
&lt;td&gt;tokens before time $t$&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$x_{a:b}$&lt;/td&gt;
&lt;td&gt;tokens after time $a$ (included) and before time $b$ (excluded)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$p$&lt;/td&gt;
&lt;td&gt;the distribution of ground truth&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$q$&lt;/td&gt;
&lt;td&gt;model&amp;rsquo;s prediction&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$v$&lt;/td&gt;
&lt;td&gt;vocabulary size (# of different tokens)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;$d$&lt;/td&gt;
&lt;td&gt;embedding dimension (dimension of hidden states)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h1 id="main"&gt;Main&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;This blog will explore some potential factors contributing to the distinction between text generated by LLMs and human&amp;rsquo;s text.&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>