Position: Let's Develop Data Probes to Fundamentally Understand How Data Affects LLM Performance
Summary
This position paper advocates for developing 'data probes'—synthetic sequences from random processes—to systematically study how data characteristics affect LLM performance, aiming to move beyond empirical heuristics.
View Cached Full Text
Cached at: 05/20/26, 08:27 AM
# Position: Let’s Develop Data Probes to Fundamentally Understand How Data Affects LLM Performance
Source: [https://arxiv.org/html/2605.18801](https://arxiv.org/html/2605.18801)
###### Abstract
Data is fundamental to large language models \(LLMs\)\. However, understanding of what makes certain data useful for different stages of an LLM workflow, including training, tuning, alignment, in\-context learning, etc\., and why, remains an open question\. Current approaches rely heavily on extensive experimentation with large public datasets to obtain empirical heuristics for data filtering and dataset construction\. These approaches are compute intensive and lack a principled way of understanding the essence of how specific data characteristics drive LLM behavior\. In this position paper,we advocate for the need of developing systematic methodologies for generating synthetic sequences from appropriately defined random processes, with the goal that these sequences can reveal useful characteristics when they are used in one or multiple stages of the LLM workflow\. We refer to such sequences asdata probes\. By observing LLM behavior on data probes, researchers can systematically conduct studies on how data characteristics influence model performance, generalization, and robustness\. The probing sequences exhibit statistical properties that can be viewed using theoretical concepts, such as typical sets, which are generalized to describe the behaviors of LLMs\. This data\-probe approach provides a pathway for uncovering foundational insights into the role of data in LLM training and inference, beyond empirical heuristics\.
Machine Learning, ICML
## 1Introduction
The success of large language models \(LLMs\) stems not only from advances in model architecture and training algorithms but also from access to vast amounts of diverse data\(Grattafiori et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib15); Mishra et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib23); Brown et al\.,[2020](https://arxiv.org/html/2605.18801#bib.bib2); DeepSeek\-AI,[2025](https://arxiv.org/html/2605.18801#bib.bib8)\)\. Raw data typically cannot be used directly\. It must be processed or filtered to ensure quality\. Such data processing is resource\-intensive\(Penedo et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib25)\), so, as of today, data\-related research has been primarily conducted by large organizations with the necessary computational and financial resources\(Grattafiori et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib15); Gemma Team et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib13); Su et al\.,[2025](https://arxiv.org/html/2605.18801#bib.bib35); Gohari et al\.,[2026](https://arxiv.org/html/2605.18801#bib.bib14)\)\. While such research has been practically useful, there is limited study on thefundamental reasons behind how data affects LLM performance\.
Beyond the need for extensive resources, another obstacle preventing the understanding of data for LLMs is the lack of a systematic and principled way of controlling the data input for LLM training and inference\. Real\-world data is often not directly controllable, as its ground\-truth distribution is largely unknown\(Cvejoski et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib7); Shu & Yu,[2024](https://arxiv.org/html/2605.18801#bib.bib33)\)\. Thus, current data processing methods rely on empirical heuristics, which are developed through extensive experimentation involving LLM training with data processed in different ways and evaluation on benchmark datasets\(Wettig et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib41); Penedo et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib25)\)\. Such empirical findings usually hold only on a case\-by\-case basis\. Moreover, the training data may be contaminated with benchmark data, and the benchmark datasets themselves may not fit the target domain where the LLM will be applied\(Sainz et al\.,[2023](https://arxiv.org/html/2605.18801#bib.bib30)\)\.
Therefore, an importantopen problemis the fundamental relationship between data properties and LLM behavior\. Addressing this problem is crucial, as a better understanding of how data affects LLM performance could lead to more efficient and targeted dataset construction, reducing costs and risks \(e\.g\., hallucination\) while improving the overall LLM performance\. Recently, some theoretical studies have attempted to use simplified sequences to analyze specific properties of transformer\-based architectures\(Makkuva et al\.,[2025](https://arxiv.org/html/2605.18801#bib.bib21); Rajaraman et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib28)\)\. Although these studies provide valuable insights, their evaluations usually consider oversimplified models and have limited relevance to practical LLM workflows\. What is missing is asystematic yet accessible approach that can connect theoretical findings with real\-world applications, offering both explanatory power and actionable guidance for practitioners\.
In this paper, we argue thatthe research community should develop systematic methodologies for generating synthetic sequences from fully defined \(known\) random processes, with the goal that these sequences will be useful tools for understanding the relationship between data and LLM performance\. We refer to such sequences asdata probes\.The data probes are designed to have a clear meaning \(usually in theory\) while being able to trigger specific behaviors in practical LLMs\. Different data probes can be used depending on the LLM behavior, e\.g\., hallucination, bias, memorization, mode collapse, we would like to study\.
Compared to actual datasets, the uniqueness of data probes is that they are generated from a random process with aknownprobability distribution\. Although it may be high\-dimensional and difficult to fully comprehend from a human perspective, the fact that this distribution is known and can be expressed numerically has the following advantages:
1. 1\.A virtually unlimited amount of data can be generated from the same distribution, so both training and test data can be generated and used in experiments driven by data probes\. Such data can be generated on the fly, removing the need to manage massive datasets\.
2. 2\.The likelihood of any given sequence can be computed against the distribution, which is impossible for experiments with real datasets where the underlying stochastic process for generating such real data is unknown\. This unlocks new opportunities, such as examining the difference in the likelihood between the training data and LLM\-generated data, which subsequently help advance the research in LLMs and generative AI\.
In essence, by systematically varying key characteristics of the probability distribution for generating data probes, researchers can observe how these properties influence LLM performance, where the results can be obtained by evaluating LLM\-generated data back on the known distribution\. Compared to standard empirical studies driven by massive datasets, this approach is more controllable and requires significantly fewer resources\. It can reveal thecore principlesunderlying the influence of data on LLMs\. The results of such data probe\-based studies will bea valuable starting point for more sophisticated theoretical analysis and practical design of data processing algorithms\.
Data probes also allow for deeper integration of theoretical concepts, such as typical sets from information theory\(Cover & Thomas,[2006](https://arxiv.org/html/2605.18801#bib.bib6)\), thus offering a principled framework\. However, the difference between this data\-probe approach and most existing theoretical analyses is thatdata probes are designed to haveboththeoretical and practical values\. The results provide actionable insights into how datasets can be better constructed and curated\. In this way, data probes will bean important “interface” for connecting theory and practice, as illustrated in Figure[1](https://arxiv.org/html/2605.18801#S1.F1)\.
Figure 1:Data probes connect theory and practice\.This position paper highlights the importance of developing and adopting data probes to advance both research and practice\. They offer a powerful way to bridge the gap between theory and real\-world application, helping the community develop more efficient, transparent, and effective strategies for leveraging data in developing next\-generation LLMs\. This approach can also inspire a closer collaboration and integration of data\-related research between academic institutions and large industrial organizations\.
## 2Current Status of Understanding LLMs
The understanding of LLMs has evolved through various complementary approaches, each offering unique insights into these complex systems\. While these approaches have advanced our knowledge significantly, they also reveal important gaps that the data\-probe methodology can address\.
Datasets and Benchmark Tasks\.The development and evaluation of LLMs has been largely driven by performance on standardized benchmarks\. These benchmarks span diverse tasks including question answering, natural language inference, and text generation\(EleutherAI,[2026](https://arxiv.org/html/2605.18801#bib.bib10); Chiang et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib4); Zheng et al\.,[2023](https://arxiv.org/html/2605.18801#bib.bib44)\)\. However, benchmark\-based evaluation often do not explainwhymodels succeed or fail for specific types of samples\.
Physics of LLMs\.Recent works have explored using physics\-inspired principles to understand the behavior and capabilities of LLMs, by dissecting their abilities across different domains such as hierarchical structure understanding, reasoning, factual knowledge management, and scaling laws\(Allen\-Zhu,[2024](https://arxiv.org/html/2605.18801#bib.bib1); Kaplan et al\.,[2020](https://arxiv.org/html/2605.18801#bib.bib19); Hoffmann et al\.,[2022](https://arxiv.org/html/2605.18801#bib.bib17); Wang et al\.,[2025](https://arxiv.org/html/2605.18801#bib.bib38)\)\. While some works use specifically hand\-crafted training data to study specific problems in an experimental setting, which to some degree follows a similar spirit as data probes, they generally do not leverage the statistical distribution of the data\. Some data creation mechanisms used in physics of LLMs may be overly specific to the problems being studied, making them difficult to be reused for other problems or conduct theoretical analyses\.
Mechanistic Interpretability\.Mechanistic interpretability aims to understand LLMs by reverse\-engineering their internal representations and decision\-making processes\(Singh et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib34); Räuker et al\.,[2023](https://arxiv.org/html/2605.18801#bib.bib29)\)\. This includes techniques for analyzing attention patterns, identifying specific neurons or circuits responsible for particular behaviors, and tracking the flow of information through model layers\. Recent advances have revealed specific mechanisms for tasks like induction heads and mathematical operations, which provide concrete insights into how LLMs process and manipulate information, but there is limited understanding on how different types of training data lead to the development of these mechanisms\.
Theoretical Analysis of Transformer Models\.Recent studies have explored the theoretical aspects of transformer models, focusing on their ability to handle tasks like learning patterns, capturing long\-range dependencies, and processing hierarchical structures\(Edelman et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib9); Makkuva et al\.,[2025](https://arxiv.org/html/2605.18801#bib.bib21); Rajaraman et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib28); Von Oswald et al\.,[2023](https://arxiv.org/html/2605.18801#bib.bib36); Zekri et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib43)\)\. These analyses often use simplified transformer architectures to make the theory more manageable\. Although they help explain how transformers work in theory, their connection to real\-world LLMs is limited, and some important aspects such as how specific data characteristics influence model behavior may be overlooked\.
## 3Why Data Probes Need to Be Developed
Data probes offer a way to systematically vary distributional properties in a controlled environment while still connecting to real\-world LLMs\. They are important because they introduce a structured and controllable way to study data itself, treating it as a formal object with known statistical properties rather than as a fixed input\. By generating sequences from explicitly defined random processes, data probes enable the precise specification of distributional characteristics such as entropy, mutual information, or temporal correlation\. This level of control is not achievable with natural language data, where the true underlying distribution is unknown and difficult to model\. Moreover, as data probes are drawn from known generative mechanisms, they allow for reproducible experimentation, tractable analysis, and direct integration with formal frameworks such as information theory\. With these characteristics, data probes can address the following limitations in current approaches\.
Enabling Resource\-Efficient Experiments\.Much of the difficulty in studying how data affects LLMs stems from the immense cost of assembling and managing massive real\-world datasets\(Lozhkov et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib20); Penedo et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib25); Weber et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib39)\)\. Data probes circumvent these costs by generating synthetic sequences on the fly, which can be scaled to arbitrary sizes without additional storage or curation efforts\. Researchers and practitioners can thus rapidly iterate over numerous distributions, testing hypotheses about data quality and diversity with less computational resources\.
Connecting Theory and Practice\.Data probes serve as a “bridge” between theoretical analyses and practical LLMs by allowing researchers to design controlled distributions that can be scaled in complexity\. In this way, one can evaluate whether theoretical predictions hold in practice and iteratively refine both theory and data\-probe design\.
Understanding the Effect of Data Characteristics\.While benchmarks highlight*what*models can do, they rarely explain*why*they succeed/fail\. Data probes make it possible to isolate statistical properties and analyze how they influence learning and generalization\. As the underlying distribution is known, one can compute statistics, e\.g\., likelihood, of generated sequences on the true data distribution, revealing insights into memorization or under\-represented patterns\.
Reducing Noise in Empirical Studies\.Real\-world datasets have properties like domain imbalance and annotation artifacts, making it difficult to disentangle genuine model capabilities from spurious cues in the data\(Gardner et al\.,[2021](https://arxiv.org/html/2605.18801#bib.bib12); Gururangan et al\.,[2018](https://arxiv.org/html/2605.18801#bib.bib16)\)\. In contrast, data probes can be designed to eliminate or control these limiting factors, allowing for cleaner experiments that pinpoint the roles of different data features\.
Extending Beyond Benchmark Coverage\.Although benchmarks have fueled progress in LLM research, they naturally lag behind the breadth and complexity of real\-world language tasks\(Chollet et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib5); Fourrier et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib11); Wang et al\.,[2019](https://arxiv.org/html/2605.18801#bib.bib37)\)\. Data probes can complement benchmark suites by creating new challenge sets that target under\-explored aspects of language complexity, e\.g\., rare syntactic patterns and unusual compositional structures\. Such targeted testing can reveal performance bottlenecks or emergent capabilities that standard benchmarks might miss\.
Guiding Data Processing and Model Development\.Current methods for evaluating LLM performance beyond standard benchmarks rely on either expensive gold\-standard datasets\(Chelli et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib3); Pacchiardi et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib24)\)or approaches that trade off speed and cost for quality by using weighted outputs from other LLMs\(Sam et al\.,[2025](https://arxiv.org/html/2605.18801#bib.bib31); Huang et al\.,[2025](https://arxiv.org/html/2605.18801#bib.bib18); Wei et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib40)\)\. Both approaches are reactive, i\.e\., they assess performance after training is complete\. Data probes offer a fundamentally different approach by identifying how specific distributional features in training data correlate with downstream performance and interpretability\. This enables proactive principled guidance for dataset selection and filtering before training, while also informing critical decisions about model architecture and training curricula\. It is a path to more robust and efficient LLMs through data\-driven optimization rather than post\-hoc evaluation\.
Overall, data probes bring a new level of control and clarity to investigating LLM behavior, reducing the reliance on trial\-and\-error approaches with large heterogeneous datasets\. They complement existing studies \(summarized in Section[2](https://arxiv.org/html/2605.18801#S2)\) by providing a unified framework that is theoretically grounded yet applicable to large\-scale real\-world models\.
## 4How to Design and Use Data Probes
### 4\.1Overall Methodology
Figure 2:Overview of the data\-probe methodology\.Figure[2](https://arxiv.org/html/2605.18801#S4.F2)provides an overview of the methodology\. The first step of designing data probes involves defining a generative process with theoretical interpretation, along with controllable statistical properties that can be systematically varied and measured\. Effective data\-probe design is an open research area, which can include characterizing relationships between probe structure and model capacity, developing informativeness metrics, and identifying minimal configurations that expose specific behaviors\. Over time, this could yield a collection of probe families optimized for different investigations\. Once the data\-probe generation process is designed, the probes are generated and applied to LLM training or fine\-tuning processes\. The data generated from the probe\-trained LLM is then used for analysis\. These steps are coupled with each other, e\.g\., the choice of probes can vary depending on the observations made throughout the experimentation\. The next subsection provides an example of how these steps can coherently work together\.
### 4\.2Operational Definition and Validation Protocol
We define a data probe as
Π=\(𝒫,ℳ,ℋ,ℱ\),\\Pi=\(\\mathcal\{P\},\\mathcal\{M\},\\mathcal\{H\},\\mathcal\{F\}\),\(1\)where𝒫\\mathcal\{P\}specifies a known generative process and intervention controls,ℳ\\mathcal\{M\}is a set of measurable diagnostics,ℋ\\mathcal\{H\}is a set of testable claims, andℱ\\mathcal\{F\}specifies falsification rules\.
We define four core criteria with validity predicates:
- •C1C\_\{1\}: Known process is fully specified and samplable\.
- •C2C\_\{2\}: Controllable knobs and interventions are defined and interpretable\.
- •C3C\_\{3\}: Diagnostic metrics are computable\.
- •C4C\_\{4\}: Each claim has pre\-declared falsification conditions\.
Evaluation uses two layers\. Internal validity \(denoted byIV\(h\)\\mathrm\{IV\}\(h\)\) checks whether probe\-side directional predictions hold under interventions\. External validity \(denoted byEV\(h\)\\mathrm\{EV\}\(h\)\) checks whether matched real\-side directional effects and falsification tests hold\. For a claimh∈ℋh\\in\\mathcal\{H\}, transfer is accepted if and only if
Accept\(h\)=1⇔IV\(h\)=1∧EV\(h\)=1\.\\mathrm\{Accept\}\(h\)=1\\iff\\mathrm\{IV\}\(h\)=1\\land\\mathrm\{EV\}\(h\)=1\.\(2\)IfIV\(h\)=1\\mathrm\{IV\}\(h\)=1butEV\(h\)=0\\mathrm\{EV\}\(h\)=0, the result is probe\-local\. This pass/fail structure makes transfer claims falsifiable rather than narrative\. A formal object, predicate definitions, and transfer equations are provided in Appendix[B](https://arxiv.org/html/2605.18801#A2)\. Figure[3](https://arxiv.org/html/2605.18801#S4.F3)illustrates the logic\.
Claim Validation and Transfer Decision Logic Prerequisites:satisfyC1C\_\{1\}–C4C\_\{4\}and document reduction assumptions\. Internal validity check:evaluateIV\(h\)\\mathrm\{IV\}\(h\)in probe space under declared intervention contrasts\. External validity check:evaluateEV\(h\)\\mathrm\{EV\}\(h\)in matched real settings under the same claim direction\. Decision matrix: IV\(h\)=1,EV\(h\)=1⇒transfer supported\\mathrm\{IV\}\(h\)=1,\\ \\mathrm\{EV\}\(h\)=1\\ \\Rightarrow\\ \\text\{transfer supported\} IV\(h\)=1,EV\(h\)=0⇒probe\-local result\\mathrm\{IV\}\(h\)=1,\\ \\mathrm\{EV\}\(h\)=0\\ \\Rightarrow\\ \\text\{probe\-local result\} IV\(h\)=0⇒claim rejected under declared criterion\\mathrm\{IV\}\(h\)=0\\ \\Rightarrow\\ \\text\{claim rejected under declared criterion\}
Figure 3:Validity and transfer decision logic for a claimhh\.Two Entry Paths under One Protocol\.Bottom\-up starts from a theoretical mechanism and builds probes to test whether predicted effects appear in practice\. Top\-down starts from a practical failure pattern and reduces it into a tractable probe while documenting removed factors and preserved properties\. The two paths differ in entry point, but both use the same claim specification, documentation step, and IV/EV transfer decision rule\.
Table 1:Reduction record for the current basic example\. Each row records a reduction operator, preserved invariants, expected directional hypothesis, and protocol\-level rejection condition, together with execution status in this basic study\.StepReduction operatorPreserved invariantsDirectional hypothesisRejection conditionStatus1Map open\-domain corpus to a Markov probe generatorEntropy rate and transition law are defined and controllableGenerated outputs admit stable typical\-set regime assignmentRegime assignment does not separate decoding conditions in probe spaceChecked2Remove semantic and topic factors from training distributionSequence\-likelihood structure remains defined by known lawAverage NLL is a calibrated diagnostic linked to the generatorAverage NLL does not track likelihood under the known Markov lawChecked3Fix architecture & checkpoint and intervene only on temperatureTTSingle\-knob intervention isolates decoding diversity effectsAsTTincreases, regime mass shifts from over\-conservative to typical then to uncertainProbe\-side regime\-shift direction is not observed under the declared contrastChecked4Use text\-LLM outputs as matched real\-side comparatorIntervention direction is shared across probe and real settingsReal\-side degeneration and diversity trend aligns directionally with probe\-side trendNo matched directional trend in real\-side outputs under the same intervention orderingQualitative only
### 4\.3Specific Example
In the following, we provide abasic exampleillustrating how data probes can be generated and used for revealing characteristics of LLMs\.More advanced data probe designs and experiments are beyond the scope of this position paper and are worth studying in future work\.
We consider a pair of models with the GPT\-2 small transformer architecture\(Radford et al\.,[2019b](https://arxiv.org/html/2605.18801#bib.bib27)\)\. We use a Markov chain111Note that data probes arenotlimited to Markov chain\-generated sequences\. We consider a Markov chain in this example for its simplicity and sufficiency for illustration purposes\.with a givenentropy rateto generate data probes that serve as training data for the first model, hereafter referred to asprobe\-LLM, where the embedding layer of this model is tailored to the vocabulary size \(state space\) of the Markov chain\. The second model, referred to astext\-LLM, is the pre\-trainedopenai\-community/gpt2model from Huggingface\(Radford et al\.,[2019a](https://arxiv.org/html/2605.18801#bib.bib26)\)\. The entropy rate, expressed inbits per token, specifies the diversity of the generated data probes, where higher entropy rates produce more varied sequences, and lower entropy rates produce more predictable sequences\. We also use the same Markov chain to measure the likelihood of sequences generated byprobe\-LLMafter training, demonstrating how the known distribution can be leveraged in our experiments\. To show the effectiveness of data probes in understanding fundamental dynamics with real models, we connect the insights observed onprobe\-LLMandtext\-LLM\. More details about this experiment are provided in Appendix[C](https://arxiv.org/html/2605.18801#A3)\.
Our exemplar procedure mainly consists of these parts:
1. 1\.Wedocumentreduction decisions first, using a reduction record that lists removed factors, preserved statistical properties, expected effects, and falsification conditions\.
2. 2\.Wedesigna probe\-generation mechanism based on a Markov chain with a desired entropy rate, andgeneratetoken sequences from this Markov chain\. The sequences are then used as data probes\.
3. 3\.Wetheoretically interpretthis design with the concept of typical sets in information theory, providing a theoretical lens for examining the likelihood of token sequences\.
4. 4\.Weapplydata probes to trainprobe\-LLM, thenanalyzeprobe\-LLM’s generation behavior and compare it with that oftext\-LLM, using both greedy decoding and temperature\-based sampling\.
The reduction steps are in Table[1](https://arxiv.org/html/2605.18801#S4.T1)\. This record makes it clear how the data\-probe setup is derived from a more realistic setting and what assumptions are required for interpretation\. In this basic example, probe\-side conditions are checked, while the real\-side comparator is qualitative, so some rejection conditions remain protocol\-level targets for a full transfer study\.
Table 2:Exemplar generated output \(first128128tokens\) of GPT\-2 small model \(see Appendix[E](https://arxiv.org/html/2605.18801#A5)for the full non\-truncated result\)\.The table reports probe\-side quantitative diagnostics and qualitative real\-side alignment\.MethodGPT\-2 trained on data probes \(probe\-LLM\)Prompt:1Pre\-trained GPT\-2 on real data \(text\-LLM\)Prompt:Tell me about machine learning\.Greedy```
1, 5, 127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5, ...
```
\(Average NLL:0\.6940\.694, in over\-conservative regime\)```
Machine learning is a new field of research that has been around for a while.
It's a new field of research that has been around for a while. ...
```
\(Over\-conservative, repetitive text without much information\)Sampling,T=1T=1```
1, 5, 127, 117, 99, 88, 41, 56, 35, 29, 109, 65, ...
```
\(Average NLL:0\.8660\.866, in typical set\)```
Machine learning is one of the most popular applications ...
```
Sampling,T=1\.3T=1\.3```
1, 5, 78, 90, 35, 29, 109, 79, 16, 11, 51, 107, ...
```
\(Average NLL:0\.9790\.979, in typical set\)```
I've been trying for the past 20 years to develop ways ...
```
Sampling,T=1\.5T=1\.5```
1, 5, 78, 90, 35, 29, 7, 7, 80, 35, 29, 28, ...
```
\(Average NLL:1\.4061\.406, in uncertain regime\)```
If I get an education from a company on your work project ...
```
\(Uncertain, not closely related to the prompted topic of machine learning\)
Claim Card for Table[2](https://arxiv.org/html/2605.18801#S4.T2)\. Claim:Increasing temperature increases average NLL and moves probe outputs from over\-conservative toward uncertain regimes under the known Markov law\. Intervention:Temperature contrastsT∈\{0,1\.0,1\.3,1\.5\}T\\in\\\{0,1\.0,1\.3,1\.5\\\}\. Probe\-side diagnostics:Average NLL and typical\-set regime labels\. Real\-side connection:Qualitative alignment of degeneration and diversity behavior in text outputs\. Pre\-declared failure condition:Predicted probe\-side directional regime movement is not observed\. Transfer status for this table:Preliminary controlled validation step with qualitative alignment, not a formal transfer verdict\.
Design Based on Markov Chain with Target Entropy Rate\.Since it is generally difficult to directly generate a Markov chain with a given entropy rate, denoted byHH, we design our probe generation process so that it first generates random transition matrices for a Markov chain and then select the one that gives an entropy rate closest toHH\. The details are provided in Appendix[D](https://arxiv.org/html/2605.18801#A4)\.
Theoretical Interpretation via Typical Sets\.As part of studying LLMs with data probes, we can connect the data\-probe generation process and its underlying distribution to a theoretical framework for better interpretation and in\-depth study\. In this example, we make a connection with the notion of typical sets\(Cover & Thomas,[2006](https://arxiv.org/html/2605.18801#bib.bib6)\)\. In information theory, theε\\varepsilon\-typical setAε\(n\)A\_\{\\varepsilon\}^\{\(n\)\}for a distributionppover sequencesxnx^\{n\}of lengthnn\(whether i\.i\.d\. or a stationary Markov chain\), with entropy rateHH, is defined as
Aε\(n\)=\{xn:H−ε≤−logp\(xn\)n≤H\+ε\}\.\\textstyle A\_\{\\varepsilon\}^\{\(n\)\}=\\left\\\{x^\{n\}:H\-\\varepsilon\\leq\\frac\{\-\\log p\(x^\{n\}\)\}\{n\}\\leq H\+\\varepsilon\\right\\\}\.\(3\)
Figure 4:Different regimes related to the typical set\.The quantity−logp\(xn\)n\\frac\{\-\\log p\(x^\{n\}\)\}\{n\}is the negative log\-likelihood \(NLL\) of the sequencexnx^\{n\}normalized by the sequence lengthnn, referred to as the average NLL\. Intuitively, typical sets capture the bulk of probability mass in a distribution, and a sequence is “typical” if its NLL is near the true entropy rate\. Checking whether the average NLL lies within anε\\varepsilon\-band aroundHHamounts to verifying whetherxnx^\{n\}belongs to the typical set, where a smaller NLL means a more likely sequence, and vice versa\.
When we trainprobe\-LLMon data drawn from the Markov chain and then evaluate the sequences generated by the trained model under the*same*Markov chain, we make the following interpretation:
- •Ifprobe\-LLMgenerates a sequence whose average NLL \(under the Markov chain\) is below the typical set’s lower bound, then the sequence is too likely\. This suggests that the LLM may be overly conservative, producing highly predictable or repetitive sequences\.
- •Ifprobe\-LLMgenerates a sequence whose average NLL is above the typical set’s upper bound, the sequence is too unlikely\. This includes scenarios where the LLM is generating patterns that deviate significantly from its training distribution\.
Hence, typical sets provide a principled way to detect whether sequences from a trained model are “too predictable” or “too imaginative” relative to the true data distribution\. Extending beyond the standard typical set concept, we can define the two regimes outside the typical set with LLM\-specific meanings, namely, “over\-conservative” and “uncertain,” as shown in Figure[4](https://arxiv.org/html/2605.18801#S4.F4)\. This definition of regimes can help us further understand and analyze LLM behaviors using this theoretical tool\.
Applying Data Probes to LLM Training\.To put data probes into practice, we ran a preliminary experiment with the target entropy rateH=1H=1bit/token and Markov chain state space size \(equivalent to the token vocabulary size\)M=128M=128\. Using the sequences generated by the Markov chain, we train ourprobe\-LLM\. Because the data is synthetic, it can be scaled without concern for scarcity, and a test set can easily be generated from the same Markov chain\. We use a sequence length ofn=128n=128for both the training and test data\. After training, we generate new sequences from the LLM using either greedy decoding, which always picks the most probable next token, or sampling with a specifiedtemperatureTT\. HigherTTencourages diversity, and vice versa, while greedy decoding gives the lowest diversity\.
Table 3:Comparison of representative prior studies against data\-probe criteria\.C1C\_\{1\}: known process fully defined and samplable\.C2C\_\{2\}: controllable and interpretable intervention knobs\.C3C\_\{3\}: diagnostic metrics computable\.C4C\_\{4\}: pre\-declared falsification/transfer criteria\.Theme & representative existing researchData\-probe criterion satisfactionProbe\-based study to close gapsC1C\_\{1\}C2C\_\{2\}C3C\_\{3\}C4C\_\{4\}Data diversity, sufficiency & complexity \(e\.g\.,Makkuva et al\. \([2025](https://arxiv.org/html/2605.18801#bib.bib21)\); Rajaraman et al\. \([2024](https://arxiv.org/html/2605.18801#bib.bib28)\)\)YesPartialYesNoDeclare intervention knobs and contrast grids \(C2C\_\{2\}\)\. Add pre\-registered failure rules and transfer\-status labels per contrast \(C4C\_\{4\}\)\.Overfitting, regularization & data curation \(e\.g\.,Wettig et al\. \([2024](https://arxiv.org/html/2605.18801#bib.bib41)\); Penedo et al\. \([2024](https://arxiv.org/html/2605.18801#bib.bib25)\)\)NoPartialYesNoIntroduce known\-process probe generators with sampling laws \(C1C\_\{1\}\)\. Specify intervention knobs and ranges \(C2C\_\{2\}\)\. Add pre\-declared falsification and IV/EV verdict reporting \(C4C\_\{4\}\)\.Adaptation, transfer & in\-context learning \(e\.g\.,Von Oswald et al\. \([2023](https://arxiv.org/html/2605.18801#bib.bib36)\); Edelman et al\. \([2024](https://arxiv.org/html/2605.18801#bib.bib9)\)\)PartialYesYesNoMap shifts to source\-process assumptions whenever possible \(C1C\_\{1\}\)\. Add pre\-registered external\-validity failure criteria and transfer labels \(C4C\_\{4\}\)\.Robustness and adversarial testing \(e\.g\.,Sainz et al\. \([2023](https://arxiv.org/html/2605.18801#bib.bib30)\); Shu & Yu \([2024](https://arxiv.org/html/2605.18801#bib.bib33)\)\)NoPartialYesNoDefine reduced known\-process stress generators \(C1C\_\{1\}\)\. Declare perturbation knobs and strengths \(C2C\_\{2\}\)\. Attach falsification thresholds and IV/EV verdicts \(C4C\_\{4\}\)\.Information\-theoretic understanding of LLMs \(e\.g\.,Zekri et al\. \([2024](https://arxiv.org/html/2605.18801#bib.bib43)\)\)YesPartialYesNoStandardize intervention knobs for information\-theoretic contrasts \(C2C\_\{2\}\)\. Add pre\-declared transfer rejection rules and status labels \(C4C\_\{4\}\)\.Mechanistic interpretability and inner\-model analysis \(e\.g\.,Singh et al\. \([2024](https://arxiv.org/html/2605.18801#bib.bib34)\); Räuker et al\. \([2023](https://arxiv.org/html/2605.18801#bib.bib29)\)\)NoPartialPartialNoUse known structured process families for targeted mechanisms \(C1C\_\{1\}\)\. Declare intervention knobs over data factors \(C2C\_\{2\}\)\. Define computable diagnostics tied to those factors \(C3C\_\{3\}\)\. Add falsification predicates and transfer criteria \(C4C\_\{4\}\)\.Analyzing Practical Observations through the Lens of Typical Sets\.Table[2](https://arxiv.org/html/2605.18801#S4.T2)shows some examples of generated data from bothprobe\-LLM\(after training\) andtext\-LLM\. We observe thatboth models show qualitatively similar decoding behaviors\. When choosingε=0\.2\\varepsilon=0\.2in the typical set definition, the main observations are as follows:For this experiment, the testable claim is that increasing temperature should increase probe\-side average NLL and move probe outputs from over\-conservative regimes toward uncertain regimes under the known Markov distribution, with corresponding qualitative shifts in real\-text outputs\. The pre\-declared failure condition is that this probe\-side directional pattern is not observed\. For real\-text outputs in Table[2](https://arxiv.org/html/2605.18801#S4.T2), we report qualitative alignment only\. This is a preliminary controlled validation step and does not by itself establish a formal transfer verdict\.
1. 1\.Greedy sampling generates repetitive outputs from both models, where forprobe\-LLMthe generated sequence is in the over\-conservative regime outside the typical set\.
2. 2\.Sampling with temperaturesT=1T=1andT=1\.3T=1\.3fromprobe\-LLMgives sequences within the typical set, as seen by their average NLL values\. With the same sampling,text\-LLMgenerates meaningful outputs relevant to the input prompt as well\.
3. 3\.Sampling with temperatureT=1\.5T=1\.5, both models generate outputs that are mostly irrelevant to the inputs, as indicated by the text output and average NLL value fromtext\-LLMandprobe\-LLM, respectively\.
These findings verify our earlier discussion on different ranges of average NLL values and their relation to the typical set and its adjacent regimes\.
We further examine the average NLL distribution of sequences generated byprobe\-LLM, with each prompt being one of the Markov chain states following the stationary distributionπ\\pi, as shown in Figure[5](https://arxiv.org/html/2605.18801#S4.F5)\. We have some interesting observations as follows:
1. 1\.Compared to the average NLL distribution of sequences sampled from the ground\-truth Markov chain \(blue curve in Figure[5](https://arxiv.org/html/2605.18801#S4.F5)\), both greedy decoding and sampling withT=1T=1tend to generate sequences with higher likelihood values\. This is an interesting finding because the loss function used in training has a mathematically equivalent form as sampling withT=1T=1\. However, when using the trained model for generating long sequences \(127127tokens from one input token in our experiment\), the distribution of the generated sequence departs from that of the original Markov chain\.This aligns with the practical experience that LLMs tend to generate less useful content when the amount of generated content is large compared to the input prompt\.
2. 2\.When sampling withT=1\.25T=1\.25, the model tends to generate sequences with slightly higher likelihood compared to the ground\-truth Markov chain, but there are also some instances where the model generates very unlikely sequences \(i\.e\., high NLL\)\.This matches the experience that LLMs tend to generate more similar content than humans while hallucinating at times\(Ye et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib42)\)\.
In all the above results,the computation of NLL has been only possible because we know the ground\-truth distributionthat is specified by the Markov chain\. It is particularly interesting that from the average NLL results and their connection to the typical set concept, we are able to observe important LLM behaviors seen in practice from the simple GPT\-2 model trained using data probes\. This illustrates the potential of data probes for achieving an in\-depth understanding and analysis of LLMs, thuswe advocate for a systematic development of data probes and their uses\.
Figure 5:Cumulative density function \(CDF\) of average NLL of generated sequences\.
## 5Potential Problems That Can Be Studied Using Data Probes
We now discuss some specific sets of problems that can potentially be tackled using data probes, which showcase the flexibility of data probes as tools for both theoretical insights and practical improvements in LLM development\.Table[3](https://arxiv.org/html/2605.18801#S4.T3)provides a detailed comparison between representative prior studies and the four formal criteriaC1C\_\{1\}–C4C\_\{4\}, and the open problems for a probe\-based study\.
Data Diversity, Sufficiency, and Complexity\.A fundamental question in LLM research is:*How much data is truly needed for effective training or fine\-tuning?*By systematically varying the properties of data probes, one can precisely explore the following metrics\.
Entropy\.Adjusting entropy parameters allows researchers to investigate when a model begins to underfit or overfit\. Experiments can determine the minimum dataset size \(i\.e\., number of sequences or tokens\) required for a given level of performance, thereby revealing data\-sufficiency thresholds\.
Vocabulary Size\.Generating data probes with different numbers of possible tokens can reveal how vocabulary size affects the learning, generalization, and overfitting\.
Dependency Structure\.Designing data probes with multi\-order dependencies helps analyze the model’s capacity to capture complex long\-range correlations\. By comparing the performance of different architectural choices or hyperparameters, one can isolate which aspects of the model contribute most to handling higher\-order dependencies\.
Probabilistic Context\-Free Grammar \(PCFG\) Probes\.A concrete extension is to use PCFG\-style probes with knobs for maximum tree depth, branching\-factor distribution, and rule entropy/imbalance\(Manning & Schutze,[1999](https://arxiv.org/html/2605.18801#bib.bib22)\)\. Under fixed intervention contrasts, diagnostics can include depth\-conditioned failure rates, shifts in likelihood\-based regime occupancy, and robustness of behavior under controlled grammar perturbations\. This creates a tractable complexity ladder from Markov\-style probes to richer hierarchical probes while preserving interpretable control variables\.
Connection to Existing Studies\.Controlled Markov or structured synthetic settings isolate important parts of this question\(Makkuva et al\.,[2025](https://arxiv.org/html/2605.18801#bib.bib21); Rajaraman et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib28); Zekri et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib43)\), but they are typically not framed with pre\-declared falsification and transfer\-status reporting\.
Overfitting, Regularization, and Data Curation\.With a fully known data probe distribution, researchers can exactly measure the gap between the model’s learned distribution and the true distribution and investigate into the following\.
Comparing Regularizers\.Investigations of weight decay, dropout, layer norm, or more sophisticated techniques can be done under identical data conditions, allowing precise quantification of each method’s impact on overfitting\.
Data Filtering Strategies\.One can introduce “low\-quality” tokens or sequences into the data probes, then apply different filters to remove these artifacts before training\. This helps identify which filtering strategies effectively balance data diversity with cleanliness and how they impact LLM performance on typical and out\-of\-distribution sequences\.
Imbalanced Data Probes\.Generating controlled imbalances in token frequencies or sequence types allows the investigation of how reweighting, oversampling, or undersampling may mitigate bias or improve generalization\.
Connection to Existing Studies\.Current data filtering and curation studies provide strong empirical guidance\(Wettig et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib41); Penedo et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib25); Su et al\.,[2025](https://arxiv.org/html/2605.18801#bib.bib35); Gohari et al\.,[2026](https://arxiv.org/html/2605.18801#bib.bib14)\), and the probe methodology reframes them with intervention knobs, pre\-registered failure conditions, and matched transfer diagnostics\.
Adaptation, Transfer, and In\-Context Learning\.Real\-world deployment often requires adapting an LLM to new domains or shifting data distributions\. Data probes can replicate such scenarios by 1\) generating an initial “base” distribution𝒟base\\mathcal\{D\}\_\{\\text\{base\}\}for model training, and 2\) constructing a related “adaptation” distribution𝒟adapt\\mathcal\{D\}\_\{\\text\{adapt\}\}that differs in entropy, vocabulary composition, or correlation patterns\. Researchers can then examine important stages in an LLM workflow\.
Fine\-Tuning Behavior\.How quickly and effectively does the LLM adapt from𝒟base\\mathcal\{D\}\_\{\\text\{base\}\}to𝒟adapt\\mathcal\{D\}\_\{\\text\{adapt\}\}? Do certain model architectures or algorithms enable a smoother transition?
In\-Context Learning\.Instead of fine\-tuning on𝒟adapt\\mathcal\{D\}\_\{\\text\{adapt\}\}, one may supply a small sample of the new distribution via input prompts, without updating model parameters\. This setup reveals how the gap between𝒟base\\mathcal\{D\}\_\{\\text\{base\}\}and𝒟adapt\\mathcal\{D\}\_\{\\text\{adapt\}\}influences the model’s in\-context learning capability\.
Connection to Existing Studies\.In\-context\-learning theory and synthetic analyses show how controlled distributions can reveal adaptation behavior\(Von Oswald et al\.,[2023](https://arxiv.org/html/2605.18801#bib.bib36); Edelman et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib9)\)\. Probe redesign adds claim cards and pre\-declared transfer verdicts for each shift scenario\.
Robustness and Adversarial Testing\.Data probes can be designed to stress\-test an LLM’s resilience\.
Noisy or High\-Entropy Perturbations\.By injecting random tokens or increasing the likelihood of rare transitions, one can measure if the LLM under\- or overestimates rare events and how it handles sudden distributional changes\.
Adversarial Sequences\.Data probes can be engineered to systematically push the model to produce incorrect or inconsistent token predictions, thus exposing potential weaknesses of the model\.
Connection to Existing Studies\.Robustness and contamination work identifies major empirical failure modes\(Sainz et al\.,[2023](https://arxiv.org/html/2605.18801#bib.bib30); Shu & Yu,[2024](https://arxiv.org/html/2605.18801#bib.bib33)\)\. Probe\-based studies would make perturbation strength, preserved statistics, and falsification thresholds clear\.
Towards an Information\-Theoretic Understanding of LLMs\.One of the most promising aspects of data probes is their alignment with formal analytical methods\. Since the distribution is explicitly specified, classical information\-theoretic tools become directly applicable\.
Typical Sets and Entropy Bounds\.Tracking how many sequences generated by the LLM fall within certain NLL bounds provides a way to assess whether the model is over\-conservative or unlikely\.
Scaling Laws\.As entropy or vocabulary size grows, one can characterize how model capacity needs to scale to maintain a given level of perplexity or generalization\.
Transformer Analysis with Controlled Input\.Simplified or theoretical variants of transformer architectures can be analyzed when driven by data probes\. This offers a path toward an “information theory for LLMs,” linking capacity, data complexity, and phenomena observed in large models\.
Connection to Existing Studies\.This builds on the current “transformers on controlled distributions” line\(Makkuva et al\.,[2025](https://arxiv.org/html/2605.18801#bib.bib21); Rajaraman et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib28); Zekri et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib43)\)by adding uniform validity predicates and pre\-declared transfer decision rules across experiments\.
Mechanistic Interpretability and Controlled\-Data Analysis\.Data probes can catalyze interpretability research, since the ground\-truth data generation process is explicitly known\.
Disentangling Neural Circuits\.One can identify which internal components, e\.g\., attention heads, neurons, or entire submodules, respond to specific statistical patterns in the data probe without influence from hidden real\-world biases\.
Identifying Emergent Behaviors\.If higher\-order dependencies are introduced intentionally, the discovery of “emergent circuits” for handling those dependencies can be intuitively linked to the data probe’s known structure\.
Connection to Existing Studies\.Mechanistic interpretability provides taxonomies and candidate internal explanations\(Singh et al\.,[2024](https://arxiv.org/html/2605.18801#bib.bib34); Räuker et al\.,[2023](https://arxiv.org/html/2605.18801#bib.bib29)\), while probe methodology adds controlled causal attribution from data factors to those internal mechanisms\.
## 6Alternative Views
Despite the potential advantages of data probes, some may argue that synthetic data is too far from real\-world language to offer meaningful insights\. The carefully controlled distributions in data probes often omit cultural, contextual, and factual dimensions that LLMs need to handle in practice\. One may question whether results derived from clean artificial distributions will transfer to domains where text is messy or influenced by subtle socio\-linguistic factors\.
A related concern is that, in focusing on theoretical properties such as entropy or typical sets, data probes may prioritize purely statistical characteristics over more complex linguistic phenomena like compositionality, pragmatics, or style\. Exploring these richer aspects of language may demand large\-scale real\-world corpora, which are far beyond any synthetic distribution one could design\.
However, even if data probes are admittedly simplified, there is value in seeking a common exploratory tool that bridges theoretical investigation and empirical testing\. Real\-world language is inherently complicated, and isolating particular factors that affect model performance can be challenging when multiple confounders coexist\. Data probes, in contrast, allow for the controlled manipulation of key distributional features, enabling researchers to attribute changes in LLM behavior to specific data properties\. Results from such controlled experiments can still guide subsequent analyses on authentic datasets\. Indeed, insights gleaned from data probes, such as detecting over\-conservatism or uncertainty based on typical\-set bounds, can inform how we design data filters, evaluate model outputs, and interpret perplexity metrics in real\-world scenarios\.
## 7Further Discussions
From Empirical to Foundational Approaches\.Many scientific fields have evolved from primarily empirical practices, where progress hinges on large\-scale observations or experiments, to more foundational theory\-driven frameworks that formalize and explain the phenomena being studied\. In the case of LLMs, advances have so far been relying largely on massive datasets and benchmark performance\. Although this empirical strategy has yielded remarkable capabilities, a deeper theoretical understanding on how and why certain methods work remains open\. Therefore, the concept of data probes is an essential but also natural step when seen from the perspective of science evolution throughout the history\. It is also worth mentioning that, even in as early as 1948\(Shannon,[1948](https://arxiv.org/html/2605.18801#bib.bib32)\), Shannon mentioned that “a sufficiently complex stochastic process will give a satisfactory representation of a discrete source,” which to some degree foresaw the importance and rise of data probes\.
Perspectives on Knowledge and Creativity\.An open question is whether factual knowledge and genuine creativity can both be simulated by data probes generated from stochastic processes\. Facts are often viewed as information that can be encoded and reproduced by a sufficiently capable system, while creativity implies novel associations or the introduction of entirely new ideas that may not be directly derivable from any fixed distribution\. A possibility of simulating creativity with data probes is to have specifically tailored “creative” sequences which are derived from a separate stochastic function that takes the “non\-creative” data probes or their distribution as input\. As we push the boundaries of AI, experiments with such “creative” data probes may be key to understanding where algorithmic ingenuity ends and authentic insight begins\.
Future Research\.While our example in Section[4](https://arxiv.org/html/2605.18801#S4)uses relatively basic generative mechanisms and experiments, future research should aim at capturing richer aspects of language and pushing the data\-probe approach towards practical adoption\. Possible research avenues include the following\.
- •Develop a family ofpowerful data probesfor studying various classes of important problems\.
- •Incorporatehierarchical structuresinto data probes with nested or layered rules, such as those found in syntax or multi\-level dependencies, to test an LLM’s capacity for compositional reasoning\.
- •Develop data probes withcontextual variants, including context\-specific constraints or dynamic scenarios in which the valid transitions depend on earlier tokens in more intricate ways\.
- •Simulate the effect parallel data inmultiple languages or other data modalitiesusing data probes, enabling controlled studies of LLMs in more complex domains\.
- •Integratedata\-probe generation mechanisms and experimentationinto practical LLM workflows\.
Call to Action\.We call for a closer collaboration between theoretical and empirical research communities through the shared development and use of data probes\. Theorists can design data probes with explicit statistical and information\-theoretic structure that enable formal analysis, while empirical researchers can deploy these probes at scale to test whether theoretical predictions manifest in practical models and workflows\. Industry practitioners can further strengthen this connection by integrating data probes into training, fine\-tuning, and evaluation pipelines as controlled diagnostics that complement real\-world datasets\. To support this convergence, funding agencies and institutions should prioritize shared benchmarks, open libraries, and collaborative venues centered on data\-probe methodologies\. By establishing data probes as a common experimental interface, the community can bridge long\-standing divides between theory and practice and move toward a more principled understanding of how data influences LLM behavior\.
## 8Conclusion
Data probes, as introduced in this paper, offer a resource\-efficient and theory\-friendly approach for studying how LLMs behave under well\-controlled conditions\. Although they do not attempt to replicate the full complexity of real\-world data, data probes enable an important exploratory step, complementing large\-scale empirical data and allowing for both targeted experimentation and deeper theoretical insights\. By systematically varying factors in the data\-probe generation process, researchers can gain a clearer picture of model capabilities and limitations before scaling up to massive corpora\. We therefore advocate for developing mechanisms for generating powerful data probes that have high theoretical and practical values simultaneously and integrate such mechanisms into mainstream LLM workflows for practical adoption\.
## References
- Allen\-Zhu \(2024\)Allen\-Zhu, Z\.ICML 2024 Tutorial: Physics of Language Models, July 2024\.Project page:[https://physics\.allen\-zhu\.com/](https://physics.allen-zhu.com/)\.
- Brown et al\. \(2020\)Brown, T\., Mann, B\., Ryder, N\., Subbiah, M\., Kaplan, J\. D\., Dhariwal, P\., Neelakantan, A\., Shyam, P\., Sastry, G\., Askell, A\., Agarwal, S\., Herbert\-Voss, A\., Krueger, G\., Henighan, T\., Child, R\., Ramesh, A\., Ziegler, D\., Wu, J\., Winter, C\., Hesse, C\., Chen, M\., Sigler, E\., Litwin, M\., Gray, S\., Chess, B\., Clark, J\., Berner, C\., McCandlish, S\., Radford, A\., Sutskever, I\., and Amodei, D\.Language models are few\-shot learners\.In*Advances in Neural Information Processing Systems*, volume 33, pp\. 1877–1901, 2020\.
- Chelli et al\. \(2024\)Chelli, M\., Descamps, J\., Lavoué, V\., Trojani, C\., Azar, M\., Deckert, M\., Raynier, J\.\-L\., Clowez, G\., Boileau, P\., and Ruetsch\-Chelli, C\.Hallucination rates and reference accuracy of ChatGPT and bard for systematic reviews: Comparative analysis\.*J Med Internet Res*, 26:e53164, May 2024\.doi:10\.2196/53164\.URL[http://www\.ncbi\.nlm\.nih\.gov/pubmed/38776130](http://www.ncbi.nlm.nih.gov/pubmed/38776130)\.
- Chiang et al\. \(2024\)Chiang, W\.\-L\., Zheng, L\., Sheng, Y\., Angelopoulos, A\. N\., Li, T\., Li, D\., Zhu, B\., Zhang, H\., Jordan, M\. I\., Gonzalez, J\. E\., and Stoica, I\.Chatbot arena: an open platform for evaluating LLMs by human preference\.In*Proceedings of the 41st International Conference on Machine Learning*, ICML’24\. JMLR\.org, 2024\.
- Chollet et al\. \(2024\)Chollet, F\., Knoop, M\., Kamradt, G\., and Landers, B\.ARC prize 2024: Technical report, 2024\.URL[https://arxiv\.org/abs/2412\.04604](https://arxiv.org/abs/2412.04604)\.
- Cover & Thomas \(2006\)Cover, T\. M\. and Thomas, J\. A\.*Elements of Information Theory*\.John Wiley & Sons, 2006\.
- Cvejoski et al\. \(2024\)Cvejoski, K\., Sánchez, R\. J\., and Ojeda, C\.The future is different: Predicting reddits popularity with variational dynamic language models\.In*Machine Learning and Knowledge Discovery in Databases\. Research Track: European Conference, ECML PKDD 2024, Vilnius, Lithuania, September 9–13, 2024, Proceedings, Part I*, pp\. 422–439, 2024\.
- DeepSeek\-AI \(2025\)DeepSeek\-AI\.DeepSeek\-R1: Incentivizing reasoning capability in llms via reinforcement learning, 2025\.URL[https://arxiv\.org/abs/2501\.12948](https://arxiv.org/abs/2501.12948)\.
- Edelman et al\. \(2024\)Edelman, E\., Tsilivis, N\., Edelman, B\. L\., Malach, E\., and Goel, S\.The evolution of statistical induction heads: In\-context learning Markov chains\.In*The Thirty\-eighth Annual Conference on Neural Information Processing Systems*, 2024\.
- EleutherAI \(2026\)EleutherAI\.lm\-evaluation\-harness: v0\.4\.10, January 2026\.URL[https://doi\.org/10\.5281/zenodo\.18394108](https://doi.org/10.5281/zenodo.18394108)\.
- Fourrier et al\. \(2024\)Fourrier, C\., Habib, N\., Lozovskaya, A\., Szafer, K\., and Wolf, T\.Open LLM leaderboard v2\.[https://huggingface\.co/spaces/open\-llm\-leaderboard/open\_llm\_leaderboard](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard), 2024\.
- Gardner et al\. \(2021\)Gardner, M\., Merrill, W\., Dodge, J\., Peters, M\., Ross, A\., Singh, S\., and Smith, N\. A\.Competency problems: On finding and removing artifacts in language data\.In*Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing*, pp\. 1801–1813, November 2021\.doi:10\.18653/v1/2021\.emnlp\-main\.135\.URL[https://aclanthology\.org/2021\.emnlp\-main\.135/](https://aclanthology.org/2021.emnlp-main.135/)\.
- Gemma Team et al\. \(2024\)Gemma Team, Mesnard, T\., Hardin, C\., Dadashi, R\., Bhupatiraju, S\., Pathak, S\., Sifre, L\., Rivière, M\., Kale, M\. S\., Love, J\., Tafti, P\., Hussenot, L\., Sessa, P\. G\., Chowdhery, A\., Roberts, A\., Barua, A\., Botev, A\., Castro\-Ros, A\., Slone, A\., Héliou, A\., Tacchetti, A\., Bulanova, A\., Paterson, A\., Tsai, B\., Shahriari, B\., Lan, C\. L\., Choquette\-Choo, C\. A\., Crepy, C\., Cer, D\., Ippolito, D\., Reid, D\., Buchatskaya, E\., Ni, E\., Noland, E\., Yan, G\., Tucker, G\., Muraru, G\.\-C\., Rozhdestvenskiy, G\., Michalewski, H\., Tenney, I\., Grishchenko, I\., Austin, J\., Keeling, J\., Labanowski, J\., Lespiau, J\.\-B\., Stanway, J\., Brennan, J\., Chen, J\., Ferret, J\., Chiu, J\., Mao\-Jones, J\., Lee, K\., Yu, K\., Millican, K\., Sjoesund, L\. L\., Lee, L\., Dixon, L\., Reid, M\., Mikuła, M\., Wirth, M\., Sharman, M\., Chinaev, N\., Thain, N\., Bachem, O\., Chang, O\., Wahltinez, O\., Bailey, P\., Michel, P\., Yotov, P\., Chaabouni, R\., Comanescu, R\., Jana, R\., Anil, R\., McIlroy, R\., Liu, R\., Mullins, R\., Smith, S\. L\., Borgeaud, S\., Girgin, S\., Douglas, S\., Pandya, S\., Shakeri, S\., De, S\., Klimenko, T\., Hennigan, T\., Feinberg, V\., Stokowiec, W\., Chen, Y\.\-h\., Ahmed, Z\., Gong, Z\., Warkentin, T\., Peran, L\., Giang, M\., Farabet, C\., Vinyals, O\., Dean, J\., Kavukcuoglu, K\., Hassabis, D\., Ghahramani, Z\., Eck, D\., Barral, J\., Pereira, F\., Collins, E\., Joulin, A\., Fiedel, N\., Senter, E\., Andreev, A\., and Kenealy, K\.Gemma: Open models based on gemini research and technology, 2024\.URL[https://arxiv\.org/abs/2403\.08295](https://arxiv.org/abs/2403.08295)\.
- Gohari et al\. \(2026\)Gohari, H\. E\., Kadhe, S\. R\., Shah, Y\., Adam, C\. M\., Adebayo, A\., Adusumilli, P\., Ahmed, F\., Baracaldo, N\., Borse, S\. S\., Chang, Y\.\-C\., Dang, X\.\-H\., Desai, N\., Eres, R\., Iwamoto, R\., Karve, A\. A\., Koyfman, Y\., Lee, W\.\-H\., Liu, C\., Lublinsky, B\., Ohko, T\., Pesce, P\., Touma, M\., Wang, S\., Witherspooon, S\., Woisetschläger, H\., Wood, D\., Wu, K\.\-L\., Yoshida, I\., Zawad, S\., Zerfos, P\., Zhou, Y\., and Bhattacharjee, B\.Gneissweb: Preparing high quality data for LLMs at scale\.In*The Fourteenth International Conference on Learning Representations*, 2026\.URL[https://openreview\.net/forum?id=NRWUAo075J](https://openreview.net/forum?id=NRWUAo075J)\.
- Grattafiori et al\. \(2024\)Grattafiori, A\., Dubey, A\., et al\.The Llama 3 herd of models, 2024\.URL[https://arxiv\.org/abs/2407\.21783](https://arxiv.org/abs/2407.21783)\.
- Gururangan et al\. \(2018\)Gururangan, S\., Swayamdipta, S\., Levy, O\., Schwartz, R\., Bowman, S\., and Smith, N\. A\.Annotation artifacts in natural language inference data\.In*Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 \(Short Papers\)*, pp\. 107–112, June 2018\.doi:10\.18653/v1/N18\-2017\.URL[https://aclanthology\.org/N18\-2017/](https://aclanthology.org/N18-2017/)\.
- Hoffmann et al\. \(2022\)Hoffmann, J\., Borgeaud, S\., Mensch, A\., Buchatskaya, E\., Cai, T\., Rutherford, E\., de Las Casas, D\., Hendricks, L\. A\., Welbl, J\., Clark, A\., Hennigan, T\., Noland, E\., Millican, K\., van den Driessche, G\., Damoc, B\., Guy, A\., Osindero, S\., Simonyan, K\., Elsen, E\., Vinyals, O\., Rae, J\. W\., and Sifre, L\.Training compute\-optimal large language models\.In*Proceedings of the 36th International Conference on Neural Information Processing Systems*, 2022\.
- Huang et al\. \(2025\)Huang, L\., Yu, W\., Ma, W\., Zhong, W\., Feng, Z\., Wang, H\., Chen, Q\., Peng, W\., Feng, X\., Qin, B\., and Liu, T\.A survey on hallucination in large language models: Principles, taxonomy, challenges, and open questions\.*ACM Trans\. Inf\. Syst\.*, 43\(2\), January 2025\.doi:10\.1145/3703155\.URL[https://doi\.org/10\.1145/3703155](https://doi.org/10.1145/3703155)\.
- Kaplan et al\. \(2020\)Kaplan, J\., McCandlish, S\., Henighan, T\., Brown, T\. B\., Chess, B\., Child, R\., Gray, S\., Radford, A\., Wu, J\., and Amodei, D\.Scaling laws for neural language models, 2020\.URL[https://arxiv\.org/abs/2001\.08361](https://arxiv.org/abs/2001.08361)\.
- Lozhkov et al\. \(2024\)Lozhkov, A\., Ben Allal, L\., von Werra, L\., and Wolf, T\.FineWeb\-Edu: the finest collection of educational content, 2024\.URL[https://huggingface\.co/datasets/HuggingFaceFW/fineweb\-edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu)\.
- Makkuva et al\. \(2025\)Makkuva, A\. V\., Bondaschi, M\., Girish, A\., Nagle, A\., Jaggi, M\., Kim, H\., and Gastpar, M\.Attention with Markov: A curious case of single\-layer transformers\.In*The Thirteenth International Conference on Learning Representations*, 2025\.URL[https://openreview\.net/forum?id=SqZ0KY4qBD](https://openreview.net/forum?id=SqZ0KY4qBD)\.
- Manning & Schutze \(1999\)Manning, C\. D\. and Schutze, H\.*Foundations of Statistical Natural Language Processing*\.MIT Press, 1999\.
- Mishra et al\. \(2024\)Mishra, M\., Stallone, M\., Zhang, G\., Shen, Y\., Prasad, A\., Soria, A\. M\., Merler, M\., Selvam, P\., Surendran, S\., Singh, S\., Sethi, M\., Dang, X\.\-H\., Li, P\., Wu, K\.\-L\., Zawad, S\., Coleman, A\., White, M\., Lewis, M\., Pavuluri, R\., Koyfman, Y\., Lublinsky, B\., de Bayser, M\., Abdelaziz, I\., Basu, K\., Agarwal, M\., Zhou, Y\., Johnson, C\., Goyal, A\., Patel, H\., Shah, Y\., Zerfos, P\., Ludwig, H\., Munawar, A\., Crouse, M\., Kapanipathi, P\., Salaria, S\., Calio, B\., Wen, S\., Seelam, S\., Belgodere, B\., Fonseca, C\., Singhee, A\., Desai, N\., Cox, D\. D\., Puri, R\., and Panda, R\.Granite code models: A family of open foundation models for code intelligence, 2024\.URL[https://arxiv\.org/abs/2405\.04324](https://arxiv.org/abs/2405.04324)\.
- Pacchiardi et al\. \(2024\)Pacchiardi, L\., Chan, A\. J\., Mindermann, S\., Moscovitz, I\., Pan, A\. Y\., Gal, Y\., Evans, O\., and Brauner, J\. M\.How to catch an AI liar: Lie detection in black\-box LLMs by asking unrelated questions\.In*The Twelfth International Conference on Learning Representations*, 2024\.URL[https://openreview\.net/forum?id=567BjxgaTp](https://openreview.net/forum?id=567BjxgaTp)\.
- Penedo et al\. \(2024\)Penedo, G\., Kydlíček, H\., allal, L\. B\., Lozhkov, A\., Mitchell, M\., Raffel, C\., Von Werra, L\., and Wolf, T\.The FineWeb datasets: Decanting the web for the finest text data at scale, 2024\.URL[https://arxiv\.org/abs/2406\.17557](https://arxiv.org/abs/2406.17557)\.
- Radford et al\. \(2019a\)Radford, A\., Wu, J\., Child, R\., Luan, D\., Amodei, D\., and Sutskever, I\.GPT\-2 Model Card, 2019a\.URL[https://huggingface\.co/openai\-community/gpt2](https://huggingface.co/openai-community/gpt2)\.
- Radford et al\. \(2019b\)Radford, A\., Wu, J\., Child, R\., Luan, D\., Amodei, D\., Sutskever, I\., et al\.Language models are unsupervised multitask learners\.*OpenAI Blog*, 1\(8\):9, 2019b\.
- Rajaraman et al\. \(2024\)Rajaraman, N\., Bondaschi, M\., Makkuva, A\. V\., Ramchandran, K\., and Gastpar, M\.Transformers on Markov data: Constant depth suffices\.In*The Thirty\-eighth Annual Conference on Neural Information Processing Systems*, 2024\.URL[https://openreview\.net/forum?id=5uG9tp3v2q](https://openreview.net/forum?id=5uG9tp3v2q)\.
- Räuker et al\. \(2023\)Räuker, T\., Ho, A\., Casper, S\., and Hadfield\-Menell, D\.Toward transparent AI: A survey on interpreting the inner structures of deep neural networks\.In*2023 IEEE Conference on Secure and Trustworthy Machine Learning \(SaTML\)*, pp\. 464–483, Los Alamitos, CA, USA, February 2023\. IEEE Computer Society\.doi:10\.1109/SaTML54575\.2023\.00039\.URL[https://doi\.ieeecomputersociety\.org/10\.1109/SaTML54575\.2023\.00039](https://doi.ieeecomputersociety.org/10.1109/SaTML54575.2023.00039)\.
- Sainz et al\. \(2023\)Sainz, O\., Campos, J\., García\-Ferrero, I\., Etxaniz, J\., de Lacalle, O\. L\., and Agirre, E\.NLP evaluation in trouble: On the need to measure LLM data contamination for each benchmark\.In*Findings of the Association for Computational Linguistics: EMNLP 2023*, pp\. 10776–10787, December 2023\.doi:10\.18653/v1/2023\.findings\-emnlp\.722\.URL[https://aclanthology\.org/2023\.findings\-emnlp\.722/](https://aclanthology.org/2023.findings-emnlp.722/)\.
- Sam et al\. \(2025\)Sam, D\., Finzi, M\. A\., and Kolter, J\. Z\.Predicting the performance of black\-box language models with follow\-up queries\.In*The Thirty\-ninth Annual Conference on Neural Information Processing Systems*, 2025\.URL[https://openreview\.net/forum?id=IBFnEaArnz](https://openreview.net/forum?id=IBFnEaArnz)\.
- Shannon \(1948\)Shannon, C\. E\.A mathematical theory of communication\.*The Bell system technical journal*, 27\(3\):379–423, 1948\.
- Shu & Yu \(2024\)Shu, Y\. and Yu, Z\.Distribution shifts are bottlenecks: Extensive evaluation for grounding language models to knowledge bases\.In*Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics: Student Research Workshop*, pp\. 71–88, March 2024\.URL[https://aclanthology\.org/2024\.eacl\-srw\.7/](https://aclanthology.org/2024.eacl-srw.7/)\.
- Singh et al\. \(2024\)Singh, C\., Inala, J\. P\., Galley, M\., Caruana, R\., and Gao, J\.Rethinking interpretability in the era of large language models, 2024\.URL[https://arxiv\.org/abs/2402\.01761](https://arxiv.org/abs/2402.01761)\.
- Su et al\. \(2025\)Su, D\., Kong, K\., Lin, Y\., Jennings, J\., Norick, B\., Kliegl, M\., Patwary, M\., Shoeybi, M\., and Catanzaro, B\.Nemotron\-CC: Transforming Common Crawl into a refined long\-horizon pretraining dataset\.In*Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pp\. 2459–2475, July 2025\.doi:10\.18653/v1/2025\.acl\-long\.123\.URL[https://aclanthology\.org/2025\.acl\-long\.123/](https://aclanthology.org/2025.acl-long.123/)\.
- Von Oswald et al\. \(2023\)Von Oswald, J\., Niklasson, E\., Randazzo, E\., Sacramento, J\., Mordvintsev, A\., Zhmoginov, A\., and Vladymyrov, M\.Transformers learn in\-context by gradient descent\.In*Proceedings of the 40th International Conference on Machine Learning*, Proceedings of Machine Learning Research, 2023\.
- Wang et al\. \(2019\)Wang, A\., Pruksachatkun, Y\., Nangia, N\., Singh, A\., Michael, J\., Hill, F\., Levy, O\., and Bowman, S\. R\.SuperGLUE: a stickier benchmark for general\-purpose language understanding systems\.In*Proceedings of the 33rd International Conference on Neural Information Processing Systems*, 2019\.
- Wang et al\. \(2025\)Wang, C\., Liu, X\., Yue, Y\., Guo, Q\., Hu, X\., Tang, X\., Zhang, T\., Jiayang, C\., Yao, Y\., Hu, X\., Qi, Z\., Gao, W\., Wang, Y\., Yang, L\., Wang, J\., Xie, X\., Zhang, Z\., and Zhang, Y\.Survey on factuality in large language models\.*ACM Comput\. Surv\.*, 58\(1\), September 2025\.ISSN 0360\-0300\.doi:10\.1145/3742420\.URL[https://doi\.org/10\.1145/3742420](https://doi.org/10.1145/3742420)\.
- Weber et al\. \(2024\)Weber, M\., Fu, D\. Y\., Anthony, Q\., Oren, Y\., Adams, S\., Alexandrov, A\., Lyu, X\., Nguyen, H\., Yao, X\., Adams, V\., Athiwaratkun, B\., Chalamala, R\., Chen, K\., Ryabinin, M\., Dao, T\., Liang, P\., Ré, C\., Rish, I\., and Zhang, C\.RedPajama: an open dataset for training large language models\.*NeurIPS Datasets and Benchmarks Track*, 2024\.
- Wei et al\. \(2024\)Wei, J\., Yao, Y\., Ton, J\.\-F\., Guo, H\., Estornell, A\., and Liu, Y\.Measuring and reducing LLM hallucination without gold\-standard answers, 2024\.URL[https://arxiv\.org/abs/2402\.10412](https://arxiv.org/abs/2402.10412)\.
- Wettig et al\. \(2024\)Wettig, A\., Gupta, A\., Malik, S\., and Chen, D\.QuRating: selecting high\-quality data for training language models\.In*Proceedings of the 41st International Conference on Machine Learning*, ICML’24\. JMLR\.org, 2024\.
- Ye et al\. \(2024\)Ye, R\., Pang, X\., Chai, J\., Chen, J\., Yin, Z\., Xiang, Z\., Dong, X\., Shao, J\., and Chen, S\.Are we there yet? revealing the risks of utilizing large language models in scholarly peer review, 2024\.URL[https://arxiv\.org/abs/2412\.01708](https://arxiv.org/abs/2412.01708)\.
- Zekri et al\. \(2024\)Zekri, O\., Odonnat, A\., Benechehab, A\., Bleistein, L\., Boullé, N\., and Redko, I\.Large language models as Markov chains, 2024\.URL[https://arxiv\.org/abs/2410\.02724](https://arxiv.org/abs/2410.02724)\.
- Zheng et al\. \(2023\)Zheng, L\., Chiang, W\.\-L\., Sheng, Y\., Zhuang, S\., Wu, Z\., Zhuang, Y\., Lin, Z\., Li, Z\., Li, D\., Xing, E\., Zhang, H\., Gonzalez, J\. E\., and Stoica, I\.Judging LLM\-as\-a\-judge with MT\-bench and chatbot arena\.In*Thirty\-seventh Conference on Neural Information Processing Systems Datasets and Benchmarks Track*, 2023\.
Appendix
## Appendix AImpact Statement
The use of data probes, as presented in this paper, can substantially lower the entry barrier for studying LLMs by reducing the need for massive datasets and extensive computational resources\. This democratization of LLM research has the potential to broaden participation in AI development, enabling a wider range of academic institutions, smaller companies, and independent researchers to investigate critical issues such as model robustness, fairness, and interpretability\. From an ethical standpoint, data probes provide a controllable test bed for examining undesirable behaviors, such as hallucinations or overfitting to sensitive attributes, without requiring access to potentially harmful or privacy\-sensitive real\-world text corpora\. By systematically isolating the factors that lead to biased or misleading outputs, researchers and practitioners can preemptively identify failure modes before deploying models in real\-world applications\. This helps mitigate risks associated with biased or misleading AI\-generated content, ultimately contributing to more responsible AI development\.
## Appendix BFormal Definition with Extended Notation
This appendix provides the complete formal definition\.
A\.1 Formal Object\.Let𝒳\\mathcal\{X\}be the output space and letℰ\\mathcal\{E\}be the set of valid configurations of a known generative process\. For eachη∈ℰ\\eta\\in\\mathcal\{E\}, letpηp\_\{\\eta\}denote the distribution on𝒳\\mathcal\{X\}defined by configurationη\\eta\. We define
Π=\(𝒫,ℳ,ℋ,ℱ\),\\Pi=\(\\mathcal\{P\},\\mathcal\{M\},\\mathcal\{H\},\\mathcal\{F\}\),\(4\)where𝒫=\(\{pη\}η∈ℰ,𝒰,𝒱,ℐ\)\\mathcal\{P\}=\(\\\{p\_\{\\eta\}\\\}\_\{\\eta\\in\\mathcal\{E\}\},\\mathcal\{U\},\\mathcal\{V\},\\mathcal\{I\}\), with𝒰\\mathcal\{U\}a finite set of interpretable control knobs,𝒱=\{𝒱u\}u∈𝒰\\mathcal\{V\}=\\\{\\mathcal\{V\}\_\{u\}\\\}\_\{u\\in\\mathcal\{U\}\}the admissible values, andℐ=\{Iu,v:ℰ→ℰ\}\\mathcal\{I\}=\\\{I\_\{u,v\}:\\mathcal\{E\}\\to\\mathcal\{E\}\\\}the intervention family\.
Letℳ=\{mj\}j=1J\\mathcal\{M\}=\\\{m\_\{j\}\\\}\_\{j=1\}^\{J\}be diagnostics with eachmj:𝒴→ℝm\_\{j\}:\\mathcal\{Y\}\\to\\mathbb\{R\}for diagnostic\-object space𝒴\\mathcal\{Y\}\. Letℋ\\mathcal\{H\}be claims of the formh=\(u,va,vb,mj\)h=\(u,v\_\{a\},v\_\{b\},m\_\{j\}\)withu∈𝒰u\\in\\mathcal\{U\},va,vb∈𝒱uv\_\{a\},v\_\{b\}\\in\\mathcal\{V\}\_\{u\}, andmj∈ℳm\_\{j\}\\in\\mathcal\{M\}\. Letℱ=\(B,ℛ,α\)\\mathcal\{F\}=\(B,\\mathcal\{R\},\\alpha\)whereB\(h\)=\(sh,δh,ℛh\)B\(h\)=\(s\_\{h\},\\delta\_\{h\},\\mathcal\{R\}\_\{h\}\)binds expected directionsh∈\{−1,\+1\}s\_\{h\}\\in\\\{\-1,\+1\\\}, probe\-side marginδh≥0\\delta\_\{h\}\\geq 0, and assigned falsification predicatesℛh⊆ℛ\\mathcal\{R\}\_\{h\}\\subseteq\\mathcal\{R\}, and whereα∈\(0,1\)\\alpha\\in\(0,1\)is a pre\-registered significance level\.
A\.2 Validity Predicates\.The four methodological criteria are made operational with:
- •C1\(Π\)C\_\{1\}\(\\Pi\): eachpηp\_\{\\eta\}is fully specified and samplable for everyη∈ℰ\\eta\\in\\mathcal\{E\},
- •C2\(Π\)C\_\{2\}\(\\Pi\): each knobu∈𝒰u\\in\\mathcal\{U\}has admissible set𝒱u\\mathcal\{V\}\_\{u\}and each intervention mapIu,vI\_\{u,v\}is defined,
- •C3\(Π\)C\_\{3\}\(\\Pi\): each diagnosticmj∈ℳm\_\{j\}\\in\\mathcal\{M\}is computable on𝒴\\mathcal\{Y\},
- •C4\(Π\)C\_\{4\}\(\\Pi\): each claimh∈ℋh\\in\\mathcal\{H\}has nonempty assigned falsification setℛh\\mathcal\{R\}\_\{h\}throughB\(h\)B\(h\)\.
The definition is valid iffC1\(Π\)∧C2\(Π\)∧C3\(Π\)∧C4\(Π\)C\_\{1\}\(\\Pi\)\\land C\_\{2\}\(\\Pi\)\\land C\_\{3\}\(\\Pi\)\\land C\_\{4\}\(\\Pi\)\.
A\.3 Two\-Layer Evaluation\.Fix baseline configurationη0∈ℰ\\eta^\{0\}\\in\\mathcal\{E\}and claimh=\(u,va,vb,mj\)h=\(u,v\_\{a\},v\_\{b\},m\_\{j\}\)withB\(h\)=\(sh,δh,ℛh\)B\(h\)=\(s\_\{h\},\\delta\_\{h\},\\mathcal\{R\}\_\{h\}\)\. Define intervened configurationsηa=Iu,va\(η0\)\\eta^\{a\}=I\_\{u,v\_\{a\}\}\(\\eta^\{0\}\)andηb=Iu,vb\(η0\)\\eta^\{b\}=I\_\{u,v\_\{b\}\}\(\\eta^\{0\}\)\. Define probe contrast
Δhprobe=μbprobe−μaprobe,\\displaystyle\\Delta\_\{h\}^\{\\mathrm\{probe\}\}=\\mu\_\{b\}^\{\\mathrm\{probe\}\}\-\\mu\_\{a\}^\{\\mathrm\{probe\}\},\(5\)μaprobe=𝔼Y∼pηa\[mj\(Y\)\],\\displaystyle\\mu\_\{a\}^\{\\mathrm\{probe\}\}=\\mathbb\{E\}\_\{Y\\sim p\_\{\\eta^\{a\}\}\}\[m\_\{j\}\(Y\)\],\(6\)μbprobe=𝔼Y∼pηb\[mj\(Y\)\]\.\\displaystyle\\mu\_\{b\}^\{\\mathrm\{probe\}\}=\\mathbb\{E\}\_\{Y\\sim p\_\{\\eta^\{b\}\}\}\[m\_\{j\}\(Y\)\]\.\(7\)
For matched practical evaluation, define real\-side contrastΔhreal=μbreal−μareal\\Delta\_\{h\}^\{\\mathrm\{real\}\}=\\mu\_\{b\}^\{\\mathrm\{real\}\}\-\\mu\_\{a\}^\{\\mathrm\{real\}\}using matched intervention settings and matched diagnostic\. Letzhprobez\_\{h\}^\{\\mathrm\{probe\}\}andzhrealz\_\{h\}^\{\\mathrm\{real\}\}denote statistical summaries used by falsification predicates \(for example one\-sided p\-values, confidence\-interval bounds, and seed\-stability indicators\)\.
We use hypothesis testing and stability checks via predicates inℛh\\mathcal\{R\}\_\{h\}:
IV\(h\)=1\\displaystyle\\mathrm\{IV\}\(h\)=1⇔shΔhprobe≥δh∧∀r∈ℛh,r\(probe,zhprobe,α\)=1,\\displaystyle\\iff s\_\{h\}\\Delta\_\{h\}^\{\\mathrm\{probe\}\}\\geq\\delta\_\{h\}\\ \\land\\ \\forall r\\in\\mathcal\{R\}\_\{h\},\\ r\(\\mathrm\{probe\},z\_\{h\}^\{\\mathrm\{probe\}\},\\alpha\)=1,\(8\)EV\(h\)=1\\displaystyle\\mathrm\{EV\}\(h\)=1⇔shΔhreal≥0∧∀r∈ℛh,r\(real,zhreal,α\)=1\.\\displaystyle\\iff s\_\{h\}\\Delta\_\{h\}^\{\\mathrm\{real\}\}\\geq 0\\ \\land\\ \\forall r\\in\\mathcal\{R\}\_\{h\},\\ r\(\\mathrm\{real\},z\_\{h\}^\{\\mathrm\{real\}\},\\alpha\)=1\.\(9\)Transfer is accepted iffIV\(h\)=1∧EV\(h\)=1\\mathrm\{IV\}\(h\)=1\\land\\mathrm\{EV\}\(h\)=1\. IfIV\(h\)=1\\mathrm\{IV\}\(h\)=1butEV\(h\)=0\\mathrm\{EV\}\(h\)=0, the claim is probe\-local by definition\.
A\.4 Bottom\-Up and Top\-Down Usage\.Bottom\-up starts from a theoretical mechanism and defines claims under this same protocol\. Top\-down starts from an observed practical failure and constructs a reduced process specification with documented removed factors and preserved properties\. Both directions use the same objectΠ\\Pi, the same validity predicates, and the same transfer decision rule\.
A\.5 Mapping to the Current Example\.In the current basic example \(Section[4\.3](https://arxiv.org/html/2605.18801#S4.SS3)\), the process family is Markov and the control knob is temperature with values\{0,1\.0,1\.3,1\.5\}\\\{0,1\.0,1\.3,1\.5\\\}where0corresponds to greedy decoding\. Claims are temperature\-pair contrasts with fixed process configuration and fixed probe checkpoint\. Diagnostics are average NLL and typical\-set regime labels\. Under this protocol, the table in the main text is a preliminary controlled validation step with qualitative real\-side alignment, while formal transfer requires explicit external\-validity pass criteria\.
## Appendix CMore Details on Experiments
For theprobe\-LLM, we used a Markov chain with128128states, selected to have an entropy rate near11bit/token\. We trained a GPT\-2–like architecture from scratch, with a reduced vocabulary of128128tokens\. We used AdamW with a learning rate of10−510^\{\-5\}, weight decay of0\.010\.01, batch size of44, and train for10,00010,000steps on one NVIDIA RTX 3090 GPU\. This number of training steps is sufficient for convergence, as we observed in our experiments\. The process of generating synthetic data required negligible storage or curation\. This setup’s simplicity highlights how one can conduct controlled LLM experiments without the large overhead of real\-text pipelines\.
## Appendix DGenerating a Markov Chain with Target Entropy Rate
Let us defineMMas the number of states in the Markov chain, which is equivalent to the vocabulary size of the tokens used withprobe\-LLM\. To create our Markov chain, we sample each row of a transition matrix from a Dirichlet distributionDirichlet\(α,α,…,α\)\\text\{Dirichlet\}\(\\alpha,\\alpha,\\ldots,\\alpha\), where the parameterα\>0\\alpha\>0is the same across all theMMdimensions and controls the variability of the transition probabilities\. We generate multiple candidate transition matrices in this manner\.
Figure 6:Entropy value distribution of randomly generated Markov Chains \(128128states\) with Dirichlet parameterα\\alpha\.After sampling candidate transition matrices, we compute the entropy rate of each Markov chain\. For a Markov chain with transition matrixPPand stationary distributionπ\\pi, the entropy rateH\(P\)H\(P\)is given by
H\(P\)=−∑i=1Mπi∑j=1MPijlogPij\.\\textstyle H\(P\)\\;=\\;\-\\sum\_\{i=1\}^\{M\}\\pi\_\{i\}\\sum\_\{j=1\}^\{M\}P\_\{ij\}\\,\\log P\_\{ij\}\.\(10\)We select the transition matrixP∗P^\{\*\}whose entropy rateH\(P∗\)H\(P^\{\*\}\)is closest to a specified targetHH\. Figure[6](https://arxiv.org/html/2605.18801#A4.F6)shows that the randomly generated transition matrices give broad ranges of entropy values, especially when using different values ofα\\alpha, based on which a transition matrix with an entropy close to the desired valueHHcan be easily selected\.
Once a transition matrixP∗P^\{\*\}is selected, we generate token sequences by sampling from the Markov chain with transition matrixP∗P^\{\*\}\. These sequences form our data probes for trainingprobe\-LLM\. Because the Markov chain is fully specified, we can generate an effectively unlimited amount of data aligned with the known distribution governed byP∗P^\{\*\}\.
## Appendix EExemplar Generated Output
The full results of Table[2](https://arxiv.org/html/2605.18801#S4.T2)is shown in Table[4](https://arxiv.org/html/2605.18801#A5.T4)\.
Table 4:Exemplar generated output \(first128128tokens\) of GPT\-2 small model\.MethodGPT\-2 trained on probe data \(probe\-LLM\)Prompt:1Pre\-trained GPT\-2 on real data \(text\-LLM\)Prompt:Tell me about machine learning\.Greedy```
1, 5, 127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127, 117, 99, 61, 5,
127, 117, 99, 61, 5, 127
```
\(Average NLL:0\.6940\.694, in over\-conservative regime\)```
Machine learning is a new field of research that has been around for a while.
It's a new field of research that has been around for a while.
It's a new field of research that has been around for a while.
It's a new field of research that has been around for a while.
It's a new field of research that has been around for a while.
It's a new field of research that has been around for a while.
It's a new field of research that has been around for a while.
It's a new field of research that has been around for a while
```
\(Over\-conservative, repetitive text without much information\)Sampling,T=1T=1```
1, 5, 127, 117, 99, 88, 41, 56, 35, 29, 109, 65, 68, 14, 6, 8, 92, 31, 22, 122, 70, 25, 38, 47, 42, 49, 20, 29, 109, 79, 16, 55, 37, 42, 49, 20, 29, 109, 65, 127, 117, 99, 61, 5, 127, 117, 99, 61, 69, 64, 79, 16, 11, 51, 123, 51, 123, 41, 56, 19, 35, 29, 109, 65, 127, 117, 99, 61, 5, 127, 14, 6, 8, 92, 31, 22, 122, 70, 37, 42, 49, 110, 63, 32, 122, 70, 25, 38, 47, 42, 49, 110, 63, 35, 29, 109, 65, 68, 14, 6, 58, 93, 99, 61, 68, 53, 30, 93, 99, 61, 68, 14, 6, 58, 93, 99, 61, 5, 127, 117, 99, 88, 41, 56, 35, 29, 109, 79
```
\(Average NLL:0\.8660\.866, in typical set\)```
Machine learning is one of the most popular applications for solving problems. It has been used successfully in many industries such as health care and financial services, education and government. There is currently a great deal of excitement about its usefulness. The technology can be used to predict the future for real time.
```
```
So what is the value of machine learning?
```
```
First, as an exercise, let's imagine a case where we are looking at an average daily life of a person. We are looking at our average life span in months. Our average age is around 30 and the average lifetime length of time is
```
Sampling,T=1\.3T=1\.3```
1, 5, 78, 90, 35, 29, 109, 79, 16, 11, 51, 107, 0, 78, 90, 35, 29, 109, 65, 127, 117, 99, 88, 41, 56, 91, 70, 88, 41, 56, 35, 29, 109, 79, 81, 89, 3, 103, 13, 23, 85, 121, 62, 96, 75, 82, 111, 15, 33, 7, 11, 51, 123, 90, 35, 29, 109, 65, 127, 117, 99, 61, 5, 127, 117, 58, 83, 62, 1, 5, 127, 117, 99, 88, 41, 56, 91, 70, 25, 38, 47, 42, 49, 66, 12, 125, 86, 14, 6, 58, 83, 62, 116, 95, 124, 43, 8, 13, 23, 85, 121, 63, 32, 122, 70, 37, 42, 49, 110, 85, 121, 43, 8, 92, 116, 13, 0, 78, 90, 35, 29, 109, 79, 16, 11, 51, 107, 24
```
\(Average NLL:0\.9790\.979, in typical set\)```
I've been trying for the past 20 years to develop ways to implement machine learning models like Deep Neural Networks, Convolutional Neural Networks, Autoencoders, and other general-purpose networks like Deep Learning Neural Networks. My initial goals are to do what I'd call a "learning machine", which I call the general purpose neural network. I was starting off with a single neuron (the top 10%
```
Sampling,T=1\.5T=1\.5```
1, 5, 78, 90, 35, 29, 7, 7, 80, 35, 29, 28, 90, 35, 29, 109, 65, 115, 56, 84, 12, 84, 12, 84, 12, 125, 124, 43, 8, 92, 116, 95, 28, 126, 9, 14, 6, 8, 92, 106, 21, 25, 38, 47, 42, 70, 37, 42, 22, 122, 70, 37, 42, 49, 110, 99, 61, 68, 62, 116, 95, 124, 97, 21, 25, 38, 47, 42, 49, 110, 63, 32, 122, 74, 95, 124, 120, 29, 28, 90, 116, 95, 13, 23, 85, 121, 62, 1, 5, 127, 14, 6, 42, 49, 62, 116, 13, 94, 127, 117, 58, 83, 62, 96, 75, 82, 111, 15, 2, 21, 60, 108, 21, 25, 38, 47, 42, 5, 127, 117, 58, 93, 99, 88, 41, 56, 91, 70
```
\(Average NLL:1\.4061\.406, in uncertain regime\)```
If I get an education from a company on your work project that's interesting, is interesting because this guy will find all this fascinating stuff so they will create other interesting stuff and I think so on. This will be pretty big and I feel like I'm probably going to go back to a simpler version.
```
```
QQ What makes machines better than real people? If an expert gets a grant that has some interesting results, if you get to actually have it analyzed, there's not much difference at all in the way human minds think in situations where people make assumptions on whether things aren't interesting, how are
```
\(Uncertain, not closely related to the prompted topic of machine learning\)Similar Articles
What are They Thinking? Delineation, Probing and Tracking of Concepts in LLMs
This paper presents a methodology for delineating concepts and training linear probes to detect them in LLM embeddings, using four example concepts across three models. The work aims to enable scalable monitoring of LLM internal representations.
Evaluating LLMs as Human Surrogates in Controlled Experiments
This paper evaluates whether off-the-shelf LLMs can reliably simulate human responses in controlled behavioral experiments by comparing LLM-generated data with human survey responses on accuracy perception. The findings show that while LLMs capture directional effects and aggregate belief-updating patterns, they do not consistently match human-scale effect magnitudes, clarifying when synthetic LLM data can serve as behavioral proxies.
Human Psychometric Questionnaires Mischaracterize LLM Behavior
This paper finds that human psychometric questionnaires fail to reliably predict LLM behavior in real-world interactions, and proposes generation-based profiling as a more accurate alternative.
LLMs Can Leak Training Data But Do They Want To? A Propensity-Aware Evaluation of Memorization in LLMs
PropMe is a propensity-aware framework for evaluating LLM memorization, distinguishing between forced reproduction capabilities and natural propensity using SimpleTrace for deterministic attribution across open models and datasets.
Re-Centering Humans in LLM Personalization
This paper studies the gap between synthetic and human data for evaluating LLM personalization across three stages: attribute extraction, relevance matching, and response generation. Results show models perform worse on real human data, and the authors introduce lightweight training interventions to improve alignment.