paper-with-me

홈 › Papers

Very-large Scale Parsing and Normalization of Wiktionary Morphological Paradigms

2016-05-01 · LREC 2016 5 · Christo Kirov, John Sylak-Glassman, Roger Que, David Yarowsky

Wiktionary is a large-scale resource for cross-lingual lexical information with great potential utility for machine translation (MT) and many other NLP tasks, especially automatic morphological analysis and generation. However, it is designed primarily for human viewing rather than machine readability, and presents numerous challenges for generalized parsing and extraction due to a lack of standardized formatting and grammatical descriptor definitions. This paper describes a large-scale effort to automatically extract and standardize the data in Wiktionary and make it available for use by the NLP research community. The methodological innovations include a multidimensional table parsing algorithm, a cross-lexeme, token-frequency-based method of separating inflectional form data from grammatical descriptors, the normalization of grammatical descriptors to a unified annotation scheme that accounts for cross-linguistic diversity, and a verification and correction process that exploits within-language, cross-lexeme table format consistency to minimize human effort. The effort described here resulted in the extraction of a uniquely large normalized resource of nearly 1,000,000 inflectional paradigms across 350 languages. Evaluation shows that even though the data is extracted using a language-independent approach, it is comparable in quantity and quality to data extracted using hand-tuned, language-specific approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationMorphological AnalysisTranslation

Similar Papers 제목 키워드 기반

Wiktionary Normalization of Translations and Morphological Information

2020-12-01 · COLING 2020 8 · Winston Wu, David Yarowsky

We extend the Yawipa Wiktionary Parser (Wu and Yarowsky, 2020) to extract and normalize translations from etymology glosses, and morphological form-of relations, resulting in 300K unique translations and over 4 million i…

Translation

The comparison of Wiktionary thesauri transformed into the machine-readable format

2010-06-25 · A. A. Krizhanovsky

Wiktionary is a unique, peculiar, valuable and original resource for natural language processing (NLP). The paper describes an open-source Wiktionary parser: its architecture and requirements followed by a description of…

A Probabilistic Generative Grammar for Semantic Parsing

2016-06-20 · CONLL 2017 8 · Abulhair Saparov

Domain-general semantic parsing is a long-standing goal in natural language processing, where the semantic parser is capable of robustly parsing sentences from domains outside of which it was trained. Current approaches …

Natural Language UnderstandingSemantic ParsingSentenceStructured Prediction

Dependency Parsing is More Parameter-Efficient with Normalization

2025-05-26 · Paolo Gajo, Domenic Rosati, Hassan Sajjad, Alberto Barrón-Cedeño

Dependency parsing is the task of inferring natural language structure, often approached by modeling word interactions via attention through biaffine scoring. This mechanism works like self-attention in Transformers, whe…

Dependency ParsingSentence

The Denoised Web Treebank: Evaluating Dependency Parsing under Noisy Input Conditions

2016-05-01 · LREC 2016 5 · Joachim Daiber, Rob van der Goot

We introduce the Denoised Web Treebank: a treebank including a normalization layer and a corresponding evaluation metric for dependency parsing of noisy text, such as Tweets. This benchmark enables the evaluation of pars…

Dependency ParsingLexical NormalizationMachine TranslationText Normalization+1