Reimagining service delivery in the agentic era with Google Public Sector
cloud.google.com·19h ago
TL;DR
Students often ask numerous questions to conversational AI teaching assistants, revealing potential knowledge gaps. A few-shot text classifier was developed to map these questions to curriculum topics using a prerequisite knowledge graph.
✦ Why It Matters
Engineers can leverage this approach to identify and address knowledge gaps in educational settings effectively.
Key Takeaways
How It Works
The pipeline employs a few-shot text classifier to categorize student questions based on a prerequisite knowledge graph. This graph, extracted from GPT-4, outlines the relationships between course concepts, allowing the classifier to effectively map questions to relevant curriculum topics.
Related