← Search

Gail Weiss

8 accepted papers

2026

PERK: Long-Context Reasoning as Parameter-Efficient Test-Time Learning

ICLR 2026poster

Long-context reasoning requires accurately identifying relevant information in extensive, noisy input contexts. In this work, we propose PERK (Parameter Efficient Reasoning over Knowledge), a scalable approach for learning to encode long contexts using gradient updates at test time. Specifically, PE…

Cited by 0SourceScholar
2025

For Better or for Worse, Transformers Seek Patterns for Memorization

NeurIPS 2025poster

Memorization in language models is a critical yet poorly understood phenomenon. In this work, we investigate memorization in transformer-based language models by analyzing their memorization dynamics during training over multiple epochs. We find that memorization is neither a constant accumulation o…

Cited by 0SourcecodeScholar
2025

Reliable Evaluation and Benchmarks for Statement Autoformalization

EMNLP 2025

Evaluating statement autoformalization, translating natural language mathematics into formal languages like Lean 4, remains a significant challenge, with few metrics, datasets, and standards to robustly measure progress. In this work, we present a comprehensive approach combining improved metrics, r

2024

Discovering Knowledge-Critical Subnetworks in Pretrained Language Models

EMNLP 2024main

Pretrained language models (LMs) encode implicit representations of knowledge in their parameters. However, localizing these representations and disentangling them from each other remains an open problem. In this work, we investigate whether pretrained language models contain various *knowledge-crit…

2023

RECKONING: Reasoning through Dynamic Knowledge Encoding

NeurIPS 2023poster

Recent studies on transformer-based language models show that they can answer questions by reasoning over knowledge provided as part of the context (i.e., in-context reasoning). However, since the available knowledge is often not filtered for a particular question, in-context reasoning can be sensit…

Cited by 12SourcePDFScholar
2019

Learning Deterministic Weighted Automata with Queries and Counterexamples

NeurIPS 2019poster

We present an algorithm for reconstruction of a probabilistic deterministic finite automaton (PDFA) from a given black-box language model, such as a recurrent neural network (RNN). The algorithm is a variant of the exact-learning algorithm L*, adapted to work in a probabilistic setting under noise.…

2018

Extracting Automata from Recurrent Neural Networks Using Queries and Counterexamples

ICML 2018oral

We present a novel algorithm that uses exact learning and abstraction to extract a deterministic finite automaton describing the state dynamics of a given trained RNN. We do this using Angluin’s \lstar algorithm as a learner and the trained RNN as an oracle. Our technique efficiently extracts accura…