← Search

Janice Lan

6 accepted papers

2026

LLM Pretraining with Continuous Concepts

ICLR 2026poster

Next token prediction has been the standard training objective used in large language model pretraining. Representations are learned as a result of optimizing for token-level perplexity. We propose Continuous Concept Mixing (CoCoMix), a novel pretraining framework that combines discrete next token p…

Cited by 0SourcecodeScholar
2025

Thinking LLMs: General Instruction Following with Thought Generation

ICML 2025poster

LLMs are typically trained to answer user questions or follow instructions similarly to how human experts respond. However, in the standard alignment framework they lack the basic ability of explicit thinking before answering. Thinking is important for complex questions that require reasoning and pl…

Cited by 16SourcePDFScholar
2022

Spherical Channels for Modeling Atomic Interactions

NeurIPS 2022accept

Modeling the energy and forces of atomic systems is a fundamental problem in computational chemistry with the potential to help address many of the world’s most pressing problems, including those related to energy scarcity and climate change. These calculations are traditionally performed using Dens…

2020

Plug and Play Language Models: A Simple Approach to Controlled Text Generation

ICLR 2020poster

Large transformer-based language models (LMs) trained on huge text corpora have shown unparalleled generation capabilities. However, controlling attributes of the generated language (e.g. switching topic or sentiment) is difficult without modifying the model architecture or fine-tuning on attribute-…

Cited by 1069SourcecodeScholar
2019

Deconstructing Lottery Tickets: Zeros, Signs, and the Supermask

NeurIPS 2019poster

The recent "Lottery Ticket Hypothesis" paper by Frankle & Carbin showed that a simple approach to creating sparse networks (keep the large weights) results in models that are trainable from scratch, but only when starting from the same initial weights. The performance of these networks often exceeds…

2019

LCA: Loss Change Allocation for Neural Network Training

NeurIPS 2019poster

Neural networks enjoy widespread use, but many aspects of their training, representation, and operation are poorly understood. In particular, our view into the training process is limited, with a single scalar loss being the most common viewport into this high-dimensional, dynamic process. We propos…