Classifying Relations by Ranking with Convolutional Neural Networks
Cicero Nogueira dos Santos, Bing Xiang, Bowen Zhou

TL;DR
This paper introduces a CNN-based relation classification method using ranking loss, achieving state-of-the-art results on SemEval-2010 without handcrafted features.
Contribution
It proposes a new pairwise ranking loss for CNNs in relation classification, outperforming previous methods and simplifying feature requirements.
Findings
Outperforms state-of-the-art on SemEval-2010 Task 8
Omitting the 'Other' class improves precision and recall
Word embeddings alone suffice for high accuracy
Abstract
Relation classification is an important semantic processing task for which state-ofthe-art systems still rely on costly handcrafted features. In this work we tackle the relation classification task using a convolutional neural network that performs classification by ranking (CR-CNN). We propose a new pairwise ranking loss function that makes it easy to reduce the impact of artificial classes. We perform experiments using the the SemEval-2010 Task 8 dataset, which is designed for the task of classifying the relationship between two nominals marked in a sentence. Using CRCNN, we outperform the state-of-the-art for this dataset and achieve a F1 of 84.1 without using any costly handcrafted features. Additionally, our experimental results show that: (1) our approach is more effective than CNN followed by a softmax classifier; (2) omitting the representation of the artificial class Other…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
MethodsSoftmax
