sharvari2/Hallucination-detection-LLM
Detecting hallucinations on SQuAD using classical ML and deep learning Models
SUMMARY AI要約 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 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
使用言語(バイト数比)
オーナー情報
日付
| GitHub作成日 | 2026-05-13 |
| 最終Push | 2026-05-13 |
| 当サイト初検出 | 2026-05-13 |
| 最終取得 | 2026-05-16 16:11 |
類似Repo (同じ言語のAI関連Repo)
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