Datasets:
Tasks:
Video Classification
Modalities:
Video
Languages:
English
Size:
< 1K
Tags:
temporal-localization
video-understanding
multimodal
multimodal-safety
content-moderation
long-video
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,4 +15,160 @@ tags:
|
|
| 15 |
pretty_name: THVL-Bench
|
| 16 |
size_categories:
|
| 17 |
- n<1K
|
| 18 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
pretty_name: THVL-Bench
|
| 16 |
size_categories:
|
| 17 |
- n<1K
|
| 18 |
+
---
|
| 19 |
+
# Dataset Card for Dataset Name
|
| 20 |
+
THVL-Bench is a multimodal benchmark for Temporal Harmful Video Localization (THVL), designed to evaluate state-of-the-art Multimodal Large Language Models (MLLMs) on their ability to precisely localize harmful content in long-form videos, with fine-grained category labels and modality contribution annotations. The dataset contains 450 real-world long videos with 1,099 manually annotated harmful segments across 11 harm categories.
|
| 21 |
+
|
| 22 |
+
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
| 23 |
+
|
| 24 |
+
## Dataset Details
|
| 25 |
+
|
| 26 |
+
### Dataset Description
|
| 27 |
+
|
| 28 |
+
THVL-Bench is the first benchmark dedicated to the Temporal Harmful Video Localization (THVL) task, which requires models to jointly perform harmful event detection, precise temporal boundary localization, fine-grained harm category classification, and contributing modality attribution for long untrimmed videos. Unlike conventional video-level harmful content classification datasets, THVL-Bench focuses on the realistic moderation scenario where harmful content is temporally sparse and embedded in extended contextual content.
|
| 29 |
+
The dataset consists of 450 real-world long videos (all ≥3 minutes in duration) collected from YouTube and Bilibili, with 1,099 manually annotated harmful segments. Each segment is annotated with:
|
| 30 |
+
1. Precise start/end timestamps
|
| 31 |
+
2. One or more labels from 11 fine-grained harmful categories
|
| 32 |
+
3. Contributing modality labels (visual, textual, auditory)
|
| 33 |
+
4. Auxiliary annotation rationales
|
| 34 |
+
|
| 35 |
+
- **Curated by:** [authors of the THVL-Bench paper]
|
| 36 |
+
- **Funded by [optional]:** [THVL-Bench Authors]
|
| 37 |
+
- **Shared by [optional]:** [THVL-Bench Authors]
|
| 38 |
+
- **Language(s) (NLP):** [Engish]
|
| 39 |
+
- **License:** [CC BY-NC 4.0]
|
| 40 |
+
|
| 41 |
+
### Dataset Sources [optional]
|
| 42 |
+
|
| 43 |
+
<!-- Provide the basic links for the dataset. -->
|
| 44 |
+
|
| 45 |
+
- **Repository:** [More Information Needed]
|
| 46 |
+
- **Paper [optional]:** [THVL-Bench: A Multimodal Benchmark for Temporal Localization of Harmful Content in Long Videos]
|
| 47 |
+
- **Demo [optional]:** [N/A]
|
| 48 |
+
|
| 49 |
+
## Uses
|
| 50 |
+
|
| 51 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
| 52 |
+
|
| 53 |
+
### Direct Use
|
| 54 |
+
|
| 55 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Dataset Structure
|
| 66 |
+
The dataset is released as a single CSV file with 450 rows (one row per video) and 4 core columns, with segment-level annotations stored in structured list format:
|
| 67 |
+
Column Name Description
|
| 68 |
+
videoID Unique identifier for each video, corresponding to the original platform's video ID
|
| 69 |
+
segment-level annotation One-hot encoded labels for 11 harmful categories, with one list per annotated segment in the video
|
| 70 |
+
segment-level timestamp Start and end timestamps (in mm:ss format) for each annotated harmful segment, with one pair per segment
|
| 71 |
+
contributing modalities One-hot encoded labels for 3 contributing modalities (visual, textual, auditory), with one list per annotated segment
|
| 72 |
+
Key Dataset Statistics
|
| 73 |
+
Total videos: 450
|
| 74 |
+
Total annotated harmful segments: 1,099
|
| 75 |
+
Video duration range: 3–40 minutes
|
| 76 |
+
Average harmful segment duration: 68.31 seconds
|
| 77 |
+
Harmful categories: 11 fine-grained classes (Information Harm, Verbal Abuse, Hate, Bias, Addiction Harm, Sexual Harm, Physical Harm, Violence, Blood/Gore, Criminal Activity, Danger)
|
| 78 |
+
Contributing modalities: 3 classes (Visual, Textual, Auditory)
|
| 79 |
+
|
| 80 |
+
## Dataset Creation
|
| 81 |
+
|
| 82 |
+
### Curation Rationale
|
| 83 |
+
|
| 84 |
+
<!-- Motivation for the creation of this dataset. -->
|
| 85 |
+
|
| 86 |
+
[More Information Needed]
|
| 87 |
+
|
| 88 |
+
### Source Data
|
| 89 |
+
|
| 90 |
+
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
| 91 |
+
|
| 92 |
+
#### Data Collection and Processing
|
| 93 |
+
|
| 94 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
#### Who are the source data producers?
|
| 99 |
+
|
| 100 |
+
<!-- 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. -->
|
| 101 |
+
|
| 102 |
+
[More Information Needed]
|
| 103 |
+
|
| 104 |
+
### Annotations [optional]
|
| 105 |
+
|
| 106 |
+
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
| 107 |
+
|
| 108 |
+
#### Annotation process
|
| 109 |
+
|
| 110 |
+
Annotator Training: All annotators underwent a calibration phase using 20 pilot videos before formal annotation, with clear guidelines on temporal boundary marking, category labeling, and modality attribution
|
| 111 |
+
Dual Annotation: Each video was independently annotated by two individuals, who identified harmful events, marked precise start/end timestamps, assigned category labels, identified contributing modalities, and wrote brief annotation rationales
|
| 112 |
+
Disagreement Resolution: Disagreements regarding temporal boundaries, categories, or modalities were first addressed through discussion; unresolved cases were sent for a second round of review, with final labels determined by majority voting if consensus was not reached
|
| 113 |
+
Quality Control: Inter-annotator agreement was measured on a randomly sampled subset, achieving a Cohen’s κ=0.74 for segment localization, with 92.3% agreement on category and modality labels
|
| 114 |
+
|
| 115 |
+
|
| 116 |
+
#### Who are the annotators?
|
| 117 |
+
|
| 118 |
+
THVL-Bench was annotated by four experts with extensive experience in multimodal video analysis and content understanding. All annotators were informed of the potential risks prior to their participation and had unrestricted access to institutional psychological counseling resources throughout the annotation process.
|
| 119 |
+
|
| 120 |
+
#### Personal and Sensitive Information
|
| 121 |
+
|
| 122 |
+
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
## Bias, Risks, and Limitations
|
| 127 |
+
Limitations
|
| 128 |
+
Scale Constraints: The current benchmark contains 450 videos with 1,099 annotated segments, which is relatively limited compared to large-scale general video datasets
|
| 129 |
+
Category Distribution Imbalance: Some harmful categories (e.g., Hate, Addiction Harm, Physical Harm) have fewer annotated samples than more prevalent categories (e.g., Danger, Violence, Criminal Activity), which may affect model evaluation on underrepresented classes
|
| 130 |
+
Limited Context Modeling: Annotations primarily focus on temporal grounding and modality attribution, while higher-level contextual factors such as intent, social context, and cultural nuance are not fully modeled
|
| 131 |
+
Platform Bias: Videos are collected from YouTube and Bilibili, which may not fully represent harmful content scenarios on other video platforms or in other regions
|
| 132 |
+
Risks
|
| 133 |
+
Sensitive Content Exposure: The dataset describes and annotates harmful content including violence, hate speech, criminal activities, and other unsafe behaviors, which may be disturbing to some users
|
| 134 |
+
Potential Misuse: The dataset could be misused to develop or optimize systems that generate or distribute harmful content
|
| 135 |
+
Bias Amplification: Models trained on the dataset may amplify existing biases in the annotation data or source content if not properly validated
|
| 136 |
+
### Recommendations
|
| 137 |
+
Users should be made aware of the risks, biases and limitations of the dataset. Key recommendations include:
|
| 138 |
+
Responsible Use: Use the dataset exclusively for research purposes related to video safety, harmful content understanding, and multimodal AI safety
|
| 139 |
+
Bias Mitigation: When training models on the dataset, implement bias mitigation techniques to address category distribution imbalance and avoid amplifying harmful stereotypes
|
| 140 |
+
Ethical Review: Conduct ethical review of any systems or models developed using the dataset before deployment in real-world scenarios
|
| 141 |
+
Compliance: Comply with the terms of service of the original video platforms and the CC BY-NC 4.0 license of the dataset
|
| 142 |
+
Mental Wellbeing: Take appropriate precautions when working with the dataset, as it describes sensitive and potentially disturbing harmful content
|
| 143 |
+
|
| 144 |
+
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 145 |
+
|
| 146 |
+
## Citation [optional]
|
| 147 |
+
|
| 148 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 149 |
+
|
| 150 |
+
**BibTeX:**
|
| 151 |
+
|
| 152 |
+
[More Information Needed]
|
| 153 |
+
|
| 154 |
+
**APA:**
|
| 155 |
+
|
| 156 |
+
[More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Glossary [optional]
|
| 159 |
+
|
| 160 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
## More Information [optional]
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
## Dataset Card Authors [optional]
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
## Dataset Card Contact
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|