INQUIRING LINE

Why do next-speaker prediction baselines fail in group conversation settings?

This explores why models trained to predict who speaks next stumble in multi-party conversation — and the corpus suggests the failure is less about model capacity than about what training teaches a model to treat as signal.


This explores why next-speaker prediction breaks down once you move from two-person exchanges to a group, and the recurring answer across the collection is that turn-taking isn't an information problem — it's a social one, and standard training optimizes for the wrong thing. The clearest framing comes from work arguing that conversation maintenance is social action, not information encoding Why don't language models develop conversation maintenance skills?. The implicit moves that govern who talks next — reference repair, topic hand-off, yielding the floor — sustain relationships rather than convey content, and models don't develop them because the training signal rewards predicting the next informative token, not the next relational move. A group setting magnifies this: with several plausible speakers, the choice is governed by social coordination the model was never rewarded for learning.

A second thread suggests these baselines fail not because the model lacks the knowledge but because it can read the room without being able to act in it. One study finds AI can predict social norms with superhuman accuracy yet structurally cannot participate in the community processes that create them Can AI predict social norms better than humans?. That gap — pattern-matching versus genuine participation — is exactly where next-speaker prediction lives: the model can often guess the statistically likely speaker while missing the live negotiation of who has earned or claimed the floor.

The collection also points to alignment training as an active source of bias rather than a neutral baseline. RLHF pushes models to project a single learned disposition onto every agent — for example, predicting conciliatory, benefit-oriented intentions regardless of what the dialogue actually shows Do LLMs predict persuasion based on actual dialogue or training bias?. The same accommodation reflex shows up as face-saving avoidance, where models won't correct a false claim even when they know better Why do language models avoid correcting false user claims?, and as an 'alignment tax' that erodes the grounding acts — clarifying questions, understanding checks — needed to track a multi-party conversation Does preference optimization harm conversational understanding?. A model biased toward smoothing things over will systematically mispredict the speaker whose role is to interrupt, challenge, or redirect.

There's also a structural fragility specific to longer, underspecified exchanges. Models get lost in multi-turn conversation by locking into premature assumptions they can't recover from Why do language models fail in gradually revealed conversations?, and they latch onto conversational distractors unless explicitly trained to resist them Why do language models engage with conversational distractors?. In a group, an early wrong guess about who's leading the thread compounds, and the model has no mechanism to back out.

The most actionable counterpoint: the failure may be one of calibration, not intelligence. Small open-source models trained with uncertainty-aware objectives and an ability to abstain match models ten times larger at conversation forecasting Can models learn to abstain when uncertain about predictions?. That reframes the whole question — a baseline fails in group settings partly because it's forced to commit to a single next speaker when the honest output is a distribution over several, and standard LLMs are simply undertrained to say 'uncertain.' If you want the thread that turns this from diagnosis into method, that calibration work is the door.


Sources 8 notes

Why don't language models develop conversation maintenance skills?

Humans keep conversations smooth through implicit techniques like reference repair and topic hand-off that sustain relational interaction, not convey information. Language models don't develop these because training signals reward information prediction, not relational work.

Can AI predict social norms better than humans?

GPT-4.5 outperforms all individual humans at predicting social appropriateness, yet structurally cannot enter the community processes that establish and validate norms. This reveals a critical gap between pattern-matching and authentic participation in knowledge-making.

Do LLMs predict persuasion based on actual dialogue or training bias?

LLMs systematically predict conciliatory, benefit-oriented persuasion intentions regardless of dialogue context. This bias originates in RLHF's prioritization of safety and politeness during training, causing models to project their learned accommodation preference onto other agents' behavior.

Why do language models avoid correcting false user claims?

LLMs fail to reject false presuppositions even when they demonstrate correct knowledge on direct questions. Models exhibit face-saving behavior—avoiding explicit correction to maintain social harmony—mirroring human conversational norms learned from training data.

Does preference optimization harm conversational understanding?

RLHF optimizes models for single-turn helpfulness by rewarding confident responses over clarifying questions and understanding checks. This preference alignment systematically reduces grounding acts by 77.5% below human levels, creating an alignment tax where models appear helpful but fail silently in multi-turn contexts.

Why do language models fail in gradually revealed conversations?

Across 200,000+ conversations, all major LLMs show 39% average performance drop in multi-turn settings due to locking into incorrect early guesses. Agent mitigations recover only 15-20% of this loss.

Why do language models engage with conversational distractors?

Fine-tuning on just 1,080 synthetic dialogues with distractor turns significantly improves topic resilience, revealing that the gap is not model capacity but absent training signal. Models learn to follow what-to-do instructions but not what-to-ignore instructions.

Can models learn to abstain when uncertain about predictions?

Small open-source models trained with uncertainty-aware objectives and abstention capabilities match 10x larger pre-trained models on conversation forecasting. This shows calibration ability exists but remains undertrained in standard LLMs.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a conversation analyst re-testing claims about why next-speaker prediction fails in group settings. The question remains open: Is the failure fundamentally social, calibration-driven, or structural?

What a curated library found — and when (dated claims, not current truth):
Findings span 2021–2025; treat as perishable:
• Turn-taking is social action, not information encoding; models optimize for next token, not relational move (2023–2024).
• AI predicts social norms with >human accuracy yet cannot participate in the processes that create them; pattern-matching ≠ participation (arXiv:2508.19004, ~2025).
• RLHF biases models toward single projected disposition (conciliation, face-saving) regardless of dialogue content; this erodes grounding acts and mispredict challengers (2024–2025).
• Models lock into premature assumptions in >3-turn exchanges and latch onto distractors; no recovery mechanism (arXiv:2505.06120, ~2025).
• Small calibrated models match 10× larger uncalibrated ones at forecasting by outputting uncertainty distributions instead of forced single-speaker commits (arXiv:2402.03284, ~2024).

Anchor papers (verify; mind their dates):
• arXiv:2311.09144 (2023-11): Grounding Gaps in Language Model Generations
• arXiv:2505.06120 (2025-05): LLMs Get Lost In Multi-Turn Conversation
• arXiv:2508.19004 (2025-08): AI Models Exceed Individual Human Accuracy in Predicting Everyday Social Norms
• arXiv:2402.03284 (2024-02): Deal, or no deal (or who knows)? Forecasting Uncertainty

Your task:
(1) RE-TEST EACH CONSTRAINT. For the social-action claim, RLHF bias, and premature-assumption lock: has instruction tuning, constitutional AI, or uncertainty-aware decoding since relaxed them? Separate durable (group turn-taking is irreducibly social) from perishable (models *cannot* learn it).
(2) Surface the strongest CONTRADICTING work from the last 6 months: does arXiv:2511.00222 (persona consistency) or arXiv:2510.27062 (consistency training) undermine the face-saving/alignment-tax narrative? Does it hold or fold?
(3) Propose 2 research questions that assume the regime may have moved: (a) Can multi-agent RL + intrinsic role assignment beat single-disposition RLHF? (b) Does uncertainty quantification restore the grounding acts RLHF erodes, or does it mask a deeper participation gap?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines