← Search

Ming-Wei Chang

18 accepted papers

2025

LOFT: Scalable and More Realistic Long-Context Evaluation

NAACL 2025findings

Long-context language models (LCLMs) have the potential to revolutionize our approach to tasks traditionally reliant on external tools like retrieval systems or databases. Leveraging LCLMs’ ability to natively ingest and process entire corpora of information offers numerous advantages. It enhances u…

2024

Instruct-Imagen: Image Generation with Multi-modal Instruction

CVPR 2024poster

This paper presents Instruct-Imagen a model that tackles heterogeneous image generation tasks and generalizes across unseen tasks. We introduce multi-modal instruction for image generation a task representation articulating a range of generation intents with precision. It uses natural language to am…

Cited by 42SourcePDFScholar
2024

MagicLens: Self-Supervised Image Retrieval with Open-Ended Instructions

ICML 2024oral

Image retrieval, i.e., finding desired images given a reference image, inherently encompasses rich, multi-faceted search intents that are difficult to capture solely using image-based measures. Recent works leverage text instructions to allow users to more freely express their search intents. Howeve…

2023

Can Pre-trained Vision and Language Models Answer Visual Information-Seeking Questions?

EMNLP 2023long main

Pre-trained vision and language models have demonstrated state-of-the-art capabilities over existing tasks involving images and texts, including visual question answering. However, it remains unclear whether these models possess the capability to answer questions that are not only querying visual co…

Cited by 0SourcecodeScholar
2023

Conditional Adapters: Parameter-efficient Transfer Learning with Fast Inference

NeurIPS 2023poster

We propose Conditional Adapter (CoDA), a parameter-efficient transfer learning method that also improves inference efficiency. CoDA generalizes beyond standard adapter approaches to enable a new way of balancing speed and accuracy using conditional computation. Starting with an existing dense pretra…

Cited by 63SourcePDFScholar
2023

Open-domain Visual Entity Recognition: Towards Recognizing Millions of Wikipedia Entities

ICCV 2023oral

Large-scale multi-modal pre-training models such as CLIP and PaLI exhibit strong generalization on various visual domains and tasks. However, existing image classification benchmarks often evaluate recognition on a specific domain (e.g., outdoor images) or a specific task (e.g., classifying plant sp…

Cited by 65PDFcodeScholar
2023

Pix2Struct: Screenshot Parsing as Pretraining for Visual Language Understanding

ICML 2023oral

Visually-situated language is ubiquitous---sources range from textbooks with diagrams to web pages with images and tables, to mobile apps with buttons and forms. Perhaps due to this diversity, previous work has typically relied on domain-specific recipes with limited sharing of the underlying data,…

2023

Promptagator: Few-shot Dense Retrieval From 8 Examples

ICLR 2023poster

Much recent research on information retrieval has focused on how to transfer from one task (typically with abundant supervised data) to various other retrieval tasks where supervision is limited, with the implicit assumption that it is possible to generalize from one task to all the rest. However, t…

Cited by 230SourcePDFScholar
2023

QUEST: A Retrieval Dataset of Entity-Seeking Queries with Implicit Set Operations

ACL 2023long

Formulating selective information needs results in queries that implicitly specify set operations, such as intersection, union, and difference. For instance, one might search for “shorebirds that are not sandpipers” or “science-fiction films shot in England”. To study the ability of retrieval system…

2023

Rethinking the Role of Token Retrieval in Multi-Vector Retrieval

NeurIPS 2023poster

Multi-vector retrieval models such as ColBERT [Khattab et al., 2020] allow token-level interactions between queries and documents, and hence achieve state of the art on many information retrieval benchmarks. However, their non-linear scoring function cannot be scaled to millions of documents, necess…

2023

Subject-driven Text-to-Image Generation via Apprenticeship Learning

NeurIPS 2023poster

Recent text-to-image generation models like DreamBooth have made remarkable progress in generating highly customized images of a target subject, by fine-tuning an ``expert model'' for a given subject from a few examples. However, this process is expensive, since a new expert model must be learned fo…

Cited by 193SourcePDFScholar
2022

FRUIT: Faithfully Reflecting Updated Information in Text

NAACL 2022long

Textual knowledge bases such as Wikipedia require considerable effort to keep up to date and consistent. While automated writing assistants could potentially ease this burden, the problem of suggesting edits grounded in external knowledge has been under-explored. In this paper, we introduce the nove…

2022

Large Dual Encoders Are Generalizable Retrievers

EMNLP 2022main

It has been shown that dual encoders trained on one domain often fail to generalize to other domains for retrieval tasks. One widespread belief is that the bottleneck layer of a dual encoder, where the final score is simply a dot-product between a query vector and a passage vector, is too limited co…

2022

Meta-Learning Fast Weight Language Models

EMNLP 2022main

Dynamic evaluation of language models (LMs) adapts model parameters at test time using gradient information from previous tokens and substantially improves LM performance. However, it requires over 3x more compute than standard inference. We present Fast Weight Layers (FWLs), a neural component that…

Cited by 12SourcePDFScholar
2021

Compositional Generalization and Natural Language Variation: Can a Semantic Parsing Approach Handle Both?

ACL 2021long

Sequence-to-sequence models excel at handling natural language variation, but have been shown to struggle with out-of-distribution compositional generalization. This has motivated new specialized architectures with stronger compositional biases, but most of these approaches have only been evaluated…

2021

Joint Passage Ranking for Diverse Multi-Answer Retrieval

EMNLP 2021main

We study multi-answer retrieval, an under-explored problem that requires retrieving passages to cover multiple distinct answers for a given question. This task requires joint modeling of retrieved passages, as models should not repeatedly retrieve passages containing the same answer at the cost of m…

Cited by 40SourcePDFScholar
2021

Open Question Answering over Tables and Text

ICLR 2021poster

In open question answering (QA), the answer to a question is produced by retrieving and then analyzing documents that might contain answers to the question. Most open QA systems have considered only retrieving information from unstructured text. Here we consider for the first time open QA over {\e…