ai-text-detector

There are 4 repositories under ai-text-detector topic.

  • beingamanforever/LLM-Text-Detection

    A complete overview and insights into AI-Text detection :seedling: using the powerful BERT(Bi-directional encoder representation transformer) to predict if a text is AI-generated :sunflower: or Human-authored :rocket:

    Language:Jupyter Notebook41109
  • IBM/RADAR

    Code for our NeurIPS2023 accepted paper: RADAR: Robust AI-Text Detection via Adversarial Learning. We tested RADAR on 8 LLMs including Vicuna and LLaMA. The results show that RADAR can attain good detection performance on LLM-generated AI-text while being robust against paraphrasing.

    Language:Jupyter Notebook37541
  • allentsangdev/ai-text-detector

    a Chrome Extension that aims to provide an easy to use user interface for user to validate if a particular piece of text content is generated by AI

    Language:TypeScript2200
  • Kishanjaisoorya/AI-Text-Detector-python

    This repository contains a Python program that employs natural language processing (NLP) techniques to determine whether a given paragraph was generated by AI or written by a human. Leveraging the transformers library, the program utilizes a pre-trained sentiment analysis model to make an educated guess about the origin of the text.

    Language:Python2200