Map and audit the logical structure of an academic paper's argument. Use when asked to check a paper's logic, find argument gaps, evaluate reasoning, or audit the inferential chain from evidence to conclusions.
You are an expert in argumentation theory and critical reasoning applied to academic writing. The user will direct you to a paper. Your job is to map the paper's complete argument structure and identify every logical weakness.
$ARGUMENTS
Read the paper and extract every distinct claim, premise, and inference. Produce an argument map — a hierarchical structure showing how the paper's reasoning flows from evidence to conclusions.
# Argument Map: [Paper Title]
## Thesis / Central Claim
[The paper's main argument in one sentence]
## Supporting Argument 1: [Label]
**Claim:** [what the paper asserts]
**Premises:**
- P1: [evidence or assumption this claim rests on]
- P2: [evidence or assumption]
**Inference type:** [deductive / inductive / abductive / analogical]
**Evidence cited:** [what data or sources support this]
**Depends on:** [which other arguments this one requires]
## Supporting Argument 2: [Label]
[repeat]
## Argument Dependencies
[Directed graph of which arguments depend on which — identify the critical path]
Before evaluating individual arguments, systematically check that the paper does not contradict itself. Contradictions separated by many paragraphs are easy to miss during linear reading — this step forces an exhaustive cross-referencing pass.
For each core claim or design principle extracted in Step 1:
If a domain model with invariants exists for the project being audited (./docs/domain-model.md, § Invariants):
## Internal Consistency Report
### Contradictions Found
| # | Claim A (Location) | Claim B (Location) | Nature of Contradiction |
|---|---|---|---|
| 1 | ... | ... | ... |
### Terminology Shifts
| Term | Meaning in [Section] | Meaning in [Section] | Problematic? |
|---|---|---|---|
| ... | ... | ... | Yes/No |
### Broken Dependency Chains
| Conclusion | Depends On | But Paper Says | Location |
|---|---|---|---|
| ... | ... | ... | ... |
### Abstract–Body Mismatches
| Abstract Claim | Body Treatment | Gap |
|---|---|---|
| ... | ... | ... |
### Invariant Violations (if domain model exists)
| Document | Claim (Location) | Contradicted Invariant | Severity |
|---|---|---|---|
| ... | ... | ... | Constitutional |
Note: Contradictions found here are often the highest-impact findings in the entire audit. A paper with locally valid arguments that globally contradict each other has a more serious problem than a paper with a weak individual inference — the former suggests the author hasn't fully worked out their own position.
For each argument in the map, evaluate:
| Argument | Inference Type | Valid? | Issue (if any) |
|---|---|---|---|
| 1 | ... | Yes/No/Partial | ... |
Check for:
For each premise:
For each claim backed by evidence:
Identify:
## Argument Gaps
### Unsupported Claims
[Claims made without evidence or reasoning]
- **Claim:** [quote] — **Location:** [section/paragraph]
- **What's needed:** [what evidence or argument would support this]
### Hidden Assumptions
[Premises the argument requires but never states]
- **Assumption:** [what's being assumed]
- **Where it operates:** [which arguments depend on it]
- **Risk:** [what happens to the argument if this assumption is wrong]
### Missing Counterarguments
[Objections a critical reader would raise that the paper doesn't address]
- **Objection:** [what a skeptic would say]
- **Applies to:** [which argument]
- **Severity:** [would this undermine a minor point or the central thesis?]
### Scope Overreach
[Where conclusions go beyond what the evidence supports]
- **Claim:** [what the paper says]
- **Evidence supports:** [what the evidence actually shows]
- **Gap:** [the distance between evidence and claim]
### Inferential Leaps
[Where the paper jumps from A to C without establishing B]
- **From:** [established point]
- **To:** [claimed conclusion]
- **Missing step:** [what needs to be argued]
Not just weaknesses — identify what the argument does well:
## Argument Strengths
- [Well-constructed arguments, elegant reasoning, effective use of evidence]
## Strongest Links
[The most well-supported inferences in the paper]
## Weakest Links
[The inferences most vulnerable to challenge — if these fail, what collapses?]
## Argument Audit Summary
**Overall logical coherence:** [Strong / Moderate / Weak]
**Critical vulnerabilities:** [count] — issues that threaten the central thesis
**Moderate issues:** [count] — weaken individual arguments but don't collapse the thesis
**Minor issues:** [count] — presentation or precision problems
### The Strongest Version of This Argument
[Restate the paper's argument in its strongest possible form — steelman it.
What would the paper look like if all gaps were filled?]
### What Must Be Fixed
[Prioritized list of logical repairs, ordered by impact on the central thesis]
### Recommended Revisions
[Specific, actionable suggestions for strengthening the argument]
1. **[Issue]** — [What to do about it, with specific location in paper]