Skip to content

mkly/nono-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NONO LLM

NONO LLM implments question and answer pairs based upon the FLAIR framework. The FLAIR framework is described in the paper Bot or Human? Detecting ChatGPT Imposters with A Single Question

Currently implemented methods

  • Positioning

Not yet implemented methods

  • Counting
  • Substitution
  • Random Editing
  • Noise Injection
  • ASCII Art

Usage

import { generateQuestionAnswer } from "nono-llm";

const { question, answer } = generateQuestionAnswer();

About

Implementation of functions based upon the FLAIR framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published