babkiny/dsh-arxiv-ml-search

babkiny★ 0JavaScript最后同步: 2026-08-19

在 GitHub 打开

README 摘要

dsh-arxiv-ml-search A DeepSeek Harness plugin that searches arXiv for machine-learning papers, so the agent checks claims against the published record instead of its own memory. Two tools plus a skill that tells the model how to use them: - arxiv search — keywords, authors, categories, date ranges, sorting and paging. Returns truncated abstracts so a ten-result search stays cheap. - arxiv get — full metadata and complete abstracts for specific ids, with optional segmenting ( max chars + segment ) for paging through long text. - SKILL.md — the claim-checking procedure: restate the claim, run 2-3 orthogonal queries, read the shortlist properly, report a verdict with ids, and never assert anything the returned text does not say. What the skill actually changes The two tools are always in the toolset, so the model can reach arXiv without the skill. What the skill adds is knowing how to search — and that turns out to be most of the value. Measured on one prompt, run twice in the same workspace, once with the skill loaded and once without: skill not loaded skill loaded synonym sets ( any of ) 0 11 distinct, across 36 calls category narrowing ( ml only ) 9 36 relaxed matches reported to t…

在 GitHub 查看完整 README →
工具/开发arxivarxiv-papersdeepseek-harnessdshdsh-pluginagentsearch

分类