Matching domain experts by training from scratch on domain knowledge
Xiaoliang Luo, Guangzhi Sun, Bradley C. Love
TL;DR
The paper investigates whether expert-level predictions in neuroscience can emerge from domain-specific auto-regressive training on text, rather than broad emergent reasoning. It evaluates several GPT-2 variants on BrainBench, a forward-looking benchmark built from neuroscience abstracts, using perplexity-based choices between original and altered texts. The results show that a 124M GPT-2 finetuned on neuroscience data and a scratch-trained 124M with a neuro-specific tokenizer can match human experts, and a 774M pretrained model can even surpass them, with tokenization and contextual integration playing key roles. The findings imply that targeted, domain-focused training and tokenization can yield high-performance, human-level predictions with relatively small models, offering efficient paths for domain-specific AI and insights into how scientific knowledge is captured by language models.
Abstract
Recently, large language models (LLMs) have outperformed human experts in predicting the results of neuroscience experiments (Luo et al., 2024). What is the basis for this performance? One possibility is that statistical patterns in that specific scientific literature, as opposed to emergent reasoning abilities arising from broader training, underlie LLMs' performance. To evaluate this possibility, we trained (next word prediction) a relatively small 124M-parameter GPT-2 model on 1.3 billion tokens of domain-specific knowledge. Despite being orders of magnitude smaller than larger LLMs trained on trillions of tokens, small models achieved expert-level performance in predicting neuroscience results. Small models trained on the neuroscience literature succeeded when they were trained from scratch using a tokenizer specifically trained on neuroscience text or when the neuroscience literature was used to finetune a pretrained GPT-2. Our results indicate that expert-level performance may be attained by even small LLMs through domain-specific, auto-regressive training approaches.
