← Search

Mirella Lapata

48 accepted papers

2026

TABLET: A Large-Scale Dataset for Robust Visual Table Understanding

ICLR 2026poster

While table understanding increasingly relies on pixel-only settings, current benchmarks predominantly use synthetic renderings that lack the complexity and visual diversity of real-world tables. Additionally, existing visual table understanding (VTU) datasets offer fixed examples with single visual…

Cited by 0SourcecodeScholar
2025

Agents' Room: Narrative Generation through Multi-step Collaboration

ICLR 2025poster

Writing compelling fiction is a multifaceted process combining elements such as crafting a plot, developing interesting characters, and using evocative language. While large language models (LLMs) show promise for story writing, they currently rely heavily on intricate prompting, which limits their…

2025

Decomposed Opinion Summarization with Verified Aspect-Aware Modules

ACL 2025finding

Opinion summarization plays a key role in deriving meaningful insights from large-scale online reviews. To make the process more explainable and grounded, we propose a domain-agnostic modular approach guided by review aspects (e.g., cleanliness for hotel reviews) which separates the tasks of aspect…

2025

Disambiguate First, Parse Later: Generating Interpretations for Ambiguity Resolution in Semantic Parsing

ACL 2025finding

Handling ambiguity and underspecification is an important challenge in natural language interfaces, particularly for tasks like text-to-SQL semantic parsing. We propose a modular approach that resolves ambiguity using natural language interpretations before mapping these to logical forms (e.g., SQL…

2025

Help Me Write a Story: Evaluating LLMs’ Ability to Generate Writing Feedback

ACL 2025long

Can LLMs provide support to creative writers by giving meaningful writing feedback? In this paper, we explore the challenges and limitations of model-generated writing feedback by defining a new task, dataset, and evaluation frameworks. To study model performance in a controlled manner, we present a…

2025

Masking in Multi-hop QA: An Analysis of How Language Models Perform with Context Permutation

ACL 2025long

Multi-hop Question Answering (MHQA) adds layers of complexity to question answering, making it more challenging. When Language Models (LMs) are prompted with multiple search results, they are tasked not only with retrieving relevant information but also employing multi-hop reasoning across the infor…

2025

What Is That Talk About? A Video-to-Text Summarization Dataset for Scientific Presentations

ACL 2025long

Transforming recorded videos into concise and accurate textual summaries is a growing challenge in multimodal learning. This paper introduces VISTA, a dataset specifically designed for video-to-text summarization in scientific domains. VISTA contains 18,599 recorded AI conference presentations paire…

2024

AMBROSIA: A Benchmark for Parsing Ambiguous Questions into Database Queries

NeurIPS 2024spotlight

Practical semantic parsers are expected to understand user utterances and map them to executable programs, even when these are ambiguous. We introduce a new benchmark, AMBROSIA, which we hope will inform and inspire the development of text-to-SQL parsers capable of recognizing and interpreting ambig…

2024

BookWorm: A Dataset for Character Description and Analysis

EMNLP 2024finding

Characters are at the heart of every story, driving the plot and engaging readers. In this study, we explore the understanding of characters in full-length books, which contain complex narratives and numerous interacting characters. We define two tasks: character description, which generates a brief…

2024

Evaluating LLMs for Targeted Concept Simplification for Domain-Specific Texts

EMNLP 2024main

One useful application of NLP models is to support people in reading complex text from unfamiliar domains (e.g., scientific articles). Simplifying the entire text makes it understandable but sometimes removes important details. On the contrary, helping adult readers understand difficult concepts in…

2024

Explainability and Hate Speech: Structured Explanations Make Social Media Moderators Faster

ACL 2024short

Content moderators play a key role in keeping the conversation on social media healthy. While the high volume of content they need to judge represents a bottleneck to the moderation pipeline, no studies have explored how models could support them to make faster decisions. There is, by now, a vast bo…

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

Less is More: Making Smaller Language Models Competent Subgraph Retrievers for Multi-hop KGQA

EMNLP 2024finding

Retrieval-Augmented Generation (RAG) is widely used to inject external non-parametric knowledge into large language models (LLMs). Recent works suggest that Knowledge Graphs (KGs) contain valuable external knowledge for LLMs. Retrieving information from KGs differs from extracting it from document s…

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

Low-Rank Adaptation for Multilingual Summarization: An Empirical Study

NAACL 2024findings

Although the advancements of pre-trained Large Language Models have significantly accelerated recent progress in NLP, their ever-increasing size poses significant challenges for conventional fine-tuning, especially in memory-intensive tasks. We investigate the potential of Parameter-Efficient Fine-T…

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

Real-World Compositional Generalization with Disentangled Sequence-to-Sequence Learning

ACL 2023findings

Compositional generalization is a basic mechanism in human language learning, which current neural networks struggle with. A recently proposed Disentangled sequence-to-sequence model (Dangle) shows promising generalization capability by learning specialized encodings for each decoding step. We intro…

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…

2021

Exploring Explainable Selection to Control Abstractive Summarization

AAAI 2021technical

Like humans, document summarization models can interpret a document’s contents in a number of ways. Unfortunately, the neural models of today are largely black boxes that provide little explanation of how or why they generated a summary in the way they did. Therefore, to begin prying open the black…

2021

Learning Opinion Summarizers by Selecting Informative Reviews

EMNLP 2021main

Opinion summarization has been traditionally approached with unsupervised, weakly-supervised and few-shot learning techniques. In this work, we collect a large dataset of summaries paired with user reviews for over 31,000 products, enabling supervised training. However, the number of reviews per pro…

2021

Structured Reordering for Modeling Latent Alignments in Sequence Transduction

NeurIPS 2021poster

Despite success in many domains, neural models struggle in settings where train and test examples are drawn from different distributions. In particular, in contrast to humans, conventional sequence-to-sequence (seq2seq) models fail to generalize systematically, i.e., interpret sentences representing…

2021

Unsupervised Opinion Summarization with Content Planning

AAAI 2021technical

The recent success of deep learning techniques for abstractive summarization is predicated on the availability of large-scale datasets. When summarizing reviews (e.g., for products or movies), such training data is neither available nor can be easily sourced, motivating the development of methods w…