← Search

Byron C Wallace

16 accepted papers

2025

Elucidating Mechanisms of Demographic Bias in LLMs for Healthcare

EMNLP 2025

We know from prior work that LLMs encode social biases, and that this manifests in clinical tasks. In this work we adopt tools from mechanistic interpretability to unveil sociodemographic representations and biases within LLMs in the context of healthcare. Specifically, we ask: Can we identify activ

Cited by 0SourcePDFScholar
2025

Learning the Wrong Lessons: Syntactic-Domain Spurious Correlations in Language Models

NeurIPS 2025spotlight

For an LLM to correctly respond to an instruction it must understand both the semantics and the domain (i.e., subject area) of a given task-instruction pair. However, syntax can also convey implicit information. Recent work shows that \textit{syntactic templates}---frequent sequences of Part-of-Spee…

Cited by 0SourceScholar
2025

NNsight and NDIF: Democratizing Access to Open-Weight Foundation Model Internals

ICLR 2025poster

We introduce NNsight and NDIF, technologies that work in tandem to enable scientific study of the representations and computations learned by very large neural networks. NNsight is an open-source system that extends PyTorch to introduce deferred remote execution. The National Deep Inference Fabric (…

2025

Who Taught You That? Tracing Teachers in Model Distillation

ACL 2025finding

Model distillation – using outputs from a large teacher model to teach a small student model – is a practical means of creating efficient models for a particular task. We ask: Can we identify a students’ teacher based on its outputs? Such “footprints” left by teacher LLMs would be interesting artifa…

2024

Detection and Measurement of Syntactic Templates in Generated Text

EMNLP 2024main

The diversity of text can be measured beyond word-level features, however existing diversity evaluation focuses primarily on word-level features. Here we propose a method for evaluating diversity over syntactic features to characterize general repetition in models, beyond frequent n-grams. Specifica…

2024

Evaluating the Zero-shot Robustness of Instruction-tuned Language Models

ICLR 2024spotlight

Instruction fine-tuning has recently emerged as a promising approach for improving the zero-shot capabilities of Large Language Models (LLMs) on new tasks. This technique has shown particular strength in improving the performance of modestly sized LLMs, sometimes inducing performance competitive wit…

2024

Function Vectors in Large Language Models

ICLR 2024poster

We report the presence of a simple neural mechanism that represents an input-output function as a vector within autoregressive transformer language models (LMs). Using causal mediation analysis on a diverse range of in-context-learning (ICL) tasks, we find that a small number attention heads transpo…

Cited by 147SourcePDFScholar
2024

Learning from Natural Language Explanations for Generalizable Entity Matching

EMNLP 2024main

Entity matching is the task of linking records from different sources that refer to the same real-world entity. Past work has primarily treated entity linking as a standard supervised learning problem. However, supervised entity matching models often do not generalize well to new data, and collectin…

2024

Token Erasure as a Footprint of Implicit Vocabulary Items in LLMs

EMNLP 2024main

LLMs process text as sequences of tokens that roughly correspond to words, where less common words are represented by multiple tokens. However, individual tokens are often semantically unrelated to the meanings of the words/concepts they comprise. For example, Llama-2-7b’s tokenizer splits the word…

Cited by 3SourcePDFScholar
2023

Appraising the Potential Uses and Harms of LLMs for Medical Systematic Reviews

EMNLP 2023long main

Medical systematic reviews play a vital role in healthcare decision making and policy. However, their production is time-consuming, limiting the availability of high-quality and up-to-date evidence summaries. Recent advancements in LLMs offer the potential to automatically generate literature review…

Cited by 0SourcecodeScholar
2023

CHiLL: Zero-shot Custom Interpretable Feature Extraction from Clinical Notes with Large Language Models

EMNLP 2023long findings

We propose CHiLL (Crafting High-Level Latents), an approach for natural-language specification of features for linear models. CHiLL prompts LLMs with expert-crafted queries to generate interpretable features from health records. The resulting noisy labels are then used to train a simple linear class…

Cited by 0SourceScholar
2023

Multilingual Simplification of Medical Texts

EMNLP 2023long main

Automated text simplification aims to produce simple versions of complex texts. This task is especially useful in the medical domain, where the latest medical findings are typically communicated via complex and technical articles. This creates barriers for laypeople seeking access to up-to-date med…

Cited by 0SourcecodeScholar
2023

USB: A Unified Summarization Benchmark Across Tasks and Domains

EMNLP 2023long findings

While the NLP community has produced numerous summarization benchmarks, none provide the rich annotations required to simultaneously address many important problems related to control and reliability. We introduce a Wikipedia-derived benchmark, complemented by a rich set of crowd-sourced annotatio…

Cited by 0SourcecodeScholar