← Search

Rachit Bansal

7 accepted papers

2026

Let's (not) just put things in Context: Test-time Training for Long-context LLMs

ICLR 2026poster

Advances in training and architectural design have enabled LLMs with million-token context windows, yet in practice these models often read far more than they can reliably use. While inference-time compute scaling—typically via “thinking tokens”—can help on short multi-step reasoning tasks, our cont…

Cited by 0SourcecodeScholar
2026

The Art of Scaling Reinforcement Learning Compute for LLMs

ICLR 2026oral

Reinforcement learning (RL) has become central to training large language models (LLMs), yet the field lacks predictive scaling methodologies comparable to those established for pre-training. Despite rapidly rising compute budgets, there is no principled understanding of how to evaluate algo…

Cited by 0SourceScholar
2024

LLM Augmented LLMs: Expanding Capabilities through Composition

ICLR 2024poster

Foundational models with billions of parameters which have been trained on large corpus of data have demonstrated non-trivial skills in a variety of domains. However, due to their monolithic structure, it is challenging and expensive to augment them or impart new skills. On the other hand, due to th…

Cited by 44SourcePDFScholar
2023

Linear Connectivity Reveals Generalization Strategies

ICLR 2023poster

In the mode connectivity literature, it is widely accepted that there are common circumstances in which two neural networks, trained similarly on the same data, will maintain loss when interpolated in the weight space. In particular, transfer learning is presumed to ensure the necessary conditions f…

2022

CoSe-Co: Text Conditioned Generative CommonSense Contextualizer

NAACL 2022long

Pre-trained Language Models (PTLMs) have been shown to perform well on natural language tasks. Many prior works have leveraged structured commonsense present in the form of entities linked through labeled relations in Knowledge Graphs (KGs) to assist PTLMs. Retrieval approaches use KG as a separate…

Cited by 5SourcePDFScholar
2022

LM-CORE: Language Models with Contextually Relevant External Knowledge

NAACL 2022findings

Large transformer-based pre-trained language models have achieved impressive performance on a variety of knowledge-intensive tasks and can capture factual knowledge in their parameters. We argue that storing large amounts of knowledge in the model parameters is sub-optimal given the ever-growing amo…