0.1.0 • Published 9 months ago

nono-llm v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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();
0.1.0

9 months ago