摘要: 从中文的角度, "摘要"就是把论文重要的内容摘录出来; 从英文的角度, Abstract 就是把重要的内容抽取出来. 它通常包括三个部分: 已有工作的评述, 本文工作的描述, 实验结果. 有些期刊明确要求按照 Background, contribution, experiments 三个方面描述.

逐句分析

我的规范包括 10 句:

  1. 问题及其重要性
    本句可以说明问题所属的领域, 解释最重要的概念, 或者强调问题的重要性.
    – 反例: Attribute reduction is an important issue in data mining.
    分析: 只会说 important, 干巴巴的. 而且 important 没有任何特色, 任何论文都可以说自己的问题 important.
    – 正例: Recommender systems guide their users in decisions related to personal opinions about items.
    分析: 针对性强, 有营养.
  2. 已有工作
    本句可以描述该问题的流行解决方案. 如果说我们做研究是 “站在巨人的肩膀上”, 本句就描述巨人长什么样子.
  3. 已有工作局限性
    本句以 However 开头, 需要注意
    – 指责不要太强烈, 要尊重别人的劳动;
    – 本句干的事情是挖坑, 要保证自己的方法能把坑填上;
    – 实在不行也可以不写本句, 但这样显得没有底气.
  4. 本文工作
    – 以 In this paper 开始
    – 是题目的扩展
    – 出现算法的缩写
    – 可以超过 20 个单词, 这也是全文唯一可以超过 20 个单词的句子
  5. 本文方法的第 1 个技术/步骤/方面/优势/贡献
  6. 本文方法的第 2 个技术/步骤/方面/优势/贡献
  7. 本文方法的第 3 个技术/步骤/方面/优势/贡献
    如果不能扯出 3 个方面, 论文的工作量就显得不够
  8. 实验设置
    给出数据的领域、来源、数量.
  9. 实验结果
    提高了准确性、效率等等.
  10. 提升
    吹嘘一下论文的意义: 为该领域打开一扇门之类

例 1. Three-way active learning through clustering selection.

  1. In clustering-based active learning, the performance of the learner relies heavily on the quality of clustering results.
    第 1 句: 问题的重要性
  2. Empirical studies have shown that different clustering techniques are applicable to different data.
    第 2 句: 已有工作
  3. We propose the three-way active learning through clustering selection (TACS) algorithm to dynamically select the appropriate techniques in the learning process.
    第 4 句: 本文内容 (注意并没有第 3 句)
  4. The algorithm follows the coarse-to-fine scheme of granular computing coupled with three-way instance processing.
    第 4’ 句: 主要内容的补充说明
  5. For label query, we select both representative instances with density peaks, and edge instances with the maximal total
    distance.
    第 5 句: 第 1 项技术
  6. For block partition, we revise six popular clustering techniques to accommodate the binary splitting.
    第 6 句: 第 2 项技术
  7. For clustering evaluation, we define weighted entropy with 1-nearest-neighbor.
    第 7 句: 第 3 项技术
  8. For insufficient labels, we design tree pruning techniques with the help of a block queue.
    第 7’ 句: 第 4 项技术
  9. Experiments were undertaken on twelve UCI data sets.
    第 8 句: 实验设置
  10. The results show that TACS is superior to single clustering technique based algorithms and other state-of-the-art active learning algorithms.
    第 9 句: 实验结果

例 2. Test-cost-sensitive attribute reduction

  1. In many data mining and machine learning applications, there are two objectives in the task of classification: one is decreasing the test cost, the other is improving the classification accuracy.
    理文编辑把两个句子合并, 导致比较长
  2. Most existing research work focuses on the latter, with attribute reduction serving as an optional pre-processing stage to remove redundant attributes.
    没写 However, 但挖了坑
  3. In this paper, we point out that when tests must be undertaken in parallel, attribute reduction is mandatory in dealing with the former objective.
    填坑
  4. With this in mind, we posit the minimal test cost reduct problem which constitutes a new, but more general, difficulty than the classical reduct problem.
    本质上相当于 First
  5. We also define three metrics to evaluate the performance of reduction algorithms from a statistical viewpoint.
    本质上相当于 Second
  6. A framework for a heuristic algorithm is proposed to deal with the new problem; specifically, an information gain-based λ \lambda λ-weighted reduction algorithm is designed, where weights are decided by test costs and a non-positive exponent λ \lambda λ, which is the only parameter set by the user.
    本质上相当于 Third
  7. The algorithm is tested with three representative test cost distributions on four UCI (University of California-Irvine) data sets.
    实验设置
  8. Experimental results show that there is a trade-off while setting λ \lambda λ, and a competition approach can improve the quality of the result significantly.
    结果
  9. This study suggests potential application areas and new research trends concerning attribute reduction.
    吹牛. 不过本文的引用次数确实达到了 300+

例 3. Three-way recommender systems based on random forest

  1. Recommender systems guide their users in decisions related to personal opinions about items.
  2. Most existing systems implicitly assume the recommender behavior as a binary classification.
  3. That is, the incoming item is either recommended or not.
    虽然没有用 However, 但有那个意思.
  4. In this paper, we propose a framework integrating three-way decision and random forest to build recommender systems.
  5. First, we consider both misclassification costs and teacher cost.
  6. Misclassification costs are paid for wrong recommendation behaviors, while teacher cost is paid to consult the user actively for her tendency.
  7. Second, with these costs, a three-way decision model
    is built and rational settings of α ∗ \alpha^* α∗ and β ∗ \beta^* β∗ are computed.
  8. Third, we build a random forest to compute the probability P P P that a user likes an item.
  9. Fourth, α ∗ \alpha^* α∗, β ∗ \beta^* β∗ and P P P are employed for determining the recommender behavior to users.
    总共 4 个方面
  10. The performance of the recommender is evaluated by the average cost.
  11. Experiments results on the well-known MovieLens dataset show that the threshold pair ( α ∗ , β ∗ ) (\alpha^*, \beta^*) (α∗,β∗) determined by three-way decision is optimal not only on the training set, but also on the testing set.

例 4. Multi-label active learning through serial–parallel neural networks

  1. Multi-label active learning is an extension of supervised learning with high-dimensional label spaces and interactive scenarios.
    问题及其特点
  2. Its key issues include the exploitation of label correlations, handling of
    missing labels, and selection of query labels.
    核心问题, 为自己的内容作准备
  3. Various techniques have been proposed for this purpose; however, there is still room for performance improvement.
    However 的典型用法
  4. In this study, we propose a multi-label active learning through serial–parallel neural networks (MASP) algorithm with simple and effective mechanisms.
    核心句, 同时给出算法的缩写
  5. For label correlations, the serial part of the network extracts features that are common to all the labels.
    解决第一个问题的技术
    5’ This mechanism is more effective than the explicit feature extraction or compressed
    sensing methods.
    吹嘘一下优点
  6. Regarding the missing labels, the network sets the corresponding losses to zero for
    backpropagation.
    解决第二个问题的技术. Regarding 起到和 For 同样的作用, 而且避免简单的重复
    6’ Thus, it does not require label completions that may introduce additional errors.
    吹嘘一下优点
  7. For label queries, the parallel part of the network provides independent pairwise predictions for each label.
    解决第三个问题的技术
    7’ Such pairwise predictions present appropriate information for computing label uncertainty.
    吹嘘是一种习惯
  8. Three sets of experiments were conducted on 22 benchmark datasets using 14 popular algorithms for comparison.
    实验设置
  9. The results show that our algorithm achieves state-of-the-art active learning performance.
    实验结果

MASP 是至今 (2022年末) 为止我们包装得最八股的一篇论文.

论文写作 7: 摘要 10 句相关推荐

  1. Algorithm:数学建模大赛之数学建模基础(经验/技巧)、流程(模型准备/模型假设/建模/求解/分析/优化/预测/评价)、论文写作(意义/摘要/关键词/问题重述和模型假设/建模/文献)之详细攻略

    Algorithm:数学建模大赛之数学建模基础(经验/技巧).流程(模型准备/模型假设/建模/求解/分析/优化/预测/评价).论文写作(意义/摘要/关键词/问题重述和模型假设/建模/求解/结论/参考文 ...

  2. Algorithm:数学建模大赛(CUMCM/NPMCM)之数学建模(经验/技巧)、流程(模型准备/模型假设/建模/求解/分析/优化/预测/评价)、论文写作(意义/摘要/关键词/问题重述和模型假设/建

    Algorithm:数学建模大赛(CUMCM/NPMCM)之数学建模(经验/技巧).流程(模型准备/模型假设/建模/求解/分析/优化/预测/评价).论文写作(意义/摘要/关键词/问题重述和模型假设/建 ...

  3. 软件架构师-论文写作要求-摘要-扣分原则-加分原则-不及格

    文章目录 1.摘要 2. 正文基本要求 3.扣分原则 4.加分原则 5.论文不及格 1.摘要 按照考试评分标准:"摘要应控制在300-400字的范围内,凡是没有写论文摘要,摘要过于简略,或者 ...

  4. 论文写作——4 摘要撰写基本原则(以小柚子MIHI33版摘要为例)

    文章目录 摘要撰写基本原则 1. 总体节奏(10句) 1.1 实验设置.实验结果,没分开写 1.2 超过了 10 句 1.3 句子长度(15单词) 2. 以MIHI33版摘要为例(10句) 3 其他问 ...

  5. 对论文写作专栏文章的简单归纳总结和心得体会

    在结束对论文写作一课的学习和对闵老师相关博客文章的阅读之后,为方便以后复习使用,我进行了简单的总结归纳,有以下50条: 论文写作1:学术论文的基本概念: 这一篇文章简单介绍了什么是学术论文.为什么要写 ...

  6. 闵帆老师《论文写作》学习记录与体会

    目录 前言: 论文写作 1: 学术论文的基本概念: 论文写作 2: 常见的 Latex 格式文件: 论文写作 3: 慎用的单词与短语: 论文写作 4: 彻底解决英文句子的语法问题: 论文写作 5: 符 ...

  7. 论文写作 9: 引言需要讲述完整的故事

    "引言"的本意是为论文作一些铺垫, 然而, 在计算机英文论文中, Introduction 需要讲述完整的故事. 近年来, 一些好的中文杂志也逐渐采用了这个风格. 它应该对整个故事 ...

  8. 《论文写作》课程总结心得体会

    <论文写作>课程总结心得体会 引言 如何写论文 写好英文 数学公式 题目 摘要 关键词 引言 文献综述 伪代码 实验部分 结论 参考文献 画图 投稿审稿改稿 会议论文和期刊论文区别 总结 ...

  9. 论文写作,上课收获分享

    一.咋写论文 1.标题 标题要起得亮眼, 吸引住别人的眼球. 要利于检索, 因为文章写出来就是给别人看的嘛, 论文的被引用数量还是很重要的. 尽量不使用 based on, 因为会显得烂大街. 长度最 ...

最新文章

  1. 127.0.0.1和0.0.0.0和localhost的区别
  2. hdu6376 度度熊剪纸条 思维
  3. Python数据收集及分析学习相关
  4. 20应用统计考研复试要点(part6)--统计学
  5. mvn使用assembly打包所有的moudle为一个tgz文件
  6. Go语言并发机制初探
  7. 51CTO下载中心资源上传协议
  8. node.js中ws模块创建服务端和客户端,网页WebSocket客户端
  9. django中时区设置
  10. DevExpress 小结
  11. Title函数--Matplotlib
  12. Centos 搭建DNS服务器
  13. 计算机睡眠与切换用户的区别,小白教你电脑休眠和睡眠的区别
  14. js 取表格table td值 botton a
  15. 地图采集车的那些事 | 惯性导航
  16. 不想打工在家创业这个生意让你月入过万
  17. Best Fitting Hyperplanes for Classification(用于分类的最佳拟合超平面)
  18. 兰州营区武警官兵“浴雪”炼精兵
  19. HTML5 视频直播(一)
  20. 史上最强的YUV转换RenderScript,支持转换成RGBA,BGRA,并且同时支持旋转,翻转,YUV数据格式支持NV21, YV12, YUV420_888, 分别对应Android Camer

热门文章

  1. IIS日志文件存在哪里?Windows服务器IIS日志存放位置 及 查看方法
  2. 2020年六月六级阅读:水浒传
  3. python微博文本分析_微博评论挖掘之Bert实战应用案例-文本情感分类
  4. Cypress USB2.0固件架构彻底解析及USB枚举
  5. 【深度长文】小样本学习及其在美团场景中的应用
  6. 新手微擎(微赞)学习之路一
  7. InnoDB(4,吃一堑长一智
  8. 将低于总平均分成绩的女同学的成绩提高5%
  9. 查询linux下的命令是什么意思,技术|如何在Linux命令行下查询字典?
  10. 时间序列模型之相空间重构