CLDec 17, 2019

The performance evaluation of Multi-representation in the Deep Learning models for Relation Extraction Task

arXiv:1912.08290v1
Originality Synthesis-oriented
AI Analysis

This work provides practical guidance for NLP practitioners on representation selection in relation extraction, though it is incremental as it benchmarks existing methods rather than introducing new ones.

The paper investigates how different word representations (static, contextualized, hand-extracted) affect relation extraction performance in deep learning models, finding that replacing static embeddings with contextualized ones like BERT and Flair yields significant improvements while hand-created features are time-consuming and less effective.

Single implementing, concatenating, adding or replacing of the representations has yielded significant improvements on many NLP tasks. Mainly in Relation Extraction where static, contextualized and others representations that are capable of explaining word meanings through the linguistic features that these incorporates. In this work addresses the question of how is improved the relation extraction using different types of representations generated by pretrained language representation models. We benchmarked our approach using popular word representation models, replacing and concatenating static, contextualized and others representations of hand-extracted features. The experiments show that representation is a crucial element to choose when DL approach is applied. Word embeddings from Flair and BERT can be well interpreted by a deep learning model for RE task, and replacing static word embeddings with contextualized word representations could lead to significant improvements. While, the hand-created representations requires is time-consuming and not is ensure a improve in combination with others representations.

Foundations

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

Your Notes