| name | theory-sharpen |
| description | Systematically assess whether a paper's theoretical results can be strengthened: relax assumptions, sharpen rates, align theory with model and experiments, and benchmark against state-of-the-art literature. Use when user says "sharpen theory", "strengthen results", "relax assumptions", "improve rates", "็่ฎบๆๅ", "ๆพๅฎฝๅ่ฎพ", "ไผๅrate", "theory alignment", "็่ฎบๅฏน้ฝ", or wants to go beyond proof correctness toward theoretical optimality and practical relevance. |
| argument-hint | ["path-to-paper.tex or paper-dir"] |
| allowed-tools | Bash(*), Read, Write, Edit, Grep, Glob, Agent, WebSearch, WebFetch |
| model | opus |
Theory-Sharpen โ Systematic Theoretical Improvement Assessment
๐ฌ Model Recommendation: Run this skill on Claude Opus for best results.
Framework classification, assumption-relaxation analysis, and rate-sharpening all
require deep mathematical reasoning. If your session is not on Opus, run
/model opus before invoking. Literature search and Codex cross-review will use
Opus sub-agents.
Go beyond "is the proof correct?" to ask "can the theory be stronger, sharper, and
better aligned with the model, the literature, and the experiments?"
Pipeline position:
/proofcheck โ /proof-repair โ /theory-sharpen โ /proof-writer
Correct? Fix issues Improve theory Write new proofs
This skill can also run standalone on any paper with theoretical results.
Context: $ARGUMENTS
Core Philosophy
A good theory paper is evaluated on three axes:
- Strength: Are assumptions as weak as possible? Are rates as sharp as possible?
- Alignment: Does the theory match what the model actually provides and what
the experiments actually test?
- Positioning: How does the result compare to the best known results in the literature?
This skill systematically audits all three axes and produces an actionable improvement
roadmap.
Step 0: Ingest & Map the Theory-Model-Experiment Triangle
0A: Locate Inputs
Parse $ARGUMENTS. Accept:
- A
.tex file path โ read directly
- A paper directory โ read
paper.tex + any /proofcheck audit if it exists
- If
/proofcheck audit exists, leverage assumption_ledger.md, theorem_inventory.md,
dependency_graph.md for a head start
0B: Extract the Three Pillars
Read the paper and extract three structured inventories:
Pillar 1: Theory โ What the theorems claim
| ID | Result | Assumptions used | Rate / bound | Constants | Regime | Location |
|---|
For each result, record:
- Exact assumptions (named + implicit)
- Convergence rate or bound (e.g., $O(n^{-1/2})$, $O_P(n^{-2/(2+d)})$)
- Whether rate is minimax, near-minimax, or suboptimal (if known)
- Sample size / dimension regime (e.g., $n \gg d$, $n \gg d^2$, fixed $d$)
- Constants: universal, dimension-dependent, problem-parameter-dependent?
Pillar 2: Model โ What the model actually provides
| Property | Stated in paper? | Actually holds? | Stronger than needed? | Weaker than assumed? |
|---|
Read the model definition (usually Section 2 or "Setup") and inventory:
- What distributions / processes does the model generate?
- What structural properties does the model have? (linearity, sparsity, convexity, Markov, etc.)
- What regularity does the model provide? (smoothness, tail behavior, mixing, etc.)
- Are there properties the model has that the theory does NOT exploit?
- Are there properties the theory assumes that the model does NOT guarantee?
Pillar 3: Experiments โ What the empirical evaluation actually tests
| Experiment | Setting | Covered by theory? | Gap |
|---|
Read the experiment section and inventory:
- What data distributions / models are tested?
- What sample sizes and dimensions are used?
- What metrics are reported?
- Which theoretical predictions are actually verified empirically?
- Which theoretical conditions are violated in practice?
0C: Build the Alignment Map
Produce a Theory-Model-Experiment Alignment Matrix:
## Alignment Matrix
| Assumption / Claim | Theory requires | Model provides | Experiments test | Alignment |
|--------------------|----------------|----------------|-----------------|-----------|
| i.i.d. data | Yes (Assumption 1) | Yes (by construction) | Yes | ALIGNED |
| Sub-Gaussian tails | Yes (Assumption 3) | Gaussian (stronger) | Heavy-tailed also tested | THEORY-EXP GAP |
| Dimension fixed | Yes (implicit in rate) | Not restricted | d=50,100,500 tested | THEORY-EXP GAP |
| Strong convexity | Yes (Assumption 2) | Only local convexity | Non-convex also tested | THEORY-MODEL GAP |
| Rate O(n^{-1/2}) | Theorem 1 | โ | Matches empirically | ALIGNED |
| Uniform over ฮ | Theorem 2 claims | Model has compact ฮ | Fixed ฮธ only | THEORY-EXP GAP |
Legend:
ALIGNED โ theory, model, and experiments all agree
THEORY-MODEL GAP โ theory assumes something the model doesn't guarantee (or vice versa)
THEORY-EXP GAP โ theory doesn't cover what experiments test (or vice versa)
MODEL-EXP GAP โ model definition differs from experimental setup
EXPLOITABLE โ model provides something stronger that theory doesn't use
Step 0.5: Framework Classification (MANDATORY โ must complete before any relaxation analysis)
Relaxation pathways are framework-dependent. Trying to "relax i.i.d. to mixing" is
meaningless for a paper on cross-sectional regression. Classify the paper on three
axes BEFORE filtering the pathway library.
Auto-Detection + Literature-Anchored Confirmation
The classification proceeds in three sub-steps:
0.5A: Paper-internal inference (agent)
Read paper sections (intro, model setup, assumptions, theorems) and infer a draft
classification on three axes from the paper's own statements.
0.5B: Literature-anchored validation (agent โ parallel literature search)
Search for RECENT T1-venue papers in the same topic, and check whether the
classification is consistent with how the field currently frames similar problems.
0.5C: Forced user confirmation (mandatory)
Present BOTH the paper-internal classification AND the literature evidence to the
user. Do not proceed until user confirms.
0.5B: Literature-Anchored Validation (details)
After drafting the classification in 0.5A, build a topic signature and run a
targeted multi-source literature search to validate.
Topic signature components:
- Subject domain (e.g., "treatment effect estimation", "stochastic optimization",
"high-dim regression", "Markov chain Monte Carlo", "online learning")
- Main technique keywords (e.g., "M-estimation", "lasso", "kernel regression",
"Poisson equation", "doubly robust")
- Data structure (from Axis 1)
- Framework (from Axis 2)
- Regime (from Axis 3)
Search strategy (parallel agents, T1 priority, recent first):
Agent 1: Recent T1 journal papers (last 3 years preferred, 5 years max)
Search: [topic] + [technique] + [framework keyword]
Venues filter: AoS, Biometrika, JASA, JRSS-B, Econometrica, JOE, JBES, RESS,
JMLR, Annals of Probability, Bernoulli, EJS, Stat Sinica
Source: WebFetch on Semantic Scholar API with venue + year filter
Agent 2: Recent T1 conference papers (last 3 years preferred)
Search: same topic signature
Venues filter: NeurIPS, ICML, ICLR, COLT, AISTATS, AAAI, KDD, UAI
Source: WebSearch with site filter + arXiv with venue annotation
Agent 3: Most cited recent papers in this framework (last 5 years, โฅ30 citations)
Search: broader topic
Source: Semantic Scholar sorted by citation count
Purpose: identify the "current consensus" framework
For each found paper, extract:
- Title, authors, year, venue, citation count
- How THEY classified their problem on the three axes (data type, framework, regime)
- What assumptions they use (compare with our paper's assumptions)
- What rates they prove
- What techniques they use
Build the Literature Anchor Table:
## Recent T1 Papers in This Framework (top 5-10)
| # | Paper | Venue (Year) | Cite | Their Axis 1 | Their Axis 2 | Their Axis 3 | Key technique |
|---|-------|-------------|------|--------------|--------------|--------------|---------------|
| 1 | Chen & Li (2024) | AoS | 25 | mixing TS | SEMI | CLA | Orthogonal scores + HAC |
| 2 | Zhang et al. (2023) | Econometrica | 80 | mixing TS | SEMI | CLA + FS | Cross-fitting + DML |
| 3 | Wang & Park (2024) | JASA | 12 | mixing TS | NONPAR | CLA | Sieve + peeling |
| 4 | Kim (2023) | NeurIPS | 50 | i.i.d. | SEMI | HD | RSC + LASSO |
| 5 | ... |
Classification cross-check:
If the literature evidence DISAGREES with the paper-internal inference, flag this
explicitly:
## Classification Validation Report
### Axis 1 (Data): paper says i.i.d.
Literature check: Of 10 recent papers on the same topic ("dynamic treatment effect
under adaptive randomization"), 7 frame it as sequential-adaptive, 2 as i.i.d.-with-
conditioning, 1 as Markov.
Verdict: โ MISMATCH โ paper's i.i.d. framing may be unconventional for this topic.
Recommendation: Reclassify as `SEQ` and re-examine i.i.d. assumption.
### Axis 2 (Framework): paper says parametric
Literature check: 8/10 recent papers use semiparametric framework with nuisance.
Verdict: โ POSSIBLE MISMATCH โ modern treatment may have shifted to SEMI.
Note: If paper genuinely is PAR, this is fine but flag as a positioning issue.
### Axis 3 (Regime): paper says classical asymptotic
Literature check: 6/10 recent papers prove non-asymptotic bounds.
Verdict: ๐ก TREND โ field is moving toward finite-sample; classical is acceptable
but consider adding finite-sample version.
Output to user (Step 0.5C โ forced confirmation):
## Draft Framework Classification (please confirm or correct)
### Axis 1: Data Structure
- Paper-internal inference: [class] (confidence: HIGH/MEDIUM/LOW)
- Paper evidence: "Section 2 line 47 defines X_i as i.i.d. samples from P"
- Literature check (last 3-5 years, T1 only): X of N recent papers in this topic
use the same framing; Y use [alternative]
- Verdict: โ
CONSISTENT / โ MISMATCH / ๐ก TREND
- Sample recent T1 papers in same framing:
โข Chen & Li (2024, AoS, 25 cites)
โข Zhang et al. (2023, Ectrica, 80 cites)
### Axis 2: Modeling Framework
- Paper-internal inference: [parametric / semiparametric / nonparametric / structured-nonpar]
- Paper evidence: "Parameter ฮธ โ R^d with d fixed" / "Target ฮฒ with nuisance ฮท(ยท)"
- Literature check: X of N recent T1 papers use [same framework]; trend = [observation]
- Verdict: โ
/ โ / ๐ก
- Sample papers: ...
### Axis 3: Asymptotic Regime
- Paper-internal inference: [classical / proportional / high-d sparse / non-asymptotic / online]
- Paper evidence: "Theorem 1 states 'as nโโ' with no d dependence"
- Literature check: X of N recent papers prove [same regime]; field trend = ...
- Verdict: โ
/ โ / ๐ก
- Sample papers: ...
### Cross-axis consistency
- Does the (Data, Framework, Regime) triple match common combinations in literature?
- Are there standard "default" choices being deviated from? (e.g., NEMS is usually
framed as SEMI + finite-sample, but this paper uses PAR + classical)
### Multi-regime papers
If the paper proves results in MULTIPLE regimes (common!), list all that apply.
### Literature-recommended pathway hints (preview)
Based on recent T1 papers in your framework, these relaxation directions are
TRENDING and likely to be reviewer-asked:
- [pathway 1 โ supported by N recent T1 papers]
- [pathway 2 โ supported by M recent T1 papers]
- [pathway 3 โ emerging direction in last 12 months]
User actions after seeing this report:
- CONFIRM the classification โ proceed to Step 1 with filtered pathways
- CORRECT one or more axes โ agent updates and reruns the filter
- ASK for more detail on a specific paper from the literature anchor table
- REQUEST classification under a DIFFERENT venue's framing (e.g., "show me how an
Econometrica reviewer would classify this vs a NeurIPS reviewer")
Literature Search Query Templates (for Step 0.5B)
Template 1: T1 journal search (Semantic Scholar API)
GET https://api.semanticscholar.org/graph/v1/paper/search
?query={topic} {technique} {framework_keyword}
&limit=20
&year={current_year - 5}-{current_year}
&fields=title,authors,year,abstract,venue,citationCount,externalIds,publicationTypes
&venue=Annals of Statistics,JASA,Biometrika,JRSS B,Econometrica,Journal of Econometrics,JMLR,Bernoulli,EJS
Filters applied client-side:
- Sort by: publicationDate desc (recent first)
- Drop: citationCount = 0 AND year < current_year-1 (filters dead papers)
- Keep top 5-10 most-cited from last 3 years
Template 2: T1 conference search (WebSearch)
WebSearch query: "{topic} {technique}" site:proceedings.neurips.cc OR
site:proceedings.mlr.press OR
site:openreview.net (after:2022)
Also try: "{topic}" "{technique}" arxiv.org/abs (cs.LG OR stat.ML OR stat.TH)
site:arxiv.org (after:2023)
For each hit, check if has published venue annotation (e.g., "Accepted at NeurIPS 2024")
Template 3: Highly-cited consensus search
GET https://api.semanticscholar.org/graph/v1/paper/search/bulk
?query={topic} {framework_keyword}
&sort=citationCount:desc
&limit=20
&year={current_year - 5}-{current_year}
Purpose: identify what the field considers "canonical" recent work
Topic signature builder (call before searches):
Given paper P, extract:
1. PRIMARY_TOPIC = main subject (1-3 word phrase from title or first paragraph of intro)
Examples: "treatment effect", "Markov chain Monte Carlo", "high-dim regression"
2. MAIN_TECHNIQUE = methodology label (1-3 word phrase)
Examples: "doubly robust", "Poisson equation", "lasso", "M-estimation",
"semiparametric efficient score"
3. DATA_KEYWORD = from Axis 1 inference
Examples: "time series", "panel data", "stationary", "Markov chain"
4. FRAMEWORK_KEYWORD = from Axis 2 inference
Examples: "semiparametric", "nonparametric", "parametric efficient"
5. REGIME_KEYWORD = from Axis 3 inference
Examples: "high-dimensional", "asymptotic", "non-asymptotic", "finite-sample"
Query format: {PRIMARY_TOPIC} + {MAIN_TECHNIQUE} + {FRAMEWORK_KEYWORD} + ({REGIME_KEYWORD} OR {DATA_KEYWORD})
Recency & venue gating rules
Strict rules for the Literature Anchor Table:
- Recency: prefer last 3 years, hard cap at last 5 years for "recent T1" set
- Venue gate: T1 only โ drop T2/T3 from the anchor set
- Citation gate:
- Papers from last 2 years: any citation count OK (too new to be cited)
- Papers 2-5 years old: require โฅ10 citations OR T1 venue with high visibility
- De-duplication: if same paper appears as preprint + published, use published version
- Diversity gate: ensure mix of methodology variations, not 10 papers using identical technique
- Minimum set size: at least 3 T1 papers; if fewer found, broaden search and flag low confidence
- Maximum set size: cap at 10 most-relevant; more is noise
Why this matters: pathway relevance examples
| Wrong filter | Right filter | Consequence of skipping |
|---|
| Suggesting "i.i.d. โ mixing" for cross-sectional data | Skip dependence relaxation | Wasted time, irrelevant suggestion |
| Suggesting "fixed-d โ d/nโฮณ" for nonparametric problem | Skip โ different dimension concept | Conceptual mismatch |
| Suggesting "small-ball design" for time series | Need stationary version | Wrong technique class |
| Suggesting parametric efficiency for nonparametric problem | Use minimax / contraction rate | Different optimality concept |
After user confirms classification, FILTER the pathway library (Step 1C below) using
the [Framework Tags] on each pathway. Only show pathways that match the user's
confirmed classification.
Step 1: Assumption Relaxation Analysis
For EACH assumption in the theory, systematically assess whether it can be weakened
within the confirmed framework from Step 0.5.
1A: Assumption Relaxation Table
| Assumption | Current form | Relaxation candidate | Feasibility | Literature support | Priority |
|-----------|-------------|---------------------|-------------|-------------------|----------|
| A1: i.i.d. | Samples are i.i.d. | ฮฒ-mixing with polynomial decay | LIKELY | Doukhan (1994), Rio (2017) | HIGH if time-series app |
| A2: Strong convexity (ฮผ>0) | โยฒf โฝ ฮผI globally | Local strong convexity + growth | POSSIBLE | Mei et al. (2018, AoS) | MEDIUM |
| A3: Sub-Gaussian | ฯโ-norm bounded | Sub-exponential (ฯโ) | LIKELY | Vershynin (2018, Cambridge) | HIGH |
| A3: Sub-Gaussian | ฯโ-norm bounded | Bounded 4th moment only | HARD | Catoni (2012, AoS) โ different technique | LOW |
| A4: Compact ฮ | ฮ is compact | Locally compact + growth at โ | POSSIBLE | van der Vaart (1998), Ch. 5 | MEDIUM |
1B: Relaxation Feasibility Assessment
For each relaxation candidate, answer these questions:
-
Which proof step breaks?
- Trace through the proof: where is the strong assumption actually used?
- Is it used once (easy to patch) or pervasively (hard to patch)?
-
What replacement technique exists?
- i.i.d. โ mixing: blocking technique, coupling, Berbee's lemma
- Sub-Gaussian โ heavy-tailed: truncation, median-of-means, Catoni's estimator
- Strong convexity โ local: restricted strong convexity, local Rademacher complexity
- Compact โ non-compact: localization, peeling, sieve
-
Does the rate change?
- Some relaxations preserve the rate (e.g., i.i.d. โ mixing with fast decay)
- Some worsen the rate (e.g., sub-Gaussian โ bounded moment adds log factors)
- Record the rate change explicitly
-
Is this aligned with the model and experiments?
- If the model is actually Gaussian, relaxing to heavy-tailed is theoretically nice
but practically unnecessary โ PRIORITY: LOW
- If experiments test heavy-tailed data but theory assumes sub-Gaussian โ PRIORITY: HIGH
1C: Standard Relaxation Pathways (framework-tagged reference guide)
Venue-verified with Codex cross-check. All references T1 unless noted.
Framework Tag Legend
Each pathway is tagged with [Data | Framework | Regime] for filtering:
Data: IID MIX (mixing) TS (time series) MARKOV PANEL SPATIAL
SEQ (sequential/adaptive) NETWORK MDS (martingale-difference) ANY
Framework: PAR (parametric) SEMI (semiparametric) NONPAR (nonparametric) ANY
Regime: CLA (classical asymptotic, nโโ, d fixed) PROP (proportional, d/nโฮณ)
HD (high-dim sparse, dโซn) FS (finite-sample/non-asymptotic)
ONLINE (sequential/online) ANY
Use the user-confirmed classification from Step 0.5 to FILTER which pathways apply.
Dependence relaxation
| From โ To | Tags | Technique | Key references |
|---|
| i.i.d. โ Stationary ฮฒ-mixing | MIX/TS ANY ANY | Blocking + coupling (Berbee-type) | Doukhan (1994, Springer); Yu (1994, AoP); Rio (2017, Springer) |
| i.i.d. โ Stationary ฮฑ-mixing | MIX/TS ANY ANY | Covariance inequalities + blocking | Bradley (2005, Prob Surveys); Dedecker et al. (2007, Springer) |
| i.i.d. โ Martingale difference | MDS/SEQ ANY ANY | MDS CLT + martingale concentration | Hall & Heyde (1980); Brown (1971, AoMS); McLeish (1974, AoP) |
| i.i.d. โ Markov / geom. ergodic | MARKOV ANY ANY | Drift-minorization + regeneration / Poisson eq | Meyn & Tweedie (2009, Cambridge); Jones (2004, Prob Surveys) |
| Independent โ Clustered/Panel | PANEL ANY ANY | Cluster CLT + within-group dependence | Liang & Zeger (1986, Biometrika); Hansen (2007, Ectrica); Cameron et al. (2011, JBES) |
Tail / moment relaxation
| From โ To | Tags | Technique | Key references |
|---|
| Sub-Gaussian โ Sub-exponential | ANY ANY FS/HD | ฯโ control + Bernstein concentration | Boucheron et al. (2013, Oxford); Vershynin (2018, Cambridge) |
| Sub-Gaussian โ Finite-variance heavy-tailed | ANY PAR/SEMI FS/HD | Truncation / Catoni / MOM | Catoni (2012, AIHP); Devroye et al. (2016, AoS); Lugosi & Mendelson (2019, AoS) |
| Clean โ Huber contamination | ANY PAR/SEMI FS | Robust M-est / filtering / MOM | Huber (1964, AoMS); Lugosi & Mendelson (2021, AoS); Diakonikolas et al. (2019, SIAM J. Comp) |
| Bounded envelope โ Unbounded + tail | ANY NONPAR FS | Truncation + empirical-process bounds | Adamczak (2008, EJP); Gine & Nickl (2016, Cambridge) |
| Sub-Gaussian design โ Small-ball | IID PAR/SEMI HD | Small-ball + self-normalized control | Mendelson (2015, JACM); Belloni, Chernozhukov & Wang (2011, Biometrika) |
Curvature / geometry relaxation
| From โ To | Tags | Technique | Key references |
|---|
| Strong convexity โ Restricted SC / RE | ANY PAR/SEMI HD | Decomposability + localized curvature | Negahban et al. (2012, Stat Sci); Bickel, Ritov & Tsybakov (2009, AoS) |
| Global โ Local curvature | ANY PAR/SEMI CLA/FS | Local expansion + basin-of-attraction | Balakrishnan et al. (2017, AoS); Mei, Bai & Montanari (2018, AoS) |
| Exact sparsity โ Approx. โ_q sparsity | ANY PAR/SEMI HD | Oracle ineq + thresholding + bias control | Bickel, Ritov & Tsybakov (2009, AoS); Belloni, Chernozhukov & Hansen (2014, RES) |
Domain / dimension relaxation
| From โ To | Tags | Technique | Key references |
|---|
| Compact ฮ โ Growing compact (r_nโโ) | ANY PAR/SEMI CLA | Compactness preserved at each n + sup control | Andrews (1994, Handbook of Ectrx); Newey & McFadden (1994, Handbook) |
| Compact ฮ โ Noncompact / sieve | ANY NONPAR CLA/FS | Coercivity + sieve / localization / peeling | Shen & Wong (1994, AoS); van de Geer (2000, Cambridge) |
| Fixed design โ Random design | IID PAR/SEMI HD/FS | Design concentration + RIP / RE | Hsu, Kakade & Zhang (2012, FoCM); Oliveira (2016, PTRF) |
| Lipschitz โ Holder / Sobolev | ANY NONPAR ANY | Modulus-of-continuity + entropy | van der Vaart & Wellner (1996); Gine & Nickl (2016, Cambridge) |
| Fixed d โ d/n โ ฮณ | IID PAR PROP | Random matrix asymptotics / deterministic equivalents | Bai & Silverstein (2010); Johnstone (2001, AoS) |
| nโซd โ dโซn high-dim | IID PAR/SEMI HD | Sparsity + regularization + restricted geometry | Buhlmann & van de Geer (2011); Wainwright (2019) |
Model / specification relaxation
| From โ To | Tags | Technique | Key references |
|---|
| Parametric linear โ Partially linear / semiparametric | ANY PARโSEMI CLA/FS | Orthogonal scores + influence functions | Robinson (1988, Ectrica); Bickel et al. (1993, JHU); Chernozhukov et al. (2018, Ectrx J) |
| Correct spec โ Misspecification | ANY PAR/SEMI CLA | Pseudo-true parameter + sandwich / quasi-MLE | White (1982, Ectrica); Kleijn & van der Vaart (2012, EJS) |
| Homoskedastic โ Heteroskedastic / HAC | IID/TS/PANEL PAR/SEMI CLA | Sandwich + HAC / cluster-robust | White (1980, Ectrica); Newey & West (1987, Ectrica); Liang & Zeger (1986, Biometrika) |
Pathway Selection Logic (based on Step 0.5 classification)
After user confirms framework on three axes, FILTER pathways:
- Drop irrelevant pathways: If user said
IID, drop pathways tagged MIX, MARKOV, PANEL etc.
- Keep
ANY-tagged pathways: They apply to all data/framework/regime combinations
- Highlight ESSENTIAL pathways: Those tagged matching all 3 user axes are likely the most relevant
- Flag CONDITIONAL pathways: Some pathways apply across multiple regimes โ note which version of the technique applies in the user's regime
Worked example: classification โ pathway filter
User confirmed:
Axis 1 (Data): MIX (stationary mixing time series)
Axis 2 (Framework): SEMI (semiparametric)
Axis 3 (Regime): CLA (classical nโโ, d fixed)
Filtered pathways (only show these):
[ESSENTIAL โ directly relevant]
- i.i.d. โ ฮฑ-mixing: this is the data axis, may already be in paper or could be tightened
- i.i.d. โ ฮฒ-mixing: alternative mixing condition
- Correct spec โ Misspecification: standard in semiparam asymptotic theory
- Homoskedastic โ HAC: classical TS reviewer-must-have
- Strong convexity โ Local curvature: for the parametric-of-interest part of SEMI
[CONDITIONAL โ relevant but technique-version matters]
- Sub-Gaussian โ Sub-exponential: TS version requires stationary tail
- Parametric โ Partially linear: only if paper is moving from PAR to SEMI
[IRRELEVANT โ DROP]
- Markov pathways (data is mixing, not Markov)
- High-dim sparsity (regime is fixed-d)
- Small-ball design (i.i.d. only)
- Random matrix asymptotics (d fixed)
- Cluster errors (no panel structure)
Step 2: Rate Sharpness Analysis
For EACH rate claimed in the paper, assess whether it can be improved.
2A: Rate Inventory & Optimality Check
| Result | Claimed rate | Best known rate (literature) | Minimax lower bound | Gap | Sharpening possible? |
|--------|-------------|---------------------------|-------------------|-----|---------------------|
| Thm 1: LLN | O(n^{-1/2}) | n^{-1/2} (sharp for CLT) | n^{-1/2} (Cramer-Rao) | None | NO โ already optimal |
| Thm 2: Estimation | O(n^{-2/5}) | n^{-2/(2+d)} (Stone 1982) | n^{-2/(2+d)} (Stone) | Yes if d>1 | POSSIBLE โ check technique |
| Thm 3: Uniform bound | O(โ(d log n / n)) | โ(d/n) (no log) | โ(d/n) (Rademacher) | log n factor | LIKELY removable |
| Cor 1: Prediction | O(n^{-1/3}) | n^{-1/2} (parametric) | Depends on model | Large gap | CHECK model assumptions |
2B: Sharpening Directions
For each improvable rate, identify the specific source of suboptimality:
Common sources of loose rates and their fixes (venue-verified with Codex):
| Loose rate source | How to identify | Fix | Key references |
|---|
| Unnecessary log factor | Union bound over an ฮต-net | Chaining / Dudley integral / generic chaining | Talagrand (2014, Springer); van der Vaart & Wellner (1996, Springer) |
| Suboptimal covering number | Metric entropy bound too loose | Tighter entropy / local entropy / local Rademacher | Bartlett, Bousquet & Mendelson (2005, JMLR); Koltchinskii (2006, Annals of Statistics) |
| Union bound over finite set | Discretization then union | Direct empirical-process supremum bound | van der Vaart & Wellner (1996, Springer); Gine & Nickl (2016, Cambridge) |
| Hoeffding when variance known | Sub-Gaussian bound ignoring small variance | Bernstein / Bennett / Freedman inequality | Boucheron, Lugosi & Massart (2013, Oxford); Freedman (1975, Annals of Probability) |
| Ambient-dimension factor | C(d) grows with d hidden in O(ยท) | Effective-rank / Gaussian-width / localized-geometry | Koltchinskii & Lounici (2017, Bernoulli); Vershynin (2018, Cambridge) |
| Ignoring local structure | Global bound where local suffices | Localization / peeling / local Rademacher | Bartlett, Bousquet & Mendelson (2005, JMLR); Koltchinskii (2006, Annals of Statistics) |
| Suboptimal truncation | Heavy-tail truncation too conservative | Optimize bias-variance tradeoff | Catoni (2012, AIHP); Devroye et al. (2016, AoS); Lugosi & Mendelson (2019, AoS) |
| Only slow rate proved | Fast rate should be possible | Bernstein / margin / low-noise condition | Tsybakov (2004, Annals of Statistics); Koltchinskii (2006, Annals of Statistics) |
| Crude bias term | Bias dominates or left unsharpened | Debiasing / higher-order expansion / robust bias correction | Calonico, Cattaneo & Titiunik (2014, Econometrica); Fan & Gijbels (1996, Chapman & Hall) |
| Nuisance estimation remainder | Nuisance error dominates target rate | Orthogonalization + cross-fitting (DML) | van de Geer et al. (2014, Annals of Statistics); Chernozhukov et al. (2018, Econometrics J.) |
| Non-adaptive step size | Algorithm analysis with fixed ฮท | Adaptive / diminishing / accelerated analysis | Duchi, Hazan & Singer (2011, JMLR); Rakhlin, Shamir & Sridharan (2012, ICML) |
2C: Minimax Lower Bound Cross-Check
For the main theorem, check if a matching lower bound exists:
-
Search for minimax lower bounds in the same problem class
- Use venue-tier system from
/proof-repair (T1 priority)
- Focus: AoS, JRSS-B, JMLR, Econometrica, COLT, information-theoretic bounds
-
If lower bound matches โ rate is minimax optimal; note this as a strength
-
If lower bound is better โ gap exists; check if it's:
- A fundamental gap (technique limitation) โ suggest new technique from literature
- An artifact of loose analysis โ suggest tightening specific steps
- A different model class โ clarify which lower bound applies
-
If no lower bound exists โ consider whether constructing one would
strengthen the paper (and cite relevant methodology: Fano, Le Cam, Assouad)
2D: Rate-Under-Relaxed-Assumptions
Cross-reference with Step 1: if assumptions are relaxed, how do rates change?
| Result | Current rate | Under relaxed assumption | Rate change | Worth it? |
|--------|-------------|------------------------|-------------|-----------|
| Thm 1 | n^{-1/2} (i.i.d.) | n^{-1/2} (ฮฒ-mixing, poly decay) | Same | YES โ free generalization |
| Thm 2 | n^{-2/5} (sub-Gaussian) | n^{-2/5} ยท (log n) (sub-exp) | Extra log | MAYBE โ depends on application |
| Thm 3 | โ(d/n) (strong convex) | (d/n)^{1/3} (local SC) | Worse | NO โ rate degradation too large |
Step 2E: Reviewer-Critical Dimensions Audit
Identified via Codex cross-review. These are dimensions that top-venue reviewers
(AoS, Biometrika, Econometrica, NeurIPS/ICML/COLT) routinely demand but that
assumption-relaxation and rate-sharpening alone do not cover.
For EACH dimension, check whether the paper addresses it. If not, flag as an
improvement opportunity.
| Dimension | Typical reviewer question | Key technique | T1 references |
|---|
| Lower bounds / optimality | "Are your rates minimax? What shows they can't be improved?" | Le Cam / Fano / Assouad; phase transitions | Donoho & Johnstone (1994, Biometrika); Cai & Low (2004, AoS); Tsybakov (2009, Springer) |
| Necessity of assumptions | "Which assumptions are genuinely needed vs proof artifacts? Counterexample if dropped?" | Counterexamples; impossibility theorems | Low (1997, AoS); Cai & Low (2004, AoS); Huber (1964, Annals of Math. Stat.) |
| Inference / UQ | "Can you do valid CIs, tests, bootstrap? Is the estimator asymptotically linear or semiparametrically efficient?" | Debiasing; Gaussian approximation; bootstrap | van de Geer et al. (2014, AoS); Chernozhukov, Chetverikov & Kato (2017, Annals of Probability); Robinson (1988, Econometrica) |
| Identification | "Is the target identified? What happens under weak/partial identification?" | Identification analysis; weak-ID robust inference | Staiger & Stock (1997, Econometrica); Andrews & Cheng (2012, Econometrica); White (1982, Econometrica) |
| Adaptivity / tuning-free | "Do you need oracle tuning or known smoothness/sparsity? Can the procedure adapt?" | Lepski selection; pivotal tuning; oracle inequalities | Goldenshluger & Lepski (2011, AoS); Donoho & Johnstone (1994, Biometrika); Belloni, Chernozhukov & Wang (2011, Biometrika) |
| Structural guarantees | "โโ rate is fine, but can you recover support/rank/graph/changepoint?" | Support recovery; sign consistency; localization | Zou (2006, JASA); Meinshausen & Buhlmann (2006, AoS); Wainwright (2009, IEEE Trans. IT) |
| Computational attainability | "Is the estimator computationally feasible? Nonconvex optimization trustworthy?" | Stat-computation tradeoffs; benign landscape | Agarwal, Negahban & Wainwright (2012, AoS); Loh & Wainwright (2015, JMLR); Mei, Bai & Montanari (2018, AoS) |
| Robustness to misspecification | "What if model is wrong, data contaminated, errors heteroskedastic?" | Huber contamination; quasi-MLE; sandwich/HAC | Huber (1964, Annals of Math. Stat.); White (1982, Econometrica); Newey & West (1987, Econometrica) |
| Uniformity / honesty | "Is the approximation uniform over the parameter class, or only pointwise? Honest CIs?" | Uniform Gaussian approximation; honest coverage | Low (1997, AoS); Cai & Low (2004, AoS); Andrews & Cheng (2012, Econometrica) |
| Assumption verifiability | "Can practitioners actually check whether your assumptions hold in their data, or are they unobservable theoretical conditions?" | Testable conditions; data-driven verification; observable identification | Imbens & Rubin (2015, Cambridge); Crump et al. (2009, Biometrika); D'Amour et al. (2021, J. Econometrics) |
Audit template per dimension
For each dimension, produce:
| Dimension | Paper addresses it? | How? | Gap? | Improvement suggestion |
|-----------|-------------------|------|------|----------------------|
| Lower bounds | No | โ | YES | Prove Fano lower bound for the estimation rate |
| Inference/UQ | Partially (CLT only) | Thm 4 | Partial: no bootstrap validity | Add bootstrap consistency theorem |
| Identification | Yes | Assumption 1 | None | โ |
| Adaptivity | No โ tuning parameter ฮป is oracle | โ | YES | Lepski-type or cross-validation analysis |
| Computation | No โ NP-hard in general | โ | YES | Show benign landscape under conditions or use convex relaxation |
Step 3: Theory-Model Alignment Audit
Check whether the theoretical framework actually matches the model.
3A: Assumption-Model Match
For EACH assumption the theory uses, check:
| Assumption | Theory requires | Model provides | Match? | Issue |
|-----------|----------------|----------------|--------|-------|
| A1: i.i.d. | Independent samples | Sequential adaptive design | MISMATCH | Samples depend on past allocations |
| A2: Bounded gradient | โโfโ โค B | Neural net โ unbounded | MISMATCH | Needs truncation or clipping argument |
| A3: Lipschitz loss | L-Lipschitz | Logistic loss โ yes, L=1 | MATCH | โ |
| A4: Sub-Gaussian noise | ฯโ โค ฯ | Gaussian noise โ yes | OVER-SPECIFIED | Model gives Gaussian, only need sub-G |
Match types:
- MATCH: Theory and model agree exactly
- OVER-SPECIFIED: Theory assumes more than needed; model gives more than theory uses
โ Opportunity: exploit the extra structure for sharper results
- MISMATCH: Theory assumes something the model doesn't provide
โ Problem: theorem may not apply to the paper's own model
- IMPLICIT: Assumption is used in the proof but not stated in the model
โ Problem: hidden assumption gap
3B: Exploitable Model Properties
When the model provides MORE than the theory uses (OVER-SPECIFIED), list improvements:
## Exploitable Properties
| Model property | Theory uses only | Could exploit for | Potential improvement |
|---------------|-----------------|-------------------|---------------------|
| Gaussian noise | Sub-Gaussian bound | Exact Gaussian tail | Remove log factors, exact constants |
| Linear model | Generic Lipschitz | Linear structure | Parametric rate n^{-1/2} instead of nonparametric |
| Sparse signal | Dense estimation | Sparsity + LASSO theory | Rate sยทlog(d)/n instead of d/n |
| Known covariance | Unknown ฮฃ bounds | Plug-in ฮฃ | Remove condition number dependence |
3C: Theory-Model Gap Resolution Strategies
For each MISMATCH, propose a resolution:
- Weaken the assumption to match what the model actually provides (โ Step 1)
- Strengthen the model description if the model does satisfy the condition but
the paper didn't state it explicitly
- Add a bridging lemma that derives the theoretical condition from model properties
- Acknowledge the gap as a limitation and suggest it for future work
Step 4: Theory-Experiment Alignment Audit
Check whether the theoretical predictions are actually testable and tested.
4A: Coverage Check
| Theoretical result | Experimentally verified? | How? | Discrepancy? |
|-------------------|------------------------|------|-------------|
| Thm 1: โn-consistency | Yes โ Fig 3 shows convergence | MSE vs n plot, slope โ -1 | ALIGNED |
| Thm 2: Uniform over ฮ | No โ only fixed ฮธ tested | โ | NOT TESTED |
| Thm 3: d can grow with n | Partially โ d=50,100,500 but n fixed | Only 3 dimension values | WEAK EVIDENCE |
| Cor 1: Asymptotic normality | No โ no QQ plots or coverage | โ | NOT TESTED |
| Rate: O(n^{-1/2}) | Contradicted โ empirical rate โ n^{-1/3} | Log-log regression in Fig 4 | CONTRADICTION โ |
4B: Experimental Gap Analysis
Theory predicts but experiments don't test:
- Missing experiments โ suggest what to add
- Untestable predictions โ note as limitation
Experiments show but theory doesn't cover:
- Empirical success beyond theoretical regime โ opportunity to strengthen theory
- Empirical failure where theory predicts success โ possible theoretical error
Theory and experiments contradict:
- Empirical rate worse than theoretical rate โ check:
- Is sample size large enough for asymptotics to kick in?
- Is a hidden constant very large?
- Is there an error in the proof?
- Empirical rate better than theoretical rate โ check:
- Is the theoretical bound loose?
- Is the model providing extra structure not captured by theory?
4C: Regime Relevance Check
Do the theoretical conditions match realistic experimental settings?
| Condition | Theory requires | Experiments use | Practice needs | Relevance |
|-----------|----------------|----------------|----------------|-----------|
| n โฅ Cยทdยฒ | n > dยฒ | n=1000, d=50 (n=0.4dยฒ) | n โ d typical | IMPRACTICAL โ threshold too high |
| ฮต โค 1/d | vanishing ฮต | ฮต = 0.1 | small but fixed ฮต | POSSIBLY OK |
| T โ โ | asymptotic | T = 100 iterations | fixed budget | FINITE-SAMPLE NEEDED |
| ฯ known | known noise level | estimated ฯฬ | unknown ฯ | PLUG-IN ANALYSIS NEEDED |
If theoretical conditions are impractical, suggest:
- Finite-sample versions of asymptotic results
- Conditions in terms of observable quantities (not unknown parameters)
- Adaptive procedures that don't require knowing constants
Step 5: Literature Benchmarking
Compare the paper's results against the current state of the art.
5.cache: Cache-consult first (mandatory)
Before any web search, consult the durable literature cache. Protocol in stat-shared-references/literature-cache-protocol.md. For Step 5 (benchmarking) the typical loads are:
literature-cache-protocol.md (router).
citation-purpose-protocol.md โ benchmarking citations are typically benchmark_claim (rate / constant comparison) or lineage_positioning (placing the work in a methodological line). independently_checked floor for both.
applicability-axes.md โ to verify the cached competitor's axes match the paper's setting.
Read the INDEX and the domain shards relevant to the paper's primary_line (in the theoretical_lineage declared earlier). Cache hits at independently_checked cover direct competitors and assumption frontier without a fresh fetch; misses go to the three search agents below.
5A: Venue-Tiered Literature Search
Apply the venue credibility tiers from /proof-repair:
T1 Priority: AoS, JASA, JRSS-B, Biometrika, Econometrica, JOE, NeurIPS, ICML,
ICLR, COLT, JMLR, Math Programming, SIAM Opt
Search strategy (parallel agents):
Agent 1: Direct Competitors
Search for papers solving the SAME problem with DIFFERENT techniques.
Queries:
- "[problem name] convergence rate" + venue filter
- "[problem name] optimal rate minimax"
- "[model class] estimation [loss function]"
Focus: results from last 5 years in T1 venues
Extract: their assumptions, their rates, their technique
Agent 2: Assumption Frontier
Search for papers solving SIMILAR problems under WEAKER assumptions.
Queries:
- "[problem name] without [strong assumption]"
- "[problem name] heavy-tailed" / "dependent data" / "high-dimensional"
- "[technique name] relaxed conditions"
Focus: which assumptions have been successfully relaxed in related work?
Agent 3: Rate Frontier
Search for the BEST KNOWN rates for this problem class.
Queries:
- "[problem class] minimax rate"
- "[problem class] optimal estimation"
- "[problem class] lower bound information-theoretic"
Focus: minimax lower bounds, matching upper bounds, rate-optimal procedures
5B: Competitive Positioning Table
## Competitive Positioning
| Paper | Venue (Tier) | Year | Assumptions | Rate | Technique | vs. Ours |
|-------|-------------|------|-------------|------|-----------|----------|
| This paper | โ | โ | A1-A4 | n^{-1/2} | M-estimation + Poisson eq | BASELINE |
| Chen & Li | AoS (T1) | 2022 | A1-A3 (no A4) | n^{-1/2} | Empirical process | WEAKER ASSUMPTIONS, SAME RATE |
| Zhang et al. | NeurIPS (T1) | 2023 | A1-A4 + sparsity | sยทlog(d)/n | LASSO-type | SHARPER UNDER SPARSITY |
| Wang | JMLR (T1) | 2021 | A1-A2 only | n^{-1/3} | Robust estimation | WEAKER ASSUMPTIONS, WORSE RATE |
| Kim & Park | Econometrica (T1) | 2023 | A1-A4 | n^{-1/2} | GMM | SAME RESULT, DIFFERENT TECHNIQUE |
| Lower bound: Tsybakov | AoS (T1) | 2009 | Nonparametric class | n^{-2/(2+d)} | Le Cam / Fano | OUR RATE IS OPTIMAL IN FIXED-d |
## Key Findings
1. Chen & Li (2022) achieved the same rate without A4 โ our A4 may be removable
2. Under sparsity (Zhang 2023), sharper rate is possible โ extension opportunity
3. Our rate matches the minimax lower bound โ rate is tight (strength to highlight)
4. No competitor handles the adaptive design setting โ our contribution is unique here
5C: Gap-to-Frontier Analysis
For each gap between this paper and the frontier:
| Gap | Frontier paper | What they achieved | What we'd need to match | Feasibility | Priority |
|-----|---------------|-------------------|------------------------|-------------|----------|
| A4 removable | Chen & Li (2022) | Same rate without A4 | Replace Lemma C.3 technique | MEDIUM | HIGH |
| Log factor | Zhang (2023) | No log in uniform bound | Use chaining instead of net | LIKELY | HIGH |
| Heavy tails | Lugosi & Mendelson (2019) | Bounded 2nd moment only | Median-of-means wrapper | HARD | MEDIUM |
Step 5B: Codex Independent Assessment (if Codex MCP available)
Follow CODEX_PROTOCOL.md (in repo root) โ Codex is an adversarial reviewer
to discuss with iteratively, not an oracle to defer to. For each Codex finding
about whether an assumption can be relaxed or a rate sharpened, Claude MUST decide
explicitly: ACCEPT (with reasoning), PUSH BACK (with substantive counter-argument),
or REQUEST CLARIFICATION. Especially critical here because simulation/Codex
evidence can OVERCLAIM theory relaxation โ see the asymmetry rule in Step 5A.
The skill must emit codex_discussion.md documenting the full round-by-round
dialogue.
After Claude completes its analysis (Steps 1-5), use Codex as an independent second
opinion on the most important findings. Codex sees the paper but NOT Claude's analysis,
so it can surface blind spots.
Assessment 1: Assumption relaxation feasibility
mcp__codex__codex:
config: {"model_reasoning_effort": "high"}
prompt: |
You are an expert in mathematical statistics and ML theory.
Here is a theorem from a paper:
[Paste: main theorem statement + all assumptions]
And here is its proof:
[Paste: proof or proof sketch of the main result]
Task: For EACH assumption, independently assess:
1. Is this assumption essential? (Which proof step would break without it?)
2. Can it be relaxed? If so, to what weaker condition?
3. What proof technique would enable the relaxation?
4. Do you know of published results (top journals: AoS, JASA, JRSS-B, Biometrika,
Econometrica, JOE, NeurIPS, ICML, JMLR, COLT) that achieve similar results
under weaker conditions?
5. If relaxed, would the convergence rate change?
Be specific: cite theorem names, author-year, and venues when possible.
If an assumption cannot be relaxed, explain the fundamental barrier.
Assessment 2: Rate optimality check
mcp__codex__codex:
config: {"model_reasoning_effort": "high"}
prompt: |
A paper proves [result] with rate [rate] under assumptions [list].
Questions:
1. Is this rate minimax optimal for this problem class? Cite the lower bound if known.
2. If not optimal, what is the best known rate? Who achieved it and in which venue?
3. Are there specific proof steps that introduce suboptimality (e.g., loose union
bounds, crude norm inequalities, unnecessary covering numbers)?
4. What technique would sharpen the rate?
Focus on T1 venue references (AoS, Econometrica, NeurIPS/ICML/COLT, JMLR).
Assessment 3: Theory-practice gap
mcp__codex__codex:
config: {"model_reasoning_effort": "high"}
prompt: |
A paper proposes [model description] and proves theoretical guarantees under
assumptions [list]. The experiments test [experimental setup].
Questions:
1. Are the theoretical assumptions realistic for this model?
2. Which assumptions are likely violated in the experimental setup?
3. Are there published results that handle more realistic conditions?
4. Does the theoretical rate match what you would expect empirically?
5. What additional experiments would strengthen the theory-practice connection?
Reconciliation with Claude's analysis:
After Codex responds, compare with Claude's findings from Steps 1-5:
## Codex Cross-Assessment Reconciliation
### Assumption Relaxation
| Assumption | Claude says | Codex says | Agreement? | Combined assessment |
|-----------|------------|------------|------------|-------------------|
| A1: i.i.d. | Relaxable to mixing | Relaxable to MDS | PARTIAL | Both agree relaxable; MDS may be simpler |
| A3: sub-G | Relaxable (Catoni) | Essential โ proof breaks | DISAGREE | Needs manual review โ |
### Rate Sharpness
| Result | Claude says | Codex says | Agreement? | Combined assessment |
|--------|------------|------------|------------|-------------------|
| Thm 3 log factor | Removable via chaining | Removable via localization | AGREE (different technique) | High confidence: removable |
### Theory-Practice Gaps
| Gap | Claude says | Codex says | Agreement? | Combined assessment |
|-----|------------|------------|------------|-------------------|
| Strong convexity in experiments | Model only locally convex | Same + suggests PL condition | AGREE + Codex adds detail | Use PL condition approach |
Disagreement handling:
- If both models agree โ HIGH confidence, proceed
- If models disagree on feasibility โ flag for human review, present both arguments
- If only one model found an opportunity โ MEDIUM confidence, include but mark
- If Codex finds something Claude missed โ add to improvement roadmap with source = "Codex"
Write to audit/08_sharpen/codex_assessment.md.
Step 6: Improvement Roadmap
Synthesize all findings (Claude + Codex) into a prioritized improvement plan.
6A: Priority Scoring
Score each potential improvement on five dimensions:
| Dimension | Weight | Scale |
|---|
| Impact on main result | 3ร | 1 (cosmetic) โ 5 (transforms the paper's contribution) |
| Feasibility | 2ร | 1 (requires fundamentally new ideas) โ 5 (standard technique, literature exists) |
| Literature support | 2ร | 1 (no known technique) โ 5 (textbook result from T1 source) |
| Alignment payoff | 1ร | 1 (only theoretical elegance) โ 5 (resolves theory-experiment contradiction) |
| Reviewer demand | 1.5ร | 1 (rarely asked) โ 5 (routinely demanded at target venue) |
Priority = 3รImpact + 2รFeasibility + 2รLiterature + 1รAlignment + 1.5รReviewer
The "Reviewer demand" dimension addresses what top-venue reviewers actually ask for
(Step 2E). Weight is 1.5ร (intermediate) โ not so high that it dominates Impact, but
high enough to push reviewer-targeted improvements up the priority list.
Tuning tip: For a paper aimed at a SPECIFIC venue, customize the Reviewer-demand
scoring by reviewer profile:
- AoS/Biometrika: weight lower bounds, inference/UQ, adaptivity higher
- Econometrica/JOE: weight identification, robustness, uniformity higher
- NeurIPS/ICML/COLT: weight computational attainability, structural guarantees higher
6B: Improvement Roadmap Table
| Rank | Improvement | Type | Impact | Feasibility | Lit support | Alignment | Score | Key reference |
|------|------------|------|--------|-------------|-------------|-----------|-------|---------------|
| 1 | Remove log factor in Thm 3 | Rate-Sharpen | 4 | 5 | 5 (Talagrand) | 3 | 35 | Talagrand (2014) |
| 2 | Remove Assumption A4 | Assumption-Relax | 5 | 3 | 4 (Chen 2022) | 4 | 33 | Chen & Li (2022, AoS) |
| 3 | Heavy-tail extension | Assumption-Relax | 3 | 3 | 5 (Lugosi 2019) | 5 | 30 | Lugosi & Mendelson (2019, AoS) |
| 4 | Finite-sample version of Thm 1 | Regime-Extend | 4 | 4 | 3 | 5 | 30 | โ (needs new analysis) |
| 5 | Exploit Gaussian structure | Model-Exploit | 2 | 5 | 5 | 2 | 25 | โ (standard) |
6C: Per-Improvement Specification
For each top-ranked improvement, write:
## Improvement I-1: Remove log factor in Theorem 3
### Current state
Theorem 3 claims โฮธฬ โ ฮธ*โ = O(โ(d log n / n)) uniformly over ฮ.
The log n factor comes from a union bound over an ฮต-net in the proof of Lemma D.4.
### Target state
Replace with โฮธฬ โ ฮธ*โ = O(โ(d / n)), matching the minimax lower bound.
### Technique
Replace ฮต-net + union bound (Lemma D.4, lines 842-867) with Dudley's entropy
integral or generic chaining (Talagrand 2014).
### Which proof steps change
- Lemma D.4: replace entirely with chaining-based uniform bound
- Theorem 3 proof: update the line citing Lemma D.4's bound
- No other lemmas affected (D.4 is used only by Theorem 3)
### Literature support
| Reference | Venue (Tier) | Credibility | What it provides |
|-----------|-------------|-------------|------------------|
| Talagrand (2014), Upper and Lower Bounds for Stochastic Processes | Springer (T1) | GOLD | Generic chaining removes log factors |
| van der Vaart & Wellner (1996), Weak Convergence, Ch. 2.5 | Springer (T1) | GOLD | Dudley entropy integral |
| Wainwright (2019), High-Dimensional Statistics, Ch. 5 | Cambridge (T1) | GOLD | Localized Rademacher complexity |
### Alignment impact
- Resolves log n discrepancy between theoretical rate and empirical rate in Fig 4
- Makes the bound match the information-theoretic lower bound exactly
### Downstream effects
- Theorem 3 rate improves: this propagates to Corollary 3.1 and Section 5 applications
- No assumptions change โ all existing results remain valid
### Estimated effort
MEDIUM โ requires rewriting one lemma proof (Lemma D.4) using chaining technique.
The technique is standard in empirical process theory.
### Connection to pipeline
- If accepted: feed to `/proof-repair` as a voluntary improvement (not a bug fix)
- The new Lemma D.4 proof should be written via `/proof-writer` with full rigor
Step 7: Write SHARPEN_REPORT.md
Write papers/<paper-name>/SHARPEN_REPORT.md:
# Theory Sharpening Report: [Paper Title]
## Executive Summary
- Assumptions analyzed: N
- Relaxable assumptions: K (M with T1 literature support)
- Rates analyzed: R
- Sharpenable rates: S
- Theory-model gaps: G_M
- Theory-experiment gaps: G_E
- Top priority improvements: [list top 3]
## Theory-Model-Experiment Alignment Matrix
[From Step 0C]
## Assumption Relaxation Opportunities
### Feasible (T1 literature support)
[table]
### Possible (T2/T3 support or new technique needed)
[table]
### Infeasible (fundamental barriers)
[table]
## Rate Sharpening Opportunities
### Achievable (known techniques)
[table]
### Research-level (requires new ideas)
[table]
## Minimax Optimality Status
| Result | Current rate | Minimax lower bound | Optimal? | Gap source |
## Theory-Model Gaps
[From Step 3A-3C, with resolution strategies]
## Theory-Experiment Gaps
[From Step 4A-4C, including contradictions]
## Competitive Positioning
[From Step 5B โ how this paper compares to state of the art]
## Codex Cross-Assessment (independent second opinion)
### Agreement summary
- Findings where Claude + Codex agree: X (HIGH confidence)
- Findings where they disagree: Y (needs human review โ )
- Findings only Codex found: Z (added to roadmap)
[From Step 5B Codex reconciliation table]
## Improvement Roadmap (prioritized)
[From Step 6B โ ranked improvements with scores, integrating Codex findings]
## Detailed Improvement Specifications
[From Step 6C โ one section per top improvement]
## New References
| # | Key | Full citation | Venue (Tier) | Credibility | Supports |
[All references found, venue-tiered]
## Recommended Actions for Authors
### Quick wins (1-2 days each)
1. [improvement]
### Medium effort (1-2 weeks each)
1. [improvement]
### Future work suggestions
1. [improvement]
Also write supporting files:
papers/<paper-name>/sharpen_references.bib โ BibTeX for all new references
papers/<paper-name>/audit/08_sharpen/ โ per-improvement detail files
Quick Mode
For a targeted analysis of a SINGLE aspect:
/theory-sharpen papers/my-paper/ --assumptions # Only Step 1
/theory-sharpen papers/my-paper/ --rates # Only Step 2
/theory-sharpen papers/my-paper/ --alignment # Only Steps 3-4
/theory-sharpen papers/my-paper/ --benchmark # Only Step 5
/theory-sharpen papers/my-paper/ --unit "Theorem 3" # Full analysis, single result
Output Summary
When complete, report to user:
Theory sharpening analysis complete for [Paper].
Alignment status:
โโโ Theory-Model: X aligned, Y gaps found
โโโ Theory-Experiment: X aligned, Y gaps, Z contradictions
โโโ Literature position: [ahead of / on par with / behind] frontier
Improvement opportunities:
โโโ Assumption relaxation: K feasible (M with T1 refs)
โโโ Rate sharpening: S achievable
โโโ Model exploitation: E unexploited properties
โโโ Experiment coverage: G untested predictions
Top 3 priorities:
1. [I-1: description] โ Score: 35, T1 refs available
2. [I-2: description] โ Score: 33, T1 refs available
3. [I-3: description] โ Score: 30, needs new analysis
Files created:
โโโ SHARPEN_REPORT.md โ full analysis
โโโ sharpen_references.bib โ new BibTeX entries
โโโ audit/08_sharpen/ โ per-improvement details
Next steps:
/proof-repair papers/my-paper/ โ to implement chosen improvements
/proof-writer [specific improved claim] โ to write new proofs