Welcome to my personal knowledge base. This repository serves as a living document of my PhD journey, focusing on Natural Language Processing (NLP) and Information Retrieval (IR).
Note: This repository is automatically synced from my private Notion database every night via GitHub Actions. It represents my raw notes, critiques, and implementation ideas.
My primary research interests include:
- Information Retrieval: Search engines, RAG (Retrieval-Augmented Generation), and reranking.
- NLP & LLMs: Large Language Models, especially Thai Language Models and low-resource settings.
/phd-research-notes
β
βββ /notes # π The Core: Markdown summaries of papers (Auto-synced)
β βββ paper01.md
β βββ paper02.md
β βββ ...
β
βββ /scripts # βοΈ Automation: Node.js scripts for Notion API sync
β βββ sync.js
β
βββ .github/workflows # π€ CI/CD: Daily sync configuration
βββ sync.yml
I believe in "Write Once, Publish Everywhere."
Reading: I read papers and write structured critiques in Notion.
Metadata: I tag papers with properties like Conference, Year, and Tags.
Sync: A GitHub Action runs daily, fetches Status="Done" pages, converts them to Markdown, and pushes them here.
Frontmatter: Custom scripts generate YAML headers for better compatibility with static site generators.
If you are looking for a place to start, here are some of my key notes:
<This is currently empty and will be available soon!>
Feel free to read my summaries. If you find a mistake in my interpretation of a paper, please open an IssueβI treat this as a collaborative learning process.
Original Papers: All rights belong to the original authors (links provided in each note).
Notes: Licensed under MIT.