paper-with-me

홈 › Papers

xVal: A Continuous Numerical Tokenization for Scientific Language Models

2023-10-04 · Siavash Golkar, Mariel Pettee, Michael Eickenberg, Alberto Bietti, Miles Cranmer, Geraud Krawezik, Francois Lanusse, Michael McCabe, Ruben Ohana, Liam Parker, Bruno Régaldo-Saint Blancard, Tiberiu Tesileanu, Kyunghyun Cho, Shirley Ho

Due in part to their discontinuous and discrete default encodings for numbers, Large Language Models (LLMs) have not yet been commonly used to process numerically-dense scientific datasets. Rendering datasets as text, however, could help aggregate diverse and multi-modal scientific data into a single training corpus, thereby potentially facilitating the development of foundation models for science. In this work, we introduce xVal, a strategy for continuously tokenizing numbers within language models that results in a more appropriate inductive bias for scientific applications. By training specially-modified language models from scratch on a variety of scientific datasets formatted as text, we find that xVal generally outperforms other common numerical tokenization strategies on metrics including out-of-distribution generalization and computational efficiency.

📄 PDF Abstract BibTeX arXiv:2310.02989

Code (2)

PolymathicAI/xVal 공식 구현 pytorch
lucidrains/iTransformer pytorch

Tasks

Computational EfficiencyInductive BiasOut-of-Distribution Generalization

Similar Papers 제목 키워드 기반

Interleaving Text and Number Embeddings to Solve Mathemathics Problems

2024-10-25 · Marvin Alberts, Gianmarco Gabrieli, Irina Espejo Morales

Integrating text and numbers effectively is a crucial step towards enhancing Large Language Models (LLMs) capabilities in assisting in scientific tasks. While most current approaches rely on discrete tokenization of numb…

DecoderInductive Bias

Mixed Samples as Probes for Unsupervised Model Selection in Domain Adaptation

2023-09-21 · NeurIPS 2023 11

Unsupervised domain adaptation (UDA) has been widely applied in improving model generalization on unlabeled target data. However, accurately selecting the best UDA model for the target domain is challenging due to the ab…

Scaling Particle Collision Data Analysis

2024-11-28 · Hengkui Wu, Panpan Chi, Yongfeng Zhu, Liujiang Liu 외

For decades, researchers have developed task-specific models to address scientific challenges across diverse disciplines. Recently, large language models (LLMs) have shown enormous capabilities in handling general tasks;…

Multi-objective Representation for Numbers in Clinical Narratives: A CamemBERT-Bio-Based Alternative to Large-Scale LLMs

2024-05-28 · Boammani Aser Lompo, Thanh-Dung Le

The processing of numerical values is a rapidly developing area in the field of Language Models (LLMs). Despite numerous advancements achieved by previous research, significant challenges persist, particularly within the…

Optimality of FSQ Tokens for Continuous Diffusion for Categorical Data with Application to Text-to-Speech

2026-06-08 · Vadim Popov, Wenju Gu, Tasnima Sadekova, Georgii Aparin 외 arxiv

Continuous diffusion for categorical data is a framework belonging to the diffusion family and aiming at generating discrete data. The scientific interest to such models has been constantly increasing these days because …