paper-with-me

Papers

Multilingual Entity and Relation Extraction from Unified to Language-specific Training

2023-01-11 · Zixiang Wang, Jian Yang, Tongliang Li, Jiaheng Liu, Ying Mo, Jiaqi Bai, Longtao He, Zhoujun Li

Entity and relation extraction is a key task in information extraction, where the output can be used for downstream NLP tasks. Existing approaches for entity and relation extraction tasks mainly focus on the English corpora and ignore other languages. Thus, it is critical to improving performance in a multilingual setting. Meanwhile, multilingual training is usually used to boost cross-lingual performance by transferring knowledge from languages (e.g., high-resource) to other (e.g., low-resource) languages. However, language interference usually exists in multilingual tasks as the model parameters are shared among all languages. In this paper, we propose a two-stage multilingual training method and a joint model called Multilingual Entity and Relation Extraction framework (mERE) to mitigate language interference across languages. Specifically, we randomly concatenate sentences in different languages to train a Language-universal Aggregator (LA), which narrows the distance of embedding representations by obtaining the unified language representation. Then, we separate parameters to mitigate interference via tuning a Language-specific Switcher (LS), which includes several independent sub-modules to refine the language-specific feature representation. After that, to enhance the relational triple extraction, the sentence representations concatenated with the relation feature are used to recognize the entities. Extensive experimental results show that our method outperforms both the monolingual and multilingual baseline methods. Besides, we also perform detailed analysis to show that mERE is lightweight but effective on relational triple extraction and mERE{} is easy to transfer to other backbone models of multi-field tasks, which further demonstrates the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2301.04434

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

Multilingual Entity and Relation Extraction Dataset and Model

2021-04-01 · EACL 2021 2 · Alessandro Seganti, Klaudia Firl{\k{a}}g, Helena Skowronska, Micha{\l} Sat{\l}awa 외

We present a novel dataset and model for a multilingual setting to approach the task of Joint Entity and Relation Extraction. The SMiLER dataset consists of 1.1 M annotated sentences, representing 36 relations, and 14 la…

Joint Entity and Relation ExtractionmodelRelationRelation Extraction

Multilingual Entity, Relation, Event and Human Value Extraction

2019-06-01 · NAACL 2019 6 · Manling Li, Ying Lin, Joseph Hoover, Spencer Whitehead 외

This paper demonstrates a state-of-the-art end-to-end multilingual (English, Russian, and Ukrainian) knowledge extraction system that can perform entity discovery and linking, relation extraction, event extraction, and c…

Event ExtractionRelationRelation Extraction

RED$^{\rm FM}$: a Filtered and Multilingual Relation Extraction Dataset

2023-06-16 · Pere-Lluís Huguet Cabot, Simone Tedeschi, Axel-Cyrille Ngonga Ngomo, Roberto Navigli

Relation Extraction (RE) is a task that identifies relationships between entities in a text, enabling the acquisition of relational facts and bridging the gap between natural language and structured knowledge. However, c…

RelationRelation ExtractionTriplet

GLiNER-Relex: A Unified Framework for Joint Named Entity Recognition and Relation Extraction

2026-05-11 · Ihor Stepanov, Oleksandr Lukashov, Mykhailo Shtopko, Vivek Kalyanarangan arxiv

Joint named entity recognition (NER) and relation extraction (RE) is a fundamental task in natural language processing for constructing knowledge graphs from unstructured text. While recent approaches treat NER and RE as…

Computational EfficiencyRelation ExtractionKnowledge Graphs

LOME: Large Ontology Multilingual Extraction

2021-01-28 · EACL 2021 2 · Patrick Xia, Guanghui Qin, Siddharth Vashishtha, Yunmo Chen 외

We present LOME, a system for performing multilingual information extraction. Given a text document as input, our core system identifies spans of textual entity and event mentions with a FrameNet (Baker et al., 1998) par…

coreference-resolutionCoreference ResolutionEntity TypingRelation+3