← Search

Jacopo Staiano

11 accepted papers

2026

How to Take a Memorable Picture? Empowering Users with Actionable Feedback

CVPR 2026

Image memorability, i.e., how likely an image is to be remembered, has traditionally been studied in computer vision either as a passive prediction task, with models regressing a scalar score, or with generative methods altering the visual input to boost the image likelihood of being remembered. Yet

Cited by 0SourceScholar
2023

Countering Misinformation via Emotional Response Generation

EMNLP 2023long main

The proliferation of misinformation on social media platforms (SMPs) poses a significant danger to public health, social cohesion and ultimately democracy. Previous research has shown how social correction can be an effective way to curb misinformation, by engaging directly in a constructive dialogu…

Cited by 0SourcecodeScholar
2022

Generative Cooperative Networks for Natural Language Generation

ICML 2022spotlight

Generative Adversarial Networks (GANs) have known a tremendous success for many continuous generation tasks, especially in the field of image generation. However, for discrete outputs such as language, optimizing GANs remains an open problem with many instabilities, as no gradient can be properly ba…

Cited by 23SourcePDFScholar
2021

Data-QuestEval: A Referenceless Metric for Data-to-Text Semantic Evaluation

EMNLP 2021main

QuestEval is a reference-less metric used in text-to-text tasks, that compares the generated summaries directly to the source text, by automatically asking and answering questions. Its adaptation to Data-to-Text tasks is not straightforward, as it requires multimodal Question Generation and Answerin…

2021

QuestEval: Summarization Asks for Fact-based Evaluation

EMNLP 2021main

Summarization evaluation remains an open research problem: current metrics such as ROUGE are known to be limited and to correlate poorly with human judgments. To alleviate this issue, recent work has proposed evaluation metrics which rely on question answering models to assess whether a summary cont…

2021

Skim-Attention: Learning to Focus via Document Layout

EMNLP 2021finding

Transformer-based pre-training techniques of text and layout have proven effective in a number of document understanding tasks. Despite this success, multimodal pre-training models suffer from very high computational and memory costs. Motivated by human reading strategies, this paper presents Skim-A…

2021

Synthetic Data Augmentation for Zero-Shot Cross-Lingual Question Answering

EMNLP 2021main

Coupled with the availability of large scale datasets, deep learning architectures have enabled rapid progress on the Question Answering task. However, most of those datasets are in English, and the performances of state-of-the-art multilingual models are significantly lower when evaluated on non-En…

2021

To Beam Or Not To Beam: That is a Question of Cooperation for Language GANs

NeurIPS 2021poster

Due to the discrete nature of words, language GANs require to be optimized from rewards provided by discriminator networks, via reinforcement learning methods. This is a much harder setting than for continuous tasks, which enjoy gradient flows from discriminators to generators, usually leading to dr…

Cited by 23SourcePDFScholar
2020

ColdGANs: Taming Language GANs with Cautious Sampling Strategies

NeurIPS 2020poster

Training regimes based on Maximum Likelihood Estimation (MLE) suffer from known limitations, often leading to poorly generated text sequences that lack of coherence, factualness, and are prone to repetitions. At the root of these limitations is the mismatch between training and inference, i.e. the s…

2020

Discriminative Adversarial Search for Abstractive Summarization

ICML 2020poster

We introduce a novel approach for sequence decoding, Discriminative Adversarial Search (DAS), which has the desirable properties of alleviating the effects of exposure bias without requiring external metrics. Inspired by Generative Adversarial Networks (GANs), wherein a discriminator is used to impr…