Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Remove genres reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Awa committed Jun 29, 2020
1 parent c4b4318 commit cf062ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/text_classification/tc_mnli_mtdnn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@
"## Read Dataset\n",
"We start by loading a subset of the data. The following function also downloads and extracts the files, if they don't exist in the data folder.\n",
"\n",
"The MultiNLI dataset is mainly used for natural language inference (NLI) tasks, where the inputs are sentence pairs and the labels are entailment indicators. The sentence pairs are also classified into *genres* that allow for more coverage and better evaluation of NLI models.\n",
"\n",
"For our classification task, we use the first sentence only as the text input, and the corresponding genre as the label. We select the examples corresponding to one of the entailment labels (*neutral* in this case) to avoid duplicate rows, as the sentences are not unique, whereas the sentence pairs are."
"The MultiNLI dataset is mainly used for natural language inference (NLI) tasks, where the inputs are sentence pairs and the labels are entailment indicators"
]
},
{
Expand Down

0 comments on commit cf062ee

Please sign in to comment.