--- language: - en configs: - config_name: dataset data_files: - split: test path: data/test.jsonl --- # Dataset Card for MSNBC This dataset contains the MSNBC corpus. Original MSNBC (Cucerzan, 2007) is not available due to the expiration of the official link; we have converted the dataset at GERBIL official code. ## Dataset Description - **Homepage:** [http://research.microsoft.com/en-us/um/people/silviu/WebAssistant/TestData/](http://research.microsoft.com/en-us/um/people/silviu/WebAssistant/TestData/) - **Repository:** [https://github.com/dice-group/gerbil/releases/download/v1.2.6/gerbil_data.zip](https://github.com/dice-group/gerbil/releases/download/v1.2.6/gerbil_data.zip) - **Public:** True - **Paper:** [Large-Scale Named Entity Disambiguation Based on {W}ikipedia Data](https://aclanthology.org/D07-1074/) ### Citation Information ``` @inproceedings{cucerzan-2007-large, title = "Large-Scale Named Entity Disambiguation Based on {W}ikipedia Data", author = "Cucerzan, Silviu", editor = "Eisner, Jason", booktitle = "Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning ({EMNLP}-{C}o{NLL})", month = jun, year = "2007", address = "Prague, Czech Republic", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/D07-1074/", pages = "708--716" } ```