← Search

Lukas Edman

4 accepted papers

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

Positional Overload: Positional Debiasing and Context Window Extension for Large Language Models using Set Encoding

ACL 2025long

Large Language Models (LLMs) typically track the order of tokens using positional encoding, which causes the following problems: positional bias, where the model is influenced by an ordering within the prompt, and a fixed context window, as models struggle to generalize to positions beyond those enc…

Cited by 0SourcePDFScholar
2022

Subword-Delimited Downsampling for Better Character-Level Translation

EMNLP 2022finding

Subword-level models have been the dominant paradigm in NLP. However, character-level models have the benefit of seeing each character individually, providing the model with more detailed information that ultimately could lead to better models. Recent works have shown character-level models to be co…