--- license: cc-by-nc-sa-4.0 task_categories: - translation - text-retrieval language: - fi - gn - ht - id - ja - ka - ro - so - sw - ta - th - tr - vi - zh tags: - news - multilingual - machine-translated - nllb pretty_name: xMINDlarge size_categories: - 10K>> from datasets import load_dataset >>> data = load_dataset('aiana94/xMINDlarge', 'ron') # Please, specify the language code. # A data point example is below: { "nid": "N49265" "title": "Aceste reţete cu sos de afine sunt perfecte pentru cina de Ziua Recunoştinţei.", "abstract": "Nu vei mai vrea niciodată versiunea cumpărată din magazin." } ``` ### ### Data Fields - nid (string): news ID (same as in the [MIND dataset](https://msnews.github.io/)) - title (string): news title - abstract (string) : news abstract (optional) ### Data Splits For all languages, there are three split: `train`, `dev`, `test`. ## Dataset Creation ### Source Data The news were machine-translated from the [MINDlarge dataset](https://msnews.github.io/). #### Data Collection and Processing We translated the news articles using the open-source model [NLLB 3.3B](https://huggingface.co./facebook/nllb-200-3.3B). For more details regarding the translation setup and data quality, we refer to the corresponding [paper](https://arxiv.org/abs/2403.17876). #### Personal and Sensitive Information The data is sourced from newspaper sources and contains mentions of public figures and individuals. ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations Users should keep in mind that the dataset contains short news texts (e.g., news titles and abstracts), which might limit the applicability of the developed systems to other domains. ## Additional Information ### Licensing Information The dataset is released under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/). If you intend to use, adapt, or share xMINDlarge, particularly together with additional news and click behavior information from the original MIND dataset, please read and reference the [Microsoft Research License Terms](https://github.com/msnews/MIND/blob/master/MSR%20License_Data.pdf) of MIND. ### Citation Infomation **BibTeX:** ```bibtex @misc{iana2024mind, title={MIND Your Language: A Multilingual Dataset for Cross-lingual News Recommendation}, author={Andreea Iana and Goran Glavaš and Heiko Paulheim}, year={2024}, eprint={2403.17876}, archivePrefix={arXiv}, primaryClass={cs.IR} } ``` Also consider citing the following: ```bibtex @inproceedings{wu2020mind, title={Mind: A large-scale dataset for news recommendation}, author={Wu, Fangzhao and Qiao, Ying and Chen, Jiun-Hung and Wu, Chuhan and Qi, Tao and Lian, Jianxun and Liu, Danyang and Xie, Xing and Gao, Jianfeng and Wu, Winnie and others}, booktitle={Proceedings of the 58th annual meeting of the association for computational linguistics}, pages={3597--3606}, year={2020} } ```