πŸ“Š
Dataset

Mavos Dd

by J Shen3 j-shen3/mavos-dd
Free2AITools Nexus Index
59.7
S: Semantic 50

Query-time baseline · scored live at search

A: Authority 62
P: Popularity 54
R: Recency 88
Q: Quality 50
Tech Context
Vital Performance
Data Integrity 59.7 FNI Score
- Size
- Rows
- Tokens
Dataset Information Summary
Entity Passport
Registry ID j-shen3/mavos-dd
Provider huggingface
πŸ“œ

Cite this dataset

Academic & Research Attribution

BibTeX
@misc{hf_dataset_j_shen3_mavos_dd,
  author = {J Shen3},
  title = {Mavos Dd Dataset},
  year = {2026},
  howpublished = {\url{https://huggingface.co/datasets/j-shen3/MAVOS-DD}},
  note = {Accessed via Free2AITools.}
}
APA Style
J Shen3. (2026). Mavos Dd [Dataset]. Free2AITools. https://huggingface.co/datasets/j-shen3/MAVOS-DD

πŸ”¬Technical Deep Dive

Full Specifications [+]

βš–οΈ Free2AITools Nexus Index V2.0

Semantic (S) 50

Query-time baseline · scored live at search

Authority (A) 62
Popularity (P) 54
Recency (R) 88
Quality (Q) 50

πŸ’¬ Index Insight

FNI V2.0 for Mavos Dd: Authority (A:62), Popularity (P:54), Recency (R:88), Quality (Q:50). Semantic (S) is a query-time baseline scored live at search.

Free2AITools Nexus Index

Data Sources / Provenance

Open data Updated: Live data
⬇️
Downloads
48,959

🎯 Task Categories

video-classification

πŸ‘οΈ Data Preview

πŸ“Š

Row-level preview not available for this dataset.

Schema structure is shown in the Field Logic panel when available.

πŸ”— Explore Full Dataset β†—

🧬 Field Logic

🧬

Schema not yet indexed for this dataset.

Dataset Specification

LICENSE: This dataset is released under the CC BY-NC-SA 4.0 license.

This repository contains MAVOS-DD an open-set benchmark for multilingual audio-video deepfake detection.

Below, you can find the code to obtain the subsets described in the paper: train, validation, open-set model, open-set language and open-set full:

{python}
from datasets import Dataset, concatenate_datasets
metadata = Dataset.load_from_disk('MAVOS-DD')
metadata_indomain = metadata.filter(lambda sample: sample['split']=='test' and not sample['open_set_model'] and not sample['open_set_language'])
metadata_open_model = metadata.filter(lambda sample: sample['split']=='test' and sample['open_set_model'] and not sample['open_set_language'])
metadata_open_model = concatenate_datasets([metadata_indomain, metadata_open_model])
metadata_open_language = metadata.filter(lambda sample: sample['split']=='test' and not sample['open_set_model'] and sample['open_set_language'])
metadata_open_model = concatenate_datasets([metadata_indomain, metadata_open_language])
metadata_all = metadata.filter(lambda sample: sample['split']=='test')

The scripts require the datasets package to be installed.

{bash}
pip install datasets

We provide two scripts: metadata_generation.py and dataset.py. The metadata_generation.py script is responsible for generating the metadata. Below is a sample metadata entry:

{bash}
Sample: {'video_path': 'arabic/inswapper/02690.png_Po82BhllEjA_340_1.mp4.mp4', 'label': 'fake', 'split': 'train', 'open_set_model': False, 'open_set_language': False, 'language': 'arabic', 'generative_method': 'inswapper'}

The dataset.py script includes examples of how to read and filter this metadata.

The code for running the baseline models can be found here: https://github.com/CroitoruAlin/MAVOS-DD

Note: Our dataset was collected from publicly available YouTube videos. If a

Social Proof

HuggingFace Hub
49.0KDownloads
πŸ”„ Updated daily

Source summary: Based on Hugging Face metadata. Not a recommendation.

πŸ“Š FNI Methodology πŸ“š Knowledge Baseℹ️ Verify with original source

πŸ›‘οΈ Dataset Transparency Report

Technical metadata sourced from upstream repositories.

Open Metadata

πŸ†” Identity & Source

id
hf-dataset--j-shen3--mavos-dd
slug
j-shen3--mavos-dd
source
huggingface
author
J Shen3
license
tags
task_categories:video-classification, language:ar, language:ro, language:en, language:de, language:hi, language:es, language:ru, size_categories:10k<n<100k, modality:video, library:datasets, library:mlcroissant, arxiv:2505.11109, region:us

βš™οΈ Technical Specs

architecture
null
params billions
null
context length
null
pipeline tag

πŸ“Š Engagement & Metrics

downloads
48,959
stars
null
forks
null

Data indexed from public sources. Updated daily.