ml-paper-research

Find, read, and synthesize machine learning papers into structured, citable research outputs.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/miyake-san/sogo-agent-platform --skill ml-paper-research-miyake-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-paper-research
Source: https://github.com/miyake-san/sogo-agent-platform/tree/main/skills/experimental/ml-paper-research
Command: npx skills add https://github.com/miyake-san/sogo-agent-platform --skill ml-paper-research-miyake-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Machine learning literature research is slow and error-prone: papers are scattered across arXiv, OpenReview, and conference proceedings, and it is easy to misattribute results or fabricate citations. This Skill provides a disciplined find-read-synthesize-compare-reproduce workflow that produces honest, source-grounded summaries, comparisons, and reproduction plans. ## Core Features & Use Cases - Structured paper summaries: Extract problem, key idea, method, setup, as-reported results, limitations, and lineage for each paper using a consistent template. - SOTA and method comparisons: Build comparison tables that only contrast numbers from comparable setups, flagging non-apples-to-apples results. - Literature reviews and lineage tracing: Group papers by approach, identify consensus and open problems, and trace how a technique evolved. - Reproduction plans: Document code, weights, dataset availability, under-specified details, and baselines for replicating a paper's claims. - Use Case: Ask "What is the SOTA for long-context retrieval?" and receive a synthesis of 3-8 primary-source papers, a comparison table with as-reported metrics, full linked references, and a recommended reading order. ## Quick Start Ask the agent to find and compare recent papers on a machine learning topic, such as "summarize and compare the latest methods for parameter-efficient fine-tuning with full citations."

Frequently Asked Questions about ml-paper-research

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

FAQPage Schema
How do I find state-of-the-art papers for a machine learning task?

Query Papers with Code leaderboards and arXiv for the task, then collect 3-8 high-signal primary papers. The workflow reads each paper structurally and produces a SOTA summary with caveats and a comparison table of as-reported results.

How to compare two machine learning methods from different papers?

Extract each paper's setup, datasets, baselines, and reported metrics, then build a comparison table. Only compare numbers from comparable setups; when setups differ, the comparison is explicitly flagged as not apples-to-apples.

Which sources are used for ML literature search?

The workflow uses arXiv for preprints, Papers with Code for leaderboards and code links, OpenReview for peer reviews, Semantic Scholar for citation graphs, Google Scholar for broad search, and official conference proceedings for camera-ready versions.

Can it summarize a paper without access to the full text?

No. The skill requires fetching and reading primary sources with the web tool rather than relying on memory. Any claim that cannot be verified from a fetched source is labeled [unverified] with a note on what would confirm it.

How do I build a reproduction plan for a research paper?

Define the specific claim to reproduce, then document code, weights, and dataset availability, environment and hyperparameters, under-specified details with resolution strategies, and exact baselines and metrics. The plan ends with concrete implementation tasks.

What are the limitations of automated paper comparison?

Reported metrics often come from different datasets, compute budgets, and evaluation protocols, so cross-paper numbers are not always comparable. The workflow mitigates this by attributing every metric to its exact setup and flagging invalid comparisons rather than merging them.