# MIT at SemEval-2017 Task 10: Relation Extraction with Convolutional   Neural Networks

**Authors:** Ji Young Lee, Franck Dernoncourt, Peter Szolovits

arXiv: 1704.01523 · 2017-04-06

## TL;DR

This paper presents a convolutional neural network-based system that effectively extracts relations between scientific concepts from scholarly articles, achieving top performance in the SemEval-2017 ScienceIE task.

## Contribution

It introduces a CNN model specifically designed for relation extraction in scientific texts, outperforming previous approaches in a competitive benchmark.

## Key findings

- Ranked first in SemEval-2017 Task 10 for relation extraction
- Demonstrated effectiveness of CNNs in scientific relation extraction
- Achieved state-of-the-art results on the ScienceIE dataset

## Abstract

Over 50 million scholarly articles have been published: they constitute a unique repository of knowledge. In particular, one may infer from them relations between scientific concepts, such as synonyms and hyponyms. Artificial neural networks have been recently explored for relation extraction. In this work, we continue this line of work and present a system based on a convolutional neural network to extract relations. Our model ranked first in the SemEval-2017 task 10 (ScienceIE) for relation extraction in scientific articles (subtask C).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.01523/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1704.01523/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1704.01523/full.md

---
Source: https://tomesphere.com/paper/1704.01523