Skip to content

Commit

Permalink
Fix small typo in the tasks README (#775)
Browse files Browse the repository at this point in the history
task 761
  • Loading branch information
aviaefrat authored Oct 2, 2022
1 parent f0a18fd commit 5e56980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ Name | Summary | Category | Domain | Input Language | Output Language
`task758_msr_sqa_question_answer_generation` | Given a table from msr_sqa dataset and a question based on that table, generate a correct answer based on the table | Question Answering | Sports, Statistics, News | English | English
`task759_msr_sqa_incorrect_answer_generation` | Given a table from msr_sqa dataset and a question based on that table, generate an incorrect correct answer based on the table | Wrong Candidate Generation | Sports, Statistics, News | English | English
`task760_msr_sqa_long_text_generation` | Given a table from msr_sqa dataset, generate a long text passage based on the information in the tabular data | Data to Text | Sports, Statistics, News | English | English
`task761_app_review_classification` | Given a app review,classify whether it's Poitive or Negative | Sentiment Analysis | Reviews | English | English
`task761_app_review_classification` | Given an app review, classify whether it's Positive or Negative | Sentiment Analysis | Reviews | English | English
`task762_emea_fr_sk_translation` | Translate French sentences to Slovak while preserving named entities in the original language | Translation | Miscellaneous | French | Slovak
`task763_emea_es_lt_translation` | Translate Spanish sentences to Lithuanian while preserving named entities in the original language | Translation | Miscellaneous | Spanish | Lithuanian
`task764_emea_bg_el_classification` | Identify whether translated sentence is Greek or not. | Text Matching | Miscellaneous | Bulgarian | English
Expand Down Expand Up @@ -1618,4 +1618,4 @@ Name | Summary | Category | Domain | Input Language | Output Language
`task1729_personachat_generate_next` | Generate the next utterance in a conversation | Dialogue Generation | Dialogue | English | English
`task1730_personachat_choose_next` | Choose the next utterance in a conversation from four candidates | Dialogue Generation | Dialogue | English | English
`task1731_quartz_question_answering` | Choose an answer to the given question based on the paragraph | Question Answering | Natural Science | English | English
e
e

0 comments on commit 5e56980

Please sign in to comment.