AI Dev Impact Lab JA
← Rankings · AI-RELATED REPO

sharvari2/Hallucination-detection-LLM

Detecting hallucinations on SQuAD using classical ML and deep learning Models

Jupyter Notebook MIT GitHub ↗
★ 0
stars
75
AI relevance
50
solo dev
0
tool sigs

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.

🧠 LLM providers (1)
Hugging Face

Language breakdown (by bytes)

Jupyter Notebook
100%

Owner

Account
sharvari2
Type
User
Followers
1

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)

Surajmatole/AI-ML-Mini-Projects

Beginner-friendly Machine Learning projects built with Python, Scikit-learn and Google Colab.

Jupyter Notebook 0 AI 65
ak-junior3339/PriceMyRideAI
Jupyter Notebook 0 AI 50
aparna172004/AI-Movie-Recommendation-System

An 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.

Jupyter Notebook 0 AI 75
rmnouv/learning-agentic-ai
Jupyter Notebook 0 AI 50
shady528/Stox

AI-powered stock market chatbot with multi-LLM support (Gemini, Claude, GPT). Built with RAG, FastAPI, React, and Vector Databases

Jupyter Notebook 0 AI 45