An open API service indexing awesome lists of open source software.

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

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