Add jobs and papers collection workflow
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
# Papers Source Registry
|
||||
|
||||
这个文件记录论文收集来源、搜索策略和筛选规则。
|
||||
|
||||
## Source Types
|
||||
|
||||
| Source | Use |
|
||||
| --- | --- |
|
||||
| arXiv | 快速发现新论文 |
|
||||
| OpenReview | ICLR、NeurIPS 等会议投稿和评审线索 |
|
||||
| ACL Anthology | NLP、工具使用、评估和 RAG 相关论文 |
|
||||
| Conference proceedings | NeurIPS、ICLR、ICML、ACL、EMNLP、KDD、WWW 等 |
|
||||
| Papers with Code | 查找 benchmark、代码和任务关联 |
|
||||
| GitHub | 查找系统实现、复现代码和高影响项目 |
|
||||
| Company research blogs | 查找工业实践和系统设计线索 |
|
||||
|
||||
## Search Queries
|
||||
|
||||
Agent 系统:
|
||||
|
||||
```text
|
||||
LLM agent planning tool use evaluation
|
||||
language agents benchmark tool use memory
|
||||
autonomous agents LLM planning reflection
|
||||
```
|
||||
|
||||
RAG 和知识:
|
||||
|
||||
```text
|
||||
retrieval augmented generation agent memory evaluation
|
||||
LLM long context retrieval agent
|
||||
agent knowledge base retrieval planning
|
||||
```
|
||||
|
||||
评估:
|
||||
|
||||
```text
|
||||
LLM agent evaluation benchmark
|
||||
tool use benchmark language model agents
|
||||
SWE-bench agent evaluation coding
|
||||
```
|
||||
|
||||
多 Agent:
|
||||
|
||||
```text
|
||||
multi-agent LLM collaboration benchmark
|
||||
LLM agents debate cooperation workflow
|
||||
```
|
||||
|
||||
代码 Agent:
|
||||
|
||||
```text
|
||||
coding agent software engineering benchmark LLM
|
||||
SWE-bench agent repair repository
|
||||
```
|
||||
|
||||
## Triage Rules
|
||||
|
||||
优先进入阅读队列:
|
||||
|
||||
- 直接解释 Agent 架构、工具使用、记忆、评估或代码 Agent。
|
||||
- 有 benchmark、消融实验或可复现代码。
|
||||
- 和 JD 高频技能有关。
|
||||
- 能生成可执行实验或项目改进。
|
||||
|
||||
降低优先级:
|
||||
|
||||
- 只有 demo,没有清晰评估。
|
||||
- 和 Agent 关联很弱,只是泛泛使用 LLM。
|
||||
- 方法高度依赖不可获得的数据或闭源系统。
|
||||
|
||||
## Codex Collection Role
|
||||
|
||||
当你让我收集论文时,我会:
|
||||
|
||||
1. 先确认范围:主题、年份、会议、是否需要最新论文。
|
||||
2. 在线检索并优先选择原始论文页、会议页、代码仓库。
|
||||
3. 去重并放入 [reading-queue](reading-queue.md)。
|
||||
4. 为高优先级论文创建 `papers/items/` 笔记。
|
||||
5. 提取方法、证据、限制、可复现实验和项目启发。
|
||||
6. 更新 [paper-insights](paper-insights.md),并把稳定结论回流到 `docs/`。
|
||||
|
||||
## Collection Cadence
|
||||
|
||||
- weekly: 新论文和高价值代码仓库线索
|
||||
- monthly: 主题趋势和阅读优先级调整
|
||||
- quarterly: 把成熟结论合并进 `docs/`,把可验证想法转成 `experiments/`
|
||||
Reference in New Issue
Block a user