Files
agent/papers/schema.md
T
2026-07-08 11:18:34 +08:00

1.2 KiB

Papers Schema

论文笔记使用 YAML frontmatter 加正文。

Frontmatter

---
type: paper
title:
authors:
year:
venue:
url:
code_url:
source: arxiv / openreview / acl / github / blog / other
collected_at: YYYY-MM-DD
status: queued / skimmed / reading / summarized / reproduced / deprecated
relevance: high / medium / low
topics:
  - tool-use
methods:
  -
benchmarks:
  -
models:
  -
datasets:
  -
related_concepts:
  -
related_jobs:
  -
related_experiments:
  -
related_projects:
  -
---

Body

# <paper title>

## One-line Takeaway

一句话说明它对我们有什么价值。

## Problem

它解决什么问题,为什么重要?

## Core Idea

核心方法、系统设计或实验思路。

## Evidence

实验设计、benchmark、样本、对比方法和结果。

## Limitations

-

## Useful For Us

-

## Follow-up Experiments

-

## Links

- concepts:
- jobs:
- experiments:
- projects:

Field Rules

  • url 必填。
  • collected_at 必填,方便后续看研究趋势。
  • topics 可以多选,不要把论文强行归到单一主题。
  • status 反映阅读阶段,不代表论文质量。
  • relevance 是对本知识库的价值判断,不是论文绝对价值。