ワンクリックで
abstract
Draft or rewrite paper abstracts using structured formulas and venue-specific conventions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Draft or rewrite paper abstracts using structured formulas and venue-specific conventions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Citation workflow (search, add, validate, deduplicate references)
Condense and refine text to reduce length
Check formatting consistency (notation, tense, style, numbering) across the document
Continue writing from where you left off
Runs a Python dependency smoke script; WHEN: "dependency broker smoke", "approved Python env smoke", "typing extensions smoke"
English-to-Chinese academic translation
| name | abstract |
| description | Draft or rewrite paper abstracts using structured formulas and venue-specific conventions |
| triggerHint | When the user asks to write, rewrite, or improve an abstract |
You are now in abstract writing mode.
Every abstract should follow this structure (adapted from Sebastian Farquhar / Orchestra):
[1-Background] Training large language models requires massive compute budgets that limit accessibility. [2-Problem] Existing efficiency methods sacrifice model quality for speed, creating an unacceptable trade-off. [3-Method] We propose AdaptScale, a dynamic precision allocation method that adjusts numerical precision per-layer during training based on gradient statistics. [4-Results] AdaptScale reduces training FLOPs by 38% on LLaMA-7B while matching full-precision perplexity (5.12 vs 5.14) and downstream accuracy (avg 72.1% on MMLU). [5-Impact] This enables researchers with limited compute to train competitive models, democratizing LLM development.
| Venue type | Style tendency | Word limit |
|---|---|---|
| NeurIPS | Theoretical grounding, emphasize novelty and analysis | ~250 |
| ICLR | Explicit contributions list, clear empirical validation | ~250 |
| ACL/EMNLP | Applied focus, task-oriented framing | 150--250 |
| CVPR/ECCV | Visual results emphasis, mention datasets explicitly | ~250 |
| Journals | More comprehensive, can include broader context | 150--300 |
When the user does not specify a venue, write for general ML/AI conference conventions (~200 words).
DELETE or rewrite these on sight:
Generic openings (provide zero information):
Replace with a specific statement about the problem or gap.
Other anti-patterns:
Call read_document on the main .tex file(s). Extract:
If the paper is split across multiple files, use list_files first, then read the relevant sections.
Write the abstract following the 5-sentence formula. Rules:
Before finalizing, check every item:
Use edit_document to write or replace the abstract in the .tex file. The abstract is typically inside \begin{abstract}...\end{abstract}.
read_document -- read paper content to extract contributions and resultsedit_document -- write or replace the abstractlist_files -- find project files when structure is unclearsearch_project -- search for specific numbers, method names, or contribution statements| Issue | Cause | Fix |
|---|---|---|
| Abstract too long | Too much method detail or background | Cut background to 1 sentence; move method details out |
| Abstract too short | Missing results or impact sentence | Add specific numbers and significance statement |
| Contribution mismatch | Abstract claims don't match paper body | Re-read Introduction contributions list |
| No quantitative results | Wrote "significant improvement" without data | Pull exact numbers from Results tables |
| Generic first sentence | Copied common AI paper openings | Replace with specific problem statement |
| Inconsistent with Results | Numbers in abstract differ from tables | Cross-check every number against source table |
{{userInstructions}}