paper-with-me

홈 › Papers

Enhancing Character-Level Understanding in LLMs through Token Internal Structure Learning

2024-11-26 · Zhu Xu, Zhiqiang Zhao, Zihan Zhang, Yuchi Liu, Quanwei Shen, Fei Liu, Yu Kuang, Jian He, Conglin Liu

Tokenization methods like Byte-Pair Encoding (BPE) enhance computational efficiency in large language models (LLMs) but often obscure internal character structures within tokens. This limitation hinders LLMs' ability to predict precise character positions, which is crucial in tasks like Chinese Spelling Correction (CSC) where identifying the positions of misspelled characters accelerates correction processes. We propose Token Internal Position Awareness (TIPA), a method that significantly improves models' ability to capture character positions within tokens by training them on reverse character prediction tasks using the tokenizer's vocabulary. Experiments demonstrate that TIPA enhances position prediction accuracy in LLMs, enabling more precise identification of target characters in original text. Furthermore, when applied to downstream tasks that do not require exact position prediction, TIPA still boosts performance in tasks needing character-level information, validating its versatility and effectiveness.

📄 PDF Abstract BibTeX arXiv:2411.17679

Code (1)

FloatFrank/TIPA 공식 구현

Tasks

Computational EfficiencyPositionPredictionSpelling Correction

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Beyond Single Character: Evaluating MLLMs for Sentence-Level Oracle Bone Inscription Understanding

2026-06-30 · Ziqi Li, Zijian Chen, Tingzhu Chen, Guangtao Zhai arxiv

Existing AI-assisted oracle bone inscription (OBI) visual recognition and understanding studies mainly focus on character-level, ignoring the long-form textual coherence and contextual dependencies embedded in complete d…

Explore the Hallucination on Low-level Perception for MLLMs

2024-09-15 · Yinan Sun, ZiCheng Zhang, HaoNing Wu, Xiaohong Liu 외

The rapid development of Multi-modality Large Language Models (MLLMs) has significantly influenced various aspects of industry and daily life, showcasing impressive capabilities in visual perception and understanding. Ho…

HallucinationQuestion AnsweringVisual Question Answering

Enhancing LLM Character-Level Manipulation via Divide and Conquer

2025-02-12 · Zhen Xiong, Yujun Cai, Bryan Hooi, Nanyun Peng 외

Large Language Models (LLMs) have demonstrated strong generalization capabilities across a wide range of natural language processing (NLP) tasks. However, they exhibit notable weaknesses in character-level string manipul…

Code Generation

EvolvTrip: Enhancing Literary Character Understanding with Temporal Theory-of-Mind Graphs

2025-06-16 · Bohao Yang, Hainiu Xu, Jinhua Du, Ze Li 외

A compelling portrayal of characters is essential to the success of narrative writing. For readers, appreciating a character's traits requires the ability to infer their evolving beliefs, desires, and intentions over the…

SubTokenTest: A Practical Benchmark for Real-World Sub-token Understanding

2026-01-14 · Shuyang Hou, Yi Hu, Muhan Zhang arxiv

Recent advancements in large language models (LLMs) have significantly enhanced their reasoning capabilities. However, they continue to struggle with basic character-level tasks, such as counting letters in words, a prob…