paper-with-me

Papers

Unveiling Large Language Models Generated Texts: A Multi-Level Fine-Grained Detection Framework

2024-10-18 · Zhen Tao, Zhiyu Li, Runyu Chen, Dinghao Xi, Wei Xu

Large language models (LLMs) have transformed human writing by enhancing grammar correction, content expansion, and stylistic refinement. However, their widespread use raises concerns about authorship, originality, and ethics, even potentially threatening scholarly integrity. Existing detection methods, which mainly rely on single-feature analysis and binary classification, often fail to effectively identify LLM-generated text in academic contexts. To address these challenges, we propose a novel Multi-level Fine-grained Detection (MFD) framework that detects LLM-generated text by integrating low-level structural, high-level semantic, and deep-level linguistic features, while conducting sentence-level evaluations of lexicon, grammar, and syntax for comprehensive analysis. To improve detection of subtle differences in LLM-generated text and enhance robustness against paraphrasing, we apply two mainstream evasion techniques to rewrite the text. These variations, along with original texts, are used to train a text encoder via contrastive learning, extracting high-level semantic features of sentence to boost detection generalization. Furthermore, we leverage advanced LLM to analyze the entire text and extract deep-level linguistic features, enhancing the model's ability to capture complex patterns and nuances while effectively incorporating contextual information. Extensive experiments on public datasets show that the MFD model outperforms existing methods, achieving an MAE of 0.1346 and an accuracy of 88.56%. Our research provides institutions and publishers with an effective mechanism to detect LLM-generated text, mitigating risks of compromised authorship. Educators and editors can use the model's predictions to refine verification and plagiarism prevention protocols, ensuring adherence to standards.

📄 PDF Abstract BibTeX arXiv:2410.14231

Code (1)

TaoZhen1110/MFD 공식 구현 pytorch

Tasks

Binary ClassificationContrastive LearningEthicsSentence

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Unveiling Typographic Deceptions: Insights of the Typographic Vulnerability in Large Vision-Language Model

2024-02-29 · Hao Cheng, Erjia Xiao, Jindong Gu, Le Yang 외

Large Vision-Language Models (LVLMs) rely on vision encoders and Large Language Models (LLMs) to exhibit remarkable capabilities on various multi-modal tasks in the joint space of vision and language. However, the Typogr…

Language ModelingLanguage ModellingObject RecognitionZero-Shot Learning

Breaking the Cloak! Unveiling Chinese Cloaked Toxicity with Homophone Graph and Toxic Lexicon

2025-05-28 · Xuchen Ma, Jianxiang Yu, Wenming Shao, Bo Pang 외

Social media platforms have experienced a significant rise in toxic content, including abusive language and discriminatory remarks, presenting growing challenges for content moderation. Some users evade censorship by del…

Abusive Language

Unveiling Cultural Blind Spots: Analyzing the Limitations of mLLMs in Procedural Text Comprehension

2025-02-20 · Amir Hossein Yari, Fajri Koto

Despite the impressive performance of multilingual large language models (mLLMs) in various natural language processing tasks, their ability to understand procedural texts, particularly those with culture-specific conten…

Multiple-choiceReading Comprehension

LifeTox: Unveiling Implicit Toxicity in Life Advice

2023-11-16 · Minbeom Kim, Jahyun Koo, Hwanhee Lee, Joonsuk Park 외

As large language models become increasingly integrated into daily life, detecting implicit toxicity across diverse contexts is crucial. To this end, we introduce LifeTox, a dataset designed for identifying implicit toxi…

Are Machines Better at Complex Reasoning? Unveiling Human-Machine Inference Gaps in Entailment Verification

2024-02-06 · Soumya Sanyal, Tianyi Xiao, Jiacheng Liu, Wenya Wang 외

Making inferences in text comprehension to understand the meaning is essential in language processing. This work studies the entailment verification (EV) problem of multi-sentence premises that requires a system to make …

BenchmarkingMultiple-choiceQuestion AnsweringReading Comprehension+1