yhao-wang/LLM-Knowledge-Boundary
Implementation of "Investigating the Factual Knowledge Boundary of Large Language Models with Retrieval Augmentation"
This project helps researchers understand how Large Language Models (LLMs) answer questions, especially when their internal knowledge might be limited or incorrect. You input questions and receive insights into whether the LLM is confident, unsure, or outright 'hallucinating' an answer. This is for AI researchers and practitioners who want to probe and improve the reliability of LLMs.
No commits in the last 6 months.
Use this if you are an AI researcher investigating the factual accuracy and reliability of large language models for question-answering tasks.
Not ideal if you are looking for a ready-to-use LLM application for end-users, or if you need to fine-tune an LLM for specific business data.
Stars
21
Forks
7
Language
Python
License
—
Category
Last pushed
Jul 31, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/yhao-wang/LLM-Knowledge-Boundary"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
spcl/knowledge-graph-of-thoughts
Official Implementation of "Affordable AI Assistants with Knowledge Graph of Thoughts"
aitomatic/semikong
First Open-Source Industry-Specific Model for Semiconductors
dylanhogg/llmgraph
Create knowledge graphs with LLMs
fusion-jena/automatic-KG-creation-with-LLM
Automatic Ontology and Knowledge Graph construction with LLM
LHRLAB/ChatKBQA
[ACL 2024] Official resources of "ChatKBQA: A Generate-then-Retrieve Framework for Knowledge...