← Search

Joshua Maynez

12 accepted papers

2024

Learning to Plan and Generate Text with Citations

ACL 2024long

The increasing demand for the deployment of LLMs in information-seeking scenarios has spurred efforts in creating verifiable systems, which generate responses to queries along with supporting evidence. In this paper, we explore the attribution capabilities of plan-based models which have been recent…

2024

Little Red Riding Hood Goes around the Globe: Crosslingual Story Planning and Generation with Large Language Models

COLING 2024main

Previous work has demonstrated the effectiveness of planning for story generation exclusively in a monolingual setting focusing primarily on English. We consider whether planning brings advantages to automatic story generation across languages. We propose a new task of crosslingual story generation…

Cited by 7SourcePDFScholar
2024

Stratified Prediction-Powered Inference for Effective Hybrid Evaluation of Language Models

NeurIPS 2024poster

Prediction-powered inference (PPI) is a method that improves statistical estimates based on limited human-labeled data. PPI achieves this by combining small amounts of human-labeled data with larger amounts of data labeled by a reasonably accurate---but potentially biased---automatic system, in a w…

Cited by 2SourcePDFScholar
2023

Benchmarking Large Language Model Capabilities for Conditional Generation

ACL 2023long

Pre-trained large language models (PLMs) underly most new developments in natural language processing. They have shifted the field from application-specific model pipelines to a single model that is adapted to a wide range of tasks. Autoregressive PLMs like GPT-3 or PaLM and associated techniques li…

2023

Multilingual Summarization with Factual Consistency Evaluation

ACL 2023findings

Abstractive summarization has enjoyed renewed interest in recent years, thanks to pre-trained language models and the availability of large-scale datasets. Despite promising results, current models still suffer from generating factually inconsistent summaries, reducing their utility for real-world a…

2023

On Uncertainty Calibration and Selective Generation in Probabilistic Neural Summarization: A Benchmark Study

EMNLP 2023short findings

Modern deep models for summarization attains impressive benchmark performance, but they are prone to generating miscalibrated predictive uncertainty. This means that they assign high confidence to low-quality predictions, leading to compromised reliability and trustworthiness in real-world applicati…

Cited by 0SourceScholar
2023

OpineSum: Entailment-based self-training for abstractive opinion summarization

ACL 2023findings

A typical product or place often has hundreds of reviews, and summarization of these texts is an important and challenging problem. Recent progress on abstractive summarization in domains such as news has been driven by supervised systems trained on hundreds of thousands of news articles paired with…

2023

SEAHORSE: A Multilingual, Multifaceted Dataset for Summarization Evaluation

EMNLP 2023long main

Reliable automatic evaluation of summarization systems is challenging due to the multifaceted and subjective nature of the task. This is especially the case for languages other than English, where human evaluations are scarce. In this work, we introduce SEAHORSE, a dataset for multilingual, multifac…

Cited by 0SourceScholar
2022

A Well-Composed Text is Half Done! Composition Sampling for Diverse Conditional Generation

ACL 2022long

We propose Composition Sampling, a simple but effective method to generate diverse outputs for conditional generation of higher quality compared to previous stochastic decoding strategies. It builds on recently proposed plan-based neural generation models (FROST, Narayan et al, 2021) that are traine…

2022

Data Augmentation for Low-Resource Dialogue Summarization

NAACL 2022findings

We present DADS, a novel Data Augmentation technique for low-resource Dialogue Summarization. Our method generates synthetic examples by replacing sections of text from both the input dialogue and summary while preserving the augmented summary to correspond to a viable summary for the augmented dial…

Cited by 18SourcePDFScholar
2021

A Thorough Evaluation of Task-Specific Pretraining for Summarization

EMNLP 2021main

Task-agnostic pretraining objectives like masked language models or corrupted span prediction are applicable to a wide range of NLP downstream tasks (Raffel et al.,2019), but are outperformed by task-specific pretraining objectives like predicting extracted gap sentences on summarization (Zhang et a…

2021

Focus Attention: Promoting Faithfulness and Diversity in Summarization

ACL 2021long

Professional summaries are written with document-level information, such as the theme of the document, in mind. This is in contrast with most seq2seq decoders which simultaneously learn to focus on salient content, while deciding what to generate, at each decoding step. With the motivation to narrow…