Add jobs and papers collection workflow
This commit is contained in:
+2
-2
@@ -5,13 +5,13 @@
|
||||
| Template | Use |
|
||||
| --- | --- |
|
||||
| [concept-note](concept-note.md) | 新概念、新术语、新模式 |
|
||||
| [jd-note](jd-note.md) | 北京大厂 Agent / LLM 岗位记录 |
|
||||
| [project-brief](project-brief.md) | Agent 项目、原型、工程组件 |
|
||||
| [experiment-note](experiment-note.md) | 假设验证、模型对比、策略实验 |
|
||||
| [paper-note](paper-note.md) | 论文、文章、开源项目、课程资料 |
|
||||
| [paper-note](paper-note.md) | 论文和研究资料 |
|
||||
|
||||
## Rule of Thumb
|
||||
|
||||
- 不确定的内容先放模板笔记。
|
||||
- 有证据支撑后,再提炼进 `docs/`。
|
||||
- 模板里的空字段可以删,但不要删掉 `status` 和核心结论。
|
||||
|
||||
|
||||
@@ -16,19 +16,19 @@ status: seed
|
||||
|
||||
## When to Use
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## When Not to Use
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Examples
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Failure Modes
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Evidence
|
||||
|
||||
@@ -38,5 +38,4 @@ status: seed
|
||||
|
||||
## Open Questions
|
||||
|
||||
-
|
||||
|
||||
-
|
||||
|
||||
@@ -27,9 +27,9 @@ status: seed
|
||||
|
||||
## Procedure
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Results
|
||||
|
||||
@@ -43,9 +43,8 @@ status: seed
|
||||
|
||||
## Lessons
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Follow-ups
|
||||
|
||||
-
|
||||
|
||||
-
|
||||
|
||||
@@ -0,0 +1,76 @@
|
||||
# Job: <company> - <role>
|
||||
|
||||
---
|
||||
type: job
|
||||
company:
|
||||
role:
|
||||
location: 北京
|
||||
source_url:
|
||||
source_name:
|
||||
source_quality: official / job-board / social / secondary / unknown
|
||||
collected_at: YYYY-MM-DD
|
||||
posted_at:
|
||||
status: active / expired / unknown
|
||||
level:
|
||||
team:
|
||||
business_area:
|
||||
employment_type:
|
||||
salary:
|
||||
skills:
|
||||
-
|
||||
topics:
|
||||
-
|
||||
models:
|
||||
-
|
||||
related_papers:
|
||||
-
|
||||
related_experiments:
|
||||
-
|
||||
related_projects:
|
||||
-
|
||||
relevance: high / medium / low
|
||||
---
|
||||
|
||||
## Source Snapshot
|
||||
|
||||
- source:
|
||||
- collected_at:
|
||||
- availability:
|
||||
|
||||
## Raw JD Summary
|
||||
|
||||
用自己的话概括岗位职责、任职要求和加分项。
|
||||
|
||||
## Responsibilities
|
||||
|
||||
-
|
||||
|
||||
## Requirements
|
||||
|
||||
-
|
||||
|
||||
## Bonus Points
|
||||
|
||||
-
|
||||
|
||||
## Extracted Signals
|
||||
|
||||
- hard requirements:
|
||||
- preferred skills:
|
||||
- hidden signals:
|
||||
- business direction:
|
||||
|
||||
## Knowledge Links
|
||||
|
||||
- concepts:
|
||||
- papers:
|
||||
- experiments:
|
||||
- projects:
|
||||
|
||||
## Gaps for Us
|
||||
|
||||
-
|
||||
|
||||
## Notes
|
||||
|
||||
-
|
||||
+48
-16
@@ -1,40 +1,72 @@
|
||||
# Reference: <title>
|
||||
# Paper: <title>
|
||||
|
||||
status: seed
|
||||
---
|
||||
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:
|
||||
-
|
||||
methods:
|
||||
-
|
||||
benchmarks:
|
||||
-
|
||||
models:
|
||||
-
|
||||
datasets:
|
||||
-
|
||||
related_concepts:
|
||||
-
|
||||
related_jobs:
|
||||
-
|
||||
related_experiments:
|
||||
-
|
||||
related_projects:
|
||||
-
|
||||
---
|
||||
|
||||
## Citation
|
||||
## One-line Takeaway
|
||||
|
||||
- title:
|
||||
- authors:
|
||||
- year:
|
||||
- link:
|
||||
- type: paper / article / project / doc / course
|
||||
一句话说明它对我们有什么价值。
|
||||
|
||||
## Problem
|
||||
|
||||
它试图解决什么问题?
|
||||
它解决什么问题,为什么重要?
|
||||
|
||||
## Core Idea
|
||||
|
||||
核心方法或观点是什么?
|
||||
核心方法、系统设计或实验思路。
|
||||
|
||||
## Evidence
|
||||
|
||||
作者用了什么实验、案例或论证支撑?
|
||||
实验设计、benchmark、样本、对比方法和结果。
|
||||
|
||||
## Limitations
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Useful For Us
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Not Useful / Be Careful
|
||||
## Be Careful
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Follow-up Experiments
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Links
|
||||
|
||||
- concepts:
|
||||
- jobs:
|
||||
- experiments:
|
||||
- projects:
|
||||
|
||||
@@ -8,7 +8,7 @@ status: seed
|
||||
|
||||
## Non-goals
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Users and Scenarios
|
||||
|
||||
@@ -37,7 +37,7 @@ input -> context -> decision -> tool/action -> observation -> output
|
||||
|
||||
## Risks
|
||||
|
||||
-
|
||||
-
|
||||
|
||||
## Decisions
|
||||
|
||||
@@ -50,4 +50,3 @@ input -> context -> decision -> tool/action -> observation -> output
|
||||
- what worked:
|
||||
- what failed:
|
||||
- reusable lessons:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user