← Search

Ivan Vulić

71 accepted papers

2026

Multi-Agent Design: Optimizing Agents with Better Prompts and Topologies

ICLR 2026poster

Large language models, employed as multiple agents that interact and collaborate with each other, have excelled at solving complex tasks. The agents are programmed with prompts that declare their functionality, along with the topologies that orchestrate interactions across agents. Designing prompts…

Cited by 0SourceScholar
2026

RAVENEA: A Benchmark for Multimodal Retrieval-Augmented Visual Culture Understanding

ICLR 2026poster

As vision-language models (VLMs) become increasingly integrated into daily life, the need for accurate visual culture understanding is becoming critical. Yet, these models frequently fall short in interpreting cultural nuances effectively. Prior work has demonstrated the effectiveness of retrieval-a…

Cited by 0SourcecodeScholar
2026

Visual Planning: Let's Think Only with Images

ICLR 2026oral

Recent advancements in Large Language Models (LLMs) and their multimodal extensions (MLLMs) have substantially enhanced machine reasoning across diverse tasks. However, these models predominantly rely on pure text as the medium for both expressing and structuring reasoning, even when visual informat…

Cited by 0SourcecodeScholar
2025

Aligning with Logic: Measuring, Evaluating and Improving Logical Preference Consistency in Large Language Models

ICML 2025spotlight

Large Language Models (LLMs) are expected to be predictable and trustworthy to support reliable decision-making systems. Yet current LLMs often show inconsistencies in their judgments. In this work, we examine \textit{logical preference consistency} as a foundational requirement for building more de…

Cited by 11SourcePDFScholar
2025

Imagine While Reasoning in Space: Multimodal Visualization-of-Thought

ICML 2025poster

Chain-of-Thought (CoT) prompting has proven highly effective for enhancing complex reasoning in Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs). Yet, it struggles in complex spatial reasoning tasks. Nonetheless, human cognition extends beyond language alone, enabling the re…

Cited by 22SourcePDFScholar
2025

Language Fusion for Parameter-Efficient Cross-lingual Transfer

ACL 2025long

Limited availability of multilingual text corpora for training language models often leads to poor performance on downstream tasks due to undertrained representation spaces for languages other than English. This ‘under-representation’ has motivated recent cross-lingual transfer methods to leverage t…

2025

Large Language Models are Miscalibrated In-Context Learners

ACL 2025finding

When adapting ICL with or without fine-tuning, we are curious about whether the instruction-tuned language model is able to achieve well-calibrated results without suffering from the problem of overconfidence (i.e., miscalibration) considering its strong instruction following ability, especially in…

2025

UNDIAL: Self-Distillation with Adjusted Logits for Robust Unlearning in Large Language Models

NAACL 2025long

Mitigating the retention of sensitive or private information in large language models is essential for enhancing privacy and safety. Existing unlearning methods, like Gradient Ascent and Negative Preference Optimization, directly tune models to remove unwanted information. However, these methods oft…

2025

Universal Cross-Tokenizer Distillation via Approximate Likelihood Matching

NeurIPS 2025poster

Distillation has shown remarkable success in transferring knowledge from a Large Language Model (LLM) teacher to a student LLM. However, current distillation methods require similar tokenizers between the teacher and the student, restricting their applicability to only a small subset of teacher--stu…

Cited by 0SourceScholar
2024

DIALIGHT: Lightweight Multilingual Development and Evaluation of Task-Oriented Dialogue Systems with Large Language Models

NAACL 2024system demonstrations

We present DIALIGHT, a toolkit for developing and evaluating multilingual Task-Oriented Dialogue (ToD) systems which facilitates systematic evaluations and comparisons between ToD systems using fine-tuning of Pretrained Language Models (PLMs) and those utilising the zero-shot and in-context learning…

2024

Dial BeInfo for Faithfulness: Improving Factuality of Information-Seeking Dialogue via Behavioural Fine-Tuning

EMNLP 2024finding

Factual faithfulness is a crucial requirement in information-seeking dialogue: the system should respond to the user queries so that the responses are meaningful and aligned with the knowledge provided to the system. However, most modern large language models (LLMs) suffer from hallucinations, that…

Cited by 1SourcePDFScholar
2024

FUN with Fisher: Improving Generalization of Adapter-Based Cross-lingual Transfer with Scheduled Unfreezing

NAACL 2024long

Standard fine-tuning of language models typically performs well on in-distribution data, but suffers with generalization to distribution shifts. In this work, we aim to improve the generalization of adapter-based cross-lingual task transfer where such cross-language distribution shifts are imminent.…

2024

Fairer Preferences Elicit Improved Human-Aligned Large Language Model Judgments

EMNLP 2024main

Large language models (LLMs) have shown promising abilities as cost-effective and reference-free evaluators for assessing language generation quality. In particular, pairwise LLM evaluators, which compare two generated texts and determine the preferred one, have been employed in a wide range of appl…

2024

Reranking Overgenerated Responses for End-to-End Task-Oriented Dialogue Systems

COLING 2024main

End-to-end task-oriented dialogue systems are prone to fall into the so-called ‘likelihood trap’, resulting in generated responses which are dull, repetitive, and often inconsistent with dialogue history. Comparing ranked lists of multiple generated responses against the ‘gold response’ reveals a wi…

2024

SQATIN: Supervised Instruction Tuning Meets Question Answering for Improved Dialogue NLU

NAACL 2024long

Task-oriented dialogue (TOD) systems help users execute well-defined tasks across a variety of domains (e.g., flight booking or food ordering), with their Natural Language Understanding (NLU) components being dedicated to the analysis of user utterances, predicting users’ intents (Intent Detection,…

2024

Segment Any Text: A Universal Approach for Robust, Efficient and Adaptable Sentence Segmentation

EMNLP 2024main

Segmenting text into sentences plays an early and crucial role in many NLP systems. This is commonly achieved by using rule-based or statistical methods relying on lexical features such as punctuation. Although some recent works no longer exclusively rely on punctuation, we find that no prior method…

2024

Self-Augmented In-Context Learning for Unsupervised Word Translation

ACL 2024short

Recent work has shown that, while large language models (LLMs) demonstrate strong word translation or bilingual lexicon induction (BLI) capabilities in few-shot setups, they still cannot match the performance of ‘traditional’ mapping-based approaches in the unsupervised scenario where no seed transl…

2024

Self-Distillation for Model Stacking Unlocks Cross-Lingual NLU in 200+ Languages

EMNLP 2024finding

LLMs have become a go-to solution not just for text generation, but also for natural language understanding (NLU) tasks. Acquiring extensive knowledge through language modeling on web-scale corpora, they excel on English NLU, yet struggle to extend their NLU capabilities to underrepresented language…

2024

TopViewRS: Vision-Language Models as Top-View Spatial Reasoners

EMNLP 2024main

Top-view perspective denotes a typical way in which humans read and reason over different types of maps, and it is vital for localization and navigation of humans as well as of ‘non-human’ agents, such as the ones backed by large Vision-Language Models (VLMs). Nonetheless, spatial reasoning capabili…

2023

A Systematic Study of Performance Disparities in Multilingual Task-Oriented Dialogue Systems

EMNLP 2023long main

Achieving robust language technologies that can perform well across the world's many languages is a central goal of multilingual NLP. In this work, we take stock of and empirically analyse task performance disparities that exist between multilingual task-oriented dialogue (ToD) systems. We first def…

Cited by 0SourceScholar
2023

CompoundPiece: Evaluating and Improving Decompounding Performance of Language Models

EMNLP 2023long main

While many languages possess processes of joining two or more words to create compound words, previous studies have been typically limited only to languages with excessively productive compound formation (e.g., German, Dutch) and there is no public dataset containing compound and non-compound words…

Cited by 0SourcecodeScholar
2023

Cross-Lingual Transfer with Target Language-Ready Task Adapters

ACL 2023findings

Adapters have emerged as a modular and parameter-efficient approach to (zero-shot) cross-lingual transfer. The established MAD-X framework employs separate language and task adapters which can be arbitrarily combined to perform the transfer of any task to any target language. Subsequently, BAD-X, an…

2023

Distilling Efficient Language-Specific Models for Cross-Lingual Transfer

ACL 2023findings

Massively multilingual Transformers (MMTs), such as mBERT and XLM-R, are widely used for cross-lingual transfer learning. While these are pretrained to represent hundreds of languages, end users of NLP systems are often interested only in individual languages. For such purposes, the MMTs’ language c…

2023

Free Lunch: Robust Cross-Lingual Transfer via Model Checkpoint Averaging

ACL 2023long

Massively multilingual language models have displayed strong performance in zero-shot (ZS-XLT) and few-shot (FS-XLT) cross-lingual transfer setups, where models fine-tuned on task data in a source language are transferred without any or with only a few annotated instances to the target language(s).…

2023

Multi3NLU++: A Multilingual, Multi-Intent, Multi-Domain Dataset for Natural Language Understanding in Task-Oriented Dialogue

ACL 2023findings

Task-oriented dialogue (ToD) systems have been widely deployed in many industries as they deliver more efficient customer support. These systems are typically constructed for a single domain or language and do not generalise well beyond this. To support work on Natural Language Understanding (NLU) i…

Cited by 21SourcePDFScholar
2023

One For All $\&$ All For One: Bypassing Hyperparameter Tuning with Model Averaging for Cross-Lingual Transfer

EMNLP 2023short findings

Multilingual language models enable zero-shot cross-lingual transfer (ZS-XLT): fine-tuned on sizable source-language task data, they perform the task in target languages without labeled instances. The effectiveness of ZS-XLT hinges on the linguistic proximity between languages and the amount of pret…

Cited by 0SourcecodeScholar
2023

Romanization-based Large-scale Adaptation of Multilingual Language Models

EMNLP 2023short findings

Large multilingual pretrained language models (mPLMs) have become the de facto state of the art for cross-lingual transfer in NLP. However, their large-scale deployment to many languages, besides pretraining data scarcity, is also hindered by the increase in vocabulary size and limitations in their…

Cited by 0SourceScholar
2023

Survival of the Most Influential Prompts: Efficient Black-Box Prompt Search via Clustering and Pruning

EMNLP 2023long findings

Prompt-based learning has been an effective paradigm for large pretrained language models (LLM), enabling few-shot or even zero-shot learning. Black-box prompt search has received growing interest recently for its distinctive properties of gradient-free optimization, proven particularly useful and p…

Cited by 0SourcecodeScholar
2023

Translation-Enhanced Multilingual Text-to-Image Generation

ACL 2023long

Research on text-to-image generation (TTI) still predominantly focuses on the English language due to the lack of annotated image-caption data in other languages; in the long run, this might widen inequitable access to TTI technology. In this work, we thus investigate multilingual TTI (termed mTTI)…

2023

Unifying Cross-Lingual Transfer across Scenarios of Resource Scarcity

EMNLP 2023long main

The scarcity of data in many of the world's languages necessitates the transfer of knowledge from other, resource-rich languages. However, the level of scarcity varies significantly across multiple dimensions, including: i) the amount of task-specific data available in the source and target language…

Cited by 0SourcecodeScholar
2023

Where’s the Point? Self-Supervised Multilingual Punctuation-Agnostic Sentence Segmentation

ACL 2023long

Many NLP pipelines split text into sentences as one of the crucial preprocessing steps. Prior sentence segmentation tools either rely on punctuation or require a considerable amount of sentence-segmented training data: both central assumptions might fail when porting sentence segmenters to diverse l…

2022

BAD-X: Bilingual Adapters Improve Zero-Shot Cross-Lingual Transfer

NAACL 2022long

Adapter modules enable modular and efficient zero-shot cross-lingual transfer, where current state-of-the-art adapter-based approaches learn specialized language adapters (LAs) for individual languages. In this work, we show that it is more effective to learn bilingual language pair adapters (BAs) w…

2022

Composable Sparse Fine-Tuning for Cross-Lingual Transfer

ACL 2022long

Fine-tuning the entire set of parameters of a large pretrained model has become the mainstream approach for transfer learning. To increase its efficiency and prevent catastrophic forgetting and interference, techniques like adapters and sparse fine-tuning have been developed. Adapters are modular, a…

2022

Data Augmentation and Learned Layer Aggregation for Improved Multilingual Language Understanding in Dialogue

ACL 2022findings

Scaling dialogue systems to a multitude of domains, tasks and languages relies on costly and time-consuming data annotation for different domain-task-language configurations. The annotation efforts might be substantially reduced by the methods that generalise well in zero- and few-shot scenarios, an…

Cited by 7SourcePDFScholar
2022

Don’t Stop Fine-Tuning: On Training Regimes for Few-Shot Cross-Lingual Transfer with Multilingual Language Models

EMNLP 2022main

A large body of recent work highlights the fallacies of zero-shot cross-lingual transfer (ZS-XLT) with large multilingual language models. Namely, their performance varies substantially for different target languages and is the weakest where needed the most: for low-resource languages distant to the…

Cited by 21SourcePDFScholar
2022

EVI: Multilingual Spoken Dialogue Tasks and Dataset for Knowledge-Based Enrolment, Verification, and Identification

NAACL 2022findings

Knowledge-based authentication is crucial for task-oriented spoken dialogue systems that offer personalised and privacy-focused services. Such systems should be able to enrol (E), verify (V), and identify (I) new and recurring users based on their personal information, e.g. postcode, name, and date…

2022

IGLUE: A Benchmark for Transfer Learning across Modalities, Tasks, and Languages

ICML 2022spotlight

Reliable evaluation benchmarks designed for replicability and comprehensiveness have driven progress in machine learning. Due to the lack of a multilingual benchmark, however, vision-and-language research has mostly focused on English language tasks. To fill this gap, we introduce the Image-Grounded…

2022

Improving Bilingual Lexicon Induction with Cross-Encoder Reranking

EMNLP 2022finding

Bilingual lexicon induction (BLI) with limited bilingual supervision is a crucial yet challenging task in multilingual NLP. Current state-of-the-art BLI methods rely on the induction of cross-lingual word embeddings (CLWEs) to capture cross-lingual word similarities; such CLWEs are obtained <b>1)</b…

2022

Improving Word Translation via Two-Stage Contrastive Learning

ACL 2022long

Word translation or bilingual lexicon induction (BLI) is a key cross-lingual task, aiming to bridge the lexical gap between different languages. In this work, we propose a robust and effective two-stage contrastive learning framework for the BLI task. At Stage C1, we propose to refine standard cross…

2022

Multi-Label Intent Detection via Contrastive Task Specialization of Sentence Encoders

EMNLP 2022main

Deploying task-oriented dialog ToD systems for new domains and tasks requires natural language understanding models that are 1) resource-efficient and work under low-data regimes; 2) adaptable, efficient, and quick-to-train; 3) expressive and can handle complex ToD scenarios with multiple user inten…

2022

Multi2WOZ: A Robust Multilingual Dataset and Conversational Pretraining for Task-Oriented Dialog

NAACL 2022long

Research on (multi-domain) task-oriented dialog (TOD) has predominantly focused on the English language, primarily due to the shortage of robust TOD datasets in other languages, preventing the systematic investigation of cross-lingual transfer for this crucial NLP application area. In this work, we…

2022

NLU++: A Multi-Label, Slot-Rich, Generalisable Dataset for Natural Language Understanding in Task-Oriented Dialogue

NAACL 2022findings

We present NLU++, a novel dataset for natural language understanding (NLU) in task-oriented dialogue (ToD) systems, with the aim to provide a much more challenging evaluation environment for dialogue NLU models, up to date with the current application and industry requirements. NLU++ is divided into…

2022

Parameter-Efficient Neural Reranking for Cross-Lingual and Multilingual Retrieval

COLING 2022main

State-of-the-art neural (re)rankers are notoriously data-hungry which – given the lack of large-scale training data in languages other than English – makes them rarely used in multilingual and cross-lingual retrieval settings. Current approaches therefore commonly transfer rankers trained on English…

2022

Prix-LM: Pretraining for Multilingual Knowledge Base Construction

ACL 2022long

Knowledge bases (KBs) contain plenty of structured world and commonsense knowledge. As such, they often complement distributional text-based information and facilitate various downstream tasks. Since their manual construction is resource- and time-intensive, recent efforts have tried leveraging larg…

2022

SLICER: Sliced Fine-Tuning for Low-Resource Cross-Lingual Transfer for Named Entity Recognition

EMNLP 2022main

Large multilingual language models generally demonstrate impressive results in zero-shot cross-lingual transfer, yet often fail to successfully transfer to low-resource languages, even for token-level prediction tasks like named entity recognition (NER). In this work, we introduce a simple yet highl…

2022

Square One Bias in NLP: Towards a Multi-Dimensional Exploration of the Research Manifold

ACL 2022findings

The prototypical NLP experiment trains a standard architecture on labeled English data and optimizes for accuracy, without accounting for other dimensions such as fairness, interpretability, or computational efficiency. We show through a manual classification of recent NLP research papers that this…

2022

xGQA: Cross-Lingual Visual Question Answering

ACL 2022findings

Recent advances in multimodal vision and language modeling have predominantly focused on the English language, mostly due to the lack of multilingual multimodal datasets to steer modeling efforts. In this work, we address this gap and provide xGQA, a new multilingual evaluation benchmark for the vis…

2021

A Closer Look at Few-Shot Crosslingual Transfer: The Choice of Shots Matters

ACL 2021long

Few-shot crosslingual transfer has been shown to outperform its zero-shot counterpart with pretrained encoders like multilingual BERT. Despite its growing popularity, little to no attention has been paid to standardizing and analyzing the design of few-shot experiments. In this work, we highlight a…

Cited by 56SourcePDFScholar
2021

AM2iCo: Evaluating Word Meaning in Context across Low-Resource Languages with Adversarial Examples

EMNLP 2021main

Capturing word meaning in context and distinguishing between correspondences and variations across languages is key to building successful multilingual and cross-lingual text representation models. However, existing multilingual evaluation datasets that evaluate lexical semantics “in-context” have v…

2021

Analogy Training Multilingual Encoders

AAAI 2021technical

Language encoders encode words and phrases in ways that capture their local semantic relatedness, but are known to be globally inconsistent. Global inconsistency can seemingly be corrected for, in part, by leveraging signals from knowledge bases, but previous results are partial and limited to monol…

2021

ConvFiT: Conversational Fine-Tuning of Pretrained Language Models

EMNLP 2021main

Transformer-based language models (LMs) pretrained on large text collections are proven to store a wealth of semantic knowledge. However, 1) they are not effective as sentence encoders when used off-the-shelf, and 2) thus typically lag behind conversationally pretrained (e.g., via response selection…

2021

Fast, Effective, and Self-Supervised: Transforming Masked Language Models into Universal Lexical and Sentence Encoders

EMNLP 2021main

Previous work has indicated that pretrained Masked Language Models (MLMs) are not effective as universal lexical and sentence encoders off-the-shelf, i.e., without further task-specific fine-tuning on NLI, sentence similarity, or paraphrasing tasks using annotated task data. In this work, we demonst…

2021

How Good is Your Tokenizer? On the Monolingual Performance of Multilingual Language Models

ACL 2021long

In this work, we provide a systematic and comprehensive empirical comparison of pretrained multilingual language models versus their monolingual counterparts with regard to their monolingual task performance. We study a set of nine typologically diverse languages with readily available pretrained mo…

2021

Learning Domain-Specialised Representations for Cross-Lingual Biomedical Entity Linking

ACL 2021short

Injecting external domain-specific knowledge (e.g., UMLS) into pretrained language models (LMs) advances their capability to handle specialised in-domain tasks such as biomedical entity linking (BEL). However, such abundant expert knowledge is available only for a handful of languages (e.g., English…

2021

LexFit: Lexical Fine-Tuning of Pretrained Language Models

ACL 2021long

Transformer-based language models (LMs) pretrained on large text collections implicitly store a wealth of lexical semantic knowledge, but it is non-trivial to extract that knowledge effectively from their parameters. Inspired by prior work on semantic specialization of static word embedding (WE) mod…

2021

MAD-G: Multilingual Adapter Generation for Efficient Cross-Lingual Transfer

EMNLP 2021finding

Adapter modules have emerged as a general parameter-efficient means to specialize a pretrained encoder to new domains. Massively multilingual transformers (MMTs) have particularly benefited from additional training of language-specific adapters. However, this approach is not viable for the vast majo…

Cited by 87SourcePDFScholar
2021

Multilingual and Cross-Lingual Intent Detection from Spoken Data

EMNLP 2021main

We present a systematic study on multilingual and cross-lingual intent detection (ID) from spoken data. The study leverages a new resource put forth in this work, termed MInDS-14, a first training and evaluation resource for the ID task with spoken data. It covers 14 intents extracted from a commerc…

Cited by 33SourcePDFScholar
2021

RedditBias: A Real-World Resource for Bias Evaluation and Debiasing of Conversational Language Models

ACL 2021long

Text representation models are prone to exhibit a range of societal biases, reflecting the non-controlled and biased nature of the underlying pretraining data, which consequently leads to severe ethical issues and even bias amplification. Recent work has predominantly focused on measuring and mitiga…

2021

UNKs Everywhere: Adapting Multilingual Language Models to New Scripts

EMNLP 2021main

Massively multilingual language models such as multilingual BERT offer state-of-the-art cross-lingual transfer performance on a range of NLP tasks. However, due to limited capacity and large differences in pretraining data sizes, there is a profound performance gap between resource-rich and resource…

2021

Verb Knowledge Injection for Multilingual Event Processing

ACL 2021long

Linguistic probing of pretrained Transformer-based language models (LMs) revealed that they encode a range of syntactic and semantic properties of a language. However, they are still prone to fall back on superficial cues and simple heuristics to solve downstream tasks, rather than leverage deeper l…

Cited by 17SourcePDFScholar
2020

Emergent Communication Pretraining for Few-Shot Machine Translation

COLING 2020main

While state-of-the-art models that rely upon massively multilingual pretrained encoders achieve sample efficiency in downstream applications, they still require abundant amounts of unlabelled text. Nevertheless, most of the world’s languages lack such resources. Hence, we investigate a more radical…

2020

Manual Clustering and Spatial Arrangement of Verbs for Multilingual Evaluation and Typology Analysis

COLING 2020main

We present the first evaluation of the applicability of a spatial arrangement method (SpAM) to a typologically diverse language sample, and its potential to produce semantic evaluation resources to support multilingual NLP, with a focus on verb semantics. We demonstrate SpAM’s utility in allowing fo…

2020

Specializing Unsupervised Pretraining Models for Word-Level Semantic Similarity

COLING 2020main

Unsupervised pretraining models have been shown to facilitate a wide range of downstream NLP applications. These models, however, retain some of the limitations of traditional static word embeddings. In particular, they encode only the distributional knowledge available in raw text corpora, incorpor…

Cited by 70SourcePDFScholar
2020

Towards Instance-Level Parser Selection for Cross-Lingual Transfer of Dependency Parsers

COLING 2020main

Current methods of cross-lingual parser transfer focus on predicting the best parser for a low-resource target language globally, that is, “at treebank level”. In this work, we propose and argue for a novel cross-lingual transfer paradigm: instance-level parser selection (ILPS), and present a proof-…

Cited by 4SourcePDFScholar
2020

XHate-999: Analyzing and Detecting Abusive Language Across Domains and Languages

COLING 2020main

We present XHate-999, a multi-domain and multilingual evaluation data set for abusive language detection. By aligning test instances across six typologically diverse languages, XHate-999 for the first time allows for disentanglement of the domain transfer and language transfer effects in abusive lan…