Search papers, labs, and topics across Lattice.
This paper introduces VietAIDetector, an open-source tool specifically designed for the zero-shot detection of AI-generated text in Vietnamese. By leveraging a Vietnamese-specific language model, the tool outperforms existing English-centric methods and allows users to interact with various text formats through a Gradio web interface. Key findings indicate that VietAIDetector can effectively identify AI-generated content without the need for domain-specific training data, providing customizable detection thresholds for enhanced user experience.
VietAIDetector achieves superior detection of AI-generated Vietnamese text without requiring any domain-specific training data, setting a new standard for language-specific AI content verification.
In recent years, distinguishing between AI-generated text and human-written text has remained a challenge. In this paper, we introduce VietAIDetector, an open-source tool designed specifically for detecting Vietnamese AI-generated text. It allows users to interact through a Gradio web interface with inputs ranging from raw Vietnamese text to common text file formats, including scanned documents and exceptionally long texts that exceed the context size of the employed Large Language Models (LLMs). The core component of the tool employs a Zero-Shot approach to detect AI-generated text without requiring domain-specific training data, building upon the previous VietBinoculars and Binoculars research. The tool is built upon a Vietnamese-specific language model and has been evaluated on out-of-domain datasets, demonstrating superior performance compared to existing methods primarily developed for English. Additionally, users can select optimal detection thresholds based on F1 score, accuracy, or TPR@0.05FPR requirements. The results are presented through the web interface, allowing users to easily review and verify suspicious texts or download them as a PDF report. The tool is publicly available at https://github.com/trieuntu/VietAIDetector