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
History of AI Development in China and its Entrepreneurial and Innovative Capabilities to Lead AI World Order
DeepSeek upset Silicon Valley’s assumptions about Chinese AI capabilities, but the signs were there all along. This piece traces how decades of entrepreneurial grit and strategic government planning quietly set the stage for China’s AI revolution, exploring some narratives in AI in the 20th century of China.
Analyzing Moral Disengagement in Never Let Me Go and Nine Lives through Political and Economic Lens
When ethics clash with necessity, people create justifications to ease their guilt. Through the lens of human cloning, Never Let Me Go and Nine Lives expose how moral disengagement shapes society.
Human Elements in AI’s Binary World
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.
talks
SAP Analytics Cloud Training
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.
Overview of Programming Permalink
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
A quick training on Python programming language for the participants of a national hackathon, named Hub&Hack, hosted by Thate Pan Hub.
Breaking into Artificial Intelligence
A taste of Artificial Intelligence to the general public
teaching
AI for Teenagers Permalink
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.
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)
Space Invader
A classic arcade style 2D shooting game wherein the player spaceship shoots at the enemies and bosses while avoiding their attacks.