Skip to content

Commit

Permalink
update verification to be subcategory of classification
Browse files Browse the repository at this point in the history
  • Loading branch information
garyhlai committed Oct 19, 2021
1 parent f343825 commit 6445613
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/task-hierarchy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
- `Question Generation -> Fill in the Blank`
- `Author Identification`
- `Classification`
- `Classification -> Verification`: Verify whether a given descriptive attribute applies to a given text or not (binary output) e.g. if the paragraph contains offensive content or not
- `Classification -> Verification -> Claim Verification`
- `Classification -> Verification -> Sufficient Information Verification`: Veryify whether a text contain sufficient information to answer a question
- `Classification -> Verification -> Grammar Verification`: Verify whether a text is grammatical
- `Classification -> Verification -> Relevance Verification`
- `Classification -> Verification -> Answer Verification`: Verify whether a text answers the qeustion
- `Combinatorics`
- `Command Execution`
- `Coreference`
Expand Down Expand Up @@ -89,8 +95,6 @@
- `Title Generation`
- `Topic Generation`
- `Translation`
- `Verification`: Verify if two inputs match with each other e.g. a task to verify if a sentence and its sentiment given in the input match
- `Verification -> Claim Verification`
- `Weblink Generation`
- `Word Sense Disambiguation`

Expand Down

0 comments on commit 6445613

Please sign in to comment.