Datasets:
Update public-facing references
Browse files- README.md +3 -5
- release_manifest.json +3 -3
README.md
CHANGED
|
@@ -35,14 +35,14 @@ It contains short synthetic videos with controlled action variations and two com
|
|
| 35 |
|
| 36 |
The 26,167 training pairs constitute the approximately 26K examples reported in the paper. The validation split is a separate held-out benchmark set.
|
| 37 |
|
| 38 |
-
Each MP4 is stored once and may be referenced by multiple preference examples or task formats. Video filenames
|
| 39 |
|
| 40 |
## Loading
|
| 41 |
|
| 42 |
```python
|
| 43 |
from datasets import load_dataset
|
| 44 |
|
| 45 |
-
dataset = load_dataset("
|
| 46 |
train = dataset["train"]
|
| 47 |
validation = dataset["validation"]
|
| 48 |
```
|
|
@@ -68,14 +68,12 @@ The `videos` column contains a list of videos, and `video_roles` gives their ord
|
|
| 68 |
|
| 69 |
## Creation and safety
|
| 70 |
|
| 71 |
-
CounterVid uses real PE Video Dataset examples only to select anchor frames and captions; the released preference videos are synthetic. The generation pipeline applies automated sexual-content and broader harmful-content screening, and flagged samples are excluded from the final dataset.
|
| 72 |
|
| 73 |
## Intended use and limitations
|
| 74 |
|
| 75 |
This dataset is intended for research on video-language grounding, preference optimization, action recognition, and temporal reasoning. Synthetic videos may contain generation artifacts or residual semantic ambiguity. Models trained on this dataset may still hallucinate and should not be used as the sole basis for high-stakes decisions.
|
| 76 |
|
| 77 |
-
License terms for the public release must be confirmed before changing this repository from private to public.
|
| 78 |
-
|
| 79 |
For code and complete training details, see the [CounterVid repository](https://github.com/aimagelab/CounterVid) and [project page](https://aimagelab.github.io/CounterVid/).
|
| 80 |
|
| 81 |
## Citation
|
|
|
|
| 35 |
|
| 36 |
The 26,167 training pairs constitute the approximately 26K examples reported in the paper. The validation split is a separate held-out benchmark set.
|
| 37 |
|
| 38 |
+
Each MP4 is stored once and may be referenced by multiple preference examples or task formats. Video filenames use content-derived SHA-256 identifiers.
|
| 39 |
|
| 40 |
## Loading
|
| 41 |
|
| 42 |
```python
|
| 43 |
from datasets import load_dataset
|
| 44 |
|
| 45 |
+
dataset = load_dataset("aimagelab/CounterVid")
|
| 46 |
train = dataset["train"]
|
| 47 |
validation = dataset["validation"]
|
| 48 |
```
|
|
|
|
| 68 |
|
| 69 |
## Creation and safety
|
| 70 |
|
| 71 |
+
CounterVid uses real PE Video Dataset examples only to select anchor frames and captions; the released preference videos are synthetic. The generation pipeline applies automated sexual-content and broader harmful-content screening, and flagged samples are excluded from the final dataset.
|
| 72 |
|
| 73 |
## Intended use and limitations
|
| 74 |
|
| 75 |
This dataset is intended for research on video-language grounding, preference optimization, action recognition, and temporal reasoning. Synthetic videos may contain generation artifacts or residual semantic ambiguity. Models trained on this dataset may still hallucinate and should not be used as the sole basis for high-stakes decisions.
|
| 76 |
|
|
|
|
|
|
|
| 77 |
For code and complete training details, see the [CounterVid repository](https://github.com/aimagelab/CounterVid) and [project page](https://aimagelab.github.io/CounterVid/).
|
| 78 |
|
| 79 |
## Citation
|
release_manifest.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
"files": [
|
| 4 |
{
|
| 5 |
"path": "README.md",
|
| 6 |
-
"sha256": "
|
| 7 |
-
"size_bytes":
|
| 8 |
},
|
| 9 |
{
|
| 10 |
"path": "train/metadata.parquet",
|
|
@@ -116573,7 +116573,7 @@
|
|
| 116573 |
}
|
| 116574 |
]
|
| 116575 |
},
|
| 116576 |
-
"repo_id": "
|
| 116577 |
"schema_version": 1,
|
| 116578 |
"source_annotations": {
|
| 116579 |
"train": {
|
|
|
|
| 3 |
"files": [
|
| 4 |
{
|
| 5 |
"path": "README.md",
|
| 6 |
+
"sha256": "1e465817933fe06d4db224eae26bd8da50a115d803d43c043b5debd9e8ab31eb",
|
| 7 |
+
"size_bytes": 3861
|
| 8 |
},
|
| 9 |
{
|
| 10 |
"path": "train/metadata.parquet",
|
|
|
|
| 116573 |
}
|
| 116574 |
]
|
| 116575 |
},
|
| 116576 |
+
"repo_id": "aimagelab/CounterVid",
|
| 116577 |
"schema_version": 1,
|
| 116578 |
"source_annotations": {
|
| 116579 |
"train": {
|