Source-linked AI summary

The Limitations of Stylometry for Detecting Machine-Generated Fake News

Tal Schuster, Roei Schuster, Darsh J Shah, Regina Barzilay

arXiv:1908.09805v2cs.CLcs.CY

TL;DR

The paper examines whether stylometry can distinguish malicious LM-generated misinformation from legitimate LM use, a question raised by the success of provenance and human-misinformation detection. It constructs veracity-based benchmarks for LM-assisted news extension and modification, finding that stylometry detects generated provenance but not reliably whether generated content is false, motivating non-stylometric detection and broader benchmarks.

  • Problem

    The paper addresses whether stylometry can distinguish malicious LM uses that introduce false information from legitimate LM applications such as writing assistance.

  • Method

    The authors create two veracity-based benchmarks covering LM-generated article extensions and subtle modifications of otherwise truthful news articles.

  • Results

    Stylometry detects even a single generated sentence within human text, yet fails to reliably distinguish truthful from intentionally misleading LM-generated content.

  • Takeaways & Limitations

    The findings motivate non-stylometric detection strategies and benchmarks organized around veracity across diverse LM applications.

  • Takeaways & Limitations

    The study focuses on fake news defined as limited false information inserted into otherwise trustworthy content, excluding entirely fabricated articles as a different setting.

Abstract

from arXiv · show

Recent developments in neural language models (LMs) have raised concerns about their potential misuse for automatically spreading misinformation. In light of these concerns, several studies have proposed to detect machine-generated fake news by capturing their stylistic differences from human-written text. These approaches, broadly termed stylometry, have found success in source attribution and misinformation detection in human-written texts. However, in this work, we show that stylometry is limited against machine-generated misinformation. While humans speak differently when trying to deceive, LMs generate stylistically consistent text, regardless of underlying motive. Thus, though stylometry can successfully prevent impersonation by identifying text provenance, it fails to distinguish legitimate LM applications from those that introduce false information. We create two benchmarks demonstrating the stylistic similarity between malicious and legitimate uses of LMs, employed in auto-completion and editing-assistance settings. Our findings highlight the need for non-stylometry approaches in detecting machine-generated misinformation, and open up the discussion on the desired evaluation benchmarks.

1. Introduction

Stylometry can identify text provenance and human deceptive writing, but the paper asks whether it can distinguish malicious from legitimate LM use. The authors build veracity-based benchmarks and find that stylistic detection separates generated from human text more readily than true from false generated content.

  • The authors build the first benchmark labeling LM-produced text as real or fake according to veracity.The benchmarks focus on false modifications or additions to otherwise truthful news stories.
  • The datasets compare malicious and responsible LM use in article extension and article modification settings.Responsible users accept correct claims, while attackers accept false claims or invert statements through edits.
  • Stylometry-based classification detects LM-generated sentences within human-written text, but largely cannot determine whether an individual sentence is truthful.The paper reports this pattern as evidence that provenance detection and veracity detection are different tasks.
  • Stylometry fails to distinguish malicious from responsible LM behavior because LMs maintain stylistic consistency across true and false content.A provenance classifier may identify an LM or publication venue without separating malicious users from legitimate users of the same LM.
  • Human evaluation finds that people are also fooled by machine-generated misinformation, while external information sources can help.The paper therefore recommends investigating non-stylometric detection strategies.

2. Background and Related Work

Prior work applies stylometry to authorship, author characteristics, misinformation, and machine-generated text, while other fake-news approaches use fact-checking or propagation information. These alternatives face limits including performance gaps and noisy or incomplete early-detection data.

  • Stylometry has been used for authorship attribution, author profiling, human misinformation detection, and distinguishing machine- from human-written text.Examples include stylistic features, linguistic structures, and distributional differences in language-model token probabilities.
  • Machine-generated text detectors can achieve high in-domain accuracy while overfitting the generated-text distribution rather than detecting general outliers from human text.The related work also describes Grover’s neural fake-news detector as a classifier trained to identify machine-generated news.
  • Fact-checking is a major non-stylometric approach, but current models remain substantially below human performance.The cited work includes both synthetic and real-world datasets for fact verification.
  • Propagation, user, URL, metadata, and abuse-reporting signals can support moderation, but their data are noisy or incomplete, especially for early detection.Before propagation and user-engagement patterns fully form, these approaches have less information available.
  • Figure 1 illustrates fake examples across question answering, article modification, and article extension, using annotations for false answers, negation edits, and generated continuations.The figure provides examples of the experimental fake class rather than a performance comparison.

3. Adversarial Setting

The paper models an attacker who uses an LM to generate false claims that a verifier should classify as real, against legitimately produced text containing human-verified claims. Its setting defines fake news as limited false modifications to otherwise trustworthy content and trains adaptive discriminators for evaluation.

  • The paper defines fake news as automatically introduced false information within otherwise trustworthy content, rather than entirely fabricated articles.This working definition differs from approaches focused on producing wholly fabricated, viral, and persuasive articles.
  • The benchmark setting models deception with only a limited number of false statements, reflecting evidence that people tend to stay close to the truth when lying.The paper links this design choice to preserving an honest self-image and reducing the chance of detection.
  • The adversarial setting has an attacker generate false or unverified claims at scale while an adaptive verifier learns to distinguish them from legitimate text.The verifier receives limited attacker-generated examples and trains a discriminator against real text containing human-verified claims.
  • Experiments use real and fake classes, separate testing and fine-tuning samples, and a Grover-Mega discriminator fine-tuned for 10 epochs.A pretrained Grover-Mega model is also queried for the zero-shot defense, and human performance is reported for some attacks.

4. Stylometry Fails to Detect Machine-Generated Misinformation

The study evaluates two LM-based misinformation attacks and finds that stylometric detection is weak against veracity-based manipulation, despite some success over simple baselines.

  • Dataset construction: The modification attack inverted statements by adding and removing negations while preserving article style and the total negation count.The benchmark used New York Times articles and automatically selected modification locations using a language-model score.
  • Dataset construction: The extension benchmark used LM-generated answers labeled fake when containing false statements and real when correct.Human evaluation included both detector-matched judgments and judgments supported by external information sources.
  • Results: 71% accuracy on QA extensions fell to 62% for short false answers, while a length-only classifier reached 56%.The detector outperformed simple baselines but remained substantially weaker than its human-versus-machine provenance performance.
  • Results: Humans matched the detector at F1 0.68, whereas external-source access raised human F1 to 0.84.The comparison suggests that factual verification, rather than stylistic analysis alone, improves misinformation detection.
  • Results: The classifier failed completely for two negation modifications and remained weak for ten, while humans achieved F1 0.74 for two modifications.Among human errors, added negations changed meaning in 60% of misclassified instances.
  • Conclusion: Both attacks produced misinformation that evaded the stylometry detector and misled human evaluators.The findings directly compare malicious and responsible LM uses rather than only human-written and machine-generated text.

5. Stylometry Detects Machine-Human Impersonations

The detector is effective when distinguishing human text from machine-generated text, including full articles and short generated continuations, especially after attacker-specific fine-tuning.

  • Experimental setup: The provenance experiments tested fully generated articles, automatic extensions, and QA-based extensions under zero-shot and adaptive conditions.The experiments were designed to test whether limited generated text or detector capacity explained the weaker veracity results.
  • Zero-shot setting: Zero-shot detection achieved 0.9 F1 on fully generated articles from a different model but mostly labeled extended articles as human-written.The contrast reflects the detector’s sensitivity to distributional differences in fully generated text and its weakness on mixed articles without adaptation.
  • Adaptive setting: Adaptive fine-tuning reached 0.94 F1 for articles containing a single generated sentence.This shows strong provenance detection even when generated text forms only a small portion of an article.
  • Adaptive setting: In the QA extension setting, performance was 0.11 F1 points lower than in the corresponding single-sentence extension setting.The authors attribute this difference possibly to a stronger generator and a template selected for human reasonableness.

6. Discussion

The discussion argues that stylistic detection does not separate truthful from misleading LM text and recommends broader veracity benchmarks alongside non-stylometric methods.

  • Core finding: LM-generated falsified and truthful texts are stylistically similar, so stylometry cannot identify intentionally misleading auto-generated content.The paper frames this as a challenge distinct from detecting whether text is machine-generated.
  • Recommendations: The authors recommend veracity-oriented benchmarks spanning whole-article generation, hybrid writing, and editing applications.These benchmarks are intended to evaluate detectors across a wider range of LM uses.
  • Recommendations: They recommend improving non-stylometric approaches because these methods can address both human- and machine-generated misinformation.Fact-checking can operate with fewer assumptions about auxiliary information, while non-textual information may improve results when available.
  • Broader scope: The problem extends beyond NLP to social networks, information security, and human-computer interaction.The conclusion presents this as a multidisciplinary challenge accompanying improved benchmarks and non-stylistic methods.

2012. Syntactic stylometry for deception

The supplied passages are bibliography entries rather than substantive discussion of syntactic stylometry for deception.

  • References: The passages list references on deception detection, stylometry, fake news, authorship attribution, and language models.They do not provide findings or methods for a section titled “2012. Syntactic stylometry for deception.”
  • References: The cited material includes works on linguistic deception, fake-news detection, fact verification, and machine-generated text detection.No specific result, comparison, or procedure from the requested section is stated in the supplied passages.
  • References: The remaining entries identify prior studies and datasets without explaining their contributions or empirical outcomes.Accordingly, the supplied text supports only a bibliographic characterization of this section.

2018. The spread of true and false news

This section’s supplied text consists of references to prior work on fake-news detection, information disorder, neural fake news, rumors, and research surveys.

  • Prior work includes a benchmark dataset for fake-news detection titled “Liar, Liar Pants on Fire.”
  • The references include an interdisciplinary framework addressing information disorder and research or policy making.
  • Other cited studies address neural fake news, early rumor detection, and surveys of fake-news detection methods.
Loading 1908.09805v2…