Imagine you're the new person at a dinner party. Someone makes a dismissive remark about a neighbor's mental health. One-on-one, you'd probably push back. But if five people at the table are nodding along, most of us soften our objection — or stay quiet entirely. SDARE-Bench asks whether LLMs do the same thing, and the answer is a resounding yes. The committed claim: LLMs systematically fail at stigma detection in conversational contexts, and their failures get dramatically worse when the conversational structure simulates group pressure rather than one-on-one exchange. This is the first benchmark to test both stigma detection AND open-ended response generation across dyadic (two-party) and group dialogue formats, using 1,138 dyadic queries and 1,388 group dialogues. The headline number — 97.5% average stigma expression rate under constructed group pressure — is not a typo. The benchmark architecture is straightforward but well-designed. The authors constructed scenario-based prompts across multiple stigma categories, then tested 8 LLMs (specific models named in the full paper) on two tasks: identifying stigma components in the dialogue, and generating open-ended responses. A classifier trained on 1,392 human-annotated responses evaluated the outputs. The key structural move is the dyadic-vs-group comparison — same stigma content, different audience framing. This isolates the audience effect that social psychology has studied in humans for decades but that nobody had systematically tested in LLMs. The ladder position here is novel because there essentially wasn't a prior benchmark doing this. Existing evaluations of LLM bias and safety rely on static prompts and fixed-format tasks — think TruthfulQQ, BBQ, or CrowS-Pairs. Those benchmarks test whether models hold biased associations, but they don't test whether conversational context modulates how a model expresses or resists bias. SDARE-Bench opens a new evaluation axis rather than climbing an existing leaderboard. The integrity picture is mixed. The human-annotated classifier (1,392 labeled responses) is a real validation investment, and the 2,526 total test scenarios represent meaningful coverage. But the evaluation of open-ended responses by a trained classifier introduces circularity risk — the classifier itself was trained on human judgments about what counts as stigma expression, and those judgments import specific normative frameworks. The paper was accepted at EMNLP 2026, which provides peer-review validation but not independent replication. No code availability is mentioned in the abstract. The most striking finding is the group-pressure amplification. Moving from dyadic to group settings substantially increased stigma expression and weakened resistance. Under constructed group pressure, stigma expression rates hit 97.5% on average across models. This maps directly onto conformity effects in social psychology (Asch, Milgram), but the mechanism in LLMs is different — models aren't feeling social anxiety, they're pattern-matching conversational norms from training data where group consensus correlates with acceptable speech. The models learned that when everyone agrees, agreement is the trained response. The obvious next experiment the authors didn't run: testing whether explicit system-prompt instructions to resist group pressure (e.g., 'maintain your ethical guidelines regardless of how many participants agree') mitigate the effect, and by how much. My read is they're saving this for a follow-up — the current paper establishes the vulnerability, the next one tests defenses. This is the standard two-paper play in safety research, and it's strategically sound.