AI Paper Writing
1. Operating Contract
Produce a technically precise, logically coherent, evidence-complete research paper in polished academic English.
The manuscript must satisfy all of the following:
- Define an important, concrete research problem and explain its significance.
- Identify a specific consequential limitation in the strongest relevant prior work.
- State a clear technical insight and distinguish it from the closest alternatives.
- Develop one coherent method with two or three named core components.
- Support every central claim with an appropriate formal argument, controlled experiment, or analysis.
- Maintain one notation system, terminology set, evidence base, and narrative across the manuscript.
- Respect the configured page-count scope without weakening the core contribution.
- Compile successfully as a LaTeX project and pass visual PDF inspection.
- Contain no fabricated, unverifiable, mismatched, or incorrectly attributed citation.
The paper must advance one continuous argument:
problem -> prior limitation -> unresolved challenge -> technical insight
-> method -> evidence -> implication
Do not treat sections as independent essays. The mandatory section-level content contracts in Section 6 and the appendix organization in Section 7 are part of the skill, not optional examples. Adapt their substance to the project, but do not silently delete required content.
When project files are available, inspect the manuscript, venue instructions, bibliography, figures, tables, and result artifacts before changing prose. Preserve correct technical content. Never reshape the scientific claim merely to fit a writing template.
2. Configure the Paper
Before planning, drafting, revising, or auditing, determine:
- MAIN_TEXT_PAGE_LIMIT = P.
- PAGE_COUNT_SCOPE.
- FILL_TARGET.
- SECTION_RATIOS.
- TARGET_VENUE.
- MAIN_TEX_FILE, usually main.tex.
- TASK_MODE: plan, draft, revise, audit, or submission check.
- EVIDENCE_STATUS: verified results, partial results, or placeholders only.
Obtain P and PAGE_COUNT_SCOPE from the user, official instructions, or project files. Do not assume a fixed page limit. If P is unavailable, retain the placeholder [MAIN_TEXT_PAGE_LIMIT] and avoid fixed page-count claims. Unless instructions say otherwise, treat the main text as all content before the references.
Set FILL_TARGET to one of:
- within_limit: remain at or below P.
- substantially_full: make technically useful use of the final permitted main-text page.
For compact conference papers, default to substantially_full unless the user requests otherwise. Never add generic prose solely to fill space.
If a required input or result is missing, use a precise placeholder such as [DATASET COUNT], [BEST IMPROVEMENT], or [CITATION], state what evidence is needed, and continue only where doing so cannot create a false claim.
3. Design the Argument Before Writing
Identify:
- The research problem and why it matters.
- The strongest relevant recent approaches.
- The exact limitation of those approaches in the paper's setting.
- Two or three unresolved technical challenges.
- The central technical intuition.
- Two or three novel components.
- The complete method pipeline.
- The datasets, models, baselines, metrics, and protocols.
- The strongest evidence already available.
- The evidence still required for each central claim.
- The material that belongs in the appendix.
Build both maps before drafting:
| Challenge | Cause | Proposed Component | Expected Effect | Supporting Experiment |
|---|
| Contribution or Claim | Difference from Closest Work | Required Evidence | Evidence Location | Residual Risk |
|---|
Every introduced challenge must be addressed by the method or explicitly placed outside scope. Every stated contribution must map to evidence. If the maps expose an unsupported claim, narrow the claim or request the missing experiment rather than hiding the gap with rhetoric.
Use the following reviewer-facing tests:
- Can the problem, gap, insight, and contribution each be stated in one precise sentence?
- Is the claimed novelty a technical difference from the closest work rather than a new name or combination alone?
- Does each component have a necessary role in solving a stated challenge?
- Do the experiments isolate the proposed cause rather than merely correlate with the outcome?
- Are comparison settings fair, reproducible, and strong enough to test the claim?
- Are limitations, mixed findings, and plausible alternative explanations reported?
4. Writing, Integrity, and Naming
4.1 Academic style
- Write clear academic English with direct sentences and controlled paragraph length.
- Give each paragraph one primary purpose and open with a topic or transition sentence.
- Do not use em dashes or en dashes as sentence punctuation. Hyphenated technical compounds such as decoding-based, training-free, and step-level are allowed.
- Avoid unnecessary rhetoric, inflated novelty language, vague claims, and deeply nested syntax.
- Do not repeat the same motivation, contribution, result, or conclusion across sections.
- Keep terminology, method names, component names, acronyms, and capitalization consistent.
4.2 Evidence and numerical reporting
- Never invent datasets, baselines, models, metrics, citations, hyperparameters, protocols, or results.
- Support each contribution with a method design, formal argument, experiment, or analysis.
- Support every factual claim about prior work with an accurate citation.
- Make every numerical claim agree with the relevant table, figure, or logged result.
- Report negative or mixed findings when they affect the paper's claim.
- Separate observed results, interpretation, and causal hypothesis.
- Do not copy large table regions into prose. Report only decision-relevant values and explain trends, comparisons, causes, tradeoffs, and implications.
- Distinguish absolute gain, relative gain, and percentage-point gain.
- Do not claim statistical significance without a valid test, and report uncertainty or run variation when the protocol makes it relevant.
- Do not compare values produced under incompatible data, model, budget, oracle, or evaluation settings.
4.3 Method and component naming
Create a short, memorable, functionally accurate method name. A useful title pattern is:
<MethodName>: <Core Technique> for <Task or Problem>
Give the most novel part two or three named components. Each name must:
- Describe the component's actual function.
- Be concise and reusable.
- Follow a parallel naming pattern.
- Avoid labels such as Module A.
- Avoid forced or misleading acronyms.
- Correspond to a specific challenge or design objective.
Define every component through:
challenge -> motivation -> input -> operation -> output -> role
Use the same names in the abstract, introduction, framework figure, methodology, ablation study, and conclusion.
5. Main-Text Page Architecture
Let P denote MAIN_TEXT_PAGE_LIMIT. Use this initial page-area allocation:
- Abstract: 0.03P.
- Introduction: 0.08P.
- Related Work: 0.08P.
- Problem Formulation or Preliminaries: 0.07P.
- Methodology or Design: 0.42P.
- Evaluation: 0.20P.
- Conclusion: 0.02P.
- Figures, tables, captions, equations, algorithms, headings, spacing, and transitions: approximately 0.10P.
Compute:
target_pages(section) = P x section_ratio
These are page-area targets, not rigid text-only limits. Adjust them after compiling. Methodology should remain the largest section, and Evaluation must retain enough space to support every central claim.
When space is limited, compress or move these items first:
- Generic background.
- Long Related Work descriptions.
- Dataset statistics.
- Baseline implementation details.
- Hyperparameter details.
- Prompt templates.
- Additional results.
- Secondary ablations.
Expand only technically useful content: missing motivation, formal definitions, component interaction, result interpretation, limitations, or failure analysis. Do not use generic prose as page filler.
6. Mandatory Main-Text Organization
6.1 Title
The title must communicate:
- The method name.
- The central technical idea.
- The target task or problem.
Avoid vague titles such as A New Framework for AI.
6.2 Abstract
Write one compact paragraph in this order:
- Introduce the problem and its importance.
- State the main challenge.
- Summarize the dominant recent approach and its relevant limitation.
- Introduce the proposed method.
- Introduce the two or three named components.
- State the experimental scope.
- Report the strongest verified aggregate or representative result.
- End with the main implication.
The method must directly address the stated challenge. Do not include citations, equations, long background, or a list of every result.
6.3 Introduction
Use a six-paragraph structure.
Paragraph 1: Background and significance
Define the problem and explain why it matters.
Paragraph 2: Existing approaches and limitation
Summarize the strongest relevant direction and identify the concrete limitation that motivates this paper.
Paragraph 3: Key intuition
Explain the observation or opportunity behind the proposed solution and why it may overcome the limitation.
Paragraph 4: Technical challenges
State two or three precise challenges. Map them in order to the named method components.
Paragraph 5: Proposed framework and evidence
Introduce the complete framework, its named components, their interactions, and a concise summary of verified experimental evidence.
Paragraph 6: Contributions
State exactly three substantive contributions:
- Conceptual contribution.
- Technical contribution.
- Experimental contribution.
Specify what each contribution establishes. Do not use an empty claim such as We conduct extensive experiments.
6.4 Related Work
Use two or three focused subsections. For each subsection:
- Define the research direction.
- Summarize the most recent and relevant methods.
- Identify the precise limitation relevant to this paper.
- Explain the technical difference of the proposed method.
Organize work by technical idea, assumption, or failure mode rather than chronology. Critique an exact setting or assumption; do not attack a body of work broadly. Give enough detail to establish the closest comparison and the novelty boundary without turning the section into a survey.
6.5 Problem Formulation or Preliminaries
Define:
- The task.
- Inputs and outputs.
- The data or interaction setting.
- Core notation.
- The objective.
- Fundamental concepts required by the method.
Introduce every symbol before first use. Use equations when they remove ambiguity, but do not duplicate equations that belong in Methodology.
6.6 Methodology or Design
This is the central section and must present one necessary, coherent pipeline.
Overall framework
Begin with an overview covering:
- Input.
- Intermediate representations.
- Order of operations.
- Component interactions.
- Final output.
- The challenge addressed by each component.
Do not present the method as an arbitrary stack of modules.
Component subsections
For each named component, use this order:
- Motivation.
- Input and output.
- Mechanism.
- Formalization.
- Interaction with other components.
- Challenge mapping.
Integration and objective
Explain the complete training, inference, decoding, optimization, or decision procedure. When applicable, distinguish:
- Offline preparation.
- Training.
- Online inference.
- Auxiliary model calls.
- Post-processing.
Methodology quality contract
- Explain why every material design choice is needed.
- Introduce notation before use and keep symbols consistent.
- Make prose, equations, algorithms, and implementation descriptions express the same operation.
- State computational cost when it is central to the contribution or tradeoff.
- Move nonessential implementation detail to the appendix.
- Do not use the framework figure as a substitute for technical explanation.
6.7 Evaluation
Organize Evaluation around a flexible set of research questions, abbreviated as RQs. Their count and order must follow the paper's claims, not a fixed template. Put the strongest and most central evidence first.
RQ overview
Begin the section with a list of every RQ used to structure the experiments. Each item must contain:
- A stable RQ number.
- A concise descriptive label in parentheses, preferably one or two words.
- A direct question answered by the corresponding subsection.
Use this LaTeX form:
\begin{itemize}
\item \textbf{RQ 1 (Performance):} How does \m compare against state-of-the-art baselines?
\item \textbf{RQ 2 (Ablation Study):} What are the contributions of each component to the overall effectiveness of \m?
\item \textbf{RQ 3 (Efficiency):} Does \m maintain a competitive computational cost?
\end{itemize}
Customize the labels and questions. Suitable labels include Performance, Ablation Study, Efficiency, Robustness, Transferability, Generalization, Sensitivity, Calibration, Scalability, Interpretability, Error Analysis, and Case Study. Do not place a full sentence inside the parentheses.
Each RQ must:
- Be answerable by the experiment in its subsection.
- Test a central claim, design choice, or practical concern.
- Avoid vague wording such as Is the method good?
- Name the proposed method consistently, preferably through its LaTeX macro such as \m.
- Use parallel grammatical structure across the RQ list.
- Avoid combining unrelated evaluations into one question.
RQ selection and order
A common order is:
- Overall performance.
- Component ablation.
- Robustness, transferability, or generalization.
- Efficiency.
- Sensitivity, qualitative analysis, or error analysis.
Change that order when the contribution requires it:
- Put efficiency earlier when low cost is central.
- Put transferability earlier when cross-model or cross-domain behavior is the main claim.
- Put robustness earlier when reliability is the primary problem.
- Combine analyses only when they answer one coherent question.
- Move secondary sensitivity studies, extended case studies, or additional transfer settings to the appendix when space is limited.
Keep RQ order aligned with contribution order in the Introduction when practical. Do not force a fixed number of RQs.
Experimental setup
After the RQ overview, summarize only what readers need to interpret the main results:
- Datasets.
- Models or LLMs.
- Baselines.
- Metrics.
- Data splits.
- Transfer protocol.
- Evaluation settings.
Move dataset statistics, complete baseline details, prompt templates, hyperparameters, and implementation details to the appendix.
Main-text RQ subsection contract
Create one subsection per main-text RQ with a stable heading such as:
\subsection{RQ 1: Performance}
Each subsection must:
- Restate the question when needed.
- Give the direct answer in the opening sentence or paragraph.
- Present the relevant table, figure, or analysis.
- Interpret the main trend instead of repeating every value.
- Compare with the strongest appropriate baseline.
- Discuss exceptions, tradeoffs, limitations, or failure cases.
- End with a concise answer to the RQ.
Common RQ evidence designs
For Performance, analyze:
- Overall results across datasets, models, or settings.
- The strongest representative improvement.
- Smaller, inconsistent, or negative gains.
- The likely technical reason for the trend, labeled as interpretation unless directly tested.
For Ablation Study, analyze:
- Removal of every named component.
- Replacement or simplification of each component.
- Complementarity among components.
- Whether the full framework is more than a simple combination.
- Whether results support the challenge-to-component map.
For Efficiency, report as applicable:
- Training cost.
- Inference latency.
- Token usage.
- Memory usage.
- Number of model calls.
- Throughput.
- Accuracy-efficiency tradeoff.
Use Robustness, Transferability, or Generalization only when actual experiments test input perturbations, distribution shifts, datasets, domains, backbone models, or unseen settings. Use Sensitivity, Error Analysis, and Case Study for supported diagnostic evidence; these are usually appendix candidates when they are secondary.
Appendix RQs
An RQ may move to the appendix only when it is not essential evidence for a central contribution. Then:
- Keep the most important finding in the main text.
- Include the RQ in the main-text overview only when readers need the complete experimental map.
- State that detailed analysis is in the appendix.
- Preserve the same number, descriptive label, and wording in both locations.
- Use a matching appendix heading such as \subsection{RQ 5: Sensitivity}.
- Reference it explicitly, for example: We further study hyperparameter sensitivity in Appendix~\ref{app:sensitivity}.
- Keep the question, setup, result, and answer together in the appendix.
- Do not renumber it inconsistently, hide a weak or contradictory result, or move central evidence out of the main text.
- Summarize any appendix finding that materially changes the main conclusion in the main text.
Across Evaluation, keep RQ numbers, labels, headings, table references, and appendix references consistent. Reorder, add, remove, or relocate RQs only to improve claim coverage, narrative order, and page balance.
6.8 Conclusion
Write one concise paragraph containing:
- The problem.
- The challenge.
- The proposed method.
- The core components.
- The experimental conclusion.
- The broader implication.
Do not introduce new experiments, citations, or unsupported claims.
7. Appendix Organization
The appendix must support reproducibility and hold useful evidence that cannot fit in the main text. Do not use it to conceal information required to understand or validate a central contribution.
Use the following structure when applicable.
Appendix A: Full Pipeline
Include:
- End-to-end pipeline.
- Pseudocode.
- Expanded framework description.
- Full inference or training procedure.
Appendix B: Experimental Setup
Include:
- Dataset descriptions and statistics.
- Model details.
- Baseline definitions.
- Metrics.
- Data splits.
- Transfer protocols.
- Prompting and decoding settings.
- Reproducibility details.
Appendix C: Hyperparameter Space
Provide a table containing:
- Search ranges.
- Selected values.
- Tuning criterion.
- Dataset-specific values.
Appendix D: Hardware and Efficiency
Report:
- Hardware.
- Software environment.
- Training time.
- Inference time.
- Memory usage.
- Token cost.
- Number of model calls.
- Efficiency comparisons.
Appendix E: Additional Results
Include:
- Full dataset-level tables.
- Full model-level tables.
- Additional ablations.
- Sensitivity results.
- Statistical tests.
- Error analysis.
- Qualitative cases.
Appendix F: Prompt Templates
Include:
- System prompts.
- User prompts.
- Demonstrations.
- Output schemas.
- Parsing rules.
- Fallback procedures.
Appendix G: Additional Analysis
Include applicable proofs, derivations, annotation details, human-evaluation protocols, limitations, and further case studies. Add any required impact, ethics, or limitations statement in the venue-required location rather than assuming it belongs only in this appendix.
8. Full-Paper Audit
Run the complete audit after drafting or substantial revision. Do not infer that a clean compilation means the science or narrative is sound.
8.1 Notation and terminology
Check:
- Every symbol is introduced before first use and has one meaning.
- No symbol is reused for an unrelated concept.
- One concept does not receive multiple symbols without explanation.
- Scalars, vectors, matrices, sets, functions, and indices are distinguishable.
- Superscripts, subscripts, hats, bars, and boldface are consistent.
- Index ranges are defined.
- Acronyms are expanded at first use.
- Dataset, model, component, metric, and task names are consistent.
- Equations, algorithms, tables, figures, main text, and appendices share the same notation.
Report a notation issue as:
location -> current notation -> problem -> correction
8.2 Logic and claim support
Check:
- The problem matches the formal task definition.
- The stated challenges follow from the problem setting.
- Every component addresses a stated challenge.
- Equations and algorithms implement the prose description.
- Training, inference, and evaluation protocols are mutually compatible.
- Assumptions remain consistent across sections.
- Abstract and Introduction claims are supported by experiments.
- Correlation is not presented as causation.
- Ablations isolate the intended component or interaction.
- Comparisons are fair.
- The Conclusion does not overstate the evidence.
- No paragraph contradicts another section.
Classify each defect as Critical logical error, Unsupported claim, Missing reasoning step, Inconsistent assumption, or Weak explanation.
8.3 Tables and figures
For every table and figure, check:
- It is referenced in the text with the correct number.
- Its caption is self-contained.
- Labels, axes, units, legends, and abbreviations are defined.
- The visual tests or supports the associated claim.
- The prose interprets the trend correctly without repeating all values.
- Improvement calculations are correct.
- Higher-is-better and lower-is-better directions are clear.
- Missing values and significance markers are explained.
- Dataset, model, and setting names match Experimental Setup.
- The item contributes to a central claim or is moved to the appendix.
Recompute important numerical differences whenever raw values are available.
Unless venue rules specify otherwise:
- Bold the best result and underline the second-best.
- Rank larger values higher for higher-is-better metrics and smaller values higher for lower-is-better metrics.
- Do not rank incompatible settings.
- Handle ties consistently.
- Do not highlight the proposed method automatically.
- Exclude non-comparable oracle settings when appropriate.
- Explain the convention in the caption or table note.
- Confirm that bold and underline render correctly in the PDF.
8.4 Main text and appendix
Check:
- Every appendix reference points to the correct item.
- Main text and appendix use the same notation and terminology.
- Dataset splits, model settings, metrics, and hyperparameters agree.
- Prompt templates match the described method.
- Additional results do not silently contradict the main claim.
- Essential method or evidence is not available only in the appendix.
- Equation numbering and cross-references are correct.
- Main-text and appendix material is not duplicated unnecessarily.
8.5 Story and contribution
Read the paper as one argument and check:
- The problem is concrete and important.
- The prior-work limitation is specific and consequential.
- The method is motivated before introduction.
- The central intuition is clear and technically meaningful.
- Components form a coherent framework.
- Introduction, framework figure, Methodology, and Evaluation follow the same order.
- Experiments answer contributions in the same order when practical.
- Every RQ has a clear answer.
- The strongest evidence remains in the main text.
- The Conclusion resolves the opening problem.
Flag story breaks including an unmotivated component, a disappearing challenge, an experiment unrelated to a contribution, a contribution without evidence, a framework figure that conflicts with prose, repeated motivation, or a Conclusion centered on a different contribution.
8.6 Page allocation
Inspect the compiled PDF. For each section s, compute:
target_pages(s) = P x ratio(s)
deviation(s) = actual_pages(s) - target_pages(s)
Treat deviations as diagnostic signals, not rigid constraints. Verify:
- The venue's page-count scope is followed.
- Main text does not exceed P.
- The final permitted main-text page satisfies FILL_TARGET.
- Methodology remains the largest section.
- Evaluation supports all central claims.
- Related Work and setup do not crowd out the method.
- Main-text and appendix content is not needlessly duplicated.
- Page filling comes only from useful technical content.
9. Citation and Bibliography Gate
Citation verification is mandatory and release-blocking. Plausible metadata is not verification.
For every cited work, verify online:
- Exact title.
- Full author list and order.
- Venue or journal.
- Publication year.
- Volume, issue, and pages when applicable.
- DOI, arXiv ID, ACL Anthology ID, OpenReview page, or another persistent identifier.
- Publication status.
- Whether the record is a conference, workshop, findings, journal, or preprint version.
- Whether the source supports the nearby claim.
- Whether the citation key identifies the intended work.
- Whether the work was retracted, withdrawn, superseded, or corrected.
Prefer metadata and BibTeX from:
- Official paper or publisher page.
- Official conference proceedings.
- DBLP.
- ACL Anthology.
- OpenReview.
- arXiv.
- Crossref or a DOI landing page.
- Google Scholar export only when cross-checked against a primary source.
For each BibTeX entry:
- Search the exact title and open an authoritative record.
- Compare all applicable fields and publication status.
- Confirm that the work supports the cited claim.
- Replace incorrect metadata, preferably with authoritative exported BibTeX.
- Confirm that the key is unique and points to the intended paper.
- Flag every unverifiable or ambiguous record.
- Recompile after corrections.
Audit the bibliography for duplicate keys, duplicate papers under different keys, misspelled authors, incorrect title capitalization, wrong entry types, missing venue or year or pages or persistent identifiers, conflicting version metadata, escaping errors, broken braces, malformed fields, unrelated or unstable URLs, and inconsistent treatment of preprints and published versions.
Do not copy unverified BibTeX from random pages, generated text, or another manuscript. Report a mismatch as:
BibTeX key -> incorrect field -> current value -> verified value -> source
If online verification cannot be completed, list the unverified entries and mark submission readiness as blocked.
10. LaTeX Editing and Validation
This skill supports direct editing of a LaTeX project.
10.1 Compile at control points
From the project root, use:
latexmk -pdf -interaction=nonstopmode -halt-on-error main.tex
Replace main.tex with MAIN_TEX_FILE when different. Compile:
- Before editing to establish the baseline.
- After every substantial revision.
- After bibliography changes.
- Before final review.
When compilation fails:
- Inspect the first blocking error.
- Report it as first blocking error -> source location -> likely cause -> correction.
- Correct the source.
- Recompile.
- Repeat until compilation succeeds.
Never claim completion while compilation fails.
10.2 Resolve severe errors
Prioritize:
- Undefined citations.
- Undefined references.
- Duplicate labels.
- Labels attached to the wrong object.
- Duplicate BibTeX keys.
- Missing figures, tables, style files, or bibliography files.
- Unmatched braces.
- Unclosed environments.
- Unclosed math mode.
- Invalid commands.
- Package conflicts.
- Incorrect file paths.
- Fatal bibliography errors.
- Numbering inconsistencies.
Do not suppress a severe error merely to produce a PDF.
10.3 Equation formatting
Use numbered display equations for formulas that are important to the method, analysis, or later discussion:
\begin{equation}
...
\label{eq:descriptive_name}
\end{equation}
Requirements:
- Use equation for an important single-line formula.
- Add a descriptive label when the equation is referenced later.
- Refer to it with Eq.~\eqref{eq:descriptive_name} or the required venue style.
- Use aligned, split, or gathered inside equation when multiple lines share one number.
- Use align when lines require separate numbers.
- Leave only minor, never-referenced expressions unnumbered.
- Do not number every trivial formula.
- Do not use manual equation numbers.
- Keep label placement consistent.
- Give every referenced equation a unique label.
10.4 Reduce material warnings
After blocking errors are resolved, prioritize warnings for:
- Undefined citations and references.
- Multiply defined labels.
- Visible overfull boxes.
- Equations or tables beyond the column width.
- Captions, URLs, or technical terms crossing margins.
- Poor float placement.
- Isolated headings or nearly empty columns.
- Malformed bibliography output.
For overfull equations, use aligned, split, multline, or align; introduce intermediate notation; move secondary derivations to the appendix; shorten textual annotations; and preserve mathematical meaning. Do not globally shrink equations or use unreadably small fonts.
For overfull prose and tables, rewrite long sentences, enable breakable URL handling, shorten repeated column headings, move detailed columns to the appendix, or use full-width floats only when allowed. Never violate margins or font requirements.
Harmless underfull warnings need not be eliminated. Focus on warnings that affect correctness or visible quality.
10.5 Final PDF gate
Before completion:
- Compile successfully.
- Confirm no citation or reference is undefined.
- Confirm no label is multiply defined.
- Confirm every numbered object is referenced correctly.
- Confirm important formulas use appropriate numbered environments.
- Correct or justify severe overfull issues.
- Inspect the rendered PDF visually.
- Verify page count, anonymization, margins, fonts, bibliography, floats, and supplementary material.
- Confirm table bolding and underlining render correctly.
11. Deliverables and Completion
When writing or revising:
- Return polished, LaTeX-ready academic English when editing LaTeX.
- Preserve valid technical content and improve challenge-to-method-to-evidence alignment.
- Keep notation and names consistent.
- Use explicit placeholders for missing evidence.
- Suggest precise appendix transfers when space is limited.
- Compile and inspect the PDF when project files and a working toolchain are available.
When reviewing a complete paper, report:
- Critical correctness or acceptance issues.
- Notation and terminology issues.
- Logical consistency and claim-support issues.
- Citation and bibliography issues.
- Table and figure issues.
- Main-text and appendix mismatches.
- Table highlighting and formatting issues.
- Story, novelty-positioning, and contribution issues.
- Page-budget issues.
- LaTeX compilation and layout issues.
- A prioritized revision plan.
For every issue, use:
location -> issue -> why it matters -> concrete revision
Prioritize blockers before major and minor improvements. Do not provide only general advice.
Mark the paper submission-ready only when all applicable contracts and gates in this skill pass. In particular, readiness is blocked by unsupported central claims, unverified citations, inconsistent experimental settings, unresolved severe LaTeX errors, page-limit violations, or an uninspected final PDF.