Skip to content

程大钊 2021.12.23

1 论文质量评价

  • 重要性或者影响力(Impact)
  • 新颖性或者独特性(Novelty)
  • 理论深度(Depth)
  • 提出新方法的有效性(Effectiveness)

2 标题 (Title)

  • 准确且充分地表达
  • 问题以及核心思想
  • 不宜过长过于模糊
  • 一行或者两行
  • 着重点应该是一个名词
  • 即所研究的问题或者提出的新方法

3 摘要 (Abstract)

  • 重要的内容
  • 简明扼要阐述研究问题的重要性(9-12 sentences)
  • Abstract 中的话尽量不要和正文相同
  • 新方法的新颖性
  • 新方法有效性的实验结果

image.png e.g.

  • This research develops an advanced ...
  • Unlike existing parallel skyline approaches ...
  • In particular, we apply filtering techniques ...
  • In the second phase ...
  • To improve the parallel ...
  • The aggressive partition-aware ...
  • Recognizing the lack of ...
  • The presort process can ...
  • Our experimental results show ...

image.png

4 概述 (Introduction)

  • 研究目的(或者动机) -> 研究的重要性
  • 研究成果 -> 解决问题的有效性

5 IEEE Transactions on Computers 文章例子

5.1 论述细节、冗余、过简、伪代码等

  • 论述细节、冗余
    • 废话
    • 废图
      • 左右对称
      • 空间利用饱满
  • 过少不清晰
  • 信息量过大
  • 混乱
  • 复杂
  • 语言、图表

5.2 Scalability & Overhead

  • The time required to perform the algorithm
  • The time required to activate control adjustment
  • Single Machine? Many Machines?

5.3 Concepts/ideas Clear

  • Real Platform or simulation?
  • Traces? Benchmarks?
  • explain the reason for the method
  • concepts/ideas/graphs which need a more detailed explanation

More Comparisons and Baseline

  • 学术界的最新 research
  • 工业界的主流方法
  • 类似的工作
  • 类似的 idea