Files changed (1) hide show
  1. README.md +0 -13
README.md CHANGED
@@ -119,19 +119,6 @@ omtg_bench/
119
  └── videos.zip # corresponding source videos (≈3.74 GB)
120
  ```
121
 
122
- ### Data Fields (`OMTGBench.tsv`)
123
-
124
- Each row is one OMTG evaluation sample. Typical columns:
125
-
126
- | Field | Type | Description |
127
- |---|---|---|
128
- | `video_id` | string | Unique video identifier (maps to a file in `videos.zip`) |
129
- | `duration` | float | Video length in seconds |
130
- | `query` | string | Natural-language query describing a repeating event |
131
- | `segments` | list[[float, float]] | Ground-truth `[start, end]` timestamps in seconds for all occurrences |
132
- | `source` | string | Originating dataset (Charades / ActivityNet / QVHighlights / VTimeLLM / Moment-10M) |
133
- | `domain` | string | Topical domain (e.g., sports, cooking, news) |
134
-
135
  ## Usage
136
 
137
  ```python
 
119
  └── videos.zip # corresponding source videos (≈3.74 GB)
120
  ```
121
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  ## Usage
123
 
124
  ```python