[编辑]
PMLR 会议论文规范
版本 1.3 – 2025年7月27日
一旦会议论文被接受,您将获得一个github仓库,您将在其中上传PDF文件和BibTeX文件。
会议论文仓库将基于 这个模板 创建。
您应该 fork 会议论文 并添加以下指定的文件。当文件准备好后,您可以提交一个pull request。
您fork的会议论文应该包括
- 一个BibTeX文件(如下所述),其中包含会议论文中每篇论文的详细信息。
- 一个PDF文件集合(以及可选的补充文件)。
当您提交pull request时,您将被要求填写 这个清单。
以下规范适用于简单的会议论文集,其中包含一个或多个论文,这些论文将按页面顺序显示,并链接到相关的PDF和补充文件。如果您需要任何澄清,或者需要发表具有特殊章节、奖项、多个周期或其他功能的会议论文集,请发送电子邮件至 proceedings
mlr.press
BibTeX 文件
在标题和作者姓名中,请使用 Latex 命令来表示特殊字符(例如,使用 \'e 表示 e 上的重音符号)。
对于数学公式,请在两个 $ 符号内使用标准的 latex,例如 $\int_{x=1}^z x^2 \text{d}x$.
注意:每个字段的内容必须是有效的 BibTeX(即,确保字符正确转义)。
所有会议和论文的详细信息都包含在一个BibTeX文件中。您可以随意命名它,但我们建议您使用与会议名称相关的名称(例如,icml13.bib)
BibTeX 文件中必须包含两种类型的条目
- 必须有一个
@Proceedings条目,其中包含会议的详细信息。它必须包含以下字段booktitle:卷的引用(例如,机器学习国际研讨会论文集)name:会议的完整名称(例如,机器学习国际研讨会)shortname会议的缩写(不包括年份,例如,ICML)year:会议的年份(例如,2013)editor:编辑的姓名(“姓, 名”格式,用“and”分隔)volume:分配给您的会议/研讨会的PMLR编号start:会议/研讨会的开始日期,格式为YYYY-MM-DD。end:会议/研讨会的结束日期,格式为YYYY-MM-DD。address:会议地点,格式为场地、城市、国家。conference_url:会议网站的URL。conference_number:如果会议是系列的一部分,请在此处提供系列编号。@Proceedings条目中可以存在其他字段,但目前这些字段将被忽略。
- 必须为每篇论文至少有一个
@InProceedings条目。每个条目必须具有以下字段title:论文的标题author:论文的作者,格式为“姓, 名”,用“and”分隔。不要使用unicode字符,使用LaTeX等效项。pages:页码,格式为“起始页–结束页”abstract:论文的摘要。- 它可以包含有效的LaTeX中的数学公式。
- 确保摘要中没有特殊字符,例如从PDF中复制和粘贴连字产生的字符。
- 您可以使用 <em> 标签进行强调。
- 您可以使用 <b> 标签进行加粗。
- 您可以使用 <ul> 标签进行项目符号列表。
- 您可以使用 <ol> 标签进行编号列表。
@InProceedings条目中也可以出现其他字段,但目前这些字段将被忽略。
标识符应采用 lastnameYY 的形式,其中 lastname 是第一作者的小写姓氏,而 YY 是会议年份的最后两位数字。如果两篇论文使用此方案共享相同的标识符,则必须通过在冲突的标识符后附加 a、b、c 等之一来区分它们(例如,reid12a 和 reid12b)。请不要在这些名称(或文件名)中使用UTF-8字符。仅限ASCII。
论文和补充材料
如果需要,可以通过在年份字母后添加额外的字母来区分它们。例如,reid12a 和 reid12b论文PDF的文件名必须对应于其BibTeX条目的标识符。例如,reid12a 条目的PDF的文件名必须是 reid12a.pdf。这些都应与描述所有条目的BibTeX文件位于同一目录中。
确保与ID为 lastnameYY 的论文的所有补充文件名都以相同的ID开头,但以后缀 -supp 结尾(例如,补充PDF应命名为 lastnameYY-supp.pdf)。这些应与您提供的BibTeX文件位于同一目录中。使用最合适的的文件扩展名(例如,PDF文件使用 .pdf)
请不要提供包含补充材料的单个压缩文件。这为用户提供了糟糕的体验。有关软件和视频,请参阅下面的 软件 和 视频 部分。
例如,假设ID为 reid12b 的论文有一个包含证明的补充PDF文件。您应该提供一个名为 reid12b-supp.pdf 的文件。生成的 reid12b 条目的站点将包含一个标题为 supplementary 的链接,指向文件 reid12b-supp.pdf。
示例BibTeX文件和论文
下面是2013年第二次国际示例会议(ICE’13)的BibTeX文件的示例。它被赋予了第57卷,由简·史密斯和乔·布洛格斯编辑。它包含三篇论文。它作为gzip tarball1 ice13.tar.gz 提供,以及PDF和补充文件。tarball的内容是
ice13.bib(下面的BibTeX文件)jones13a.pdfjones13a-supp.pdf(jones13a的补充证明)jones13b.pdfsmythe13.pdf
BibTeX文件的内容 ice13.bib 是
% if the proceedings is a reissued proceedings, please add the field
% 'firstpublished' to the entry below, giving the original data of
% publication in YYYY-MM-DD format.
@Proceedings{ICE-2013,
booktitle = {Proceedings of The 2nd International Conference on Examples},
name = {International Conference on Examples},
shortname = {ICE},
editor = {Smith, Jane and Bloggs, Joe},
volume = {57},
year = {2013},
start = {2012-12-15},
end = {2012-12-15},
published = {2021-03-29},
conference_url = {http://exemplar.cc/ice2013},
address = {Breckenridge, Colorado, USA}
}
@InProceedings{jones13a,
title = {A Meta-Heuristic for Example Invention},
author = {Jones, Raphael and Howard, Peter},
pages = {1-9},
abstract = {This paper considers the problem of inventing examples to convey features of an abstract specification. We provide a straightforward meta-technique to develop examples by writing any old rubbish that fills up space but still reads like English. Experiments show that this approach fares better than ``lorum ipsum'' text in a variety of cases. Running time (including LaTeX mathematics) is $O(1)$.}
}
@InProceedings{jones13b,
title = {Example Generalization via Skim Reading},
author = {K\"oller, Klaus and Frankel, David and Deutsch, Mark},
pages = {10-18},
abstract = {We show how skim reading a small number of examples can give a good sense of a more abstract specification. This is a complementary paper to (Jones et al. 2013) which shares the same first author as this paper and so must be properly disambiguated.}
}
@InProceedings{smythe13,
title = {Are Three Examples Sufficient?},
author = {Smythe, Byron and Gordon, Trent},
pages = {19-26},
abstract = {We empirically verify that, for the purposes of conveying the details of an abstract BibTeX specification, three example suffice. The related problem of whether three examples are necessary is left as future work.}
}
@InProceedings{vonHamburg13,
title = {Handling Prefixes and Suffixes in Names},
author = {von Hamburg, Hans and van der Petersburg, Pieter and de Gier, Willhelm and Hirst, Jr, Peter},
pages = {27-41},
abstract = {We demonstrate the ability of scripts to parse names containing prefixes such as 'van der' or 'von'. As a further extension, we consider suffices to names such as 'Jr' and 'III'.}
}
分节论文集
我们还支持分节发表。要将您的论文集分节发表,请将以下字段添加到proccedings bibtex条目中。
@Proceedings{...
shortname = {ICE},
sections = {Preface|Contributed Papers|Invited Papers}
}
然后,要将每个bibtex条目添加一个定义章节的字段,例如
@InProceedings{smythe13,
title = ...
section = {Contributed Papers}
}
Openreview
如果您使用openreview审核了您的论文集,那么您可能希望将审核链接到论文集。如果您需要此功能,则需要在每个bib条目中添加一个部分,指定openreview代码。例如
@InProceedings{smythe13,
title = ...
openreview = {zaMwvOjsyym}
}
软件可用性
许多论文都提供了相关的代码。您可以提供一个链接到指定代码的URL。如果您需要此功能,则需要在每个bib条目中添加一个部分,指定openreview代码。例如
@InProceedings{smythe13,
title = ...
software = {https://github.com/SheffieldML/GPy}
}
视频可用性
请不要将视频作为补充材料发送。相反,您可以提供一个链接到指定视频位置的URL。如果您需要此功能,则需要在每个bib条目中添加一个部分,指定openreview代码。例如
@InProceedings{smythe13,
title = ...
video = {https://www.youtube.com/watch?v=01z6agTRvOo}
}