├── .gitignore ├── README.md └── pics ├── 1.png ├── 10.png ├── 11.png ├── 12.png ├── 13.png ├── 14.png ├── 15.jpeg ├── 16.jpeg ├── 17.jpeg ├── 18.jpeg ├── 19.jpeg ├── 2.png ├── 20.jpeg ├── 22.jpg ├── 23.jpg ├── 24.jpg ├── 25.jpg ├── 26.jpg ├── 27.jpg ├── 3.png ├── 36.jgp.png ├── 36.jpg ├── 37.jpg ├── 38.jpg ├── 39.jpg ├── 4.png ├── 40.jpg ├── 41.jpg ├── 5.png ├── 6.png ├── 7.png ├── 8.png ├── 9.png ├── icon ├── MLNLP.png ├── ai.png ├── catalogue.png ├── folders.png ├── heart.png ├── intro.png ├── motivation.png ├── notes.png ├── organizer.png └── resource.png ├── pic_29_1.jpeg ├── pic_29_2.jpeg ├── pic_30.jpeg ├── pic_31.jpeg ├── pic_32.jpeg ├── pic_33.jpeg ├── pic_34.jpeg ├── pic_35.jpeg ├── pic_42.png ├── pic_43.png ├── pic_44.png ├── pic_45.png ├── profile ├── CongWang.png ├── Erutan-pku.png ├── HaomingJiang.png ├── JiaRuonan.png ├── Libo Qin.png ├── Qian.png ├── Xiao Xu.png ├── YutongZhou.png ├── Zhousheng Zhang.png ├── bright2013.png ├── jiaqi.png ├── logCong.png └── yiheng.png └── update1_pic_25.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | **/.DS_Store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 |

Paper Writing Tips

3 |

4 |

5 | 6 | version 7 | 8 | 9 | Status-building 10 | 11 | 12 | PRs-Welcome 13 | 14 | 15 | stars 16 | 17 | 18 | FORK 19 | 20 | 21 | Issues 22 | 23 |
24 |

25 | 26 |
27 |

28 | 项目动机/ 29 | 写前必看/ 30 | 终稿必查/ 31 | 百家之言/ 32 | 组织者列表/ 33 | 贡献者列表 34 |

35 |
36 | 37 | ## 项目动机 38 | 39 | 很多初学者同学在投稿的时候经常会出现一些共有的小错误,为了节省大家的时间和帮助大家能够尽快的定位一些小的问题。本项目总结了我们在自己投稿过程中的经验和一些身边老师同学的投稿经验,希望能对大家有所帮助,由于我们的水平有限,如有疏漏,还望谅解。谢谢大家。 40 | 41 | >本项目的特色: 42 | > 43 | >1. **写前必看**:包含一些常见的错误,每个错误均配有例子,可以在动手写论文之前快速浏览。 44 | >2. **终稿必查**:包含一些例子,方便快速定位是否自己的论文有错误。 45 | >3. **百家之言**:整理了一些网络上公开的写作资源(并不完全,欢迎补充),方便大家系统学习。 46 | 47 | 48 | 49 | ### 免责声明 50 | 51 | 本项目列举的所有技巧**仅供参考**,并不保证正确。本文主要关注于顶会论文,论文写作以实际需求为准。熟悉写作技巧可能会使写作没有明显的失误,而优秀的论文需要不断打磨。 52 | 所有内容仅仅来自于笔者的个人经验、互联网数据、笔者团队日常科研工作中的相关积累,以及笔者团队身边各位大佬的言传身教。有任何问题,欢迎提交 Issue 或 PR。另本项目所用徽章来自互联网,如侵犯了您的图片版权请联系我们删除,谢谢。 53 | 54 | ### 欢迎贡献 55 | 56 | Paper Writing Tips目前是一个正在进行的中项目,如有疏漏在所难免,欢迎任何的PR及issue讨论。 57 | 58 | ### 解释 59 | 60 | 下文中,标注"Attention"的内容,是目前组织者认为有(较为)明显争议的建议条目。 61 | 62 | ## 写前必看 63 | 64 | ### 公式符号 65 | 66 | #### 1. 标量符号用小写拉丁字母表示 67 | 68 | * 要点: 为避免混淆字母 l 和数字 1 ,字母 l 可用 \ell 替代。 69 | 70 | ![pics_1](pics/1.png) 71 | 72 | #### 2. 有结构的值使用 \boldsymbol(Attention) 73 | 74 | * 要点: 有结构的值例如句子序列、树、图等 (下图仅展示为句子序列情况) 75 | 76 | ![pics_2](pics/2.png) 77 | 78 | #### 3. \boldsymbol 的集合可用 \mathcal (Attention) 79 | 80 | ![pics_3](pics/3.png) 81 | 82 | #### 4. 向量值小写加粗,矩阵大写加粗 83 | 84 | * 要点: 拉丁字母用\mathbf,希腊字母用\boldsymbol。 85 | 86 | ![pics_4](pics/4.png) 87 | 88 | #### 5. 数域、期望等使用\mathbb 89 | 90 | ![pics_5](pics/5.png) 91 | 92 | #### 6. 保持元素与集合的符号对应 93 | 94 | ![pics_6](pics/6.png) 95 | 96 | #### 7. 写作风格要正式,避免缩写 97 | 98 | * `don't` 拆开写成 `do not`s 99 | * 所有格 `'s` 尽量转化为 `of` 100 | 101 | ![pics_7](pics/7.png) 102 | 103 | #### 8. 拉丁文惯用语 104 | 105 | - `e.g.,` 表示 `for example,` 106 | - `i.e.,` 表示 `that is,` 107 | - `et al.` 表示 `and others of the same kind,` 108 | - `etc.` 表示 `and others,`,不用于列举人 109 | - `et al.` 或 `etc.` 在句末时,不用再添加额外的句号 110 | 111 | ![8.png](pics/8.png) 112 | 113 | #### 9. 英文引号 114 | 115 | 键位如图所示,使用 `` 和 '' 分别表示左右引号,而不是其他符号或任何中文引号。 116 | 117 | ![9.png](pics/9.png) 118 | 119 | #### 10. 不间断空格 "~" 120 | 121 | 使用 `~` 表示不间断空格,不间断空格不会导致意外的换行,例如: 122 | 123 | ```latex 124 | Figure~\ref{} shows the model performance. 125 | Table~\ref{} shows dataset details. 126 | We use BERT~\cite{bert} model. 127 | Section~\ref{} concludes this paper. 128 | ``` 129 | 130 | ![10.png](pics/10.png) 131 | 132 | #### 11. URL 链接 133 | 134 | 使用 `\url{}` 命令,需要导入包: 135 | 136 | ```latex 137 | \usepackage{hyperref} 138 | ``` 139 | 140 | ![11.png](pics/11.png) 141 | 142 | #### 12. 引号只表示所谓,不表示引用(Attention) 143 | 144 | 引用的表述考虑使用斜体 `\textit{}` 而不是引号。 145 | 146 | ![12.png](pics/12.png) 147 | 148 | #### 13. 非单个字母的变量名 149 | 150 | 公式中的 `softmax`,`proj`,`enc` 等超过一个字母的变量或符号,使用正文字体,即使用 `\textrm` 或 `\textit` 命令。 151 | 152 | ![13.png](pics/13.png) 153 | 154 | #### 14. 使用函数命令 155 | 156 | 许多函数和符号有现成的命令,例如:`\arg{}`,`\max{}`,`\sin{}`,`\tanh{}`,`\inf`, `\det{}`, `\exp{}`. 157 | 158 | ![14.png](pics/14.png) 159 | 160 | #### 15. 公式中的括号,应通过\left,\right进行标记 161 | 162 | ![15](pics/15.jpeg) 163 | 164 | - 如 \left(\right), \left{\right}, \left<\right>, \left|\right|等。 165 | 166 | - 括号中的分割通过\middle实现。 167 | 168 | - Latex代码如下: 169 | 170 | ```Latex 171 | \begin{gather} 172 | \bold{s} = \left(\sum_{i=0}^{N-1}{\alpha_{i} \bold{h}_i}\right) + \bold{h}_N\\ 173 | \bold{s} = (\sum_{i=0}^{N-1}{\alpha_{i} \bold{h}_i}) + \bold{h}_N \\ 174 | \end{gather} 175 | 176 | \begin{gather} 177 | \left\{ x \middle| x\ne\frac{1}{2}\right\} \\ 178 | \{ x | x\ne\frac{1}{2}\} 179 | \end{gather} 180 | ``` 181 | 182 | #### 16. 使用 align 表示一组公式,等号对齐 183 | 184 | ![16](pics/16.jpeg) 185 | 186 | - 使用 align 表示一组公式,等号对齐。 187 | 188 | - Latex代码如下: 189 | 190 | ```Latex 191 | \begin{gather} 192 | E = m c^2 \\ 193 | C = B \log_2\left(1+\frac{S}{N}\right) 194 | \end{gather} 195 | 196 | \begin{align} 197 | E &= m c^2 \\ 198 | C &= B \log_2\left(1+\frac{S}{N}\right) 199 | \end{align} 200 | ``` 201 | 202 | #### 17. 只对refer的公式中加编号(Attention) 203 | 204 | ![17](pics/17.jpeg) 205 | 206 | - 推荐:只对refer的公式加编号,\nonumber去编号。 207 | 208 | - Latex代码如下: 209 | 210 | ```Latex 211 | \begin{equation} 212 | E = m c^2 213 | \end{equation} 214 | 215 | \begin{equation} 216 | E = m c^2 \nonumber 217 | \end{equation} 218 | ``` 219 | 220 | ### 表格图片 221 | 222 | #### 18. 使用Booktabs绘制更好看的表格 223 | 224 | ![18](pics/18.jpeg) 225 | 226 | - 绘制表格时,使用 \usepackage{booktabs},从而借助 \toprule, \bottomrule, \midrule, \cmidrule 命令,画出好看的分隔线。 227 | 228 | - Latex代码如下: 229 | 230 | ```Latex 231 | % Example of a table with booktabs from https://nhigham.com/2019/11/19/better-latex-tables-with-booktabs/. 232 | % First version of table. 233 | \begin{table}[htbp] 234 | \centering 235 | \begin{tabular}{|l|c|c|c|c|c|l|} 236 | \hline 237 | & \multicolumn{3}{c|}{E} & \multicolumn{3}{c|}{F}\\ 238 | \hline 239 | & $mv$ & Rel.~err & Time & $mv$ & Rel.~err & Time \\\hline 240 | A & 11034 & 1.3e-7 & 3.9 & 15846 & 2.7e-11 & 5.6 \\ 241 | B & 21952 & 1.3e-7 & 6.2 & 31516 & 2.7e-11 & 8.8 \\ 242 | C & 15883 & 5.2e-8 & 7.1 & 32023 & 1.1e-11 & 1.4 \\ 243 | D & 11180 & 8.0e-9 & 4.3 & 17348 & 1.5e-11 & 6.6 \\ 244 | \hline 245 | \end{tabular} 246 | \caption{Without booktabs.} 247 | \label{tab:without-booktabs} 248 | \end{table} 249 | 250 | % Second version of table, with booktabs. 251 | \begin{table}[htbp] 252 | \centering 253 | \begin{tabular}{lcccccl}\toprule 254 | & \multicolumn{3}{c}{E} & \multicolumn{3}{c}{F} 255 | \\\cmidrule(lr){2-4}\cmidrule(lr){5-7} 256 | & $mv$ & Rel.~err & Time & $mv$ & Rel.~err & Time\\\midrule 257 | A & 11034 & 1.3e-7 & 3.9 & 15846 & 2.7e-11 & 5.6 \\ 258 | B & 21952 & 1.3e-7 & 6.2 & 31516 & 2.7e-11 & 8.8 \\ 259 | C & 15883 & 5.2e-8 & 7.1 & 32023 & 1.1e-11 & 1.4\\ 260 | D & 11180 & 8.0e-9 & 4.3 & 17348 & 1.5e-11 & 6.6 261 | \\\bottomrule 262 | \end{tabular} 263 | \caption{With booktabs.} 264 | \label{tab:with-booktabs} 265 | \end{table} 266 | ``` 267 | 268 | #### 19. 章节、表格、图片的引用 269 | 270 | - 章节、表格、图片使用\label{...}定义后,通过\ref{...}自动引用跳转。 271 | - 对子图或子表的引用可以使用Figure~\ref{fig:figure}(a)来表示。 272 | 273 | #### 20. 不要把图表中的Caption在正文中复述 274 | 275 | ![20](pics/20.jpeg) 276 | 277 | - 说明(Caption)是用来写“这个表格是什么”的。 278 | - 正文是用来写“这个表格说明了什么”的。 279 | 280 | #### 21. “三线表”建议:尽量不要画竖线(Attention) 281 | 282 | ![22.jpg](pics/22.jpg) 283 | 284 | #### 22. 表格大小调整 285 | 286 | - 用 \centering 居中;用\small,\scriptsize,\footnotesize,\tiny 调整字号 287 | - 用\setlength{\tabcolsep}{8pt} 调整列间距 288 | - 用 p{2cm} 固定列宽 289 | - 用\multirow,\multicolumn 合并单元格 290 | 291 | ![23.jpg](pics/23.jpg) 292 | 293 | #### 23. 矢量图:图像应使用矢量图(如PDF格式) 294 | 295 | - 使用Adobe illustrator、OmniGraffle等软件绘制后存为矢量图 296 | - 使用Matplotlib绘制后存储: plt.savefig('draw.pdf') 297 | - 在LaTeX中使用pgfplots直接绘制 298 | 299 | ![24.jpg](pics/24.jpg) 300 | 301 | #### 24. 图片字体大小介于正文字体与caption之间 302 | 303 | - 建议图中字体大小保持一致 304 | 305 | ![25.jpg](pics/25.jpg) 306 | 307 | #### 25. 论文中图片中文字说明字号应和正文文字大小相当 308 | 309 | - 图片中文字字号大小不宜太大 310 | 311 | ![new_25.jpg](pics/update1_pic_25.png) 312 | 313 | #### 26. 图表设计应适用于黑白打印 314 | 315 | - 对黑白打印友好:不要以颜色作为指代图示中线条的唯一特征,可使用实线/虚线 ,亮/暗,不同线形等。 316 | 317 | ![26.jpg](pics/26.jpg) 318 | 319 | #### 27. 图片风格保持简洁美观 320 | 321 | - 不要使用过多的颜色种类,避免过亮的颜色 322 | - 使用简洁的图示,尽量少用文字描述(例子除外) 323 | - 同样功能模块使用统一格式 324 | - 箭头走向应趋于同一个方向 325 | 326 | ![27.jpg](pics/27.jpg) 327 | 328 | ### 选词用词 329 | 330 | #### 28. 注意连词符的词性 331 | 332 | * 一般连词符中,最后一个词是名词的,连起来是形容词词性; 333 | 334 | ![pic_29](pics/pic_29_1.jpeg) 335 | 336 | * 最后一个词是动词的,连起来是动词词性。 337 | 338 | ![pic_29](pics/pic_29_2.jpeg) 339 | 340 | #### 29. 词性易错点 341 | 342 | * **First**, Secondly,均为副词 343 | * training, **test**,validation,均为名词 344 | 345 | ![pic_30](pics/pic_30.jpeg) 346 | 347 | #### 30. 缩写符合使用习惯 348 | 349 | * 符合习惯,与提出者尽量一致CNN,LSTM,FEVER,ConceptNet,SQuAD,BiDAF,FEVER score,Wikipedia。 350 | * 初次出现时,全称在前,缩写在后;或缩写在前,用于注释的citation在后。graph attention network (GAT),pre-trained language model (PLM);BERT~\citep{BERT}。 351 | * 领域名、任务名、指标等一般不需要大写,如 natural language processing, question answering, accuracy, macro-F1 score. 352 | 353 | ![pic_31](pics/pic_31.jpeg) 354 | 355 | #### 31. 注意单复数 356 | 357 | * 尤其是不规则单复数变化、不可数名词。 358 | 359 | ![pic_32](pics/pic_32.jpeg) 360 | 361 | #### 32. a/an 跟着元音音素走 362 | 363 | ![pic_33](pics/pic_33.jpeg) 364 | 365 | #### 33. the的使用 366 | 367 | * 注意:一般不会独立出现(不用冠词)可数名词单数,要么加the特指,要么加复数泛指。 368 | 369 | ![pic_34](pics/pic_34.jpeg) 370 | 371 | #### 34. 时态:以一般现在时为主(Attention) 372 | 373 | ![pic_35](pics/pic_35.jpeg) 374 | 375 | #### 35. 避免绝对化表述。 376 | 377 | - 使用straightforward替换obvious 378 | - 使用generally、usually、often替换always 379 | - 使用rare替换never 380 | - 使用alleviate、relieve替换avoid、eliminate 381 | 382 | ![36.jpg](pics/36.jpg) 383 | 384 | #### 36. 避免一些模糊的表述,比如:meaning, semantic, better等。 385 | 386 | ![37.jpg](pics/37.jpg) 387 | 388 | 以better举例,也就是当表示一个事物更好时,不能仅仅说它更好,需要给出相应的解释与理由 389 | 390 | ### 句子表述 391 | 392 | #### 37. 避免过多使用代词:it,they等,模型名缩写也不长,并且更清楚。 393 | 394 | ![38.jpg](pics/38.jpg) 395 | 396 | #### 38. 避免过多贴标签,比如在谈论效果好时。 397 | 398 | 提出的方法到底改善了哪里,是什么导致的这个结果? 399 | 400 | ![39.jpg](pics/39.jpg) 401 | 402 | #### 39. 一句话说一件事。尽量使用简单句,少使用长的复合句。 403 | 404 | ![40.jpg](pics/40.jpg) 405 | 406 | #### 40. 观察/发现?假设?方法?效果?不要混着说。 407 | 408 | ![41.jpg](pics/41.jpg) 409 | 410 | ### 段落布局 411 | 412 | #### 41. 一行字数未超过1/4时,建议删除或者增加字数。(Attention) 413 | - 可选:可以尝试在该段话的最后,添加`\looseness=-1`,有时可以在不删除最后一行的情况下,将最后一行的个别单词“挤上去”。 414 | 415 | ![pic_42](pics/pic_42.png) 416 | 417 | ### 参考文献 418 | 419 | #### 42. 参考文献引用需要排查是否在句子中做成分 420 | 421 | * 要点:引用使用\citep{},作为插入语;或\citet{},作为句子主要成分如主语、宾语等。 422 | 423 | ![pic_43](pics/pic_43.png) 424 | 425 | #### 43. 尽量引用发表的版本而非arXiv版本。 426 | 427 | * 会显得正规一些 428 | 429 | ![pic_44](pics/pic_44.png) 430 | 431 | #### 44. 引用条目的格式尽量前后一致 432 | 433 | * 如会议名缩写、是否包含会议时间地点等是否所有的参考文献格式保持了一致 434 | 435 | ![pic_45](pics/pic_45.png) 436 | 437 | ## 终稿必查——投稿前一周,一天 438 | 439 | ### 关于科技英语书写习惯 440 | 441 | #### 1. 可参考拼写检查软件,检查文本是否有语病或不符习惯的表达。 442 | 443 | * 例如 [grammarly](https://app.grammarly.com), [writefull](https://www.writefull.com/). 444 | 445 | #### 2. 不要使用 didn't can't don't isn't aren't 之类的缩写形式 任何时候都不要用撇号缩写。对于所有格,完全不要用,非要表达类似意思,用of短语。对于引号,要尽力避免。 446 | 447 | #### 3. 使用缩写(如模型名、定义等),需在使用的最初始位置定义。 448 | 449 | #### 4. 模型名字大小写保持一致,如BERT,ELECTRA,避免Bert,Electra,electra混合使用。 450 | 451 | #### 5. 例句、例子考虑用斜体 452 | 453 | #### 6. \begin\item改成正常段落可以使页面更紧凑(然后在每段前手工加打黑点$\bullet$),浪费过多空间有被怀疑灌水之嫌 454 | 455 | #### 7. 脚注的写法:一般情况下,脚注可以写在“脚注相关的地方后第一个非左标点符号(如左引号、左括号)”后面。\footnote命令和它前面的标点符号之间没有空格。 456 | 457 | #### 8. A和an的区别在于发音:an LSTM cell, an F/H/L/M/N/S/X, a U. 458 | 459 | #### 9. 文章各级标题的大小写风格统一,例如短语首字母大写或单词首字母大写 460 | 461 | #### 10. 使用babel实现单词按音标音节换行(hyphenation patterns)的效果,即`\usepackage[english]{babel}` 462 | 463 | ### 关于图片: 464 | 465 | #### 11. 图片内部的字体应统一且跟正文文字大小一致。 466 | 467 | #### 12. 整张图片两侧尽量不要有空白,保持紧凑。 468 | 469 | #### 13. 图片通常在每一页的最上方或中间,而不是最下方。 470 | 471 | #### 14. 同类型模块颜色尽可能保持一个色系,每类单元用同一个颜色填充或作为边框。 472 | 473 | #### 15. 同样色系,如果某个模块颜色更深更亮 ,代表这个模块更为重要。如果不是想表达更为重要,更为核心,请在各个模块之间保持均衡颜色分配,比如灰度值尽量一致。 474 | 475 | #### 16. 不得使用过多的颜色种类,颜色最好不要高于六种。 476 | 477 | #### 17. 图片使用矢量图。 478 | 479 | #### 18. figure本意是提供比文字更直观、更明了简洁的表达的,应尽可能动用合理的绘画元素,而不是大量用文字标记。figure元素、规范用最小集合、最统一、一致的设置完成,一般不会难看。 480 | 481 | #### 19. 细节到线型、配色:第一,保持统一(低描述复杂性),第二,用一个意思、类别的图形元素该用近似、一样的线形、配色(认知直观性)。 482 | 483 | #### 20. 箭头方向尽量保持同向,避免出现来回折转。流程图中避免出现孤立组件(无任何来源或去向箭头标识)。 484 | 485 | ### 关于引用: 486 | 487 | #### 21. 引用标记的选取: 488 | 489 | * 引用在文字外(parent),使用 \cite。 490 | 491 | * 引用在文字内(within text) 492 | 493 | * ACL/NAACL/EMNLP模板使用\citet{...}; 494 | * COLING模板使用\newcite{...}; 495 | * AAAI/IJCAI模板使用\citeauthor{...} \shortcite{...}; 496 | * IEEE模版:\citeauthor{...}~(\citeyear{...}) 497 | 498 | 效果:(Zhang et al. 2020) vs. Zhang et al. (2020) 499 | 500 | #### 22. 如果篇幅较紧张,可以在引用中使用会议期刊名称的缩写。 501 | 502 | * 可以参考工具 [SimBiber](https://github.com/MLNLP-World/SimBiber) 503 | 504 | #### 23. bib管理注意保持会议/期刊名称全称和缩写一致性,检查年份、卷号、页码等,不要完全依赖 scholar 提供的信息(可能存在缺失或格式混乱)。 505 | 506 | * 可以参考工具 [Rebiber](https://github.com/yuchenlin/rebiber) 507 | 508 | #### 24. 章节、表格、图片使用\label定义后,可通过\ref自动引用跳转。 509 | 510 | #### 25. 引用和正文之间留有一个空格,而不是紧邻正文字母。 511 | 512 | #### 26. 不要重复引用同一论文的不同版本,例如 arXiv和正式会议论文。 513 | 514 | ### 关于公式: 515 | 516 | #### 27. 公式为句子的一部分。因此可在公式内部(尤其是多行)加入逗号和句号。 517 | 518 | #### 28. 对于公式后面的文字,若与公式组成完成的句子,则首字母不需要大写,并紧接在公式后面;若另起新的句子或段落,则在公式结束符\end后换行,并句子首字母大写,开启新的句子。 519 | 520 | ### 投稿前注意事项: 521 | 522 | #### 29. 检查文章的匿名性,不能包含个人与机构信息。 523 | 524 | #### 30. 检查是否超页(最后时刻慎重勿随意改图表大小) 525 | 526 | #### 31. 检查标题和摘要与投稿系统填写框内的信息是否对应。 527 | 528 | #### 32. 检查提交的数据与代码,不能包含个人与机构信息,尤其 code 里面一些 hard coded 的模型或数据路径等需要处理掉,另外需要注意隐藏文件夹(如 .git) 529 | 530 | #### 33. Overleaf 在部分会议投稿前可能访问缓慢,请注意LaTex备份 531 | 532 | #### 34. 论文的历史版本可以用时间编号,避免提交的不是最终版本 533 | 534 | #### 35. 截稿前一天最好提前交一个版本的论文以及附录,防止截稿时服务器崩溃 535 | 536 | #### 36. 交稿后仍需要关注会议官网和注册邮箱,以及时收到可能存在的会议截稿日期延后的消息。 537 | 538 | ## 百家之言 539 | 540 | ● [清华大学刘洋老师的CWMT-2014报告:机器翻译学术论⽂文写作⽅方法和技巧](http://nlp.csai.tsinghua.edu.cn/~ly/talks/cwmt14_tut.pdf) 541 | 542 | ● [复旦大学邱锡鹏老师的CCL-2018报告:如何端到端地写科研论文?](https://xpqiu.github.io/slides/20181019-PaperWriting.pdf) 543 | 544 | ● [清华大学刘知远老师:如何写一篇合格的NLP论文 ](https://zhuanlan.zhihu.com/p/58752815) 545 | 546 | ● [中国人民大学赵鑫老师:如何以初学者的身份写好一篇国际学术论文](https://zhuanlan.zhihu.com/p/136005095) 547 | 548 | ● [哈尔滨工业大学车万翔老师:如何做一个精彩的学术报告](http://www.cips-cl.org/static/CCL2019/downloads/stuPPT/01.pdf) 549 | 550 | ● [香港中文大学(深圳)陈冠英老师整理的写作建议](https://github.com/guanyingc/latex_paper_writing_tips) || [& Rebuttal Template ](https://github.com/guanyingc/cv_rebuttal_template) 551 | 552 | ● [哥伦比亚大学 Henning Schulzrinne 老师:Tips and Resources for Writing Computer Science Papers](http://www.cs.columbia.edu/~hgs/etc/writing.html) 553 | 554 | ● [哈佛大学 Whitesides 老师:从写提纲的角度切入讲解如何撰写学术论文](https://onlinelibrary.wiley.com/doi/pdf/10.1002/adma.200400767) 555 | 556 | ● [卡耐基梅隆大学 Graham Neubig 老师:How to Read/Write an International Conference Paper](http://www.phontron.com/slides/neubig15paperwriting.pdf) & [Paper style guide](http://phontron.com/paper-guide.php) 557 | 558 | ● [MSR研究员Simon Peyton Jones老师:How to Write a Great Research Paper](http://research.microsoft.com/en-us/um/people/simonpj/papers/giving-a-talk/writing-a-paper-slides.pdf) 559 | 560 | ● [MSRA研究员王晋东:用LaTex写论文经验分享](https://mp.weixin.qq.com/s/XshMg6Qb8ArLNA75ImQIWQ) 561 | 562 | ● [支付宝研究员王益老师:“学好语文,才能写好代码”(很多观点对写论文同样适用)](https://zhuanlan.zhihu.com/p/157243326) 563 | 564 | ● [哈尔滨工业大学刘一佳博士的NLPCC-2018报告:论文写作的易读性原则](http://yjliu.net/cv/res/2018-08-19-nlpcc-sws.compressed.pdf) 565 | 566 | ● [上海交通大学张倬胜博士整理的写作建议](https://github.com/cooelf/PaperWritingTips) 567 | 568 | ● [TTIC石昊悦博士:如何优雅地(用TeX)写AI论文](https://zhuanlan.zhihu.com/p/103519006) 569 | 570 | ● [夕小瑶的卖萌屋:11 个好用的科研工具推荐!工作效率提升 max!](https://mp.weixin.qq.com/s/YaPYZvd12Xxgz1Y1L9Rzuw) 571 | 572 | ● [夕小瑶的卖萌屋:吐血整理:论文写作中注意这些细节,能显著提升成稿质量](https://mp.weixin.qq.com/s/1ykqoLWjy3WhczAvb_eOoQ) 573 | 574 | ● [Deepmind Chris Dyer 等老师:关于NLP论文中公式的建议](http://karlstratos.com/teaching/cs445fall20/short-guide-typesetting.pdf) 575 | 576 | ● [Google Brain的Bo Chang老师的LaTeX Tips](https://bochang.me/blog/posts/latex/) 577 | 578 | ● [如何让摘要吸引人?Nature论文摘要模板值得收藏](https://zhuanlan.zhihu.com/p/158574876) 579 | 580 | ● [一个Notation的重要参考](https://www.deeplearningbook.org/contents/notation.html) 581 | 582 | ● [synercys/annotated_latex_equations:Examples of how to create colorful, annotated equations in Latex using Tikz.](https://github.com/synercys/annotated_latex_equations) 583 | 584 | ● [acmi-lab/cmu-10717-the-art-of-the-paper: Official repository for CMU Machine Learning Department's 10717: "The Art of the Paper". (github.com)](https://github.com/acmi-lab/cmu-10717-the-art-of-the-paper) 585 | 586 | ● [acl-org/aclpubcheck: Tools for checking ACL paper submissions](https://github.com/acl-org/aclpubcheck) 587 | 588 | ● [dspinellis/latex-advice: Advice for writing LaTeX documents](https://github.com/dspinellis/latex-advice) 589 | 590 | ● [Graham Neubig:How to Read/Write an International Conference Paper](http://www.phontron.com/slides/neubig15paperwriting.pdf) 591 | 592 | ● [Karl Whelan:Writing Tips for PhD Theses](https://www.karlwhelan.com/Teaching/PhD/phd-writing-talk.pdf) 593 | 594 | ● [Karl Whelan:Tips for Preparing and Publishing Research Papers](https://www.karlwhelan.com/Teaching/isne_talk_sep07.pdf) 595 | 596 | ## 组织者列表 597 | 598 | 感谢以下同学对本项目进行组织与指导 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | ## 贡献者列表 611 | 612 | 感谢以下同学对本项目的支持与贡献 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | -------------------------------------------------------------------------------- /pics/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/1.png -------------------------------------------------------------------------------- /pics/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/10.png -------------------------------------------------------------------------------- /pics/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/11.png -------------------------------------------------------------------------------- /pics/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/12.png -------------------------------------------------------------------------------- /pics/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/13.png -------------------------------------------------------------------------------- /pics/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/14.png -------------------------------------------------------------------------------- /pics/15.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/15.jpeg -------------------------------------------------------------------------------- /pics/16.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/16.jpeg -------------------------------------------------------------------------------- /pics/17.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/17.jpeg -------------------------------------------------------------------------------- /pics/18.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/18.jpeg -------------------------------------------------------------------------------- /pics/19.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/19.jpeg -------------------------------------------------------------------------------- /pics/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/2.png -------------------------------------------------------------------------------- /pics/20.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/20.jpeg -------------------------------------------------------------------------------- /pics/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/22.jpg -------------------------------------------------------------------------------- /pics/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/23.jpg -------------------------------------------------------------------------------- /pics/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/24.jpg -------------------------------------------------------------------------------- /pics/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/25.jpg -------------------------------------------------------------------------------- /pics/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/26.jpg -------------------------------------------------------------------------------- /pics/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/27.jpg -------------------------------------------------------------------------------- /pics/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/3.png -------------------------------------------------------------------------------- /pics/36.jgp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/36.jgp.png -------------------------------------------------------------------------------- /pics/36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/36.jpg -------------------------------------------------------------------------------- /pics/37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/37.jpg -------------------------------------------------------------------------------- /pics/38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/38.jpg -------------------------------------------------------------------------------- /pics/39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/39.jpg -------------------------------------------------------------------------------- /pics/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/4.png -------------------------------------------------------------------------------- /pics/40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/40.jpg -------------------------------------------------------------------------------- /pics/41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/41.jpg -------------------------------------------------------------------------------- /pics/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/5.png -------------------------------------------------------------------------------- /pics/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/6.png -------------------------------------------------------------------------------- /pics/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/7.png -------------------------------------------------------------------------------- /pics/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/8.png -------------------------------------------------------------------------------- /pics/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/9.png -------------------------------------------------------------------------------- /pics/icon/MLNLP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/MLNLP.png -------------------------------------------------------------------------------- /pics/icon/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/ai.png -------------------------------------------------------------------------------- /pics/icon/catalogue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/catalogue.png -------------------------------------------------------------------------------- /pics/icon/folders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/folders.png -------------------------------------------------------------------------------- /pics/icon/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/heart.png -------------------------------------------------------------------------------- /pics/icon/intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/intro.png -------------------------------------------------------------------------------- /pics/icon/motivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/motivation.png -------------------------------------------------------------------------------- /pics/icon/notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/notes.png -------------------------------------------------------------------------------- /pics/icon/organizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/organizer.png -------------------------------------------------------------------------------- /pics/icon/resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/icon/resource.png -------------------------------------------------------------------------------- /pics/pic_29_1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_29_1.jpeg -------------------------------------------------------------------------------- /pics/pic_29_2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_29_2.jpeg -------------------------------------------------------------------------------- /pics/pic_30.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_30.jpeg -------------------------------------------------------------------------------- /pics/pic_31.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_31.jpeg -------------------------------------------------------------------------------- /pics/pic_32.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_32.jpeg -------------------------------------------------------------------------------- /pics/pic_33.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_33.jpeg -------------------------------------------------------------------------------- /pics/pic_34.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_34.jpeg -------------------------------------------------------------------------------- /pics/pic_35.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_35.jpeg -------------------------------------------------------------------------------- /pics/pic_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_42.png -------------------------------------------------------------------------------- /pics/pic_43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_43.png -------------------------------------------------------------------------------- /pics/pic_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_44.png -------------------------------------------------------------------------------- /pics/pic_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/pic_45.png -------------------------------------------------------------------------------- /pics/profile/CongWang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/CongWang.png -------------------------------------------------------------------------------- /pics/profile/Erutan-pku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/Erutan-pku.png -------------------------------------------------------------------------------- /pics/profile/HaomingJiang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/HaomingJiang.png -------------------------------------------------------------------------------- /pics/profile/JiaRuonan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/JiaRuonan.png -------------------------------------------------------------------------------- /pics/profile/Libo Qin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/Libo Qin.png -------------------------------------------------------------------------------- /pics/profile/Qian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/Qian.png -------------------------------------------------------------------------------- /pics/profile/Xiao Xu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/Xiao Xu.png -------------------------------------------------------------------------------- /pics/profile/YutongZhou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/YutongZhou.png -------------------------------------------------------------------------------- /pics/profile/Zhousheng Zhang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/Zhousheng Zhang.png -------------------------------------------------------------------------------- /pics/profile/bright2013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/bright2013.png -------------------------------------------------------------------------------- /pics/profile/jiaqi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/jiaqi.png -------------------------------------------------------------------------------- /pics/profile/logCong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/logCong.png -------------------------------------------------------------------------------- /pics/profile/yiheng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/profile/yiheng.png -------------------------------------------------------------------------------- /pics/update1_pic_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLNLP-World/Paper-Writing-Tips/f2f1cb8bf6af56002f6fa5ea64ff486247191e94/pics/update1_pic_25.png --------------------------------------------------------------------------------