← Search

David Uthus

9 accepted papers

2024

Memory Augmented Language Models through Mixture of Word Experts

NAACL 2024long

Scaling up the number of parameters of language models has proven to be an effective approach to improve performance. For dense models, increasing their size proportionally increases their computational footprint. In this work, we seek to aggressively decouple learning capacity and FLOPs through Mix…

2024

Reconsidering Sentence-Level Sign Language Translation

EMNLP 2024main

Historically, sign language machine translation has been posed as a sentence-level task: datasets consisting of continuous narratives are chopped up and presented to the model as isolated clips. In this work, we explore the limitations of this task framing. First, we survey a number of linguistic ph…

Cited by 1SourcePDFScholar
2023

CoLT5: Faster Long-Range Transformers with Conditional Computation

EMNLP 2023long main

Many natural language processing tasks benefit from long inputs, but processing long documents with Transformers is expensive -- not only due to quadratic attention complexity but also from applying feedforward and projection layers to every token. However, not all tokens are equally important, espe…

Cited by 0SourceScholar
2023

YouTube-ASL: A Large-Scale, Open-Domain American Sign Language-English Parallel Corpus

NeurIPS 2023poster

Machine learning for sign languages is bottlenecked by data. In this paper, we present YouTube-ASL, a large-scale, open-domain corpus of American Sign Language (ASL) videos and accompanying English captions drawn from YouTube. With ~1000 hours of videos and >2500 unique signers, YouTube-ASL is ~3x a…

Cited by 52SourcePDFScholar
2023

mLongT5: A Multilingual and Efficient Text-To-Text Transformer for Longer Sequences

EMNLP 2023short findings

We present our work on developing a multilingual, efficient text-to-text transformer that is suitable for handling long inputs. This model, called mLongT5, builds upon the architecture of LongT5, while leveraging the multilingual datasets used for pretraining mT5 and the pretraining tasks of UL2. We…

Cited by 0SourcecodeScholar
2022

LongT5: Efficient Text-To-Text Transformer for Long Sequences

NAACL 2022findings

Recent work has shown that either (1) increasing the input length or (2) increasing model size can improve the performance of Transformer-based neural models. In this paper, we present LongT5, a new model that explores the effects of scaling both the input length and model size at the same time. Spe…

2021

TextSETTR: Few-Shot Text Style Extraction and Tunable Targeted Restyling

ACL 2021long

We present a novel approach to the problem of text style transfer. Unlike previous approaches requiring style-labeled training data, our method makes use of readily-available unlabeled text by relying on the implicit connection in style between adjacent sentences, and uses labeled data only at infer…

Cited by 62SourcePDFScholar