paper-with-me

홈 › Papers

CUTE: Measuring LLMs' Understanding of Their Tokens

2024-09-23 · Lukas Edman, Helmut Schmid, Alexander Fraser

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.

📄 PDF Abstract BibTeX arXiv:2409.15452

Code (1)

leukas/cute 공식 구현 pytorch

Similar Papers 제목 키워드 기반

PACUTE: Phonology-, Affix-, and Character-level Understanding of Tokens for Filipino

2026-06-13 · Jann Railey Montalan, David Demitri Africa, Jimson Paulo Layacan, Richell Isaiah Flores 외 arxiv

Large language models (LLMs) process text as sequences of subword tokens, which can obscure the character-level and morphological structure that underlies word formation. This limitation is most acute for languages with …

Rethinking the Understanding Ability across LLMs through Mutual Information

2025-05-25 · Shaojie Wang, Sirui Ding, Na Zou

Recent advances in large language models (LLMs) have revolutionized natural language processing, yet evaluating their intrinsic linguistic understanding remains challenging. Moving beyond specialized evaluation tasks, we…

SentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings

Enhancing Instruction-Following Capability of Visual-Language Models by Reducing Image Redundancy

2024-11-23 · Te Yang, Jian Jia, Xiangyu Zhu, Weisong Zhao 외

Large Language Models (LLMs) have strong instruction-following capability to interpret and execute tasks as directed by human commands. Multimodal Large Language Models (MLLMs) have inferior instruction-following ability…

Instruction FollowingMMETextVQAVisual Question Answering (VQA)

When Token Pruning is Worse than Random: Understanding Visual Token Information in VLLMs

2025-12-08 · Yahong Wang, Juncheng Wu, Zhangkai Ni, Longzhen Yang 외 arxiv

Vision Large Language Models (VLLMs) incur high computational costs due to their reliance on hundreds of visual tokens to represent images. While token pruning offers a promising solution for accelerating inference, this…

Visual Question Answering

The Self-Execution Benchmark: Measuring LLMs' Attempts to Overcome Their Lack of Self-Execution

2025-08-17 · Elon Ezra, Ariel Weizman, Amos Azaria arxiv

Large language models (LLMs) are commonly evaluated on tasks that test their knowledge or reasoning abilities. In this paper, we explore a different type of evaluation: whether an LLM can predict aspects of its own respo…