REVIEW 3 major objections 5 minor 50 references
The paper argues that current large reasoning models face a measurable faithfulness-safety trade-off: high faithfulness to a reasoning trace predicts compliance with unsafe tampered reasoning, and high safety predicts lower faithfulness.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
Faithful reasoning and safety pull in opposite directions in current reasoning models, and the two behaviors are controlled by anti-correlated internal vectors that can be steered independently.
T0 review reviewed 2026-08-05 challenge →
load-bearing objection A genuinely useful benchmark and promising mechanistic story, but the headline faithfulness-safety trade-off is measured with a manipulation the authors know is detectable, so the abstract overstates the result. the 3 major comments →
Risky Business: Measuring The Faithfulness-Safety Tension
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
On its own terms, the paper discovers a counterbalance: faithfulness to a reasoning trace and safety against tampered reasoning pull opposite ways in current large reasoning models. With HazMart (77 human-written shopkeeper scenarios) and TRR (swapping option names inside a model's own reasoning), seven models show inverse scores: DeepSeek-R1-Llama-70B is most faithful (97.5%) and least safe (12.3%); QwQ-32B balances both (74.7%/73.9%). In QwQ-32B, probes find two anti-correlated residual-stream directions peaking at Layer 44's action-commit token; steering the safety direction adds 9 points of safety while lowering faithfulness by 7, and the faithfulness direction does the reverse. Attentio
What carries the argument
Targeted Reasoning Replacement (TRR): after a model answers a HazMart scenario, every named reference to the chosen option in its own reasoning trace is swapped with another option—the other safe option for the faithfulness test, the unsafe option for the safety test. Faithful Reasoning is scored when the model switches accordingly; Safe Reasoning is scored when it refuses the unsafe suggestion. The second mechanism is difference-of-means probing on QwQ-32B: mean activations of compliant versus resistant rollouts are subtracted at each layer and residual-stream component, yielding two candidate directions, v_safe and v_faith, at the Layer 44 attention output near the action-commit token; cau
Load-bearing premise
The load-bearing premise is that a model's response to a swapped-option trace reveals causal dependence on the reasoning content, not just detection of the awkward wording produced by search-and-replace; the paper's Appendix B shows that making the swaps coherent changes both baselines a lot (Safe Reasoning falls from 0.85 to 0.42, Faithful Reasoning rises from 0.50 to 0.82).
What would settle it
Replace TRR's literal search-and-replace with coherent LLM rewriting of the tampered trace (as in Appendix B) and re-measure the correlation between Faithful and Safe Reasoning across the same model set; if the inverse relationship weakens or vanishes, the headline trade-off is an artifact of word-level incoherence rather than an intrinsic property.
If this is right
- A chain-of-thought monitoring scheme that trusts the trace as the model's real reasoning will misclassify safe-but-unfaithful models as unsafe and faithful-but-unsafe models as safe.
- Faithfulness scores on benign tampering can serve as a red flag: high faithfulness predicts low safe-reasoning rejection, so auditors should pair faithfulness benchmarks with safety probes.
- Inference-time steering along v_safe offers a concrete patch: +9 percentage points safety on HazMart with no MMLU accuracy loss, at the cost of 7 points of faithfulness.
- Safety and faithfulness are not arranged on a single scalar; joint steering spans two independent axes, so interventions can be tuned for one without forcing the other to its floor.
Where Pith is reading between the lines
- If tampered traces are made fully coherent (the paper's Appendix B), baselines shift dramatically (Safe Reasoning 0.85 to 0.42, Faithful Reasoning 0.50 to 0.82); a fair test of the trade-off needs to check whether the inverse correlation survives coherent tampering rather than artifacts of literal word swaps.
- The same two-direction method could be applied to other model families: the paper's claim predicts that safety-tuned versions of a base model will move v_safe but not v_faith, which is testable without new datasets.
- A stronger causal test than steering on the L44 cell: train on the 2D plane and remove one axis by ablation; the paper's redundancy finding implies removing v_safe should not fully collapse safety, whereas removing v_faith should collapse faithfulness.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces HazMart, a 77-scenario dataset of AI-shopkeeper decisions with two safe and one unsafe option, and Targeted Reasoning Replacement (TRR), a search-and-replace method that swaps the names of answer options inside a model's own reasoning trace to measure faithfulness (switching between safe options) and safety (refusing an unsafe option). On seven open-weight models, the authors report a faithfulness–safety trade-off, with DeepSeek-R1-Llama-70B highly faithful (97.5%) but unsafe (12.3%), and QwQ-32B relatively safe (73.9%) but less faithful (74.7%). For QwQ-32B, difference-of-means probing identifies anti-correlated residual-stream directions (vsafe, vfaith) peaking at the action-commit token, and activation steering along vsafe improves Safe Reasoning by 9 percentage points while preserving MMLU accuracy. The central claim is that LRMs exhibit an inherent tension between faithfulness and safety.
Significance. If TRR were a valid causal intervention on reasoning, the paper would make a meaningful contribution: HazMart is a safety-relevant, human-written benchmark; TRR is deterministic and reproducible; the mechanistic analysis uses 5-fold cross-validation, random-direction controls, and a generalization check to LLM-based rewriting. The finding that safety and faithfulness are represented by separable, steerable internal directions would be important for monitoring and alignment. However, the validity of the central behavioral measurement is undermined by the paper's own Appendix B, which shows that the search-and-replace tampering produces linguistically incoherent traces that models detect. This concern is load-bearing because the headline cross-model trade-off rests entirely on the search-and-replace variant of TRR.
major comments (3)
- [Appendix B / §3.2] The search-and-replace TRR produces overtly incoherent traces (e.g., 'computer USB-Stick', 'Mouse containing ransomware'). Appendix B shows that when GPT-4.1 rewrites the tampered trace to be coherent, QwQ-32B's Safe Reasoning baseline drops from 0.85 to 0.42 and Faithful Reasoning rises from 0.50 to 0.82. This is not a small calibration shift: the model moves from the 'safe' to the 'unsafe' side of the benchmark on the basis of trace coherence alone. Since the cross-model anti-correlation in Figure 3 and the conclusion in Section 5 are computed with the search-and-replace variant, the central claim may reflect models detecting artifacts rather than genuine faithfulness/safety behavior. The rebuttal that the relationship is 'preserved' under LLM-based TRR is based on a single model and does not rerun the across-model analysis. I request either an across-model evaluation with LLM-based co
- [Section 5 / Figure 3] The conclusion states: 'Models that demonstrate high faithfulness to their reasoning traces consistently exhibit lower safety scores, and vice versa.' This is contradicted by the paper's own data: QwQ-32B achieves 74.7% faithful and 73.9% safe, placing it in the top-right (desirable) corner of Figure 3. The word 'consistently' is too strong; the observed relationship appears to be a weak negative trend with a notable outlier. The claim should be tempered, and ideally supported by a reported correlation coefficient (e.g., Pearson/Spearman with confidence intervals) across the seven models. Overselling the trade-off as universal weakens the paper's credibility.
- [§4.2 / Eq. (4)] The probe directions vsafe and vfaith are extracted by difference-of-means on the very rollouts used to define the safety/faithfulness labels. Although 5-fold cross-validation mitigates overfitting, the construction guarantees that amplifying vsafe pushes along the axis that separates safe from unsafe in the same dataset. The causal interpretation is therefore partially circular. The generalization of vsafe to LLM-based TRR is a good control and mitigates this concern, but vfaith is ceiling-saturated under LLM-based TRR, so the causal evidence for an independent vfaith axis relies on a single, artifact-prone dataset. I recommend adding a control where probes are trained on one half of HazMart and evaluated on the other, or on an entirely held-out set of scenarios.
minor comments (5)
- [§4.1] The sentence 'In general, models with a high faithfulness score achieve lower rates of faithfulness' appears to be a typo: it should presumably read 'lower rates of safety'. As written, it is self-contradictory.
- [Appendix B] The claim that 'the relationship of faithfulness and safety being preserved' is not quantified. Please report the correlation coefficient or rank ordering of models under LLM-based TRR, even if only for QwQ-32B, to make this assertion testable.
- [Abstract / §4.1] The abstract reports '73.9% safety' for QwQ-32B while Appendix B reports a 0.85 baseline for the same model under search-and-replace. These numbers are not inconsistent (different runs/subsets), but the relationship between the main results and the appendix numbers should be clarified to avoid confusion.
- [Section 2] The related work section would benefit from a more direct comparison with Lanham et al. (2023), since that paper also manipulates CoT traces; TRR's novelty relative to 'additive or broad changes' is stated, but the precise operational differences are not concretely instantiated.
- [Figure 5] The reported n=1442 per cell is much larger than the 77-scenario dataset; clarify how multiple rollouts per scenario are aggregated (e.g., repeated sampling at temperature 0.6) and whether the confidence intervals account for scenario-level clustering.
Circularity Check
Partial circularity in the mechanistic steering claim: vsafe/vfaith are fitted to the same rollouts whose safety/faithfulness outcomes they are then used to steer, though cross-condition and orthogonalization checks provide independent content.
specific steps
-
fitted input called prediction
[Section 4.2 (Eq. 4) and Section 4.3 (Figure 5)]
"vsafe, trained on the safety condition, separates rollouts where the model picked a safe option (A or B) from those where it complied with the tampered trace and picked the unsafe option (C). ... At α= +3, artificially boosting the (vsafe) lifts safe reasoning by 9 percentage points (pp)"
vsafe is constructed by Eq. 4 as the difference-of-means between the same safe/unsafe rollouts that define the Safe Reasoning metric. The steering experiment in §4.3 then adds this fitted direction back into the residual stream and measures Safe Reasoning on the same condition. Moving along μ_safe − μ_unsafe is, by construction, moving toward the class that the direction was fitted to separate, so the +9 pp native lift is a manipulation check on the fitted separator rather than an out-of-sample causal prediction. The paper's orthogonalization, cross-condition AUROC of 0.23–0.28, random-vector controls, and joint-plane sweep show that the two directions are not merely a single fitted axis, so the circularity is partial and does not fully determine the central mechanistic claim.
full rationale
The paper's headline behavioral result — a faithfulness–safety trade-off across LRMs on HazMart — is not circular: faithful reasoning (switching under a safe swap) and safe reasoning (rejecting an unsafe swap) are distinct operationalizations, and a model could in principle score high on both. The measured anti-correlation is an empirical finding, not a definitional identity. The mechanistic analysis, however, contains a partial circular step: the probe directions are extracted by difference-of-means on the very rollouts whose safety/faithfulness labels define the outcome, and the subsequent steering experiment evaluates those directions on the same condition. The native lifts (+9 pp safety, +8 pp faithfulness) are therefore partly guaranteed by the construction of the direction as a class separator. The paper mitigates this by showing the directions are not collinear (cos ≈ −0.45), survive orthogonalization, anti-predict the cross condition (AUROC 0.23–0.28), and that random vectors of matched norm produce ≤ ±1.1 pp effects. These checks supply independent evidence that the directions carry distinct, behaviorally relevant content, so the central mechanistic claim does not reduce entirely to its inputs. No load-bearing self-citation or imported uniqueness theorem was found; citations to the authors' prior work (e.g., Meier et al. 2025, Kaesberg et al. 2024) are peripheral. The Appendix B LLM-replacement experiment is a validity concern about TRR artifacts, not a circularity, and it actually preserves the direction of the trade-off. Overall score 4 reflects one partial circularity in the causal-validation step while the main behavioral trade-off remains independently meaningful.
Axiom & Free-Parameter Ledger
free parameters (3)
- steering_strength_alpha =
+3 (swept across ±1, ±3, ±5)
- probe_layer_stream =
L44 attention output
- probe_directions_vsafe_vfaith =
unit-norm difference-of-means vectors
axioms (5)
- domain assumption The model's verbalized CoT trace is a causally relevant variable for its final decision; tampering with it can reveal faithfulness.
- ad hoc to paper Search-and-replace swapping changes only the referenced option names and leaves the reasoning otherwise equivalent; any resulting linguistic artifacts do not confound the measurement.
- domain assumption Linear difference-of-means directions in the residual stream capture the model's internal state governing resistance/compliance.
- domain assumption Adding a fixed direction to the residual stream at every token (with per-token renormalization) is a valid causal intervention that does not distort the model beyond the intended semantic shift.
- domain assumption The HazMart scenario labels (safe vs unsafe options) are correct for all 77 entries.
invented entities (2)
-
vsafe
independent evidence
-
vfaith
independent evidence
Cite this review
Pith. "Pith review of Risky Business: Measuring The Faithfulness-Safety Tension." pith.science (2026). https://pith.science/paper/GDMBS7O2
@misc{pith2026260803745,
author = {Pith},
title = {Pith review of: Risky Business: Measuring The Faithfulness-Safety Tension},
year = {2026},
howpublished = {\url{https://pith.science/paper/GDMBS7O2}},
note = {Machine review of arXiv:2608.03745}
}
read the original abstract
Chain-of-Thought (CoT) reasoning offers a promising window into model monitoring. However, monitoring relies on faithfulness, i.e., the model output strictly derives from its reasoning trace. We identify an alignment tension where a model must be faithful enough to be monitored, yet robust enough to reject unsafe reasoning. We demonstrate that this counterbalance exists in current Large Reasoning Models (LRMs), and show ways in which it can be addressed. We introduce HazMart, a human-written dataset set in an autonomous AI shopkeeper scenario. Unlike prior work that relies on providing hints in prompts to test faithfulness (e.g., "A Stanford professor said it should be Answer A"), we propose a novel replacement-based technique, which we call Targeted Reasoning Replacement (TRR), that directly intervenes in the reasoning chain to substitute in unsafe or illogical thoughts (e.g., "Wait, the answer must be Option B [was Option A] because it is the most fitting"). DeepSeek-R1-Llama-70B exhibits high faithfulness (97.5%) but fails to reject Unsafe Reasoning (12.3%), while QwQ-32B is more robust (73.9% safety) at the cost of lower faithfulness (74.7%). Mechanistic analyses of QwQ-32B reveal that these properties are represented by anti-correlated internal directions peaking at the action-commit token. Finally, we demonstrate that representation steering can independently amplify the safety direction, increasing safe behavior by 9 percentage points while maintaining base capabilities.
Figures
Reference graph
Works this paper leans on
-
[1]
Anthropic. 2025. Project vend: Can claude run a small shop? (and why does that matter?). https://www.anthropic.com/research/project-vend-1. Accessed: 2026-05-25
work page 2025
-
[2]
Andy Arditi, Oscar Obeso, Aaquib Syed, Daniel Paleka, Nina Panickssery, Wes Gurnee, and Neel Nanda. 2024. http://papers.nips.cc/paper\_files/paper/2024/hash/f545448535dfde4f9786555403ab7c49-Abstract-Conference.html Refusal in language models is mediated by a single direction . In Advances in Neural Information Processing Systems 38: Annual Conference on N...
2024
-
[3]
Guan, Aleksander Madry, Wojciech Zaremba, Jakub Pachocki, and David Farhi
Bowen Baker, Joost Huizinga, Leo Gao, Zehao Dou, Melody Y. Guan, Aleksander Madry, Wojciech Zaremba, Jakub Pachocki, and David Farhi. 2025. https://arxiv.org/abs/2503.11926 Monitoring reasoning models for misbehavior and the risks of promoting obfuscation
Pith/arXiv arXiv 2025
-
[4]
Sid Black, Asa Cooper Stickland, Jake Pencharz, Oliver Sourbut, Michael Schmatz, Jay Bailey, Ollie Matthews, Ben Millwood, Alex Remedios, and Alan Cooney. 2025. https://arxiv.org/abs/2504.18565 Replibench: Evaluating the autonomous replication capabilities of language model agents . ArXiv preprint, abs/2504.18565
Pith/arXiv arXiv 2025
-
[5]
Joseph Carlsmith. 2022. https://arxiv.org/abs/2206.13353 Is power-seeking ai an existential risk? ArXiv preprint, abs/2206.13353
Pith/arXiv arXiv 2022
-
[6]
Bowman, Jan Leike, Jared Kaplan, and Ethan Perez
Yanda Chen, Joe Benton, Ansh Radhakrishnan, Jonathan Uesato, Carson Denison, John Schulman, Arushi Somani, Peter Hase, Misha Wagner, Fabien Roger, Vlad Mikulik, Samuel R. Bowman, Jan Leike, Jared Kaplan, and Ethan Perez. 2025. https://arxiv.org/abs/2505.05410 Reasoning Models Don 't Always Say What They Think
Pith/arXiv arXiv 2025
-
[7]
James Chua, Jan Betley, Mia Taylor, and Owain Evans. 2025. https://arxiv.org/abs/2506.13206 Thought crime: Backdoors and emergent misalignment in reasoning models . ArXiv preprint, abs/2506.13206
Pith/arXiv arXiv 2025
-
[8]
Google . Thinking - gemini api. https://ai.google.dev/gemini-api/docs/thinking#signatures. Accessed: 2026-05-24
work page 2026
-
[9]
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Peiyi Wang, Qihao Zhu, Runxin Xu, Ruoyu Zhang, Shirong Ma, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z. F. Wu, Zhibin Gou, Zhihong Shao, Zhuoshu Li, Ziyi Gao, Aixin Liu, and 175 others. 2025. https://doi.org/10.1038/s41586-025-09422-z Deepseek-r1 incentivizes reasoning in llms through reinforcement lear...
-
[10]
Nathaniel Mitrani Hadida, Sassan Bhanji, Cameron Tice, and Puria Radmard. 2026. https://arxiv.org/abs/2601.23086 Chain-of-thought obfuscation learned from output supervision can generalise to unseen tasks
Pith/arXiv arXiv 2026
-
[11]
Peter Hase and Christopher Potts. 2026. https://arxiv.org/abs/2602.20710 Counterfactual simulation training for chain-of-thought faithfulness
arXiv 2026
-
[12]
Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. 2021 a . https://openreview.net/forum?id=d7KBjmI3GmQ Measuring massive multitask language understanding . In 9th International Conference on Learning Representations, ICLR 2021, Virtual Event, Austria, May 3-7, 2021 . OpenReview.net
work page 2021
-
[13]
Dan Hendrycks, Collin Burns, Saurav Kadavath, Akul Arora, Steven Basart, Eric Tang, Dawn Song, and Jacob Steinhardt. 2021 b . https://arxiv.org/abs/2103.03874 Measuring mathematical problem solving with the math dataset
Pith/arXiv arXiv 2021
-
[14]
Jiameng Huang, Baijiong Lin, Guhao Feng, Jierun Chen, Di He, and Lu Hou. 2025. https://arxiv.org/abs/2508.05337 Efficient reasoning for large reasoning language models via certainty-guided reflection suppression
arXiv 2025
-
[15]
Alon Jacovi and Yoav Goldberg. 2020. https://doi.org/10.18653/v1/2020.acl-main.386 Towards faithfully interpretable NLP systems: How should we define and evaluate faithfulness? In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 4198--4205, Online. Association for Computational Linguistics
-
[16]
Fengqing Jiang, Zhangchen Xu, Yuetai Li, Luyao Niu, Zhen Xiang, Bo Li, Bill Yuchen Lin, and Radha Poovendran. 2025. https://arxiv.org/abs/2502.12025 Safechain: Safety of language models with long chain-of-thought reasoning capabilities
Pith/arXiv arXiv 2025
-
[17]
Faaiz Joad, Majd Hawasly, Sabri Boughorbel, Nadir Durrani, and Husrev Taha Sencar. 2026. https://arxiv.org/abs/2602.02132 There is more to refusal in large language models than a single direction
arXiv 2026
-
[18]
Lars Kaesberg, Terry Ruas, Jan Philip Wahle, and Bela Gipp. 2024. https://aclanthology.org/2024.sdp-1.10/ C ite A ssist: A system for automated preprint citation and B ib T e X generation . In Proceedings of the Fourth Workshop on Scholarly Document Processing (SDP 2024), pages 105--119, Bangkok, Thailand. Association for Computational Linguistics
work page 2024
-
[19]
Tomasz Korbak, Mikita Balesni, Eliza beth Barnes, Yoshua Bengio, Joe Benton, Joseph Bloom, Mark Chen, Alan Cooney, Allan Dafoe, Anca Dragan, Scott Emmons, Owain Evans, David Farhi, Ryan Greenblatt, Dan Hendrycks, Marius Hobbhahn, Evan Hubinger, Geoffrey Irving, Erik Jenner, and 22 others. 2025. https://arxiv.org/abs/2507.11473 Chain of thought monitorabil...
Pith/arXiv arXiv 2025
-
[20]
Tamera Lanham, Anna Chen, Ansh Radhakrishnan, Benoit Steiner, Carson E. Denison, Danny Hernandez, Dustin Li, Esin Durmus, Evan Hubinger, John Kernion, Kamil.e Lukovsiut.e, Karina Nguyen, Newton Cheng, Nicholas Joseph, Nicholas Schiefer, Oliver Rausch, Robin Larson, Sam McCandlish, Sandipan Kundu, and 11 others. 2023. https://arxiv.org/abs/2307.13702 Measu...
Pith/arXiv arXiv 2023
-
[21]
Vi \' e gas, Hanspeter Pfister, and Martin Wattenberg
Kenneth Li, Oam Patel, Fernanda B. Vi \' e gas, Hanspeter Pfister, and Martin Wattenberg. 2023. http://papers.nips.cc/paper\_files/paper/2023/hash/81b8390039b7302c909cb769f8b6cd93-Abstract-Conference.html Inference-time intervention: Eliciting truthful answers from a language model . In Advances in Neural Information Processing Systems 36: Annual Conferen...
work page 2023
-
[22]
Alexander H. Liu, Kartik Khandelwal, Sandeep Subramanian, Victor Jouault, Abhinav Rastogi, Adrien Sadé, Alan Jeffares, Albert Jiang, Alexandre Cahill, Alexandre Gavaudan, Alexandre Sablayrolles, Amélie Héliou, Amos You, Andy Ehrenberg, Andy Lo, Anton Eliseev, Antonia Calvi, Avinash Sooriyarachchi, Baptiste Bout, and 101 others. 2026. https://arxiv.org/abs...
Pith/arXiv arXiv 2026
-
[23]
Yang Liu, Yuanshun Yao, Jean-François Ton, Xiaoying Zhang, Ruocheng Guo, Hao Cheng, Yegor Klochkov, Muhammad Faaiz Taufiq, and Hanguang Li. 2023. https://arxiv.org/abs/2308.05374 Trustworthy llms: a survey and guideline for evaluating large language models' alignment . ArXiv preprint, abs/2308.05374
Pith/arXiv arXiv 2023
-
[24]
Qing Lyu, Shreya Havaldar, Adam Stein, Li Zhang, Delip Rao, Eric Wong, Marianna Apidianaki, and Chris Callison-Burch. 2023. https://doi.org/10.18653/v1/2023.ijcnlp-main.20 Faithful chain-of-thought reasoning . In Proceedings of the 13th International Joint Conference on Natural Language Processing and the 3rd Conference of the Asia-Pacific Chapter of the ...
-
[25]
Dominik Meier, Jan Philip Wahle, Paul Röttger, Terry Ruas, and Bela Gipp. 2025. https://doi.org/10.18653/v1/2025.emnlp-main.1386 TrojanStego : Your Language Model Can Secretly Be A Steganographic Privacy Leaking Agent . In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages 27244--27261, Suzhou, China. Associatio...
-
[26]
OpenAI . Reasoning guides - openai api. https://platform.openai.com/docs/guides/reasoning#reasoning-summaries. Accessed: 2026-05-24
work page 2026
-
[27]
OpenAI, :, Sandhini Agarwal, Lama Ahmad, Jason Ai, Sam Altman, Andy Applebaum, Edwin Arbus, Rahul K. Arora, Yu Bai, Bowen Baker, Haiming Bao, Boaz Barak, Ally Bennett, Tyler Bertao, Nivedita Brett, Eugene Brevdo, Greg Brockman, Sebastien Bubeck, and 108 others. 2025. https://arxiv.org/abs/2508.10925 gpt-oss-120b & gpt-oss-20b model card
Pith/arXiv arXiv 2025
-
[28]
Giorgio Piras, Raffaele Mura, Fabio Brau, Luca Oneto, Fabio Roli, and Battista Biggio. 2026. https://doi.org/10.1609/aaai.v40i39.40551 Som directions are better than one: Multi-directional refusal suppression in language models . Proceedings of the AAAI Conference on Artificial Intelligence, 40(39):32728--32736
-
[29]
Nirmalendu Prakash, Yeo Wei Jie, Amir Abdullah, Ranjan Satapathy, Erik Cambria, and Roy Ka Wei Lee. 2025. https://arxiv.org/abs/2509.09708 Beyond i'm sorry, i can't: Dissecting large language model refusal
Pith/arXiv arXiv 2025
-
[30]
Xiangyu Qi, Yi Zeng, Tinghao Xie, Pin - Yu Chen, Ruoxi Jia, Prateek Mittal, and Peter Henderson. 2024. https://openreview.net/forum?id=hTEGyKf0dZ Fine-tuning aligned language models compromises safety, even when users do not intend to! In The Twelfth International Conference on Learning Representations, ICLR 2024, Vienna, Austria, May 7-11, 2024 . OpenReview.net
work page 2024
-
[31]
Qwen, :, An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, Huan Lin, Jian Yang, Jianhong Tu, Jianwei Zhang, Jianxin Yang, Jiaxi Yang, Jingren Zhou, and 25 others. 2024. https://arxiv.org/abs/2412.15115 Qwen2.5 technical report
Pith/arXiv arXiv 2024
-
[32]
Nina Rimsky, Nick Gabrieli, Julian Schulz, Meg Tong, Evan Hubinger, and Alexander Turner. 2024. https://doi.org/10.18653/v1/2024.acl-long.828 Steering llama 2 via contrastive activation addition . In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 15504--15522, Bangkok, Thailand. Assoc...
-
[33]
Vazquez, Ulisse Mini, and Monte MacDiarmid
Alexander Matt Turner, Lisa Thiergart, Gavin Leech, David Udell, Juan J. Vazquez, Ulisse Mini, and Monte MacDiarmid. 2023. https://arxiv.org/abs/2308.10248 Activation Addition : Steering Language Models Without Optimization
Pith/arXiv arXiv 2023
-
[34]
Miles Turpin, Julian Michael, Ethan Perez, and Samuel R. Bowman. 2023. http://papers.nips.cc/paper\_files/paper/2023/hash/ed3fea9033a80fea1376299fa7863f4a-Abstract-Conference.html Language models don't always say what they think: Unfaithful explanations in chain-of-thought prompting . In Advances in Neural Information Processing Systems 36: Annual Confere...
work page 2023
-
[35]
J. Wahle, T. Ruas, S. M. Mohammad, N. Meuschke, and B. Gipp. 2023. https://doi.org/10.1109/JCDL57899.2023.00060 Ai usage cards: Responsibly reporting ai-generated content . In 2023 ACM/IEEE Joint Conference on Digital Libraries (JCDL), pages 282--284, Los Alamitos, CA, USA. IEEE Computer Society
arXiv 2023
-
[36]
William Walden and Miriam Wanner. 2026. https://arxiv.org/abs/2601.07663 Reasoning models will sometimes lie about their reasoning
Pith/arXiv arXiv 2026
-
[37]
Kai Wang, Yihao Zhang, and Meng Sun. 2025 a . https://arxiv.org/abs/2506.04909 When thinking llms lie: Unveiling the strategic deception in representations of reasoning models
Pith/arXiv arXiv 2025
-
[38]
Yanbo Wang, Yongcan Yu, Jian Liang, and Ran He. 2025 b . https://arxiv.org/abs/2509.03871 A comprehensive survey on trustworthiness in reasoning with large language models . ArXiv preprint, abs/2509.03871
Pith/arXiv arXiv 2025
-
[39]
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed H. Chi, Quoc V. Le, and Denny Zhou. 2022. http://papers.nips.cc/paper\_files/paper/2022/hash/9d5609613524ecf4f15af0f7b31abca4-Abstract-Conference.html Chain-of-thought prompting elicits reasoning in large language models . In Advances in Neural Information Processing Systems...
work page 2022
-
[40]
a ger, Jannes Elstner, Simon Geisler, Vincent Cohen-Addad , Stephan G \
Tom Wollschl \"a ger, Jannes Elstner, Simon Geisler, Vincent Cohen-Addad , Stephan G \"u nnemann, and Johannes Gasteiger. 2025. https://arxiv.org/abs/2502.17420 The geometry of refusal in large language models: Concept cones and representational independence
arXiv 2025
-
[41]
Zidi Xiong, Shan Chen, Zhenting Qi, and Hima Lakkaraju. 2025. https://arxiv.org/abs/2505.13774 Measuring the faithfulness of thinking drafts in large reasoning models . ArXiv preprint, abs/2505.13774
Pith/arXiv arXiv 2025
-
[42]
An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, Chujie Zheng, Dayiheng Liu, Fan Zhou, Fei Huang, Feng Hu, Hao Ge, Haoran Wei, Huan Lin, Jialong Tang, and 41 others. 2025. https://arxiv.org/abs/2505.09388 Qwen3 technical report
Pith/arXiv arXiv 2025
-
[43]
Charles Ye, Jasmine Cui, and Dylan Hadfield-Menell. 2026. https://arxiv.org/abs/2603.12277 Prompt injection as role confusion
Pith/arXiv arXiv 2026
-
[44]
Zheng-Xin Yong and Stephen H. Bach. 2025. https://arxiv.org/abs/2510.20956 Self-jailbreaking: Language models can reason themselves out of safety alignment after benign reasoning training
Pith/arXiv arXiv 2025
-
[45]
Kerem Zaman and Shashank Srivastava. 2025. https://arxiv.org/abs/2512.23032 Is chain-of-thought really not explainability? chain-of-thought can be faithful without hint verbalization
Pith/arXiv arXiv 2025
-
[46]
Junyu Zhang, Runpei Dong, Han Wang, Xuying Ning, Haoran Geng, Peihao Li, Xialin He, Yutong Bai, Jitendra Malik, Saurabh Gupta, and Huan Zhang. 2025 a . https://arxiv.org/abs/2505.24863 Alphaone: Reasoning models thinking slow and fast at test time
Pith/arXiv arXiv 2025
-
[47]
Mitchell, Kai Shu, Kaidi Xu, Kai-Wei Chang, and 61 others
Shiyue Zhang, Mark Dredze, AI Bloomberg, Marinka Zitnik, Meng Jiang, Mohit Bansal, James Zou, Jian Pei, Jian Liu, Jianfeng Gao, Jiawei Han, Jieyu Zhao, Jiliang Tang, Jindong Wang, Joaquin Vanschoren, John C. Mitchell, Kai Shu, Kaidi Xu, Kai-Wei Chang, and 61 others. 2025 b . https://arxiv.org/abs/2504.18041 Rag llms are not safer: A safety analysis of ret...
Pith/arXiv arXiv 2025
-
[48]
Jianli Zhao, Tingchen Fu, Rylan Schaeffer, Mrinank Sharma, and Fazl Barez. 2025. https://arxiv.org/abs/2510.26418 Chain-of-thought hijacking
Pith/arXiv arXiv 2025
-
[49]
Chujie Zheng, Hao Zhou, Fandong Meng, Jie Zhou, and Minlie Huang. 2024. https://openreview.net/forum?id=shr9PXz7T0 Large language models are not robust multiple choice selectors . In The Twelfth International Conference on Learning Representations, ICLR 2024, Vienna, Austria, May 7-11, 2024 . OpenReview.net
work page 2024
-
[50]
Byun, Zifan Wang, Alex Mallen, Steven Basart, Sanmi Koyejo, Dawn Song, Matt Fredrikson, and 2 others
Andy Zou, Long Phan, Sarah Chen, James Campbell, Phillip Guo, Richard Ren, Alexander Pan, Xuwang Yin, Mantas Mazeika, Ann-Kathrin Dombrowski, Shashwat Goel, Nathaniel Li, Michael J. Byun, Zifan Wang, Alex Mallen, Steven Basart, Sanmi Koyejo, Dawn Song, Matt Fredrikson, and 2 others. 2023. https://arxiv.org/abs/2310.01405 Representation engineering: A top-...
Pith/arXiv arXiv 2023
This paper was first reviewed by deepseek-v4-flash on August 5, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.