File size: 800 Bytes
2ea1065 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
The [MIT Movie Corpus](https://groups.csail.mit.edu/sls/downloads/movie) is a semantically tagged training and test corpus in BIO format. The eng corpus are simple queries, and the trivia10k13 corpus are more complex queries.
### Citations
When using the MT-Movie dataset in your work, please cite [ASGARD: A PORTABLE ARCHITECTURE FOR MULTILINGUAL DIALOGUE SYSTEMS](https://groups.csail.mit.edu/sls/publications/2013/Liu_ICASSP-2013.pdf).
```bibtex
@inproceedings{liu2013asgard,
title={Asgard: A portable architecture for multilingual dialogue systems},
author={Liu, Jingjing and Pasupat, Panupong and Cyphers, Scott and Glass, Jim},
booktitle={2013 IEEE International Conference on Acoustics, Speech and Signal Processing},
pages={8386--8390},
year={2013},
organization={IEEE}
}
``` |