Learning to Explain Entity Relationships by Pairwise Ranking with Convolutional Neural Networks

Abstract

Providing a plausible explanation for the relationship between two related entities is an important task in some applications of knowledge graphs, such as in search engines. However, most existing methods require a large number of manually labeled training data, which cannot be applied in large-scale knowledge graphs due to the expensive data annotation. In addition, these methods typically rely on costly handcrafted features. In this paper, we propose an effective pairwise ranking model by leveraging clickthrough data of a Web search engine to address these two problems. We first construct large-scale training data by leveraging the query-title pairs derived from clickthrough data of a Web search engine. Then, we build a pairwise ranking model which employs a convolutional neural network to automatically learn relevant features. The proposed model can be easily trained with backpropagation to perform the ranking task. The experiments show that our method significantly outperforms several strong baselines.

Cite

Text

Huang et al. "Learning to Explain Entity Relationships by Pairwise Ranking with Convolutional Neural Networks." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/561

Markdown

[Huang et al. "Learning to Explain Entity Relationships by Pairwise Ranking with Convolutional Neural Networks." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/huang2017ijcai-learning/) doi:10.24963/IJCAI.2017/561

BibTeX

@inproceedings{huang2017ijcai-learning,
  title     = {{Learning to Explain Entity Relationships by Pairwise Ranking with Convolutional Neural Networks}},
  author    = {Huang, Jizhou and Zhang, Wei and Zhao, Shiqi and Ding, Shiqiang and Wang, Haifeng},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {4018-4025},
  doi       = {10.24963/IJCAI.2017/561},
  url       = {https://mlanthology.org/ijcai/2017/huang2017ijcai-learning/}
}