EMNLP 2024main4 citations

CUTE: Measuring LLMs’ Understanding of Their Tokens

Lukas Edman, Helmut Schmid, Alexander Fraser

Abstract

Large Language Models (LLMs) show remarkable performance on a wide variety of tasks. Most LLMs split text into multi-character tokens and process them as atomic units without direct access to individual characters. This raises the question: To what extent can LLMs learn orthographic information? To answer this, we propose a new benchmark, CUTE, which features a collection of tasks designed to test the orthographic knowledge of LLMs. We evaluate popular LLMs on CUTE, finding that most of them seem to know the spelling of their tokens, yet fail to use this information effectively to manipulate text, calling into question how much of this knowledge is generalizable.

BibTeX
@inproceedings{edman-etal-2024-cute,
    title = "{CUTE}: Measuring {LLM}s' Understanding of Their Tokens",
    author = "Edman, Lukas  and
      Schmid, Helmut  and
      Fraser, Alexander",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.177/",
    doi = "10.18653/v1/2024.emnlp-main.177",
    pages = "3017--3026"
}