Add dataset card, link to paper
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- video-text-to-text
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
This repository contains the dataset associated with the paper [TAU-Agent: An Agentic Retrieval-Augmented Framework for Traffic Anomaly Understanding](https://huggingface.co/papers/2608.25935). It includes captions, dataset JSON files, RAG evidence, and other resources used for training and evaluation in the AI City Challenge 2026 tracks. The dataset supports traffic anomaly understanding tasks, including detection, reasoning, and explanation from video inputs.
|
| 8 |
+
|
| 9 |
+
Code: [https://github.com/siri-rouser/TAU-Agent](https://github.com/siri-rouser/TAU-Agent)
|