papi-curate

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Create Project Notes from Papers

从论文生成项目笔记

You are given paper excerpts (paste
papi show ... --level ...
output above, or reference exported files).
Project context (optional): $ARGUMENTS
你会收到论文摘录内容(请将
papi show ... --level ...
的输出粘贴到上方,或引用导出的文件)。
项目背景(可选):$ARGUMENTS

Task

任务

Create a project-focused note in markdown.
创建一份聚焦项目的Markdown格式笔记。

Include

需包含内容

  • Core claims (bulleted)
  • Method sketch (key equations/pseudocode; keep symbol names exact)
  • Evaluation (datasets, metrics, main numbers, compute)
  • Limitations and failure modes
  • Implementation checklist for the project (only if project context is provided)
  • Canonical quote snippets (<= 15 words each) with citations: (paper: <name>, arXiv: <id if present>, source: summary|equations|tex|notes, ref: section/eq/table/figure if present)
If multiple papers are included, structure sections per paper and add a short cross-paper synthesis.
Return the complete markdown only.
For general CLI commands, see
/papi
.
  • 核心论点(使用项目符号)
  • 方法概述(关键公式/伪代码;符号名称需保持原样)
  • 评估内容(数据集、指标、核心数据、计算资源)
  • 局限性与失效模式
  • 项目实施清单(仅在提供项目背景时添加)
  • 标准引用片段(每条不超过15个单词)及引用信息: (论文:<名称>, arXiv: <若有则填ID>, 来源:summary|equations|tex|notes, 参考:章节/公式/表格/图(若有))
若包含多篇论文,请按单篇论文划分章节,并添加简短的跨论文综合分析。
仅返回完整的Markdown内容。
如需通用CLI命令,请查看
/papi