Install any skill in seconds. Free to start, no credit card required.
Get Started Free →bilingual chinese-english academic paper reading and latex report generation from research paper pdfs. use when the user uploads or references a research paper pdf and wants a structured latex reading note, paper summary, contribution analysis, method and equation explanation, representative baseline model explanation, term glossary, reproducibility assessment, or international research status analysis. first ground findings in the pdf; use web search only when the pdf lacks enough context for r
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 176% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 79% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 89% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 82% | 0% |
Use this skill to turn a research paper PDF into a bilingual Chinese-English LaTeX review report. The report must prioritize the paper's own content, extract the truly important ideas, explain methods and representative comparison models, and assess reproducibility.
外部补充 / External Supplement.PDF 中未提供 / Not provided in the PDF or 未能确认 / Not verified instead of guessing.Return a single compilable .tex document unless the user asks for a full project. Use XeLaTeX-compatible Chinese support.
Use this default preamble:
latex\\documentclass[11pt]{article} \\usepackage[UTF8]{ctex} \\usepackage{geometry} \\usepackage{amsmath, amssymb, amsfonts} \\usepackage{booktabs} \\usepackage{enumitem} \\usepackage{hyperref} \\usepackage{xcolor} \\geometry{margin=1in} \\hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue, citecolor=blue} \\title{论文精读报告 / Bilingual Paper Review} \\author{Generated by ChatGPT} \\date{\\today}
Use bilingual section titles in the format 中文 / English. Put Chinese first and English second.
Always include these sections unless the PDF makes a section impossible; if impossible, include the section and mark missing information.
latex\\section{论文信息 / Paper Metadata} \\section{核心重要总结 / Core Importance Summary} \\section{摘要 / Summary} \\section{问题背景与动机 / Problem Background and Motivation} \\section{创新点 / Contributions and Innovations} \\section{方法解释 / Method Explanation} \\section{关键公式与符号 / Key Equations and Notation} \\section{代表模型与对比模型来源 / Representative and Compared Models} \\section{实验结果 / Experimental Findings} \\section{重要名词解释 / Key Term Glossary} \\section{国际现状分析 / International Research Status Analysis} \\section{可复现性分析 / Reproducibility Analysis} \\section{局限性与风险 / Limitations and Risks} \\section{适合读者与使用场景 / Suitable Readers and Use Cases} \\section{结论 / Conclusion}
Include:
3分钟读懂 / Three-minute version,Do not merely translate the abstract. Summarize the real paper content:
For each innovation, include:
Use two layers:
直觉解释 / Intuitive Explanation: explain as if to a technical reader new to the topic.技术解释 / Technical Explanation: explain modules, pipeline, objective, training/inference, and implementation details.When the paper has a model architecture, describe inputs, outputs, intermediate representations, training objective, and inference process.
For each important equation:
If equations are embedded as images and cannot be reliably extracted, state that formulas need manual verification from the PDF image.
Start with a source table:
latex\\begin{tabular}{p{0.22\\linewidth}p{0.30\\linewidth}p{0.38\\linewidth}} \\toprule 模型 / Model & 来源 / Source & 为什么重要 / Why It Matters \\\\ \\midrule ... \\bottomrule \\end{tabular}
Classify sources as:
实验表格 baseline / experimental baseline,Related Work,作者讨论 / author discussion,外部补充 / external supplement.For each representative model, include:
latex\\subsection{代表模型:MODEL / Representative Model: MODEL} \\paragraph{核心思想 / Core Idea} ... \\paragraph{方法流程 / Method Pipeline} ... \\paragraph{关键公式或目标函数 / Key Equation or Objective} ... \\paragraph{与本文方法的区别 / Difference from This Paper} ... \\paragraph{优缺点 / Strengths and Weaknesses} ...
Explain domain terms that are central to understanding the paper. For each term:
First use the PDF's related work and citations. If insufficient, use web search and label additions as external supplements. Cover:
Use this rubric:
latex\\begin{tabular}{p{0.25\\linewidth}p{0.18\\linewidth}p{0.47\\linewidth}} \\toprule 维度 / Dimension & 判断 / Assessment & 依据 / Evidence \\\\ \\midrule 代码 / Code & ... & ... \\\\ 数据 / Data & ... & ... \\\\ 超参数 / Hyperparameters & ... & ... \\\\ 训练成本 / Training Cost & ... & ... \\\\ 评测协议 / Evaluation Protocol & ... & ... \\\\ 依赖与环境 / Dependencies & ... & ... \\\\ 总体复现难度 / Overall Difficulty & ... & ... \\\\ \\bottomrule \\end{tabular}
Use labels: 容易 / Easy, 中等 / Medium, 困难 / Hard, 无法判断 / Unknown.
信息来源说明 / Source Note subsection explaining what was PDF-based and what was externally supplemented.Other measured skills in the registry, with their headline benchmark lift.