sharvari2/Hallucination-detection-LLM
Detecting hallucinations on SQuAD using classical ML and deep learning Models
SUMMARY AI summary by gpt-5-mini
Repository for detecting hallucinations in LLM-generated answers. It builds a 5,000-sample SQuAD v1.1 dataset, generates answers, labels them, extracts features and trains nine models to classify hallucinations. Intended for ML/NLP practitioners who need lightweight detectors or baseline comparisons. Key results: a 1‑D CNN over concatenated question+context+generated answer achieves highest test accuracy (0.976). Simple classical baselines (logistic regression, random forest) using three handcrafted features—length difference, TF‑IDF cosine similarity, and a context‑match flag—are competitive (~0.96). Includes two notebooks (data build and full pipeline), processed datasets, model comparison plot, and uses Python, PyTorch/TensorFlow, Hugging Face, scikit‑learn. Requires Python 3.10+; GPU optional.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Language breakdown (by bytes)
Owner
Dates
| Created on GitHub | 2026-05-13 |
| Last push | 2026-05-13 |
| First seen here | 2026-05-13 |
| Last fetched | 2026-05-16 16:11 |
Similar repos (same language)
Beginner-friendly Machine Learning projects built with Python, Scikit-learn and Google Colab.
ak-junior3339/PriceMyRideAI aparna172004/AI-Movie-Recommendation-SystemAn AI-powered Movie Recommendation System built using Machine Learning and Streamlit that suggests movies based on user preferences. The system uses content-based filtering to find similar movies by analyzing movie features such as genres, keywords, cast, and overview.
rmnouv/learning-agentic-ai shady528/StoxAI-powered stock market chatbot with multi-LLM support (Gemini, Claude, GPT). Built with RAG, FastAPI, React, and Vector Databases