screenshot of our writingassistant

Scientific Writing Assistant

During the master we are given a choice of projects to work on within one semester. This was one of them in a team of 6 students. The following text is taken from our GitHub repository: This Master Research Project dealt with the creation and evaluation of a natural language processing tool to improve the scientific style of sentences without changing their semantic content. In a first step we have fine-tuned GPT-2 and T5 pretrained models using a previously proven pseudo-parallel dataset of original and paraphrased sentences to generate pseudo parallel data by paraphrasing a heavily filtered set of scientific sentences....

June 25, 2021 · Arthur
knowledge graph

NLP with Sherlock Holmes

Description In a group of two, we worked on a project for the master’s course “Information Retrieval and Text Mining”. This project retrieves information from the Sherlock Holmes stories by using a number of text mining techniques and validates their correctness with quality measures based on a kappa distance verified dataset after adding annotations with tagtog. This text mining project concerned the analysis of all 60 Sherlock Holmes narratives. During the project, we preprocessed the stories, created a validation set for the Stanford coreNLP NER annotator by using tagtog on 100 data samples with 4 independent judges....

May 27, 2021 · Arthur
knowledge graph

MusicBrainz Knowledge Graph

Motivation The master’s course “Building and Mining Knowledge Graphs” required us to work on an individual project. I decided to challenge myself with accessing and converting the MusicBrainz dataset into a knowledge graph before linking it to a few metrics for each country existing in it. Thereby deploying the MusicBrainz’ postgreSQL database using docker, and focussing on the research of conversion by using three different approaches. The linking part on the other hand turned out to be too easy, hence I plan to connect the MusicBrainz dataset to my Spotify listening history in a follow-up project....

April 5, 2021 · Arthur
screenshot

Personal Website

I built this website for a competition at Maastricht University. The goal was to create and deploy a static website using any static website generator out there. I decided to go with Hugo because of its great cli and high speed generating the site. The theme I chose is papermod. It uses a nice minimalist design and receives regular updates. To implement the typing carousel on the profile page, I made use of a codepen which I had to adapt to my needs....

February 15, 2021 · Arthur