paper-with-me

Papers

Cross-Lingual Morphological Tagging for Low-Resource Languages

2016-06-14 · ACL 2016 8 · Jan Buys, Jan A. Botha

Morphologically rich languages often lack the annotated linguistic resources required to develop accurate natural language processing tools. We propose models suitable for training morphological taggers with rich tagsets for low-resource languages without using direct supervision. Our approach extends existing approaches of projecting part-of-speech tags across languages, using bitext to infer constraints on the possible tags for a given word type or token. We propose a tagging model using Wsabie, a discriminative embedding-based model with rank-based learning. In our evaluation on 11 languages, on average this model performs on par with a baseline weakly-supervised HMM, while being more scalable. Multilingual experiments show that the method performs best when projecting between related language pairs. Despite the inherently lossy projection, we show that the morphological tags predicted by our models improve the downstream performance of a parser by +0.6 LAS on average.

📄 PDF Abstract BibTeX arXiv:1606.04279

Code (0)

등록된 구현이 없습니다.

Tasks

Morphological Tagging

Similar Papers 제목 키워드 기반

Cross-lingual, Character-Level Neural Morphological Tagging

2017-08-30 · Ryan Cotterell, Georg Heigold

Even for common NLP tasks, sufficient supervision is not available in many languages -- morphological tagging is no exception. In the work presented here, we explore a transfer learning scheme, whereby we train character…

Morphological TaggingTransfer Learning

Cross-lingual Character-Level Neural Morphological Tagging

2017-09-01 · EMNLP 2017 9 · Ryan Cotterell, Georg Heigold

Even for common NLP tasks, sufficient supervision is not available in many languages {--} morphological tagging is no exception. In the work presented here, we explore a transfer learning scheme, whereby we train charact…

Language ModelingLanguage ModellingMorphological TaggingPart-Of-Speech Tagging+1

Neural Factor Graph Models for Cross-lingual Morphological Tagging

2018-05-11 · ACL 2018 7 · Chaitanya Malaviya, Matthew R. Gormley, Graham Neubig

Morphological analysis involves predicting the syntactic traits of a word (e.g. {POS: Noun, Case: Acc, Gender: Fem}). Previous work in morphological tagging improves performance for low-resource languages (LRLs) through …

Morphological AnalysisMorphological TaggingPOSTAG

Unsupervised Stem-based Cross-lingual Part-of-Speech Tagging for Morphologically Rich Low-Resource Languages

2022-07-01 · NAACL 2022 7 · Ramy Eskander, Cass Lowry, Sujay Khandagale, Judith Klavans 외

Unsupervised cross-lingual projection for part-of-speech (POS) tagging relies on the use of parallel data to project POS tags from a source language for which a POS tagger is available onto a target language across word-…

Part-Of-Speech TaggingPOSPOS Tagging

Tokenization and Morphological Fidelity in Uralic NLP: A Cross-Lingual Evaluation

2026-02-04 · Nuo Xu, Ahrii Kim arxiv

Subword tokenization critically affects Natural Language Processing (NLP) performance, yet its behavior in morphologically rich and low-resource language families remains under-explored. This study systematically compare…

Cross-Lingual Transfer