← Search

Mandy Guo

8 accepted papers

2024

CoBIT: A Contrastive Bi-directional Image-Text Generation Model

ICLR 2024poster

The field of Vision-and-Language (VL) has witnessed a proliferation of pretrained foundation models. Current techniques typically employ only one type of training objective, whether it's (1) contrastive objectives (like CLIP), (2) image-to-text generative objectives (like PaLI), or (3) text-to-image…

Cited by 22SourcePDFScholar
2023

A Suite of Generative Tasks for Multi-Level Multimodal Webpage Understanding

EMNLP 2023long main

Webpages have been a rich, scalable resource for vision-language and language only tasks. Yet only pieces of webpages are kept in existing datasets: image-caption pairs, long text articles, or raw HTML, never all in one place. Webpage tasks have resultingly received little attention and structured i…

Cited by 0SourcecodeScholar
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

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

MURAL: Multimodal, Multitask Representations Across Languages

EMNLP 2021finding

Both image-caption pairs and translation pairs provide the means to learn deep representations of and connections between languages. We use both types of pairs in MURAL (MUltimodal, MUltitask Representations Across Languages), a dual encoder that solves two tasks: 1) image-text matching and 2) trans…

Cited by 29SourcePDFScholar
2021

Neural Retrieval for Question Answering with Cross-Attention Supervised Data Augmentation

ACL 2021short

Early fusion models with cross-attention have shown better-than-human performance on some question answer benchmarks, while it is a poor fit for retrieval since it prevents pre-computation of the answer representations. We present a supervised data mining method using an accurate early fusion model…

Cited by 32SourcePDFScholar
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