笔记 Academic Writing

学术词汇

动词

  • 使用 use, are based on, by ,, apply it to” ,rely on, by doing, “employ” ,“without”,by doing,Using, “require”
  • 有 have, there are, “include”“involve” ,“contain” ,“consist of”, be “composed of”,
  • 提出 “propose”,“introduce” ,“present” ,
  • 显示 “show”,“demonstrate” ,
  • 结果 “achieves 28.4 BLEU , “establishes a new single-model state-of-the-art BLEU score of 41.8”, “reach a new state of the art”,“obtains new state-of-the-art results” , “improves” “enables …to”, allow … to ,“improve”
  • 导致 results in,
  • 改变 “add” , “inject” ,“improve” ,,,,,,,,
  • 发现 “We can see that” ,find, observe,
  • 认为 we believe that,
  • 指的是 “refers to” ,“denote input embedding as E” ,“represent” ,
  • 比较 “be different from” ,“outperforms other detection methods,” , “are faster than”, “is smaller than”,
  • 形容词 first, recent,“existing” ,“next” , “following”,“original”, “final” ,“given” , “corresponding” ,“prior” , previous, “current” ,“relevant” , “another”, arbitrary, “different”, new,
  • 数量 “a variety of” “a number of” ,“several” ,“enormous” ,
  • 程度 “approximately” ,“significantly”
  • 问题 “limitations” “lack”,limit,restrict,“challenge” ,
  • 方法 “approach”,

固定表达

连接词

  • 此外 “Additionally,” as well as, also, Furthermore,
  • 但是 “However,”
  • 结果 “As a result, Therefore,”
  • 因为 “because”, “due to” ,
  • 比较 “In contrast to”, “Unlike” ,“Compared to” , “By contrast,”, “Similar to”, “Similarly,”
  • 举例 for example, such as, “including” “In particular,” “involving”,
  • 强调 “It is critical to”
  • 首先 “First,”Second, “Finally,”
  • 目的,为了 “in order to”, to do,
  • 结果 “so that”
  • 位置 “In this section,” “In Table 5,” ,“in the appendix.”
  • 没有,不是 “rather than” ,without,
  • “In terms of” ,

功能

  • 图表 “As shown in Figure 1,” , “Results are presented in Table 1.”,“This step is presented in the left part of Figure 1.” ,“is shown in Fig 3.”
  • 引用 “More details can be found in Appendix A5.” ,
  • 数字:“We use a batch size of 32 and fine-tune for 3 epochs”

论文的结构和句式

  • 标题 Title
  • 摘要 Abstract,包括背景+方法+结果。
  • 引言Introduction: 包括 background背景(话题和重要性), 已有工作(Literature Review), 问题,改进, 以及 创新点。
  • 方法 Method:按照步骤,按照模块。
  • 结果 Results:先图表再解释。
  • 讨论 Discussion:可以和结果合并。
  • 结论 “Conclusion”:总结+展望
  • 参考文献 Bibliography。格式
  • 附录 Appendix:
    会一个可用的表达就可以了,不要求全面。

参考资料:

  • Academic Phrase-bank

结构参考已有的论文来写。

核心是IMRaD框架(Introduction, Methods, Results, and Discussion),再加上计算机特有的模块。

结构(按顺序)和对应的表述。

开头部分

  • Title (标题):用XXX解决XXX在XXX情况下。
    • 简洁、准确,包含核心关键词(方法/模型/数据集/任务)。
    • 例:A Lightweight CNN for Real-Time Image Classification on Edge Devices
  • Abstract (摘要): - 150–250词,一句话背景 + 问题 + 方法 + 关键结果 + 结论/意义。 - 必须包含:研究动机、核心创新、实验验证、主要贡献。
    1. 背景:[领域]在[应用场景]中至关重要,但[现有问题/挑战]。
    2. 方法:本文提出[核心方法/模型],通过[关键创新点]解决上述问题。
    3. 实验:在[数据集]上与[SOTA/基线方法]对比,[关键结果,如准确率提升X%/速度提升Y倍]。
    4. 结论:实验结果表明,本文方法[优势,如高效/准确/鲁棒],为[领域]提供[价值/参考]。
  • Keywords (关键词): 3–6个,覆盖领域、方法、任务、数据集,方便检索。

正文部分

  • Introduction (引言):突出动机。
    1. Background(背景),引入话题关键词并突出意义。
    2. 已有方法(Literature Review), 领域现状。
    3. 问题,现有方法的不足,limitation
    4. 本文的改进方法,
    5. 本文贡献,明确列出3–5点,总结创新点。We propose
    6. 本文结构,各章节安排。
  • Related Work (相关工作):可以放在引言中。
    • 分类综述:按方法/任务/数据集梳理前人工作。
    • 对比分析:指出与本文的区别,突出创新点(避免简单罗列)。

方法+实验(结果+讨论)

  • Method(方法):按照步骤,按照模块。
    • 问题定义:形式化描述任务/目标。
    • 模型/算法设计:核心模块、公式、流程图、伪代码。
    • 实现细节:数据集、预处理、超参数、训练/推理流程。
    • 复杂度/理论分析(可选):时间/空间复杂度、收敛性等。
    • 有些学科论文方法章节放到附录中。
  • Experiments (实验):通常3组,直接评估,推广,消融实验。得到结果。
    • 实验设置:数据集、评价指标、基线方法、硬件/软件环境。
    • 对比实验:与SOTA/基线对比,用表格/图表呈现结果。
    • 消融实验:验证各模块有效性(Ablation Study)。
    • 可视化/案例分析:直观展示效果(如图像、曲线、示例)。
    • 统计显著性(可选):t检验、方差分析等。
  • Results(结果):先展示图表再解释,得出结论哪个更好。
  • Discussion 讨论,有时候是独立章节,有时候合并到结果中。优势与局限:分析方法的适用场景与不足。未来工作:提出改进方向。

结论

  • Conclusion (结论): 总结全文,重申核心贡献与意义,不引入新内容。

补充部分

  • References (参考文献): 格式统一(IEEE/ACM/APA等),优先引用顶会/顶刊,近3–5年为主。
  • Appendix (附录)(可选): 补充公式、证明、代码、额外实验数据等。