paper-with-me

Papers

DiS-ReX: A Multilingual Dataset for Distantly Supervised Relation Extraction

2021-04-17 · ACL 2022 5 · Abhyuday Bhartiya, Kartikeya Badola, Mausam

Distant supervision (DS) is a well established technique for creating large-scale datasets for relation extraction (RE) without using human annotations. However, research in DS-RE has been mostly limited to the English language. Constraining RE to a single language inhibits utilization of large amounts of data in other languages which could allow extraction of more diverse facts. Very recently, a dataset for multilingual DS-RE has been released. However, our analysis reveals that the proposed dataset exhibits unrealistic characteristics such as 1) lack of sentences that do not express any relation, and 2) all sentences for a given entity pair expressing exactly one relation. We show that these characteristics lead to a gross overestimation of the model performance. In response, we propose a new dataset, DiS-ReX, which alleviates these issues. Our dataset has more than 1.5 million sentences, spanning across 4 languages with 36 relation classes + 1 no relation (NA) class. We also modify the widely used bag attention models by encoding sentences using mBERT and provide the first benchmark results on multilingual DS-RE. Unlike the competing dataset, we show that our dataset is challenging and leaves enough room for future research to take place in this field.

📄 PDF Abstract BibTeX arXiv:2104.08655

Code (1)

dair-iitd/DiS-ReX 공식 구현 pytorch

Tasks

RelationRelation Extraction

Methods 이 논문이 사용한 방법론

mBERT mBERT

Similar Papers 제목 키워드 기반

PARE: A Simple and Strong Baseline for Monolingual and Multilingual Distantly Supervised Relation Extraction

2021-10-14 · ACL 2022 5 · Vipul Rathore, Kartikeya Badola, Mausam, Parag Singla

Neural models for distantly supervised relation extraction (DS-RE) encode each sentence in an entity-pair bag separately. These are then aggregated for bag-level relation prediction. Since, at encoding time, these approa…

RelationRelation ExtractionRelation PredictionSentence

PARE: A Simple and Strong Baseline for Monolingual and Multilingual Distantly Supervised Relation Extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Neural models for distantly supervised relation extraction (DS-RE) encode each sentence in an entity-pair bag separately. These are then aggregated for bag-level relation prediction. Since, at encoding time, these approa…

RelationRelation ExtractionRelation PredictionSentence

DiS-ReX: A Multilingual Dataset for Distantly Supervised Relation Extraction

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Our goal is to study the novel task of distant supervision for multilingual relation extraction (Multi DS-RE). Research in Multi DS-RE has remained limited due to the absence of a reliable benchmarking dataset. The only …

BenchmarkingRelationRelation Extraction

Active Testing: An Unbiased Evaluation Method for Distantly Supervised Relation Extraction

2020-10-17 · Findings of the Association for Computational Linguistics 2020 · Pengshuai Li, Xinsong Zhang, Weijia Jia, Wei Zhao

Distant supervision has been a widely used method for neural relation extraction for its convenience of automatically labeling datasets. However, existing works on distantly supervised relation extraction suffer from the…

RelationRelation Extraction

Bootstrapping Distantly Supervised IE using Joint Learning and Small Well-structured Corpora

2016-06-10 · Lidong Bing, Bhuwan Dhingra, Kathryn Mazaitis, Jong Hyuk Park 외

We propose a framework to improve performance of distantly-supervised relation extraction, by jointly learning to solve two related tasks: concept-instance extraction and relation extraction. We combine this with a novel…

RelationRelation Extraction