paper-with-me

Papers

Beyond Language Models: Byte Models are Digital World Simulators

2024-02-29 · Shangda Wu, Xu Tan, Zili Wang, Rui Wang, Xiaobing Li, Maosong Sun

Traditional deep learning often overlooks bytes, the basic units of the digital world, where all forms of information and operations are encoded and manipulated in binary format. Inspired by the success of next token prediction in natural language processing, we introduce bGPT, a model with next byte prediction to simulate the digital world. bGPT matches specialized models in performance across various modalities, including text, audio, and images, and offers new possibilities for predicting, simulating, and diagnosing algorithm or hardware behaviour. It has almost flawlessly replicated the process of converting symbolic music data, achieving a low error rate of 0.0011 bits per byte in converting ABC notation to MIDI format. In addition, bGPT demonstrates exceptional capabilities in simulating CPU behaviour, with an accuracy exceeding 99.99% in executing various operations. Leveraging next byte prediction, models like bGPT can directly learn from vast binary data, effectively simulating the intricate patterns of the digital world.

📄 PDF Abstract BibTeX arXiv:2402.19155

Code (0)

등록된 구현이 없습니다.

Tasks

CPUPrediction

Methods 이 논문이 사용한 방법론

ABC Class of methods in Bayesian Statistics where the posterior distribution is approximated over a rejection scheme on simulations because the likelihood function is…

Similar Papers 제목 키워드 기반

Can Language Models Serve as Text-Based World Simulators?

2024-06-10 · Ruoyao Wang, Graham Todd, Ziang Xiao, Xingdi Yuan 외

Virtual environments play a key role in benchmarking advances in complex planning and decision-making tasks but are expensive and complicated to build by hand. Can current language models themselves serve as world simula…

BenchmarkingDecision Making

Advancing Experimental Platforms for UAV Communications: Insights from AERPAW'S Digital Twin

2024-10-12 · Joshua Moore, Aly Sabri Abdalla, Charles Ueltschey, Anıl Gürses 외

The rapid evolution of 5G and beyond has advanced space-air-terrestrial networks, with unmanned aerial vehicles (UAVs) offering enhanced coverage, flexible configurations, and cost efficiency. However, deploying UAV-base…

Multiscale Byte Language Models -- A Hierarchical Architecture for Causal Million-Length Sequence Modeling

2025-02-20 · Eric Egli, Matteo Manica, Jannis Born

Bytes form the basis of the digital world and thus are a promising building block for multimodal foundation models. Recently, Byte Language Models (BLMs) have emerged to overcome tokenization, yet the excessive length of…

DecoderGPUMambaVisual Question Answering (VQA)

Distilling Token-Trained Models into Byte-Level Models

2026-02-01 · Zishuo Bao, Jiaqi Leng, Junxiong Wang, Bowen Peng 외 arxiv

Byte Language Models (BLMs) have emerged as a promising direction for scaling language models beyond tokenization. However, existing BLMs typically require training from scratch on trillions of bytes, making them prohibi…

Knowledge Distillation

WoVR: World Models as Reliable Simulators for Post-Training VLA Policies with RL

2026-02-15 · Zhennan Jiang, Shangqing Zhou, Yutong Jiang, Zefang Huang 외 arxiv

Reinforcement learning (RL) promises to unlock capabilities beyond imitation learning for Vision--Language--Action (VLA) models, but its requirement for massive real-world interaction prevents direct deployment on physic…

Reinforcement Learning