AI Agent Hub
Back to skills
Jarvis Paper Interpreter icon

Jarvis Paper Interpreter

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_5afe0d61/jarvis-paper-interpreter into your AI assistant.

About this skill

Problem

Recommender system and computational advertising papers often scatter method components, offline metrics, online gains, and architecture diagrams across sections. Turning them into reusable notes easily drops key indicators or forces method modules into overly specific or overly generic labels. Industrial papers from companies like Meta, ByteDance, and Alibaba are especially variable in metric naming and module structure, making generic summarizers hard to standardize.

How It Works

jarvis-paper-interpreter takes a paper_arxiv_id, reads the ar5iv HTML version first, and generates a Markdown analysis using a fixed template. The workflow covers retrieval, reading, extraction, templating, validation, and archiving, which fits batch organization of arXiv paper notes.

  • Complete structure: title, TLDR, problems, methods, gains, architecture, and experiments are validated in order.
  • Source-driven extraction: top-level category names and gain metrics are taken from the paper instead of hardcoded terms.
  • Figure handling: Figure 1 is saved as {short_name}_Figure1.png and inserted under [Model Architecture].
  • Failure handling: network retries occur 3 times, then the skill requests a PDF; if no clear architecture figure exists, it states that explicitly.

Boundaries

Use it for deep analysis of recommender system, computational advertising, or recommendation algorithm papers; do not use it when only a TLDR, abstract, or non-domain paper reading is needed.

Use Cases

  • Analyze a Meta recommender system arXiv paper and generate a fixed-structure note covering TLDR, problems, methods, gains, architecture, and experiments.
  • Organize ByteDance computational advertising paper notes by extracting module names and reported gain metrics directly from the paper instead of using fixed labels.
  • Pass an Alibaba recommendation algorithm arXiv ID to the skill to produce a Markdown analysis and save the Figure 1 architecture image.
  • Perform a deep recommender system paper analysis; if ar5iv retrieval fails, the skill retries three times and then requests a PDF before continuing.

Best For

  • A recommender system engineer who shares papers in weekly meetings and needs a standardized Markdown analysis for arXiv papers.
  • A computational advertising researcher tracking industry work and needing module innovations plus experimental gains from Meta, ByteDance, or Alibaba papers.
  • A knowledge manager maintaining a team wiki who needs recommendation papers converted into Markdown notes with architecture diagrams.
  • A technical blogger who needs a first draft of a deep paper analysis following the Jarvis structure.