paper-with-me

홈 › Papers

SKDU at De-Factify 4.0: Natural Language Features for AI-Generated Text-Detection

2025-03-28 · Shrikant Malviya, Pablo Arnau-González, Miguel Arevalillo-Herráez, Stamos Katsigiannis

The rapid advancement of large language models (LLMs) has introduced new challenges in distinguishing human-written text from AI-generated content. In this work, we explored a pipelined approach for AI-generated text detection that includes a feature extraction step (i.e. prompt-based rewriting features inspired by RAIDAR and content-based features derived from the NELA toolkit) followed by a classification module. Comprehensive experiments were conducted on the Defactify4.0 dataset, evaluating two tasks: binary classification to differentiate human-written and AI-generated text, and multi-class classification to identify the specific generative model used to generate the input text. Our findings reveal that NELA features significantly outperform RAIDAR features in both tasks, demonstrating their ability to capture nuanced linguistic, stylistic, and content-based differences. Combining RAIDAR and NELA features provided minimal improvement, highlighting the redundancy introduced by less discriminative features. Among the classifiers tested, XGBoost emerged as the most effective, leveraging the rich feature sets to achieve high accuracy and generalisation.

📄 PDF Abstract BibTeX arXiv:2503.22338

Code (1)

skmalviya/ai-gen_text_defactify 공식 구현

Tasks

Binary ClassificationClassificationMulti-class ClassificationText Detection

Similar Papers 제목 키워드 기반

SKDU at De-Factify 4.0: Vision Transformer with Data Augmentation for AI-Generated Image Detection

2025-03-24 · Shrikant Malviya, Neelanjan Bhowmik, Stamos Katsigiannis

The aim of this work is to explore the potential of pre-trained vision-language models, e.g. Vision Transformers (ViT), enhanced with advanced data augmentation strategies for the detection of AI-generated images. Our ap…

Data Augmentation

Team NYCU at Defactify4: Robust Detection and Source Identification of AI-Generated Images Using CNN and CLIP-Based Models

2025-03-13 · Tsan-Tsung Yang, I-Wei Chen, Kuan-Ting Chen, Shang-Hsuan Chiang 외

With the rapid advancement of generative AI, AI-generated images have become increasingly realistic, raising concerns about creativity, misinformation, and content authenticity. Detecting such images and identifying thei…

Misinformation

Sarang at DEFACTIFY 4.0: Detecting AI-Generated Text Using Noised Data and an Ensemble of DeBERTa Models

2025-02-24 · Avinash Trivedi, Sangeetha Sivanesan

This paper presents an effective approach to detect AI-generated text, developed for the Defactify 4.0 shared task at the fourth workshop on multimodal fact checking and hate speech detection. The task consists of two su…

Fact CheckingHate Speech DetectionLanguage ModelingLanguage Modelling+2

INO at Factify 2: Structure Coherence based Multi-Modal Fact Verification

2023-03-02 · Yinuo Zhang, Zhulin Tao, Xi Wang, Tongyue Wang

This paper describes our approach to the multi-modal fact verification (FACTIFY) challenge at AAAI2023. In recent years, with the widespread use of social media, fake news can spread rapidly and negatively impact social …

Claim VerificationFact VerificationSemantic SimilaritySemantic Textual Similarity+1

Scalable Framework for Classifying AI-Generated Content Across Modalities

2025-02-01 · Anh-Kiet Duong, Petra Gomez-Krämer

The rapid growth of generative AI technologies has heightened the importance of effectively distinguishing between human and AI-generated content, as well as classifying outputs from diverse generative models. This paper…

image-classificationImage Classification