paper-with-me

Papers

TeXpert: A Multi-Level Benchmark for Evaluating LaTeX Code Generation by LLMs

2025-06-20 · Sahil Kale, Vijaykant Nadadur

LaTeX's precision and flexibility in typesetting have made it the gold standard for the preparation of scientific documentation. Large Language Models (LLMs) present a promising opportunity for researchers to produce publication-ready material using LaTeX with natural language instructions, yet current benchmarks completely lack evaluation of this ability. By introducing TeXpert, our benchmark dataset with natural language prompts for generating LaTeX code focused on components of scientific documents across multiple difficulty levels, we conduct an in-depth analysis of LLM performance in this regard and identify frequent error types. Our evaluation across open and closed-source LLMs highlights multiple key findings: LLMs excelling on standard benchmarks perform poorly in LaTeX generation with a significant accuracy drop-off as the complexity of tasks increases; open-source models like DeepSeek v3 and DeepSeek Coder strongly rival closed-source counterparts in LaTeX tasks; and formatting and package errors are unexpectedly prevalent, suggesting a lack of diverse LaTeX examples in the training datasets of most LLMs. Our dataset, code, and model evaluations are available at https://github.com/knowledge-verse-ai/TeXpert.

📄 PDF Abstract BibTeX arXiv:2506.16990

Code (1)

knowledge-verse-ai/texpert 공식 구현

Tasks

Code Generation

Similar Papers 제목 키워드 기반

PlantExpertVQA: A Visual Question Answering Dataset for Benchmarking Vision-Language Models in Plant Science

2025-08-23 · Syed Nazmus Sakib, Nafiul Haque, Mohammad Zabed Hossain, Shifat E. Arman arxiv

Existing plant-disease datasets target classification and detection, leaving vision-language models unable to support interactive, reasoning-based diagnosis. To address this, we present PlantExpertVQA, a large-scale visu…

parameter-efficient fine-tuningVisual Question AnsweringDomain Adaptation

MatExpert: Decomposing Materials Discovery by Mimicking Human Experts

2024-10-26 · Qianggang Ding, Santiago Miret, Bang Liu

Material discovery is a critical research area with profound implications for various industries. In this work, we introduce MatExpert, a novel framework that leverages Large Language Models (LLMs) and contrastive learni…

Contrastive LearningRetrieval

Amplexor MTExpert – machine translation adapted to the translation workflow

2016-05-01 · EAMT 2016 5 · Alexandru Ceausu, Sabine Hunsicker, Tudy Droumaguet
Machine TranslationTranslation

TeXBLEU: Automatic Metric for Evaluate LaTeX Format

2024-09-10 · Kyudan Jung, Nam-Joon Kim, Hyongon Ryu, Sieun Hyeon 외

LaTeX is suitable for creating specially formatted documents in science, technology, mathematics, and computer science. Although the use of mathematical expressions in LaTeX format along with language models is increasin…

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