From b64fbc3f6e4e4a8de3e8297c9f2f93fc280dd29b Mon Sep 17 00:00:00 2001 From: Yu-Hsiang Wang <59409501+GarlicWang@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:28:56 +0800 Subject: [PATCH] fixed typo --- scenarios/news/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/news/README.md b/scenarios/news/README.md index db8064c6b4..27d5d3237d 100644 --- a/scenarios/news/README.md +++ b/scenarios/news/README.md @@ -20,6 +20,6 @@ To measure the performance of the recommender, it is common to use [ranking metr To support the advancement of open research in news recommendation, Microsoft has made [MIND](https://msnews.github.io/) (Microsoft News Dataset) available to the research community. MIND is a large-scale dataset on English news, containing 161,000 news articles, over 3 million entities and 1 million users. More details of the dataset can be find in [here](https://msnews.github.io/assets/doc/ACL2020_MIND.pdf). -In conjunction with MIND, Microsoft also launched [MIND News Competition](https://msnews.github.io/competition.html). The development phase of the competition srarts on July 20, 2020. The final test phase starts on August 21, 2020, and the competition ends on September 4, 2020. More details can be found on the MIND News Competition page above. +In conjunction with MIND, Microsoft also launched [MIND News Competition](https://msnews.github.io/competition.html). The development phase of the competition starts on July 20, 2020. The final test phase starts on August 21, 2020, and the competition ends on September 4, 2020. More details can be found on the MIND News Competition page above. To help competition participants get started, we have made available in this repo several baselines models for MIND and MIND News Competition. These include complete notebooks for [DKN](../../examples/00_quick_start/dkn_MIND.ipynb), [LSTUR](../../examples/00_quick_start/lstur_MIND.ipynb), [NAML](../../examples/00_quick_start/naml_MIND.ipynb), [NPA](../../examples/00_quick_start/npa_MIND.ipynb) and [NRMS](../../examples/00_quick_start/nrms_MIND.ipynb) developed and tested on MIND sample datasets.