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 1715-1718 #514

Draft
wants to merge 9 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
4 changes: 4 additions & 0 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1585,6 +1585,10 @@ Name | Summary | Category | Domain | Input Language | Output Language
`task1712_poki_classification` | Given a short poem, classify whether is written by an elementary kid or a high school kid. | Classification
`task1713_convai3_sentence_generation` | Given a user's request, predict what the user is trying to do. | Sentence Generation
`task1714_convai3_sentence_generation` | Given a user's intent and computer response, predict what will the user's response will be. | Sentence Generation
`task1715_acronym_output` | Acronym generation using acronym_identification dataset | Acronym Generation
`task1716_acronym_detection` | Binary classification using acronym_identification dataset | Classification task
`task1717_dialogue_generation` | Dialog generation using doc2dial dataset | Text Generation
`task1718_dialogue_arrangement` | Dialoag arrangement using doc2dial dataset | Sentences Arrangment task
`task1719_civil_comments_url_extraction` | Extraction of Urls| Answer Generation
`task1720_civil_comments_toxicity_classification` | Classify toxicity | Classification
`task1721_civil_comments_obscenity_classification` | Classify Obscenity | Classification
Expand Down
Loading