Skip to content

Commit

Permalink
Merge pull request #1767 from GarlicWang/main
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
miguelgfierro authored Jul 1, 2022
2 parents 84127bf + b64fbc3 commit 7381e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/news/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7381e40

Please sign in to comment.