← Search

Helmut Schmid

12 accepted papers

2025

BMIKE-53: Investigating Cross-Lingual Knowledge Editing with In-Context Learning

ACL 2025long

This paper introduces BMIKE-53, a comprehensive benchmark for cross-lingual in-context knowledge editing (IKE), spanning 53 languages and three KE datasets: zsRE, CounterFact, and WikiFactDiff. Cross-lingual KE, which requires knowledge edited in one language to generalize across diverse languages w…

2025

EXECUTE: A Multilingual Benchmark for LLM Token Understanding

ACL 2025finding

The CUTE benchmark showed that LLMs struggle with character understanding in English. We extend it to more languages with diverse scripts and writing systems, introducing EXECUTE. Our simplified framework allows easy expansion to any language. Tests across multiple LLMs reveal that challenges in oth…

2025

Large Language Models as Neurolinguistic Subjects: Discrepancy between Performance and Competence

ACL 2025finding

This study investigates the linguistic understanding of Large Language Models (LLMs) regarding signifier (form) and signified (meaning) by distinguishing two LLM assessment paradigms: psycholinguistic and neurolinguistic. Traditional psycholinguistic evaluations often reflect statistical rules that…

Cited by 0SourcePDFScholar
2025

Mechanistic Understanding and Mitigation of Language Confusion in English-Centric Large Language Models

EMNLP 2025

Language confusion—where large language models (LLMs) generate unintended languages against the user’s need—remains a critical challenge, especially for English-centric models. We present the first mechanistic interpretability (MI) study of language confusion, combining behavioral benchmarking with

Cited by 0SourcePDFScholar
2024

GNNavi: Navigating the Information Flow in Large Language Models by Graph Neural Network

ACL 2024findings

Large Language Models (LLMs) exhibit strong In-Context Learning (ICL) capabilities when prompts with demonstrations are used. However, fine-tuning still remains crucial to further enhance their adaptability. Prompt-based fine-tuning proves to be an effective fine-tuning method in low-data scenarios,…

2024

Robust Non-linear Normalization of Heterogeneous Feature Distributions with Adaptive Tanh-Estimators

AISTATS 2024poster

Feature normalization is a crucial step in machine learning that scales numerical values to improve model effectiveness. Noisy or impure datasets can pose a challenge for traditional normalization methods as they may contain outliers that violate statistical assumptions, leading to reduced model per…

Cited by 1SourcePDFScholar
2023

Cross-Lingual Retrieval Augmented Prompt for Low-Resource Languages

ACL 2023findings

Multilingual Pretrained Language Models (MPLMs) perform strongly in cross-lingual transfer. We propose Prompts Augmented by Retrieval Crosslingually (PARC) to improve zero-shot performance on low-resource languages (LRLs) by augmenting the context with prompts consisting of semantically similar sent…

2023

Glot500: Scaling Multilingual Corpora and Language Models to 500 Languages

ACL 2023long

The NLP community has mainly focused on scaling Large Language Models (LLMs) vertically, i.e., making them better for about 100 languages. We instead scale LLMs horizontally: we create, through continued pretraining, Glot500-m, an LLM that covers 511 predominantly low-resource languages. An importan…

2023

Unleashing the Multilingual Encoder Potential: Boosting Zero-Shot Performance via Probability Calibration

EMNLP 2023short findings

Pretrained multilingual encoder models can directly perform zero-shot multilingual tasks or linguistic probing by reformulating the input examples into cloze-style prompts. This is accomplished by predicting the probabilities of the label words at the masked token position, without requiring any up…

Cited by 0SourcecodeScholar
2022

Why don’t people use character-level machine translation?

ACL 2022findings

We present a literature and empirical survey that critically assesses the state of the art in character-level modeling for machine translation (MT). Despite evidence in the literature that character-level systems are comparable with subword systems, they are virtually never used in competitive setup…

2020

Automatically Identifying Words That Can Serve as Labels for Few-Shot Text Classification

COLING 2020main

A recent approach for few-shot text classification is to convert textual inputs to cloze questions that contain some form of task description, process them with a pretrained language model and map the predicted words to labels. Manually defining this mapping between words and labels requires both do…