THVL commited on
Commit
94e3792
·
verified ·
1 Parent(s): 64a249b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -64,19 +64,21 @@ The dataset consists of 450 real-world long videos (all ≥3 minutes in duration
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
 
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
 
68
+ | Column Name | Description |
69
+ |---------------------------|-----------------------------------------------------------------------------|
70
+ | `videoID` | Unique identifier for each video, corresponding to the original platform's video ID |
71
+ | `segment-level annotation`| One-hot encoded labels for 11 harmful categories, with one list per annotated segment in the video |
72
+ | `segment-level timestamp` | Start and end timestamps (in `mm:ss` format) for each annotated harmful segment, with one pair per segment |
73
+ | `contributing modalities` | One-hot encoded labels for 3 contributing modalities (visual, textual, auditory), with one list per annotated segment |
74
+
75
+ ### Key Dataset Statistics
76
+ - Total videos: 450
77
+ - Total annotated harmful segments: 1,099
78
+ - Video duration range: 3–40 minutes
79
+ - Average harmful segment duration: 68.31 seconds
80
+ - Harmful categories: 11 fine-grained classes (Information Harm, Verbal Abuse, Hate, Bias, Addiction Harm, Sexual Harm, Physical Harm, Violence, Blood/Gore, Criminal Activity, Danger)
81
+ - Contributing modalities: 3 classes (Visual, Textual, Auditory)
82
  ## Dataset Creation
83
 
84
  ### Curation Rationale