← Search

Kyle Lo

35 accepted papers

2026

How2Everything: Mining the Web for How-to Procedures to Evaluate and Improve LLMs

ICML 2026poster

Generating step-by-step "how-to" procedures is a key LLM capability: how-to advice is commonly requested in chatbots, and step-by-step planning is critical for reasoning over complex tasks. Yet, measuring and improving procedural validity at scale on real-world tasks remains challenging and understu…

Cited by 0SourceScholar
2026

Olmix: A Framework for Data Mixing Throughout LM Development

ICML 2026poster

Data mixing---determining the ratios of data from different domains---is a first-order concern for training language models (LMs), but existing mixing methods have poorly understood design choices and assume that the set of domains remain fixed throughout development. We present Olmix, a framework t…

Cited by 0SourceScholar
2025

DrawEduMath: Evaluating Vision Language Models with Expert-Annotated Students’ Hand-Drawn Math Images

NAACL 2025long

In real-world settings, vision language models (VLMs) should robustly handle naturalistic, noisy visual content as well as domain-specific language and concepts. For example, K-12 educators using digital learning platforms may need to examine and provide feedback across many images of students’ math…

Cited by 5SourcePDFScholar
2025

FlexOLMo: Open Language Models for Flexible Data Use

NeurIPS 2025spotlight

We introduce FlexOLMo, a new class of language models (LMs) that supports (1) distributed training without data sharing, where different model parameters are independently trained on private datasets, and (2) data-flexible inference, where these parameters along with their associated data can be eas…

Cited by 0SourceScholar
2025

FollowIR: Evaluating and Teaching Information Retrieval Models to Follow Instructions

NAACL 2025long

Modern Language Models (LMs) are capable of following long and complex instructions that enable a large and diverse set of user requests. While Information Retrieval (IR) models use these LMs as the backbone of their architectures, virtually none of them allow users to provide detailed instructions…

2025

Intent-aware Schema Generation and Refinement for Literature Review Tables

EMNLP 2025

The increasing volume of academic literature makes it essential for researchers to organize, compare, and contrast collections of documents. Large language models (LLMs) can support this process by generating schemas defining shared aspects along which to compare papers. However, progress on schema

Cited by 0SourcePDFScholar
2025

Molmo and PixMo: Open Weights and Open Data for State-of-the-Art Vision-Language Models

CVPR 2025award

Today's most advanced vision-language models (VLMs) remain proprietary. The strongest open-weight models rely heavily on synthetic data from proprietary VLMs to achieve good performance, effectively distilling these closed VLMs into open ones. As a result, the community has been missing foundational…

2025

OLMoE: Open Mixture-of-Experts Language Models

ICLR 2025oral

We introduce OLMoE, a fully open, state-of-the-art language model leveraging sparse Mixture-of-Experts (MoE). OLMoE-1B-7B has 7 billion (B) parameters but uses only 1B per input token. We pretrain it on 5 trillion tokens and further adapt it to create OLMoE-1B-7B-Instruct. Our models outperform all…

2025

Organize the Web: Constructing Domains Enhances Pre-Training Data Curation

ICML 2025poster

Modern language models are trained on large, unstructured datasets consisting of trillions of tokens and obtained by crawling the web. The unstructured nature makes it difficult to reason about their contents and develop systematic approaches to data curation. In this paper, we unpack monolithic web…

Cited by 0SourcePDFScholar
2025

RouterRetriever: Routing over a Mixture of Expert Embedding Models

AAAI 2025technical

Information retrieval methods often rely on a single embedding model trained on large, general-domain datasets like MSMARCO. While this approach can produce a retriever with reasonable overall performance, they often underperform models trained on domain-specific data when testing on their respectiv…

2025

SciRIFF: A Resource to Enhance Language Model Instruction-Following over Scientific Literature

EMNLP 2025

We present ScIRIFF (Scientific Resource for Instruction-Following and Finetuning), a dataset of 137K instruction-following instances for training and evaluation, covering 54 tasks. These tasks span five core scientific literature understanding capabilities: information extraction, summarization, que

2025

Signal and Noise: A Framework for Reducing Uncertainty in Language Model Evaluation

NeurIPS 2025spotlight

Developing large language models is expensive and often involves making decisions with small experiments, typically by evaluating on large, multi-task evaluation suites. In this work, we analyze specific properties which make a benchmark more reliable and useful for such decisions, and interventions…

Cited by 0SourceScholar
2024

ArxivDIGESTables: Synthesizing Scientific Literature into Tables using Language Models

EMNLP 2024main

When conducting literature reviews, scientists often create literature review tables—tables whose rows are publications and whose columns constitute a schema, a set of aspects used to compare and contrast the papers. Can we automatically generate these tables using language models (LMs)? In this wor…

Cited by 5SourcePDFScholar
2024

BooookScore: A systematic exploration of book-length summarization in the era of LLMs

ICLR 2024oral

Summarizing book-length documents ($>$100K tokens) that exceed the context window size of large language models (LLMs) requires first breaking the input document into smaller chunks and then prompting an LLM to merge, update, and compress chunk-level summaries. Despite the complexity and importance…

2024

DataComp-LM: In search of the next generation of training sets for language models

NeurIPS 2024poster

We introduce DataComp for Language Models, a testbed for controlled dataset experiments with the goal of improving language models. As part of DCLM, we provide a standardized corpus of 240T tokens extracted from Common Crawl, effective pretraining recipes based on the OpenLM framework, and a broad s…

Cited by 64SourcePDFScholar
2024

Dolma: an Open Corpus of Three Trillion Tokens for Language Model Pretraining Research

ACL 2024long

Information about pretraining corpora used to train the current best-performing language models is seldom discussed: commercial models rarely detail their data, and even open models are often released without accompanying training data or recipes to reproduce them. As a result, it is challenging to…

2024

InfoLossQA: Characterizing and Recovering Information Loss in Text Simplification

ACL 2024long

Text simplification aims to make technical texts more accessible to laypeople but often results in deletion of information and vagueness. This work proposes InfoLossQA, a framework to characterize and recover simplification-induced information loss in form of question-and-answer (QA) pairs. Building…

2024

KIWI: A Dataset of Knowledge-Intensive Writing Instructions for Answering Research Questions

ACL 2024findings

Large language models (LLMs) adapted to follow user instructions are now widely deployed as conversational agents. In this work, we examine one increasingly common instruction-following task: providing writing assistance to compose a long-form answer. To evaluate the capabilities of current LLMs on…

2024

MathFish: Evaluating Language Model Math Reasoning via Grounding in Educational Curricula

EMNLP 2024finding

To ensure that math curriculum is grade-appropriate and aligns with critical skills or concepts in accordance with educational standards, pedagogical experts can spend months carefully reviewing published math problems. Drawing inspiration from this process, our work presents a novel angle for evalu…

2024

OLMo: Accelerating the Science of Language Models

ACL 2024long

Language models (LMs) have become ubiquitous in both NLP research and in commercial product offerings. As their commercial importance has surged, the most powerful models have become closed off, gated behind proprietary interfaces, with important details of their training data, architectures, and de…

2024

One Thousand and One Pairs: A “novel” challenge for long-context language models

EMNLP 2024main

Synthetic long-context LLM benchmarks (e.g., “needle-in-the-haystack”) test only surface-level retrieval capabilities; but how well can long-context LLMs retrieve, synthesize, and reason over information across book-length inputs? We address this question by creating NoCha, a dataset of 1,001 minima…

2024

Paloma: A Benchmark for Evaluating Language Model Fit

NeurIPS 2024poster

Evaluations of language models (LMs) commonly report perplexity on monolithic data held out from training. Implicitly or explicitly, this data is composed of domains—varying distributions of language. We introduce Perplexity Analysis for Language Model Assessment (Paloma), a benchmark to measure LM…

Cited by 7SourcePDFScholar
2023

A Question Answering Framework for Decontextualizing User-facing Snippets from Scientific Documents

EMNLP 2023long main

Many real-world applications (e.g., note taking, search) require extracting a sentence or paragraph from a document and showing that snippet to a human outside of the source document. Yet, users may find snippets difficult to understand as they lack context from the original document. In this work,…

Cited by 0SourceScholar
2023

Are Layout-Infused Language Models Robust to Layout Distribution Shifts? A Case Study with Scientific Documents

ACL 2023findings

Recent work has shown that infusing layout features into language models (LMs) improves processing of visually-rich documents such as scientific papers. Layout-infused LMs are often evaluated on documents with familiar layout features (e.g., papers from the same publisher), but in practice models en…

2023

Open Domain Multi-document Summarization: A Comprehensive Study of Model Brittleness under Retrieval

EMNLP 2023long findings

Multi-document summarization (MDS) assumes a set of topic-related documents are provided as input. In practice, this document set is not always available; it would need to be retrieved given an information need, i.e. a question or topic statement, a setting we dub "open-domain" MDS. We study this mo…

Cited by 0SourceScholar
2022

Generating Scientific Claims for Zero-Shot Scientific Fact Checking

ACL 2022long

Automated scientific fact checking is difficult due to the complexity of scientific language and a lack of significant amounts of training data, as annotation requires domain expertise. To address this challenge, we propose scientific claim generation, the task of generating one or more atomic and v…

2022

Multi-LexSum: Real-world Summaries of Civil Rights Lawsuits at Multiple Granularities

NeurIPS 2022accept

With the advent of large language models, methods for abstractive summarization have made great strides, creating potential for use in applications to aid knowledge workers processing unwieldy document collections. One such setting is the Civil Rights Litigation Clearinghouse (CRLC, https://clearing…

2022

MultiCite: Modeling realistic citations requires moving beyond the single-sentence single-label setting

NAACL 2022long

Citation context analysis (CCA) is an important task in natural language processing that studies how and why scholars discuss each others’ work. Despite decades of study, computational methods for CCA have largely relied on overly-simplistic assumptions of how authors cite, which ignore several impo…

2022

MultiVerS: Improving scientific claim verification with weak supervision and full-document context

NAACL 2022findings

The scientific claim verification task requires an NLP system to label scientific documents which Support or Refute an input claim, and to select evidentiary sentences (or rationales) justifying each predicted label. In this work, we present MultiVerS, which predicts a fact-checking label and identi…

2022

SciFact-Open: Towards open-domain scientific claim verification

EMNLP 2022finding

While research on scientific claim verification has led to the development of powerful systems that appear to approach human performance, these approaches have yet to be tested in a realistic setting against large corpora of scientific literature. Moving to this open-domain evaluation setting, howev…

2022

The BigScience ROOTS Corpus: A 1.6TB Composite Multilingual Dataset

NeurIPS 2022accept

As language models grow ever larger, the need for large-scale high-quality text datasets has never been more pressing, especially in multilingual settings. The BigScience workshop, a 1-year international and multidisciplinary initiative, was formed with the goal of researching and training large lan…

Cited by 214SourcePDFScholar
2021

A Dataset of Information-Seeking Questions and Answers Anchored in Research Papers

NAACL 2021long

Readers of academic research papers often read with the goal of answering specific questions. Question Answering systems that can answer those questions can make consumption of the content much more efficient. However, building such tools requires data that reflect the difficulty of the task arising…

2021

Explaining Relationships Between Scientific Documents

ACL 2021long

We address the task of explaining relationships between two scientific documents using natural language text. This task requires modeling the complex content of long technical documents, deducing a relationship between these documents, and expressing the details of that relationship in text. In addi…