<?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>Papers on Neumo</title><link>https://neumoneumo.github.io/blog/tags/papers/</link><description>Recent content in Papers on Neumo</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 10 May 2026 23:33:03 +0800</lastBuildDate><atom:link href="https://neumoneumo.github.io/blog/tags/papers/index.xml" rel="self" type="application/rss+xml"/><item><title>The Neural Matthew Effect: Low Effective Degrees of Freedom in Training</title><link>https://neumoneumo.github.io/blog/posts/matthew/</link><pubDate>Sun, 10 May 2026 23:33:03 +0800</pubDate><guid>https://neumoneumo.github.io/blog/posts/matthew/</guid><description>&lt;p&gt;I use &lt;strong&gt;the Neural Matthew Effect&lt;/strong&gt; to describe a recurring pattern in deep network training: a small number of directions, modules, or connections carry most of the learning signal. In parameter space, this appears as &lt;strong&gt;low-rank updates&lt;/strong&gt;; in gradient space, as concentration along &lt;strong&gt;dominant directions&lt;/strong&gt;; at the functional level, as the strengthening of existing &lt;strong&gt;circuits&lt;/strong&gt;; and at the structural level, as increasingly uneven interactions among neurons.&lt;/p&gt;
&lt;p&gt;Throughout this article, &lt;strong&gt;low rank&lt;/strong&gt; does not mean strictly low algebraic rank. It means &lt;strong&gt;low effective rank&lt;/strong&gt;. For neural network weights, gradients, and the &lt;strong&gt;Hessian&lt;/strong&gt;, strict rank is often unstable: an arbitrarily small perturbation can turn a matrix into full rank, but that does not mean all directions are equally important. The more useful question is not &amp;ldquo;how many singular values are nonzero?&amp;rdquo;, but &amp;ldquo;how many directions contain most of the spectral mass?&amp;rdquo;&lt;/p&gt;</description></item><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><item><title>Working Memory in Neural Networks</title><link>https://neumoneumo.github.io/blog/posts/memory/</link><pubDate>Sat, 07 Dec 2024 16:14:06 +0800</pubDate><guid>https://neumoneumo.github.io/blog/posts/memory/</guid><description>&lt;p&gt;Classified by their duration, there are at least three kinds of memory in
humans: Working Memory(WM), Short-Term Memory(STM), and Long-Term Memory(LTM).&lt;/p&gt;
&lt;p&gt;WM can be seen as the internal state of the system that varies across the entire
process. STM can be considered the memory for a milestone or key objects in a
multi-stage task. And finally, LTM can be conceived as the neural network
itself. Persistent knowledge is embedded in architecture.&lt;/p&gt;</description></item></channel></rss>