特定のテンプレートで natbib 引用スタイルを使用するにはどうすればよいですか?

特定のテンプレートで natbib 引用スタイルを使用するにはどうすればよいですか?

私はNeurIPSテンプレートはoverleafにあります。 私が読んだところによると、 は参照用のデフォルト パッケージであることがわかりましたnatbib。 手順を注意深く読み、 に関する Overleaf の公式チュートリアルも読みましたnatbib

しかし、まだ参照できません通常は? 参照は別のファイルに保存することを好みます。たとえば、次のようなmy_ref.bib内容が含まれます。

@inproceedings{Arora2018StrongerGB,
  title={Stronger generalization bounds for deep nets via a compression approach},
  author={Sanjeev Arora and Rong Ge and Behnam Neyshabur and Yi Zhang},
  booktitle={International Conference on Machine Learning},
  year={2018}
}

そして、 ではmain.tex、次の操作を行います。

\section*{References}
\bibliographystyle{IEEEtran}
\bibliography{my_ref}

[編集済み]IEEEtran.bstファイルを追加しました。

そして で使用します\cite{Arora2018StrongerGB}main.texも試しましたcitet{Arora2018StrongerGB}。しかし、このテンプレートでは動作しません。

ここに画像の説明を入力してください

ここに画像の説明を入力してください

ぜひプロジェクトを調べてみて下さい:https://www.overleaf.com/8778352361kqjtqqkyncyw

何かお勧めがあれば、ぜひ教えてください。ありがとうございます!

ログの内容は次のとおりですoutput.blg

This is BibTeX, Version 0.99d (TeX Live 2022)
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003
The top-level auxiliary file: output.aux
The style file: IEEEtran.bst
You've used 1 entry,
            0 wiz_defined-function locations,
            87 strings with 538 characters,
and the built_in function-call counts, 0 in all, are:
= -- 0
> -- 0
< -- 0
+ -- 0
- -- 0
* -- 0
:= -- 0
add.period$ -- 0
call.type$ -- 0
change.case$ -- 0
chr.to.int$ -- 0
cite$ -- 0
duplicate$ -- 0
empty$ -- 0
format.name$ -- 0
if$ -- 0
int.to.chr$ -- 0
int.to.str$ -- 0
missing$ -- 0
newline$ -- 0
num.names$ -- 0
pop$ -- 0
preamble$ -- 0
purify$ -- 0
quote$ -- 0
skip$ -- 0
stack$ -- 0
substring$ -- 0
swap$ -- 0
text.length$ -- 0
text.prefix$ -- 0
top$ -- 0
type$ -- 0
warning$ -- 0
while$ -- 0
width$ -- 0
write$ -- 0

関連情報