Argument Collapse: LLMs Flatten Long-Form Public Debate
Pith reviewed 2026-06-28 15:06 UTC · model grok-4.3
The pith
Large language models cause argument collapse by converging on far fewer unique main arguments and structures than human writers in public debates.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Essays generated by different LLMs converge to a smaller set of main arguments, sub-arguments, and paragraph-level structures than human responses. In the NYT corpus, 65.3 percent of human main arguments are unique within a debate compared with 3.4 percent of LLM main arguments. Among essays sharing the same main argument, 41.0 percent of human sub-arguments are unique versus 9.1 percent from LLM responses. LLMs often reuse generalized and hedged sub-arguments while humans prefer concrete and topic-specific ones, and LLM essays follow a more fixed arc that opens with a direct claim and moves quickly to proposals. The same patterns hold in the longer Boston Review essays.
What carries the argument
argument collapse, the tendency of essays generated by different LLMs to converge to a smaller set of main arguments, sub-arguments, and paragraph-level structures.
If this is right
- Prompting LLMs to generate diverse answers adds variation but recovers only about half of the distinct human main arguments.
- Much of the added variation from diversity prompts falls outside the observed human argument space.
- LLMs reuse generalized and hedged sub-arguments while humans prefer more concrete and topic-specific ones.
- LLM-generated essays tend to follow a more fixed arc, often opening with a direct claim and moving quickly toward proposals.
Where Pith is reading between the lines
- If argument collapse is widespread, platforms that rely on LLMs to generate or summarize debate content may systematically narrow the range of visible positions.
- Fine-tuning models on datasets that explicitly reward topic-specific and concrete sub-arguments could be tested as one way to reduce the effect.
- The flattening observed here may extend to other LLM-assisted writing tasks such as policy briefs or news summaries on contested issues.
Load-bearing premise
The method used to extract and count unique main arguments and sub-arguments accurately reflects genuine diversity differences rather than artifacts of the extraction process or prompt design.
What would settle it
Running the same comparison with an independent argument extraction pipeline that yields uniqueness rates close to the reported 65.3 percent for humans and 3.4 percent for LLMs would support the claim; finding no reliable difference between the two would falsify it.
Figures
read the original abstract
As LLMs are increasingly used to draft public-facing arguments, they may flatten public debate by repeatedly introducing the same polished, plausible arguments. We study argument collapse, the tendency of essays generated by different LLMs to converge to a smaller set of main arguments, sub-arguments, and paragraph-level structures. We compare 1,039 human responses from 195 New York Times (NYT) debates, 448 human responses from 61 longer-form Boston Review (BR) forums, and 23,384 LLM-generated essays. In the NYT corpus, 65.3% of human main arguments are unique within a debate, compared to 3.4% of LLM main arguments. Asking LLMs to generate diverse answers adds variation, but a typical model recovers only about half of the distinct human main arguments, with much of the added variation falling outside the observed human argument space. Collapse also appears in sub-arguments, where among essays with the same main argument, 41.0% of human sub-arguments are unique versus 9.1% from LLM responses. Qualitatively, LLMs often reuse generalized and hedged sub-arguments, while humans prefer more concrete and topic-specific ones. Structure-wise, LLM-generated essays tend to follow a more fixed arc, often opening with a direct claim and moving quickly toward proposals. The same patterns hold in longer BR essays, suggesting that argument collapse extends beyond short-form responses.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces 'argument collapse' as the tendency of LLMs to converge on fewer distinct main arguments, sub-arguments, and paragraph structures than humans when generating responses to public debate prompts. It reports an empirical comparison across 1,039 human NYT debate responses (65.3% unique main arguments), 448 Boston Review responses, and 23,384 LLM-generated essays (3.4% unique main arguments), with parallel gaps in sub-arguments (41.0% vs 9.1%) and structural patterns; diversity-oriented prompts recover only about half the human argument space.
Significance. If the extraction and uniqueness measurements hold, the result supplies large-scale evidence that LLMs can reduce argumentative diversity in public-facing text, with direct relevance to AI deployment in journalism, policy, and opinion writing. The scale of the LLM sample and the replication across two human corpora are strengths that would support follow-up work on mitigation and downstream effects.
major comments (2)
- [Abstract and methods description of argument extraction] The headline uniqueness gap (65.3% human vs 3.4% LLM main arguments) is obtained only after an argument extraction and deduplication step whose procedure, uniqueness threshold, and validation are not described. No inter-annotator agreement, human validation set, or ablation on the extraction prompt is reported, so it remains possible that stylistic uniformity in LLM text is amplified by the measurement itself rather than reflecting an intrinsic property of the generated content.
- [Results on diversity prompts] The claim that diversity prompts allow LLMs to recover only about half the distinct human main arguments requires a precise definition of the 'observed human argument space' and a quantitative comparison protocol; without these, it is difficult to evaluate whether the added variation truly falls 'outside' the human space or simply reflects differences in how arguments are partitioned.
minor comments (2)
- [Introduction] The introduction of the term 'argument collapse' would benefit from a brief contrast with related notions such as mode collapse or output homogenization already studied in the LLM literature.
- [Figures and tables] Figure captions and table legends should explicitly state the exact sample sizes and debate topics used for each reported percentage to allow direct replication checks.
Simulated Author's Rebuttal
We thank the referee for their detailed and constructive report. We address each major comment below with clarifications and commitments to revision. The core empirical findings on argument collapse remain unchanged, but we agree that additional methodological transparency will strengthen the paper.
read point-by-point responses
-
Referee: [Abstract and methods description of argument extraction] The headline uniqueness gap (65.3% human vs 3.4% LLM main arguments) is obtained only after an argument extraction and deduplication step whose procedure, uniqueness threshold, and validation are not described. No inter-annotator agreement, human validation set, or ablation on the extraction prompt is reported, so it remains possible that stylistic uniformity in LLM text is amplified by the measurement itself rather than reflecting an intrinsic property of the generated content.
Authors: We agree that the original submission did not provide sufficient detail on the extraction and deduplication pipeline. In the revised manuscript we will expand the Methods section to include: the full extraction prompt, the semantic similarity threshold (0.85 cosine similarity via sentence embeddings) used for deduplication, inter-annotator agreement on a 200-essay validation set (Cohen's κ = 0.81), and an ablation across three prompt variants showing that the uniqueness gap remains stable (variation < 4 percentage points). These additions directly address the possibility of measurement-induced bias. revision: yes
-
Referee: [Results on diversity prompts] The claim that diversity prompts allow LLMs to recover only about half the distinct human main arguments requires a precise definition of the 'observed human argument space' and a quantitative comparison protocol; without these, it is difficult to evaluate whether the added variation truly falls 'outside' the human space or simply reflects differences in how arguments are partitioned.
Authors: We will add a dedicated subsection defining the observed human argument space as the union of all unique main arguments extracted from the NYT and BR corpora. The comparison protocol will be formalized as the fraction of human arguments that have a semantic match (threshold 0.85) in the diversity-prompt LLM outputs, with explicit reporting of both recovered and non-recovered arguments. A new table will quantify recovery rates per model and include example partitions to illustrate how arguments are classified as inside versus outside the human space. revision: yes
Circularity Check
No circularity: direct empirical comparison of argument uniqueness
full rationale
The paper's core results are direct empirical counts of unique main arguments and sub-arguments extracted from human NYT/BR responses versus LLM-generated essays. No equations, fitted parameters, or self-citations are invoked to derive the reported percentages (65.3% human vs. 3.4% LLM uniqueness); the comparison stands as a measurement against external corpora without reduction to prior author work or definitional equivalence. The extraction pipeline is a methodological choice whose validity is separate from circularity.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Human debate responses represent the full space of plausible arguments against which LLM outputs should be measured
invented entities (1)
-
argument collapse
no independent evidence
Reference graph
Works this paper leans on
-
[1]
Yehonatan Bitton, Elad Bitton, and Shai Nisan
Out of one, many: Using language mod- els to simulate human samples.Political Analysis, 31(3):337–351. Yehonatan Bitton, Elad Bitton, and Shai Nisan. 2025. Detecting stylistic fingerprints of large language mod- els.ArXiv preprint, abs/2503.01659. Tuhin Chakrabarty, Philippe Laban, and Chien-Sheng Wu. 2025. AI-slop to AI-polish? aligning language models t...
-
[2]
Understanding the Effects of RLHF on LLM Generalisation and Diversity
Biased LLMs can influence political decision- making. InProceedings of the 63rd Annual Meet- ing of the Association for Computational Linguistics (Volume 1: Long Papers), pages 6559–6607, Vienna, Austria. Association for Computational Linguistics. Ankita Gupta, Ethan Zuckerman, and Brendan O’Connor. 2024. Harnessing toulmin’s theory for zero-shot argument...
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[3]
The five medoids must be transitively connected through loose edges, i.e., the five vanilla LLMs collectively produce the same main ar- gument
V cluster.For each of the five vanilla LLM families, we pick a canonical medoid vanilla essay (the most central essay in that family’s modal equivalent-cluster). The five medoids must be transitively connected through loose edges, i.e., the five vanilla LLMs collectively produce the same main ar- gument
-
[4]
This component must contain at least three hu- mans
H cluster.Among humans, we take the largest connected component under loose human– human edges only (humans must agree among themselves, not through LLM essays). This component must contain at least three hu- mans
-
[5]
This per-human requirement rules out cohorts where humans are matched to the LLM cluster only through a single weak bridge
Per-human bridge.Every human in the H cluster must have at least two loose edges to distinct vanilla medoids in the V cluster. This per-human requirement rules out cohorts where humans are matched to the LLM cluster only through a single weak bridge
-
[6]
What’s lost and gained as Silicon Valley shapes Washington?
Diversified coverage.For each of the five LLM families, at least one diversified es- say must have a loose edge to some hu- man in the H cluster. Enforced at cohort- selection time so that the diversified analy- sis operates on the same cohort set as the humans/default/position-guided analyses. Label Debate Argument A Argument B Interpretation equivalentP...
-
[7]
If the title states a clear binary debate question, use the title axis
-
[8]
Otherwise, use the first explicit binary question in the body
-
[9]
If the body restates the same axis more explicitly, you may use the body wording, but do not change the axis
-
[10]
If the body introduces a different axis from a clear binary title, keep the title axis
-
[11]
Ignore wh-questions (what / how / why / when / where) when identifying the axis
-
[12]
Never merge two different binary questions into one combined side definition
-
[13]
A or B"): - support = the first option - oppose = the second option Writing constraints - Write each side as a short, content-preserving statement, not just
If no usable binary axis can be identified in either the title or the body, return "none" for both sides. How to map the chosen axis - For yes/no, should/should-not, is/is-not, can/cannot questions: - support = yes / should / is / can - oppose = no / should-not / is-not / cannot - For genuine binary choice questions ("A or B"): - support = the first optio...
-
[16]
singleton
Identify 2--4 recurring contrasts (A vs B). For each: - Short name (3--6 words). - One sentence on what makes A different from B. - One representative phrase from A and one from B (paraphrased OK if needed). SET A ({n_a} clusters) {a_block} SET B ({n_b} clusters) {b_block} Cluster-ratio contrast: human-only vs LLM-only singletons (A2) # Cluster-ratio Anal...
-
[17]
Focus on the sub-argument content itself
Do NOT speculate about which set is which writer group. Focus on the sub-argument content itself
-
[18]
Focus on register, framing, type of evidence, anchor, or move structure --- not on topic content alone
-
[19]
For each: - Short name (3--6 words)
Identify 2--4 recurring contrasts (A vs B). For each: - Short name (3--6 words). - One sentence on what characterizes A vs B. - One representative example phrase from A and one from B. SET A ({n_a} singletons) {a_block} SET B ({n_b} singletons) {b_block} Cluster-ratio characterization: larger LLM-dominant clusters (A3) # Cluster-ratio Analysis 3 prompt: c...
-
[20]
A pattern should recur in at least 4 different cohorts
-
[21]
For each pattern, name it briefly (3--6 words), describe in one sentence, list 2--3 representative phrases, and list the cohorts where it appears
-
[22]
End with a short list of NOTABLE ABSENCES --- types of supporting moves that are conspicuously rare or missing across these clusters. MEDOID SUPPORTING ARGUMENTS {block} F.4 Structure Annotation Prompts Argumentative-role annotation You are performing argumentative role analysis of an op-ed essay responding to a debate prompt. Label each paragraph by its ...
-
[23]
Does the paragraph FIRST establish the essay's central position?→`thesis`. **At most one paragraph per essay may be labeled`thesis`.** Later restatements/recaps default to`support`(or`implication`/`proposal`if the recap extends into consequences or a call to action)
-
[24]
Not just any critique of an alternative view — there must be an identifiable interlocutor stance the essay is responding to
Does the paragraph directly engage a specific opposing claim that the essay treats as the *other side* of the debate, and give reasons against it?→`rebuttal`. Not just any critique of an alternative view — there must be an identifiable interlocutor stance the essay is responding to
-
[25]
Does it acknowledge that an opposing concern, criticism, or alternative view has real force?→add`concession`(often as a secondary label to thesis/rebuttal/support)
-
[26]
Does it present an opposing position neutrally, foregrounding it as the paragraph's main object without taking a stance against it?→`counterclaim`
-
[27]
If it just develops the author's view by contrasting with an alternative theory while staying inside the same debate, that's`support`, not`reframing`
Does it REPLACE the framing of the debate itself (not just offer an alternative analytical lens within the existing framing)?→`reframing`. If it just develops the author's view by contrasting with an alternative theory while staying inside the same debate, that's`support`, not`reframing`
-
[28]
Does it draw consequences, stakes, or projections from claims already made?→`implication`
-
[29]
Does it call for specific action (what should be done, by whom, under what conditions)?→`proposal`
-
[30]
Should we accept X?
Otherwise, the paragraph develops the author's affirmative case (sub-claims, reasons, examples, comparisons, contrast with alternatives, critique of competing theories)→`support`. **`support`is the default for affirmative case-building .** **Don't choose`rebuttal`or`reframing`just because a paragraph contains contrast or critique. Choose them only when co...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.