Davis Yoshida


2021

pdf
Reconsidering the Past: Optimizing Hidden States in Language Models
Davis Yoshida | Kevin Gimpel
Findings of the Association for Computational Linguistics: EMNLP 2021

We present Hidden-State Optimization (HSO), a gradient-based method for improving the performance of transformer language models at inference time. Similar to dynamic evaluation (Krause et al., 2018), HSO computes the gradient of the log-probability the language model assigns to an evaluation text, but uses it to update the cached hidden states rather than the model parameters. We test HSO with pretrained Transformer-XL and GPT-2 language models, finding improvement on the WikiText-103 and PG-19 datasets in terms of perplexity, especially when evaluating a model outside of its training distribution. We also demonstrate downstream applicability by showing gains in the recently developed prompt-based few-shot evaluation setting, again with no extra parameters or training data.

2016

pdf
Using Confusion Graphs to Understand Classifier Error
Davis Yoshida | Jordan Boyd-Graber
Proceedings of the Workshop on Human-Computer Question Answering