Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
Tags:
agent
License:
vapa commited on
Commit
89fe7a4
·
verified ·
1 Parent(s): ef1864f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -20
README.md CHANGED
@@ -1,20 +1,32 @@
1
- # CSAR²
2
- CSAR² (Counter Strike Attributes Recognition & Reasoning) is a comprehensive evaluation benchmark for testing model understanding of Counter-Strike 2 across textual knowledge, visual analysis capabilities and audio event classification.
3
-
4
- 1. Textual knowledge
5
- Multiple choice questions about Counter-Strike 2
6
- Categories: Map, Economy, Grenade, Weapon, Round
7
- Format: LLMs answer questions testing their CS2 knowledge
8
- Example: "Which map has A Long bombsite?" → Dust2
9
- ![textual knowledge](text_proprietary.png)
10
-
11
-
12
- 2. Visual knowledge
13
- Visual analysis questions using CS2 screenshots
14
- Categories: UI, Map recognition, Mirage-specific scenarios
15
- Format: VLMs analyze gameplay screenshots and answer questions
16
- Example: "How many CT vs T players alive?" → CT: 5, T: 1
17
-
18
- 3. Audio knowledge
19
- To be added...
20
-
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - agent
9
+ pretty_name: CSAR²
10
+ size_categories:
11
+ - n<1K
12
+ ---
13
+ # CSAR²
14
+ CSAR² (Counter Strike Attributes Recognition & Reasoning) is a comprehensive evaluation benchmark for testing model understanding of Counter-Strike 2 across textual knowledge, visual analysis capabilities and audio event classification.
15
+
16
+ ### Textual knowledge
17
+ Multiple choice questions about Counter-Strike 2
18
+ Categories: Map, Economy, Grenade, Weapon, Round
19
+ Format: LLMs answer questions testing their CS2 knowledge
20
+ Example: "Which map has A Long bombsite? A)..." → A)
21
+ ![textual knowledge](text_proprietary.png)
22
+
23
+
24
+ ### Visual knowledge
25
+ To be added...
26
+
27
+ ### Audio knowledge
28
+ To be added...
29
+
30
+ #### Contributors
31
+ - Yannis Zhosan (https://huggingface.co/Yad3ik)
32
+ - Vadim Pavliukevich (http://t.me/vadim_pavliukevich)