← Search

Ido Dagan

34 accepted papers

2025

EventFull: Complete and Consistent Event Relation Annotation

NAACL 2025system demonstrations

Event relation detection is a fundamental NLP task, leveraged in many downstream applications, whose modeling requires datasets annotated with event relations of various types. However, systematic and complete annotation of these relations is costly and challenging, due to the quadratic number of ev…

2025

LAQuer: Localized Attribution Queries in Content-grounded Generation

ACL 2025long

Grounded text generation models often produce content that deviates from their source material, requiring user verification to ensure accuracy. Existing attribution methods associate entire sentences with source documents, which can be overwhelming for users seeking to fact-check specific claims. In…

2025

Small Models, Big Results: Achieving Superior Intent Extraction through Decomposition

EMNLP 2025

Understanding user intents from UI interaction trajectories remains a challenging, yet crucial, frontier in intelligent agent development. While massive, datacenter-based, multi-modal large language models (MLLMs) possess greater capacity to handle the complexities of such sequences, smaller models

Cited by 0SourcePDFScholar
2025

Superlatives in Context: Modeling the Implicit Semantics of Superlatives

NAACL 2025long

Superlatives are used to single out elements with a maximal/minimal property. Semantically, superlatives perform a set comparison: something (or some things) has the min/max property out of a set. As such, superlatives provide an ideal phenomenon for studying implicit phenomena and discourse restric…

2024

Attribute First, then Generate: Locally-attributable Grounded Text Generation

ACL 2024long

Recent efforts to address hallucinations in Large Language Models (LLMs) have focused on attributed text generation, which supplements generated texts with citations of supporting sources for post-generation fact-checking and corrections. Yet, these citations often point to entire documents or parag…

2024

Efficient Data Generation for Source-grounded Information-seeking Dialogs: A Use Case for Meeting Transcripts

EMNLP 2024finding

Automating data generation with Large Language Models (LLMs) has become increasingly popular. In this work, we investigate the feasibility and effectiveness of LLM-based data generation in the challenging setting of source-grounded information-seeking dialogs, with response attribution, over long do…

2024

Explicating the Implicit: Argument Detection Beyond Sentence Boundaries

ACL 2024long

Detecting semantic arguments of a predicate word has been conventionally modeled as a sentence-level task. The typical reader, however, perfectly interprets predicate-argument relations in a much wider context than just the sentence where the predicate was evoked. In this work, we reformulate the pr…

2024

Is It Really Long Context if All You Need Is Retrieval? Towards Genuinely Difficult Long Context NLP

EMNLP 2024main

Improvements in language models’ capabilities have pushed their applications towards longer contexts, making long-context evaluation and development an active research area. However, many disparate use-cases are grouped together under the umbrella term of “long-context”, defined simply by the total…

Cited by 13SourcePDFScholar
2024

Selective Annotation via Data Allocation: These Data Should Be Triaged to Experts for Annotation Rather Than the Model

EMNLP 2024finding

To obtain high-quality annotations under limited budget, semi-automatic annotation methods are commonly used, where a portion of the data is annotated by experts and a model is then trained to complete the annotations for the remaining data. However, these methods mainly focus on selecting informati…

2024

The Power of Summary-Source Alignments

ACL 2024findings

Multi-document summarization (MDS) is a challenging task, often decomposed to subtasks of salience and redundancy detection, followed by text generation.In this context, alignment of corresponding sentences between a reference summary and its source documents has been leveraged to generate training…

2023

Don’t Add, don’t Miss: Effective Content Preserving Generation from Pre-Selected Text Spans

EMNLP 2023long findings

The recently introduced Controlled Text Reduction (CTR) task isolates the text generation step within typical summarization-style tasks. It does so by challenging models to generate coherent text conforming to pre-selected content within the input text (``highlights''). This framing enables inc…

Cited by 0SourcecodeScholar
2023

OpenAsp: A Benchmark for Multi-document Open Aspect-based Summarization

EMNLP 2023long main

The performance of automatic summarization models has improved dramatically in recent years. Yet, there is still a gap in meeting specific information needs of users in real-world scenarios, particularly when a targeted summary is sought, such as in the useful aspect-based summarization setting targ…

Cited by 0SourcecodeScholar
2023

Optimizing Retrieval-augmented Reader Models via Token Elimination

EMNLP 2023long main

Fusion-in-Decoder (FiD) is an effective retrieval-augmented language model applied across a variety of open-domain tasks, such as question answering, fact checking, etc. In FiD, supporting passages are first retrieved and then processed using a generative model (Reader), which can cause a significan…

Cited by 0SourcecodeScholar
2023

Peek Across: Improving Multi-Document Modeling via Cross-Document Question-Answering

ACL 2023long

The integration of multi-document pre-training objectives into language models has resulted in remarkable improvements in multi-document downstream tasks. In this work, we propose extending this idea by pre-training a generic multi-document model from a novel cross-document question answering pre-tr…

2023

Re-Examining Summarization Evaluation across Multiple Quality Criteria

EMNLP 2023short findings

The common practice for assessing automatic evaluation metrics is to measure the correlation between their induced system rankings and those obtained by reliable human evaluation, where a higher correlation indicates a better metric. Yet, an intricate setting arises when an NLP task is evaluated by…

Cited by 0SourceScholar
2023

Revisiting Sentence Union Generation as a Testbed for Text Consolidation

ACL 2023findings

Tasks involving text generation based on multiple input texts, such as multi-document summarization, long-form question answering and contemporary dialogue applications, challenge models for their ability to properly consolidate partly-overlapping multi-text information. However, these tasks entangl…

2023

The Curious Case of Hallucinatory (Un)answerability: Finding Truths in the Hidden States of Over-Confident Large Language Models

EMNLP 2023long main

Large language models (LLMs) have been shown to possess impressive capabilities, while also raising crucial concerns about the faithfulness of their responses. A primary issue arising in this context is the management of (un)answerable queries by LLMs, which often results in hallucinatory behavior…

Cited by 0SourcecodeScholar
2022

Cross-document Event Coreference Search: Task, Dataset and Modeling

EMNLP 2022main

The task of Cross-document Coreference Resolution has been traditionally formulated as requiring to identify all coreference links across a given set of documents. We propose an appealing, and often more applicable, complementary set up for the task – Cross-document Coreference Search, focusing in t…

2022

Extending Multi-Text Sentence Fusion Resources via Pyramid Annotations

NAACL 2022long

NLP models that process multiple texts often struggle in recognizing corresponding and salient information that is often differently phrased, and consolidating the redundancies across texts. To facilitate research of such challenges, the sentence fusion task was proposed, yet previous datasets for t…

2022

Interactive Query-Assisted Summarization via Deep Reinforcement Learning

NAACL 2022long

Interactive summarization is a task that facilitates user-guided exploration of information within a document set. While one would like to employ state of the art neural models to improve the quality of interactive summarization, many such technologies cannot ingest the full document set or cannot o…

2022

Long Context Question Answering via Supervised Contrastive Learning

NAACL 2022long

Long-context question answering (QA) tasks require reasoning over a long document or multiple documents. Addressing these tasks often benefits from identifying a set of evidence spans (e.g., sentences), which provide supporting evidence for answering the question. In this work, we propose a novel me…

Cited by 27SourcePDFScholar
2022

Proposition-Level Clustering for Multi-Document Summarization

NAACL 2022long

Text clustering methods were traditionally incorporated into multi-document summarization (MDS) as a means for coping with considerable information repetition. Particularly, clusters were leveraged to indicate information saliency as well as to avoid redundancy. Such prior methods focused on cluster…

2022

QASem Parsing: Text-to-text Modeling of QA-based Semantics

EMNLP 2022main

Various works suggest the appeals of incorporating explicit semantic representations when addressing challenging realistic NLP scenarios. Common approaches offer either comprehensive linguistically-based formalisms, like AMR, or alternatively Open-IE, which provides a shallow and partial representat…

2021

Asking It All: Generating Contextualized Questions for any Semantic Role

EMNLP 2021main

Asking questions about a situation is an inherent step towards understanding it. To this end, we introduce the task of role question generation, which, given a predicate mention and a passage, requires producing a set of questions asking about all possible semantic roles of the predicate. We develop…

2021

CDLM: Cross-Document Language Modeling

EMNLP 2021finding

We introduce a new pretraining approach geared for multi-document language modeling, incorporating two key ideas into the masked language modeling self-supervised objective. First, instead of considering documents in isolation, we pretrain over sets of multiple related documents, encouraging the mod…

2021

Extending Multi-Document Summarization Evaluation to the Interactive Setting

NAACL 2021long

Allowing users to interact with multi-document summarizers is a promising direction towards improving and customizing summary results. Different ideas for interactive summarization have been proposed in previous work but these solutions are highly divergent and incomparable. In this paper, we develo…

2021

QA-Align: Representing Cross-Text Content Overlap by Aligning Question-Answer Propositions

EMNLP 2021main

Multi-text applications, such as multi-document summarization, are typically required to model redundancies across related texts. Current methods confronting consolidation struggle to fuse overlapping information. In order to explicitly represent content overlap, we propose to align predicate-argume…

2021

WEC: Deriving a Large-scale Cross-document Event Coreference dataset from Wikipedia

NAACL 2021long

Cross-document event coreference resolution is a foundational task for NLP applications involving multi-text processing. However, existing corpora for this task are scarce and relatively small, while annotating only modest-size clusters of documents belonging to the same topic. To complement these r…

Cited by 31SourcePDFScholar
2021

iFacetSum: Coreference-based Interactive Faceted Summarization for Multi-Document Exploration

EMNLP 2021system demonstrations

We introduce iFᴀᴄᴇᴛSᴜᴍ, a web application for exploring topical document collections. iFᴀᴄᴇᴛSᴜᴍ integrates interactive summarization together with faceted search, by providing a novel faceted navigation scheme that yields abstractive summaries for the user’s selections. This approach offers both a c…

2020

QANom: Question-Answer driven SRL for Nominalizations

COLING 2020main

We propose a new semantic scheme for capturing predicate-argument relations for nominalizations, termed QANom. This scheme extends the QA-SRL formalism (He et al., 2015), modeling the relations between nominalizations and their arguments via natural language question-answer pairs. We construct the f…