← Search

Avi Caciularu

23 accepted papers

2025

MDCure: A Scalable Pipeline for Multi-Document Instruction-Following

ACL 2025long

Multi-document (MD) processing is crucial for LLMs to handle real-world tasks such as summarization and question-answering across large sets of documents. While LLMs have improved at processing long inputs, MD contexts still present unique difficulties, including management of inter-document depende…

2025

MetaFaith: Faithful Natural Language Uncertainty Expression in LLMs

EMNLP 2025

A critical component in the trustworthiness of LLMs is reliable uncertainty communication, yet LLMs often use assertive language when conveying false claims, leading to over-reliance and eroded trust. We present the first systematic study of _faithful confidence calibration_ of LLMs, benchmarking mo

2025

ReliableEval: A Recipe for Stochastic LLM Evaluation via Method of Moments

EMNLP 2025

LLMs are highly sensitive to prompt phrasing, yet standard benchmarks typically report performance using a single prompt, raising concerns about the reliability of such evaluations. In this work, we argue for a stochastic method of moments evaluation over the space of meaning-preserving prompt pertu

2024

Patchscopes: A Unifying Framework for Inspecting Hidden Representations of Language Models

ICML 2024poster

Understanding the internal representations of large language models (LLMs) can help explain models' behavior and verify their alignment with human values. Given the capabilities of LLMs in generating human-understandable text, we propose leveraging the model itself to explain its internal representa…

Cited by 64SourcePDFScholar
2024

TACT: Advancing Complex Aggregative Reasoning with Information Extraction Tools

NeurIPS 2024poster

Large Language Models (LLMs) often do not perform well on queries that require the aggregation of information across texts. To better evaluate this setting and facilitate modeling efforts, we introduce TACT - Text And Calculations through Tables, a dataset crafted to evaluate LLMs' reasoning and com…

Cited by 2SourcePDFScholar
2024

Unpacking Tokenization: Evaluating Text Compression and its Correlation with Model Performance

ACL 2024findings

Despite it being the cornerstone of BPE, the most common tokenization algorithm, the importance of compression in the tokenization process is still unclear. In this paper, we argue for the theoretical importance of compression, that can be viewed as 0-gram language modeling where equal probability i…

Cited by 16SourcePDFScholar
2023

A Comprehensive Evaluation of Tool-Assisted Generation Strategies

EMNLP 2023long findings

A growing area of research investigates augmenting language models with tools (e.g., search engines, calculators) to overcome their shortcomings (e.g., missing or incorrect knowledge, incorrect logical inferences). Various few-shot tool-usage strategies have been proposed. However, there is no syste…

Cited by 0SourceScholar
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

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

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

Stop Uploading Test Data in Plain Text: Practical Strategies for Mitigating Data Contamination by Evaluation Benchmarks

EMNLP 2023short main

Data contamination has become prevalent and challenging with the rise of models pretrained on large automatically-crawled corpora. For closed models, the training data becomes a trade secret, and even for open models, it is not trivial to detect contamination. Strategies such as leaderboards with h…

Cited by 0SourceScholar
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

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

Metricbert: Text Representation Learning Via Self-Supervised Triplet Training

ICASSP 2022accepted

We present MetricBERT, a BERT-based model that learns to embed text under a well-defined similarity metric while simultaneously adhering to the “traditional” masked-language task. We focus on downstream tasks of learning similarities for recommendations where we show that MetricBERT outperforms stat…

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

2022

Transformer Feed-Forward Layers Build Predictions by Promoting Concepts in the Vocabulary Space

EMNLP 2022main

Transformer-based language models (LMs) are at the core of modern NLP, but their internal prediction construction process is opaque and largely not understood. In this work, we make a substantial step towards unveiling this underlying prediction process, by reverse-engineering the operation of the f…

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

Cold Start Revisited: A Deep Hybrid Recommender with Cold-Warm Item Harmonization

ICASSP 2021accepted

Collaborative filtering-based recommender systems are known to suffer from the item cold-start problem. Most recent attempts to mitigate this problem presented parametric approaches, such as deep content based models. In this paper, we show that a straightforward application of parametric models may…

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