CLSep 13, 2023

Benchmarking Procedural Language Understanding for Low-Resource Languages: A Case Study on Turkish

arXiv:2309.06698v2126 citationsh-index: 11
Originality Synthesis-oriented
AI Analysis

This work provides a benchmark for procedural language understanding in Turkish, which is incremental as it adapts existing methods to a new language context.

The study addressed the lack of procedural language understanding resources for low-resource languages by expanding Turkish wikiHow tutorials from 2,000 to 52,000 using automated translation and creating downstream tasks like action linking and goal inference, finding that language-specific models outperformed multilingual models by a significant margin across most tasks.

Understanding procedural natural language (e.g., step-by-step instructions) is a crucial step to execution and planning. However, while there are ample corpora and downstream tasks available in English, the field lacks such resources for most languages. To address this gap, we conduct a case study on Turkish procedural texts. We first expand the number of tutorials in Turkish wikiHow from 2,000 to 52,000 using automated translation tools, where the translation quality and loyalty to the original meaning are validated by a team of experts on a random set. Then, we generate several downstream tasks on the corpus, such as linking actions, goal inference, and summarization. To tackle these tasks, we implement strong baseline models via fine-tuning large language-specific models such as TR-BART and BERTurk, as well as multilingual models such as mBART, mT5, and XLM. We find that language-specific models consistently outperform their multilingual models by a significant margin across most procedural language understanding (PLU) tasks. We release our corpus, downstream tasks and the baseline models with https://github.com/ GGLAB-KU/turkish-plu.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes