https://github.com/perongh/hss_demo
The solution to LLM hallucination
https://github.com/perongh/hss_demo
Last synced: about 2 months ago
JSON representation
The solution to LLM hallucination
- Host: GitHub
- URL: https://github.com/perongh/hss_demo
- Owner: PeronGH
- Created: 2024-01-03T15:13:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T16:00:19.000Z (over 1 year ago)
- Last Synced: 2025-01-19T09:42:17.656Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Human Supervised Sampling
## Introduction
Human Supervised Sampling (HSS) is my solution to LLM hallucination. It works by replacing the automatic sampling step with manual selection by human, which dramatically improves performance.
## Demo
This repository is a demo of HSS. You can try it by running `deno task dev`.