← Search

Vésteinn Snæbjarnarson

10 accepted papers

2026

Causally Evaluating the Learnability of Formal Language Tasks

ICML 2026poster

Large language models (LLMs) trained on natural language data are capable of translating between languages, predict chess moves, and write poetry. Performance on a given task depends on directly relevant training data, yet confounders abound: data in related languages has been shown to help low-reso…

Cited by 0SourceScholar
2026

Transducing Language Models

ICLR 2026poster

Modern language models define distributions over strings, but their outputs are not always suited to downstream task. For instance, a model generating byte-pair strings may not be suitable when word-level predictions are needed, and a DNA model may not fit applications requiring amino acids. In such…

Cited by 0SourcecodeScholar
2025

Gumbel Counterfactual Generation From Language Models

ICLR 2025poster

Understanding and manipulating the causal generation mechanisms in language models is essential for controlling their behavior. Previous work has primarily relied on techniques such as representation surgery---e.g., model ablations or manipulation of linear subspaces tied to specific concepts---to i…

2025

Taxonomy-Aware Evaluation of Vision-Language Models

CVPR 2025poster

When a vision-language model (VLM) is prompted to identify an entity depicted in an image, it may answer "I see a conifer," rather than the specific label "Norway spruce". This raises two issues for evaluation: Firstly, the unconstrained generated text needs to be mapped to the evaluation label spac…

2024

Activation Scaling for Steering and Interpreting Language Models

EMNLP 2024finding

Given the prompt “Rome is in”, can we steer a language model to flip its prediction of an incorrect token “France” to a correct token “Italy” by only multiplying a few relevant activation vectors with scalars? We argue that successfully intervening on a model is a prerequisite for interpreting its i…

2024

Context versus Prior Knowledge in Language Models

ACL 2024long

To answer a question, language models often need to integrate prior knowledge learned during pretraining and new information presented in context. We hypothesize that models perform this integration in a predictable way across different questions and contexts: models will rely more on prior knowledg…

Cited by 11SourcePDFScholar
2024

From Coarse to Fine-Grained Open-Set Recognition

CVPR 2024poster

Open-set recognition (OSR) methods aim to identify whether or not a test example belongs to a category ob- served during training. Depending on how visually sim- ilar a test example is to the training categories the OSR task can be easy or extremely challenging. However the vast majority of previous…

2024

LoQT: Low-Rank Adapters for Quantized Pretraining

NeurIPS 2024poster

Despite advances using low-rank adapters and quantization, pretraining of large models on consumer hardware has not been possible without model sharding, offloading during training, or per-layer gradient updates. To address these limitations, we propose Low-Rank Adapters for Quantized Training (LoQT…

2023

Byte-Level Grammatical Error Correction Using Synthetic and Curated Corpora

ACL 2023long

Grammatical error correction (GEC) is the task of correcting typos, spelling, punctuation and grammatical issues in text. Approaching the problem as a sequence-to-sequence task, we compare the use of a common subword unit vocabulary and byte-level encoding. Initial synthetic training data is created…

2023

Discriminative Class Tokens for Text-to-Image Diffusion Models

ICCV 2023poster

Recent advances in text-to-image diffusion models have enabled the generation of diverse and high-quality images. While impressive, the images often fall short of depicting subtle details and are susceptible to errors due to ambiguity in the input text. One way of alleviating these issues is to trai…

Cited by 10PDFcodeScholar