← Search

Goran Glavaš

39 accepted papers

2026

Don’t Stop the Multi-Party! On Generating Synthetic Written Multi-Party Conversations with Constraints

AAAI 2026technical

Written Multi-Party Conversations (WMPCs) are widely studied across disciplines, with social media as a primary data source due to their accessibility. However, these datasets raise privacy concerns and often reflect platform-specific properties. For example, interactions between speakers may be li

Cited by 0SourcePDFScholar
2025

BabelEdits: A Benchmark and a Modular Approach for Robust Cross-lingual Knowledge Editing of Large Language Models

ACL 2025finding

With Large Language Models (LLMs) becoming increasingly multilingual, effective knowledge editing (KE) needs to propagate edits across languages. Evaluation of the existing methods for cross-lingual knowledge editing (CKE) is limited both w.r.t. edit effectiveness: benchmarks do not account for enti…

2025

Centurio: On Drivers of Multilingual Ability of Large Vision-Language Model

ACL 2025long

Most Large Vision-Language Models (LVLMs) to date are trained predominantly on English data, which makes them struggle to understand non-English input and fail to generate output in the desired target language. Existing efforts mitigate these issues by adding multilingual training data, but do so in…

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

MVL-SIB: A Massively Multilingual Vision-Language Benchmark for Cross-Modal Topical Matching

ACL 2025finding

Existing multilingual vision-language (VL) benchmarks often only cover a handful of languages. Consequently, evaluations of large vision-language models (LVLMs) predominantly target high-resource languages, underscoring the need for evaluation data for low-resource languages. To address this limitat…

2025

Modular Sentence Encoders: Separating Language Specialization from Cross-Lingual Alignment

ACL 2025long

Multilingual sentence encoders (MSEs) are commonly obtained by training multilingual language models to map sentences from different languages into a shared semantic space. As such, they are subject to curse of multilinguality, a loss of monolingual representational accuracy due to parameter sharing…

2025

ObscuraCoder: Powering Efficient Code LM Pre-Training Via Obfuscation Grounding

ICLR 2025poster

Language models (LMs) have become a staple of the code-writing toolbox. Their pre-training recipe has, however, remained stagnant over recent years, barring the occasional changes in data sourcing and filtering strategies. In particular, research exploring modifications to Code-LMs' pre-training obj…

2025

On Generalization across Measurement Systems: LLMs Entail More Test-Time Compute for Underrepresented Cultures

ACL 2025long

Measurement systems (e.g., currencies) differ across cultures, but the conversions between them are well defined so that humans can state using any measurement system of their choice. Being available to users from diverse cultural backgrounds, Large Language Models (LLMs) should also be able to prov…

Cited by 0SourcePDFScholar
2025

On Synthesizing Data for Context Attribution in Question Answering

ACL 2025long

Question Answering (QA) accounts for a significant portion of LLM usage in the wild”. However, LLMs sometimes produce false or misleading responses, also known as hallucinations”. Therefore, grounding the generated answers in contextually provided information—i.e., providing evidence for the generat…

Cited by 0SourcePDFScholar
2025

The Devil Is in the Word Alignment Details: On Translation-Based Cross-Lingual Transfer for Token Classification Tasks

ACL 2025finding

Translation-based strategies for cross-lingual transfer XLT such as translate-train—training on noisy target language data translated from the source language—and translate-test—evaluating on noisy source language data translated from the target language—are competitive XLT baselines. In XLT for tok…

2024

African or European Swallow? Benchmarking Large Vision-Language Models for Fine-Grained Object Classification

EMNLP 2024main

Recent Large Vision-Language Models (LVLMs) demonstrate impressive abilities on numerous image understanding and reasoning tasks. The task of fine-grained object classification (e.g., distinction between animal species), however, has been probed insufficiently, despite its downstream importance. We…

2024

Babel-ImageNet: Massively Multilingual Evaluation of Vision-and-Language Representations

ACL 2024long

Vision-and-language (VL) models with separate encoders for each modality (e.g., CLIP) have become the go-to models for zero-shot image classification and image-text retrieval. They are, however, mostly evaluated in English as multilingual benchmarks are limited in availability. We introduce Babel-Im…

2024

Does Object Grounding Really Reduce Hallucination of Large Vision-Language Models?

EMNLP 2024main

Large vision-language models (LVLMs) have recently dramatically pushed the state of the art in image captioning and many image understanding tasks (e.g., visual question answering). LVLMs, however, often hallucinate and produce captions that mention concepts that cannot be found in the image. These…

Cited by 0SourcePDFScholar
2024

IRCoder: Intermediate Representations Make Language Models Robust Multilingual Code Generators

ACL 2024long

Code generation has fast become one of the most popular applications of language models (LMs). Nonetheless, research on multilingual aspects of Code-LMs, such as cross-lingual transfer between different programming languages, language-specific data augmentation, and post-hoc LM adaptation, alongside…

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

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

To Translate or Not to Translate: A Systematic Investigation of Translation-Based Cross-Lingual Transfer to Low-Resource Languages

NAACL 2024long

Perfect machine translation (MT) would render cross-lingual transfer (XLT) by means of multilingual language models (mLMs) superfluous. Given, on the one hand, the large body of work on improving XLT with mLMs and, on the other hand, recent advances in massively multilingual MT, in this work, we sys…

Cited by 5SourcePDFScholar
2024

Train Once, Use Flexibly: A Modular Framework for Multi-Aspect Neural News Recommendation

EMNLP 2024finding

Recent neural news recommenders (NNRs) extend content-based recommendation (1) by aligning additional aspects (e.g., topic, sentiment) between candidate news and user history or (2) by diversifying recommendations w.r.t. these aspects. This customization is achieved by ”hardcoding” additional constr…

2023

AdaSent: Efficient Domain-Adapted Sentence Embeddings for Few-Shot Classification

EMNLP 2023long main

Recent work has found that few-shot sentence classification based on pre-trained Sentence Encoders (SEs) is efficient, robust, and effective. In this work, we investigate strategies for domain-specialization in the context of few-shot sentence classification with SEs. We first establish that unsupe…

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

Linking Surface Facts to Large-Scale Knowledge Graphs

EMNLP 2023long main

Open Information Extraction (OIE) methods extract facts from natural language text in the form of ("subject"; "relation"; "object") triples. These facts are, however, merely surface forms, the ambiguity of which impedes their downstream usage; e.g., the surface phrase "Michael Jordan" may refer to e…

Cited by 0SourcecodeScholar
2023

Massively Multilingual Lexical Specialization of Multilingual Transformers

ACL 2023long

While pretrained language models (PLMs) primarily serve as general-purpose text encoders that can be fine-tuned for a wide variety of downstream tasks, recent work has shown that they can also be rewired to produce high-quality word representations (i.e., static word embeddings) and yield good perfo…

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

Vicinal Risk Minimization for Few-Shot Cross-lingual Transfer in Abusive Language Detection

EMNLP 2023long main

Cross-lingual transfer learning from high-resource to medium and low-resource languages has shown encouraging results. However, the scarcity of resources in target languages remains a challenge. In this work, we resort to data augmentation and continual pre-training for domain adaptation to improve…

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

BenchIE: A Framework for Multi-Faceted Fact-Based Open Information Extraction Evaluation

ACL 2022long

Intrinsic evaluations of OIE systems are carried out either manually—with human evaluators judging the correctness of extractions—or automatically, on standardized benchmarks. The latter, while much more cost-effective, is less reliable, primarily because of the incompleteness of the existing OIE be…

2022

DS-TOD: Efficient Domain Specialization for Task-Oriented Dialog

ACL 2022findings

Recent work has shown that self-supervised dialog-specific pretraining on large conversational datasets yields substantial gains over traditional language modeling (LM) pretraining in downstream task-oriented dialog (TOD). These approaches, however, exploit general dialogic corpora (e.g., Reddit) an…

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

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

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

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…

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

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

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

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…