# Paper Note Template

Use this template for each paper in `knowledge/`.

---

# [Paper Title]

**ArXiv/DOI**: [id]
**Authors**: [First Author et al.]
**Year**: [YYYY]
**Venue**: [Conference/Journal, or "arXiv preprint"]
**PDF**: [local path or URL]

---

## TL;DR

[1-2 sentences: What is the main contribution? What problem does it solve?]

---

## Problem Statement

[What gap or challenge does this paper address? Why is it important?]

---

## Method

### Core Idea

[The key insight or innovation in 2-3 sentences]

### Approach

[Step-by-step description of the method]

1. [Step 1]
2. [Step 2]
3. [Step 3]

### Key Equations

```latex
% Main loss function or formula
L = ...
```

### Architecture / Algorithm

[Describe the model architecture or algorithm structure]

---

## Experiments

### Setup

- **Datasets**: [list with brief description]
- **Baselines**: [methods compared against]
- **Metrics**: [evaluation metrics used]

### Main Results

| Method | Dataset | Metric | Score |
|--------|---------|--------|-------|
| Proposed | ... | ... | ... |
| Baseline 1 | ... | ... | ... |

### Ablation Studies

[Key findings from ablation experiments]

---

## Analysis

### Strengths

- ✅ [Strength 1]
- ✅ [Strength 2]
- ✅ [Strength 3]

### Weaknesses / Limitations

- ⚠️ [Weakness 1]
- ⚠️ [Weakness 2]

### Questions / Unclear Points

- ❓ [Question about the paper]

---

## Relevance

### To My Research

[How does this paper relate to what I'm working on?]

### Key Takeaways

1. [Actionable insight 1]
2. [Actionable insight 2]

### Ideas to Explore

- [ ] [Idea inspired by this paper]
- [ ] [Potential extension or combination]

---

## Key Quotes

> "[Important quote 1]" — Section X

> "[Important quote 2]" — Section Y

---

## References to Follow

- [ ] **[Author et al., Year]**: [Title] — [Why interesting]
- [ ] **[Author et al., Year]**: [Title] — [Why interesting]

---

## Meta

- **Read on**: [date]
- **Time spent**: [estimate]
- **Rating**: [⭐⭐⭐⭐⭐ or 1-5]
- **Would cite**: [Yes/No/Maybe]
