paper-with-me

홈 › Papers

Kokoyi: Executable LaTeX for End-to-end Deep Learning

2021-09-29 · Minjie Wang, Haoming Lu, Yu Gai, Lesheng Jin, Zihao Ye, Zheng Zhang

Despite substantial efforts from the deep learning system community to relieve researchers and practitioners from the burden of implementing models with ever-growing complexity, a considerable lingual gap remains between developing models in the language of mathematics and implementing them in the languages of computer. The mission of Kokoyi is to close this gap by enabling automatic translation of mathematics into efficient implementations, thereby making math-in-codes and math-in-model consistent. This paper presents our first step towards the goal: kokoyi-lang, a programming language with the syntax of LaTeX and the semantics of deep learning mathematics, and a prototype kokoyi-lang compiler and runtime supporting advanced optimizations such as auto-batching. Kokoyi is integrated with Jupyter Notebook, and will be released in open-source.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningMathTranslation

Similar Papers 제목 키워드 기반

TexOCR: Advancing Document OCR Models for Compilable Page-to-LaTeX Reconstruction

2026-04-24 · Chengye Wang, Lin Fu, Zexi Kuang, Yilun Zhao arxiv

Existing document OCR largely targets plain text or Markdown, discarding the structural and executable properties that make LaTeX essential for scientific publishing. We study page-level reconstruction of scientific PDFs…

Reinforcement Learning

Code as Representation: A Compilable Parsing Paradigm for Academic Documents

2026-08-18 · Rihui Jin, Jun Wang, chengyuan zhu, Liang Mingyu 외 arxiv

Academic papers are a primary carrier of scientific knowledge, yet most of this knowledge remains locked in PDFs that are optimized for human reading rather than machine use. For Multimodal Large Language Models (MLLMs),…

LATTE: Improving Latex Recognition for Tables and Formulae with Iterative Refinement

2024-09-21 · Nan Jiang, Shanchao Liang, Chengxiao Wang, Jiannan Wang 외

Portable Document Format (PDF) files are dominantly used for storing and disseminating scientific research, legal documents, and tax information. LaTeX is a popular application for creating PDF documents. Despite its adv…

Fault localization

NeuRaLaTeX: A machine learning library written in pure LaTeX

2025-03-31 · James A. D. Gardner, Will Rowan, William A. P. Smith

In this paper, we introduce NeuRaLaTeX, which we believe to be the first deep learning library written entirely in LaTeX. As part of your LaTeX document you can specify the architecture of a neural network and its loss f…

Reproducible Science with LaTeX

2020-10-04 · Haim Bar, Haiying Wang

This paper proposes a procedure to execute external source codes from a LaTeX document and include the calculation outputs in the resulting Portable Document Format (pdf) file automatically. It integrates programming too…