paper-with-me

홈 › Papers

Date Fragments: A Hidden Bottleneck of Tokenization for Temporal Reasoning

2025-05-22 · Gagan Bhatia, Maxime Peyrard, Wei Zhao

Modern BPE tokenizers often split calendar dates into meaningless fragments, e.g., 20250312 $\rightarrow$ 202, 503, 12, inflating token counts and obscuring the inherent structure needed for robust temporal reasoning. In this work, we (1) introduce a simple yet interpretable metric, termed date fragmentation ratio, that measures how faithfully a tokenizer preserves multi-digit date components; (2) release DateAugBench, a suite of 6500 examples spanning three temporal reasoning tasks: context-based date resolution, format-invariance puzzles, and date arithmetic across historical, contemporary, and future regimes; and (3) through layer-wise probing and causal attention-hop analyses, uncover an emergent date-abstraction mechanism whereby large language models stitch together the fragments of month, day, and year components for temporal reasoning. Our experiments show that excessive fragmentation correlates with accuracy drops of up to 10 points on uncommon dates like historical and futuristic dates. Further, we find that the larger the model, the faster the emergent date abstraction that heals date fragments is accomplished. Lastly, we observe a reasoning path that LLMs follow to assemble date fragments, typically differing from human interpretation (year $\rightarrow$ month $\rightarrow$ day).

📄 PDF Abstract BibTeX arXiv:2505.16088

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Fragmentation Given a pattern $P,$ that is more complicated than the patterns, we fragment $P$ into simpler patterns such that their exact count is known. In the subgraph GNN proposed earlier,…
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 제목 키워드 기반

Less Is More: Reducing Token Counts Without Compromising Performance

2025-06-18 · Gyeongje Cho, Yeonkyoung So, Sangmin Lee, Jaejin Lee arxiv

Tokenization directly affects the inference efficiency of large language models, since fragmented tokenization increases sequence length and generation cost. Although longer, multi-word tokens can reduce fertility, naive…

Augmenting Molecular Language Models with Local $n$-gram Memory

2026-06-10 · Xinni Zhang, Zijing Liu, He Cao, Yu Li 외 arxiv

Transformer-based language models for SMILES strings suffer from a locality gap: standard character-level tokenization fragments chemically meaningful motifs, forcing models to repeatedly learn local syntax at the expens…

Unconditional Molecule GenerationForward reaction predictionSingle-step retrosynthesis

LoPT: Lossless Parallel Tokenization Acceleration for Long Context Inference of Large Language Model

2025-11-07 · Wei Shao, Lingchao Zheng, Pengyu Wang, Peizhen Zheng 외 arxiv

Long context inference scenarios have become increasingly important for large language models, yet they introduce significant computational latency. While prior research has optimized long-sequence inference through oper…

Tokenization Matters: Navigating Data-Scarce Tokenization for Gender Inclusive Language Technologies

2023-12-19 · Anaelia Ovalle, Ninareh Mehrabi, Palash Goyal, Jwala Dhamala 외

Gender-inclusive NLP research has documented the harmful limitations of gender binary-centric large language models (LLM), such as the inability to correctly use gender-diverse English neopronouns (e.g., xe, zir, fae). W…

Drug Discovery with Dynamic Goal-aware Fragments

2023-10-02 · Seul Lee, Seanie Lee, Kenji Kawaguchi, Sung Ju Hwang

Fragment-based drug discovery is an effective strategy for discovering drug candidates in the vast chemical space, and has been widely employed in molecular generative models. However, many existing fragment extraction m…

Drug Discovery