← Search

Shashi Narayan

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
2023

Calibrating Sequence likelihood Improves Conditional Language Generation

ICLR 2023poster

Conditional language models are predominantly trained with maximum likelihood estimation (MLE), giving probability mass to sparsely observed target sequences. While MLE trained models assign high probability to plausible sequences given the context, the model probabilities often do not accurately ra…

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

Query Refinement Prompts for Closed-Book Long-Form QA

ACL 2023long

Large language models (LLMs) have been shown to perform well in answering questions and in producing long-form texts, both in few-shot closed-book settings. While the former can be validated using well-known evaluation metrics, the latter is difficult to evaluate. We resolve the difficulties to eval…

Cited by 0SourcePDFScholar
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…

2021

MiRANews: Dataset and Benchmarks for Multi-Resource-Assisted News Summarization

EMNLP 2021finding

One of the most challenging aspects of current single-document news summarization is that the summary often contains ‘extrinsic hallucinations’, i.e., facts that are not present in the source document, which are often derived via world knowledge. This causes summarisation systems to act more like op…