paper-with-me

홈 › Papers

Investigating Large Language Models' Linguistic Abilities for Text Preprocessing

2025-10-13 · Marco Braga, Gian Carlo Milanese, Gabriella Pasi arxiv

Text preprocessing is a fundamental component of Natural Language Processing, involving techniques such as stopword removal, stemming, and lemmatization to prepare text as input for further processing and analysis. Despite the context-dependent nature of the above techniques, traditional methods usually ignore contextual information. In this paper, we investigate the idea of using Large Language Models (LLMs) to perform various preprocessing tasks, due to their ability to take context into account without requiring extensive language-specific annotated resources. Through a comprehensive evaluation on web-sourced data, we compare LLM-based preprocessing (specifically stopword removal, lemmatization and stemming) to traditional algorithms across multiple text classification tasks in six European languages. Our analysis indicates that LLMs are capable of replicating traditional stopword removal, lemmatization, and stemming methods with accuracies reaching 97%, 82%, and 74%, respectively. Additionally, we show that ML algorithms trained on texts preprocessed by LLMs achieve an improvement of up to 6% with respect to the $F_1$ measure compared to traditional techniques. Our code, prompts, and results are publicly available at https://github.com/GianCarloMilanese/llm_pipeline_wi-iat.

📄 PDF Abstract BibTeX arXiv:2510.11482

Code (0)

등록된 구현이 없습니다.

Tasks

Text Classification

Similar Papers 제목 키워드 기반

Large Linguistic Models: Investigating LLMs' metalinguistic abilities

2023-05-01 · Gašper Beguš, Maksymilian Dąbkowski, Ryan Rhodes

The performance of large language models (LLMs) has recently improved to the point where models can perform well on many language tasks. We show here that--for the first time--the models can also generate valid metalingu…

valid

Large language models and (non-)linguistic recursion

2023-06-12 · Maksymilian Dąbkowski, Gašper Beguš

Recursion is one of the hallmarks of human language. While many design features of language have been shown to exist in animal communication systems, recursion has not. Previous research shows that GPT-4 is the first lar…

Language ModelingLanguage ModellingLarge Language Model

From Monolingual to Bilingual: Investigating Language Conditioning in Large Language Models for Psycholinguistic Tasks

2025-08-04 · Shuzhou Yuan, Zhan Qu, Mario Tawfelis, Michael Färber arxiv

Large Language Models (LLMs) exhibit strong linguistic capabilities, but little is known about how they encode psycholinguistic knowledge across languages. We investigate whether and how LLMs exhibit human-like psycholin…

LLM Cognitive Judgements Differ From Human

2023-07-20 · Sotiris Lamprinidis

Large Language Models (LLMs) have lately been on the spotlight of researchers, businesses, and consumers alike. While the linguistic capabilities of such models have been studied extensively, there is growing interest in…

Exploring the Limitations of Large Language Models in Compositional Relation Reasoning

2024-03-05 · Jinman Zhao, Xueyan Zhang

We present a comprehensive evaluation of large language models(LLMs)' ability to reason about composition relations through a benchmark encompassing 1,500 test cases in English, designed to cover six distinct types of co…

Relation