Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typo #1767

Merged
merged 2 commits into from
Jul 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.