Yuanfudao At Semeval-2018 Task 11: Three-way Attention And Relational Knowledge For Commonsense Machine Comprehension | Awesome LLM Papers Contribute to Awesome LLM Papers

Yuanfudao At Semeval-2018 Task 11: Three-way Attention And Relational Knowledge For Commonsense Machine Comprehension

Liang Wang, Meng Sun, Wei Zhao, Kewei Shen, Jingming Liu . Proceedings of The 12th International Workshop on Semantic Evaluation 2018 – 83 citations

[Code] [Paper]   Search on Google Scholar   Search on Semantic Scholar
Evaluation Uncategorized

This paper describes our system for SemEval-2018 Task 11: Machine Comprehension using Commonsense Knowledge. We use Three-way Attentive Networks (TriAN) to model interactions between the passage, question and answers. To incorporate commonsense knowledge, we augment the input with relation embedding from the graph of general knowledge ConceptNet (Speer et al., 2017). As a result, our system achieves state-of-the-art performance with 83.95% accuracy on the official test data. Code is publicly available at https://github.com/intfloat/commonsense-rc

Similar Work