explaingit

mrgediao/paper-reading-zh

Analysis updated 2026-05-18

49Audience · researcherComplexity · 2/5LicenseSetup · easy

TLDR

A rule set that makes AI assistants read academic papers more carefully, flagging unverified facts instead of guessing.

Mindmap

mindmap
  root((paper-reading-zh))
    What it does
      Evidence rules for reading papers
      Flags unverified claims
      Traces numbers to source
    Reading modes
      Deep read
      Engineering breakdown
      Comparison mode
    Tech stack
      Agent Skill
      Web prompt kit
    Use cases
      Lab meeting prep
      Reproduction check
      Paper comparison
    Audience
      Researchers
      CS AI students

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Prepare a clear explanation of a paper before a lab meeting.

USE CASE 2

Judge whether a published method could actually be reproduced in practice.

USE CASE 3

Compare several papers without mixing up different datasets or metrics.

USE CASE 4

Get a paper summary that clearly marks what was verified versus assumed.

What is it built with?

MarkdownAgent Skill

How does it compare?

mrgediao/paper-reading-zh29-cu/ruota-della-fortunaalemtuzlak/kiira
Stars494949
LanguageHTMLTypeScript
Setup difficultyeasyeasymoderate
Complexity2/52/52/5
Audienceresearchergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Copy the skill folder into your AI tool's skills directory or paste the prompt file into a project.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

paper-reading-zh is a collection of prompt rules designed to make AI systems read academic papers more carefully and honestly, with a focus on Chinese-language workflows. The core idea is that when an AI reads a paper, it should mark anything it cannot verify as unverified rather than filling in gaps with plausible-sounding guesses. Venue names, publication years, conference rankings, and code links must be confirmed before being stated. If experimental numbers cannot be traced back to a specific table or figure in the paper, the AI must say so. The rules work in two ways. You can paste the provided prompt text into the system instructions of a Claude Project or ChatGPT Project, then upload a PDF or paste a link to a paper and ask the AI to read it. Alternatively, for command-line tools like Codex or Claude Code, you can copy the folder into the tool's skills directory and the rules activate automatically when you provide a paper and ask for a close reading. There are three reading modes. The deep-read mode walks through a single paper covering the problem it addresses, its main contributions, the method it proposes, experimental results, and limitations. The engineering mode focuses on whether the described approach could realistically be implemented: it maps out data flow, module responsibilities, and gaps in implementation detail. The survey mode handles comparisons across multiple papers, checking that datasets, evaluation metrics, model sizes, and training conditions are actually comparable before drawing conclusions. The project is in early development at version 0.1.2. Known limitations include incomplete end-to-end testing across all supported platforms, PDF chart reading ability that varies by platform, and formula-to-code alignment that only activates when the user supplies code directly. The project does not generate slides, bibliography files, or full translations.

Copy-paste prompts

Prompt 1
Read this paper carefully and tell me what is verified versus what is assumed: [paste arXiv link]
Prompt 2
Break down this paper from an engineering reproduction angle, including any missing implementation details.
Prompt 3
Compare these three papers, but check first whether their datasets and metrics are actually comparable.
Prompt 4
Summarize this paper for someone new to the lab, following the problem, method, evidence, limitations structure.

Frequently asked questions

What is paper-reading-zh?

A rule set that makes AI assistants read academic papers more carefully, flagging unverified facts instead of guessing.

What license does paper-reading-zh use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is paper-reading-zh to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is paper-reading-zh for?

Mainly researcher.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.