Skip to content

Commit

Permalink
Add tasks 171-175 (#108)
Browse files Browse the repository at this point in the history
* Add `task171_spl_translation_en_es` task

* Add `task172_spl_translation_en_fa` task

* Add `task173_spl_translation_en_it` task

* Add `task174_spl_translation_en_ja` task

* Add `task175_spl_translation_en_pl` task

* Update tasks/README

* spl_tasks: add input/ output language to dataset schemas

Co-authored-by: Swaroop Mishra <swaroopranjanmishra@gmail.com>
  • Loading branch information
Mehrad0711 and swarooprm authored Sep 1, 2021
1 parent 49be863 commit d40d553
Show file tree
Hide file tree
Showing 7 changed files with 11,055 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Name | Summary | Category
`task114_is_the_given_word_longest.json` | Is the given word longest in the sentence | Classification
`task115_Help_advice_classification` | Given a text detect whether it's an advise or not. | Classification
`task116_com2sense_commonsense_reasoning` | Decide whether a sentence is plausible and matches commonsense. | Commonsense Reasoning
`task117_spl_translation_en_de.json` | Translate English questions to German | Translation
`task117_spl_translation_en_de.json` | Translate English questions to German while preserving named entities in the original language | Translation
`task118_semeval_2019_task10_open_vocabulary_mathematical_answer_generation` | Answering multiple choices mathematical problem described with an open-vocabulary. | Answer Generation, Arithmetic
`task119_semeval_2019_task10_geometric_mathematical_answer_generation` | Answering multiple choices geometric problems. | Answer Generation, Geometry
`task119_zest_text_modification.json` | Paraphrasing given question | Text Modification
Expand Down Expand Up @@ -156,6 +156,11 @@ Name | Summary | Category
`task158_count_frequency_of_words.json` | Count number of occurrences of a word in the given sentence | Counting
`task159_check_frequency_of_words_in_sentence_pair.json` | Check the frequency of a word in the two sentences | Counting, Classification
`task156_codah_classification_adversarial.json` | Given a prompt, select the completion that is the most plausible. | Classification
`task171_spl_translation_en_es.json` | Translate English questions to Spanish while preserving named entities in the original language | Translation
`task172_spl_translation_en_fa.json` | Translate English questions to Farsi while preserving named entities in the original language | Translation
`task173_spl_translation_en_it.json` | Translate English questions to Italian while preserving named entities in the original language | Translation
`task174_spl_translation_en_ja.json` | Translate English questions to Japanese while preserving named entities in the original language | Translation
`task175_spl_translation_en_pl.json` | Translate English questions to Polish while preserving named entities in the original language | Translation
`task178_QuaRTz_question_answering` | Given a question, select correct answer from the given options using an Explanation. | Answer Generation
`task179_participant_extraction` | Given a sentence from a medical study paper, select the tokens representing information about participants | Entity Detection
`task180_intervention_extraction` | Given a sentence from a medical study paper, select the tokens representing information about intervention in the study | Entity Detection
Expand Down Expand Up @@ -184,4 +189,4 @@ Name | Summary | Category
`task205_remove_even_elements.json` | Given a list of integers remove all elements that are even | Answer Generation, Arithmetic
`task206_collatz_conjecture.json` | Given a list of integers compute the next number in the *3n+1* problem | Answer Generation, Arithmetic
`task207_max_element_lists.json` | Given a list of lists of integers compute the max value for each list | Answer Generation, Arithmetic
`task208_combinations_of_list.json` | Given a list of integers of length *n* find all possible combinations,without replacement, of length *n-1* | Answer Generation, Combinatorics
`task208_combinations_of_list.json` | Given a list of integers of length *n* find all possible combinations,without replacement, of length *n-1* | Answer Generation, Combinatorics
2 changes: 2 additions & 0 deletions tasks/task117_spl_translation_en_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"Categories": [
"Translation"
],
"Input_language": "English",
"Output_language": "German",
"Definition": "The provided file includes inquiries about restaurants, and we ask you to translate those to the German language. Please bear in mind the following guidlines while doing the translation: 1) We are looking for the most natural written(formal) form of each sentence in your language. However, we are *NOT* looking for colloquial forms of the sentence. We are looking for formal form which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks are named entities and *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) The fully capitalized words like DATE_0, or DURATION_0 *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. miles should be translated to its equivalent in your language. 5) Note the input is all lowercased except for special placeholders. Please do the same in your translations",
"Positive Examples": [
{
Expand Down
Loading

0 comments on commit d40d553

Please sign in to comment.