I'm StΓ©phan Tulkens! I'm a computational linguistics/AI person. I am currently working as a machine learning engineer at Ecosia. I am one of the two founding members of The Minish Lab.
I got my Phd at CLiPS at the University of Antwerpen under the watchful eyes of Walter Daelemans (Computational Linguistics) and Dominiek Sandra (Psycholinguistics). The topic of my Phd was the way people process orthography during reading. You can find a copy here. Before that I studied computational linguistics (Ma), philosophy (Ba) and software engineering (Ba)
My goal is always to make things as fast and small as possible. I like it when simple models work well, and I love it when simple models get close in accuracy to big models. I do not believe absolute accuracy is a metric to be chased, and I think we should always be mindful of what a model computes or learns from the data.
- model2vec: a library for creating extremely fast sentence-transformers through distillation.
- reach: a library for loading and working with word embeddings.
- wordkit: a library for working with orthography
- old20: calculate the orthographic levenshtein distance 20 metric.
- metameric: fast interactive activation networks in numpy.
- humumls: load the UMLS database into a mongodb instance. Fast!
- dutchembeddings: word embeddings for dutch (back when this was a cool thing to do)
- Tokenizers, specifically subword tokenizers.
- Embeddings, specifically static embeddings (so old-fashioned! π), and how to combine these in meaningful ways.
- String similarity, and how to compute it without using dynamic programming.