--- language: - en pretty_name: "Ego Mistake Corrections Benchmark" license: other task_categories: - video-text-to-text tags: - streaming - video - text - multimodal - cooking annotations_creators: - expert-generated multilinguality: monolingual source_datasets: - original size_categories: - 1K.MP4` ## Usage ```python from datasets import load_dataset ds = load_dataset("neuripsedtracksub/ego-mistake-corrections", split="test") row = ds[0] video_id = row["video_id"] texts = row["texts"] text_types = row["text_types"] text_timestamps = row["text_timestamps"] # Video path convention: # f"videos/{video_id}.MP4" ``` ## Dataset License This dataset is released for research purposes only.