每日从 arXiv 拉取新论文,过滤相关性,auto-ingest 高优先级论文,检测 SOTA 更新

Automate daily arXiv paper discovery, relevance scoring, and controlled ingest into a research wiki.

77|16|Updated May 9, 2026
One-click install
npx skills add https://github.com/Lambenthan/empiricalwiki --skill arxiv-auto-ingest-sota
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 每日从 arXiv 拉取新论文,过滤相关性,auto-ingest 高优先级论文,检测 SOTA 更新
Source: https://github.com/Lambenthan/empiricalwiki/tree/main/i18n/zh/skills/daily-arxiv
Command: npx skills add https://github.com/Lambenthan/empiricalwiki --skill arxiv-auto-ingest-sota

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the repetitive work of discovering newly released arXiv papers, deciding which ones are relevant to your empirical-research wiki, ingesting high-priority papers into the knowledge base, and updating SOTA trackers without manual browsing.

Core Features & Use Cases

  • Daily arXiv discovery: fetches recent papers via RSS (optionally merged with DeepXiv trending) and deduplicates against the existing wiki index.
  • Relevance scoring + priority ingest: uses topic/concept context from your wiki to score papers and automatically ingests only score=3 items (with a configurable cap).
  • SOTA detection and logging: compares ingested results to the relevant topic’s SOTA tracker, rebuilds derived graph files, and appends a concise digest to logs for easy auditing.
  • Use case: keep an accounting/finance/econ empirical knowledge wiki continuously updated—e.g., ingest new identification/robustness papers, attach them to the right variables/concepts/claims, and refresh benchmark best results.

Quick Start

Run the daily ingest from the wiki project root by executing the /daily-arxiv skill with an hours window of 24 and up to 5 ingests.

Frequently Asked Questions about 每日从 arXiv 拉取新论文,过滤相关性,auto-ingest 高优先级论文,检测 SOTA 更新

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily arXiv paper discovery and ingest into a research wiki?

To automate daily arXiv ingest, this skill fetches RSS feeds, scores relevance against your wiki topics, and automatically ingests high-priority papers with append-only logging to prevent duplicates.

What is SOTA tracking in empirical research literature workflows?

SOTA tracking compares newly ingested arXiv papers against your wiki's benchmark trackers, updating derived graph files and appending concise digests to logs for auditing new best results.

How to filter arXiv RSS feeds for specific finance and economics research topics?

Filter arXiv RSS feeds by reading topic, concept, and open question context from your empirical research wiki to score paper relevance and cap automatic ingests to high-priority items only.

Can I use DeepXiv briefs to supplement arXiv daily literature discovery?

Yes, you can optionally merge DeepXiv trending briefs with arXiv RSS fetches to deduplicate against existing wiki indexes and download selected papers to raw discovered directories.

Does automated arxiv ingest prevent duplicate paper entries in a knowledge graph?

Yes, guarded ingest updates prevent duplicate paper entries by deduplicating RSS fetches against the existing wiki index and using append-only logging for controlled knowledge graph edge mapping.

What are the limitations of automatic arxiv paper ingest for accounting research wikis?

Automatic ingest is limited to configurable caps and score=3 items only, targeting empirical workflows in accounting, finance, management, and economics to prevent knowledge base overload.