paper-with-me

홈 › Papers

A New Method for Cross-Lingual-based Semantic Role Labeling

2024-08-28 · Mohammad Ebrahimi, Behrouz Minaei Bidgoli, Nasim Khozouei

Semantic role labeling is a crucial task in natural language processing, enabling better comprehension of natural language. However, the lack of annotated data in multiple languages has posed a challenge for researchers. To address this, a deep learning algorithm based on model transfer has been proposed. The algorithm utilizes a dataset consisting of the English portion of CoNLL2009 and a corpus of semantic roles in Persian. To optimize the efficiency of training, only ten percent of the educational data from each language is used. The results of the proposed model demonstrate significant improvements compared to Niksirt et al.'s model. In monolingual mode, the proposed model achieved a 2.05 percent improvement on F1-score, while in cross-lingual mode, the improvement was even more substantial, reaching 6.23 percent. Worth noting is that the compared model only trained two of the four stages of semantic role labeling and employed golden data for the remaining two stages. This suggests that the actual superiority of the proposed model surpasses the reported numbers by a significant margin. The development of cross-lingual methods for semantic role labeling holds promise, particularly in addressing the scarcity of annotated data for various languages. These advancements pave the way for further research in understanding and processing natural language across different linguistic contexts.

📄 PDF Abstract BibTeX arXiv:2408.15896

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Role Labeling

Similar Papers 제목 키워드 기반

Translate and Label! An Encoder-Decoder Approach for Cross-lingual Semantic Role Labeling

2019-08-29 · IJCNLP 2019 11 · Angel Daza, Anette Frank

We propose a Cross-lingual Encoder-Decoder model that simultaneously translates and generates sentences with Semantic Role Labeling annotations in a resource-poor target language. Unlike annotation projection techniques,…

DecoderSemantic Role Labeling

Alignment-free Cross-lingual Semantic Role Labeling

2020-11-01 · EMNLP 2020 11 · Rui Cai, Mirella Lapata

Cross-lingual semantic role labeling (SRL) aims at leveraging resources in a source language to minimize the effort required to construct annotations or models for a new target language. Recent approaches rely on word al…

Machine TranslationMultilingual Word EmbeddingsSemantic Role LabelingTranslation+1

InVeRo-XL: Making Cross-Lingual Semantic Role Labeling Accessible with Intelligible Verbs and Roles

2021-11-01 · EMNLP (ACL) 2021 11 · Simone Conia, Riccardo Orlando, Fabrizio Brignone, Francesco Cecconi 외

Notwithstanding the growing interest in cross-lingual techniques for Natural Language Processing, there has been a surprisingly small number of efforts aimed at the development of easy-to-use tools for cross-lingual Sema…

Semantic Role LabelingSentence

Cross-lingual Transfer of Semantic Role Labeling Models

2013-08-01 · ACL 2013 8 · Mikhail Kozhevnikov, Ivan Titov
Cross-Lingual TransferLanguage ModellingMachine TranslationNatural Language Inference+3

Improving Portuguese Semantic Role Labeling with Transformers and Transfer Learning

2021-01-04 · Sofia Oliveira, Daniel Loureiro, Alípio Jorge

The Natural Language Processing task of determining "Who did what to whom" is called Semantic Role Labeling. For English, recent methods based on Transformer models have allowed for major improvements in this task over t…

Cross-Lingual TransferDependency ParsingSemantic Role LabelingTransfer Learning