From 37ce7f8cf183c2e451e1fed773c82aff6faf3b79 Mon Sep 17 00:00:00 2001 From: Robert Stojnic Date: Wed, 8 Apr 2020 00:28:43 +0100 Subject: [PATCH] Experiment --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13cc1f1..61f4c63 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ -**Official guidelines for NeurIPS 2020 code submission, with the supporting analysis and resources.** - -For NeurIPS 2020 code submissions we recommend using a [README.md template](#readmemd-template) and checking as many items on the [ML Code Completeness Checklist](#ml-code-completeness-checklist) as possible. +**General guidelines for publishing high-impact research code - now official guidelines at NeurIPS 2020.** The recommendations are based on analysis of more than 200 repositories, they facilitate reproducibility and correlate with GitHub stars - more details in our [our blog post](https://medium.com/paperswithcode). +For NeurIPS 2020 code submissions we recommend using a [README.md template](#readmemd-template) and checking as many items on the [ML Code Completeness Checklist](#ml-code-completeness-checklist) as possible. + ## README.md template We provide a [README.md template](templates/README.md) that you can use for releasing ML research repositories. The sections in the template were derived by looking at existing repositories, seeing which had the best reception in the community, and then looking at common components that correlate with perceived usefulness (see next Section).