← Search

Richard Johansson

9 accepted papers

2025

Benchmarking Debiasing Methods for LLM-based Parameter Estimates

EMNLP 2025

Large language models (LLMs) offer an inexpensive yet powerful way to annotate text, but are often inconsistent when compared with experts. These errors can bias downstream estimates of population parameters such as regression coefficients and causal effects. To mitigate this bias, researchers have

Cited by 0SourcePDFScholar
2025

Fact Recall, Heuristics or Pure Guesswork? Precise Interpretations of Language Models for Fact Completion

ACL 2025finding

Language models (LMs) can make a correct prediction based on many possible signals in a prompt, not all corresponding to recall of factual associations. However, current interpretations of LMs fail to take this into account. For example, given the query “Astrid Lindgren was born in” with the corresp…

2024

Deciphering the Interplay of Parametric and Non-parametric Memory in Retrieval-augmented Language Models

EMNLP 2024main

Generative language models often struggle with specialized or less-discussed knowledge. A potential solution is found in Retrieval-Augmented Generation (RAG) models which act like retrieving information before generating responses. In this study, we explore how the Atlas approach, a RAG model, decid…

2024

Transformer-based Swedish Semantic Role Labeling through Transfer Learning

COLING 2024main

Semantic Role Labeling (SRL) is a task in natural language understanding where the goal is to extract semantic roles for a given sentence. English SRL has achieved state-of-the-art performance using Transformer techniques and supervised learning. However, this technique is not a viable choice for sm…

2023

Surface-Based Retrieval Reduces Perplexity of Retrieval-Augmented Language Models

ACL 2023short

Augmenting language models with a retrieval mechanism has been shown to significantly improve their performance while keeping the number of parameters low. Retrieval-augmented models commonly rely on a semantic retrieval mechanism based on the similarity between dense representations of the query ch…

2023

The Effect of Scaling, Retrieval Augmentation and Form on the Factual Consistency of Language Models

EMNLP 2023long main

Large Language Models (LLMs) make natural interfaces to factual knowledge, but their usefulness is limited by their tendency to deliver inconsistent answers to semantically equivalent questions. For example, a model might supply the answer "Edinburgh" to "Anne Redpath passed away in X." and "London"…

Cited by 0SourcecodeScholar
2022

How to Adapt Pre-trained Vision-and-Language Models to a Text-only Input?

COLING 2022main

Current language models have been criticised for learning language from text alone without connection between words and their meaning. Consequently, multimodal training has been proposed as a way for creating models with better language understanding by providing the lacking connection. We focus on…