paper-with-me

Papers

Parallel Algorithms for Unsupervised Tagging

2014-01-01 · TACL 2014 1 · Sujith Ravi, Sergei Vassilivitskii, Vibhor Rastogi

We propose a new method for unsupervised tagging that finds minimal models which are then further improved by Expectation Maximization training. In contrast to previous approaches that rely on manually specified and multi-step heuristics for model minimization, our approach is a simple greedy approximation algorithm DMLC (Distributed-Minimum-Label-Cover) that solves this objective in a single step. We extend the method and show how to efficiently parallelize the algorithm on modern parallel computing platforms while preserving approximation guarantees. The new method easily scales to large data and grammar sizes, overcoming the memory bottleneck in previous approaches. We demonstrate the power of the new algorithm by evaluating on various sequence labeling tasks: Part-of-Speech tagging for multiple languages (including low-resource languages), with complete and incomplete dictionaries, and supertagging, a complex sequence labeling task, where the grammar size alone can grow to millions of entries. Our results show that for all of these settings, our method achieves state-of-the-art scalable performance that yields high quality tagging outputs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Part-Of-Speech Tagging

Similar Papers 제목 키워드 기반

Unsupervised Cross-Lingual Part-of-Speech Tagging with Monolingual Corpora Only

2026-02-10 · Jianyu Zheng arxiv

Due to the scarcity of part-of-speech annotated data, existing studies on low-resource languages typically adopt unsupervised approaches for POS tagging. Among these, POS tag projection with word alignment method transfe…

Part-Of-Speech TaggingMachine TranslationWord AlignmentPOS Tagging

Unsupervised Cross-Lingual Part-of-Speech Tagging for Truly Low-Resource Scenarios

2020-11-01 · EMNLP 2020 11 · Ramy Eskander, Smaranda Muresan, Michael Collins

We describe a fully unsupervised cross-lingual transfer approach for part-of-speech (POS) tagging under a truly low resource scenario. We assume access to parallel translations between the target language and one or more…

Cross-Lingual TransferPart-Of-Speech TaggingPOSPOS Tagging+2

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

A language-independent and fully unsupervised approach to lexicon induction and part-of-speech tagging for closely related languages

2014-05-01 · LREC 2014 5 · Yves Scherrer, Beno{\^\i}t Sagot

In this paper, we describe our generic approach for transferring part-of-speech annotations from a resourced language towards an etymologically closely related non-resourced language, without using any bilingual (i.e., p…

Part-Of-Speech TaggingPOSTranslation

If You Even Don't Have a Bit of Bible: Learning Delexicalized POS Taggers

2016-05-01 · LREC 2016 5 · Zhiwei Yu, David Mare{\v{c}}ek, Zden{\v{e}}k {\v{Z}}abokrtsk{\'y}, Daniel Zeman

Part-of-speech (POS) induction is one of the most popular tasks in research on unsupervised NLP. Various unsupervised and semi-supervised methods have been proposed to tag an unseen language. However, many of them requir…

POSTAG