Local HITL pipeline
Project 01 / Research Engineering
HITL Multi-Evidence ESL Essay Assessment System
A local desktop research system for ESL essay assessment that combines linguistic feature extraction, local LLM rubric evaluation, and human review.
Python · Electron · Ollama · spaCy · NLTK · LanguageTool · Local LLM Inference
Problem
The research needed more than prompt experiments: it needed a working system that could process essays, preserve evidence, support human decision notes, and export completed workbook results.
Solution
I built the technical system around an Electron desktop frontend, a local HTTP API, and a Python backend that coordinates NLP tools, local LLM inference, scoring progress, review screens, and workbook export.
My Role
Primary technical system builder for the research framework, translating the study requirements into a local/offline application workflow.
Result
Implemented and ready for experimental use. Associated research accepted for presentation at the 23rd AsiaCALL International Conference in Hanoi, Vietnam, November 14-15, 2026.
Architecture / Technical Highlights
- Electron desktop frontend with local API communication
- Python backend integrating spaCy, NLTK, LanguageTool, Ollama, and local Llama inference
- Multi-evidence comparison between linguistic features and model judgments
- Human reviewer workflow for final scores and decision notes
- Local-only processing so essays, model inference, reviewer decisions, and outputs remain on the local machine
