Worked citation example
How to Cite a Conference Paper in IEEE, APA, BibTeX, and LaTeX
Cite a conference paper in IEEE, APA, BibTeX, and LaTeX with a complete proceedings example and a practical metadata checklist.
A conference paper reference identifies the individual paper and the proceedings that contain it. The conference name, proceedings title, year, location, and pages can differ, so confirm which fields your source actually provides.
This example uses a well-known proceedings paper. It also shows why @inproceedings is usually the correct BibTeX entry type for a paper published inside conference proceedings.
One verified record
See how the source changes by format.
Each output below uses the same metadata.
Source metadata
- Authors
- Ashish Vaswani and seven coauthors
- Title
- Attention Is All You Need
- Proceedings
- Advances in Neural Information Processing Systems 30
- Location
- Long Beach, California, USA
- Pages
- 5998-6008
- Year
- 2017
IEEE
A. Vaswani et al., "Attention is all you need," in Advances in Neural Information Processing Systems 30, Long Beach, CA, USA, 2017, pp. 5998-6008.IEEE introduces the proceedings container with in and can include the conference location and page range.
APA 7
Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A. N., Kaiser, L., & Polosukhin, I. (2017). Attention is all you need. In Advances in Neural Information Processing Systems 30 (pp. 5998-6008).APA places the year after the authors and treats the proceedings title as the container.
BibTeX
@inproceedings{vaswani2017attention,
author = {Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz Kaiser and Illia Polosukhin},
title = {Attention Is All You Need},
booktitle = {Advances in Neural Information Processing Systems 30},
pages = {5998--6008},
year = {2017}
}Use @inproceedings for an individual paper and booktitle for the proceedings name.
LaTeX citation
The model replaces recurrence with attention \cite{vaswani2017attention}.Keep the BibTeX key stable so later edits do not break citations in the manuscript.
Practical workflow
Check the record before formatting it.
Check whether the paper was formally published in proceedings or only presented at an event.
Record the paper title, full authors, proceedings title, year, pages, and persistent identifier when available.
Use @inproceedings for a paper inside proceedings and @proceedings only for the complete proceedings volume.
Apply the style required by the course, journal, or conference.
Compare the exported reference with the official proceedings record.
Questions students ask
Frequently asked questions
Is a conference paper the same as a conference presentation?
No. A proceedings paper has a published record. Slides, posters, and unpublished presentations need different source details and may use a different reference pattern.
Which BibTeX type should I use?
Use @inproceedings for an individual paper published in conference proceedings. Use @proceedings only when you are citing the proceedings volume itself.
Should I include the conference location?
Include it when the selected style or venue instructions require it and the location is available from an authoritative event or proceedings record.
Reference standards