REVIEW 3 major objections 5 minor 37 references
Building Fast, Evaluating Slow: Pipeline Choices Dominate Autointerpretability Score Variance
T0 review · 3 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Evaluation pipeline choices, not SAE architecture, dominate autointerpretability score variance.
desk verdict A genuinely useful empirical study of SAE evaluation instability whose headline variance-decomposition claim outruns its statistics; R2 and R3 stand, R1 needs rework before the paper can support field-wide conclusions. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying object is a variance-components model fit by restricted maximum likelihood. For score $s_{ijklm}$ of feature $i$ under corpus $j$, draw $k$, explainer $l$, and architecture $m$, the model writes $s_{ijklm} = \mu + \alpha_i + \beta_j + \gamma_k + \delta_l + \epsilon_m$ with independent mean-zero random effects, giving total variance $\sigma^2_{\text{total}} = \sigma^2_{\alpha} + \sigma^2_{\beta} + \sigma^2_{\gamma} + \sigma^2_{\delta} + \sigma^2_{\epsilon}$. The test is whether $\sigma^2_{\text{method}} = \sigma^2_{\beta} + \sigma^2_{\gamma} + \sigma^2_{\delta} + \sigma^2_{\text{phrasing}}$ exceeds $\sigma^2_{\epsilon} = \sigma^2_{\text{arch}}$. Two supporting measures track within-feature instability: the intraclass correlation coefficient (the proportion of total variance that is stable between features) and top-k Jaccard lift (overlap of top-k feature sets normalized by chance). The variance decomposition gives the global verdict; the ICC and Jaccard lift localize which pipeline axis breaks which metric.
What would settle it
A fully crossed experiment that scores the same set of features across three SAE architectures and all pipeline axes (corpora, draws, explainers, phrasings) in one design would settle the claim: if the architecture variance component reaches or exceeds the summed pipeline components, the central claim collapses. A lighter check would be to recompute the decomposition with a different scorer model, since the paper fixes one scorer.
Extended reading notes
Core claim
The central claim is that the reliability precondition for cross-paper autointerpretability comparison fails: for simulation, detection, fuzzing, and purity scores on both Pythia-160M and Apertus-8B, methodological variance ($\sigma^2_{\text{method}} = \sigma^2_{\text{corpus}} + \sigma^2_{\text{draw}} + \sigma^2_{\text{explainer}} + \sigma^2_{\text{phrasing}}$) exceeds architectural variance ($\sigma^2_{\text{arch}}$). The architecture term contributes less than 7% of total variance in most cases, while corpus and draw dominate for simulation and purity. Each metric has its own failure profile: detection is the most stable, fuzzing is unreliable under every variation, and simulation and purity are highly sensitive to which random examples are drawn. Mean scores look stable across conditions, but top-k feature rankings have near-chance overlap across corpus and draw conditions, and explanation similarity stays high even when scores move substantially, so similarity cannot serve as a cheap diagnostic. The paper concludes that autointerpretability scores should not be treated as a stable basis for cross-SAE comparison without running a Stability Check and reporting the Minimum Reporting Checklist.
Load-bearing premise
The central result assumes that the variance in scores can be cleanly divided into independent contributions from pipeline choices and from SAE architecture, even though the architecture effect is measured in a separate experiment while the pipeline effects are measured without varying architecture.
Editorial extensions
If this is right
- Cross-architecture comparisons made with one corpus and one random draw cannot reliably attribute score differences to architecture; the observed effect sizes are small and inconsistent in direction.
- Feature selection applications such as steering, circuit analysis, and manual inspection inherit the ranking instability: the top-k set on one draw or corpus can be near-chance relative to another.
- Multi-metric evaluation is necessary because no single metric is reliable everywhere: detection is most stable, fuzzing unreliable across conditions, and simulation and purity are sensitive to draw.
- Explanation similarity (cosine or BERTScore) cannot be used as a diagnostic for score instability, since it stays high even when scores vary.
- A Stability Check (ICC at least 0.5 and top-k Jaccard lift at least 2x) is the minimum bar before interpreting scores as architectural evidence.
Reading between the lines
- If the finding generalizes, many existing single-corpus, single-draw SAE comparisons in the literature would need to be treated as pipeline-dependent; the paper itself does not re-evaluate prior results.
- A natural extension is to vary the scorer model and the SAE layer, which the paper fixed; including those axes might make the pipeline-variance dominance even larger.
- The proposed Stability Check could be run prospectively as a reporting standard: authors would report ICC and Jaccard lift alongside mean scores, and readers could discount comparisons that fail the thresholds.
- The dissociation between stable explanation similarity and unstable scores suggests the noise enters through the held-out evaluation sequences, pointing toward the scoring stage rather than the explanation stage as the main site of measurement error.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies the reliability of autointerpretability scores for sparse autoencoder (SAE) features, where an LM explains a feature and a second LM scores the explanation. The authors systematically vary four methodological axes (evaluation corpus, random draw of activating examples, explainer LLM, and explanation paraphrasing) plus SAE architecture, across two base models (Pythia-160M, Apertus-8B) and four metrics (simulation, detection, fuzzing, purity). They report three main findings: R1) methodological variance collectively exceeds architectural variance; R2) each metric has a distinct instability profile, with detection most stable and fuzzing unreliable; R3) top-k feature rankings are unstable across corpus and draw conditions even when mean scores are stable. They also show that explanation similarity is not a diagnostic for score instability and propose a Stability Check and a Minimum Reporting Checklist for practitioners.
Significance. If the central claims hold, this is a timely and practically important result for the SAE interpretability community, because cross-paper and cross-architecture comparisons of autointerpretability scores are common and often used as evidence in the SAE usefulness debate. The paper's strengths include a broad experimental grid (two models, four metrics, four method axes plus architecture), explicit LLM prompts and protocol details, honest limitation statements, and a concrete, low-cost Stability Check that many groups could adopt. The paper also reports a clean falsifiable observation: explanation semantic similarity stays high even when scores are unstable, ruling out a cheap diagnostic. However, the headline R1 claim rests on a variance decomposition fitted to a non-crossed, partially unmatched design, and the manuscript does not provide enough statistical detail to establish that the comparison in Eq. (3) is identifiable. That issue is load-bearing and needs to be addressed before the main claim can be accepted.
major comments (3)
- [C.4 / Table 14 / Eq. (7)-(9)] The central hypothesis in Eq. (3) is tested using variance components estimated from a design that is neither fully crossed nor matched at the architecture level. Method components (corpus, draw, explainer, phrasing) are estimated on BatchTopK features within Experiments 1 and 2, whereas sigma2_arch is estimated in Experiment 3 from three architectures whose features are not matched across architectures and where all method factors are fixed. Section C.4 states only that 'partially overlapping subsets' are used and gives no fitting procedure, identifiability argument, or sensitivity analysis. Since the architecture variance component is identified from differences among only three architecture group means, the narrow confidence intervals in Table 14 (e.g., arch = 2% [1,5]) are not self-evidently plausible without additional detail. As written, R1's claim that methodological variance exceeds architectural variance is not established by the reported analysis.
- [B.8.1 / B.8.2 (Fuzzing)] The Fuzzing metric is described as token-level, with an AUC over token-level predictions, but the scoring prompt in B.8.2 asks the LLM to return one binary label per example ('return 1 if the sentence is correctly labeled or 0 if the tokens are mislabeled'). The paper never states how token-level predictions are obtained from these sequence-level labels. Without this detail, the fuzzing scores underlying Tables 2 and 14 and the R2 claim that fuzzing is unreliable across all conditions cannot be reproduced or interpreted.
- [Section 3 (R3) / Eq. (4) / Table 7] The top-k Jaccard lift analysis compares rankings across conditions with different numbers of evaluable features. Table 7 shows that the corpus condition substantially changes the feature pool, reducing the number of features with ten activating examples by about half on Apertus-8B and producing different overlap sets across corpora. The chance baseline in Eq. (4) assumes a fixed pool of size N, but when the eligible feature set is condition-dependent, the expected Jaccard under random selection is not k/(2N-k). The paper does not specify whether the lift is computed only on the common feature intersection or on the union of condition-specific pools; if the latter, R3's near-chance results may be an artifact of a misspecified chance model rather than genuine ranking instability.
minor comments (5)
- [Section 3, R1] The main text says the architecture contribution on Apertus-8B has a peak of 11% for DETECTION, but Table 14 reports sigma2_arch = 15% [9,23] for Apertus-8B DETECTION; the text and table should be reconciled.
- [B.8.1 (Purity)] The text states 'The last metric, PURITY, does not depend on any LLM', but the immediately following description and the scoring prompt in B.8.2 describe PURITY as rated by a scorer LLM; one of these statements is incorrect.
- [Table 2 / Section 3, R2] Negative ICC values are interpreted as 'less consistent than chance'; this phrasing is statistically inaccurate, since negative estimates can arise from sampling variability in a one-way random-effects model. The results should be described as poor reliability rather than worse-than-chance consistency.
- [D.3 / D.2] The manuscript contains incomplete sentences: Section D.3 ends with 'The time for one experiment on PYTHIA-160M is roughly .' and Section D.2 ends with 'limitatios'; these should be completed or removed.
- [Section 4.1 / Table 3] The Stability Check thresholds (ICC at least 0.5, Jaccard lift at least 2x) are presented as prescriptive enough to 'pass' or 'fail' a metric. The authors acknowledge in Section 5 that these are pragmatic cutoffs, but the main-text presentation should more prominently frame them as heuristics rather than validated standards.
Circularity Check
No circularity: the variance-decomposition and stability results are empirical observations, not derivations from fitted parameters or self-cited theorems.
full rationale
The paper's central claims (R1-R3) are empirical measurements: ICC, Top-k Jaccard lift, and REML variance components are computed from experimental score data, and the paper never fits a parameter to a subset of outcomes and then re-presents the same quantity as a prediction. The variance decomposition (Eqs. 7-10) estimates separate random-effect components from distinct experiments; the inequality sigma2_method > sigma2_arch is a comparison of fitted components, not a relation imposed by construction. The Stability Check thresholds (ICC >= 0.5, lift >= 2x) are pragmatic cutoffs citing standard reliability conventions (Koo & Li; Kuncheva) and are not fed back into the variance analysis. No self-citations are load-bearing; the prior-work citations (e.g., SAEBench, [27], [28]) supply datasets, metrics, and prompting procedures but do not justify the paper's conclusions by appeal to the same authors' authority. The acknowledged non-crossed design and three-architecture comparison raise a statistical validity/identifiability question, but that is a correctness concern, not circularity; the paper itself flags the partially crossed design in Appendix C.4 and limits the scope of the claim in Section 5.
Assumptions & free parameters
free parameters (3)
- Activation threshold for Pythia-160M features =
0.1
- Activation threshold for Apertus-8B features =
100
- Minimum of 10 activating examples per feature =
10
assumptions (4)
- domain assumption Variance components are independent and identifiable from a partially crossed design
- domain assumption ICC interpretation thresholds (>=0.75 good, 0.50-0.75 moderate, <0.50 poor) apply to these score distributions
- ad hoc to paper LLM outputs are reliably parsed into the required JSON and Python-list structures
- domain assumption The scorer model (Gemini Flash) does not interact with the studied variation axes
Cite this review
Pith. "Pith review of Building Fast, Evaluating Slow: Pipeline Choices Dominate Autointerpretability Score Variance." pith.science (2026). https://pith.science/paper/YCMUDDJB
@misc{pith2026260719386,
author = {Pith},
title = {Pith review of: Building Fast, Evaluating Slow: Pipeline Choices Dominate Autointerpretability Score Variance},
year = {2026},
howpublished = {\url{https://pith.science/paper/YCMUDDJB}},
note = {Machine review of arXiv:2607.19386}
}
read the original abstract
Cross-paper comparison of sparse autoencoder (SAE) interpretability often relies on autointerpretability scores. In this evaluation pipeline, a language model (LM) explains each feature, and another LM scores the explanation. For these comparisons to be meaningful, scores must reflect stable properties of the features rather than confounding aspects of the evaluation pipeline. Through systematic experiments across four metrics (simulation, detection, fuzzing, purity), two models (Pythia-160M, Apertus-8B), and four axes of methodological variation, we show that this assumption does not hold. Specifically, we find that R1) methodological variance collectively exceeds architectural variance across all metrics and tested models; R2) each metric exhibits a distinct instability profile, with detection being the most stable and fuzzing unreliable across all conditions; R3) top-k feature rankings do not stay consistent across corpus and draw conditions, masking per-feature instability behind stable mean scores; a failure that cannot be detected by monitoring explanation similarity alone. These findings suggest that cross-paper comparisons based on autointerpretability scores may reflect pipeline differences rather than architectural differences, with implications for the ongoing debate on SAE utility. More broadly, unreliable evaluation slows progress in interpretability research at a time when reliable tools for understanding AI systems are needed. To support evaluation, we contribute a variance decomposition approach, a Stability Check, and a Minimum Reporting Checklist.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[1]
Pythia: a suite for analyzing large language models across training and scaling
Stella Biderman, Hailey Schoelkopf, Quentin Anthony, Herbie Bradley, Kyle O’Brien, Eric Hallahan, Mohammad Aflah Khan, Shivanshu Purohit, USVSN Sai Prashanth, Edward Raff, et al. Pythia: a suite for analyzing large language models across training and scaling. In Proceedings of the 40th International Conference on Machine Learning, pages 2397–2430, 2023
2023
-
[2]
Language models can explain neurons in language models, 2023
Steven Bills, Nick Cammarata, Dan Mossing, Henk Tillman, Leo Gao, Gabriel Goh, Ilya Sutskever, Jan Leike, Jeff Wu, and William Saunders. Language models can explain neurons in language models, 2023
2023
-
[3]
Towards monosemanticity: Decomposing language models with dictionary learning.Transformer Circuits Thread, 2023
Trenton Bricken, Adly Templeton, Joshua Batson, Brian Chen, Adam Jermyn, Tom Con- erly, Nick Turner, Cem Anil, Carson Denison, Amanda Askell, Robert Lasenby, Yifan Wu, Shauna Kravec, Nicholas Schiefer, Tim Maxwell, Nicholas Joseph, Zac Hatfield-Dodds, Alex Tamkin, Karina Nguyen, Brayden McLean, Josiah E Burke, Tristan Hume, Shan Carter, Tom Henighan, and ...
2023
-
[4]
Learning multi-level features with matryoshka sparse autoencoders
Bart Bussmann, Noa Nabeshima, Adam Karvonen, and Neel Nanda. Learning multi-level features with matryoshka sparse autoencoders. InProceedings of the Forty-second International Conference on Machine Learning, 2025
work page 2025
-
[5]
Sviatoslav Chalnev, Matthew Siu, and Arthur Conmy. Improving steering vectors by targeting sparse autoencoder features.arXiv preprint arXiv:2411.02193, 2024
arXiv 2024
-
[6]
David Chanin and Adrià Garriga-Alonso. Sparse but wrong: Incorrect L0 leads to incorrect features in sparse autoencoders.arXiv preprint arXiv:2508.16560, 2025
arXiv 2025
-
[7]
A is for absorption: Studying feature splitting and absorption in sparse autoencoders, 2024
David Chanin, James Wilken-Smith, Tomáš Dulka, Hardik Bhatnagar, and Joseph Bloom. A is for absorption: Studying feature splitting and absorption in sparse autoencoders, 2024
work page 2024
-
[8]
CodeParrot. GitHub Code dataset. Hugging Face Datasets, 2022. Accessed: March 2025
work page 2022
Show all 37 references
-
[9]
Sparse autoencoders find highly interpretable features in language models
Hoagy Cunningham, Robert Huben, Logan Riggs Smith, Aidan Ewart, and Lee Sharkey. Sparse autoencoders find highly interpretable features in language models. InThe Twelfth International Conference on Learning Representations, 2024
2024
-
[10]
Wikimedia downloads
Wikimedia Foundation. Wikimedia downloads
-
[11]
The pile: An 800gb dataset of diverse text for language modeling, 2020
Leo Gao, Stella Biderman, Sid Black, Laurence Golding, Travis Hoppe, Charles Foster, Jason Phang, Horace He, Anish Thite, Noa Nabeshima, Shawn Presser, and Connor Leahy. The pile: An 800gb dataset of diverse text for language modeling, 2020. 10
2020
-
[12]
Scaling and evaluating sparse autoencoders
Leo Gao, Tom Dupre la Tour, Henk Tillman, Gabriel Goh, Rajan Troll, Alec Radford, Ilya Sutskever, Jan Leike, and Jeffrey Wu. Scaling and evaluating sparse autoencoders. InThe Thirteenth International Conference on Learning Representations, 2025
2025
-
[13]
Apertus: Democratizing open and compliant LLMs for global language environments, 2025
Alejandro Hernández-Cano, Alexander Hägele, Allen Hao Huang, Angelika Romanou, Antoni- Joan Solergibert, Barna Pasztor, Bettina Messmer, Dhia Garbaya, Eduard Frank ˇDurech, Ido Hakimi, Juan García Giraldo, Mete Ismayilzada, Negar Foroutan, Skander Moalla, Tiancheng Chen, Vinko...
2025
-
[14]
Open source automated interpretability for sparse autoencoder features
Caden Juang, Gonçalo Paulo, Jonathan Drori, and Nora Belrose. Open source automated interpretability for sparse autoencoder features. EleutherAI Blog, July 2024
2024
-
[15]
Are sparse autoencoders useful? a case study in sparse probing
Subhash Kantamneni, Joshua Engels, Senthooran Rajamanoharan, Max Tegmark, and Neel Nanda. Are sparse autoencoders useful? a case study in sparse probing. InForty-second International Conference on Machine Learning, 2025
2025
-
[16]
SAEBench: A comprehensive benchmark for sparse autoencoders in language model interpretability
Adam Karvonen, Can Rager, Johnny Lin, Curt Tigges, Joseph Isaac Bloom, David Chanin, Yeu-Tong Lau, Eoin Farrell, Callum Stuart McDougall, Kola Ayonrinde, Demian Till, Matthew Wearden, Arthur Conmy, Samuel Marks, and Neel Nanda. SAEBench: A comprehensive benchmark for sparse au...
2025
-
[17]
A guideline of selecting and reporting intraclass correlation coefficients for reliability research.Journal of chiropractic medicine, 15(2):155–163, 2016
Terry K Koo and Mae Y Li. A guideline of selecting and reporting intraclass correlation coefficients for reliability research.Journal of chiropractic medicine, 15(2):155–163, 2016
2016
-
[18]
Sanity checks for sparse autoencoders: Do saes beat random baselines?arXiv preprint arXiv:2602.14111, 2026
Anton Korznikov, Andrey Galichin, Alexey Dontsov, Oleg Rogov, Ivan Oseledets, and Elena Tutubalina. Sanity checks for sparse autoencoders: Do saes beat random baselines?arXiv preprint arXiv:2602.14111, 2026
2026
-
[19]
A stability index for feature selection
Ludmila I Kuncheva. A stability index for feature selection. InArtificial intelligence and applications, pages 421–427, 2007
2007
-
[20]
Li, Suraj Srinivas, Usha Bhalla, and Himabindu Lakkaraju
Aaron J. Li, Suraj Srinivas, Usha Bhalla, and Himabindu Lakkaraju. Evaluating adversarial robustness of concept representations in sparse autoencoders. In Vera Demberg, Kentaro Inui, and Lluís Marquez, editors,Proceedings of the 19th Conference of the European Chapter of the A...
2026
-
[21]
Intraclass correlation–a discussion and demonstration of basic features.PloS one, 14(7):e0219854, 2019
David Liljequist, Britt Elfving, and Kirsti Skavberg Roaldsen. Intraclass correlation–a discussion and demonstration of basic features.PloS one, 14(7):e0219854, 2019
2019
-
[22]
Towards principled evaluations of sparse autoencoders for interpretability and control
Aleksandar Makelov, Georg Lange, and Neel Nanda. Towards principled evaluations of sparse autoencoders for interpretability and control. InThe Thirteenth International Conference on Learning Representations, 2025. 11
2025
-
[23]
Sparse feature circuits: Discovering and editing interpretable causal graphs in language models
Samuel Marks, Can Rager, Eric J Michaud, Yonatan Belinkov, David Bau, and Aaron Mueller. Sparse feature circuits: Discovering and editing interpretable causal graphs in language models. InThe Thirteenth International Conference on Learning Representations, 2025
2025
-
[24]
Rethinking evaluation of sparse autoencoders through the representation of polysemous words
Gouki Minegishi, Hiroki Furuta, Yusuke Iwasawa, and Yutaka Matsuo. Rethinking evaluation of sparse autoencoders through the representation of polysemous words. InThe Thirteenth International Conference on Learning Representations, 2025
2025
-
[25]
OpenAI, :, Aaron Hurst, Adam Lerer, Adam P. Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, Aleksander M ˛ adry, Alex Baker-Whitcomb, Alex Beutel, Alex Borzunov, Alex Carney, Alex Chow, Alex Kirillov, Alex Nichol, Alex ...
2024
-
[26]
Sparse autoencoders trained on the same data learn different features
Gonçalo Paulo and Nora Belrose. Sparse autoencoders trained on the same data learn different features. InProceedings of the International Conference on Learning Representations, 2026
2026
-
[27]
Automatically interpreting millions of features in large language models
Gonçalo Santos Paulo, Alex Troy Mallen, Caden Juang, and Nora Belrose. Automatically interpreting millions of features in large language models. InProceedings of the Forty-second International Conference on Machine Learning, 2025
2025
-
[28]
FADE: Why bad descriptions happen to good features
Bruno Puri, Aakriti Jain, Elena Golimblevskaia, Patrick Kahardipraja, Thomas Wiegand, Woj- ciech Samek, and Sebastian Lapuschkin. FADE: Why bad descriptions happen to good features. In Wanxiang Che, Joyce Nabende, Ekaterina Shutova, and Mohammad Taher Pilehvar, editors, Findin...
2025
-
[29]
Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J. Liu. Exploring the limits of transfer learning with a unified text-to-text transformer, 2023
2023
-
[30]
Improving sparse decomposition of language model activations with gated sparse autoencoders
Senthooran Rajamanoharan, Arthur Conmy, Lewis Smith, Tom Lieberum, Vikrant Varma, Janos Kramar, Rohin Shah, and Neel Nanda. Improving sparse decomposition of language model activations with gated sparse autoencoders. InThe Thirty-eighth Annual Conference on Neural Information ...
2024
-
[31]
Sullivan and Richard Feinn
Gail M. Sullivan and Richard Feinn. Using effect size—or why the P value is not enough. Journal of Graduate Medical Education, 4(3):279–282, sep 2012
2012
-
[32]
Gemini Team, Petko Georgiev, Ving Ian Lei, Ryan Burnell, Libin Bai, Anmol Gulati, Garrett Tanzer, Damien Vincent, Zhufeng Pan, Shibo Wang, Soroosh Mariooryad, Yifan Ding, Xinyang Geng, Fred Alcober, Roy Frostig, Mark Omernick, Lexi Walker, Cosmin Paduraru, Christina Sorokin, A...
2024
-
[33]
Daniel Freeman, Theodore R
Adly Templeton, Tom Conerly, Jonathan Marcus, Jack Lindsey, Trenton Bricken, Brian Chen, 16 Adam Pearce, Craig Citro, Emmanuel Ameisen, Andy Jones, Hoagy Cunningham, Nicholas L Turner, Callum McDougall, Monte MacDiarmid, C. Daniel Freeman, Theodore R. Sumers, Edward Rees, Josh...
2024
-
[34]
Persona features control emergent misalignment.arXiv preprint arXiv:2506.19823, 2025
Miles Wang, Tom Dupré la Tour, Olivia Watkins, Alex Makelov, Ryan A Chi, Samuel Mis- erendino, Jeffrey Wang, Achyuta Rajaram, Johannes Heidecke, Tejal Patwardhan, et al. Persona features control emergent misalignment.arXiv preprint arXiv:2506.19823, 2025
2025
-
[35]
Axbench: Steering LLMs? even simple base- lines outperform sparse autoencoders
Zhengxuan Wu, Aryaman Arora, Atticus Geiger, Zheng Wang, Jing Huang, Dan Jurafsky, Christopher D Manning, and Christopher Potts. Axbench: Steering LLMs? even simple base- lines outperform sparse autoencoders. InForty-second International Conference on Machine Learning, 2025
2025
-
[36]
Mathematical equations and formulas
Tianyi Zhang*, Varsha Kishore*, Felix Wu*, Kilian Q. Weinberger, and Yoav Artzi. Bertscore: Evaluating text generation with bert. InInternational Conference on Learning Representations, 2020. 17 A Related Work Evaluation GapThe field has recognized that improvements in the spa...
2020
-
[37]
Justification: There is no crowdsourcing nor research with human subjects
Institutional review board (IRB) approvals or equivalent for research with human subjects Question: Does the paper describe potential risks incurred by study participants, whether such risks were disclosed to the subjects, and whether Institutional Review Board (IRB) approvals...
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.