From be0bc7d84d1049ddaba1de0b2a8301ec477be6a6 Mon Sep 17 00:00:00 2001 From: aarunku5 <54283572+aarunku5@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:00:42 -0700 Subject: [PATCH 1/2] Update README.md --- tasks/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/README.md b/tasks/README.md index 62003c8c8..50f2a8fd1 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -1471,3 +1471,8 @@ Name | Summary | Category | Domain | Input Language | Output Language `task1545_conll2002_person_name_extraction_answer_generation` | Given a question in Dutch language, write the named entities from the question if present | Answer Generation `task1546_conll2002_location_name_extraction_answer_generation` | Given a question in Dutch language, write the location names from the question if present | Answer Generation `task1551_every_ith_element_from_kth_element` | Given a list return every ith element of the list starting from the kth element | Answer Generation +`task1632_scde_answer_generation` | Generating answers for empty blanks | Answer Generation +`task1633_scde_answer_generation` | Generating answers for empty blanks | Answer Generation +`task1634_scde_answer_generation` | Generating answers that does not fit in the empty blanks | Answer Generation +`task1635_scde_answer_generation` | Generating answers that does not fit in the epmty blanks | Answer Generation +`task1636_opus_montenegrinsubs_translation` | Translation from Enligh to Montenegrin language | Translation From c37ac8efd7694df7dbe48764730ccc196e26e150 Mon Sep 17 00:00:00 2001 From: aarunku5 <54283572+aarunku5@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:04:41 -0700 Subject: [PATCH 2/2] Add files via upload --- tasks/task1632_scde_answer_generation.json | 35681 ++++++++++++++ tasks/task1633_scde_answer_generation.json | 35651 ++++++++++++++ tasks/task1634_scde_answer_generation.json | 35621 ++++++++++++++ tasks/task1635_scde_answer_generation.json | 35645 ++++++++++++++ ...1636_opus_montenegrinsubs_translation.json | 39046 ++++++++++++++++ 5 files changed, 181644 insertions(+) create mode 100644 tasks/task1632_scde_answer_generation.json create mode 100644 tasks/task1633_scde_answer_generation.json create mode 100644 tasks/task1634_scde_answer_generation.json create mode 100644 tasks/task1635_scde_answer_generation.json create mode 100644 tasks/task1636_opus_montenegrinsubs_translation.json diff --git a/tasks/task1632_scde_answer_generation.json b/tasks/task1632_scde_answer_generation.json new file mode 100644 index 000000000..6233c24d9 --- /dev/null +++ b/tasks/task1632_scde_answer_generation.json @@ -0,0 +1,35681 @@ +{ + "Contributors": [ + "Harshil Gandhi" + ], + "Source": [ + "SCDE (https://vgtomahawk.github.io/sced.html)" + ], + "Input_language": [ + "English" + ], + "Output_language": [ + "English" + ], + "Instruction_language": [ + "English" + ], + "Categories": [ + "Answer Generation" + ], + "Definition": "Given a passage identify numbers with angular brackets as blank spaces with numbers representing the blank number. For example, <1> in the passage means there is an empty blank with blank number 1. The task is to fill the blanks with the proper candidate answer. The sequence of numbers in output indicates the sequence of the items in the \"candidates\" list that will be the answer for the blanks in order of the blank number. For example, the output [2, 3] means that candidate item at the position 2 will be the answer for the blank 1 and candidate item at the position 3 will be the answer for the blank 2. Consider following things while filling the blanks: 1) The length of answer sequence in less than or equal to the length of candidates. 2) Blanks can only be filled from among the candidates given. 3) The index of the list of candidates start from 0 whereas the blank number starts from 1. 4) The output list should contain only integers and \"NO\" alphanumeric characters.", + "Positive Examples": [ + { + "input": "{'passage': \"Confidence is very important in daily life .It can help you to develop a healthy attitude .But how to be more confident ?Here are some suggestions :<1>If you like singing , sing as much as you can .In some ways , a hobby can make you outstanding .And it will make you happy and confident .<2>Exercise makes you tired but relaxed .A strong body helps you be full of confidence .<3>Fear comes along with failure .But it 's easy to overcome if you know that failure is part of your life .Try to start again and believe you can do better .<4>When you are not confident , you will speak in a low voice .Try to speak loudly enough so that people can hear you clearly .The high voice can help you become more confident .<5>Write down a list of things you did during the day to see how many things you have done well .Did you finish your homework ? Did you tell a joke that made everybody laugh ? Give yourself praise for the good things you've done .\", 'candidates': ['Play sports .', 'Pick up a hobby .', 'Speak loudly .', 'Get rid of fear .', 'Ask for help .', 'Find your advantages .']}", + "output": "[1, 0, 3, 2, 5]", + "explanation": "Blank 1 should contain the word \"hobby\" as the succeeding sentence mentions \"singing\" which is a hobby. Therefore, blank 1 should be filled with the candidate 1. Blank 2 is followed by the term \"Exercise\" which is closely related to doing playing sports. Thus, blank 2 would be filled with the candidate 0. Blank 3 is followed by the sentence \"Fear comes along with failure\" which tells us that the blank should be filled with the candidate that contains the word \"fear\". Therefore, blank 3 should be filled with candidate 3. Blank 4 should be filled with the candidate 2 because in the sentence after the blank 4 the term \"speak\" and \"voice\" appears and the word \"Speak\" is there in the candidate 2 therefore it is the correct candidate for blank 4. From the remaining candidates, candidate 5 fits in the blank 5. Candidates can be chosen after knowing the context of the sentence or from some key words in the sentence before and after the blank." + }, + { + "input": "{'passage': \"A dog 's mind is only equal to that of a two-year-old baby .<1>Therefore , they are probably the first to notice any change in the behavior of their masters .Let 's do some deep-digging to understand the amazing ability of a dog . They sense your feelings .Is n't it strange ?<2>This is true .A study published in the Animal Cognition journal says that dogs are known to come to people who appear sad or depressed .It does n't matter if the person is their owner or a stranger .They have an ability to sense sadness and are attached to troubled souls .<3>Dogs can easily tell when you 're playing with favorites , and if you reward or play more with other pets , your dog might notice it and feel uncomfortable .As they ca n't say how they feel , they will scratch , yawn or lick their mouths . They smell fear .Let 's say you 're faced with your worst fear .Would you get scared and run away or just face it ?Before choosing how to deal with it , you should remember one thing .<4>Research shows that dogs often sense their masters ' responses in dangerous situations .If you fear something and choose to back away , chances are that your pet is going to do the same thing . They 're watching you .We are all raised as respectable individuals who are taught to respect elders , obey the law and help out people in need from time to time .<5>But if you have a dog at home , it is time to be serious about them .Dogs like generous people .So just be careful around your pet ; it may judge you on how you behave with others .\", 'candidates': ['They sense health problems .', 'They understand when ignored .', \"They know when no one 's looking at them .\", 'You would be setting an example to your pet .', 'Every time you feel sad , you dog just know it .', 'But dogs are able to sense everything around them .', 'However , not all of us take these three things seriously .']}", + "output": "[5, 4, 1, 3, 6]", + "explanation": "Blank 1 should be filled with the candidate that best fits the context of the sentence \"they are probably the first to notice any change in the behavior of their masters\" where \"they\" refers to dogs. Thus, candidate 5 should be the answer for blank 1. Blank 2 appears after the sentences \"They sense your feelings .Is n't it strange ?\" where \"They\" refers to dogs and blank 2 should consist the word 'feel' because the context is about the dogs sensing the feelings of human. Therefore, candidate 4 should be the answer for blank 2. The candidate for blank 3 is dependent on the sentence that follows blank 3. The sentence \"Dogs can easily tell when you 're playing with favorites , and if you reward or play more with other pets , your dog might notice it and feel uncomfortable .\" indicates that dogs get uncomfortable when their owner plays with other dogs. Thus, the candidate 1 best fits the blank 3. Blank 4 should be about the owner of dogs because the sentence \"Before choosing how to deal with it , you should remember one thing .\" is for the owner of the dogs and the sentence \"Research shows that dogs often sense their masters ' responses in dangerous situations .\" after the blank 4 is the example of the something specfied in blank 4. Thus, candidate 3 is the perfect answer for blank 4. For blank 5 the sentence \"We are all raised as respectable individuals who are taught to respect elders , obey the law and help out people in need from time to time.\" should be sufficient to find the candidate because it mentioned three different things and the candidate 6 talks about 3 such similar things. " + } + ], + "Negative Examples": [ + { + "input": "{'passage': \"Guess , who am I ?Oh , yes ,<1>I 'm an actor .I 'm from England .My name is Rowan Atkinson .<2>I have a big head , and my hair is short and black .I have a round face .My ears are big , and my eyes are big , too .<3>My mouth is wide .Now I 'm in the US A .<4>They are nice to me .And they are happy to see me .<5>funny ?\", 'candidates': ['Look at the photo of me', 'I have some good friends .', \"I 'm Mr. Bean .\", 'Am I', \"My nose is n't small .\"]}", + "output": "[3, 0, 4, 2, 3]", + "explanation": "Blank 1 should contain candidate in which name of the person or the term \"I am\" is present. The candidate 3 is therefore an incorrect answer for the blank 1. The correct answer for blank 1 would be candidate 2. Blank 4 is followed by the sentence \"They are nice to me .\" but the candidate 2 is irrelevant to that sentence. Therefore candidate 2 is an incorrect candidate for blank 4. The correct candidate for blank 4 should be candidate 1 because the sentence following blank 4 uses the term \"They\" which indicates that blank 4 should contain noun instead of the proper noun. " + }, + { + "input": "{'passage': \"Many times we need to write the invitation .<1>Here 's all of the information you need to write on your party invitation .By showing all of the facts about your party , guests will feel easier to make decisions .<2>The first thing you should put on your invitation is the names of the party hosts .Your invitation should show the type of the party to the persons that you want to invite .<3>If your guests do n't know about the place , they can check the way to go without getting lost .Clearly write the date of your party , with both date and day of the week .<4>Your invitation also needs to tell your guests what time to arrive and how long the party will last .<5>You can give them a date by which you 'll need an answer .Also tell them a phone number or an e-mail address so that they can let you know .\", 'candidates': ['All the guests should be on time .', 'The next thing you should write on your invitation is the place where the party will be held .', 'They will be clear about if they can accept it or they have to turn it down .', \"You 'll want your guests to reply to your invitation as soon as possible .\", 'But do you know how to write a right invitation ?', 'After checking the calendar , the guests will know if they are available on that day .']}", + "output": "[5, 2, '1st candidate', 4, 2]", + "explanation": "The candidate \"After checking the calendar , the guests will know if they are available on that day .\" is not relevant to the context of first few sentences in the passage and therefore incorrect candidate for the blank 1. The correct candidate for blank 1 would be \"But do you know how to write a right invitation ?\" because the sentence \"Here 's all of the information you need to write on your party invitation .\" following the blank 1 indicates that passage will provide information about writing party invitation and therefore candidate 5 is not the correct answer for the blank 1. Candidate 4 is incorrect for blank 4 because the preceding sentence to blank 4 mentions the words \"date\" and \"day\" which indicates that blank 4 should contain the sentence which has similar such words. Candidate 5 will therefore be the answer for blank 4. Candidate 2 appears 2 times in the output therefore this is an incorrect output. The output sequence should not only contain unique numbers. The output \"1st candidate\" for blank 3 which is not correct because output sequence should not contain index of the item in the candidate list which is only integers. The output should not contain string or alphanumeric character. Correct answer for blank 3 would candidate 1." + } + ], + "Instances": [ + { + "input": "{'passages': \"Finland is a small country of just 5.3 million people , but over three million saunas .<1>Finns have a sauna at least once a week .Saunas can be found all over Finland : in offices , factories , sports centres and hotel , and 2/3 of the people have one in their house . Some of the basic rules for using the sauna include not eating or drinking .Also , you ca n't wear any clothes or swimsuits in the sauna .<2>Men and women visit the sauna separately , unless they 're members of the same family . Saunas have existed for hundreds of years in Finland .In the past , Finns dug holes in the ground and put heated stones in them .When water was thrown on the hot stones , they gave off a vapour .<3>Traditional type is the smoke sauna .We find smoke saunas mostly in rural areas .They 're heated with burning wood .Once the room is hot enough , the fire is allowed to die and the room is ventilated by letting the smoke out through a hole in the ceiling .<4>With these , you simply turn on an electric stove an hour before you want to go in .This is seen as the safest and easiest way to heat the room .<5>Many think that they 're important for your wellbeing .Finns believe that the sauna can treat a number of diseases .Having a sauna is also seen as a good way to relieve stress and tension .\", 'candidates': ['Now there are several types of sauna .', 'That is to say , you have to go naked .', 'Why are saunas so popular in Finland ?', 'Saunas play an important role in Finnish life .', 'Since then , saunas have been introduced to Asia .', 'However , the most common type is the electric sauna .', \"If you ever visit Finland , do n't forget to have a nice , relaxing sauna .\"]}", + "output": [ + "[3, 1, 0, 5, 2]" + ] + }, + { + "input": "{'passages': \"Changing People 's Bad Impression on Us Some of us have made bad first impressions in front of people we wanted to become good friends with .First impressions are important because they form the foundation on which all future thoughts about someone will be based .<1>However , there are actions you can take to change people 's bad impression of you .Apologize immediately .A sincere apology can go a long way because you will prove to everyone their thoughts about you .Tell the people that you did n't intend to offend them and that you wish to correct the situation .Explain the reasons why you acted the way you did in your apology .<2>Otherwise , it will make others feel uncomfortable that you keep bringing up the past .Use humor .When you are around the people you made a bad impression in front of , play a small joke on yourself .Once they know you are not afraid to laugh at yourself , it can break up some of the tension .Remember to only direct humor at yourself .<3>Do not make assumptions .After you have made a bad impression , it can be easy to assume that everyone thinks the worst of you .<4>Instead of assuming what someone thinks about you , explain to him that you feel ashamed about how you acted and ask him how your behavior affected him .<5>In order to overcome a bad first impression , your words and actions in the time to come must be consistently good .With enough time and patience , gaining trust and changing wrong beliefs is possible .\", 'candidates': ['Be careful not to overdo it .', 'Pay attention to future behavior .', 'First impressions are usually long-lasting .', \"However , things are n't always as bad as they seem .\", 'That way you can avoid any more feelings of discomfort .', \"So it 's hard to erase a bad first impression from someone 's mind .\", 'Be mindful of your surroundings and sensitive in what you say to others .']}", + "output": [ + "[5, 0, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"If you knew you had only three years left to live, how would you use your time?<1>But 18-year-old Huang Ge has to answer this question and he says, I want to thank the people who have helped me .At the age of one, Huang's mother left the family .<2>He has been using a wheelchair since 9 years old .Doctors said he would only live to be 18 .<3>The boy was so moved that he decided to thank everyone of them .But it is not an easy job, because Huang was too sick even to drive a mosquito away from his leg .<4>And the family can only afford a three-wheeled motorcycle .<5>I am moved by the story of this boy .We need the courage to face death, and we should also feel the thankfulness for those who help us, reads an online article on CCTV,com .\", 'candidates': [\"It's a hard question and few of us would even like to think about it .\", 'Since 2003, the father and son have traveled 14,000 kilometers to 10 provinces, and thanked more than 30 helpers .', 'Huang has to be tied to his wheelchair to stop him from falling out .', 'Dear Harry, You ask me whether you should spend the next three years at university,or get a job .', \"After Huang's story went on TV, hundreds of Chinese sent money to help him .\", 'Her two daughters are equally determined to stop Joey falling for Mary, even if that means embarrassing her .', 'Six years later, he was badly ill .']}", + "output": [ + "[0, 6, 4, 2, 1]" + ] + }, + { + "input": "{'passages': \"For every woman who feels like she 's had to scale back her personal ambitions since becoming a mother , gold medal cyclist Kristin Armstrong has a message : Do n't give up on your dreams .She retired after winning gold in Beijing to start a family ; son Lucas arrived in 2010 , but then she decided to compete again in the London Olympics .She won a gold medal at last .<1>I struggled with that a lot , she told a newspaper .<2>It 's all supposed to be for my kid . 'She faced physical challenges of getting back into competition shape after giving birth , as well .When she started racing in the spring of 2011 , she was still breast-feeding ; she would nurse her son , then race , then breast-feed again after the race .<3>I feel like I 'm able to do what I love to do and still manage a family and have that balance , Armstrong said .That you have a family or a child does n't mean that you have to stop going after what you dream of individually .Armstrong makes balance look easy , whether it 's on her bike or as an athlete-mom .But she points out that you ca n't have it all without making some sacrifices .For example , do n't expect a neat home -- her husband , Joe Savola , who she describes as her support system and her protector , says he 's had to give up on trying to keep everything orderly at home and just accept that their living room has become Lucas 's playroom .<4>Now , she says , That sounds like fun to me .<5>\", 'candidates': [\"At the beginning I felt selfish , I felt like , 'Well , I 'm not supposed to be thinking of myself anymore .\", \"For Armstrong , she 's sacrificed time with friends who had kids around the same age -- there just was n't time .\", 'The Secret World of Disneyland The cat It is not easy to keep the park clean .', 'Her days revolved around Lucas and training .', 'At first I felt like I was making money , kind of a nice job .', \"As she heads home to Boise , Idaho , she 's ready to do regular mom stuff .\", \"The decision to start training again was n't easy .\"]}", + "output": [ + "[6, 0, 3, 1, 5]" + ] + }, + { + "input": "{'passages': \"Winter is a really fun time of the year-it 's great to have snowball fights and build snowmen ,<1>When it 's cold outside and you 're not prepared , you can feel uncomfortable .Lucky for you , learning how to stay safe is not difficult .<2>Wearing thick clothes is the best way to stay warm in the cold .Depending on where you live and how cold it is , some kids may need more clothes , some less .Take that hat .You maybe wear a large overcoat and ready to go , but are you forgetting something ?<3>You 'll stay much warmer with a hat than without one-tons of body heat escapes right from your head .Drink up .Sounds like advice for hot weather , not cold weather , right ?<4>When you 're outside in the cold and breathing hard , your body loses a lot of water through your breath .And the best way to get that water back is to drink up !Take it easy .Sometimes if you 're out having fun , it 's easy to forget to pay attention to your body .But if your body temperature drops even 4 or 5 degrees while you 're outside , it can make you feel terrible .<5>And if you ever feel weak , those are signs that you have to take it easy indoors for a while .\", 'candidates': ['Love those clothes .', 'Have a snowball fight .', 'Pull a hat onto your head .', \"That 's why you need to be careful with your body s signals .\", \"Well , the truth is that it 's good advice for both kinds of weather .\", \"But you have to know how to be safe while you 're out having fun .\", 'You can stay outside as long as possible to fully enjoy your snow days .']}", + "output": [ + "[5, 0, 2, 4, 3]" + ] + }, + { + "input": "{'passages': \"Ireland to list Chinese as national exam subject in 2022 2022 Chinese is becoming more and more popular in the world .An Irish education official said recently that Chinese will be added to the list of languages of the country 's national<1>Xinhua News Agency reported .Mary Mitchell O'Connor , Ireland 's minister of higher education ,<2>said the list is based on a program launched in 2014 , a short 100-hour course on Chinese language and culture .The education minister made the announcement at a joint conference of Confucius Institutes of Ireland and Britain .O'Connor said the Irish government is fully aware of the importance of creating the opportunity to learn Chinese<3>its students , especially against the backdrop of economic globalization and deepening China-Ireland trade ties .Irish people have become interested in learning Chinese , and the number of Irish students<4>O'Connor said , adding that educational cooperation between the two countries is growing well .As Chinese students ,<5>What do you think of Chinese ?\", 'candidates': ['Chinese is your mother language', 'especially for its students', 'And it will be a subject in the college entrance exam in2022', 'He said the list was based on a program launched in 2014 .', 'and the number of Irish students coming to study in China is also increasing']}", + "output": [ + "[2, 3, 1, 4, 0]" + ] + }, + { + "input": "{'passages': \"Everyone knows that reading is important .But how to become a better reader ? Here are five ways .<1>Many readers feel that they read too slowly , especially compared with others , but the truth is that the faster you read , the less likely you are to understand fully what you are reading .Reading is a lifelong process : learning to read closely and slowly will help you become faster over time without missing anything .<2>When humans first began reading written words , it was unusual to read in silence .Reading out loud is one of the best ways to improve your reading ability .You may feel silly reading to your cat ( or to no one at all ) , but once you keep doing it for weeks , you will notice a differenceyou 'll better understand what you read and read more quickly and accurately .<3>Can you remember the first piece of writing that transported you to another world ? One of the most powerful moments in a young reader 's life is learning to enter into the lives of imagined characters .As you read , feel the beauty of the language , slow down at important dialogues , and allow amazing ideas to develop .<4>Writing and reading go hand-in-hand : how and what you read affects how and what you write .While you get much from repeated readings , only through the practice of writing can you experience many secretive pleasures .<5>Reading is in fact communication from a writer 's inner voice to a reader .There is something magical about sharing books with friends .It 's a good way to see the world from someone else 's eyes .\", 'candidates': ['Read aloud .', 'Take it slow .', 'Keep writing .', 'Read every day .', 'Share with friends .', 'Feel it .']}", + "output": [ + "[1, 0, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"<1>My own son, who basically grew up with his grandmother, the original manners expert, has perfect table manners .This is partly because he was exposed to manners at a very young age .However, when we eat at home, he would not practice manners .<2>He said, I behave the way I am supposed to behave when I'm out, but when I am at home I want to be comfortable .That's when I realized that most parents, myself included, do teach their children the proper way to behave outside the home, but they are also brought up to believe that at home, anything goes .My answer to him was good behavior has nothing to do with where you are or whom you are with .Then he answered, But I behave properly when I'm with others so that they think better of me .And that is when I realized that I was doing things all wrong .<3>This confused him even more .So I went on to explain that behavior, whether in your everyday interaction with people or at the dining table at home, is an expression of who you are .<4>So basically, what I am saying is that teaching your children manners comes with the underlying lesson that it is not about what to do or not to do, but rather , who they are .<5>Teach your teens or children the basic courtesy of greeting their friends' parents and introducing themselves when they go to someone's home .Teach teenage boys to open the door of a car, or any door for that matter, for any girl, whether they are their girlfriends or not .This includes holding elevator doors or letting women step out of the elevator first .Just remember that teenage boys who practice good manners and courtesy grow up to become men who respect people in general .\", 'candidates': ['This way it is not mechanical : it comes from within .', 'So I asked him why .', 'Well, at the age of 13, he got it .', 'Most teens I meet these days lack basic social courtesy when dealing with people .', 'So he decided to stay in his field and tried to catch the horse .', 'I explained to him that it had nothing to do with what people think .', '--Kate I think this is one of the best camps that my children have attended .']}", + "output": [ + "[3, 1, 5, 2, 0]" + ] + }, + { + "input": "{'passages': '<1>Having the best agency to help with your business , no matter how small , can be one of the biggest steps you can take in letting the world know and get familiar with your products and brands .<2>The company has to tell the agency how they would like the public to see their products .<3>Working with brand agencies is a two-way street .When the company is happy and satisfied with how the agency has advertised the brand , the trust the company has in the agency grows .<4>Regarding the identity of the brand , agencies can help a lot in this aspect .<5>If the brand is good , then buyers will feel at ease buying the products of this brand .', 'candidates': ['The agency then talks with the company about the progress of the brand in the market .', 'For a brand to have a lasting influence on the buyers , an identity of the brand needs to be formed .', \"Similarly , when the agency does well in its work , the company 's brand and products get good ideas from buyers and the market .\", \"For example , when a farmer needs water , he looks for something to tell him it 's going to rain .\", 'A good brand agency can create for you a brand identity of your products .', 'Brand agencies work hand in hand with the company in advertising the brand and its products .', 'A good relationship with your parents can make you a better and happier person .']}", + "output": [ + "[4, 5, 0, 2, 1]" + ] + }, + { + "input": "{'passages': \"H ow do you get a good night 's sleep ?You may put your pillow at th e proper height , drink a glass of hot milk or maybe listen to some light music before bedtime .<1>When World Sleeping Day falls on March 21 , it will be a good time to explore a long-ignored fact that may make you feel tired after you wake up .Scientists have discovered that the position of your spine is very important when you sleep .<2>Let 's have a look at the advantages and disadvantages of each position .On your back Sleeping on your back is the ideal position to be in .First of all , your spine is in the best position .<3>The d ownside is the greater likelihood of snoring and sleep apnea .Lying on belly<4>Dr Vaclav Vojta , a US child development specialist , said this is bad for your back because it takes away the natural curve of your lumbar spine .But he also noted that this helps to prevent some snoring and sleep apnea .On your side Sleeping on our sides happened naturally while we were in the womb .<5>Plus , sleeping on your side ( the left side in particular ) has been reported to reduce trou blesome digestive problems like heartburn .The downside is the `` dead arm '' and finger numbness from this position .\", 'candidates': ['Lying face down with your legs straight and your arms right by your sides is a bad idea .', 'Sleeping on your side can be a quick fixfor snoring and can help to improve breathing .', 'Do you and your friends ever talk about your sleeping position with each other ?', 'And a new study suggests that the sleeping position has something to do with it .', 'Of the three sleeping positions , which one do you usually go for ?', 'You are also less likely to have digestive problems .', 'But one thing you may tend to ignore is sleeping positions .']}", + "output": [ + "[6, 4, 5, 0, 1]" + ] + }, + { + "input": "{'passages': \"In every little girl's toy box .<1>Barbie is 50 years old this, year .<2>She and her husband Elliott started the toy company Mattel .<3>The first Barbie Doll appeared at the toy fair New York on March 9th, 1959 .This date is used as Barbie's birthday .<4>Today, a fifty-year-old Barbie in good condition might cost more than twenty-seven thousand dollars .Mattel says 90% of the girls in the United States aged from three to ten own at least one Barbie Doll .And girls aged three to six own an average of about twelve .When Mattel created Barbie Dolls half a century ago, they never thought this doll would become a legend .Now Barbie Dolls are famous all over the world .<5>\", 'candidates': ['They are sold in one hundred and fifty countries, and every second three Barbie Dolls are sold around the world .', \"She hugged her daughter seated in the front row, saying it was all right that she hadn't scored all As .\", 'That being said, there might be some adolescent wisdom in her behavior after all .', 'Mattel sold three hundred thousand Barbie Dolls in the first year at a price of three dollars .', 'It was designed in 1959 by an American businesswoman named Ruth Handler .', 'there might be a Barbie Doll .', 'She named the new doll after their daughter Barbara .']}", + "output": [ + "[5, 4, 6, 3, 0]" + ] + }, + { + "input": "{'passages': \"Christine Lagarde has a pretty big job .The 57-year-old French woman is the Managing Director of the IMF ( International Monetary Fund ) and she 's the first woman in history to hold the position .So , what are her tips for success ? Travel '' Travel the world .<1>`` That 's the first piece of advice Christine gave to business students at a recent conference .Although Christine is French , she spent time studying and working in the United States .Of course , you do n't have to live overseas to do well in business .But simply going on holiday to new countries will benefit you a lot . Preparation There 's a saying in English : `` If you fail to prepare , you prepare to fail . ''Christine makes sure she 's ready for whatever challenges lie ahead .To get the IMF job , she studied hard and prepared adequately .<2>English English is the international language of business .If you have a strong command of English , you 're more likely to get a good job or be promoted .Christine has an excellent level of English .<3>So , read in English as much as possible , and watch English-language TV series , movies with subtitles and listen to English music . Health Christine is known for her stamina .Whether they 're all-night negotiations or long , boring meetings , she just keeps on going .<4>By staying fit .She told reporters that staying in shape is extremely important for achieving success .Christine jogs , swims and cycles whenever possible . Problems '' When everything is going wrong , just grit your teeth and smile . ''That was the piece of advice that Christine 's swimming coach gave her many years ago .<5>\", 'candidates': ['How does she do it ?', 'Be citizens of the world .', 'And , of course , she got the job .', 'It has certainly helped her get to where she is today .', 'She was busy at the time as the French Minister of Finance .', 'Remember that success is not an objective that you will one day reach .', 'So even when nothing is going your way , remember to stay positive and keep going !']}", + "output": [ + "[1, 2, 3, 0, 6]" + ] + }, + { + "input": "{'passages': '<1>It is also one of those countries which have many traditions which modern times fortunately have not affected .Thailand is famous for its unique culture .It is well worth noting that Thai culture handed down from one generation to the next .<2>The dances of course have something to do with its deep rooted Buddhist religion , fighting arts and beautiful clothing .<3>Most resort areas and many hotels frequently offer these Thai culture dance shows for foreign visitors .<4>The wai is when a person joins both hands to either head or chest level while bending their head slightly towards their hands .This way of greeting is especially done when a younger person greets an older person and it indicates a sign of respect to their elders .Employees would also wai their managers even if the manager would be younger than themselves .Bangkok Bangkok is the culture center of Thailand and has been the Thai capital since the end of the eighteenth century .Observing Thai culture in Bangkok can be great experience as the combination of modern times and traditions have created a kind of unique atmosphere .<5>Bangkok National Museum Another location in Bangkok where one can enjoy and see Thai culture is at the famed Bangkok national museum , which offers tourists an opportunity to view national treasures and unique Thai art pieces with its culture feature dating back as early as the late sixteenth century .', 'candidates': ['Thai Classical Dance The inspiring culture includes local music and wonderful Thai dances .', \"The dictionary includes words on medicine , education , psychology , law , history and culture about deaf people 's life .\", 'Thai classical dance performances are generally performed by gracious Thai ladies wearing beautiful Thai local costumes .', 'Thailand is a country with a long and rich history .', 'Thai Greeting The Thai unique gesture of greeting another person , the wai , is especially one of the great aspects of Thai culture .', \"In my country many people do n't stay in one place for a very long time .\", 'Bangkok offers a package of Thai culture which is shown by numerous beautiful Buddhist temples and many examples of modern Thai architecture .']}", + "output": [ + "[3, 0, 2, 4, 6]" + ] + }, + { + "input": "{'passages': \"Do you want to visit Disney World?<1>To meet the needs of these people, a pet hotel has been built near the Disney World Resort in Florida .<2>It has an area of 4,645m2 .<3>Besides dogs and cats, it can also provide services for birds, pigs and rabbits .However, it can't take care of snakes and turtles now .<4>There are several types of dog rooms, such as rooms with air-conditioners and VIP rooms .There is even a private dog park .Owners can have a high-quality vacation with their dogs there .The cats are kept in the Kitty City .<5>Workers there will clean it once a day .Apart from having good equipment, Best Friends Pet Care Resort also have other plans to meet the psychological needs of pets .Workers play music to the pets, walk with them, play with them and even read stories to them before they go to bed .We aim to make sure that pets will have a fun vacation here, just like their owners at Disney World, said the manager of the resort .\", 'candidates': [\"The victim's father, Liu Jianhui, said his daughter studied at Beijing City University before moving to Canada, where she met Meng .\", 'The new pet hotel is named Best Friends Pet Care Resort and it is mainly open to dogs and cats .', 'About 270 dogs and 30 cats can be kept there at the same time .', 'When to go:The Magic Kingdom,which was opened in 1971,was the first theme park at Walt Disney World .', 'Best Friend Pet Care Resort is a very expensive hotel .', 'The Kitty City is very comfortable and clean .', 'However, will you worry about your pet if you go to Disney World?']}", + "output": [ + "[6, 1, 2, 4, 5]" + ] + }, + { + "input": "{'passages': \"Few of us have n't read Cinderella , the story of a young woman living in poverty who meets the prince of her dreams .Some might not want to admit it , but there is a hidden Cinderella in everyone 's heart -- we all wish we could achieve recognition or success after a period of obscurity .Mary Santiago has that secret dream , too .Her story is featured in Another Cinderella Story , a film set in a US high school .<1>Compared with other girls , she is invisible .<2>Joey is everything the rest of the boys in her class are not -- kind , handsome and desirable .<3>They meet and fall in love with each other .But when Mary has to rush back home , she leaves behind her MP3 player , which becomes the only clue Joey has to find the girl of his dreams .Of course , there is a wicked stepmother , who turns out to be Dominique Blatt and she takes in Mary after her dancer mother dies .Dominique treats Mary like a maid and does everything she can to make sure Mary does n't get into the top dance school .Her two daughters are equally determined to stop Joey falling for Mary , even if that means embarrassing her .<4>Refreshingly , the film , unlike many high school films , does not focus on looks , although the actors are all beautiful .<5>The movie takes the Cinderella fairytale as its jumping off point , writes movie critic Amber Wilkinson .The focus is firmly on following your dream .\", 'candidates': ['There is also a lot less materialism in Another Cinderella Story than in many similar movies .', 'He not only loves singing and dancing very much but also can dance 56 kinds of dances .', \"Mary and Joey 's paths cross at a ball .\", 'Mary is shy but loves to dance .', 'However , her world changes completely when a famous teenager pop singer , Joey Parker , appears .', \"In Europe it 's quite usual to cross your legs when you are sitting talking to someone even at an important meeting .\", 'The story , though it mostly follows Cinderella , does add a few modern day twists to the classic fairy tale .']}", + "output": [ + "[3, 4, 2, 6, 0]" + ] + }, + { + "input": "{'passages': 'How to Write a News Article Writing a news article is different from writing other articles or informational pieces .<1>Knowing how to write a news article can help you exe rcise your writing skills and convey information clearly and briefly .Gather all your facts .Before you write a news article , make a list or outline of all the connected facts and information that need to be included in the article .<2>It will help you write a clean , brief article .Start with the lead .<3>This is one of the most important parts of the piece , so start with the leading statement when you write a news article .Your lead should be one sentence which states the topic of the article .Give all the important details .The next important step to writing news articles is including all the relevant facts and details that relate to your lead statement .<4>These details are important , because they are the key point of the article that fully informs the reader .<5>Be sure to double check all the facts in your new article before you contribute it , including names , dates , and contact information or addresses .Writing accurately is the best way to make yourself a suitable news article writer .Conclude your article .Make sure your news article is complete and finished by giving it a good concluding sentence .', 'candidates': ['Check facts before concluding .', 'Follow up main facts with additional information .', 'Include the basics of what , where , when , who and why .', \"A leading sentence is to grab readers ' attention and interest them .\", 'Unlike other articles , news articles present information in a specific way .', 'Avoid any statements or description that could be constructed as support or criticism .', 'This list helps prevent you from leaving out any relevant information about the topic or story !']}", + "output": [ + "[4, 6, 3, 2, 0]" + ] + }, + { + "input": "{'passages': \"A child's room is not only a bedroom .<1>Britain's 8 to 16-year-olds have bedroom possessions about PS 3,300 .<2>A child's room also has expensive clothes, sunglasses, watches, and sports equipment 40% of children have a room that is a home office, mini cinema, and sports hall .<3>60% have a CD player, iPod, or MP3 player .25% have their own computers .With so much to do in their bedrooms, it is no surprise that children spend more time there than anywhere else in the house .One girl spends so long on her mobile phone in her room that her parents have to text her to speak to her .Another child goes into his room as soon as he gets home form school and plays on his Playstation until bedtime .<4>Some families hardly do anylhing all together .<5>\", 'candidates': [\"But they don't just have hi-tech toys .\", 'People eat different meals at different times, and watch different TV programmes in different rooms .', \"But--just like adults--they have their share of daily demands and things that don't go smoothly .\", '90% have a TV, and 70% have a DVD player .', \"Childred's bedrooms are their kingdoms .\", 'You can see computers, mobile phones, televisions, DVD players, Playstation, and other 21st-century toys .', '-- has seen a 90% rise in visitor numbers from China, local officials say .']}", + "output": [ + "[5, 0, 3, 4, 1]" + ] + }, + { + "input": "{'passages': \"Dear Joan, How are you?<1>I study at Yu Lin High School .I like Beijing very much, and I have two good friends here .<2>Tom is from Canada and Wei Hua is from China .We are in the same class .They often help me with my Chinese .I can speak a little Chinese now .<3>I like Chinese food here, like Guangdong food, Sichuan food, and Hu'nan food .They are nice .Some times we go out to eat .<4>I often have jiaozi for lunch and have noodles for supper .<5>What about you?Yours, Lily\", 'candidates': ['They are Tom and Wei Hua .', 'I feel like I want to rescue her, but she pushes me away and shuts me out .', \"I'm in Beijing now .\", 'Look for foods like bread and grains and combine them with some food like peanut butter or low-fat milk or cheese .', 'Jiaozi is my favorite food .', 'The teachers are kind to me .', 'I have milk and bread for breakfast .']}", + "output": [ + "[2, 0, 5, 4, 6]" + ] + }, + { + "input": "{'passages': \"We can see waste everywhere in the school .Some students ask for more food than they can eat and others often forget to turn off the lights when they leave the classroom .<1>But I don't agree with them .<2>Although China is rich in some resources , we are short of others, for example, fresh water .It is reported that we will have no coal or oil to use in 100 years .<3>Think about it .<4>Everybody should stop wasting as soon as possible .In our everyday life, we can do many things to prevent waste from happening, for example, turn off the water taps when we finish washing, turn off the lights when we leave the classroom, try not to order more food than we need and so on .<5>We can stop waste one day, if we do our best .\", 'candidates': ['Little by little, we will change everything .', 'So if we go on wasting our resources, what can we use in the future and where can we move?', 'I think we should say no to the students who waste things every day .', 'Policy-makers have made an effort to bring depression to the forefront, but there is still a lot more work to be done .', \"We're all human, which means that sometimes we do things we shouldn't do or say things we shouldn't say .\", 'They say they can afford these things .', 'Waste can bring a lot of problems .']}", + "output": [ + "[5, 6, 1, 2, 0]" + ] + }, + { + "input": "{'passages': \"Personal Shoppers I was shopping with Thomas , who has been working as a personal shopper for the past five years .`` Personal shoppers are in great demand these days , '' he told me as we were walking past designer clothes shops .<1>He said that there were many people who wanted to be fashionable , but they did n't know where to start .They needed a professional to advise them . But why ?I always call my best friend to help me find the perfect dress , not a stranger ! ''<2>The first thing I do is help my customer improve their image .I teach them to choose colours and clothes that suit them , and how to use make-up , '' Thomas told me .`` Then I organize the customer 's wardrobe .<3>The third service has to do with actual shopping : the personal shopper and the customer visit shops and buy clothes according to the customer 's personality , lifestyle and needs .`` Of course , each of the above services costs between 150 and 225 euros !<4>`` Most of my customers are rich business people who call me for important meetings or business parties , '' explained Thomas .`` However , I also work for people in all kinds of jobs and for retired men and women who want a change of look .`` We spent the rest of the day shopping .Every time we came out of a shop , we had one more bag .In the end , I went home with a beautiful dress , two pairs of trousers , some lovely tops and a couple of coats .I 'd never had a shopping day like this before !I admit that I 'd spent more than I usually do , but I would n't have found such beautiful clothes without Thomas .<5>\", 'candidates': ['I can help in three different ways .', 'I asked him why this had happened .', \"It depends on the customer 's preferences .\", 'I might even throw away some old clothes .', 'I just wish personal shoppers were a bit cheaper !', 'People need help with choosing the right clothes .', 'I just wonder how many people have this kind of money to spend .']}", + "output": [ + "[1, 0, 3, 6, 4]" + ] + }, + { + "input": "{'passages': 'The effect of bullying can be serious and even lead to tragedy .Unfortunately it is still a mostly researched area .<1>That year two students with shotguns both of whom had been considered gifted and who had been bullied for years killed 13 people wounded 24 and then committed suicide . A year later an analysis by the US government found that bullying played a major role in more than two-thirds of the campus violence .<2>Numerous invaders throughout history have tried to defend their bullying behavior by claiming that they themselves were bullied .<3>Although there is no justification for bullying many of the worst humans in history have indeed bullies and victims of bullying . Since bullying is often ignored , it may provide an important clue in crowd behavior and passer-by behavior .<4>Many of them have suggested bullying as one of the reasons of this becoming less sensitive to violence .<5>in this sense bullying affects not only the bullied but his friends and classmates and the whole society .', 'candidates': ['Research indicates that the victim often becomes the bully .', 'Psychologists have been puzzled by the inactivity of crowds and bystanders when crimes occur in crowded places .', \"More attention should be paid to people 's reaction to bullying when it happens .\", 'Hitler , for example , is claimed to have been a victim of bullying in his childhood .', 'Campus bullying is becoming a serious problem in some high schools in big cities .', 'The friends and classmates of the bully and the victim also accept the violence as normal .', 'The link between bullying and school violence has attracted increasing attention since 1999 .']}", + "output": [ + "[6, 0, 3, 1, 5]" + ] + }, + { + "input": "{'passages': \"For a lot of parents , sending their kids off to college is a bittersweet experience .I think a lot of teenagers head to college without any idea about h ow money works .Do n't let that happen to your college kid .Help them understand these issues before they step into that first class .Budget , Budget , Budget .<1>So start by making sure you understand budgeting and have begun to use it as part of your financial plan .Independence Means Responsibility .Living away from home means you have to take care of yourself .<2>Food does n't just drop out of the sky , and gas does n't magically appear in their car .Independence means responsibility .<3>Even if your kid is going to a small community college , they 'll still probably have a few thousand dollars of tuition to pay .If you break it down , one class can cost $ 1,000 at the very minimum !And that does n't even include books .Choose a Major Wisely .<4>This is n't a must before they step on campus , but simply plant a seed that gets them started thinking about what they want to do with their life .You do n't want them graduating with a degree that leaves them unfulfilled or unable to find a job . Friends Matter .<5>Who you hang out with definitely influences how you spend money and the decisions you make .Without being overbearing , remind them how important it is to have positive friends who build them up instead of bringing them down . Remember , as a parent , just be there for support and to strengthen these principles throughout their college experience .\", 'candidates': ['New friends mean new opportunities and new social situations .', 'Do your best to prepare your son or daughter for what that means .', 'Cherish your opportunity .', \"If you have n't been using a budget , it will be difficult to convince your kid to use one .\", \"College Is n't Cheap .\", 'Help your teenager find his or her passion .', 'However , not all friends can be really depended on .']}", + "output": [ + "[3, 1, 4, 5, 0]" + ] + }, + { + "input": "{'passages': \", ,.. Procrastination is a phenomenon we are familiar with .When we procrastinate , we waste our free time and put off important tasks we should do till it 's too late .<1>Here , I will share some personal steps taken to ov ercome procrastination with great success .Break your work down into little parts .Part of the reason why we procrastinate is that we find the work too overwhelming for us .Break it down into little parts , and then focus on one part at a time .If you still procrastinate after doing so , break it down even further .<2>Change your environment .Look at your work desk and your room .Do they make you want to work or do they make you sleepy ?<3>Create a detailed timeline with specific deadlines .Having just one deadline for your work is like an invitation to procrastinate .That 's because we would get the impression that we have time and keep pushing everything back until it 's too late .<4>In this way , you know you have to finish each task by a certain date .<5>I 'm pretty sure if you spend just 10 minutes talking to people like Steve Jobs or Bill Gates , you 'll be more inspired to act than if you spend the 10 minutes doing nothing .The people we are with influence our behavior .\", 'candidates': ['Seek out someone who has already achieved the similar outcome to your goals .', 'Hang out with people who inspire you to take action .', 'Having a companion makes the whole process much more fun .', \"If it 's the latter , you should begin to change your workspace .\", \"It 's a bad habit eating us away and stopping us achieving greater success in life .\", 'Break down your project , and then create an overall timeline with specific deadlines for each small task .', 'Soon , your task will be so simple that you will be thinking you can do it now .']}", + "output": [ + "[4, 6, 3, 5, 1]" + ] + }, + { + "input": "{'passages': \"Freshmen anywhere may be nervous about university life .Here , three pieces of advice are for them .Listen but do n't be silent The world is held in students ' hand via smart phones .Thus , they may consider lecture listening less important .<1>It forces students to face the difficulties of training a deep attentiveness .Unsurprisingly , students find it hard to speak out , ask questions or for points of clarification .They do n't want to appear foolish or incapable .However , there is no such thing as a foolish question .Teachers are there to help you understand .This also goes for seminars and workshops .<2>Read and buy books<3>There 're so many useful online sources today , but the habit of reading books , especially whole books , is something being lost .Buy your own books .There are many bargains to be found on used-book websites or through Amazon .Being a book lover and buyer will help any student get the most out of their education .<4>As a student , you do n't just have to learn to listen and become an active reader : you also have to become an academic writer .Written work at college level can not be done at the last minute or in a rush .It takes time .Turn to your teachers .If they will read draft essays then make sure you can get feedback ahead of the final submission .<5>Students who get feedback on their work always do better than those who do not .It is one of the few educational laws that holds true in all cases .\", 'candidates': [\"Do n't try to do it all the night before .\", 'However , a lecture is a listening workout .', 'Thinking clearly can not be done in a rush .', \"So train your ear , listen carefully , but do n't be silent .\", 'Readingis the most important thing that any student does .', \"Re-writing has proved to be the turning point in one 's degree .\", \"If they wo n't read drafts , then see them to run through your ideas .\"]}", + "output": [ + "[1, 3, 4, 0, 6]" + ] + }, + { + "input": "{'passages': \"Do you want to take time to get in touch with yourself , your feelings , your dreams , and a good , healthy life ?Here are some tips :<1>Sometimes it seems as if our culture has begun to view the need for sleep as a sign of weakness .But your body was genetically programmed to spend a third of its life on sleep , and this affects thinking , memory , growth , your immune system and even your weight . Begin the day in thankfulness .<2>Name each person and hold them in your thoughts .The sense of thankfulness you experience will set a peaceful tone for the entire day , and reduce a day 's stress that can lead to sleeplessness that night . Strike a balance .<3>Think about tai chi , prayer , yoga -any daily activity that allows you to develop a peaceful center and a sense of balance . Play with friends .The `` tend and be friend studies '' , as they are called , conducted by UCLA researcher , Shelly Taylor , Ph . D. indicate that when women are stressed , they tend to their children and play with other women .<4>Use guided imagination .<5>The tone of your voice , pacing , music , and pictures will persuade your nervous system that it 's time to calm down .\", 'candidates': ['Admit the importance of sleep .', 'The images of things make the brain see and think about other things .', 'Emotions are the basis of good communications and healthy relationships .', 'Calming down a stressed nervous system will encourage a balanced life .', 'Take 10 minutes every morning to give thanks to everyone in your life .', 'Recent research has also linked the importance of sleep to behavior .', 'Studies reveal that women who have healthy relationships with their children and friends actually sleep better .']}", + "output": [ + "[0, 4, 3, 6, 1]" + ] + }, + { + "input": "{'passages': \"How to Rent Your House Before handing the keys to your house over to a complete stranger for care , there are decisions you need to make .In fact , the decisions you make now , before searching for a tenant , will make the biggest impact on the success of your rental .<1>What Condition Do You Want Your House in ?There is no end to the amount of improving you can do to your house before renting it out .<2>When is good enough , good enough ?A house should be clean , empty ( unless you are offering it `` furnished '' , which is uncommon ) and free from any major repairs at the time the tenant moves in .Remember , the home does not need to be as fancy as you would want it to be .<3>Tenants will generally never take as good care of your house as you do so do n't spend too much time or money making unnecessary upgrades that will only be ignored or broken .Should You Use a Property Manager ?<4>If you have the time , abilities , and energy to manage yourself you can save a good deal of money by doing so .However , if you try to manage without the ability it could end up costing you much more than what a property manager might charge .How Much Can You Rent Your House for ? Luckily , discovering what the monthly rent will bear for your house is not difficult .<5>In business , market research means to get out there and find out what others in your industry are charging ; learning how much to charge for rent is no different .Your house will generally rent for about the same amount as other properties that are of similar location , size and condition .\", 'candidates': ['The problem becomes learning when to stop .', 'No one wants to be a landlord with those problems .', 'The following are some questions to answer before you rent out your house .', 'Have a professional carpet cleaner clean the carpets before showing the property .', 'Look around at other rentals in your area and try to see what the typical quality is .', 'The best way to determine how much your house will rent for is to simply do market research .', 'The decision about whether to manage yourself or hire a property manager can not be made by anyone other than you .']}", + "output": [ + "[2, 0, 4, 6, 5]" + ] + }, + { + "input": "{'passages': \"Good morning everyone !Today I want to talk about how to deal with our children 's homework .As we know , homework is a great way for children to develop learning skills .So as parents , you should pay attention to it .<1>Avoid having your child do homework with the television on or in places with different noises , such as people coming and going . Make sure your child has all the materials he needs . Ask your child if special materials will be needed for some subjects and get them in advance .<2>Help your child use time properly . Tell them not to watch TV unless they finish their homework in time .<3>Do n't let your child leave homework until just before bedtime . When your child asks for help , provide guidance , not answers . Giving answers means your child will not learn the material .<4>At the same time , you should keep in touch with teachers , which shows your child that the school and home are a team .<5>If your child has been successful in homework and is working hard , celebrate that success with a special event to make him happy . I am sure your child will be interested in doing homework if you take my advice . Thank you !\", 'candidates': ['Praise progress in homework .', 'Tell your child how important homework is .', 'Make sure your child has a quiet place to do homework .', 'For example , you should buy some paper , pencils , dictionaries and so on when you do some shopping .', 'Make a set time each day for doing homework', 'Be positive about homework .', \"Too much help is bad for your child 's study .\"]}", + "output": [ + "[2, 3, 4, 6, 0]" + ] + }, + { + "input": "{'passages': \"Although problems are a part of our lives , it certainly does n't mean that we let them rule our lives forever .One day or the other , you 'll have to stand up and say problem , I do n't want you in my life .<1>Problems with friends , parents , girlfriends , husbands , and children the list goes on .Apart from these , the inner conflicts within ourselves work , too .These keep adding to our problems .Problems come in different shapes and color1 s and feelings . But good news is that all problems can be dealt with .Now read on to know how to solve your problems . Talk , it really helps .What most of us think is that our problem can be understood only by us and that no talking is going to help .<2>Talking helps you move on and let go . Write your problems .<3>When you write down your problems , you are setting free all the tension from your system .You can try throwing away the paper on which you wrote your problems .By doing this , imagine yourself throwing away the problems from your life . Do n't lose faith and hope .No matter what you lose in life , do n't lose faith and hope .Even if you lose all your money , family you should still have faith .<4>Your problems are n't the worst .No matter what problem you get in life , there 're another one million people whose problems are huger than yours .<5>Your problems might just seem big and worse , but in reality they can be removed . Go about and solve your problems because every problem , however big or small , always has a way out .\", 'candidates': ['When we have a problem , a pressing , critical , urgent , life-threatening problem , how do we try and solve it ?', \"But the truth is that when you talk about it , you 're setting free the negative energies that have been gathering within you .\", \"Having a personal diary can also be of huge help if you do n't want a real person to talk with .\", 'We can often overcome the problem and achieve the goal by making a direct attack .', \"Of course , we 've been fighting troubles ever since we were born .\", 'With faith and hope , you can rebuild everything that you lose .', \"Tell yourself : when they can deal with them , why ca n't I ?\"]}", + "output": [ + "[4, 1, 2, 5, 6]" + ] + }, + { + "input": "{'passages': \"www.ks5u.com With the development of technology and economy , social media is becoming one of the fastest-growing industries in today 's world .A study conducted by the US Pew Research Center showed that 92 percent of teenagers go online daily .<1>Changing relationships High school student Elly Cooper from Illinois said social media often reduces face-to-face communication .`` It makes face-to-face relationships harder because of people s attention given to their phones instead of their friends , '' Cooper said .<2>Beth Kaplan from Illinois met her long-distance friend through social media .He currently lives in Scotland , but they 're still able to frequently communicate with each other .`` I can feel close to someone that I 'm talking to via Face Time , '' Kaplan said . Wanting to be `` liked ''<3>The 19-year-old Essena O'Neill announced on the social networking service Instagram that she was emitting social media because it made her unable to stop thinking about appearing perfect online .<4>Teenagers who get negative comments ca n't help but feel hurt .<5>However , Armin Korsos , a student from Illinois , takes advantage of the comments he receives over social media to improve his videos on the social networking site You Tube .`` Social media can help people show themselves and their talents to the world in a way that has never been possible before , '' Korsos said .\", 'candidates': ['Opening new doors .', \"Teenagers ' attitude toward social media\", \"Negative comments can also do great damage to a teenager 's self-respect .\", \"The wide spread of social media has changed nearly all parts of teenagers ' lives .\", 'However , the social media is beneficial to long-distance friends .', 'The rise of social media has changed the way teenagers see themselves .', \"Yet , some think with social media , it 's easier to start relationships with anyone from anywhere .\"]}", + "output": [ + "[3, 6, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"Do you have problems in your life ?<1>Here is some advice for you .Stop worrying<2>Worrying is just like a revolving chair .It gives you something to do but wo n't take you anywhere .Accept the facts Problems are normal in life .They are a part of life .<3>Find the reason A problem never arises without any reason .<4>Think differently<5>Get some advice If you share your problems with the people you trust and get advice from them , it can help you solve the problems .\", 'candidates': [\"It 's no use worrying about your problems .\", 'What you should do is not to run away from them , but try to solve them .', 'If you have some problems , you can ask your teacher or parents for help .', 'What can you do about them ?', 'If you find the reason , you will probably solve it .', 'It is important to have a right mindset when solving a problem .']}", + "output": [ + "[3, 0, 1, 4, 5]" + ] + }, + { + "input": "{'passages': \"5 2 10 `` The chair is out to kill us , '' says James Levine , a professor at the Mayo School of Medicine .Most of us have years of sitting experiences , considering ourselves quite good at it .<1>But unfortunately , a good deal of data suggests that we 're off our chairs to spend so much time on the vast variety of other seats where we 're fond of parking our bottoms .Here are some things that scientists have learned about the insidious nature of sitting . Sitting position has gone wrong .ks5u The human body is designed for walking .<2>But lately , not so much .In general , scientists believe , Americans now sit for more than half of their walking hours .Sadly , the sitting position exerts force on the body which can lead to a lot of trouble including poor circulation aches and pains .<3>We 're not using much energy when we 're sitting still .<4>It is also just another way of saying `` watch out for extra pounds .`` It is mainly the chair that has caused the increase in obesity rates .A person with a desk job may burn 300 calories a day at work , but the same person might burn 2,300 calories a day in jobs that require considerable physical efforts .In other words , we need more walking to burn more calories . Realize the damage . Sitting at your desk and working hard for hours on end can increase your chances of getting a promotion .<5>When comparing people who spent the most time sitting with those who spent the least time sitting , researchers found more sitting increases the risks of death from all causes .\", 'candidates': ['Make people become too fat .', 'We will say nature intends us to do it .', 'They ought to work out to build their bodies .', 'But it also brings people diseases or even early death', 'Certainly people have done that for thousands of years', 'We should be more patient and work longer than before .', \"That is just another way of saying '' we are not burning many calories '' .\"]}", + "output": [ + "[1, 4, 0, 6, 3]" + ] + }, + { + "input": "{'passages': '<1>Some of the earliest board games are over 5,000 years old .<2>The game involves an element of luck , and so it was thought by the Ancient Egyptians that those who won the game were protected by God .For this reason , games of Senet were often buried alongside the dead body , to be used on the dangerous game board is set out as a grid of three by ten rows , and uses two sets of at least five pawns .<3>The Royal Game of Ur , also known as the Game of Twenty Squares , is another ancient game which dates back to the First Dynasty of Ur , in 2600 BC Mesopotamia .<4>Although the ancient rules are unknown , a stone tablet has been found which describes a reliable record of how the game was played in 177-176 BC .Both Senet and The Royal Game of Ur probably came into existence long before the game backgammon , which itself has a long history .The game of Nard , which existed in Iran in around 3000 BC , used two sets of fifteen counters , four dice and same board as the one used in backgammon today , although the initial starting positions and rules are different .<5>', 'candidates': ['The actual rules are unknown , although some historians have proposed rules which were used in the Senet sets available today .', \"If you have played computer games for two hours in your room , do n't tell your parents you have done homework .\", 'Everybody loves to play board games sometimes , but it is surprising to know how long this pastime has been in existence .', 'My telephone number is five five seven four one zero two , and my school ID card number is two six five nine .', 'Similar games were played in Ancient Rome and India .', 'It was played with two sets of seven counters , one black and one white , and three four-sided dice .', 'The oldest is probably Senet , an American Egyptian game which has been found in burials from before 3000 BC .']}", + "output": [ + "[2, 6, 0, 5, 4]" + ] + }, + { + "input": "{'passages': \"In a national spelling contest in America , an 11-year-old girl was asked to spell a certain word .But with her soft voice the judges were not sure if she spelled the word with the letter A or E .<1>At that time , the girl knew she had misspelled the word .But instead of lying and telling the judges she had said the correct letter , she told the truth that she had said the wrong letter .<2>.As the girl walked off the stage , the entire audience stood on their feet clapping to applaud her honesty .Later , dozens of newspaper wrote about this 11-year-old girl 's courage and honesty , even when it cost her the contest .<3>Probably the biggest test of our character and honesty is what we would do if we knew we would never get caught .This young girl could easily have lied , and nobody would have known it but her .But that 's just it : She would know she did wrong .<4>This young girl was strong and smart enough to prize her own conscience and character more than the prize from a spelling contest .Her respect for herself was more important than any respect others might give her for winning a contest .She knew she would have to live with herself and the choice she made at the moment .<5>\", 'candidates': ['So she won the contest .', 'As a result , she lost the contest .', 'The judges wanted to give her another chance .', \"It 's been said , `` If you cheat , you make yourself cheap . ''\", \"It 's so true that the choices you make today make what you are tomorrow .\", 'They talked it over and finally decided to simply ask her what she had said .', 'But the fact is that she won the biggest contest that day : the contest of her character .']}", + "output": [ + "[5, 1, 6, 3, 4]" + ] + }, + { + "input": "{'passages': 'problem Every boy and every girl expects their parents to give them more pocket money .Why do their parents just give them a certain amount ?<1>The amount of money that parents give to their children to spend as they wish differs from family to family .<2>Some children get weekly pocket money .Others get monthly pocket money .First of all , children are expected to make a choice between spending and saving .Then parents should make the children understand what is expected to pay for with the money .At first , some young children may spend all of the money soon after they receive it .Parents are usually advised not to offer more money until it is the right time .<3>In order to encourage their children to do some housework , some parents give pocket money if the children help around the home .Some experts think it not wise to pay the children for doing that .<4>Pocket money can give children a chance to experience the three things they can do with the money .They can spend it by giving it to a good cause .They can spend it by buying things they want .<5>Saving helps children understand that costly goals require sacrifice .Saving can also open the door to future saving and investing for children .', 'candidates': ['They can save it for future use .', 'Timing is another consideration .', 'As helping at home is a normal part of family life .', 'Some children are not good at managing their pocket money .', 'Learning how to get money is very important for every child .', 'One main purpose is to let kids learn how to manage their own money .', 'By doing so , these children will learn that spending must be done with a budget .']}", + "output": [ + "[1, 0, 3, 6, 4]" + ] + }, + { + "input": "{'passages': \"<1>No Bollywood movie is thought complete without a few songs and dances .In fact , music is an important part of Bollywood movies .Even a bad movie can still do well if the music is good .<2>Several Asian hospitals are doing experiments with tele-medicine .Tele-medicine is a technology that allows doctors to `` see '' patients without them being in the same place .<3>Failure is what often happens .It is everywhere in our life .Students may fail in exams , scientists may fail in their research work , and players may fail in competitions .<4>The summer holiday is coming , which can be a relaxing time for sleeping , eating good meals and seeing old friends .Try to take some time off from school and spend a few weeks of fun .<5>I played a country girl in my last movie .I had to live in a small village with the other actors for part of the winter .To help me play a country girl better , I even walked a few miles sometimes to get water , as there was none in the houses .\", 'candidates': ['Jessica can sing many songs but this time in the movie she acts as a country girl .', 'Pierre will graduate from a medical university and he wants to know much about medical science .', 'Alicia is from America . She is in high school . She is a fun , energetic person .', 'Max is a music lover . Especially he loves music in movies .', 'Sophia failed in the last exam . What will she do ?', 'Jefferson is a super tour guide . He can help people know where to visit .']}", + "output": [ + "[3, 1, 4, 5, 0]" + ] + }, + { + "input": "{'passages': 'Time is the most valuable thing that mankind has .<1>Many people try to manage their time .They arrange information and tips in order to effectively do so .<2>Time can be managed easily by finding out what is important and arranging these things in the order of importance .In this way you know your direction before making any plans and do not waste time and energy unnecessarily . Now comes the next question .<3>The answer is that you need to find out what steps you need to take and what you want to do .Then you know how much time to spend for each thing .These steps are like goals .<4>Not having them is like walking blindly in a dark room , trying to find the door . Time management also demands a set schedule that works best for you .In this way you will be able to arrange your tasks based on their importance and finish them .In this way you will not waste your time in beating around the bush .<5>There are lots of things that we need to do in a short time .Therefore , having good time management skills is at the top of the list of things we all need .', 'candidates': ['We all live in a fast-paced world now .', 'Using every passing second effectively can benefit us .', 'Could you divide your time equally while doing your work ?', 'How do you manage time and what type of information is needed to do so ?', 'Setting goals is the most important part of time management .', 'Managing time is not that hard .', 'The aim of time management is to give us a feeling of satisfaction .']}", + "output": [ + "[1, 5, 3, 4, 0]" + ] + }, + { + "input": "{'passages': 'You should make thorough plans before you undertake a camping trip .Just follow these simple camping guidelines to make your trip safe and rewarding . Selecting an appropriate tent<1>When determining the size of your tent , you should take into account the number of campers as well as the camping equipment necessary for your trip .There should be enough room in the tent for the camping equipment .<2>.Importance of food While camping , you will need enough food to give you enough energy for your outdoor work .<3>.You should use a two burner stove to do all your cooking .Insist on simplicity in cooking and use vegetables and ready-made food during your trip to minimize cooking time . Adequate sleep<4>Nights are generally cooler than the days so you need to have enough warm clothes to feel comfortable enough to sleep during the night .When buying a sleeping bag , check that you feel comfortable in it .Extra air mattresses may be included in your camping equipment to make your bed more comfortable .<5>Bear these camping guidelines in mind and make sure you are fully prepared to enjoy your camping trip .', 'candidates': ['All campers should have adequate sleep during the night .', 'Thus you must have an efficient arrangement for food preparation .', 'The best camping trips are had by those people who prepare the best .', 'Take healthy and nourishing food with you to meet energy demands during your trip', '.The comfort level in a tent determines the success of a camping trip .', 'The size is the most important thing you should carefully consider when choosing a tent .', \"It will destroy the mood of the entire camping trip if you do n't have a good sleeping bag .\"]}", + "output": [ + "[5, 4, 1, 0, 2]" + ] + }, + { + "input": "{'passages': \"These days,more and more young people wish to be more beautiful,So they turn to plastic surgery for help .They spend thousands of yuan on these painful surgeries to fix their nose,to change their eyelids or to take off weight from their stomachs .<1>Even the most beautiful actresses often wish they could change something about their looks .<2>Why can't we raise our head high and believe that we are as beautiful as others?<3>And a kind heart is much more beautiful than a pretty look .<4>Today,I call on you to make an easy change:hold your head high!smile and be kind to others .<5>\", 'candidates': ['If you enjoy being a scholar,and like the company of scholars,go to a university .', 'In countries where naps are traditional,people often suffer less from problem such as heart disease .', \"So,let's feel grateful that we all have beautiful and healthy bodies that do not need surgeries!\", 'In fact,most people are not pleased with the way they look .', 'A smile is beautiful on any face,whether fat,oily or hairy .', 'If you do these,you will be full of confidence ,beauty, and warmth everywhere you go .', 'Should we live our whole lives believing we are ugly?']}", + "output": [ + "[3, 6, 4, 2, 5]" + ] + }, + { + "input": "{'passages': \"How to Say `` No '' to Others Sometimes , situations arise when you have to politely refuse others ' offers .This can be difficult , especially when you care about them .<1>But this attitude leads us to long-term unhappiness or we regret later not saying `` no '' to others .Here are some gentle ways of saying `` no '' .( 1 )<2>Being sweet to others and always saying `` yes '' might make others happy but not you .If you say `` yes '' to everyone , they will take you for granted .Let others know that you have your own priorities and you ca n't say `` yes '' to all the requests offered to you .( 2 ) Be polite .The biggest reason why people do n't say `` no '' is that they feel it 's rude to do so .<3>Give others genuine reasons for saying `` no '' and they wo n't feel bad about it .If they ca n't understand your problems , better not think about such people in your life .You can give excuses like `` Sorry , I am overloaded with work thus ca n't take new projects '' or `` I would like to go out but have planned weekends for family '' etc .( 3 ) Do n't hesitate .People who feel tough to say `` no '' generally keep the option open .If you do n't want to do or agree on something , then directly say `` no '' , otherwise the other person will keep waiting for your answer .<4>( 4 ) Stick to `` no '' even if you feel pressured .If you want to reject any offer , say `` no '' and stick to it .There are people who will keep on asking you until you say `` yes '' to them .<5>When people are pressuring you , you should stick to your point .They wo n't bother you again .\", 'candidates': ['Sometimes knowing the reason why they are insisting may make you change your mind .', \"Many of us feel that we will appear rude if we say `` no '' to anyone .\", \"Even if faced with continuous insisting , you should not say `` yes '' .\", \"Change your thinking , for you can also say `` no '' politely .\", 'You can ask for time to think about it if you need to .', \"Do n't always say `` yes '' .\", \"Just say you are `` sorry '' .\"]}", + "output": [ + "[1, 5, 3, 4, 2]" + ] + }, + { + "input": "{'passages': \"A : What do you think of yesterday 's history class , David ?B :<1>A : Why ?It is said that Mr Smith is a good teacher .B : He talked too much .A : That 's why I like him .<2>Besides , history is interesting itself .B : I 'm not interested in history because all the things happened in the past .<3>A :<4>It tells us something about our ancients .B :<5>\", 'candidates': ['I just wonder what will happen in the future .', \"I am afraid I ca n't agree with you .\", 'Maybe I need to change my plan .', 'It was not so good as l had expected .', 'But I think history is interesting .', 'It was more interesting than I had expected .', 'He made the class lively .']}", + "output": [ + "[3, 6, 0, 4, 1]" + ] + }, + { + "input": "{'passages': \"problem Five steps to take if your child is being bullied<1>The worst thing you can do is ignore it .Too often parents feel children and teens need to `` work things out '' on their own .If the problem is ignored , your child 's self-esteem will become unhealthy , he will be hurt mentally or physically , and he could become a bully himself .Here are five steps you can take if your child is having problems with a bully :<2>This is an important first step and will help your child trust that you are able to help him with his problem .Accept what he has to say at face value by using your active listening skills .Let your child know that he is not alone .<3>Reassure your child that he is not the problem .Nothing he did caused the bully to go after him .If your child is being threatened in a physical or illegal way at school , report the problem .Your child may not want you to do this , or the school may not take it seriously , but violence can not be tolerated .<4>You will need to model assertive behavior by alerting those in charge where the bullying is taking place .Teach your child assertive behavior and how to ignore routine teasing .Let them know it is okay to say `` No . ''sometimes even friends bully , so letting your child know they can be true to their own feelings and say `` No '' can go a long way .<5>Giving up possessions or giving in to a bully in anyway encourages the bully to continue .Identify ways for your child to respond to a bully -- -showing assertive but not aggressive behavior -- -and role-play them .\", 'candidates': ['Believe what your child tells you .', 'Encourage your child not to give in to a bully .', 'Praise your child for being brave enough to talk about it .', 'Bullying is a terrible situation for a child to have to cope with .', \"If you choose not to do anything that is what you 're teaching your child .\", 'Most children have to deal with some type of bullying behavior at one time or another .', 'If your child comes to you because a bully is bothering him , you need to pay close attention to the problem .']}", + "output": [ + "[6, 0, 5, 4, 1]" + ] + }, + { + "input": "{'passages': \"The Beijing Hutong (old lane) areas have a very special and important position in the rich history and culture of Beijing .<1>You can see evidence of the history of Beijing, experience the old way of life and experience traditional Beijing culture .The Beijing Hutong is made up of lanes or alleys formed by lines of pre-modern quadrangles (siheyuan), four-sided dwelling compounds or quadrangles consist of one-story courtyard houses, which make up old Beijing, and feature typical Chinese residential architecture .Beijing road classification was once s follow: A 36-foot-wide road was called a standard, street, an 18-foot-wide one was a small street and a 9-foot-wide lane was named a hutong .<2>The longest hutong has more than 20 turns .It is easy to get lost in the maze of winding lanes hat is the hutong, with the gray-tiled houses and deep alleys crossing each other, all identical in appearance, with many blind hutongs or culdesacs .<3>However, siheyuan or quadrangles have probably been around much longer .The name of a hutong represents its origin, location or history .It is in the gray-tiled deep lanes that families play, travel, buy goods, gossip and connect .In beijingers'eyes, hutong means a period of history, a cordial lifestyle and even an encyclopedia of Beijing .When urban construction threatens the existence of these hutongs, Beijingers become worried .<4>The municipal government has marked a number of these compounds for protection .If you would like to have a glimpse into Beijing' Yesterday, you are highly recommended to have a short adventure trip to the Hutongs .<5>\", 'candidates': ['Hutongs were first named as such in the Yuan Dynasty(1271-1368), with its Mongolian rulers having an influence on the Chinese language .', 'In fact, the Beijing Hutongs are unclassifiable by the traditional standard, ranging from 40 centimeters to 10 feet in width .', 'While visiting the Beijing Hutong, you can appreciate the dramatic changes that the rest of Beijing has undergone .', 'Beijing still has about 400 000 residential quadrangles now, mainly distribute over the East, West, Xuanwu and Chongwen districts .', 'Beijing Hutong Tour (Rickshaw Hutong, Bike Hutong and Walk Hutong) is organized by Beijing Xinhua International Tours .', 'Distance learning is best suited to certain subjects and to ultra-motivated student, according to Carrie-Anne Rice of Resource Development International(RDI) .', 'A 13-year-old Chinese girl, Fan Yi (Nancy), who had her primary education in US, recently published her first fairy tale, Swordbird .']}", + "output": [ + "[2, 1, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"A : James , can I have some black tea ?B : Sure .<1>A : Well , just a little , please .B : Two teaspoons ?A :<2>I have put on some weight these days .( Minutes later . )A : How nice it is !B :<3>A : Yes , please .Do you mind my smoking here ?B :<4>I do n't want to have secondhand smoke .Would you like some cookies , instead ?Eating more and smoking less will be good for you .A :<5>\", 'candidates': ['Of course !', 'Any sugar ?', 'Okay , thanks .', 'Well , go ahead .', 'No , one is enough .', 'How do you want it made ?', 'Would you like some more ?']}", + "output": [ + "[1, 4, 6, 0, 2]" + ] + }, + { + "input": "{'passages': \"Knowing how and when to say goodbye is often difficult , even in informal situations .<1>It will help you maintain your relationships and let people know you care .It 's also easier than it seems sometimes .Read on to learn how to recognize opportunities and predict others ' needs when you leave .Recognize when to leave .When you 're at any kind of party , or even a one-on-one c onversation , it can be difficult to get away .Learning to recognize good opportunities to leave will make a goodbye much easier .<2>If more than half the people have left , it might be a good time to leave .<3>Overstaying your welcome is rude , but it can often be difficult to distinguish .People do n't like telling you that they 'd like you to leave , so try to watch for signals .This may be some other family members starting to check their watch or even pack up or the fact that there is hardly anyone l eft .Make plans to see each other again .Saying , `` See you at school tomorrow '' or `` Ca n't wait to see you again at Christmas '' keeps the goodbye light and focused forward .If you have n't already made plans , use it as an opportunity to make them .<4>Tell the truth .It can be tempting to come up with a `` good excuse '' when you 're ready to leave .You do n't need to .<5>It does n't need to be any more complicated than that .\", 'candidates': ['Watch body language .', 'Leave when you want .', 'Notice if the crowd seems to be decreasing .', \"Even saying , `` See you soon '' suggests just that .\", \"If you want to leave , just say , `` I 'll be going . See you later . ''\", 'But learning to say goodbye appropriately is a must-have skill .', \"Do n't make plans with people you do n't really care about saying goodbye to .\"]}", + "output": [ + "[5, 2, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"<1>At that time, there were two kinds of companies .First, there were traditional companies which sold things in stores .<2>Traditional companies didn't want to lose any business .Quickly, they created their own websites and began selling things over the Net .These are the so-called brick and click companies .<3>That's where the name brick and click comes from .By the late 1990s, e-businesses like Amazon .com, Buy .<4>com were in trouble .<5>Many of these businesses lost a lot of money, and in 2000, many e-businesses were out of business .In the world of e-commerce , companies are fighting for every dollar and every customer .Will brick and click companies win the war?Only time will tell .\", 'candidates': [\"Then, the sense of it's not fair often comes when we can't control the things in our lives .\", 'In countries where naps are traditional,people often suffer less from problem such as heart disease .', \"Then, there were Internet companies which didn't have stores, they sold things only over the Net .\", 'com, and eToys .', 'Many stores are made of brick, and you click on your mouse to buy things with your computer .', 'Their profits were not very high, and there was a lot of competition .', 'In the mid 1990s, people started doing business on the Internet .']}", + "output": [ + "[6, 2, 4, 3, 5]" + ] + }, + { + "input": "{'passages': \"Organizing Your Time You can set a budget for your time just as you can set a budget for your money .Since you 're trying to reduce worry rather than increase it go into this process with a focus on maximizing your personal time rather than cramming as much as you can into each day .Set a sleep schedule .<1>Give yourself a one-hour target window for bedtime in the evening and set a strict time to get up in the morning .Be sure that the space between your bedtime and the start of your day gives you roughly an hour more than the amount of sleep you actually need .<2>Take care of tasks at the same time every day .Plan time for daily health care commuting , work , shopping , eating , and chores .Add in time for anything else you do most days , such as homework , exercise , or an active hobby .<3>All the time left over is your free time , to use for relaxation or whatever else you want .<4>For example you might plan to go , dropping on your way home from work , to save the extra trip . For many people , an irregular work schedule make this kind of budgeting difficult .<5>\", 'candidates': ['However , you can still plan to work around your schedule in the same order every day .', 'Stick to it even on weekends .', 'Try to combine trips outside the home to maximize your free time .', 'Different days call for different approaches .', \"Therefore , you wo n't lay down and start worrying about whether or not you 'll fall asleep on time .\", 'Sit comfortably and focus on your breathing until the rest of your thoughts become quiet .', 'Put them in a specific order that works for you .']}", + "output": [ + "[1, 4, 6, 2, 0]" + ] + }, + { + "input": "{'passages': \"Ways to Free Your Mind When You 're Feeling Stuck Have you ever felt like you were racing around in circles without making much forward progress ? If you 're stuck and you do n't know how to rise do n't look outside yourself .Look below .<1>Go back to what 's important When we get stuck it can be extremely useful to come back to these three things core values beliefs and goals .Why ?<2>Ask for help Very often highly happy and successful people have a supporting group of friends family and others who help them .<3>And do n't be afraid to reach out and help someone who 's even more stuck than you .Embrace the natural pathways When you get stuck there 's no need to go back to the drawing board .Ask the people around you about the systems that are working for them read insightful books and blog articles and use the same methods and pathways that others have used to get unstuck .<4>Relocate yourself to an inspiring environment<5>You can go for a walk in a nearby park .You can come out of the office for a cup of coffee .Or if you are at home you can simply go to a different room in the house .Whether it 's urban spaces parks libraries museums or even our own backyards there are plenty of available sources that we can draw inspiration and strength from .\", 'candidates': ['Goals are the outcomes in life that we strive for .', 'Here are some useful ways to help yourself get unstuck .', \"When you are stuck do n't be afraid to ask for help .\", 'One way to get unstuck is to simply change your environment .', 'Because they form the basics of what is important to us as individuals .', 'Break the circle of worry and work on something else .', 'In fact the system is nothing more than a natural pathway of thought that someone has created with their mind .']}", + "output": [ + "[1, 4, 2, 6, 3]" + ] + }, + { + "input": "{'passages': \"<1>The word has become popular in China during the past few months to describe newly rich people who spend money in extravagant(,)ways .<2>The adoption of the word by foreign countries is an example of China's spreading influence in the world not just economically, but also socially and culturally .People are paying attention to what is happening in China and are picking up some Chinese words in the process, especially those words that express unique Chinese ideas that cannot be easily translated into English .<3>Hukou refers to China's system of residency permits and dama refers to middle-aged Chinese women whose gold buying habits influence the global gold markets .<4>Some people say the words embarrass China, but others insist that in a globalized society it's natural for words to spread and be adopted elsewhere .In fact, a word like tuhao expresses the humor of China .<5>\", 'candidates': ['In countries where naps are traditional,people often suffer less from problem such as heart disease .', 'The Oxford English Dictionary (OED, ) is thinking of adding the Chinese word tuhao to its 2014 edition .', 'Tuhao has in Western countries, too, to describe similar people in their countries .', 'The news that the OED was adding these words has met with some criticism .', 'Kleeman also mentioned two other Chinese words--dama and hukou--which may also be taken in the dictionary .', 'The OED is also thinking of adding hukou and dama to the already 120 Chinese words in its dictionary .', \"It's easy to pronounce and very accurate at poking fun at rich people who have more money than taste .\"]}", + "output": [ + "[1, 2, 5, 3, 6]" + ] + }, + { + "input": "{'passages': \"Researchers recently found that hackers took control of 300,000 home routers .Once your home router has been controlled, hackers could redirect your network to malicious websites controlled by hi-tech thieves who could then steal your online back details and other sensitive data .However, there are some simple steps you can take to protect your router .Say no to 12345 passwords First, never leave your router open without a password and make sure you change both your Wi-Fi and router login password from the default one it comes with .If you use the default password , this could give someone access to the router setup, which could allow them to change your router settings, including viewing any security keys .<1>Know your network name so you can easily enter it into any devices you want to access that network .<2>To prevent outsiders from seeing your network's name and attempting to join your wireless network, turn off broadcasting in your router's settings .Invite only please One way you can ensure no one else joins your network without your permission is to enable your router to only allow certain devices to connect, and ban all others .To do that you can filter by media access control (MAC) addresses .<3>Simply turn off your router when you're not using your network .<4>Build a firewall The firewall built into your router prevents hackers on the internet from getting access to your PC so it's always worth enabling it to help add an extra layer of security .However, it does nothing to stop people in range of your Wi-Fi signal from getting onto your network - and as said, a router in the wrong place means your Wi-Fi signal could reach pretty far .<5>\", 'candidates': ['Young people need time to explore, to discover where their real talents and interests lie .', 'Other people do not need to know your network name .', 'For further protection, you should run software firewalls on the individual PCs on your networks .', \"If you're at work all day and no one's home, why keep it running?\", \"Don't broadcast it Make sure you don't show up in other people's wireless network scans .\", 'Turn it off This is a simple piece of advice that can go a very long way in keeping you safe .', 'When I returned home, I offered to work one day a week with a local youth organization .']}", + "output": [ + "[4, 1, 5, 3, 2]" + ] + }, + { + "input": "{'passages': \"<1>You know food is very important .There is much healthy food .You can have more bananas,apples,oranges and tomatoes because fruit and vegetables are good for you .<2>It's not healthy food .<3>Remember there is a saying, An apple a day keeps a doctor away .<4>Get up early and do some sports every day .<5>\", 'candidates': [\"But don't eat too much chocolate .\", 'They suggest that the government look at ways to help people keep social relationships as a way of keeping the population healthy .', 'But they became overactive and targeted healthy tissue--an autoimmune condition seen in asthma and a disease called ulcerative colitis .', 'Healthy food can make you grow and make you strong and happy .', \"Don't be lazy !You will be healthy and happy .\", 'Everybody wants to be healthy .', 'Sports can also keep you healthy .']}", + "output": [ + "[5, 0, 3, 6, 4]" + ] + }, + { + "input": "{'passages': \"When it comes to the end of daylight savings time ( DST ) , trying to remember how reset the time on the microwave might be the least of our worries .According to a review , a one-hour shift in your sleep cycle can affect you for up to a week .People are more likely to have trouble falling asleep , wake up more frequently throughout the night and wake up earlier than normal for up to seven days after daylight savings time starts .<1>Here 's how to battle the effects of DST .Dim the lights and your device Light can inhibit the production of melatonin , a natural hormone that is associated with sleep onset .When we stare at the screen of a phone or television , or even read next to too bright a light ,<2>Try dimming the lights and turning off your device at least thirty minutes before bed .Turn down the thermostat When we sleep , our body temperature drops , reaching our lowest level at around 5 a.m .If the air in our bedroom is too warm ,<3>The National Sleep Foundation says the ideal sleeping temperature is around 18 degrees Celsius .Experiment with what temperature range is best for you .<4>According to researchers , there 's no bad time to exercise when it comes to improving your sleep .As long as you fit in physical exercise and , most importantly , stay consistent with it , you are less likely to have sleep problems .On the flip side , there is a good and a bad time for food .<5>Additionally , it 's best to avoid spicy foods and caffeine before bedtime .\", 'candidates': ['Exercise often and eat early .', 'Develop a bedtime routine .', \"But that does n't have to be you !\", 'hat can interfere with our natural sleep cycle .', 'we essentially force our body into staying awake .', 'Eating too late in the day is a main cause of restlessness .', 'it only takes five minutes to put the temperature down .']}", + "output": [ + "[2, 4, 3, 0, 5]" + ] + }, + { + "input": "{'passages': \"problem , When your teenager is about to take important exams , you may feel as though you 're living with a stranger .<1>So what can you really do to help ?Trust your teenager First off , though it may seem easier said than done , trust your teenagers .Their study skills might differ from your own and it might be attractive to offer advice , or suggest additional hours slaving away under the lamp , but try to bite your tongue .<2>Turning revision into even more of a bore than it already is wo n't help your child 's state of mind .Let them relax - within reason Relaxing is a key part of the revision process .Though going out every night is n't to be recommended , do recognise that your teenager needs some time out .Keep a copy of the exam timetable and your child 's revision timetable in a family area - maybe pinned to the kitchen wall - so that you know when your child is planning to go out and what work he or she will have done before then .<3><4>Ensure that you and your child share realistic targets - both small-scale , in terms of what they plan to revise every day , and long-term , for example what grades they hope to achieve .Unrealistic expectations will add to the stress in the household - and are sure to end in disappointment .Do n't ask too many questions - but be supportive .When you know your child is feeling the stress of exams , it 's natural for you to ask about what in particular is causing the worry .<5>It will be enough if you remind your teenager that you 're happy to listen to them if they want to talk something through .Do n't be angry if they choose to offload on to a sympathetic friend of the family or a teacher rather than chatting to you - sometimes it 's easier to talk to someone who is a little further removed from the situation .\", 'candidates': ['Be realistic .', 'Be confident .', 'Your child is only too well aware of how important these exams are .', \"Even students who do n't have a private study area remain organized .\", \"But remember that too many questions will get interpreted as `` complaining '' !\", \"For the parents of a teenager , it 's difficult to do anything right at the best of times .\", \"Scheduled free time gives your teenager something to look forward to once they 've got through the day 's work..\"]}", + "output": [ + "[5, 2, 6, 0, 4]" + ] + }, + { + "input": "{'passages': \"We had a school trip yesterday .<1>The bus was slow but very comfortable . When we arrived at the bottom of the mountain , it was 9 o'clock . We began to climb the mountain .<2>Some students took their cameras with them .<3>The guide was our English teacherMr . Wang . His parents lived in the mountains .<4>After we climbed to the middle of the mountain , it was about 11 o'clock .<5>But Mr . Wang told us it was not far from his parents ' house , so we walked on . In the end we had delicious food in Mr . Wang 's parents ' house . The trip was tiring , but we felt very happy !\", 'candidates': ['So he know the way very well .', 'We went to a mountain by bus .', 'Did you have a good time last week ?', 'Along the way , we saw a lot of beautiful flowers and strange trees .', \"I forgot to take mine , so I did n't take any phtots in the mountains .\", \"We all felt very tried and hungry , and we did n't want to walk anymore .\", \"We did n't like the trip at all .\"]}", + "output": [ + "[1, 3, 4, 0, 5]" + ] + }, + { + "input": "{'passages': \"<1>He likes to hide his eyes behind his hair .He doesn't smile very often .<2>This is Jay Chou,the 24-year-old Taiwanese pop king .His fans are so excited because he will sing songs in Beijing on September 12 .Those songs are from his new album , Ye Huimei , and the album was released in July and was named after his mother .Chou grew up just with his mother .He did not talk much and did badly in many school subjects .His mother noticed the boy's special interest in music and sent him to learn piano when he was only three years old .<3>Chou is not very handsome .He does not speak clearly when he sings or talks .But the singer has huge crowds of fans .He is really good at music .<4>101 Middle School in Beijing .<5>He never follows others, said Zhang Yujie, a Junior 1 girl at Huaibei Middle School in Sihong,Jiangsu Province ., .\", 'candidates': ['It makes him attractive to me, said Liu Jiajun, a Junior 2 student in No .', 'He is quiet and shy .', 'He loved it and kept on practicing .', 'He consumes every waking minute of her precious time and smooth-talks her as well .', 'He loved how the sea forever renewed itself, a renewal echoed in his work .', \"However, if you talk to him about music, he'll have a lot to say .\", 'He is true to himself .']}", + "output": [ + "[1, 5, 2, 0, 6]" + ] + }, + { + "input": "{'passages': \"Instagram is a game .Getting likes and followers is no easy task .My sister routinely breaks 150 likes on Instagram no sweat because she just gets it .<1>Here 's what to do and more important what not to do .1 .<2>You ca n't post photos optionally .Think of it like stealing grapes at the grocery store when a clerk is n't watching .So when DO you actually post ?Sunday evening is '' prime time '' for likes .because '' everyone is bored and not doing homework .`` I guess that applies to the real world too !When not to post ?Mornings !The likes are '' strange and sporadic .`` 2 .Also do n't post too much .I do n't care how much you 're feeling your look .<3>This is n't a buffet we want a very small piece of your life .Remember `` You ca n't give the people too much or they will pass their eye over it quickly .`` If you 're posting three to four times a week others may '' reevaluate your life '' .I see no lies ! !3 .But if it is a big week in your life feel free to post more than usual .Of course there 's always the exception to the rule .<4>The social media should n't punish you for having a lot going on !Just remember to take it easy after .4 .<5>a .Be '' natural and fun '' .b. Selfies are '' not to be taken seriously '' .C. `` Selfies should only be when you have a good one. ``\", 'candidates': ['Selfies have strict rules .', 'Wait a while before Selfies again .', 'Timing is everything .', 'No one needs to see eight pictures from your date night out .', 'After all Instagram was meant to record important moments in your life .', 'Just make sure you post afterwards and let the people want more .', \"Thankfully she was able to take time out of her busy schedule and break down the science of Instagram for us '' old '' folk .\"]}", + "output": [ + "[6, 2, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"My name is Dennis .<1>I don't work in the morning .<2>Every morning I come home at about 6:30 .I have breakfast at 7:00 .<3>I get up at around 2:30 .<4>Then I go to work at 8:30 .<5>I look after the store every night .I like my work very much ..\", 'candidates': ['I work at night .', \"I'm a worker of a big store .\", \"I'm not stupid, I didn't think she was right in doing those things, but I still put up with it .\", 'After breakfast I go to bed .', 'My work starts at 9:00 .', 'My research shows that people feel tired after a long time of work during the day, Sara Mednick told Bloomberg Businessweek .', 'I have lunch at 2:45 and dinner at 7:40 .']}", + "output": [ + "[1, 0, 3, 6, 4]" + ] + }, + { + "input": "{'passages': \"As a student , you 'll need to read a great many articles , books and texts on the Internet , so make sure you can do it effectively .Before you start reading , decide what your purpose is .<1>For instance , if you need to find something specific , such as information about a particular person or topic , scan the text until you find the person 's name or a mention of the topic , then read just the relevant section .<2>If you need to find out the main theme and ideas of the text , you 'll need to read more of it .First spend two or three minutes looking at the title , subheadings , introduction and summary , if there is one .<3>For example , Why did such-and- such happen ?Or what was the result of such-and-such an event ?Then read the first sentence of each paragraph : if it 's relevant , read the rest of the paragraph .<4>Also use the writer 's linking phrases as a guide , words like the first point , however , to sump up , and so on .<5>Work out how it relates to what you already know .Make sure you can follow the writer 's thought processes .Make notes about the topic , using your own words rather than copying what you have read .Reading effectively means using your brain -- - simply moving your eyes across the words is a waste of time !\", 'candidates': ['Always read a text in full .', 'Otherwise go on to the text .', 'Copy the most important parts of reading .', 'Scanning is the most rapid form of reading .', \"Above all , interact with what you 're reading .\", 'Write down the questions that you want answers to .', 'Then you should choose the most suitable reading method .']}", + "output": [ + "[6, 3, 5, 1, 4]" + ] + }, + { + "input": "{'passages': \"Family is a word that has special meaning to everyone .A happy family is what everyone is thirsty for .But because of different personalities , values , likes and dislikes , some unhappy things happen among family members once in a while .<1>Learn to say thanks and sorry .We are used to saying thanks and sorry to others , but often fail to do that to our family members .Sometimes we forget .<2>By giving thanks , we can make our family members feel they 're important .And saying sorry makes them feel understood Communicate with each other often .<3>We can talk about experiences and feelings with family members in the car , at the dinner table or on the way back home .It can let us know we are caring about each other .Share housework .<4>Since we live in one house , we are supposed to do our part in keeping it clean and tidy .It 's easy to help do chores like making the bed or doing the dishes .In this way , we can understand the idea of fairness .<5>We rush around all day , but nothing is more important than spending time with family members .Eating meals or travelling together is a good choice .Not only will this allow us to enjoy the deep love , but it can also leave us sweet and unforgettable memories ., AE , .\", 'candidates': ['Spend more time together .', 'Sometimes we are too shy .', 'How can we achieve family happiness ?', 'Communication can happen in any place at any time .', 'Helping around the house brings family members closer .']}", + "output": [ + "[2, 1, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"<1>As years went by, I wanted to get a new one, and my father agreed .We went to many stores and looked at many flyers .At last we bought an HP computer .During the first week, I noticed that our computer had some problems .I tried to fix it, but failed .<2>After five hours' hard work, the computer still did not work .<3>A few days later, we decided that I should go on the internet and order some parts to build a new computer by myself .<4>From these setbacks , I have learned, and now believe if the computer that I bought from the store didn't have problems, then I would not learn how to build a new one .Even though I spent lots of time on it, I know it wasn't a waste of time .<5>\", 'candidates': ['Now my children bought me a mobile phone, known simply as a mobile and I had to learn yet more new verbs .', 'Finally I had to phone the HP company .', 'When I was young, my family got our first computer .', 'I feel like I want to rescue her, but she pushes me away and shuts me out .', \"My dad didn't have a choice but to return the whole thing .\", 'It was not an easy thing for me to deal with it, but in the end I finished .', 'I now have a self-built computer, and I am very pleased .']}", + "output": [ + "[2, 1, 4, 5, 6]" + ] + }, + { + "input": "{'passages': 'Searching the Internet may help middle-aged and older adults keep their memories sharp , US researchers said .<1>What we saw was people who had Internet experience used more of their brain during the search , Dr .Gary Small , a UCLA expert on aging , said , This suggests that just searching on the Internet may train the brain and that it may keep it active and healthy .<2>His team studied 24 normal volunteers between the ages of 55 and 76 .<3>However , the two groups were similar in age , gender and education .<4>We found that in the book reading task , the visual cortex -- the part of the brain that controls reading and language -- was activated , Small said , In doing the Internet search task , there was much greater activity , but only in the Internet-savvy group .<5>Activities that keep the brain engaged can preserve brain health and thinking ability .Small thinks learning to do Internet searches may be one of those activities .', 'candidates': ['He said it appears that people who are familiar with the Internet can engage in much deeper level of brain activity .', \"Standing up from the ground , she patted the horse 's back and said ' This is your first time ' .\", 'This is the first time anyone has simulated an Internet search task while scanning the brain , Small said .', 'Some of them also spend their free time searching the Internet , e-mailing their friends , playing computer and video games .', 'Researchers at the University of California , Los Angeles , studied people doing web searches by recording their brain activity .', 'Both groups were asked to do Internet searches and book reading tasks while their brain activity was monitored .', 'Half were experienced at searching the Internet and the other half had no web experience .']}", + "output": [ + "[4, 2, 6, 5, 0]" + ] + }, + { + "input": "{'passages': \"<1>5 billion people on earth .And what will they eat ?To solve the problem , we should have to double our food production .<2>Algae can grow very quickly at sea , in polluted water and in places that would normally kill food crops .They are already eaten widely in Japan and China and they are eaten by almost everything from shrimps to blue whales .<3>Man-made meat looks like meat , feels like meat and it is meat , although it 's never been from a living , breathing animal .<4>Moreover , studies show that producing man-made meat will use far less water , energy and land .China has developed green super rice , a series of rice types which produce more grain and have stronger ability to fight against floods , salty water , insects and disease .We used traditional plant breeding techniques to cross-breed more than 250 rice types .Green super rice , which is enough to feed an extra 100 million people , will be planted widely in the coming years .Insects like ants are not on most European menus but at least 1,400 kinds are eaten across Africa , Latin America and Asia .Now , with rising food prices and worldwide land shortages , such insects are getting more and more popular .Not only are many insects rich in protein , low in fat and high in Ca and Fe , but insect farms need little space .<5>\", 'candidates': ['Taipei Since the founding of Taipei in the 18th century , the city has grown to a population of 2 .', 'They can fix CO2 in the atmosphere and provide fats and sugars .', 'And if your mom loves to read , you just may grow up carrying a book everywhere you go , just like she does .', 'By 2050 there will have been an extra 2 .', 'We can also develop a diet of algae , insects and meat grown in laboratories .', 'And they can grow well on paper , algae and industrial wastes .', 'Instead , it is grown from cells in big containers .']}", + "output": [ + "[3, 4, 1, 6, 5]" + ] + }, + { + "input": "{'passages': \"It 's only 4 hours flying time from Sydney , but a world away .What better place to rest than a country where the only place people hurry is on the football field and things are done in Fiji time ?<1>Here you 'll find the capital Suva and the international airport at Nadi .Vatoa , on the other hand , is a tiny island in the farthest part of Fiji .Then there are 331 other islands , many of them with places to stay .Whit less than a million people living on islands , you 'll never feel crowded .<2>From cities to villages , from mountains to beaches , from water sports to wooden artworks , Fiji can give you more adventures and special experiences than you could find almost anywhere in the world .<3>From war dances to religious songs .<4>It 's not just staged for tourists ; it 's still a part of everyday life in Fiji .And any one of us can enjoy Fiji 's spirit by being part of the traditional sharing of yaqona , a drink made from the root of a Fiji plant .<5>\", 'candidates': [\"Whenever you come , wherever you go , you 're sure to see some unforgettable events .\", 'Viti Levu - Great Fiji - is the largest island .', 'Places to visit : Kunming , Dali , Lijiang Tour price : $ 1,290 Call us : 800-820-8188 4-Day Beautiful Guilin Private Tour Are you tired of city life ?', 'So why not join us for the experience of a life me ?', \"And with a climate that changes only for five degrees between seasons , there 's never a bad time to come .\", 'Whenever you go into a fast food restaurant , you can see lots of people enjoying their meals there .', 'From market days to religious days .']}", + "output": [ + "[1, 4, 0, 6, 3]" + ] + }, + { + "input": "{'passages': \"Have you ever wondered how the trainers at Sea World get the 19,000-pound whale to jump 22 feet out of water and perform tricks ?They get that whale to go over a rope farther out of the water than most of us can imagine .<1>.So how do the trainers at Sea World do it ?The first thing they do is reinforce the behavior that they want repeated -- - in this case , to get the whale to go over the rope .<2>, in a position where the whale ca n't help but do what 's expected of it .Every time the whale goes over the rope , it 's given positive reinforcement and gets fed with fish .But what happened when the whale goes under the rope ?Nothing - no criticism , no warning and no feedback .<3>.Positive reinforcement is the key of that simple principle that produces such splendid results .And as the whale begins to go over the rope more often than under , the trainers begin to raise the rope .It must be raised slowly enough so that the whale does n't starve .<4>Make a big deal out of the good and little stuff that we want consistently .Secondly , under-criticize .People know they need help when they mess up .<5>, people will not forget the event and usually will not repeat it . So we need to set up the circumstances so that people ca n't fail .Over-celebrate , under-criticize and know how far to raise the rope .\", 'candidates': ['This is a great challenge', 'And the whale stays right where it is', 'If we figure out a way to motivate the whale', 'They start with the rope below the surface of the water', 'If we under-criticize , punish and discipline less than expected', \"Whales are taught that their negative behavior wo n't be acknowledged\", 'The simple lesson to be learned from the whale trainers is to over-celebrate']}", + "output": [ + "[0, 3, 5, 6, 4]" + ] + }, + { + "input": "{'passages': \"Hi , I 'm Mike .I run a clothes store .<1>Do n't you think so ?Last Tuesday night I stayed up late .The next morning my alarm clock did n't ring .<2>When I got up , it was about nine o'clock .There was nobody at home except me .My family had gone to work .<3>By the time I rode my motorbike , I found the gas had run out .<4>He gave me a lift in his car .At about ten o'clock , I got to my clothes store .At that time , I found many people had crowded around Mrs. Cooper 's clothes store , which is not far from mine .Then I saw the black smoke rising from the burning clothes store and lots of firemen putting out the fire .<5>I was shocked and sad .Although I felt very lucky to be alive , if I had n't gotten late , perhaps I could have saved Mrs. Cooper .Complete the passage with the following sentences .Each choice should be used only once .\", 'candidates': ['Of course I overslept .', 'I had no time to get breakfast .', 'I think life is full of the unexpected .', 'I had breakfast in the clothes store .', 'Luckily , my neighbor Mr. Green saw me on the street .', 'Someone told me Mrs. Cooper died because of the fire .', 'I got up early .']}", + "output": [ + "[2, 0, 1, 4, 5]" + ] + }, + { + "input": "{'passages': \"The teenage years can be a very confusing time filled with anxiety , especially in high school .Here are some powerful tips which can help you succeed in the years . Know yourself and pick a direction .You may be faced with too many choices in your life and it 's unwise to try everything .<1>Consider all the benefits that it brings into your life and then see how you can develop your passion into a possible career option . Get away from the friends that offer poisonous advice and negativity .There is no place for that kind of behaviour at any stage of your life .<2>This does wonders for self-confidence and overall positivity . Read as much as you can .<3>Stop spending hours in watching your favorite TV shows and instead use that time to invest in yourself by reading .You 'll notice n a few days how you begin to see things in a different light .<4>I am 19 years old , so I understand just how much time can be wasted on technology , especially the Internet and cellphones .Once you spend less time doing things that add no value to your life and instead spend that time enriching yourself , your life begins to shape and turn into exactly what you want it to be . Make mistakes .Look at a mistake you 've made from every possible angle and take the lessons from it .Your teenage years are meant to be spent getting to know yourself .<5>It 's okay to make mistakes .\", 'candidates': ['Try different things', 'Just focus on your favorite', 'Work hard to improve your scores', 'Limit the time spent on social media', \"You ca n't achieve this by trying to be perfect all the time [ : Zxxk.Com ]\", 'Pick up a book on anything that expands your knowledge base', 'And you should value yourself highly enough to get rid of these people .']}", + "output": [ + "[6, 3, 1, 4, 0]" + ] + }, + { + "input": "{'passages': \"How to Have a Birthday Party Birthdays come and go with each passing year , so how do you have a party that will always be memorable ?A little planning and inspiration can get you started . Pick a suitable theme .<1>Then choose a theme that suits them perfectly .You can go `` all out '' and make every aspect of the party theme-related , or you can try a lighter touch by including just a little theme-related decoration or food . Plan ahead .Get your guest list made and your invitations out at least 2 weeks before the party .<2>Plan your music .Make sure you have a way to play your tunes - whether that be just a set of speakers with a phone or music player , or a whole DJ setup .<3>Make sure you have a range of fast , slow , soft , and quiet songs on hand to fit the mood at different times of the event and get your guests feeling celebratory . Keep guests entertained .Provide lots of opportunities for social mingling ( particularly for grown-ups ) , as well as `` free play '' for kids .But to really keep the celebration going , games always seem to be the hit of the party !<4>Depending on your number of guests and their ages , you can even have several games running throughout the event .Balance your levels of activity so that there 's plenty going on throughout the party .<5>With kids ' parties especially , it is almost a certainty that things will not go exactly ording to plan .Be prepared by having extra games and activities , extra goody bags , and a rain plan ready .\", 'candidates': ['Plan extra activities .', 'Expect the unexpected !', 'Background music really helps set the atmosphere .', 'Just remember , finger foods are best , particularly for young guests .', \"This way , you 'll know your group size and decide on the best place .\", 'Consider the age , gender , interests and hobbies of the guest of honor !', 'There are great websites where you can find activities that tie into a particular theme .']}", + "output": [ + "[5, 4, 2, 6, 1]" + ] + }, + { + "input": "{'passages': \"If you like texting and are trying to lose weight , a new study found that using texting to track diet and exercise habits may help you lose weight .<1>Using a computer or a pen and paper to record information , however , can be a burden and cause some people to give up .Duke University researchers said using text messages to track eating and exercise habits can save time , and increase the chances that people will stick with their weight-loss rules .The study included 26 obese women with an average age of 38 .<2>The text messages focused on tracking personalized goals , such as avoiding sugary drinks or walking 10,000 steps a day .Messages also provided brief feedback and tips .Every morning , the women received a text from an automated system that said , Please text yesterday 's personal information of steps you walked and how many sugary drinks you had .Based on the women 's responses to the text message , the system sent another text with personalized feedback and tips .After six months , the women who used daily texting lost an average of nearly 3 pounds , while another group of women who used traditional methods to keep food and exercise diaries gained an average of 2 .<3>Text messaging has become popular and may be an effective method to simplify tracking of diet and exercise behavior , Dori Steinberg , who was responsible for this research , said .<4>Unlike web-based diet and exercise diaries , data in a text message can be entered quickly on nearly all cellphone platforms so it is very convenient to receive feedback .<5>\", 'candidates': ['Steinberg said , Text messaging offers several advantages compared to other self-monitoring methods .', 'Previous research has shown that keeping food and exercise diaries improves the likelihood of success when you are trying to lose weight .', 'The women used daily texting as part of their weight-loss program .', 'Besides , because of the limited number of words used in text messages , it saves time .', '5 pounds , according to the study , which was published in the Journal of Medical Internet Research .', 'According to the study , teenagers who eat breakfast weigh around 5 pounds less than teenagers who do not .', 'I could only send text messages , make calls and play one game with it .']}", + "output": [ + "[1, 2, 4, 0, 3]" + ] + }, + { + "input": "{'passages': \"How to Pick a Great Book to Read The world is full of great books , just waiting to be read .How can you pick one you 'll really like ?Here are some tips : What makes you happy ?<1>Are you really into dinosaurs or dogs or a specific person ?Are there a few careers you 're interested in ?You can find books about almost anything you like , and you 're more likely to enjoy reading a book if you 're already interested in its subject .Fact or fiction ?Some books are entirely made up and imagined .Those are called fiction books .Novels , short stories are all examples of fiction .These books can transport you to another world or help you imagine something beyond your own experience .Non-fiction books give you the who , what , when and why .<2>Non-fiction books can bring everything to life from the first trip to the moon to what it 's like to explore the deepest oceans .Try both fiction and non-fiction books to see which you like better .Find a family favorite .What was your mother 's favorite book when she was your age ?Or your dad 's ?<3>Then you can talk about what they liked about it and share your thoughts .It 's a fun way to get to know your family a little better , and to find a book you 'll enjoy !Ask an expert .<4>Tell a librarian about your interestsrock stars , sports teams , historical events , whatever you 're intoand the names of some books you already like .Your librarian can help you find other books that you 're sure to love .Launch a book swap .<5>It 's always fun to see what your friends are reading .Even if they 're not exactly bookworms , you can all encourage each other to read and share books and authors you like .You also can look for book swaps in your area .It 's a great way to build your personal library for free !\", 'candidates': ['Ask them and give it a read .', 'Many of them read novels from start to finish .', 'Why not get some friends together and trade favorite books ?', 'If you have a favorite hobby , look for books about that activity .', \"They tell stories using factsbut that does n't mean they 're boring .\", 'Read the passage and decide for yourself whether it seems knowledgeable .', \"Your local library is a great place to find books that you 'll love , and you do n't have to search allby yourself .\"]}", + "output": [ + "[3, 4, 0, 6, 2]" + ] + }, + { + "input": "{'passages': \"Heart-to-heart talk Do you have any problems ?Come and talk with us.xkb1.com Opening hours 12 o'clock-13 o'clock Names Problems Day Victor I often make my English teacher angry .I do n't think she likes me .<1>Laura I am a shy girl .I only have a good friend .But these days , she is angry with me and does n't talk to me .I do n't know why .<2>Toby I am the shortest in my class .Other boys do n't want to play basketball with me .I am very sad .<3>Grace My math is not good .I think it 's too difficult .<4>Mary My parents always make me study all day .I have no time to play .I am not happy .<5>\", 'candidates': ['Monday Problems with friends', 'Tuesday Problems with teachers', 'Wednesday Problems with studies', 'Thursday Problems with parents', 'Friday Problems with looks']}", + "output": [ + "[1, 0, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"Last month I had a health problem and had to see a doctor .<1>But you must excise often and have healthy food every day .In fact, I'm a lazy person .<2>And I often have junk food because I like it .In order to be healthy, I decided to change my lifestyle .<3>Then I go out to run for about an hour .I go to a gym on Wednesday and Saturday afternoon .And I hardly have junk food .I have healthy food, like milk and fish .<4>You know, An apple a day keeps the doctor away I also have about eight glasses of water .<5>All these things make me healthy .\", 'candidates': ['Now I get up at 6:00 am every day .', 'And I usually go to bed by ten .', \"After examining me, The doctor said to me, The result isn't too bad .\", 'I was just a little ex-cited, but I worried I would never fit in with the other sixth graders .', \"The cashier said, I'm sorry, but you don't have enough money to buy this doll .\", 'I never get up early to exercise .', 'I often eat vegetables and I have an apple every day .']}", + "output": [ + "[2, 5, 0, 6, 1]" + ] + }, + { + "input": "{'passages': \"We offer five kinds of courses .<1>Course 1: General English General English is designed to develop students' basic communication skills in: Speaking and Pronunciation, Reading, Listening, Writing, Grammar and Vocabulary .Tuesday to Friday: 9:00 am to 11:00 am, $288 per week .Course 2: Academic English Academic English is for students who want to take the IELTS exam or for those who need to use English in a professional area .Monday to Friday: 4:00 pm to 5:00 pm, $320 per week .<2>We have High School ESL classes each week specifically designed for International Students .<3>Course 4: Night Classes Do you want to improve your English and get the best results possible in your GRE test?<4>Tuesday and Thursday evenings: 8:30 pm to 10:30 pm, $60 per day .Course 5: One on One If you are interested in some One on One lessons with TIES teachers, we can design a curriculum to meet your needs .One on One lessons can improve your English language skills more quickly and help students who want to take TOEFL .<5>\", 'candidates': ['Course 3: High School ESL Why not make the most of your time studying in Australia with the help from TIES?', 'In the UK, The Guardian reports, parents can be fined PS50 (about $80) per skipped school day .', 'Each course has been designed to help students according to their needs .', 'Tuesday to Friday: 8:00 am to 11:00 am, $25 per hour .', 'English classes are designed to meet the academic and spoken levels of each student .', 'We have two night classes each week designed to meet your needs .', 'Tuesday to Friday: 2:00 pm to 5:00 pm, $80 per hour .']}", + "output": [ + "[2, 0, 3, 5, 6]" + ] + }, + { + "input": "{'passages': \"AF<1>Greoge loves drums and his favorite is classical music .<2>Robert plays the violin , his favorite style of music is country music .<3>James loves the sound of the drum and he likes rock .<4>Harry says the best instrument is the piano .He likes to listen to opera .<5>Kevin 's favorite instrument is the guitar and his favorite style of music is jazz .\", 'candidates': [\"He loves to listen to drums . He says he 's not a player , just a listener . He claims to like rock .\", \"He is violinist , so it 's natural that he should favor the violin . He prefers country music .\", \"His favorite is the guitar . However , he has n't played for years , so he keeps hoping to start again . His favorite style of music is classical music .\", 'He says jazz is his favorite music . He goes to listen to jazz every Friday evening . He also likes opera , heavy metal , classical but jazz is the best . He plays the piano , but his favorite instrument is the guitar .', 'He claims the piano is more versatile than any other instrument . He loves to go to see a performance . He says opera has everything , color and spectacle and theatre and great music .', 'He played drums when he was at primary school , and now he plays drums with his friends at weekends . They have a band . His favorite style of music is classical music .']}", + "output": [ + "[5, 1, 0, 4, 3]" + ] + }, + { + "input": "{'passages': 'With the possible exception of equal rights, perhaps the most heated argument across the United States today is the death penalty .Many argue that it is an effective deterrent to murder , while others think there is no enough proof that the death penalty reduces the number of murders .The argument advanced by those who are against the death penalty is that it is cruel and inhuman punishment, that it is a mark of a bad society and finally that it is of questionable effectiveness as a deterrent to crime anyway .In our opinion, the death penalty is a necessary action .Throughout recorded history there have always been those peculiar persons in every society who made terrible crimes such as murder .<1>For example, it is one thing to take the life of another in time of blind anger, but quite another to coldly plan and carry out the murder of one or more people in the style of a butcher .Thus, murder, like all other crimes, is a matter of different degree .While it could be argued with some reason that the criminal in the first instance should be merely kept from society, such should not be the fate of the latter type murderer .<2>But the majority of people believe that the death penalty protects them .Their belief is proved by the fact that the death penalty prevents murder .For example, from 1954 to 1963, when the death penalty was carried out from time to time in California, the murder rate remained between three and four murders for each 100, 000 population .<3>4 murders for each 100, 000 population .<4>It certainly shows that the death penalty does stop many murderers .If the law about death penalty is vetoed , some people will be murdered----some whose lives may have been saved if the death penalty were in effect .This is really a life or death matter .<5>', 'candidates': ['The most recent powerful Nino, in 1997-98, killed around 21,000 people and caused damage worth $36 billion around the globe .', 'But building a data center takes at least two years-an eternity in the fast-developing tech industry .', \"The sharp climb in the state's murder rate, which began when killings stopped, does not happen by chance .\", 'The lives of thousands of people must be protected .', 'Since 1964 the death penalty has been done only once, and the murder rate has risen to10 .', 'But some are more dangerous than others .', 'The value of the death penalty as a deterrent to crime may be open to discussion .']}", + "output": [ + "[5, 6, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"<1>It's very interesting .The programs on TV tell us many things about the country and a lot of news about the world, Judy watches TV on Sundays .There is an English program getting to know America .It's her favorite program .<2>Why does she love the program?<3>She likes English best of all the subjects .When she is watching the program, she can remember every word she sees on TV .That helps a lot, because she learns many new words, English really interests her .<4>On weekdays, she doesn't watch TV, but reads English story books every night before she goes to bed .<5>\", 'candidates': ['It tells about the life of America, such as buildings, traffic, food, houses, movie stars .', 'She can learn a lot from the TV program and the story books .', 'If you want to become a fluent English speaker you should take some advice: There are four skills in learning English .', 'Because she likes English .', 'Encouraging children to save money for big things like bikes can help them learn about planning ahead .', 'Many children like to watch TV .', 'She likes learning English .']}", + "output": [ + "[5, 0, 3, 6, 1]" + ] + }, + { + "input": "{'passages': \"<1>This is a question many students ask .In my opinion , the most effective way is to learn lessons by heart .If you can recite the text and write it out , you 've learned it fairly well .And if you can tell , in your own words , what the lesson says you 're a very successful learner indeed .Your English will be quite perfect .This is a difficult task .However , if you try to learn by heart only part of each lesson , you 'll find it not half so hard as you might have thought .<2>Of course , writing is also necessary .<3>Equally important is to feel the language .You should be able to laugh at jokes and be shocked at bad news .<4>Instead of helping you , your own language gets in your way .<5>\", 'candidates': ['Learning this way , you will make rapid progress .', \"How could I know that if a recipe says to beat cookie batter , you could n't do it with your fists ?\", 'The young man said : I never see an elephant before , and I want to know what it looks like .', 'So , never try to see English through translation .', 'It helps you a lot on our way to success in English .', 'How can I learn English well ?', 'When using English , try to forget your mother tongue .']}", + "output": [ + "[5, 0, 4, 6, 3]" + ] + }, + { + "input": "{'passages': \"`` As adults , we should be better at sharing and saying sorry .But as adults we sometimes forget these lessons , '' says child psychologist D'Arcy Lyness , medical editor for Kids Health.org .Get back to the basics with some friendly reminders from Lyness and other early childhood experts . Say you 're sorry '' In my classroom , when someone was upset about someone else 's behavior , I would put those two kids together and they would talk about it , '' recalls Carol Nicoli , president of the California Kindergarten Association. ``<1>And if they did something to hurt the other , they would say `` I am sorry .' I think the fact that others have feelings is something that we need to understand in this world .`` `` A real heartfelt ( apology is about being responsible for my actions . ''Lyness says . ''<2>These are skills that improve the workplace because they improve relationships , which improve productivity and individual satisfaction .`` Share `` In the fierce atmosphere of some workplaces , people do n't feel safe sharing their ideas or knowledge , says Jean Mendoza of University Of Illinois. ``<3>Even small acts of generosity can affect the way people fed about coworkers .`` `` Sharing is something that kids enjoy when you share your time , not necessarily your money , '' Nicoli says. ``<4>I spent an hour walking this morning with a next-door neighbor .We walked and shared experiences .I learned from her and she learned from me .`` Keep on learning '' The most important lesson is learning , '' Nicoli says .`` Whether it 's formal education or not , it helps you be a problem solver .<5>if you do n't ever think about how to be a problem solver .I think lifetime learners are happier people . ''\", 'candidates': ['It shows self-awareness', 'I obtain pleasure from sharing', 'I would make them shake hands', 'The problems build up all the time', \"We have to step back and ask ourselves what 's really important\", \"If you do n't balance your life , it is hard to keep a smile on your face\", 'In workplaces , be willing to lend what you have mastered when asked']}", + "output": [ + "[2, 0, 6, 1, 3]" + ] + }, + { + "input": "{'passages': \"The city zoo bought a new kangaroo from Australia .<1>The zoo keeper was worried that the kangaroo would run away .He built special walls around it .But the next morning, people found that the animal was playing around outside .<2>But the kangaroo got out again the following day .<3>How high do you think he'll keep on building the walls?<4>I don't know, said the kangaroo .Maybe they'll reach 300 metres .<5>\", 'candidates': ['a giraffe asked the kangaroo .', \"It is famous for the world's best surf scenes, and many surfing enthusiasts travel to Fuji yearly to ride the great waves .\", 'It all depends on whether he remembers to lock the gate .', 'As they neared their house, Toby asked his mum, Sabine, if he could write a letter to New Zealand .', 'It was famous for jumping very high .', 'So the zoo keeper made the height of the walls 5 metres .', 'The zoo keeper felt very angry, so he made the walls as high as lo metres, but the kangaroo still got out .']}", + "output": [ + "[4, 5, 6, 0, 2]" + ] + }, + { + "input": "{'passages': \"Five Smart Habits of Successful Children Have you ever wondered what actions make the most difference in your children 's lives ? Children do n't have to be smart to succeed .They do n't have to be born rich and famous .All they need is the right outlook and a few smart habits . Successful children make friends wherever they go .Children who learn to get along with others from an early age are more successful in life .<1>Without them , we 'd have no support .Whatever the goal is , friends are needed to achieve it .Do your children a favor by encouraging social interaction early .<2>They do n't just hope for success ; they are certain of it .They do n't complain .They have a smile on their face and get on with the business of living .They feel pain just like the other children .The difference is that they do n't let it hinder their progress .Successful children become successful because they never give up .They fall .They fail .<3>The difference is that they use their mistakes the way they were intended .They embrace failure because it pushes them forward . Successful children ignore the naysayer .They do n't worry about what other people think .They follow the path that is right for them , regardless of gossip .<4>They are too busy working towards their goals .They do have concern for the feelings of others . Successful children share their success .They do n't forget all the people who helped them get where they were going .<5>They do n't criticize and reject those who are struggling .They take them by the hand and guide them up the ladder .\", 'candidates': ['Do you want to be a successful child ?', 'Social skills are vital to human survival .', 'Successful children look on the bright side .', 'They make just as many mistakes as the other children .', 'They take the time to teach others what they have learned .', \"They do n't engage in gossip either , because they do n't have time for it .\", \"In fact , they do n't even have to become rich and famous .\"]}", + "output": [ + "[1, 2, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"Taking a vacation with friends could turn out to be the getaway of a lifetime or one that 's a total disaster .How do you make sure the trip is a success ?<1>Here are some tips on planning a vacation with friends that 's memorable in the right kind of way . Establish expectations first You may think that you and a friend have the same idea of a holiday because you both want to go to the beach , but you might be interested in relaxing while your friend is looking forward to going to nightclubs .<2>or you are setting yourself up for conflict . Have an itinerary When traveling with others , set an agenda ahead of time to avoid any last-minute , tense negotiation .Either work with a travel adviser to create the itinerary or delegate one person in the group for the job - it should show when activities start , and how long and what exactly they are .<3>.Build in some space You do n't have to spend all your time with your friend .<4>Order room service for breakfast one day or plan other meals and a few tours for just you and your family .But it 's best to schedule these ahead of time - not when you feel that you can not spend another minute together .<5>Deciding who is paying for what and how it will be tracked should be discussed before your trip .You can end up with one person who does n't drink feeling angry that they are splitting the bills with people who order expensive bottles of wine , and this is the kind of anger that can destroy a friendship .\", 'candidates': ['Choose the ways to treat friends', 'Figure out money matters first', \"Make sure you understand each other 's ideas of vacation\", 'In fact , taking breaks makes your time together more enjoyable', 'Different ways to parent may not matter at home but can be obvious on vacations', \"It 's all about choosing the right travel partners and going in with some ground rules\", \"And everything should be optional , so whoever is n't interested does n't have to join\"]}", + "output": [ + "[5, 2, 6, 3, 1]" + ] + }, + { + "input": "{'passages': \"Linda : Hi , Bruce !I have n't seen you for a long time .<1>Bruce : I 've been to Qinghai with my parents . Linda :<2>Bruce : For two weeks . Linda :<3>Bruce : It 's one of the most beautiful cities in the northwest of China .I like it very much . Linda : Which is your favorite place ?Bruce :<4>When I was there , I lost myself in the beautiful city . Linda : What interesting things did you do there ? Bruce : Lots of things , such as swimming , boating , fishing .<5>Linda : Oh , really ?I hope to go there for a visit one day .\", 'candidates': ['I think Sound Lake is the best .', 'How do you like Qinghai ?', 'Where have you been ?', 'How long have you stayed there ?', 'But I think riding camels is the most exciting one .']}", + "output": [ + "[2, 3, 1, 0, 4]" + ] + }, + { + "input": "{'passages': \"<1>One time as I was walking on the street , a young man ran by hurriedly , brushing against my handbag .Even as he continued on his way , he turned back and said sorry to me .<2>One day , after I bought some apples , the salesman was giving me the change , but I was n't ready for it , and a coin dropped on the ground , I 'm sorry , he said while bending down to pick it up .<3>Another time , I stepped on a man 's foot in an escalator .At the same time , we both said sorry .<4>Later on , an American friend explained to me that according to the American ideas , the escalator is public place which everyone should be able to stand in .After someone occupies a position in the escalator , making it difficult for someone else to find a place to stand in , is n't it necessary to express an apology ?During my stay in America , I gradually realized that when friction occurs in daily life , Americans do n't care much about who is responsible .If someone is troubled , a sorry is always necessary .<5>Perhaps this is why I never saw anyone quarreling on the buses , subways or streets in America .\", 'candidates': ['I thought it interesting : was it really necessary for him apologize ?', 'Even if the other person is hurt , the sorry would cool tempers .', 'I was puzzled -- why would he apologize when it was my fault ?', \"Even in a rush , he did n't forget to apologize .\", 'There is one word that is on the lips of Americans , day and night , Sorry .', 'He worked all day and night under huge pressure , recalled Meng Jun , one of his colleagues .', 'I thought to myself : Is father waiting for me , or is he still angry with me ?']}", + "output": [ + "[4, 3, 2, 0, 1]" + ] + }, + { + "input": "{'passages': \"Like other student athletes , Ray Ray McElrathbey deals with schoolwork , practice and games .But after a long day of studying and working out on the football field , the Clemson University player ca n't relax with friends .<1>Since taking responsibility for Fahmarr this August , I 've aged dramatically , said Ray Ray .<2>Ray Ray has temporary custody of Fahmarr .Their mother struggles with drug addiction , and they are not in touch with their dad .Ray Ray did n't want to see his brother go into foster care , where they both had spent time .<3>Clemson Tigers fans are n't the only people supporting Ray Ray .<4>The brothers have received praise and many offers of help .But Ray Ray attends the university on a scholarship .Under the rules , he ca n't accept money or gifts .Coaches'family members ca n't even give Fahmarr a ride home from school .This changed a few weeks ago , when the National Collegiate Athletic Association allowed Clemson to set up a trust fund for Fahmarr .It will help provide for his basic needs , including food and clothing .But the brothers can give each other something that all the money in the world ca n't buy .Ray Ray says he hopes to instill qualities of strength and intelligence in Fahmarr .<5>\", 'candidates': ['He says having his brother around is a great thing , knowing he will grow up right .', \"When the man got back to his own country , the customs officers would n't believe his story .\", 'Ray Ray has to make sure his 11-year-old brother , Fahmarr , gets a good dinner , does his homework and goes to bed .', 'The brothers now live together in an apartment near the campus in Clemson , South Carolina .', 'Sports Illustrated , ESPNandABCnews have featured the story .', \"I ca n't be running around at all hours , making 19-year-old decisions .\", \"My boy and I must have turned to each other over 30 times and said , ' I ca n't believe this . '\"]}", + "output": [ + "[2, 5, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"According to a recent study performed by the Office of Applied Science, Substance Abuse and Mental Health Services Administration, every day about 3,900 children and teens under the age of 18 try their first cigarette .Among the teens who continue to smoke into their adult years, about one out of three will die as a result of the habit .<1>The nicotine in the tobacco is addictive .Once a teen develops the habit of smoking, it is difficult for them to quit without help .<2>Teens that smoke often do as a way of dealing with social situations or as a result of pressure from people of their age .The results of a Duke University study show teens with brothers and sisters who smoke are more likely to engage in smoking and other risky actions .The components of tobacco products have documented effects on behavior .<3>The center for Young Women's Health at the Children's Hospital of Boston states that tobacco products contain about 4,000 chemicals, some of which are poisonous .<4>Outward changes include dry, wrinkled skin, yellow teeth and nails, and bad breath .Teen smokers are three times more likely to have bad teeth than non-smokers of their age, the Center further reports .<5>\", 'candidates': ['Nicotine is known to increase fights in teens and adults .', 'Bullied kids face a high risk of mental health problems as teens and as young adults .', 'External effects are often present soon after smoking becomes a habit .', 'Eating like so many things we do, becomes a habit which is difficult to change .', 'The American Lung Association reports smokers who start early in life find it more difficult to quit because of the addiction .', 'Because of the nicotine content in tobacco products, smoking not only becomes a habit for teens, but an addiction .', \"Breathing these poisons into the lungs quickly affects a teen's entire body .\"]}", + "output": [ + "[5, 4, 0, 6, 2]" + ] + }, + { + "input": "{'passages': \" What's the name of our neighbor?<1>Have you ever heard your grandparents ask questions like this sometimes?<2>But now a team of scientists at the University of Tubingen in Germany has a new idea .[ The human brain works slower in old age, says Michael Ramscar, the lead scientist .But only because they have stored more information overtime .<3>Scientists let the computers read a certain amount of words and learn new things each day .When the computer reads only so much, its performance on cognitive tests is similar of a young adult .But if the computer learns the experiences we might encounter over a lifetime, its performance is similar to that of an older adult .Often it is slower, but not because its processing capacity has declined .Rather, increased experience has caused the computer's database to grow, giving it more data to process-which takes time .This is similar to old people .<4>Another person knows the birthdays of 2000 people, but can only match the right person to the right birthday nine times out of 10 .<5>\", 'candidates': [\"I can't remember right now .\", \"Imagine a person knows two people's birthdays .\", 'Can you say the first person has a better memory than the second person?', 'The findings are based on a series of computer simulations of learning and memory .', \"Lucy, a girl in my class, who I thought was not ready for change, didn't like me from the start .\", \"In addition, what one finds in another's grocery basket can say a thing or two about that person's character or intentions .\", \"Usually, we think that older people's memory becomes bad because their brains get weak .\"]}", + "output": [ + "[0, 6, 3, 1, 2]" + ] + }, + { + "input": "{'passages': \"The British people have their own customs .Their traditions and habits are quite different from those of Chinese people .Here are some important ones : The English people love to talk about the weather , but why do they like to talk about it ?There are probably two reasons .One is the uncertainly of the weather .For in Britain the weather changes very often .Another reason is that .<1>`` Ladies first '' is also a British custom .It 's considered to be polite to let a woman go first , to protect her from cars ,<2>.The British people have the habit of waiting in line .If someone cuts into the line ,<3>, so do n't jump the queue . In British , you should never ask a woman her age ,<4>.Do n't bargain in British when you go shopping .The British do not welcome bargaining ,<5>\", 'candidates': ['and sometimes they are fond of bargaining .', 'the British people will look down upon him or her .', 'talking about the weather is a way of being friendly .', 'and often they consider it losing face .', \"because all the women think it 's impolite .\", 'to help her get on and get off the bus and to do many other things for her .', 'they will be very kind to him or her .']}", + "output": [ + "[2, 5, 1, 4, 3]" + ] + }, + { + "input": "{'passages': \"The making of a movie usually begins with a script .<1>The producer is the person who is responsible for coordinating aspects of the film like budget and scheduling .The producer plans out how the project will be carried out and he usually starts by hiring a director !<2>The director will usually identify themes or feelings that he or she wants the movie to convey to its audience and will then gather all the other people who will be needed such as costume-designers makeup artists special effects crew stuntmen cameramen and of course actors ! Next shooting begins !<3>Often a director will want to get several '' takes '' ( versions ) of a scene or moment and usually only a few minutes of the movie are finished in one day 's work .<4>So once filming is completed the director must then work with editors to piece them all together deciding which takes to use and adding in any special effects or touch-ups .The entire process from acquiring the script to editing the scenes generally takes months or even years !<5>People can watch and enjoy it in the theatre .\", 'candidates': [\"Once it 's ready the finished movie is then distributed to movie theatres .\", 'Scenes are also usually not shot in order .', 'The actual filming can be a slow process .', 'The way that movies are made has changed a lot over time .', 'It gets bought by a movie studio or a producer .', 'The producer plays a very important role in making a movie .', \"In movies the director 's job is to bring the script to life on camera .\"]}", + "output": [ + "[4, 6, 2, 1, 0]" + ] + }, + { + "input": "{'passages': \"My name is Bill .<1>Today is Mike's birthday .I'm at his birthday party .<2>Some stand beside the table and enjoy the snacks and drinks .There is some food on the table .I like the chocolate and the fruit very much .Mike sits on the sofa and chats with some friends there .He wears a yellow T-shirt and a pair of blue jeans .<3>Wow!<4>There are some candles on it .Mike's friends begin to sing 'Happy Birthday' to Mike .Mike is very happy .<5>Everyone has a good time at the party .\", 'candidates': [\"My best friend and I had promised to send each other something every Valentine's Day .\", 'The cake is really big .', 'He looks so cool today .', 'He blows out the candles and cuts the cake .', 'There are a lot of friends in his house .', 'I have a friend called Mike .', 'Lucy invited me over to her house for a party, and talked to me all the time instead of her other friends .']}", + "output": [ + "[5, 4, 2, 1, 3]" + ] + }, + { + "input": "{'passages': \"<1>If you do , you may want to join the school soccer team .Read on and see how to join the school soccer team .<2>You can find more information by asking these questions .How many students are there in the soccer team ?How many new players do they need ? How often do they play soccer ?The second step is to practice .<3>Only good players can join the school soccer team .So you need to practice your skill .<4>If you always get bad grades in the exam , your teachers and parents wo n't let you join the soccer team .The last step is to relax .<5>You can take a deep breath and keep smiling .Believe in you self and you can be the best player ., , , .\", 'candidates': ['The first step is to know the information about the team .', 'The third step is to study hard .', 'Do you like playing soccer ?', \"Do n't be too nervous .\", 'Practice soccer with your friends or your family .']}", + "output": [ + "[3, 0, 2, 1, 4]" + ] + }, + { + "input": "{'passages': \"Many students have to live with roommates while going to school or university .Having a roommate can be one of the best experiences or easily one of the worst .<1>Follow these five tips to avoid the common mistakes that make good roommate relationships worse .Talk things out .<2>If something happens sit down with your roommates and have a face-to-face conversation .Complaining about your roommates behind their backs creates nothing but awkward situations and general unhappiness .<3>Some roommates become the best of friends and some do n't .Do n't put pressure on yourself or your roommate to reach this level especially when you first meet .Remember , you are trying to make a new friend not scare your roommate away .And if your roommate does n't end up being your best friend there is no need to worry about it .Clean up after yourself .Or at least keep your mess on your side .<4>But being considerate with where you put your own stuff will help you avoid the arguments .Ask before you take .This applies to food clothes supplies and anything else that you do n't own .<5>Even if you both agree to share everything you should still ask .\", 'candidates': [\"Do n't expect to be best friends .\", 'Communication is of vital importance .', \"You do n't need to keep the room clean and organized all the time .\", 'Rooms can be really easy for a mess to pile up .', 'If you want to have a good relationship with your roommate it all starts with you .', 'Not all roommates can become your best friends .', 'Show your roommate that you have respect for his or her belongings .']}", + "output": [ + "[4, 1, 0, 2, 6]" + ] + }, + { + "input": "{'passages': \"<1>Here are some predictions : things to come , things to go .The Spring Festival , the most important Chinese holiday when everyone returns home , has caused headaches for millions of Chinese .More than 2 billion people travel at the same time , making getting travel tickets and the journey difficult .<2>China plans to build more than 120,000 kilometers of railway and a fast transportation network that will serve 90 % of the population by 2020 .And because most of China will be cities , people will not have to go to other places to find a job , so it will no longer be a problem .<3>In the future , digital newspapers will be sent to personal web tools through Internet .Readers can discuss topics with journalists and editors .Information will move faster .<4>But scientists have found something else for oil as fuel .Coal , natural gas , solar power , nuclear power and even water can take the place of oil as sources of energy .Schools will go electronic .<5>Everything will be in the computer and students will not need to bring books to school .They will find information on the Internet .A computer will be the students ' library , schoolbag and connection to the outside world .There will be robot teachers .They will check homework on computers and communicate with the students ' parents through e-mail .And school buses will be like spaceships , comfortable and safe .\", 'candidates': ['What might the future be like ?', 'Oil is running out faster than expected .', 'Computers will be important and popular among the students .', 'But in 28 years , Spring Festival travel may not be a problem at all .', 'Newspaper will come to an end in 2043 .']}", + "output": [ + "[0, 3, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"Who is the greatest English writer ?<1>His popular expressions , like `` to be or not to be , that is a question '' , and his stories such as Romeo and Juliet are almost famous in every corner of the world .William Shakespeare was born in a small town in England in 1564 .<2>By 1594 , he had become an important playwright in London .Whether comedies or tragedies , Shakespeare 's plays always catch people 's hearts .<3>In A Midsummer Shakespeare 's Night 's Dream , fairies play magical tricks on people lost in the woods .His tragedies , however , can be very dark .Macbeth tells the story about a man who becomes king by killing a lot of people .Shakespeare 's works also have a big influence on the English language .<4>Of course , Shakespeare wrote his plays 400 years ago and his English was very different from that of today .<5>His plays have been translated into other languages and are performed more often .There are over 400 films and TV plays adapted from his works .Shakespeare is not of an age , but for all the time .,5 , , .\", 'candidates': ['His comedies make a joke on human weakness and always have a happy ending .', \"But it does n't influence his popularity .\", \"He created about 1,700 English words , including everyday ones like `` lonely '' and `` hurry '' .\", 'When he was young , he moved to London and began to work as a playwright .', 'The person should be William Shakespeare .']}", + "output": [ + "[4, 3, 0, 2, 1]" + ] + }, + { + "input": "{'passages': \"<1>But science may have just proved them right because beautiful women are more likely to have daughters than those who are ordinary-looking , according to a study . As parents often pass on genes that determine looks , this could result in fewer handsome men on the ground .<2>For example , Yasmin Le Bon is signed to the same modelling company as daughter Amber , and Jerry Hall 's daughters Elizabeth and Georgia Jagger have both taken to the catwalk . Dr Satoshi Kanazawa , of the London School of Economics , surveyed 17,000 babies born in Britain in March 1967 and followed them throughout their lives .<3>When they reached 45 , they were asked about the gender of any children they had . Those considered to be attractive have the same chance to have a son or daughter as their first child but the unattractive ones were more likely to have a son .<4>A previous study of 2,000 Americans suggested that women are becoming more beautiful over the generations because attractive women have more children than unattractive ones and a higher percentage of their children are girls . Dr Kanazawa believes that parents are more likely to produce children who benefit from their own features .<5>So it pays for attractive women to have daughters .But couples with strength and aggression rather than looks are better off having boys , as these characteristics are of more use to males .\", 'candidates': ['Famously good-looking parents like Tom Cruise and Katie Holmes are more likely to have girls than uglier couples .', 'Single girls have always complained that good-looking men are difficult to find .', 'Beauty is of more benefit to a woman than a man .', 'At the age of seven , their attractiveness was rated by their teachers .', 'In other words , beautiful women were more likely to have daughters than unattractive ones .', 'And it may also explain why many models have daughters who follow them .', 'Women are becoming more beautiful over the generations because attractive women have more children than plain ones .']}", + "output": [ + "[1, 5, 3, 4, 2]" + ] + }, + { + "input": "{'passages': \"If women are mercilessly exploited year after year , they have only themselves to blame .Because they tremble at the thought of being seen in public in clothes that are out of fashion , they are always taken advantage of by the designers and the big stores .Clothes which have been worn only a few times have to be put aside because of the change of fashion .When you come to think of it , only a woman is capable of standing in front of a wardrobe packed full of clothes and announcing sadly that she has nothing to wear .<1>Many women spend vast sums of money each year to replace clothes that have hardly been worn .Women who can not afford to throw away clothing in this way , waste hours of their time altering the dresses they have .<2>No one can claim that the fashion industry contributes anything really important to society .<3>They are only interested in outward appearance and they take advantage of the fact that women will put up with any amount of discomfort , as long as they look right .There can hardly be a man who has n't at some time in his life smiled at the sight of a woman shaking in a thin dress on a winter day , or delicately picking her way through deep snow in high-heeled shoes .<4>Do the constantly changing fashions of women 's clothes , one wonders , reflect basic qualities of inconstancy and instability ? Men are too clever to let themselves be cheated by fashion designers .<5>\", 'candidates': [\"Never mind your composition ; do this to please me , and we 'll talk about that later .\", 'When comparing men and women in the matter of fashion , the conclusions to be drawn are obvious .', 'Skirts are lengthened or shortened ; neck-lines are lowered or raised , and so on .', 'Changing fashions are nothing more than the intentional creation of waste .', 'Today , thousands of men , women and children are members of groups to discuss the books they read .', 'Do their unchanging styles of dress reflect basic qualities of stability and reliability ? That is for you to decide .', 'Fashion designers are rarely concerned with vital things like warmth , comfort and durability .']}", + "output": [ + "[3, 2, 6, 1, 5]" + ] + }, + { + "input": "{'passages': \"<1>Gifts are easy -- -they 're given after all .<2>I got the idea to start Amazon 16 years ago .<3>I 'd never seen or heard of anything that grew that fast , and the idea of building an online bookstore with millions of titles was very exciting to me , I had just turned 30 years old , and I 'd been married for a year , I told my wife MacKenzie that I wanted to quit my job and go to do this crazy thing that probably would n't work since most start-ups do n't , and I was n't sure what to expect , MacKenzie told me I should go for it .As a young boy , I 'd been a garage inventor , I 'd always wanted to be an inventor , and she wanted me to follow my passion .I was working at a financial firm in New York City with a bunch of very smart people , and I had a brilliant boss that I much admired .<4>He took me on a long walk in Central Park , listened carefully to me , and finally said , That sounds like a really good idea , but it would be an even better idea for someone who did n't already have a good job .That logic made some sense to me , and he convinced me to think about it for 48 hours before making a final decision .Seen in that light , it really was a difficult choice , but ultimately , I decided I had to give it a shot .<5>_ After much consideration , I took the less safe path to follow my passion , and I 'm proud of that choice , For all of us , in the end , we are our choice .\", 'candidates': ['What makes Lin special from other players is his hard work and never-give-up spirit .', 'I came across the fact that the Internet usage was growing at 2300 percent per year .', 'I went to my boss and told him I wanted to start a company selling books on the Internet .', 'Cleverness is a gift while kindness is a choice .', \"I think we must n't get online when it is time for us to study .\", \"I did n't think I 'd regret trying and failing .\", 'Choice can be hard .']}", + "output": [ + "[3, 6, 1, 2, 5]" + ] + }, + { + "input": "{'passages': '<1>Mathew majors in media and hopes to understand Chinese broadcasting and TV News and communicate with the Chinese people .<2>Sarah is a learner of Chinese with a fairly good knowledge of basic Chinese grammar and a vocabulary of 2500 , hoping to improve her Chinese ability in speaking , reading and writing .<3>Lois majors in Teaching Chinese as a Foreign Language and hopes to improve her ability in translation .<4>Dennis once has taught himself Chinese and can speak a little Chinese but with poor pronunciation and grammar , hoping to meet the needs of everyday life and study , and understand each other in basic communication through training .<5>Georgia specializes in the Chinese language and culture at the average .He plans to have a tour in China .', 'candidates': ['Comprehensive language skill training 100 lessons in total focusing on pronunciation , grammar and discourse . To enable the learner to master the basic knowledge of the Chinese language , to have the basic ability of listening , speaking , reading and writing , so that they are able to communicate with others and to meet the needs of everyday life , study and sociality . This will lay a foundation for further study of Chinese .', 'Intermediate Chinese Comprehensive Course 40 lessons in all , focusing on the training of the comprehensive skills of listening , speaking , reading and writing of intermediate Chinese . To enable the students to recognize , understand and use the active and less active words , to improve their ability of expressing themselves in paragraphs and discourse , to master the new words , patterns , grammatical structures , paragraphs and discourse and means of connections so as to express the meaning of the texts correctly and fluently in paragraphs and discourse .', 'News ListeningBased on frequently used words , typical sentences and information and concentrating on improving the ability of listening comprehension . To improve the ability of collecting information , to grasp the knowledge and skills they have learned and to understand the broadcasting and TV news of similar themes and relevant level of difficulty with the correctness of 80 % . To build up the foundation for further study .', 'Elementary English-Chinese Translation 25 classes in total , including various styles such as poems , popular science , political comments and news , about every aspect of everyday life . The texts vary from easy to difficult and combine theory with practice as well as translation and interpretation . About 185 hours are needed . To familiarize the learner with the equivalent Chinese expressions of English . To enable them to know usage of Chinese and English words and sentences , cultural differences and the background knowledge .', 'Elementary Spoken Chinese in Business 24 units in all . Chinese words and expressions in business and trade are introduced in the form of vivid situational dialogues , notes and exercises . To enable the learner to master the words and expressions of elementary spoken business Chinese and to communicate with others in trade and business .', 'Chinese Human Geography Introduction to geographic environment and cultural phenomena in various parts of China , such as natural features , historical backgrounds , religious sites , ancient battle fields , dramas and arts , traditional products , and special food , etc . Through the introduction to historical and cultural sites and scenery , the learner will have a general view about Chinese geography , history , culture and regional features .']}", + "output": [ + "[2, 1, 3, 0, 5]" + ] + }, + { + "input": "{'passages': \"We all desire to be respected , but it does n't come easily just by mere wishing .Outlined below are some steps you can do to get respect . Treat others with respect .The golden rule , `` Do unto others what you would like others to do unto you '' , always holds true .If you can not respect other people , do not expect them to respect you .<1>Watch your attitude and change those ones that are hurting your relationship with others .If you notice people avoiding you or laughing at you behind your back , they are not showing you respect .<2>By doing so , you will find out which areas you need to improve to get the respect you deserve .<3>Knowing who you are and valuing yourself as a person with a clear and fierce determination will eventually make you outstanding .People will respect individuals who believe in themselves . Earn the respect .If you think you can demand respect from others by force , you are wrong .<4>Manipulating others in order to gain respect is not only dangerous , but you are also making a fool of yourself .Humble yourself and work hard to become a respectable person .Your efforts will be rewarded by the respect , people give back to you . Be honest .Showing honesty in dealing with people earns their trust and eventually their respect .<5>Therefore , cultivate it the best way possible .\", 'candidates': ['Be confident about yourself .', 'Evaluate your life and actions .', 'You earn your own respect by making things happen .', 'You harvest whatever you planted and this is a universal law .', 'Understand that people have their own ways of looking at things .', 'Your character is your best investment in getting peoples respect .', 'Respect is one of the virtues that come naturally to those who work hard to win it .']}", + "output": [ + "[3, 1, 0, 6, 5]" + ] + }, + { + "input": "{'passages': \"<1>He began to go to school the year before last and now he's in Grade Three .<2>He likes watching TV in the evening and goes to bed late, so he can't get up on time in the morning .This term, Mrs .Black, Peter's aunt, works in Peter's school .She teaches Grade Three math .<3>Yesterday morning Peter got up late .When he hurried to school, it was half past eight .His aunt was waiting for him at the school gate .<4>Black said angrily .<5>Every time I get to the street corner, I see a guidepost .It says: SCHOOL--GO SLOW!'\", 'candidates': ['He lives not far from the school but he is often late for class .', 'Little Peter is a boy of nine .', \"She's strict with Peter and often tells the boy to obey the school rules and come to school on time .\", \"You're ten minutes late for the first class, Peter, Mrs .\", 'He often went to the field with a flashlight late at night, if he had been away during the day .', 'I can still recall the excitement of being invited to dance with the most attractive boy at the school party .', 'Why are you often late for class?']}", + "output": [ + "[1, 0, 2, 3, 6]" + ] + }, + { + "input": "{'passages': \"What problems do you have with your study ?Do you want to improve the way you study ?Do you feel nervous before a test ?Many students say that a lack of concentration is their biggest problem .It seriously affects their ability to study , so do their test results .<1>Study Techniques You should always study in the same place .You should n't sit in a position that you use for another purpose .<2>Do n't watch TV while you are studying .Experts warn that your concentration may be reduced by 50 percent if you attempt to study in this way .Always try to have a white wall in front of you , so there is nothing to distract you .Before sitting down to study , gather together all the equipment you need .Apart from your textbooks , pens , pencils and knives , make sure you have a dictionary .<3>Finish one thing before beginning another .If you need a break , get up and walk around for a few minutes , but try not to telephone a friend or have something to eat .Test-taking Skills All your hard work will be for nothing if you are too nervous to take your test .Getting plenty of rest is very important .This means : do not study all night before your test !It is a better idea to have a long-term study plan .Try to make a timetable for your study which lasts for a few months .<4>Doing some form of exercise every day will also improve your concentration .Eat healthy food too .When you arrive in the examination room , find your seat and sit down .Breathe slowly and deeply .Check the time on the clock during the test , but not too often .<5>\", 'candidates': ['Above all , take no notice of everyone else and give the test paper your undivided attention .', 'Your eyes will become tired if you try to read a text which is on a flat surface .', 'If so , use these tips to help you .', \"Be realistic and do n't try to complete too much in one study period .\", 'For example , when you sit on a sofa to study , your brain will think it is time to relax .', 'You will have enough energy to deal with your study and exams by eating healthy diet .', 'Exercise is a great way to reduce pressure .']}", + "output": [ + "[2, 4, 3, 6, 0]" + ] + }, + { + "input": "{'passages': \"<1>I can play basketball and soccer very well .Today is Sunday .I don't go to school .<2>It's a good match .<3>He plays well in the match .<4>Sarah is in the park, too .She is my good friend .<5>We are hungry at 4:00, but we are happy .\", 'candidates': ['In the afternoon, I play soccer with my good friends Jim,Ben, Peter, Gary and Kevin .', 'I feel like I want to rescue her, but she pushes me away and shuts me out .', 'I watch a soccer match on TV .', 'I am a tall boy .', 'She watches us play .', 'I realized that we actually had some thing in common especially when it came to movies and TV shows .', 'Beckham is my idol .']}", + "output": [ + "[3, 2, 6, 0, 4]" + ] + }, + { + "input": "{'passages': \"problem<1>This date was the old mid-winter festival in pre-Christmas times , around the time of the longest night and the shortest day .Christmas in the 21st century has many traditions : Christmas trees , cards and presents .Shops can make about 60 percent of their year 's income in the three months before Christmas , so most shops get ready for it in October .<2>The first time this happened was in 1867 when Macy 's famous shop in New York , stayed open until midnight on Christmas Eve .By mid-December , almost every shop and street has a Christmas tree .<3>In the northern countries , winter is cold and dark and most trees are decorated with lights and color1 ed glass balls give people hope that spring will come .Father Christmas is known across the world with his white hair , red coat and big bag of toys .Young children are told that he lives in the north of Finland and makes toys for them .<4>On Christmas Day a traditional meal is eaten , usually a turkey and a rich , spicy cake .Some people hate Christmas .<5>They love seeing family and friends ; they also love the traditions .Love it or hate it , Christmas is a time to look back over the old year and forward to the new one .\", 'candidates': ['This tradition was started by the Germans as early as 700 AD', 'Believe it or not .', 'Since about 400 AD , Christmas Day has been celebrated .', 'Others feel it is a magical and exciting time .', 'The shopping centers are beautifully decorated and stay open late at night .', 'It was really beautiful indeed .', 'By tradition , he brings the toys to children at night , on the night before Christmas .']}", + "output": [ + "[2, 4, 0, 6, 3]" + ] + }, + { + "input": "{'passages': \"My name is Li Jing .Today let me show you around my community .In front of my apartment , there is a very small garden with a table, four chairs and some flowers .<1>After getting out of the garden, I can get to a big market soon .I walk past the market when I go to work every day .There are fresh vegetables, fruit and meat there .<2>After passing the market, I will be near the main road .<3>..After walking straight along the main road for fifteen minutes, I can see a bus stop .<4>5 yuan, and then I can go almost anywhere .That's very cheap .<5>\", 'candidates': ['I feel very happy to live in a community like this .', 'I hurried to pay for my locker, but I was disappointed when they informed me they only accepted cash .', 'I love taking a walk in the garden in summer .', 'I often buy some fresh fruit there with my friends .', 'There are a lot of shops on both sides of the road, like shoe shops, clothes shops .', 'I feel like I want to rescue her, but she pushes me away and shuts me out .', 'I only need to pay 0 .']}", + "output": [ + "[2, 3, 4, 6, 0]" + ] + }, + { + "input": "{'passages': \"<1>It may sound simple , but the message is extremely important .Children often do n't have the experience to know that when something bad happens -- -they lose an important game or their best friend lets them down -- -it 's not the end of the world , explains Nancy Leffert , a senior research scientist with the Research Institute , an American adolescents and children 's research group .They think their bad feelings will last for ever , or that one failure will ruin everything .<2>If a child believes that the cause of her upset is lasting , or that nothing she does will make a difference , it decreases her ability to keep on trying .<3>Any time you can help your child see that a situation is not lasting , that a result can be changed , or that one opinion does not reflect reality , you give her reason to hope .Case in point : When my daughter Kathy was eight , art was one of her favorite subjects , says Beth , a mother of two .<4>Kathy was ready to give up until I explained to her , Never stop doing your best just because one person does n't give you praise .<5>Kathy is 12 now , and art is still one of her strongest subjects .\", 'candidates': ['Then she got an art teacher who gave a great deal of praise to one student and barely noticed the rest .', \"She checks your fever , looks at your throat , and asks what you 've been thinking about lately .\", 'Unfortunately , that kind of thinking discourages motivation .', 'says Dorothy Rich , president of the MegaSkills Education Center of the Home and School Institute , based in Washington .', \"Remind children that bad things do n't last .\", \"He may just want to hurt you or just do n't see things the same way .\", 'Beth had to repeat the advice often , and finally her daughter got the message .']}", + "output": [ + "[4, 2, 3, 0, 6]" + ] + }, + { + "input": "{'passages': 'How do you get to school?<1>You could try a new way to go around Ningbo City from May, 2014 .That is Ningbo Rail Transit .It is about 247 .<2>The Line 1(1) started construction in June, 2009 and people could take the first half of Line 1 in May,2014 .It is between Gaoqiao and Ningbo East New Town .<3>There are also other five lines to connect Haishu, Jiangdong, Jiangbei, Beilun and Yinzhou after Line1 .The logo of Ningbo Rail Transit is a dynamic Yong .It is another name for Ningbo .It says the traffic in Ningbo is active and fast .<4>On the wall of six rail transit stops, there are a lot of beautiful pictures .They are about Ningbo culture .For example, at the Ximenkou Stop, it paints Tianyige Museum and many books .And it draws Moon Lake on the wall of Drum-tower Stop .<5>', 'candidates': ['Do you walk or take a bus?', 'All these pictures tell people the history of Ningbo .', 'And the second half opened in 2015 .', 'And the color of the logo is blue because Ningbo is a sea city .', '5 pounds, according to the study, which was published in the Journal of Medical Internet Research .', '5 kilometers in all .', 'Do yourself a favor as you walk through life: Slow down and take the time to really see .']}", + "output": [ + "[0, 5, 2, 3, 1]" + ] + }, + { + "input": "{'passages': \"How to make a successful apology .Have you done something that you feel bad about ?Is there a person who you have treated badly ?Do you need to say `` I 'm sorry '' to someone ?Here are five things you can do to have a successful apology .Make your apology real .<1>People can tell if you take responsibility for what you did or if you are lying .Do not make excuses .<2>It is saying that you were wrong to do it .<3>An apology should show that you have learned from what you did .Show that you mean what you say .Make it clear that you are apologizing .Just saying `` I 'm sorry '' is not enough .Talk about what you did and then say that you feel bad about doing it .<4>Be prepared for the unexpected .Be prepared for it to take some time for your apology to be accepted .This may be a long moment , a few minutes , or even days or weeks .The person may stay angry with you .<5>\", 'candidates': ['Be patient and hopeful .', 'Make a promise to change .', 'Choose the right time to apologize .', 'An apology will be better accepted if it is sincere .', 'An apology is not explaining why you did something .', 'You can give your apology to the other person as a letter .', 'It is important that the person knows you are apologizing .']}", + "output": [ + "[3, 4, 1, 6, 0]" + ] + }, + { + "input": "{'passages': \"If your child has mobile internet access , it will be more difficult to monitor and control his or her internet use .Kids are turning to the internet for everything from hanging out with friends to shopping , which makes it harder for parents to keep track of their online activities .Fortunately , there are many choices for controlling what your kids see on their computers , laptops , and mobile devices .<1>They allow you more control over where they go and what they do online .A content blocker can block some unhealthy websites or limit a child 's search to the kind of sites .<2>Consider tracking software for older teenagers .<3>This tool gives young people more freedom to explore the Internet , but it also allows you to check that they are using the internet responsibly .<4>Even if you use content blockers , filters , and trackers , you know that a lot of kids figure out ways to get around these , so it 's important to remain alert .<5>That 's why it 's important to talk to your kids about what to do when something inappropriate or scary comes up .Nothing can replace involvement and supervision by adults .Keep monitoring how your kids use the internet on a regular basis without getting into the role of internet traffic police .\", 'candidates': ['Remember that not all adult sites can be identified by blocker , filter , or tracker software .', 'The movies Jurassic Park and Honey I shrunk the kids just make use of illusions .', \"This communication is very important in children 's growing up , because friends can discuss something .\", 'Content blockers and filters are great tools to use for younger kids .', 'This software enables you to see which sites your children have visited , tracking their path online .', 'A content filter can scan sites and pictures and block those sites that contain certain words , key phrases , or content .', 'Let your teenagers know that you trust them , but that you will be regularly checking that they are visiting appropriate sites online .']}", + "output": [ + "[3, 5, 4, 6, 0]" + ] + }, + { + "input": "{'passages': \"In the past month,we've been holding our breath for news about a Boeing 777 plane,MH 370 .It took off from Kuala Lumpur ,Malaysia .<1>It was heading to Beijing .But about two hours into the flight, the plane went missing .There were 239 people on the flight,including 154 Chinese .<2>Did it crash?We know that the weather was clear that day .The pilots didn't make any distress calls .<3>Was it hijacked ?<4>But now they do not appear to be linked to any possible hijacking of the plane,international police agency Interpol official said on March 11 .The search is still going on .<5>\", 'candidates': ['It could take months or even years to find out what happened to the flight .', 'Android is also number one in a few other countries, including New Zealand (41%), the US(40%), and China (38%) .', 'Two Iranians used stolen passports to get into the flight .', 'On that reasoning,if the retirement age came down to 25 we would all be as rich as Bill Gates .', 'On March 8 .', 'A total of 12 countries including China and the US have joined the search for the plane .', 'And as of March l3,experts have not found any broken parts of the plane .']}", + "output": [ + "[4, 5, 6, 2, 0]" + ] + }, + { + "input": "{'passages': \"problem 5 ; 2 10 Every day has just 24 hours and this applies to all people .Some people are constantly pushed for time .This article is about how we can learn to manage our valuable time more effectively .In reality we can not manage time .We can only manage ourselves and our relationship with time .<1>And habits are not that easy to changes .Below here are tips that can help you manage your time better .Organize your goals .Organize your goals based on two criteria : degree of urgency and importance : a .Should be done today , tomorrow , etc .b .Should be done at `` that date '' .c. Can be put off for so many days .d. Can ask someone else to do it .<2>Clean up your list .Make a list of everything you think that is not helping or benefiting you and do not do them !Focus on one goal .Concentrate only on one goal at a time .Otherwise , if while dealing with something you think about everything you can do later , most likely you will get bored and disappointed .<3>The boredom is guaranteed with this way of thinking .Identify your deadlines .<4>Divide the activities per day / week and long-term goals to get a clear picture of what you have to do and when .Find suitable work<5>environment .Be realistic .Make sure that your goals are realistic and do not try for the impossible .Say `` NO '' .Learn to say `` no '' to other activities , requests and people who eat your time ( unless indeed at that very moment it is necessary for you to help them ) .\", 'candidates': ['Allow time to adjust your list if necessary .', 'After all , how we use our time is largely a matter of habit .', 'Create a suitable environment to work , one that fits your style .', 'Check the list of what you should do and when it must be completed .', 'After organizing your goals , start with the most important and urgent .', 'It is like every time you eat you think all the meals you must eat in your life .', 'Do not let boredom discourage you if what you have to complete is boring .']}", + "output": [ + "[1, 4, 5, 3, 2]" + ] + }, + { + "input": "{'passages': \"<1>Technology usually starts out at a high price, but as time goes by it goes down in price .Now I've found that many new products are at good prices from the st art .There is no question about it This is a buyers' market for sure .!Also, as shopping on the Internet gets saf er , more people are trying to buy things in that way .<2>The first things that a person should do is to compare the prices online stores .Sites such as pricesgrabber .com, techbargains .<3>com and street prices .<4>The differences can be $500-$1000 .<5>But I'd rather sit in front of my computer in my comfortable chair of going shopping in crowded places\", 'candidates': ['There has never been a better time than now to buy a new piece of technology, such as a computer .', 'In countries where naps are traditional,people often suffer less from problem such as heart disease .', 'Remember that many stores also have large discounts on many things at certain times of the year .', 'com will help you decide which store has the lowest price .', 'com, nextag .', 'The Net is where buyers can save money if they know of a few money-saving sites .', 'There has never been a better time to take the test that gives you more opportunities for your future .']}", + "output": [ + "[0, 5, 4, 3, 2]" + ] + }, + { + "input": "{'passages': \"Basic first aid is a very valuable skill to have when going on a camping trip .<1>Cuts .With small cuts , you need to be careful to keep the area of the wound clean to avoid getting infected .<2>If the cut has not stopped bleeding , raise the wounded area above the heart and place pressure on the area to stop the bleeding .<3>The bandage should be held in place with tape , but should not be too tight . Blisters .Blisters can turn a fun walk in the woods into a terrible experience .<4>Change your bandage and socks and keep the blistered area clean .Make sure that you pack different size bandages and first aid cream . Sprains .If you have got a heavy pack on your shoulders , it can be very easy to twist your ankles .Walking sticks can be a traveler 's friend .<5>A good ACE bandage should be packed in case of a sprained ankle .This can help fix the sprained area until you can get medical attention . After seeing the above dangers and treatments , it 's also helpful to pack a small basic first aid kit for your trip .Make sure that you include items that are unique to you and fit your environment ( bleeding , bruise , snake bite , etc .) .\", 'candidates': ['They can help you keep balance on rough areas .', 'Wear comfortable shoes and socks during the trips .', 'Treat the cut with first aid cream to prevent infection .', 'Blisters are an open wound and can get infected if not cared for .', 'Apply some cream and cover the wound with a dry , clean bandage .', 'Below is a brief list of less-severe injuries that you can prepare for .', 'Some climates can be very hot during the day and very cool at night .']}", + "output": [ + "[5, 2, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"<1>Other forms of prenatal involvement , including volunteering at school and observing a child 's class , also fail to help , according to the most recent study on the topic .The findings challenge a key principle of modern parenting where schools except them to act as partners in their children 's education .Previous generations concentrated on getting children to school on time , fed , dressed and ready to learn .Kaith Robinson , the author of the study , said , I really do n't know if the public is ready for this but there are some ways parents can be involved in their kids ' education that leads to declines in their academic performance .One of the things that was consistently negative was parents ' help with homework .<2>They may either not remember the material their kids are studying now , or in some cases never learnt it themselves , but they 're still offering advice .Robinson assessed parental involvement performance and found one of the most damaging things a parent could do was to punish their children for poor marks .<3>Common sense suggests it was a good thing for parents to get involved because children with good academic success do have involved parents , admitted Robinson .<4>A big surprise was that Asian-American parents whose kids are doing so well in school hardly involved .<5>\", 'candidates': ['Robinson suggested that may be because parents themselves struggle to understand the task .', 'They said that 25 years ago , people could not imagine how the Internet and smartphones would change our lives .', 'But he argued that this did not prove parental involvement was the root cause of that success .', 'Parents who help their children with homework may actually be bringing down their school grades .', 'In general , about 20 % of parental involvement was positive , about 45 % negative and the rest statistically insignificant .', 'If you decide to do your homework right after school , you may get something to eat before going to work .', 'They took a more reasonable approach , conveying to their children how success at school could improve their lives .']}", + "output": [ + "[3, 0, 4, 2, 6]" + ] + }, + { + "input": "{'passages': \"The ability to move around from one place to the other is the biggest virtue one can ever have .We humans , possess an extraordinary virtue of seeing , experiencing and learning from it , and this is precisely what makes our journeys more satisfying and enriching . People travel for various reasons .<1>Though every person may have his/her own reason to go on a journey , it is essential to note that traveling , in itself , has some inherent advantages .For one , for some days getting away from everyday routine is a pleasant change .<2>It makes a person forget his worries , problems , frustrations , and fears , although for some time .It gives him a chance to think wisely and constructively .Traveling also helps to heal ; it can mend a broken heart .<3>Whether a person travels alone or with family and friends , the experience definitely gives him/her nice and exciting stories , which he/she can share with people back home .In fact , traveling away from home and spending time with near and dear one ( s ) can give the relationship an entirely new perspective and possibly , people may start understanding each other in a better way . With people , their culture , thoughts and ideas also travel .When they go from one place to the other , they are bound to meet people and share their thoughts and experiences with them .This is where exchange of ideas takes place , and it definitely broadens a person 's outlook<4>It is very interesting to discover new and unknown ways and values ; they really add spice to life .<5>It makes us more sensitive and more tolerant towards others .It makes it easier for us to meet and mix with different kinds of people , and also teaches us to live life to the fullest .\", 'candidates': ['Traveling also creates lifelong memories', 'Some find traveling an extremely boring activity', 'Humans have been traveling for a variety of reasons', \"It not only refreshes one 's body , but also mind and soul\", 'It makes him/her think in a different way from a different perspective', 'Above all , traveling enables us to spend some time with our own selves', 'Some travel fro work , others for fun , and some for finding mental peace .']}", + "output": [ + "[6, 3, 0, 4, 5]" + ] + }, + { + "input": "{'passages': \"<1>If both your parents are tall, there is a good chance you'll be tall .<2>The same goes for your body type .<3>It's a way of saying the person has a large frame, or skeleton .Big bones usually weigh more than small bones .That's why it's possible for two kids with the same height, but different weight, to both the right weight .Being overweight can run in someone's family, but it may not be because of their genes .<4>And even though some kids gain weight more easily than others, when they eat right and exercise, most kids can have a healthy weight that's right for them .It's true- the way you live can change the way you look .How much your weight is a balance between the calories you eat and the calories you use .If you eat more calories than your body needs to use, you will gain too much weight .If you spend you free time watching TV, your body won't use as many calories as it would if you played basketball, skated, or went for a walk .But if you eat more and exercise less, you may become overweight .<5>\", 'candidates': ['Have you ever suddenly felt that someone you know was in trouble -- and he was?', 'But if your parents are smaller than average, you may want to rethink that professional basketball career!', 'Impulsiveness might be one reason why some people eat in an addictive way despite motivation to lose weight, said Dr .', 'Have you ever heard someone say a person is big boned?', 'Your genetic makeup plays a big part in determining your size and weight .', 'Poor eating and exercise habits also run in families and these may be the reasons the members of a family are overweight .', 'On the other hand, if you eat less and exercise more, you may lose weight .']}", + "output": [ + "[4, 1, 3, 5, 6]" + ] + }, + { + "input": "{'passages': \"What do people do with their old, out-of-date but still useful computers?<1>Many old computers are put away in homes .Many more are simply thrown out with the rubbish .Finally, some companies are thinking of ways to bring down the number of old computers .Sony has agreed to help recycle old Sony products .Dell, Hewlett-Packard and other companies now also take back some old computers .<2>Computer companies will have to pay for collecting and recycling their used products .And 70% of computer waste must be recycled .<3>That will encourage them to make computers that are easier and cheaper to repair and upgrade .Yet while many people are throwing away good computers, others cannot afford them at all .Hundreds of organizations are working to solve this problem .<4>Some also teach others how to repair computers .<5>Giving a used computer to one of these organizations can turn one person's rubbish into someone else's useful things--and cut down on waste, too .\", 'candidates': ['They collect and repair old computers .', 'In countries where naps are traditional,people often suffer less from problem such as heart disease .', 'The idea behind the laws is that computer companies themselves should pay the cost .', 'In some countries, laws are being passed, too .', \"I don't want to look back with regrets but sometimes I think maybe they are right and know more than me .\", \"Most people don't know what to do with them .\", 'The computers then go to schools, charities and people who need them .']}", + "output": [ + "[5, 3, 2, 0, 6]" + ] + }, + { + "input": "{'passages': \"<1>China will gradually broaden the chance for the participation of foreign capital in the domestic financial market , said the People 's Bank of China in a report .We will strengthen the connections between China 's financial market and international ones by attracting more foreign capital in Renminbi-denominated financial products , the report said .<2>The bank said it would ease restrictions on enterprises and individuals possessing and using foreign currencies and increase the number of qualified foreign institutional investors and the value of their investment quotas .<3>Last year , the State Administration of Foreign Exchange ( SAFE ) raised the annual quota for individuals buying foreign currency from US $ 20,000 to US $ 50,000 .<4>The country will adjust its financial market rules so they are accepted around the world , encourage reforms and promote more flexible , diversified ways of trading , according to the bank .<5>\", 'candidates': [\"BEIJING -- -- China will further open its financial sector in an active and safe way , the country 's central bank vowed on Friday .\", \"Li Xiao'ou , a bank worker in Beijing , said fingerprint data will make bank business safer .\", 'We will make use of the financial market to achieve balanced international payments , said the bank .', 'China will work hard for a more efficient and vigorous financial market that can better serve international needs , the bank said .', 'Meanwhile , channels will also be expanded to allow Chinese investment in foreign financial markets .', 'China fully opened its financial market to foreign capital on December 11 last year , ending a five-year transitional period after entering WTO .', 'Your new western friends may also have many questions about Chinese culture , and they may be hesitant to ask .']}", + "output": [ + "[0, 4, 2, 3, 5]" + ] + }, + { + "input": "{'passages': \"A : Excuse me .How can I get to the park ?B : You can walk along this street .<1>You can see it between the post office and the mall .A : Thank you very much .<2>B : You are welcome .Are you from America , if I may ask ?A :<3>But I 've read so much about China all my life .<4>I want to see China .And I want to eat Chinese food B : China is a great country and I 'm sure you 'll like Chinese food and enjoy your trip here .A : Thanks .<5>\", 'candidates': [\"And I 'm here at last .\", 'Then turn right at the bookstore .', 'You are very good .', \"It 's very kind of you to show me the way .\", 'I want to have a good time here , too .', 'I think I will .', 'Yes , you are right .']}", + "output": [ + "[1, 3, 6, 0, 5]" + ] + }, + { + "input": "{'passages': \"You may have had grand plans about getting organized in college .And yet , despite your best intentions , your plans did n't seem to get along .So just how can you stay organized for the long road ahead ?<1>If you were totally devoted to making a difference , but it ended up not working well , do n't be too hard on yourself .That just means a particular system did n't work for you , not that you 're bad at time management .<2>When you 're faced with anything connected with your college life duties -- from a cell phone bill to an email from your mom about when you 're coming home for Thanksgiving -- make yourself know what to do . Spend a little time each week reorganizing .You 're in college because you 've got a great brain .<3>Just like a finely tuned athlete , your brain is learning , expanding , and strengthening each week you 're in school .Spend a few moments looking over what you have done , what you 're doing , and what you 'll need to do over the next few weeks .<4>Plan ahead to stay ahead .Everyone knows that student who always says `` Oh , I cant do it now .I 'll finish it before the deadline . ''wo n't be able to finish the work .<5>If you have a major event you 're planning , make sure your homework is done ahead of schedule so you can focus on your event when the time comes .\", 'candidates': ['So put it to use on all you have to do outside of the classroom !', 'Those precious minutes can save you a lot of lost time .', 'A messy room can represent a messy college life .', 'Keep trying time management systems until you find one that works .', 'Take care of your physical , emotional , and mental health .', 'Plan ahead for everything you have to do .', 'Stay on top of your responsibilities .']}", + "output": [ + "[3, 6, 0, 1, 5]" + ] + }, + { + "input": "{'passages': \"problem SELF STUDY TIPS However difficult you find it to arrange your time , it will pay off in the long run if you set aside a certain part of the day for studying - and stick to it .<1>But do n't forget to make sure that you have enough left for recreational activities or simply to be `` with '' yourself : reading a novel or watching a television programme .As part of your weekly schedule , it is also advisable to consider exactly what you have to do in that week , and make sure that you handle the most significant tasks first .<2>On a physical level , make sure you have an area or space for studying .<3>If you always study in the same place , preferably a room of your own , you will find it easier to adjust mentally to the activity when you enter that area .You should have everything that you might need at hand .Make sure that all the physical equipment that you use , such as a desk , chair etc .is at good height for you .If you use a personal computer , there are plenty of guidelines available from the movement on angles , lighting and the like .<4>If you are working on topic your teacher has set , but finding it hard to concentrate , it may be that you actually need to take your mind right off it for a period of time .<5>After a period away from the test , having not thought about it at all , you may return to it refreshed and full of ideas .\", 'candidates': [\"It 's wise to leave the easier or less urgent areas of your work until later .\", \"It 's all too easy to read something and then forget where it came from .\", 'Consult these and avoid the typical student aches and pains .', \"`` Airing the mind '' can work wonders sometimes .\", 'Make use of equipment that is available to you .', 'It is best to make a weekly schedule .', \"Do n't do it just anywhere .\"]}", + "output": [ + "[5, 0, 6, 2, 3]" + ] + }, + { + "input": "{'passages': \"<1>Some children ask for the same food over and over again, some may refuse to try anything new, and some may keep asking for snacks .<2>Most parents struggle with managing good eating habits and nutrition for their children .<3>Start your child's day with a good breakfast .Breakfast is necessary to provide the nutrition for an active day .Studies show that children do better in study when they begin a day with a good breakfast .Allow your child to help you plan and prepare a meal .He will be glad to eat foods that he has helped to put on the table .The mealtime environment has a lot to do with how your child will feel about food .Try to serve your meals at the same place at the same time of a day .<4>Snacks are also important .We can give our body and brain energy by eating snacks between meals .Children are often hungriest in the afternoon after school and in the evening .Offer snacks at regular time between meals .This way, your child won't refuse a meal because he knows a snack is soon to follow .<5>\", 'candidates': [\"The board's plan was to make the spelling of words nearer to the way they sound .\", 'More importantly, when offering snacks, you should be careful with what to choose .', \"Parents should make a plan for their children's nutritional needs .\", 'Keep the meal itself as the main event and leave the toys and television for later use .', 'Therefore, having healthy eating habits becomes one of the most important lessons a child needs to learn .', \"Many parents worry that their children's eating habits may not be good enough to stay healthy .\", 'More importantly, when the American politicians discussed the plan, they did not like it either .']}", + "output": [ + "[5, 4, 2, 3, 1]" + ] + }, + { + "input": "{'passages': 'When it rains, do your shoes get wet?Of course they do!But you can buy these pretty red and white Umbrella for Shoes .<1>Who sweeps the floor at your home?Do you do it yourself?Perhaps your mother does it .<2>Get a cat and buy these four Dusters for Cats .<3>Most teenagers do!Save time - buy the Telephone Dumb-bell !<4>Then your calls will be less than five minutes .Do your friends sometimes come up behind you and make you jump?Do cars come around the corner when you try to cross the road?<5>Look forward with the right eye and back with the left .', 'candidates': ['They will help shoppers find cups or toilet soap, and keep a record of the bill .', 'Well, now you just need a cat .', \"You talk too long on the phone, don't you?\", 'Well, you can solve that problem with these modern Forward - backward Glasses .', 'Well if you do not, let me fill you in about teenagers and their life-management skills .', 'It weighs five kilos .', 'They keep the rain off wet .']}", + "output": [ + "[6, 1, 2, 5, 3]" + ] + }, + { + "input": "{'passages': \"Dealing with Disappointing Grades One of the worst feelings in the world is trying your hardest at something but still fail .In the case of schoolwork , studying for hours and bringing home disappointing grades may make you feel hopeless , but this is far from the truth .If you are dealing with disappointing grades , change your study habits .<1>Act fast<2>Do n't sit around , and definitely do n't ignore them .Instead , admit that you need help and go in search of it soon .The faster you face up to the problem , the faster you can find a solution and see some results .<3>Remember , if you keep doing the same thing all the lime you 'll undoubtedly keep getting the same results .Mix things up by asking for help , whether from a friend or fellow student , your teacher or a private tutor .Set up a dedicated workspace Sitting for hours at the kitchen table trying to ignore your family , or opening your books in front of the television does not make for successful studying .<4>Get into the habit of settling into this workspace whenever you have schoolwork to do and soon you 'll be flying through your homework .Learn from your mistakes If you are having trouble with a particular kind of question in the exam papers and homework , do n't be discouraged .<5>Request an appointment with your teacher and use this time to discuss your work and get his / her advice as well .\", 'candidates': ['Ask for Help', 'Find out the reasons', \"You 'd better form a habit\", \"You 'll be amazed by the results\", 'It is time to figure out exactly where you are going wrong', 'Instead , find a quiet space away from the rest of your family', 'The most important rule about dealing with disappointing grades is to take immediate actions']}", + "output": [ + "[3, 6, 0, 5, 4]" + ] + }, + { + "input": "{'passages': \"What will man be like in 5,000 or even 50,000 year from now on ?We can only make a guess , of course .However , we can be sure that he will greatly differ from what he is today .<1>Let us take an obvious example .Man , even five hundred years ago , was shorter than he is today .<2>Five hundred years is a ly short period of time , so we can imagine that man will continue to grow taller .Nowadays our eyes are in constant use .In fact , we use them so much that often they become weaker and we have to wear glasses .But over a very long period of time it is likely that man 's eyes will grow stronger . On the other hand , we make less use of out* arms and legs .<3>We ca n't walk farther .At the same time , however , our fingers will grow more sensitive because they are used a great deal in modem life .What about our brain ?As time goes on , we shall have to use our brains more and more and eventually we shall need larger ones !<4>Our head , in particular the forehead , will larger . Perhaps all this gives the impression that future man will not be a very attractive creature to look at !This may be true .<5>He will still be a human being with thoughts and emotions similar to our own .\", 'candidates': ['For man is slowly changing all the time .', 'As a result , these are likely to grow weaker .', 'Man will live in the earth for a long time .', 'Now on average , man is about three inches taller .', 'This is likely to bring about a physical change , too .', 'What9s more , man is likely to have a wonderful life .', 'All in all , in spite of all these changes , future men will still have a lot in common with us .']}", + "output": [ + "[0, 3, 1, 4, 6]" + ] + }, + { + "input": "{'passages': \"<1>But can teenagers really make a difference?<2>Michael Norton's book 365 Ways to Change the World is a good starting point .The book gives an idea or task for every single day of the year .The tasks include offering to work at a local homeless shelter and planting a tree .The book says that one simple act, no matter how small, can help someone in need .It may even influence other teens to do something .Nathan Anthony, a student at Maple High School in Modesto, California, US, agrees .It is impossible to get anything in life without giving something to someone or working hard at school or workplace, Anthony said .Another Maple student, Ariane Mota, has the same idea .<3>Whether it is a helping hand or a donation, we should help others to make their day or life better .But how often do teens see peers helping a stranger or doing something nice for someone?<4>He and Mota both believe this needs to be changed .I help my friends by telling them that their lives are better than those poorer people, Anthony said .<5>So whether you're helping to find a cure for bad illness or simply smiling at a stranger, do something every day to help change the world for the better .\", 'candidates': ['According to Anthony, not a lot .', 'Everyone has got two personalities-the one that is shown to the world and the other that is secret and real .', 'Humor is also a great tool .', 'And how can they go about it?', 'Then why do you go out and do the things you tell us not to do?', 'Giving is our way of repaying those who help us, she said .', 'Everyone dreams of changing the world .']}", + "output": [ + "[6, 3, 5, 0, 2]" + ] + }, + { + "input": "{'passages': \"Being in a negative space is harmful to our overall well-being . Let 's give up some of the most common negative thoughts many of us repeat to ourselves .<1>Even if you find yourself lacking in something , there 's no need to keep repeating it to yourself . The human brain is an unbelievable thing . Be inspired by Dr . Jill Bolte Taylor , who took eight years to recover from her illness and has since then written a best-selling book about her experience and appeared on Oprah .No one cares about me . To accurately say that your family and friends do n't care about you would be a very rare situation . Maybe you 're being too negative and overlooking the gestures of love they show you . They do n't even have to be big gestures , but it 's the little things they did for you that count .<2>Start showing people you care , so they can show you back in kind .I really dislike this person . If you dislike a person , focusing on his had qualities is not going to make things better . You need to know that he is human too , which means he makes mistakes .<3>Focus on his good qualities , and repeat them to yourself .Why is he better off ? .<4>There 's always going to be someone who is younger , prettier , smarter , or richer than you . Remember , there are people who are also worse off than you and what they do n't have is your whole package .<5>\", 'candidates': [\"I 'm not good enough .\", 'Be grateful for what you have .', \"You think you wo n't be able to `` get there '' .\", 'Comparing yourself to someone else is never positive .', \"And people may be reacting to the energy you 're putting out .\", 'Learn to approach him or think about him in a positive manner .', \"Keep on working toward something , and watch the leaps you 'll make .\"]}", + "output": [ + "[0, 4, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \"<1>I'll try to answer some of the questions that are mostly asked .<2>Well, many years ago, I went to bed one night in a railway sleeping car, and during the night I dreamed about a tiny boy who acted rather like a mouse .That's how the story of Stuart Little got started .As for Charlotte's Web, I like animals and my farm is a very pleasant place to be--at all hours .One day, when I was on my way to feed the pig, I began feeling sorry for the pig because, like most pigs, he was going to die .This made me sad .So I started thinking of ways to save his life .<3>( I am not a fast writer, as you can see . )Sometimes I'm asked when I started to write, and what made me want to write .I started early -as soon as I could spell .Children often find pleasure through trying to set their thoughts down on paper, either in words or in pictures .<4>As I grew older, I found that writing could be a way of making a living .Well, here is the answer to the last question .<5>In real life, a family doesn't have a child who looks like a mouse and a spider doesn't write words in her web .Although my stories are imaginary, I like to think that there is some truth in them, too--truth about the way people and animals feel, think and act .\", 'candidates': ['No, they are imaginary stories .', 'Three years after I started writing it; it was published .', 'I believe there are many such touching stories between our two peoples, said Xi .', 'I was not good at drawing, so I used words instead .', \"Dear Reader, I receive many letters from children and can't answer them all--there wouldn't be time enough in a day .\", \"Where did I get the idea for Stuart Little and for Charlotte's Web?\", \"I receive many letters from children and can't answer them all--there wouldn't be enough time in a day .\"]}", + "output": [ + "[6, 5, 1, 3, 0]" + ] + }, + { + "input": "{'passages': \"Maybe you often have arguments with your parents about clothes.homework , friends and many other personal things .<1>Most teenagers must be sorry or even frightened when their parents fight . They might think their parents do n't love each other any more and that it would result in divorce .<2>They might disagree about important things like jobs or major family decisions They might even disagree about little things that do n't seem important at all-Hike what 's for dinner or what time someone gets home .Maybe sometimes parents can feel so strongly about their differences that it may lead to arguments However , these arguments are often over quickly .<3>As a family member , you should find out what it really means when your parents fight . When your parents get upset with each other , they might cry or say things they do n't really mean . Most people lose their cool now and then , so if your parents arc fighting , do n't worry too much about it .<4>If your parents ' fight really bothers you.you might find it hard to sleep or go to school .<5>They may not even realize how upset you arc until you tell them how their arguments affect you . You can also tell other s , a teacher or a friend . Just remember that no family is perfect and arguments are common in every family .\", 'candidates': ['Try to find a good way to solve it .', 'Parents might fight over small things', 'You should never argue with your parents .', \"But what 's going on when your parents fight with each other ?\", 'In fact , it is normal for parents to disagree and argue from time to time .', 'If this happens , try talking to one or both of your parents about their behavior', 'Parent ! may apologize and make up.and the family gets back into its usual way .']}", + "output": [ + "[3, 4, 6, 0, 5]" + ] + }, + { + "input": "{'passages': '5 2 10 What to do with your applications Do you want to get an education by computer ?<1>.If your goal is to go to the United States to study , it is time to make a list of colleges or universities that interest you .<2>Directors of foreign student admissions say students should apply to at least three schools . You can request an application in the mail or , in many cases , find it online .For example , the Ohio State University provides international student applications on its Web site .<3>In this case , you must use a credit card to pay the application charge .Or you can print the forms and mail them with payment . Many colleges and universities have their catalog online , or you can request one in the mail .<4>Make sure also to ask for an international admission application . Describe the education you already have .Explain what you want to study and degree you are seeking .<5>You should request application papers at least two years before you to begin studies . Once you send in your applications , there is one more thing to do wait for a decision .But there are other steps before your application is complete .', 'candidates': ['A catalog is the publication in which a school tells all about its programs', 'Tell what your plan is', 'Be sure to choose more than one', 'You can answer the questions by computer', 'Tell when you want to begin', 'Be sure to request a catalog', \"This time we 'll talk about the programs\"]}", + "output": [ + "[6, 2, 3, 0, 4]" + ] + }, + { + "input": "{'passages': '<1>These are very popular for those who are in search of bargains and who have a keen eye for picking through what others have .<2>Americans love secondhand merchandise which can be bought cheaply and restored to its original use .In many cases the condition and the quality are still good , though the style might be outdated .For some people searching through flea markets is a hobby which reaps rewards .They look for possible antiques among the items for sale or for old furniture which can be restored with a little care and used again .<3>Since prices are usually not fixed , if one is persistent a bargain can easily be struck .<4>One of the great pleasures of shopping at such markets is the chance to bargain with the shop owner and settle for a price which one can afford and is willing to pay .Perhaps even more enjoyable than flea markets are the weekend outdoor garage sales which have now become very much a part of American culture .These are held usually in the spring and fall when the weather is still good .Usually a homeowner , having decided that he would like to clear his residence of accumulated items which are no longer useful to him , advertises in a local paper that he is holding a garage sale .More than likely the goods on display are in good condition and great buys can be found if one has the time and patience to search carefully .The home owner places items for sale on display along the driveway leading to his garage or on his front lawn and waits for people to look at what he has to sell .<5>If the owner is in a position where he must sell his home or plans to move soon , then he may be forced to practically give things away at a price far below their true worth .', 'candidates': ['Old magazines , books , paintings , bicycles , ice-skates , items of clothing and electrical appliances of every sort appear on a regular basis .', 'Many wise collectors often find rare items worth much more than their bargained price .', 'Many public transportation supporters dislike big cities because they spend hours driving from one side of the city to the other .', 'They believe very early in its history , maybe 4 million years ago , something about the size of Mars hit Earth .', 'They hunt and search for something they can reuse .', 'The owner may be selling a rare collectable and may not even be aware of its value .', 'On any weekend throughout the year one can spend hours browsing through neighborhood flea markets .']}", + "output": [ + "[6, 4, 1, 5, 0]" + ] + }, + { + "input": "{'passages': \"Are you afraid of your weight ?How to lose your weight ?You may think eating less is the answer .<1>The following tips do work .Eat breakfast everyday<2>A survey found that men who eat breakfast weight about 2.7 kilograms less than men who skip it ; women weight 4 kilograms less .And a 10-year study of almost 2,400 adolescent girls showed that those who ate any kind of breakfast had lower BMIs than girls who did not .<3>Eat a bowl of brown rice with chickpeas and vegetables for lunch .It 's likely you wo n't want another bite until supper .High-fiber food like these have few calories .They are also low in little fat and lots of bulk , which keeps you full .They 're also digested slowly .It means your blood sugar stays at an even keel instead of rapidly falling .Eat raw , leafy green vegetables<4>Greens and raw vegetables are remarkably low in calories .So they tend to fill you up .In a study of almost 18,000 people , researchers found that those ate salads often had higher level of vitamins C and B , which are important for overall health , than people who had fewer salads .Turn to fish , chicken and beans for protein We 're not advising a high-protein diet , just that you make it a point to eat some protein with every meal .<5>It also helps you lose fat , not muscle .\", 'candidates': ['Eat healthy nuts', 'Eat high fiber foods', 'Head for the salad bar', 'But the usual way do not work', 'Getting enough protein when eating', 'Calcium may play a part in burning fat', 'Breakfast helps you reduce some calories']}", + "output": [ + "[3, 6, 1, 2, 4]" + ] + }, + { + "input": "{'passages': \"Nowadays, shopping online becomes a new way of shopping .<1>Many people like doing some shopping through Internet .Why is shopping online becoming more and more popular?First, it provides lots of advantages .There are many goods on the Internet .People can find anything they want .The price on the Internet is usually cheaper than that in the store .<2>Second, more and more people have their own computers and they join their computers with the Internet .So it is possible for many of them to do shopping through the Internet .<3>They can save a lot of time .But, a coin has two sides .Customers can only see the pictures of the goods on the Internet .<4>Maybe shopping online makes people boring .So some people don't like this new wayof shopping .<5>\", 'candidates': ['It is getting more and more popular .', 'When I told him I was $7 short, he quickly took out the money from his wallet .', 'People can save some money .', \"People don't need to go to the shop themselves .\", 'They are worried about the safety of shopping online .', 'It was as if he had found the thing he was meant to do .', \"And they can't enjoy the pleasure of buying things in a large supermarket or a wonderful shopping center .\"]}", + "output": [ + "[0, 2, 3, 6, 4]" + ] + }, + { + "input": "{'passages': \"5 2 10 Some people believe that international sports create goodwill between the nations and that if countries play games together they will learn to live together .Others say that the opposite is true : that international competitions encourage false national pride and lead to misunderstanding and hatred .There is probably some truth in both arguments .<1>Not only was there the tragic incident involving the murder of athletes , but the Games were also ruined by lesser incidents caused mainly by minor national competitions .One country received its second-place medals with visible anger after the hockey final .There had been noisy scenes at the end of the hockey match ; the loser objected to the final decisions .<2>And their manager was very angry and he said , `` This was n't hockey .Hockey and the International Hockey Federation are finished . ''The president of the Federation said later that such behavior could result in the suspension of the team for at least three years .<3>The game had ended in a mess .It was thought at first that the United States had won , by a single point , but it was announced that there were three seconds still to play .A Russian player popped it into the basket .It was the first time the USA had ever lost an Olympic basketball match .<4>The American players then voted not to receive the silver medals .<5>The suggestion that athletes should compete as individuals , or in non-national teams , might be too much to hope for .\", 'candidates': ['It is believed that athletes come to the Olympic Games to compete for their countries .', 'Incidents of this kind will continue as long as sport is played competitively rather than for the love of the game .', 'The judges discussed the matter for four and a half hours before announcing that the result would stand .', \"They were sure that one of their goals should not have been disallowed and that their opponents ' victory was unfair .\", 'Once the judges also got involved in the conflicts between the teams from different countries in the hockey match .', 'But in recent years the Olympic Games have done little to support the view that sports encourage international brotherhood .', 'The American basketball team announced that they would not give up first place of Russia , after a disputable end to their competition . ks5u']}", + "output": [ + "[5, 3, 6, 2, 1]" + ] + }, + { + "input": "{'passages': \"Change is scary .<1>It can go hand in hand with the fear that we might hurt someone else if we think about ourselves .The truth is that you 're so much more courageous than you give yourself credit for and far stronger than you realize .Here are some ways that you can use to help yourself make the process of creating change more manageable .Make change into small bite size pieces .<2>Remember that as long as you attempt to take regular practice towards your goal , such as eating more healthily every day , or walking twenty minutes a day , you 're heading in the right direction to make changes . Form a habit of keeping a diary every day .Writing a journal every night before going to bed can effectively help you cope with the emotional impact of the change process .Go to grab a pen or pencil and remember a journal is not for being neat and tidy with good spelling .<3>.Rest is essential to success .Have a rest and take timeout to build your energy .<4>If we do n't give ourselves time to rest , we just end up burning out by the constant striving and worry .As we do n't have the energy to keep going , we have to give up !<5>Just accept it !I 'm sorry to say that unless some people are really secure in themselves and truly happy in their own life , they 're never going to like your changes .This has nothing to do with whether they love you or not .They are just for self-preservation !Therefore , give them a little time to adjust and get used to it .\", 'candidates': ['No one else is going to like your changes .', \"Do n't try to eat the elephant in one sitting .\", 'It is a step into the unknown .', 'Keep repeating your small steps over and over again .', \"It 's not being lazy to have time out .\", \"It 's a private place where you can speak out your inner thoughts .\", 'Creating change is about building your character .']}", + "output": [ + "[2, 1, 5, 4, 0]" + ] + }, + { + "input": "{'passages': \"Everyone knows that fish is good for health .<1>But it seems that many people do n't cook fish at home .Americans eat only about fifteen pounds of fish per person per year , but we eat twice as much fish in restaurants as at home .Buying , storing , and cooking fish is n't difficult .<2>This text is about how to buy and cook fish in an easy way .<3>Fresh fish should smell sweet : you should feel that you 're standing at the ocean 's edge .Any fishy or strong smell means the fish is n't fresh .<4>When you have bought a fish and arrive home , you 'd better store the fish in the refrigerator if you do n't cook it immediately , but fresh fish should be stored in your fridge for only a day or two .Frozen fish is n't as tasty as the fresh one . There are many common methods used to cook fish .<5>First , clean it and season it with your choice of spices put the whole fish on a plate and steam it in a steam pot for 8 to 10 minutes if it weighs about one pound .( A larger one will take more time .) Then , it 's ready to serve .\", 'candidates': ['Do not buy it .', 'The easiest is to steam it .', 'This is how you can do it .', 'It just requires a little knowledge .', 'The fish will go bad within hours .', 'When buying fish , you should first smell it .', 'The fats in fish are thought to help prevent heart disease']}", + "output": [ + "[6, 3, 5, 0, 1]" + ] + }, + { + "input": "{'passages': \"Without Doubt,Miley Cyrus reigns as Hollywood's tween queen .Her show,Hannah Montana,debuted in 2006 as the number one cable show look kids aged 6--14 .<1>And she's not even 16 years old yet!Born in 1992 in Tennessee,Miley is the daughter of country singer-turned-actor,Billy Ray Cyrus and his wife,Tish,Miley got an early start in acting,beginning with a small role on her father's TV show in 2003 .Then at age 12,Miley's cool confidence helped her beat out 1,000 other girls to win the role of Hannah Montana .On the Disney Channel show,Miley plays Miley Stewart,a sometimes-awkward ninth grade girl who moonlights as pop sensation Hannah Montana .<2>The show emphasizes family,friendship and respect,making it a hit not only with kids but also with adults .Miley's real father plays her dad on the show .In June 2007,Miley released the two-disc album Hannah Montana 3/Meet Miley Cyrus .<3>And the other serves as the star's Debut album-with songs about love,teenager life and growing up .<4>The tour were wildly popular-tickets for some venues sold out within minutes and 14 extra performances were added .The tour's success spurred Disney to create a 3-d movie version of the concert .The film hit number one at the box office and earned over $ 31 million in just three days .Though Miley is a huge star,she sees herself as a regular girl .<5>With a big-screen version of Hannah Montana coming out next year,this young star is sure to keep rising-but with her feet on the ground .\", 'candidates': ['She attends church with her family every week and does homework and household chores .', 'In October,Miley set out on a 54-date North American concert tour .', 'Stewart keeps her rock star identity a secret from all but her family and her closest friends .', 'Add to that success two chart-topping CDs,a sold-out concert tour and a number one movie .', \"She also tries to reduce her family's cancer risk by preparing every meal with many different kinds of food .\", \"One day one popular girl came up to me to show me something she said I wouldn't want to miss .\", 'One disc contains songs from the show .']}", + "output": [ + "[3, 2, 6, 1, 0]" + ] + }, + { + "input": "{'passages': \"( 10 ) A : Hello , Lucy . B :<1>A : Do you know Kumiko ?She is in Class Four , Grade Seven . B : Sorry , I do n't know .<2>A : She 's tall .She has long black hair . B :<3>A : Her dress is yellow . B :<4>A : She is from Japan . B : Oh , I see .<5>A : Yes .You ' re right .\", 'candidates': ['What color is her dress ?', 'Are you friends ?', 'Hi , Mary .', \"Where 's she from ?\", 'What does she look like ?']}", + "output": [ + "[2, 4, 0, 3, 1]" + ] + }, + { + "input": "{'passages': \"In northern China winter is long and cold, lasting from December through March .You can often see snow .Summer lasts from May through the end of August .<1>The days are warm but the nights are cool .<2>You will seldom see snow .<3>Summers are long hot and humid, lasting from April through September/October .In spring flowers are blooming and the tree's leaves turn green so there is an air of freshness .However, autumn usually sees clearer skies, and it rains a little .<4>Winter from January to March, is short but can feel very cold .<5>Summer through September is the rainy season where temperatures and humidity reach highs .In autumn the heat and humidity weather stops .There is always a chance of rain .\", 'candidates': [\"But it doesn't snow .\", 'Winters are short, lasting from January to the end of March .', 'It is very wet in the south and high temperatures last for a long time .', 'But after using several weeks to watch and to learn, he was determined to master this new medium .', 'Winters in central China feel colder than they look .', 'The best time to visit northern China is spring and autumn .', 'We may get the short end of the stick sometimes, but in the long run we will win .']}", + "output": [ + "[5, 4, 1, 2, 0]" + ] + }, + { + "input": "{'passages': \"Are anger problems should also be recognized as an illness like depression and anxiety ?Anger is largely viewed as a secondary emotion - one caused by other emotions .People are thought to be angry because they are sad , anxious or stressed .<1>Today , though , a growing number of mental health experts think that anger is a serious problem that needs its own treatment . To tell the difference between `` normal '' anger and `` anger problem '' is difficult .After all , everyone gets really mad from time to time .Experts point out a few ways . Disordered anger , as it is sometimes called , tends to be of greater intensity .<2>An example : While most people would get upset if a driver cut them off , someone with disordered anger might try to chase down the car and force it off the road . And in cases of disordered anger , the person gets angry more frequently and his/her anger lasts longer .<3>But people with anger problems often stay angry for days , weeks or even years ; their feelings of anger do n't disappear over time .<4>Disordered anger often damages people 's lives .`` It interferes with people 's relationships and their jobs , '' says Raymond Chip Tafrate , a US psychologist .`` Even their health is affected .`` Anger clearly increases the risk of certain health problems , as many studies have shown .When people are angry , their hearts beat faster and their blood pressure goes up .<5>Experts suggest that people with an anger problem take anger-management programs .The programs teach people to control their responses to stressful situations through the use of relaxation techniques .The programs sometimes also include life-skills training to help bring down stress and remove angry feelings .\", 'candidates': [\"Anger takes away people 's joy in life .\", 'Consequencesare also important to consider :', 'The anger buried inside him rises to the surface .', 'For most people , angry feelings disappear quickly .', 'Over time , these changes will have bad effects on the body .', \"In the past , many doctors did n't accept the idea that anger could be a problem all on its own .\", 'It takes very little to set off a person with an anger problem , and their responses are very strong .']}", + "output": [ + "[5, 6, 3, 1, 4]" + ] + }, + { + "input": "{'passages': \"How to be a good conversationalist ? According to a Pew Research study of 10,000 American adults , we are more divided and less likely to compromise than ever before .<1>In today 's education , conversational competence might be one of the most overlooked skills school fails to teach .Generally speaking , a conversation requires a balance between talking and listening , and somewhere along , the way we lose that balance .Then how to find the balance and have a better conversation , here are some tips for you . Do n't multitask .<2>Just be present .Be in that moment .Do n't think about the argument you had with your partner .Do n't think about what you are going to have for dinner .If you get out of the conversation , do n't be half in it and half out of it . Use open-ended conversations .<3>If you put in a simple question , you are going to get a simple answer out .Instead of asking Were you terrified ?`` , you ask `` what was that like ? ''or How did that feel ? ''Because people then might have to stop for a moment and think about it and you are going to get a much more interesting response . Listen .Listening is perhaps the most , the number one most important skill that you could develop .<4>and sometimes that means setting aside your personal opinion .But most people do n't listen with the intent to understand but with the intent to reply .<5>A good conversation is like a miniskirt , short enough to hold interest , but long enough to cover the subject . In conclusion , to become a better conversationalist , you need to enter every conversation , listening attentively and assuming that you have something to learn .\", 'candidates': ['Be brief .', 'Look the person in the eye .', 'You need to let them come and let them go .', 'The true listening requires a setting aside of yourself .', 'Start your questions with who , when , what , where , why , or how .', 'Much of this is because we are not listening to each other in our conversation .', \"That does n't mean you set down your cell phone or book or whatever in your hand .\"]}", + "output": [ + "[5, 6, 4, 3, 0]" + ] + }, + { + "input": "{'passages': \"Do you want to be happy ?<1>They will help you become a happy person .Be thankful .There are so many things to be thankful for .<2>Thank your parents for preparing meals for you ; thank the school bus driver for driving you home safely and thank the mailman for bringing you your letters every day .By doing this you will feel happy .<3>For example , read a good book , listen to your favorite music or spend time with your close friends .Do n't spend too much time worrying about the future , such as going to college or getting a good job .<4>You may forget about your trouble by joining in some activities like singing , dancing or swimming .Help others .Many people feel happy after helping others<5>You can help a friend with his or her studies .You can read books for the children in your neighborhood .You can also be a volunteer to help the old or the disabled .\", 'candidates': ['Playing games with friends is always fun .', 'Spend some time each day thinking about who or what you should be thankful for .', 'Enjoy the simple pleasures in your daily life .', 'So if you want to be happy , do something for those who need help .', \"I do n't think asking friends is very important .\", 'Try the following tips .', 'Take part in some activities .']}", + "output": [ + "[5, 1, 2, 6, 3]" + ] + }, + { + "input": "{'passages': \"<1>His mom and dad left to work in Fujian Province .For the past eight years , Fu has only seen his parents three times although they send home 500 yuan every two or three months .Fu Xiaoyu , 16 , has had to live alone since her grandmother passed away three years ago .Her parents do not want to renounce their jobs at a clothing factory in Guangdong Province .<2>These are just two of the 29 kids that 16-year-olds Huang Ruoqing and Zhang Linna at Beijing No 4 High School talked with this summer in Guixiang Village in Sichuan Province .What Huang and Zhang learned from their three-day visit shocked them .They wrote down all the kids ' stories in a moving 40-page essay filled with statistical charts .<3>Among these so-called left-behind kids , 88 percent of them live with their grandparents , five percent live with uncles or aunts and seven percent have to live on their own .To Huang and Zhang 's surprise , 80 percent of the children said they love going to school .<4>However , for this village 's students studying is not their first task .Housework , such as helping feed pigs or buffalos and taking care of old grandparents , younger sisters or brothers , takes up a considerable amount of their time .Despite having to work hard at home , over 65 percent of the young interviewees would prefer their parents ' stay away working rather than returning to live with them .<5>Their little wishes like having dinner with their parents inspire us never to take what we have had for granted , Zhang said .\", 'candidates': ['Traffic will be less crowded during this time because most people are already at school or at work at that time .', 'These kids are understanding and considerate and know how important money is for their families .', 'Nor can they afford the cost of sending her to a school in the city where they work .', 'FU Yuan has been left at home with his grandparents since he was one month old .', 'In the country of China , there are many children staying at home without their parents .', 'In the poor village with a population of 2,118 people , 582 adults have left to find work , leaving 156 children without parents .', 'Even though , some children have to walk along the hilly roads for two hours to get there .']}", + "output": [ + "[3, 2, 5, 6, 1]" + ] + }, + { + "input": "{'passages': \"You must think positively no matter how big a challenge is .If you think positively you will feel better and will be able to overcome challenges in life .Furthermore , meet an optimistic person and you will notice how motivated he is towards life .<1>On the other hand , negative thinking will only cause more depression in your life .<2>Do n't be jealous of those who are successful around you .Instead , take inspiration from their success stories .This will make you motivated to get what you want .Moreover , you can also read books that are written by inspirational and successful personalities . There is a famous quote that reads , `` A healthy body leads to a healthy mind . ''If your mind is healthy you will think positively .<3>Whether you are working out in the gym or going for a long walk , make sure that you incorporate an exercise plan in your daily routine .<4>Hence , it is important to break your routine and do something different .Either you go on a vacation or learn a new skill , it is important to break the monotony in your daily life . Human beings are extraordinary individuals who are able to complete the hardest tasks and achieve the impossible .It is important to get out of your comfort zone and try something different .<5>\", 'candidates': ['Therefore , it is important to exercise .', 'Keeping yourself motivated is not a difficult task .', 'You might lose motivation by doing the same things over and over again .', \"One of the best ways to motivate oneself is to get inspired by other 's success .\", 'Do things that make you happy and find inspiration in possibly everything you see .', 'By doing so you will get motivated and your attitudes towards life will be positive .', 'Remember , positive thinking gives you motivation to achieve what you want .']}", + "output": [ + "[6, 3, 0, 2, 5]" + ] + }, + { + "input": "{'passages': 'I was quite close to my grandmother, Julia .<1>She was a very nice person, both kind and patient .She taught me to read and write when I was young and helped me to be interested in stories and poems .<2>She made clothes or toys better than anything you can buy in a shop today .<3>My grandmother was also a hard worker both at home and at work .<4>At that time, my grandmother was already sixty years old but she worked in a hospital for a long time every day--not in the office but doing the cleaning outside and taking care of me at the same time while my mom was at work!<5>We will never forget our grandmother .She is really important in our lives and is always there for all of us in one way or another .I am proud to be her grandson .', 'candidates': ['We lived with her and then she lived with us .', 'I still remember that first time when she smiled at me saying that, and I smiled right back, telling her thanks .', 'She always made clothes for family and friends .', \"We're looking to use polymers in much tougher situations than ever before on a larger scale .\", 'In my mind, my grandmother was a great tailor .', 'I can still remember the difficult time when we were very poor .', 'My brother and sisters also love her .']}", + "output": [ + "[0, 4, 2, 5, 6]" + ] + }, + { + "input": "{'passages': \"Running two miles around the school track is n't exactly at the top of most fifth-graders ' lists of funthings to do .But students in Ms Zimmerman 's class at Mark Twain School in Angels Camp , California , gladly ran laps to raise money to help a dog in need .<1>He had a hard start in life .At less than a year old , Peter 's owners found out that he had a problem with his left leg that was very painful .Medicine helped to ease the pain but it was very expensive . For Peter to have a good quality of life , he needed an operation .<2>`` I loved dogs and when I heard about Peter I felt so sad for him , '' says student Thisha Fritts .Ms Zimmerman 's class decided to hold a Jog-a-Thon to raise money for Peter 's operation .`` At first I felt like the Jog-a-Thon was just to get us to run laps , '' says student Michael Cox. ``<3>`` `` I just wanted to make a difference in Peter 's life , '' adds classmate Chance Wood .<4>Before long , five other classes signed up to join in the event . ''I started receiving donations from all kinds of people in our school community , '' says Ms . Zimmerman. ``<5>`` As the money was collected , plans were being made for Peter 's operation .\", 'candidates': ['Overall , we raised $ 3,180.64 !', 'He received a timely operation .', 'But then I got interested in helping this dog .', 'They had to leave him at the veterinary hospital .', \"But his owners could n't afford the expensive operation .\", 'News of the Jog-a-Thon spread throughout the school .', 'Ms. Zimmerman told her students about a dog named Peter .']}", + "output": [ + "[6, 4, 2, 5, 0]" + ] + }, + { + "input": "{'passages': \"There are so many things we do in our daily lives that have become a `` habit '' .<1>How you answer the phone is a habit .The way you sit in the car when you drive is a habit .Have you ever tried to change the way you do something , after you ve done it in a certain way for so long ?It 's not very easy to do .The minute your mind drifts to something else , you go right back to the old way of doing things .<2>it 's a way of doing things that has become routine or commonplace .To change an existing habit or form a new one can be a boring task . Let 's pick something fairly easy to start with , like spending 15 minutes in the morning reading a book .If you want to turn something into a habit that you do every day , you have to WANT to do it .<3>Make a firm decision to do this on a daily basis . Imprint it in your mind .Write several notes to yourself and put them in places where you will see them .By the alarm clock , on the bathroom mirror , on the refrigerator door , in your briefcase , and under your car keys are good places to start . After the newness wears off , then you will have to remind yourself , `` Hey , I forgot to ... '' Keep using the notes if you have to .<4>Some people say it will take over a month to solidify it and make it something you will do without having to think about it .I tend to agree with the last statement .Two to three weeks will help you to remember , but thirty days or more will make it a part of your everyday routine .<5>\", 'candidates': [\"What is a `` habit '' anyway ?\", 'Forming a bad habit is easy .', 'Brushing your teeth is a habit .', 'Is doing things in an old way good ?', \"If you do n't , you will find a way to do everything but that .\", 'It takes 16 to 21 times of repeating a task to make it a habit .', \"that 's something you wo n't necessarily have to think about before you do it-habit .\"]}", + "output": [ + "[2, 0, 4, 5, 6]" + ] + }, + { + "input": "{'passages': \"Summer is the season to dive into new activities and relax .And right now is the time to make sure that you 're ready for the great outdoors , the holiday planning and travel , and the bathing suit beach days . If you want to lose weight before summer , concentrate on dropping no more than a pound or two a week .<1>And when you trouble yourself , sooner or later you re going to gain it back .Operate on a 500-calorie-a-day deficit .<2>So if you cut 500 calories a day for seven days straight , you 'll lose a pound a week right there . Operating at a decrease of 500 calories a day should involve both eating less and moving more .For example , you could consume 300 fewer calories and bum 200 extra per day . Include both healthy eating and exercise in your weight-loss plan , and break the 500-calorie goal into small groups to make it more reachable .<3>To cut 100 calories :<4>Have vegetable pizza instead of pepperoni .Use our Nutritional Needs Calculator to determine how many daily calories you should consume in order to lose , gain , or maintain your healthy goal weight .Once you 've reached your goal , recalculate your nutritional needs for keeping extra weight off all summer long . To burn 100 calories : spend 15 minutes biking .<5>Spend 20 minutes gardening .Keep on exercising at least 30 minutes daily a week .Reading food labels and counting calories or writing down what and when you eat can give you more control as well .\", 'candidates': ['Here are some simple ways to get there .', 'Walk or run one mile .', 'A pound is 3,500 calories .', 'It is okay to have some snacks between your meals .', 'You should always make sure you get a lot of sleep .', \"Anything more than that usually means you 're troubling yourself .\", 'Eat a chicken breast without the skin .']}", + "output": [ + "[5, 2, 0, 6, 1]" + ] + }, + { + "input": "{'passages': \"To succeed in business or life we must continually take actions .Putting yourself on the line day after day can be extremely boring, especially when things do not work out as desired .Each time a disappointing event happens, I like to get reminded of these famous failures: Gates has literally changed the work culture of the world in the 20the and the 21st centuries, by simplifying the way the computer is being used .<1>However, in the 1970's before starting out, he was a Harvard University dropout .The most ironic part is that he started a software company by purchasing the software technology from someone for only $50 back then .Lincoln received no more than five years of formal education throughout his lifetime .When he grew up, he joined politics and had 12 major failures before he was elected the 16th President of the United States of America .<2>His work on optics and gravitation made him one of the greatest scientists the world has even known .<3>When he was young, he did very poorly in grade school, so poor that his teachers became helpless in improving his grades .<4>His reputation has inspired composers, musicians and audiences who were to come after him .Before the start of his career, Beethoven's music teacher once said of him as a composer, he is hopeless .And during his career, he lost his hearing yet he managed to produce great music .<5>\", 'candidates': [\"Beethoven is widely regarded as one of history's great composers .\", \"A deaf man composing music, ironic, isn't it!\", \"The spoken English language of today's younger generation is filled with slang words and expressions .\", \"He was the world's richest man for more than one decade .\", \"He walked over to Adam's bed and pulled the case off one of the pillows .\", 'Newton was the greatest English mathematician of his generation .', \"Many thought that Newton was born a genius, but he wasn't!\"]}", + "output": [ + "[3, 5, 6, 0, 1]" + ] + }, + { + "input": "{'passages': \"If you travel , you will leave a carbon footprint in your wake .You ca n't help it .But eco-friendly travel practices can lighten the harm on Mother Earth .Green travel is not a passing trend but a lifestyle choice .<1>.Choosing a green destination No destination is a Green Giant .<2>However , some countries and cities show a deep commitment to Earth-friendly policies and practices .When researching a vacation spot , look for places that naturally embrace the green lifestyle . Choosing green transportation What makes Mother Earth proud ?Seeing you use your own power to get around .Many adventure tour operators arrange cycling , hiking and walking holidays .<3>The greenest rides typically run on electric power .Switzerland is taking the lead with its hybrid buses and trains powered by hydroelectricity ; Japan is running close behind . Choosing a green hotel Once you are at your destination , if you can get the hotel right , you can make the greatest impact .<4>Look for a fact sheet online , or call the front desk .You can also search for hotels approved by respected certification programs , such as Green Key and the Global Sustainable Tourism Council .<5>The Earth-friendly choices are numerous : You can sail , bike , kayak , bike , swim , bird-watch and play I-spy-a-monkey in a tree .Visit a local food market , and do n't forget to bring a reusable bag for purchases .You can also lend a hand during your holiday .The green movement has changed from how to preserve and protect to how to use less and do good when you 're there .\", 'candidates': ['Choosing green travel', 'Choosing green activities', 'Next in line are trains and buses', 'They all make environmental missteps', 'Most major chains operate in-house green program', 'If you plan to drive , consider a fuel-efficient vehicle', 'Follow the tips and watch your footprints turn greener']}", + "output": [ + "[6, 3, 2, 4, 1]" + ] + }, + { + "input": "{'passages': \"Currently an increasing number of people spend their holidays in other countries .<1>So read our travel tips that are simple and practical and you can always enjoy your travels .On a business card write down the emergency contact information and place it in your wallet<2>Give your emergency contact a copy of your travel plan a passport data page and the visa information .Give each piece of your luggage a unique look tie a bright handkerchief to a handle or purchase a color1 ed luggage tag .<3>If you do n't speak the local language carry a matchbox or a brochure with the name and address of your destination .<4>To avoid being a target of crime do n't wear eye catching clothing dress conservatively and do n't wear or carry obvious signs of wealth gold watches expensive jewelry and etc .and do n't carry more cash than necessary .<5>To make sure of a safe journey and avoid some unnecessary trouble when traveling in foreign countries you should be more careful .\", 'candidates': ['Good preparations can always help you out as well .', 'It will be easier for you to keep track of your bag from a distance .', \"Also do n't accept packages from strangers .\", 'Include the name of anyone who should be contacted in an emergency .', 'Once your wallet is stolen you can let them know .', 'Of course everyone wants his travels to be trouble free and enjoyable .', 'You can show it to taxi drivers or when asking for directions .']}", + "output": [ + "[5, 3, 1, 6, 2]" + ] + }, + { + "input": "{'passages': \"How to overcome challenges in your life We all face tough and difficult challenges in life .To overcome challenges you need to have that `` never quit '' attitude in life .If you develop it , you 'll overcome quite a bit . Motivate yourself .Say `` YES , I CAN . ''The challenge should bring out the best of you in this situation .Slow it down , and think that process through .<1>If you develop that mindset , you 'll get it done ... .<2>Remain calm when you 're facing serious troubles and problems in life .You have to recollect yourself , and calm down .You ca n't solve problems when you 're panicking .Take a deep breath , relax , and slow it down .Think things through calmly . Let failure and fear fuel you in a positive way .Everyone fails at times .If you fail the first , second , or third time , do n't give up .<3>Learn what made you fail and overcome these challenges . Simplify the challenge you 're facing .Make the challenge easier than it is .<4>As you get through each step , you develop more confidence and you believe you can get it done , and then you will . Stay positive and confident .<5>You have to find out all the ways you can use to overcome it , and put them to full use with all your effort .It 's our own mental stability that 's the difficult part .When you do it mentally , you 'll actually be able to do it .\", 'candidates': ['Stay calm and cool headed .', 'Think the best , not the worst .', 'Start by breaking it down into steps .', 'To overcome a challenge , you have to believe you can really do it .', \"Most people will avoid any challenge , because they 're scared of failing .\", \"Develop that confidence in saying there 's no way you 're going to fail at this .\", \"Pick yourself up , and learn from why you 've failed , and move on in a positive direction .\"]}", + "output": [ + "[5, 0, 6, 2, 3]" + ] + }, + { + "input": "{'passages': \"Mapes was a store that sell things kids loved .Our visit to Mapes had special meaning because Christmas was just a few weeks away .My three kids took the chance to add things to their Christmas list as they went along .<1>A station wagon was parked next to the car in front of me .The kids were playing with toys and talking loudly in the back seat .As I pulled out , I heard a loud noise .<2>In the view mirror , three sets of eyes were wide with fear .`` It 's OK. '' I said calmly .`` I 'm just going to take a look . ''I got out and winced when I saw the broken taillight on the other car .Unbelievably , my jeep was all right .A woman climbed out of the station wagon , She was in her mid-sixties with a brown hat .She examined the damage .Before she could say anything , I said sorry to her .I thought the car was clear !<3>The smile was unexpected , so I waited , unsure what would happen next .The woman 's smile confused as she touched her broken taillight .`` Merry Christmas honey . ''My friendly look made the woman laugh .`` Merry Christmas honey .Do n't worry about this car .I 'm fine<4>My husband will take care of it . ''I suddenly noticed a gray haired man standing on the passenger side , nodding and smiling<5>The woman hugged back and I whispered , `` Merry Christmas . ''\", 'candidates': ['The car was suddenly silent .', 'I hugged the woman filled with joy .', 'We walked back to the car after shopping', 'The car was broken .', 'Go on and take care of those children .', 'I hit a woman over sixties .', 'The woman smiled .']}", + "output": [ + "[2, 0, 6, 4, 1]" + ] + }, + { + "input": "{'passages': \"Some people think only school children do not agree with their parents , however , it is not true .<1>If it 's hard for you to communicate with your parents , do n't worry about it .Here is some advice for you to bridge the generation gap .Do n't argue with your parents .<2>Your parents probably wo n't consider your ideas if you are shouting at them .And you ca n't express yourself well if you are angry .Go someplace to cool off .Make sure you understand why you are unhappy .Then think about what you want to say to your parents .If you do n't think you can speak to them at the moment , try writing a letter .Try to reach an agreement .<3>You can keep your disagreement and try your best to accept each other .Michael 's mother did n't agree with him about buying a motorcycle .They argued over it .But they finally came to an agreement .Michael bought the motorcycle , but only drove it on certain days .Of course , your parents might refuse to agree on something .In these situations itis especially important to show love and respect to them .<4>talk about your values .The values of your parents are probably different from those of your own .Tell your parents what you care about , and why .<5>A good relationship with your parents can make you a better and happier person .It is worth having a try !\", 'candidates': ['Showing respect will keep your relationship with your parents strong .', \"Do n't get to your parents when you are angry\", 'Perhaps you and your parents disagree on something', 'Understanding your values might help them see your purposes in life .', 'Communication is a problem for parents and children of all ages .']}", + "output": [ + "[4, 1, 2, 0, 3]" + ] + }, + { + "input": "{'passages': 'Chloe Lang is a fifteen-year-old American girl .<1>When she was a little girl, she helped her grandma make meals at home .A year ago, Chloe wrote a letter to Rachel Ray, a famous host of a TV cookery show .She asked for a ticket to be one of the audience, but she got nothing .<2>One of his programmes is called Cafe One Night and it needed five teen cooks to help in a restaurant for a night .<3>During our stay with Rachel Ray, we were happy and excited .We were working so hard when they made the records .Chloe says .<4>Guess who came to eat!When Chloe and her friends saw their guests, they all held their breath, and then they screamed and clapped!<5>, .', 'candidates': ['We will have a get-together to enjoy all these delicious food,especially a kind of food-- dumplings .', 'She did have a network of close friends and family, and maybe this is what satisfied her .', 'We made some wonderful food that night .', 'In mid-July Chloe went to meet Rachel Ray and the other teen cooks .', 'One day in June, Chloe got a phone call from Rachel Ray luckily .', 'In addition to some famous singer stars, the former US President Bill Clinton was also there!', 'She loves cooking a lot .']}", + "output": [ + "[6, 4, 3, 2, 5]" + ] + }, + { + "input": "{'passages': 'For teenagers , growing is a good thing , but it is also a painful experience in their life .Many changes happen in those short years , including physical and emotional changes .<1>Well , what are the changes ?<2>There is an increase in height and weight , changes in voice and skin and so on .They begin to worry about all these changes in their bodies , and to check whether they are developing normally .<3>In primary school , children usually wore what their parents gave them , and never thought about the style of the clothes .<4>They will have a strong wish to look good and be admired by others .And sometimes they will even have arguments with their parents about the clothes they should wear .Teenagers hope to be accepted by others and want to have several true friends .Whether they are popular or not will become a very important part in their life .<5>However , as teenagers , whatever problems you have , remember to talk to your parents , teachers , friends or anyone that can share your worries and give you advice .Teenage life is a wonderful time .Enjoy it !', 'candidates': ['Teenagers will find a lot of small changes in their bodies .', \"But now , they will think about how they look in others ' eyes .\", 'They will feel confused and afraid , and even lose confidence .', 'They will continue comparing themselves with other teenagers .', 'Sometimes they will compare with each other to see who has the most friends .', 'Teenagers never want to talk about their worries to someone who can help them .']}", + "output": [ + "[2, 0, 3, 1, 4]" + ] + }, + { + "input": "{'passages': \"<1>It is very different from Christmas, Thanksgiving, or other well-known holidays .It is called Take Our Daughters and Sons to Work Day .This holiday is meant to be educational as well as fun .<2>It is a day for working parents to show their kids what they do all day .Although this holiday doesn't seem very complex , it has meaningful purposes .<3>For one thing, it is hard for children to understand the life of an adult when all they know is school .Therefore, this holiday helps children learn what it means to have a job .<4>When young people know more about their parents' lives, they can form stronger parent-child relationships .<5>\", 'candidates': ['There are many good reasons why a child should know what his or her parents do at work .', 'There is an unusual holiday in the US that falls on the fourth Thursday of April every year .', 'It also helps them learn about the differences and similarities between their world and the grown-up world .', 'In the United States alone it kills an average of one person every day .', 'This alone is worth a day of celebration .', 'The idea is simple, and the name says it all .', 'Every year, on the fourth Thursday in April, millions of young girls go work .']}", + "output": [ + "[1, 5, 0, 2, 4]" + ] + }, + { + "input": "{'passages': \"Successful people are very often early risers .Take Churchill , Obama and Darwin for example .<1>Whatever their motivations , they all obtained the benefits of putting their feet on the floor before the rooster opened its beak .But why is rising early such a common character ?Why do they drag their tired bodies to start the day early when the rest of us are still dreaming ?More time If you were to get up just one hour earlier each morning you would gain 15 days in a year .<2>I do n't know about you , but I have too much I want to achieve to waste my life in this way .We only need six to seven hours a night .Any more is wasting life .Get Active The morning is a great time to exercise .<3>Some mornings when I come back from my new habit of running , I feel energetic .Exercising in the morning will make you more productive and contribute to making you more successful .One Step Ahead The early risers are one step ahead of the crowd : calm and unhurriedness when everyone else is rushing to the office .<4>When you wake up early , you have more time for planning , thinking , and getting organized .You will find you waste less time from being disorganized or making bad decisions .The added benefit of getting to the office first means fewer distractions from colleagues and getting done what you planned to get done . So if you have n't already created the habit of early rising , start tomorrow .<5>It may take a couple of days to adjust and you may not feel the benefit straight away , but stick with it Millions of super people ca n't all be wrong .\", 'candidates': ['The early bird has it under control .', 'All were known to rise with the morning sun .', 'Better be a bird in the wood than one in the cage .', 'How many days of our lives do we waste sleeping ?', \"Go to bed an hour earlier so that you wo n't be too tired .\", 'It sets you up for the day with energy , focus , and enthusiasm .', 'If you always do not have full amount of time to do anything , sleep less .']}", + "output": [ + "[1, 3, 5, 0, 4]" + ] + }, + { + "input": "{'passages': \"Apparently everyone knows that global warming only makes climate more extreme .<1>And one of the players that benefit the most from this story is the media: the idea of extreme climate simply makes for more exciting news .<2>He claims that global warming caused the current drought in America's Midwest, and that supposedly record-high corn prices could cause a global food crisis .But the United Nations's latest assessment tells us precisely the opposite--there has an overall slight tendency toward less dryness in North America .Moreover, there is no way that Krugman could have identified this drought as being caused by global warming without a time machine since climate models estimate that such detection will be possible by 2048, at the earliest .And, fortunately, this year's drought appears unlikely to cause a food crisis, as global rice and wheat supplies are plentiful .Moreover, Krugman overlooks inflation :Prices have increased six-fold since 1969 .<3>Finally, Krugman forgets that concerns about global warming are the main reason that corn prices have skyrocketed since 2005 .Nowadays 40 percent of corn grown in the United States is used to produce ethanol ,which raises the price of corn -at the expense of many of the world's poorest people .<4>He confidently tells us that fierce wildfires from New Mexico and Colorado to Siberia are exactly what the early stages of global warming look like .In fact, the latest study on global wildfire suggests that fire incidence has declined over the past 70 years and is now close to its preindustrial level .<5>And exaggerated claims merely fuel public distrust and unconcern .That is unfortunate, because global warming is a real problem, and we do need to address it .\", 'candidates': ['When plants are growing together,they create an atmosphere of damp around themselves which is far more beneficial than hot dry conditions .', 'So they are welcomed throughout the British Isles and North America for any occasion, such as football games and parties .', 'Bill Mickbben similarly worries in The Guardian About the Midwest drought and corn prices .', 'Consider Paul Krugman writing breathlessly in The New York Times about the rising incidence of extreme events .', 'So, the inflation-adjusted price of corn was higher throughout most of the 1970s .', 'A hot, dry summer has caused another flood of such claims .', 'When well--meaning campaigners want us to pay attention to global warming, they often end up making overstatements .']}", + "output": [ + "[5, 3, 4, 2, 6]" + ] + }, + { + "input": "{'passages': '<1>It is the name of a huge clock in London .London is the capital of England .<2>So,no matter where you stand,you can read the time on the face of Big Ben .<3>The hands are about four meters long .It is about the size of two people standing on top of each other .<4>There you will find Big Ben sits at the top of the clock tower in the Houses of Parliament .Maybe you will hear it as well as see it .The huge clock makes such a loud noise .<5>The clock was named after a big man .He was Sir Benjamin Hall .This man did much building work in London many years ago .', 'candidates': ['Ding dong,ding dong, it goes every quarter of an hour .', 'Big Ben Big Ben is not the name of a man .', 'If you go to London,you may want to visit the Houses of Parliament .', 'This is because darker faces help camouflage the monkeys in the woods so that they go unnoticed by predators .', 'This clock has four faces .', 'Each face is the size of a double decker bus .', \"'I think there is a blacksmith here----name of Joe Gargery,' the man said in his loud voice .\"]}", + "output": [ + "[1, 4, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"There are a number of special days of the year that are celebrated in different countries .The origins of most of the days are unknown .They were certainly not created by individual people .Other days, however, especially those celebrated in western countries, often owe their origins to a particular person .One of the most popular of these, even though it is fairly recent, is Mother's Day .<1>The ancient Romans had a festival known as Hilaria, during which children took presents to the temple of the Mother of the Gods .<2>However, over the years this custom was gradually forgotten and almost disappeared by the end of the 19th century .Born in 1864 in Virginia, USA, Anna Jarvis was a school teacher and believed children should show gratitude to their mothers for all their love and care .Encouraged by a friend, she wrote to thousands of important people--politicians, churchmen, doctors, city officials--and asked them to support her idea: a special day of the year for thanking mothers .In 1910 the Governor of West Virginia introduced Mother's Day into the state .The date chosen was May 10--the second Sunday in May, which is still observed in America today .This date was chosen because May 10 was the date on which in 1908 Anna Jarvis's mother had died .<3>Soon there was a Mother's Day International Association and the custom began to be adopted in many countries of the world .<4>The custom she had worked so hard to establish and which had become almost universal had lost its original purpose .It had been taken over by business .<5>\", 'candidates': ['Like Christmas, the giving of presents and the sending of cards had become a multi-million-dollar industry .', \"In 1914 President Woodrow Wilson made May 10 the official date for Mother's Day throughout the United States .\", 'Mothers have always been highly regarded in all cultures .', 'They found native peoples in southeast Peru preferred shapes regarded overweight in Western cultures .', 'Anna Jarvis, a sad and disillusioned woman, died in 1948 .', 'The Christian Church adopted this idea and called it Mothering Sunday .', \"The idea of Father's Day came from the love and appreciation of American lady called Sonore Smart Dodd in 1909 .\"]}", + "output": [ + "[2, 5, 1, 4, 0]" + ] + }, + { + "input": "{'passages': 'Before the summer of 2016 , I had always been afraid of heights . For most of my life , even idea of climbing a mountain would give me butterflies in my stomach .<1>On my birthday that year , when my mother and I first made the decision to climb Mt . Ranier in August , my knees actually shook with anxiety . However , it was finally time for our first outdoor climbing practice and the butterflies in my stomach had certainly multiplied .<2>Try to enjoy the feeling and turn the anxiety into hope .`` She was always full of kind words , but could I apply her wisdom in time for the day of our final climb ?<3>Though it was August , the skies were gray on the southernmost face of the mountain . Near the halfway point , I lost my footing and fell backwards down the trail , slightly twisting my ankle . Though I was sore , I kept going for another mile or so , but I had to give up before we reached our intended target .<4>However , I was able to recover in time for our planned summit climb . I had , over I gained the physical and emotional strength to recover quickly and come through adversity ( even stronger . The breathtaking views along our climb no longer distracted me with fear but forced me to follow through with my goal . Unluckily , I had not overcome my fear of heights .<5>', 'candidates': [\"Do n't let the butterflies get the best of you .\", 'Eventually , I was not afraid of heights at all .', 'As it turned out , our practice hike proved challenging .', \"I did n't succeed on our first practice and suffered slight injury .\", 'The breathtaking views made me relaxed and I went smoothly throughout the hike .', 'It was in that summer that I turned 16 and achieved something that deeply influenced my life .', 'However , I had made peace with it to the point where I could remain inspired by my own achievements .']}", + "output": [ + "[5, 0, 2, 3, 6]" + ] + }, + { + "input": "{'passages': \"When you work long hours and Sundays are no longer a day to rest, feeling overworked can become the new normal .<1>Check your resting heart rate .Every day, before you get out of bed, take your pulse .Usually your heart rate will stay within a few beats every minute .<2>If your heart rate is up in the morning, get a little more rest or sleep that night .Check your emotions .Getting angry easily?If you can't put your finger on a clear reason, there may be something wrong with your emotions .Hoping to change the condition won't help .<3>Check your weight .<4>Maybe yesterday you were too busy and failed to notice you didn't eat and drink enough .<5>\", 'candidates': ['The disadvantage you usually find about MP3 players like the iPod is that they are too big .', \"To let someone know that you're interested in him, a little smile and calling him by his name can help .\", \"But when you're overworked, the rate increases .\", 'The only way out is a break .', 'If you lose or increase more than 1% of body weight from one day to the next, something is wrong .', \"Take sportsmen as examples and do the same yourself, so you'll know if you're overworking .\", 'Or maybe you failed to notice that you were eating too much .']}", + "output": [ + "[5, 2, 3, 4, 6]" + ] + }, + { + "input": "{'passages': \"<1>He is a student of Grade Eight .<2>But everything changed after he started to play computer games .<3>And when he sits in the classroom, he can't listen to the teachers .He sleeps in class .<4>So he gets bad marks in tests .<5>He stays in the net bar until it is closed .Ah, he loses himself in computer games .His parents can do nothing to stop him .Every morning in the school, when we see that he is so tired after a night's busy working , we really feel sad .He is too tired!\", 'candidates': ['A young boy recently received an unexpected message in the mail from his father Joseph, who died two years ago .', 'But he is very different after school is over .', 'John is 14 years old .', 'And he spends less and less time in studying .', 'He was a very active and happy boy two years ago .', 'He never plays basketball or football with his friends any more .', \"He's only seven years old and it's part of the magic of Christmas to him .\"]}", + "output": [ + "[2, 4, 5, 3, 1]" + ] + }, + { + "input": "{'passages': '<1>The new BBC TV series of Sherlock was broadcast in the UK on Jan 1 .<2>Since the creation of Holmes in 1887, he has been taking us on adventures one after another .The Sherlock series is a playful drama, covered in crimes and mystery .It gives us a modern Sherlock for a new generation, who solves cases with the help of the Internet, cell phones and GPS .People look to Sherlock for both adventure and inspiration .Each case sends us on a mysterious journey with Holmes .The stories give life and color to our imagination: as he checks the crime scene, we join him and become detectives too, looking out for hidden clues .Yet Holmes is no Superman .<3>But his powers are within all of us: reason, logical thinking and paying attention to detail .<4>He is human, and this is what makes Holmes a true hero for all of us .In the new series of Sherlock, most people thought Holmes was dead .But he returns after two years of hiding in the shadows .Now the whole city of London is in danger .<5>Uncover the mystery yourself by watching the new series!', 'candidates': ['But the history of Sherlock dates back 127 years .', \"The world's greatest detective, Sherlock Holmes, is back on our screens .\", 'He cannot fly, or turn invisible .', \"While an artist's painting is his art, Sherlock's art is his intelligence .\", 'In the future, part of him would like to be a musical director to turn his beloved Star Wars into a ballet .', \"What if caring for a dog or for a mom with Alzheimer's makes you stronger and allows you to live longer?\", 'What can Holmes possibly do?']}", + "output": [ + "[1, 0, 2, 3, 6]" + ] + }, + { + "input": "{'passages': \"The unwanted disturbing of a mobile phone ringing at a critical moment has led to some famously strong reactions British actor Richard Grif-fiths,stopped a performance at the National Theatre and ordered The offending party to leave Judge Robert Restaino went considerably further .He was hearing a session of domestic violence offenders in a court when proceedings were interrupted by rings of a phone .Everyone is going to jail unless I get that instrument now, he shouted .<1>He began by ordering the doors of the court locked,and set the officers to searching for the phone .When that failed to find the offending item he ordered each of the defendants present in the room up to his bench and in turn asked them if they had no idea, he sent each in turn to jail .<2>When a defendant protested the judge's actions were not fair to those who didn't possess the phone,Restaino replied: I know it isn't .Judge's actions caused chaos .Extra officers had to be drafted into the court to control the crowd .and booking officers at the city jail were at full stretch .<3>Fourteen of the defendants were shackled( )in irons and sent to the county jail .The judge cooled off and later that afternoon released all 46 .<4>The commission ruled that he should be removed from his $14,000 job .<5>His lawyer pointed out that until that moment he had served 11 years as a judge without any disciplinary issues .With the exception of two hours .his record is spotless .\", 'candidates': ['Over the next two hours,the judge entered a period of incredible madness .', '_ , one said at the time .', 'All nine of us attended Catholic schools and we always had plenty of school supplies .', 'All 46 of them .', 'Restaino now has 30 days to appeal .', 'The two hours of viral lunacy , has probably cost Restaino his job .', 'Every time they order a coffee, they can give one to somebody in need .']}", + "output": [ + "[0, 3, 1, 5, 4]" + ] + }, + { + "input": "{'passages': \"When the recent research was analyzed , it was found that a lot of people wanted free pictures or free music from the Web .<1>It seems that 70 percent of people aged 16 to 24 download music online but only 1 in 40 tracks are bought legally .Thus, some companies are planning to give all of their music away for free .<2>This will be perfect for those who have lots of time but little money .The Web has encouraged a belief that things can be free, or at least very cheap .It seems that everyone is looking for a good deal on the Web .The desire for free objects is part of the nature of the Web because the Web is about self-service and self-service is all about being free, cheap, fast and convenient .It's interesting how words change their meaning .<3>Free is a funny word .<4>If we go searching on the Web for free music, we know--or should know--that there are risks involved .However, it doesn't matter .We still want free things, or at least the sense that we're getting a real bargain and that at a minimum we're saving time .<5>A site that charges us high prices and wastes our time .\", 'candidates': [\"If we didn't want to do the sit-ups and push-ups, we could practice dribbling and shooting more .\", \"The little experience I had with kids taught me that I didn't really like them .\", 'What can be the worst experience on the Web?', \"Stealing has now become file sharing, but it's not really stealing, is it?\", \"If it couldn't be free, then they wanted it new or at least at a low price .\", 'We all know that very little is really for free .', 'The music will be totally free except that you will have to pay with your time by watching advertisements .']}", + "output": [ + "[4, 6, 3, 5, 2]" + ] + }, + { + "input": "{'passages': \"Selena Gomez won Favorite Female Singer at 2014 Kids' Choice Awards on March 29 .<1>Gomez was born on July 22,1992 in Texas .<2>At the age of 7, Gomez first played with a purple dinosaur on the TV show Barney and Friends .<3>After that, she played different roles in many films and become more and more popular .Gomez made her own band at the age of 17 .Fans love her songs because of her beautiful voice .By fan, she has released three albums .She also has a good sense of fashion .<4>It made her lovely and she shone the whole night .<5>In October 2008, she was named UNICEF's spokes-person for Trick-or-Treat, which encourages children to raise money on Halloween to help poor children around the world .She said that she was excited to encourages other kids to make a difference in the world .\", 'candidates': ['The 22-year-old girl is an all-round star----she not only acts well but also sings a lot of popular songs .', \"Gomez wore a beautiful dress at the Kids' Choice Award .\", \"Kids who can do that develop a sense of confidence and optimism that will help them master life's challenges,big and small .\", 'It is a very important awards show held every year in America .', 'In 2007, Gomez acted in Wizards of Waverly Place (<<>> ),which was a big success .', \"Charity is an important part in Gomez's life .\", 'Statistics show that about one in four prisoners freed every year return to jail within three years .']}", + "output": [ + "[3, 0, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"Every living thing has genes .Genes carry information .<1>They make sure that humans give birth to humans and cows give birth to cows .They also make sure that a dog does n't give birth to a frog , or an elephant to a horse .However , genetic engineers take genes from one species-for example , a snake , and transfer them to another-for example corn .<2>Such new life forms have been described by some scientists as a real-life Frankenstein .Genetic engineers put duck genes into chicken to make the chickens bigger .They put hormones into cows to make them produce more milk .They put genes from flowers into beans and from fish into tomatoes .<3>It just makes them easier and faster for the farmer to grow .The effects of genetic engineering on the natural world may be disastrous .The engineers may create strange life beings or monsters .that we can not contro1 .<4>They'11have to find one fight for one-or kill for one .It may be your land they fight for-or you that they kill .Moreover the effects of these experiments can often be cruel .In America pigs were given human genes to make them bigger and less fatty .The experiment failed .The pigs became very ill and began to lose their eyesight .We would all like a better healthier and longer life and genetic engineering might give us this .On the other hand it may be a dangerous experiment with nature .In the story of Frankenstein the doctor created such a terrible and dangerous monster that he had to destroy it .<5>\", 'candidates': ['The information tells us what to do or what not to do .', 'We must make sure that this tale remains a story-and no more than that .', \"This does n't make them cheaper tastier or healthier .\", 'The new life forms have no natural habitat or home .', 'Then they feed the tomatoes to the fish .', 'In this way a new life form is created .', 'They are passed on from generation to generation .']}", + "output": [ + "[6, 5, 2, 3, 1]" + ] + }, + { + "input": "{'passages': \"Besides containing attractive flowers , trees and other plants that beautify the community , eco-friendly rain gardens are healthy for the environment and the people living and working nearby .A rain garden is not very different from a traditional garden .It is just a far more eco-friendly garden .<1>Rain gardens make smart use of rain and storm water by temporarily holding water from rain and storms and letting it soak slowly into the ground before it runs into streams or enters the public drinking water supply .Thus , a rain garden keeps the water , allowing it to be used as needed by plants in the rain garden , rather than flowing immediately into nearby streams and going unused .The water will soak slowly into the ground within a day or two .<2>This is a simple , attractive , and eco-friendly green way to treat storm water .<3>Without using expensive machinery and chemicals , rain gardens remove harmful chemicals in the rainwater and cut down on the amount of pollution reaching streams and rivers by up to 30 % .<4>They may attract local wildlife such as native birds .Water your rain garden immediately after planting and once a week , unless you have had at least an inch of rain during the week .Once the native plants establish the necessary root system , it will require little care .Often , local governments and private businesses develop large rain gardens in their yards and in public parks as a way to improve the environment and solve flooding problems .<5>As long as you 're eco-conscious homeowners , you can help the environment by building smaller rain gardens in your yards .\", 'candidates': [\"What 's more , planting a rain garden helps reduce pollution and improve the environment .\", \"However , in the future , we ca n't cut down all our trees to make gas ; we need our trees for other things , too .\", 'Usually it is built lower than the ground .', 'Native plants are recommended for rain gardens because they are more used to the locals climate , soil , and water conditions .', 'If your clothes catch fire , drop to the ground and roll from side to side to put out the fire .', \"However , you do n't need to be a professional environmental engineer to create a rain garden .\", 'This creates an advantage that the rain garden does not allow mosquitoes to breed .']}", + "output": [ + "[2, 6, 0, 3, 5]" + ] + }, + { + "input": "{'passages': \"<1>I thought I might as well take the chance to see as much of the country as I could, but it was difficult to travel around Nepal .The hospital let me have a few days' holiday, so I decided to go into the forest and I asked a Nepalese guide, Damal Rai, to go with me .We started preparing for the trip at six in the morning, and let two elephants carry our equipment .It was hot, but Kamal made me wear shoes and trousers to protect me from snakes .<2>We climbed onto the elephants' backs to get a better view, but it is unusual to find tigers in the afternoon because they sleep in the heat of the day .Then in the distance, we saw a tiger, and Kamal told me to be very quiet .We crept near and found a dead deer, still bleeding .This was the tiger's lunch!<3>We heard the tiger a second before we saw it .It jumped out like a flash of lightning, five hundred kilos plus and four metres long .<4>It grabbed Kamal's leg between its teeth, but I managed to pull Kamal away .One of our elephants ran at the tiger and made it go back into the grass .So we quickly escaped to let the tiger eat its lunch .<5>\", 'candidates': [\"I looked into its eyes and face, and saw right down the animal's throat .\", 'That night it was impossible to sleep .', 'Last year I went to Nepal for three months to work in a hospital .', 'That night we had a meeting and decided that beds would be the perfect gift .', 'In the forest there was a lot of wildlife, but we were trying to find big cats, especially tigers .', 'Suddenly I started to feel very frightened .', 'If I am having a bad day and I see someone having a worse day than me, that makes me feel better .']}", + "output": [ + "[2, 4, 5, 0, 1]" + ] + }, + { + "input": "{'passages': \"<1>On September 9th 2014, we have a School Open Day .It begins at 9:00 a .m .and finishes at 4:00 p .m .<2>Your parents can go to your children's classrooms, have a talk with the principal , have a look at the clubs and ask any questions .<3>m .<4>m, the parents can go to Room 106 for lunch .If you have any questions about the School Open Day, you can call John Smith --- the principal .The telephone number is 021-4899688 .<5>School: Apple Tree Middle School\", 'candidates': ['Welcome to our school and join us .', 'All parents can come to our school, have a cup of coffee, and meet our teachers and other parents .', \"In this way, the school and the home join forces in fostering the fullest development of youngsters' competence .\", 'School Open Day Dear students, We have some interesting and fun things for you this term .', 'to 12:30 a .', 'From 11:30 a .', \"From the success of Raymond Kroc's fast-food business, we can say that social economic trends influence where and what we eat .\"]}", + "output": [ + "[3, 1, 5, 4, 0]" + ] + }, + { + "input": "{'passages': 'We always use body language in our daily life .When we have a talk with someone, we may use more body language than words .However, the same body language may mean different things in different countries .<1>Pointing to one part of the body can mean differently in different cultures .For example, in the USA people point to their heads when they think someone is clever .However, in Europe it means He or she is stupid or something is wrong with his or her head .In China, nodding heads means Yes and shaking heads means No .<2>In England or the USA, when you raise your hand and make a circle with the thumb and the second finger, it means Everything is OK .<3>In Greece or Turkey, you should not make this gesture, or you are thought to be very rude .The meaning of gestures can also change over time .In the 1960s, the V sign meant peace .<4>In Greece, it is a very insulting sign .<5>', 'candidates': [\"Let's teach our kids how to be human, how to interact with others, how to help others and recognize bad people .\", 'However, during World War II, it meant victory .', 'However, in parts of Greece and Turkey, they mean just the opposite .', \"However, if you do this in France or Belgium, it means You're worth zero .\", 'Our dancing together stopped for five years while Dar was in the South Pacific in World War II .', 'Though the meaning of body language is different, there are some expressions having the same meaning throughout the world .', \"That's why people sometimes do not understand each other correctly .\"]}", + "output": [ + "[6, 2, 3, 1, 5]" + ] + }, + { + "input": "{'passages': 'It seems more and more Americans want schools to teach foreign languages to children younger than five years old .The most popular way to teach these young children another language is called immersion .<1>The children play games, sing songs and talk to one another in the new languages, some experts say immersion programs are the most effective way for young children to learn a language .But there can be a problem when children in the United States begin to learn another language at such an early age .<2>Only seven of the fifty states require schools to teach a foreign language to students between the ages of six and twelve .<3>Still, American schools generally do not begin to teach foreign languages until secondary schools .By then, students are about thirteen years old .<4>The government has increased support for foreign language study in its education law called No Child Left Behind .At the college, the Modern Language Association says more students than ever are studying foreign languages and more languages are being studied now than in the past .<5>French, German, Chinese and Italian are also popular .', 'candidates': ['These schools offer around 900 degrees completely in English and many German students speak the language .', 'Not many elementary schools continue to teach a foreign language .', 'Other studies show that older people usually find it easier to understand body language than younger people do .', 'Spanish is the most widely taught in American colleges and universities .', 'Language experts say it is easier for younger children to learn a language .', 'American schools face difficult choices about the cost of educational programs .', 'Children in immersion programs hear only the new language in the classroom .']}", + "output": [ + "[6, 1, 4, 5, 3]" + ] + }, + { + "input": "{'passages': \"W : Do you know the girl in red under the tree ?M :<1>W : Right .Do you know her ?M : Of course .She 's Lily .<2>W : Is she easy to get along with ?M : Yes .She is kind .<3>So she is very popular with the people around her .W : I want to make friends with her .<4>M : Certainly .But I do n't want to disturb her now .She seems to lose herself in the book .W : OK .<5>M : All right .\", 'candidates': [\"We 've known each other since we were kids .\", 'Where is she from ?', 'You mean the girl reading a book ?', 'What does she look like ?', 'Could you introduce me to her ?', 'She is always ready to help others .', \"Then let 's talk to her when she stops reading .\"]}", + "output": [ + "[2, 0, 5, 4, 6]" + ] + }, + { + "input": "{'passages': \"Kids with special needs refer to any kid who might need extra help because of a medical , emotional , or learning problem . For example , kids who can not walk need wheelchairs . They not only need equipment that helps them get around , but they might need to have ramps or elevators available .<1>Kids with an illness would have special needs , too<2>Kids with sight problems might need Braille books to read . Kids with hearing problems might need hearing aids .<3>It might be harder to do normal things , like learning to read or just getting around the school . The good news is that parents , doctors , nurses , teachers , and others can help . The goal is to help kids be as independent as possible . Other kids can also be a big help . How ? By being a friend . Kids who use a wheelchair or have lots of health problems want friends just as you do . But meeting people and making friends can be difficult .<4>Be sure to tell a teacher if you see someone being bullied or teased .<5>Being friendly to kids with special needs is one of the best ways to be helpful . As you get to know them they may help you understand what it 's like to be in their shoes . And you 'll be helping fill a very special need , one that everybody has-the need for good mends .\", 'candidates': ['Some kids might laugh at or make fun of them .', 'It is good manners to offer help to kids with special needs .', 'Life can be challenging for a kid with special needs .', 'They also might need to get a special bus to school .', 'They might need medicine or other help as they go about their daily activities .', 'Also , try to be helpful if you know someone with special needs .', \"Someone could have trouble with anxiety , but you would n't know it unless told about it .\"]}", + "output": [ + "[3, 4, 2, 0, 5]" + ] + }, + { + "input": "{'passages': \"I am Susan , and my brother is Bob .<1>In my room , my books and dictionaries are in the bookcase .<2>My keys are in my schoolbag .<3>In Bob 's room , his books and notebooks are everywhereon his bed and his chair .He has a tape player and it 's under his desk .<4>`` Where are my keys ?Where 's my ruler ?<5>``\", 'candidates': ['Bob always asks ,', 'My pens , pencils and erasers are in my pencil box .', \"I 'm tidy , but Bob is not .\", \"Where 's my pen ?\", 'I can always find them .', \"He ca n't find his pen .\"]}", + "output": [ + "[2, 4, 1, 0, 3]" + ] + }, + { + "input": "{'passages': \"Jack White's house is near the river .Every morning, Mr White goes to work, and the children go to school .<1>Mrs White stays at home .<2>She often has lunch at 12:00 .In the afternoon she often sees her friends .<3>In the evening, the children come home from school .<4>But Mr White comes from work late .At night, the children often do their homework .Then they go to bed .<5>\", 'candidates': ['They often drink tea together .', 'They get home early .', 'By the end of the day, the two middle-aged women, Joan and I, were exhausted .', 'Every day, she does the housework .', 'Mr White often reads books and sometimes he watches TV with Mrs White .', 'It was late and I was driving fast because I wanted to get home as soon as possible .', 'Their father takes them to school in his car every day .']}", + "output": [ + "[6, 3, 0, 1, 4]" + ] + }, + { + "input": "{'passages': '<1>After trouble with the car, the television, we spent the evening waiting for the next trouble .<2>My wife, who was often careless when cooking, ran to the kitchen but returned looking puzzled .I rushed up the stairs to see smoke coming from under our bedroom door .<3>Then I returned to the bedroom, opened the door andcrawled in--there would be less smoke at floor level .<4>At that moment I heard the bell of a coming fire engine .<5>', 'candidates': ['Shortly after dinner we both smelled smoke .', \"American doctors say that mothers who smoke cigarettes before their babies are born may slow the growth of their babies' lungs .\", 'I would imagine spending time with my grandchildren, quiet evenings with my wife, traveling, or rediscovering some great books .', 'Thank goodness my wife had not been wasting her time .', ' Bad luck always comes in three and last Saturday seemed to prove it .', 'With one hand reaching out in front of me I advanced carefully feeling for the switch to turn off the electric blanket .', 'I went to the bathroom and tied a wet cloth over my face .']}", + "output": [ + "[4, 0, 6, 5, 3]" + ] + }, + { + "input": "{'passages': \"Get a reward for every bug you bring to live in new science museum exhibit .In a city with trillions of American cockroaches , the Houston Museum of Natural Science has agreed to pay a quarter per bug-up to 1,000-as it seeks to populate a new insect exhibit alongside its Cockrell Butterfly Center .Nancy Greig, the museum's director insists the public payday for roaches isn't just a marketing ploy .<1>We needed more roaches for the exhibit, so I sent this message out to everyone in the museum asking people to bring them in .Well, someone decided to tell the press, and all hell has broken loose .<2>One might be forgiven for never considering how to catch a live cockroach .But it's simple enough to fool them, Greig said, and even easier to catch them .<3>Despite their less-than-attractive reputation, cockroaches actually aren't that dirty .<4>They're only dirty if, say, they used a sewer line to gain access into a home .The roaches collected by the museum will become part of a display in a new exhibit that showcases insects such as cockroaches, dung beetles and termites .<5>They don't bite, and they don't carry diseases like a mosquito, so they're generally safe to handle .\", 'candidates': [\"There's more to like about roaches, too .\", \"We can't ignore environmental problems during the development process and China has a long way to go, he said .\", 'American cockroaches are the most common kind in Texas, measuring up to 2 inches long and invading homes .', \"Greig even went so far as to call them fastidious saying they don't enjoy rooting in waste .\", 'Dear Unemployed, Before you get yourself in a really bad situation, you need to stop borrowing money from people .', 'But we really do need cockroaches .', \"Absolutely, this wasn't devised as a joke, Greig said .\"]}", + "output": [ + "[6, 5, 2, 3, 0]" + ] + }, + { + "input": "{'passages': \"Have you ever heard of this 9-year-old girl ?She does n't do homework or housework and may kick or shout if she does n't get what she wants .Her name is Marukoone of the most popular Japanese cartoon characters in Chibi Maruko-Chan .The cartoon series has run for 25 years .<1>Momooko Sakua , the creator , added some of her real childhood experiences in the series .Maruko lives with her big and warm family in a town .She is simple and outgoing .To give her mother a present on Mother 's Day , she works part-time at a shopping mall .<2>They often argue with each other .In the classroom , Maruko spends most of her time daydreaming instead of listening to her teacher .<3>Her optimism impresses children a lot .<4>Maruko can influence kids .By wearing a special hat , she teaches kids earthquake safety in one episode .<5>Last year , she had a new haircut .Are you going to follow her ?, , , , .\", 'candidates': ['She has to share a room with her clean and tidy sister , who is very different to her .', 'She meets troubles from time to time but she is always so confident .', 'Ever since the series was showed on TV , many children have been a fan of it .', 'Many kids also love her hairstyle and copy it .', \"All these things make Maruko Just like a real kid and she 's kids ' favorite .\"]}", + "output": [ + "[2, 0, 1, 4, 3]" + ] + }, + { + "input": "{'passages': 'Besides summer break , the best time of the year for most students is spring break .This is a week-long vacation where students can get away from all schoolwork as well as the cold weather .Spring break is usually filled with parties and beaches , but there are many other things you can do .<1>Make a plan .<2>Set up a time to sit down with your friends and figure out what everyone wants to do .This will prevent you from worrying about any scheduling problems during spring break .<3>Spring break is a great time to make memories with some of your closest friends ; however , it can become a bad thing if you go down there with people you are not familiar with .You need to make a list of who you want to spend the week with and stick to the list . Save money .Plan way ahead to start saving money for spring break .When the school term starts , mark down which week is spring break and create a plan to save a certain amount of money before that time .<4>Be safe .Even though this is not really a part of the fun , it can help you keep the fun .One of the worst things that can happen is that you , or someone you know , gets hurt or in trouble .<5>Nothing can kill a good feeling more than tragedy .', 'candidates': ['What is spring break like ?', 'Select good friends to join you .', 'This allows you to afford what you want to do .', \"Be sure to keep everyone 's safety in mind and act responsibly ... .\", 'Before thinking about having fun , you have to have a game plan .', 'These are just a few of the safety tips needed for a student at school .', 'The following will help you have a good time during your spring break .']}", + "output": [ + "[6, 4, 1, 2, 3]" + ] + }, + { + "input": "{'passages': '<1>He said that the Minister would die the next day .<2>When the king learned this, he got angry and sent his men to catch Effendi at once .When Effendi was brought to him, the king shouted angrily, Effendi, since you knew when my Minister would die, you must know the date of your own death .<3>Effendi looked at the king for a while .Then he answered, But how can I know?<4>The king was afraid that if he killed Effendi, he himself would die after that .<5>', 'candidates': [\"I'll die two days earlier than you .\", \"I'll end this text with one of my favorite quotes, which reminds me to constantly examine my habits .\", 'He thought he must keep Effendi alive as long as possible, so he let Effendi go .', \"Say it out, or you'll die today .\", 'Once Effendi had a joke with the Prime Minister .', \"In Russia, the Prime Minister said his govemment would draw conclusions from what's going on in Japan .\", 'The next day, the Minister fell to the ground from the horse and really died .']}", + "output": [ + "[4, 6, 3, 0, 2]" + ] + }, + { + "input": "{'passages': \"<1>org has launched a new campaign called Climate Name Change that proposes to revise to how hurricanes are named: call them after policymakers who say that humans are not to blame for global warming .This will save the Katrinas and Sandys of the world from the injustice of having their names attached to major disaster, the group says .And, as a bonus, it will produce some peculiar weather reports .<2>Michelle Bachman is incredibly dangerous .<3>The campaign is unlikely to influence the World Meteorological Organization, which has since 1954 named Atlantic tropical storms from an official list .But the campaign's goal seems less to actually name a hurricane after the speaker of the house, and more to call attention to an issue that this month has reached an alarming level of seriousness .The campaign comes just a month before the Intergovernmental Panel on Climate Change will release its most recent report on the state of global warming and a week after a draft of the report was given away to Reuters .In the draft, scientists concluded with near certainty - about 95 percent sure - that humans are to blame for the worldwide temperature hikes over the last few decades .That was a revision from the 2007 report, which put scientific certainty that human activities were driving global climate change at about 90 percent .<4>That means that sea levels could balloon upward as much as three feet by the end of the century, if emissions continue at their current pace .<5>Though current data suggests that global warming will in the future stir up terrible super storms, there is still not enough evidence to support the idea that climate change strengthens the recent hurricanes that have torn at the US's eastern coastline .\", 'candidates': ['The environmental group 350 .', 'In face of global warming, much effort has been focused on reducing greenhouse gas emissions through a variety of strategies .', 'The text is divided into four sections, each focusing on a different group of related reading and thinking strategies .', 'If you value your life, please seek shelter from Michelle Bachman, says an official while addressing a news conference .', 'Rick Perry leaves trail of death, appears under a broadcast titled Rick Perry: The Tragedy .', 'Still, as the Washington Post Climate notes, hurricanes are not the best sign of global warming .', 'And global warming, the report said, is not slowing down - it, actually, is accelerating .']}", + "output": [ + "[0, 4, 3, 6, 5]" + ] + }, + { + "input": "{'passages': \"Have you ever cleaned and organized your increasingly high-tech households , your hard drive , phone or tablet ?It 's not just stuff .Your privacy needs a cleanup too .<1>1 .Clean up your browsers Cookies are blocking everything up and keeping your computer from running fluidly .A free program called CCleaner helps you sort out the cookies and archives you do n't really need .<2>CCleaner analyses its backlog of information and lists the data that seems unnecessary.2 .Speed up your smartphone Most of us already know about e desktops , but what about smartphones ?Our phones are essentially handheld computers , and when they overflow with useless information , their operations can also slow down .These are n't necessarily apps , but overburdened call logs , search history , and saved texts . For Android users , there 's 1Tap Cleaner , an app that earns its name .<3>Most of us are surprised by how many updated messages and URLs get archived , a data stream that we will probably never refer to again .Then again , you do want to make sure irreplaceable bits ( landmark texts , unsaved photos ) survive the deep clean.3 .<4>Digital photos are easy to shoot , upload and copy , which is handy in almost every respect , especially if you grew up lugging rolls of film to the one-hour photo lab .The downside is that you may end up with multiple copies of the same picture .If you 're shooting with a decent camera , each shot could take 10MG or more of space .This volume adds up .<5>This is the premise behind Duplicate Photo Fixer , which is designed to filter through your photo collection in search of double takes .\", 'candidates': ['Make your photos shine .', 'The app gathers that data in one place , letting you decide what to keep .', 'This aim of this app is to clean your smartphones .', 'Remove redundant images .', 'When you download the app , you can focus on a specific browsers that you would like to clean up .', 'Here are three tools that can help you organize your virtual ( and real ) environments .', 'The trick is to safely delete redundant photos without losing the original image .']}", + "output": [ + "[5, 4, 1, 3, 6]" + ] + }, + { + "input": "{'passages': '<1>Some work, others join the army and an increasing number worldwide are taking a gap year to travel or do community service in their own countries or abroad .<2>The concept of a gap year may not be new, but the recent surge of interest certainly is .Some students are putting off admissions .<3>Students are choosing to take a breather; they are thinking .They are not sure what they are going to do .They are going and exploring some of their interests .They are getting experience they can take to the school they finally go to .<4>Princeton University has just launched a bridge year program that will send 10 percent of its incoming class to do volunteer work abroad, starting in 2009 .And the Harvard has spent the last 30 years urging incoming students to take a gap year .<5>Many come to college with new opinions about their academic plans, their extracurricular interests and the career possibilities they observed in their year away .', 'candidates': ['Not everyone goes to university after high school graduation .', 'They are studying sharks off the Australian coast, building schools in Mexico and learning Spanish or Italian .', 'However, every year, new electronic devices like personal music players or cellphones get smaller than the year before .', 'It is an idea actively encouraged by colleges .', \"Others, who don't get into the college of their choice, are taking a year to explore new frontiers before reapplying .\", \"It wasn't exactly my idea of a fun way to kick off the summer .\", \"Many speak of their year away as a 'life-changing' experience or a 'turning point' says Harvard admissions director Marlin Lewis .\"]}", + "output": [ + "[0, 1, 4, 3, 6]" + ] + }, + { + "input": "{'passages': \"My name is Laura .<1>After my first plane ride at the age of five , I felt so excited that I had a dream of earning my wings on the plane .I did n't earn much , but I loved my job .We were flying from Los Angeles to Washington , D .C , when I answered a call .Then I went to the cabin , I found a young mother struggling with her baby son .She told me that she had no more diapers .With the saddest eyes I have ever seen , she continued .<2>She was taking her son to a family in New Hampshire .<3>I went away and got some diapers from the other mothers , and gave her a sweater of mine .After the woman and her son had changed their clothes , I sat with her , holding her hand , trying to provide some support and comfort .I could feel her pain and her love for her baby son .During that time , I kept thinking of my children who were waiting for me in New York .<4>The woman thanked me a lot , and I replied , Thank you , too .<5>\", 'candidates': ['As she stood in front of me , crying , I could see the hopelessness on her face .', \"The American car went slowly past , so close that he could see the driver 's face clearly .\", 'At the age of four , I started speech lessons because even I could not speak well enough to be understood .', \"At this moment , I could n't wait to return home to see my children .\", 'She said she had two babies , but she could no longer support two of them .', 'At the age of 35 , I decided to work on the plane against the will of my children .', 'Once we landed , I walked with them to their next flight , which would take them to their final destination .']}", + "output": [ + "[5, 4, 0, 6, 3]" + ] + }, + { + "input": "{'passages': \"AWhat were you doing yesterday afternoon ? B<1>AWhere did you fly the kites ? B<2>A lot of children were flying kites there .A<3>BYes , but the wind was n't strong .The weather was good for flying a kite .A<4>BLi Lei and Chen Yang .They both bought two new kites and got there earlier than I did .A<5>BYes , we played there for about three hours .\", 'candidates': ['Who helped you mend the kite ?', 'By the river .', 'Whom did you fly kites with ?', 'Was it windy yesterday ?', 'Were you very busy yesterday ?', 'We were flying kites .', 'Did you enjoy yourselves ?']}", + "output": [ + "[5, 1, 3, 2, 6]" + ] + }, + { + "input": "{'passages': \"<1>Well, now you don't have to .According to AsapScience, a Canada-based video channel that touches on many different science topics, humans will be very different creatures 1,000 years from now .Artificial intelligence, genetic engineering and climate change will work together to change our bodies greatly, according to a video recently published by the channel .We could, for instance, develop red eyes as our DNA changes, and have darker skin because of global warming .The video painted a picture of a future world in which our bodies are part human, part machine .<2>No longer will we be limited by our own physiology .<3>Meanwhile, designer babies will cause future generations to grow into intelligent, attractive people .As global warming takes hold, humans will also be skinnier and taller, as this body shape deals with heat better .In fact, Cadell Last, a researcher at the Global Brain Institute located in Belgium, believes change may happen even faster than this .<4>In less than four decades, Last claims, we will live longer, have children in old age and need artificial intelligence to finish daily tasks .Your 80 or 100 is going to be so radically different than your grandparents, Last said .Instead of living fast and dying young, he believes humans will live slow and die old .The biological clock isn't going to be around forever, he added, and said that people could pause it for some time using future technology .Just a few hundred years ago, most humans were working in the fields, while nowadays more and more are getting an education .<5>But with such large changes in our environments, it seems likely that we will all look very different one day .\", 'candidates': ['Have you ever imagined what human beings will look like in the future?', 'These are just predictions, and no one can be sure how human beings will evolve in the future .', 'Nanobots, or tiny robots, will be put into our bodies, improving our abilities .', 'These changes have come about not because human beings have suddenly improved, but because positive steps were taken to change the law .', 'As he said in a paper recently published in Current Aging Science, mankind is already going through a major evolutionary change .', 'We met in London when Mark was studying biology and I was at the Royal College of Art studying photography, says Victoria .', 'We will truly become a mixture of biology and machine on the inside, says the video .']}", + "output": [ + "[0, 2, 6, 4, 1]" + ] + }, + { + "input": "{'passages': \", .. Once upon a time , there was an island where all the feelings lived .Happiness , Sadness , Knowledge , and all of the others , including Love .<1>On hearing this , they all made boats and left , except for Love .Love was the only one who stayed .Love wanted to hold out until the last possible moment .<2>Richness was passing by Love in a grand boat .Love said , `` Richness , can you take me with you ? ''Richness answered , `` No , I ca n't .There is a lot of gold and silver in my boat .There is no place here for you . ''Sadness was close by so Love decided to ask him , ``<3>`` `` Oh , Love .I am so sad and I need to be alone . ''Happiness passed by Love , too , but she was so happy that she did not even hear when Love called her .Suddenly , there was a voice , `` Come , Love .I will take you . ''It was an elder .So blessed and overjoyed , Love even forgot to ask the elder where they were going .When they arrived at dry land , the elder went her own way .Realizing how much was owed the elder , Love asked Knowledge , another elder , ``<4>`` `` It was Time . ''Knowledge answered .`` Time ? ''asked Love. ``But why did Time help me ? ''Knowledge smiled with deep wisdom and answered , ``<5>``\", 'candidates': ['One day it was announced to the feelings that the island would sink', 'When the island had almost sunk , Love decided to ask for help', 'They help each other usually', 'Sadness , let me go with you', 'Who helped me ?', 'Because only Time is capable of understanding how valuable Love is', 'Time is so kind to give a hand toanybody']}", + "output": [ + "[0, 1, 3, 4, 5]" + ] + }, + { + "input": "{'passages': \"We all love our children and we all know how competitive the world is these days .What's it going to be like when our children leave school?<1>All children need two basic skills to succeed .<2>And with so much information available to them these days, they must be able to read quickly and accurately .That's why your children need to be able to speed-read .<3>The Internet has introduced arevival of writing, and if you can't keep up, you'll be left behind .You certainly don't want your children to be left behind .You can help to make sure that your children are excellent writers--you can help them to learn how to use their language .Better still, you can learn with them!<4>Forget the theme parks, the computer games, the expensive movies and interesting sports .If you want your children to have treasured memories of time spent with you, learn together .For less than you would pay for tickets to a theme park, you can invest in your children's future--help them learn to write well with my six-part writing course .<5>\", 'candidates': ['If they are not yet able to stand alone,you must tie the string tight again .', \"-- parents can reduce the time worrying about chores and work and spend more time learning about their children's day .\", \"It'sironic that at this time of space-age technology, we've gone back to one of the earliest forms of mass communication--the written word .\", 'You and your children can spend time together in a worthwhile pursuit --learning how to write .', \"Don't stand by while your child is left further and further behind .\", 'They must be able to read and they must be able to write .', 'Will they have the skills they need to stay ahead of the competition?']}", + "output": [ + "[6, 5, 2, 3, 4]" + ] + }, + { + "input": "{'passages': \"Most smart phones allow you to run location-sharing software that uses the phone 's GPS capability to let friends and family know your exact location .There are lots of great uses for this technology .<1>So make sure you 're permitted to use an app or service , and pay attention to how you are using it .Here 're some important points you may find helpful . Choose what 's best for you .Some location-sharing services are games that let you give a shout-out when you 've turned up at a particular spot .<2>Still others continue to share your location until you change the setting .Be sure you know exactly how your service shares your location . Know who your friends are .<3>This means people can search to see if you 're online and add you as a friend .It 's important to remember that sharing your location with people you 've never met in real life is risky , so you should carefully manage friend requests and share your location only with people you know and trust .<4>Some services automatically stop sending your location after a period of time , but others will send it forever - until you stop it .Review your contact list periodically and delete anyone to whom you no longer feel comfortable revealing your location . Update parents .Location-based services are a great way for teens to let parents know where they are without having to call or text .<5>If you 're heading home late at night , you can also use a service like Glympse to share your location as you drive , so they 'll know if you have car trouble or get stuck in traffic .\", 'candidates': ['Check back often .', 'Keep sending your location .', 'However , these services are not for all children .', 'With its help , you can easily share your location with them .', \"Check-ins ease worries so they do n't have to follow your every move .\", 'Others show where you are all the time or for a period of time you set .', 'Some location services operate like Facebook , where you invite and accept friends .']}", + "output": [ + "[2, 5, 6, 0, 4]" + ] + }, + { + "input": "{'passages': 'When my friend Lesa was diagnosed with cancer , another friend and I went to the hospital to spend some time with her .<1>We gave Lemon-Aide to Lesa and told her he was to go with her to all of her treatments to remind her that we were thinking of her and caring about her even though we could not always be with her .<2>A few months later , much to my surprise , it was me that she passed him to .Lemon-Aide went with me to all of my treatments .One day while waiting for my doctor I decided we could market the idea to fight cancer .<3>We designed our organization to remind people fighting cancer that there are people who love and care about them all the time .<4>The money raised is donated to cancer patients who do not have insurance .The physicians on our Board of Advisors determine how and where our money is donated .Lemon-Aide is for men , women , and children of all ages and to date has been sent to 34 states and 33 countries to provide smiling support for people fighting cancer .<5>', 'candidates': ['We bought her a small toy and named him Lemon-Aide .', 'I would send a message to praise someone who came first in the exam , said Liu .', 'Today we have totally 5013 volunteers .', 'We are planning to set up an organization named School Watch to make sure that students have a safe school environment .', \"Lesa thought it was a great idea so we founded the organization that came to be known as Lemon-Aide ' s Friends , Inc .\", 'When life gave us lemons we made Lemon-Aide , a soft smiling toy that represents love , support , and encouragement .', 'When the treatments were completed , she said when someone else needed him she would pass him along .']}", + "output": [ + "[0, 6, 4, 2, 5]" + ] + }, + { + "input": "{'passages': \"The following are books sold on our website , perhaps some of them you 'll be interested in .The Top Gear Guide to Britain ( Hardback ) Our price : PS9 .99 For over ten years , Top Gear has been travelling all over Britain in the course of making the world 's best programme about cars , driving .This book is not only a guide for outsiders ; it is an invaluable reference manual for Britons themselves , like a mirror held up to our very souls .<1>49 From its first episode in 1973 , Open All Hours was an instant hit .<2>Whilst it only ran for 26 episodes , it firmly cemented itself as a British comedy classic .<3>99 Mrs Brown 's Family Handbook , the first and only official book from Brendan O'Carroll 's brilliant educational creation , is filled with useful advice and gives us a unique look into the lives of the Brown family .I 'm Sorry I Have n't a Clue : The Best of Forty Years ( Hardback ) Our price : PS15 .<4>It regularly attracts a large audience .The author tells us about the forty years of the programme .Life on Air ( Hardback ) Our price : PS16 .<5>His career as a naturalist and broadcaster has spanned nearly six decades , and in this volume of memoirs Sir David tells stories of the people and animals he has met and the places he has visited .\", 'candidates': [\"Mrs Brown 's Family Handbook ( Paperback ) Our price : PS7 .\", \"99 I 'm Sorry I Have n't a Clue is the most listened to comedy programme on British radio .\", \"49 Sir David Attenborough is Britain 's best-known natural history film-maker .\", 'Audiences around Britain loved its familiar setting , good natured humour , and the hilarious partnership of Ronnie Barker and David Jason .', 'Admission price : Adults : $ 10 Children ( 12 and under ) : $ 8 ( only children 12 months of age are admitted free . )', \"School news ( June 8th , Friday ) School trip : Students in Junior Two had a great time during the school trip on Children 's Day .\", 'Still Open All Hours ( Hardback ) Our price : PS12 .']}", + "output": [ + "[6, 3, 0, 1, 2]" + ] + }, + { + "input": "{'passages': 'Take time to care for yourself .Choose MyPlate .gov helps you choose the kinds and amounts of food and drinks you need .And , make time to be physically active , so you can do the things you want to do .Find out what you need .Get personalized nutrition information based on your age , height , weight , and physical activity level .SuperTracker provides your calorie , shows foods and beverages you need , and tracks progress toward your goals .Learn more at www.SuperTracker.usda.gov .<1>Use a smaller plate at meals to help control the amount of food and calories you eat .Enjoy smaller amounts of food .<2>Add fruit to meals as part of main or side dishes .Choose red , orange , or dark-green vegetables like tomatoes , sweet potatoes , and broccoli , along with other vegetables for meals .<3>Sip water or other drinks with few or no calories to help maintain a healthy weight .Keep a water bottle in your bag or at your desk to satisfy your thirst throughout the day .<4>Set a goal to fit in at least 2.5 hours of physical activity in your week .Being active 10 minutes at a time also adds to your weekly total .Ask your friends or family to keep you company as you bike , jog , walk , or dance .<5>Try out healthier recipes that use less fat , salt , and sugar .Eat at home more often to control your eating .If you eat out , check and compare nutrition information .Choose healthier options such as baked chicken instead of fried chicken .', 'candidates': ['Make half your plate fruits and vegetables .', 'Enjoy your food but eat less .', 'Be active whenever you can .', 'Cut some food up .', 'Be a better cook .', 'Drink water .']}", + "output": [ + "[1, 0, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"A ratio compares two numbers .For example , if you have 3 pens and 4 pencils , the ratio of pens to pencils is 3 to 4 .<1>3 to 4 , 3:4 and 3/4 .One type of ratio is expressing numbers as a percent .A percent is the ratio of a number to 100 .In other words , a percent compares one number to 100 .The percent means `` per hundred '' .<2>You can use `` % '' to express percent .So 35 % means 35 out of 100 , and 15 % means 15 out of 100 .<3>Probability means the chance of some things happening in the future .For example , if there is a 90 % chance of rain , 90 times out of 100 , it will rain .That is a very high probability .However , if the weatherman says that there is only a 10 % chance of rain , then 10 times out of 100 , it will rain .<4>You can also express probability by using ratios .<5>5 of them are black while only 1 of them is red .If you choose a pen at random from the pencil box , then the probability of choosing a black Den are 5 to 6 , or 5/6 .On the other hand , the probability of choosing a red pen is only 1 to 6 , or 1/6 .\", 'candidates': ['So , 60 percent of something means 60 out of 100 .', 'For example , perhaps you have 6 pens that all look alike in your pencil box .', 'The ratio can be written in three ways .', 'That is a very low probability .', 'Percents are helpful when expressing the probability .']}", + "output": [ + "[2, 0, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"In our daily life , we may meet some people who are so shy .It 's perfectly OK to take time to warm up new people .<1>Start small talks with people you know .Practice social behaviors like eye contact , confident body language , introductions , asking questions , and invitations with the people you feel most comfortable around .<2>Often , the hardest part of talking to someone new is getting started .Think of conversation openers , like introducing yourself , or asking a question .Being ready with a conversation starter ( or a few ) makes it easier to get to know someone . Rehearse what to say .Write down what you want to say beforehand .Rehearse it out loud , maybe even in front of the mirror .Then just do it .Do n't worry if it 's not exactly like what you have practiced or if it 's not perfect .<3>Next time , it 'll be better because it will be easier .<4>Find group activities where you can be with people who share your interests .Give yourself a chance to practice socializing with these new people , and get to know them slowly . Most of all , be yourself .It 's OK to try out different conversational ways you know .But say and do what fits your style .<5>\", 'candidates': ['Nobody is perfect .', \"It 's easier said than done .\", 'Think of some conversation starters .', \"It 's important to work out in groups .\", 'Here are some tips for beating shy feelings .', 'Give yourself a chance to take part in activities .', 'Being the real you is the best way to attract new friends .']}", + "output": [ + "[4, 2, 0, 5, 6]" + ] + }, + { + "input": "{'passages': \"<1>Much of the blood on the street flows essentially from uncivil behavior of drivers who refuse to respect the legal and moral rights of others .<2>In fact , the enemies of society on wheels are rather harmless people just ordinary people acting carelessly , you might say .But it is a principle both of law and common morality that carelessness is no excuse when one 's actions could bring death or damage to others .<3>Researchers have pointed out that as many as 80 percent of all automobile accidents can result from the psychological condition of the driver .Emotional upsets can affect drivers ' reactions , slow their judgment , and blind them to dangers that might otherwise be clear .<4>Yet the irresponsibility that accounts for much of the problem is not only caused by drivers .Street walkers regularly go against traffic rules , they are to blame in most vehicle walker accidents , and many cyclists even believe that they do n't obey the basic rules of the road .Significant legal advances have been made towards safer driving in the past few years .<5>In addition , speed limits have been lowered .Due to these measures , the accident rate has decreased .But the accident experts still worry because there has been little or no improvement in the way drivers behave .The only real and lasting solution , say the experts , is to convince people that driving is a skilled task requiring constant care and concentration .Those who fail to do all these things present a threat to those with whom they share the road .\", 'candidates': [\"The experts warn that it is important for every driver to make a conscious effort to keep one 's emotion under control .\", 'Safety standards for vehicle have been raised both at the point of manufacture and through regular road-worthiness inspections .', 'A minority of the killers go even beyond carelessness to total negligence .', 'So the massacre on the road may be regarded as a social problem .', 'The motor vehicle has killed and disabled more people in its brief history than any bomb or weapon ever invented .', \"The dictionary includes words on medicine , education , psychology , law , history and culture about deaf people 's life .\", 'On a slow road this would not show much of a problem but I knew a highway was coming soon .']}", + "output": [ + "[4, 3, 2, 0, 1]" + ] + }, + { + "input": "{'passages': \"Although many Chinese students say that their knowledge of English grammar is good , most would admit that their spoken English is poor .Whenever I speak to a Chinese student , they always say `` My spoken English is poor . ''<1>I would like to suggest that there may be some reasons for their problems with spoken English . First , they fail to find suitable words to express themselves due to a limited vocabulary .<2>However , you can speak with a limited vocabulary , if you choose a positive attitude .Others will follow You as long as you use the words that you know .<3>Sometimes they make mistakes when they are speaking because they are shy and nervous .Yet students should remember that their goal should be FLUENCY NOT ACCURACY .Your aim in writing is to be accurate following the rules for grammar and using the right words and spelling them correctly .However , in speaking your aim is fluency .You want to get your message across , to talk to someone in English , as quickly and as well as you can , even though sometimes you may use a wrong word or tense , but it does n't matter .<4>The third reason is that not enough attention is paid to listening .You have one mouth but two ears All that hearing is necessary for you to start speaking .Actively seeking out opportunities to improve their spoken English they passively wait for speaking opportunities to come to them and wonder why their English always remains poor .<5>\", 'candidates': ['The person you are speaking to will understand you and make allowances for any mistakes he hears .', 'They may try to avoid making similar mistakes next time .', 'Obviously the better answer is to expand their vocabulary .', 'If you have this proactive outlook , then you will see English opportunities wherever you go .', \"However , their spoken English does not have to remain `` poor ''\", 'Second , they are afraid of making mistakes.GThe second reason lies in the reluctance of using what has just been learned .']}", + "output": [ + "[4, 2, 5, 0, 3]" + ] + }, + { + "input": "{'passages': \"Five tips for helping you stay away from `` holiday fat '' It 's easy to gain a few pounds over holidays , especially for the Chinese as the Spring Festival and its component family feasting are nearing . To get rid of those `` holiday fat '' , however , is not that easy .Following is what you are supposed to do to avoid putting on extra weight . Stay active<1>Time is spent doing holiday errands which makes us more tired , less motivated , and not wanting to stick to our routine . Best thing to do is to stick to your regular schedule .Not only will it help keep weight gain down , it will give you more energy and it will reduce your stress . Do n't starve yourself Many people think before attending new year feast , they should go hungry all day so that they can `` afford '' the calories later on . The truth is you may be so hungry that you will forget about any sense of the word moderation or control .<2><3>There are some healthy options that you can eat during the holidays .For the cookers of the family , really think about the ingredients that you normally use and then think about how you can make the dish healthier . Be sure to sleep well<4>Some studies have shown that losing sleep can affect your metabolism and the secretion of cortisol , one hormone that regulates appetite .Think of a good night 's sleep as a necessity ( much like oxygen ) to keep you sane and keep your stress and hormone levels in check . Do some exercise Working out may seem like the last thing you have time for , but it 's essential for keeping your weight in check and your stress at manageable levels .<5>In this case , you work more than one muscle group at the same time .\", 'candidates': ['Choose healthy recipes', 'Losing sleep makes you sleepy .', 'The best way is to eat as much as you can .', 'Try circuit training and focus on using compound exercises .', 'Lack of sleep not only leads to stress , it can also lead to weight gain .', 'One of the major causes of weight gain during the holidays is lack of activity .', 'The right thing to do is to make sure to eat your normal and healthy meals before the New Year feast .']}", + "output": [ + "[5, 6, 0, 4, 3]" + ] + }, + { + "input": "{'passages': '<1>If you are attracted by the beauty of roses and need some tips for growing them , read on for some tips about taking care of rose plants .* You have to buy a good plant , preferably around two years old .* While most rose plants can tolerate around six hours of sunlight every day , some varieties need eight hours of sunlight exposure .The shade-loving roses need only four hours of sunlight .<2>If you plant it in a container , then the watering should be done daily , whereas garden roses need water once or twice a week .* The next point is the application of fertilizers , which is mainly needed by rose plants in containers .<3>There is no need of fertilization during November and December , and the frequency of fertilization can be reduced during the summers , especially after April .<4>* Cutting the stems promotes the growth of the plant and also aids flowering .It should be done regularly to remove dead or diseased leaves and stems .<5>With some care and consideration , all your efforts would definitely be worth it once you smell the fragrance of beautiful roses .', 'candidates': ['Growing roses is quite a difficult task without knowing the right way .', 'Rose plants can be successfully grown by beginners too !', \"You need n't pay me any money , for I only lend my room to you .\", 'It was part of the activities of Beijing Design Week , which ran from September 26 to October 3 in 2013 .', 'It can be restarted in September and has to be increased during the growing periods .', '* You will have to soak the roots overnight , before planting .', 'Most of the varieties do not need fertilizers , as they can feed on the nutrients that exist in the soil .']}", + "output": [ + "[0, 5, 6, 4, 1]" + ] + }, + { + "input": "{'passages': \"Jeff : What 's wrong with Miss Wang ?<1>Tim :<2>She went to the theater three times this week , but every time she failed to get the ticket .I think she really wants to see it .Alex : I hope she can see the movie next week .It 's my favorite movie , too .<3>Betty : I prefer Avatar 3D .It 's so colorful and interesting .Jeff , do you like Beijing Opera ?Jeff :<4>But some of my friends like it a lot .It 's full of famous stories and beautiful facial paintings .Alex :<5>Jeff : I like Tom and Jerry best .It 's so funny .\", 'candidates': ['She looks unhappy .', 'Which movie do you like best ?', 'She bought a ticket .', \"It 's very moving and popular .\", \"Because she did n't get the ticket to Titanic 3D .\", \"No , I do n't . It is very boring .\", 'Because she was ill .']}", + "output": [ + "[0, 4, 3, 5, 1]" + ] + }, + { + "input": "{'passages': '<1>Our everyday speech is made up in large part of words like probably, many, soon, great, little .<2>Indeed, it has a value just because it allows us to express judgments when a precise quantitative statement is out of the question .We have been trying to pin down by experiments what people mean by these expressions in specific contexts, and how the meanings change with age .For instance, a subject is told There are many trees in the park and is asked to say what number the word many mean to him .Or a child is invited to take some sweets from a bowl and we then count how many he has taken .We compare the number he takes when he is alone with the number when one or more other children are present and are to take some sweets after him, or with the number he takes when told to give some sweets to another child .<3>To most people some friends means about five, while some trees means about twenty .However, unrelated areas sometimes show parallel values .For instance, the language of probability seems to mean about the same thing in predictions about the weather and about politics: the expression is certain to (rain, or be elected) signifies to the average person about a 70 percent chance; is likely to , about a 60 percent chance; probably will about 55 percent .<4>Thus, if we tell a subject to take a few or a lot of glass balls from a box, he will take more if the box contains a large number of glass balls than if it has a small number .But not proportionately more: if we increase the number of glass balls eight times, the subject takes only half as large a percentage of the total .Thirdly, there is a marked change with age .Among children between six and fourteen years old, the older the child, the fewer glass balls he will take .<5>This age effect is so consistent that it might be used as a test of intelligence .', 'candidates': ['Uncertainty spreads through our lives so thoroughly that it dominates our language .', 'But the government, which employs a lot of them, and other bosses have to make a start .', 'First, we find that the number depends, of course, on the items involved .', 'What do these words mean?Such verbal expression is not necessarily to be criticized .', 'Secondly, the size of the population of items influences the value assigned to an expression .', \"When I was six years old, my mom told me that I could find anyone's number in the phone book .\", 'But the difference between a lot and a few widens with age .']}", + "output": [ + "[0, 3, 2, 4, 6]" + ] + }, + { + "input": "{'passages': \"I met Rose , my new classmate , on the first day of college .To my surprise , she was already 87 years old .`` Why are you in college at such a young age ? ''I joked .`` I 'm here to meet a rich man , get married , have two children , and then retire and travel . ''She answered .<1>Like young students , Rose was outgoing , kind and helpful .<2>Soon she became a superstar in our college . At the end of the term , Rose was invited to give us a speech .I will never forget what she said to us , `` There are only four secrets to staying young and achieving success . ''`` First , you have to laugh and find humor every day .Then , you need to have a dream .<3>Next , find any chance to change yourself .Finally , people should n't have regrets for things they did n't do . ''<4>Over 2 000 students went to her funeral to express their love to the wonderful woman .The great woman did n't live in this world any longer , but she gave us an unforgettable lesson in life .That is-<5> Do n't you think so ?\", 'candidates': ['When you lose your dream , you die .', 'She always had friends around her .', 'Never too old to learn .', 'One week after she finished her college , she died in her sleep peacefully .', \"Both of us laughed , because we knew what she said was n't true .\", 'The important thing is that you have something to express .', 'Instead , they try to hide their true feelings .']}", + "output": [ + "[4, 1, 0, 3, 2]" + ] + }, + { + "input": "{'passages': \"What 's high school like ?Is there more work ?More stress ?<1>Lots of other freshmen are feeling the same way - you 're all starting out in a new place .Most schools hold freshman orientation before school actually starts .It 's helpful not only because you learn your way around the building and get to meet some teachers , but you also get to meet fellow freshmen .<2>When you talk to people at orientation , you 'll probably find lots of them feeling just like you .Talking about a common concern with them can spark new friendships .<3>The work in high school gives you a more advanced knowledge .So you may find you have more work to do or that it 's more challenging .But these challenges can make you feel less bored with the usual routine .<4>High school teaches you the basics of academic disciplines , time management , and social skills while providing you with a little extra support and guidance .It 's kind of like a bicycle with training wheels .It gives you the chance to take off those training wheels and learn how to be more independent .<5>Even if you do n't get off to the best start , that 's normal , too - everybody 's wobbly the first time .Be patient and keep trying .Once you 've adjusted to your new independence you may find you can go further .\", 'candidates': [\"It 's OK if you 're nervous at first .\", 'How about the work - is it harder ?', 'If your work is overwhelming , teachers are available .', \"Adjusting to new independence does n't come easily .\", \"If you 're having thoughts like these , you 're not alone .\", \"It feels great when you 've mastered something difficult .\", 'When you show up on your first school day you recognize familiar faces .']}", + "output": [ + "[4, 6, 1, 5, 0]" + ] + }, + { + "input": "{'passages': \"Tom saw an advertisement in a newspaper for a beautiful bicycle .<1>So he went to the shop and asked to see one of the wonderful bicycles .<2>Tom examined it carefully, and turned to the owner and said, There isn't a lamp on this bicycle .hut there was one on the bicycle in your advertisement .<3>But the lamp isn't included in the price of bicycle .Not included in the price of bicycle?Tom said angrily .<4>If the lamp is in the advertisement, it should be included in the price .Well, Sir, answered the shop owner coldly .<5>but we cannot give you a girl with the bicycle, either .\", 'candidates': ['It cost 55 pounds .', 'The owner of the shop was harpy to show one to Tom .', 'There is also a girl on the bicycle in the advertisement .', 'In an incredibly short time, Charlie had become a very important man in motion picture .', \"But that's not honest .\", 'But after using several weeks to watch and to learn, he was determined to master this new medium .', 'Yes, Sir, answered the man .']}", + "output": [ + "[0, 1, 6, 4, 2]" + ] + }, + { + "input": "{'passages': \"The origins of football If I ask whether you want to come out and play Pasuckaukohowog or Aqsaqtuk , will you know what I am talking about ?I do n't think you will , but they are very old names for a sport which is extremely popular today .<1>The origins of football can be found in every corner of the world . Civilizations throughout history all played ball games and many of these can be considered forerunners of the modern game .<2>However , there is scientific evidence that suggests that ball games were played even earlier in ancient China with the name of cuju .There is evidence to show that ball games in Egypt were linked to agriculture and religious ceremonies . Did you know that the Native American Indians played football ?<3>It was quite often that players would finish the game with broken bones and other serious injuries .In fact the game was almost a war with up to 500 players on each side !<4>So they would often disguise themselves with lots of paint to avoid being recognized . The game was normally played on a sports field that was often one mile long with goals at either end .The game could last for hours and was often carried on from one day to the next . During the Mid-19th century , football was played at the public schools of England with totally different rules .To unite the widely different forms of football , they came up with the rules that were known as the Cambridge Rules .<5>They allow goal kicks , throw-ins as well as forward passes and prevent running while you are holding the ball ! So next time when you 're playing football , be thankful that there is one universally accepted rule for playing !\", 'candidates': ['Football was considered a male sport .', 'They are really a set of football rules .', 'The players understood the violent nature of the game .', 'Ball games were first played in Egypt as early as 1800BC', 'The sport is football .', 'This game was incredibly violent at that time .', 'These records prove that the sport has a long tradition throughout history .']}", + "output": [ + "[4, 3, 5, 2, 1]" + ] + }, + { + "input": "{'passages': \"One day a pilot and three people were in a plane .<1>The smoke was everywhere in the plane .The pilot told the people there were only three parachutes .<2>I must go because I'm the best pilot in the world .<3>The next person said, I must have a parachute .I am a very clever person, and I have to take part in an important meeting .he jumped out with another parachute .<4>By this time the plane was going down faster and faster .The businessman said, Young man, I am old but you're still young .<5>The young mountain climber smiled, Don't worry, we are both safe, because there are still two parachutes .The clever person jumped out with my backpack .\", 'candidates': ['When the waitress came to take our drink orders, Shari reached into her handbag, pulling something out .', 'You take the last parachute .', 'When the plane was flying in the sky, there was something wrong with it .', 'Two men were left, an old businessman and a young mountain climber .', \"You have to take into consideration some places don't have access to public transportation .\", 'They all became worried .', 'said the pilot, then he jumped out with one parachute .']}", + "output": [ + "[2, 5, 6, 3, 1]" + ] + }, + { + "input": "{'passages': 'Scientists have searched for many years for a method to tell whether a volcano explosion will be small or large .<1>They did the research on Mount Unzen on the southern Japanese island of Kyushu .<2>Since then , more explosions have killed 43 people and destroyed the homes of more than 2,000 others .<3>The scientists say the lava of the volcano contains high level of an element , which is a sign of the presence of the lava from deep in the earth , not from the surface .They say it shows that the lava coming directly from inside the earth is connected with huge explosions instead of smaller ones .<4>They also studied the lava from other volcanoes in the area that are older than Mount Unzen .The lava studied came from both large and small explosions .<5>The scientists say if they had known this two years earlier , they could have warned the people living in the area near Mount Unzen and saved many lives .', 'candidates': ['The history of English continues as Middle English , and then it becomes Modern English , and it is spoken today .', 'The scientists found that large explosions contained more of the element than small ones .', 'Now , four scientists say they have discovered something in lava that will help do this .', 'Mount Unzen exploded in November , 1990 .', 'Every year in the United States , Thanksgiving Day is on the fourth Thursday of November .', 'The volcano is still active today .', 'The scientists examined the lava from 18 explosions of Mount Unzen that took place during many thousands of years .']}", + "output": [ + "[2, 3, 5, 6, 1]" + ] + }, + { + "input": "{'passages': \"Scientists have discovered a gene that plays a role in violence in men ill-treated in childhood .The discovery could explain why some experience unhappy childhoods and go on to normal lives, while others turn to violence, crime of antisocial deeds .But it will also restart another argument .Terrie Moffitt and Avshalom Caspi report in Science today that one common form of a gene in the brain makes men more likely to be violent--but only if they have experienced cruelty or rejection in childhood .<1>Of these, 154 had been ill-treated in the first 10 years, 33 of them badly .<2>Of the 154 children , 55 had a less active variant of a gene called MAOA, and 99 had the more active variant .The 55 boys were more than twice as likely to have been in trouble as the other ill-treated group .They made up 12% of the total, but were responsible for 44% of all crimes from among the 442 boys .<3>Boys with the less active form who were not ill-treated during childhood lived normal lives .<4>One third of us have it .she said, So the gene doesn't do much of anything, it doesn't cause any trouble in any way, unless we are also ill -treated .The gene might also show the ability to bear mental stress .<5>But the discovery also raises the argument that people with the less active form of the gene could be social dangers, to be treated with medicine .This research can easily lead people to fix social problems through medical treatment, said David King of the UK Gene Alert Group .\", 'candidates': ['It is very common in the population .', 'Prof Moffitt thought a violence gene had not been discovered .', \"They learned about generosity,''said Mollie's mother,Loft Schwartz, and the power to make things happen .\", 'The army or the police might examine the applicants to see if they have the more active form .', 'The researchers followed up the life histories of 442 boys born in New Zealand in 1972 .', 'They had either experienced sexual attack, beatings or rejection by mother or stepparents .', \"-- Luigi Solito It's a simple act of generosity: an act in which donors and recipients never meet each other .\"]}", + "output": [ + "[4, 5, 1, 0, 3]" + ] + }, + { + "input": "{'passages': \"<1>She is twenty-two years old .Now she lives in Beijing, China .<2>She loves making friends with the students and they like her very much .Every morning she gets up very early .At about 7:00, she usually has a glass of milk and some bread for breakfast at home .<3>At 12:00 she eats a hamburger and an apple for lunch .<4>She goes home at 5 o'clock in the afternoon .<5>On Sunday, she often comes to see me .Sometimes we go to a Chinese restaurant to have lunch ., .\", 'candidates': [\"Anyone who has ever gone to high school or at least seen a John Hughes' movie knows the answer to that question .\", 'A daily nap gives one a more rested body and mind and therefore is good for health in general .', 'She teaches English in a junior high school .', 'Alice is my good friend .', 'Her favorite drink is Coke .', 'Then she walks to work and gets to school at about a quarter to eight .', 'She likes to have noodles and chicken for dinner .']}", + "output": [ + "[3, 2, 5, 4, 6]" + ] + }, + { + "input": "{'passages': \"Things You Should Stop Doing to Be Successful Are you a happy person ?How often do you think of reasons why everyone around you is successful though they are not better than you in general ?What do you do wrong ?Here are some things you should stop doing to be successful.1<1>Different people may interpret `` success '' in different ways some of them measure it in money , other ones - in positive changes to people around them and the world in general<2>Do n't worry about what other people think but come after what makes you happy.2 .Do not believe anything without questioning it .<3>They are critical thinkers , and they understand that we all are ruled by our prejudices , so they will always question new information.3 .Do not worry about all unpredictable things that may happen to you . If you want to be successful , stop thinking about everything that MAY happen to you<4>Be ready to improve and change your deeds and decisions when things suddenly do n't go according to your plan.4 .Do not care about what other people think of you<5>Your attempts to become `` good '' for everyone will turn into nothing but new worries , stresses , and problems .Successful people do not concentrate on the quantity of people to please , but worry about their quality and focus on developing friendships with people they really care about .\", 'candidates': [\"Do not wait for the `` right time '' to do anything .\", \"Do not let others decide what `` success '' is for you .\", 'Successful people do not just accept any new information to be true .', \"As far as we all know , it 's impossible to please all the people who surround us .\", \"Try to feel comfortable with the reality and accept the fact your future ca n't be predicted .\", 'If you want to be successful , do not let others force their interpretation of success on you .', 'Successful people never ignore or avoid problems no matter how big and awful they seem .']}", + "output": [ + "[1, 5, 2, 4, 3]" + ] + }, + { + "input": "{'passages': \"Question : I 'm 15 and I 've been having trouble sleeping at night .It usually takes me 2 to 4 hours to get to sleep .<1>I ca n't focus on my lessons at school .Please help me !Answer : If you are a person who does n't regularly get a good night 's sleep , you are not alone .<2>Here are some tips for helping you get a good night 's sleep .Keep regular hours By keeping regular hours your body and mind know what is coming up and can start to prepare for you to sleep .<3>If you ca n't go to bed at a regular time , then make sure you get up at a regular time .So after a late night you wake up tired , and it forces you to go to bed earlier .<4>I know , you hear this about everything from heart health to losing weight , but exercise really does do you a world of good .However , do n't do it too close to going to sleep .It is better to do it about an hour after dinner .Relax before going to bed<5>In fact , when you lie down to go to sleep , your mind is going to be thinking about the programs you have been watching .Instead , take just 20 or 30 minutes before bed to read or sit , anything that gets you to slow down and gives your mind a rest !\", 'candidates': ['Take some exercise .', \"And I usually get about 4 or 5 hours ' sleep in a day .\", 'It also means you can get in regular number of hours each night .', 'Many people suffer from sleep problems .', 'You may think that watching TV before you go to bed is a good way to relax .']}", + "output": [ + "[1, 3, 2, 0, 4]" + ] + }, + { + "input": "{'passages': \"A bird can fly .<1>Many animals can walk and run .Some animals can climbs trees , only men can talk .<2>They can think .They do n't have wings .They ca n't fly by themselves .<3>I like birds .They are in different colors .Some are blue , some are green and some are yellow and red .<4>They often fly together , many birds can sing . Birds are men 's friends .<5>\", 'candidates': ['But they can fly in planes .', 'They can work with their hands .', 'So I like birds very much .', 'A fish have wings .', 'They have wings and can fly in the sky .', 'A fish can swim .']}", + "output": [ + "[5, 1, 0, 4, 2]" + ] + }, + { + "input": "{'passages': \"Being a good friend is n't always easy , but taking the time to develop a lasting friendship is worth the effort . As the years pass , you will realize that each friendship you keep is priceless .<1>To be a good friend and deepen a friendship , just follow these steps . Keep your promises . Do n't ever make a promise that you ca n't keep . If you say you 'll hang out with a friend and an unexpected situation arises , explain the situation . Give your friend a gift and tell him or her you are sorry . Nobody is perfect , and it 's okay if you break a promise once in a blue moon .<2>Apologize when you 've made a mistake .<3>Though your friend wo n't be happy that you made a mistake , he or she will be very pleased that you admit it instead of just pretending that nothing is wrong .<4>To be truly supportive , you will have to be able to watch out for your friend when he/she is having a hard time . If you feel that your friend is getting into some trouble , help him her away from the situation by not being afraid to speak up about it . Give your friend some space when he or she needs it . Part of being supportive means supporting the fact that your friend wo n't always want to spend time with you .Learn to step back and give your friend space .<5>Do n't be jealous if your friend has lots of other friends .\", 'candidates': [\"However , do n't make it a frequent thing .\", 'Help your friend deal with his or her struggles .', 'Learn to forgive your friend and move forward .', 'Of course , to have a good friend , you must be one .', \"If you want your friend to trust you , you ca n't act as if you 're perfect .\", 'Understand if your friend wants to be alone or to hang out with other people .', 'Take the time to truly understand your friend when he or she is talking to you .']}", + "output": [ + "[3, 0, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"You do n't lose fifty pounds in two weeks .You lose them one pound at a time . So do n't expect to rebuild your life by changing everything by midnight tonight .<1>The one thing I have seen repeatedly in people who face discouraging challenges is that they often wo n't try because the situation seems too hard to change .<2>Therefore , they just do n't bother and settle for the status quo .I know a very bright young woman who had a child when she was 17 and wound up cleaning houses .By the time she hit her 30s , she was convinced that she could have nothing more in her life .She blamed it on foolish choices in her youth .<3>I told her about a man I interviewed at a college graduation .He started his studies as a young father and it took him ten years to get that bachelor 's degree .He did one class at a time .It did n't matter what was going on in his life .He always had one class in progress to move him forward his long-term goal .<4>You do n't have to fix everything in one day .<5>Just take small steps .\", 'candidates': [\"You may want changes , but those changes ca n't -- - and wo n't -- - happen in an instant .\", 'And he achieved it .', 'If you think you do , you will not be likely to fix anything .', 'There is no denying that you are excellent in your career .', 'He now faces the biggest challenge of his career .', \"They think they must do it all and fix everything , and that 's too hard .\", 'I told her that the foolish choices continued every time she chose inaction over again action .']}", + "output": [ + "[0, 5, 6, 1, 2]" + ] + }, + { + "input": "{'passages': \"<1>It has an average depth of four hundred and fifty feet and at times drops close to a thousand .It is cold and murky , with dangerous currents .<2>The Loch Ness Monster, also called Nessie, is supposedly living in this area .<3>Columba by Adamnan in the year AD 565 .The monster apparently attacked a man who was swimming in the River Ness .The monster didn't make headlines again until August 27, 1930, when 3 fishermen reported seeing a creature with 20 feet long approaching their boat, throwing water in the air .<4>Early in 1934, Author Grant, a young student, was out on his motorcycle one evening when he almost ran into the monster as it crossed the road .Grant's description of the thing - small head, long thin neck and tail with a big body, seemed to match the appearance of the plesiosaur , an aquatic type of dinosaur that has been extinct for 65 million years .The Loch Ness Investigation Bureau was formed in 1962 to act as a research organization for information about the creature .Even now, efforts have continued to find the monster .A great deal of information was discovered about the Loch, but there isn't any yet to produce any specific evidence of a monster .Skeptics argue that the water in the Loch is too cold for a plesiosaur to live in .They also argue that an air-breathing animal, like a whale or seal, would spend much more time on the surface than the creature seems to, and would be spotted more often .Some scientists have wondered if the sightings might be caused by an underwater wave which is known to sometimes occur in deep, long, and cold lakes, like Loch Ness .Such a wave might push debris to the surface that might look like a strange animal .<5>\", 'candidates': ['In 1933, after a new road was built along the edge of the Loch, the number of reports rose suddenly .', 'In short, it is the perfect place to hide a monster from even the sharpest eyes of science .', 'The earliest recorded sighting of the Loch Ness Monster was in the biography of Life of St .', 'Loch Ness, the largest freshwater lake in the British Isles, is twenty four miles long and, at one point, one mile wide .', 'However, the US authorities have actually granted licenses to six varieties of GM rice .', 'However, none of these is identified .', 'Now,in many areas,the number of new cars is growing faster than the road system,leaving city streets jammed with traffic .']}", + "output": [ + "[3, 1, 2, 0, 5]" + ] + }, + { + "input": "{'passages': \"<1>In the morning she phoned her mother to wish her a happy Mother's Day,and her mother told her about the beautiful lilacs in the garden .<2>Get the children and come on .So they went,driving down the country roads .There on a small hill,they saw a lot of beautiful purple lilacs .<3>Carefully,she picked a few here and a few there .On their way home there was a smile on her face .<4>She had no children with her .They stopped the car and the young woman walked to the old woman,put the flowers in her hands,and smiled at her .The old granny thanked her again and again .She smiled happily,too .When the young mother came back to her car,her children asked her, Who is that old granny?Why did you give our flowers to her?I don't know her, their mother said .But it's Mother's Day,and she has no children .I have all of you,and I still have my mother .<5>\", 'candidates': [\"I didn't think he was much younger than I was, and I certainly didn't remember giving birth to him .\", 'When they were passing a nursing home ,the young woman saw an old granny sitting in a chair .', 'Just think how much those flowers meant to her .', 'Later that day,when she told her husband about the lilacs,he said, I know where we can find all that you want .', \"The rabbits ran away quickly and the ant jumped off the lion's back into the grass .\", \"It was Mother's Day,but the young mother was a little unhappy,because she was 800 miles away from her parents .\", 'The young woman ran quickly to enjoy the flowers .']}", + "output": [ + "[5, 3, 6, 1, 2]" + ] + }, + { + "input": "{'passages': \"For many days , I make it a rule to hold a two-minute gratitude session .I simply sit or kneel on the floor , with my eyes closed .I think about what I 'm grateful for and whom I 'm grateful to .I do n't do it everyday , but whenever I do it , it makes me very happy . Why should we always do that ?<1>Here are some reasons : Because it reminds you of the positive things in your life .<2>Whether they 're loved ones , or just strangers you met on your way , they were nice to you in some ways .<3>Having problems at work ?Be grateful you have to work them out .Be grateful you have challenges , which make life more interesting .Be grateful you can learn from these challenges .Be grateful they make you a stronger person .<4>It 's hard to complain about the little things when you give thanks that your children are healthy and lovely .It 's hard to get stressed out over paying bills when you are grateful there is a roof over your head . Because it reminds you to thank others .The simple act of saying `` thank you '' to someone can make a big difference in their life .So never hesitate to call them , email them or stop by to say `` thank you '' in person .It just takes a few minutes out of your life to tell them why you are grateful towards them , but it is very important to them .People like being appreciated for who they are and what they do .<5>And of course , making someone else happy will make you happy , too .\", 'candidates': ['It costs you little , but makes someone else happy .', \"Because it reminds you of what 's the most important .\", 'Some kind people in your life make you happy .', 'Why should the simple act of gratitude make such a big difference in my life ?', 'Because it reminds you to forget problems .', 'Make a list of what you should be thankful for .', 'Because it turns bad things into good things .']}", + "output": [ + "[3, 2, 6, 1, 0]" + ] + }, + { + "input": "{'passages': \"How To Break Five Bad Financial Habits Everyone has a bad financial habit .We live in a country that spends billions on advertising to make us want to make purchases ;<1>Remember : even though the habits are hard to break and require great effort , there is payoff.1 .Pay bills when you receive them .Think of all the stress and anxiety that you experience when you put off paying your bills .When you receive the email notice or open the bill in the mail , take care of it .It will only take five minutes , and you wo n't be flooded with bills at the last minute.2 .<2>You must have had a hard time controlling the amount of purchases you are making .Minimize this urge by using your ATM card once a week to withdraw the amount of money for the week .Keep your cards at home , and even put your credit cards in a hard to reach place in your closet to keep you from using them.3 .Buy only what you really need .Most of us take shopping trips to buy items we really do n't really need .Some claim shopping eases their tension , gets their mind off other things , or gives them much happiness .<3>Try to replace shopping with some hobbies like riding your bike or taking a walk with friends.4 .Track your expenses .Sometimes restaurants and businesses will charge you the wrong amount , but you wo n't have the receipt to back up your claim .Other times , you might have inadequate funds for the check you just wrote .Keep your receipts , and spend a few minutes every night to double check your charges , and know the current balance of your bank account .<4>5 .Check your credit score annually .<5>If you do notice something wrong , you can send in correction letters , so your applications for credit cards , car loans , or a mortgage are approved .\", 'candidates': ['Take the time to figure out what makes you buy unnecessary items .', 'Change how you spend your money .', 'It beats getting overcharged or having to pay an overdraft fee .', \"So if you 're the reason your money never seems to stick around , here are some strategies to help break five bad financial habits .\", 'Use cash and not your card .', 'Get in the habit of checking your credit score to make sure there are no errors or inaccuracies .', 'However , if you are looking to make change and break your bad financial habits , use these tips .']}", + "output": [ + "[6, 4, 0, 2, 5]" + ] + }, + { + "input": "{'passages': \"With the development of society it is common that many people are rushing all the way and all day tired and subhealthy .<1>She described all the things she had to do-one was to make her bed-from the moment she woke up until she flew out of the door for work .I suggested she experiment by not making her bed for two weeks .She was shocked probably thinking I 'd been brought up by wolves in a forest .<2>Two weeks later she went into my office merrily .She had left her bed unmade for the first time in 42 years-and nothing bad had happened .`` And you know what ? ''she said .`` I do n't dry my dishes anymore either. ``<3>One was discovering that she had choices in her life that she had never seen before .The other was giving herself permission to be less than perfect .This story shows an important principle about managing time No one can do it a11 .Each of us has to make choices and accept trade-offs .The problem is that many people choose in ways that put themselves and their health last .They take better care of their houses and cars than they do of themselves .<4>So what is the solution ?There 's an easy way .Decide what you want in your life and put that first .On a daily basis that should include regular meals enough sleep and time with your family .Exercise leisure friendships and hobbies should also be regular aspects of life .<5>The choice is yours whatever makes you feel good about yourself and your life .Take a nap .Take a walk .Take time to play the piano .Stop bringing your briefcase home from the office .Stop keeping your house as clean as your mother kept hers .Fill more of your time with want-to-dos instead of have-to-dos .\", 'candidates': ['Most people do not take time to relax themselves .', 'The point is to do something for yourself every day .', 'A patient came to see me about the stress in her life .', 'This woman had made two major breakthroughs .', \"Above all you need n't do anything for yourself regularly .\", \"They put everyone else 's needs ahead of their own .\", 'However she went along with my idea .']}", + "output": [ + "[2, 6, 3, 5, 1]" + ] + }, + { + "input": "{'passages': '<1>They are Americans .Tony likes sports very much .<2>Anna likes music very much .<3>But they both like playing games on computers .<4>For lunch, Anna likes eating vegetables and fruit, but Tony likes chicken and fish .They both like hamburgers .<5>', 'candidates': ['They like eggs, bread and milk for breakfast .', \"She can't play ball games .\", 'He can play football, basketball and volleyball .', \"But they don't like ice cream or cheese .\", 'Tony and Anna are brother and sister .', \"Instead, she hurried out of the supermarket, leaving me holding my brother and sister's hands .\", 'They may also be habit-forming or have unpleasant side effects like dizziness( ) dry mouth, and next-day sleepiness .']}", + "output": [ + "[4, 2, 1, 0, 3]" + ] + }, + { + "input": "{'passages': \"Once upon a time , there was a selfish9 man .<1>He could not share his things with anyone , not even his friends or the poor .One day , the man lost thirty gold coins .He went to his friend 's house and told him how he lost his gold coins .His friend was a kind man . As his friend 's daughter was coming from shopping , she found thirty gold coins .<2>The girl 's father told her that the gold coins belonged to his friend and he sent for him . When the selfish man arrived , his friend handed the coins to him .After counting the gold coins , the man said that ten of them were missing .He said that he would recover the remaining coins from the kind man .<3>The selfish man left the gold coins and went to the court .The judge then sent for the girl and her father .When they arrived , he asked the girl how many gold coins she found .<4>The judge then asked the selfish man how many gold coins he lost and he answered forty gold coins . The judge then told the girl to keep the gold coins and that if anybody was looking for them , he would send for the girl .The judge told the selfish man that if anybody reported that they found forty gold coins , he would send for him .<5>But it was too late .The judge did not listen to him .\", 'candidates': [\"But the girl 's father refused .\", 'He liked everything to be his own .', 'She replied thirty gold coins .', 'As a kind man , he was always ready to help others .', 'When she arrived home , she told her father what she found .', 'It was then that the man said that he had lost thirty gold coins .', 'Now he had no choice but to return the ten missing coins to the man .']}", + "output": [ + "[1, 4, 0, 2, 5]" + ] + }, + { + "input": "{'passages': \"Silent Signs of Sun Poisoning Too much sun can do more than turn your skin red or brown .It can actually make you sick .Here are some symptoms of sun poisoning .<1>Summer is n't exactly flu season , so if you have flu-like symptoms after a long day in the sun , you may be to blame . ''When the skin is damaged by UV rays , it releases chemicals that make you feel terrible like you 've got the flu , '' says John Anthony , MD , dermatologist at Cleveland Clinic in Cleveland , Ohio .<2>It is often the term used for a severe case of sunburn .So , when you turn the corner from uncomfortable redness to a deep redness that makes you feel sick , that 's a sign you 've had way too much .<3>`` A lot of these symptoms can be caused by a combination of too much sun and dehydration .`` says Dr. Anthony .If your head feels off , or you have a headache , find shade immediately and rehydrate . You have a fever . A fever is a sign that something 's not right with your body .If your temperature rises once you 're out of the sun and you feel generally unwell , play it safe and call your doctor or head to urgent care . ''<4>Better safe than sorry , '' says Dr. Anthony . You fall asleep in the sun .`` I usually see sun poisoning in people who fall asleep in the sun and then get burned terribly . ''says Dr. Anthony .<5>It could happen as soon as you get inside or take over while you 're sleeping that night .So if you 've accidentally spent an entire afternoon catching rays or unprotected skin , take precautions even if you feel just fine .\", 'candidates': ['Your skin has a red swelling .', 'You feel dizzy or lightheaded .', 'You feel like you have the flu .', \"Without enough water , your body ca n't function properly .\", \"Sun poisoning does n't really mean you 've been poisoned .\", 'The time it takes for sunburn to reach its maximum burn varies .', \"If you have a fever and chills , it 's a good idea to see or call a doctor .\"]}", + "output": [ + "[2, 4, 1, 6, 5]" + ] + }, + { + "input": "{'passages': \"Summer is the perfect time to relax . As you plan for your trip , here are some tips on how to protect yourself .<1>.Fight against the mosquitoes in the hot spots . There are many mosquito-borne illnesses in tropical regions , which are traditionally vacation hot spots .Therefore , mosquito repellent that contains DEET should be an essential item in your travel bag .<2>.In lesser-developed countries there is less equipment for clean water and public health . If you ca n't avoid unhealthful water , make sure you bring along a tea or coffee-making pot that will boil water for you . You 'd better buy a case or two of water and check that all bottle caps are sealed to assure the bottled water is n't just a refilled bottle of dirty tap water . Always protect your feet . It 's best to wear slippers in the shower , but if you must be barefoot , put a towel down on the floor .<3>.You should never walk barefoot in any area of a foreign country , including your hotel room . Be sure to eat safe fruits .<4>.They may have been washed in the same water , or wiped with the same rag used to clean work surfaces in kitchens . The best advice is to bring your own peeler so that you know that something clean has been applied to the fruit . Enjoy the smell of roadside stands , not the food . Unless the food is piping hot when served , it 's best to stay away from roadside stands , no matter how good the smell of the food might be . If you are concerned about whether a restaurant is clean , order the food to go .<5>\", 'candidates': [\"Do n't trust the local water\", 'Any fruit served fresh may be polluted', 'Look out for any water not served in a bottle', 'The boxes may be cleaner than the plate or fork on the table', 'You should know how to keep yourself away from dirty fruits', 'They are necessary to avoid coming back with a major illness from your trip', 'Parasites can enter the skin of your feet and travel to different parts of the body']}", + "output": [ + "[5, 0, 6, 1, 3]" + ] + }, + { + "input": "{'passages': \", , .The act of giving gifts is a gesture of friendship , love , celebration and thanks .With a little planning , your gifts will be remembered for years .<1>Put a reminder in your diary one or two weeks before the occasion so that you can start doing your shopping .If your receivers live very far away and you need to mail the gift , then advanced planning is even more important .It will make sure that your gift gets to them on time .Do n't give based on what others give you .We often hear people say `` She 's spending $ 100 0n me , so I should spend $ 100 0n her '' .<2>Your gifts should be based on what is on your heart for your receivers .Do n't worry about 'whether your receivers are going to give you something back or how much they are spending on your gifts .Respect your budget .<3>Gifts given with sincerity are appreciated even more than expensive items .By planning how much you need to spend on your gifts for .others and assigning a dollar amount to each desired gift on your list , you 'll be better prepared to shop within your budget .Be aware of wrappings .<4>A tastefully wrapped gift with materials that can be reused or recycled shows your caring for the environment .Present your gift with respect<5>And when you do , present your gift by holding with both your hands as though you were holding it on a silver platter .\", 'candidates': ['This thinking completely ruins the value of giving gifts to each other .', \"Beautiful gifts do n't necessarily need to rely on ribbons or boxes .\", 'The cost of your gift will not be the main factor in its success .', 'The best way to present a gift is always presentingit in person .', 'T his is adopted from Asian culture to show respect and care .', \"You should n't buy gifts which are out of your budget .\", 'Keep a schedule of the special dates .']}", + "output": [ + "[6, 0, 2, 1, 3]" + ] + }, + { + "input": "{'passages': \"Tips on how to save money It 's important for you teenagers to know how to save money .You know that the money you save can be for rainy days and be used to pay through your college education .If you think it 's a difficult task and do n't know how to do it , please do as the following .<1>My dad always tells me that if one does n't respect money , it will never respect you .Hence , it 's important that you keep a record of your daily expenses .Make it a habit to write down all that you have spent .And when you find out the total expenses at the end of the month , you will realize what you have spent more money in doing .<2>Open a savings account . Opening a savings account is a better way to save money .You can set a goal ; say ( for example ) , the money is for a new notebook or for college , and then save , until you have enough money to buy a notebook or until you go to college .<3>Do not carry much cash . Do you have the habit of not leaving a store without buying anything ?The only way to stop that is carrying less money around with you .Go to the store with the minimum amount of money , which will not even help you buy a drink .<4>Save the changes . Save the changes that you get back .If you have gone to a shop to buy something and get back some changes , then do not spend them .<5>And you 'll be surprised at the huge amount of money after days . Follow these tips above , and thus you can save a lot of money .And surely , they 'll help you to be more responsible in your life .\", 'candidates': ['Keep a record of your daily expenses .', \"After a few days , you 'll get rid of this habit .\", 'Instead , you can save them in your piggy bank .', 'By that time , you will realize the importance of saving money .', 'Saving money builds your financial power and personal freedom .', 'Next month , you will automatically try and save more in that part .', 'Nowadays in the developed and developing countries , people are all working for the sake of earning money .']}", + "output": [ + "[0, 5, 3, 1, 2]" + ] + }, + { + "input": "{'passages': \"The British people have their own customs .Their traditions and habits are quite different from those of Chinese people .Here are some important ones : The English people love to talk about the weather , but why do they like to talk about it ?There are probably two reasons .One is the uncertainly of the weather .For in Britain the weather changes very often .Another reason is that .<1>`` Ladies first '' is also a British custom .It 's considered to be polite to let a woman go first , to protect her from cars ,<2>The British people have the habit of waiting in line .If someone cuts into the line ,<3>, so do n't jump the queue .In British , you should never ask a woman her age ,<4>Do n't bargain in British when you go shopping .The British do not welcome bargaining ,<5>\", 'candidates': ['and sometimes they are fond of bargaining .', 'the British people will look down upon him or her .', 'talking about the weather is a way of being friendly .', 'and often they consider it losing face .', \"because all the women think it 's impolite .\", 'to help her get on and get off the bus and to do many other things for her .', 'they will be very kind to him or her .']}", + "output": [ + "[2, 5, 1, 4, 3]" + ] + }, + { + "input": "{'passages': \"There are nineteen boys and twenty-eight girls in our class .<1>His name is Sam .He 's thirteen .<2>They are sisters .Their names are Kate and Jane .They are twelve .They are my friends .<3>Our Chinese students all like the English boy and the American girls , and they like us , too .<4>We help them and they help us .Look , there come Kate and Joan .<5>Let 's say hello to them .\", 'candidates': ['Two of the girls are Americans .', 'We play games together .', 'One of the boys is English .', 'All of the other boys and girls are Chinese', \"They 're coming this way .\"]}", + "output": [ + "[2, 0, 3, 1, 4]" + ] + }, + { + "input": "{'passages': \"If you want to be a volunteer , the following may help you enjoy and get the most out of it .Ask questions .You have to know what volunteer work is right for your skills , your goals , and the time you want to spend .<1>Make sure you know what they want from you .Before starting , make sure you are comfortable with the group .<2>Do n't be afraid to make a change .Speak up if your experience is n't what you expected .<3>Enjoy yourself .Most importantly , make sure you 're having fun !<4>If you 're not enjoying yourself , ask yourself why .Is it the tasks you 're doing ?The people you 're working with ?Or are you uncomfortable because the situation is new ?<5>If you can do as the above while volunteering , your life in volunteering will be full and interesting .\", 'candidates': ['Talk to the group about your possible change .', 'The best volunteering activities do good to the volunteers .', \"Finding out what 's troubling you can help you decide how to go on with your work .\", 'You should make sure what they want you to do .', 'You also have to know who you will be working with and what to do if you have difficulties .']}", + "output": [ + "[4, 3, 0, 1, 2]" + ] + }, + { + "input": "{'passages': \"On June 2 , 1886 , a German captain threw a message in a bottle into the water while his ship crossed the Indian Ocean .Around 132 years later in January , the bottle was found on the Australian coast ,<1>The bottle was thrown into the water to track ocean currents .Between 1864 and 1933 , German sailors threw thousands of bottles into the sea .<2>But throwing messages in bottles into the ocean is not just for scientists .People send out such messages for many reasons .Some people write information about themselves in the hopes of finding a pen pal .<3>And still other people just write down some jokes , song lyrics or anything else they think might be fun .There are even online messages in bottles .People can send the messages through WeChat or QQ .The reasons and ways might be different , but the goal is always the same : to reach out and try to connect with someone .<4>In 1988 , the British band The Police wrote a song called Message in A Bottle that describes this feeling .As the song 's lyrics say , we are `` a hundred billion castaways looking for a home '' .When will you feel relieved ?`` A hundred billion bottles washed up on the shore .<5>\", 'candidates': ['Others write down secrets , hoping that the waves will wash them away .', 'This kind of shared feeling might be why this tradition has remained popular for so long .', 'making it the oldest-known message in a bottle in the world .', \"Seems I 'm not alone at being alone .\", 'Some 663 of those messages were found later .']}", + "output": [ + "[2, 4, 0, 1, 3]" + ] + }, + { + "input": "{'passages': \"<1>We do many things together .<2>He's fifteen years old and he's tall and thin .He's got blond hair and blue eyes .He's polite and very clever .He's very good at math and he helps me with my homework sometimes .He usually wears jeans and a T-shirt but in the photo he's wearing black trousers and a yellow T-shirt .We also play basketball at a nearby park together and sometimes we play video games at my home .Our friend Ann doesn't go to our school .<3>She's a little bit shy .<4>We love it .Ann is really good at Kung Fu .<5>She sometimes plays basketball with us, too .In the picture she is wearing a dress, T-shirt and a baseball cap .The three of us have great fun together,\", 'candidates': ['We all have Kung Fu lesson every Tuesday and Friday afternoon .', \"She's short and thin, with straight brown hair and brown eyes .\", 'John lives near my house and we are in the same class .', 'My best friends are John and Ann .', 'We call her the Kung Fu Kid .', \"My best friend and I had promised to send each other something every Valentine's Day .\", \"My soul felt redeemed and I couldn't wait for the freedom of, once again, looking straight into the old lady's eyes .\"]}", + "output": [ + "[3, 2, 1, 0, 4]" + ] + }, + { + "input": "{'passages': \"<1>His father has a factory .<2>On his way he drove fast and suddenly his car fell into the river and he died in the accident .The old man left his son much money and the factory .But the man spent all the money in nearly three years and at last he had to sell the factory for food and clothes .<3>Nobody would use a man like him .The young man thought and thought .At last he found a way .He began to beg from door to door .Most people in the town knew him well and few of them had a pity on him .<4>He had to leave the town and came to Toronto .In the city he began to pretend that he couldn't speak .So he could beg some money and food .<5>Cook, one of his father's friends .The man asked, How long have you been dumb , Henry?The sudden question made the young man burst out , since I was born!\", 'candidates': ['One day Henry was begging by the station when he met Mr .', 'Henry was born in a small town .', 'One night the man drank too much and drove his car home .', \"Another three years passed and he wanted to find work but he couldn't do anything .\", 'So he was often hungry .', 'The small marked town of Wimborne Minster in rural Dorset was named the healthiest place to live in .', 'In countries where naps are traditional,people often suffer less from problem such as heart disease .']}", + "output": [ + "[1, 2, 3, 4, 0]" + ] + }, + { + "input": "{'passages': '<1>Flames shot hundreds of feet into the air .<2>The heat was intense -- so intense that firefighters had to park their trucks a block away and waited for the heat to die down before they could begin to fight the fire .<3>Then , all of a sudden , from several blocks away came a fire truck racing down the street .With its brakes screeching , it hit the curb in front of the fire .The firefighters jumped out and began to battle the blaze .All the firefighters who were parked a block away saw this , and they jumped into their trucks , drove down the block and began to fight the fire , too .As a result of that cooperative effort , they were just barely able to bring the fire under control .<4>They decided to give him a special award to recognize him for his bravery in leading the charge .At the ceremony the mayor said , Captain , we want to honor you for a fantastic act of bravery in leading the charge .You prevented the loss of property , perhaps even the loss of life .<5>Without hesitation , the captain replied , Your Honor , a new set of brakes of my truck would be great !', 'candidates': ['Many years ago there was a huge oil refinery fire in a small town .', 'I moved to the small , busy town of Edison in New Jersey six years ago .', 'As you can see , the weather can have an effect on the chemicals which control our brains .', 'However , it was about to rage out of control .', 'If there is one special thing you could have -- just about anything -- what would it be ?', 'The people who saw this teamwork thought , My goodness , the man who drove that lead fire truck -- what an act of bravery !', 'The sky was thick with grimy black smoke .']}", + "output": [ + "[0, 6, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"An English traveler found himself in a northern European country with a little money to buy the ticket for the travel back home .As he knew that it would take him only two days to get to England, he thought that he would be all right without food .<1>He closed his ears to the lunch bell .When dinner time came, he refused to go to the dining hall, saying that he was not feeling well .<2>At dinner time he was so hungry that he could not stand it any longer .<3>At dinner he ate everything in front of him at the table, then he worried about the coming trouble .<4>there isn't any bill .<5>On the ship the money for the ticket includes meals .The traveler regretted when he heard this ..\", 'candidates': ['Bring me the bill, he said .', 'The answer is Somnapure , a product that represents nature and science coming together .', \"I'm going to eat, he said, even if they throw me into the sea .\", 'Was the answer .', 'So he bought a ticket and went on board .', \"The next morning, he didn't go to breakfast and at lunch time he again stayed in his room .\", 'That being said, there might be some adolescent wisdom in her behavior after all .']}", + "output": [ + "[4, 5, 2, 0, 3]" + ] + }, + { + "input": "{'passages': 'After a long day at work , coming home is a breath of fresh air .Home is a comfortable place to sit back and relax .<1>Below are a number of things we can do to create a healthy home environment that will help to ease the workday stress and promote our physical and mental health .<2>It may seem like a tiring thing to clean but there is a reason for doing so .We can remove dust by cleaning the house .Leaving layers of dust everywhere means that there is a build-up of dust .And where do these layers of dust go ?Into our lungs . Making sure the rooms are full of sunlight is also important .We may not realize it but sunlight is an important part of our growth .We all know that sunlight promotes better working conditions .<3>Think about using a Parans system where sunlight does not reach .This technology gathers the sunlight by using solar panels .It can send out sunlight wherever we are . It is also a good idea to add more plants in our house .<4>They also give off oxygen , which can lower stress and improve our moods . Along the lines of being green , it can also be vital to think about what things we are bringing into the house .Try to avoid specific plastics that are harmful to health .<5>They may contain poisonous chemicals that can be breathed in , or simply absorbed through the skin .', 'candidates': ['However , is it as healthy as it can be ?', 'Is our home as comfortable as it used to be ?', 'The same thing applies to certain carpets and paint', 'Going green will help to remove toxins in the air .', 'Besides , it can reduce both stress and high blood pressure .', 'Cleaning the house regularly is the first thing we should do .', 'It is acknowledged that a greener lifestyle is linked to better health .']}", + "output": [ + "[0, 5, 4, 3, 2]" + ] + }, + { + "input": "{'passages': \"Being a teenager can be tough .`` Troubled '' and `` rebellious '' are often labels that people give kids in their teens .There are even scientific theories explaining that the likelihood of teenagers taking is due to the fact that their brains are n't fully developed yet .<1>But a new study by researches at the University of Pennsylvania and Cornell University may have finally cleared up this misunderstanding .<2>They simply are easily attracted by new things and are eager to explore the world . The adolescents lack experience .<3>This personality trait is called `` sensation seeking '' , which is shared by a lot of people and usually peaks during adolescence . Instead of being something to worry about , sensation seeking is actually necessary , since the process of learning usually goes hand in hand with taking risks .`` Teenagers need to build experience so that they can do a better job in making the difficult and risky decisions in later life .Should I take this job ?or<4>' `` said Valerie Reyna , co author of the study . ''<5>If they do n't make a mistake in their teenage years , they will have no life experience when they turn 18 and step out of their parents ' protection and into a world that 's unknown to them .Kids need the freedom to test out boundaries while still in a safe environment , '' wrote Ann Robinson , editor of The Guardian .\", 'candidates': ['Should I marry this person ?', 'It turns out that teenagers are fine', 'Adolescents should do as follows', 'What can parents do to help the kids ?', 'There s something scarier than taking a risk .', 'in other words , they just can t help it .', 'Therefore , they keep trying things out for the first time in their life .']}", + "output": [ + "[5, 1, 6, 0, 4]" + ] + }, + { + "input": "{'passages': \"Most of us spend our lives seeking the natural world .We go fishing, sit in the garden, have a picnic, live in the suburbs or go to the seaside .The most popular leisure activity in Britain is going for a walk .When joggers jog, they don't run the streets .<1>But despite this, our children are growing up naturedeprived .<2>These days, children are robbed of these ancient freedoms, due to problems like crime, traffic, the loss of the open spaces and strange new ideas about what is best for children, that is to say, things that can be bought, rather than things that can be found .The truth is to be found elsewhere .<3>Those whose accommodation had more natural views showed an improvement of 19%; those who had the same improvement in material surroundings but no nice view improved just 4% .ADHD is one of the great problems of modern childhood .<4>However, we spend money on drugs rather than on green places .The life of old people is measurably better when they have access to nature .The increasing concern for the growing population of old people is in quality rather than quantity of years .<5>Even problems with crime and aggressive behaviour are reduced when there is contact with the natural world .We need the wild world .It is essential to our wellbeing, our health and our happiness .\", 'candidates': ['Every one of them tend to go to the park or the river .', \"It wasn't, of course, but at the moment I realized something for the first time: All Christmas trees are perfect .\", 'One study after another indicates that contact with nature gives huge benefits to ADHD children .', 'A study in the US: families had moved to better housing and the children were assessed for ADHD--attention deficit hyperactivity disorder .', 'And study after study finds that a garden is the single most important thing in finding that quality .', 'Every time they order a coffee, they can give one to somebody in need .', 'I spent my boyhood climbing trees .']}", + "output": [ + "[0, 6, 3, 2, 4]" + ] + }, + { + "input": "{'passages': \"Joseph Sekar , a man from India , is a superhero to thousands of wild parakeets .The 63-year-old man had always left some grains out for the neighborhood birds .<1>A few days after the earthquake , Sekar noticed two parakeets flying in the neighborhood and fed them with some rice .The following day , the birds not only returned but also brought along some hungry friends .<2>Today between 2,000 and 4,000 beautiful parakeets visit the `` birdman '' twice a day !Sekar does not feed the birds with raw grains .He cooks them !<3>He then spreads the grains on his roof .The breakfast begins at about 6:00 a.m. when a group of beautiful parakeets fly in and continues until the last grain is gone !The same thing happens in the evening .<4>Besides feeding them , this superhero also takes in sick birds and takes care of them .<5>Sekar spends 40 % of his daily income ( $ 13 USD ) on their meals .He says all his actions come out of a sense of love .\", 'candidates': [\"More birds `` heard '' about the kind man and joined in too .\", 'Of course , feeding so many birds is not cheap .', 'The birds arrive around 4:00 p.m. and stay for almost two hours .', 'However , things changed in 2004 when an earthquake hit the Indian Ocean .', 'He gets up at 4:30 a.m. and spends over an hour cooking the grains .']}", + "output": [ + "[3, 0, 4, 2, 1]" + ] + }, + { + "input": "{'passages': \"<1>says Wang Lin, 28, a writer in Beijing .<2>She spends a lot of money on Taobao .Many Chinese internet users like Wang Lin find the happiness of online shopping .<3>More women shop on line than men .Clothing and home-use things are the most popular on line .<4>Taobao means looking for good in Chinese .People can find almost everything they need on Taobao, from clothes to books, from toys to DVD players .<5>If you don't get the things from the sellers or are not satisfied with them, the shop owner will not get the money .You can also get your money back if you don't want them .\", 'candidates': [\"Taobao, China's largest online shopping site, is becoming an important part of Wang Lin's life .\", \"It's natural for all kids to worry at times,and because of personality differences,some may worry more than others .\", ' Who needs a shopping mall if you have Taobao?', 'It was reported that Chinese people spent more than 250 billion yuan on line shopping last year, 80% in Taobao .', \"You may worry about the security of online shopping, Wang Lin said, It's very safe .\", 'Most online shoppers are students or young workers .', 'Today, young students and workers of every country can meet in the hostels and get to know each other .']}", + "output": [ + "[2, 0, 5, 3, 4]" + ] + }, + { + "input": "{'passages': \"Be a Green Child What does it mean to be green ?`` Green '' is more than just a color1 .<1>Why green ?Plants are green , and without them the Earth would n't be such a lovely home for us human beings .What can we do ?Here 's a four-step guide to being green . Reduce It !<2>For instance , a shorter shower means you used less water and less fuel since your house uses to run the heater that warmed up the water . Reuse It ! Sometimes people call ours a `` throwaway society '' .It means that we 're a little to willing to throw away old stuff and buy new stuff .<3>.For instance , if your baby brother becomes older and loses interest in his plastic basketball hoop , why not give it to another family who has a little kid ? Recycle It ! Recycling has never been easier .Many communities will pick it up right in front of your house and some towns even require it .Recycled goods go to a recycling center , where they can be turned into new cans , bottles , and paper . Enjoy It ! It 's true that rubbish and pollution are problems , but the Earth remains a huge and beautiful place that 's ready for you to explore .<4>Go for a hike , visit local nature centers and gardens , and climb up mountains . But before you travel the globe , take a look at your own backyard .Is there a spot where you could plant a tree or put in a little fruit or vegetable garden ?<5>\", 'candidates': ['It also means taking special steps to protect the environment .', 'Many times , even if you no longer need something , someone else just might .', 'You can start locally by visiting the naturally beautiful spots in your city .', \"Turn off the water when you 're brushing your teeth .\", 'Get out there and get your hands dirty .', 'You can watch with pride as your tree takes root and your garden plants grow .', 'When you use less of something , you do a good thing for the Earth .']}", + "output": [ + "[0, 6, 1, 2, 5]" + ] + }, + { + "input": "{'passages': \"5 A B C D E F 5 1 5 Different groups around the world are working to expand the uses for mobile technology in health care .In the world , there are six billion mobile phone users in a population of seven billion people .<1>Africa has widespread adoption .Three or four years ago the penetration rates were 20 percent or 30 percent , and now they 're getting upwards of 60 percent in some countries .<2>Earlier research had been to look at mobile technologies and AIDS .And so we have some great evidence on the effectiveness of mobiles .During the first week of December , 2012 , more than 4,000 people from 50 countries met for the fourth annual m Health Summit .It brought together experts from what the organizers call the m Health ecosystem .In 2011 Secretary of State Hillary Clinton started a public/private partnership called the Mobile Alliance for Maternal Action , or MAM There are about 800 women a day and about three million babies a year die from pregnancy and childbirth-related causes .<3>The messages cover pregnancy and the first year of a baby 's life .These health messages may also be sent to a pregnant woman 's husband and mother-in-law .<4>Messages can be text or voicemail .You can have a pregnant woman in Bangladesh registered into a system that provides messages that help her know what to do and when to do certain things .Simple text messages can be important sources of information to people without Internet access .<5>They have to be able to read through thousands of entries that come back to them on Google , for example , and then figure out what that information means to them .And that 's not something that someone in a poor and uneducated kind of situation can do .\", 'candidates': ['That way they too can understand what needs to be done .', 'Millions of messages about baby care are received every day .', 'A lot of work has been done to use mobile technology for health .', 'And the most rapidly growing markets are those in developing countries .', 'The program sends messages to women to educate them about their health .', 'Besides , online users may sometimes not understand all the information available .']}", + "output": [ + "[3, 2, 4, 0, 5]" + ] + }, + { + "input": "{'passages': \"For the love of reading The importance of nurturing young children as readers has become more and more apparent .<1>Read aloud . A six-year study found reading aloud to children every day puts them almost a year ahead of children who do not receive daily read-alouds .It is a way to bathe children in the power of the written words .Using texts above the children 's levels gives them the chance to hear high-level vocabulary and absorb complex language structures .<2>Encourage close reading from the youngest age . We can do this by asking them questions .Use picture book illustrations to strike up deeper questions and conversations .Ask questions you do n't know the answers to so that children will be able to answer in ways that reflect their own ideas .<3>Entering the world of stories and knowledge should feel like an exciting discovery process .Create visual ways to track the journey .From a reading minute tracker to a `` words we learned '' or `` our big ideas '' chart , we can use these visuals to pause for `` hip hip hooray '' moments . Honor each child 's unique identity . Children become great readers by finding connections as they read .<4>`` I notice you like books where animals are the main characters . ''`` I notice you like books where girls are strong characters . ''Even the youngest child will begin to recognize that each person 's reading choices matter .<5>A child who sees reading as a lifelong , constant companion is more likely to have a lifetime of success .\", 'candidates': ['Make the journey a celebration .', 'Hand them a pen when it is necessary .', 'All in all , young children can read early and should be reading all year .', 'Name what you notice about why a child is drawn to a text .', 'Here are four ways to help your child become a reader .', 'The child builds the knowledge that is necessary for being a reader .', 'Reading aloud below their levels also allows them to relax and enjoy beloved texts .']}", + "output": [ + "[4, 6, 0, 3, 2]" + ] + }, + { + "input": "{'passages': 'In Singapore,many middle school students spend a lot of their time on their studies .Good education is often regarded as a ticket to success in their future .So,many of these students try their best to get good grades in their examinations .They have a lot of homework every day and exams are a big headache .Sometimes,some of them are even made to go to remedial classes after schoo1 .<1>The students can take part in sports and games,music and dance,hiking and rock-climbing ,etc .<2>In their spare time,most students like to listen to pop music .<3>They understand IT very well .<4>They sometimes go to cafes,fast-food restaurants,shopping centers and big bookstores .<5>', 'candidates': ['They may also be habit-forming or have unpleasant side effects like dizziness( ) dry mouth, and next-day sleepiness .', 'Schools run programs outside school hours .', 'Some jobs offer flexible working hours so that you can travel to work outside of rush hour .', 'So,it looks like life as a middle school student in Singapore is not easy but it is rich and colorful .', 'Some of them also spend their free time surfing the Internet,e-mailing their friends,playing computer and video games .', 'And Hollywood blockbusters ,Hong Kong and Singapore movies are very popular among them .', 'They are also very active in community service .']}", + "output": [ + "[1, 6, 5, 4, 3]" + ] + }, + { + "input": "{'passages': \"The world shares him and London claims him , but Stratford-on-Avon intends to spend 2016 celebrating Shakespeare as their man : the bard of Avon , who was born there in 1564 , and died there 400 years ago .<1>People have seen Shakespeare as a Dick Whittington figure , who turns his back on Stratford and his family , goes to London to earn his fortune and only comes back to die , he said .<2>We are going to spend the year re-emphasizing the importance of Shakespeare , the man of Stratford .The anniversary of the death of the most famous and the most performed playwright in the world will be marked across Britain and the globe .<3>Shakespeare 's Globe is completing the first world tour , in which it has taken Hamlet to almost every country .North Korea is still holding out , though .The Globe director recently jokily claimed Shakespeare as a true Londoner .<4>His old school room in Stratford-on-Avon where Shakespeare learned 'small Latin and less Greek ' -- as kindly laughed at by his friend Ben Johnson -- will open its doors , scarred by centuries of naughty schoolboys , to mark 400th anniversary of Shakespeare 's death , said Paul Edmondson .Shakespeare bought the splendid New Place , the second best house in the town , when he had made his fortune on the London stage .<5>He believes that after Shakespeare bought it , all his thinking time was spent there , and that the late plays , including The Tempest , were at least planned in his library and probably written there .\", 'candidates': ['But Stratford is where he bought land and property , where he kept his library , where he lived and read and thought .', \"You do n't buy a house like New Place and not live there , Paul said .\", 'Before a road in a town can be made wider , many buildings have to be pulled down .', \"Stratford remained hugely important throughout Shakespeare 's life , argues Paul Edmondson , the head of learning and research at the Shakespeare Birthplace Trust .\", 'Stratford , however , will be insisting that the town made and educated Shakespeare .', 'Macbeth is about to open in Singapore , Romeo and Juliet in Brussels .', \"But if more adults were careful about what their own kids read , they would n't have to ban books from the library .\"]}", + "output": [ + "[3, 0, 5, 4, 1]" + ] + }, + { + "input": "{'passages': \"An American friend has invited you to visit his family .You 've never been to an American 's home before , and you are not sure what to do .Do n't worry !<1>The question of whether or not to bring a gift often gives guests a headache .<2>Of course , some people do bring some small gifts like flowers , candies orif the family has small children toys .If you choose not to bring a gift , do n't worry .No one will even notice .American hospitality begins at home .<3>When invited for a meal , you might ask , `` Can I bring anything ? ''If it 's not a potluck , where everyone brings a dish , the host will possibly answer , `` No , just yourself . ''For most informal dinners , you can just wear comfortable clothes .<4>During the dinner conversation , it 's polite to say the food is nice .After dinner , you can help clear the table or wash the dishes .But since you are the guest , your hosts may not let you help .<5>If the hosts are not smokers , you should n't smoke in their house .And , above all , do n't go around looking at the house if you are not invited .After about an hour of chat , it 's time to say good-bye .You do n't want to wear out your welcome .\", 'candidates': ['Remember to arrive on time , or call to tell your hosts that you may be late .', 'Most Americans agree that good home cooking beats restaurant food any day .', \"When you 're the guest , you should just make yourself at home .\", 'Instead , they may invite everyone to move to the living room to drink some tea or coffee .', \"In American culture , it 's not a must-do thing to bring a present .\"]}", + "output": [ + "[2, 4, 1, 0, 3]" + ] + }, + { + "input": "{'passages': \"<1>Then a storm broke out, and their famous guide, Caius Insectus, disappeared into the flood , and the few ladybirds who survived had to choose a new leader to guide them out of trouble .They decided that their new leader would be the first ladybird to successfully travel south to the Great Lake and return to describe it .Many young ladybirds moved off immediately into this adventure .One by one they returned and told of how beautiful the southern lake was at that time of year, with its clear waters and flowers .However, the last of the ladybirds was late in getting back .He hadn't managed to reach the lake .<2>Following their new guide, they spent a morning walking northwards until they reached some tall thick grassland, where they stopped .There were no clear waters or flowers in front of them .The heavy rain had turned the place into a huge green puddle .<3>When the ladybirds had gone out looking for the lake, they had gone in the wrong direction .<4>And so, the late little ladybird was made the Great Guide .They also decided that every time one of them was discovered lying they would paint a black spot on that ladybird's back .<5>\", 'candidates': ['Failing to immediately sell the treasures, he threw the other four pieces away the next day, the document said .', 'Everyone criticized him, and they prepared to continue their journey the next day .', \"Ladybirds didn't have black spots on their backs at first .\", \"From then on, when a ladybird looks at another's back, it can tell whether that ladybird can be trusted .\", \"In fact, it's likely that some of these things have already happened to you .\", 'Now they could see that, except that one late ladybird, they had lied in order to get what they wanted .', 'Everyone understood what had happened .']}", + "output": [ + "[2, 1, 6, 5, 3]" + ] + }, + { + "input": "{'passages': \"Being outspoken is a quality that , when used with skill and wisdom , can set you apart from the crowd .<1>The quality of being outspoken is a positive and active skill . Here are some tips . Gain self-knowledge through journaling . Knowing who you are , what you believe , and how you feel is the beginning of knowing yourself , and journaling is a great way to gain that knowledge .<2>Not only can you know yourself better , journaling is an excellent tool to improve self-confidence . Self-confidence is the foundation of being outspoken .<3>In order to be outspoken , you have to believe that your voice has worth . You have to believe that your input will make any conversation better . And it probably will ! It 's different opinions that make conversations or debates interesting . Overcome shyness . The fact that you 're confident does n't mean you like hearing your own voice .<4>Overcoming a natural tendency towards shyness can seem horrible , but doing the opposite of your natural instinct can open up a whole new set of choices : brave choices . Back up your opinion with facts . Some people feel uncomfortable having or expressing an opinion because they do n't know much about a topic .<5>\", 'candidates': ['Be confident .', 'Open your mind and speak it out .', 'The next step is overcoming your shyness .', 'Practice journaling for 15 minutes each night before bed .', 'Being outspoken is to speak your mind-to be honest and frank .', 'Allowing the other parties to make their points fully can help you seem more reasonable .', 'You can combat this feeling and have more confidence about your opinion if you learn facts that can support your opinion .']}", + "output": [ + "[4, 3, 0, 2, 6]" + ] + }, + { + "input": "{'passages': 'Bamboo flooring is a growing trend in home flooring and is also a great improvement to traditional hardwood floors .<1>It is also a renewable resource , is stronger than steel , and does not suffer from problems as a result of temperature changes .Bamboo is one of the fastest growing plants on earth , and only takes five years to grow to adult form .Bamboo is harvested every five years , and starts to re-grow immediately after being harvested .<2>Bamboo is hollow but very hard and can stand up to 50,000 pounds of pressure per square inch .<3>But it is important to shop around for a good-quality bamboo flooring product that contains no formaldehydes , which is said to be the best kind of bamboo flooring .Many brands use cheaper bamboo that may contain formaldehydes , and this can cause indoor air pollution problems as certain chemical materials in the bamboo slowly release their pollutants into the air .So , why should we turn to bamboo to save the enviroment ? In fact , bamboo can not save the environment directly , but it is an excellent replacement product for much of the hardwood species of trees that are being harvested in rainforests .Once harvested , if these hardwood trees do grow back , it can take up to 200 years ! Rainforests are the lungs of our planet and they make a significant contribution to global oxygen production .<4>Of course , everyone wants to buy good-quality bamboo flooring .<5>', 'candidates': ['For some reason we think that blue and white is clean , while we think of green products as being a bit unpleasant .', 'For this reason , bamboo is a kind of grass , not a tree .', 'Bamboo flooring has become very popular with its rich and beautiful golden earth colors .', 'The brands from our shop are very high in quality and have received a lot of public praise .', 'It is the most environmentally friendly kind of natural flooring that you can select for your home .', 'By selecting bamoo flooring , you can reduce the demand for hardwood materials and help save the environment for future generations .', 'It is the home to many natural wonders , such as valleys , mountains , lakes and even deserts .']}", + "output": [ + "[4, 1, 2, 5, 3]" + ] + }, + { + "input": "{'passages': \"Thanks for bringing me down here to the university last Sunday .Classes didn't start until Wednesday, so I had a few days to get adjusted .<1>It's a heavy load, but they are all courses that will count for my degree .The zoology class which meets at 8:00 every morning is going to be my hardest subject .The history class that I have in the morning is on Western Civilization; the one in the afternoon is on early United Stateshistory, our ancestors' life .<2>Besides zoology, the other class that's going to be hard is English, for you see, we have to do a composition a week .<3>There are four of us in our suite including two girls from Texas and a girl from Manitoba .Sally who is fromSan Antoniois great: I feel like I've known her all my life .<4>Heather the other girl fromTexasis kind of a pain, though; she's one of those types of people who never tell you what's bothering them and then get hostile .<5>This I take as one other class I myself open .All in all, though, it looks like it's going to be a great year .I'll write again in a week or so .\", 'candidates': ['--Kate I think this is one of the best camps that my children have attended .', \"I don't know how to get along with her but I'll try my best to make friends with her .\", 'I also really like Anne who is the girl fromManitoba .', 'I like all of my classmates but one .', \"The little experience I had with kids taught me that I didn't really like them .\", \"Calculus which I have at noon every day looks like it's going to be easy .\", \"I'm signed up for five classes: zoology, calculus, English, and two history sections .\"]}", + "output": [ + "[6, 5, 3, 2, 1]" + ] + }, + { + "input": "{'passages': \"Many people believe that , by the year 2100 , we will live on the planet Mars .Here is what life could be like .First of all , transport should be much better .By 2100 , the spaceship can travel at half the speed of light .<1>Secondly , humans need food , water and air to live .Scientists should be able to find plants that can grow on Mars .These plants will provide us with food and air .<2>We could easily jump too high and fly slowly away into space .To prevent this , humans on Mars have to wear special shoes to make themselves heavier .Life on Mars will be better in many ways .<3>It is possible to live in a large building with many bedrooms .Then , robot will do most of the work , so we have more time for hobbies .<4>Every student can study , do their homework on the computer and take exams in online schools .Each student will also have their own online teacher called `` e-teacher '' .However , in some ways , life on Mars may not be better than that on the earth today .<5>Meals will probably be in the shape of pills and will not be as delicious as they are today .Also , space travel will make many people feel ill .\", 'candidates': ['There will probably be no school on Mars .', 'It might only take us two or three days to get to Mars .', 'There is a problem for us to live on Mars .', 'Food will not be the same .', 'First , people will have more space .', 'Light travels faster than sound .']}", + "output": [ + "[1, 2, 4, 0, 3]" + ] + }, + { + "input": "{'passages': '<1>A lot of books like these begin with titles that start with the words how to .<2>They tell you how to choose a career and how to succeed in it .<3>If you never make any money, you need a book called How to Live on Nothing .<4>If you are unhappy with your life, you can read How to love Every Minute of Your life .If you are tired of books on happiness, you may prefer a book called How to Make Yourself Sad ..<5>Some people want books which will give them useful information about sports, hobbies and travels .Other people use their free time to make repairs and improvements in their homes .They like books which give step-by-step instructions on how to repair things like electrical writing, or how to decorate a house or make it larger .Why have how to books become so popular ?Maybe because life has become so popular .Maybe because life has become so complex .Today people have far more free time to use , more choices to make, and more problems to solve .How to books help people deal with modern life ., .', 'candidates': ['Many how to books give advice on careers .', 'One of the most popular kinds of books is one that helps you with personal problems .', 'Everyone has their own advice to give, which they have read about or have been told by older relatives .', 'Many of these books help people use their free time better .', 'If you would like to become very rich, you can buy a book How to Make a Million .', 'You should analyze carefully what went wrong, identify specific things you did right and give yourself credit for them .', 'Books, which give instructions on how to do things, are very popular in the USA today .']}", + "output": [ + "[6, 0, 4, 1, 3]" + ] + }, + { + "input": "{'passages': \"<1>This replace-rather-than-repair mentality is polluting the planet with electronic waste .<2>But this is not ordinary garbage .Our electronics leak harmful heavy metals -- such as mercury and arsenic -- along with equally poisonous chemicals that end up in our soil and eventually our water .You 've probably participated in a community recycling event and left feeling good about shipping off that old computer to be recycled .Chances are it was shipped overseas where it 's polluting someone else'community .Guiyu city in Southeastern China has become known as the e-waste city where low-paid workers use whatever means available to remove electronics in hopes of recovering the copper , microchips , aluminum , gold and silver and plastic that can be resold .Any leftover waste is simply thrown into the nearby river or piled up high in the streets , poisoning the children growing up here .So what can you do with your e-waste ?Robert Houghton , President and founder of Redemtech , an asset management and recovery firm , recommends you vote with your dollar .Buy from companies who have a take-back program that guarantees your discarde electronics are handled proper .<3>There are plenty of charitable organizations that will take your used electronics and donate them for charitable causes : * Electronic Recycling Association ( Canada ) ( ERA ) collects old computers for donation to libraries and other organizations across Canada .* eBay 's Rethink Initiative pairs up consumers with businesses that refurbish old computers for donation .* TechSoup has a thorough listing of resources for those who would like to donate or recycle hardware , buy recycled hardware or find a refurbisher .<4>* Call2 Recycle has set up drop off points across Canada in a number of stores .<5>\", 'candidates': ['Consumers want to do business with companies who are demonstrably good with corporate responsibility and dealing with e-waste , said Houghton .', 'You can also set up a drop box and encourage neighbors to write their own poems and drop them in the box .', \"These days it 's cheaper to throw that broken DVD player , cell-phone or TV out and buy a new one .\", 'You can drop off your cell-phone and also your rechargeable batteries from handheld electronic products .', 'That depends a good deal on where you want to get , said the Cat .', 'According to the UN Environment Program , we are throwing away an estimated 50 million metric tonnes of electronics waste ( e-waste ) per year .', '* The Charitable Recycling Program accepts all cell-phones and has a listing of charities it helps with its program .']}", + "output": [ + "[2, 5, 0, 6, 3]" + ] + }, + { + "input": "{'passages': \"Lydia Sebastian achieved the top score of 162 on Mensa,s Cattell III B paper, suggesting she has a higher IQ than well-known geniuses Albert Einstein and Stephen Hawking .The comparison doesn't sit well with the British student, who's currently in Year 8 at Colchester County high school, a selective girl's grammar school in Essex, England .<1>They've achieved so much .<2>Lydia sat the test in her summer holidays, after raising the idea with her parents and pestering them for the best part of a year .<3>I was really nervous before the test and I thought it was going to be really hard .But as I started the test, I thought it was a bit easier than I thought it was going to be, she said .Lydia's not quite sure what she wants to do when she leaves school, although she's leaning toward something based around Maths, because it's one of my favorite subjects .<4>To explain Lydia's mark's level, the top adult score in the Cattell III B test, which primarily tests verbal reasoning, is 161 .<5>Lydia scored 162, placing her in the top 1% of the population .\", 'candidates': ['A top 2% score which allows entry to Mensa, the club for those with high IQs would be 148 or over .', \"It wasn't my birthday, nor was it Easter or Christmas or any other gift-giving occasion .\", 'All I,m going to do is work as hard as I can, and see where that gets me, she said .', \"I don't think it's right, Lydia told CNN .\", \"To this day, I don't think I have gone through a more nerve-wracking experience than sitting in the hospital's waiting room .\", \"It turns out the test wasn't that hard after all .\", \"I don't think I can be compared to such great intellectuals such as Albert Einstein and Stephen Hawking .\"]}", + "output": [ + "[6, 3, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"Top Poetry Writing Tips Tips 1 : Poetry involves work , rest and play .<1>It involves hard work , especially in the early stage when you are deciding on the overall form and tone of the poem , and getting the bones of it onto the page .But writing poetry should be a playful activity , too .Have fun playing around with the language , the ideas and the music inside the poem . Tip 2 :<2>Poetry has been defined as `` the best words in their best order '' .Choose your words carefully for their sounds and meaning .But poetry is also about silence .Just as the white space on the page is needed to shape the pattern of words , so the thoughts that are left unsaid , the pauses , the quiet hints , will add to something extra to your poem .<3>If you have created enough solid stepping stones in words and thoughts , then the reader will follow you to the end of the poem . Tips 3 :<4>Poets often turn to writing a poem when they experience a strong emotion and have the need to express it .The reading of other people 's poetry can also give comfort or a sense that you are not alone in how you are feeling .But be careful not to swamp your poem with abstract emotions and do n't tell your readers how to think or feel .Tip 4 : Writing poetry can be difficult to start and hard to let go It is often difficult to know how to start a poem , but the trick is to recognize the beginnings of them , in everyday life .<5>They can start from remembering a funny conversation that you 've overheard at the bus stop ; yesterday 's nightmare ; a secret you 've been told ; or an interesting postcard that you notice in a shop .If you catch yourself thinking about something for more than a minute or two , that 's when you reach for a pen and some paper and starting jotting down thoughts , words and phrases .\", 'candidates': [\"Do n't be scared of the gaps that you leave\", 'Poetry needs an emotion and a control of it', 'poetry requires both words and silence', 'Writing a good poem rarely comes easily', 'Poetry sets the scene for readers to step into', \"Poems do n't have to come from exciting events .\", 'You must write your feelings and views with passion .']}", + "output": [ + "[3, 2, 0, 1, 5]" + ] + }, + { + "input": "{'passages': 'Macao , also called Macau , is on the western side of the Pearl River entrance , at the head of which is the Chinese port of Guangdong and it stands opposite Hong Kong which is on the eastern side of the entrance .It is made of a small narrow peninsula sticking out from Guangdong province .<1>45 square kilometers , and it is made up of three parts : Macao Peninsula , Dingbat Isle and Lehman Isle .Between Macao Peninsula and Dingbat Isle there are two bridges which join the two parts together , and there is also a highway between the Dingbat and Lehman Isles .<2>Macao faces to the vast sea and its back is the Pearl River Delta .<3>All of this offers much advantage for its economic development .<4>This is very large against the size of the area .The average population density reaches 20 , 000 per square kilometer .<5>The majority of its people are Chinese , who make up 96 % of the whole population .', 'candidates': ['Macao has a population of about 450 , 000 .', 'The second one is that the area of my work must lead me to solve some new and hard problems .', 'Therefore , two bridges and one highway make the three parts of Macao into an integrated region .', 'The two big cities , Hong Kong and Guangzhou , and the two special economic zones Hula and Shenzhen are its neighbors .', 'It is one of the densest population regions in the world .', 'The total area of Macao is about 21 .', 'The population of Budapest is about three million , and the city is a very popular place for tourists .']}", + "output": [ + "[5, 2, 3, 0, 4]" + ] + }, + { + "input": "{'passages': \"Everybody is nervous on the first day of school .Here are a few steps to help you look better and feel more comfortable .Plan ahead .It 's the most important .<1>Make sure that you have all your school things , such as paper , pens and pencils .You can also visit the school and take a look around .Get your schedule before the first day of school and look it over a few times .There 's nothing worse than looking terrible on the first day of school .<2>Have a good breakfast .You would be surprised at how much happier and more focused you will be after having a good breakfast .<3>Remember to avoid sugar-rich food , since it may make you less focused .Smile and be friendly .<4>Smiling can help you get on well with others .Also , you can improve a lot in your studies when there is a friendly atmosphere , because others will be happy to help you .Have fun .School is n't always boring .<5>If you want the time to fly by , enjoying yourself is a great way to make it happen .\", 'candidates': [\"Plan out what you 're going to wear .\", 'Try bread , fruit or other healthy food .', 'Set an alarm clock to wake you up on time .', 'We should try our best to help others if they are in need .', 'Everyone would like to be friends with those who are kind and friendly .', 'Do something crazy , but remember not to be disruptive when you should pay attention .']}", + "output": [ + "[0, 2, 1, 4, 5]" + ] + }, + { + "input": "{'passages': \"<1>They are words that sound alike at the end .Say `` sing '' , `` ring '' , and words `` wing '' .They all have the same sound at the end .They have rhymes .They make language sing .They can add fun to whatever you write .They can sometimes make things easier to remember , too .<2>Students can meet some popular English songs here , some are old , familiar childhood favorites .Others are new lyrics set to classic tunes .All are songs right for middle school classes .Here , you can learn a lot about English songs and create some of your own .<3>Hold fast to dreams For if dreams die Life is broken-winged bird That can never fly .If you want to be able to write lines alike the ones above from Langston Hughes , please come and join the class .<4>Here students will find introductions to Middle English plays , such as writers , works and stories .Students can get to know a list of books helpful for further study .Students use English in real conversations .The class gets students to come into different learning styles .<5>Here students can get to learn a type of radio , television , or internet programming .Sometimes students can be as part of a team , they can play games about the shows .Students will get to know more about the works , such as directors , actors , actress and so on .\", 'candidates': ['English Plays', 'Time to Rhyme', 'English song club', 'English poems around the world', 'Travel around Hangzhou', 'English game shows']}", + "output": [ + "[1, 2, 3, 0, 5]" + ] + }, + { + "input": "{'passages': \"Our tourist agency has a five-day tour from Yantai to Qingdao .During this period , our best guides will take you to see the attraction of the sea and swim by the seashore .Mount tai is well-known for its great views at home and abroad .This time our trip will give you the chance to enjoy the typical attraction of the natural scenes of the mountain .During this time , you can see how the sun rises in the east and the endless sea of clouds at sunset .In this summer vacation , our agency plans to visit Wang 's Grand Courtyard in Shanxi Province .In this one-day tour , we will lead you to the attraction of the well-known courtyard as well as the typical food culture in this area .Our agency will have a special three-day trip in Beijing .In our trip you will see the grand Forbidden City , the Bird 's Nest , Hutong and the Great Wall .Our agency will organize a special trip to Jiuzhaigou .In the valley , we can enjoy the beautiful lakes , waterfalls and animals .During the period , you can put yourself in the natural environment .Our agency plans to boat in the West Lake in this summer vacation .During this tour , you will see the beautiful scene of the West Lake .Also , you can have fun with your friends on the boat .<1>Nancy : I really want to visit a place where I can be far away from the city .I want to see wonderful waterfalls and quiet lakes there is no noise , no pollution and no troubles .<2>Carlos : Recently , I am interested in the courtyards and the special food culture in Shanxi Province .So I want to see the famous courtyards this summer vacation .<3>Edie : I really want to see the typical sports stadium in Beijing .Besides , I want to visit the Forbidden City and Hutong , so I can know more about the culture there .<4>Tom : I like climbing very much , because I find it not only a kind of sport , but also a good way of getting closer to the nature .At the same time , I can enjoy the scene of sunrise and the sea of clouds .<5>Alice : I live in a place far from the sea , so I want to go somewhere by the sea .\", 'candidates': ['Dalian International Tourist Agency', 'Mount Tai Tourist Agency', 'New Land Tourist Agency', 'Peking Tourist Agency', 'Sichuan Youth Tourist Agency', 'Hangzhou Tourist Agency']}", + "output": [ + "[4, 2, 3, 1, 0]" + ] + }, + { + "input": "{'passages': \"<1>Penguin Group and TFK have partnered together to help teachers show their students how they can make the world a better place .Building the encouraging lives of historic figures including Amelia Earhart, Rosa Parks, Abraham Lincoln and Albert Einstein, this attractive program takes a look at the real life stories of ordinary young people who grew up to become extraordinary adults!Download the classroom poster, student worksheets and teacher's guide provided below .Classroom Poster : You can be a Hero, too .<2>Worksheet Student Worksheet : Hero Matchup Worksheet PGA Junior League Golf It Takes a Team!TIME For Kids and PGA Junior League Golf have developed a program all about using teamwork to reach goals .<3>Encourage your class to go to timeforkids .com/teampoll and take the poll!Classroom Poster : It Takes a Team!International Fund for Animal Welfare(IFAW) Cats, Dogs, & Us TIME for Kids has partnered with IFAW to present an educational animal awareness program called Cats, Dogs, & Us .This project is sure to attract and engage students with discussion starters, in-class activity ideas, a video viewing guide, and many other in-depth and fun resources .<4>org/cats-dogs-and-us Classroom Poster : Cats, Dogs, & Us Classroom Poster Classroom Poster / Teachers Guide : Cats, Dogs, & Us Teachers Guide Full View Teachers Guide : Cats, Dogs, & Us Teachers Guide Pages Special Olympics Special Olympics Project UNIFY(r) in TIME and Special Olympics have teamed up to promote understanding of people's differences in the classroom, school and community .Special Olympics Project UNIFY(r) is an education-based project that uses sports and education programs to activate young people to develop communities where all youth are agents of change-promoting respect, dignity and support for people with mental disabilities .<5>\", 'candidates': [\"Preview IFAW's Cats, Dogs, & Us video at http://ifaw .\", '00 Children 12 & under / active, reserve, and retired military personnel with proper ID are admitted FREE Website: http://www .', \"Classroom Poster Teachers Guide : Ordinary People Series Teacher's Guide Student Worksheet : Who's Your Hero?\", 'TFK Extra : in TIME Project UNIFY(r) Student Guide Teachers Guide : in TIME Project UNIFY(r) Teachers Guide', 'Create a study group to help fellow high school students and get help if you need it .', 'Penguin Group Ordinary People Change The World!', 'Download this poster to get your students involved in the power and fun of teamwork and cooperation .']}", + "output": [ + "[5, 2, 6, 0, 3]" + ] + }, + { + "input": "{'passages': \"Traveling can be a fun way to gain life experiences especially during Spring Break a week long school vacation in the United States .But what if you 're a student and do n't have enough money for a trip ?<1>Save This probably is the most important preparation for traveling .<2>Plan ahead Do n't wait until the last minute to plan your trip .Tickets may cost more when bought on short notice .<3>Do your homework No matter where you go , research the places you will visit .Decide what to see .Travel books will provide information on the cheapest hotels and restaurants .Plan sensibly Write down how much you expect to spend for food and hotels . Stick to your plan or you may not have enough money to cover everything .Travel in groups<4>By traveling with others you can share costs and experiences .Work as you go Need more money to support your trip ?Look for work in the places you visit .Go off the beaten path Tourist sites may be expensive . You may want to rethink your trip and go to a less known area .Smaller towns can have many interesting activities and sights .<5>The most important things to take are not always clothes . Remember medicine in case you get sick , and snacks in case you can not find a cheap restaurant .Use the Internet The net can help to save money . Some useful websites include www.travelcity.corn , www.bargainslowestfare.corn and www.economictravelcity.com . By planning sensibly , even students can enjoy the travel . Your travel experiences will be remembered for a lifetime .\", 'candidates': ['Take clothes along', 'Pack necessary things', \"Do n't worry . Here are some useful suggestions .\", 'Find someone who is interested in visiting the same places .', 'Before the trip , the most important thing is to make the route .', 'Giving yourself several months to get ready can mean security and savings .', \"Cut expenses to fatten your wallet so you 'll have more choices about where to go and how to get there .\"]}", + "output": [ + "[2, 6, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \"How to Have a Successful Teenage Life Everyone wants to succeed in their life , do n't they ?Even as teenager , you can achieve success in your life , it really is n't that hard .<1>Do well in school .No matter how boring it is now , education will help you be a preductive member in society .Try your best for excellence in school , listen to the teachers , do your homework , study , and get good grades . Doing so will help you get into a better university , which will enable you to have a bright future .<2>Do good in your community ) .Volunteering can not only improve your community 's status , it could make you happier .Studies show that people who volunteer are likely to depression than people who do n't<3>.For example if you love animals.volunteer at an animal sheter .If you love helping theenvironment , plant trees or pick up Litter .When you help others , it will make you feel better about yourself .<4>Remember , they 're there to help you be the best that you can be . Respect them and value their opinions , even if they annoy you sometimes .<5>You do n't get to choose your teachers or your familly , but you still have to put up with them . Leam how to deal with people now , because when you 're an adult , you do n't get to choose your boss or your co- workers , so learn how to respect them now .\", 'candidates': ['Live life to the fullest', 'School sets you up on the right track !', 'Be nice to your parents and teachers .', 'Find chances to do volunteer work that interests you .', 'It will help you paw time and develop your personality .', 'Here arc Mime important points that you may find helpful .', 'Keep in mind th4l they do the things they do because they care about you .']}", + "output": [ + "[5, 1, 3, 2, 6]" + ] + }, + { + "input": "{'passages': \"China's government has issued a severe weather warning after the heaviest snowfalls in decades .The country is experiencing transport delays and power cuts as millions of people prepare to make long journeys home for the Chinese New Year .<1>And as the country prepares for Chinese New Year, the disruption couldn't come at a worse time .Over 100,000 people are stranded in Guangzhou railway station in the south .<2>Travellers have been evacuated to nearby sports stadiums and exhibition centres .Across China around nineteen airports have shut because of the weather .<3>The government has suspended coal exports in favour of home consumption .At least a dozen people died over the weekend because of heavy rains and the snowfall .The Spring Festival is China's most important holiday when people journey home to be with their families .<4>Some two billion journeys were made during the festival last year, making it the largest migration of people on the planet .And even without the severe weather, conditions on overcrowded trains and buses are terrible .<5>\", 'candidates': [\"The holiday stretches China's transport system to its very limits\", \"For Jordan, having to import most of the country's petroleum adds greatly to its cost, the teen notes .\", 'Nearly half the country, more than 100 cities in 20 provinces, has suffered from smog since last December .', \"For millions of the country's migrant workers it's their only holiday .\", 'Around half the provinces in the country have had to start rationing power , according to the state media .', \"This report from Quentin Summerville: China hasn't experienced weather this bad in decades .\", 'It may climb to as many as 600,000 as more people arrive to make their journeys home for the Spring Festival .']}", + "output": [ + "[5, 6, 4, 3, 0]" + ] + }, + { + "input": "{'passages': \"How to stay focused in class Being relaxed during class is a bad habit and it is also bad to your grade .Focusing in class not only proves to teachers that you are a capable student but also shows that you have the ability to control yourself which will be very important .<1>No matter how much you want to sit with your friends during the class try your best to avoid them .Talking with friends around you is not going to give you the focus in class .This will get you into trouble .Look at teacher and make eye contact .Your teacher is not just standing up there talking .<2>Show the teacher that he or she has your full attention by looking them in the eye .This person should have your full attention at all times during class .Take notes .By taking notes you 'll be able to `` get into '' the lesson .Write down key points as your teacher speaks .And listen to the key phrases such as `` This is important '' `` This is the main idea '' `` This will be the test '' etc .<3>Get involved in class discussions .This is a wonderful way to become a more focused successful student .When a teacher asks a question offer to answer it .<4>This shows the teacher that you are listening carefully during the class .Ask a question .<5>This really shows your teacher that you want to be better and can recognize the things you are having difficulty with .Chances are that someone else in the class has the same question and was too afraid to ask !They 'll be relieved and so will you .\", 'candidates': ['Avoid sitting with friends .', 'This can help you listen more attentively .', 'If he or she ask for an opinion share your own .', 'Talking with friends makes you lose interest in class .', 'He or she is trying to give you an acceptable education .', 'The more quickly you answer the more attention you pay .', \"If you do n't understand something never be afraid to ask .\"]}", + "output": [ + "[0, 4, 1, 2, 6]" + ] + }, + { + "input": "{'passages': \"Colleges may try to do a lot to prepare students for study abroad -- telling about culture shock , warning about homesickness , and recommending books about the country .But when it comes to adjusting to campus life when they return , schools have n't done as much , even though the transition is sometimes almost as difficult .<1>They find things are not exactly the way they were when they left , said Antonio Jimenez , director of the Center for International Affairs at California State University Channel Islands in Camarillo , California , US .<2>Some colleges are now rethinking their approach to studying abroad , recognizing that students might need almost as much help adjusting to life back home as they did getting ready to leave : students experience a sort of reverse culture shock when they return to the US .They might be troubled by the wealth and waste they see back home or they might feel homesick for their new country and its customs .<3>Down the road , they also might find it difficult to translate their time abroad into experience that an employer finds attractive .Some California universities have organized conferences to help students make the most of their time abroad .During a one-day event , students learn how to adjust after living abroad , talk about their experiences and incorporate ( , ) them into their lives and future careers .<4>Any experience abroad does have an effect on you , Cheney said .<5>Yet most universities focus more on preparation than reorientation .\", 'candidates': ['They feel curious about your history , and would often think you are a different man .', \"And when they try to talk about their experiences , people quickly lose interest , especially if they have n't lived abroad themselves .\", 'They can feel disoriented and depressed .', \"First , you can try to find ways to change things so you are n't under so much stress .\", \"They find that people do n't care much about their experiences .\", \"When you come back , it 's important to talk about it , especially with people who know what you 've been through .\", 'Blythe Cheney , 22 , a senior who has studied in Thailand and Britain , found the workshops helpful .']}", + "output": [ + "[2, 4, 1, 6, 5]" + ] + }, + { + "input": "{'passages': 'World Wildlife Fund (WWF) and Greenpeace are two famous organizations in the world .They both aim at making our planet a better place to live .World Wildlife Fund works to protect wild animals and plants .It began in Switzerland on September 11, 1961 .<1>The members are from different groups, including government officials, businessmen, scientists and farmers .<2>One recent WWF project is protecting the Amazon rainforest .<3>Greenpeace was set up in 1971, with an idea of working for world peace at the very beginning .<4>It also calls for the use of clean energy, like wind power and solar power .<5>Its head office is in Netherlands .Greenpeace has about 3 million members at present .Small steps lead to big changes .It has encouraged more and more people to take action .', 'candidates': ['WWF has done plenty of research to find creative ways that meet the need of both people and nature .', 'Greenpeace has offices in 45 countries such as America and Canada .', 'Now with seven books that have sold nearly 400 million copies in 64 languages,J .', 'Now, it has offices in 100 countries and nearly 5 million members all over the world .', 'They have played an active role in saving animals and rainforests .', 'Now it is active in protecting oceans, forests, and animals as well .', 'Despite their popular appeal, hippos, as well as other animals, have difficulty when their needs conflict with those of humans .']}", + "output": [ + "[3, 4, 0, 5, 1]" + ] + }, + { + "input": "{'passages': \"At the time of birth , babies can explore all of the five senseshearing , seeing , touching , tasting , and smelling , though these senses are not fully developed .They explore t he new world with their available senses .Right from the time of birth , babies have a good understanding of sound .In fact , the sense of hearing develops much before the birth of them .When in their mother 's womb , they can hear their mothers ' heartbea ts .<1>And it is very easy for them to understand the tone of speech .The sight also develops with time .Just after birth , babies can see things which are within eight to ten inches from their eyes .<2>With time their range of vision and u nderstanding of color1 s also develop .<3>They love sleeping in lap just because personal touches make them feel safe .Touch is an important sense , which affects the relationship between the parents and their babies .Babies explore mos t things by putting them inside their mouth .<4>.And they will spit out anything that does n't taste good immediately .Babies recognize their mother through smell .<5>They also quickly recognize the smell of the food or fruit they love .With t ime , they develop an understanding of all the smells around .Though the sensory development takes a long time , you can certainly help to make it fast .But remember : do not overburden your kid , and do not be overprotective about your kid .\", 'candidates': ['Small babies love to be touched', 'They express their feelings by cries .', 'They taste them through their sensitive tongue', 'Babies respond to touch in the same way as adults do', 'They also easily recognize black , white and red color1 s .', 'Then they start recognizing the smell of other family members .', 'Gradually they can remember words and understand the meanings .']}", + "output": [ + "[6, 4, 0, 2, 5]" + ] + }, + { + "input": "{'passages': 'The seasons in Australia are not like ours .When it is winter in China, it is summer there .Australia is a southern country .It is in the south of the world .June, July and August are the winter months; September, October and November are spring; the summer is in December, January and February; and March, April and May are the autumn months .<1>A very large part of this country has no rain at all .The east coast has rain all year, and there are no dry months .The southeast winds blow the whole year .<2>There is not much rain on the west side .The southeastern part of Australia has summer rain from the southeast winds .<3>The southwestern part of Australia has winter rain .The west winds blow over the southwest in winter only .In summer, the southwest of the country has no rain .<4>The rain comes in summer .<5>', 'candidates': ['The northwest winds bring it .', 'They still seem as magical as ever, especially to divers who have watched them horsing around in the sea .', 'The GRE revised General Test--the most widely accepted graduate admission test worldwide--can bring you one step closer to achieving your career goals .', 'The north of the country is hotter than the south .', 'In the north of Australia, there is no rain in winter .', 'They only blow here in summer .', 'They bring rain from the sea .']}", + "output": [ + "[3, 6, 5, 4, 0]" + ] + }, + { + "input": "{'passages': \"( 5 ; 3 15 ) The Transport Industry In the UK The transport industry employs around 2.3 million people in the UK across some 196,000 companies .Worth over 75 billion to the economy , it ensures that goods , services and people can move as efficiently as possible .<1>Traffic and transport construction jobs are essential to ensure that there are no long-term disruptions in transport .Without traffic and transport construction jobs , the Transport for London Organization would n't be able to maintain its train or tube lines .<2>Opportunities involve construction work and building services to maintain facilities such as airports and train stations .It also involves anything from designing and creating a new bridge or road , to developing a new harbor to increase sea freight .Some roles require shift work .<3>Depending on the role , travel may also be required either locally , nationally , or in some cases , internationally . Traffic and transport construction jobs have not escaped the effects of a global economic downturn .However , rising fuel costs have seen a huge increase in the number of people using public transport .<4>Traffic and transport construction jobs were important during the 2012 Games .Billions of pounds were invested into improving the capital 's transport facilities .<5>It was a 12-carriage train that linked King 's Cross St. Pancras stations to the heart of London in just seven minutes .\", 'candidates': ['With the transport industry , many people would be unemployed in the United Kingdom .', \"This included the `` Olympic Javelin '' .\", 'This can mean working evenings , nights and possibly weekends .', 'Because of the size of the industry , a number of career opportunities are available .', 'Many stadiums were built at that time .', 'This is because transport construction jobs carry out all the necessary maintenance required to keep public transport safe and running .', 'The industry can be divided into three main sectors : surface , sea and air transport .']}", + "output": [ + "[6, 3, 2, 5, 1]" + ] + }, + { + "input": "{'passages': 'The central government has announced its goal of providing everyone in the country with basic healthcare by 2020 .<1>5 billion by then .Making healthcare affordable and easily available is the most important thing for many countries .<2>Gao Qiang, Vice Minister of Health, said, I think the goal of offering every Chinese basic healthcare is extremely large .It will be an arduous task .We have to make sure every citizen, including the huge rural population, will be covered .But the size of the population is only one of many difficulties .Gao Qiang said, The most obvious problem right now is that many people have no easy access to medical care .<3>Moreover, medical services are public welfare services .We need to stop those hospitals that make profit by selling medicine .<4>Today, it has extended medical insurance to 170 million city residents .<5>So far, more than eighty percent of the rural population have participated in the insurance scheme .And this year, unemployed city residents and children will also be covered by the system .Healthcare officials say their key work now is to help employees in small firms join the medical insurance system .', 'candidates': ['China started to reform its healthcare system in the early 1990s .', \"One is that it has been particularly sharp in the world's most populous countries,India and China .\", 'We still have a considerable number of city and rural residents who have not joined any medical insurance system .', \"But the task is much harder in China, the world's most populous nation .\", 'A rural cooperative medical insurance system was launched in 2003 to offer farmers basic healthcare .', \"It would involve one thousand of the nation's biggest companies and would cover about three-quarters of Australia's greenhouse gas emissions .\", \"It's an ambitious goal for a nation that will have a population of 1 .\"]}", + "output": [ + "[6, 3, 2, 0, 4]" + ] + }, + { + "input": "{'passages': \"problem We rarely get things right the first time .Getting a second chance in life is about giving yourself the opportunity to grow beyond your past failures .<1>Here 's how : Let go of the past .Every difficult moment is accompanied by an opportunity for personal growth and creativity .But in order to attain them , we must first learn to let go of the past .<2>And once they pass , our unique experiences and the lessons we learn allow us to make a better attempt next time .Identify the lesson .Never forget to acknowledge the lesson , especially when things do n't go your way .If you do n't get a job you wanted or a relationship does n't work , it only means something better is out there waiting .<3>Lose the negative attitude .Negative thinking creates negative results .Positive thinking creates positive results .<4>The mind must believe it can do something before it is capable of actually doing it .<5>Some forces are out of your control .The best thing you can do is do the best with what 's in front of you with the resources you do have access to .Invest your energy in the things you can change .Just keep doing what you know is right .And if it does n't work , adjust your approach and try again .You 'll get there eventually .\", 'candidates': ['Figure out what you really want .', 'Focus on the things you can change .', 'And the lesson you just learned is the first step towards it .', 'Positive thinking is at the front of every great success story .', 'Identify the essential things in your life that matter most to you .', 'We must recognize that difficulties pass like everything else in life .', \"It 's about positively adjusting your attitude toward future possibilities .\"]}", + "output": [ + "[6, 5, 2, 3, 1]" + ] + }, + { + "input": "{'passages': \"Five Things Nobody Told Me about College As I type this , I am in my university dorm room .A year ago , when I was awaiting to hear the results of my college applications , I often went to websites for some type of insider look on what college would be like .However , there 's only so much that prep books , websites , and older friends can teach .Here are the top 5 things nobody told me about college :<1>Nobody entering a university knows exactly what they want to study .If they tell you otherwise , they 're lying and will probably change what they want to purse within the first quarter of attendance .During my first quarter at University of California , Riverside ( UCR ) , I thought that I wanted to study Political Science with its focus on International Affairs , so that 's what I applied for .However , once I worked with statewide and local government , I realized that a better fit for me would be Public Policy , and now I am in the process of changing my area .<2>In college , there are so many good chances for you to meet your expectations .However , there is a very important difference between wanting to do something and applying for something .In order for you to take advantage of the conferences , research , internships , and fellowships that your university offers , apply !Step into your academic advisor 's office , introduce yourself , and begin making the valuable connections that are necessary to help during the rest of your college career .Great things happen when you step out of your comfort zone , and you would be surprised on how many chances exist if you just ask .<3>College is where you meet your bridesmaids , neighbors , and potential bosses .The relationships you develop now will probably be linked to the ones you value later , so be wise about the people who you invest yourself in .You are only one person , and you do not have time to waste on people who would rather cause drama or mess up with your purpose .Surround yourself with uplifting individuals who challenge you to be better while loving you for who you are , and be patient to the people who are the complete opposite of that description .<4>As a first-year , I was afraid to make any noise towards campus issues that I noticed .It was not until I became involved in student government that I gained the confidence to handle projects that I created with the help of ASUCR Office of the President .During my first quarter , I spoke directly to the Chancellor , asking him for support towards my initiatives , met with the Vive Chancellors , and cooperated with my teaching assistances to begin my undergraduate research protect .Nothing good will happen when you are silent .<5>At my high school , there were about only four active club and organizations that students could be a part of .Imagine my surprise when I stepped foot onto UCR 's campus , where over 400 organizations exist , ranging from political organizations to karate club .You are not paying all or your tuition to merely go to class , study , pass tests and graduate .Make something worthy out of your experience .Create that you will want to tell your grandchildren one day .It all begins here , by signing up to join an organization .\", 'candidates': ['Get involved in student activities', 'Your voice is actually super important', 'There is a significant increase of opportunities', 'Stay in active communication with your friends', 'Get smart about the people who you spend your time with', 'Your major does not matter as much in your first of college', 'College life is meaningful .']}", + "output": [ + "[5, 2, 4, 1, 0]" + ] + }, + { + "input": "{'passages': \"Lucy : Where are yougoing , Bill ?Bill :<1>Lucy : What 's in your hand ?Bill : Oh , I want to take some snacks .Lucy : Oh , no !<2>Bill : What will happen if I do ?Lucy :<3>`` Do n't bring food to the party .`` Do you forget the rule ?Bill : Oh , I remember it .Lucy : Oh , Bill you should wear the school uniform .Bill : Why ca n't I wear jeans ?Lucy :<4>It 's a rule , too !Bill : Can I take my mobile phone ?Lucy :<5>Bil : Ah , it 's really boring .\", 'candidates': ['Yes , you can .', \"You ca n't do that .\", \"If you dress yourself like that , you 'll have to leave .\", \"If you bring snacks there , the teacher wo n't be happy .\", \"No , you ca n't , cither .\", \"I 'm going to the end-of-year party .\"]}", + "output": [ + "[5, 1, 3, 2, 4]" + ] + }, + { + "input": "{'passages': \"Stop Negative Talk '' I 'm so fat , '' one of your friends says .The girl next to her joins in , `` Well , I hate my hair today . ''Without thinking , you respond : `` No , you are not fat !I am fat .And my hair is flat and boring . ''<1>It is easy for people to engage in self-critical conversations , and once it starts there is often pressure for you to join in .<2>Maybe it is because `` just talking '' feels harmless .But before you know it , those opinions flow out of your conversations and into your life , where they start eating away at your self-respect .<3>When you start talking about yourself in a negative way , you are not only affecting your self-respect , but your friends ' !When you criticize yourself , your friends might think you have the same standards for them .You have heard that it is important to treat others the way you want to be treated , but there is also value in treating yourself like you treat your friends .If you would n't criticize your friend for the same thing , chances are that you are being too hard on yourself .So , do n't start it . But what if someone else starts ?For example , your friend feels insecure about how well he played in his soccer game , so he puts himself down : `` I suck at soccer . ''<4>Ask him , `` Do you really think that ?Why ? ''Maybe he is actually upset about a comment someone made , or is just getting down on himself over one bad play .Whatever it is , talking through the real issue will help him more than slipping into another negative talk . It is important to talk to your friend about your insecurities , but make sure you are not talking about them just to put yourself down .<5>Instead of just focusing on the negative , talk about what makes you and your friends beautiful and unique-including what you love about your body and what you have accomplished .When you show yourself love , you set yourself as an example , and everyone benefits from you positively .\", 'candidates': ['Negative talk affects self-respect .', 'Criticizing yourself helps nobody .', 'But why do we hesitate to praise ourselves ?', 'But why is it acceptable to talk so negatively ?', 'All it takes is just one comment and the negative talk starts .', 'It is better to resist negative conversations and create more balanced ones .', 'Before everyone puts himself down , see if you can get to the root of the problem .']}", + "output": [ + "[4, 3, 1, 6, 5]" + ] + }, + { + "input": "{'passages': \"Habits to Be a Highly Effective Student Some students are able to get straight A 's and at the same time serve as the president of three clubs .However , some students struggle to keep their GPA ( Grade-Point Average ) above a 3.0 .<1>Although it 's true that everyone 's IQ is different , good study habits are very important .Here are several habits you should adopt to get good grades .<2>If you have n't had a planner , get one .Many people use their computers and smartphones to make a schedule .The problem with that approach is that they are major distractions .Instead , get an old-fashioned paper and pen planner . Create a weekly schedule .<3>Include time that will be spent eating , sleeping and doing anything not related to school work .That way you know exactly how much you can accomplish each day . Take frequent , short breaks .Taking a break from studying for 15 minutes every hour will help keep you refreshed .<4>If you do n't take a break , you may find yourself daydreaming or even falling asleep .Take some time for some water , a snack or a quick chat with a friend . Take care of yourself .During final exam week , it is common for students to fall behind on sleep and meals .Make sure you get a good night 's sleep and have regular meals .Studying while hungry or sleepy is ineffective and will slow you down in the long run .Also try to make time for friends and family .<5>\", 'candidates': ['Keep things organized .', 'Keep away from your computers .', 'Of course , not everyone needs breaks .', 'Our brains are not meant to work for hours nonstop .', 'Having a good support system will help with all the stress .', 'And they seem to spend all of their time in studying .', 'Then under each day , make a list of things to do each hour .']}", + "output": [ + "[5, 0, 3, 6, 1]" + ] + }, + { + "input": "{'passages': 'Researchers in the field of psychology have found that one of the best ways to make an important decision , such as choosing a university to attend or a business to invest in , involves the use of a decision worksheet .Psychologists who study optimization compare the actual decision made by people to theoretical ideal decisions to see how similar they are .<1>Although there are several variations on the exact format that worksheets can take , they are all similar in their essential aspects .Worksheets require defining the problem in a clear and concise way and then listing all possible solutions to the problem .Next , the relevant considerations that will be affected by each decision are listed , and the importance of each consideration or consequence is determined .<2>A decision is mathematically calculated by adding these values together .<3>Since most important problems are multifaceted , there are several alternatives to choose from , each with unique advantages and disadvantages .One of the benefits of a pencil and paper decision-making procedure is that it permits people to deal with more variables than their minds can generally comprehend and remember .On the average , people can keep about seven ideas in their minds at once .<4>A realistic example for many college students is the question What will I do after graduation ?<5>A decision-making worksheet begins with a concise statement of the problem that will also help to narrow it .It is important to be clear about the distinction between long-range and immediate goals because long-range goals often involve a different decision than short-range ones .Focusing on long-range goals , a graduating student might revise the question above to What will I do after graduation that lead to successful career ?', 'candidates': ['Each consideration is assigned a numerical value to reflect its importance .', 'A three person jury gives scores from one to six , and the thrower with the highest number of points wins .', 'A graduate might seek a position that offers specialized training , pursue an advanced degree , or travel abroad for a year .', 'The alternative with the highest number of points emerges as the best decision .', 'A worksheet can be especially useful when the decision involves a large number of variables with complex relationships .', 'A large number of Chinese people believe they should eat eggplant and gram to be healthy .', 'Proponents of the worksheet procedure believe that it will yield optimal , that is , the best decisions .']}", + "output": [ + "[6, 0, 3, 4, 2]" + ] + }, + { + "input": "{'passages': \"problem ( 5 ; 2 10 ) China 's Olympic lesson Although the Athens Games are over ,<1>While busy preparing for the new semester in the first week back at school , many youngsters have started to wonder what Beijing can learn from Athens .`` I was amazed by the fantastic opening ceremony from the moment it began , '' said She Fei , a Senior 2 boy from Beijing Huiwen High School .He represented China in Athens and got the chance to see the opening ceremony with his own eyes .`` Greece has done such a good job in showing its color1 ful culture using high-tech methods .<2>`` he said .`` It seems that Beijing needs to combine the use of advanced technology with creative design to present its culture to the rest of the world .<3>`` he added .Echoing her view on the challenge of designing an unique opening ceremony , Zhang Yufei , Senior 3 from No .2 High School attached to Beijing Normal University , thinks that director Zhang Yimo 's presentation of Chinese culture will be out of date by 2008 .`` Peking Opera costumes and the big red lantern did not seem to surprise the audience in the closing ceremony .<4>`` She said .Other students worry people 's bad habits ,<5>, might be the weak point of Beijing 2008 .`` In Athens , all the residents were very careful with their behavior and manners .I think they have set a good example of Olympic hospitality .Beijingers can learn from them and do better . ''She Fei said .\", 'candidates': ['such as spitting on the ground', 'We definitely need something better in 2008 .', \"Chinese teenagers ' passion for the Olympic has not faded\", 'Beijing is the best place to host it .', 'Beijing can learn a lot from the success of the opening ceremony in Athens .', 'This will ensure Beijing does an equally good job on four years time .', 'We are sure Beijing will surprise the whole world .']}", + "output": [ + "[2, 4, 5, 1, 0]" + ] + }, + { + "input": "{'passages': \"<1>As we age it becomes harder to keep our muscles healthy .<2>New research is showing how this happens and what to do about it .<3>Now they 've found that the ability to prevent muscle breakdown is reduced with age .When older people eat , they do n't build enough muscle with the protein in food ; also , the insulin fails to shut down the muscle breakdown that rises between meals and overnight .Normally , in young people , insulin acts to slow muscle breakdown .The research just published compared one group of people in their late 60s to a group of 25-year-olds , with equal numbers of men and women .We studied our subjects first -- before breakfast -- and then after giving them a small amount of insulin to raise the hormone to what they would be if they had eaten breakfast , Professor Rennie said .The results were clear .<4>The muscles in the older people could not .In the course of our tests , we also noticed that the blood flow in the leg was greater in the younger people than the older ones , added Professor Rennie .<5>In fact , doing exercise three times a week over 20 weeks reactivates the leg blood flow responses of older people .They became identical to those in the young , said Professor Rennie .\", 'candidates': ['They get smaller , which reduces strength and increases the possibility of falls and fractures .', 'They can vote , learn to drive a car , get married , join the army and even buy their own houses .', 'However , scientists think that weight training may reactivate muscle blood flow and help retain muscles for older people .', 'Have you ever noticed how people always use the same colours for the same things ?', 'A team of Nottingham researchers has already shown that when older people eat , they can not make muscle as fast as the young .', 'Have you ever noticed that people have thinner arms and legs as they get older ?', \"The younger people 's muscles were able to use insulin we gave to stop the muscle breakdown , which had increased during the night .\"]}", + "output": [ + "[5, 0, 4, 6, 2]" + ] + }, + { + "input": "{'passages': \"Community Service Nowadays high schools are faced with a very controversial issue whether or not community service hours are needed to graduate .High schools are arguing that 40 hours of community service are needed to graduate but many upset students are voicing protests to this demand .Supporters of the community service project argue that while high school students are participating in community service they will become better aware of what the real world is like .Students will learn valuable life lesson by doing community service .<1>They feel that if high school students are forced to do community service they will begin to see it as a punishment and as something that they have to do because it is required instead of something that they want to do .Students will in the future look back at the community service projects that they were forced to do throughout high school .<2>Another idea that the protestors give about this community service issue is time restriction .When a student goes to school full time he is involved in after class activities and also works .<3>Supporters argue back that high school students only need to fulfill 40 hours of community service throughout 4years .If students well manage their time and start the community service in their first year in high school all they need to do is an hour every other week .<4>The protestors argue that high school students do not have their driver 's license so how are they expected to get to their community service site when their parents or friends are at work or just too busy to give them a ride .<5>The supporters argue that students can find community service projects close to home or if they live in the country find another student to car pool with .In my opinion community service is a wonderful thing that everyone should be required to do at some point in their life but are high school students mature and responsible enough to take on community service projects at this stage in their life ?\", 'candidates': ['Protestors have struck back with a very solid argument .', 'A final controversial issue that appears is transportation .', 'Students will feel good about themselves for helping others in need .', 'They will continue to carry a negative attitude towards community service for their lifetime .', 'Both sides have solid arguments about why community service should or should not be forced upon students .', 'Unless the school offers a means of transportation for the students there really is no solution to this problem .', 'The time that is needed to participate in a community service project may place quite a burden on the student .']}", + "output": [ + "[0, 3, 6, 1, 5]" + ] + }, + { + "input": "{'passages': \"In Africa , Christmas day begins with groups of carolers walking to and fro through the village , along the roadway , by the houses of the churchmen , singing the lovely carols known the world around .<1>They return home to make final preparation as to the clothes one must wear and also as to his offering for the Christmas service .<2>This is the gift in honor of Jesus .At about 8 or 9 o'clock , everyone makes their way to the celebration of the birthday of Jesus .<3>Not one person will attend the service without giving a gift .<4>There is no snow , but it has many flowers , many beautiful varieties of wild flowers being in their full pride .In Ghana , most churches announce the coming of Christmas by decorating the church and homes beginning with the first week in Advent , four weeks before Christmas .This season happens to be the cocoa harvest time , so it is a time of wealth .Everyone returns home from wherever they might be , such as farms or mines .In Africa , it is the traditional dinner of turkey , roast beef , mince pies , suckling pig , yellow rice with raisins , vegetables , and plum pudding , or crackers .In the afternoon , families go out into the country and usually there are games or bathing in the warm sunshine , and then home in the cool of the evening .<5>\", 'candidates': ['Everyone who attends the service goes forward to lay down their gift upon the raised platform near the Communion table .', 'Boxing Day is also a public holiday of real relaxation usually spent in the open air , which falls on December 26 .', 'One day , Bertha said that her aunt Margaret had invited her to spend the summer holiday with her .', 'The hair and make-up in a movie are just as important as the costumes or the sets .', 'The most important part of their Christmas service is the love offering .', 'Often people may be awakened by a group of carolers beginning to gather at the church .', 'Christmas in South Africa is a summer holiday .']}", + "output": [ + "[5, 4, 0, 6, 1]" + ] + }, + { + "input": "{'passages': '<1>The ox is a representative of the fanning culture of China .<2>Of course, the good of oxen is not limited to plowing .In fact, they are seen as boats on land for their ability to carry loads .Besides, the whole body of an ox is full of treasures .<3>With all these qualities, oxen are regarded as generous creatures .In the past, oxen played an important role in the spiritual life of the Chinese .Even today, oxen still play a special part in some folk activities .For example, some people who1ire in southwest China will cook cattle bone soup and share it among family members when holding the ceremony for children who reach 13 .<4>In order to express their love for oxen, people in some other areas will run to shake off diseases on the 16th day of the first month by the lunar calendar , and during their run they will take their oxen along, which indicates they regard the creature as human .<5>In addition, the use of oxen in ceremonies and the thanks people owe to oxen help to develop various traditional customs, which becomes an important part of the folk culture of the Chinese nation .', 'candidates': ['They believe that the cattle bone soup represents the blood relationship among family members .', 'Their meat and milk are food full of nutrition, and their skin can be used to make clothes and shoes .', 'Because of the contribution of oxen in their lives, the Chinese people are very grateful to the animal .', 'In the farming economy , oxen are the major animals pulling plows .', 'In fact, it found that the island of Nauru was nearly all phosphate, which was a very important fertilizer for farming .', 'The World Bank says an average Cambodian worker earns only about $1,000 per year .', 'The year 2009 is the Year of Ox .']}", + "output": [ + "[6, 3, 1, 0, 2]" + ] + }, + { + "input": "{'passages': \"There are some people who seem to always be surrounded by friends , and there are others who always seem to be standing on the outside , looking in at the crowds of friends .If you are one of the outsiders , it is time to break out of your shell and start making new friends .<1>1 .Be yourself .Nobody likes a phony .In fact , if you are n't yourself , others wo n't become friends with you .When the time comes that you feel comfortable enough to act like yourself again , you may not be well received , because you are a totally different person .<2>2 .Use technology .<3>For instance , Weibo is a great place to meet new people .It creates experiences and you get to meet like-minded people who share your interests.3 .Start with people you know .Reach out and contact new friends , and reconnect with old friends you have n't seen in a long time .Do n't forget about friends of friends .You may connect with some really cool people just by hanging out with your friends and their friends .<4>If you stay home , you are n't going to meet people.4 .Keep in touch .<5>With the Internet and social media , there is ly no need to worry about that these days .Look up old friends and contact them .\", 'candidates': ['There are all kinds of online groups that you can join .', 'Knowing others well is very important .', 'Therefore , let people get to know the real you .', 'If you are invited to go out , go .', 'All too often , people lose touch with one another .', 'Here are some tips that will help .', 'You need to trust yourself , whatever happens .']}", + "output": [ + "[5, 2, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"Take care of your spine The spine stands at the center of your health , providing your body with structure and support .It also contains your spine cord , a massive collection of nerves conveying electric signals from the rest of your body to your brain<1>Maintaining good posture is one of the most important things you can do to keep your spine healthy .Proper posture means standing or sitting while keeping your spine straight , except for its natural curves .Posture comes into play even when you are asleep .Sleeping on your side puts less stress on your spine than most other positions .<2>Especially if you work at a desk most of the day , it 's important to get up and stretch regularly .<3>Stretch can help the muscles around your spine relax and allow bones to shift into better arrangement .Strength exercises like pushups can also help by strengthening the muscles around your spine .However , do n't overdo the exercise , as repeated motions can strain the muscles around your spine . Finally , your diet affects the health of your spine because many vitamins are necessary for bones and nerves .In particular , vitamins B and D are essential to keep bones healthy , so you may want to consider taking a supplement .<4>, so it is also helpful to do some of the back exercise outside . Many of the actions necessary to keep your spine healthy are identical to those used to preserve your health in other ways .<5>\", 'candidates': ['However , the latter is also absorbed from sunlight .', 'Staying still for too long can be hard on your back .', 'So protect your back , the rest of the body will benefit .', 'Protecting your spine with yoga is also a necessary step .', 'Try the following exercises to keep your spine more flexible .', 'Exercise is also an important factor in the health of your spine .', 'So you should take the following factors into account to have a healthy spine .']}", + "output": [ + "[6, 1, 5, 0, 2]" + ] + }, + { + "input": "{'passages': \"Most students have experienced or suffered from procrastination .Here are some tips to help you reduce procrastination . Set goals Students often procrastinate because they think that they can put off the work for a while and enjoy their time at the moment .<1>, when the deadline becomes one day away and the essay has yet to be started .In order to stay on track , you should constantly set and update goals .It can be beneficial to mark all deadlines in a planner and think about how much time you need to meet them all .Update your plan for the upcoming two weeks so that you do not get overwhelmed , and continue to update as other assignments and events arise .Additionally , make a daily schedule in order to reach necessary goals before going to bed . Reward yourself It can become extremely difficult to work for hours straight in order to finish schoolwork .In order to keep productivity , set breaks at the end of a period of time or once you finish a section of your work so that you can reward yourself with some deserved , scheduled , and controlled procrastination-like activities .<2>Breaks like these are proven to increase productivity and keep you focused , and they will make the process of studying much more bearable ! Remind yourself of what you 're doing Sometimes you may begin to think that what you are working on has little to do with what you ultimately want to do .You may consider some work or a class pointless and not useful to your further studies .However , when these thoughts arise , remind yourself what the ultimate goal of your schooling is .Remind yourself why you wanted to go to school and take this program in the first place .<3>.Turn off the Internet<4>If you do not need the Internet to do your work , turn it off so that you are not receiving notifications while completing your work , and you are not so tempted to search for sites .The same goes for your cell phone ; you can take a break from being connected to the cyber world in order to do your schoolwork .If you feel the need to check messages and websites often , set time when you will allow yourself to do so rather than constantly staying connected .<5>Being productive for all hours of every day does not work-you do need breaks , and as a student you are entitled to have a lot of fun .So , in order to balance productivity and amusement , plan time to go out with friends or do something relaxing .But ideally , social and relaxations plans should be made after a significant portion of work is complete .This way , while you are working , you can keep in mind that once you have finished your work you can go out and not worry about your assignments .\", 'candidates': ['Have something to look forward to .', 'Enjoy every minute in school .', 'You may have coffee with a friend , cook , or watch a television show', 'This thought tends to make things worse , though', 'The Internet has become an essential part of our daily life', 'You may understand why you should focus on completing your work', 'Some of the most common distractions are those found on the Internet']}", + "output": [ + "[3, 2, 5, 6, 0]" + ] + }, + { + "input": "{'passages': \"Success is so much more than just money or fame .<1>If you want to have a successful life , if you want to create a life that makes you feel passionate to be alive , here are the three things you need to focus on .Believe In Yourself If you do n't believe in yourself , how do you expect other people to ?If you do n't believe that you can have the life you desire , if you do n't believe that you can achieve all that you are setting out to achieve , it is going to be very difficult to create a successful life .<2>It also helps you to take a leap of faith when it comes to going after what it is that you truly desire .<3>If your intention is simply rooted in money and fame , chances are you are never going to truly feel successful .The feeling of success that is given through money and fame is only temporary and is not enough to sustain a long-term feeling of fulfillment and happiness .<4>When your intention is to serve your purpose , make a change in the world and express your gifts and talents , you will feel true success and satisfaction no matter what the outcome .Realize You Are Already Successful Success is all around you and flows through you and the more you can welcome that into your life , the more you will Mart to feel it .Being grateful for the tiniest successes in life will also help you to create more and more success .<5>The truth is that you are already successful and once you realize this , there is no stopping what you can do .\", 'candidates': ['Know Your Intention .', 'Realize your dream .', 'When you believe in yourself , it fuels your creativity , your ambitions and your motivation to do things .', 'Success is the result of preparation , hard work and learning from failure .', 'For a truly successful life , your intention has to be rooted in your purpose , in your passions and in what feels good to you ... .', 'This is a powerful mindset shift and one that will help you to align ( with your ambitions and dreams .', 'Success is about being able to live a happy and fulfilling life that allows you to be true to who you really are .']}", + "output": [ + "[6, 2, 0, 4, 5]" + ] + }, + { + "input": "{'passages': \"Living with other people can be difficult , especially when each person has their own ideas about how they want to live .<1>Taking a few simple steps will help you share your living space harmoniously . Discuss your expectations ahead of time .<2>This applies to finances , food , possessions , use of common areas , loud activities or parties , quiet hours and so on . Divide up responsibilities . Make a plan to divide up responsibilities and chores between you and your roommate .For example , if your roommate is a good cook and you are not ,<3>It may also be a good idea to set up a chores schedule , where you will take turns cleaning the bathroom , taking out the trash and so on .<4>.Not everyone has the same ideas about day to day living as you do .Take your roommate 's feelings into consideration .For instance , if you re dying to throw a party on Thursday night but your roommate has a final early the next morning , agree to postpone the party till Friday evening , instead . Communicate effectively . Communication is key in making the relationship work .If a problem comes up , it 's better to talk about it right away than to ignore it .For example , say `` Chris , it upsets me when I wakeup to find all the milk gone .If you use the last of something , can you please add it to the list ? ''If you simply can not communicate openly and there is tension all the time ,<5>\", 'candidates': ['Be prepared to compromise', 'Create a roommate agreement on Internet use', \"ask him or her to cook if you 'll clean up afterward\", 'you may as well find a new roommate', 'Talk about what each of you needs and wants from the other in advance', 'People may have different religious or political views that could cause conflict', 'Though having a roommate can be challenging , it can also be enjoyable and fun']}", + "output": [ + "[6, 4, 2, 0, 3]" + ] + }, + { + "input": "{'passages': 'An old man lived in a certain part of London, and he would wake up every morning and go to the subway .<1>He would do this every single day of his life .He sat at the same street corner and begged for almost 20 years .His house was dirty, and the bad smell coming out of the house was horrible .<2>The officers knocked down the door and cleaned the house .There were small bags of money all over the house that he had collected over the years .<3>They waited outside his house expecting to share the good news with him .When the old man arrived home that evening, one of the officers told him that there was no need for him to beg any more as he was a rich man now, a millionaire .But the old man said nothing at all; he went into his house and locked the door .The next morning he woke up as usual, went to the subway, got into the train and sat at the street corner and continued to beg .<4>We learn nothing from this story other than staying focused on the things we enjoy doing .<5>', 'candidates': ['They mark an ignoble end to a noble life, the leave taking of a truly great man .', 'What makes us happy is what matters in the end, not what we acquire .', 'This is why the wise man of old wrote, The merciful man is merciful to his beast .', 'The neighbors could not stand the smell any more, so they asked the police officers to clear the place .', 'The police counted the money, and they soon realized that the old man was a millionaire .', 'He would get the train right to Central London, and then sit at the street corner and beg .', 'Clearly, this old man had no great plans, dreams or anything significant for his life .']}", + "output": [ + "[5, 3, 4, 6, 1]" + ] + }, + { + "input": "{'passages': \"problem Slide guitar Some people may be familiar with the different styles of music played on guitars .One of these wonderful styles of music comes from what is called the slide guitar .<1>The sounds that come from a slide guitar are unforgettable and just so enjoyable .The `` slide '' refers to the action the player makes , where he slides an object across the strings producing a `` gliding '' type of sound .Although it is not entirely clear how the slide guitar technique came to be used , most experts agree that its origins are from an African single-string instrument similar to a violin .<2>It was a way of conveying the players ' feelings that they were trying to express .Slide guitar has also been known for being used with Hawaiian music .<3>Natives of Hawaii and the Pacific Island had instruments similar to those found in Africa .As individuals from more and more cultures went to mainland America , the use of slide instruments became more common .The slide guitar sounds have really struck all of its listeners and musicians , showing them that this style is improving constantly giving new hope to the new types of music .<4>All you need is your guitar and a slide .Slides can be found anywhere from $ 5 to $ 25 , but many players like to make their own slides .The most convenient slide is often made from the neck of a glass bottle .In fact , there are many types of `` slides '' used in playing die slide guitar .Besides bottle necks , players have used metal tubes , knives or glass tubes to achieve the desired `` slide '' sound .<5>\", 'candidates': ['It influenced the slide guitar style as well .', 'It is a particular method or technique for playing the guitar .', 'Slide guitar is something that you can experiment with low costs .', 'The companies work day and night creating these types of slide guitars .', 'Once it hit , it hit hard , and everyone was talking about this new unbelievable sound .', \"For that reason , they should be careful that their finger does n't get stuck or cut in the process .\", 'People in those areas found that moving objects across stringed instruments could produce an attractive sound .']}", + "output": [ + "[1, 6, 0, 2, 5]" + ] + }, + { + "input": "{'passages': \"Downloading music over the Internet is pretty common among high school and college students .<1>A survey of young people's music ownership has found that teenagers and college students have an average of more than 800 illegally copied songs each on their digital music players .Half of those surveyed share all the music on their hard drive , enabling others to copy hundreds of songs at any one time .Some students were found to have randomly linked their personal blogs to music sites, so as to allow free trial listening of copyrighted songs for blog visitors, or adopted some of the songs as the background music for their blogs .<2>Sandra Dowd, a student of Central Michigan University, was fined US$7,500 for downloading 501 files from LimeWire, a peer-to-peer file sharing program .<3>Similarly, Mike Lewinski paid US$4,000 to settle a lawsuit against him for copyright violation .<4>I just wanted to save some money and I always thought the threat was just a scare tactic .<5>The RIAA (Recording Industry Association of America), the organization that files lawsuits against illegal downloaders, states that suing students was by no means their first choice .Unfortunately, without the threat of consequences, students are just not changing their behavior .Education alone is not enough to stop the extraordinary growth of the illegal downloading practice .\", 'candidates': ['Such practices may be easy and free, but there are consequences .', 'However, when students download and share copyrighted music without permission, they are against the law .', 'You know, everyone does it, added Mike .', \"While easy may be attractive, unfortunately it's of little use for any long-term development of reading skills and the general language level .\", \"Mike expressed shock and couldn't believe that this was happening to him .\", \"I had hoped to win first place, but when it came true, I couldn't believe it, says Wang .\", 'Sandra claimed that she was unaware that her downloads were illegal until she was contacted by authorities .']}", + "output": [ + "[1, 0, 6, 4, 2]" + ] + }, + { + "input": "{'passages': \"The Rise Of The Emoji Happy angry amazed-these are some of the emotions we like to express these days when we re sending a message on our smartphones !That 's why many of us now add little pictures to our texts to brighten up someone 's mobile screen .But we 're also using them as a quick way of telling someone how we 're feeling .<1>The emoji was first invented in Japan in the late 1990s and the word emoji'comes from the Japanese words for picture'and character ' .<2>Now we have a picture for every mood or situation .So now we have the option to give this new creation the visual thumbs-up'but have you thought why we 've become so addicted to using emojis ?Professor Vyv Evans has written a book called The Emoji Code'-he says '' increasingly what we 're finding is that digital communication is taking over from certain aspects of face-to-face interaction .<3>`` So emojis are a sort of substitute for the visual or non-verbal signals we normally give when we speak to someone face-to-face .<4>They do n't use words but tell a message in pictorial form .So they can be easily interpreted whatever your native language .<5>If a friend sends you an emoji of a hammer you may think he is angry when really he is saying he has hurt himself or he is clumsy !\", 'candidates': [\"Emojis have become the most important to everyone 's life .\", 'Yes emojis have become a vital tool for communication .', 'The number of different images has dramatically increased since then .', 'Emojis will replace traditional writing completely in the near future .', 'Another advantage of emojis is that they are an international language .', 'However the emojis you send need some thought as they can sometimes be misinterpreted .', 'Emojis are interesting and they really enable us to express our emotions more effectively .']}", + "output": [ + "[1, 2, 3, 4, 5]" + ] + }, + { + "input": "{'passages': \", You might take a car , a bus , or a bike to school .But in Bangladesh , instead of waiting for a school bus to come down their street , many students wait for a school boat to come down the river .That 's right-these students attend school on a boat !Bangladesh is very close to sea level .<1>The flooding creates many problems .For the nearly 160 million people living there , the periodic flooding means that they are often unable to access roads , electricity , or telephones .Growing up in Bangladesh , Mohammed Rezwan was often troubled by the destruction .In 1998 he founded an organization called Shidhulai .The name means `` self-reliance . ''The purpose of the organization is to help the people of Bangladesh receive an education and also to bring technology and an improved quality of life to poor people in remote areas of the country .In 2002 , Rezwan began transforming boats into schools .Each boat was built to house between 30 and 35 students .<2>The only difference was that they floated on a river .<3>Today Rezwan and his organization operate 88 boats in northern Bangladesh .About half the boats are used as schools , and the other half are used as temporary houses during the flood season .In addition to the schools and the temporary housing , there are also a floating technology and training center , a library that allows students to check out books , and a health-care center .The school boats travel along the rivers and pick up students for classes that include computer technology , agriculture , and human rights .At night the boats provide additional learning opportunities for students and adults .<4>They study using solar lamps that are charged during the day at stations near the river .Special equipment on the boats also projects lessons onto big screens made from sailcloth .People can come down to the riverbank to watch films .In all , these boats help educate close to 90,000 families in Bangladesh .By floating down the rivers , the school boats provide more than books .<5>`` This library ' boat inspired me , '' said 18-year-old student Shanto Islam , who enjoys reading science fiction books .`` I started to dream . ''Islam now wants to attend a university .\", 'candidates': ['The boats had everything you might find in a regular classroom .', 'Parents living in the area are happy to have the boats .', 'These boats have been a great success .', 'Both of them can attend evening courses .', 'He did not want to design houses , though .', 'For this reason the land is flooded for five months of every year .', 'They also deliver knowledge , opportunity , and hope to all generations .']}", + "output": [ + "[5, 0, 2, 3, 6]" + ] + }, + { + "input": "{'passages': \"<1>Choose ideas from the list or come up with a few of your own .* Plant flowers, grass or trees .*Whenever you visit a park or beach, take away what you bring there----keep rubbish in a bag until you can put it in a dustbin .*Turn off the lights, TV sets when you leave the room .<2>*Turn off the tap when you brush your teeth .<3>Also, use a glass cup instead of a paper cup because this saves paper .*Keep the doors and windows closed in winter to keep warm air in .*Give your old books and magazines to a library instead of throwing them away .<4>*Use both sides of paper .<5>*Encourage all your friends to do the same things you do to help protect the earth .You don't have to wait until Earth Day to do these things .Make every day Earth Day .If everyone makes a contribution to protecting the environment, the world will become much more beautiful .\", 'candidates': ['This saves a lot of electricity .', 'Many things -- genetics, environment, the food you eat, illness, sleep, even the seasons -- influence your emotional state .', '*Give your old clothes to poor children you know instead of throwing them away .', '*Stop pouring dirty water into the rivers or the lakes nearby .', 'You can save some water by not letting it run .', 'Saves time You can save a great deal of time when renting a textbook .', 'There are some easy things you can do to protect the environment and the earth .']}", + "output": [ + "[6, 0, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"I began to grow up that winter night when my parents and I were returning from my aunt's house, and my mother said that we might soon be leaving for America .We were on the bus then .<1>I remember that I could not bear the thought of never hearing again the radio program for school children to which I listened every morning .I do not remember myself crying for this reason again .In fact, I think I cried very little when I was saying goodbye to my friends and relatives .When we were leaving I thought about all the places I was going to see--the strange and magical places I had known only from books and pictures .<2>The four years that followed taught me the importance of optimism, but the idea did not come to me at once .For the first two years in New York I was really lost--having to study in three schools as a result of family moves .I did not quite know what I was or what I should be .<3>Some time passed before my stepfather and I got used to each other .I was often sad, and saw no end to the hard times .<4>I wrote letters, filled out forms, translated at interviews with Immigration officers, took my grandparents to the doctor and translated there, and even discussed telephone bills with company representatives .<5>Something good is certain to happen in the end when you do not give up, and just wait a little!I believe that my life will turn out all right, even though it will not be that easy .\", 'candidates': [\"And it might even make things worse, like it did for Carla, who's 15 now and is recovering from BED .\", 'I was crying, and some people on the bus were turning around to look at me .', 'Mother remarried, and things became even more complex for me .', 'My responsibilities in the family increased a lot since I knew English better than everyone else at home .', 'From my experiences I have learned one important rule: Almost all common troubles eventually go away!', 'I have never gone on a trip and come back as the same person; I have always changed and grown through travel .', 'The country I was leaving never to come back was hardly in my head then .']}", + "output": [ + "[1, 6, 2, 3, 4]" + ] + }, + { + "input": "{'passages': \"<1>The hero was about a 27-year-old professional Bass Fisherman named Clay Dyer .At first , they played it off as another guy trying to make the cut on the Bassmaster tour until they showed a picture of him .<2>That 's all that he has .It was such an amazing story that I was wondering what this guy could do .Growing up , he learned to play baseball and basketball , but found that fishing was his true calling .<3>He holds the fishing pole under his chin and uses that and his stub arm to cast and reel in the fish .He uses his teeth to help him unhook fish .<4>Clay Dyer even knows how to swim .Since his body ca n't produce enough sweat on its own , he has to take a dip in the lake every few hours to keep cool .He dives in just like anyone else , then somehow treads water with his stub arm , then , with a little help , pulls himself back up into the boat and goes on fishing .Clay Dyer has never looked for others ' pity , nor has he allowed his physical disabilities to prevent him from becoming a professional fisherman .<5>He refuses to use special equipment , saying , I want to do it with one hand the way they do it with two .\", 'candidates': ['I really wanted her to fail in some ways because I believe that failure can be good for us to grow up .', 'And he does it all on his own .', 'The other day I was watching Sportscenter when one of those human interest stories came on and really caught my attention .', 'He ties his own hooks on with his mouth , never really asking anyone else to help .', 'Every day , he spends hours helping them to move or exercise their legs or arms .', 'His motto for life is If I can , you can .', 'No legs , no arms , or rather , he was only1/3 of his right arm .']}", + "output": [ + "[2, 6, 1, 3, 5]" + ] + }, + { + "input": "{'passages': \"<1>Spanish people drink Coca Cola, wear blue jeans, watch Hollywood movies, listen to American music, and eat fast food, and they do these things every day .I think that American movies are a good way to spread American culture because people are often influenced by what they see in the movies .Most of the programs and documentaries we watch on TV are from America, and most of the movies we go to see are made in Hollywood .<2>Now, in our cinemas, at least twenty percent of the movies which are shown must be from Spain or from other countries in Europe .American culture is a part of Spanish life now .It's certain that many things from America are as much a part of people's lives as Spanish things .<3>I've known about Coca Cola for my whole life .However, it's different with Western fast food .For example, I don't think McDonald's is as successful in Spain as it is in other countries .<4>The Spanish people normally eat at home .On the other hand, maybe McDonald's hamburgers will eventually replace the famous Spanish tapas .It's true that in every city in Spain you can find a McDonald's, and it is more popular among the Spanish children than among the adults .<5>\", 'candidates': ['In the last few years, the government has tried to protect the Spanish movies .', 'For example, Coca Cola is as familiar to everybody as any typical Spanish product .', 'In the last 30 years, a growing number of kids and teenagers have developed weight problems .', 'The benefit , called America: a Tribute to Heroes, was sponsored by all four major U .', \"In any case, it's obvious that American culture is becoming more and more a part of our lives every day .\", 'In my opinion, one of the reasons may be the lifestyle of the Spanish people .', 'The influence of America is increasing in my country .']}", + "output": [ + "[6, 0, 1, 5, 4]" + ] + }, + { + "input": "{'passages': '<1>Careless methods of production and lack of consumer demand for environment friendly products have contributed to the pollution problem .One result is that millions of tons of glass , paper , plastic and metal container are produced , and these are difficult to get rid of .<2>Before they buy a product , they ask questions like these , Will this shampoo damage the environment ?Can this metal container be reused or can it only be used once ?<3>This means that companies must now change the way they make and sell their products to make sure that they are green , that is , friendly to the environment .Only a few years ago , it was impossible to find green products in supermarkets , but now there are hundreds .<4>Some companies have made producing of clean and safe products their main selling points and emphasize it in their advertising .<5>No longer will the public accept the old attitude of Buy it , use it , throw it away , and forget it .The public pressure is on , and gradually business is cleaning up its act .', 'candidates': ['Many cities around the world today are heavily polluted .', 'From Tuesday until today , about 2,000 government leaders , scientists met in Shanghai to talk about stopping poverty around the world .', 'In England , green is used in traffic lights to tell people that it is safe to go .', 'A recent study showed that two out of five adults now consider the environment safety of a product before they buy it .', 'However , today , more and more consumers are choosing green and demanding that the products they buy should be safe for the environment .', 'The concern for a safer and cleaner environment is making companies rethink how they do business .', \"Some supermarkets ' products carry labels to show that the product is green .\"]}", + "output": [ + "[0, 4, 3, 6, 5]" + ] + }, + { + "input": "{'passages': 'Advantages of School Uniforms Many public school systems across the country are instituting school uniforms in an effort to improve overall school performance and to reduce negative behavior .<1>Below is a summary of the advantages of school uniforms . Cost In some cases , the use of school uniforms is more affordable to families because there is not as much pressure as to buy expensive , trendy clothing .<2>After the initial cost of buying uniforms , there is no need to spend more money on clothing . Behavioral Outcomes<3>They believe that uniforms form a stricter atmosphere and that students who wear uniforms are more likely to follow school rules .The US Department of Education maintains that the mandatory use of standardized dress reduces violence within the school .<4>Many educators believe that students who wear school uniforms perform better academically in school : Students are often so focused on their clothes that they distract themselves from learning .Many parents find , that their children -spend a great deal of time planning and choosing their daily clothing and that uniforms allow students to use this period of time to study . Social Outcomes<5>Some experts believe that school uniforms improve the social outcomes in a school environment as well .People sometimes judge others by their clothing .Children are often laughed at by other children because of the way they dress .Many children use , clothing , to express and define themselves School uniforms relieve students from the pressure to fit in .', 'candidates': ['Academic Outcomes .', 'Manage Time Properly .', 'Uniforms can be a social coordinator .', 'Standardized school clothing has become a heated national debate .', 'Uniforms are made to last , and can be washed easily and frequently .', \"The school 's head teacher orders that all the students should wear school uniforms .\", 'It is generally thought that students who wear school uniforms behave more appropriately in the school environment .']}", + "output": [ + "[3, 4, 6, 0, 2]" + ] + }, + { + "input": "{'passages': '<1>She is my good friend .She is English .<2>Green is her family name .<3>His first name is John .<4>Her first name is Helen .Kate is eleven years old .<5>(10)', 'candidates': ['Kate Green is a girl .', 'Mr Green is her father .', 'Mrs Green is her mother .', 'Her home telephone number is 865---64108 .', 'Kate is her first name .', 'Being such a good girl and being a steady source of joy might have become a bit too much for her .', 'I still remember that first time when she smiled at me saying that, and I smiled right back, telling her thanks .']}", + "output": [ + "[0, 4, 1, 2, 3]" + ] + }, + { + "input": "{'passages': \"A sure way to destroy your chances of learning how to write skillfully is to believe that writing is a natural gift rather than a learned skill .People with such an attitude think that they are the only ones for whom writing is unbearably difficult .<1>Such people often say , I 'm not any good at writing or English was not one of my good subjects .<2>The result of this attitude is that these people try to avoid writing , and when they do write , they do n't try their best .Their writing fails chiefly because they believe that they do n't have the natural talent needed to write .<3>A realistic attitude about writing must build on the idea that writing is a skill .It is a skill like driving , typing , or cooking ; and , like any skill , it can be learned .<4>Many people find it difficult to do the active thinking that clear writing demands .It is frustrating to discover how much of a challenge it is to transfer thoughts and feelings from one 's head onto a sheet of paper .<5>For almost everyone , skillful writing comes from hard work -- from determination and sweat .The good news is that the skill of writing can be mastered , and if you are ready to work , you will learn what you need to know .\", 'candidates': ['They could have been avoided if we had thought more about others and also more thankful when others offered help .', 'If you have the determination to learn , you will develop your writing skills by practicing extensively .', 'Unless their attitude changes , they probably will not learn how to write effectively .', 'They feel that everyone else finds writing easy or at least tolerable .', 'But writing is not an automatic process : We will not get something for nothing -- and we should not expect to .', 'Unless you decide right now to follow your feelings , they will probably never be completed .', 'They imply that they simply do not have a talent for writing while others do .']}", + "output": [ + "[3, 6, 2, 1, 4]" + ] + }, + { + "input": "{'passages': \"Health is considered the most important thing in the world .Nothing is more important than health .If one takes away our money , houses , cars , or even our clothes , we can still survive .<1>That is why we always try to eat in a healthy way and exercise regularly .How can we keep healthy ?In order to eat healthily , I usually avoid eating food high in fat , like French fries or cookies , which are junk foods .<2>Besides , I only eat little meat .<3>Taking exercise every day helps us build a strong body .Regular exercise is an important part of keeping me healthy .What 's more , I think friends are an important part of one 's health .<4>I always feel better when I am with friends than when I am alone .When I am with my friends , I always laugh .Laughing is also an important part of health .It is good to stay with my friends .By eating properly and exercising regularly , I can keep my body at a proper weight and keep healthy .By spending time with my friends , I can keep my mind happy .These things sound easy to do , but not many people can manage them .<5>\", 'candidates': ['Some people become fat because they often eat too much .', 'I eat a lot of vegetables and fresh fruit which are full of vitamins .', 'But if our health was taken away , it is certain that we would surely die .', 'I think a strong will is necessary if we want to keep healthy .', 'On the other hand , doing exercise is very important .', 'There are some people who like staying alone , but they keep healthy .', 'Many studies show that people with a narrow range of social contacts often get sick .']}", + "output": [ + "[2, 1, 4, 6, 3]" + ] + }, + { + "input": "{'passages': \"<1>I say this a lot because it 's important : you need to walk more .There are a few main reasons why I 'm so fond of walking , also known as moving frequently at a slow pace .<2>Walking might not be as effective as other forms of exercise , but frequent walking will help anyone with two functioning legs that allow movement who would otherwise meld into the couch lose some body fat . It 's good for your brain . Walking does much more than work the area underneath your neck .The farther an older person can walk in six minutes , the better he or she performs on memory and logic tests .Folks who perform poorly on the walking test tend to have reduced grey matter volume in certain sections of their brains . It reduces stress .<3>Go for a walk , preferably in a natural setting .For me , it 's the beach of the Malibu hills .For others , it might be the woods or even a park . It prevents falls in the elderly . Walking on uneven , natural ground like hiking trails improves balance and reduces falls in the elderly .<4>The earlier you start habitually walking , the better your ability to navigate the land without falling will be . It gives you a chance to think . When we walk , we think .And because walking is a low-difficulty effort , we can direct our executive functioning to more internal matters .We work through problems , come up with ideas , replay conversations , scheme , and discover solutions .<5>\", 'candidates': ['It modestly reduces body fat .', 'It lowers blood pressure , especially after meals .', \"Do n't wait until you 're already at risk of falling , though .\", 'What do I do when I need to get away from a particularly stressful day ?', 'Try to keep the walk as close to the meal as possible to aid in weight loss .', 'Even though some of you may be tired of me saying this , it needs saying .', 'Or maybe we just think about that funny dog we saw on the way to work the other day .']}", + "output": [ + "[5, 0, 3, 2, 6]" + ] + }, + { + "input": "{'passages': \"Ways to save time We all wish we had just a bit more time . Just think what you could do with an extra hour or two each day : you could finally stick to an exercise routine , or spring-clean the house , or write your novel , or learn the guitar and so on .<1>But I can help you find more hours in your day for the things that really matter .Get Out of Bed Earlier . If you normally get up at 7 ; 30 a.m. try getting up at 7:00 a.m. That half-hour might not sound like much , but it could be time that you use to exercise , to read that book you 've been meaning to finish .<2>Do the Important Tasks First .Once you get to work , get the important ones done first not the easy ones , or even the urgent ones .<3>If you work like this , you 'll usually save time .The urgent tasks will still get done , and you wo n't miss the important ones .Reduce Interruptions . If colleagues have a habit of hanging around your desk to chat , or if the phone is constantly ringing , you might find that it takes you half the day to finish a simple task like writing a letter .<4><5>A few minutes chatting , browsing the web , and so on , can easily turn into hours of wasted time over the course of a day .If you concentration is slipping , take a proper break : go and get a glass of water , or stretch your legs a bit .And if you 're facing a difficult task , try breaking it into small steps or stages so that it 's easier to deal with .\", 'candidates': ['Stay Focused on Your Work .', 'Take Breaks When Necessary .', 'Would you want me to make your day longer ?', \"I ca n't magically make all your days 25 hours long .\", 'Or simply to get your day off to a calm and organized start .', \"Constant interruptions do n't just eat up time , they also break your concentration .\", 'You can afford to spend at least an hour working on big , important tasks rather than on all those little urgent ones .']}", + "output": [ + "[3, 4, 6, 5, 0]" + ] + }, + { + "input": "{'passages': \"<1>It is thought that regular touch to violence and lack of contact with the outside world makes it harder for them to tell right from wrong .<2>Researchers from Brock University in Ontario found that those who spend more than three hours each day in front of the screen are particularly unlikely to have developed the ability to empathise .The Canadian researchers surveyed 109 boys and girls , aged 13 and 14 , about whether they played video games , which games they liked , and how long they spent playing them .<3>Violent games were among the most popular .<4>For example , they were asked how important it is to save the life of a friend .<5>By the age of 13 or 14 , scientists claim young people should be entering the third stage , and be able to empathise with others and take their viewpoints into account .The research found that this stage appeared to be delayed in teenagers who regularly played violent video games .It is also thought that teenagers who play games regularly did not spend enough time in the real world to learn to take other 's thoughts into consideration .Researcher Mirjana Bajovic said : The present results indicate that some teenagers ; who spent three or more hours a day playing violent video games , are deprived of such opportnnities .Writing in the journal Educational Media International .the researchers added : Touch to violence in video games may influence the development of moral reasoning because violence is not only presented as acceptable but is also justified and rewarded .They concluded that rather than trying to enforce an'unrealistic'ban on the games , parents and teachers should encourage teenagers to do charity work and take up after-school activities .\", 'candidates': ['The teenagers also filled in a questionnaire designed to measure their moral development .', 'They also struggle to trust other people , and see the world from their viewpoints .', 'Spending hours playing violent video games prevents teenagers from their moral growth , a study has found .', \"Previous studies have suggested that a person 's moral judgement goes through four phases as they grow from children and enter adulthood .\", \"The study found that playing games too long can affect kids ' health as well as their schoolwork .\", 'Chinese art is not only for Chinese , but also for people all over the world .', 'Their findings found that 88 percent of teens said they played games , and more than half admitted to playing games everyday .']}", + "output": [ + "[2, 1, 6, 0, 3]" + ] + }, + { + "input": "{'passages': 'Along the river banks of the Amazon and the Orinoco there lives a bird that swims before it can fly, flies like a fat chicken, eats green leaves, has the stomach of a cow and has claws on its wings when young .<1>6m above the river, an important feature for the safety of the young .<2>In appearance, the birds of both sexes look very much alike with brown on the back and cream and red on the underside .The head is small, with a large set of feathers on the top, bright red eyes, and blue skin .<3>Its most striking feature, though, is only found in the young .<4>Using these four claws, together with the beak , they can climb about in the bushes, looking very much like primitive birds must have done .<5>During the drier months between December and March hoatzins fly about the forest in groups of 20 to 30 birds, but in April, when the rainy season begins, they collect together in smaller living units of two to seven birds for producing purposes .', 'candidates': ['Baby hoatzins have a claw on the leading edge of each wing and another at the end of each wing tip .', 'They build their homes about 4 .', 'Its nearest relatives are the common birds, cuckoos .', 'When the young hoatzins have learned to fly, they lose their claws .', \"-- Luigi Solito It's a simple act of generosity: an act in which donors and recipients never meet each other .\", 'They leave their homes and jump from plant to plant in search of food .', 'It is called the hoatzin .']}", + "output": [ + "[1, 6, 2, 0, 3]" + ] + }, + { + "input": "{'passages': \"Around the world there is an increase in the demand for reforestation .This is because the consumption of the forests has affected not only the animals living in the area but also the people .And reforestation is about the rebuilding of the forests that have been severely destroyed .It can offer a lot of benefits when the recreation is successful .<1>This includes collecting seedlings that are native in the area to make sure that there is a natural reconstruction of the area .Some additional trees which are not native in the area also need to be planted .<2>The importance of having multiple species of trees is considered to make sure that the needs of other species that will live and grow in the area are met . Destroying a forest is easy but rebuilding it is really hard .<3>The plan must include accurate spacing on plants and trees .This is to ensure that they wo n't cover each other while they grow .<4>The forest greatly helps in the reduction of the air pollution .Trees are responsible for the production of oxygen and absorption of carbon dioxide .<5>It is there for a reason just like everyone else on this planet . There ca n't be a better way to restore the balance of nature than to increase the forest area .We must remember that the forest is a natural habitat of a wide variety of animals and plants .In this manner , there is no substitute for reforestation .\", 'candidates': ['And global warming will speed up the destruction of forests .', 'There are many things to be done when it comes to this type of effort .', \"Keep in mind that you ca n't just plant the seedlings anywhere .\", 'It is important to make sure that they are suited to the climate and the type of soil .', \"Recreations wo n't work until all these details have been considered .\", 'So a good plan is needed to make the reforestation a successful one .', 'The forest also protects us from typhoons and other natural disasters .']}", + "output": [ + "[1, 3, 5, 2, 6]" + ] + }, + { + "input": "{'passages': \"<1>I really enjoy talking with the older students about school life and growing up .They can tell me a lot .One student told me how he relaxed before exams .Another student told me about great websites about learning History and English .<2>One of the older students taught us origami .We made paper planes, birds and hats together .The table tennis tournament was a great idea .I didn't do very well, but I learnt a lot from watching the doubles tournament won by a fourteen-year-old girl and a seventeen-year-old boy .<3>Everyone enjoyed the games we played .After I learnt how to fish, I caught two fish in the lake .<4>We could learn how to put up tents and how to find our way through a forest .<5>I want to say again how much I enjoy the club .When I'm older, I will make friends with younger students .Then, I can tell them all about school life and growing up .\", 'candidates': ['The Buddy Club is also a good place to just forget about school altogether!', 'I think it might be a good idea to change the Buddy Club Picnic to a weekend camping trip .', 'I think the Buddy Club is great .', 'Last year, the road deaths dropped below 5000 for the first time, or 4 .', 'Many of the older students know how to do this already, and I think they would like to teach the younger students .', \"I'm not stupid, I didn't think she was right in doing those things, but I still put up with it .\", 'Last year, we had the annual Buddy Club Picnic .']}", + "output": [ + "[2, 0, 6, 1, 4]" + ] + }, + { + "input": "{'passages': \"Exam taking is a tiring process .<1>Sometimes you have to pay much attention to the books and try to put everything into your brain .Other times , though , you just do n't know what to do with the loads of lessons to study about .Here are some tips on better preparing for a test .Motivate First you should motivate yourself .<2>Give yourself some positive goals , like setting the mood for it .After all , if you are not emotionally prepared , you would n't expect yourself to be mentally and physically prepared for the test as well .Memorize<3>Doing this can be useful especially if you have lots of concepts to remember .Every day make it a point to memorize at least ten terms or ideas .As the days succeed , all ten concepts for every item you have mastered .Take Notes If you have the materials , try to summarize them by listing down what you know in key points .<4>Reread your notes and try to recall how they were discussed by your professor .Look for a review partner because studying by yourself might eventually result in laziness . Remember that reviewing allows you to recount the lessons and process them more systematically .Give yourself enough time in studying , and beat the nervousness .<5>\", 'candidates': ['Reviewing is useless if your heart is not into it .', 'It will help you find test-taking techniques .', 'Preparing for it is even more challenging', 'After motivating yourself , check how reliable your memory is .', 'You might find it more comfortable studying in the library than at your own home .', \"When you know you have studied well , you would n't have to worry about taking the test .\", 'It not only tests your skill in memory recall , but also judges how well you have been studying .']}", + "output": [ + "[2, 0, 3, 6, 5]" + ] + }, + { + "input": "{'passages': \"At the age of 95 , Olga Kotelko attracted great attention at the World Masters Athletics Championships .This 5ft-tall Canadian became the oldest recorded woman indoor runner , high jumper and long jumper at the competition .Olga now has more than 30 world records to her name and has won more than 750 gold medals .<1>As one of 11 children brought up on a farm , she has always been active , milking cows and doing other housework .She has now outlived all her brothers and sisters and most of her friends but when asked what her secret is , she says there is n't one .<2>It 's not your birthday ; it 's how you age that makes the difference .<3>So can we all turn ourselves into nonagenarian superheroes ?Research from Newcastle University suggests that as every 24 hours pass , we add an extra five hours to our lives -- that 's over 2 months each year -- partly because of improving living conditions and medical development .And in the UK the number of people who are living into their 100th year has nearly increased by four times since the 1980s .<4>While Olga 's genes might help her , we 're not all prisoners to our own .<5>A good diet and regular exercise are key .Besides , developing friendships in mid-life also works .Dr Holland , director of Aston University 's research centre for healthy ageing , says : The more friends you have when you 're 50-60 years old , the less likely you 're to be lonely in later life ; the less lonely you are , the less likely you 're to be ill as the years go by .\", 'candidates': ['So the first thing the new sailors have to learn is their way around .', 'But she sees herself as nothing special , describing herself as just a plain Jane .', 'When I was your age , we were not as happy as you are today .', 'So ageing is not a terrible thing .', \"It 's your attitude to all the things that happen in your life that plays the biggest part .\", 'I think your age is just a number .', 'After all , 75 % of our later lives could be down to the lifestyle we choose to lead .']}", + "output": [ + "[1, 5, 4, 3, 6]" + ] + }, + { + "input": "{'passages': 'Ann is my classmate .She comes from New York, and she lives in Shanghai with her parents now .<1>Sometimes she buys a hamburger for me .<2>In the evening, her father often helps her with it .<3>He can speak Chinese very well .<4>Ann likes reading Chinese books because she wants to know more about China .She tries to talk with her Chinese friends in Chinese .She hopes to speak Chinese well .She is very happy to live in China .<5>', 'candidates': ['She loves people here .', \"She can't speak Chinese well .\", 'In countries where naps are traditional,people often suffer less from problem such as heart disease .', \"He's only seven years old and it's part of the magic of Christmas to him .\", 'Ann thinks the school life in China is very interesting .', 'Every morning, she goes to KFC to have breakfast .', \"He's a teacher in our school .\"]}", + "output": [ + "[5, 1, 6, 4, 0]" + ] + }, + { + "input": "{'passages': \"<1>As the teacher walked into the classroom, he heard a low voice , Here's the teacher .<2>It was a boy's voice and the teacher knew who he was .<3>He said nothing about it, but really began to talk about how to use commas And then he wrote the following sentence on the blackboard, Nick says the teacher is a boring fellow .The class laughed and Nick's face turned red .<4>He put two commas in the sentence, and then read, Nick, says the teacher, is a boring fellow .The whole class laughed again .Nick felt very surprised first, then his face much redder .<5>\", 'candidates': [\"Now, said the teacher, I'11 tell you the importance of commas .\", \"Finally he couldn't help laughing with the other students, too .\", 'It was as if he had found the thing he was meant to do .', \"I'm sure this boring fellow is going to talk about how to use commas .\", \"However, the teacher didn't get angry .\", 'It was a Monday morning .', \"I'm going to discuss three spacebased businesses that are sure to soon influence us all .\"]}", + "output": [ + "[5, 3, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"Paris -- a dream city for many people !<1>And from this summer , it will become a city of bicycles .On July 15 when Paris people wake up , they will find thousands of bikes are for rental .<2>If you want to use longer , you should pay a little money .The stations work day and night , seven days a week .<3>Encouraging people to ride bikes is good for the environment .<4>A Paris official said , `` We think riding bikes may make Paris greener and quieter .With cleaner air , people can live better lives . ''<5>Lyon , France 's third largest city , started it two years ago .Other European cities like Stockholm and Brussels do the same .\", 'candidates': ['You can ride them for free half an hour .', 'It is a city of food and art .', 'Riding bicycles can make them keep healthy .', 'Paris is not the first French city to encourage people to ride bikes .', 'We can ride bikes around the city .', 'There will be fewer cars on roads , so less pollution .', 'People can return the bikes to any of the stations .']}", + "output": [ + "[1, 0, 6, 5, 3]" + ] + }, + { + "input": "{'passages': \"What does blood do for us?<1>All parts of our bodies are made of cells .<2>They all need all the time .<3>What makes the blood move round the body?<4>It pumps the blood and sends it round the body .The heart has rooms with doors between them .It pumps blood in and out through these doors by changing the size of the rooms so that the doors are opened and shut .<5>The heart is a very important part of one's body .When it stops beating, one will die .\", 'candidates': ['No one could make pictures of cells because no one could see them .', 'In countries where naps are traditional,people often suffer less from problem such as heart disease .', 'The heart is a pump .', 'There are more than eighty disorders where cells that normally defend the body instead attack tissues and organs .', 'It brings food to all parts of our bodies and takes waste away from them .', 'The heart keeps a stream of blood going all around the body and back again to itself .', 'These cells are very small .']}", + "output": [ + "[4, 6, 0, 2, 5]" + ] + }, + { + "input": "{'passages': \"<1>Since then, they've been springing up around the country .Today, Chinese food is one of the top choices for hungry Englishmen .<2>Much of the Chinese food in Britain is influenced by western tastes .<3>It's difficult to find the hot food of Yunnan food in Britain .The most popular Chinese dishes in Britain are chou mein, egg-fried rice and spring rolls .<4>The Chinese food in Britain not only gives a different taste .In most Chinese restaurants, food is served as a buffet .And once you sit down in a Chinese restaurant, don't hope to rotate the dishes around a big round table to share .This kind of table in English is called a Lazy Susan because it's convenient to move dishes around .But in Britain they are very uncommon .<5>In most Chinese restaurants, you'll be given a cake that you break a half .Inside is a small piece of paper with your lucky words written on it .Although you can hardly find lucky cakes in China, no Chinese meal in Britain is complete without reading these letters of good luck .\", 'candidates': ['Also, meat dishes are always sweet and sour .', 'Chinese food in Britain has over 100 years of history .', 'For example, dishes are not hot and had fewer kinds .', \"But since coming to China, I've found some differences .\", \"Ever since I moved into this flat, I've had to put up with noise during the night .\", \"At the end of the meal, don't forget your lucky cookie!\", 'For example, rates of major depression were highest in Afghanistan and lowest in Japan .']}", + "output": [ + "[1, 3, 2, 0, 5]" + ] + }, + { + "input": "{'passages': \"problem The Winner 's Guide to Success How do successful people think ?What helps them to make success ?To find out the answers , an American scholar recently visited some of the most successful people in America .<1>Be responsible for yourself Sometimes you may want to blame others for your failure to get ahead .<2>You 're saying , `` You have more control over my life than I do . ''Live life `` on purpose '' Almost all successful people live life `` on purpose '' - they are doing what they believe they should and want to do .When you live your life on purpose , you 'll try your best to do your job or study as well as you can .You love what you do and you can find pleasure in what you do .Write a plan It is very difficult trying to get what you want without a good plan .<3>A good plan is like a map to you .Without this `` map '' , you may waste your time , money and also your energy ; while with the `` map '' you 'll enjoy the `` trip '' and get what you want in the shortest possible time .Be willing to pay the price Nothing great is easy to get .So you must be ready to work hard - even harder than you have ever done .If you are not willing to pay the price , you wo n't get anything valuable .Never give up<4>When you are doing something , you must tell yourself again and again : Giving up is worse than failure because failure can be the mother of success , but giving up means the death of hope .<5>Once an American writer was writing a novel .He could not have a good ending for his book until one night when he had a very good idea .He was so excited that he made a phone call to one of his best friends .`` I 've got a perfect idea , '' he said , `` I 'll put it down later and show it to you . ''But he never did , because he died that night .His book was left without a perfect ending .So remember , do what you can right away .Never delay at all .\", 'candidates': ['It is just like trying to drive through strange roads to a city far away .', 'It seems to us that everyone knows this . But it is easier said than done .', 'Some people achieve success much later in life because they fail to realize earlier the importance of hard work .', \"In fact , when you say someone or something outside of yourself is stopping you from making success , you 're giving away your own power .\", \"Someone else 's opinion of you does n't have to become your reality .\", \"Do n't delay\", 'Here are some keys to success that they give .']}", + "output": [ + "[6, 3, 0, 1, 5]" + ] + }, + { + "input": "{'passages': \"problem When children celebrate a wedding anniversary for the parents , it 's not just a celebration for the parents but for the whole family .There are many types of wedding anniversary gifts .<1>Choosing a gift for parents that involves the whole family makes the event more special for them .Budget Children should n't spend too much money on the gift .Parents usually know the financial conditions of their children .<2>Considerations Ks5u An anniversary gift for parents should have two characteristics : customized , and something they can use together .It is not a good idea to choose a gift that only looks good .The gift is celebrating their time spent together , so it has to be something they both will enjoy .Family celebration One of the biggest achievements of parents is raising children .So some children decide to buy an anniversary gift that involves the entire family such as a special family vacation .<3>A party as a gift<4>If it is a milestone anniversary such as a 25th or 50th wedding anniversary , some children choose to hold a party .The guest list includes all family members who have been close to them over the years .Family-themed gifts One choice is a family photo taken by a professional or even a painting created by a professional artist using a family photo as the image to be painted .<5>If the parents do n't have a DVD player , the player can be included as part of the gift .\", 'candidates': [\"Sometimes gifts do n't have to be objects bought with money .\", 'Brothers and sisters can share the cost of the party .', 'And these gifts reflect a lot of thought and effort .', 'So the gift should be one selected specially for parents .', 'Overspending can make parents uncomfortable and worried .', 'This way , the family can be together to celebrate the anniversary .', 'Another nice gift is making a DVD with old videotapes of family events .']}", + "output": [ + "[2, 4, 5, 0, 6]" + ] + }, + { + "input": "{'passages': \" Competitors who wear red win more than those that are dressed in any other color1 , according to study in Germany .<1>Experts believe that red could make individuals and teams feel more confident as well as being perceived by others as more aggressive .<2>On the other hand , the results could suggest that the success of those teams has given those that wear the red color1 more confident . The study , by German sports psychologists at the University of Munster , was reported in New Scientist magazine .They showed video recording of taekwondo matches to 42 experienced referees .One fighter wore blue and the other wore red .They then showed them the same recordings but digitally manipulated the clothing to exchange the color1 s .<3>`` If one competitor is strong and the other is weak , it wo n't change the outcome of the fight , '' said Norbert Hagemann , who led the study. ``<4>`` In 2004 scientists at Durham University also looked at how color1 influenced sporting competitiveness .They analyzed Olympic contest sports such as boxing , taekwondo , and freestyle wrestling and found that nearly 55 % of which were won by the competitor in red . ''<5>`` said Robert Burton , one of the researchers .\", 'candidates': ['It is the color1 of fire and is often associated with energy , danger , strength , power , and determination .', 'The fighters wearing red were given an average of 13 percent more points than when they wore blue .', 'The study shows that football shirts from worldwide teams such as Arsenal , Liverpool , sell successfully .', \"It is reasonable that wearing red makes individuals feel more confident , although this has n't yet been tested .\", 'Researchers found that those who wear red tops , jackets or clothing score 10 percent more in any competition than if they were in another color1 .', 'The findings could explain why Manchester United , Liverpool and Arsenal have been so successful .', 'But the closer the levels , the easier it is for the color1 to tip the scale .']}", + "output": [ + "[4, 5, 1, 6, 3]" + ] + }, + { + "input": "{'passages': \"Han Mei : Would you like to have dinner with me ?Jane :<1>( Han Mei and Jane are in a restaurant . )Waiter : Welcome !May I take your order ?Han Mei : Jane ,<2>Jane : I 'd like some chicken and some rice .Han Mei :<3>Jane : Yes .A glass of apple juice , please .<4>Han Mei : I 'd like some fish , some rice and a glass of juice , please .Waiter : OK. ( A few minutes later ) Han Mei : Help yourself , Jane .Jane :<5>Han Mei : That 's OK .\", 'candidates': ['Would you like something to drink ?', \"Yes , I 'd love to .\", 'what would you like to have ?', 'Thanks .', 'What about you .']}", + "output": [ + "[1, 2, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"Experiencing bad dreams every night can be frightening for anybody .Bad dreams can disturb sleep .<1>That 's why one should take steps to stop them as soon as they happen every day . Studies have shown that when a person is under some sort of physical or mental stress , he 's more likely to get bad dreams and disturbed sleep .<2>For example , if you 're overworked , learn to take things slow . Besides , an unpleasant experience that a person is unable to get over can make the person suffer from bad dreams .<3>In such a case , receiving treatment and dealing with the unpleasant experience is the only way to stop bad dreams . Eating fatty and high-protein foods is also known to cause bad dreams in some people .<4>Taking a light dinner of soups and salads is the best , both for health and for stopping disturbed sleep in some cases .<5>For example , your bedroom should be the most comfortable place in the world .So remove all electronic equipment including televisions .In addition , if you have negative thoughts , it can have side effects on the kind of dreams you have .So from now on try to be a happy and positive person .\", 'candidates': ['First , we need to know the bad effects of bad dreams .', 'For example , death of a very close one can result in bad dreams .', 'They may also make a person feel stressed throughout the next day .', 'Bad dreams occurring because of this can be stopped if the diet is changed .', 'Reading something you enjoy can make you feel relaxed and help you sleep', \"Besides these , there are many other things a person can do to have a good night 's sleep .\", \"To stop bad dreams , it 's necessary to find out the causes of stress in life and remove them .\"]}", + "output": [ + "[2, 6, 1, 3, 5]" + ] + }, + { + "input": "{'passages': \"problem How to Run for Student Council So you want to run for student council , but are n't quite sure how to get started ?Here are some tips that might help you : 1 .Have a good reason for running .Before you run for student council , make sure that you have the correct reasons for it .Some good reasons include you would sincerely like to serve your class and contribute a lot to the student body .<1>Having a healthy reason for running will give you the positive energy and drive you will need to do your best during your campaign .2 .<2>Remember , the campaign is not the end result of running for student council .You should know the responsibilities and tasks you will face once you have the position to make sure that you are indeed ready for it .3 .Know the rules .Campaign rules typically differ from one school to another .<3>You have to follow school campaign rules and make sure that you are able to meet the basic requirements for candidates .4 .Have a certain policy you want to advocate .Make sure that this policy is indeed important for the student body and will bring about positive change .Also , your opinion should indeed be attainable and realistic .<4>You can even make your slogan out of your opinion and design your campaign posters based on it .5 .Practice good manners .How you conduct yourself during the campaign is a reflection of your leadership and morality<5>Maintain an attitude of respect to everybody whether they 're on your side of the campaign or not .If you truly want to be elected into the student council , give your campaign 100 % of your effort .Good luck !\", 'candidates': ['There are expenses involved with running a campaign .', 'Know the positions and the basic responsibilities for them .', \"Do n't run for student council just because you want the attention .\", 'Associate yourself with it so that your classmates will remember you .', \"Therefore , you 'd better know what is required and have an adviser to consult .\", \"Avoid bad-mouthing other candidates or destroying others ' campaign materials .\", 'Think about the words that best describe you and your advantages over the other candidates .']}", + "output": [ + "[2, 1, 4, 3, 5]" + ] + }, + { + "input": "{'passages': \"Have you wanted to try an ebook ?Has the cost of ebooks stopped you ?Well , there are ebooks that you can download .<1>Others share information about where to find free or discounted ebooks .There are several reasons some ebooks are free .In some cases , the book 's copyright has come to an end .In other cases , writers offer books for free to grow a readership .<2>The writer hopes you will 1ike the first book enough to buy those that follow .Similarly , Amazon is illed with free books , with a list of the top 100 free ebooks .This list changes constantly , based on how well the books are '' selling '' and whether they become or remain free .When you find a free ebook you want to read , get it right away .<3>If you wait too long , you may discover the book now has a price attached .<4>They offer free ebook files to download directly from the sites .These files could have bad software designed to infect your computer .It is best not to download ebooks , or any file , from an unknown site .Some free ebook sites offer referral links to other websites .<5>These referral sites help you find free ebooks of interest to you .They also let you know when an ebook is free or goes on sale .\", 'candidates': ['Be careful of some websites .', \"So visit Amazon 's list quickly .\", 'Several websites offer free ebooks .', 'Referral links provide lists of best sellers .', 'Often the offer is open only for a short time .', 'Often a free book will be the first in a series .', 'Therefore , you can download free ebooks there .']}", + "output": [ + "[2, 5, 4, 0, 6]" + ] + }, + { + "input": "{'passages': \"Morgan Motor Company Factory Tour and Cream Tea for Two Descriptions The Morgan Motor Company Factory is based in Malvern but is famous all over the world for their cars' character and charisma .Not only will you enjoy a guided tour of the only car maker in the world to still be run by the founding family after a century, you can also make the day complete with a cream tea for two .Activities During this fascinating tour you will see how the cars are made from start to finish using a mixture of modern technology and traditional methods, as you visit the workshops .After the tour you will be able to view the museum at your leisure, take your time to discover the wonderful history of this automobile .You will also enjoy a cream tea in the Morgan Cafe to make it just a little bit more special for free .<1>Availability Available on weekdays only .<2>We advise booking at least four weeks in advance but during the summer months this increases to six weeks to ensure that dates are available .This is only a guideline and we advise you to book as early as possible to ensure that dates are available before the expiry date listed on your voucher .<3>Additional information The Visitor Centre Cafe is open daily and can cater for gluten-free diets .The Morgan gift shop is open daily .The Morgan museum is open daily and free of charge to visit .<4>All areas are wheelchairs friendly .<5>\", 'candidates': ['All spring and summer, we visited treasured lands, our first stop was Springfield, Illinois, home of Abraham Lincoln .', 'The factory closes for one week at Easter, during July and at Christmas, please check with the factory for their closure dates .', 'Participant guidelines Minimum age: 5 (under 16s must be accompanied by an adult) .', 'All bookings are subject to availability .', 'There is a large visitor car park .', 'Packaging and Delivery For information on our packaging and delivery, please click here .', 'Malls, fast food restaurants, cinemas, and car dealerships spread out in large, flat buildings .']}", + "output": [ + "[2, 1, 3, 4, 5]" + ] + }, + { + "input": "{'passages': '<1>If you join our club, you will receive a certificate for 3 free books .<2>However, if you decide to purchase just one book at the regular club price, you will receive a certificate for an additional 3 free selections after your first order is placed .As our member, you can benefit from all of our super sales and our Bonus Program .You accumulate 2 bonus points with each cash purchase of one book .<3>To join our club, fill in the brief application listing your name, address, and phone number on the postage-paid card at the bottom of this page .Then drop the card in the mail and our present catalogue will be immediately mailed out to you for your 3 free selections!This catalogue offers a wide selection of over 500 books in every issue, including mysteries, adventures, biographies, cookbooks, sports, and many more .Our catalogue also contains interviews with your favorite authors, reviews of newly published novels, and a teen top-ten list for both fiction and nonfiction .<4>We send you only exactly what you order .If you join before June 30th, we will also provide complimentary shipping ,even if you choose to order nothing except your 3 free books .You can build a great book collection!<5>', 'candidates': [\"These can include digestive problems and even early deaths in older people, according to the study's lead researcher Paul Andrews .\", 'Every 6 bonus points will earn you a certificate for one free book!', 'In addition to taking steps to deliver more personalized messages, advertisers are using billboards to offer more useful information .', 'Begin now by taking advantage of this great offer .', 'These are yours to keep, even if you decide to cancel your membership .', \"Once you are a member, you will receive our catalogue monthly, but you don't need to purchase any selections .\", 'The Evergreen Teen Book Club invites you to join us and take full advantage of our limited-time introductory offer .']}", + "output": [ + "[6, 4, 1, 5, 3]" + ] + }, + { + "input": "{'passages': \"Thanksgiving D ay is always on a Thursday .<1>It is the start of the holiday shopping season , and it has been the busiest shopping day of the year in the US since 2005 .Most stores offer big sales on Black Friday .They open their doors very early in the morning and try to attract shoppers with low prices .Some things like TVs and clothes are much cheaper than usu a l .<2>They hope that shoppers will buy more gifts while they are in the store .Black F riday is a great time for shopping .However , there are problems .<3>Each store has only a few , so the goods are in great need and people stand in long lines to get them .They may wait three or four hours before a store opens , but not everyone can get one .Some people leave , disappointed .This situation makes people worried .Some Black Friday events have been crazy .There have been fights over toys among shoppers .Some workers have been hurt by large c rowd .<4>Still , if you want to go , you will expect large crowds and a bit of pushing .So where does the name `` Black Friday '' come from ?It was first used in Philadelphia in the 1950s .The police called this day Black Friday because of the heavy traffic it caused .In the 1960s , stores tried to change the name into `` Big Friday '' .It did n't stick .The nam e `` Black Friday '' continued to spread across the country .It seems that it is here to stay .<5>It is even spreading to other parts of the world .Stores have held Black Friday events in the UK , Australia , and Brazil since 2012 .In Mexico , stores offer a weekend of low price every year .They call it `` El Buen Fin '' , which means `` the good weekend '' in Spanish .I guess people everywhere like to buy things on sale .\", 'candidates': ['Stores may even lose money on these goods', \"That 's why people like going shopping on that day .\", 'But most Black Friday events are safe and fun .', 'The day after it has been known as Black Friday .', 'Now people all over the country take part in Black Friday events .', 'The biggest one is that there are not enough low-priced goods .', 'There are so many people waiting in a long line .']}", + "output": [ + "[3, 0, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"Philo Farnsworth is not a name most people know .But his work changed the way we learn , the way we live , and even the way we think .Philo Farnsworth is responsible for one of the 20thcentury : television .Philo Farnsworth was born in America in 1906 .<1>When he was twelve years old , he built an electric motor for his family 's washing machine .When he was fourteen , he was already giving a lot of thought to electrons .<2>This sight gave him the idea that electrons could scan an image one row at a time -- an idea that was the key to electronic television .By the time he was twenty-one years old , Farnsworth had started his own company and had managed to build the world 's first electronic television .<3>But after years of hard work , Farnsworth was able to introduce the kind of television we now use .Farnsworth was a great inventor , but lived an unhappy life .<4>_ , but the government stopped companies from making TVs during the war , so Farnsworth did n't make much money from the invention .When Farnsworth was young , he imagined television as a convenient way for distant audiences to enjoy lectures by famous professors , or entertainment by the best symphonies and ballets .<5>He even told his own son , There 's nothing on it worthwhile , and we 're not going to watch it in this household .\", 'candidates': [\"It 's also a very busy city , and the streets are always full of people .\", 'He was interested in science and technology at an early age .', 'He became interested in the idea after he visited another kind of talking kitchen .', 'He had a legal battle with the company , Radio Corporation of America ( RCA ) over who the real inventor of the TV was .', 'It was a very simple device .', \"As he was driving the family 's horse-drawn plowing machine , he noticed the evenly spaced rows of the potato fields .\", 'When he was older , television became much more popular , but he was very disappointed in the silly programs on TV .']}", + "output": [ + "[1, 5, 4, 3, 6]" + ] + }, + { + "input": "{'passages': \"Experts in nutrition suggest that we should eat at least five different kinds of vegetables and fruit a day .They are very necessary for our health and help our bodies work well .They can help reduce the risk of getting ill .There are a lot of vegetables and fruit to choose from and they taste delicious .<1>It 's easy to buy our food from the local supermarket , so why do we go to the trouble of growing our own ?Here are several good reasons :<2>You can pick and eat it at once .When you have tried it , you will agree that vegetables and fruit that are eaten straight from the garden taste better than anything you can buy in a supermarket .You may want to cut down on your `` food miles '' -the distance that a product has travelled before it reaches your kitchen .Many food packages are flown halfway across the earth .<3>Homegrown food is likely to be healthier .Food producers often use fertilizers and pesticides which can end up in your food .If you grow your own , things are different .<4>You might also choose to grow some traditional vegetables and fruit .These often have more of the vitamins , minerals and protein that keep you healthy .<5>And you can grow your own even if you only have a small backyard or a balcony .Some food can grow well in pots , including lettuce , tomatoes , potatoes and carrots .You can recycle plastic bottles and cups to grow something .Just make sure there are holes for drainage and a small plate under them to catch drops of water .Happy gardening !\", 'candidates': ['Best of all , you can grow your own ! .', 'But where to grow your own is a problem .', \"That 's not so good for you , or for the planet .\", 'Food that you grow yourself is always fresh .', 'If you have a large garden , growing your own is easy .', 'You can control what goes on and into the food you eat .', \"So it 's better to eat more vegetables and fruit in our daily life .\"]}", + "output": [ + "[0, 3, 2, 5, 4]" + ] + }, + { + "input": "{'passages': 'When you are learning English , listening , speaking and writing are important , but reading can also be very helpful .Here are some good reading tips .<1>Read something that you can understand .If you need to stop every three words to use a dictionary , it is not interesting . Try to increase the number of your new words .If there are four or five new words on a page , write them in your notebook .<2>Instead , try to guess their meaning as you read : mark them with a pen .Then come back when you have finished reading to look them up in a dictionary and write them in your own vocabulary book .Then try to remember them . Try to read regularly .<3>Fifteen minutes every day is better than two hours every Sunday .Fix a time to read and keep to it .You could read for fifteen minutes when you go to bed , or when you get up or at lunchtime . Read what interests you .Choose a book or a magazine about a subject that you like , because you are going to spend time and money reading it .<4>You can also read newspapers .There are many English newspapers in China .It is easy enough to understand and also there is something interesting in it .', 'candidates': ['So , choose an interesting book .', 'Try to read at the right level .', 'For example , read for a short time once a day .', \"But you do n't have to write them while you read .\", 'You should read as much as you can.']}", + "output": [ + "[1, 3, 2, 0]" + ] + }, + { + "input": "{'passages': \"<1>They like to have celebrations .In China , people celebrate New Year .<2>They wear red clothes because red is the color that will bring joy .Chinese children get money in red envelopes for the New Year .In Gambia , people celebrate Independence Day .It is in February .<3>In England , people celebrate May Day .<4>They wear pretty clothes to celebrate the coming spring .The children like to dance on this day .In America , people celebrate Thanksgiving Day .It 's on the fourth Thursday in November .They have a very big dinner with their families or friends .<5>They have a long talk after the dinner ., , , .\", 'candidates': ['May Day is in May .', 'They wear bright clothes and play music at the celebrations .', 'They eat turkey and a lot of other delicious food .', 'New Year is in January or February .', 'People live around the world .']}", + "output": [ + "[4, 3, 1, 0, 2]" + ] + }, + { + "input": "{'passages': \"<1>Most fitness advice is aimed at a general audience .But if you 're an older adult , the International Council on Active Aging ( ICAA ) has some tips for seniors to get started and keep them at the top of their game .<2>Talk with your doctor about getting permission to begin a fitness program and making any changes to suit your situation .<3>Before starting , pick a program you 'll enjoy , so you 'll do it regularly .Check out the facility and the staff .Is the place friendly ?Can you change clothes comfortably ?Are facilities easily accessed ? Determine your participation style .Choose what 's best for you - a class or going solo ?Morning or night hours ?<4>Start slowly .Most people are overeager and sometimes overdo it .Record a baseline of your regular activities and determine a reasonable plan . Make a date .Find a friend to exercise with you and keep you motivated . Set specific short-term and long-term goals .Plan for activity in your day and make it a priority . Remind yourself what your goals are .If it hurts , do n't do it .<5>And once you 've reached your goal , treat yourself for the good job you 've done , so it will encourage you to continue .\", 'candidates': ['Make a list .', 'Exercise Tips for Seniors to Start a Healthy Game', 'Know your choice .', 'Learn to work around pain , not through it . ks5u', 'Indoor or outside exercise ?', 'All the Seniors Should Be Careful Before Exercise', 'Get a thorough examination .']}", + "output": [ + "[1, 6, 2, 4, 3]" + ] + }, + { + "input": "{'passages': \"problem , How to keep healthy ?It 's easy for us to catch a cold in winter and spring because the weather changes a lot in spring and it is too cold in winter .But if we take care in our life , all of us can keep healthy without any cold .<1>This will stop germs , passing from one person to another .When you finish your work or before you eat , you 'd better wash your hands .<2>Use a tissue , and then throw it into dustbins at once .When others around you are coughing , I advise you to turn your head away from the people so that their viruses wo n't reach you .Get more fresh air .Germs like staying around in dry and warm rooms .<3>Do n't stay too long in the places with too many people .If flu is going round house or school , you should try to stay away from those who are ill .<4>Boil your toothbrush for about a minute .This kills germs .<5>If you have used the toothbrush for three months or so , throw it away and buy a new one .\", 'candidates': ['Have a shower every day', 'Wash your hands often', \"Do n't use your hands when coughing\", \"Do n't go out often when you are coughing\", \"Besides , do n't use the same toothbrush too long\", \"In this way , you wo n't be infected by these people\", \"you 'd better stay in the places with more fresh air\"]}", + "output": [ + "[1, 2, 6, 5, 4]" + ] + }, + { + "input": "{'passages': \"`` I do n't like my parents .They always tell me I should do this , and should not do that .It sometimes makes me angry , '' said Zhang Hua , a middle school student in Guangzhou .<1>Perhaps your parents had the same problem when they were your age long ago .Why does it seem that some parents are not so friendly in their children 's eyes ?One of biggest things is when someone becomes a parent , he / she likes worrying things .They worry about everything about you .They do a lot for you , though something would make you angry , because they care about you and worry about you .They worry about your choice of friends , the food you eat , your work at school , how much sleep you get , etc .<2>They want you to grow up healthily and happily .So how can you make things easier by yourself ?<3>Just make sure your parents know what you 're dong .Get them to know your friends .Phone if you stay somewhere else .<4>Take responsibilities for what you have done .Talk about your ideas with them .They may talk about theirs with you . And you should think about why your parents do this or that .They are still practicing being parents and need help that you can give them .<5>they may be able to help you get on well with your children .\", 'candidates': ['Some day , when you become a parent .', 'You can make all these things easier by yourself .', 'Say sorry to them when you make mistakes .', 'Do you have the same problem ?', 'You can also help your parents when they make mistakes .', \"It 's easier than you think .\", 'All these things are part of your life .']}", + "output": [ + "[3, 6, 5, 2, 0]" + ] + }, + { + "input": "{'passages': 'Being outgoing is good for your life .Those who are more outgoing like to meet lots of people and have more fun in life .In fact ,<1>Even shy people can be outgoing .You can start becoming outgoing with your best friend or a group of friends .But the real challenge comes<2>Smile more , and usually they will return your smile .In this way ,<3>Start a talk .Just a simple Hello or How is it going is a good start .If you want to make interesting talks , you should read news in newspapers and prepare your views , or surf the Internet for new information and<4><5>This is also the most important step .Go to a park , beach , club , party or any other place that you think can be fun , and you may make new friends there .', 'candidates': ['The easiest way to become more outgoing is to go out .', 'when you meet strange people or new friends .', 'being outgoing is not so hard as you think .', 'then keep that in mind .', 'you can give some talks', 'you may have some talks .', 'and being outgoing is not as easy as you think .']}", + "output": [ + "[2, 1, 5, 3, 0]" + ] + }, + { + "input": "{'passages': \"<1>Recently, China's Tianhe-1 was ranked as the world's fastest supercomputer, according to a new list of world's TOP 500 supercomputers .It took 200 Chinese scientists two years to build the fastest supercomputer .It can do 2,507 trillion calculations in a second!That means it will take a personal computer 600 years to finish the work that a supercomputer does in a day!<2>It is home to more than half of the world's top 500 supercomputers .Japan also has advanced technology .China is developing its supercomputer technology quickly .But experts say it will take years before China's total computing power can catch up with that of the US .Supercomputers can work on many different things .They can solve problems in areas like national defense , energy and science .In business, you can also use supercomputers .<3>Banks use them for quick trades .<4>To make a supercomputer, scientists first need to link thousands of small computers together .Then they use software to turn them into one supercomputer .<5>But you need the top technology to make a supercomputer run fast .\", 'candidates': ['Food companies even use supercomputers to make sure that they put potato chips into cans without breaking them .', 'In fact, any person with enough knowledge about computers can make a supercomputer .', 'The number of tornadoes in the US has jumped through the first part of 2006 compared with the past few years .', 'Did you hear of the supercomputer?', 'The US now leads the world in the area of supercomputers .', 'Did you know that you have come into the finest place in the world to buy socks?', 'Oil companies use them to find oil and gas .']}", + "output": [ + "[3, 4, 6, 0, 1]" + ] + }, + { + "input": "{'passages': 'If you want to set successful goals and achievement , you should keep certain suggestions in mind .Here are some tips to help you achieve your goals .Pick the right one .<1>Give your goal some thought before you begin .Sometimes we achieve our goals only to later realize that results are not what we need .<2>They will help you avoid the common mistakes when you develop good habits .Good habits remove the need for making simple decisions like-Should I go to the gym to work out today or wait until next week ?Believe in yourself .<3>But you should continue to believe in yourself .Just know that you would have the ability to achieve your goal .Sometimes the best way to gain confidence is to keep doing things that can make you feel good .See it before you have it .Keep a clear picture of your goal in mind .You need to act as it is already yours .See it and feel it .<4>You will work harder to have it .<5>Stopping leads to failure .So you must not give up , or you will never succeed .', 'candidates': ['Your confidence will waver from time to time .', \"Do n't quit .\", 'Focus on developing good habits .', 'Keep on moving forward no matter how hard it is .', 'Be certain that you choose a right goal .', 'Keep doing what you have been doing all the time', 'This makes your goal feel real .']}", + "output": [ + "[4, 2, 0, 6, 1]" + ] + }, + { + "input": "{'passages': \"Informal conversation is an important part of any business relationship .<1>Latin Americans enjoy sharing information about their local history , art , and customs .They expect questions about their family and are sure to show pictures of their children .The French think of conversation as an art form .<2>For them , arguments can be interesting - and they can cover pretty much or any topic - as long as they occur in a respectful and intelligent manner . In the United States , business people like to discuss a wide range of topics , including opinions about work , family , hobbies and politics .<3>They do not share much about their thoughts , feelings or emotions because they feel that doing so might take away from the harmonious business relationship they 're trying to build .Middle Easterners are also private about their personal lives and family matters .It is considered rude , for example , to ask a businessman from Saudi Arabia about his wife or children .<4>This can get you into trouble , even in the United States , where people hold different views .Sports is typically a friendly subject in most parts of the world , although be careful not to criticize a national sport .<5>\", 'candidates': [\"Instead , be friendly and praise your host 's team .\", 'They enjoy the value of lively discussions as well as disagreements .', 'In Japan , China and Korea , however , people are much more private .', \"In addition , discussing one 's salary is usually considered unsuitable .\", 'You may feel free to ask your Latin American friends similar questions .', \"As a general rule , it 's best not to talk about politics or religion with your business friends .\", 'Before you start a discussion , however , make sure you understand which topics are suitable in a particular culture .']}", + "output": [ + "[6, 1, 2, 5, 0]" + ] + }, + { + "input": "{'passages': 'Learning science involves knowledge and application .During your undergraduate years , applications start in the science laboratory .<1>The following are ways on how to handle and clean science equipment : Glass ware .<2>If the glass has impurities , the experiment can fail .In general , there are four ways to clean the equipment:1.Completely cleaning the glass ware using flowing tap water.2.Using the cleaner that is specifically designed for laboratory glass ware.3.Boiling water in the ware to completely remove the solutions.4.Using chemical solvent and water-based soaking solutions .Plastic ware .Since this is more sensitive than glass , mild lab cleaner is enough to clean it .<3>Wash with clean , preferably distilled water .Use heat and chemical solutions for removing difficult grease , oil and other organic matter .However , not all types of plastics can bear heat and chemical application .<4>Stainless steel lab ware .Never use hydrochloric acid on steel products .A soft and clean cloth can be used .There are also stainless steel pads that can be used .<5>Usually these steel products have visible polishing grains or lines that must be followed as directions for cleaning .Filtered water is the recommended liquid for cleaning .Some unfiltered water can contain deposit built up that can protect the equipment .', 'candidates': ['Note that each chemical is unique .', \"Note that the cleaner does n't have strong PH\", 'There are instances in which water is used for the last cleaning .', 'It is still best that you check cleaning instructions in the packaging .', 'However , the manner of cleaning or polishing must be correctly observed .', 'This type of equipment is usually used as a holder for chemicals to be tested .', 'You use different science equipment to help you produce conclusions on given problems .']}", + "output": [ + "[6, 5, 1, 3, 4]" + ] + }, + { + "input": "{'passages': \"Hiking If you like to hike during the warm months, you'll probably like to hike in the winter .The landscape changes completely from summer to fall to winter, and the snow can make for some really beautiful photos .<1>Because it's cold out, you also have the added benefit of not sweating too much through your clothes, and it's a great excuse to grab some hot chocolate when you finish your hike .Cross-country skiing Cross-country skiing is great exercise and a great way to see the winter scenery at the same time .If you've never done cross-country skiing before, be sure to check with an expert before trying it yourself .<2>Snowball fighting Everyone remembers going outside, building a snow fort ,and having snowball fights when they were kids .<3>Go outside with your friends, build a fort and start throwing snowballs at each other .<4>Throwing snowballs is a great way to use some extra energy and can be really fun for the whole family .Bird-watching Lots of birds migrate during the winter months, and these quiet, cold hours can be a great time to see them like never before .<5>Check your local parks to find out what birds you can see in your area and get out there to see them .\", 'candidates': ['The next step is to get a larger pod,with about four times the computing power,under the ocean for testing .', 'Be sure to bring your camera with you to capture all the awesome scenery .', 'Knowing what to expect can keep you safe and prevent an injury .', 'Be sure to take your camera with you because you will want to snap everything you see .', 'Eagles, for example, migrate through central Illinois in February, and watching them fly through Starved Rock State Park is a breathtaking sight .', \"The fun doesn't have to stop when you're an adult!\", 'If you have kids, get them in on the action .']}", + "output": [ + "[1, 2, 5, 6, 4]" + ] + }, + { + "input": "{'passages': \"Now if you go out or surf(;)the Internet, one word is very popular among young people .<1>But lots of young people don't know what it really means .They just think an iPhone 6 is fashionable, new hair style is fashionable, a new kind of clothes is fashionable, and even smoking or drinking is fashionable .So they just try to do something to make themselves look fashionable .These young people often do something wrong .Some children buy cigarettes and smoke them without letting their teachers or parents know .<2>Some children want their parents to buy them mobile phones, but they just use their phones to play games and chat with their friends .<3>They often do their best to see music stars and sometimes they have to go far away to see the stars face to face .<4>But many other people don' t think so .They think fashion means everything modern and useful things to people around us .<5>\", 'candidates': ['That being said, there might be some adolescent wisdom in her behavior after all .', 'That is the word fashion .', 'Some young students like to run after fashionable stars .', 'We really should try to help and spend time with those who are working towards a goal or dream .', 'Children should try to be really fashionable .', 'They often have to look everywhere for the information of the fashionable stars .', 'Some students learn to drink and it costs them a lot of money .']}", + "output": [ + "[1, 6, 2, 5, 4]" + ] + }, + { + "input": "{'passages': \"Anyone who has ever lost keys or money will have wished for a simple but effective way to make sure it never happens again .<1>Using a tiny microchip which is implanted into the arm , they have come up with a replacement for cash or credit cards that can not be left at home or dropped on the bus .<2>At a shop , a radio frequency reader would send a signal and the chip in your arm would respond with your unique identity number .That would give the reader your financial information , and money could be taken directly from your accounts and you would n't even have to reach for your wallet .The company also hopes to include other information on the chip , such as medical records , building security codes and passwords , making life even easier .<3>Critics say that a lot can go wrong with the chip .A clever thief could build a fake reader that would steal your information without you knowing .<4>Privacy is a big issue too .Stores , or even the government , only need to track the chip to find out what you buy , how much you spend and where you go .<5>\", 'candidates': ['But not everyone is happy with the developments .', 'The Verichip is about the size of a grain of rice and works using radio frequency identification technology .', 'A US company is trying to help .', 'And if you wanted to get rid of your chip , you would need an operation to remove it .', 'So your money could still be stolen .', 'At present , China is trying to help pupils and teachers to improve their writing with the help of information technology .', 'But they are only sure that when one person yawns , almost everyone else nearby wants to yawn , too .']}", + "output": [ + "[2, 1, 0, 4, 3]" + ] + }, + { + "input": "{'passages': \"<1>Men lie women lie .Husbands lie friends lie wives lie and believe it or not your mother might lie .A recent study showed that 91 % of all people lie on a regular basis and people tell at least 13 major lies a week . Dr .Robert G. Newby a professor of sociology believes that men are more likely to tell lies than women .`` Men are more concerned about how they present themselves in public the impression they make on people and things like that `` he says .`` Men are always trying to impress people in the work and want to make sure that their presentation of self is one that makes them look good .<2>`` Women on the other hand Dr. Newby believes are more private people and their relationship tends to be more interpersonal as opposed to having to put on a public face .Women are more vulnerable and they are not as likely to try to pull the wool over someone 's eyes like men . Psychotherapist Vesta Callender also agrees that men and women do lie differently . ''<3>They plan better `` Callender notes .`` They create a history around the lie and they try to project into the future what might happen if the lie is detected .With a woman a lie has a beginning a middle and an end. ``Callender believes that men tend to lie for the moment or to get out of a situation .<4>Dr . Elmore stresses that while it is true that most people lie from time to time one should be truthful . ''<5>Everything that is true does not need to be said but everything said needs to be true . ''he says .\", 'candidates': ['Be truthful at any cost .', 'Men also lie to each other .', 'Everyone lies from time to time .', 'Women are much more careful in their lies .', 'Men think less about how the lie can be detected .', \"He lies about almost everything even when he does n't have to .\", 'Men are more likely to step outside of their relationships than women .']}", + "output": [ + "[2, 6, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"When I was about eight years old, I decided that I wanted to be a famous film star when I grew up .Well, I'm not a famous film star, but I do work for a film studio, and I do meet famous actors every day .I'm a Foley artist--I make the sounds that are added to films after they have been filmed .<1>Well, if actors are filming a fight scene, you can't expect them to really hit each other or break each other's bones, so Foley artists have to find suitable sound .If you come into my studio and find me throwing wet towels at the wall and breaking carrots in half, don't worry .I'm just recording a fight scene .When my kids were little, they loved our Christmas films because we always needed to record the sound of children walking on snow .<2>I used to cover part of studio floor with salt crystals and pour thick flour over the top .<3>After the recording, they never wanted to leave; they stayed and played, they got snow in their shoes, on their clothes, even in their hair!<4>Some Foley artists see computers as a threat but I welcome the new technology .A lot of everyday sounds used to take a whole day to create, so there was a lot of pressure to get everything done on time .<5>As long as people keep coming up with new ideas for films, studios will need Foley artists to come up with the sounds for them .\", 'candidates': [\"With computers, there's a lot less stress and I can devote more of my time to creating unusual sound effects .\", 'Why does this need to be done?', \"It doesn't often snow in California, so I had to create the sound in the studio .\", \"September 23:When a clerk asked if they could help him ,he began crying and screamed, Why can't you people just leave me alone?\", \"Though I always knew my parents weren't very happy and they often fought, I still wanted my family to stay the same .\", 'Then I brought my kids and their friends to the studio so that I could record them walking in the snow .', 'These days studios use computers to create such common sounds as footsteps on snow .']}", + "output": [ + "[1, 2, 5, 6, 0]" + ] + }, + { + "input": "{'passages': \"When we interviewed what the life was like more than 70 years ago, many old soldiers were full of tears in their eyes .They told us that they never forgot those days when they were in the army, during which they lived hard lives but spared no effort to fight against the enemies .Now in the year 2015 comes the first great parade in the 21stcentury .<1>This day is considered as an important moment for China, as well as the world .49 countries from all over the world, including South Korea and some European countries attended this special occasion .In preparation for the parade, the soldiers worked hard every day .<2>Each day, they got up early in the morning and started the 10 hours' practice .When a reporter arrived, it was raining heavily outside, but none of the soldiers stopped training .Nothing can stop their training, and no one can stop their deep love to their motherland .The reporter asked, The training is so hard but why does nobody give up?<3>I consider it a great honor .<4>One of the participants answered .In fact, everyone takes pride in taking part in this big parade because they want to show the spirit of Chinese army, the power of Chinese army, as well as the determination of keeping the world in peace .<5>If one has a dream, he will get over any difficulties that get in the way to make the dream come true .\", 'candidates': [\"In order to walk well in the three hundred meters distance on the Tian'anmen Square, they had to receive extremely strict training .\", 'September 3rdis the 70thanniversary of the victory of the anti-fascist war .', 'It could be fun at first but if you are short of time, the process can become annoying .', 'I must try my best .', 'From the soldiers, we learned the power of dreams .', \"It's the first time for me to join in such an important ceremony .\", \"My best friend and I had promised to send each other something every Valentine's Day .\"]}", + "output": [ + "[1, 0, 5, 3, 4]" + ] + }, + { + "input": "{'passages': \"Each country has its favourite food .In some countries, people eat rice every day .<1>Japanese eat a lot of fish, and they eat a lot of rice , too .<2>In the USA people like hamburgers a lot .<3>In Canada, people eat bread with butter on it .In India, people like to eat hot food .<4>They don't like to eat meat and fish .<5>\", 'candidates': ['They think green food is good for them .', 'And they like to have cold drinks .', 'Some people eat only fruit and vegetables .', 'In England , the favourite food is fried fish and French fries .', 'They would die because there would be less food(plants like corn, wheat, and other vegetables and fruits) .', 'They often eat it with meat, fish and vegetables .', 'And few refuse to offer personal information like Social Security numbers to get supermarket loyalty cards .']}", + "output": [ + "[5, 3, 1, 2, 0]" + ] + }, + { + "input": "{'passages': \"If your clear intention is to add a thousand or more new words to your present vocabulary -- -- add them permanently , unforgettably -- -- add them so successfully that you will soon find yourself using them in speech and writing , I advise you to take full advantage of this book by carefully following the laws of learning :<1>Each chapter of this book may take one half hour to an hour and a half depending on the amount of material and on your own speed of learning .Do one or two chapters at a time .And always decide when you stop exactly and when you will return . Do Not Rush<2>Everyone learns at a different pace .Fast learners are no better than slow learners .It 's the end result that counts , not the time it take you to finish . Review When you start a new chapter , go back to the last exercise of the previous chapter , cover your answer , and test your retention<3>Test Yourself You are not aiming for a grade .Or putting your worth on the line , when you take the Three Comprehensive Test ( chapter 8 , 13 and 17 ) .<4>You are deciding where repairs have to be made .Especially , you are experiencing a feeling of success at work well done .Use these 3 tests as well as the abundant drill exercises , which aids to learning .No one is perfect and no one learns in the exact same way .<5>And then give yourself every opportunity to exploit your actual and potential abilities . But most importantly , develop a routine and stick to it !\", 'candidates': ['Remember to preview', 'Schedule your learning', 'Go at your own comfortable speed', 'Actually your discovering your weakness if any .', 'Real learning goes on only through active participation .', 'Find your best technique and speed for your unique learning patterns .', 'Do you have a quick recall after a day or you simply forget everything .']}", + "output": [ + "[1, 2, 6, 3, 5]" + ] + }, + { + "input": "{'passages': \"Study Links Video Game Use to Problems in school A new study warns that too much time spent playing computer games could affect a child 's performance at school .<1>They show that too many hours spent playing games can reduce students ' chances of success in school . More than 600 teenagers between the ages of 14 and 16 took part in the research project .<2>It is said to be the first ever long-term study in Northern Ireland on the influence of information technology on school test results . The study found that teenagers who played computer games less than once a week were more successful in school than those who played them twice a day or more .41 % of the students who used gaming devices two or more times a day received passing grades on school exams .<3>The study found that social media use did not affect school performance . Caline Mc Stravick is the director of the National Children 's Bureau Northern Ireland .She says the study showed no connection between social media and test results. ``<4>I think that 's more because social media is part of every child 's life .It 's the way they communicate .It 's the way they keep in touch with their friends .`` Many parents say their children are becoming increasingly dependent on computer games .Some have compared gaming to a drug addiction .<5>It suggested that computer games can cause children to stay awake late at night .Less sleep makes children tired and unable to pay attention in school the next day .\", 'candidates': ['However , the study did not explore addiction .', 'The new games are much different from older ones .', \"It was clear that social media did n't have any effect .\", 'It took place over a period of three years from 2013 to 2015 .', 'That compared with 77 % of those who rarely played the games .', 'Drug addiction does great harm to their health and performance at school .', \"Britain 's National Children 's Bureau Northern Ireland reported the results of the study .\"]}", + "output": [ + "[6, 3, 4, 2, 0]" + ] + }, + { + "input": "{'passages': \"<1>There was nobody on the island,Tom hoped someone could come to save him,and every day he looked at the sea,but he didn't see any ship .A few days later,Tom built a little hut for himself .But then one day, after looking for food,he arrived home and found his little hut was on fire .The smoke went up to the sky,the worst thing happened,everything was lost,Tom was so sad and angry .He cried .<2>The ship was coming close to the island .<3>How did you know I was here?<4>We saw your smoke, they answered .It is easy to get sad when things are going bad,but we shouldn't lose hope .<5>For all the bad things happen to us,life has good answers for them .\", 'candidates': ['Researchers asked 48 men and women to mark the midpoint of lines on a piece of paper with a laser pointer .', 'Early next day,however,the sound of a ship woke him up .', 'Remember,next time little hut is on fire and we lost everything,maybe the smoke is calling for help for us .', 'It is perhaps one of the most powerful forms of human expression or human communication!', 'Tom was the only person alive after a shipwreck, the sea water washed up on a small island .', 'It came to save him!', 'Tom asked the men from the ship .']}", + "output": [ + "[4, 1, 5, 6, 2]" + ] + }, + { + "input": "{'passages': \"Are These the Best Years of Your Life ?The ups and downs of life may seem to have no predictable plan .But scientists now know there are very clear life patterns that almost all people share .Even if you have passed some of your best years , you still have other good years to come .<1>When are you smartest ?From 18 to 25 , according to I. Q. scores ; but you are wiser and more experienced with increasing age .You 're sharpest in your 20 's ; around 30 , mental abilities begin to decline , particularly your ability to do maths .<2>Your vocabulary at age 45 , for example , is three times as great as when you graduated from college .At 60 , your brain possesses almost four times as much information as it did at age 21 .<3>You have the best physical sense of yourself from 15 to 24 , when you feel energetic all the time .The best professional sense seems from 40 to 49 .Before age 24 , we believe that our happiest years are yet to come .Over 30 , we believe that they 're behind us .A National Health Survey agrees : After age 30 , we `` become more realistic and do not view happiness as a goal in itself .If we keep our health , achieve professional and emotional goals , then happiness , we feel , will follow . ''<4>Generally between 30 to 39 , but the peak varies with different professions .Mo zart wrote a symphony by age eight , and Mendelssohn composed his best-known work , A Midsummer Night 's dream , at 17 , but most of the great music was written by men between 33 and 39 .Though the peak in most fields comes earlymost Nobel Prize winners did their top research in their late 20 's and 30 's , creative people continue to produce quality work throughout their lives .<5>\", 'candidates': ['When are you happiest ?', 'When are you most creative ?', 'But your ability to complete other tasks climbs .', 'The above givesyou an accurate figure .', 'Certain good years seem to come later in life .', 'For people who are creative , there is no upper age limit .', 'The human life journey can not be charted by a clear life pattern .']}", + "output": [ + "[4, 2, 0, 1, 5]" + ] + }, + { + "input": "{'passages': \"Have you ever imagined the benefits that a good memory can bring to you ?<1>Here are four ways to improve your memory .<2>There is evidence that sleep plays a vital role in the consolidation of memories relating to learning motor skills , such as learning to play a musical instrument or ride a bike .Having a full night 's sleep soon after gaining a new skill helps consolidate the processes involved , so they can later be performed well . It 's rewarding to continue education .Older people are often told to adopt a `` use it or lose it '' approach to maintaining cognitive function .<3>In a 2016 study , US researchers found participants aged 60-90 who spent 15 hours a week for three months learning a complex skill , such as digital photography , saw significant improvements in memory tests . Taking a break counts .<4>More than a century ago , German scientists showed that people performed almost twice as well in memory tests if they took breaks . It 's useful to stay social .Having an active social life delays memory loss as we age , US scientists who asked people in their 50s and 60s to do memory tests every other year between 2001 and 2007 found the decline in recall abilities of their most sociable subjects to be half that of the least well connected .<5>\", 'candidates': ['Sleeping well helps strengthen memories .', 'Old people should participate in easy activities', 'Yoga , meditation or other relaxation techniques may help .', \"Memories can be destroyed if the brain does n't have enough rests to sharpen them .\", 'In fact , when it comes to memory , research suggests that only certain types of mental activities help .', 'Being able to remember important pieces of information can give you a powerful advantage in your life .', 'Having good friends , volunteering for charities and other forms of social engagement also protect memory .']}", + "output": [ + "[5, 0, 4, 3, 6]" + ] + }, + { + "input": "{'passages': \"In England , people usually begin their talks with `` Is n't it a nice day ? ''`` Do you think it will rain ? ''`` What a fine day ! ''<1>because they can have four seasons in a day .In the morning the weather just like that in spring .<2>The weather gets a little cold .In the afternoon it will be sunny .<3>, and it will be summer at this time of day .In England , people can also have summer in winter ,<4>So in winter they can swim sometimes , and in summer sometimes they should put on warm clothes .When you go to England , you will see that some English people usually take an umbrella or a raincoat with them on a sunny morning , but you should n't laugh at them .<5>, you will regret later in a day .\", 'candidates': [\"If you do n't take an umbrella or a raincoat .\", 'People like to talk about the weather', 'or have winter in summer .', 'The sun will begin to shine .', 'An hour later black clouds come and then it rains hard .']}", + "output": [ + "[1, 4, 3, 2, 0]" + ] + }, + { + "input": "{'passages': '<1>One kind of ants is very strong .<2>These ants are often in big groups .<3>They can kill and eat elephants .<4>Sometimes they can even kill people and eat them .When the ants come near,people leave their homes .<5>Because they can see no insects or snakes .', 'candidates': ['But people are sometimes happy after the ants pass by .', 'There are many kinds of ants in America .', 'This would cause us to have less food to eat, but it would also limit the food that animals have .', 'They eat all the animals on their way .', 'And they can eat horses,too .', 'People are afraid of them and the other animals are afraid of them,too .', 'People of different ages, from 12 to 83, were asked to have a test .']}", + "output": [ + "[1, 5, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"<1>When autumn arrives ,they have to fly south where the weather is warmer .The winters are so cold in Canada that the birds will die if they stay there .Last spring ,Bill Lishman found sixteen young Canada geese on his farm They had lost their parents , Bill thought .These young birds won't know what to do in the autumn .<2>All through the summer ,he went on short trips in his plane and the young geese flew after him .When the cold weather arrived in autumn ,Bill flew to Virginia in the United States ,600 miles south from his home in Canada .<3>Bill flew to Virginia and returned home .<4>They didn't arrive ,so Bill flew to Virginia to get them .<5>When he arrived back home ,Bill found the geese waiting for him .Then had found the way home without him !\", 'candidates': ['Bill had a small plane and he decided to teach the birds to follow him .', 'This spring ,Bill was waiting for the birds to come back .', \"He looked for them for two weeks but he couldn't find them .\", \"He couldn't control his feelings and fell to his knees, looked up to the sky and expressed his thanks .\", 'The geese follwed him all the way .', 'Canada geese are large blue and white birds .', 'The way the study links personality to attractiveness and reproductive fitness makes sense biologically, she says .']}", + "output": [ + "[5, 0, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"problem Ambition is a necessary quality in life .It is the force which drives us on to use whatever talent we have got<1>, these talents will not be used for our own and other '' s benefit .Without ambition we are just jellyfish that flop though life .We only react to events : we don '' t try to control them .<2>, First of all , it can be unrealistic .We may not be able to see the limits of our own abilities , so we do ambitious things that are completely beyond us .Some people can see our good qualities and our limitations objectively .They may tell us that we haven '' t the ability We refuse to take their evaluation .We keep on trying .Many years and many disappointments later we are forced to accept their judgment .But what a waste of time our ill-founded ambition has caused us !Besides , our ambition can be too concentrated .We devote our attention to one narrow aim , such as getting distinctions in our science subjects .Everything that may draw us away from this aim is cutout of our lives .In the end we get our distinctions .But we are isolated beings who only care about particular examination .And we probably won '' t make good scientists<3>And our ambition can be limited to lifeless objectives<4>Persons who feel inferior try to make up by seeking the respect of others through owning these artificial signs of worth .<5>But , like all blind forces , it must be directed if not to cause disaster .\", 'candidates': ['Still , ambition can have several disadvantages', 'Because our ambition may make us among selfish people', 'Unless we have got some degree of ambition .', \"Since we don '' t have the breadth of view necessary for greater success\", 'Ambition is necessary in the lives of individuals', 'As long as tightly controlled by the head and the heart', 'We want to gain money , or power , or membership of some circles']}", + "output": [ + "[2, 0, 3, 6, 4]" + ] + }, + { + "input": "{'passages': '<1>Instead, I spent a year travelling round the world .<2>I saw theBig Ben and visited the amazing churches .<3>Next, I flew to India, and traveled round the country for about three months .<4>I stayed in a small fishing village by the sea and it was the happiest time of my life .I then came to China, a country I had always wanted to visit .I saw Beijing, of course, and climbed up the Great Wall .I also took a trip to see some villages where I learned a lot about Chinese local customs .<5>It had been a great experience, but, yes, it was good to be home again!', 'candidates': ['I started my trip in London, the UK .', 'During my first year of university,at the age of 20,I wasted over $20,000 on food from the school dining hall .', 'Then, at last, I flew all the way home .', \"After graduating from school, I didn't go directly to university .\", 'After the last name was called, what I saw made an impact on me .', 'Although the cities were crowded, the countryside was the beautiful .', 'From there, I flew to Paris, and went down to the south of France, which is famous for its lovely beaches .']}", + "output": [ + "[3, 0, 6, 5, 2]" + ] + }, + { + "input": "{'passages': \", , .Every single decision we make shapes our current reality .<1>So if you 're unsatisfied with your life right now , making the effort to change your decisions will be the key to creating the life you want to have in the future .Realize the power of decision making .<2>When you decide to pick up a cigarette , that decision might result in you picking up another later on .But if you decide not to smoke that first cigarette and make a decision to focus your attention somewhere else , your desire will eventually weaken and you will become smoke-free .<3>When you make a decision , act on it .Commit to making a real decision .What 's a real decision ?It 's when you decide on something , and that decision is carried out through action .It 's pointless to make a decision in your head , but not doing anything about it .That 's the same as not making a decision at all .Tell others about your decisions .Sometimes telling other people what we 're going to do will make us follow through .I 've been t rying to become an early riser but waking up early without falling back asleep felt impossible .So I made the decision to tell people that I would wake up at 6 a .m .and stay up .<4>Have fun making decisions .<5>I know deci sion -making might not be a fun thing , but when you do it often , you 'll le arn a lot about yourself on the way , and you 'll become more confident , and making decisions will just become so easier that you wo n't even think about it .\", 'candidates': ['Enjoy the process .', 'Carry your decision out .', 'Examine the decisions you now have .', 'Any decision you make causes a chain of events .', 'Within two days , I was able to accomplish doing this .', 'But we often go through life unaware what actions we are taking .', 'Before making a decision , you have to understand what a decision does .']}", + "output": [ + "[5, 3, 1, 4, 0]" + ] + }, + { + "input": "{'passages': \"Coming face-to-face with your inadequacies can be painful to say the least<1>It even makes you question yourself .Your knee-jerk reaction may be to get defensive or even dismiss the critique entirely .But handling negative feedback with grace will not only make you look gracious but it could ultimately help you grow as a person .Here 's how to do it .1 .Be objective about the criticism Before you jump to conclusions and begin to challenge the other person 's opinion take a step back and look at it objectively .Next time you get a bad review do n't immediately allow your emotions to get the better of you but rather take a moment to consider whether the criticism is at all accurate .<2>2 .Avioid unnecessary conflict If you decide that the point is valid it may be hard to take .In your discomfort you may feel the urge to criticize the other person angrily and defend yourself .<3>3 .Be open to the idea of change<4>And it may be because of a concept called '' cognitive dissonance '' that Can prevent us from changing even when that 's what we need most .4 .Ask questions If you 're open to using the criticism as a springboard to improvement , you will likely need more information .<5>Your emotions will be tiding high and you may not be particularly receptive to extra information .However when you feel ready it could be worth revisiting the subject with the person who criticized you .Even if you do n't agree with their advice thank them and promise to consider it .\", 'candidates': ['Most of us are pretty stubborn .', 'There is no doubt that change is necessary .', \"But it 's best to avoid getting into an argument .\", 'Being sensitive to criticism leads you nowhere .', 'It challenges the way you believe people see you', 'Give yourself a chance to really take in the information and evaluate it .', 'The initial moment you hear it may not be the best time to ask for more details .']}", + "output": [ + "[4, 5, 2, 0, 6]" + ] + }, + { + "input": "{'passages': \"Tips to fight summer weight gain When we think of summer , most of us think of outdoor fun .So it seems like we should naturally lose weight over the summer-not gain it .<1>Lots of summer activities can work against our efforts to stay at a healthy weight .The good news is that it 's easy to avoid problems if we know what to look out for . Get going with goals .When we do n't have a plan , it 's easy to spend summer moving from couch to computer , with regular stops at the fridge .<2>Just be sure to plan for some downtime so you can relax a little !<3>With school out , we lose our daily routines .If you do n't have a specific job or activity to get up for , it 's easy to sleep late , watch too much TV , and snack more than usual .Make sure your summer days have some structure - like getting up at the same time each day and eating meals at set times .Plan activities for specific times , like exercising before breakfast , for example .If you have time on your hands , offer to make dinner a couple of nights a week so your family can enjoy a sit-down meal together . Think about what and how you eat .Summer means picnics and barbecues - activities that revolve around an unlimited spread of food .Pace yourself .Do n't overload your plate .Avoid going back for seconds and thirds .Choose seasonal , healthy foods like fresh fruit instead of high-sugar , high-fat desserts .<4>Stay busy .<5>In addition to helping you avoid the cookie jar , filling your days with stuff to do can give you a sense of accomplishment .That 's especially true if a dream summer job or planned activity fell through .Limit your screen time - including TV , computer , and video games - to no more than 2 hours a day .\", 'candidates': ['Stick to a schedule .', 'Plan more activities .', 'Appropriate summer eating sets you up on the right track !', \"Most of us , however , do n't take summer weight gain seriously .\", \"In reality , though , summer is n't all about beach volleyball and water sports .\", \"When we 're bored , it 's easy to fall into a trap of doing nothing and then feeling low on energy .\", 'Avoid this by setting a specific aim , like volunteering , mastering a new skill , or working at a job .']}", + "output": [ + "[4, 6, 2, 0, 5]" + ] + }, + { + "input": "{'passages': \"Everyone has friends .Please read the following passage .You can know more about friends .<1>Friends are people you know well and like .They can be different kinds of people .Some of them may be outgoing .Some may be quiet .But they 're all the people you like to spend time with .<2>Friends are important in your life .They can make your life interesting , give your advice and help you in different time .Life is going to be hard and boring if you do n't have any friends .<3>In different time and places , you have different kinds of friends .When you play sports , you may have a friend who often plays with you .When you feel sad , you may have a friend who can comfort you .<4>A good way to make friends is to do some activities with others .You can join some clubs or sports teams .And if you want to learn something , you can take a class .There you can meet new people and make new friends .<5>Old friends are important to you because they know you better .A good way to keep your old friends is to ask them to your birthday parties and that kind of things .\", 'candidates': ['How to Keep Old Friends', 'What Friends Are', 'The Ways to Make New Friends', 'Different Kinds of Friends', 'Why Friends Are Important', 'How to Talk with a New Friend']}", + "output": [ + "[1, 4, 3, 2, 0]" + ] + }, + { + "input": "{'passages': \"In our program , we explore the meaning of expressions in American English .We often take terms and examine them from `` head to toe '' -- -- -- looking at each and every detail -- -- making sure not to ignore anything .<1>While listening to this program , you need to stay on your toes .We will give one example after another .So , you ' ll need to listen closely or you might miss something .Staying or keeping on your toes not only means to pay close attention .<2>This expression comes from the fact you are ready to jump off a ball into action .The phrase `` keeping on your toes '' is different from `` tiptoeing around '' .When you are on your toes , you are ready to take action .<3>If you are not balanced , you are about to fall down .As we can see , `` tiptoeing around '' has something with being not direct .So , in American English , `` to tiptoe around something '' means to talk out something in an indirect way .<4>If we have some problems or do something wrong in our lives , our parents or teachers advise us not to avoid them .Instead , we should face them directly and bravely .<5>And that ' s `` Words and Their Stories '' for this week .Thanks for listening .\", 'candidates': ['But when standing on your tip toes , you are not very balanced .', \"Our parents or teachers may tell us , `` Don ' t tiptoe around ! ``\", \"Speaking of toes , let ' s talk about them for a minute .\", 'Here is an example of this expression .', 'It also means to be ready to act out .']}", + "output": [ + "[2, 4, 0, 3, 1]" + ] + }, + { + "input": "{'passages': \"An old lady went to the shop last Sunday .<1>A man got out of it and went into the bank .She looked into the car .<2>The old lady took the keys and followed the man into the bank .<3>But the old lady didn't see this .<4>Never leave your keys in your car .<5>The man looked at the old lady for a few seconds .Then he looked at the clerk .He took the keys, ran out of the bank, got into his car and drove away quickly without any money .\", 'candidates': ['The keys were in the lock .', 'The man took a gun out of the pocket and said to the clerk, Give me all the money .', 'She went to the man and put the keys in his hand and said, Young man, you are foolish .', 'She passed a bank and saw a car near the door .', 'But we end up going back to procrastinating on whatever it was we were procrastinating on .', 'Someone is going to steal it .', 'The disadvantage you usually find about MP3 players like the iPod is that they are too big .']}", + "output": [ + "[3, 0, 1, 2, 5]" + ] + }, + { + "input": "{'passages': '<1>Many communities can only watch without being able to act while local businesses continue to sell tobacco products to children , even under the risk of punishment by law .Recent studies show that a large percentage of teens today are getting their cigarettes from stores , mostly gas stations or convenience stores .As teens continue to be able to buy their own cigarettes , more and more communities begin to punish those who sell cigarettes to the teens .<2>Woodridge , Illinois , started a program seven years ago which forbade and strictly punished the sale of tobacco products to children .The entire program includes local licensing of vendors , repeated undercover inspections to see if the sale to children has stopped , and education programs in schools .<3>A recent national study showed that 36 .5 % of females , and 40 .<4>Hopefully , as more and more sellers see the trouble they face if caught selling to children , they will stop selling .<5>Teens continue to get them from other sources .But it definitely does prevent their efforts .With more education in schools , and perhaps stronger punishments for teens caught with tobacco , more and more teens will see the problems with the tobacco usage , and will stop the habit .', 'candidates': ['According to a survey , 25 % of the Grade 8 students in Beijing have classes on the weekend .', 'One community has experienced success in their attempts to stop the sale of tobacco products to children .', '8 % of males buy their cigarettes from stores , whether it is a gas station or a supermarket .', \"True , tightening down on stores that sell tobacco to children is n't going to completely stop the problem of teen tobacco use .\", 'Stopping teens from smoking is a big challenge many communities face today .', \"When they got home , the children said , We do n't think you saved money by going to the supermarket .\", 'Woodridge has become a model community as other communities are moving to stop teen tobacco use .']}", + "output": [ + "[4, 1, 6, 2, 3]" + ] + }, + { + "input": "{'passages': \"<1>The first phase linking London to the West Midlands with a connection to HS1 is expected to open in 2026 , and the second phase to Manchester and Leeds in 2032 .The government set out a plan for the highspeed rail network in 2012 .<2>Traveling at a speed of up to 250 mph , passengers will be able to come and go from Birmingham to London in 49 minutes , reducing the journey time by almost half from one hour and 24 minutes .A journey from Birmingham to Leeds will be reduced from two hours to 57 minutes and a journey from Manchester to London will be reduced from two hours and 8 minutes to one hour and 8 minutes .HS2 is an important part of transport 's lowcarbon future , Transport Secretary Justine Greening said .<3>HS2 will cost around PS33 billion .<4>But the Chancellor of the Exchequer George Osborne thinks it will help build the future for Britain .It 's a longterm decision , he said .HS2 is designed for everything around the needs of the passengers .<5>There will be plenty of room , intelligent ticketing , a good service and high quality comfort and access to trains .This is a transport network for the new century and beyond .\", 'candidates': ['When the project is finished , it will take less time to get to London from major cities like Birmingham , Manchester and Leeds .', 'Superfast doubledecker trains will be taking passengers from London to six big cities in the UK by 2033 .', \"Some people are n't happy about the plan , though .\", 'It will also be built near some towns and villages , disturbing the people that live there .', \"It 's also a very busy city , and the streets are always full of people .\", 'It will provide a new and exciting travel experience .', \"If you do n't know about choosing the right fork or knife , just watch the other people , and follow them .\"]}", + "output": [ + "[1, 0, 2, 3, 5]" + ] + }, + { + "input": "{'passages': \"Parties and social gatherings no longer excite us the same way they once did .<1>At parties , more people are on their smartphones than on their drinks .According to a recent International Data Corporation study , well over half of all Americans have a smartphone and reach for it the moment they wake up , keeping it in hand all day .In addition , too much of society is using smartphones while driving and as a result getting into car crashes.34 percent of teens admit to text while driving .<2>People 's attachment to their smartphones is unbelievably becoming more important than the lives of themselves and others . Just as drivers dismiss the importance of focusing while on the road , many people also fail to recognize the significance of human interaction .We are starting to get used to people seemingly talking themselves everywhere .<3>It is actually sending a message to that friend : the person I am texting is more important than you .In addition , relying on our smartphone to make friends does not give us the same advantage as being able to make new friendships in the real world .<4>.As many people risk their lives and the lives of people around them just to send a text or mindlessly check their massages , smartphones are in many ways more dangerous to people .The quality of this technology is de-advancing societal achievements and weakening the value of communication .<5>\", 'candidates': ['And they confirm that text messaging is their number one driving interruption .', 'Face-to-face conversations will give us much stronger communication skills in the long run .', 'Over dependence on the smart phone gives rise to many problems .', 'It is true that we can make new friends using smart phones .', \"Not only is the smartphone affecting our desire to interact face-to-face but it is also lowering society 's ability to communicate .\", 'When with their friends , some people pointlessly check or send text messages in the presence of a friend , which sends a message to that friend .', 'This is not due to a lack of desire to socialize , but the smartphone .']}", + "output": [ + "[6, 0, 5, 1, 4]" + ] + }, + { + "input": "{'passages': \"If anyone had told me three years ago that I would be spending most of my weekends camping , I would have laughed heartily .Campers , in my eyes , were people who enjoyed insect bites , ill-cooked meals , and uncomfortable sleeping bags .They had nothing in common with me .<1>The friends who introduced me to camping thought that it meant to be a pioneer .<2>We slept in a tent , cooked over an open fire , and walked a long distance to take the shower and use the bathroom .This brief visit with Mother Nature cost me two days off from work , recovering from a bad case of sunburn and the doctor 's bill for my son 's food poisoning . I was , nevertheless , talked into going on another fun-filled holiday in the wilderness .<3>Instead , we had a pop-up camper with comfortable beds and an air conditioner .My nature-loving friends had remembered to bring all the necessities of life .<4>We have done a lot of it since .Recently , we bought a twenty-eight-foot travel trailer complete with a bathroom and a built-in TV set .There is a separate bedroom , a modern kitchen with a refrigerator .The trailer even has matching carpet and curtains .<5>It must be true that sooner or later , everyone finds his or her way back to nature .I recommend that you find your way in style .\", 'candidates': ['This time there was no tent .', 'Things are going to be improved .', 'The trip they took me on was a rough one .', 'I was to learn a lot about camping since then , however .', 'I must say that I have certainly come to enjoy camping .', 'After the trip , my family became quite interested in camping .', 'There was no shade as the trees were no more than 3 feet tall .']}", + "output": [ + "[3, 2, 0, 5, 4]" + ] + }, + { + "input": "{'passages': \"Farming in the USA today is very different from that 100 years ago .In those days , farmers did not have many machines to help them .They had animals .<1>This meant that farms were smaller than they are now .Farmers also worked in a different way in the past .In those days , farmers grew fruits and vegetables and kept cows , pigs and chickens to feed their families .<2>Farmers have a very special life in many ways .First of all , they ca n't leave the job at the end of the day .They live on the farm and there is always work to do .Second , a lot of farm work is outdoors , so the weather is very important for farmers .<3>A lot of bad weather means farmers will lose money .Finally , farmers work with plants and animals .They understand nature better than other people do .<4>Spring is a time for planting .Farmers are busy getting the fields ready and then : Planting the seeds .In summer , farmers must take good care of the plants .Some may need water .Other plants may have problems with insects or diseases .Then in fall , the fruits or plants are ready for picking .<5>Winter is a time for rest or for work on the farm machines .A -- -E , .\", 'candidates': ['Farm work changes with the seasons .', 'That is a very busy time for farmers .', 'But animals work slowly compared to machines .', 'It is also important for the success of their famrs .', 'Today farmers grow things on the farm so they can sell them .']}", + "output": [ + "[2, 4, 3, 0, 1]" + ] + }, + { + "input": "{'passages': \"Protecting your eyesight is one of the most important things you can do to help maintain your quality of life .<1>Consider these simple guidelines : Protect your eyes from harmful UV light .When you stay outdoors during daytime , always wear sunglasses that protect your eyes from 100 percent of the sun 's harmful UV rays .<2>Look for warning signs of changes in your vision .<3>Some trouble signs to look for are double vision , hazy vision and having difficulty seeing in low light conditions .Other signs and symptoms of potentially serious eye problems that require immediate attention include red eyes , frequent flashes of light , eye pain and swelling .<4>A comprehensive eye exam , including enlarging your pupils , can determine your risk for major eye diseases that have no early warning signs or symptoms .An eye exam also can make sure that your prescription for eyeglasses or contact lenses is up to date .<5>But keeping a healthy lifestyle and having regular eye exams will certainly decrease your risk of developing a sight-stealing eye problem that otherwise might have prevented .\", 'candidates': ['This may help reduce your risk of cataracts and other problems .', 'Test your eyesight for free in an online eye exam .', 'In a word , eye care is very important , no matter how old a person is .', 'With a little careful and loving care , you can keep your eyes healthy as you age .', 'Get your eyes checked at least every two years .', \"It 's true that following these steps is no guarantee of perfect vision through your lifetime .\", 'If you start noticing changes in your vision , see your eye doctor immediately .']}", + "output": [ + "[3, 0, 6, 4, 5]" + ] + }, + { + "input": "{'passages': \"A man came home from work late , tired .<1>`` Daddy , how much money do you make each hour ?`` `` $ 20 '' '' Oh , '' the little boy answered , with his head down .He thought for a moment and then looked up. ``<2>`` The father was angry , `` If you asked for the money to buy a toy or some other rubbish , go straight to your room !`` The little boy went to his room with no words and shut the door .After a short while , the father calmed down .<3>`` Sorry !Maybe I was too hard on you just now . ''said the man , `` Here 's $ 10 .`` `` Oh , thanks Daddy ! ''he said happily .<4>.When the father found that the boy already had coins , he got angry again . ''<5>`` the father shouted angrily .`` Because I did n't have enough , but now I do . ''The little boy replied , `` Daddy , I have $ 20 now .Can I buy one hour of your time ?Please come home early tomorrow .I would like to have dinner with you. ``\", 'candidates': [\"So he went to the little boy 's room .\", 'Then the boy took out some coins .', 'Daddy , could you lend me $ 10 ?', 'Why do you want more money since you already have some ?', 'He found his 5-year-old son waiting for him at the door .']}", + "output": [ + "[4, 2, 0, 1, 3]" + ] + }, + { + "input": "{'passages': \"<1>Airlines have stopped or changed the flights across the Atlantic Ocean , leaving hundreds of passengers stuck in airports .Grimsvotn is one of the largest and most active volcanoes in Europe .<2>The hot volcano heats up the ice above it , which then forms a layer of water between glacier and the volcano , keeping it stable .As the water flows out from under the glacier , the pressure lifts .The lava from the volcano then comes up to the surface .This is exactly what is happening today .<3>According to KLM , one of Europe 's biggest airlines , airplanes can not go under the cloud or over it .<4>The eruption has also caused problems for animals in Iceland .The volcano left ash and sharp , glass-like rocks all over the countryside .<5>\", 'candidates': [\"Going through the cloud can result in ash getting stuck in the airplane 's engines , causing damage to the plane .\", 'Farmers are keeping their animals inside to stop them eating ash-covered grass or the sharp objects .', 'Now airlines have to make changes to their flights so as not to fly through the clouds of volcanic ash .', 'A volcanic eruption in Iceland has sent ash across northern Europe .', 'A new post office has also been built just across from the new school .', 'What makes Grimsvotn different is that it lies under a huge glacier of ice up to 12 metres thick .', 'Now planes make it possible to fly to Hawaii for a weekend from Tokyo or San Francisco .']}", + "output": [ + "[3, 5, 2, 0, 1]" + ] + }, + { + "input": "{'passages': \"<1>Sometimes they try to get out of a class to escape a teacher they do n't like .Here is some advice to solve this problem . Ask yourself , `` What can I learn from this teacher ? ''Even if you do n't worship his or her personality or lectures , dig deep until you find a subject in which he or she is very knowledgeable .Focus on that part of the teacher 's personality , and use him or her as a tool for learning .Not only will you gain more knowledge in that subject , but a closer relationship with your teacher may help you understand one another better .<2>Talk to students who are doing well in the class and ask them for tips , tools , and a plan of action to get along with the teacher better .<3>If you still ca n't get along , make an appointment with the school guidance counselor .He or she will offer many tips and suggestions for you to get out of difficult teacher relationships .<4>That means they can help you and your teachers get rid of the bad impression on each other .<5>Your parents can meet with your teacher and try to work it out . Teachers are there for more than just homework , and they know about more than just their subject matter .They can help you learn how to function as an adult and a lifelong learner . Undoubtedly , these will be a few teachers along the way who you will always remember and who might change your life forever .\", 'candidates': [\"If your relationship problems ca n't be solved in school , then it 's time to tell your parents or guardians .\", \"If you 're too shy to talk to another student , study his or her actions and behavior in the classroom and try to follow that lead .\", \"Students do n't always get along well with their teachers .\", 'There must be something good in every teacher for you to learn from .', 'Students find it easy to get along well with their teachers .', 'Sometimes a guidance counselor can act as a mediator between you and the teacher .', 'Guidance counselors have the right to blame teachers .']}", + "output": [ + "[2, 3, 1, 5, 0]" + ] + }, + { + "input": "{'passages': \"`` You , re my best friend . ''It 's the nicest thing you can say to someone .<1>Good friendships begin in middle school .It 's the place you begin to develop your own personality<2>, you work with them and<3>But not all of them will become your best friends .Best friends are the people who like you and understand you the most .They are easy to work and have fun with ,<4>Sometimes you can feel a little lonely , because you do n't have a best friend now .<5>Best friends seem to find each other as if by magic .And when you find your best friend , the magic will last forever\", 'candidates': [\"And it 's also the nicest thing you can hear from someone\", \"That does n't mean you wo n't have one in the future\", \"But sometimes it 's not easy to find a best friend\", 'You talk with them', 'you make friends with them']}", + "output": [ + "[0, 3, 4, 2, 1]" + ] + }, + { + "input": "{'passages': \"<1>Worlds like these are planets .<2>Not only thousands of them, but millions of them .Do different stars have planets?We can see the planets round our own sun .<3>The stars are too far away from us .Stars give out light, but the planets don't have any light of their own .So we can't see them .They're too far, and too dark .Still, we can tell that some stars have planets .While a big planet goes round, it pulls its star to one side .And sometimes we can see this, Then we know that the star has a planet .<4>And it is the quickest star in the universe .<5>We have know Barnard's Star for many years, and now we are sure it has a planet .\", 'candidates': [\"For example, Barnard's Star is a small red star .\", 'But there are other stars, other suns .', \"But we haven't seen any more .\", 'But building a data center takes at least two years-an eternity in the fast-developing tech industry .', \"But when we don't find anything, you have to promise to leave me alone for the rest of the night .\", 'But sometimes it moves slower, and then quicker again .', 'Our sun is a star, and nine worlds move round it .']}", + "output": [ + "[6, 1, 2, 0, 5]" + ] + }, + { + "input": "{'passages': 'problem The pine tree is a special kind of tree .<1>This is because many people put pine trees in their homes at Christmas time .They decorate the tree with color1 ed lights , and put Christmas presents under the tree .Pine trees are different from other trees because most other trees lose their leaves in winter .<2>So pine trees are also called evergreens .<3>They have hard , thin leaves called needles .Pine trees also have pine cones .Pine cones look like hard berries .If you walk in a forest , you will see many pine cones on the ground .<4>When the seeds fall to the ground , a new tree starts to grow .<5>The wood is used to make furniture and boats .Many kinds of birds build their nests in pine trees .The seeds of pine trees are food for small animals such as squirrels and mice and for bigger animals such as rabbits and black bears .The needles are good food for large animals such as deer and moose when they can not find anything to eat in the winter .If you walk in a forest of pine trees , the air has a wonderful smell .In winter , the white snow on the dark green trees looks very beautiful .', 'candidates': ['Inside the pine cones are seeds', 'Pine trees are valuable for many reasons', 'Pine trees are very beautiful all year round', 'Some people call the pine tree a Charismas tree .', 'Pine trees do not have soft leaves like the maple tree .', 'Pine trees stay green all year long , even in winter .', 'The seeds inside the pine cones are the favorite food for some animals .']}", + "output": [ + "[3, 5, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"I suppose when you grow up in one place, you have friends whom you've known since childhood .But as a child who moved a lot, my oldest friendships are with my cousins .On our return from Guam, my parents, sisters and I walked off the plane in Alexandria .<1>I was excited to see them again .<2>That summer we'd caught fireflies and watched Don and his friends play a game .<3>His friend held the rope and Don rode on it .When Don fell off, he got up and tried again .<4>As a young man he was told he got cancer .But he fought it and never gave up .Like what he did that summer, he held tight , falling off a few times and trying again .I was excited and proud of my cousin for planning and going after his dream .<5>\", 'candidates': ['Some boys acted like a bull with a rope .', 'Just like riding that bull, Don put his heart into everything he did .', 'I wished his ride would have lasted longer .', \"The last time I'd seen Don, Sherri and David was two years before .\", 'All the same, in spite of all these changes, future man will still have a lot in common with us .', 'During the last two years of school, I worked part-time for a small business that made hand-painted silk clothing and bags .', 'All my cousins were there to meet us .']}", + "output": [ + "[6, 3, 0, 1, 2]" + ] + }, + { + "input": "{'passages': \"Jack was a skilled artist with a wife and two sons .<1>Thinking it was only some common intestinal disorders, neither Jack nor his wife took it seriously .But the boy died suddenly that night .Knowing the death could have been avoided if he had only realized the seriousness of the situation, Jack always felt guilty .His wife left him a short time later, leaving him alone with his six-year-old younger son .<2>Later, Jack began to lose everything he had --- his land, house, etc .<3>Hearing of Jack's death, I thought, What a totally wasted life!What a complete failure!<4>He is one of the kindest and most loving men I have ever known .<5>One day, I asked him what his father had done so that he became such a special person .Ernie said quietly, As a child until I left home at 18, Jack came into my room every night, gave me a kiss and said, 'love you, son' .\", 'candidates': [\"When I was small and my grandmother died, I couldn't understand why I had no tears .\", 'I saw the love between Ernie and his children, thinking that kindness and caring had to come from somewhere .', 'One night, his elder son had a stomachache .', 'Finally Jack died alone in a small bar .', 'The hurt and pain of the two situations were more than that Jack could stand, so he turned to alcohol for help .', 'One day when she was giving an English lesson, she found the headmaster sitting at the back of the classroom .', \"As time went by, I knew Jack's younger son who grew into an adult, Ernie .\"]}", + "output": [ + "[2, 4, 3, 6, 1]" + ] + }, + { + "input": "{'passages': \"I am walking through the winter park , and the trees stand cold .The yellow leaves have fallen to the ground .<1>Now , 100 meters away is a group of women .In the cold winter , they are moving their arms and legs to music .They are , of course , the dancing aunties .It seems that if you go to any public space around China , you 're likely to see these dancing aunties .When I first came to China , it surprised me .<2>You wo n't see any age group .Usually , they just take a walk for exercise .Now , these dancing aunties are becoming more and more popular .Some people find them annoying .<3>Most of them are middle-aged .They finally have some free time to do whatever they like .There is no more work .<4>They make us understand that it is important for us to exercise as we get older .<5>Now it is their time to have fun and enjoy some peace .\", 'candidates': ['But others respect their right to dance in public .', \"That 's because in Britain dancing in public is not a cultural habit .\", 'In my opinion , I like seeing these women enjoying themselves .', \"What 's more , most of them raised the whole families .\", 'As I keep walking , a noise in the background is becoming louder and clearer .']}", + "output": [ + "[4, 1, 0, 2, 3]" + ] + }, + { + "input": "{'passages': 'The way you spend your morning can add a certain flavor to the rest of your day .Here are some healthy lifestyle habits to start your day in a better way . Listen to Music .<1>Listening to music as you get ready and start your day will create positive energy and a soothing sense of peace .Music can promote other healthy lifestyle habits , adding a sense of peace to a yoga workout , putting a spring in your step on a morning walk , or refresh your mind .<2>Many people shower in the morning though we often rush through it .Why not take a few extra minutes to take a shower ?As you let the warm water loosen your muscles , think about the challenges that lie ahead , focus on what you have to be grateful for in life , and remember this warm feeling .<3>For those of you who start the day on a cake and coffee , read this !Breakfast is known as the most important meal of the day for a very good reason : A healthy meal in the morning can balance your blood sugar levels and give you the nutrients you need to handle physical and mental stress .Be sure to have plenty of protein and fruit , not just junk food ! Keep Your Journal !Journaling has many health benefits and can lead to increased self-awareness .Take a few minutes to focus on what you hope to achieve .<4>Writing once a day can help you feel focused , process negative emotions , and solve problems .Morning Walk .<5>A morning walk can get you ready for your day , help you sleep better at night and lower your stress level , and reduce your risk of numerous health conditions .', 'candidates': ['Relax in the shower', 'Eat a Balanced Breakfast .', \"Do n't skip your breakfast .\", 'Taking physical exercise regularly is a good way to keep fit .', 'Music can reduce stress and have a positive effect on health .', 'You can just write about what you are grateful for right now .', 'Many people walk in the morning because of its health benefits']}", + "output": [ + "[4, 0, 1, 5, 6]" + ] + }, + { + "input": "{'passages': \"Do you like traveling ?Almost everyone in the world likes traveling for their holidays .<1>They like to go to the mountains , the beaches or the forests .Others love history .<2>So before going , please plan your holiday .<3>And you have to get much information about where to go , how to get there , where to stay , and what kind of activities you can do there .<4>It 's a new way of spending holidays .That is , you can have the holiday with some of your friends , classmates , and even some strange people .<5>Do you think so ?\", 'candidates': ['They like to visit some old interesting places .', 'Many people think it is interesting to travel like this .', 'You should decide what kind of vacation you like and how much money you are spending .', 'Some people love nature .', \"Do you know `` Group Holiday '' ?\"]}", + "output": [ + "[3, 0, 2, 4, 1]" + ] + }, + { + "input": "{'passages': \"<1>We are taught how to hold a knife and fork and not to talk with our mouths full .We are taught how to shake hands and when to stand and when to sit and the way to introduce people .<2>Almost everywhere eating together means that people are very friendly to each other .But in parts of Polynesia it is bad manners to be seen eating beside each other .So they politely turn their backs to each other when they are taking food . Some East Africans spit four times as a kind of blessing .They do it to show that they want a sick person to get well or to bless a new-born baby .<3>It usually shows an unhealthy habit .In many countries it may mean that you hate someone . When we go to visit someone we say '' Hello `` or '' How are you ? ''or things like that .But if you are visiting an East African village everyone will be very careful not to pay attention to you .The polite thing there will be for you to go quietly without speaking to anyone , and sit beside your friend .<4>.In a village in Arab a visitor will walk behind all the tents until he gets to the one he wants to visit .If he passes in front he will be invited into each tent and asked to eat .<5>\", 'candidates': ['It is rude to refuse', \"It 's a big country with different customs .\", 'In most other places spitting means something completely different', 'Eating quickly is a bad habit .', 'From the time we were babies we have been taught manners', 'You should wait until he has finished what he is doing and then he will begin talking to you', 'Sometimes good manners in one place are very bad manners somewhere else']}", + "output": [ + "[4, 6, 2, 5, 0]" + ] + }, + { + "input": "{'passages': \"5 2 10 Ca n't get out of the office ?Try these tips for a healthier , less stressful workday .<1>For upper-body strength : Stand a yard or more away from your desk , with your feet together .Place your palms on the edge of the desk a shoulder 's width apart .Lower your chest to the edge of the desk , and push hack up .Remember to breathe out on the way up .Do 20 times .The little mermaid at work .Sit upright in your chair .Hold your right wrist over your head with your left hand and pull it , stretching your right side .Make sure to keep your shoulders down as you bend .Hold for 10 seconds .<2>Take hold of your left wrist over your head with your right hand and stretch the other way .Repeat five times on each side .Shoulder spin .A good move for flexibility .Sit tall in your chair and reach your left hand behind your back , between your shoulder blades , palm out .Then reach your right hand up toward the ceiling , bend it down .and try to touch your left hand .<3>Hold for 10 seconds If not , grab onto your shirt and keep practicing .Switch arms and repeat .The wooden leg .For lower-body strength : Sit in your chair , extend one leg out straight in front of you and hold for two seconds .Then raise it up as high as you can , and hold it again for two seconds .<4>The magic carpet ride .This works your core and arms .<5>Then place your hands on the armrests , suck in your gut and raise yourself a few inches above the seat using your belly muscles and hands .Hold for 10 to 20 seconds .Rest for 30 seconds .Repeat five times .\", 'candidates': ['Repeat with each leg 15 times .', 'Invisible chair sit .', 'Desk push ups .', 'If you can reach it , great !', 'Sit in your chair , legs crossed and feet on the seat', 'Return to upright posture', 'Release and raise your arms toward the ceiling again']}", + "output": [ + "[2, 5, 3, 0, 4]" + ] + }, + { + "input": "{'passages': 'George had just moved into the street and he felt strange that he was not wanted .He knew that perhaps the other boys were trying to get an idea of what kind of a boy he was .This did not help to make him less lonely .He was new and he had to be tested .<1>He did not want to run with bad boys or get into something against the law to prove that he was strong .No!He must show what he was made of in a more helpful way .<2>The next day was Saturday .<3>George knew he could play well and just might be enough to prove he was strong and to make friends with them .<4>He shot the ball several times and did some other exercises--the most difficult and most wonderful in basketball .Then the boys came .George went through what he had done before the game and showed what he could do .No one said a word .<5>In the end, when it was all over, the biggest of the group just smiled and nodded his head .George knew he had made it .', 'candidates': ['He knew that most of the boys would be down on the playground and choose up sides for the Saturday game .', 'He arrived early and did his step exercises .', 'If this turn of mind was founded in nature, such unhappy persons would be the more to be pitied .', 'Still, proving himself would not be all that easy .', 'That was when he got the idea .', 'The boys just looked at each other and thought about it .', 'The study also looked at factors contributing to happiness within countries and surprisingly found that an interest in politics actually increased happiness .']}", + "output": [ + "[3, 4, 0, 1, 5]" + ] + }, + { + "input": "{'passages': \"2<1>Some people spend so much time in malls that they are called `` mall rats '' .Mall rats shop until they drop in at hundreds of stores under one `` roof '' .<2>They feel safe because malls have police stations or security guards .Parking is usually free , and the weather inside is always fine .The newest malls have beautiful rest areas with waterfalls and large green trees .The largest mall in the United States is the Mall of America in Minnesota .It covers 4.2 million square feet .It has 350 stores , eight night clubs , and a seven-acre park !There is a parking space for 12,750 cars .About 750,000 people shop there every week . The first indoor mall in the United States was built in 1965 in Edina , Minnesota .People love doing all their shopping at one place , so , more malls have been built all over the country .<3>They shop , of course .They also eat in food houses that have food from all over the world .They see movies at theaters .<4>Others go to malls to meet friends . In some malls , people can see a doctor or a dentist and even attend church .<5>Now people can actually live in their favorite shopping center .\", 'candidates': ['In other words , people can do just about everything in malls .', 'How do you know people like malls ?', 'Now , malls like town centers where people can do many things .', 'Americans like malls for many reasons .', 'We can do many things in malls .', 'Malls are popular places for Americans to go .', 'Some people even get their daily exercise by doing the new sport of mall walking .']}", + "output": [ + "[5, 3, 2, 6, 0]" + ] + }, + { + "input": "{'passages': \"The Curious Incident of the Dog in the Night-Time is a novel about a 15-year-old autistic boy named Christopher Boone .After discovering the dead body of Wellington, his neighbor's dog, Christopher decides to find out the cause of the dog's death .He records his findings, as he has decided that he will create a murder mystery novel of the situation .<1>Christopher runs into many difficult situations because of his disability .He again and again mentions how he admires Sherlock Holmes (a fictional detective), which gives me an understanding as to why he continues to look into Wellington's death even after his father makes him promise not to .Christopher's story seems so true and heartfelt and that makes the novel an entertaining read .The author, Mark Haddon, had me wanting to keep reading to find out what Christopher would get himself into next .<2>Christopher has difficulty in communicating or forming relationships with others, but he has a great visual memory and ability to understand difficult math .<3>Haddon showed how these disabilities affect the lives of not only the children diagnosed with them, but also those around them .<4>For example, when Christopher explains that when he was little he didn't understand much about other people having minds, it gives the impression that he's a real person .<5>I think that when people read this novel, they will have a better understanding of what people with mental disabilities and those around them have to deal with on a daily basis .\", 'candidates': ['This book was required reading at my school, but it became more than something I had to read .', 'The Entropia Universe The Entropia Universe is a virtual world on the Internet, which seems very like our real life .', \"The novel feels real because it was written from Christopher's point of view .\", \"I believe that teenagers sometimes aren't sensitive to kids with mental disabilities .\", \"Haddon shows how Christopher' s disability affects how he goes about solving the mystery .\", 'But I can only remember her giving me one book--a book that, to this day, I have not read .', 'But like any murder mystery novel, nothing is as simple as it seems .']}", + "output": [ + "[6, 4, 0, 2, 3]" + ] + }, + { + "input": "{'passages': \"Last Saturday , our class had a trip .We wanted to do something exciting .<1>That day , the weather was great , sunny but not hot .We started at eight .On the way , we talked and sang .Soon , we arrived .Wow<2>I could n't wait to climb to the top .I wondered what the top was like .About an hour later , I stopped to have a rest .I looked back .Oh , my friend Alice was about 100 meters behind me .She seemed to be very tired .<3>At about eleven , we got to the top .On it , we ate some food and drank some water .<4>There I bought something for my sister but nothing for myself .<5>\", 'candidates': ['It was really a wonderful mountain .', 'So , we got up early that morning .', 'I waited for her and asked her to follow me .', 'In the evening I wrote a diary about the trip .', 'I felt the food was never delicious like that .', 'So , we decided to go to the mountain near our city .']}", + "output": [ + "[5, 0, 2, 4, 3]" + ] + }, + { + "input": "{'passages': \"People all over the world enjoy sports .<1>Some people like playing games by themselves , but some enjoy watching others play .They buy tickets or turn on their TV sets to watch games .<2>When '' their teams '' ca n't win the game , they are even sadder than the players themselves .Sports change with the seasons .<3>Most people 's favorite sport in summer is swimming and skating is usually a winter sport .Sometimes people play games inside the room , and sometimes they play outside .<4>Some sports are very interesting and people everywhere like them .Football , for example , is very popular in the world .Men and women , the old and the young all like it .People from different countries can not understand each other .<5>\", 'candidates': ['People play different games in different seasons .', 'But after a game they often become good friends .', \"Sports are good for people 's health and sports make people strong .\", \"They usually have '' their teams '' or '' their players '' .\", 'We can watch sports here and there .']}", + "output": [ + "[2, 3, 0, 4, 1]" + ] + }, + { + "input": "{'passages': \"problem As I walked across the campus of Pittsburgh 's Carnegie Mellon University , I came upon a table filled with young people chatting and enjoying the fine weather .<1>Trilogy , an Austin , Texas-based software company , had a reputation for recruiting our top students .I walked over to the table .`` Are you guys here to recruit ? ''I asked .`` No , '' they replied firmly .`` We 're not recruiters .We 're just hanging out with friends. ``How interesting , I thought .They 've come to campus on a workday , all the way from Austin , just to hang out with friends .I noticed one member of the group sitting on the grass , having multicolor1 ed hair , full-body tattoos , and multiple holes in his ears .<2>But as I would later learn , he was a gifted student who had inked the highest-paying deal in the history of their departments .What a change from my own college days , when students would put on their dressy clothes and carefully hide any counterculture tendencies to prove that they could fit in with the company .<3>In fact , the guy I met on the campus just signed on with Trilogy , right at that table on the grass , with the recruiters who do not `` recruit. ``<4>I once asked one young man why he was going to a smaller city in Texas .The company is excellent , he told me .There are also terrific people and the work is challenging .Though he had several good job offers from Pittsburgh 's high-tech firms and knew the city well , he said he felt the city lacked the lifestyle options , cultural diversity , and tolerant attitude that would make it attractive to him .<5>He is a member of what I call the creative class : a fast-growing , highly educated , and well-paid part of the workforce .They do not consciously think of themselves as a class .Yet they share a common attitude that values creativity , individuality , difference , and advantage .\", 'candidates': ['An obvious lazy guy avoiding work , I thought .', \"As he summed it up , '' How would I fit in here ? ''\", 'Some of them are the top students in the university .', \"Today , apparently , it 's the company trying to fit in with the students .\", 'While I was interested in the change , something even bigger struck me .', \"Several had identical blue T-shirts with `` Trilogy @ CMU '' written across them .\", 'This young man represents a lively new force in the economy and life of America .']}", + "output": [ + "[5, 0, 3, 4, 6]" + ] + }, + { + "input": "{'passages': \"<1>Her parents , both teachers , had small salaries and were quite poor , especially after her mother stopped teaching to raise five children and take care of her poor health .Marie 's mother suffered from tuberculosis and died of it when Marie was ten .When Marie was small , she showed great interest in science .She loved to study and hoped to become a scientist when she grew up .<2>Excellent as she was in her studies , she could n't go on with the advanced education she needed because Poland was then ruled by Russia and women were not permitted to go to college .In order to continue her education , she smoothed away many difficulties and entered Paris University .<3>After graduation , she was engaged in scientific research in Paris University .<4>Pierre joined her in her research into an unknown phenomenon radiation , which a certain scientist had declared the uranium gave off .The Curies spent several years trying their best to find the element that produced radiation .Finally they succeeded in 1902 .Marie Curie won two Nobel Prizes , one for physics in 1906 , together with her husband and another scientist who had also contributed to the research , the other for chemistry herself in 1911 .<5>\", 'candidates': ['Obama met his wife , Robinson , in June , 1989 and married her on October 3rd , 1992 .', \"Her parents were mad at first , but when Sophie explained why she was late , they were n't as mad and let it go .\", 'Marie Curie , born in Sklodovka , Poland in 1876 , led a hard life as a girl .', 'Her parents encouraged her interest in science .', 'Marie Curie was a scientist of great achievement , and the first woman ever to be honoured in the Nobel Prize history .', 'she lived a simple life and studied hard , so she graduated with the highest grades in her class .', 'There she met Pierre Curie , whom she married later .']}", + "output": [ + "[2, 3, 5, 6, 4]" + ] + }, + { + "input": "{'passages': \"At some point in your life , you will need to ask someone for a favor , whether it 's at your workplace , at home or in a social setting .If you need a guy to help you with something , there are ways to approach him that will help you ask for that favor . Find the right guy to ask for a favor .<1>For example , if you need someone to look after your house while you are away for a month , do n't select a guy who has a wife and kids and ca n't possibly leave them to do you the favor .<2>Even if it 's a small favor , try to find a place that has some privacy .This is especially important if you 're asking for a favor that you do n't want someone else to hear , such as borrowing money from him . Use special words to set the table so that he knows you 're in need .<3>Or words such as `` I really need your help '' are OK .These words give him the chance to understand that he can be of help . Ask for help in a clear way that expresses what you need , the reason why you need it , and more importantly , the parameters of the favor .For example , if you 're asking him to take you to the airport , tell him when you need him to arrive .If you 're borrowing money from him , say the amount and the reason why you need the money .<4>Ask for help in such a way that you give him the chance to refuse .<5>If you do n't give him that choice , he may feel as if it 's something he has to do instead of something he wants to do .\", 'candidates': ['Find the right place to ask him .', 'Be a kind person who always helps others .', 'The guy must have the ability to help you .', 'Besides , you should tell him when you will give it back .', \"You can say , `` I 'm really in trouble . Can you help me ? ''\", 'It can be difficult to find the right words to tell what you need .', \"Make it clear that you completely understand if he ca n't help you .\"]}", + "output": [ + "[2, 0, 4, 3, 6]" + ] + }, + { + "input": "{'passages': \"<1>The hotel is made entirely of ice .<2>Things to Do Guests have a choice of different winter vacation activities, including cross-country skiing, ice skating, dog sledding , ice fishing and sliding .<3>Rooms & Suites The hotel offers 18 rooms and 14 theme suites built from 12,000 tons of snow and 400 tons of ice .The walls at Ice Hotel Quebec are four feet thick and allow the hotel to keep a temperature of -2degC to -5degC .<4>The beds are equipped with a thick foam mattress and an extra thick sleeping bag .<5>Vacation Tip Ice Hotel Quebec offers 30-minute guided public tours daily from 10:30am to 4:30pm .It costs $15 CAD for adults, $7 .5 for children (under eight), $13for students\\\\seniors (above sixty), and $42 for families .Plan This Vacation Ice Hotel Quebec-Canada will be open for its sixth season from January 5thto April 1st .Costs for overnight stays start at $199CAD per person .If you're looking for something really different to do on your next trip, think creatively and plan to visit the truly unusual Ice Hotel Quebec!\", 'candidates': ['The two galleries at the Ice Hotel Quebec feature events such as ice painting and ice sculpture competitions .', 'Ice Hotel Quebec has a sauna( ),so remember to pack your bathing suit .', 'Everything in the hotel is made out of salt: the walls, the roof, the tables, the chairs and the beds .', 'That is enough to prevent you from catching a cold .', 'Ice Hotel Quebec, located 30 minutes west of Downtown Quebec City, Canada, is only open during the winter season .', 'The furniture at the hotel is made of snow and ice, including the beds .', 'When the king began to beat him a dozen times, the fisherman jumped away and said, That is enough for me .']}", + "output": [ + "[4, 0, 1, 5, 3]" + ] + }, + { + "input": "{'passages': \"<1>But scientists are still unable to make predictions exact enough for people to plan to handle the loss of land and the threat to coastal communities expected over this century .We know sea level is going to rise, but how much, and how fast, and where, we really still don't know, said Josh Willis, a climate scientist ._ It doesn't rise all the same as more water pours in .<2>It's reported that over the course of this century, sea levels will rise between 8 inches and 6 .<3>Scientists know this increase will be driven by the expansion of water as it warms--warmer water takes up more space--and the melting of ice .<4>And the melting of ice of the Antarctic and Greenland presents the largest uncertainty for the future, but air, land and water also play roles in changes to sea level .For example, sea level near the ice getting melt actually decreases, because the ground under the melting ice rises as the heavy ice disappears .Climate change is expected to change ocean currents and the winds that help drive ocean currents .<5>Nowadays, scientists use two types of models to make predictions about the future of sea levels, but the two don't agree .If scientists can't accurately predict sea-level increase for the coming years, the least we can do is measure what happening today with the help of the satellite, Jason-2, but it's reaching the end of its operational life .\", 'candidates': ['These changes will affect the distribution of heat within the oceans, and, as a result, affect changes in sea level .', 'There have been many changes in sea level caused by global warming and melting ice caps .', \"You may have noticed that the world's population is not evenly distributed around our planet .\", \"With a large part of the world's population living close to the oceans, rising sea levels bring the potential for destructive results .\", 'But the effects of warming water and melting ice on sea-level rise are expected to vary from area to area .', '6 feet around the planet .', 'As global warming raises sea levels, some places are expected to see higher-than-average increases, and a few places, may even see decreases .']}", + "output": [ + "[3, 6, 5, 4, 0]" + ] + }, + { + "input": "{'passages': \"Job interviewing never seems to get any easier-even when you have gone on more interviews than you can count .<1>Here are job interview tips to help prepare you to interview effectively . Practice Practice answering interview questions and practice your responses to the typical job interview questions and answers most employers ask .Think of concrete examples you can use to highlight your skills . Research Do your homework about the employer and the industry so you are ready for the question What do you know about this company .<2>If you 're not sure of the name , call and ask ahead of the interview .Try to relate what you have learned about the company when answering questions .<3>Make sure your interview dress is neat , tidy and appropriate for the type of firm you are interviewing with .Bring a nice folder with copies of your resume .Include a pen and paper for note taking . Be On Time<4>Try to arrive at the interview on time .Being on time means five to ten minutes early .If necessary , take some time to drive to the interview location ahead of time . Stay Calm During the job interview try to relax and stay as calm as possible .<5>Maintain eye contact with the interviewer .Listen to the entire question ( active listening ) before you answer and pay attention . Show What You Know Try to relate what you know about the company when answering questions and use examples from your research when answering related questions .\", 'candidates': ['Get Ready .', 'Check yourself .', 'Never be late for the interview .', 'Keep it in mind that actions speak louder than words .', \"Know the interviewer 's name and use it during the job interview .\", 'However , invest a little time ahead of the interview and it will be much easier to handle .', 'Remember your body languages as much as your answers to the questions .']}", + "output": [ + "[5, 4, 0, 2, 6]" + ] + }, + { + "input": "{'passages': 'English is a language spoken all around the world .<1>Most native speakers of English are found in the United Kingdom , the United States , Canada , Australia , South Africa , Ireland and New Zealand .In total , for more than 375 million people , English is their mother tongue .<2>These people will perhaps speak the language of their own country at home with their family , but the language of the government , schools , newspapers and TV is English .However , the number of people who learn English as a foreign language is more than 750 million .<3>In China , students learn English at school as a foreign language , except for those in hong Kong , where many people speak English as a first or a second language .In only fifty years , English has developed into the language most widely spoken and used in the world .<4>English is also the language of global culture , such as popular music and the Internet .<5>With so many people communicating in English every day , it will become more and more important to have a good knowledge of English .', 'candidates': ['English is the working language of most international organizations , international trade and tourism .', 'You can listen to English songs on the radio or use English to communicate with people around the world through the Internet .', 'Everywhere in the world children go to school to learn English .', \"The survey of thirteen countries shows that 45 % of the English people say they ca n't give up fast food because it 's delicious .\", 'More and more people are trying to learn English than any other language in the world .', 'There are more than 42 countries where the majority of the people speak English .', 'An equal number of people learn English as a second language .']}", + "output": [ + "[5, 6, 2, 0, 1]" + ] + }, + { + "input": "{'passages': \"When his 18th birthday was coming , the young man began thinking about looking for a job .( 1 ) .<1>`` But , most got no reply , '' he said .`` Maybe they were surprised about my primary school education . ''By chance , one of his friends was looking for someone , who could work as an egg porter in the supermarket .Facing lots of difficulties in getting a job , he said , `` I 'll take it . ''( 2 ) .<2>He did that for three months .Later , he heard that a newspaper was looking for a network technician , so he asked for it .( 3 ) .<3>He practiced his skill right in front of the computer , and showed them the web pages he had designed .He started to work the next day , and became the director in less than a year .( 4 . )<4>In January 2005 , he started a magazine for children , with himself as the editor in chief .\", 'candidates': ['He likes his job very much .', 'And now , the 23-year-old man is a boss .', 'Then everyday he rode his bicycle to go to work .', 'So he sent resumes to many companies .', 'But they were also worried about his school education .']}", + "output": [ + "[3, 2, 4, 1]" + ] + }, + { + "input": "{'passages': \"Sam: Hey, Maria and John .This Thursday is Bill's birthday .Let's think about the presents .Maria: Sure, Sam .<1>Sam: No, Bill never plays computer games .John: I want to buy a CD of his favourite songs .Sam: Good idea .Bill likes listening to music .<2>Sam: Oh, you don't have to do it .<3>Maria: How about buying him a cinema ticket?I remember Bill likes watching films .Sam: That sounds a good idea .<4>What would you like to buy for Bill, Sam?<5>\", 'candidates': ['Just remember to keep it short: posts are limited to 40 characters, and the topic is, invariably, What are you doing?', 'His mother usually buys a birthday cake for him .', 'Maria: How about buying a birthday cake for him?', 'I want to give him a computer game .', 'Maria &John: What about you?', 'I feel like I want to rescue her, but she pushes me away and shuts me out .', \"Sam: It's a secret .\"]}", + "output": [ + "[3, 2, 1, 4, 6]" + ] + }, + { + "input": "{'passages': \"What do you think of this coat ? B.It 's OK.It looks good on you .<1>B.Why do n't you try on this one ? Yes , that 's quite a nice color .Oh , no !It 's 50 dollars .<2>B.Let 's find something cheaper . Here there are .This one is only 20 dollars . Put it on .There !What is it like ?<3>B.Does it feel warm ? Yes , it does .It 's not as thin as the other one . B .<4>Yes , I think will be very useful , now the winter is coming . B.Hurry up then !<5>.Ok , I wo n't be long .I will go and pay for this coat .\", 'candidates': ['I must go and catch my bus soon .', 'Have you got a cheaper one , please ?', \"That'stoo dear for me .\", 'It feels much better than the other one .', 'How about this one .', \"I do n't think it 's thick enough .\", 'Do you want to get it then ?']}", + "output": [ + "[5, 2, 3, 6, 0]" + ] + }, + { + "input": "{'passages': \"A-G2<1>There are too many net bars around us .Some of my classmates often spend too much time in playing computer games and stay in the net bars all day and all night .As a result , they do worse and worse in their lessons .<2>Sometimes I get angry easily and shout at my friends .That makes them think I am not being friendly to them .<3>I 'm shy and I 'm nervous about answering the teachers ' questions .I 'm afraid that I ca n't get good results in my English exams .<4>My best friend 's birthday is coming .I want to give her something special but I have n't got enough money and I 'm not good at making things .<5>According to the result of a survey taken in Fuzhou , one of every five children in this city is overweight .Doctors said a big reason was that child spent long hours in front of television .\", 'candidates': [\"Practice speaking English as much as possible and please remember '' Nothing is difficult if you set your mind on it '' .\", \"As students , they must n't go online when it 's time for them to study . They should learn how to use the computer to get more information after school .\", \"Have a balanced diet , take more exercise and do n't watch TV too much . ''\", 'When your friend knows what you are thinking , I think she will be happy . A good friend never minds how much the gift costs . Write a letter to her instead .', 'When you feel angry you should stop talking and count to ten or walk away until you keep quiet .', 'More sports help people to be in good health .', \"You should n't worry too much . Try and let them know you . I think friends should help each other .\"]}", + "output": [ + "[1, 4, 0, 3, 2]" + ] + }, + { + "input": "{'passages': \"Cittaslow has discovered China, and it is awarding a little village in Jiangsu the title of slow city The bored teenagers of Gaochun are impatient with the leisurely pace of hometown life .For them there is no nightlife to speak of, no bright lights, no excitement and they cannot wait to grow up and leave for the urban attractions of the big cities .<1>At least, a quiet village within Gaochun county has come under the spotlight .Yaxi village, population 20,000, is about to be designated China's first slow city by Cittaslow, the sustainable lifestyle movement that first surfaced in Italy 11 years ago .At home, the residents at Yaxi are unfazed and pretty much unimpressed by the honor .<2>Here, growing old gracefully is natural .<3>The first time I heard the term was last July, when the vice-president of Cittaslow, Angelo Vassallo, visited Yaxi village, says Zuo Niansheng, the chief editor of local newspaper Gaochun Today .Vassallo was deeply impressed by this village's natural and cultural resources and said it perfectly fitted the requirements for a slow city, says Zuo .That was how Yaxi became connected with Cittaslow .The Slow City must also be committed to protect and maintain the natural environment as well as promote a sustainable way of development ?all of which are the current strategies adopted in Gaochun .<4>Cittaslow was founded in Tuscany, Italy in 1999 .It was a spin-off from the Slow Food movement which started, also in Italy, in 1986 as a protest against the first McDonald ' s opening near the Spanish Steps in Rome .<5>Slow Food has since expanded globally to more than 130 countries .Its mission has also broadened to include the promotion of sustainable foods and local small businesses, and the localization as opposed to globalization of food production .Cittaslow is an expansion of the Slow Food movement, and it actively advocates a lifestyle that is sustainable, that will improve quality of life, and will preserve cultural and culinary heritage .\", 'candidates': ['Data centers are both hot and loud,which could have damaging effects on ocean life .', 'The movement championed a return to healthy, nutritious home-grown, home -cooked food .', 'But their hard courses, tough competition and lonely campus lifestyle have taken an effect on students .', 'But it is this laid-back lifestyle that has attracted international attention .', 'Nobody living in this little county had heard of Cittaslow or the words slow city before this .', 'To them, life has been like this for as long as they can remember .', \"We've been doing this for years, adds Zuo .\"]}", + "output": [ + "[3, 5, 4, 6, 1]" + ] + }, + { + "input": "{'passages': \"<1>They feel heavy pressure from their parents to do well in school .Most students are always being told by their parents to study harder so that they can have a wonderful life .Though this may be a good idea for those very smart students, it can have terrible results for many students because they are not talented enough .<2>Others try to get the feelings of taking drugs .<3>Many of them have tried very hard at school but have failed in the exams and have their parents lose hopes .Such students felt that they are hated by everyone else they meet and they don't want to go to school any longer .It is surprising that though most Japanese parents are worried about their children, they do not help them in any ways .<4>To make matter worse, a lot of parents send their children to those school opening in the evenings and on weekends-- they only help students to pass exams and never teach students any real sense of the world .It is a great surprise that almost three quarters of middle school students have been to such kind of schools .<5>Child psychologists now think that such strict rules are harmful to the feelings of the students .Almost 40% of the students said that no one had taught them how to get on with others, how to tell right from wrong, how to show love for others, even for their parents .\", 'candidates': ['But beyond the admission that she works very hard at her writing, she is shy about discussing her work .', 'Besides, because of the limited number of words used in text messages, it saves time .', \"Many parents feel that they are not able to help their children and it is the teachers' work to help their children .\", 'Japanese students work very hard, but many are unhappy .', \"Many Japanese schools usually have rules about everything from the students' hair to their clothes and the things in their bags .\", 'Some join the groups of troublemakers and turn to crime .', 'As it is reported, a number of students killed themselves .']}", + "output": [ + "[3, 6, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"<1>They mean that they want to write stories or books .<2>But I would like to tell these children that they will need to be good readers and read a lot before they become good writers .Nearly all great writers listened to others tell stories long before they started school .<3>Even when they have become writers, they spend much of their time reading books instead of watching TV in the evening .If you are a good reader, it won't take you long to do the reading homework your teacher ask you to do .<4>You read so well that you always want to look for more books to read .<5>When you decide to become a writer, you had better tell yourself, I must read more and more if I really want to become a good writer .\", 'candidates': ['Overwhelingly ,young people think mar-riage would make them happy and want to be married some day,Most also want to have kids .', 'In 1984, two children from Berlin sent their wish lists to Himmelpfort after spending vacation there .', 'Some children wish to be writers when they grow up .', 'They would be happy if many people read their stories or books some day .', 'Then you will have time to read other books for fun .', 'If you want to be a writer, reading is very important .', 'They also kept on reading for hours and hours for years .']}", + "output": [ + "[2, 3, 6, 4, 5]" + ] + }, + { + "input": "{'passages': \"5 2 10 If you have mice in your house you are not alone .<1>Having mice does n't mean your house is dirty . It is one of the challenges of every house owner . When we are trying to catch a mouse the first that comes to our mind is a mouse trap .<2>Mice travel along walls for safety . Do n't touch the trap too much because you will leave your smell on it .<3>Usually mice will not visit your house when they hear there is a cat inside . It will also help you fight against the mice .Ks5u Be careful when using poison to kill the mice .<4>It 's dangerous because the mice may touch your food and pollute it . Mice can get into the houses through tiny holes . The best way to have a mouse free house is to close any possible entry .<5>If there is nothing there for them to eat they wo n't possibly stay .\", 'candidates': ['Keep a cat as a pet in your house .', 'Cheese is the favorite food of mice .', 'Every house may have mice for some reason .', \"Leave the poison out of your children 's reach .\", \"Do n't leave even a small piece of food outside .\", 'It will kill them but you may not be able to find the dead mice .', 'Put a small piece of cheese under the trap and put it near the wall .']}", + "output": [ + "[2, 6, 0, 5, 4]" + ] + }, + { + "input": "{'passages': \"Although new laws have been passed in some American states to cut down on distracted driving , many accidents and deaths were still related with it , especially using cell phones while driving .<1>Transportation Secretaryy Ray LaHood , the nation 's anti-distracted-driving supporter , said in an interview on November 18 that federal officials are looking at technology to disable cell phones inside cars .<2>I think the technology is there and 1 think you 're going to see the technology become adaptable in automobiles to disable these cell phones .<3>Also on Thursday , the transportation government started a new Faces of Distracted Driving video campaign that features people who have been killed or lost their loved ones because of inattentive drivers .The video features heartbreaking stories of children killed in crashes because of phoning or text messaging , and new videos are expected to be added every few weeks .<4>More than 5,500 people were killed last year by distracted drivers , and another 500,000 were injured .LaHood has said it is never safe to talk on a cell phone while driving , hands-free or not , because it can really cause distraction .Incidentally , a lot of people seem to agree with this viewpoint -- a new research shows nearly two-thirds of Americans support a national ban on the use of cell phones while driving , even if the driver is using a hands-free device .<5>\", 'candidates': ['A driver is four times more likely to crash while using a mobile phone .', 'I think it will be done , LaHood said .', 'But I will also , I hope , remind her of what she learned , and how she can do better next time .', \"But the research did n't ask how people feel about government-issued mobile phone scramblers or other disabling devices .\", 'JOB Are you good at math ? Are you good with kids ? We need a math teacher at our middle school .', 'We need to do a lot more if we were going to save lives .', 'Recently the Obama administration is considering disabling cell phones in cars , aiming to out down cell-phone-related road deaths .']}", + "output": [ + "[6, 1, 5, 0, 3]" + ] + }, + { + "input": "{'passages': \"<1>Yes, it turns out that overweight may damage cognitive functions such as memory and attention .There have been few studies of overweight and cognitive functioning, possibly because it is generally believed that it is not a primary risk cause for poor cognitive performance .Losing weight, therefore, may help improve these mental functions, according to a new research led by John Gunstad, assistant professor of psychology at Kent State University .<2>So Gunstad and his team guessed that losing weight might improve mental function .For their study, they measured memory and attention in a group of 150 overweight participants, some of whom had some kind of operation for weight loss and some did not .All of the volunteers completed mental skills tests to assess their abilities of memory and attention at the beginning of the study, and again 12 weeks later .<3>At the end of the study, those who had lost weight after operation improved their scores into the average or above average range for cognitive functions .<4>The study helped Gunstad to find out whether losing weight had any effect on mental function .Now that he's seen the positive effect that weight loss can have on memory and attention, he says he will next study those who choose to lose weight by the traditional way--eating healthier and getting more active .<5>If we can improve the condition with operations, then we can probably produce the same change with behavioral weight loss as well, he says .\", 'candidates': [\"Scores for the volunteers who didn't lose weight dropped even further .\", 'However, volunteering your time has great benefits, including making new friends and connections, learning new skills and even advancing your career .', 'To begin with, about 24% of the patients showed damaged learning and 23% showed signs of poor memory when tested .', 'Study leader Pooja Tandon says even small calorie reductions on a regular basis can prevent weight gain over time .', 'Losing weight comes with a lot of health benefits--including making your brain sharper .', 'He expects that losing weight in this way will have a similarly positive effect on the brain .', 'Growing evidence suggests that being fat is linked to cognitive deficits .']}", + "output": [ + "[4, 6, 2, 0, 5]" + ] + }, + { + "input": "{'passages': 'I chose to take psychology because one is able to better understand himself , understand others , and learn how people think , so I can use that to my advantage in the business world .<1>By learning psychology I will learn how and why I think the way I think .This is important to me because I want to know whether my up-bringing or the genes I possess from my parents influence me .<2>I hope to find an answer this year through my studies . I also think it is important to be accepting and tolerant of others and their certain beliefs about different matters .Some people like activities and subjects that I may not entirely agree with .It is important to learn why they believe what they do .People are different throughout the world .<3>I would like to learn what customs , traditions , and ways of thinking are witnessed worldwide and why some are apparent one place but not another . My final reason for taking psychology is that I can better understand people from a business standpoint .<4>Knowing how they think will help in making major marketing and promotional decisions .I hope to learn how people react to certain situations or ads to see what will get them interested . I know the effort I put into this course will benefit me later in life .Of course , learning the course may be challenging at times .<5>', 'candidates': ['If I had to predict , I would say a mix of both .', 'But there are similarities between them .', 'Psychology is beneficial to my future .', 'Positive psychology has developed rapidly via the Internet .', 'It is vital to know what consumers want and need .', 'I often wonder why I like the items , subjects , and activities that I do .', 'However , what I learn will influence my future decisions and goals .']}", + "output": [ + "[5, 0, 1, 4, 6]" + ] + }, + { + "input": "{'passages': \"BBC Sports program Sunday .We are currently planning our Volunteer Program, which will ensure volunteers are trained and ready to go for 2012 .<1>Our program will aim to encourage a wide range of people to join in .We will provide the training to make sure our volunteers' skills are of the highest standard .<2>Applications will open in the late 2011 .<3>Our recruitment process will be open and fair .Our goal is to select applicants who meet our standards and who will bring passion, enthusiasm and energy to the Games .<4>We'll give each successful applicant a specific role, allowing them to contribute meaningfully to the Games .<5>Specialist volunteers will have specific existing skills or qualifications that are needed for them to complete the role, for example, sport or medical training .Generalist volunteers will not need any special skills or qualifications and will receive full training .They might be given roles in areas such as event services, uniform distribution and village operations .All volunteers will be expected to attend training events that will give them the knowledge they need to carry out their role .There are lots of charities and sporting organizations that are looking for volunteers to help them .While you are waiting for applications for the London 2012 volunteer program to open in the late 2011, why not consider getting involved locally?You can find opportunities to volunteer in a range of activities in your local area by following the links on the right hand side of this page or make local enquiries about the needs in your community .\", 'candidates': ['Previous volunteering experience is not necessary .', 'There will be two kinds of Games volunteer--specialist and generalist .', \"Recovery from bulimia is difficult,but a beautiful journey!You'll come across many challenges--but once you've beaten them,the world will look much more beautiful .\", 'Imagine, before hunger, thirst, love, desire or any other describable feeling, we may experience anger .', 'London 2012 is an opportunity to inspire everyone to develop their interests and volunteer--in sport and also more widely within their community .', 'Up to 70,000 volunteers will be needed to help put on the London 2012 Olympic and Paralympic Games .', \"We'll recruit volunteers from across the UK--from a range of communities and backgrounds .\"]}", + "output": [ + "[5, 4, 6, 0, 1]" + ] + }, + { + "input": "{'passages': \"We all go through times when we feel we are not good enough .We might feel that way at work or in school or even as a parent .Here are some things to remember when you feel like that .<1>When 1 started my Ph . D. program , I felt like the dumbest person in every class .I could n't believe how many smart people were there .I did n't know if I could measure up to their intelligence or compete in the same league with them .Years later , I found out that almost everyone felt this way , too . You are unique and have special talents .If you can barely make Hamburger Helper , do n't compare yourself to your sister who is a chef .I 'm sure you can do many things that she ca n't .<2>You are you .You are not your sister . You need to stop chasing perfection .It does n't exist .What 's perfect to me is not perfect to you .So if you think that there is some objective measurement of perfection and that the rest of the world is judging you against then you are wrong .<3><4>Our sense of self-worth is based on our thoughts .We have been programmed for many years with thoughts about ourselves .Messages come from our parents , our peers , teachers , the media and our own labels .But guess what ?They are only thoughts .Just because you think these thoughts , it does n't make them true .<5>\", 'candidates': ['You have the power to change your future .', 'So focus on your own passions and talents .', 'You are not the only one who feels this way .', 'If you love yourself for who you are , other people will notice .', 'You need to change your thought patterns .', \"One of my favorite sayings is , `` Do n't believe a negative thought you think ! ''\", 'Most people are too worried about their own lack of perfection to judge you .']}", + "output": [ + "[2, 1, 6, 4, 5]" + ] + }, + { + "input": "{'passages': \"<1>The Center for Injury Research and Policy at Nationwide Children 's Hospital in Ohio did the study .It was published in the American Journal of Preventative Medicine .The study found a sixty-three percent increase in the number of people treated for rock climbing injuries in American hospitals . The study said forty thousand people were treated in emergency rooms .<2>The ankle was the most common body part to be injured .<3>The average age was twenty-six .Fifty-six percent of the injuries were to people twenty to thirty-nine years old .Women made up twenty-nine percent of the injured population .That is more than that in past rock climbing studies .<4>But many people think it is worth it .John Bachar said rock climbing felt like being on another planet .Dean Fidelman says it is a continual challenge and a beautiful form of movement .And , for Sarah Bowman , she has just started her way up the rocks . Dean Fidelman said that he believes a climber 's ego can be his worst enemy on a rock .<5>\", 'candidates': ['Like many other sports , rock climbing can be dangerous .', 'Climbers in the study were from ages two to seventy-four .', 'The most common injuries were broken bones and sprains in legs and feet .', 'They try to move as silently up the wall as they can .', 'A recent study shows a sharp increase in rock climbing injuries between 1990 and 2007 .', \"There 's no other sport where you 're really going up and down .\", 'He said rock climbing is a high risk sport in which many people overestimate their abilities and underestimate the rock .']}", + "output": [ + "[4, 2, 1, 0, 6]" + ] + }, + { + "input": "{'passages': \"<1>This is particularly true with anyone over thirty-five , especially if they have been heavy smokers .<2>A physical evaluation from a physician is recommended , preferably one that includes an exercise-stress test .While a person is exercising , a stress test detects cardiovascular problems that might not show up when the body is at rest .<3>Whatever exercise program is selected , it is important to start with warm-up periods .<4>The idea is to increase heart rate and circulation slowly without placing a sudden strain on the heart or the muscles that are starting to work .The next phase in developing an exercise program is to determine the amount of exercise that is enough to condition the muscles and cardiovascular system without excessively exhausting the body .This involves taking one 's pulse and finding one 's target zone .This target zone , or safe-training pulse rate , is established by subtracting one 's age from 220 and then taking 60 percent to 80 percent of that total .<5>\", 'candidates': [\"This is done by monitoring blood pressure , pulse rate , oxygen consumption , and the heart 's electrical activity while exercising .\", 'These sounds include the breaking of ice fields , underwater earthquakes , and sounds made by animals themselves .', 'Likewise , young adults who have been very inactive should proceed slowly and with caution .', 'These should include stretching exercises , jumping jacks , or active walking .', 'The first people came to Hawaii nearly two thousand years ago , but skyscraper hotels were only built in the last 25 years .', 'If you are just starting to exercise , 60 percent is recommended ; 80 percent is recommended if you are already in good condition .', 'The first step in exercising for most people is determining whether or not they should .']}", + "output": [ + "[6, 2, 0, 3, 5]" + ] + }, + { + "input": "{'passages': \"Recent studies have shown that there is a link between anxiety and intelligence and it is a positive one . Fear allows you to react to a potential threat in good time . Being too happy all the time means that you do n't think about potential problems .<1>But the response means that their imagination is highly active . An active imagination keeps you safe from threats . The general belief about anxiety is that it 's a negative thing . Because suffering from anxiety is not pleasant , most of the people who deal with it hope they do n't have to .<2>Science is showing that a little bit of anxiety is a good thing . In 2002 , Israeli psychologists ran a test on 80 students . The students were under the impression mat they were there to appreciate artwork on a piece of software . However , the researchers rigged the program .<3>So they were men encouraged to contact IT.Finding IT brought new challenges . As the students left the room , they met various problems .<4>someone also stopped them to ask them to complete a survey . The test found that the participants who really wanted to reach IT to fix the virus had the highest amount of anxiety . The students who had less anxiety could n't focus . They stopped to complete the survey , pick up the papers , etc . Obviously , the anxious students had a greater sense of the threat .<5>Therefore , anxiety can actually give us higher chance to succeed !\", 'candidates': ['So when does worry become a bad thing ?', 'Thus , they tried their best to achieve their goal .', 'But this does not necessarily need to be the case .', 'Some students came across dropped papers as they walked by .', 'Instead of viewing artwork , the students found a computer virus .', 'Often kids and adults with anxiety have a very negative view of themselves .', \"People with anxiety are sometimes responding to a threat that does n't exist .\"]}", + "output": [ + "[6, 2, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"Flying Doctors Most people go to a doctor in their own town or suburb .But people in the Australian outback ca n't get to a doctor quickly .The nearest doctor is sometimes hundreds of kilometers away so they have to call him on a two-way radio .<1>He visits sick people by plane .When someone is very sick , the doctor has to fly to the person 's home .His plane lands on a flat piece of ground near the person 's house .Sometimes the doctor has to take the patient to hospital .<2>However , most of the time the person is n't very sick , and the doctor does n't have to visit .<3>He can tell the patient to use some medicine from a special medicine chest .There is one of these chests in every home in the outback .Each bottle , tube and packet in the chest has a number .The doctor often says something like this : `` Take two tablets from bottle number 5 every four hours . ''<4>He had only one plane .Today there are 14 flying doctor centers , 29 planes , 14 full-time doctors and several part-time doctors , nurses and dentists .\", 'candidates': ['He can give advice on the radio from the office at the flying doctor center', 'Flying doctors treat their patients quickly', \"This special doctor is called the `` flying doctor ''\", 'A man called John Flynn started the Royal Flying Doctor Service in 1927', 'Flying doctors take about 8,600 people to hospital each year']}", + "output": [ + "[2, 4, 0, 3]" + ] + }, + { + "input": "{'passages': \"Keeping the memory in shape is important at any age , but it requires a bit more work as we grow .There are some simple activities that can improve your memory .<1>Awaken your senses . Use your senses to help your memory store needed information .<2>You can ask yourself like this : Is the sky a light blue or deep purple ?The more involved you can be in the information , the easier it is for your brain to store it . Use imagination and relation . Trying to remember names ?Let 's say you meet a man named Frank Parker .<3>Tie the two together by picturing Frank dressed up in a hot dog costume parking his car in the parking lot .Now each time you see Frank , you should easily recall his name . Breathe deeply and relax .<4>Relax , breathe deeply and slowly and let your mind ease up for a minute .Being relaxed makes it easier for information to be both stored and remembered .<5>When you come upon something you need to remember , say to yourself , '' Hey , pay attention and remember this !`` You are giving yourself a wake-up call as well as giving your mind a marker that it can use to help in storing the new information .\", 'candidates': ['Give yourself an order .', \"Get a good night 's sleep .\", 'Here are four of them to get you started .', 'Picture a hot dog for Frank and a car for Parker .', 'For example , note the color1 s of a picture you want to remember .', 'When we try hard to remember something we often become nervous .', 'The way you live influences not only your physical health but also your memory .']}", + "output": [ + "[2, 4, 3, 5, 0]" + ] + }, + { + "input": "{'passages': \"Quick tips for better time management Are you a good time manager ?If your answer is `` no '' , here are some tips on how to be a better time manager:1 ) .Create a daily plan .Plan your day before it starts .The plan gives you a good description of how the day will go on .That way , you will be ready to deal with most of the things you meet .<1>2 ) .Focus .Are you multi-tasking so much that you 're just not getting anything done ?<2>Only focus on what you 're doing .You 'll be more efficient that way.3 ) .Stay away from your time wasters .What takes your time away from your work ?QQ ?Email checking ?<3>One thing you can do is make it hard to check them - remove them from your browser quick links.4 ) .<4>Do n't take on more than you can deal with .For the distractions that come in when you 're doing other things , give a firm no .Or do it later.5 ) .Decide to be early .When you prepare to be on time , you 'll either be on time or late .<5>However , if you decide to be early , you 'll most likely to be on time .For appointments , try to be early .For your deadlines , meet them earlier than required .\", 'candidates': [\"Learn to say `` No '' .\", \"Most of the time you 'll be late .\", 'Great ways to know your time spent .', 'Cut off when you need to .', 'Stop checking them so often .', 'Your job for the day is to follow the plan as best as possible..', 'If so , focus on just one key task at one time']}", + "output": [ + "[5, 6, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"<1>They often read .They read in their homes .They read in libraries .They read in their schools .They also read in hospitals .Parents often read books for their kids .<2>There are many bookstores there .<3>People also like to buy books on the Internet now .In Germany ,people often have reading parties .They are happy at the parties .But you must follow the rules at the parties .<4>Don't eat at the parties .<5>Don't talk at the parties .\", 'candidates': ['A bookstore can sell many books every day .', \"For example, don't arrive late for the parties .\", 'You can buy all kinds of books in Germany .', 'In Germany ,about 70% people like reading .', \"Gives value for your money You don't have to buy all of your textbooks .\", \"Don't listen to music at the parties .\", 'With so many applications draining the battery, the latest phones need to be charged every day .']}", + "output": [ + "[3, 2, 0, 1, 5]" + ] + }, + { + "input": "{'passages': \"<1>More than 80 percent of students in England and Wales now take out a student loan in order to go to university .They use the loan to pay for tuition fees, books and living expenses .<2>The average student in England and Wales now graduates from university with debts of around PS12,000 .Students of medicine usually have debts of more than PS20,000 .That is a lot of money .It means graduates cannot afford to buy a house for many years .They even struggle to pay rent on a flat, because they have to start paying back the student loan after graduating .<3>Is it any surprise, therefore, that the average British person does not leave their parents' home until they are 30 years old?You might think that a British person with a degree will find it easy to get a well-paid job .However, most people in white-collar jobs seem to have a degree these days, so there is a lot of competition .<4>Like everyone else, graduates usually have to start at the bottom and work their way up .That can be very frustrating for them, since they are often over-qualified for the work they are doing .<5>Therefore, life after university ends up being quite disappointing for a lot of graduates .All of the above is beginning to make British people question whether a university degree is really worth the money .\", 'candidates': ['Also, British companies tend to value work experience over a piece of paper .', 'And while you are doing it,thing about getting your degree as well because it will help you to become more challenging .', 'Although the interest on student loans is quite low, it begins as soon as the student receives the loan .', 'While at university, they have dreams of getting an exciting, challenging job .', 'In 2006, the UK government started to allow universities in England and Wales to charge British students tuition fees .', 'If you start to earn over PS15,000 a year, the government takes repayments directly from your monthly salary .', 'According to a survey in 2006, Canada offered the lowest tuition fees for foreign students compared to UK and Australia .']}", + "output": [ + "[4, 2, 5, 0, 3]" + ] + }, + { + "input": "{'passages': \"Whether you are at Disneyland or another Disney park , you will usually find a nighttime show that will be showing .<1>Read this article to find out how you can get a good seat for an evening event at any Disney park .Plan on seeing the show in advance . Usually , if you decide an hour beforehand that you 're going to see a show , you will likely end up not getting a good seat , unless the park is not very busy .<2>Do your research . Research online : `` The best places to view ... ''<3>Some of them may even be less known , so you may not deal with such a big crowd .Arrive to the event early .<4>Possibly even earlier if the park is more crowded on that day .If you arrive ten minutes before the event starts , you 're a lot less likely to get a good spot .<5>If you must leave to do something , make sure that it 's extremely quick , and try to have another member of your party stay in your spot while you are away .\", 'candidates': ['Stay in the same area .', 'Enjoy the show with a friend .', \"It 's usually much more enjoyable if you can get a good seat .\", 'This is especially important if you arrive closer to the event time .', 'In order to get a good spot , plan on arriving an hour before the event .', 'Therefore , look at the schedule before your trip , or at least the day before .', \"You 'll see a list of places in the park that are the best for viewing that event .\"]}", + "output": [ + "[2, 5, 6, 4, 0]" + ] + }, + { + "input": "{'passages': \"2012200204A : Hello .Ms Jiao .Congratulations on your success at the London Olympic Games . B :<1>A : May I ask you some questions ? B :<2>A :<3>B : I am from Harbin , Heilongjiang Province . A :<4>B : I 'm twenty- two years . A : Thank you . B :<5>\", 'candidates': [\"You 're welcome .\", 'How old are you ?', 'Thank you !', 'Do you like English ?', 'Where are you from ?', 'When is your birthday ?', 'Yes , of course .']}", + "output": [ + "[2, 6, 4, 1, 0]" + ] + }, + { + "input": "{'passages': \"Attraction of the Minions When it comes to film , people usually favor good over evil , focus on the hero and ignore the supporting characters .<1>Originally comedic background characters in the film Despicable Me these yellow pill-shaped nuts have totally stolen the show and turned into a popular figure . This summer the characters debuted in their own self-titled movie in theaters abroad , having the second biggest opening weekend of all time for a cartoon film according to USA Today .Recently Mc Donald 's has been including Minion toys with kids ' meals in some areas , causing loyal fans to flock to the restaurant to collect them all .<2>The movie 's huge popularity even surprised its writers .`` We never knew the Minions were going to be so popular .It just became a force of nature , '' the film 's co-writer Cinco Paul told the Los Angeles Times .<3>For many , the appeal is obviously their cuteness .Their simple nature can easily surpass cultures and age groups .Even children can draw them .Thousands of examples of fan-made Minion art from fingernails to Halloween clothes are visible on global social media platforms . But there 's more to the phenomenon than just cuteness .US entertainment website Hit Fix explains that their way of communicating makes the creatures influential as well .<4>But it seems everyone can understand them through their exaggerated movements and expressions . More importantly , their childlike manner is a brand of humor that wins hearts .`` Clumsy foolish Minions are recognized as the ultimate personalities , '' wrote Peter Debruge of US entertainment magazine Variety .They desire nothing more than to serve their most despicable master .<5>`` Perhaps we love Minions because they remind us of ourselves , '' Huffington Post associate Web editor Sara Boboltz wrote , `` or an evil version of ourselves . ''\", 'candidates': ['So what makes the banana-loving Minions a big hit ?', 'Besides , their childlike manner entertains fans more .', 'And this evil characteristic arouses sympathy among humans .', 'Related video games , toys and other goods are sweeping the world .', 'Minions is a 2015 American 3D computer-animated family comedy film .', 'But when it comes to the Minions , these conventions go right out the window .', \"They largely speak in nonsense words with the occasional recognizable terms like `` potato '' .\"]}", + "output": [ + "[5, 3, 0, 6, 2]" + ] + }, + { + "input": "{'passages': \"<1>The host city of the Games will be Rio de Janeiro , Brazil as announced at the 121st IOC Session held in Copenhagen , Denmark , on October 2 , 2009 .They are scheduled to be held from August 5 to 21 , 2016 , making them the first Summer Olympics to be held during the host city 's wintertime .This will mark the first time a South American city hosts the event , and also the first time a Portuguese-speaking country hosts the event .The world has recognized that the time has come for Brazil , said President Luiz Inacio Lula da Silva .There have been questions about Rio 's bid because of the high level of violence which so often scars the city 's image , but in one glorious moment that was all set to one side for a truly Brazilian party .<2>You will see for yourselves the passion , the energy and the creativity of the Brazilian people .It will not be just Brazil 's Games but South America 's .<3>It is time to redress the balance .<4>Rio plants to stage all the competitions inside the city , bringing dynamics to the Games and facilitating the athletes ' interaction , according to the bid website .<5>\", 'candidates': ['The 2016 Summer Olympics , officially known as the Games of the XXXI Olympiad , is a major international multi-sport event .', 'It is time to light the Olympic flame in a tropical country .', 'It is very wet in the south and high temperatures last for a long time .', 'The 2016 Summer Olympic programme features 28 sports and a total of 42 disciplines .', 'In his speech earlier , President Lula had promised , Rio will deliver an unforgettable Games .', 'It will serve to inspire the 180 million young people on the continent .', 'It would be a most satisfying job to help young people to become the best that they can be .']}", + "output": [ + "[0, 4, 5, 1, 3]" + ] + }, + { + "input": "{'passages': \"A : Welcome to our store ?81 .<1>?B : I want to buy my son a pair of sports shoes for his birthday .A : 82 .<2>?B : His birthday is next Monday .A : You are a great mother .83 .<3>?B : He is 14 years old .A : We have great sports shoes here .84 .<4>?B : He likes white .A : What size does he need ?B : He needs size 26 .A : How about this pair ?They are nice and cheap .B : Let me see .They look great .85 .<5>?A : They are 30 dollars .B : OK .I 'll take them .\", 'candidates': ['Can I help you ?', 'When is his birthday ?', 'How is he ?', 'How old is he ?', 'What color does he like ?', 'How much are they ?', 'why does he like it ?']}", + "output": [ + "[0, 1, 3, 4, 5]" + ] + }, + { + "input": "{'passages': \"I need these thingsa notebook , a tape , a baseball , a watch and an English book .<1>My room is a little untidy .<2>There are two notebooks in my bookcase .I need the red one .<3>The baseballs are under the chair near the desk .I only need the white one .My watch is on my bed .<4>Can you bring my brother 's to me ?His book is on his desk .<5>you can ask my mother for help .She is at home .\", 'candidates': [\"If you ca n't find it ,\", 'And I lost my English book .', 'Can you bring them to school for me ?', 'But I think you can find them .', 'My tape is in the tape player on the desk .', 'My phone is in my bag .']}", + "output": [ + "[2, 3, 4, 1, 0]" + ] + }, + { + "input": "{'passages': \"The Internet has revolutionized our lives to such an extent that for most people, the global network has become more than just a tool but rather an indispensable aid in everyday life .More and more people go online as wireless networks have brought the Internet closer and closer: it's on our mobile phones, in our cars and TV sets, in hospital surgery rooms and in fishing boats that battle the waves of the Atlantic .<1>Both big and small, e-commerce websites have literally flooded the Internet by the hundreds of thousands .Anything you can buy from a brick and mortar store you can also buy online: from food and clothes to guns and bombs, no matter what you're looking for, you're bound to find the right online store with just a few clicks of the mouse .This revolution has sent cold trembles down the backbones of brick and mortar business owners .<2>They've opened online stores to go hand in hand with their conventional businesses .Nowadays, every Mom and Pop's cheesecake store also has a website .In a recent survey, 68% of small business owners have stated that they are scared of being put out of business by the powerful flood that e-commerce has become .So it's no wonder many of them have decided to join the revolution and establish some kind of an online presence even though most of them have stated that they dislike the Internet .<3>Are we going to start seeing ghostly, deserted Wal-Marts across the country?Probably not in the near future but the day will come when most people will just stop shopping offline anymore .<4>The recent advancements in mobile technology and the introduction of mobile phones with improved web capabilities has even made some people order their groceries when they get out from work and have them delivered at their doorstep by the time they get home .And as Time is money , this practice is lifesaving for people who work two jobs .<5>Everything will become easier and less time consuming, leaving us more time to enjoy the things that really matter in life: the ones we love, our friends and hobbies .\", 'candidates': ['Technology will continue to advance and e-commerce will follow closely in its footsteps .', 'But why is it that many players, even good shooters, miss most of their free throws?', \"And from the point of view of society, isn't it better for students to delay a while before they decide what to study?\", 'But do the big players have reasons to be afraid?', 'A trip to Wal-Marts wastes time, burns gas and sometimes adds a few extra dots on the stress counter .', 'And this revolution has brought along with it a new way of shopping .', 'And what was their reaction?']}", + "output": [ + "[5, 6, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"When you want to invite friends to a party , you 'd better send them invitations .Your friends and guests also expect to know about your party soon .<1>Here are some ways of inviting friends to your party .1 .Mail invitation<2>You need to write down all the information about the party , such as the party time , place , clothes to wear , things to bring , phone number and so on .Make sure to send out the invitations at least two or three weeks before the party .2 .Online invitation<3>You can create fun and interesting E-cards .This is a wonderful and often free way to invite guests to a party .You can make these E-cards by yourself , by putting pictures and videos in the online invitations .Then e-mail them to your friends .3 .Inviting Guests over the Phone If you want to save more time , you can just make a phone call .<4>And you can hear if they 're interested in the party .But do n't call too late !Call before 9:30 or 10:00 p.m. You do n't want to wake anyone up with what should be a warm and welcome invitation , right ?4 .Inviting Guests in Person An in-person invitation can let you talk to your friends about the party and know their interests .But when you talk to the friends , you may forget some information .<5>Please do n't invite guests in a way that makes them feel they have to say yes .For example , instead of saying `` You 're coming to my party next weekend , right ?`` , say something like `` Hey , I 'm having a party next weekend .I 'd love it if you could come ! '', , .\", 'candidates': ['The most traditional way to invite your friends is to mail invitations .', 'In this way , you can tell them more about your party .', 'You can also invite friends to a party through the Internet .', \"You do n't need to send your friends invitations if you want to invite them to a party .\", 'This is a good way to show your respect .', \"So , you 'd better prepare an invitation with important information for them , too .\"]}", + "output": [ + "[4, 0, 2, 1, 5]" + ] + }, + { + "input": "{'passages': \"We 're raising children !A famous research scientist was being interviewed why he was so m [ 1 ] uch more creative .<1>He had been trying to remove a bottle of milk from the refrigerator when he lost his balance and it fell , spilling its contents all the kitchen floor-a veritable sea of milk !When his mother came into the kitchen , instead of yelling at him , she said , `` Robert , what a great and wonderful mess you have made !I have rarely seen such a huge puddle of milk .<2>Would you like to get down and play in the milk for a few minutes before we clean it up ? ''Indeed , he did .After several minutes , his mother said , '' You know , Robert , whenever you make a mess , eventually you have to clean it up and restore everything to its proper order .<3>We could use a sponge , a towel or a mop .Which do you prefer ? ''He chose the sponge and they cleaned up the spilled milk .His mother then said , `` You know , what we have here is a failed experiment in how to effectively carry a big milk bottle .Let 's fill the bottlewith water and see if you can discover a way to carry it without dropping it . ''The boy learned that if he grasped the bottle at the top near the lip with both hands , he could carry it without dropping it .<4>This scientist remarked that it was at that moment that he knew he did n't need to be afraid to make mistakes .<5>Wouldn ' t it be great if all parents would respond the way Robert 's mother responded to him ?\", 'candidates': ['What set him so far apart from others ?', 'Instead , he learned that mistakes were just opportunities for learning something new .', 'Well , the damage has already been done .', 'So , how would you like to do that ?', 'What a wonderful lesson !', 'He responded that it all came from an experience when he was about two years old .', 'Such an opportunity of experiencing was delightful to him .']}", + "output": [ + "[5, 2, 3, 4, 1]" + ] + }, + { + "input": "{'passages': \"<1>It means a little cold at first .As time changes, the word gets many different meanings .We can use cool when we talk about something wonderful or somebody looking smart .For example .When you see a beautiful and expensive car in the street, you can say, It is cool .<2>You can also use the word to mean something new and surprising .Here is an example .<3>One of her students just wrote, The farm is so cool .<4>It also shows some people don't have enough words .<5>Can you think of any other words like cool: with so many meanings?If you can they are also very cool .\", 'candidates': ['Because he thought cool was the best word to show what he saw and felt .', 'You may think the popular singer Jay Chow is cool .', ' Cool is a word with many meanings .', 'One day a teacher was giving her young students a lesson on how the government works .', 'One day a teacher took the students to a farm and then asked them to write something about the visit .', 'Without cool , they seem to have no other words to use .', 'If whole groups of houses are so constructed, we could use a larger network of sensors to get even more information .']}", + "output": [ + "[2, 1, 4, 0, 5]" + ] + }, + { + "input": "{'passages': \"problem For centuries , people have wondered about the strange places that they seem to visit in their sleep .<1>However , they have been valued as necessary to a person 's health and happiness .Historically people thought dreams contained messages from God .It was only in the twentieth century that people started to study dreams scientifically believing that they tell about a person 's character .<2>He believed that dreams allow a person to express fantasies or fears , which would be socially unacceptable in real life .The second theory to become popular was Carl Jung 's compensation theory .Jung , a former student of Freud , said that the purpose of a dream is not to hide something , but rather to communicate it to the dreamer .<3>Thus , people who think too highly of themselves may dream about falling ; those who think too little of themselves dream of being heroes .Using more recent research , William Domhoff from the University of California found that dreaming is a mental skill that needs time to develop in humans .<4>Until they reach age five , they can not express very well what their dreams are about .Once people become adults , there is little or no change in their dreams .The dreams of men and women differ .The meaning of dreams continues to be difficult to understand .<5>If you dream that a loved one is going to die , do not panic .The dream may have meaning , but it does not mean that your loved one is going to die .\", 'candidates': ['Dreams make up for what is lacking in waking life .', 'However , people should not take their dreams as reality .', 'They have been considered as meaningless nighttime journeys .', 'It gives scientists chances to better understand human mind .', 'Children do not dream as much as adults .', 'They think their mind is trying to tell them something .', \"First , there was Sigmund Freud 's theory .\"]}", + "output": [ + "[2, 6, 0, 4, 1]" + ] + }, + { + "input": "{'passages': \"<1>One morning her good friend MeiMei says to her, Next Friday is my birthday .Would you like to come to my birthday party?<2>On Friday, Lily asks her mother, Can I go to MeiMei's birthday party Yes, but you must be polite .<3>Ok .Mum Lily answers and goes to MeiMei's home on foot .<4>At the party there are many children .Some are dancing .Some are talking .Some are playing cards .And Lily is singing an English song .There are some apples , oranges , bread , and a big birthday cake with eleven candles on it .<5>MeiMei makes a silent wish, and then blows the candles out in one breath .The children have a good time .Then Lily goes home by bus .\", 'candidates': ['Then she buys a toy for MeiMei .', \"He's only seven years old and it's part of the magic of Christmas to him .\", 'The children sit around the cake .', 'Lily says Yes, I would like to .', 'I feel like I want to rescue her, but she pushes me away and shuts me out .', 'and I want you to sing a song for your friend .', 'Lily is ten years old .']}", + "output": [ + "[6, 3, 5, 0, 2]" + ] + }, + { + "input": "{'passages': \"Free energy is everywhere around us .There are many ways to make and collect energy from various sources like sun , wind and water .<1>For example , riding a bike , running or just walking , etc .<2>So comes the idea of solar roadways .<3>Why use roads just for driving and collecting tolls ?Why do n't we use them for collecting energy ?<4>So how do these future roads work ?The Solar Road Panels will contain embedded LEDs which paint the road lines from beneath to provide safer nighttime driving as well as to give drivers instant instructions such as detour ahead .The road will be able to sense wildlife on the road and can warn drivers to slow down .<5>Replacing asphalt roads and parking lots with Solar Roadway Panels will be a major step toward stopping climate change .Fully electric vehicles will be able to recharge along the roadway and in parking lots , finally making electric cars practical for long trips .We just ca n't wait to see more of these roads all over the world in the near future .\", 'candidates': ['We can not change the way that other people do , so it is important to learn to live happily with them .', 'People also realize that everyday stuff can be a source of energy too .', 'The US Department of Transportation recently awarded $ 100,000 to Solar Roadways to build the first ever Solar Road Panel .', 'Are they the road of future ?', 'There will also be embedded heating elements in the surface to prevent snow and ice buildup , providing safer winter driving .', 'In fact , although fat people consume more energy than slim people , they also fail to realize how much they eat .', 'We simply have to change our way of thinking if we want to change the world .']}", + "output": [ + "[1, 6, 3, 2, 4]" + ] + }, + { + "input": "{'passages': \"The plastic identification ( ID, ) cards carded by all Chinese citizens over 16 are to be replaced with electronic cards from 2005 .The new cards, which most people will have by 2005, contain a microchip on which personal information is stored .This can be checked against databases kept by the government .The information will be locked into the card so that people won' t be able to use false identities, said Ren Tianbu, a security official in Shenyang .<1>However, the information shown on a card differs from nation to nation .Most ID cards show the holder' s name, sex, date of birth and photograph, as well as the card' s expiry date and number .<2>The US, Canada, New Zealand, Australia, Sweden and Britain are among those with no national ID card .However, some of the countries have ID cards for particular uses .<3>Identity cards are introduced for a variety of reasons .<4>In recent years, though, ID cards have been linked to national information databases, which form the basis of how a government manages a country .The US, Britain and some other countries are considering a national ID system as a way of preventing possible terrorist attacks .However, such plans have been .met with fierce resistance by those who believe identity cards work against human rights and individual privacy .<5>\", 'candidates': ['Germany, France and Spain all use ID cards, but there are some developed nations who dislike the idea .', 'Race, politics and religion were often at the heart of older ID systems .', 'For instance, instead of doing mental math, people use their phone to solve 89 + 74 .', \"What's more, a study three years ago suggested that resveratrol, a compound present in grapes and red wine destroys fat cells .\", \"China's present plastic identity cards were introduced 17 years ago, and a similar system is used by many other countries .\", 'ID cards make us suspects , not citizens, said UK human rights group Liberty .', 'For example, Australia and the United States use a driving licence to identify people .']}", + "output": [ + "[4, 0, 6, 1, 5]" + ] + }, + { + "input": "{'passages': \"( E AB F CD G AC ) What do the world 's most successful people all have in common ? By examining the work habits of over 150 greatest writers and artists and scientists , the researchers including Standford Professor Jeffrey Pfeffer found that high achievers like Robert Moses turn out to be all alike : Busy !Busy !<1>In a study of general managers in industry , John Kotter reported that many of them worked 60 to 65 hours per week-which translates into at least six 10-hour days .The ability and willingness to work difficult and tiring hours has characterized many powerful figures .Energy and strength provide many advantages to those seeking to build power . Just Say No ! The difference between successful people and very successful people is that very successful people say `` no '' to almost everything .And that 's what gives them the time to accomplish so much .<2>And focus means saying `` no '' to a lot of distractions .Know What You Are ! Ignore your weakness and keep improving your strengths .Do n't waste time exploring skill areas where you have little competence .Instead , focus on-and build on-your strengths .<3>.Create Good Luck ! Luck is not magical-there is a science to it .Richard Wiseman studied lucky people for his book Luck Factor , and broke down what they do right .<4>By being more outgoing , open to new ideas , following the feeling that something is true , being optimistic , lucky people create possibilities .Does applying these principles to your life actually work ?Wiseman created a `` luck school '' to test the ideas-and it was a success .In total , 80 percent of people who attended Luck School said that their luck had increased .<5>\", 'candidates': ['Spend enough time to improve your weakness .', 'Achievement requires focus .', 'On average , these people reported that their luck had increased by more than 40 percent .', 'They never stop working and they never lose a minute .', 'Busy people are more likely to be lucky .', 'This means knowing who you are , what you are and what you are good at .', 'Certain personality types are luckier because they behave in a way that offer the chance for good opportunities .']}", + "output": [ + "[3, 1, 5, 6, 2]" + ] + }, + { + "input": "{'passages': \"A businesswoman , a mother of four , an international fashion icon , a woman committed to making the world a better place for women and children -- Queen Rania of Jordan is truly changing the world .<1>Shortly after Iraq invaded that country in 1990 , her family fled and settled in Jordan .<2>When she was just 22 , she went to a dinner party that changed her life forever .<3>Six months later , Rania and Abdullah had a royal wedding and started a family .After the death of her father - in - law , King Hussein , in 1999 , Prince Abdullah was crowned King Abdullah II of Jordan , and Rania became the world ' s youngest living queen .In her role as Queen , Rania has become well known around the world for her charity work and her efforts to improve educational opportunities for girls .She is an outspoken advocate of women ' s rights , education reform , and child abuse .<4>Rania explains that there is a direct relationship between increasing education and eliminating poverty .<5>One of the most important things you can do for a girl is empower her with her education .Once she has the education she can then have control over her income , she can change her life , she can have choices .In the future , Rania says , she hopes for a more open and secure world .We look at problems happening halfway across the world and we think , ' Well , that ' s their problem . 'But it ' s not , she says .When you solve somebody else ' s problem , you are solving a problem for yourself , because our world today is so interconnected .\", 'candidates': ['After graduating from a college , she went to this school alone and worked there for nearly twenty years .', 'You can change the course of a nation through education , she says .', 'She is also well - known for her efforts to remove Western stereotypes about the Muslim world .', 'Rania was bom in Kuwait , in 1970 .', 'After graduating from a business school , Rania became successful in the business world .', 'Under his leadership , China produced its first missile called Long March , and in 1970 , launched its first satellite .', \"It was there that she met Jordan ' s Prince Abdullah .\"]}", + "output": [ + "[3, 4, 6, 2, 1]" + ] + }, + { + "input": "{'passages': \"<1>The customer and his wife had shopped there several months earlier .He noticed that his wife really liked one thing in the store, so he wanted to buy it as a surprise .<2>What was more, he had been to the store several months earlier, and it was difficult to believe that the store owner would remember him, or what he was looking for .The store owner took a few close-up photos with her camera, and e-mailed them to the customer on the computer .<3>They talked and discussed a price over the phone .She took care of the credit card transaction online, and promised the gift would be shipped out that afternoon .The store owner was really smart .She was willing to push herself to find new ways to make the transaction actually happen .And it did work .<4>I was amazed that the store owner discovered a creative solution that could lead to a new way of doing business .I was impressed by what she did---so easily, but how difficult it is for many of us to make that leap .I'm not just talking about technology, but about learning how to adapt to change .<5>However, we should realize that challenge and opportunity go hand in hand .\", 'candidates': ['But when you find that they are ready to stand alone,you can take the string away .', 'But the customer was in Tennessee, far away from the store which was in Maine .', 'I wandered into the small store where I usually buy milk, when the store owner received a call from a customer .', 'Most people hate or fear change unless they get to know exactly what change needs to be made .', 'The customer looked at the photos, and decided which one he wanted .', 'However, it was the first time she had ever done it .', 'The family who had bought our house 13 years earlier had recently decided to do some redecorations, which included replacing the carpets .']}", + "output": [ + "[2, 1, 4, 5, 3]" + ] + }, + { + "input": "{'passages': \"Boris Worm of Dalhousie University in Nova Scotia , Canada , led the international team that did the study .<1>At this rate , he says , all seafood species could collapse by 2048 and seafood supplies from the world 's ocean could be almost gone by then .Other studies have also warned about the dangers of overfishing and the effects on ocean environments .But not everyone thinks the oceans are likely to be empty in fifty years .Some scientists said parts of the world do have problems , but others are doing a good job of protecting fish populations .<2>The study appeared earlier this month in Science magazine .The researchers say damage to oceans affects not only fish populations but also the productivity of ecosystems .<3>The scientists say the loss of different kinds of sea life appeared to increase the risk of fish kills and beach closures from harmful algae growth .<4>They also looked at records of catches worldwide .They studied records from the United Nations Food and Agriculture Organization for nineteen fifty to two thousand three .And they examined archeological information and other historical records for twelve coastal areas .That research reached back over a thousand years .Boris Worm says the findings were , in his words , beyond anything we suspected .<5>He said that with good fisheries management , some species could completely recover in three to ten years .\", 'candidates': ['But he also said the situation is not too late to correct .', 'These non-verbal signals will help you a lot , but you still need to focus on what people are saying .', 'But I will also , I hope , remind her of what she learned , and how she can do better next time .', 'The scientists examined the results of thirty-two experiments and observed forty-eight protected areas .', 'Professor Worm says species have recently been disappearing from oceans at increasing speed .', 'Government officials in several countries with large fishing industries also questioned the research .', 'These complex systems help control water quality .']}", + "output": [ + "[4, 5, 6, 3, 0]" + ] + }, + { + "input": "{'passages': 'It can be truly terrifying to fall through ice on a frozen lake .<1>In fact there is more time to help you survive than you think .As you first hit the freezing water you will almost breathe quickly at once .Remember to get control of your breathing and not to move around .<2>This means that it takes about one minute to gain control of your breathing ten minutes to move before you get too cold .The final one is to remind you that it will take one hour before you become unconscious .Take that first minute and fully focus on your breathing .Slow it down and then look around to see if you can locate the thickest area of ice .When you locate the ice stretch your arms over the surface and then begin to flutter-kick until your body becomes horizontal with the surface .<3>It is possible that you can live for several hours after passing out .This however does require some planning .You only have about 10 minutes before your muscles and nerves become too cold to work .Besides what if you feel too weak to go on and you can not get out ?<4>The point is to encourage your coat to freeze to the ice so that if you lose consciousness you will keep your head out of ice .<5>', 'candidates': [\"It can help to remember the `` 1-10-1 principle '' .\", 'However if you remain calm it can save your life .', 'Remove any clothing or heavy objects that are weighting you down .', 'Thus you will remain visible for rescue even if you pass out .', 'Kick hard and use your arms and hands to climb out of the water .', \"Remember that you should always stay office that 's only 3 inches .\", 'Place your arms over the surface of the ice and remain still .']}", + "output": [ + "[1, 0, 4, 6, 3]" + ] + }, + { + "input": "{'passages': \"79 Mayfair Road Plumton, Kent October 10th Dear Rosemary, I was very glad to get your letter this morning .I really ought to have written to you---it was my turn, I know----but I have been terribly busy .<1>I am thinking of sending Ann to a nursery school .She'll be four next month .Baby has just started to walk and doesn't give me a moment's peace .But you know what it is like!How are all your children?<2>I'm afraid we can't come over to see you next Sunday, as you suggest .<3>What about the Sunday after that----- the twenty-second?We are free that day and should love to come .<4>Let me know, then, if the Sunday after next suits you .May we come for lunch?<5>Love from us all, Edna\", 'candidates': [\"-- parents can reduce the time worrying about chores and work and spend more time learning about their children's day .\", 'The children seem to take up all my time .', \"We're longing to see your house .\", 'The things I do all the time are playing football, watching movies and going places with my friends .', \"Tom's mother is coming to spend the day with us .\", \"I'm sure they love living in the country .\", \"We'd like to leave fairly early in the evening to avoid the heavy traffic on the roads .\"]}", + "output": [ + "[1, 5, 4, 2, 6]" + ] + }, + { + "input": "{'passages': \"Ever look at some of the older people in your life and wonder what the secret to their happiness is .<1>It is n't that they 've uncovered some mystical secret , they 've merely made a bunch of simple life realizations later in life .Yet you do not need to be older in order to set some new rules and boundaries .These simple rules will help you to slow down and enjoy more of your everyday life . Live your own life . Things really are n't always what they seem and comparing your life goals to those of your friends will only make you anxious .Everyone experiences ups and downs .<2>Those Facebook friends who seem to have it all are only showing their highest moments . Focus on one task at a time . Most of us are not good at multi-tasking , which makes things harder .<3>You may be surprised at how much easier and faster your tasks become when you stop trying to do more than your brain can comfortably handle . Disconnect a little .<4>However , have you ever noticed that people who did n't grow up with it ?They may not be connected by the millennial 's definition of the word .However they are still maintaining relationships and enjoying life without at-your-fingertips information .Give it a break from time to time when you do n't need it for work or studies , even if just for a couple of hours a day . There is no standard for when in your life you should decide you are happy and satisfied .Instead of reaching for the distant future , try enhancing your now .<5>That is one secret to their happiness .Learning to slow down sooner rather than later will help you to enjoy today and tomorrow .\", 'candidates': ['The unhurried life is worth pursuing .', 'Technology is a huge part of modern life .', 'Why are they so calm , relaxed , and unhurried ?', 'Old souls have learned about living in the moment .', 'Give your brain a break and focus on j ust one thing at a time .', 'There is no need to chase after a new goal simply to live in someone else , s life .', 'It is a bad habit to keep your life full of busy schedules from sunrise to sundown .']}", + "output": [ + "[2, 5, 4, 1, 3]" + ] + }, + { + "input": "{'passages': \"Imagine a boy from a small village in East Africa .He has been looking after cows from a very early age .At twelve , he knows more about cows than most of us .<1>Has this boy ever had any education ?Education is discovering about ourselves and about the people and things around us .All the people who care about usour parents , brothers , sisters , friendsare our teachers .<2>We start learning on the day we are born , not on the first day we go to school .Every day we have new experiences , like finding a bird 's nest , discovering a new street in our neighborhood and making friends with someone we did n't like before .<3>Encouragement from the people around us makes it possible for us to discover things as much as possible .As we grow up , we begin to find out what we are able to do .We may be good at cooking , or singing or playing football .<4>Just thinking about cooking does n't tell us if we are good at it .We learn so much just in our daily life .<5>Of course we can learn some things better at home than at school , like how to do the shopping , and how to help old or disabled people who ca n't do everything for themselves .At school , teachers help us to read and write .With their help , we begin to see things in different ways .\", 'candidates': ['To share new experiences with other people is even more fun .', 'In fact , we learn something from everyone we meet .', 'We find this out by doing these things .', 'However , he has never been to school .', 'So why is school important ?']}", + "output": [ + "[3, 1, 0, 2, 4]" + ] + }, + { + "input": "{'passages': \"Common sense Safety Tips for Travelling Abroad When a holiday is just around the corner you may be planning a trip abroad .But to enjoy a worry free adventure abroad you also should pay attention to the following common sense safety tips for travelling abroad .<1>Another reason to take only carry on carriage besides avoiding baggage fees is that the less you have to carry around the more quickly you can move if necessary .You should always have a free hand .Besides you wo n't be exhausted from dragging all those bags around .<2>Lock it up .Leave your hotel with only what you need and lock up the rest .Take a lock for your luggage just in case your hotel does n't offer a safe .<3>If you do n't need all your cash and cards do n't take them all with you when you go out for a day of sightseeing or shopping .Also leave your passport in the hotel .Make photocopies of all your important documents and leave the hotel with a copy of your passport plus a one photo I. D. Why ?<4>If all of your identification is in it imagine the trouble you have to go through to replace it all .Think and Plan .Always keep in mind that when you travel abroad you are in a place you do n't know well and you can always be a target .Trust your senses .<5>After your arrival ask the hotel staff and locals about the areas you are thinking of visiting especially at night .And you should walk in well lit areas at night and know how to contact the local police with your cell phone or a payphone in a foreign country if necessary .\", 'candidates': ['Travel light .', 'Pay by credit card .', 'Imagine having your bag stolen off a restaurant table .', 'You should also make it a habit to take your watch with you .', \"Plus dragging lots of luggage is a dead giveaway that you are n't a local resident .\", 'You should call ahead to be sure especially if your luggage is made of cloth material .', \"You are smart and mature so if something or some situation does n't feel safe it probably is n't .\"]}", + "output": [ + "[0, 4, 5, 2, 6]" + ] + }, + { + "input": "{'passages': \" Earworms , some people call them .<1>For no clear reason you cannot help yourself from humming or singing a tune by Lady Gaga .To a psychologist, the most interesting thing about earworms is that they show a part of our mind that is clearly outside of our control .Earworms arrive without permission and refuse to leave when we tell them to .They are parasites living in a part of our minds .If you have got an earworm you can suffer an attack of it simply by someone mentioning the tune, without having to hear it .This proves that earworms are a part of long-term memory .Humans have an inner ear , for remembering phone numbers, for instance .When it gets infected with earworms, rather than review our plans for the day, or lists of things to remember, the inner ear gets stuck on a few short bars of music or a couple of phrases from a song .A part of us that we normally do not have to think about, that should just do what we ask, has been turned against us, upsetting us with a request that we never asked for .<2>Fortunately psychology can provide some advice on how to deal with an uncontrollable mind .Consider the famous don't think of a white bear problem, which tells you to try not to think about white bears, or to do something else, to avoid both thinking of the white bear and not thinking of the white bear .For earworms, the solution may be the same .<3>This is a part not under our control, so just sending in instructions to shut up is unlikely to be of much help (and has been shown to make it worse) .<4>If your mind is poisoned by Brittany Spears' Toxic, for instance, then try singing Kylie Minogue's Can't Get You out Of My Head .<5>\", 'candidates': ['Songs that get stuck in your head go round and round, sometimes for days, sometimes for months .', 'The mind is an inner world which we do not have complete knowledge of, or have control over .', 'Let me know if works!', 'Not only will he spend five months in getting to Mars, but another 600 days there before he can go back home .', 'As the kites struggled and trembled against the string, they seemed to say, Let me go!', 'Much better is to employ the inner ear in another task .', 'Our inner ear has become infected with an earworm .']}", + "output": [ + "[0, 1, 6, 5, 2]" + ] + }, + { + "input": "{'passages': \"Qingming Festival , or Tomb Sweeping Day comes on April 4-5 every year .It 's a traditional Chinese festival .After the festival , the temperature will get higher and there will be more and more rain .Farmers work hard in the field .<1>However , Qingming Festival is not only a seasonal point to guide farm work , it 's more a festival of commemoration .Chinese remember and honor their ancestors , the nation 's heroes and loved people .They also do not cook food on this day and only cold food is served .<2>This is the most important day of sacrifice .After slightly sweeping the tombs , people offer food , flowers and favorites to the dead .Then they burn paper money and bow before the memorial tablet .<3>During the spring , everything on the earth takes a new look , as trees turn green , flowers blossom , and the sun shines brightly .It 's the best time to go out and enjoy the beauty of nature during the festival .<4>People love to fly kites during Qingming Festival .Kite flying is actually not limited on Qingming Festival .<5>A string of little lanterns tied onto the kite or the thread look like shining stars , and they are called `` god 's lanterns '' .It 's so fun that kids jump and run to watch them in the sky .\", 'candidates': ['So tourists are everywhere at this time .', 'Qingming Festival represents sadness .', \"Because it 's the best time for spring farm work .\", 'People also enjoy going sightseeing on this day .', 'But during the festival , people fly kites not only during the day , but also at night .']}", + "output": [ + "[2, 1, 3, 0, 4]" + ] + }, + { + "input": "{'passages': \"problem ( 15 1.5 7.5 As is known to all , many things can be measured in terms of data .Sometimes data can indeed tell the truth .With the help of data we can easily know the price of a can of Coke in the supermarket or the result of a football match .<1>What is more important , data seem to be fairer than words or statements .If the data are true , we don ' t have to worry about being cheated .Nowadays , as lies exist in the world , data are expected to tell the truth .Therefore , many of us would rather believe data .On the other hand , if we judge things only by data from the so -called specific research are n't we a little too narrow-minded ?Many people often treat the so -called specific data unwisely just to make sure that they are making the right decisions .<2>For example how can you tell that somebody is n't a good student just because he or she does n't get high marks in the final examination ?<3>For example the degree of your feeling happy in your life the depth of love between you and your friends , and the faith you have in your country .We can only feel them in our hearts but can never express them in data .There is no doubt that analyzing the exact data is important to assessment of an actual event .But data should be dealt with wisely .We often get wrong data which mislead us .<4>Remember , data have no feeling but we humans have .Data do not mean much to people if we do not have the abilities to analyze the data with the knowledge and confidence to judge whether they are true or false .<5>Data are data after all .Life is much more color1 ful than the pale data .So give the cold data a warm heart and we ' 11 find that the world is far more wonderful than the pale data can describe .\", 'candidates': ['We should try our best to be wise thinkers .', 'Data can make our life easier and more comfortable .', \"But sometimes we may find that data are n't everything .\", 'Sometimes our hearts and mind are more sensitive than data .', 'Now and then the so-called specific data puzzle us very much .', 'The exact data should come from assessment of an actual event .', 'There are many things in our life which can not be measured by data . ( 56 60']}", + "output": [ + "[1, 2, 6, 3, 0]" + ] + }, + { + "input": "{'passages': \"Volunteering is fun and rewarding , but if you want to be a good volunteer , you need to learn more .<1>Be well-trained .Know what you 're doing as a volunteer .If you need to learn about your job .<2>If you 're good at your job , it will be easier to help others .<3>Work as part of a team and make sure everyone works together and shares the work .If someone asked for help , just give a hand .If you need some help , ask politely for it .Be understanding .<4>Be friendly .<5>To be a volunteer , you might meet new people who want to make friends with .You might just meet someone who becomes a friend for the rest of your life .\", 'candidates': [\"Treat others like friends , and they 'll do the same for you .\", 'Begin to do it at once .', 'Try to understand what other people are facing .', \"Here 's some advice on how to do the volunteering jobs well .\", \"Do n't try to do everything by yourself .\"]}", + "output": [ + "[3, 1, 4, 2, 0]" + ] + }, + { + "input": "{'passages': \"Would you like to visit Britain one day ?<1>Overseas travel can be dear .<2>We hope that we can give you some good ideas .When to come ?<3>There will be smaller numbers of visitors .British weather is pleasant from April to the end of September .<4>Many places , such as large houses and castles , are closed early in winter .However , if you are interested in museums , art galleries or theaters , winter may be a good time to visit .Be prepared .If you are a student , it 's a good idea to apply for an International Student Identity Card .<5>You can get the card from your local student travel office .To get the card , you need to show that you are a student , get a passport photo , and pay a little money .\", 'candidates': ['Of course , you can visit it in winter , but it is often dark by 4 p. m .', \"Your visit may be cheaper , if you do n't go there in the busy months-July and August .\", 'With this card , you can save a lot of money .', 'But there are ways of visiting Britain cheaply .', 'Our country would like to welcome you', 'Winter is the best time to visit it .']}", + "output": [ + "[4, 3, 1, 0, 2]" + ] + }, + { + "input": "{'passages': \"Drowning is the second-most common cause of accidental death in children aging 1 to 14 ( just behind motor vehicle accidents . )In a study by a national safety group , 90 percent of children who drowned did `` so while under the care of an adult or teenager .<1>They are gasping <2>And for young children , who are in a horizontal face-down position , they are unable to keep the mouth above the water 's surface at all .<3>They have to be able to breathe before they can speak .When people are drowning , their mouths Sink below and reappears above the surface of the water .There is n't time for them to exhale , inhale , and call out .They do n't seem in trouble Sometimes the most important indicator that people are drowning is that they do n't look like they are drowning .They may just seem to be looking up at the sky , shore , pool deck , or dock .Ask them , `` Are you all right ? ''If they can answer at all , they probably are .<4>They are trying and failing , to swim in a particular direction A drowning victim ca n't make any forward progress while in the water , according to the American Red Cross .`` A young child may appear to be doing a 'doggy paddle ' but has no forward progress , '' according to the official lifeguarding guide .<5>\", 'candidates': [\"They ca n't call for help\", \"They ca n't wave for help\", 'All efforts are devoted strictly to getting air', 'Here are the steps for you to follow when someone is drowning', 'They could also take in water when drowning victims are gasping for air', 'You may have less than 30 seconds to get to them if they return a blank stare', 'Watch for these signs that someone is in trouble to avoid a tragedy in the making']}", + "output": [ + "[6, 4, 0, 5, 2]" + ] + }, + { + "input": "{'passages': \"<1>My father would give me some pocket money and tell me it should last for a whole week .<2>No surprise there : my dad was an accountant !It 's never too early to become money savvy .<3>He was part of a successful campaign to include financial education on the school curriculum in England .<4>This includes children from 5 to 16 years old .Lewis says : We desperately need to break the cycle of financial illiteracy in the UK -- one of the causes of our current economic crisis and a huge contributor to continued mis-selling epidemics .Being careful with money pays off .Banks in Britain recently found themselves having to pay a large number of people who were persuaded to spend money and buy insurance policies they did n't need .Many wasted their money on investments which were not for them .Few have the patience to read the small print .<5>It means you have to watch your daily expenses and not just the big purchases in your life such as houses .Martin Lewis has made millions from his website which advises people to be thrifty and refuses any suggestion that he is mean .The expert says in an interview with the English newspaper the Daily Express : the better you are with your cash , the better your life can be .People think I am telling them to stop spending money but I am simply telling them to spend it wisely .\", 'candidates': ['So I want you to have your breakfast , lunch and dinner together now before you go to the fields .', 'Are you good with money ? I learnt to be careful with it during my childhood .', \"So , I learnt I had to save some if I did n't want to run out of cash quickly .\", \"It 's easy to see that the present high-school graduating standards are not preparing students for college education .\", 'It will be embedded in maths and citizenship education .', \"That 's what British personal finances expert Martin Lewis thinks .\", \"The British say'take care of the pennies and the pounds will take care of themselves ' .\"]}", + "output": [ + "[1, 2, 5, 4, 6]" + ] + }, + { + "input": "{'passages': \"It is not so easy to disagree with your parents .Here are a few quick tips on how to show your opinion in the right way .<1>Do n't let angry words fly out of your mouth if you do n't really want to say them or you will have a lot of work to do later .<2>How would you feel if you were your mother or father ?Why do they do that ?Is it really bad ?Try to stay calm .If you find yourself getting too angry , ask for softie time Io be alone .<3>Learn to listen .Maybe your parents are n't as persuasive as you think .<4>Pay attention to needs rather than problems<5>Tell your parents that you want to discuss the problem with them rather than work against them .\", 'candidates': ['Think before you speak .', 'Never listen to your parents', \"Think about the problem from your parents ' point of view .\", \"It is quite common to disagree with one 's parents .\", 'Hear them out and then decide how to deal with the problem .', 'Be clear about what you need rather than focus on why you disagree .', 'If you can , try to discuss the problem with your parents at another time .']}", + "output": [ + "[0, 2, 4, 6, 5]" + ] + }, + { + "input": "{'passages': \"When living out our daily lives , we 're often filled with too many choices from different things around us , telling us how we can improve ourselves .<1>Too much choice is never ideal We 're often told that having more would lead to happiness when in actual face , the opposite occurs . The key to avoiding this would be to remove everything that 's currently distracting you . Get rid of distractions Looking back , the time in which I was the most confused and frustrated was when I had an abundance of choices .<2>Rather than stopping and reviewing my current circumstances , I knew that I had to remove these distractions .<3>After you gain clarity about your current issues , it is now necessary to write milestones for yourself . Having a higher purpose will drive us to improve ourselves better . Look to create larger goals for yourself firmly as it will help guide you in the direction you 've always wanted . Appreciate what you currently have<4>It 's human nature to overlook the things we currently have and to feel dissatisfied with them due to having obtained them . Find appreciation in the things you have and in the life you currently lead . Be willing to fail It is often said that if you 've never failed , you 've never lived . And this is something I definitely agree with . Do n't let fear stop you and learn to challenge yourself .<5>\", 'candidates': ['Achieve your aim and goals .', 'Create goals and milestones .', 'People are often faced with too many choices .', \"It is an opportunity to grow and to become the person you 've always wanted to be .\", 'The key to growing and becoming a better person is to know what you want clearly .', 'People often lose sight of the things around them , causing them to be worried from time to time .', 'Life and routine suddenly became distractions and I found myself coping carelessly every day .']}", + "output": [ + "[4, 6, 1, 5, 3]" + ] + }, + { + "input": "{'passages': \"How long can human beings live ?<1>However , 110 years is probably the longest that anyone could hope to live if he or she is extremely healthy and lucky .Some scientists even say we can live as long as 130 years !<2>They wear out , and as a result , we get old and eventually die .Even though we ca n't live forever , we are living a longer life than ever before .In 1900 , the average American life-span was only 47 years , but today it is 75 years !<3>Sixty-five may be out-of-date as the dividing line between middle age and old age .After all , many older people do n't begin to experience physical and mental decline until after age 75 .People are living longer because more people survive childhood .<4>Now that the chances of dying young are much lower , the chances of living long are much higher due to better diets and health care .<5>The changes in our population will have lasting effects on our social development and our way of life .Some people fear such changes will be for the worse , while some see chances , not disaster .Many men and women in their `` golden years '' are healthy , still active , and young in mind if not in age .With long lives ahead of older citizens , they need to stay active and devoted .\", 'candidates': ['When does old age begin then ?', 'On the whole , our population is getting older .', 'As the society grows old , we need the contributions of our older citizens .', 'Yet , the cells in the human body simply can not continue to reproduce endlessly .', 'A recent research shows that cancer cells can multiply themselves like crazy at all times .', 'Most scientists studying old age think the human body is designed to live no longer than 120 years .', 'Before modern medicine changed the laws of nature , many children died of common childhood diseases .']}", + "output": [ + "[5, 3, 0, 6, 1]" + ] + }, + { + "input": "{'passages': \"<1>He is a man full of humor .One day, Peter went to see his uncle .His uncle drove his car to the station to meet him .<2>His uncle waved to everybody .<3>Do you know all of them?No,Peter, answered his uncle .<4>When I wave to someone and he doesn't know me, he will feel surprised and then he will have something to think about,he will make his road seem shorter .<5>\", 'candidates': [\"Peter's uncle lives in the country .\", \"Then, the sense of it's not fair often comes when we can't control the things in our lives .\", 'So I can make everybody happy .', 'Another trend of the 1960s, sometimes called the back-to-nature movement influenced many people to avoid food that was packaged or processed .', \"When I wave to someone who knows me, he'll feel happy .\", 'On their way home, they saw many people .', 'Peter was surprised and said, Uncle,you wave to everybody .']}", + "output": [ + "[0, 5, 6, 4, 2]" + ] + }, + { + "input": "{'passages': '<1>Sometimes these rights are called due process of law .In using these rights , a person should have the help of a lawyer .<2>The police generally may not search you or your home , or take things you own , without a warrant .<3>Sometimes , however , the police will not need a warrant to search you or your property .If an officer sees you committing a crime , or if he has a good reason to believe you have committed a serious crime , he may arrest you and search you and the area right around you without a warrant .If you invite a police without a warrant to come into your house and he finds proof of crime , the evidence may be used against you in court .If you do not want an officer to search you or your home and he does not have a warrant , tell him that you do not give him the right to search .However , if the officer will not listen , do not try to stop him .<4>Any evidence which a policeman gets during an unlawful search and seizure can not be used against you .Police officers must act reasonably and fairly at all times .They should use physical force only when it is needed to arrest someone to enforce a law .<5>', 'candidates': ['You may use this type of reading to study a science lesson or a history lesson .', 'And boiling water may give us more of the dangerous things in our glass .', 'There are many rights to make sure that people will be treated fairly when they are suspected or accused of a crime .', 'A warrant is a paper which states , very exactly , the place to be searched and the things to be taken .', 'They may not use physical violence to teach someone a lesson .', 'It is dangerous to resist and it may be illegal to do so .', 'You have a right to protect against unreasonable searches and seizures .']}", + "output": [ + "[2, 6, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"<1>Her car broke down and she needed help .<2>You can call me Bryan Anderson .After he fixed the car, the lady wanted to pay him .But Bryan said no .He said if she really wanted to pay him back, the next time she saw someone who needed help, she could give that person the help he or she needed .A few miles down the road the lady went into a small cafe .<3>The lady noticed the waitress was nearly eight months pregnant , but she never let it change her attitude when she served her .The lady finished her meal and paid with a $100 bill .The waitress went to get the change .When she came back, she found the lady had gone and left a note on a piece of paper: You don't owe me anything .Somebody once helped me the way I'm helping you .<4>Under the paper were four more $100 bills .<5>She really needed the money, as the baby would soon arrive .Then she called her husband: Everything will be all right .I love you, Bryan Anderson .\", 'candidates': ['The waitress came over .', \"The cashier said, I'm sorry, but you don't have enough money to buy this doll .\", \"The man stopped his car and said: I'm here to help you .\", 'One day a man saw a lady on the road .', 'The waitress was moved .', 'If you really want to pay me back, here is what you do: Do not let the love end with you .', 'The disadvantage you usually find about MP3 players like the iPod is that they are too big .']}", + "output": [ + "[3, 2, 0, 5, 4]" + ] + }, + { + "input": "{'passages': \"<1>said it is planning to launch a mobile gaming service soon .Alibaba is considering integrating its new mobile gaming service into its messaging app, Laiwang, as well as its Mobile Taobao app for online shopping, a person familiar with the matter said .It is also planning to launch the gaming service as a standalone app, the person said .In the world of gaming and other mobile-based services, Alibaba faces powerful competitor Tencent Holdings Ltd ., a giant in online gaming and social networking services .Many analysts view Tencent as a leader in mobile-based businesses in China because of its popular WeChat instant-messaging app, which has over 272 million monthly active users worldwide according to the company .Tencent could use WeChat's massive user base to offer additional mobile services such as gaming or e-commerce, analysts say .<2>It launched Laiwang more than a year ago, but the app, which competes against WeChat, struggled to gain popularity .<3>, to have the app preinstalled in smartphones sold by the country's third-largest mobile carrier .<4>Alibaba dominates China's e-commerce market with its Taobao and Tmall shopping sites, but one of the biggest challenges it faces is how to hold onto its vast user base when more Chinese Internet users access online services from smartphones .To meet this challenge, Alibaba has made several acquisitions to strengthen its mobile-based services .Last year, it took an 18% stake in Sina Corp .<5>It also bought a 28% stake in mobile mapping firm AutoNavi Holdings Ltd ., a move that could enable Alibaba to send location-based ads to smartphone users .\", 'candidates': ['In September, a person familiar with the situation said Alibaba was in talks with China Telecom Corp .', \"He doesn't seem like the type but that's what they always say, Tomasi said .\", \"'s Twitter-like Weibo service and integrated some of Taobao's e-commerce services with the microblog .\", 'According to Alibaba, Laiwang had more than 10 million registered users as of November .', 'However, as of March, China Mobile did have 15 million iPhone users on its network .', \"Alibaba's push into mobile-based services hasn't always been smooth .\", 'In its latest step to attract Chinese smartphone users, e-commerce company Alibaba Group Holding Ltd .']}", + "output": [ + "[6, 5, 0, 3, 2]" + ] + }, + { + "input": "{'passages': \"<1>When you choose to be a victim, the world is a cold and difficult place .They did things to you which caused all of your pain and suffering .<2>Or you may blame yourself for all your problems, thus internalizing your victimization .The truth is, your life is likely to stay that way as long as you feel a need to blame yourself or others .<3>They know there are individuals who might like to control their lives, but they don't let this get in the way .They know they have their weaknesses, yet they don't blame themselves when they fail .<4>They believe their dance with each sacred moment of life is a gift and that storms are a natural part of life which can bring the rain needed for emotional and spiritual growth .Victims and creators live in the same physical world and deal with many of the same physical realities, yet their experience of life is worlds apart .Victims relish in anger, guilt, and other emotions that cause others---and even themselves---to feel like victims, too .Creators consciously choose love, inspiration, and other qualities which inspire not only themselves, but all around them .<5>In reality, all of us play the victim or the creator at various points in our lives .One person, on losing a job or a special relationship, may feel as if it is the end of the world and sink into terrible suffering for months, years, or even a lifetime .Another with the same experience may choose to first experience the grief, then accept the loss and soon move on to be a powerful creative force in his life .In every moment and every circumstance, you can choose to have fuller, richer life by setting a clear intention to transform the victim within, and by inviting into your life the powerful creator that you are .\", 'candidates': ['They are wrong and bad, and life is terrible as long as they are around .', 'Both victims and creators always have choice to determine the direction of their lives .', 'Those who choose to be creators look at life quite differently .', 'This gave the younger man many opportunities to go on working as a life -saver .', 'You are given many opportunities in life to choose to be a victim or creator .', 'After making the choice, they focus their energies on passing the appropriate college entrance exam .', 'Whatever happens, they have choice in the matter .']}", + "output": [ + "[4, 0, 2, 6, 1]" + ] + }, + { + "input": "{'passages': \"Although I'm not in my childhood, I still prefer reading fairy tales .They often make me think of some special experiences and feelings .<1>It was published in 1940 .<2>I , the narrator of the story, is a pilot .His plane has something wrong and lands in the Sahara .<3>One day they have a quarrel , so the little prince runs away .On his all-alone journey, he meets different kinds of people .From these people he gets a conclusion that grown-ups are strange .<4>This book moved me a lot .<5>, .\", 'candidates': ['And with the help of the man he meets, he descends in the Sahara .', 'It is not only a fairy tale for children and teenagers, but also for grown-ups .', 'Seeing the old man unable to lift his half-frozen body from the ground, the horseman got down to help him .', \"It's the world-famous fairy tale by the French author Antoine .\", 'The little prince lives on a small planet, and he grows a flower called ROSE there .', \"This summer I've reviewed this kind of tales, The Little Prince .\", \"The survey also suggests what lots of people know already, that social media is now an integral part of teenagers' lives .\"]}", + "output": [ + "[5, 3, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"School life is a very important part of one 's life .It provides opportunity for study and discipline ( .It is also a preparatory period for entering public life .<1>Good qualities such as honesty and discipline are developed in pupils .They show good behavior in the classroom playground library and other places . School is a meeting place for students and teachers .School life is generally a period of youth .In school all the students study together .<2>They read together play together and sit together .At this time they have early dreams which will come true as they grow older .<3>Students take part in games and competitions .School also gives opportunity for the budding poets scientists writers doctors and painters .It is in school that the students enjoy the pleasure of achieving their goals . Teachers are those who guide the students on the right path .In school teachers try to lead students away from bad thoughts .<4>.In the library in class and in competitions students get chances to improve themselves .Above all in examinations they try to show their best sides .Thus they get the opportunity to take part in more activities .<5>But some students are satisfied with bad friends and try to avoid the influence of their teachers .Those students will miss the joys of their school life .\", 'candidates': ['They forget their joys and sorrows .', 'School is the right place to realize early dreams .', 'School helps students understand discipline better .', 'School has clearly a healthy influence on students .', 'And at the same time they teach them good qualities .', 'School life is of great importance to both students and parents .', 'School provides chances for students to fill their brain with knowledge .']}", + "output": [ + "[2, 0, 1, 4, 3]" + ] + }, + { + "input": "{'passages': \"<1>Two doctors were chosen to make the study .They flew to Africa south of the Sahara and during the next two months visited ten countries .<2>The diseases were similar and could therefore all be named kwashiorkor .<3>As the illness progresses , the child 's stomach becomes swollen by liquid collecting in the body .The skin changes color and may break out in open sores .<4>The patient loses all interest in his surroundings and even in food , and becomes so weak that he wants to lie down all the time .Stomach liquids are no longer produced .The doctors reasoned that kwashiorkor was found in the young children of this age in many parts of Africa because of lack of milk or meat .Their mothers , after stopping their breastfeeding , gave them foods full of starches instead of greatly needed proteins .<5>The unbelievable thing about kwashiorkor is that the very existence of the disease -- which has been killing thousands of children for centuries -- was not even recognized in Latin America as recently as ten years ago .The deaths of those children were mistakenly listed as due to other diseases .It was the WHO 's work in Africa that led to the discovery of the problem in Central America .\", 'candidates': ['The World Health Organization ( WHO ) planned to study the relationship between the eating habits of the people and the disease .', \"Also , H1N1 can spread from human to human , but H7N9 probably ca n't , according to the World Health Organization ( WHO ) .\", 'The children play for an hour , then at half past four their aunt takes Dick into the kitchen .', 'The diseased children are usually from one to four years old .', 'They found that the addition of milk to the food of the children suffering from kwashiorkor saved many lives .', 'The hair changes color and starts to fall out .', 'They found that serious diseases of poor eating , often mistaken for other diseases , existed in all parts of Africa .']}", + "output": [ + "[0, 6, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"Everyone needs a break , and vacations are not meant for serious study .<1>The Spring Festival is coming up , so this is the perfect time to discuss some great English language literature to take on a long train journey . Before getting into the recommendations , you need to determine your English reading comprehension level .If you are at the beginning level , there are two options : reading children 's book or reading a book that you 've read in Chinese translation .<2>If you 're at the intermediate level , popular books like pop fiction , mysteries and thrillers are good options .For advanced readers , classic works of literature or modem prize winners ( Nobel , Pulitzer ) are good options .<3>When I pick up a book I like , even though the first few chapters are really hard to get through , I would try to get accustomed to the language the author uses .Generally , after the first few chapters , things get a lot easier , especially if I get involved in the story . Another great way to keep yourself motivated is to find a friend who 's interested in reading the same book .You can make goals that you both want to achieve .<4>Some quick recommendations : Harry Potter , start with the first book and go on from there ; the Narnia series thing by US writer Michael Crichton ; and if you like horror , US writer Stephen King is always unusual and ,<5>Happy reading !\", 'candidates': ['If you pick a book which is so challenging , it will be too stressful .', \"You should just find a topic or author you 're interested in , and the rest will go from there .\", \"Instead , they 're a great way to take a break and enjoy a good book .\", 'You can also discuss the lines or vocabulary issues with each other by SMS or mail .', 'This will help you get over any unfamiliar words or phrases , since you are already familiar with the story .', 'You may also enjoy your reading when hanging out with your family .', \"The most important thing is to pick a book that you 're really interested in .\"]}", + "output": [ + "[2, 4, 6, 3, 1]" + ] + }, + { + "input": "{'passages': \"When I was in a primary school , I had an argument with a boy in my class .<1>, but I have never forgotten the lesson I learned that day .I was sure that I was right and he was wrong -- -and he was just as sure that I was wrong and he was right .<2>She brought us up to the front of the class and asked him to stand on one side of her desk and me on the other .In the middle of her desk was a large , round object .I could clearly see that it was black .She asked the boy what color the object was .`` White '' he answered .I could n't believe he said the object was white , when it was obviously black !<3>, this time about the color of object .The teacher told me to go and stand where the boy was standing and told him to come and stand where I had been .<4>, and then she asked me what the color of the object was .I had to answer , `` White . ''It was an object with two differently colored sides , and from his side it was white .Only from my side it was black .<5>: You must stand in the other persons ' shoes and looked at the situation through their eyes in order to truly understand them .\", 'candidates': ['We changed places .', 'I misunderstood him and I felt very sorry .', 'I have forgotten what the argument was about .', 'My teacher taught a very important lesson that day .', 'The teacher was strict with us .', 'Another argument started between my classmate and me .', 'The teacher decided to teach us a very important lesson .']}", + "output": [ + "[2, 6, 5, 0, 3]" + ] + }, + { + "input": "{'passages': \"If you want to take the whole family on holiday , and keep everybody happy .<1>I recently went with a group of friends to stay at the Greenwood Holiday Village , which is open from May until October .Built in the centre of a forest , Greenwood is a great place to stay whatever the weather is like , Its main attraction for families is the indoor World of Water , where young and old Can have fun in the different pools .Some of these , however , are for serious swimmers only .<2>If your children are too young to join in these sports , there are activity clubs .Greenwood is a good place for families as it is traffic-free -- -- you explore on foot or by bike .<3>For evening entertainment , there are shows and cinemas .<4>These have up to four bedrooms , a kitchen and a bathroom , as well as a dining area .Before going , I thought the apartments might not be big enough for all of us , but I was pleasantly surprised -- it was not too crowded at all .I 'll definitely go back to Greenwood next year .<5>Visit their website for further information now !\", 'candidates': ['For sporty , people , the Country Club offers tennis , squash and badminton .', 'then I have found just the place for you .', 'Accommodation is in a variety of apartments of different sizes .', 'Some people complained that this was inconvenient , but I was pleased to be out in the fresh air .', \"Miss Li asked again , Why do n't you answer my question ? Did n't I tell you what water is like ?\", 'I really wanted her to fail in some ways because I believe that failure can be good for us to grow up .', \"Why do n't you give it a try ?\"]}", + "output": [ + "[1, 0, 3, 2, 6]" + ] + }, + { + "input": "{'passages': \"problem 5 2 10 Before going outside in the morning , many of us check a window thermometer for the temperature .This helps us decide what to wear .<1>We want our food to be a certain coldness in the refrigerator .We want it a certain hotness in the oven .If we do n't feel well , we use a thermometer to see if we have a fever .We keep our rooms a certain warmth in the winter and a certain coolness in the summer .Not all the thermometers use the same system to measure temperature .We use a system called the Fahrenheit scale .But most other countries use the Centigrade scale .Both systems use the freezing and boiling points of water as their guide .<2>The most common kind of thermometer is made with mercury inside a clear glass tube .As mercury ( or any other liquid ) becomes hot , it expands .As it gets colder , it contracts .That is why on hot days the mercury line is high in the glass tube .<3>First , take a clear glass juice bottle that has a cap ; fill the bottle with color1 ed water .Tap a hole in the center of the cap using a hammer and thick nail .Put the cap on the jar .Then stick a plastic straw through the nail hole .<4>Finally , place a white card on the outside of the bottle and behind the straw .Now you can see the water level easily .<5>As the temperature goes down , the water will contract , and the level in the straw will come down .Perhaps you will want to keep a record of the water level in the straw each morning for a week .\", 'candidates': ['We use and depend on thermometers to measure the temperature of many other things in our daily lives .', 'Thermometers measure temperature , by using materials that change in the same way when they are heated or cooled .', 'Now that you know this rule you can make a thermometer of your own that will work .', 'The water will rise in the straw . As the temperature of the air goes up , the water will expand and rise even higher .', 'They label these in different ways . On the Fahrenheit scale water freezes at 32 degrees and boils at 212 degrees . On the Celsius scale water freezes at 0 degrees and boils at 100 degrees .', 'Take wax ( you may use an old candle if you have one ) and melt some of it right where the straw is stuck into the cap to seal them together .', 'People use thermometers which are made by themselves when traveling around the world .']}", + "output": [ + "[0, 4, 2, 5, 3]" + ] + }, + { + "input": "{'passages': \"Anger is a normal part of anyone 's life ,<1>They tend to say or do things they regret later .However , there are some techniques in calming yourself down after getting anger .Slow down your breathing .<2>Your heart rate goes up , and so does your breathing .Some people are even out of breath when they are angry .What 's important for now is to slow down .Breathe slowly and deeply , Breathe in through the nose , hold the air in your lungs for a couple of seconds , and breathe not slowly through the mouth .<3>You can reflect deeply or pray .Sit down no a comfortable chair , and close your eyes .Imagine yourself in a comfortable place , like a beach or anywhere nice .Write down your thoughts .Get a journal or start a private blog where you can express your thoughts .This helps you see things objectively .What 's great about writing things about your feelings is that you can look back into that particular day years from now .<4>Accept the fact that you ca n't control everything in the world .Mast of your anger usually results from disappointments about things that do n't happen as you want them to .<5>Once you learn this , you will learn how to work around those things that you can not change , or achieve your goals through other means .\", 'candidates': ['Take time to relax yourself .', \"Anger is n't always a bad thing to us .\", 'Most people become excited when they get angry .', 'And you will probably just laugh about the incident .', 'Be aware that not everything can work to your favor .', 'Many people tend to lose control when they get angry .', 'Unfortunately , this is not exactly a productive activity .']}", + "output": [ + "[5, 2, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"One midnight, a little girl woke up to pass water .She by herself got up and down her bed, walked to the bedroom door and opened it .<1>Her mother said, Don't be afraid, honey .Take courage!What's courage?<2>Courage is the brave breath, her mother answered .<3>Certainly .<4>After her mother blew out two mouthfuls of breath into her little cold hands, the little girl clenched her fists nervously, afraid that the breath of courage would run away .<5>Her mother said to herself, It will be nice if someone can blow some kind of 'breath' to me .Then I can hold it in my hands too when I feel terrified or lost .In fact, mostly, what we are terrified of is nothing but the fear in our mind .Who we should defeat is nobody but ourselves .\", 'candidates': ['Mum, do you have courage?', 'In the TV series, Li was often asked by Di, How do you see it, Yuanfang?', 'She looked outside and walked back, for it was so dark in the hall that she feared .', \"she asked, running to her mother's bed .\", 'Then with her fists clenched, she walked out of the bedroom towards the bathroom with nothing to fear .', 'The girl held out her little hands, saying, Mum, blow some of your breath of courage to me .', \"This morn kissed her daughter's forehead and walked straight to the back of the hall, wiping her tears as she walked .\"]}", + "output": [ + "[2, 3, 0, 5, 4]" + ] + }, + { + "input": "{'passages': \"The winter holiday season is the busiest time of the year in the US, and Thanksgiving is the one holiday this time of year that doesn't get the attention it deserves -- it is often overshadowed by Christmas .However, I still feel the festive atmosphere in my family .Each year, I attend not just one Thanksgiving dinner, but typically between three and four .Thanksgiving lasts all throughout the second half of the week .<1>We usually eat a giant amount of traditional Thanksgiving foods such as deviled eggs, ham, green beans, potatoes, and breads .We don't eat the traditional turkey like many families do, but we have just about everything else that someone would want to eat .<2>Usually someone has brought a guest, such as a new boyfriend/girlfriend or a new baby, so there's always a chance to get to know the new family member, as well as catching up with family that I haven't seen for a long time .<3>My other's family is very polite and quiet, and that makes the dinner with them seem very formal .<4>They're loud and don't even try to control what words come out of their mouths .Their Thanksgiving usually includes yelling at whatever football game is on the television .<5>Either way, it's nice to be able to see my family and spend time with them .In my eyes, Thanksgiving is a holiday based on being thankful for what you have, spending tine with family, and eating a lot more food than you probably should .Not all these things go with its history, but it makes for a nice tradition .\", 'candidates': [\"My father's family is the opposite .\", \"It's very casual and relaxed .\", 'My son is as accustomed to nonverbal cues as any older members of our family .', 'After eating, we sit around and chat .', 'I travel to different houses to spend time with different parts of my family .', \"-- Luigi Solito It's a simple act of generosity: an act in which donors and recipients never meet each other .\", 'My extended families are very different, which makes for different holiday experiences .']}", + "output": [ + "[4, 3, 6, 0, 1]" + ] + }, + { + "input": "{'passages': \"A young man went to visit a wise man who lived deep in the mountain .He wanted to ask for wisdom of life .`` Excuse me !<1>Is it the day we were born or the day we die ?Is it the day we fall in love or the day we are successful ? ''the young man asked .`` None .The most important day in our lives is today. ``the wise man replied calmly .`` Why ? ''the young man was very surprised. ``<2>`` `` No .Nothing has happened today . ''`` So is it because of my visit ? ''`` Even if nobody visited me today , today is still very important , because today is the only wealth we have .No matter how important yesterday is , it has gone by ;<3>No matter how ordinary and boring today is , it is in our hands . ''The young man still wanted to ask something , but the wise man stopped him and said , `` When we are talking about the importance of today , we have wasted a lot of it .<4>Having understood this , the young man nodded and then went down the mountain .<5>Therefore , what we should do now is to forget yesterday and tomorrow and catch hold of today !\", 'candidates': ['Is it because there is some unusual event taking place today ?', 'Actually today is the only wealth and chance we have .', \"No matter how wonderful tomorrow may be , it has n't come .\", 'Could you tell me what is the most important day in our lives ?', \"That is to say , part of today ' has passed . ''\", \"The young man did n't understand .\"]}", + "output": [ + "[3, 0, 2, 4, 1]" + ] + }, + { + "input": "{'passages': \"A lot of teens are n't responsible , and that 's where I 'm different .Not just about school but everyday things like being able to pay my own credit card bills on time .<1>From then on , I fell in deep love with it .And can you guess how many cartoon books I 've read ?I do n't really know the exact number .But I have three full boxes of them under my bed .I also like drawing cartoons and wish to be an art teacher in a school .<2>So whether somebody wants me to do something or whatever it is , I feel like they 're all other people 's thoughts , not really mine .But like others , I love reading , too .When I first took skiing lessons , I found it exciting .For skiing racing , there 's no question<3>I think it 's fun .I mean , it is a challenge .It 's where I picked up the idea of needing a challenge always in my life .In order to improve my skiing skills , I have read many books and magazines about it .<4>I 'm different because I prefer to drop out of the world to create my own world .I 'd like to build a house on a mountain .And I choose to live without electricity , a telephone , or even indoor plumbing .\", 'candidates': [\"I 'm proud of doing things in my own way .\", \"No doubt it 's my fream to win gold medals in the Olympic Games .\", 'They always have many strange ideas .', 'The first time I got a cartoon book was on my third birthday .', \"I 'm better shaped than most guys .\"]}", + "output": [ + "[3, 0, 1, 4]" + ] + }, + { + "input": "{'passages': \"No personal success , achievement , or goal , can be realized without self-discipline .<1>It is the ability to control one 's impulses , emotions , desires and behavior .To possess it is to be able to make the decisions , take the actions , and carry out your plan regardless of the obstacles , discomfort , or difficulties , that may come your way . How to develop self-discipline ?We 'll explore it together .Start with baby steps .No process takes place overnight .<2>So , begin by making the decision to go forward and learning what it takes to get there .Learn what motivates you and what your bad triggers are .<3>Sometimes it is very difficult to fight off urges , so know the areas where your resistance is low and how to avoid those situations .Remove the temptations and surround yourself with encouraging items such as motivating slogans and pictures of what you want to achieve .Make certain behaviors a routine .Once you have decided what 's important to you and which goals to strive for , establish a daily routine that will help you achieve them .<4>They can put you in a negative frame of mind and hinder your self-discipline .A poor attitude can also be a bad habit .<5>Michael Jordan has always maintained that his greatness as a basketball player came as much from his willingness to work hard at his craft , as it did his talent .It was his desire through discipline and focus that made him one of the best basketball players ever .If it worked for him , it could certainly work for the rest of us .\", 'candidates': ['What is self-discipline ?', 'Engage in sports or activities .', 'Get inspiration from those you admire .', 'You can begin by learning about yourself !', 'If you try to do too much at once , you could injure yourself and have a setback .', 'Meanwhile , get rid of some of your bad , self-defeating habits , whatever they may be .', 'It does mean learning how to focus your mind and energies on your goals until they are accomplished .']}", + "output": [ + "[0, 4, 3, 5, 2]" + ] + }, + { + "input": "{'passages': \"Alexia Sloane is from Cambridge .<1>After that the two-year-old girl became blind .Though the little girl can't see anything, she has great talent for languages and at the age of 10 she is already fluent in English, French, Spanish and Chinese-and is learning German .Now her dream of working as an interpreter has come true .<2>Usually a person who enters the European Parliament should be 14 at least .So it was amazing for Alexia to work there at the age of 10 .said Alexia's mother Isabelle .Alexia can speak three languages since birth .<3>She has always been very good at languages and shown an interest from a very young age .added Isabelle, who also has a four-year-old daughter Melissa .Alexia has dreamed of becoming an interpreter since she was six and chose to go to the European Parliament as her prize when she won the Young Achiever Community Award of the Year .<4>It was fantastic and I decided to become an interpreter, said Alexia .<5>\", 'candidates': ['She was told by the doctor she had a brain tumor when she was on holiday with her parents in France .', 'Adding 2,000 steps will help you keep your present weight and stop gaining weight .', 'Nothing can stop me .', \"Money was tight that year and Toby's parents had told him they would not be able to afford a holiday .\", 'East of England MEP Robert Sturdy invited her to the European Parliament .', 'She asked if she could learn from the interpreters and HEP Robert Sturdy agreed to take her along as his guest .', 'As her mum is hah French and half Spanish and her dad Richard is English .']}", + "output": [ + "[0, 4, 6, 5, 2]" + ] + }, + { + "input": "{'passages': \"Teens have a busy morning schedule as they need to wake up and get moving very early in order to catch a bus and get to school by the required time .This means teens need to get their rest the night before or they will be too tired to learn anything at school .<1>When a teen falls asleep in class , two things happen : he/she misses what is being taught and he/she loses the respect for the teacher .He/She may also receive a consequence from the school , depending on the classroom discipline policy .<2>To prevent your teen from being sleepy in class , try these three tips : * Set a time for `` lights out '' on school nights .This is never be any later than 10 p. m. and preferably 9 p.m .<3>Soft music can be on and used to help calm your teen .* Help your teen develop a night-time routine that involves activities that slow them down for the end of the day .<4>Turning off the computer and disconnecting from friends and the excitement of the day an hour before bedtime will also help your teen relax .*<5>This will reinforce what it feels like to be rested and capable of accomplishing what he/she wants .\", 'candidates': ['Taking a bath and reading are two activities that work well .', \"What 's worse , they may even fall asleep in class .\", \"All of these things affect your teen 's academic success and can be avoided .\", \"`` Lights out '' means the computer , television , lights and cell phone should be off .\", 'While your teen keeps his/her goals in line with your expectations , he/she may have his/her own goals .', 'Set a good example and show him/her your love for learning .', \"Point out the positives after your teen has had a good night 's rest .\"]}", + "output": [ + "[1, 2, 3, 0, 6]" + ] + }, + { + "input": "{'passages': \"Every day we watch TV or read magazines or newspapers to get more information .But what are the advantages or disadvantages of the two media ?<1>Watching them is pleasant and does not require the effort of reading .If television did not cover the news , some people would know nothing about what is going on in the world . However , television newscasters cover only the events that they have time for , and they prefer stories that include some impressive pictures .Viewers are quickly bored with reporters who sit and talk into the camera .<2>.However ,<3>They can include details , and a person with a special interest can take the time to read them .Others can stick to the headlines . Reading allows more freedom of choice than television .<4>In broadcasting , `` one size fits all '' .However , a person who reads newspapers and magazines can choose to spend time on business , sports , health , or the school board election , depending on special interests .<5>However , a person who has individual interests and who wants the whole story needs newspapers and magazines as well .\", 'candidates': [\"TV news is not a person 's only source of news .\", 'Television news shows are impressive and interesting .', 'More people get news by watching television than by reading newspapers .', 'The TV audience can not decide which stories to watch .', \"Television provides a useful glance at what 's happening .\", 'newspapers and magazines do a better job of explaining complex events .', 'As a result , a complicated story is often cut short .']}", + "output": [ + "[1, 6, 5, 3, 4]" + ] + }, + { + "input": "{'passages': \"How to Remember What You Read Reading is important .But the next step is making sure that you remember what you 've read !<1>You may have just read the text , but the ideas , concepts and images may fly right out of your head .Here are a few tricks for remembering what you read .<2>If the plot , characters , or word usage is confusing for you , likely wo n't be able to remember what you read .It 's a bit like reading a foreign language .If you do n't understand what you 're reading , how would you remember it ?But there are a few things you can do Use a dictionary : look up the difficult words .Are you connected ? Does a character remind you of friend ?Do n't the setting make you want to visit the place ?Does the look inspire you , and make you want to read more ?With some books , you may feel a connection right away .<3>How willing are you to make the connections happen ?Read it ; hear it ; be it ! Read the lines .Then , speak them out loud .And , put some character into the words .When he was writing his novels , Charles Dickens would act out the parts of the characters , He 'd make faces in the mirror , and change his voice for each character .<4>How often do you read ? If you read frequently , you 'll likely have and easier time with remembering what you 're reading ( and what you 've read ) .<5>As you make reading a regular part of your life , you 'll make more connections , stay more focused and understand the text better .You 'll learn to enjoy literature-as you remember what you read !\", 'candidates': ['Are you confused ?', 'Practice makes perfect .', \"What 's your motivation ?\", 'Memory is sometimes a tricky thing .', 'Marking helps you remember what you read .', 'But other books require a bit more work on your part', 'You can do the same thing when you are reading the text !']}", + "output": [ + "[3, 0, 5, 6, 1]" + ] + }, + { + "input": "{'passages': \"How To Learn English Effectively Have you ever tried to study English , but it turned out it 's too difficult for you ?Well , let me tell you that the language is easy once you keep in mind these golden rules : Always study and review phrases , not individual words . Did somebody give you a dictionary when you started learning your native language as a child ?No ?Then why do you keep using it when studying a foreign language ?Memorizing individual words has ly no sense without the context .<1>Do n't study grammar . When you start thinking about what construction to use , you begin to stammer , stop sounding natural .Your responses should become automatic to master the language , so instead of studying theory take more practice !When you speak , you do n't have time for considering what tense is appropriate , one hundred percent correct .<2>Grammar is important in writing , not in speaking .<3>One of the most common mistakes when studying a foreign language is relying solely on textbooks .Thanks to them you may know a lot of grammar and vocabulary , but you 're still not capable of conducting a conversation .It is because you should learn English by listening and not by reading .If you listen more , you 'll grasp useful vocabulary and grammar without even realizing it and without memorizing !Learn English deeply . Remember it 's always about quality , not about quantity .<4>When memorizing the phrases ( remember the first rule ! )slowly , you put them into the deeper parts of your brain so they do n't fade away quickly .Listen and answer , not listen and repeat .<5>If you practice listening with a podcast or a video , pause it every 20 30 second and summarize what has been said .You have to think quickly , so you stop bothering yourself with useless grammar and start to speak the real , living language !\", 'candidates': ['Studying grammar is the quickest way to slow down your progress .', 'Instead of learning dozens of new words in a short time , try repeating one , but dozens of times .', \"But you do n't need to think about that .\", 'Learning whole phrases is much more effective .', 'You should answer the questions asked by the speaker instead of mindlessly retelling his words .', 'Use only authentic English materials .', 'Learn with your ears , not with your eyes .']}", + "output": [ + "[3, 0, 6, 1, 4]" + ] + }, + { + "input": "{'passages': \"Vacations are important .We need to take time out from work to relax , and just be oursel ves .<1>We should all be allowed to leave our jobs behind us at least for a few weeks each year and just have fun .This might be something as simple as reading a good book in front of a warm fireplace through to travelling to the most interesting places on our planet .Whatever we fancy doing is worth taking time out for .Workplace stress is on the rise .<2>These include disease , depression and even death .We all seem to be running from one place to the next , never finding out where we want to go in the first place .I intend to break that trend in the coming days .<3>I will sleep late , write , watch movies , drink the occasional glass of wine , and eat to my heart 's content ignoring calorie counting .My plan is to just enjoy the fleeting moments of being alive .<4>Spend your next vacation the way you want .Do what will restore your mental health .You 're very valuable to the people who are close to you , and to those who depend on it .Like it or not , we are all interdependent in this great life of ours .You are valuable .Just remember that the next time you look at the mirror and take a deep breath .Remind yourself that there will never be anyone like you ever on this earth again .<5>All you have to do is just ask yourself what you want to do .\", 'candidates': ['With it come many health problems .', \"When you finally get home you 'll be greatly refreshed .\", 'I challenge each one of you to do the same .', 'Draw up a detailed plan so you can see more .', \"Life is not all about work , or at least it should n't be .\", 'And only you know how to vacation your way .', 'For my next holiday , I will do all the things that I love doing .']}", + "output": [ + "[4, 0, 6, 2, 5]" + ] + }, + { + "input": "{'passages': \"Do you know any people like these ?They are part of a new addiction called Internet addiction .Internet addicts spend at least thirty to forty hours online every week .<1>People lose control of the time they spend on the Internet .<2>His friends were worried , and they called the police .<3>Studies show that about 6 % to 10 % of Internet users become addicted .And people worry about the teens because the Internet is changing the playing field for some of them .<4>Is surfing the net '' a hobby or an addiction for you ?You may have a problem if you have these symptoms : *You do not go to important family activities or you do not do school work because you like to spend hours on the Internet .*You ca n't wait for your next online time .*You plan to spend a short time online , but then you spend several hours .<5>\", 'candidates': ['The police found the student in the computer lab , he was surfing the net for several days straight .', 'For example , one college student was missing for several days .', 'They spend more time in cyberspace than in the real world of friends and family .', 'My parents and I go to the countryside for a picnic and friends always come over .', 'Perhaps , after several mornings , the student wakes up one day , and there is a lot of light in his room .', 'The use of the Internet can be an addiction like drug use .', '*You go out with your friends less and less .']}", + "output": [ + "[5, 1, 0, 2, 6]" + ] + }, + { + "input": "{'passages': \"Most parents know that they need life insurance .But many would rather have a root canal than shop for the best life insurance policy .`` People do n't think about , What will my family do if I am gone and not earning a living ?' '' says Peter Katt , a fee-only life insurance adviser .`` The whole point of this kind of planning is to provide the family with maximum flexibility so they 're not stuck .`` Planning for your death is not a cheerful topic .Too often , parents make a quick decision , ignoring important considerations .Among their mistakes one is that they do not buy enough life insurance .<1>`` They do n't think that the person who is not bringing in an income needs life insurance , '' says Greg Daugherty , executive editor of Consumers Union .But if that person dies , the other parent ca n't stop working and usually has to pay someone to help care for the family .<2>Katt recommended that one young couple should buy $ 3 million for the husband who earns $ 100,000 a year and $ 1 million for the stay-at-home wife . At the same time , many families rely on employer-provided life insurance , but employer-provided coverage is rarely sufficient to support your family .Many employer-provided policies provide a death benefit of $ 10,000 to $ 25,000-barely enough to cover your funeral expense .Some employers provide a year 's salary , but that may also fall well short of the amount your family would need to maintain its standard of living . Some employers let workers buy group life insurance through payroll deductions .They may be a good deal for workers who have health problems that would disqualify them for an individual policy .But if you 're young and healthy , you may be able to get a better rate on your own . Another drawback is that if you leave your job , you may not be able to take your insurance .`` Given the job market , most of us are not ly certain that our jobs are secure , '' Daugherty says . ''<3>`` On the other hand , some families buy too much insurance .Not everyone needs life insurance .Some people buy life insurance for babies , which is unnecessary , unless the baby is a child model who is supporting the family , Daugherty says : The purpose of insurance is to replace the income that a family has been relying on .Single people and those who have no children to care for usually do n't need life insurance . Katt says a man with substantial savings in stocks and bonds and other sources of income recently asked him how much life insurance he needs .`` I said none , '' Katt says . ''<4>. ''\", 'candidates': [\"There are people who do n't need life insurance but have it and many more people who need it but are woefully uninsured .\", \"Families do n't always insure a parent who is staying home to care for the children .\", 'Most people put off buying life insurance for any number of reasons if they even understand it .', 'Even if you have a lot of insurance at work , it makes sense to have some more insurance on your own .', 'If you fall seriously ill of suffer significant injury later , it will make it tougher to get that kind of policy , if any at all .', 'To make insurance more affordable , you may not need to buy the same amount of insurance for both parents .']}", + "output": [ + "[1, 5, 3, 0]" + ] + }, + { + "input": "{'passages': \"Mr. Webster manages a bar in our town .Its name is The White Horse , for a picture of a white horse was once hung on the wall .<1>but in the past things were quite different .At the time , Mr. Webster was much worried about his bar .One day a friend of his came , looked around and said , '' Take down the picture of the white horse and change it for a picture of a black one. ````<2>`` Mr. Webster said .`` Y3s , but just do it .`` his friend said and went out of the bar .Mr. Webster went to an artist and said , ''<3>' The next day a picture of a black horse appeared on the wall .Soon after the door opened , a man came in and shouted , ''<4>The picture on the wall is different from the name .`` Then he sat down and drank something .<5>and then another and another .A lot of people came in and said , '' The picture on your wall is wrong .`` But they all stopped and drank in Mr. Webster 's bar .From then on , Mr .Webster was happy again .\", 'candidates': ['But the name of the bar is The White Horse .', 'Another man came in and said the same .', 'Now everything in the bar goes well .', 'I want a picture of a black horse .', \"There 's a great mistake !\", 'Why shall I change it ?']}", + "output": [ + "[2, 0, 3, 4, 1]" + ] + }, + { + "input": "{'passages': \"Can you swim?<1>It can be learned early in life .<2>In fact, you need the same skills in walking as in swimming .<3>By five or six, a child knows fear of water, a very important thing to know .<4>The young understand that the water can sometimes be very dangerous .When you swim, you should follow certain rules: Never swim alone!No matter how good you are in the water, don't risk drowning by swimming alone .If you swim by yourself, you may get into trouble .Don't go beyond your abilities .Most swimmers know it clearly not to swim too far from the bank or the beach .<5>Don't smoke .Swimming depends on a healthy body .Work at any activity that builds muscles .\", 'candidates': ['Maldives Not only is Maldives one of the most beautiful island countries, but it is one of the most popular honeymoon destinations .', \"It's called the Skinny Player, and it's being designed by industrial designers Chih-Wei Wang and Shou-His Fu .\", \"It's wise to be afraid .\", 'Swimming is one of the most popular activities in summer .', \"Don't show off your skills by doing dangerous tricks .\", 'Little children can learn to swim as soon as they walk .', 'However, I believe that five is the best age to learn it .']}", + "output": [ + "[3, 5, 6, 2, 4]" + ] + }, + { + "input": "{'passages': \"The survey was done among 29,760 students at 100 US high schools .<1>And 64 percent may have cheated on a test .<2>And 77 percent said, when it comes to doing what is right, I am better than most people I know .Some teachers were unhappy about the survey results .<3>..... )today's students .The competition is greater and the pressures on kids have increased greatly, said Mel Riddle, who was a high school teacher and headmaster for 40 years .It is the pressures that make it easy for students to be dishonest .<4>I find them more active, better to work with and more thankful for support .<5>We need to create classrooms where learning is more important than having the right answer .\", 'candidates': ['However, 93 percent of the students said they were satisfied with their honesty .', 'I think these students are better than other generations, he said .', 'If you do have the chance,however,here are a few tips about making the most of your nap .', 'Some, however, defended ( .', \"We have to create situations where it's easy for kids to do the right things, he added .\", \"I'm not stupid, I didn't think she was right in doing those things, but I still put up with it .\", 'The results suggest that in the past year, 30 percent of US high school students have stolen from a store .']}", + "output": [ + "[6, 0, 3, 1, 4]" + ] + }, + { + "input": "{'passages': \"Mike is a factory worker .He is often very tired after a day's work .<1>Every day he can have his dinner when he gets home from his factory .One day, Mike came home very late because he was very busy in the factory .<2>He was not happy when he found his dinner was not ready .<3>He shouted at her, I'm going out to eat in a restaurant .Wait for five minutes, said his wife .Why?<4>asked Mike .Of course not, she answered .<5>\", 'candidates': ['He was very hungry when he got home .', 'He was very angry with his wife .', 'Do you think that dinner will be ready in five minutes?', 'But I can be ready to go with you in five minutes .', 'I was so ashamed that when I got home that afternoon I lied to my dad .', 'He consumes every waking minute of her precious time and smooth-talks her as well .', 'His wife, Jenny, has no job, so she stays at home to cook the meals .']}", + "output": [ + "[6, 0, 1, 2, 3]" + ] + }, + { + "input": "{'passages': \"Making decisions when shopping is often a tough call .Even if you 're satisfied with the first dress you try on , would you go on looking for alternatives , comparing styles and prices , until literally dropped dead ? Psychology researchers have studied how people make decisions and concluded there are two basic styles .`` Maximizers '' like to take their time and weigh a wide range of options-sometimes every possible one-before choosing .`` Satisficers '' would rather be fast than thorough<1>So even if they see what would seem to meet their requirements , they ca n't make a decision until after they 've examined every option to make sure that they 're making the best possible choice .Researchers followed 548 job-seeking college seniors at eleven schools from October through their graduation in June .They found that the maximizers landed better jobs .<2><3>`` The maximizer is kicking himself because he ca n't examine every option and at some point had to just pick something , they say .`` Maximizers make good decisions and end up feeling bad about them .Satisficers also have high standards , but they are happier than maximizers .Maximizers tend to be more depressed and to report a lower satisfaction with life , their research found . Faced with so many choices in our lives , we need to learn how not to waste time and energy on our decision-making .<4>For instance , if you 're picking a restaurant for a lunch meeting , first deciding on a certain part of town or type of cuisine can narrow your options . Then , once you 've arrived at a decision , stick with it .<5>To limit the number of options you can set a time limit for decision-making .Say you are buying a new bag , you could spend an amount of time studying features , price and value-but if you give yourself only five minutes to make a decision , and there are only these bags you can consider , you 'll save time .You 'll be happier with your decision , too .\", 'candidates': ['Maximizers are people who want the best .', 'First of all , decrease your range of options .', 'Just accept that no decision is ever completely perfect .', 'Comparing is often a must when you make a decision .', 'Satisficers make good decisions and end up feeling good .', 'The other is to make decisions more accurately at the beginning .', 'Their starting salaries were 20 percent higher but they felt worse about their jobs !']}", + "output": [ + "[0, 6, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"How do you feel about exams ?Is it the one thing you fear or an experience you enjoy because it 's your time to shine ?If you 're anxious about your exams , do n't worry .<1>Eating the right food can feed your brain and keep you sharp .<2>Energy-giving oats and eggs contain a nutrient that can improve memory as we age .And do n't forget to drink lots of water .Some research even suggests students who take water into the exam hall may even improve their grades . A good night 's sleep can help you work and think better next day when preparing for exams .If you get good sleep , your memory is better .You can remember the information you have reviewed .<3>Preparing for exams can also sometimes seem non-stop .<4>There comes a point when your brain ca n't absorb any more information , so you 'll also need to know when to stop .<5>They 're there to support you but they 'll be biting their fingernails , worrying about you and the final results .So maybe you need to give them some advice calm down , everything will be OK !\", 'candidates': ['A good way to reduce your stress is to write down your anxieties .', 'Whether you love or dislike them , you will face some anxieties before the big day .', \"Therefore , it 's good to take breaks and reward yourself with a small treat , like a cake .\", 'Nutritionists recommend making breakfast the most important meal of the day .', \"And it 's good to relax before bedtime too no watching TV or chatting on social media !\", \"You can absorb some good advice from people who 've been through the same experience as you .\", 'Above all , remember that there are some people who will always be more nervous than you : your parents !']}", + "output": [ + "[5, 3, 4, 2, 6]" + ] + }, + { + "input": "{'passages': \"<1>From penguins to catfish , some animal fathers play a big part in raising their babies .Seahorses are possibly the best example of fathers caring for their young in the animal world, said Heather Masonjones, a biologist at the University of Tampa in Florida .Human mothers carry their babies in their bodies for nine months .<2>A female seahorse lays eggs and then puts them in a pouch on a male seahorse's belly , where the eggs stay until they hatch .<3>The male hardhead catfish carries up to 48 marble- size eggs in his mouth for 60 days!<4>You'd think it would be hard for them to give up a meal, said Ed Matheson, a fish expert at the Florida Marine Research Institute .Emperor penguins sit on eggs to hatch them during Antarctica's freezing winter .The males have to gather closely together for warmth and can lose half of their weight in the two months that it takes the baby penguins to hatch .Even mammal dads play a role in raising their young .The male South American marmoset takes care of the baby in place of the mother a few weeks after she gives birth .<5>\", 'candidates': ['But seahorses are different .', \"So next Father's Day, remember the millions of dads hard at work in the animal kingdom!\", \"He doesn't eat for the entire time .\", 'But building a data center takes at least two years-an eternity in the fast-developing tech industry .', \"Male seahorses aren't the only animal dads caring for eggs .\", \"He doesn't seem like the type but that's what they always say, Tomasi said .\", \"Father's Day may be over in the United States, but animal dads are still hard at work .\"]}", + "output": [ + "[6, 0, 4, 2, 1]" + ] + }, + { + "input": "{'passages': \"<1>Let's take a look at one way people are reducing stress in Beijing .The game is Room Escape .<2>In recent years, it has been adapted to a real life game .<3>According to the rules, the players are first taken to a house with several iron doors .They then need to find a way out of the house in one hour .Different houses have different ways of escaping, all of which require players' bold , careful thought, and teamwork .<4>They are a modern update to 24 old stories about respectful children from the Yuan Dynasty .The guidelines list 24 things to do with parents, including giving them a call every week, teaching them to use the internet, and supporting single parents' remarriage .<5>It is a value younger generations should never forget .\", 'candidates': ['News one: As the pace of life in big cities is getting faster, people are looking for more ways to relax .', 'There are more than 10 places in Beijing where people can play this game .', 'Room Escape was originally a computer game .', 'The guidelines stem from a Yuan Dynasty book, about 24 filial-hearted children who treated their parents very well .', 'The Ritz Kids at The Ritz are treated just as well as their parents, if not better!', 'There are so many people living in Hawaii now that there are residential areas ( ) where there used to be farms .', 'News two: The Chinese government has published a list of 24 guidelines on how to take better care of parents .']}", + "output": [ + "[0, 2, 1, 6, 3]" + ] + }, + { + "input": "{'passages': \"In the online world you do n't need to fill buildings or lecture theatres with people and you do n't need to be trapped into a lecture timetable , says Peter Scott , director of the Open University 's Knowledge Media Institute .The Open University , the UK 's open access university , which allows people to study from home in their own time , has been an international pioneer of degree courses online .The university , with more than 263,000 students in 23 countries , has become a record breaker on the iTunes U service , which provides a digital library of materials for university students and staff .<1>Top universities from the Massachusetts Institute of Technology and Harvard in the US to Oxford and Cambridge in the UK have been making their materials available , with no charge to the users .There have been 31 million downloads of OU materials , more than any other university , representing roughly 10 % of all iTunes U downloads .<2>In this online era , the OU student is also getting younger .<3>That change can only be accelerated as the cost of going to university increases in many countries .<4>We have a belief that a degree and an opportunity are rights for all citizens .<5>What I am most excited about is that the privilege of going for higher education is not something only for the wealthy or for the smartest or for the most well-equipped students in the future , an American educator says .Online education will be a way of opening up more choices and getting beyond the big brand names of the most exclusive universities .At the Open University , Peter Scott says they are trying to develop services that give students exactly what they want , from face-to-face learning to the fully online experience .We can produce brilliant televisual material and get it to you on YouTube , on iTunes U or even on the web .\", 'candidates': ['Tea bags were soon a hit in the UK , and today 85 % of the tea in the UK is packed in paper bags .', 'And we have got to enable the population of students attending higher education to scale up .', 'Only 10 % of the tested students had good eyesight , but more than 30 percent in 2010 .', 'The prospect of learning from Harvard from your own bedroom is getting closer .', \"Instead of music or movies , Apple 's iTunes U provides a download service for lectures and resources from universities around the world .\", 'A quarter of students are aged under-25 and only 10 % are aged 50 or over .', 'Nearly 90 % of these users are from outside the UK .']}", + "output": [ + "[4, 6, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \"Lately , there is a rising trend in families choosing to teach their children at homeschool than send their children to a traditional educational institution .<1>.Flexible schedule Homeschooling enables a flexible schedule .For example , the children need n't wake up at 7 every morning .With homeschooling , your children can start homeschooling at 9 am or later depending on your preferred schedule .<2>.Individual attention With homeschooling , your children get all the individual attention .For example , if your children are weak in maths , you could devote more time and energy to teaching maths .<3>For example , if your children are better at science than at maths , simply devote more homeschooling hours to maths and cut back on science .With homeschooling , the choice is yours .Traditional schools ca n't do that . Family activity The schooling of the children can become an extended family activity .<4>Plus , the children also receive more quality time with their parents .There is more time for family bonding .<5>With homeschooling , the children do not need to prove their abilities to other children .The children are also free of any negative peer pressure or influences .Parents are able to plan the learning program according to their strengths and weakness . Parents can also change the curriculum to suit the learning style of the children .For example , some children learn better from reading while others need to write .Some children even learn better from experiencing or seeing things in action .\", 'candidates': ['Language learning', 'No peer pressure', 'Examples are field trips and experiments', \"Let 's look at some of the benefits of homeschooling\", \"Your children 's homeschooling content can be adjusted for that\", \"You can arrange your children 's homeschooling schedule by yourself\", 'Plus , it is quite impossible to provide individual attention to all students']}", + "output": [ + "[3, 5, 4, 2, 1]" + ] + }, + { + "input": "{'passages': \"Change is hard for many people to accept .However , it 's worth keeping in mind that one part of growing as a person requires you to accept that life is constantly changing .<1>You need to be able to deal with these changes in a positive way . First of all , you should understand that change is an unavoidable part of life .Before the time comes for you to accept change , learn that it is necessary for old things to go and new things to come .<2>The entire history of the world and the history of human progress are decided by change and development .<3>Even though change can have a negative effect on your life , in most cases , there is always something positive to look at .Use this as an opportunity to turn a loss or negative change into an opportunity . Last of all , try to understand why change upsets you so much .It 's hard to change and accept it if you 're unclear why it makes you so uncomfortable or unsettled .<4>This , as a result , might help stop some of your anxiety about change .Consider the following :<5>Does the change make you feel like everything you know about the world is falling apart ?Does breaking up with a significant other make you feel as if you 're too emotionally fragile and lacking a support system ?\", 'candidates': ['Does that bad situation appeal to you ?', 'You must learn to look on the bright side as well .', 'Think about it and you might understand it finally .', 'You should turn to others for help if it is necessary .', 'Does social change give you a feeling of uncertainty ?', 'You might lose our jobs , lose our loved ones , or experience other life changing things .', 'Most of the time , the transition from the old to the new will bring you energy .']}", + "output": [ + "[5, 6, 1, 2, 4]" + ] + }, + { + "input": "{'passages': \"What makes a good apology ?What is the right way to say we 're sorry that does n't merely relieve our guilt or get us out of hot water , but best serves the person we hurt ?There is more to saying sorry than just saying `` sorry '' .<1>They include expressing regret , explaining what went wrong , acknowledging responsibility , offering to repair the situation , and requesting forgiveness . That may seem like a lot to remember , but acknowledgement of responsibility turned out to be the most important piece .Of course , not all the ruined situations are created equal .<2>Here are a few key tips . Have perfect timing .Did you totally ruin the situation ?A little cool-off time could help .<3>.But if the other party is angry at your wrong doing , it may be more effective to wait because their anger may prevent them from being receptive to an apology .Waiting can help you too .The best time to apologize is when one feels ready to sincerely apologize .<4>Experts agree that face-to-face apologies beat phoned-in , e-mailed , or handwritten ones .Facial expressions , gestures , and the tone of voice have all been shown to be important channels that convey sincerity .Anyone can type I feel really ashamed , '' but if you say it live , it 's obvious whether or not you mean it . Explain ; do n't excuse .Because admitting to being wrong is painful and can make people worried that they 're a bad person , they often water down their apology with excuses .Examples include `` I certainly apologize if I offended anyone '' and `` I 'm sorry , but you started it `` .That sort of apology has a name : a non-apology .It uses the form of an apology but follows it up by shifting- responsibility to the offended person , Implying he or she is too sensitive .<5>Even if you did something comparably less important , like being late all the time , it 's always key to remember that while you 're the one apologizing , it 's not about you ; it 's about the person you hurt and what they need now .\", 'candidates': ['Let your body do the talking .', 'There are several types of apologies .', 'Get ready to change your facial expressions .', 'Sometimes an Immediate apology is called for .', \"Do n't imply that the other person is wrong to feel upset or angry .\", 'In fact , a study found that effective apologies have five components .', 'So you might need to fine-tune your apology depending on the circumstances .']}", + "output": [ + "[5, 6, 3, 0, 4]" + ] + }, + { + "input": "{'passages': '<1>Each individual ant hardly weigh anything , but put together they weigh roughly the same as all of mankind .<2>Foranimals their size , ants have been astonishingly successful , largely due to their wonderfulsocial behavior .In colonies that range in size from a few hundred to tens of millions , they organize their lives with a clear division of labor .<3>Where we use sound and sight to communicate , ants dependprimarily on pheromone , chemicals sent out by individuals and smelled or tastedby fellow members of their colony .<4>When an individual ant comes under attack or is dying , it sends out an alarm pheromone to warn the colony to prepare for a conflict as a defense unit .In fact , when it comes to the art of war , ants have no equal .They are completely fearless and will readily take on a creature much larger than themselves , attacking in large groups and overcoming their target .Such is their devotion to the common good of the colony that not only soldier ants but also worker ants will sacrifice their lives to help defeat an enemy .Behaving in this selfless and devoted manner , these little creatures have survived on Earth , for more than 140 million years , far longer than dinosaurs .<5>', 'candidates': ['There are a number of different recycling processes that allow materials to be used more than once .', 'They also live nearly everywhere , except on frozen mountain tops and around the poles .', 'Because they think as one , they have a collective intelligence greater than you would expect from itsindividual parts .', 'There are an extremely large number of antsworldwide .', 'Even more amazing is how they achievethis level of organization .', 'Because I would only have to work one day a week , Jack answered at once .', 'When an ant finds food , it produces a pheromone that will lead others straight to where the food is .']}", + "output": [ + "[3, 1, 4, 6, 2]" + ] + }, + { + "input": "{'passages': \"Are you the type of person who always says yes ?I've come to learn that it is very im-portant to learn to say NO!It's okay .People are still going to like you .<1>I,m not saying to say no to someone who really needs your help .I'm talking about re-fusing that meeting that you really do not want to attend or that birthday party that you don't want to be a guest at .<2>If you're like I once was,you can't sleep at night and you think about it too much .It weighs on your mind .<3>Whatever you're saying to yourself,if you really wanted to go,you wouldn't have all of these thoughts .<4>Maybe you feel like if you don't show up at the meeting(by the way,it is not one you must attend) your boss isn't going to like you or your co-workers won't respect you .Maybe you feel as if your mom,dad or sisters won't love you as much if you don't do everything for them that they ask every occasion .If these people are your true friends,family members,or a good boss,they will like or love you the same no matter what .People treat you the way you teach them to,and if you're some-one who always says yes then that's what they,re expecting .<5>Of course we do have real obligations in life to ful-fill,but we do not have to do everything others want us to do .\", 'candidates': ['You need to do what is right for you .', 'So,why not just say NO from the beginning?', 'In his opinion, video-hosting sites need to find new ways of generation profit to succeed in the market .', 'You try to find ways out .', \"But my mother used to say, if you really want to, there's nothing you can't do .\", 'They may even respect you more because they know you are honest .', \"Think for a moment how you feel when you say YES to something that you really don't want to do .\"]}", + "output": [ + "[5, 6, 3, 1, 0]" + ] + }, + { + "input": "{'passages': \"In England , a lot of families move their houses near the public schools .<1>Some rich people like living in the countryside , so their children have to go to school by subway .In America , most schools are in town .Children near town can walk or ride bicycles to school .In some big cities , a few school buses always wait at the bus stop .<2>`` Water City '' Venice in Italy is a real water city .<3>So children have to go to school by boat .<4>, so students must drive cars to school .Some students from rural areas or remote villages may study at home , and teachers teach them by using the Internet .<5>Schools are quite far away from their houses .Only a few children go to school on the sled .children to school .\", 'candidates': ['There are lots of buses and cars .', 'Students only need to get there on time .', \"But families near the Arctic Ocean ca n't send their\", 'You should get to the bus stop earlier .', 'So their children can go to school on foot or by bicycle .', 'In Australia , lots of families are far away from school .', \"Boats are people 's only means of transportation .\"]}", + "output": [ + "[4, 1, 6, 5, 2]" + ] + }, + { + "input": "{'passages': 'Simply by analyzing a drop of blood, a doctor will be able to diagnose a birth defect or even cancer when it is in the early stage; using new technology, a material lighter but much stronger than steel can be produced .<1>But the dreams may soon come true as research findings in laboratories are being turned into products more rapidly in the new century, according to experts participating in the fourth Asia-Pacific Economic Cooperation (APEC) Technomart, a technology exhibition and trade fair in Suzhou .<2>But in fact nano-technology has been applied in a wide range of fields, such as medicine .It is coming into our daily life, said Cheng Jiachong from a Hong Kong-based nano-technology firm .Nano-technology based on the nanometer, the unit of which is a billionth of a meter, enables scientists to have new concepts of disease diagnosis and treatment on a molecular and atomic scale, Cheng said .By using nanometer particles, a doctor can separate the fetus cells from the blood of a pregnant woman to see if the development of the fetus is normal .<3>One of the most significant impacts of nano-technology is at the bio-inorganic materials interface, according to Greg Tegart, executive advisor of the APEC Center for Technology Foresight .<4>These could be implanted in humans or animals to monitor health and to deliver corrective doses of drugs, he told the participants a technology forum during the exhibition .Nano-technology could affect the production of nearly every man-made object, from automobiles, tires and computer circuits , to advanced medicines and tissue replacement, and lead to the invention of objects yet to be imagined, said David Minns, a special advisor to the National Research Council of Canada .It has been shown that carbon nano-tubes are ten times as strong as steel, with one sixth of the weight, and nano-scale systems have the potential to make supersonic transport cost- effective and to increase computer efficiency by millions of times, he said .<5>', 'candidates': [\"These include deep breathing, stretching and visualizing, all of which sound complicated but aren't .\", 'Young people need time to explore, to discover where their real talents and interests lie .', 'By combining enzymes and silicon chips we can produce biosensors .', 'This method is also being used in the early diagnosis of cancer and heart disease, he said .', 'Most people think nano-technology is too far-fetched to be real .', 'The experts agreed that the APEC technology exhibition and trade fair provided many chances for exchanges of innovative ideas and products .', 'These may sound like dreams at present .']}", + "output": [ + "[6, 4, 3, 2, 5]" + ] + }, + { + "input": "{'passages': \"Many people do not know what to do in face of a decision , big or small . Most decisions are n't life\\xadchangers . But often , the decision is n't between this or that ; it 's between acting or not .<1>Jog or ride a bike to nowhere . Just start moving in hopes of leaving the familiar .<2>Then , see where you end up . Remember what it felt like to wonder where you were going . Try to lose yourself more often . It 'll make you better at making a decision .Sit outside without any technology for an hour . Can you hear the birds singing ?The wind blowing ?Yourself breathing ?Try to do this once a week , then every other day , then every day . One of the reasons we find it hard to make better decisions is that we keep getting attracted to new things .<3>Do something that scares you : Tell someone you love them .<4>And when you do this , remember how you feel . When you 're scared by a risky situation the next time , tell yourself that you did n't die . And try to trust the process in the future .Some of these things may seem silly .<5>It does n't matter where you 're going . Just go . Once you start moving , you can always change direction .\", 'candidates': ['Laugh out loud in a public place .', 'If this challenges you , here are some tips .', \"It 's always difficult to make decisions in life .\", \"But the more you do them , the more you 'll control yourself .\", 'Walk down every street or road you can find until you lose your way .', 'A break from the noise will lead you to the decisions you need to make .']}", + "output": [ + "[1, 4, 5, 0, 3]" + ] + }, + { + "input": "{'passages': 'Barack Obama, a black man, is the president of the United States now .<1>His mother was from Kansas and his father was from Kenya .Obama went to Columbia University in New York and got a law degree at Harvard University in Massachusetts .<2>She also worked as a lawyer and later worked for the University of Chicago .<3>Obama wrote a bookDreams from My Father .I always live in the dream of my father and American people, Obama once said .<4>And he was taken good care of by his grandparents when he was young .He also lived and worked in Africa .<5>On November 4th, 2008, he became the president of America for the first time .', 'candidates': [\"His wife told him not to do it but he didn't listen to her .\", 'His wife is Michelle Obama .', 'Then he got good education in Harvard University .', 'Ninety two young people were invited to the contest and Hawley came out first .', 'They have two young daughters .', 'He was born on August 4th, 1961, in Hawaii and has lived in many places .', 'He was born in a poor family .']}", + "output": [ + "[5, 1, 4, 6, 2]" + ] + }, + { + "input": "{'passages': '<1>These unidentified flying objects - UFOs have made a lot of people interested .Some of the reports about them are difficult to believe .<2>It is not easy to decide whether a report is true or not .<3>The British plane was flying over an island at 19,000 feet when the captain noticed that something was on their left and a little lower than their plane .<4>It was not one object but several, the captain said .<5>I sent a radio to report about them and I received the answer that the other planes were coming out to meet us .Before the planes arrived, the smaller objects entered the big objects .The big object then became smaller and moved away fast .', 'candidates': [\"Some people are more genetically prone to them than others, but they're commonly associated with aging .\", 'Some have been explained in scientific ways, others have never been explained .', \"It's sometimes reported that strange objects have been seen high up in the sky .\", 'One report of UFOs came from a British plane on its way from New York to London in 1954 .', 'We saw one large and six smaller objects .', \"It's about five miles away .\", \"It's called the Skinny Player, and it's being designed by industrial designers Chih-Wei Wang and Shou-His Fu .\"]}", + "output": [ + "[2, 1, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"problem , .My mother is a diligent and kind woman .She is very busy from morning till night .As a teacher , she works hard .<1>Both my brother and I love her dearly as she loves us .My mother has been teaching math at a middle school in my hometown .She goes to work early in the morning and does not return home until late in the afternoon .<2>She treats them with patience and teaches them well .For her excellent quality and very good teaching results , she has been elected as a model teacher several times .<3>Every day , when she comes back home from work , she sets about doing housework , sweeping the living room and bedrooms or cleaning the furniture , and putting everything in good order .She seems to be busy all the time .As she has been very busy working every day , she looks older than her age .But she looks as cheerful and happy as ever .Mother never buys expensive dresses for herself , but she often buys some inexpensive but high quality clothes for us .<4>She just eats a plain meal outside when she is too busy to cook herself .She lives a busy yet simple life , without any complaints .Often she says to us , `` work while you work , and play while you play .That is the way to be happy and gay .If you do not work , you will become lazy and be of no use to society '' .What a piece of good advice this is !<5>This advice of hers will always serve as a guide to my behavior .My mother is great indeed , and I always feel proud of her .\", 'candidates': ['She enjoys listening to classic music .', 'As a mother , she takes good care of us and gives us every comfort .', 'She loves her students and cares for them .', 'She never goes to expensive restaurants to enjoy meals .', 'My mother is hard-working and never wastes money .', 'I never forget it and always bear it in my mind .', 'Can you tell us something about your mother ?']}", + "output": [ + "[1, 2, 4, 3, 5]" + ] + }, + { + "input": "{'passages': \"Small talk is the short conversations we have at parties , while we wait in line at the store , at family events or work .Sometimes we make small talk with people we already know but not well .Often we have to make small talk with complete strangers .<1>Here are some tips to improve your small-talking ability.1 .<2>If you have seen a really good movie or have read a really good book , you can talk about that . When you are sharing the same experience with someone , it 's easy to start a conversation .You simply notice and comment on what 's going on around you .For example , if you are at a party and a song comes on that you like or that reminds you of something , you can talk about that.2 .Ask open-ended questions These types of questions require more thought and more than a simple one-word answer .<3>, the conversation will go on longer.3 .Become a student Nobody knows everything .So , as someone is answering one of your open-ended questions , they bring up something about which you know nothing .So , tell them !This lets the other person become the teacher .<4>It 's a win-win situation . Like anything , getting good at making small talk takes practice .<5>, you might become happier .If you are making small talk using English , you will most definitely improve your speaking and listening skills .\", 'candidates': ['Have some conversation starters ready', 'If you make small talk in your native language', 'However , some people are not good at small talk', 'If you ask questions that need more details to answer', 'You can talk about something that you recently learned', 'Many people find these small conversations about random topics easy', 'They feel good about sharing their knowledge and you get to learn something']}", + "output": [ + "[2, 0, 3, 6, 1]" + ] + }, + { + "input": "{'passages': \"<1>It also means taking special steps to protect the environment--the water, the land, and the air we breathe .Why green?Plants are green, and without them the earth wouldn't be such a lovely home for us human beings .<2>What can you do?A whole lot, actually .Here's a four-step guide to being green: Reduce the amount of stuff you use and throw away .Reuse stuff when you can .<3>For instance, some communities take used water - like from the washing machine and shower - and clean it up so it's safe to use for watering the grass and flowers .Enjoy the Earth - walk in the woods, plant a tree, and eat some of the delicious food it produces .Here's a list of other stuff you can reduce: Close the switches when you're not using lights .<4>.When you can, walk or ride your bike instead of driving in the car .You'll use less gas - and get some exercise!Turn off for your phone and MP3 player when you're not using them .<5>\", 'candidates': [\"Turn off the water when you're brushing your teeth .\", ' Green is more than just a color .', 'Every day, people make choices that affect the amount of trash and pollution that gets produced in our world .', 'Recycle cans, bottles, paper, books, and even toys, Sometimes water can be .', 'Personal Cleanliness Simple tasks like brushing your teeth can be challenging in a weightless environment .', '00 Accommodation Rating: Beaconsfield Hotel The Beaconsfield Hotel is situated on Green Lanes, North London, famous for its Turkish community .', 'Put your computer to sleep instead of leaving it on with the screensaver running .']}", + "output": [ + "[1, 2, 3, 0, 6]" + ] + }, + { + "input": "{'passages': \"<1>B : Yes . What 's up ?A :<2>Could I borrow your bike again ?B : Certainly .<3>Has your bike been broken again ?A : No . I 've lost the key to the bike . But I have to go to see a friend .B : I see .<4>A : About four o'clock .B : OK.Here is the key .A :<5>B : Bye !\", 'candidates': ['What was wrong with your bike ?', 'Is there anyone at home ?', \"I 'm sorry to trouble you .\", 'I hope everything goes well .', 'When will you be back ?', 'Thank you.Bye .', 'Good luck to you !']}", + "output": [ + "[1, 2, 0, 4, 5]" + ] + }, + { + "input": "{'passages': \"Color is fundamental in home design -- something you 'll always have in every room .A grasp of how to manage color1 in your spaces is one of the first steps to creating rooms you 'll love to live in .Do you want a room that 's full of life ?Professional ?Or are you just looking for a place to relax after a long day ?<1>, color1 is the key to making a room feel the way you want it to feel . Over the years , there have been a number of different techniques to help designers approach this important point .<2>, they can get a little complex .But good news is that there 're really only three kinds of decisions you need to make about color1 in your home : the small ones , the medium ones , and the large ones .<3>They 're the little spots of color1 like throw pillows , mirrors and baskets that most of us use to add visual interest to our rooms .Less tiring than painting your walls and less expensive than buying a color1 ful sofa , small color1 choices bring with them the significant benefit of being easily changeable .Medium color1 choices are generally furniture pieces such as sofas , dinner tables or bookshelves<4>They require a bigger commitment than smaller ones , and they have a more powerful effect on the feeling of a space . The large color1 decisions in your rooms concern the walls , ceilings , and floors .Whether you 're looking at wallpaper or paint , the time , effort and expense put into it are significant .<5>\", 'candidates': ['While all of them are useful', \"Whatever you 're looking for\", \"If you 're experimenting with a color1\", \"Small color1 choices are the ones we 're most familiar with\", \"It 's not really a good idea to use too many small color1 pieces\", 'So it pays to be sure , because you want to get it right the first time', 'Color choices in this range are a step up from the small ones in two major ways']}", + "output": [ + "[1, 0, 3, 6, 5]" + ] + }, + { + "input": "{'passages': \"How to Survive High School High school can be a terrible phase if you get it all wrong .Find out how to survive high school with a few easy tips.1 .Be Yourself . High school is a fun time to make new friends , meet new people , date and socialize .Make friends with all kinds of people and not just a group which you are comfortable with .Most peer pressure cases are because of the weak image created by freshmen .<1>Do n't give into anyone 's wants.2 .<2>Choose your friends carefully and make sure you wo n't get influenced by anyone .Socialize , but by judging who you can connect to .You will find friends , but stay away from the ones who do n't want to be your friends as a bad company is tempting , but the good one is true.3 .Be Optimistic . There is nothing better than having a smile on your face whenever you can .<3>Do n't be afraid to make friends , do n't get aggressive or personal with anyone and treat others the way you want to be treated .Respect your teachers and classmates and try to be helpful if you want the .same in return.4 .Be Confident . When you believe in yourself , others believe in you .Talk , walk and address people confidently and this will create a strong image about you .<4>Be creative and unique and learn to set trends .Confidence is one quality you grow with , and people respect you for that.5 .Love High School .<5>Make the most out of it , and you will never get those moments back .Come up with prank ideas , get a detention , top your class , make the best friends , drink , go to a prom , party , but just make as many memories as you can ! With these tips to survive high school , you will surely be proud of graduating as an all-round approaching adult .\", 'candidates': ['And always wear your smile .', 'Keep Good Company .', 'Just be yourself and create a strong self image .', 'Practice positive thinking .', 'Do your thing , and don t imitate others .', 'Fall in love with it .', 'Study as hard as you can in your spare time .']}", + "output": [ + "[2, 1, 3, 4, 5]" + ] + }, + { + "input": "{'passages': \"<1>Some scientists now suggest that the cloning of humans could occur in the near future .Despite the benefits of cloning , however , certain ethical questions concerning the possible abuse of cloning have been raised .At the heart of these questions is the idea of humans influencing life in a way that could harm society , either morally or in a real physical sense .<2>The cloning of Dolly raised the debate over this practice to a whole new level .It has become obvious that the technology for cloning Dolly could also be used to clone humans .A person could choose to make two or ten or a hundred copies of himself or herself by the same techniques used with Dolly .<3>Some people see benefits from the practice , such as providing a way for parents to produce a new child to replace one dying of a fatal disease .Other people worry about humans taking into their own hands the future of the human race .At the beginning of the twenty-first century , many scientists say the controversy over the ethics of cloning humans is overstressed because of the unpredictability of cloning in general .While scientists have cloned animals such as sheep , mice , cows , pigs , and goats , fewer than 3 percent of all those cloning efforts have succeeded .<4>Scientists believe the rapid reprogramming in cloning can introduce random errors into a clone 's DNA .Those errors have altered individual genes in minor ways , and the genetic defects have led to the development of major medical problems .Some scientists say this should make human cloning out of the question , but others argue that cloning humans may actually be easier and safer than cloning animals .<5>\", 'candidates': ['The animal clones that have been produced often have health problems .', 'The scientific world continues to be amazed by the speed of the development of cloning .', \"3 % of the passwords expressed feelings like I do n't care , Whatever , I love you or their opposite , I hate you .\", 'Whatever , I agree that further research in the field of cloning is needed .', 'Some people object to cloning because it allows scientists to act like God in the handling of living organisms .', \"Most mobile phone users do n't think about the health problems caused by mobile phones .\", 'An active debate about the morality of cloning humans arises .']}", + "output": [ + "[1, 4, 6, 0, 3]" + ] + }, + { + "input": "{'passages': 'Two of the hardest things to accomplish in this world are to acquire wealth by honest effort and, having gained it, to learn how to use it properly .<1>It was in the late afternoon and most of the members had left for their homes .But a half-dozen or so men past middle age were still seated at tables talking aimlessly and drinking more than was good for them .These same men can be found there day after day .and,strangely enough,each one of these men had been a man of affairs and wealth,successful in business and respected in the community .If material prosperity were the chief necessity for happiness, then each one should have been happy .Yet,it seemed to me,something very important was missing,else there would not have been the constant effort to escape the realities of life through scotch and soda .<2>When a fruit tree ceases to bear its fruit,it is dying .And it is even so with man .<3>I think I found it long ago in a passage from the book of Genesis which caught my eye while I was looking through my Bible .<4>To me,that has been a challenge from my earliest recollections (memories) .<5>The immortal words of St .Paul,too,have been and always will be a great inspiration to me .At the end of the road 1 want to be able to feel that I have fought a good fight,I have finished the course,I have kept the faith .', 'candidates': ['Recently 1 walked into the locker room of a rather well-known golf club after finishing a round .', 'The words were few,but they became memorably impressed on my mind: In the sweat of the face shall you eat the bread .', 'What 1s the answer to a long and happy existence in this world of ours?', 'In fact,the battle of life,of existence,is a challenge to everyone .', 'They knew, each one of them,that their productivity had ceased .', 'Every time they order a coffee, they can give one to somebody in need .', \"In fact, it's likely that some of these things have already happened to you .\"]}", + "output": [ + "[0, 4, 2, 1, 3]" + ] + }, + { + "input": "{'passages': 'A volunteering vacation can be a meaningful way to spend your time off , but to make the trip satisfying both for you and the cause you are supporting , several factors need to be considered .Here is some advice on planning the satisfactory vacation :<1>There are hundreds of causes to volunteer for , and finding one close to your heart will lead to a more worthwhile trip .Possibilities include wildlife conservation , education , environmental protection , health and nutrition .Also , consider any personal and professional skills that you can contribute .<2>Choose your destination and setting .Your volunteering trip will be more enjoyable if you use it to reach a favorite destination .Southeast Asia is on your mind , helping with tree planting programs in Bali would benefit the environment and let you appreciate the scenic island .<3>Is volunteering outdoors in a hot or snowy climate attractive , or do you prefer being in an air conditioned office ? Ask the right questions .<4>Be aware that most volunteering programs require a week-long stay .Ask other questions like : How many hours of work per day is required ?Are there days off ?Will you be working individually or as part of a team ?And what are the goals of your efforts ?<5>Ask if the cost includes only accommodations or meals and transportation too .', 'candidates': ['Figure out your cause .', 'Find a well respected organization .', 'And think about the surroundings you want .', 'Your duty there is to rest and play .', 'The more you know about your trip , the more successful it will be .', \"Despite the word `` volunteer '' , these vacations usually cost you some money .\", \"If you 're a doctor , for example , working at a health clinic could be an ideal fit .\"]}", + "output": [ + "[0, 6, 2, 4, 5]" + ] + }, + { + "input": "{'passages': \"<1>If we don't impress the audience, who are without the painful experience of war, with the cruel injury to life and human nature war causes, how can we bring them a love of peace and objection to war?asked the director with a glance in his eyes .After Red River Valley and Lover's Grief over the Yellow River, both of which star Chinese model and actress Ning Jing, Feng drew a satisfactory full stop to his war trilogy last month with Purple Sunset .The film tells a story which took place in 1945, at the very moment when World War II was drawing to an end .<2>They follow the girl in the hope that she will take them out of the forest, but instead they arrive in a Japanese base .Humanity prevents them from killing the young, innocent victim of Japanese militarism .This humanity, the longing for peace and eagerness to survive, make the three unite .If people are touched by justice, tolerance and unselfishness, I think I have achieved my goal, Feng said .Feng admits that there are violent and bloody scenes in the film, such as tanks fighting and Japanese burning Chinese people alive, to show the cruelty of the war .<3>Everyone who has watched my films can tell how much I hate war, he said .I wrote all the things for my war films by myself .<4>Feng regards every one of his productions as an opportunity to learn about human nature and humanity .In spite of violent scenes which frighten and sicken the audience, a balance is sought with beautiful scenery .Just like the snowy mountains in Red River Valley and the grand plateau in Lover's Grief over the Yellow River, a beautiful vast grassland appears in this film .<5>I believe that films should offer the audience a chance to enjoy beauty .\", 'candidates': ['I used to study art, and I appreciate beautiful things, Feng said .', 'I used to chat on QQ, but I found that most people were talking about foolish things, he said .', 'Though war is something people hate, Director Feng Xiaoning often exposes his audience to it .', 'A Chinese peasant and a Soviet woman soldier flee into a forest, where they seize a Japanese girl .', 'But budget cuts threaten that mission, says University of California at Los Angeles astrophysicist Ben Zuckerman .', 'Whenever I finished one, I felt as though I had suffered great pain .', \"But that's never his personal preference, he says .\"]}", + "output": [ + "[2, 3, 6, 5, 0]" + ] + }, + { + "input": "{'passages': \" 5A : Tom , I have exciting news to tell you .<1>B : Really , Mom ?That 's wonderful .<2>A : I have decided to go by train . B : That 's great .The train is more comfortable than the bus .<3>A : It costs about 210 each . B :<4>A : We 'll leave at 7:30 on the evening of April 12th . B :<5>A : It takes about nine hours .Let 's find out some information about Mount Tai . B : OK .I ca n't wait .\", 'candidates': ['When will we leave ?', 'Which is the best time to go there ? ', 'How much does a ticket cost ?', 'We are going to Mount Tai for a trip .', 'How will we go there ?', 'Which is the best way to travel ?', '.How long does it take to get there ?']}", + "output": [ + "[3, 4, 2, 0, 6]" + ] + }, + { + "input": "{'passages': \"<1>I know a lot about her . Susan is very healthy , because she does sports every day and she has good eating habits .<2>Then she dresses herself and usually runs or skips for an hour .<3>She does n't eat popcorn , either . Well , what does Susan eat ?<4>At school , Susan does well in all her subjects , especially in English . All the teachers and classmates like her very much .<5>Then in the evening , she goes to bed early . As her cousin , I must learn from her .\", 'candidates': ['Susan gets up at 6L30 in the morning every day .', 'Susan can play basketball and football .', 'After school , she does her homework first when she comes back home .', 'We are both in Class Three , Grade Seven .', 'SHe likes to have rice , vegetable and fruit .', 'Susan and I always watch TV in the evening .', 'She never eats junk food like hamburgers or ice-cream .']}", + "output": [ + "[3, 0, 6, 4, 2]" + ] + }, + { + "input": "{'passages': '<1>It is also called babysitting .Most parents do not have relatives living with them .They need someone to watch the children if they want to go out .A babysitter may play games, draw pictures, or read stories to the children, and then put them to bed at the proper time .<2>When people do not have time to mow their lawns in the garden, they are glad to pay somebody to do this .<3>They can walk or ride bicycles to deliver newspapers from house to house .They must do this every day if they want to make money in this way .Some old people who live by themselves need help .Let them know if you like to help with the clean-up work, or go out to mail letters or buy things for them .<4>There are many ways to make money .<5>', 'candidates': ['Boys and girls can also help deliver newspapers in the neighborhood .', 'Mowing lawns for the neighbors is another common job .', 'They will perhaps pay you something each time or every week .', 'Taking care of small children is one of the ways to make money .', 'American children often look around to see what work they can do to earn their pocket money .', 'They do exactly the same thing every time, but a human worker is unable to do so .', 'Sports are also a feel-good activity because they help girls get in shape,keep a healthy weight,and make new friends .']}", + "output": [ + "[3, 1, 0, 2, 4]" + ] + }, + { + "input": "{'passages': \"<1>With a bit of creativity , you can help your child enjoy reading more , and encourage him to do more !<2>Choose books that are slightly below his level of reading ability .<3>Do n't comment about the books .Simply leave the books lying on the table where your child is sure to see them .Computer games are not as harmful as most parents usually think them to be .Instead , you should take advantage of your child 's love of computer games to purchase those that require a lot of reading and avoid those that are simply computerized video games .<4>Tell him that from now on , he must be in bed by a specific time ( say 8:30 ) and that he can either sleep or read .Most kids will do anything else rather than go to sleep , so there 's a chance you 'll create a new bedtime reading habit .Many children will read when they are sitting alone having a snack , or when they have a few minutes of unplanned free time .Put a box of books and magazines near the kitchen table so that reading material is accessible .<5>This change of routine causes great sadness to a child who has come to love falling asleep as you read .Even a teenager will enjoy being read to if you pick books that interest him .Select books together , and make sure they 're ones you enjoy as well , so your enjoyment will come through as you read to them .\", 'candidates': ['Often , once children learn to read independently , parents stop reading to them .', 'He reads a lot of books and his wife Mrs Green often writes books for the students .', 'Reading is the key to success in all school subjects .', \"Do n't forget what your child likes to do when choosing books for him .\", 'Buy your child a bedside reading lamp , or a tiny book light .', \"You may think you 're not very good at some school subjects , or that it is impossible for you to become a star .\", 'Buy or borrow a lot of fun books .']}", + "output": [ + "[2, 6, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"American teenager Thomas Cheatham had planned to study Latin during his sophomore year at Hebron High School in Texas .<1>I thought it ( Mandarin ) would be more beneficial than Latin , said Cheatham , who is now in his second year of studying the language .<2>While it ' a difficult language to master , the high school junior , who plans to study computer engineering , thinks it will be a valuable thing in his career .Chinese is a good language to know , especially with China becoming a growing power , he said .Many experts agree that proficiency in a language spoken by a billion people worldwide will give American students an edge in the global economy .People are looking at China as our next economic competitor , and interest in Mandarin is growing , '' said Marty Abbott , executive director of the American Council on the Teaching of Foreign Languages .<3>The number of students studying Mandarin in public schools nationwide in grades 7 through 12 grew from 20,000 in 2004-2005 to 60,000 three years later , according to the council 's most recent survey .<4>She said the US government has considered Mandarin to be an important needs language and provides professional development programs for teachers .<5>At the same time , the Chinese government is spreading knowledge of the Chinese language and culture through Confucius Institutes established in many states .The Confucius Institute at the University of Texas in Dallas , founded in 2007 , opens Confucius Classrooms at 11 local public and private schools where more than 700 students are learning Mandarin .\", 'candidates': ['Atlases are made with different kinds of information about different parts and areas of a country or the world .', 'He speaks Mandarin to order food at Chinese restaurants and can read Face book posts from his Chinese-speaking friends .', 'Our government wants to increase our language ability for national security and economic competitiveness , Abbott said .', 'But when he learned that the school district was going to offer a Mandarin class , he quickly changed his mind .', 'But in high school , only students who are going to college are now required to take these courses .', 'Abbott estimates that as many as 100,000 students are now studying Mandarin , in public and private schools , throughout the nation .', \"''We 're seeing it in all parts of the country .\"]}", + "output": [ + "[3, 1, 6, 5, 2]" + ] + }, + { + "input": "{'passages': 'House Sitting In many countries of the world people do what is called house sitting .It means that if owners of the house are going away , they want someone to come into their home and look after the house and maybe pets while they are away . In Australia , many people travel .After people retire , they might buy a van and travel all over the country .<1>( many people -- -retired people -- -thousands of them ) So if someone wants to travel or go away for some reason , they might want someone in their home to care for it and keep the gardens tidy .House sitters might have to care for pets .Also , quite a few people have swimming pools in their back yards and they need cleaning .<2>I feel it is a great way of seeing the country , because you go and stay in a new city , get to meet new people , and have time to go sightseeing in a new area .<3>There are websites where you find the advertisements by people who want to travel , and by replying to the advertisement , you can make arrangements to go and look after their home . There are some requirements to be a house sitter .You must be a trusted person , so that the home owner knows you will not steal anything .You must be able to go when the house owner wants you to go , so you need lots of free time .<4>You need to be good with pets , able to care for cats and dogs , or other pets they may have . Some house sitting jobs are just for a few days or a couple of weeks while the home owner has a short holiday .Sometimes it is for much longer .We have had one house sit for six months , while the home owner travelled to Europe .<5>Then you can travel to many different countries and stay there .One of the important things to get are references from the home owners where you have stayed .A reference is a written letter to say that you are trustworthy and have looked after their home well .You can show these letters to prospective house sitting jobs and they know you will do a good job .', 'candidates': ['I have done house sitting many times .', 'Thousands of people do this all the time .', 'It is also possible to do house sitting in other countries .', 'Generally you have many opportunities to get a house sitting job .', 'You must take a little care over what your description says about you .', 'This is an international house sitting service for all city and country areas .', 'You must have a good car , so you can travel to different parts of the country .']}", + "output": [ + "[1, 0, 3, 6, 2]" + ] + }, + { + "input": "{'passages': \"problem What to do when an earthquake happens ?If you are indoors , stay indoors unless you are in the ground floor where you can easily run outside .<1>Do not try to head for the stairway if you are living in an upper storey , as chances are that the stairways may fall down .Stay away from windows , inside walls and movable furniture .<2>Do n't try to rush downstairs or outdoors while the building is shaking .There is greater danger of falling bricks , glass , or staircases falling down under your feet .<3>Stay away from high-rise buildings , trees , power and telephone cables or anything else that might fall on you .If you are driving on the road , get out of the traffic and stop on a clear road .Do not stop on a bridge .<4>Before you continue driving , look out for fissures , breaks in the road , bumps and cracks .Try to reach an open ground if you can .Inside your home , be careful not to turn on the gas until you are sure the cylinder is safe and there is no gas leak .<5>You could be wasting lines needed for someone else 's emergency .\", 'candidates': ['If you are outdoors , try to reach an open ground .', 'Try not to use your telephone unless there is an emergency .', 'Stay inside your car until the shaking stops .', 'Try to hide under a strong piece of furniture like a bed or desk .', 'Try to run out of the house as soon as possible .', 'The kitchen is a dangerous place as things stored in cupboards can fall on you .', \"Do n't forget to dial 911 for help .\"]}", + "output": [ + "[3, 5, 0, 2, 1]" + ] + }, + { + "input": "{'passages': \"Can creativity be taught ?That 's a question without a simple yes or no answer .Creativity may not be able to be taught directly , but what you can get better at is frequently targeting at the circumstances of life which bring up the greatest chances for true creative expression .<1>, but more like something which manifests itself inside those who learn to develop it and create the right conditions for it . Limit your selection of tools to only the most vital .<2>You 'll be sharper than someone who merely fights with a larger set of tools . Learn how to be resourceful .<3>Creativity is not just about creating something new but making old things work better as well .Think of crazy possibilities as well as practical ones .You might find inspiration for a workable solution in one of your ideas . Do n't listen to feedback and keep following your own path .The problem of asking for feedback is that the feedback will be given according to the person 's past experience .Others will unconsciously push you in a direction that they see as best .<4>Just do n't let criticism even the constructing type destroy your creativity during the creative process .<5>Routines are positive if they strengthen a healthy creative consciousness and negative if they destroy that .The key is to discover a creative routine that puts you in a more creative mindset .\", 'candidates': ['Creativity is not like a lightning strike', 'Having a routine is actually not a bad idea', 'You can literally do anything you like with them', 'Resourcefulness is about making the most of what you have to work with', 'The more limited your set of tools is , the more creative the output will be', 'This is done with good intentions , but it actually hurts your natural creativity', 'While breaking your routine once in a while to force new ways of thinking is good']}", + "output": [ + "[0, 4, 3, 5, 1]" + ] + }, + { + "input": "{'passages': \"Watching bison up close is fascinating , like watching a grass fire about to leap out of control .With their huge , wedge-shaped heads and silver-dollar-size brown eyes , the 2,000-pound animals are symbols of another place and time .More than 100 bison now roam the 30,000-acre American Prairie Reserve in eastern Montana -- the first time they 've inhabited that region in a century .Direct descendants of the tens of millions of bison that once populated the Western plains , they represent an epic effort : to restore a piece of America 's prairie to the national grandeur that Lewis and Clark extolled two centuries ago .During that famous expedition across the Western states to the Pacific , the two explorers encountered so many bison that they had to wait hours for one herd to pass .In order to protect what 's here and reintroduce long-gone wildlife ( something the World Wildlife Fund is helping with ) , the American Prairie Foundation began purchasing land from local ranchers in 2004 .<1>Its goal over the next 25 years is to assemble three million acres , the largest area of land devoted to wildlife management in the continental United States .<2>Cottonwoods and willows are thriving along streams , creating habitats for bobcats , beavers , and other animals .Not everyone shares APF 's vision .Some residents of Phillips County ( pop .3,904 ) worry that the area could become a prairie Disneyland , overcrowded with tourists .<3>People like me have no intention of selling their ranches , says Dale Veseth , who heads the Ranchers Stewardship Alliance of 35 families in Phillips County and whose family has been ranching here since 1886 .<4>Instead , he wants APF to pay or ranchers to raise bison .<5>\", 'candidates': ['They agreed that getting good grades , followed by good jobs would be how they showed their love .', \"They 've been a labor of love through the generations .\", 'But the biggest obstacle is the ranchers themselves , whose cattle compete with prairie dogs and bison for grass and space .', 'Then he bent down to take another starfish , threw it into the sea and said , It made a difference for that one .', 'Already , herds of elk , deer , and pronghorn antelope roam the grasslands , where visitors can camp , hike , and bike .', 'It now owns 30,000 acres and has grazing privileges on another 57,000 .', 'This would be far less costly for the foundation , he argues , than buying the land directly .']}", + "output": [ + "[5, 4, 2, 1, 6]" + ] + }, + { + "input": "{'passages': \"Daily to-do lists can help you get focused and organized .Follow these tips to create a good to-do list . Notice the order . It may help you to develop some sort of system for your to-do list .<1>you can even use a number system and mark them from 1 to 5 .Items that are marked 1 might be done later , while the 5s are tasks you should deal with first . Reduce the list .<2>If you have 15 minutes to spare , find something on the list that you can complete in that time period .You may think that 15 minutes is not enough to do something , but several 15 minutes add up to something huge . Add in something fun . Yourto-do list is no doubt full of things you may not like .That 's why adding in fun activities and tasks should also be important .A fun item does n't feel like work .It may even feel like a break .<3>.Do n't list too much . It ; s important not to overwhelm yourself .<4>If there 's too much on your plate or you have to work too fast , you ca n't possibly enjoy yourself and you 'll only end up being frustrated and overwhelmed .<5>.Your list needs to be organized in a way that makes you feel comfortable .There are many choices nowadays .However , the old-fashioned pen and paper method may work best for you .You can also use the Internet or even your cell phone to keep your list organized .\", 'candidates': ['Keep it organized .', 'Avoid too much stress .', 'Write it the night before .', \"Certainly every item on the list ca n't be equally important .\", 'You need to complete talks or part of tasks one step at a time .', \"When you return to the less interesting items , you 'll be more active to get them done .\", 'Everything that goes on your to-do list should be something important that you need to do .']}", + "output": [ + "[3, 4, 5, 1, 0]" + ] + }, + { + "input": "{'passages': 'Hydroponics is the only way that in the future we will be able to grow crops and food and at the same time sustain the Earth .Then what is the way of hydroponics ?<1>These days we are losing land at such a rapid rate that it is only a matter of time before we will run out of land to develop .If we continue to grow at such a rate , finally the only land left to be developed will be farmland .If we use farmland to put up more apartments , then we will have no land to grow crops to survive .This is becoming a serious possibility .<2>The great thing about hydroponics growing is that anyone can do it .<3>This means that individuals that live in downtown areas and have no yard space for a garden can grow vegetables and fruits which will free them from going to the grocery store every day . The equipment to grow plants using a hydroponics system is easy to obtain and can be easily picked up at a local store or over the Internet .<4>All you have to do is to follow the instructions .You will soon be on your way to free groceries . With a hydroponics system , your plants will all grow faster .This is especially good if you grow and sell them .<5>You can save a lot of money by using them for cooking all year round .You can also expect to have a fresh supply of high quality vegetables and green leaves on a regular basis .', 'candidates': ['You can expect a higher production and they grow quickly .', 'The equipment is fairly priced and easy to use .', 'It is a method of growing plants using mineral nutrient solutions , without soil .', 'In the near future , the method will be used by more and more farmers .', 'This is why scientists have developed another way to grow food and plants without using land .', 'If you have the knowledge and the right equipment , you can do it yourself at your home .', 'People will not get enough food by using this system , so they still need land to grow crops .']}", + "output": [ + "[2, 4, 5, 1, 0]" + ] + }, + { + "input": "{'passages': \"<1>Now it has been discovered that crows may understand analogies .<2>If a pair was AA , for example , then picking BB to match it would be correct .An international team led by Edward Wasserman in the US first trained two crows to match things by color1 , shape , and number in what is called identity matching-to-sample ( IMTS ) , then moved onto RMTS .For the IMTS test , the birds were put in a cage with a plastic tray that had three cards and two cups in it .The card in the middle was the sample card .The cups on either side were covered with the other two cards .One was the same as the sample , while the other wasn ' t .<3>In the second part of the experiment , the birds were tested with relational matching pairs .A card with two same- sized circles , for example , meant they should pick the test card with two same-sized squares and not two different-sized circles .<4>Wasserman was surprised that crows were able to solve the problem without any training in RMTS .He said in a news release : Honestly , if it was only by force that the crows showed this learning , then it would have been an impressive result .But this was spontaneous .<5>\", 'candidates': ['So it is necessary for them to give all of their free time to their studies and stop their school sports .', 'To test this ability in animals , scientists do relational matching-to-sample ( RMTS ) tests .', 'Space Technology Russian and American scientists have worked together for the International Space Station , ( ISS ) for a long time .', 'The cup with the card that matched the sample card contained two worms to eat .', \"So perhaps it ' s time to stop saying birdbrain permanently .\", 'PEOPLE may use the expression birdbrain in English to talk about someone who is stupid , but crows prove that this is unfair .', 'The birds did well in the more difficult test and picked the correct card more than three quarters of the time .']}", + "output": [ + "[5, 1, 3, 6, 4]" + ] + }, + { + "input": "{'passages': \"Voluntourism Volunteering to help people in need combined with travelling to faraway places is a new trend in the travel industry .It is called voluntourism .People travel to other countries , learn languages and gain new experiences .<1>.Recent statistics show that in the past few years voluntourism has been one of the fastest-growing areas of tourism .More than 1.6 million people around the world are volunteers in other countries .They help build schools , assist in hospitals and do farming work in developing countries .<2>They keep in touch with their host families after they return home , and many return to visit . There are many reasons why people want to engage in voluntourism .When people choose to join a voluntourism program , they are joining a global network of volunteers who are living and working with diverse cultures on projects that have a positive effect .The volunteers come from all over the world , and they will share the passion for giving back and the desire to broaden horizons .Some students also see it as a gap year after school , while others simply want to take time out from a job and do something else .<3>However , many voluntourists do not see volunteering as what it is .They think it is a cheap way of travelling and do n't really want to get involved in hard work . While voluntourism has been around for over a century , modern volunteering started with the Peace Corps , a program that the US government started in the 1960s .From then on , voluntourism has become more and more popular .Many organizations start similar projects .<4>And they have hundreds of different types of programs for people to choose from in more than 30 developing countries .The programs run year round and each volunteer chooses when they want to start and the duration they would like to stay for<5>They say that if people really want to help those in need , there are many opportunities in their own community to do this .On the other side , volunteers are often not skilled enough for the tasks that they do .Travel experts point out that in some cases voluntourists are often taken advantage of by the organization that sets up the trips .\", 'candidates': ['Not everyone sees voluntourism in a positive way .', 'Some of them establish lasting bonds with people there .', 'And there are those who are bored and merely seek adventure .', 'Most voluntourism organizations employ people from similar fields .', 'They find it is the best way to get the best of the world .', 'By participating in voluntourism , they are contributing to local economy .', \"They offer voluntourism trips to suit people 's interest , experience level or age .\"]}", + "output": [ + "[4, 1, 2, 6, 0]" + ] + }, + { + "input": "{'passages': \"Have you ever been bitten?Of course you have .You are surrounded by living things which might, or do, bite .Even when you rest your head on your pillow, bedbugs are probably nibbling away at you .They live happily inside most pillows .<1>Hundreds of dog-bite victims visit US emergency rooms daily .Many bites are terrible .To avoid the dogs in your neighborhood, you might want to hike into the desert or the woods .<2>Not to mention bears, wolves, coyotes, and mountain lions .Speaking of housing, watch out when you touch the corner of your house or garage .Shy but deadly, the black widow spider and the brown recluse spider make themselves comfortable in quiet areas of your closets or garage .<3>Unfortunately, many people fear all spiders, not just the few dangerous ones .<4>If you're concerned about bites, don't forget about rabid animal bites .<5>Although humans in the US rarely get attacked by rabid animals, the disease is painful and dangerous .You will most likely die if you are not treated properly within 48 hours of being bitten .\", 'candidates': ['Any warm-blooded animal can get infected with rabies .', \"Take a walk outside and you are a target for man's best friend .\", \"Rowan's dad was a hardworking man who wanted to give his son the best life he could .\", 'There was a similar argument to be had with sugar fuelling obesity, which in turn affected cancer risk .', 'They squash them or run from them at first sight, not realizing that most spiders are actually beneficial to man .', 'There, you run the risk of bites from rattlesnakes, scorpions, and blood-sucking ticks .', 'One bite from either of them can make you very sick; occasionally, people die from such bites .']}", + "output": [ + "[1, 5, 6, 4, 0]" + ] + }, + { + "input": "{'passages': \"Good Internet manners Nowadays , we use the Internet to do many different things , such as looking for information , watching videos and chatting with friends .How should we behave on the Internet ?<1>First of all , you should never forget your manners .Be polite to others .Do n't post rude comments or say bad things about people .When you see a mistake in other ' s writings , do not laugh at them or correct them publicly .<2>Second , you should respect other people 's time .<3>Some may enjoy reading such messages , but a lot of people feel annoyed because they need to spend time deleting those messages .<4>Some become impolite to others when they get online as they think that nobody will know .This is not true .With the development of technology , it is easy for others to find out about your bad behavior .It is common for people to use improper language on the Internet .For example , people may use `` u '' to replace `` you '' when they are writing online .<5>However , if you are writing to your teachers or parents , you should use proper language .Here is the golden rule for going online : If you want other people to treat you well , you should treat them well first ., A-E , .\", 'candidates': ['You can send them a private message to tell them about the mistake .', 'Third , you should behave as you would in real life .', \"Do n't send or forward silly messages to others .\", 'The following rules can help you show good manners online .', 'This is OK if you are writing to your friends .']}", + "output": [ + "[3, 0, 2, 1, 4]" + ] + }, + { + "input": "{'passages': \"As is known to all , we are always consuming various foods .We have to spend large parts of our days finding , buying , cooking and eating our food .Did you ever think it might be nice to be able to make your own food like plants do ?<1>They perform a process called photosynthesis using light from the sun , water and carbon dioxide .The end result of this chemical reaction is sugar for the plant to `` eat. ``The plant gives off water and oxygen .<2>Plants have special structures called chloroplasts that animals don ' t have .These structures are filled with chlorophyll , which gives leafy green plants their green color1 .Their main job is to absorb light from the sun .Chloroplasts can absorb every color1 except green .Light makes chlorophyll active .It creates an energy that separates water out into hydrogen and oxygen .<3>Hydrogen from the water combines with carbon from the carbon dioxide we breathe out .Oxygen is sent out into the air .<4>Plants rely on the carbon dioxide that we breathe out , and we rely on the oxygen that they `` breathe '' out .This is one good reason for protecting plant life on Earth .Many plants can produce a constant supply of oxygen for us .We need plants in order to survive . Conservation projects around the globe are aimed at protecting our natural resources , including numerous species of plants .<5>\", 'candidates': ['Plants are producers .', 'Chemical reactions take place .', \"Animals ca n't live without water .\", 'People and plants make perfect partners .', \"So how do plants do it , and why ca n't we ?\", 'There would be too much carbon dioxide in the air .', 'Our quality of life and the fresh air we breathe depend upon our green plant partners .']}", + "output": [ + "[0, 4, 1, 3, 6]" + ] + }, + { + "input": "{'passages': \"There 's nothing worse than sitting next to someone whose breath smells bad .In ancient China , people used to eat a special plant to make their breath smell better .<1>How your breath smells says a lot about your health .Scientists can now tell whether or not somebody has a disease just from a simple breath test .<2>Breath is made up of waste chemicals that the body makes , Scientists from the Swiss Federal Institute of Technology found that these chemicals are different for each person .In fact , they 're just like fingerprints -that 's why scientists sometimes call them `` breathprints '' .Compared to other kinds of tests , a breath test is much quicker .<3>Breath tests are also a lot easier to do than regular tests , as people only need to blow into a special machine .<4>It has been useful in finding early signs of problems such as stomach cancer .<5>And hopefully some day , visits to the hospital will be a quicker and easier for everyone .\", 'candidates': ['How does it work ?', 'Now we use gum instead', 'This machine will help to test their breath', 'Instead of taking hours , it only takes a few minutes', \"It 's much cheaper to do a breath test than other tests\", 'There are many ways to make your breath smell better', 'Now , scientists are trying to use breath tests as much as they can']}", + "output": [ + "[1, 0, 3, 2, 6]" + ] + }, + { + "input": "{'passages': \"A : Whose notebook is this ?B :<1>Look , his name Ted is on it .Let 's go and take it to him .A : I 'm afraid he is n't at school today .B :<2>A : He had a car accident yesterday afternoon and now he 's in hospital .B :<3>Let 's go to see him after school , shall we ?A : OK !He 'll be happy to see us .B :<4>A : What about outside the school gate at 5 p.m. ?B : All right .<5>A : See you .\", 'candidates': ['What can we do for him ?', 'Well , when and where should we meet ?', \"What 's the matter ?\", \"It must be Ted 's .\", 'I am sorry to head that .', 'Oh , I would like to see him now .', 'See you then .']}", + "output": [ + "[3, 2, 4, 1, 6]" + ] + }, + { + "input": "{'passages': \"American nutrition expert Professor Barry Popkin says that the number of overweight people in the world is now bigger than the number of people who don't have enough to eat .<1>Obese means at least 15 kilos heavier than you should be .<2>Professor Popkin says that the number of hungry people is falling slowly but the number of overweight people is rising fast .The main reasons for this are: * People are doing less hard physical work * More people worldwide now eat too much fatty food * Too many people are driving cars instead of walking * People spend too much time in front of a television The United States has the highest rate of obesity in the developed world and Japan has the lowest .Professor Benjamin Senauer is absolutely certain of the reasons for this .<3>They use public transport and walk, he said .The average American drives to work and drives to supermarket .<4>In Britain and many other European countries, there are three times as many obese people as there were 20 years ago .About two thirds of British adults are overweight or obese .The effects of this are clear, said London doctor Elena Power .We have more illnesses related to weight and fewer fit people .China used to be one of the slimmest nations in the world .However, Professor Wu Yangfeng from the Chinese Academy of Medical Sciences in Beijing recently estimated that 20 percent of the world's overweight people live in China .<5>We have a serious problem, said Professor Wu .It requires an improvement from everyone, or it will get worse .\", 'candidates': ['Japanese people are fit .', 'In Sri Lanka ,the death toll also reached 4500 and 1 million people,or 5 percent of its population,were affected .', 'In countries where naps are traditional,people often suffer less from problem such as heart disease .', 'A billion people worldwide now weigh too much and the number of obese people is now more than 300 million .', 'When he gets home, he sits on a couch in front of the TV and eats junk food .', \"However, there are also 800 million people in the world who don't have enough to eat .\", 'The Chinese government is especially worried about the increase in obesity among schoolchildren .']}", + "output": [ + "[3, 5, 0, 4, 6]" + ] + }, + { + "input": "{'passages': \"A : Hello , Uncle John !B : Hello , Bob<1>You look worried and upset .A :<2>I really need your help .B : What do you mean ?A : Well .<3>But now it becomes more and more difficult since I 'm in Grade Three .My parents do n't allow me to play basketball .B : Maybe your parents are right .<4>A : I see .I do well in all my lessons and I think I should be allowed to do the things that I 'm interested in .B : OK .<5>A : Thank you , Uncle John .It 's very kind of you .\", 'candidates': ['Work must come first .', \"I 'll talk with your parents about the problem .\", 'My parents like me to play basketball .', \"What 's wrong with you ?\", 'The problem is I love basketball .', 'I have a problem .', 'You can ask your parents to buy you a basketball .']}", + "output": [ + "[3, 5, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"Everyone knows the basics of looking for a job , but only about 20 % g of job applications can be successful Employers know what they need and personalities that fit the position will get the job .Use this chart to match your personality with potential jobs . Personality : social butterfly Potential Jobs : retailer , restaurant host or hostess , coffee shop staff , tour guide , receptionist . Comments : Retailers base their weekly labor budget on sales from the week before .<1>Receptionists at health clubs and resorts are usually part time .These jobs also allow studying during downtime .Personality : love children Potential Jobs : daycare teacher , summer camp counselor , nanny . Comments : Aside from daycare , try any business with a nursery , children 's department , or places children would love to have a birthday party .Recreation centers love summer help .Experienced nannies may earn a living while in college .<2>.Personality : great students Potential Jobs : tutor , community college librarian , cafe staff . Comments :<3>Teens may also check community centers , library bulletin boards and ask guidance counselors .Community college openings are open to everyone , and teens will love the environment .<4>Potential Jobs : lifeguard , summer camp counselor , swim coach , children 's sport coach . Comments : Lifeguards must he certified .If you 're good with kids , recreation renters love summer help .They also may hire good athletes as teachers . Whatever job you decide to take , remember you are a student first ,<5>, however , what you do with your study stays with you forever .By all means work , but work responsibly .\", 'candidates': ['Jobs come and go', 'Personality : readers', 'Personality : athletes', 'Some even get rooms and meals', 'Restaurant servers must be over 18 years old', 'Many tutoring firms hire exceptional students', 'This provides insight into the industry opportunities']}", + "output": [ + "[4, 3, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"Tom walked into a shop .<1>He was carrying an old pair of trousers and asked the owner of the shop, How much will you give me for these?<2>What?<3>No .said the owner, They weren't worth a cent more than two dollars .Well, said Tom, taking two dollars out of his pocket .<4>These trousers were hanging outside your shop .<5>But I thought that was too much money, so I wanted to find out how much they were really worth .Then he walked out of the shop with the pair of trousers and disappeared before the owner could think of anything to say .\", 'candidates': ['Tom said, I had guessed they were worth at least five dollars .', 'It had a sign outside: Second-hand clothes bought and sold .', 'The stranger looked at the tall clumsy lawyer and said that he had something he believed belonging to Lincoln .', 'The owner looked at them and said Two dollars .', 'The list price was six dollars and a half .', 'Here is your money .', 'When I told him I was $7 short, he quickly took out the money from his wallet .']}", + "output": [ + "[1, 3, 0, 5, 4]" + ] + }, + { + "input": "{'passages': \"51575A : Look , there is a bag under the tree .<1>B : I do n't know .Let 's have a look .Oh , there is a soccer in it .<2>A : I do n't think so .Many girls enjoy playing soccer now .<3>B : Yes , there is an English book and a notebook in it . A : Open them and see .<4>B : OK , you are so clever .Yes , there is an English name here David . A : I know it must belong to a boy .B : Of course .<5>A : There 're some other words here Class Eight , Grade Nine .Let 's go to find him .\", 'candidates': ['Everybody knows David is a name for a boy .', 'Are they new ?', 'Maybe there is a name in the book .', 'Is there anything else in it ?', \"Who 's your favourite football star ?\", 'Whose is it ?', 'Do you think it must belong to a boy ?']}", + "output": [ + "[5, 6, 3, 2, 0]" + ] + }, + { + "input": "{'passages': \"Reasons Why Physical Education is Important in School Are you looking for information about the importance of physical education in schools and why it should be emphasized ?Do you want a healthy active lifestyle for your kids ?Then this article can help you convince your kids that exercising and participation especially in school PE classes are important .It 's a link to good health .<1>It 's only in physical education classrooms that students learn the value of taking care of themselves through proper healthy eating and regular exercise .It 's preventive measure against diseases .<2>Without any forms of diet management and control with the numerous processed foods students intake every day , a student 's health can easily be at risk of many diseases .Physical education in schools is a preventive measure to teach students the value of regular exercise .<3>Physical health allows students to function even better in classrooms .A good cardiovascular system developing from regular exercise promotes excellent blood and oxygen circulation .This means more nutrients circulate throughout the body which includes the brain .This circulation produces longer attention time during classes allowing longer concentration and better absorption .It builds self-esteem Students who are active in physical activities like basketball , volleyball and running are more confident with themselves according to most social school studies .<4>In school , the physical education program introduces these sport activities to students allowing them to make choices of which sport areas they want to get involved in .<5>Most physical education programs are holistic .The program allows students to interact together to a common goal , that is , to win and excel physically .It not only brings out the competitive sides of students working with both body and mind but also promotes sportsmanship .It promotes a physically active lifestyle .The purpose of physical education is to instill in students , at an early age , the value of self-preservation and choosing a lifestyle that is good for both the mind and body .\", 'candidates': [\"Physical education plays a vital role in students ' development and growth .\", \"It 's a program for muscle strength and fitness .\", \"It 's probably because of the dedication made to a sport that brings out the best in students .\", 'It develops cooperation , teamwork and sportsmanship .', 'The value of physical fitness can not be overstated too much .', 'It promotes academic learning .', 'Many doctors today agree that obesity is a serious health risk .']}", + "output": [ + "[4, 6, 5, 2, 3]" + ] + }, + { + "input": "{'passages': \"Public Speaking Public speaking can be defined as the act of making a speech in front of a group of listeners . The types of public speaking are deliberately structured with three general purposes : to inform , to persuade and to entertain .An informative speech has a purpose to inform , or give knowledge to its audience .<1>For persuasive speech , the speaker would try to change the mindset , perception , or behavior of the audience for their own good .Thus , the speaker needs to look for common ground with the audience and try to relate to what they might agree on .The last type is a ceremonial speech .It tends to be less formal and more personal than the other types of speeches .No matter how well you know the person you are giving speech about , try not to say bad things about them , even if it is meant to be a joke .<2>Sparing some time to practice will help build confidence and help determine how long the presentation will last .Aside from it , knowing who the audience will be is quite necessary .Try to get as much information as possible regarding this particular area related to the audience .Knowing the `` battlefield '' in advance will give the speakers a huge advantage . Language is the main aspect a speaker needs to pay attention to while giving a speech .<3>A speaker needs to choose their words carefully and make it clear to the audience what they mean .Often , when given a speech , the audience look up to the speaker to give them something new and useful .<4>Language and delivery alone will not be sufficient if the speaker does not have the body language .The movement and gesture of a speaker also affect the audience .While closing the speech or presentation , speakers can restate their main points , just to remind the audience of the important things that have been said .<5>\", 'candidates': ['It needs to be used clearly .', 'These speeches mark special occasions .', 'The important thing to watch about is not to put in too much information .', 'The key of perfecting anything is through practice , including public speaking .', 'They can also end it with a special message and encourage the audience to ask questions .', 'Knowing how public speaking is done is a key part in understanding the importance of it .', 'Thus , the speaker needs to know how to deliver their speech to fulfill the audience s expectation .']}", + "output": [ + "[2, 3, 0, 6, 4]" + ] + }, + { + "input": "{'passages': \"At times my mom has been uncomfortable seeing these qualities in me .For example,when I was 12,I went to Puerto Rico all by myself to stay with my grandmother for the summer .<1>She kept telling me how things were different in Puerto Rico,to always put on sunscreen,not to wander away from my grandmother,and other warnings .<2>But despite her worries,she let me go on my own .As I moved into my teens,she continued to give me space to grow and learn,even when it might have been difficult for her .<3>Once again I found that I differed from my peers:While many of them wanted to stay close to home,I couldn't wait to be out in the world on my own .While my mom may not have been happy at the thought of my going away,she was supportive and excited for me .One big thing I realized during my senior year,as my mom granted me more freedom,was that she actually believes in me and trusts me .That means a lot .Most of my life,and especially when I was little,the main person I tried to impress in my schoolwork or other things was my mother .<4>Sometimes it was hard to live up to her standards;getting a single B on my report card would make me feel bad because I knew she wanted me to have all A's .I know that her high standards have helped me stay focused on what's important,like education,and made me who I am .I am thankful for her support and involvement in my life .<5>She is the strongest woman I know and that's why I have turned out so strong and independent .\", 'candidates': ['She helped me pack and did not leave the airport until she saw my plane take off .', 'I knew she expected nothing but the best from me .', 'Most of all I respect her .', 'My mom was extremely nervous about it .', 'When I reached my senior year,I decided to move away for college .', 'My mom said she had something to do after handing the people a few dollars .', '--Kate I think this is one of the best camps that my children have attended .']}", + "output": [ + "[3, 0, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"5 2 10 People often say you never get a second chance to make a first impression , and that 's actually quite true .<1>After all , making a good first impression is all about making others feel good when spending time with them .The following tips will help you make a positive impression every time .Dress appropriately<2>That means dressing up or putting on nice , clean , situation-appropriate clothes for social situations .It is n't difficult and it does n't have to cost you much , either .Be aware of your body language Words express very little of what you say .Body language can tell someone a lot about your mood and confidence level .<3>Eye contact is an easy way to make others feel comfortable , important and special .Nervous body language can make others uncomfortable and anxious .Try to be aware of your body language when communicating with others .Respect the opinions of others Not everyone will have the same opinion with you , and friendly disagreements can be a gateway to a great conversation .Respect other people 's right to have their own opinion .Respect the opinions of others even if you disagree with them .<4><5>People love talking about themselves , but generally , you want to be careful of taking over the conversation .By listening carefully to what others are saying , you are not only making them feel important , but you can gather cues you need to keep the conversation going and bridge to new topics .\", 'candidates': ['Be a careful listener .', 'Show an interest in every person you meet .', 'Smile especially when first meeting someone .', 'Make sure you look nice whenever you meet someone new .', 'Meeting new people and starting conversations is often challenging .', 'Others will want to be with you and help you make a good impression .', \"Do n't force others to believe what you believe or to see things only as you see them .\"]}", + "output": [ + "[4, 3, 2, 6, 0]" + ] + }, + { + "input": "{'passages': \"Every minute every single day about a truckload of plastic enters our oceans .<1>And to date only 9 of that has been recycled .We buy a bottle of water drink it for a few minutes and toss its permanent packaging '' away '' .We eat potato chips finish them then throw their permanent packaging '' away '' .We buy produce take it out of the unnecessary plastic wrap then throw its permanent packaging '' away '' .The cycle is endless and it happens countless times every single day .<2>As far as we try to toss a piece of plastic-whether it 's into a recycling bin or not -- it does not disappear .Chances are it ends up polluting our communities oceans or waterways in some form .For years we 've been told the problem of plastic packaging can be solved through batter individual action .<3>But the truth is that we can not recycle our way out of this mess .Recycling alone will never stop the flow of plastics into our oceans we have to get to the source of the problem and slow down the production of all this plastic waste .Think about it if your home was flooding because you had left the tap on your first step would n't be to start mopping .You 'd first cut the flooding off at its source-the tap .<4>We need corporations-those like Coca-Cola Unilever Starbucks and Neatl that continue to produce throwaway plastic bottles-to step up and take their responsibility for the mess they 've created .<5>We will continue to do our part but it 's time for the world 's largest corporations to do theirs .\", 'candidates': ['This is their problem to deal with .', 'Plastic pollution is becoming very serious .', \"But here is the problem-there is no '' away '' .\", 'In many ways our plastic problem is no different .', \"We think that if we simply recycle we 're doing our part .\", \"It 's impossible for us to get rid of plastic pollution completely .\", 'Since the 1950s some 8 . 3bn tons of plastic have been produced worldwide .']}", + "output": [ + "[6, 2, 4, 3, 0]" + ] + }, + { + "input": "{'passages': \"<1>As he didn't know how to cook meat, he asked the butcher to tell him the way of cooking it .The butcher told him how to cook it, But I can't remember your words, the man said .<2>The butcher was kind enough to write them down for him .<3>A dog followed him on the way .<4>The man stood there, not knowing what to do .Then he laughed and said, never mind .<5>The note is still in my pocket .\", 'candidates': ['A man went to buy a piece of meat .', \"I don't want to look back with regrets but sometimes I think maybe they are right and know more than me .\", 'The man went home happily with the meat in his hand and the note in his pocket .', 'It jumped at him, took the meat away and ran off .', 'Will you please write them down for me?', 'Have you ever had a doctor write you a prescription for three laps around a local trail ?', \"You don't know how to eat it .\"]}", + "output": [ + "[0, 4, 2, 3, 6]" + ] + }, + { + "input": "{'passages': '<1>& Sun . )at 5:30 a .m .The riders will leave Tiananmen Square and ride the first 35 kilometers as a training leg .<2>The riders and their bikes will then be taken from Jixian to Changli .The second racing leg of the tour will be from Changli to the seaside of Nandaihe, covering a distance of 20 kilometres .<3>Sunday morning is free for playing at the seaside .At noon all the people and their bikes will be taken back to Beijing .Cost: 200 yuan Telephone: 4675027 Ticket price: Y=60, Y=100, Y=150 Time/Date: 4:30 p .m ., August 26(Sat . )Telephone: 5012372 Rock Climbing The Third National Rock Climbing Competition will be held on August 26-27 at the Huairou Mountain Climbing Training Center .More than 10 teams from Beijing, Wuhan, Dalian, Jilin and other places will join in it .<4>Take a bus from Dongzhimen to Huairou .<5>', 'candidates': ['Bicycle Tour and Race A bike tour and race will be held on August 26 and 27(Sat .', 'A true friend will always have time to listen to your problems and give advice .', 'We grew up in a small Oregon mountain community where dances were held almost every Saturday night .', 'A Japanese team will give an exhibition climbing free for audience .', 'Saturday night the riders will stay at Nandaihe for supper .', 'Then the next 55 kilometers leg, from Yanjiao to Jixian, will be the first competitive part of the tour .', 'Time/Date: 9:00~12:00, August 26 and 27 Telephone: 7143177, 7144850']}", + "output": [ + "[0, 5, 4, 3, 6]" + ] + }, + { + "input": "{'passages': \"During a research experiment a marine biologist placed a shark into a large holding tank and then released several small fish into the tank .<1>The marine biologist then inserted a strong piece of clear fiberglass into the tank , creating two separate parts .She then put the shark on one side of the fiberglass and a new set of small fish on the other . Again , the shark quickly attacked .This time , however , the shark hit the fiberglass divider and bounced off .<2>Meanwhile , the small fish swam around unharmed in the second part .Eventually , about an hour into the experiment , the shark gave up . This experiment was repeated several dozen times over the next few weeks .<3>Eventually the shark got tired of hitting the fiberglass divider and simply stopped attacking altogether . The marine biologist then removed the fiberglass divider , but the shark did n't attack .<4>So , they swam wherever they wished , free from harm . Like the shark in the story , many of us , after experiencing setbacks and failures , emotionally give up and stop trying .<5>In other words , we continue to see a barrier in our heads , even when no real ' barrier exists between where we are and where we want to go .\", 'candidates': ['At the same time , the shark tried again and again .', 'We believe that because we were unsuccessful in the past , we will always be unsuccessful .', 'The shark was trained to believe a barrier existed between it and the small fish .', 'It kept repeating this behavior every few minutes fruitlessly .', 'We should keep on trying even if we meet obstacles .', 'Each time , the shark got less aggressive and made fewer attempts to attack the small fish .', 'As you would expect , the shark quickly swam around the tank , attacked and ate the smaller fish .']}", + "output": [ + "[6, 3, 5, 2, 1]" + ] + }, + { + "input": "{'passages': \"`` Take a walk with any three people and at least one of them will have something to teach you . ``<1>it was Confucius China 's most famous thinker and teacher .When Confucius was young , he visited many famous teachers and studied music , history , poetry and sports .At the age of 22 , he became a teacher himself and started his own school .<2>For more than 2000 years , Confucius ' ideas have been around in people 's everyday lives .<3>Now they have gone far into east and south Asia .<4>Because they help a lot not only in everyday life but also in society . Confucius ' most important ideas are about kindness and good manners .Confucius said young people should take care of the old .<5>Some of Confucius ' most famous sayings are : `` A kind person should care for others '' , and `` be strict with yourself , but be kind to others '' .\", 'candidates': ['Why are his ideas so popular ?', 'Do you know who said that ?', 'People can still hear them today .', 'In his life , he had over 3000 students .', 'How did he think up those important ideas ?', 'He also said that everyone should go to school if they want to learn.2 d- d1']}", + "output": [ + "[1, 3, 2, 0, 5]" + ] + }, + { + "input": "{'passages': \"<1>A long time ago, it was called Lenapehoking .In 1626, Dutch people bought the land for only $24!<2>Then in 1664, the British took it over and changed the name to New York .New York had an excellent harbour .<3>These people wanted a better life .New York seemed to give them that .<4>New York City used to have five smaller towns but now they are all part of the same city .They are Manhattan, Brooklyn, Queens, the Bronx and Staten Island .Today, New York is home to millions of people from all over the world .These different cultures make New York an exciting place to visit .There's much to do in New York .You can take a helicopter riding through the city, ride horses in Central Park, see a movie in the afternoon and watch the sunset over the Brooklyn Bridge .Don't worry if you get hungry .<5>\", 'candidates': ['Some restaurants are open 24 hours a day!', 'They called it New Amsterdam .', 'By 1835, New York became the largest city in the United States .', 'New York is the biggest city of the USA .', 'Many people from all over the world came by sea and landed in New York .', \"July 21st, 2007 was a typical English summer's day -- it rained for 24 hours!\", \"They called itChicken Soup for the Soulbecause they wanted it to provide comfort, just like their grandmothers' cooking .\"]}", + "output": [ + "[3, 1, 4, 2, 0]" + ] + }, + { + "input": "{'passages': \"<1>To begin with cleaner environment enjoying the game with hundreds of sports athletes and entertainment stars and the opportunity of contacting people from all over the world seem exciting to the citizens .<2>In most cases bidding for the Olympics is well supported by both the public and the central government . Unfortunately this is not the entire view of the pretty picture .If looking from another angle the Olympic bid might bring about some side-effects to a city .<3>It includes the increasing pollution of cars more pressure on water resources huge amount of wasted leaflets and other materials used for public activities which are most probably neglected .In order to broaden the streets some trees may have to be cut .Reduction of farmland may be caused by the need of setting up new sports centers or accommodation facilities .These environmental consequences can be especially serious in a resource-limited and crowded city in a third-world country . Besides if not well managed and organized the big event may not be so beneficial and the new facilities may be forever empty after the games .<4>Finally let 's think about the low-income groups in the city .<5>More tax more fees more expensive property prices and higher cost of living .These definitely are not good news for them .\", 'candidates': ['Hosting the Olympics surely would bring about much gain to a city .', 'We can only benefit from it for a short time .', 'What will they get from the Olympics bidding ?', 'First of all it will bring a lot of environmental problems .', 'There are many reasons for not hosting the Olympic Games .', 'There have been cases that host cities ended up with large debts .', 'Besides it will definitely promote the emotion and pride in local people .']}", + "output": [ + "[0, 6, 3, 5, 2]" + ] + }, + { + "input": "{'passages': \"Dear Dr Jackson, My parents are never happy with me .They are always criticizing my clothes, my hair and the music I listen to .<1>I'm not allowed to stay out as late as my friends do, so I can't have any fun, My parents only seem to care about my school marks .Although I love them, sometimes I feel we live in different worlds .<2>How can I make them understand me?Dear Angel, Your problem is common to both teenagers and parents .<3>You see, your parents have grown up at a different time and they have different experiences .<4>For example, the music you like may sound like noise to them .<5>On the other hand, you don't want to be different from other teenagers, so you feel that your parents restrict you .I think you should talk about this problem with your parents .Try to explain to them what you want and make them know they can believe you .Sooner or later .they'll find you are a responsible person and they will give you more freedom .\", 'candidates': [\"If it isn't for you, at least you won't regret for the rest of your life .\", \"If they love me, can't they understand me?\", \"I'm not stupid, I didn't think she was right in doing those things, but I still put up with it .\", 'So, they think some things are strange, but you find the same things ordinary .', \"Don't worry, bacause all this is natural .\", 'Your parents love you, so they feel they must protect you from whatever they find strange .', \"They hate my friends' looks and they keep complaining when I go with them .\"]}", + "output": [ + "[6, 1, 4, 3, 5]" + ] + }, + { + "input": "{'passages': \"Everyone wants to be self-confident , but maybe we just do n't know how to be .Here are some tips on how you can feel more confident about yourself .<1>Everyone has shortcomings .When you have found your shortcomings , work to overcome them .If you are a shy person , take part in social activities , such as parties , and speak to at least one or two people there . Second , try to spend more time with positive people .Successful and confident people have their own ways of settling problems .<2>Third , set goals for yourself .With each goal you achieve , you self-confidence will increase .<3>We are afraid that we might lose .Stop thinking like that and give yourself a chance . Fourth , start each day with a sense of opportunity .<4>Think positively about yourself . Actually everyone has his or her own way of becoming confident .<5>Friends might have useful suggestions , too . In short , as long as you try new things , you are sure to become more confident .\", 'candidates': ['You should talk with your friends .', 'Pay attention and learn from them .', \"First , do n't think about your weak points .\", \"It 's not always right to ask friends for help .\", 'sometimes we might be afraid of trying new things .', 'First , you should know what your weak points are .', 'Start your day by reading something encouraging .']}", + "output": [ + "[5, 1, 4, 6, 0]" + ] + }, + { + "input": "{'passages': 'The United States has all sorts of geography , from deserts to beaches , mountains to flatlands .These conditions help create all sorts of weather : hot , wet , dry , mild and so on .Sometimes all in one day !<1>But others have dry air , so the heat does not feel so bad .In winter , parts of the country get cold and snowy while others stay warm and sunny .This is the difference between , for example , New York City on the East Coast and Los Angeles on the West Coast .Yet even the East Coast has its warm places in winter , like Florida .<2>The Pacific coast has smaller temperature changes , and calmer conditions , than along the Atlantic .Weather in the central and northeastern parts of the country is affected by cold air from Canada and warm air from the Caribbean .<3><4>The hurricane season is , officially , from June to November .The weather service says the United States gets more severe weather than any other country . You know , we do not mean to scare you with all this talk about bad weather .The country also has lots of really nice weather .If you ever plan a trip to the United States , just be sure to read the local weather reports .<5>', 'candidates': ['Conditions can change quickly in a short period of time .', 'That way you can get prepared for whatever the weather may bring .', 'To know about the local weather conditions .', 'Hurricanes are ocean storms that strike mainly in the Southeast .', 'The oceans affect weather along the coasts .', 'In summer , some areas get very hot and the air is very wet .', 'The winter is warm in Florida .']}", + "output": [ + "[5, 4, 0, 3, 1]" + ] + }, + { + "input": "{'passages': ', .. E Most students develop a fear of tests .It is mainly because they lack self-confidence .Fortunately , overcoming your fear of tests is not difficult , as long as you follow the tips below :<1>Those who think that they are not well-prepared are usually those who fear tests the most .As long as you know that you have studied well and for long enough , you will be successful .<2>As long as you have studied well , you will be more confident of your ability to succeed in the test .<3>This way , you know what to prepare for and you can gain confidence about how well you will do in the test .You should know that tests only measure your ability , not your intelligence .So , even if you think you will do badly in one test , be sure that there are other tests to come in which you can do better .<4><5>However , with the right attitude and preparation , you can overcome your fear of tests through the use of these tips .', 'candidates': ['Ask your teacher beforehand about thematerial that is going to be covered in the test .', 'Be confident of yourself .', 'Only if you overcome your fear can you achieve muchin the tests .', 'Make sure that you are well-prepared .', 'Never be afraid of the coming test .', 'As long as you think that there isanother tomorrow , you can overcome your fear of this one test .', 'A fear can be a hurdle to success .']}", + "output": [ + "[3, 1, 0, 5, 6]" + ] + }, + { + "input": "{'passages': \"With your workload growing , you may be telling yourself a vacation is one luxury you ca n't afford .<1>A vacation allows you the opportunity to recharge your physical and motional batteries , disconnect from everyday concerns , and return to work rested and refreshed .Some facts have proved employees are more productive after a vacation than before one .Here are some tips for you to plan your vacation to make sure that your time away from the office is worry free . Time is right .A Robert Half survey shows that July and August are the most favorable months for employees to take a break because these months offer ideal beach weather and many businesses slow down during this time .<2>For instance , if a big task is planned for the summer , you may consider postponing your trip until the fall . Ask others for assistance .<3>Your supervisor can help you determine who is the most qualified for a particular task . Let your contacts know .Give colleagues and customers you frequently work with a few weeks ' notice before you start off .<4>Conduct a technical review .Before you leave , make sure there is plenty of room in your e-mail inbox so you do n't exceed your storage limit while you 're out of the office , which might prevent you from sending messages when you return .<5>In short , taking vacation is necessary and beneficial for your job .But you must plan your vacation properly in order to work free and worry free on holiday .\", 'candidates': [\"Ask trusted colleagues to handle your projects while you 're away .\", 'A summertime beach vacation includes so much more than what you desire these days .', \"But the truth is that you ca n't afford not to take one .\", 'This will give them enough time to plan for your absence .', \"Also make sure passwords wo n't expire while you are away .\", \"What 's more , find your pet a temporary home when you are on vacation .\", 'When planning your vacation , remember to take into account any activity that your department will be focused on during that time .']}", + "output": [ + "[2, 6, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"The next time you go into a bank , a store , or a supermarket , stop and listen .What do you hear ?<1>It 's similar to the music you listen to , but it 's not exactly the same .That 's because this music was especially designed to relax you , or to give you extra energy .Sometimes you do n't even realize the music is playing , but you react to the music anyway .Quiet background music used to be called `` elevator music '' because we often heard it in elevators .But lately we hear it in more and more places , and it has a new name `` Muzak '' .About one-third of the people in America listen to `` Muzak '' everyday .The music plays for 15 minutes at a time , with short pauses in between .It is always more lively between ten and eleven in the morning , and between three and four in the afternoon , when people are more tired .<2>If you listen to Muzak carefully , you will probably recognize the names of many of the songs .Some musicians or songwriters do n't want their songs to be used as Muzak , but others are happy when their songs are chosen .Why ?<3>Music is often played in public places because it is designed to make people feel less lonely when they are in an airport or a hotel .It has been proven that Muzak does what it is designed to do .Tired office workers suddenly have more energy when they hear the pleasant sound of Muzak in the background .<4>.Supermarket shoppers buy 38 percent more things .<5>They say it 's boring to hear the same songs all the time .But other people enjoy hearing Muzak in public places .They say it helps them relax and feel calm .One way or another , Muzak affects everyone .Some farmers even say their cows give more milk when they hear Muzak !\", 'candidates': [\"Some people do n't like Muzak .\", 'The music gives them extra energy .', 'Music is playing in the background .', 'Factory workers produce 13 percent more .', 'They get as much as $ 4 million a year if their songs are used .']}", + "output": [ + "[2, 1, 4, 3, 0]" + ] + }, + { + "input": "{'passages': \"Dr. Jack Tod is very interested in cleaning water .<1>So it 's natural that he is to develop a small and affordable system to clean waste water .His `` Living Machine '' can clean waste water in your home or in your business .<2>.The waste water goes into a big plastic tank where bacteria start to break down the waste .A few days later after it is dealt with , the water is brought into a greenhouse filled with plants and fish .<3>, the plants and animals remove more chemicals from the water , making it cleaner .Then the water can be reused for washing or bathing .<4>, but the water is clean enough for watering the flower , washing the dog , or even for bathing or swimming .The advantage of this technology is that it is affordable and good for the environment .<5>, it can help to use less fresh water , and it can help keep the water supply unpolluted .\", 'candidates': [\"If enough homes and businesses use '' Living Machines ''\", 'Water is important for us', 'He is also interested in saving money', 'It can not be used for drinking or cooking', \"The '' Living Machine '' is a system for cleaning waste water\", 'With the help of sunlight']}", + "output": [ + "[2, 4, 5, 3, 0]" + ] + }, + { + "input": "{'passages': 'Welcome to Franklin Hotel!We will make your stay here as enjoyable as possible .<1>*Room Service: You can use the service 24 hours a day .*Dining Room: You can have three meals a day in the dining room .<2>Also the room waiter may bring breakfast to your room at any time after 7:00 .If you need, please fill in a card and hang it outside your room before 6:00 .Lunch is from 12:00 to 14:00 .Dinner is from 18:30 to 20:30 .*Telephone: There is a telephone in your room .<3>We will tell you to wait a moment if the lines are busy .<4>*Coffee House: You can drink coffee here at the following times: 12:00 to 14:00, 20:00 to 23:30 .*Other services: There is a cinema in the hotel .A film begins at 19:00 on Sundays and Wednesdays .<5>', 'candidates': ['*Shop: The hotel shop is open from 9:00 to 17:30 .', 'Dial 0 before you make a call .', 'We hope we will give you the best service .', \"We're so lucky to have this wonderful world, and I hope we can live on planet Earth in peace .\", \"For Children Museum: Children's Museum, Sundays, 89 North Street, 67641235 Story time: Children's Library, 106 Green Street, Wednesdays during 9:30 a .\", 'Hot water is offered 24 hours .', 'Breakfast is from 8:00 to 9:30 .']}", + "output": [ + "[2, 6, 1, 0, 5]" + ] + }, + { + "input": "{'passages': \"<1>Different cultures celebrate the beginning of a new year in different ways , and at different times on the calendar .In Western countries , people usually celebrate New Year at midnight on January 1st .People may go to parties , dress in formal clothes -- like tuxedos and evening gowns , and drink champagne at midnight .During the first minutes of the New Year , people cheer and wish each other happiness for the year ahead .But some cultures prefer to celebrate the New Year by waking up early to watch the sun rise .They welcome the New Year with the first light of the sunrise .It is also a common Western custom to make a New Year 's promise , called a resolution .<2>Many cultures also do special things to get rid of bad luck at the beginning of a new year .<3>The doll is filled with old newspapers and firecrackers .At midnight , these dolls are burned to show the bad things from the past year are gone and the new year can start afresh ( again ) .Other common traditions to keep away bad luck in a new year include throwing things into rivers or the ocean , or saying special things on the first day of the new year .<4>The more grapes a person eats , the more good luck the person will have in the year .<5>In the United States , some people eat black-eyed peas for good luck -- but to get good luck for a whole year you have to eat 365 of them !\", 'candidates': ['Almost all cultures celebrate the end of one year and the beginning of another in some way .', 'For example , when you make cakes , you mix together all of the usual ingredients .', 'For example , in Ecuador , families make a big doll from old clothes .', 'In France , people eat pancakes for good luck at New Year .', \"Other New Year traditions are followed to bring good luck is to eat grapes on New Year 's Day .\", \"New Year 's resolutions usually include promises to try something new or change a bad habit in the new year .\", 'They have found out one chemical message and traced it all the way from beginning to end .']}", + "output": [ + "[0, 5, 2, 4, 3]" + ] + }, + { + "input": "{'passages': \"The Value of Tears Tears can ruin make-up , bring conversation to a stop , and give you a runny nose .Tears leave you embarrassed and without energy .Still , crying is a fact of life , and your tears are very useful .Even when you 're not crying , they make a film over the eye 's surface .<1>When tears fall , they reduce stress .But we tend to fight them for all sorts of reasons .`` People worry about showing their emotions , afraid that once they lose control they 'll never get it back . ''<2>After we cry , the feelings that caused the tears often disappear . Sometimes people become much stressed and ca n't cry .Whatever emotion they are feeling shock , anger , fear , or sadness-is being held back . But everyone has the need to cry .Psychologist Vera Diamond explains that her treatment often consist of giving people permission to cry .<3>Patients practice crying just to become used to expressing emotions .She suggests safe , private places to cry , like under the bedcovers or in the car .Crying is a way of ease tension , but people do n't like it when others cry because it makes them tense .<4>And they 'll do just about anything to make you stop . In certain situations , such as at work , tears are not appropriate .It 's good not to cry during a tense business discussion .<5>You should also act out the whole situation again and be as noisy and angry as you like .It will help you feel better .`` And , '' she adds , `` Once your tears have taken away the stress , you can begin to think calmly of ways to deal with the problem .`` Tears are a sign of our ability to feel .If you find yourself near someone crying , deal with it .And never be afraid to cry yourself .\", 'candidates': ['They too may be holding back a need to cry .', 'They cry for different reasons .', 'She gives crying exercises .', 'It contains a chemical against infection .', 'The fact is no emotion lasts forever .', 'It forms in response to the stress on the surface of the eye .', \"But once you 're safely behind closed doors , do n't just cry .\"]}", + "output": [ + "[3, 4, 2, 0, 6]" + ] + }, + { + "input": "{'passages': \"<1>If you're guessing a shark or perhaps a larger animal, you'll have to think smaller .The trapjaw ant, which lives in Central and South America, moves its mouth parts at 35 to 63 meters per second .Another way to think about this is that the ant's jaws close at 125 to 233 kilometers per hour .That's 2, 300 times faster than the blink of an eye .Scientists were able to measure the amazing jaw speed using highspeed video techniques .<2>Consider a bow and arrow .<3>If you use a bow, elastic energy stored in the bow is released almost instantly when you release the arrow with your finger or a latch .<4>Maybe even more amazing than how fast these ants grab food or even enemies is how they use this same energy to move .As the ant closes its jaws, it uses them to push off the ground--all faster than the eye can see without slow motion video .<5>3 centimeters into the air .That's like someone who is 1 .7 meters jumping 13 meters high!Not only can they quickly escape from enemies, but often a group of ants will start jumping all at once .It would be hard for their enemies to grab just one .People have suspected the ants used their jaws to jump for over a century, but could only prove it with today's modern video equipment .\", 'candidates': ['A snap of the jaw can send an ant up to 8 .', \"If you sleep at fixed hours, you'll sometimes go to bed when you aren't sleepy enough .\", 'A lot of guests came, and they all had a good time, so they did not go home at 8 .', 'The combination of the springy bow and latch mechanism is what makes the arrow zoom through the air .', \"If you try to throw an arrow with your arm, it won't go very far .\", 'Which animal has the fastest snapping jaw ?', 'Sheila Patek, a biologist, says the key is that the jaws have a springy system, which is critical in getting explosive speeds .']}", + "output": [ + "[5, 6, 4, 3, 0]" + ] + }, + { + "input": "{'passages': \"Do you know what a resolution is ?It 's a kind of promise .Most of the time , we make promises to other people .( `` Mom , I promise I 'm going to tidy my room when I get back from school . '' )However , promises you make to yourself are resolutions , and the most common kind is New Year 's resolutions .<1>When we make resolutions at the beginning of the year , we hope that we are going to improve our lives .Some people write down their resolutions and plans for the coming year .<2>Others tell their family and friends about their wishes and plans .There are different kinds of resolutions .Some are about physical health .For example , some people promise themselves they are going to start an exercise program or eat less fast food .Many resolutions have to do with self-improvement .<3>Some people might say they are going to take up a hobby like painting or taking photos , or learn to play the guitar .Some resolutions have to do with better planning , like making a weekly plan for schoolwork .<4>Although there are differences , most resolutions have one thing in common .People hardly ever keep them !<5>Sometimes the resolutions may be too difficult to keep .Sometimes people just forget about them .For this reason , some people say the best resolution is to have no resolutions !How about you will you make any next year ?\", 'candidates': ['These are about making yourself a better person .', 'For example , a student may have to find more time to study .', 'There are good reasons for this .', 'This helps them to remember their resolutions .', 'The start of the year is often a time for making resolutions .']}", + "output": [ + "[4, 3, 0, 1, 2]" + ] + }, + { + "input": "{'passages': \"Ways to Strengthen Your Brainpower Want a healthier , sharper brain ?It 's easier than you think to achieve improved cognition and memory .Try these simple tips to power up your brain ! 1 .Play ping-pong .<1>Researchers have found that in players older than 50 , ping-pong improves brain health by activating specific neurons , and shows promise in preventing dementia ( an illness that affects the brain and memory , and makes you gradually lose the ability to think and behave normally ) .2 .Close your eyes . Research has found that closing your eyes while recalling an event could help you remember details 23 percent more accurately .<2>It 's thought that once visual distractions are removed , your brain focuses more efficiently.3 .Shake your body . Anew study has found that regular aerobic exercise can actually increase the size of your hippocampus - the part of your brain that helps you learn and remember .<3>4 .Find your sleep sweet spot . Getting a good night 's sleep is the best thing you can do for your brain long term .<4>The National Sleep Foundation recommends seven to nine hours of shut-eye per night for adults ages 18 to 64 , and seven to eight hours for adults 65 and older.5 .<5>Make a point to regularly ask yourself , `` What if everything went right instead of wrong ? ''Positive thinking can actually activate your brain 's physical ability to adapt and change .Former President Jimmy Carter , 91 , who responded to his recent cancer diagnosis with `` optimism and determination , '' is a great example of this .\", 'candidates': ['How does it work ?', 'Look on the bright side .', 'Hang out with friends and family .', 'It improves your mood and clears out your mind .', \"So whether it 's dancing , jumping or running , it 's good for your brain .\", 'If you want to sharpen your brain , you have to focus your attention on yourself .', 'Table tennis has long been praised for its ability to improve attention and concentration .']}", + "output": [ + "[6, 0, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"Many people may enjoy travelling by air , but few like airline food .Airlines have always tried to improve the food quality and the taste in order to attract more travelers .<1>According to some recent scientific researches , a part of the reason is that at high altitude , we ca n't actually taste things well as we do on the ground .Scientists have found that even before a plane takes off ,<2>As the plane climbs , the air pressure changes and our noses become more and more senseless .When the plane goes 35,000 feet high ,<3>They help explain why the tomato juice on airplanes tastes far less sour in the air than it does down on the ground .<4>Otherwise , the food would be tasteless .Astronauts also have to do with this problem on their journeys for similar reasons .<5>The studies are going on !We are looking forward to any improvements .\", 'candidates': ['the nose no longer knows just like being bitten by a snake .', 'How to solve this problem ?', 'the air inside the plane dries out the nose .', 'Getting something tasty in the air is like a dream to the travelers .', 'It also helps to explain why airlines like to have salty and spicy food better .']}", + "output": [ + "[3, 2, 0, 4, 1]" + ] + }, + { + "input": "{'passages': \"<1>It may be difficult for you to decide .But for pianist Lang Lang, Tom and Jerry is the best one .<2>This was his first time to enjoy western music and this experience encouraged him to learn to play the piano .His talent at the keyboard has taken him from Shenyang to the world .Lang became a good piano student at three .<3>In 1997, the 15-year-old boy studied at a famous American music college .<4>He is well-known for making facial expressions and moving around while playing the piano .The road to success has never been easy .Lang's father stopped his job to look after him, while his mother stayed in Shenyang to make money .But Lang thinks himself lucky and believes he should give something back .<5>\", 'candidates': [\"What's your favorite cartoon?\", 'He has helped the children in poor areas a lot .', \"What if caring for a dog or for a mom with Alzheimer's makes you stronger and allows you to live longer?\", \"Lang's performances are energetic .\", 'Ever since, the boy has been doing better and better .', 'When Lang was two years old, he saw Tom play the piano .', \"The second you feel the urge to take action, you'd better immediately get up off your chair and take action .\"]}", + "output": [ + "[0, 5, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"ERIC 'S PAST LIFE Hi Ben , I was talking to my mom yesterday about when I was a baby .I remember lots of things about when I was small .I do n't remember much about when I was a tiny baby .<1>I have n't always lived in LA .I was born near Des Moines , Iowa .<2>We lived with my grandpar-ents on their farm .It was in the middle of wheat fields .We moved to LA when my dad change jobs .I was eight years old .So my first school was in Des Moines , Iowa .<3>I had to stand on the road by our farm at 7 am and wait .If the bus was late , I waited for the bus .<4>!If I was sick , someone went down to the road to tell the driver I was n't coming .A lot of the students came from farms .<5>, and we also played happily with brothers and sisters .We soon made friends .It was good to be with kids of our own age .My best friend was Sam .He was very naughty !Were you naughty at school ?Eric\", 'candidates': ['I has to catch the bus to school .', 'But my mom has told me about that .', \"It 's a small farming town in America .\", 'If I was late , the bus driver waited for me .', 'So we all spent a lot of time on our own farms .']}", + "output": [ + "[1, 2, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"People Are People Globalization has brought different cultures together in a way unimaginable one hundred years ago .Today , Chinese , Indians , Arabs , Africans , Anglos , and Hispanics may all work in the same offices , attend the same schools or live in the same neighborhoods .<1>And our society has lately emphasized the importance of diversity .<2>Take the following old proverbs for example . Honesty is the first chapter in the book of wisdom.-Thomas Jefferson , American President One falsehood spoils a thousand truths.-African proverb Be honest to those who are honest , and be also honest to those who are not honest.-Lao Tzu , Chinese philosopher A sacrifice is written off by a lie and the merit of devotion by an act of cheat.-Hindu saying<3>There seems to be a sort of cultural unity . We do n't wish to imply all cultures are the same .Cultural diversity is real , and people from different cultures view many situations in different ways .However , historically , different cultures seem to share many common values .They are justice , courage , patience , generosity , equality , mercy and kindness , respect for the elders , and many more .Lying and stealing appear to be wrong no matter where you go .Perhaps some cultures make room for extenuating circumstances more than others ; perhaps cultures apply these virtues in different ways ; and when values disagree , different cultures may place different levels of importance on them .<4>But both cultures may still value both . To us , it seems as if there is some sort of code of right and wrong that everyone everywhere seems to understand , regardless of culture .It is almost as if , behind all of the diversity , one finds a common understanding-a human culture , if you will-that goes beyond racial , social , and political boundaries .<5>\", 'candidates': ['All people seem to agree that we should tell the truth .', 'Each value supports many more quotes from different cultures .', 'As cultures rub shoulders with each other , many differences stand out .', 'We want to show , however , that there is more to these cultures than diversity .', 'These quotes from four separate cultures all support the same value-honesty .', 'It is almost as if , despite all our differences , we are all still the same-we are just people .', 'In other words , one culture may lean more toward justice and another culture more toward mercy .']}", + "output": [ + "[2, 3, 4, 6, 5]" + ] + }, + { + "input": "{'passages': \"A new study suggests that the timing of a wound affects the speed at which it heals .Wounds suffered during the day heal around 60 percent faster than those at night . The study showed how the bodies circadian rhythm controlled the healing of wounds .<1>It tells our bodies when to wake up , eat and sleep in a circle-a series of activities that repeat themselves day after day .<2>In the study , researchers found that skin cells moved faster to repair wounds suffered during the day .Their findings were published in the journal Science Translational Medicine . The researchers examined cells , mice , and burn injury databases .<3>Night-time burns-burns suffered between 8 o'clock at night and 8 o'clock the next morning-were 95 percent healed after an average of 28 days . But after an average of 17 days , daytime burns -burns suffered between 8 o'clock in the morning and 8 at night -were 95 percent healed .<4>Wounds are very costly to treat .<5>In Britain 's National Health Services , for example , such services cost around $ 6.56 billion per year .Experts say the high costs result , in part , from a lack of drugs that speed up the closure of wounds .\", 'candidates': ['Each cycle lasts about 24 hours .', 'The circadian rhythm is like a clock or timer .', 'Specifically , their investigation found the following information :', \"The new study 's findings could help scientists develop better drugs .\", 'In other words , nighttime injuries took an average of 11days longer to heal .', 'Worldwide , billions of dollars are spent every year on wound-treatment services .', \"That 's what a group of researchers from a university in Canada recently published .\"]}", + "output": [ + "[1, 0, 2, 4, 5]" + ] + }, + { + "input": "{'passages': \"<1>Britain may be the most red-headed country in the world .About I t0 2 percent of the world 'S Population has red hair .but in the UK the numbers are much higher .with 13 percent of Scots .10 percent of the Irish , and 6 percent of people in England having red hair , according to the BBC .<2>Scientists have tried to explain why some people have red hair for some time and now they may have found an answer : the dull weather in Britain .The human body needs vitamin D from sunshine .but unfortunately people living in Britain do not have enough of it because of its maritime climate .In fact .Britain gets even more cloud than countries in the far north of Europe .In Sweden .for example .the average daily hours of sunshine is 5 .4 .In Scotland it is only 3 .I hours .<3>To deal with this .the DNA of people living in these areas has changed slightly ; scientists fall this a mutation .Originally .the color1 ing on our body is a mixture of two kinds of melanin - black melanin is suppressed while only red yellow melanin is made .The result is red hair , light skin color1 .freckles and a greater sensitivity to sunlight .<4>However , what 's more interesting is that the redhead DNA mutation is recessive .which means it is hidden and can often skip generations without showing .At least 1 6 million Scots carry a redhead gene mutation , and most are unaware that they do .This is why a person who does not have red hair can still produce red-haired children if he or she is a carrier of this special DN<5>The research on red hair .like many areas of science .is contradictory ( .In 2002 researchers showed that redheads are more sensitive to pain , and need more anesthetic during surgery than people with blonde or dark hair .However , in 2005 scientists found that a MCRIR mutation gives redheads a higher tolerance for pain .Research into these aspects of red hair genetics continues .Redheads should though be more careful about their exposure to sunlight as they are at an increased risk of contracting skin cancer .If you are a redhead .the advice is not to stay out of the sun .hut to be careful about how much exposure YOU get .and to cover yourself with a high factor sunscreen .\", 'candidates': [\"Redheads ' benefits\", 'Divided opinions', 'Inheriting characteristics', 'Gene mutation', 'Home of the redheads', 'Various weather types', 'Weather is to blame']}", + "output": [ + "[4, 6, 3, 2, 0]" + ] + }, + { + "input": "{'passages': \"A : Hello , Bob !How is it going ?B : Hello , Kate ! 1 .<1>And you ?A : Very well . What 's your plan for the summer ?B : I had a Chinese course last year , and I 'd like to go on with it this summer .A : How was the course ? 2 .<2>B : Yes . It seemed that way at first . But after a while it became easier .A : You were the best in the class , right ?B : I did get an<3>A : No , not this summer.4 .<4>B : That must be very interesting . Can I go with you ?A:5 .<5>Oh , there comes the bus !Good-bye !B : Bye-bye !\", 'candidates': ['I plan to go to Africa next summer .', 'Will you travel somewhere interesting ?', 'Where do you come from ?', 'Is Chinese very difficult ?', \"I 'm OK .\", 'Traveling is very expensive .', 'No problem .']}", + "output": [ + "[4, 3, 1, 0, 6]" + ] + }, + { + "input": "{'passages': \"<1>High school in America is not just a place for studying some subjects .It is also an important social centre, where students can develop other interests and talents .The high school course is divided into four years .School usually starts at about 8:00 am, and ends at about 3 pm .There's no class on Saturday .Students have lunch at the school cafeteria , where they can choose from a variety of good things to eat and drink .After lunch they can play sports, talk to friends or simply relax .The lunch break lasts about an hour .When the school day ends, some students go home, but many still stay at school for after-school activities .<2>With the headmaster's agreement, students can start any kind of club that is educational and fun!<3>This means being a good student, being active in the community and being well-liked by others .Popular students are elected to take part in Student Union .<4>Most American high school students have a part-time job during the school year and a full-time job during the summer .<5>Most high schools have a job list to help students find work .Teenagers are fond of their jobs!\", 'candidates': ['Plus,76 percent of Chinese women and 73 percent of global females will take part in cultural and scenic activities .', 'There are many activities to take part in and clubs to join .', 'At the moment, in their second year of high school, students must choose either the sciences or the humanities .', 'Every year in June there are prizes for the best athletes .', 'American high school students like to be popular .', 'Life in an American high school is an interesting and exciting learning experience .', \"Parents encourage their children to work because it's part of growing up and becoming responsible and independent .\"]}", + "output": [ + "[5, 1, 4, 3, 6]" + ] + }, + { + "input": "{'passages': \"If your child is being bullied , there are ways to help him or her deal with it on a day-to-day basis and lessen its lasting effect . If your child tells you about a bully , focus on offering comfort and support , no matter how upset you are .Kids are not willing to tell adults about bullying because they feel embarrassed and ashamed .<1>Sometimes kids feel like it 's their own fault .<2>Some kids are afraid that if the bully finds out that they have told others , it will get worse .Others are worried that their parents wo n't believe them or do anything about it .<3>Remind your child that he or she is n't alone .Emphasize that it 's the bully who is behaving badly - not your child .Comfort your child and say that you will find out what to do about it together . Take it seriously if you hear that the bullying will get worse if the bully finds out that your child has told someone .<4>But in most cases , teachers are the best ones to contact first .If you 've tried that and still want to speak to the bullying child 's parents , it 's best to do so in a context where a school official , such as a teacher , can mediate .<5>Find out about the laws in your community .In certain cases , if you have serious concerns about your child 's safety , you may need to contact legal authorities .\", 'candidates': ['Praise your child for being brave enough to talk about it .', 'They also worry that their parents will be disappointed .', \"Many kids do n't tell anyone because they feel ashamed .\", \"They think that if they acted differently it would n't be happening .\", 'A bully can turn something into a serious thing for kids .', 'Many countries have bullying laws and pocilies .', \"Sometimes it 's useful to find the bully 's parents .\"]}", + "output": [ + "[1, 3, 0, 6, 5]" + ] + }, + { + "input": "{'passages': \"Directions : Read the following four passages .Each passage is followed by several questions or unfinished statements .<1>Choose the one that fits best according to the information given in the passage .I 've always known that my son uses his cellphone a lot , but his cellphone bill last month really got my attention , He had received nearly 2,000 text messages , and had sent nearly as many .Of course , he was out of school for the summer , and communicating more with friends who were far away .However , I had to wonder how he found time to keep a summer job and complete a summer course in between all that typing with his thumb .<2>Teenagers with cellphones send and receive an average of 2 .272 text messages a month , Nielsen Mobile says , author of a book called The Dumbest Geheraiion : How the Digital Age Stupefies Young Americans and Jeopardizes ( ) Our Future Some experts say that all that text messaging is making our children stupid , and unable to read nonverbal cues such as facial expressions , gestures , postures and other silent signals of mood and attitude .Unlike telephoning , text messaging does n't even allow tones or pauses to be sent to others , says Mark Bauerlein Beyond that , though , I 'm not sure I see as much harm as critics of the trend do .<3>But over time , I 've seen that my son suffers no apparent bad effects , and that he gains a big benefit of easy and continuing contact with many friends .Also , the time he spends texting replaces the hours teenagers used to spend on the phone ; he dislikes talking on the phone , and says he really does n't need to do so to stay in touch .I do n't think texting makes children stupid .<4>And it may distract them from math problems or what they have to do for school .<5>My son is as good at interpreting nonverbal cues as any of the older members of our family .If anything , I 've found him more engaged and easier to communicate with from a distance , since he 's constantly available through texting , and responds with faithfulness and speed that any mother would find reassuring .\", 'candidates': ['It may make them annoying , when they try to text and talk to you .', 'For each of them there are 4 choices marked A , B , C and D .', \"I bought some computer games , and put them in my bag so that you would n't see them .\", 'For example , in a football game , if Team A gets 7 points and Team B gets 3 points , Team A wins the game .', \"I do n't see that texting harms the ability of teenagers to communicate , either .\", 'I was even more surprised to learn that my son is normal .', \"I 've written before on how I initially tried to control my sons texting .\"]}", + "output": [ + "[1, 5, 6, 0, 4]" + ] + }, + { + "input": "{'passages': \"Follow these steps and you 'll be getting to bed earlier before you know it .<1>If you 're currently going to bed at 11 pm , do n't decide that tonight you 're going to get to bed at 9 pm .But more generally , it 's also important to give your body time to adjust as you start changing your bedtime .So you should take smaller steps .<2>Write down your new bedtime .Set up your environment to avoid objections .What you 'll need to do is to think your specific plan , and identify potential objections .<3>Imagine your routine for this evening , think through any possible obstacles and decide on specific ways that you 'll avoid them .Set reminders for yourself to stick to your plan .<4>The idea here is that reminders not only alert you in the moment , but they also help you build tiny habits for certain behaviors . Decide what time you 're going to begin the process of getting ready for bed .Add it to your calendar .Make a public commitment . Making s a public commitment to getting something done is a great way to create responsibilities for yourself .<5>Decide what time you 're going to go to bed tonight and find friends to tell them what time you 're going to bed in case you miss your bedtime .\", 'candidates': ['Make a change gradually .', 'Studies show that once you make it , we are more likely to honor it .', 'Remind yourself to go to bed as early as possible tonight .', 'Decide to go to bed 15 minutes earlier tonight than you usually do .', 'Make sure you get success in one time when you plan to change your bedtime .', \"Once you 've mapped out a plan for your evening , you can set reminders for yourself .\", \"The idea is to design your environment to make it less likely that you 'll give up your plan .\"]}", + "output": [ + "[0, 3, 6, 5, 1]" + ] + }, + { + "input": "{'passages': \"problem `` Nature does not hurry , yet everything is accomplished . ''-- -Lao Tzu If you are in a city where everyone rushes , realize that you do n't have to be like everyone else .You can be different .You can walk instead of driving in rush hour traffic .You can be on your i Phone or Blackberry less , and disconnected sometimes .Your environment does n't control your life -- -you do .I 'm not going to tell you how to give you a step-by-step guide to moving slower .<1>1 .Do less .Cut back on your projects , on your task list , on how much you try to do each day .Focus not on quantity but on quality .<2>Save smaller , routine tasks for later in the day , but give yourself time to focus .2 .Have fewer meetings .<3>And they eat into your day , forcing you to squeeze the things you really need to do into small windows , and making you rush .3 .<4>When you do the important things with focus , without rush , there will be things that get pushed back , and that do n't get done .And you need to ask yourself : how necessary are these things ?What would happen if I stopped doing them ?4 .Practice mindfulness .Simply learn to live in the present , rather than things so much about future or the past .When you eat , fully appreciate your food .When you are with someone , be with them fully .When you are walking , appreciate your surroundings , no matter where you are .Try these things out .Life is better when unrushed .<5>\", 'candidates': ['Start to put off or cancel the unnecessary .', \"Meetings are usually a `` big waste of time '' .\", \"The world likely wo n't end if you do n't pass one of the examinations .\", 'But here are some things to consider and perhaps adopt , if they work for your life .', 'Remember the quote : if nature can get everything done without rushing , so can you .', 'Pick 2-3 important things -- -or even just one important thing -- -and work on those first .', 'Give yourself more time to get ready and get there .']}", + "output": [ + "[3, 5, 1, 0, 4]" + ] + }, + { + "input": "{'passages': \"Benefits of Sports Doing sports is a physical , mental and social adventure .It 's a great way for children to take a break from academics and release extra energy .It also helps them lead fuller and happier lives as regular sports have proven to improve overall well-being . The physical benefits of doing sports are probably the most obvious .Regardless of your fitness level when you start playing sports , you 'll notice an increase in your overall fitness once you 're involved .<1>Basketball players focus on strength training ; football players work on speed while track athletes train through longer runs .The training process helps promote physical fitness and performances in competitions .<2>Playing sports contributes to mental health , helping to increase confidence and self-worth .A pat on the back , high-five from a teammate , or handshake after a match really boosts a child 's confidence .Words of praise and encouragement from the coach , parents and other players raise the self-worth .<3>So after a game , it 's a better idea to ask `` Did you enjoy the game ? ''rather than `` Did you win ?`` Children who participate in sports might also benefit from the social aspect , feeling part of a group , building up accountability and leadership .<4>Teamwork involves both being dependable as a teammate and learning to rely on your teammates to achieve a positive outcome .Teamwork breeds accountability and challenges you to be responsible for your actions .Being part of a team gives you an opportunity to be a leader . Discipline is another social advantage .Most organized sports require a strict training and practice schedule .As a student-athlete , you need to balance academics and athletics .<5>There is no shortage of reasons to find a sport to get involved in .Are you ready to go ?Pick one and get moving !\", 'candidates': [\"It 's not just your body that benefits from sports .\", 'Therefore , playing sports is going to make you more fit .', \"But remember , a child 's self-worth should not be distinguished by victory or loss .\", \"If you play group sports , you 'll be part of a team that takes direction from a coach .\", 'Nearly every sport requires physical activity and the skills needed to be competitive .', 'Among these , learning how to function as part of a team is the most important advantage .', 'Only with strict discipline can you be successful both in the classroom and in the sports field .']}", + "output": [ + "[4, 0, 2, 5, 6]" + ] + }, + { + "input": "{'passages': \"<1>Before his inauguration, President Obama published an open letter to his daughters in Parade magazine, describing what he wants them and every child in America to grow up in a world with no limits on your dreams and no achievements beyond your reach, and to grow into compassionate, committed women who will help build that world .While living in Chicago, they kept busy schedules .<2>Malia and Sasha attended the private Sidwell Friends School in Washington, DC .<3>In his victory speech on the night of his election, President Obama repeated his promise to Sasha and Malia to get a dog to take with them to the White House .On April 12, 2009, it was reported that the Obamas had adopted a six-month-old Portuguese water dog given to them as a gift .The dog was named Bo by Malia and Sasha .Though Malia and Sasha Obama are the president's kids, it doesn't mean they'll be catered to .<4>Besides bed-making, Malia and Sasha must clean up their rooms and keep on top of their homework .<5>\", 'candidates': ['The girls are still required to do their chores .', 'Soccer, dance and drama for Malia, gymnastics and tap for Sasha, piano and tennis for both .', 'Barack and Michelle Obama have two daughters: Malia, born in 1998, and Sasha, born in 2001 .', 'The Obamas want their girls to grow up in a normal way .', 'The moment we open our eyes each day, we should be grateful that we are still alive .', 'The Obama girls began classes there on January 5, 2009 .', 'The micro blog campaign has gained support from charities, and other social institutions since it was launched in January .']}", + "output": [ + "[2, 1, 5, 0, 3]" + ] + }, + { + "input": "{'passages': \"According to a new survey student safety has become a big problem .Li Lin , a teacher from Loudi , gives young students advice on how to deal with danger .If you are in a traffic accident .If a car hurts you , you should remember the car number .If it is a bicycle , try to call your parents before you let the rider go .<1>Don ' t stay in high places and stay away from trees .When there is a fire .Get away as fast as you can .Put wet things on your body and try to find an exit .<2>If someone is drowning .If you ca n't swim ,<3>Cry out for help .Remember that danger is never as far away as you think .If someone robs you .Please always keep calm .If you can not cry for help or run away ,<4>Try to remember what the robber looks like and tell the police later .\", 'candidates': ['Do not take the lift', \"don ' t get into the water\", 'give the robber your money', 'If there is lightning when raining', \"This is because you do n't know how seriously you are hurt\"]}", + "output": [ + "[4, 0, 1, 2]" + ] + }, + { + "input": "{'passages': \"Some Life Skills Teenagers Should Learn Healthy habits , Teens should understand the importance of sleep , exercise and nutrition .<1>Also , teach healthy self-soothing skills for managing disappointment .Teens do n't handle disappointment well these days , which contributes to anxiety Dealing with conflict . Whether dealing with a thoughtless roommate or an unclear boss , teens need to learn to have uncomfortable conversations .When we handle things for our kids , they learn to avoid situations that feel difficult .<2>Phone skills .<3>This seems simple to you .However , this seems not so much to a generation of texters .Have teens practice by ordering the family 's to-go meal by phone and making their own doctor and dentist appointments .If they get sick in college - and they will - they 'll need to contact the student health clinic without you .<4>Teens should know how to settle their checking account and understand budget basics .Explain how health insurance works , what a co-pay is and the nuts and bolts of credit cards . Household chores . Teens should not only understand two to run a washing machine , but how to fold clothes and put them away .Have your child sweep the floor , clean a bathroom , cook breakfast for the family or go to the grocery store for you .<5>They may complain but the more tasks teens handle , the more competent they 'll feel when they move out .Competence begets confidence .\", 'candidates': ['Money basics .', 'Developing confidence .', 'Sometimes they might lost patience .', 'Teens need practice talking on the phone .', 'Kids need to experience great skill at home .', 'So let your teen handle talking to her coach , teacher or boss .', 'Before you can do anything well , you have to have healthy habits .']}", + "output": [ + "[6, 5, 3, 0, 4]" + ] + }, + { + "input": "{'passages': \"National Family Week-an event that encourages families to spend more time together-carried out a study among 8-15 yearolds .The study found 40 % of girls thought Facebook was one of the most important things in their lives-compared with 6 % of boys .Parents were found to underestimate the importance of Internet technology .<1>The survey was carried out last month and based on 3,000 parents and 1,000 children across the UK .The survey shows that girls are using social networking as something central to their social and family life .<2>Asked to name the three most important things in their lives , the most popular choices for girls were friends , family and then Facebook and MSN .Girls are also more likely to believe that technology-in the form of social networking and mobile phones-plays an important role in their lives .While 41 % of girls think technology is one of their biggest influences , only 17 % of boys believe this .<3>The survey says that parents have failed to keep up with their children 's use of technology , overestimating their own importance in their children 's lives .<4>It found that both boys and girls would much rather have stories read to them by their mothers .<5>\", 'candidates': ['However , girls felt closer to their fathers , while boys felt closer to their mothers .', 'Girls see their big influences as parents , teachers and technology , while boys choose parents , friends and school as their big influences .', 'The survey also looked at how children thought about their relationships with their parents .', 'The survey of 2,000 people found that social media apps , calculators , calendars and cameras were also seen as particularly important functions .', 'Girls saw websites such as Facebook as much more influential than television , magazines , famous people and even their own brothers and sisters .', \"The parents of public pupils do not have to pay for their children 's education because taxes support the public schools .\", 'The role of social networking was particularly important in families with a single mother as parent .']}", + "output": [ + "[6, 4, 1, 2, 0]" + ] + }, + { + "input": "{'passages': \"Once upon a time there was a poor woodcutter who worked very hard from morning till night .He had a son and his name was Herman .The old man saved some money and sent his son to university .( 1 )<1>But the money that the father gave his son was all finished after two years and Herman had to come back home .The old man had no more money .Herman said he would stay and work with his father .The next day Herman went to the forest with his father .Though he had never done such work before , he worked well .( 2 )<2>Herman took his bread and said he would go a little way into the forest .Herman was so happy with the bright sunshine that he walked and walked .Suddenly he heard a voice , `` Let me out !Let me out ! ''( 3 )<3>There was something in the bottle that looked like a small frog .It jumped up and down shouting , `` Let me out ! ''As soon as Herman opened the bottle , the little thing jumped out of the bottle and began to grow .( 4 )<4>`` Thank you , young man , '' he said .`` Now it 's my turn to help you . ''The giant gave Herman a piece of cloth .`` It is unusual , '' said the giant .`` Put it on a stone , and it will turn the stone into gold . ''Herman ran back to his father with the unusual cloth .( 5 )<5>Also , Herman went back to university to learn more .Years later he became a famous doctor in town ., ,..\", 'candidates': ['Thanks to it , they became rich and began to live a comfortable life .', 'Herman thanked the giant for the present and returned to his father .', 'Three hours later his father asked him to stop to have dinner .', 'Herman looked down and saw a green bottle under a tree .', 'In a minute it stood in front of Herman like a giant .', 'Herman worked hard and learned a lot of things .']}", + "output": [ + "[5, 2, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"Eyesight plays a very important role in our daily life .Every waking moment the eyes are working to see the world around us .Over forty percent of Americans worry about losing eyesight but it 's easy to include steps into our daily life to ensure healthy eyes .Here are five suggestions for a lifetime of healthy eyesight Schedule yearly exams .<1>Experts advise parents to bring babies 6 to 12 months of age to the doctor for a careful check .The good news is that millions of children now can have yearly eye exams and following treatment including eye- glasses .Protect against UV rays .Long-term stay in the sun creates risk to your eyes .No matter what the season is it 's extremely important to wear sunglasses .<2>Give your eyes a break .Two-thirds of Americans spend up to seven hours a day using computers or other digital products .<3>Experts recommend that people practice the 20/20/20 rule every 20 minutes take a 20-second break and look at something 20 feet away .<4>As part of a healthy diet eat more fruits and vegetables each day .Vitamins C and E help protect eyesight and promote eye health .Practice safe wear and care of contact lenses .Many Americans use contact lenses to improve their eyesight .While some follow the medical guidance for wearing contact lenses many are breaking the rules and putting their eyesight at risk .<5>Otherwise you may have problems such as red eyes pain in the eyes or a more serious condition .\", 'candidates': ['Eat your greens .', 'Eye care should begin early in life .', 'They can properly protect your eyes .', 'Stay in good shape by taking more vitamins .', \"Parents usually do n't care about their own eyesight .\", \"Always follow the doctor 's advice for appropriate wear .\", 'This frequent eye activity increases the risk for eye tiredness .']}", + "output": [ + "[1, 2, 6, 0, 5]" + ] + }, + { + "input": "{'passages': \"When your mother scolds you , you can look elsewhere and think about other things .<1>But remember : such a tough attitude can not be used often .<2>The images have created heated debate among Chinese netizens .Regarded as a book for children aged 6 to 12 who are always scolded by their parents , the cartoons , drawn by two 10yearold Beijing girls , list over 20 skills which children can use to deal with their mothers ' anger such as crying , pretending to be ashamed , fleeing into the toilet and pleasing her afterwards .Each skill is described with vivid pictures and humorous notes .<3>According to one of the girls ' mothers , her daughter once received a poor mark in an exam , and the mother blamed her and compared her performance with another classmate .<4>The girl 's father , who first posted the pictures on his Sohu Microblog on Monday , said he hopes parents pay close attention to the pictures , allow children to feel free to develop their own characteristics and try not to criticize them so often .The father said the cartoons are n't finished yet ; his daughter will continue with them when she has time .The cartoons , although an individual case , reflect a modern phenomenon and some of the problems within Chinese family education , said Yu Qinfang , an expert on family education .<5>9 percent of primary school students hate being urged to do things by their mothers .Not giving children enough time and hurrying them to do things seems to be a very tiny detail within family life , but it is potentially a huge problem which can easily be ignored by parents .A mother 's blame may lead to negative feelings within her child 's heart , Yu said .Parents should learn to blame less and be more patient .\", 'candidates': ['According to a survey of 104 children and their parents , Yu discovered that as many as 51 .', \"The couple 's first daughter was born in 1998 , followed by a second daughter in 2001 .\", 'These words are from a series of cartoons which outline skills for children to fight against their mothers .', \"The daughter 's feelings led to her creating the cartoons .\", 'Just ignore her words .', 'Do this by writing abbreviated words such as med for medicine , using symbols such as % for percent , and writing short sentences .', 'The creativity of the young girls has amazed netizens , the Yangtse Evening Post reported on Thursday .']}", + "output": [ + "[4, 2, 6, 3, 0]" + ] + }, + { + "input": "{'passages': \"Learn to Cite Sources During your university education , you 'll be exposed to ideas and scientific theories of scholars and scientists .Unavoidably , your own ideas will be shaped by the ideas you come across .<1>That means you should go beyond what you learn in your textbooks or in the library .Your original work is the basis for your professor 's evaluation of your performance .Thus , academic honesty is fundamental in your university education .It demands that you cite the source materials you base your own work on .<2>Correctly citing your sources helps you distinguish your own ideas from those of other scholars .On the readers ' side , it permits a reader to determine the depth of your research .<3>On the contrary , lack of citing will only raise your reader 's doubt . So you need to learn when to cite and how to provide an adequate or accurate reference list .If you fail to cite your sources , whether deliberately or carelessly , you will be found responsible for plagiarism .<4>If you are not sure , ask your professor for guidance before submitting the paper or report .Keep in mind this general rule : when in doubt , cite !<5>For example , students from East Asia may think that copying directly from sources is the proper way to do research .Students in France , preparing for the final examination , may be encouraged to memorize whole passages and copy them into papers .Those cultural differences can lead to false assumptions about academic expectations in the country you study in .\", 'candidates': ['Some university students may cheat in different ways .', \"These include other scholars ' ideas , figures , graphs and so on .\", 'The academic challenge you face is to make something original .', \"Often , students want to use others ' opinions to support their own essays .\", 'It also allows a reader to appreciate your original contribution to the research .', 'For international students , it is important to know local academic expectations .', 'Not knowing academic regulations is an unacceptable excuse for such behavior .']}", + "output": [ + "[2, 1, 4, 6, 5]" + ] + }, + { + "input": "{'passages': \"Disposing of waste has been a problem since humans started producing it .As more and more people choose to live close together in cities , the waste disposal problem becomes increasingly difficult .During the eighteenth century , it was usual for several neighboring towns to get together to select a faraway spot as a dump site .People would transport household rubbish , rotted wood and old possessions to the site .Regularly some of the trash was burned and the rest was buried .The unpleasant sights and smells caused no problem because nobody lived close by .<1>Those located on rivers often just poured the unwanted remains into the water .Others built huge burners with chimneys to deal with the problem .Several facts make these choices unacceptable to modern society .<2>Dumps , are most needed in heavily populated areas .<3>Farm areas are refusing to accept rubbish from elsewhere , cheap land in major city areas to dispose wastes is nonexistent .<4>Pollution of rivers , ground water , land and air is a price people can no longer pay to get rid of waste .<5>Recycling efforts have become commonplace , and many towns require their people to take part .Even the most efficient recycling programs , however , can hope to deal with only about 50 percent of a city 's reusable waste , so more people should be involved in recycling programs .\", 'candidates': ['Factories and some other industrial sites also had waste to be disposed of .', 'Awareness of pollution dangers has resulted in more strict rules of waste disposal .', 'The first important thing you must do is to remember what your dream is .', 'The amount of waste , however , continues to grow .', 'The history of English continues as Middle English , and then it becomes Modern English , and it is spoken today .', 'Such areas rarely have empty land suitable .', 'The first problem is space .']}", + "output": [ + "[0, 6, 5, 1, 3]" + ] + }, + { + "input": "{'passages': \"People have been making and flying kites for about 2,000 years .<1>Some historians believe that the ancient Chinese may have started kite flying .It is still a popular hobby in Pakistan , China , Japan and Korea and in other countries of the Far East where beautifully decorated kites appear in different color1 s .<2>Simple kites are made by crossing two sticks and covering them with paper or cloth .Then you attach a string at the end .More expensive kites have frames made of fiberglass , plastic or aluminium .The name comes from a graceful bird called Kite .<3>A flat kite is the oldest and simplest type of kite .It flies because air flows over and under the kite 's wing .The pressure under the wing helps the kite lift into the air .<4>Early scientists sent kites up into the air to measure temperature at different heights .In 1752 , Benjamin Franklin used a kite to prove that lightning was a form of electricity .He attached a metal key to the string of a kite .When lightning hit the kite , electricity passed down the string and Franklin got an electric shock .It was a dangerous experiment that you should n't copy . Kites were also used to develop airplanes .The Wright Brothers experimented with kites before they flew the first airplane .<5>In World War I the Germans developed a large kite that could transport people to a submarine .Kites were also used to carry radio signals over long distances . Today most people fly kites as a hobby .Kite festivals are organized in many cities in all parts of the world .\", 'candidates': ['Kites are made in many different sizes , co1ors and shapes', 'No one knows for sure who invented the kite', 'In the past kites were used to take pictures in wars', \"Kite flying is great fun and it 's easy if you know some secrets\", \"In Japan , families fly fish kites on Children 's Day\", 'Stories of kites were brought to Europe till the end of the 13th century', 'Kites have also been used in experiments']}", + "output": [ + "[1, 0, 3, 6, 2]" + ] + }, + { + "input": "{'passages': \"Zhao Cheng is a typical member of the post-90s generation .And like many of his peers , he spends a lot of time staring at his computer screen , looking for amusing passages to share on his micro blog .He also writes his own amusing comments and observations .It may seem that Zhao,19 , a fresh high school grade , is simply wasting time with his micro blogging exploits .His parents certainly thought so .<1>Enterprises , especially those targeting young customers , have realized the value of marketing on micro blogs .Ads , if forwarded by popular bloggers , will enjoy widespread Internet coverage .<2>However , in order to be successful , you need to ensure that your micro blog has a large number of followers .<3>In Zhao 's opinion , it 's not necessary to come up with a totally original micro blog .You can publish a popular post you have found in other online communities on your micro blog .But to become a sensation , you have to be the first one to publish the post , said Zhao .<4>He or she also needs to be daring enough to publish potentially controversial posts or launch activities which could be risky .Running a popular micro blog is an exhausting job , both physically and mentally .Publishing ads also requires energy and commitment .In order to hunt for the most up-to-date , hot topics online , Zhao has to spend almost all of his spare time surfing the Internet .<5>\", 'candidates': ['He says another part of the problem is that people blink less often when they use digital devices .', \"Therefore , a micro blogger needs to be aware enough to sense a post 's potential to become an online sensation .\", 'Launching a micro blogging sensation can be tough for rookies .', 'Therefore , it appears that running a popular micro blog and forwarding several ads per day is a financial rewarding career choice nowadays .', \"Taobao , China 's largest online shopping site , has become an important part of Wang Lin 's life .\", 'He often stays up late .', 'And then Zhao amazed them by turning his hobby into a profitable career .']}", + "output": [ + "[6, 3, 2, 1, 5]" + ] + }, + { + "input": "{'passages': \"Every morning is a struggle .<1>But did you know that drinking water can make you more energetic and productive ? It helps to balance your nervous system .Drinking water on empty stomach especially if it 's hot can improve the health of your nervous system .<2>At this moment , if you just have a glass of warm water , it can properly offer water to your nervous system which will help it function properly . It prevents mild headaches .<3>So just by increasing your water intake you are basically preventing your chances from suffering from them .<4>Water can help release bacteria and other harmful elements from your system .This , in turn can help your body fight the effects of certain chemicals which can cause your looking older .Furthermore your skin will feel refreshed , which can help it maintain a flexible appearance . It improves your appetite .Early in the morning , with your stomach totally empty it is natural you will feel hungry .So another benefit of drinking water is preparing you to have the most important meal of the day-breakfast .<5>So now you know the benefits of drinking water on empty stomach .Just add a glass of warm or hot water to your schedule after you wake up and see all the health benefits it will bring to your life .\", 'candidates': ['It prevents body aging .', 'It promotes mental fitness .', 'Early morning , the stomach is most thirsty .', 'We think that a cup of coffee would make things right', \"The importance of drinking water ca n't be emphasized too much .\", 'Besides , having a healthy desire for food is good for overall health .', 'Doctors say they result from the removal of water among various reasons .']}", + "output": [ + "[3, 2, 6, 0, 5]" + ] + }, + { + "input": "{'passages': 'DNA is the whole map of the human body .<1>DNA is the reason that we look like our parents, because we get some of their DNA to make our own .<2>In 1860, Mr .<3>It is because of small things called genes in our body .In 1953, two scientists, Watson and Crick, found out that those small parts are really messages .<4>In 1961, another two scientists found the first word that they could understand in that language .It shows how DNA tells the cell to build its parts .So far, scientists have found all the words in the DNA map, but we still do not understand what they all do .By understanding what just one word means, we can help to save people from several illnesses .So the more we understand, the more doctors will be able to do .<5>Other people worry that when we learn more words and and find out more information, we will use it in the wrong way, just to make people more attractive, or stop sick people getting jobs .', 'candidates': ['People have been trying to understand the human body for a long time .', 'It is something that all human have, and it tells the body what to do .', 'It will lead to CANCER if it is stored in our body system for a long period of time .', 'Mendel discovered why we look the same as other people in our family .', \"Ethiopia's Health Minister Kesetebirhan Admasu said increasing family incomes had helped improve people's health .\", 'Most people hope that this will help to make better medicine and help sick people .', \"They're written in the DNA with a special language .\"]}", + "output": [ + "[1, 0, 3, 6, 5]" + ] + }, + { + "input": "{'passages': \"During these days , the United States is full of cars .There are still some families without cars , but some families have two or more ones .<1>They are also a necessary part of life . Cars are used for business .They are driven to offices and factories by workers who have no other way to get to their jobs .When salesmen are sent to different parts of the city , they have to drive in order to carry their products .<2>Sometimes small children must be driven to school .In some cities school buses are used only when children live more than a mile away from the school .<3>One mother drives on Mondays taking her own children and the neighbors ' as well .Another mother drivers on Tuesdays , another on Wednesdays , and so on .<4>Men also form car pools , with three or four men taking turns driving to the place where they all work .<5>So more car pools should be formed in order to put fewer cars on the road and use less gas .Too many cars will lead to some problems such as accidents or environmental pollution .Something will have to be done about the use of cars .And the government should encourage the citizens to decrease the use of their cars as much as they can .\", 'candidates': ['Too many cars are being driven .', 'This is called forming a car pool .', 'Cars are not only used for pleasure .', 'You can choose your car according to the use of it .', 'Farmers have to drive into the city in order to get supplies .', 'Still , it is not safe for young children to take the school bus .', 'When children are too young to walk too far , their mothers take turns driving them to school .']}", + "output": [ + "[2, 4, 6, 1, 0]" + ] + }, + { + "input": "{'passages': \"The ocean is home to tens of thousands of fish .You can see fish swimming freely in the water .But you may not know that fish can not explore every part of the ocean .Recent studies have found that the deepest depth a fish can swim is 8,200 meters .<1>This is because of a chemical in fishes ' cell that is called Trimethylamine N-oxide ( TMAO ) .For example , if you take a ping-pong ball 10 meters underwater , the pressure turns it into a tiny piece of plastic .<2>TMAO warns fish of this danger at about 8 , 200 meters .If fish swim deeper , the TMAO chemical stops working and starts to damage the fishes ' brain cells .Although there is life at the bottom of the sea , most fish live within the top 1,000 meters of the ocean .<3><4>The anglerfish is one such fish .It lives about 2 , 000 meters deep in the ocean .There is no sunlight at this depth .<5>They use the light to find food .Below even these fish is the cusk-eel .These small fish live close to the ocean floor at a depth of 8,000 meters , far out of reach of hungry predators .\", 'candidates': ['But anglerfish can produce light themselves .', 'This is about three quarters of the depth of the deepest part of the ocean', 'Deeper down in the ocean , the most dangerous animals are the deep-sea fish .', 'Most things break down after a certain depth underwater because of the high pressure .', \"Even sharks , the `` kings of the ocean '' , have never swum deeper than 4,000 meters .\"]}", + "output": [ + "[1, 3, 4, 2, 0]" + ] + }, + { + "input": "{'passages': \"The moon looks bigger than the stars at night .<1>The moon looks big to us, because it is closer to us than any star .<2>It makes one trip about four weeks .<3>Don't you think so?Now people know quite a lot about the moon .There is no air or water on the moon so there are not any trees or animals, or people on the moon .<4>Then days on the moon get hotter than boiling water .<5>\", 'candidates': ['The fact is that the physics behind sending people to the moon is simple .', 'The moon goes around the earth .', 'But in fact, it is smaller than any of them .', 'The moon gets its light from the sun, but some places on the moon are quite dark .', 'But after using several weeks to watch and to learn, he was determined to master this new medium .', 'The moon is a round ball and looks beautiful .', 'The nights get colder than the North Pole on the earth .']}", + "output": [ + "[2, 1, 5, 3, 6]" + ] + }, + { + "input": "{'passages': 'FREE $ 10 Gift Card with ANY Purchase at CVS September 4, 2013 by Michelle New Plink members are invited to join and make any purchase at CVS to get a $10 gift card from your choice at places like Amazon .<1>Just sign up with Plink, then make your purchase .<2>* New Plink members only, one sign-up bonus per person .<3>* Purchase is necessary (after the member links a credit/ debit card to their Plink account) to qualify for the bonus 1,000 Plink Points by Sunday, 9/15 11:59 EST .<4>* CVS purchases that occur on 9/16 or later will not qualify the bonus .<5>', 'candidates': ['*Plink Member must link a credit or debit card and make a purchase at CVS by Sunday, 9/15 11:59 EST .', \"You'll receive 1,000 points in your Plink account --- enough to redeem for a $10 gift card!\", \"I couldn't make anything out, but I managed tostay calm and made it through the meal and the speeches .\", 'com, Target, Walmart, Kohls, Starbucks and more!', 'I happen to love Plink because they make it easy to earn without doing anything extra!', 'The children exchanged guilty glances, but were very pleased that she was not a witch after all!', '*Bonus 1,000 Plink Points will be awarded within 7 business days of the transaction posting date .']}", + "output": [ + "[3, 1, 0, 6, 4]" + ] + }, + { + "input": "{'passages': \"Mistakes during presentations Body language is one of the most important ways to communicate with others .<1>Here are three main body language mistakes you should avoid during presentations .1 .Crossed arms Crossing your arms might give your audience the impression that you are not enthusiastic about your presentation .<2>.Keep your back straight your head up and your chest and arms '' open '' when you are delivering a presentation .It will give a message of confidence to the audience and make you an approachable presenter .2 .Jiggling legs Moving your legs from side to side indicates that you are uncomfortable and restless . Try moving in the space around you when you are giving a presentation .It is a powerful way to keep the audience attentive .<3>, Move when you need to emphasize a point.3 .Rolling eyes Most psychologists think rolling eyes is an indication of lying .when you roll your eyes during presentations you are telling the audience that you do n't respect them . Begin your presentation with a smile unless you are delivering horrible news .<4>.As a result they will be more willing to listen to you and more likely to be persuaded . If you use body language inaccurately the audience may be easily distracted from your presentation or even conflict with your ideas<5>\", 'candidates': ['However using it properly enables you to convey your message successfully .', 'During presentations you always use gestures and facial expressions to help explain your point .', 'Great speakers have more than one gesture .', 'Meanwhile maintain eye contact with various people in the audience .', 'Turning the body away from you is a sign of lying .', 'It shows resistance and will create a distance between you and your audience .', 'But too much movement can make you seem nervous .']}", + "output": [ + "[1, 5, 6, 3, 0]" + ] + }, + { + "input": "{'passages': 'What do you call a school with no tests, no grades, no classes, and no teachers?Students of the Met School and their parents think it to be the best school in the world .<1>Dennis Littky opened it in 1996 .He was fired from two other schools, because many parents of the school students were happy with his unusual ideas .<2>Nearly everybody has already given up these students and their parents want to try anything .The Met School gives Littky a great place to try out his new ideas .<3>But no one would say the Met was boring .<4>Students spend almost half of their school time learning real-life skills , such as working for business , spending time with government people, and helping teach younger children .Instead of tests, the students give shows about their work outside school .In fact, students work harder here than in other schools .<5>Now, Bill Gates is starting schools like this one around the USA .', 'candidates': [\"The programs vary, but most of them allow parents to use the Internet to monitor their kids' locations, driving habits and speed .\", 'The school is in Rhode Island, USA .', 'The school takes poor kids who are failing at schools .', \"The word that most kids use when they talk about high school is 'boring', says Littky .\", 'All the students from the Met graduate and can choose to go to a good university .', 'Advisors (not teachers) work with small groups of students for four years .', 'The youngest school kids are acting out in really ridiculous ways and violence is getting younger and younger .']}", + "output": [ + "[1, 2, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"Beating the winter Blues Does your mood change with the seasons ?Some people find that when temperature goes down , so do their spirits .Those people sometimes feel sad for no reason .They eat more and put on weight .They have trouble sleeping .They ca n't think clearly .This is the winter blue .<1>\u00b7Get out in the sun .Some experts say that the winter blues happen because we get less sunlight in winter than we do in other seasons .They say that the decrease in sunlight can make us feel bad .<2>\u00b7Get some exercise .Taking a walk or doing some exercise will make chemicals called endorphins in your body .Endorphins are natural `` feel good '' chemicals .\u00b7<3>Avoid having too much sugar .If you prefer sweet food , like cookies or candy , it may be a sign that you need more protein , like meat , chicken , or fish .\u00b7Reduce stress .Cut back if you have to many things to do .Make sure you have some quiet time to yourself .<4>Do n't be so busy that you get run down .\u00b7Get help .If you feel sad all the time and the feeling wo n't go away , you may have a bigger problem than the winter blues .<5>, or get help from a doctor .\", 'candidates': ['Get some rest', 'Eat healthy food', 'Talk to a friend you trust', 'Here are some ways for you to beat the winter blues', 'Getting more sunlight each day can help you feel better']}", + "output": [ + "[3, 4, 1, 0, 2]" + ] + }, + { + "input": "{'passages': \"Swim safely ! Swimming is great exercise , and a trip to a pool or beach is a good way to have fun with friends in summer .<1>, so it 's important to stay safe as you do it .Here are a few things you can do to swim safely<2>Do n't swim unless there is a life guard at work .If you 're on a beach near the ocean , this is especially .In some places fast-flowing water can move swimmers away without warning .So if a sign says `` no swimming '' , pay attention to it . Be careful when diving into the water headfirst .<3>In natural water , do n't dive unless you know that the water is deep enough .Or you could hurt your head on the bottom , causing injury or death . Around water , adults should watch children at all times to make sure they are safe .Those who do n't know how to swim should wear life jackets .But by themselves they are not enough , so an adult should always be present .If you have to rescue a child from drowning , a few seconds can make a big difference . Make sure you have a friend with you whenever you swim .<4>, that person can make sure you get help . Drink a lot water .The sun 's heat and the physical activity may make you sweat more than you realize . By following these simple rules , you can make sure your swim time is safe as well as fun .<5>\", 'candidates': ['That way if something goes wrong', 'Now get out there , and enjoy the water', 'Swim only in areas set apart for swimming', 'Make sure everyone in your family swim well', 'But sometimes swimming can also be very dangerous', 'Most pools have marked deep ends where diving is safe', 'Many children who drown in home pools were out of sight within minutes']}", + "output": [ + "[4, 2, 5, 0, 1]" + ] + }, + { + "input": "{'passages': \"One of the candidates TIME 's editors are choosing as the Person of the Year 2012 is a beautiful , little , dark-haired girl from remote , rural Pakistan who simply wanted to go to school .On October 9 , 2012 , 15-year-old Malala Yousafzai was shot in the head by a Taliban gunman in Pakistan .She survived the attack and was sent by helicopter to have a bullet removed from her head in a hospital 6,000 miles away in Birmingham , England .Malala has now become the most famous teenager on earth , a symbol of women 's rights and has even been nominated for next year 's Nobel Peace Prize .However , Malala is no shallow , empty-headed , media-created idol -she is a real flesh-and-blood young woman who has already challenged the fearsome Taliban militants .Reportedly , she wants to return to Pakistan , where her life would be in constant danger .<1>Malala began writing an anonymous blog for BBC when she was only 11 years old , criticizing the Taliban for their activities in her hometown and advocating for women 's education in Pakistan .I have a new dream , she once said .<2>There are so many crises in our country .<3>How many little girls have uttered something so mature , selfless and elegant as that She also possesses extraordinary courage ? years ago , militants had been threatening her life .<4>Even if they come to kill me , I will tell them what they are trying to do is wrong .<5>\", 'candidates': [\"The social customs in my country are very different from here , so I 'm afraid of making mistakes .\", 'Education is our basic right .', 'The young man said : I never see an elephant before , and I want to know what it looks like .', 'I must be a politician to save this country .', 'Such courage would be rare for such a young girl .', 'In response to these threats , Malala calmly responded : I think of it often and imagine the scene clearly .', 'I want to remove these crises .']}", + "output": [ + "[4, 3, 6, 5, 1]" + ] + }, + { + "input": "{'passages': \"<1>After a week, she came back to New York .<2>Jack was very interested in Canada and decided to have a visit there .The next summer vacation, Mary and Jack had a plan to go to Canada together .But her mother was badly ill so she went to the airport to see her friend off .<3>When she came back, she couldn't find Jack because there were so many people at the airport .She looked for him everywhere, but it was hard to find Jack among the people .<4>Here, here .<5>In 3 minutes, so many policemen came to the front of Jack and caught him, Please come with me to the police office .After the policemen found out the reason, they let them free .Why?Because the word hijack in the English has different meanings .\", 'candidates': ['Mary went to Canada on vacation .', \"At the same time, Jack waved his arms, I'm here .\", 'When they got to the airport, Mary had to got to the washroom .', 'Suddenly Mary saw Jack and she felt very happy, so she shouted, Hi, Jack .', 'I still remember that first time when she smiled at me saying that, and I smiled right back, telling her thanks .', 'She told lots of interesting things to her best friend, Jack .', \"Eventually, Jack and Mark decided to collect the best 101 stories they'd been told and put them in a book .\"]}", + "output": [ + "[0, 5, 2, 3, 1]" + ] + }, + { + "input": "{'passages': \"( 2018\u00b7 ) Shanghai is one of the first cities in China to see bike sharing fever .Shared bikes can now be found all over the city .<1>On streets see riders of your age .Some might even be younger than you .Unluckily , there have been some accidents involving shared bikes .<2>One of the most serious accidents took place in March .One Sunday afternoon , a boy was riding an ofo bike .He was hit by a bus and later died .The boy 's parents were not by his side .<3>He was only about 10 years old .The good news is that Shanghai has been trying to manage bike sharing by making rules .The rules are still being discussed , but some of the rules have been decided on .<4>Users must be between 1 .45 and 1.95 meters tall .However , it could be hard to make these rules work .Ou Jing is ofo 's manager in Shanghai .He said the company had banned children under 12 from using its service .Yet , young children can still be seen riding ofo bikes .That 's because many ofo bikes use manual locks .<5>Ofo has developed electronic locks .However , it will take some time for the company to fix the new locks on all of its bikes .Most of you are old enough to ride a shared bike .Still , please ride slowly for your own safety .When you finish using the bike , do n't forget to park and lock it properlyfor everybody 's safety ., , .\", 'candidates': [\"If a user does n't lock the bike properly after using it , anyone can ride it away .\", 'In fact , they are popular not only among adults but also among teens .', 'All of the children under 12 have stopped riding ofo bikes .', 'Besides , the boy was considered too young to ride a bike .', 'For example , only people aged between 12 and 70 can ride shared bikes .', 'These accidents warn us that shared bikes are not for everybody .']}", + "output": [ + "[1, 5, 3, 2, 0]" + ] + }, + { + "input": "{'passages': \"Quick and Quack were two brave little ducks who lived with their mother .<1>One day, after visiting their uncle Ducklass, Quack shouted, Last one home is a goose!and both ducks swam quickly down the river .They both knew the way well, but Quack had been preparing a trick for some time .He had realized that the current in the middle of the river was stronger, and would help him .So, even though Mother Duck had told them never to swim in the middle of the river, Quack paddled over to it .<2>It wasn't long before he realized his mother had been right .He was going much faster than Quick, and was developing a big lead .<3>He never disobeyed his mother, and now he was going to lose the race!As they went on, the current got stronger .Quack proudly crossed the finishing line, without realizing he headed straight for a big whirlpool in the middle of the river .Before he could react, he was turning around in it, unable to escape .No duck was strong enough to swim in those waters, and poor Quack kept swallowing water .<4>Fortunately, a cow from a nearby farm came by, and seeing Quack, he jumped in and rescued him .<5>That provided quite a laugh for different animals that had been watching .\", 'candidates': ['That seemed really high, but when you reach a goal, you always wind up reaching higher--and we actually raised $10 million .', 'Both were really fast and were always competing against each other .', \"The fact that he was struggling hard didn't help matters much either .\", 'When he was on dry ground, he remained uncomfortable for quite some time .', 'Quick was not amused .', \"I'm old enough now to swim here, he thought to himself .\", 'When I first received a copy, I thought it was a Get Rich Quick type of publication .']}", + "output": [ + "[1, 5, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"<1>Only 50 miles from London , it offers a good variety of lively entertainment .<2>Its royal pavilion is a masterpiece of English architecture .Durham : Whatever travelers see or do n't see in England , they must see this city , in the northeast , just south of Newcastle upon Tyne .No one will forget the sight of its cathedral and castle rising together on a steep hill overlooking a loop in the River Wear , which almost surrounds them .<3>Liverpool : A port in the northwest of England which possesses a quality that is not found in quite the same way anywhere else in England : the quality of grandeur .Liverpool has this grandeur in its site on the broad River Mersey ( more than half a mile wide ) with the houses rising near it ; in its great dock buildings , its broad streets , and its two enormous cathedrals .<4>Edinburgh Castle is Edinburgh 's important building , controlling the city from its perch on a rock over a hundred meters above sea level .<5>Between the castle and the palace is the Royal Mile , which was the center of Edinburgh life before the 17th century and is fascinating to visit now .\", 'candidates': ['The cathedral itself is one of the great medieval ( ,476~1500 ) buildings in Europe .', 'Another important building is the Palace of Holyrood House , begun by James III around 1500 .', 'Brighton : It is a seaside resort on the English Channel .', 'It is a cheerful place , busy and crowded in the summer , but alive in every season of the year .', 'Edinburgh : It has long been the capital of Scotland .', \"It 's so great and interesting that every year lots of people , especially children must come here when they visit Qingdao .\", 'It depends on how loud the sound is and how long you listen to it .']}", + "output": [ + "[2, 3, 0, 4, 1]" + ] + }, + { + "input": "{'passages': \"Last year, I took a sightseeing trip to Washington, DC .I heard a voice say, Can you help me?When I turned around, I saw an elderly blind woman with her hand extended .<1>But the blind woman smiled and said, I don't want your money .I just need help finding the post office .<2>I acted with prejudice--I judged another person simply for what I assumed she had to be .<3>The thing I had forgotten about myself is that I am an immigrant .<4>I started my new life with two suitcases, my brother and sister .Through the years, I have been a doorkeeper, cashier and pizza delivery driver among many other humble jobs, and eventually I became a network engineer .In my own life, I have experienced prejudice .I remember a time--at the age of 17 --when I was a busboy, I heard a father tell his little boy that if he did not do well in school, he would end up like me .But now, living in my American middle--class lifestyle, it is too easy to forget my past, to forget who I am, where I have been, and to lose sight of where I want to be going .That blind woman on the streets cured me of my blindness .<5>By the way, I helped that lady to the post office .I hope to thank her for the priceless lesson .\", 'candidates': ['I hated what I saw in myself .', 'Baker was working in his field, he saw the yellow horse pulling carriage on the road .', 'Immediately, I pulled out all of my change and placed it on her hand without even looking at her .', 'I left Honduras and arrived in the US at the age of 15 .', 'In an instant, I realized what I had done .', 'In some cafes, folks in need may claim a suspended coffee and drink it without cost .', 'She reminded me of my belief in humility .']}", + "output": [ + "[2, 4, 0, 3, 6]" + ] + }, + { + "input": "{'passages': \"Diary of a Wimpy Kid: The Third WheelBy Jeff Kinney A dance at Greg Heffley's middle school is going to be held, but he can't find someone to go with him .<1>That is when The Third Wheel story begins .The Third Wheel is full of jokes and interesting drawings .Ivy and Bean Make the RulesBy Annie Barrows Bean's older sister Jessie goes to a summer camp called Girl Power 4-Ever, but Bean can't join her because she is too young .So Bean and her best friend, Ivy, decide to create their own camp .At Camp Flaming Arrow, Ivy and Bean come up with all the activities and, of course, they make the rules .Their happiness and kindness will make you want to keep reading .<2>He has four dog friends named Poo-Poo, Stripes, Karen and Mutt .When Stick Dog smells some delicious hamburgers, he and his friends decide to steal the food from a human family that is having a picnic in Picas-so Park .<3>White Fur FlyingBy Patricia Maclachlan Zoo and Alice's mother might just have the coolest job ever .<4>But dogs aren't the only things that need to be saved .The family's new neighbour, Philfip, doesn't speak, and no one knows why .<5>Although it is a little sad, the book is good to read .Kids who love animals and a good story will really like it, too .\", 'candidates': ['Stick DogBy Tom Watson Stick Dog is a dog that lives in an empty pipe .', 'Employers also face big challenges as more female workers will have two childbearing leaves, seven to eight months altogether .', 'Along the way, they face a lot of funny challenges .', 'White Fur Flying is all about understanding that love can come from both inside and outside .', 'Finally he finds a girl from his class to go with him .', 'There was another girl in our class who was perhaps even more rejected than I .', 'She rescues Great Pyrenees dogs!']}", + "output": [ + "[4, 0, 2, 6, 3]" + ] + }, + { + "input": "{'passages': \"Sometimes when we are learning English it can be really frightening to start speaking it withother people We may have a good vocabulary and grammar base but speaking is the aspect that we most need to practice<1>It will help us gain confidence in ourselves .Below are a few great tips for you .<2>People make mistakes all the time especially when speaking a new language .Do n't be sad or feel disappointed if you take mistakes it 's part of the process of improving your speaking .Once you have made a mistake correct it and carry on .As Albert Einstein said `` Life is like riding a bicycle .To keep your balance you must keep moving '' .Ask for help .Once you have started speaking English do n't be afraid to ask people questions about how to say or pronounce something<3>They may not be so happy if you ask them grammar questions as they may not know the answers themselves but I 'm sure there will be no problem with vocabulary and pronunciation questions ! Do n't be shy One of non-native speakers'biggest problems is being too shy to speak .<4>Be aware .though that most people speak more than one language and know how difficult it is to learn a new one .Also most people really do n't even notice if you say something wrong or if you are too shy .Most of the time we have false perceptions of what others may think .Enjoy yourself .You are learning another language for a reason so go ahead have fun make mistakes and even invent new words !<5>\", 'candidates': ['They are all parts of the process .', 'Try to avoid making mistakes .', 'This can be the biggest barrier for a lot of people .', 'How should we overcome the fear of speaking English ?', 'Accept that you are going to make mistakes and lean from them', '. Overcoming this fear of speaking is extremely of great importance .', 'Most of the time people will be more than happy to help you if you have any questions .']}", + "output": [ + "[5, 4, 6, 2, 0]" + ] + }, + { + "input": "{'passages': \"America 's holiday shopping season started on Black Friday , the day after Thanksgiving .<1>Shoppers make the most money this time of year , about 20 percent to 30 percent of all revenue all year .About 136 million people shopped during the Thanksgiving Holiday weekend .<2>In an era of instant information , shoppers can use their mobile phones to find deals .Nearly 80 percent of this year 's holiday shoppers , or about 183.8 million people , shopped on Cyber Monday .<3>Online spending on Black Friday rose 15 percent to hit $ 2.7 billion this year .Cyber Monday spending increased 12 percent to $ 3 billion .NBC News reported that for many , shopping online was a more comfortable alternative than crowded malls . The shift to online shopping has had a big impact on solid shopping malls .Since 2010 , more than 24 shopping malls have closed and an additional 60 are struggling . Fortune says the weakest of the malls have closed .<4>According to a survey , 94.2percent of malls were full with shops by the end of 2014 .That is the highest level in 27 years . The average American consumer will spend about $ 805 on gifts .That 's about $ 630.5 billion between November and December an increase of 3.7 percent from last year .<5>That goes to China 's Singles ' Day , celebrated on November 11 , which posted record sales of $ 14.3 billion in 2015 .\", 'candidates': ['More and more people shop online nowadays .', 'However , the business in malls is thriving again , it adds .', 'It is the busiest shopping day of the year .', 'One-in-five Americans used a tablet or smart-phone .', 'The traditional mall industry can hardly survive .', 'Cyber Monday falls on the Monday after Thanksgiving and Black Friday .', 'However , Cyber Monday is not the biggest online shopping day in the world .']}", + "output": [ + "[2, 0, 3, 1, 6]" + ] + }, + { + "input": "{'passages': 'Different colors can show different moods .Bright colors make us feel happy and energetic .<1>Artists also use colors to create patterns .The primary colors are red , yellow , and blue .<2>Mixing two primary colors makes a secondary color .The secondary colors are orange , green , and violet ( purple ) .<3>Green is made by mixing yellow and blue .Violet is made by mixing red and blue .Intermediate colors can be made by mixing a primary and a secondary color together .<4>Black , white , and gray are special colors .They are called neutral colors .Colors have been organized into a color wheel .It shows the three primary colors , the three secondary colors , and the six intermediate colors .<5>It helps them know which colors they want to use together in their artwork .', 'candidates': ['Orange is made by mixing yellow and red .', 'For example , blue violet and red orange are intermediate colors .', 'Dark colors make us feel cool or sad .', 'Artists use the colour wheel .', 'They are the colors that can be mixed together to make different colors .']}", + "output": [ + "[2, 4, 0, 1, 3]" + ] + }, + { + "input": "{'passages': 'Ways to improve your memory The demand for ways to improve memory is higher in students than it is in adults .Students often come across new knowledge in different areas that they need to store for exams .<1>Here are three effective ways to improve your memory as a student .<2>Research shows that learning activities that take more than two hours without a break are less productive when compared to those that take one hour or 30 minutes .Students are likely to remember things they learn over a short period of time .Make sure you take breaks between learning sessions to help improve your memory .Try to relax Relaxing should be an essential part of your learning process .Scientists have proven that stronger and lasting memories can be achieved when a person relaxes .<3>Deep breathing is one of the most popular relaxation techniques .Establish a quiet environment and find a comfortable position .Then go through a deep breathing process for at least 15minutes .Train the brain Students should give their brains a workout in order to improve their memory .At times the brain needs the right stimulation to keep growing and developing .You need to come up with a brain boosting activity that is suitable for you .<4>Write a short story and then try to use seven to nine words to describe it .You can also do games and puzzles to help improve your memory .<5>The techniques discussed above will help you to improve your memory significantly .', 'candidates': ['Distribute learning', 'Enrich learning activities', 'Some students suffer with memory problems', 'Like a muscle memory can stretch and grow with a workout', 'For instance you can prepare a list of items and try to memorize them', 'You need to use different relaxation techniques in order to improve your memory', 'In summary a good memory is an important advantage to any student who wants to improve his or her grades .']}", + "output": [ + "[2, 0, 5, 4, 6]" + ] + }, + { + "input": "{'passages': \"How to develop courage by overcoming daily fears Sometimes when thinking of courage , we think it only applies to rare and uncommon situations .Yet our ordinary lives can also be full of courage , even if we are not facing the end of a gun , a wild animal or a dangerous criminal .Courage does n't just mean doing heroic acts .<1>In fact , where there is fear on a daily basis , there are opportunities for you to show your courage .Here are some suggestions to develop courage by overcoming daily fears .Recognizing your fears . By realizing that you 're fearful , you are more likely to get to the bottom of what your fear is .<2>You might come to understand that you 're afraid of failing or taking chances .You may be fearful simply because you do n't have confidence in yourself .The key is not to dwell on your fear , but rather to understand what it is what you 're worried about . Ask yourself what is the worst that can happen . If you hesitate to take action , ask yourself this : what 's the worst that can happen ?Then prepare to accept it .Then go on to improve on the worst .Is failure the worst thing that can happen ?No , ly not .<3>Doing nothing is actually the worst thing that can happen .When you take no action , you are assured of getting nowhere . Take action . Courage comes from taking action .<4>You need to act to overcome your fear .Your action may put you into discomfort , but you have to just do it .And your action can prevent you from being stuck .<5>To build up your confidence , you need to do the same thing over and over again .Soon you will discover that less courage is needed because you have already gained mastery .You are able to move decisively forward .\", 'candidates': ['Share your fears with others .', 'Practice , practice and practice .', 'So you are already in a comfort zone .', 'You can not think courage comes just in one day .', 'Each undesired result is just one more step towards your goal .', 'Finding out what is truly holding you back ,', \"You need n't wait for an emergency to occur to develop courage .\"]}", + "output": [ + "[6, 5, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"The person behind you constantly kicks the back of your seat .Your talkative seatmate does n't understand your need for sleep .And the aircraft 's bathroom is a total mess .These situations can make even a short flight unbearable .Hopefully you do n't cause these unpleasant experiences for others .<1>.Always recline your seat slowly .There 's nothing worse than suddenly being hit in the knees by the seat in front of you .In addition , do n't keep your seat reclined for the entire flight .Always keep it upright during mealtimes .And remember to put it in the upright position before going to the restroom ( or anytime you leave your seat ) .<2>Wait until the meal is done and all the food trays have been collected .It 's hard for passengers to stand up to let you pass when they still have their food trays .And when using the bathroom , always clean up after yourself-the next user will be grateful !Keep your body-and your possessions-to yourself as much as possible so as not to crowd your in-flight seatmate ( s ) .Share the armrest , especially on a long flight .Also , be careful not to kick or push on the seat in front of you .While some people enjoy chatting with other passengers during a flight , not everyone does .Some people may want to nap , read or work .<3>If you are traveling with someone and want to chat , keep your voices low ,<4>People can still hear through your headphones if the volume is too high .When exiting the plane , if others are having trouble with their carry-on luggage , help them if you can .If you ca n't help , wait patiently , and do n't push past people to get off the airplane .On your flight , remember the golden rule :<5>\", 'candidates': [\"Do n't leave your carry-on in the aircraft .\", 'If the conversation seems one-sided , you should notice it .', 'Treat others the way you want to be treated !', 'Avoid going to the bathroom during mealtimes .', 'Instead , you can set an example by following these common airplane courtesies ', 'It is not polite to talk loudly in the aircraft .', 'If using electronic gadgets , keep the volume down .']}", + "output": [ + "[4, 3, 1, 6, 2]" + ] + }, + { + "input": "{'passages': \"Here are two stories from different parts of the world .<1>John Lee was an Englishman who refused to be hanged!<2>There was nothing to show that Lee had killed the woman .Lee told the police he hadn't done it, but no one believed him and he was going to be hanged .On the day of the hanging, however, the door in the floor, through which Lee's body would fall, did not open .They tried three times but each time the door stayed closed, even though it had worked well the day before .<3>At all times, John Lee said he hadn't killed the woman, and he believed it was the hand of God that had saved him from death by hanging .<4>He was the thief they wanted to catch .However, half of his house was standing in Venezuela and the other half was standing in Colombia .Venezuela's neighbor .When the police entered the house, the man ran upstairs to his bedroom, which was in Colombia, and called his lawyer .The Venezuelan police were not allowed to enter Colombia so they could not enter the bedroom .They asked the police in Colombia to help .<5>In the end, the Venezuelan police gave up and went back to the police station .\", 'candidates': ['In the end they sent Lee back to prison, where he lived for the next twenty-two years .', 'In 1884 the police said Lee had killed an old woman who he used to work with .', 'They believe that the landings were a big hoax staged in the Mojave Desert, to convince everyone that U .', 'They seem strange but, believe it or not, they re all true!', 'The police in Venezuela in South America followed a man home one night .', \"The Colombian police refused to help because the man's crime was not a crime in Colombia .\", 'In the UK, depression was ranked number three in terms of years when people lived with a disability .']}", + "output": [ + "[3, 1, 0, 4, 5]" + ] + }, + { + "input": "{'passages': \"A strong vocabulary helps develop understanding , communication , and reading ability .<1>Consider the following tips on helping your child develop an impressive vocabulary Let Your Child Tell the Story Perhaps you read nightly to your child or take turns doing so .Of course , this is an excellent way to expand reading and vocabulary skills .<2>Then , let your child charge the end of the rope of his imagination wherever his imagination leads .<3>In short , you need to take an active role .If you want your children 's language skills to improve , take their vocabulary questions seriously .When they express curiosity about a word , be sure to teach the correct definition and pronunciation .Correct Mistakes with Care<4>However , it 's essential not to scold them when they make such mistakes .Rather , point out what they got right , and then review the proper way to use and or speak the word .The more fun and positive an experience , the more interested and able your children will be in expanding their vocabulary Do Be Patient You may need to repeat words and meanings many times before your child fully grasps the concept . This is completely normal<5>Children develop at their own paces .The most important thing is to honor and balance their needs so that learning does n't become struggle .While you want them to get ahead , you do n't want them to develop pressure with trying to do so\", 'candidates': ['Try Your Best to Correct Them', \"Pay More Attention to Your Kid 's Vocabulary\", \"It 's natural for children to mispronounce or misuse new words .\", \"It 's important for children to mispronounce new words while learning .\", \"That 's why parents should do what they can to help kids learn new words .\", \"Further , if your neighbor 's child has twice the vocabulary yours does , it 's not worth stressing over .\", 'However , on occasion , feel free to put the book down and ask your child to create a story to tell you .']}", + "output": [ + "[4, 6, 1, 2, 5]" + ] + }, + { + "input": "{'passages': \"3-2-1 GREEN ! You already know an environmentalist 's three R 's : reduce , reuse , recycle .<1>Here are three things you can do for the Earth Day . Be a real cut-up The next time you 're about to throw out the plastic rings that hold a six-pack of soda together , reach for a pair of scissors . As a young turtle , Peanut got stuck in one of these rings .As she grew , the ring stayed put , forcing her shell to grow around it .By the time someone found her and cut her free , her shell was permanently deformed .Thanks to her hard shell , Peanut is alive and well .She now lives at a nature center in Missouri .But most animals that get caught in six-pack rings die . WHAT YOU CAN DOEasy !<2>Hunt for vampires You know all those electronic inventions you 've got at home ?Even when you switch them off , they are really still on .<3>Anything with a glowing LED off/on light , a remote control , or a clock display is always on . WHAT YOU CAN DOJust pull out the plugs or tap the OFF switch till you really need the electronics .<4>Matt Damon really cares about clean water .So in February , he announced that he was going on strike against toilets. ``Until everybody has access to clean water and sanitation , '' he said. ``I will not go to the bathroom ! ''He was kidding but to make a serious point .Around the world , he said , `` 780 million people lack access to clean water ; 2.5 billion people lack access to a toilet .`` WHAT YOU CAN DONo need to go on a toilet strike .Just do n't waste water .<5>Take shorter showers .\", 'candidates': ['Use water wisely .', 'How to recognize vampire electronics ?', 'Cut the rings apart before you trash them .', 'Use toilets less .', 'But how else can you help ?', \"Do n't run the water while brushing your teeth .\", 'Things that can help with good living conditions are important .']}", + "output": [ + "[4, 2, 1, 0, 5]" + ] + }, + { + "input": "{'passages': \"Do you like watching old movies ?Maybe you will see one with Carole Lombard .She was a famous actress in the 1930 .She died when she was only 34 .<1>Lombard 's real name was Jane Alice Peters .In 1921 , she was playing baseball in the street near her home .<2>She was only 13 at the time .The movie was one of the last movies without sound .<3>At 16 , she left school to act .<4>The Studio gave her a new name , and she acted in several films .Then at age 18 , she was in a bad car accident .The accident left scars on her face .The studio broke the agreement , but she did not give up .She continued to act .It was Paramount Studio that made Lombard a star .She made many movies for the studio .<5>Lombard was married to actor William Powell for only 23 months .But seven years later , she married the great love of her life , actor Clark Gable .It was a great Hollywood love story th Century Fox .\", 'candidates': ['She acted so well that she won the hearts of some people .', 'She also married two of their stars .', 'In her short life she made 70 movies .', 'In 1925 , she had an agreement with a film studio , 20', 'She wanted to live a simple life .', 'A movie director saw her and decided to put her in a movie']}", + "output": [ + "[2, 5, 0, 3, 1]" + ] + }, + { + "input": "{'passages': \"problem I 'm 30 years old , and there are several things that life has taught me that I want to share with you .Here are the 4 lessons that life has taught me in the past 30 years .1 .Take Care of Your Body Life is `` unfairly '' biased towards people who `` look good , '' like it or not .So it 's important that you do all that is in your power to look your best .<1>You will live longer , and you will live happier , if you take care of your body ; you may even get promoted faster on your job .Remember that your health is really your greatest wealth .2 .<2>No one taught me to save when I was growing up ; no one told me the importance of saving .Fortunately I was able to learn the value of saving through reading great books like `` The Millionaire Next Door '' .What I want to teach others is to save at least twenty percent of your income .If you are to be wealthy , you must not just earn a lot , you must save a lot .3 .Think long-term .In high school I was thinking about college , in college I was thinking about life after college .I 'm designing my life and I 'm making decisions today that will enable me to live the life I desire when I 'm in my 40 's , 50 's and 60 's .You have to think long-term ; you have to see the `` big picture . ''<3>4 .Realize the Power of Focus Focus , focus , focus<4>If you fail in this lifetime , you will fail because of broken focus .If you focus on the goals that are most important to you , you will achieve them .The problem is that there are so many distractions .<5>Winners decide to major on majors , and they even let important things slip , because they just focus on achieving what is critical to their goals .\", 'candidates': ['The importance of saving .', 'If you plan your future properly , you will live into your plans .', 'Save Your Money .', 'Nothing is more critical than focus .', 'What separates the winners from the losers is that the winners learn to focus on their goal .', 'I mean dressing nicely , working out and eating right .', \"It 's critical that you pursue relationships with individuals who are good first .\"]}", + "output": [ + "[5, 2, 1, 3, 4]" + ] + }, + { + "input": "{'passages': 'Kate is an English girl .She lives in a tall building in the city of London .<1>She uses a lift to go up and down .<2>She goes to school early .Every day she leaves her home at half past six .She walks to the lift, and it takes her down to the first floor .<3>Usually she takes No .7 bus to her school, but sometimes she goes on foot .It is only four kilometers to her school from the building .She gets to school at about seven twenty .<4>She goes to play games at three forty .<5>She begins to do her homework at eight and finishes it at half past nine .', 'candidates': ['There is a bus stop near the building .', 'She gets home at a quarter past five .', 'Remember that the best time to take a nap is about eight hours after you get up .', \"She said: There is always something there that you haven't included, so you can never stop when painting a photo .\", 'There are sixteen floors in the building, and she lives on the tenth floor .', 'Classes begin at eight .', 'Kate studies in a middle school near her house and she works hard .']}", + "output": [ + "[4, 6, 0, 5, 1]" + ] + }, + { + "input": "{'passages': \"From age eight to eleven, I studied at a small school in Bath, England .<1>For the most part, one teacher had to teach all subjects .<2>Ronald Broaches would come in and spend an hour or so .He was a large man with a very happy nature .<3>I found that he took great interest in me and he quickly found that I enjoyed puzzles .He would stop me as I was going to class and take a piece of paper out of his pocket, often with a puzzle on it .As time went on, they slowly gave me an interest in math and problem -solving that stays with me to this day .To this day, I can remember Mr .Broaches' cheerful cry of Well done!whenever I got a problem right .<4>Mr .<5>Unfortunately, I had no chance to speak to him before he died .I learnt late that he had heard of my success and I will always hope that he knew the deep influence he had made on my life .\", 'candidates': ['I shall always be thankful that our paths crossed .', 'I learned the old man had suddenly got sick and died two weeks before I went away with a heavy heart .', 'He had a sense of humor and would be glad in telling the children small stories which make us laugh .', 'Bruoaches died just two weeks after I won the 1993 Nobel Prize in Physiology and Medicine .', 'During the test, these people were given all kinds of breakfasts, and sometimes they got no breakfast at all .', 'However, sometimes the headteacher , Mr .', 'It was a small school of four classes, with about twenty-five children in each class according to age .']}", + "output": [ + "[6, 5, 2, 0, 3]" + ] + }, + { + "input": "{'passages': \"Here are some important rules for you to become a good student at school .Go to school on time .<1>If you are late , you will not start your lesson at the same time with your classmates so that you will miss some lessons , which can influence your grades .If you are late , the teacher will be angry with you , too .So remember to go to school on time .Follow the school rules .<2>For example , you are not allowed to chew gum or sleep in class .Do n't fight with your classmates , and you should be friendly to your classmates and your teachers and be ready to help others who are in trouble .<3>It is dangerous to run there .Preview lessons before class .If you want to know what you will learn next day , you 'd better preview lessons .It is good for your study and it can help you get good grades .<4><5>Try to be in all kinds of activities at school .For example , sports can not only improve the relationship between you and your classmates but also make you healthier .\", 'candidates': ['Do not break the school rules .', \"You must n't run in the hallway .\", \"Do n't eat unhealthy food at school .\", 'Take part in all kinds of activities at school .', 'As a student , going to school on time is very important .', 'Besides , you should listen to the teachers as carefully as possible .']}", + "output": [ + "[4, 0, 1, 5, 3]" + ] + }, + { + "input": "{'passages': \"A small robot may help children who are recovering from a long-term illness in the hospital or at home .These children may fell isolated from their friends and classmates .However , there is a piece of good news for them .<1>Through the robot , the children can hear their teachers and friends . Anyone who has had a long-term illness knows that recovering at home can be lonely .This can be especially true of children .They may fell left out .<2>This is n't good for their recovery .They need friends .But their friends ca n't come to play with them because they have to attend school .Now the robot can be their friend .The robot is called AV1 .AV1 goes to school for a child who is unable to leave home while recovering from a long-term illness .<3>They carry the robot between classes and put the robot on the child 's desk .<4>The founders of No Isolation are Karen Dolva and Marius Aabel .Dolava expains how the robot AV1 works .She says from home the child uses a phone to start the robot .Then they use the phone to control the robot 's movements .At school , the robot becomes the eyes , ears and voice of the child . The best part is that students can take part in classroom activities from wherever they are recovering -- -- whether at home or on the hospital bed .The robot is equipped with speaker , microphones and cameras , which makes communicating easier .It means they can communicate with their teachers and classmates easily .<5>\", 'candidates': [\"So they wo n't feel left out at all .\", 'They just want to recover quickly .', 'As a result , they can get really sad .', 'The robot can take their place at school .', \"And the child 's school friends must help .\", 'It took a lot of money to invent the robots .', 'A Norwegian company called No Isolation created the robot .']}", + "output": [ + "[3, 2, 4, 6, 0]" + ] + }, + { + "input": "{'passages': \"It was 1504 , and Columbus was making another trip to the New World .Columbus and his men needed fresh water and food after three months at sea .<1>On the island there were unfriendly Indians who refused to give food to them .<2>He used sign language to tell the Indians about his mysterious power to turn off the light in the sky .<3>Columbus told the Indians , Tomorrow night I 'll turn off the light in the sky .<4>When the eclipse began the next night , the Indians became very frightened .They begged Columbus to turn on the light again , and they quickly gave him all the food and water he wanted .<5>\", 'candidates': ['Immediately Columbus and his men hurried back to the ship and sailed away in the moonless night .', \"Columbus ' men were afraid of the Indians , but he had a clever plan .\", 'They saw an island and went on shore .', 'I really wanted her to fail in some ways because I believe that failure can be good for us to grow up .', \"But they did n't believe him .\", 'He knew about a lunar eclipse the next night because the information was in his almanac .', 'As he went near the house , he saw no gold windows but instead a place in need of painting .']}", + "output": [ + "[2, 1, 5, 4, 0]" + ] + }, + { + "input": "{'passages': \"<1>Visit any park between Memorial Day ( end of May ) and Labor Day ( beginning of September ) and you 'll find families and groups of friends enjoying the warm weather and sharing a meal .Birthday celebrations , family reunions , sporting events and holidays are all common reasons to host a get-together .<2>Food is an important part of any gathering , and in the summer Americans love to cook outside on grills .All kinds of meats , such as hamburgers , hot dogs , chicken and sausages , and even vegetables like corn , peppers or potatoes can be cooked on the grill .<3>Men seem to particularly like to do the job of barbecuing the food , even if they do n't usually cook at any other time .<4>Other guests at the party will often be asked to bring a dish to share .This means that they will make some kind of side dish ( a salad or vegetable ) or dessert , and share it with the others .<5>Fried chicken and sandwiches are popular at picnics too , because you eat them with your hands .Potato salads and baked beans are favorite side dishes .\", 'candidates': ['Many , many people use it , not only in England and the USA , but also in other parts of the world .', \"If you do n't often wash your hands , especially when you 're sick , you may make other people ill .\", 'Many typical families have grills in their yards , and many parks also have grills for public use .', 'Outdoor picnics and parties are very popular in America in the summertime .', 'Many have secret recipes for a delicious barbecue sauce .', 'If you make something very delicious , people may want you to make it every time !', 'But just wanting to be outside on a nice summer day is the best reason !']}", + "output": [ + "[3, 6, 2, 4, 5]" + ] + }, + { + "input": "{'passages': 'What are people wearing in the 21 st century ?Scientists believe that in the near future , high tech clothing will make our lives more interesting .Take a look here and see some great inventions .Some say Speedo swimsuits helped world champion Michael Phelps move faster in water<1>This gives clothes many new functions .Now many clothes makers begin to use new fabricslike nanofiber .The clothes made from these fabrics can keep away stainsand creases<2>Clothes makers also use ecofriendly materials in clothing .Most of them come from old clothes .newspapers or even plastic bottles .<3>Many clothes makers like Li-Ning make clothes from this low-carbon material .As the Internet has become part of our life , everyday objects are becoming part of a network .Clothing is , too .For example , a US company has developed a pair of pants .<4>Scientists put sensorsinside the pants and then connect them to a computer .When people put the pants on , the sensors collect information about the body and send it to the computer .<5>', 'candidates': [\"People do n't have to wash them or iron them frequently .\", 'Reusing materials will help us to cut down on carbon emissions .', 'High-tech clothing is made from old clothes , newspapers or even plastic bottles .', \"It can see your movement and `` let a computer know your every move '' .\", \"Today there 's more and more technology in clothing .\", 'Scientists believer this technology will help us learn more about our bodies .', 'Clothes makers can make more and more money in the future .']}", + "output": [ + "[4, 0, 1, 3, 5]" + ] + }, + { + "input": "{'passages': \"Father Maurice Chase used a special way to celebrate his 90th birthday .<1>Twenty wheelchair-bound people received $ 100 bills , while the rest received $ 1to $ 3 each .I come out here to tell them that God loves them and I love them and that someone is concerned about them , Chase said .Chase has given away cash and blessings every Sunday at the same corner for 24 years .Several hundred people wait for him every week .He makes a point of coming on Thanksgiving and Christmas , too , but this is the first year he spent his birthday in the downtown neighborhood where people live mainly in shelters and on dirty sidewalks .It 's the place that makes me the happiest .I just love it , said Chase .<2>The money comes from donations he receives from rich and famous people he met during his work as assistant to the president of Loyola Marymount University .<3>Some people presented him birthday cards , to his delight .<4>He said he had no special plans for spending the money .He has a lot of respect from me , Kemp said .<5>\", 'candidates': [\"I know I could n't do it .\", 'I look forward to coming here .', 'Travis Kemp , a 51-year-old disabled man with long black hair , was one of the lucky 20 to receive $ 100 .', 'The crowd broke into choruses of Happy Birthday several times .', \"Most of the time I lose them or forget to look at them until it 's too late .\", 'The young man said : I never see an elephant before , and I want to know what it looks like .', \"The Catholic priest took $ 15,000 in cash to Los Angeles ' gutter and gave it away .\"]}", + "output": [ + "[6, 1, 3, 2, 0]" + ] + }, + { + "input": "{'passages': \"You 've seen news reports about people who need assistance after a natural disaster , or TV programs about how lonely and isolated older people can get .Maybe you 've walked past people who are living on the streets .<1>The answer : you can volunteer .Volunteering gives you an opportunity to change people 's lives , including your own .Helping others in need is such an important part of life .So how do you go about it ? Find what 's right for you . Volunteering is n't school .<2>You can choose what really interests you and who or what is most deserving of your time .<3>After you 've discovered what interests you , decide how much time you want to spend and what fits into your schedule . Expand your mind . Volunteering is a great way to learn new skills - from working as part of a team to setting and reaching goals .<4>And it can help you develop a new understanding of people who are different from you - people with disabilities , people in financial problems , sick kids , or the elderly . Feel good . Volunteering helps people feel they make a difference - that they do have the power to change things for the better .When people depend on you , it can change the way you look at yourself .<5>Volunteering is also a great way to get a view on your own life .\", 'candidates': [\"It can give you a chance to discover what kinds of things you 're best at and enjoy most .\", \"Instead of having the choices made for you , you 've got to pick .\", 'Doing something for others helps people to change the world .', 'So what can you do about any of those things ?', \"You can feel proud of what you 've achieved .\", 'Find what fits your schedule .', 'Change things for the better .']}", + "output": [ + "[3, 1, 5, 0, 4]" + ] + }, + { + "input": "{'passages': \"<1>According to new research , individuals who touch possible items in stores are more likely to have an increased desire to purchase them than those who keep their hands off the products .Suzanne Shu and Joann Peck , marketing professors at the University of Wisconsin 's business school conducted studies on the connection between touch and feelings of ownership and the effect of perceived ownership on the value placed on an object .For one of the experiments , the experts placed two products , a Slinky toy and a coffee mug in front of the volunteers who were undergraduate students .<2>The volunteers then were asked to express their sense of ownership of the products and to report how much money they were willing to pay for each .<3>They also expressed a desire to pay more money to obtain the products .The investigators also discovered that a sense of very pleasant feelings when touching products , determined how much money consumers were willing to pay .However , if the object did not feel pleasant to the touch , it significantly decreased the amount the buyers were willing to pay .Researchers said that many stores have already followed the right path .<4>In this case , the experts say , just picturing in mind that they are touching it and then owning it , will cause greater feelings of ownership , and thus the consumers will be more likely to make a purchase .When you touch an object , you immediately feel some kind of a connection to it , according to the researchers .That connection stirs up an emotional reaction .<5>\", 'candidates': ['And they would never forget that it was built with the hearts and strength of people across the whole country .', 'About a year later , Philips did call and asked him to cut a record .', 'If you want to avoid making impulse and unnecessary purchases , then just keep your hands away from tempting products .', 'About half of the participants were allowed to touch the products , while the other half were asked not to touch them .', 'But what can be done while shopping online , when touching of an item is not possible ?', 'And that emotion can make people buy something they would never even consider buying if they had not touched it .', 'The results showed that those students who were allowed to touch the objects , reported significant increased levels of perceived ownership .']}", + "output": [ + "[2, 3, 6, 4, 5]" + ] + }, + { + "input": "{'passages': \"problem Three tips for protecting your eyes during the winter We typically worry about staying warm during the winter months , and think less about protecting our eyes .<1>Here are three things you can do to protect your eyes during the winter months .Tip 1 :<2>During the winter , our eyes are constantly exposed to blowing , dry , hot air that can cause them to become dry .Here are a few treatments :<3>Distance yourself from direct heat sources while sitting .Use a humidifier to help reduce dryness .Tip 2 : Wear sunglasses with UV protection .UV rays in the winter can harm our eyes .<4>Wear sunglasses when you 're outside , or diving , to protect your eyes from UV rays .This is especially important as days lengthen into spring and the sun gets stronger .Tip 3 : Goggles protect in many ways .Goggles not only protect our eyes from UV rays , but they also help keep our eyes from drying out from the winter wind .In addition , think about all those branches , leaves , and dirty snow that can severely injure our eyes upon contact .<5>Do n't forget them !\", 'candidates': ['Clean your eyes carefully', \"Do n't let your eyes dry out\", 'Goggles protect the eyes from the wind', 'Keep eye drops handy to wet your eyes', 'It just makes good sense to wear quality goggles', \"In fact , they can do even more harm when they 're reflecting off snow\", 'However , the winter months can be as hard on our eyes as the summer months']}", + "output": [ + "[6, 1, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"Harriet Tubman was an AfricanAmerican woman who fought against slavery .She was born in 1820 .She helped many people escape from slavery through the Underground Railroad .It was an organized effort to help slaves from the southern states to areas that banned slavery .<1>Families were often separated .Harriet married a free black man named John Tubman in 1844, yet she remained a slave .<2>Then she ran to the home of a white woman who had offered to help her .This woman told her how to reach another home where she could hide .Harriet Tubman went from place to place in this way .<3>Finally,she went into the northern state of Pennsylvania .During the next ten years,she led an expanded Underground Railroad,and helped 300 slaves escape .Harriet Tubman found another way to fight against slavery during the Civil War .<4>After the Civil War,Harriet Tubman settled in New York State .She gave speeches to raise money for better education for black Americans, worked for women's rights and sought help for older adults who had been slaves .<5>By that time, she had been recognized as an American heroine .\", 'candidates': ['In 1849, the farmer who owned her died .', 'This was how the Underground Railroad operated .', 'Harriet Tubman died in 1913 .', 'She went into the southern states to spy for the North .', 'In some cafes, folks in need may claim a suspended coffee and drink it without cost .', 'Slaves could be sold freely .', 'She raps with a southern American accent, even though she speaks with an Australian one .']}", + "output": [ + "[5, 0, 1, 3, 2]" + ] + }, + { + "input": "{'passages': \"Everyone wants to be happy , but not everyone can make it .Do you want to have a good mood every day ?If so , the following steps will be useful to you . Be grateful .<1>They can be simple things like the purple flower on the sidewalk , the beautiful sunset , and the hot shower you take every day .When you have a grateful heart , you'11 cherish them and be naturally filled with happiness .<2>When you put your mind , heart and soul into what you 're doing , you 're creating a happiness state-called the `` flow '' .When you 're living in the flow , you 're less likely to mind what others may think about you , and less bothered by unimportant things .The result ?More happiness , of course ! Become a problem solver . Happy people are problem solvers .<3>Instead , they face up to the challenge and channel their energies into finding a creative solution .By becoming a problem solver , you 'll build up your self-confidence and your ability to accomplish whatever you determine to do . Practice forgiveness . Hatred and anger are forms of self-punishment .When you forgive , you 're actually practicing kindness to yourself .<4>Everyone makes mistakes .It 's through our mistakes that we learn and grow to become a bigger and better person . Give back . Doing good is one of the surest ways to feel good .According to Harvard , when people do good , their brains become active in the very same reward center that is stimulated when they experience other rewards .<5>\", 'candidates': ['Go with the flow .', 'Focus on what you are doing .', 'And most importantly , learn to forgive yourself .', \"When they face a challenge in life , they do n't fall into a sad state .\", 'When they meet with difficulties , they will solve them on their own .', \"So It 's not a surprise that people who care more about others are happier .\", 'Slow down , look around , and pay attention to the little details in your life .']}", + "output": [ + "[6, 1, 3, 2, 5]" + ] + }, + { + "input": "{'passages': \"How northern Europeans beat the winter blues Ask a child from northern Europe to draw two pictures - one on a rainy day and a second in the sunshine - and this is what you will get : in the first , as raindrops fall from the top of the page , the man behind the window has an unhappy expression .When a yellow sun sends out some light from the corner , the man is smiling . Northern Europeans associate rain with sadness and sunshine with happiness .They think this is true because they are so aware of how their environment affects them .<1>In October 2008 , a group of researchers examined the influence of different daily weather factors , including temperature , wind and sunlight , on 1,200 participants .The conclusion was that good or bad weather had little effect on people 's feelings .<2>A person who is upset on dark or cold days suffers from a negative mood , and he will be likely to experience a sad winter .This is the basis of an illness called Seasonal Affective Disorder ( SAD ) .<3>Kalayjian , professor of psychology at Fordham University , advises that we should take steps to strengthen the brain 's system against weather-driven mood changes .Research on SAD has been focused on the brain 's response to darkness and light .When our eyes detect darkness , the brain gives off melatonin , which starts sleep cycles .<4>It takes over to help us wake up and feel better when we detect light .`` We can encourage people to take charge of their feelings , '' says Kalayjian .`` We tell them to leave the computers and the indoor games and get out there in the sun .<5>`` A day of rain can potentially destroy your plan and affect your mood .But as the Scottish comedian Billy Connolly once said : `` There is no such thing as bad weather , only the wrong clothing . ''\", 'candidates': ['Another chemical called serotonin , however , can make people happy .', \"That 's when people can recharge their serotonin and get a better mood .\", 'Most studies prove that a negative feeling is associated with bad weather .', 'They determined that people actually differ in their sensitivity to weather changes .', 'Yet that link has no scientific basis .', 'It is seriously doubted among the people who suffer from SAD', 'It affects about 10 % of the population of northern Europe each year .']}", + "output": [ + "[4, 3, 6, 0, 1]" + ] + }, + { + "input": "{'passages': 'Jenny gets up early in the morning .<1>She walks to the bus stop and takes a bus .<2>Jenny is never late for school .<3>Classes begin at 8:00 .She has six classes every day .Jenny is good at all her lessons, and she likes English best .Usually Jenny has lunch at school .She goes home at five in the afternoon .<4>After supper she usually watches TV news .Then she does her homework .<5>Jenny is a good girl .', 'candidates': ['She has her breakfast and then goes to school .', 'Sometimes, she helps her friends with their lessons .', 'She gets to school at about half past seven .', 'She works late and sometimes she has to ask our neighbor at the last minute to pick me up after school .', 'She goes to bed at about 9:30 .', 'But beyond the admission that she works very hard at her writing, she is shy about discussing her work .', 'She likes her school and works hard .']}", + "output": [ + "[0, 2, 6, 1, 4]" + ] + }, + { + "input": "{'passages': \"<1>Yet sometimes people themselves create barriers to transportation and communication .In some countries , laws stop people from moving freely from place to place .Over the centuries , many groups of people have been denied the freedom to travel because of their race , religion , or nationality .<2>South Africa 's government used to require black Africans to carry passes when they travel within the country .Some governments require all citizens to carry identification papers and to report to government officials whenever they move .Countries set up Customs posts at their borders .<3>Usually travellers have to carry special papers such as passports and visas .<4>Others allow tourists to visit only certain areas of the country , or they may require that travellers be with an official guide at all times during their stay .Many of those barriers to travel also act as barriers to communication .When two governments disagree with each other on important matters , they usually do not want their citizens to exchange news or ideas freely .Countries often try to keep military or industrial information secret .<5>Natural barriers that were difficult or dangerous to cross a hundred years ago can now be crossed easily .The barriers that people themselves make are not so easy to overcome .But in spite of all the different kinds of barriers , people continue to enjoy travel and the exchange of goods and ideas .\", 'candidates': ['Some of the peacocks became ill , some even died after eating the bad food given by the visitors .', 'Some countries even limit the number of visitors to their country each year .', 'Today , people have the ability to travel , to communicate , and to transport goods more quickly and easily than ever before .', 'In the Middle Ages , for example , Jews were often forbidden to move about freely within certain cities .', 'Transportation and communication networks bring people together .', 'In the past , if people wanted to play games together , they had to be in the same place .', 'Foreign travellers must go through a Customs inspection before they are allowed to travel in the country .']}", + "output": [ + "[4, 3, 6, 1, 2]" + ] + }, + { + "input": "{'passages': \"Imagine an area 34 times the size of Manhattan .Now imagine it covered ankle-deep in plastic waste -- -- a total of about 19 billion pounds of garbage .<1>`` We 're being overwhelmed by our waste `` said Jenna Jambeck , an environmental engineer who led the 2015 study that determined this astonishing number .<2>, unless something is done to stop the tide of garbage . Plastic -- -- a widely-used material -- -- has in many ways been a benefit to humans but it has also caused a growing problem .Today , plastics are the No.1 type of garbage found in the sea .Ocean Conservancy , a nonprofit that organizes an annual coastal cleanup event worldwide , said plastic waste makes up around 85 percent of the garbage collected from beaches and oceans . Ocean Conservancy says plastics are believed to threaten at least 600 different wildlife species .<3>; a growing body of evidence suggests humans are consuming plastics through the seafood we eat .A research suggests some plastics could be poisonous to humans , and could potentially increase the risk of health problems .<4>At the Economist World Ocean Summit this week , ten nations announced to reduce plastic sea liter as part of UN Environment 's Clean Seas campaign .<5>Corporations also have a role , as do individuals .We can start by thinking twice before using single-use plastic products -- -- and when we do use them , we should take care to properly throw them off or recycle .\", 'candidates': ['The following is what we should do', \"And it 's not just wildlife that 's threatened\", 'And this figure is likely to double by 2025', \"But it 's not just countries that need to do their part\", 'By 2050 , that figure is expected to rise to 1000 pieces', \"That 's how much plastic waste ends up in our oceans every year\", 'All of us have an important role to play in dealing with the problems']}", + "output": [ + "[5, 2, 1, 6, 3]" + ] + }, + { + "input": "{'passages': \"<1>Here is a very funny joke about how the English and the Scottish save on train fare .Five Englishmen boarded a train just behind five Scots, who as a group had only bought one ticket .Just before the conductor came, all the Scots went into the toilet .<2>One of the Scots slid a ticket out under the door .It was punched and pushed back .When it was safe, all the Scots came out and took their seats .The Englishmen were quite impressed by what the Scots had done .On the trip back, the five Englishmen decided to try this themselves and bought only one ticket .<3>Anyway again, just before the conductor came, the Scots went into one of the toilets, the Englishmen into the other .Then one of the Scots leaned out, knocked on the Englishmen's toilet and called, Tickets, please!<4>English humor shows the ups and downs of life in Britain .<5>So, if you want a good laugh, and want to change your attitude to what would otherwise be a difficult situation, turn to a good English situation comedy and have a good time .\", 'candidates': ['I have come across some really excellent examples of British humour in the form of jokes .', 'Television helps us to learn more about the world and to know and see many mew things .', 'When he was about to return home,he found that he had only enough money left to get a ticket to England .', 'They noticed that the Scots had not bought any tickets this time .', 'Humour helps us to look at the lighter side of things .', \"As the conductor passed the toilet, he knocked and called, Tickets, please!'\", 'When the ticket was slid out under the door, he picked it up and quickly closed the door .']}", + "output": [ + "[0, 5, 3, 6, 4]" + ] + }, + { + "input": "{'passages': 'My daughter Alisa was born blind in her right eye and was bullied pretty severely in school .<1>A year ago a boy of 14 befriended my daughter on Facebook after reading something Alisa wrote about bullying .<2>They have never met in person but she said, Sure!That would be great .Then I received a call from his mother explaining why her son had chosen my daughter .She said he thought my daughter deserved them because of all the good she does in the community .Her son, she explained, had experienced a similar situation and was also home schooled .<3>Now my daughter Alisa continues to teach groups of girls in trouble in our community how to look within themselves for the positive and how to be their own person .Everything taken into consideration, we decided to meet the mother and the boy at a local bike shop .<4>She told him that she had never been to a baseball game and that she was going to take her entire family, including myself, her dad, little sister, her cousin and an aunt who has brain cancer .We all thanked one another, got in our car, and went our way .<5>Inside it were the tickets and $100 each to buy hot dogs, pay for parking and not have any worries but a great time .My daughter has always been the giver and now she and our family are the receivers and I can not tell you how incredibly honored we feel to be on the other end .What an incredible young man to have such a kind idea .', 'candidates': ['As Dong loved oranges, I also opened a can of orange and poured it all into the bowl .', 'As we drove home my daughter opened the envelope .', 'Today he messaged her and asked if she would like six tickets to a Colorado Rockies baseball game .', \"What made it even more special was that it was about the only thing that wasn't being replaced .\", 'After meeting, the boy approached my car and my daughter gave him a hug and thanked him for his generosity .', 'What she said is true .', 'So I quitted my job as a babysitter and then schooled my daughter heart and soul at home .']}", + "output": [ + "[6, 2, 5, 4, 1]" + ] + }, + { + "input": "{'passages': \"For over one hundred and fifty years , Americans of all social classes have worn blue jeans .<1>.Whether they are worn for work or for fashion today , Strauss ' invention continues to be popular not only among Americans but also among people around the world . Levis Strauss was born in Germany in 1829 .<2>.He grew up in Kentucky before moving to New York in 1847 , before becoming an American citizen and moving to the West in 1853 , Strauss worked in his brother 's dry goods business . This gave him a chance to produce his famous invention . After the gold rush of 1849 , Strauss decided to move to the West to seek his fortunes . Strauss did not want to be a person who searched an area for minerals . Instead , he knew he could make a good living by selling supplies to the miners . At first , he planned to sell sewing supplies and cloth .<3>.When he heard miners complaining that their clothes were easily broken or they usually tore their pockets during mining he decided to use a special fabric to make pants for the miners . These pants proved so popular that he quickly ran out of materials to make more . In 1873 , Strauss received a letter from a Jewish tailor named Jacob Davis who had invented a process of connecting pockets with copper rivets .This made the pants last a long time . Because Davis did not have the money to patent his idea , he offered to share it with Strauss if Strauss would agree to pay for the patent .<4>.By the time Strauss died in 1902 , he had made a great contribution to American fashion .<5>.The business has been growing ever since and Levi Strauss & Company is now one of the largest clothing companies in the world .\", 'candidates': ['As a young boy , he moved with his family to the United States .', 'Nobody knew what kind of material was suitable .', 'He did and Levi jeans have been made with metal rivets ever since .', 'However , he did not get lunch business from those products .', \"He also made a great contribution to America 's clothing-industry .\", 'Since they were invented by Levi Strauss , they have become a symbol of American consumer culture .', 'As the business grew , Strauss got much money from it .']}", + "output": [ + "[5, 0, 3, 2, 4]" + ] + }, + { + "input": "{'passages': \", ..There was a park near my home .But I did n't go there very often .Many people said there was nothing special .One afternoon I went into the park and found it was really small .I walked quickly because there was n't much to see .I walked for some time and found myself standing in front of two paths .<1>I found that the two paths were different from each other .The left one was wide and clean .There were lots of flowers on both sides of the path .Though the flowers were n't very beautiful , they made me feel good .I decided to take this path .But wait !I looked at the right one .The path did n't look nice .<2>Grass grew everywhere .For a long time I could n't make up my mind .<3>It was n't nice , but I did n't want to give up .At last , I came to the end of the path .Ah !There was a small garden there .It was beautiful , perhaps the most beautiful garden I had ever seen .<4>Many people told me that there was nothing much to see in the park .Now I 'd like to tell them that if they had followed the right way , they would have felt differently .But when I told them about what I had seen in the park , they just smiled at me without saying a word .I knew they did n't believe me .They could n't even remember that path because it was so small .<5>Do n't be afraid to choose a different path .You may get a big surprise !\", 'candidates': ['There isnothing that I want to see .', 'It looked likeit had not been cleaned for months .', 'After a while astrange feeling made me follow the dirty path .', \"`` Which wayshould I go ? '' I asked myself . I looked at one way , then the other .\", 'I told themwhat happened .', 'My trip to thepark that day made me understand something about life .', 'There weretrees , flowers and chairs . I thought it was the nicest part of the park .']}", + "output": [ + "[3, 1, 2, 6, 5]" + ] + }, + { + "input": "{'passages': \"problem More perhaps than any other European nation , the Swiss are accustomed to looking after foreign travelers .As early as the 18th century , wealthy French , Germans and Italians were treating the country as a amusement center .<1>Today , it attracts visitors from all over the world .The Swiss are clear about the importance of tourism to their economy , which contributes about eight percent of Gross National Product , and helps the industry greatly .<2>, and a generally high standard can be expected from the great majority of the country 's hotels , most of which are small and pride themselves on a personalized service .<3>Both the Swiss Federal railways and the private railways are fully electrified , and the total network is made up of about 5000 kilometers of track .Under the Fly Baggage system passengers can check luggage in at 116 railway stations and have it automatically carried to their flight .The national highway system is equally well planned , and the mountain roads offer views of some of the country 's most breathtaking scenery .Also serving the mountains is an effective system of railways and cable ways , while more than 160 passenger cars cross the lakes and rivers to and fro .<4>For those who want to view the country from a height without having to climb the mountain themselves , it is always possible to take in the view from a balloon .<5>For lovers of ancient remains , the Bernese Mitelland offers magnificently preserved buildings of the Middle Ages , while the Bernese Oberland has some of the wrold 's most attractive mountain scenery .\", 'candidates': ['Modern means of transportations are under construction .', 'Public transport is the best in Europe .', 'In cultural terms , the Swiss capital in many respects is Montreux , on the shores of Lake Geneva .', 'Hiking in the mountains is equally popular with Swiss nationals and foreign visitors .', 'For travellers of different kinds , Switzerland has different capitals .', 'Managers of hotels the world over go to Switzerland to learn how to do the job', 'However , in the 19th century , it became the major holiday playground for the British nobles .']}", + "output": [ + "[6, 5, 1, 3, 2]" + ] + }, + { + "input": "{'passages': \"Five Ideas for a Better Sleep Most teens need about 8.5 to more than 9 hours of sleep each night .But about 1 in 4 teens has trouble sleeping .<1>It can affect sports performance , increase our chances of getting sick , and may be linked to weight gain in some people .How can we get the sleep we need ?Here are some ideas .<2>You 've probably noticed how much running around little kids do and how well they sleep .Get at least 60 minutes of exercise a day .Physical activity can decrease stress and help people feel more relaxed .Just do n't work out too close to bedtime because exercise can wake you up before it slows you down .Avoid alcohol and drugs .Lots of people think that alcohol or drugs will make them relaxed , but that 's not the case .Drugs and alcohol increase a person ' chance of waking up in the middle of the night .<3>Experts recommend using the bedroom for sleep only .If you ca n't make your bedroom a tech-free zone , at least shut everything down an hour or more before lights go out .Keep a sleep routine .<4>Relax every night by reading , listening to music , spending time with a pet , or writing in a journal .Expect a good night 's sleep .Stress can cause insomnia , so the more you suffer from not sleeping , the greater the risk you 'll lie awake staring at the ceiling .<5>Say , `` Tonight , I will sleep well '' several times during the day .\", 'candidates': ['Take some exercise before bed .', 'Be active during the day .', 'Say goodnight to electronic equipment .', 'Everyone has a sleepless night once in a while .', \"Instead of worrying that you wo n't sleep , remind yourself that you can .\", 'Going to bed at the same time every night helps the body expect sleep .', 'Lack of sleep can affect everything from our emotions to how well we focus on tasks like driving .']}", + "output": [ + "[6, 1, 2, 5, 4]" + ] + }, + { + "input": "{'passages': \"5 2 10 E=AB F=AC G=AD Facing the Enemies Within We are not born with courage , but neither are we born with fear .Fears , even the most basic ones , can totally destroy our ambitions .Fear can destroy fortunes .Fear can destroy relationships .Fear , if left unchecked , can destroy our lives .Fear is one of the many enemies living inside us .<1>The first enemy we face is indecision .Indecision is the thief of opportunity .<2>Take a sword to this enemy . The second enemy inside is doubt .<3>But you also ca n't let doubt take over .Many people doubt the past , doubt the future , doubt each other , doubt the government , doubt the possibilities and doubt the opportunities .Worst of all , they doubt themselves .I 'm telling you , doubt will destroy your life and your chances of success .It will empty both your bank account and your heart .<4>Do battle with the enemy .Do battle with your fears .<5>Be courageous in your life and in your pursuit of the things you want and the person you want to become .\", 'candidates': [\"Sure , there 's room for healthy doubt . You ca n't believe everything\", \"Build your courage to fight what 's holding you back , what 's keeping you from your goals and dreams .\", 'Let me tell you about two of the other enemies we face from within .', 'Below are the ways which might be useful for us to overcome our fears .', 'Doubt is an enemy . Go after it . Get rid of it .', 'It will steal your chances for a better future .', 'Some people doubt everything .']}", + "output": [ + "[2, 5, 0, 4, 1]" + ] + }, + { + "input": "{'passages': \"The first time I went abroad was when I went to London .It was in the summerholidays about five or six years ago and I went with my friends .<1>so we decided to travel by coach .We left at five o'clock in the morning and the journey to London took about sixteen hours . We stayed in London for three days , in a youth hostel not far from the centre .<2>The beds were not very comfortable and the bathroom was very small but it had a wonderful view overlooking the Thames .<3>First , we went to see all the famous sites : Big Ben , Piccadilly Circus , and Buckingham Palace .Then we went shopping in Oxford Street .On the last day my friends and I went to Camden Market .You can buy all kinds of jewelry and clothes there .<4>It was really sunny in the afternoon , so we went to watch a football game .Unfortunately , I think the ring fell out of my pocket during the game , and I had to buy another one .<5>although the youth hostel was not perfect .Next time , I will stay at the Ritz but I will never feel as excited as I did that first time .\", 'candidates': ['I really enjoyed visiting London', 'I bought a silver ring for my sister', 'We were all very excited on the coach', 'The plane and train were quite expensive', 'While we were in London we walked a lot', 'My friends and I had a big room on the floor', \"I 've been back to London several times since then\"]}", + "output": [ + "[3, 5, 4, 1, 0]" + ] + }, + { + "input": "{'passages': \"Many people do n't have interest in rainforests .<1>Secondly , they seem dark and dangerous .There are snakes and dangerous plants everywhere .However , Jeff Corwin is different from most people .He has been interested in rainforests since he was a child .Rainforests produce much of the air we breathe every day .<2>Since then , he has had one goal to tell people the importance of rainforests .Besides , he is most interested in the special animals living there .<3>Many of the animals there can not live anywhere else .The rainforests are important to these animals , and these animals are important to the rainforests , too .They are good for the forests , as each one plays a role in keeping the rainforests healthy .Rainforests are disappearing very quickly .<4>The plants and animals that used to live in these forests either die or must find a new forest as their home .The good news is that there are a lot of people who want to save rainforests .The bad news is that saving rainforests is not going to be easy .It will take the efforts of many people working together .<5>He has started clubs for young people .The clubs teach ways to help protect rainforests .Jeff believes education is the best way to protect rainforests .When people learn more about rainforests , they will try to help save them .\", 'candidates': ['Jeff learned this fact when he was in primary school .', 'First of all , they seem so far away from us .', 'People are cutting down rainforests for the following reasons .', 'Jeff wants to help people understand the valuable information .', 'Every year a large area of rainforests is cut down and destroyed .', 'Rainforests are home to half of the animal groups in the world .']}", + "output": [ + "[1, 0, 5, 4, 3]" + ] + }, + { + "input": "{'passages': \"problem , Every person has a great deal of love to give .<1>Here is a general guide to loving .Say it .When you say the words `` I Love You '' , make sure you really mean it , and are willing to do anything for that special person .<2>If you love someone , you should understand how they feel , where they come from , and who they are .Realize how they could also love you back just as well .Love unconditionally .Giving unconditional love requires you to love without any expectations .<3>It seems difficult to only love and not demand anything in return in today 's world where everyone is selfish .But even in this world we see many examples of unconditional love , for example the love a mother gives to her child and the love between two life partners .To love unconditionally , you will have to learn to sacrifice yourself and your desires and also realize that someone may have a different way of showing his or her love for you .<4>Realize it can be lost .If you realize that you can lose the one you love , then you have a greater appreciation of what you have .<5>Do n't make an idol of the person you love .This will place them under unnecessary pressure and will likely result in you losing them .Never stop loving .Even if you have been hurt before , you should not stop giving love .\", 'candidates': ['Try loving just for the sake of love .', \"Put yourself in someone else 's shoes .\", 'There are many different ways to explain love .', 'Think how lucky you are to have someone to love .', 'Do not expect to be loved back in exactly the same way .', \"It does not make you a bad person to desire someone else 's love .\", 'There are many different ways to love someone ( or even yourself ) .']}", + "output": [ + "[6, 1, 0, 4, 3]" + ] + }, + { + "input": "{'passages': \"A new way of thinking has become the necessary condition for responsible living and acting .<1>I do n't have a choice .You write your own destiny through the choices you make .You become what you repeatedly do .<2>Every time you are tempted to react to the same old circumstances in the same old way , ask yourself , `` Do I want to be a prisoner of the past , or a pioneer of the future ?`` Life is easy .Life is NOT easy but it is difficult .<3>It 's great because once you understand and accept this truth , you can move forward with your life .Once you thoroughly know in your heart and mind that life is difficult , then life gets a lot easier to deal with .Because once difficulty is accepted as a foundation , it no longer surprises you or stops you from building a lifestyle that rises above it .<4>When everything in your life is coming together , you can hold on to the belief that everything happens for a reason with ease .But when everything 's falling apart-your relationships , your health , your finances , etc .-it takes tremendous effort to wrap your mind and heart around that belief and hold onto it for dear life .For in that belief lies your hope , your courage , and your strength to move forward .This situation could n't get any worse .Nothing is good or bad , as thinking makes it so .<5>You will eventually learn that the greater part of your happiness or unhappiness is determined not by your specific circumstances , but by your disposition and perspective .\", 'candidates': ['The sky is falling .', \"That 's the greatest truth there is .\", 'Everyone else is doing better than me .', 'It is important to know where you are going and why .', 'To be successful , you have to be a little unrealistic .', 'If you want to move forward , you must leave these thoughts behind you .', 'Be determined to be cheerful and happy in whatever situation you may find yourself .']}", + "output": [ + "[5, 3, 1, 0, 6]" + ] + }, + { + "input": "{'passages': \"I just realized that while children are dogs-loyal and affectionate-teenagers are cats .<1>You feed it , train it , and boss it around .It puts its head on your knee and gazes at you as if you were a Rembrandt painting .It bounds indoors with enthusiasm when you call it .However , around age 13 , your adoring little puppy ( child ) turns into a big old cat ( teenager ) .Then when you tell it to come inside , it looks amazed , as if wondering who died .Instead of following your doorsteps , it disappears .<2>Not realizing that the dog is now a cat , you think something must be desperately wrong within .Since you 're the one who raised it , you assume that you did something wrong .Now you 're dealing with a cat .Filled with guilt and fear , you redouble your efforts to make your pet behave .<3>Call it , and it runs way .Tell it to sit , and it jumps on the counter . Instead of continuing to act like a dog owner , you can learn to behave like a cat owner .Put a dish of food near the door , and let it come to you .<4>You sit still , and it will come , seeking that warm , comforting lap it has not entirely forgotten .Be there to open the door for it .One day your grown-up child will walk into the kitchen , give you a big kiss and say , `` You 've been working hard all day .Let me get those dishes for you . ''<5>\", 'candidates': [\"It 's so easy to be a dog owner .\", 'Children as cats can turn to their parents .', \"You wo n't see it again until it gets hungry .\", \"Then you 'll realize your cat is a dog again .\", \"Teenagers can understand and appreciate their parents ' love .\", 'But remember that a cat needs your help and your affection , too .', 'However , all the efforts made before now produce the opposite of the desired result .']}", + "output": [ + "[0, 2, 6, 5, 3]" + ] + }, + { + "input": "{'passages': \"Children 's Games in Ancient China Unlike the children nowadays , the children during ancient times did n't have smart phone , i Pad or computer to entertain themselves .<1>Let 's take a look . Flying kites Kites have quite a long history .The earliest kites were made of wood , instead of paper .Nowadays , the three most famous kites are the Beijing kite , Tianjin kite and Weifang kite .<2>For example , the swallow-shaped kite is a well-known Beijing style . Playing hide-and-seek Hide-and-seek is a traditional game for children , popular around the nation .Even nowadays , many children like playing it .There are two ways to play .One way is covering a child 's eyes while other kids run around to tease him .<3><4>The closest thing to watching a film or television for entertainment during ancient times was going to see a shadow play .Folk artists manipulate puppets behind the screen , narrating stories and accompanied by music . Setting off firecrackers Firecrackers have a history of more than 2,000 years .It is said that there was a beast named Nian in ancient China .<5>After gunpowder was invented , it gradually replaced the bamboo joint cracker .Crackers are still set off during Spring Festival to symbolize auspiciousness .\", 'candidates': ['Watching shadow plays', 'Each of them has special features .', 'Different materials are used to make the kite .', 'Shadow plays were the popular entertaining form in ancient times .', 'And to scare off the beast , people burnt bamboo joints to make it blast .', 'More commonly , participants hide and one child must try to find them .', 'Instead , they came up with interesting games to play in their childhood .']}", + "output": [ + "[6, 1, 5, 0, 4]" + ] + }, + { + "input": "{'passages': \", .. Dear Sir , I have to travel every day from So UK Road to the airport .Two buses travel along this route : No.49 and No.16 .However , by the time No.16 reaches So UK Road , it is always full .<1>The timetable states that there are buses from So UK Road to the airport every ten minutes .<2>The instructions state that if there are empty seats on a bus , the bus must stop at every stop where people are waiting .<3>The instructions state that no bus may carry more than 40 seated passengers and 20 standing passengers .Yesterday , I was the first to get off the bus when it reached the airport .<4>There were 129 of them .Clearly printed on the back of every bus is a sign that says `` Maximum speed : 50mph . ''<5>Saturday morning a No .49 bus traveled the distance in ten minutes , at an average speed of 60 mph .At times it must have done at least 80 or even 90 mph .It is obvious that our bus companies have neither respect for the instructions nor consideration for their passengers .Can nothing be done about this ?Jerry\", 'candidates': ['I counted the other passengers as they got off .', 'Is there anything we can do to change this ?', 'The problem is that we have to pay more for our trip .', 'The distance from So UK Road to the airport is 10 miles .', 'This leaves No.49 which sometimes has empty seats on it .', 'If this is so , why do I have to wait half an hour for a bus nearly every day ?', 'Why is it that half-empty buses go straight past me when I am standing at the bus stop ?']}", + "output": [ + "[4, 5, 6, 0, 3]" + ] + }, + { + "input": "{'passages': \"Warren Buffett For someone who is such a successful investor , Warren Buffett comes off as a pretty ordinary guy .He was born on August 30 , 1930 .<1>He used to go door-to-door and sell soda water .When his family moved to Washington , Buffett became a paperboy for The Washington Post .Buffett ran his five paper routes and even added magazines to round out his product offerings .While still in school , he was making $ 175 a month , a full-time wage for many men .<2>He spent $ 1,200 on 40 acres of farmland in Nebraska .He and a friend also made $ 50 a week by placing pinball machines in barber shops .They called their venture Wilson Coin Operated Machine Co . Already a successful small-time businessman , Buffett was n't interested in going to college but ended up at the University of Pennsylvania-his father encouraged him to go .<3>But he was turned down , which had to be one of the worst admission decisions in Harvard history .The outcome affected Buffett 's life , for he ended up attending Columbia Business School , where he studied under Professor Benjamin Graham the father of securities analysis who provided the foundation for Buffett 's investment strategy . From the beginning , Buffett made his fortune from investing .He started with all the money he had made from selling soda water , delivering papers , and operating pinball machines .Between 1950 and 1956 , he grew his $ 9,800 to $ 14,000 .<4>And then he gradually drew in other investors through word of mouth and very attractive terms .<5>He does n't collect houses or cars or works of art , and he disdains companies that waste money on expensive cars , private dining rooms , and high-priced real villas .He is a creature of habit-same house , same office , same city , same soda water .\", 'candidates': ['Then Buffett applied to Harvard Business School .', 'Buffett is more likely to be found in a four-star restaurant .', 'When he was 14 , Buffett developed great interest in investment .', 'Even as a young child , Buffett was serious about making money .', 'One thing is for sure about Buffett : he is happy to do what he is doing .', \"Buffett 's investment strategy mirrors his lifestyle and his overall philosophy .\", 'From there , he organized investment partnerships with his family and friends .']}", + "output": [ + "[3, 2, 0, 6, 5]" + ] + }, + { + "input": "{'passages': \"My friend Kitty is a good designer .She designs many nice clothes .<1>All my friends say it looks cool on me .<2>We invite her to our school today .She gives us a talk about fashion .She shows Chinese fashion to us .<3>Then many students ask her some questions .<4>We are happy to know something about fashion .Kitty 's favorite color is green .<5>Today she is in a green dress and a pair of black shoes .She looks nice !\", 'candidates': ['All the students think the talk is good .', 'And they often ask Kitty to design some clothes for them .', 'These questions are all about fashion .', 'She says green is the color of spring .', 'My new brown skirt is one of them .']}", + "output": [ + "[4, 1, 0, 2, 3]" + ] + }, + { + "input": "{'passages': \"A : Excuse me , may I ask you some questions ? B : Certainly . A :<1>B : I eat them every day . A : Do you like them ? B :<2>But my parents say they 're good for my health . A : Do you like junk food ? B :<3>But I try to eat it only once a week . A : Why ? B :<4>A : How long do you sleep every night ? B :<5>A : Oh , I think you must be in health .\", 'candidates': [\"No , I 'm not .\", 'Yes , I do .', \"No , I do n't .\", 'About nine hours .', 'How often do you eat fruit and vegetables ?', \"Because my parents tell me it 's bad for my health .\", 'Yes , please .']}", + "output": [ + "[4, 2, 1, 5, 3]" + ] + }, + { + "input": "{'passages': \"There are many differences between American students and Chinese students , especially high schoolkids .For example , in USA , high school usually ends at 4:00 p.m .But in China , school usually ends at five , but they 'll study until 9:00 p.m. at night .<1>Why may few go to bed before nine o'clock ?<2>So they are swimming in the homework pool .They only do this for a good college .They usually talk about their good grades .But for American students there is little homework .Most of the time they will send e-mail their friends and talk to them .<3>On Friday nights they like to go to movies instead of staying home for homework .Do n't American students care about whether they can go to college or not ?Of course they do !For good students , just like Chinese students , but they have different ways .The colleges do n't only look their exam grades .They also look at their extra-curriculum activities like soccer team and others .So most of the students who are good at sports mostly will join sports team that they are interested .<4>Joining teams is both fun and a good look on college resume .Although American student do n't have much homework , they are busy on their way to go to college .Though college do n't only look at the grade .<5>They have to take and pass before they graduate .Students have to do lot of extra-curriculum activities , too .\", 'candidates': ['That is what they do on their free time .', 'Sometimes they study even later !', 'Many students have to join all kinds of club .', 'They need meet all kinds of exam .', 'They also have some tests .', 'None of them study on weekends .', \"They do n't often talk about grades .\"]}", + "output": [ + "[1, 3, 6, 0, 4]" + ] + }, + { + "input": "{'passages': 'Four New Cool Inventions Mip Mip, a playful robot, was developed by a Canadian toy maker named Wowwee .It stands 19 cm tall .<1>Mip can run, balance and dance on two wheels .It can also bring you a bottle of water .Android Wear Google is developing a smart watch called Android Wear .<2>Simply say OK, Google to ask what ever you want to know .For example, say OK, Google .<3>Your answer will tell you the answer on Google Maps .<4>If you do, you will like Le Pen .<5>The music stops when you stop writing .So if you want to enjoy more of your favorite songs, keep on writing .One wheel In the near future you may find a new way to escape traffic: a self-balancing skateboard called Onewheel .It can go as fast as 19km an hour .On a single charge , it can take you as far as 7-10km .', 'candidates': ['With a music player planted inside, Le Pen plays music while you write on paper .', 'The watch uses a touchscreen and voice control .', \"Where's the nearest toy store?\", 'The hi-tech socks are made of special fibers that watch the movements of your feet .', 'You can also use your old phone as a back-up in case your new model suffers irreparable harm .', 'You can control it simply with your gestures or a smart phone .', 'Le Pen Do you like listening to music while doing homework?']}", + "output": [ + "[5, 1, 2, 6, 0]" + ] + }, + { + "input": "{'passages': '<1>A couple of stone lions, a male and a female , can often be seen in front of the gates of old buildings .The male lion is on the left with his right paw on a ball, and the female on the right .And her left paw is touching a baby animal .<2>The ball shows the country or the family will be together forever, and the baby animal with the female shows that you will have many children .The stone lions were also used to show the families were powerful .<3>It was also popular to make bridges with stone lions .<4>The stone lions on the bridge are most famous .<5>A famous saying is that the lions on the Lugou Bridge are uncountable .', 'candidates': ['Maybe there are 485 lions in all, maybe there are 498 or 501 .', 'Apart from the face-kini, the Chinese use special UV-blocking sun umbrellas which can be attached to bike handles .', 'Lion is a special animal to Chinese people .', 'The lion is the king in the animal world because he is powerful .', \"If you had no money or power, you couldn't put the stone lions in front of your houses .\", 'The tsunami was so powerful it smashed boast and flooded areas along the east African coast,3728 miles away .', 'The best known of this is the Lugou Bridge (also as Marco Polo Bridge), built from 1189 to 1192 .']}", + "output": [ + "[2, 3, 4, 6, 0]" + ] + }, + { + "input": "{'passages': \"Pretend You 're Good at It A while back .I met my pal Jenny , who was in town recording her biography .Let 's Pretend This Never Happened .<1>She told me that it had been going horribly-until she reached out to her friend Neil for advice When she asked Neil how he managed to record so many of his books while still sounding so cool and collected , his response came back almost immediately PRETEND YOU 'RE GOOD AT IT .So she wrote his advice on her arm and went back into the recording studio .<2>And she was .She re-recorded the first chapter with her new words singing through her head .<3>Of course I was happy it worked for my friend Jenny , but other than that , I did n't think much about ii .But slowly , gradually , `` Pretend you 're good at if has worked its magic on me .I have long suffered from a serious mental disease .I needed something to help me get past my fears and head out into the world .<4>And it worked . Having a hard time getting up in the morning ?Tell yourself that you are the best at getting up early .<5>Pretend you 're good at it , and you 'll surprise yourself with how good you really are .However , `` Pretend you 're good at if '' is not a substitute for actual training or an excuse to behave in a proud and unpleasant way , either .\", 'candidates': ['What would that look like ?', 'I asked her how it was going', 'I pretended , and my anxiety eased .', \"So I turned to `` pretend you 're good at it '' .\", 'She took a deep breath and pretended she was good at it .', \"`` Pretend you 're good at it , '' on the other hand , is more playful .\", \"This did n't strike me as particularly world-changing advice , honestly .\"]}", + "output": [ + "[1, 4, 6, 3, 0]" + ] + }, + { + "input": "{'passages': 'The kings of ancient Egypt planned strong tombs to keep their bodies safe after death and to hold their treasure .<1>The ancient Egyptians compared the rising of the sun to the beginning of life and the setting of the sun to the end of life .<2>The people of Mexico also built pyramids .They did not build the pyramids for tombs .They used to build a pyramid and then a temple on top of it .<3>Each of the pyramids has a wide stairway that goes from the bottom to the top .<4>Scientists think it took 10,000 men more than ten years to build it .On the top they built a temple of the sun .The temple is no longer there,but people still call it the Pyramid of the Sun .<5>', 'candidates': ['The team studied the genes of over 500 people over 100 years old, and their children .', 'Near it is another huge pyramid,the Pyramid of the Moon .', 'The Lookout,which is high atop Harbor Center Tower,is your best first choice in Vancouver .', 'The biggest pyramid in Mexico is almost 2,000 years old .', 'This is why their dead bodies were buried on the west bank of the Nile .', 'The pyramids of Mexico are not as high as the pyramids of Egypt,but they are bigger .', 'The Great Pyramids along the Nile are on its west bank .']}", + "output": [ + "[6, 4, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \"What Is Fear ? Few is a basic feeling arising when we fed threatened , and can have physical symptoms such as sweaty hands and an increased heart rate .<1>On the upside ... Fear means growth . Fear tells us we are moving towards the edge of our comfort zone .We are doing something unfamiliar and learning new skills .This means wt art growing , and growth means that once we go beyond the uncomfortable bit , we will be stronger , better and brighter than before !<2>Things are never as bad as they seem . In most cases , the thing we fear is never as bad as we think it will be .When we are trying to make a decision to do something new , we lack the perspective to sec further than the familiar range .<3>No .If you look back on some of the scary things you 've had to do in the past , you would now say .`` What was so scary about this ? !`` We are always stronger than we think ! Fear can teach us so much about our personal powers .There is no other feeling like the victory you feel that makes you realize you won .<4>Who cares ?You made the leap !This will build your confidence !Think of your yoga practice .We CAN stand on our hands , even though we sometimes doubted it .And it will make us realize that we are so strong ! Fear b part of lift , and does n't need to be eliminated .<5>We can welcome it ; we can cope with it and proceed in spite of it .The best decisions in life art rarely the easiest ones .Or rather , they may seem easy , bat often come with fear .To quit your job is not easy , but if you know it 's the right thing to do , you know what you need to do .Following your heart will not come without fear , but it will come with big rewards .\", 'candidates': ['Face the feeling of fear bravely .', 'And everything unfamiliar is scary ?', 'Catch every opportunity to be successful .', \"We do n't need to remove fear from our lives .\", 'So when you fed fear approaching , say thank you !', 'You succeeded , even though not every try is perfect .', 'But it can be a useful feeling when it comes to keeping us safe .']}", + "output": [ + "[6, 4, 1, 5, 3]" + ] + }, + { + "input": "{'passages': \"In China , the Spring Festival is the most important festival .<1>Before the Spring Festival comes , people go out to buy things , such as meat , chicken , fish , fruit , sweets and new clothes .They clean their houses and decorate them .<2>It is usually stuck upside down , which means `` fu comes '' .<3>The family get together for a big dinner .After the dinner , they will sit together , chatting and watching TV .During the holidays , every family prepares something special .<4>People in the north of China often eat dumplings for the breakfast .People in the south often eat niangao because niangao means `` higher and higher one year after another '' .<5>It will come to an end when the Lantern Festival finishes ., A-E , .fu is a must .fu is a must .\", 'candidates': ['The celebrations begin on the eve of the lunar New Year .', 'The celebration lasts 15 days .', 'Sticking the Chinese character', 'Each child will get money as a New Year gift .', 'It comes on the first day of the first lunar month .']}", + "output": [ + "[4, 2, 0, 3, 1]" + ] + }, + { + "input": "{'passages': \"Effective time management can reduce your stress , which means you 're more relaxed , focused and able to complete your tasks on time .For most of us , it 's easy to become distracted at work .<1>Let your calls go straight to voice mail at times .Thus , you can work without interruption .Be sure to set aside time each day to return the calls you missed .<2>Email is a constant distraction -- particularly if you use an instant notification system .Turn off the notifications , and limit use of the email program to every couple of hours . Create a to-do list .Before you leave the office at the end of each day , prepare a to-do list for the following day .<3>Recognize tasks that will take less than five minutes to complete and do them immediately .This way , you get the small things out of the way so you do not need to think about them . Keep your desk and office organized .<4>Keep your desk and office organized , have everything on hand and return items you use to the place you have assigned them so you do n't waste time searching for them . Prioritize .Know what your priorities are on both a daily and long-term basis .Revisit your list often and make changes as new projects cross your desk or as other projects change or become less urgent .On the other hand , you do not need to do everything yourself .<5>\", 'candidates': ['A long to-do list may bring pressure to you .', 'Schedule a block of time to answer your email .', 'Write a message to someone or remind yourself of a deadline .', 'A major cause of ineffective time management is disorganization .', \"Entrust someone who can handle the project you ca n't complete on time .\", 'But you can apply some time management tips to get more out of your work day .', 'To-do list makes you focus your attention on your work as soon as you arrive at work .']}", + "output": [ + "[5, 1, 2, 3, 4]" + ] + }, + { + "input": "{'passages': \"problem I have learnt a lot about Chinese life while teaching in Nanjing , China .<1>Now , I have a better understanding of Chinese culture and find it very interesting .Family life is quite different in China .In the U.S. , many young people will leave home after they finish their education and start working .<2>Also , many of my Chinese friends told me that their grandparents lived with them and helped take care of them when they were children .I thought this was unusual because it is rare for grandparents to live with their children and grandchildren in the U.S..It seems that Americans think independence is more important while the Chinese think family relationships are more important .<3>In the U.S. , prices are set and you ca n't ask for a lower price whereas in China , in some small stores and tourist places , you are expected to bargain .I asked my Chinese friends to teach me how to bargain .They told me that I should ask for 40 percent or 50 percent off the price that the salesperson first offers me .<4>If the salesperson does not agree to my price , I should pretend to leave and he might ask me to come back and sell me the item at a lower price .<5>\", 'candidates': ['Then , I should tell the salesperson that the same item is cheaper at another store .', 'Bargaining is another Chinese custom that I have tried to learn .', 'When I left China , I felt glad to understand some customs .', 'When I first came to China , there were many things did not understand .', 'One custom that has been easier to adjust to is not tipping .', 'However , in China , it is common for people to live with their parents until they get married .', 'Bargaining is a skill that you have to practice if you live in China .']}", + "output": [ + "[3, 5, 1, 0, 6]" + ] + }, + { + "input": "{'passages': \"Doctor Carl was a very busy man .He always worked hard .<1>Yesterday afternoon he remembered it was his wife's birthday .<2>He wanted to give her a present .<3>When doctor Carl got home, he gave his wife the flowers and said, Happy birthday to you, dear!<4>I remembered your birthday this year .Mrs .Carl laughed and said, My birthday was the day before yesterday, but thank you all the same .<5>\", 'candidates': [\"On the way home, Gavin said, My Dad is so clean that he doesn't have to bathe at all .\", \"It's April 20th today .\", \"He often forgot his families' birthdays .\", 'He loved his wife .', 'He consumes every waking minute of her precious time and smooth-talks her as well .', 'On his way home from hospital, he bought some beautiful flowers in a shop .', 'Better late than never!']}", + "output": [ + "[2, 3, 5, 1, 6]" + ] + }, + { + "input": "{'passages': \", , .Dear Sir , I have to travel every day from So UK Road to the airport .Two buses travel along this route : No.49 and No.16 .However , by the time No.16 reaches So UK Road , it is always full .<1>The timetable states that there are buses from So UK Road to the airport every ten minutes .<2>The instructions state that if there are empty seats on a bus , the bus must stop at every stop where people are waiting .<3>The instructions state that no bus may carry more than 40 seated passengers and 20 standing passengers .Yesterday , I was the first to get off the bus when it reached the airport .<4>There were 129 of them .Clearly printed on the back of every bus is a sign that says `` Maximum speed : 50mph . ''<5>Saturday morning a No .49 bus traveled the distance in ten minutes , at an average speed of 60 mph .At times it must have done at least 80 or even 90 mph .It is obvious that our bus companies have neither respect for the instructions nor consideration for their passengers .Can nothing be done about this ?Jerry\", 'candidates': ['The distance from So UK Road to the airport is 10 miles .', 'Is there anything we can do to change this ?', 'This leaves No.49 which sometimes has empty seats on it .', 'Why is it that half-empty buses go straight past me when I am standing at the bus stop ?', 'I counted the other passengers as they got off .', 'If this is so , why do I have to wait half an hour for a bus nearly every day ?', 'The problem is that we have to pay more for our trip .']}", + "output": [ + "[2, 5, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"It is of great importance for students to be able to get a feel for the rhythm and sounds of a poem -- -more so than for most pieces of prose .This is n't always easy in a second language , and so listening to their teacher read the poem , or to a professional recording , perhaps by the poet or by an actor , is , I feel , necessary .<1>They might be asked to check predictions that arose from a warm-up discussion , to compare their suggested rhyming couplets with the poet 's , or to identify stressed words and syllables .<2>This can , for example , take the form of a couple of teachers or a group of students giving their views on a poem , or even an interview with the poet .<3>If your school has the facilities , you might like to : divide your students into two , or even three groups give each group a different cassette or CD and tasks to work on then they come back together to share what they have learned .Remember that your own enthusiasm is a key factor in any activity relating to literature in the classroom .<4>Listening for pleasure , to poetry ( or to anything else , for that matter ) , is to be fostered at every opportunity , because of the obvious benefits which include motivation , vocabulary acquisition and learner independence .<5>\", 'candidates': [\"It is not big , and it has a short history , but I 'm lucky that I am a student of this school .\", \"Finally , do n't forget to encourage art for art 's sake .\", 'Many good song lyrics could be termed poetry and treated accordingly in the classroom , copyright rules permitting .', 'As with any listening activity , students will need some kind of preparation and task so that they can be actively engaged .', \"I 'm a big fan of jigsaw listening because of the natural information gap .\", \"From the art of paper cutting , people can know about Chinese cultural values , history and stories of people 's life .\", 'You might also want to get your students to listen to recorded or live discussions about poems .']}", + "output": [ + "[3, 6, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"Mrs. Smith is Jim 's mother .She loves her family very much .She goes to the store every day .She often buys food , fruit and clothes for Jim and her husband .<1>They are very cheap .<2>There they have sweaters in all colors for \u00a515 each and sports shoes for only \u00a528 .<3>She buys a pair of sports shoes for her son .<4>She buys a white one for Mr. Smith .And that 's not all .The socks , in all colors , are \u00a52 each .<5>She is really a good mother and a good wife .\", 'candidates': ['The great T-shirts in the store are just \u00a518 each', 'Now many clothes are on sale at Renmin Clothes Store .', 'She buys the socks in many colors for her family .', 'Mrs. Smith comes to the store and she wants to buy some clothes for her family .', 'Mrs. Smith likes the red sweater and she buys one for herself .', 'The skirts in purple are only \u00a520 .']}", + "output": [ + "[1, 3, 4, 0, 2]" + ] + }, + { + "input": "{'passages': \"<1>You were so hungry that you didn't even heat them up .Later, you started to feel sick .Powerful waves of pain rumbled through your stomach .<2>That sounds like the case of food poisoning .No one put poison in your food, but bacteria probably grew in the food in the fridge and those bacteria made you sick .Food poisoning can be mild and last just a short time or can be more serious .Food poisoning comes from eating foods that contain germs like bad bacteria, which are poisonous substances .Bacteria are all around us, so mild cases of food poisoning are common .You may have had mild food poisoning with diarrhea and an upset stomach --- but your mom or dad just called it a stomach bug or stomach virus .You might think the solution is to get rid of all the bacteria, but it isn't possible and you wouldn't want to do it, even if you could .<3>It's confusing, but one thing is for sure ---- You can, however, learn how to avoid those bad germs in food .<4>The most likely source is food from animals, eggs, milk, and shellfish .<5>\", 'candidates': ['To avoid serious misunderstanding, people who engage in intercultural communication should be able to understand the meaning of smiling properly .', 'Foods from animals, raw foods, and unwashed vegetables all can contain germs that cause food poisoning .', 'They moved the Eagle forward, away from a very rocky area that might have caused a difficult landing .', 'The leftovers in the fridge smelled a little unusual, but you ate them .', 'Bacteria are all around us, including food, and sometimes they can be good for you .', 'To avoid food poisoning, people need to prepare, cook, and store foods properly .', 'They went away, but not for long, then you even threw up .']}", + "output": [ + "[3, 6, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"I 'm Jim .Today is Wednesday , and I 'm really busy .At 7:30 a.m. ,<1>Then I go to school .Classes start at 8:00 a. m .<2>It 's easy and fun .At 8:55 a. m. , I have math .My teacher says it 's useful , but I think it 's boring .Next I have history at 10:00 a.m .<3>Then I have science .<4>He is very kind Lunch is from 12:00 to 1:30 p.m .<5>They are art and music .Afternoon classes finish at 4:30 p.m. After school , I often play basketball with my classmates .\", 'candidates': ['History is my favorite subject .', 'My favorite color is blue .', 'I have milk and bread for breakfast .', 'Mr. Lee is my science teacher .', 'First I have Chinese .', 'I have two classes in the afternoon .']}", + "output": [ + "[2, 4, 0, 3, 5]" + ] + }, + { + "input": "{'passages': \"Spreading Smiles at Birchwood When Ava Mc Carver was in kindergarten , her class visited a nursing home .Ava learned that many of the residents there received few visitors .<1>`` I asked my mom if I could visit them , '' she said .Soon , Ava and her mom become volunteers at Birchwood Health Care Center . That was six years ago .<2>She enjoyed hanging out with Mary , Shirley and other residents during her twice-monthly visits. ``I paint their nails , and I talk to a lot of them , '' she said .Sometimes she helped lead craft projects .Other times they played card games. ``It 's good for the residents to see little kids , '' Ava said. ``That makes them really happy . ''<3>She raised money for the nursing home by making refrigerator decorations and selling them at a craft fair .She also collected used puzzles from garage sales and donated them to Birchwood . Ava wrote a book called The Squirrel Family .In the book , two squirrels raise a family and eventually move into a place called Birchwood where they live happily .<4>Ten stores in her city agreed to display the books , along with a can to collect money .Ava 's project raised about 750 dollars .Birchwood used that money to buy furniture for the residents . Ava said she enjoyed the look of `` pure joy '' on a resident 's face after a hug from her .That 's why she started visiting Birchwood to bring happiness to others .<5>`` It 's really fun , '' she said. ``They have good stories , and I enjoy my time there . ''\", 'candidates': ['She decided to take action .', 'But she gained happiness for herself , too .', 'Since then , Ava has made many friends at Birchwood .', 'Ava used her book to raise money for the nursing home .', 'Birchwood needs more money to support their residents .', 'Ava found some creative ways to help her friends at Birchwood .', \"Ava 's book achieved a great success and earned a large amount of money for her .\"]}", + "output": [ + "[0, 2, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \"Some people love traveling while some prefer to stay at home .If you do n't love traveling , you can make a change now .Why ?<1>Please read on to know more . Traveling takes you out of your comfort zone .Your comfort zone is comforting .<2>When you step into new surroundings , you will learn about the world around you .Traveling alone is a great option .Some people might fear being on their own , but it can really help them grow .<3>Are you afraid of water ?If you are , go to the beach or a lake .Are you afraid of heights ?If so , climb a hill or go to a vista point at the nearest national park .Are you afraid of talking to strangers ?If so , go to a new place and talk with people you have never seen .Remember , fear can be overcome . Traveling is a good way to expand your mind .It gets you out of a routine and makes you use your brain , your ears and your eyes .When traveling , there are a lot of things that have to be taken in : new sights , new flavors , new noises , etc .<4>Have you ever thought about traveling abroad as a volunteer ?You can benefit a lot from this kind of trip .<5>Sometimes , you can even get all of your meals and accommodation for free .Volunteer tourism is becoming more and more popular .There are many ways to make a difference and benefit you at the same time .\", 'candidates': ['You are exposed to many new things .', 'It is not as expensive as you might expect .', 'All of them require your complete attention .', 'Traveling can help you to remove your fears .', 'This kind of trip is really popular with people .', 'Because you can really benefit a lot from traveling .', \"But it does n't always give you the opportunity to grow .\"]}", + "output": [ + "[5, 6, 3, 2, 1]" + ] + }, + { + "input": "{'passages': \"When you hear about a man saving his dog from a sinking ship, it's hard not to be moved by the tale of an animal lover's bravery .<1>But that's apparently what happened when Graham Annie and his wife, Cheryl, found their Yacht sinking after it hit a rock, while on a voyage from East London to Madagascar .<2>The 9-year-old Jack Russell terrier named Rosie was wearing a tailored life jacket equipped with a light .As the incident happened Graham sent a radio distress call for help and activated the EPIRB (a GPS beacon) but they were immediately forced to abandon ship, McGregor said in an interview, He first swam Rosie to the shore safely before returning for his wife, whose safety line had caught on the steering gear McGregor added .<3>Graham, a long-time volunteer with the National Sea Rescue Institute, said, it was humbling to have the shoe on the other foot and need to be rescued .<4>So, it's likely that Cheryl was in a position of safety and Rosie might have been in a more dangerous position had she been left on the boat .The couple did not want to speak with the media about their rescue .<5>\", 'candidates': ['But the story becomes slightly less heroic when you learn that the man saved his dog before his own wife .', \"So, for now, it's left to readers to find out Graham's priorities during their troubled time .\", \"Dave Zarifis, head of public safety says, Some people don't even come to celebrate .\", 'Some details have yet to come out .', \"Today's unified Germany is more prosperous and stable than at any time in its long , troubled history .\", 'National Sea Rescue Institute North London station commander Geoff McGregor said all three were wearing life jackets .', 'The couple and their dog all made it out free of injury .']}", + "output": [ + "[0, 5, 6, 3, 1]" + ] + }, + { + "input": "{'passages': \"It 's Peter 's birthday this Sunday .Peter and his good friends , Kate , Lily and Kangkang , go to the West Hill .Peter 's friends take a lot of food .They will have a picnic for his birthday .<1>Kangkang and Peter play games<2>At noon , Peter is hungry .<3>So he asks Kate to cook for him .Lily helps Kate cook .There is no water .<4>Peter is next to a tall tree .He plays with his dog .They think the picnic is very nice .<5>\", 'candidates': [\"He wants to eat something , but he ca n't cook .\", 'Kangkang has to get some water for them .', 'Peter will go there with his cute dog .', 'And Lily and Kate sings some sings .', 'They have a good time .']}", + "output": [ + "[2, 3, 0, 1, 4]" + ] + }, + { + "input": "{'passages': \"Listening to others requires entering actively and imaginatively into the situation and trying to understand a frame of reference different from your own , and yet so many of us do n't listen properly as we should .Listening means more than just sitting silently while someone else talks .<1>Here are some ways to become a better listener .<2>Make sure you actually hear fully what your friend is saying , and you ca n't cut your friend off verbally carelessly .While you might intend to help move the conversation along , your friend might feel as if what he has said need to be continually talked over or sound anything but interesting . Nod to encourage the conversation along .A better option to let your friend know you 're interested in what he says is just to nod along from time to time .Sometimes you nod along but then start thinking about something unrelated to what he could say .<3>Turn out background noise .If you 're easily distracted by laughter , glasses clinking , children crying , you might need to work extra hard to focus only on your friend .<4>Do n't hesitate to tell them that the background noises are getting in the way .If you ca n't focus , try moving to another area . Do n't text or look at your phone !<5>For you see , when you 're sitting in front of someone , he is the most important person in your world at that moment .\", 'candidates': ['Stop the speaker whenever you have a question .', 'Practice silence when someone else is talking .', 'If necessary , ask your friend to repeat himself .', \"Whoever is calling or texting can wait until you 're done with your conversation .\", 'It means trying to see the problem the way the speaker sees it .', \"In this case , try to push away your thoughts until you 're absorbed in what your friend is saying .\", 'Remembering ideas from previous conversations proves that your attention is kept and encourages your friend to continue .']}", + "output": [ + "[4, 1, 5, 2, 3]" + ] + }, + { + "input": "{'passages': \"<1>We achieve it actively by direct experience , by testing and proving an idea , or by reasoning .We achieve knowledge passively by being told by someone else .Most of the learning that takes place in the classroom and the kind that happens when we watch TV or read newspapers or magazines is passive .Conditioned as we are to passive learning , it 's not surprising that we depend on it in our everyday communication with friends and co-workers .<2>It makes us tend to accept what we are told even when it is little more than hearsay and rumor . Did you ever play the game Rumor ?It begins when one person writes down a message but does n't show it to anyone .Then the person whispers it , word for word , to another person .That person , in turn , whispers it to still another , and so on , through all the people playing the game .The last person writes down the message word for word as he or she hears it .Then the two written statements are compared .<3><4>The simple fact that people repeat a story in their own words changes the story .Then , too , most people listen imperfectly .And many enjoy adding their own creative touch to a story , trying to improve on it , stamping it with their own personal style .Yet those who hear it think they know .<5>A statement of opinion by one writer may be restated as a fact by another , who may in turn be quoted by yet another ; and this process may continue , unless it occurs to someone to question the facts on which the original writer based his opinion or to challenge the interpretation he placed upon those facts .\", 'candidates': ['Typically , the original message has changed .', 'Finally everybody gets the meaning .', 'Unfortunately , passive learning has a serious problem .', 'Knowledge is passed down from generation to generation .', \"That 's what happens in daily life .\", 'This process is also found among scholars and authors .', 'We can achieve knowledge either actively or passively .']}", + "output": [ + "[6, 2, 0, 4, 5]" + ] + }, + { + "input": "{'passages': \"<1>As a result , the ice and the snow are melting at record-setting rates .<2>A sheet of ice acts like a huge mirror , reflecting the sun 's energy .<3>This causes the ocean to warm , which in turn speeds up ice melting and which leads to even more open waters .<4>As the ice melts , water flows into the oceans , making them less salty .That , along with warmer water temperatures , can harm the creatures that live in , under , and near the ice , says zoologist Michael Stoddard .Cold-adapted animals -- including polar bears , foxes , hares , and seals -- also need ice for travel and survival .Most species of fish , sea spiders , and many other animals and plants that live in the waters of Antarctica do n't live anywhere else , Stoddard says .Many of them have special proteins in their bodies keeping them from freezing to death and have other adaptation to the cold that has yet to be explored .Therefore , experts are urging us to reconsider the way we live .The fuels that we burn in cars , power stations , and factories are largely to blame for the carbon dioxide and other greenhouse gases that are trapping overmuch heat in our atmosphere .<5>Even small things would make a difference , if everyone did them .Michael Stoddard says , That 's what we have to figure out in the near future to help save the polar ice and thus protect the oceans and us .\", 'candidates': ['The history of English continues as Middle English , and then it becomes Modern English , and it is spoken today .', \"If you also want to save homeless dogs , you can visit the Happy Animals Club 's website and offer some help .\", 'But ocean water , which is darker than ice , absorbs a lot of it .', 'The cycle continues until all the ice is gone .', 'In recent years , temperatures in the polar areas are rising faster than anywhere else on Earth .', 'If we can produce fewer of these gases , we can help save the polar ice .', 'One result is that sea levels are rising around the world , putting animals and people at risk .']}", + "output": [ + "[4, 6, 2, 3, 5]" + ] + }, + { + "input": "{'passages': \"<1>He is visiting his grandmother in Florida .The weather is hot and sunny .<2>It's very nice and near the beach .<3>They play volleyball there a lot .<4>He is reading an interesting story-book now .The stories are really scary .<5>She wants Jack to help her .\", 'candidates': [\"Your Wine Tasting takes place at a French sommelier's home, in a beautiful loft with air conditioning .\", 'His grandmother is making dinner now .', 'Jack is having a great and relaxing summer .', 'Fortunately, demand for live entertainment during the summer is so great that both festivals continue to thrive .', 'He goes to the beach with friends every day .', \"He is staying at his grandmother's home .\", 'He watches TV or reads books in the evening .']}", + "output": [ + "[2, 5, 4, 6, 1]" + ] + }, + { + "input": "{'passages': \"One year , two Australians , Adam and Stephen , decided to go to Jamboree by bike .<1>They did n't take normal bikes ; they took bike with three wheels instead . These are more comfortable and easier to ride up hilts .<2>They had a tent each , things to cook with , clothes , maps , computers and phones , and things to repair the bikes . They also took their passports because they planned to travel through 22 different countries .<3>After just a few days , Adam 's bike broke . He left Stephen and went back home by bus . He got a new wheel for his bike , then bought a plane ticket and flew to Perth . In Perth , he took a train to a town called Merridien . After he got off the train , he put his bike together and rode to meet Stephen .<4>They slept in tents by the road , and in some places they saw a lot of wild animals . One night , they could hear lions , and another night , an elephant walked past their tens .In Europe , they rode up some very high mountains .<5>in every country along the way , Adam and Stephen met a lot of interesting people and had lots of adventures .The journey took 269 days .A.They took everything they needed .B.The journey began in Australia but it did n't go well .C.It was in Sweden , about 20,000 kilometers from their home in Adelaide D.After that , they flew to Johannesburg , and they began their bike ride through Africa .E.And the most wonderful thing , they thought , was that they saw snow for the first time in their lives .\", 'candidates': ['They took everything they needed .', \"The journey began in Australia but it did n't go well .\", 'It was in Sweden , about 20,000 kilometers from their home in Adelaide', 'After that , they flew to Johannesburg , and they began their bike ride through Africa .', 'And the most wonderful thing , they thought , was that they saw snow for the first time in their lives .']}", + "output": [ + "[2, 0, 1, 3, 4]" + ] + }, + { + "input": "{'passages': \"<1>They are in the same class at school and they often go to each other's home on Sunday .<2>Carol's mother has got a new baby .Carol is very glad to have a little sister, so she is always talking about her to Susan .At first Susan is very interested in the new baby because she does not have any brothers or sisters .<3>She also feels a little jealous of her friend .One morning when the two girls meet at the school gate, Carol says to Susan cheerfully , Do you know, Susan, my baby sister has put on about half a pound in weight this week?<4>I know a baby that puts on ten pounds a day .<5>answers Carol .Whose baby is it?An elephant's, says Susan .\", 'candidates': [\"Most people's good sense of worth is rooted in their childhood -- in the early approval of their parents, teachers, and friends .\", \"Oh, that can't be true!\", 'Carol and Susan are very good friends .', 'That is not very much, answers Carol .', 'Now they are both eight yeas old .', \"But after some time she begins to get tired of Carol's keeping on talking about it .\", 'Now lump-of-labourites say that keeping the old at work would deprive the young of employment .']}", + "output": [ + "[2, 4, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \", .. Diets are n't the way to go when it comes to losing weight .That 's because they create temporary eating patternsand , therefore , temporary results .So what 's the best way to drop excess weight ?Create a new normal !Weight loss is most likely to be successful when people change their habits , replacing old , unhealthy ones with new , healthy behaviors .Here are five ways to make that happen .Take exercise .<1>Walking the family dog , cycling to school , and doing other things that increase your daily level of activity can all help you look and feel good and keep weight off .<2>One reason people get less exercise these days is that they spend too much time watching TV , looking at the computer , or playing video games .Limit recreational screen time to less than 2 hours per day .Watch out for unhealthy drinks .Another key factor in weight gain is that more people drink sugary drinks , such as sodas , juice drinks , and sports drinks .<3>Eat some fruits and vegetables every day .Fruits and vegetables are about more than just vitamins and minerals .<4>And when you fill up on friuts and vegetables , you 're less likely to overeat when it comes to high-calorie foods like chips or cookies .<5>People who do n't have breakfast often feel so hungry that they eat more later on .So they are likely to get more calories .\", 'candidates': ['Regular physical activity burns calories and builds muscles .', 'So go for water or low-fat milk instead of soda .', \"They 've also packed with fiber , which means they fill you up .\", \"Do n't skip breakfast .\", 'Share your breakfast with others .', 'It is bad for your eyes to spend too much time watching TV .', 'Reduce screen time .']}", + "output": [ + "[0, 6, 1, 2, 3]" + ] + }, + { + "input": "{'passages': \"A : Good evening , madam .Welcome to our restaurant .B : Good evening .<1>?A : OK .Here it is .B : Thank you .( A few minutes later ) A :<2>, madam ?B : Sure .I 'll have noodles and can I have a salad ?A : Sure .We have green salad , fruit salad and chicken salad .<3>?B : A green salad , please .A :<4>?B : Yes .Coke , please .A : OK.Anything else ?B :<5>A : OK .I 'll be back soon with your food and drink .\", 'candidates': [\"No , that 's all .\", 'May I have the menu , please ?', 'What would you like to drink ?', 'Which kind do you like ?', 'May I help you ?', 'May I take your order ?', 'Would you like something to drink ?']}", + "output": [ + "[1, 5, 3, 6, 0]" + ] + }, + { + "input": "{'passages': \"Halloween is a festival on October 31 .<1>Before the festival, people paint homes, shops and classrooms in the traditional Halloween colours, orange and black .<2>Some people buy them in shops .People also make decorations for the festival .These decorations look like witches, black cats, ghosts, skeletons and jack-o-lanterns .<3>People think that Halloween is the children's New Year's Eve .They dress up in special costumes and masks .They eat too much, and go to bed too late celebrating .<4>People give them candies, cookies, fruit or money .Adults and older children also celebrate Halloween with parades , festivals and costumes parties .One kind of the parties welcomed by children is dunking for apples .<5>People try to get the apples using only their months; they cannot use their hands .\", 'candidates': ['Apples, which are about 35 percent water, grow almost everywhere in the world but the hottest and coldest areas .', 'Jack-o-lanterns are pumpkins that are cut to look like faces .', 'They go from one door to another saying trick or treat .', 'Some people make costumes and masks at home .', 'Apples are put in tubs full of water .', 'A poor boy was selling goods from one door to another to pay for his studies .', 'The name of the holiday means hallowed because it happens the day before All Saints Day .']}", + "output": [ + "[6, 3, 1, 2, 4]" + ] + }, + { + "input": "{'passages': \"What to Do When Someone Does n't Like You When someone tells me , `` I do n't care if people like me , '' they are showing me the emotional wall they use to block the hurt of rejection . As humans are social animals , all of us care if people like us .Based on the need for social connection , your reactions to rejection and negative judgment can range from minor hurt to breakouts of depression .<1>The first step to handle a negative situation is to recognize your reaction .Ask yourself , `` What am I feeling ?`` .<2>Any betrayal or embarrassments in your heart ?Identify what feeling has shown up in your body ?so you can choose what to do next .<3>When you sense yourself shutting down or feeling defensive , ask yourself what the person actually meant to do to you , Did they truly mean to offend you , or make fun of you ?Your brain works very hard to keep you safe , so it will judge a situation as threatening if there is any possibility of social harm . When our brains sense a possible threat , we react as if we were personally attacked .Take a breath to relieve the stress ,<4>Finally , if you believe the person does n't like you , ask yourself if this matters .<5>If not , what can you do to release your need to be liked by this person ?And , what can you do to stay neutral and not return the dislike ?The more you can come to accept others as who they are , the more you can move forward with your goals regardless if someone likes you or not .\", 'candidates': ['If you can , look the person in their eyes .', 'Do you feel any fear or anger in your head ?', 'Ask yourself what is true about the situation .', 'Often people do not realize the impact of their words .', \"Will the person 's judgment of you impact your work or life ?\", 'The ability to let a show of dislike roll off your back is a learned skill .', 'This will ground you in the present and take you out of your trembling mind .']}", + "output": [ + "[5, 1, 2, 6, 4]" + ] + }, + { + "input": "{'passages': \"Most cars have seat belts as part of their equipment .Seat belts protect drivers and passengers in case of accidents .They also reduce the effect of a crash on the body .<1>Worldwide the devices have protected up to a million people .America first recognized the invention of an automobile seat belt in 1849 .The government gave a patent to an engineer named Edward Claghorn of New York City so that others would not copy his invention of a safety device .<2>This early version of safety belt was said to include hooks and other attachments for securing the person to a fixed object .Other inventors followed with different versions of the seat belt .<3>It resulted from the work of a Swedish engineer Nils Bohlin .His three point lap and shoulder seat belt first appeared on cars in Europe 50 years ago .Nils Bohlin recognized that both the upper and lower body needed to be held securely in place .His invention contained a cloth strap that was placed across the chest and another strap across his hips .<4>Volvo was the first company to offer the modern seat belt to its cars .This company also provided use of Nils Bohlin 's design to other car makers .<5>He received a gold medal from the Royal Swedish Academy of Engineering Sciences in 1995 .He died in Sweden in 2002 .\", 'candidates': ['Claghorn called his invention a safety belt', 'The design joined the straps next to the hip .', 'The Swedish engineer won many honors for his seat belt .', 'Safety experts say that seat belts save thousands of lives a year in America alone .', \"There are many companies adopting Nils Bohlin 's invention of the belt .\", 'Claghorn was a promising young engineer with many honors all his life .', 'But more than 100 years passed before the current seat belt was developed .']}", + "output": [ + "[3, 0, 6, 1, 2]" + ] + }, + { + "input": "{'passages': ' Basketball is not only for young people, my grandpa often says .<1>He likes basketball .<2>And he can not run fast .But he is a member of a basketball team .I play for 15 minutes in every game, says Grandpa .I can score 10 points for my team .He is right .He is really good at basketball .I learn a lot from him .<3>They play for about an hour every time .<4>And they play with our school team .Then the young students and the old people can have fun together .What is sport?<5>', 'candidates': ['Grandpa is a retired teacher .', 'Sport is a game to make people healthy and happy, Grandpa tells me .', 'Senior was so much in demand that he was soon joined by a team of six young art school graduates .', 'Sometimes their team comes to our school .', \"He said he forgot about it and didn't expect I would give it back .\", \"He isn't tall or strong .\", 'Grandpa plays basketball with his friends .']}", + "output": [ + "[0, 5, 6, 3, 1]" + ] + }, + { + "input": "{'passages': \"problem When I was 15 years old , a boy gave me an important present .<1>It was the early autumn of my first year at a senior high school , and my old school was far away .<2>I was very lonely , and afraid to make friends with anyone .Every time I heard the other students talking and laughing , I felt my heart broken , I could n't talk with anyone about my problems .And I did n't want my parents to worry about me .Then one day , my classmates talked happily with their friends , but I sat at my desk unhappily as usual .<3>I did n't know who he was .He passed me and then turned back .He looked at me , with a smile on his face .Suddenly , I felt the touch of something bright and friendly .It made me feel happy , lively and warm .<4>I started to talk with other students and made friends .Day by day , I became closer to everyone in my class .The boy with the lucky smile has become my best friend now !<5>I believe that the world is what you think it is .If you think it lonely , you might always be alone .So smile at the world and it will smile back .\", 'candidates': ['At that moment , a boy entered the classroom .', \"He 's living in Australia now and he loves it .\", \"It does n't matter because all the dark days have gone .\", 'It was a smile .', 'That smile changed my life .', \"It 's impossible to make friends here .\", 'As a result , no one knew who I was .']}", + "output": [ + "[3, 6, 0, 4, 2]" + ] + }, + { + "input": "{'passages': \"American and British people both speak English .But sometimes there are some important differences between British English and American Englsih .<1>Often , Americans do n't say each word separately .They say words together .Americans may say `` I dunno '' instead of `` I do n't know '' .However , the British are more careful .They usually say all the words and keep them separate .Sound is not the only difference .Words sometimes have different meanings , too .<2>Americans drive trucks , but in England people drive lorries A .<3>In England , if you are going to call your friends , you `` phone them up '' .In America , you `` give them call '' .There are also some differences in grammar . For example , Americans usually use the helping verb `` do '' when they ask a question .They say `` Do you have a pen ?`` But the British often leave out the helping verb .<4>Most languages are like this .Languages change over time .When people live in separate places , the languages change in different ways .This is what has happened to English .<5>Many people in Canada speak French but their French is very different from the French of France .\", 'candidates': ['English is widely used in China .', 'It can also happen to other languages like French .', 'For example , the vocabulary for cars and driving is very different .', \"They say `` Have you a pen ? ''\", 'English in these two countries is different only in sound .', 'First of all , they sound very different .', 'Many expressions are also different in the two countries .']}", + "output": [ + "[5, 2, 6, 3, 1]" + ] + }, + { + "input": "{'passages': \"Former president Obama and his wife Michelle Obama are strict parents .The New York Times listed some rules that Michelle Obama had mentioned over the years that Malia and Sasha must follow .<1>When the girls take part in community activities or have trips , they must write reports on what they have done and seen .During weekdays , the sisters can only use computers for homework and are not allowed to watch TV .<2>but they ca n't use it on weekdays , they are only allowed to use the mobile phone on weekends .<3>They have a chance to pick one of the sports and the other is chosen by their mother .Michelle explained the rule , '' I think they should be educated to understand what it feels like to do something you do n't like and to improve . ''<4>because it 's about learning how to play on a team , how to lose and how to win gracefully .Malia must know how to do her own laundry before she enters the college .<5>If they say that they are not hungry to avoid eating vegetables , they are not allowed to eat cookies later .\", 'candidates': ['Malia and Sasha are allowed to use a mobile phone when they are 12 ,', 'The following are some of the rules', 'Malia and Sasha must play a team sport ,', \"It 's the same with the English study .\", 'Malia and Sasha must play two sports .', 'Malia and Sasha must eat their vegetables .']}", + "output": [ + "[1, 0, 4, 2, 5]" + ] + }, + { + "input": "{'passages': 'Do you like traveling?<1>Have you traveled to the moon?A rich man plans to live on Mars .Is it the beginning of a science fiction novel?In fact, it happens in the real world .<2>He has said his plan is to live on the planet .He says he plans to live on Mars with a group of fewer than ten people .<3>Each one should pay $ 500,000 to fly there .However, these passengers are not going there to travel, but they are going to work .<4>Musk believes one person out of every 100,000 people may be interested in making the journey .<5>', 'candidates': ['Have you ever wondered what a Degree might be worth to you in your job or career ?', 'Elon Musk is the founder and CEO of a private spaceflight company .', 'They want to make certain that people in famine areas can protect themselves from the effects of future droughts .', 'Have you traveled to Los Angeles?', 'He will take them on a rocket powered by liquid oxygen and methane .', 'Then Mars will have sixty-three thousand people in the future .', 'They need to carry tools to build houses and grow crops there .']}", + "output": [ + "[3, 1, 4, 6, 5]" + ] + }, + { + "input": "{'passages': \"How to Sell a Used Book on the Internet Is your book collection getting out of hand ?You can clean house and make some extra cash by selling your books online .There are a n umber of websites which can allow you to sell more books more quickly than you could sell locally , and you 'll likely receive higher prices as well .<1>Here are some aspects you should consider before you make your choice .How much you have to pay the site .Some booksellers charge a flat fee per book , while others charge a commission on the selling price .<2>Shop around lo find the best deal for your particular situation , and make sure you understand exactly how much you 'll have to pay when your book sells .The site 's shipping policy .You 'll have to ship the book when it sells , so make sure you understand any requirements for shipping .<3>Also , find out how shipping is factored into how much you get paid .Do you have to pay shipping out of the book 's sale price , or is there a shipping allowance that 's added to the price ?<4>When someone buys a book , the website will pay you , usually either by direct deposit into your bank account , by PayPal , or by check .Some may pay you immediately , while many pay sellers once or twice a month .The reputation of the bookseller and the amount of exposure your book will get .<5>You can get comparable exposure at most of them , but please do enough investigation .\", 'candidates': ['How you get paid .', 'Set your reasonable price .', 'And still others charge a membership fee , instead .', 'Open an account with one or more online booksellers .', 'Most big online booksellers have a good track record .', \"To get the best fit , you 'd better compare these online booksellers .\", 'Most sites require that you ship via a tracking service , for example .']}", + "output": [ + "[5, 2, 6, 0, 4]" + ] + }, + { + "input": "{'passages': \"There are four main areas when it comes to your dog 's body language -- his ears and face , eyes , nose and tail .<1>Ears and face The head of a dog is more expressive than you think .<2>His mouth is another good instruction .A mouth that is wide open to pant with some sound suggests that the dog is happy -- some people even say when a dog is panting , he is laughing as he cools himself .<3>Eyes To a dog , purple and blue are both seen as shades of blue .Red is seen as black or dark grey .Orange , yellow and green are seen as various shades of yellow .<4>If you want your dog to clearly see his toys in the green grass you 'd better give the dog blue toys ; if you have orange , yellow or green toys , the dog will be able to find them with his nose .Nose A dog can both sniff and breathe through his nose .Breathing is for air , but when dogs sniff with short breaths they are actually following some scents with his keen nose .When a dog is overheated , his sense of smell is reduced by as much as 40 percent and he uses the air to cool himself rather than for smelling .Puppies ' noses can help find their mother when their eyes and ears are closed .<5>Tail Lastly , you need to pay attention to your dog 's tail , because it shows what he is thinking and feeling .A dog that is in a good mood will have a tail that seems to be going a mile a minute -- wagging , and excited .However , an angry or frightened dog will have his tail between his legs .\", 'candidates': ['This means that , to a dog , bright orange toys are the same yellow shade .', 'The function will disappear by the time they are adults .', 'A recent study suggests that what we are used to doing is not so good .', 'The best time to visit is summer since Budapest is very cold in winter .', 'If you say a word that he recognizes , like his name or something you say often , his ears will get up .', 'A tongue sticking out suggests that the dog is in a good mood .', \"If you pay attention to those things , you 'll find you are able to easily understand how your dog is feeling .\"]}", + "output": [ + "[6, 4, 5, 0, 1]" + ] + }, + { + "input": "{'passages': 'Would you like to visit Britain one day?--Our country would like to welcome you!Overseas travel can be expensive .But there are ways of visiting Britain cheaply .<1>When to come?If you can avoid the busy months --July and August ,your visit may be cheaper .There will be smaller numbers of visitors .<2>Of course, you can visit it in winter, but it is often dark by 4pm .<3>However, if you are interested in museums, art galleries or theatres, winter may be a good time to visit .Be prepared .<4>With this card, you can save a lot of money .You can get the card from your local student travel office, and you can also call (44)-08708-413224 to get it .<5>', 'candidates': ['To get the card, you need to show that you are a student, get a passport photo, and pay a little money .', 'Many places, such as large houses and castles ,are closed early in winter .', 'British weather is pleasant from April to the end of September .', 'Sagrada Familia ( 2,056,448 visits/year) Opening hours: 09:00--18:00 (October--March); 09:00--20:00 (April--September) Admission: $ 11, or $ 10 with the Barcelona Card .', \"We're so lucky to have this wonderful world, and I hope we can live on planet Earth in peace .\", \"If you are a student, it's a good idea to apply for an International Student Identity Card .\", 'We hope that we can give you some good ideas .']}", + "output": [ + "[6, 2, 1, 5, 0]" + ] + }, + { + "input": "{'passages': \"Four smart ways to help build your children 's vocabulary '' Johnny next door can name his color1 s , but Gloria can hardly even say her own name .What am I doing wrong ? ''<1>But the good news is that children really are born to absorb the language around them .The following are some ways to help build your child 's vocabulary . Never use baby talk Young children understand so much more than they can initially repeat .<2>Of course you are not going to start speaking to a baby in difficult English , but it 's important to speak to them the way that you 'd speak to anybody else .Even if your child ca n't or does n't use the same vocabulary when he talks , it is helping his language development . Follow your child 's lead<3>Trying to turn her attention away from the clown so that you can point out the word for `` elephant '' , is not only frustrating , but also it 's probably not doing much good .Instead of driving the conversation , you 'll be more successful in making words `` stick '' , if you look at what your child is paying attention to . Encourage any kind of reading . Even young kids who have n't yet learned to read will memorize books that they 've often heard .So go ahead and have your child `` fill in '' words as you 're reading together .<4>For older children who are already readers , it 's important to let them choose their own reading material .<5>At two years of age , some kids may only use about 30 words while others may be able to use 300 words .But there , s very little evidence that those children with 30 words at age two will have worse outcomes by the time they are five or six years of age .\", 'candidates': [\"So do n't talk down to them .\", 'Correct pronunciation gently .', \"Do n't panic if your child is slow to talk .\", 'It will help with their vocabulary development .', 'That sort of comparison can lead to a lot of parental anxiety .', \"Let 's say you 're taking a trip to the circus with your young daughter .\", 'The best thing that parents can do is really just talk to their children all the time .']}", + "output": [ + "[4, 0, 5, 3, 2]" + ] + }, + { + "input": "{'passages': \"Wangfujing Street is a busy shopping street in Beijing .<1>You can buy books , clothes , shoes and many other things on the street .The street is about 700 years old .In the past , lords lived there .Next to one of the lord 's houses there was a well .<2>Many people had no water to drink .However , the lord 's well still had lots of water .This lord did not want to give the water to anyone .So he asked an old man to stand in front of the well and stop people taking water .<3>He said , `` My lord , if I do n't give them water , they will die .<4>`` Finally , the lord agreed with the old man .<5>`` Wangfu '' means the lord 's house and `` jing '' means the well .\", 'candidates': ['There are many shops .', 'Then nobody can work for you .', 'One year , there was little rain .', 'This is how the street gets its name .', 'But the old man always gave water to poor people .']}", + "output": [ + "[0, 2, 4, 1, 3]" + ] + }, + { + "input": "{'passages': \"Choosing a major is a very important thing in our life .However , at extremely challenging .So it 's necessary to learn some simple tips that much easier .<1>And how does that choice affect your future career ?We can help guide you in choosing a major . Your major is your primary field of study in your undergraduate ( program .It is the subject in which you earn your bachelor 's degree .After completing a list of general education courses , you spend the rest of the time studying one subject of your choice .<2>.For many students , it 's best to try out different classes to figure out a major you 'll like but you need to have a couple of solid choices .<3>, you should begin taking courses you are required to complete before graduation , so it will decrease your chances of needing to switch majors later because you already know what to expect .<4>, you should begin thinking about how your field will lead to a job as soon as possible . Consider clubs , research programs and part-time jobs related to potential career choices for your major . For more career-specific majors like nursing and engineering , the majority of your studies will include skills that can be used in a future job .<5>The sooner you begin working in a lab , on research projects or helping as a teaching assistant for a professor , the better you 'll be able to figure out your career .\", 'candidates': ['You have to think of ways to choose a major', 'Be sure that you choose a major that suits your interests', 'Once you have a better idea of which major you like best', 'While your major may or may not lead directly to a career', 'Do some research to find out which majors can help you get that job', 'Roughly one-third to one-half of your courses will be related to your major', 'However , you should still consider doing activities outside of the classroom to better prepare you']}", + "output": [ + "[0, 5, 2, 3, 6]" + ] + }, + { + "input": "{'passages': \"When watching a soccer game or basketball match , you might hear people encouraging their favorite team by shouting things like `` come on '' or `` go for it '' .Could the Chinese phrase `` add oil '' also become a frequent cheer at sporting events ? Last month , `` add oil '' a direct translation of `` jiayou '' was added to the online Oxford English Dictionary ( OED ) .<1>It is believed to have originated as a cheer at the Macao Grand Prix ( during the 1960s .<2>`` OED is recognizing the legitimacy ( of our English and its potential to be relevant to the anglophone ( world '' Wee Lian-hee professor of language studies at Baptist University 's English Department , told the South China Morning Post .We can certainly reach out and communicate with the world without having to give up on being ourselves .`` So how does a word get into the OED ?<3>New words are also required to have been used over a `` reasonable amount of before being added .The process of adding words can be long and painstaking .<4>Let 's take a look . Hongbao : A traditional gift of money presented in a red envelope . Jiaozi : A crescent-shaped ( dumpling made of thin pastry . Wuxia :<5>\", 'candidates': ['Chinese people are excited that Chinglish phrases like these are gaining recognition .', 'According to Oxford University Press , words can be added as long as they are understood by readers without the need for an explanation of its meaning .', 'Below are some other Chinese words that nave been added to the OED', 'OED is becoming more and more popular in the world .', 'The phrase refers to adding fuel into a vehicle .', 'Chinese slang is causing jokes in our life .', 'A type of fiction or cinema featuring ancient Chinese warriors .']}", + "output": [ + "[4, 0, 1, 2, 6]" + ] + }, + { + "input": "{'passages': 'Pure Yoga is devoted to serving the yoga community in Asia and beyond,offering a wide variety of classes such as Hatha Yoga,Hot Yoga,Yin Yoga Vinyasa,etc .<1>Private Yoga is also available for learners of all levels .<2>Class Booking Class bookings can be made 2 days in advance of the class .It is important that you book your class in advance since some classes are more heavily attended than others .We also limit our class sizes so that they are not overcrowded .If a class you wish to take is full, we will place you on the wait list and inform you of an opening as soon as possible .<3>Please do not talk while in the studio and studio corridors .No eating Do not eat in the studio .<4>Keep your shoes in your locker .<5>No mobile phones Turn your mobile phones off or to vibrate mode .Do not take phones into the practice rooms .Personal Belongings Daily lockers are not for overnight use .Locks from any daily lockers that are kept overnight will be cut .', 'candidates': ['To create the best experience for yourself and others,please follow these guidelines: No talking The yoga studio is a silent room .', 'Shoe lockers are also available for rental .', \"In some way, it's not only good fun, but also a great way to keep fit .\", 'Pure Yoga constantly invites world-known teachers to lead guest teacher workshops .', 'Our yoga classes are offered and taught by nearly 200 professional yoga teachers .', 'Our English teacher, Miss Wang, has taught us a good way of remembering things to make our own yearbook .', 'No shoes Remove your shoes before entering the practice rooms .']}", + "output": [ + "[4, 3, 0, 6, 1]" + ] + }, + { + "input": "{'passages': \"Perhaps it is hard to imagine that a bad tooth could be deadly .But doctors in the Washington area say a twelveyearold boy died last month of a tooth infection that spread to his brain .<1>Experts at the National Institutes of Health say good dental care should start at birth .<2>Breast milk can help slow bacterial growth and acid production in the mouth .When baby 's teeth begin to appear , you can clean them with a wet toothbrush .Dentists say it is important to find soft toothbrushes made especially for babies , and use them very gently .The use of fluoride to protect teeth is common in many parts of the world .This natural element is often added to drinking water supplies .The fluoride mixes with enamel , the hard surface on teeth , to help prevent holes , or cavities from forming .<3>The group notes that swallowing fluoridated toothpaste can cause problems .So young children should be carefully supervised when they brush their teeth .And only a small amount of fluoridated toothpaste , the size of a green pea , should be used .<4>Dental experts generally agree that this is fine early in life .<5>If it continues , the group advises parents to talk to their child 's dentist or doctor .It could influence the correct development of permanent teeth .\", 'candidates': [\"Parents often wonder what effects sucking a thumb or sucking on a pacifier might have on their baby 's teeth .\", 'They know that they will receive the best food and watch the best films .', 'The American Academy of Family Physicians says most kids stop sucking their thumbs by the age of four .', 'They say it might have been prevented if the boy had received the dental care he needed .', 'But the American Academy of Pediatric Dentistry points out that young children often swallow toothpaste when they brush their teeth .', '[ The human brain works slower in old age , says Michael Ramscar , the lead scientist .', 'They say breast milk is the best food for the healthy development of teeth .']}", + "output": [ + "[3, 6, 4, 0, 2]" + ] + }, + { + "input": "{'passages': \"Plan your answers beforehand The holiday season is a favorite for many .There are always parties with family , friends , s or work colleagues .<1>But at the same time , it can also make you feel unhappy , especially because there is always the chance that you will be asked to answer awkward questions during these gatherings . I think you had better have a general idea of who you might meet or the questions some people may ask you .You may prepare answers to some awkward questions .<2>Think of ways you might be comfortable answering questions , and have some basic answers in your head . My family and I recently attended a holiday event .<3>However , because I knew several people who would most likely be attending the event , I was able to take some time to think about how I wanted to answer the questions they could ask me .This does n't mean that I spent the days before the party memorizing answers and recited the answers to the questions like a robot .<4><5>So I found it most effective to prepare by having several stories and answers , or even questions for your companion , in order to make sure the conversation runs smoothly .\", 'candidates': ['Ask some questions of whoever you are speaking with .', 'Communicating with others around you can be fun .', 'And you may even practice a bit beforehand if necessary .', 'You have no way of knowing exactly what questions you may be asked .', 'Some awkward questions might be asked at the holiday parties .', 'I was asked a few awkward questions about my work situation .', 'Rather , I simply decided what I was comfortable telling them .']}", + "output": [ + "[1, 2, 5, 6, 3]" + ] + }, + { + "input": "{'passages': 'Books can be your best friends .<1>They can introduce you the things you may never see ...But do you know how to read them in order to get the fullest enjoyment possible ?The following tips should help.1 .Find a book .Look in the library or in one of the large bookstores .You could also ask friends if you could have a book at their book shelves .Search the selves until you find a book that looks good .Read the first page to see how it reads , and the cover text on the back of the book , if it has any .<2>2 .Buy or borrow it and take it home .Do not start to read it until you have the time .<3>And set aside time to do nothing else but read , as it can be , at times , suspenseful , exciting and relaxing.3 .Get comfortable on the couch .Have a lamp behind you , lighting the area where you are reading .Make sure the television is off and that anything else that could distract you has been attended to .<4>4 .Start the book by turning the pages and really enjoy it .Do not think about anything else but what you are reading .Put yourself into the action or location in the story .Once you concentrate completely , it will be difficult to put the book down .And remember that reading is not running your eyes over a book .<5>However , if you need to read the book quickly , then you do not need to pay attention to every word .', 'candidates': ['Otherwise , you will miss it .', 'Try to imagine the story in your head .', 'You should read it actively and enjoy it completely .', 'They can take you to places that you may never go .', 'If you are already concentrating , then buy it or borrow it .', 'Get warm if you are going to be sitting still for a few hours .', 'If you are busy doing other things , you should wait until you have finished them .']}", + "output": [ + "[3, 4, 6, 5, 2]" + ] + }, + { + "input": "{'passages': \"problem Dear Sir , I have to travel every day from So UK Road to the airport .Two buses travel along this route : No. < 49 > and No. < 16 > .However , by the time No.16 reaches So UK Road , it is always full .<1>The timetable states that there are buses from So UK Road to the airport every ten minutes .<2>The instructions state that if there are empty seats on a bus , the bus must stop at every stop where people are waiting .<3>The instructions state that no bus may carry more than 40 seated passengers and 20 standing passengers .Yesterday , I was the first to get off the bus when it reached the airport .<4>There were 129 of them .Clearly printed on the back of every bus is a sign that says `` Maximum speed : 50mph . ''<5>Saturday morning a No .49 bus traveled the distance in ten minutes , at an average speed of 60 mph .At times it must have done at least 80 or even 90 mph .It is obvious that our bus companies have neither respect for the instructions nor consideration for their passengers .Can nothing be done about this ?Jerry\", 'candidates': ['I counted the other passengers as they got off .', 'Is there anything we can do to change this ?', 'The problem is that we have to pay more for our trip .', 'The distance from So UK Road to the airport is 10 miles .', 'This leaves No.49 which sometimes has empty seats on it .', 'If this is so , why do I have to wait half an hour for a bus nearly every day ?', 'Why is it that half-empty buses go straight past me when I am standing at the bus stop ?']}", + "output": [ + "[4, 5, 6, 0, 3]" + ] + }, + { + "input": "{'passages': \"The new world of today introduced new threats that were not known in the previous generations : Internet predators .<1>New advancements in revolution comes along with the unwanted attackers .<2>But like with everything , there are indeed counteractive measures that can be set in place to fend off these predators from such damage .I 'd like to introduce the Guardian Eye .Within this program is a complex program which has several functions to create a safe atmosphere for whomever uses the computer , It has the ability to track and log every key stroke , every website that has ever been accessed , takes screenshots of web pages , blocks web pages according to content and even sends you messages via email once conspicuous activity has been reported and logged .Just think , you or child could be browsing and searching through the Internet and inappropriate content pops up with several different windows .You try to click out of the windows but you accidentally click one which releases spyware , infecting your computer .<3>In this way there is not even the slightest temptation .<4>It 's quite the product and it offers a little version so you may try it out first .If you 'd like the full package , it 's a once time fee 39 .99 and can be installed on unlimited computers for your convenience .<5>\", 'candidates': [\"There are people out there who gain pleasure from , interrupting and taking from our peaceful lives what 's not rightfully theirs .\", \"It 's a nice deal and I 'm considering getting it again considering I do a lot of writing on various websites myself .\", 'Guardian Eye blocks unwanted content from popping up or appearing to the users , which I thought was extremely convenient .', 'This product helps prevent damage from being done to your computer and worse , your identity .', \"Many of the proposals were about problems like housing prices , heavy traffic and food safety , which were related to people 's daily lives .\", \"It is a nice trip and I 'm happy to be with the two families .\", 'Often we do a lot of our researching , shopping , talking ; just about everything online nowadays .']}", + "output": [ + "[6, 0, 2, 3, 1]" + ] + }, + { + "input": "{'passages': \"White Pollution People often call the plastic bags `` white pollution '' .<1>, it becomes the worst invention for the human .It is reported that it takes 100200 years to break down the plastic bags completely .However , a 16-year-old high school Canadian student called Daniel Byrd discovered the way to break down the plastic bags !<2>He always helps her mother do the housework .Every time , when he opens the closet , the plastic bags fly out .This makes him very angry .<3>With his teacher 's help , he found that when he put the two germs mixture up and that made the plastic bags break down quickly .He made an experiment first .He put some earth germs and plastic bags together .After 12 weeks , he found the plastic bags had been broken down .<4>The experiment also showed that the plastic bags could be broken down in three months .And they only gave out some water and little carbon dioxide ( CO2 ) .Now Byrd has got 30 thousand dollars from his invention .<5>He has also got a lot of awards from many universities .\", 'candidates': ['The idea of the invention comes from his housework .', 'Because it is hard to break down .', 'Then he made another experiment .', 'He wants to go to college with his money .', 'So he thinks how to deal with these plastic bags .']}", + "output": [ + "[1, 0, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"Why Walking is Good for Weight Loss The best form of exercise is walking .Casual walk for thirty to forty minutes can do wonders for the body .<1>Displayed below are reasons . Help to burn calories A daily walk routine can help to burn calories .Walking for thirty minutes a day can help to burn about three to four hundred calories per day .A daily walk helps to burn 100 calories per mile .<2>.Help to improve energy level There could be a possibility of drying up with other stressful forms of exercises .This is not possible with walking .<3>With burning calories , it helps to stay active and fit throughout the day .<4>Walking helps to decrease the risk of health related diseases and infections .In fact , with weight loss it helps to maintain a normal heart rate .Walking for weight loss is good as it helps to stay active and fit .It burns fat , but helps to strengthen the immune system of the body . Help in planning<5>It does n't like gym and other types of exercises .There is no proper planning required for walking .The progress is easy to track , there are many smart apps which are available for walk and weight loss .It helps to keep a track on calories burned to lose weight .\", 'candidates': ['Help to stay energetic', \"Walking does n't cost much\", 'Help to decrease health risks', 'It is best to walk daily to keep a good body shape', 'Walking is perhaps the easiest form of daily exercise but benefits us a lot', 'Walking helps in weight loss , but at the same time it improves your energy', 'Starting a particular weight loss plan is easy , but continuing with the plan is difficult']}", + "output": [ + "[4, 3, 5, 2, 6]" + ] + }, + { + "input": "{'passages': \"How to Make Friends It can be difficult to make friends living in a big city , especially when you do n't know many people .However , over years of experience and studying social skills , I have discovered that it 's possible to make friends without even trying .<1>1 .Be seen without trying to get attention . You do n't have to say anything interesting to get people 's attention .<2>This can be done anywhere you go , such as the supermarket or your yoga studio.2 .<3>There 's an interesting phenomenon that occurs when you listen to other people .They will keep talking .Just keep giving them good eye contact and show with your body language that you care .Listening is an instant way to build trust and likeability.3 .Think about what you can give to the other people . We often think about what we can get from others when we try to make friends .<4>Try offering a piece of helpful advice or invite someone you just met to grab coffee or lunch with you the following week.4 .Always have some good stories to tell other people . When you have at least a few stories to share with others , you 'll never run out of things to talk about .Try to be honest to share your stories with others .<5>5 .Smile like there 's no tomorrow . It may not be natural for some of us to smile , but a smile is one of the most attractive things that someone can display when they 're meeting new people .\", 'candidates': ['However , that thinking needs to be changed .', 'All you have to do is place yourself in environments where people will see you .', \"Do n't ever stop thinking about how you can add value to yourself .\", 'There are just a few strategies that you have to use on a consistent basis .', 'Try to be involved in conversation .', 'Use the power of listening .', 'For example , you can share a story about a struggle or challenge .']}", + "output": [ + "[3, 1, 5, 0, 6]" + ] + }, + { + "input": "{'passages': \"School does n't have to be a prison .Whether you find school difficult , boring , or just stressful , you can learn to make school easier and bring a lot more fun .Here are some ways to help you .Try a team sport .Some schools offer team sports that allow you to make friends with your fellow students .Soccer , track and field , basketball and football , can all make school have a little more fun .<1>If you do n't want to play sports , consider attending the games and cheering for your team with your friends .<2>One of the most stressful parts of school can be making sure you have everything you 're supposed to have .Where 's your English homework ?Where 's that math assignment ?Is your pencil sharp ?The less you have to worry about these little things , the more you 'll be able to focus and enjoy school .<3>Take it easy on your teachers .Teachers are like students : some are great , some are less than great .But teachers are in charge of the classroom .So even if you 're feeling frustrated or bored in class , you should be nice to your teachers .<4>Ask for help if you are having trouble with homework .<5>Ask for help at school by joining an after-class study group , if your school has one .Ask your teacher if you can stay 10-15 minutes after school to ask a few questions about your homework , if you 're embarrassed to ask during class .It 's always better to ask .\", 'candidates': ['Stay organized .', 'Manage your homework better .', 'As a result , they will possibly be friendly back to you .', 'Try to find kids you can talk to and play with .', 'Be prepared for class and everything will be easier .', 'So you can choose one of them to take part in .', \"If you 're struggling in school , do n't try to take it all on by yourself .\"]}", + "output": [ + "[5, 0, 4, 2, 6]" + ] + }, + { + "input": "{'passages': \"<1>Sometimes they have very beautiful names .Rose is a pretty name but there was nothing pretty about Typhoon Rose .It was the worst typhoon to hit Hong Kong in ten years .<2>At ten o'clock in the morning, Typhoon Rose was still 130 miles away but already the wind was blowing people's umbrella away .The wind became stronger and stronger .The typhoon shelters were soon full of boats .Ships that were too big to go inside the shelters put down more anchors .<3>It is safer for a big ship to be at sea in a typhoon because it cannot be blown onto rocks .Kai Tak Airport closed .No planes were able to take off or land .At 9:00 in the evening, all the lights went out .<4>It is difficult to sleep in such bad weather .In Typhoon Rose, more than one hundred people died .229 people were hurt and 66 of these had to go to hospital .1500 lost their homes .<5>\", 'candidates': ['The people of Hong Kong will not quickly forget Typhoon Rose!', 'It began to rain in the morning of Monday, August 16th, 1971 .', 'We now know that baby green sea turtles are out in the open ocean, but the open ocean is a big place .', \"Typhoons in the northern part of the world have girls' names .\", 'No one slept well that night .', 'Some very big ships went out to sea .', \"Because more women seem to like it than dislike it,the Weather Bureau has decided to continue using girls' names for hurricanes .\"]}", + "output": [ + "[3, 1, 5, 4, 0]" + ] + }, + { + "input": "{'passages': \"Different countries have different ideas about how to be polite .In Britain , table manners are important .But how do you show good table manners in Britain ?Please read the following advice .<1>You should sit up straight in your chair .When you eat , do n't pick up the bowl and bring it to you .This is called very bad manners .<2>It is never a good idea to make a noise at the table .<3>Usually we do n't pick food up with our fingers when we are eating main dishes , but there are some foods such as pizza , sandwiches , chips ( or fries ) and fruit , we can eat them with fingers .<4>It is not thought polite to talk with your mouth full of food , nor to eat with your mouth open .Please remember not to make a noise .<5>It is polite to eat the food that you have been offered , so a clear plate is a good plate .It shows that you enjoyed the food .If you ca n't finish everything and you need to leave a little , that 's OK. You could say something like `` That was very nice .Thank you '' .\", 'candidates': ['How much to eat', 'How to sit', 'Using your fingers', 'Your mouth', 'Noises at the table']}", + "output": [ + "[1, 4, 2, 3, 0]" + ] + }, + { + "input": "{'passages': \"I started learning English when I was 6 years old .For 8 years I have learned English in the way everybody else did--by going to English classes .It was useless .I did everything that the teachers told me to do .<1>I mean, I was always one of the best students in class .However, it took me a long time to read English texts .I made lots of mistakes when writing, and my pronunciation was bad, and I could only speak English very slowly .After my eight years of studying hard, these were the results .<2>It was a special school with a lot of English classes .I owe a lot to the people I met there, both students and teachers .My first two years in high school were very important for my English .My English teacher, Mr Janusz Laskosz, gave me a lot of good advice, especially on pronunciation and vocabulary .<3>What's more, every time I heard them speak, they seemed to have a bigger vocabulary .I wanted to be as good as them, so I studied harder .<4>Wojtek and Michael also introduced me to SuperMemo, which has been very important in my life .<5>\", 'candidates': ['A few days ago, I went to school with lots of books,hoping to get a locker .', \"But I didn't get any results .\", 'My talented friends, Wojtek and Michael Ryszard, who are my partners now, were both fantastic English learners .', 'And my English improved .', 'And, of course, I could discuss the English language with them, which was a great thing .', 'But get ready for the MP3 player in your hand to get much smaller--the size of a Band-Aid .', 'In 2003, I went to the best high school in Wroclaw .']}", + "output": [ + "[1, 6, 2, 3, 4]" + ] + }, + { + "input": "{'passages': \"problem Divorce-Social Problem in USA Marriage , like other social instructions , is showing the strains of modern life .While more Americans are getting married today than ever before , the divorce rate is also disturbingly on the rise one divorce for every three marriages last year .<1>Women 's easy and convenient life in USA For most people , life is easier and more comfortable than ever before .Convenience foods from the supermarket simplify shopping and cooking .Household appliances like the cleaner and the washing machine have made housework much easier to do .Released from these household chores , many wives have found jobs outside the home .<2>Average American families getting small Families , too , are simpler today .<3>With our frequent changes , s have spread over a wide area , the parents retiring to Florida or Arizona and the young people , after they marry , going wherever their jobs or their interests take them .Women have their own freedom .<4>While attending college , they often live away from home , sometimes far from their parents or their s. After college , they move to the city , find a job , and set up `` bachelor '' apartment .This is the era of women 's liberation .Independence leading to family break -up But all this freedom and wealth had had an unforeseen and in some respects an extremely bad effect on marriage .Men and women , no longer dependent on each other for food and maintenance , find it harder to accept the responsibilities .<5>On the other hand , there is a growing trend today for couples in trouble to try to save their marriage by consulting a professional adviser .He listens patiently while they talk , knowing that only through self-understanding can they solve their problems .\", 'candidates': ['Young adult women have new freedom , too .', 'No marriage for many people nowadays .', 'Women are achieving economic independence .', 'In America , it is not customary for parents to live with their married children .', 'Why should this be so , and what , if anything , can we do to change this trend ?', \"Here 's some advice on how to solve the problem .\", 'When happiness becomes misery , many couples decide to stop their marriage through divorce .']}", + "output": [ + "[4, 2, 3, 0, 6]" + ] + }, + { + "input": "{'passages': \"A memorable science project 2018 If someone tells you to remember a phone number or address , it feels like an easy task at first .You repeat the numbers to yourself , either aloud or in your mind .But after just a few seconds you might find yourself starting to doubt your own memory .<1>Thus , it will try to throw away information that seems old or irrelevant .There are ways of helping our minds retain information , however , and in this activity you will explore ways that we lose and keep memories . Short-term , or working memory , is a way of describing most people 's abilities to store a small amount of information for a brief period of time in a readily accessible form .<2>People do n't have to stop and think to remember something in short term memory .<3>Such techniques include visualizing the information in a surprising way or linking pieces of information together so that one reminds you of the other .In the case of visualizing information , this could be as simple as remembering you parked your car on the fifth floor in the D section by picturing five dogs sitting in your car !<4>If you need to purchase cereal , milk , fruit , cheese and eggs , you could imagine the cereal in a bowl , with milk pouring over it and pieces of fruit on top .Then imagine cracking an egg over everything , and it 's full of melted cheese !These may seem simple or even silly .<5>In this activity you 'll test the recall of a few friends or family members , and learn a few tricks for improving memory !\", 'candidates': ['There are many techniques for improving memory .', 'Our brain is always seeking new and useful information .', 'Short-term memory has a short duration but is quickly and easily accessed .', 'In addition , linking information could help you remember your grocery list .', 'Retaining that information over longer periods of time becomes difficult yet .', 'Your short-term memory has a limited amount of space to store information .', 'However , they are proved to be good ways for improving memory by scientist .']}", + "output": [ + "[1, 2, 0, 3, 6]" + ] + }, + { + "input": "{'passages': \"Changing your life can come in small , easy steps .You can transform yourself and live a better life by making positive changes along the way .Here are some choices that will lead to your transformation . Choose to change bad habits Some bad habits seem to stick around without us even realizing it .<1>You can overcome them , find better alternatives , and get through your struggle to become a better you !Do it for yourself more than anything . Choose to grow It 's easy to get stuck in a fixed way of life .<2>In choosing to grow , you build character , develop your strengths , become aware of what needs improvement , and turn into the well-rounded person you need to be to succeed . Choose to seek a balanced life Where do you need balance ?Are you all work , no play ?Or the opposite ?<3>If you 're spending too much time working or locked away alone , find the time for social interaction and having fun .If you have n't committed to a schedule in a while , make the decision to start following one .<4>This is vital to human existence .We need the loving bonds created by family members and friends .Personal relationships are key to emotional growth and social stability . Choose to live your passion Whatever your dream is , you can have it .The person you wish to be and the things you wish to achieve are within you .Make the choice to pursue those passions at whatever cost .It may mean clearing out your schedule or doing something you 've never done .<5>\", 'candidates': ['Choose to spend time with those you love', 'Choose to organize your schedule flexibly', \"Make the choice today that you wo n't be ruled by them .\", 'Neither extreme will lead you to a pleasant life for very long .', 'However , with re-evaluation and growth comes a beautiful freedom .', \"It 's good to change , and you 've only got so many years to refresh yourself .\", 'However , the reward from success and personal accomplishment will be worth it .']}", + "output": [ + "[2, 4, 3, 0, 6]" + ] + }, + { + "input": "{'passages': \", , W : Hi , John .<1>M : Hi , Mary .I 've been studying a lot for my final exam . W : Well .<2>M Yes .My brother is coming for a visit this winter holiday and we 'd like to see some of the country .<3>W :<4>M : Camping ?I have never done that .W : I think you 'll like it .It 's much cheaper than staying at a hotel .And being close to nature is a good way to forget about our school for a while .M :<5>We can go by bike until we find a nice place and just camp .\", 'candidates': ['You should . do that .', 'What a good idea !', 'But traveling is so expensive .', 'Have you thought of camping ?', 'There are many beautiful sceneries .', \"I have n't seen you for a few weeks .\", 'The term is almost over now .']}", + "output": [ + "[5, 6, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"Tips for Confident Decision Making Are you a good decision maker ?Do you sit on the fence ?<1>If you 'd like to be more content and confident with your decision making , then these four tips are just the things you need . Do your `` homework '' .Make choices based on what is the most important to you .<2>You may even want to speak to someone else who has been through this before .Then when you are ready , just decide . You are in charge .<3>By blaming others you give your power away .Just believe you have made the right choice and take responsibility for the result .This will be a real encouragement to your self-confidence .<4>It 's great to stick with your decisions .There are times however when you need to change your mind .Do n't worry about making a wrong choice .The good thing about being wrong is that you will know where to correct yourself and when to take action . You 're going to make it . Sometimes it is going to be hard to be persistent .You know you are doing the right thing and it 's just taking so much time , effort , money and energy .After making choices , remember you have a reason why .<5>Say to yourself out loud `` No matter how hard it is , I 'm going to make it .`` Decision making takes courage and there are many things you can do to decide more confidently .So do n't delay , you can start right now by deciding to make this new habit .\", 'candidates': ['The more confident , the better decision .', 'This will mean you have to do a research and look at all the available options .', \"Whatever result you get , you ca n't blame others .\", 'Confident decision making is of great significance .', 'Or are you constantly changing your mind ?', \"It 's OK to change your mind .\", 'Remember you are taking yourself to the next level .']}", + "output": [ + "[4, 1, 2, 5, 6]" + ] + }, + { + "input": "{'passages': \"Malawi Lake Home to 1,000 species of fish, Malawi Lake is Africa's third largest lake at 363 miles long and up to about 50 miles wide in some spots .<1>The lake's southern area represents the world's first freshwater national park .A star of the water here is the mbuna, a native freshwater fish known for eating directly from people's hands .Peyto Lake Banff National Park's Peyto Park is brilliant turquoise .For the most dramatic views of the 1 .7-mile-long lake, encircled with thick forest and dangerous mountain peaks, pull into at Bow Summit, the parkway's highest point, and follow the steep hike to the overlook .Crater Lake Thousands of years ago, a 12,000-foot-high volcano in the Cascade Range exploded .<2>Forests of towering evergreens and 2,000-foot-high cliffs surround the lake .<3>If winter hiking and cross-country skiing aren't your thing, wait until early July to visit, when the roads have been plowed and the trails cleared .Taal Lake This dangerous beauty, situated just 37 .<4>Taal Lake is also home to one of the world's smallest but most active volcanoes, the Taal Volcano, which sits within its water on the island of Luzon .The lake itself was formed when a larger volcano crater here collapsed .<5>\", 'candidates': [\"Millet was probably the most popular European painter in the United States in Twain's lifetime, Fishkin said in a telephone interview .\", \"At 1,949 feet deep, it's the deepest lake in the United States .\", 'Located 2,300 feet below sea level, it supports hundreds of local villages with its rich underwater stock .', '28 miles south of Manila, is the deepest lake in the Philippines, with a depth of 564feet .', 'The massive pit left behind became known as Crater Lake .', 'Plenty of tour groups offer trips to the natural wonder ---- in spite of the fact that the volcanoes are very active .', 'Performers: Craig Morgan, Pam Tillis, Rick Trevino Location: Poteet, Texas Directions: 30 miles south of San Antonio on Hwy .']}", + "output": [ + "[2, 4, 1, 3, 5]" + ] + }, + { + "input": "{'passages': \"Stress is a popular cause of major diseases affecting people worldwide .It is so common that people have begun to search for the best and easiest ways to reduce stress .<1>Exercise for a better life . Regular runners say that there is no better feeling than the one you get when you finish your daily run .Exercising is an effective way for you to remove stress from your life .<2>And it can also lift your mood .An additional benefit of exercising is that it keeps you fit and healthy ! Organize it . Keeping your workplace and home organized is also a way for you to avoid stressful situations .Working in a messy area keeps your brain thinking on several different things at the same time .<3>Manage your time wisely .<4>Sticking to your schedule gives you focus and a goal to work on .It also helps you avoid missing out on deadlines which are a great source of stress .Managing your time wisely means managing your stress . In a word , we should n't let stress stop us living a normal and healthy life .Stress will naturally appear due to the modern way of life .<5>Do n't let stress get the better of you and make you lead an unhappy life .\", 'candidates': ['Avoid stressed people .', 'Identify what causes your stress .', 'Plan your day ahead and stick to it .', 'Here are some ways to say goodbye to stress .', 'Regular exercise gives you time to think things .', 'And it gets hard to concentrate on just one thing .', \"But just like fire , if we control stress it ca n't hurt us .\"]}", + "output": [ + "[3, 4, 5, 2, 6]" + ] + }, + { + "input": "{'passages': 'The United States is one of the greatest fruit-growing countries in the world .<1>Golden oranges come from Southern California and Florida .Fruit grows in all parts of America .The kind of fruit that is grown depends on the weather in each place .Orange trees cannot be grown where temperatures drop below freezing .<2>They do not often have freezing temperatures .In Washington, apple trees are planted near the Atlantic Ocean .In New York, they grow near the Great Lakes .Apple trees are often planted near water .Water temperature changes more slowly than land temperature .<3>There is less chance of frost in late spring or early autumn .<4>America has many kinds of weather .<5>Because of this, they grow and eat more fruit than any other country in the world .', 'candidates': ['Near water, temperature does not drop so fast .', \"It is famous for the world's best surf scenes, and many surfing enthusiasts travel to Fuji yearly to ride the great waves .\", 'Frost can kill apples .', 'Fine red apples come from Washington and New York .', 'Southern California itself, however, has not so far been a big user of its own technology .', 'Southern California and Florida are far from each other, but their weather is much the same .', 'It has many kinds of soil .']}", + "output": [ + "[3, 5, 0, 2, 6]" + ] + }, + { + "input": "{'passages': \"5 ; 2 10 How to Teach Kids to Respect Others When teaching kids to respect others , you must know how to respect others yourself .<1>You must know how to , and consistently use the skill .In this way your teaching will become more effective . So , the very first and most important tool in teaching kids to respect others is to respect others yourself .Always show respect to people , and always show respect to the kids you 're trying to teach .<2>There is no need to conduct your life by keeping company with people who are disrespectful to you or your family .There are plenty of people in the world .Sometimes you may become emotional , angry or upset over the words or actions of others .It can be difficult to avoid , but if you want to teach kids to respect others , you must respect others as well . Children learn by example .Children will automatically do what they are taught , but teaching does n't come through words alone .<3>.Another important factor to keep in mind is to listen carefully to what they say .You 've had children , so now it 's your job to raise them the best you can .<4>Do not yell .Do not roll your eyes and never hit them .If you engage in any of this type of behavior with your children , they will learn that this behavior is acceptable . Always make children feel like they are the most important thing in the world to you .<5>Nothing is more important than giving your children undivided attention when they need it .So make them feel like they are No .1 and they will learn so much just to respect others .They will learn compassion , listening skills , and how to choose friends who are good for them .\", 'candidates': ['When your children speak , listen carefully .', 'This is the key to teaching anyone anything .', 'Giving them a reward can help them behave well .', 'If people are disrespectful to you , simply walk away .', 'When children feel like you care , they will learn how to care as well .', 'Parents can find pleasure from turning their children into responsible adults .', 'They watch how adults around them act and they learn to act that way as well .']}", + "output": [ + "[1, 3, 6, 0, 4]" + ] + }, + { + "input": "{'passages': \"A lot of kids have dreams they'll never achieve due to the limitations of their little bodies .They want to fly, or to become a dinosaur, or to learn how to act like Spiderman .Luka Tavcar, 12, has muscular dystrophy and is totally dependent on his wheelchair .Nevertheless, late last year, he had an inspired plan: to be photographed walking around and having fun .<1>At first, Peljhan was perplexed .<2>Luka wanted to see himself playing and having fun, but it seemed impossible, he says .Then Peljhan had a brainstorm: Luka could lie down on a piece of cloth and, with the help of an assistant, Peljhan would pose the boy as if he were jumping, climbing stairs, moving downhill on a skateboard, and playing basketball .Then Peljhan would shoot these images from above .<3>Peljhan, who lost his right arm and left eye as a child, says his own disabilities motivated him to make the photographs .I understand people with limitations, he says .He named the series The Little Prince after the French story by Antoine de Saint-Exupery in which a boy teaches a man about trust, hope, and friendship .<4>Matej himself understands what it is like to live with limitations--he lost his right arm and left eye as a child .Luka wants to stay positive and his imagination helps him forget his physical limitation, says Peljhan .<5>\", 'candidates': ['The photos took about a month to produce; all were shot early this year .', 'He approached Matej Peljhan, an amateur photographer and a psychologist at CIRIUS rehabilitation center near Ljubljana, Slovenia, where Luka is a patient .', \"He's fragile, but he can see the world differently .\", 'Those people offend many others; nobody loves them, and no one treats them with more than the most mon politeness and respect .', 'Luka loves the photos .', 'How could he photograph a boy who can not move or act in motion?', \"Given the growth in the cloud,industry analysts believe that most of the world's data centers have yet to be built .\"]}", + "output": [ + "[1, 5, 0, 4, 2]" + ] + }, + { + "input": "{'passages': \"If you love books , and you have an extra room in your house why not turn it into a reading room where you can read comfortably ?<1>At the same time you can also enjoy comfort and relaxation there . Since reading rooms are mostly for relaxation , start by choosing a good paint color1 .<2>Then , surround yourself with things that make you comfortable , such as a comfortable chair or two .You may also want to put all of your bookshelves into the room so you can easily find the book you want to read .<3>Because you want a quiet space where you do not have to worry about distractions , it is best if you keep your computer and television elsewhere .<4>Similarly , you want to keep televisions out of your reading room .The goal is to create a space in which you can relax .You also may not want to include more than a few seats , since this is just for yourself , not your family 's recreation room .<5>This will take away from your relaxation .\", 'candidates': ['Otherwise , you may find yourself drawn to the computer .', 'You do not want to include a bed to make it a guest room area as well .', 'Offices are used for work , and often include a desk or other workspace .', 'Avoid bright color1 s , and instead choose something that is relaxing .', 'A reading room should be a place where you can separate yourself from work .', 'Either way , a reading room is a great way to use an extra room in your home .', 'And pillows and curtains can also add a nice touch and make the room more comfortable and friendly .']}", + "output": [ + "[4, 3, 6, 0, 1]" + ] + }, + { + "input": "{'passages': \"When I was young , my friends and I often played baseball in an alley behind our home .A woman named Mrs Shinas owned a tiny house nearby , and she used to watch us play from her window .<1>We all thought that she was mean . She had a big trained dog and whenever one of our baseballs rolled in its direction , Mrs Shinas would send the dog to catch it .<2>Soon we ran out of balls . In those days , I used to water our lawn each day .One day as I stood watering our small lawn , I noticed that Mrs Shinas ' lawn looked a little dry .It took only a few more minutes to water it , so I did it .<3>When autumn came that year , I also helped gather up the leaves on Mrs. Shinas ' yard .As I was doing this one day , she invited me to sit in her living room .She gave me a cookie and a glass of milk .As I sat there eating the cookie , she showed me her collection of paintings .<4>That surprised me a lot .It was the first conversation I had ever had with her .<5>She went into her kitchen and returned with a box .In it were all the balls that her dog had taken .She handed me the box , said `` thank you '' and smiled .I realized she had a kind heart .I also leaned that when we serve others , we are showing them that we love them .\", 'candidates': ['We wanted to buy a new ball .', \"But the dog would n't return the ball to us .\", 'Her next action even changed my opinion of her .', 'Then she thanked me for taking care of her lawn .', 'Soon I found myself watering her lawn each day .', 'She rarely came out of her house and never smiled .', 'What delighted me most was that she was a great painter .']}", + "output": [ + "[5, 1, 4, 3, 2]" + ] + }, + { + "input": "{'passages': \"Many people believe that there is some truth in the saying Laughter is the best medicine<1>Laughter helps relieve pain , strengthen the immune system and reduce stress .Laughter stimulates hormones which make us feel happy .Laughter also increases the flow of blood throughout the body and has benefits which are similar to the ones you get by doing exercise<2>Children exposed to funny films and cartoons before major medical procedures are able to cope better with pain and anxiety<3>These are professional clowns who are sent to hospitals and wards to entertain and distract sick children . Laughter therapy has become very popular in recent years and as a result , more and more laughter clubs are starting to open up in cities and towns all over the world .At a laughter session , a trained therapist instructs the group to perform a series of exercises which are designed to produce laughter .<4>And it takes them some time to get rid of their inhibitions .They might even start off with fake laughter , but this does n't matter because our bodies ca n't tell the difference , and the results are the same .Moreover , laughter is contagious )<5>So next time you feel ill , stressed out or depressed , try watching a funny film or try remembering an amusing incident in your life .You will soon feel better .\", 'candidates': ['If one person starts giggling , it is unavoidable that everyone else will be drawn in .', 'Laughter helps you focus .', 'This finding has led to so-called clown doctors .', 'In fact , research done by scientists has shown that laughter has a lot of health benefits .', 'Laughter makes the world a better and more color1 ful place .', 'Some people may find the idea embarrassing at first .', \"Using laughter therapy in children 's hospitals has proven to be invaluable .\"]}", + "output": [ + "[3, 6, 2, 5, 0]" + ] + }, + { + "input": "{'passages': \"Bicycle sharing systems are also known as yellow bicycle programs, white bicycle programs, public bikes, or free bikes .They are increasingly popular in Europe now .<1>This is a bike rental station in Paris .The worker is showing how to use a new self-service bike .They say that Paris will become a green capital of bikes and they plan to park 20,000 bicycles at 1,600 stations .<2>At a rental station, you only have to put your credit card into the machine to rent a bike .It provides French, German, English and Chinese services .If you ride the bike for only 30 minutes to relax, you needn't pay for it .<3>These stations work for 24 hours every day, so a bike is rented for 10 to 14 times a day .In this way there are 200,000 people using bikes a day, In the past few years, Paris has encouraged its people to ride bikes, but something unhappy has happened now and then .<4>Some park their bikes everywhere .<5>But this project is still a helpful way to improve its traffic environment .Don't you think so?\", 'candidates': ['So how to park bikes is a problem that Paris will face .', \"Paris has the world's largest urban cycle rental system .\", 'Some people break the traffic rules during rush hours .', 'Some jobs offer flexible working hours so that you can travel to work outside of rush hour .', \"Lonely Planet is one of the world's largest travel guide brands, publishing more than 500 different guides in eight languages .\", 'A two-hour bike rent only costs you 4 euros .', 'Paris created this plan to improve the city traffic environment and reduce the waste gas displacement .']}", + "output": [ + "[1, 6, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"What means of transportation do you like ?Alan I find it 's hard to answer this question .I fear any kind of transportation , so it 's hard to choose .If I have to , I 'd choose the plane .<1>Becky I do n't like taking trains .There are always problems with trains .They 're often late .So I never take a train .<2>Sally<3>Because I like traveling by bicycle , by plane , by boat , by car ...But I like walking best .I enjoy walking .Bob My favorite way of traveling is my computer mouse .<4>I can go around the world in a few minutes .<5>\", 'candidates': [\"I use my car and always get where I 'm going quickly .\", 'It is the fastest means of transportation .', 'I can speak to people from all over the world , and look up things quickly too .', 'Answering this question is very difficult .', \"It 's quick , relaxing , and we can get food and drink on the it .\"]}", + "output": [ + "[1, 0, 3, 4, 2]" + ] + }, + { + "input": "{'passages': \"WHEN there are some strangers in front of us, which of them will we trust?According to a new study in the online PloS One (<<*>> ), people make their decisions to trust others largely based on their faces .<1>The more trustworthy you look, the more likely people will buy what you're selling .Researchers from Britain's University of Warwick Business School, University College London, and Dartmouth College, US, did a number of experiments .<2>The study said that the difference between a trustworthy face and one that isn't as trustworthy comes from features that look slightly angry or slightly happy, even when the face is at rest .<3>Researchers gave participants some money and asked them which face they trusted to invest the money for them .<4>The results showed that even if they got different information, the participants didn't change their choices .They were still more likely to invest their money with the more trustworthy-looking faces .Chris Olivola, one of the study's authors, said in the University of Warwick's press release: It seems we are still willing to go with our own instincts about whether we think someone looks like we can trust them .<5>\", 'candidates': [\"There's a lot of interest in 3-D printing in the auto industry, says Schroeder .\", 'Your appearance can do a lot for you, especially if you are in the financial industry .', 'However, a slightly happy face is more likely to be trusted .', \"If we're happy and contented, we're much more likely to sleep better than if we're sad and anxious .\", 'The research team used computer software to make 40 faces, from the least to the most trustworthy-looking .', 'The temptation to judge strangers by their faces is hard to resist .', 'Then researchers gave some good and bad information about the people with these faces, and asked the participants again whom they trusted .']}", + "output": [ + "[1, 4, 2, 6, 5]" + ] + }, + { + "input": "{'passages': \"My sister Allie and I have been trying to get people to stop dropping cigarette butts for seven years .One day , we were walking in our hometown and saw hundreds of cigarette butts on the ground .<1>They made the town look so ugly that we decided to start a group to make people stop dropping butts .We called it `` No Butts about It '' .At first , we drew pictures with `` The Earth Is Not Your Ashtray `` written on them .We put the pictures around our hometownin parks , by beaches , and along roads .We wanted to make people understand that dropping butts does harm to the environment .Most smokers do n't think that dropping butts harms the earth .<2>Later , we wrote to companies and asked them for money to help us .We used the money to buy ashtrays to give smoker .We wanted smokers to carry the ashtrays with them so they did n't have to drop butts .At the moment , we are trying to get cigarette companies to put an ashtray in each pack of cigarettes .<3>Many people he started to join our group since it began .<4>And there are even groups in England , Australia and India !Many newspapers have written about my sister and I over the last seven years .And we have won many prizes for our good work .<5>We just want to make the earth a better and cleaner place for animals , plants and people . One day it will be .\", 'candidates': ['Some companies would like to do it .', 'But we are not interested in prizes .', \"Today there are 45 other `` No Butts about It '' groups in America .\", 'They made the ground dirty .', 'But it does ! And so does all rubbish .']}", + "output": [ + "[3, 4, 0, 2, 1]" + ] + }, + { + "input": "{'passages': \"There are some strong-minded people that are able to stop smoking today and be free from the addiction the next day .<1>What medication actually does is to reduce the wish to smoke .Some of the medication must be taken with a doctor's guidance .The five most common medications to stop smoking are Bupropion SR, nicotine gum, nicotine inhalers, nicotine nasal spray and nicotine patches .<2>However, the other medications require a prescription .Zyban tablets have been found to be highly effective in curing people of smoking addiction .<3>It can be bought on the prescription of a doctor .Nicotine patches are filled with nicotine and they are applied to the skin .The skin takes in the nicotine and carries it to the blood stream .The amount of nicotine in these patches is quite limited, not enough to lead to addiction .But you shouldn't take them for dinner .<4>Nicotine gum is supposed to be a safer choice .It is used in such a way that it comes into contact with the blood vessels in the mouth and then releases the nicotine .<5>These different types of medications have to be taken quite carefully .Do ask your doctor before taking any of these .\", 'candidates': ['However, some smokers may have to seek help from medication in order to kick the habit .', 'The tablet needs to be taken whole, without crushing it, as crushing can lead to side effects .', 'I hope this little warning may be of service to them, and help them change this habit .', 'The nicotine should not go through the stomach; otherwise, it may cause certain side effects .', \"In fact, it's likely that some of these things have already happened to you .\", 'People can buy nicotine gum and nicotine patches in chemists .', 'In fact, millions of people have benefited from these nicotine patches .']}", + "output": [ + "[0, 5, 1, 6, 3]" + ] + }, + { + "input": "{'passages': \"<1>When kids break rules , parents will give them some punishments , which are n't included in rules .In fact , when you tell your kids about a new rule , you should talk with them about the price they should pay for breaking the rulewhat the punishment will be .<2>Violence or threat is not good .For example , if you find your son smoking , you may limit his social activities for two weeks You should punish your kids only in ways you have discussed before the rule is broken .<3>It 's understandable that you 'll be angry when rules are broken .<4>But it 's not a very good one .Sharing your feelings of anger , disappointment or sadness with your kids can have a better effect on them .Try to do that .When your kids know what they have done has made you , they will feel guilty .When they know their actions influence you greatly , they will obey better .<5>If your rules or ways of punishment make them unhappy or under a lot of pressure , are they helpful ?\", 'candidates': ['Punishments you set should be reasonable .', 'Many parents like setting family rules for their kids .', 'Do your children break rules at home ?', 'Punishment is a way to express your anger .', 'There are lots of rules for kids at school .', 'Family rules are made to help your kids behave better .', \"The most popular punishment is to limit kids ' TV time .\"]}", + "output": [ + "[1, 0, 6, 3, 5]" + ] + }, + { + "input": "{'passages': \"There is a new park near Andy's home .<1>Andy and his family are in the park now .<2>On their right, there is a big lake .<3>There's a small hill behind the lake .Near the lake, there are two signs .One says, Don't swim in the lake!<4>But you can go boating on the lake .There is a beautiful garden in the middle of the park .There are green grass and beautiful flowers in it .There are some small shops between the lake and the garden .The park is so nice .<5>\", 'candidates': ['On their left, there is a cafe .', \"It's called the Skinny Player, and it's being designed by industrial designers Chih-Wei Wang and Shou-His Fu .\", \"It's fine today .\", 'There are many flowers and trees around the lake .', 'Andy and his family like it very much .', 'The other says, No fishing!', \"They may worry about social troubles like cliques (,),peer pressure,or whether they'll be bullied ,laughed at,or left out .\"]}", + "output": [ + "[2, 0, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"Before going outside in the morning , many of us check a window thermometer for the temperature .This helps us decide what to wear .<1>We want our food to be a certain coldness in the refrigerator .We want it a certain hotness in the oven .If we do n't feel well , we use a thermometer to see if we have a fever .We keep our rooms a certain warmth in the winter and a certain coolness in the summer . Not all the thermometers use the same system to measure temperature .We use a system called the Fahrenheit scale .But most other countries use the Centigrade scale . Both systems use the freezing and boiling points of water as their guide .<2>.The most common kind of thermometer is made with mercury inside a clear glass tube .As mercury ( or any other liquid ) becomes hot , it expands .As it gets colder , it contracts .That is why on hot days the mercury line is high in the glass tube .<3>.First .Take a clear glass juice bottle that has a cap ; fill the bottle with coloured water .Tap a hole in the center of the cap using a hammer and thick nail .Put the cap on the jar .Then stick a plastic straw through the nail hole .<4>.Finally .Place a white card on the outside of the bottle and behind the straw .Now you can see the water lever easily .<5>.As the temperature goes down , the water will contract , and the lever in the straw will come down .Perhaps you will want to keep a record of the water lever in the straw each morning for a week .\", 'candidates': ['We use and depend on thermometers to measure the temperature of many other things in our daily lives .', 'Thermometers measure temperature , by using materials that change in the same way when they are heated or cooled .', 'Now that you know this rule you can make a thermometer of your own that will work .', 'The water will rise in the straw . As the temperature of the air goes up , the water will expand and rise even higher .', 'They label these in different ways . On the Fahrenheit scale water freezes at 32 degrees and boils at 212 degrees . On the Celsius scale water freezes at 0 degrees and boils at 100degrees .', 'Take wax ( you may use an old candle if you have one ) and melt some of it right where the straw is struck into the cap to seal .. ) them together .', 'People use thermometers which are made by themselves when travelling around the world .']}", + "output": [ + "[0, 4, 2, 5, 3]" + ] + }, + { + "input": "{'passages': '<1>The material is a form of plastic that has been engineered to fill breaks in its surface .Plastics are used today in everything .Scientists wanted to find a way to make objects made of plastic last longer .The researchers hope their new discovery can be used to make objects that are difficult or impossible to replace .The surface of plastic objects breaks over time .Very small breaks develop every time a plastic object is used .<2>They found the answer in the chemical structure of plastic itself .The research team found a way to make plastic that contains very small balloons filled with monomer liquid .<3>Thus the break is repaired .<4>The new self-repairing plastic is not yet ready for production .But it has several possible uses .One could be in space vehicles where parts can not be repaired or replaced .<5>And it could be used in people , to replace bone joints that have become broken or damaged .', 'candidates': ['When the new plastic cracks , the monomer liquid is let out and flows into the crack .', 'The researchers wanted to find out how to stop plastic from developing small breaks that weaken and destroy it .', 'Another possible use might be in bridges .', 'The repaired plastic has seventy-five percent of the strength of undamaged plastic .', 'Jeans were first stronger trousers made for farm workers in the states of the American west .', 'If you are driving , stop the car as soon as possible , staying away from bridges and tall buildings , stay in your car .', 'American scientists have developed the first material that repairs itself .']}", + "output": [ + "[6, 1, 0, 3, 2]" + ] + }, + { + "input": "{'passages': \"Sonia lives in Sun District with her parents and sister .<1>There is a restaurant next to her house .<2>A library is across from the restaurant on Sun Street .<3>It's open from 9:00am to 4:00pm .She goes to read books with her sister very afternoon .<4>People can buy lots of delicious foods and some beautiful clothes in the mall .<5>\", 'candidates': ['The street is quiet in the afternoon, but at night it is very crowded and busy .', \"There is a tall mall near the library across from Sonia's house .\", 'She often has lunch with her family there .', 'She looked at me with a wondering distrust which was much more to my mind than her whole-hearted confidence .', \"Though I always knew my parents weren't very happy and they often fought, I still wanted my family to stay the same .\", 'She loves this district very much .', \"Welcome to Sonia's district .\"]}", + "output": [ + "[5, 2, 0, 1, 6]" + ] + }, + { + "input": "{'passages': \"According to a sales report from askci.com on 2018 's Double Eleven , the national shopping day , women 's down garments were among the top 10 hit products .<1>It seems the strong warmth provided by down garments has been nationally approved . Especially during a fiercely cold winter , when you tremble in the wind , who cares about being stylish ?<2>As living standards rise , more expensive garments filled with goose down instead of duck down , have appeared in the market .Goose or duck ?<3>First , the down from mature geese is larger and thicker , which makes garments filled with goose down much warmer . Second , goose down is more flexible than that of ducks . The last difference is key for people sensitive to smells : Compared to duck down , goose down has no strange smell .<4>These are the advantages that account for the higher prices of garments made with goose down . However , duck down is still a good choice if you live in place where winter is windy , yet not that cold .<5>Although most down garments can make people look big and fat , you could choose longer ones for a slimming look . For color1 s , metallic color1 s are more stylish and pair more easily with other street-style outfits .\", 'candidates': ['How to be stylish ?', 'All you need is warmth .', 'Where to choose your down garment ?', 'Not everyone prefers wearing down garments .', 'They have been popular for many years in China .', \"What 's the difference between the down from these two creatures ?\", 'Ducks do not eat clean diet , which could give their feathers a strong smell .']}", + "output": [ + "[4, 1, 5, 6, 0]" + ] + }, + { + "input": "{'passages': '<1>Why are machines so important and necessary for us?Because they can help us to do things better and faster .<2>A printing machine helps us to print a lot of books, newspapers, magazines and many other things fast .<3>They help us to travel faster than on foot .<4>It was invented not long ago .It not only stores information but also stores numbers millions of times as fast as a scientist does .<5>', 'candidates': ['In medical fields, music is used widely for patients who have had head hurts before and after operation .', 'Now machines are widely used all over the world .', 'Bikes, cars, trains and planes are all machines .', 'A washing machine helps us to wash clothes fast .', \"Let's study hard and try to use all kinds of machines to build China into a modern country .\", 'The computer is a wonderful machine .', 'The computer walked-or rather,rolled-away with 5,000 dollars in prize money and limited its remarks to a set of noises and light .']}", + "output": [ + "[1, 3, 2, 5, 4]" + ] + }, + { + "input": "{'passages': \"How to interview for your dream job Here are some tips for getting your foot in the door and then maximizing your chance of getting that dream job . Do some homework first . Google the company and find out as much as you can about their mission ,<1>Try torelate the position you 're interviewing for to these overall corporate goals .<2>Look the interviewer in the eye when you meet him/her .This shows confidence , indicating smartly to the interviewer that you feel as though you belong in the room .Do not just touch hands with people when shaking with them , This will doom you to many .Instead , grab their hand and shake with some firmness , but not with a death grip . Focus on the point . It 's not about you , it 's about them , Whenever you interview , keep in mind that it 's about them , not about you ,<3>Try to relate your assets to the overall mission of the company .The stronger connection you can make , the better , Close positively . Whenever an interviewer leaves you , shake their hand and thank them for their time .Look them firmly in the eye again .<4>Write a thank-you email .<5>The next time you 're at your computer , fire off an email to each person you interviewed with thanking them for their time , Mention that you 're excited by the prospect of working for the organization and how you think it 's a great fit ,\", 'candidates': ['Greet appropriately .', 'Mind your language .', 'Read a recent annual report of the company .', 'This leaves them with a positive impression of you .', 'Send an email thank you as soon as you can after the interview ,', \"It 's not what the company can do for you , but what you can do for the company .\", 'However , it is vital in the short term as it is a way to continue a positive interaction .']}", + "output": [ + "[2, 0, 5, 3, 4]" + ] + }, + { + "input": "{'passages': \"How to Keep a Relationship Healthy and Strong Are you new to experiencing relationships ?Well , let me give you advice on having a healthy and possibly long- term relationship .<1>Do n't hide things from them ; do n't lie . Getting them to trust you is the most important element in any relationship . So please be honest and they 'll learn to open up to you . Make sure you give them respect .Now respect is n't just simply treating her or him nicely . There 's a lot more to it . You have to learn to adjust to their liking .<2>Do n't just think about yourself ; think about what your partner needs out of it as well .<3>Always be willing to help them and give them honesty and positiveness at the same time . Make them feel you are someone they can really count on and build a future with . This is an important step in a relationship . Your partner has to be able to count on you when needed . Make sure you have a good sense of humor with them .Laughter is the key to happiness . Laugh a lot with them , joke with them . Laughter may seem silly , but it 's the secret to a lot in life . It will keep the sparks alive .<4>Make sure the communication is good .This goes along with trust , but always communicate how you feel , even if it 's something that upsets you . Instead of screaming , talk to them .<5>It 's important to communicate this to them , not keep it bottled up .\", 'candidates': ['Show them your personality .', 'Be an honest person with them .', 'Make sure you are encouraging to your partners .', 'Laughter keeps the relationship strong and lasting .', \"Do n't start to neglect them and make them feel unwanted .\", \"Basically , learn to study your partners ' moods , wants and needs .\", 'If they did something that made you unhappy , tell them about it in a respectful manner .']}", + "output": [ + "[1, 5, 2, 3, 6]" + ] + }, + { + "input": "{'passages': \"<1>A child can make a whole alternative universe with a vivid imagination and Toothless , the hero 's hunting dragon , thus turning a rainy day into an adventure of a lifetime .However , if you have never read the book but instead choose to see the film version , you might think you were seeing a new-age war movie meant for adults rather than children .Let 's look at Where the Wild Things Are for further discussion .The story centers around a lonely eight-year-old boy named Max , who sails away to an island .<2>What an amazing piece of children 's literature !A treasure for every child 's library .<3>Owls were falling from the sky , chicken 's arms were being torn off , and a child was running around a dark abandoned world fighting evil as the only human .It was almost as if Hollywood could not imagine children enjoying a movie for its basic literature content .Hollywood might be right .But more and more its audiences are complaining that there is an increased amount of violence in children 's stories today than in the past .While there appears to be a trend in our society to make more violence more accessible to younger children , books and literature are generally an exception .I truly believe that children 's literature has become more vivid , and more colorful .<4>What has changed the children 's stories of today is not the writers , but the film industry .<5>I wonder how much influence the author have over this .\", 'candidates': ['Creatures living there declare Max their king .', 'This is a great treasure for the children , and is certainly not violent .', \"They lived with the man 's big family-his parents , his brothers , their wives and children .\", 'Yet , children were crying in the movie theatre .', \"How to Train Your Dragon by British author Cressida Cowell is one of the best pieces of children 's literature .\", \"In some way , children 's literature is just being strangely twisted .\", \"This communication is very important in children 's growing up , because friends can be the right one to talk about something with .\"]}", + "output": [ + "[4, 0, 3, 1, 5]" + ] + }, + { + "input": "{'passages': \"Nick is a 14yearold school boy .<1>He has little free time .<2>When he has free time,he sits in front of the computer .Just like that way,he neither eats nor drinks for several hours .Last weekend,he played games on the computer again .He was too excited and didn't want to move .<3>When he had to go to the bathroom,he found he could not move .He was taken to the hospital .The doctor told him he should do some more different kinds of activities .In other words,he needs more exercise and outdoor activities to make him have a healthy body .<4>He often plays soccer with his friends .Sometimes he still plays computer games on weekends,but he never does it for long .<5>\", 'candidates': [\"I don't know about you but most quotes I read don't do anything for me .\", \"He didn't have anything for six hours .\", \"I hope this shows people that we're coming back, NASA spaceflight chief Bill Readdy said after Discovery's successful landing .\", 'He thinks playing computer games is the best way to make him relax .', 'His life is full of exams and studies on weekdays .', 'Now,he lives a happy and healthy life .', \"After coming back from the hospital,Nick follows the doctor's advice .\"]}", + "output": [ + "[4, 3, 1, 6, 5]" + ] + }, + { + "input": "{'passages': \"Ways to build strong friendships Be loyal to a friend .Part of being a friend is being prepared to devote your time and energy to helping out your friends .If a friend needs help with an unpleasant thing , or if he or she just needs a shoulder to cry on , be there for them .<1>This is a good way to attract the kind of friends you want in your life .<2>When you say you 'll do something , do it .When your friend tells you a secret , keep it secret from others .Be someone that people know that they can rely on .If you show this quality to your friends , they will appreciate it and will be reliable in return . Be a good listener .Many people think they have to appear very interesting .<3>Listen carefully to what people say , remember important details about them , ask questions about their interests , and take the time to learn more about them . Stress your good qualities .Show others what makes you stand apart from the crowd .Talk about your interests and hobbies .Everyone has interesting stories to tell do n't be afraid to share yours .<4>People love to be around someone who makes them laugh . Choose your friends wisely .As you make friends with more people , you may find that some are hard to get along with .Sometimes you may even realize that certain friendships are unhealthy .<5>Cherish those friends who are a positive influence in your life , and do your best to be a positive influence in theirs .\", 'candidates': ['Be a reliable friend .', 'Keep your promise to your friend .', 'Be respectful of their decisions and share yours with him .', 'Besides , a little humor always keeps a conversation light and happy .', 'In this case , walk your way out of the friendship as gracefully as possible .', 'Being a loyal friend will attract other people to you who value this quality .', \"Far more important than that , however , is the ability to show that you're interested in others .\"]}", + "output": [ + "[5, 0, 6, 3, 4]" + ] + }, + { + "input": "{'passages': \"A man is going to the house of a friend .<1>As he goes along , he says to himself , `` My friend is sure to give me a very nice meal .He is going to give me good wine to drink .So what s the use of these dry sandwiches ? ``As he says this , he throws them onto the ground .He goes on and comes to a river .<2>He hopes there is a boat coming to take him over .So he waits and waits .He waits for a long time .<3>The man says to himself , `` I can not go to my friend 's house today .I must go home . ''Then he starts for home .<4>But he does n't have anything .Suddenly he sees some dry , dirty sandwiches on the road .He is very happy .<5>\", 'candidates': ['Then the Sun begins to set .', 'He picks them up and eats them all .', 'It is quite far so he takes some sandwiches along .', 'Soon he feels very hungry .', 'He can not cross the river .']}", + "output": [ + "[2, 4, 0, 3, 1]" + ] + }, + { + "input": "{'passages': \"<1>Jeff likes sports and travel .He would like something that help him spend boring time on his journey .<2>Mrs Scott does n't like to exercise , but she likes cooking and reading books about foreign places .<3>Mr Dean wants to improve his garden during summer , so he would like something that could help him to do that .<4>Lisa , a 22-year-old girl , worries about her weight .She is wondering how to lose weight .<5>Sophin likes to look smart .When she is free , she enjoys listening to music .Now she plans to learn something about music .\", 'candidates': ['Learn how to play the guitar . This popular video helps the beginner to become a guitar player in just 200 hours .', 'Road trips , a program loved by young people , especially those fat girls , join in it and make yourself become thin .', \"The new pocket MP4 . The kind of MP4 fits right into your pocket . It lets you listen to your favorite artist , even when you 're on a journey .\", 'Singapore . The story of a city . This book is about the history , the culture , and the favorite dishes of the small country .', 'Special scissors . This kind of tool will make it easy to deal with flowers and trees . Anyone can learn to use it quickly .']}", + "output": [ + "[2, 3, 4, 1, 0]" + ] + }, + { + "input": "{'passages': \"We call the Chinese New Year the Spring Festival .<1>We may call it the year of the sheep, the monkey, the snake, the tiger, the rabbit, the horse or the year of the pig .And this year is the year of the Sheep .Before New Year's Day, people are busy shopping and cleaning their houses .They are busy buying new clothes, new shoes, and candies .<2>After the dinner, all the family members stay up late to welcome the New Year .<3>They say Happy New Year and some other greetings to each other .And on that day, children can get money in red packets .<4>People wear new clothes and shoes .<5>\", 'candidates': [\"This fighure shoots up during holiday seasons like National Day, Labor Day and New Year's Day, with some recording 100 percent rental .\", 'I would like to tell you about my favorite holiday,which is Chinese Spring Festival,taking place in January or February every year .', 'People usually have a very good time during the Festival .', \"On New Year's Eve, there is a big family dinner .\", 'Besides, children have a lot of candies to eat .', 'On the first day of the New Year, people put on their new clothes and go to visit their friends .', 'There is a name for each Chinese year .']}", + "output": [ + "[6, 3, 5, 4, 2]" + ] + }, + { + "input": "{'passages': '<1>To explain its use , let us choose a research topic and follow the step-by-step procedure of looking up the material for the paper .<2>The first step is to go to the main catalog .Many small drawers on the large wooden cabinets are lined up in alphabetical order .Each of the drawers contains hundreds of alphabetical ordered cards .These cards are printed references to all material available in the library .Title cards are cataloged by the first word of the book title , leaving out the articles like a , an and the .And then you get the cards for the books you need .<3>This is the numerical code that shows where the book is located in the library .<4>If your book is on the open stacks , you can go to the open-stack room , and according to the call number find it out by yourself .There are only about 30,000 books on open stacks , while most of the 800,000 books in our library are kept in closed stacks , which are accessible only to teachers and graduate students .<5>In that case , you must fill out a call slip for the book , showing the call number , author and title .You can get call slips on tables near the catalog cabinets .You show your call slip together with your library card to a librarian at the information desk .He or she will help you find the book out in the closed stacks .', 'candidates': ['For undergraduates like you , borrowing books from the closed stacks have to be done with the help of our librarian .', 'College libraries are designed primarily for research and study .', 'On the upper left corner of each card is the call number .', 'The library has open and closed stacks .', 'Suppose your assignment is to write a paper on a novel called The Sun Also Rises by American writer Hemingway .', \"The Water World Swimming Pool is open every day from eight o'clock in the morning until half past seven in the evening .\", 'Today , even high school graduates who are going to have blue-collar jobs need to study the math , research and writing courses .']}", + "output": [ + "[1, 4, 2, 3, 0]" + ] + }, + { + "input": "{'passages': \"<1>But when he was 15 he suddenly stopped trying .<2>One of the reasons that made it cool for him not to care was the power of his peer group .The lack of right male role models in many of their lives -- at home and particularly in the school environment -- means that their peers are the only people they have to judge themselves against .They do n't see men succeeding in society so it does n't occur to them that they could make something of themselves .<3>Boys want to be part of a club .<4>Teachers need to be trained to stop that but not in front of a child 's peers .<5>It 's pointless sending a child home if he or she has done wrong .They see it as a welcome day off to watch television or play computer games .Instead , schools should have a special unit where a child who has done wrong goes for the day and gets advice about his problems -- somewhere he can work away from his peers and go home after the other children .\", 'candidates': ['You have to do it one to one , because that is when you see the real child .', \"He was n't the best student in his school , but when he was 16 , his father sent him to a medical school .\", 'However , schools can provide the environment for change , and provide the right role models for them .', 'Without male teachers as a role model , the effect of peer actions and street culture is all-powerful .', 'If one eats the dumpling with the coin in it , he will be lucky in the year .', 'He left school at 16 with only two scores for secondary school subjects .', 'Tom was one of the brightest boys in the year , with supportive parents .']}", + "output": [ + "[6, 5, 3, 2, 0]" + ] + }, + { + "input": "{'passages': \"Compared to the history of China , the history of the United States is quite short .<1>In 1776 , 13 colonies located on the eastern coast of North America declared independence and fought a revolution against the British .In 1783 the colonists won the revolution and gained their independence . After the revolution , the United States bought a large section of country from Napoleon of France .This purchase doubled the size of the United States .<2>If he had n't needed that money , the United States might have stayed a small country .Texas and most of what is now the southwestern part of the United States belonged to Mexico .The people of Texas fought a revolution against Mexico .<3>Later , the United States and Mexico went to war .If Mexico had defeated the United States in that war , California and New Mexico would have been part of Mexico today . The British and the Americans both claimed the northwestern part of the country .They settled their differences with a compromise .South of the 49th parallel was the United States .North of the 49th parallel was Canada .In 1861 one half of the United States did go to war with the other half .<4>President Lincoln wanted to free slaves .He was supported by the North but opposed by the South .The South wanted to separate from the rest of the country and become independent .<5>Following the Civil War , the United States bought Alaska from Russia .Today it is the largest state in the country and a very important one , too .\", 'candidates': ['This was the Civil War .', 'It was controlled by England then .', 'It began little more than 200 years ago .', 'After 4 years of war , the South was defeated .', 'Napoleon needed money for his European wars .', 'They became independent and joined the United States .', \"At that time many people did n't think Alaska was important .\"]}", + "output": [ + "[2, 4, 5, 0, 3]" + ] + }, + { + "input": "{'passages': \"Everyone , from homeless people to billionaires , is likely to be influenced by stress ; there 's simply no way to avoid it<1>Here are five powerful tips for ways to kill stress in almost any situation . Eat Healthier Though a lot of stress is psychological , there are also plenty of physical factors that lead to this natural human response to noticed danger , In order to relieve stress , make sure you 're treating your body right .A big part of this is eating healthier<2>Anyway , adopting an alkaline ( diet instead of an acidic ( one is recommended . Wake Up Earlier<3>However , waking up 15 or 20 minutes earlier each morning may have more benefits than sleeping in .By giving yourself some extra time , you wo n't feel quite rushed in the morning , which leads to better preparation and more confidence .<4>Since you are never going to remove 100 percent of the stress in your life , one of the best things you can do is let it be one of your motivations .This is what stress is designed to do , after all .The psychological and physical reactions brought on by stress are supposed to heighten our senses and empower us to fight off a threat . Watch a Funny Video Here is a simple and practical tip : watch a funny video on You Tube , Research shows that seeing something amusing activates the part of the brain that produces calm physiological ( responses .This can lead to less anxiety and more happiness . Take Walk Outside Whenever possible , make sure you take your walk outdoors<5>It can improve energy levels and memory by as much as 20 percent .\", 'candidates': ['A number of studies are two important keys to good health .', 'Diet and relaxation are two important keys to good health .', \"There are no magic '' anti-stress '' foods .\", 'However , there are ways to reduce the amount of stress you suffer from .', 'Keep Positive Relationships', 'Let Stress Motivate You', \"It is certainly true that the more sleep you get , the less stressed you 'll be .\"]}", + "output": [ + "[3, 2, 6, 5, 0]" + ] + }, + { + "input": "{'passages': \"Have you ever been in a situation where first aid was required ?Did you know what to do ?Did you feel adequately equipped and confident enough to perform first aid procedures ?At the SOS Center , trained professions provide some one-on one and group courses in first aid .<1>.First Aid For Infants This course is designed for first- time parents who do not have a basic knowledge of first aid for infants and babies ,<2>, or if you want to avoid more life threatening problems and illnesses , you will get them from these topics . First Aid for Children Every parent knows the fear of releasing their small child out into the world , away from their watchful eye .<3>This course teaches parents how to determine when an injury requires stitches , how to treat basic cuts , as well as how to treat sunburns and other wounds .<4>Our most popular course offers all kinds of approaches to applying first aid .In this two-day course , you 'll learn some basic skills such as how to respond when a child or adult chokes , what to do if someone has a heart attack or stroke , how to react to snake bites and spider bites , and more .This course is highly recommended for learners of all ages .<5>In addition , we are planning to open special courses in community centers around Beijing .For more information on SOS and our course selection or to register for a course , please visit www.firstthigsfirst.com .\", 'candidates': ['Basic Training Course in First Aid', 'Various First-Aid Courses for Babies', \"When you want to ease your baby 's discomforts\", \"If you want to avoid the risk of your parents ' injuries\", 'Classes are offered on a regular basis at our main office', 'We offer a variety of courses designed to meet particular needs', 'As children grow more adventurous , the risk of injury increases as well']}", + "output": [ + "[5, 2, 6, 0, 4]" + ] + }, + { + "input": "{'passages': \"<1>Every evening we get into homework battles .<2>I think she should do her homework just after school .But she thinks she should have some time to rest and play first .<3>I don't want to help, because I think my daughter should do her homework by herself .<4>Children these days have much more homework than we did, and some of it is really difficult for them .<5>Any ideas ?Help me!\", 'candidates': [\"As you can see, I'm really worried about homework and I really don't know what I should do .\", 'And most of the time, I have to do other things .', 'When she get home, homework is the last thing she likes to do .', 'If you do not have enough time,try a short nap--even ten minutes of sleep can help you .', \"I'm not stupid, I didn't think she was right in doing those things, but I still put up with it .\", 'My nine-year-old daughter, Maria, is in Grade Two .', 'When Maria does her homework, she wants me to help her .']}", + "output": [ + "[5, 2, 6, 1, 0]" + ] + }, + { + "input": "{'passages': \"Nov 21 is United Nations ' World Television Day .While many of us today take the television for granted , it 's actually one of the greatest inventions of the 20th century .<1>And it has been increasingly popular since its introduction .By 2021 , there will be 1.7 billion homes around the world that contain TV sets .<2>We mostly had to rely on the radio or newspapers to know what was going on in the world .But after television arrived , the world seemed a lot smaller .It brought information night to our home .<3>Also , they became aware of things happening around the world just by watching the news . But there is undoubtedly a bad side to TV .<4>In the days before television , a typical family would have played games or just chatted with each other after their evening meal .But since then , sitting around the TV in silence has become a regular evening activity . Still , the United Nations says that TV `` continually invites people to explore beyond their living rooms , '' and that is undoubtedly true .<5>.While television is indeed a brilliant tool , let 's not forget about the people sitting next to us on the couch .After all , what good is watching something interesting if you do n't want to share your opinions on it ?\", 'candidates': ['Think about life before television .', 'What would our life be like without TV ?', 'As we know , information is of great value to our life .', 'TV changed the way that we relate to the world forever .', 'People were able to communicate better and address issues faster .', 'It could be said to have destroyed communication as much as it strengthened it .', \"But sometimes , this `` exploration '' is at the expense of ignoring the people closest to us .\"]}", + "output": [ + "[3, 0, 4, 5, 6]" + ] + }, + { + "input": "{'passages': \"Of course you love your parents - that 's a given .But at times , maintaining the bond between parent and adult can be as challenging as that between parent and teenager .Here are some ways to strengthen an adult relationship with your parents . Talk to your parents as friends . ''<1>it may feel funny to give up your role as the child . A good start is to model your conversations with Mom and Dad on those you have with friends , '' says Dr , Tessina .`` Do n't limit your conversations strictly to family memories , or gossip about family members , or your personal life , '' she advises . ''<2>- why not explore it with Mom and Dad as you would with a friend ?Current events , sports , work .local neighborhood issues , or national politics are all fair game . ''<3>When you 're dealing with your parents , laughter can be a lifesaver - both to help you handle the stress of dealing ; with sometimes bad-tempered individuals and to help you bond together . Tell a few jokes you know they 'll enjoy , share some comics from the paper or e-mail with them , watch the Letterman show together .<4>Tell your parents what bothers you .If you love your mom and dad but they drive you crazy , your resentment can eat away at your relationship .So do n't seethe silently .<5>For instance , if your mom keeps calling you at work , tell her that your boss is starting to notice and .while you love talking to her during the day .it 's beginning to affect your job performance .Arrange a call you can both count on at a mutually convenient time .\", 'candidates': ['As a friend ,', 'Forgiveness is the key .', 'Keep your sense of humor .', \"There 's a whole wide world out there .\", 'Communicate , with gentleness and respect .', \"If you can laugh together , you 're doing okay .\", \"If your parents still treat you like you 're\"]}", + "output": [ + "[6, 3, 2, 5, 4]" + ] + }, + { + "input": "{'passages': \"3 tips for protecting your eyes during the winter We typically worry about staying warm during the winter months , and think less about protecting our eyes .<1>Here are three things you can do to protect your eyes during the winter months .Tip # 1 :<2>During the winter , our eyes are constantly exposed to blowing , dry , hot air that can cause them to become dry .Here are a few treatments :<3>Distance yourself from direct heat sources while sitting .Use a humidifier to help reduce dryness .Tip # 2 : Wear sunglasses with UV protection .UV rays in the winter can harm our eyes .<4>Wear sunglasses when you 're outside , or driving , to protect your eyes from UV rays .This is especially important as days lengthe n into spring and the sun gets stronger .Tip # 3 : Goggles protect in many ways .Goggles not only protect our eyes from UV rays , but they also help keep our eyes from drying out from the winter wind .In addition , think about all those branches , leaves , and dirty snow that can severely injure our eyes upon contact .<5>Do n't forget them !\", 'candidates': ['Clean your eyes carefully .', \"Do n't let your eyes dry out .\", 'Goggles protect the eyes from the wind .', 'Keep eye drops handy to wet your eyes .', 'It just makes good sense to wear quality goggles .', \"In fact , they can do even more harm when they 're reflecting off snow .\", 'However , the winter months can be as hard on our eyes as the summer months .']}", + "output": [ + "[6, 1, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"problem 5 2 10 A Morning .B Morning .A But but how are you today ?<1>B I 'm not .I have a sore throat and I cough especially at night .So I ca n't sleep very well A Oh !<2>B Yeah I 've got a fever .A Um I think you 've got the flu .I suggest you take a day off and go back home to have a good rest .B Sounds great .But I have to prepare my speech for the conference .<3>And yesterday they asked me for the summary .A<4>B I had no time for it and there 's no way until I finish the summary .A<5>B Sure .Thank you .\", 'candidates': [\"What 's wrong with you ?\", 'Did you go to the clinic ?', \"You know it 's only five days from now .\", \"You do n't look very well .\", 'Take your time and take good care of yourself .', 'Could you do me a favor ?', 'Have you got a temperature ?']}", + "output": [ + "[3, 6, 2, 1, 4]" + ] + }, + { + "input": "{'passages': \"Trying to find out who you are seems simple to you .<1>But answering the questions of how well you know yourself is actually really difficult .<2>Imagine all the things you did and liked when you were five years old .It is almost certain that there is a long list of differences between who you were then and who you are now .So how are you going to fully understand yourself ? Luckily , there are some great ways to get to know yourself better .One of the better ways is to spend time alone with your thoughts .It does n't mean just sitting in a chair , thinking .Anything that gets you in a relaxed , but active state of mind will work well .<3>Once you 're in this state of mind , you can start noticing and questioning your behaviors and actions .<4>I think everyone has done something at least once in their lives for which they did n't have a reason .It can take some time , but you 'll find it . Getting to know yourself means understanding your behavior and responses in certain situations .<5>The experiences I received through my first trip through Asia probably gave me the greatest understanding of who I am .How well would you do in a speech for hundreds of people ?What would you feel like after a white-water rafting trip ?If you 've never experienced these , then you ca n't answer the questions .\", 'candidates': ['This is the best state to learn about yourself .', 'After all , no one spends more time around you than you .', \"It 's important to always know who you are and who you are becoming .\", 'As a human being , you are going through character changes all the time .', \"That 's why experiences are so good at helping you understand who you are .\", 'See yourself not through your own eyes , but as if you are someone else .', \"Pay attention to something you 've done but you ca n't fully explain the reason behind .\"]}", + "output": [ + "[1, 3, 0, 6, 4]" + ] + }, + { + "input": "{'passages': \"5 2 10 If you are hungry , what do you do ?Have your favorite meal and stay quiet after that .<1>But it never lets you know because you keep it busy thinking about your friends or favorite stars .So it silently serves your needs and never lets itself grow .When mind loses its freedom to grow creativity gets a full stop .This might be the reason why we all sometimes think `` What happens next ?`` `` Why ca n't I think ? ''<2>Why reading but not watching TV ?It is because reading has been the most educative tool used by us right from childhood .Since it develops other aspects of our life we have to get help from reading . Once you read a book you run your eyes through the lines and your mind tries to explain something to you .<3>Now this seed is unknowingly used by you to develop new ideas .If it is used many times the same seed can give you great help to relate a lot of things which you would have never thought of in your wildest dreams ! This is nothing but creativity .<4>Within no time you can start talking with your friends in English or any other language and never run out of the right words . So guys , do give food for your thoughts by reading , reading and more reading .<5>Go and get a book !\", 'candidates': ['The interesting part of the book is stored in your mind as a seed .', 'Why not do some reading while you are hungry ?', 'Just like your stomach , your mind is also hungry .', 'Now what are you waiting for ?', 'Hunger of the mind can be actually solved through wide reading .', 'Reading can help you make more friends , too .', 'Also this makes a significant contribution to your vocabulary .']}", + "output": [ + "[2, 4, 0, 6, 1]" + ] + }, + { + "input": "{'passages': 'M : Remember Paul from our old school ? W :<1>M : I met him at the checkout in the supermarket the other day , and he was queuing right in front of me . W :<2>M : Well , he started out as a manager in charge of sales .<3>He teaches commercial English there . W : Why did he get this new job ?<4>M : Yes .It is tiring , though .After all , he has got a family to take care of . W : I see .<5>M : Exactly !', 'candidates': [\"Is n't he working in a company as a sales manager ?\", 'Then he transferred to work for an international giant .', 'Of course I do .', 'But he ended up getting a job at the local university .', \"Is n't it interesting to travel around as a sales manager ?\", \"That 's a good point .\", 'Sometimes it is a painful choice , career or family .']}", + "output": [ + "[2, 0, 3, 4, 6]" + ] + }, + { + "input": "{'passages': \"In Xinjiang, most people knew the stories of Avanti .Avanti was a very clever man .<1>One day Avanti walked on the street and saw two men arguing with each other .A lot of people stood around them .One of the two men was the owner of the eating house in the town and the other was a young man .The young man just passed by the eating house .<2>The young man explained that he hadn't taken anything from the eating house .But the owner said that the young man had taken the smell of the nice food from the eating house, and he must pay for it .<3>Avanti took out some coins from his pocket and put them into his bags .<4>Then Avanti said to the owner, Take away the sound of the coins .<5>\", 'candidates': ['He shook his bag, and people heard the sound of the coins .', \"That's what I pay for the smell of your food .\", 'The next day, I went to him and thanked him for trusting me and lending me the money .', \"So Avanti went up to the owner and said, I'll pay you the money .\", 'The music was so great that many people stopped to put some money into the hat of the young man .', 'The owner of the eating house told the young man to pay him money .', 'People liked him because he not only spoke for the poor but also was always ready to help them .']}", + "output": [ + "[6, 5, 3, 0, 1]" + ] + }, + { + "input": "{'passages': \"Last year we visited Stratford , the place where Shakespeare was born on the 23rd of April , 1564 .Stratford is a very interesting town , right in the center of England .<1>The first place we visited was the house in the center of Stratfordwhere Shakespeare was born .<2>One of the things we liked best was the garden behind the house , because we could see there many of the flowers , trees and plants that Shakespeare wrote about in his plays .After we had visited Shakespeare 's birthplace , we went to see the church where he was buried .<3>Every room of the hotel had the name of one of Shakespeare 's plays on the door -- the Hamlet room , the Romeo and Juliet room , and so on .After lunch we walked across the fields to the old cottage , about a mile out of Stratford , where Shakespeare spent most of his married life .<4>We saw the chairs where Shakespeare perhaps sat and thought about ideas for new plays , and we saw the plates from which he probably ate his dinner .<5>\", 'candidates': ['When we got back to our hotel that evening , we were tired , but we had enjoyed a wonderful day .', \"The cottage is just as it was in Shakespeare 's day .\", 'We saw the small desk that Shakespeare sat at when he went to school .', \"When the man got back to his own country , the customs officers would n't believe his story .\", \"The couple 's first daughter was born in 1998 , followed by a second daughter in 2001 .\", \"We had lunch in a very old hotel that was probably there in Shakespeare 's time .\", 'The countryside around Stratfordis pleasant , with its beautiful woods , green fields and quiet rivers .']}", + "output": [ + "[6, 2, 5, 1, 0]" + ] + }, + { + "input": "{'passages': \"Ways to Worry Less Do you want to worry less ?Of course you do , fight ?That 's like me asking if I could send you free bacon .Worry is like black mold-it appears in damp conditions and spreads uncontrollably .And often times we do n't realize it 's there until it 's killing us .We must get rid of worry before it destroys us .But how ?<1>Do what you need to do .<2>You ought not to avoid tough projects or hard conversions until the last moment .If you do n't do what you should be doing , you will end up spending the rest of the time worried about the must-to-do things .Believe it or not , the anxiety that comes from worrying is much worse than the task we 're worried about .<3>I think many of us act like we 're puppets in a play and we 're waiting for something or someone to put us in the right place .You just react to whatever is going on .<4>We need to live on purpose .Nothing can cause worry like purposelessness . Make plans . You ca n't have intentionality without making plans .Making plan will enable you to achieve your aims more smoothly .Yet , do n't place your plans in stone .You can adjust your plans flexibly .Accept changes .<5>There are other ways to lessen worry .As long as you are determined to take action , you will live a worry-free life .\", 'candidates': ['Worry ruins creativity .', 'Get more intentional .', 'Do what you should be doing .', 'We need to stop letting life just happen .', 'Make new plans and then move forward .', 'You do the same as people around you do .', 'Here are some effective ways to deal with it .']}", + "output": [ + "[6, 2, 1, 3, 4]" + ] + }, + { + "input": "{'passages': '<1>He worked in a factory and last year he retired .His wife died five years ago and his son works in Japan .<2>One day his son called him and asked him to have a journey to Tokyo .He was very happy .He was afraid to travel by plane and took the ship .On the first morning on the ship Mr Ling met an Englishman at table .<3>He thought the Englishman told his name to him .<4>And it was repeated a few mornings and Mr Ling told a teacher about it .Hearing him, the teacher began to laugh and said, He says hello to you in the morning .The next morning, when Mr Ling met the Englishman, he said, Good morning!<5>', 'candidates': ['The man said to him, Good morning!', 'Ling, 40,who arrived five years ago from China, found it difficult to learn English .', 'A daily nap gives one a more rested body and mind and therefore is good for health in general .', 'He always has sports and he is in good health .', 'So he stood up and said, Ling Bing!', 'And the Englishman stood up and said, Ling Bing,sir .', 'Mr Ling lives in China .']}", + "output": [ + "[6, 3, 0, 4, 5]" + ] + }, + { + "input": "{'passages': \"A new study challenges a long-held opinion in psychology that most human emotions fall within the universal types of happiness , sadness , anger , surprise , fear and disgust . Using models to analyze the responses of men and women to 2185 video clips , University of California , Berkeley , researchers have identified 27 types of emotion and created a map to show<1>.For the study , participants went online to view a random of silent 5-to-10 second videos intended to arouse a broad range of emotions .And<2>, weddings and proposals , death and suffering , spiders and snakes , natural disasters ... Three separate groups of participants watched series of videos , and , after viewing each clip , completed a reporting task . The first group freely reported their emotional responses to each of 30 video clips .`` Their responses reflected a rich emotion states , '' noted Cowen . The second group ranked each video according to how strongly it made them feel admiration , adoration , appreciation , amusement , anger , anxiety , awkwardness , disgust ...The participants have the similar responses , and<3>.The final group rated their emotional responses on a number of 1 to 9 to each of a dozen videos based on positive or negative , excitement or calmness .Based on how previous participants had responded to the videos , researchers were able to predict<4>.Overall ,<5>, providing a wealth of data that allowed the researchers to identify 27 types of emotion .\", 'candidates': ['because everything is connected with each other', 'the results showed that study participants generally shared the same or similar emotional responses to each of the videos', \"how they 're connected\", 'how participants would score the videos', 'themes from the video clips included births and babies', 'the videos included only one theme', 'more than half of them reported the same type of emotion for each video']}", + "output": [ + "[2, 4, 6, 3, 1]" + ] + }, + { + "input": "{'passages': 'Li Shizhen was born in 1518 .His father was a poor doctor<1>He decided to study medicine so that he could help people who were ill. Li Shizhen read many books about medicine .<2>So he wished to write a new one .<3>He studied not only the herbs in his own garden , but also the wild ones .He always went on long journeys to collect herbs and talked with old peasants .<4>After many years of hard work and study ,<5>At that time he was sixty .His book is now one of the greatest contributions of the Chinese people to the medical science of the world .', 'candidates': ['Li Shizhen often saw that people fell ill .', 'But he found many of the old medical books were full of mistakes .', 'He learned a lot from the working people .', 'Li Shizhen finished his great work Ben Cao Gang Mu .', 'He did his best to study medical science .']}", + "output": [ + "[0, 1, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"How to get motivation for study ? Do you need motivation for doing your homework ?<1>Get Perspective When you consider homework a drag , it might help to think about the reason why you do it .The work you do now really is important , even though it 's probably hard to see sometimes .<2>You see , you may not believe that you 'll need your algebra skills later in life , but algebra sets the stage for understanding principles of science , economics , and business .<3>Most students have a special talent in one particular area , so they enjoy doing homework in that topic .Just pick one area you love and become the self-appointed expert in your school .Get a serious attitude !Think of yourself as the best at that topic , and then make it a reality .Once you do so , you will gain `` confidence '' in yourself and enjoy doing homework . Get Competitive ! If you think you 're at a disadvantage to other students , you can turn things around by getting a competitive attitude .<4>Try to surprise everyone , including the teacher , by doing outstanding work . Get Your Eye on the Prize ! If you get bored thinking about homework , you may need to focus on setting and reaching goals .For instance , if you are having trouble getting started on a big science project , then divide your project into steps and reward yourself each time you finish a step successfully .<5>\", 'candidates': ['Get an Attitude', 'Get Confidence', 'Algebra is not easy for everyone to learn , but it is very useful .', 'In fact , it is real work that will form the foundation for your future .', 'If you feel like homework is pointless , you may find inspiration in the following tips .', 'Think of every project as a challenge and start to do your assignment better than anybody else .', 'Just focus your eye on the prize and try to make it happen , which will help achieve your dream .']}", + "output": [ + "[4, 3, 0, 5, 6]" + ] + }, + { + "input": "{'passages': \"When people introduce themselves,I always hear them say I'm just a housewife .<1>Is it,really a crime to be a housewife?Is it really embarrassing when you choose not to work outside and instead choose to work in your home?How could you be just a housewife when the basic social unit of society depends on you and your service?A housewife works for the longest hour,supporting your husband,child studies,caring for elders,managing finances,paying bills,grocery shopping,cooking according to individual taste,cleaning,etc .<2>Don't think you are not being paid for it .You get the reward that no money can offer----the love and affection of your family,their trust in you,a happy home and your own satisfaction .It is you who choose to be in this occupation,willingly or for any other reason .<3>They know you will be there to absorb all their stress and tiredness and relax them .Would the life have been the same had you been working outside to earn some money?Would you along with your family have been able to buy all the content in life that you are enjoying now with that money?Respect yourself for what you are .<4>The world understands the importance of your job; it's time to make them accept it .<5>Kick that just out .\", 'candidates': [\"Many young people in China don't understand this kind of sports and I want to promote it, says Wang .\", \"I don't understand why their introduction is always filled with regret and self-pity .\", 'Introduce yourself to the world with the same dignity .', \"Given the growth in the cloud,industry analysts believe that most of the world's data centers have yet to be built .\", 'A housewife could be anyone:daughter,wife,mother,teacher,financial advisor,fashion designer and nurse,gardener,driver,cook,and so on .', 'After a busy day,all wait to return to the comfortable home set by you .', 'Introduce yourself with pride and with twinkle in your eyes I am a housewife .']}", + "output": [ + "[1, 4, 5, 2, 6]" + ] + }, + { + "input": "{'passages': 'Your children are watching you .<1>According to the Health Program developing healthy habits is an important part for your children .And when it comes to developing healthy habits , parents influence their children more than anyone else .<2>What happens during those early years can influence children for the rest of their lives .This includes some eating and exercise habits .Children are very careful , even at a young age .Children watch what others do carefully and imitate the behaviors of those closest to them .As parents , you should do the following :<3>If you do that , your children are more likely to be enthusiastic about developing theirs . Let your children see you taking care of your own physical health by eating fruits and vegetables .Talk to them about healthy habits in appropriate terms and at a proper time .<4><5>Computers televisions and other forms of technology are a major part of life in the 21st century .Unfortunately , as the use of technology in the home increases , so docs the time spent watching TV or playing on the computer .So as parents , you should also arrange the time for your children wisely .', 'candidates': ['Take part in physical activities and exercise regularly .', \"Do n't get rid of technology , but use it wisely .\", 'Be enthusiastic about developing healthy habits of your own ... .', 'Your actions arc speaking to them louder than your words will .', 'Children prefer to imitate their parents rather than listen to them .', 'This can be helpful to teach your children to form good eating habits .', 'It s easy for the children to form their healthy habits when they arc young .']}", + "output": [ + "[3, 6, 2, 5, 1]" + ] + }, + { + "input": "{'passages': '<1>The fireplace should be distinctive and elegant , with a fire that looks like a fire, giving your family the warmth and protection they need .Every year 7,000 people die in fires in Britain, and hundreds of them are little children .<2>When you choose a fire, choose Safeburn .It gives you the atmosphere of home comfort you are looking for, and sets your mind at rest .Caithness Pride Caithness Pride .<3>So he built his own private still, in the heart of the Highlands, with the fresh water running in the stream nearby .<4>But it was worth it .<5>', 'candidates': ['Thousands more are disfigured for life .', 'After all, what was good for the Duke is too good to be kept a secret .', 'Safeburn Planning a home demands great care .', 'The ninth Duke of Caithness would only drink the best whisky .', 'The problem is clear: man has done great damage to his home over the years .', \"When we came into possession of the still, we paid the Duke's heirs a lot of money for it .\", 'Data centers are both hot and loud,which could have damaging effects on ocean life .']}", + "output": [ + "[2, 0, 3, 5, 1]" + ] + }, + { + "input": "{'passages': 'How Can I Fight Laziness ?Lazy people will never gain anything in life .However , laziness can be defeated once a few changes have been made in your mind .<1>Many people lack sleep constantly , since they stay up too late and get up too early to prepare for work .These people have little motivation once they arrive home .Laziness works hand in hand with a lack of motivation and a tendency to put off things .By adjusting your sleep schedule to provide a few more hours of meaningful rest , you can fight laziness throughout the day .Another way to fight laziness is to change your mind from passive to active .Some people treat their lives as if they were pushed from task to task .<2>Laziness appears when you no longer feel in charge of your own mind .Some people fight laziness by removing the temptations that surround them .A television in the living room may provide entertainment , but watching too much TV often contributes to laziness .<3>Complete a few tasks and reward yourself with what you enjoy , such as a good dinner or a film .Laziness can also be a lasting problem at home .Couples and children may all have different energy levels , but laziness can be spread if not dealt with immediately .<4>Be the first to collect and wash dishes after a meal .Others in the home may eventually follow your example and perform their own task .It is difficult to practice laziness when you are surrounded by motivated people .<5>Enough exercise and a balanced diet can help you to develop a healthy lifestyle , thus enabling you to have more energy and help lift your spirits .', 'candidates': ['To fight family laziness , set an example .', 'Knowing how to fight laziness is important .', 'One way to fight laziness is to get enough sleep .', 'Finally , taking exercise regularly can help you fight laziness .', 'With strong determination , you will be able to achieve your goal .', 'Create a reward system for yourself , just as parents do for a child .', 'Others take a more positive approach , viewing each task as a challenge they must overcome alone .']}", + "output": [ + "[2, 6, 5, 0, 3]" + ] + }, + { + "input": "{'passages': \"Cheating is when a person misleads , deceives or acts dishonestly on purpose .<1>If a basketball team is for kids under 8 , it 's cheating for a 9-year-old play on the team .At school , in addition to cheating on a test , a kid might cheat by stealing someone else 's idea for a science project .<2>.This kind of cheating is called plagiarizing .<3>Jeff is doing it by sneaking answers to a test .And it 's also cheating to break the rules of a game or contest or to pretend something is yours when it is n't .When people cheat , it 's not fair to other people .It 's tempting to cheat because it makes difficult things seem easy , like getting all the right answers on the rest .<4>, and it wo n't help on the next test unless the person cheats again .<5>They want to get good grades but hate hard work .Other kids might feel like they ca n't pass the test without cheating .Even though there seems to be a `` good reason '' for cheating , cheating is n't a good idea .\", 'candidates': ['For kids , cheating may happen at school , at home , or while playing a sport .', 'Some kids cheat once and feel so bad that they never do it again .', \"Some kids cheat because they 're lazy .\", \"Kids may also cheat by copying a book report off the Internet and handing it in as it 's his or her original work .\", 'Cheating can happen in a lot of different ways .', \"But it does n't solve the problem of not knowing the material .\", \"There are plenty of reasons why a kid should n't cheat , but some kids have already cheated .\"]}", + "output": [ + "[0, 3, 4, 5, 2]" + ] + }, + { + "input": "{'passages': \"How to Get Success Success is not something that happens overnight .To succeed , firstly you should think about what you want to achieve .<1>Becoming a successful person is not easy as you might think .It does take commitment and willingness to work hard .Here are a few steps to help you on your way to success . Set goals for yourself .The most important step in getting somewhere is knowing where you want to go and having a plan to get there .Set realistic goals for yourself otherwise you 'll only be disappointed . Be disciplined .You will never be successful if you 're not willing to commit yourself to work hard at what you want to achieve .<2>If you want to be successful , you must be willing to practice until you get it right .<3>Shad Helmstetter , writer of The Self-talk Solution , says that interest is life 's biggest drive .Keep a positive attitude .Being optimistic requires that you find a way of getting rid of negative thoughts , analyze them and work out what makes you feel the way you do .<4>Believe in yourself .Tell yourself that you can do it and that nothing will stop you from being a success . Improve yourself .Do two things every day to improve yourself .People who want to be successful must attend the school of continuous learning .<5>You are the only one who can improve your life and make it better .\", 'candidates': ['Everybody is eager to be a successful person in his life .', \"Become interested in what you 're doing .\", 'And then work towards your goal .', 'A bad attitude will turn off the success switches in your brain .', \"All of us long to succeed , but it 's not easy to achieve success .\", 'Read newspapers every day and take part in a course to improve your skills .', \"Do n't give up if you do n't get something right the first time .\"]}", + "output": [ + "[2, 6, 1, 3, 5]" + ] + }, + { + "input": "{'passages': \"Long long ago, a donkey fell into a well .<1>Finally, the farmer thought the animal was too old and the well needed to be covered up anyway, so he decided not to save the donkey .The farmer invited his neighbours to help him .They began to shovel dirt into the well .The donkey cried harder .<2>The farmer looked into the well, and was surprised by what he saw .While every shovelful of dirt hit his back, the donkey would shake it off and take a step on the new layer of dirt .As the farmer's neighbours continued to shovel dirt on top of the animal, the donkey would shake it off and take another step up .<3>The lesson we get from this story is that if life shovels some dirt on us, we must get out the well and not let it cover us .<4>Each of our troubles is a stepping-stone .<5>\", 'candidates': ['We must learn to shake it off and take a step up .', 'The English think lions to be brave and proud animal and the English football teams have three lions on their football shirts .', 'We should take a step in that direction and help prisoners find self-respect and purpose through work .', 'The animal cried for hours as the farmer tried to think out what to do .', 'We can get out of the deepest well by never giving up!', 'Soon the donkey stepped up out of the well and ran away, to the surprise of all the neighbours .', 'But a few minutes later, he became quiet .']}", + "output": [ + "[3, 6, 5, 0, 4]" + ] + }, + { + "input": "{'passages': \"Pure Brightness Festival, also known as Tomb-sweeping Day in China, falls on the 4thor 5thof April each year .It was started in the Han Dynasty .On this day, whole families, young and old, with flowers visit the graves of their ancestors to pay their respects .Following the custom, tomb sweepers clean and tidy the graves, decorate them with flowers .They burn paper money made for the dead, set off firecrackers and bow before their ancestors' tombstones .<1>Only cold food is served .<2>This day is also a time for people to enjoy themselves .Other activities include spring outing, flying kites, planting trees, tasting tea and so on .<3>Trees turn green, flowers come out and the sun shines brightly .<4>People fly kites not only in the daytime but at night .<5>They plant trees because young trees which are planted during this period are easy to grow up .And they enjoy tea because the tea produced around the festival is said to have good quality .\", 'candidates': ['So it is a good time to be out to appreciate the beauty of nature .', 'However, tomb sweeping is not the only activity during Pure Brightness Festival .', \"On this day, they don't cook .\", \"In the dark, some people fly kites with lanterns, which are called God's lanterns .\", \"Besides, the memory capacity won't be the best, as it is designed to only store one album .\", 'One windy spring day, I observed young people having fun using the wind to fly their kites .', 'In April, everything in nature takes on a new look .']}", + "output": [ + "[2, 1, 6, 0, 3]" + ] + }, + { + "input": "{'passages': \"<1>Satellite pictures show that the Arabian plate and the African plate are moving away from each other , stretching the Earth 's crust and widening the southern end of the Red Sea .<2>Over a period of three weeks , the sides on the rift separated by 26 feet .We think that the crust is melted slowly at depths greater than 10 kilometers , where it is hotter , forming molten rock , said Tim J Wright .<3>The molten rock collects at depths of 3 to 5 kilometers .<4>The entry of molten rock into the gap between continents , rather than the cracking of the crust , is responsible for separation of continent drifts .For the past 30 million years Africa and Arabia have been going through the continental rifting process , the same one that made the Red Sea part again .The ground is continually moving -- -much more rapidly now than before , Wright said .On average , the two sides move apart at about 2 centimeters per year .<5>Although such processes could take millions of years to occur , this event has given scientists an opportunity to examine the break in real time .\", 'candidates': [\"In 1964 , Japan 's Shinkansen trains started traveling between Osaka and Tokyo at 200 km/hr .\", 'The Red Sea is parting again , but this time no one can help .', 'This latest split , added to the long-term rifting process could eventually create a huge new sea .', \"Last September , series of earthquakes started splitting the planet 's surface in Ethiopia .\", 'The holiday quickly passed by , and finally one letter from Margaret came to Bertha .', 'This molten rock rises through the crust because it is less dense than the surrounding rock .', 'Wright explained , Slowly , the pressure has been building up until last September when it finally cracked , breaking the crust .']}", + "output": [ + "[1, 3, 5, 6, 2]" + ] + }, + { + "input": "{'passages': 'Gretel heard that their stepmother planned to kill her and her brother .<1>He went to get some white stones before he went to bed that night .The next day ,<2>Hansel dropped the stones as they walked .Later that night , they could see the stones because of the shining moonlight .<3>Hansel wanted to get more stones ,<4>The next morning , the wife sent the children to the forest again .Hansel had no stones , so he dropped some bread .But the birds ate them ,<5>They walked until they saw a house made of food .Hansel wanted to eat the house , but then they heard the voice of an old woman coming from the house .', 'candidates': ['The stones showed them the way home .', 'so Hansel and Gretel were lost in the forest .', 'But Hansel had a plan to save himself and his sister .', 'the wife sent the children to the forest .', 'the whole family would die .', 'but his stepmother did not let him go out .']}", + "output": [ + "[2, 3, 0, 5, 1]" + ] + }, + { + "input": "{'passages': \"A '' Gap Year '' is a period of time when a student takes a break before going to university .It is often spent travelling or working .<1>The advantages of taking a gap year are as follows<2>Although you do n't have to go abroad to experience gap years most gap year students catch the chance to travel abroad .You are able to work out who you are and what you are for .The experiences of different cultures offer you interesting lessons .Face Challenges and Have Fun .A gap year is not only a time to take a vacation but also a time to face challenges .Gap year students usually work volunteer or take service projects .You have to learn how to get along in the real world .This process is n't always easy but it is an important part of growing up .<3>Save Money and Improve Your College Admission Chances .There 's a common thought that gap years are only for rich students but it is n't true .<4>Gap year students often take a part-time job .Besides at the end of a gap year students are much more likely to know what to study in college .Clear learning goals can keep the students working hard instead of wasting time and money playing .Imagine an admission officer trying to admit only one between two students .Both of them are excellent and have high grades .However one student has much practical experience or has volunteered in his vacation .<5>\", 'candidates': ['Make full preparations for the gap year .', 'Only in this way can you enjoy life and have fun .', 'Actually taking a gap year can save your money .', 'Who do you think the admission officer will choose ?', 'It can give young people useful learning experiences and new skills .', 'Challenges always come first before fun .', 'Learn about the World and Yourself .']}", + "output": [ + "[4, 6, 1, 2, 3]" + ] + }, + { + "input": "{'passages': \"`` We 're reading the first part of a book that does n't end ''<1>But I have always liked them because they always remind us that the future can be anything we want to make it We can make it anything that we can imagine<2>If we plant good seeds we have good products If our seeds are n't goodwe get useless products<3>I want the future to be better than the past<4>We all should care about the future because that 's where we will spend the rest of our lives The past is gone<5>The future is before us It is changeable Everything we do will affect it Each day brings with it something new in our homes and in our businessbut only if we realize them We 're just at the beginning of everything we study\", 'candidates': ['We are all like farmers .', \"I do n't know who wrote these words .\", 'There is nothing we can do to change it .', 'If we plant nothing at a11 we get nothing at all.', \"I do n't want it filled with mistakes that happened many times before .\"]}", + "output": [ + "[1, 0, 3, 4, 2]" + ] + }, + { + "input": "{'passages': \"Kewen Lichadson is thirty two years old now .He works in the Lasailian Park in the South Africa , where many wild animals such as lions , tigers , leopards and wolves are living .When you get there you may have a chance to see him playing with these wild animals without anything to protect himself except a small bag of pepper .Sometimes he would go swimming with them side by side .It is reported that nearly all the wild animals are brought up by him even from the time they were six months old .<1>Sometimes if I could not get home at night I would stay with these animals throughout the night .It 's quite warm and safe .<2>Compared with animals , the human beings are less trusted .<3>You need n't have to worry about whether these wild animals could make a secret attack from the back , but for the human beings I ca n't give you a good answer because , I believe , they are more cunning .<4>But I believe , like any of us they have their own feelings .<5>Perhaps this might be dangerous but for me this is not a kind of job but love .\", 'candidates': ['Instead of sticks , whips or iron chains , I treat them with as much patience and respect as possible .', \"When asked why , he would tell you , I 'm not a talented animal tamer , you know .\", 'For so many years he has cared for them day and night that they have made great friendship between them .', 'Hearing him , the teacher began to laugh and said , He says hello to you in the morning .', 'You may just want to become one of the ten best students in your class .', 'he may go on .', 'He often says to the reporter .']}", + "output": [ + "[2, 6, 5, 1, 0]" + ] + }, + { + "input": "{'passages': \"Thomas Edison was one of the most successful inventors the world has ever seen .<1>Bui people found that although Edison was good at inventing new things , he was a poor fisherman .He used to spend an hour almost every day sitting at the side of a river and fish .He always fished all alone by himself .<2>People asked Edison , `` Why are you so crazy about fishing when you are so bad at it ? ''His answer was , `` I really never caught ant fish because I have never used any bait . ''Another question followed , `` Why would you fish without bait ? ''Edison answered , `` Because when you fish without bait , people do n't disturb you and neither do the fish .<3>`` Sometimes the world 's best inventor was the world 's worst fisherman .In fact , because Edison was the world 's worst fisherman , he could become the world 's greatest inventor . Are you setting aside some time for yourself to think ?<4>Here are some ideas for you : Slowing down and taking long showers is a good idea .<5>Long walks are good too .Afternoon naps have been proved to improve creativity .\", 'candidates': ['But he never caught any fish .', 'It provides me my best time to think .', 'So is listening to some soft classical music .', 'In all , Edison has thousands of inventions .', 'He was asked the reason behind him being a fisherman .', 'To make your brain work better , you need to take a rest .', 'Set aside 15-20 minutes per day so that you can do nothing .']}", + "output": [ + "[3, 0, 1, 5, 2]" + ] + }, + { + "input": "{'passages': \"What will our life be like in 50 years ?No one knows the answer exactly .<1>My brother Jill White makes some predictions .Here are some of his ideas .First , people will have less work to do , and robots will do most work .People will use robots to make cars , do the housework , look after sick people and teach students .<2>So people will become stronger and healthier , and they will live to be about 200 years old .Second , cars will become very small and computers will control their speed .<3>Planes will be very popular , and most people would like to take them to travel .Third , people will be able to live in the sea , on the moon or on Mars .<4>So there will be much space for people to plant trees .There will be less pollution , and the air will become much fresher .<5>If people do n't save water now , there will be water wars in 50 years .\", 'candidates': ['People will spend most of their time playing sports and traveling .', 'The earth will become more and more crowded .', \"The earth wo n't be crowded or noisy .\", 'But we are sure that it will be very different from the life today .', 'Finally , water shortage will become one of the most serious problems .', 'So there will be fewer accidents on the road .']}", + "output": [ + "[3, 0, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"Paula and Rory have fives kids , three dogs , and a rabbit .When the house is very noisy , Megan , one of the children , is quietly inventing .A year ago , the 10-year-old had to design an anti-smoking poster , she came up with the idea of creating something that shows the average amount of tar a smoker collects from just four packs of cigarettes .<1>So she researched her idea on the Internet , found a company in China that could make it , saved up her pocket money and got her idea made .Paula says her daughter think differently : Ideas jump into her mind .After she got sunburnt on holiday , Megan invented a small plastic bracelet that changes colors in the sun , telling you when to put on sunscreen .Several sunscreen companies have expressed an interest in the idea .<2>But we did n't do anything with it , says Paula .<3>There is a camera on the hook , she explains , and the screen is on the handle , and it shows if you 've caught a fish or not .Megan does n't want to go to university .<4>Paula is amazed and a bit confused by her daughter .<5>Her brothers and sisters go with the flow , but with Megan , it 's 'What time will that be happening ? 'or 'Where am I being picked up from today ? '\", 'candidates': ['I like people to play with things more than read and write , she says .', 'He said , I write about people who sometime in their life have a dream of something .', 'She keeps her pink-and -cream bedroom tidy .', 'Then she pulls out a picture of a special fishing rod she had designed .', 'She also came up with an idea to make a ball filled with water to stop the dog from feeling thirsty .', 'She uses the name Linda on QQ and has made a lot of friends who she keeps in touch with quite often .', 'Everything has to be in a certain order , Paula says .']}", + "output": [ + "[0, 4, 3, 2, 6]" + ] + }, + { + "input": "{'passages': \"Do you have what it takes to survive in the desert in the event of an accident or emergency ?If you 're thinking of traveling in the desert , you may consider studying up to learn some desert survival skills before you go .But you do n't have to be a survival expert to stay alive in the desert , as long as you can keep some important tips in mind . Keep your head covered .It 's been said that the biggest dangers in desert survival are exposure and dehydration .<1>One of the best defenses against the sun is always having a big hat or other coverings for your head with you .If the top of your head is exposed to the direct sun , or even indirect sun for long periods , your body needs to work hard to keep itself cool .<2>Cover the rest of your body as well .<3>Finding shade or constructing a shade shelter is one of the first ways for desert survival , as keeping out of the direct sun and not exposing yourself to the heat of the day will help to save water .The general idea is to stay out of the dehydrating rays of the sun during the day , and to travel during the cooler hours of the morning or evening .<4>Actually , do drink the water , if you have it .Just do n't run out of it all at the first sign of thirst .A better way is to ration it for yourself , taking smaller sips throughout the day .If you do come across water in the desert , use extreme caution before you start drinking it down - it may not be safe for drinking .<5>The more you eat , the thirstier you 'll get , so if you have food with you , take care to only nibble enough to keep the hunger pains away and your energy up .Your body can survive much longer without food than it can without water .\", 'candidates': ['Stay hungry .', \"Do n't drink the water .\", 'Drink as much water as possible .', 'Neither of these is to be taken lightly .', 'This goes hand in hand with the first tip .', 'So the first rule in desert travel is covering the head up .', 'And the last thing you want to do is increase your thirst .']}", + "output": [ + "[3, 5, 4, 1, 0]" + ] + }, + { + "input": "{'passages': \"All of us love music ; we just differ in the kind of music we like to play and listen to .Music plays a huge part in our life .<1>Babies easily fall asleep when they hear lullabies and most mothers believe that making their child listen to music at an early age can develop their musical skills .Aside from improving sleep quality and making us feel relaxed , music also helps develop our brain .<2>We easily remember things when we link them to a particular song and this can help them get good grades especially in math since they can link the songs they sing to the elements of math .<3>These days music is used to help treat depression , high blood pressure , brain injuries and many other problems .Most of all , according to researchers , music can help improve people 's memory , if not totally bring it back .<4>Music is also used to reduce pain after a person receives a surgery .<5>Creating music together with people in a band can help a person learn how to communicate well with other people .Music activities provide enjoyment for children and adults alike .They have fun making music together with friends and at the same time learn how to sing or play a musical instrument .Music really has amazing effects on us ; it may be physical , emotional , social , or psychological .Make sure to enjoy life by listening to your favorite music along with your family and friends .\", 'candidates': ['Music also affects the way we live and get along with other people .', 'Even when we were still inside our mother , we heard music .', 'Music can also cure people .', 'Studies have proven that musical education or training helps develop the left side of the brain which is responsible for processing language .', 'Even when the park was closed , the music and sounds are kept on going .', \"It 's also a very busy city , and the streets are always full of people .\", 'Doctors play the favorite songs of their patients to help them recall things .']}", + "output": [ + "[1, 3, 2, 6, 0]" + ] + }, + { + "input": "{'passages': \"It 's easier to agree than disagree .But disagreement occur frequently in society .Each has the right to have his or her own opinion .<1>The following tips can help deal with disagreements better , whether you are talking to a parent , a friend or anyone else .<2>If you get upset , you should remember that you are mad at the idea or the concept your parent ( or friend , coach , etc ) is raising , not the person . Avoid turning down the other person 's ideas and beliefs .If you have been on the receiving end of someone 's critical comments , you know how valuable using respectful language and behavior can be .<3>You will have a much better chance of getting your point across .<4>For example , telling your mom or dad `` You always remind me about my share of housework when you know I have a lot of homework . ''has a very different tone from `` I am feeling stressful because I have a lot of homework tonight .Can I do my share of housework tomorrow ?`` Listen to the other person 's point of view .Being a good listener is a way of showing that you respect and understand the other person 's view .That makes it more likely that he or she will do the same for you .<5>Instead , focus on what is being said .\", 'candidates': [\"Do n't make it personal .\", \"Using `` you '' statements can help communicate your thoughts and ideas .\", \"Use `` you '' statements to communicate how you feel and what you think .\", \"Instead of saying `` That 's a stupid idea '' try `` I do n't agree , and here 's why '' .\", 'It is a huge challenge to stay calm and reasonable when you feel angry about something .', 'When you try to disagree with of an opinion , a civil society demands that you do it politely .', 'When the other person is talking , try to stop yourself from thinking about why you disagree or what you will say next .']}", + "output": [ + "[5, 0, 3, 1, 6]" + ] + }, + { + "input": "{'passages': \"There are stories about two US Presidents,Andrew Jackson and Martin Van Buren,which attempt to explain the American English term OK .<1>The first explanation is based on the fact that President Jackson had very little education .<2>When important papers came to Jackson,he tried to read them and then had his assistants explain what they said .<3>The problem was that he didn't know how to spell .So what he really wrote was ol korekt .<4>The second explanation is based on the place where President Van Buren was born,Kinderhook,New York .<5>They called the club the Old Kinderhook Club,and anyone who supported Van Buren was called OK .\", 'candidates': ['In fact,he had difficulty reading and writing .', 'After a while,he shortened that term to OK .', 'If he approved of a paper, he would write all correct on it .', 'After making the choice, they focus their energies on passing the appropriate college entrance exam .', \"Van Buren's friends organized a club to help him become president .\", \"We don't know if either story is true,but they are both interesting .\", 'If this turn of mind was founded in nature, such unhappy persons would be the more to be pitied .']}", + "output": [ + "[5, 0, 2, 1, 4]" + ] + }, + { + "input": "{'passages': \"A recent housing project in Helsinki offers remarkably cheap apartments for those under the age of 25 .<1>Helsinki offers 247-suqare-foot studio apartments with a bathroom , storage space , kitchen , and balcony for only $ 272 every month -- about a third of the average price for a studio in the city .The apartment is inside homes for the elderly , and the young renter must spend between three to five hours with their elderly neighbors each week .<2>And with population growth , comes an inevitable rise in the cost of living , and of course , sharp increase in rent .Currently , Helsinki is ranked 14th on the list of the world 's most expensive cities .<3>It 's a very expensive city to live in , Mr .Bostrom writes in an email to CNN 's Eoghan Macguire .<4>The screening criteria included the ability to participate in a variety of activities , such as cooking or playing instruments , but the number of applicants for those apartments is so high that waiting list takes forever , he says .<5>Miki Mielonen , a representative of the youth department , says this project , currently in its trial stages , will help out young people while offering social benefits to senior citizens .I think there is quite a rigid opinion in Finland with many people thinking young of the old ideas that we are going to break down .\", 'candidates': ['They must commit to spending time with their older neighbors .', \"According to Helsinki 's Youth Housing Association , the city council aims to ensure that every young person will have a home by 2018 .\", \"Like pretty much all other major cities in the world , Finland 's capital of Helsinki has faced rapid population growth in recent years .\", 'If you can not manage stress quite well , then teaching may not be the right job for you .', \"I love it because it ' s the first time I ' ve thought about what life must be like somewhere else .\", 'For those young and freshly independent , this causes terrible problems -- even homelessness .', 'If you manage to get an apartment that the city owns , it can be quite affordable .']}", + "output": [ + "[0, 2, 5, 6, 1]" + ] + }, + { + "input": "{'passages': \"<1>No matter how many friends you might already have, it is always a good idea to make new friends .Being shy keeps a lot of people from making friends .Also, making friends might need a person to step outside of their comfortable places, which are hard for a lot of people, whether they are shy or not .However, overcoming the shyness to step out of your box is an important step in making friends .There are lots of ways to meet new friends .First of all, remember that a good friendship is based on interests, so if you are ready to make friends, start to join clubs or go places where you have interest .<2>If you have interests in music or writing, join clubs or organizations that you are interested in .When you see someone in a place like that, and you think that they look nice, it is always a good idea to go up to them and introduce yourself and ask interesting questions so that you can start a conversation .Don't put too much pressure on yourself, and remember that friendships don't always happen quickly .Some friendships happen right away, and you'll be able to tell if someone will be a great friend right after you meet them .Some friendships take a long time to develop .<3>If a friendship develops quickly, it doesn't mean that it is extra valuable, and if a friendship takes a long time to develop, it doesn't mean that it isn't worth it because it's too hard .<4>However, even though it might be scary to start conversations, you are worth doing it .<5>\", 'candidates': ['All of the copies could be made electronically and stored on a single e-reader with the appearance of paper .', \"Making friends might seem to come easy for some persons, but it's maybe very hard for most persons .\", 'Anyway, the friends that you meet are going to be worth it .', 'For instance, if you like to play sports, join a sports team or after school sports club .', 'Making friends might be a bit difficult for you, and the friends you will make may not look anything like you .', 'All friendships start with a single hello .', 'Anyway,you are too young to decide what you want to do for the rest of your life .']}", + "output": [ + "[1, 3, 2, 4, 5]" + ] + }, + { + "input": "{'passages': \"<1>She is thirteen .She is now in Beijing with her parents .She doesn't know much Chinese .<2>Sometimes her friends do not understand her .<3>She's going to the zoo to see the pandas .<4>At the bus station she asks a boy how to go to the zoo .But the boy can't understand her .<5>She draws a panda on it and shows the picture to the boy .The boy smiles and shows the way to the zoo right now .\", 'candidates': ['If you lose something on a bus or train or in a station, please call Lost &Found at 202-962-1195 .', 'Alice is an American girl .', 'Then she takes out a pen and some paper .', \"She can't speak Chinese well .\", \"It's called the Skinny Player, and it's being designed by industrial designers Chih-Wei Wang and Shou-His Fu .\", 'She is waiting at the bus station .', \"It's Sunday morning .\"]}", + "output": [ + "[1, 3, 6, 5, 2]" + ] + }, + { + "input": "{'passages': 'Business is the organized approach to providing customers with the goods and services they want .The word business also refers to an organization that provides these goods and services .Most businesses seek to make a profit - that is , they aim to achieve income that is more than the costs of operating the business .<1>Commonly called nonprofits , these organizations are primarily nongovernmental service providers .<2>.Business management is a term used to describe the techniques of planning , direction , and control of the operations of a business .<3>One is the establishment of broad basic policies with respect to production ; sales ; the purchase of equipment , materials and supplies ; and accounting .<4>.The third relates to the establishment of standards of work in all departments .Direction is concerned primarily with supervision and guidance by the management in authority .<5>', 'candidates': ['Control includes the use of records and reports to compare actual work with the set standards for work .', 'In this connection there is the difference between top management and operative management .', 'Examples of nonprofit businesses include such organizations as social service agencies and many hospitals .', 'However , some businesses only seek to earn enough to cover their operating costs .', 'The second aspect relates to the application of these policies by departments .', 'In the theory of business management , organization has two main aspects .', 'Planning in business management has three main aspects .']}", + "output": [ + "[3, 2, 6, 4, 0]" + ] + }, + { + "input": "{'passages': '<1>But there are many problems when people take trains .<2>Lots of people hope someone can solve the problems .Then, the CRH trains come out .The first CRH train from Beijing to Tianjin runs in August, 2008 .<3>Taking CRH trains is more expensive than taking a traditional train, but cheaper than taking a plane .<4>China starts to make a CRH train, 350 kilometres an hour from Beijing to Shanghai .<5>Can CRH trains solve the problems?Of course not .There is still a long way to go, about 80% of the people answer .', 'candidates': ['Many people take trains for their trips in China, because the train is fast and cheap .', 'A lot of people are taking time away from the television, and instead, they are spending more time outdoors .', 'CRH1 and CRH2 can go up to 200 km/h, and CRH3 can run 300 km/h .', 'It can save people more time than taking the traditional trains .', \"It's not easy to take trains when it is a festival .\", 'So, its underdevelopment may explain why young people seem more willing to take risks like driving too fast .', 'Some people think the CRH trains and their workers are good, and they enjoy the trips by CRH train .']}", + "output": [ + "[0, 4, 2, 6, 3]" + ] + }, + { + "input": "{'passages': \"How to Have a Successful Teenage Life Everyone wants to succee d in their life , do n't they ?Even as a teenager , you can achieve success in your life ; it really is n't that hard .<1>Do well in school .No matter how boring it is now , education will help you be a productive member in society .Try your best for excellence in school ; listen to the teachers , do your homework , study , and get good grades .Doing so will help you get into a better university , which will enable you to have a bright future .<2>Do good in your community .Volunteering can not only improve your community 's status , it could make you happier .Studies show that people who volunteer are less likely to develop depression than people who do n't ,<3>For example , if you love animals , volunteer at an anima l shelter .If you love helping the environment , plant trees or pick up litter .When you help others , it will make you feel better about yourself.www.2abc8.com<4>Remember , Respect them and value their opinions , even if they annoy you sometimes .<5>You do n't get to choose your teachers or your family , but you still have to put up with them .Learn how to deal with people now , because when you 're an adult , you do n't get to choose your boss or your co-workers , so learn how to respect them now .\", 'candidates': ['Live life to the fullest .', 'School sets you up on the right track !', 'Be nice to your parents and teachers ,', 'Find chances to do volunteer work that interests you .', 'It will help you pass time and develop your personality .', 'Here are some important points that you may find helpful .', 'Keep in mind that they do the things they do because they care about you .']}", + "output": [ + "[5, 1, 3, 2, 6]" + ] + }, + { + "input": "{'passages': 'A lot of people think Scotland is a part of England , but , as any Scotsman will tell you , it certainly is not .In fact , until the eighteenth century Scotland was an independent country , with a parliament of its own .<1>They succeeded at last in 1707 , and some Scots have never forgiven them .Scotland is now governed from London , but in some ways it is still a separate nation .It has its own capital city ( Edinburgh ) , its own law , and its own stamps , it even has a language of its own , spoken now by only a few people in the islands .<2>Central and Northern ( the Highlands ) have high mountains and deep valleys , fast rivers and cold lakes .<3>Aberdeen , the northeast city where the oil from the North Sea comes to land , is especially easy to reach .But it can still be quite different to travel in the winter when the hills are covered with snow .<4>One reason why Scotland has stayed so different from England is the wildness of the land .<5>', 'candidates': ['These days , of course , there are good roads and railways all through Scotland .', 'The tiger tried many times to catch them , but he could not do so .', 'In some ways Southern Scotland is like England , with his good farmland and low green hills .', 'The English had tried many times over many centuries to bring Scotland under their rule .', \"It 's also a very busy city , and the streets are always full of people .\", 'It has always been difficult to get around there .', 'It always takes a long time to visit the beautiful but far-off islands on the west coast .']}", + "output": [ + "[3, 2, 0, 6, 5]" + ] + }, + { + "input": "{'passages': \"Mrs .<1>So people often made a mistake and telephoned her when they wanted the cinema .<2>Green answered it .A tired man said, At what time your last film begin?<3>Green, but you have the wrong number .This is not the cinema .Oh .<4>Goodbye .Mrs .Green was very surprised, so she told her husband .He laughed and said, The man's wife wanted to go to the cinema, but he was feeling tired, so telephoned the cinema .<5>Now they will stay at home this evening and the husband will be happy .\", 'candidates': ['It began twenty minutes ago, said the man, I am sorry about that .', 'Our Community One Tuesday evening in the beginning of the fall 1996 semester at Shippensburg University, sirens sounded .', \"Green's telephone number was three-four-six-three, and the number of the cinema near her house was three-four-six-four .\", \"I'm sorry, said Mrs .\", \"The man's wife heard him, but she didn't hear you .\", 'One evening the telephone rang and Mrs .', \"Letters to the editor must carry the writer's full name, address and telephone number, although the information is not necessary for publication .\"]}", + "output": [ + "[2, 5, 3, 0, 4]" + ] + }, + { + "input": "{'passages': \"How to express your anger The best way to manage anger is by dealing with it directly-you must learn to express your anger in a healthy and helpful way . Expressing yourself when you are very angry can be difficult .But it can also be very helpful .<1>They feel better about themselves .And most importantly , they are taking control of their own emotions .They are reacting to their anger in a good way .<2>First , stay calm when you are expressing yourself .It is also important to be clear and direct when you express yourself .You should also show respect to the other person . It is also important not to blame other people .Blaming other people can lead to arguing and fighting .Instead , people should express their anger by saying what they are feeling .For example , if a person is angry , she should use `` I statements '' .These are simple sentences that state how a person feels .For example , you should not say `` You never help me clean the home '' !<3>When people are expressing their anger , they should remember to think about the other people who are involved in the situation .<4>Often , when people look at a situation in this way , they can admit that they are not always being fair .People can admit that their anger is not being helpful .People can not always control what other people do or what happens around them .But people can control the way they react ! Do not let your anger build up inside of you !As a person once said : `` It is not good for me to hold on to anger .<5>``\", 'candidates': ['You can talk to a doctor .', 'I am the only one that it is really hurting .', 'Words can be extremely damaging to a relationship .', \"Try to look at the situation from the other person 's point of view .\", 'When people can express their needs , they feel like they are solving the problem .', \"Instead , you could say `` I am angry that you did not offer to help me clean the home '' .\", 'But there are things people should remember when they express their needs when angry .']}", + "output": [ + "[4, 6, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \"In a New York street, a small truck hit a big tree .The truck was full of glasses and they were all broken now .The driver came out of the truck and looked at the broken glasses .<1>Then an old man walked over to the driver .<2>Yes, was the sad answer .Well, well, said the old man, hold out your hat-- here's some money for you, and I can say that some of these people will give you a helping hand, too .With these words, he walked away .<3>At last the driver took a bag and put all the money in it .<4>But you didn't know that the old man is the owner of the truck .<5>\", 'candidates': ['Then he looked at the people and said, Well, thank you very much .', 'The music was so great that many people stopped to put some money into the hat of the young man .', 'He looked at him for a few minutes and said, My poor boy, I think you must pay a lot for it .', 'The driver held out his hat and over a hundred people came and put their money in it .', \"I'm not stupid, I didn't think she was right in doing those things, but I still put up with it .\", \"I'm driving and making money for him .\", 'He was very sad and people in the street felt sorry for him .']}", + "output": [ + "[6, 2, 3, 0, 5]" + ] + }, + { + "input": "{'passages': \"Many years ago , there lived an old man with his three sons , Dharma , Harrison and Keith , in a village .The man worked hard when he was young ,<1>But his sons were all born to be lazy , which made him disappointed .He was worried that his sons would use up his money and starve to death .One day , the old man came up with a plan .He called his sons and said to them , `` Look , my dear sons , in the land we have at the farmyard , there is lots of hidden gold .<2>. ''In a wish to find out the gold , his sons worked hard from morning to evening , digging and digging all through the land .Three days had passed ,<3>They got frustrated and angry .They decided to give up and returned to ask their father .`` There is no gold in the land .We are cheated . ''`` Since the land has been dug soft ,<4>? ''their father answered .The sons went off .Soon the whole once-useless land was rich crops. ``<5>, '' said the proud father ., , , , .\", 'candidates': ['If you work together , you may find it', 'so he had the largest farmyard and the most beautiful house in the village', 'This is the real gold , my sons', \"but they did n't find what they were looking for\", \"why do n't you plant some crops there\"]}", + "output": [ + "[1, 0, 3, 4, 2]" + ] + }, + { + "input": "{'passages': \"What exactly is creativity ?So many of us believe that creativity is something we had as a child but we lost , or something owned by few individuals that we can only admire from far away .<1>The key is recognizing that creativity can be displayed in many different ways , from the deeply personal experience of uncovering a new idea or experience to expressing ourselves through words , photos , fashion , and other everyday creations , to the work of famous artists .[ : ] Scientists have found that creativity does not involve a single brain region or even a single side of the brain .<2>This complex process is made up of many cognitive systems and emotions .There 's something we can do to improve our creativity . It 's important to make time for being completely alone , to give yourself space to reflect , make new connections , and find meaning .<3>We tend to view time spent alone as time wasted .But the ability to enjoy and make productive use of our own company can arouse creativity by helping us dig into our thoughts and our own inner world .<4>Research has found that the desire to learn and discover seems to be more important .So , if you want to improve your creativity , try out a totally different medium of expression , or take a new route home from work , or seek out a new group of people with different interests or values that you might learn from .<5>You will be able to recognize new patterns and find links among seemingly unrelated pieces of information .\", 'candidates': [\"So , do n't avoid it , but hug it !\", 'Instead , it draws upon the whole brain .', 'Will these mean you will become a creative genius ?', 'Unfortunately , it is widely made light of in society .', 'Being open to new experiences can help increase your brain .', 'But science has shown that , in many ways , we are all born to create .', 'The secret to creative greatness appears to be doing things differently .']}", + "output": [ + "[5, 1, 3, 0, 4]" + ] + }, + { + "input": "{'passages': \"A : Good evening , Mr. Hall .<1>B : I 'm from Canada .A :<2>B : I work in No.1 Middle School .I 'm a teacher .A :<3>B : I teach English .A :<4>B : Yes , I can .And I can speak a little Chinese , too .A : Do you like working here ?B : Yes , I like it very much .And I like Chinese food .A : Do you have any children ?B :<5>I have two , a son and a daughter .\", 'candidates': ['What do you teach ?', 'Where are you from ?', \"No , I do n't .\", 'Can you speak French ?', 'Where do you work ?', 'Yes , I do .']}", + "output": [ + "[1, 4, 0, 3, 5]" + ] + }, + { + "input": "{'passages': \"<1>Smith left his car outside his apartment one night as usual, but when he came down the next morning to go to his office, he discovered that the car wasn't there .<2>When Mr .<3>He examined it carefully to see whether it had been damaged, and found two theater tickets on one of the seats and a letter which said, We're very sorry .<4>Mr .and Mrs .Smith went to the theater with the two tickets the next night and enjoyed themselves very much .<5>\", 'candidates': ['A daily nap gives one a more rested body and mind and therefore is good for health in general .', 'He called the police and told them what had happened, and they said that they would try to find the car .', 'A Trap Mr .', 'When I got the money from the book, for the first night in almost two years, I went to bed without worrying .', 'When they got home, they found that thieves had taken almost everything they had had in their apartment .', 'Smith came home from his office that evening, the car was back again in its usual place in front of his house .', 'We took your car because of an emergency .']}", + "output": [ + "[2, 1, 5, 6, 4]" + ] + }, + { + "input": "{'passages': \"When someone says , Well , I guess I 'll have to go to face the music , it does n't mean he is planning to go to a concert .It is something far less pleasant , like being called in your boss to explain why you did this and did that , and why you did not do this or that .Terrible music , indeed , but it has to be faced .At some time or another , every one of us has had to face the music , especially as children .We can remember father 's angry voice : I want to talk to you !<1>What an unpleasant business it was !The phrase face the music is known to every American , old and young .<2>Where did the expression come from ?The first explanation came from the American novelist James Fenimore Cooper .<3>After they got their clue to go on , they often said , It 's time to go to face the music .<4>An actor might be frightened or nervous as he moved on to the stage in front of the audience that might be friendly , or perhaps unfriendly , especially if he forgot his .<5>If he did not , there would be no play .So face the music came to mean : having to go through something , no matter how unpleasant the experience might be , because you knew you had no choice .\", 'candidates': ['And that is exactly what they did face the orchestra which was just below the stage .', 'But he had to go out .', 'And only because we did not obey him .', 'He said , in 1851 , that expression was first used by actors while waiting in the wings to go on stage .', 'But I will also , I hope , remind her of what she learned , and how she can do better next time .', \"And now , at my mom 's house , she has a four-year-old girl , my half-sister , Macie .\", 'It is at least one hundred years old .']}", + "output": [ + "[2, 6, 3, 0, 1]" + ] + }, + { + "input": "{'passages': \"Volunteering at a nursing home is an often overlooked volunteer area and yet one of the most needed .Statistics show that only 50 percent of nursing home residents have no close s and 46 percent have no living children .<1>However , the self gratification and relationships you will receive is too unusual to be replaced . Make a list of nursing homes you are able to volunteer at on a regular basis .When doing this , use any resources from family members , friends , or even use an online search engine to find nursing homes .When choosing your home , also keep in mind your schedule ; make sure that you can be fully committed to any obligations that the nursing home may give you .<2><3>Before calling , choose your times wisely , anytime between 9am-11am and 2pm-5pm would be a good option .By avoiding meal times or later at night , you 'll have a better chance for getting information and finding people who are free to talk with you .Ask for an application form .<4>This step is also where your applicant process begins .They will hand you all necessary applicant information .Most nursing homes will conduct interviews , do background checks , and may even have you receive vaccines and take drug tests . Become a `` volunteer in training '' at the nursing home .<5>Because of the wide variety of possible areas , you may experience variations in your training length and the content may vary .\", 'candidates': ['Expect to attend training if your application is approved .', 'Call or visit the top three of your chosen nursing home options .', 'Volunteering at a nursing home can be a really wonderful experience .', 'From your list , choose the top three that cater to what you are looking for .', 'You will be taken into training depending on the area you are assigned to train in .', 'The process of becoming a volunteer at a nursing home can often be a little too long .', 'The activity director or volunteer coordinator will handle all of your information from here .']}", + "output": [ + "[5, 3, 1, 6, 4]" + ] + }, + { + "input": "{'passages': \"Since the invention of Guitar Hero and similar computer games, it is no longer necessary to imagine what it would be like to play along with the Beatles--you can come together with them in the virtual world .Bill Wyman, former bass player in the Rolling Stones, has pointed out that music video games discourage kids from learning to play real instruments .<1>Last year, I bought Guitar Hero III for our 14-year-old son, Jack .<2>A few months later, while I was away on tour, a couple of his friends came around with a real electric guitar .<3>Now they wanted to see if they could apply that to the real thing .Jack's friends taught him how to play along to his favorite songs using just his index finger on the bass string .<4>Guitar Hero had helped him over the first difficulty for guitar players--how to strum the strings with one hand while making chord shapes with the other .<5>Despite my attempts at getting him to learn an instrument, it was Guitar Hero that taught him the basics of playing and built up his confidence to the extent that he was able to make a recognizable sound the first time he played it .So let's not complain about a game that encourages kids to become music fans and, in our son's case, gives them the basic skills needed to learn how to play guitar .\", 'candidates': ['He never plays Guitar Hero now, preferring to rock out in the garage with his mates .', 'Jack quickly mastered the process and entered an intense period of playing the game .', 'Playing Guitar Hero had taught them how to play along the track .', 'He got it right away .', 'My own opinion suggest quite opposite .', 'So encourage this and play along with them, play house or stuffed animals or whatever they want to play .', 'He went on to graduate from college and got a job, earning close to six figures .']}", + "output": [ + "[4, 1, 2, 3, 0]" + ] + }, + { + "input": "{'passages': \"The advantages of using flashcards to build up a vocabulary are well known .You can buy sets of cards , or make your own , and carry them with you wherever you go .<1>It can be fun .I do n't recommend drilling for hours at a time with flashcards .<2>There are many packages out there for maintaining and drilling flashcards .<3>One stands out , however : SuperMemo .Similar to Pimsleur , SuperMemo is engineered according to a carefully researched methodology in order to test you on a card the very minimum number of times you need to see it for it to stick .When you look at a card , you give some feedback to the software on whether you got it right and how easy you found it .It uses this information , and that of your previous attempts , to decide when you will be shown the card next .It 's smart and it really works .If you 're like me , the news is even better !I have a version of SuperMemo that runs on my PalmOS phone .<4>Honestly , it would be worth purchasing a cheap Palm device only for this .<5>Consider it , at least .\", 'candidates': ['I recommend VTrain though there are many others .', \"There 's no question this is useful and because you can use them in short bursts , it 's not too much for you .\", 'You can pick one up for $ 20 or even less on eBay or elsewhere .', \"It 's good to get flowers for yourself , but even better to be given them .\", 'Wherever I am , if I have my phone handy , I have thousands of flashcards with me too .', 'If you want to use flashcard software , things get even better .', 'Last week when I was sitting in my office , I heard an elderly lady talking on the phone about her husband .']}", + "output": [ + "[1, 5, 0, 4, 2]" + ] + }, + { + "input": "{'passages': 'Have you ever posted letters to your friends or parents?<1>But, how did people receive letters before stamps were invented, and who came up with the idea of using stamps?In the past, stamps and envelopes were not used .When people wanted to send a letter, they would close the paper with a seal .The person who got the letter had to pay for it .Because costs at that time were very high, most people refused to accept letters .In fact, the sender would often place secret marks on the outside of the letter .The person who was sent the letter would read the secret message .<2>In Britain, Sir Rowland Hill introduced the Post Office Reforms in 1837 .He decided that letters could go to any place in the country for a penny even if the letter had to go far away .<3>Payment was recorded by placing a small piece of coloured paper on the letter, the stamp!<4>Because the stamp was printed in black, the stamp became known as the Penny Black .<5>This new system spread fast .', 'candidates': ['If they are not yet able to stand alone,you must tie the string tight again .', 'To pay bills or buy airline tickets, it would need access to your credit card .', 'Then, they would refuse to accept the letter and did not have to pay for it .', 'On May 6,1840, the first stamp called the Penny Black was born .', \"This is now the world's most famous stamp .\", 'If so, you must have put stamps on the letters before you sent them .', 'The cost was to be paid by the sender of the letter .']}", + "output": [ + "[5, 2, 6, 3, 4]" + ] + }, + { + "input": "{'passages': \"<1>Kent has endless work to do every day .He has trouble getting to sleep at night and usually stay awake till 2 am .<2>8- year-old Dongdong has a sweet tooth .He has already had four bad teeth and his mom is worried about his toothache .<3>Llin 's father has been a heavy drinker for 20 years .He decided to give up drinking after the body check which showed some thealth problems .<4>Recently Betty eats what ever she likes , including lots of meat .She has found herself putting on weight week by week but just ca n't stop eating .<5>Nina has a high fever because of the flu she caught at school .She has such a big headache that she ca n't go to school .\", 'candidates': ['Dr. Yang has developed a new treatment to help patients give up drinking . She aslo does well in curing diseases caused by drinking .', \"If you break or lose your teeth , go to dr. Smith's.. He has different kinds of false teeth for people aged over 20 , and helps you feel good about yourself .\", \"Dr. Li got a doctor 's degree in traditional Chinese and western medicine . He is good at treating flu ( fever , cough etc . ) in both traditional Chinese and western medicine ways .\", 'Dr. Chen has a lot of experience in helping patients get normal sleep . She not only gives them medicine care but also provides advice on how to relax from busy work .', 'Dr. Wright is always ready to offer help on eating problems . He believes each patient needs a different plan to control his /her wish to eat .', 'Dr. Liu , one of the best dentists in Guangdong General Hospital , has great skills in fixing had teeth and communicating with kids to win their trust .', 'Dr. Grey is one of the top doctors in the field of heart diseases . She used to work in America for three years and is good at doing heart operations .']}", + "output": [ + "[0, 2, 3, 4, 5]" + ] + }, + { + "input": "{'passages': \"I live in a small town near Xing ' an in Guilin .<1>, because it is too small .The air here is fresh .There are not many tall buildings in our town .<2>There are four hundred students and twenty-five teachers in our school .In the front of the school , there is a playground .<3>There is a little garden behind our school .And we can grow beautiful flowers and plant trees in the garden .Next to the garden , there is an orange orchard .<4>There is a river not far from our school .In summer , we usually go swimming with our teachers in it .<5>The teachers are very nice .We love our school .\", 'candidates': ['We study Chinese , English , maths and other subjects at school', 'There are many new students in our school .', \"You ca n't see it on the map of China ,\", 'The best building is in our school .', 'You can hear birds singing everywhere .', 'Guilin is a good place to live in .', 'I often play basketball with my classmates on it']}", + "output": [ + "[2, 3, 6, 4, 0]" + ] + }, + { + "input": "{'passages': \"How to stay in a good mood It 's typical to feel your mood starting to become bad .If you want to be able to stay in a good mood , then you have to form these habits that will keep you feeling happy.1.Do n't take love for granted . If you 're lucky enough to have a special someone , then you should make your time together meaningful .<1>Make time to spend time with your special someone .Being around your loved one has been proven to make people happier.2.Get regular exercise . Regular exercise is one of the most important habits that you need to form .<2>You can go running three times a week and walk the other four .Just make sure to be as active as you can every day.3.Spend time with your friends .<3>Of course , do n't always hang out with friends when you have a free moment .Make sure you do make time to see friends at least once or twice a week , if you can.4.Get enough sleep .<4>One of the easiest ways to stay in a good mood is to be well-rested .Waking up feeling full of energy will make you feel much more ready to face the day and much more excited about everything ahead of you.5 .<5>If you want to stay in a good mood , then you have to make sure that you eat three healthy and diverse meals every day .Start off with a healthy breakfast , and do n't skip this meal no matter what things happen .Have light snacks throughout the day , like yogurt or fruit , to keep you energetic .\", 'candidates': ['Make sure that you sleep for 7-8 hours a day .', 'Have a healthy eating schedule .', 'Do begin with a healthy breakfast in the morning .', \"However , you do n't have to do the same boring old thing every day .\", 'Once you start exercising , do the same sports at the regular time every day .', \"Do n't stop doing the things you love with the person you love .\", 'Hanging out with friends will keep you feeling alive']}", + "output": [ + "[5, 3, 6, 0, 1]" + ] + }, + { + "input": "{'passages': \"If you go into the forest with your friends, stay with them .If you don't, you may get lost .<1>You should sit down and stay where you are .You mustn't try to find your friends .<2>If you want your friends to find you, you need to stay in one place .You can also shout three times .Then stop .Then shout three times again .Keep up shouting .Always three times together .<3>If you don't think that you can get help before night comes, you should make a little house with some small trees or branches or something else .<4>When you need some water and you have to leave your little house to look for it, don't just walk away .<5>\", 'candidates': ['And make yourself a bed with leaves or grass .', 'Leave small branches or something else on the way and then you can find your way back easily .', 'What should you do if you really get lost?', 'The disadvantage you usually find about MP3 players like the iPod is that they are too big .', 'Let them find you .', \"Let's teach our kids how to be human, how to interact with others, how to help others and recognize bad people .\", 'When people hear you, they will know you need help and where you are .']}", + "output": [ + "[2, 4, 6, 0, 1]" + ] + }, + { + "input": "{'passages': \"John is my best friend .We live in the same building .<1>We often play football together after school .<2>John is tall and strong with black hair .<3>I like his eyes because they are always bright and smiling .John is always friendly and helpful .When I feel bored or unhappy, he tells me funny jokes and makes me laugh .He'll give me help when I need .John is very smart .He reads a lot of books .<4>He would like to make people happy with his songs and performance when he grows up .<5>\", 'candidates': [\"Most people's good sense of worth is rooted in their childhood -- in the early approval of their parents, teachers, and friends .\", 'I believe that he can become as popular as Jackie Chan and travel around the world in the future .', 'He has a round face, a small nose and big, brown eyes .', 'We have been good friends for two years .', 'We study in the same school but not in the same class .', \"We get calls every year during the first month of school year from people finding bats in the university's buildings, said O'Keefe .\", 'He is good at singing and acts very well .']}", + "output": [ + "[4, 3, 2, 6, 1]" + ] + }, + { + "input": "{'passages': 'Long ago in a small , faraway village , there was a place known as the House of 1000 Mirrors .<1>When he arrived , he bounced happily up the stairs to the doorway of the house .<2>To his great surprise , he found himself staring at 1000 other happy little dogs with their tails wagging just as fast as his .He smiled a great smile , and was answered with 1000 great smiles just as warm and firendly .As he left the House , he thought to himself , ``<3>`` In this same village , another little dog , who was not quite as happy as the first one , decided to visit the house .He slowly climbed the stairs and hung his head low as he looked into the door .When he saw the 1000 unfriendly looking dogs staring back at him , he growled at them and was horrified to see 1000 little dogs growling back at him .As he left , he thought to himself , ``<4>``<5>What kind of reflections do you see in the faces of the people you meet ?, , , .', 'candidates': ['He looked through the doorway with his ears lifted high and his tail wagging as fast as it could .', 'A small , happy little dog learned of this place and decided to visit .', 'All the faces in the world are mirrors .', 'That is a horrible place , and I will never go back there again .', 'This is a wonderful place.I will come back and visit it often .']}", + "output": [ + "[1, 0, 4, 3, 2]" + ] + }, + { + "input": "{'passages': \"The Center for Humane Technology is made up of people who created many popular apps for big tech companies like Google , Facebook and Twitter .<1>The center has started a movement called the Truth About Tech .Its purpose is to teach students , parents and teachers about the dangers of spending too much time on smart phones and computers . According to studies on kids and technology , more than 95 per cent of primary school children spend time every day using a computer , or smart phone .About 78 per cent of teenagers check their phones every hour .<2>They are afraid that they may miss an important call or message during night .<3>For example , spending too much time online can cause people to put on weight and also influence how they feel .Many people become worried or nervous because they feel they are n't having as much fun as their friends are .<4>They may also find it harder to make friends in real life .<5>They say that when big tech companies are designing tech tools for kids , they should think about what they would want for their own children .\", 'candidates': ['These people are worth our respect .', 'Now they are telling kids to put their phones away .', 'Most students are forbidden to use a phone in class .', 'And more than half of them sleep with their phones .', 'Students may have a harder time paying attention in school .', 'Using phones or computers too much can cause some health problems .', 'The center also wants governments and tech companies to take steps to protect children .']}", + "output": [ + "[1, 3, 5, 4, 6]" + ] + }, + { + "input": "{'passages': \"Many people would like to learn how to play a musical instrument , but they are put off by one big problem : What to play .Here are a few questions to help you decide .<1>Many instruments are of different uses , but some are more fit for certain music .Some instruments may help you enjoy the music you like , so consider this before you start .<2>If you want to play with other people , what kind of instrument would be better ?Your first thought of playing the violin , for example , might disappear when too many people are competing with you<3>Many people live in flats and practicing the drums , for example , will drive your neighbors crazy .Think about where and when you are going to practice , as well as the feelings of the people you live with or near .<4>This is quite true that many instruments can be bought at different prices .But this does n't change the fact that many , such as the piano , are always pretty expensive .If you ca n't afford your chosen instrument , will you be able to borrow someone else 's or hire one .<5>Talk to people you know who already play instruments .They might even let you try theirs .It 's also a good idea to find an experienced music teacher who can give you some advice and push you in the right direction .\", 'candidates': ['Still not sure ?', 'Where to practice ?', 'How much can you afford ?', 'Are you born with it ?', 'What fits you well ?', \"What 's a better choice ?\"]}", + "output": [ + "[4, 5, 1, 2, 0]" + ] + }, + { + "input": "{'passages': \"How to Make Plans Most people get scared when talking about planning or writing plans .<1>And you need to plan for success as planning really works and inspires you to go straight ahead .However , how to create effective plans is still a problem .Do n't worry , and just follow the steps below .Step 1<2>What plans have you had in the past ?Probably , in some of your plans , you have n't ended up where you thought you were goi ng to end up .Get a good understanding of what you have done and what you have n't done in the past .It is a primary foundation for your new plan .If having no plan , just take actions and make plans right now .Step 2 Think about the What-Ifs When you are building your plans , you should consider where you are going and make clear the What-Ifs .Because not everything just goes smoothly as you believe .<3>Step 3 Document the plans When starting to make plans , you should try to write them down .It is of key importance for the future .<4>In addition , make sure you have the plans fully written out with all the key elements concerned , including details .Step 4 Update the plans According to your written plans and actual situation , you should check out the plans you have completed and have n't completed .<5>Make sure all the assumptions are there and work out the details .After hanging on for some days , planning will be getting simpler and easier .\", 'candidates': ['Review historical plans', 'Make new plans immediately', 'Actually , people are more likely to succeed in a planned way', \"And you need to continue what you have n't done and update it\", 'Not all people can memorize every word they said and thought well', 'And what you should do next is to check your plans monthly or quarterly', 'For your benefits , you need to make Plan A and Plan B in case of changes and contingencies']}", + "output": [ + "[2, 0, 6, 4, 3]" + ] + }, + { + "input": "{'passages': \"Running is a great way to get in shape and just about everyone can do it .Given that it 's so easy to take up the sport , a lot of beginners jump right into running without actually knowing what it takes to establish a healthy routine .<1>If you are just starting out , avoid the following things to help you increase your chances of running success . Doing too much too soon One of the biggest mistakes beginners make is doing too much too soon .Picking up a new hobby like running is no doubt exciting .Runners need to ease into the sport before increasing the distance .<2><3>Beginners might think they need to run nearly every day to meet their fitness or weight-loss goals , but this could n't be further from the truth .<4>, especially for beginners whose muscles and bones have n't yet been conditioned for such intense exercise .So it 's important to give your body ample rest between workouts .Follow a training plan that includes rest days . Comparing yourself to others<5>, You 're excited about running , so you are probably reading running blogs , magazines and message boards where you might start to feel inadequate about your own running pace .Instead of getting down on yourself , remember that every runner was once a beginner and use their success as motivation !\", 'candidates': ['Not taking rest days', 'Not running every day', 'As mentioned , a healthy routine is what they attach importance to', 'Running is a demanding activity which can be really hard on your body', \"When starting out with running , it 's tough not to compare yourself to others\", 'It will help reduce the risk of injury , so you can continue with your new running routine', 'Many make a number of common mistakes , which can interfere with training or lead to injury']}", + "output": [ + "[6, 5, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"This is a story about a monkey .<1>The old man liked the monkey very much .The monkey was very clever .When birds came to the garden , he drove them away .He also helped the old man in many other ways .<2>A fly came and sat on the end of the old man 's nose .The monkey drove it away .Soon the fly came back again and sat on the old man 's nose again .<3>Again and again , the monkey became very angry .He jumped up , ran to pick up a large stone .When he came back , the fly was on the old man 's nose again .<4>The fly fell off , but the old man 's nose was broken .<5>They do things too quickly but they do n't think much before they do .Maybe they sometimes bring us trouble , though they mean to do something good .\", 'candidates': ['An old man had a monkey .', 'Again the monkey drove it away .', 'The monkey hit it with that stone .', \"The old man does n't like the monkey .\", 'On a hot afternoon , the old man was asleep in his chair in the garden .', 'Well , many people , even our friends , sometimes do things just like the monkey .']}", + "output": [ + "[0, 4, 1, 2, 5]" + ] + }, + { + "input": "{'passages': \"<1>Almost half of 17-year-olds in some parts of England have dropped out of fulltime education or training .The statistics show 49 % in Thurrock and 44 % in Salford have dropped out of school or job training .Across England,31 % of 17-year-olds are not in education or training .<2>The statistics confirm England 's poor international standing for staying-on rates in education .<3>Regionally , the statistics show Yorkshire and the Humber have the highest rate of 17-year-olds not in full-time education or work-based training at 35 % .<4>In the east of England this figure stands at 31 % and at 29 % in the South West .<5>A spokesman for the Department for Education and Skills said the government had carried out a series of reforms , with aPS2 .5 billion rise in funding for further education .\", 'candidates': ['In all , 30 % of the Singaporean children were short-sighted -- this rate was ten times higher than Australian children .', 'Edward Davey , Liberal Democrat Shadow Education Secretary , said the government should be ashamed that so many youngsters were dropping out of school .', 'England has a longstanding problem with youngsters dropping out of training .', 'Another problem the survey found is something that might not seem like a problem , at all , being-able to quickly find information online .', 'Outer London has the highest staying-on rate , with l3 % of 17-year-olds having dropped out of official learning .', 'The figures also reveal deep regional divides , with wealthier areas such as Richmon and Harrow recording18 % of 17-year-olds out of official education .', \"The Organization for Economic Cooperation and Development considers England 's drop-out rates as among the worst among the industrialised countries .\"]}", + "output": [ + "[2, 5, 6, 4, 1]" + ] + }, + { + "input": "{'passages': \"Canadian experts have found that so - called self - help books may actually do more harm than good to people who really need help .<1>In their study, psychologists Joanne Wood and John Lee sought to determine how positive thinking affected people with different levels of self - confidence .They questioned dozens of people both made and female, analyzed their self - worth and optimism by means of the standard psychological methods and then asked them to write down their thoughts and feelings .<2>During the experiment, the researchers asked a total of 68 participants to repeat the self-help book phrase, I am a lovable person .After that they measured the participants' moods and their feelings about themselves .The results revealed that the participants in the low self - respect group who repeated the mantra , were feeling much worse afterwards, when compared to other participants in low self - respect group who did not repeat the phrase .<3>Their counterparts with equally low self - respect who were not asked to repeat the statement, were able to score a little higher average of 17 points .<4>They scored an average of 31 points, compared with an average of 25 for those with equally high self - respect who did not repeat the phrase .Professor Wood urged those who promote self - help books, magazines and television shows to stop telling people that simply repeating a positive mantra could change one's life .<5>They are told that all they have to do is just to read that book and then to repeat these positive statements in a hope that things will be better, and when it does not work for them and they realize that nothing gets better, then it is really frustration to people .Researchers concluded: Repeating positive self - statements may benefit certain people such as individuals with high self - respect but discourage the very people who need confidence the most .\", 'candidates': [\"The Mexican capital's underground system is the biggest in the continent and one of the most subsidized networks in the world .\", 'Researchers say that individuals with low respect felt much worse after repeating positive statements about themselves .', 'The scoring system ranged from 0 to 35 .', 'These days, much older, I can, in the company of people I feel at ease with, feel like a young girl .', 'However, individuals with high self - respect reported feeling better after repeating the positive self - statement - but only slightly .', 'Those with low self - respect who repeated the phrase scored an average of 10 points .', 'First, people start following this idea and feel like they are not alone .']}", + "output": [ + "[1, 2, 5, 4, 6]" + ] + }, + { + "input": "{'passages': \"You 're either born happy or you 're not .<1>The other half is learned , which means we can take simple steps towards becoming happier-even later in life . Be Kind .Performing regular and voluntary acts of kindness lifts your mood instantly and has long-term positive effects .Money does n't work !<2>Still , there 's one instance where cash does equal contentment when we spend it on others . Have Clear Goals .Working towards your goals not just achieving them produces positive feelings while suppressing negative ones . Put Important People First .<3>When we 're happy and relaxed , we 're better able to digest our food . Stay True to Yourself .<4>Here is a quote from Gandhi `` Happiness is when what you think , what you say and are in harmony .``<5>Studies have shown that the physical acts of smiling and laughing-even if you 're faking-can bring about genuinely happy emotions .People who rate their happiness levels as high tend to have lower heart rates .\", 'candidates': [\"It ca n't buy you happiness .\", \"Achievements will be sweeter if you 're living according to your values .\", 'Only 50 per cent of our happiness is genetic .', \"Just thinking positive does n't work .\", 'Developing good personal relationships will help you stay strong in hard times .', 'Pretend to be happy .', 'Take outdoor exercise .']}", + "output": [ + "[2, 0, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"What is the E-mail ?<1>You can send messages in only a few seconds by email .On the Internet there are many powerful computers called `` servers '' to help people send and receive emails .<2>If you want to use the email service , you have to open at least an email account called a `` mailbox '' , just like we set up a mailbox in a post office .Some mailboxes are provided free of charge by ISPs , which you can get when you open an Internet account .<3>First you have to connect to the Internet and go to the homepage of the ISP providing free mailboxes .Then you 'll find an icon showing `` apply for a free mailbox '' .Click the icon , and an agreement about the rules for using the free mailbox will appear .<4>Then you have to fill in a form about your basic personal information , and the name and pin of the mailbox .After finishing these , you will get a mailbox like this : your name @ mail server , for example : jack @ 163.com .The mailbox is separated into two parts by a separator `` @ '' , which is read as `` at '' .The former part is the name of the mailbox .The latter is the domain name of the mail server .All mails to you will be received by the server and put into your mailbox .<5>\", 'candidates': ['How to apply for a free mailbox ?', 'You can read this mail on any computer in the world as long as you have the name and pin of the mailbox .', 'E-mail is very popular today .', \"The e-mail , which is also called email , stands for `` electronic mail '' .\", 'The sending and receiving servers are just like post offices .', \"If you want to go on , click the icon `` I agree '' .\", 'Where can you find an E-mail ?']}", + "output": [ + "[3, 4, 0, 5, 1]" + ] + }, + { + "input": "{'passages': \"When the Spanish first brought chocolate back to Europe,it was still being served as a drink,but soon went through an important change:the chili pepper was replaced by sugar .The new sweetened chocolate drink was so expensive that few could afford,but by the 17th century the drink was common among European noblemen .<1>Those who could afford it could enjoy chocolate drinks in the new coffee and chocolate houses of London .<2>Chocolate began to appear in cakes and other foods .<3>The introduction of cocoa powder not only made creating chocolate drinks much easier,but also made it possible to combine chocolate with sugar and then remix it with cocoa butter to create a solid .Others began to build on Van Houten's success, experimenting to make new chocolate products .<4>Today,the Swiss are famous for their chocolate,and rightly so .In the late 19th century,they developed a number of processes that contributed greatly to creating the solid chocolate candy that we all enjoy today .Two major developments occurred in 1879 .First,Daniel Peter,a Swiss chocolate producer,had the idea of using powdered milk (invented by Swiss Chemist Henri Nestle in 1867) to make a new kind of chocolate,milk chocolate .<5>\", 'candidates': ['Second,Rudolph Lindt invented a process called conching ,which greatly improved the quality of chocolate candy by making it more mixable .', 'In the seventeenth and eighteenth centuries, it took six weeks for news from Europe to reach America .', \"In 1849,English chocolate maker Joseph Storrs Fry produced what was the world's first eating chocolate .\", 'In England,which was somewhat more equalityfavored than the rest of Europe,chocolate was more widely available .', 'As cacao tree became more commonly available,people began experimenting with new ways of using it .', 'Around that time, fishing ships began using new tools that led to more fish being caught .', \"But it wasn't until 1828 that the modern ear of chocolate making and production began .\"]}", + "output": [ + "[3, 4, 6, 2, 0]" + ] + }, + { + "input": "{'passages': \"<1>He looked thin and hungry .He was hoping to get work in show business .<2>But he could n't get work and so he wandered about the city streets .<3>But twenty years later this name Chaplin became the greatest , bestknown , and bestloved comedian in the world .<4>People everywhere have sat and laughed at them until the tears ran down their faces .Even people who do n't understand English can enjoy Chaplin 's films though most of them are silent .It is n't what he says that makes people laugh .<5>It depends upon little actions which mean the same thing to people all over the world .Acting out , without words , common human situations play an important part in the dances and plays of many countries .It 's a kind of world language .Chaplin lived most of his life in America and died in Switzerland on Christmas Day,1977 , at the age of eightyeight .The world was astonished at the news of the death and burst into sadness .\", 'candidates': ['Sometimes he was sent away to a home for children who had no parents .', 'So mix with people who make you laugh , or share the same interests as you .', 'He could sing and dance ; above all , he knew how to make people laugh .', \"Any visitor to the cinema must have seen some of Chaplin 's filmstrips .\", \"They lived with the man 's big family-his parents , his brothers , their wives and children .\", 'About the year 1900 , a small , darkhaired hot boy named Charlie Chaplin was often seen waiting outside the back entrance of London Theatre .', \"His comedy does n't depend upon words and languages .\"]}", + "output": [ + "[5, 2, 0, 3, 6]" + ] + }, + { + "input": "{'passages': '<1>Now scientists are finding increasing evidence that our mind can have a great effect on our physical health .<2>The influence of the mind on how well we feel is the basis of what is known as the placebo effect .<3>Patients are sometimes given placebo pills and begin to feel better because they believe that they have been given real drugs and expect to respond to them .The placebo effect is very strong : research on pain suggests that up to 30 % of the effect of most painkillers is a placebo effect .<4>According to Dr Persaud , they really do .<5>', 'candidates': ['All these things like seeing a doctor , going to a hospital , and being scanned have a very strong placebo effect , he says .', \"Since our mind influences how we feel , it 's not true to say if someone is ill just because he feels ill .\", \"So if it is so powerful , why do n't doctors use it today ?\", \"And for the future , do n't we need people who can think clearly , who know how to get information quickly and use it well ?\", 'A placebo ( which is Latin for I shall please ) is a harmless , inactive substance .', 'Mind over matter is an English saying meaning that we can control our bodies with our minds .', \"I 'm sure you know this , just as I 'm sure there 's someone special in your life who feels the same way .\"]}", + "output": [ + "[5, 1, 4, 2, 0]" + ] + }, + { + "input": "{'passages': \"While beach vacations may be a great way to take your mind off work , lakes surrounded by mountains make for an even grander experience .If you are looking for some peace on your vacation , we have some recommendations for you in the Caucasus .<1>It is the largest lake in Armenia , located 6,200ft above sea level .Along the lake shore , there are various accommodations such as resorts and hotels with plenty of activities to partake in such as windsurfing , swimming and sunbathing .While there , do not forget to visit one of the famous cultural monuments , the Sevanavank Monastery , and it offers a great view of the lake as well .<2>At this level , altitude sickness can occur and it is a good idea to be prepared to adapt to it properly , or bring medication for altitude sickness .<3>The lake is best known for fishing .<4>Lake Cildir Lake Cildir is located in the Ardahan province , East Turkey , near the borders of Georgia and Armenia .It is the second largest freshwater lake of Eastern Turkey , and many tourists are not aware of this beautiful attraction .Lake Cildir is surrounded by mountains of the Caucasus .The lake freezes during late November .<5>Lake Van Lake Van is the must visit of all lakes in this list .The largest lake in Turkey , Lake Van is located on the eastern shore of Turkey and is also the most accessible lake here .It 's situated at 5,380ft above sea level , and unique to lakes around the world , the water is high in salt content .\", 'candidates': [\"If a kid does n't like team sports , parents can ask him or her to try individual sports , such as swimming and running .\", 'Being a volcanic lake makes for a more interesting experience .', 'If the winter is not extremely cold , you can try some lake activities like ice skating and ice fishing .', 'Do not come home during the winter months when the lake freezes .', 'This is an interesting question because only every fourth generation makes the trip south .', 'Lake Sevan Lake Sevan is situated in the central part of Armenia , in the Gegharkunik province .', 'Lake Paravani Lake Paravani , located at 6,801ft above sea level , is in the south of Georgia , near the Javakheti plateau .']}", + "output": [ + "[5, 6, 1, 3, 2]" + ] + }, + { + "input": "{'passages': \"<1>The cost of housing has been rising for decades , and the cost to the planet has been huge , too .<2>TinyDwelling homes are very small , yet comfortable houses at affordable prices .Each TinyDwelling home has a contemporary design and included a living room , kitchen , bathroom , upstairs sleeping area , and convenient storage space .TinyDwelling homes are cheap to run and ecologically-friendly , too .All you need is a small heater to keep your house warm in cold weather , and solar panels in order to provide light and electricity .TinyDwelling is part of the small-living movement that began in the late 1990s .<3>They wanted to reduce their possessions , living space , and energy costs , so as to lead more ecologically-friendly lives .But the small-living movement really took off after the economic crisis of 2008 , when many people realized that they could n't afford to keep large homes .<4>Since then , Lizzy has been designing and building homes nonstop , and TinyDwelling homes have become so popular that thousands of people have bought one .<5>She has also been teaching people how to build them .Simply buy the plans and materials so that you can build your own home , and save even more money !\", 'candidates': [\"And Lizzy has n't only designing and building houses .\", 'Back then , a growing number of people began to live in very small homes .', \"And since they all know each other , they were n't exactly interested in a newcomer .\", 'But there is a way to live a simpler , greener , and more affordable life : buy a TinyDwelling home !', \"In today 's consumer world , we 've never had so much , yet it seems we 've never been so unsatisfied .\", 'Lizzy Morriaon , a small-living enthusiast , started TinyDwelling homes in 2008 to meet the needs of these people .', \"In today 's class , I will teach you how to send birthday e-cards to friends anywhere in the world without leaving our classroom .\"]}", + "output": [ + "[4, 3, 1, 5, 0]" + ] + }, + { + "input": "{'passages': \"A :<1>B : yes , I have got some water , but I have n't got any juice .A :<2>B : No , I have n't got any apples .I have got some bananas here .A :<3>B : My favourite food is rice .A : would you like some oranges ?B :<4>\", 'candidates': ['What about apples ?', \"What 's your favorite food ?\", 'Have you got any water ?', 'No , thank you .', \"No , I have n't .\"]}", + "output": [ + "[2, 0, 1, 3]" + ] + }, + { + "input": "{'passages': \"problem Claustrophobia Claustrophobia , or fear of enclosed spaces , is one of the most common fears .Claustrophobia can be deep fear or even panic as a result of being in a small space .Claustrophobia can develop after a troubling childhood experience ( such as being trapped in a small space during a childhood game ) , or from another unpleasant experience later on in life related to small spaces ( such as being stuck in a lift ) .<1>This response then becomes programmed in the brain , making an association between being in a tight space and feeling anxious or out-of-control .As a result , the person often develops claustrophobia .According to Mark Powers , Ph . D. , Associate Professor of Psychology at Southern Methodist University , `` Claustrophobia is a specific fear and not a type of panic disorder .The primary specific danger forecasts for claustrophobia are that either the person will be trapped or run out of air . ''<2>Claustrophobia symptoms can include : sweating , accelerated heartbeat , upset stomach , passing out , light-headedness , shaking , breathing problem , etc .Some common situations can cause anxiety in claustrophobia sufferers .The claustrophobia sufferer will look for an exit when inside a room , avoid driving on the highway or major roads where there is heavy traffic when inside a car , avoid taking lifts when inside a building , or stand near a door when at a party .<3>Claustrophobia can have harmful social and psychological effects , since the patient will often avoid situations in which she thinks she will have an anxiety attack , leading to hiding and sadness .<4>According to Dr .Powers , `` Exposure treatment , a form of mind-behavioral treatment , usually results in a total reduction in anxiety symptoms if conducted properly . ''Flooding is a type of exposure treatment in which the person is exposed to a situation until the anxiety attack passes ; a less extreme form of exposure treatment is counter-conditioning .Counter-conditioning includes behavior treatment , as the person is taught visualization and relaxation techniques before being slowly reintroduced to the cause situation .<5>Medications to help treat claustrophobia include things which help to ease the heart pounding often associated with anxiety attacks .\", 'candidates': ['The good news is that claustrophobia is very treatable .', 'The past experience can trace back to the moment of birth .', 'According to some doctors , claustrophobia is worse than the fear of heights .', 'When a person experiences such an event , it can often cause a frightening panic attack .', 'In extreme cases , the very sight of a closed door can lead to feelings of anxiety in a person .', 'Treatment for claustrophobia can also include medication or a combination of several treatments .', 'When a person with claustrophobia finds herself in a restricted space , her body responds in certain ways .']}", + "output": [ + "[3, 6, 4, 0, 5]" + ] + }, + { + "input": "{'passages': \"Choose the best topic from A to F according to each paragraph<1>Christmas Day , the birthday of Jesus Christ , is the most important festival in Britain and some other countries .On Christmas Eve , people usually tell their children to put their stockings at the end of their beds before they go to sleep .<2>Apes can understand some things more quickly than we can .One or two of them have learned a few words .But they ca n't join words to make sentences .They ca n't think like us because they have no language .<3>The moon is our nearest neighbour in space .It is our satellite and men have visited it already .It is smaller than the earth .Plants ca n't grow on the moon because there 's no air or water on it .<4>The largest animal ever to live on the earth is the blue shale .It weighs about 80 tonsmore than 24 elephants .It is more than 30 meters long .A newborn baby whale weighs as much as a big elephant .<5>We ca n't see it and we ca n't catch it .But we can feel it pass by .It is always with us in our life .When we are at the table , it passes away while we are eating .Time is life , we must be masters of time .\", 'candidates': ['What Is Time', 'Man And Apes', 'Having A Good Time', 'Our Festival', 'The Moon', 'The Blue Whale']}", + "output": [ + "[3, 1, 4, 5, 0]" + ] + }, + { + "input": "{'passages': \"Here are some tips on listening .We hope it can help you in one way or another .Relax yourself .Before you start to listen to something , you need to relax .<1>This will help you with your listening .Listen carefully to the first sentence .<2>For example , if at the very beginning , you hear `` Many shops in many parts of China have decided to take away all kinds of Japanese goods off their shelves but some people say it 's not a good idea .Our reporter says '' You know you will hear a piece of news , not a children 's story , or a science report .Think when you 're listening .When you 're listening , try to do some thinking .<3>What happened , when , where and how ?What was the result and what does the speaker want to tell us ?This way , you may understand the passage better .<4>It 's important for you to remember some important facts .For example , if the passage is a science report , you should try to remember its findings and how the scientists got their results .Do n't think about one or two words for too long You may hear some words that you do n't know , but do n't spend too much time on them .<5>But you can remember some words or sentences that you think are important , and you can use them when you 're answering the questions .\", 'candidates': ['Listen for important facts .', \"Do n't get nervous or excited .\", 'The first sentence tells a lot about the whole passage .', 'For example , you can think of the following questions .', \"If you do n't understand what you listened , you 'd better listen it again and again .\", \"Very often , you 'll find out what they mean later when you go on with the listening .\"]}", + "output": [ + "[1, 2, 3, 0, 5]" + ] + }, + { + "input": "{'passages': \"<1>People sing, dance and parade as in a carnival through the streets with drums and trumpets to spread the news of the coming new year .<2>It is a holy time when people think of the things they have done wrong in the past, and promise to do better in the future .<3>Children are given new clothes, and New Year loaves are baked and fruits are served to remind people of harvest time .Shogatsu: In Japan, the New Year (Shogatsu) celebrations are from January 1 to January 3 and most Japanese don't work during these days .In Japan, the New Year is a fresh start .This means that in December all duties should be completed .Parties are held to forget the worries and troubles of the old year .Homes and cars are decorated .<4>Bahai New Year: The Bahai people have their own calendar consisting of nineteen months of nineteen days plus a couple of extra days between the eighteenth and nineteenth months .They have, however, adopted the Iranian custom of beginning the New Year in the spring equinox .<5>\", 'candidates': ['The New Year celebrations are held on the evening of March 20th .', \"On New Year's Eve, most people spend their time with their families .\", \"Most of these people have the time, money, and ability to deal with life's tough problems .\", 'Special prayers are held, and an instrument called a Shofar is played .', 'Nowroz: Iranian New Year or Nowroz is celebrated on the first day of spring sometime in March .', 'Jack held the watch for a few minutes, then called his assistant and cleared his appointments for the next two days .', 'Rosh Hashanah: The Jewish New Year is called Rosh Hashanah , and is celebrated in the month of September .']}", + "output": [ + "[4, 6, 3, 1, 0]" + ] + }, + { + "input": "{'passages': \"What Teenagers Can Do to Earn More Respect ? As teenagers continue to grow and develop into young adults , the transition into adulthood has begun .With so many physical and emotional changes going on , certain manners are often forgotten and other adult traits are not yet accepted as a way of life .<1>By doing the following things , you will earn more respect . Contribute to the household At the very least , clean up after yourself .As a teenager , you are old enough to clean up after yourself .When you make a mess , clean it up .<2>All chore that you do help to reduce the load of the person who did them before .Now that you 're old enough and capable , why should n't you contribute to the household ?<3>Be responsible<4>Whether they are basic things , like brushing your teeth or doing your homework , or more involved chores that contribute to the household , simply fulfill your responsibilities on time .When adults know that they can rely on you , their trust and respect for you will increase . Solve more of your own problem without asking for help Instead of taking the easy approach and asking for help , make an effort to solve your problems on your own first .The `` easy way '' is only easy for you , but it is an extra task for the person from whom you are seeking help .Seek help only after you have made an honest effort to solve your own problems .<5>When you become a good problem solver , you increase your value to the community .\", 'candidates': ['Everyone has certain responsibilities .', 'By being aware of these manners and traits , you can manage them sooner .', 'When speaking to a group , speak loud enough .', 'The people doing the chores before will greatly appreciate the help .', 'Depending on the problem , 15 minutes of effort is usually a good guideline .', 'It will make your life more pleasant .', 'This includes , but is not limited to , your dishes and your room .']}", + "output": [ + "[1, 6, 3, 0, 4]" + ] + }, + { + "input": "{'passages': 'Michael : Hey , John .<1>?John : Well , I live near my school , so I get up at a quarter to seven .I never go to school late .Michael : Do you have breakfast at home ?John : Yes ,<2>Michael : When do you go to school ?John :<3>, so I go to school at seven forty-five .Michael :<4>?John : I leave school at five past five and<5>', 'candidates': ['When do you play games', 'I have lunch at school', \"Class begins at eight o'clock\", 'I get home at five thirty', 'I usually have some cakes and a glass of milk', 'What time do you usually get up on weekdays', 'When do you get home']}", + "output": [ + "[5, 4, 2, 6, 3]" + ] + }, + { + "input": "{'passages': 'American country music is very old .It came from the United States, Canada, Ireland, and Great Britain .<1>In West America, cowboys had to take care of the cattle .They had to watch them all day and all night because the cattle sometimes ran away .<2>When he was alone in the desert with the cattle, he drank strong coffee to stay awake at night .He sang about the stars and the moon, about his family and his friends .The cattle listened to the cowboy and went to sleep .<3>In South America, many people came from Ireland and England .<4>They enjoyed their own kind of music .When they visited their friends and families on holidays like Christmas, they usually sang and played country music .American country music describes life .It talks about love, jobs, home and money .<5>', 'candidates': ['Other people came from France and Canada .', \"They didn't run away if he sang beautiful songs .\", 'People in many parts of the world like western country music because everyone knows something about these ideas .', \"It's a mixture of music from all of these places .\", \"It's called the Skinny Player, and it's being designed by industrial designers Chih-Wei Wang and Shou-His Fu .\", \"A cowboy's life was lonely and dangerous .\", 'They sang Christmas songs, exchanged photographs of loved ones back home, shared food and even played football .']}", + "output": [ + "[3, 5, 1, 0, 2]" + ] + }, + { + "input": "{'passages': 'Moving into a new home in a new neighborhood is an exciting experience .Of course , you want to make sure that you become an acceptable and valuable part of your neighborhood .the easiest way to accomplish this is to make sure you conduct yourself as a good neighbor should .<1>Perhaps one of the most important things you can do as a good neighbor is to keep your property neat , clean , and in good repair .<2>By choosing to keep the outside of the home in great shape , you will help to improve the look and feel of the area . Second , take the overall appearance of the neighborhood seriously , .When going for a walk .Take a small garbage bag .<3>This small act will let your neighbors know that you care about the area .<4>If a neighbor is going to be out of town , offer to collect mail and newspapers .If a neighbor suffers an illness , offer to do the grocery shopping .Let them know you are there to help in any way this acceptable , while still respecting the privacy of your neighbor .<5>By following the basic rules of respecting others , taking care of what belongs to you , and taking pride in the appearance of the neighborhood in general , you will quickly become a good neighbor that everyone appreciate .', 'candidates': ['In general , keep an eye on their property while they are gone .', 'A good neighbor is also one who likes to help out in small ways .', 'Being a good neighbor is more or less about considerate behavior .', 'Sometimes neighbors may go to the supermarket together to do shopping .', 'Should you come across waste paper thrown out of a passing car , pick it up .', 'People tend to lake pride in keeping everything in their street fresh and inviting .', 'Here are a few tips to help you win over everyone in the neighborhood quickly']}", + "output": [ + "[6, 5, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"Men have long been puzzled by the amount women pack, when they go on holiday .They despair when they watch their beloved spend much money on extra baggage charge .Nearly half of these women admitted to lying about the weight of their case to their partner before leaving for the airport, in fear of being made to unload some unnecessary items .<1>On average, a woman needs around 57 items in suitcase for a two-week holiday, yet most women pack nearer to 150 items, ranging from skirts, tops, underwear and high heels .<2>They all take up space in the suitcase, only a third of them will see the light of day once at the holiday place .<3>Women plan their holiday wardrobe months in advance .Packing enough clothes and other items to last a month is not enough for some women .<4>So they'll return with even more luggage in their cases .Professor Karen Pine said: Women are tempted to take familiar items with them on holiday, often everything except the kitchen sink .Some people find traveling stressful, particularly when they're unsure about the home comforts available at their holiday place .They over-pack to help cope with those feelings of stress and reduce the uncertainty .This will come as no surprise to some men, who are used to trying to squeeze their partner's luggage into the boot of the car with their own, smaller case .<5>\", 'candidates': ['79 percent of women admitted to taking extra items with them, with the reason for this being just in case .', \"But it isn't all that easy to explain the actual differences between skills of men and women on this basis .\", 'On average, people tend to develop Mesothelioma somewhere between 35 and 40 years after exposure .', \"They'd take a chance to shop for new items while holidaying abroad .\", 'On the other hand, men pack very lightly, with only an average of 40 items for a two-week holiday .', \"But it's a fact that women pack more than they need .\", 'In addition, women pack more sun cream, make-up and hair appliances than they were likely to need .']}", + "output": [ + "[5, 6, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"G .It 's too short .Salesgirl : May I help you ?Ben : Yes , please .<1>Salesgirl : What do you think of the jackets ?Ben :<2>Salesgirl : What about this gray one ?Ben : Oh , I like it a lot .<3>Salesgirl : Sure .( Ben tries on the jacket . )Salesgirl : Wow !It looks very nice on you .Ben : All right .<4>Salesgirl : It 's ninety yuan .Ben : OK .<5>Salesgirl : Thank you .\", 'candidates': [\"I do n't like the color .\", 'I want to buy some clothes .', \"I 'll take it .\", 'Can I try it on ?', 'Why not have a look ?', 'How much is it ?']}", + "output": [ + "[1, 0, 3, 5, 2]" + ] + }, + { + "input": "{'passages': \"I love music .I learned to play the guitar at 11 and I wrote my first song four years later .My dream -----to become a country singer .<1>One day during a trip to mountains, a friend gave me a bit of meth, a kind of drugs .I smoked it .And that was all that I thought about for the next year and a half .I couldn't live without it .<2>The first seven days in prison , I just slept .When I woke up on the eighth day, I had never known such shame and guilt .<3>My mama is the best person on the earth, and I knew this was going to break her heart .When I heard her voice on the phone, I told her where I was .<4>Her words gave me the confidence to face my trouble .And I also realized this was my chance to start a new life .When people hear my words, I hope they will not make the same mistake as I have, but I know that you can overcome almost anything, especially smoking drug .<5>\", 'candidates': ['She just said, Son, no matter what you did, I love you forever .', 'After Auleva died when he was 5, Thomas spent years on the road as Rex traveled around seeking construction work .', \"This morn kissed her daughter's forehead and walked straight to the back of the hall, wiping her tears as she walked .\", 'When the police came to me, I looked like death .', 'I walked down the hall to the pay phone .', \"That's why I share my story here .\", 'After years of hard work, a record company was showing interest in me .']}", + "output": [ + "[6, 3, 4, 0, 5]" + ] + }, + { + "input": "{'passages': \"Why do people travel ?There are many reasons one can think of when asked questions like this . To travel far enough to meet yourself Sometimes you find yourself in the middle of nowhere .<1>You find out your abilities .When you are offered a different lifestyle , you can find out what you are made of .The farther you go from your home , the nearer you come to your true self .<2>If you look back at all the amazing memories of your life , you will realize that most of them were out of your comfort zone .Travelling is dangerous , full of life threatening possibilities and will not always be comfortable , but at the same time , it gives irreplaceable memories . To slow down and relax A wise man once said that never get so busy making a living that you forget to make a life .Money is worth nothing if you can not spend it on a little adventure .While we are deeply involved in making money , we forget that time is going through our finger .<3>The feeling of being away from your workplace is pure happiness .The feeling of not having to worry about the never ending piles of files is pure joy .<4>To celebrate life Life is short and the world is wide .One day you might wake up and realize that you do n't have time to do everything that you have always wanted to do anymore .Once in a while , make time to appreciate the fact that you are alive , young , free and healthy .<5>\", 'candidates': ['Travelling lets you discover yourself', 'To break through your comfort zone', 'So , go travelling to celebrate life itself', 'You can relate to the world and connect to others', 'And the feeling of being away from your boos for a few days is pure pleasure', 'Escape life for a little while because experience is far more valuable than money', 'To become a storyteller']}", + "output": [ + "[0, 1, 5, 4, 2]" + ] + }, + { + "input": "{'passages': \"<1>Judging from the extreme experiment of Frederick in the 13th century, it may be .Hoping to discover what language a child would speak if he heard no mother tongue he told the nurses to keep silent .All the babies died before the first year .<2>What was missing was good mothering .Without good mothering, in the first year of life especially, the ability to survive is seriously affected .Today no such extreme deprivation exists as that ordered by Frederick .<3>Most often the reason for this is that the mother is insensitive to signals of the baby, whose brain is programmed, to mop up language rapidly .There are critical times, it seems when children learn more rapidly .If these sensitive periods are neglected, the ideal time for acquiring skills passes and they might never be learned so easily again .Linguists suggest that speech milestones are reached in a fixed order and at a constant age, but there are cases where speech has started late in a child who eventually turns out to be of high IQ .<4>What is special about man's brain, compared with that of the monkey, is the complex system which enables a child to connect the sight and feel of, say, a teddy bear with the sound pattern teddy bear .But speech has to be developed, and this depends on interaction between the mother and the child, where the mother recognizes the signals in the child's babbling, clinging, grasping, crying, smiling, and responds to them .<5>Sensitivity to the child's nonverbal signals is basic to the growth and development of language .\", 'candidates': ['Nevertheless, some children are still backward in speaking .', 'Recent evidence suggests that a baby is born with the ability to speak .', 'But clearly there was more than language deprivation (,) .', 'Full-day Camp (ages 6-13) A typical camp starts with soccer, kickball, basketball or field games .', 'Insensitivity of the mother to these signals reduces the interaction because the child gets discouraged and sends out only the obvious signals .', 'Is language, like food, a basic human need?', 'Nevertheless, he found time to keep a summer job and complete a college course in between all that typing with thumb .']}", + "output": [ + "[5, 2, 0, 1, 4]" + ] + }, + { + "input": "{'passages': \"Making friends is a skill like most skills .It improves with practice .If you want to meet people and make friends , you must be willing to take some action .You must first go where there are people .<1>Joining a club or a group , talking with those who like the same things as you do is much easier .Or join someone in some activity .<2>After all meeting strangers means facing the unknown .And it 's human nature to feel a bit uncomfortable about the unknown .Most of our fears about dealing with new people come from doubts about ourselves .We imagine other people are judging us , finding us too tall or too short , too this or too that .<3>Try to accept yourself as you are , and try to put the other person at ease .You 'll both feel more comfortable . Try to act self-confident even if you do n't feel that way .When you enter a room full of strangers , such as a new classroom , walk tall and straight , look directly at other people and smile , and say something .<4>Just meeting someone new does not mean that you will make friends with that person -- friendship is based on mutual ( liking and `` give and take '' .<5>\", 'candidates': [\"Do n't wait for the other person to start a conversation .\", \"But do n't forget that they must be feeling the same way .\", \"You wo n't make friends staying home alone .\", \"It depends on one 's character to make good friends..\", 'It takes time and effort to develop .', 'Many people are nervous when talking to new people .', \"I 'm a shy person and it is very difficult for me to make friends with other people .\"]}", + "output": [ + "[2, 5, 1, 0, 4]" + ] + }, + { + "input": "{'passages': \"Long plane travel is rarely fun because of jet lag .Jet lag is body 's inability to adjust to the new day-night cycle crossing different time zones .<1>I hope the following ideas could help .<2>If heading east , go to bed one hour earlier each night .If heading west , go to bed an hour later for a few days before the trip . Split up the trip .Try to make a stopover , during which you can do some shopping in the airport .<3>It also reduces jet lag compared to a non-stop flight . Wear two watches .One is set to current time .<4>It can help you prepare yourself for the comimg time change .I ca n't guarantee all the suggestions above are definitely helpful to you .<5>So why not have a try ?\", 'candidates': ['But they are likely to work .', 'Are you trying hard to beat it ?', 'Change body clock before you set off .', 'The other is set to the time of the destination .', 'It helps take the stress out of long distance travel .']}", + "output": [ + "[1, 2, 4, 3, 0]" + ] + }, + { + "input": "{'passages': \", ..Evaluating Sources of health Information Making good choices about your own health requairs reasonable evaluation .A key first step in bettering your evaluation ability is to look carefully at your sources of healthy information .Resonable evaluation includes knowing where and how to fins relevant information , how to separate fact from opinions , how to recognize poor reasoning , and how to analyze information and the reliability of sources .<1>Go to the original source .Media reports often simplify the results of medical research .Find out for yourself what a study really reported , and determin whether it was based on good science .Think about the type of study .<2>Watch for misleading language .Some studies will find that a behaviour `` contributes to '' or is `` associated with '' an outcome ; this does not mean that a certain course must lead to a certain result .<3>Carefully read or listen to information in order to fully understand it .Use your common sense .Ifa report seems too good to be true , probably it is .Be especially careful of information contained in advertisements .<4>Evaluate `` scientific '' statements carefully , and be aware of quackery .<5>Friends and family members can be a great source of ideas and inspiration , but each of us needs to find a healthy lifestyle that works for us .Developing the ability to evaluate reasonably and independently about the health problems will serve you well throughout your life .\", 'candidates': ['Make choice that are right for you .', 'The goal of an ad is to sell you something .', 'Be sure to work through the critical questions .', 'And examine the findings of the original research .', 'Distinguish between research reports and public health advice .', \"Be aware that information may also be incorrectly explained by an author 's point of view .\", 'The following suggestions can help you sort through the health information you receive from common sources .']}", + "output": [ + "[6, 3, 5, 1, 0]" + ] + }, + { + "input": "{'passages': \"A rejection letter is one of those letters that are not very easy to write .<1>For example , organizations usually have to send rejection letters to applicants they can not hire .So how to write a rejection letter ? Make the words professional and proper . What matters most in a rejection letter is the professional tone and wording .<2>.Instead , your choice of words should make the reader feel that he or she would do the same thing if they were in your place . Keep it clear and simple .<3>Nobody likes to read a long , winding rejection letter .Therefore , it is better to deliver the message of rejection in the beginning itself .Clearly state that you have decided to reject the request or application .Do n't beat about the bush and do n't try to give the impression that your decision could change .<4>Explain why your decision id good for everyone .<5>Conclude with a statement of goodwill .You may have rejected this application , but if you intend to consider this person for another job in the future , you may express that as well .However , that is n't always necessary .In some situations such endings might offend the reader .\", 'candidates': ['End on a positive note .', 'Make your decision as soon as possible .', 'Never give away what you are going to do .', 'Briefly state how you came to your decision .', \"A rejection letter does n't have to be unnecessarily long .\", \"Do n't write anything that may make the reader feel bad .\", \"Although writing a rejection letter can be difficult , there are situations when it 's ly necessary .\"]}", + "output": [ + "[6, 5, 4, 3, 0]" + ] + }, + { + "input": "{'passages': \"<1>Here 's an area of science for everyone , and these cool new books might inspire you to discover your inner scientist .Scaly Spotted Feathered Frilled by Catherine Thimmesh , 58 pages , ages 9-12 Seeing a picture or a model of a dinosaur , do you wonder how anybody knows what they look like ?<2>This book explains how scientists and artists work together to re-create dinosaurs .<3>Scientific tests may one day expose what a dinosaur 's coloring was , but now artists have to use their imagination to determine how these huge creatures looked .Beyond the Solar System by Mary Kay Carson , 128 pages , ages 10-13 This book takes readers back to the beginnings of space exploration -- thousands of years ago , when people began star observation -- and forward to today 's search for planets in distant parts of the Milky Way .Along with history lessons , readers get 21 activities , such as making a black hole and creating a model of Albert Einstein 's universe using a T-shirt .<4>Ultimate Bugopedia by Darlyne Murawski and Nancy Honovich , 272 pages , ages 7 and older If you 're always on the lookout for butterflies , this book is for you .Hundreds of color photos of common and unusual insects fill this hardcover .There are fascinating stories related to the photos .For example , do you know an insect feeds on the tears of Asian cattle ?<5>Journey Into the Invisible by Christine Schlitt , 80 pages , ages 9-12 If you use a magnifying glass , you know a leaf looks quite different .This book explains what microscopes do and then shows what happens to things around the house when watched with this amazing scientific tool .The bacteria in your mouth , when magnified 20,000 times , look a bit like swimming pool noodles .Fascinating photos are paired with suggestions about how to learn about the world around you , just by looking a little closer .\", 'candidates': ['As tea bags became popular , they were changed from silk to gauze and later paper .', 'There is a lot of talk these days about how kids should be interested in science .', 'After all , nobody has seen a living dinosaur .', 'As scientific discoveries have been made , the models have changed .', \"There 's a question-and-answer section with an insect scientist and advice on how to help preserve endangered insects .\", 'The best time to visit is summer since Budapest is very cold in winter .', 'The activities are perfect for cold winter days .']}", + "output": [ + "[1, 2, 3, 6, 4]" + ] + }, + { + "input": "{'passages': \"problem Making music is tile key to a happy retirement , a study suggests .Researchers found that the old people who learned to play instruments or joined choirs enjoyed themselves more than those wire look up painting , or yoga , or who joined book groups .<1>One woman who took up music after her husband died said it had proved an invaluable support , adding : `` Singing is always uplifting and it is difficult to be sad while playing the ukulele. ``It comes after a Finnish study found that music treatment with drums and instruments like xylophones can help people overcome depression .<2>Prof Sue Hallam , who led the new research , said : `` Our research is significant for these reasons but also because of the extraordinary demographic changeover that are under way in the UK .`` For the first time ever- Britain 's over-65s now outnumber those under the age of sixteen .There is therefore a need for ways that support older people 's happiness , particularly as the number of people in this age group suffering from depression is too high .<3>`` In the year-long study , researchers questioned 500 people aged between 50 and 93 who were raking part in leisure activities organized by The Sage Gateshead , Westminster Adult Education Service and 'he Guildhall School of Music and Drama .Of these , almost 400 were learning to play musical instruments ranging from drums to the ukulele , singing in groups or taking music appreciation classes .The remaining 100 were either attending art classes , learning languages , reading for book groups or taking part in yoga lessons .<4>Meanwhile they got more enjoyment from their activities than those in the less creative activities .They also felt it helped keep them mentally active , improving concentration and memory .Prof Hallam added : ``<5>When they were performing for others they also felt that they were giving something back to the community .They were extremely focused too .Partly because music requires total concentration but also because they did n't want to let down the other people in their music group. ``\", 'candidates': ['Our research suggests that music-making can often help in this respect .', 'However , this did not work with some old people unwilling to try their hands at music .', \"The findings could be significant as Britain 's population ages and rates of depression rise .\", \"The `` music-makers '' were found ! o ha'/e more positive relationships with other people and a brighter outlook .\", 'A recent study has confirmed that making music is the key to a happy life , particularly among the retired .', 'The people we interviewed had a real sense of achievement because they could hear that they were getting better .', 'They also had a more positive outlook , felt more in control of their lives and said the activity helped keep their minds sharp .']}", + "output": [ + "[6, 2, 0, 3, 5]" + ] + }, + { + "input": "{'passages': \"The Importance of Positive Attitude A positive attitude is very important as it will make our life easier .<1>There will be times when we will face problems and obstacles .The most challenging part is not when our life goes smoothly but how we react when we experience problems and difficulties . Those who have a positive attitude will treat any problem as a challenge .Instead of being discouraged , they will treat each failure as a lesson .<2>As for those who do not have the positive attitude , they will see problems and difficulties in a different way . The situation can be the same for both the Guy A and Guy B .<3>Every one of us has the same amount of time .Since having a negative attitude will eat up our time , why do n't we just make good use of the same amount of time to have a positive attitude ?Life itself is already hard .It will be much better if we have a positive attitude which will make our life happier and easier .<4>People will generally prefer to stay with people who have positive attitudes as being happy is very infectious .Everyone will be affected by the energy of positive attitudes and they too will have a positive attitude . If you learn to see the bright side of life when you 're surrounded by difficulties , you 'll be building your positive attitude fast .<5>\", 'candidates': ['And they will be motivated to achieve the goal .', 'Having good attitudes provides many health benefits .', 'In life , not everything goes as smoothly as we want .', 'But with different attitudes , the results will be quite different .', 'They may have no approaches to solving the problems .', 'When you have a positive attitude towards everything , you will be happier .', 'The more you practise having a positive attitude , the easier and more natural it will come to you .']}", + "output": [ + "[2, 0, 3, 5, 6]" + ] + }, + { + "input": "{'passages': \"Bullying is a problem in many schools .Maybe lots of you have ever come across school bullies .<1>Ignore the bully and walk away .It 's definitely not a coward 's response sometimes it can be harder than losing your temper .Walk tall and hold your head high .<2>Hold the anger .Who does n't get really upset with a bully ?<3>Bullies want to know they have control over your emotions .Work out your anger in other ways , such as through exercise or writing it down .<4>However you choose to deal with a bully , do n't use physical force .Not only are you showing your anger , you can never be sure what the bully will do in response .You are more likely to be hurt and get into trouble if you use violence against a bully .You can stand up for yourself in other ways , such as gaining control of the situation by walking away .Talk about it .It may help to talk to a guidance advisor , teacher , or friend .<5>Talking can be a good outlet for the fears and frustrations that can build when you 're being bullied .\", 'candidates': [\"Do n't get physical .\", 'Take charge of the situation .', 'People above can give you the support you need .', 'Here are some things you can do to fight bullying .', 'Some adults believe that bullying is part of growing up .', \"But that 's exactly the response he or she is trying to get .\", 'This type of body language means you are not easily harmed .']}", + "output": [ + "[3, 6, 5, 0, 2]" + ] + }, + { + "input": "{'passages': \"Many people believe that there is some truth in the saying Laughter is the best medicine .<1>Laughter helps relieve pain , strengthen the immune system and reduce stress .Laughter stimulates hormones which make us feel happy .Laughter also increases the flow of blood throughout the body and has benefits which are similar to the ones you get by doing exercise .<2>Children exposed to funny films and cartoons before major medical procedures are able to cope better with pain and anxiety .<3>These are professional clowns who are sent to hospitals and wards to entertain and distract sick children . Laughter therapy has become very popular in recent years and as a result , more and more laughter clubs are starting to open up in cities and towns all over the world .At a laughter session , a trained therapist instructs the group to perform a series of exercises which are designed to produce laughter .<4>And it takes them some time to get rid of their inhibitions .They might even start off with fake laughter , but this does n't matter because our bodies ca n't tell the difference , and the results are the same .Moreover , laughter is contagious .<5>So next time you feel ill , stressed out or depressed , try watching a funny film or try remembering an amusing incident in your life .You will soon feel better .\", 'candidates': ['If one person starts giggling , it is unavoidable that everyone else will be drawn in .', 'Laughter helps you focus .', 'This finding has led to so-called clown doctors .', 'In fact , research done by scientists has shown that laughter has a lot of health benefits .', 'Laughter makes the world a better and more color1 ful place .', 'Some people may find the idea embarrassing at first .', \"Using laughter therapy in children 's hospitals has proven to be invaluable .\"]}", + "output": [ + "[3, 6, 2, 5, 0]" + ] + }, + { + "input": "{'passages': \"Five Ways to Build Self-Confidence Walk Faster . One of the easiest ways to tell how a person feels about herself is to examine her walk .People with confidence walk quickly .They have places to go , people to see , or important work to do .Even if you are n't in a hurry , you can increase your self-confidence by putting some energy in your step .<1><2>One of the best ways to build confidence is listening to an inspiring speech .Unluckily , chances to listen to a great speaker are few .You can fill this need by creating a personal speech .Write a 30~60-second speech that focuses on your strengths and goals then recite it aloud whenever you need a confidence push . Sit in the Front Row . In school , offices and some other public places people always sit at the back of the room ,<3>This is for lack of self-confidence .By deciding to sit in the front row , you can get over this meaningless fear and build your self-confidence . Speak up . During group discussions many people never express their opinions because they 're afraid that people will judge them for their saying something stupid .<4>By making an effort to express your opinions at least once in every group discussion , you 'll become a better public speaker , more confident in your own thoughts . Work out Along the same lines as personal appearance , physical fitness has huge effect on self-confidence .<5>By making your body fit and strong , you improve your physical appearance , refresh yourself , and learn something positive .( 255words )\", 'candidates': ['In fact most people are dealing with the same fear .', 'Walking 25 % faster will make you look and feel more important .', 'In fact most people feel good after a walk .', \"If you 're out of shape , you 'll feel unattractive and less energetic .\", 'Listen to an Inspiring Speech .', 'Create a Personal Speech .', \"Most people prefer that because they 're afraid of being noticed .\"]}", + "output": [ + "[1, 5, 6, 0, 3]" + ] + }, + { + "input": "{'passages': \"<1>Still , all flavors are based on just four basic tastes : sweet , bitter , salty , and sour .Some food experts argue there is a fifth basic taste called umami ( a Japanese word that can be translated roughly as `` tasty '' or `` savory '' ) , but this theory remains controversial .<2>How can so few basic tastes give rise to the enormous number of flavors we experience ?<3>Compare this to color1 s. There are only three basic color1 syellow , red , and bluebut when m ixed in different ways and proportions , these three basic color1 s are sufficient to create the vast array of color1 s that we see every day .Apart from being influenced by different combinations of the basic tastes , the experience of taste is also enriched by other sensations , such as odor and temperature .These functions together produce what we recognize as unique tastes .In fact , what we perceive as taste often involves smell more than the taste experienced through the tongue .<4>For example , cinnamon tastes quite mild to people who can not enjoy its fragrant smell .The same is true of drinks , like hot coffee or tea , which taste best when they can be smelled and tasted .<5>The reason why hot , spicy foods like chili peppers are tasty is that they affect the lingual nociceptors .Nociceptors are small areas on the surface of the body that help protect us against injury .Nociceptors on the skin warn us of potential damage to the body .When we are pricked with a needle , for example , nociceptors represent that sensation as pain .A special kind of nociceptor called a lingual nociceptor is found on the tongue and , along with the other senses , helps us enjoy certain foods .\", 'candidates': ['These are basic tastes that we are familiar with .', 'This is possible because the basic tastes combine in different proportions .', 'Each food we eat tastes different , and there are untold numbers of different tastes .', 'This is why foods with strong tastes often seem unattractive to people who , due to a stuffy nose , can not smell them .', 'What can also contributeto the sensation of taste is our ability to feel pain .', 'So there are a small number of basic tastes that affect a big number of flavors .', 'Regardless of whether there are four or five basic tastes , the number is small .']}", + "output": [ + "[2, 6, 1, 3, 4]" + ] + }, + { + "input": "{'passages': \"<1>Simple passwords are easy to be stolen .A password is like a key to your home .<2>We use passwords everywhere in our life .<3>A study of 28,000 passwords recently stolen from a popular website showed that people often do the easy thing .It found that 16 percent took a first name as a password .Another 14 percent used the easiest keyboard combinations such as 12345678 or QWERTY .<4>3 percent of the passwords expressed feelings like I don't care , whatever , I love you , or their opposite , I hate you .Robert Graham, who did the study, advises people to choose a password that is longer than eight characters with one capital letter and one symbol .Of course, safe passwords don't mean those hard to remember .<5>Maybe, the best password is easy for you and hard for others .\", 'candidates': ['Forgetting your password is sometimes a big headache for you .', 'Pollution caused by plastic bags is a big headache for countries all over the world .', '5 percent of the stolen passwords were names of television shows or stars popular with young people .', 'If you have somewhere you want to go, something you want to accomplish, someone you want to become .', 'Better think twice before choosing a password for e-mail, online bank or shopping .', \"We are so used to passwords that we don't pay any attention to them until we lose or forget one .\", \"If someone steals it, he'll get chances to steal something else .\"]}", + "output": [ + "[4, 6, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"You can have your adventure and eat too at Europe 's first green restaurant where traditional German food is served in a beautifully lit wooden hilltop restaurant powered by solar energy at a height of 1,025 metres among tall trees in the Black Forest .<1>It was the starting point of the downhill course of the Mountain Bike World Championship ( MBWC ) in 1995 and is a well-known station of the Black Forest Ultra Bike Marathon ( BFUBM ) .<2>We produce all our energy from renewable sources as it is very expensive to get a power grid connection at this site , said Dirk Behringer , owner of the Rappenecker Hutte .Like the restaurant , the story of its present owner is equally amazing as Behringer , 57 , left his well-paid job in 2003 to stay here with his wife .I have traveled across the world and as I was growing old I realized I wanted to retire and live in nature .<3>Since then I , along with my wife , live here in summer and we travel during winter , said the six-foot-tall man dressed in a T-shirt and shorts .Due to heavy snow during winter , the restaurant opens only for six months from April to September when it receives around 500 guests per week .The Behringer couple has employed no helper and does everything from cooking to cleaning at this hilltop restaurant which gives a picturesque view of the Black Forest .<4>On a routine basis , there is one vegetarian dish which includes fried potatoes with dense milk cream , boiled vegetables and fresh salad .<5>There are also options to pick from fresh juices , hard drinks and coffee .All vegetables , fruits , dairy products and meat supplies to the restaurant come from farms in nearby villages .\", 'candidates': ['People come here for adventure trips , mountain biking or hiking and stop for traditional German food .', 'There are not many dishes on the menu for unexpected visitors .', 'There are many good beaches near the city , and Los Angeles is also close to Disneyland .', 'So I rented the restaurant .', \"The Rappenecker Hutte is a 350-year-old farm house in south Germany which has been serving as a hikers ' restaurant for several years .\", 'So my dad , my younger sister , Alexis , and I went to live with my grandma and grandpa .', 'The non-vegetarian dish includes fried potatoes with pork and salad .']}", + "output": [ + "[4, 0, 3, 1, 6]" + ] + }, + { + "input": "{'passages': \"Katie always felt there had to be something more to life than just partying , buying clothes and driving a cool car .She finally discovered what she was missing out on when she traveled halfway around the world to help poor kids .When she was 14 , she discovered a club at school called Operation Smile , an organization that supports free operation for facially deformed kids in developing countries .<1>After working with Operation Smile for a while , she learned different countries have different deformities .<2>At 15 , she was chosen to go abroad .<3>Before her trip , she attended a weekend mission training .That 's when she was told she 'd be going to the Philippines .Although she was excited , one night during training , she broke down in tears .<4>She was put to work three days after her arrival in the Philippines .Her first day was at the hospital , where she met those kids waiting for operation , and they were running around and happy , it seemed normal .Her job was to play with the kids before their operation to help them feel more at ease .She also went to nearby schools to hand out toothbrushes and teach students how to brush their teeth .When their operation was over , the kids were always overjoyed , but their parents were blown away .<5>They 'd cry and hug the doctors and nurses and give them presents -- they were so grateful .\", 'candidates': [\"She said , I 'm all fed up , I just do n't know what to do with her anymore .\", \"She did n't know if she was prepared to see all these unfortunate kids .\", \"Sometimes they could n't even recognize their kids because their appearances had improved so much .\", \"At that time , she joined Operation Smile just to satisfy her school 's community service requirement .\", \"She was so happy - even though she did n't realize what she was getting herself into .\", 'The more she learned about what affects kids around the world , the more she wanted to go abroad with Operation Smile .', \"And even though a person is poor , he does n't really feel poor when he has a car .\"]}", + "output": [ + "[3, 5, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"About 400 high school students from Western Pennsylvania and the neighboring state of Ohio joined a heated discussion recently on China: What Does the Future Hold?<1>said Braveen Ragunathan, a senior from an Ohio high school .In his mind all Americans are connected to China in some way .<2>The aim of the forum is to help American students learn more about the outside world .Elliott Blackwell, a junior at the Neighborhood Academy, said the forum let him know more about how China's economic development will affect America in the future .Some students, although impressed by China's economic boom, expressed uneasiness about the nation's practices and differences from the American way of doing business and politics .<3>I'd hope that China can be our partner but I think that we'd clash along the way because we're too different, he added .George Riley, a teacher explained: The view of China is usually negative and I think that's fueled by the media .However, some negative feelings are not from the media .<4>Both her parents lost their jobs recently .The company they worked for said it was cheaper to produce goods in China rather than the US .China is just this big question mark .China was just a big country with millions of people that no one really knew about because it was so far away and our class was more American history based, she said .<5>\", 'candidates': [\"For some special matches, they are better than any thriller movie, because you really don't know what is going to happen afterwards .\", 'China is a power coming up,so they might challenge us, Paul Amon, a junior from Oil City High School, said .', 'Merri Ebel is a senior at East Allegheny High School north of Pittsburgh .', 'For better or worse US teenagers are eager to know more about China, the forum shows .', \"It's no secret that doing good makes others happy - but did you know it can make you happy as well?\", \"It's either going to turn out really good or really bad - who knows?\", 'The forum was held in Pittsburgh, once a US industrial center, now facing job-cuts because of competition brought about by globalization .']}", + "output": [ + "[5, 6, 1, 2, 3]" + ] + }, + { + "input": "{'passages': \"Weekend at last !Something you ' r e looking forward to after a tiring week at work .Here are several tips on how to make the most of your weekends .Spend time with loved ones .Reconnect with family members or friends you neglected lately .Do n't do it out of guilt or because you have to .Do it because you want to .Reach out to them to see how they are doing .<1>Return their calls if you were busy when they last tried to reach you .Talk to them .Listen to them .Be there for them .<2>Stay away from TV , iPad , iPhone and any other electronic devices .Unplug !Your brain needs to clear up from all the stress you 've put on yourself during the week .Why not read a book instead ?A paper one .Seriously , when was the last time you did that ?Laugh , laugh and laugh again .You can never have enough of it .Laugh is the best medicine ever .<3>For example , it helps you manage stress , strengthens your immune system and you are 40 percent less likely to suffer a heart attack .Express appreciation .<4>Be grateful for your family , friends , health , the food you put on the table , the clothes you wear and the air that you breathe .There you are .Doing a few things during weekends will have a positive long-term effect on your life .<5>\", 'candidates': [\"Apply the `` no technology '' rule .\", 'Pause and pay attention to your thoughts .', 'Friendship is the best source of happiness .', \"Do n't Call them only when you need them .\", 'It benefits your mental and physical health in so many ways .', \"Put them into practice and you 'll beat the Monday Blues .\", 'This is something you should be doing every day , not only on weekends .']}", + "output": [ + "[3, 0, 4, 6, 5]" + ] + }, + { + "input": "{'passages': \"Teamwork is the ability to work together with other members toward a common goal .<1>But many factors influence the working of a team .If a team ca n't get the desired re sults , try the following ways that would help improve teamwork .Planning goals ahead :<2>When a goal is planned , all team members should be clear about their goals they have to achieve and then they should find a way that would lead them to achieve their goals .Choosing team leader : A team is led by the team leader .<3>It is the leader 's duty to work out the conflicts caused by different characters and attitudes .Keeping good relationship between team members : Teamwork needs cooperation .<4>So it would also be great if the team members can communicate outside the workplace to know each other more .This will hel p increase a sense of togetherness at work , thus improving teamwork .Avoiding competition : Competition is important for a person 's growth .<5>One should understand that each person has his or her own strengths and weaknesses .Rather than compete with each other in the team , one should learn from others and improve one 's performance .\", 'candidates': ['It would be good for their cooperation if the members know each other well .', 'But there are many difficulties in teamwork .', 'The ability can help common people achieve uncommon goals .', 'His or her duty is to encourage and lead the team members to achieve their goal .', 'The goals should be easy enough to achieve .', 'However , unhealthy competition among group members can hurt team spirit .', 'It is the duty of all the members to work together to plan the goal .']}", + "output": [ + "[2, 6, 3, 0, 5]" + ] + }, + { + "input": "{'passages': \"These Heart-Healthy ' Food Are Actually Killing You It 's normal to reach for anything on the grocery store shelf that is labeled `` heart healthy '' .Since heart disease is the No.1 killer among both men and women , it benefits all of us to eat better for our hearts .<1>You could be putting something into your body that you think is good for you-but it could actually be deadly . Not sure what foods have cheated you into thinking they benefit this vital organ ?Here are three foods you should never buy again . Nonfat anything Remember the health food craze of the 90s when everything was `` nonfat ? ''Well , it might be one of the most misleading popularities of all time .The problem with taking the fat out of dairy products , like yogurt , is that the fat is replaced with artificial sweeteners and a bunch of fillers for flavor .<2>So we 'd better stick to plain yogurt , which is connected to good blood pressure and cholesterol .Tea This one might surprise you .Tea is supposed to be one of the healthiest things you can put into your body , right ?To be clear , most loose-leaf teas are good for you , but the bottled teas we typically reach for at the store are loaded with heart-harming materials .This variety of tea , Like Snapple , contains very little brewed tea , but enough added sugar to be as bad for you as a soda .<3>Coffee<4>.On one hand , the American Heart Association says that coffee is not directly linked to coronary heart disease .There are , however , additions to coffee-based drinks that can make them a health risk .Creamer , for example , is loaded with trans fat , which raises your cholesterol and your risk of a heart attack .<5>Or , switch to tea for your coffee .\", 'candidates': [\"Heart-Healthy food is considered to be beneficial to people 's health .\", 'And all that will raise your blood sugar levels , putting you at a higher risk of heart disease .', 'Instead , try using milk instead of creamer in your morning cup of coffee .', 'Tea has many advantages over coffee .', 'The solution here is to stick to brewed tea , even if you prefer your tea on ice .', 'Coffee is quite controversial when it comes to talking about your heart health .', 'Unfortunately , some heart-healthy foods are falsely advertised .']}", + "output": [ + "[6, 1, 4, 5, 2]" + ] + }, + { + "input": "{'passages': \"Forgetful President George Washington was the first president of the United States .<1>But it seems that the president was not a perfect person .A New York library recently found that Washington borrowed two books from the library in 1789 .<2>If he were still alive , he would have to pay the library $ 300 , 000 in fines , for it has been late for over 220 years .On October 5 , 1789 , George Washington went to the New York Society Library .<3>He did n't sign his name in the borrower 's book .He just wrote `` President '' to show who had taken them out .The two books should have been brought back a month later , but they were never returned .Workers at the library realized the books were missing when they organized the library 's old records .The New York Society Library does n't expect anyone to pay the fine .<4>\", 'candidates': [\"It 's said that he never told a lie .\", 'He then borrowed the books from it .', \"However , he did n't return them on time .\", 'But it hopes that someone will return the books .', \"He kept the books , because he did n't finish reading them .\"]}", + "output": [ + "[0, 2, 1, 3]" + ] + }, + { + "input": "{'passages': \"Are you preparing any gifts for your friends now ?<1>, but choosing a proper gift can be a big headache , because it takes a lot of time and effort to think of the right gift for someone .Before you finish your list , keep these dos and don'ts m mind : Do put thought into your gift . If you like something , that does n't mean that your friend is going to like it , too .<2>Do n't get him/her an ordinary gift , and reflect back on your previous conversations to see if he/she talked about a certain gift he/she had been wanting to get .<3>Make sure the gift you 're buying is appropriate for the person .For example , if you 're buying a friend a gift , remember not to overspend or personalize it too much .Take a moment to think about how your relationship is with the person before getting him/her something .Do get a gift receipt If you 're purchasing something for your friend , make sure you ask the salesperson to include a gift receipt .It 's just a polite gesture , and you know your money wo n't go to waste .<4>Do n't leave the price tag on .Make sure you do n't leave the price tag on the gift and that you 're giving a gift receipt and not the original bill .<5>, and it 's not important for him/her to know anyway .\", 'candidates': [\"Do n't buy an inappropriate gift\", \"Do n't be afraid of spending money\", 'Giving gifts has forever been so pleasant', 'Take some time to really think about what he/she likes', \"If your friend does n't like the gift , he/she can just exchange it\", 'Giving someone you care about a very special gift can be tough', \"It 's not proper to let your friend know how much you spent on the gift\"]}", + "output": [ + "[2, 3, 0, 4, 6]" + ] + }, + { + "input": "{'passages': \"Sad Tale for Sale Hundreds of thousands of puppies are born in puppy factories each year .Because the main purpose of the puppy factory is to make money , puppy factory owners fail to spend enough money on the dogs .<1>The animals almost never get exercise or attention .Their cages are often dirty , with little protection from sun , wind or cold . Many puppies born in puppy factories are taken away from their mothers before they are ready .<2>The moms left behind are then bred again to produce more puppies .<3>Although the puppies may seem healthy , these problems can show up when they 're fully grown - sometimes even sooner .Some of the puppies die within days or weeks of purchase .Kind kids and their families can help .<4>Even if a pet store says that they do n't sell dogs from puppy factories , chances are they really do .And do n't trust newspaper or website ads made by people who sell puppies . If your family is ready for a dog , your best choice is to adopt one from an animal shelter .Animal shelters have different kinds of dogs just waiting for homes .<5>\", 'candidates': ['Puppy factories need to stop .', \"In the future , do n't buy puppies from pet stores .\", 'To save money , they keep dogs in packed cages .', \"By doing this , you 're in the business of helping pets !\", 'There are many puppies killed in puppy factories .', 'Then they are shipped cross-country to be sold in pet shops .', 'Many of the dogs born in puppy factories have serious health problems .']}", + "output": [ + "[2, 5, 6, 1, 3]" + ] + }, + { + "input": "{'passages': \"Why is volunteering important ? When it comes to service work , it is important to realize that the actual goal should be getting the most out of your volunteering work .<1>Gaining new/social experiences Volunteering allows students to get involved with new things and develop social and academic skills that could n't be learned in a classroom environment .<2>Giving back and helping others Volunteers create better environments for others ; they create healthier communities and they brighten lives .Jill , a senior student , has been a volunteer in her community for more than three years .<3>`` They always tell me how great we sound and how they wish they had taken time to learn an instrument in their youth . ''Creating connections with people<4>Not only does the volunteer work you do show who you are as a person , but it reflects many positive qualities that possibly employers and admission officers want to see .Volunteering allows you to meet a wide variety of people from all sorts of walks of life .<5>Volunteering is n't one of the most attractive jobs , but it is one of the most beneficial and up lifting .It 's taking some time out of your day and helping others .Volunteer work makes us feel good .It builds self-confidence and lifts up the spirits .\", 'candidates': ['Building career choices .', 'Developing a sense of achievement .', 'Volunteering means a lot more .', 'Building relationships with people is very important .', 'Volunteering is an excellent way to improve your independence .', 'She volunteers by performing in concerts for senior citizens .', 'Volunteering allows you to experience different environments and situations .']}", + "output": [ + "[2, 6, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \"How to get siblings to get along One of the greatest gifts of parenthood is seeing your children form a relationship with each other that is independent of you .By giving them someone else to play with , you can free up some time for yourself .Here are four techniques you can use to help your children appreciate each other while they are young.1 .<1>The No .1 thing parents can do to help their kids stay on good terms with each other is not to compare them with each other .Never say `` Your sister never `` or `` Why ca n't you do what your brother does ? ''<2>2 .Stay out of the way .Try not to get too involved in your kinds ' arguments .Learning cooperation and problem-solving is an important skill in life .<3>And do n't blame the older one for not `` knowing better '' .That puts pressure on the older child and leads to unhappiness.3 .Activities and opportunities .Have your kids go to their siblings ' games and activities .<4>`` My kids go to each other 's activities , and take part in activities together , '' says Patricia Walters-Fischer , mother of two .Not only do her children go , but they also offer support , encouraging each other before a big game or performance and offering comfort when things do n't go well.4 .Vacations .Do n't ignore the value of a family vacation for bringing siblings together .When kids are away from their friends and forced to spend time together , they often enjoy each other .<5>In fact , a weekend camping trip offers some of the best opportunities for working together , having fun and experiencing something new .\", 'candidates': ['Never shout at them .', \"Do n't compare .\", \"It does n't need to be anything extremely great .\", \"Get them involved in one another 's lives , so they can have a better appreciation of who their sibling is .\", 'That only serves to fuel the competition .', 'They may need help solving a conflict , but try not to take sides .', 'Give them a project , and they will learn how to work together .']}", + "output": [ + "[1, 4, 5, 3, 2]" + ] + }, + { + "input": "{'passages': \"Riding a Mo-bike on the street , you might hear some people speaking Chinese aloud .Turning to the right , you see a Sichuan-Style restaurant .After walking into a store , you see that Huawei Smart-phones are on sale .But you 're not in China you 're in Manchester in Britain .In fact , you might see similar things in many other cities .<1>Chinese food has been enjoyed in Western countries for a long time .<2>`` One example is the meat , '' said Yin Hang , who is studying at the University of Wollongong in Australia .`` We like to eat meat with the bone in , but people here do n't .So Chinese restaurants provide big pieces of meat without bones , even for fish . ''<3>In many cities in Europe , stores sell TCL televisions , Haier fridges and Lenovo computer , reported Reuters .More than half of US-owned drones are Chinese models , according to China Daily .<4>In the past , most western people thought Chinese goods were cheap and unreliable .<5>`` Made in China '' has become cool and more people trust Chinese brands .For example , Huawei , one of China 's Smart-phone makers , caught up with Apple in global Smart-phone sales for the first time in June and July , behind only Samsung , noted consulting firm Counterpoint Research .`` They are beautiful and offer some unique features American phones do n't have , '' CNN once said about Chinese Smart-phones .\", 'candidates': ['But things have changed greatly .', 'Chinese products have been going global .', 'Chinese products are very popular many years ago .', 'Some Chinese brands are also becoming more popular .', \"They 're not only made in China , but also designed and developed in the country .\", \"To meet local people 's tastes , Chinese restaurants have made some changes to the dishes .\"]}", + "output": [ + "[1, 5, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"A : Hi , I 'm doing a survey for Daily News .1 .<1>B ; I guess Jamming 107.9 FM is the best .A : Why ?B : 2 .<2>It 's much better than the other radio stations in town .A : What about the other radio stations ?B : Well , I think Oldies 102.1 FM is verybad.3<3>A : I heard that .4 .<4>B : Not for me .A : Why not ?B : 5 .<5>They 're worse than the commercials of All Talk 97.0 FM !\", 'candidates': ['Because it has the best clothing .', 'It has the worst music .', \"What 's the best clothing store ?\", 'Because it has the most interesting music .', 'But Easy Listening 97.9 FM is the most popular .', 'Just listen to their commercials', \"What 's the best radio station ?\"]}", + "output": [ + "[6, 3, 1, 4, 5]" + ] + }, + { + "input": "{'passages': \"problem<1>Scientists and experts have proved the uniqueness of fingerprints and discovered that no exactly similar pattern is passed on from parents to children , though nobody knows why this is the case .The ridge structure on a person 's fingers does not change with growth and is not affected by surface injuries .Burns , cuts and other damage to the outer part of the skin will be replaced in time by new one , which bears a reproduction of the original pattern .<2>Some criminals make use of this fact to remove their own fingerprints but this is a dangerous and rare step to take .Fingerprints can be made very easily with printer 's ink .They can be recorded easily .<3>Because of the simplicity and economy of this system , fingerprints have often been used as a method of solving criminal cases .A suspected man may deny a charge but this may be in vain .<4>When a suspect leaves fingerprints behind at the scene of a crime , they are difficult to detect with the naked eye .<5>Some of the marks found are incomplete but identification is possible if a print of a quarter of an inch square can be obtained .\", 'candidates': [\"Special techniques are used to `` develop '' them .\", 'A fingerprint is an impression of the friction ridges of all part of the finger .', 'It is only when the inner skin is injured that the arrangement will be destroyed .', 'With special methods , identification can be achieved successfully within a short time .', 'A latent print is the chance reproduction of the friction ridges deposited on the surface of an item .', 'His fingerprints can prove who he is even if his appearance has been changed by age or accident .', 'Every human being has a unique arrangement of the skin on his fingers and this arrangement is unchangeable .']}", + "output": [ + "[6, 2, 3, 5, 0]" + ] + }, + { + "input": "{'passages': 'Each of our experiences impacts us , either in a positive way or a negative way .Negative experiences can leave us in trouble and make us upset .However , positive experiences can greatly improve our daily motivation .<1>Here are some ways to increase your daily motivation and you can achieve so much more in your life : Having goals is vital .They are the key motivator that drives you to succeed .<2>Important and meaningful goals motivate you to take inspired action toward achieving what you desire and keep you focused and driven when you come across challenges and difficulties .<3>Breaking a goal down into small steps will prevent you becoming overwhelmed and help maintain a positive attitude to keep you moving forward . Life at times will be hard , but you should remember that these hard times are temporary .<4>Have daily inspiration to live life to the full and achieve all you can .A desire and motivation to live life to the full is the least you can give in return .<5>Your dreams and goals will never be realized unless you acquire a continuous drive and daily motivation to take inspired action that keeps you moving forward .', 'candidates': ['Your mind is extremely powerful .', 'Good times are always just around the corner for you .', 'They help us achieve our goals and become better people .', 'A life without goals is like a boat without a compass moving aimlessly .', 'Feed your mind with positive thoughts and you will gain whatever you want .', 'After setting a goal , you must take small progressive steps toward achieving it .', 'If you want to achieve more in life , you have to do whatever you can do to make it happen .']}", + "output": [ + "[2, 3, 5, 1, 6]" + ] + }, + { + "input": "{'passages': \"Artificial intelligence AI can help us make phone calls , guide us to where we want to go , or play games .<1>Researchers from Microsoft recently created the first machine translation system that can translate news articles from Chinese to English , Business Standard reported . According to Microsoft 's official website , researchers tested the system by asking it to translate hundreds of sentences taken from news stories .<2>They concluded that the system 's translations were as good as the human translations .<3>This is partly because different words can be used to express the same meaning .It can be hard to say which word is more `` correct '' .<4>`` Much of our research is really inspired by how we humans do things , '' lead researcher Liu Tieyan said . One method is called dual learning .In this method , the system translates every sentence from Chinese to English , as well as translating the sentences back from English into Chinese .<5>This is similar to what humans do to make sure their translations are accurate . Another method makes use of deliberation networks .This is when the system is made to translate the same sentence over and over .Gradually , the system improves the quality of its translation , like humans who would improve their own writing by going over it again and again .\", 'candidates': ['Machine translation is always challenging .', \"However , experts used several methods to improve the system 's translation abilities .\", 'Then , language experts compared the results to two translations that were done by humans .', 'Researchers collected a lot of data to help the system learn and improve .', 'And now , AI can do even more things .', 'Researchers have worked on machine translation for decades .', 'This way , the system can improve itself and learn from its own mistakes .']}", + "output": [ + "[4, 2, 0, 1, 6]" + ] + }, + { + "input": "{'passages': \"Being Left-handed in a Right-handed World The world is designed for right-handed people , but a tenth of the population prefer the left .<1>The answer to it remains a bit of a mystery .Since scientists have noticed that left-handedness tends to run in families , it 's assumed that left-handedness has a genetic component to it .<2>In fact , identical twins , who share the same genes , can sometimes prefer to use different hands .There are also plenty of theories on what else might determine which hand you write with , but many experts believe that it 's kind of random . Historically , the left side and left-handedness have been considered a negative thing by many cultures .<3>In some areas , the left hand became known as the `` unclean '' hand .In many religions , the right hand of God is the favored hand .For example , Jesus sits at God 's right side .Various activities and experiences become rude or even signs of bad luck when the left hand becomes involved .In some parts of Scotland , it is considered bad luck to meet a left-handed person at the start of a journey .<4>A person giving directions will put his left hand behind him and try to point with his right hand if necessary .In some Asian countries , eating with the left hand is considered impolite .<5>People come to realize that left-handedness is natural .People even noticed that many famous people are left-handed , including Benjamin Franklin , Leonardo Da Vinci , and Charlie Chaplin .Some researchers find out that lefties are more creative and can deal with abstract thinking better .The left-handedness is more easily adaptable to the right-handed world as well .Being left-handed is no longer a sad story now ; instead , it is a wonderful gift or maybe it is something you should take pride in .\", 'candidates': ['In other words , left-handers are born that way .', 'Left-handedness used to be regarded as a disability .', 'The unfavorable associations of the use of the left hand among cultures are varied .', 'Why do they prefer to use their left hand rather than their right hand for routine activities ?', 'Why do some parents force their left-handed children to become right-handed when writing ?', 'In Ghana , pointing , gesturing , giving or receiving items with the left hand is considered rude .', 'Fortunately , nowadays most societies and cultures no longer reject left-handedness like before .']}", + "output": [ + "[3, 0, 2, 5, 6]" + ] + }, + { + "input": "{'passages': \"Nowadays , people tend to take a selfie wherever they are .However , not all of them can take a perfect selfie .<1>So I am going to give you some tips on how to get a perfect one . Use Several Devices .Before you can even think about uploading a selfie on your social networking site , you need to decide which device to use in the first place .Although there are many devices you can use to take a selfie , the best one is a smart phone with a front and back camera .However , it does n't mean that your other devices ca n't come in handy .<2>In the end , all that matters is how well you practice and how to get the right shots . Catch Good Lighting and Background .To capture a classic selfie , you have to pay close attention to the lighting and background .If you 're taking a selfie indoors , you are supposed to face a window or door where natural light is shining right on your face .This really brightens up the picture .<3>.Aim for Unconventional Shots .For a refreshing twist , try taking a selfie with your pet .<4>One great thing about selfie is that you do n't need to wait for the right time or place .You can instantly reach out for your camera , strike a pose , and get a rocking selfie .<5>Relax , enjoy and click -- -these are the three basic rules you need to follow .A selfie is not an activity where you need to follow some guidelines or set rules .\", 'candidates': ['Try to avoid the serious face .', 'Pretend to be very happy all the time .', 'Taking a selfie needs practice and skills .', 'You remember to show your best smiles there .', 'For an outdoor selfie , face the sun to make it work .', 'You just have to understand how each of them works .', \"It 's interesting to see what king of expression it will give .\"]}", + "output": [ + "[2, 5, 4, 6, 0]" + ] + }, + { + "input": "{'passages': \"To meet the global climate crisis that is approaching , big lifestyle changes are required of those of us .The good news is that our way of life can remain meaningful and worthy as our consumption becomes sustainable .<1>Eat less meat and move toward a plant-based diet .This is one of the most effective things we can do because the food we now produce and consume is destroying the very ecosystems that we depend upon for survival .Here are some of the grim facts . The U. S. uses about one-half of its land for agriculture .<2>For example , the U. S. uses over 90 million acres of good agricultural land to produce corn , which is mostly fed to livestock .With 7.6 billion people on earth , the demand for food is enormous and constantly on the rise .It 's easy to feel we ca n't make a difference .<3>We should not ignore the power of the choices we make . Even one person can make a big difference by eating less meat and moving toward a plant-based diet and make contributions to the health of the planet as well as your own .Recognize how the food we eat is connected to other living beings .It often helps us make much wiser buying choices .<4>This way , we will help people around the world enjoy more eco-friendly and nutritious foods .<5>When you change your diet to be more sustainable , you become visible proof that changing our food habits is doable , healthy , and enjoyable .\", 'candidates': ['Little things matter in your relationship with the earth .', 'By buying mindfully , we support local , affordable agriculture .', 'But we can change our diet to heal the earth as we heal ourselves .', 'Unfortunately , the majority is used to raise livestock or for crops consumed by them .', 'Your choices create positive impacts on the food system and inspire the people around you .', \"There 's one step you can take right away to reduce harm to Mother Earth .\", 'We can try to reduce waste by using leftovers and eating the fresh produce we buy .']}", + "output": [ + "[5, 3, 2, 1, 4]" + ] + }, + { + "input": "{'passages': \"How to Stay Out of Trouble Sometimes it may seem like you 're always getting into trouble with your teachers or your parents .<1>The best thing to do is to stop trouble before it starts .It 's always possible to turn over a new leaf.1 .<2>Joining a sports team is a great way to stay out of trouble .Whether you 're playing soccer or baseball , team sports are a great way to find something to do rather than get into trouble.2 .Join a club .If sports are n't your thing , you can always join a club .You can join an art club , chess club , French club , cooking club and so on .<3>Therefore , you wo n't have time to annoy your teachers or parents.3 .Go volunteering .<4>If you 're too young to do it on your own , go with a parent to a volunteering event .You can help people learn to read , clean up a local park , or work in a soup kitchen .Find something that is meaningful to you and commit to it at least once a week.4 .Read as much as you can .Reading can help you improve your vocabulary and comprehension skills .<5>Getting truly interested in stories can help you forget the hours passing by .Reading for just 20 minutes before bedtime every night can help you develop an addicting lifelong habit .\", 'candidates': ['Join a sports team .', 'Play soccer or baseball .', 'Then you can have a good time with your friends .', 'Volunteering is another great way to stay out of trouble .', 'These clubs can help you focus on something you care about .', \"What 's more , if you 're reading , then you 're not getting into trouble .\", \"And no matter what you do , you just ca n't seem to get things right .\"]}", + "output": [ + "[6, 0, 4, 3, 5]" + ] + }, + { + "input": "{'passages': \"<1>Norman Cousins was the editor of Saturday Review for over 30 years .His story began in 1964, when doctors found that the connective tissue in his spine was becoming worse, which is a condition known as Ankylosing Spondylitis .The doctors, one of whom was a close friend of Cousins, said that his chance of survival was approximately 1 in 500 .He read about the theory that negative emotions do harm to the body, so he thought that if negative emotions were damaging to health, then positive emotions should improve health .Faced with the real possibility of his approaching death, Cousins thought long and hard and eventually did three things completely contrary to medical opinion .<2>He discovered that his condition was removing Vitamin C from his body and, based on Cousins' personal research, doctors agreed to take him off several of the drugs he was on and inject him with large doses of this supplement , as Cousins felt this may be his last hope .<3>The third thing Cousins did was get a movie projector and a large supply of funny films .On his first night in the hotel Cousins found that he laughed so hard at the films that he was able to stimulate chemicals in his body that allowed him several hours of pain-free sleep .When the pain returned he would simply turn the projector back on and the laughter would help sleep, and he was able to measure the changes in his body by measuring his blood sedimentation rate , and found that this rate dropped by at least 5 points each time he watched one of these videos .<4>He found that the laughter relieved the pain and helped him sleep .<5>In 1989, it was finally acknowledged in the Journal of the American Medical Association that laughter therapy could help improve the quality of life for patients with chronic illness and that laughter has an immediate symptom-relieving effect .\", 'candidates': ['When I began my research,I expected to find lots of teenagers who were escaping real life through the Internet .', 'He returned to work and wrote about his experimental treatment in his book Anatomy of an Illness .', 'So, I made the difficult decision that I could do this on my own .', 'First he began his own research on all of the various drugs he was on .', 'Laughter healing benefits and healing with laughter have become synonymous with Norman Cousins, the man who laughed himself to wellness .', 'The treatment proved to be so effective that in very little time Cousins was off all painkillers and sleeping pills .', 'Secondly, Cousins made a decision to check out of the hospital and into a hotel room .']}", + "output": [ + "[4, 3, 6, 5, 1]" + ] + }, + { + "input": "{'passages': \"Dear Dongdong I have been in Hong Kong for a whole week .I will stay here for another week .<1>There's so much to see and do here .And I've done so many wonderful things .I've taken the cable car to the Peak Galleria .I've been to Hong Kong Racing Museum .I've known a lot about horse racing .I've also visited Ladies' Street .In the street I bought some beautiful clothes for my mother .<2>Chinese traditional music has always been my favourite .<3>Dolphins are so clever .They can jump from the water to touch a ball, sway their bodies to music, kiss people and even do math .<4>I'm so excited because I have never seen an Italian film before .<5>That's all .Best wishes!\", 'candidates': ['Last night I went to a concert .', 'Hong Kong is really a great place to visit .', 'This morning I went to Ocean Park and watched the dolphins perform .', 'A few days ago, I went to school with lots of books,hoping to get a locker .', \"But some people say they're boring .\", 'Although it seems a little funny to ask Yuanfang , a fictional character, and some people even find it boring .', 'Mr Host is going to take me to an Italian film festival in Hong Kong Cultural Centre tomorrow .']}", + "output": [ + "[1, 0, 2, 6, 4]" + ] + }, + { + "input": "{'passages': \"A single night of taking the drug Ecstasy can cause serious brain damage and speed up the start of Parkinson's disease , scientists say .Just two or three Ecstasy tablets can permanently destroy brain cells that affect movement and reasoning, according to American research that links the drug to Parkinson's for the first time .A study by a team at Johns Hopkins University in Baltimore, Maryland, involving squirrel monkeys and baboons found that both species suffered permanent damage to key cells, which are lost in Parkinson's, after receiving three low doses of Ecstasy at three-hour periods .<1>George Ricaurte, who led the research, said that the widespread abuse of drug might have caused severe damage .<2>Alan Leshner, a former director of the US National Institute on Drug Abuse, said, This study emphasizes the multi-aspect damage that Ecstasy causes to users .<3>But this study shows that even very occasional use can have long-lasting effects on many different brain systems .<4>Janet Betts, a mother whose teenage daughter Leah died after a single Ecstasy tablet in 1995, said, This comes as no surprise .But people can't see the effects at first, and they say it won't happen to them .<5>\", 'candidates': ['The study is particularly important because baboons are one of the best animal models for the human brain .', \"It sends an important message to young people: don't experiment with your own brain .\", \"We're going to miss Mark, just like you'll miss that graduate, that neighbor or that newlywed .\", 'The study found that it is particularly important to expose kids to healthy foods on a number of occasions .', \"We've long known that repeated use damages brain cells .\", \"We'll see the symptoms later, just as we have with smoking .\", 'The most troubling result is that young adults using Ecstasy may be increasing their risk of developing Parkinsonism as they get older .']}", + "output": [ + "[0, 6, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"Live every day like it 's a holiday We feel great on holiday because we let go of everyday stresses and worries .Research has even shown that vacations help health and wellbeing .<1>there 's plenty you can do to make safe you benefit from that holiday feeling .Sleep like a holiday maker Sleep like a baby when you 're on your holidays but stay awake anxious when you 're in your usual routine ?<2>Reset your sleep pattern and avoid bringing problems to bed .That includes your phone TV or laptop .Aim for at least seven hours'ZZZs-just as you would on holiday .Get moving When you 're travelling you walk around new cities without a second thought .A lively walk will release happy hormones and eases anxiety and mild depression .<3>it makes sense to build it into your day .Start with just 15 minutes of exercise a day .Calve out some quiet lime When you lie back on your beach towel with the sand between your toes the sun shines on your face and you sigh with pleasure Would n't it be nice to have that feeling every day ? It 's far from impossible so long as you make time to take a break from the busy and noisy world .<4>It could be a long bath a massage or a nice cup of tea with a friend .Just make sure you schedule it into your day or week .<5>Part of the thrill of a holiday is to discover a new place and do new things .But it 's also easy to be a holidaymaker in the place you live in .At weekends have a drink in that interesting-looking pub you are always walking past check out a new music club or visit a different museum .It will get you out of the routine and make you feel alive .A bit like a holiday really .\", 'candidates': ['Be a tourist in your own town', \"So whether or not you 're on holiday\", 'Do anything that makes you feel better', 'Spend time with your pet if you have time', 'If so you might need to examine your sleep habits', 'Given that exercise is cheap healthy and reduces stress', 'The more exercise you take the more opportunities fire open to you']}", + "output": [ + "[1, 4, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"5 1.5 7.5 The eyes are the windows of the soul .Having a pair of bright , clear eyes is very important , so we should protect our eyes throughout our lives .<1>Don ' t read while lying down or walking .Relax after every hour of reading . Keep a distance from the TV set when you watch TV and give your eyes a rest every 30 minutes .Do n't stare at the sun or try to read in the darkness .<2>This can damage your eyes easily .Get your eyes checked often .Not many people have this habit , but it is necessary .If you feel that there is something wrong with your eyes , get them checked quickly .<3><4>You can close your eyes for a few seconds or look into the distance for one or two minutes .A small break will relax your eyes and help to stop you from getting eye problems .Be careful when you choose your glasses .<5>Make sure your glasses are right for you .If they do n't feel right , get your glasses changed .\", 'candidates': ['Develop good reading habits .', 'Rest your eyes whenever you can .', 'Make sure you get enough sleep every night .', \"Glasses that are n't suitable for you could bring you trouble .\", \"Even if you'rewearing sunglasses , never look directly at the sun .\", 'Eye problem can be found and treated early with regular checks .', 'Drink green tea every day as a way to protect your eyes against eye problems .']}", + "output": [ + "[0, 4, 5, 1, 3]" + ] + }, + { + "input": "{'passages': \"<1>Sometimes it is hard to get to sleep .Everything seems to go wrong at once .<2>Here is some advice .1Think about what it is that's making you feel bad .2Talk over your problem with a friend or a trusted adult .3Get help to do something with the problem if you need it .4Plan your work if you are getting behind .<3>5Set yourself some goals to work your way through the problem .6Make sure that you are getting enough exercise .7Don't take on too much work .You don't have to do everything at once .<4>9Learn to relax .<5>Reading a book is a good way to relax, too .\", 'candidates': [\"8Don't say yes when you'd like to say no , and then you won't be worrying .\", 'Soft, calming music can help you relax .', 'What should you do if you feel stressed?', 'Plan your time well so that you can fit everything in .', 'When you get worried or stressed out about something, your heart beats faster, your stomach feels tight or you feel sick .', \"What if caring for a dog or for a mom with Alzheimer's makes you stronger and allows you to live longer?\", 'He consumes every waking minute of her precious time and smooth-talks her as well .']}", + "output": [ + "[4, 2, 3, 0, 1]" + ] + }, + { + "input": "{'passages': \"Chinese International School Application Form Before an applicant can be invited to take part in an assessment, an application form should be returned to the Admissions Office, and the application fee of HK$1,000 cannot be returned .<1>Checks are also good for payment to Chinese International School .The application should include: * Applicant' academic report from the last school year .<2>[:,,] * A copy of the applicant's Hong Kong ID card or a passport showing a valid Hong Kong visa .* Only for applicants applying under a Corporate Nomination Right: A company letter confirming the nomination .<3>Applicants who would like to re-apply for another academic year are asked to submit a new application and application fee .<4>Initial offers for Reception will be sent out from late March once all assessments have been completed .<5>Acceptances may also be made on a conditional basis among the applicants on the reserve list .Applicants who have been assessed but who have not been admitted are welcome to reapply for the next academic year .Please note that such applicants will be asked to submit a new application and application fee .Confirmation of Acceptance and Enrollment Once an applicant has been admitted, the applicant family will be asked to confirm acceptance and hold the student's place with immediate payment of the required fees for the Nomination Right (HK$ 500), plus the sum of HK$ 7,500 as the first tuition payment .[:] In addition, enrollment will not be considered complete until the following have been received, normally one month before the start of the new school year: Physical examination results Tuition (first month)\", 'candidates': ['Acceptance Applicants will be informed of their acceptance status in writing by postal mail .', 'Please note that, for safety reasons, pushchairs are not permitted in the State Apartments .', 'A recent study published in the offers some clues as to how both nature (personality) and nurture (experience) impact our friendships .', '* A recent passport-sized photo (attached to the application form) .', 'Please note that the application fee is non-refundable .', 'For overseas applicants wishing to pay in currencies other than HK dollars, the fee is US$145 .', 'Some applicants who have been assessed may be held on a reserve list .']}", + "output": [ + "[5, 3, 4, 0, 6]" + ] + }, + { + "input": "{'passages': \"Mo Yan , a well-known Chinese writer , won the Nobel Prize for literature in 2012 .<1>When he was interviewed , he said he was only a normal person who could tell stories .<2>He thought his mother had a strong influence on him .Mo Yan was born in a poor family in China 's rural area .When he was young , he was a little bit shy because he thought he was n't good-looking .<3>That made him very upset .His mother encouraged him to face the fact bravely .She told him not to look down on himself .She said it did n't matter if a person did n't have a good look and it was important to work hard and never give up .<4>Mo Yan did n't let her mother down .He worked hard at writing .He wrote many famous novels , such as Hong Gao Liang and Wa .<5>Hold on to your dream and your dream will come true in the end .\", 'candidates': ['She hoped that his son would be a useful person in society .', 'He especially thanked his mother .', \"His success tells us a truth , `` Nobody can beat you unless you beat yourself . ''\", 'He was also the first Chinese writer who got this prize in history .', 'His classmates often played jokes on his look .']}", + "output": [ + "[3, 1, 4, 0, 2]" + ] + }, + { + "input": "{'passages': \"<1>With hobbies, teenagers can become more familiar with history, social science and culture .Here are some hobbies for teenagers .Collecting Coins may be too expensive for teenagers, but postcards, bookmarks even T-shirts can be great things to collect .<2>Many teenagers enjoy collecting things when they visit a place .No matter what they collect, the most important thing is the information they get from the collection .Writing Writing can improve teenagers' language skills .<3>Writing a diary can help teenagers enter a private world .It is important for their development .They can also write stories and poems .Building Models, birdhouses and anything else that teenagers make with their own hands can make them happy .Building is a great hobby because it is easy to start .Most teenagers can find interesting things to build .Building can help them improve their creativity .<4>Music can give teenagers self-confidence .They can sing songs and play an instrument .<5>\", 'candidates': [\"It is famous for the world's best surf scenes, and many surfing enthusiasts travel to Fuji yearly to ride the great waves .\", 'It can be a great hobby for teenagers .', \"A good hobby is an important part of a teenager 's life .\", \"One of the most surprising things about top performers is how many losses they've had and how much they've learned from each .\", 'Music Do you dream to be a music star?', 'Sometimes teenagers can learn music in a music club and make friends with the people who have the same hobby .', 'Teenagers can collect things that do not cost much .']}", + "output": [ + "[2, 6, 1, 4, 5]" + ] + }, + { + "input": "{'passages': \"`` So , what are you doing after graduation ? ''Many juniors and seniors get bored answering that question over and over .Most students , however , choose to go to college for further study .<1>Talking to Your Parents<2>Talk openly with your parents about your plans -- -both for the short term and the long term .If your parents want you to go to a college but you do n't feel that college is right for you , explain why .<3>Your parents probably do n't know everything .For school and career guidance , visit your school consultant and talk with adult friends .Make an effort to talk to people in the fields that interest you .Ask friends in college about their schools and other schools they 're familiar with . Making a Decision Some people know from an early age exactly what they want to be and how they plan to get there .However , not all of us are so sure of our plans , though , and that 's OK too .School is also not just about careers and getting a high-paying job after graduation -- -- it 's a place for learning about yourself and the world .<4>You can always go back to school or change a career path -- -- lots of people do . Selecting a School If college is in your future , you need to plan .Which schools appeal to you ?How do you decide on a school when there are thousands to pick from ?Once you 've narrowed down your choices , you can visit their websites or make arrangements to visit .<5>\", 'candidates': ['Whatever you choose to do now does not have to be what you do forever .', 'This is the fact that young people have to take into consideration .', 'Getting advice .', 'Try to do this during school time so you can get a good idea of what life is really like on campus .', 'Talking to friends .', 'What if your post-graduation plans differ from what your parents have in mind ?', 'Here are some practical tips to prepare yourself for the journey .']}", + "output": [ + "[6, 5, 2, 0, 3]" + ] + }, + { + "input": "{'passages': \"In the villages of Mexico , as in some other parts of the world , shopping is a kind of game .In the fine department stores , of course , buyers pay the prices listed on the tags .<1>Suppose a merchant is a Mexican shopkeeper who sells handmade silver jewelry to tourists .<2>The merchant names a price .Immediately the tourist makes a much lower offer .The price the merchant puts on an article is not usually the price which will finally be paid .But the merchant pretends to be shocked .<3>It takes a long time to make such remarkable earrings .But at great sacrifice the merchant will let the tourist have the earrings at a lower price .The two bargain .The tourist comes up a little , and then the merchant comes down a little .At last they agree on what both consider to be a fair price .<4>The merchant may talk about life in the village or mention interesting sights the tourist should see before leaving Mexico . The merchant 's way of doing business is much older than the supermarket way .It dates back to Old World times when the town market was the only place where people could exchange news and visit with friends .<5>In Mexico today , bargaining still makes life interesting for some merchants .\", 'candidates': ['The buyers found bargaining really interesting .', 'Bargaining made their lives a little more color1 ful .', 'While the two bargain , they speak of other things as well .', 'Among the items of jewelry is a pair of earrings a tourist wants to buy .', 'But in most villages , bargaining is a game both buyers and sellers enjoy .', 'While in mountain areas , the buyers and sellers have to bargain every day .', 'The tourist is told that the earrings are real silver , made by people living in the mountains .']}", + "output": [ + "[4, 3, 6, 2, 1]" + ] + }, + { + "input": "{'passages': \"Encouraging friends to discuss their problems can be difficult .Some people think it hard to open up to others because they do n't think other people care about their problems .<1>The best help you can offer to a friend going through a difficult time is your ears .There are many things you can do to get a friend to talk about his problems .<2>Your friend will be more likely to open up to you if he feels that you care about him .Let him know that you are there for him and that he can share anything with you , regardless , of how bad it is . Do n't offer your answer to every problem your friend shares .<3>Refer your friend to a medical expert if his problem is serious or life-threatening .Do n't try to handle it by yourself . Do not be judgmental .<4>A critical attitude will make your friend not want to share his problems with you .If he tells you something horrible , do n't overreact .Be understanding and sympathetic . Let your friend know it is OK to feel bad .You may have some ideas of the problems your friend is facing .<5>Often people feel like they are the only ones experiencing a particular problem .\", 'candidates': ['Be supportive and reliable', 'Ask questions such as how your friend is going', 'Choose an isolated place to begin your conversation', 'Avoid cutting in or showing your critical attitude', 'Give your answer or advice if he asks for it , but concentrate on listening', 'Others think that their friends will judge them if they know the details', 'You may also share your experience when you or another friend went through a similar situation']}", + "output": [ + "[5, 0, 4, 3, 6]" + ] + }, + { + "input": "{'passages': \"<1>2000 years ago people already knew it moved around the earth and where it would be in the sky at different times of the year .At that time, everything about the moon was learned by watching it carefully in the sky .When scientists could use telescopes to study the moon more closely, their ideas began to change .<2>Most scientists thought moon rocks would be different from those on Earth .This was because they believed the moon had once been a planet that had been caught in the earth's gravity millions of years earlier .<3>Much to their surprise, scientists found that, except for water, the moon and the earth were made of the same things .Once again new ideas were needed for this new information .<4>They believe very early in its history, maybe 4 million years ago, something about the size of Mars hit Earth .This sent billions of rocks into space around our planet .<5>In the future, even though our ideas about the moon may change again, we will still be interested in it .\", 'candidates': ['They could see the moon was made of rocks .', 'Those greenish-yellow lichens you see on rocks in the high mountains have no roots .', 'We have always been interested in the moon .', 'These rocks slowly joined together and after many years became the moon .', \"We always seem to find something funny in incidents caused by people's forgetfulness or absent-mindedness .\", 'In 1969 moon rocks were finally brought to the earth and studied .', 'After years of study, most scientists now think that the moon was once part of Earth .']}", + "output": [ + "[2, 0, 5, 6, 3]" + ] + }, + { + "input": "{'passages': \"10G : J8 i ( F % i+ c , C A : Can I help you , madam ? B : Yes .I am looking for a white skirt . A :<1>B : Size M.A : Sorry .<2>B : Do you have any other color ? A : Yes .<3>It is very popular this summer . B : Well , it looks nice .<4>A : Sure .Look , it fits you very well . B :<5>A : 288 yuan . B : I really like it , although it is a little expensive .I 'll take it .\", 'candidates': ['Can I try it on ?', 'How much is it ?', 'Thank you very much .', 'What size do you want ?', 'What can I do for you ?', 'What about the pink one ?', 'The white ones in your size are sold out .']}", + "output": [ + "[3, 6, 5, 0, 1]" + ] + }, + { + "input": "{'passages': \"Bill is only fifteen years old , but he 's already very rich .Two years ago , Bill began a football website for young people .`` I became interested in computers when I was eight because my father 's job is with computers .As a little boy , I also loved football<1>Bill started the `` football OK ! ''website two years ago , and now more than 20,000 people visit it every day .<2>He usually gets up at six and looks at his e-mails .Then he goes to school from nine to fourteen .In the evenings , he always works for about four hours on his website .<3>`` At the moment I am thinking about a new website on American football , maybe for next year , '' he said .And is Bill the same person that he was three years ago ?<4>`` I have met a lot of interesting people on the website and I have traveled all over the world . ''Bill does n't know about the future .`` Maybe I will sell the website , I really do n't know .I will just wait and see . ''When he is 21 , Bill will be a millionaire .<5>\", 'candidates': ['No , he is very different now .', \"Bill 's next plan is a new website .\", \"He always says , '' Anything is possible . ''\", 'Bill is a schoolboy and businessman as well .', 'So I decided to make a website-especially for people of my age .', \"He ca n't set up a new website .\", 'Yes , he is .']}", + "output": [ + "[4, 3, 1, 0, 2]" + ] + }, + { + "input": "{'passages': \"<1>I still missed him so much .I would walk over to his old house where my daughter now live and still expect to see him sitting out on his front porch .I would see him in my dreams, looking young and strong again .<2>I wished I had visited him more, talked with him more, and listened to him more .I wished I had asked the questions that I never did .I wished I had given him more hugs and told him I loved him more often .<3>I was angry at the destiny because Dad and Mum had both passed away before I was 50, and I was angry with myself because I hadn't made the most of time I had with them .Today, I found myself walking under a cloudy sky, staring at the leafless trees .As I walked along, one of the last golden maple leaves fell from its tree and sailed in the wind until it landed in front of me .I picked it up and smiled .At the moment of peace I felt a sound in my heart and mind: death is momentary , but love is eternal .<4>We would see each other again in a place of love, joy and light .<5>\", 'candidates': ['I felt bad too because I regretted not spending more time with him while he was here .', 'I knew at that moment that my relationships with Mum and Dad were not over .', 'We would spend our days in learning, laughter and love .', \"But, on Saturday, just days before the two-year anniversary of Joseph's death, a postcard arrived in the mail .\", 'I still remember that first time when she smiled at me saying that, and I smiled right back, telling her thanks .', \"In the days following the first anniversary of my dad 's death, I felt sad .\", 'I wished I had cherished the time I had with him here .']}", + "output": [ + "[5, 0, 6, 1, 2]" + ] + }, + { + "input": "{'passages': '<1>When water freezes and turns to ice,it expands .<2>Water is used in car engines to keep them cool while they run,and if this water is allowed to freeze in winter it can break the iron block of the engine .<3>Water freezes at 0degC;the usual kind of antifreeze will not freeze until the temperature is-40degC .A mixture of five parts of water and four parts of antifreeze will prevent freezing at-18degC;four parts of water and five parts of antifreeze reduce this to -22degC .Alcohol is a kind of good antifreeze,but when the air is running it becomes hot and the alcohol boils away,so it must be changed very often .<4>There are several chemicals that do this .<5>', 'candidates': ['That being said, there might be some adolescent wisdom in her behavior after all .', 'That is why antifreeze is necessary .', 'Most people use antifreeze that does not boil away when the engine is running .', 'Antifreeze is a liquid that is added to water to keep it from freezing .', 'One day a young visitor looked at this wasteland and called it an awful area .', 'One of the most popular is called ethylene glycol .', 'The force of water expanding is so great that it will break the hardest metal .']}", + "output": [ + "[3, 6, 1, 2, 5]" + ] + }, + { + "input": "{'passages': \"Photography has been my interest ever since I was old enough to pick up a camera, but today I want to share with you the 15 most treasured photos of mine, and I didn't take any of them .There were no art directors, no stylists, no chance for reshoots, not even any regard for lighting .<1>My story begins when I was in New York City for a speech, and my wife took a picture of me holding my daughter on her first birthday .<2>We happened to be back in New York exactly a year later, so we decided to take the same picture .<3>Approaching my daughter's third birthday, my wife said, Hey, why don't you take Sabina back to New York and make it a father-daughter trip, and continue the ceremony?This is when we started asking passing tourists to take the picture .<4>They're also ways for us to freeze time for one week in October and reflect on our times and how we change from year to year, and nor just physically, but in every way .Because while we take the same photo, our viewpoints change, and she reaches new milestones and I get to see life through her eyes, and how she communicates with and sees everything .<5>\", 'candidates': ['Well you can see where this is going .', 'This very focused time we get to spend together is something we value and expect the entire year .', \"We're on the corner of the 57thand 5thavenue .\", 'Lee believes that going under water can shift the building of data centers from construction projects to manufacturing jobs .', 'So these photos are far more than representatives for a single moment, or even a specific trip .', 'In fact, most of them were taken by random tourists .', \"We've been waiting decades to understand how common habitable planets might be, and it's looking like they're really common .\"]}", + "output": [ + "[5, 2, 0, 4, 1]" + ] + }, + { + "input": "{'passages': \"Before you begin studying English , ask yourself one question : ``<1>`` Is it because you want to , or because someone else wants you to ?Like every decision in life , studying English must be something you want to do .Here are some tips to help you learn English well .Set goals . If you know why you want to study , setting goals is easy .For example , maybe you want to travel to an English-speaking country .Great !<2>Perhaps you have already known many useful phrases , but you want to improve your listening skills and pronunciation .Whatever your goals are , you should write them down ,<3>How long do you need to study to achieve your goals ?This answer is different for every student .<4>If you work 40 hours per week do n't plan on spending another<5>hours a week studying English .Start off slow , but study regularly .Use material that is challenging , but not too difficult .Find out what works for you .After you have studied for a few weeks , adjust your study schedule accordingly .Make a commitment . Learning English requires a lot of motivation .Nobody is going to take your attendance when you are n't in class .If you are sure that you are ready to begin studying , make a commitment .Have fun learning English . If you are n't having fun learning English , you 're not studying the right way !You can be a serious student who has fun at the same time .Make up your own reward program to give yourself encouragement to stay on a task .\", 'candidates': ['Make an arrangement .', 'Why do I want to study English ?', \"Your goal might be to learn `` Survival English '' .\", 'The important thing is to be realistic and reliable .', 'What is the most effective way of learning English ?', 'The things we do best in life are what we enjoy doing .', 'Make every moment of your English learning meaningful .']}", + "output": [ + "[1, 2, 0, 3, 5]" + ] + }, + { + "input": "{'passages': \"Empathy is the ability to imagine what it must be like in someone else 's situation .It is an essential part of what it means to be human , to the extent that we are suspicious of anyone who does not show empathy in their behavior .<1>We read novels , watch television and go to the theatre , and part of our enjoyment comes from understanding the dilemma faced by the characters because we know how we would feel if we were in the same situation .<2>One study has shown animals displaying empathy towards other animals and towards humans .Creatures from across the animal kingdom such as bees and whales , as well as domestic pets , display behavior that suggests they cooperate with and protect each other . In another study , psychiatrist Jules Masserman and his team conducted an experiment with monkeys in which the monkeys pulled one of two chains that released food .One chain simply released the food , while another gave an electric shock to a second monkey .The first monkey stopped pulling the chain that delivered the shock .<3>This empathetic behavior was observed in a number of monkeys . The origin of empathy is probably the need for the young of all animal species to be cared for .They communicate this requirement by crying for attention and to show pain .Both human and non-human young were more likely to survive if their parents reacted positively to their needs .People and animals alike are social beings and are more likely to work together .<4>If we help others , we are also helping ourselves and so empathy is sensible and realistic . We do n't always display empathy , however .Just as animals react aggressively to unknown creatures from their own or other species , humans tend to regard people they do n't know with suspicion .<5>Our unwillingness to trust anyone unfamiliar is as natural to us as our empathy towards those we know and love .\", 'candidates': ['To feel empathy is not restricted to real life .', 'You can empathize with someone without feeling sympathy for them .', 'This fear of strangers will , we believe , protect us from personal danger .', 'It seemed to be willing to go hungry rather than see a fellow animal suffer .', 'However , it seems that in fact empathy may not be a quality unique to humans .', 'Empathy plays a role in that as it allows us to understand our fellow humans better .', \"It 's certainly difficult to understand an animal 's intention behind an emphatic response .\"]}", + "output": [ + "[0, 4, 3, 5, 2]" + ] + }, + { + "input": "{'passages': \"<1>All that is required is a bit of imagination and some time set aside for fun .And the best part is that these are the kind of memories a child will remember for a lifetime .<2>Kids often get computer games for Christmas or birthdays , and would love to have a chance to play with their family .<3>_ is a fun game to play that will challenge a child to use his/her imagination .Divide the family into teams and let each team come up with words that the other has to act out ._ Pick some time for the family to sit down and come up with their own masterpiece .It does n't need to be just a drawing -- take some old magazines sitting around the house , let the kids cut out pictures and paste them into their own montage .<4>Let them use leaves , pine cones , twigs and whatever else they can find to create something from their imaginations .<5>If the weather is nice , take them to a park or playground and let the kids have a day of playing .Or , if it is the middle of winter and a foot of snow is on the ground , set up a picnic in the living room .Family Field Trip A family field trip does n't have to cost a dime .Ask a nearby farm if it would be alright to bring your kids out for a tour and to see some of the animals .Or take them to a park and make a scavenger hunt where they need to find certain items from nature .Ask a local business if you could bring the family for a tour to see how things work -- you might be surprised at the number of people who would be thrilled to share what they do with others , and it could be an interesting lesson for the kids .\", 'candidates': ['There are many good beaches near the city , and Los Angeles is also close to Disneyland .', 'Or , use items from nature .', 'Or , make up some games of your own .', 'There are many fun , free activities that you can do as a family .', \"Shifu and the Furious Five do n't like Po the panda and try to make him quit , but he becomes friends with them .\", 'Family game night Find out any of the games that are already around the house .', \"Family Picnic Taking the family for a picnic is a great way for some fun that does n't cost any money .\"]}", + "output": [ + "[3, 5, 2, 1, 6]" + ] + }, + { + "input": "{'passages': \"China is a country which has a long history .It has lots of traditional handicrafts .<1>It varies from animals and plants to the scenes of our everyday lives .Guangling paper-cutting is one of the country 's most famous craftsmanships .Thanks to the efforts of Zhang Duotang , a descendant of its founder , paper-cutting has now developed into a industry .The Guangling paper-cutting has been listed in the list of nationally protected intangible cultural heritage .<2>It is regarded as a `` Unique Chinese Folk Art '' and was added to the list of World Intangible Cultural Heritage by UNESCO in 2009 .There are 38 procedures about making paper cuts .It 's a pure handicraft that can not be replaced by modern machines .But as more and more young people are leaving Guangling to find work , it 's an art that is slowly dying .However , Zhang has decided to do something about it .<3>In 2007 , Zhang began to build the Guangling paper-cutting cultural industry park , investing over 45 million yuan into the project .<4>Besides , he set up a paper-cutting industry chain in the process .<5>He also thinks that it is a duty for him to pass on the skill .He and his team research how to make better paper-cutting from morning to night .It is their efforts that make the world know about Chinese paper-cutting .We believe that Chinese paper-cutting art will be well handed down .\", 'candidates': [\"It 's very popular with young people .\", 'Zhang regards paper-cutting as his life .', 'Chinese paper-cutting is one of the oldest handicrafts in China .', \"It 's famous for its bright colors , vivid models and skillful engraving .\", \"He built China 's first Guangling paper-cutting art museum and a training school .\", 'He organized his family members , brothers and sisters , trying to explore new ways to revive this traditional skill .']}", + "output": [ + "[2, 3, 5, 4, 1]" + ] + }, + { + "input": "{'passages': '<1>Forget about placing an order, paying the bill online and waiting for days for it to be delivered to you .<2>You might find it hard to believe that you could actually print an object like you would a picture .<3>Just as a traditional printer sprays ink onto paper line by line, modern 3-D printers spread material onto a surface layer by layer, from the bottom to the top, gradually building up a shape .<4>The thinner each layer is --- from a millimeter to less than the width of a hair --- the smoother and finer the object will be .This may sound like a completely new technology, but the truth is that 3-D printing has been around since the late 1980s .Back then, it was barely affordable for most people, so few knew about it .<5>For example, 10 years ago a desktop 3-D printer might have cost PS20,000 (200,000 yuan), while now they cost only about PS 1,000, according to the BBC .Taken out of the factory and introduced to more diverse and common uses, 3-D printing can create just about anything you can think of ---flutes , bikinis, jewelry, aircraft parts and even human organs .In fact, scientists from Cornell University in New York have just made an artificial ear using a 3-D printer, according to Science Daily .The fake ear looks and acts exactly like a natural one .However, as 3-D printing becomes more commonplace, it may bring about certain problems --- such as piracy .Once you can download a coffee maker, or print out a new set of kitchen utensils on your personal 3-D printer, who will visit a retail store again?an expert in 3-D printing told Forbes News .Even more frightening, what if anyone in the world could use a 3-D printer to print out a fully functioning gun?', 'candidates': ['Instead of ink, the materials the 3-D printer uses are mainly plastic, resin and certain metals .', 'Instead of ink, the materials the 3-D printer uses are mainly plastic, resin and certain metals .', \"In the near future, you'll be able to get it in minutes just by hitting print on your computer .\", 'SEE a cell phone cover that you like on Taobao?', 'I wanted to thank Dad for all his hard work and sacrifice by buying him the best present I could think of .', 'Last year, though, saw a big change in the 3-D printing industry--- printers became much cheaper .', 'But it is not that hard to understand how it would work .']}", + "output": [ + "[3, 2, 6, 1, 5]" + ] + }, + { + "input": "{'passages': \"problem 5 2 10 How to apply for a job online In today 's computerized world it has become more and more common to apply for a job online .<1>Sending online applications saves time and money and in the long run is more convenient for both the possible employee and the employer .But do keep in mind that the same proper way is required when applying on line .In this article I will give you some of the proper rules for submitting an online application .First of all , make sure your email address is one that is ly simple and in good taste .<2>Good writing skills are always a sign of a good employee .Your application should be business like and professional .You want your application to contain all of your pertinent information but at the same time you do not want it to be too long .<3>A short introductory letter about yourself highlighting your work accomplishments is a plus but do n't go on and on .<4>It is a commonly accepted form for receiving documents .Most people are familiar with this format and it can be easily read .If you do not know how to do one ask for help .Of course , be sure to use a proper subject line and most important you want to make sure your application gets to the correct person .<5>It is better to take the time to send good applications to more companies than sending out many that do n't mean anything .You want to send a personal cover letter with each application .You want that letter to imply that you are familiar with the company .\", 'candidates': ['Just as in a written application make sure all of your spelling and grammar is correct .', 'before you push the button and send anything you want to make sure that what you send is something you can be proud of .', 'It is a good idea to send your application in a PDF file .', 'Pen and paper applications are quickly becoming traditional .', 'When sending out applications you may want to limit the number you send .', 'If you go on and on with information no one cares about , your application will probably end up in the junk file .', 'use a proper subject line and most important you want to make sure your application gets to the correct person']}", + "output": [ + "[3, 0, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"( 5 2 10 ) Puppy Food A puppy ( young dog ) is a precious addition to any family .The excitement of bringing home a little furry friend will always live in our memories .Like all of us though your puppy must have adequate nutrition right from the start to make certain that it 'll have a long and healthy life .<1>You might ask yourself what is the best for your new pet with all of the different varieties on the market in all of their attractive packaging .Some dry food produced specially for puppies is the best for the development of their teeth .<2>Contrary to the belief of many first-time puppy owners it is not always the best idea to purchase food that is too high in calcium protein and vitamin levels .<3>In addition , a high intake of calcium is associated with bone disease in large-breed dogs .If you have a `` smallbreed '' puppy you can buy that kind of food .It is not a good idea to feed the food you eat to your puppy frequently as your puppy may become selective about food .<4>Some people think that dog biscuits and other treats are fine , but they should not be a main part of puppy 's diet .Young puppies should be fed three times a day .Each puppy is unique however so feeding them twice a day is acceptable .After ten to twelve weeks of age feed your puppy twice per day .Allow your puppy to eat as much as he would like in fifteen minutes .<5>If you let your puppy eat too much or too often by keeping food accessible at all times he may become overweight and have health problems as an adult .Like humans your puppy will not enjoy the food any longer if it is there at all times\", 'candidates': ['Pick up the dish with the remaining food .', 'Proper food is a basic necessity for your puppies .', 'Remember to give your puppy the food he would like to have .', 'It can also cause an upset stomach due to an unbalanced diet .', 'A further benefit is that it is less expensive than the canned food .', 'One example is that extra helpings of nutrients do harm to digestive organs .', \"It'good to provide the extra nutrients a puppy needs until he grows larger .\"]}", + "output": [ + "[1, 4, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"problem I was interested in reading a newspaper article about a new concept in old people 's homes in France .The idea is simple , but revolutionary combining a residential home for the elderly with a nursery school in the same building .<1>In the afternoon , the residents enjoy reading or telling stories to the children , and if a child is feeling sad or tired , there is always a kind lap to sit on and a cuddle .There are trips out and birthday parties too .<2>The children are happy because they get a lot more individual attention , and respond well because someone has time for them .They see illness and death and learn to accept them .The residents are happy because they feel useful and needed .They are more active and more interested in life when the children are around and they take more interest in their appearance too .<3>There are many reasons for this , including the breakdown of the extended family , working parents with no time to care for aging relations , families that have moved away , and smaller flats with no room for grandparents .But the result is the same-increasing numbers of children without grandparents and old people who have no contact with children .And more old people who are lonely and feel useless , along with more and more families with young children who desperately need more support .<4>That 's why intergenerational programmes , designed to bring the old and the young together , are growing in popularity all over the world .<5>Using young people to teach IT skills to older people is one obvious example .Using old people as volunteer assistants in schools is another , perhaps reading with children who need extra attention .\", 'candidates': ['The advantages are enormous for everyone concerned .', 'There are examples of successful attempts all over the world .', 'Nowadays there is less and less contact between the old and the young .', 'However , there are some similarities between the old and the young', 'The children and the residents eat lunch together and share activities .', 'No previous experience can we use to communicate between them .', \"It 's a major problem in many societies .\"]}", + "output": [ + "[4, 0, 2, 6, 1]" + ] + }, + { + "input": "{'passages': \", ..In times of economic downturn , many people start to look for ways to reduce their household budget and save extra cash .Living a thrifty lifestyle does not have to mean doing nothing .<1>Here are some tips .Track your spending for at least 2 weeks .You wo n't really know how to live a thriftier lifestyle until you know where your money is going .Write down every time you spend money and take a look at it at the end of the month .<2>Search the Internet when you have to buy something .Because of the easy access to information , you can compare prices from more stores in less time .<3>Combining producers ' coupons with store discounts can lead to major savings .Turn off the lights and other electronics in your home when you are not using them .<4>Leaving electronics on can use a tremendous amount of extra energy , costing you money .<5>When you do have to go out , look for available deals and discounts .If you are a frequent restaurant diner , consider purchasing a guide book for local restaurants , which will help you save money .\", 'candidates': ['Eat at home as often as possible .', \"You probably do n't really need 500 channels .\", \"If you really ca n't live without it , call the company .\", 'Open a window and let in the natural light instead .', 'In this way , you will see obvious ways to reduce the small dailyexpenses .', 'So check your local stores as well as online providers to find thebest price .', 'Instead , making small changes will allow you to save money and stillenjoy yourself .']}", + "output": [ + "[6, 4, 5, 3, 0]" + ] + }, + { + "input": "{'passages': \"Can I help you ?Yes .Can I have a look at the red skirt ?Which one ?<1>The big one .<2>Let me see .Oh , it 's 50 dollars .Oh , it 's too expensive .How about the blue one ?It 's cheaper .<3>Let me have a look .Very good .<4><5>\", 'candidates': ['It is only 30 dollars .', 'The big one or the small one ?', 'Good morning .', 'How much is it ?', \"I 'll take the blue one .\", 'Sorry .', 'Here you are .']}", + "output": [ + "[1, 3, 0, 4, 6]" + ] + }, + { + "input": "{'passages': 'Choosing to Study Overseas Every year , thousands of students choose to study in another country for a semester , the summer , or a year .Studying overseas can be an exciting experience for people .<1>Living in another country can help you to learn a language , and about another culture .You will see the world in a new way , and lean , more about yourself .<2>Many companies today want employees who speak a second language , or have experienced living or working in another country .<3>Once you decide to study overseas , you have to make some choices .To choose the right country or school , ask yourself : Where do I want to go and why ?How much do I want to pay ?How long do I want to study overseas ?Do I want to live with a host family , with roommates , or alone ?<4>Get your passport and visa early !Before you go , learn some of the language , and read about some common customs in your host country .Learn about the money .Bring some of it , and a credit card with you . Once you are there . After the first few weeks overseas , many students will feel a little homesick .They may miss their family , and familiar ways of doing things .<5>When you feel sad or homesick , try to talk to others , or write about your feelings in a notebook .', 'candidates': ['Get ready to go .', 'Make the right choice .', 'Why do you study overseas ?', 'Get quick access to foreign universities .', 'Overseas study may also look good on your future resume .', 'Remember that it takes time to get used to a new place , school , and culture .', 'As a study abroad you will pay tuition fees to the overseas institution .']}", + "output": [ + "[2, 4, 1, 0, 5]" + ] + }, + { + "input": "{'passages': \"Although they are an inexpensive supplier of vitamins,minerals,and high--quality protein,eggs also contain a high level of blood cholesterol ,one of the major causes of heart disease .<1>This knowledge has caused egg sales to drop in recent years,which in turn has brought about the development of several alternatives to eating regular eggs .One alternative is to eat substitute eggs .<2>They have the advantage of having lower cholesterol rates,and they can be scrambled or used in baking .One disadvantage, however,is that they are not good for frying,poaching,or boiling .<3>These eggs are produced by hens that are fed low-fat diets consisting of ingredients such as canola oil,flax,and rice bran .<4>Yet,producers of these eggs claim that eating their eggs will not raise the blood cholesterol in humans .Egg producers claim that their product has been described unfairly .<5>And in tact studies on the relationship between eggs and human cholesterol levels have brought mixed results .It may be that it is not the type of egg that is the main determinant of cholesterol but the person who is eating the eggs .Some people may be more sensitive to cholesterol from food than other people .In fact,there is evidence that certain dietary fats stimulate the body's production of blood cholesterol .Consequently,while it still makes sense to limit one's intake of eggs,even designer eggs,it seems that doing this without regulating dietary fat will probably not help reduce the blood cholesterol level .\", 'candidates': ['These egg substitutes are not real eggs, but they look somewhat like eggs when they are cooked .', 'They use scientific studies to back up their claim .', 'One egg yolk,in fact,contains a little more than two--thirds of the suggested daily cholesterol limit .', 'The Entropia Universe The Entropia Universe is a virtual world on the Internet, which seems very like our real life .', \"A second alternative to regular eggs is a new type of eggs,sometimes called designer''eggs .\", 'In spite of their diets,however,these hens produce eggs that contain the same amount of cholesterol as regular eggs .', 'They may choose to write something along the lines of back in two minutes in a bid to avoid a fine .']}", + "output": [ + "[2, 0, 4, 5, 1]" + ] + }, + { + "input": "{'passages': \"3 P ' Q4 J* e : S9 Y7 \\\\ A : Hello , Mark !You look unhappy .<1>B : I argued with my parents last night .A : Why did you do that ?B : I got my report card yesterday .I did n't do well in math .<2>A :<3>You should work harder at math .B : I know , but I find it really difficult and I really do n't know how to improve it .A :<4>B : That 's great .Thanks a lot .A : You 're welcome .<5>B : I will .\", 'candidates': ['My parents got angry with me .', 'Maybe I can help you with it .', 'The teacher said I could do better .', \"What 's the matter with you ?\", 'I really had a difficult time studying math .', 'Why not go home and say sorry to your parents ?', \"That 's too bad .\"]}", + "output": [ + "[3, 0, 6, 1, 5]" + ] + }, + { + "input": "{'passages': \"problem It can be hard to encourage children to go outside and do sports when the television is on and the computer has all of their favorite games .<1>Below are some tips on helping get children to do more sports outside .Educate Tell children about the importance of a balanced diet and exercise . Many parents do n't realize the importance of exercise unless their children have an unusual body weight .<2>Explain to them how exercise helps their hearts and keeps them alive longer .Types of Sports When it comes to organized sports , there are many different opportunities for every child . There are everyday sports such as baseball , football , and soccer . They teach teamwork and keep children moving .There are also some not-so-common choices for children who just do n't want to play a sport .<3>If children find an activity that they like , they are more likely to continue with it .If children do n't like any of the sports you 've urged them to try , do n't give up . Take a nightly walk , bike ride , skateboarding , or roller skating around the neighborhood .<4>To make sure it does n't get too boring , try to make up games .In conclusion , there are many different ways to keep children active .<5>Never give up on teaching them the importance of a healthy body .\", 'candidates': ['It may be tiring along the way .', \"If one does n't work , try another !\", 'It needs skills to get children to do sports outside .', 'Some sports are dangerous for children to play .', 'Let children try as many different activities as possible .', 'Forcing children into sports might keep them off sports .', \"Children with a `` normal '' body weight should also exercise .\"]}", + "output": [ + "[2, 6, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"In my experience working with children , self-confidence or a lack of confidence can have a big effect on whether a person is able to overcome the challenges they are experiencing , such as fear and anxiety as well as other concerns .When children build their self-confidence , meaning they believe.n themselves more , they become more comfortable with themselves .<1>1 .Create a pretend play . Allow a child to create a puppet show to express the difficulty he is having .For instance , if the child is afraid of the dark , have him come up with a puppet show about a puppet that is afraid of the dark .<2>If the child doesn~t seem to be coming up with a way to help the puppet overcome his fear , present some questions to see if he can come up with a way to help the puppet.2 .<3>Many children with low self-confidence display behaviors that suggest they do not believe [ they can do things on their own .To encourage independence , when a situation appears.n which the child states he ca n't do it or wants you to do it for him , encourage the child to do the activity .<4>3 .Raise self-awareness . Helping children to become more aware of who they are can help build self-confidence .Children with low self-confidence may not be very decisive .They may say I do n't know '' a lot or may hesitate when you ask them questions about themselves .<5>To do this , be supportive of the answers they provide by making sure not to discount or make them feel like they need to change their answers in any way .\", 'candidates': ['Develop speaking skills .', 'Encourage independence .', 'Praise any effort he makes .', 'ln addition , help the child to accept their own answers .', 'Many play therapy activities can also be used on adults .', \"Here are three techniques for improving children 's self-confidence .\", 'Have him create a title for the puppet show and then make the show .']}", + "output": [ + "[5, 6, 1, 2, 3]" + ] + }, + { + "input": "{'passages': \"<1>The finding comes weeks after leading scientists reported children born to men over the age of 45 run a higher risk of having autism and mental disorders .<2>Martin Fielder, an anthropologist at Vienna University, told the Sunday Times: 'Every 16 years the mutation rate doubles .<3>By 56, it doubles again .The effect is very visible - someone born to a father of 22 is already 5-10 per cent more attractive than those with a 40-year-old father and the difference grows with the age gap .In contrast, women pass on a maximum of 15 mutations to their baby, regardless of age, according to the study published in the journal Nature .Surveying a group of six men and six women, researchers showed them each 4,018 photographs of 18-20-year-old men and 4,416 of women the same age, and asked to assess their attractiveness .Those with older fathers were consistently considered less attractive .<4>Professor Lee Smith, a geneticist at Edinburgh University, told the Sunday Times other research found such children have longer telomeres - the caps on the end of chromosomes --- which are associated with longer life .But the mounting research connecting parents' age with autism is cause for concern, experts warn .Autism is an umbrella term for a range of developmental disorders that have a lifelong effect on someone's ability to interact socially and communicate openly .In the UK, around one in 100 adults is thought to be affected by autism, mostly men, caused by a combination of genetic and environmental factors .Researchers said men should be advised about the potential problems in order to help their personal decision-making when it came to having fathering children at older ages .<5>Among well-known older dads are Simon Cowell, 54, whose son was born earlier this month, and comedian Frank Skinner whose first child was born in 2012 when he was 55 .\", 'candidates': ['Older fathers have uglier children, researchers have claimed after linking age to genetic mutations .', 'Other researchers found 25 mutations per sperm in a 20-year-old, but at age 40 it is 65 mutations .', \"With age, sperm -producing cells do not copy a man's DNA as effectively, leading to genetic mutations .\", \"They warned that advancing paternal age faced a risk of 'numerous public health and societal problems' .\", \"With two big stars in the leading roles, The Children's Hour tickets are sure to sell fast .\", 'The researchers also considered possible influences like having young children, being unemployed or being single .', 'However, the children of older men, though less attractive, are likely to outlive their peers with younger fathers, it is claimed .']}", + "output": [ + "[0, 2, 1, 6, 3]" + ] + }, + { + "input": "{'passages': \"This happened several years ago .But it has stuck with me so I wanted to share it .Every day on my way to work I would buy a newspaper from an elderly gentleman on the corner of the street .He would always smile and say , Good morning .<1>Most of the people who sell these papers are homeless or poor and they do it to make a few bucks .One day Charlie was n't there ! Someone else was in his place !<2>It troubled me all day long .<3>I never knew he was a veteran who had served our country .I just knew his smile always made my day .<4>When I showed up in Charlie 's room he began to cry .He told us he had been feeling very lonely and was convinced no one would ever visit him .He said that we were his only visitors .We told him we were glad to do it and thanked him for all that he had done for others .I never saw Charlie after that , although I heard he moved to California .<5>A big thankyou to those who serve our country and protect us and thank you Charlie , wherever you are !\", 'candidates': ['It could help you feel calm , but I think you want a happier color for your wedding .', 'I asked my girlfriend if she would go with me to visit him and she agreed .', 'All I could think about was Charlie being alone in the hospital .', 'His smile always made my day .', \"That was thirty years ago but I have n't forgotten my smiling friend .\", 'The weather changed each day , but Bob still felt that his job was always the same .', \"This other guy told me Charlie was in the veterans ' hospital .\"]}", + "output": [ + "[3, 6, 2, 1, 4]" + ] + }, + { + "input": "{'passages': \"If you are a motivated person , it is easy to put your personal goals ahead of those of the people around you .It is natural and not necessarily a bad thing .However , it is crucial t learn to be a team player .Acting as a part of a team builds character , teacher empathy , and eventually achieves goals .<1>Here 's why : Group Effort Is More Effective than Individual Effort .You can run a small business pretty independently , but if you ever plan on being employed or running a business that employs others , you 'll have to learn how to work with other people .<2>Improving Others Equals Improving Yourself .If you 're on a team , your personal success helps make you a good team player .This is because most people are at least a little bit competitive , whether they admit it or not .When you do well , you set a standard that others will want to meet .By pushing yourself , you help push the people on your team .<3>When you see someone you 're working with do something better than you , more often than not , you 'll push yourself to meet that standard . Your Attitude Matters<4>People respect the ability to work well with others more than anything .Your individual actions have an impact , but if you 're reluctant to do something to help your team , it 'll be evident and your contribution will be less appreciated .Having a genuine interest in your team helps you as well as those you 're working with .<5>As much as your work is important and necessary to the success of your team , the success of your team is important and necessary to your success .\", 'candidates': ['Of course , this works both ways', 'These is a mutual effect between personal success and team achievement ...', 'People with team spirit try hard to make their team the best of all', 'You should be the kind of person who wants to be a team player', 'Those who show respect for others will be respected in turn', 'All of these things , in turn , contribute to your personal success', 'The most impressive achievements are accomplished by groups of people , not individuals']}", + "output": [ + "[5, 6, 0, 3, 1]" + ] + }, + { + "input": "{'passages': \"<1>I discovered Google 5 years later .<2>The Internet has become so popular that 90 percent of 12-to-17-year-olds in the United States use the internet, and about half of these kids use it every day .They visit chat rooms and send e-mails .<3>Kids are now living in a virtual world, says Greenfield, an expert at University of California, As the Internet is becoming more and more important for our life, we should worry about one question: Is the Internet good or bad for kids?<4>They include online computer games, news, messages and even e-mails to your grandmother .<5>Although it's not easy to tell whether it's good or bad, says Justine, the Internet, at least, is very useful and can be used widely by everyone in the world .\", 'candidates': ['So more and more people believe that the online world can be helpful in some ways but dangerous in others .', \"It's ***to answer the question because the Internet involves so many things, says Justine, who is from Northwestern University .\", 'If you do not have enough time,try a short nap--even ten minutes of sleep can help you .', 'They go to websites to get information for their homework .', \"My best friend and I had promised to send each other something every Valentine's Day .\", 'Now, I use the internet all the time .', 'I began to send e-mails when I was 17 .']}", + "output": [ + "[6, 5, 3, 1, 0]" + ] + }, + { + "input": "{'passages': \"You can not choose your child 's friends for him , but you can help him learn to choose friends wisely .<1>Here are a few ways to help your child make friends .Build your child 's self-confidence . When he succeeds or has made a great choice , tell him you are proud of him .<2>Your middle school student is going through many changes and may feel like he is n't `` good enough '' .Building his self-confidence will help him feel more confident and will make it easier for him to form healthy friendships .<3>Give him your full attention when he talks , and really listen to what he has to say .Discuss the qualities in a friend with your child . Discuss with your child the qualities that matter most , such as being reliable and kind , and making good choices when it comes to avoiding alcohol and tobacco .Get to know your child 's friends .<4>It 's more important to talk with them and find out what they like to do .Allow your child to invite his friends over and get to know them better .<5>Afterschool clubs and sports programs are good places for meeting new people .Be open to exploring different activities with your child to find something that he enjoys . Friends are very important for us .\", 'candidates': ['Friends are very important for us .', 'Introduce your child to new groups of people .', 'Talk with your child every day and listen to his concerns .', \"Try not to judge your child 's friends based on how they dress .\", 'When he does not succeed , help him feel better and keep trying .', 'You can teach him ways to find friends who will have a positive influence on him .', 'There are many types of friends and we should be careful when making our choices .']}", + "output": [ + "[5, 4, 2, 3, 1]" + ] + }, + { + "input": "{'passages': \"Master Your Deadlines The struggle begins in high school , sometimes earlier .Deadlines , and lots of them , start to pile up .At college , the pressure sometimes leads to last-minute rush an unsatisfactory work .At work , failing to meet deadlines can easily get you fired .<1>Here are a few best practices .Assign deadlines to what matters . If the task is n't of high importance , do n't set a specific deadline .In this way , you are able to keep it on your radar for a while without feeling pressured .<2>This will provide just enough pressure to ensure you get it done .<3>.Set a personal deadline for yourself a day or two before the actual deadline .<4>If you 're working with a group of people , add in even more time to account for potential follow-ups and the need for approvals .Keep communicating .<5>This means letting others know when something is taking longer than expected , when a delivery did n't come in , when a client is not providing the necessary information , etc .Although it may feel embarrassing to admit that something is not on schedule , being honest is much better for relieving your stress .\", 'candidates': ['Whenever you feel challenged to finish work on time , communicate', 'But handled properly , deadlines can actually improve productivity', 'But if an activity is urgent , set a deadline immediately', \"In this way , you'11 never have to stay up late and feel stressed\", 'Finish your project as early as possible', 'Plan for flexible hours', 'So if anything takes longer than expected , you can still wrap it up and submit it on time']}", + "output": [ + "[1, 2, 5, 6, 0]" + ] + }, + { + "input": "{'passages': \"Chopsticks Right now , millions of people are digging into their food with two sticks that have school the test of time as a utensil for humans .But what 's so special about them ?<1>Personally , I think they teach us the importance of :<2>If you 're ever tried using them , you know that you ca n't get what you want by just randomly stabbing at the plate .To be able to get what you want , you have to aim for it .There 's no way you can pick up everything in one go .Know what you want , and just do it .<3>Practice Using chopsticks does n't come naturally .You ca n't learn to use them by just reading about them .<4>It is the same with the real life .You can read as much as you like about all the things you want to do , but it will just amount to dreams and theory if you do n't try actually doing it . Slowing Down<5>Why ?Because it allows your stomach to tell your brain you 're full before you overeat .Eating with chopsticks is a slower process , but that is not necessarily a bad thing .Sometimes we need to slow down and take things one step at a time , so that we have time to think and realize that we do n't have to keep charging full speed through life .\", 'candidates': ['Aim', 'Motivation', 'What can we learn from them ?', 'You have to practice using them', 'Those who eat too fast were less successful at losing weight', 'Sometimes , a little bit of focus makes the difference between failure and success', 'A common health tip is to try to eat with chopsticks when you can']}", + "output": [ + "[2, 0, 5, 3, 6]" + ] + }, + { + "input": "{'passages': \"<1>His first name is Peter .<2>This is his school .His school ID card number is 20048567 .<3>Miss White is a good teacher .Li Min is a Chinese boy .<4>Look !That 's a pencil .<5>I do n't know .Let 's call Li Min at 495-6548 .\", 'candidates': ['His teacher is Miss White .', \"Miss White 's phone number is 495-8666 .\", 'This boy is Peter Smith .', \"Is the pencil Li Min 's ?\", 'His last name is Smith .', \"That 's a watch .\", 'Li Min is his good friend at school .']}", + "output": [ + "[2, 4, 0, 6, 3]" + ] + }, + { + "input": "{'passages': \"problem The Taj Mahal Shah Jahan finished building Taj Mahal in 1648 .He was a rich and powerful emperor , and he built the Taj Mahal as a memorial for his wife .<1>The word `` taj '' means crown , `` Mahal '' was the name of his wife .Twenty thousand people worked for 18 years to complete this beautiful domed building .A thousand elephants carried huge stones and jewels from all over India and central Asia to the Taj .Shah Jahan wanted this memorial to be a burial place for himself and his wife .The Taj Mahal is on the Yamuna River in Agra in northern India .<2>Its picture is in most travel books and brochures .It is open daily from sunrise to sunset .For about fifteen rupees ( or about US $ 0.33 ) , anyone can enter this peaceful and quiet place .As you enter , you pass through beautiful , silent gardens .From the gardens , you cross a wide courtyard .Suddenly , you see the dome of the main building through a tall , red sandstone gate .At daybreak , the Taj Mahal 's white walls turn rose .At noon , they blaze white .At dusk , they become dark grey .<3>After you pass through the gate , you step onto a wide stone platform .You look over another garden with pools .Everything is arranged carefully in fours .<4>The garden is divided into four parts .There are straight rows of color1 ful flowers and trees in each of the parts .At the four corners of the Taj Mahal , there are pointed tall towers .After the gardens , you go down stone steps towards the main building with the tomb and the graves of Shah Jahan and his wife .After hundreds of years , the Taj Mahal remains a lovely and peaceful place .<5>\", 'candidates': ['It was a monument of love .', 'Four is a special number in the Moslem religion .', 'Many people want to visit the Taj Mahal some day .', 'This beautiful building is truly a jewel for all people .', 'The Taj Mahal is most beautiful by the light of the full moon .', 'To many people around the world , the Taj Mahal is a symbol of India .', 'From the cool , dark gates , the Taj Mahal seems to float between earth and sky .']}", + "output": [ + "[0, 5, 4, 1, 3]" + ] + }, + { + "input": "{'passages': '<1>They usually have to sit up three or four hours every night doing their homework .<2>The homework is limited to an hour a day and the students have no homework on the weekend .I think this is an excellent idea that will allow students to live better and healthier lives .Less homework will give students more time to enjoy other pastimes .<3>They have been kept there on my shelf for several years!Because of homework, I will have not read a single one of them .<4>More time free from homework will get our physical health better .Many students like sports, but they have little time to play football, basketball, volleyball and so on .<5>They must spend so much time solving math problems and doing grammar exercises .Besides, staying up late to finish their homework leaves many students exhausted in the morning .Not getting enough sleep is not only unpleasant; it also makes students more likely to get colds and other illnesses .', 'candidates': ['Unable to take part in many activities, my father still tried to participate in some way .', 'With less homework, students will be freer to develop their interests in art, music and other hobbies .', 'Now one school in my hometown has made a rule of limiting homework .', 'My parents divorced and I moved to a new town with my father, far from my old family and friends .', 'I have many books which I received as gifts from my parents and friends .', 'They hardly have time to have a trip or take part in any social activities .', 'Middle school students have far too much homework .']}", + "output": [ + "[6, 2, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"Relationships are an important part of your life .<1>.They help you feel accepted and liked by others .The feelings you have about yourself and others depend on how well these needs are met<2>.This gives you a feeling of security .You feel secure when you know you can count on family and friends to love and to accept you the way you are .You add to your feeling of security by making others feel loved .Helping people you care about makes you feel giving and unselfish .Think about how good you feel when someone compliments or thanks you .`` What a good job '' or `` I appreciate your help '' are comments that you like to hear about yourself .<3>Naturally you feel happy when you receive a compliment .Likewise , you can compliment your family members or friends on their accomplishments<4>.Talk things over with your family and friends .Share your hopes and dreams .Express your joys and frustrations .When family members and friends are talking , take time to listen to what they are saying .Give them clues that show you are listening , such as a nod of approval or a smile<5>.To earn trust you need to show parents , adults , and friends that you can handle new experiences and responsibilities .Being honest and truthful with people can also help you .\", 'candidates': ['Learn to express your thoughts clearly and listen to what others say .', 'Different opinions on good relationships .', 'One of the most important things in life is to be loved and accepted by others .', 'Such comments make you feel worthwhile .', 'Relationships help you meet your social and emotional needs .', 'Keys to making relationships work .', 'Another relationship skill that helps people get along with one another is trust .']}", + "output": [ + "[4, 2, 3, 0, 6]" + ] + }, + { + "input": "{'passages': \"The American city of Detroit was like Paris , some people said .It had a big river , beautiful wide streets and important buildings .Then , in the 20th century , it was called Motor City because of the number of car factories there .Workers in the car factories had good jobs and they earned good money .<1>Life was good .But at the beginning of the 21st century , Detroit became America 's poorest big city .<2>The city 's population fell for several reasons .One reason is that people moved to the suburbs in the 1950s because new highways were built .Another reason is that in 1967 some violent events happened there and it became dangerous .<3>Also , the big car companies like General Motors and Chrysler had huge problems .And in 2008 , the world financial crisis had a big effect on many cities , especially Detroit .Now , a lot of people in Detroit are poor .Half of the city 's families have less than 25,000 dollars a year .In 2013 , it became the biggest bankrupt city in American history .<4>It had some money to improve small things like lights in the streets and so people felt safe .The police came quickly when there were problems .Old , empty buildings were pulled down .<5>And there are new businesses too .The city gave 10,000 dollars to 30 new small businesses .Now there are grocery stores , juice bars , coffee shops and even bicycle makers .Finally , the city is working again .\", 'candidates': ['It was a new beginning for the city .', 'But then something began to change .', 'There is now space for new buildings .', 'A lot of people were scared of coming to the city .', 'In a period of fifty years , more than half the people left Detroit .', \"It was n't unusual to own a home , a boat and even a holiday home .\", 'Detroit was famous for the cars General Motors and Chrysler produced .']}", + "output": [ + "[5, 4, 3, 1, 2]" + ] + }, + { + "input": "{'passages': \"A proverb is a short , well-known saying that expresses a common truth or belief .Proverbs are found in most cultures and are often very old .In American history , Benjamin Franklin was a scientist , inventor and writer as well as a leader of the American Revolution .<1>Franklin wrote a book called `` Poor Richard 's Almanac '' .<2>Some of them are still used today , like this one : `` Early to bed and early to rise makes a man healthy , wealthy and wise . ''Franklin is also remembered for other proverbs like , `` A penny saved is a penny earned . ''<3>Here are other examples of proverbs that Americans use .The first ones are about love .Some people say , `` All is fair in love and war . ''They mean that anything you do in a relationship or in battle is acceptable .<4>In other words , when you are in love with someone , you may refuse to see anything bad about that person .Here is another popular saying about love : `` The way to a man 's heart is through his stomach . ''Some people believe that a woman can win a man 's love if she prepares his favorite foods. ``<5>`` This proverb is true in love and war or other situations .It means that what you do is more important than what you say .We have to stop here , so we must say , `` All good things must come to an end . '': Word Bank penny earn , , , .\", 'candidates': ['Actions speak louder than words .', \"Another proverb says `` Love is blind . ''\", 'He was also famous for his proverbs .', 'This means that money should not be wasted .', 'He included many proverbs that he had heard or created .']}", + "output": [ + "[2, 4, 3, 1, 0]" + ] + }, + { + "input": "{'passages': '<1>Recently, the recruiting started .<2>Stage 1: Beijing Volunteers From August 28, 2006, the program opens to applicants in Beijing (and Beijing only) .<3>Stage 3: Overseas Volunteers By March 2007, people from outside China (including in other countries) can apply for volunteering in Olympics 2008 .The Program Travel, hotel are not provided .<4>If you have any questions, just call Olympics Volunteer hotline: +86-10-12308 According to news, 100k college students have applied for the position after three days of recruiting .<5>If you want to participate, just call the number and ask more questions about the program .However, my guess is, to be admitted to the program is not easy .', 'candidates': [\"However, such cracks tend to be open gaps (they don't swallow ) that a person could stand in afterwards .\", 'The recruiting of Beijing Olympics Volunteer starts from Aug 28, 2006 to end of March 2008 .', 'On a summer evening in Beijing in 2008, all those long, hard hours of work and commitment finally bore fruit .', \"Only working meal is available for volunteers (makes sense, isn't it?)\", '50,000 to 100,000 volunteers are needed for the game .', 'Stage 2: China Volunteers From Dec, 2006, people from outside Beijing can submit their application .', 'Want to be a volunteer for Beijing Olympics in 2008?']}", + "output": [ + "[6, 1, 5, 3, 4]" + ] + }, + { + "input": "{'passages': \"One day at the end of the class, a wise teacher told each of her students to bring a plastic bag and a bag of potatoes to school .The next day she told her students, From today on, for every person you don't like in your lives, you can choose a potato, write the person's name and the date on it and then put it in the plastic bag .<1>They were then told to carry this bag with them everywhere they went for a week .They would put it inside their quilts at night, on the seats when sitting in a car or on a bus, and next to their desks at school .<2>They had to pay attention to it all the time so that they wouldn't forget it .<3>They all tried to get rid of them .<4>If we choose to keep our sadness and hatred in our hearts, we will have to carry them around all our lives .<5>\", 'candidates': [\"On October 11th, 1994, the mission ended, and the spacecraft plunged through Venus' heavy cloud cover and crashed onto the planet below .\", 'Do you think you have got anything from the wise teacher and what she asked her students to do?', 'As time passed by, the potatoes went bad and smelt nasty .', \"Day after day, some of the students' bags were very heavy .\", 'When my friend Lesa was diagnosed with cancer, another friend and I went to the hospital to spend some time with her .', 'Too often we think of tolerance as a gift to other people, and clearly it is for ourselves!', 'The days carrying the bag around with them made students get to know what a weight they were carrying in their minds .']}", + "output": [ + "[3, 6, 2, 5, 1]" + ] + }, + { + "input": "{'passages': '<1>In the early 1990s, about 50% of the Americans own their homes and the rest rent their homes .<2>74% of the people in the US make their homes in or around cities .<3>Dogs live in about 40% of all homes in the US .About half that number have cats .<4>On the average ,2 .64 people lived in a home in the early 1990s .In 1960, the average was 3 .5 .<5>An American moves, on the average,twelve times in his or her life .In Japan, a person moves about five times, and in England a person moves eight times .', 'candidates': ['Here are some facts about homes in the United States and the people who live in them .', 'Families in the US are becoming smaller .', '26% live in the country .', 'Half of the teenagers in the US have their own bedrooms .', 'The rented homes are usually apartments .', 'It made 26 pictures for Warners while starring in his own live 1930s radio show The Wonder Dog .', 'Some countries, including the UK and the US, are taking steps to prevent the situation from becoming worse .']}", + "output": [ + "[0, 4, 2, 1, 3]" + ] + }, + { + "input": "{'passages': \"Just as I got to the airport .I realized I had left my laptop in the hotel .Mr. Dean , the driver of the taxi , said , I `` will go back for it . ''Then he left .I went into the airport and thought about what to do next .I should call the hotel first .But I did n't know the telephone number of the hotel .<1>As I was walking around , I saw a woman who was wearing a uniform .She was a clerk in the airport .I asked her for help .She then got online using her mobile phone , found what I wanted and also called the hotel using her mobile phone for me .<2>I told him that I had left my laptop in the hotel , but I did n't know exactly where it was .I told him to look for it in the room I had stayed in and the hotel restaurant .I also told him to hurry because I had to get on the plane by 7:55 .<3>Ten minutes later , the man found my laptop and called me back .I was very happy and told him to wait for Mr. Dean , who would fetch it for me as soon as possible .Then I began to wait for Mr. Dean .I hope that there would n't be any traffic jams on his way to the hotel and back to the airport .Finally , Mr. Dean came back with my laptop .<4>I was the last person to get on the plane .<5>It was important to me as I had to attend an important meeting the next day ., , .\", 'candidates': ['A man working in the hotel answered the phone .', 'I appreciated those who had helped me find my laptop so that I could return to my home country on time .', 'So I went to look for the `` Information Desk. ``', 'I was so happy that I gave him a big hug .', 'He agreed to help me look for it .']}", + "output": [ + "[2, 0, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"As a father who works outside the home , I recognize that it is easy for me to get caught up in stress at work .Indeed , sometimes it is difficult to turn off my work focus and turn on my family focus so that I can come home and be the loving husband my wife needs and the playful father my kids want .<1>Good fathers provide stability and strength to the family .As fathers , we do not let the pressures and worries of work get in the way of being there for our kids .<2>1 .<3>It does n't need to be a lot of time , but if you are able , have one on one time with each of your kids.2 .Be goofy with your kids .The more voices you do , the more expressive you are when you play with them , the more they will feel your love and your acceptance of them.3 .Spend time reading to them .Allow your kids to choose a book and spend time reading some of it to them before bed .The more effort you put into it , the more they will feel your love .<4>As a therapist who works with children and their families , I have noticed that the better the relationship that a father has with his child , the more influence that father will have on his child .As fathers work on developing a strong link with their kids through positive interactions , they can have a positive effect on the lives of their children .<5>\", 'candidates': ['Fathers have such an important and irreplaceable role in the family .', 'Sometimes books can help you deal with children .', 'Reading stories is an excellent time for dads to practice voice imitations .', 'Here are some thoughts to help fathers keep their little ones in mind .', 'As a father he must involve hardships in all his life .', 'And the confidence can give their children a great advantage to succeed in the future .', 'Make a plan to spend time each day with your kids .']}", + "output": [ + "[0, 3, 6, 2, 5]" + ] + }, + { + "input": "{'passages': \"5 2 10 Ks5u Choosing a college major is one of the most important choices you can make about your education and future career .What you study in college often determines what career opportunities you will have when you graduate .<1>There are a number of steps you can take before making a final decision .<2>For instance , if you enjoy marine life , you should consider a marine biology major .If you love star-gazing , consider becoming an astronomer . Next , consider the academic subjects in which you excel .If you 're not strong in math you might be better off not choosing engineering .<3>Compare the list of your interests with the list of your talents and see which fields overlap .Once you 've established a list of potential career fields , research them further to determine which college majors are most proper .<4>If you struggle with these steps , consider looking for outside help . Choosing the correct college major is important .You might find college life to be less stressful if you make a right decision .<5>Perhaps most importantly , choosing the correct major may improve your overall happiness and quality of life .\", 'candidates': ['Your teacher is there to help with just this sort of dilemma .', \"After research , you will be more likely to get an idea for what courses you 'll take .\", 'Therefore , making the right decision is extremely important .', 'College life is less interesting than you can expect .', 'You might also avoid the unpleasantness that comes with changing your major .', \"If you are not good at English , do n't choose to become an author or a journalist .\", 'Begin by making a list of your personal interests and careers which is related to them .']}", + "output": [ + "[2, 6, 5, 1, 4]" + ] + }, + { + "input": "{'passages': \"Most of us probably live without vegetables, but a world without chocolate?Now that would be hard!<1>There are two main causes of the chocolate shortage --- chocolate's growing popularity and less production of cocoa, the plant from which chocolate is made .With more and more people in India and China loving chocolate, not much can be done about the first cause .Therefore, the only thing we can do is to increase cocoa production .However, new plant diseases and little rain in Ivory Coast and Ghana, the world's largest producers, have reduced cocoa production by 40 percent in the past 10 years .What's worse, many cocoa farmers in Africa and other cocoa-producing countries like Indonesia and Venezuela are changing to easier-to-grow crops such as corn or rubber .<2>To prevent more farmers from changing, researchers at the newly opened International Cocoa Control Centre, in the UK, are trying to create new cocoa plants that are stronger and faster growing .But first they must make sure the new plants are safe to grow .<3>First, each new plant is stored at the Control Centre for six months to make sure it is healthy .<4>Only after scientists are certain that they're disease-free, will the plants be sent to farmers in West Africa or wherever else they are needed .To create new stronger types of cocoa, scientists at the Centre are combining the best parts from different cocoa plants .<5>\", 'candidates': ['This way, the farmers can make more money .', 'This takes a long time .', \"It is then planted in the Centre's fields, studied and tested for another two years .\", \"According to chocolate makers it could happen if we don't act soon .\", 'Though the world is facing a serious chocolate shortage, there is now hope!', \"Some futurologists predict that water could be the cause of war if we don't act now .\", 'It will lead to CANCER if it is stored in our body system for a long period of time .']}", + "output": [ + "[3, 0, 1, 2, 4]" + ] + }, + { + "input": "{'passages': 'Long-time exposure to air pollution can lead to physical changes in the brain and cause trouble in learning and memory , and even anxiety .<1>While other studies have shown the harmful effects of polluted air in the lungs and heart , this is the first to show the negative effect on the brain .The team of Laura Fonken , Randy Nelson , from the Ohio State University , the USA , has spread to the brain a previous line of research which found that fine particulate matter floating in the air mainly because of air pollution caused by humans , causes swelling in much of the body , and may be related to high blood pressure problems , and some other diseases .In the research Fonken and his colleagues exposed mice to polluted air for six hours each day , five days a week , over a period of 10 months , almost half the average life length of mice .<2>Fine particles of this kind are tiny , about 2 .<3>These particles can go deep into lungs and other organs .The concentration of this particulate material to which they exposed mice is equal to the concentration at which people can be exposed in some polluted urban areas .<4>Both the behavior of mice and the results of neurological tests done to them show that those within the polluted air had more problems in learning and memory , and higher levels of anxiety .The results suggest that long-time exposure to polluted air can have measurable negative effects on the human brain and can cause a variety of mental health problems .<5>', 'candidates': ['5 micrometers in diameter , or about one-thirtieth the width of a human hair .', 'Polluted air contains fine particles created by cars , factories and natural dust .', 'This will help you remember what was covered and get you ready to understand the new information your teacher will provide .', 'After a period of 10 months , the researchers got the animals to have a series of behavioral tests .', 'This is suggested by the results of new research on mice .', \"All Peter 's wigs are hand-made using human hair , so they look as real as possible .\", 'This could have important consequences for those living and working in polluted urban areas .']}", + "output": [ + "[4, 1, 0, 3, 6]" + ] + }, + { + "input": "{'passages': \"Healthy habits that stick Here are five rules that helped me develop good habits.1 .Pick habits you honestly want to have I did n't choose habits I thought I should add because of what anyone else wasdoing .<1>It was about listening to myself.2 .Build your habit your own way When I started to build up an exercise routine , I only went when I wanted to go .For me , that was around 2 pm every day .<2>If I wanted to do 20 minutes on the bike , I 'd do only 20 minutes and then leave.3 .Start small I knew that if I tried to take on too much , I 'd find a way to make an excuse .<3>I started with two minutes of exercise , which were finally built up to 10 , then 20 minutes .I realized that just doing something , no matter how small , meant I was more likely to do it again the next day.4 .Be kind to yourself<4>When I got a cold and missed several days of exercise , I did n't beat myself up .Instead of punishing myself , I tried to love myself - and that had a more enjoyable and lasting effect .5 .Celebrate every small victory When I began keeping a diary every morning , I put a number in the corner of each page to show how many diaries I had written .<5>Finally , after I filled up a notebook , I celebrated buying a new notebook .\", 'candidates': ['If I missed a day , I let it go .', 'I can make exercise less boring .', 'So my daily purposes were very small .', 'I celebrated my pen running out of ink .', \"It was n't about keeping up with other people .\", 'I should celebrate my success with my friends .', 'It also meant that I would do whatever I wanted to do once I got there .']}", + "output": [ + "[4, 6, 2, 0, 3]" + ] + }, + { + "input": "{'passages': \"The heart of Mexico is a high , oval valley surrounded by mountains .Once , forests covered the mountainsides , and broad , shining lakes covered nearly all the valley floor .<1>Cortez and his Spanish soldiers were the first Europeans to enter this valley .<2>Surrounding it were green floating gardens .The Spaniards said it was as beautiful as a dream .Then the conquest began .By 1521 , when the Spaniards had conquered the fierce Aztecs , the island city was in ruins .<3>Using the conquered Aztecs as slave laborers , Cortez built the new city , now Mexico City , in just four years .<4>The broad , shining lakes began to dry up .Modern historians believe that Cortez began the destruction of the valley 's lakes when be ordered the city rebuilt .A great deal of charcoal was needed to burn the limestone from which cement and mortar were made .<5>The mountainside forests were destroyed to provide the charcoal and wood .Once the sloped were bare , rainfall o longer seeped slowly into the earth to feed the springs that filled the valley 's lakes .Instead , rainfall poured off the mountainsides the city from floods , later rulers made a cut through the mountains so that the water drained away into another valley .Mexico City , once an island , had become a city of a dry plain .\", 'candidates': ['Cortez decided to rebuild it after the pattern of European cities .', 'They saw the thriving Aztec city of Tenochtitlan rising from an island in one of the lakes .', 'They believe it is wrong for one man to pull another person when there is modern transport in the city .', 'But a generation had scarcely passed after the conquest before a sad change came over these scenes so beautiful , writes one historian .', 'But too much dark blue can make you sad , so use light blue on walls or large floor areas .', 'Now , the mountains are bare and scarred with erosion , and much of the valley floor is dry and dusty .', 'Wood was needed to finish the interiors of the buildings .']}", + "output": [ + "[5, 1, 0, 3, 6]" + ] + }, + { + "input": "{'passages': \"<1>Camren Brantley-Rios says traditional meats such as pork and beef are unable to continue and he wanted to try out what many consider the diet of the future .Many people would not like the idea of eating insects distasteful , even if it were not disgusting .<2>But for the last month he has been eating insects for breakfast , lunch and dinner .<3>Occasionally he has included different insects .Preparing these he actually cried , though he insists they were surprisingly good .Insects consume fewer resources than animals , like pigs and cows , to produce the same amount of protein , Brantley-Rios says - and more than two billion people worldwide include insects in their regular diet , according to the UN Food and Agriculture Organization .<4>We have finer meats and we 're lucky to have that luxury , so there 's not much of a pressure to eat insects right now .But what a lot of people are trying to do is make it a little bit more marketable .He has ordered insects from farms that usually supply zoos , which need them to feed certain animals .He has always made sure the insects have been fed on an organic diet , he says , and only bought species he knows are safe to eat .He knows that one person eating insects wo n't make much difference .<5>\", 'candidates': ['Not so long ago Brantley-Rios was among them .', 'To have a real environmental effect , millions would have to follow his example .', 'A US student has just spent 30 days on an insect diet - eating insects three times a day .', \"There 's not really a need to eat insects in America because we have it so nice , Brantley-Rios says .\", \"I am very happy and have decided to go , but I 'm a little worried about it , too .\", \"I 'm mainly sticking to three kinds , he says .\", 'He has never again caught such a magnificent fish as the one he landed that night long ago .']}", + "output": [ + "[2, 0, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \"Once a circle lost a piece of its own .The circle wanted to be whole, so it went around looking for its missing piece .But because it was incomplete ,it could only roll very slowly .<1>It talked with insects .<2>So it left them all by the side of the road and kept on looking for the missing piece .<3>It could be whole, with nothing missing .<4>Now that it was a perfect circle, it could roll very fast, too fast to see flowers or talk to insects .It realized how different the world was when it rolled so quickly .It felt so sad that it stopped, left the piece it found by the side of the road and rolled away slowly .Sometimes, we are perfect when we lose something .<5>He will never have hopes, dreams or something better .We couldn't be perfect, but we must be brave enough to love, kind enough to share happiness with others and clever enough to know there is enough love around us .\", 'candidates': ['Then one day the circle found a piece that fitted perfectly, it put the missing piece into itself .', \"We're always looking for ways to share happiness, inspiration and wellness through everything we do .\", 'It makes me happy because I want to be big and have lots of energy .', 'It was so happy and began to roll .', 'A man who has everything is a poor man in some ways .', 'It found lots of different pieces, but none of them fitted .', 'It enjoyed the flowers and the sunshine along the way .']}", + "output": [ + "[6, 5, 0, 3, 4]" + ] + }, + { + "input": "{'passages': '<1>The number of disabled people in India alone is probably more than double the total population of Canada .<2>Disability is not just something that happens to other people : as we get older , many of us will become less mobile , hard of hearing or have failing eyesight .Disablement can take many forms and occur at any time of life .Some people are born with disabilities .<3>There are many progressive disabling diseases .The longer time goes on , the worse they become .<4>Many others may have a period of disability in the form of a mental illness .<5>Disabled people face many physical barriers .Next time you go shopping or to work or visit friends , imagine how you would manage if you could not get up steps , or on to buses and trains .How would you cope if you could not see where you were going or could not hear the traffic ?But there are other barriers : prejudice can be even harder to break down and ignorance inevitably represents by far the greatest barrier of all .It is almost impossible for the able-bodied to fully appreciate what the severely disabled go through , so it is important to draw attention to these barriers and show that it is the individual person and their ability , not their disability , which counts .', 'candidates': ['Some people are disabled in accidents .', 'In the United Kingdom , about one in ten people have some disability .', 'No one knows exactly how many disabled people there are in the world , but estimates suggest the figure is over 450 million .', 'Some people on the train will leave a deep impression when they get off .', 'Many others become disabled as they get older .', \"All are affected by people 's attitude towards them .\", 'In the same way , rain can make people angry because being wet can be unpleasant .']}", + "output": [ + "[2, 1, 4, 0, 5]" + ] + }, + { + "input": "{'passages': \"Getting your children to study can be a little like getting them to eat their vegetables .<1>Make a study time and have it at the same time every day .This will help your kids to learn to schedule their day and will give them a sense of control over how they spend their time . Allow them to study in blocks of time such as for half an hour with a five minute break in the middle .<2>Ideal study times are after dinner or right after school before dinner . Never allow your children to study in front of the television , for that will encourage passive activity .<3>You 'll also need to help your kids find the right place to study .After you 've set up a good study time for little learners , set up a good place where they can get those creative juices flowing .<4>Make sure there is a table or a desk and a comfortable chair at this place .<5>This includes helping them out with their homework sometimes and being there for them with the answers to any questions .The input you give your children during study periods will help form a bond and help make studying enjoyable .\", 'candidates': ['Pick a place where your children can study properly .', 'Hold them to the schedule they create for themselves .', \"Finally , spend time with your kids when they 're studying .\", 'Try to stop this bad habit by offering some sort of reward .', 'Keep the atmosphere light and offer lots of encouragement . too .', 'Instead , use TV as a treat or a reward when the homework is completed .', 'One of the best ways to form good study habits for your kids is to design a schedule that they keep to .']}", + "output": [ + "[6, 1, 4, 0, 2]" + ] + }, + { + "input": "{'passages': \"A : Hello !Mr. Wang .<1>What are you doing ?B : I 'm looking for a book called A Tale of Two Cities .A :<2>B : That 's right .I 'm thinking about asking some students to act a play about the book .A :<3>But I think that 's a bit hard for our students .B : Well .<4>By the way , I hope you can be the hero of it .A : Really ?I 'll try my best .B : OK .<5>Then I 'll give you one week to get ready .\", 'candidates': [\"I 'll choose a simple scene .\", 'As far as I remember , it was written by Charles Dickens .', 'Go on .', 'Sounds like a good idea !', \"I 'll write it in the play version .\", 'You look very busy .', 'Why do you look for it ?']}", + "output": [ + "[5, 1, 3, 0, 4]" + ] + }, + { + "input": "{'passages': \"Ottawa is the capital of Canada .It is the second largest city in Ontario and the fourth largest city in the country .<1>It is also the location of several ceremonial spaces, such as the Hall of Honor and the Memorial Chamber .The present Centre Block is the second iteration of the building,after the first was destroyed by fire in 1916,and it is one of the most recognizable buildings in Canada .Downtown Ottawa is the commercial and economic centre of the city .<2>While most of Ottawa's high tech industry is based elsewhere, it has a significant presence in the downtown core .<3>The National Gallery of Canada is one of Canada's premier art galleries .<4>Although its focus is on Canadian art, it also holds works by some noted American and European artists .The Rideau Canal is the oldest continuously operated canal system in North America .At the very beginning,the purpose of the Rideau Canal was military, as it was intended to provide a secure supply and communication route between Montreal and the British naval base in Kingston .<5>The locks on the system open for navigation in mid-May and close in mid-October .\", 'candidates': ['It remains in use today primarily for pleasure boating, with most of its original structures undamaged .', 'The Gallery has a large and varied collection of paintings, drawings, sculpture and photographs .', 'Most people who live in developed countries spend about 90% of their time inside buildings and cars .', 'The Centre Block is the main building on Parliament Hill .', 'The two main factors that influence people`s choice of location are climate and resources .', 'The downtown also contains a number of apartments, hotels, and the older single family homes and townhouses along its edges .', 'Most of the buildings are office towers .']}", + "output": [ + "[3, 6, 5, 1, 0]" + ] + }, + { + "input": "{'passages': \"<1>I hope so .But have you ever made the same mistake twice?I have .<2>Sometimes,good things happen because of mistakes .Once I got on the wrong train .<3>But on that train,I saw a good friend .I was so happy I made that mistake!Another time I ruined a surprise .My mother planned a surprise party for my father .She told me it was a secret .<4>I told my father about the party .At first,my mother was mad at me .But then my father said he was happy he knew about it .<5>When a good thing comes out of a mistake,that's a happy accident!\", 'candidates': ['That being said, there might be some adolescent wisdom in her behavior after all .', \"But I was just a little boy and I couldn't keep the secret .\", \"He said he didn't like surprises .\", 'Do you know the danger of having too much wax coating stored in our stomach?', 'That was a big mistake .', 'Do you learn from your mistakes?', 'Sometimes I make the same mistake three or four times!']}", + "output": [ + "[5, 6, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"A king often felt unhappy and he asked a clever old man how he could be happy .That's very easy, said the old man .You just need to put on a happy man's shirt and you'll be happy .The king believed the old man and began to look for a happy man .<1>But they all said they were not happy .<2>The farmer was singing all the time and looked very happy .<3>Yes, quite happy, the farmer answered .<4>asked the king .My shirt?<5>But I don't have a shirt .In fact, I never have one ., .\", 'candidates': ['Can you communicate with others when you live in a foreign country with no or little knowledge of its language?', 'the farmer answered in surprise .', 'He visited many countries and met kings, professors and others .', 'The king came up to him and asked, Are you happy, my good man?', 'One day he saw a poor farmer working in the field .', 'One day while walking along the bank of a river, a rabbit couple saw a wounded ant lying unconsciously on the grass .', 'Can you sell me your shirt?']}", + "output": [ + "[2, 4, 3, 6, 1]" + ] + }, + { + "input": "{'passages': \"<1>In the morning he takes his children to school in his car .Then he drives to work .<2>She does not go to work .She stays at home and does some shopping and cleaning in the morning .<3>Then she cooks supper for her family .<4>They do not come back in their father's car .They take a bus home .<5>\", 'candidates': ['Mr Green has a car .', 'Mr Green and his children do not have lunch at home, but Mrs Green does .', 'In the 1950s, most married women stayed home to keep house and take care of their children .', 'Or NASA could just buy Aldrin a commemorate plaque for his recent touch on the face of Mr .', 'In the afternoon she usually goes to see some of her friends, has tea and talks a lot with them .', 'They usually come back home before five .', 'Mr Green comes back home much later than his children .']}", + "output": [ + "[0, 1, 4, 6, 5]" + ] + }, + { + "input": "{'passages': \"<1>Yes , it 's the year of the Ox .But do you know that 2009 is also the year of the telescope ?<2>In 1609 , the Italian scientist first pointed a Dutch perspective glass at the night sky and made discoveries that changed mankind 's conceptions of the universe .In honor of Galileo 's discoveries , the United Nations and the International Astronomical Union have declared 2009 to be the International Year of Astronomy ( IYA 2009 ) .IYA 2009 is a yearlong celebration of astronomy .Its goal is to spread knowledge of astronomy 's contributions to society and culture and to inspire more interest in astronomy and science , especially among young people .The theme of the celebration is The Universe , Yours to Discover .One interesting aim of the IYA is to encourage more diversity in the field of astronomy and physics .<3>An event that will help further that goal is 100 Hours of Astronomy ( 100 HA ) that will fall on April .<4>From April 2ndto 5th , millions of people worldwide will peer through telescopes to catch their first glimpse of the universe , just as Galileo 's did 400 years ago .Sidewalk astronomy events will give city-dwellers an excellent opportunity to see the moon , the planet Saturn , and other objects in position for early evening observations .Organizers hope that the activities of IYA will promote a greater appreciation of the astronomy .So join the fun .<5>\", 'candidates': ['Look through a telescope this year !', 'Can you guess who gets the greatest number of Valentine cards in the USA each year ?', \"This year the world celebrates the 400th anniversary of Galileo 's observations of the universe through an astronomical telescope .\", '2009 is the year of what ?', 'This event aims to have as many people as possible look through a telescope .', 'Instead of waiting until a class starts once a year , people can start Square Dance ABC any time !', 'IYA organizers hope that the yearlong celebration of astronomy will inspire more females and under represented minorities to pursue careers in science .']}", + "output": [ + "[3, 2, 6, 4, 0]" + ] + }, + { + "input": "{'passages': \"As teenagers , we have many dreams .These dreams can be very big , such as winning the Nobel Prize .<1>You may just want to become one of the ten best students in your class .<2>Have you ever tried to make your dreams come true ?Follow Your Heart by an Australian writer Andrew Mathews tells us that making our dreams come true is life 's biggest challenge .In fact , everyone can make his dream come true .The first thing you must do is to remember what your dream is .<3>Remember it and achieve it step by step and your dream will come true faster because a big dream is , in fact , made up of many small dreams .You must also never give up your dream .<4>But the biggest difficulty comes from yourself .You may think you 're not very good at some school subjects , or it is impossible for you to become a writer .These kinds of thoughts stop you from achieving your dream , the book says .<5>Studying instead of watching TV will lead to better exam results , while saving five yuan instead of buying an ice-cream means you can buy a new book .As you get closer to your dream , something may change a little .It is good for you to have the chance to learn more skills and find new interests .\", 'candidates': ['They can also be small .', \"Do n't let it leave your heart .\", 'Face the difficulties bravely .', 'You need to decide what is the most important .', 'Once you find a dream , what do you do with it ?', 'There will be difficulties on the way to your dream .']}", + "output": [ + "[0, 4, 1, 5, 3]" + ] + }, + { + "input": "{'passages': \"A father wanted to buy a horse for his son .After looking at many horses, the man's decision was almost made .<1>They were quite similar and the prices were the same .He decided to take another look so he could make a final decision .The first farmer was eagerly trying to sell his horse and talked much about how cute his horse was, but the father didn't reach a decision .<2>He didn't say anything about the horse, but he simply said that he was sure the man's son would love his horse .He offered to bring the man a saddle , a bridle , the horse and enough food for it for 30 days .<3>If the man's son decided to keep the horse, he could let him know at the end of the 30 days, and he would cash the check .<4>Which farmer do you think sold his horse?Can you see that if you promise buyers reliable business dealings with you, you are more likely to be successful?<5>\", 'candidates': ['The second farmer was different .', 'The text is divided into four sections, each focusing on a different group of related reading and thinking strategies .', \"Otherwise, he would give back the man's check, pick up the horse and even clean up where the horse had been to .\", 'The farmer gave more far beyond what the father thought or even imagined .', 'When you come right down to it, it just seems that horses run better for some riders, McCreary says .', 'In return , the father should give him a check, and he would hold it for 30 days .', 'It had come down to a choice between two horses .']}", + "output": [ + "[6, 0, 5, 2, 3]" + ] + }, + { + "input": "{'passages': \"On the night of November 14, 1978,a six-year-old Korean boy was flying to the United States .<1>The plane landed at Kennedy International Airport, where he was greeted by a family .<2>I have grown up in a town where there were few Asians, so I stuck out in the crowd .<3>You may ask if anyone made fun of my appearance .<4>I just shrugged it off .As an adopted child, I have something that others don't have .I have had the benefit of two families .<5>But we must try never to forget our past .Someday I will go back to Korea to find out what kind of culture I left behind .There is only one thing that I regret about being adopted .When I argue with my parents and they realize they are losing the argument, they sometimes wonder what I would be doing if I were back in Korea .I don't understand this because I thought the purpose of adopting someone was to give them a better chance of growing up in a family .Some day when I am older, I want to adopt a girl and raise her the way my parents have raised me, but I would do it better, for I know what went well and what did not .\", 'candidates': ['The things I like doing are singing, dancing, hanging out with my friends and just being lively and funny .', 'His wife was blind in both eyes and the two children were very young .', 'This young boy was me .', 'All he knew was that he was on a plane heading for somewhere .', 'I made friends quickly and they treated me just like anyone else .', \"Well, of course, I met that' kind of person .\", \"I'm lucky to have got a chance to start a new life .\"]}", + "output": [ + "[3, 2, 4, 5, 6]" + ] + }, + { + "input": "{'passages': \"A few things to consider before booking a flight Since you ca n't drive to all your dream destinations , flying is the only way to go sometimes and , undoubtedly , the fastest .Luckily , there are plenty of ways to find the most affordable fares and also avoid paying as many extra charges as possible when you plan ahead . Fly during the least popular times .Tuesday , Wednesday and Saturday are the slowest days to fly , which means cheaper deals than the rest of the week .<1>, since many people do n't like to get up before the sun to get to the airport .<2>Some airlines charge you to pick your seat when you book online , adding even more to the bottom line of your ticket cost .If you show up early on your travel day , you can still get suitable seats .Some of the best seats get held back until flight day , unless others are willing to pay extra for them ahead of time , so you still have the chance at one of those . Do n't wait until the last-minute to book .Many travelers do n't know that there 's a sweet spot for booking and getting the best price on your tickets .Book too early or too late and you could end up paying more than you need to .<3>Fly carry-on only .Baggage fees vary wildly , but almost all airlines charge them and charge big .Why pay for your clothes to fly with you ?If everyone in your travel party checks a bag , your bill can be astronomical before you ever even get to your destination .<4>For example , make sure all your clothing suitable , so you can take less and still make more outfit combinations , take only two pairs of shoes , plan to do a bit of laundry on your trip and bring only travel-sized clothing .<5>less you 're flying internationally , it 's rare that your flight comes with a free meal .Snacks on the plane are not cheap and almost never healthy .Do n't rely on what 's on the small menu and instead tuck some of your own snacks into your bag .\", 'candidates': ['Choose your seat later', 'Pack your own snacks .', 'Eat a lot better , and cheaper than other passengers .', 'So reduce the amount of stuff you pack .', \"Save big if you 're willing to travel on major holidays , such as Thanksgiving and Christmas .\", 'You can also find reduced rates on early morning flights .', 'The best time to book is between three months and six weeks from when you want to travel .']}", + "output": [ + "[4, 1, 5, 2, 0]" + ] + }, + { + "input": "{'passages': ' .British people are famous for drinking tea .But brother and sister, Sarah and Bobby Green, became young millionaires when they opened a chain of American-style coffee shops in the UK .Having the idea: It started when Sarah took a weekend trip to New York to visit her brother Bobby .<1>Bobby suggested they started their own coffee shop .Sarah fell in love with the idea .Doing the Research: Back in London, she spent a whole day on the London subway, getting off the train at different stations to taste the coffee .It was terrible, and I knew there was a gap in the market .<2>Making it work: The first year was very difficult .<3>But being successful was their dream and they were not going to give up .Today, there are over 100 Coffee Republic shops all over the country and the company has PS30 million a year .<4>She hopes it will help other young people to start their own businesses .<5>', 'candidates': ['In 1995, they opened their first Coffee Republic shop in central London .', 'One evening, in a Thai restaurant, Sarah told Bobby how much she wished she could buy American-style coffee in London .', 'Advice for others: Sarah has now written a best-selling book about their experience, calledAnyone Can Do It !', 'British people were not used to the names of American coffees, like latte and macchiato .', 'She says, If you think you have the energy, then get out and follow your dream .', 'We often hear people say, I have a good memory for things like that or I can remember names .', \"She says, There is no television here, no radio, so I get to know the scientists and what they're studying .\"]}", + "output": [ + "[1, 0, 3, 2, 4]" + ] + }, + { + "input": "{'passages': \"<1>They allow independent travelers to get local knowledge of places they are visiting, from the official to the unusual .<2>Here are two of our favorites: Green Maps Green Maps allows people to share with the world their knowledge of environmentally friendly places and attractions in the local areas .Users add information with a set of icons , making it easy to read any map, whatever the nationalities of those who produce it .At present there are over five hundred map projects being developed in 54 countries .<3>It is a wonderful way of gaining all sorts of information of a place, ranging from community gardens to good places of birdwatching .<4>Not all of its maps are online, so it may be necessary for some users to communicate with the producers through the Green Maps website .Maps Mashups Many people use online maps developed by Google, but not many know about the mashups of them .Working in a similar way to Green Maps, Map Mashups allows people to add icons of their own to existing maps to express a certain topic .The mashups is so called because it combines all the knowledge you could ever need .It ranges from the extremely useful, such as where all the World Heritage Sites are, to the most bizarre ,such as where America's drunkest cities are .<5>\", 'candidates': [\"Green Maps' advertised idea is think global, map local .\", 'Users can keep pace with the latest global and local developments, and participate in campaigns and activities of their choice .', 'Green Maps is not specifically intended for travelers .', 'Meanwhile, hi-tech developments are creating new ways for us to map the world .', 'With the mashups added to the basic Google Maps, a multi-layered map can be created .', 'Mapping Your World Different forms of maps are appearing .', 'For the rest of us, the brain has its ways of working through bad feelings .']}", + "output": [ + "[5, 3, 0, 2, 4]" + ] + }, + { + "input": "{'passages': \"<1>He sat there for several hours and watched the butterfly .Suddenly, a small opening appeared and the butterfly made its great effort to force its body through that little hole .Then it seemed to stop making any progress .<2>(, ) .So the man decided to help the butterfly .<3>But to his surprise, the butterfly got a heavy body and very small wings when it came out of the cocoon .The man continued to watch the butterfly because he expected that the body would grow smaller at any moment and the wings would become larger and be able to fly .But neither happened!In fact, the butterfly spent the rest of its life crawling around with a heavy body and small wings .<4>The man was in his kindness, but he didn't understand the nature rules .Before the butterfly came out of the cocoon, fluid from its body must be forced into its wings, and then would be ready for flying .<5>Sometimes struggles are exactly what we need in our life .If God allowed us to go through our life without any difficulties, it would make us fail .We would not be as strong as we could have been, we could never fly .\", 'candidates': ['He cut off the remaining bit of the cocoon so that the butterfly could come out easily .', 'It was never able to fly .', 'He cut off the remaining bit of the cocoon so that the butterfly would come out easily .', 'It must have a hard struggle to get through the small opening to get its freedom from the cocoon .', 'One day a man found a cocoon of a butterfly in the forest .', 'It appeared as if it had gotten as far as it could and it could go no further .', 'It must have a hard struggle to get through the small opening to get its freedom from the cocoon .']}", + "output": [ + "[4, 5, 2, 1, 3]" + ] + }, + { + "input": "{'passages': '<1>He makes birthday cakes in a store .<2>He makes friends with lots of his customers .<3>One evening, he wants to go home, but many of his old customers come in .Rick smiles to them, I am sorry .It is late today .<4>One of them takes out a nice cake and says to him, You make so many great cakes for us .This birthday cake is for you .<5>', 'candidates': ['A daily nap gives one a more rested body and mind and therefore is good for health in general .', 'Happy people tended to have twice as many deep conversations, and spent 25 percent less time alone than the unhappiest participants .', 'If you need cakes, please come tomorrow .', 'Rick is a good man .', 'Happy birthday, Rick .', 'They all like him very much .', 'His cakes are great and have very good prices, so many people buy his cakes .']}", + "output": [ + "[3, 6, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"All big cities are quite similar .Living in a modern Asian city is n't very different from living in an American city .<1>In many parts of the world , farmers and their families live in villages or towns .In the United States , however , each farm family lives on its own fields , often beyond the sight of any neighbors .Instead of traveling from the village to the fields every morning , American farmers stay on their land the whole week .<2>Their children ride on buses to large schools for all the farm families living in the area .In some areas , there are small schools serving a few farm families , and the children walk to school .Of course life keeps changing for everyone , including farmers .<3>And there are also modern machines for farming .All of these have changed the farm life .<4>Farmers usually had to deal with their own problems , instead of getting help from others .They learned to try new ways , and to trust their own ideas rather than followed the old ways .\", 'candidates': ['Life in the world also keeps changing .', 'Life in the United States keeps changing .', 'American farmers like their old ways .', 'American farmers have changed their lives .']}", + "output": [ + "[1, 3, 0, 2]" + ] + }, + { + "input": "{'passages': \", Mosquitoes have an extraordinary ability to target humans far away and fly straight to their unprotected skin .<1>.Some mosquitoes spread several serious diseases , including Dengue , yellow fever and malaria .Over one million people worldwide die from these mosquito-borne diseases each year . New research now shows how mosquitoes choose who to bite .<2>.They are attracted to human skin and breath .They smell the carbon dioxide gas -- which all mammals breathe out .This gas is how mosquitoes know that a warm-blooded creature is nearby .<3>.Michael Dickinson is a professor at the California Institute of Technology .His research shows how these small insects , with even smaller brains , use three senses to find a blood meal .`` We suspected from research that we had been doing on fruit flies that vision might play a very large and underappreciated role in allowing the mosquito to really home in on the potential host target .`` Michael Dickinson 's team used plumes - material that rises into the air -- of carbon dioxide gas into a wind tunnel .<4>.The insects followed the plume .Then , the scientists placed dark objects on the lighter color1 ed floor and walls of the tunnel . Mr .Dickinson said , at first , the mosquitoes showed no interest in the objects at all . ''What was quite striking and quite surprising is that the mosquitoes fly back and forth for hours -- these are hungry females -- and they completely ignore the objects on the floor and wall of the tunnel .But the moment that they get a hit of CO2 , they change their behavior quite dramatically and now would become attracted to these little visual blobs . ''<5>\", 'candidates': ['But mosquitoes also use their eyes and sense of touch .', 'Once mosquitoes catch a smell of a human or animal , they also follow visual cues .', 'Regrettably , mosquitoes can do more than cause an itchy wound', 'They then used cameras to record the mosquitoes .', 'Mosquitoes need blood to survive .', \"The study , published in Current Biology , details the steps of the mosquito 's flight so that we may one day have a fighting chance against the biting insect .\", \"This suggested to the researchers that a mosquito 's sense of smell is more important in the search for food .\"]}", + "output": [ + "[2, 4, 0, 3, 6]" + ] + }, + { + "input": "{'passages': \"More than 40 years ago , John Williams gave away all of his belongings and went off to the mountains to live the way people lived 100 years ago .<1>John lives in a cabin he made by hand , out of trees he chopped down with an ax .<2>The deer lives in the house in the winter and goes with John when he goes into the forest for food .Nobody lives within fifty miles of his cabin in the mountains and John has not been out of the mountains during the entire forty years .One day last year I hiked in to see how John lives .<3>There were no roads , no stores , no noise , no pollution , not even a post office .Most notable of all , there were no people and that 's just the way John Williams wants to keep his part of the world -- without people .But there is a paradox in his story .<4>He has books and nobody knows how he got them .<5>He has seen airplanes flying overhead but does not want to know about them .For him , electricity is lightning , not light bulbs , refrigerators , televisions , or washing machines .John Williams is 85 years old and had not had a sick day in his life .He attributes his long life to the fact that it has nothing to do with people and in order that he might enjoy many more years of health , happiness , and solitude , I will not tell you where his kingdom lies .There is no room there for you or me .\", 'candidates': ['It was like going back in time .', 'Mostly he reads about his world , the forest , the animals , the plants , and the mountains .', 'It teaches students how to cook French food and speak French at the same time .', 'Though he has no s he knows of , he does have a deer he raised from a fawn .', 'A young man came up to the elephant and began to look at it slowly .', 'John is an educated man .', 'For food he traps wild animals , fishes in the rivers , and plants whatever he can .']}", + "output": [ + "[6, 3, 0, 5, 1]" + ] + }, + { + "input": "{'passages': \", .. Everybody knows about lots of ly easy things on weight loss .<1>However , if you have ever tried some before without success , then the following guides could be more useful for your life .There 's no magical diet .We often think that if we can just discover the `` right '' kinds of foods , we 'll magically lose weight or maintain what we 've lost .In fact there does n't seem to be any `` right '' diet , and there does n't seem to be any evidence that one particular diet will work better with an individual 's body .<2>Dieting gets the better of exercising .It is said that exercise is the key to weight losstaking the stairs instead of the elevator will make a difference , for instance .<3>Decreasing food intake is much more effective than increasing physical activity to achieve weight loss .Of course , both together would be even better .Work harder than other people .Exercise may not help go back to what it was before you gained weight .So if you 've been overweight and you lose weight , maintaining that loss means you 're probably going to have to work harder than other people .Building muscles can help your body burn a few more calories .<4>It seems unfair , but that 's the way it is .<5>For energy balance , it 's the number of calories that counts .It 's certainly true at least in theory and sometimes in practice .You can gain weight eating too much healthy food as well as unhealthy food .So the point is not to question what a calorie is , but rather to understand that we need to exchange the calorie-packed foods for foods that are less calorie-dense and more nutritionally dense .\", 'candidates': ['All calories are created equal .', 'Some of them are also extremely effective when actually carried out .', 'A calorie is a calorie !', 'We know pretty much that any diet will work if you follow it .', \"However , it 's much more efficient to cut calories .\", 'Some of the calories we burn come from our basic exercise .', \"However , it 's also likely that you 'll have to do more in the long run .\"]}", + "output": [ + "[1, 3, 4, 6, 2]" + ] + }, + { + "input": "{'passages': \"Are you the kind of person who likes to move with music ?It 's a natural thing to do .<1>Scientists say that animals dance , too<2>The `` dances '' of animals send messages to other animals .But when people dance , they express feelings about life and love , or about these very human experiences .Dances are good for you in many ways .For one thing , dancing is good for your health .It makes your heart work better .<3>If you go dancing often , you can keep physically fit .You may feel very tired after dancing , but you 'll probably also feel relaxed and happy .This is another important point about dancing .It gives you a chance to express your feelings and feel better about yourself<4>If you are angry or upset about something , dancing helps those feelings go away .<5>Some dances are for couples and some are for groups .But all kinds of dances give you a chance to meet new people or to do something enjoyable with friends .\", 'candidates': ['But their dancing is different', \"And finally , it 's a social activity\", 'It also makes you use your arms and your legs', 'Dancing helps bad feelings go away .', 'Even little children start jumping up and down when they hear music .']}", + "output": [ + "[4, 0, 2, 3, 1]" + ] + }, + { + "input": "{'passages': \"Rebel has three meanings according to my dictionary : 1 ) a person who fights against the government of their country .2 ) a person who opposes somebody in authority over them within an organization , a political party , etc .3 ) a person who does not like to obey rules or who does not accept normal standards of behavior , dress , etc .Today ,<1>Some might say , rebels are the destroyers of our normal society .To some extent , yes , they are .<2>In my view , every step of advance has rebels ' significant contribution .I have seen a TED talk , from which a man , born in an Islamic family , talked about his father who was an IS member took him to have a drill , using a sniper rifle to shoot a target , when he was about 10 years old .<3>Of course , his father was a militant and had plotted a bombing attack .But as the man grew up , he found that his family was not going in a right way .Then he left his family , changed his beliefs and gave a TED talk , which shows that he is not a militant like his father .<4>Yes , The Son is not like The Father .Is n't his son a rebel that did n't obey his family 's rules and the standards of his father 's behavior ?If not , what would happen ?<5>Just because we have those rebels who can see the drawbacks and flaws of their families , they can replace them with virtues , revise their ideas , and change the lines of their beliefs .So , we could n't criticize a rebel more .Suppose they could change our future to a better one , should we give them a chance to do what they want ?\", 'candidates': ['They , the rebels , are hopes instead , in my view .', 'And also because of that , our society moves forward .', 'I think from this story you could get the gist of what I am going to talk about .', 'No doubt , another militant or terrorist came out from his family .', 'Each family has something imperfect which needs to revise .', 'I only want to talk about the third meaning of the word rebel and discuss the significance of being it .', 'Finally , he hit the target , and his uncles around him praised him as : The Father , The Son .']}", + "output": [ + "[5, 1, 6, 2, 3]" + ] + }, + { + "input": "{'passages': 'Not all people like to work but everyone likes to play .All over the world men and women and boys and girls enjoy sports .<1>They help to keep people healthy and feeling good .When they are playing games , people move a lot .This is good for their health .Having fun with their friends makes them happy .<2>In small towns , crowds meet to watch the bicycle races or the soccer games .In the big cities , thousands of people buy tickets to see an ice-skating show or a baseball game .<3>What are your favorite sports now ?You probably play the games that people in your town or city play .<4>Then swimming is probably one of your sports .Boys and girls in Australia love to swim .There are wonderful beaches there and the weather is good for swimming .<5>Then you would like to ski .There are many skiers in Austria where there are big mountains and cold winters .Does it rain often where you live ?Then kite flying would not be one of your sports .It is one of the favorite sports of Thailand .', 'candidates': ['How many sports do you like ?', \"What 's the weather like ?\", 'Is the climate hot where you live ?', 'Or do you live in a cold climate ?', 'Many people enjoy sports by watching others play .', 'What games have you played ?', 'Sports help people to live happily .']}", + "output": [ + "[6, 4, 5, 2, 3]" + ] + }, + { + "input": "{'passages': \"<1>Crows are dirty birds because they live on bad food .Crows eat a lot of waste food .<2>They clean up the dirty things in our streets .<3>They look for food all day, and in the evening you can see them in large numbers flying back to their nests in the trees .They sleep there at night .Crows are much noisier than other birds .Very often a large number of crows will get together on one house and talk .<4>It is easy to tell from crow's sound if they are pleased or angry .<5>A pair of crows will live together all their lives, and if one of them dies, the other one becomes very sad and quiet for the rest of its life and some time later it dies too .\", 'candidates': ['Charlie had always believed, even in the worst times, that he had something special locked away inside him .', 'A crow is about twenty inches long and black all over .', 'Crows are always hungry .', 'Sometimes they talk together, and sometimes they do it by turns like human beings .', 'In fact it makes all of us stronger under stress and more highly respected by our peers .', 'Perhaps crows talk a lot because they are friendly birds .', 'In this way they are more useful to us than any birds .']}", + "output": [ + "[1, 6, 2, 3, 5]" + ] + }, + { + "input": "{'passages': \"You might dream of fluency in this or that language , and maybe you 've already achieved fluency in a foreign language .<1>.Fluency , like all abstract terms , has no universal meaning .Each individual must determine what the term means .<2>.Perfect fluency means knowing every word you encounter , speaking quickly , clearly and easily and having no accent .<3>You are n't familiar with every word of your native language , and sometimes you have to search for the right word , even in your mother tongue . Quick fluency is the type of fluency you see in advertisements , because `` Master a Language in Two Months ! ''sounds way catchier than `` Fluency in Twenty Years ! ''<4>It is possible to achieve quick fluency , but the fluency achieved after such a short time frame will be a very thin , superficial fluency .<5>Native-like fluency means that you generally know all the same words that a native knows and can speak at the same pace with the same amount of ease as a native speaker .You will likely have an accent , but as long as your conversation partner can understand you , it does n't matter . Literary fluency is like graduating from native-like to educated-native-like fluency .It focuses on the more intellectual side of a language : indulging in literature , attending university , composing song lyrics , etc .There are a ton of other things that fluency could potentially be , but that 's up to you to figure out .\", 'candidates': ['It sounds too good to be true .', \"However , Nobody is `` perfectly fluent '' in any language .\", 'Quick fluency is good if you have some sort of deadline .', 'But have you ever considered what fluency really means ?', 'But does fluency have the same meaning to other person as it does to you ?', 'Unlike perfect fluency , native-like fluency is a reasonable and attainable goal .', \"To assist you in determining what fluency is , I 'll describe a few different types of fluency .\"]}", + "output": [ + "[3, 6, 1, 0, 5]" + ] + }, + { + "input": "{'passages': \"problem 10 `` No man is an island '' is a well-known line from John Donne 's Devotion , written more than three hundred years ago .Even now people still agree with him .Without other people , life became empty and sad .<1>For some of us , though making friends is not difficult , we may not want to make the first move .It is also difficult at times to keep the friends we already have .There are many books about friendship , but Dale Carnegie 's How to Win Friends and Influence People , written in 1936 , is the most<2>famous .It was later put into 28 languages .Here is the list of advice from his book :<3>Always greet with a smile .Begin with `` excuse me '' or `` would you please '' , when you want to ask somebody .Remember to say `` thank you '' and try to be as helpful as you can .Go out of your way to be nice .<4>Making some soup for a sick neighbour may seem like a little thing to you , but it will make your neighbour feel a lot better .Remember names .They say that the sweetest music to a person 's ears is the sound of his or her own name .<5>Try to understand other people 's ways and ideas and learn something from them .Listen patiently .When someone is talking to you , look at him or her , listen carefully and say something when necessary .\", 'candidates': [\"This `` How to '' book about getting along with other people became a best seller .\", \"It 's also important to keep close friends in our daily life .\", 'So we all need to have friends .', 'Be open-minded .', 'Be friendly and polite .', 'Try to help your friends get out of trouble .', 'Find some time to do some things for other people .']}", + "output": [ + "[2, 0, 4, 6, 3]" + ] + }, + { + "input": "{'passages': \"( 5 ; 2,10 ) , ..Speak Easily Speaking in public is most people 's least favorite thing .<1>The more important the speech is , the more frightened we become .Stop biting your finger nails .Public speaking is easy .It 's just talking , and you talk all time .Although I 'm basically shy and honest , I 've been making speeches and talking on radio and television for more than 30 years , and I can tell you that public speaking is not a `` gift '' like musical talent or being able to draw .Anybody who can talk can speak in public .<2>Keep it simple .<3>One or two .Not ten or twenty .If you ca n't express what you want to say in a sentence or two , then your speech is not focused well enough .And if you do n't have a clear idea of what you want to say , your audience will never catch the main idea .Get organized .No matter how long or short your speech is , you 've got to get your ducks in a row how you 're going to open , what major points you want to make and how you 're going to close .When I do a radio or TV piece , I often write the last sentence first .<4>A strong ending is important : the last thing you say is what your audience will most likely remember .<5>The standard length of a vaudeville act was 12 minutes .If all those performers singing and dancing their hearts out could n't go on longer without boring the audience , what makes you think you can ?\", 'candidates': ['Keep it short .', 'Here are some of the lessons I have learned .', \"The reason is that we 're all afraid of making fools of ourselves .\", 'Your audience is going to leave with one or two of your main ideas .', \"When you know where you 're going , you can choose any way to get there .\"]}", + "output": [ + "[2, 1, 3, 4, 0]" + ] + }, + { + "input": "{'passages': \"We should not use more water than we actually need .If we do , we will not have enough water in the future .<1>It is not a difficult question to answer .If we remove more fresh water than nature replaces , we have taken too much .Many cities run campaigns to get people to stop wasting water .They show them ways they can cut back on water use .<2>What 's more , they carry out programs that offer money to reduce water use .For example , they give people shower heads and toilets that use less water .<3>Another threat to our water supply is pollution .When our sources of fresh water get polluted , we can no longer use this water .This also endangers the animals that depend on the water .<4>We can save lots of water by not letting taps run while we brush our teeth or by turning off taps right after washing hands .By collecting cold water when we 're taking warm showers , we can also save water .<5>In this way , we can make full use of water .\", 'candidates': ['However , just how much is too much ?', 'There are several things we can do to save water .', 'Finally , they make laws to control the use of water .', \"We do n't have to let the cold water run until it gets warm .\", 'They also increase water bills for people who use too much .']}", + "output": [ + "[0, 4, 2, 1, 3]" + ] + }, + { + "input": "{'passages': 'Most people buy a lot of gifts just before Christmas .<1>They have started a special day called Buy Nothing Day .<2>Buy Nothing Day is on November 29th .It is 25 days before Christmas .At that time, we see ads in newspapers and on TV telling us to buy,buy, buy!The idea for Buy Nothing Day started in Vancouver, British Columbia .Now people all over the world celebrate Buy Nothing Day .In California, USA, parents and children get together to read stories, sing songs and paint pictures .The children talk about why they don t need many toys .Last year, in Manchester, England, people dressed up in costumes to tell people that we buy too much .In Albuquerque, New Mexico,high school students wanted to tell other students about Buy Nothing Day .<3>They asked restaurants in the neighbours to donate the food .<4>The dinner was a big success, many students liked the idea of this new tradition .<5>', 'candidates': ['They may put their food together and prepare a dinner with many kinds of dishes .', 'They put up posters and talked to other students about it .', 'They organized a dinner to give people information about Buy Nothing Day .', 'But get ready for the MP3 player in your hand to get much smaller--the size of a Band-Aid .', 'But some people think we buy too much .', 'This year, they want to have another dinner to tell more people about Buy Nothing Day .', 'They don t want anyone to go shopping on that day .']}", + "output": [ + "[4, 6, 2, 1, 5]" + ] + }, + { + "input": "{'passages': \"My name is Bill Black .I am a student .My home is in America .<1>My classmates are friendly to me .I love China .We study in a big classroom .<2>The windows are bright .<3>And we can see a big blackboard on the front wall .<4>They are yellow .And what color are the doors ?They are white .Can you see those red flowers on the teacher 's desk ?<5>They 're really beautiful !\", 'candidates': ['The walls are white .', \"Let 's have a look at our classroom .\", 'What color are the desks and chairs ?', 'But I am studying in Beijing now .', 'They are for our teachers .']}", + "output": [ + "[3, 1, 0, 2, 4]" + ] + }, + { + "input": "{'passages': \"<1>Zones The library is divided into different zones .The upper floor is a quiet zone with over a thousand places for silent reading, and places where you can sit and work with your own computer .The reading places consist mostly of tables and chairs .The ground floor is the zone where you can talk .<2>Computers You can use your own computer to connect to the wi-fi specially prepared for notebook computers; you can also use library computers, which contain the most commonly used applications, such as Microsoft Office .They are situated in the area known as the Experimental Field on the ground floor .Group-study Places If you want to discuss freely without disturbing others, you can book a study room or sit at a table on the ground floor .Some study rooms are for 2-3 people and others can hold up to 6-8 people .All rooms are marked on the library maps .There are 40 group-study rooms that must be booked via the website .<3>You can use a room three hours per day, nine hours at most per week .<4>When you have obtained at least 40 credits , you may rent a locker and pay 400 SEK for a year's rental period .<5>Keep your phone on silent as if you were in a lecture and exit the library if you need to receive calls .Please note that food and fruit are forbidden in the library, but you are allowed to have drinks and sweets with you .\", 'candidates': ['Here you can find sofas and armchairs for group work .', 'Rules to be followed Mobile phone conversations are not permitted anywhere in the library .', 'I left my present on the kitchen table for Dad to find before he Ieft for his frnal day at work .', 'Guide to Stockholm University Library Our library offers different types of studying places and provides a good studying environment .', 'To book, you need an active University account and a valid University card .', 'Storage of study material The library has lockers for students to store course literature .', 'To pay bills or buy airline tickets, it would need access to your credit card .']}", + "output": [ + "[3, 0, 4, 5, 1]" + ] + }, + { + "input": "{'passages': \"Phil Donahue , the former television talk show host , had something of a reputation for giving clergy a hard time , and he has said the reason he 's that way is that he has little respect for them .<1>In his autobiography , however , he tells about an encounter with a minister who was different .It happened while Donahue was a young television reporter in Ohio , and one day he was sent to West Virginia in the bitter cold winter to cover a mine disaster .He went by himself in a battered little car , carrying a mini camera to film the story .It was so cold when he got there , however , the camera would n't work .So he put it inside his coat to warm it up enough to run .In the meantime , the families of the trapped miners were gathered around .The ) , were just simple mining people -- women , old men , and children .Several of the trapped men were fathers .<2>He was tall and thin , and he did n't speak well at a11 .<3>As this was going on , Donahue was still trying to get his camera to work , and he was extremely disappointed because he could n't film the scene .<4>So he told the minister he had his camera working now and asked if the minister would please do the prayer again so he could film it for the evening news .<5>I 'm sorry , but we 've already prayed , and I will not pose .To this day , Donahue remembers that minister with respect .You do n't forget that kind of character , no matter who you are or what you believe .\", 'candidates': [\"This simple West Virginia preacher , however , told Donahue , Young man , we do n't pray for the news .\", 'Then the local minister arrived .', 'But he gathered all the families around in a circle , and the held one another in their arms while he prayed for them .', 'Finally , after the prayer was over , Donahue managed to get his camera operating .', 'That same year , another English farmer discovered three circles of flattened wheat on his land -- one large circle between two small circles .', 'Football , tennis , cricket -- anything with a round ball , I was useless , he says now with a laugh .', 'Most clergy will do anything for some media attention , he says .']}", + "output": [ + "[6, 1, 2, 3, 0]" + ] + }, + { + "input": "{'passages': 'Have you ever considered that the thoughts that pass through your mind are responsible for everything that happens in your life ?<1>As soon as you start using the power of positive thinking , your self-confidence and self-esteem will be increased and everything will seem easier .<2>Turn positive thinking into creative thinking .<3>What you need , apart from positive thinking , is creative thinking .Creative thinking is about planning , designing and putting goals for the future .Start with simple , everyday things you have in your daily schedule .This can be the first step to organize your thinking about how to implement the things you have to do .Use your time efficiently .Try and find ways to simplify your daily obligations , which would result in savings of your valuable time that is needed for your personal development .<4>Focus on solving some of the operational problems of everyday life and then direct the power of your positive thinking to try and shape your next steps in your life .The power of thinking can give you some great experiences that make you happy .Dream now what you would like to be in your life and think about it in detail .<5>Install a new operating system in your brain that will make you start thinking positively .To start thinking positively is in your hand or rather in your mind !', 'candidates': ['Solve your everyday problems .', 'Make a realistic assessment of your skills .', 'What is happening in your mind is your life itself !', 'Here are some ways that can help you start thinking positively .', 'Positive thinking alone will not help you to manage your life better .', 'Only when you believe in yourself will you be able to start thinking positively .', 'This thought will give you encouragement to try to get to the point where you can realize your dream .']}", + "output": [ + "[2, 3, 4, 0, 6]" + ] + }, + { + "input": "{'passages': 'The new school year is coming and you have to go back to school .This marks the end of much freedom during the winter time .Adjusting your sleep habits to once again fit your school schedules may seem like a burden .<1><2>Even if you have not yet get a detailed schedule of classes , you should at least find out the start time of your first class .You should get the rest of the information as soon as possible in order to decide how to adjust your schedule and sleep habits .By finding out when you starts , you will know when to wake up or when you will have some spare time . Begin the sleep adjustment for your school schedule as early as possible .<3>But if you feel you will need some extra time to adjust , start earlier .Set your alarm clock to decide when you should wake up and when you should go to bed .When the alarm sounds for sleep , end whatever activities you are involved in and go to bed . Tire yourself out .If you have got used to going to sleep very late , it will be helpful to tire yourself out .<4>This may be a good time to add some exercise to your routine that will enable you to be worn out at bedtime .<5>These may differ from person to person , but they usually prevent you from completing your goal of going to sleep on schedule .These include bright lights or the flickering light of a computer .Ensure that your bed and the temperature of your room are comfortable and that you have comfortable pillows and blankets .', 'candidates': ['Relax before you go to bed .', 'Review and revise your schedule .', 'Starting a few days early will be enough .', 'However , it will actually help you become more adaptable .', 'It is difficult to be comfortable and to sleep on a full stomach .', 'Remove distractions to ensure that you are able to sleep comfortably .', 'Your body will be less likely to be restless at bedtime if you are actually exhausted .']}", + "output": [ + "[3, 1, 2, 6, 5]" + ] + }, + { + "input": "{'passages': '<1>Ann and her mother are on a big bus .There are many people on it .<2>Some are from England and Japan .They are all friends .They are going to the Great Wall .<3>They are a young man and a young woman .They can speak English .<4>The woman is talking about the Great Wall .The others are all listening to her .<5>', 'candidates': ['It is a very nice Sunday morning .', \"It would be nice to have more evidence, but in these rocks that's a lot to ask, Allwood said in an email .\", 'The young man is the driver of the bus .', 'There are two Chinese on the bus, too .', 'They all like the Great Wall .', 'Some of them want to be as good as me and some of them think .', 'Some are from America .']}", + "output": [ + "[0, 6, 3, 2, 4]" + ] + }, + { + "input": "{'passages': \"A lot of people are interested in sea animals, especially the ones that are beautiful and smart .<1>Whales, sharks and dolphins are the main subjects of sea-animal research, with dolphins standing out from whales and sharks for their friendly behavior with humans .No doubt the desire to learn some interesting things about dolphins has led you to this article, and you too are eager to know more about these sea creatures .It is sometimes believed that Dolphins have been evolved from land mammals .<2>You may be surprised to learn that they are close s of camels and cows .<3>Some believe that they evolved from land-based hoofed mammals, others believe that they evolved from other different kinds of mammals many millions of years ago .There are about 32 types of dolphins that live in salt water, each unique in its color1 and body shape .Five other types live in fresh water .A grown-up dolphin eats nearly 20 to 22 kilos of fish every day .The eating habits of dolphins depend on where they live, and on the season .<4>Dolphins decide how much they are going to eat based on the fat content of the fish available .They've a good sense of understanding about their hunger .The social skills and intelligence of dolphins make them very attractive for zoos and aquariums, where they are often trained to show off their diving skills .<5>\", 'candidates': ['Among sea mammals, dolphins are the most advanced in intelligence .', 'Seasons in which fish are abundant are like party time for dolphins .', 'In other words, when he heard a particular word he also experienced a unique taste, or saw a unique color1 .', 'The debate on the origin of the dolphin is an unending one, however .', \"Filled with the sounds of violins and guitars pelting out traditional blueslike music, it's sad but also beautiful and lively .\", 'Dolphins also communicate with each other by special sounds .', 'Although some are wild, and can be deadly, each is also unique in its own way .']}", + "output": [ + "[6, 0, 3, 1, 5]" + ] + }, + { + "input": "{'passages': \"<1>But according to a new study , when teenagers detail their sadness onto a blog , the therapeutic value is even greater .<2>The study , published in the journal Psychological Services and conducted by Meyran Boniel-Nissim and Azy Barak , psychology professors at the University of Haifa , Israel , found the contact with an online community through a blog made it more effective in relieving the writer 's social anxiety than a private diary would be .To track teenagers ' experiences with blogging , the researchers randomly surveyed high school students in Israel and selected 161 of them who exhibited some level of social anxiety or stress .The teenagers , who averaged 15 years old , said they had difficulty making new friends or relating to their existing friends .<3>The first two groups were asked to blog about their social difficulties , with one group asked to open their posts to comments .The second two groups were asked to blog about whatever struck their adolescent fancy ; again , with one group allowing comments .All four groups were told to write in their blogs at least twice a week .<4>All of their blog records were then read through by four psychologists to determine the authors ' social and emotional state .In all the groups , the greatest improvement in mood occurred among those bloggers who wrote about their problems and allowed commenters to respond .<5>The only kind of surprise we had was that almost all comments made by readers were very positive and constructive in trying to offer support for anxious bloggers , Dr .Barak wrote in an e-mail .\", 'candidates': ['As a control , two more groups were told to keep either an old-fashioned print diary or to do nothing at all .', 'Blogging , it seems , can be good for you .', 'Research has long backed the therapeutic value of diary-keeping for teenage girls and boys .', 'The 59 smiles on a smartphone by an old woman in Wuhan , Hubei province in about six months tell a big story .', 'The teenagers were divided into six groups .', \"You may think you 're not very good at some school subjects , or that it is impossible for you to become a star .\", 'Interestingly , the commenters on the blogs were quite supportive .']}", + "output": [ + "[2, 1, 4, 0, 6]" + ] + }, + { + "input": "{'passages': \"How can you make a difference in your life ? As the famous poem Youth has written `` Youth is not a time of life , it 's a state of mind .`` But how can you make a difference in your life ?<1>.The skills of learning , the knowledge of learning as well as the process of learning are all wealth and treasures in our life , which make your simple life interesting .You could also gain social experience from taking part in large activities and gain knowledge from books you read .<2>and take part in any activity which can show your characteristics . Secondly , as the old saying goes `` Although you have failed one hundred times , there 's still another chance for you to catch . ''<3>.So grasp every opportunity to express your strong point and put your heart into it . Thirdly ,<4>.So it 's of great significance to be an optimist .That is we ought not to hesitate to meet any challenges in our life . Last but not least , to have a regular life style is a good way to keep healthy and achieve your ambition .It goes without saying that a strong body is the capital of a revolution .<5>you could be able to adapt to the contemporary life and make a difference in your simple life .\", 'candidates': ['If everything is possible', 'When all is said and done', \"Let 's cheer up our success\", 'Be confident behave yourself in public', \"That 's what makes life active and powerful\", \"failure or success mostly depends on one 's attitude towards things\", 'Firstly those who have a good command of learning can manage things well']}", + "output": [ + "[6, 3, 4, 5, 1]" + ] + }, + { + "input": "{'passages': \"It could happen anywhere at any time .<1>Most people at one time or another have been on the receiving end of a random act of kindness . In a sometimes cold world where people can be so focused on what they 're doing a random act of kindness can make all the difference . They can be ly insignificant . Hannah Bailey from London for example told the Metro newspaper about how she was given her fruit and vegetable shopping for free . The seller did her a kindness when it emerged she did n't have any change to pay .<2>The city of Naples has long had a tradition called caff sospeso'.When buying coffee a person who has recently been lucky would purchase two cups but only drink one leaving the second one anonymously out of the goodness of their heart for a poor person to claim for free .<3>However in some cases these little acts can be a matter of life and death . Take for example the unnamed commuter who in June 2018 fell off a station platform onto an electric railway track in Toronto Canada . A quick-thinking hut even now unknown bystander selflessly leapt down to pull him to safety . So why do it ?<4>The people never meet again . According to UK charity The Mental Health Foundation acts like these can '' give our lives new purpose show us other perspectives on our own problems and even make us feel content . ''<5>Hold open a door for someone deliver a compliment-even give up your seat on a bus . Help someone who is in need . It takes all kinds . It need n't be anything huge . One day whether you need it or not someone might help you in your hour of need .\", 'candidates': ['So give it a try .', 'Be brave to face challenges .', \"Often the acts are n't paid back .\", 'She was happy about it all day .', 'She was in low spirits the whole day .', 'This tradition is now more common worldwide .', \"It 's often unexpected but almost never unappreciated .\"]}", + "output": [ + "[6, 3, 5, 2, 0]" + ] + }, + { + "input": "{'passages': 'The Panda Ant is a most unusual species with a lovely appearance .<1>They look like ants but actually they belong to the wasp family .The differences between the two sexes of the species are also very pronounced in both appearance and behavior .When fully grown the male possibly attaining a length of approximately 0 .8 centimeters is several times larger than the female .<2>Cute as panda ants may look they are dangerous and capable of knocking out an animal much larger than they are with a few stings .Panda ants primarily depend on flowers sweet liquid as their food .<3>The female panda ant often lays its eggs in a bee or wasp nest .When the young ones .hatch they will eat their pupa hosts .<4>So although a female panda ant lays approximately 2 000 eggs a year a considerable amount of eggs to support their survival this species is still on the edge of dying out .This species was first discovered in the coastal region of Central Chile in 1938 .<5>Today they are likely to be found in dry desert and sandy areas such as Southwestern United States and parts of Mexico .', 'candidates': [\"It 's a new fashion to raise panda ants as pets .\", 'The name comes from their color1 s as pandas .', 'Yet young panda ants are meat- eaters .', 'No one believes the panda ant is the of bees .', 'Besides the males are active at night while the females opposite .', 'Unfortunately many panda ants are eaten for their bright color1 s .', 'Then little attention was given to it until recently .']}", + "output": [ + "[1, 4, 2, 5, 6]" + ] + }, + { + "input": "{'passages': 'Man has a big brain .<1>Scientists thought that men are different from animals because they can think and learn .<2>They are beginning to understand that .They make noises when they are afraid, or angry or unhappy .Apes can understand some things more quickly than human, one or two of them have learnt a few words .<3>They can not think like us because they have no language .Language is a wonderful thing .<4>Every child can speak his own language very well when he is four or five, --but no animal learns to speak .<5>Scientists do not really know .What happens inside our body when we speak?They do not know .They only know that man can speak because he has a brain .', 'candidates': ['He can think, learn and speak .', 'They know now that dogs, cats and birds can learn too .', 'How do children learn it ?', 'He picked up a stick at once, ran closer to the horse and began to beat it up .', 'Man has been able to build a modern world because he has language .', 'Today, we know that the sailors saw birds that developed the ability to swim .', 'But they can not join words to make sentences .']}", + "output": [ + "[0, 1, 6, 4, 2]" + ] + }, + { + "input": "{'passages': \"Can you imagine a world without the Internet ? It 's surprising to think about it .<1>This is the second highest number of users in the world after the United States . Today,66 % of Chinese `` netizens `` are teenagers .`` They spend about thirteen hours every week online , '' said Qian Hulin , an Internet expert . Doctor Song in Beijing Xuanwu Hospital said about 14 % of Chinese netizens are teens .<2>The main reasons why teenagers surf the Web are to search for information , to communicate with others and to have fun .<3>And surfing the Web can help students with their homework and widen their knowledge .Li Dong , a teacher at No .41 Middle School in Shijiazhuang , likes her students to use the Internet . When we talk in class , students who surf the Net usually know more background information than the others .<4>she said .In addition , people can use the Internet to write letters or stories and send emails . Many teens keep in touch with their friends online<5>\", 'candidates': ['They often lasted over ten hours to play online games .', 'On the Internet , teenagers can find out almost anything', 'It is cheaper than phoning somebody far away and also much quicker .', 'Now , China has more than 162 million Internet users , according to the China Internet Network Information Centre .', 'So sometimes I even bring my English lessons to the computer room .']}", + "output": [ + "[3, 0, 1, 4, 2]" + ] + }, + { + "input": "{'passages': \"Why are your study habits different from those of your friends ?Why do you seem to learn faster in some classes while more slowly in others ?<1>Scientists say there are three different learning types : Visual , Auditory and Kinesthetic .<2>If you seem to easily remember information from pictures , graphs and videos , you are probably a visual learner .<3>Never mind .You can draw graphs or pictures instead if you find that works better for you .Auditory learners learn best by hearing .If you seem to easily remember things by hearing them , then you are probably an auditory learner .<4>It 's the easiest way for you to learn .Sometimes you may find that taking notes stops you from listening carefully .After class , you can write down what you remember or borrow yourfriend 's notes to copy .<5>If you seem to learn best by working with your hands , you are probably a kinesthetic learner .Taking notes by writing can make you pay close attention to information as you receive it .Of course , you can learn best by making full use of labs or other class activities .Hope you learn better by knowing what your personal learning type is .\", 'candidates': ['One reason you may not know is that people hav e different learning types .', 'VIsual learners learn best by hearing .', 'You must listen carefully while the teacher is speaking .', 'VIsual learners best by seeing .', 'Many people have the same learning method .', 'Kinesthetic learners learn best by doing .', \"You 're not good at copying down what the teacher says in class .\"]}", + "output": [ + "[0, 3, 6, 2, 5]" + ] + }, + { + "input": "{'passages': \"<1>A fashion usually keeps popular for 1-3 years and then is replaced by another fashion .<2>Nowadays more and more young people prefer following the fashion .<3>It is held that one should follow the fashion so as not to be looked down or seem strange .But it is also held that one should have his or her own judgement .<4>In their opinions, if everyone always follows the old fashion, there won't be any change and naturally there won't be much progress .However, those who hold the second view think that one shouldn't follow the fashion without having his or her own judgement and characters .As for me, I agree with the second opinion .Of course, it's good for people to keep up with the fashion, but this is not to say that people should follow the fashion blindly .<5>\", 'candidates': ['In countries where naps are traditional,people often suffer less from problem such as heart disease .', 'Even though there are a lot of changes in fashion, most people do not easily hope for the changes .', 'On this phenomenon , different people have different opinions .', 'If all the people follow the same fashion, there will be no variety and the whole society will be boring .', 'Fashion is a term commonly used to describe a style of clothing worn by most people of a country .', 'Those who hold the first opinion think that society is progessing and one should get used to the changes .', 'Even though economic growth is developing across the continent, the number of extremely poor people actually increased over the last three decades .']}", + "output": [ + "[4, 1, 2, 5, 3]" + ] + }, + { + "input": "{'passages': \"Have you heard of Tivoli Gardens ?Tivoli is a famous amusement park in Copenhagen , the capital city of Denmark .<1>It was built in 1843 , and it is still very popular now .<2>The most important reason is that it is a beautiful place to visit .In some ways , it is more like a big garden .There is a small lake in Tivoli .And you can enjoy many trees and colorful flowers everywhere .Tivoli is more beautiful at night because there are thousands of lights in the tree .<3>Many people go to Tivoli for the rides .The Golden Tower is the favorite ride for many people .It 's very exciting .The tower is as high as a very tall building .You can take a small `` car '' straight up to the top of the tower .<4>Then the car drops , and you fall with it .It is a very scary but exciting ride .<5>There are free shows and concerts in Tivoli every day .At Peacook Theater , you can watch the actors perform silent plays .Because the actors do n't speak , you have to think about what they are doing by watching them carefully .\", 'candidates': ['What can you do in Tivoli ?', 'Another thing you can do in Tivoli is enjoying the shows .', 'It is one of the oldest amusement parks in Europe .', 'Why is Tivoli so popular ?', 'There you have the chance to enjoy the beautiful city of Copenhagen for a few seconds .']}", + "output": [ + "[2, 3, 0, 4, 1]" + ] + }, + { + "input": "{'passages': '<1>An artist will mix blue and yellow paint to get a shade of green; a scientist will mix green and red light to create yellow .<2>Scientists recognize the light primaries are red, green and blue .When mixed, red and green light rays produce yellow, blue and green produce cyan, red and blue produce magenta .<3>This colour model is used in computer monitors, television sets and theatre .<4>These primaries are the pure colours which cannot be created by mixing any other colours .<5>When you mix all the colours, the result is gray .', 'candidates': ['The colour systems used by scientists and artists are completely different .', 'The printed page in a magazine is yet another system .', 'In the print industry, cyan, magenta, yellow and black are used as the primary colours .', 'The system would initially cost around US$500,000, with prices coming down with commercial scale production .', 'Red, green and blue mix to create white (light) .', 'Most artists recognize red, yellow and blue as the three basic primary colours .', 'Always try to have a white wall in front of you, so there is nothing to distract (make less concentrated) you .']}", + "output": [ + "[0, 1, 4, 5, 2]" + ] + }, + { + "input": "{'passages': \"We usually do n't mind when people call us by positive nicknames .<1>But when people call us by cruel nicknames , it can be difficult to get them to stop .So what should you do ? Ask your friends to stop .Maybe you tripped ( over your feet a few times , and your friends started calling you klutz , thinking that you do n't really mind .<2>Leave a nicknames behind .Sometimes , life gives us a chance to start fresh<3>If you 're moving from elementary school to middle school , let your friends know that do n't want to go by your old nickname . Ignore those who call you by a nickname .If the kids calling you by a bad nickname are n't your friends , you should do your best to ignore them .<4>It may be hard to pretend that it does n't hurt , but if you get angry or obviously upset , it will just encourage them to use the nickname all the time .<5>Remember that if you have a bad nickname now , you probably wo n't be stuck with it .Just look at Elvis Presley !When he first started singing on stage , he wiggled ( his hips so much that cruel critics and the audience nicknamed him Elvis The Pelvis .He never stopped wiggling .People soon found it impossible to ignore his talent and began to call him The King of Rock & Roll .\", 'candidates': ['If it does bother you , tell them .', 'Believe that things will change .', 'If the kids refuse to stop , talk to your teacher ... .', 'It feels good when these nicknames are repeated .', \"Although words can be hurtful , they ca n't change who you really are .\", \"The chance can be a good time to get rid of a nickname that you do n't like .\", \"If you act like they are n't hurting you , they 'll eventually get bored and stop .\"]}", + "output": [ + "[3, 0, 5, 6, 1]" + ] + }, + { + "input": "{'passages': 'Most families love to go on holiday together .It is great fun to leave your common life behind and go somewhere different and exciting !<1>Some people enjoy traveling around cities and visiting museums .Other people prefer outdoor holidays , where you can hike or go boating .Some people like cruises , where the huge ship is like a hotel .Many families go on holiday in summer , when schools are closed .<2>In the past , most British families would take their holidays at a British seaside town .However , now many people choose to go abroad instead .One reason for this is to escape the possibility of rain at home !France , Spain and Greece are popular destinations .In the United States , summer holidays often involve a road trip .<3>It is common to drive hundreds of miles to get to your destination .If the beach is too far away , you could go to one of the national parks .Many people love to enjoy the natural beauty of places such as Yellowstone or the Grand Canyon .<4>In winter , many people go skiing .The Alps are a very popular place to ski .The mountain scenery is truly wonderful !You can try downhill skiing , cross-country skiing or snowshoeing .Not matter what kind of holiday you take , there are two things that nearly everyone does .The first is to sent postcards to friends and family at home , so they can see a photo of the place where you are .The second is to buy some sort of souvenir to that you can remember your tripmaybe a T-shirt or an art piece .<5>', 'candidates': ['Beach holidays are very popular in Britain .', 'Few people like to take holidays in winter .', 'There are many different kinds of holidays .', 'Summer is not the only season for going on holiday .', 'This means packing the whole family into the car and setting out !', \"Then once you 're home , it 's time to start planning your next holiday !\", 'However , some families never have chances to take holidays together .']}", + "output": [ + "[2, 0, 4, 3, 5]" + ] + }, + { + "input": "{'passages': 'Every student in America likes popular music .Students carry small radios with earphones and listen to music before class, after class and at lunch .<1>Adult drivers listen to music on the car radio as they drive to work .They also listen to the news about sports, the weather, the life of American people .<2>Pop music singers make much money .Once the popular singer is famous all over the country, young people buy his or her tapes .<3>Wherever the singer goes, all the young people want to meet him or her .There are other kinds of music .They are important to Americans .<4>It tells stories about the common life of Americans .Another is western or country music .<5>Today, any music about country life and the love between a country boy and his girl we call western or country music .', 'candidates': ['This kind of songs started by cowboys watching .', 'By 2050, music, films, programmes, newspapers and books will come to us by computer .', 'One is folk music .', 'Students with cars buy large speakers and play the music as they drive on the street .', 'Some of the money from these tapes comes to the singer .', 'Most of the radio programmes are music .', 'Some banks, however, did not have enough gold to support all the paper money they offered .']}", + "output": [ + "[3, 5, 4, 2, 0]" + ] + }, + { + "input": "{'passages': \"<1>They often behave in restricted and repetitive ways and have what seem like abnormally intense interests .Autism is more common in boys than girls .<2>Scientists are studying genes and possible environmental influences .<3>Rebecca Landa is a researcher at the Kennedy Krieger Institute and Johns Hopkins University School of Medicine in Maryland .Professor Landa wanted to find out what differences in development might be seen earlier .<4>At six months of age, the signs of some risk for developing communication and social delays, including autism, include motor delays .Like when you lay your baby on their back and you pull them by the arms gently into a seated position, the baby's head may nod back behind the shoulders, like poor head control .So that does not mean that the baby is going to have autism, but it does mean the baby needs to have some exercises to strengthen their body .And when they strengthen their body, they are better able to play with toys and engage with people, which then goes on to help them have better outcomes .By the time a baby is one year old, signs of possible autism include difficulty in using words and not looking eye-to-eye or reaching out to other people .By 14 months, the baby might smile less and use language less .However, Professor Landa says these signs can be so small that they might be missed during a short health exam .It's important for parents to stay tuned into their children's development, and if a parent is concerned about a child's development, for professionals to listen to them .<5>For example: talking to the child about what they are doing, commenting when the child shows them something, and playing simple games that keep the child's attention .\", 'candidates': [\"What made it even more special was that it was about the only thing that wasn't being replaced .\", 'Children with autism have difficulty with social skills and communication .', 'Doctors usually cannot confirm a diagnosis of autism until a child is about three years old .', 'What causes it is not clear .', 'She led a new study that observed 235 babies between six and 36 months of age .', \"The earlier parents notice delays, she says, the sooner they can begin doing simple things that may help improve their child's development .\", 'It is simple tasks like these that are allowing people to lack important educational and social skills .']}", + "output": [ + "[1, 3, 2, 4, 5]" + ] + }, + { + "input": "{'passages': \"Why do some people feel obliged to do the craziest things , while most of us are happy to sit on the sofa and watch their exploits on TV ?Robin Styles ponders this question . Generally , we love to watch someone 's bravery and drama -- a single person against the wilds of nature , testing their endurance beyond belief .And our pleasure is greater because we live a comfortable and increasingly risk-free life , where the greatest test of endurance is getting to work through the rush hour .<1>However , there are countless ways to test the limits of your endurance , if you should wish to do so , by attempting something unpleasant , uncomfortable or just plain dangerous . American Lynne Cox swims in sub-zero temperatures through the planet 's most dangerous oceans wearing only a swimsuit -- for fun !According to Lynne , there is always something driving her on .At age 9 , when she was swimming in an outdoor pool one day , a violent storm blew up , but she refused to get out of the pool .Something make her carry on .Then she realized that , as the water got colder and rougher , she was actually getting faster and warmer , and she was really enjoying it .At age 14 , she broke her first endurance record .Years later , experts discovered that Lynne has a totally even layer of body fat , like a seal .<2>.The famous British explorer , Sir Ranulph Fiennes , has led many major expeditions in the extreme cold , including walking right round the Arctic Circle .He has also led expeditions in the extreme heat , and discovered the Lost City of Ubar in the Omani desert .<3>Sir Fiennes has said , `` If I am getting sick , I find a very powerful way of conquering it is to know that my father would have definitely done it . ''<4>There is probably no such thing as a `` normal '' adventurer .Unsurprisingly , risk-takers tend to be single-minded and unusually determined people who hate the stability and routine that most people prefer .They tend to take risks for the `` fun '' of it .The excitement becomes addictive , and they want more and more of it .Ordinary life seems boring in comparison .\", 'candidates': ['She is perfectly made for doing what she does , it seems .', 'Adventurers are clearly different from the rest of us', 'What she did was really beyond our imagination .', 'It seems that many adventurers spend their lives trying to live up to the image of a parent .', 'And most of us would prefer it to remain that way .', 'Many adventurers have amazed the world with their extraordinary skills .']}", + "output": [ + "[4, 0, 3, 1]" + ] + }, + { + "input": "{'passages': \"<1>My best friend in my class is very sad , because her mother is badly ill .I want to help her , but I do n't know what to do .<2>I always think about many things before going to bed , so I ca n't fall asleep .I feel very sleepy and tired during the day time .<3>I like one of the boys in my class .I think I have fallen in love with him .I 'm afraid of that my parents and teachers know my secret .<4>I want to decorate my room and make it more beautiful and comfortable , but I do n't want to spend too much money on it .<5>I bought a pair of sports shoes which cost me 1000 yuan .My grandfather knew this and he was very angry with me , because I spent too much money on the shoes .\", 'candidates': [\"Do n't fight with him any more . You need to calm down and solve the problem with the teachers ' help .\", \"First of all , you have to know that you are n't old enough to know what real love is . Try to be an ordinary friend with him . You should pay more attention to your school work .\", \"Old man had a hard time in the past , so they do n't waste anything in daily life . You should understand your grandfather first . Then you may say sorry to him and do n't waste money any more .\", \"If you ca n't sleep at night , you 'd better relax before going to bed . You may listen to some soft music or read something for fun . Do n't drink tea before you go to bed .\", 'You can buy some cheap but beautiful cloth to cover the wall or old furniture . Put up photos you like instead of those expensive ones . Finally , keep your room clean and tidy all the time .', 'You could help her look after her mother and tell her the trouble is nothing , because all of her classmates will give her a hand as long as she needs .', \"You 'd better find a chance to talk with them and tell them what you think . I believe they will understand you .\"]}", + "output": [ + "[5, 3, 1, 4, 2]" + ] + }, + { + "input": "{'passages': \"<1>Perhaps you 're really bored if you 're reading this passage and at the moment .have no one to be with .Whether you long for a boyfriend or a girlfriend , or miss your family and friends , this guide can help you cope with living alone .Keep in mind that humans are indeed social animals .but that does n't mean that we ca n't be perfectly happy outside of society.1 .Be happy .Live a life of optimism .Happiness comes from within regardless of your situation , so do n't use any excuses , Such as being alone .2 .<2>Many times it is n't the partner or friend yon are missing , but the activities and hobbies you shared .Take yourself out for a date .For example , if you would have gone out to dinner or to a movie on a date .then take yourself out to a movie or to a nice restaurant .Do n't hold yourself back .3 .Learn something new .<3>it helps to keep the loneliness away , and also gives you something to talk about when ou do have to actually enter society .4 .Get a pet . Humans need affection .and without it they become bitter and hate the world around them .Pets are a/ways a source of affection and will give loads of it endlessly .<4>It 's not strange that you talk to your pet ; it 's strange if you do n't .Just be cautious that your pet does n't talk back .If so , seek professional help.5 .Read . Now it may be the time to catch up on some of your reading .Not only is it fun and enjoyable , but it 's also self-education.6 .Exercise .Now it is the time to get that body you 've always wanted .Instead of just pigging out on junk food and sitting in front of the TV all night , do some push-ups or sit-ups .Be consistent .<5>Make a schedule and stick to it .Keep it easy at first and you will discover your limits .Or , join a gym and make new friends there .\", 'candidates': ['Rediscover the fun in simple exercises .', 'Exercise takes will power and diligence', 'Being Alone Without Being Lonely', 'Learning is the most important aspect of living alone .', 'Tired of Being Alone', 'Do everything you normally did with a partner or a friend .', 'Pets also provide someone to talk to .']}", + "output": [ + "[2, 5, 3, 6, 1]" + ] + }, + { + "input": "{'passages': \"Are animal brains too simple for thoughts and choices?Stories about animal kindness have really changed my point of view .In fact, some stories are amazing, especially when animals are meeting with people .<1>James, a wildlife writer, told a story that an African woman had placed her baby in the shade of a tree while she was working .<2>Several elephants pulled leafy branches from the tree covered the sleeping baby .<3>The elephants were so gentle and quiet that they did not even wake up the baby .<4>An English magazine offers another story .Bill, a cat, stayed at home while its master was away on a trip, but the man was injured in a railway accident and died a few days later in a hospital .At the funeral, the Man's brother was surprised to see that Bill was there .The faithful cat had traveled a long way to the hospital, looked at the coffin , and then sadly returned home .Humans are only one part of the earth .<5>The sky and mountains, the cows and men, all belong to the same family .These stories, I hope, will inspire more people to treat animals as our friends rather than pets or our next meal .\", 'candidates': ['The beautiful flowers are our sisters; the deer, the horses and the great eagles, these are our brothers .', 'Flies can be a problem in Africa and the branches protected the baby from the flies .', 'Then the elephants walked away .', 'An elephant group walked by and saw the baby .', 'Then he rolled up his window and drove away, with his daughter waving to me from the back .', 'Here are two stories that interest me .', 'I believe there are many such touching stories between our two peoples, said Xi .']}", + "output": [ + "[5, 3, 1, 2, 0]" + ] + }, + { + "input": "{'passages': \"<1>They are choosing new-age non-conventional courses that guarantee a better future .MIB is a specialized course that teaches the international business .<2>The course content and teaching methods of MIB are quite different from a normal MBA or Master of Business Administration .<3>The course offers various advantages over the conventional MBA degree course .<4>Acquiring a degree of MIB offers outstanding growth of job opportunities .Those who want to pursue in the field of marketing also have a good future after completing the degree from a reputed MIB college .Big multinational organizations look for talented people who can handle the job profile of International Marketing Manage, and people with MIB degrees are preferred .The profile needs an in-depth understanding of the overseas markets, because it is the strategic post from the perspective of company's international business growth .Since business finance and economics are covered at length in the curriculum of MIB, students have great job offers in the field of finance as well .Typically, organizations offer the profile of international finance controllers to those who complete MIB with the specialization of finance .<5>People in this field are well-paid, and growth prospects are unlimited .After completing degree course from a reputed MIB college, there is a good scope in the banking and finance sector as well .International banks appoint people who have an excellent grasp over the international banking policies, currency exchange, and international policies .Thus, MIB is the golden key to success with brilliant job opportunities in national and multinational sectors .\", 'candidates': ['It has been designed with the sole objective of developing professionals with an in-depth understanding and knowledge of the international trade .', 'Do as much research as possible so that you choose the right course for the right reason .', 'Professional courses, such as Masters in International Business or MIB, have been taken by many students in the last two decades .', 'The specialization covers aspects of international taxes, accounts, budgeting and so on .', 'The first flight to Europe has a special price of 2,680 yuan,which does not include taxes and fuel surcharges .', 'The massive increase in the international business and foreign trade gives excellent job prospects to the new generation .', 'There are valid reasons for so much popularity of MIB course .']}", + "output": [ + "[2, 6, 0, 5, 3]" + ] + }, + { + "input": "{'passages': \"5 2 10 How to sing better if you think you are bad Have you ever had those times when one of your s or friends wanted to you 're your singing voice , but you were afraid because you think your singing voice is bad ?Here are the tips you can follow.1 .Take face-to-face vocal lessons .The only safe way to learn the correct singing techniques and to improve properly is to take face-to-face singing lessons with a fully trained vocal teacher in case you do not have a teacher yet !<1>, so that he/she could give you proper feedback.2 .Warm up your voice in a proper way .Always remember to warm up your voice properly , but please know your limits and do n't overdo your voice !Remember the diaphragmatic support ; do not strain your throat too much !Also , remember good body posture ! 3 .Never do those as followed .a .Avoid dairy products , caffeinated products coffee & tea included , they dry up your throat and hot food !<2>, but never before singing !b .Do not shout , yell , scream or abuse your voice at any time !Besides ,<3>; if your teacher says you are , say , more of an baritone if you are male , then you are more of an baritone .c. Do not try to imitate anyone famous , which will usually give you just bad habits and even damage your throat .<4>, so please learn to cherish that .The world does not need copycats .d. Do not sing , whisper , shout , yell or scream if having a sore throat/cold/flu , Also , do speak as little as you can if you have a flu/cold/sore throat !e. Remember to drink at least 2 liters of room-temperature water every day ,<5>!f. Smoking is a big no-no , as is breathing in secondhand smoke .Also , avoid staying in dusty or moldy environment .\", 'candidates': ['You are YOU and your voice is unique', 'not just during singing days', 'Avoid ice creams or cold drinks', 'The teacher has to be in the same room with you', 'You can consume these things', 'aim to have at least one pint of water a day', 'please respect your vocal range']}", + "output": [ + "[3, 4, 6, 0, 1]" + ] + }, + { + "input": "{'passages': \"<1>The older brother, who was called Nolbu, was greedy and lazy .<2>When their father died, Nolbu inherited his house and land, but Hungbu received nothing .One day when Hungbu was working in the fields, he found a bird which had broken its leg .<3>The bird gradually became stronger, and when summer came, it flew away to a warm place .<4>Hungbu sowed the seed and it soon grew into a plant which produced many gourds .When Hungbu opened one of the gourds, he was amazed to see that it was full of treasure .He wanted to use the treasure to do something useful .The next day he bought a big house and moved there with his family .When Nolbu heard about his brother's good luck, he was very jealous and decided to do the same as his brother .<5>The bird also gave him a seed, which produced several gourds .However, when Nolbu opened one of the gourds, goblins ( ) quickly came out of it and stole all his money .After that Nolbu went to his brother to ask for help .Hungbu was sorry for him and so he invited him to share his house .Both brothers and their families lived happily ever after .\", 'candidates': ['A young boy recently received an unexpected message in the mail from his father Joseph, who died two years ago .', 'A year later the bird flew back and gave Hungbu a seed .', 'I want you to plant it and come back one year later with what you have grown from this seed .', 'However, his younger brother Hungbu was hard-working and kind-hearted .', 'He took the bird home and looked after it carefully .', 'Long ago, there was a rich man who had two sons .', 'He also found a bird, but he broke its leg and looked after it until it became strong .']}", + "output": [ + "[5, 3, 4, 1, 6]" + ] + }, + { + "input": "{'passages': 'Mobile phone has become a problem for middle schools .<1>Mobile phone use among children has become a problem for the schools this year .Several children have got mobile phones as Christmas presents , and more students want them .Mary Bluett , an official said mobile phone use is a distraction to students during school hours and<2>Teachers were also saying that sometimes students might use phone messages to cheat during exams . The official said some schools had tried to ban mobile phones .Some parents felt unhappy because<3>Many teachers said students should not have mobile phones at school ,<4>, they could leave their phones at school office .They also said there were many reasons why the students should not have mobile phones at school : they were easy to lose and were a distraction from studies .Many people say that they understand why parents would like their children to have phones ,<5>when they can use their mobile phones .', 'candidates': [\"they could n't get in touch with their children\", 'it also gives teachers so much trouble in their classrooms .', 'Some middle schools in Australia have banned students from carrying mobile phones during school hours .', 'but they think schools should let the students know', 'but if there was a good reason ,']}", + "output": [ + "[2, 1, 0, 4, 3]" + ] + }, + { + "input": "{'passages': \"Dear Li lei , How are you ?I 'm glad to get your email .<1>In the USA , school begins at 8 :00 a. m. I usually get up at 6 :50 and then have breakfast .<2>I always get to school on time .What time does school begin in China ?How do you come to school ?<3>I also like P. E. and music .Which subject do you like best ?School is over at 3 :30P .M .<4>I like a few kinds of activities such as Playing ball games , singing , flying kites and so on .<5>I think it 's a little difficult for me .What about you ?Can you tell me something about your school life ?Write back to me by email soon .\", 'candidates': ['I take the school bus to school at 7 :25 .', \"Now I 'd like to tell you something about my school life .\", \"After school , it 's time for activities .\", \"But I do n't like dancing at all .\", \"My favorite subject is science because it 's easy and interesting .\"]}", + "output": [ + "[1, 0, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"A : Hello , Alice !How are you ?B :<1>How are you , Bob ?A : I 'm OK , thanks .What 's this , Alice ?B :<2>A ; Is this your father ?B :<3>A : Oh , your uncle .Is this your sister ?B : Yes , she is my sister .A : What 's her name ?B : Linda .A :<4>B : No .They 're my cousins .A : Excuse me , Is this your notebook ?I found it in the library .B : Oh ,<5>Thank you very much .A : You 're welcome .\", 'candidates': ['Yes , it is .', \"No , it 's my uncle .\", 'This is my English book .', \"It 's a photo of my family .\", 'Are these your brothers .', 'What color are these ?', 'Fine , thank you .']}", + "output": [ + "[6, 3, 1, 4, 0]" + ] + }, + { + "input": "{'passages': \"problem Traditional teen bullying tends to decline with age , peaking during middle school and decreasing during high school .Cyber bullying might be an exception , however .More research is needed to determine whether this form of teen bullying becomes less common as children grow up .Respond to teen bullying .If your child admits being bullied , take action .Start by reassuring your child .<1>Do n't take cell phones away or cut Internet connections as a consequence of being bullied .Never imply that getting bullied is your child 's fault .Record the details .Write down the details-the date who was involved and what specifically happened .Record the facts as objectively as possible .<2>Start with a teacher who knows your child well .Ask whether your child 's classroom behavior has changed or if there are any other warning signs .You might also consult a school dean , counselor or other school contact .<3>Ask for help to solve the bullying problem .Keep notes on these meetings .Remember that it can take time for teachers and administrators to look into bullying in a fair and factual way .Ask for a copy of the school 's policy on bullying .Find out how bullying is addressed in the school 's curriculum , as well as how staff members are supposed to respond to known or suspected bullying .If these steps do n't seem to help or your child has been hurt by continued bullying , consult a mental health provider .<4>Taking legal action to break bullying can make your community safer for all teens .<5>Even if your child does n't confess to being bullied offer specific suggestions to stop bullying .\", 'candidates': ['Explain your concerns in a matter-of-fact way .', 'Talk to your child about teen bullying .', 'Repot dangerous situations .', \"Tell your child that you 'll do everything in your power to help .\", 'You might also consider talking to a lawyer .', \"Just say '' stop '' or walk away from the bully .\", 'Meet with school authorities .']}", + "output": [ + "[3, 6, 0, 5, 1]" + ] + }, + { + "input": "{'passages': \"problem Starting high school is an exciting event .<1>Try these tips to help make the transition to high school go smoothly for you and your teenager .Talk to your teenager .Find out how your teenager feels about high school .<2>Share some of your own experiences with them , and see if you can get an older cousin or family friend to talk to them , as well .Orientation is a good thing .<3>The school will also likely have a parents ' night or parents ' orientation before or shortly after the school year begins .Your teenager may discourage you from attending it , but it is important for you to learn what to expect during their high school years .It is also a good opportunity to meet with teachers and other parents .<4>Before school starts , talk with your teenager about what their daily schedule will be like , what classes they will be taking , and how they will manage their time .Discuss any extracurricular activities they might like to take part in .It is important for you to know their after-school plans .Then you can set some limits on things including where they are , whom they are with , and how they will be transported .<5>High school is a time when teenagers ask for their independence .However , it is important that you remind your teenager that you are still the parent .For example , they may want to decide when to do their homework or when to go to bed , and may start spending more time on the computer or phone .While it is OK for you to loosen up on some things and let them make some of these decisions , make sure our teenager knows the limits .\", 'candidates': ['Set a good example .', 'They likely have both fear and anxiety .', \"Do n't forget about after-school activities .\", 'Give your teenagers some independence .', 'There you can get some advice from other parents .', 'Make sure your teenager attends it if the high school has one .', 'However , it can also cause some stress and anxiety for both parents and teenagers .']}", + "output": [ + "[6, 1, 5, 2, 3]" + ] + }, + { + "input": "{'passages': \"We are told that `` a family that eats together stays together '' .We even follow it by making the whole family sit in front of the television while eating , right ?Wrong .Television does nothing to help make the family relationships better .<1>It 's thus better to give the TV a break and to sit at the dinner table .Family dinners need another important part- conversations that bring in a pleasant atmosphere . It often serves well to start the conversation right before dinner so that setting the table and doing other things may become less boring .<2>As a result , there are no embarrassing moments when people are actually eating .Also , you can change the topic if you feel that it might start arguments . Children are n't usually very good at sharing information and do n't know how to reply when you ask them questions like `` How was your school today ? ''<3>For this , you can ask them about the after-class activities that they might be taking part in .<4>Therefore , all controversial topics should not be talked about .Actually , if you have had a funny incident in your day at the work , share it with others .What 's more , it serves well if you share your childhood memories with your family .<5>In a word , it is always important to choose the right topics for the family dinner conversations\", 'candidates': ['Try to know more about them than just their school life .', \"It 's often difficult to start a conversation at a family dinner .\", 'But try to keep in mind some family dinner conversation ideas .', 'Doing things together can make family members feel interested .', 'In fact , it only increases the distance between members of the family .', 'They , especially your kids , will feel excited to hear about what you did as a child .', 'Conversations during dinnertime should encourage family members to eat well .']}", + "output": [ + "[4, 3, 0, 6, 5]" + ] + }, + { + "input": "{'passages': \"When we think of paper, we think of newspapers and books .<1>Only half of the world's paper is used for books and newspapers .Paper is very good for keeping you warm .You have perhaps seen homeless men asleep on a large number of newspapers .<2>The farmers wear paper boots in the snow .<3>Each year, more and more things are made of paper .We have had paper cups and plates for a long time .But now we hear that chairs, tables, and even beds can be made of paper .With paper boots and shoes, you can also wear paper hats, paper dresses, and paper raincoats .<4>The latest use of paper seems to be paper houses .<5>You can buy a house with three rooms for about 500 dollars .You can put it up by yourself in a few hours, and you can use it for about five years .\", 'candidates': ['But there are many other uses .', 'But after using several weeks to watch and to learn, he was determined to master this new medium .', 'Nothing could be warmer .', 'These are not small houses for children to play in, but real, big houses for people to live in .', 'In Finland, it is sometimes - 40degC in winter .', 'When you have used them once, you throw them away and buy new ones .', 'If the experiment is successful, more tremor-resistant homes could be built in earthquake zones across the globe .']}", + "output": [ + "[0, 4, 2, 5, 3]" + ] + }, + { + "input": "{'passages': \"Have you ever seen a horse with toes?Millions of years ago, horses had many toes .They had four toes on each front foot .<1>The horses were smaller than cats .These small horses lived in the forest .Their many toes helped the horses run over the soft wet ground .<2>But the weather changed .It became cold .Many trees couldn't live in cold weather .The trees died and fell .Forests became open field .<3>Horses began to change too .They began to get bigger .<4>On the dry hard land, horses needed only their middle toes for running .<5>\", 'candidates': ['It was very hot in the forest .', 'The sun made the ground dry and hard .', 'At last their middle toes became hard .', 'They sang Christmas songs, exchanged photographs of loved ones back home, shared food and even played football .', 'It will lead to CANCER if it is stored in our body system for a long period of time .', 'This took a long time .', 'They had three toes on each back foot .']}", + "output": [ + "[6, 0, 1, 5, 2]" + ] + }, + { + "input": "{'passages': \", .: ..<1>Jack 's vocabulary is very small .He is very anxious to improve his English .Therefore , he wants to enlarge his vocabulary in a short time and tries his best to memorize new words as many as possible at a time .<2>Market 's pronunciation is poor .And she does n't know how to improve her pronunciation .She is very worried and does n't know what to do .<3>Alice has difficulty in understanding the meaning of the English text .So she looks up the new words in the dictionary in order to understand everything .However , she made little process in English .<4>Although Peter wants to communicate with people on the bus when he is on the way home , he is afraid of being laughed at because of his poor accent .<5>Lyme ca n't express herself clearly in English because she sometimes forgets some key words and does n't know the tenses exactly .\", 'candidates': ['Practice speaking as often as you can-even speaking to yourself is good practice . Try recording yourself whenever you can .', 'It helps if you can learn with someone else . If you can persuade a friend or family member to study with you , it will make you keep working Agree times to meet and set goals for the week . And test each other regularly .', \"Practice improvising ways of getting your meaning across even if you do n't know the exact words or phrase . Think of things you might want to say whenever you have time . An example is the use of tenses . Use facial expressions , hand movements , anything to get your meaning across .\", \"Guesswork is important in learning a new language . When listening to recorded material , you are n't expected to understand everything the first round . If you play the same piece several times , you will most probably understand something new each time . Learn to make maximum use of all the clues you can pick up .\", \"A wide vocabulary is the key to successful language learning , but do n't try to learn too much vocabulary at once .\", \"If you are the person on the bus , street or restaurant asking how you can improve your English , you are on the right track . The only way to improve your speaking is by speaking . Do n't worry about a bad accent or forgetting words or not being understood .\"]}", + "output": [ + "[4, 0, 3, 5, 2]" + ] + }, + { + "input": "{'passages': 'A teenager realized her dream of becoming a professional model three years after a serious car accident .Marita Davies was on her way home from a party when the crash happened .The car that Marita took as a passenger was going the wrong way and crashed into another car driven by a drunken driver named David Hudson, which left her with a broken leg and back .<1>Marita was in a wheelchair for a year after being bed-ridden for nine months .Marita feared her dream of a modeling career was over .She said, I was extremely upset and shocked when I knew about my terrible injuries .I thought my dream of becoming a model was over .<2>The crash had broken my confidence and I became quiet and spent less time with other people .I was 16, and at that age all I wanted to do was to go out with my friends .But as her health took a turn for the better, Marita finally came out of the wheelchair and learned to walk .<3>She did a few unpaid jobs while studying at college .Soon, paid commercial modeling jobs started coming in .Marita was a bit doubtful at first, because the crash had left her with huge scars on her leg and back .<4>Marita had done amazingly well to overcome everything that had been thrown at her in the three years .Finally, Marita became a professional model in 2013 .<5>', 'candidates': ['It took the firefighters more than two hours to free the teenager from the damaged car before she was taken to hospital .', \"Many young people in China don't understand this kind of sports and I want to promote it, says Wang .\", \"She was worried that people wouldn't want her to model for them, but this didn't stop her .\", 'She was signed up for advertising campaigns and appeared in TV ads .', 'She decided she would still try to follow her dreams, and sent some photos off to some modeling agencies .', 'It took 44 hours to print the new car at the International Manufacturing Technology Show in Chicago .', 'My leg and back were broken .']}", + "output": [ + "[0, 6, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"Good morning , everyone .I 'm going to tell you about our school clubs .Our school Computer Club meets on Monday afternoon , in Room 201 .Our meeting is from two thirty to three thirty .<1>Last week , we learnt some computer skills .This week ,<2>Our insect Club meets on every Wednesday .Last week ,<3>We found some butterflies .They were very beautiful .<4>Last Thursday , we had a robot competition .We made the robots by ourselves and held the competition in the playground .Some robots took part in a running competition .Other robots took part in a climbing competition .One of them even climbed all the stairs in the school building .Everyone had fun and learnt a lot about robots .<5>\", 'candidates': ['We also have the Robot Club .', 'Welcome and join our school clubs .', 'we are going to listen to a talk .', 'We often have a different activity each week .', 'we went for a walk in the forest .']}", + "output": [ + "[3, 2, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"Americans spend their weekends in different ways .But usually they choose the same aim to rest , to enjoy beautiful places and to enjoy the time with their family and friends .Some Americans hold parties on Saturday night .<1>Then they wo n't get up until 9,10 or even 11o'clock next morning .As soon as they get up they will go to the nearest corner shop to buy the daily newspaper .<2>It will help them to decide what to do on Sunday afternoon .Before going out on Sunday , they will have a meal , which is called `` brunch '' '' br '' from `` breakfast '' and `` unch '' from `` lunch '' .<3>After brunch some Americans may have a picnic with their family or friends . They will take many things with them , such as fresh vegetables , sea food , drinks , table cloth and so on .Usually they drive to a beautiful park , a lake or the seaside .<4>It is the biggest meal of the week and all family members try to present .Weekends are to be welcome everywhere .<5>\", 'candidates': ['They will make it at home or go to a restaurant nearby', 'They will dance , sing and drink together till mid-night', 'Sunday dinner is the most important meal of the week', 'Most people look forward to the coming weekends', 'They can get news about films , plays , shows and sports in the paper']}", + "output": [ + "[1, 4, 0, 2, 3]" + ] + }, + { + "input": "{'passages': \"Reading C 5,7 , .<1>Ted and Chen want to rent a flat near the university .<2>Maria is looking for a job .She has worked in a foreign company for five years and she is good at English .<3>Amy 's mother lost her job last month .She is good at doing housework .<4>Lee 's favorite star is Elvis Presley .He has collected many things about Elvis Presley .<5>Mike wants to buy a bike , but he has only $ 100 In our shop you can find the photos of many stars .If you buy five , you can get one free .A great house with a large garden , in the north of the town .Price : $ 160,000 .Phone number : 5843-6964 Red Mountain bike , almost new , $ 80 .Please call : 6789-5061 .An English teacher with more than two years ' working experience .Babysitter for a 5-year-old boy , Monday-Friday .Mrs Adams , 6969-0536 .We are looking for a salesman who has selling experience .Send a resume to 102 Steve Road , London .For further information call 5396-7588 .( heat and electricity included ) Phone number : 5605-8888 .\", 'candidates': ['Superstar Shop', 'House for Sale', 'For Sale', 'Teacher Wanted', 'Babysitter Wanted', 'Salesman Wanted', 'For Rent A 2-bedroom flat in University Park , $ 900/month']}", + "output": [ + "[6, 3, 4, 0, 2]" + ] + }, + { + "input": "{'passages': \"About a quarter of the world drives on the left, and the countries that do are mostly old British colonies like Australia , and Ireland .But Thailand, Indonesia and Japan also do so .This strange quirk puzzles the rest of the world; however, there is a perfectly good reason .Up to the late 1700's , everybody travelled on the left side of the road because it's the most sensible option for feudal , violent societies with mostly right-handed people .Soldiers with their swords under their right arm naturally passed on each other's right, and if you passed a stranger on the road, you walked on the left to ensure that your protective sword arm was between yourself and him .<1>A change was carried out all over continental Europe by Napoleon .It changed under Napoleon because he was left-handed .<2>From then on, any part of colonized by the French travelled on the right .After the American Revolutionary War (1775--1783), the US became independent and decided to make traffic drive on the right in order to cast off all remaining links with its British colonial past .<3>From then on, many countries changed out of necessity .<4>It would cost billions of pounds to change everything round .<5>While everyone was getting used to the new system, they paid more attention and took more care, resulting in a reduction of the number of road accidents .\", 'candidates': ['But if possible, I would like my parents to settle down and live with us .', 'Revolutionary France, however, overturned this practice as part of its sweeping social rethink .', 'The last European country to change driving on the right was Sweden in 1967 .', 'Today, the EU would like Britain to fall into line with the rest of Europe, but this is no longer possible .', 'His armies had to march on the right so he could keep his sword arm between him and any opponent .', 'As a teenager arriving in America, knowing nothing, I wanted a father who could explain the human journey .', 'As America became the center of the car industry, if you wanted a good reliable vehicle, you bought American right-hand-drive cars .']}", + "output": [ + "[1, 4, 6, 3, 2]" + ] + }, + { + "input": "{'passages': \"Mr .White works in an office .He liked reading in bed when he was at school .It was bad for his eyes and now he is near-sighted .<1>It often brings him some trouble .One winter morning he was sent to a village school on business .<2>Then he had to walk there .<3>There were stones here and there .He fell over several times and it made his clothes very duty .At last he got to the village .Suddenly it began to blow strongly and it got much colder .<4>He had to run after it but he couldn't catch it .<5>And then he ran into the house, too .A big woman appeared and stopped him by shouting angrily, What are you running after my hen for?\", 'candidates': [\"The road to the village wasn't smooth .\", 'He got off a bus at a stop in a small town .', 'He was wondering why his hat ran into a house as if it had legs .', \"But he wouldn't want anybody else to know about it and he never wears a pair of glasses .\", 'His hat was blown off while he was looking for the school .', \"The octopus's reputation as a human-killer isn't simply an exaggeration --it is a total myth .\", 'The small marked town of Wimborne Minster in rural Dorset was named the healthiest place to live in .']}", + "output": [ + "[3, 1, 0, 4, 2]" + ] + }, + { + "input": "{'passages': \"Having a learning disability does n't mean you ca n't learn .Learning disabilities happen because of the way a person 's brain takes in and processes information .<1>The trick will be figuring out how you learn best .Learning disabilities are n't contagious but they can be genetic .That means they can be passed down in families through the genes , like many other traits we get from our parents and grandparents .Someone with a learning disability probably has other family members who have some learning troubles , too .Kids with learning problems are sometimes surprised to find out that one of their parents had similar troubles when he or she was in school .<2>Learning experts now know a lot more about the brain and how learning works . It 's very hard for a kid to know if he or she has a learning disability .But kids do n't have to figure all this out on their own .<3>Start with your teacher and your mom or dad . Finding out you have a learning disability can be upsetting .<4>But the truth is that learning disabilities are pretty common .And if your learning specialist or psychologist has figured out which one you 're facing , you 're on the right track .Now , you can start getting the help you need to do better in school . To make this special help really work , you 'll need to practise the new skills you 're learning .It may take a lot of efforts every day .<5>Soon , you 'll enjoy the results of all your hard work : More fun and success at school !\", 'candidates': [\"But you 'll need some help and you 'll need to work extra hard .\", 'What a kid needs to do is to tell someone .', 'There are people who know how to do just that .', 'You might feel different from everyone else .', 'But kids today have an advantage over their parents .', 'As a result , some people learn differently .', 'That can be a challenge , but you can do it .']}", + "output": [ + "[5, 4, 1, 3, 6]" + ] + }, + { + "input": "{'passages': 'Sometimes people come into your life and you know right away that they are meant to be there .<1>They teach you a lesson or help you figure out who you are or who you want to become .<2>They may be a roommate a neighbor a professor a friend a lover or even a complete stranger . Sometimes things happen to you that may seem horrible at first but later you will find that without those difficulties you would have never realized your potential .<3>It would be safe and comfortable but dull and completely pointless . The people you meet who affect your life help to create who you are and who you become .<4>In fact they are sometimes the most important ones . If someone loves you give love back to them not only because they love you but also because they are teaching you to love and how to open your heart and eyes to things .<5>They have helped you learn about trust and the importance of being cautious to whom you open your heart to . Make every day count . Appreciate every moment .', 'candidates': ['They serve some sort of purpose .', 'Learn a lesson in life each day that you live .', 'Even the bad experiences can be learned from .', 'You never know who these people may be .', 'If someone hurts you or breaks your heart forgive them .', 'Without these small tests life would be like a smooth road to nowhere .', \"If you do n't believe in yourself it will be hard for others to believe in you .\"]}", + "output": [ + "[0, 3, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"Last spring, I was fortunate to be chosen to join in an exchange study program .<1>The bit of French I had taken in high school began coming out of my mouth; speaking the language would only become more natural over the course of the term .<2>We talked the whole way, getting to know one another .Every day afterwards, I would eat breakfast with the two of them, and then we'd all go our separate ways for the day .<3>My experience was exciting until I received some shocking news from my program coordinator : There had been a death in my host parents' family and they would have to go away for several weeks to deal with all the business that arises from the death .<4>The coordinator told me I'd have a roommate and asked whether I would mind sharing a bedroom with an English speaker .<5>When I got to my new room, I introduced myself to my new roommate Paolo, a Brazilian , the same age as I, whom I was surprised to find playing one of my favorite CDs on his computer!In just a few hours, we knew we'd be good friends for the rest of theterm .I left France with many stories, so when people ask me what my favorite part of the trip was, they always hear about my Brazilian friend Paolo and the weekdays in class, weeknights on the town, and weekends exploring France we enjoyed together .I would recommend an exchange program to anyone who wants to experience foreign cultures and gain meaningful friendships .\", 'candidates': ['The moment I arrived in Paris, I was greeted by a nice French couple who would become my host parents .', 'In the evening, my host mother would make delicious dinners for the three of us .', 'To avoid speaking my native language, I asked not to be placed with an English-speaking roommate .', \"That afternoon, I had to move out of one family's house and into another .\", 'At the start of April 1912, arrangements for the transfer were complete, and the mummy began the journey to its new home .', 'In this same village, another little dog, who was not quite as happy as the first one, decided to visit the house .', \"At the airport, we all got into the couple's car and began the journey to their townhouse .\"]}", + "output": [ + "[0, 6, 1, 3, 2]" + ] + }, + { + "input": "{'passages': \"Happiness is for everyone .You do n't need to care about those people who have beautiful houses with large gardens and swimming pools or<1>and so on .Why ?Because those who have big houses may often feel lonely and those who have cars may want to walk on the country roads at their free time . In fact , happiness is always around you if you put your heart into it .<2>When you study hard at your lessons , your parents are always taking good care of your life and your health .When you get success , your friends will say congratulations to you .When you do something wrong , people around you will help you to correct it .<3>All these are your happiness .If you notice a bit of them , you can see that happiness is always around you . Happiness is not the same as money .It is a feeling of your heart .When you are poor , you can also say you are very happy , because you have something else that ca n't be bought with money .<4>, because you have more chances to challenge yourself .So you can not always say you are poor and you have bad luck .As the saying goes , life is like a revolving door .When it closes , it also opens .<5>\", 'candidates': ['When you are in trouble at school , your friends will help you', 'If you take every chance you get , you can be a happy and lucky person', 'those who have nice cars and a lot of money', 'And when you do something good to others , you will feel happy , too', 'those who have no houses', 'When you meet with difficulties , you can give them up and be happy', 'When you meet with difficulties , you can say loudly you are very happy']}", + "output": [ + "[2, 0, 3, 6, 1]" + ] + }, + { + "input": "{'passages': \"Negotiation lies beneath every human communication , says Stuart Diamond , the Wharton Business School professor and author of Getting more .`` Negotiation should not be a dance , or a fencing match or a game , '' he says .`` It 's just a conversation .<1>`` In your local grocery store , for example , Diamond recommends connecting with the people who work there .<2>.When dealing with a difficult situation , such as talking with a customer service worker on the phone , hold back your frustration and recognize the person . ''If I can , I want to get involved in a conversation , What 's your name ?Where are you located ? ''he says .`` People on the other end of the line are so tired from being beaten up all day by customers .<3>`` Discuss your goals for the phone call and ask the worker if he can help or refer you to someone else .<4>After all , it most likely is n't his fault .You should be thankful for his advice , Diamond says .<5>That way , you can better know the needs of others and learn how to reach your own goals by satisfying their desires .Getting into the habit of valuing people 's opinions can make you a better negotiator in time . When you make a human connection with somebody , they 're almost more than six times as likely to give you what you want .\", 'candidates': ['You will be thought of as a bad-mannered person if you speak slowly .', \"You do n't have to give anything up by just talking to someone .\", 'Asking their advice can lead to hearing about specialll sales .', 'Refrain from blaming him for the issue .', 'View yourself as the least important person .', 'They are please to answer your questions .', \"You 're like a breath of fresh air .\"]}", + "output": [ + "[1, 2, 6, 3, 4]" + ] + }, + { + "input": "{'passages': \"<1>Yeager's greatest achievement is her cultural impact on making bikinis popular .Anyone in Miami in the 1950s who wanted a bikini would come to her, and she'd make one, he said .<2>Her photos of Bettie Page in a bathing suit standing next to a real cheetah are still well-known today .They all wanted to model for me because they knew that I wouldn't take advantage of them, Yeager told The Associated Press during a 2013 interview .In the 1940s, Yeager became one of the most photographed models in Miami during her early career .She later turned the camera on herself, in bathing suits she made for her 5-foot-9 frame by hand .<3>She began taking photos of Page in 1954 as she began her job behind the camera .She published about a dozen books .<4>Yeager said she had a few requests when several magazines began to struggle or went out of business over the last decade, but her career returned to the public in 2010 when the Warhol Museum in Pittsburgh held an exhibition of her works, followed by another exhibition in Miami in 2013 .In her studio, Yeager kept some photos no one had ever seen in galleries .They will be included in a new book Yeager was finishing, scheduled for publication in September, celebrating the 60th anniversary of Yeager's first photo shoots with Page, Christin said .I'm still feeling like a little child and excited about everything new that comes along in my life, Yeager said in 2013 .<5>\", 'candidates': ['Her self-portraits were turned into a book, How I Photograph Myself, in 1946 .', \"And yet, I felt I couldn't write about my present without touching on that past .\", 'Yeager became famous for making women feel comfortable enough to take off clothes .', 'And her works have been displayed in art galleries across the world .', 'Bunny Yeager, a model and photographer, died at 85, her agent, Ed Christin said .', \"Banned in London and several cities across America, The Children's Hour received its world opening on Broadway in 1934 .\", \"I don't know where it will lead to yet, but it sounds good to me .\"]}", + "output": [ + "[4, 2, 0, 3, 6]" + ] + }, + { + "input": "{'passages': \"problem 5 2 10 , Do It Yourself `` Do it yourself ( DIY ) '' is a term used to describe building or repairing of something without the aid of experts .It came into common usage in the 1950s in reference to home improvement projects which people might choose to complete independently .<1>It promotes the ability of the ordinary person to learn to do more than what he thinks is possible .From the late 20th century , we have given in to the convenience of being told the `` right way '' to do things because it is convenient .<2>We have organized shopping , organized entertainment , and even organized marriage .With the development of industrial revolution , we have had our clothes and furniture made with the help of the machine .Our food supply has left our backyards and ventured into the factory .Things get cheaper and easier to find , but we buy as one and eat as one .DIY culture holds a powerful belief :<3>That statement may seem like the DIY movement is quite self-centered , but there is great evidence that the opposite is true .By creating with our own minds and hands , by relying on what has come before and projecting what will be , we have become open to many possibilities .<4>People can both create to serve their own needs and find the value in what others create .In other words , we can both learn how to make what we desire ourselves and consume goods made by others .<5>But the joy of DIY culture is how we begin to find our interconnectedness , for example , our talents of swimming and skating with the talents of others in our community .\", 'candidates': ['Almost everything in our life has been arranged in a system .', 'DIY provides us with some particular requirements and tools .', 'People can have what they want if they can learn to make it themselves .', 'We question the lifestyle based on our values and fashioned with our hands .', 'Of course the danger of DIY culture is that we try to become entirely self-confident .', 'In recent years , DIY has taken on a broader meaning that covers a wide range of skill sets .', 'We can sew our own clothes , grow vegetables , and do other activities that put us in touch with the processes of life .']}", + "output": [ + "[5, 0, 2, 6, 4]" + ] + }, + { + "input": "{'passages': 'Overcome Culture Shock in the Classroom Culture shock occurs in a classroom when students are exposed to a new situation .<1>However , it can also happen to students moving from a small town to a large city , to home- schooled students starting formal school education or to students progressing from one level of education to another .There are several strategies that teachers can use to help students overcome culture shock . Make group rules Brainstorm group rules with the class as a whole to create a safe space and good learning environment .<2>Rules could include respecting differences , listening when someone is speaking and not teasing , for example . Provide a partner Find a partner for the new student in the adjustment period .<3>A good partner is someone who is friendly , outgoing and patient .The partner should show the new student around the school , spend time with him or her after class and eat lunch with him or her . Know the source of a problem Identify problems early and work with the student and his or her family to deal with them .<4>It can also be caused by overseas or home school environment .Students and parents need to be aware of all the rules and customs that apply .<5>Create lessons that include information about different countries and traditions .These could include story reading , geography , cultural studies and history .Encourage the student to share some information about himself or herself .', 'candidates': ['Create special lessons', 'Respect other cultures', 'They have lost their own language and culture', 'Explain the rules and require everyone to follow them', 'A partner can help him or her quickly adapt to the new environment', 'Classroom culture shock is often caused by the very different environment of a classroom', 'Typically , this happens when a new immigrant arrives in a classroom for the first time']}", + "output": [ + "[6, 3, 4, 5, 0]" + ] + }, + { + "input": "{'passages': \"Students learn many subjects at school, like Chinese, English, math and physics .<1>They say it's boring .Why do they say this?First, some math problems are so hard for them .<2>Second, they are afraid( ) to ask their teachers for help .They think the teachers will laugh at them .Third, they think math class is very tiring because they need to use their brain to find out the answers all the time .<3>Here is some advice from a math teacher: 1 .<4>2 .Ask the teacher for help if you don't understand anything .<5>3 .Don't forget to go over your old lessons .If you do these things, you will find it much easier to do better in math .\", 'candidates': ['In the TV series, Li was often asked by Di, How do you see it, Yuanfang?', 'Listen to the teacher carefully in class and do some extra exercises after class .', \"They spend a lot of time on them, but they can't work them out, so they lost heart .\", 'How can you do well in math?', \"Don't be afraid .\", \"Some students think it's hard to do well in math .\", 'When they have to take care of themselves, it is hard for students to study well .']}", + "output": [ + "[5, 2, 3, 1, 4]" + ] + }, + { + "input": "{'passages': 'Look at the tower !Nothing is wrong with your eyes .<1>As the name says , the Leaning Tower of Pisa leans .It is in Pisa , a city in Italy .<2>In 1173 , people in Pisa began to build the tower .In 1178 , when the tower was just three storeys tall , it began to lean .There were wars in Pisa at the time .So the construction of the tower stopped for years .After about 200 years , in 1370 , people finished the construction .<3>It is 55.86 meters tall .<4>There are many opinions .One goes like this : The tower is very tall and heavy , but the ground is made of soft sand and clay .When the ground sinks , the tower leans .Did you know these ?The tower was first the bell tower to a large church .<5>Each bell stands for a musical note .From 1990 to 2001 , the tower was closed to visitors .Workers repaired it .The tower may stand for another 200 years .', 'candidates': ['The tower has eight storeys .', 'There are seven bells in it .', 'There is something wrong with the tower .', 'Why does it lean ?', \"Let 's know about its history\"]}", + "output": [ + "[2, 4, 0, 3, 1]" + ] + }, + { + "input": "{'passages': \"How to revise for a test Studying for tests may be one of the most difficult parts of school .<1>If you feel discouraged about an approaching test and need some directions for preparing yourself , consider using the following suggestions to help you out . Aim foremost to understand the concepts . Keep the important points in mind , and ignore unnecessary information .<2>... Ask for help . When the need arises , it is best to receive help from the others .<3>You could also ask him/ her for a set of questions and answers that could help you memorize the information .You could also ask a family member or a friend for help . Practice in everyday life . Fit reviewing into everyday life by sticking up notes with sentences you need to remember for the test written upon them .<4>You could possibly put one on the bathroom mirror , one at the table and another by the TV .This is optional but highly recommended .<5>Find out how much you remember certain things and what 's missing .Decide what you did well in and what you did not so well in .This may boost your chances of getting more marks in the assessment and may also help you remember for next time .For instance , if you are struggling on maths problems based on geometry , then put this down as something that you need to review more than the subjects you are good at . Review often but little . Do not push yourself and try reviewing everything in one day .Practice takes time and if you rush , you wo n't remember anything .\", 'candidates': ['Go through what you have been learning .', 'Mark your practice tests .', 'As long as you remain focused on the main topics , you will be able to do well on the test .', 'However , even the worst test performance could be turned around into a successful attempt .', 'It can be difficult to remember the material and understand which points to study .', \"You will notice them every day and reviewing wo n't seem to be boring or dull .\", 'Ask your teacher to summarize the topic with all the important points .']}", + "output": [ + "[4, 2, 6, 5, 1]" + ] + }, + { + "input": "{'passages': \"Imagine looking out of your window and seeing a whale swim by . That 's the sight that surprises New York City residents recently . In the past years , humpback whales have been spotted in the two rivers surrounding the island of Manhattan , the Hudson River and the East River .<1>Experts say that river cleanup efforts have improved water quality and led to an increase in the number of fish there . Fish are on the humpback 's menu .<2>The sighting is also an encouraging sign that conservation efforts are helping humpback whales come back . In 1973 , the species was listed as the endangered . Now scientists say humpback whales are making a comeback . By the middle of the 20th century , hunting whales for profit had nearly wiped out many whale species . In 1973 , the U.S. set up the Endangered Species Act . People were no longer allowed to hunt them in the U.S. waters . In 1982 , the International Whaling is illegal worldwide .<3>Last September , it was announced that nine groups of humpback whales are no longer endangered . Four groups are still endangered and a fifth is threatened .<4>The number of them is growing particularly faster in the Southern Hemisphere like Tasman Sea and Coral Sea . And the number of humpback whales in Hawaii has made an amazing recovery . In 1966 , there were fewer than 1,500 humpbacks there . Today there are about 10,000.But humpbacks in other parts of the world are still struggling .<5>`` We still have a lot of work to do , '' says Angela Somma , head of NOAAS Fisheries ' endangered Species division .`` But with the right protection , the number of humpback whales should continue to grow .\", 'candidates': ['Those efforts to save whales are paying off .', 'People are frightened when seeing whales in the river .', 'Last year , one even swam past where the mayor lives .', 'Today there are about 100,000 humpback whales worldwide .', \"The extra food in the rivers is mainly what 's attracting the whales .\", 'Scientists have carried out further research on the number of the whales .', 'Scientists say that the focus needs to be on the whales that are still struggling .']}", + "output": [ + "[2, 4, 0, 3, 6]" + ] + }, + { + "input": "{'passages': \"The students ' life today can be very busy .<1>They need a break from it .Parents should ask children to do something else .Do not let them relax in front of the TV .A hobby is the perfect answer .<2>Chess is a good example .It is a very enjoyable game and it also helps children develop their thinking skills .Collecting something is also a good hobby for children .<3>such as key rings , stamps , postcards , old coins , etc .Many of these collecting can be both interesting and fun .<4>Besides , growing flowers is a useful hobby because it is a physical activity and it also teaches children about nature .<5>Children may become experts in something if they really love their hobbies .Hobbies will also teach children a lot about responsibility .\", 'candidates': ['They teach children a lot .', 'They are under pressure every day .', 'A hobby can be a useful learning tool .', 'A child can collect almost anything .', 'Do you agree with your teachers ?', 'There are many different kinds of hobbies .']}", + "output": [ + "[1, 5, 3, 0, 2]" + ] + }, + { + "input": "{'passages': '<1>She knows something about China on TV .But she wants to know more .So she is looking forward to visiting China .She will have a holiday next week .<2>She is going there by plane and then stay in a hotel .In Beijing she is going to do sightseeing, and visit the Forbidden City, the Summer Palace and walk up the Great Wall .<3>She likes Chinese pandas very much .<4>On the last day in Beijing she is going shopping .She wants to buy Gina a present .<5>', 'candidates': ['She is going to visit Beijing because she likes Chinese culture .', \"Then, the sense of it's not fair often comes when we can't control the things in our lives .\", 'She knows that Gina likes Chinese silk and Chinese paintings .', \"Gina's sister also likes animals .\", \"There's still more work to be done in terms of awareness of the disease and also successful ways of treating it .\", \"Gina's sister lives in England .\", 'So she is going to visit Beijing Zoo to see the pandas there and take some photos of them .']}", + "output": [ + "[5, 0, 3, 6, 2]" + ] + }, + { + "input": "{'passages': \"Insomnia , a lack of sleep or sleeplessness , is something of an epidemic affecting millions of Americans right now .The National Institutes of Health estimates that 50 million to 70 million Americans of all ages suffer sleep related problems .Three different types of insomnia exist .<1>Insomnia lasting from one night to a few weeks occasionally is referred to as transient .Acute insomnia means consistent inability to sleep well for a period of three weeks to six months .Insomnia is considered to be chronic , the most serious , if it persists almost nightly for at least a month , and sometimes longer .Sleeplessness can be caused by many different things .<2>Once the stimulus passes , the ability to sleep will usually return .Chronic sleeplessness may be caused by ongoing health concerns such as the physical pain of arthritis or the emotional pain of anxiety and depression .Those who suffer from sleepless nights may find themselves have the feeling of sleepiness and tiredness during the day .And those who have little sleep may be more affected by both acute and chronic illnesses like high blood pressure and diabetes .Sleeplessness not only has effects on your physical self but also your emotional well being .<3>However , if sleeplessness becomes chronic , the price could be much higher in the form of anxiety or depression .There are numerous ways for mild sleeplessness at home .<4>Do n't exercise too much before bedtime ; instead , do something to relax yourself .Finally , create an environment which is favorable for sleeping by removing stimulants from your bedroom like extra lighting or a television .<5>\", 'candidates': ['Being unable to sleep well for a few nights may only produce anger .', 'Most people experience sleeplessness for an outside stimulus such as stress , improper diet or a poor sleeping environment .', 'Prepare your body for sleep by avoiding drinks such as tea or coffee before bed .', 'If you still can not find relief , it may be time to visit your physician for help .', 'Insomnia may be classified as transient , acute , and chronic .', 'Being unable to sleep well for a few nights may cause serious health problems .', 'What is transient insomnia ?']}", + "output": [ + "[4, 1, 0, 2, 3]" + ] + }, + { + "input": "{'passages': '<1>This robot fish has movements which have been inspired by the movements of the carp .<2>It can help in underwater archaeology ( ) .For example , it can enter a sunken city where human divers can not enter .<3>This robot can also be used for general purposes such as detection of leakages in a pipeline or for laying down communication cables across oceans .It also has possible military uses .In order to copy carp movements , Mr .<4>He studied all the different movements of carp using different cameras and then converted these movements mathematically to transfer this data to the robot using many actuators .Professor Xu commented on the robot that the current models that copy fish movements are capable only of 2D movements which limits their capability as they are not able to dive into water .He said that his model is the first model with 3D movements which allows it to dive as well as float with the help of its fins , just as a normal fish would do .Hence , this fish model robot has much greater movement capability .It would be much harder for enemies to detect as compared to traditional ones when used for military purposes .The researches want to make their robot fish even smaller , more realistic while adding more sensors such as GPS and video camera to it .This will improve its autonomous 3D movement .<5>', 'candidates': ['They are also planning to test the fish by giving it more difficult tasks such as detecting various objects .', \"A Robot Fish has been developed by National University of Singapore 's researchers from the Department of Electrical & Computer Engineering .\", 'There are a number of different recycling processes that allow materials to be used more than once .', 'Just like a fish , it can also look at all the comers of particular wreckage .', 'Dragons are not real animals , but look like a combination of many animals such as snakes , fish and deer .', 'There are various purposes that it can be used for .', 'Fan studied the movements of the fish for around 3 months .']}", + "output": [ + "[1, 5, 3, 6, 0]" + ] + }, + { + "input": "{'passages': \"People used to say, The hand that rocks the cradle rules the world .and Behind every successful man there is a woman .Both these sayings mean the same thing .<1>Most American women wish to make their husbands and sons successful, but some of them want more for themselves .They want good jobs .<2>They want to be as successful as men .The American women's liberation movement was started by women who didn't want to stand behind successful men .<3>They refused to work side by side with men who do the same work for a higher pay .A liberated woman must be proud of being a woman and have confidence in herself .If somebody says to her, You have come a long way, baby .<4>This movement is quite new, and many American women don't agree yet .<5>\", 'candidates': [\"she will smile and answer, Not nearly as far as I'm going to go, baby!\", 'They were not charged with the more serious crime of spying, so the extent of their success as spies is not clear .', 'When they work they want to be better paid .', 'When you come right down to it, it just seems that horses run better for some riders, McCreary says .', 'They wanted to stand beside men, with the same chance for success .', 'Men rule the world, but their mothers and wives rule them .', \"But it has already made some important changes in women's lives--- in men's lives, too .\"]}", + "output": [ + "[5, 2, 4, 0, 6]" + ] + }, + { + "input": "{'passages': \"Benefits of Reading The benefits of reading start with the first book a baby hears and continue into childhood and throughout the child 's life .Here are some reasons why reading is important . Reading teaches children about the world around them .<1>They are exposed to ways of life , ideas and beliefs about the world which may be different from those which surround them .This builds a store of background knowledge , which helps younger children learn to read confidently .<2>When we read , our brains translate the descriptions we read of people , places and things into pictures .When we are reading a story , we are also imagining how the characters are feeling .We use our own experiences to imagine how we would feel in the same situation Children who read do better at school .And they do n't just do better at subjects like reading , English and history .<3>Reading is a great form of entertainment !A paperback book or an e-reader does n't take up much space so you can take it anywhere and you 'll never be lonely or bored if you have a book in your bag .<4>Reading relaxes the body and calms the mind .<5>The constant movement , flashing lights and noise are quite stressful for our brains .When we read in silence , the black print on a white page is much less stressful for our eyes and brains .\", 'candidates': ['Reading improves concentration .', \"Reading develops a child 's imagination .\", 'We seem to have forgotten how to relax and how to be silent .', 'Children learn new words and greatly enlarge their vocabulary .', 'They do better at all subjects and they do better all the day through school .', 'You can read while waiting for a friend or during a flight delay at an airport .', 'By reading , children learn about people , places and events outside their own experience .']}", + "output": [ + "[6, 1, 4, 5, 2]" + ] + }, + { + "input": "{'passages': \"Noise pollution in cities is causing out health to suffer, according to the World Health Organization .<1>It allows everyone who downloads it the ability to measure the amount of noise they are exposed to by transforming their smart phone into a sound level meter .<2>Once launched the app shows decibel levels of green or red depending on the level of noise .That information is then sent to the NoiseTube server via the Internet where a noise map is produced and then made available to the user .<3>According to D'hondt of the Noise Tube project, these groups don't think that city produced noise maps give an adequate interpretation of the level of noise they're experiencing .City produced noise maps are based on statistical models involving very few actual measurements .<4>Ten people walking the same area from 9 to 10 am every day for one week can make a valid and detailed map for an area of a couple of blocks, D'Hondt said .It's reasonable effort by the community groups to produce these maps, and with it they can go to the authorities and have real evidence about what they're experiencing .<5>The app has been downloaded by 10,000 people with 2,700 people registered on the NoiseTube website .\", 'candidates': ['He also produced a large number of writings in medicine, mythology , and the relationship of European and Asian languages .', 'Since its launch, the app has been popular with community groups who want to monitor their own noise levels .', 'NoiseTube on the other hand gives a detailed account of the level of noise experienced at a specific time and location .', 'So far these sorts of noise maps have been produced for a number of European cities .', 'Every person has his or her own set of microbes that live on their hands, according to scientists at,the University of:Colorado .', 'NoiseTube works by recording sound levels and GPS locations .', 'Recently, researchers at the Free University of Brussels in Beigium have developed an applocation: NoiseTube .']}", + "output": [ + "[6, 5, 1, 2, 3]" + ] + }, + { + "input": "{'passages': \"Cold blesses us all It 's November , the time of year when people often get blessed more .This is not because God likes cold weather , nor because others are fee ling generous with Thanksgiving just around the corner .<1>Colds and the flu are the most common illnesses people get in autumn and winter as the weather gets colder .They are all caused by viruses , but colds are generally milder-you 'll feel annoyed but not as if you want to die . Teenagers catch average six to ten colds a year , according to statistics from the Ministry of Health , while adults average two to four .More than 200 viruses cause cold symptoms .<2>You can be contagious one day before symptoms develop and for up to five days after becoming sick . The signature symptom of a cold is a runny nose .The flu will make you burn with fever , ache all over , feel extremely tired and cough intensely .The flu can sometimes lead to more serious diseases , such as pneumonia .<3>A doctor can test you to see whether you have the flu in the first few days of the illness .But some treatments for both are pretty much the same :<4>Many doctors consider water a weapon against the common cold .It helps your blood drive off viruses and flood them out .Keep warm .You might be cold one minute and hot the next , and wearing several layers is very important .Wash your hands frequently .You do n't want to make it worse by spreading the flu to everyone else .Also , avoid sharing cups and eating utensil s with other people .<5>But if your flu symptoms get worse , go to a hospital or clinic right away .\", 'candidates': ['You can pass on the flu before you even know you have it .', 'Drink lots of water .', 'Taking medicine on time is a good way to prevent the illness .', \"`` Bless you ! '' is a common response to sneezes , the symptom of catching a cold or the flu .\", 'Get lots of sleep and take it easy .', \"Sometimes , it 's hard to tell a cold from the flu based on symptoms alone .\", 'Most people who catch the flu get better without having to see their doctor .']}", + "output": [ + "[3, 0, 5, 1, 6]" + ] + }, + { + "input": "{'passages': \"Participating in Class Class participation is a valuable part of learning .Many students are unwilling to participate in class .<1>Other students participate in class , but do so not correctly .Here is some advice that can help you become an effective class participant .<2>Do all tasks and readings and go over your notes from previous class periods .This will help to prevent you from making uninformed comments or asking unsuitable questions .As you get ready for class , think about important questions and concerns that may appear in class .Be sure that you are prepared to deal with these .Try to sit close to the front of the class .<3>Besides , you can hear what the teachers say clearly .Listen to what the other students say .You can then build on their comments to make your own .Be active when you respond to something another student says .You can disagree , but do n't go into an `` attack mode '' .Do n't be afraid to be wrong .<4>You can learn from being wrong .Do n't be afraid to ask questions .This is a good learning skill .Also , the chances are that other students in the class have the same questions as you do , and they will appreciate your asking .Be sure that your questions and comments are closely connected with the class topic . Do n't waste the time of the teacher and other students by going off way .Do n't take it in person if others disagree with what you say .<5>\", 'candidates': ['Creating a personal connection helps you feel more comfortable about participating in class .', 'Be confident that your opinions will be valued by your teacher and other students .', \"It 's hard to stay unconcerned when you are near to the teacher .\", 'Be sure that you are well prepared before coming to class .', 'This may be because they are shy or fearful of being judged and criticized .', 'Your class should be a good place for giving opinions and taking advice .', 'Learning is a change in behavior based on experience .']}", + "output": [ + "[4, 3, 2, 6, 5]" + ] + }, + { + "input": "{'passages': \"How to drive greener Buying green can produce great benefits and so can small changes in your driving behavior .<1>1 .Avoid aggressive driving .Sudden starts and aggressive driving can waste your gas .<2>That 's because just one second of high-powered driving can produce the same level of CO as 30 minutes of normal driving.2 .<3>A lot of us like to push the speedometer up to 75 miles per hour on the highway .However , slowing down to 65 miles per hour can increase your fuel economy by up to 10 percent and reduce the amount of pollution coming from your car.3 .Plan ahead .When possible , plan your trips to avoid the stop-and-go of rush hour .And remember to pack all of your tasks into one trip since a warmed-up engine produces fewer emissions .4 .Pay attention at the gas station .Do n't overfill your gas tank or try to top it off because spilled gas changes into mixture of fog and smoke and can pollute groundwater .When you are finished filling up , be sure you tighten your gas cap .<4>5 .Park smart .Parking your car in the shade not only helps you avoid feeling very hot in your car , but it helps minimize evaporation of fuel.6 .<5>By walking , cycling or public transport , you will make a big difference for our planet .Leave your car at home just two days a week .And you will help cut greenhouse gas emissions by 1,500 pounds a year .\", 'candidates': ['Change the oil .', 'Slow down .', 'Leave your car at home .', 'And this type of driving behavior adds to pollution .', 'In this way you can save as much as 30 gallons a year .', 'The following advice can help you save gas and contribute to the well-being of our planet .', 'Parking in your garage when possible to cut down on summer heat and keep off frost in the winter .']}", + "output": [ + "[5, 3, 1, 4, 2]" + ] + }, + { + "input": "{'passages': \"It was near Christmas during my first term teaching at a new school .I loved my small special class more than any group I had taught in the past .<1>Other teachers had told me that our children were from poor families and not to expect any child to bring a Christmas gift .In fact, I wasn't expecting any gifts .Imagine my surprise when every child brought me a gift on the day before our holiday break .<2>I was told, He is my favorite, but I love you and I want him to be with you, Miss Taylor .<3>Next came a new set of Christmas tree lights that was missing from a mother's cupboard .Finally, I came to one little boy's gift which I had never received .<4>Just when I wanted to show my happiness, I was interrupted by the giver, And see, it is new!It still has the price tag .When other children laughed at him, I stopped them and said, Oh, books are good in that way .The story is always new if you have not read it before .<5>Everyone listened quietly as I read the most wonderful Christmas story of my life .I still keep those Christmas gifts .They always remind me of my lovely kids .\", 'candidates': [\"They also do lots of Father Christmas matters, which Maddy didn't want: I'm too old for that kind of nonsense, Dad .\", \"Now, Let's read one together .\", 'They were hungry for knowledge and I was enjoying teaching .', 'It was an old, dirty and broken Christmas storybook .', 'I was making only 65 cents an hour,and I was already $90 in debt!So I learned early the danger of easy credit .', 'First, I got a much-loved toy monkey from a shy girl .', 'How thrilled I was!']}", + "output": [ + "[2, 5, 6, 3, 1]" + ] + }, + { + "input": "{'passages': \"I was born in Ireland and lived there until I was nineteen years old .<1>At first, I held several jobs to earn a few dollars .Later, to live a better life, I bought my own taxi car .Till now, I've been in the taxi car business for thirty-five years .I know there is a lot about taxi drivers that is not so good .Because of this, people get the wrong impression that they are bad .<2>You can read in the papers almost every week where a taxi driver turns in money or jewels people leave in their cars .One time in Brooklyn, I found a ring in my car .I remembered helping a lady with a lot of bags that day, so I went back to the store where I had dropped her off .It took me almost two days to look for her in order to return the ring .I didn't get as much as Thank you .<3>In all my years of driving a taxi car, I have never had any trouble with the public because I always try to be nice to everyone .<4>I have been trying this for a long time, and the longer I try, the easier it gets .<5>It's something that makes a man a good guy .This is also my way to live by .\", 'candidates': ['In fact, taxi drivers are just like other honest people .', 'I went to a nightclub in New York and watched the stage lights go up .', 'I believe honesty is one of the greatest gifts there is .', 'I try to be honest toward others .', 'Still, I felt good because I had done what was right .', 'I still remember that first time when she smiled at me saying that, and I smiled right back, telling her thanks .', 'I came to New York in 1956 .']}", + "output": [ + "[6, 0, 4, 3, 2]" + ] + }, + { + "input": "{'passages': \"<1>He needs to sell books for 10 hours every day and 6 days every week .But Jack doesn' t think it's a long time, because books are his favorite things .<2>His favorite book is Mark Twain's The Adventures of Huckleberry Finn .Every week Jack can take one book home and read it .Jack loves selling books also because he can meet book lovers there .<3>Jack gets about 300 dollars every two weeks .<4>He wants to buy a car .<5>\", 'candidates': ['After about 3 months, Jack can buy his first car .', 'When Jack is not busy, he likes reading books at the bookstore .', 'Now he has about 2, 400 dollars .', \"There's a real Iron Man suit, XOS 2, which provides the power to lift 200 pounds with ease .\", 'Jack sells books at a bookstore .', 'Thus the best books are treasuries of good words, the golden thoughts, which become our steady companions and comforters .', 'Jack recommends good books to them and they do the same to Jack .']}", + "output": [ + "[4, 1, 6, 2, 0]" + ] + }, + { + "input": "{'passages': 'Recently a man came to me , because he was told that there is fluid around his heart .After trying many drugs which were of no use to reduce the fluid , the doctor told him the only other choice was to have an operation .He refused because he knew that every illness has a mental cause and that if he had the operation but did not clear the mental cause , the fluid would return .<1>The mental cause of his disease was an experience of breaking up five years ago with several friends , whom he had known for over twenty years .This experience broke his heart .Not knowing how to mend his broken heart , his body created a repair by surrounding his heart with fluid to protect it from the sad feelings .<2>Months later , his hearts was mended and the fluid disappeared .<3>The key is : to create a healthy body , you must be healthy not only in body , but also in mind .To be mentally healthy , you need to build up strong relationships .<4>_ is important for building a support system that lifts your spirits .Even when you are alone , you will not feel lonely or upset .<5>', 'candidates': [\"Let 's study hard and try to use all kinds of machines to build China into a modern country .\", 'Our work focused on reminding him of the feelings of being loved and forgiving his friends .', 'Strong relationships are not spaceships -- -- they are not hard to build .', 'He left my office after the final session with a smile on his face and a spring in his step .', 'At last , he searched the Internet to find a metaphysical healer , and he found me .', 'Creating strong relationships will insure that you are accompanied by a network of loving persons .', 'At last , I won it and the prize was a seven -- -day holiday to my favourite country -- America .']}", + "output": [ + "[4, 1, 3, 5, 2]" + ] + }, + { + "input": "{'passages': \"It is well known that Albert Einstein was one of the greatest scientists of all time and he was also a really great person .Here are some interesting things about him .<1>He said he needed a desk, some paper and a pencil .<2>This shows that he knew even the cleverest man in the world can only learn by making mistakes .<3>He never wore socks and he thought putting on socks was a waste of time as people already wore shoes .He also thought it was a waste of time remembering things that could quickly be found in a book .That's why he never remembered his own phone number, which was in the phone book .<4>It is true that if we are going to do great things in our lives, we can not waste our time .Einstein liked to joke too .Once in an exam a student asked him why all the questions were the same as last year's .Einstein replied the questions were the same but the answers were different!<5>\", 'candidates': ['He also asked for a big waste-paper basket to hold all of his mistakes .', 'He avoided that by treating them like a commercial transaction: like the world he knew, in fact .', 'Einstein regarded time as very important .', 'In an incredibly short time, Charlie had become a very important man in motion picture .', ',A, B, C, D,, .', 'He knew what was worth remembering .', 'When Einstein started to work in America, someone asked him what he needed .']}", + "output": [ + "[6, 0, 2, 5, 4]" + ] + }, + { + "input": "{'passages': '<1>The Shenzhen History Museum is putting on an exhibition to mark the 81st anniversary of the Long March .On show are more than 220 photos and some other things that show how the Red Army made the Long March from Jiangxi Province and to northern Shanxi Province in the mid-1930s .<2>Eight elephants from Thailand are entertaining visitors at the Window of the World by riding bicycles, playing basketball, balancing on a beam , dancing and blowing a harmonica .<3>The elephants give three shows a day at 9:30am, 3:30pm and 8:00pm and there is an additional show at 1:30 pm at weekends .<4>Dolphins leaping from the water to touch a ball, waving their bodies to music, kissing people and doing maths by tapping their tails have made the delphinium in Shenzhen Ocean Park an attraction for children .<5>Hours: 10:30pm, 4:00am, and 7:30pm Admission: 40 yuan for adults and 20 yuan for children .', 'candidates': ['Seals and sea lions also perform .', 'Long march exhibits .', 'People are encouraged to lie on the ground and have the elephants step over them .', 'Learn how we train our animals and help train our sea lions to learn how to paint .', 'Time: 10:00 am --- 4:00 pm Address: 1368 Shennan Road Admission: 8 yuan for Chinese / 15 yuan for foreigners Thai elephants .', 'Address: West Huaqiaocheng Admission: 60 yuan Dancing dolphins .', 'Hemingway Days (Florida, US) This festival has normal stuff (,) like short-story readings and exhibits about the author .']}", + "output": [ + "[1, 4, 2, 5, 0]" + ] + }, + { + "input": "{'passages': \"Jane : Hello !Tom : Hello !<1>Jane : This is Jane .Tom :<2>Jane : Yes .Tom : We want to go to the zoo .<3>Jane : Yes , I 'd love to . I want to see pandas there . Pandas are my favorite animals .<4>Tom : Elepants . They are very big and strong . Oh , do n't forget to bring some water .Jane : All right .<5>Tom : We need four bottles of water .Jane : OK.See you tomorrow .Tom : See you .\", 'candidates': [\"What 's up ?\", 'Are you free tomorrow morning ?', 'Oh , how much do we need ?', 'May I speak to Jane ?', 'Here we are .', 'What about you , Tom ?', 'Would you like to go with us ?']}", + "output": [ + "[3, 1, 6, 5, 2]" + ] + }, + { + "input": "{'passages': \"Oprah Winfrey , born in 1954 , is all American talk show host , best known for her multiawardwinning talk show .<1>It 's no surprise that her endorsement can bringovernight sales fortune that defeats most , if not all , marketingcampaigns .The star features about 20 products each year On her Favorite Things show .There 's even a term for it : the Oprah Effect .<2>When she was 16 year old , she had the idea of being a journalist to tell other people 's stories in a way that made a difference in their lives and the world .<3>And in 1986 she started her own television show with a continuous determination to succeed at first TIME magazine wrote , People would have doubted Oprah Winfrey 's swift rise to host of The most popular talk show on TV .In a field ruled by white males , she is a black female of big size .<4>She makes up for in plainspoken curiosity , rich humor and , above all understanding Guests with sad stories to tell tend to bring out a tear in Oprah 's eye .<5>I was nervous about the competition and then I became my own competition raising the bar every year , pushing , pushing , pushing myself as hard as I knew .It does n't matter how far you might rise .At some point you are bound to fall if you 're constantly doing what we do , raising the bar .If you 're constantly pushing yourself higher , higher the law of averages , you will at some point fall .And when you do I want you to know this , remember this : there is no such thing as failure .Failure is just life trying to move us in another direction as Oprah addressed graduates at Harvard on May 30,2013 .\", 'candidates': ['Her television career began unexpectedly .', 'As interviewers go , she is no match for , say , what she lacks in journalistic toughness .', 'She is also , according to some assessments , the most influential woman in theworld .', 'Step by step , you began spending more time at work and on your career , and more time searching for a human friend .', 'She was on television by the time she was 19 years old .', 'They , in turn , often find themselves exposing things they would not imagine telling anyone , much less a national TV audience .', 'She was a woman of few words , and saved time every day by calling her son Denry , instead of Edward Henry .']}", + "output": [ + "[2, 0, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"Staying focused can help you complete studying for a test or your work an hour early . There are various practical steps to help you focus better .<1>Whether you ' re doing work in your office or studying at home , having a clean spacecan help you focus and get your work done with more attention .Remove what can attract youfrom your work or the task . Make a to-do list .If you list all the things to do , however small , you will feel more successfulwhen you check those items off your list .<2>Give yourself a certain time for each task .Managing your time goes hand in hand with yourto-do list .Write down how long it 'll take you to finish each task on the list .For example , you could write : `` Go over the notes : 30 minutes .Do the homework : 2 hours .<3>`` Then , try to complete each task within each given time . Make time for breaks during the day .You should take at least a 5-10 minute break for everyhour of work , or a 3-5 minute break for every half an hour of work .<4>Take breaks in a .place where you wo n't be troubled , so that you can relax your mind .<5>Sometimes you can also look out of the window , take a short walk outside , or just walk up a few stairs .Theseshort breaks will make you more energetic to return to your work .\", 'candidates': ['Setting a goal will do good to you .', 'Organize your workspace .', \"It 's not easy to get yourself better focused .\", 'Prepare for the new lesson : 25 minutes .', 'You may regularly get up during your breaks .', 'This will also keep you focused on one task at a time', 'A break will prepare your mind for the next task ahead .']}", + "output": [ + "[1, 5, 3, 6, 4]" + ] + }, + { + "input": "{'passages': \"From Nov 30 to Dec 1 , the 13th G20 was held in Buenos Aires , the capital of Argentina .Chinese President Xi Jinping took part in it .<1>To most people , Latin America is a land of happiness and passion .The sunny islands of the Caribbean , the lovely moves of tango dancing , and the wildlife of the Amazon rainforest are all quite amazing .Many of Latin America countries have a tropical climate .Food and houses are n't life-and-death matters for the people there .<2>This pleasant environment makes people 's lives easier and cheerful .<3>They like singing and dancing .They think dancing brings people together .People often dance in bars , at parties and at all kinds of carnivals .Late January to early March is the carnival season in Latin America .People wear colorful clothes , walk on the streets , and celebrate life .Brazil 's Carnival is the biggest in the world .<4>With the culture of friendly people who are always smiling and celebrating .Latin America is the happiest place in the world .<5>He encouraged Chinese teenagers to go to Argentina to get soccer training .He said he hoped for more cooperation between China , Argentina and Panama .\", 'candidates': ['Millions of people take part in it every year .', 'There are fish in the sea and fruit on the trees .', 'President Xi spoke highly of the rich culture of Latin America .', 'He also made state visits to two Latin American countries .', 'Latin Americans know how to enjoy life .']}", + "output": [ + "[3, 1, 4, 0, 2]" + ] + }, + { + "input": "{'passages': \"Scientists often see the first ten years of a child 's life as the `` window of opportunity , ''<1>And studies show that the following activities can benefit their brain greatly .<2>Free playtime has always been an important part of `` being a kid '' , but it is also important to a child 's development .`` Free play '' not only helps kids develop different skills , it also helps them develop into happy healthy adults in the future . Read with kids . Reading has long been known to improve children 's intelligence .<3>For parents who do n't have much time , just surrounding your kids with books goes a long way too . Put kids to bed early .<4>Preschool children should get at least eleven hours of sleep and kids up to age 12 should try to get at least ten hours of sleep . Learn a second language . Early studies in this field have shown that bilingual kids can perform better under pressure . Young children can learn new languages with nearly perfect fluency and pronunciation . Praise good effort not intelligence . Your kids may be smart but you should mainly praise the effort they put into tasks . Kids , who are praised on intelligence , often feel it is a fixed quality , and mistakes or failures badly hurt their self-confidence . Kids who are praised on effort often focus more on learning .<5>\", 'candidates': ['Play some helpful games .', 'Give them enough playtime .', 'And they are not afraid to fail and try again .', 'Kids still need time away from the TV to do homework .', 'Kids who read often develop earlier writing and number skills as well .', \"Everything at this time is very important to the development of a person 's brain .\", 'Studies show that kids with regular bedtimes are better at languages , math and reading .']}", + "output": [ + "[5, 1, 4, 6, 2]" + ] + }, + { + "input": "{'passages': \"Do you like to eat sushi ?Many people are afraid to eat it, because they think the bacteria in it might make them sick .<1>The study finds that a special enzyme from sea bacteria is helpful to humans .It helps people to get more energy from food .To people's surprise, the enzyme is present only in the Japanese .<2>And the seaweed is rich in this kind of enzyme .However, the enzyme isn't present in all the Japanese .<3>All the Americans studied didn't have the enzyme .The number is small, said researcher Mirjam Czjzek .But we can say that this enzyme is present only in the Japanese and not in the North Americans .<4>The study suggests that they collect uncooked seaweed to make their sushi .<5>So, if you want to get that enzyme, you can travel to Japan to have a taste of the real sushi .\", 'candidates': ['During the study, just 5 out of 14 Japanese had the enzyme .', 'Then some people think that maybe other people are able to get the enzyme if they eat a lot of seaweed .', '5 pounds, according to the study, which was published in the Journal of Medical Internet Research .', 'The Japanese traditionally like to eat food rich in seaweed .', 'However, a new study shows that sea bacteria are good for people .', 'Also, this can be a good way to connect with new people in a similar situation .', 'Restaurant sushi is often cooked, which will destroy the enzyme .']}", + "output": [ + "[4, 3, 0, 1, 6]" + ] + }, + { + "input": "{'passages': \"Mobile phones and the internet have improved our live in many ways .<1>Many car accident are caused by mobile phones .You can use many new mobile phones to get on the internet .This can be very convenient, but some drivers get on the internet while driving .<2>By looking at their mobile phones and not at the road, these insensitive Drivers are a danger to us all .Many of the dangers of the internet are well known .Children who visit websites without their parents' permission sometimes talk to older people they don't know and put themselves in great danger .People with blogs sometimes post embarrassing photographs of people they don't know on their websites without permission .There are also people who use the internet to get personal information that we do not want them to have .Mobile Phone and Internet Safety Tips If you need to use a mobile phone with you drive use a hands-free phone .<3>Do not make very important phone calls while driving .They take your attention off the road .<4>In an embarrassing situation, pay attention to people around you .<5>Refuse to give out any information personal information on the internet .\", 'candidates': [\"I've asked to see their grades so that I can check whether they're paying attention to their schoolwork .\", 'Tell your children not to talk with anyone they do not know on the internet .', 'Driving needs all our attention .', 'In difficult driving situations such as rain or snow, do not use your phone at all .', 'However, along with improvements, they have also brought a number of worrying problems .', 'They can explain when you are allowed to leave and how much attention you have to give .', \"People will be shy about taking your picture if they know you're paying attention .\"]}", + "output": [ + "[4, 2, 3, 1, 6]" + ] + }, + { + "input": "{'passages': \"How to Have a Successful Teenage Life Everyone wants to succeed in their life , do n't they ?Even as a teenager , you can achieve success in your life , it really is n't that hard .<1>Do well in school .No matter how boring it is now , education will help you be a productive member in society .Try your best for excellence in school : listen to the teachers , do your homework , study , and get good grades .Doing so will help you get into a better university , which will enable you to have a bright future .<2>Do good in your community .Volunteering can not only improve your community 's status , but could make you happier .Studies show that people who volunteer are less likely to develop depression than people who do n't .<3>For example , if you love animals , volunteer at an animal shelter .If you love helping the environment , plant trees or pick up litter .When you help others , it will make you feel better about yourself .<4>Remember , they 're there to help you be the best that you can be .Respect them and value their opinions , even if they annoy you sometimes .<5>You do n't get to choose your teachers or your family , but you still have to put up with them .Learn how to deal with people now , because when you 're an adult , you do n't get to choose your boss or your co-workers , so learn how to respect them now .\", 'candidates': ['Here are some important points that you may find helpful', 'Be nice to your parents and teachers', 'School sets you up on the right track', 'Find chances to do volunteer work that interests you', 'Keep in mind that they do the things they do because they care about you', 'Live life to the fullest', 'It will help you pass time and develop your personality']}", + "output": [ + "[0, 2, 3, 1, 4]" + ] + }, + { + "input": "{'passages': \"If you are an online shopping addict , it means that your closet will become an awful wasteland .Here are some tips to organize your clothes and save space . The first step to get organized is to get rid of the things you do n't want or need anymore .<1>It will make the following process much faster and easier .Why do you mess up your closet with clothes you won ' t even need for another six months ?<2>Pack away all unneeded items in them and slide them away .Use a combination of storage units to fit different needs .<3>It will make things look neater , and everything will be easier to find .Also , do n't let all of that space below the hangers go to waste .<4><5>Color coding is the answer .Not only does it look pleasing , but also it makes finding things a lot easier .\", 'candidates': ['Too much jewellery without much space ?', \"I know it 's hard to let go , but you have to .\", 'Sick of digging around to find what you need ?', 'Use the space both above and below the stick .', 'These little items are far handier than you might think .', 'Take advantage of your empty suitcases when not on vacation .', 'For example , drawers for folded items , hangers for dresses and suits .']}", + "output": [ + "[1, 5, 6, 3, 2]" + ] + }, + { + "input": "{'passages': 'Oral English also known as spoken English , is the form of English that is used when people are speaking to one another .Students who are learning English as a second language often feel uncomfortable using oral English because they fear that they will not be understood .It is important that a person who is learning to speak English practices using the language .<1>Listening is important to learning spoken English .<2>Pay attention to conversations that happen around you while you are shopping .Watch the news every evening while you have supper . Part of learning spoken English is in understanding how English words are formed .Watch the mouths and tongues of native English speakers carefully .<3>Notice how the lips form certain sounds .Imitate what you see . Rent movies over the weekend .Try to follow the story line of comedy shows .<4>Not having to respond in English lets you concentrate on simply understanding what is being said .Understanding how English is used in conversation will help you to better communicate in the language .<5>When you are reading , pay more attention to the correct pronunciation of the words you are reading rather than comprehension of each word .Read easy books that are written for children .Reading simple books takes away the frustration of sounding out hard words .', 'candidates': ['Read out loud for twenty to thirty minutes every day .', 'Listen to English radio while getting ready in the morning .', 'Observe how much the mouth is opened to say certain words', '.Find a friend or teacher who is willing to help you learn English', '.Repeat the conversations several times to increase your speaking speed', '.Watching TV shows and movies allows you to hear English used in conversation .', 'The more a person practices his or her skills , the more easily speaking English will become .']}", + "output": [ + "[6, 1, 2, 5, 0]" + ] + }, + { + "input": "{'passages': \"Wang Fengqin , a 61-year-old woman in Beijing , volunteers to sort rubbish in her living area in Beijing 's Chaoyang District .At 6:30 every morning , while half of Beijing is still in sleeping dreams in bed or enjoying a delicious breakfast ,<1>She gets up , gives her face a quick wash , takes a simple breakfast and rushes to the four rubbish dustbins beside the gate of her living area .There she checks the waste left by her neighbors to make sure it is sorted correctly .`` Sorting rubbish will improve the environment for all of us and it only takes a minute , '' Wang said. ``<2>. ''As Wang spoke , an old man came by and threw a plastic bag full of rubbish into the dustbin marked `` recyclable '' .`` Hey , please , there are some orange peels and fish bones in your bag ,<3>, '' Wang told him .Teaching the old man was in a hurry , Wang let him go , opened the bag herself , picked out the kitchen waste and threw it in the right dustbin .Wang has been doing this every day from 7:30 a. m. to 9 a. m. and from 6 p. m. to 8 p. m. since March 10 .<4>Most people had no idea about sorting rubbish at first , but now 90 percent can put rubbish in the correct dustbin , Wang says .However ,<5>\", 'candidates': ['I want to help my neighbors develop good habits', 'she plans to keep doing this job until all her neighbors sort correctly', \"so they are supposed to be put into the dustbin marked kitchen waste '\", 'She says people usually go downstairs and throw out rubbish at this time', 'Wang rushes through her busiest hours in the day .']}", + "output": [ + "[4, 0, 2, 3, 1]" + ] + }, + { + "input": "{'passages': \"Please wear loose clothing , mostly cotton .It is obvious that wearing clothing that is loose rather than tight is welcomed in summer .<1>This carries away the warmth that your body produces and allows cooler air to flow back in .<2>When it 's really hot out , materials that `` breathe '' - allowing the flow of air through the fabric itself - also work to keep you cool .Cotton and linen are among the most breathable fabrics so look for clothes made of those substances . Your body controls its temperature via a small peanut-shaped section of the brain known as the hypothalamus .<3>It turns the temperature up or down based on various factors - such as how cold or hot the skin is . Certain parts of the skin have a larger influence than others .<4>They get their name because you can feel your pulse there , and the reason you can do that is because vessels are so close to the edge of your skin that one can easily hear or feel the flow of blood . When you want to lower your body temperature , cooling those pulse points with cold water or ice sends a signal to the brain that says , `` Turn cold . ''<5>Focus on pulse points that are easy to reach : the insides of your wrists , the area around your temple , and your neck .Holding an ice pack or even a cold washcloth against the skin on these regions will make your entire body feel cooler .\", 'candidates': ['It allows air to flow past the skin', 'Sweating helps to cool off the skin', 'These areas are called pulse points ', 'The type of fabric you wear has an influence , too', 'This fools your brain into turning down its thermostat ', 'This region works almost like a thermostat in a home', 'Exercising in extreme heat is usually not recommended']}", + "output": [ + "[0, 3, 5, 2, 4]" + ] + }, + { + "input": "{'passages': 'Starting high school is a great experience for any teenager .Whether you are coming from a middle school ( grades six through eight ) or a junior high school ( grades seven through nine ) , there are many things about high that are different from your old school environment .<1>You will face being in a new school , making new friends in an unfamiliar class and getting to know new teachers .These new teachers will usually have higher academic level than your middle and junior-high schoolteachers .<2>In return , they expect you to work hard and develop your skills , On top of all this , peer pressure to drink and smoke often increases in high school .<3>Although there is a lot of pressure , it is nothing you can not deal with .If you are feeling pressure to do something that you feel is wrong , talk to a friend , parent or counselor to find a solution .<4>If you are not succeeding academically , find someone to help you .If you feel lonely , try to join a school club or group to make new friends .<5>With time , you will come to be thankful for everything about your experience .On the point of starting you high school , are you ready ?F.You should pay more attention to it .G.They would like to go there and have a picnic .F.You should pay more attention to it .G.They would like to go there and have a picnic .', 'candidates': ['You will experience many changes .', 'They want to help you get into college .', 'High school may seem discouraging at first .', 'They are there to help you get into this great new time in your life .', 'Besides , the pressure could also come from grades , loneliness and so on .']}", + "output": [ + "[0, 1, 4, 3, 2]" + ] + }, + { + "input": "{'passages': \"Theme park getaways are popular with families , but they sure are n't cheap .Happily , there are some golden rules of ticket-buying that apply to pretty much every theme park , and they can help you chip away at the cost of tickets .<1>Buy tickets online . Never ever pay the walk-up ticket price at a theme park .<2>.You 're guaranteed to save a significant sum-sometimes as much as $ $ 20 per ticket-even for same-day tickets .Buy in advance .<3>.For instance , Knott 's Berry Farm in Buena Park , California , slices off $ $ 25 per ticket when you make your purchase at least three days ahead .<4>.This one is a universal no-brainer .Single-day ticket prices at Cedar Point in Sandusky , Ohio , are about 30 percent less than admission on Saturdays and Sundays .But the big bonus is that lines will be much shorter , allowing you to spend less time waiting in lines and more time having fun .Go in the afternoon .<5>.For example , Hersheypark 's sunset tickets allow entry after 4 pm or 5 pm , depending on the day .You 'll still get between four to six hours of fun before the park closes , and you 'll pay up to 50 percent less than the full-day ticket price .\", 'candidates': ['Avoid weekends .', 'Buy more tickets than you need .', 'Here are some ways to lower your theme park spending .', \"At larger parks , you 'll save money when you buy a package .\", 'Instead , visit the theme park website and print out your tickets before you go .', 'Some parks offer deeply discounted tickets for visitors arriving later in the day .', 'Most theme parks offer a price cut if you buy tickets at least a few days before you arrive .']}", + "output": [ + "[2, 4, 6, 0, 5]" + ] + }, + { + "input": "{'passages': \"As school kids , we have many dreams .These dreams can be very big , such as winning the Nobel Prize .<1>You may just want to become one of the ten best students in your class .Once you have found a dream , what do you do with it ?Have you ever tried to achieve your dream ?Follow Your Heart by Australian writer Andrew Matthews tells us that realizing our dreams is life 's biggest challenge .You may think you 're not very good at some school subjects , or that it is impossible for you to become a writer .<2>In fact , everyone can realize their dream .The first thing you must do is remember what your dream is .<3>Keep telling yourself what you want , and you will realize your dream faster .Do this step by step .A dream can not be realized in one day .A big dream is , in fact , many small dreams .You must also never give up on your dream .There will be difficulties on the road to realizing it .But the biggest difficulty comes from yourself .<4>Studying instead of watching TV will lead to better exam results , while saving five yuan instead of buying an ice cream means you can buy a new book .<5>This is good as you have the chance to learn more skills and find new interests .\", 'candidates': [\"Do n't let it leave your heart .\", 'These kinds of thoughts stop you from getting your dream , the book says .', 'Then it may help them to be confident to face challenges .', 'As you get closer to your dream , it may change a little .', 'Or they can be small .', 'Having a happy life means giving .', 'You need to decide what is most important .']}", + "output": [ + "[4, 1, 0, 6, 3]" + ] + }, + { + "input": "{'passages': \"The rules about how to talk , eat and sit , which are highly limited , are observed in most Western restaurants and homes .<1>Westerners have no idea how to act at the Chinese dinner table .No forks or knives for them to use !The Chinese host makes great , sweeping arm movements that go over large sections of the table , passing over both food and friends alike .<2>.However , it leaves many foreigners at a loss for what to do . In my childhood-home , dinner was enjoyed with low voices , and the topics that we could discuss were very limited .<3>if I had to leave the table to use the toilet , I had to excuse myself without mentioning what it was that I was going to do .`` May J be excused , please ?I need to wash my hands '' .I would say .My mother would say `` Sure . ''My father would often play a joke on me by saying , ``<4>`` .As for eating , we did it quietly .No eating noises were allowed .Everything must be done as quietly as possible , If any sound was created by eating food or drinking , it would be considered as manners !<5>He is to sit up straight with the recessive hand ( usually the left ) in one 's lap holding a napkin while the dominant hand ( usually the right ) holds the fork or spoon .The only time one is allowed to have both hands on the table is when he is using a knife to cut something .\", 'candidates': ['The scene is fantastic ,', 'Your hands don*t look dirty !', '. How one sits at the table is also prescribed .', \"Ca n't you think up a better excuse than that ?\", 'In general they were all strictly forbidden topics ,', \"Yhey 're completely different from what we find hew in China .\", 'We were not allowed to talk about anything that made listeners uncomfortable .']}", + "output": [ + "[5, 0, 6, 1, 2]" + ] + }, + { + "input": "{'passages': \"5 2 10 Reading Better and Faster For most people , it is easy to learn to read faster .Your reading rate is often just a matter of habit .<1>Preview a passage before you actually sit down and read words .You can look over the title of the passage , look at all the headings and subheadings , and look at any pictures or illustrations , charts or graphs .<2>If you have a general idea of what the passage is about before you really read it , you will be able to understand and remember the passage better .Read in a `` questioning '' manner-as if you were searching for something .<3>For example , if the heading of a section in the passage is `` The causes of the Civil War '' , take that title and switch it into a question like : `` What are the causes of the Civil ? ''Now you have a goal ; something to look for ; something to find out .When you are goal-oriented , you are more likely to reach the goal .At least you ' 11 remember one thing about the passage which you have just read .Read in thought groups .Studies have shown that when we read , our eyes must make small stops along the line .<4>Not only does this slow you down , but it inhibits comprehension because meaning is easier to pull from groups of words rather than from individual words or even single letters .Try to read in phrases of three or four words , especially in complete clauses and prepositional phrases .Your mind may internalize them as if the whole phrase is like one big meaning-rich word .<5>Poor readers always read at the same slow rate .An efficient reader speeds up for easier material and slow down for the hard .Some things were not meant to be read quickly at all .Legal materials and very difficult texts should be read slowly .Easier materials and magazines and newspapers can be read quickly .Poetry and plays were meant to be performed , and if not acted out , then at least , spoken out loud orally .\", 'candidates': ['Poor readers make many more fixations than good readers .', 'You may need to try to change some habits and try some tips .', 'Vary your reading rate to suit the difficulty and type of writing of the text.K ]', 'Poor readers habitually read and reread the same phrase over and over again .', 'If you do the preview correctly , you should have some very good general ideas .', 'There are some simple methods that you can use to pay better attention to your text .', 'It sometimes helps if you take the heading or title of a chapter and turn it into a question .']}", + "output": [ + "[1, 4, 6, 0, 2]" + ] + }, + { + "input": "{'passages': '<1>9 magnitude earthquake .My family and I were in our 3rd floor apartment building when the earthquake hit .There was a smaller earthquake (around 4 .7) that happened around 4 am and neither my wife nor I could get back to sleep .When the big earthquake hit, my wife was using her computer while our younger son Norbu (18 months old) was playing in the living room .Tsering, our older son who is 3 years old, was still asleep in the back bedroom of the 3 bedroom apartment we were living in .<2>My wife was also thrown to the ground .Everything in our apartment began to be tossed around, breaking when it hit the walls or floor .<3>Together, we ran to the door .I stopped long enough to grab my shoes, coat and a bit of money .<4>I was the only one of my family who managed to get shoes .<5>We began to hear people crying for help, badly injured people crawling to the road and people weeping for loved ones who had died .', 'candidates': ['If the experiment is successful, more tremor-resistant homes could be built in earthquake zones across the globe .', 'I ran to the back bedroom and grabbed Tsering as my wife grabbed Norbu off the floor .', 'I opened the door and one of our neighbors helped us carry Tsering down to the ground floor .', 'On April 14th at 7:49 am, the town of Jyekundo in Kham, was struck by a 6 .', 'After the earthquake, we were able to see that this was a major earthquake .', 'Norbu flew across the room when the earthquake hit .', 'After analyzing these buzzwords, we find that they have a common character, namely novel in structure but empty in content .']}", + "output": [ + "[3, 5, 1, 2, 4]" + ] + }, + { + "input": "{'passages': \"How to Avoid Mistakes in the IELTS Test Many students , some with very good English skills , take the academic IELTS ( International English Language Testing System ) test and fail to achieve the score they expected or hoped for .In order to avoid this , it is important to have an understanding of what you need to do in each part of the exam and have some basic strategies .<1>Do n't give very short answers Do n't just answer `` yes '' or `` no '' to questions .The examiner needs to hear you speak , so always give extra information . For example , for part 1 : Q : Do you have a big family ? A : Yes , I do .I have my parents , and I also have three brothers and two sisters .My aunt lives with us as well .<2>It can be quite noisy in our house , but it 's still a lot of fun !<3>It is important to extend your answers , but at the same time you must be answering the question or talking about things related to the topic .You wo n't gain extra marks for talking for the sake of it , if it has nothing to do with what you have been asked ! Listen carefully Always listen carefully to what the examiner asks you .Again , you are n't be expected to be talking about something different to what you are asked .<4>If you do n't understand a question or you do n't hear it , then ask the examiner to repeat it .There is nothing wrong with needing to do this a few times during the test . Talk for two minutes It is OK to give extra information , so feel free to tell the examiner everything you can think about the topic .<5>You can plan what you say in the 1-minute preparation time and think of what extra information you can give .\", 'candidates': ['Keep to the topic', \"Ask if you do n't understand\", 'Think carefully before speak', 'There is no need to talk too much .', 'So I would say that is quite a large family .', 'But remember you need to speak fluently and clearly .', 'In this article , I will provide you with speaking strategies .']}", + "output": [ + "[6, 4, 0, 1, 5]" + ] + }, + { + "input": "{'passages': 'Bali is a tiny island that is part of Indonesia today .It is a pretty island that has many mountains and a pleasant climate .<1>The people of Bali were happy and had a peaceful life .<2>At one time there had been terrible wars on Bali .Then the people decided it was wrong to fight or have wars .They made rules to keep apart those people who wanted to fight .<3>The land around each kingdom was kept empty , and no one lived there .<4>On Bali , even children were not allowed to fight .If two children started a fight over a toy , someone separated them .When two boys argued , they would agree not to speak to each other .Sometimes they did not talk together for months ; this gave the boys a chance to forget their anger .Families who were angry with each other also promised not to speak .<5>If they broke their promise , they had to offer gifts to their gods .', 'candidates': ['Bali was divided into seven small kingdoms .', 'Their promise was written down , and the whole village knew about it .', 'From the hotel you can see the whole village , the forests and the mountains .', 'They were not allowed to fight .', \"They lived with the man 's big family-his parents , his brothers , their wives and children .\", 'Since the kingdoms did not share the same borders , the people could not fight about them .', 'For a long time , Bali was cut off from much of the world .']}", + "output": [ + "[6, 3, 0, 5, 1]" + ] + }, + { + "input": "{'passages': \"Hundreds of years ago, news was carried from place to place by people on foot or by horse .<1>Now it is possible to send words and pictures around the world in seconds .Billions of people learn about news stories of their own country and all over the world every day either by watching TV or reading newspapers .<2>Many countries have hundreds of different newspapers .How do newspaper editors decide which news stories to print?Why do they print some stories and not others?<3>Firstly, it is important to report new stories .TV stations can report news much faster than newspapers, but newspapers give more about the same story .<4>Secondly, a new story has to be interesting and unusual .People don't want to read stories about everyday life .As a result, many stories are about some kinds of danger and seem to be bad news .<5>\", 'candidates': ['They may also look at the story in another way, or they may print completely different stories from those on TV .', 'For example, newspapers never print stories about planes landing safely, instead they print stories about air crashes .', \"What if caring for a dog or for a mom with Alzheimer's makes you stronger and allows you to live longer?\", 'Newspapers have been an important part of everyday life since the 18th century .', 'It took days, weeks and sometimes months for people to receive news .', 'What makes a good newspaper story?', \"It's quite another,however,to appreciate-at a glance-progress made during weeks and months of running . ''\"]}", + "output": [ + "[4, 3, 5, 0, 1]" + ] + }, + { + "input": "{'passages': \"Kitty came into my life twenty years ago .When my son , Josh , and I were walking by `` The Stock Exchange '' store in our hometown , we saw a basket full of little cats in the window .We talked about getting a cat as a friend to our new little dogs , Asja .It was easy to choose .<1>She has attractive eyes and the sweetest face .In her new home in the woods , Kitty spent many afternoons climbing trees and playing with the bushes .She easily made friends with Asja .<2>Kitty was Josh 's cat .<3>My love to her came as a surprise because I had never had a cat as a child .I loved to pick her up , holding her into my arms .I danced with her around the room while listening to my favorite music .Every time I took out my yoga mat , she was right under my nose , making her appearance known .Now Kitty is no longer here with us .The house feels very different .Many times during the day , I find myself stopping to remember if she needs to be fed , or if her water needs to be changed .<4>I now realize just how much a part of my life she really was .Kitty stayed as long as she could-twenty years , three months .And as lucky as I was to have her for so long .There will never be a time when I will not miss my Kitty girl .<5>\", 'candidates': ['She is always in my heart .', 'They shared the basement apartment for many years .', 'Kitty was the most beautiful one among the little cats .', 'At bedtime , I remember that she is no longer there for a good night kiss .', 'However , she became more and more my cat as Josh grew into adulthood .']}", + "output": [ + "[2, 1, 4, 3, 0]" + ] + }, + { + "input": "{'passages': \"<1>One is for Eve, one is for Newton .The third is in the hands of Steve Jobs .said someone .Steve Jobs was the former CEO of the Apple computer company in his parents' garage on April Fool's Day, 1976 .<2>People believe he has made the world a better place .Many young people also think of Apple products as a fashion icon .Because of his great achievements in this area, he was honoured with a number of awards, including the National Medal of Technology in 1985, the Times cover character and the Most Successful Manager in 1997 .<3>He experienced several ups and downs, but he was still standing .Just as Hemingway in The Old Man and the Sea said, A man can be destroyed, but not be defeated .So he was considered as an American hero .What did Jobs' workers and family members think of him?On one hand, some workers described him as a strange, bad-tempered boss .<4>On the other hand, his family members thought of him as a home-loving dad with each of his four children .<5>Though he was quite busy, he still attended his daughter's graduation party .\", 'candidates': [\"They said he was impatient with those who disagreed with him or didn't understand his ideas .\", \"Through many years' hard work, Jobs and his Apple products were a great success .\", \"The world has changed and being intelligent isn't normally equal to being a successful person .\", \"They look beautiful when the women wear them, but I don't know how aware they are of the potential problems, Case said .\", 'He worried about all the things of them, such as their boyfriends, travel, safety and even skirt length .', ' Three apples have changed the world .', \"Jobs' road to success wasn't an easy one .\"]}", + "output": [ + "[5, 1, 6, 0, 4]" + ] + }, + { + "input": "{'passages': 'problem Americans bought an estimated 18 and a half million bicycles last year .Some bikes never get much riding , .<1>But a project based in Washington is putting unwanted bikes from the United States to good use in developing countries .Keith Oberg is the director of Bikes for the World .He said , `` Everybody has an old bicycle , and it is usually not ridden<2>Bikes for the World collects bicycles and delivers them at low cost to community programs in developing countries .The bicycles recycling program is one of the largest in the United States .It is a sponsored project of the Washington Area Bicyclist Association .<3>Since then it has shipped more than 40,444 bikes to communities in Africa , Latin America and the Caribbean , says director Keith Oberg .Bikes for the World partners with nonprofit groups in the United States to collect unwanted bikes .Then it works with nonprofit in the other countries to get the bikes to organizations and individuals that need them the most .For example , the Bicycle Empowerment Network Namibia uses the bikes to provide transportation for health workers .<4>The organization also has bicycle ambulance services to transport the sick .The Bicycle Empowerment Net work also provides training and support to help local organizations and individuals open bike shops of their own .The businesses sell the recycled bikes at low cost and provide repair services<5>', 'candidates': ['Mostly they gather dust .', 'However , they are very expensive to buy .', 'It sits there in the garage , or basement or shed , going to waste .', 'Bikes for the World began in 2005 .', 'Do you know when Bikes for the world begin .', 'That makes it possible for them to visit more patients each day .', 'Many of the organizations use the money they earn to help pay for other community projects .']}", + "output": [ + "[0, 2, 3, 5, 6]" + ] + }, + { + "input": "{'passages': \"Creating a good study environment takes a little planning .It is well worth the time as the end result will be much productive study time .Many people fail to do this and wonder why they can not concentrate .After a couple of times of studying the right way most people will be surprised at how much they can actually enjoy studying .<1>Know that concentration is the key .Reduce every possible distraction .Turn off the television and go in an area where you will not be interrupted by people .<2>If you are studying on your computer do n't get distracted by emails and social networking sites .<3>If it is too dim your eyes will be strained and leave you tired and wanting to close your eyes .Sun is a light that naturally wakes you up and helps you think .Choose a comfortable seat .<4>Now a couch can work just fine for this as long as you do n't find yourself laying flat after a few minutes .The whole point of studying is to be able to concentrate on the study matter and not on a sore back .<5>Now this is for the person who needs the background noise to tone out all the little noises of life going on .If you find yourself thinking about the song then maybe silence is better for you .Keep something to drink and snack on close by to keep your blood sugar stable .Obviously sugary foods will give you a quick rush but you will also have a quick low afterward .\", 'candidates': ['Turn on some music .', 'Find a place that is proper to read .', 'If you can turn off your cell phone .', 'Learn more to make study environment different .', 'It should have a good back support and a good feeling .', 'Some people can study with lots of activities going on .', 'Read on to learn how to create a good study environment .']}", + "output": [ + "[6, 2, 1, 4, 0]" + ] + }, + { + "input": "{'passages': \"<1>This is just one of hundreds of tips you might get if you have the hiccups .Hiccups are so mysterious .We really don't know why they start and why they stop .<2>Some people think that a good scare is necessary to get well .<3>Still others drink a glass of water with a knife in it .An American man named Jack O'Leary said he had hiccupped 160 million times over a period of eight years .He tried 60,000 cures, but none of them worked .<4>It took a British plumber eight months to cure his hiccups .People from all over the world wrote him letters with suggestions for getting well .<5>Finally, he drank a secret mixture someone had sent him .By that evening his hiccups were gone .Why did these cures work for these two men?No one really knows .But people who have studied many cases of hiccups have an idea--hiccups usually go away if you believe in the cure .\", 'candidates': ['Bend over, take a deep breath and drink some water!', 'Take a deep breath, break them down, and come out into the freshness of a new life!', 'Others eat a teaspoon of sugar .', 'He tried them all, but the hiccups continued .', 'Everyone has a favorite cure for a case of the hiccups .', 'At last he prayed to Saint Jude, the saint of Hopeless cases, and his hiccupping stopped immediately .', 'He picked up a stick at once, ran closer to the horse and began to beat it up .']}", + "output": [ + "[0, 4, 2, 5, 3]" + ] + }, + { + "input": "{'passages': \"Here 's how to get started on Mobike As is known to us , sharing bike systems have grown in popularity and are expanding rapidly across cities in China .<1>, which are for free or for an affordable fee .It is aimed at increasing bike use and extending the accessibility of traditional public transport systems .<2>.Once you 've downloaded the app , you 'll get to the page where the GPS locates your current position and scans to see if there are any bikes in the area .If there are any , orange bike icons will pop up all over the screen . Click on the orange icon that 's most convenient for you .<3>Still , you can get details such as the number of bikes at that point and the time needed for you to travel to get to the bike .Before you fix your bike , you 'll be prompted to cerate an account and sign in .it 's simple but for foreigners without a Chinese ID there 's an extra step .Key in your phone number and the PIN is sent to your phone after a while .<4>, you must pay a deposit of 299RMB either via We Chat or Alipay to complete registration .Do n't worry , because the deposit can be paid back to you . To register , you need send in two different images-one of the photo page of your passport , one of you smiling and holding the photo page , so it 's visible in the picture .Mobike promises to complete your registration within 24 hours , so plan if it 's your first time . Once all the steps are completed , you can go to pick up your bike .<5>\", 'candidates': [\"Here are the ways on how to make your Mobike ' workable\", 'All you need do is scan the QR code and ride off into the sunset', 'Then the app will count how much you should pay for your riding', 'Such systems provide ways to pick-up and drop-off public bikes at various bike stations', 'Then the app will calculate the distance of the bike from your current location', 'No matter where you are , you can get your mobike in an easy way', 'Although the rent is the very affordable , 1RMB per half-hour bike rental']}", + "output": [ + "[3, 0, 4, 6, 1]" + ] + }, + { + "input": "{'passages': \"Find Meaningful Work Young people today want to do work with purpose .<1>Practice intentional experimentation . Alex Mc Phillips left his job writing about the Boston Red Sox for MLB.com to volunteer on Barack Obama 's 2008 campaign because he was tired of writing about baseball and wanted to join a political campaign .<2>Seek opportunities that excite you and inspire you to wake up in the morning .<3>Meaningful careers are made up of personal journeys to get closer to who we are .Upon graduation , Tom considered positions in business , but the world did n't excite him .Instead , he went back to an idea that was inspired by his brother Andrew , who has autism .So Tom built Rising Tide Car Wash , which employs people with autism .The family business provides people of all ability levels with an independent life .<4>Skills often get people hired .Research has shown that people who find fulfilling work are good at what they do and have mastered a particular craft or talent .<5>This was the case for Deepa Subramaniam , who worked as a product manager for 10 years .During her 10th year , she was eager for a career change .She realized many organizations could use her particular skills .She noticed an opening in Charity : Water 's director of product , and used her new network to get connected to the leadership team and eventually land the position .\", 'candidates': ['Know who you are .', 'Use skills as an advantage .', 'Skills allow you to take your career in multiple directions .', 'That volunteer experience eventually turned into a paid job .', \"If you 're having a hard time finding that , these lessons can help .\", \"But what happens when you 're really good at your job but still feel stuck ?\", \"They 're the driving force behind a new economy that puts meaning before money .\"]}", + "output": [ + "[4, 3, 0, 1, 5]" + ] + }, + { + "input": "{'passages': \"problem If you like exploring the wilderness , you should read the following suggestions from search-and-rescue rangers in the national parks .<1>Before you head out on a hike , check the weather , take plenty of water , and make sure someone knows where you 'll be and when you 'll be back .Bring clothes to keep you warm when wet , like a waterproof jacket .Avoid cotton , which traps damp .<2>Take basic precaution , such as waterproof matches , a folding saw , a good knife , a first-aid kit , a flash light , and batteries .The minute you think you might get lost , stop .<3>And you should stay calm and think rationally .If you are not alone , focusing on the needs of others can help hold your own fears at bay .Keeping a sense of humor helps too.-it reduces stress and promotes creative thinking .In general , people who try to find their own way out are far worse than those who stay put ) .<4>In a wide-open area , make a signal with color1 ful gear , make a big X out of rock , or dig a shallow trench , which are easy to spot from above .You can go several days without eating , so in most cases , you 'd better not search for food , since there are lots of poisonous plants in the wild .But you need to stay hydrated .<5>If you are lost in your car , stay there : You are more visible to rescuers .And the car provides shelter .\", 'candidates': ['Stay visible so anyone searching can see you .', \"First , you 've got to acknowledge you 're in trouble .\", 'And you have no idea where to go .', 'The search-and-rescue people call it death clothes .', 'First of all find a shelter and stay in it in order to keep dry .', 'These suggestions may keep you alive in emergencies .', \"If you run out of water , It 's usually better to drink from a stream with suspect water than to go without .\"]}", + "output": [ + "[5, 3, 1, 0, 6]" + ] + }, + { + "input": "{'passages': \"<1>In the sky, the moon and the sun seem to be of the same size because the moon is much nearer .The moon makes the tides--the changes in the level of the sea .The moon and the sun together pull the sea .In some parts of the world, the difference between * high tide' (when the sea is very near to the land) and ' low tide' (when the sea is far away from the land) is very big .<2>The moon is very different from the Earth .<3>There isn't any air .During the day, it is very, very hot but at night it is very, very cold .Nothing can live on the moon .<4>The moon stops the light from the sun and we have night in the day .<5>The moon goes into the shadow( ) of the Earth and it disappears for a few minutes .\", 'candidates': ['In an incredibly short time, Charlie had become a very important man in motion picture .', 'If you recycle, less trash goes to the dump, and less trash gets burned .', 'This is very important for ships .', 'If the moon goes between the Earth and the sun, we have an eclipse of the sun .', 'If the Earth goes between the moon and the sun, we have an eclipse of the moon .', 'Gravity on the moon is six times weaker than that on the Earth .', 'Our nearest neighbor is the moon .']}", + "output": [ + "[6, 2, 5, 3, 4]" + ] + }, + { + "input": "{'passages': \"5 2 10 How to teach a child to respect As a child grows out of being an infant and begins to notice and react to the world around him , you may find yourself wondering how you possibly impart all of the things that he needs to become a responsible , respectful adult .<1>A child who learns to respect all he meets not only receives respect from others , but also learns to respect himself as well.l Show your child respect .This is perhaps the best way to teach your child how torespect others .Listen to your child by giving him your full attention and he will learn to listen to you , understanding how important this is in communication.l<2>The more you say `` please '' and `` thank you '' to your child , the more likelyhe will learn to use them with you and others .Politeness then becomes a normal part of any conversation.l Agree to disagree .<3>Explain your decision so that he will understand yourreasoning and expect respectful responses .Disagreeing with you does n't equate to disobedience.l Control your impulse to overact .When a situation arises between you and yourchild that requires calmness , keep in mind that you are supposed to be modelling correct behaviour .<4>l Praise , praise , praise !So much is focused on what a child does wrong and how to correct it that the accomplishments are not celebrated enough .<5>\", 'candidates': ['Teach manners by using polite requests and responses .', \"Try to remember that a child wo n't always agree with you .\", 'Respect is necessary for a meaningful and successful life .', 'If he sees you lose temper , he is more likely to respond that way in future .', 'A child may act like he pleases , but will respect being given limits .', 'When you see your child exhibit respectful behaviour , make sure he knows just how proudyou are of him .', 'Setting a good example is the best way to start a child on the path to respect .']}", + "output": [ + "[2, 0, 1, 3, 5]" + ] + }, + { + "input": "{'passages': \"Some Ways to Have an Amazing Day Here are a few tips for making sure you can answer the pop quiz of life confidently : Be kind .<1>How often do you stop to talk to the people you encounter every day ?Do you know the names of the people at the bank , the grocery store , or restaurant ?One great way to get more out of your day is to fill it with people you know .The best way to know more people is to be kind to everyone you meet .Take a moment to learn a little about them .<2>I avoided saying `` Stay Busy '' because sometimes we can fill our day with meaningless activities and feel busy but then at the end of the day we look back and realize we accomplished nothing .A great way to stay productive is to look at the things you would like to accomplish today , this week , this month , etc .and then plan some time to work on each of them . Look for ways to serve . I truly believe that giving meaningful service to other people is the greatest key to our personal happiness .It may be just a smile and a `` hello '' .<3>It may be just a phone call to tell them `` thank you for being a friend . ''When we serve other people , we develop personal joy . Find a purpose . The happiest people have one or more big `` life goals '' .<4>When we have a big goal that we feel passionate about we become more excited to work on that goal every day .<5>When you give yourself the pop quiz at the end of the day , you will be ready to say you did everything youcould .\", 'candidates': ['Keep learning new things', 'Make the most of every day', 'Stay productive all the time', 'Try to do more in your everyday life', 'It may be helping them with their work', 'It has been said that you can measure a person by how they treat the people who can do nothing for them', 'It may be to run a marathon , write a book , start a business , develop a product or learn a new hobby or profession .']}", + "output": [ + "[5, 2, 4, 6, 1]" + ] + }, + { + "input": "{'passages': \"Listening to songs is a great way to learn English .Here are a few reasons .<1>And when you are enjoying yourself , you learn without even realizing it .The best thing is that there are so many good songs in English and there are so many kinds of music , including pop , country , R & B , rock , soul and so on .Let David Bowie , Madonna , The Beatles , Alicia Keys ... be your teachers !<2>Just take your MP3 player with your favorite tracks and press `` play '' .And you can listen to them whenever and whatever you want , so you can learn English while you 're walking , driving , doing sports or relaxing on the sofa .<3>While you 're listening to songs , you are raising your awareness of language structures .And you 're seeing how the structures are formed and used .<4>And after singing along to the songs several times , all those phrases and expressions will become firmly fixed in your long-term memory .Then later you 'll find that you use them naturally when you 're speaking or writing .<5>For example , the song American Pie is about the 1959 plane crash that killed Buddy Holly , Ritchie Valens and the The Big Bapper , which was an important event in US history .So , load up your MP3 player , put on your headphones and press `` play '' !, , , , .\", 'candidates': ['Learning English by listening to music is easy , too .', 'Songs can also teach you about history , culture and traditions .', \"Songs are full of useful language that you can use when you 're speaking and writing .\", 'Songs are good for developing your understanding of English grammar .', 'Listening to music is fun .']}", + "output": [ + "[4, 0, 3, 2, 1]" + ] + }, + { + "input": "{'passages': \"Before you accept a job offer , it 's important to really think about the offer .Here are some suggestions about the things you need to consider .<1>Firstly , is the salary listed on your contract and documents the same as you were offered ?Secondly , are you happy with the amount ?Do you think that the pay you 'll receive is fair for your skill sets and experience ?Be sure to do a little market research to ensure you 're being paid a reasonable amount . Will the location work for you ? No matter how good a role , there 's no point accepting a job offer that is too far from your home .If you 're already spending 40 hours a week at work , adding three hours a day commuting is far from ideal .<2>Is there any career development ? It 's all very good if the job you 've been offered is exactly what you want at the moment , but what about the future ?<3>We recommend asking your potential employer before accepting . Will you like the work culture ? As previously mentioned , you 'll most likely be spending 40 hours a week at this new job .<4>Does the company promote a good work / life balance ?Do they agree with your environmental / social values ?Essentially , will this be a company that you enjoy working for ? How does the new job compare with your current one ? This is ly simple .If the job you 're being offered does n't have as good a role , salary or satisfaction level as your current one , then why are you considering it at all ?<5>Have a think about why you want to leave your current job before deciding on the next one .\", 'candidates': [\"Be realistic & consider whether or not the job 's location is going to work for you in the long run .\", \"There 's a big difference between just doing your job and doing your job well .\", \"Although change is good , sometimes it 's not always smart .\", \"So it 's important that the company 's culture meets your values .\", 'Is the salary reasonable ?', 'It is very important that you understand exactly the duties in your new job .', 'Whether or not you have the opportunity to grow within a business is an important thing .']}", + "output": [ + "[4, 0, 6, 3, 2]" + ] + }, + { + "input": "{'passages': \"When America was young , the city of Washington , D.C. had been built .<1>.Trees were cut down and the Great Capitol was built .A house was built .The President of the United States would live in this house .<2>At that time there was a park near the President 's house .<3>Today in that same park there are no horses or cows , sheep or pigs .<4>This is a city of many monuments .The highest of all is the George Washington Monument .This monument helps all of us remember George Washington , the first President of the United States .Inside the monument is an elevator .People from all over the country ride in the elevator to the top .Inside the monument are many steps .<5>When they get to the top , they see the United States Capitol building with its white dome and many monuments .They look over this beautiful city , Washington , D.C.the capital of the United States .\", 'candidates': ['People may climb these steps to the tops .', 'And people let their horses and cows , sheep and pigs eat grass in the park .', 'It is now called the White House .', 'It was built in a forest , near two beautiful rivers .', 'It is a beautiful park for all people to see .', \"It 's near the river .\"]}", + "output": [ + "[3, 2, 1, 4, 0]" + ] + }, + { + "input": "{'passages': 'Who are the top students in the world, do you know?Last week the Organization for Economic Co-operation Development picked the best students in the world .They are Finnish .The OECD gave a test to 280 000 15-year-old students from more than 40 countries and regions last year .The OECD wanted to know how well students were doing at school .<1>1 in the reading test and second in maths after Hong Kong students .Those from Japan and Finland were top in science .<2>The test also showed Finland had more top students than the other countries .<3>You can learn from them .Most Finnish students make good use of the Internet .<4>Libraries are also important .Finland spends a lot of money on them .<5>They read for at least one or two hours a day .What do you usually do on the Internet?How often do you go to libraries?', 'candidates': [\"Finns of your age have done a really good job but don't have a sense of envy .\", 'Finnish students were No .', 'Many students have a free card .', 'Many other European nations offer cheap or free college for foreign students, but if South America is more your thing, try Brazil .', 'In the problem solving, Finnish students came second to those from South Korea .', 'She was using Chinese when she gave instructions to her students and when she wanted to get feedback from her students .', 'Of course not for computer games, but for doing more exercises and finding out more information .']}", + "output": [ + "[1, 4, 0, 6, 2]" + ] + }, + { + "input": "{'passages': \"<1>A slump in flower sales since late last year was likely to continue through Mother 's Day , another example of Americans cutting back on spending due to recession fears , which is a period of reduced trade and business activity , and increasing food and gasoline prices .If you look at what has happened on Valentine 's Day and Christmas , the market for flowers has cooled , said Eric Beder , an analyst at Brean Murray .<2>Mother 's Day will probably be a slow quarter , too .US floral sales for Mother 's Day , celebrated yesterday , will fall thirteen percent this year to $ 2 billion , with consumers spending an average of $ 17 .<3>Mother 's Day , which accounts for a one-quarter of annual holiday purchases , according to the Society of American Florists , is traditionally the day when flowers are delivered to the doorsteps of many mothers .But this year , the shop-owners are concerned .Gabriel Soto , who owns a flower shop beneath an office high-rise in the Los financial district , is expecting lower sales -- and has ordered 30 percent fewer flowers than normal this Mother 's Day .<4>net , closed another store in a nearby building that was headquarters to a mortgage company .<5>\", 'candidates': ['After workers lost their jobs due to the housing crisis , orders decreased .', 'Last month , Soto , who also operates website downtown-flowers .', 'Growth has slowed in the past two quarters .', '65 , according to the National Federation estimates .', 'Los Angeles : Love for Mom is necessary , but buying flowers on her big day may not be .', 'com Fax:0755-6660388 Chaoyang Foreign Language School Chen Lijun Music Teacher 65 Xigang , Dalian 116000 Tel:0411-4313861 E-mail : Chenlj @ shoul .', 'Last but not least , I also found the 9/11 Memorial and Museum to be of great interest .']}", + "output": [ + "[4, 2, 3, 1, 0]" + ] + }, + { + "input": "{'passages': 'It is often claimed that nuclear energy is something we can not do without .We live in a consumer society , where there is a huge demand for commercial products of all kinds .<1>Such an increase needs an abundant and cheap energy supply .<2>There are a number of other advantages in the use of nuclear energy .Firstly , nuclear power , except for accidents , is clean .<3>The nuclear power station represents a large step in our scientific research and , whatever the anti-nuclear group says , it is wrong to expect a return to more primitive sources of fuel .However , those who disagree with nuclear energy point out that nuclear power stations bring a direct threat not only to the environment but also to the human race .Furthermore , it is doubtful whether finally nuclear power is a cheap source of energy .There have , for example , been very costly accidents in America and Russia .The possibility of increases in the cost of uranium and the cost to ensure its safety could price nuclear power out of the market .In the long run , environmentalists argue , nuclear energy may bring about the destruction of the human race .<4>Though nuclear energy programmes are expanding , which assumes a continual growth in industrial production and consumer demands .<5>Having weighed up the arguments on both sides , it seems there are good economic and environmental reasons for sources of energy other than nuclear power .', 'candidates': ['Moreover , an increase in industrial production is considered to be one solution to the problem of mass unemployment .', 'It is doubtful whether this growth will or can continue .', 'A further advantage is that a nuclear power station can be run by ly few technical and managing staff .', 'Many people believe that nuclear energy is endless and economical .', 'Many people believe louder is better if you are listening to rock and roll .', 'The children only wish to have food to eat , and can survive and go to school .', 'Thus , if we wish to survive , we can not afford nuclear energy .']}", + "output": [ + "[0, 3, 2, 6, 1]" + ] + }, + { + "input": "{'passages': \"We all know what it means when a nice envelope lands in your mailbox : Someone 's getting married , and they 're hoping that you can be there for the big day .While saying yes to the invitation is a ly straightforward process , things can get a bit awkward if you 're not so sure about attending .<1>To help you get out of these formal engagements without feeling awkward , we 've consulted Katie Balmer , a leading wedding expert in Scotland . Follow the format The level of formality should be informed by the way that the invitation was sent .<2>, you should decline via post .If the message came in an email , a simple email expressing your regrets will do . Do n't put off your response If you already know that you ca n't make it for whatever reason , do n't hesitate to let the happy couple know why .`` It is very important to respond in .good time .<3>, '' says Balmer .<4>While it 's a nice gesture to offer a reason for your refusal , there 's no need to be extreme .A simple response will do , and it 's an especially bad idea to emphasize your reason if it 's cost-related .It will establish nothing beyond making the couple feel bad . Do n't change your decision<5>, it is important to stick to that decision .`` Going back and forth only adds to the inconvenience for the soon-to-be newlyweds , '' says Balmer .`` As long as you are honest and timely , the bride and groom should understand . ''\", 'candidates': ['Make it up to the couple', 'Be brief in your explanation', 'If the offer was sent to you by mail', 'Do not leave it until the last possible moment', 'Once the decision not to attend the wedding has been decided', 'Otherwise , you risk adding to the couplers last-minute wedding stress', 'Turning down a wedding is a situation where you can feel very personal']}", + "output": [ + "[6, 2, 3, 1, 4]" + ] + }, + { + "input": "{'passages': \"Many people like to travel by plane , but I do n't like it because an airport is usually far from the city .You have to get there early and wait for hours for the plane to take off .And it is often late .<1>You ca n't choose the food .And it still takes hours to get out of the airport and into the city .I like traveling by train .<2>Railway stations are usually in cities .When you are late for a train , you can catch another one .You can walk around in the train and open the windows .You can see many interesting things on your way .<3>I also like cars .You can start your journey when you want to , and you do n't need to get to a railway station or a bus stop .<4>But sometimes there are too many cars on the road .For Rich Kronfield , an American inventor , he loves travel in his `` Raht Racer `` .It is a bike with a 20- kWh electric motor .<5>I think it 's the best way to travel .Do you agree ?,5 .\", 'candidates': ['I think trains are safe .', \"You ca n't open the window .\", 'Also you can carry many things with you in a car .', \"So it 's good for our environment .\", 'I know it takes a little more time .']}", + "output": [ + "[1, 0, 4, 2, 3]" + ] + }, + { + "input": "{'passages': 'Psychologist George Spilich and colleagues at Washington College in Chestertown, Maryland, decided to find out whether, as many smokers say, smoking helps them to think and concentrate .<1>In the first test, each subject sat before a computer screen and pressed a key as soon as he or she recognized a target letter among a grouping of 96 .<2>The next test was more complex, requiring all to scan sequences of 20 identical letters and respond the instant one of the letters transformed into a different one .<3>In the third test of short-term memory, non-smokers made the fewest errors, but deprived smokers committed fewer errors than active smokers .The fourth test required people to read a passage, then answer questions about it .Non-smokers remembered 19 percent more of the most important information than active smokers, and deprived smokers bested those who had smoked a cigarette just before testing .Active smokers tended not only to have poorer memories but also had trouble separating important information from insignificant details .<4>Sums up Spilich, non-smokers performed better than smokers by wider and wider margins He predicts, smokers might perform adequately at many jobs until they got complicated .<5>', 'candidates': ['As our tests became more complex .', 'As time passed,the Olympian meeting gradually lost its local character and became first a national event and then international .', 'Non-smokers were faster, but under the stimulation of nicotine , active smokers were faster than deprived smokers .', 'In this simple test, smokers, deprived smokers and nonsmokers performed equally well .', 'A smoking airline pilot could fly adequately if no problems arose, but if something went wrong, smoking might damage his mental capacity .', 'In this section, you might discuss some of the following issues: *How well the book has achieved its goal .', 'Spilich put young non-smokers, active smokers and smokers deprived of cigarettes through a series of tests .']}", + "output": [ + "[6, 3, 2, 0, 4]" + ] + }, + { + "input": "{'passages': \"A : Hi , Jim !Have you seen the film Frozen ! B :<1>It 's such a wonderful movie .A :<2>And the theme song is great , too .B : Sure , but I forget its name .<3>A : Let it go .B : Oh , yes .The lyrics are fantastic and I love the song that I can sing to .A : Me , too .B :<4>A : Good idea !When should we meet ?B :<5>A : OK , I 'll be there on time .Be there or be square .\", 'candidates': ['See you .', 'Yes , of course .', 'How about listening to the music video together after school ?', \"That 's a good idea !\", \"Let 's make it 6:00 pm under the biggest cherry blossom tree .\", 'I agree .', \"What 's its name ?\"]}", + "output": [ + "[1, 5, 6, 2, 4]" + ] + }, + { + "input": "{'passages': 'Reading is a good hobby for all kinds of reason .First , reading is fun .<1>You will never feel bored or tired .Next , you can read a book anywherein a car , on a plane , or even in the bathroom .<2>It is so easy to get a book .Another good reason for reading is that it is useful .If you read as a hobby , you will get better and better at it .And you will read faster and find it easier to understand what you read .<3>, you will probably find your schoolwork becomes much better .Some people say that reading is not in fashion .<4>You can read on the Internet .The more you read , the more knowledge you will get .Good readers may become writers , too .<5>Reading is a wonderful hobby .Why not start reading right now ?', 'candidates': [\"But I do n't think so .\", 'Everyone likes reading', 'They always have more things to write about', 'You can always keep yourself happy if you like reading', 'All you need is a book .', 'As your reading skills improve']}", + "output": [ + "[3, 4, 5, 0, 2]" + ] + }, + { + "input": "{'passages': \"Like many people , the start of the day maybe is n't your favourite time .<1>Try at least one of these tomorrow . Stretch every part of your body for 15 minutes . Try this before you open your eyes .Lift your arm and begin by stretching each finger , then your hand , then your wrist , then your arm .<2>Then your toes , feet , ankles and legs .In this way , you upped the flow of blood through your body , providing more oxygen to all parts of your body . Set your alarm 10 minutes earlier .<3>You can begin your day by lying in bed , slowly waking up , mentally ticking off the decisions you made in advance about what you 're going to wear , what you are going to do . Brush your tongue for 2-3 minutes . There 's no better way to rid you of bad morning breath and begin your day fresh and clean .After all , more than 300 types of bacteria stay in your mouth every night .<4>Avoid any decisions . For truly relaxing mornings , reduce the number of choices and decisions you make to zero .<5>Really , there 's no need to vary your breakfast , timetable or clothes to wear every morning .\", 'candidates': ['Repeat with the other arm .', 'You can change your living habits .', 'Make your decisions the night before .', 'These few minutes in bed are all yours .', 'Quick brush cant make them all disappear .', 'Here are some healthy habits you can learn without much efforts .', \"In this way , you do n't have to jump out of bed and rush through your morning .\"]}", + "output": [ + "[5, 0, 6, 4, 2]" + ] + }, + { + "input": "{'passages': '<1>Man of the earliest times used the rivers as a means of travel .<2>In ancient times , man settled near rivers or on river banks and built up large empires .<3>Man needs water to irrigate his crops , to cook and to wash .In nations all over the world , rivers mean life and wealth .<4>Water is also a source of energy and power .Man build huge dams across the rivers to control the water for irrigation and get the energy needed to drive generators .<5>Man uses water each day .In a small way rivers help to keep man in good health and provide for his amusements .Various forms of water sports keep man strong and healthy .', 'candidates': ['The electrical power is then directed to homes , cities , factories and television stations .', 'They feed and clothe the nations around them .', 'They make one trip around the sun and then go away out into space .', 'Today matches are still being used , but people have more new ways to make fires .', 'Today rivers still serve as a great waterway for the transport and people .', \"Water is nature 's most valuable gift to man .\", 'From the beginning rivers have played an important in the life of man .']}", + "output": [ + "[6, 4, 5, 1, 0]" + ] + }, + { + "input": "{'passages': \"Wesla Whitfield , a famous jazz singer , has a unique style and life story , so I decided to see one of her performances and interview her for my column .I went to a nightclub in New York and watched the stage lights go up .<1>As she sang , Whitfield 's voice was so powerful and soulful that everyone in the room forgot the wheelchair was even there .At 57 , Whitfield is small and pretty , witty and humble , persistent and philosophical .Raised in California , Whitfield began performing in public at age 18 , when she took a job as a singing waitress at a pizza parlour .<2>Walking home from rehearsal at age 29 , she was caught in the midst of a random shooting that left her paralyzed from the waist down .I asked how she dealt with the realization that she 'd never walk again , and she confessed that initially she did n't want to face it .<3>She was then admitted to a hospital for treatment , where she was able to recover .<4>She still possessed her most valuable asset -- her mind .Pointing to her head , she said , Everything important is in here .The only real disability in life is losing your mind .When I asked if she was angry about what she had lost , she admitted to being frustrated occasionally , especially when everybody 's dancing , because I love to dance .<5>\", 'candidates': ['After studying classical music in college , she moved to San Francisco and went on to sing with the San Francisco Opera Chorus .', 'After half a year of medical treatments and recovering exercises , I could not make any more progress for over a year .', 'After a year of depression she tried to kill herself .', 'After the band played an introduction , Wesla Whitfield wheeled herself onstage in a wheelchair .', 'But I will also , I hope , remind her of what she learned , and how she can do better next time .', 'Whitfield said she came to understand that the only thing she had lost in this misfortunate event was the ability to walk .', 'But when that happens I just remove myself so I can focus instead on what I can do .']}", + "output": [ + "[3, 0, 2, 5, 6]" + ] + }, + { + "input": "{'passages': \"problem<1>Because , from what I could see , it seemed that grown-ups often forgot .I never wanted to forget -- - I wanted to be able to remind other adults and myself when the time came .I began consciously thinking this at quite an early age .As soon as I was fully aware of myself , I regarded me as a little person and liked adults who thought of and treated me the same way .I did n't have a doll and I did n't want one .I wanted animal toys , even a single animal .Why would n't my parents give me the one thing I wanted ?<2>Instead , my dad somehow managed to buy me a full set of encyclopedia and books with maps and color1 pictures long before I could read .Well , guess what ?I learned to read without realizing it !Later , I found out when I started school and it all came so easy especially geography .<3>Because of all the books my father bought me , I knew a lot of words that other children did n't know at my age .I love words .They opened up new worlds for me .<4>Parents , please make sure your kids have a computer .Let them explore -- - as safely as possible -- -- let them do their own things and discover the world .Now , most kids lead a happy life .They can get what they want from their parents .But children should learn to be independent .<5>Be independent to do your own things .\", 'candidates': ['Because of them , I read and thought , and today , I write .', 'When I was a child , I promised myself to try to remember as much as I could .', \"I listened and heard everything , even if I did n't understand everything .\", 'I nearly knew every place on the map like the teacher .', \"But more than anything , it made me feel uncomfortable and I knew it was n't nice .\", \"Later , I knew we did n't have much money , but how expensive could a toy be ?\", 'Be independent to learn some useful knowledge .']}", + "output": [ + "[4, 1, 5, 3, 0]" + ] + }, + { + "input": "{'passages': \"According to a recent article in The Wall Street Journal, we might all be braggarts in this competitive society addicted to social networking .<1>Do you like to post photos of yourself in restaurants to show others what an exciting life you have?Or do you like to write about how happily in love you are?Or perhaps you are of the subtle type who constantly complain about jobs but really just want to impress others with your important position .According to the results of a series of experiments conducted by Harvard University neuroscientists , the reward areas of our brain----the same areas that respond to primary rewards such as food ----are activated when we talk about ourselves .We devote between 30 to 40 percent of our conversation time to doing just that .Unfortunately, Bernstein says, some people can't tell the difference between sharing positive information that others might actually want to know and direct bragging .<2>We are expected to be perfect all the time .The result is that more and more people are carefully managing their online images .<3>But the issue is not limited to the Internet .<4>In fact, we have become so accustomed to bragging that we don't even realize we are doing it, says Bernstein .<5>Bernstein talked to some experts who said that people brag for all sorts of reasons: to appear worthy of attention; to prove to ourselves we are doing fine and that people who said we would fail are wrong; or simply because we're excited when good things happen to us .Feel sorry for them, because they're doing this unconscious, destructive thing that won't help them in the long run, said Professor Simian Valier, a research psychologist at Washington University .\", 'candidates': ['Take a close look at your social networking sites .', 'says Elizabeth Bernstein, a columnist with the Wall Street Journal .', 'This is harmful to our relationships and puts people off .', 'Visit the Web sites of your favorite stores and clothing lists and look for online-only, sales .', 'She suggests that bragging involves comparison, whether stated or implied .', 'In a fiercely competitive job market we must sell ourselves on multiple platforms and show that we are better than others .', 'Since schools are mainly about people and relationships, school leaders, like poets, are required to inspire and encourage the human heart .']}", + "output": [ + "[0, 4, 1, 5, 2]" + ] + }, + { + "input": "{'passages': 'It is a fine Sunday morning .<1>There are many people on it .<2>They are going to the Great Wall .<3>One is the woman .<4>The other is a young man .<5>Now he is talking with an Ameican girl .Other people are listening to them .They are very interested in the Great Wall .They want to see it very much .', 'candidates': ['There are reports about Chinese students abroad sinking into an ocean of difficulties and giving up easily .', 'She is driving the bus .', 'Some of them come from America ,and some come from English and Canada .', 'He is their guide and can speak English very well .', 'Both his father and mother were entertainers and although not of big names, they were doing very well .', 'Ann and her mother are on a big bus .', 'There are only two Chinese on the bus .']}", + "output": [ + "[5, 2, 6, 1, 3]" + ] + }, + { + "input": "{'passages': \"Tips on Being a Good Twitterer Twitter or micro-blogging , is really more of a social commons than a full-blown social network like MySpace or Facebook .It pretty much does one thing : allows people to `` tweet '' what they 're up to ( or what they 're thinking about ) in 140 characters or less .Since we 're sticking with the `` less is more '' aesthetic , I 'm just going to give you 5 Twitter tips instead of the 10 I could have stretched this into .<1>Say whatever you feel like saying , but remember that whatever you write could exist in the digital universe forever .Proceed with extreme caution .<2>If you like something they say , reply by clicking the little grey arrow that appears when you hover over one of their tweets .You can also simply type in @ username ( replacing `` username '' with whatever their username happens to be on Twitter ) .This is the formal way to address someone on Twitter .<3>Twitter has something called an API ( Application Programming Interface ) , which allows programmers to create experiences around Twitter for the community .Because of this , there have been an amazing array of applications released that will allow you to manage your Twitter account easily .There 's Twitterrific , TweetDeck , and Twhirl -- just to name a few .<4>If you 're looking for new friends , a quick search for some of your favorite things on search.twitter.com will quickly reveal who you should be friending on Twitter .Maybe they 'll follow you back ?<5>Keep your eye out for these things .They 're meetups for people on Twitter , and there 's likely one happening regularly in your neck of the woods .I 've taken to hosting one monthly in the Seattle area , as a matter of fact .Meet Twitter people -- tweeps , tweeple -- in meatspace !Do you have any Twitter tips to pass along ?You could even share the link to this article on Twitter and it might become the most popular story today !\", 'candidates': ['Find Friends Fast', 'Meet Twitter Users', 'Forward the Twitter', 'Be Yourself , but Beware', 'Use Twitter from Your Desktop', \"Do n't Be Afraid to Interact with Others\"]}", + "output": [ + "[3, 5, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"problem 5 2 10 Boys do bad at school Despite education reforms and more than enough money , more and more boys have been dropping out of high schools in the United Arab Emirates for the past few years .<1>They often choose jobs in public services .the army or the police force instead .As a result .only 30 % of the universities are made up of male students .Such a condition has also put them at an obvious disadvantage .<2>In such an oil-rich country .families are so wealthy that their children do not need to study hard .Boys often come to school with personal helpers who carry their suitcases for them and help them with their homework .They rely on them to do everything they would otherwise have to do themselves<3>Public schools usually get enough money from the government .<4>The rest go to private schools where teachers are more interested in pushing children towards a higher education .In public schools .motivation is low and students seem uninterested in learning .Experts agree that teacher training throughout the Emirates needs to be improved .<5>0ne of them is the population 's widespread thinking that the government will always supply young citizens with jobs .Authorities are convinced that just pouring money into the school system wo n't achieve the desired results .Their aim is to have more Emirati males finish high school and continue to go to university , where they will get degrees and have a bright future .\", 'candidates': ['But what comes after oil runs out in the country ? .', 'Boys and girls are often separated in public schools .', 'Few women will marry a man with lower education .', 'However . only 40 % of all children attend these schools .', 'The Emirati people have been living on the land for centuries .', 'Many mistakes have actually been made in the past few years .', 'Currently about 25 % of boys in the country do not finish high school']}", + "output": [ + "[6, 2, 0, 3, 5]" + ] + }, + { + "input": "{'passages': 'Everyone knows that chickens lay eggs .Most people know that all the other birds do as well .But have you ever thought about other animals that lay eggs?They include bees, snakes and some sea animals .When a mother lays eggs, many more babies can be born at once, or in a few days, because there is very little development inside the parent .Animals that do not lay eggs often have fewer babies .Animals lay many eggs because other animals may eat the babies .<1>Some animals that lay eggs do not take care of their young .<2>Then they put their eggs in the sand and leave .<3>When the babies come out of the eggs, they must find their own way to the ocean .They must learn how to live on their own .<4>Most eggs have an outside shell that keeps the growing animal inside safe .The egg shell also keeps the young animal from drying out .After the animal is fully developed, it comes out of the egg .The animal grows bigger and bigger .<5>', 'candidates': ['Many young turtles get eaten by other animals .', 'Turtles come onto the beach and dig holes .', 'However, even though some of their babies are eaten, they will still have some more to continue their family .', 'Anyway,you are too young to decide what you want to do for the rest of your life .', 'Then it can have its own young .', 'A turtle mother can lay as many as 150 eggs .', 'Americans still use the term toilet-to-tap for recycling, even though properly treated waste-water is nowadays completely clean .']}", + "output": [ + "[2, 1, 5, 0, 4]" + ] + }, + { + "input": "{'passages': \"15Brian<1>, Can you tell me the way to the movie theatre ? Woman : Go down this street<2>you 'll find the movie theatre on the left .It 's between the bank and the bookshop .You ca n't miss it . Brian<3>? Woman It 's about twenty minutes ' walk Brian Can I take a bus ? Woman Yesyou can Brian<4>? Woman You can take N024 bus BrianThank you very muchwoman<5>\", 'candidates': ['Sorry ?', 'How long is it from here ?', \"You 're welcome\", 'How far is it from here ?', 'Excuse me ?', 'Which bus can I take ?', '. Turn right at the second crossing ;']}", + "output": [ + "[4, 6, 3, 5, 2]" + ] + }, + { + "input": "{'passages': \"<1>Students can participate ( take part ) in outdoor training courses through university clubs and societies .Anyone can register with such groups , which then organize courses , training and trips for all members .One of the most popular outdoor training programmes in both the US and Britain is Outward Bound .<2>The courses are intended to broaden minds through experiences that build confidence , self-esteem and character .As well as specialist courses such as canoeing , leadership skills and sailing , participants can take part in week long adventure training camps which include a host of sports and survival training education skills .Michael Williams , an American student , took part in an Outward Bound course last year .He said : We learned lots of first aid skills , lots of natural history , lots of environmental facts , and participated in a wildlife preservation programme .Beyond that , my favorite skills learned were sailing and rock climbing .<3>Students must be in general good health , but do not need to be experienced in outdoor-sports .<4>Most of the British courses take place in the Brecon Beacons in Wales .<5>On a basic survival weekend students will learn how to get water and food , how to make fire and cook with it , to find and build a shelter , control survival life support , how to cross rivers .Send off a distress signal , and to use compasses by day and night .According to the leaders , such adventures are an awakening , an exploration into the unknown .Outward Bound believes that participants will use mind and body traveling some of the Earth 's roughest wilderness areas .\", 'candidates': [\"It 's said that 2 billion tons of food ends up as waste every year in our country .\", 'Although there are no state controlled survival courses in Britain or the United States , there are various independent organizations offering similar activities .', 'Courses can last up to 40 days and are open to anyone over the age of 14 .', 'Many join organizations run by their governments , for example , the Peace Corps in the United States and Voluntary Service Overseas in Britain .', 'It was founded in 1941 in Wales and attracts hundreds of thousands of adventurous types every year .', 'There is no selection process ; everyone is welcome , although new participants are advised to pick a course matching their physical capacity .', 'Another similar organization is the UK Survival School , which includes courses on learning to 1ive with the environment , sailing and winter survival .']}", + "output": [ + "[1, 4, 2, 5, 6]" + ] + }, + { + "input": "{'passages': \"Stay on the brighter side of life One very important component of optimism is gratitude or feeling grateful .In fact , there is a strong connection between a grateful attitude and a heightened sense of well-being .Appreciate all the positives in your life by starting a gratitude journal in order to remember what you 're grateful for .<1>Feeling down ?Instead of feeling sorry for yourself waiting for the universe to throw you a bone , try acting like you 're happy-even if you are n't .A sincere smile and a forced smile will cause the same chemical reactions in your brain , so you can actually fool your mind into feeling better by making it react chemically as if things were going well .<2>Reassure yourself that everything is good- even if you do n't feel it . ''<3>If you 're stuck in traffic , then everything else must be going horribly too , '' says Anne Parker , a wellness counselor .By blowing negative events out of proportion , you 're setting yourself up for feeling down all day .Instead , acknowledge that you 're stuck in traffic , but also bring to mind something good , like the beautiful scenery outside the window .That way , you 'll get in the habit of forbidding negative circumstances from blanketing your whole day . Swearing to lose 20 pounds or to run a marathon seems like goals leading to happiness , but they take time to achieve .<4>You may even end up admitting that you have been defeated .However , if you focus on the small milestones that occur along the way , you will feel positive about your progress , which will give you the strength to keep going .<5>Try making someone else 's day better .A report by United Healthcare and Volunteer Match found that volunteers are 72 % more likely to characterize themselves as optimistic compared with non-volunteers .Plus , 89 % of volunteers say that volunteering has improved their sense of well-being , and 92 % say that it enriches their sense of purpose in life .\", 'candidates': ['Try to help someone in need .', 'Want to give your attitude a lift ?', 'People tend to think in an either-or way .', 'Act in an optimistic way-smile , laugh , tell a joke .', \"You 'll fail to appreciate more important things in your life .\", 'By focusing on not having accomplished them yet , you will start to feel down on yourself .', 'By remembering the pleasant things in your life , you can actually turn a negative attitude around .']}", + "output": [ + "[6, 3, 2, 5, 1]" + ] + }, + { + "input": "{'passages': \"The holiday season means friends family parties and lots of unhealthy food .<1>Save your pocket money .If you 're going to relax a few times over the season concentrate on foods that are special or unique to this time of year not the ones you can get year round to avoid holiday weight gain says Gary Foster Ph D chief scientific officer for Weight Watchers .That means letting yourself enjoy a piece of pumpkin pie on Thanksgiving<2>The seasonal focus means when the holidays are past the temptations will go with them and you can return to healthy eating .Wait to enjoy .`` We recommend you delay your drink until you have food in your stomach `` says Elizabeth Politti RD nutrition director for the Duke Diet and Fitness Center .She explains that food can help delay the absorption of alcohol .`` Set some limits for yourself about alcohol such as that you wo n't have more than one or two drinks. ``<3>If one glass of wine makes you completely lose your eating inhibitions maybe it 's better to hold in the face of food temptation .<4>If you 're a regular gym rat great .But if not you can still avoid holiday weight gain by taking every opportunity to stay physically active .That means taking the stairs instead of the elevator or getting off the bus a few stops early<5>And add bits of intensity short bursts of more activity whenever you can .These are the best workouts for people who hate exercise .\", 'candidates': ['Stay active .', 'And know yourself .', \"When you 're tired your defenses go down\", 'but not a stack of chocolate chip cookies at the office Christmas party .', \"Thanksgiving and New Year 's are n't really 12weeks of nonstop eating\", \"all the little tricks for adding activity to your day you 've read before .\", 'These expert tips will help you avoid holiday weight gain without compromising the fun .']}", + "output": [ + "[6, 3, 1, 0, 5]" + ] + }, + { + "input": "{'passages': 'A good teacher is many things to many people .In my own experience , the people I respect the most and think about the most are the teachers who demanded the most discipline from their students .<1>I think she was a good teacher because she was a very strict person .<2>It was a simple sign that said , Laboratory -- in this room the first five letters of the word was emphasized , not the last seven .In other words , I guess , labor for her was more important than oratory , which means making speeches .She prepared her work very carefully and demanded us to do the same .<3>Once she had broken her arm , and everybody in the class thought that maybe the homework load would be reduced , but it continued just the same .<4>I think sometimes teachers who demand the most are liked the least .<5>', 'candidates': ['But one day John said to his mother , When I finish school , I want to become a garbage collector .', 'But as time goes by , this discipline really seems to benefit the students .', 'She checked our work by stamping her name at the bottom of the papers to show that she had read them .', 'I remember very vividly a sign over her classroom door .', 'I miss one teacher in particular that I had in high school .', 'We got lots of homework from her .', 'Like many teens , Li has lots of homework -- - usually at last one hour every day .']}", + "output": [ + "[4, 3, 5, 2, 1]" + ] + }, + { + "input": "{'passages': \"Make home a happier place to be Sometimes , kids do n't think their parents are fair to them . When you want do dress in a modern way , your mum does n't approve of what you 're wearing . When you are making phone calls to friends , they ask if you 're speaking to a boy or a girl . Sometimes , it seems that you 're not at close to your parents as you used to be .<1>Closing the Gap , by American author Jay Mc Graw , gives advice on how to have a better relationship with your parents .<2>When you think `` my parents do n't want me to have any fun , '' that usually means your parents want you to be safe .<3>They need to feel they are important and loved . You should tell your parents your needs , and find out what their needs are . Then , you can think of a way to make all of you happy . The book gives you some ideas .<4>You could talk about your school life and your plans for the future .Keep a diary . This is t help you understand more about yourself and your feelings .Show your parents you are growing up . Wash your own clothes and help around the house .<5>If you follow these steps , slowly , you will be able to break down the walls between your parents and yourself .\", 'candidates': ['Make time to talk .', 'Here are some suggestions .', 'How can you become close again ?', 'Both parents and children have needs .', 'Your parents will feel that you are no longer a small child .', 'Show respect for your parents , s and all the guests .', 'He gives ways to help teens understand their parents .']}", + "output": [ + "[2, 6, 3, 0, 4]" + ] + }, + { + "input": "{'passages': \"5 ; 2 10 Everyone knows that the Frenchmen are romantic , the Italians are fashionable and the Germans are serious .Are these just stereotypes or is there really such a thing as national character ?<1>At least one group of people are certain that it can .A recent survey of the top 500 entrepreneurs in the UK found that 70 % felt that their efforts were not appreciated by the British public .Britain is hostile to success , they said .It has a culture of jealousy .<2>Jealousy is sometimes known as the `` green eyed monster '' and the UK is its home . Scientists at Warwich University in the UK recently tested this idea .They gathered a group of people together and gave each an imaginary amount of money .<3>Those given a little were given the chance to destroy the large amount of money given to others but at the cost of losing their own .Two thirds of the people tested agreed to do this .<4>But there is also opposite evidence .The Organization for Economic Cooperation and Development recently reported that the UK is now the world 's fourth largest economy .People in the UK also work longer hours than anyone else in Europe .So the British people are not lazy , either . Perhaps it is the entrepreneurs who are the problem .They set out to do things in their way .They work long hours .By their own efforts they become millionaires .<5>It hardly seems worth following their example .If they were more friendly , people would like them more .And more people want to be like them .\", 'candidates': ['Thistestseems to prove that the entrepreneurs were right to complain .', 'The one who ownsthemost money in the end is the winner .', \"As a result , the survey said , entrepreneurs were `` unloved , unwanted and misunderstood . ''\", 'And if there is , can it affect how a nation succeed or fail ?', 'Some were given a little , others a great deal .', 'But instead of being happy they complain that nobody loves them .', \"It is not true that British people are born jealous of others'success .\"]}", + "output": [ + "[3, 2, 4, 0, 5]" + ] + }, + { + "input": "{'passages': \"Do-it-yourself Fitness These days most people have a gym plun and take some sort of regular exercise each week .But if you 've never done it before , what 's the best way to go about it ?Well , you can you 're your own plan .it 's easy to do if you have the know-how ,<1>Do your research .These days , social media is full of fitness videos and advice .<2>.But make a careful choice-what works for one may not work for another .<3>Are you looking to be slimmer or stronger ?Whatever it is , make sure the things you choose to do are to the goal . Keep your feet on the ground .Be patient with yourself and set suitable goals-it takes at least three months to see any body changes .And never work in pain-a good workout is difficult and challenging , but never painful ,<4>Focus on calisthenics These are the basic body movements which everyone can do anywhere , even at home .<5>And then try and repeat that number twice more-make sure you sweat and don ' t forget to rest for a minute in between .\", 'candidates': ['You d better stick to your plan', 'Keep your fitness goal in mind', 'Here are some basic tips for you', 'Because the focus was not present .', 'Watch as many of these as possible', 'Pain means you are damaging yourself .', 'Do as many of one exercise as you can without stopping']}", + "output": [ + "[2, 4, 1, 5, 6]" + ] + }, + { + "input": "{'passages': \"London 's Chinese community dates back to the 18th century , when a small number of Chinese sailors moved to the city to work in Lime house , east London .As time went on , other Chinese people came to this area and Lime house began to be known as Chinatown .<1>However , this situation changed greatly after the Second World War .At this time , many farmers in Hong Kong lost their jobs , and decided to move to London .In the 1950s , a small Chinese restaurant opened in central London .<2>Suddenly , Chinese restaurants started opening in every part of the city .Instead of too little work , the new Chinese immigrants now found that they had too much .<3>Many asked their friends and relatives to join them from their hometowns , and a lot of families were reunited again at this time .<4>The sons and daughters of the first restaurant workers , encouraged by their parents , studied very hard at school and university .<5>As a result , increasing numbers of Chinese families left Chinatown and moved to the more expensive places .Chinatown , however , is still as lively as ever , and a must see place for every visitor to London .\", 'candidates': ['Most of the new immigrants enjoyed their life and the chances they were offered .', 'At the start of the 20th century , there were just 545 Chinese people in Britain .', \"As time went by , London 's Chinese community became more and more successful .\", 'As time went by , they became good friends and often sent cards and small things to each other .', 'I had to get up and drink some tea so that I could go on counting up to one thousand .', 'And most of them could get highly-paid jobs .', 'Many British people visited it and said that Chinese food was wonderful .']}", + "output": [ + "[1, 6, 0, 2, 5]" + ] + }, + { + "input": "{'passages': \"<1>They have decided their hotel, plane and when to get there, but haven't decided what they want to do .<2>All his friends like boat trips, so all of them will go boating in the Thames River .Felipe also loves the British Royal Family!<3>But his friend Carmen doesn't want to visit Buckingham Palace .He would like to ride on the London Eye .Carmen would also like to visit the Houses of Parliament and Trafalgar Square .<4>Felipe's friend Juliana likes visiting museums, and she would like to see Buckingham Palace too .<5>\", 'candidates': ['Felipe would like to go boating in the Thames River .', 'He wants to visit Buckingham Palace and see the changes .', 'Careful planning can provide you with relief from annoying coworkers, gossiping friends or talkative family members .', \"Carmen's boyfriend Leo likes shopping, and he thinks politics is boring and doesn't want to visit the Houses of Parliament .\", 'Basically how you would like a true real friend to be,you should be like this to your true friends .', 'Felipe and his friends are planning a trip to London .', 'Carmen and Leo would like to go shopping in Covent Garden, but Juliana would rather do some shopping in Oxford Street .']}", + "output": [ + "[5, 0, 1, 3, 6]" + ] + }, + { + "input": "{'passages': \"Does solving a math problem give you a headache ?Doyou feel nervous when you sit a math exam ?For most students , math can be tough but scientists have proved that math problems can actually trigger physical pain .Scientists came to his conclusion with an in-depth experiment , which was published in the Public Library of Science One journal .<1>Those involved were asked a series of questions such as how they feel when they receive amathtextbook orwhenthey walkinto amathlesson .<2>One group was made up of peoplewhowere particularly afraid of math and participants in the other group weremore comfortable with the subject .Both groups were then given either math tasks or word tasks .When a math task was going to come next , a yellow circle would appear but when a word task was soon to come , a blue squarewould beshown .Using a brain-scan machine , scientists noticed that whenever people from Group One saw ayellow circle , their brain would respond in a way similar to when their bodyis feeling pain .<3>But they reacted less strongly whenthey knew that they would befaced with awordtask .However , scientistssaw no strong brain response from people in the second group .<4>When you are really thinking about the math problems , your mind is racing and you are worrying about all the things that could go wrong , explained Ian Lyons from University of Chicago , US , leader of the study .The higher a person 's anxiety of a maths task , the more he activated brain regions associated with threat detection , andthe experience of pain .<5>This means that it'snot that mathitself hurts ; rather , the anticipation ofmathis painful , Lyonssaid .Based on the study , scientists suggested that things could be done to help students worry less andmove past theirfear ofmath , which might meanthey perform betterintests .\", 'candidates': [\"Even though they know there are seats , they do n't want to crowd among the groups .\", 'Based on their answers , participants were divided into groups .', 'They put wires from a machine onto his head and they they began to speak to him in English .', 'More interestingly , the brain activity disappeared when participants actually started dealing with the math tasks .', 'Math can be difficult , and for those with high levels of mathematics-anxiety ( HMA ) , math is associated with tension , apprehension and fear .', 'They began by finding out how much participants fearmath .', 'It waslike the pain they would fee , for example , if they burnt their hand on a hot stove .']}", + "output": [ + "[5, 1, 6, 4, 3]" + ] + }, + { + "input": "{'passages': \"<1>There I found another surprise waiting for me .<2>Harkin had known my travel plans and had planned everything .How could he have booked the room only for three days ?There was nothing to be done but to find another hotel .The waiters were happy to find me a new hotel , and when I said that I was happy to stay at the airport , thinking it might be cheaper than staying in the city , they suggested the Holiday Inn at the airport .<3>The best hotel in Katoomba had wanted only $ 145 .I asked if there was anything cheaper they might suggest but they warned that most hotels would already be full by this time .The hotel was far from the train station , so I had to take a taxi , at $ 25 .On the way to the Holiday Inn , we passed a hotel just two blocks from the Holiday Inn that advertised a room rate of $ 104 .At the desk I asked if their room rate could go down a lot .No , this is a 4-star hotel , the waiter told me .In that case , I replied , I 'll just walk the two blocks to the cheap hotel .But she warned me that they were probably full and that if I did n't take the room , it might not be available when I came back .<4>The room itself was big , but the air conditioning could n't keep up with the Australian heat .<5>\", 'candidates': ['My room at the hotel had been given to somebody else and they had no room for me .', \"I hated that I could n't see both of my parents at the same time .\", 'There was one small matter : the room rate was $ 300 per night .', \"I 'm so sorry , Jack said And gave it back to her , I took it by mistake .\", \"I could n't sleep until about 1:00 am .\", 'Late that afternoon I took the train back to Sydney .', 'Finally , I decided to take the room .']}", + "output": [ + "[5, 0, 2, 6, 4]" + ] + }, + { + "input": "{'passages': \"<1>Take a look at the way the various networks of people about patient care are being connected to one another, and how this new connectivity is being exploited to deliver medicine to the patient - no matter where he or she may be .<2>Increasingly, however, remote diagnosis will be based on real physiological data from the actual patient .A group from the University of Kentucky has shown that by using personal data assistance plus a mobile phone ,it is perfectly practical to send a patient's important signs over the telephone .With this kind of equipement, the cry asking whether there was a doctor in the house could well be a thing of the past .<3>And at least one team wants to use telemedicine as a tool for disaster need - especially after earthquakes .On the whole, the trend is towards providing global access to medical data and experts' opinions .<4>Bandwidth is the limiting factor for sending complex ( )medical pictures around the world,--CU photos being one of the biggest bandwidth users .Communication satellites say be able to deal with the short - term needs during disasters such as earthquakes or wars .But medicine is looking towards both the second - generation Internet and third generation mobile phones for the future of remote medical service .<5>With the falling price of broadband communications, the new technologies should start a new time when telemedicine and the sharing of medical information, experts'opinions and diagnosis are common .\", 'candidates': ['Want a glance of the future of health care?', 'Other medical technology groups are working on applying telemedicine to rural(countryside) care .', 'Doctors have met to discuss computer - based tools for medical diagnosis, training and telemedicine .', 'Online doctors offering advice based on norman symptoms are the most obvious example .', 'Every time they order a coffee, they can give one to somebody in need .', 'A Book Review--The Snake-Stoneby Berlie Doherty The setting: Urban England (the cities), but also rural England (the countryside) including remote English villages .', 'But there is one problem .']}", + "output": [ + "[0, 3, 1, 6, 2]" + ] + }, + { + "input": "{'passages': ' Children who eat less salt and drink fewer sugar-sweetened soft drinks may significantly lower their risks of obesity, researchers recently reported in the journal Hypertension .Sugar-sweetened soft drinks are a significant source of calorie intake in children, said Feng J .<1>It has been shown that sugar-sweetened soft drink consumption is related to obesity in young people .<2>Dr He and colleagues analyzed data from a 1997 national survey of more than 2,000 people between 4 and 18 in Britain .<3>From our research, we estimated that 1 gram of salt cut from their daily diet would reduce fluid intake by 100 grams per day .<4>From their research, they predicted that reducing salt intake by 1 gram each day would reduce sugar-sweetened soft drink consumption by 27 grams per day, after .If children aged 4 to 18 cut their salt intake by half, there would be a decrease of about two sugar-sweetened soft drinks per week per child, so each child would decrease calorie intake by almost 250 kilocalories per week, Dr He said .In previous studies, researchers found that a low-salt diet lowers blood pressure in children, and prevents the development of high blood pressure later in life .<5>Dr He recommends that parents check labels and choose low-salt food products .Small reductions in the salt content of 10 to 20 percent cannot be detected by the human salt taste receptors and do not cause any technological or safety problems, Dr He said .', 'candidates': ['We found that children eating a lower-salt diet drank less fluid, said He .', 'Ruxton, the caffeine present in tea tends to lower the risk of heart attacks and strokes .', 'They wanted to know whether there is a link between salt intake and sugar-sweetened soft drink consumption .', 'Both high blood pressure and obesity increase the risk of having strokes and heart attacks, Dr He said .', 'The researchers also found that children eating a lower-salt diet drank fewer sugar-sweetened soft drinks .', \"He, a researcher at St George's University of London, England .\", 'David Gems, a researcher at University College London, believes that drugs to slow ageing will become widespread .']}", + "output": [ + "[5, 2, 0, 4, 3]" + ] + }, + { + "input": "{'passages': \", ..<1>We 're worked to make their streets and their schools safer , to give them something positive to do after school and before their parents get home .We 've worked to teach our children that drugs are dangerous , illegal and wrong .ks5u Today I want to talk to you about the historic opportunity we now have to protect our nation 's children from an even more deadly threat .<2>Smoking kills more people every day than AIDS , alcohol , car accidents , murders , drugs and fires combined .Nearly 90 % of those smokers lit their first cigarette before they turned 18 .Consider this : 3,000 children start to smoke every day illegally , and 1,000 of them will die sooner because of it .<3>For more than five years we 've worked to stop our children from smoking before they begin to try , starting a nationwide campaign to eduate them about the dangers of smoking to reduce their access to tobacco products , and to restrict tobacco companies from advertising to young people .<4>That means if we act now , we have it in our power to stop three million children from smoking and save a million lives as a result .So this is an emergency that needs quick action of all of you .<5>\", 'candidates': [\"Since I tookoffice , I 've done much to protect our children from harm .\", 'This is anational tragedy thatevery American should help to prevent .', 'The quickeraction we take , the fewer teen smokers there will be .', 'We have toeducate them about the dangers of smoking .', 'It is smokingthat is more terrible than drugs .', 'Compared withother diseases , drugs kill more people every day .', \"If we dothese , we 'll cut teen smoking by almost half over the next five years .\"]}", + "output": [ + "[0, 4, 1, 6, 2]" + ] + }, + { + "input": "{'passages': \"<1>Everyone likes a person with good manners .But no one likes a person with bad or careless manners .Yes, but what are good manners?How do I know what to do and what not to do?<2>He never laughs at people when they are in trouble .<3>When people are waiting for a bus, he stands in line and takes his turn .He never pushes to the front of the line .On the bus, he offers his seat to an older person or a woman with a child in the arms .<4>He says please when he makes a request , and he says thank you when he receives something .He doesn't stop other people when they are talking .<5>\", 'candidates': ['Here are some examples of the things that a well-mannered person does or does not do .', \"So, it is necessary for you to develop a habit of seeing things from the other person's point of view .\", 'We say that a person has good manners if he or she is polite, kind and helpful to others .', 'He does not speak with his mouth full of food when he is eating .', \"If he gets in someone's way, he says excuse me .\", 'Instead, he tries to help them .', 'If you do not have enough time,try a short nap--even ten minutes of sleep can help you .']}", + "output": [ + "[2, 0, 5, 4, 3]" + ] + }, + { + "input": "{'passages': \"Tips for choosing a summer camp for your teen Sending your teenager off to a summer camp ?Here are things to keep in mind when picking the right camp .<1>How can you find a camp that specializes in and appeals to teen campers ?Well , search for camps through Care.com , the American Camp Association and the Better Business Bureau .Learn about different camps ' history , programs , staff and so on . Include your teen in the process<2>Communicate with your teenagers and ensure that they are happy with the final decision .Plus , most teen programs have the teen campers sign a camp contract , so make sure the camp is something your child is interested in . Attend a camp fair Camp fairs often provide a great forum .<3>Search for a camp fair near you through the American Camp Association . Think carefully about your teen 's interests Should you send your teens to a traditional camp or a more specialized summer program ?Are they in need of an academic improvement summer program ?Would a community service-centered camp make them better understand the world ?<4>Visit the campgrounds and facilities .Meeting the camp staff is necessary , as they are the professionals who can help your family to have a positive summer camp experience .<5>Are teens mixed in with kids younger or older than themselves ? Give yourself enough time to help your teens find the right camp and make sure they are on their way to an exciting summer experience .\", 'candidates': ['Look for teen camps .', 'Explore your choices .', 'Would your kids do a good job at travel camps ?', 'Choosing a camp should be a team decision .', 'These are important questions you should ask yourself .', 'Is the camp set up with activities that are interesting for teenagers ?', 'Therefore , you can check out a variety of summer programs in one location all at once .']}", + "output": [ + "[0, 3, 6, 4, 5]" + ] + }, + { + "input": "{'passages': \"April 22nd every year marks the start of Earth Day , a day that is celebrated every year to raise awareness about our home planet and how we can save it from being damaged .<1>1 .Green up your home This is one of the most common things that people do whenever Earth Day rolls around , that is , switch off their lights .<2>Conserve energy by switching off all power of electricity points whenever they are not on use .In addition , take out all the plugs from plug points even after switching them off.2 .<3>Cars , being the greatest source of air pollution , can be left at home this weekend .<4>Other greener choices are carpooling , riding a bike or you can also walk if you want a healthier choice and if your workplace is not that far away from your home.3 .Be a little dirty No , we do n't mean it that way ' .We simply mean to say , do n't take a bath .Yes , saving water is super important .A day or two without a bath wo n't harm you , but it will certainly do a lot of good for our planet .A daily shower is n't a matter of health ; it 's a matter of comfort .<5>The future of our planet is in your hands !\", 'candidates': ['Traveling by public transport is a better choice .', 'Showering every day can wash away the natural oils that our skin and hair need .', 'Below , we have made a list of things you can do to celebrate Earth Day .', 'Do something every day that will improve your surroundings to make the planet a better place to live .', 'Leave your cars at home .', 'However , this is not something you should do just for a day or for only an hour ... .', 'Started in the year 1970 , Earth Day is now celebrated in more than 190 countries each year .']}", + "output": [ + "[2, 5, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"problem A B C D E F G Handwriting can make or break the first impression .If your handwriting is difficult for others to read , you will sometimes feel embarrassed .<1>It needs lot of practice to improve your handwriting .<2>Try each of them out on a piece of paper by signing your name .Find out which type of pen you can write best with .You may be amazed at the change in your handwriting just by changing to another pen .<3>Do not just do what feels comfortable because that is just your old bad habit coming back into play .Try to hold the pen lightly and do n't press too hard .Use your chosen pen to write Os on some pieces of lined paper .Write until you have filled up all the lines .Be careful with each O that you write .<4>Practice writing Os as much as possible .Remember , practice makes perfect .You may practice for weeks or months if you need to .<5>As your handwriting shows signs of improvement , go ahead and keep on practicing by writing more words .\", 'candidates': ['Gather different types of pens', 'Practice holding your pen in different ways .', 'However , a bad writing habit is hard to break .', 'Choose a type of pen with which you write best .', \"It wo n't help if you write a lot of careless Os on the paper .\", \"Two to three months ' practice is enough to get good handwriting .\", 'After you are confident in your Os , do the same thing with your name']}", + "output": [ + "[2, 0, 1, 4, 6]" + ] + }, + { + "input": "{'passages': \"These days people are crazy about Wu Dajing .<1>He broke his own world record in men 's 500 m short track speed skating<2>When he was young , he noticed two Chinese speed skaters on TV and then he decided to take up this sport .Wu started to learn to skate in 2004 , and six years later he became a member of the national team .On February 22,2018 , Wu won the men 's 500 m short track speed skating with a time of 39 .584 seconds and became the first Chinese man to win an Olympic short track gold. ``<3>I 'm happy to win China 's first gold here and I look forward to the 2022 Beijing Winter Olympics , '' Wu said .<4>In fact , it is not the first time Wu has shown his talent in skating .<5>He has won many medals at many world championships .Wu believes that as long as he works hard , he will succeed .\", 'candidates': [\"Many people think he is really the '' pride of China '' .\", 'I did my best in the event .', 'He won second place in the same competition four years ago in Sochi .', \"The young man won China 's first gold medal at the 2018 PyeongChang Winter Olympic Games .\", 'Wu was born on July 24,1994 in Jiamusi , Heilongjiang Province , China .', 'I look up to the young man , Wu Dajing .']}", + "output": [ + "[3, 4, 1, 0, 2]" + ] + }, + { + "input": "{'passages': \"I could not sleep well last night .I felt that my body was burning .<1>Mom took my temperature and said , `` You have got a fever , Nancy . ''She called my teacher and told her that I could not go to school .Then Mom took me to see the doctor .The hospital was crowded .<2>I waited for over half an hour before I saw the doctor .I told the doctor about my trouble .The doctor asked me what food I ate yesterday .I said I ate French fries , ice-cream and drank lots of cola .<3>The doctor said my lifestyle was very unhealthy .I ate too much unhealthy food and did not get enough rest .<4>And he told me to take some medicine , too .I followed his advice and took the medicine .Now , I feel much better .Mom always says , `` An apple a day keeps the doctor away . ''<5>I will also go to bed early at night .I must keep good habits in order to stay healthy .given an injection .given an injection .\", 'candidates': [\"The doctor is n't in the hospital today .\", 'From now on , I will eat more fruit and vegetables .', 'This morning , I woke up with a terrible stomachache .', 'He told me that I should drink a lot of water and get plenty of sleep .', 'I could see some children crying after being', 'I also told him I did not get enough sleep during the week because a big test was coming .']}", + "output": [ + "[2, 4, 5, 3, 1]" + ] + }, + { + "input": "{'passages': 'Many young people want to be a driver .<1>Fortunately , there are things that you can do to help your teen become a more confident driver . Teach your teen the rules of the road Before your teen gets behind the wheel of a car , he or she should know well the rules of the road .<2>If your teen understands the basic rules and how the car works , then he or she will feel a little better about getting on the road .<3>Actions speak louder than words .Many people will tell you that they learned how to drive by watching one of their close family members drive .You should show good driving skills with examples . Practice Practice makes perfect .The more your teen practices , the more confident he or she will become .Your teen should start off by driving in a place that is free of barriers .<4>After your teen has gotten comfortable about this , he or she can start practicing on the road . Drive in different conditions In order for your teen to become a good driver , he or she has to practice driving in different conditions .<5>.Get car insurance Many teens are worried about how much their parents would have to pay if an accident occurs .You should explain to your teen that car insurance can help one save a lot of money .', 'candidates': ['Model good driving', 'Teach your teen by yourself', 'Then he or she can start to drive on the road', 'An empty parking lot is a good place for a new driver to practice', 'This includes things such as heavy traffic , bad weather and freeways', 'However , some of them are nervous about actually getting out on the road', \"You should have your teen review the driver 's handbook and the vehicle 's instructions\"]}", + "output": [ + "[5, 6, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"Choosing the right college for you is not so easy . You should have a general idea of what you want and do n't want . The idea can guide you to find what fits your needs best .<1>Think about what major you want to study in college . If you know that , just look at colleges that have your major .<2>So think carefully about your major and interests before choosing one .Where the college is located matters . Anyone who tells you the location is n't important is lying .<3>If you look forward to working in the publishing industry , New York may be your best bet . If your parents want you to stay close to home , please do n't consider anywhere that requires a plane ticket to get to .Think about how much you can afford . Are your parents paying for your education ? If so , how much are they willing to spend ? Do you have to contribute anything ? Financial aid and scholarship exist , but do n't count on anything .<4>These are all things to consider before you fall in love with a college .Make sure you 're going to spend time with the right people . The cool thing about college is that each different one attracts different kinds of people . For the first thing in your life , you get to choose where you get to spend your time and who you get to spend it with .<5>Make sure that the people you 're with for four years are your kind of people .\", 'candidates': ['College is about learning what you love .', \"You 'd better choose a major that is popular .\", 'Go to the college with some people you like .', 'Are you willing to go into major debt over a school ?', \"Remember , above all , it 's the people that make the place .\", \"If you do n't like cold weather , stay away from northern schools .\", 'These guidelines will help figure out what college you want to go to .']}", + "output": [ + "[6, 0, 5, 3, 4]" + ] + }, + { + "input": "{'passages': \"<1>Well, the Spanish company StopStress is offering clients the possibility of doing just that-but in controlled, safe conditions .<2>We target the machines that cause the most stress in modern life, company co-founder Jorge Arribas said in a telephone interview .People get rid of stress by screaming and beating the machines until they are tired out, he explained .The company, based in the northern Spanish city of Sofia, uses deserted cars that still work .Heavy-metal music is used to excite the clients .<3>Most people's rage only lasts for 5 to 10 minutes .But some go on for hours: they beat cars on which they've put the names of people or ideas they would like to get rid of .Some even get together to turn the car over, Arribas says .<4>Arribas says the idea came to him when he was having trouble parking his car .Dozens of people have used the therapy, which helps people become aware of their stress level and helps them to slow down, Arribas explained .It's better to channel violence in a controlled way than to get it out on one's wife or in a traffic husband and jam, he added .<5>\", 'candidates': ['In the UK, The Guardian reports, parents can be fined PS50 (about $80) per skipped school day .', 'If there are more computers, students will also be able to complete their work more efficiently .', 'A session costs 60 euros (US$80) per person .', 'Clients can also destroy computers, mobile phones and TV sets in what the company calls .', \"Ever felt like destroying the car in front of you when you're stuck in an endless traffic jam?\", 'They are given protective suits and glasses, helmets and huge hammers .', \"StopStress already has branches in three Spanish cities, and is planning to extend its market beyond Spain's borders .\"]}", + "output": [ + "[4, 3, 5, 2, 6]" + ] + }, + { + "input": "{'passages': \"<1>Its subway is very special .You can enjoy its culture when you are in this city .First you see many people reading books in the subway .<2>The subway station in Paris is not big , but each of them has its special facts .Some stations looks ships .Some have clothes, caps and shoes .<3>But many of them are for selling clothes and cosmetics .You can meet some beggars in the subway .<4>They often play the violin or guitar in the train .They don't feel shy at all .Instead they think it is natural .<5>If you want to learn more about Paris, go to the subway and enjoy its culture by yourself .\", 'candidates': ['An expert nurseryman is always on hand to answer questions, help with cultures, and offer growing advice .', 'But the beggars in the Paris subway are also very special .', 'Whenever they are in the subway or at the station, there is always a book in the hand .', 'Paris is the capial of France .', 'His family only lived two miles away, but I took him to France for Christmas once because he was always alone .', 'And every station has a big advertisement picture .', 'After playing, they will go around the train and ask you to give them some money .']}", + "output": [ + "[3, 2, 5, 1, 6]" + ] + }, + { + "input": "{'passages': \"Home from Home ; Host Family Life Moving to a foreign country is an amazing , life-changing experience .There are some practical decisions that need to be made .<1>For me , choosing to live with a French family was the best choice I made , and here is why .<2>When you 're in a new environment with people you do n't know who are speaking a language you 're still not fluent in , you might feel lost , tired and homesick-I know I did .<3>They showed me which buses to take to get to work , cooked dinner for me so we could eat together , and took me with them on trips to the beach , the theatre and even a bullfight .These were great opportunities to experience French culture and build relationships .They helped me feel more comfortable and welcome . Living with French people has improved my language skills .Being constantly exposed to real French conversation has allowed me to learn new phrases , widen my vocabulary and even improve my accent .My host family are happy to answer my questions and correct me when I say things wrong .<4>The experience of living abroad is one that you will remember forever .Perhaps the friendships , like the memories , will also last .<5>You might return for their birthdays , weddings , holidays , and much more .I hope to remain in contact with my host family long after I leave France because when I was away from my friends and loved ones , they welcomed me and made me part of their family .\", 'candidates': ['One such decision is choosing where to live .', 'You can stay in your own space and privacy .', 'Y our host family might become your life-long friends .', 'It makes me a better and more confident French speaker .', 'However , my host family was wonderful and welcoming .', 'A family can help you settle in , stopping you from feeling lonely .', \"It 's an opportunity to meet new people , a different culture and another language .\"]}", + "output": [ + "[0, 5, 4, 3, 2]" + ] + }, + { + "input": "{'passages': \"Top Tips for Better Writing There are many different types of writing , such as essays , letters and speeches .Whatever your reason is and whatever your style , there are some universal tips that will help you improve your writing : Be clear about your purpose The most basic question to ask yourself before you start is why you are writing .In an essay or assignment , your purpose is to convey information and draw conclusions .But if you are writing a business report , you may want to make recommendations .<1>Start with a plan<2>The result is often disjointed writing with parts that do n't connect .Whatever you are writing , creating a clear plan is the first step to getting your message across quickly and in the most effective way . Guide readers through what you write Your task is to help readers understand your message quickly and precisely .<3>Each sentence , each paragraph should be relevant to what comes before and what comes after .You should use words and phrases that connect to show these connections .<4>Your aim in writing is to communicate ideas and information to other people , and you must keep that in mind with every word and sentence you write .Constantly ask yourself who you really write the information for . Write for the ear , not for the eye Once you 've finished a draft of your speech , practice reading it out loud .<5>Revise so you are more comfortable giving your speech .You want to sound natural , no matter what the occasion is .\", 'candidates': ['Write for readers , not yourself', 'Write for the aim , not for the words', 'It sounds robotic , and employers hate it .', 'Far too often people write without a plan .', \"You 'll hear anything that sounds awkward .\", 'Whatever it is , keep your purpose in mind at all times to avoid going off topic .', 'To do this , it is necessary to show them clearly how the different parts relate to each other .']}", + "output": [ + "[5, 3, 6, 0, 4]" + ] + }, + { + "input": "{'passages': \"One day , Mr. Black went into a restaurant .<1>There was nothing in the pockets of his coat .After he had his meal ,<2>He found there was much money in one of his pockets .`` Whose is this ? ''he thought .He saw a waiter near the door , so Mr. Black said to him , `` Somebody put a lot of money in my coat .<3>I have to go .Take it , please .When he comes back , give it to him . ''The waiter took it and went away .At the moment ,<4>`` I 'm sorry . ''Said the man .`` I took your coat and you got mine .Please give me my coat and the money . ''Mr. Black answered , `` I gave the money to the waiter .He 'll give it to you . ''Mr. Black called the manager , but the manager said , `` We have no waiters here .We only have waitresses .<5>``\", 'candidates': ['He went to take his coat back .', \"At the moment , another man came with a coat just like Mr. Black 's .\", 'He went to have lunch .', 'He put his coat on a chair near the door .', 'I have no time to wait for him', 'He must be a thief', 'He is so kind !']}", + "output": [ + "[3, 0, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"problem A Famous University Town When we say that Cambridge is a university town we do not mean that it is a town with a university in it .<1>The university is not just one part of the town ; it is all over the town .The heart of Cambridge has its shops , restaurants , market places and so on , but most of it is university , colleges , libraries , clubs and other places for university staff and students .The town was there first .Cambridge became a center of learning in the thirteenth century .Many students were too poor to afford lodgings<2>This was the beginning of the present day college system .Today there are nearly thirty colleges .<3>Many of them live in lodgings at first and move into college for their final year .But every student is a member of his college from the beginning .He must eat a number of meals in the college hall each week .<4>so nearly all of them use bicycles .Do n't try to drive through Cambridge during the five minutes between lectures , as you will find crowds of people on bicycles hurrying in all directions .If you are in Cambridge at five minutes to the hour any morning of the term , you 'll know that you are in a university town .<5>\", 'candidates': ['Colleges were opened so that students could live cheaply .', 'Students are not allowed to keep cars in Cambridge ,', 'Many students were short of money for their education , so college towns were set up then .', 'A university town is one where there is no clear separation between the university buildings and the rest of the city .', 'Stop in some safe place , and wait .', 'The size of Cambridge University is not so big as the town .', 'Very few students can now live in college for the whole of their course ; the numbers are too great .']}", + "output": [ + "[3, 0, 6, 1, 4]" + ] + }, + { + "input": "{'passages': \"Nikkli was brought up from a vey early age by her father while her sister was raised by her mother .Nikki spent a very small amount of time with her mum and sister when she was about 6 years old, but soon after contact stopped when communication broke down between her parents .<1>But now with a husband and a son, she decided it was the right time .Nikki didn't know where to start, but her husband's mum had used 192 .<2>With the help of her son, she started by searching for her sister's full name on the electoral roll without a location, because she had no idea where she lived, even her date of birth .<3>Nikki decided to call the first number .<4>So after 20 years, it was one phone call that helped her contact her sister!Her sister then passed her number on to her mother, who called Nikki straight away, and it was like they had never been apart .Her mum was so glad to find out Nikki was well that they arranged to meet everyone that Saturday (3 days after the phone call) where she was reunited with her sister and met her two nephews for the first time .Nikki also found out she had a half sister and brother .When talking about the reunion, Nikki said, 192 .<5>I was not on any social networking sites before and surprisingly neither was my sister or mum, so we would never have found each other that way .Nikki will be spending her first Christmas tighter with the other side of her family this year .\", 'candidates': ['com made finding my long lost family very easy .', 'com for finding people before and recommended it to her .', 'To her surprise, it was her long lost sister!', 'She never felt she wanted to find her family while she was growing up .', 'It was run by two men, one of whom - Alex - used to live in Montreal .', 'From that one search, the site returned two results listed in the area they used to live .', 'Unfortunately, I believe that happiness escapes from many people because they misunderstand the journey of finding it .']}", + "output": [ + "[3, 1, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"What is happiness ?When you can feel inner peace and satisfaction , you are happy .<1>This usually happens when we do something we love or achieve something that we value .It is our opinions that make us feel happy or unhappy .All of us constantly go through various situations or conditions , but we do not have to let them influence our reactions and feelings .<2>.Try hard to make a change of the way you look at things .<3>That means looking at the good and positive side of every situation .Pay attention to solutions , not problems .Listen to relaxing and uplifting music .Watch funny and interesting programs that make you laugh . Always look at what you have done and not at what you have n't done .Look at what you can do , not at what you can not do .Each day do at least one act to make others happy .When you make someone happy , you 'll become happy , and then people will try to make you happy .<4>On the contrary , be happy for their happiness .Communicate with happy people and try to learn from them to be happy .Remember ?do your best to stay detached when things do not occur as intended and desired .Detachment has much to do with inner peace .<5>\", 'candidates': [\"I 've never regretted it .\", 'Always look at the bright side .', 'Do not envy people who are happy .', \"Stop asking for everyone 's approval .\", 'Inner peace can lead to happiness , so smile more often .', 'Here are a few tips for increasing happiness in daily life .', 'It is usually experienced at a special moment .']}", + "output": [ + "[6, 5, 1, 2, 4]" + ] + }, + { + "input": "{'passages': \"In the early days of the Ming Dynasty , that is , early in the 15th century , China was an advanced country in the world , with a booming economy and prosperous culture .<1>Between 1405 and 1433 , Zheng He was ordered seven times to make voyages to these countries , known as `` Zheng He 's voyages to the west seas '' .In 1405 , a huge fleet of more than 300 ships manned by over 27,800 men set sail from Liujia Harbor near Suzhou on a distant voyage under the command of Zheng He .<2>The fleet sailed along China 's coast to Champa close to Vietnam and after crossing the South China Sea , visited Java , Sumatra and reached Sri Lanka finally .On the way back , it sailed along the west coast of India and returned home in 1407 .<3>In all , he had made calls at over 30 countries and territories .<4>No matter what country he visited , he called on the ruler of the land , presenting to him valuable gifts to express China 's sincere desire to develop friendly relations .<5>They sent the emperor zebras , giraffes , shells , elephant ivory and rhinoceros-horn medicine . The voyages by Zheng He strengthened the friendly relations between China and other countries in Asia and Africa and led to cultural and economic exchange between them .Therefore , his expeditions could rightfully be called `` one of greatest achievements in mankind 's history of navigation '' .\", 'candidates': ['Zheng served as commander of the fleet .', 'The response of the rulers was very generous .', 'On board the ships were large quantities of goods .', 'The Great Ming Empire launched a series of marine activities .', 'On each voyage , Zheng He acted as the representative of the Ming court .', \"All this had taken place about half a century before Columbus ' voyage to America .\", \"Zheng He 's second and third voyages taken shortly after , followed the same route .\"]}", + "output": [ + "[3, 2, 6, 4, 1]" + ] + }, + { + "input": "{'passages': \"How to communicate better Each one of us must rely on communicating in order to live in this world . Sometimes communication is easy and our dealings are in harmony with others .<1>There are times when our words are completely misunderstood .However , you can increase your communication skills .These simple techniques can be applied to every situation to help you along your path.1 .<2>People can think far faster than you can talk .If you want someone to agree with what you are saying , nod your head slightly up and down .This simple body language will encourage whomever you are speaking with to agree with you ! 2 .Be respectful of space .Everyone has a spatial requirement .<3>You know people who are close talkers ?These types of conversations make some people want to jump out of their skin .Keep this in mind , especially if you 've eaten garlic or onions for lunch ! 3 .Smile .Smiling will not only make you feel better , but also whomever you are speaking With .You can also smile with your eyes .<4>But the benefits of learning how to eye smile can produce communication candy ! 4 .Use a firm handshake .When you first meet someone , be sure to shake his hand firmly and look directly into his eyes .There is nothing worse than receiving a weak handshake from someone . There are many ways we can improve our communication skills .Hopefully these tips will have you on your way to becoming better at how you communicate with others .Also keep in mind what our elders have taught us , `` If you do n't have anything good to say , do n't say anything at all . ''<5>\", 'candidates': ['Nod your head .', 'Tap your throat .', 'This takes practice .', 'Yet , this is not always the case .', 'This will help you speak clearly .', 'Sometimes this is the greatest advice of all !', \"Do n't stand too close to someone when you are speaking with him .\"]}", + "output": [ + "[3, 0, 6, 2, 5]" + ] + }, + { + "input": "{'passages': '<1>According to Mr Widodo, Indonesian helicopters are only able to carry a small amount of the water needed to put out the fires ._ the Associated Press reported his comment .<2>The government has sent about 25,000 soldiers, police and firefighters in six provinces to battle the fires .Indonesian farmers and some businesses often burn rainforest to clear land at this time of year .<3>But a large rise in palm oil production on peat lands is blamed for the many fires this year .<4>The resulting thick, black smoke has polluted skies over Indonesia and four other countries .<5>The smoke is not only affecting people; it is affecting wildlife .In Indonesian Borneo, an animal rescue center says some of its animals have developed breathing problems .If the fires continue, a lot more could become sick and some could die .Scientists have warned that the fires this year could be worst ever because of a weather system called El Nino .They say the weather system has created extremely dry conditions in Indonesia .', 'candidates': ['The burning has worsened air quality, closed schools and caused any outdoor activities to stop .', \"The country's most traditional dance is highlighted every February at the Rio Carnival, which is one of the world's biggest .\", 'The president of Indonesia, Joko Widodo, is asking for foreign help to fight forest and agricultural fires in his country .', 'Peat is made partly of dead plants, which burns easily and is often used as cooking fuel .', 'The Indonesian National Institute of Aeronautics and Space says more than 1,300 fires are burning across the country .', \"The burning usually takes place during the country's dry season .\", 'Wherever coal and oil are used for fuel, fumes may kill trees and plants and cause metal to corrode .']}", + "output": [ + "[2, 4, 5, 3, 0]" + ] + }, + { + "input": "{'passages': \"The Danger of Sharenting Babies , like cats , are everywhere on web .The vast majority of two-year-olds-more than 90 percent of them-already have online presence .<1>It is typical for adults to mention a child 's name and birthdate in birth announcements and other posts on sites like Facebook .<2>That is because someone may download images and information of another person 's kids and claims them to be their own .In addition , some parents even publish real-time information about their children 's whereabouts , potentially risking their safety . Even posting baby phones to a private group is not without risk .<3><4>Parents do n't just have to make sure that the people they choose to share with do n't download , redistribute , or otherwise misuse images , they also have to make sure that the people who can access shared baby photos can control who else can use their social media accounts .Many people believe audience .<5>Giving children the right to say no to sharenting is something they feel especially strongly about .\", 'candidates': ['In reality , even these posts can reach a large audience .', 'By age of four , children have an awareness of their sense of self .', 'There is a false sense that everybody in the group knows each other .', 'They know what is happening with the information they are posting .', 'By doing this , they put kids at risk of identity theft and digital kidnapping .', 'More than 80 percent of babies younger than that are already on social media , too .', \"Children 's advocates argue that kids have a right to control their own digital footprint .\"]}", + "output": [ + "[5, 4, 2, 0, 6]" + ] + }, + { + "input": "{'passages': \"The road to happiness We all know that money ca n't buy happiness , but many times we act as if we 'd be happier with a bit more money .We are trained to want the latest style that te levision tells us<1>But none of that win bring us happiness .No matter how much we earn , no matter how nice our clothing or cars or toys , none of it will make us happier .And the sad thing is that it could take us decades to pursuing wealth and luxury items before we realize this .So what will bring us happiness ?<2>Positive thinking .I 'm obviously a big proponent of positive thinking as the best way to achieve your goals , but it turns out that it can lead to happiness too .<3>Happy people feel energetic , in control of their lives , and have a positive attitude to life .<4>We have a human need to be close .Having good , supportive friendships , a strong , marriage or close and loving links with our family members will make us much more likely to be happy .Flow .This is a popular concept on the Internet these days-the state we enter when we are completely focused on the work before us .Having work and leisure that gets you in this state of flow will almost undoubtedly lead to happiness .People find greatest enjoyment not when they 're passively mindless , but when they 're absorbed in a mindful challenge .<5>Do n't waste them !\", 'candidates': ['Good relationships', \"You 've been given the three secrets to happiness\", 'In fact , this should be one of first habits you develop', 'In may sound ridiculous , but it has worked for me every time', \"Luckily , here 're three secrets to happiness that do n't cost a thing\", \"We want to earn more money because then we 'll have the good life\", 'Optimism and self-esteem are some of the best indicators of people who lead happy lives']}", + "output": [ + "[5, 4, 6, 0, 1]" + ] + }, + { + "input": "{'passages': \"The new studies show that fewer than half of the 9th graders in many of the nation 's largest cities , can ever graduate .<1>Amazingly , though so many regret the rising dropout rate , our schools continue to lack formal plans -- or any plans -- to teach students motivation .Most schools have no game plan to ensure that students understand that schooling will be completely necessary .Schools expect youth and children to act as though schooling is important , but they never teach them to believe that .Years ago , families ensured that the children recognized the value of schooling .But in many modern families , the children may fail to recognize the importance of school life just because these families may actually tell their children that school is not important .Since many families are not motivating their children to be interested students , youth professionals , like teachers may need to provide this training .Here are some strategies to convince even the most apathetic students that they must stay in school .<2>100 years ago , factory work was the booming job , and it required no education .Today , factories are increasingly automated .<3>Ask students which century they will be prepared for : In 1900 , the most common jobs were farm laborer and domestic servant -- education not needed .<4>An amazing 6 out of 10 people today work in a store or office .Ask students to devise a way that the employee could be replaced .<5>A prototype is apparently already being tested .The students should discover that most jobs that lack education and diploma requirements may be ripe for automation .\", 'candidates': [\"_ And , in particular , the dropout rate is n't dropping for poor and minority students .\", 'For example , the coming trend in fast food is to use computers rather than people to run the restaurant .', 'Now , the most common jobs are office and sales staff -- education and diploma usually needed .', 'Ask students if they will ever need to work : The world has changed .', 'For example , students may use desk atlases to help learn geography , and other people may use desk atlases to study a place .', 'The world is changed not by those who do similar work before them but by those who do creative work .', 'Most computer-related jobs require education and at least a high school diploma .']}", + "output": [ + "[0, 3, 6, 2, 1]" + ] + }, + { + "input": "{'passages': \"Getting ready for a big test ?<1>Or do you just need to relax ?Match the mood you 're in ( or the mood you 'd like to be in ) to the descriptions below and find out what color may help .Feeling tired : Red can help you meet the demands of a busy day .If you 've got a tough day ahead , try wearing a red sweater or painting your fingernails a rich red to boost your energy .<2>Take a long walk through a tree-filled park or read a book in a grassy area .<3>Think of a creative project you 'd like to start and use the color violet as your main theme .Experiencing lack of interest : Yellow helps to improve thought process and mental sharpness .Start keeping a diary on yellow notepaper , and get some sunlight on your face .<4>Put on your favorite pair of jeans and a pair of indigo sunglasses .<5>Buy yourself an orange book bag or purse and carry it with you on the days when you 're feeling low .Having trouble sleeping : Blue helps calm your nerves and brings relaxation .Buy some blue sheets for your bed and curl up with your favorite magazines for a relaxing night .\", 'candidates': ['Want to get some extra energy for your next sports event ?', 'Needing to boost your imagination : Indigo strengthens dream activity .', 'Wanting to use your creativity : Violet helps increase creativity .', \"How can I become a sports announcer if I ca n't get a job in a radio station ?\", 'Students who improve their reading and writing will increase their vocabulary and their ability to use English correctly .', 'Feeling tense or depressed : Green may give you a sense of peace .', 'Feeling sad , self-conscious , nervous : Orange may help start your emotions and make you more social .']}", + "output": [ + "[0, 5, 2, 1, 6]" + ] + }, + { + "input": "{'passages': \", .. , .. Are You Ready to Make a Lifestyle Change ?When it comes to weight loss , the words you might hear are : lifestyle and changes .<1>But , if it were that simple , I 'd be out of a job and you 'd be too busy working out to read this .Losing weight takes hard work and that often means changing different aspects of your life like , how you spend your time , how you schedule your day , and how/what you eat .What 's Your Lifestyle Like ?<2>So what is a healthy lifestyle ?The typical components include not smoking , eating healthy foods , exercising and keeping the body at a healthy weight .First , figure out how much time you spend doing the following : Sitting at a desk<3>Sitting in front of a computer Drinking alcohol Eating fast food or junk foods Staying up late/not getting enough sleep Now , How Much Time Do You Spend ?Being active in general ( taking the stairs , walking instead of driving , gardening , cleaning , etc . )Doing cardio exercise Strength training for all muscle groups with challenging weights Tracking your calories Sleeping Dealing with stress in a healthy way<4>Living healthy means spending time and energy on your body -- -moving it around and paying attention to what you put into it .Staying in an unhealthy lifestyle means you can avoid expending energy , time and effort .Choosing Health As humans , we like habits and routines so much that we often keep doing the same things even when we know they are n't good for us .Changing bad habits takes time and effort .<5>For example , what time you get up each morning .\", 'candidates': ['Sitting in front of a TV', 'How you spend your free time', 'For a healthy lifestyle , you may be changing a variety of things .', 'It may seem like losing weight is a simple goal -- -do some exercise , go on a diet !', 'The reason why lifestyle is so important is that it determines how healthy you are .', 'Losing weight takes hard work and that often means changing different aspects of your life .', \"If you spend more time doing the things in the first list than the second , it 's time to change your lifestyle .\"]}", + "output": [ + "[3, 4, 0, 6, 2]" + ] + }, + { + "input": "{'passages': \"Behind every great product is a great team .Teamwork in the workplace offers the staff the opportunity to become more familiar with each other and learn how to work together .<1>There are several ways in which teamwork is important to the success of the company and to the development of each employee . Efficiency Work teams develop systems that allow them to complete tasks efficiently .<2>, the team 's work pace makes sure that the task is completed quickly and accurately .This allows the company to take on more work and also lets the company increase more income without having to add more staff .This becomes helpful when efficient teams from different departments work together . Support<3>And a strong team environment can act as a support system for staff member .Work group members can help each other improve performance and work together toward improving professional development .Team members come to rely on each other and trust each other .<4>, these bonds can be important . Ideas Teams in the workplace often met to discuss how to deal with company problems .When a team works well together , it allows staff members to feel more comfortable in offering suggestions .Team members become accustomed to processing brainstorming information .<5>\", 'candidates': ['There are challenges each day in any workplace', 'When the team faces a particularly hard challenge', 'We all know teamwork helps companies earn more money', 'When a task is handed to a well-trained and efficient team', 'It is also the fuel that allows employees and companies to have success', 'The company surely benefits from various suggestions given by efficient teams', 'One of the main benefits of a strong team environment is to share ideas with each other']}", + "output": [ + "[4, 3, 0, 1, 5]" + ] + }, + { + "input": "{'passages': \"Chicago's children's Hospital is the lucky receiver of a surprise $18million gift from Gladys Holm .She once was a secretary who never earned more than $15000 a year and never married .<1>She was called the Teddy Bear lady because she brought toy animals to sick children on her regular visits .But Miss Holm,who died in 1996 at the age of 86 ,was also a long-time buyer of stocks .<2>It was the largest single donation in the hospital's 115-year history .The hospital president,Jan Jennings,was shocked when she heard the news when Miss Holm's lawyer called to tell me how much that money was,I asked him to repeat it ,since I was certain I had misheard .<3>Jennings said the hospital first touched Miss Holm's heart nearly 50 years ago,when doctors there saved the life of her friend's daughter .<4>Holm's gift will be devoted to heart disease research .<5>\", 'candidates': [\"Over the years, many of us have employed a certain theory to explain men's economic decline .\", \"People at the hospital said they regretted that they couldn't thank Miss Holm for the surprising gift .\", 'She never forgot the happiness she felt all those years ago .', \"Why did Gladys Holm fell so strongly about the Children's Hospital?\", \"Over the years,she saved money that rose up to $18 million ,which she left to the Children's Hospital .\", 'She is on her way to visit a daughter who went to Australia some years ago .', \"She lived alone in a small flat in Chicago,and was a volunteer at the Children's Hospital .\"]}", + "output": [ + "[6, 4, 3, 2, 1]" + ] + }, + { + "input": "{'passages': \"5 2 10 When the music sounds , you immediately reach your pocket to have a chat .But have you ever stopped to think about the manners related to talking on the phone ?<1>Always give the person you are calling enough time to get to the phone before you hang up .<2>In this case , you should give your name and ask if you may speak to the person you want .<3>Phones must be turned off as soon as the plane doors are closed .And they remain turned off until the doors open again on arrival .<4>Finish any face-to-face business before taking a call .Continuing to use the phone while nodding to the person in front of you is quite impolite . If you go to a theater or a cinema , consider the other people around you .<5>If you are expecting a very important call , put your phone on `` vibrate `` and run for the exit as soon as you feel it .If you forget both `` off '' and `` vibrate '' and your phone rings , do n't answer it return it off straight away .\", 'candidates': [\"It 's impolite to make a phone call when you are having a meeting .\", 'Sometimes the person who answers is not the one you want .', 'If you take a plane , remember to follow airline instructions .', \"When face to face with someone , do n't talk on the phone .\", \"Check that your phone is `` off '' before you enter .\", 'Stop using the phone if it disturbs the views .', 'If not , here are some tips to guide you .']}", + "output": [ + "[6, 1, 2, 3, 4]" + ] + }, + { + "input": "{'passages': \"Born in a landowner family , Modest Mussorgsky learned his first lessons in piano from his mother .When he turned nine , Mussorgsky had already started performing for family and friends .<1>Peter 's School and then went ahead to publish a piano piece called Porte-enseigne Polka , which was funded by his father .The family tradition of military service was carried on by Mussorgsky , as he joined the Cadet School of the Guards at age of 13 .<2>He graduated from the school in 1856 .While in service , he developed friendship with Alexander Borodin and Alexander Dargomyzhsky , the famous Russian composers who had a deep impact on his musical career .Mussorgsky decided to devote his life to music in 1858 , he joined Mikhail Glinka 's opera A Life for the Tsar .<3>By this time , he had finished his studies .In the same year , he began to work on an opera called Salammbo on which he spent three years of his life .But , his musical career came to a standstill after his mother died in 1865 .This led him into alcoholism .<4>During 1868-1869 , he composed an opera describing the life of the Tsars which was rejected by Mariinsky Theatre .<5>His alcoholism made him drift away from his circle of friends and worsened his situation in later life .His later year 's compositions include Sunless and Khovanschina .Though his physical condition improved for some weeks , he soon passed away on March 28 , 1881 , a week after his 42nd birthday .\", 'candidates': ['In 1867 , he finished Night on Bald Mountain which was his most famous composition .', \"There he continued to take piano lessons with the General 's daughter .\", 'He produced a four-hand piano sonata in 1860 which was his only movement in sonata form .', \"While I was wondering what to say , he continued , There 's a nice bar down the road .\", 'The very next year , he was admitted to St .', 'Later , he made a few changes to the opera and the new version was accepted in May , 1872 .', 'But I will also , I hope , remind her of what she learned , and how she can do better next time .']}", + "output": [ + "[4, 1, 2, 0, 5]" + ] + }, + { + "input": "{'passages': \"This is not a diet .It is a simple way to lose weight .You do not have to give up the food you love or join a gym .You just follow some habits thin people have .Keep them , and you 'll become thin . Wake-up When you wake up in the morning , sit up slowly without using your hands with legs straight out , lean forward until you feel sore in your back .It will use up 10 calories .<1>.Order a clear soup , and have it before the main food .In this way , you will feel fuller and you 'll cat less when the main food comes .<2>.Apples are full of fiber and water , so your stomach will want less .Studies show that people who eat at least three apples or pears a day may lose weight .<3>.Every time you use the cell phone , stand up and walk around .Heavy people sit on average two and a half hours more a day than thin people .This skill is very important as standing up and walking around will burn up 50 or more calories . Use these skills , and you will have a big weight loss .\", 'candidates': ['How to lose weight', 'Eat an apple or more a day', 'Talk it up', 'Start with soup']}", + "output": [ + "[3, 1, 2]" + ] + }, + { + "input": "{'passages': \"problem ( 5 2 10 )<1>So when you want to do business in France , you have to get to know French culture , to make marketing plans , and to run your business by local laws .<2>The French take great pride in their language , so anyone who does not speak it may run the risk of being disrespected by his French colleagues or business partners .Also , another reason why learning French is important is that it is a great way to show every possible French business partner that you care and respect their country 's culture and language .The first thing that you should do when meeting someone new is to shake his hand firmly and always look the person in the eye .In social meetings with friends , kissing is common .Use first names only after being invited to .<3>The French will sometimes introduce themselves using their surname first , followed by their first name .Dress well .The French draw information about people based on their appearance .Your business clothing is a sign of your success and social status .Always try to be tasteful and stylish .Women are advised to dress simply but elegantly .Wearing make-up is practised widely by business women .K $ s*5u The French are passionate about food , so lunches are common in doing business in France , which usually consist of an appetizer , main meal with wine , cheese , dessert and coffee , and normally take up to two hours .<4>Do not begin eating until the host says , `` bon appetite '' .Pass dishes to the left , keep hands above the table and try to eat everything on the plate .<5>This may suggest that you find the food tasteless .If eating in a restaurant , the person who invites always pays .\", 'candidates': [\"Maybe you have heard the expression `` When in Rome , do as the Romans do ''\", 'This is a time for relationship building .', 'Remember to be as polite as possible .', 'Language should be the focus of anyone planning to do business in France .', 'Be careful with adding salt , pepper or sauces to your food .', 'Use Monsieur or Madame before the surname . K $ s*5u', 'Make an appointment with your business partner in advance .']}", + "output": [ + "[0, 3, 5, 1, 4]" + ] + }, + { + "input": "{'passages': \"For college graduates , it is of vital importance to write application letters well .<1>It should state clearly the job you want , and should tell what you have done .It should be simple , human , personal and brief without leaving out any necessary facts . In writing a letter of application , keep in mind that the things a possible employer is most likely to want to know about are your qualifications , your achievements and your aims .<2>If the first few sentences fail to win the reader 's attention , the rest of the letter may not be continued at all .Try to key your opening remarks to the needs or interests of the employer not to your own needs or desires .For example , instead of beginning with `` I saw your advertisement in today 's newspaper '' you might say `` I have made a careful study of your advertising during the past six months '' or I have made a survey in my neighborhood to find out how many housewives use your product and why they like it . ''<3>Be clear about the kind of job for which you are now applying .College graduates looking for their first positions often ask what they can provide in a letter and what if employers warn experience , which , naturally , no beginner has .<4>It is important to write a good strong closing for your letter .Make a specific request for an interview or give the possible employer something definite to do or expect .<5>That makes it easier for a possible employer to get in touch in you .\", 'candidates': ['Here are a few suggestions for you to prepare yourself better for your interview .', 'An excellent idea is to enclose a stamped , self-addressed envelope with your letter .', 'The answer is that everything you have ever done is experience .', \"Do n't be afraid of being a new hand .\", 'Try to avoid writing in general', \"The purpose of a letter of application is to help you to `` sell '' yourself .\", 'The opening paragraph is perhaps the most import .']}", + "output": [ + "[5, 6, 4, 2, 1]" + ] + }, + { + "input": "{'passages': \"Every week for the past thirty years , I have hosted a Sunday dinner in my home .People , including total strangers , call or e-mail to book a spot .I hold the salon in my studio .The first fifty people who call may come-twice that many when the weather is nice and we can overflow into the garden .<1>Last week it was a philosophy student from Lisbon , and next week a dear friend from London will cook . People from all corners of the world come to break bread together to meet to talk and often to become friends .All ages , nationalities , races , and professions gather here , and since there is no organized seating , the opportunity for connecting could n't be better .I love the randomness .I have a good memory^ so each week I make a point to remember everyone 's name on the guest list and where they 're from so I can introduce them to one another .If I had my way , I would introduce everyone in the whole world to one another .<2>Many travelers go to see things like the Tower of London , the Statue of Liberty , the Eiffel Tower , and so on .I travel to see friends even-or especially-those I 've never met . In the late 1980s , I edited a series of guidebooks to different countries .<3>Instead , each book contained about a thousand biographies of people who would be willing t0 welcome travelers in their cities .Hundreds of friendships evolved from these encounters , including including marriages and babies . The same can be said for my salon .At a recent dinner a six-year-old girl from Bosnia spent the entire evening glued to an eight-year-old boy from Estonia .Their parents were surprised , and pleased , by this immediate friendship .<4>Most of them speak English , at least as a second language .Recently a dinner featured a typical mix : a beautiful painter from Norway , a truck driver from Arizona , a newspaper editor from Sydney and students from all over . It is unnecessary to understand others ; one must , at the very least , simply tolerate others .<5>No one can ever really understand anyone else , but you can love them or at least accept them . I am a world citizen .All human history is mine .My roots cover the earth .We should know each other .Okay , now come and dine .\", 'candidates': ['I believe in introducing people to people .', 'People are the most important thing in my life .', 'There were no sights to see , no shops or museums to visit .', 'Tolerance can lead to respect and , finally , to love .', 'After all , our lives are all connected .', 'Every Sunday a different friend prepares a feast .', 'There is always a collection of people throughout the world .']}", + "output": [ + "[5, 1, 2, 6, 3]" + ] + }, + { + "input": "{'passages': \"Over 80 percent of mankind 's diet is provided by the seeds of less than a dozen plant species .But the amount and variety of crop production has been increasing all the time .<1>For example , Egyptians settled along the River Nile , the Chinese empire along the Yellow River , and the Mesopotamian countries along the Tigris and Euphrates rivers .The river systems provided these early civilizations with a consistent source of silt from the yearly floods and water for the crops .<2>Farming changed very little from early times until about 1700 .In the 1700s an agricultural revolution took place , which led to a large increase in the production of crops .<3>These crops , such as corn and potatoes , produced very large yields . In the 1850s , the industrial revolution came to the farm with new mechanized methods .<4>Early on , the biggest changes were in the use of new farm tools .<5>The new tools , combined with crop rotation , manure and better soil preparation , led to a steady increase in crop yields in Europe .Later on , the arrival of steam power and , later , gasoline-powered engines represented a big step forward in the production of crops .\", 'candidates': ['These methods greatly increased production rates .', 'So people had to work out a new plan to manage the water', 'Many of the early civilizations began along major river systems .', 'Most of the early tools were still powered by horses , oxen or men .', 'Silt is like a natural fertilizer , bringing new minerals to enrich the soil', 'How to increase the crop production has been a problem for human beings', 'One great change in this revolution was the adoption of some different crops']}", + "output": [ + "[2, 4, 6, 0, 3]" + ] + }, + { + "input": "{'passages': \"Recent weeks have seen a wave of new books, stamps, movies, television programmes, newspaper articles, songs and performances, all celebrating the 100th anniversary of the birth of Deng Xiaoping, on August 22 .To Chinese people, he was no doubt one of China's greatest leaders .<1>He was famous for his practical and direct manner, shown in famous slogans such as No matter if it is a white cat or a black cat; a cat that can catch rats is a good cat and Poverty is not socialism .In 1979, as the first top Chinese communist leader to set foot in theUnited States, he was regarded as a symbol of friendship when he wore a cowboy hat inHouston,Texas, and rode around in a stage coach .His straightforward manner earned the trust of the American people .<2>He succeeded in strengthening Chinese diplomatic relations .Lampton said that Deng openedChinaup to the rest of the world and helped develop more friendly relations with the West .Deng's reform increased the world's understanding of Chinaand today Americans are no longer afraid ofChina, said Mike Wallace, an American journalist who interviewed Deng in 1986 .<3>Talking of his impression of Deng, Wallace said he was very honest and clever .He recalled a conversation at the beginning of the interview .I started the interview by saying 'reporters don't normally get to meet you' .<4>Then I asked, 'Why did you decide to have the interview with us at this time?'He replied, 'Because I want to know American people and that they can know Chinabetter; by American people I also mean American leaders' .<5>Maybe the fact that Deng was selected twice as Person of the Year by the world-famous American Time magazine tells it all .\", 'candidates': ['At that time most of modern-day British Columbia was still icebound, and a white coat may have offered camouflage .', 'At that time, he said,Chinawas still mysterious in the eyes of Westerners .', \"He changed the American people's traditional view of Chinese leaders andChina, said David Lampton, a well-known American expert onChina .\", 'She, however, could only remember the buyer was a man with the little finger on his left hand missing .', 'Though he interviewed many international leaders, Wallace thought Deng was very different form them all .', 'Many Westerners remember Deng as a little man with great ideas .', \"Deng answered, 'Because I am an ordinary person' .\"]}", + "output": [ + "[5, 2, 1, 6, 4]" + ] + }, + { + "input": "{'passages': 'As a student , you can do well on a test if you have a good knowledge of the information that is being tested .<1>The DETER strategy can help you do your best on any test .Each letter in DETER reminds you of what to do . D=Directions Read the test directions very carefully .Ask your teacher to explain anything about the test directions you do not understand .<2>E=Examine Examine the entire test to see how much you have to do .Only by knowing the entire task can you break it down into parts that become manageable for you . T=Time<3>If there are different points for items , plan to spend the most time on the items that count for the most points .Planning your time is especially important for essay tests . E=Easiest<4>If you get stuck on a difficult item that comes up early in the test , you may not get to answer items that test things you know well . R=Review If you have planned your time correctly , you will have time to review your answers .<5>Also make sure to review the test directions to be certain you have answered all items required .', 'candidates': ['Do you know that these letters stand for ?', 'In my opinion , you should follow the advice when taking a test .', 'Use the time to make them as complete and accurate as possible .', 'The second E in DETER reminds you to answer the easiest items first .', 'Only by following the directions can you achieve a good score on the test .', 'But using a strategy when taking the test helps you to show what you know .', 'Once you have examined the entire test , decide how much time you will spend on each item .']}", + "output": [ + "[5, 4, 6, 3, 1]" + ] + }, + { + "input": "{'passages': \"The Internet , social media , and smart phones allow you to learn many things .<1>However , just like in the real world , not everyone online is your friend .Some may use these tools to send unpleasant messages to you , and some may use your information to do something bad .It 's very important to know how to stay safe and have positive experiences online .Here are some tips for you . Be careful about friend or follower requests .When you have a friend or follower request , check the person 's information first .<2>Only accept friend or follower requests from people you have met in the real world .Do n't chat with people you do n't know or trust .This is a good way to keep you safe . Review location services on your phone and other mobile devices .<3>They may put you in danger because others can find you easily .To make sure of your safety , turn off the `` location services '' or `` locations settings '' features on your mobile devices .Also turn off GPS for the camera , chat and other social media apps .<4>Strong passwords ( should have some upper and lower-case letters , numbers and symbols .If you have a strong password , it 'll be difficult for others to know it .Also , avoid having the same password for all your social and education accounts .It is really not safe for your accounts .<5>If someone sends unpleasant messages to you online , find someone you feel safe talking to .For example , you can talk to a parent , a teacher or a trusted adult and ask him to help report and block the person .Do n't try to do the same thing when others do something that hurts your feelings online .\", 'candidates': ['Create strong passwords .', 'Try to get help when necessary .', 'Find out if he or she is someone you know .', 'Friend requests can tell a lot of information .', 'Talk to someone you find safe to talk to online .', 'They also allow you to talk with friends online .', 'Location services can tell others where you are .']}", + "output": [ + "[5, 2, 6, 0, 1]" + ] + }, + { + "input": "{'passages': \"The Open Hand - a Universal Sign When meeting people at the airport ,<1>We know that a smile is usually a sign that people feel friendly and happy , but what if we do n't know who the new person is ?<2>What if we are meeting a stranger in an unfamiliar place ?Sometimes people are dangerous and humans have to find ways to protect themselves .We have to make sure we can trust people we do not know ,<3>Showing our hands means that we are not armed .In many cultures today , the Western custom of shaking hands is used .We use our right hand , which is usually stronger than the left one .If we are using our hand this way , it can not be holding a knife or a gun .It shows that we trust the other person ,<4>Not all cultures use the handshake ,<5>Japanese people might cover one hand with the other and , depending on whom they are greeting , bow slightly or quite low .In India , Hindu people join their hands in front of their faces and bow their heads .A Muslim will touch his heart , mouth and forehead to show respect .Even young people in the West now give each other the `` high five '' , when they slap each other 's hands high in the air .They are all keeping their hands busy .In almost all cultures , to smile and show an open right hand means , `` Welcome , you are safe with me . ''\", 'candidates': ['What if I want to show that I am bored ?', 'most people smile and shake hands with people they meet .', 'and that the other person can trust us .', 'What if we are not introduced by a friend ?', 'and people in many Asian cultures do not always touch another person .', 'and we have to show that we are not dangerous .', 'nor are they comfortable in the same way with touching or distance between people .']}", + "output": [ + "[1, 3, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"You've heard of the fat suit and the pregnancy suit;now meet AGNES--the old person suit .AGNES stands for Age Gain Now Empathy System and was designed by researchers at MIT's AgeLab to let you know what it feels like--physically--to be 75 years old .The business of old age demands new tools, said Joseph Coughlin,director of the AgeLab .<1>'moment of having difficulty opening a jar, or getting in and out of a car .<2>Coughlin and his team carefully adjusted the suit to make the wearer just as uncomfortable as an old person who has spent a lifetime eating poorly and not doing much exercise .<3>Gloves give the feeling of decreased strength and mobility in the hands and wrists,and earplugs make it difficult to hear high--pitched sounds and soft tones .A helmet with straps attached to it presses the spine ,and more straps attached to the shoes decrease hamstring flexibility, and shortens the wearer's step .<4>By wearing the suit they could see for themselves what design and materials would make the most sense for a physically limited older person .Coughlin said the suit has also been used by clothing companies,car companies and retail goods companies to help them understand the limitations of an older consumer .AGNES is not the destiny of everybody, he said .<5>A secondary benefit we've found with AGNES is that it has become a powerful tool to get younger people to invest in their long-term health .\", 'candidates': [\"While focus groups and observations and surveys can help you understand what the older consumer needs and wants,young marketers never get that'Ah ha!\", 'AGNES has been used most recently by a group of students working on a design of .', \"That's what AGNES provides .\", \"That's really dangerous when you're trying to figure out ways to entertain people and make them happy .\", 'Create a study group to help fellow high school students and get help if you need it .', \"She is a badly behaved lady who didn't eat and exercise very well .\", 'Special shoes provide a feeling of imbalance,while braces on the knees and elbows limit joint mobility .']}", + "output": [ + "[0, 2, 6, 1, 5]" + ] + }, + { + "input": "{'passages': \"Many of us are hardwired NOT to ask for help .We think it makes us appear weak .We think people will say no .we think we have to do everything ourselves .<1>We have to get over that , and there 's how : Get over yourself No one-and I mean NO ONE -- -- got anywhere alone .You can not and should not do everything yourself .You are not , in fact , always the best person for the job , or the `` only '' person who can do it .asking for help is sign of strength , not weakness .Asking for help clears space for you and frees your time and energy .<2>.Rebuild your thinking Rebuild what it means to ask for help from `` I am a weak , incompetent loser '' to `` I am strategically allocating my time to focus on what matters most . ''Do n't focus on the fact that you ca n't do something or do n't have the time .<3>It 's a chance to connect , a chance to value a colleague , a chance to get something done faster or better , a chance to optimize your own time and talents .<4>Asking for help is about tapping valuable resources to get the best outcome the most quickly with the fewest resources expended .That 's a fancy way of saying `` get the right people for the job . ''<5>And the best way to do that is to know your colleagues , and proactively build relationships .\", 'candidates': ['Know your colleagues .', 'Think about your colleagues .', \"Your energy ca n't be wasted .\", \"It 's a smart strategy .\", \"It 's all about building the right team .\", 'Instead , think about what you will gain from the ask .', \"Whatever the reason , we do n't ask for the help we need .\"]}", + "output": [ + "[6, 3, 5, 0, 4]" + ] + }, + { + "input": "{'passages': \"<1>Perhaps artists first went there because of the city 's beauty .They went to paint pictures of the broad , tree-lined streets , the great churches , and the graceful river bridges .The artists felt comfortable in Paris because the people of the city had always enjoyed art .<2>And the people of Paris had always welcomed new ideas .In this city , artists felt free to experiment with new ways of painting .As soon as famous artists painted in Paris , students came to learn from them .People came to buy paintings .<3>Others kept shops that sold artists ' paints and supplies .<4>They learned by studying great art in the museums , and they learned from one another .They held art fairs , hanging their paintings outdoors along the streets .Today , New York City and Florence , Italy , are also famous art centers .But the world 's main art exhibits are still held in Paris .<5>Most of the new ways of painting that have started in the last hundred years began in Paris .So artists and art dealers still go to Paris because it is the world 's leading art center .\", 'candidates': ['Every February and March , people celebrate with outdoor art works , dance performances and live music .', 'Students and artists who were not yet famous could live in Paris for very little money .', 'For many famous artists and scientists , daydreams were and are a main source of creative energy .', 'Paris had great art museums , filled with famous paintings and statues from many countries .', 'Important judges of art live there .', 'For many years , artists have flocked to Paris , France , to paint or to learn to paint .', 'People called art dealers set up galleries where paintings were bought and sold .']}", + "output": [ + "[5, 3, 6, 1, 4]" + ] + }, + { + "input": "{'passages': \"<1>Oxygen rich saliva keeps their numbers down .<2>Alcohol drinking , too much talking , breathing through the mouth during exercise , anything that dries the mouth produces bad breath .So can stress , though it 's not understood why .<3>Saliva flow gradually slows with age , which explains why the elderly have more bad breath trouble than younger people do .Babies , however , who make plenty of saliva and whose mouths contain ly few bacteria have characteristically sweet breath .For most of us , the simple , dry mouth variety of bad breath is easily cured .Eating or drinking starts saliva and sweeps away many of the bacteria .Breakfast often stops morning breath .<4>Brushing the teeth wipes out dry mouth bad breath because it clears away many of the offending bacteria .Surprisingly , one thing that rarely works is mouthwash .The liquid can mask bad breath smell with its own smell , but the effect lasts no more than an hour .Some mouthwashes claim to kill the bacteria responsible for bad breath .The trouble is , they do n't necessarily reach all offending germs .<5>If the mouthwash contains alcohol -- as most do -- it can worsen the problem by drying out the mouth .\", 'candidates': ['A living room should be around 18-21 C , and you can also use a hot water bottle or at least 16 C .', 'Most bacteria are well protected from mouthwash under thick layers of mucus .', 'When we sleep , for example , the saliva stream slows , and sulfur producing bacteria gains the upper hand , producing classic morning breath .', \"Some people 's breath turns sour every time they go on a job interview .\", 'Those with constant dry mouth find that it helps to keep gum , hard candy , or a bottle of water or juice around .', 'Mouth bacteria grow fast in airless conditions .', \"What 's more , every time I heard them speak , they seemed to have a bigger vocabulary .\"]}", + "output": [ + "[5, 2, 3, 4, 1]" + ] + }, + { + "input": "{'passages': 'Punishment is a term used to refer to any change that occurs after a behavior that reduces the likelihood that the behavior will occur again in the future .Punishment is focused on reducing or getting rid of unwanted behaviors .Punishment can be effective in some cases .<1>Prison is one example .After being sent to jail for a crime , people often continue committing crimes once they are away from prison .Why is it that punishment seems to work in some instances , but not in others ? Researchers have found a number of factors that contribute to how effective punishment is .First , punishment is more likely to lead to a reduction in behavior if it immediately follows the behavior .<2>It may help explain why sending people to jail does not always lead to a reduction in criminal behaviors .Another factor is that punishment achieves greater results when it is consistently applied .<3>For example , people often continue to drive over the speed limit even after receiving a speeding ticket .Why ?Because the behavior is inconsistently punished .<4>One of them is that any behavior changes that result from punishment are often temporary .Perhaps the greatest one is the fact that punishment makes people not perform certain actions , but it does not actually offer any information about more appropriate or desired behaviors .Another thing to consider about punishment is that it can have unintended and undesirable consequences .For example , approximately 75 percent of parents in the United States report hitting their children .<5>For this reason , psychologists suggest that any short-term gains from using punishment should be weighed because it may produce potential long-term consequences .', 'candidates': ['Punishment also has some notable disadvantages .', 'Parents and teachers consider punishment an effective tool .', 'Prison sentences often occur long after the crime has been committed .', 'There are two types of punishment , positive punishment and negative punishment .', 'In fact , it can be difficult to administer a punishment every single time a behavior occurs .', 'However , you can probably think of situations where punishment does not reduce a behavior .', '. Researchers have found that this type of physical punishment can lead to antisocial behaviors among children .']}", + "output": [ + "[5, 2, 4, 0, 6]" + ] + }, + { + "input": "{'passages': \"You may feel curious about students in other countries : do they also have so much homework ?<1>On April 8 , a report came out on the lives of high school students in China , Japan , South Korea and the US .It surveyed around 6,200 students from the four countries last year .<2>Who studies hardest ?Chinese students spend the most time studying .Nearly half of Chinese students spend more than two hours on their homework every day .That 's much more than students of the US ( 26.4 % ) , Japan ( 8.2 % ) and South Korea ( 5.2 % ) .Who sleeps most often in class ?<3>About 45 % of them said they sometimes doze off in class .In South Korea , it 's 32 % ; in the US , 21 % and 5 % in China .South Korean students do n't like taking notes .About 70 % said they write down what the teacher says in class , many fewer than in Japan ( 93 % ) , China ( 90 % ) and the US ( 89 % ) .Who is the most distracted ?<4>But also the most distracted : 64.2 % said they chat with friends in class ; 46.9 % said they eat snacks in class ; and 38.9 % said they send emails or read unrelated books in class .What do they do after school ?In their spare time , most Chinese students study or surf the Internet .Most American students hang out with their friends .<5>Most South Korean students watch TV .\", 'candidates': ['You will find the answers to many of your questions in this report .', 'Most Japanese students do physical exercises .', 'What do they do in their spare time ?', 'Japanese students fall asleep in class most often .', 'American students are the most active in class .']}", + "output": [ + "[2, 0, 3, 4, 1]" + ] + }, + { + "input": "{'passages': \"Many of us are so busy with work , school and home life that often there is no time left to do something that you enjoy .What follows are some ways to carve out that essential time you need to slow down , enjoy life and relax yourself .<1>Try to save certain weeknights just for you .If others ask you to do things those nights , just tell them you have plans .Use the time for gardening , reading , exercise , thinking or the ultimate luxury of doing nothing ! Monthly Treat .<2>It could be on your lunch break , a weekend or it could be leaving work early .Maybe you get a spa treatment , go to see a movie , a haircut , play golf or whatever treat you 're always thinking about but rarely get to .Schedule it in and it will happen !Buy Tickets in Advance .Sports , theater , concerts or any other event you would enjoy .Schedule the plans with a friend later .<3><4>Huh ?Yes , many of us stay at work late on a regular basis .If this is you , make it a point to leave work exactly on time at least once a week , if not more .And then enjoy that time !Leave work at work . Join a Group .Here are some ideas of groups that can allow you some time away from work and home : singing group , gardening group , astronomy society , book club , biking clubs , ski club , etc .What are you interested in ?Strike while the iron is hot .<5>If you ca n't find a club , consider starting one yourself !\", 'candidates': ['Leave Work on Time .', 'Evenings with Yourself .', 'Having the tickets already in hand will force you to make it happen !', 'Listen to your favorite music !', 'Look up a club in your area today and join !', 'Take an Adult Education Class .', 'Schedule a treat for yourself once a month .']}", + "output": [ + "[1, 6, 2, 0, 4]" + ] + }, + { + "input": "{'passages': \"problem For more than six million American children , coming home after school means coming to an empty house .<1>Some may hide .But all of them have something in common .They spend part of each day alone .They are called latchkey children .They 're children who look after themselves while their parents work .<2>Lynette Long was one of the headmasters of an elementary school .She said , `` We had a school rule against wearing jewelry .A lot of kids had chains around their necks with keys attached .I was constantly telling them to put them inside skirts .There were so many keys .It never came to my mind what they meant . ''<3>She and her husband began talking to the children .<4>One in every three latchkey children the Longs talked to reported being scared .Many had nightmares and were worried about their own safety .The most common way latchkey children deal with their fears is by hiding .<5>The second is TV .They 'll often play it at high volume .It 's hard to get statistics on latchkey children , the Longs learned .Most parents are slow to admit they leave their children alone .\", 'candidates': ['Slowly , she learned they were house keys .', \"But they do n't mind .\", 'Fear is the biggest problem faced by children at home alone .', 'Some deal with the situation by watching TV .', 'Some go to their friends or their s .', 'And their bad condition has become a subject of concern .', 'It might be in a shower stall , under a bed or in a closet .']}", + "output": [ + "[3, 5, 1, 4, 6]" + ] + }, + { + "input": "{'passages': \"Can you swim ?Do you like swimming ?Yes ?Well , how can you learn to swim ?I think the best way is to go into the water and learn .I 'm afraid you 'll never learn to swim just by reading books about swimming or looking at others swimming .<1>You must practice , practice and practice when you learn English .Listening and speaking are very important for beginners .The children in English\\xadspeaking countries first listen to others .Then they try to copy and speak .But as a foreigner , you can listen to English programs on the computer .<2>It does n't matter .Just be relaxed .Try to catch every word .Somebody may be a good listener .But they dare not speak .They 're afraid of making mistakes .<3>Do n't be afraid .You must be brave .If you really want to learn English well , you must try to speak with everyone as long as he knows English .Whether you know him or not is not important .When there 's nobody to talk with , you can talk to yourself .It 's interesting and also a good way to practice your spoken English .<4>Reading and writing are also important for students .First you must choose the books you 're interested in .A lot of reading will improve your language sense .This is the most important .Keep writing diaries in English .You can also write English articles .<5>Do n't be afraid of failure .Failure is the mother of success .Easier said than done .Well , do more practice from now on .I 'm sure you 'll learn English well in this way .\", 'candidates': ['You may just understand a few words .', 'You may even post them to English magazines .', \"Remember , the more you speak , the fewer mistakes you 'll make .\", \"It 's the same with the English study .\", 'You know we sometimes make mistakes when we speak Chinese .', \"It 's different from the English study .\"]}", + "output": [ + "[3, 0, 4, 2, 1]" + ] + }, + { + "input": "{'passages': \"Some jobs require employees to work night shifts .Working the night shifts often means better money , but that also comes negative side effects . The human body is naturally inclined to work during the day and sleep at night .<1>Your body will be able to fully adjust to this new style of rest and work .However , according to the National Sleep Foundation , constant exhaustion may be part of the lifestyle of working the night shift . In addition to exhaustion from working the night shift , sleep disturbances can occur , even when your body has the opportunity to get some shut-eye during the day .<2>Instead of getting a full eight hours of sleep , which is what most people need , it 's typical for night shift workers to only take a long nap after their shift . Working night shifts can also cause social and relational problems .Because many social events happen during the evening , people who work the shift miss out on important relationship-building opportunities .<3>When husbands or wives rarely see one another or rarely go to bed together , this will affect their communication and their marriage life .<4>Exhaustion , sleep problems , personal and relational issues and other health issues , over time , can lead to depression if not taken care of properly .<5>According to the National Sleep Foundation , you can avoid these problems by working with others during your shifts , taking naps during your shifts and setting up a support group with other employees to discuss the problems you 're facing .\", 'candidates': ['Working night shifts can help us a lot .', 'So working the night shift will take an adjustment .', 'Doctor and nurses often work night shifts to care for their patients .', 'In the long run , this can be harmful to relationships , especially marriage .', \"What 's worse , depression is likely to occur with all of these factors .\", 'Of course , you can do something to reduce the side effects of working night shifts .', 'Many people have trouble getting to sleep and staying asleep during daytime hours .']}", + "output": [ + "[1, 6, 3, 4, 5]" + ] + }, + { + "input": "{'passages': '<1>If you are already making the time to exercise , it is good indeed !With such busy lives , it can be hard to try and find the time to work out .Working out in the morning provides additional benefits beyond being physically fit . Your productivity is improved .Exercising makes you more awake and ready to handle whatever is ahead of you for the day .<2><3>Your metabolism gets a head start .If you work out in the mornings , then you will be getting the calorie burning benefits for the whole day , not in your sleep<4>Studies found that people who woke up early for exercise slept better than those who exercised in the evening .Exercise energizes you , so it is more difficult to relax and have a peaceful sleep when you are very excited .<5>If you work out bright and early in the morning , you will be more likely to stick to healthy food choices throughout the day .Who would want to ruin their good workout by eating junk food ?You will want to continue to focus on positive choices . There are a lot of benefits to working out , especially in the mornings .Set your alarm clock an hour early and push yourself to work out !You will feel energized all day long .', 'candidates': ['You will stick to your diet .', 'You prefer healthy food to fast food .', 'Your quality of sleep improves .', 'There is no reason you should exercise the morning .', 'After you exercise , you continue to burn calories throughout the day .', 'You can keep your head clear for 4-10 hours after exercise .', \"If you are planning to do exercise regularly , or you 're doing it now , then listen up !\"]}", + "output": [ + "[6, 5, 4, 2, 0]" + ] + }, + { + "input": "{'passages': \"<1>Along with this program,there is usually another one called the American Host Family program .As its name suggests,the program gets American families involved in foreign students' lives in America and offers homes for them .Foreign students generally welcome such an opportunity to have a family here,but there are also those who prefer to stay homeless .Many American families volunteer to host foreign students .However,if there is a shortage of host families,schools also get in touch with local people and introduced foreign students to them .The American Host Family program changes in lengths of time .<2>After the first year is over,it is up to foreign students and their families to decide if they want to stay together as a family .American families can host as many foreign students as they like .<3>Many families start with new students each year while still keeping in touch with the old ones .Schools usually leave it to foreign students and their host families to decide their activities after both sides meet .<4>On major holidays like Easter, Thanksgiving and Christmas,foreign students are usually invited to their thomes for dinner .Even schools that do not have host family programs often arrange students to get together with American families on these special holiday occasions .It is typical that a host family invites its foreign daughter or son over,and they cook the student's home food together,Undoubtedly,Chinese students are usually considered good cooks,whether or not they are really qualified for such praise at home .<5>It often happens when a Chinese student promises to cook a Chinese meal for his host family,he usually sees a little crowd expecting him:friends or relatives are also invited over for the special Chinese food!\", 'candidates': ['They can either have several students or just one at a time .', 'My school, however, holds activities every year .', 'Although many Chinese students rarely cooked at home,they often have a hard time making their American friends believe that they cannot cook .', 'It can go from a few days to a few years,depending on each individual school .', \"It uses special computer software that makes the questions easier or harder, depending on one's performance .\", 'At the moment, in their second year of high school, students must choose either the sciences or the humanities .', 'Many American schools have a student exchange program with foreign countries .']}", + "output": [ + "[6, 3, 0, 1, 2]" + ] + }, + { + "input": "{'passages': 'Stop .Listen!What do you hear?You may hear many different sounds .<1>Noise is a loud or unwanted sound .<2>Rock music is also noise .<3>Doctors have found that these people have trouble in sleeping .<4>Scientists use a unit of measure called decibel to measure the loudness of a sound .The sound of a quiet room, for example, measures 35 decibels .Talking measures between 40 and 65 decibels .<5>Noise at this high level causes the great hearing loss .', 'candidates': ['What happens to people who live near noisy machines or use them over a period of time?', 'Some think that it may be caused by a temporary cut of blood flow to parts of the brain involved in memory .', 'But, most important, constant loud noise can cause a loss of hearing .', 'Doctors have known for a long time that extremely loud noises can cause hearing damage or loss .', 'Some of those sounds may be noise .', 'Noise can be caused by many kinds of machines, such as motorcycles, jet planes and farm tractors .', 'Sounds from traffic and from some rock bands can measure over 120 decibels .']}", + "output": [ + "[4, 5, 0, 2, 6]" + ] + }, + { + "input": "{'passages': \"Passing a chemistry exam can seem like a task impossible to finish , but you can do this !Here are several tips for passing a chemistry exam .Take them seriously and pass that exam ! Prepare before the test . Study .Get a good night 's sleep .Eat breakfast .Do n't change your habits for the exam .If you 're someone who drinks coffee , today is not the day to skip it .<1>Get to the exam early enough so that you have time to get organized and relax . Read the instructions carefully . Read the instructions for the test !Find out whether you have to answer all of the questions .<2>For example , you may need to only work 5 out of 10 problems .If you do n't read the instructions , you might do more work than you need to and waste time .<3>You may think you know where a question is going , but it 's better to be safe than sorry .Also , chemistry questions often have many parts .Sometimes you can know how to work out a problem just by seeing where the question is going .<4>Answer questions you know . There are two reasons for this .First , It builds confidence , which helps you relax and improves your performance .Second , it gets you some quick points , so if you do n't have enough time for the test then at least you got some right answers .<5>However , most students do better if they skip over harder questions and then go back to them .\", 'candidates': ['Make sure you have answered all the questions .', 'Read each question completely before answering it .', 'A good coffee should always go with a good breakfast .', 'It is reasonable to work a test from the beginning to the end .', 'Similarly , if you never drink coffee , today is not the day to start .', 'Sometimes chemistry tests allow you to choose which questions to answer .', 'Sometimes you can even find the answer to the first part of a question this way ,']}", + "output": [ + "[4, 5, 1, 6, 3]" + ] + }, + { + "input": "{'passages': 'It was sunny last Saturday .I felt bored , so I rode a bicycle to a farm near a hill with some friends .A farmer welcomed us warmly .<1>we saw hens , ducks and pigs there .We were like birds out of the cage .<2>Mary tried to get some apples on a tree .Mike also picked some .I wondered how big the farm was .I got to the top of the hill and took quite a few photos .Jack seemed to dislike these activities .<3><4>The farmer prepared some delicious food for us .Of course , we must pay for it , but we all still thanked him .To remember what we did , I wrote down the differences between the school and the farm in my diary .<5>', 'candidates': [\"At twelve o'clock , most of us were hungry .\", 'We did many interesting activities .', 'All in all , it was an enjoyable day .', 'I felt very happy .', 'The farm was so beautiful .', 'He did great help to the farmers .', 'He sat under a big tree and relaxed .']}", + "output": [ + "[4, 1, 6, 0, 2]" + ] + }, + { + "input": "{'passages': \"People have always wanted to know what the future will look like .Then , how can we ?<1>The world has changed a lot in the last 150 years , but we humans are driven by the same basic needs as we were 150 years ago , such as food , sleep , the feeling of being appreciated and loved .<2>No .In addition , generally speaking , the inventions for the last 150 years have been a human effort for freedom and communication , to be able to get in control of the time and world .Since there is still much to do in this area , this will be the focus at least for the next150 years .But why do we need to predict the future ?Predicting the future is important for two reasons : First , we need to start to think about what kind of future we would like for ourselves and to pass on to the next generation .<3>How about the virtual worlds ?It might be in the future to experience the sand between your toes , and hear the waves , just lying in your bed at home .<4>So , even if a great invention is there for an affordable price , it 'll never take the place of the common experience if it is not real .<5>What we 'll see in the next 50 years is the transition from an oil-dependent society to a new society .Here there 'll be new medicine , continued exploration of space , challenges in the climate change , and new inventions that make life a little easier .\", 'candidates': ['So what will the future look like then ?', 'Will this change in the next 150 years ?', 'Predicting the future can help us in many ways .', \"However , you 'll never get the feeling of being there .\", 'Well , to understand the future , you must know the past .', \"However , no matter how real the experience will feel , it does n't happen for real .\", 'Then we need to know what decisions we need to make today that will give the best result in the future .']}", + "output": [ + "[4, 1, 6, 5, 0]" + ] + }, + { + "input": "{'passages': 'Tips To Boost Your Confidence<1>Here are some solutions to boost your confidence in the long run . Always think positively We all have negative voices inside our head .<2>Start out slowly and push yourself to think of three good things about yourself every morning .<3>Take the time to look within yourself and asses what is possible to change and what is out of reach .It is important to focus on changing the things you have control over , because this is where you will see the most self-improvement .Make a list of three things that you would like to improve on and then under each item write a few bullet pints on how you will go about making this change . Focus on the small steps for signs of improvement .Make sure to focus on smaller victories .It is often harder for individuals to see their own self improvement when they are looking at the long term , but it is easier to pinpoint changes when you are focusing on daily accomplishments .<4>Whatever it is makes sure you follow through and then acknowledge your achievements by making a list and posting it somewhere easily in view , because small steps always add up in the end . Stop comparing yourself to others .One of the most common pitfalls that humans are guilty of is comparing themselves with each other .It is important to remember that what appears on the surface is not always what is reality .If you feel like you are constantly overwhelmed by trying to keep up with others , make a marked effort to limit your usage of social media .<5>', 'candidates': ['Be realistic with what you can change .', 'Try to understand body languages of others .', 'Building confidence takes time and patience .', 'Practice being award of how you hold yourself during the day .', 'The good news is that we can change these voice to only say positive things instead', 'Start small and have a daily goal of one instance where you practice defending yourself .', 'You will be surprised with all the free time you have to do other things and best of all you will have a clear , more condiment self .']}", + "output": [ + "[2, 4, 0, 5, 6]" + ] + }, + { + "input": "{'passages': \"One of my main concerns when I am helping people achieve their goals is how they measure success .<1>One of the main reasons that cause this frustration is that people allow their definition of success to be determined by someone or something else .Another is that they become frustrated at their own apparent lack of success when comparing themselves to other people .We are individuals with individual wants, skills and experiences .We should look at our own skills to determine what is successful to us .We should look inwards to determine what it would mean for us to be successful in our own mind rather than someone else's .Evaluating a successful person needs to look at his pathway to success, his actions ,his determination and translate that into his own experience to see how he can improve himself .You must set your own course of action, and stay on your course .You alone must determine what success means to you .<2>For example, I believe that I am successful but I am not a millionaire!Others may not see me as successful in their eyes but that does not matter .It is how I see myself that is important to me and my life .Here is the truth .<3>Success is not something you become; it is something you continue being .<4>And that sounds good to us!<5>\", 'candidates': ['If they aim at getting some advantages in social position or fortune, nobody wishes them success .', 'When we get to that point, we will experience a lot more joy and a lot less frustration .', 'Remember the great quote from Napoleon Hill, If you cannot do great things, do small things in a great way .', 'Being a success is doing your best, not being the best .', 'Do what you do to the best of your ability and the rest will take care of itself .', \"If you're looking for a great way to shop for cat furniture, simply turn on your computer and do some online shopping .\", 'I see individuals getting frustrated as they struggle hard for success .']}", + "output": [ + "[6, 4, 3, 1, 2]" + ] + }, + { + "input": "{'passages': \"Everyone dreams .If you 've ever tried to figure out the meaning of a strange dream , you 're not alone .Humans have been trying to make sense of dreams since recorded history .<1>Here are some of the findings .<2>People with great creativity are more likely to dream about unusual settings and about blocks in the natural world , such as a log or a rock they ca n't get around . You 've got a heart problem .People who have frequent nightmares may be significantly more likely to suffer from an irregular heartbeat or chest pain .If you have those problems , it 's more difficult for you to breathe at night .<3>You 're avoiding something .Do you dream about being followed by a stranger , a monster , or a giant tidal wave ?This could indicate that you 're afraid to deal with something in your daily life .<4>You 'll have a good result in a test .Students whose performance improved were those who had dreamed about the maze during the sleep .<5>This improves learning and problem-solving skills . Despite the fact that technology has vastly expanded our understanding of dreaming , much of what occurs when we 're asleep remains as it has always been : a mystery .\", 'candidates': ['How creative you are .', 'Dreaming may strengthen memories .', 'What kind of problem solver you are .', 'What can our dreams tell about ourselves ?', 'How can we understand better about ourselves ?', 'That explains why you can not have a sound sleep .', \"Ask yourself what issue or emotion you 're faced with .\"]}", + "output": [ + "[3, 0, 5, 6, 1]" + ] + }, + { + "input": "{'passages': \"Here is a famous story about the Great Wall of China .The story happened in the Qin Dynasty .<1>Do you want to know more about the love story ?One day , the emperor , Qin Shi Huang , ordered his soldiers to capture some young men .He sent the young men to build the Great Wall of China .A young man named Fan Xiliang did n't want to get captured .<2>He had nowhere to go and did n't know where to hide .When he heard the soldiers coming towards him , he was terrified .At that time , a woman named Lady Meng Jiang was passing by Fan Xiliang .She saw the poor man and saved him .Fan Xiliang said thanks to Lady Meng Jiang .<3>Later on they got married .Unfortunately , Fan Xiliang was found and captured .He was sent to the Great Wall and worked there .Lady Meng Jiang waited for her husband day and night .Winter came , but Fan Xiliang failed to return .<4>She took the warm clothes to the Great Wall , but she did n't find Fan Xiliang .Someone told her that Fan Xiliang had died and that he was buried in the Great Wall .<5>She cried so sadly that a part of the Great Wall collapsed and she finally found Fan Xiliang 's body .\", 'candidates': ['Lady Meng Jiang stayed by the wall and kept crying day and night .', 'They fell in love with each other .', 'He ran away from his home and planned to hide somewhere .', 'It was a moving love story ,', 'Lady Meng Jiang prepared some warm clothes for her husband .']}", + "output": [ + "[3, 2, 1, 4, 0]" + ] + }, + { + "input": "{'passages': \"Have you experienced times when you feel like you 're under too much pressure ?I think most of you will say yes .Actually , many things can strike us beyond our control .With an annoying mix of late trains , missed appointments and work deadlines , many of us are living in a constant state of stress .Experts war n , our modern lifestyles means that stress is almost continuous , and comes without the natural release t hat either fighting or fleeing might provide .<1>Conditions vary from mood swings to anxiety , irritability , nervousness and tiredness .In extreme cases , it can even cause headaches , muscle cramps , and digestive problems .But there are a number of things we can do to manage the symptoms .<2>Balancing blood sugar is essential in lowering stress .To maintain its level , you can try to have one small meal every two-to-three hours that contains protein , for example , breakfast lunch and dinner plus a mid-morning and mid-afternoon snack .In this case , your blood sugar will be steady .<3>Laugh as you like .<4>Many studies show that laughter boosts our energy , decreases stress hormones , improves immunity and lessens pains .Try to find humor in life and engage in activities that make you laugh .Do n't f eel guilty about doing what you love .It will work its magic in your body .Schedule your workout timing . It could be the time , rather than the way that determines how effective your workouts would be .<5>Do energy-forming exercises like running or aerobics in the morning , and milder activities in t he evening .Try a walk at the end of the day to calm your mind and stretch your muscles .\", 'candidates': ['Eat little and often .', 'So will your mood swings .', 'Laughter is the best medicine .', 'These things are activated by laughing', 'The aim of exercise is to boost your energy .', 'Adapt your exercise routine to the biological clock .', 'Living with it can lead to a whole range of health problems .']}", + "output": [ + "[6, 0, 1, 2, 5]" + ] + }, + { + "input": "{'passages': \"<1>A young man comes to the elephant and begins to look at it slowly .<2>Then I will give you twenty dollars .<3>After the old man sells the elephant, he gives the young man twenty dollars and says, Now, can you tell me how you found the elephant's bad ears ?<4>Then why are you looking at the elephant slowly?<5>The young man answers, Because I didn't see an elephant before, and I want to know what it looks like .\", 'candidates': ['All right, says the young man .', 'The little boy was sad for the old man because he was alone in the big house .', \"I didn't find the bad ears, says the young man .\", 'I know it sounds bad, but what I find funny is when people hurt themselves .', 'asks the old man .', \"The old man goes up to him and says in his ear, Don't say anything about the elephant before I sell it .\", 'One day an old man is selling a big elephant .']}", + "output": [ + "[6, 5, 0, 2, 4]" + ] + }, + { + "input": "{'passages': \"Chinese oracle bone inscriptions over 3 , 000 years old are now widely used as emojis by young WeChat users , thanks to a person who made them closer to people 's life .`` The ancient characters are not as cool and far as they are supposed to be .<1>Now they could totally serve people 's needs for online expression , `` said the creator Chen Nan .The 46-year-old teacher of fine arts at Tsinghua University has been working to make oracle bone inscriptions into emojis .For example , the character for `` zui `` , which means `` drunk '' in English , was created to look like a stumbling person .<2>To make more people understand this old language , Chen made them on the postcards .<3>A cartoon video with oracle bone inscriptions created by him was watched 31 million times and shared 140 , 000 times .<4>In 2016 , the ancient font was included into the font library under his hard work to let the ancient words walk into people 's life .<5>But Chen 's research on the project still continues , as he plans to enlarge the library to 7 , 000 characters .In the future , he will put the ancient characters into practice in education and the development of games and apps .\", 'candidates': ['In fact , they are cute and humorous .', 'Now the library has 3 , 500 characters .', 'He has also put them together with cartoon characters .', 'Such emojis have been well accepted by WeChat users .', 'Chen started to do such a job in a creative way 19 years ago .']}", + "output": [ + "[0, 3, 2, 4, 1]" + ] + }, + { + "input": "{'passages': 'Urbanization Until ly recently , the vast majority of human beings lived and died without ever seeing a city .The first city was probably founded no more than 5,500 years ago .<1>In fact , nearly everyone lived on farms or in tiny rural villages .It was not until the 20th century that Great Britain became the first urban society in history-a society in which the majority of people live in cities and do not farm for a living . Britain was only the beginning .<2>The process of urbanization-the migration of people from the countryside to the city-was the result of modernization , which has rapidly transformed how people live and where they live . In 1990 , fewer than 40 % of Americans lived in urban areas .Today , over 82 % of Americans live in cities . Only about 2 % live on farms .<3>Large cities were impossible until agriculture became industrialized .Even in advanced agricultural societies , it took about ninety-five people on farms to feed five people in cities .<4>Until modern times , those living in cities were mainly the ruling elite and the servants , laborers and professionals who served them .Cities survived by taxing farmers and were limited in size by the amount of surplus food that the rural population produced and by the ability to move this surplus from farm to city . Over the past two centuries , the Industrial Revolution has broken this balance between the city and the country .<5>Today , instead of needing ninety-five farmers to feed five city people , one American farmer is able to feed more than a hundred non-farmers .', 'candidates': ['That kept cities very small .', 'The rest live in small towns .', 'The effects of urban living on people should be considered .', 'Soon many other industrial nations become urban societies .', 'But even 200 years ago , only a few people could live in cities .', 'Modernization drew people to the cities and made farmers more productive .', 'Modern cities have destroyed social relations and the health of human beings .']}", + "output": [ + "[4, 3, 1, 0, 5]" + ] + }, + { + "input": "{'passages': \"Parents Model Healthy Eating It should come as no surprise that the more stressed parents are at work the greater the burden on their family is .<1>After all the more time parents spend working the less time and energy they have to plan and prepare healthful meals .For years most studies have focused on the role of working mothers while fathers were ignored .They did n't look at the family as a whole .<2>It adds a new wrinkle to the relationship between work stress and family nutrition .Moms'work related stress is still a central factor in how well families eat because they typically do most of the food shopping and cooking .<3>The study found that when mom or dad experience high levels of work related stress their families are eating one and a half fewer family meals per week and the parents themselves report eating fewer fruits and vegetables more fast food and are less likely to eat breakfast regularly .It 's worth noting that the study looked mainly at low income families who belonged to ethnic or minority groups .<4>But the implications are wide ranging .<5>Teaching kids especially teenagers to help with grocery shopping and to cook actual meals instead of just putting a frozen pizza in the microwave could be an important piece of the puzzle in helping families improves their eating habits .\", 'candidates': [\"But dad 's work related stress has a large impact too .\", 'As to family nutrition the entire family plays a role even kids .', \"Yet the kids'stress may affect the families' nutrition too .\", \"So the findings do n't necessarily apply directly to other types of families .\", \"It 's also probably not a surprise that this can negatively affect a family 's nutrition .\", 'However a recent study does and look at the role of fathers in particular .', 'It is parents who give their kids a good model to develop a good eating habit .']}", + "output": [ + "[4, 5, 0, 3, 1]" + ] + }, + { + "input": "{'passages': \"<1>The sixth-grader put his math and science skills as well as some real-life experience to use and created something that could benefit our world a lot -- -- the sandless sandbag .Today he was named the winner of the Young Scientist Challenge for his sandbag .<2>When I was 4 , I experienced Hurricane Wilma .When it hit Florida in October 2005 , my family and I crowded in a closet and watched the storm bring damage and death to our area , feeling terrible and hopeless .Saltwater flooding caused great damage , which made him think about how people can prepare for floods .Peyton , who has been solving math problems since he was 3 , eventually came up with the sandless sandbag .Instead of filling it with sand , I filled it with just the right amount of chemicals and salt , he said .What 's amazing is that when you pick these bags up and they 're not wet , they only weigh a pound or two .<3>They only expand when doused with water .The bags are portable when dry and will not float away when wet .<4>He understands the big picture .He thinks in terms of the influence on society and safety for the people around this area , said Dr .<5>We 'd love to have him at our university .Peyton has to get through middle school and high school first , but until then , the young scientist will continue thinking and inventing .\", 'candidates': [\"Unlike regular sandbags , Peyton 's is light and easy to carry .\", 'I had a really terrifying experience with a hurricane , said Peyton .', 'Experts praised his invention and said that the sandless sandbag could someday save a lot of lives and possessions .', 'The young man said : I never see an elephant before , and I want to know what it looks like .', 'Later , he moved to New York , where he graduated from Columbia University in 1983 .', 'Peyton , an 11-year-old boy from Florida , has the enthusiasm of scientific invention and the-gift of Thomas Edison .', 'Antonio , the engineering chairman at the University of Miami .']}", + "output": [ + "[5, 1, 0, 2, 6]" + ] + }, + { + "input": "{'passages': '<1>But it seems that besides wearing a mask, few of us know what has caused the smog and what to do to beat it .<2>The 103-minute film was on websites on Feb 28 .In the film, Chai visits polluted places and talks to officials and scientists .She thinks that burning too much coal and oil are the main causes of PM2 .5 and smog .To solve the problem, Chai suggests that we should clean our coal and oil or replace them with cleaner energy such as natural gas .<3>For example, we can live a greener life by using more public transport .Or if we see things that could harm the environment, we can try to stop it .In the film, when she sees a restaurant cooking without any suitable filter facilities , she calls the hotline 12369 .The restaurant installed the filter a week later .<4>This film encourages ordinary people to take notice of the environment .<5>', 'candidates': ['Chen Jining, the new minister of environmental protection, praised Chai .', 'In her film, Chai also emphasized that everyone can do something to help control smog too .', 'The historic part of Malta is shown in its incredible architecture, great walled cities, and many underground tunnels .', 'Smog is a big problem in many Chinese cities .', 'Chai Jing, a former news interviewer with CCTV, discussed the questions in her documentary Under the Dome .', 'This is what we need in the future .', 'What industry and the government need at the top is not experts but leaders .']}", + "output": [ + "[3, 4, 1, 0, 5]" + ] + }, + { + "input": "{'passages': \"When we were kids , if our parents wanted us to stop the screen time , they would turn off the TV .<1>They grab the cell phone , the tablet or the laptop .Here we will talk about how to control their screen time . First , limit the time they use screens .<2>Kids are smart .Once you go back to your daily routine , they will quickly be back on a screen .Because they just do n't understand that when you tell them to get off the tablet or computer , you mean for the rest of the day .<3>It can be going outside to play , reading a fun book or cleaning their room .Presenting them with an alternative helps the under-developed planning part of their little brains get past what they ca n't do and see what else is possible . And third , hide the screen device .That one may not seem very fair .<4>If they do n't see the device around the house , they ca n't grab it .This way , works for us adult-types who may be a little too addicted to screens ourselves . Ultimately , the best way to help kids recognize how much is too much screen time is to limit our own .Yeah , you may have to stare at one all day for your job , but do you really have to come home and immediately turn on the TV or answer that email on your phone ?Do n't think your kids are n't taking excuses from your actions .<5>\", 'candidates': ['Second , give them an alternative .', \"So , it 's necessary to set a limited time .\", 'It may seem easy , but it can be challenging .', 'Now , kids often have a choice of which screen they want .', 'They watch you just as closely as they watch those screens .', 'Now go to find a screen and turn it off , for you and for your kids .', \"But the phrase `` out of sight , out of mind '' actually works sometimes .\"]}", + "output": [ + "[3, 2, 0, 6, 4]" + ] + }, + { + "input": "{'passages': \"Take the opportunity to travel when studying abroad If you 're studying abroad , then there 's a good chance that you 're living within just hundreds of miles of many fantastic destinations .<1>So you should seize the opportunity to visit places of interest .However you should n't forget that your main goal is to immerse yourself in the country where you 've chosen to study , so you should explore that country the most .<2>This will give you an opportunity to understand the people and customs of the different regions of the country .This will also help you appreciate the art or history classes you 've taken about your chosen country .<3>Not only will it make traveling more fun , but it will be safer , too .If you 're traveling and ca n't stay with a friend , it 's likely that you will look into hostels , the cheaper alternative to hostels .<4>But try to book one with a friend , to watch over your belongings , and to do as much research about the hostel as you can in advance .Though your study abroad program will give you an amazing opportunity to travel , make sure that you still leave some time for you to spend the weekends in your city of choice .<5>If you do travel out of the country , always let your friends or teachers know about it in advance .\", 'candidates': [\"Travel within the country where you 're studying abroad .\", 'Try to bring a travel friend or two with you wherever you go .', 'Hostels can be a fun place to stay and a great way to meet people .', 'Many students who study abroad in the fall love going to Germany .', 'Therefore you will get used to the life there and appreciate the city .', 'Book your tickets before you leave to study abroad .', \"A ticket to these places is much cheaper than it 'll be from home .\"]}", + "output": [ + "[6, 0, 1, 2, 4]" + ] + }, + { + "input": "{'passages': \"problem Each of us experiences setbacks in life .all of which provide us with valuable lessons about the human condition .<1>You 've heard the adage many times about turning lemons into lemonade , right ?Well , this sentiment is ly true and can tremendously improve your quality of life .Turning a negative experience into something more positive is n't always easy .In fact , some of the most tragic moments in our life seem never .ending when we aye experiencing them .However , there is always a way to take a bad situation and extract something positive from it .<2>1 .`` This too shall pass . ''That is what you should initially tell yourself when something bad happens .Repeat those words in your head and even aloud if it helps .The important thing is that you do not panic , as this will only exasperate the negative experience .Every bad moment in your life will end , which can be a comfort during the worst time .2 .<3>Some people believe that everything happens for a reason .While you may not buy into that philosophy , you can at least give each experience a purpose .Try to think of a lesson that the experience has taught you .Did you meet a new friend while going through this time ?Did you learn how not to do something ?3 .Keep your sense of humor handy .This applies to everything in your life .<4>Even if it is n't appropriate to joke about something aloud you can make humorous observations in your mind to keep you on a positive track .4 .Do n't dwell on negative moments .You will not help anyone by stewing in a moment that has already passed .Whether you were hurt embarrassed or both the negative emotions you felt before should not remain fresh in your psyche .If you continue to dwell in the negative you will never find your way out again .5 .Set a new goal to work towards .As I said before , you should never dwell in your past negative experiences .Some times it is hard to get out of a funk .However .<5>, This will give you something good to strive for and will take your mind off whatever has occurred .\", 'candidates': ['The best way to rise us from a bad experience and move on from a situation is to set new positive goals to focus on .', 'Failure is the mother of success .', 'Almost every situation allows for a bit of levity , so remain humble and try seeing the humorous side of things .', 'Find purpose in the experience .', 'Setbacks in life are necessary and unavoidable and we have to get used to them .', 'It is not the setback it self that influences your future , but rather how to react to the negative situation .', 'Below aye five ways to do just that .']}", + "output": [ + "[5, 6, 3, 2, 0]" + ] + }, + { + "input": "{'passages': \"Much of the work in today 's world is accomplished in teams .Most people believe the best way to build a great team is to gather a group of the most talented individuals .<1>Companies spend millions hiring top business people .Is their money well spent ?<2>They focused on football basketball and baseball .The results are mixed .For football and basketball adding talented players to a team proves a good method but only up to the point where 70 % of the players are top talent above that level , the team 's performance begins to decline .Interestingly this trend is n't evident in baseball , where additional individual talent keeps improving the team 's performance . To explain this phenomenon the researchers explored the degree to which a good performance by a team requires its members to coordinate their actions .<3>In baseball the performance of individual players is less dependent on teammates .They conclude that when task interdependence is high team performance will suffer when there is too much talent while individual talent will have positive effects on team performance when task interdependence is lower .If a basketball star is , for example trying to gain a high personal point total he may take a shot himself when it would be better to pass the ball to a teammate affecting the team 's performance .Young children learning to play team sports are often told `` There is no I in TEAM . ''<4>Another possibility is that when there is a lot of talent on a team some players may make less effort .Just as in a game of tug-of-war whenever a person is added everyone else pulls the rope with less force .<5>.An A-team may require a balance -- not just A players but a few generous B players as well .\", 'candidates': [\"It 's not a simple matter to determine the nature of talent .\", 'Sports team owners spend millions of dollars attracting top talent', \"The group interaction and its effect drew the researchers ' attention .\", 'Stars apparently do not follow this basic principle of sportsmanship .', 'Several recent studies examined the role of talent in the sports world .', 'Building up a dream team is more complex than simply hiring the best talent .', 'This task interdependence distinguishes baseball from football and basketball .']}", + "output": [ + "[1, 4, 6, 3, 5]" + ] + }, + { + "input": "{'passages': \"When I was walking down the street the other day, I happened to notice a small brown leather wallet, lying on the sidewalk .<1>There was nothing inside it except some change and an old photograph---- a picture of a woman and a young girl about twelve years old, who looked like the woman' s daughter .I put the photograph back and took the wallet to the police station, where I handed it to the desk sergeant .<2>That evening I went to have dinner with my aunt and uncle .They had also invited a young woman so that there would be four people at the table .<3>I was quite sure that we had not met before, but I could not remember where I had seen her .<4>All at once I realized where I had seen her .She was the young girl in the photograph, although she was now much older .She was very surprised, of course, when I was able to describe her wallet to her .Then I explained that I had recognized her from the photograph I had found in the wallet .<5>As the police sergeant handed it over, he said that it was an amazing coincidence that I had not only found the wallet, but also the person who had lost it .\", 'candidates': [\"I picked it up and opened it to see if I could find out the owner's name .\", \"When I was six years old, my mom told me that I could find anyone's number in the phone book .\", 'Before I left, the sergeant took down my name and address in case the owner might want to write and thank me .', \"Her current book project is Knocking on Heaven's Door: A Journey Through Old Age and New Medicine to be published in 2013 .\", 'My uncle insisted on going to the police station immediately to claim the wallet .', 'Her face was familiar .', 'In the course of conversation, however, the young woman happened to mention that she had lost her wallet that afternoon .']}", + "output": [ + "[0, 2, 5, 6, 4]" + ] + }, + { + "input": "{'passages': \"There are 45 students in our class .I have made a survey, 36 students say they like to exercise .Most boys play basketball together twice a week .<1>My friend, Tony, is good at running .He runs fastest in our class .<2>Is it interesting?<3>He goes to the swimming club three times a month in winter, and three times a week in summer .<4>Some of my classmates have good eating habits .They eat both meat and vegetables .<5>15 students say they drink milk three or four times a week .But some students like to eat junk food, especially Sally .What's worse is that she doesn't like to exercise, so she is very fat .She always says I'm going to lose weight tomorrow .\", 'candidates': ['He runs for 30 minutes on the playground every evening before he goes to bed .', \"But girls think basketball is difficult for them, they'd like to play volleyball together twice a week .\", 'A daily nap gives one a more rested body and mind and therefore is good for health in general .', 'Gray is good at swimming .', '70% of them drink milk every day .', 'But they became overactive and targeted healthy tissue--an autoimmune condition seen in asthma and a disease called ulcerative colitis .', 'So he is pretty healthy .']}", + "output": [ + "[1, 0, 3, 6, 4]" + ] + }, + { + "input": "{'passages': \"Graduation is an extremely important time in one 's life .Class members love to capture this special day in various photos .<1>, you can arrange them into a beautiful slideshow video to show your friends and classmates .Sometimes you can make them into an album and share it as a gift .<2>You mush have had a particular study group that you really bonded with .Consider getting a picture with the members directly .This can help you remember your professional connections and your most treasured group working experiences .Also , do n't forget to bring in your extracurricular stuff .<3>, take a picture with mates with your instrument or holding a football to show your graduation day .You can add in some humor as well .Think of something humorous that you could throw into graduation photos , such as bringing in a silly hat or posing with your class members in a fun way .<4>.Visit some of your favorite spots throughout the campus .If there was a green space that you frequented or even a particular landmark like a statue or hall , you could consider taking pictures there .Capturing areas where you felt most at ease will help you preserve that very spot in memory . Last , the most popular shot to capture is the moment you shake hands with your headmaster on stage while receiving a diploma .<5>It can help you remember how you were feeling on that day .It can also remind you of the proud sense of accomplishment for finishing part of your schooling .\", 'candidates': ['He would be happy to show it off', 'As long as you like after-class activities', 'If you are in a band or play in a sports club', 'Preserving the memories from your graduation', 'This symbolizes the actual time when you graduate', 'Including extra personality can make you apart from others', 'Remember that your education was definitely a team effort']}", + "output": [ + "[3, 6, 2, 5, 4]" + ] + }, + { + "input": "{'passages': \"The lights dimmed , the musical hall grew quiet and out walked the conductor shiny and white and 4 feet and 3 inches tall .ASIMO , a robot designed by Honda Motor Co ., met its latest challenge Tuesday evening : Conducting the Detroit Symphony , in a performance of The Impossible Dream from Man of La Mancha .Hello , everyone , ASIMO said to the audience in a childlike voice , then waved to the orchestra .As it conducted , it perfectly mimicked the actions of a conductor , nodding its head at various sections and gesturing with one or both hands .ASIMO took a final bow to excited shouts from the audience .<1>Honda spokeswoman Alicia Jones says it is the first time ASIMO has conducted an orchestra , and it may be the first time any robot has conducted a live performance .<2>ASIMO 's engineers programmed the robot to mimic Charles Burke , the Detroit Symphony 's education director , as he conducted the piece in front of a pianist about six months ago .<3>It 's not a communicative device .<4>If the orchestra decides to go faster , there 's nothing the robot can do about it .Hopefully , I keep that under control .<5>The movements are still a little stiff , but very humanlike , much better than I thought , Hutchinson said .\", 'candidates': ['But I will also , I hope , remind her of what she learned , and how she can do better next time .', \"It simply is programmed to do a set of gestures , said Leonard Slatkin , the orchestra 's musical director .\", 'But ASIMO has its limits .', 'Later , cellist Yo-Yo Ma joined ASIMO onstage to receive an award for his efforts in music education .', \"Bitterness appears when we ca n't forgive someone who has hurt us or made us angry .\", 'But several musicians also said ASIMO was more realistic than they expected .', \"But it ca n't respond to the musicians .\"]}", + "output": [ + "[3, 2, 6, 1, 5]" + ] + }, + { + "input": "{'passages': \"problem There are many factors which may have an influence on adults and children being able to lead a healthy life .<1>Often , both parents work outside the home .Children are expected to take on more responsibility at home to help their parents .They also have sporting and leisure activities as well as school expectations .The business also adds another factor : the need to use cars to get from one place to another quickly .<2>Computers , DVDs .CDs , television , Play Stations and Xboxes have become major leisure activities , rather than traditional more active pursuits .This has led to a lifestyle of less exercise .<3>Unfortunately , they also promote fast food which fits easily into busy lifestyles .It is much more convenient at times to buy a quick takeaway rather than prepare a meal .The media constantly bombard their audience with perfect ' body images , the need to buy the most fashionable clothes , the most up-to-date computer games , the best places to visit and the best things to do .Environments vary .<4>This can be harmful to people who suffer from breathing difficulties .Environments where passive smoking is unavoidable make it difficult to lead a healthy life .<5>Any person who wants to be healthy will find a way to be healthy -if he or she is motivated enough !\", 'candidates': ['The media provide entertainment and information .', \"Advertisements play an important role in people 's life .\", 'We may be exposed to pollution , such as cigarette smoke .', 'Nowadays people are very busy .', 'People are living in a bad air environment .', 'The important one is the motivation or the desire to be healthy .', 'Today , society places a lot of emphasis on technology .']}", + "output": [ + "[3, 6, 0, 2, 5]" + ] + }, + { + "input": "{'passages': '<1>Here are some good table manners for you .<2>Because people think that is not polite .<3>Talking with food in the mouth is very rude .So you must eat the food quietly and slowly .<4>Do not talk with others when you have food in your mouth .It is good to eat all the food on your plate .This means you like the food very much .<5>And this can make the host very happy .When you finish eating, you can place your knife and fork together .', 'candidates': ['If you have dinner with people in the west, I think you must pay more attention to the table manners .', \"They don't need a lot of space, don't make a lot of noise, and don't eat a lot for their size .\", 'Remember to say the food is nice .', 'If you eat too fast, people think you are rude too .', 'People will say Excuse me when they want to burp .', 'They say that if it is wrong to kill an animal for food, it is worse to kill it for clothing .', 'When you eat something, try not to make a noise or burp at the table .']}", + "output": [ + "[0, 6, 4, 3, 2]" + ] + }, + { + "input": "{'passages': \"The family is where a child learns words and their meanings .What you say and how you say it has an important effect on how your child will view himself and his world .<1>Their cries let the family know that they are hungry , tired or need to be held .The family is how a child learns to understand and to express his wants , needs , feelings opinions and ideas . Include your child in conversations from the very beginning .Help him join in .At first the sounds are babbling .<2>Families who include their children in conversation give their children important practice in communication and social skills , as well as a better chance for future success .<3>Talk about what you did , what you are doing , and what you plan to do .Provide your child with words for his feelings .Help him to state them .A child who can say , `` I am disappointed '' , or `` I 'm really happy '' can share more about his world .A child who can use words will feel more safe .Encourage your child to speak up and ask questions .<4><5>From the time they are very young , they can tell when adults are distracted or not listening .If they think their part of the conversation is not being listened to , they will become mad . Take the time to build communication within your family .Think about the words you use and take the time to truly listen to what is being said .\", 'candidates': ['Let your child talk on the phone', 'Give your child words for everything .', 'Then slowly the child learns to join in .', 'Children are really aware of adult communication .', 'Young children especially like to see their words in print .', 'This is a way to learn more about the world , and contribute to conversation .', 'Babies communicate their needs and wants from the first moments of their life .']}", + "output": [ + "[6, 2, 1, 5, 3]" + ] + }, + { + "input": "{'passages': \"I still remember my first time going to the Chinese company 's canteen .When I stepped onto the elevator , each one was full of people .<1>However , there was no sign of fire and people were laughing and talking .I followed the flow of the crowd to the doors of the canteen .It occurred to me that in China everyone takes lunch at the same time .<2>The cafeteria followed this schedule , only being open a few hours per day .When I stood in the doorway , I realized I had to act fast or I would be left behind .<3>Everyone lines up and takes a tray but instead of silverware , there are chopsticks and soup spoons .As I was pushed along the line , I saw dishes I did n't recognize and as people cut in line and picked up dishes left and right .<4>I ended up going with a pork and cucumber dish and a tofu salad .I have been at my company for over a year and a half .<5>I have learned what dishes I like , mostly by trial and error , and a lot of the workers know me and say hello . I am still getting used to eating lunch at `` lunch time '' , but I think the schedule definitely helps keep me on track during the day .I wish there was something like this at offices in my hometown .\", 'candidates': ['I thought I had missed a fire drill .', 'There was no emergency , it was just lunchtime .', 'I noticed things at lunchtime were a bit different .', 'I felt that I needed to make some quick decisions .', 'The canteen reminded me of my school lunch room .', 'And now I am glad to say I am more confident in the canteen .', 'I was not very familiar with the local food or restaurants in China .']}", + "output": [ + "[0, 1, 4, 3, 5]" + ] + }, + { + "input": "{'passages': \"There are many differing thoughts on the effectiveness of hypnosis as a kind of treatment .<1>There have been a number of controlled studies in recent decades and they all seem to agree hypnosis most definitely does work .<2>In a study released in the Journal of Clinical Psychology to test the helpfulness of hypnosis in losing weight, 109 volunteers (ranging from the age of 17 to 67) completed a behavioral treatment either with or without the addition of hypnosis .The treatment took nine weeks and during return check-ups both eight months and two years after the treatment the people who used hypnosis showed a continued weight loss rate much higher than the people who didn't .<3>In 2009, researchers at Hull University found that hypnosis had an influence on brain scans .<4>This shows that hypnosis is not just a placebo treatment as some doubters claim it is .Our study shows hypnosis is real, said British psychologist Dr .<5>This piece of research shows that hypnosis works and also exactly how it works .There are also studies proving that hypnosis works for pain relief, improving skin quality, improving confidence as well as helping with many other problems .If you've ever thought about using hypnosis but were not sure whether it would work for you, you should now have all the proof you need to use hypnosis with confidence .\", 'candidates': ['Within this essay I will discuss just two of many studies about hypnosis and how they show that hypnosis works .', \"The study stressed the importance of getting parents involved in their children's eating habits .\", 'Research from Middlesex University in London shows that just smelling chocolate can shift brain activity towards greater attention .', 'This shows that hypnosis had an influence on brain activity that can be picked up on brain scans .', 'Those who used hypnosis were much better at achieving their ideal weight goals .', 'Michael Heap who was involved in the study .', 'However, scientific studies seem to have concluded that hypnosis is not only a true kind of treatment but also highly effective .']}", + "output": [ + "[6, 0, 4, 3, 5]" + ] + }, + { + "input": "{'passages': \"We are forgetful .With time going by , our brains seem to be slowing down-and that can be a very unpleasant thing .<1>Read on for some techniques worth trying.1 .<2>People who regularly made plans and looked forward to upcoming events had a 50 percent reduced chance of Alzheimer 's disease , according to a recent study .<3>evidence that people who have a purpose in life or who are working on long or short-term goals appear to do better .In other words , keep your brain looking forward.2 .Go for a walk . Mildly raised glucose levels can harm the area of the brain that helps you form memories and physical activity can help get blood glucose down to normal levels .In fact , exercise produces chemicals that are good for your brain .<4>3 .Learn something new . Take a Spanish class online , join a drawing club , or learn to play cards .A study found that mental stimulation limits the weakening effects of aging on memory and the mind .But the best thing for your brain is when you learn something new and are physically active at the same time .<5>Or you can go dancing with your friends .\", 'candidates': ['Focus on the future .', 'This can be especially harmful to the aged .', 'It should be something like learning gardening .', 'So take a few minutes each day to do some reading .', \"But do n't worry if your schedule is n't filled with life-changing events .\", 'Luckily , research shows there is a lot you can do to avoid those moments .', 'In other words , when you take care of your body , you take care of your brain.36 . 37 . 38 . 39 . 40 .']}", + "output": [ + "[5, 0, 4, 6, 2]" + ] + }, + { + "input": "{'passages': \"problem , Culture shock is a special disease for people who have suddenly moved to a foreign country .<1>Culture shock is caused by the anxiety that results from losing all familiar signs of social communication .<2>When to shake hands and what to say , when we meet people , when and how to give tips , how to do shopping , when to accept and refuse invitations , when to take statements seriously and when not .These signs , which may be words , gestures , facial expressions , or customs , are acquired by all of us in the course of growing up and as much a part of our culture as the language we speak or the beliefs we accept .<3>Now when a person enters a strange culture , all or most of these familiar signs are removed .No matter how broadminded will you may be , a series of supports have been knocked from under you , followed by a feeling of failure in much the same<4>way .`` The ways of the host country are bad because they make us feel bad . ''When foreigners in a strange land get together to complain about the host country and its people , you can be sure that they are suffering from culture shock .Another phrase of culture shock is regression .The home environment suddenly becomes very important .To the foreigner , everything becomes unreasonably beautified .All the difficulties and problems are forgotten and only the good things back home are remembered .<5>\", 'candidates': ['Nowadays a lot of people work at home .', 'The children are taught to respect different cultures .', 'Like most illnesses , it has its own symptoms and cures .', 'It usually takes a trip home to bring one back to reality .', 'First they reject the environment which causes discomfort .', 'Those signs include many ways in which we are used to the situation of daily life .', 'All of us depend on hundreds of these signs , most of which we do not carry on the level of conscious awareness .']}", + "output": [ + "[2, 5, 6, 4, 3]" + ] + }, + { + "input": "{'passages': \"In early spring ,<1>Cold air , bringing rain or even snow , easily tears up the warmth of the spring within a night .However , with the coming of Guyuthe Grain Rain , the blue sky and gentle winds would finally stay .Falling usually on or around April 20 every year , Guyu is the sixth of the 24 solar terms .<2>Sow grains This is an important period of the growth of grains .The ancient Chinese already knew that as Guyu comes , the weather will become warm enough for sowing .<3>Hope for safety and harvest<4>, they will hold some ceremonies on Guyu , hoping for safety as well as harvest during the coming fishing season .Watch the peony Its also a great time to see the peony , which is known as `` the Queen of All Flowers '' in Chinese culture .As a result , watching peonies becomes one of the most enjoyable activities for many .The flower is said to be the favourite of Empress Wu Zetian of the Tang Dynasty , who was the only woman ruler in Chinese history .Pick tea leaves Tea leaves picked before Guyu are among the best tea leaves .<5>So the habit of drinking tea at this time of year has become a tradition in some places of China .\", 'candidates': ['It is said that the tea leaves picked on the day of Guyu can drive away bad luck', 'For those living near the sea', 'The farmers usually catch the chance to plant rice , corn and beans', 'the weather is becoming warmer and warmer', 'It means the beginning of a lively summer and people get busy from now on', 'It means the coming raining season last for a long time and people are free', 'the changing temperature usually makes a number of Chinese people uncomfortable']}", + "output": [ + "[6, 4, 2, 1, 0]" + ] + }, + { + "input": "{'passages': \"How to Care for Your Ears ?Ears not only let us hear , but they also play a role in maintaining our balance , which is vital to our ability to function in daily life .Yet , we ignore them .We ca n't even see our ears , e xcept in a mirror .We take for granted what they do for us day in and day out until we notice something 's wrong , such as when an earache strikes or when we start having to ask people to repeat what they say .<1>Clean your ear with a washcloth covered finger only .Never put anything inside your ear canal , including cotton swabs .<2>Leave earwax alone .Wax is your ear 's way of eliminating anything foreign that gets into the ear canal .<3>If you find you have too much earwax , use a few drops of earwax remover in the canal .After a few minutes , wash the ear with warm water .Avoid noisy places .Rock concerts and construction sites are just a few places that frequently have noise levels that can damage hearing .Any place where y ou have to shout to be heard should be avoided .<4>Be careful not to play MP3 too loud , especially if using earphone .Be careful with illness and medications .Respiratory illnesses should be treated to avoid their spread to the ears .Certain medications can damage hearing , so follow the directions carefully before taking them .See your doctor if you suffer from sudden hearing loss or hear noises in your head .<5>\", 'candidates': [\"Most people do n't need to clean wax out of their ears .\", 'In such case , go to see a doctor as soon as possible .', 'These can be symptoms of a serious illness which needs to be treated .', 'This article will show you how to care for your ears .', 'Turn the volume down', 'Avoid using earphones while listening to MP3 .', 'Your ear canal is very narrow , and a swab can damage it .']}", + "output": [ + "[3, 6, 0, 4, 2]" + ] + }, + { + "input": "{'passages': \"<1>She had to go to the party with her friends because her husband has been to another city to go on a business trip .Later that night, she was busy in dressing up herself as a ghost, including putting on masks and some special costumes .<2>Suddenly, there was a knock on the front door .<3>She had told him to come straight in if ever she failed to open the door and to leave the bread on the kitchen table .<4>To her surprise, it was her husband who changed his plan and came back home 2 days earlier .The husband called his wife's name happily and looked for her all around .<5>But it was too late .Her husband let out a cry and jumped back several steps .Then he lost his sense and lay on the ground .\", 'candidates': ['Nancy was so excited that she ran to her husband without realizing she was a ghost at that moment .', 'In the future, part of him would like to be a musical director to turn his beloved Star Wars into a ballet .', 'She knew that it must be the baker .', 'After finishing it, she went downstairs to look at herself in the mirror .', \"She knew that I had not allowed myself to show the emotions I'd been feeling .\", 'Nancy would like to take part in a fancy-dress party .', 'Not wanting to frighten the poor man, Nancy quickly hid in the storeroom under the stairs .']}", + "output": [ + "[5, 3, 2, 6, 0]" + ] + }, + { + "input": "{'passages': \"Parents are often scared to talk to their kids about money .In fact kids need to understand how to save and manage their money .Proper preparation of your children , even at a young age , can start them down the path of a successful financial life .<1>Talk early and often Children start learning about money long before their first savings account , job or credit card .<2>Avoiding the subject until your child needs a bank account can make the conversation hasty and confusing .<3>A trip to the grocery story is a good time to explain price comparison , value and inflation .An ATM stop offers a chance to explain that money does n't actually come from a machine .You can discuss both earned income , investment returns and even inheritance .Opening bills is a chance to talk about payment for services , credit card debt and interest rates .Children need to be taught about debt , specifically loans and credit cards . Talk about giving . Children should learn that money does n't always need to be used for them .<4>Do n't just write the charitable check .Get the kids involved in the process by asking them to pick and check . Websites like http : // www .charity navigator .org and guidestar .org provide information and ratings .<5>If they open a savings account , they can place their savings in the bank to earn a small amount of interest .Besides , they can learn about fees , account maintenance and even interest .It can provide a motivation for them to save money .You can offer them a praise if they put the money into savings .\", 'candidates': ['It can also provide assistant to others .', 'Open a checking and savings account .', 'Children are eager to know about money .', 'Everyday activities are teachable moments .', 'Parents should help their children know how to use money .', 'Here are some tips that might help you teach kids about money .', \"Begin the conversation even before they 're in school by talking about work and money .\"]}", + "output": [ + "[5, 6, 3, 0, 1]" + ] + }, + { + "input": "{'passages': 'problem The Pleasing Sound of a Rainstick A stick is a long tube that is carved out , with small sticks or other materials pushed inside so that it has a somewhat smooth surface on the outside , but small barriers inside .These can be in a lined pattern , for a specific sound , or placed at random for a more varied effect .It is then filled with a variety of different things , like small stones , or beads , or even rice , and the ends are capped to provide a seal .<1>The origins of rainsticks are not really known and so the stories are quite varied .Some people say that the ancient peoples of Chile created rainsticks from dried cactus , with the sharp points taken off , pushed back inside and then filled with small stones .<2>The Deaguita Indians survive even today , and they are still using them in many of their rain ceremonies .They also make them as musical instruments .<3>Turning the stick over quickly will produce a higher sound , while turning it slowly will produce a deeper effect .How long the effect lasts depends on how long the instrument is .The tube also affects the quality of the rain sound as well .If you make them from some kind of absorbent material , like cactus or bamboo , you will hear it better than if you were to make it from cardboard tubing .A rainstick can be made from almost any kind of material and the types of things that you can use as fillings can be even more varied .<4>Usually , these school projects are made using a cardboard tube , like the center from a roll of toilet paper or a paper towel tube .Tooth picks are then inserted , with the exposed ends cut off and glued in place .<5>', 'candidates': ['You can even make your own rainsticks , and they are often part of school projects where they are used to help children learn the history of Indian peoples .', 'When turned upside down , these materials fall down through the tube , bouncing off of the barriers to produce a calming rain-like sound .', 'These were then capped with pieces of wood on the ends and used in ceremonies to bring rain to their crops .', 'One end is capped off with poster board and filled with rice or beans , and then the other end is sealed .', 'You can get different rain sounds , depending on how fast you turn the rainstick itself .', 'This rainstick can never be opened according to the scared writings of the ancients .', 'They can be three feet or longer depending on what the tube itself is made from .']}", + "output": [ + "[1, 2, 4, 0, 3]" + ] + }, + { + "input": "{'passages': \"Instagram is containing so many photos of food--now a pop-up diner in London is taking advantage of this new trend by letting people settle the bill for their meals simply by uploading photos of their dishes to social networks .I always thought people's taking pictures of their food was kind of silly, but at this new pop-up restaurant in the UK, I'd probably do it too .<1>The restaurant belongs to frozen food giant Birds Eye, who came up with the idea to cash in on people's addiction with photographing food and sharing the pictures online .They conducted a survey and found out that more than half of the British population regularly took pictures of their meals .<2>The pop-up diner was open in Soho, London for three days in May, and is now moving to other major UK cities .<3>The restaurant is a part of Birds Eye's 'Food for Life' campaign, a new marketing project that aims at changing the way people look at frozen food .Taking photos of food enables people to show off and to share their mealtime moments--from the everyday to the special, said marketing director Margaret Jobling .<4>And the pay-by-picture concept has proven to be an effective way .<5>Last year, in a cafe in Germany customers pay by how much time they spend there, not by what they eat .\", 'candidates': ['The reaction to The Picture House has been great so far .', \"They serve two-course meals that customers don't have to pay for, if they photo and Instagram it .\", 'The stories were good, but the errors this woman had found showed that we were far from being excellent .', \"They are pretty heavy, but we don't want people taking them on the train or into the subway, Knie said .\", \"'The Picture House' is the world's first pay-by-photo restaurant--you order, click a photo of the food, share on Instagram and eat for free!\", 'So they realized it was a better way to advertise their new dining range .', 'Alternative payment methods are actually gaining popularity among a lot of businesses .']}", + "output": [ + "[4, 5, 1, 0, 6]" + ] + }, + { + "input": "{'passages': \"Recently , a study showed that changes found in astronauts ' eye tissue might cause vision problems , and possibly even blindness .<1>Larry Kramer of Texas Medical School in Houston and his colleagues carried out MRI scans on 27 NASA astronauts after they had spent an average of 108 days in space .About half of them had some problems in their optic nerve or eyeball .The changes match those seen in people with idiopathic intracranial hypertension , a rare condition in which the pressure of blood is abnormally high in the brain .People with the condition experience headaches , nausea and vision problems including blindness .<2>It is not because of the sunlight in space or the spacecraft 's function , says Kramer .One likely reason is that blood which normally pools in the legs is shifted toward the skull , raising pressure .The findings are similar to the results of a survey of 300 astronauts carried out in 2011 .<3>If astronauts are exhibiting these changes after only 100 days in space , what will happen on a three-year flight to Mars ?<4>Deteriorating vision could seriously damage astronauts ' ability to carry out routine mission tasks , including monitoring displays and navigating the rocky landscape of Mars , says Kring .This possibility , combined with what we already know about how micro-gravity affects muscles and bones , paints a dark future for human space flight unless we start to develop effective measures .Kramer says that NASA has the matter in hand .<5>This includes those yet to travel into space , providing a baseline from which any changes would be obvious .He also believes it might be possible to identify astronauts ' risk of eyesight damage from medical data before sending them into space .\", 'candidates': ['As a result , keeping fit and having regular health checks are both important as well .', 'As well as threatening the health of astronauts , this could influence long-distance missions into space .', 'In space , the changes are probably caused by living in free fall .', 'In the wake of the study , all astronauts now have regular brain scans .', 'The damage in vision was reported by 29 percent of astronauts on short-term missions , and 60 percent on long-term missions .', 'asks Jason Kring , who studies human performance in extreme conditions at the Embry-Riddle Aeronautical University in Florida .', 'In the experiment , twelve volunteers watched a picture while researchers monitored their brain activity .']}", + "output": [ + "[1, 2, 4, 5, 3]" + ] + }, + { + "input": "{'passages': \"A : Hi , He Fang !Do you have time this Saturday ?B : Yes , I do .A : Great .<1>Do you want to come , too ?B : Yes .<2>A : Well , we can play with the children and tell stories to them .B : OK .<3>A : That 's great .Wang Lin will go with us .B : Really ?<4>A : Yes , and she can dance , too .B : Great .<5>A : See you .F You can go out with me .\", 'candidates': ['But what can we do there ?', 'She sings well and she can sing with the children .', 'Well , see you this Saturday .', \"I want to go to the children 's home .\", 'I know many interesting stories .', 'That sounds good .']}", + "output": [ + "[3, 0, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"<1>Mark is one of them .The difference between Mark and other climbers is that he lost both his legs when climbing .New Zealand's highest mountain, Mount Cook .He was caught in a big ice hole and he had to have his legs cut below the knees after he was saved .But that couldn't make Mark lose heart, who has become the first person with man-made legs to reach the top of Mount Everest .<2>His wife, Anne got the phone when she was sleeping .She couldn't hear him clearly on the phone .<3>She also said his legs didn't work well sometimes, so her husband was carrying a spare leg and repair tools .Mark used to be a mountain guide before his accident .<4>I'm not doing this to be the first .<5>I want to send a message that I can do-anything better .\", 'candidates': [\"From the top of the world's highest mountain, Mark called his wife to say he made it .\", 'He thought for a moment and said, I hope you will do one more thing for our company before you leave .', 'Lots of people make it as their aim to get to the top of Mount Everest .', 'She was unable to say when he reached the top but thought it was around mid-day .', \"Dominique treats Mary like a maid and does everything she can to make sure Mary doesn't get into the top dance school .\", 'He said it was not important that no one like him had ever reached the 8850-meter mountain .', 'I have been climbing most of my life and I just feel Mount Everest is really a great aim .']}", + "output": [ + "[2, 0, 3, 5, 6]" + ] + }, + { + "input": "{'passages': \"<1>Its animals, plants and landscapes have evolved over one thousand years, and there are about a million different natural species in Australia .More than 80 per cent of the country's plants and animals are unique to Australia, along with most of the fish and almost half the birds .Australia has more than 140 species of marsupials ,including koalas, wombats and the Tasmanian devil, now found only in the Australian wilderness .More than 750 species of birds have been recorded in Australia, 350 of which are found nowhere else in the world .<2>There are also 55 differernt species of macropods--the kangaroo family--native toAustralia .They vary greatly in size and weight, ranging from half a kilogram to 90 kilograms .<3>Despite the large size of the continent, the majority of Australians live on the coast and in major cities--around 75 per cent of Australia's population lives in city areas .Australia is the driest continent on earth .<4>These dry areas extend from the large central deserts to the western coast .<5>This has given Australians a great challenge .They have to make the best use of the variety of regions to meet the competing demands of agriculture, economy and conservation .\", 'candidates': ['Among them are the kookaburra, the rainbow lorikeet and fairy penguins .', 'The things I like doing are singing, dancing, hanging out with my friends and just being lively and funny .', 'Soils in these areas are very poor compared to other deserts .', 'Its center has one of the lowest rainfalls in the world and about three-quarters of the land is dry .', \"The country's most traditional dance is highlighted every February at the Rio Carnival, which is one of the world's biggest .\", 'The country has been making every effort to protect its natural heritage .', 'The Australian continent is a land like no other .']}", + "output": [ + "[6, 0, 5, 3, 2]" + ] + }, + { + "input": "{'passages': \"You could have poor eyesight because you didn't spend enough time outdoors as a child, according to the conclusion of some studies on short-sightedness published in the Optometry and Vision Science .<1>This means we should allow the eyes to develop the way they should in childhood .Children need to spend more time outdoors, focusing on distant objects, say the Australian researchers .<2>According to one study on short-sightedness, the risk of developing short-sightedness is great -- about 60 percent -- in children who get five hours or less per week of outdoor activities .<3>Spending time outdoors can even help people overcome a genetic predisposition to short-sightedness .Children with parents who are short-sighted can bring down their risk by spending a few hours a day outdoors, suggest the findings from another of the studies presented at the conference .It's being in an outdoor environment that seems to be important, not the type of activity .<4>So encourage children to balance the time they spend reading and studying with time outside .<5>If it's hard to find that time, then cut the amount of television and reduce the time they spend on computer games and get kids to take frequent breaks outdoors when reading and studying .\", 'candidates': ['This means that you may develop the disease long after your exposure to asbestos .', 'Studies show that both active and passive outdoor activities have the same protective effect .', 'This gives the eyeballs a chance to develop as they should .', 'Two to three hours a day outside of school hours is the suggested amount by scientists .', 'But if they do outdoor activities for 14 hours or more a week, the risk drops to 20 percent .', 'Almost one in ten admits spending up to three hours outside their normal working day checking work emails .', \"Although short-sightedness can easily be corrected with glasses or contact lenses , it's much better to prevent it altogether .\"]}", + "output": [ + "[6, 2, 4, 1, 3]" + ] + }, + { + "input": "{'passages': \"The art of academic writing is not easy to master .<1>Academic writing is the skilful exposition and explanation of an argument , which the writer has carefully researched and developed over a sustained period of time .<2>But the joy of reading and sharing with others , one 's succinctly composed piece of argument , is incomparable . Before beginning to write , the writer must ask himself a few questions Why am I writing ?What is it that I intend to share with others ?What purpose will my writing serve ?Have I read enough about the topic or theme about which I am going to write ?<3>Because academic writing is a serious activity it makes one part of a shared community of readers and writers who wish to disseminate and learn from well-argued pieces of writing . The structure of an argumentative essay should take the form of Introduction ( which should be around ten percent of the entire essay ) , Body ( it should constitute eighty percent of the piece ) and the Conclusion ( again , ten per cent of the essay ) .<4>The body should include cogent and coherently linked paragraphs and the conclusion should re-state the argument and offer a substantial ending to the piece .\", 'candidates': ['These questions may well get clearer and clearer during the process of academic writing .', 'The introduction should function as the hook which draws the reader in and holds his attention .', 'It is a formal skill , which requires precision and accuracy , and is perfected by continuous and dedicated practice .', 'If one is hesitant to answer even one of the aforementioned questions , one had better not write at all !', 'It may take one a considerable period of time to know the skills of academic writing , even long after his/her college graduation .', 'It is a time-consuming activity and demands patience and perseverance .']}", + "output": [ + "[2, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \", .( 5 )<1>My sister likes candies very much , but she never brushes her teeth after eating them .<2>I have asked my uncle to stop smoking many times , but it did not work .<3>Tony always goes to sleep after meals .<4>Most children like to eat at KFC or McDonald 's .<5>Nowadays , many students like watching TV at home on weekends for a long time .\", 'candidates': [\"I think it 's a bad habit . Going for a walk after meals is good for us to keep fit and healthy .\", \"The food there tastes good , but I think it 's junk food . We should take care of our eating habits and eat more food with high vitamins and eat less meat .\", \"It 's very important to protect our teeth . Eating too many candies is not only bad for our teeth but also bad for health .\", 'We can see the colorful world by watching TV with our eyes . But we should protect our eyes carefully . We should let them have a rest after watching for one hour .', 'Many people died from smoking them . Smoking brings us serious hurt , and we should get away from it .']}", + "output": [ + "[2, 4, 0, 1, 3]" + ] + }, + { + "input": "{'passages': \"<1>It's open from 8:00am to10:00pm .The supermarket is very new and big with four floors .<2>You can buy all kinds of things .Look!<3>If you want to buy gloves, scarves , T-shirts, shoes and all kinds of clothes, you can come to the second floor .<4>Children like the fourth floor a lot, they can buy their favourite books, CDs and beautiful toys .The things in the supermarket are not expensive , sometimes the things are on sale, so there are always a lot of people .The workers in it work hard .<5>\", 'candidates': ['They are very friendly and helpful .', 'If you enjoy being a scholar,and like the company of scholars,go to a university .', 'They can explain when you are allowed to leave and how much attention you have to give .', 'If you want to go shopping, please come to this supermarket .', 'There is a supermarket called Shopping Center near my house .', 'There are all kinds of TV sets and fridges on the third floor .', 'On the first floor, you can buy vegetables, meat, eggs, juice, and so on .']}", + "output": [ + "[4, 3, 6, 5, 0]" + ] + }, + { + "input": "{'passages': \"<1>Though Arab-Americans as a community have made great contributions to American society in fields from literature to politics to medicine , many Americans know very little about Americans of Arab backgrounds .Arab history in the United Statesgoes back to the late 1800 's when large numbers of Arab immigrants first began making their journey to a land known simply as Amreeka .<2>The first wave took place between 1860 and 1924 .<3>These new immigrants , who were mostly Christian , came toAmericain search of better opportunities .Even the doomed Titanic , which set sail forAmericain 1912 , had close to a hundred Arab passengers aboard .The majority of Arab-Americans today are descendents of the first wave of immigrants ; they are the third or more generation Americans .The second wave of immigrants followed after World War II , caused by political unrest in the Middle East .This second wave of immigrants consists of mainly Arab Muslims and continues to this day .<4>And quite different from popular belief , 64 % of them are American-born .<5>Arab-Americans are beyond the national average in both education and income .Education is important among Arab-Americans ; 82 % have high school diplomas , 36 % have bachelor 's degrees or higher , and 15 % have graduate degrees .The average income among Arab-Americans is $ 39580 , which is higher than the USaverage .\", 'candidates': ['Arab-Americans make up 3 million of the population in the United States , according to demographers .', '82 % percent of Arab-Americans are US citizens .', 'The birthday person also gives the first plece of cake to his/her most special friend or relative , usually mom or dad .', 'Do this by writing abbreviated words such as med for medicine , using symbols such as % for percent , and writing short sentences .', 'The first wave consisted of Lebanese and Syrian , and some Egyptian immigrants .', 'For many in the United States , Arab-Americans are an invisible part of the population .', 'Historians generally describe Arab immigration to Americain two waves .']}", + "output": [ + "[5, 6, 4, 0, 1]" + ] + }, + { + "input": "{'passages': \"<1>There are two pens which can write this book .One is writing growth , the other is writing caducity ( .One is describing success , the other is presenting failure .In others words , one is drawing happiness and the other is showing sorrow as well . Life is like a heavy truck , so happiness and sorrow are like the wheels .No cross , no crown .No pain , no joy .<2>One is that to live a day is to leave a day .The other is that to live a day is to enjoy a day .Just one word difference , it has reflected the complete reverse ( state of psychology .Life is like the course which is investing all the time .<3>.When you have it , you should use it well and make it develop great actions .Please remember , the active attitude creates wonderful life , or the negative attitude waste lifetime .<4>When she was about to knock at the door , she heard someone speaking in the room .A little girl said , '' Would you like some braised ( pork today ? ''Another girl said , `` No .I would like some toasted chicken . ''Following the words , the lady knocked at the door and went into the room .<5>To her surprise , there were only some pieces of thin and dry bread , two cold potatoes and a jar of water on the table .The lady asked them what was the matter .They said that they imagined that , so poor food was turned into many kinds of delicious food . When the lady left the family , she had newly understanding of happiness .\", 'candidates': ['She saw them sitting at a table .', 'Everybody wishes to live a happy life .', 'There are two different minds .', 'Life is like a book .', 'One day , a rich lady went to visit a poor , but happy family .', 'Happy life exists everywhere .', 'Therefore , for one sense , life is the capital .']}", + "output": [ + "[3, 2, 6, 4, 0]" + ] + }, + { + "input": "{'passages': \"M : Come in and sit down , please . W : Thank you .Here 's my personal information card . M : Nice to meet you , Mrs. Morgan .<1>W : No , I have n't , but it 's the kind of job I 've always wanted to do . M : Really ?<2>W : Because I think it would give me an opportunity to develop the abilities I have learned in my job . M :<3>W : I worked in a bookstore . M :<4>W : Well , it was an interesting job , but I had a few arguments with my boss . M :<5>W : He said he told me to type the letter for him and I did n't .I told him he did n't .He did n't .He then got angry with me and said I was lying .But he just forgot it . M : Oh , I see .I will talk with the manager about it and inform you later .\", 'candidates': [\"What 's your name , sir ?\", 'What were the arguments about ?', 'Why are you interested in it ?', 'Have you done this kind of work before .', 'Why did you leave ?', 'What was your last job ?', \"Why did n't you ask the man over there ?\"]}", + "output": [ + "[3, 2, 5, 4, 1]" + ] + }, + { + "input": "{'passages': \"Taking a vacation is a perfect way to help family members connected with one another , which is especially important when you consider the effects it has on children . The following will help you can how o chose the right vacation for bringing your family together . Making the time With summer filled with school work there are fewer times available for families to take vacations together .<1>You can get kids excited by packing them up for a fun-filled weekend trip in winter or spring Choosing the location The first step you 'll want to take is picking a place .There are plenty of choices , but one of the best choices is a place connected to the outdoors .<2>These kinds of activities give your family a sense of accomplishment .Setting some goals<3>You should also think about how you want the connection with your family to develop .Vacations are a chance to open up to one another .Spending a few days in the mountains with only your family members can help bring meaningful conversations in a beautiful setting .<4>One thing you do n't want is your children not getting along well with each other .Often the best solution is to keep your schedule full and include different activities .Perhaps include your children 's opinions on what they want to do . Family vacations can lead to a real turning point for family members providing a memorable experience that also makes everyone happier .<5>\", 'candidates': ['Keeping the kids happy', 'Planning some great activities', 'So , next time you plan your trip , plan accordingly .', 'But winter and spring provide their own opportunities', 'There are plenty of activities that are fun for the whole family .', 'You can take a hike , watch wildlife , or camp outside with your kids', \"Vacation should n't just be about getting away from work or seeing sights .\"]}", + "output": [ + "[3, 5, 6, 0, 2]" + ] + }, + { + "input": "{'passages': \"To be more grateful in life means that you are also allowing yourself to be happier and more satisfied with everything that has been going on around you .But with all the stress , all the disappointments and all the anxiety around you .I bet you ask yourself this question all the time : `` How exactly can I be more grateful with my life ? ''<1>.1 .Learn to live in the moment . Life is a wonderful adventure full of enriching experiences and endless possibilities .Do n't just go through the motions of repetitive activities and boring tasks .No !Being a mindless zombie can make you more likely to take things for granted .<2>, make an effort to enjoy the experience . You 're supposed to attend a conference ?Absorb it .Babysit your niece ?Enjoy the moment .Eat a 15-minute lunch ?Taste each bite.2 .<3>Being aware of your goal to be more grateful can help you look for things to be really more grateful for .Gratitude is a conscious decision .You have to practice it consistently .3 .Control your thoughts . Of course you have the power to control what you 're thinking of !Consider this exercise , for example : if you find yourself thinking more and more self-entitled , stop .<4>You are given consciousness .Make use of it wisely.4 .Always resist the temptation of comparing yourself with other people . As humans , we have the natural tendency ( to compare ourselves with others with the hope of attaining satisfaction .Actually , this kind of activity does not help you feel to be more grateful in life .<5>!You will always be meeting someone richer , which makes you fed inferior to others ! Do n't do it , please . Every little thing counts .You have the ability to make yourself feel to be more grateful in your life .\", 'candidates': ['Appreciate what you had in the past', 'And if you find yourself repeating negative junk , stop', 'It does the opposite', 'Egress gratitude all the time', 'Well , the following are some tips to help you with this particular concern ', 'Instead of doing something just for the sake of doing it', 'Words that stress you and make you feel worthless should definitely be removed']}", + "output": [ + "[4, 5, 3, 1, 2]" + ] + }, + { + "input": "{'passages': \"A : Excuse me .<1>B : No , it is n't .It 's in the bookcase .A : How about my books ?<2>B : No , they are n't .They are on the chair .A : Oh , where 's my pencil box ?B :<3>A :<4>B : It 's under the table .And your basketball is under the chair .A :<5>B : The keys ?They 're on the table .A : Thank you very much .B : You 're welcome .\", 'candidates': ['Are they in the bookcase , too ?', \"It 's on the sofa .\", \"Where are mom 's keys ?\", \"And where 's my schoolbag ?\", 'Is my computer game on the table ?', \"They 're under the desk .\"]}", + "output": [ + "[4, 0, 1, 3, 2]" + ] + }, + { + "input": "{'passages': \"<1>In Beijing it's early morning .People are sleeping .<2>They are waiting for buses or running for trains .Some people are driving their cars .<3>In Moscow it's evening and people are having supper at home or in restaurants .Some are going to watch a ballet .Some are drinking in the pubs .<4>People are working in their offices .Children are starting their lessons .New York is midday now .People aren't working but having lunch .<5>Some people are seeing friends or shopping .\", 'candidates': ['One can learn a lot of things about other places, just by meeting people who come from those places .', \"Caroline Baron's work helps people who have had to leave their home countries because of war or other dangers .\", 'In London people are leaving work to go home .', \"In Los Angeles it's morning .\", 'At this moment in different places of the world people are doing different things .', 'They are eating hamburgers or hot dogs and drinking coffee or Coke .', 'Some are having afternoon tea at home or walking to the pubs to have a drink .']}", + "output": [ + "[4, 2, 6, 3, 5]" + ] + }, + { + "input": "{'passages': '<1>Things have changed .China has banned free plastic bags in shops and supermarkets,and people have to pay for using plastic bags .The rule started on June 1st .It came because our country tried to make less litter .Making super-thin plastic bags has also been banned .<2>The bags have become a main cause of plastic pollution because they are easy to break and people throw them away here and there .So the Chinese people are encouraged to bring their own bags for shop ping .<3>Some students in Chongqing have a good idea .<4>They use old clothes to make cloth bags,and send them to their parents as presents .<5>They think it is their duty to protect the environment ., .', 'candidates': ['Do you still get free plastic bags from the supermarkets?', \"They're not there to slow drivers down and lower the road accidents; they just make money for the government .\", 'They make their own shopping bags .', 'The Chinese once used about 3,000,000,000 plastic shopping bags a day,and they have caused pollution of the environment .', 'They also ask their parents and friends to use cloth bags instead of plastic ones .', 'Whether it is a shopping bag, a food bag or a trash bag, they are all made of plastic bags .', 'What kind of shopping bag is the best to bring?']}", + "output": [ + "[0, 3, 6, 2, 4]" + ] + }, + { + "input": "{'passages': 'Are you sometimes stressed ?Singing is a simple and effective way to reduce stress .It is beneficial mainly in the following three aspects . Physical Benefits<1>This is especially recommended for the elders and those who have some form of disability in their voice .However , it is important to find a capable instructor to employ good singing techniques so as not to further damage vocal cords or lungs . Singing also helps to improve your posture .Most people think that singing begins and ends with their mouth .<2>Singing practice will get you used to the proper body position of standing and help you form the good habit of standing straight . Emotional Benefits Singing helps in reducing your depression and lowering your stress level .When you sing , your body releases chemicals that make you feel happy , easing the tension and helping you to relax .<3>Social Benefits The social benefits of singing are huge .<4>So people who suffer from stage fright are advised to sing in front of family and friends before a live performance . Singing is also very good for improving your communication skills .It is said that singing to babies helps to prepare their brains for language and may lessen the risk of language problems later in life .<5>The time spent in group singing , whether in a choir or at karaoke , creates a deep and lasting bond of friendship .', 'candidates': ['Try to regain your memory by singing .', 'First , it can help build up your confidence greatly .', 'When you sing , you can give your lungs a workout', 'Singing helps you to strengthen your immune system .', 'For adults , singing also enlarges your circle of friends .', 'In fact , the position of each body part affects your voice .', 'So , start to sing your favorite song next time you are feeling upset .']}", + "output": [ + "[2, 5, 6, 1, 4]" + ] + }, + { + "input": "{'passages': \"The Mississippi The Mississippi is a great river whose relationship with man goes way back beyond its discovery in the 16th century .The River Indians used it as a highway and as a source of food , and it was they who gave it its name -- `` misi '' meaning `` great '' and `` sipi '' meaning `` water '' .When the length of its branch , the Missouri , is added to it , the Mississippi becomes greater .<1>From the source of the Missouri to the tip of the delta , it is 2 , 480 miles long .Great rivers are likely to suffer floods .In 1927 the Mississippi flooded 26 thousand acres , sweeping away farms , towns , everything in its path .In 1938 its floods drowned or killed 200 people and made millions homeless .Today the river has largely been controlled .<2>.Industries have spread down some of the waterways of the delta , but otherwise the delta is a remote place , the homeland of a little colony of French Canadians that the British drove out of Nova Scotia in the 18th century .They still speak French , mixed with English , Indian , Spanish and Negro idioms .They keep to themselves , fanning the rich soil of the delta .<3><4>Pioneers who first reached its banks wondered not only where it went , but what lay beyond .In 1764 the French founded a city on the right bank of the river , and named it after their king , Louis XV .This city , named St. Louis , became the jumping-off place for the adventurous men and women who opened up the Great Plains , and the way to the Far West .Some 40 years earlier , at the beginning of the 18th century , the French had founded another city just above the Mississippi delta , New Orleans .<5>New Orleans is one of the great ports of the world , and one of the greatest terminals for both sea and river traffic .\", 'candidates': ['It was the Mississippi that made the city what it is', 'Levees , high banks built of earth , hold back the flood waters', \"Therefore , as we know , it 's the third longest river in the world\", \"It is known that the `` Great Water '' has also been a frontier river\", 'However , they paddled up and down the Mississippi in their boats to seek their fortune', \"The `` Great Water '' always remains a thread , for the streets of the city are below the level of the river\", 'They call themselves Cajuns , who have actually been leading fairly primitive lives and preserving their own traditions']}", + "output": [ + "[2, 1, 6, 3, 0]" + ] + }, + { + "input": "{'passages': \"Scientists and educators in the U. S. and China say it 's important to introduce very young children to new technologies .<1>They say that with the fight approach children learn not to be frightened of abstract thinking .Even before children learn to read and write they can manipulate-move and control images .<2>Mitchel Resnick is co-developer of a code-learning program called Scratch Jr .He says that is exactly what programming is all about .`` Each block tells the character what to do .You snap the blocks together , and you 've made a computer program .<3>This block make the cat go to the right .This one makes the cat jump .By snapping them together I make a computer program that makes it move and then jump .`` Parents decide how much time their children can spend using modern technology .But Sandra Calvert director of the Children 's Digital Media Center at Georgetown University , says it 's all around us. ``<4>Just as it 's a worry that there may be too much screen time there is also a concern that our children will be left behind if they do n't know how to use the technologies that are going to shape the 21 st century careers jobs and how we are going to succeed as a nation .`` Children between the ages of four and 15 use tools and machines at so-called '' maker spaces '' in Beijing .The maker space basically serves as an open-access workshop .<5>The young people are part of the so-called '' maker movement `` a do-it-yourself community connecting people who like to make things with their hands .\", 'candidates': ['There children use tools and machines like 3D printers to create and build projects .', 'Each block has a different behavior .', 'Computer scientists perform lots of research in computer theory and systems .', 'They advise developing skills from computer programming to designing electronic circuits .', 'Tablet computers with touch-sensitive screens are perfect for lining up simple commands .', 'The education and development of our children are extremely important .', 'We live in the digital age .']}", + "output": [ + "[3, 4, 1, 6, 0]" + ] + }, + { + "input": "{'passages': \"Are you worried about your skin and hair ?You take care of them so much , but you still have age marks dark circles and hair fall .Have you ever thought that it can happen because of your mental health ?<1>Caring for your mental health can make your skin and hair healthy on the inside . Do n't get out of control angry .When you get very angry , it effects your skin .Becoming very angry can age your skin .When you become angry , control yourself<2>Be patient .Understand that this is just an accident and everything will become normal later on .Remember , `` A person ca n't always be angry '' .Control yourself and think about your skin .<3>There are some people who stay up late at night and thus they have skin problems .Like age marks , wrinkles , dark spots and poor health .So , try to finish your work early and get enough sleep at night , at least 7 hours .<4>Too much anxiety or tension does great harm to your hair .Too much anxiety creates hair fall .If you worry too much , you might lose some of your hair .It 's a hormone thing which creates hair fall when you become worried .So , do n't get worried and be optimistic about everything . Exercise regularly .It is great for your whole body and also for your skin and hair .Regular physical exercise makes your blood healthy and the healthy blood travels around your body which makes your skin and hair healthy on the inside .<5>\", 'candidates': ['It is so terrible !', 'Yes , it can happen !', \"Do n't keep late hours .\", 'Take a deep breath , and try to relax .', \"Do n't get overly anxious about anything .\", 'So , work out regularly at least 15 minutes .', 'However , too much exercise causes damage .']}", + "output": [ + "[1, 3, 2, 4, 5]" + ] + }, + { + "input": "{'passages': '<1>Do you notice music playing at any of those places when you go somewhere?<2>You might even hear music in an office or on a farm .Scientists believe that music influences the way people behave .They think that the sound of western classical music makes people feel richer .When a restaurant plays classical music, people spend more money on food and drinks .When the restaurant plays modern music, people spend less money .Without music, people spend less .Scientists also believe that loud, fast music makes people eat faster .<3>This makes people eat faster and leave quickly .Restaurants can make more money in this way .Some scientists think that music makes you think and learn better .<4>It is true that people learn better when they are relaxed .<5>[ The next time you hear music somewhere, be careful .It might influence the way you do things ., .', 'candidates': ['Today most stores, stations, restaurants and other places play music .', \"By 2000, psychologists were using Mozart's music, especially his violin pieces, to help children with speech disorders .\", 'They say that music helps students to be more active .', 'We know music is very important in our daily life .', 'And listening to music can help you relax .', 'They go to offices, police stations, laboratories, and other places where their parents or other family members work .', 'Some restaurants play fast music during their busy hours .']}", + "output": [ + "[3, 0, 6, 2, 4]" + ] + }, + { + "input": "{'passages': \"<1>Not only adults use them , but little children also like them .Natasha Shykes is a mother of two kids in America .When her daughter , Kelsey , was only two years old ,<2>`` She pressed the button and the phone lit up .It seemed to be amazing for her , '' said Natasha .`` Then she got serious about the phone .She always cried for it .It seemed that she also wanted an iPhone . ''<3>So it is not difficult for little children to use them .Many applications on iPhones are designed for children who are too young to go to school .For example , children can learn more about the animals in the world by watching the videos on the phones .However ,<4>They do n't know whether they should buy their children iPhones or not .There are two main reasons .<5>Another reason is that they are not sure whether iPhones can really be used as educational tools .\", 'candidates': [\"Apple Inc. 's iPhones are easy to use .\", \"she became interested in her father 's iPhone .\", \"Apple Inc. 's iPhones may be the most popular mobiles in the world now .\", 'One is that they are afraid that children may destroy the iPhones .', 'You know we sometimes make mistakes .', 'parents are very worried about this']}", + "output": [ + "[2, 1, 0, 5, 3]" + ] + }, + { + "input": "{'passages': \"<1>5 t0 5 times greater for obese smokers than it is for people who have never smoked and are at a normal weight , according to a study published in the November , 2006 issue of the American Journal of Preventive Medicine .The study , which began with a self-administered questionnaire taken between 1983 and 1989 , asked more than 80,000 radiologic technologists aged 22 t0 92 questions about age , height , weight and smoking behavior .<2>9 being considered obese , and 35 and over being very obese .<3>Researchers then followed participants through December of 2002 , noting the number of deaths that occurred .The study involved researchers from the National Cancer Institute , the University of Minnesota and the American Registry of Radiolegic Technologists .<4>Obese smokers face a greater risk of death from cancer and circulatory disease .Current smoking is a greater risk factor for death by cancer than obesity is , generally speaking .The higher a person 's pack-years ( number of packs smoked per day times the number of years smoked ) are , the greater the risk of death .<5>And for those who were both obese and currently smoking , risk of circulatory disease increased 6 to 11 times under the age of 65 , as compared to their never-smoking , normal weight counterparts .While it 's not surprising that obesity coupled with smoking is a recipe for trouble , it is important to highlight this growing health concern in America today .Taking Charge of Your Health Making healthy choices can be difficult when we 're constantly bombarded with products that are hazardous to our health , but it 's not impossible .With education and some motivation , we all have the ability to make lasting changes for the better .If you 're an overweight smoker worried about gaining weight due to quitting , take heart .It 's never too late to change your course and even reverse damage to some extent .\", 'candidates': ['Men and women of all ages faced an elevated risk of death due to circulatory disease as BMI increased .', 'Risk of death is 3 .', 'BMI ( body mass index ) was calculated , with a BMI of 30 t0 34 .', \"Smoking behavior was analyzed by looking at a person 's tobacco consumption level , number of years smoked , and current smoking status .\", '*If you spil ( ) any chemicals onto your body or clothing , wash with plenty of water and report to your teacher .', 'Man can only drink or use the other 3 % of the fresh water which comes from rivers , lakes and underground .', 'Key Findings : 20 percent of obese adults in the United States smoke .']}", + "output": [ + "[1, 2, 3, 6, 0]" + ] + }, + { + "input": "{'passages': \"The principles about applying for jobs have altered greatly lately .<1>However , nowadays it is becoming more and more common to apply for a job through the Internet .You can find information on the Internet about how to apply for jobs .Information can be found about how to fulfill your application letter , the clothes that you should wear and how to carry out the interview itself .<2>After all , before a word has even been spoken , your body language will have already given people their first impression of you .Additionally , your body language will also give out a lot more information .<3>It can also show if you are a busy or a quiet type and it helps give an impression of whether you are speaking truthfully or not .Body language can show how enthusiastic you are and if you are a nice person , someone who will take his work seriously , but also someone who has a sense of humor and can enjoy a joke from time to time .The members of the application committee will ask you questions , but your answers wo n't only be oral .The committee will not only pay attention to what you say , but also to how you say it !<4>Everybody uses body language , but it takes place mostly at a subconscious level .<5>\", 'candidates': ['Using body language appropriately , you can definitely increase your chances of getting a job .', 'Based on your body language it can be seen if you are self-confident .', 'Body language will determine first if it clicks , and sometimes all it takes is just a few seconds .', 'English is pretty common worldwide , especially in tourist areas and you can always use body language to get your message across .', 'When we have a conversation with someone , we may be using more body language than words .', \"The importance of body language is often mentioned , but does n't always get the attention it deserves .\", 'In the past , people preferred a handwritten application letter .']}", + "output": [ + "[6, 5, 1, 2, 0]" + ] + }, + { + "input": "{'passages': '<1>You can have a lot of fun here, especially on holidays .<2>The most important one is obviously Christmas .Each year, the summer holidays at every high school last about two months from the beginning of December to February, which covers the Christmas time .Since it is a long holiday, most overseas students love to fly back to their home countries to spend the time with their families and friends, but a few students still stay in Australia during the holiday to get part-time jobs .<3>Students often take part in another major social activity .<4>The summer in Australia is from December to February, so going to the beach in December is very popular among Australians .Easter in March is another important holiday in the year .It actually combines Good Friday and Easter Monday .<5>And people usually go to see Easter Show .The Chinese New year is not a public holiday in Australia, so every Chinese student still has to go to school to study and do his or her normal duties .', 'candidates': ['Almost every shop closes on Good Friday .', 'Studying abroad is an amazing experience, especially when you come to Australia as an overseas( ) high school student .', 'They go to the beach to have fun in the sunshine .', \"It's an instant job, and after taking years of auto shop in high school, it's easy to get hired, he said .\", 'It is quite easy to find a part-time job at Christmas .', 'There are so many activities taking place all together that they leave you confused or annoyed .', 'There are many festivals in Australia .']}", + "output": [ + "[1, 6, 4, 2, 0]" + ] + }, + { + "input": "{'passages': \"<1>Growing up is not always easy When you face difficulties , what should you do ?Just sit there and wait for help ?Or believe yourself ?To have a spirit of doing by yourself is more useful than crying for help .<2>Stress is your body 's enemy .Life is n't just study , study , study .Though schoolwork is important , it 's equally important to enjoy yourself , such as listening to music , doing sports , having a meal or going out for a travel .<3>Whether it is to get to the store or get home , or if it is climbing the stairs instead of taking the lift , remembering a Because I can idea is an easy way to add more activities to your life Break the `` I 'm tired . ''or `` It is too hard . ''or `` It is too far . ''rule .Increasing your activity level will give you useful things .<4>You 'll never create any luck if you sit there to wait for it to fall into your lap .Take steps towards your goals and dreams and greet every challenge .You will find you create more luck in everyday life .<5>Some people are already lucky , and they just do n't know it .Instead of giving all your attention to what you are short of , look at how lucky you already are .You no doubt have some wonderful friends , family , and a roof over your head .\", 'candidates': ['Depending on yourself', 'Take action right now', 'Ask for help if necessary', 'Be more active', 'Feel lucky about what you have', 'Reduce pressure and have fun']}", + "output": [ + "[0, 5, 3, 1, 4]" + ] + }, + { + "input": "{'passages': \"The man who brings my milk used to knock for his money for the week's milk while I was having breakfast on Saturday morning .<1>Staff shortages mean that four men are sharing five rounds, so he has to start earlier .Delivering milk to people's homes is scarcely good business, especially when the customer may have a choice of two or three firms serving a single road .<2>There are enough men prepared to make an early morning for the sake of an open-air job with a fair measure of freedom .<3>Dairies are aware that stopping deliveries resulted in falling sales .<4>Already they have taken over many rounds given up by bakeries .One dairyman said, It wont' be long before the milkman delivers more bread that milk .<5>So the milkman is likely to remain a familiar figure .Even the returnable bottle continues to be used .As long as it has a reasonable life--30 to 40 trips are usual-- the cost of collection and cleaning is worthwhile .\", 'candidates': ['Just lately he has been arriving before I get up .', \"In ancient China, chrysanthemums (or 'mums' for short) were first planted thousands of years ago .\", 'Some milkmen deliver potatoes, and it seems as if diversification will be limited only by the size of the vans .', 'Marketing ideas have included introducing extra lines, in addition to dairy products, which the milkman can carry to increase turnover .', 'If they did stop calling, women would find it hard work to collect all the milk they need from self-service stores .', 'In spite of my local difficulties, however, labor troubles are not as sharp as a few years ago .', \"I'm glad that you're going to get an opportunity to get out of Washington .\"]}", + "output": [ + "[0, 5, 4, 3, 2]" + ] + }, + { + "input": "{'passages': \"Rumors are not always nasty , but they can be especially annoying when the rumormonger spreads something against you .Unfortunately , you ca n't just stop nasty rumors just by telling one person it is n't true .<1>However , there are better ways to handle rumors .Simply apply the tips below and see which ones suit you best : Clear the air Set things straight .<2>That is definitely more effective than just telling one person about it . Confront the source Go after the rumormonger in the first place .Most gossip starters do n't really expect people to come after them , so you 'll have the element of surprise .However , do n't attack that person physically or otherwise .Simply approach that person and tell him that he has it all wrong .It 's best to do this when you 're in a room full of people .<3>.Ignore it<4>Rumors come and go .Most of the time , it dies down and a new issue takes its place .If the rumor is n't all that bad and does n't really affect you in any way , perhaps it 's better to let this one slide .<5>If you find yourself battling with a rumor in the workplace , it 's important to tell your boss about it .Rumors , especially nasty ones , can make an influence on your work performance and how other people think of you .\", 'candidates': ['Tell your boss', 'Turn to your best friend', \"If it were that easy , rumors would n't be such a problem\", 'You should do something to make the situation better for you', 'Some people simply choose to ignore the rumor spread about them', 'Arrange a formal meeting to address the issue with many more people', \"Thus , others will also hear the truth and the rumor starter wo n't go on\"]}", + "output": [ + "[2, 5, 6, 4, 0]" + ] + }, + { + "input": "{'passages': 'A couple from Miami, Bill and Simone Butler, spent sixty-six days in a life-raft in the seas of Central America after their boat sank .Twenty-one days after they left Panama in their boat, Simony, they met some whales .<1>Two minutes later, the boat was sinking .<2>For twenty days they had tins of food, biscuits, and bottles of water .They also had a fishing-line and a machine to make salt water into drinking water -- two things which saved their lives .They caught eight to ten fish a day and ate them raw .Then the line broke .So we had no more fish until something very strange happened .Some sharks came to feed, and the fish under the raft were afraid and came to the surface .I caught them with my hands .<3>After fifty days at sea their life-raft was beginning to break up .<4>A fishing boat saw them and picked them up .<5>So the captain carried them onto his boat and took them to Costa Rica .Their two months at sea was over .', 'candidates': [\"Then, the sense of it's not fair often comes when we can't control the things in our lives .\", \"They will be children only once in their lifetime, so don't rob them of their childhood .\", 'Then suddenly it was all over .', 'They jumped into the life-raft and watched the boat go under the water .', \"They couldn't stand up .\", 'About twenty ships passed them, but no one saw them .', 'They started to hit the side of the boat, said Bill, and then suddenly we heard water .']}", + "output": [ + "[6, 3, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"problem Four Secrets to Steve Jobs ' Success How is it that a college dropout , who was once kicked out of his own company , became one of the world 's foremost innovators ?Carmine Gallo lists the four ways Jobs managed to succeed in the face of discouraging circumstances .<1>Do what you love , no matter what it happens to be .This is what Jobs told Stanford University graduates in a speech in 2005 , Gallo says the famous talk show host Rachael Ray agrees with this advice .Rachael Ray does what she loves .<2>She did that because she loved cooking .Say no to 1000 things .Simplifying his business was the key to Jobs ' success , Gallo says .In 1997 , when Jobs returned to Apple , Apple was close to bankruptcy .He took 300 products and condensed them to 10 within a two-year period .<3>In his latter years , he decided he would wear the same dress every day so that he did n't have to think about it .Kick-start your brain by doing something new .Doing new things helped Jobs , in the words of Apple '' s own slogan , `` Think differently . ''The inspiration for the Apple Store came from the Four Seasons Hotel .That 's why when you walk into an Apple Store , you will not find a cashier .<4>Walk to the back of the store and there 's a bar .It does n't serve alcohol , but it collects advice .<5>`` For Jobs , it was n't just about selling 29 million i Pads this summer but entertaining the customer at the same time , '' Gallo says .`` Whether you run a multi-billion dollar tech company or a pizza restaurant , innovation means creating a new experience for your customers , '' Jobs says .\", 'candidates': ['Do what you are curious about .', 'Create fresh experiences .', \"Instead , you 'll find a doorkeeper .\", 'Carmine Gallo says that you can do the same .', \"She was giving cooking lessons at Macy 's for free .\", \"Simplicity also extends to Jobs ' personal life .\", 'Jobs explained that iPad was not just a phone but a lifestyle .']}", + "output": [ + "[3, 4, 5, 2, 1]" + ] + }, + { + "input": "{'passages': 'Bookable study rooms The Library provides a variety of bookable group study rooms, some with presentation areas, for groups of between 6 and 12 students to use for team work .Group study rooms There are 10 Group Study Rooms on Level 30f Northampton Square Library .<1>*Rooms 3B, 3C, 3D and 3E are intended for group discussion and seminar work .<2>Whiteboard pens can be borrowed from the service desk on Level 2 .Please do not use any other writing tools on the whiteboards .<3>Presentation areas provide: *LED screen to practice presentation with group colleagues *Network access on PC with wide range of software USB port to plug in your own device or laptop Assistive Technology Rooms Assistive technology rooms are available for students by using ID cards to get access permission and can be booked for a maximum of 4 hours per person per day .<4>A scanner is provided for use with the assistive software packages .<5>', 'candidates': ['To me, 10 hours was a huge amount of time to spend helping others .', 'Maximum booking period of 2 hours at one time .', '*Rooms 3A, 3F, 3G, 3H, 3J and 3K are equipped with presentation area to help prepare group presentations .', 'For further information click Guide to Library Services for Additional Needs .', 'These cars have been newly equipped with autosteering wheels and conventional controls to allow normal driving .', 'These rooms are equipped with whiteboards .', 'Rooms are equipped with the following software: Dragon, JAWS, Zoom Text, Kurzweil, Supernova, TextHelp and Inspiration .']}", + "output": [ + "[2, 5, 1, 6, 3]" + ] + }, + { + "input": "{'passages': \"Every year, more than four million babies are born in the United States .Some parents named their children based on family, cultural or religious traditions .Girls are often named after a family member but rarely their mothers .Sons, though, are often named after their fathers .<1>Last year, Jacob was the most popular boy name and Emma the number one name for girls .These days, the choice of a baby name seems to be guided as much by individual desires as by tradition .This is shown in the fact that the most popular baby names are not as popular as they used to be .Researchers at San Diego State University in California did a study .<2>The same was true for twenty-two percent of girls .By 2007, however, the numbers were down to less than ten percent of boys and only eight percent of girls .<3>And now since we have the information on the Internet of what the most popular names are, the percentage of kids who get them actually is going down because people are able to avoid them much more successfully than they did before, said Cleveland Evans, a professor of psychology at Bellevue University .Parents can find plenty of advice on the Web and in bookstores about choosing a baby name .A lot has also been written about the possible effects that a name might have on a child's future .<4>Other studies suggest that as adults, they might be less likely to get called for a job interview .Yet other research suggests that giving a child an unusual name might help build character .<5>\", 'candidates': ['People are more and more interested in finding unusual names .', 'Every year the Social Security Administration releases a list of the most popular baby names in America .', 'Teachers teach and students learn, and many scientists are interested in finding ways to improve both teaching and learning processes .', \"What all this adds up to is a big responsibility for parents to consider what's really in a name .\", 'They found that thirty-two percent of boys received one of the ten most popular names in 1955 .', \"It's a finding that seems obvious, but parents really do matter when it comes to health habits of their teenagers .\", 'There are studies that suggest children with unusual names are more likely to be teased .']}", + "output": [ + "[1, 4, 0, 6, 3]" + ] + }, + { + "input": "{'passages': \"Choosing the Right Path to Be a `` Better '' Person Life is a constant exercise in self-improvement .In the rush to achieve , the idea of being `` better '' can become lost sometimes .<1>Here are some tips for you . Explore your talents . Everybody has some outstanding skills or interests .So it 's often necessary to be patient and trymany things before you find one that suits you .<2>For example , people loving adventure may not be interested in the quiet chess club , but someone who enjoys other quiet activities might be .Determining who you enjoy being around may help you know what you 'll enjoy .<3>No matter how much money you make , you will not be happy if you spend your entire life doing something you hate .It 's important to at least devote some of your time to what makes you happy .If you 're particularly unhappy at your job , consider why .<4>If you feel your job is n't meaningful , or is n't in line with your values , consider finding another job Experience something new . Research has shown that when we 're in our comfort zone , we are n't as productive as we arewhen we step just beyond it .<5>Because of that , we may react slowly to our own positive experiences and interactions with others , even when those are little scary .Doing so can help youachieve more .\", 'candidates': ['Do what you love .', 'Devote yourself to your job .', 'Humans adapt very quickly to positive events .', \"It 's possible that some changes may change your feeling .\", 'Similar types of people may be attracted to the same activities .', 'Try not to allow yourself to focus so much on a certain aspect of your life .', 'You may wonder how to improve yourself and fulfill your dreams in an easier way .']}", + "output": [ + "[6, 4, 0, 3, 2]" + ] + }, + { + "input": "{'passages': \"problem Is the customer always right ?<1>Shopping is very much a part of a country 's culture , and attitudes to shopping and consumers vary from country to country just as much as climate or taste in food .Recent economic hardship has given the consumers increased power in Europe because shopkeepers fight to win their share of reduced disposable income .This has meant falling prices , plenty of special offers and a re-examination of what customer service really means .<2>In restaurants in the south of the USA , for example , waiters compliment you on your clothes , ask about your day , compliment you on your wisdom of your order and then return every ten minutes to refill your glass and make sure that everything is to your satisfaction .Anyone who has waited 30 minutes to be served in a restaurant may possible dream of such customer service .<3>In fact , different nationalities expect different types of service .As a friend of mine once told me `` By the end of evening I had spent as much time talking to the waiter as to my wife . ''A Chinese-American friend loves telling people about how her Chinese mother shops for clothes .First of all she waits until they are on sale .<4>And later she finds some small fault with the product and demands a further reduction .She never buys anything at the regular price .Could you imagine trying such ways in department stores in other countries ? 0 Attitudes to service are , of course , affected by employer 's attitudes to their workers .As American waiters heavily depend on tips , they have to provide more service .But is this fair ?<5>It might not be a case of `` Is the customer always right ? ''but a case of `` How much service is it fair to expect ? ''\", 'candidates': ['People often point to America as an example of good customer service .', 'It is a question of expectations .', 'Do we think it is fair to ask shop assistants to work late evenings or on Sundays ?', 'Then she asks for a discount until she gets an even better price .', 'The answer , it seems , depends on which country you are in .', 'The way we shop shows the way we get along with other people .', 'However , do Europeans really want US style service ?']}", + "output": [ + "[4, 0, 6, 3, 2]" + ] + }, + { + "input": "{'passages': \"Susie Sunbeam was not her real name , that was Susan Brown .But everyone called her Susie Sunbeam because of her such a sweet , smiling face .<1>Her grandfather first gave her this name , and it seemed to fit the little girl so nicely that soon it took the place of her own .Even when a baby , Susie laughed from morning till night .<2>When she had learned to walk , she loved to go about the house and get things for her mother , and in this way save her as many steps as she could .She would sit by her mother 's side for an hour at a time , and ask her ever so many questions , or she would take her new book and read .<3>She never used a unkind word , but tried to do whatever would please her playmates best .One day , a poor little girl with a very ragged dress was going by and Susie heard some children teasing her and making fun of her .She at once ran out to the gate , and asked the poor little girl to come in .`` What are you crying for ? ''Susie asked .`` Because they all laughed at me , '' she said .<4>She cheered her up with kind words , and gave her a nice dress and a pair of shoes .This brought real joy and gladness to the poor child .<5>\", 'candidates': [\"That 's why we called her Susie Brown .\", 'Susie was always pleasant in her play with other children .', 'No one ever heard her cry unless she was sick or hurt .', 'She always brought brightness with her when she came .', 'Then Susie took the little girl into the house .', 'And she thought that Susie was rightly called Sunbeam .']}", + "output": [ + "[3, 2, 1, 4, 5]" + ] + }, + { + "input": "{'passages': \"<1>I'm very glad you are having a good trip now .Ottawa is very beautiful in May .I hope I can have a chance to go there one day .<2>I like my summer holiday, although it's hot at that time in America .In summer holiday, I can swim in the sea and go fishing .<3>And I am going to our hometown near Chicago with my sister, Linda, and my parents agree .<4>We are not going to take a plane .<5>I am going to fish there .And Linda likes painting .She is going to do some painting there .I'm sure we'll have a good time .Sincerely, Jack\", 'candidates': ['We are going there by train .', \"It's so cool .\", 'Dear Harry, You ask me whether you should spend the next three years at university,or get a job .', 'Our summer holiday will start next month .', 'Our uncle lives there, so Linda and I can stay with him .', 'It was as if he had found the thing he was meant to do .', 'Dear Frank, Thank you for your email .']}", + "output": [ + "[6, 3, 1, 4, 0]" + ] + }, + { + "input": "{'passages': \"We know that sometimes studying a new language can be hard work but it can be fun too -- and if we can make our learning experience fun , then we will learn better .So here are some more of our top tips for making studying fun . Firstly ,<1>-- make sure your chair is suitable and it 's at the right height for the desk .Make sure you have good ventilation and light and the space you 're in is n't too hot -- you do n't want to fall asleep !And put away anything that might distract you , like your smartphone . Rather than just staring at books and being passive ,<2>Why not record yourself and listen back to yourself speaking or reading out information .Or you could turn facts into songs and sing them out loud -- this is sure to make information stick in your head !<3>-- flashcards are very useful because they provide visual clues that help you remember things .You could also stick words , grammar rules and other bits of information on notes around your study space or other places around your house -- so for example , you can read them when brushing your teeth ! Do n't feel daunted by the amount of studying you have to do .<4>Study in small bursts and vary the topics you study so you do n't get bored and you stop retaining information .If you can , choose a time of day that best suits your natural preference .Some people work best at night while others work best early in the morning . Finally , do n't overdo it -- know your limits -- if you study too hard it wo n't be fun and you wo n't absorb information .<5>-- and give yourself a small reward when you do .\", 'candidates': ['try to become an active learner', 'So care your mental and physical health', 'get comfortable', 'So take regular breaks', 'Also be creative', \"And do n't try to study continuously all day to fit it all in\", 'But you can focus on some entertainments']}", + "output": [ + "[2, 0, 4, 5, 3]" + ] + }, + { + "input": "{'passages': 'Look at the photo .The two girls have big blue eyes and long brown hair .They are ten .<1>The one in a yellow skirt is Lily .<2>Bob is their brother .<3>He is a high school student .<4>White .<5>Their mom is Mrs .White .She is in black shoes .Look!Lucy and Lily are in the green car ..', 'candidates': ['He is in a brown coat .', \"The leg gestures often reflect one's attitude towards something or someone that person is with .\", 'Their dad is Mr .', 'The other one in an orange skirt is Lucy .', \"Lucy, a girl in my class, who I thought was not ready for change, didn't like me from the start .\", 'They are in the same class .', 'He is in a blue cap .']}", + "output": [ + "[5, 3, 6, 2, 0]" + ] + }, + { + "input": "{'passages': \"There is nobody in the world that is exactly like you : you are unique .<1>That makes the world interesting .There are people who are taller than you .Maybe your hair is the same color as your friend 's , but perhaps yours is longer than hers .<2>I am sure you have friends who are smarter than you .<3>But there are also people around you who are not good at these things .<4><5>Do you both like to finish your homework in the same day you get it ?Are you both neat ?I think in some ways you are the same , but in some other ways you are different .So shout to the world , `` I am who I am I am unique ! ''It takes all sorts to make a world .\", 'candidates': ['Are you the same as your best friend ?', 'And you also have friends who are as good at sports as you .', 'Everybody is different from others .', 'Another difference is that your hair may be straight and hers may be curly .', 'However , you can also become good friends .', 'No one likes to have friends who are smarter than him .', 'Different people make our world colorful .']}", + "output": [ + "[2, 3, 1, 4, 0]" + ] + }, + { + "input": "{'passages': \"<1>And I'm very thankful to him .I remember when I was a child my father always got up very early, quietly putting on his clothes and going off to work .To arrive in time to open his tiny store at 8:30, he needed to leave our apartment at 6:30 .After all, he had to take a bus and then the subway .The last journey was a long walk through a neighborhood much of which was full of the smell of rubbish .I learned: it is very important to work .No excuse .When I was 12, I would, on some Saturdays, go to my father's store to help out .After helping set up the outside clothing display, for the rest of the day, I'd watch to make sure no one stole anything .<2>Usually that worked, but sometimes, someone would run off with something .<3>There is no need to do that .It's true that safety is more important than money .After 10 years of hard work, he saved up enough money to buy his first car, a cheap one--he wouldn't buy one until he could afford to pay for it without borrowing money .<4>Buying necessary food and clothing won't make us go in debt .<5>\", 'candidates': [\"The cashier said, I'm sorry, but you don't have enough money to buy this doll .\", \"The unnecessary things won't give us happiness, which comes from achievement only .\", 'From my father I have learned a lot .', 'When I noticed someone looking unusual or strange, I would look the person in the eye, smile and say, May I help you?', 'I learned: buy only what you can afford .', 'I will never forget what she did that night, and how she taught me one of the best lessons I ever learned .', 'The first time, I ran after the thief but my father shouted, Martin, stop!']}", + "output": [ + "[2, 3, 6, 4, 1]" + ] + }, + { + "input": "{'passages': \"Travelling is a very enjoyable experience as it provides an opportunity to see new things .<1>The following article discusses the advantages of traveling .Traveling gives you the opportunity to disconnect from your regular life .People all have crazy schedules , work and a family to take care of , and traveling alone or with some friends can give you distance and perhaps even make you realize how important these people are to you .<2>Another great benefit is the relaxation you get .<3>When you come back you feel energetic and you are happy to be back to your daily routine .<4>They will create a bond that nothing can erase no matter what happens to the friendship/relationship .You can create photo albums and when you feel nostalgic you can experience the trips again by looking at your pictures . It 's never been this cheap to travel .With increasing oil prices the cheap travel era might be coming to an end .<5>With the Internet and all the new technology , you can plan your trip exactly the way you want it .You can choose your budget , the duration of the trip and what you want to do .\", 'candidates': [\"It 's nice to enjoy a stress-free time .\", 'As the saying goes , you never know what you have until you lose it .', 'When traveling with friends or family it creates memories of a lifetime .', 'Discovering different values and ways to get by in life is really interesting .', 'Going on a trip means that you are most likely going to spend time outside .', 'However , there are still many budget airlines fighting for your dollar right now .', 'There are many benefits other than enjoying yourself that can be realized when you travel .']}", + "output": [ + "[6, 1, 0, 2, 5]" + ] + }, + { + "input": "{'passages': \"Daily overuse of media and technology has a bad effect on the health of all children and teenagers by making them more open to anxiety , and more at risk of future health problems .<1>Many newer apps automatically show where the users are when they 're used .This can tell anyone out there exactly where to find the person using the app .<2>They are also upset about their kids spending time on Facebook accounts instead of getting down to their homework assignments , and are afraid of what can come out of their online connections .<3>One way is to make a `` social media agreement '' with your kids-a real contract they can sign .In it , they can agree to protect their own privacy , consider their reputation , and not give out personal information .<4>In turn , parents agree to respect teens ' privacy while making an effort to be part of the social media world .Parents also can help kids spend less time on the computer by putting limits on media use .<5>Avoid laptops and smartphones in bedrooms , and set some rules on the use of technology .And do n't forget that setting a good example through your own virtual behavior can go a long way toward helping your kids use social media safely .\", 'candidates': ['Trust their children more .', 'Keep computers in public areas in the house .', \"It 's important to be aware of what your kids are doing online .\", 'Besides , they promise never to use technology to hurt anyone else .', 'Spending too much time on social media can make kids feel upset , too .', 'Kids also can face the possibility of meeting the wrong person lace to face .', 'Parents often say that kids would rather be online than hang around with them .']}", + "output": [ + "[5, 6, 2, 3, 1]" + ] + }, + { + "input": "{'passages': \"E AB F AC G AD Making a public speaking is the thing that most people do n't want to do .The reason is that we are all afraid of making mistakes in front of others .But forget it now .Public speaking is easy .It 's just a simple talking , and anybody who can talk can speak in public .It is also a learned skill , developed much like other skills .<1>Use more facial expression .One psychologist feels that our facial expression is responsible more than anything else for the impression others have of us .In fact , more than 50 percent of listeners ' impression , he believes , is influenced by the look on your face .<2><3>It 's natural to be nervous when you appear before an audience .There are only a few known ways to control fear .The first is to admit it , do the thing you fear and it will be the death of fear itself .Another simple aid at the last minute before you begin , is to take a few deep breaths .That will help keep your voice under control . Polish your voice .Our voice is the main instrument we possess for communicating with people .So buy a tape recorder , practise your speech by speaking it into the microphone then listen to it .<4>Strengthen your memory .First , it 's necessary to have a burning desire to remember .<5>Second is concentration .Our success depends greatly on our ability to concentrate .\", 'candidates': ['Organize your thoughts .', 'Take away your inner fear .', 'Any kind o practice will help improve your voice .', 'There are four efficient ways to improve your speech .', \"It 's difficult to recall anything without wanting to do so .\", \"You 're the least important person in the room when you 're speaking .\", 'So , try to show how you feel about a topic through your facial expression .']}", + "output": [ + "[3, 6, 1, 2, 4]" + ] + }, + { + "input": "{'passages': \"Every scientist has a childhood dream .A scientist in China once had a dream .<1>This new type of rice would be as big as peanuts .This person is Yuan Longping '' Father '' of Hybrid rice .Yuan Longping was born in 1930 .He graduated from the Southwest Agricultural University in 1953 .<2>Since then , he has devoted himself to research and to the development of new varieties .In 1973 , together with other people , he succeeded in the development of Hybrid rice .<3>In 1980 , the technology for hybrid rice was introduced to the United States .Now his `` super rice '' has been introduced to more than 20 other countries .Because of Professor Yuan 's hard work , China now produces enough rice to feed her people every year .Last November an online survey showed<4>In his spare time , Yuan Longping loves playing the violin and listening to music .Every night , he reads for half an hour before he goes to sleep .He likes swimming , too .It is said that Professor Yuan is one of the richest people in China .But<5>, , .\", 'candidates': ['He came up with an idea for a Hybrid rice in the 1960s .', 'he cares about nothing but his research .', 'This made China a worldwide leader in rice production .', 'He wished to grow a new type of rice .', 'that most Chinese believed that Yuan deserved a Nobel Peace Prize .']}", + "output": [ + "[3, 0, 2, 4, 1]" + ] + }, + { + "input": "{'passages': \"In today 's world English has become a global language .Speaking or writing in English is a matter of global interest these days , for it is now a requirement for being able to communicate with the outer world .<1>.Enthusiasm The first thing you need to have is an enthusiasm to reach your goal .The most important thing you have to have is emotional devotion with your desire to learn English quickly .<2><3>You pass by a lot of things in English that you meet with in your day-to-day life .Things could include magazines , emails , posts on social media , websites , a piece of literary work or a newspaper .Read them because you never know what is waiting for you in there .You might find that a lot of things are already known to you but the content will surely be full of new vocabulary allowing you to improve faster . Keep a note of the new words<4>It 's a bit more important that you keep a handy notebook with you and whenever you learn a new word or expression , write down the context along with the word .Use the word in a sentence and note the meaning , too .Sometimes you may find forgetting a certain word or phrase seems impossible .<5>So , to prevent this you need to keep visiting your pages and go through the notes you have made time and time again .\", 'candidates': [\"Do n't just move on after reading\", 'Read everything you may come across', \"Do n't let yourself down if you face a difficulty\", 'However , being a human being you are built to forget', \"You wo n't achieve success if you are n't enthusiastic enough\", 'By following these tips you will improve the language quickly', 'Spend the most of your time in either listening or reading in English']}", + "output": [ + "[5, 4, 1, 0, 3]" + ] + }, + { + "input": "{'passages': \"You might say that one reason Barack Obama is president of the US is because he knows how to give a good speech .<1>These are usually praised for two reasons: he treats the audiences like intelligent adults, and he is able to express complicated ideas in a straightforward, natural way .Before becoming president, Obama was a lawyer, a college professor, and a successful writer---his two memories have become best-sellers .What's more, he has some secret weapons .<2>The textbook-sized panes of glass holding the president's prepared remarks follow him wherever he goes to speak .Writing team: Obama has a team of people who write his speeches .The writers chat with Obama for hours about what he wants to say .<3>Obama usually edits and rewrites the drafts several times .Tricks for lighthearted speeches: Make fun of the guests: Obama starts his speech by gently teasing his guests .<4>Make fun of yourself: A good rule for speechmakers: If you're going to make a joke about someone else, be sure to make one about yourself, too .Obama mocks his own poor choices for filling the position of Commerce Secretary, saying, No president in history has ever named three Commerce Secretaries this quickly .In fact, his first two nominees for the position withdrew their names for different reasons .<5>\", 'candidates': [\"Teleprompter: Obama doesn't go anywhere without his Teleprompter .\", 'They listen to recordings of past presidential addresses and seek advice from advisers .', \"2: Pay attention to what you eat and drink Don't go to bed either hungry or stuffed .\", \"His opening lines grab the audience's attention while giving them an opportunity to relax and laugh at themselves and each other .\", 'Since the first outbreak in 1976, Ebola viruses have infected thousands of people and killed roughly killed 60 percent of them .', 'Since 2004, Obama has written and delivered thousands of speeches .', 'In a process that had otherwise gone smoothly, the Obama Administration was tripped up by the problem of filling the Commerce seat .']}", + "output": [ + "[5, 0, 1, 3, 6]" + ] + }, + { + "input": "{'passages': \"Choose the best response from A to F according to the sentences given .Each choice should be used only once .Tina : What are your favorite sports ?Ben :<1>Tina : Now , tell me what you like to eat .Ben : Err , I like fish and eggs .But<2>Tina :<3>Ben : Oh , yes .I love vegetables .Tina : Do you like wine ?Ben : No , I never drink wine or coffee .<4>Tina :<5>Ben : I drink a lot of milk .It 's very good for my health .\", 'candidates': ['Do you eat a lot of vegetables ?', 'They are very good for me .', \"I do n't eat any meat .\", 'What do you drink , then ?', 'Well , swimming and running', \"They 're very bad for me .\"]}", + "output": [ + "[4, 2, 0, 5, 3]" + ] + }, + { + "input": "{'passages': \"Step Out of Your Isolation Zone Many teens-myself included-have become ridiculously self-centered , most without even realizing it .<1>We have created our own that suits us better .Sure , we know the names of the hottest celebrities and the newest trends , but those around us and issues that matter are foreign to us . In twenty years it 's not going to matter what clothes you wear or which i Phones you own .What will matter is the people in your life .<2>They only focus on themselves .They live on Facebook and Twitter , complaining to the world about how bored they are or how much homework they have instead of interacting with their siblings .When teens have a problem , they go online instead of to parents or siblings-real people who can give real advice . Teens often ignore issues around them-the homeless man asking for money , the girl at school who hides in the shadows and is afraid that someone might notice her bruises .<3>So I promise to stop caring just for myself and began to make changes .I started small , smiling and talking to my siblings and others more , helping my parents with housework , sitting next to a lonely looking student on the bus-and the change grew from there . I 've begun to interact with the world , and I 've never been happier .Finding time for others is hard , but you just need to do it .Skip a few parties or do your homework later while your siblings are playing .<4>If your soup kitchen needs donations , collect canned goods with kids at your school .When your museum needs volunteers , give time .It will be worth it , I promise .Dive into the world around you , starting with your family .<5>\", 'candidates': ['Take the opportunities that come your way .', 'Step out of your isolation zone and enter the real world .', 'Teens take care of others rather than themselves .', \"We 've been away from the real world .\", 'They seldom interact with their siblings at home .', 'Too many turn blind eyes to others , problems .', 'Teens are separating themselves from the real world .']}", + "output": [ + "[3, 6, 5, 0, 1]" + ] + }, + { + "input": "{'passages': 'I have many pen friends in many countries .Rick is my first pen friend .He is a 13-year-old boy .He is from Singapore .He lives with his grandparents .He loves music .<1>Reilo is a little girl .She is a Russian .She lives in Moscow .She is only ten years old , she can speak Russian and English .She likes volleyball .<2><3>He lives in Toronto .He often talks to me on the Internet .He likes basketball very much .<4>She lives in New York .She is my new pen friend .She is very kind .She has many pen friends in China .Gao Yu is also my pen friend .And he is a Chinese boy .<5>We talk about something interesting in school .', 'candidates': ['He can play the guitar well .', 'Sally comes from the USA .', 'Victor is from Canada .', 'She lives in Beijing .', 'She usually watches volleyball games on TV .', 'He lives in Beijing .']}", + "output": [ + "[0, 4, 2, 1, 5]" + ] + }, + { + "input": "{'passages': \"Do you usually feel you 're working hard but still ca n't reach your study goals ?Here are some quick tips to help you study better .Study with a partner or in groups Rather than living in a cave with your nose in the books all day , grab a friend from your class and study with him .<1>Step into your teacher 's shoes Ask yourself `` If I were the teacher , what would I put on the test ? ''You have probably experienced a lot of your teacher 's tests and quizzes by now .<2>Teachers have specific types of information that they want you to learn .The structure is usually the same .Paint pictures on the paper You can build your knowledge structure in the form of pictures .It 's harder to remember each piece of a puzzle individually than it is to recall the completed picture .<3><4>A hungry brain is an ineffective one .Your brain needs the proper nutrients to keep it going .Because of this , what you eat and drink also plays a huge role in how sharp your brain is .Healthy foods provide nutrients to your brain cells to keep them energized .Take breaks to relax your brain Your brain is like a muscle .It can be also tired if you overwork it<5>If you divide studying into 15 to 30 minutes blocks with quick breaks in between , your brain will feel refreshed , grateful and ready for the next challenge you throw at .\", 'candidates': ['Feed your brain from time to time .', 'It needs exercise to make it stronger .', 'Relax your brain by eating and drinking .', \"You 'd better learn from them for the next test .\", \"It 's necessary to have a long holiday and have nice food .\", 'Find ways to connect what you are learning to real life or to other concepts .', 'Group studying helps you to engage and process the information more deeply .']}", + "output": [ + "[6, 3, 5, 0, 1]" + ] + }, + { + "input": "{'passages': \"Can you imagine keeping an alien dog as a pet?This is what happens in CJ7--a wonderful movie made in China .<1>It came out in January, 2008 .<2>Dicky, a 10-year-old boy, lives a poor life with his father Ti, a worker .One day,his father finds a ball in the trash and he gives it to Dicky .The ball becomes a cute alien dog .It's a small dog with big eyes and green hair .It can talk and do magic .<3>It goes to school with Dicky .<4>When Ti falls off a building and dies, CJ7 saves his life .<5>But Dicky still wears the dog around his neck .He hopes that CJ7 will come back to life one day .\", 'candidates': [\"It's called the Skinny Player, and it's being designed by industrial designers Chih-Wei Wang and Shou-His Fu .\", 'It makes him laugh, but it makes trouble, too .', 'After the last name was called, what I saw made an impact on me .', 'Maybe some of you saw it .', 'Because the dog loses all its power , it becomes a doll .', 'The movie is about a poor man Ti, his son Dicky and their alien dog CJ7 .', 'Soon the dog comes to love Ti and his son .']}", + "output": [ + "[3, 5, 6, 1, 4]" + ] + }, + { + "input": "{'passages': 'Black Friday is the day after Thanksgiving Day and the Friday before Cyber Monday in the United States .It is a busy shopping day and is a holiday in some states .Many people have a day off work on Black Friday .Some people use this to make trips to see family members or friends who live in other areas or to go on vacation .<1>Shopping for Christmas presents is also popular on Black Friday .Many stores have special offers and lower their prices on some goods , such as toys .<2>Many people take a day of their annual leave on the day after Thanksgiving Day .Many organizations also close for the Thanksgiving weekend . Public transport systems may run on their normal schedule or may have changes .<3>There can also be congestion ( on roads to popular shopping destinations . Black Friday is one of the busiest shopping days in the US<4>One theory is that the wheels of vehicles in heavy traffic on the day after Thanksgiving Day left many black markings on the road surface , leading to the term Black Friday . The other theory is that the term Black Friday comes from an old way of recording business accounts .<5>Many businesses , particularly small businesses , started making profits before Christmas .Many hoped to start showing a profit , marked in black ink , on the day after Thanksgiving Day .', 'candidates': ['Black Friday is a public holiday in some states .', 'Black Friday is a shopping day for a lot of reasons .', 'Losses were recorded in red ink and profits in black ink .', 'Others use it to start shopping for the Christmas season .', 'Some stores extend their opening hours on Black Friday .', 'As time goes on , a new explanation of black Friday has become popular .', 'There are two popular theories as to why the day after Thanksgiving Day is called Black Friday .']}", + "output": [ + "[3, 0, 4, 6, 2]" + ] + }, + { + "input": "{'passages': \"Travel the World by Bike Rachel Hugens met her husband , Patrick , while bicycle touring .The Hugenses , who live in Boise , when not on their bikes , recently went on their latest round-the-world adventure .They visited 36 countries on a tour , touching Europe , Africa , Asia and South America .`` Traveling by bike is the ultimate freedom , '' Rachel said via email .`` On a bike , you become part of the scenery .The landscape is not framed by a window .<1>`` A growing community Dennis Swift , secretary of the Southwest Idaho Mountain Biking Association , rode across the U.S last year from Seattle to Salem , Massachusetts .Six people started the tour and three finished , riding 52 out of 56 days .They averaged about 60 miles per riding day .`` We took quite a few pictures ; we did n't keep our head down the whole way , '' Swift said .`` We got to meet different people .It 's the people that are probably most important . ''Swift also rode through the Basque Country with a group of Boise cyclists last year .He 's planning to participate in a Virginia bike tour this year .`` When you get older , your health is the number one priority . ''he said , ``<2>`` Seeing the places in between '' Traveling by bicycle forces you to visit the places in between that many backpackers traveling by bus would pass by , '' Patrick said. ``<3>`` The challenges , beyond the obvious mental and physical energy required , include navigating visa requirements , food choices , language barriers , poor riding surfaces and boxing bikes for air travel , Rachel said . Financial flexibility to travel This is the third time that the couple has quit their jobs to tour .Rachel is a registered nurse ; Patrick is an architect .Both regained their former jobs when they returned home in 2000 and 2007 .They 're uncertain what will happen this time . They 've given themselves financial flexibility by paying off their home , commuting to work by bike and avoiding some of the bills that are important parts for most ( cell phones , cable TV ) .They travel with a $ 50 daily budget . ''<4>`` Rachel said .`` We 've met some cyclists traveling long term on a $ 10 daily budget .They can travel as long as their money lasts , so they 're motivated to spend wisely . ''\", 'candidates': ['Bike tourism is on the rise in the United States and around the world , according to the Adventure Cycling Association .', \"Slowly , you can see snapshots of people 's daily lives and interact with them .\", 'Travelling alters your attitude towards the whole world .', \"What 's good for the heart is good for the brain , so riding and staying fit is sort of a priority in my life .\", 'Traveling changes your view of money and what it can do for you .', 'Every time you make a roadside stop , you have the opportunity to meet people or see something new .']}", + "output": [ + "[1, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"As most of us know , talking and listening do n't go smoothly every time .Will parents take you seriously , believe what you say , listen to and respect your opinions ?<1>But some of what happens depends on you , too .Since communication is a two-way street , the way you talk can influence how well a parent listens and understands you .So here are some guidelines to consider when talking to parents : Be clear and direct .Be as clear as you can about what you think , feel , and want .<2>They can listen better or be more helpful if they understand what you mean and what 's really going on . Be honest .If you 're always honest , a parent will be likely to believe what you say .If you sometimes hide the truth or add too much drama , parents will have a harder time believing what you tell them .If you lie , they 'll find it hard to trust you . Try to understand their point of view .If you have a disagreement , can you see your parents ' side ?<3>Telling parents you understand their views and feelings helps them be willing to see yours , too . Try not to argue or complain .Using a tone that 's friendly and respectful makes it more likely parents will listen and take what you say seriously .<4>If you think your emotions might get the better of you , do something to blow off steam before talking : Go for a run .Cry .<5>Do whatever it takes to sound calm when you need to .\", 'candidates': ['Hit your pillow .', 'If you can , say so .', 'A lot depends on your parents .', 'Think twice before you make a decision .', \"Your parents wo n't always see things your way .\", 'Give details that can help parents understand your situation .', \"Of course , this is hard for any of us when we 're feeling heated about something .\"]}", + "output": [ + "[2, 5, 1, 6, 0]" + ] + }, + { + "input": "{'passages': \"Ways to Take Care of Your Books What do you do to take care of the books in your library ?Some collectors refuse to read the books in their collection ; so the books remain in good condition .Others buy two copies of a book : they read one and leave the other untouched .However many readers must read their books but they still want to protect .<1>.Avoid Writing . You may have been told to write in your books or even to underline words , phrases , and paragraphs .But if you plan to keep the book , add it to your library or even sell it - do n't write in the book in ink .<2>Use a notebook to take notes or use pieces of paper . Avoid Food and Drinks . Food and drinks are things that may be dangerous to your books .<3>If you need to read while you eat make sure your fingers are clean and dry as you hold the book or turn the pages . Take Care .<4>Do n't let it drop to the ground .Do n't place your book with the book open , face down .You 'd better use a book cover to keep your book in the best condition .<5>.If you want to take care of your books keep your books on a shelf when you are not reading them .But also take care that the books should be placed in an upright position .\", 'candidates': ['Put it on the shelf .', 'Protect it from dust .', 'The ink may damage your book forever .', 'When you handle your book , hold it with care .', 'No one knows exactly how to protect their books .', 'So the best way is to avoid eating or drinking while you read .', 'Here are some tips to keep your books in good condition .']}", + "output": [ + "[6, 2, 5, 3, 0]" + ] + }, + { + "input": "{'passages': \"<1>Holly : How I miss the clear water and fresh air in my childhood !But everything has changed , that is , the clear water and fresh air are nowhere to be found again as they were .Above all , a great deal of waste hardly rots away .<2>Jimmy : More and more people are beginning to have a good knowledge of the importance of a safer and cleaner environment , which in turn forces the business to be cleaned up .<3>Samantha : Organic products are getting more and more popular among people , but we should know the fact that organic products might also do harm to our health in some way .<4>Patria : I 'm very much fond of growing some vegetables of my own in my small garden , for many vegetables on sale in markets are actually becoming more and more dangerous as a result of widespread pesticides .<5>Derrick : Nowadays it is very convenient for consumers to find and buy green food in supermarkets as they are clearly marked .\", 'candidates': [\"`` Organic produce is always better , `` Gold said . `` The food is free of pesticides , and you are generally supporting family farms instead of large farms . And it is tastier . ''\", 'Market research shows that small amounts of pesticides can be used on organic products . And about three quarters of organic food in Britain is not local but imported to meet the need .', 'Many cities around the world today are heavily polluted . Careless ways of production and lack of consumer demand for environment-friendly products have made pollution problem more serious . Millions of tons of glass , paper , plastic , and metal containers are produced , and these are difficult to get rid of .', \"However , today , more and more consumers are choosing `` green '' and care about the products they buy should be safe for the environment . Before they buy a product , they ask questions like these : `` Will this shampoo be bad for the environment ? '' `` Can this be reused or can it only be used once ? ''\", 'Only a few years ago , it was impossible to find green products in supermarkets , but now there are hundreds . Some supermarket products carry labels to show that the product is green . Some companies have emphasized it in their advertising that their products are clean and safe enough for people .', \"The concern for a safer and cleaner environment is making companies rethink how they do business . No longer will the public accept the old attitude of `` Buy it , use it , throw it away , and forget it . '' The public pressure is on , and gradually business is cleaning up its act .\"]}", + "output": [ + "[2, 5, 1, 0, 4]" + ] + }, + { + "input": "{'passages': \"Most of us think the telephone was invented by Alexander Graham Bell .<1>In fact , an Italian named Antonio Meucci was officially recognised as the inventor a few years ago .Who is Meucci and why was n't he known for his invention at the time ?Antonio Meucci was born in Italy in 1808 .He studied engineering and drawing .During his studies , Meucci started to experiment with electricity .<2>When two places were connected with wire , people in those places could hear each other talk .In 1850 , Meucci and his wife , Ester , moved to New York .Meucci was worried about his wife , because she had become very ill .<3>To solve this problem , he connected metal cables between his home and his workshop .This way , they could talk to each other conveniently .Meucci invited a group of people to see his new invention .They listened in amazement as the voice of a singer was heard through the wires .<4>Even worse , Meucci never applied for a patent on his invention .Meanwhile , Alexander Graham Bell was working on the same idea and in 1876 the patent for the telephone was given to him .In 2002 , more than a century after Meucci 's death , his work was finally recognised by the government .<5>\", 'candidates': ['He discovered that sound could travel through metal cables .', \"However , he wasn ' t the first person to think of the idea .\", 'Unfortunately , only a few people attended this talk .', \"He will now be known all over the world as the telephone 's inventor .\", 'He needed to keep in touch with her at all times .']}", + "output": [ + "[1, 0, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"What personal qualities are desirable in a teacher ? I think the following would be generally accepted . Firstly the teacher 's personality should be lively and attractive .This does not rule out people who are plain looking or even ugly because many such people have great personal charm .<1>.Secondly it is not merely desirable but essential for a teacher to have a capacity for sympathy a capacity to understand the minds and feelings of children .<2>-not of what is wrong but of the weaknesses and immaturity of children which cause them to make mistakes . Thirdly I hold it essential for a teacher to be both intellectually and morally honest .This means that he will be aware of his intellectual strengths and limitations and will have thought about and decided upon the moral principles by which his life shall be guided .<3>That is part of the technique of teaching which demands that every now and then a teacher should be able to put on an act-to enliven a lesson correct a fault or award praise . A teacher must be capable of infinite patience .<4>for we are none of us born like that . Finally I think a teacher should have the kind of mind which always wants to go on learning .<5>there is always something more to learn about .There are three principal objects of study the subjects which the teacher is teaching the methods by which the subjects can best be taught to the particular pupils in the classes he is teaching most importantly the children young people or adults to whom the subjects are to be taught .\", 'candidates': ['This I may say is largely a matter of self discipline and self training', 'Closely related to this is the capacity to be tolerant', 'Teaching is a job at which one will never be perfect', 'Children especially young children live in a world that is rather larger than life', 'There is no contradiction in my going on to say that a teacher should be a bit of an actor', 'But it does rule out such types as the over excitable sad cold and frustrated', 'There are two fundamental principles of British education today']}", + "output": [ + "[5, 1, 4, 0, 2]" + ] + }, + { + "input": "{'passages': \"How long can you safely freeze food ? Frozen food lasts indefinitely .But does that mean the raw chicken you bought on sale and froze will taste as good a year from now as it will three weeks from now ?No .You can cook up that chicken a year later and it wo n't harm you , but its taste and texture will be diminished .The key is knowing when frozen food starts to lose quality .<1>.Fruits and vegetables . You can freeze most vegetables and non-citrus fruits for about 8 to 12 months , according to the National Center for Home Food Preservation .( You can freeze citrus , too , but you need to take some extra steps . )Vegetables will benefit from blanching before you freeze them .<2>, which affects nutrient levels and appearance of your veggies .<3>Ground beef , turkey , veal , pork and lamb : For best flavor and texture , these ground meats are best used within three or four months of being frozen .Steaks and chops : These cuts of beef , veal , lamb or pork can be frozen for six to 12 months before losing quality .Chops of these meats start to lose quality after four to six months .Poultry :<4>; pieces of birds keep their quality for up to nine months .Fish : For best quality , fatty fish ( salmon , tuna ) should be consumed within two to three months .Lean fish ( cod , flounder ) should be consumed within six months . Soups , stews , chili and casseroles Soups , stews chili and casseroles that have vegetables , meats , grains , pasta or cheese will keep their quality for two or three months in the freezer .<5>\", 'candidates': ['Raw meat', 'General leftovers', 'Whole birds can keep their quality for up to a year', 'The point of that process is to stop the enzyme process', \"It 's still safe to eat , but it will have a lower quality taste and texture\", 'This depends on whether they are newly purchased of freshly made and frozen', \"There is n't a magic number of days for each food , but there are general guidelines to follow\"]}", + "output": [ + "[6, 3, 0, 2, 5]" + ] + }, + { + "input": "{'passages': \"Chen Yujie , 15 studies at a boarding school in Ningbo , Zhejiang<1>It was not a short ride home and the trips were tiring .Chen hoped her parents could put the money on a bank card , so she did n't have to travel so often .<2>`` It 's usually the most relaxing time for our family . ''Said Chen .She chose the right time .After a few turns of lobbying , her parents finally agreed with Chen .<3>So they have to choose a right time .US magazine Highnight recently surveyed 1,521 kids aged 6-12 in the country , asking questions like ``<4>`` Results show that American kids seem to know when their parents are most receptive .Meal time is discovered to be their most favorite time to talk to their parents .Bed time comes second , followed by time spent in the car .Chinese teenagers seem to have a similar tendency over the problem .Qianjiang Daily , a newspaper in Zhejiang , did a survey about it .<5>So do you have anything to talk to your parents about ?Choose a good time .time to do it ?\", 'candidates': ['When you want to talk to your parents about something important , when is the best', 'She decided to discuss it with her parents during TV time to talk to their parents .', 'She used to go back to her home in Cixi every week to get money from her parents .', 'The result shows most teenagers in the city would choose meal time to talk to their parents .', 'For most teenagers like Chen talking to parents can be difficult or even worrying .']}", + "output": [ + "[2, 1, 4, 0, 3]" + ] + }, + { + "input": "{'passages': \"How to Get Higher Marks in Exams Have you got an important test coming up , where you really want to stand out ?Or do you generally want to improve your grades ?<1>There are a number of tricks and practices which can significantly improve your chances of scoring high on a test .This article will help you in studying , analyzing and solving exam questions , so read on !<2>The best thing you can do to raise your test scores is to pay attention when you 're supposed to be learning the material : in class !Letting your mind wander or not showing up at all are both likely to make you miss out on key information that will later appear on tests . Take good notes .<3>Why put something into your notes you do n't understand ?Ask the questions now that are necessary to make your notes meaningful at some later time .A short review of your notes while the material is still fresh on your mind helps your learn more .The more you learn then , the less you 'll have to learn later and the less time it will take .Do your homework .Homework , such as assignments and at-home reading are where you will find the rest of the information that will be on tests , so doing this homework is important .<4>Do practice tests . Ask your teacher or go online and print a few practice tests .And you can take a practice test .<5>Knowing your weak spots before a test is vital !\", 'candidates': ['Plan your time carefully .', 'Pay attention in your classes .', 'Find out which ways help you learn better , and use it .', 'Needless to say , the answer to both these questions is yes .', 'Schedule time and set aside a quiet place just for doing it to avoid being disturbed .', \"This way will help you to figure out how much information you actually do n't know .\", 'Successful students write down something understandable and organized , and review it often .']}", + "output": [ + "[3, 1, 6, 4, 5]" + ] + }, + { + "input": "{'passages': 'Liu Yingying is a student at No .<1>She is 14 years old .She likes English and she often reads English books at home .<2>She likes speaking English with her classmates and teachers at school .<3>Liu Yingying likes music and she can play the piano .<4>Liu Yingying has a happy family .<5>Her father likes sports .His favourite sport is table tennis .Her mother likes sports, too .But she likes swimming .What about Liu Yingying?She likes playing tennis .', 'candidates': ['She can speak English well and write many English words .', 'She often practises it at home in the morning .', 'Her father is a worker in a car factory and her mother is a hotel manager .', '17 Middle School in Shanghai .', 'These schools offer around 900 degrees completely in English and many German students speak the language .', 'Her teachers like her .', 'I feel like I want to rescue her, but she pushes me away and shuts me out .']}", + "output": [ + "[3, 0, 5, 1, 2]" + ] + }, + { + "input": "{'passages': \"<1>They are looking for presents for Mr Smith's birthday .<2>Mrs Smith goes to the Electrical Shop on the third floor .When the woman gets to the counter,she finds the camera she wants to buy is sold out .<3>Then she finds a compact camera .That is a small camera .There is a discount on it .but she does not know if her husband likes it .So she decides not to buy that one .Tom goes to the Men's Clothing Shop on the first floor .The boy is looking for a jumper for his father .<4>Then he waits for his mother to come .<5>\", 'candidates': ['At last,they buy the jumper for Mr Smith .', \"In addition, what one finds in another's grocery basket can say a thing or two about that person's character or intentions .\", 'She finds another kind of camera,but it is too expensive .', \"He has only $ 10 in his pocket and it's not enough .\", 'They drive to the shop mall on Baker Street .', 'Mrs Smith is going shopping with her son .', 'I had been told that my six-month-old son, my friend, my whole heart, was going to die .']}", + "output": [ + "[5, 4, 2, 3, 0]" + ] + }, + { + "input": "{'passages': \"Our environment is being polluted faster .Man's present efforts cannot prevent it .Time is bringing us more people, and more people will bring us more industry, more cars, larger cities and the growing use of man-made materials .What can explain and solve this problem ?The fact is that pollution is caused by man ----by his desire for a modern way of life .<1>So we seem to be ready to give up everything: clear air, pure water, good food, our health and the future of our children .<2>But as our world has developed so fast in the last twenty years, pollution has become a serious problem .<3>It makes one think of the story about the airline pilot who was heard over the loudspeaker, I've some good news and some bad news .<4>The bad news is that we're lost and don't know where we're going .<5>\", 'candidates': ['We make industrialization our main aim .', \"The good news is that we're flying at 530 miles per hour .\", 'The sad fact is that this becomes a true story when we talk about our modern society .', 'The trees on the right were passing me in an orderly fashion at 60 miles per hour .', 'Large numbers of people are moving from the countryside into the cities, looking forward to the modern life .', 'We work with like minded organizations such as the Campaign for National Parks to make our voice more effective .', \"Isn't it time for us to stop to ask ourselves where we are going-----and why?\"]}", + "output": [ + "[0, 4, 6, 1, 2]" + ] + }, + { + "input": "{'passages': \"You often find somebody who works around you complaining all the time , do n't you ?<1>About 70 % of Americans say being around nonstop complainers sometimes has a bad influence on them .Luckily , here are 4 tips to help form positive patterns .1 .Self-awareness When a negative thought pops into your mind , immediately correct it .Instead of telling yourself `` That 's a nice shirt , but I ca n't afford it , '' change the message to `` That will look great with my black pants when I can afford it . ''<2>Of course , everyone complains sometimes .But the less frequently you complain , the better you will feel .2 .Distance yourself<3>Excuse yourself and go somewhere quiet , somewhere outdoors in the fresh air .Think of something pleasant before returning .You have to take this seriously because negative people can and will pull you into the quicksand .3 .Do n't try to change complainers If you find yourself trapped in a group of complainers in a meeting or at a social event , simply choose silence .Let their words bounce off you while you think of something else .Attempting to stop the complaining can make you a target .<4>If someone says , `` I hate Mondays , weekends are too short , '' try to think , `` I 'm glad I rested up over the weekend , so I 'm ready to make some improvement on that big project . ''4 .<5>When someone is shouting at you angrily , throw the responsibility back at them by asking , `` So what do you intend to do about it ? ''In most cases , complainers do n't really want a solution .They just want to speak them out .If you make them aware that they themselves have to find the solutions , they will leave you alone and find someone else to complain to .If so , you will be happy .\", 'candidates': ['Find solutions', 'Change responsibility', 'You have got a lot of company .', 'By doing this , it will lead to positive behaviors .', 'But you can redirect the discussion in your own mind .', 'Whenever possible , escape from negative conversations .', 'You will never know what they are going to talk about .']}", + "output": [ + "[2, 3, 5, 4, 1]" + ] + }, + { + "input": "{'passages': \"The word '' pub '' is short for public house .There are around 60 000 pubs in the UK .One of the oldest pubs Fighting Cocks in St. Albans Herts is located in a building that dates back to the eleventh century .<1>People talk eat drink meet their friends and relax there .Pubs often have two bars one usually quieter than the other and many have a garden where people can sit in summer .Children can go into pub gardens with their parents .Groups of friends normally buy '' rounds '' of drinks .<2>It is sometimes difficult to get served when pubs are busy the bar staff will usually try and serve those who have been waiting the longest at the bar first .Most pubs often a complete range of beers local and imported with German Belgian and French beers being in demand .<3>As a matter of fact pubs sell soft drinks too .The legal age to purchase alcohol is 18 in the UK .People aged 16 and 17 with the license 's permission may have only one glass of wine during a meal .<4>It is illegal to sell alcohol to someone who already appears drunk .Fourteen-year-old may enter a pub unaccompanied by an adult if they order a meal .Children may enter a pub with their parents until 9 p. m. which lets families enjoy reasonably priced pub meals together .<5>Customs in British pubs differ from those in American bars .In most pubs in the UK you must to the bar to order drinks and food and pay for your purchases immediately .\", 'candidates': ['British people like drinking beers in pubs .', 'Pubs are an important part of British life .', 'But they must be with an adult and the adult orders it .', 'In the salon bar the atmosphere is quieter and there are fewer people .', 'And it also allows pubs to play their traditional roles as community centers .', 'The person whose turn it is will buy drinks for all the members of the group .', 'Most people might think pubs are places where people simply drink alcoho1 .']}", + "output": [ + "[1, 5, 6, 2, 4]" + ] + }, + { + "input": "{'passages': \"Zhu Tiantian , a 13-year-old schoolgirl in Beijing traveled to Bali , Indonesia , during the winter holiday .`` For the Chinese , it is easy to travel there as long as you have an airplane ticket and a passport , '' she said .<1>Chinese people with an ordinary passport can now visit 45 countries and regions without a visa or with a visa-on-arrival , Xinhua News Agency reported .These countries include Thailand , Indonesia , Vietnam and the Maldives .A passport is an international identification .<2>Almost everyone must have a passport if he or she wants to go to another country .If you are under 16 , you need to get a passport with your parents .A visa is a stamp or sticker on a passport .<3>A visa says why you are going to the country and how long you can stay there .In some countries you need a visa to gain entry , and in others you do not .Chinese people can get a visa from the embassy of your destination country with required documents .<4>So next time when you are about to travel to another country , make sure you know what visa requirements the country has .<5>\", 'candidates': ['It has your personal information , such as your name , date of birth and photo .', 'It allows the holder to visit another country .', \"Now , it 's easy for people to travel to more places like Bali .\", \"Choose a visa-free country and you 'll have an easy trip .\", 'There are different types of visas , including the tourist visa , study visa and working visa .']}", + "output": [ + "[2, 0, 1, 4, 3]" + ] + }, + { + "input": "{'passages': \"Time to Dance Are you the kind of person who likes to move with music ?It 's a natural thing to do .Even little children start jumping up and down when they hear music .Scientists say that animals dance , too<1>The `` dances '' of animals send messages to other animals .But when people dance , they express feelings about life and love , or about these very human experiences .Dances are good for you in many ways .For one thing , dancing is good for you physically .It makes your heart work and makes you breathe fast .<2>If you go dancing often , you can keep physically fit .You may feel very tired after dancing , but you 'll probably also feel relaxed and happy .This is another important point about dancing .It gives you a chance to express your feelings and feel better about yourself<3>, dancing helps those feelings go away .<4>Some dances are for couples and some are for groups .But all kinds of dances give you a chance to meet new people or to do something enjoyable with friends .\", 'candidates': ['But their dancing is different', \"And finally , it 's a social activity\", 'If people like dancing very much', 'If you are angry or upset about something', 'It also makes you use your arms and your legs']}", + "output": [ + "[0, 4, 3, 1]" + ] + }, + { + "input": "{'passages': '<1>Many young people are attracted to wonder : Is there a place for me in the broadcast media field ?People in the business warn that the road to a successful broadcast media career can be very rocky .They point out that getting started in the field is often difficult .<2>Then , once on the job , the pressure is often big .<3>In most cases , the salaries are not very high .What can you do to prepare for a career in broadcast media ?Getting some kind of broadcasting experience during high school or college can be extremely important .<4>You can start by becoming familiar with media while still in high school .If there is a media resource department in your school , volunteer to do anything .If there is no media department , take photos of games and social events .<5>Many beginners in broadcasting start at small local radio or TV stations .Such stations are usually more willing than the networks to take on people with little or no experience .Here , you have a chance to be involved in many aspects of the broadcast industry and get trained on the job .', 'candidates': ['Radio , TV , film , and new video technology bring to mind visions of bright , exciting , high-paying careers .', 'To begin with , competition for most broadcast jobs can be fierce .', 'To begin with , put the ten jacks on the floor or ground in front of you .', 'The most popular hobby classes at my school were piano lessons and drama club .', 'Work on the drama productions or write for the school newspaper .', 'Because the field is so popular , many employers are in a position to select beginners with developed skills .', 'Many jobs in broadcasting require long working hours , including nights and weekends .']}", + "output": [ + "[0, 1, 6, 5, 4]" + ] + }, + { + "input": "{'passages': 'One day a student was taking a walk with his teacher .As they went along , they saw a pair of old shoes lying in the path .<1>The student turned to the teacher , saying : we will hide his shoes , and hide ourselves behind those trees , and wait to see what he will do .My young friend , answered the teacher , we should never make fun of the poor .Why not put a coin in each shoe , and then we will hide ourselves and watch ?<2>The poor man soon finished his work , and came across the field to the path where he had left his coat and shoes .After putting on his coat , he put his foot into one of his shoes , and felt something hard .Then he bent down to feel what it was , and found the coin .<3>He then looked around , but no person was seen .<4>His surprise was doubled on finding the other coin .<5>Then he spoke of his wife , sick and helpless , and his children without bread .He said the help would save them from dying .The student stood there deeply moved , and his eyes filled with tears .Now , said the teacher , are you not much happier than if you had hidden the shoes ?', 'candidates': [\"He could n't control his feelings and fell to his knees , looked up to the sky and expressed his thanks .\", 'The student did so and they both hid themselves behind the trees .', \"They were a poor farmer 's , who was working in the nearby field .\", 'He stopped for a moment and continued , I wish you enough sun to keep your attitude bright .', 'Surprised , he looked at the coin , turned it around and looked at it again .', 'He put the money into his pocket , and continued to put on the other shoe .', 'The students think their teacher does , but it might be a student using a false name .']}", + "output": [ + "[2, 1, 4, 5, 0]" + ] + }, + { + "input": "{'passages': \"A hospital has been forced to ban Pokemon Go players from the site after a monster hub was found in the A & E department .Royal Stoke University Hospital discovered that its casualty unit is on the same spot as a Pokemon Go 'gym ' -- -- where players can train their newly caught Nintendo creatures .The University Hospitals of North Midlands Trust agreed last week that patients can play Pokemon Go on wards because walking around is healthy .<1>It said if Pokemon Go becomes a major annoyance it would ask Nintendo -- -- which decides on the locations of the virtual gyms according using GPS -- -- to have it removed from the premises .Kevin Parker , associate chief nurse , said , Members of the public who do not need to be at Royal Stoke should not attempt to enter A & E or any other part of the hospital building to play the game .<2>We want the public to understand that anybody who visits the hospital solely to play the game will provide an unwanted distraction to the important work of the hospital .<3>Royal Stoke University Hospital is a safe area where gamers can enjoy Pokemon Go .Michelle Harris , the Trust 's manager , said the game could still be played by those already in hospital .We recognize that the Pokemon Go game encourages walking and exercise , which is something that the Trust is equally keen to promote , she said .<4>Walking just 30 minutes , five times a week , can help reduce the risk of preventable illnesses such as obesity , diabetes , and heart disease .There have been several warnings about the game since its UK release .Last week a group of teenagers in Wiltshire were left stranded almost 100ft underground after they got carried away searching for Pokemon Go characters .The four boys , aged 16 and 17 , ended up getting lost and had to wait to get a phone signal before they could call for help .<5>Damien Bence , of the fire and rescue team , said : Pokemon Go is obviously leading people into dangerous situations .\", 'candidates': ['The A & E department is incredibly busy this summer .', \"I 'm also aware of various reports in the media of unsafe areas that the game has been played in .\", 'But the Trust has been forced to post a warning on its website about public access to A & E .', 'There are a number of walking routes established throughout the Trust that can be used to combine walking and playing the game .', 'Eventually , they contacted Dorset and Wiltshire Fire and Rescue team , who took them to safety .', 'The girls came up with the idea last summer when they saw charms were popular with kids .', \"At the end of last month , his team took part in the city 's high school ping-pong match .\"]}", + "output": [ + "[2, 0, 1, 3, 4]" + ] + }, + { + "input": "{'passages': \"I have two younger cousins starting their `` Third Year of High School . ''Though I do n't talk to them often , I 'm both excited for them and also worried .Are they growing up too fast ?Are they eating right ?<1>I throw myself into anxiety .But , today , I stepped back for a moment and came to this realization : my cousins are smarter than my 16-year-old self .If I could go back in time , here 's what I would say to myself .<2>There 's a time for everything-do n't speed it up .This is especially true for love .Life is much longer than the distance from now until tomorrow . Maintain your digital diet .<3>Being connected has benefits , but please do n't become a victim of the internet . Study .You 're just starting to define who you want to be and what you want to do .Make sure you study , get the grades , light the midnight oil .<4>Study the other things in life-the people who are transforming your community and the simple stuff that makes our world go round .You will discover that each bit of detail will change how you view life . Be an upstander , not a bystander .Your biggest childhood regret is not standing up for that kid .The kid is the one who was accused of not fitting in right ; the one whose shirt was always stained and whose eyes were dull .Your biggest regret is walking away .And , it does n't matter if you turned away from the taunting .It does n't even matter if you were nice to him when the other kids were n't around .<5>\", 'candidates': ['Take your time .', \"You 'll regret not being more sympathetic , more courageous , more of a leader .\", 'Are they dating ?', \"Do n't be afraid of what will happen .\", \"But , do n't just study what teachers say you should .\", 'Are you worried about your life .', \"You do n't need to spend every waking moment on a device .\"]}", + "output": [ + "[2, 0, 6, 4, 1]" + ] + }, + { + "input": "{'passages': \"Mr .Smith works in a factory .There he drives a truck .He's tired all the time .<1>His wife is a doctor and likes to keep all the things clean .So she has to do all at home .She usually goes to work from Monday to Friday and has to do all on weekends .All her friends know about it and sometimes they come to help her .<2>Mrs Smith tells her husband to help her do some housework, but he says he has something to do and goes out early in the morning .He leaves a lot of dirty clothes at home .<3>So she doesn't want to do any housework .<4>The girl finds the rooms are dirty and she asks, Don't you clean your rooms today, Mrs Smith?<5>says the doctor .Why don't you wear your glasses?Then I will think the rooms are still clean .\", 'candidates': [\"After breakfast, Jo, one of her friends, comes to see her when she's sitting on a chair .\", \"It's called the Skinny Player, and it's being designed by industrial designers Chih-Wei Wang and Shou-His Fu .\", \"It's Saturday today .\", \"Mrs Smith doesn't go to work but she doesn't feel well .\", \"When he comes back, he's always busy and doesn't want to do any housework .\", \"No, I don't .\", 'I feel like I want to rescue her, but she pushes me away and shuts me out .']}", + "output": [ + "[4, 2, 3, 0, 5]" + ] + }, + { + "input": "{'passages': 'The traditional American school year begins in late August or early September .It ends in May or June , followed by summer vacation .<1>Because long ago , young people had to help their families harvest summer crops .At least this is what people today may think .<2>A recent report from an education policy center at Indiana University explored the historical roots of the traditional school calendar . In the early days of the United States , children were not required to attend school .School calendars depended on local needs .<3>They worked on family farms during the other months .City schools were often open much longer , some for eleven months of the year . After the Civil War , more and more people saw the need for a system of required education .<4>Many city schools wanted a shorter year and a longer summer break .The schools were often crowded .There was no modern air conditioning .Hot days would make it difficult to learn .Many rural educators , however , pushed for a longer school year .They thought it would keep children safe from industrial dangers when there were few child-labor laws . So the traditional school calendar was a compromise .The average school year used to be one hundred and seventy days .Times have not changed much .<5>But some experts think the traditional school calendar needs to change because the needs of the nation have changed .This thinking has led some schools to keep students in class longer .', 'candidates': ['Why such a long break ?', 'Today the common average is one hundred and eighty days .', 'Americans think highly of their traditional school calendar .', 'Most schools had similar school calendars .', 'But the reason has more to it .', 'Students in rural areas went to school for no more than six months of the year .', 'But they had different ideas for the calendar .']}", + "output": [ + "[0, 4, 5, 6, 1]" + ] + }, + { + "input": "{'passages': \"A great way for teens to cool off during the summer is at water parks .<1>This way you can go as often as you like .Check to see if there are any water parks around you .Many are indoor facilities .<2>The prices are usually good .For example, one ticket to Water World, a water park, is only $5 .<3>Older teens shouldn't have much trouble finding jobs .An idea is to get some teens together to form your own summer job business .<4>Being that it's summer, many people go on vacation and could use someone to look after their houses while they're away .<5>Teens love freedom .Sure you would like to get to such places as the small, movie theaters, the zoo, the beach, picnic, bowling and local amusement park instead of staying home all summer .Then a summer bus pass will be helpful .Check to see if your area has one for you teens .Such a pass costs only $10 for the whole summer .The price is reasonable and also your parents don't have to always drive .\", 'candidates': ['If you live near a water park, you might think about getting a season pass .', \"If wearing a costume that belongs in Fantasyland, don't set foot in Tomorrowland--it might Confuse visitors or break the park's orderly image .\", \"So even if it isn't warm enough where you live to swim outdoors, you can enjoy swimming in a temperature controlled area .\", 'Some teens like to get a part time job over the summer to make some pocket money .', 'You can also think about other jobs you can do for them .', 'You can walk dogs, bring in the newspapers, feed the cats, collect rubbish, water flowers, etc .', 'You can also use your old phone as a back-up in case your new model suffers irreparable harm .']}", + "output": [ + "[0, 2, 3, 5, 4]" + ] + }, + { + "input": "{'passages': \"Are you new to experiencing relationships ?Well , let me give you advice on having a healthy and possibly long-term relationship<1>Do not hide things from them , and do not lie .Do n't be afraid to say things that are n't very flattering about yourself .Getting them to trust you is the most important element in any relationship .If there 's no trust , there 's nothing there .So please be honest and they 'll learn to open up to you . Make sure you give them respect .Now , respect is n't just simply treating them nicely .There 's a lot more to it .You have to learn to adjust to their liking .<2>Do n't just think about yourself , but think about what your partners need out of it as well<3>Always be willing to help them and give them honesty and positive at the time .Make them feel you are someone they can really count on and build a future with .This is an important step in a relationship .Your partners have to be able to count on you when needed . Make sure you ' have a good sense of humor with them .Laughter is the key to happiness .Laugh a lot with them and joke with them .Laughter may seem silly , but it 's the secret to a lot in life .It will keep the sparks alive<4>Make sure the communication is good .This goes along with trust , but always communicate how you feel even if it 's something that upsets you .Instead of screaming , talk to them .<5>It 's important to communicate this to them , not to keep it bottled up .\", 'candidates': ['Show them your personality .', 'Be an honest person with them .', 'Make sure you are encouraging to your partners .', 'Laughter keeps the relationship strong and lasting .', \"Do n't start to neglect them and make them feel unwanted .\", \"Basically , learn to study your partners ' moods , wants and needs .\", 'If they did something that made you unhappy , tell them about it in a respectful manner .']}", + "output": [ + "[1, 5, 2, 3, 6]" + ] + }, + { + "input": "{'passages': \"The ancient city is in Pingyao county, Shanxi Province .The city wall was first built during the Zhou Dynasty .<1>Now Pingyao city is the only one in China completely protected as it was hundreds of years ago .The perimeter of this square city is 6 .4km long and the city wall is the earliest and largest city wall in China .<2>The wall was built with earth and covered with bricks .<3>There are several gates of the city, two each on the east and west and one each on the south and north side .<4>This has given the city the name Turtle City with the two gates on the south and north standing for the head and tail of the turtle and four gates on the east and west as the four legs .The doors on the south and north stand opposite each other, like the head of the turtle extending out and two wells just beyond southern gate are like a turtle's two eyes .Located on the trade route between Beijing and Xi'an, Pingyao developed into a merchant center where the local people set up the nation's earliest banks .These banks were the first in China to use checks .<5>One of the most unusual aspects of a visit here is realizing that this place was very important to China's financial history .\", 'candidates': ['Since 1997, it has been listed as a World Heritage Site .', 'It could even be put in high heels to help women walk in them safely .', 'Outside the city wall there is a river, 4 m wide and 4 m deep .', 'It is 12 m high with width of 5 m .', 'All the gates have two doors each .', 'All participants were then given four unusual-uses tasks, including the two that they had completed earlier .', \"Several old courtyards have been turned into museums, most of which were homes and offices of Pingyao's old banks .\"]}", + "output": [ + "[0, 3, 2, 4, 6]" + ] + }, + { + "input": "{'passages': \"Many times we tend to use our hands to explain our needs and thoughts .<1>So you must be cautious when using hand gestures in communication . Hand gestures are a way of communicating with others and conveying your feelings .These gestures are most helpful when one is speaking to someone with no language in common .The meanings of hand gestures in different cultures may translate into different things .<2>Former President George W. Bush had to face a major faux pas during a visit to Australia .He tried to signal a peace sign by waving the two-finger or V-sign at the crowd . You may think of this as a simple gesture , but he committed a major error .<3>The meaning of this hand gesture in Australia was asking the crowd to screw themselves , a rude expression used to show you 're very angry !<4>Therefore , it is very important to understand the meanings of gestures before you travel to different countries .<5>Those considered as good gestures in one country may be termed as offensive gestures in some countries .So , if you are a frequent flier to different countries , improve your communication skills by learning the meaning of hand gestures .\", 'candidates': ['Here is a very common example .', 'Instead of his palm facing outwards , it faced inwards .', 'The great man received warm welcome by the Australians .', 'We communicate not only by words , but by hand gestures as well .', 'A serious error committed by the then most powerful man in the world .', 'But the same hand gesture may mean something quite offensive to a person from a different cultural background .', 'Before you communicate with people in different cultures , you need to understand the meaning of gestures .']}", + "output": [ + "[5, 0, 1, 4, 6]" + ] + }, + { + "input": "{'passages': \"`` Thank you '' is widely used in a modern society .You should say `` Thank you '' when others help you or say something kind to you .<1>, when someone passes the newspaper on the table to you , when someone opens the door for you , when someone says you have done your work well , when someone says you have bought a nice thing , or your city is very beautiful , you should say `` Thank you '' .<2>, but also between parents and children , brothers and sisters , husbands and wives .`` Excuse me '' is also used as often as `` Thank you '' .<3>, you should get to know that someone wants to walk past you without touching you .It is not polite to interrupt others while they are talking .<4>, please say `` Excuse me '' first , and then begin to talk .You should also do so when you want to cough or make any unpleasant noise before others .<5>\", 'candidates': [\"Let 's say `` Thank you '' and `` Excuse me '' on the right occasion\", \"`` Thank you '' is used not only between friends\", 'We like them very much', 'If you want to have a word with one of them', 'For example', 'When you hear someone say it behind you']}", + "output": [ + "[4, 1, 5, 3, 0]" + ] + }, + { + "input": "{'passages': \"<1>The program is shown at 9 : 00 0n CCTV-1 every Friday night from April 18 to June 6, 2014 .There are altogether eight episodes , all about history and culture of food, eating and cooking in China .The directors spent one year visiting more than 150 different parts of China .More than 300 types of food are covered in the documentary .As an old Chinese saying goes, food is what matters most to people .It plays an important role in our daily life, and the rich food culture is also one of the most important parts of Chinese culture .<2>A Bite of China Season One was shown on CCTV in 2012 .It attracted more than 100 million viewers .It is all about food, while the second season cares more about the relationship between the people and the food .For example, the first episode shows a young man spent four hours climbing a 40-metre-high tree to get something nice for his brother .The show reminds viewers of their homes and the tastes of childhood .<3>It makes me think of my parents and my grandmother .I haven't been home for a long time, so I have decided to go back in a few days .<4>Viewers can see how Chinese people love life by loving food .<5>\", 'candidates': ['A Bite of China Season Two wants to show the joys and sadnesses of ordinary Chinese in changing times through food .', 'The show uses food as a window to introduce China to the world .', 'A Bite of China Season Two(<< >> ) is coming!', 'Anyone who wants to know more about Chinese culture and Chinese society should have a bite of the program .', 'One Weibo user wrote, A Bite o f China Season Two makes me have so many words to say .', 'Guangzhou, Guangdong Province The birthplace of Cantonese food, Guangzhou is thought by many as the best place to eat in China .', 'Stone House, Portugal The stone house in Portugal is really similar to the famous home of the Flintstones (<<>> ) .']}", + "output": [ + "[2, 0, 4, 1, 3]" + ] + }, + { + "input": "{'passages': 'Two days ago I was woken up at 1 am .My roommate stood at the door ( she was returning from a club ) along with a huge middle-aged man with long hair .<1>She had seen him , cold and shivering ( it had snowed the previous night ) and immediately asked him to sleep at our place .He was a law student in his fifties who had been doing his homework at the Laundromat when he found he had left his keys in his house .<2>My roommate and I are both less than 5 feet and we have been asked not to speak to strangers since we were kids .<3>He accepted our kindness with hesitation and as soon as dawn broke he left .The next day he came to our house , saying he owed us big time for not being frozen out in the cold .<4>Your actions are so sincere .Later he cooked us a wonderful simple thank you dinner over which he told us about his life ( a coach , a guide , a law student ) .He told us how he was completely touched by our concern for a total stranger .<5>As he talked about how once he brought a homeless man in to eat Christmas dinner with his family , I was deeply touched .My roommate taught me a huge lesson : Let go of your fear ; always leave the door of compassion open and you can never go wrong .', 'candidates': ['The young man said : I never see an elephant before , and I want to know what it looks like .', \"When he passes by a flower shop in the evening , he thinks , ' I 'll send Mum some roses . '\", 'I learnt a lot that evening .', 'He left us a beautiful card saying -- Thank you so much .', 'Please let him in , she told me , He has been locked out of his apartment .', 'I have never had a strange man sleep in my house before .', \"Not to mention that we 're in a new city that we have lived in for less than a month .\"]}", + "output": [ + "[4, 5, 6, 3, 2]" + ] + }, + { + "input": "{'passages': \"<1>But some of them are not using it in a good way .Here are some rules to make sure you are safe and have fun on the Internet .<2>For example, when you can go online, for how long and what activities you can do online .Don't give your password to anyone else, and never give out the following information: your real name ,home address, age, school, phone number or other personal information .<3>Never send a photo of yourself to someone in e-mail unless your parents say it's OK .Check with your parents before going into a chat room .Different chat rooms have different rules and attract different kinds of people .You and your parents will want to make sure it's a right place for you .Never agree to meet someone you met on the Internet without your parent's permission .<4>Always remember that people online may not be who they say they are .Treat everyone online as if they were strangers .If something you see or read online makes you uncomfortable, leave the site .<5>Treat other people as you'd like to be treated .Never use bad language .Remember that not everything you read on the Internet is true .\", 'candidates': ['Check with your parents before giving out a credit card number .', 'Make rules for Internet use with your parents .', 'Many children use the Internet to get useful knowledge and information, and to relax in their free time .', 'Never meet anyone you met online alone .', 'The little girl died right away, and the mother was left in a critical state .', \"Increased use of the Internet and mobile phones are undermining pupils' capacity for independent study and promoting poor grammar, it was claimed .\", 'Tell a parent or a teacher right away .']}", + "output": [ + "[2, 1, 0, 3, 6]" + ] + }, + { + "input": "{'passages': '<1>If we go into space, we see more and more of the earth .People and man-made satellites have been sent out into space to look at the earth carefully and people have learnt more about the earth in the last few years .The sea looks very beautiful when the sun is shining on it .<2>The sea is very big .It nearly covers three quarters of the earth .The sea is also very deep in some places .There is one place and at that place the sea is about 11 kilometers deep .<3>If that mountain was put into the sea at that place, there would be still 2 kilometers of water above it!In most parts of the sea, there are many kinds of fishes and plants .Some live near the top of the sea .Others live deep down .There are also a lot of small living things, and lots of fishes live by eating them .<4>When people go down, the sea becomes colder and colder .<5>But, in 1970, five women scientists lived in the deep sea for fourteen days .', 'candidates': ['But it can be very terrible when there is a strong wind .', 'But those were manageable urban landscapes, with comfortingly solid buildings to act as wind shields and acoustic blocks .', 'The highest mountain in the world is about 9 kilometers high .', 'Only some men can go down into the deep sea .', 'The sea can be very cold .', 'From a plane we can see the fields, cities, mountains or seas below .', 'The experiment was so successful that Microsoft operated the underwater data center for 75days longer than it had planned to .']}", + "output": [ + "[5, 0, 2, 4, 3]" + ] + }, + { + "input": "{'passages': \"Follow Your Dream is a famous show in America .It is mainly for children .It is designed to help children to follow their dreams .<1>One day , a seven-year-old girl named Mary came to the show .During the show , the host James asked Mary , `` Hi , Mary !Welcome !<2>`` `` I want to be a pilot ! ''said little Mary proudly. ``<3>Let 's suppose that one day you are driving a plane above the Pacific , but your plane has run out of fuel .What would you do ? ''James continued .<4>Mary thought for a few minutes and then said , `` I would tell all the passengers to tie their seatbelts first .And then I will jump out of the plane with my parachute . ''Everyone laughed .James was really surprised at the answer and could n't believe the answer came from such a lovely girl .However , he then saw the tears rolling down the little girl 's face .So he asked , `` Why would you do that ? ''``<5>And then I will come back to save my passengers , '' said Mary ., A-E , , , .\", 'candidates': ['I will go to get fuel .', 'Being a pilot is really cool .', 'Many children came to take part in the show .', \"Everyone there was waiting for the little girl 's answer .\", 'What would you like to be when you grow up ?']}", + "output": [ + "[2, 4, 1, 3, 0]" + ] + }, + { + "input": "{'passages': 'problem All over the world people enjoy sports .Sports help to keep people healthy and happy , and to live longer .<1>They buy tickets or turn on their TVs to watch the games .Often they get very excited when their player or team wins .<2>Football , for example , has spread around the world .Swimming is popular in all countries near the sea or in those with many rivers .What fun it is to jump into a pool or lake , whether in China , Egypt or Italy !<3>Think how many lovers to skate or ski in winter in Japan , Norway or Canada .Some sports or game go back thousands of years , like running or jumping .Chinese wushu , for example , has a very long history .But basketball and volleyball are rather new .Neither one is a hundred years old yet .<4>Water-skiing is one of the newest in the family of sports .People from different countries may not be able to understand each other , but after a game together they often become good friends .<5>One learns to fight hard and fight fair , to win without pride and to lose with grace .', 'candidates': ['And think of people in cold countries .', \"Sports help to train a person 's character .\", 'Not a few people participate in different sports competitions themselves .', 'Many people like to watch others play games .', \"People are n't inventing new sports or games .\", 'Some sports are so interesting that people everywhere take part in them .', 'People are inventing new sports or games all the time .']}", + "output": [ + "[3, 5, 0, 6, 1]" + ] + }, + { + "input": "{'passages': \"Little Brother By Cory Doctorow, 382 pages, $19 .95 In the very near future, Marcus Yallow is walking with his friends in San Francisco when a 9/11-sized terrorist attack occurs blocks away .Everyone around is secretly taken away by the Department of Homeland Security to see whether they're terrorists .However, during the investigation, one of his friends dies mysteriously .The friends try to find out the truth .<1>The Flying Troutmans By Miriam Toews, 274 pages, $32 The heart of the book is a road journey in Canada made by Hattie,Thebes and Logan to find Cherkis, the kids' dad .<2>Toews is an extraordinarily gifted writer, with tough-minded compassion for her characters .<3>95 We're in 1930s Canada, where Lily's father arrived three decades earlier to be promised fertile agricultural land .<4>Now William Piper and his wife farm their land and place little hope in this life .What They Wanted By Donna Morrissey, 325 pages, $32 A father has a heart attack; a brother and a sister leave Newfoundland and go to Alberta, Canada to work; a tragedy brings reconciliation , but also terrible loss .Primarily a novel of character, it's also a novel of Canada, of two very specific and vividly drawn places .<5>\", 'candidates': ['But they had been cheated and thrown in the middle of Manitoba .', 'If you read only one science-fiction novel this year, make it this one .', 'If they bring on themselves public objections, no one will defend or excuse them, and many will join to criticize their wrongdoings .', \"It's rich in dialogue, sometimes funny, sometimes surprisingly sad, always character-true .\", 'Reading By Lightning By Joan Thomas, 388 pages, $22 .', 'You and Me, Baby Reading level: Baby - Grade 1 Hardcover: 40 pages Language: English List Price: $15 .', \"Donna Morrissey's characters are troubled, sensitive, quick to be moved to anger or pain, and just as quick to laughter and affection .\"]}", + "output": [ + "[1, 3, 4, 0, 6]" + ] + }, + { + "input": "{'passages': \"problem A 7 .0 magnitude earthquake killed more than 230,000 people in Haiti .Then an 8 .8 magnitude quake killed more than 900 people in Chile .And few weeks later , a 6 .0 magnitude quake struck rural eastern Turkey , killing at least 57 people .The earthquakes kept coming hard and fast .<1>It 's not .The problem is what 's happening above ground , not underground , experts say .<2>They 're rapidly putting up buildings that ca n't stand up to earth quakes , scientists believe .And news reports and better earthquake monitoring make it seem as if earth quakes are increasing all the time .On average , there are 134 earthquakes a year that have a magnitude between 6 .0 and 6 .9 .So far this year there have been 40 earthquakes-more than in most years for that time period .But that 's because the 8 .8 quake in Chile caused a large number of strong aftershocks .Also , it 's not the number of quakes , but their destructive effects that gain attention .The death is largely due to building standards ,<3>Paul Earle , a US seismologist , called for better building standards in the world 's big cities .Of the 130 cities worldwide with populations of more than I million , more than half are likely to be hit by earthquakes .<4>`` If you have a problem feeding yourself , you 're not really going to worry about earthquakes , '' said Paul .The earthquakes made everyone start to think<5>`` People are paying attention to the violent planet we 're always living on .Come back an another six months if there has been no earthquakes , most people will have forgotten it again , '' said US disaster researcher Dennis Mileti .\", 'candidates': [\"But it wo n't last .\", 'More people are moving into big cities .', \"Earthquakes do n't kill people , buildings do .\", 'There have been more deaths overt the past decade from earthquakes .', 'Many people began to wonder if something terrible is happening underground .', \"While it seems as if the are more earthquakes occurring , there really are n't .\", \"But developing nations with growing populations do n't pay attention to earthquake preparedness .\"]}", + "output": [ + "[4, 1, 2, 6, 0]" + ] + }, + { + "input": "{'passages': \"<1>The most popular destinations include Bonaire , Tobago , the Bahamas , Maldives , Oman , Seychelles and Thailand .<2>Whether you want to learn to dive , further your diving qualifications , continue to discover the underwater world , or simply relax on the beach , we are here'to help organize your holiday .<3>Group discounts are offered to groups of eight or more travelers and tailor-made packages are available for Dive Clubs .We also offer a series of diving liveaboard choices throughout the Caribbean .<4>Liveaboards are very popular scuba diving holidays for those who want to access the best diving sites .Our barefoot luxury holiday brand is for those trying something a little more special , whether it 's your honeymoon , anniversary or simply for more discerning travelers .<5>\", 'candidates': ['We have a selection of 4 and 5 star levels which are the best in luxury holidays .', 'We are happy to satisfy single travelers and offer special discounts .', 'Our friendly and knowledgeable staff , who are qualified divers themselves , will be able to advise you on the best destinations for your requirements .', 'Holiday Programs in Germany We offer morning classes in German at all levels from beginner upwards .', 'Twelve were from the United States , one from Canada and one from South Africa .', 'Barefoot Traveler is a tour agent that specializes in diving holidays , tailor-made to your own needs .', 'Indian Ocean and South East Asia .']}", + "output": [ + "[5, 2, 1, 6, 0]" + ] + }, + { + "input": "{'passages': \"Eyes can speak Much meaning can be conveyed clearly with our eyes , so it is often said that eyes can speak .<1>In a bus you may look at a stranger , but not for too long .And if he sensed that you are staring at him , he may feel uncomfortable . The same is true in our daily life .If you are stared at for more than necessary , you will look at yourself up and down to see if there is anything wrong with you .<2>Eyes do speak , right ? Looking too long at someone may seem to be rude and aggressive .<3>If a man stares at a woman for more than 10 seconds and refuses to look away from her , his intentions are obvious .He wishes to attract her attention and let her know that he is admiring her . However , when two persons are engaged in a conversation , the speaker will only look into the listener 's eyes from time to time to make sure that the listener does pay attention to what the former is speaking .<4>If a speaker looks at you continuously when speaking as if trying to control you , you will feel awkward .A poor liar usually exposes himself by looking too long at the victim .He wrongly believes that looking straight in the eye is a sign of honest communication .<5>Actually , eye contact should be made based on specific relationship and situation .\", 'candidates': ['On the contrary , it will give him away .', 'Do you have such a kind of experience ?', \"That 's what normal eye contact is all about .\", 'Actually , continuous eye contact is limited to lovers only .', 'After all , everybody likes to be stared at for quite a long time .', 'But things are different when it comes to staring at the opposite sex .', 'If nothing goes wrong , you will feel annoyed at being stared at that way .']}", + "output": [ + "[1, 6, 5, 2, 0]" + ] + }, + { + "input": "{'passages': \"If you ever want to invite your foreign friend to dine out but are not sure what dish to order ,<1>, better known as Kung Pao Chicken .It is a safe bet .In fact , the dish was named one of the top 10 most popular Chinese dishes in the world by the ABC News Point website in April .And at the Beijing premiere of The Hunger Games : Mockingjay Part 2 ,<2>, the leading actress Jennifer Lawrence said Kung Pao Chicken was her favorite Chinese dish .Kung Pao Chicken is beautiful to look at : It 's a mixture of chicken , golden peanuts and bright red chilies .The chicken should be cooked just right , so that it is wonderfully juicy .<3>The tasty dish is not only easy to find in many Chinese restaurants but is also one of the most popular foods on Chinese restaurants ' menus in other countries .Why is that ?`` Breast meat is the most popular part of a chicken .This helps explain the success of Kung Pao Chicken among foreigners , '' Corrado Michelazzo , an Italian chef who also enjoys Chinese food , told CNN .<4>Michelazzo explained that Westerners enjoy the balanced taste of the dish 's sauce .Thus ,<5>, `` Kung Pao Chicken won the hearts of generations of Westerners who grew up with Chinese restaurants down the street . ''\", 'candidates': [\"I 'd like to eat chicken\", 'try fried diced chicken with peanuts and chili', 'which came out in China on Nov 20', 'when you met', 'Another important feature of Kung Pao Chicken is its sweet and spicy sauce', 'The nuts are added at the last minute so they taste fresh', 'it should come as no surprise that CNN wrote']}", + "output": [ + "[1, 2, 5, 4, 6]" + ] + }, + { + "input": "{'passages': \"Bad days happens to many of us .Something makes us sad , angry , frustrated or disappointed .But you still have to get up and go to work .Everything others say to you sounds stupid .<1>Luckily , you can do something about it .Here are some ways to turn around a bad day . Accept your bad mood Being in a bad mood is not that hard .If you 're mad , be mad .<2>This does not give you license to be rude and unpleasant to others .It just means that you need to recognize and accept your bad mood to be able to do something . Tell others You can try to keep your bad mood a secret and put on your happy mask .Guess what , you 're fooling nobody .<3>Simply tell them `` listen guys , I 'm in a really sour mood today .I 'm not sure why , but it 's nothing to do with what you have done .If I bite your head off , I apologize in advance . ''<4>Spend a few moments to try thinking of at least one or two things that are n't all bad : Something you look forward to , such as a person you like at work or something nice that happened recently . Take some quiet time And if you 're having a really bad day , it may be a good idea to withdraw a little if you can .<5>Sit and work somewhere quiet .Take a long bathroom break .Consider going home early or taking the day off .\", 'candidates': ['Remember the good', \"It 's important to get along well with others\", 'Everyone seems to annoy you', 'The best thing to do is to tell the people you work closely with', \"If you 're sad , be sad\", 'Ask for advice', 'Take a walk in your lunch break']}", + "output": [ + "[2, 4, 3, 0, 6]" + ] + }, + { + "input": "{'passages': \"<1>The long years of food shortage in Britain have suddenly given way to huge food supply .Stores and shops are crowded with food .Rationing has already seemed too distant to today 's Britons .Even overseas suppliers have been asked to hold back deliveries .Yet , instead of joy , there is widespread uneasiness and worries .Why do food prices keep on rising , when there seems to be so much more food about ?Is the surface huge amount of food only temporary , or has it come to stay ?Does it mean that we need to think less now about producing more food at home ?<2>The recent growth of food supply on the world food market has certainly been unexpectedly great , partly because two continuous big grain harvests in North America are now being followed by a third .Most of Britain 's overseas suppliers of meat , too , are offering more this year and home production has also risen . The reasons for the problematic food situation in Britain<3>On the one hand , the British government has gradually cut down support for food .On the other hand , the shops are overstocked with food not only because there is more food available , but also because people , frightened by high prices , are buying less of it . The different situations at home and abroad Moreover , the rise in food prices at home has come at a time when world prices have begun to fall , with the result that imported food , with the exception of grain , is often cheaper than the home-produced variety .<4>British consumers are beginning to ask why they should not be able to benefit from this trend . The effect of the situation on farmers The significance of these developments is not lost on farmers .The older generations have seen it all happen before .Despite the present price and market guarantees , farmers fear they are about to be squeezed between cheap food imports and a smaller home market .Present production is running quickly compared with years ago .<5>\", 'candidates': ['Then why is the food situation in Britain still faulty ?', \"However , farmers have n't shared any benefit from the change .\", 'The variety of British food', 'The surface richness of food and questions it brings', 'And now grain prices , too , are falling internationally .', 'The recent reason for the huge supply of food', 'How to buy food in Britain']}", + "output": [ + "[3, 5, 0, 4, 1]" + ] + }, + { + "input": "{'passages': 'The Lost Rules of Etiquette Etiquette , or good manners , used to be the glue that held society together .<1>Sadly , these days it has mostly gone by the wayside .This list is several best rules of etiquette that have now disappeared . Opening the Door In days gone by , a gentleman would always open doors for ladies .<2>This has now almost entirely disappeared -- and it is pot entirely the fault of the men .I have seen women laugh at men for opening a door for them .They seem to be confusing manners with chauvinism .Writing Thank-You Notes In days gone by , whenever a person received a gift , they would write a thank-you note as soon as possible .<3>Parents would sit children down after a birthday or Christmas and coach them in their first thank-you note .It is a shame that gift giving has now become a virtual obligation and the idea of a thank-you note would be laughed at .<4>We seem to have completely lost the concept of correct timing when it comes to parties these days .<5>After all , a party normally has a guest of honor-this is usually the oldest woman present .It was considered extremely rude in the past to leave a party before the guest of honor-and once the guest of honor left , it was a signal to all that they should begin their own preparations to leave .', 'candidates': ['Arriving on Time .', 'Leaving at the Right Time .', 'People leave with various excuses .', 'It enabled people to get on well with each other .', 'This rule was true even if the giver was a .', 'It could be the lady they were driving , or a stranger .', \"We 've thrown away the concept of a guest of honor at will .\"]}", + "output": [ + "[3, 5, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"When talking about how children spend their free time , most children choose to spend their own time in many ways .Outdoor play .<1>For younger kids this can mean just going outside and running around in circles .Games are popular for the younger groups .For older children outdoor play might be a little more focused .Some kids are going to go into sports .<2>Kids choose to play these sports because they qualify as free time .Indoor play .Young kids are n't going to be able to run around all the time .<3>Girls may like dolls with their sisters or friends while boys like toy cars more .Parents should allow their kids to play as much as possible as long as they are doing it in a healthy way .Rest and relaxation .This is not just lying down and taking a short sleep .<4>This can make time quiet and fun .But if kids do n't feel like they have the time to read a book , there are always audio books .This way they can do something else when they listen to their favorite writer .However , allowing children to watch a movie on TV is n't going to be good for them .<5>\", 'candidates': ['Children all like playing computer games .', 'Resting and relaxing for kids can mean sitting quietly with a good book .', 'Children at different ages are going to take different kinds of outdoor play .', 'They might spend their time playing football , baseball or basketball .', 'Once they feel tired , they can play inside with toys or games .', 'Playing computer games is not a good choice , either .']}", + "output": [ + "[2, 3, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"problem The term -- - home schooling means educating children at home or in places other than a normal setting such as a public or private school .<1>Some parents are dissatisfied with the quality of education in the public schools .Others do not want their children to have to worry about `` peer pressure '' , or social pressure from friends .They say it may have a negative effect on the child 's studies .These parents fear this type of pressure will lead to bad behavior such as smoking , drinking alcohol , and taking drugs .Bullying from other students is another concern .<2>Whatever the reasons may be , it is evident that more and more children are being taken out of normal schools every year .As a result , many questions have emerged , encouraging the debate over home schooling against public schooling .<3>Will this new model of schooling replace normal schools ?Will computers and the Internet replace our classrooms and teachers ?As the debate continues , so do the questions about what home scholars are studying at home .How can parents ensure that their children are prepared academically for college ?How are home scholars assessed to make sure they are getting the same educational standards that school students must have ?Finally , there are questions regarding the children 's emotional development .<4>Are they losing the opportunity to get the social benefits of being in a large classroom of students ?As with any debatable issue , the answers to these questions are neither simple nor one-sided .A B C D E\", 'candidates': ['What then is the future of education ?', 'There are many reasons why parents choose home schooling for their children .', 'Are they too isolated from their fellow students ?', 'How is bullying affecting the life of young students ?', 'Still other parents choose this type of education for religious reasons . 5 . What is the main idea of the passage ? -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --']}", + "output": [ + "[1, 4, 0, 2]" + ] + }, + { + "input": "{'passages': \"In the past , people who graduated from college felt proud of their academic achievements and confident that their degree would help them to find a good job .However , in the past four years the job market has changed greatly .This year 's college graduates are facing one of the worst job markets .For example , Ryan Stewart , a graduate of San Jose State University , got a degree in religious studies , but he has not gotten any job offers .He points out that many people already working are getting laid off and do n't have jobs , so it 's even harder for new college graduates to find jobs .<1>There were many high-tech ( dot com ) job opportunities , graduates received many job offers , and they were able to get jobs with high salaries and benefits such as health insurance and paid vacations .<2>It 's a new market , according to an officer of the university .<3>They worked during summer vacations , they have had several short-time jobs , and they majored in fields that are still paying well , such as accounting or nursing .Even teaching is not a secure profession now .<4>But instead he will probably go back to school in order to become a college teacher .<5>In conclusion , these days a college degree does not automatically lead to a good job with a high salary .Some students can only hope that the value of their degree will increase in the future .\", 'candidates': ['However , Times have changed .', 'Four years ago , the future looked bright for his class of 2006 .', 'However , English is often used as an official language to help people communicate with each other .', 'The officer says students who do find jobs started preparing two years ago .', 'My face usually turned red when my teacher wanted me to answer questions in English .', 'He thinks college teaching could be a good career even in a bad economy .', 'Ryan Stewart wanted to be a teacher .']}", + "output": [ + "[1, 0, 3, 6, 5]" + ] + }, + { + "input": "{'passages': \"Yash Gupta Yash Gupta has worn glasses for many years .When they broke one ay and he was not able to wear thenm to school , he had a big problem .<1>At the end of the day , he realized that he had learned nothing that day ! Yash quickly got his glasses fixed , but his experience changed his life .He realized that there were probably many kids around the world that did not have proper glasses to help them learn in school .<2>He found out that 13 million children around the world do n't have proper glasses to help them see in class .Instead of just shaking his head at this problem , he decided to do something about it .<3>Its goal is to help find glasses for other kids and teens that need them . He created Sight Learning in 2011 and since then he has changed the lives of thousands of young students around the world !The organization has tried to provide eyeglasses to students who need them but can not afford them .It has collected and given away over $ 1,000,000 worth of eyeglasses .<4>As Dr. Seuss , a famous writer , once said , `` Unless someone like you cares a whole awful lot , nothing is going to get better .It 's not . ''<5>He has taken action to not only improve his own life , but those of others .\", 'candidates': ['Yash is such a teenager .', 'So , he did some research .', 'Yash started a small organization , Sight Learning .', 'Here is an easy way to help Yash and Sight Learning .', 'He could not see much of what was going on in his classroom .', 'He learned that not having glasses can cause a20 % loss in learning !', 'This has helped over 20,000 young people in 5 countries to see better !']}", + "output": [ + "[4, 1, 2, 6, 0]" + ] + }, + { + "input": "{'passages': 'Imagine the situation .You are driving along a desert or on a mountain .You have no idea where you are .You passed the last house two hours ago .Then your car breaks down .<1>You have no mobile phone .What should you do ?Well , next time take a GPS with you .This invention may be able to help you .<2>It can find your position to within 20 metres .A GPS can not start your car , but at least you will know where you are .GPS , which means Global Positioning System , is a small radio receiver .It looks like a mobile phone .<3>We also find GPS devices in cars , planes , or boats .Some of these devices have electronic maps , so you know where you are .<4>Some people think that in the future the GPS will be as common as the mobile .<5>here are also new uses for the GPS .Perhaps they will become like watches .Everyone will have one and you will never be lost again .', 'candidates': [\"It is a device which uses satellites to find the user 's position .\", 'For example , in a city they can tell you the name of the street .', 'It is night and it is cold .', 'There are three parts to the Global Positioning System .', 'You can hold it in your hand , or put in your pocket .', 'They are becoming cheaper and more and more accurate .']}", + "output": [ + "[2, 0, 4, 1, 5]" + ] + }, + { + "input": "{'passages': '<1>He is Jack Ma(Ma Yun),the Chair-man of Alibaba Group .On Sept .<2>Ma,a former English teacher,has become the richest man in China .Born in 1964 in Hangzhou,Zhejiang .Ma grew up as a happy kid .When he was a teenager he wanted to learn English .Every morning,he got up at 5 a .m .<3>He did it for nine years , rainy or shine .The experience made him an excellent English speaker and opened his eyes to the outside world .In 1994,Ma Yun heard about the Internet .<4>He searched the word beer on Yahoo,and found that there was nothing there about China .Seeing the chance,Ma returned to China and set up a website called China Pages without even knowing much about computers .Four years later,Ma,his wife and his friends set up Alibaba in HangZhou .He believed in the Internet business potential when few other Chinese did .<5>', 'candidates': [', rode his bike for 40 minutes to a hotel near the West Lake and talked with foreign tourists in English .', 'Fireworks are available for the first time in town for more than a decade, Kang said happily .', \"15 year later,Alibaba has developed into the world's largest e-commerce company ,owning popular shopping websites like Taobao and Tmall .\", 'A short Chinese man is one of the biggest men in the world right now .', \"India is one of the world's biggest producers of tea, which is known locally as chai .\", '19,2014,Alibaba went public and raised$25billion .', 'And on a 1995 trip to the US ,Ma was shown the Internet for the first time .']}", + "output": [ + "[3, 5, 0, 6, 2]" + ] + }, + { + "input": "{'passages': \"For an increasing number of students at American universities , Old is suddenly in .<1>Besides the aging of the body -- boom population , a longer life means that the nation 's elderly population is certain to grow greatly over the next 50 years .By 2050 , 25 percent of all Americans will be older than 65 , up from 14 percent in 1995 .The change causes some questions for government and society , of course .<2>Besides the doctors , we 're going to need more sociologists , biologists , city planners and lawyers , says Professor Edward Schneider of the University of Southern California 's ( USC ) School of Gerontology .<3>Businessmen see huge opportunities in the elder market because the baby boomers , 74 million strong , are likely to be the wealthiest group of retires in human history .Any student who combines an expert knowledge in gerontology with , say , an MBA or law degree will have a license to print money , one professor says .Margarite Santosis a 21-year-old senior at USC .<4>So the took a class in gerontology and discovered that she liked it .<5>\", 'candidates': ['She began college as a biology major but found she was really bored with biology .', 'The reason in clear : the aging of America means jobs .', 'Chen says , You know , I usually go to work and come back home on foot .', 'Lawyers can major in elder law , which covers everything including nursing-home abuse and age discrimination .', 'But she is not only famous for her voice and great achievements , but also for her charity efforts .', 'But it also creates jobs in medicine and health fields , and in law and business as well .', 'She says , I did volunteer work in retirement homes and in was very satisfying .']}", + "output": [ + "[1, 5, 3, 0, 6]" + ] + }, + { + "input": "{'passages': \"Millions of people all over the world use the word OK .In fact , some people say the word is used more often than any other word in the world .OK means all right or acceptable .It expresses agreement or approval .<1>Some people say it came from the Native American Indian tribe known as the Choctaw .The Choctaw word `` okeh '' means the same as the American word okay .Experts say early explorers in the American West spoke the Choctaw language in the nineteenth century .But many people doubt this .Language expert Allen Walker Read wrote about the word `` OK '' in reports published in the 1960s .He said the word began being used in the 1830s .<2>Some foreign-born people wrote `` all correct '' as `` o-l-l-k-o-r-r-e-c-t '' , and used the letters OK. Other people say a railroad worker named Obadiah Kelly invented the word long ago .They said he put the first letters of his name -- -O and K -- -on each object people gave him to send on the train .<3>The organization supported Martin Van Buren for president in 1840 .They called their group the OK club .The letters were taken from the name of the town where Martin was born -- -Old Kinderhook , New York .Then there is the expression A-OK .It is a space-age expression .It was used in 1961 during the flight of astronaut Alan Shepard .He was the first American to be launched into space .His flight ended when his spacecraft landed in the ocean , as planned .Shepard reported , `` Everything is A-OK . ''<4>One story says it was first used during the early days of the telephone to tell an operator that a message had been received .There are also funny ways to say okay .<5>These expressions were first used in the 1930s .Today , a character on the American television series `` The Simpsons '' says it another way .He says okely-doke .\", 'candidates': ['Some people say okey-dokey or okey-doke .', 'Still others say a political organization invented the word .', 'Therefore , it has become popular in that area from then on .', \"But many experts do n't agree on what the expression means .\", 'Still , language experts do not agree about where the word came from .', \"It was a short way of writing a different spelling of the word `` all correct '' .\", 'However , some experts say the expression did not begin with the space age .']}", + "output": [ + "[4, 5, 1, 6, 0]" + ] + }, + { + "input": "{'passages': \"i Pads vs. Textbooks What if you could have your whole backpack at the touch of your fingertips ?In the first month of the Apple i Pads release , 25million were sold !People all over the world use i Pads for all sorts of different things , but one of their finest qualities is the ability to be a textbook .<1>To begin with , i Pad are less expensive .Textbooks become outdated and schools have to buy new books , but with an i Pad schools can update them for free .<2>Schools do n't have to spend $ 500 every year for i Pads because they last a while and can be updated .<3>Students usually have multiple classes , which results in multiple textbooks .Heavy backpacks filled with books can cause back problem .A solution to that is an i Pad , which only weighs 1.33 pounds and can hold all of a student 's textbooks . Third , schools should get rid of their textbooks and get i Pads because they have more capabilities .Some might think all of the apps are distracting , but the apps actually make i Pads more efficient .<4>Textbooks can not do those tasks , but i Pads can easily do them with just a tap of the fingertip . Lastly , i Pads are a better choice for schools instead of textbooks because these devices allow students to access their learning anywhere at any time .<5>With i Pads , they find it easier to get their homework done . In conclusion , schools should get rid of their clumsy textbooks and switch to i Pads .i Pads have allowed this generation to have their entire backpack in the palm of their hands .\", 'candidates': ['These tablets are perfect for busy students .', 'Second , iPads cost less and are more popular .', 'Therefore , they can use the saved money for other programs .', 'iPads have already replaced textbooks in over 600 American counties .', 'Moreover , in high school , textbooks have an average of 4.8 pounds each .', 'Schools have every reason to do away with their school books and switch to iPads .', 'iPads absorb the need to buy calculators , dictionaries , and other items that are found within the device .']}", + "output": [ + "[5, 2, 4, 6, 0]" + ] + }, + { + "input": "{'passages': \"Why Exercise Is Cool ? 1 .Exercise Strengthens Muscles Did you ever do a push-up or swing across the monkey bars at the playground ?<1>By using your muscles to do powerful things , you can make them stronger .For older teens and adults , this kind of workout can make muscles bigger , too.2 .<2>Can you touch your toes easily without yelling ouch ?Most kids are pretty flexible , which means that they can bend and stretch their bodies without much trouble .Being flexible is having `` full range of motion , '' which means you can move your arms and legs freely without feeling tightness or pain.3 .Exercise Keeps the Balance<3>Your body needs a certain amount of calories every day just to function , breathe , walk around , and do all the basic stuff .<4>If you 're not very active , your body wo n't need as many calories . Whatever your calorie need is , if you eat enough to meet that need , your body weight will stay about the same .If you eat more calories than your body needs , it may be stored as extra fat.4 .Exercise Makes You Feel Good It feels good to have a strong , flexible body that can do all the activities you enjoy-like running , jumping , and playing with your friends .It 's also fun to be good at something , like scoring a basket , hitting a home run , or perfecting a dive . But you may not know that exercising can actually put you in a better mood .<5>It 's just another reason why exercise is cool !\", 'candidates': ['So you want to do some aerobic exercise right now ?', 'Food gives your body fuel in the form of calories , which are a kind of energy .', 'When you exercise , your brain releases a chemical , which may make you feel happier .', 'Those are exercises that can build strength .', 'Exercise Makes You Flexible', 'Exercise Makes Your Heart Happy', \"But if you 're active , your body needs an extra measure of calories or energy .\"]}", + "output": [ + "[3, 4, 1, 6, 2]" + ] + }, + { + "input": "{'passages': \"In some Western countries , many children do chores to get pocket money .<1>School students have to do homework and study for tests .<2>They often do chores on weekends .<3>So they do n't get much money .But that 's enough .Many of them only want to buy candy .And candy is cheap !They often help do the dishes , sweep the floor , or feed the pet cat or dog .When they get older , they want to buy more and more things .They want things that are more expensive than candy .<4>They often help their parents wash the family car , cut the grass , or cook meals .Some jobs are a good way for kids to learn new things .<5>Of course , their parents help them at first .\", 'candidates': ['So they have to work harder !', 'They usually start to do this when they are ten years old .', \"They do n't have much free time on weekdays .\", 'For example , they can learn how to use a lawnmower or how to cook .', \"Young Kids do n't need to do chores .\", 'Young kids only do easy chores .']}", + "output": [ + "[1, 2, 5, 0, 3]" + ] + }, + { + "input": "{'passages': '5 2 10<1>When a person does a certain thing again , he is impelled by some unseen force to do the same thing repeatedly ; thus a habit is formed .Once a habit is formed , it is difficult , and sometimes impossible , to get rid of .<2>Children often form bad habits , some of which remain with them as long as they live .Older persons also form bad habits as long as they live .Older persons also form bad habits , and sometimes become ruined by them .<3>Many successful men say that much of their success has something to do with certain habits in early life , such as early rising , honesty and thoroughness .Among the habits which children should not form are laziness , lying , stealing and so on .<4>Unfortunately older persons often form habits which ought to have been avoided .<5>', 'candidates': ['There are other habits which , when formed in early life , are of great help .', 'Whether good or not habit are , they are easy to get rid of .', 'We ought to keep from all these bad habits , and try to form such habits as will prove good for ourselves and others .', 'Habits , whether good or bad , are gradually formed . k & s # 5u', 'It is very important for us to know why we should get used to good habits .', 'These are all easily formed habits .', 'It is therefore very important that we should pay great attention to the formation of habits .']}", + "output": [ + "[3, 6, 0, 5, 2]" + ] + }, + { + "input": "{'passages': 'problem If you garden for pleasure , you may not be aware of how beneficial this hobby is for your health .While you are preparing your garden to grow fresh plants , you are actually doing an amount of exercise as well .Basic yard care tasks such as cleaning the grass or moving fallen leaves away are also good ways to get physical exercise .<1>Just think of the mental relaxation you experience when working in the garden .Various health experts and university studies show that gardening and yard work are more than just enjoyable hobbies .<2>This is truly a great thing as you can use your whole body while you are working .Gardening also involves a number of different kinds of exercise , including stretching and weight lighting .Activities in the yard and garden are also a form of exercise that is appropriate for a variety of people and age groups .Depending on the activity , gardening and yard work are not quite as hard on your body as jogging or running .<3>Like other forms of exercise , gardening can help lower blood pressure and cholesterol levels and keep away heart disease .Moreover , it helps burn a lot of calories .<4>But you can increase the amount of time you spend gardening to improve your health even more .If you are not an active gardener , think about starting a small garden .This way , you can combine the joys of growing your own food with light exercise .When gardening , like other forms of exercise , you need to follow a few basic tips to maximize your experience .First , you should warm up a bit .Do some basic stretches so that your muscles are ready .<5>This is especially important if you are not already an active gardener .', 'candidates': ['They are also unique forms of exercise that allow you to do something creative and fun .', 'Then if you plan to lift heavy objects , always lift them with your knees , not your back .', 'Additionally , gardening and yard care are beneficial for your mental health , too .', 'In the winter , you may wonder what kinds of activities you can do in the garden .', 'There are a lot of activities that you can do in your yard and garden .', 'This means that even if you are older , you can still enjoy the exercise .', 'If you already garden , good for you !']}", + "output": [ + "[2, 0, 5, 6, 1]" + ] + }, + { + "input": "{'passages': \"Many countries have traditional dishes , made with special ingredients and prepared in a certain way .<1>, and when tourists visit , these are the foods they want to try .But why are some foods more popular than others in certain areas ? Traditional ingredients Typical recipes are usually made with native plant and animal products .For example , Korean dishes often include rice and soybeans because both plants are native to East Asia and grow well in hot , wet areas .In contrast , wheat grows well in drier areas , like the Middle East , where bread is a common staple food .<2>, whereas inland cuisines tend to use more meat from farm animals . Food preservation Local cuisines often depend on how people traditionally prepared food for storage .In warm weather , meat and fish can go off quickly , so they must be cooked right away or preserved for later .<3>, for that reason , modern Norwegian cuisine includes many smoked foods . Cooking techniques<4>In China , people often fry food in a deep metal pan or steam it in a basket over hot water .In Morocco , people cook traditional dishes in a special pot called a tajine .And some local dishes are n't cooked at all . Imported ingredients Sometimes local cuisines include ingredients that originally came from another place .<5>, while many Russian dishes are made with potatoes .However , all of these ingredients were brought to Europe from South America in the fifteenth and sixteenth centuries .But now they are common around the world .\", 'candidates': ['Seafood is often a key ingredient in coastal areas', 'There is a danger that local food traditions will be lost', 'Many different cooking techniques are used around the world', 'For example , Italian dishes often include tomatoes and peppers .', 'These local dishes can become symbols of a place and its culture .', 'Nowadays , we can buy food products from all around the world', \"In Norway , the Vikings used to `` cure '' meat and fish by smoking them over a fire\"]}", + "output": [ + "[4, 0, 6, 2, 3]" + ] + }, + { + "input": "{'passages': \"How to Make the World a Wonderful Place When it refers to the people who had helped to make the world a wonderful place , will you only think of famous scientists or great leaders ?That is not all the facts .<1>An act of kindness can bring a smile to a person 's face even if only for a moment . Give away your money .<2>For example , if you want to help hungry children , you can try to find an international organization that provides food for those in poor areas .Every cent you give away will mean a lot . Help a stranger .Your small actions can brighten the day of others .Hold the door for someone whose hands are full .Help the blind cross the street .<3>The key is expecting nothing in return for your acts of kindness . Care about those you know .Show the people close to you how much you care about them .Tell them they mean a lot to you .Make a beautiful gift for a friend .Take your husband to his favorite fun place if he has had a hard week .<4>.Be grateful to others .Have you had good service in a restaurant ?Thank the waiter .Do you have a very good neighbor who is always there when you need her ?Tell her how much you appreciate her being in your life .<5>If a friend needs skill in a certain area , offer your advice .Perhaps she is struggling to set up a computer , and you know how to do that .Offer whatever ability you have , but always remember to be polite .\", 'candidates': ['Give your seat on the bus to an old man .', 'Choose a charity that has meaning for you .', 'Tell your children how much they mean to you .', 'Keep walking forward .', 'Share your knowledge .', 'Small step , not big once .', 'Ordinary people like you and me can also help a lot .']}", + "output": [ + "[6, 1, 0, 2, 4]" + ] + }, + { + "input": "{'passages': \"<1>She never finished her song .<2>The earth shook and the roof suddenly divided , buildings crashed to the ground and people rushed out into the streets .<3>But today the streets of San-Francisco stretch over more than 40 steep hills , rising like huge cliffs above the blue waters of the Pacific Ocean .The best way to see this splendid city , where Spanish were the first to make their homes , is to take one of the old cable cars which run along the nine main avenues .Fares are cheap ; they have not risen for almost a hundred years .You leave the palm trees in Union Square -- the heart of San-Francisco and from the shop signs and the faces around you , you will notice that in the city live people from many nations -- Austrians , Italians , Chinese , and others , giving every part of the city a special character .More Chinese live in China Town than in any other part of the world outside China .Here , with Chinese restaurants , Chinese post-boxes , and even odd telephone-boxes that look like pagoda , it is easy to feel you are in China itself .Fisherman 's Wharf , a place all foreigners want to see , is the end of the ride .<4>As you enjoy the fresh Pacific sea food , you can admire the bright red paint of the Golden Gate Bridge in the harbor and watch the traffic crossing beneath the tall towers on its way to the pretty village of Tiberon .When you finish your meal , you may decide to take a boat-trip around the bay to look at the sights .<5>Then why not go to the fishing village of Sansalito -- a little like London 's Chelsea or New York 's Greenwich Village -- to see people painting and to look at their pictures .You will be able to enjoy a view of the city from the sea and take pleasure in the soft red and blue Spanish-type houses shining in the bright Pacific light .If you have time you might like to go by bus to Carmel , a hundred miles south of San-Francisco , where you will discover a wild and wonderful coast with high cliffs .\", 'candidates': ['The young man said : I never see an elephant before , and I want to know what it looks like .', 'San Francisco , open your Golden Gate , sang the girl in the theatre .', 'The date was 18th , 1906 .', 'You may have heard of the famous saying , East or West , home is the best .', 'The dreadful earthquake destroyed the city that had grown up when men discovered gold in the deserts of California .', 'You get out , and then set out to find a table in one of gay little restaurants beside the harbor .', 'You can stare at the famous , now empty , prison of Alcatraz .']}", + "output": [ + "[1, 2, 4, 5, 6]" + ] + }, + { + "input": "{'passages': \"56~60 What do you most look forward to about a new school year ?Whether it is new supplies , new friends , or learning new subjects , going back to school can be exciting .But it can also be difficult-especially when you receive your first homework assignment .Here are some tips to take the headache out of homework : Plan your assignments in order of importance .There are so many choices for how to spend your time during the school year .<1>At the end of the day , review your list and check what might need to be done the next day .<2>For example , you could work on a short homework assignment while waiting for a ride home . Find out your best study styles .Ryan , an 11-year- old from New York , makes cards to help him remember information .He told Weekly reader ``<3>`` Divide big assignments into smaller pieces . ''<4>And they are easy to finish , '' Alice Carrott , director of educational support services at the University of Kansas Medical Center , told Weekly Reader .<5>This will help you have more energy and be more efficient at your work , says Carrott . Use these tips and you just might find yourself with more time for friends and after-school fun !\", 'candidates': ['It can help to make to-do lists .', 'It stays in there until I need it .', 'Get enough sleep and exercise .', 'Find a comfortable study area .', 'Smaller bites are easy to get started with .', \"It 's easier for me to get it all in my mind .\", 'Find smart ways to use free time .']}", + "output": [ + "[0, 6, 5, 4, 2]" + ] + }, + { + "input": "{'passages': \"<1>We say you're 'in the pink' when we are in good health .It is easy to understand how this expression was born .When my face has a nice fresh, pink color, it is a sign my health is good .The color green is natural for trees, it is an unnatural color for humans .<2>When someone is angry because he doesn't have what someone else has, we say he is 'green with envy' .Some people are 'green with envy' because someone else has more dollars, or 'green backs' .Dollars are called 'greenbacks' because that's the color of the backside of the money .<3>The traditional blue music of American blacks is the opposite of red hot music .It is slow, sad and soulful ( ) .To be blue, of course, is to be sad .<4>People describe a day in which everything grows wrong as a 'black day' .A 'black sheep' is the member of a family or group who always seems to be in trouble .<5>Not all the 'black' expressions have bad meaning .A company 'in the red' is losing money .If someone tells you to put someone 'in black and white', they want you to write it down .\", 'candidates': ['Americans have used colors to create many expressions they use every day .', 'The color black is often used in expressions .', 'Finally, Lucy let me talk to her, even in sight of her cool friends .', \"If it's someone I don't want to see, I say innocently, 'I'm sorry, but I've got to go out . '\", 'Blue is a cool color .', \"When someone doesn't feel well, someone who is sick, for example, we say he 'looks green' .\", \"If someone meets a 'black cat', something unlucky might happen to him .\"]}", + "output": [ + "[0, 5, 4, 1, 6]" + ] + }, + { + "input": "{'passages': \"How to Discover Your Talent Talent tends to refer to that inborn skill that everyone seems to be born with .<1>It 's good to try and identify and practice that skill . Revisit your childhood .A good way to figure out where your talents lie is to go back to your childhood .<2>This is often the time when you had plans that were n't limited by what people tend to think of as reality'.Consider what it is you do when you lose track of time .One of the chief things you can do is focus on what you love to do so much that you have a tendency to forget everything else for a while .<3>You might have to research a bit deeper into the things you enjoy to discover what makes you feel satisfied .<4>Sometimes , when you 're having difficulty seeing clearly , it 's good to get an outside opinion .Your friends and family members know you well and they should be able to offer you some insights into the areas they think you 're talented in . Try new things .Especially if you 're not sure what your talents might be , you should get out and try new things .This way you 're more likely to hit on what it is that you 're really good at and that really makes you happy .<5>In your quest for your own talent you should look into the talents of other people .\", 'candidates': ['Consider what you loved to do as a child', 'Ask others for better advice', 'You can use your talents in the service of kindness', \"Focus on the areas that you 're less talented in\", 'Not all talents are going to be super obvious', 'Observe and enjoy the talents of other people', \"It 's true that having a talent can help you in life\"]}", + "output": [ + "[6, 0, 4, 1, 5]" + ] + }, + { + "input": "{'passages': \"5 2 10 Successful students are highly motivated by an inner drive to study well .They have a specific career goal in mind .<1>So they form their own good study habits plan ahead and stick to their study timetable on their own initiative .If you want to motivate yourself , here are some great ways to improve your motivation .You should write down your educational goals , which makes them become clear .Imagine your success .Experience the feeling of reaching your particular goal .Give yourself rewards .<2>Seek advice and study opportunities from the good students in your class .Successful students tend to study hard .They pay much attention to class as well as taking notes .<3>Outside class they find a quiet study place to study , because they know that academic life comes before their social life .<4>After setting goals it is important to write them down for many reasons .Goals that are n't written are only wishes .It helps you make a commitment to yourself .It gives you a way to see your progress .No one wants to regret not doing something they could have done .Successful students manage their time well by setting up weekly timetable .They make the best use of their study time and find a quiet place and study there every day .<5>If you want to be a successful student , please do as the above .\", 'candidates': ['They know that they are responsible for their success or failure .', 'They make study time productive and not necessarily long .', 'Successful students should set goals .', 'You will be proud of yourself when you achieve success .', 'Each time you complete a lesson , do something special for yourself .', 'When you set your goals make sure that your goals are specific and realistic .', 'They arrive at the classroom early and sit in the front .']}", + "output": [ + "[0, 4, 6, 2, 1]" + ] + }, + { + "input": "{'passages': \"The daily life of a high school student is busy and often very stressful .<1>How can you deal with it ?Here are some tips to help make your life a little smoother<2>Instead of spending time aimlessly during study time , actually study !You may not feel like it , but if it gives you more free time to watch your favorite show that night , it 's worth it .During your commute to and from school , use the time to study or review class notes .Make it your daily goal to practice using time wisely . Stay away from distractions .If you hate to miss your favorite show , make time to study before the show comes .Studying with the television on is much more difficult .<3>If the phone is a distraction , explain to friends that you can only talk at a certain time or turn it off . Get plenty of rest .Take a second and see how many hours of sleep you get each night .Is it less than eight ?If so , you need to be getting more sleep .A study found that most teens need about eight hours of sleep per night to feel energetic .<4>Make time for you .Studying for two or three hours straight can wear you out , and in the end , you may be having a hard time concentrating .<5>A good suggestion is to spend every 45 minutes in studying and take a 15-minute rest .During the break , do something you find relaxing , such as eating a healthy snack or reading a magazine .\", 'candidates': ['Kill time freely .', 'Watch those minutes .', 'You will have a harder time focusing on the learning material .', 'Another way is to listen to some light music when you are learning .', 'Many things and activities a student faces can be difficult and confusing .', 'Make sure to include short breaks while studying to keep your mind active .', 'By managing your time wisely , you will make room for more sleep in your schedule .']}", + "output": [ + "[4, 1, 2, 6, 5]" + ] + }, + { + "input": "{'passages': \"Do your socks create joy ?How about your old textbooks ?How many spare rolls of toilet paper truly make you happy ?These are the kinds of questions I 've been wondering about since I first read the bestseller The Life-Changing Magic of Tidying Up by Japanese organization expert Marie Kondo . As people who have followed her program on tidying know , Kondo suggests we ask ourselves the simple question , ``<1>`` It s these four words that lead to a series of reflections on everyday things and a global movement .<2>This could be your clothes , old CDs , photographs or anything else you think you should `` let go of '' .You lift one object from the pile and hold it in your hands and ask yourself whether it creates joy .<3>Is that scarf your great-aunt knitted you too ugly to wear ?Our minds can persuade us to hold on to everything , but our hearts are more courageous .<4>Over the course of several months , as I dropped more into the donation bag , my chest swelled with : joy ; Giving away two-thirds of my stuff to various charities-Kondo says that gifting friends and family with our unwanted stuff is unfair and actually prevents us from moving on -- -meant more to me than just a tidier home .<5>If one day , all my clothes , books , and other things disappeared , I would still be the exact same person I was before , just with fewer things .\", 'candidates': ['Does this create joy ?', 'Let go of it ?', 'I got to learn more about who I am .', 'Unbelievably , the answer will most likely always be no ,', 'You start by creating a pile of things in your home .', \"Mine told me that I could donate them and I 'd be fine .\", 'It encouraged us to remove bad memories from the past .']}", + "output": [ + "[0, 4, 3, 5, 2]" + ] + }, + { + "input": "{'passages': \"Basic first aid is a very valuable skill to have when going on a camping trip .<1>Cuts .With small cuts , you need to be careful to keep the area of the wound clean to avoid getting infected .<2>If the cut has not stopped bleeding , raise the wounded area above the heart and place pressure on the area to stop the bleeding .<3>It should be held in place with tape , but should not be too tight .Blisters .Blisters can turn a fun walk in the woods into a terrible experience .<4>Change your bandage and socks and keep the blistered area clean .Make sure that you pack different size bandages and first aid cream .Sprains .If you have got a heavy pack on your shoulders , it can be very easy to twist your ankles .Walking sticks can be a traveler 's friend .<5>A good ACE bandage should be packed in case of a sprained ankle .This can help fix the sprained area until you can get medical attention . After seeing the above dangers and treatments , it 's also helpful to pack a small basic first aid kit for your trip .Make sure that you include items that are unique to you and fit your environment ( bleeding , bruise , snake bite , etc .) .\", 'candidates': ['They can help you keep balance on rough areas .', 'Wear comfortable shoes and socks during the trips .', 'Treat the cut with first aid cream to prevent infection .', 'They are an open wound and can get infected if not cared for .', 'Apply some cream and cover the wound with a dry , clean bandage .', 'Below is a brief list of less-severe injuries that you can prepare for .', 'Some climates can be very hot during the day and very cool at night .']}", + "output": [ + "[5, 2, 4, 3, 0]" + ] + }, + { + "input": "{'passages': \"How to Choose the Best Mother 's Day Gift Let 's face it , shopping for that perfect gift on Mother 's Day can be very painful .<1>That 's why they are spending tons of money on dinners and clothes .Instead of buying an expensive gift that your mom probably wo n't ever use , take a look at the tips to help you pick out the right gift.1.Remember all the little things . Mother 's Day is a very special day .<2>You should try to buy gifts that she truly loves .For example , choose gifts that areabout her favorite foods , childhood memories , hobbies , etc .This will not only show that you care , but your gift will also be meaningful.2.Think about the good old days .<3>Whether you buy another set of clothes that she used to wear or put together a collection of old photos in a photo album can make her feel special .These are probably the best types of gifts to give if you can pull it off .3.Give her a surprise . It 's always fun to surprise our mothers and to see the joy on their faces .<4>If there is no possibility of it , take her out to an event or dining experience that is new and different .She may be surprised at how much fun she had.4.Send her a handmade gift .<5>Sometimes , buying gifts can be a good choice on Mother 's Day .However , making a gift by hand shows the thought and care spent in giving the best gift for our mothers .Try something different like making her favourite food or knitting light blankets for the coming autumn season .\", 'candidates': ['Making gifts are always better than buying gifts .', 'Sometimes a hug and a kiss can be the best gift of all .', 'Giving a gift that brings back memories can go a long way .', 'Colorful fresh-cut flowers are universally loved and will brighten her day .', 'Holding a surprise party for your mom can really make her feel appreciated .', \"Nowadays , many people do n't know what to buy for mothers on this special day .\", \"But that does n't mean you should burn a hole in your pocket to buy the most wanted gift .\"]}", + "output": [ + "[5, 6, 2, 4, 0]" + ] + }, + { + "input": "{'passages': 'How to Look and Feel Beautiful Life can be much easier if most people are not too hard on themselves about their own appearance and personality .<1>..1 .Spend time for yourself . Everyone needs to spoil himself or herself once in a while .Going to a spa or trying something simple can improve greatly on how you feel..2 .Eat healthy and exercise . Keeping your body in shape and eating healthy food can do wonders for you not only physically , but give you great energy to be active and fit .<2>..3 .Stay less stressed .<3>Try yoga , soothing music to ease and relax your mind and body .Do whatever that works for you to prevent constant worries..4 .<4>.Treat yourself by buying a new outfit , a pair of shoes or a beautiful necklace or earrings to give an extra boost in the way you look..5 .Be content with yourself . The best method to stay beautiful is being comfortable in your own skin by having confidence and thinking highly of yourself ( but not to the extreme where you are arrogant ) .Accepting that you are an unique individual with great gifts can definitely change your life for the better..6 .Smile , laugh , and stay positive .<5>And it also gives you a beautiful glow that make others want to be around you .', 'candidates': ['Go shopping', 'Wear makeup', 'Read more on different ways to look and feel beautiful', 'Ignore negative comments and stay away from negative souls', 'Remembering these three factors helps draw the right people in your life', 'Also taking vitamins and supplements is good for your body , skin , and hair', 'Situations in our life at times can make us feel physically , mentally , and emotionally stressed']}", + "output": [ + "[2, 5, 6, 0, 4]" + ] + }, + { + "input": "{'passages': \"I often walk dogs at an animal shelter near our house .When they see me, they look so happy, because they know they will get to go outside, play with me and get lots of love from me .<1>They have adoption events at pet stores .<2>It makes me feel great when a cat or dog gets a new home .----Lucas, 11 Sometimes I do things for my neighbors and ask them to give me some money or clothes .<3>----Linda, 10 I love volunteering!<4>I also made gifts for many women on Mother's Day .And I'll help the older people cook dinner next week .I love the feeling I get when the people smile and I know I made a difference in their life .<5>I help young children to learn how to read .My favorite part of it is seeing a little child feels excited when he or she learns a new word .----Victoria, 12\", 'candidates': ['I help out by talking to people about animals, feeding animals and making sure the cages are clean .', 'Then I can give these to the unlucky people .', '-----Mandy, 12 Every weekend, I go to an animal shelter to help .', '----Megan, 13 I volunteer at an after-school reading program .', \"Last week, I cleaned up the houses for people who couldn't do it themselves .\", \"Though she was very busy, I'd seen her give away berries to everybody -- parking attendants, mail carriers and hairdressers .\", \"I couldn't be thinking about how many mistakes I'd make--it would distract me from playing, he says .\"]}", + "output": [ + "[2, 0, 1, 4, 3]" + ] + }, + { + "input": "{'passages': \"Dolphins are interesting animals and researchers find them interesting to watch .They don't have hands, but can use tools to solve problems, just like us .Scientists have observed a dolphin trying to get a shy eel to come out of its hole by poking it with a dead fish .<1>They have many different relationships and need a good communication system; they use a variety of sounds to communicate with each other .<2>But scientists still have a lot to find out about these animals and so there are certain to be a few surprises in the future .At Kewalo Basin Marine Laboratory in Hawaii, the dolphin team have developed a sign langue to communicate with the dolphins, and the results are amazing .Not only do the dolphins understand the meaning of individual words, they also understand the significance of word order in a sentence .For example, when they were asked to 'touch the ball with your tail and then jump over it' they generally responded correctly and straight away, which showed that they understood the langue .<3>On a beautiful day in 1997, researchers working at a beach, off the southern coast of Brazil, observed a little dog going into the sea and swimming towards the dolphins .To their surprise, the dolphins approached the dog and then started throwing it into the air .<4>From then on, different dogs were seem trying to interact with the dolphins .Dolphins live in a very different world to ourselves, but they are very good at our 'intelligence tests' .<5>They do this because they will get a fish as a reward .There is still much to learn about these flexible problem-solvers, but from the evidence so far, it would seem as though dolphins are very intelligent .\", 'candidates': [\"For example, if you don't understand something in math, the whole class won't he moving on without you .\", 'Many species of dolphin live in large societies .', \"The dog seemed to enjoy the 'game' and continued playing with the dolphins for more than an hour .\", 'There are lessons in child psychology, sign language and even media training for talk-show appearances and call-in shows .', 'Most mammals seem to enjoy play--but dolphins seems to like making their games as challenging as possible .', 'There is currently no evidence that dolphins have a language of their own .', 'For example, they will jump out of the water when they hear a whistle noise .']}", + "output": [ + "[1, 5, 4, 2, 6]" + ] + }, + { + "input": "{'passages': \"Birthday Traditions in Different Countrles[ England Certain symbolic objects are mixed into the birthday cake as it's being prepared .If your piece of cake has a coin in it,then you will be rich .Also, when it's your birthday,your friends give you the bumps .They lift you in the air by your hands and feet and raise you up and down to the floor;one for each year you lived,then another one or two for luck .Denmark A flag is flown outside a window to show that someone who lives in that house is having a birthday .<1>Holland Special year birthdays such as 5,10,15,20,21 are called crown years .The birthday child receives an especially large gift on a crown year birthday .<2>Canada The birthday child's nose is greased with butter for good luck .<3>In some parts of Canada,the birthday person even receives a punch for each year he/she is alive and then one for good luck .<4>The birthday person also gives the first plece of cake to his/her most special friend or relative,usually mom or dad .<5>The table is set with food,and four items:a pencil,a ruler,thread,and money .The item that the baby chooses is said to forecast his/her future:excellent student,good with hands,long life or riches .South Africa On the twenty-first birthday,a key made of anything from paper to silver to gold is presented by the parents as a sign that the child is ready to unlock the door to their future .\", 'candidates': [\"The family also decorates the birthday child's chair at the dining room table with flowers,paper streamers and balloons .\", \"Presents are placed around the child's bed while he/she is sleeping,so he/she will see them at once upon awakening .\", 'Brazil The birthday child receives a pull on the ear for each year he/she has been alive .', 'Korea There is a big family party on the first birthday .', \"There's no market at all for their big, luxurious cars, for only the wealthy can now afford to operate them .\", 'The greased nose makes the child too slippery for bad luck to catch him/her .', \"The woman was pregnant late last year, and one day her change of shape confirmed that she'd delivered the child .\"]}", + "output": [ + "[1, 0, 5, 2, 3]" + ] + }, + { + "input": "{'passages': \"Nowadays , We Chat is about expressing our opinions and Weibo is about collecting things we like .Both of them develop our self-focus .Self-focus simply means you pay attention to how you feel , think and behave .Self-focus is n't naturally a bad thing .Particularly in individualistic cultures , we value our ability to be self-aware .<1>Unfortunately , when you are regularly focusing on yourself , you 'll notice any dissatisfaction , anxiety , or general discomfort you might not have otherwise .<2>As a result , self-focus contributes to a wide range of mental health problems like anxiety . But quitting technology is no longer a practical solution .<3>For example , do n't post about things you did , which focuses your attention on yourself .Instead , you could share advice and words of support from your smart phone .As a result , you 'll feel better , and so will the people around you . Do you like to take selfies ?It 's easy to take a quick picture of yourself to show what you re doing , or how you re feeling .But paying attention to ourselves often makes us feel worse .<4>Do your best to highlight the wonderful things that make them special .In this way , you wo n't focus so much on your bad hair day , and you will get along better with your friends .<5>But if we can learn to move the focus off ourselves and onto doing good for others , technology can help us grow .Anyway , the point is that it 's up to you to handle the ability of your self-focus .\", 'candidates': ['Too much self-focus means few friends .', 'Self-focus is generally helpful in daily life .', 'Therefore , try taking pictures of your friends .', 'In fact , we can use technology in ways that are less self-focused .', 'By bringing your attention to those negative emotions , you strengthen them .', 'We want to know who we are and why we do what we do to uncover possible ways to improve our lives .', 'Technology-when used in certain ways is having negative effects on our mental health and well-being .']}", + "output": [ + "[5, 4, 3, 2, 6]" + ] + }, + { + "input": "{'passages': \"Ways to Free Your Mind When You 're Feeling Stuck Have you ever felt like you were racing around in circles without making much forward progress ?If you 're stuck and you do n't know how to rise , do n't look outside yourself .Look below .<1>Go back to what 's important When we get stuck , it can be extremely useful to come back to these three things : core values , beliefs and goals .Why ?<2>Ask for help Very often , highly happy and successful people have a supporting group of friends , family and others who help them .<3>And do n't be afraid to reach out and help someone who 's even more stuck than you . Embrace the natural pathways When you get stuck , there 's no need to go back to the drawing board .Ask the people around you about the systems that are working for them , read insightful books and blog articles , and use the same methods and pathways that others have used to get unstuck .<4>Relocate yourself to an inspiring environment<5>You can go for a walk in a nearby park .You can come out of the office for a cup of coffee .Or if you 're at home , you can simply go to a different room in the house .Whether it 's urban spaces , parks , libraries , museums or even our own backyards , there are plenty of available sources that we can draw inspiration and strength from .\", 'candidates': ['Goals are the outcomes in life that we strive for .', 'Here are some useful ways to help yourself get unstuck .', \"When you 're stuck , do n't be afraid to ask for help .\", 'One way to get unstuck is to simply change your environment .', 'Because they form the basics of what is important to us as individuals .', 'Break the cycle of worry and work on something else .', 'In fact , the system is nothing more than a natural pathway of thought that someone has created with their mind .']}", + "output": [ + "[1, 4, 2, 6, 3]" + ] + }, + { + "input": "{'passages': '<1>Are you a good English writer who loves the news?<2>They will join the BBC Kid Reporter team for the 2015-2016 school year .<3>Written news stories for BBC For Kids .Talked about their work on television .<4>com .How to Enter Visitwww .bbcforkids .comand fill in the entry form .Be sure to read the rules and share them with your parents, who must sign your form .Entries must be done by June 19, 2015 .<5>Good luck!', 'candidates': ['Do you know the danger of having too much wax coating stored in our stomach?', 'You must be OVER 13 years of age .', \"We're looking for 100 students from around the world .\", '[ Next year our team will continue to report local news stories for BBC For Kids magazine and bbcforkids .', \"We're looking to use polymers in much tougher situations than ever before on a larger scale .\", 'In the past, BBC Kid Reporters have: Interviewed leaders and other people .', 'Do you dream of being a reporter?']}", + "output": [ + "[6, 2, 5, 3, 1]" + ] + }, + { + "input": "{'passages': \"Not all students know how to prepare for exams .<1>With teachers ' help , students can prepare for exams much better , thus doing better in exams .Here are some ways that teachers can use to help students prepare for exams .<2>With lower-grade students , create a list of topics that they need to study .Higher-grade students can still benefit from a list , even if it 's a list of all the topics they 've studied that year .That 's because a list gives them something to check off .Throughout your review time , encourage students to mark their topic list , crossing off things that they already know and highlighting or putting a star beside things they need to study .<3>Do n't just stand in front of the class and try to review everything .Instead , students should be the ones looking up things in their notes and trying to remember how to solve problems .The more actively involved the students are , the more focused they will be , and the more they will remember.involve more deeply in the material .<4>After that , have them exchange with another student and take each other 's quiz .Finally they are to grade the quiz they wrote and discuss any wrong answers with the student who took their quiz . Have students write quizzes for each other .When students write their own quiz questions , they Give students a practice exam .<5>Usually on the last review day , I will give a practice exam-a short , ungraded test that has similar questions as what will be tested in the exam .We then go over it during the second half of the class .It 's really helpful .\", 'candidates': ['Have the students work , not yourself .', 'Remember to try to review everything .', 'So have them write a 5-10-question quiz .', 'Give students similar questions before the exam .', 'It means teachers should help students prepare for exams .', 'Give students a list of topics that could be tested in the exam .', 'This is a great way to help students know how prepared they are .']}", + "output": [ + "[4, 5, 0, 2, 6]" + ] + }, + { + "input": "{'passages': 'Most of us lead unhealthy lives ; we spend far too much sitting down .If in addition we are careless about our diets , our bodies soon become loose and fatty and our systems slow moving .<1>I am thinking of such features of modern city life as pollution , noise , rushed meals and stress .But keeping fit is a way to reduce the effects of these evils .The usual suggestion to a person who is looking for a way to keep fit is to take up some sport or other .While it is true that every weekend you will find people playing football and hockey in the local park , they are outnumbered a hundred to one by the people who are simply watching them . For those who do not particularly enjoy competitive sports-<2>-there are such separate activities as cycling , walking , jogging and swimming .What often happens though is that you do them in such a leisurely way , so slowly , that it is doubtful if you are doing yourself much good , except for the fact that you have at least managed to get up out of your armchair . Even after you have found a way for keeping in shape , through sport or gymnastics ,<3>, because , according to the experts , you must also master the art of complete mental and physical relaxation .<4>Yoga , as practiced in the West , is the most widely known and popular of the systems for achieving the necessary state of relaxation .It seems ironical , though , that as our lives have improved in a material sense we have found it increasingly necessary to go back to forms of activity-<5>-which were the natural way of life of our forefathers .', 'candidates': ['be active and practise Yoga', 'There are some aspects of our unhealthy lives that we can not avoid .', 'and it is especially difficult to do so if you are not good at them', 'physical effort on the one hand and relaxation on the other', 'they spent most of the time out of doors', 'you are still only half way to good health', 'It has to do with deep breathing , emptying your mind of all thoughts , meditation , and so on .']}", + "output": [ + "[1, 2, 5, 6, 3]" + ] + }, + { + "input": "{'passages': \"Dear Sophia , I understand how it feels to be lonely and have no friends .In fact , I used to be just like you !<1>: 1.Join a club .Clubs are great because everyone has one thing in commonthe club activity !<2>2.Be friendly .Always smile and say hello .<3>In fact , most people might not even notice you .3.But it 's not because they do n't like you .<4>4.Look for other kids who are lonely like you .Your friendship can help make someone else and yourself happy .<5>Do n't just think about being lonely .Get out and do something !Go for a run .Play an instrument .Read books .Then your life will be colorful .Yours , Jordon\", 'candidates': ['Do something interesting and keep yourself busy .', 'I want to make friends with you .', 'Doing activities with other people to develop friendship .', 'Get up early .', \"Do n't wait for other people to say hello to you .\", 'Here are some things to you .', \"It 's because they are too busy\"]}", + "output": [ + "[5, 2, 4, 6, 0]" + ] + }, + { + "input": "{'passages': \"Do you feel like sleeping after lunch?What should you do about it?Don't drink coffee or tea!<1>A nap may make you more energetic .<2>Also, you can learn things more easily after taking a nap .<3>But there is some advice you should follow about taking a nap .First, take a nap in the middle of the day, about eight hours after you wake up .Next, a 20-minute nap is good .If you sleep longer, you may fall into a deep sleep .After a deep sleep, you will feel worse .And you should set an alarm clock .<4>You won't have to keep looking at the clock .<5>Put your head down, close your eyes and take a nap .\", 'candidates': [\"2*1*c*n*j*y The next time you feel like sleeping after lunch, don't get worried .\", 'Then you can fully relax during your nap .', 'You will remember things better and make fewer mistakes .', 'Instead, take a nap .', 'It may even cheer you up .', 'If you do have the chance,however,here are a few tips about making the most of your nap .', \"It's natural for all kids to worry at times,and because of personality differences,some may worry more than others .\"]}", + "output": [ + "[3, 2, 4, 1, 0]" + ] + }, + { + "input": "{'passages': \"How to Enjoy Your Family Everyone has at least a little family drama , and you should still love your family no matter how many challenges are brought upon you .If you really trust your family , you should know they will always be there for you .<1>.Look back on the previous moments that you have had with your family .If you can think of no good memories with your family ,<2>Your friends are a big part of your life , and even though they are n't related to you , that does n't mean you ca n't call them your family .<3>Make sure they know how you feel .Tell them that there have been things bothering you for a while , and you just want them to understand .If you tell them how you feel , then maybe they will give you more respect . If you are a teenager , remember that they are the ones that provide you a home and food .If they were n't there , then neither would you .Just be grateful .<4>.Spend more time with your family .Have a `` family game night '' .Go to see a movie , go out to dinner , go on vacation and so on .<5>! If your family is just boring in general , and you are having a tough time enjoying their personalities , then expose your family to fun .\", 'candidates': ['Here are the steps that will help you to learn about your family', 'There are people in the world living without any home or family', 'There are a large number of fun things you can do with your family', 'remember you still have your friends', 'Talk to your family', 'You should be thankful and enjoy what you have', 'try to start a blog or website of your own']}", + "output": [ + "[5, 3, 4, 1, 2]" + ] + }, + { + "input": "{'passages': \"A : Hello , Li Qing .<1>B : She goes to school by bike .A : It 's the most popular way now .Many students in my class ride to school , too .B :<2>A : No , my home is far from school , so I take a bus<3>What about you ?B : My home is much farther than yours , so I take the underground every day .A :<4>B : Yes , it is .It is very uncomfortable because there are many people .A :<5>B : I think it is the most comfortable way , but it 's too expensive for me .A : Yes , I think so .\", 'candidates': ['Do you also go to school by bike ?', 'Which is the fastest way to go to school ?', 'Is it crowded on the underground ?', \"Why do n't you take a taxi ?\", 'It usually takes me 20 minutes to arrive at school .', 'How does your sister go to school every day ?']}", + "output": [ + "[5, 0, 4, 2, 3]" + ] + }, + { + "input": "{'passages': \"During Nelson Mandela 's 19 years in the prison on Robben Island , one particular commanding officer , Badenhorst , was the cruelest of them all : A few days before Badenhorst 's leaving the prison , I was called to the main office .General Steyn was visiting the island and wanted to know if we had any complaints .<1>When I had finished , Badenhorst spoke to me directly .He told me he would be leaving the island and added : ' I just want to wish you people good luck ' .<2>He spoke these words like a human being and showed a side of himself we had never seen before .<3>I thought about this moment for a long time afterwards .<4>But that day in the office , he had showed that there was another side to his nature , a side that had been hidden but still existed .It was obvious that all men , even the most seemingly cold-blooded , have a heart of kindness and that , if their hearts are touched , they are able to change .<5>He behaved cruelly because he was rewarded for cruel behavior .\", 'candidates': ['I do not know if I looked dumbfounded , but I was amazed .', 'I thanked him for his good wishes and wished him good luck too .', 'One Sunday morning , I went for a walk with my grandfather in the park near my house .', 'Badenhorst was there as I went through a list of demands .', 'Success is that you can do something that you already know you can do , or doing something correctly the first time .', 'Badenhorst had perhaps been the most cold-blooded and cruelest commanding officer we had had on Robben Island .', 'Actually , Badenhorst was not evil ; his inhumanity had been encouraged by an inhuman system .']}", + "output": [ + "[3, 0, 1, 5, 6]" + ] + }, + { + "input": "{'passages': \"<1>Researchers from the University of Chicago asked volunteers to remember simple words .Many found their memories letting them down towards the end of the day, but the following morning, those who had slept well could recall much more .Researchers, writing in the journal Nature, said the brain could rescue lost memories during the night .When the brain is first asked to remember something that memory is laid down in an unstable state, meaning that it is possible that it could be lost .At some point, the brain consolidates those it deems important into a stable , more permanent state .<2>This would mean that memories could be modified then filed away again in the face of new experiences .<3>Initially, the written version of the word from the audio version only .Tests revealed that the ability to recall the right word tended to tail off as the day ended .However, when the volunteers were retested after a good night's sleep, they were able to recall some words that they had forgotten the previous evening .Dr Daniel, one of the study authors, said: Sleep consolidates memories, protecting them against subsequent interference or decay .<4>He said: If performance is reduced by decay, sleep might actively recover what has been lost .Dr Karim Nader, from the Department of Psychology in McGill University in Montreal, said: Memory research is undergoing a transformation---no longer is memory thought to be a hard-writing of the brain, instead it seems to be a process of storage and restorage .<5>\", 'candidates': ['However, the Chicago researchers suggested that it was possible for a stable memory to be made unstable again .', 'The 12 volunteers tested in the experiment were played words created through a speech synthesizer which were purposely difficult to understand .', 'Sleep also appears to recover or restore memories .', 'Sleep helps some memories mature and also prunes out unimportant memories .', \"Even facts forgotten by people during a busy day may be retrieved if this is followed by a good night's sleep .\", 'It appears that, like the golden zebrafish, light-skinned Europeans also have a mutation in the gene for melanin production .', 'Soap also helps to break up the dirt that holds most of the germs .']}", + "output": [ + "[4, 0, 1, 2, 3]" + ] + }, + { + "input": "{'passages': \"Four ways to get a feel for a college on your own There 's more to visiting a college than a campus tour .And there 's a critical part for students and parents : testing the school on your own .<1>16 .Go to a dining hall or student union . The best common place where students relax and hang out is the cafeteria or student center where you can see what college kids are like in their natural habitat .`` Go to lunch in a cafeteria right at noon `` says Edward Walker founder of Independent Consultants in Education ``<2>Sit in on a class . A lot of high school students are n't sure what they want to study yet when they are visiting colleges but familiarizing yourself with the academic atmosphere is important .You can come up with a few academic areas that you think you 'd like to study and reach out to those classes .<3>Chat with anyone walking around campus .Do n't let mom and dad do it for you .`` Your parents can talk to people too and then you can compare notes `` says Walker .`` Talk to various groups of students so you 'll get a well-rounded picture. ``<4>Tour the community . Whether the school is in the countryside or in a city center check out the off-campus area nearest the college .<5>\", 'candidates': ['Talk to parents .', 'Talk to students .', 'Many schools offer people chances to sit in on a class .', 'Here are four ways to get more familiar with a prospective school .', \"That 's one of the best places where you can learn about a school 's atmosphere .\", 'Big communities are still the major places that attract tourists in our society today .', \"If there 's time tour some of the museums or other points of interest and eat at a local restaurant .\"]}", + "output": [ + "[3, 4, 2, 1, 6]" + ] + }, + { + "input": "{'passages': \"<1>Don't listen to people who say that young people today often think only of themselves .It's not true at all .<2>And they don't do it for money .<3>Alice Hamilton, 17 I'm going to help the Forest Center build new hiking paths in the mountains .<4>I'm going to sleep under the stars .It will be a nice sport, and I'll be able to do something good at the same time!Jason Moore, 18 This summer, I'm going to volunteer with Special House Program .<5>They'll teach me what to do, so I'll help people and also have a chance to learn how to build houses .Trish Anderson, 16 I'm going to teach kids who have trouble reading .I'll work for a program called Reading For Life .Every day, I'm going to help kids choose and read books that they like .I want to be a teacher and I love children and reading, so this is going to be a great experience for me ..\", 'candidates': ['They also give off the heat, and, of course, the warm air rises into the living areas of the houses .', 'They build good, low-cost houses and sell them to the families that are not very rich .', 'Young American Volunteers If you have no special plans for your holiday, why not spend your time helping others?', \"It's going to be terrific - I'll spend the whole summer living in a tent and breathing the clean mountain air .\", 'Here are some of their stories .', 'Faustian bargain According to most stories, Faust was a German scholar who was rather unhappy with his life .', 'More and more young people in the USA volunteer to spend their school holidays working for others .']}", + "output": [ + "[2, 6, 4, 3, 1]" + ] + }, + { + "input": "{'passages': \"Sometimes life makes more sense when you look at it in reverse .That's certainly been true for me .Last Christmas, at 39, I caught a disease which attacked my knees and eyes .<1>For months I' d have to crawl across the floor to use the bathroom or get a drink of water when my husband wasn't home .For a while I could only see shapes and colors so I couldn't drive .My parents kept begging me to let them come out to stay with me in Los Angeles, but our apartment is small and I knew there was nothing they could really do to help me .<2>My only problem was that I couldn't drive to my doctors' appointments and I didn't want my husband to keep missing work to drive me .Three days after I explained this to my parents, a check came from them with a note saying this was taxi money .<3>It probably goes without saying that I was extremely grateful to have family members who could and would support me during the hard time .In terms of my day-to-day existence, I live in a village within Los Angeles called Brentwood so I was able to walk to the local post office, market, bank, and library .<4>Los Angeles is a big city, but I lived in a village with a wonderful community of people who were kind and patient .<5>Life was good again and I thought I had a clear understanding of the blessings this illness has provided .\", 'candidates': ['At its worst I could hardly walk or see .', 'But once there, I had to depend on the kindness of strangers to help me .', 'I could see beyond her, into the corner of the living room where the tree had always stood .', 'Slowly I became well .', 'When I was young, Mom and Dad did well to hide the fact that we were poor .', 'For the excellent health insurance my husband had through his job, I was receiving the best medical care possible .', \"Several months later another check showed up from my brother to help make up our income since I wasn't able to work .\"]}", + "output": [ + "[0, 5, 6, 1, 3]" + ] + }, + { + "input": "{'passages': \"Not everyone deals with their feelings as an open book for others to read .<1>Learn to open up in order to improve your mental health .<2>Accept this and move on . Give yourself some time to have sweaty palms or a shaky voice , since it will get better with practice . Ask people open-ended questions . To begin practicing opening up , you need to engage in honest , open conversation . Try a question like , '' How are things going at work ?`` instead of `` How 's it going ?`` to get an open answer .Then , in turn answer open-ended questions with honest answers , instead of `` Fine '' or `` OK '' .<3>However , in most cases people are flattered that you are listening to them and interested in their life . Try emulating someone who is very open . Observe them in a social situation . Then , try to act as if you are them occasionally . Many open behaviors are learned , and not a natural part of personality .<4>Avoid being a `` know it all '' .Some people think advice is opening up , but it is unlikely to help you more open .When you want to give advice , listen and try to learn something new from the situation .<5>Schedule at least one long conversation per week . In the conversation you tell someone about the emotional and difficult part of your life . Get into the practice of opening up about what 's good and bad in your life .\", 'candidates': ['In this case , practice can make perfect .', 'Call close friends and family members more often .', 'Asking people personal questions is not always proper .', 'Try connecting about hobbies , interests , vacations or books .', 'Listening patiently is a great way to overcome fear of sharing emotions in public .', 'Understand that there is usually some fear with opening up to other people .', 'However , closing yourself o from new people can stop your personal growth .']}", + "output": [ + "[6, 5, 2, 0, 1]" + ] + }, + { + "input": "{'passages': \"<1>Then join us to be a volunteer !<2>We have volunteer jobs of all ages .Anyone, from twelve-year-old children to people about seventy years old can become a volunteer .<3>Schools need help with taking care of children while parents are working .<4>Animal lovers can help take care of those dogs and cats without homes .There is something for everyone .As a volunteer .I don't want to get anything .Seeing the children's happy faces, I'm happy, too .said Carlos Domingo .an old woman of 62 .I often played computer games in my- free time before .<5>\", 'candidates': ['Now I help older people learn how to use computers, said another volunteer at the age of 18 .', \"We're a non-profit organization .\", 'Are you looking for something fun and would you like to help others in your free time?', \"We're looking to use polymers in much tougher situations than ever before on a larger scale .\", 'You can help people in many ways .', \"Let's teach our kids how to be human, how to interact with others, how to help others and recognize bad people .\", 'Hospitals need volunteers to look after children while their parents are seeing a doctor .']}", + "output": [ + "[2, 1, 4, 6, 0]" + ] + }, + { + "input": "{'passages': \"How much rain has fallen on the earth in the past?Man has not always kept weather records .Because scientists need a way to learn about past rainfall, they study the tree rings .A tree's trunk keeps growing year by year .Under its bark , a tree adds a layer of new wood each year it lives .<1>They are called annual ring .<2>But the ponderosa that grows in the American southwest have rings in different withes .<3>The pines depend on rainfall for water .In a year of good rainfall, they form wide rings .<4>Scientists do not have to cut down a pine to study its rings .With a special tool, they remove a narrow piece of wood from the trunk without harming the tree .<5>Some pines are hundreds of years old and have hundreds of rings .These rings are from an annual record o0f past rainfall in the southwest .\", 'candidates': ['The soil in he southwest is dry .', 'In a dry year, they form narrow ones .', 'Then they look at the width of each ring to see how much rain fell in the year it formed .', 'If I am having a bad day and I see someone having a worse day than me, that makes me feel better .', 'If you look at a tree stump, you can see the layers .', 'On some trees, all of the rings are of the same width .', 'The rain had softened the soil and it could not hold our combined weight .']}", + "output": [ + "[4, 5, 0, 1, 2]" + ] + }, + { + "input": "{'passages': \"We all know a healthy lifestyle is important for us .Here are three students ' lifestyles .Whose lifestyle do you think is the healthiest ?Peter is very fat because he always eats a lot .Every day ,<1>For dinner , he usually has three hamburgers and some ice-cream .He does n't likes doing exercise .He does exercise less than two hours a week .That 's why he is so fat .Kate does n't eat too much food every day .Her breakfast is only an egg and<2>, She usually has some vegetables and milk for dinner .She does n't eat meat because<3>Su Jun , a Chinese boy , has an another name Early .He gets up early every morning and then<4>He also enjoys swimming and goes to the Swimming Club three to five times a week .He looks strong and healthy .He likes to eat noodles or dumplings with some vegetables for lunch .He often eats salad but<5>Now , what 's your answer ?\", 'candidates': ['she eats noodles or some rice for lunch', 'she thinksit is bad for her health', 'he runs for an hour', 'he has a nice breakfast and hour', \"he does n't eat hamburgers\"]}", + "output": [ + "[3, 0, 1, 2, 4]" + ] + }, + { + "input": "{'passages': \"Four reasons why change is good for you We all know that change is hard because your brain is used to doing the same thing over and over again .<1>But the positive consequence is really great .Here are four reasons why change is good for you :<2>Life in the comfort zone is easy .You simply follow a routine and you can predict the consequences .Outside of the comfort zone your assumptions are challenged .The idea of doing the same thing over and over without question is discouraged . You get to experience more .<3>When you look back on your life , all of the really amazing things are because of a new experience you had .All of those vacations you took and all of the people you met have taught you more than you ever learned in school .These experiences now make up who you are today . You 'll be more flexible and adaptable . Without doubt , change makes you more flexible and adaptable .You learn to deal with things in a way that seems foreign but acceptable and achievable .<4>You begin to thrive in new situations because you have proven to yourself that you can , not only handle change , but flourish . You have more fun . When you are open to change , you are open to saying YES to more .You are open to more experiences and opportunities .<5>When you add all of these things together , you are going to have a more color1 ful life and you 'll have a ton of fun figuring it all out along the way-there 's no doubt about it .\", 'candidates': ['You are pushed out of your comfort zone .', 'Experience is waiting for you at the doorstep .', 'You have the opportunity to meet more people too .', 'Whether the change is good or bad for you , it does happen .', 'We also know how challenging it can be to go through change .', \"Then you 'll be more confident when in the next uncomfortable situation .\", 'Change is good because you have the chance to involve in new experiences .']}", + "output": [ + "[4, 0, 6, 5, 2]" + ] + }, + { + "input": "{'passages': \"There is a zoo named Zhongshan in our city .There are many animals .<1>But some other animals are not .Tigers, lions and some snakes are dangerous .<2>But I don't think it's good for animals to be in cages .<3>The animals in cages cannot be happy .Tigers usually live in forests and mountains .They are strong and can run very fast .<4>They have nothing to do every day .<5>When they are tired, they sleep .I am kind of sorry for them .\", 'candidates': ['Some of them want to be as good as me and some of them think .', \"That was when America's worst nuclear accident happened at the Three Mile Island center in Pennsylvania .\", 'They need to be free .', 'They run after and eat small animals like rabbits and deer , but now they are in small cages .', \"That's why they must be in cages .\", 'So they walk around in the cages, and they want to come out .', 'Some animals are very friendly .']}", + "output": [ + "[6, 4, 2, 3, 5]" + ] + }, + { + "input": "{'passages': \"<1>Some people are calling it the greatest medical breakthrough so far this century .But what are stem cells ?As we know , most cells in our bodies are designed to serve specific purposes - for example , a liver cell develops to work in the liver and can not become a heart cell .But stem cells are different .They are very young , and in the laboratory scientists can grow them into different types of cell .Claudia Castillo needed a new windpipe after getting a serious disease .<2>They used strong chemicals to remove the donor 's cells , leaving a tissue scaffold .<3>After four days the cells had grown sufficiently for the windpipe to be transplanted into Ms Castillo .<4>These drugs can have bad side-effects , and do not always prevent rejection .But by using Ms Castillo 's own cells , doctors were able to trick her body into thinking the new windpipe was her own organ .<5>This ground-breaking procedure could be used in other transplant operations in the future .Scientists also believe stem cells might be used to treat Parkinson 's disease , Alzheimer 's disease , heart disease , stroke , arthritis , diabetes , burns and so on .However , stem cell research is extremely controversial .The most effective stem cells do not come from adults but from embryos created in laboratories and which are just a few days old .Many people have religious or ethical objections to growing embryos , even if they can be used to cure diseases .\", 'candidates': ['Five months on , Claudia Castillo is in perfect health .', \"This was refilled with cells from Ms Castillo 's windpipe , and stem cells from her bone .\", \"Peter Calafiura , an American doctor , agrees that shouting can have a positive influence on people 's health .\", 'Scientists from the University of Bristol in the UK took a donor windpipe , or trachea , from someone who had recently died .', 'Currently , transplant patients have to take drugs for the rest of their lives to prevent their bodies rejecting the new organs .', \"This was the last jar we would ever have from my mother-in-law 's patient , loving hands .\", \"Surgeons in Spain have successfully carried out the world 's first organ transplant using new stem cell technology .\"]}", + "output": [ + "[6, 3, 1, 4, 0]" + ] + }, + { + "input": "{'passages': \", .. Have you ever been in a situation where you have done something just to make someone else happy ?You think that you are making yourself happy .<1>I have done that many times because I wanted to impress people or I thought that if I made someone else happy it would certainly make me happy .I understand that all of us want our close friends and family to be proud of us , so we work hard in school or in our careers to meet their expectations .<2>But if you are trying to realize other people 's dreams without keeping yourself satisfied , you will never be happy .So you have to be clear and honest with yourself about what you want in your l ife .If you are honest with yourself , you will be more optimistic .<3>You feel like you wo n't need to achieve something for someone else .<4>They fear to be rejected by others .They think and say `` If I choose this job or career path , that perso n will think I am out of my mind '' , or `` I really want to start this business but those people will think that I wo n't make any money '' .<5>Do n't think this way .If you follow other people 's wishes but can not be true to yourself , you will have a hard time feeling great about yourself .\", 'candidates': ['The truth is that you are really trying to make someone else happy .', \"So why do n't I follow what they say ?\", 'And you will develop a drive from your heart .', 'So we should try our best to realize our dreams .', 'But we sometimes have to meet expectations from others .', 'Why do so many people want to live their dreams for someone else ?', 'There is nothing wrong with that .']}", + "output": [ + "[0, 6, 2, 5, 1]" + ] + }, + { + "input": "{'passages': \"For many people the college admissions process can seem mysterious .<1>Schools present what they want in the form of big data .That information is available to anyone online .Studcnts can use big data when seeking admission to colleges or universities where they will be strong candidates .This increases their chances for admission and financial aid .<2>Use data to find the best fit Colleges provide admissions and financial aid statistics .The information can be found by searching for the college 's name and the term '' common data set '' or at websites for comparing colleges .And knowing about the students who were accepted can help applicants .<3>Target schools that want you Information about how a school examines applicants can be found in the data set 's '' admissions factors '' .They show how each school rates the measures of admission everything from class rank to after school activities .Many schools for example think the difficulty of an applicant 's high school classes and their grade point average are '' very important. ``<4>`` Level of applicant 's interest '' is another issue .<5>Most U. S. colleges do not fully meet the financial needs of their students even when federal student loans are considered .The size of a student 's need depends on how willing each school is to give them money .Cost is important say most experts .They warn that while it is important to have a college education you do not want to finish school with a large debt .\", 'candidates': ['Avoid schools that do not give much money', 'But what college admissions officials want is not a secret', 'Here is what college applicants should look for', 'Get true evidence of interest from applicants', 'Some schools consider standardized tests as important while others do not', 'The scholarship is widely provided for college students in the United States', 'By doing so the applicants can focus on more suitable schools']}", + "output": [ + "[1, 2, 6, 4, 0]" + ] + }, + { + "input": "{'passages': \"We often close ourselves off when painful events happen in our lives .Instead of letting the world soften us , we let it drive us deeper into ourselves .We try to ignore the hurt and , pain , but we ca n't hide from ourselves .<1>The items listed below are four tips you can open your heart more fully and completely.1 .Breathe into pain Whenever a painful situation arises in your life , try to face it instead of running away .<2>When the sadness strikes , take a deep breath and accept it .By using our breath we soften our experiences and allow more newness.2 .<3>We 're often confused at the next step to take .Actually , we can try a new decision making process .To start this process , we may ask , `` Heart , what decision should I make here ?What action feels the most right ? ''See what comes up , then put it into practice and evaluate the outcome.3 .Spend time alone For most of our lives we 're surrounded by people : our friends , family members , and strangers .<4>When you spend time in solitude , you 're free from the influences of other people .It might be painful at first , but eventually you 'll add a whole new understanding into your life.4 .Get outside of yourself<5>But in reality , they actually work hand-in-hand .After you 've explored the depths of yourself , you come away with a new understanding . Now , it 's time to share that -not through telling others , but through being with others .\", 'candidates': ['Have a light heart', 'Ask your heart what it wants', \"Is there anything I 'm hiding from myself ?\", 'How often do we really spend time alone ?', 'This may seem a little contradictory to the last tip .', 'We should open our hearts and take action to heal the wounds .', 'When we run away from sadness , it gets stronger and more real .']}", + "output": [ + "[5, 6, 1, 3, 4]" + ] + }, + { + "input": "{'passages': \"It is natural for us teenagers to feel upset .<1>Here I am offering some useful suggestions .Move your body .<2>Have you ever noticed how you feel happier and have a sense of achievement after a good workout ?That 's because working out creates endorphins-body chemicals that make us feel happy .No matter how low you are feeling , your mood will get a well-deserved boost after a workout .Exercise also helps you keep your heart in shape , makes you stronger and helps you stay at a healthy weight .And exercise is totally fun-and it 's great for your self-esteem , too .Talk about it .<3>Friends ' ears can be a great source of support since you 're all in the same boat .And do n't forget your mom-she was once a teenager as well and may understand more than you realize .Even talking to your pet can help just saying things out loud can help you see things differently and calm you down .Laugh a lot . Humor can rescue you from an upset moment or make you feel better when you 're in an unpleasant mood .No matter what 's going on , the ability to laugh at yourself and your situation is really important .<4>It 's true !Using your smile muscles tells your brain to make more endorphins and that boosts your mood .Cry-it 's okay ! Sometimes the only way to get your feelings out is to cry -so go ahead !Shut yourself in your room and cry your eyes out !No one says you have to be happy all the time .<5>\", 'candidates': ['Why not pack up your suitcase and take a trip ?', \"We ca n't say enough good things about exercise .\", 'But still we should find ways to manage our feelings .', 'So smile to whatever is happening and choose to be happy .', 'And did you know just smiling can help better your mood ?', \"When you are done , you 'll be ready to face the world again .\", \"Do n't hold in all those feelings until you are ready to explode .\"]}", + "output": [ + "[2, 1, 6, 4, 5]" + ] + }, + { + "input": "{'passages': 'A man stayed in his house as a flood engulfed his town .<1>No, thank you, said the man, God will help me .As the waters rose, the man retreated to the second floor of his house .<2>Again, the man refused, saying, No, thank you .God will help me .<3>A plane came by, and someone inside it threw down a rope, urging the man to grab it and be pulled up into the airplane .<4>God will help me .<5>I sent you a boat, a motorboat and now a plane .What more do you want me to do?', 'candidates': ['Once more, the man declined and said, No, thank you .', 'Now, two men in a motorboat came by and offered to rescue him .', 'Two men in a boat came to his house and offered to take him to safety .', 'According to analysts, the deal came out of the market battle between the two companies .', 'Just then a powerful voice called out to the man, You idiot!', 'Now tie it again,please, said the old man, but first pull the string tight so that the young tree is straight again .', 'As the waters rose still higher, the man retreated again to the rooftop of his house .']}", + "output": [ + "[2, 1, 6, 0, 4]" + ] + }, + { + "input": "{'passages': 'Tony wants to share his living habit with us .<1>At 4:30am ,<2>.Then at 5:00 , he goes running for an hour .After that , he takes a shower and cleans up for work .He leaves home for work at 7:10 .He starts work at 8:00.In the afternoon , he usually arrives home from work at 6:00 pm or 6:30 pm .On Tuesdays and Thursdays he gets up at 6:30 am .<3>and then leaves for work .He only has to get up early to exercise 3 days a week .Tony also has healthy eating habits .<4>, he usually goes to the stores to buy food .He buys healthy food and<5>', 'candidates': ['He does some chores', 'he gets up and brushes his teeth .', 'Here is what Tony usually does on Mondays , Wednesdays and Fridays .', 'he likes cooking dinner at home', \"On the days he does n't need to exercise\"]}", + "output": [ + "[2, 1, 0, 4, 3]" + ] + }, + { + "input": "{'passages': \"<1>At the end of March, the Red Cross called back .Six different blood elements were tested ; Jennie matched five completely and was about a 3/4 match of the six .So she was the best match .In April, Jennie went for a complete physical exam by one of the doctors who would perform the surgery .<2>The doctor told her that the surgery would need to have two quarts of bone marrow from her hip bones .Jennie would probably be released the same day the surgery took place and should expect to be painful for a couple of months .<3>There was not a question in my head .It didn't seem like something that was going above and beyond .Jennie was left with two very small scars on her lower back from the surgery and was giving medication to help reduce the pain .She still felt a great deal of pressure on her lower back .Being only 21, I felt like I am not old enough to significantly impact someone's life, Jennie said .It seems strange to me that I could possibly save this woman's life which was being cut short by cancer .<4>I feel good, and I think it will actually work for her .She said, So many people say that they'd only donate if it was for a family member or close friend .This woman was someone's family and someone's friend .<5>\", 'candidates': [\"I didn't think it was that big a deal until I realized I was a match, Jennie said .\", 'I would make some kind of excuse, feel bad, and open it again, hoping for a new reaction .', \"Obviously no one she knows is a match, and the fact that you'd be able to help a perfect stranger is greater .\", \"To this day, I don't think I have gone through a more nerve-wracking experience than sitting in the hospital's waiting room .\", 'The doctor had to make sure that it would be no tread to her .', 'Three weeks after the surgery, Jennie received a car from the Red Cross representative who told her the transplant was successful .', 'My friend Jennie gave her bone marrow( )to a 50-year-old woman, a woman she has never met .']}", + "output": [ + "[6, 4, 0, 5, 2]" + ] + }, + { + "input": "{'passages': \"The ability to stay positive is one of the most important skills for us .Why is this ?The reason is that we will spend most of our lives setting and trying to achieve goals .Everyone has dreams .Everyone wants to know deep down inside that they were put here to do something great .<1>The second you set a goal , difficulties will begin to appear to stand in your way .Most people let these challenges rob them of the life they really want . If you want to achieve greatness , if you want to experience the best life possible , then be prepared to get knocked down over and over .<2>This explains why there are so many people who have stopped trying to reach their dreams . So how do you remain positive regardless of what type of challenge you are facing ?It all comes down to how you choose to respond to any situation as well as what you decide to focus on .No matter how bad your situation is , you can always find something good in it .<3>If you keep focusing on how bad you have it , how are things supposed to get any better ?<4>Of course it is .If this is true , why even bother thinking positively ?That is because if you do , you have a chance to make things better .If you do n't , things will usually get a lot worse . Realize that challenges are a part of life .<5>It 's what makes reaching a goal worth it .If you were able to get everything you wanted without even trying , the victory would n't taste as sweet .\", 'candidates': ['Everyone will have to go through them .', 'Staying positive can be beneficial in many ways .', 'Staying positive during situations like this is not easy .', 'You can do things like reading positive books or listening to positive songs .', 'Is it possible to be positive and still have your circumstances get even worse ?', 'However , the problem is that life is tough .', 'So what you can do is start focusing on what is good .']}", + "output": [ + "[5, 2, 6, 4, 0]" + ] + }, + { + "input": "{'passages': \"<1>About 5 minutes later , I was picked up by a driver , and he said how terrible some people were .<2>The man told me that he had just come from JFK Airport without a customer .During the taxi ride , what started as anger changed slowly and he mentioned that he had read an article which said that the happiest people are the ones that give , so he hoped he 'd have more chance to give in his life .I was really starting to enjoy being with this man .<3>I pulled out an extra $ 20 and said , Sir , since we 've been talking about giving this whole time , I want to share that feeling with you .I 've already paid my money , but here 's an extra little bit .<4>I thought I was pretty cool at this point , but he turned toward me , tears in his eyes , and said , Sir , I have a better idea .<5>It was a great honor meeting that man and learning the lesson of how everyone gives and adds joy to another with their generosity .\", 'candidates': ['I knew there was a part of me that wanted to be silent , but I had to listen out of kindness .', 'On a cold evening I was waiting for a taxi in New York .', 'You can tell the next passenger in this taxi that their ride is a gift from another .', 'I know the time here is thirteen hours ahead of the time in New York .', 'You give that $ 20 to a homeless person around here and I will give the next passenger a free ride myself .', \"I 've wanted to be a songwriter all my life , but my parents wo n't even let me take music lessons .\", 'As we arrived at the place where I wanted to go , I paid my money by credit card .']}", + "output": [ + "[1, 0, 6, 2, 4]" + ] + }, + { + "input": "{'passages': \"<1>We are learning from life constantly , as long as we recognize and accept those lessons .When you choose to be a student of life , you open yourself to limitless opportunities . Explore the world .Do n't limit yourself to your hometown or to the city you got your first job .<2>It does n't have to be just one town or one apartment complex .Backpacking may not be for everyone , but it 's not the only way you can see the world .Travelling does n't just have to be going overseas but also dropping by many states .Culture exists not just in a country but even in small communities . Gain new life skills .Maybe it 's time that you finally learn how to fix a broken faucet or even fix the faulty light in your bathroom .Learn how to drive a car or ride a bike .There are definitely things you do n't know how to do , and you have a lifetime ahead of you to learn .<3>Be cultured .Watch as many movies and read as many books as possible .Books and movies are the fruit of the writers ' or the makers ' life experiences and understanding of their surroundings .Movies and books are a good look into how people understand the world .<4>For some people , to grow older means to keep your circle of friends down to a few , but that should n't stop you from meeting new people .Widen your circle by allowing people into your life and letting them get to know you .Widening your circle to people from all walks of life helps you know more about the world .Do many firsts .When was the last time you did something for the first time ?<5>It can be as simple as watching a movie alone or as big as trying bungee jumping .Doing something for the first time does n't need to have a life-changing effect .It can be a simple realization that obviously , going to a film screening by yourself is n't so bad .So , there are so much more to learn , especially now that we 're virtually connected to everyone in the world .As a student of life , it 's really up to you to use all your resources and make it into something enriching .\", 'candidates': ['Widen your circle .', 'Entertain yourself .', \"If you ca n't think of the answer , maybe you need to go out and try something new .\", 'Go beyond the place you consider home , because home can be many places .', \"You do n't always need a great realization for everything you do .\", 'Lessons are not limited to our academic studies .', \"It 's never too late to start learning something new .\"]}", + "output": [ + "[2, 5, 3, 0, 6]" + ] + }, + { + "input": "{'passages': '<1>Jogging is the name for a very gentle running .<2>Start slow jog 20 meters, then walk 20 meters .Little by little, if you are not feeling very tired, you may do more jogging and less walking .<3>It will be easy for you to start jogging for 15 minutes twice a week, slowly, increase this to 20-30minutes everyday .<4>Some people like jogging alone, and others enjoy doing it with friends .Jogging in groups makes more people keener , because you just can not stay in bed while there is a group of friends waiting outside .<5>', 'candidates': ['Finally, jog the whole way .', 'It is just a little faster than walking .', 'It was extremely exciting to spot the little puffs of spray on the horizon .', 'The longer you join in jogging, the more you enjoy it and the healthier you will become .', 'If whole groups of houses are so constructed, we could use a larger network of sensors to get even more information .', 'If you want to start jogging, prepare a pair of comfortable shoes and determined mind .', 'One of the easiest ways to keep fit is to do jogging .']}", + "output": [ + "[6, 1, 0, 3, 5]" + ] + }, + { + "input": "{'passages': \"problem Body Language Tips for Lifting Your Confidence Practise smiling .Smiling not only makes you more attractive , it also improves your health .Smiling slows the heart and relaxes the body .<1>It also can trick you into feeling happy , even when you feel sad as you 're smiling .Pay attention to posture .Good posture is essential for avoiding back and neck pain , preventing muscle aches , and keeping your bones and joints in proper alignment .Good posture also reflects a confident manner to others .<2>Have a strong handshake .A strong handshake is a common sign of confidence , and everyone should have one .<3>Whether or not you feel confident , a strong handshake will lift your feelings and make others see you as more confident .Dress for confidence .Dressing confidently is more than being in style .It 's about feeling good and being self-confident in all situations .<4>you can gain your confidence about yourself when you dress appropriately for the occasion .<5>A proper direct look into others suggests you 're truthful and friendly .It shows a sense of confidence and makes the other person feel more positive and connected to you .However , too much of such body language can send the signal you 're aggressive or maybe even a little strange .\", 'candidates': ['Practise eye contact .', 'Stop being too nervous .', 'A sweaty weak one has the opposite effect .', 'It can improve your ability to perform tasks .', \"It 's also about sending the right message to the people you are with .\", 'Crossing your legs away from another person can suggest you dislike them .', 'Stand straight with shoulders back and head held high and you will look self-confident .']}", + "output": [ + "[3, 6, 2, 4, 0]" + ] + }, + { + "input": "{'passages': \"Do you or someone you know use a mobile phone?In today's world, many people use a mobile phone especially businessmen and businesswomen .<1>In fact in some countries even children and the elderly use mobile phones to keep in touch with family and friends .We know how useful it is to have a mobile phone, but do we know how safe these phones are?<2>So, money is being given to scientific research to find out if mobile phones may be harmful in any way .What does the future look like?Is a hands - free phone the answer?<3>The hands - free set has a piece in your ear and a microphone near your mouth which is connected to a wire that goes into your phone .<4>Some scientists have proved that a mobile phone 10 centimeters from your head is far safer than if the headset is right against your ear .Some reports say that hands - free sets have 95% less radiation exposure, while other reports say that hands - free sets expose you to more radiation .Governments and the mobile phone industry are researching the effects, including: * the effects of radio waves on blood pressure and the brain, such as the abilities to concentrate, remember and learn the connections between mobile phone use and brain cancer long - term effects of mobile phone use, looking at health histories of people who have used mobiles since the 1980s .<5>The results from these studies will help us understand more about the world beyond mobile communications .Wouldn't it be strange if scientists discovered that mobile phones were too dangerous and we had to stop using them and go back to writing letter and using the normal telephone?\", 'candidates': ['They will be looking at both current mobile phones and the new generation of 4G phones .', 'More important, they help other people and make the world a better place for everyone .', 'Some scientists say that mobile phones could be a risk to our health .', 'Some scientists think this is a much safer way to use a phone .', 'Also scientists who were doing research into the health of workers sometimes produced information which governments could not ignore .', 'These people are an important part of the business world and help our economies develop .', 'The idea behind hands - free sets is simple and maybe they are a safer way for people to communicate .']}", + "output": [ + "[5, 2, 6, 3, 0]" + ] + }, + { + "input": "{'passages': 'Australian researchers have studied records of 105 plane crashes and interviews with more than 2,000 survivors of traffic accidents , and outlined the following self-help tips .First , sit with your family but escape separately .<1>If you are traveling with your family , try not to sit separately because in an emergency , families who are separated will try to reunite before they escape , thereby missing the best time to escape and causing tragedy .<2>Second , have your seat belts securely fastened .<3>It should not be too close to your head , or it may get you hurt in an accident , or too close to your shoulder joint , which may cause the belt easily to slip off .<4>The lap belt should be firm against the body and low across the hips in order to prevent collision forces from hurting your viscera .Make sure both belts are fastened closely against the body .Third , find the nearest exit on board .A study found that the average distance a survivor will take in an escape is seven seat rows , so choose a passage seat within this range .If not available , count exactly how many rows you are from the nearest exit in advance , so that you can find your exit in the dark or in smoke .Fourth , sit backwards on trains .Seats on military aircrafts normally face backwards so that soldiers are less likely to be bumped and injured in the head in the event of a crash .<5>', 'candidates': ['It is best to wear the belt two fingers away from your shoulder joint .', 'The shoulder belt should be worn closely against the body , over the shoulder , cross the chest , and never under the arms .', 'About 50 percent of passengers travel with at least one companion .', 'However , it is best to escape separately because it will improve your chances of survival .', 'The engines were widely used in buses , trucks , trains and ships , and Rudolf Diesel became a millionaire .', 'The same theory applies to trains .', 'However , anyone can become a better student if he or she does his or her best .']}", + "output": [ + "[2, 3, 1, 0, 5]" + ] + }, + { + "input": "{'passages': \"Do you have a dream ?We all do .Right ?<1>It 's never too late .You want to be devoted to your dream , and you want to be you and do something that will reflect you .<2>The cold , hard truth is that time is not on your side .Here 's the good news , though .<3>Here are some tips on respecting your dream .1 .Stop wasting your time .<4>To get ahead with your dream , choose one thing that you really love .Let your choice of that one thing you really , really value be based on your formal education , experience from your current and former jobs , or even informal education .From this choice , you can develop a talent -- - your dream .2 .Become an authority .Being an authority means being different or standing out from the crowd .<5>Make your own rules and follow them curiously .Give yourself permission to listen to others ' ideas , and only follow what 's in your favor .Figure things out by learning and using personal experiences .Prove yourself through your work and make it happen .3 .Start now .Make the best of the time you have now and start .Set your own schedule and structured routine , and stick to it .Starting now saves your future from regret .Find time every day to move toward your goal .\", 'candidates': ['Have you ever put your efforts into making your dream come true ?', \"But you keep putting it off because you think you 'll have time in the future to do it .\", \"If so , do n't regret not chasing it .\", 'Be brave and tell yourself you can be one .', 'You can start chasing your dream while you still have time .', \"Why are you trading your life by doing something that does n't suit you ?\", 'Share your dream with your friends and listen to their advice .']}", + "output": [ + "[2, 1, 4, 5, 3]" + ] + }, + { + "input": "{'passages': \"There is something different in this week 's blog .Let ' s look at some birthday customs around the world .Harry Baker , Perth , Australia It 's my birthday next Wednesday .I 'm going to be 10 years old .<1>in my country .My mom 's going to make me a huge plate of fairy bread .It 's a snack .We make it with bread , butter , and colorful sugar called `` Hundreds and thousands '' .Jim Dixon , Montego Bay , Jamaica I love birthdays !They are a lot of fun .Here in Jamaica , we have an old custom .<2>Guess what we do ?We throw flour at our friends !It 's my best friend 's birthday tomorrow .<3>I 'm going to buy a lot of flour to throw at him .Victoria Smith , London , UK My grandmother is going to be 100 years old in June .She 's very excited because she 's going to get a special letter from the Queen .The Queen sends a letter to every person who reaches 100 .<4>Jiang Li , Beijing , China In my country , we celebrate birthdays with a special type of the food .Noodles are a sign of long life for us .This year , I 'm going to make some `` long life noodles '' for all my friends .<5>and have a great evening !, , .\", 'candidates': [\"I 'm going to go to the store soon .\", \"I 'm going to make a big cake .\", \"It 's a tradition that makes people very happy .\", 'We like to surprise people on their birthdays .', \"We 're going to eat them together\", 'We always eat fairy bread on our birthdays']}", + "output": [ + "[5, 2, 0, 3, 4]" + ] + }, + { + "input": "{'passages': \"What I Think of Boxing as a Sport Boxing is a popular sport .Newspapers , magazines and sports programmes on TV frequently cover boxing matches .It could be the toughest of all sports to survive .It takes boxers hours in the gym and years to develop the specific characteristics needed to be a great boxer .<1>It seems to me that some people , especially men , find it appealing because it is an aggressive sport .When they watch a boxing match , they can identify with the winning boxer .This gives them the feeling of being a winner themselves .<2>They do that because the boxer comes from their own country , and if `` their '' boxer loses , they often feel as if they have lost a fight themselves .It is a fact that many people have feelings of aggression from time to time , but they can not show their aggression in their everyday lives .Watching a boxing match gives them a way of expressing it .<3>Although boxers wear gloves during the fights , and amateur boxers even have to wear helmets , a kind of strong hard hat , there have frequently been accidents in both professional and amateur boxing , sometimes with dramatic consequences .Boxers have suffered from head injuries , and , occasionally , fighters have even been killed as a result of being knocked out in the ring .<4>They are usually in the form of serious brain damage , even if a boxer has never been knocked out . To conclude , I am personally not at all in favor of aggressive sports like boxing .<5>We can celebrate more men and women from non-aggressive sports as our heroes in our society .I believe that the world is aggressive enough already !Of course , people like competitive sports , and so do I , but I think that hitting other people in an aggressive way is not something that should be regarded as a sport .\", 'candidates': ['However , boxing can be a very dangerous sport .', 'Sometimes fans are rooting for a particular boxer .', 'In boxing , fighters are required to hit a moving target .', 'Many fans are drawn to the sport because they love the competition .', 'Perhaps that is the reason why successful boxers are treated as big heroes .', 'I think it would be better if less time was given to aggressive sports on TV .', 'Besides , studies have shown that there are often long-term effects of boxing .']}", + "output": [ + "[4, 1, 0, 6, 5]" + ] + }, + { + "input": "{'passages': 'Tsunami is a natural disaster, which is a Japanese word that means sea wave .<1>People die and property is destroyed when a tsunami hits land .What causes these dangerous sea waves?<2>Then, water begins to move up and down from the top of the ocean right down to the bottom .<3>A tsunami is less than one meter high and can move at a speed of almost 800 kilometers per hour while it is far out in the ocean .<4>The weather bureau warns people over the radio and television when a tsunami is heading for land .<5>', 'candidates': ['Waves begin to form, and each wave is called a tsunami .', 'But thanks to their efforts, many lives have been saved, many houses have not burned, and countless trees are still standing .', 'These warnings have helped save many lives .', 'Even though earthquakes and tsunamis often affect the country, there are usually few deaths and injuries .', 'Sometimes, tsunamis are caused when earthquakes take place underwater .', 'But the tsunami rises much higher and moves more slowly as it comes closer to land .', 'A tsunami is a huge sea wave that forms mainly in the Pacific Ocean area .']}", + "output": [ + "[6, 4, 0, 5, 2]" + ] + }, + { + "input": "{'passages': \"When your friends suddenly stop talking to you , it can leave you confused on what to do next .<1>However , basically , your friends are either really upset with you , or it has nothing to do with you at all .But how can you tell ?What 's more , what should you do ? Find out if they have shut all their friends out or just you .It 's important to figure out if your friends have moved on from everyone , or just you .If it 's just you , then you probably did something at some point .<2>They try to get their forgiveness . Reflect on yourself .Have your friends been upset with you for a while ?Would you get it if they were ?Not all people yell or scream when they 're upset .<3>If you fail to hear exactly what they 're saying , or you keep doing the same thing over and over again , they may move on and completely shut you out . Communicate in a different way .There 's always the possibility that your friends have n't shut you out completely , but they are bored with a certain form of communication , like texting or chatting online .<4>If so , trying a different method to reach your friends could make things better .<5>If you ca n't get responses from your friends , consider reconciling with them at some point in the future .Send them a note-Let them know you care about them and leave the door open for them .\", 'candidates': ['Give them a helping hand .', 'So sometimes they take a break from it .', 'If you feel it was something bad , apologize for it .', \"Let your friends know you 're open to friendships .\", 'There are many reasons why your friends might shut you out .', 'Your friends may not answer your calls or emails suddenly .', 'Some people will talk to you calmly about something you did .']}", + "output": [ + "[5, 6, 4, 1, 0]" + ] + }, + { + "input": "{'passages': \"We were standing at the top of a church not far from my home .<1>`` Look down , '' Father said .I tried and saw the square in the center of the village .And I saw the streets to the square .`` See , Elsa , '' Father said. ``<2>If you ca n't get where you want to go by one road , try another . ''Earlier that day , I asked Mother to do something about what we had for lunch at school .<3>When I turned to Father for help , he brought me to the church .At school the next day , I filled a bottle with the soup for our lunch and took it home .I told the cook to pour the soup in a plate and bring it to Mother .She drank it and cried out , `` What 's the matter with the soup today ? ''<4>, and Mother said that she would take up the matter of lunches at school the next day .Now I really understood why Father had taken me to the church .<5>I would n't stop working until I tried every way to my goal .\", 'candidates': ['There is more than one way to the square .', 'We had a good time .', 'I at once told her what I had done', \"I did n't know why .\", 'I began to work as a fashion designer two years ago .', \"But she did n't think the food was as bad as I said .\"]}", + "output": [ + "[3, 0, 5, 2, 4]" + ] + }, + { + "input": "{'passages': \"If you 're going abroad for college , you might be thinking about how to get yourself a safe and cozy home for the years ahead .Of course , dormitories are always a good place to start .but some large state colleges require juniors to live off campus due to the limited number of dorm rooms .<1>How to find a house<2>If you are just a freshman or do n't know many people , do n't hesitate to approach some upperclassmen in your classes or clubs .More often than not , upperclassmen have more experience with renting and are more familiar with the area your school is in . Another good idea is to talk to seniors who are currently living off- campus .These seniors ' landlords will most likely be looking for new tenants after graduation . Also , registered realtors might be able to find you a place for a fee .In addition , Facebook groups can also provide some useful information .<3>.Roommates Having roommates can not only save us some money , but also give us valuable com-panionship .However , remember that finding the right roommates for you is the most important thing , other than safety concerns .<4>, definitely do not lie about your preferences , schedule , or habits , even if talking about them could make you uncomfortable .On the other side , also remember to ask your potential roommates to tell you about themselves in detail .<5>, please do everybody a favor by being upfront about it .Constantly running into conflicts with your quiet roommate is definitely the last thing you want .\", 'candidates': ['If you are a party animal', 'While looking for roommates', 'Get along well with your roommates', 'When having a chat with your roommate', 'First , you can ask your friends who are already living off campus', 'However , be really careful if you get in touch with strangers through the internet', 'Nonetheless , renting an apartment can give you some hands-on experience with living']}", + "output": [ + "[6, 4, 5, 1, 0]" + ] + }, + { + "input": "{'passages': \"<1>It's South Korean star PSY's Gangnam style <