THVL commited on
Commit
0d7c538
·
verified ·
1 Parent(s): a5d2bfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -21
README.md CHANGED
@@ -48,20 +48,18 @@ The dataset consists of 450 real-world long videos (all ≥3 minutes in duration
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
 
@@ -82,25 +80,26 @@ The dataset is released as a single CSV file with 450 rows (one row per video) a
82
  ## Dataset Creation
83
 
84
  ### Curation Rationale
 
85
 
86
- <!-- Motivation for the creation of this dataset. -->
87
-
88
- [More Information Needed]
 
89
 
90
  ### Source Data
91
-
92
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
93
 
94
  #### Data Collection and Processing
95
-
96
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
97
-
98
- [More Information Needed]
 
99
 
100
  ### Source Data Producers
101
  The source videos are publicly available content created by users of YouTube and Bilibili. The dataset release only includes annotations and metadata, not the raw video files, in compliance with the original platforms' terms of service.
102
 
103
- ---
104
 
105
  ### Annotations
106
 
 
48
 
49
  ## Uses
50
 
 
 
51
  ### Direct Use
52
+ - **Benchmark Evaluation**: Systematic evaluation of state-of-the-art MLLMs on temporal harmful content localization, detection, and modality attribution tasks
53
+ - **Model Development**: Training and fine-tuning multimodal models for video safety understanding, harmful content moderation, and temporal reasoning
54
+ - **Research Analysis**: Studying the detection-localization gap of MLLMs, cross-category performance variation, and multimodal dependency patterns in harmful content understanding
55
+ - **Safety System Validation**: Testing the robustness of video moderation systems on realistic long-form video scenarios
56
 
57
  ### Out-of-Scope Use
58
+ - **Malicious Use**: Using the dataset to generate, distribute, or promote harmful content
59
+ - **Unauthorized Redistribution**: Redistributing the raw video files (not included in this dataset release) in violation of original platform terms of service
60
+ - **Commercial Use**: Using the dataset for commercial purposes without explicit authorization from the authors
61
+ - **Unrelated Tasks**: Using the dataset for tasks outside of video safety, harmful content understanding, and temporal localization research
62
+ - **Biased Model Training**: Training models that perpetuate harmful stereotypes or biases using the dataset
63
  ## Dataset Structure
64
  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:
65
 
 
80
  ## Dataset Creation
81
 
82
  ### Curation Rationale
83
+ Existing multimodal safety benchmarks primarily focus on video-level harmfulness recognition or safe response generation, rather than precise temporal localization of harmful content in long videos. This creates a critical gap: it remains unclear whether current MLLMs can reliably support temporally grounded harmful video moderation in real-world scenarios, where harmful content is often sparse and embedded in extended contextual content.
84
 
85
+ THVL-Bench was created to address this gap by:
86
+ - Defining the THVL task, which requires joint detection, temporal localization, category classification, and modality attribution
87
+ - Providing a high-quality, manually annotated benchmark of real-world long videos
88
+ - Enabling systematic evaluation of MLLMs' capabilities and limitations in temporally precise harmful content understanding
89
 
90
  ### Source Data
91
+ All videos in THVL-Bench are collected from publicly accessible platforms, including YouTube and Bilibili, for research purposes only. The dataset focuses on long-form untrimmed videos (all ≥3 minutes in duration) to reflect realistic moderation scenarios, where harmful events are often temporally sparse relative to the full video duration.
 
92
 
93
  #### Data Collection and Processing
94
+ - **Taxonomy Definition**: Adopted and adapted existing online harm taxonomies from prior safety and harmful content research to define 11 fine-grained harmful categories
95
+ - **Keyword Search**: Manually constructed category-specific keyword sets and search phrases associated with harmful behaviors, dangerous activities, hate expressions, offensive interactions, criminal events, and sensitive social content
96
+ - **Candidate Retrieval**: Used the constructed keywords to retrieve candidate videos from the search engines of YouTube and Bilibili
97
+ - **Manual Filtering**: Candidate videos were manually reviewed to remove duplicated, inaccessible, low-quality, or irrelevant samples
98
+ - **Duration Filtering**: Only videos exceeding 3 minutes in duration were retained to focus on long-form video scenarios
99
 
100
  ### Source Data Producers
101
  The source videos are publicly available content created by users of YouTube and Bilibili. The dataset release only includes annotations and metadata, not the raw video files, in compliance with the original platforms' terms of service.
102
 
 
103
 
104
  ### Annotations
105