← Search

Yasumasa Onoe

8 accepted papers

2025

Revisiting text-to-image evaluation with Gecko: on metrics, prompts, and human rating

ICLR 2025spotlight

While text-to-image (T2I) generative models have become ubiquitous, they do not necessarily generate images that align with a given prompt. While many metrics and benchmarks have been proposed to evaluate T2I models and alignment metrics, the impact of the evaluation components (prompt sets, human…

Cited by 12SourcePDFScholar
2024

ImageInWords: Unlocking Hyper-Detailed Image Descriptions

EMNLP 2024main

Despite the longstanding adage ”an image is worth a thousand words,” generating accurate hyper-detailed image descriptions remains unsolved. Trained on short web-scraped image-text, vision-language models often generate incomplete descriptions with visual inconsistencies. We address this via a novel…

2023

Can LMs Learn New Entities from Descriptions? Challenges in Propagating Injected Knowledge

ACL 2023long

Pre-trained language models (LMs) are used for knowledge intensive tasks like question answering, but their knowledge gets continuously outdated as the world changes. Prior work has studied targeted updates to LMs, injecting individual facts and evaluating whether the model learns these facts while…

2023

Imagen Editor and EditBench: Advancing and Evaluating Text-Guided Image Inpainting

CVPR 2023highlight

Text-guided image editing can have a transformative impact in supporting creative applications. A key challenge is to generate edits that are faithful to the input text prompt, while consistent with the input image. We present Imagen Editor, a cascaded diffusion model, built by fine-tuning Imagen on…

Cited by 185SourcePDFScholar
2023

Propagating Knowledge Updates to LMs Through Distillation

NeurIPS 2023poster

Modern language models have the capacity to store and use immense amounts of knowledge about real-world entities, but it remains unclear how to update such knowledge stored in model parameters. While prior methods for updating knowledge in LMs successfully inject atomic facts, updated LMs fail to ma…

2022

Entity Cloze By Date: What LMs Know About Unseen Entities

NAACL 2022findings

Language models (LMs) are typically trained once on a large-scale corpus and used for years without being updated. However, in a dynamic world, new entities constantly arise. We propose a framework to analyze what LMs can infer about new entities that did not exist when the LMs were pretrained. We d…

2021

CREAK: A Dataset for Commonsense Reasoning over Entity Knowledge

NeurIPS 2021poster

Most benchmark datasets targeting commonsense reasoning focus on everyday scenarios: physical knowledge like knowing that you could fill a cup under a waterfall, social knowledge like bumping into someone is awkward, and other generic situations. However, there is a rich space of commonsense inferen…

Cited by 73SourcecodeScholar
2021

Modeling Fine-Grained Entity Types with Box Embeddings

ACL 2021long

Neural entity typing models typically represent fine-grained entity types as vectors in a high-dimensional space, but such spaces are not well-suited to modeling these types’ complex interdependencies. We study the ability of box embeddings, which embed concepts as d-dimensional hyperrectangles, to…