CLMar 7, 2024

NLPre: a revised approach towards language-centric benchmarking of Natural Language Preprocessing systems

arXiv:2403.04507v281 citationsh-index: 6LREC
Originality Incremental advance
AI Analysis

This work addresses the challenge of fair evaluation for NLPre tools, particularly for languages beyond English, though it is incremental as it builds on existing benchmarking ideas like GLUE.

The authors tackled the problem of comparing natural language preprocessing (NLPre) tools by proposing a novel language-centric benchmarking system, which they implemented for Polish and evaluated various systems, enabling customization for other languages like Irish or Chinese.

With the advancements of transformer-based architectures, we observe the rise of natural language preprocessing (NLPre) tools capable of solving preliminary NLP tasks (e.g. tokenisation, part-of-speech tagging, dependency parsing, or morphological analysis) without any external linguistic guidance. It is arduous to compare novel solutions to well-entrenched preprocessing toolkits, relying on rule-based morphological analysers or dictionaries. Aware of the shortcomings of existing NLPre evaluation approaches, we investigate a novel method of reliable and fair evaluation and performance reporting. Inspired by the GLUE benchmark, the proposed language-centric benchmarking system enables comprehensive ongoing evaluation of multiple NLPre tools, while credibly tracking their performance. The prototype application is configured for Polish and integrated with the thoroughly assembled NLPre-PL benchmark. Based on this benchmark, we conduct an extensive evaluation of a variety of Polish NLPre systems. To facilitate the construction of benchmarking environments for other languages, e.g. NLPre-GA for Irish or NLPre-ZH for Chinese, we ensure full customization of the publicly released source code of the benchmarking system. The links to all the resources (deployed platforms, source code, trained models, datasets etc.) can be found on the project website: https://sites.google.com/view/nlpre-benchmark.

Foundations

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

Your Notes