├── README.md ├── dataset.guideline.pdf ├── msra.dbqa.2016.zip └── msra.kbqa.2016.zip /README.md: -------------------------------------------------------------------------------- 1 | # MSRA-Open-Domain-QA-Tasks 2 | 3 | We build two open domain quesiton answering (QA) tasks for Chinese language, one is knowledge-based QA (or KBQA) and the other is document-based QA (or DBQA). 4 | 5 | These two open domain QA datasets are used in http://tcci.ccf.org.cn/conference/2016/pages/page05_CFPTasks.html, and are the largest QA datasets for Chinese language. 6 | 7 | More details about the datasets can be found in the guideline PDF, and you can also send your questions to nanduan@microsoft.com. 8 | -------------------------------------------------------------------------------- /dataset.guideline.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanduan/MSRA-Open-Domain-QA-Tasks/7e135f4c300a7bf5d24853bc4405d6ef66f39b85/dataset.guideline.pdf -------------------------------------------------------------------------------- /msra.dbqa.2016.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanduan/MSRA-Open-Domain-QA-Tasks/7e135f4c300a7bf5d24853bc4405d6ef66f39b85/msra.dbqa.2016.zip -------------------------------------------------------------------------------- /msra.kbqa.2016.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nanduan/MSRA-Open-Domain-QA-Tasks/7e135f4c300a7bf5d24853bc4405d6ef66f39b85/msra.kbqa.2016.zip --------------------------------------------------------------------------------