ynhe commited on
Commit
1c35538
·
1 Parent(s): 8356c6a

[update] readme

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -1,9 +1,54 @@
1
  ---
2
  license: mit
3
- extra_gated_prompt: "You agree to not use the dataset to conduct experiments that cause harm to human subjects. (Please note that the data in this dataset may be subject to other agreements. Before using the data, be sure to read the relevant agreements carefully to ensure compliant use. Video copyrights belong to the original video creators or platforms and are for academic research use only.)"
 
 
 
 
4
  extra_gated_fields:
5
  Name: text
6
  Company/Organization: text
7
  Country: text
8
  E-Mail: text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
 
1
  ---
2
  license: mit
3
+ extra_gated_prompt: You agree to not use the dataset to conduct experiments that cause harm to human subjects. Please note that the data in this dataset may be subject to other agreements. Before using the data, be sure to read the relevant agreements carefully to ensure compliant use. Video copyrights belong to the original video creators or platforms and are for academic research use only.
4
+ task_categories:
5
+ - visual-question-answering
6
+ - question-answering
7
+ - conversational
8
  extra_gated_fields:
9
  Name: text
10
  Company/Organization: text
11
  Country: text
12
  E-Mail: text
13
+ configs:
14
+ - config_name: action_sequence
15
+ data_files: json/action_sequence.json
16
+ - config_name: moving_count
17
+ data_files: json/moving_count.json
18
+ - config_name: action_prediction
19
+ data_files: json/action_prediction.json
20
+ - config_name: episodic_reasoning
21
+ data_files: json/episodic_reasoning.json
22
+ - config_name: action_antonym
23
+ data_files: json/action_antonym.json
24
+ - config_name: action_count
25
+ data_files: json/action_count.json
26
+ - config_name: scene_transition
27
+ data_files: json/scene_transition.json
28
+ - config_name: object_shuffle
29
+ data_files: json/object_shuffle.json
30
+ - config_name: object_existence
31
+ data_files: json/object_existence.json
32
+ - config_name: fine_grained_pose
33
+ data_files: json/fine_grained_pose.json
34
+ - config_name: unexpected_action
35
+ data_files: json/unexpected_action.json
36
+ - config_name: moving_direction
37
+ data_files: json/moving_direction.json
38
+ - config_name: state_change
39
+ data_files: json/state_change.json
40
+ - config_name: object_interaction
41
+ data_files: json/object_interaction.json
42
+ - config_name: character_order
43
+ data_files: json/character_order.json
44
+ - config_name: action_localization
45
+ data_files: json/action_localization.json
46
+ - config_name: counterfactual_inference
47
+ data_files: json/counterfactual_inference.json
48
+ - config_name: fine_grained_action
49
+ data_files: json/fine_grained_action.json
50
+ - config_name: moving_attribute
51
+ data_files: json/moving_attribute.json
52
+ - config_name: egocentric_navigation
53
+ data_files: json/egocentric_navigation.json
54
  ---