← Search

Pavel Chizhov

2 accepted papers

2026

Common Corpus: The Largest Collection of Ethical Data for LLM Pre-Training

ICLR 2026oral

Large Language Models (LLMs) are pre-trained on large data from different sources and domains. These data most often contain trillions of tokens with large portions of copyrighted or proprietary content, which hinders the usage of such models under AI legislation. This raises the need for truly open…

Cited by 0SourceScholar
2024

BPE Gets Picky: Efficient Vocabulary Refinement During Tokenizer Training

EMNLP 2024main

Language models can greatly benefit from efficient tokenization. However, they still mostly utilize the classical Byte-Pair Encoding (BPE) algorithm, a simple and reliable method. BPE has been shown to cause such issues as under-trained tokens and sub-optimal compression that may affect the downstre…