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
- Positioning
- Counting
- Substitution
- Random Editing
- Noise Injection
- ASCII Art
import { generateQuestionAnswer } from "nono-llm";
const { question, answer } = generateQuestionAnswer();