From 975abd32ba9da87d777c5cbca5251ae05b24d696 Mon Sep 17 00:00:00 2001 From: Alexander Kovrigin Date: Sun, 17 Sep 2023 12:23:47 +0200 Subject: [PATCH] add codereviewer acknowledgements --- README.md | 4 ++++ docs/intro.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index cc73b1e..08d8ed1 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ To get started with our work, follow these steps: 3. Run the provided notebooks to explore data collection, model inference, and evaluation. +## Acknowledgements +Incredible thanks to the authors of [CodeReviewer](https://arxiv.org/abs/2203.09095) for their scientific contributions. +This work is basically an in-depth exploration of their research, and I am grateful for their efforts. + ## License This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details. diff --git a/docs/intro.md b/docs/intro.md index 03a6f26..3d44cb1 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -36,6 +36,11 @@ code, along with predictions from both models, enabling a visual comparison with Lastly, we quantitatively evaluate the models' performance using BLEU-4 scores. We calculate scores for each dataset, providing a comprehensive overview of how well the models align with human reviews. + +## Acknowledgements +Incredible thanks to the authors of [CodeReviewer](https://arxiv.org/abs/2203.09095) for their scientific contributions. +This work is basically an in-depth exploration of their research, and I am grateful for their efforts. + ## Table of Contents ```{tableofcontents}