Adrian Mülthaler

Hey! I'm Adrian.
I am a student of Computational Linguistics and Computer Science in Munich.
Welcome to my personal website!

These are my main fields of interest:

Quantum Computing

Natural Language Processing

Free and Open-Source Software

A SELECTION OF MY

Projects

Quantum Computing vs. Firewalls: When Complexity Saves the Horizon

Quantum Computing vs. Firewalls: When Complexity Saves the Horizon

Seminar Paper

The black hole firewall paradox, proposed by Almheiri, Marolf, Polchinski, and Sully, exposes a fundamental tension between the principles of quantum mechanics and the classical description of black hole event horizons. In response, Harlow and Hayden argued that limitations arising from quantum computational complexity render the firewall paradox thought experiment operationally unrealizable, thereby offering a potential resolution of the paradox. This seminar paper is a pedagogical review and synthesis of these ideas rather than a presentation of new results, providing a clear and accessible introduction to the firewall paradox and the Harlow–Hayden complexity argument. The paper is aimed at readers with a background in quantum computing but limited familiarity with black hole physics.

View project
Using LLMs and Preference Optimization for Agreement-Aware HateWiC Classification

Using LLMs and Preference Optimization for Agreement-Aware HateWiC Classification

WOAH, ACL 2025

Annotator disagreement poses a significant challenge in subjective tasks like hate speech detection. In this paper, we introduce a novel variant of the HateWiC task that explicitly models annotator agreement by estimating the proportion of annotators who classify the meaning of a term as hateful. To tackle this challenge, we explore the use of Llama 3 models fine-tuned through Direct Preference Optimization (DPO). Our experiments show that while LLMs perform well for majority-based hate classification, they struggle with the more complex agreement-aware task. DPO fine-tuning offers improvements, particularly when applied to instruction-tuned models.

View project
Simulating Circuits in Quantum Natural Language Processing using Tensor Networks

Simulating Circuits in Quantum Natural Language Processing using Tensor Networks

Bachelor's Thesis

Quantum natural language processing deals with the implementation of natural language models on quantum hardware. It remains uncertain whether these models benefit from a quantum advantage or can be efficiently simulated on classical hardware. Tensor networks emerge as a promising tool in the efficient approximation of quantum states. This thesis explores the feasibility and potential advantages of employing tensor network simulation for quantum natural language processing. Using a matrix product state architecture, we investigate the complexity of simulating circuits obtained from the Categorical Compositional Distributional framework.

View project
A Recurrent Depth Approach to Latent Reasoning

A Recurrent Depth Approach to Latent Reasoning

Seminar Paper

This seminar paper examines how LLMs can be improved in their reasoning abilities by comparing two paradigms: explicit reasoning through Chain-of-Thought (CoT) and latent reasoning. CoT enables interpretability by making intermediate steps explicit, but it is computationally costly and limited to reasoning that can be verbalized. Latent reasoning, in contrast, operates entirely within hidden states, offering greater efficiency and flexibility but less transparency. A particular focus is placed on the recurrent depth approach, which introduces recurrence into transformer architectures. This method allows iterative refinement of internal representations and shows promising results in domains such as mathematics and coding, achieving competitive performance with fewer parameters.

View project