Datasets:

Languages:
English
ArXiv:
License:
File size: 4,509 Bytes
5768a6d
 
 
 
1d33d97
 
5768a6d
 
 
 
 
 
 
 
 
 
 
 
 
6e4df83
5768a6d
 
1d33d97
d377d7b
5768a6d
 
 
 
 
 
809000b
 
8b3d15e
5768a6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6e4df83
5768a6d
 
 
 
 
 
 
 
1d33d97
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
license: mit
size_categories:
- 100B<n<1T
language:
- en
---
# Dataset Card for SpMis: Synthetic Spoken Misinformation Dataset

<!-- Provide a quick summary of the dataset. -->
The **SpMis Dataset** is designed to facilitate research on detecting synthetic spoken misinformation. It includes 360,611 audio samples synthesized from over 1,000 speakers across five major topics: Politics, Medicine, Education, Laws, and Finance, with 8,681 samples labeled as misinformation.

## Dataset Details

### Dataset Description

<!-- Provide a longer summary of what this dataset is. -->
This dataset contains synthetic spoken audio clips generated using state-of-the-art TTS models such as Amphion and OpenVoice v2, labeled to indicate whether the speech is genuine or misinformation. The dataset is designed to assist in the development of models capable of detecting both synthetic speech and misinformation.

### Dataset Sources

<!-- Provide the basic links for the dataset. -->
- **Repository:** https://huggingface.co/datasets/amphion/spmis
- **Paper :** https://arxiv.org/abs/2409.11308

## Uses

### Direct Use

<!-- This section describes suitable use cases for the dataset. -->
The dataset is intended to be used for training and evaluating models in tasks:
- **Misinformation detection**: Identifying whether the spoken voice is intended to mislead.
- When using it, you need to convert the mp3 file into a .wav file and change the file name to spmis_data.

## Dataset Structure

<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
The dataset includes:
- **Audio files**: 360,611 TTS-generated speech samples.
- **Labels**: Misinformation, ordinary speech, or synthesized celebrity speech.
- **Metadata**: Speaker identity, topic, duration, and language.

The dataset is divided into the following topics:
1. **Politics**: 76,542 samples, 1,740 labeled as misinformation.
2. **Medicine**: 21,836 samples, 740 labeled as misinformation.
3. **Education**: 177,392 samples, 2,970 labeled as misinformation.
4. **Laws**: 11,422 samples, 862 labeled as misinformation.
5. **Finance**: 53,011 samples, 2,369 labeled as misinformation.
6. **Other**: 20,408 samples with no misinformation labels.

## Dataset Creation

### Curation Rationale

<!-- Motivation for the creation of this dataset. -->
The dataset was created to provide a resource for training models capable of detecting synthetic spoken misinformation, which is becoming an increasing threat in the era of deepfake technologies.

### Source Data

#### Data Collection and Processing

<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
The audio was generated using the Amphion and OpenVoice v2 TTS models, utilizing large-scale public corpora from various sources. The data was curated and processed to ensure a balance between topics and labeled misinformation.

#### Who are the source data producers?

<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
The data was generated using synthetic voices, and no real-world speakers are associated with the content. All voices were created through TTS systems, using speaker embeddings derived from publicly available corpora.


## Bias, Risks, and Limitations

<!-- This section is meant to convey both technical and sociotechnical limitations. -->
The dataset may not fully represent all types of misinformation, and models trained on this dataset may be biased towards detecting synthetic voices generated by specific TTS systems.

### Recommendations

<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
We recommend using this dataset as part of a larger framework for misinformation detection. It should be combined with real-world data to improve generalization.

## Citation

**BibTeX:**
```bibtex
@inproceedings{liu2024spmis,
  title={SpMis: An Investigation of Synthetic Spoken Misinformation Detection},
  author={Peizhuo Liu, Li Wang, Renqiang He, Haorui He, Lei Wang, Huadi Zheng, Jie Shi, Tong Xiao, Zhizheng Wu},
  booktitle={Proceedings of SLT 2024},
  year={2024},
}