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 922-926:Event2Mind and Coached_Conv_Pref dataset #344

Merged
merged 10 commits into from
Oct 30, 2021
Merged
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
13 changes: 9 additions & 4 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,15 @@ Name | Summary | Category | Domain | Input Language | Output Language
`task912_bianet_classification` | Classifying a given sentence into English or Kurdish | Classification
`task913_bianet_translation` | Generating a translation of an English sentence into Turkish | Translation
`task914_bianet_translation` | Generating a translation of a Kurdish sentence into Turkish| Translation
'task917_coqa_question_generation'| Given a passage, generate a question | Question Generation
'task918_coqa_answer_generation' | Given a passage and a question, generate an answer for that question | Answer Generation
'task919_coqa_incorrect_answer_generation' | Given a passage and a question, generate an incorrect answer which is irrelevant for that question and passage | Incorrect Answer Generation
'task921_code_x_glue_information_retreival' | Given a code, calculate the number of "for loops" in the cpp program | Information Retreival
`task917_coqa_question_generation`| Given a passage, generate a question | Question Generation
`task918_coqa_answer_generation` | Given a passage and a question, generate an answer for that question | Answer Generation
`task919_coqa_incorrect_answer_generation` | Given a passage and a question, generate an incorrect answer which is irrelevant for that question and passage | Incorrect Answer Generation
`task921_code_x_glue_information_retreival` | Given a code, calculate the number of "for loops" in the cpp program | Information Retreival
`task922_event2mind_word_generation` | Generating emotion words from Event2Mind based on PersonX | Word Generation
`task923_event2mind_classifier` | Classifying results based on sentiment values from Event2Mind | Classifier
`task924_event2mind_word_generation` | Generating emotion words from Event2Mind based on Other Person | Word Generation
`task925_coached_conv_pref_classifier` | Classifying results to find next speaker from coached_conv_pref | Classifier
`task926_coached_conv_pref_word_generation` | Generating movie names from PersonX name from coached_conv_pref | Word/Phrase Generation
`task927_yelp_negative_to_positive_style_transfer` | Given a negative review change it to a postive review | Sentence Generation
`task928_yelp_positive_to_negative_style_transfer` | Given a postive review change it to a negative review | Sentence Generation
`task933_wiki_auto_style_transfer` | Rewrite wikipedia sentences in simple English. | Style Transfer
Expand Down
Loading