| Challenge: | Existing models for morphological case marking and semantic content are not isomorphic. |
| Approach: | They propose a model that extracts case markers from a multilingual corpus using a noun phrase chunker and an alignment system. |
| Outcome: | The proposed model can extract case markers in 83 languages and visualise similarities and differences between case systems and annotate fine-grained deep cases in languages where they are not overtly marked. |
Similar Papers
Small and Practical BERT Models for Sequence Labeling (D19-1)
Copied to clipboard
| Challenge: | Existing models for morphosyntactic tagging have focused on building separate models for each language or for a small group of related languages. |
| Approach: | They propose a scheme to train a single multilingual sequence labeling model that is small and fast enough to run on a CPU. |
| Outcome: | The proposed model outperforms state-of-the-art models on low-resource languages and low-level models on codemixed inputs. |
Meeting the Needs of Low-Resource Languages: The Value of Automatic Alignments via Pretrained Models (2023.eacl-main)
Copied to clipboard
Abteen Ebrahimi, Arya D. McCarthy, Arturo Oncevay, John E. Ortega, Luis Chiruzzo, Gustavo Giménez-Lugo, Rolando Coto-Solano, Katharina Kann
| Challenge: | Large multilingual models have inspired a new class of word alignment methods, which work well for pretraining languages. |
| Approach: | They propose to use transformer-based word alignment methods to extract alignments from massive pretrained models. |
| Outcome: | The proposed methods outperform traditional methods for languages unseen to pretraining models, and are competitive with each other. |
BinaryAlign: Word Alignment as Binary Sequence Labeling (2024.acl-long)
Copied to clipboard
| Challenge: | State-of-the-art word alignment training methods require a different class depending on the availability of gold data for a particular language pair. |
| Approach: | They propose a novel word alignment technique based on binary sequence labeling that outperforms existing approaches in both scenarios. |
| Outcome: | The proposed method outperforms existing models on non-English language pairs and performs stratified error analysis over alignment error type. |
A Gold Standard for Multilingual Automatic Term Extraction from Comparable Corpora: Term Structure and Translation Equivalents (L18-1)
Copied to clipboard
| Challenge: | Terms are notoriously difficult to identify, both automatically and manually. |
| Approach: | They propose a method to annotate terms manually from a comparable corpus . they show that the gold standard provides a tool for evaluation and a rich source of information . |
| Outcome: | The proposed method provides a tool for evaluation and rich source of information about terms. |
Multilingual Word Segmentation: Training Many Language-Specific Tokenizers Smoothly Thanks to the Universal Dependencies Corpus (L18-1)
Copied to clipboard
| Challenge: | Towards language scalability, major progress has been achieved in multilingual language technology in recent years. |
| Approach: | They propose a tokenizer that can be trained from any Universal Dependencies corpus dataset . they argue that tokenization should be seen as a supervised task and scalability requires a software engineering process across languages. |
| Outcome: | The proposed tokenizer can be trained from any dataset in the corpus UD2 . the proposed software tool relies on elephant to perform the training . |
Distant Supervision from Disparate Sources for Low-Resource Part-of-Speech Tagging (D18-1)
Copied to clipboard
| Challenge: | Low-resource languages lack manual annotated data to learn basic models such as part-of-speech (POS) taggers. |
| Approach: | They propose a cross-lingual neural part-of-speech tagger that learns from disparate sources of distant supervision in a uniform framework. |
| Outcome: | The proposed model scales to hundreds of low-resource languages without access to gold annotated data. |
Understanding Cross-Lingual Alignment—A Survey (2024.findings-acl)
Copied to clipboard
| Challenge: | Cross-lingual alignment is the meaningful similarity of representations across languages in multilingual language models. |
| Approach: | They propose a taxonomy of methods to improve cross-lingual alignment . they argue that an effective trade-off between language-neutral and language-specific information is key . |
| Outcome: | The proposed methods can be applied to encoder models and encoder-decoder-only models . they show that language-neutral and language-specific information is key . |
Morphological Processing of Low-Resource Languages: Where We Are and What’s Next (2022.findings-acl)
Copied to clipboard
Adam Wiemerslage, Miikka Silfverberg, Changbing Yang, Arya McCarthy, Garrett Nicolai, Eliana Colunga, Katharina Kann
| Challenge: | Existing models for morphological processing are not suitable for low-resource languages, but they are still lacking in the field of computational morphology. |
| Approach: | They propose to bridge two unsupervised models to understand a language’s morphology from raw text alone and propose to use them to improve their models. |
| Outcome: | The proposed models perform reasonably, but there is room for improvement. |
MACRONYM: A Large-Scale Dataset for Multilingual and Multi-Domain Acronym Extraction (2022.coling-1)
Copied to clipboard
Amir Pouran Ben Veyseh, Nicole Meister, Seunghyun Yoon, Rajiv Jain, Franck Dernoncourt, Thien Huu Nguyen
| Challenge: | Acronym extraction is the task of identifying acronyms and their expanded forms in texts . existing AE methods for English are limited to specific languages and domains . |
| Approach: | They propose to annotate 27,200 sentences in 6 different languages and 2 new domains for AE. |
| Outcome: | The proposed dataset shows that AE in different languages and learning settings has unique challenges . |
Towards a unified framework for bilingual terminology extraction of single-word and multi-word terms (C18-1)
Copied to clipboard
| Challenge: | Existing methods for extracting bilingual terminology from comparable corpora are limited to a set of syntactic patterns. |
| Approach: | They propose a framework for aligning bilingual terms independently of term lengths . they introduce some enhancements to the context-based and neural network based approaches . |
| Outcome: | The proposed framework improves the performance of the context-based and neural network based approaches and can be adapted in specialized domains. |