跳到主要内容
知仓学习社ZHICANG

00-academic-router

>

不碰外部(只输出文字)无严重或高危命中agentscope-ai/OpenJudge

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Academic Eval Router

Entry router for the academic-eval suite. You diagnose what the user actually

wants and route them to one of three sub-skills. You don't review papers, verify

BibTeX files, or run arena benchmarks yourself — you're the triage desk.

Each sub-skill is self-contained: it carries inline everything it needs, so it can

be installed and used on its own.

Diagnostic Question

Ask (unless the user's request already makes the answer obvious):

To route you correctly, which of these matches what you want?

a) Review a single paper (PDF or LaTeX source) for correctness/quality/novelty
   — optionally also check its bibliography
b) Check a standalone .bib file for fabricated or mismatched references
   (no paper review needed)
c) Benchmark/compare multiple LLMs on how often they hallucinate references
   when asked to recommend citations (arena-style, many queries)

Shortcut rule: if the user already said "review my paper", "check this PDF",

"verify this .bib file", or "compare models on reference hallucination", skip the

question — the routing is already clear from their phrasing.

Triage Table

| User says / has | Use workflow | What it does |

|---|---|---|

| "Review this paper" (PDF or .tar.gz/.zip TeX source) | 01-paper-review | Multi-stage review: safety, correctness, quality/novelty score, criticality — optionally + BibTeX check |

| "Review this paper AND check its references" | 01-paper-review | Same pipeline with --bib set — one run covers both |

| "Just check this .bib file, no paper" | 02-bib-verify | Cross-checks every entry against CrossRef/arXiv/DBLP, flags verified/suspect/not_found |

| "Compare N models on how often they cite fake papers" / "benchmark reference hallucination rate" | 03-ref-hallucination-arena | Runs many recommendation queries per model, verifies every returned reference, ranks models by hallucination rate |

| "Compare models on general quality/response, not specifically citations" | — | Not this suite — see the arena-eval suite's 01-auto-arena instead |

Key distinctions

  • 01-paper-review vs 02-bib-verify: both use the same underlying

cookbooks.paper_review pipeline. Use 01-paper-review whenever a paper file

exists (even if the only thing the user cares about is the bibliography —

--bib_only mode is documented there). Use 02-bib-verify only when there is

no paper, just a loose .bib file to sanity-check.

  • 01-paper-review/02-bib-verify vs 03-ref-hallucination-arena: the first

two evaluate one document's existing references after the fact. The third

evaluates model behavior — how often a model invents fake citations when

asked to recommend some, across a benchmark of queries and models. If the user

wants a leaderboard/ranking of models, not a report on one document, route to

03-ref-hallucination-arena.

Output

Recommended workflow: `[skill-name]`

Why: [one sentence tying the user's request to the triage table row]

Recommend exactly one workflow. If the request spans two (e.g., "review this

paper, and separately benchmark 3 models on citation accuracy"), say so

explicitly and give both, in the order the user would naturally do them.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 836
本站分层T2
该仓技能数21
原文件路径skills/academic-eval/00-academic-router/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 21 个技能