Hook — Paper পড়া একটা skill
Arxiv এ প্রতিদিন ৩০০+ ML paper আসে। সব পড়া অসম্ভব, কিন্তু important গুলো filter করে দ্রুত বুঝতে পারা — সেটা separate skill। এটা শেখা যায়।
Three-Pass Method (Keshav)
- Pass 1 (৫–১০ মিনিট): Title, abstract, intro, headings, conclusion, figure, reference scan।
- Pass 2 (~১ ঘন্টা): Figure + table পড়ো carefully, math skip ok, related work mark করো।
- Pass 3 (৪–৫ ঘন্টা): Re-implement mentally, assumption challenge, gap খুঁজো।
Paper এর Anatomy
sections
Abstract → কী করেছে, কী পেয়েছে
Intro → সমস্যা + claim + contribution
Related Work → প্রেক্ষাপট + gap
Method → core idea + math
Experiments → dataset, baseline, metric
Results → table + ablation
Discussion → limitation, future
Appendix → proof, extra plotপ্রতিটা Paper এ এই ৫ প্রশ্ন
- ১. কী সমস্যা solve করছে?
- ২. আগের কাজের তুলনায় কী নতুন?
- ৩. Core idea এক বাক্যে?
- ৪. কোন experiment claim support করছে?
- ৫. কোথায় break করবে / limitation কী?
কোথায় খুঁজবে
- arxiv.org — preprint server (cs.LG, cs.CL, cs.CV)।
- arxiv-sanity-lite — personalized feed।
- Papers with Code — paper + benchmark + code।
- Hugging Face Daily Papers — curated।
- Conference: NeurIPS, ICML, ICLR, ACL, CVPR, EMNLP।
- Twitter/X: @_akhaliq, @AnthropicAI, @arankomatsuzaki।
Reading Tools
- Zotero / Mendeley — reference manage।
- Notion / Obsidian — note + backlink।
- SciSpace, Explainpaper — section explain।
- Connected Papers — citation graph।
- Semantic Scholar — TLDR + influence score।
Note Template
paper-note.md
# Title (year, venue)
Authors · arxiv link · code link
## Problem
…
## Key Idea (1 sentence)
…
## Method
- step 1
- step 2
## Results
| Dataset | Baseline | Ours |
|---------|----------|------|
## Why it matters
…
## Limitations
…
## Open questions / my ideas
…Habit Building
- সপ্তাহে ১টা paper deeply, ৫টা pass-1।
- Paper club join করো — peer pressure কাজ করে।
- নিজের blog/twitter এ summary share করো।
- Re-implement একটা small idea — সবচেয়ে গভীর শেখা।
Summary
এক নজরে
Paper পড়া = filter + three-pass + ৫ প্রশ্ন + note + reimplement। প্রথমে কষ্ট, পরে superpower।