facebookarchive / bAbI-tasks

Task generation for testing text understanding and reasoning
Other
898 stars 183 forks source link

Missed questions and answers lines in task 16 #15

Closed ludweeg closed 5 years ago

ludweeg commented 5 years ago

Example: qa16_basic-induction_train.txt

1 Julius is a rhino.
2 Brian is a swan.
3 Brian is white.
4 Greg is a frog.
5 Julius is yellow.
6 Greg is gray.
7 Bernhard is a lion.
8 Lily is a rhino.
9 Lily is green.
10 ???
1 Lily is a frog.
2 Bernhard is a frog.
3 Bernhard is green.
4 Brian is a lion.
5 Brian is white.
6 Julius is a swan.
7 Julius is green.
8 Lily is green.
9 Greg is a swan.
10 What color is Greg?  green   9 6 7
JaneShenYY commented 5 years ago

Hi @ludweeg I have no problem with the original code. Did you change the code?