← Search

Christina Lioma

10 accepted papers

2025

A Reality Check on Context Utilisation for Retrieval-Augmented Generation

ACL 2025long

Retrieval-augmented generation (RAG) helps address the limitations of parametric knowledge embedded within a language model (LM). In real world settings, retrieved information can vary in complexity, yet most investigations of LM utilisation of context has been limited to synthetic text. We introduc…

2025

As easy as PIE: understanding when pruning causes language models to disagree

NAACL 2025findings

Language Model (LM) pruning compresses the model by removing weights, nodes, or other parts of its architecture. Typically, pruning focuses on the resulting efficiency gains at the cost of effectiveness.However, when looking at how individual data pointsare affected by pruning, it turns out that a p…

2024

DYNAMICQA: Tracing Internal Knowledge Conflicts in Language Models

EMNLP 2024finding

Knowledge-intensive language understanding tasks require Language Models (LMs) to integrate relevant context, mitigating their inherent weaknesses, such as incomplete or outdated knowledge. However, conflicting knowledge can be present in the LM’s parameters, termed intra-memory conflict, which can…

2024

Investigating the Impact of Model Instability on Explanations and Uncertainty

ACL 2024findings

Explainable AI methods facilitate the understanding of model behaviour, yet, small, imperceptible perturbations to inputs can vastly distort explanations. As these explanations are typically evaluated holistically, before model deployment, it is difficult to assess when a particular explanation is t…

2023

Faithfulness Tests for Natural Language Explanations

ACL 2023short

Explanations of neural models aim to reveal a model’s decision-making process for its predictions. However, recent work shows that current methods giving explanations such as saliency maps or counterfactuals can be misleading, as they are prone to present reasons that are unfaithful to the model’s i…

2022

Beyond Emotion: A Multi-Modal Dataset for Human Desire Understanding

NAACL 2022long

Desire is a strong wish to do or have something, which involves not only a linguistic expression, but also underlying cognitive phenomena driving human feelings. As the most primitive and basic human instinct, conscious desire is often accompanied by a range of emotional responses. As a strikingly u…

2022

Diagnostics-Guided Explanation Generation

AAAI 2022technical

Explanations shed light on a machine learning model's rationales and can aid in identifying deficiencies in its reasoning process. Explanation generation models are typically trained in a supervised way given human explanations. When such annotations are not available, explanations are often selecte…

2020

Encoding word order in complex embeddings

ICLR 2020spotlight

Sequential word order is important when processing text. Currently, neural networks (NNs) address this by modeling word position using position embeddings. The problem is that position embeddings capture the position of individual words, but not the ordered relationship (e.g., adjacency or precedenc…

Cited by 148SourcecodeScholar
2019

Neural Speed Reading with Structural-Jump-LSTM

ICLR 2019poster

Recurrent neural networks (RNNs) can model natural language by sequentially ''reading'' input tokens and outputting a distributed representation of each token. Due to the sequential nature of RNNs, inference time is linearly dependent on the input length, and all inputs are read regardless of their…