← Search

Byron Wallace

21 accepted papers

2026

Do Natural Language Interpretability Methods Convey Privileged Information?

ICML 2026poster

Recent interpretability methods have proposed to translate LLM internal representations into natural language descriptions using a second verbalizer LLM. This is intended to illuminate how the target model represents and operates on inputs. But do such activation verbalization approaches actually pr…

Cited by 0SourceScholar
2026

Position: Interpretability Can Be Actionable

ICML 2026poster

Interpretability aims to explain the behavior of deep neural networks. Despite rapid growth, there is mounting concern that much of this work has not translated into practical impact, raising questions about its relevance and utility. This position paper argues that the central missing ingredient is…

Cited by 0SourceScholar
2024

FactPICO: Factuality Evaluation for Plain Language Summarization of Medical Evidence

ACL 2024long

Plain language summarization with LLMs can be useful for improving textual accessibility of technical content. But how factual are these summaries in a high-stakes domain like medicine? This paper presents FactPICO, a factuality benchmark for plain language summarization of medical texts describing…

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

On-the-fly Definition Augmentation of LLMs for Biomedical NER

NAACL 2024long

Despite their general capabilities, LLMs still struggle on biomedicalNER tasks, which are difficult due to the presence of specialized terminology and lack of training data. In this work we set out to improve LLM performance on biomedical NER in limited data settings via a new knowledge augmentation…

2024

Towards Reducing Diagnostic Errors with Interpretable Risk Prediction

NAACL 2024long

Many diagnostic errors occur because clinicians cannot easily access relevant information in patient Electronic Health Records (EHRs). In this work we propose a method to use LLMs to identify pieces of evidence in patient EHR data that indicate increased or decreased risk of specific diagnoses; our…

Cited by 4SourcePDFScholar
2023

Automated Metrics for Medical Multi-Document Summarization Disagree with Human Evaluations

ACL 2023long

Evaluating multi-document summarization (MDS) quality is difficult. This is especially true in the case of MDS for biomedical literature reviews, where models must synthesize contradicting evidence reported across different documents. Prior work has shown that rather than performing the task, models…

2023

Summarizing, Simplifying, and Synthesizing Medical Evidence using GPT-3 (with Varying Success)

ACL 2023short

Large language models, particularly GPT-3, are able to produce high quality summaries ofgeneral domain news articles in few- and zero-shot settings. However, it is unclear if such models are similarly capable in more specialized domains such as biomedicine. In this paper we enlist domain experts (in…

2022

Combining Feature and Instance Attribution to Detect Artifacts

ACL 2022findings

Training the deep neural networks that dominate NLP requires large datasets. These are often collected automatically or via crowdsourcing, and may exhibit systematic biases or annotation artifacts. By the latter we mean spurious correlations between inputs and outputs that do not represent a general…

2022

Evaluating Factuality in Text Simplification

ACL 2022long

Automated simplification models aim to make input texts more readable. Such methods have the potential to make complex information accessible to a wider audience, e.g., providing access to recent medical literature which might otherwise be impenetrable for a lay reader. However, such models risk int…

2022

Influence Functions for Sequence Tagging Models

EMNLP 2022finding

Many standard tasks in NLP (e.g., Named Entity Recognition, Part-of-Speech tagging, and Semantic Role Labeling) are naturally framed as sequence tagging problems. However, there has been comparatively little work on interpretability methods for sequence tagging models. In this paper, we extend influ…

2022

PHEE: A Dataset for Pharmacovigilance Event Extraction from Text

EMNLP 2022main

The primary goal of drug safety researchers and regulators is to promptly identify adverse drug reactions. Doing so may in turn prevent or reduce the harm to patients and ultimately improve public health. Evaluating and monitoring drug safety (i.e., pharmacovigilance) involves analyzing an ever grow…

2022

That’s the Wrong Lung! Evaluating and Improving the Interpretability of Unsupervised Multimodal Encoders for Medical Data

EMNLP 2022main

Pretraining multimodal models on Electronic Health Records (EHRs) provides a means of learning representations that can transfer to downstream tasks with minimal supervision. Recent multimodal models induce soft local alignments between image regions and sentences. This is of particular interest in…

2021

An Empirical Comparison of Instance Attribution Methods for NLP

NAACL 2021long

Widespread adoption of deep models has motivated a pressing need for approaches to interpret network outputs and to facilitate model debugging. Instance attribution methods constitute one means of accomplishing these goals by retrieving training instances that (may have) led to a particular predicti…

2021

Disentangling Representations of Text by Masking Transformers

EMNLP 2021main

Representations from large pretrained models such as BERT encode a range of features into monolithic vectors, affording strong predictive accuracy across a range of downstream tasks. In this paper we explore whether it is possible to learn disentangled representations by identifying existing subnetw…

Cited by 24SourcePDFScholar
2021

Does BERT Pretrained on Clinical Notes Reveal Sensitive Data?

NAACL 2021long

Large Transformers pretrained over clinical notes from Electronic Health Records (EHR) have afforded substantial gains in performance on predictive clinical tasks. The cost of training such models (and the necessity of data access to do so) coupled with their utility motivates parameter sharing, i.e…

2021

On the Impact of Random Seeds on the Fairness of Clinical Classifiers

NAACL 2021long

Recent work has shown that fine-tuning large networks is surprisingly sensitive to changes in random seed(s). We explore the implications of this phenomenon for model fairness across demographic groups in clinical prediction tasks over electronic health records (EHR) in MIMIC-III —— the standard dat…

Cited by 17SourcePDFScholar
2021

Paragraph-level Simplification of Medical Texts

NAACL 2021long

We consider the problem of learning to simplify medical texts. This is important because most reliable, up-to-date information in biomedicine is dense with jargon and thus practically inaccessible to the lay audience. Furthermore, manual simplification does not scale to the rapidly growing body of b…

2021

Unsupervised Data Augmentation with Naive Augmentation and without Unlabeled Data

EMNLP 2021main

Unsupervised Data Augmentation (UDA) is a semisupervised technique that applies a consistency loss to penalize differences between a model’s predictions on (a) observed (unlabeled) examples; and (b) corresponding ‘noised’ examples produced via data augmentation. While UDA has gained popularity for t…

Cited by 27SourcePDFScholar
2019

Structured Neural Topic Models for Reviews

AISTATS 2019poster

We present Variational Aspect-based Latent Topic Allocation (VALTA), a family of autoencoding topic models that learn aspect-based representations of reviews. VALTA defines a user-item encoder that maps bag-of-words vectors for combined reviews associated with each paired user and item onto structur…

Cited by 13SourcePDFScholar