Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Future Blog Post

less than 1 minute read

Published:

This post will show up by default. To disable scheduling of future posts, edit config.yml and set future: false.

Blog Post number 4

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

Blog Post number 3

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

Blog Post number 2

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

Blog Post number 1

less than 1 minute read

Published:

This is a sample blog post. Lorem ipsum I can’t remember the rest of lorem ipsum and don’t have an internet connection right now. Testing testing testing this blog post. Blog posts are cool.

portfolio

publications

Do Multilingual Large Language Models Mitigate Stereotype Bias?

Published in C3NLP Workshop @ ACL, 2024

We investigate the effect of multilingual training on bias mitigation by systematically training six LLMs of identical size (2.6B parameters) and architecture: five monolingual models (English, German, French, Italian, and Spanish) and one multilingual model trained on an equal distribution of data across these languages, all using publicly available data.

Download Paper

talks

teaching

Introduction to Natural Language Processing

Undergraduate course, University of Marburg, 2023

Taught the core concepts of NLP, including TF-IDF, word embeddings, RNNs, and Transformers, as well as evaluation methodologies and the applications of NLP methods in various domains such as conversational systems and computational social science.

Dialog Systems

Undergraduate course, University of Bonn, 2024

Taught the main components of a dialog system, e.g., ASR concepts, NLU, dialog manager, dialog state tracking, & NLG, and the tasks involved in each module.

Dialog Systems

Undergraduate course, University of Bonn, 2025

In the lab sessions, I taught the concepts of LLM agents, agentic frameworks such as SmolAgents, LangChain and LlamaIndex, and how to build a personal chatbot using small models, whose quality is improved with them having the capabilities of internet search and tool use.