Papers by Saizheng Zhang
HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering (D18-1)
Copied to clipboard
Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William Cohen, Ruslan Salakhutdinov, Christopher D. Manning
| Challenge: | Existing question answering (QA) datasets fail to train QA systems to perform complex reasoning and provide explanations for answers. |
| Approach: | They propose a new dataset with 113k Wikipedia-based question-answer pairs with four key features: (1) the questions require finding and reasoning over multiple supporting documents to answer; (2) the questions are diverse and not constrained to any pre-existing knowledge bases or knowledge schemas; (3) the questions provide sentence-level supporting facts required for reasoning; and (4) a type of factoid comparison questions to test QA systems’ ability to extract relevant facts and perform necessary comparison. |
| Outcome: | The proposed dataset has 113k Wikipedia-based question-answer pairs and four key features that make it challenging for the latest QA systems. |
Personalizing Dialogue Agents: I have a dog, do you have pets too? (P18-1)
Copied to clipboard
| Challenge: | chit-chat models lack specificity, do not display a consistent personality and are often not very captivating. |
| Approach: | They propose to train chit-chat models to condition on profile information and profile information about the interlocutors. |
| Outcome: | The proposed model can predict profile information about the interlocutors based on the data . the proposed model is able to generate meaningful responses in a chit-chat setting . |