← Search

Marek Rei

17 accepted papers

2025

DiffuseDef: Improved Robustness to Adversarial Attacks via Iterative Denoising

ACL 2025long

Pretrained language models have significantly advanced performance across various natural language processing tasks. However, adversarial attacks continue to pose a critical challenge to system built using these models, as they can be exploited with carefully crafted adversarial texts. Inspired by t…

2025

No Need for Explanations: LLMs can implicitly learn from mistakes in-context

EMNLP 2025

Showing incorrect answers to Large Language Models (LLMs) is a popular strategy to improve their performance in reasoning-intensive tasks. It is widely assumed that, in order to be helpful, the incorrect answers must be accompanied by comprehensive rationales, explicitly detailing where the mistakes

Cited by 0SourcePDFScholar
2025

Reverse Engineering Human Preferences with Reinforcement Learning

NeurIPS 2025spotlight

The capabilities of Large Language Models (LLMs) are routinely evaluated by other LLMs trained to predict human preferences. This framework—known as *LLM-as-a-judge*—is highly scalable and relatively low cost. However, it is also vulnerable to malicious exploitation, as LLM responses can be tuned to…

Cited by 0SourceScholar
2024

Atomic Inference for NLI with Generated Facts as Atoms

EMNLP 2024main

With recent advances, neural models can achieve human-level performance on various natural language tasks. However, there are no guarantees that any explanations from these models are faithful, i.e. that they reflect the inner workings of the model. Atomic inference overcomes this issue, providing i…

2024

Distilling Robustness into Natural Language Inference Models with Domain-Targeted Augmentation

ACL 2024findings

Knowledge distillation optimises a smaller student model to behave similarly to a larger teacher model, retaining some of the performance benefits. While this method can improve results on in-distribution examples, it does not necessarily generalise to out-of-distribution (OOD) settings. We investig…

2024

Prompting open-source and commercial language models for grammatical error correction of English learner text

ACL 2024findings

Thanks to recent advances in generative AI, we are able to prompt large language models (LLMs) to produce texts which are fluent and grammatical. In addition, it has been shown that we can elicit attempts at grammatical error correction (GEC) from LLMs when prompted with ungrammatical input sentence…

Cited by 20SourcePDFScholar
2022

Logical Reasoning with Span-Level Predictions for Interpretable and Robust NLI Models

EMNLP 2022main

Current Natural Language Inference (NLI) models achieve impressive results, sometimes outperforming humans when evaluating on in-distribution test sets. However, as these models are known to learn from annotation artefacts and dataset biases, it is unclear to what extent the models are learning the…

2022

Memorisation versus Generalisation in Pre-trained Language Models

ACL 2022long

State-of-the-art pre-trained language models have been shown to memorise facts and perform well with limited amounts of training data. To gain a better understanding of how these models learn, we study their generalisation and memorisation capabilities in noisy and low-resource scenarios. We find th…

2022

Supervising Model Attention with Human Explanations for Robust Natural Language Inference

AAAI 2022technical

Natural Language Inference (NLI) models are known to learn from biases and artefacts within their training data, impacting how well they generalise to other unseen datasets. Existing de-biasing approaches focus on preventing the models from learning these biases, which can result in restrictive mode…

2021

GiBERT: Enhancing BERT with Linguistic Information using a Lightweight Gated Injection Method

EMNLP 2021finding

Large pre-trained language models such as BERT have been the driving force behind recent improvements across many NLP tasks. However, BERT is only trained to predict missing words – either through masking or next sentence prediction – and has no knowledge of lexical, syntactic or semantic informatio…

2020

Grammatical error detection in transcriptions of spoken English

COLING 2020main

We describe the collection of transcription corrections and grammatical error annotations for the CrowdED Corpus of spoken English monologues on business topics. The corpus recordings were crowdsourced from native speakers of English and learners of English with German as their first language. The n…

2020

Seeing Both the Forest and the Trees: Multi-head Attention for Joint Classification on Different Compositional Levels

COLING 2020main

In natural languages, words are used in association to construct sentences. It is not words in isolation, but the appropriate use of hierarchical structures that conveys the meaning of the whole sentence. Neural networks have the ability to capture expressive language features; however, insights int…