AI Peer Feedback Systems

Created: 2026-05-07 | Tags: edtech-platformfeedback-loopformative-assessmentteacher-rolehigher-edlearning-analyticsllm
📄 Full text: arXiv:2605.04740 · local
Student peer feedback is often superficial or inconsistent. AICoFe (AI-based Collaborative Feedback) uses a multi-LLM pipeline (GPT-4.1-mini, Gemini 2.5 Flash, Llama 3.1) to generate diverse perspectives on student presentations, but the critical design feature is teacher-in-the-loop mediation—educators curate and compose final feedback before delivery.^becerra-aicofe-feedback-2026

The Problem

Peer feedback develops critical reflection and evaluative judgment, yet:

AI-generated feedback alone risks replacing shallow peer comments with shallow AI comments. AICoFe addresses this by treating AI as a draft generator, not a final deliverer.

System Architecture

Four components:^becerra-aicofe-feedback-2026

Module Purpose
Visualization Role-specific dashboards (student, teacher, evaluator)
Management Hybrid SQL + MongoDB data infrastructure
Feedback Generation Multi-LLM pipeline synthesizing rubric scores + qualitative comments
Recording Video/audio capture of student presentations (opt-in, GDPR-compliant)

The Multi-LLM Pipeline

Three independently fine-tuned models receive:

Each model produces an independent draft. The diversity of models is intentional—GPT, Gemini, and Llama have different stylistic biases and blind spots; teacher curation selects the best fragments.^becerra-aicofe-feedback-2026

Teacher-in-the-Loop Mediation

The Teacher Dashboard is the central mediation interface:

This preserves pedagogical authority while reducing teacher workload.^becerra-aicofe-feedback-2026

Transparency & Analytics

Student Experience

Relationship to Human-in-the-Loop AI

AICoFe represents a human-centered AI paradigm for education: AI augments rather than replaces human judgment. This contrasts with fully automated grading or feedback systems that remove the teacher from the loop. The key insight is that pedagogical authority resides with the teacher, and AI's role is to expand the range and depth of actionable comments they can craft.^becerra-aicofe-feedback-2026

Related Pages