Sitemap

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

Pages

Posts

Human Elements in AI’s Binary World

Published:

Can AI ever understand human emotions the way we do, or will it always be a hollow imitation of empathy? This piece explores human touch in AI and the ethical dilemmas emerged.

projects

PlayMaths

A playground where you can interact with widgets to solidify your mathematical understanding

Third Eye

A free online tool that aims to offer various computer vision services. Currently though, there is only one functionality available, object detection. Using our tool, you can detect objects from videos and photos in real time or asynchronously. 

Burmese G2P

Myanmar (Burmese) 🇲🇲 Language Grapheme to Phoneme Converter for automatic speech recognition (ASR) and text-to-speech (TTS)

publications

WHEN TOM EATS KIMCHI: Evaluating Cultural Awareness of Multimodal Large Language Models in Cultural Mixture Contexts

Published in Workshop on Cross-Cultural Considerations in NLP (C3NLP) @ NAACL 2025, 2025

In a highly globalized world, it is important for multi-modal language models to correctly recognize visuals in mixed-cultural settings. This paper examines the robustness of MLLMs to mixed cultures by constructing MixCuBe, a cross-cultural awareness benchmark of images and evaluating SOTA MLLMs on it.

Download Paper

talks

SAP Analytics Cloud Training

Published:

Data analytics training using SAP analytics cloud to familiarize people around Myanmar with the theory of data science and hands-on experience with the tool. It also aims to promote ASEAN Data Science Explorer competition.

Download Slides

Overview of Programming Permalink

Published:

Introduction to the landscape of programming to the general public with emphasis on its relation with computer science and learning advice.

Hub&Hack 2022 Hackathon Python Training

Published:

A quick training on Python programming language for the participants of a national hackathon, named Hub&Hack, hosted by Thate Pan Hub.

teaching

AI for Teenagers Permalink

Published:

An introductory AI course for teenagers and any novice of all ages alike. It starts off by exploring some subfields of AI before deep diving into machine learning, where you will learn three major types of learning and some of their algorithms. After that, it will give students a sense of the working of artificial neural networks and exposure to some phenomena of AI in society.

teamProjects

Advanced Passage Retrieval

A NLP research into passage retrieval, the task of extracting top-k pertinent passages from a dataset as the output given a query as the input. We use the BM25 model as a benchmark to explore retrieval models that can achieve better accuracy specifically on the SQuAD1.1 dataset.

Download Slides

Dynamic Brain Connectome Learning

A set of graph machine learning architectures for learning temporal and spatial patterns of brain activation from fMRI images. Two downstream tasks are implemented: (1) brain activation prediction duration language tasks (link prediction) and (2) performance prediction from neural patterns (graph regression)

Download Slides

Space Invader

A classic arcade style 2D shooting game wherein the player spaceship shoots at the enemies and bosses while avoiding their attacks.