paper-with-me

홈 › Papers

Attention-Based Neural Networks for Sentiment Attitude Extraction using Distant Supervision

2020-06-23 · Nicolay Rusnachenko, Natalia Loukachevitch

In the sentiment attitude extraction task, the aim is to identify <<attitudes>> -- sentiment relations between entities mentioned in text. In this paper, we provide a study on attention-based context encoders in the sentiment attitude extraction task. For this task, we adapt attentive context encoders of two types: (1) feature-based; (2) self-based. In our study, we utilize the corpus of Russian analytical texts RuSentRel and automatically constructed news collection RuAttitudes for enriching the training set. We consider the problem of attitude extraction as two-class (positive, negative) and three-class (positive, negative, neutral) classification tasks for whole documents. Our experiments with the RuSentRel corpus show that the three-class classification models, which employ the RuAttitudes corpus for training, result in 10% increase and extra 3% by F1, when model architectures include the attention mechanism. We also provide the analysis of attention weight distributions in dependence on the term type.

📄 PDF Abstract BibTeX arXiv:2006.13730

Code (2)

nicolay-r/attitude-extraction-with-attention-and-ds 공식 구현
nicolay-r/RuSentRel-Leaderboard

Tasks

General Classification

Similar Papers 제목 키워드 기반

Distant Supervision for Sentiment Attitude Extraction

2019-09-01 · RANLP 2019 9 · Nicolay Rusnachenko, Natalia Loukachevitch, Elena Tutubalina

News articles often convey attitudes between the mentioned subjects, which is essential for understanding the described situation. In this paper, we describe a new approach to distant supervision for extracting sentiment…

Articles

Studying Attention Models in Sentiment Attitude Extraction Task

2020-06-20 · Nicolay Rusnachenko, Natalia Loukachevitch

In the sentiment attitude extraction task, the aim is to identify <<attitudes>> -- sentiment relations between entities mentioned in text. In this paper, we provide a study on attention-based context encoders in the sent…

Improving Distantly Supervised Relation Extraction using Word and Entity Based Attention

2018-04-19 · Sharmistha Jat, Siddhesh Khandelwal, Partha Talukdar

Relation extraction is the problem of classifying the relationship between two entities in a given sentence. Distant Supervision (DS) is a popular technique for developing relation extractors starting with limited superv…

RelationRelation ExtractionRelationship Extraction (Distant Supervised)Sentence

RDSGAN: Rank-based Distant Supervision Relation Extraction with Generative Adversarial Framework

2020-09-30 · Guoqing Luo, Jiaxin Pan, Min Peng

Distant supervision has been widely used for relation extraction but suffers from noise labeling problem. Neural network models are proposed to denoise with attention mechanism but cannot eliminate noisy data due to its …

RelationRelation Extractionvalid

Combining Distant and Direct Supervision for Neural Relation Extraction

2018-10-30 · NAACL 2019 6 · Iz Beltagy, Kyle Lo, Waleed Ammar

In relation extraction with distant supervision, noisy labels make it difficult to train quality models. Previous neural models addressed this problem using an attention mechanism that attends to sentences that are likel…

RelationRelation Extraction