paper-with-me

홈 › Papers

Short-PHD: Detecting Short LLM-generated Text with Topological Data Analysis After Off-topic Content Insertion

2025-04-01 · Dongjun Wei, Minjia Mao, Xiao Fang, Michael Chau

The malicious usage of large language models (LLMs) has motivated the detection of LLM-generated texts. Previous work in topological data analysis shows that the persistent homology dimension (PHD) of text embeddings can serve as a more robust and promising score than other zero-shot methods. However, effectively detecting short LLM-generated texts remains a challenge. This paper presents Short-PHD, a zero-shot LLM-generated text detection method tailored for short texts. Short-PHD stabilizes the estimation of the previous PHD method for short texts by inserting off-topic content before the given input text and identifies LLM-generated text based on an established detection threshold. Experimental results on both public and generated datasets demonstrate that Short-PHD outperforms existing zero-shot methods in short LLM-generated text detection. Implementation codes are available online.

📄 PDF Abstract BibTeX arXiv:2504.02873

Code (1)

djwei96/shortphd 공식 구현 pytorch

Tasks

LLM-generated Text DetectionText DetectionTopological Data Analysis

Similar Papers 제목 키워드 기반

Bi-ISCA: Bidirectional Inter-Sentence Contextual Attention Mechanism for Detecting Sarcasm in User Generated Noisy Short Text

2020-11-23 · Prakamya Mishra, Saroj Kaushik, Kuntal Dey

Many online comments on social media platforms are hateful, humorous, or sarcastic. The sarcastic nature of these comments (especially the short ones) alters their actual implied sentiments, which leads to misinterpretat…

Sarcasm DetectionSentenceSentiment Analysis

Be Persistent: Towards a Unified Solution for Mitigating Shortcuts in Deep Learning

2024-02-17 · Hadi M. Dolatabadi, Sarah M. Erfani, Christopher Leckie

Deep neural networks (DNNs) are vulnerable to shortcut learning: rather than learning the intended task, they tend to draw inconclusive relationships between their inputs and outputs. Shortcut learning is ubiquitous amon…

Decision MakingTopological Data Analysis

A Paraphrase and Semantic Similarity Detection System for User Generated Short-Text Content on Microblogs

2016-12-01 · COLING 2016 12 · Kuntal Dey, Ritvik Shrivastava, Saroj Kaushik

Existing systems deliver high accuracy and F1-scores for detecting paraphrase and semantic similarity on traditional clean-text corpus. For instance, on the clean-text Microsoft Paraphrase benchmark database, the existin…

Semantic SimilaritySemantic Textual Similarity

Probing the topological properties of complex networks modeling short written texts

2014-12-29 · Diego R. Amancio

In recent years, graph theory has been widely employed to probe several language properties. More specifically, the so-called word adjacency model has been proven useful for tackling several practical problems, especiall…

Detecting AI-Generated Sentences in Human-AI Collaborative Hybrid Texts: Challenges, Strategies, and Insights

2024-03-06 · Zijie Zeng, Shiqi Liu, Lele Sha, Zhuang Li 외

This study explores the challenge of sentence-level AI-generated text detection within human-AI collaborative hybrid texts. Existing studies of AI-generated text detection for hybrid texts often rely on synthetic dataset…

Boundary DetectionSentenceSentence ClassificationText Detection+1