LaTA: A Drop-in, FERPA-Compliant Local-LLM Autograder for Upper-Division STEM Coursework

Jesse A. Rodríguez

arXiv:2605.05410 · 2026-05-08 공개 · arXiv · PDF

Abstract

Large-language-model (LLM) graders promise to relieve the grading burden of upper-division STEM courses, but most deployments to date send student work to third-party APIs, violating FERPA and exposing institutions to data risk while requiring substantial assignment modification. We present $\textbf{LaTA}\ (\textit{LaTeX Teaching Assistant})$, a drop-in, open-source autograder that runs entirely on commodity on-premises hardware and assumes a LaTeX-native workflow already adopted by many engineering and physics courses. LaTA implements a four-stage pipeline (ingest, segment, grade, report) using a locally hosted open-weight chain-of-thought LLM grader (gpt-oss:120b) that compares student work to an instructor-authored reference solution and applies a YAML rubric with binary per-item scoring. We deployed LaTA in Winter~2026 in ME 373 (Mechanical Engineering Methods) at Oregon State University, grading every weekly assignment for approximately 200 students on a single Mac Studio at \$0 marginal cost per assignment and 1--3 minutes of wall-clock time per submission, enabling regrading of corrected assignments and greatly expanded TA office hour offerings. The instructor-confirmed grading-error rate held at roughly $0.02$--$0.04\%$ per rubric line item across the term. Relative to the same instructor's previous traditionally-graded cohort, the LaTA-graded cohort outperformed by approximately $11\%$ on the midterm exam and $8\%$ on the final exam, and reported large gains in self-assessed confidence on every stated learning objective ($N = 159$ survey responses, $\Delta \geq +1.49$ Likert points, $p < 10^{-27}$ on every comparison). We release the code under AGPLv3.

한국어 요약

📋 한 줄 요약

**[교육/LLM 응용]** FERPA를 준수하는 온프레미스 LaTeX 자동 채점 시스템 LaTA를 제시하고, 오리건주립대 ME 373(약 200명) 한 학기 운영을 통해 0.02–0.04% 채점 오류율과 학생 시험 점수 8–11% 향상을 입증한다.

🎯 핵심 기여도

💡 핵심 아이디어

공대·물리 강의에서 이미 LaTeX 워크플로우가 보편적이므로, LaTeX 원문을 그대로 입력으로 받는 자동 채점기를 로컬에서 돌리면 FERPA 위험과 비용·과제 수정 부담을 동시에 없애면서 강사가 강력한 채점 일관성을 확보할 수 있다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: 규제(FERPA) 준수와 비용을 동시에 만족하는 실제 강의 운영형 LLM 채점기의 첫 대규모 사례 보고. **한계**: LaTeX 워크플로우와 강사 작성 솔루션·루브릭에 의존, 비-수치 인문계열로의 직접 일반화는 어렵다.

🚀 실용적 활용