lyhisme commited on
Commit
e8f1af3
·
verified ·
1 Parent(s): 81143e5

Add OraRL organization card

Browse files
Files changed (1) hide show
  1. README.md +64 -4
README.md CHANGED
@@ -1,10 +1,70 @@
1
  ---
2
  title: README
3
- emoji:
4
- colorFrom: red
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 🎬
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ <div class="flex flex-col gap-6">
11
+ <div class="text-center">
12
+ <h1 class="text-3xl font-bold">OraRL</h1>
13
+ <p class="text-lg"><strong>Annotations as Rollouts</strong></p>
14
+ <p class="text-gray-600 dark:text-gray-300">
15
+ Efficient and scalable reinforcement learning for unified video MLLMs
16
+ </p>
17
+ <p>
18
+ <a class="underline" href="https://arxiv.org/abs/2608.20492">Paper</a>
19
+ &nbsp;·&nbsp;
20
+ <a class="underline" href="https://orarl.github.io/">Project page</a>
21
+ &nbsp;·&nbsp;
22
+ <a class="underline" href="https://github.com/HVision-NKU/OraRL">GitHub</a>
23
+ </p>
24
+ </div>
25
+
26
+ <a href="https://orarl.github.io/assets/orarl-teaser.mp4">
27
+ <img
28
+ class="w-full rounded-xl"
29
+ src="https://raw.githubusercontent.com/HVision-NKU/OraRL/main/assets/orarl-hero.gif"
30
+ alt="Animated OraRL method overview"
31
+ />
32
+ </a>
33
+
34
+ <div class="grid md:grid-cols-3 gap-4">
35
+ <a
36
+ class="block rounded-xl border border-gray-200 dark:border-gray-700 p-4 hover:bg-gray-50 dark:hover:bg-gray-800"
37
+ href="https://huggingface.co/OraRL/Video-ORA-9B"
38
+ >
39
+ <h3 class="font-semibold">Video-ORA-9B</h3>
40
+ <p class="text-sm text-gray-600 dark:text-gray-300">
41
+ Unified video MLLM spanning seven task families without chain-of-thought decoding.
42
+ </p>
43
+ </a>
44
+
45
+ <a
46
+ class="block rounded-xl border border-gray-200 dark:border-gray-700 p-4 hover:bg-gray-50 dark:hover:bg-gray-800"
47
+ href="https://huggingface.co/datasets/OraRL/OraRL-Data"
48
+ >
49
+ <h3 class="font-semibold">OraRL-Data</h3>
50
+ <p class="text-sm text-gray-600 dark:text-gray-300">
51
+ Canonical annotations and raw media for reproducible evaluation.
52
+ </p>
53
+ </a>
54
+
55
+ <a
56
+ class="block rounded-xl border border-gray-200 dark:border-gray-700 p-4 hover:bg-gray-50 dark:hover:bg-gray-800"
57
+ href="https://github.com/HVision-NKU/OraRL"
58
+ >
59
+ <h3 class="font-semibold">OraRL Code</h3>
60
+ <p class="text-sm text-gray-600 dark:text-gray-300">
61
+ Official implementation, evaluation tools, and reproduction resources.
62
+ </p>
63
+ </a>
64
+ </div>
65
+
66
+ <p class="text-center text-sm text-gray-600 dark:text-gray-300">
67
+ Video understanding · temporal and spatial grounding · segmentation · tracking ·
68
+ video question answering · spatial intelligence
69
+ </p>
70
+ </div>