Computer Science > Computers and Society
arXiv:2603.08729 (cs)
[Submitted on 20 Feb 2026]
Title:Self-hosted Lecture-to-Quiz: Local LLM MCQ Generation with Deterministic Quality Control
Authors:Seine A. Shintani
View a PDF of the paper titled Self-hosted Lecture-to-Quiz: Local LLM MCQ Generation with Deterministic Quality Control, by Seine A. Shintani
View PDF
HTML (experimental)
Abstract:We present an end-to-end self-hosted (API-free) pipeline, where API-free means that lecture content is not sent to any external LLM service, that converts lecture PDFs into multiple-choice questions (MCQs) using a local LLM plus deterministic quality control (QC). The pipeline is designed for black-box minimization: LLMs may assist drafting, but the final released artifacts are plain-text question banks with an explicit QC trace and without any need to call an LLM at deployment time. We run a seed sweep on three short "dummy lectures" (information theory, thermodynamics, and statistical mechanics), collecting 15 runs x 8 questions = 120 accepted candidates (122 attempts total under bounded retries). All 120 accepted candidates satisfy hard QC checks (JSON schema conformance, a single marked correct option, and numeric/constant equivalence tests); however, the warning layer flags 8/120 items (spanning 8 runs) that expose residual quality risks such as duplicated distractors or missing rounding instructions. We report a warning taxonomy with concrete before->after fixes, and we release the final 24-question set (three lectures x 8 questions) as JSONL/CSV for Google Forms import (e.g., via Apps Script or API tooling) included as ancillary files under anc/. Finally, we position the work through the AI to Learn (AI2L) rubric lens and argue that self-hosted MCQ generation with explicit QC supports privacy, accountability, and Green AI in educational workflows.
| Comments: | |
| Subjects: | Computers and Society (cs.CY); Computation and Language (cs.CL) |
| ACM classes: | I.2.7; K.3.2 |
| Cite as: | arXiv:2603.08729 [cs.CY] |
| (or arXiv:2603.08729v1 [cs.CY] for this version) | |
| https://doi.org/10.48550/arXiv.2603.08729
Focus to learn more
arXiv-issued DOI via DataCite
|
Full-text links:
Access Paper:
- View PDF
- HTML (experimental)
- TeX Source
View a PDF of the paper titled Self-hosted Lecture-to-Quiz: Local LLM MCQ Generation with Deterministic Quality Control, by Seine A. Shintani
Ancillary-file links:
Ancillary files (details):
- arxiv_dummy_entropy_pack/README.md
- arxiv_dummy_entropy_pack/RUN_ALL_end_to_end_mcq_pipeline.ipynb
- arxiv_dummy_entropy_pack/dummy_lecture_01_information_theory_entropy.pdf
- arxiv_dummy_entropy_pack/dummy_lecture_02_thermodynamics_second_law_entropy.pdf
- arxiv_dummy_entropy_pack/dummy_lecture_03_statistical_mechanics_entropy.pdf
- arxiv_dummy_entropy_pack/requirements.txt
- dummy_lecture_01_information_theory_entropy_seed0/QuestionBank.csv
- dummy_lecture_01_information_theory_entropy_seed0/auto_check_issues.json
- dummy_lecture_01_information_theory_entropy_seed0/questions.json
- dummy_lecture_01_information_theory_entropy_seed0/run_manifest.json
- dummy_lecture_01_information_theory_entropy_seed1/QuestionBank.csv
- dummy_lecture_01_information_theory_entropy_seed1/auto_check_issues.json
- dummy_lecture_01_information_theory_entropy_seed1/questions.json
- dummy_lecture_01_information_theory_entropy_seed1/run_manifest.json
- dummy_lecture_01_information_theory_entropy_seed2/QuestionBank.csv
- dummy_lecture_01_information_theory_entropy_seed2/auto_check_issues.json
- dummy_lecture_01_information_theory_entropy_seed2/questions.json
- dummy_lecture_01_information_theory_entropy_seed2/run_manifest.json
- dummy_lecture_01_information_theory_entropy_seed3/QuestionBank.csv
- dummy_lecture_01_information_theory_entropy_seed3/auto_check_issues.json
- dummy_lecture_01_information_theory_entropy_seed3/questions.json
- dummy_lecture_01_information_theory_entropy_seed3/run_manifest.json
- dummy_lecture_01_information_theory_entropy_seed4/QuestionBank.csv
- dummy_lecture_01_information_theory_entropy_seed4/auto_check_issues.json
- dummy_lecture_01_information_theory_entropy_seed4/questions.json
- dummy_lecture_01_information_theory_entropy_seed4/run_manifest.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed0/QuestionBank.csv
- dummy_lecture_02_thermodynamics_second_law_entropy_seed0/auto_check_issues.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed0/questions.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed0/run_manifest.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed1/QuestionBank.csv
- dummy_lecture_02_thermodynamics_second_law_entropy_seed1/auto_check_issues.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed1/questions.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed1/run_manifest.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed2/QuestionBank.csv
- dummy_lecture_02_thermodynamics_second_law_entropy_seed2/auto_check_issues.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed2/questions.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed2/run_manifest.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed3/QuestionBank.csv
- dummy_lecture_02_thermodynamics_second_law_entropy_seed3/auto_check_issues.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed3/questions.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed3/run_manifest.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed4/QuestionBank.csv
- dummy_lecture_02_thermodynamics_second_law_entropy_seed4/auto_check_issues.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed4/questions.json
- dummy_lecture_02_thermodynamics_second_law_entropy_seed4/run_manifest.json
- dummy_lecture_03_statistical_mechanics_entropy_seed0/QuestionBank.csv
- dummy_lecture_03_statistical_mechanics_entropy_seed0/auto_check_issues.json
- dummy_lecture_03_statistical_mechanics_entropy_seed0/questions.json
- dummy_lecture_03_statistical_mechanics_entropy_seed0/run_manifest.json
- dummy_lecture_03_statistical_mechanics_entropy_seed1/QuestionBank.csv
- dummy_lecture_03_statistical_mechanics_entropy_seed1/auto_check_issues.json
- dummy_lecture_03_statistical_mechanics_entropy_seed1/questions.json
- dummy_lecture_03_statistical_mechanics_entropy_seed1/run_manifest.json
- dummy_lecture_03_statistical_mechanics_entropy_seed2/QuestionBank.csv
- dummy_lecture_03_statistical_mechanics_entropy_seed2/auto_check_issues.json
- dummy_lecture_03_statistical_mechanics_entropy_seed2/questions.json
- dummy_lecture_03_statistical_mechanics_entropy_seed2/run_manifest.json
- dummy_lecture_03_statistical_mechanics_entropy_seed3/QuestionBank.csv
- dummy_lecture_03_statistical_mechanics_entropy_seed3/auto_check_issues.json
- dummy_lecture_03_statistical_mechanics_entropy_seed3/questions.json
- dummy_lecture_03_statistical_mechanics_entropy_seed3/run_manifest.json
- dummy_lecture_03_statistical_mechanics_entropy_seed4/QuestionBank.csv
- dummy_lecture_03_statistical_mechanics_entropy_seed4/auto_check_issues.json
- dummy_lecture_03_statistical_mechanics_entropy_seed4/questions.json
- dummy_lecture_03_statistical_mechanics_entropy_seed4/run_manifest.json
- final24_entropy_mcq.csv
- final24_entropy_mcq.jsonl
- runs_summary.csv
References & Citations
export BibTeX citation
Loading...
Bibliographic Tools
Code, Data, Media
Demos
Related Papers
About arXivLabs
Bibliographic and Citation Tools
Bibliographic Explorer Toggle
Bibliographic Explorer (What is the Explorer?)
Connected Papers Toggle
Connected Papers (What is Connected Papers?)
Litmaps Toggle
Litmaps (What is Litmaps?)
scite.ai Toggle
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv Toggle
alphaXiv (What is alphaXiv?)
Links to Code Toggle
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub Toggle
DagsHub (What is DagsHub?)
GotitPub Toggle
Gotit.pub (What is GotitPub?)
Huggingface Toggle
Hugging Face (What is Huggingface?)
Links to Code Toggle
Papers with Code (What is Papers with Code?)
ScienceCast Toggle
ScienceCast (What is ScienceCast?)
Demos
Replicate Toggle
Replicate (What is Replicate?)
Spaces Toggle
Hugging Face Spaces (What is Spaces?)
Spaces Toggle
TXYZ.AI (What is TXYZ.AI?)
Recommenders and Search Tools
Link to Influence Flower
Influence Flower (What are Influence Flowers?)
Core recommender toggle
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.




