From 276313dbdf4a397f8991d867893e309fa92ba53a Mon Sep 17 00:00:00 2001 From: Federico Berto Date: Tue, 3 Sep 2024 15:17:07 +0900 Subject: [PATCH] [Docs] paper reference --- docs/content/general/paper.md | 15 +++++++++++++++ docs/content/intro/intro.md | 15 +++++++++++++++ mkdocs.yml | 1 + 3 files changed, 31 insertions(+) create mode 100644 docs/content/general/paper.md diff --git a/docs/content/general/paper.md b/docs/content/general/paper.md new file mode 100644 index 00000000..066d6f4d --- /dev/null +++ b/docs/content/general/paper.md @@ -0,0 +1,15 @@ +## Paper Reference + +Our paper is available [here](https://arxiv.org/abs/2306.17100) for further details. + +If you find RL4CO valuable for your research or applied projects, don't forget to cite us! 🚀 + +```bibtex +@article{berto2024rl4co, + title={{RL4CO: an Extensive Reinforcement Learning for Combinatorial Optimization Benchmark}}, + author={Federico Berto and Chuanbo Hua and Junyoung Park and Laurin Luttmann and Yining Ma and Fanchen Bu and Jiarui Wang and Haoran Ye and Minsu Kim and Sanghyeok Choi and Nayeli Gast Zepeda and Andr\'e Hottung and Jianan Zhou and Jieyi Bi and Yu Hu and Fei Liu and Hyeonah Kim and Jiwoo Son and Haeyeon Kim and Davide Angioni and Wouter Kool and Zhiguang Cao and Jie Zhang and Kijung Shin and Cathy Wu and Sungsoo Ahn and Guojie Song and Changhyun Kwon and Lin Xie and Jinkyoo Park}, + year={2024}, + journal={arXiv preprint arXiv:2306.17100}, + note={\url{https://github.com/ai4co/rl4co}} +} +``` \ No newline at end of file diff --git a/docs/content/intro/intro.md b/docs/content/intro/intro.md index ea9f6dd2..49d8805a 100644 --- a/docs/content/intro/intro.md +++ b/docs/content/intro/intro.md @@ -32,3 +32,18 @@ We explore in other pages the following components: +## Paper Reference + +Our paper is available [here](https://arxiv.org/abs/2306.17100) for further details. + +If you find RL4CO valuable for your research or applied projects, don't forget to cite us! 🚀 + +```bibtex +@article{berto2024rl4co, + title={{RL4CO: an Extensive Reinforcement Learning for Combinatorial Optimization Benchmark}}, + author={Federico Berto and Chuanbo Hua and Junyoung Park and Laurin Luttmann and Yining Ma and Fanchen Bu and Jiarui Wang and Haoran Ye and Minsu Kim and Sanghyeok Choi and Nayeli Gast Zepeda and Andr\'e Hottung and Jianan Zhou and Jieyi Bi and Yu Hu and Fei Liu and Hyeonah Kim and Jiwoo Son and Haeyeon Kim and Davide Angioni and Wouter Kool and Zhiguang Cao and Jie Zhang and Kijung Shin and Cathy Wu and Sungsoo Ahn and Guojie Song and Changhyun Kwon and Lin Xie and Jinkyoo Park}, + year={2024}, + journal={arXiv preprint arXiv:2306.17100}, + note={\url{https://github.com/ai4co/rl4co}} +} +``` diff --git a/mkdocs.yml b/mkdocs.yml index 0cf3d7ea..2306d611 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,6 +65,7 @@ nav: - About: - Contributing to RL4CO: docs/content/general/contribute.md - FAQ: docs/content/general/faq.md + - Paper and Citation: docs/content/general/paper.md - License and Usage: docs/content/general/licensing.md - Join AI4CO: docs/content/general/ai4co.md