← Search

Matthew Gormley

5 accepted papers

2024

Learning Mutually Informed Representations for Characters and Subwords

NAACL 2024findings

Most pretrained language models rely on subword tokenization, which processes text as a sequence of subword tokens. However, different granularities of text, such as characters, subwords, and words, can contain different kinds of information. Previous studies have shown that incorporating multiple i…

2023

MDACE: MIMIC Documents Annotated with Code Evidence

ACL 2023long

We introduce a dataset for evidence/rationale extraction on an extreme multi-label classification task over long medical documents. One such task is Computer-Assisted Coding (CAC) which has improved significantly in recent years, thanks to advances in machine learning technologies. Yet simply predic…

2022

On Efficiently Acquiring Annotations for Multilingual Models

ACL 2022short

When tasked with supporting multiple languages for a given problem, two approaches have arisen: training a model for each language with the annotation budget divided equally among them, and training on a high-resource language followed by zero-shot transfer to the remaining languages. In this work,…

2019

Towards modular and programmable architecture search

NeurIPS 2019poster

Neural architecture search methods are able to find high performance deep learning architectures with minimal effort from an expert. However, current systems focus on specific use-cases (e.g. convolutional image classifiers and recurrent language models), making them unsuitable for general use-cases…