Simplified Chinese translation of the DeepSeek-R1 paper, DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning, typeset in LaTeX.
- Original paper: arXiv:2501.12948
- Translated PDF: see Releases
| File/Directory | Description |
|---|---|
sn-article.tex |
Main body |
appendix.tex |
Appendix |
sn-bibliography.bib |
Bibliography |
deepseek.cls |
Document class |
commands.tex |
Custom commands |
figures/ |
Figure assets |
tables/ |
Table assets |
data/ |
Other data assets |
logo/ |
Logo assets |
Compile with TeX Live 2025 + xelatex (xeCJK is enabled for Chinese typesetting):
xelatex sn-article.tex
bibtex sn-article
xelatex sn-article.tex
xelatex sn-article.texThe build output is sn-article.pdf.
Copyright of the original paper belongs to DeepSeek-AI. This repository provides an unofficial Chinese translation for educational and reference purposes only.