<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>multilingual BERT and XLM-R performance in emotion tasks &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/multilingual-bert-and-xlm-r-performance-in-emotion-tasks/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Sep 2026 00:42:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>multilingual BERT and XLM-R performance in emotion tasks &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Testing Transformer Models&#8217; Emotion Recognition Across Languages and Cultures</title>
		<link>https://scienmag.com/testing-transformer-models-emotion-recognition-across-languages-and-cultures/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 00:42:17 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[challenges of emotion detection across languages]]></category>
		<category><![CDATA[challenges of sarcasm detection in multilingual NLP]]></category>
		<category><![CDATA[cross-cultural differences in emotion expression and AI interpretation]]></category>
		<category><![CDATA[cross-cultural sentiment analysis]]></category>
		<category><![CDATA[cultural context in AI emotion analysis]]></category>
		<category><![CDATA[cultural context in AI emotion understanding]]></category>
		<category><![CDATA[evaluation of emotion recognition accuracy across languages]]></category>
		<category><![CDATA[fine-tuning transformer models for cultural diversity]]></category>
		<category><![CDATA[impact of cultural nuances on AI sentiment analysis]]></category>
		<category><![CDATA[impact of internet slang on AI emotion interpretation]]></category>
		<category><![CDATA[limitations of current emotion recognition datasets]]></category>
		<category><![CDATA[limitations of standard datasets in emotion AI]]></category>
		<category><![CDATA[linguistic and cultural barriers in emotion]]></category>
		<category><![CDATA[multilingual BERT and XLM-R performance in emotion tasks]]></category>
		<category><![CDATA[Multilingual emotion recognition in transformer models]]></category>
		<category><![CDATA[multilingual sentiment analysis in social media monitoring]]></category>
		<category><![CDATA[sarcasm detection in multilingual models]]></category>
		<category><![CDATA[slang and idiom processing in natural language processing]]></category>
		<category><![CDATA[slang and internet speech understanding by language models]]></category>
		<category><![CDATA[transformer-based AI for social media sentiment analysis]]></category>
		<category><![CDATA[transformer-based models’ performance on informal language]]></category>
		<category><![CDATA[understanding human emotions in diverse linguistic contexts]]></category>
		<guid isPermaLink="false">https://scienmag.com/testing-transformer-models-emotion-recognition-across-languages-and-cultures/</guid>

					<description><![CDATA[Artificial intelligence systems that claim to understand human emotion are losing their grip the moment people start talking the way people actually talk. That is the central finding of a new study published in the journal Cognitive Computation, which put three of the world&#8217;s most widely used multilingual language models through a gauntlet of slang, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Artificial intelligence systems that claim to understand human emotion are losing their grip the moment people start talking the way people actually talk. That is the central finding of a new study published in the journal Cognitive Computation, which put three of the world&#8217;s most widely used multilingual language models through a gauntlet of slang, idioms, sarcasm and half-Spanish, half-English internet speak. The results reveal consistent and sometimes dramatic drops in accuracy whenever emotional meaning depends on cultural context rather than dictionary definitions.</p>
<p>The research, led by William Villegas-Ch of Universidad de Las Américas in Ecuador together with colleagues from Universidad Internacional del Ecuador and Universidad Estatal de Milagro, focused on transformer-based models: multilingual BERT, known as mBERT, and XLM-R, a larger model built on the RoBERTa architecture. The team also tested a fine-tuned variant, XLM-R-FT, adapted to culturally diverse training data. These models sit behind countless applications, from customer-service chatbots to social media monitoring tools, and their perceived fluency in dozens of languages has made them the default choice for multilingual sentiment and emotion analysis.</p>
<p>The problem, the researchers argue, is that standard evaluations of these systems rely on structured, homogeneous datasets that bear little resemblance to real-world communication. Everyday emotional expression is messy. Speakers switch languages mid-sentence, lean on idioms whose meanings cannot be assembled from their parts, and convey feelings indirectly through irony and understatement. &#8220;Me hierve la sangre,&#8221; a Spanish phrase that literally translates to &#8220;my blood boils,&#8221; expresses anger through a figurative construction. &#8220;Estoy sad AF hoy&#8221; blends English and Spanish in a single clause. &#8220;Oh, great&#8230; just what I needed&#8221; communicates frustration through positive words. None of these patterns are well represented in the canonical corpora on which multilingual models are trained.</p>
<p>To measure how well the models cope, the team assembled an evaluation set of 4,892 instances drawn from public sources including the BBC Forum Dataset, the Brazilian offensive-comment corpus OFFCOMBR, Italian SENTIPOLC data and Twitter-based corpora. The set was balanced across four languages: English, Spanish, Portuguese and Italian. English served as a reference point because of its dominance in pre-training data, while the three Romance languages were chosen for their structural similarity paired with sharply different pragmatic and colloquial conventions around irony, attenuation and intensification. Each instance was categorized as idiomatic, code-switched, or indirect in structure.</p>
<p>Because the source datasets carried inconsistent labels, the researchers manually annotated a representative subset according to Ekman&#8217;s six basic emotions: joy, sadness, anger, fear, surprise and disgust. Native speakers with linguistic training performed the annotation, with two annotators independently labeling each sample. Agreement was required to reach a Cohen&#8217;s kappa of at least 0.8, and disagreements were resolved through adjudication or the samples were discarded, ensuring that the emotional ground truth was itself robust.</p>
<p>The experimental protocol was rigorous. All models ran on the HuggingFace Transformers library atop PyTorch, executed on NVIDIA A100 GPUs in a Linux computing cluster. Fine-tuning used the AdamW optimizer with a learning rate of 2 × 10⁻⁵, a batch size of 32, up to ten epochs, dropout regularization at 0.1 and early stopping when validation Macro-F1 stalled for three consecutive epochs. Evaluation used stratified five-fold cross-validation, with folds balanced jointly by language and emotion class so that no category was underrepresented in either training or testing.</p>
<p>The headline result is a pattern of consistent degradation on culturally marked input. When models moved from clean, monolingual sentences to code-switched or idiomatic ones, F1 scores fell by as much as 10 points and, in some configurations, between 13 and 18 points. In Spanish, mBERT dropped from an F1 of 0.82 on monolingual inputs to 0.67 on code-switched sentences and 0.66 on idiomatic expressions. Portuguese and Italian showed even larger declines. English, by contrast, retained average accuracy above 0.84 under clean conditions and degraded only modestly under noise.</p>
<p>The language gap tracks closely with how much of each language the models saw during pre-training. English, massively represented in training corpora, proved most stable. Spanish occupied an intermediate position. Portuguese and Italian, less richly represented, exhibited the largest drops and the widest variability, with Italian showing the greatest instability of all. The researchers computed performance deviations relative to English of −0.06 for Spanish, −0.09 for Portuguese and −0.12 for Italian, a gradient that reinforces what they describe as representation-driven bias: models are most reliable precisely where their training data was densest.</p>
<p>Specific emotional categories proved especially fragile. Joy and disgust showed the highest variability across languages and conditions. In Portuguese, accuracy on disgust fell from 0.82 on clean text to 0.69 on noisy text, while in Italian it reached the study&#8217;s lowest observed value at 0.67. The team also documented systematic confusion among anger, fear and sadness, with confusion rates of 0.25 between anger and fear and 0.20 between fear and sadness, suggesting that when emotional states are conveyed informally, the models&#8217; decision boundaries between negative emotions blur badly.</p>
<p>Noise alone was enough to trip up the baseline models. When the researchers introduced perturbations mimicking real digital communication, emoji substitutions, social media abbreviations, minor spelling errors and emphatic reduplicated constructions, mBERT suffered accuracy losses of 0.13 in Portuguese and 0.15 in Italian. In one striking example, the Portuguese sentence &#8220;Fiquei muito fps com esso [disgusted face],&#8221; a deliberately corrupted expression of disgust, was classified as joy by mBERT, apparently because surface cues such as the emoji overwhelmed contextual meaning. The fine-tuned XLM-R-FT fared considerably better, keeping accuracy losses to within 0.05 across languages, but even it could not eliminate sensitivity to distortion.</p>
<p>Cultural interference from English emerged as a distinct failure mode. The researchers constructed adversarial examples using false cognates, expressions in Spanish, Portuguese or Italian that superficially resemble English words but carry different meanings. The Spanish phrase &#8220;estoy constipado,&#8221; which means &#8220;I have a cold&#8221; rather than what an English speaker might assume, could push the model toward incorrect negative emotional categories purely through lexical similarity. Across culturally ambiguous sentences, mBERT and XLM-R reached error rates of up to 25 percent in Italian and Spanish due to such interference, while the fine-tuned variant reduced this to below 15 percent.</p>
<p>Perhaps the most illuminating part of the study is its use of interpretability tools, LIME and SHAP, which attribute a model&#8217;s prediction to individual input tokens. These analyses showed that models frequently anchor their judgments on lexically salient words while ignoring context. In the Spanish expression &#8220;Estoy re quemado con esta vaina,&#8221; the model correctly weighted &#8220;quemado&#8221; as emotionally negative but also amplified the contribution of &#8220;vaina,&#8221; a context-dependent filler word with neutral semantic load. In Italian, multi-word idioms were decomposed into independent tokens, producing erroneous emotional assignments whenever the expression resisted compositional interpretation. By contrast, the Portuguese colloquialism &#8220;massa&#8221; was correctly associated with positive emotion, suggesting that models succeed mainly where colloquial usage happens to align with patterns in training data.</p>
<p>The performance gap between direct and indirect emotional expression proved remarkably uniform. All models showed F1 reductions of between 0.08 and 0.10 when moving from explicit statements of feeling to indirect or sarcastic formulations, with mBERT showing the largest swings. This, the authors conclude, reflects a bias toward explicit emotional patterns aligned with Anglophone linguistic structures, an Anglocentric tendency that persists even when the model is operating in another language.</p>
<p>Fine-tuning helps, but it is not a cure. XLM-R-FT outperformed both baselines across every emotional category, improving Macro-F1 by up to 0.14 points over mBERT in categories such as fear and disgust, and it limited degradation on idiomatic and code-switched input to less than 8 F1 points relative to monolingual sentences. Yet the gap never closed entirely. Adaptation, the study finds, mitigates sensitivity to linguistic variation without removing it, and the fine-tuned model retains whatever structural biases were baked into its original pre-training.</p>
<p>The authors are careful to note the study&#8217;s limits. Only three target languages were examined, without full coverage of dialectal and regional variation within each. Human annotation of the culturally sensitive subset introduces subjectivity despite consensus mechanisms, and interpretability methods such as LIME and SHAP rest on assumptions that may not fully capture a transformer&#8217;s internal computation. The evaluation also focused on classification, not generative models or interactive settings.</p>
<p>Even so, the implications reach well beyond the laboratory. Conversational agents, content moderation systems and social media analytics tools deployed in multilingual environments routinely encounter exactly the kind of language this study shows the models mishandling. A benchmark score earned on clean, structured data, the researchers warn, says little about behavior in the wild. Their proposed framework, combining controlled perturbations, cross-linguistic comparison and token-level interpretability, offers a way to test for those hidden fragilities before deployment. Future work, they argue, should focus on datasets that explicitly capture cultural variation across regions and registers, and on integrating external semantic resources that encode idiomatic and context-dependent meaning, so that the next generation of multilingual systems can finally read between the lines the way humans do.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Evaluation of the semantic robustness and cultural adaptability of multilingual transformer models (mBERT, XLM-R and a fine-tuned XLM-R-FT) for emotion recognition across English, Spanish, Portuguese and Italian</p>
<p><strong>Article Title:</strong> Multilingual Evaluation of Semantic Robustness and Cultural Adaptability in Transformer Models for Emotion Recognition</p>
<p><strong>Article References:</strong> Villegas-Ch, W., Gutierrez, R., Mera-Navarrete, A., &amp; Guevara-Reyes, R. (2026). Multilingual Evaluation of Semantic Robustness and Cultural Adaptability in Transformer Models for Emotion Recognition. <em>Cognitive Computation, 18</em>(1), Article 73. <a href="https://doi.org/10.1007/s12559-026-10621-7" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s12559-026-10621-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s12559-026-10621-7" target="_blank" rel="noopener noreferrer">10.1007/s12559-026-10621-7</a></p>
<p><strong>Keywords:</strong> Multilingual NLP, Emotion classification, Transformer models, Cultural bias, Semantic robustness, Code-switching, Idiomatic expressions, Fine-tuning, XLM-R, mBERT, LIME, SHAP</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">190491</post-id>	</item>
	</channel>
</rss>
