← Search

Idan Szpektor

26 accepted papers

2026

ManagerBench: Evaluating the Safety-Pragmatism Trade-off in Autonomous LLMs

ICLR 2026poster

As large language models (LLMs) evolve from conversational assistants into autonomous agents, evaluating the safety of their actions becomes critical. Prior safety benchmarks have primarily focused on preventing generation of harmful content, such as toxic text. However, they overlook the challenge…

Cited by 0SourcecodeScholar
2025

3DLLM-Mem: Long-Term Spatial-Temporal Memory for Embodied 3D Large Language Model

NeurIPS 2025poster

Humans excel at performing complex tasks by leveraging long-term memory across temporal and spatial experiences. In contrast, current Large Language Models (LLMs) struggle to effectively plan and act in dynamic, multi-room 3D environments. We posit that part of this limitation is due to the lack of…

Cited by 0SourceScholar
2025

Are LLMs Better than Reported? Detecting Label Errors and Mitigating Their Effect on Model Performance

EMNLP 2025

NLP benchmarks rely on standardized datasets for training and evaluating models and are crucial for advancing the field. Traditionally, expert annotations ensure high-quality labels; however, the cost of expert annotation does not scale well with the growing demand for larger datasets required by mo

Cited by 0SourcePDFScholar
2025

Bridging the Visual Gap: Fine-Tuning Multimodal Models with Knowledge-Adapted Captions

NAACL 2025long

Recent research increasingly focuses on training vision-language models (VLMs) with long, detailed image captions. However, small-scale VLMs often struggle to balance the richness of these captions with the risk of hallucinating content during fine-tuning. In this paper, we explore how well VLMs ada…

2025

LLMs Know More Than They Show: On the Intrinsic Representation of LLM Hallucinations

ICLR 2025poster

Large language models (LLMs) often produce errors, including factual inaccuracies, biases, and reasoning failures, collectively referred to as "hallucinations". Recent studies have demonstrated that LLMs' internal states encode information regarding the truthfulness of their outputs, and that this i…

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

RefVNLI: Towards Scalable Evaluation of Subject-driven Text-to-image Generation

EMNLP 2025

Subject-driven text-to-image (T2I) generation aims to produce images that align with a given textual description, while preserving the visual identity from a referenced subject image. Despite its broad downstream applicability—ranging from enhanced personalization in image generation to consistent c

Cited by 0SourcePDFScholar
2025

Video-STaR: Self-Training Enables Video Instruction Tuning with Any Supervision

ICLR 2025poster

The performance and reasoning capabilities of Large Multi-modal Models (LMMs) is dependent on the size and quality of their training datasets. However, collecting datasets that support chain-of-thought instruction tuning is highly challenging. Existing video instruction tuning datasets are often der…

2024

Generating Coherent Sequences of Visual Illustrations for Real-World Manual Tasks

ACL 2024long

Multistep instructions, such as recipes and how-to guides, greatly benefit from visual aids, such as a series of images that accompany the instruction steps. While Large Language Models (LLMs) have become adept at generating coherent textual steps, Large Vision/Language Models (LVLMs) are less capab…

Cited by 4SourcePDFScholar
2024

Mismatch Quest: Visual and Textual Feedback for Image-Text Misalignment

ECCV 2024poster

"While existing image-text alignment models reach high quality binary assessments, they fall short of pinpointing the exact source of misalignment. In this paper, we present a method to provide detailed textual and visual explanation of detected misalignments between text-image pairs. We leverage la…

2024

Multi-turn Reinforcement Learning with Preference Human Feedback

NeurIPS 2024poster

Reinforcement Learning from Human Feedback (RLHF) has become the standard approach for aligning Large Language Models (LLMs) with human preferences, allowing LLMs to demonstrate remarkable abilities in various tasks. Existing methods work by emulating the human preference at the single decision (tu…

Cited by 17SourcePDFScholar
2024

Multilingual Instruction Tuning With Just a Pinch of Multilinguality

ACL 2024findings

As instruction-tuned large language models (LLMs) gain global adoption, their ability to follow instructions in multiple languages becomes increasingly crucial. In this work, we investigate how multilinguality during instruction tuning of a multilingual LLM affects instruction-following across langu…

Cited by 31SourcePDFScholar
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
2024

VideoCon: Robust Video-Language Alignment via Contrast Captions

CVPR 2024poster

Despite being (pre)trained on a massive amount of data state-of-the-art video-language alignment models are not robust to semantically-plausible contrastive changes in the video captions. Our work addresses this by identifying a broad spectrum of contrast misalignments such as replacing entities act…

2024

Visual Riddles: a Commonsense and World Knowledge Challenge for Large Vision and Language Models

NeurIPS 2024poster

Imagine observing someone scratching their arm; to understand why, additional context would be necessary. However, spotting a mosquito nearby would immediately offer a likely explanation for the person’s discomfort, thereby alleviating the need for further information. This example illustrates how s…

2023

DisentQA: Disentangling Parametric and Contextual Knowledge with Counterfactual Question Answering

ACL 2023long

Question answering models commonly have access to two sources of “knowledge” during inference time: (1) parametric knowledge - the factual knowledge encoded in the model weights, and (2) contextual knowledge - external knowledge (e.g., a Wikipedia passage) given to the model to generate a grounded a…

2023

Factually Consistent Summarization via Reinforcement Learning with Textual Entailment Feedback

ACL 2023long

Despite the seeming success of contemporary grounded text generation systems, they often tend to generate factually inconsistent text with respect to their input. This phenomenon is emphasized in tasks like summarization, in which the generated summaries should be corroborated by their source articl…

Cited by 82SourcePDFScholar
2023

MaXM: Towards Multilingual Visual Question Answering

EMNLP 2023long findings

Visual Question Answering (VQA) has been primarily studied through the lens of the English language. Yet, tackling VQA in other languages in the same manner would require a considerable amount of resources. In this paper, we propose scalable solutions to multilingual visual question answering (mVQA)…

Cited by 0SourcecodeScholar
2023

Multilingual Sequence-to-Sequence Models for Hebrew NLP

ACL 2023findings

Recent work attributes progress in NLP to large language models (LMs) with increased model size and large quantities of pretraining data. Despite this, current state-of-the-art LMs for Hebrew are both under-parameterized and under-trained compared to LMs in other languages. Additionally, previous wo…

Cited by 4SourcePDFScholar
2023

TrueTeacher: Learning Factual Consistency Evaluation with Large Language Models

EMNLP 2023long main

Factual consistency evaluation is often conducted using Natural Language Inference (NLI) models, yet these models exhibit limited success in evaluating summaries. Previous work improved such models with synthetic training data. However, the data is typically based on perturbed human-written summarie…

Cited by 0SourcecodeScholar
2023

What You See is What You Read? Improving Text-Image Alignment Evaluation

NeurIPS 2023poster

Automatically determining whether a text and a corresponding image are semantically aligned is a significant challenge for vision-language models, with applications in generative text-to-image and image-to-text tasks. In this work, we study methods for automatic text-image alignment evaluation. We f…

2022

All You May Need for VQA are Image Captions

NAACL 2022long

Visual Question Answering (VQA) has benefited from increasingly sophisticated models, but has not enjoyed the same level of engagement in terms of data creation. In this paper, we propose a method that automatically derives VQA examples at volume, by leveraging the abundance of existing image-captio…

2022

TRUE: Re-evaluating Factual Consistency Evaluation

NAACL 2022long

Grounded text generation systems often generate text that contains factual inconsistencies, hindering their real-world applicability. Automatic factual consistency evaluation may help alleviate this limitation by accelerating evaluation cycles, filtering inconsistent outputs and augmenting training…

2021

Q2: Evaluating Factual Consistency in Knowledge-Grounded Dialogues via Question Generation and Question Answering

EMNLP 2021main

Neural knowledge-grounded generative models for dialogue often produce content that is factually inconsistent with the knowledge they rely on, making them unreliable and limiting their applicability. Inspired by recent work on evaluating factual consistency in abstractive summarization, we propose a…

2021

What’s the Best Place for an AI Conference, Vancouver or _______: Why Completing Comparative Questions is Difficult

AAAI 2021technical

Although large neural language models (LMs) like BERT can be finetuned to yield state-of-the-art results on many NLP tasks, it is often unclear what these models actually learn. Here we study using such LMs to fill in entities in human-authored comparative questions, like ``Which country is older,…

Cited by 5SourcePDFScholar