Ishwar Balappanawar commited on
Commit ·
59813c2
1
Parent(s): 45675a1
Add dataset card metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CUEBench: Contextual Unobserved Entity Benchmark
|
| 2 |
|
| 3 |
CUEBench is a neurosymbolic benchmark that emphasizes **contextual entity prediction** in autonomous driving scenes. Unlike traditional detection tasks, CUEBench focuses on reasoning over **unobserved entities** — objects that may be occluded, out-of-frame, or affected by sensor failures.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- expert-generated
|
| 4 |
+
language_creators:
|
| 5 |
+
- other
|
| 6 |
+
language: en
|
| 7 |
+
license: cc-by-4.0
|
| 8 |
+
multilinguality:
|
| 9 |
+
- monolingual
|
| 10 |
+
size_categories:
|
| 11 |
+
- 1K<n<10K
|
| 12 |
+
source_datasets:
|
| 13 |
+
- combination
|
| 14 |
+
task_categories:
|
| 15 |
+
- other
|
| 16 |
+
task_ids:
|
| 17 |
+
- multi-label-classification
|
| 18 |
+
pretty_name: CUEBench
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
# CUEBench: Contextual Unobserved Entity Benchmark
|
| 22 |
|
| 23 |
CUEBench is a neurosymbolic benchmark that emphasizes **contextual entity prediction** in autonomous driving scenes. Unlike traditional detection tasks, CUEBench focuses on reasoning over **unobserved entities** — objects that may be occluded, out-of-frame, or affected by sensor failures.
|