← Search

Nikolaos Aletras

48 accepted papers

2026

On Effectiveness and Efficiency of Agentic Tool-calling and RL Training

ICML 2026poster

Tool-calling is a central component of modern large language model (LLM) agents, equipping them with skills beyond their parametric knowledge. This paper studies tool-calling along two complementary axes: \textbf{effectiveness}, i.e., how this capability is \textit{measured}, and \textbf{efficiency}…

Cited by 0SourceScholar
2025

Analysing Chain of Thought Dynamics: Active Guidance or Unfaithful Post-hoc Rationalisation?

EMNLP 2025

Recent work has demonstrated that using chain of thought (CoT), on soft-reasoning problems such as analytical and commonsense reasoning, often yields limited or even negative performance gains. CoT can also be unfaithful to the model’s actual reasoning. This paper investigates dynamics and unfaithfu

Cited by 0SourcePDFScholar
2025

Enhancing Logical Reasoning in Language Models via Symbolically-Guided Monte Carlo Process Supervision

EMNLP 2025

Large language models (LLMs) have shown strong performance in many reasoning benchmarks. However, recent studies have pointed to memorization, rather than generalization, as one of the leading causes for such performance. LLMs, in fact, are susceptible to content variations, demonstrating a lack of

Cited by 0SourcePDFScholar
2025

GreekBarBench: A Challenging Benchmark for Free-Text Legal Reasoning and Citations

EMNLP 2025

We introduce GreekBarBench, a benchmark that evaluates LLMs on legal questions across five different legal areas from the Greek Bar exams, requiring citations to statutory articles and case facts. To tackle the challenges of free-text evaluation, we propose a three-dimensional scoring system combine

2025

Self-calibration for Language Model Quantization and Pruning

NAACL 2025long

Quantization and pruning are fundamental approaches for model compression, enabling efficient inference for language models. In a post-training setting, state-of-the-art quantization and pruning methods require calibration data, a small set of unlabeled examples. Conventionally, this is randomly sam…

2024

An Empirical Study on Cross-lingual Vocabulary Adaptation for Efficient Language Model Inference

EMNLP 2024finding

The development of state-of-the-art generative large language models (LLMs) disproportionately relies on English-centric tokenizers, vocabulary and pre-training data. Despite the fact that some LLMs have multilingual capabilities, recent studies have shown that their inference efficiency deteriorate…

2024

Bayesian Prompt Ensembles: Model Uncertainty Estimation for Black-Box Large Language Models

ACL 2024findings

An important requirement for the reliable deployment of pre-trained large language models (LLMs) is the well-calibrated quantification of the uncertainty in their outputs. While the likelihood of predicting the next token is a practical surrogate of the data uncertainty learned during training, mode…

Cited by 1SourcePDFScholar
2024

Comparing Explanation Faithfulness between Multilingual and Monolingual Fine-tuned Language Models

NAACL 2024long

In many real natural language processing application scenarios, practitioners not only aim to maximize predictive performance but also seek faithful explanations for the model predictions. Rationales and importance distribution given by feature attribution methods (FAs) provide insights into how dif…

2024

Enhancing Data Quality through Simple De-duplication: Navigating Responsible Computational Social Science Research

EMNLP 2024main

Research in natural language processing (NLP) for Computational Social Science (CSS) heavily relies on data from social media platforms. This data plays a crucial role in the development of models for analysing socio-linguistic phenomena within online communities. In this work, we conduct an in-dept…

2024

Examining the Limitations of Computational Rumor Detection Models Trained on Static Datasets

COLING 2024main

A crucial aspect of a rumor detection model is its ability to generalize, particularly its ability to detect emerging, previously unknown rumors. Past research has indicated that content-based (i.e., using solely source post as input) rumor detection models tend to perform less effectively on unseen…

2024

Navigating Prompt Complexity for Zero-Shot Classification: A Study of Large Language Models in Computational Social Science

COLING 2024main

Instruction-tuned Large Language Models (LLMs) have exhibited impressive language understanding and the capacity to generate responses that follow specific prompts. However, due to the computational demands associated with training these models, their applications often adopt a zero-shot setting. In…

Cited by 29SourcePDFScholar
2024

On the Impact of Calibration Data in Post-training Quantization and Pruning

ACL 2024long

Quantization and pruning form the foundation of compression for neural networks, enabling efficient inference for large language models (LLMs). Recently, various quantization and pruning techniques have demonstrated remarkable performance in a post-training setting. They rely upon calibration data,…

2024

RISE: Robust Early-exiting Internal Classifiers for Suicide Risk Evaluation

COLING 2024main

Suicide is a serious public health issue, but it is preventable with timely intervention. Emerging studies have suggested there is a noticeable increase in the number of individuals sharing suicidal thoughts online. As a result, utilising advance Natural Language Processing techniques to build autom…

Cited by 1SourcePDFScholar
2024

Who Is Bragging More Online? A Large Scale Analysis of Bragging in Social Media

COLING 2024main

Bragging is the act of uttering statements that are likely to be positively viewed by others and it is extensively employed in human communication with the aim to build a positive self-image of oneself. Social media is a natural platform for users to employ bragging in order to gain admiration, resp…

Cited by 1SourcePDFScholar
2023

Active Learning Principles for In-Context Learning with Large Language Models

EMNLP 2023long findings

The remarkable advancements in large language models (LLMs) have significantly enhanced predictive performance in few-shot learning settings. By using only a small number of labeled examples, referred to as demonstrations, LLMs can effectively perform the task at hand through in-context learning. Ho…

Cited by 0SourceScholar
2023

Pit One Against Many: Leveraging Attention-head Embeddings for Parameter-efficient Multi-head Attention

EMNLP 2023long findings

Scaling pre-trained language models has resulted in large performance gains in various natural language processing tasks but comes with a large cost in memory requirements. Inspired by the position embeddings in transformers, we aim to simplify and reduce the memory footprint of the multi-head atten…

Cited by 0SourceScholar
2023

Regulation and NLP (RegNLP): Taming Large Language Models

EMNLP 2023long main

The scientific innovation in Natural Language Processing (NLP) and more broadly in artificial intelligence (AI) is at its fastest pace to date. As large language models (LLMs) unleash a new era of automation, important debates emerge regarding the benefits and risks of their development, deployment…

Cited by 0SourceScholar
2023

Rethinking Semi-supervised Learning with Language Models

ACL 2023findings

Semi-supervised learning (SSL) is a popular setting aiming to effectively utilize unlabelled data to improve model performance in downstream natural language processing (NLP) tasks. Currently, there are two popular approaches to make use of the unlabelled data: Self-training (ST) and Task-adaptive p…

2023

Robust Weak Supervision with Variational Auto-Encoders

ICML 2023poster

Recent advances in weak supervision (WS) techniques allow to mitigate the enormous cost and effort of human data annotation for supervised machine learning by automating it using simple rule-based labelling functions (LFs). However, LFs need to be carefully designed, often requiring expert domain kn…

Cited by 1SourcePDFScholar
2023

Schema-Guided User Satisfaction Modeling for Task-Oriented Dialogues

ACL 2023long

User Satisfaction Modeling (USM) is one of the popular choices for task-oriented dialogue systems evaluation, where user satisfaction typically depends on whether the user’s task goals were fulfilled by the system. Task-oriented dialogue systems use task schema, which is a set of task attributes, to…

2023

Trading Syntax Trees for Wordpieces: Target-oriented Opinion Words Extraction with Wordpieces and Aspect Enhancement

ACL 2023short

State-of-the-art target-oriented opinion word extraction (TOWE) models typically use BERT-based text encoders that operate on the word level, along with graph convolutional networks (GCNs) that incorporate syntactic information extracted from syntax trees. These methods achieve limited gains with GC…

2023

Understanding the Role of Input Token Characters in Language Models: How Does Information Loss Affect Performance?

EMNLP 2023long main

Understanding how and what pre-trained language models (PLMs) learn about language is an open challenge in natural language processing. Previous work has focused on identifying whether they capture semantic and syntactic information, and how the data or the pre-training objective affects their perfo…

Cited by 0SourcecodeScholar
2022

A Hierarchical N-Gram Framework for Zero-Shot Link Prediction

EMNLP 2022finding

Knowledge graphs typically contain a large number of entities but often cover only a fraction of all relations between them (i.e., incompleteness). Zero-shot link prediction (ZSLP) is a popular way to tackle the problem by automatically identifying unobserved relations between entities. Most recent…

2022

Automatic Identification and Classification of Bragging in Social Media

ACL 2022long

Bragging is a speech act employed with the goal of constructing a favorable self-image through positive statements about oneself. It is widespread in daily communication and especially popular in social media, where users aim to build a positive image of their persona directly or indirectly. In this…

Cited by 21SourcePDFScholar
2022

Combining Humor and Sarcasm for Improving Political Parody Detection

NAACL 2022long

Parody is a figurative device used for mimicking entities for comedic or critical purposes. Parody is intentionally humorous and often involves sarcasm. This paper explores jointly modelling these figurative tropes with the goal of improving performance of political parody detection in tweets. To th…

2022

Domain Classification-based Source-specific Term Penalization for Domain Adaptation in Hate-speech Detection

COLING 2022main

State-of-the-art approaches for hate-speech detection usually exhibit poor performance in out-of-domain settings. This occurs, typically, due to classifiers overemphasizing source-specific information that negatively impacts its domain invariance. Prior work has attempted to penalize terms related t…

Cited by 3SourcePDFScholar
2022

Dynamically Refined Regularization for Improving Cross-corpora Hate Speech Detection

ACL 2022findings

Hate speech classifiers exhibit substantial performance degradation when evaluated on datasets different from the source. This is due to learning spurious correlations between words that are not necessarily relevant to hateful language, and hate speech labels from the training corpus. Previous work…

2022

How does the pre-training objective affect what large language models learn about linguistic properties?

ACL 2022short

Several pre-training objectives, such as masked language modeling (MLM), have been proposed to pre-train language models (e.g. BERT) with the aim of learning better language representations. However, to the best of our knowledge, no previous work so far has investigated how different pre-training ob…

2022

LexGLUE: A Benchmark Dataset for Legal Language Understanding in English

ACL 2022long

Laws and their interpretations, legal arguments and agreements are typically expressed in writing, leading to the production of vast corpora of legal text. Their analysis, which is at the center of legal practice, becomes increasingly elaborate as these collections grow in size. Natural language und…

2022

On the Impact of Temporal Concept Drift on Model Explanations

EMNLP 2022finding

Explanation faithfulness of model predictions in natural language processing is typically evaluated on held-out data from the same temporal distribution as the training data (i.e. synchronous settings). While model performance often deteriorates due to temporal variation (i.e. temporal concept drift…

2022

On the Importance of Effectively Adapting Pretrained Language Models for Active Learning

ACL 2022short

Recent active learning (AL) approaches in Natural Language Processing (NLP) proposed using off-the-shelf pretrained language models (LMs). In this paper, we argue that these LMs are not adapted effectively to the downstream task during AL and we explore ways to address this issue. We suggest to firs…

2021

Active Learning by Acquiring Contrastive Examples

EMNLP 2021main

Common acquisition functions for active learning use either uncertainty or diversity sampling, aiming to select difficult and diverse data points from the pool of unlabeled data, respectively. In this work, leveraging the best of both worlds, we propose an acquisition function that opts for selectin…

2021

An Empirical Study on Leveraging Position Embeddings for Target-oriented Opinion Words Extraction

EMNLP 2021main

Target-oriented opinion words extraction (TOWE) (Fan et al., 2019b) is a new subtask of target-oriented sentiment analysis that aims to extract opinion words for a given aspect in text. Current state-of-the-art methods leverage position embeddings to capture the relative position of a word to the ta…

2021

Enjoy the Salience: Towards Better Transformer-based Faithful Explanations with Word Salience

EMNLP 2021main

Pretrained transformer-based models such as BERT have demonstrated state-of-the-art predictive performance when adapted into a range of natural language processing tasks. An open problem is how to improve the faithfulness of explanations (rationales) for the predictions of these models. In this pape…

2021

Frustratingly Simple Pretraining Alternatives to Masked Language Modeling

EMNLP 2021main

Masked language modeling (MLM), a self-supervised pretraining objective, is widely used in natural language processing for learning text representations. MLM trains a model to predict a random sample of input tokens that have been replaced by a [MASK] placeholder in a multi-class setting over the en…

2021

Improving the Faithfulness of Attention-based Explanations with Task-specific Information for Text Classification

ACL 2021long

Neural network architectures in natural language processing often use attention mechanisms to produce probability distributions over input token representations. Attention has empirically been demonstrated to improve performance in various tasks, while its weights have been extensively used as expla…

Cited by 52SourcePDFScholar
2021

In Factuality: Efficient Integration of Relevant Facts for Visual Question Answering

ACL 2021short

Visual Question Answering (VQA) methods aim at leveraging visual input to answer questions that may require complex reasoning over entities. Current models are trained on labelled data that may be insufficient to learn complex knowledge representations. In this paper, we propose a new method to enha…

2021

Paragraph-level Rationale Extraction through Regularization: A case study on European Court of Human Rights Cases

NAACL 2021long

Interpretability or explainability is an emerging research field in NLP. From a user-centric point of view, the goal is to build models that provide proper justification for their decisions, similar to those of humans, by requiring the models to satisfy additional constraints. To this end, we introd…

Cited by 126SourcePDFScholar