Exam Review & Multimodal Data Engineering · Internship (Talkweb)2026.03 – 2026.06
LLM / Agent / Multimodal / Data Engineering
- Exam Review Agent Platform · exam-checker-agent: built a platform that reviews university final and postgraduate exam papers, auto-detecting 10 error classes — typos, grammar, logic, semantics, image-text consistency, etc. (20 detection tasks across ZH/JA/DE/FR); a "parse → per-question routing → detection → dedup & aggregation → plagiarism check → report" pipeline, with a four-stage image-text chain (VLM visual check + forced reconciliation checklist + text-only re-review) that raised image-text inconsistency recall from 52% to 88%, F1 0.89–0.92, precision 0.95+. Full-stack Python / FastAPI / React / SQLite / Docker.
- Review Test-Dataset Generator · mm_dataset_factory: built a platform that synthesizes test data for the review system — extracting figure-bearing questions from real Word/DOCX papers, planning errors at three levels L1/L2/L3 (image mismatch / parameter conflict / logically unsolvable) via VLM error planning + Seedream / Wan text-to-image models for error injection + a post-generation evaluation loop (numeric-anchor check, pass/repair/regenerate), batch-producing image-text pairs where the figure contradicts the stem. Full-stack FastAPI + React + SQLAlchemy async, SSE streaming.
- Image-Text Consistency Benchmark · EduFig-IC: data produced by the pipeline above, curated into a graded image-text consistency benchmark for STEM questions with figures (L1/L2/L3, 973 samples), evaluating VLMs' ability to detect image-text inconsistency.