From 514563b450d9749bdae176b5419ed1ced9368699 Mon Sep 17 00:00:00 2001 From: Chanakya Ekbote <51071680+cekbote@users.noreply.github.com> Date: Sun, 5 Nov 2023 08:40:03 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9625d3..0b4e8af 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,13 @@ This repo contains the code for our paper accepted at NeurIPS'23 and MLG, KDD'23 Please consider citing the following paper when using our code. ```bibtex -@inproceedings{mlg2023_15, -title={FiGURe: Simple and Efficient Unsupervised Node Representations with Filter Augmentations}, -author={Chanakya Ekbote, Ajinkya P. Deshpande, Arun Iyer, Ramakrishna Bairi and Sundararajan Sellamanickam}, -booktitle={Proceedings of the 19th International Workshop on Mining and Learning with Graphs (MLG)}, -year={2023} +@inproceedings{ +ekbote2023figure, +title={Fi{GUR}e: Simple and Efficient Unsupervised Node Representations with Filter Augmentations}, +author={Chanakya Ekbote and Ajinkya Deshpande and Arun Iyer and Sundararajan Sellamanickam and Ramakrishna B Bairi}, +booktitle={Thirty-seventh Conference on Neural Information Processing Systems}, +year={2023}, +url={https://openreview.net/forum?id=yh0OkiUk5h} } ```