vankey/RealText-V2

Dataset

6

stars

48

commits

2

linked in READMEs

May 22, 2026

updated

document-analysis
document-forgery-analysis
forgery-detection
multilingual
tampering-detection

README

RealText-V2: A Large-Scale Multilingual Document Forgery Analysis Benchmark

RealText-V2 Sample

πŸ’Ύ Dataset Description

RealText-V2 is a large-scale multilingual document benchmark dataset purpose-built for multilingual text image forgery analysis, pioneering in both scale and annotation depth.

Key Features

  • 20K+ images: A large-scale benchmark, surpassing existing document forgery analysis datasets by orders of magnitude
  • 6 languages: English, Chinese, Arabic, Thai, Malay, and Indonesian β€” spanning Latin, logographic, Arabic, and Thai script systems, each presenting unique forgery analysis challenges
  • 6 domains: Finance, education, healthcare, live streaming, e-commerce, and natural scenes
  • Multi-granularity forgery: Character-level, word-level, and semantic-level tampering
  • Multi-source samples: Real-world and AIGC-synthesized forgery samples covering diverse generation pipelines
  • Rich multi-task annotations: Pixel-level localization masks, tampering type labels, and expert-level natural language explanations

Competition Timeline

ACM MM 2026 MGC: GenText-Forensics: Challenge on Explainable Forensics and Adversarial Generation for Text-Centric Images

https://www.codabench.org/competitions/15805/

PhaseDate
Competition LaunchApril 17, 2026
Training Data ReleaseApril 20, 2026
Evaluation Submission OpensMay 22, 2026
Leaderboard FreezeMay 31, 2026
Paper Submission DeadlineJune 20, 2026
ACM MM 2026, Rio de JaneiroNovember 10–14, 2026

πŸ“Š Dataset Structure

RealText-V2/
β”œβ”€β”€ train/
β”‚   β”œβ”€β”€ image/          # Document images (.jpg for forged, .png for pristine)
β”‚   β”‚   β”œβ”€β”€ part000/    # Sharded at 1000 files per subdirectory
β”‚   β”‚   β”œβ”€β”€ part001/
β”‚   β”‚   └── ...
β”‚   β”œβ”€β”€ mask/           # Binary tampering masks (forged only)
β”‚   β”‚   β”œβ”€β”€ part000/
β”‚   β”‚   └── ...
β”‚   └── report/         # Structured forgery analysis reports (.md)
β”‚       β”œβ”€β”€ part000/
β”‚       β”œβ”€β”€ part001/
β”‚       └── ...
β”œβ”€β”€ doc_sample.png
└── metadata.parquet    # Index file with sample metadata

Note: The test split is withheld for the ongoing ACM MM 2026 competition and will be released after the competition concludes.

Splits

SplitTotalBlack (Forged)White (Pristine)
train13,5007,5006,000

Language Distribution (Train)

LanguageCodeBlack (Forged)White (Pristine)
Englishen2,0001,000
Chinesezh2,0001,000
Thaith1,0001,000
Malayms1,0001,000
Indonesianid1,0001,000
Arabicar5001,000

πŸ“‹ Data Fields

FieldDescription
sample_idUnique identifier (e.g., GenText_Forensic_00000000)
languageFull language name
language_codeISO 639-1 code
typeblack (forged) or white (pristine)
image_fileImage filename
mask_fileMask filename (empty for white samples)
has_maskWhether tampering mask exists
report_fileReport filename
report_textFull report content

πŸ“ Report Format

Each report is a structured markdown document:

# FORGERY ANALYSIS REPORT

**[Conclusion]:** FORGED / PRISTINE
**[RISK_SCORE]:** 0-100

### ANOMALY_001: [type] ([location])
[GROUNDING]: [x1, y1, x2, y2]
[REASON]: [explanation text]

## SUMMARY
[summary text]

βš–οΈ License

This dataset is released under CC-BY-NC-4.0 for research purposes only.

πŸ™ Acknowledgments

RealText-V2 is created for the ACM MM 2026 competition on document forgery analysis.

Contributors

vankey

48 commits

vankey/RealText-V2

Dataset

6

stars

48

commits

2

linked in READMEs

May 22, 2026

updated

document-analysis
document-forgery-analysis
forgery-detection
multilingual
tampering-detection

README

RealText-V2: A Large-Scale Multilingual Document Forgery Analysis Benchmark

RealText-V2 Sample

πŸ’Ύ Dataset Description

RealText-V2 is a large-scale multilingual document benchmark dataset purpose-built for multilingual text image forgery analysis, pioneering in both scale and annotation depth.

Key Features

  • 20K+ images: A large-scale benchmark, surpassing existing document forgery analysis datasets by orders of magnitude
  • 6 languages: English, Chinese, Arabic, Thai, Malay, and Indonesian β€” spanning Latin, logographic, Arabic, and Thai script systems, each presenting unique forgery analysis challenges
  • 6 domains: Finance, education, healthcare, live streaming, e-commerce, and natural scenes
  • Multi-granularity forgery: Character-level, word-level, and semantic-level tampering
  • Multi-source samples: Real-world and AIGC-synthesized forgery samples covering diverse generation pipelines
  • Rich multi-task annotations: Pixel-level localization masks, tampering type labels, and expert-level natural language explanations

Competition Timeline

ACM MM 2026 MGC: GenText-Forensics: Challenge on Explainable Forensics and Adversarial Generation for Text-Centric Images

https://www.codabench.org/competitions/15805/

PhaseDate
Competition LaunchApril 17, 2026
Training Data ReleaseApril 20, 2026
Evaluation Submission OpensMay 22, 2026
Leaderboard FreezeMay 31, 2026
Paper Submission DeadlineJune 20, 2026
ACM MM 2026, Rio de JaneiroNovember 10–14, 2026

πŸ“Š Dataset Structure

RealText-V2/
β”œβ”€β”€ train/
β”‚   β”œβ”€β”€ image/          # Document images (.jpg for forged, .png for pristine)
β”‚   β”‚   β”œβ”€β”€ part000/    # Sharded at 1000 files per subdirectory
β”‚   β”‚   β”œβ”€β”€ part001/
β”‚   β”‚   └── ...
β”‚   β”œβ”€β”€ mask/           # Binary tampering masks (forged only)
β”‚   β”‚   β”œβ”€β”€ part000/
β”‚   β”‚   └── ...
β”‚   └── report/         # Structured forgery analysis reports (.md)
β”‚       β”œβ”€β”€ part000/
β”‚       β”œβ”€β”€ part001/
β”‚       └── ...
β”œβ”€β”€ doc_sample.png
└── metadata.parquet    # Index file with sample metadata

Note: The test split is withheld for the ongoing ACM MM 2026 competition and will be released after the competition concludes.

Splits

SplitTotalBlack (Forged)White (Pristine)
train13,5007,5006,000

Language Distribution (Train)

LanguageCodeBlack (Forged)White (Pristine)
Englishen2,0001,000
Chinesezh2,0001,000
Thaith1,0001,000
Malayms1,0001,000
Indonesianid1,0001,000
Arabicar5001,000

πŸ“‹ Data Fields

FieldDescription
sample_idUnique identifier (e.g., GenText_Forensic_00000000)
languageFull language name
language_codeISO 639-1 code
typeblack (forged) or white (pristine)
image_fileImage filename
mask_fileMask filename (empty for white samples)
has_maskWhether tampering mask exists
report_fileReport filename
report_textFull report content

πŸ“ Report Format

Each report is a structured markdown document:

# FORGERY ANALYSIS REPORT

**[Conclusion]:** FORGED / PRISTINE
**[RISK_SCORE]:** 0-100

### ANOMALY_001: [type] ([location])
[GROUNDING]: [x1, y1, x2, y2]
[REASON]: [explanation text]

## SUMMARY
[summary text]

βš–οΈ License

This dataset is released under CC-BY-NC-4.0 for research purposes only.

πŸ™ Acknowledgments

RealText-V2 is created for the ACM MM 2026 competition on document forgery analysis.

Contributors

vankey

48 commits