Skip to content
View Yokto13's full-sized avatar

Block or report Yokto13

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Yokto13/README.md

Hi there 👋

Entity Linking

Entity linking is a cute problem in NLP where your are tasked with connecting a mention to an entry in a knowledge base. For example, take the sentence "In order to save Troy, Paris had to be sacrificed" -- the mention Paris should connect to Paris (mythological figure) not the capital of France.

I tackle this problem by training bi-encoders and embedding mentions and entities to the same space.

I also wrote a datastructure in C++ that uses mmap to store and retrieve structural data from a knowledge base.

Here is an experimental repo showing that LLM reranking is harder than it seems.

Python

App that supports learning using active recall questions.

Small utility to track what happend during the day.

AI

Here, I gather small AI projects or experiemnts.

Other

Recently, I've became interested in constrained programming. Here are solutions to some practice problems in Picat language.

Implementation of common decision tree algorithms in Julia.

Pinned Loading

  1. Sphinx Sphinx Public

    App for practicing active-recall question-packs.

    Python 2

  2. AI AI Public

    Small ML/AI experiments and scripts.

    Jupyter Notebook

  3. daily-tracker daily-tracker Public

    Python

  4. Strom.jl Strom.jl Public

    Common algorithms for decision trees.

    Julia 1

  5. mel mel Public

    Multilingual entity linking with bi-encoders

    Python