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 1737-1744 #553

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update README.md
swarooprm authored Nov 2, 2021
commit 58c4c510a798689a1f9cc1c155c45fcc914ef289
10 changes: 9 additions & 1 deletion tasks/README.md
Original file line number Diff line number Diff line change
@@ -1560,4 +1560,12 @@ Name | Summary | Category | Domain | Input Language | Output Language
`task1703_ljspeech_textmodification` | Digit to Text in ljspeech | Text Modification
`task1704_ljspeech_textmodification` | Text to Digit in ljspeech | Text Modification
`task1705_ljspeech_classification` | Finding Proper Nouns in ljspeech | Classification
`task1706_ljspeech_classification` | Correct Punctuation in ljspeech| Classification
`task1706_ljspeech_classification` | Correct Punctuation in ljspeech| Classification
`task1737_mdd_answer_generation` | Generating answers (based on MDD) | Answer Generation
`task1738_mdd_recommendation_check` | Recommendation check (based on MDD) | Recommendation Check
`task1739_mdd_recommendation_check_qa` | Recommendation, QA check (based on MDD) | Recommendation, QA Check
`task1740_mdd_sentiment_classification` | Sentiment classification (based on MDD) | Sentiment classification
`task1741_cose_incorrectans_generation` | Given a sentence and a question, generate an incorrect answer to the question. | Incorrect Answer Generation
`task1742_cose_text_generation` | Given a question and an answer, generate an abstractive explanation for the question based on the answer. | Text Generation
`task1743_starc_question_generation` | Given a paragraph, generate a question from the passage. | Questions Generation
`task1744_cose_answer_generation` | Given a question, three answer options, and a sentence. Write the correct answer based on the sentence. | Answer Generation