Intent Detection in Arabic
Project Overview
Built intent classification models for Arabic conversational and query text at CERIST, a core component for downstream applications such as chatbots, voice assistants, or automated support systems operating in Arabic.
Technical Details
- Architectures: Fine-tuned AraBERT, consistent with the sentiment analysis work, compared against classical baselines.
- Intent taxonomy: A compact set of domain-specific intents, sized to the target application rather than to a general-purpose assistant.
- Data: Short Arabic queries and conversational turns, collected and labeled against that taxonomy.
Related Work
Complements the local LLM and RAG deployment work by handling structured intent classification ahead of retrieval or generation.