abhinavk commited on
Commit
c3da17d
1 Parent(s): c8bfa06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -15,10 +15,8 @@ source_datasets: []
15
  tags: []
16
  task_categories:
17
  - question-answering
18
- - translation
19
  - text-classification
20
  task_ids:
21
- - extractive-qa
22
  - entity-linking-classification
23
  - natural-language-inference
24
  ---
@@ -64,13 +62,13 @@ Open PI is the first dataset for tracking state changes in procedural text from
64
 
65
  ### Supported Tasks and Leaderboards
66
 
67
- - `Task 1`: Input -> one Paragraph (e.g., with 5 steps), Output -> Entities that change (challenge: implicit entities, some explicit entities that don’t change)
68
 
69
- - `Task 3`: Input -> Paragraph, Output -> <Attr of entity> that change (challenge: implicit entities, attributes & many combinations)
70
 
71
- - `Task 4`: Input -> Paragraph, entity, Output -> sequence of attr value changes (challenge: implicit attributes)
72
 
73
- - `Task 7`: Input -> Image url for a step, Output -> <Visual Attr of entity> and <Non-visual Attr of entity> that change
74
 
75
  ### Languages
76
 
 
15
  tags: []
16
  task_categories:
17
  - question-answering
 
18
  - text-classification
19
  task_ids:
 
20
  - entity-linking-classification
21
  - natural-language-inference
22
  ---
 
62
 
63
  ### Supported Tasks and Leaderboards
64
 
65
+ - `Task 1`: Given paragraph (e.g., with 5 steps), identify entities that change (challenge: implicit entities, some explicit entities that don’t change)
66
 
67
+ - `Task 3`: Given paragraph, identify the <attributes of entity> that change (challenge: implicit entities, attributes & many combinations)
68
 
69
+ - `Task 4`: Given paragraph & an entity, identify the sequence of attribute value changes (challenge: implicit attributes)
70
 
71
+ - `Task 7`: Given image url, identify the <visual attribute of entity> and <non-visual attribute of entity> that change
72
 
73
  ### Languages
74