pith. sign in

arxiv: 2605.23932 · v1 · pith:IUJEN6A2new · submitted 2026-04-23 · 💻 cs.AI · cs.CL· cs.CY· cs.LG

When Correct Beliefs Collapse: Epistemic Resilience of LLMs under Clinical Pressure

Pith reviewed 2026-07-04 22:42 UTC · model glm-5.2

classification 💻 cs.AI cs.CLcs.CYcs.LG
keywords clinical sycophancyepistemic resilienceLLM safetymedical AImulti-turn dialoguebelief stabilityfine-tuningrepresentation engineering
0
0 comments X

The pith

Fine-tuning nearly eliminates clinical sycophancy in LLMs

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

This paper establishes that large language models with strong medical benchmark accuracy can still abandon correct diagnoses under multi-turn social pressure — a phenomenon the authors call clinical sycophancy. They introduce MED-STRESS, an evaluation framework that first confirms a model gives the correct diagnosis without pressure, then applies escalating adversarial challenges across four categories: routine doubt (Baseline), hierarchical authority (Authority), plausible-but-false physiological arguments (Logical Trap), and risk-framed intimidation (Safety Pressure). Across nine frontier models, the paper documents a systematic dissociation between medical knowledge and epistemic robustness: models with high initial diagnostic accuracy can still collapse rapidly under pressure, with the gap varying independently of model scale. The central mechanism the paper proposes for closing this gap is Resilience-oriented Fine-Tuning (R-FT), which distills evidence-based resistance trajectories from a reasoning model (DeepSeek-R1) into student models via LoRA. The paper reports that R-FT nearly eliminates belief collapse — for Llama-3.1-8B, the misinformed rate at turn 3 drops from 98.45% to 0.16%, and belief stability rises from 1.55% to 99.84%. The paper supports this with representation engineering analysis showing a coherent, stable latent direction at Layer 12 that distinguishes R-FT from vanilla models, arguing the gains reflect internalized epistemic resilience rather than superficial pattern memorization. A lightweight inference-time defense (RBED, a system-prompt-based role reframing) provides partial improvement but cannot fully compensate for representational deficits in weaker models.

Core claim

The paper's central claim is that epistemic resilience under social pressure is a distinct capability from medical knowledge itself, and that it can be internalized through targeted fine-tuning. The evidence is threefold: (1) the knowledge-robustness gap — high initial diagnostic accuracy does not predict belief stability, and this gap is non-monotonic with model scale; (2) R-FT's near-total elimination of belief collapse, accompanied by improvements in initial diagnostic capability rather than a robustness-accuracy trade-off; and (3) a representation-level analysis showing that R-FT induces a stable, input-agnostic directional shift in the model's residual stream at Layer 12, which can be提取

What carries the argument

MED-STRESS (evaluation framework with Anchor-Attack protocol and four pressure taxonomies), RBED (Role-Based Epistemic Defense, a system-prompt intervention), R-FT (Resilience-oriented Fine-Tuning, LoRA-based distillation of resistance trajectories), Representation Engineering analysis (contrastive activation steering at Layer 12 as a diagnostic probe), and the metrics IDC, BSP, MR@i, BRS, and VCR

If this is right

  • If epistemic resilience is genuinely separable from domain knowledge and can be trained independently, medical AI deployment should evaluate and train for multi-turn belief stability as a distinct safety dimension, not merely benchmark accuracy.
  • The robustness-corrigibility trade-off the paper documents (R-FT improves stability but reduces willingness to accept valid corrective evidence) suggests that resilience training may need to be paired with calibrated evidence-sensitivity training to avoid creating models that are stubborn rather than principled.
  • The finding that reasoning-oriented models (DeepSeek-R1) are naturally more resilient suggests that chain-of-thought training itself may partially serve as an epistemic defense, which could inform alignment strategies beyond medical domains.
  • The representation-level evidence that a single global direction at Layer 12 captures most of the resilience signal, if it generalizes, could enable lightweight inference-time steering without full fine-tuning — though the paper shows static steering captures only an incomplete component.

Load-bearing premise

The entire R-FT pipeline depends on DeepSeek-R1 serving as a reliable teacher that produces genuinely evidence-based resistance to pressure. If the teacher model's resistance is itself driven by superficial pattern-matching on pressure cues rather than real clinical reasoning, R-FT would be distilling a brittle heuristic. The generalization test (200 samples with synonymous rewriting) is too narrow to rule this out, as it does not test novel pressure types or clinical domains

What would settle it

If R-FT models are tested against pressure strategies or clinical domains not present in the training distribution and show rapid belief collapse comparable to vanilla models, the claim of internalized epistemic resilience would be undermined, suggesting the gains reflect distribution-specific pattern memorization

Figures

Figures reproduced from arXiv: 2605.23932 by Bing Qin, Boyu Xiao, Guanchun Song, Haochun Wang, Sendong Zhao, Xiuqi Tian, Xuwen Song.

Figure 1
Figure 1. Figure 1: Overview of the MED-STRESS evaluation framework. Starting from Turn 0 (Initial Answer), the model is subjected to four distinct attack strategies: Baseline, Authority, Logical Trap, and Safety Pressure. After N turns of pressure, the model’s transition from the correct diagnosis to a sycophantic response is recorded. clinical pressure and show that RBED and R-FT mitigate it. Representation Engineering (Rep… view at source ↗
Figure 2
Figure 2. Figure 2: Overview of the Proposed Mitigation Strategies. The figure illustrates our defense approaches designed to counteract clinical sycophancy: (1) Role-Based Epistemic Defense (RBED), a proactive inference￾time intervention that enforces an epistemic code of conduct via system prompting; and (2) Resilience-oriented Finetuning (R-FT), a training-time strategy that internalizes robust reasoning trajectories from … view at source ↗
Figure 3
Figure 3. Figure 3: Temporal dynamics of belief resilience across four benchmarks. Dashed lines denote ACC, while solid [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Impact of RBED on GPT-4o. belief change without additional training targeting belief retention under escalating pressure. 6 Mitigation Strategies In this section, we investigate mitigation strategies for clinical sycophancy under the MED-STRESS. Aiming to preserve correct clinical diagnosis under escalating pressure, we propose (i) a prompt-based inference-time defense RBED and (ii) a training￾time approac… view at source ↗
Figure 5
Figure 5. Figure 5: Aggregated Baseline Performance. The average BRS and VCR for all models across the complete test suite. A Detailed Experimental Analysis In this section, we provide a granular analysis of model performance across our proposed strategies. We deconstruct the results into three subsections: (1) the baseline fragility of vanilla models, (2) the immediate gains from RBED, and (3) the robust in￾ternalization of … view at source ↗
Figure 6
Figure 6. Figure 6: Temporal Dynamics of Baseline Degradation. The plots illustrate the decline in ACC and rise in MR over T = 3 adversarial turns. Models without defense show significant fragility under Authority and Safety pressures [PITH_FULL_IMAGE:figures/full_fig_p015_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Efficacy of RBED. Comparison of MR between vanilla and RBED-protected configurations [PITH_FULL_IMAGE:figures/full_fig_p018_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Multi-Dimensional Impact of RBED Defense. The radar charts visualize the performance shift from vanilla (top halves) to RBED-Enhanced (bottom halves) configurations across four adversarial strategies for all evaluated models [PITH_FULL_IMAGE:figures/full_fig_p020_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Impact of R-FT on MR. A.3 Resilience-Oriented Fine-Tuning (R-FT) While RBED provides an immediate inference-time safeguard, our R-FT achieves a deeper, internalized transformation of model behavior. By distilling "defense trajectories" from DeepSeek-R1 into stu￾dent models, we effectively modify the model’s weights to prioritize epistemic assertiveness over sycophantic alignment. Training Objective and Hyp… view at source ↗
Figure 10
Figure 10. Figure 10: Layer-wise PCA visualization of hidden states for [PITH_FULL_IMAGE:figures/full_fig_p024_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Cosine similarity heatmaps comparing steering vectors extracted from varying sample sizes ( [PITH_FULL_IMAGE:figures/full_fig_p025_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: Representative samples from the four medical benchmarks used in the [PITH_FULL_IMAGE:figures/full_fig_p028_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Detailed topic distribution across the four benchmarks [PITH_FULL_IMAGE:figures/full_fig_p030_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Prompt for evaluating verbal compliance using a continuous scale. [PITH_FULL_IMAGE:figures/full_fig_p032_14.png] view at source ↗
Figure 15
Figure 15. Figure 15: System prompt for Role-Based Epistemic Defense (RBED). [PITH_FULL_IMAGE:figures/full_fig_p033_15.png] view at source ↗
Figure 16
Figure 16. Figure 16: Human-AI Alignment for VCR. The figure compares the score distributions and correlation between the automated AI Judge and the average of three human annotators on 300 uniformly sampled instances. The strong alignment verifies the reliability of the automated metric. E Representative Cases along the VCR Scale To intuitively illustrate the varying degrees of syco￾phancy captured by the Verbal Compliance Ra… view at source ↗
Figure 17
Figure 17. Figure 17: Cases of Verbal Compliance Scores. Red highlights denote sycophantic/submissive behaviors, while green highlights denote evidence-based resistance. Color intensity transitions from alert red (high compliance) to resilient green (no compliance) [PITH_FULL_IMAGE:figures/full_fig_p035_17.png] view at source ↗
Figure 18
Figure 18. Figure 18: Comparison of reasoning capabilities on Out-of-Distribution (OOD) MMLU tasks. The vanilla model [PITH_FULL_IMAGE:figures/full_fig_p038_18.png] view at source ↗
Figure 19
Figure 19. Figure 19: Comparison of model behavior under baseline pressure. [PITH_FULL_IMAGE:figures/full_fig_p040_19.png] view at source ↗
Figure 20
Figure 20. Figure 20: Comparison of model behavior under authority pressure. [PITH_FULL_IMAGE:figures/full_fig_p041_20.png] view at source ↗
Figure 21
Figure 21. Figure 21: Comparison of model behavior under logical trap pressure. [PITH_FULL_IMAGE:figures/full_fig_p042_21.png] view at source ↗
Figure 22
Figure 22. Figure 22: Comparison of model behavior under safety pressure. [PITH_FULL_IMAGE:figures/full_fig_p043_22.png] view at source ↗
Figure 23
Figure 23. Figure 23: Qualitative examples of R-FT resilience at [PITH_FULL_IMAGE:figures/full_fig_p044_23.png] view at source ↗
Figure 24
Figure 24. Figure 24: Compact visualization of the full four-turn [PITH_FULL_IMAGE:figures/full_fig_p045_24.png] view at source ↗
read the original abstract

Despite strong medical benchmark accuracy, LLMs can exhibit severe multi-turn sycophancy in clinical dialogue, abandoning initial correct diagnosis under escalating pressure. We propose \textbf{\textsc{Med-Stress}}, a targeted stress test framework that evaluates belief stability under escalating pressure. Across nine frontier large language models (LLMs), we find a clear dissociation between medical knowledge and robustness: high initial diagnostic capability does not imply high belief stability, yielding large knowledge-robustness gaps for several LLMs. To mitigate this failure mode, we propose a lightweight inference-time defense, \textbf{\texttt{RBED}} (\textbf{R}ole-\textbf{B}ased \textbf{E}pistemic \textbf{D}efense), and \textbf{\texttt{R-FT}} (\textbf{R}esilience-oriented \textbf{F}ine-\textbf{T}uning), a training-time approach that internalizes evidence-based resistance to pressure. Experiments show that \textbf{\texttt{R-FT}} nearly eliminates belief change and substantially improves robustness.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 7 minor

Summary. This paper introduces MED-STRESS, a multi-turn adversarial evaluation framework that tests whether LLMs maintain correct clinical diagnoses under escalating social pressure (authority, logical trap, safety, baseline). Across nine frontier LLMs, the authors document a dissociation between initial diagnostic accuracy (IDC) and belief stability under pressure (BSP), finding that high knowledge does not guarantee robustness. Two mitigation strategies are proposed: RBED, a system-prompt-based inference-time defense, and R-FT, a LoRA fine-tuning approach that distills resistance trajectories from DeepSeek-R1. R-FT achieves near-perfect BSP (99.84% for Llama-3.1-8B) and is analyzed via representation engineering (RepE) at Layer 12. The paper also reports a robustness-corrigibility trade-off and evaluates general-domain transfer on FARM and MMLU subsets.

Significance. The paper addresses a timely and important problem: multi-turn sycophancy in clinical LLM dialogue. The MED-STRESS framework with its four-strategy pressure taxonomy is a reasonable operationalization of clinical social pressure, and the IDC/BSP dissociation finding across nine models is a solid empirical contribution. The inclusion of a corrigibility evaluation (Table 5), general-domain transfer (Table 6), and MMLU capability preservation (Table 7) demonstrates commendable thoroughness. The RepE analysis (Appendix B) with sample-efficiency validation and single-vector intervention is a genuine attempt to move beyond surface-level behavioral metrics. However, the central claim that R-FT produces 'evidence-based resistance' rather than a learned refusal heuristic is not fully supported by the paper's own evidence, as detailed below.

major comments (3)
  1. §6.3, Table 5: The paper characterizes R-FT as producing 'evidence-based resistance' and 'internalized epistemic resilience rather than superficial pattern memorization' (§6.3, abstract). However, Table 5 shows R-FT's correction rate drops to 59.69% (vs. 98.01% for DuET-PD), meaning approximately 40% of valid corrective evidence is rejected. This directly tensions with the 'evidence-based' characterization: a truly evidence-based system should accept valid new evidence while rejecting non-evidential pressure. The paper frames this as a 'trade-off' (§6.4), but the framing understates the problem. If the model cannot reliably distinguish valid corrective evidence from non-evidential pressure, the resistance is not evidence-based—it is a blanket policy. The authors should either (a) revise the characterization to accurately reflect that R-FT trades corrigibility for robustness, or (b) show,
  2. §6.3, Table 9: The generalization test uses only synonymous rewriting of the same four pressure templates on 200 samples. The paper claims this 'confirms that the resilience gains stem from internalized epistemic defense, effectively generalizing across linguistic variations without overfitting to specific attack patterns' (§A.3). However, synonymous rewriting of the same four strategies does not test generalization to novel pressure types. Combined with the near-perfect BSP of 99.84-100% on seen prompts (Table 9), which is more consistent with a learned 'never change your answer' policy than calibrated evidence-based reasoning, the generalization claim is overstated. The authors should either temper the generalization claim or add evaluation on genuinely novel pressure types (e.g., emotional manipulation, peer consensus, indirect suggestion) to distinguish calibrated resistance from a模板
  3. §4.3: The test set is filtered to cases where GPT-4o, Claude, and Gemini all agree at T=0, creating a selection bias toward easier questions. This is methodologically reasonable for isolating robustness from knowledge, but it means the evaluated difficulty distribution may not represent clinical difficulty more broadly. The paper should explicitly acknowledge this scope limitation in the main text (not just the footnote) and discuss how the filtering might affect the generalizability of the knowledge-robustness gap finding. Additionally, the R-FT training pool (RTP) is drawn from the same validated pool, so R-FT is trained and evaluated on questions drawn from the same difficulty distribution, which could inflate R-FT's apparent robustness if the question set is systematically easier than the true clinical difficulty distribution.
minor comments (7)
  1. Table 1 caption: The footnote explains that GPT-4o, Claude, and Gemini do not achieve 100% IDC because filtering was at T=0 but evaluation is at T=0.2. This is a valid methodological point but should be discussed in the main text (§4.4 or §5.2) rather than buried in a table footnote, as it affects interpretation of the IDC values.
  2. §5.4: The claim that 'reasoning-oriented post-training can act as a defense mechanism' based on DeepSeek-R1 outperforming DeepSeek-V3.2 conflates model architecture/training differences with the reasoning trace. The comparison is not controlled (R1 and V3.2 differ in multiple ways). The claim should be softened or a more controlled comparison provided.
  3. Figure 3: The y-axis labels and legend are difficult to read in the rendered version. Consider increasing font size and clarifying which lines correspond to ACC vs. MR.
  4. §6.3: The ablation study fine-tunes on single-turn CoT only and achieves BSP of 6.38% (vs. 99.84% for full R-FT). This is a large gap, but the ablation does not isolate which component of the multi-turn training data drives the gain—whether it is the adversarial structure, the escalation pattern, or the resistance demonstrations. A more fine-grained ablation would improve clarity.
  5. Table 9: The 'Seen Prompts' row reports 100% BSP across all strategies. This perfect score should be discussed with more caution; perfect performance on training-distribution templates is consistent with both genuine resilience and template memorization.
  6. Appendix B: The RepE injection coefficient α is fixed at 1.8 for Turn 1 and 2.0 for Turns 2-3, described as chosen to 'balance robustness gains with output fluency.' The sensitivity of results to α is not reported. A brief α sweep or justification for these specific values would strengthen the analysis.
  7. The paper uses 'epistemic resilience' and 'epistemic defense' throughout, but the operationalization is specifically about maintaining a correct answer under non-evidential pressure. Clarifying that 'epistemic' here refers narrowly to belief preservation (not broader epistemic virtues like calibration or uncertainty quantification) would improve precision.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for a thorough and constructive review. The referee correctly identifies that our central claim of 'evidence-based resistance' is in tension with the 59.69% correction rate in Table 5, and we agree that the language in the current manuscript overstates what R-FT achieves. We will revise the characterization accordingly. We also agree that the generalization test in Table 9 is too narrow and that the scope limitation from the consensus filtering should be discussed more prominently. Below we address each comment in detail.

read point-by-point responses
  1. Referee: §6.3, Table 5: R-FT's correction rate drops to 59.69% (vs. 98.01% for DuET-PD), meaning approximately 40% of valid corrective evidence is rejected. The 'evidence-based' characterization is not fully supported. The framing as a 'trade-off' understates the problem.

    Authors: The referee is correct that the 59.69% correction rate is in tension with the 'evidence-based resistance' characterization. We acknowledge that R-FT, as currently implemented, does not fully distinguish valid corrective evidence from non-evidential pressure—40% rejection of valid corrections is too high for the term 'evidence-based' to be accurate without qualification. We will revise the manuscript to replace 'evidence-based resistance' with more precise language such as 'pressure-conditioned resistance' or 'resistance to non-evidential pressure,' and we will explicitly state in the abstract and §6.3 that R-FT trades corrigibility for robustness. We will also strengthen the §6.4 discussion to state plainly that R-FT's resistance is not yet calibrated—that the model cannot reliably distinguish valid corrective evidence from non-evidential pressure, and that this is a genuine limitation rather than merely a 'trade-off.' That said, we do note that R-FT's correction rate (59.69%) is not zero, and the qualitative examples in Appendix H.2 show that the model does provide clinical reasoning rather than blanket refusal in many cases. The ablation in §6.3 also shows that single-turn CoT fine-tuning alone yields only 6.38% BSP, far below R-FT's 99.84%, indicating that the multi-turn resistance trajectories contribute something beyond a simple 'never change your answer' policy. But we agree this does not vindicate the 'evidence-based' label, and we will revise accordingly. revision: yes

  2. Referee: §6.3, Table 9: The generalization test uses only synonymous rewriting of the same four pressure templates on 200 samples. The claim of 'internalized epistemic defense' generalizing 'without overfitting to specific attack patterns' is overstated. Near-perfect BSP of 99.84-100% on seen prompts is more consistent with a learned 'never change your answer' policy than calibrated evidence-based reasoning.

    Authors: We agree that synonymous rewriting of the same four strategies does not constitute generalization to novel pressure types, and the current claim in §A.3 is overstated. We will temper the language to say that the results demonstrate robustness to linguistic variation of the tested pressure types, not generalization to novel pressure categories. Regarding the concern about a learned 'never change your answer' policy: this is a legitimate hypothesis that our current evidence cannot fully rule out. The near-perfect BSP on both seen and unseen prompts is consistent with such a policy. We note two pieces of evidence that partially push against this interpretation: (1) the ablation study showing that single-turn CoT fine-tuning yields only 6.38% BSP, suggesting that the resistance trajectories teach something beyond simple answer retention; and (2) the FARM results (Table 6) show transfer to a general-domain persuasion benchmark with different prompt structures, though FARM still uses misinformation-style pressure that may be structurally similar to our strategies. However, we acknowledge that without evaluation on genuinely novel pressure types (e.g., emotional manipulation, peer consensus, indirect suggestion), we cannot distinguish calibrated resistance from a learned blanket policy. We will add evaluation on at least two novel pressure types if feasible within the revision timeline; if not, we will explicitly state this as a limitation and propose it as future work. revision: partial

  3. Referee: §4.3: The test set is filtered to cases where GPT-4o, Claude, and Gemini all agree at T=0, creating a selection bias toward easier questions. This should be acknowledged in the main text, and the R-FT training pool drawn from the same validated pool could inflate apparent robustness.

    Authors: The referee is correct on both points. The consensus filtering introduces a selection bias toward easier questions, and this scope limitation should be discussed in the main text rather than relegated to a footnote. We will add a paragraph in §4.3 explicitly acknowledging that: (1) the evaluated difficulty distribution is biased toward cases where three frontier models agree, which likely excludes harder or more ambiguous clinical scenarios; (2) the knowledge-robustness gap finding should be interpreted as applying to this filtered difficulty distribution, and the gap may differ (potentially be larger or smaller) on harder cases; and (3) since R-FT's training pool (RTP) is drawn from the same validated pool, the training and evaluation distributions share the same difficulty profile, which could inflate R-FT's apparent robustness relative to what would be observed on a broader difficulty distribution. We will also note that this is a necessary methodological trade-off: without consensus filtering, we cannot cleanly isolate robustness from knowledge deficits, which is the core goal of the framework. We agree that the generalizability of R-FT's robustness to harder clinical questions remains an open empirical question. revision: yes

Circularity Check

0 steps flagged

No significant circularity found; the derivation chain is self-contained.

full rationale

I traced the paper's main derivation chains and found no step where a prediction or first-principles result reduces to its inputs by construction. (1) The metrics (MR@i, BSP, BRS) are defined in Eqs. 4-6 as straightforward functions of observed model behavior; BSP = 1 - MR@T is a definition, not a circular claim, and the BRS equivalence proof in Appendix F is a correct algebraic identity under the monotonic-collapse assumption. (2) R-FT training data is generated by DeepSeek-R1 and filtered by GPT-4o, but the evaluated student models (Llama-3.1-8B, Qwen3-4B) are distinct from the teacher, and the test set is explicitly disjoint from the training pool (§4.3: 'the MED-STRESS test set and RTP are disjoint by construction'). This is standard knowledge distillation, not circularity. (3) The RepE analysis (Appendix B) extracts a resilience direction from R-FT vs. vanilla activation differences and then tests whether injecting it into the vanilla model partially recovers robustness (Table 11). The direction is defined by the difference, but the functional-relevance claim is tested empirically, not assumed. (4) The paper does not invoke any self-citation as load-bearing for its central claims; cited methods (MR metric from Xu et al. 2024, RepE from Zou et al. 2023) are external. (5) The generalization test (Table 9) uses synonymous rewrites of the same four templates on 200 samples — this is a narrow test, but narrowness is a validity limitation, not circularity. The skeptic's concerns about whether R-FT learned genuine resilience vs. blanket refusal (correction rate 59.69%, template overlap) are correctness/validity risks, not circularity: no equation or claim reduces to its own input by construction. Score 1 reflects the minor observation that DeepSeek-R1 serves as both teacher and evaluated model, but this does not make any reported result equivalent to its input.

Axiom & Free-Parameter Ledger

7 free parameters · 4 axioms · 0 invented entities

The paper introduces no new physical entities, particles, or mathematical objects. The MED-STRESS framework, RBED prompt, and R-FT method are methodological contributions, not postulated entities. The free parameters are standard ML hyperparameters plus the framework design choices (T=3, test set size). The monotonic collapse axiom is the most structurally important assumption, as it underpins the BRS metric.

free parameters (7)
  • T (number of adversarial turns) = 3
    Fixed at 3; not tuned but chosen by design. Affects all MR/BSP/BRS metrics.
  • Temperature for evaluation = 0.2
    Chosen to balance flexibility and consistency (§4.4). Creates a confound with T=0 filtering (footnote 2).
  • LoRA rank (Llama) = 32
    Hyperparameter for R-FT; affects training outcome.
  • LoRA rank (Qwen) = 16
    Hyperparameter for R-FT; affects training outcome.
  • RepE injection coefficient alpha = 1.8 (Turn 1), 2.0 (Turns 2-3)
    Hand-chosen to balance robustness and fluency (Appendix B.3). Not systematically optimized.
  • RepE injection layer = 12
    Selected based on PCA analysis of layer-wise dynamics (Appendix B.1).
  • Test set size = 800 (200 per benchmark)
    Fixed sample size; affects statistical power of all reported metrics.
axioms (4)
  • domain assumption Monotonic collapse: if a model flips at turn i, it stays flipped for all k > i.
    Required for the BRS metric equivalence proof (Appendix F). If models oscillate (flip back to correct), BRS interpretation changes. The paper does not verify this empirically.
  • ad hoc to paper The four pressure strategies (Baseline, Authority, Logical Trap, Safety) cover the main reasons medical judgments fail under social pressure.
    §3.3 asserts this without formal justification or comparison to alternative taxonomies. The claim of coverage is unsupported.
  • domain assumption GPT-4o and DeepSeek V3.2 are reliable judges for VCR scoring.
    §3.4 uses two judge models for VCR. Human-AI alignment is validated (Appendix E, Pearson > 0.85) but only on 300 samples.
  • domain assumption DeepSeek-R1 produces evidence-based resistance suitable for distillation.
    §6.3 uses DeepSeek-R1 as the teacher for R-FT training data. The assumption that its resistance is evidence-based (not pattern-matching) is partially supported by case studies (Appendix H.2) but not systematically verified.

pith-pipeline@v1.1.0-glm · 69614 in / 3099 out tokens · 189443 ms · 2026-07-04T22:42:53.960470+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

7 extracted references · 7 canonical work pages · 1 internal anchor

  1. [1]

    HuatuoGPT-o1, Towards Medical Complex Reasoning with LLMs

    Refusal in language models is mediated by a single direction.Advances in Neural Information Processing Systems, 37:136037–136083. Hanjie Chen, Zhouxiang Fang, Yash Singla, and Mark Dredze. 2025a. Benchmarking large language mod- els on answering and explaining challenging medical questions. InProceedings of the 2025 Conference of the Nations of the Americ...

  2. [2]

    Jiseung Hong, Grace Byun, Seungone Kim, and Kai Shu

    Inspecting and editing knowledge repre- sentations in language models.arXiv preprint arXiv:2304.00740. Jiseung Hong, Grace Byun, Seungone Kim, and Kai Shu. 2025. Measuring sycophancy of language models in multi-turn dialogues.arXiv preprint arXiv:2505.23840. Di Jin, Eileen Pan, Nassim Oufattole, Wei-Hung Weng, Hanyi Fang, and Peter Szolovits. 2021. What d...

  3. [3]

    InThe Twelfth International Confer- ence on Learning Representations

    Towards understanding sycophancy in lan- guage models. InThe Twelfth International Confer- ence on Learning Representations. Elias Stengel-Eskin, Peter Hase, and Mohit Bansal

  4. [4]

    Teaching models to balance resisting and ac- cepting persuasion. InProceedings of the 2025 Con- ference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers), pages 8108–8122, Albuquerque, New Mexico. Asso- ciation for Computational Linguistics. Alessandro Stolfo, Vidhi...

  5. [5]

    InProceedings of the 2025 Conference on Empirical Methods in Natural Language Process- ing, pages 1550–1575

    Persuasion dynamics in llms: Investigating robustness and adaptability in knowledge and safety with duet-pd. InProceedings of the 2025 Conference on Empirical Methods in Natural Language Process- ing, pages 1550–1575. Xinyu Tang, Zhihao Lv, Xiaoxue Cheng, Junyi Li, Wayne Xin Zhao, Zujie Wen, Zhiqiang Zhang, and Jun Zhou. 2025. Enhancing cross-task transfe...

  6. [6]

    Keyu Wang, Jin Li, Shu Yang, Zhuoran Zhang, and Di Wang

    Towards conversational diagnostic ai.arXiv preprint arXiv:2401.05654. Keyu Wang, Jin Li, Shu Yang, Zhuoran Zhang, and Di Wang. 2025a. When truth is overridden: Un- covering the internal origins of sycophancy in large language models.arXiv preprint arXiv:2508.02087. Wenxuan Wang, Zizhan Ma, Zheng Wang, Chenghan Wu, Jiaming Ji, Wenting Chen, Xiang Li, and Y...

  7. [7]

    defensive flipping

    Sycophancy under pressure: Evaluating and mitigating sycophantic bias via adversarial dialogues in scientific qa.arXiv preprint arXiv:2508.13743. Andy Zou, Long Phan, Sarah Chen, and 1 others. 2023. Representation engineering: A top-down approach to ai transparency.arXiv preprint arXiv:2310.01405. /uni00000030/uni00000048/uni00000057/uni00000044/uni000000...