Skip to content

论文阅读模板

复制这个模板到 docs/papers/ 后,把标题和元信息替换成具体论文。

md
# Paper Title

<div class="paper-meta">
  <p><strong>Status:</strong> <span class="reading-status">reading</span></p>
  <p><strong>Authors:</strong> Author A, Author B</p>
  <p><strong>Venue / Year:</strong> Conference, 2026</p>
  <p><strong>Links:</strong> [paper](https://example.com) · [code](https://example.com)</p>
  <p><strong>Tags:</strong> [[retrieval]], [[representation-learning]]</p>
</div>

## One-Sentence Summary

用一句话说明这篇论文解决什么问题,以及核心方法是什么。

## Problem

论文要解决的具体问题是什么?为什么已有方法不够?

## Method

核心方法、模型结构、训练目标或理论假设。

## Evidence

实验、理论证明、消融、失败案例。

## Limitations

作者承认的限制,以及你自己看到的限制。

## Reusable Ideas

哪些点可以复用到自己的项目?

## Follow-Up

- [ ] 需要读的相关论文
- [ ] 可以尝试的小实验
- [ ] 需要补的背景知识

Static research notes built with VitePress and KaTeX.