论文写作——公式描述及同位语、can、代词this等的规范表达(以韬韬同学ASMI28版为例)

本文主要是介绍论文写作——公式描述及同位语、can、代词this等的规范表达(以韬韬同学ASMI28版为例),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

文章目录

  • 1 语句表达
    • 1.1 图片下面的文字说明的错误
    • 1.2 introduction
      • 1.2.1 本文贡献的几个错误
      • 1.2.2 introduction写完贡献后的总结语句
  • 2 第三部分 算法
  • 3 从特例公式 改写成 通用描述的公式

1 语句表达

1.1 图片下面的文字说明的错误

在这里插入图片描述

  1. 同位语不用加()
      Given a bag (Bi)
     -修改:>
      Given a bag Bi

  2. firstly 和 secondly 没有形成对仗关系;另外,这里没有thirdly,就尽量不用firstly 和 secondly 形成排列;
      extraction -> extractor 表达的时候,应查阅下有没有专用的名词

  Secondly, the two feature extractions ( f ( ⋅ ) f(\cdot) f() and g ( ⋅ ) ) g(\cdot)) g())) is utilized to embed the original instances and the fused vector.
  修改:->
  Then the two feature extractors f ( ⋅ ) f(\cdot) f() and g ( ⋅ ) ) g(\cdot)) g()) are utilized to embed the original instances and the fused vector, respectively.

  1. 重复绕的句子要多体会
    With the embedded vectors, the self-attention block re-integrates them to …
    the embedded vectors 和 them 在同一个句子里,表示相同的意思, 一定要整合,说一次就够了。
    ->
    The self-attention block re-integrates embedded vectors to …

1.2 introduction

在这里插入图片描述

  1. The main task of MIL is to predict the bag label by analyzing the relationship between the bag and its instances and training a classification model.
    这句话是用在introduction的第二段,对MIL任务进行概述的,但是这里只用MIL算法的一个方向来代表MIL算法,是不可以的,应写的更概括一些。
    在这里插入图片描述
  2. 能简化的句子就不要绕
    句子偏长,那么带的信息也应该更多,要不然就显得句子没有营养-》
    Many MIL algorithms employ neural networks.
    Many MIL algorithms use neural network as the backbone.
    在这里插入图片描述
    3) A common strategy of the them …
    -》
    The common strtegies assign the bag label to all Its instances

1.2.1 本文贡献的几个错误

在这里插入图片描述
1) this一般用于语句论述中的就近名词 或 一整个句子的指代,以避免重复。
第一个this: 指代不明确;这里的this想代指framework or 本段的第一句话 or 前面两句话 ?
第二个this:代指前一句话:we alleviate the possible weak distinguishability of the fused vector. 因此这次是可以使用的
2)can 是可能的意思,如果你没有表达不确定的意思,这里就不要用
 This can utilize …
  ->
 如果是代替framework,就直接指出: This framework utilizes …
 如果指代的是两面两句话,可以用: In this way, …

3) 学会用due to,科技论文中比cause更好一些
This is caused by the fact that …
->
This is due to the fact that …

  1. 重复出现的influence,表示的却是一褒一贬的意思
    第1个地方: … weaken the influence … influence用于负面影响是ok的
    第二个地方:exploiting the influence
    ->
    exploiting the contribution
    exploiting the impact (impact factor. 说明impact 可用于褒义)
    不过本人这里更建议使用contribution

5) The created datasets are derived from MNIST and images published by COREL company.
可数名词company,要么加冠词,要么用复数
->
the COREL company

6)Experiment results demonstrate that ASMI can achieve desirable performance on both existing and created datasets.
本身这里的意思 就很明确了,是实验结果。所以完全可以简洁一点。
->
Results results demonstrate that ASMI can achieve desirable performance on both existing and created datasets.

7) In addition, the superiority of the performance of ASMI is particularly significant on multi-class datasets.
superiority 和 performance两者意思有重复
->
the superiority of ASMI is particularly significant on multi-class datasets.

1.2.2 introduction写完贡献后的总结语句

在这里插入图片描述

  1. we discuss some future issues of ASMI.
    这句话不够准确,conclude总结是不能丢的。 of ASMI有些多余
    ->
    we conclude and discuss some future issues.

2 第三部分 算法

在这里插入图片描述

  1. In this paper, we propose
    一般在摘要、introduction、conclusion说In this paper, 其他地方就不要这么提了。
    ->
    We propose …

2) And the self-attention
->
The self-attention
不要再一句话开头用and。
引用闵老师的话:“它在这个位置没有任何实际的意义, 因为相邻的句子本身就有相关性. 除了童话, 没人在句首使用 and.
句子中间慎用 and, 除非你有对仗工整的词组, 如: data mining and machine learning. 而 data mining and algorithm design 就是一种滥用, 因为两者从语义上来说无法并列. 初学者滥用本词的非常多, 所以需要全篇自查, 并绕过它“.
原文链接:https://blog.csdn.net/minfanphd/article/details/121077129

3) It usually does not have corresponding ground-true labels during learning procedure.
不准确。 实例的标签不是没有,而是不可知而已。
->
The ground-true label of each instance is usually unknown.

  1. mapping Bi ↦ \mapsto yi.
    给定义域与值域就是 \to
    给具体的输入与输出就是 \mapsto

5)
在这里插入图片描述
…each vectors, we propose a simple method but effective way to quantify it.
method way 两个单词重复了。 quantify it 中的it指代不明确,是each vector 还是distinguishability?
修改->
…each vector set, we propose a simple yet effective metric.

3 从特例公式 改写成 通用描述的公式

在这里插入图片描述

在这里插入图片描述
1) test bag 要注意自己的场景,如果是有监督的,就是把所有数据拿来学习,在实验之前,不存在测试集 训练集的问题
2) 根据本文fig. 1的描述, b i \mathbf{b}_i bi 是包 B i \mathbf{B}_i Bi的映射向量,那么这里就应该和前面,在符号系统上保持一致,不要新创符号出来,让读者混淆
3) 考虑到作者想在这里有泛化的感觉,即这里在说,通用情况下,向量集合之间的辨别性如何度量,那么可以用和 b i \mathbf{b}_i bi 关联性更强的符号,比如 b \mathcal{b} b= {}
tip: 在这里 \mathbf 和\mathcal,看不出符号区别,在latex中,是有区别的,一个是加粗表示向量/集合,一个通常表示集簇
4) 本段描述的是L种category,应尽量描述出公式1的泛化性,而不是退化到只有0和1二分类的情况。
修改:
b = { b i } i = 1 N \mathcal{b} = \{\mathbf{b}_i\}_{i = 1}^N b={bi}i=1N

b \mathcal{b} b is partitioned according to respective lables into { b 0 , b 1 , b L − 1 } \{\mathrm{b}_0, \mathrm{b}_1, \mathrm{b}_{L-1}\} {b0,b1,bL1},
where ⋃ i = 0 L − 1 b i = b \bigcup_{i = 0}^{L-1} \mathrm{b}_i = \mathcal{b} i=0L1bi=b,and b i ∪ b j = ∅ \mathrm{b}_i \cup \mathrm{b}_j = \emptyset bibj= if i ≠ j i \neq j i=j.

d ( b ) = ∑ 0 ≤ i < j ≤ L − 1 d ( b ‾ i , b ‾ j ) d ∗ ( b i ) + d ∗ ( b j ) d(\mathcal{b}) = \sum_{0 \leq i < j \leq L - 1} \frac{d(\overline{\mathrm{b}}_i, \overline{\mathrm{b}}_j)}{d^*(\mathrm{b}_i) + d^*(\mathrm{b}_j)} d(b)=0i<jL1d(bi)+d(bj)d(bi,bj)

谢谢闵老师对上述问题的指导。

这篇关于论文写作——公式描述及同位语、can、代词this等的规范表达(以韬韬同学ASMI28版为例)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/166872

相关文章

MySQL高性能优化规范

前言:      笔者最近上班途中突然想丰富下自己的数据库优化技能。于是在查阅了多篇文章后,总结出了这篇! 数据库命令规范 所有数据库对象名称必须使用小写字母并用下划线分割 所有数据库对象名称禁止使用mysql保留关键字(如果表名中包含关键字查询时,需要将其用单引号括起来) 数据库对象的命名要能做到见名识意,并且最后不要超过32个字符 临时库表必须以tmp_为前缀并以日期为后缀,备份

AI hospital 论文Idea

一、Benchmarking Large Language Models on Communicative Medical Coaching: A Dataset and a Novel System论文地址含代码 大多数现有模型和工具主要迎合以患者为中心的服务。这项工作深入探讨了LLMs在提高医疗专业人员的沟通能力。目标是构建一个模拟实践环境,人类医生(即医学学习者)可以在其中与患者代理进行医学

hdu 4565 推倒公式+矩阵快速幂

题意 求下式的值: Sn=⌈ (a+b√)n⌉%m S_n = \lceil\ (a + \sqrt{b}) ^ n \rceil\% m 其中: 0<a,m<215 0< a, m < 2^{15} 0<b,n<231 0 < b, n < 2^{31} (a−1)2<b<a2 (a-1)^2< b < a^2 解析 令: An=(a+b√)n A_n = (a +

论文翻译:arxiv-2024 Benchmark Data Contamination of Large Language Models: A Survey

Benchmark Data Contamination of Large Language Models: A Survey https://arxiv.org/abs/2406.04244 大规模语言模型的基准数据污染:一项综述 文章目录 大规模语言模型的基准数据污染:一项综述摘要1 引言 摘要 大规模语言模型(LLMs),如GPT-4、Claude-3和Gemini的快

论文阅读笔记: Segment Anything

文章目录 Segment Anything摘要引言任务模型数据引擎数据集负责任的人工智能 Segment Anything Model图像编码器提示编码器mask解码器解决歧义损失和训练 Segment Anything 论文地址: https://arxiv.org/abs/2304.02643 代码地址:https://github.com/facebookresear

论文翻译:ICLR-2024 PROVING TEST SET CONTAMINATION IN BLACK BOX LANGUAGE MODELS

PROVING TEST SET CONTAMINATION IN BLACK BOX LANGUAGE MODELS https://openreview.net/forum?id=KS8mIvetg2 验证测试集污染在黑盒语言模型中 文章目录 验证测试集污染在黑盒语言模型中摘要1 引言 摘要 大型语言模型是在大量互联网数据上训练的,这引发了人们的担忧和猜测,即它们可能已

OmniGlue论文详解(特征匹配)

OmniGlue论文详解(特征匹配) 摘要1. 引言2. 相关工作2.1. 广义局部特征匹配2.2. 稀疏可学习匹配2.3. 半稠密可学习匹配2.4. 与其他图像表示匹配 3. OmniGlue3.1. 模型概述3.2. OmniGlue 细节3.2.1. 特征提取3.2.2. 利用DINOv2构建图形。3.2.3. 信息传播与新的指导3.2.4. 匹配层和损失函数3.2.5. 与Super

10个好用的AI写作工具【亲测免费】

1. 光速写作 传送入口:http://u3v.cn/6hXWYa AI打工神器,一键生成文章&ppt 2. 讯飞写作 传送入口:http://m6z.cn/5ODiSw 3. 讯飞绘文 传送入口:https://turbodesk.xfyun.cn/?channelid=gj3 4. AI排版助手 传送入口:http://m6z.cn/6ppnPn 5. Kim

JavaEE7 Servlet 3.1(JSR 340)规范中文版

http://www.iteye.com/news/27727-jinnianshilongnian     Jave EE 7中的部分规范已正式获得批准通过,其中包括JSR340 Java Servlet 3.1规范,去年翻译了该规范,在此分享出来,希望对某些朋友有所帮助,不足之处请指正。   点击直接下载    在线版目录   Servlet3.1规范翻译

BERT 论文逐段精读【论文精读】

BERT: 近 3 年 NLP 最火 CV: 大数据集上的训练好的 NN 模型,提升 CV 任务的性能 —— ImageNet 的 CNN 模型 NLP: BERT 简化了 NLP 任务的训练,提升了 NLP 任务的性能 BERT 如何站在巨人的肩膀上的?使用了哪些 NLP 已有的技术和思想?哪些是 BERT 的创新? 1标题 + 作者 BERT: Pre-trainin