abdulmannaan1/ai-masters-advisor-france
๐ AI Masters Advisor โ France
This Space hosts a Retrieval-Augmented Generation (RAG) system designed to answer student questions about applying to Masterโs programs in France.
The assistant supports English and French queries and is grounded strictly on official academic documents, including:
- Campus France "รtudes en France" guide
- Campus France Master's admission documentation
- Universitรฉ Paris-Saclay AI Master's catalogue
- Grenoble AI4OneHealth Master's guide
- HEC MSc Data Science program brochure
All answers are generated using a retrieval + grounding pipeline to minimize hallucinations and ensure factual accuracy.
๐ System Features
โ Multilingual question answering (English & French) โ FAISS vector retrieval over official university PDFs โ Phi-3 LLM response synthesis โ Faithfulness + Recall@k benchmarking โ Fully reproducible evaluation pipeline
๐ Evaluation Results
Benchmarking was conducted on bilingual admissions QA sets:
The results demonstrate strong cross-lingual grounding performance with higher top-rank retrieval precision observed for French queries.
๐ Project Links
- โ Source code & experiments: https://github.com/abdulmannaan502/french-masters-rag-advisor
- โ Reproducible evaluation notebook (Kaggle): (Link will be added after notebook publication)
โ๏ธ Architecture Overview
Pipeline Flow:
PDF documents โ Chunking โ Embedding โ FAISS Vector Search โ Top-K Grounded Context โ Phi-3 Generation โ Verified Answer
All outputs are constrained to retrieved document context to maintain factual reliability.
๐ฏ Use Case
This assistant is intended as:
- A proof-of-concept admissions advisor chatbot
- A research artifact for multilingual NLP evaluation
- A portfolio system for graduate AI program applications
๐ Research
A technical evaluation of this system is documented in a short research preprint:
_โMultilingual Evaluation of a Retrieval-Augmented Generation System for Admissions Question Answeringโ_
(arXiv submission pending)
๐ Maintenance
This project is actively maintained and expanded for:
- Larger bilingual datasets
- Retrieval reranking experiments
- Response faithfulness auditing
