watericetangcw / academic-research-graph

목록에 있음

A SKILL that turns one paper into a living research map.

master도구스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:watericetangcw/academic-research-graph

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 4ac7b91동기화 2026. 8. 18.

Academic Research Graph Skill

简体中文

Turn one paper into a living research map.
Trace where an idea came from, how it evolved, who challenged it, and what the code actually does.

Configure as a ChatGPT Skill Explore the live graph Download the latest release

Example instruction: "Research the concept Transformer and paper Attention Is All You Need with @academic-research-graph."

Interactive academic paper graph with a selected paper detail panel

Give the Skill a paper, academic concept, benchmark, claim, or paper-associated GitHub repository. It researches the surrounding literature and returns an interactive graph you can actually explore—not just a long list of citations.

See the field, not just the bibliography

Follow the main intellectual lineage

See which earlier work supplied the key idea, which papers genuinely extended it, and which branches became important later.

Understand papers you have never read

Each important node explains the paper for someone who knows the field but has not opened the PDF: background, problem, method, evidence, significance, and limitations.

Find real disagreements

Conflict edges highlight criticism, contradictory findings, failed reproductions, incompatible assumptions, and cases where two papers only appear to disagree because they use different data or evaluation protocols.

Verify benchmark adoption

The graph distinguishes a paper that merely cites a benchmark from one that actually evaluates on it, loads its data, or uses its official code.

Connect the paper to the code

Start from a GitHub repository, resolve the associated paper, inspect the implementation at a pinned commit, and compare the code with the method described in the paper.

Keep growing the graph

Select any existing node, launch a new research branch, and merge the reviewed findings back into the original graph without rebuilding everything.

What you get

The generated page can show:

  • clickable paper nodes and relationship edges;
  • preprint, conference, journal, and publication status;
  • sourced top-venue badges;
  • readable paper guides and metadata links;
  • main-lineage and controversy highlighting;
  • optional representative figures for key papers;
  • Chinese, English, or bilingual content;
  • “latest expansion” highlighting only after a real incremental update.

Live example: Open the interactive research graph

Start with almost anything

  • a paper URL, DOI, arXiv ID, title, or PDF;
  • a concept such as Vision Transformer;
  • a benchmark or dataset;
  • a concrete academic claim or controversy;
  • a paper-associated GitHub repository;
  • any node in a graph you already built.

Use it in three steps

  1. Install it in ChatGPT or DeepSeek Harness using the instructions below.
  2. Describe what you want to investigate, including the focus and output language.
  3. Explore the generated graph, then continue from any node when a branch deserves deeper research.

Configure as a ChatGPT Skill

Example requests

Research arXiv:2406.05720. Trace its important origins and meaningful
follow-up work, identify major disagreements, and verify which papers
actually used its benchmark. Produce the graph in English.
Build a Chinese research graph for Vision Transformer. Explain every core
paper for a field-familiar reader who has not read it, and highlight the
main lineage from Transformer to ViT and its most important descendants.
Start from this GitHub repository, identify the associated paper, compare
the implementation with the paper, and map its origins, follow-up work,
and criticism.
Continue from the DeiT node in the current graph. Investigate the data-
efficiency branch and merge the reviewed results back into the graph.

Language support

Choose one output mode:

output_language: zh-CN      # Simplified Chinese
output_language: en         # English
output_language: bilingual  # Chinese + English

Paper titles, author names, venue names, identifiers, benchmark names, metrics, equations, and code symbols remain in their canonical form so they stay searchable.

Download and install

ChatGPT

  1. Download the latest archive from https://github.com/watericetangcw/academic-research-graph/releases/latest.
  2. Open ChatGPT Skills.
  3. Import the ZIP or extracted Skill folder.
  4. Use SKILL.md as the Skill entry point when your host asks for one.

DeepSeek Harness

This repository also ships as a native DeepSeek Harness profile bundle. The bundle format targets @deepseek-ai/dsh 0.1.0-rc.5.

Prerequisites:

  • Node.js ^22.19.0 or >=24.0.0;
  • pnpm available on PATH (corepack enable can provide it).

Install the plugin into the default web profile, then start Harness:

corepack enable
npx @deepseek-ai/dsh plugin --profile web add github:watericetangcw/academic-research-graph
npx @deepseek-ai/dsh web

After Harness starts, enter /academic-research-graph followed by your research request. Harness may also load the Skill automatically when the request matches its description.

Plugins are profile-scoped. Replace web with headless or another profile name when that is the profile you run. Append #v0.2.4 to the GitHub package spec if you want to pin this release.

Inspect, update, or remove the installed bundle with:

npx @deepseek-ai/dsh --profile web --dump-config
npx @deepseek-ai/dsh plugin --profile web update dsh-academic-research-graph
npx @deepseek-ai/dsh plugin --profile web remove dsh-academic-research-graph

If dsh is already installed as a command, you can use dsh instead of npx @deepseek-ai/dsh.

For developers

The main README focuses on the experience delivered to research users. Architecture, schemas, scripts, local rendering, graph patches, adapter contracts, repository structure, asset rules, and contribution guidance live here:

License

This project is licensed under the MIT License.

Citation

If you use Academic Research Graph Skill in research or academic work, please cite the project using the metadata in CITATION.cff.

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

문서감지됨
예제감지됨

저장소 정보

언어
HTML
라이선스
MIT
최신 릴리스
v0.2.3
마지막 업데이트
2026. 8. 15. 오전 11:27

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.