CLLGMar 24, 2019

Relation extraction between the clinical entities based on the shortest dependency path based LSTM

arXiv:1903.09941v122 citations
Originality Incremental advance
AI Analysis

This work addresses relation extraction in electronic medical records, which is important for healthcare informatics, but it is incremental as it builds on existing SDP methods.

The paper tackled relation extraction between clinical entities by using the shortest dependency path (SDP) with an LSTM model, and it outperformed existing systems on the i2b2 2010 dataset.

Owing to the exponential rise in the electronic medical records, information extraction in this domain is becoming an important area of research in recent years. Relation extraction between the medical concepts such as medical problem, treatment, and test etc. is also one of the most important tasks in this area. In this paper, we present an efficient relation extraction system based on the shortest dependency path (SDP) generated from the dependency parsed tree of the sentence. Instead of relying on many handcrafted features and the whole sequence of tokens present in a sentence, our system relies only on the SDP between the target entities. For every pair of entities, the system takes only the words in the SDP, their dependency labels, Part-of-Speech information and the types of the entities as the input. We develop a dependency parser for extracting dependency information. We perform our experiments on the benchmark i2b2 dataset for clinical relation extraction challenge 2010. Experimental results show that our system outperforms the existing systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes