paper-with-me

Papers

BriLLM: Brain-inspired Large Language Model

2025-03-14 · Hai Zhao, Hongqiu Wu, Dongjie Yang, Anni Zou, Jiale Hong

This paper reports the first brain-inspired large language model (BriLLM). This is a non-Transformer, non-GPT, non-traditional machine learning input-output controlled generative language model. The model is based on the Signal Fully-connected flowing (SiFu) definition on the directed graph in terms of the neural network, and has the interpretability of all nodes on the graph of the whole model, instead of the traditional machine learning model that only has limited interpretability at the input and output ends. In the language model scenario, the token is defined as a node in the graph. A randomly shaped or user-defined signal flow flows between nodes on the principle of "least resistance" along paths. The next token or node to be predicted or generated is the target of the signal flow. As a language model, BriLLM theoretically supports infinitely long $n$-gram models when the model size is independent of the input and predicted length of the model. The model's working signal flow provides the possibility of recall activation and innate multi-modal support similar to the cognitive patterns of the human brain. At present, we released the first BriLLM version in Chinese, with 4000 tokens, 32-dimensional node width, 16-token long sequence prediction ability, and language model prediction performance comparable to GPT-1. More computing power will help us explore the infinite possibilities depicted above.

📄 PDF Abstract BibTeX arXiv:2503.11299

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Modelmodel

Similar Papers 제목 키워드 기반

SpikingBrain: Spiking Brain-inspired Large Models

2025-09-05 · Yuqi Pan, Yupeng Feng, Jinghao Zhuang, Siyu Ding 외 arxiv

Mainstream Transformer-based large language models face major efficiency bottlenecks: training computation scales quadratically with sequence length, and inference memory grows linearly, limiting long-context processing.…

BrainCog: A Spiking Neural Network based Brain-inspired Cognitive Intelligence Engine for Brain-inspired AI and Brain Simulation

2022-07-18 · Yi Zeng, Dongcheng Zhao, Feifei Zhao, Guobin Shen 외

Spiking neural networks (SNNs) have attracted extensive attentions in Brain-inspired Artificial Intelligence and computational neuroscience. They can be used to simulate biological information processing in the brain at …

Decision Making

PaceLLM: Brain-Inspired Large Language Models for Long-Context Understanding

2025-06-18 · Kangcong Li, Peng Ye, Chongjun Tu, Lin Zhang 외

While Large Language Models (LLMs) demonstrate strong performance across domains, their long-context capabilities are limited by transient neural activations causing information decay and unstructured feed-forward networ…

Long-Context Understanding

Higgs Boson Classification: Brain-inspired BCPNN Learning with StreamBrain

2021-07-14 · Martin Svedin, Artur Podobas, Steven W. D. Chien, Stefano Markidis

One of the most promising approaches for data analysis and exploration of large data sets is Machine Learning techniques that are inspired by brain models. Such methods use alternative learning rules potentially more eff…

Classification

Brain-Inspired AI with Hyperbolic Geometry

2024-09-04 · Alexander Joseph, Nathan Francis, Meijke Balay

Artificial neural networks (ANNs) were inspired by the architecture and functions of the human brain and have revolutionised the field of artificial intelligence (AI). Inspired by studies on the latent geometry of the br…