paper-with-me

홈 › Papers

Graph-Based Multilingual Label Propagation for Low-Resource Part-of-Speech Tagging

2022-10-18 · Ayyoob Imani, Silvia Severini, Masoud Jalili Sabet, François Yvon, Hinrich Schütze

Part-of-Speech (POS) tagging is an important component of the NLP pipeline, but many low-resource languages lack labeled data for training. An established method for training a POS tagger in such a scenario is to create a labeled training set by transferring from high-resource languages. In this paper, we propose a novel method for transferring labels from multiple high-resource source to low-resource target languages. We formalize POS tag projection as graph-based label propagation. Given translations of a sentence in multiple languages, we create a graph with words as nodes and alignment links as edges by aligning words for all language pairs. We then propagate node labels from source to target using a Graph Neural Network augmented with transformer layers. We show that our propagation creates training sets that allow us to train POS taggers for a diverse set of languages. When combined with enhanced contextualized embeddings, our method achieves a new state-of-the-art for unsupervised POS tagging of low-resource languages.

📄 PDF Abstract BibTeX arXiv:2210.09840

Code (1)

ayyoobimani/glp-pos 공식 구현 pytorch

Tasks

Graph Neural NetworkPart-Of-Speech TaggingPOSPOS TaggingSentenceTAG

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

HiFACTMix: A Code-Mixed Benchmark and Graph-Aware Model for EvidenceBased Political Claim Verification in Hinglish

2025-08-04 · Rakesh Thakur, Sneha Sharma, Gauri Chopra arxiv

Fact-checking in code-mixed, low-resource languages such as Hinglish remains an underexplored challenge in natural language processing. Existing fact-verification systems largely focus on high-resource, monolingual setti…

Explanation GenerationFact Verification

Deep Emotions Across Languages: A Novel Approach for Sentiment Propagation in Multilingual WordNets

2023-12-07 · Jan Kocoń

Sentiment analysis involves using WordNets enriched with emotional metadata, which are valuable resources. However, manual annotation is time-consuming and expensive, resulting in only a few WordNet Lexical Units being a…

Sentiment Analysis

Learn to Cross-lingual Transfer with Meta Graph Learning Across Heterogeneous Languages

2020-11-01 · EMNLP 2020 11 · Zheng Li, Mukul Kumar, William Headden, Bing Yin 외

Recent emergence of multilingual pre-training language model (mPLM) has enabled breakthroughs on various downstream cross-lingual transfer (CLT) tasks. However, mPLM-based methods usually involve two problems: (1) simply…

Cross-Lingual TransferGraph LearningLanguage ModelingLanguage Modelling

WhoSaidIt: Human-LLM Collaborative Annotation for Text-Based Multilingual Speaker-Attribute Classification

2026-05-25 · Lingyu Gao, Will Monroe, David Smith, Meghan Jemison 외 arxiv

Annotating speaker attributes from text is inherently ambiguous, particularly in multilingual settings where demographic and social cues are implicit and culturally variable. We propose a human-large language model (LLM)…

Improving Zero-Shot Cross-lingual Transfer for Multilingual Question Answering over Knowledge Graph

2021-06-01 · NAACL 2021 4 · Yucheng Zhou, Xiubo Geng, Tao Shen, Wenqiang Zhang 외

Multilingual question answering over knowledge graph (KGQA) aims to derive answers from a knowledge graph (KG) for questions in multiple languages. To be widely applicable, we focus on its zero-shot transfer setting. Tha…

Bilingual Lexicon InductionCross-Lingual TransferQuestion AnsweringZero-Shot Cross-Lingual Transfer