Skip to content

Abstract Structure Guide

An effective academic abstract contains five structural elements that together tell a complete research story. This guide defines each element, how to detect it, and what makes it strong or weak.

Five-Element Model

1. Background

Purpose: Establish the research context — the real-world problem, knowledge gap, or motivation.

Detection markers (EN): "however", "remains unclear", "limited research", "growing interest", "challenge", "gap", "despite", "little is known", "increasingly important"

Detection markers (ZH): "然而", "尚不清楚", "研究不足", "日益增长", "挑战", "空白", "尽管", "鲜有研究"

Quality criteria: Moves from broad context to specific gap in 1-2 sentences. A vague background restates the field name without identifying a gap.

2. Objective

Purpose: State what this specific study aims to answer or accomplish.

Detection markers (EN): "this study aims", "we investigate", "the purpose of", "this paper presents", "we propose", "our goal", "in this work", "we address", "this research examines"

Detection markers (ZH): "本文旨在", "本研究探讨", "本文提出", "研究目的", "为此我们", "本工作", "本文研究"

Quality criteria: Specific and falsifiable. A vague objective says "we study X" without specifying what aspect or what question about X.

3. Methods

Purpose: Describe the approach, data, tools, or analytical framework used.

Detection markers (EN): "we propose", "using", "dataset", "participants", "method", "approach", "framework", "model", "algorithm", "collected", "trained", "evaluated", "sample", "experiment"

Detection markers (ZH): "采用", "方法", "数据集", "样本", "模型", "算法", "框架", "实验", "训练", "评估"

Quality criteria: Names the specific technique, data source, or experimental setup. Missing methods make the abstract feel like an opinion piece.

4. Results

Purpose: Report the key findings with concrete data.

Detection markers (EN): "results show", "achieved", "outperforms", "accuracy", "improved", "reduced", "found that", "demonstrates", "significant", numbers, percentages, p-values

Detection markers (ZH): "结果表明", "达到", "优于", "准确率", "提高", "降低", "发现", "显著", numbers

Quality criteria: Must contain at least one quantitative finding (number, percentage, ratio, or comparative statement with magnitude). A results section without numbers is classified as VAGUE.

5. Conclusion / Significance

Purpose: State the contribution, implications, or practical value of the findings.

Detection markers (EN): "our findings suggest", "contributes to", "implications", "demonstrates that", "can be used", "enables", "provides", "advances", "potential"

Detection markers (ZH): "研究发现表明", "为...提供", "有助于", "具有...意义", "可用于", "推动", "贡献"

Quality criteria: Goes beyond restating results — connects findings to the broader field or practice. A hollow conclusion just repeats the results in different words.

Common Defect Patterns

DefectDescriptionTypical fix
Missing backgroundJumps straight to "We propose..."Add 1 sentence on the problem context
Vague objective"We study deep learning for NLP"Specify: "We investigate whether... improves..."
No methodsDescribes results without explaining howAdd the core technique and data source
Data-free results"Our method performs well"Add a key metric: "achieves 94.2% F1"
Echo conclusionRestates results verbatimAdd implication: "enabling real-time..."

Word Count Guidelines

ContextLanguageRange
Default (no venue specified)English150–250 words
Default (no venue specified)Chinese200–300 characters
IEEE conferenceEnglish150–200 words
ACM conferenceEnglish150–250 words
NeurIPS/ICMLEnglish≤ 200 words (strict)
Chinese thesis (GB/T)Chinese300–500 characters

Venue-specific limits override defaults. Check catalog.md for exact requirements.

Diagnostic Output Format

The analyzer outputs a per-element diagnosis:

Background:  ✅ PRESENT  — "Despite growing interest in X, the impact of Y remains unclear."
Objective:   ⚠️ VAGUE    — "This paper studies X." → Suggestion: specify the research question
Methods:     ✅ PRESENT  — "We propose a framework based on Z, evaluated on dataset W."
Results:     ❌ MISSING  — No quantitative findings detected → Add key metrics
Conclusion:  ⚠️ VAGUE    — Restates results without implications → Add practical significance

学位论文摘要骨架(thesis 模型)

上面的五要素模型是会议/期刊小论文口径。中文学位论文(尤其工科博士)摘要遵循一套不同的 骨架结构:不是 Background/Objective/Methods/Results/Conclusion 五段,而是"对象定位 → 痛点 → 总起句冒号收束 → 编号工作段 → 可选收尾段"。analyze_abstract.py--model thesis 为默认, 诊断这套骨架;--model five 保留上面的五要素模型作后备(本技能只服务学位论文,五要素模型对 博士摘要会系统性误报,如 Results 无数值判 MISSING,而合规博士摘要常定性收口)。

骨架顺序(宏观)

text
① 对象定位首句:"X 是……" / "X 产生于……"(研究对象为主语,非方法开头)
② 痛点/挑战段:"然而,……难以/挑战/瓶颈……"
③ 总起句 + 冒号收束:"本文主要研究工作/创新点如下:"
④ 编号工作段 (1)(2)(3)…:每段"针对……问题,提出/建立……,实验/应用表明……"
⑤ 可选收尾段:综述成果/工程应用("优化/工程应用"类论文常见,非必需)

段落数 = 背景段(1~2) + 工作段(编号数) + 可选收尾段。

与五要素模型的关系

维度五要素模型(--model five学位论文骨架(--model thesis,默认)
适用会议/期刊小论文中文博士/硕士学位论文
主体Background/Objective/Methods/Results/Conclusion 五段编号工作段 (1)(2)(3)…
数值Results 无数值判 VAGUE/MISSING数值可选(4/5 定性收口合规),出现才查稳健表述
字数EN 150~250 词 / ZH 200~300 字对齐 check_spec 燕山常量:博士 900~1200 字 / 硕士 500~650 字

字数阈值由 --degree {doctor,master} 切换(默认 doctor),--max-chars 可覆盖上界。

T-* 分级规律表

诊断项对应 research abstract-patterns.md 编号;★ 标记(≥4/5)为默认告警,2~3/5 规律仅 Info

检查码内容级别溯源
T-OPEN首句以研究对象为主语定位,非方法开头Warning★A1 5/5
T-PAIN存在痛点/挑战句(难以/挑战/尚未/瓶颈)Warning★A2 5/5
T-LEAD编号段前有总起句且以":"收束Warning★A4 5/5
T-ENUM主体为 (1)(2)… 编号工作段,段数与编号一致Warning★A5 5/5、D4
T-VERIFY验证方式点名(仿真/实测/生产数据/现场应用),非空泛"验证有效"Warning★C2 5/5
T-ABBR缩略语首现即定义中英全称Warning★E3 5/5
T-INNOV出现创新表述(创新/首次/新方法 或编号工作段本身)Warningweb A3 校规
T-TOC-STYLE非目录式摘要 / 背景铺陈不过长Warningweb A10 软性
T-PROB各工作段以问题导向短语开头(全篇 <50% 才报)Info★B1
T-VERB方法动词属规范集(提出/建立/设计/构建/研究/采用)Info★B4
T-NUM-HEDGE数值指标带"约/以上/区间"稳健表述(有数值才查)InfoC3 2/2
T-KW-FIRST首个关键词≈研究对象/过程名Info★D2
T-VOICE只查"我/我们/笔者";"本文/本论文"合法Infoweb A6

中英摘要一致性(--bilingual

thesis 模式加 --bilingual 时额外比对英文 Abstract 与中文摘要:

检查码内容级别溯源
B-ORD首先/其次/然后/最后 ↔ First/Second/Then/Finally 数量与顺序对齐Warning★F3 5/5
B-NUM中英数值 token 集合一致Error(数值不一致是硬伤)★F1;web A9
B-ENUM编号工作段条数一致Warning★F1
B-LEN英文摘要缺失/过短Warningweb A9
B-SEM逐句/逐要素语义对应([LLM] lane,报告给对照提示词)★F1

时态/语态(★F2 英摘方法句一般现在时被动)不在此实现:deai 模块已有英文摘要区域门控的 时态检测(tense-guide-zh.md + deai_check),--bilingual 报告尾注指路 deai, 避免双实现漂移(deai trace 不流入本模块)。

Constraints

  • Never alter the author's core claims or fabricate data
  • Never add results or conclusions not present in the original text
  • Preserve all citations, labels, and math environments
  • Mark all modifications with brackets: [ADDED: ...] or [REVISED: ...]

基于 MIT 许可发布