← Search

Clark Barrett

16 accepted papers

2026

Markovian Transformers for Informative Language Modeling

ICLR 2026poster

Chain-of-Thought (CoT) reasoning often fails to faithfully reflect a language model's underlying decision process. We address this by introducing a \emph{Markovian} language model framework with an autoencoder-style \emph{reasoning bottleneck}: it creates a text-based bottleneck where CoT serves as…

Cited by 0SourcecodeScholar
2026

Parameterized Abstract Interpretation for Transformer Verification

AAAI 2026technical

Transformers based on the self-attention mechanism have become foundational models across a wide range of domains, thereby creating an urgent need for effective formal verification techniques to better understand their behavior and ensure safety guarantees. In this paper, we propose two parameterize

Cited by 0SourcePDFScholar
2026

Self-Supervised Bootstrapping of Action-Predictive Embodied Reasoning

RSS 2026poster

Embodied Chain-of-Thought (CoT) reasoning has significantly enhanced Vision-Language-Action (VLA) models, yet current methods rely on rigid templates to specify reasoning primitives (e.g., objects in the scene, high-level plans, structural affordances). These templates can force policies to process …

Cited by 0SourceScholar
2024

Lemur: Integrating Large Language Models in Automated Program Verification

ICLR 2024poster

The demonstrated code-understanding capability of LLMs raises the question of whether they can be used for automated program verification, a task that demands high-level abstract reasoning about program properties that is challenging for verification tools. We propose a general methodology to combin…

2024

SGLang: Efficient Execution of Structured Language Model Programs

NeurIPS 2024poster

Large language models (LLMs) are increasingly used for complex tasks that require multiple generation calls, advanced prompting techniques, control flow, and structured inputs/outputs. However, efficient systems are lacking for programming and executing these applications. We introduce SGLang, a sys…

2024

Towards Efficient Verification of Quantized Neural Networks

AAAI 2024technical

Quantization replaces floating point arithmetic with integer arithmetic in deep neural network models, providing more efficient on-device inference with less power and memory. In this work, we propose a framework for formally verifying the properties of quantized neural networks. Our baseline techni…

2023

Convex Bounds on the Softmax Function with Applications to Robustness Verification

AISTATS 2023poster

The softmax function is a ubiquitous component at the output of neural networks and increasingly in intermediate layers as well. This paper provides convex lower bounds and concave upper bounds on the softmax function, which are compatible with convex optimization formulations for characterizing neu…

2023

H2O: Heavy-Hitter Oracle for Efficient Generative Inference of Large Language Models

NeurIPS 2023poster

Large Language Models (LLMs), despite their recent impressive accomplishments, are notably cost-prohibitive to deploy, particularly for applications involving long-content generation, such as dialogue systems and story writing. Often, a large amount of transient state information, referred to as the…

2023

Towards Optimal Caching and Model Selection for Large Model Inference

NeurIPS 2023poster

Large Language Models (LLMs) and other large foundation models have achieved impressive results, but their size exacerbates existing resource consumption and latency challenges. In particular, the large-scale deployment of these models is hindered by the significant resource requirements during infe…

Cited by 7SourcePDFScholar
2021

Politeness for the Theory of Algebraic Datatypes (Extended Abstract)

IJCAI 2021poster

Algebraic datatypes, and among them lists and trees, have attracted a lot of interest in automated reasoning and Satisfiability Modulo Theories (SMT). Since its latest stable version, the SMT-LIB standard defines a theory of algebraic datatypes, which is currently supported by several mainstream SMT…

Cited by 0SourcePDFScholar
2019

G2SAT: Learning to Generate SAT Formulas

NeurIPS 2019poster

The Boolean Satisfiability (SAT) problem is the canonical NP-complete problem and is fundamental to computer science, with a wide array of applications in planning, verification, and theorem proving. Developing and evaluating practical SAT solvers relies on extensive empirical testing on a set of re…

Cited by 54SourcePDFScholar