Research
The research team at Abacus.AI makes fundamental contributions to the field of AI, with wide-ranging impact across both foundational and applied topics for the betterment of our customers and science.
We focus on fine-tuning frontier open-weight models, building reliable LLM agents, and rigorous evaluation — turning the world's best open models into agentic systems that do real work, and measuring that work honestly.
The team has an impressive list of publications in top-tier conferences and releases its strongest fine-tuned models to the community — explore our publications and open models below.
View All Publications Open Models on Hugging Face
We are leaders in open-source Gen-AI and have introduced a contamination-free benchmark, livebench.ai , regarded industry-wide as the go-to benchmark for evaluating LLMs for real-world use. In addition, we release our fine-tuned frontier open-weight models — most recently our Kimi K3 fine-tune — to the community on Hugging Face . Read more about our open-source contributions here .
Read on for detailed explanations of our active areas of research and product development, which are focused on solving hard problems faced by today's organizations.
Agentic Fine-Tuning of Frontier Models
Fine-Tuning Frontier Open-Weight Models
Fine-Tuning Frontier Open-Weight Models
We adapt the strongest open-weight models available today with training recipes that improve agentic behavior while preserving the reasoning that made the base model worth choosing. Getting a frontier model to behave like a great agent is a training problem, not a prompting problem: our recipes combine reinforcement learning, supervised fine-tuning, and preference optimization — to teach the habits that separate good models from great ones: which tool to reach for, when to verify, when to stop.

Most fine-tuning quietly overwrites a model's reasoning in exchange for surface-level task compliance — you gain a format and lose a mind. Our approach protects the model's native thinking by construction, and spends the training budget on data that actually improves the model: demonstrations are screened to remove examples that game the task rather than solve it. The same recipes run on our own GPU clusters and on hosted training APIs alike, and the strongest results go back to the community on Hugging Face.
Smaug Agentic
Smaug Agentic
Our latest release, Smaug Agentic, is an agentic supervised fine-tune of Kimi K3, the frontier Mixture-of-Experts model from Moonshot AI, trained on filtered multi-turn, tool-using coding trajectories with reasoning tokens masked from the loss. It continues the Smaug line — which produced the first open-source model to pass an average score of 80% on the HuggingFace Open LLM Leaderboard — scaled to a frontier MoE base and targeted at long-horizon tool use and coding agents. Every architectural parameter is unchanged from the base model, so any inference stack that serves Kimi K3 serves this one as a drop-in replacement, and interleaved thinking is preserved across turns so multi-step agent loops keep the model's chain of thought.

The benchmark deltas are modest; the behavioral change is not. On paired runs at identical sampling settings, typical reasoning length is untouched while the runaway tail collapses — 99th-percentile thinking falls to roughly 0.6× of base on scientific coding — where no run of ours hit the completion cap, against two for the base model — and 0.55× on long-context reasoning. Normal deliberation is preserved; unbounded deliberation is suppressed. The model also emits one decisive shell action per turn and sustains very long loops: across 113 agentic coding tasks and more than seven hours of continuous work, it ran a median of 78 agent steps per task with no infrastructure errors and no timeouts.
Evaluation Results
Benchmarks we ran ourselves for Smaug Agentic, shown against the published Kimi K3 reference figures.
Benchmark Smaug Agentic Kimi K3
Reasoning & Knowledge
GPQA Diamond 94.1 93.5
AA-LCR 75.7 74.7
Agentic Coding
DeepSWE 69.9 67.5
Terminal-Bench 2.1 86.5 88.3
SciCode 60.8 58.7
LiveBench (Agentic Coding) 64.6 62.2
Agentic Tool Use
AutomationBench 31.0 30.8
Vision
MMMU-Pro 81.0 81.6
All Smaug Agentic results were produced on a dedicated 8×B300 deployment at temperature 1.0 and maximum reasoning effort, following the Kimi K3 top-p convention. GPQA Diamond and AA-LCR are averages of three runs; DeepSWE is our top run with mini-swe-agent. Terminal-Bench 2.1 uses the Terminus 2 agent while the published Kimi K3 figure uses the Kimi Code agent, so those two are not measured on a common harness; on Kimi Code we scored 76.4. LiveBench reference figures come from the public LiveBench leaderboard; the other reference figures reproduce the officially published Kimi K3 numbers and were produced on different harnesses, judges and sampling settings. Full per-benchmark notes are in the model card on Hugging Face.
LiveBench and Evaluation
LiveBench: A Contamination-Limited Benchmark
LiveBench: A Contamination-Limited Benchmark
Benchmark scores mean little if the test set leaked into the training data. That is why we built LiveBench, our contamination-limited benchmark published as an ICLR Spotlight and regarded industry-wide as a go-to benchmark for evaluating LLMs for real-world use. New questions are released every month — drawn from recent math competitions such as AMC12, AIME, and IMO, LeetCode and AtCoder problems, Zebra Puzzles, Connections word puzzles, fresh arXiv abstracts, news articles, and Kaggle datasets — so models are always measured on questions they cannot have memorized.

Every answer is scored against verifiable, objective ground truth rather than by an LLM judge, across 17 tasks spanning six categories: reasoning, coding, math, data analysis, language comprehension, and instruction following. LiveBench evaluates prominent closed-source models alongside dozens of open-weight models, and it keeps our own fine-tuning honest — every recipe we ship is validated on it.
LiveBench Charts
Colin White, Samuel Dooley, Manley Roberts, Arka Pal, Ben Feuer, Siddhartha Jain, Ravid Schwartz - Ziv, Neel Jain, Khalid Saifullah, Siddartha Naidu, Chinmay Hegde, Yann LeCun, Tom Goldstein, Willie Neiswanger, Micah Goldblum
Authors
ICLR Spotlight
Past Work: Open Models and Benchmarks
Open Models and Benchmarks
Open Models and Benchmarks
Much of the work above rests on research we published in earlier years. We introduced DPO-Positive, which fixed a failure mode of preference optimization and produced the original Smaug models, and Giraffe, our work on expanding context lengths in open LLMs. We studied data contamination in code generation, showing how model performance degrades on problems released after a training cutoff — the class of finding that LiveBench is designed to guard against. And in tabular deep learning, our NeurIPS study mapped when neural networks actually outperform gradient-boosted trees across 176 datasets.
Smaug Charts
Arka Pal, Deep Karkhanis, Samuel Dooley, Manley Roberts, Siddartha Naidu, Colin White
Authors
arXiv Preprint
Giraffe Charts
Arka Pal, Deep Karkhanis, Manley Roberts, Samuel Dooley, Arvind Sundararajan, Siddartha Naidu
Authors
arXiv Preprint
Neural Nets vs Boosted Trees Charts
Duncan McElfresh, Sujay Khandagale, Jonathan Valverde, Vishak Prasad C, Ganesh Ramakrishnan, Micah Goldblum, Colin White
Authors
NeurIPS DBT
Data Contamination Charts
Manley Roberts, Himanshu Thakur, Christine Herlihy, Colin White, Samuel Dooley
Authors
NeurIPS Workshop, I Can't Believe It's Not Better: Failure Modes in the Age of Foundation Models
Time-Series Forecasting
Time-Series Forecasting
Time-Series Forecasting
Time-series forecasting is a ubiquitous problem in the industry, used for problems such as forecasting inventory demand and predicting stock prices. While statistical approaches such as ARIMA and Prophet are widely used, deep learning models such as transformers are getting increasingly more popular. However, many high-impact forecasting problems are either low-data, or low signal-to-noise ratio, and many forecastable datasets have standard attributes that carry over to other datasets.

With this intuition in mind, Abacus.AI has developed a radically new approach to time-series forecasting. Inspired by recent innovations in meta-learning and Bayesian inference on tabular data, we have designed the world's first foundation model for time-series forecasting. To achieve this, we pretrain a transformer on a mix of real-world and synthetic datasets, across a variety of different forecasting tasks, resulting in a state-of-the-art forecasting model that can run inference on a new dataset in less than a second. This work was published at NeurIPS as ForecastPFN, the first zero-shot forecasting model trained purely on synthetic data.
ForecastPFN Charts
Samuel Dooley, Gurnoor Singh Khurana, Chirag Mohapatra, Siddartha Venkat Naidu, Colin White
Authors
NeurIPS
Deep recommender systems
Evaluating Deep Recommender Systems
Evaluating Deep Recommender Systems
Which recommender algorithm should you use? In the paper below, we ran one of the largest evaluations of recommender systems to date — dozens of algorithms across dozens of datasets and metrics — and found that the best algorithm depends heavily on the dataset and metric at hand, with well-tuned classical baselines often beating modern deep learning approaches. Building on this study, we developed a meta-learning approach that predicts the best algorithm and hyperparameters for a new dataset.
On the Generalizability and Predictability of Recommender Systems
Duncan McElfresh, Sujay Khandagale, Jonathan Valverde, John Dickerson, Colin White
Authors
Workshop at AutoML-Conf
Training with Less Data
Training with Less Data
Training with Less Data
Real-world datasets are often small, noisy, and imbalanced, so we develop techniques that let models learn from less data. One of these is generative dataset augmentation: we build on Data Augmentation Generative Adversarial Networks to create synthetic examples that are combined with the original training data, producing more robust models on sparse or incomplete datasets.

Another is learning from expert knowledge, not just examples. Enterprises encode years of domain expertise as rules, and models trained on sparse data often struggle to beat those rule-based systems. In the paper below, we introduce differentiable loss functions that fold first-order logic constraints directly into deep learning training via weighted proof tracing, so a model can learn from its training data and from general knowledge rules at the same time.
Differentiable Functions for Combining First-order Constraints with Deep Learning via Weighted Proof Tracing
Naveen Sundar Govindarajulu and Colin White
Authors
NeurIPS Workshop on Knowledge Representation to ML
AI-Assisted ML
Deep learning has seen great success across a wide variety of domains. The best neural architectures are often carefully constructed by seasoned deep learning experts in each domain. For example, years of experimentation have shown how to arrange bidirectional transformers to work well for language tasks and dilated separable convolutions for image tasks. A relatively new sub-field of deep-learning deals with automated machine learning, or as we prefer to call it: AI-assisted machine learning. The fundamental idea is that AI will create a first pass of the deep-learning model given a use-case or a dataset. Developers/data scientists can then either use that model directly or fine-tune. We are conducting cutting-edge research in the main pillars of AI-Assisted ML: hyperparameter optimization (HPO) and neural architecture search (NAS).
Hyperparameter optimization
Hyperparameter optimization
When developing a deep learning model, there are many knobs and dials to tune that depend on the specific task and dataset at hand. For example, setting the learning rate too high can prevent the algorithm from converging. Setting the learning rate too low can cause the algorithm to get stuck at a local minimum. There are countless other hyperparameters such as the number of epochs, batch size, momentum, regularization, shape, and size of the neural network. These hyperparameters are all dependent on each other and interact in intricate ways, so finding the best hyperparameters for a given dataset is an extremely difficult and highly nonconvex optimization problem.

Randomly testing different sets of hyperparameters may eventually find a decent solution but could take years of computation time. Efficiently tuning deep learning hyperparameters is an active area of research. Five years ago, the best algorithms weren't much better than random search. Now algorithms are capable of orders of magnitude speedups. At Abacus.AI, we use state-of-the-art HPO while training all our models.
Neural Architecture Search
Neural Architecture Search
Neural architecture search (NAS) is a rapidly developing area of research in which the process of choosing the best architecture is automated.

At Abacus.AI, we are using NAS to both fine-tune proven deep network paradigms, and learn novel architectures for new domains. Our goal is to empower data scientists and developers to create custom, production-grade models in days, not months. See this blog post to read about our method, BANANAS, which combines Bayesian optimization with neural predictors to achieve state-of-the-art performance. Since making our code open-source, dozens of developers have forked our repository, and two independent research groups have confirmed that it achieves state-of-the-art performance on NAS-Bench-101. BANANAS has even been cited in survey papers on NAS.

We are also actively conducting fundamental research on the theory of NAS. Recently, we studied local search for NAS - a simple yet effective approach. We showed experimentally that local search gives state-of-the-art performance on smaller benchmark NAS search spaces, but performs worse than random search on extremely large search spaces. Motivated by this stark contrast, we gave a complete theoretical characterization of local search. Our theoretical results confirm that local search performs well on smaller search spaces and when the search space exhibits locality.

Finally, we are conducting formal studies on the building blocks of NAS, including the architecture encoding. In most NAS algorithms, the neural architectures must be passed as input to the algorithm using some encoding. For example, we might encode the neural architectures using an adjacency matrix. Our recent work shows that this encoding can have a substantial impact on the final result of the NAS algorithm. We conduct a set of experiments with eight different encodings with various NAS algorithms. Our results lay out recommendations for the best encodings to use in different settings within NAS.
BANANAS: Bayesian Optimization with Neural Architectures for Neural Architecture Search
Local Search is State of the Art for Neural Architecture Search Benchmarks
Colin White, Sam Nolen, Yash Savani
Authors
ICML Workshop on AutoML
A Study on Encodings for Neural Architecture Search
Colin White, Willie Neiswanger, Sam Nolen, Yash Savani
Authors
Selected for spotlight presentation | NeurIPS
Learning by Turning: Neural Architecture Aware Optimisation
Yang Liu, Jeremy Bernstein, Markus Meister, Yisong Yue
Authors
ICML
How Powerful are Performance Predictors in Neural Architecture Search?
Colin White, Arber Zela, Binxin Ru, Yang Liu, Frank Hutter
Authors
Selected as a contributed talk | ICLR Workshop on Neural Architecture Search
Bias and Explainability in Neural Nets
Bias and Explainability in Neural Nets
Deep learning models deployed in high-stakes settings often exhibit bias, and retraining a fairer model from scratch is not always practical — training is expensive, and the original training data may no longer be available. The two papers below debias pretrained models directly. In "Intra-Processing Methods for Debiasing Neural Networks" (NeurIPS), we introduce three techniques that take a trained model and a small validation dataset and remove bias through fine-tuning or post-processing, with strong results on tabular and structured data. In "DECO", we frame debiasing as a compositional optimization problem, jointly trading off accuracy against fairness metrics, with a focus on models used in financial services.
Intra-Processing Methods for Debiasing Neural Networks
Yash Savani, Colin White, Naveen Sundar Govindarajulu
Authors
NeurIPS
DECO: Debiasing through Compositional Optimization of Machine Learning Models
Naveen Sundar Govindarajulu and Colin White
Authors
NeurIPS Workshop on Robust AI in Financial Services
Copyright © 2026 Abacus.AI. All Rights Reserved

Sign up to ChatLLM to proceed

Get more access to ChatLLM and unlock powerful AI Agent capabilities

Access to 100+ AI models including Fable 5, GPT 5.6 Sol and Seedream 2.0

Get Started
$10 $7
1st Month Discount First month then, $10/month
Models
100+ AI & Image Models
Vibe Code
Vibe Code Apps
General Purpose Agent
General Purpose Agent
CLI + CoWork
CLI + CoWork
SuperComputer
SuperComputer
Learn more