关于论文中bib文件的参考格式

文章详细介绍了BibTeX中不同类型的引用格式,包括@inproceedings(会议论文)如ResNet和PyTorch,@article(期刊文章)的预印版示例,以及@misc(杂项)如NCNN库的引用。特别地,文章讨论了arXiv文章的BibTeX格式以及如何将arXiv引用转换为正式发表的会议引用格式。此外,还提供了一个Python工具Rebiber,用于标准化BibTeX引用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在这里插入图片描述

在这里插入图片描述

1.@inproceeding

必须包含的字段:titleauthorbooktitlepagesyear

@inproceedings{ResNet,
  title={Deep residual learning for image recognition},
  author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
  booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
  pages={770--778},
  year={2016}
}
% 补充pytorch的参考文献
@inproceedings{pytorch1,
	title={Automatic differentiation in PyTorch},
	author={Paszke, Adam and Gross, Sam and Chintala, Soumith and Chanan, Gregory and Yang, Edward and DeVito, Zachary and Lin, Zeming and Desmaison, Alban and Antiga, Luca and Lerer, Adam},
	booktitle={NIPS-W},
	year={2017}
}
% 重新换一个pytorch的参考文献
@inproceedings{pytorch,
  title = {{{PyTorch}}: {{An}} Imperative Style, High-Performance Deep Learning Library},
  booktitle = {Advances in Neural Information Processing Systems},
  author = {Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and Kopf, Andreas and Yang, Edward and DeVito, Zachary and Raison, Martin and Tejani, Alykhan and Chilamkurthy, Sasank and Steiner, Benoit and Fang, Lu and Bai, Junjie and Chintala, Soumith},
  year = {2019},
  volume = {32},
}

注意:Advances in Neural Information Processing Systems是会议,有的导出的bib文件时article,应该是inproceedings
Advances in Neural Information Processing Systems和NIPS是一个东西么

2.@article

必须包含的字段:titleauthorjournalyear
预印版的例子1

@article{stac,
  title={A simple semi-supervised learning framework for object detection},
  author={Sohn, Kihyuk and Zhang, Zizhao and Li, Chun-Liang and Zhang, Han and Lee, Chen-Yu and Pfister, Tomas},
  journal={arXiv preprint arXiv:2005.04757},
  year={2020}
}

预印版的例子2(**说明:**由于此处用的是学校的latex模板,展示的样式受到固定模板中bst文件的影响,若使用其他投稿模板则会展示替他效果)
注意:在下面author字段中Li用{}引起来,则最后展示的作者样式就是{}中的内容。

@article{yolov6,
  author = {{Li}, Chuyi and {Li}, Lulu and {Jiang}, Hongliang and {Weng}, Kaiheng and {Geng}, Yifei and {Li}, Liang and {Ke}, Zaidan and {Li}, Qingyuan and {Cheng}, Meng and {Nie}, Weiqiang and {Li}, Yiduo and {Zhang}, Bo and {Liang}, Yufei and {Zhou}, Linyuan and {Xu}, Xiaoming and {Chu}, Xiangxiang and {Wei}, Xiaoming and {Wei}, Xiaolin},
  title = "{YOLOv6: A Single-Stage Object Detection Framework for Industrial Applications}",
  journal = {arXiv e-prints},
  keywords = {Computer Science - Computer Vision and Pattern Recognition},
  year = 2022,
  month = sep,
  eid = {arXiv:2209.02976},
  pages = {arXiv:2209.02976},
  doi = {10.48550/arXiv.2209.02976},
  archivePrefix = {arXiv},
  eprint = {2209.02976},
  primaryClass = {cs.CV},
  adsurl = {https://ui.adsabs.harvard.edu/abs/2022arXiv220902976L},
  adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

展示效果如下:
在这里插入图片描述

  • doi字段控制有没有OL
  • 这两个字段同时使用才能达到上面图片中eprint中的效果
eprint = {2209.02976},
archivePrefix = {arXiv},
  • pages字段单独使用就能达到上述的效果
  • 这两个字段同时使用,并修改archivePrefix字段能得到如下效果
eprint = {2209.02976},
archivePrefix = {arXiv preprint arXiv},

在这里插入图片描述

  • journal字段决定[A]

预印版的例子3

@article{sohn2020simple,
 author = {Sohn, Kihyuk and Zhang, Zizhao and Li, Chun-Liang and Zhang, Han and Lee, Chen-Yu and Pfister, Tomas},
 journal = {ArXiv preprint},
 title = {A simple semi-supervised learning framework for object detection},
 url = {https://arxiv.org/abs/2005.04757},
 volume = {abs/2005.04757},
 year = {2020}
}

在这里插入图片描述
预印版例子4

@misc{redmon2018yolov3,
      title={YOLOv3: An Incremental Improvement}, 
      author={Joseph Redmon and Ali Farhadi},
      year={2018},
      eprint={1804.02767},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

在这里插入图片描述

在这里插入图片描述

3.@misc

@misc{ncnn,
  title={NCNN},
  author={Tencent},
  howpublished = {\url{https://github.com/Tencent/ncnn}},
  year={2020}
}

4.针对arxiv上的文章,如何写bib文件

[此处的操作方式来源于参考链接中的链接4]非常有用
一、ArXiv上文章对应的BibTex文件的写法
@misc{arxiv号码,
Author = {作者},
Title = {文章标题},
Year = {上传年份},
Eprint = {arXiv:arxiv号},
}

例如,我搜的一篇文章arxiv号码为1908.06849,可以这样来写:
@misc{1908.06849,
Author = {Lei Liu and Chen Chen and Qingqi Pei and Sabita Maharjan and Yan Zhang},
Title = {Vehicular Edge Computing and Networking: A Survey},
Year = {2019},
Eprint = {arXiv:1908.06849},
}

二、Retrieve arXiv Information
推荐一个根据ArXiv文章号码就可以搜索对应BibTex文件的网站:Retrieve arXiv Information,
网址:https://arxiv2bibtex.org/?q=&format=bibtex
例如查到的一篇文章的号码为:arXiv:1908.06849, 则输入1908.06849,立刻显示对应BibTex,如下图所示
在这里插入图片描述

5.arXiv引用格式转换为已发表会议标准引用格式小工具分享

[此处的操作方式来源于参考链接中的链接5]
伴随着预印本平台 arXiv 的广泛使用,越来越多的研究者喜欢在写论文参考文献时直接使用 arXiv 信息。这看似非常方便,但也存在问题:这篇 arXiv 论文是否在 ACL、EMNLP、NAACL、ICLR 或 AAAI 等学术会议上发表过?

没错,在某些情况下,只引用 arXiv 信息显得不那么准确,这种不准确的文献条目甚至可能会违反某些会议的论文提交或 camera-ready 版本提交规则。

如何解决这一问题呢?最近,上交毕业生、南加州大学博士生林禹臣开发了一个简单的 Python 工具——Rebiber,它能够基于 ACL Anthology 和 DBLP 数据库自动解决这一问题。

项目地址:https://github.com/yuchenlin/rebiber

6.arXiv网站论文的引用参考

关于arxiv引用论文的讨论
在这里插入图片描述
arxiv.org中的文章 如何编辑引用在参考文献中

7.bibtex bst文件的bib样式格式 - 由一个例子解释

bibtex bst文件的bib样式格式 - 由一个例子解释

参考链接:1.IEEE论文参考文献格式(bib)

2.LaTeX引用参考文献——BibTex参考文献格式大全(格式比较齐全)
3.BIBTeX制作参考文献 [转]
4.ArXiv上搜索的文章对应的BibTex文档怎么写?
5.arXiv引用格式转换为已发表会议标准引用格式小工具分享
上交大校友开发小工具:两步就将arXiv引用变成正式发表链接
首先,运行以下命令行。

git clone https://github.com/yuchenlin/rebiber.git
pip install bibtexparser tqdm
cd rebiber

然后,将BibTex条目规范化为官方格式。

python normalize.py -i example_input.bib -o example_output.bib -l bib_list.txt

BibTex条目包括论文的标题、年份、作者、期刊等信息, 网上有在线的BibTex生成器哦~

例子:

1.OneTeacher中针对yolov5的引用举例[来源原论文]

@inproceedings{yolov5,
	author       = {Glenn Jocher and
	Alex Stoken and
	Jirka Borovec and
	NanoCode012 and
	ChristopherSTAN and
	Liu Changyu and
	Laughing and
	tkianai and
	Adam Hogan and
	lorenzomammana and
	yxNONG and
	AlexWang1900 and
	Laurentiu Diaconu and
	Marc and
	wanghaoyang0106 and
	ml5ah and
	Doug and
	Francisco Ingham and
	Frederik and
	Guilhen and
	Hatovix and
	Jake Poznanski and
	Jiacong Fang and
	Lijun Yu  and
	changyu98 and
	Mingyu Wang and
	Naman Gupta and
	Osama Akhtar and
	PetrDvoracek and
	Prashant Rai},
	title        = {{ultralytics/yolov5: v3.1 - Bug Fixes and 
	Performance Improvements}},
	month        = oct,
	year         = 2020,
	publisher    = {Zenodo},
	version      = {v3.1},
	doi          = {10.5281/zenodo.4154370},
	url          = {https://doi.org/10.5281/zenodo.4154370}
}

生成格式如下:
在这里插入图片描述
2.SSDA-YOLO
引用yolov5的例子,效果如下

@article{jocher2020yolov5,
  title={Yolov5},
  author={Jocher, Glenn and Nishimura, K and Mineeva, T and Vilari{\~n}o, R},
  journal={Code repository https://github. com/ultralytics/yolov5},
  year={2020}
}

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值