Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks 1521-1528 #495

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,14 @@ Name | Summary | Category | Domain | Input Language | Output Language
`task1518_limit_answer_generation` | Identifying the entities in a sentence where these entities take part in a physical motion. | Question Answering
`task1519_qa_srl_question_generation` | Using given sentence and a verb,generating questions which can be answered from the sentence. | Question Generation
`task1520_qa_srl_answer_generation` | Generating answers to the questions based on the given sentence| Question Answering
`task1521_allenairealtoxicityprompts_toxicity_classification` | Classifying toxicity to allenai toxicity prompt text | Toxicity Classification
`task1522_allenairealtoxicityprompts_threat_classification` | Classifying threat to allenai toxicity prompt text | Threat Classification
`task1523_allenairealtoxicityprompts_sexually_explicit_classification` | Classifying sexually explicit to allenai toxicity prompt text | Sexually Explicit Classification
`task1524_allenairealtoxicityprompts_severe_toxicity_classification` | Classifying severe toxicity to allenai toxicity prompt text | Severe Toxicity Classification
`task1525_allenairealtoxicityprompts_profanity_classification` | Classifying profanity to allenai toxicity prompt text | Profanity Classification
`task1526_allenairealtoxicityprompts_insult_classification` | Classifying insult to allenai toxicity prompt text | Insult Classification
`task1527_allenairealtoxicityprompts_identity_attack_classification` | Classifying identity attack to allenai toxicity prompt text | Identity Attack Classification
`task1528_allenairealtoxicityprompts_flirtation_classification` | Classifying flirtation to allenai toxicity prompt text | Flirtation Classification
`task1529_scitail1.1_classification` | Determining if there is entailment between Hypothesis and Premise | Classification
`task1530_scitail1.1_sentence_generation` | Generating a Premise that entails the Hypothesis | Text Generation
`task1531_daily_dialog_type_classification` | Classify the input sentence into one of the 5 classes : unknown, commissive, question, information, directive| Classification
Expand Down Expand Up @@ -1618,4 +1626,4 @@ Name | Summary | Category | Domain | Input Language | Output Language
`task1723_civil_comments_sexuallyexplicit_classification` | Classify Sexually Explicit Content| Classification
`task1724_civil_comments_insult_classification` | Classify Insult | Classification
`task1725_civil_comments_severtoxicity_classification` | Classify Severe Toxicity | Classification
`task1726_mathqa_correct_answer_generation` | Generate correct answers for math questions | Answer Generation
`task1726_mathqa_correct_answer_generation` | Generate correct answers for math questions | Answer Generation
Loading