├── readme.md ├── Datasheet.md ├── test.json └── val.json /readme.md: -------------------------------------------------------------------------------- 1 | 2 | # DCQA: Discourse Comprehension by Question Answering 3 | During reading comprehension, questions that arise as human read through articles (Ko et al., 2020; Westera et al., 2020) may later be answered in the article itself, forming a connection in the discourse. Compared to existing QA datasets, these questions are products of higher-level (semantic and discourse) processing (e.g.,“how” and “why” questions) whose answers are typically in the form of complex linguistic units like whole sentences. Such reader-generated questions are far out of reach from the capabilities of systems trained on current QA datasets, suggesting that human discourse comprehension is still on another level from that of automated systems. We create this dataset to provide training data for this kind of questions, and also help machine understand the discourse structure of articles. 4 | 5 | 6 | # Data 7 | train.json, val.json, test.json are the DCQA training, validation and test set. 8 | 9 | inquisitive.json is the INQUISITIVE test set. 10 | 11 | Since the articles in INQUISITIVE test set overlap, we also release train-remove-inq.json which is a version of DCQA training set with overlapping articles removed. 12 | 13 | 14 | All sentence IDs start from 1. 15 | 16 | More description of the dataset can be found in Datasheet.md. 17 | 18 | 19 | **Citation:** 20 | ``` 21 | @inproceedings{ko-etal-2022-discourse, 22 | title = "Discourse Comprehension: A Question Answering Framework to Represent Sentence Connections", 23 | author = "Ko, Wei-Jen and 24 | Dalton, Cutter and 25 | Simmons, Mark and 26 | Fisher, Eliza and 27 | Durrett, Greg and 28 | Li, Junyi Jessy", 29 | booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing", 30 | month = dec, 31 | year = "2022", 32 | address = "Abu Dhabi, United Arab Emirates", 33 | publisher = "Association for Computational Linguistics", 34 | url = "https://aclanthology.org/2022.emnlp-main.806", 35 | pages = "11752--11764", 36 | abstract = "While there has been substantial progress in text comprehension through simple factoid question answering, more holistic comprehension of a discourse still presents a major challenge (Dunietz et al., 2020). Someone critically reflecting on a text as they read it will pose curiosity-driven, often open-ended questions, which reflect deep understanding of the content and require complex reasoning to answer (Ko et al., 2020; Westera et al., 2020). A key challenge in building and evaluating models for this type of discourse comprehension is the lack of annotated data, especially since collecting answers to such questions requires high cognitive load for annotators.This paper presents a novel paradigm that enables scalable data collection targeting the comprehension of news documents, viewing these questions through the lens of discourse. The resulting corpus, DCQA (Discourse Comprehension by Question Answering), captures both discourse and semantic links between sentences in the form of free-form, open-ended questions. On an evaluation set that we annotated on questions from Ko et al. (2020), we show that DCQA provides valuable supervision for answering open-ended questions. We additionally design pre-training methods utilizing existing question-answering resources, and use synthetic data to accommodate unanswerable questions.", 37 | } 38 | ``` 39 | 40 | 41 | 42 | 43 | # Article Sources 44 | WSJ: 51\~259, 551\~590, 696\~900, 1446\~1491 45 | 46 | Newsela: 1\~50, 260\~550, 901\~1050, 1492\~1500 47 | 48 | AP: 591\~695, 1051\~1445 49 | 50 | 51 | 52 | Since the articles are copyrighted, please send us an email to ask for the articles (jessy@utexas.edu). For the Newsela portion of the data, please obtain permission from newsela (https://newsela.com/data) first before emailing us. (Newsela data is free to obtain for researchers). 53 | 54 | 55 | -------------------------------------------------------------------------------- /Datasheet.md: -------------------------------------------------------------------------------- 1 | # Why was the dataset created? 2 | 3 | 4 | Questions that arise as human read through articles (Ko et al., 2020; Westera et al., 2020) may later be answered in the article itself, forming a connection in the discourse. Compared to existing QA datasets, these questions are products of higher-level (semantic and discourse) processing (e.g.,“how” and “why” questions) whose answers are typically in the form of complex linguistic units like whole sentences. Such reader-generated questions are far out of reach from the capabilities of systems trained on current QA datasets, suggesting that human discourse comprehension is still on another level from that of automated systems. We create this dataset to provide training data for this kind of questions, and also help machine understand the discourse structure of articles. 5 | 6 | # Who funded the creation of the dataset? 7 | This work was supported by NSF Grant IIS1850153. 8 | 9 | 10 | 11 | # What are the instances? 12 | 13 | The dataset contains articles and its corresponding questions. Each question has a specified anchor sentence and an answer sentence, so that the question arises from the anchor sentence and could be answered by the answer sentence. The question describes the discourse relation between the anchor and answer sentence. 14 | 15 | 16 | # How many questions are there? 17 | 18 | We collect 22394 questions over 602 articles. 20942 questions for training, 718 for validation, and 734 for testing. 19 | 20 | 21 | # What data does each instance consist of? 22 | "ArticleID" field denotes the article number in the article folder. "Question" field consist of the question. “AnchorSentenceID“ is the sentence ID of the source sentence. "AnswerSentenceID " field consist of the sentence ID of the answer sentence. 23 | 24 | # Does the data rely on external resources? 25 | We release the WSJ and AP articles. Since Newsela is copyrighted, please obtain permission from newsela (https://newsela.com/data) first, and then send me an email to ask for the articles (wjko@outlook.com). 26 | 27 | 28 | 29 | # Are there recommended data splits or evaluation measures? 30 | 31 | We include the recommended train, development, and test sets for our datasets. Each split is constructed such that there are no overlapping annotators nor articles between each set. 32 | We include two versions of training set, one of them includes all data and in the other we remove articles that overlap with the INQUISITIVE test set. We also provide the the INQUISITIVE test set for external evaluation 33 | 34 | # How was the dataset collected? 35 | 36 | We collect data using Amazon mechanical turk. To ensure quality, we designed a qualification task consisting of one article. We manually inspected the quality of the responses of each candidate, and only workers who asked satisfactory questions were invited to continue with the task. Throughout the process, we also monitored the responses of the workers and reminded them about specific guidelines when necessary. The workers are paid around $10/hr 37 | 38 | 39 | # Who was involved in the collection process and what were their roles? 40 | We recruit crowdworkers from Amazon Mechanical Turk to annotate the training set. We let undergrad linguistic students annotate the validation and test set. 41 | At a high level, data collection consists of two simultaneous tasks: question generation given an answer sentence, and question linking that places the question in a precise anchor point in the document. Annotators start from the beginning of the article. For each new sentence, they write a question that reflects the main purpose of the new sentence and indicates how the new sentence elaborates on prior context. The new sentence is thus the answer to the question. Because the question should arise from one of the previous sentences in the article, the annotator also chooses which earlier sentence most naturally evokes the question (which we refer to as the question’s “anchor” sentence). We instructed annotators to ask open-ended questions that require some explanation as an answer, instead of questions that could be answered simply by a place/person/time or yes/no. They are also told that when writing the question, they should assume that the question could be asked and understood by people only reading the earlier sentences, following the QUD framework. This means avoiding reference to any information first introduced in the new sentence and avoiding copying phrases only used in the new sentence. Reusing phrases from or referencing previous sentences is allowed. 42 | 43 | # Over what time frame was the data collected? 44 | The dataset was collected over a period of May to June 2021. 45 | 46 | 47 | 48 | # What preprocessing / cleaning was done? 49 | We use the articles from the INQUISITIVE dataset and did not do further preprocessing, except we used Stanford CoreNLP to parse all articles into sentences . 50 | 51 | 52 | # Does this dataset collection/preprocessing procedure achieve the initial motivation? 53 | Our collection process indeed achieves our initial goals of creating a training set for answering QUD style questions, as shown in the experiment results of our paper. Using this data, we are able to achieve better accuracy on INQUISITIVE compared to existing datasets. 54 | 55 | 56 | 57 | # How is the dataset distributed? 58 | It is available at https://github.com/wjko2/DCQA-Discourse-Comprehension-by-Question-Answering 59 | 60 | 61 | 62 | 63 | # When was it released? 64 | Februrary 2022 65 | 66 | # What license (if any) is it distributed under? 67 | Our collected questions are distributed under the CC BY- SA 4.0 license. 68 | 69 | 70 | # Who is supporting and maintaining the dataset? 71 | 72 | The dataset will be maintained by the authors of the paper. 73 | 74 | 75 | # Were workers told what the dataset would be used for and did they consent? 76 | 77 | We explained the goals we want to achieve to crowd workers during data collection. They also consented to have their responses used in this way through the Amazon Mechanical Turk Participation Agreement. 78 | 79 | -------------------------------------------------------------------------------- /test.json: -------------------------------------------------------------------------------- 1 | [{"Article": [{"qas": [{"Question": "Has there been large-scale anti-Israel violence?", "AnchorSentenceID": 1, "QuestionID": "00718", "AnswerSentenceID": 2}, {"Question": "What are the two groups?", "AnchorSentenceID": 1, "QuestionID": "00719", "AnswerSentenceID": 3}, {"Question": "What has Palestine said on the matter?", "AnchorSentenceID": 1, "QuestionID": "00720", "AnswerSentenceID": 5}, {"Question": "Did Rabin say anything else?", "AnchorSentenceID": 1, "QuestionID": "00721", "AnswerSentenceID": 6}, {"Question": "Why did he stress this?", "AnchorSentenceID": 6, "QuestionID": "00722", "AnswerSentenceID": 7}, {"Question": "Why did he stress this?", "AnchorSentenceID": 6, "QuestionID": "00723", "AnswerSentenceID": 8}, {"Question": "How have these actions affected the West Bank?", "AnchorSentenceID": 9, "QuestionID": "00724", "AnswerSentenceID": 10}, {"Question": "What is the purpose of this action?", "AnchorSentenceID": 10, "QuestionID": "00725", "AnswerSentenceID": 11}, {"Question": "What is the result of the action?", "AnchorSentenceID": 10, "QuestionID": "00726", "AnswerSentenceID": 12}, {"Question": "Did leaders comment on the closure?", "AnchorSentenceID": 10, "QuestionID": "00727", "AnswerSentenceID": 13}, {"Question": "Did Rabin say anything else?", "AnchorSentenceID": 13, "QuestionID": "00728", "AnswerSentenceID": 14}, {"Question": "Did Rabin say anything else?", "AnchorSentenceID": 13, "QuestionID": "00729", "AnswerSentenceID": 15}, {"Question": "Did Rabin say anything else?", "AnchorSentenceID": 13, "QuestionID": "00730", "AnswerSentenceID": 16}, {"Question": "What kind of difficulties is Arafat having?", "AnchorSentenceID": 16, "QuestionID": "00731", "AnswerSentenceID": 17}, {"Question": "What kind of difficulties is Arafat having?", "AnchorSentenceID": 16, "QuestionID": "00732", "AnswerSentenceID": 18}, {"Question": "Is the peace process hoped to continue?", "AnchorSentenceID": 8, "QuestionID": "00733", "AnswerSentenceID": 19}, {"Question": "What is Peres' thought on the peace process?", "AnchorSentenceID": 19, "QuestionID": "00734", "AnswerSentenceID": 20}, {"Question": "Why would Israel feel that Arafat is not doing enough?", "AnchorSentenceID": 1, "QuestionID": "00735", "AnswerSentenceID": 2}, {"Question": "What are some specific actions that Rabin wants Arafat to take?", "AnchorSentenceID": 1, "QuestionID": "00736", "AnswerSentenceID": 3}, {"Question": "What are these groups doing that is harmful to Israel and Palestine?", "AnchorSentenceID": 3, "QuestionID": "00737", "AnswerSentenceID": 4}, {"Question": "what has the Palestinian government pledged in response?", "AnchorSentenceID": 1, "QuestionID": "00738", "AnswerSentenceID": 5}, {"Question": "Is the action enough to satisfy Rabin?", "AnchorSentenceID": 5, "QuestionID": "00739", "AnswerSentenceID": 6}, {"Question": "Are peace negotiations possible given the current state?", "AnchorSentenceID": 1, "QuestionID": "00740", "AnswerSentenceID": 7}, {"Question": "Are peace negotiations possible given the current state?", "AnchorSentenceID": 1, "QuestionID": "00741", "AnswerSentenceID": 8}, {"Question": "What is the violence inhibiting in terms of autonomy?", "AnchorSentenceID": 8, "QuestionID": "00742", "AnswerSentenceID": 9}, {"Question": "What are the consequences of recent attacks?", "AnchorSentenceID": 4, "QuestionID": "00743", "AnswerSentenceID": 10}, {"Question": "what is the response to these measures being enforced?", "AnchorSentenceID": 10, "QuestionID": "00744", "AnswerSentenceID": 11}, {"Question": "Is this still favorable in the short term?", "AnchorSentenceID": 11, "QuestionID": "00745", "AnswerSentenceID": 12}, {"Question": "Will there be discussions on these current measures soon?", "AnchorSentenceID": 12, "QuestionID": "00746", "AnswerSentenceID": 13}, {"Question": "How does Rabin feel about the closure?", "AnchorSentenceID": 10, "QuestionID": "00747", "AnswerSentenceID": 14}, {"Question": "How does Rabin feel about the closure?", "AnchorSentenceID": 10, "QuestionID": "00748", "AnswerSentenceID": 15}, {"Question": "Does Arafat have control of his own people?", "AnchorSentenceID": 6, "QuestionID": "00749", "AnswerSentenceID": 16}, {"Question": "Does Arafat have control of his own people?", "AnchorSentenceID": 16, "QuestionID": "00750", "AnswerSentenceID": 17}, {"Question": "Is Arafat in a constant state of danger?", "AnchorSentenceID": 17, "QuestionID": "00751", "AnswerSentenceID": 18}, {"Question": "will peace negotiations continue?", "AnchorSentenceID": 8, "QuestionID": "00752", "AnswerSentenceID": 19}, {"Question": "What is motivating the continuation of peace talks?", "AnchorSentenceID": 19, "QuestionID": "00753", "AnswerSentenceID": 20}], "ArticleID": "1431"}]}, {"Article": [{"qas": [{"Question": "why was the publication scrapped?", "AnchorSentenceID": 1, "QuestionID": "00754", "AnswerSentenceID": 2}, {"Question": "why was the publication scrapped?", "AnchorSentenceID": 1, "QuestionID": "00755", "AnswerSentenceID": 3}, {"Question": "Is Germany in a state of denial about Jewish violence committed around World War Two?", "AnchorSentenceID": 3, "QuestionID": "00756", "AnswerSentenceID": 4}, {"Question": "What is motivating the fear of the book's release in Germany?", "AnchorSentenceID": 3, "QuestionID": "00757", "AnswerSentenceID": 5}, {"Question": "What do Jewish-German's feel of this book?", "AnchorSentenceID": 2, "QuestionID": "00758", "AnswerSentenceID": 6}, {"Question": "Has Giordano read the book?", "AnchorSentenceID": 6, "QuestionID": "00759", "AnswerSentenceID": 7}, {"Question": "What assertions does Sack make in his book?", "AnchorSentenceID": 3, "QuestionID": "00760", "AnswerSentenceID": 8}, {"Question": "What happened to these German people?", "AnchorSentenceID": 8, "QuestionID": "00761", "AnswerSentenceID": 9}, {"Question": "how many of them died?", "AnchorSentenceID": 9, "QuestionID": "00762", "AnswerSentenceID": 10}, {"Question": "How did the Jewish people factor into these camps?", "AnchorSentenceID": 8, "QuestionID": "00763", "AnswerSentenceID": 11}, {"Question": "What do German critics think of the book?", "AnchorSentenceID": 6, "QuestionID": "00764", "AnswerSentenceID": 12}, {"Question": "Was Geisel's review well-recieved?", "AnchorSentenceID": 12, "QuestionID": "00765", "AnswerSentenceID": 13}, {"Question": "Were copies printed for a German audience?", "AnchorSentenceID": 13, "QuestionID": "00766", "AnswerSentenceID": 14}, {"Question": "what will happen of them?", "AnchorSentenceID": 14, "QuestionID": "00767", "AnswerSentenceID": 15}, {"Question": "why was the story not released?", "AnchorSentenceID": 14, "QuestionID": "00768", "AnswerSentenceID": 16}, {"Question": "How does the production team around the book feel?", "AnchorSentenceID": 1, "QuestionID": "00769", "AnswerSentenceID": 17}, {"Question": "Is their justification for the \"self-censorship\"?", "AnchorSentenceID": 17, "QuestionID": "00770", "AnswerSentenceID": 18}, {"Question": "what was the cause of the censorship?", "AnchorSentenceID": 18, "QuestionID": "00771", "AnswerSentenceID": 19}, {"Question": "Does Sack know about this?", "AnchorSentenceID": 1, "QuestionID": "00772", "AnswerSentenceID": 20}, {"Question": "Why was the publication scrapped?", "AnchorSentenceID": 1, "QuestionID": "00773", "AnswerSentenceID": 2}, {"Question": "Why was the book deemed inappropriate for German readers?", "AnchorSentenceID": 2, "QuestionID": "00774", "AnswerSentenceID": 3}, {"Question": "What were the details of the revenge?", "AnchorSentenceID": 2, "QuestionID": "00775", "AnswerSentenceID": 4}, {"Question": "Is it likely that right-wing extremists would exploit the book?", "AnchorSentenceID": 3, "QuestionID": "00776", "AnswerSentenceID": 5}, {"Question": "What was the German response to the book?", "AnchorSentenceID": 3, "QuestionID": "00777", "AnswerSentenceID": 6}, {"Question": "What is Giordano's relationship to the book?", "AnchorSentenceID": 6, "QuestionID": "00778", "AnswerSentenceID": 7}, {"Question": "What were some of Sack's facts?", "AnchorSentenceID": 3, "QuestionID": "00779", "AnswerSentenceID": 8}, {"Question": "How did these Germans die?", "AnchorSentenceID": 8, "QuestionID": "00780", "AnswerSentenceID": 9}, {"Question": "Is that a large percentage of the camps' population?", "AnchorSentenceID": 8, "QuestionID": "00781", "AnswerSentenceID": 10}, {"Question": "Who was in charge of these camps?", "AnchorSentenceID": 8, "QuestionID": "00782", "AnswerSentenceID": 11}, {"Question": "What did the German cultural elite say?", "AnchorSentenceID": 3, "QuestionID": "00783", "AnswerSentenceID": 12}, {"Question": "Where did Geisel say this?", "AnchorSentenceID": 12, "QuestionID": "00784", "AnswerSentenceID": 13}, {"Question": "What happened to the material already printed?", "AnchorSentenceID": 1, "QuestionID": "00785", "AnswerSentenceID": 14}, {"Question": "What will happen to these copies?", "AnchorSentenceID": 14, "QuestionID": "00786", "AnswerSentenceID": 15}, {"Question": "Did Niemann comment on the book?", "AnchorSentenceID": 14, "QuestionID": "00787", "AnswerSentenceID": 16}, {"Question": "Did others involved in the production comment?", "AnchorSentenceID": 16, "QuestionID": "00788", "AnswerSentenceID": 17}, {"Question": "Did Stadler say anything else?", "AnchorSentenceID": 17, "QuestionID": "00789", "AnswerSentenceID": 18}, {"Question": "What was the issue with Sack's style and presentation?", "AnchorSentenceID": 16, "QuestionID": "00790", "AnswerSentenceID": 19}, {"Question": "Who is John Sack?", "AnchorSentenceID": 2, "QuestionID": "00791", "AnswerSentenceID": 20}], "ArticleID": "1432"}]}, {"Article": [{"qas": [{"Question": "What does either of these men feel about the potential of their fight?", "AnchorSentenceID": 1, "QuestionID": "00792", "AnswerSentenceID": 2}, {"Question": "What is the condition that Foreman likes the prospect?", "AnchorSentenceID": 2, "QuestionID": "00793", "AnswerSentenceID": 3}, {"Question": "What is the condition that Foreman likes the prospect?", "AnchorSentenceID": 2, "QuestionID": "00794", "AnswerSentenceID": 4}, {"Question": "What is the condition that Foreman likes the prospect?", "AnchorSentenceID": 2, "QuestionID": "00795", "AnswerSentenceID": 5}, {"Question": "How does Foreman feel about King?", "AnchorSentenceID": 5, "QuestionID": "00796", "AnswerSentenceID": 6}, {"Question": "How does Foreman feel about King?", "AnchorSentenceID": 5, "QuestionID": "00797", "AnswerSentenceID": 7}, {"Question": "When did Foreman announce hist Title defense?", "AnchorSentenceID": 4, "QuestionID": "00798", "AnswerSentenceID": 8}, {"Question": "Who is Axel Schulz?", "AnchorSentenceID": 4, "QuestionID": "00799", "AnswerSentenceID": 9}, {"Question": "How does Tyson feel about the fight?", "AnchorSentenceID": 1, "QuestionID": "00800", "AnswerSentenceID": 10}, {"Question": "How does George feel about Tyson's talk?", "AnchorSentenceID": 10, "QuestionID": "00801", "AnswerSentenceID": 11}, {"Question": "what is Foreman's condition on the fight?", "AnchorSentenceID": 11, "QuestionID": "00802", "AnswerSentenceID": 12}, {"Question": "what are Foreman's conditions?", "AnchorSentenceID": 11, "QuestionID": "00803", "AnswerSentenceID": 13}, {"Question": "How does Foreman feel about the Tyson fight?", "AnchorSentenceID": 1, "QuestionID": "00804", "AnswerSentenceID": 14}, {"Question": "How does Foreman feel about the Tyson fight?", "AnchorSentenceID": 1, "QuestionID": "00805", "AnswerSentenceID": 15}, {"Question": "How does Foreman feel about the Tyson fight?", "AnchorSentenceID": 1, "QuestionID": "00806", "AnswerSentenceID": 16}, {"Question": "how did Foreman get the heavyweight title?", "AnchorSentenceID": 8, "QuestionID": "00807", "AnswerSentenceID": 17}, {"Question": "How did Tyson get his title?", "AnchorSentenceID": 17, "QuestionID": "00808", "AnswerSentenceID": 18}, {"Question": "What is Foreman's motivation?", "AnchorSentenceID": 17, "QuestionID": "00809", "AnswerSentenceID": 19}, {"Question": "Is Foreman humble?", "AnchorSentenceID": 19, "QuestionID": "00810", "AnswerSentenceID": 20}], "ArticleID": "1433"}]}, {"Article": [{"qas": [{"Question": "what is the significance of this?", "AnchorSentenceID": 1, "QuestionID": "00811", "AnswerSentenceID": 2}, {"Question": "Who came in second?", "AnchorSentenceID": 1, "QuestionID": "00812", "AnswerSentenceID": 3}, {"Question": "what is special about McKoy?", "AnchorSentenceID": 3, "QuestionID": "00813", "AnswerSentenceID": 4}, {"Question": "what was the previous record?", "AnchorSentenceID": 1, "QuestionID": "00814", "AnswerSentenceID": 5}, {"Question": "what is the record for outdoor 110 meters?", "AnchorSentenceID": 1, "QuestionID": "00815", "AnswerSentenceID": 6}, {"Question": "Where did Johnson run in college?", "AnchorSentenceID": 1, "QuestionID": "00816", "AnswerSentenceID": 7}, {"Question": "what other records were set?", "AnchorSentenceID": 1, "QuestionID": "00817", "AnswerSentenceID": 8}, {"Question": "what events were surprising?", "AnchorSentenceID": 1, "QuestionID": "00818", "AnswerSentenceID": 9}, {"Question": "What were the results?", "AnchorSentenceID": 9, "QuestionID": "00819", "AnswerSentenceID": 10}, {"Question": "What were the results?", "AnchorSentenceID": 9, "QuestionID": "00820", "AnswerSentenceID": 11}, {"Question": "Were there other significant results?", "AnchorSentenceID": 11, "QuestionID": "00821", "AnswerSentenceID": 12}, {"Question": "what was her time?", "AnchorSentenceID": 12, "QuestionID": "00822", "AnswerSentenceID": 13}], "ArticleID": "1434"}]}, {"Article": [{"qas": [{"Question": "Who were the individuals involved?", "AnchorSentenceID": 1, "QuestionID": "00823", "AnswerSentenceID": 2}, {"Question": "Did they elaborate on the statement?", "AnchorSentenceID": 2, "QuestionID": "00824", "AnswerSentenceID": 3}, {"Question": "Is a certain outcome expected?", "AnchorSentenceID": 2, "QuestionID": "00825", "AnswerSentenceID": 4}, {"Question": "When will the result be published?", "AnchorSentenceID": 3, "QuestionID": "00826", "AnswerSentenceID": 5}, {"Question": "When will the result be published?", "AnchorSentenceID": 3, "QuestionID": "00827", "AnswerSentenceID": 6}, {"Question": "Do Spring and Mayhew agree?", "AnchorSentenceID": 5, "QuestionID": "00828", "AnswerSentenceID": 7}, {"Question": "How was Mayhew more cautious?", "AnchorSentenceID": 7, "QuestionID": "00829", "AnswerSentenceID": 8}, {"Question": "How significant is the truce?", "AnchorSentenceID": 9, "QuestionID": "00830", "AnswerSentenceID": 10}, {"Question": "Has the framework document been easy to create?", "AnchorSentenceID": 3, "QuestionID": "00831", "AnswerSentenceID": 11}, {"Question": "What exactly do they fear?", "AnchorSentenceID": 12, "QuestionID": "00832", "AnswerSentenceID": 13}, {"Question": "Is there a chance this would happen?", "AnchorSentenceID": 12, "QuestionID": "00833", "AnswerSentenceID": 14}, {"Question": "Has Major been involved in the proceedings?", "AnchorSentenceID": 14, "QuestionID": "00834", "AnswerSentenceID": 15}, {"Question": "How did the meeting go?", "AnchorSentenceID": 15, "QuestionID": "00835", "AnswerSentenceID": 16}, {"Question": "Does another group want a cross-border authority?", "AnchorSentenceID": 12, "QuestionID": "00836", "AnswerSentenceID": 17}, {"Question": "what led to this breakthrough?", "AnchorSentenceID": 1, "QuestionID": "00837", "AnswerSentenceID": 2}, {"Question": "Are there specific details of this breakthrough contributed to a resolution?", "AnchorSentenceID": 2, "QuestionID": "00838", "AnswerSentenceID": 3}, {"Question": "who is awaiting the news", "AnchorSentenceID": 3, "QuestionID": "00839", "AnswerSentenceID": 4}, {"Question": "what did the either of two men have to say?", "AnchorSentenceID": 5, "QuestionID": "00840", "AnswerSentenceID": 5}, {"Question": "will the two men be meeting again?", "AnchorSentenceID": 5, "QuestionID": "00841", "AnswerSentenceID": 6}, {"Question": "What did Mayhew have to say?", "AnchorSentenceID": 5, "QuestionID": "00842", "AnswerSentenceID": 7}, {"Question": "What did Mayhew have to say?", "AnchorSentenceID": 5, "QuestionID": "00843", "AnswerSentenceID": 8}, {"Question": "what is the context around Tuesday's meeting?", "AnchorSentenceID": 1, "QuestionID": "00844", "AnswerSentenceID": 9}, {"Question": "what is the significance of the cease-fire?", "AnchorSentenceID": 9, "QuestionID": "00845", "AnswerSentenceID": 10}, {"Question": "what had slowed progress?", "AnchorSentenceID": 10, "QuestionID": "00846", "AnswerSentenceID": 11}, {"Question": "what do the Protestant's fear?", "AnchorSentenceID": 10, "QuestionID": "00847", "AnswerSentenceID": 12}, {"Question": "How does this affect the membership of the EU?", "AnchorSentenceID": 12, "QuestionID": "00848", "AnswerSentenceID": 13}, {"Question": "What is Britain's leader promising?", "AnchorSentenceID": 12, "QuestionID": "00849", "AnswerSentenceID": 14}, {"Question": "What was the PM doing while the diplomats met?", "AnchorSentenceID": 14, "QuestionID": "00850", "AnswerSentenceID": 15}, {"Question": "how did the protestant leaders feel about Major's attempt to reassure them?", "AnchorSentenceID": 15, "QuestionID": "00851", "AnswerSentenceID": 16}, {"Question": "what do Irish and Catholic citizens want?", "AnchorSentenceID": 16, "QuestionID": "00852", "AnswerSentenceID": 17}], "ArticleID": "1435"}]}, {"Article": [{"qas": [{"Question": "Has Israel taken retaliatory action against Palestine?", "AnchorSentenceID": 1, "QuestionID": "00853", "AnswerSentenceID": 2}, {"Question": "How many Palestinian's have been arrested by Israel?", "AnchorSentenceID": 3, "QuestionID": "00854", "AnswerSentenceID": 3}, {"Question": "What does Rabin want of Arafat?", "AnchorSentenceID": 1, "QuestionID": "00855", "AnswerSentenceID": 4}, {"Question": "How dangerous are these fundamentalist groups?", "AnchorSentenceID": 4, "QuestionID": "00856", "AnswerSentenceID": 5}, {"Question": "Is there any understanding towards the anti-peace groups?", "AnchorSentenceID": 4, "QuestionID": "00857", "AnswerSentenceID": 6}, {"Question": "What is the expected action of Arafat?", "AnchorSentenceID": 1, "QuestionID": "00858", "AnswerSentenceID": 7}, {"Question": "What is the main obstacle in the peace negotiations?", "AnchorSentenceID": 1, "QuestionID": "00859", "AnswerSentenceID": 8}, {"Question": "What must be done, in the eyes of Israel?", "AnchorSentenceID": 8, "QuestionID": "00860", "AnswerSentenceID": 9}, {"Question": "Is the PLO effectively countering the anti-peace movements?", "AnchorSentenceID": 9, "QuestionID": "00861", "AnswerSentenceID": 10}, {"Question": "Who owned the explosives?", "AnchorSentenceID": 10, "QuestionID": "00862", "AnswerSentenceID": 11}, {"Question": "Were there any other details?", "AnchorSentenceID": 10, "QuestionID": "00863", "AnswerSentenceID": 12}, {"Question": "What is the purpose of the violence?", "AnchorSentenceID": 8, "QuestionID": "00864", "AnswerSentenceID": 13}, {"Question": "What are the consequences of the violent events?", "AnchorSentenceID": 13, "QuestionID": "00865", "AnswerSentenceID": 14}, {"Question": "Is an autonomous zone supported by both sides completely?", "AnchorSentenceID": 13, "QuestionID": "00866", "AnswerSentenceID": 15}, {"Question": "Would this lead to the two regions and identities becoming separate countries?", "AnchorSentenceID": 15, "QuestionID": "00867", "AnswerSentenceID": 16}, {"Question": "Would this separation be perfectly beneficial?", "AnchorSentenceID": 16, "QuestionID": "00868", "AnswerSentenceID": 17}, {"Question": "Will the closure be removed in the near future?", "AnchorSentenceID": 14, "QuestionID": "00869", "AnswerSentenceID": 18}, {"Question": "Why is the closure being enacted?", "AnchorSentenceID": 14, "QuestionID": "00870", "AnswerSentenceID": 19}, {"Question": "Why is the closure being enacted?", "AnchorSentenceID": 14, "QuestionID": "00871", "AnswerSentenceID": 20}], "ArticleID": "1436"}]}, {"Article": [{"qas": [{"Question": "Are these measures enough?", "AnchorSentenceID": 1, "QuestionID": "00872", "AnswerSentenceID": 2}, {"Question": "in what ways has the Zedillo been wielding a club?", "AnchorSentenceID": 1, "QuestionID": "00873", "AnswerSentenceID": 3}, {"Question": "what are they doing in the occupied villages?", "AnchorSentenceID": 3, "QuestionID": "00874", "AnswerSentenceID": 4}, {"Question": "what do more left leaning politicians think of this?", "AnchorSentenceID": 3, "QuestionID": "00875", "AnswerSentenceID": 5}, {"Question": "what is the conservative perspective?", "AnchorSentenceID": 5, "QuestionID": "00876", "AnswerSentenceID": 6}, {"Question": "what other political events are happening in Mexico at this time?", "AnchorSentenceID": 5, "QuestionID": "00877", "AnswerSentenceID": 7}, {"Question": "What is the significance of the peaceful acceptance?", "AnchorSentenceID": 7, "QuestionID": "00878", "AnswerSentenceID": 8}, {"Question": "How are the people in Chiapas accepting the government intervention?", "AnchorSentenceID": 3, "QuestionID": "00879", "AnswerSentenceID": 9}, {"Question": "Are the people afraid of the government?", "AnchorSentenceID": 9, "QuestionID": "00880", "AnswerSentenceID": 10}, {"Question": "What has been causing tension within the region?", "AnchorSentenceID": 3, "QuestionID": "00881", "AnswerSentenceID": 11}, {"Question": "what does a third party have to say about this?", "AnchorSentenceID": 11, "QuestionID": "00882", "AnswerSentenceID": 12}, {"Question": "what were Zedillo's goals as president?", "AnchorSentenceID": 1, "QuestionID": "00883", "AnswerSentenceID": 13}, {"Question": "What has been blocking Zedillo's goals?", "AnchorSentenceID": 13, "QuestionID": "00884", "AnswerSentenceID": 14}, {"Question": "How is Zedillo being perceived?", "AnchorSentenceID": 14, "QuestionID": "00885", "AnswerSentenceID": 15}, {"Question": "How has he gained support?", "AnchorSentenceID": 15, "QuestionID": "00886", "AnswerSentenceID": 16}, {"Question": "What does a third party have to say about Zedillo's conflict?", "AnchorSentenceID": 15, "QuestionID": "00887", "AnswerSentenceID": 17}, {"Question": "What does a third party have to say about Zedillo's conflict?", "AnchorSentenceID": 15, "QuestionID": "00888", "AnswerSentenceID": 18}, {"Question": "What does a third party have to say about Zedillo's conflict?", "AnchorSentenceID": 15, "QuestionID": "00889", "AnswerSentenceID": 19}, {"Question": "What do other political parties have to say about Zedillo?", "AnchorSentenceID": 15, "QuestionID": "00890", "AnswerSentenceID": 20}, {"Question": "Is this having a visible positive effect?", "AnchorSentenceID": 1, "QuestionID": "00891", "AnswerSentenceID": 2}, {"Question": "What is Zedillo doing?", "AnchorSentenceID": 1, "QuestionID": "00892", "AnswerSentenceID": 3}, {"Question": "What are the troops doing?", "AnchorSentenceID": 3, "QuestionID": "00893", "AnswerSentenceID": 4}, {"Question": "How does the Mexican right wing feel about Zedillo's actions?", "AnchorSentenceID": 5, "QuestionID": "00894", "AnswerSentenceID": 6}, {"Question": "What was the 'victory for democracy' in question?", "AnchorSentenceID": 6, "QuestionID": "00895", "AnswerSentenceID": 7}, {"Question": "Why is this unclear?", "AnchorSentenceID": 2, "QuestionID": "00896", "AnswerSentenceID": 8}, {"Question": "How is Chiapas reacting to Zedillo's actions?", "AnchorSentenceID": 3, "QuestionID": "00897", "AnswerSentenceID": 9}, {"Question": "How is Chiapas reacting to Zedillo's actions?", "AnchorSentenceID": 3, "QuestionID": "00898", "AnswerSentenceID": 10}, {"Question": "How is Chiapas reacting to Zedillo's actions?", "AnchorSentenceID": 3, "QuestionID": "00899", "AnswerSentenceID": 11}, {"Question": "What is the significance of Robledo resigning?", "AnchorSentenceID": 11, "QuestionID": "00900", "AnswerSentenceID": 12}, {"Question": "How long has Zedillo been in office?", "AnchorSentenceID": 3, "QuestionID": "00901", "AnswerSentenceID": 13}, {"Question": "Was Zedillo successful?", "AnchorSentenceID": 13, "QuestionID": "00902", "AnswerSentenceID": 14}, {"Question": "What was the response to this development?", "AnchorSentenceID": 14, "QuestionID": "00903", "AnswerSentenceID": 15}, {"Question": "How did Zedillo react to these accusations?", "AnchorSentenceID": 15, "QuestionID": "00904", "AnswerSentenceID": 16}, {"Question": "Did Baer comment further?", "AnchorSentenceID": 12, "QuestionID": "00905", "AnswerSentenceID": 17}, {"Question": "What is Zedillo's contradiction?", "AnchorSentenceID": 17, "QuestionID": "00906", "AnswerSentenceID": 18}, {"Question": "What is Zedillo's contradiction?", "AnchorSentenceID": 17, "QuestionID": "00907", "AnswerSentenceID": 19}, {"Question": "How do other parties feel about Zedillo's leadership?", "AnchorSentenceID": 6, "QuestionID": "00908", "AnswerSentenceID": 20}], "ArticleID": "1437"}]}, {"Article": [{"qas": [{"Question": "what is the plan?", "AnchorSentenceID": 1, "QuestionID": "00909", "AnswerSentenceID": 2}, {"Question": "How do other leading nations feel about it?", "AnchorSentenceID": 2, "QuestionID": "00910", "AnswerSentenceID": 3}, {"Question": "When will the negotiation be delivered to Serbia?", "AnchorSentenceID": 1, "QuestionID": "00911", "AnswerSentenceID": 4}, {"Question": "What sanctions will be lifted?", "AnchorSentenceID": 1, "QuestionID": "00912", "AnswerSentenceID": 5}, {"Question": "What does Serbia have to do in order to comply?", "AnchorSentenceID": 1, "QuestionID": "00913", "AnswerSentenceID": 6}, {"Question": "What would the nature of the lifted sanctions be?", "AnchorSentenceID": 1, "QuestionID": "00914", "AnswerSentenceID": 7}, {"Question": "Are other sanctions on Serbia still being imposed?", "AnchorSentenceID": 5, "QuestionID": "00915", "AnswerSentenceID": 8}, {"Question": "What else is going on within the state department?", "AnchorSentenceID": 1, "QuestionID": "00916", "AnswerSentenceID": 9}, {"Question": "What will happen of Charles Thomas?", "AnchorSentenceID": 9, "QuestionID": "00917", "AnswerSentenceID": 10}, {"Question": "When did the contact group meet?", "AnchorSentenceID": 1, "QuestionID": "00918", "AnswerSentenceID": 11}, {"Question": "Why did no one speak to reporters?", "AnchorSentenceID": 11, "QuestionID": "00919", "AnswerSentenceID": 12}, {"Question": "what prompted the disclosure?", "AnchorSentenceID": 12, "QuestionID": "00920", "AnswerSentenceID": 13}, {"Question": "Did the post publish the leaked info?", "AnchorSentenceID": 13, "QuestionID": "00921", "AnswerSentenceID": 14}, {"Question": "how many attempts at peace have their been?", "AnchorSentenceID": 3, "QuestionID": "00922", "AnswerSentenceID": 15}, {"Question": "Why are the Serbians rejecting peace?", "AnchorSentenceID": 3, "QuestionID": "00923", "AnswerSentenceID": 16}, {"Question": "what did the official have to say about the proposal?", "AnchorSentenceID": 12, "QuestionID": "00924", "AnswerSentenceID": 17}, {"Question": "Why does he feel that way?", "AnchorSentenceID": 17, "QuestionID": "00925", "AnswerSentenceID": 18}, {"Question": "What happens if the Bosnian Serbs reject peace?", "AnchorSentenceID": 18, "QuestionID": "00926", "AnswerSentenceID": 19}], "ArticleID": "1438"}]}, {"Article": [{"qas": [{"Question": "Why was the captain growing desperate?", "AnchorSentenceID": 1, "QuestionID": "00927", "AnswerSentenceID": 2}, {"Question": "Is this a normal occurrence?", "AnchorSentenceID": 2, "QuestionID": "00928", "AnswerSentenceID": 3}, {"Question": "Why is this happening?", "AnchorSentenceID": 2, "QuestionID": "00929", "AnswerSentenceID": 4}, {"Question": "What are the side effects of the crash?", "AnchorSentenceID": 4, "QuestionID": "00930", "AnswerSentenceID": 5}, {"Question": "Will this have long-term effects?", "AnchorSentenceID": 5, "QuestionID": "00931", "AnswerSentenceID": 6}, {"Question": "Is it known why this is happening?", "AnchorSentenceID": 4, "QuestionID": "00932", "AnswerSentenceID": 7}, {"Question": "When was the last time something of this magnitude happened?", "AnchorSentenceID": 4, "QuestionID": "00933", "AnswerSentenceID": 8}, {"Question": "Is the crash expected to get worse?", "AnchorSentenceID": 6, "QuestionID": "00934", "AnswerSentenceID": 9}, {"Question": "Are any contributing factors known?", "AnchorSentenceID": 7, "QuestionID": "00935", "AnswerSentenceID": 10}, {"Question": "Has this factor been universally bad for fishing?", "AnchorSentenceID": 10, "QuestionID": "00936", "AnswerSentenceID": 11}, {"Question": "Should the progression of the cycle reverse the problem?", "AnchorSentenceID": 10, "QuestionID": "00937", "AnswerSentenceID": 12}, {"Question": "Is it thought that this is the main cause?", "AnchorSentenceID": 10, "QuestionID": "00938", "AnswerSentenceID": 13}, {"Question": "How long have populations been declining?", "AnchorSentenceID": 9, "QuestionID": "00939", "AnswerSentenceID": 14}, {"Question": "Are sardines reproducing at the same levels?", "AnchorSentenceID": 8, "QuestionID": "00940", "AnswerSentenceID": 15}, {"Question": "Why do environmental groups argue this?", "AnchorSentenceID": 15, "QuestionID": "00941", "AnswerSentenceID": 16}, {"Question": "How are they famously volatile?", "AnchorSentenceID": 8, "QuestionID": "00942", "AnswerSentenceID": 17}, {"Question": "Why is this the case?", "AnchorSentenceID": 18, "QuestionID": "00943", "AnswerSentenceID": 18}, {"Question": "How does this manifest?", "AnchorSentenceID": 18, "QuestionID": "00944", "AnswerSentenceID": 19}, {"Question": "How does this manifest?", "AnchorSentenceID": 18, "QuestionID": "00945", "AnswerSentenceID": 20}, {"Question": "why was the captain desperate?", "AnchorSentenceID": 2, "QuestionID": "00946", "AnswerSentenceID": 2}, {"Question": "What is the significance about tonight?", "AnchorSentenceID": 1, "QuestionID": "00947", "AnswerSentenceID": 3}, {"Question": "What is the cause of the lack of catches?", "AnchorSentenceID": 2, "QuestionID": "00948", "AnswerSentenceID": 4}, {"Question": "What has been the response to the sharp decline in sardines?", "AnchorSentenceID": 4, "QuestionID": "00949", "AnswerSentenceID": 5}, {"Question": "What are some of the effects of the sharp decline of sardines?", "AnchorSentenceID": 5, "QuestionID": "00950", "AnswerSentenceID": 6}, {"Question": "What caused the sharp decline?", "AnchorSentenceID": 5, "QuestionID": "00951", "AnswerSentenceID": 7}, {"Question": "Do events like this happen predictably?", "AnchorSentenceID": 7, "QuestionID": "00952", "AnswerSentenceID": 8}, {"Question": "Is the situation going to be better soon?", "AnchorSentenceID": 6, "QuestionID": "00953", "AnswerSentenceID": 9}, {"Question": "Are there any possible factors?", "AnchorSentenceID": 7, "QuestionID": "00954", "AnswerSentenceID": 10}, {"Question": "Has the cycle negatively affected sardines?", "AnchorSentenceID": 10, "QuestionID": "00955", "AnswerSentenceID": 11}, {"Question": "if its a cycle, that bodes well then?", "AnchorSentenceID": 11, "QuestionID": "00956", "AnswerSentenceID": 12}, {"Question": "is that all there is then?", "AnchorSentenceID": 12, "QuestionID": "00957", "AnswerSentenceID": 13}, {"Question": "How sharp was the population drop?", "AnchorSentenceID": 4, "QuestionID": "00958", "AnswerSentenceID": 14}, {"Question": "What measures are being taken against the population decline?", "AnchorSentenceID": 14, "QuestionID": "00959", "AnswerSentenceID": 15}, {"Question": "What are the environmental advocates saying?", "AnchorSentenceID": 15, "QuestionID": "00960", "AnswerSentenceID": 16}, {"Question": "Is this sardine known for this sort of population shift?", "AnchorSentenceID": 8, "QuestionID": "00961", "AnswerSentenceID": 17}, {"Question": "why is the population size so varied across time?", "AnchorSentenceID": 17, "QuestionID": "00962", "AnswerSentenceID": 18}, {"Question": "What specific conditions cause them to die off?", "AnchorSentenceID": 18, "QuestionID": "00963", "AnswerSentenceID": 19}, {"Question": "What conditions cause them to thrive?", "AnchorSentenceID": 19, "QuestionID": "00964", "AnswerSentenceID": 20}], "ArticleID": "908"}]}, {"Article": [{"qas": [{"Question": "What was the pharaoh's name?", "AnchorSentenceID": 1, "QuestionID": "00965", "AnswerSentenceID": 2}, {"Question": "Where is the tomb located?", "AnchorSentenceID": 1, "QuestionID": "00966", "AnswerSentenceID": 3}, {"Question": "What are they excavating in Abydos?", "AnchorSentenceID": 3, "QuestionID": "00967", "AnswerSentenceID": 4}, {"Question": "What led to the discovery of this lost pharaoh?", "AnchorSentenceID": 1, "QuestionID": "00968", "AnswerSentenceID": 5}, {"Question": "How long is the list?", "AnchorSentenceID": 5, "QuestionID": "00969", "AnswerSentenceID": 6}, {"Question": "Is pharaoh Senebkay on this list?", "AnchorSentenceID": 6, "QuestionID": "00970", "AnswerSentenceID": 7}, {"Question": "Are there names that are lost due to damage to the list?", "AnchorSentenceID": 6, "QuestionID": "00971", "AnswerSentenceID": 8}, {"Question": "What is an expert opinion?", "AnchorSentenceID": 8, "QuestionID": "00972", "AnswerSentenceID": 9}, {"Question": "What is an expert opinion?", "AnchorSentenceID": 8, "QuestionID": "00973", "AnswerSentenceID": 10}, {"Question": "When was tomb made and looted?", "AnchorSentenceID": 2, "QuestionID": "00974", "AnswerSentenceID": 11}, {"Question": "How severe was the looting?", "AnchorSentenceID": 11, "QuestionID": "00975", "AnswerSentenceID": 12}, {"Question": "What were Senebkay's physical attributes?", "AnchorSentenceID": 2, "QuestionID": "00976", "AnswerSentenceID": 13}, {"Question": "What was in the tomb?", "AnchorSentenceID": 2, "QuestionID": "00977", "AnswerSentenceID": 14}, {"Question": "Where had these funerary objects come from?", "AnchorSentenceID": 14, "QuestionID": "00978", "AnswerSentenceID": 15}, {"Question": "How long ago was the other king discovered?", "AnchorSentenceID": 15, "QuestionID": "00979", "AnswerSentenceID": 16}, {"Question": "When did these discoveries begin?", "AnchorSentenceID": 16, "QuestionID": "00980", "AnswerSentenceID": 17}, {"Question": "Who was the original owner of the sarcophagus?", "AnchorSentenceID": 17, "QuestionID": "00981", "AnswerSentenceID": 18}, {"Question": "What caused the discovery of Senebkay?", "AnchorSentenceID": 1, "QuestionID": "00982", "AnswerSentenceID": 19}, {"Question": "What about the tombs of other forgotten rulers?", "AnchorSentenceID": 5, "QuestionID": "00983", "AnswerSentenceID": 20}, {"Question": "Who is the pharaoh?", "AnchorSentenceID": 1, "QuestionID": "00984", "AnswerSentenceID": 2}, {"Question": "Where is the tomb?", "AnchorSentenceID": 1, "QuestionID": "00985", "AnswerSentenceID": 3}, {"Question": "Why do they think there are multiple tombs?", "AnchorSentenceID": 1, "QuestionID": "00986", "AnswerSentenceID": 4}, {"Question": "Was this discovery a total surprise?", "AnchorSentenceID": 2, "QuestionID": "00987", "AnswerSentenceID": 5}, {"Question": "How was this hypothesized?", "AnchorSentenceID": 5, "QuestionID": "00988", "AnswerSentenceID": 6}, {"Question": "Did the name in the tomb appear on the list?", "AnchorSentenceID": 6, "QuestionID": "00989", "AnswerSentenceID": 7}, {"Question": "Are all the names legible?", "AnchorSentenceID": 5, "QuestionID": "00990", "AnswerSentenceID": 8}, {"Question": "Are these names known at all?", "AnchorSentenceID": 8, "QuestionID": "00991", "AnswerSentenceID": 9}, {"Question": "Are these names known at all?", "AnchorSentenceID": 8, "QuestionID": "00992", "AnswerSentenceID": 10}, {"Question": "How old is the tomb thought to be?", "AnchorSentenceID": 1, "QuestionID": "00993", "AnswerSentenceID": 11}, {"Question": "How heavily was the tomb looted?", "AnchorSentenceID": 2, "QuestionID": "00994", "AnswerSentenceID": 12}, {"Question": "Have researchers been able to find anything out about the king?", "AnchorSentenceID": 12, "QuestionID": "00995", "AnswerSentenceID": 13}, {"Question": "What was found in the tomb?", "AnchorSentenceID": 1, "QuestionID": "00996", "AnswerSentenceID": 14}, {"Question": "Is anything else known about these artifacts?", "AnchorSentenceID": 14, "QuestionID": "00997", "AnswerSentenceID": 15}, {"Question": "Who was the earlier king?", "AnchorSentenceID": 15, "QuestionID": "00998", "AnswerSentenceID": 16}, {"Question": "Is this the first recent discovery?", "AnchorSentenceID": 2, "QuestionID": "00999", "AnswerSentenceID": 17}, {"Question": "Why might the sarcophagus have been moved?", "AnchorSentenceID": 17, "QuestionID": "01000", "AnswerSentenceID": 18}, {"Question": "How was Senebkay's tomb discovered?", "AnchorSentenceID": 1, "QuestionID": "01001", "AnswerSentenceID": 19}, {"Question": "Are there likely more tombs in the same location?", "AnchorSentenceID": 3, "QuestionID": "01002", "AnswerSentenceID": 20}], "ArticleID": "910"}]}, {"Article": [{"qas": [{"Question": "What is in the report?", "AnchorSentenceID": 1, "QuestionID": "01003", "AnswerSentenceID": 2}, {"Question": "Is it universally difficult to read?", "AnchorSentenceID": 2, "QuestionID": "01004", "AnswerSentenceID": 3}, {"Question": "Did Johnson take action to make it easier to understand?", "AnchorSentenceID": 3, "QuestionID": "01005", "AnswerSentenceID": 4}, {"Question": "Was he successful?", "AnchorSentenceID": 4, "QuestionID": "01006", "AnswerSentenceID": 5}, {"Question": "Did Johnson expect this response?", "AnchorSentenceID": 5, "QuestionID": "01007", "AnswerSentenceID": 6}, {"Question": "How positive was the response?", "AnchorSentenceID": 6, "QuestionID": "01008", "AnswerSentenceID": 7}, {"Question": "How positive was the response?", "AnchorSentenceID": 6, "QuestionID": "01009", "AnswerSentenceID": 8}, {"Question": "How positive was the response?", "AnchorSentenceID": 6, "QuestionID": "01010", "AnswerSentenceID": 9}, {"Question": "How did Johnson format the booklet?", "AnchorSentenceID": 5, "QuestionID": "01011", "AnswerSentenceID": 10}, {"Question": "How much did Johnson distill the information?", "AnchorSentenceID": 4, "QuestionID": "01012", "AnswerSentenceID": 11}, {"Question": "Is anything else included in the booklet?", "AnchorSentenceID": 10, "QuestionID": "01013", "AnswerSentenceID": 12}, {"Question": "Why did Johnson choose to use haiku?", "AnchorSentenceID": 4, "QuestionID": "01014", "AnswerSentenceID": 13}, {"Question": "How is he acquainted with the form?", "AnchorSentenceID": 13, "QuestionID": "01015", "AnswerSentenceID": 14}, {"Question": "Is this at odds with other parts of his life?", "AnchorSentenceID": 14, "QuestionID": "01016", "AnswerSentenceID": 15}, {"Question": "Does Johnson prefer this?", "AnchorSentenceID": 15, "QuestionID": "01017", "AnswerSentenceID": 16}, {"Question": "Why was the exercise appealing?", "AnchorSentenceID": 16, "QuestionID": "01018", "AnswerSentenceID": 17}, {"Question": "What else does Johnson enjoy about haiku?", "AnchorSentenceID": 17, "QuestionID": "01019", "AnswerSentenceID": 18}, {"Question": "Did Johnson plan on widely publishing the booklet?", "AnchorSentenceID": 5, "QuestionID": "01020", "AnswerSentenceID": 19}, {"Question": "How did the booklet go public?", "AnchorSentenceID": 19, "QuestionID": "01021", "AnswerSentenceID": 20}], "ArticleID": "911"}]}, {"Article": [{"qas": [{"Question": "What did town officials do?", "AnchorSentenceID": 1, "QuestionID": "01022", "AnswerSentenceID": 2}, {"Question": "What did town officials do?", "AnchorSentenceID": 1, "QuestionID": "01023", "AnswerSentenceID": 3}, {"Question": "What are the numbers of this rationing?", "AnchorSentenceID": 2, "QuestionID": "01024", "AnswerSentenceID": 4}, {"Question": "What are the restrictions of the rationing?", "AnchorSentenceID": 2, "QuestionID": "01025", "AnswerSentenceID": 5}, {"Question": "Is this affecting businesses?", "AnchorSentenceID": 3, "QuestionID": "01026", "AnswerSentenceID": 6}, {"Question": "Did officials comment on the situation?", "AnchorSentenceID": 1, "QuestionID": "01027", "AnswerSentenceID": 7}, {"Question": "Are there worries about what will happen?", "AnchorSentenceID": 7, "QuestionID": "01028", "AnswerSentenceID": 8}, {"Question": "Is there a chance that the drought will break?", "AnchorSentenceID": 8, "QuestionID": "01029", "AnswerSentenceID": 9}, {"Question": "Is it very likely that they will come?", "AnchorSentenceID": 9, "QuestionID": "01030", "AnswerSentenceID": 10}, {"Question": "Will the entire state be equally affected?", "AnchorSentenceID": 8, "QuestionID": "01031", "AnswerSentenceID": 11}, {"Question": "Why will effects spread unevenly?", "AnchorSentenceID": 11, "QuestionID": "01032", "AnswerSentenceID": 12}, {"Question": "Which areas could be less affected?", "AnchorSentenceID": 11, "QuestionID": "01033", "AnswerSentenceID": 13}, {"Question": "Which areas could be less affected?", "AnchorSentenceID": 11, "QuestionID": "01034", "AnswerSentenceID": 14}, {"Question": "How will agriculture be affected?", "AnchorSentenceID": 8, "QuestionID": "01035", "AnswerSentenceID": 15}, {"Question": "How will agriculture be affected?", "AnchorSentenceID": 8, "QuestionID": "01036", "AnswerSentenceID": 16}, {"Question": "What will happen to smaller businesses?", "AnchorSentenceID": 15, "QuestionID": "01037", "AnswerSentenceID": 17}, {"Question": "How bad will it be if it doesn't rain?", "AnchorSentenceID": 9, "QuestionID": "01038", "AnswerSentenceID": 18}, {"Question": "Why would it be so bad?", "AnchorSentenceID": 18, "QuestionID": "01039", "AnswerSentenceID": 19}, {"Question": "Do Willits officials have plans past the rationing?", "AnchorSentenceID": 2, "QuestionID": "01040", "AnswerSentenceID": 20}], "ArticleID": "912"}]}, {"Article": [{"qas": [{"Question": "How many people are in half the global population?", "AnchorSentenceID": 1, "QuestionID": "01041", "AnswerSentenceID": 2}, {"Question": "What's another way of looking at this?", "AnchorSentenceID": 2, "QuestionID": "01042", "AnswerSentenceID": 3}, {"Question": "For what occasion was this report issued?", "AnchorSentenceID": 1, "QuestionID": "01043", "AnswerSentenceID": 4}, {"Question": "What is the World Economic Forum?", "AnchorSentenceID": 4, "QuestionID": "01044", "AnswerSentenceID": 5}, {"Question": "Did Oxfam say anything else about the report?", "AnchorSentenceID": 1, "QuestionID": "01045", "AnswerSentenceID": 6}, {"Question": "How does it undermine democracy?", "AnchorSentenceID": 6, "QuestionID": "01046", "AnswerSentenceID": 7}, {"Question": "How concentrated is the wealth?", "AnchorSentenceID": 7, "QuestionID": "01047", "AnswerSentenceID": 8}, {"Question": "How else could that amount be distributed?", "AnchorSentenceID": 8, "QuestionID": "01048", "AnswerSentenceID": 9}, {"Question": "How many people in the world are extremely rich?", "AnchorSentenceID": 8, "QuestionID": "01049", "AnswerSentenceID": 10}, {"Question": "What other information did the report offer?", "AnchorSentenceID": 1, "QuestionID": "01050", "AnswerSentenceID": 11}, {"Question": "How was it beneficial to the elite?", "AnchorSentenceID": 11, "QuestionID": "01051", "AnswerSentenceID": 12}, {"Question": "Is this a global trend?", "AnchorSentenceID": 12, "QuestionID": "01052", "AnswerSentenceID": 13}, {"Question": "How does this compare to other countries?", "AnchorSentenceID": 14, "QuestionID": "01053", "AnswerSentenceID": 15}, {"Question": "How does this trend look in Europe?", "AnchorSentenceID": 13, "QuestionID": "01054", "AnswerSentenceID": 16}, {"Question": "Did Oxfam suggest any steps be taken?", "AnchorSentenceID": 6, "QuestionID": "01055", "AnswerSentenceID": 17}, {"Question": "What did Oxfam say on the matter?", "AnchorSentenceID": 17, "QuestionID": "01056", "AnswerSentenceID": 18}, {"Question": "What did Oxfam say on the matter?", "AnchorSentenceID": 17, "QuestionID": "01057", "AnswerSentenceID": 19}, {"Question": "what is another way of looking at this statistic?", "AnchorSentenceID": 1, "QuestionID": "01058", "AnswerSentenceID": 2}, {"Question": "what is another way of looking at this statistic?", "AnchorSentenceID": 1, "QuestionID": "01059", "AnswerSentenceID": 3}, {"Question": "What is the context of this report being issued?", "AnchorSentenceID": 1, "QuestionID": "01060", "AnswerSentenceID": 4}, {"Question": "who will be at the forum?", "AnchorSentenceID": 4, "QuestionID": "01061", "AnswerSentenceID": 5}, {"Question": "What are the implications of this growing gap?", "AnchorSentenceID": 1, "QuestionID": "01062", "AnswerSentenceID": 6}, {"Question": "What is their reasoning?", "AnchorSentenceID": 6, "QuestionID": "01063", "AnswerSentenceID": 7}, {"Question": "What is their reasoning?", "AnchorSentenceID": 6, "QuestionID": "01064", "AnswerSentenceID": 8}, {"Question": "What is their reasoning?", "AnchorSentenceID": 6, "QuestionID": "01065", "AnswerSentenceID": 9}, {"Question": "how many more people are billionaires this year?", "AnchorSentenceID": 1, "QuestionID": "01066", "AnswerSentenceID": 10}, {"Question": "What is the context of these new billionaires' rise?", "AnchorSentenceID": 10, "QuestionID": "01067", "AnswerSentenceID": 11}, {"Question": "What is the difference in post-crisis wealth between the rich and poor?", "AnchorSentenceID": 11, "QuestionID": "01068", "AnswerSentenceID": 12}, {"Question": "How is this trend distributed around the world?", "AnchorSentenceID": 1, "QuestionID": "01069", "AnswerSentenceID": 13}, {"Question": "Where is the share of wealth not growing for the wealthiest people?", "AnchorSentenceID": 13, "QuestionID": "01070", "AnswerSentenceID": 14}, {"Question": "Where is the gap growing largest?", "AnchorSentenceID": 14, "QuestionID": "01071", "AnswerSentenceID": 15}, {"Question": "How can we represent the scale of the wealth distribution?", "AnchorSentenceID": 1, "QuestionID": "01072", "AnswerSentenceID": 16}, {"Question": "What did Oxfam assert in tandem with its report?", "AnchorSentenceID": 1, "QuestionID": "01073", "AnswerSentenceID": 17}, {"Question": "What specific statements did Oxfam make regarding democracy?", "AnchorSentenceID": 17, "QuestionID": "01074", "AnswerSentenceID": 18}, {"Question": "What specific statements did Oxfam make regarding democracy?", "AnchorSentenceID": 17, "QuestionID": "01075", "AnswerSentenceID": 19}], "ArticleID": "913"}]}, {"Article": [{"qas": [{"Question": "Where was the ruling made?", "AnchorSentenceID": 1, "QuestionID": "01076", "AnswerSentenceID": 2}, {"Question": "Where was the ruling made?", "AnchorSentenceID": 1, "QuestionID": "01077", "AnswerSentenceID": 3}, {"Question": "What will happen with the antitrust case?", "AnchorSentenceID": 2, "QuestionID": "01078", "AnswerSentenceID": 4}, {"Question": "Is there a precedent for juror exclusion based on sexuality?", "AnchorSentenceID": 1, "QuestionID": "01079", "AnswerSentenceID": 5}, {"Question": "How will the ruling affect this?", "AnchorSentenceID": 5, "QuestionID": "01080", "AnswerSentenceID": 6}, {"Question": "What secondary effects will the ruling have?", "AnchorSentenceID": 6, "QuestionID": "01081", "AnswerSentenceID": 7}, {"Question": "Are other sexuality-centered cases currently taking place?", "AnchorSentenceID": 6, "QuestionID": "01082", "AnswerSentenceID": 8}, {"Question": "What did lawmakers say about the case?", "AnchorSentenceID": 2, "QuestionID": "01083", "AnswerSentenceID": 9}, {"Question": "What did lawmakers say about the case?", "AnchorSentenceID": 2, "QuestionID": "01084", "AnswerSentenceID": 10}, {"Question": "How did gay rights activists react to the ruling?", "AnchorSentenceID": 1, "QuestionID": "01085", "AnswerSentenceID": 11}, {"Question": "How did gay rights activists react to the ruling?", "AnchorSentenceID": 1, "QuestionID": "01086", "AnswerSentenceID": 12}, {"Question": "Why is it a very big deal?", "AnchorSentenceID": 12, "QuestionID": "01087", "AnswerSentenceID": 13}, {"Question": "What was the case in question?", "AnchorSentenceID": 3, "QuestionID": "01088", "AnswerSentenceID": 15}, {"Question": "What was the case about?", "AnchorSentenceID": 15, "QuestionID": "01089", "AnswerSentenceID": 16}, {"Question": "Why was the juror removed?", "AnchorSentenceID": 4, "QuestionID": "01090", "AnswerSentenceID": 17}, {"Question": "What was the reaction to this?", "AnchorSentenceID": 17, "QuestionID": "01091", "AnswerSentenceID": 18}, {"Question": "Did the lawyer explain this?", "AnchorSentenceID": 17, "QuestionID": "01092", "AnswerSentenceID": 19}, {"Question": "Was any other reason ever provided?", "AnchorSentenceID": 19, "QuestionID": "01093", "AnswerSentenceID": 20}, {"Question": "what is the significance of this ruling?", "AnchorSentenceID": 1, "QuestionID": "01094", "AnswerSentenceID": 2}, {"Question": "what is the significance of this ruling?", "AnchorSentenceID": 1, "QuestionID": "01095", "AnswerSentenceID": 3}, {"Question": "What caused this decision to be made?", "AnchorSentenceID": 1, "QuestionID": "01096", "AnswerSentenceID": 4}, {"Question": "Was this decision already backed by law in some way?", "AnchorSentenceID": 1, "QuestionID": "01097", "AnswerSentenceID": 5}, {"Question": "What are other consequences of this decision?", "AnchorSentenceID": 6, "QuestionID": "01098", "AnswerSentenceID": 7}, {"Question": "What other fronts are being fought for gay rights in the US?", "AnchorSentenceID": 7, "QuestionID": "01099", "AnswerSentenceID": 8}, {"Question": "What did a ruling judge have to say for the case?", "AnchorSentenceID": 1, "QuestionID": "01100", "AnswerSentenceID": 9}, {"Question": "what was their reasoning?", "AnchorSentenceID": 1, "QuestionID": "01101", "AnswerSentenceID": 10}, {"Question": "what are the reactions of gay rights activists?", "AnchorSentenceID": 1, "QuestionID": "01102", "AnswerSentenceID": 11}, {"Question": "what are the reactions of gay rights activists?", "AnchorSentenceID": 11, "QuestionID": "01103", "AnswerSentenceID": 12}, {"Question": "Will this assist efforts in other US cases?", "AnchorSentenceID": 12, "QuestionID": "01104", "AnswerSentenceID": 13}, {"Question": "what is the significance of today's decision for gay rights?", "AnchorSentenceID": 1, "QuestionID": "01105", "AnswerSentenceID": 14}, {"Question": "What was the original suit in which the gay juror was removed from?", "AnchorSentenceID": 3, "QuestionID": "01106", "AnswerSentenceID": 15}, {"Question": "What caused the case to occur?", "AnchorSentenceID": 15, "QuestionID": "01107", "AnswerSentenceID": 16}, {"Question": "why was the man removed from the jury?", "AnchorSentenceID": 3, "QuestionID": "01108", "AnswerSentenceID": 17}, {"Question": "What was the response from activists?", "AnchorSentenceID": 17, "QuestionID": "01109", "AnswerSentenceID": 18}, {"Question": "what did the Abbott lawyer say in the defense?", "AnchorSentenceID": 18, "QuestionID": "01110", "AnswerSentenceID": 19}, {"Question": "What reasons did the Abbott lawyers state that were non-discriminatory?", "AnchorSentenceID": 19, "QuestionID": "01111", "AnswerSentenceID": 20}], "ArticleID": "914"}]}, {"Article": [{"qas": [{"Question": "who is this assertion meant to be read by?", "AnchorSentenceID": 1, "QuestionID": "01112", "AnswerSentenceID": 2}, {"Question": "Why is this message being sent to so many institutions?", "AnchorSentenceID": 2, "QuestionID": "01113", "AnswerSentenceID": 3}, {"Question": "Why is horticulture in trouble?", "AnchorSentenceID": 1, "QuestionID": "01114", "AnswerSentenceID": 4}, {"Question": "Why is horticulture in trouble?", "AnchorSentenceID": 1, "QuestionID": "01115", "AnswerSentenceID": 5}, {"Question": "What is harming horticulture?", "AnchorSentenceID": 1, "QuestionID": "01116", "AnswerSentenceID": 6}, {"Question": "What is the point of the campaign?", "AnchorSentenceID": 6, "QuestionID": "01117", "AnswerSentenceID": 7}, {"Question": "how will horticulture be saved?", "AnchorSentenceID": 3, "QuestionID": "01118", "AnswerSentenceID": 8}, {"Question": "how will horticulture be saved?", "AnchorSentenceID": 6, "QuestionID": "01119", "AnswerSentenceID": 9}, {"Question": "how will horticulture be saved?", "AnchorSentenceID": 6, "QuestionID": "01120", "AnswerSentenceID": 10}, {"Question": "how will horticulture be saved?", "AnchorSentenceID": 6, "QuestionID": "01121", "AnswerSentenceID": 11}, {"Question": "what are the obstacles in front of the proposed solution?", "AnchorSentenceID": 9, "QuestionID": "01122", "AnswerSentenceID": 12}, {"Question": "what is the main obstacle?", "AnchorSentenceID": 12, "QuestionID": "01123", "AnswerSentenceID": 13}, {"Question": "What is horticulture?", "AnchorSentenceID": 13, "QuestionID": "01124", "AnswerSentenceID": 14}, {"Question": "What do people usually think horticulture is?", "AnchorSentenceID": 14, "QuestionID": "01125", "AnswerSentenceID": 15}, {"Question": "what are the actual career opportunities?", "AnchorSentenceID": 15, "QuestionID": "01126", "AnswerSentenceID": 16}, {"Question": "Is this a global issue?", "AnchorSentenceID": 1, "QuestionID": "01127", "AnswerSentenceID": 17}, {"Question": "How is Britain being affected by this?", "AnchorSentenceID": 17, "QuestionID": "01128", "AnswerSentenceID": 18}, {"Question": "What has been contributing to this crisis?", "AnchorSentenceID": 18, "QuestionID": "01129", "AnswerSentenceID": 19}, {"Question": "What is an expert opinion?", "AnchorSentenceID": 19, "QuestionID": "01130", "AnswerSentenceID": 20}, {"Question": "Where was this statement made?", "AnchorSentenceID": 1, "QuestionID": "01131", "AnswerSentenceID": 2}, {"Question": "What is this author's stance on the matter?", "AnchorSentenceID": 1, "QuestionID": "01132", "AnswerSentenceID": 3}, {"Question": "What else does the letter say?", "AnchorSentenceID": 2, "QuestionID": "01133", "AnswerSentenceID": 4}, {"Question": "Why is horticulture in trouble?", "AnchorSentenceID": 4, "QuestionID": "01134", "AnswerSentenceID": 5}, {"Question": "What do horticulturists think should be done?", "AnchorSentenceID": 4, "QuestionID": "01135", "AnswerSentenceID": 6}, {"Question": "What does his campaign entail?", "AnchorSentenceID": 6, "QuestionID": "01136", "AnswerSentenceID": 7}, {"Question": "What does his campaign entail?", "AnchorSentenceID": 6, "QuestionID": "01137", "AnswerSentenceID": 8}, {"Question": "What does his campaign entail?", "AnchorSentenceID": 6, "QuestionID": "01138", "AnswerSentenceID": 9}, {"Question": "Why does Redman believe horticulture is in danger?", "AnchorSentenceID": 6, "QuestionID": "01139", "AnswerSentenceID": 10}, {"Question": "Why does Redman believe horticulture is in danger?", "AnchorSentenceID": 6, "QuestionID": "01140", "AnswerSentenceID": 11}, {"Question": "What issues does the plan face?", "AnchorSentenceID": 6, "QuestionID": "01141", "AnswerSentenceID": 12}, {"Question": "What is the first hurdle?", "AnchorSentenceID": 12, "QuestionID": "01142", "AnswerSentenceID": 13}, {"Question": "What is horticulture?", "AnchorSentenceID": 1, "QuestionID": "01143", "AnswerSentenceID": 14}, {"Question": "How is horticulture 'under siege'?", "AnchorSentenceID": 1, "QuestionID": "01144", "AnswerSentenceID": 15}, {"Question": "What are careers within the field?", "AnchorSentenceID": 9, "QuestionID": "01145", "AnswerSentenceID": 16}, {"Question": "Is horticulture culturally significant in other countries?", "AnchorSentenceID": 3, "QuestionID": "01146", "AnswerSentenceID": 17}, {"Question": "What are the problems faced in England?", "AnchorSentenceID": 17, "QuestionID": "01147", "AnswerSentenceID": 18}, {"Question": "Why is this crisis taking place?", "AnchorSentenceID": 4, "QuestionID": "01148", "AnswerSentenceID": 19}, {"Question": "Who are some other people involved in the movement?", "AnchorSentenceID": 15, "QuestionID": "01149", "AnswerSentenceID": 20}], "ArticleID": "915"}]}, {"Article": [{"qas": [{"Question": "How was Warhol an early adopter of the selfie?", "AnchorSentenceID": 1, "QuestionID": "01150", "AnswerSentenceID": 2}, {"Question": "What are the portraits of Warhol?", "AnchorSentenceID": 2, "QuestionID": "01151", "AnswerSentenceID": 3}, {"Question": "is the exhibit worthwhile?", "AnchorSentenceID": 1, "QuestionID": "01152", "AnswerSentenceID": 4}, {"Question": "What makes it fresh for the 21st century?", "AnchorSentenceID": 4, "QuestionID": "01153", "AnswerSentenceID": 5}, {"Question": "How large is the exhibit?", "AnchorSentenceID": 2, "QuestionID": "01154", "AnswerSentenceID": 6}, {"Question": "Where have the works come from?", "AnchorSentenceID": 2, "QuestionID": "01155", "AnswerSentenceID": 7}, {"Question": "is this normal for a museum named after a surrealist?", "AnchorSentenceID": 2, "QuestionID": "01156", "AnswerSentenceID": 8}, {"Question": "What is the exhibit called?", "AnchorSentenceID": 1, "QuestionID": "01157", "AnswerSentenceID": 9}, {"Question": "What is the exhibit called?", "AnchorSentenceID": 1, "QuestionID": "01158", "AnswerSentenceID": 10}, {"Question": "Is this appropriate given the museum's named legacy?", "AnchorSentenceID": 8, "QuestionID": "01159", "AnswerSentenceID": 11}, {"Question": "What does the exhibit feature?", "AnchorSentenceID": 2, "QuestionID": "01160", "AnswerSentenceID": 12}, {"Question": "Are their other pieces besides his portrait?", "AnchorSentenceID": 12, "QuestionID": "01161", "AnswerSentenceID": 13}, {"Question": "Are their other pieces besides his portrait?", "AnchorSentenceID": 12, "QuestionID": "01162", "AnswerSentenceID": 14}, {"Question": "What is the relationship between Dali and Warhol?", "AnchorSentenceID": 11, "QuestionID": "01163", "AnswerSentenceID": 15}, {"Question": "what did they have in common?", "AnchorSentenceID": 15, "QuestionID": "01164", "AnswerSentenceID": 16}, {"Question": "Were they friends?", "AnchorSentenceID": 16, "QuestionID": "01165", "AnswerSentenceID": 17}, {"Question": "Did Warhol use Dali in any of his work?", "AnchorSentenceID": 17, "QuestionID": "01166", "AnswerSentenceID": 18}, {"Question": "Did Dali cooperate?", "AnchorSentenceID": 18, "QuestionID": "01167", "AnswerSentenceID": 19}, {"Question": "Is the exhibit interactive?", "AnchorSentenceID": 2, "QuestionID": "01168", "AnswerSentenceID": 20}, {"Question": "What would indicate this?", "AnchorSentenceID": 1, "QuestionID": "01169", "AnswerSentenceID": 2}, {"Question": "What are the selfie contents?", "AnchorSentenceID": 2, "QuestionID": "01170", "AnswerSentenceID": 3}, {"Question": "How is the exhibit being received?", "AnchorSentenceID": 2, "QuestionID": "01171", "AnswerSentenceID": 4}, {"Question": "Why does it feel fresh?", "AnchorSentenceID": 4, "QuestionID": "01172", "AnswerSentenceID": 5}, {"Question": "Is the exhibit already open?", "AnchorSentenceID": 2, "QuestionID": "01173", "AnswerSentenceID": 6}, {"Question": "Does the museum own these works?", "AnchorSentenceID": 6, "QuestionID": "01174", "AnswerSentenceID": 7}, {"Question": "Has The Dali hosted other artists' work before?", "AnchorSentenceID": 7, "QuestionID": "01175", "AnswerSentenceID": 8}, {"Question": "How is it a first?", "AnchorSentenceID": 8, "QuestionID": "01176", "AnswerSentenceID": 9}, {"Question": "How is it a first?", "AnchorSentenceID": 8, "QuestionID": "01177", "AnswerSentenceID": 10}, {"Question": "Why was this exhibit hosted here?", "AnchorSentenceID": 8, "QuestionID": "01178", "AnswerSentenceID": 11}, {"Question": "Are any other media used in the exhibit?", "AnchorSentenceID": 2, "QuestionID": "01179", "AnswerSentenceID": 12}, {"Question": "What other content is featured?", "AnchorSentenceID": 3, "QuestionID": "01180", "AnswerSentenceID": 13}, {"Question": "What other content is featured?", "AnchorSentenceID": 3, "QuestionID": "01181", "AnswerSentenceID": 14}, {"Question": "Why is it 'totally appropriate' to Dali's legacy?", "AnchorSentenceID": 11, "QuestionID": "01182", "AnswerSentenceID": 15}, {"Question": "What is the relation between Dali and Warhol?", "AnchorSentenceID": 15, "QuestionID": "01183", "AnswerSentenceID": 16}, {"Question": "What is the relation between Dali and Warhol?", "AnchorSentenceID": 15, "QuestionID": "01184", "AnswerSentenceID": 17}, {"Question": "Did Warhol and Dali ever work together?", "AnchorSentenceID": 16, "QuestionID": "01185", "AnswerSentenceID": 18}, {"Question": "Did Dali move?", "AnchorSentenceID": 18, "QuestionID": "01186", "AnswerSentenceID": 19}, {"Question": "Is the exhibit interactive?", "AnchorSentenceID": 2, "QuestionID": "01187", "AnswerSentenceID": 20}], "ArticleID": "916"}]}, {"Article": [{"qas": [{"Question": "What is the virus?", "AnchorSentenceID": 1, "QuestionID": "01188", "AnswerSentenceID": 2}, {"Question": "Have bees ever been infected by a virus before?", "AnchorSentenceID": 2, "QuestionID": "01189", "AnswerSentenceID": 3}, {"Question": "How serious is the infection?", "AnchorSentenceID": 2, "QuestionID": "01190", "AnswerSentenceID": 4}, {"Question": "How valuable are bees to the agricultural industry?", "AnchorSentenceID": 1, "QuestionID": "01191", "AnswerSentenceID": 5}, {"Question": "Why have these colonies been collapsing?", "AnchorSentenceID": 1, "QuestionID": "01192", "AnswerSentenceID": 6}, {"Question": "What crops depend on bees to pollinate them?", "AnchorSentenceID": 5, "QuestionID": "01193", "AnswerSentenceID": 7}, {"Question": "Is it rare for this to happen?", "AnchorSentenceID": 1, "QuestionID": "01194", "AnswerSentenceID": 8}, {"Question": "How does this complicate the situation?", "AnchorSentenceID": 8, "QuestionID": "01195", "AnswerSentenceID": 9}, {"Question": "How does this complicate the situation?", "AnchorSentenceID": 8, "QuestionID": "01196", "AnswerSentenceID": 10}, {"Question": "Has this phenomenon appeared anywhere else?", "AnchorSentenceID": 10, "QuestionID": "01197", "AnswerSentenceID": 11}, {"Question": "What specifically makes 'quasi-species' viruses so easily spread?", "AnchorSentenceID": 10, "QuestionID": "01198", "AnswerSentenceID": 12}, {"Question": "What specifically makes 'quasi-species' viruses so easily spread?", "AnchorSentenceID": 10, "QuestionID": "01199", "AnswerSentenceID": 13}, {"Question": "Is it known how significant the virus' effect on bees is?", "AnchorSentenceID": 6, "QuestionID": "01200", "AnswerSentenceID": 14}, {"Question": "Is Chen certain that the virus is having a strong effect?", "AnchorSentenceID": 12, "QuestionID": "01201", "AnswerSentenceID": 15}, {"Question": "Is Chen certain that the virus is having a strong effect?", "AnchorSentenceID": 12, "QuestionID": "01202", "AnswerSentenceID": 16}, {"Question": "Is the virus statistically correlated with colony collapse?", "AnchorSentenceID": 16, "QuestionID": "01203", "AnswerSentenceID": 17}, {"Question": "Is the virus statistically correlated with colony collapse?", "AnchorSentenceID": 16, "QuestionID": "01204", "AnswerSentenceID": 18}, {"Question": "Are other statistics of the virus known?", "AnchorSentenceID": 18, "QuestionID": "01205", "AnswerSentenceID": 19}, {"Question": "What are the mites in question?", "AnchorSentenceID": 2, "QuestionID": "01206", "AnswerSentenceID": 20}], "ArticleID": "918"}]}, {"Article": [{"qas": [{"Question": "who is employing the catamaran?", "AnchorSentenceID": 1, "QuestionID": "01207", "AnswerSentenceID": 2}, {"Question": "Are the boats alone going to clean the waterways?", "AnchorSentenceID": 2, "QuestionID": "01208", "AnswerSentenceID": 3}, {"Question": "How severe is the issue of sewage?", "AnchorSentenceID": 3, "QuestionID": "01209", "AnswerSentenceID": 4}, {"Question": "How severe is the issue of sewage?", "AnchorSentenceID": 3, "QuestionID": "01210", "AnswerSentenceID": 5}, {"Question": "How severe is the issue of sewage?", "AnchorSentenceID": 3, "QuestionID": "01211", "AnswerSentenceID": 6}, {"Question": "What will be suggested for the Olympic games?", "AnchorSentenceID": 6, "QuestionID": "01212", "AnswerSentenceID": 7}, {"Question": "How dangerous is the water for Olympians?", "AnchorSentenceID": 4, "QuestionID": "01213", "AnswerSentenceID": 8}, {"Question": "Is the local media of Brazil covering this event?", "AnchorSentenceID": 2, "QuestionID": "01214", "AnswerSentenceID": 9}, {"Question": "What is contributing to the pollution?", "AnchorSentenceID": 2, "QuestionID": "01215", "AnswerSentenceID": 10}, {"Question": "Is this where eco-boats come in?", "AnchorSentenceID": 10, "QuestionID": "01216", "AnswerSentenceID": 11}, {"Question": "What do the eco-boats look like?", "AnchorSentenceID": 2, "QuestionID": "01217", "AnswerSentenceID": 12}, {"Question": "How do eco-boats function?", "AnchorSentenceID": 2, "QuestionID": "01218", "AnswerSentenceID": 13}, {"Question": "Can the eco-boats help with the problems of sewage?", "AnchorSentenceID": 2, "QuestionID": "01219", "AnswerSentenceID": 14}, {"Question": "what is the local government's relative goal?", "AnchorSentenceID": 6, "QuestionID": "01220", "AnswerSentenceID": 15}, {"Question": "How proficient is the current sewage treatment system?", "AnchorSentenceID": 15, "QuestionID": "01221", "AnswerSentenceID": 16}, {"Question": "What do locals think of the efforts made?", "AnchorSentenceID": 15, "QuestionID": "01222", "AnswerSentenceID": 17}, {"Question": "When were the eco-boats first deployed?", "AnchorSentenceID": 2, "QuestionID": "01223", "AnswerSentenceID": 18}, {"Question": "Where did they get the boats?", "AnchorSentenceID": 18, "QuestionID": "01224", "AnswerSentenceID": 19}, {"Question": "Will there be more boats to join them?", "AnchorSentenceID": 19, "QuestionID": "01225", "AnswerSentenceID": 20}], "ArticleID": "919"}]}, {"Article": [{"qas": [{"Question": "What breed are the tortoises?", "AnchorSentenceID": 1, "QuestionID": "01226", "AnswerSentenceID": 2}, {"Question": "How are they being branded?", "AnchorSentenceID": 1, "QuestionID": "01227", "AnswerSentenceID": 3}, {"Question": "Will this brand last forever?", "AnchorSentenceID": 3, "QuestionID": "01228", "AnswerSentenceID": 4}, {"Question": "How does Gibbons feel about this?", "AnchorSentenceID": 2, "QuestionID": "01229", "AnswerSentenceID": 5}, {"Question": "Where was the brand placed on the tortoise?", "AnchorSentenceID": 3, "QuestionID": "01230", "AnswerSentenceID": 6}, {"Question": "Are only two of them going to be branded?", "AnchorSentenceID": 1, "QuestionID": "01231", "AnswerSentenceID": 7}, {"Question": "Has this strategy been effective before?", "AnchorSentenceID": 1, "QuestionID": "01232", "AnswerSentenceID": 8}, {"Question": "Why are they so rare?", "AnchorSentenceID": 1, "QuestionID": "01233", "AnswerSentenceID": 9}, {"Question": "Are there other identification strategies?", "AnchorSentenceID": 8, "QuestionID": "01234", "AnswerSentenceID": 10}, {"Question": "What are some other instances of identification markings?", "AnchorSentenceID": 10, "QuestionID": "01235", "AnswerSentenceID": 11}, {"Question": "What are some other instances of identification markings?", "AnchorSentenceID": 10, "QuestionID": "01236", "AnswerSentenceID": 12}, {"Question": "Will this strategy be effective on its own?", "AnchorSentenceID": 8, "QuestionID": "01237", "AnswerSentenceID": 13}, {"Question": "Is trafficking currently taking place?", "AnchorSentenceID": 1, "QuestionID": "01238", "AnswerSentenceID": 14}, {"Question": "Is trafficking currently taking place?", "AnchorSentenceID": 1, "QuestionID": "01239", "AnswerSentenceID": 15}, {"Question": "Is trafficking currently taking place?", "AnchorSentenceID": 1, "QuestionID": "01240", "AnswerSentenceID": 16}, {"Question": "Why are these animals so highly valued?", "AnchorSentenceID": 13, "QuestionID": "01241", "AnswerSentenceID": 18}, {"Question": "Do these two tortoises live at the center?", "AnchorSentenceID": 2, "QuestionID": "01242", "AnswerSentenceID": 19}, {"Question": "What breeding efforts are going on currently?", "AnchorSentenceID": 7, "QuestionID": "01243", "AnswerSentenceID": 20}, {"Question": "how do experts feel about this drastic decision?", "AnchorSentenceID": 1, "QuestionID": "01244", "AnswerSentenceID": 2}, {"Question": "How are they able to brand the tortoises?", "AnchorSentenceID": 1, "QuestionID": "01245", "AnswerSentenceID": 3}, {"Question": "how long will the brand last?", "AnchorSentenceID": 3, "QuestionID": "01246", "AnswerSentenceID": 4}, {"Question": "What is the significance of the branding?", "AnchorSentenceID": 4, "QuestionID": "01247", "AnswerSentenceID": 5}, {"Question": "was the branding done in a specific spot on the shell?", "AnchorSentenceID": 3, "QuestionID": "01248", "AnswerSentenceID": 6}, {"Question": "What is the conservancy's goal?", "AnchorSentenceID": 2, "QuestionID": "01249", "AnswerSentenceID": 7}, {"Question": "have the markings been effective?", "AnchorSentenceID": 1, "QuestionID": "01250", "AnswerSentenceID": 8}, {"Question": "What has contributed to the species endangerment?", "AnchorSentenceID": 1, "QuestionID": "01251", "AnswerSentenceID": 9}, {"Question": "what other de-beautification tactics are being employed?", "AnchorSentenceID": 1, "QuestionID": "01252", "AnswerSentenceID": 10}, {"Question": "Have other tortoises been engraved?", "AnchorSentenceID": 3, "QuestionID": "01253", "AnswerSentenceID": 11}, {"Question": "are other species of tortoises being branded or marked?", "AnchorSentenceID": 11, "QuestionID": "01254", "AnswerSentenceID": 12}, {"Question": "are other precautions necessary?", "AnchorSentenceID": 10, "QuestionID": "01255", "AnswerSentenceID": 13}, {"Question": "what has led experts to believe this?", "AnchorSentenceID": 13, "QuestionID": "01256", "AnswerSentenceID": 14}, {"Question": "Have there been other major cases of animal trafficking?", "AnchorSentenceID": 14, "QuestionID": "01257", "AnswerSentenceID": 15}, {"Question": "Have there been other major cases of animal trafficking?", "AnchorSentenceID": 14, "QuestionID": "01258", "AnswerSentenceID": 16}, {"Question": "Have ploughshare tortoises been found recently?", "AnchorSentenceID": 16, "QuestionID": "01259", "AnswerSentenceID": 17}, {"Question": "why are the animals worth so much?", "AnchorSentenceID": 13, "QuestionID": "01260", "AnswerSentenceID": 18}, {"Question": "where did the two tortoises come from?", "AnchorSentenceID": 11, "QuestionID": "01261", "AnswerSentenceID": 19}, {"Question": "has their been any success in breeding the ploughshares?", "AnchorSentenceID": 9, "QuestionID": "01262", "AnswerSentenceID": 20}], "ArticleID": "920"}]}, {"Article": [{"qas": [{"Question": "How did she issue the apology?", "AnchorSentenceID": 1, "QuestionID": "01263", "AnswerSentenceID": 2}, {"Question": "What was in the first letter?", "AnchorSentenceID": 2, "QuestionID": "01264", "AnswerSentenceID": 3}, {"Question": "Was the second letter also defensive?", "AnchorSentenceID": 3, "QuestionID": "01265", "AnswerSentenceID": 4}, {"Question": "What did the second letter say?", "AnchorSentenceID": 4, "QuestionID": "01266", "AnswerSentenceID": 5}, {"Question": "Did Mandela react to the apology?", "AnchorSentenceID": 1, "QuestionID": "01267", "AnswerSentenceID": 6}, {"Question": "How did he respond?", "AnchorSentenceID": 6, "QuestionID": "01268", "AnswerSentenceID": 7}, {"Question": "How did he respond?", "AnchorSentenceID": 6, "QuestionID": "01269", "AnswerSentenceID": 8}, {"Question": "How did he respond?", "AnchorSentenceID": 6, "QuestionID": "01270", "AnswerSentenceID": 9}, {"Question": "What is Mrs. Mandela's position?", "AnchorSentenceID": 6, "QuestionID": "01271", "AnswerSentenceID": 10}, {"Question": "What led to her appointment?", "AnchorSentenceID": 10, "QuestionID": "01272", "AnswerSentenceID": 11}, {"Question": "Has she acted controversially before?", "AnchorSentenceID": 10, "QuestionID": "01273", "AnswerSentenceID": 12}, {"Question": "What effect is this projected to have?", "AnchorSentenceID": 1, "QuestionID": "01274", "AnswerSentenceID": 13}, {"Question": "Have there been other controversies surrounding Mrs. Mandela?", "AnchorSentenceID": 13, "QuestionID": "01275", "AnswerSentenceID": 14}, {"Question": "Was the case resolved?", "AnchorSentenceID": 14, "QuestionID": "01276", "AnswerSentenceID": 15}, {"Question": "Was the case resolved?", "AnchorSentenceID": 14, "QuestionID": "01277", "AnswerSentenceID": 16}, {"Question": "Is she widely supported in the ANC?", "AnchorSentenceID": 11, "QuestionID": "01278", "AnswerSentenceID": 17}, {"Question": "Why did she face revolt?", "AnchorSentenceID": 17, "QuestionID": "01279", "AnswerSentenceID": 18}], "ArticleID": "1419"}]}, {"Article": [{"qas": [{"Question": "Were the three colleagues saved?", "AnchorSentenceID": 1, "QuestionID": "01280", "AnswerSentenceID": 2}, {"Question": "What happened to the house's inhabitants?", "AnchorSentenceID": 1, "QuestionID": "01281", "AnswerSentenceID": 3}, {"Question": "Do firefighters die often?", "AnchorSentenceID": 1, "QuestionID": "01282", "AnswerSentenceID": 4}, {"Question": "Were the firefighters who died all men?", "AnchorSentenceID": 1, "QuestionID": "01283", "AnswerSentenceID": 5}, {"Question": "Why was it the worst in 22 years?", "AnchorSentenceID": 4, "QuestionID": "01284", "AnswerSentenceID": 6}, {"Question": "How did the three get trapped?", "AnchorSentenceID": 1, "QuestionID": "01285", "AnswerSentenceID": 7}, {"Question": "How did the three get trapped?", "AnchorSentenceID": 1, "QuestionID": "01286", "AnswerSentenceID": 8}, {"Question": "What did being trapped here do to them?", "AnchorSentenceID": 8, "QuestionID": "01287", "AnswerSentenceID": 9}, {"Question": "Did anything else happen to them?", "AnchorSentenceID": 9, "QuestionID": "01288", "AnswerSentenceID": 10}, {"Question": "How were the other three rescued?", "AnchorSentenceID": 2, "QuestionID": "01289", "AnswerSentenceID": 11}, {"Question": "How did the fire start?", "AnchorSentenceID": 1, "QuestionID": "01290", "AnswerSentenceID": 12}, {"Question": "How long did it take to put the fire out?", "AnchorSentenceID": 12, "QuestionID": "01291", "AnswerSentenceID": 13}, {"Question": "How did the fire start?", "AnchorSentenceID": 12, "QuestionID": "01292", "AnswerSentenceID": 14}, {"Question": "Who were the firefighters killed?", "AnchorSentenceID": 1, "QuestionID": "01293", "AnswerSentenceID": 15}, {"Question": "Who were the firefighters killed?", "AnchorSentenceID": 1, "QuestionID": "01294", "AnswerSentenceID": 16}, {"Question": "Were the firefighters who died experienced?", "AnchorSentenceID": 6, "QuestionID": "01295", "AnswerSentenceID": 17}], "ArticleID": "1421"}]}, {"Article": [{"qas": [{"Question": "How was this threat issued?", "AnchorSentenceID": 1, "QuestionID": "01296", "AnswerSentenceID": 2}, {"Question": "What were the parameters of the request?", "AnchorSentenceID": 1, "QuestionID": "01297", "AnswerSentenceID": 3}, {"Question": "Did conditions improve within the set time period?", "AnchorSentenceID": 3, "QuestionID": "01298", "AnswerSentenceID": 4}, {"Question": "Has the government acted on this?", "AnchorSentenceID": 1, "QuestionID": "01299", "AnswerSentenceID": 5}, {"Question": "Has the truce been mostly functional?", "AnchorSentenceID": 1, "QuestionID": "01300", "AnswerSentenceID": 6}, {"Question": "Has the government commented since?", "AnchorSentenceID": 5, "QuestionID": "01301", "AnswerSentenceID": 7}, {"Question": "Have the Serbs made any concessions?", "AnchorSentenceID": 4, "QuestionID": "01302", "AnswerSentenceID": 8}, {"Question": "Is failure to respond considered a refusal?", "AnchorSentenceID": 9, "QuestionID": "01303", "AnswerSentenceID": 10}, {"Question": "Who are the parties threatening peace in Bosnia?", "AnchorSentenceID": 1, "QuestionID": "01304", "AnswerSentenceID": 11}, {"Question": "Is the UN prepared to send a convoy if a response is issued?", "AnchorSentenceID": 10, "QuestionID": "01305", "AnswerSentenceID": 12}, {"Question": "What are the conditions in Bihac?", "AnchorSentenceID": 3, "QuestionID": "01306", "AnswerSentenceID": 13}, {"Question": "Why is the situation in Bihac so alarming?", "AnchorSentenceID": 13, "QuestionID": "01307", "AnswerSentenceID": 14}, {"Question": "Is starvation a mortal threat in Bihac?", "AnchorSentenceID": 14, "QuestionID": "01308", "AnswerSentenceID": 15}, {"Question": "Are other areas in the same situation?", "AnchorSentenceID": 14, "QuestionID": "01309", "AnswerSentenceID": 16}, {"Question": "Have these areas received any kind of aid?", "AnchorSentenceID": 16, "QuestionID": "01310", "AnswerSentenceID": 17}, {"Question": "Have air drops been attempted in Bihac?", "AnchorSentenceID": 17, "QuestionID": "01311", "AnswerSentenceID": 18}, {"Question": "How could this affect the international community?", "AnchorSentenceID": 14, "QuestionID": "01312", "AnswerSentenceID": 19}, {"Question": "Did Janowski comment further?", "AnchorSentenceID": 10, "QuestionID": "01313", "AnswerSentenceID": 20}], "ArticleID": "1422"}]}, {"Article": [{"qas": [{"Question": "How was this claim framed?", "AnchorSentenceID": 1, "QuestionID": "01314", "AnswerSentenceID": 2}, {"Question": "What is the working group concerned about?", "AnchorSentenceID": 2, "QuestionID": "01315", "AnswerSentenceID": 3}, {"Question": "What is the working group concerned about?", "AnchorSentenceID": 2, "QuestionID": "01316", "AnswerSentenceID": 4}, {"Question": "What data does the group have?", "AnchorSentenceID": 4, "QuestionID": "01317", "AnswerSentenceID": 5}, {"Question": "Is this visit significant?", "AnchorSentenceID": 5, "QuestionID": "01318", "AnswerSentenceID": 6}, {"Question": "Was the visit satisfactory?", "AnchorSentenceID": 5, "QuestionID": "01319", "AnswerSentenceID": 7}, {"Question": "Were they barred from any other information?", "AnchorSentenceID": 7, "QuestionID": "01320", "AnswerSentenceID": 8}, {"Question": "Is this seen as a country-wide phenomenon?", "AnchorSentenceID": 8, "QuestionID": "01321", "AnswerSentenceID": 9}, {"Question": "How did the report interpret this?", "AnchorSentenceID": 9, "QuestionID": "01322", "AnswerSentenceID": 10}, {"Question": "Were there any successes during the visit?", "AnchorSentenceID": 7, "QuestionID": "01323", "AnswerSentenceID": 11}, {"Question": "What did they discover in these talks?", "AnchorSentenceID": 11, "QuestionID": "01324", "AnswerSentenceID": 12}, {"Question": "Did the group note anything else?", "AnchorSentenceID": 12, "QuestionID": "01325", "AnswerSentenceID": 13}, {"Question": "What recommendations did the group make?", "AnchorSentenceID": 2, "QuestionID": "01326", "AnswerSentenceID": 14}, {"Question": "Did the group identify next steps?", "AnchorSentenceID": 14, "QuestionID": "01327", "AnswerSentenceID": 15}], "ArticleID": "1423"}]}, {"Article": [{"qas": [{"Question": "Were the three colleagues saved?", "AnchorSentenceID": 2, "QuestionID": "01328", "AnswerSentenceID": 2}, {"Question": "Were there any other casualties?", "AnchorSentenceID": 1, "QuestionID": "01329", "AnswerSentenceID": 3}, {"Question": "How severe is this loss?", "AnchorSentenceID": 1, "QuestionID": "01330", "AnswerSentenceID": 4}, {"Question": "What was the demographic of the three perished?", "AnchorSentenceID": 1, "QuestionID": "01331", "AnswerSentenceID": 5}, {"Question": "How severe is this loss?", "AnchorSentenceID": 1, "QuestionID": "01332", "AnswerSentenceID": 6}, {"Question": "What were the three firefighters doing?", "AnchorSentenceID": 1, "QuestionID": "01333", "AnswerSentenceID": 7}, {"Question": "What caused them to die?", "AnchorSentenceID": 1, "QuestionID": "01334", "AnswerSentenceID": 8}, {"Question": "What caused them to die?", "AnchorSentenceID": 1, "QuestionID": "01335", "AnswerSentenceID": 9}, {"Question": "Was there equipment of any use?", "AnchorSentenceID": 9, "QuestionID": "01336", "AnswerSentenceID": 10}, {"Question": "How were the original three rescued?", "AnchorSentenceID": 8, "QuestionID": "01337", "AnswerSentenceID": 11}, {"Question": "When was the fire reported?", "AnchorSentenceID": 3, "QuestionID": "01338", "AnswerSentenceID": 12}, {"Question": "When was the fire subdued?", "AnchorSentenceID": 12, "QuestionID": "01339", "AnswerSentenceID": 13}, {"Question": "Is there a cause to the fire?", "AnchorSentenceID": 12, "QuestionID": "01340", "AnswerSentenceID": 14}, {"Question": "Who are the dead?", "AnchorSentenceID": 1, "QuestionID": "01341", "AnswerSentenceID": 15}, {"Question": "Who are the dead?", "AnchorSentenceID": 1, "QuestionID": "01342", "AnswerSentenceID": 16}, {"Question": "How long had they served?", "AnchorSentenceID": 16, "QuestionID": "01343", "AnswerSentenceID": 17}, {"Question": "How is the fire department handling their death's?", "AnchorSentenceID": 16, "QuestionID": "01344", "AnswerSentenceID": 18}, {"Question": "What did the scene look like?", "AnchorSentenceID": 18, "QuestionID": "01345", "AnswerSentenceID": 19}, {"Question": "Where the surrounding houses saved?", "AnchorSentenceID": 13, "QuestionID": "01346", "AnswerSentenceID": 20}], "ArticleID": "1424"}]}, {"Article": [{"qas": [{"Question": "What other moves did the Sabres make?", "AnchorSentenceID": 1, "QuestionID": "01347", "AnswerSentenceID": 2}, {"Question": "Who is Grant Fuhr?", "AnchorSentenceID": 1, "QuestionID": "01348", "AnswerSentenceID": 3}, {"Question": "What was the purpose in trading Fuhr?", "AnchorSentenceID": 1, "QuestionID": "01349", "AnswerSentenceID": 4}, {"Question": "How did Fuhr feel about the trade?", "AnchorSentenceID": 4, "QuestionID": "01350", "AnswerSentenceID": 5}, {"Question": "How did Fuhr feel about the trade?", "AnchorSentenceID": 4, "QuestionID": "01351", "AnswerSentenceID": 6}, {"Question": "How did Fuhr feel about the trade?", "AnchorSentenceID": 4, "QuestionID": "01352", "AnswerSentenceID": 7}, {"Question": "where did he get his 1 victory?", "AnchorSentenceID": 7, "QuestionID": "01353", "AnswerSentenceID": 8}, {"Question": "Who will Fuhr be playing with now?", "AnchorSentenceID": 1, "QuestionID": "01354", "AnswerSentenceID": 9}, {"Question": "How good was Fuhr on in Edmonton?", "AnchorSentenceID": 9, "QuestionID": "01355", "AnswerSentenceID": 10}, {"Question": "What led to Fuhr being demoted to backup?", "AnchorSentenceID": 3, "QuestionID": "01356", "AnswerSentenceID": 11}, {"Question": "was this trade predictable?", "AnchorSentenceID": 4, "QuestionID": "01357", "AnswerSentenceID": 12}, {"Question": "How did Hasek feel about Fuhr's departure?", "AnchorSentenceID": 12, "QuestionID": "01358", "AnswerSentenceID": 13}, {"Question": "How did Hasek feel about Fuhr's departure?", "AnchorSentenceID": 12, "QuestionID": "01359", "AnswerSentenceID": 14}, {"Question": "How did Hasek feel about Fuhr's departure?", "AnchorSentenceID": 12, "QuestionID": "01360", "AnswerSentenceID": 15}, {"Question": "How did Hasek feel about Fuhr's departure?", "AnchorSentenceID": 12, "QuestionID": "01361", "AnswerSentenceID": 16}, {"Question": "What about the players acquired from the trade?", "AnchorSentenceID": 1, "QuestionID": "01362", "AnswerSentenceID": 17}, {"Question": "What about the players acquired from the trade?", "AnchorSentenceID": 1, "QuestionID": "01363", "AnswerSentenceID": 18}, {"Question": "Why did the Sabres want Zhitnik?", "AnchorSentenceID": 18, "QuestionID": "01364", "AnswerSentenceID": 19}, {"Question": "what is the significance of Stauber?", "AnchorSentenceID": 1, "QuestionID": "01365", "AnswerSentenceID": 20}], "ArticleID": "1425"}]}, {"Article": [{"qas": [{"Question": "Who is the EU fisheries chief?", "AnchorSentenceID": 1, "QuestionID": "01366", "AnswerSentenceID": 2}, {"Question": "What NAFO decision is she talking about?", "AnchorSentenceID": 2, "QuestionID": "01367", "AnswerSentenceID": 3}, {"Question": "How did the decision affect the EU?", "AnchorSentenceID": 2, "QuestionID": "01368", "AnswerSentenceID": 4}, {"Question": "Do EU boats intend to meet the limit?", "AnchorSentenceID": 4, "QuestionID": "01369", "AnswerSentenceID": 5}, {"Question": "Did Bonino comment further?", "AnchorSentenceID": 2, "QuestionID": "01370", "AnswerSentenceID": 6}, {"Question": "Why is Bonino against the decision?", "AnchorSentenceID": 2, "QuestionID": "01371", "AnswerSentenceID": 7}, {"Question": "What does Bonino plan to do?", "AnchorSentenceID": 2, "QuestionID": "01372", "AnswerSentenceID": 9}, {"Question": "What limits has NAFO previously set?", "AnchorSentenceID": 3, "QuestionID": "01373", "AnswerSentenceID": 10}, {"Question": "Why does Bonino challenge NAFO's decision?", "AnchorSentenceID": 5, "QuestionID": "01374", "AnswerSentenceID": 11}, {"Question": "How much halibut would both parties be provided with under this agreement?", "AnchorSentenceID": 4, "QuestionID": "01375", "AnswerSentenceID": 13}, {"Question": "What other countries would be affected by this?", "AnchorSentenceID": 13, "QuestionID": "01376", "AnswerSentenceID": 14}, {"Question": "what has she communicated to the EU?", "AnchorSentenceID": 1, "QuestionID": "01377", "AnswerSentenceID": 2}, {"Question": "what was the event that she is referring to?", "AnchorSentenceID": 2, "QuestionID": "01378", "AnswerSentenceID": 3}, {"Question": "What was the decision that was reached by Canada?", "AnchorSentenceID": 3, "QuestionID": "01379", "AnswerSentenceID": 4}, {"Question": "What course of action is being taken by members of the EU?", "AnchorSentenceID": 4, "QuestionID": "01380", "AnswerSentenceID": 5}, {"Question": "What course of action is being taken by members of the EU?", "AnchorSentenceID": 4, "QuestionID": "01381", "AnswerSentenceID": 6}, {"Question": "What is her reasoning in their action?", "AnchorSentenceID": 6, "QuestionID": "01382", "AnswerSentenceID": 7}, {"Question": "What is her reasoning in their action?", "AnchorSentenceID": 6, "QuestionID": "01383", "AnswerSentenceID": 8}, {"Question": "what actions is Bonino taking within the EU?", "AnchorSentenceID": 2, "QuestionID": "01384", "AnswerSentenceID": 9}, {"Question": "when was the catch limit first agreed upon?", "AnchorSentenceID": 3, "QuestionID": "01385", "AnswerSentenceID": 10}, {"Question": "What was unfair about the distribution?", "AnchorSentenceID": 10, "QuestionID": "01386", "AnswerSentenceID": 11}, {"Question": "What was unfair about the distribution?", "AnchorSentenceID": 11, "QuestionID": "01387", "AnswerSentenceID": 12}, {"Question": "what was Canada's share compared to the other countries'?", "AnchorSentenceID": 11, "QuestionID": "01388", "AnswerSentenceID": 13}, {"Question": "What do the other countries' shares look like?", "AnchorSentenceID": 13, "QuestionID": "01389", "AnswerSentenceID": 14}], "ArticleID": "1426"}]}, {"Article": [{"qas": [{"Question": "what did the chief specifically say?", "AnchorSentenceID": 2, "QuestionID": "01390", "AnswerSentenceID": 2}, {"Question": "what is the NAFO decision?", "AnchorSentenceID": 2, "QuestionID": "01391", "AnswerSentenceID": 3}, {"Question": "What are members of the EU planning on doing?", "AnchorSentenceID": 4, "QuestionID": "01392", "AnswerSentenceID": 5}, {"Question": "What are members of the EU planning on doing?", "AnchorSentenceID": 4, "QuestionID": "01393", "AnswerSentenceID": 6}, {"Question": "What is the reasoning behind the ignoring of Canada's decision?", "AnchorSentenceID": 5, "QuestionID": "01394", "AnswerSentenceID": 7}, {"Question": "What is the reasoning behind the ignoring of Canada's decision?", "AnchorSentenceID": 5, "QuestionID": "01395", "AnswerSentenceID": 8}, {"Question": "what other action will be taken within the EU?", "AnchorSentenceID": 5, "QuestionID": "01396", "AnswerSentenceID": 9}, {"Question": "When was the NAFO catch limit voted on?", "AnchorSentenceID": 2, "QuestionID": "01397", "AnswerSentenceID": 10}, {"Question": "What did Bonino initially say about the decision?", "AnchorSentenceID": 10, "QuestionID": "01398", "AnswerSentenceID": 11}, {"Question": "What was her reasoning?", "AnchorSentenceID": 11, "QuestionID": "01399", "AnswerSentenceID": 12}, {"Question": "What is the actual fishing distribution?", "AnchorSentenceID": 4, "QuestionID": "01400", "AnswerSentenceID": 13}, {"Question": "What are the limits of other countries?", "AnchorSentenceID": 13, "QuestionID": "01401", "AnswerSentenceID": 14}], "ArticleID": "1427"}]}, {"Article": [{"qas": [{"Question": "Who starred in Forrest Gump?", "AnchorSentenceID": 1, "QuestionID": "01402", "AnswerSentenceID": 2}, {"Question": "What was the last movie to have as many nominations?", "AnchorSentenceID": 1, "QuestionID": "01403", "AnswerSentenceID": 3}, {"Question": "What is the record for nominations?", "AnchorSentenceID": 3, "QuestionID": "01404", "AnswerSentenceID": 4}, {"Question": "Which movie won the most out of its nominations?", "AnchorSentenceID": 4, "QuestionID": "01405", "AnswerSentenceID": 5}, {"Question": "What other movies were nominated for Best Picture this year?", "AnchorSentenceID": 1, "QuestionID": "01406", "AnswerSentenceID": 6}, {"Question": "When will the oscars broadcast?", "AnchorSentenceID": 1, "QuestionID": "01407", "AnswerSentenceID": 7}, {"Question": "Who will host?", "AnchorSentenceID": 1, "QuestionID": "01408", "AnswerSentenceID": 8}, {"Question": "Who else was nominated for Best actor?", "AnchorSentenceID": 2, "QuestionID": "01409", "AnswerSentenceID": 9}, {"Question": "What did Hanks have to say of his nomination?", "AnchorSentenceID": 2, "QuestionID": "01410", "AnswerSentenceID": 10}, {"Question": "What is the story behind the other nominees?", "AnchorSentenceID": 9, "QuestionID": "01411", "AnswerSentenceID": 11}, {"Question": "What did Travolta have to say?", "AnchorSentenceID": 11, "QuestionID": "01412", "AnswerSentenceID": 12}, {"Question": "What did Travolta have to say?", "AnchorSentenceID": 11, "QuestionID": "01413", "AnswerSentenceID": 13}, {"Question": "What about Hawthorne?", "AnchorSentenceID": 9, "QuestionID": "01414", "AnswerSentenceID": 14}, {"Question": "What about Hawthorne?", "AnchorSentenceID": 9, "QuestionID": "01415", "AnswerSentenceID": 15}, {"Question": "What about Hawthorne?", "AnchorSentenceID": 9, "QuestionID": "01416", "AnswerSentenceID": 16}, {"Question": "What about Hawthorne?", "AnchorSentenceID": 9, "QuestionID": "01417", "AnswerSentenceID": 17}, {"Question": "What else did he have to say?", "AnchorSentenceID": 17, "QuestionID": "01418", "AnswerSentenceID": 18}, {"Question": "What about the female nominees?", "AnchorSentenceID": 9, "QuestionID": "01419", "AnswerSentenceID": 19}, {"Question": "Who is she up against?", "AnchorSentenceID": 19, "QuestionID": "01420", "AnswerSentenceID": 20}], "ArticleID": "1428"}]}, {"Article": [{"qas": [{"Question": "When was this statement issued?", "AnchorSentenceID": 1, "QuestionID": "01421", "AnswerSentenceID": 2}, {"Question": "What are the conditions of Bosnia's ultimatum?", "AnchorSentenceID": 1, "QuestionID": "01422", "AnswerSentenceID": 3}, {"Question": "What has been communicated to the UN?", "AnchorSentenceID": 3, "QuestionID": "01423", "AnswerSentenceID": 4}, {"Question": "Has there been a response to this threat?", "AnchorSentenceID": 1, "QuestionID": "01424", "AnswerSentenceID": 5}, {"Question": "What is the observation of a third party?", "AnchorSentenceID": 5, "QuestionID": "01425", "AnswerSentenceID": 6}, {"Question": "Is there fighting in other regions?", "AnchorSentenceID": 1, "QuestionID": "01426", "AnswerSentenceID": 7}, {"Question": "What is the state of the fighting in the south and southwest?", "AnchorSentenceID": 7, "QuestionID": "01427", "AnswerSentenceID": 8}, {"Question": "Are the Bosnian's completely innocent within this narrative?", "AnchorSentenceID": 1, "QuestionID": "01428", "AnswerSentenceID": 9}, {"Question": "Is Bosnia even honoring the truce?", "AnchorSentenceID": 1, "QuestionID": "01429", "AnswerSentenceID": 10}, {"Question": "Who is likely to win the conflict?", "AnchorSentenceID": 1, "QuestionID": "01430", "AnswerSentenceID": 12}, {"Question": "What is the state of the rest of the country?", "AnchorSentenceID": 1, "QuestionID": "01431", "AnswerSentenceID": 14}, {"Question": "Who is involved in this conflict?", "AnchorSentenceID": 1, "QuestionID": "01432", "AnswerSentenceID": 15}, {"Question": "Are these aid shipments still being blocked?", "AnchorSentenceID": 15, "QuestionID": "01433", "AnswerSentenceID": 16}, {"Question": "are these aid convoys making it through safely then?", "AnchorSentenceID": 16, "QuestionID": "01434", "AnswerSentenceID": 17}, {"Question": "Should the muslim forces be receiving any aid?", "AnchorSentenceID": 17, "QuestionID": "01435", "AnswerSentenceID": 18}, {"Question": "Is any of this promising?", "AnchorSentenceID": 16, "QuestionID": "01436", "AnswerSentenceID": 19}, {"Question": "Is any of this promising?", "AnchorSentenceID": 16, "QuestionID": "01437", "AnswerSentenceID": 20}], "ArticleID": "1429"}]}, {"Article": [{"qas": [{"Question": "why was he released?", "AnchorSentenceID": 1, "QuestionID": "01438", "AnswerSentenceID": 2}, {"Question": "Is the man truly innocent?", "AnchorSentenceID": 2, "QuestionID": "01439", "AnswerSentenceID": 3}, {"Question": "is the suspect of extreme importance?", "AnchorSentenceID": 3, "QuestionID": "01440", "AnswerSentenceID": 4}, {"Question": "How frequent are war crimes trials?", "AnchorSentenceID": 4, "QuestionID": "01441", "AnswerSentenceID": 5}, {"Question": "what is the suspect thought to have done?", "AnchorSentenceID": 3, "QuestionID": "01442", "AnswerSentenceID": 6}, {"Question": "Are their other details of the alleged crime?", "AnchorSentenceID": 6, "QuestionID": "01443", "AnswerSentenceID": 7}, {"Question": "what else did he do?", "AnchorSentenceID": 6, "QuestionID": "01444", "AnswerSentenceID": 8}, {"Question": "how many of the suspects have been caught?", "AnchorSentenceID": 4, "QuestionID": "01445", "AnswerSentenceID": 9}, {"Question": "What is the identity of the detained suspect?", "AnchorSentenceID": 9, "QuestionID": "01446", "AnswerSentenceID": 10}, {"Question": "What is he accused of?", "AnchorSentenceID": 10, "QuestionID": "01447", "AnswerSentenceID": 11}, {"Question": "What steps needed to be taken in order for a trial to occur?", "AnchorSentenceID": 5, "QuestionID": "01448", "AnswerSentenceID": 12}, {"Question": "Are other countries pursuing investigations?", "AnchorSentenceID": 12, "QuestionID": "01449", "AnswerSentenceID": 13}, {"Question": "How many suspects are in Germany?", "AnchorSentenceID": 13, "QuestionID": "01450", "AnswerSentenceID": 14}, {"Question": "What is motivating Germany to track down these criminals?", "AnchorSentenceID": 15, "QuestionID": "01451", "AnswerSentenceID": 16}], "ArticleID": "1430"}]}] -------------------------------------------------------------------------------- /val.json: -------------------------------------------------------------------------------- 1 | [{"Article": [{"qas": [{"Question": "How are these exports eluding tracing efforts?", "AnchorSentenceID": 1, "QuestionID": "00000", "AnswerSentenceID": 2}, {"Question": "Does Glenn think that U.S.-made nuclear material is being traded on the black market?", "AnchorSentenceID": 2, "QuestionID": "00001", "AnswerSentenceID": 3}, {"Question": "What is Glenn's connection to the report?", "AnchorSentenceID": 2, "QuestionID": "00002", "AnswerSentenceID": 5}, {"Question": "How much contraband nuclear material is in existence?", "AnchorSentenceID": 3, "QuestionID": "00003", "AnswerSentenceID": 6}, {"Question": "What definite information does the report provide about U.S. nuclear exports?", "AnchorSentenceID": 1, "QuestionID": "00004", "AnswerSentenceID": 7}, {"Question": "What restrictions exist on nuclear material exports?", "AnchorSentenceID": 7, "QuestionID": "00005", "AnswerSentenceID": 8}, {"Question": "What tracing efforts are currently in place?", "AnchorSentenceID": 1, "QuestionID": "00006", "AnswerSentenceID": 9}, {"Question": "How significant is the difference in the U.S. and Japanese records?", "AnchorSentenceID": 9, "QuestionID": "00007", "AnswerSentenceID": 10}, {"Question": "Is this discrepancy concerning to U.S. officials?", "AnchorSentenceID": 9, "QuestionID": "00008", "AnswerSentenceID": 11}, {"Question": "Why might there be discrepancies between the U.S. and Japanese figures?", "AnchorSentenceID": 9, "QuestionID": "00009", "AnswerSentenceID": 12}, {"Question": "Why is Japan the country focused on in the report?", "AnchorSentenceID": 9, "QuestionID": "00010", "AnswerSentenceID": 13}, {"Question": "How is EURATOM structured?", "AnchorSentenceID": 13, "QuestionID": "00011", "AnswerSentenceID": 14}, {"Question": "Does the treatment of EURATOM countries as a unit add to difficulties in tracing nuclear materials?", "AnchorSentenceID": 16, "QuestionID": "00012", "AnswerSentenceID": 16}, {"Question": "Was Trulock involved with the report?", "AnchorSentenceID": 11, "QuestionID": "00013", "AnswerSentenceID": 17}, {"Question": "What has the wider reaction to the report been?", "AnchorSentenceID": 2, "QuestionID": "00014", "AnswerSentenceID": 18}, {"Question": "Why might there be discrepancies between the U.S. and Japanese figures?", "AnchorSentenceID": 9, "QuestionID": "00015", "AnswerSentenceID": 19}, {"Question": "Has the Department of Energy's failure to update their system been criticized?", "AnchorSentenceID": 19, "QuestionID": "00016", "AnswerSentenceID": 20}, {"Question": "How are the materials not being traced?", "AnchorSentenceID": 1, "QuestionID": "00017", "AnswerSentenceID": 2}, {"Question": "How much nuclear material is being exported?", "AnchorSentenceID": 1, "QuestionID": "00018", "AnswerSentenceID": 3}, {"Question": "How much nuclear material is being exported?", "AnchorSentenceID": 1, "QuestionID": "00019", "AnswerSentenceID": 4}, {"Question": "What is being done in response to the issue of nuclear contraband?", "AnchorSentenceID": 3, "QuestionID": "00020", "AnswerSentenceID": 5}, {"Question": "What have the investigations found?", "AnchorSentenceID": 5, "QuestionID": "00021", "AnswerSentenceID": 6}, {"Question": "Who is allowed to export the nuclear materials?", "AnchorSentenceID": 5, "QuestionID": "00022", "AnswerSentenceID": 7}, {"Question": "what prohibitions come the export licenses?", "AnchorSentenceID": 7, "QuestionID": "00023", "AnswerSentenceID": 8}, {"Question": "Where has nuclear materials accumulated?", "AnchorSentenceID": 6, "QuestionID": "00024", "AnswerSentenceID": 9}, {"Question": "Is this amount worrisome?", "AnchorSentenceID": 9, "QuestionID": "00025", "AnswerSentenceID": 10}, {"Question": "Are the discrepancies worth worrying about?", "AnchorSentenceID": 9, "QuestionID": "00026", "AnswerSentenceID": 11}, {"Question": "What is a reason for the discrepancy?", "AnchorSentenceID": 9, "QuestionID": "00027", "AnswerSentenceID": 12}, {"Question": "How does the nuclear exportation look when it comes to other countries?", "AnchorSentenceID": 9, "QuestionID": "00028", "AnswerSentenceID": 13}, {"Question": "How is the European Union and its respective countries viewed as buyers of nuclear materials?", "AnchorSentenceID": 13, "QuestionID": "00029", "AnswerSentenceID": 14}, {"Question": "What information must these countries disclose to the US?", "AnchorSentenceID": 12, "QuestionID": "00030", "AnswerSentenceID": 16}, {"Question": "Was Trulock contacted by any authorities?", "AnchorSentenceID": 13, "QuestionID": "00031", "AnswerSentenceID": 17}, {"Question": "How are the findings from the GAO being received by other government departments?", "AnchorSentenceID": 7, "QuestionID": "00032", "AnswerSentenceID": 18}, {"Question": "What is the problem with the tracking system?", "AnchorSentenceID": 7, "QuestionID": "00033", "AnswerSentenceID": 19}, {"Question": "What is the issue with the current tracking system?", "AnchorSentenceID": 19, "QuestionID": "00034", "AnswerSentenceID": 20}], "ArticleID": "1439"}]}, {"Article": [{"qas": [{"Question": "what was the context around the decision to resume peace talks?", "AnchorSentenceID": 1, "QuestionID": "00035", "AnswerSentenceID": 2}, {"Question": "What other progress has been made towards peace recently?", "AnchorSentenceID": 2, "QuestionID": "00036", "AnswerSentenceID": 3}, {"Question": "What is the political demographic of the Chechen army?", "AnchorSentenceID": 1, "QuestionID": "00037", "AnswerSentenceID": 5}, {"Question": "Since may Chechen's fight independently, how can a peace deal still be brokered?", "AnchorSentenceID": 5, "QuestionID": "00038", "AnswerSentenceID": 6}, {"Question": "How successful are these talks with independent fighters?", "AnchorSentenceID": 6, "QuestionID": "00039", "AnswerSentenceID": 7}, {"Question": "who is leading the peace talks?", "AnchorSentenceID": 2, "QuestionID": "00040", "AnswerSentenceID": 8}, {"Question": "Is there much optimism to be had for peace?", "AnchorSentenceID": 1, "QuestionID": "00041", "AnswerSentenceID": 9}, {"Question": "What is the Russian perspective on the conflict?", "AnchorSentenceID": 1, "QuestionID": "00042", "AnswerSentenceID": 10}, {"Question": "What has been the fallout of the war?", "AnchorSentenceID": 1, "QuestionID": "00043", "AnswerSentenceID": 11}, {"Question": "What has been the fallout of the war?", "AnchorSentenceID": 1, "QuestionID": "00044", "AnswerSentenceID": 12}, {"Question": "What has been the fallout of the war?", "AnchorSentenceID": 1, "QuestionID": "00045", "AnswerSentenceID": 13}, {"Question": "How has Russia been affected by the war?", "AnchorSentenceID": 12, "QuestionID": "00046", "AnswerSentenceID": 14}, {"Question": "What are other countries' responses to the conflict?", "AnchorSentenceID": 1, "QuestionID": "00047", "AnswerSentenceID": 15}, {"Question": "When did Sweden and Britain deliver this message?", "AnchorSentenceID": 15, "QuestionID": "00048", "AnswerSentenceID": 16}, {"Question": "What is a quote from one of the ministers?", "AnchorSentenceID": 16, "QuestionID": "00049", "AnswerSentenceID": 17}, {"Question": "What is an economic impact of this war?", "AnchorSentenceID": 1, "QuestionID": "00050", "AnswerSentenceID": 18}, {"Question": "What is the economic impact for Chechnya?", "AnchorSentenceID": 18, "QuestionID": "00051", "AnswerSentenceID": 19}, {"Question": "what are the consequences for Russia for the war?", "AnchorSentenceID": 18, "QuestionID": "00052", "AnswerSentenceID": 20}, {"Question": "What action led to the resumption of peace talks?", "AnchorSentenceID": 1, "QuestionID": "00053", "AnswerSentenceID": 2}, {"Question": "Was the cease fire the only term of agreement?", "AnchorSentenceID": 2, "QuestionID": "00054", "AnswerSentenceID": 3}, {"Question": "Has the agreement been honored thus far?", "AnchorSentenceID": 2, "QuestionID": "00055", "AnswerSentenceID": 4}, {"Question": "Why have the attacks continued despite the pact?", "AnchorSentenceID": 4, "QuestionID": "00056", "AnswerSentenceID": 5}, {"Question": "What has Russia's response to this been?", "AnchorSentenceID": 4, "QuestionID": "00057", "AnswerSentenceID": 6}, {"Question": "Has this tactic been successful before?", "AnchorSentenceID": 6, "QuestionID": "00058", "AnswerSentenceID": 7}, {"Question": "Who will be participating in the talks?", "AnchorSentenceID": 1, "QuestionID": "00059", "AnswerSentenceID": 8}, {"Question": "Why is there such skepticism about ending the war?", "AnchorSentenceID": 1, "QuestionID": "00060", "AnswerSentenceID": 9}, {"Question": "Why is there skepticism that negotiation will be the method of ending the war?", "AnchorSentenceID": 1, "QuestionID": "00061", "AnswerSentenceID": 10}, {"Question": "Is there evidence as to why the Chechens have ignored these offers?", "AnchorSentenceID": 7, "QuestionID": "00062", "AnswerSentenceID": 11}, {"Question": "How has the Russian presence affected Chechnya?", "AnchorSentenceID": 11, "QuestionID": "00063", "AnswerSentenceID": 12}, {"Question": "Has the war effort affected Russia as well?", "AnchorSentenceID": 12, "QuestionID": "00064", "AnswerSentenceID": 14}, {"Question": "Have other countries been engaged in this conflict?", "AnchorSentenceID": 1, "QuestionID": "00065", "AnswerSentenceID": 15}, {"Question": "Why were these people together in Sweden?", "AnchorSentenceID": 15, "QuestionID": "00066", "AnswerSentenceID": 16}, {"Question": "What do the British and Swedish governments think of the matter?", "AnchorSentenceID": 15, "QuestionID": "00067", "AnswerSentenceID": 17}, {"Question": "Is this war sustainable for Russia?", "AnchorSentenceID": 14, "QuestionID": "00068", "AnswerSentenceID": 18}, {"Question": "Why would the war's cost to Russia be so destructive?", "AnchorSentenceID": 18, "QuestionID": "00069", "AnswerSentenceID": 19}, {"Question": "Why is the war so much more expensive than expected?", "AnchorSentenceID": 19, "QuestionID": "00070", "AnswerSentenceID": 20}], "ArticleID": "1440"}]}, {"Article": [{"qas": [{"Question": "What are the terms of the proposal?", "AnchorSentenceID": 1, "QuestionID": "00071", "AnswerSentenceID": 2}, {"Question": "How would opening trade help end the war?", "AnchorSentenceID": 1, "QuestionID": "00072", "AnswerSentenceID": 3}, {"Question": "What would the appeal be for Milosevic?", "AnchorSentenceID": 3, "QuestionID": "00073", "AnswerSentenceID": 4}, {"Question": "How have sanctions against Serbia affected the country?", "AnchorSentenceID": 1, "QuestionID": "00074", "AnswerSentenceID": 5}, {"Question": "Is there a chance the easing of sanctions would exceed temporary status?", "AnchorSentenceID": 4, "QuestionID": "00075", "AnswerSentenceID": 6}, {"Question": "What are the other conditions?", "AnchorSentenceID": 2, "QuestionID": "00076", "AnswerSentenceID": 7}, {"Question": "Has the UN made a statement on the situation?", "AnchorSentenceID": 5, "QuestionID": "00077", "AnswerSentenceID": 8}, {"Question": "What does Boutros-Ghali hope will happen?", "AnchorSentenceID": 8, "QuestionID": "00078", "AnswerSentenceID": 9}, {"Question": "What is the connection between the Serbs in Bosnia and Milosevic?", "AnchorSentenceID": 3, "QuestionID": "00079", "AnswerSentenceID": 10}, {"Question": "How would the Serbia-Bosnia border be more strictly policed?", "AnchorSentenceID": 7, "QuestionID": "00080", "AnswerSentenceID": 11}, {"Question": "What actions would lead to reimposition of the sanctions?", "AnchorSentenceID": 6, "QuestionID": "00081", "AnswerSentenceID": 12}, {"Question": "Are there other restrictions on Serbia which would remain in place?", "AnchorSentenceID": 1, "QuestionID": "00082", "AnswerSentenceID": 13}, {"Question": "When will the proposal be presented to Milosevic?", "AnchorSentenceID": 1, "QuestionID": "00083", "AnswerSentenceID": 14}, {"Question": "Why were the US, Britain, France, Germany and Russia all involved in this plan?", "AnchorSentenceID": 6, "QuestionID": "00084", "AnswerSentenceID": 15}, {"Question": "Is this proposal being widely discussed before its presentation to Milosevic?", "AnchorSentenceID": 14, "QuestionID": "00085", "AnswerSentenceID": 16}, {"Question": "Why is the official discussing the plan, given his reluctance?", "AnchorSentenceID": 16, "QuestionID": "00086", "AnswerSentenceID": 17}, {"Question": "Was the leak publicized?", "AnchorSentenceID": 17, "QuestionID": "00087", "AnswerSentenceID": 18}, {"Question": "Why have Serbs in Bosnia rejected past peace proposals?", "AnchorSentenceID": 3, "QuestionID": "00088", "AnswerSentenceID": 19}, {"Question": "What is the current distribution of territory?", "AnchorSentenceID": 19, "QuestionID": "00089", "AnswerSentenceID": 20}, {"Question": "What is a consequence of Clinton's approval?", "AnchorSentenceID": 1, "QuestionID": "00090", "AnswerSentenceID": 2}, {"Question": "What is the purpose of approving this peace proposal?", "AnchorSentenceID": 1, "QuestionID": "00091", "AnswerSentenceID": 3}, {"Question": "What is a benefit for one of the disputing parties?", "AnchorSentenceID": 3, "QuestionID": "00092", "AnswerSentenceID": 4}, {"Question": "How has the US's involvement affected the conflict?", "AnchorSentenceID": 1, "QuestionID": "00093", "AnswerSentenceID": 5}, {"Question": "What other countries are involved in the conflict?", "AnchorSentenceID": 5, "QuestionID": "00094", "AnswerSentenceID": 6}, {"Question": "What does Milosevic have to do to protect itself from sanctions?", "AnchorSentenceID": 6, "QuestionID": "00095", "AnswerSentenceID": 7}, {"Question": "What does the UN also want in this situation?", "AnchorSentenceID": 5, "QuestionID": "00096", "AnswerSentenceID": 8}, {"Question": "What does the UN also want in this situation?", "AnchorSentenceID": 5, "QuestionID": "00097", "AnswerSentenceID": 9}, {"Question": "Is Milosevic working to defuse the situation?", "AnchorSentenceID": 2, "QuestionID": "00098", "AnswerSentenceID": 10}, {"Question": "What else must Milosevic have to for the deal to go through?", "AnchorSentenceID": 2, "QuestionID": "00099", "AnswerSentenceID": 11}, {"Question": "How long will the sanctions be lifted?", "AnchorSentenceID": 4, "QuestionID": "00100", "AnswerSentenceID": 12}, {"Question": "Would Serbia be viewed as a legitimate government after agreeing to the peace deal?", "AnchorSentenceID": 1, "QuestionID": "00101", "AnswerSentenceID": 13}, {"Question": "When will the proposed deal by presented to Milosevic?", "AnchorSentenceID": 1, "QuestionID": "00102", "AnswerSentenceID": 14}, {"Question": "have country representatives met recently in discussing plans to achieve peace in the region?", "AnchorSentenceID": 1, "QuestionID": "00103", "AnswerSentenceID": 15}, {"Question": "Why did the participants decline to talk to reporters?", "AnchorSentenceID": 15, "QuestionID": "00104", "AnswerSentenceID": 16}, {"Question": "What prompted the disclosure of the recently approved plans?", "AnchorSentenceID": 1, "QuestionID": "00105", "AnswerSentenceID": 17}, {"Question": "When was some of the information leaked?", "AnchorSentenceID": 17, "QuestionID": "00106", "AnswerSentenceID": 18}, {"Question": "Why has peace been so difficult to acheive?", "AnchorSentenceID": 15, "QuestionID": "00107", "AnswerSentenceID": 19}, {"Question": "How much of the region do the Serbs own?", "AnchorSentenceID": 19, "QuestionID": "00108", "AnswerSentenceID": 20}], "ArticleID": "1442"}]}, {"Article": [{"qas": [{"Question": "Why is China shutting down the \"gifted\" schools?", "AnchorSentenceID": 1, "QuestionID": "00109", "AnswerSentenceID": 2}, {"Question": "Why are parents suffering from financial burden?", "AnchorSentenceID": 2, "QuestionID": "00110", "AnswerSentenceID": 3}, {"Question": "What is the current state of Chinese education?", "AnchorSentenceID": 1, "QuestionID": "00111", "AnswerSentenceID": 4}, {"Question": "What kinds of families cannot afford the cost of education?", "AnchorSentenceID": 2, "QuestionID": "00112", "AnswerSentenceID": 5}, {"Question": "Is the basic education satisfactory in itself?", "AnchorSentenceID": 1, "QuestionID": "00113", "AnswerSentenceID": 6}, {"Question": "what has contributed to the state of education in China?", "AnchorSentenceID": 6, "QuestionID": "00114", "AnswerSentenceID": 7}, {"Question": "What is the purpose of these non-government schools?", "AnchorSentenceID": 7, "QuestionID": "00115", "AnswerSentenceID": 8}, {"Question": "why are these schools being closed if they offer a chance at economic mobility?", "AnchorSentenceID": 8, "QuestionID": "00116", "AnswerSentenceID": 9}, {"Question": "how has basic education become a financial burden on parents?", "AnchorSentenceID": 5, "QuestionID": "00117", "AnswerSentenceID": 10}, {"Question": "When is the ban on elite schools to be enacted?", "AnchorSentenceID": 1, "QuestionID": "00118", "AnswerSentenceID": 11}, {"Question": "Will parents receive their money back for the fees?", "AnchorSentenceID": 11, "QuestionID": "00119", "AnswerSentenceID": 12}, {"Question": "Will schools with authorization/oversight be allowed to finish the term?", "AnchorSentenceID": 12, "QuestionID": "00120", "AnswerSentenceID": 13}, {"Question": "what are public schools doing to change curriculum?", "AnchorSentenceID": 6, "QuestionID": "00121", "AnswerSentenceID": 14}, {"Question": "What will be the consequence for not adjusting the curriculum?", "AnchorSentenceID": 14, "QuestionID": "00122", "AnswerSentenceID": 15}, {"Question": "What is the purpose of shifting the focus to basic education", "AnchorSentenceID": 1, "QuestionID": "00123", "AnswerSentenceID": 16}, {"Question": "how much is China spending on education?", "AnchorSentenceID": 3, "QuestionID": "00124", "AnswerSentenceID": 17}, {"Question": "Why has the system of education broken down?", "AnchorSentenceID": 4, "QuestionID": "00125", "AnswerSentenceID": 18}, {"Question": "What is an effect of the broken education system?", "AnchorSentenceID": 4, "QuestionID": "00126", "AnswerSentenceID": 19}, {"Question": "What are steps the government will make in the future?", "AnchorSentenceID": 17, "QuestionID": "00127", "AnswerSentenceID": 20}, {"Question": "Why is the government shifting the focus back to basic education?", "AnchorSentenceID": 1, "QuestionID": "00128", "AnswerSentenceID": 2}, {"Question": "Why are schools catering to gifted students so expensive?", "AnchorSentenceID": 2, "QuestionID": "00129", "AnswerSentenceID": 3}, {"Question": "Is Chinese basic education currently low-quality or not focused on enough?", "AnchorSentenceID": 1, "QuestionID": "00130", "AnswerSentenceID": 4}, {"Question": "After the withdrawal of state support, how are these schools funded?", "AnchorSentenceID": 3, "QuestionID": "00131", "AnswerSentenceID": 5}, {"Question": "How is China's educational system struggling for survival?", "AnchorSentenceID": 3, "QuestionID": "00132", "AnswerSentenceID": 6}, {"Question": "How many of these schools exist?", "AnchorSentenceID": 1, "QuestionID": "00133", "AnswerSentenceID": 7}, {"Question": "How are these schools special?", "AnchorSentenceID": 1, "QuestionID": "00134", "AnswerSentenceID": 8}, {"Question": "If government schools were not struggling, would these \"special schools\" be promoted by the government?", "AnchorSentenceID": 1, "QuestionID": "00135", "AnswerSentenceID": 9}, {"Question": "Why have these fees led to higher drop out rates? (Have fees always been charged for basic schooling?)", "AnchorSentenceID": 5, "QuestionID": "00136", "AnswerSentenceID": 10}, {"Question": "When will these schools be closed?", "AnchorSentenceID": 1, "QuestionID": "00137", "AnswerSentenceID": 11}, {"Question": "Will the immediacy of this ban have any secondary effects?", "AnchorSentenceID": 11, "QuestionID": "00138", "AnswerSentenceID": 12}, {"Question": "How are basic schools expected to adapt to this change?", "AnchorSentenceID": 1, "QuestionID": "00139", "AnswerSentenceID": 14}, {"Question": "What will the repercussions be for schools that continue supporting gifted students?", "AnchorSentenceID": 14, "QuestionID": "00140", "AnswerSentenceID": 15}, {"Question": "What is the proposed benefit of removing all activities for gifted students?", "AnchorSentenceID": 14, "QuestionID": "00141", "AnswerSentenceID": 16}, {"Question": "How much economic support is China currently providing to its educational system?", "AnchorSentenceID": 3, "QuestionID": "00142", "AnswerSentenceID": 17}, {"Question": "After the retraction of state funding, how are these schools meant to function without charging fees?", "AnchorSentenceID": 3, "QuestionID": "00143", "AnswerSentenceID": 18}, {"Question": "What is the government's concern with poor educational performance?", "AnchorSentenceID": 6, "QuestionID": "00144", "AnswerSentenceID": 19}, {"Question": "Is the percent of the GNP that funds education expected or hoped to rise?", "AnchorSentenceID": 17, "QuestionID": "00145", "AnswerSentenceID": 20}], "ArticleID": "1443"}]}, {"Article": [{"qas": [{"Question": "Why is this being said?", "AnchorSentenceID": 1, "QuestionID": "00146", "AnswerSentenceID": 2}, {"Question": "Why is this being said?", "AnchorSentenceID": 1, "QuestionID": "00147", "AnswerSentenceID": 3}, {"Question": "Why was a derelict scene described?", "AnchorSentenceID": 1, "QuestionID": "00148", "AnswerSentenceID": 4}, {"Question": "What happened here?", "AnchorSentenceID": 4, "QuestionID": "00149", "AnswerSentenceID": 5}, {"Question": "Where did the civilians go?", "AnchorSentenceID": 5, "QuestionID": "00150", "AnswerSentenceID": 6}, {"Question": "What was the state of the village as they left?", "AnchorSentenceID": 6, "QuestionID": "00151", "AnswerSentenceID": 7}, {"Question": "Was the evacuation organized?", "AnchorSentenceID": 6, "QuestionID": "00152", "AnswerSentenceID": 8}, {"Question": "Who remained behind?", "AnchorSentenceID": 6, "QuestionID": "00153", "AnswerSentenceID": 9}, {"Question": "Who remained behind?", "AnchorSentenceID": 6, "QuestionID": "00154", "AnswerSentenceID": 10}, {"Question": "Why did Maria stay?", "AnchorSentenceID": 9, "QuestionID": "00155", "AnswerSentenceID": 11}, {"Question": "Why is the crackdown on the rebellion occurring?", "AnchorSentenceID": 4, "QuestionID": "00156", "AnswerSentenceID": 12}, {"Question": "How does the village view the rebellion?", "AnchorSentenceID": 12, "QuestionID": "00157", "AnswerSentenceID": 13}, {"Question": "When did rebels arrive at the village?", "AnchorSentenceID": 5, "QuestionID": "00158", "AnswerSentenceID": 14}, {"Question": "What has the army been doing once it arrives in a town?", "AnchorSentenceID": 13, "QuestionID": "00159", "AnswerSentenceID": 15}, {"Question": "Is this true?", "AnchorSentenceID": 15, "QuestionID": "00160", "AnswerSentenceID": 16}, {"Question": "Is the Indian army the villain in this story?", "AnchorSentenceID": 16, "QuestionID": "00161", "AnswerSentenceID": 17}, {"Question": "Has this conflict generated refugees?", "AnchorSentenceID": 6, "QuestionID": "00162", "AnswerSentenceID": 18}, {"Question": "How are the Zapatistas treating civilians?", "AnchorSentenceID": 17, "QuestionID": "00163", "AnswerSentenceID": 19}, {"Question": "Is there still a potential of violence in this village?", "AnchorSentenceID": 5, "QuestionID": "00164", "AnswerSentenceID": 20}, {"Question": "Who left these signs of life?", "AnchorSentenceID": 1, "QuestionID": "00165", "AnswerSentenceID": 4}, {"Question": "What happened to these people?", "AnchorSentenceID": 4, "QuestionID": "00166", "AnswerSentenceID": 5}, {"Question": "Did the 1200 people die?", "AnchorSentenceID": 4, "QuestionID": "00167", "AnswerSentenceID": 6}, {"Question": "How quickly did they have to flee?", "AnchorSentenceID": 7, "QuestionID": "00168", "AnswerSentenceID": 7}, {"Question": "Are the adults and children all together?", "AnchorSentenceID": 6, "QuestionID": "00169", "AnswerSentenceID": 8}, {"Question": "Did anybody remain behind?", "AnchorSentenceID": 6, "QuestionID": "00170", "AnswerSentenceID": 9}, {"Question": "Did any children stay behind?", "AnchorSentenceID": 6, "QuestionID": "00171", "AnswerSentenceID": 10}, {"Question": "Why did Maria stay behind?", "AnchorSentenceID": 9, "QuestionID": "00172", "AnswerSentenceID": 11}, {"Question": "Who is driving this crackdown?", "AnchorSentenceID": 5, "QuestionID": "00173", "AnswerSentenceID": 12}, {"Question": "Why are the residents supporting the rebels?", "AnchorSentenceID": 4, "QuestionID": "00174", "AnswerSentenceID": 13}, {"Question": "What led to Zedillo's decision to crack down on the Zapatistas?", "AnchorSentenceID": 12, "QuestionID": "00175", "AnswerSentenceID": 14}, {"Question": "Have the army efforts truly been non-violent?", "AnchorSentenceID": 12, "QuestionID": "00176", "AnswerSentenceID": 15}, {"Question": "Is there any evidence to back these claims?", "AnchorSentenceID": 15, "QuestionID": "00177", "AnswerSentenceID": 16}, {"Question": "Are the Zapatistas widely welcomed in these towns?", "AnchorSentenceID": 14, "QuestionID": "00178", "AnswerSentenceID": 17}, {"Question": "How has the fear worked the other way?", "AnchorSentenceID": 17, "QuestionID": "00179", "AnswerSentenceID": 18}, {"Question": "Why are refugees fleeing villages controlled by the Zapatistas?", "AnchorSentenceID": 18, "QuestionID": "00180", "AnswerSentenceID": 19}, {"Question": "Is the army continuing efforts to retake these villages?", "AnchorSentenceID": 5, "QuestionID": "00181", "AnswerSentenceID": 20}], "ArticleID": "1444"}]}, {"Article": [{"qas": [{"Question": "Who are the experts involved in the investigation?", "AnchorSentenceID": 1, "QuestionID": "00182", "AnswerSentenceID": 2}, {"Question": "Who is the survivor of the battle at Lang Vei?", "AnchorSentenceID": 2, "QuestionID": "00183", "AnswerSentenceID": 3}, {"Question": "Why is Willoughby's participation unusual/noteworthy?", "AnchorSentenceID": 4, "QuestionID": "00184", "AnswerSentenceID": 5}, {"Question": "How is Willoughby's help required?", "AnchorSentenceID": 5, "QuestionID": "00185", "AnswerSentenceID": 6}, {"Question": "How will the investigation proceed?", "AnchorSentenceID": 1, "QuestionID": "00186", "AnswerSentenceID": 7}, {"Question": "How often do these searches take place?", "AnchorSentenceID": 3, "QuestionID": "00187", "AnswerSentenceID": 8}, {"Question": "What are possible outcomes of servicemen being unaccounted for from the war?", "AnchorSentenceID": 1, "QuestionID": "00188", "AnswerSentenceID": 9}, {"Question": "If only 55 were in imminent danger of being captured, what happened to the rest of them?", "AnchorSentenceID": 9, "QuestionID": "00189", "AnswerSentenceID": 10}, {"Question": "If 1,621 servicemen went missing in Vietnam, what about the rest of the 2,211?", "AnchorSentenceID": 5, "QuestionID": "00190", "AnswerSentenceID": 11}, {"Question": "Have significant efforts been made to find out what happened to these servicemen?", "AnchorSentenceID": 5, "QuestionID": "00191", "AnswerSentenceID": 12}, {"Question": "Are there partial diplomatic relations or some kind of interactions between the United States and Vietnam currently?", "AnchorSentenceID": 12, "QuestionID": "00192", "AnswerSentenceID": 13}, {"Question": "How many soldiers are missing from the Vietnamese side?", "AnchorSentenceID": 5, "QuestionID": "00193", "AnswerSentenceID": 14}, {"Question": "Who is looking for the unaccounted for men?", "AnchorSentenceID": 1, "QuestionID": "00194", "AnswerSentenceID": 2}, {"Question": "Who is looking for the unaccounted for men?", "AnchorSentenceID": 1, "QuestionID": "00195", "AnswerSentenceID": 3}, {"Question": "Is this abnormal?", "AnchorSentenceID": 3, "QuestionID": "00196", "AnswerSentenceID": 4}, {"Question": "How is it unusual?", "AnchorSentenceID": 4, "QuestionID": "00197", "AnswerSentenceID": 5}, {"Question": "What will Willoughby do there?", "AnchorSentenceID": 3, "QuestionID": "00198", "AnswerSentenceID": 6}, {"Question": "How will the soldiers be searched for?", "AnchorSentenceID": 1, "QuestionID": "00199", "AnswerSentenceID": 7}, {"Question": "How will the soldiers be searched for?", "AnchorSentenceID": 1, "QuestionID": "00200", "AnswerSentenceID": 8}, {"Question": "How likely is it that the US will find the missing soldiers?", "AnchorSentenceID": 8, "QuestionID": "00201", "AnswerSentenceID": 9}, {"Question": "What happened to most missing soldiers?", "AnchorSentenceID": 9, "QuestionID": "00202", "AnswerSentenceID": 10}, {"Question": "Where else are soldiers missing?", "AnchorSentenceID": 1, "QuestionID": "00203", "AnswerSentenceID": 11}, {"Question": "What is the perspective of US leadership?", "AnchorSentenceID": 1, "QuestionID": "00204", "AnswerSentenceID": 12}, {"Question": "how are the diplomatic relations between the two countries?", "AnchorSentenceID": 12, "QuestionID": "00205", "AnswerSentenceID": 13}, {"Question": "Does Vietnam have any missing soldiers?", "AnchorSentenceID": 1, "QuestionID": "00206", "AnswerSentenceID": 14}], "ArticleID": "1445"}]}, {"Article": [{"qas": [{"Question": "What does the study confirm?", "AnchorSentenceID": 2, "QuestionID": "00207", "AnswerSentenceID": 3}, {"Question": "How did the study confirm that our cats understand us?", "AnchorSentenceID": 3, "QuestionID": "00208", "AnswerSentenceID": 4}, {"Question": "Where was the study conducted?", "AnchorSentenceID": 4, "QuestionID": "00209", "AnswerSentenceID": 5}, {"Question": "What was the researchers' method?", "AnchorSentenceID": 4, "QuestionID": "00210", "AnswerSentenceID": 6}, {"Question": "What data was collected?", "AnchorSentenceID": 4, "QuestionID": "00211", "AnswerSentenceID": 7}, {"Question": "Did cats react to strangers calling their name?", "AnchorSentenceID": 6, "QuestionID": "00212", "AnswerSentenceID": 8}, {"Question": "Did cats react to their owner calling their name?", "AnchorSentenceID": 6, "QuestionID": "00213", "AnswerSentenceID": 9}, {"Question": "How have researchers drawn this conclusion?", "AnchorSentenceID": 3, "QuestionID": "00214", "AnswerSentenceID": 10}, {"Question": "What does it mean that responses are not communicative?", "AnchorSentenceID": 10, "QuestionID": "00215", "AnswerSentenceID": 11}, {"Question": "What should cat owners do with this knowledge?", "AnchorSentenceID": 11, "QuestionID": "00216", "AnswerSentenceID": 12}, {"Question": "Do researchers have a hypothesis as to why cats are so unresponsive?", "AnchorSentenceID": 10, "QuestionID": "00217", "AnswerSentenceID": 13}, {"Question": "How might this early domestication lead to cats' demeanor?", "AnchorSentenceID": 13, "QuestionID": "00218", "AnswerSentenceID": 14}, {"Question": "What does it mean that cats have not been bred like dogs?", "AnchorSentenceID": 14, "QuestionID": "00219", "AnswerSentenceID": 15}, {"Question": "What were cats like before their domestication?", "AnchorSentenceID": 13, "QuestionID": "00220", "AnswerSentenceID": 16}, {"Question": "What were early cat-human interactions like?", "AnchorSentenceID": 16, "QuestionID": "00221", "AnswerSentenceID": 17}, {"Question": "How has breeding affected dogs?", "AnchorSentenceID": 14, "QuestionID": "00222", "AnswerSentenceID": 18}, {"Question": "Have studies been done on the social cognition of cats?", "AnchorSentenceID": 18, "QuestionID": "00223", "AnswerSentenceID": 19}, {"Question": "Why might cats have less advanced social cognition?", "AnchorSentenceID": 18, "QuestionID": "00224", "AnswerSentenceID": 20}, {"Question": "What justifies this claim?", "AnchorSentenceID": 1, "QuestionID": "00225", "AnswerSentenceID": 2}, {"Question": "What is the significance of the study?", "AnchorSentenceID": 2, "QuestionID": "00226", "AnswerSentenceID": 3}, {"Question": "What did the study find?", "AnchorSentenceID": 3, "QuestionID": "00227", "AnswerSentenceID": 4}, {"Question": "What did the experiment look like?", "AnchorSentenceID": 4, "QuestionID": "00228", "AnswerSentenceID": 5}, {"Question": "What did the experiment look like?", "AnchorSentenceID": 4, "QuestionID": "00229", "AnswerSentenceID": 6}, {"Question": "How was the data measured?", "AnchorSentenceID": 6, "QuestionID": "00230", "AnswerSentenceID": 7}, {"Question": "What happened during the experiment?", "AnchorSentenceID": 7, "QuestionID": "00231", "AnswerSentenceID": 8}, {"Question": "How does that reaction compare to when they hear their owners?", "AnchorSentenceID": 8, "QuestionID": "00232", "AnswerSentenceID": 9}, {"Question": "What do the researchers conclude about the experiment?", "AnchorSentenceID": 9, "QuestionID": "00233", "AnswerSentenceID": 10}, {"Question": "What is another way of describing the findings", "AnchorSentenceID": 10, "QuestionID": "00234", "AnswerSentenceID": 11}, {"Question": "What does this mean for cat owners?", "AnchorSentenceID": 11, "QuestionID": "00235", "AnswerSentenceID": 12}, {"Question": "What led up to this behavior from cats?", "AnchorSentenceID": 12, "QuestionID": "00236", "AnswerSentenceID": 13}, {"Question": "How does their behavior compare to dogs?", "AnchorSentenceID": 13, "QuestionID": "00237", "AnswerSentenceID": 14}, {"Question": "How did cats evolve in comparison to dogs?", "AnchorSentenceID": 14, "QuestionID": "00238", "AnswerSentenceID": 15}, {"Question": "Where did cats originate from?", "AnchorSentenceID": 13, "QuestionID": "00239", "AnswerSentenceID": 16}, {"Question": "How did cats interact with humans?", "AnchorSentenceID": 15, "QuestionID": "00240", "AnswerSentenceID": 17}, {"Question": "What are some recent findings on pets and their communicative abilities?", "AnchorSentenceID": 2, "QuestionID": "00241", "AnswerSentenceID": 18}, {"Question": "How does research on cats compare to that of dogs and horses?", "AnchorSentenceID": 18, "QuestionID": "00242", "AnswerSentenceID": 19}, {"Question": "Do cats pay attention to humans?", "AnchorSentenceID": 17, "QuestionID": "00243", "AnswerSentenceID": 20}], "ArticleID": "1492"}]}, {"Article": [{"qas": [{"Question": "What is the importance of this assertion?", "AnchorSentenceID": 1, "QuestionID": "00244", "AnswerSentenceID": 2}, {"Question": "what is the importance of moonlight to horseshoe crabs?", "AnchorSentenceID": 2, "QuestionID": "00245", "AnswerSentenceID": 3}, {"Question": "Has this process remained consistent through time?", "AnchorSentenceID": 3, "QuestionID": "00246", "AnswerSentenceID": 4}, {"Question": "What are some reasons for the decline?", "AnchorSentenceID": 4, "QuestionID": "00247", "AnswerSentenceID": 5}, {"Question": "Is the decline a result of systemic influence then?", "AnchorSentenceID": 5, "QuestionID": "00248", "AnswerSentenceID": 6}, {"Question": "How is the decline affecting other animals?", "AnchorSentenceID": 6, "QuestionID": "00249", "AnswerSentenceID": 7}, {"Question": "What are humans doing to protect the crabs?", "AnchorSentenceID": 5, "QuestionID": "00250", "AnswerSentenceID": 8}, {"Question": "Why study this phenomena?", "AnchorSentenceID": 3, "QuestionID": "00251", "AnswerSentenceID": 9}, {"Question": "What is an expert's take on the crab?", "AnchorSentenceID": 3, "QuestionID": "00252", "AnswerSentenceID": 10}, {"Question": "What is an expert's take on the crab?", "AnchorSentenceID": 3, "QuestionID": "00253", "AnswerSentenceID": 11}, {"Question": "How often is the population being studied?", "AnchorSentenceID": 4, "QuestionID": "00254", "AnswerSentenceID": 12}, {"Question": "What makes this study a challenge?", "AnchorSentenceID": 12, "QuestionID": "00255", "AnswerSentenceID": 15}, {"Question": "Is the horseshoe crab even a crab?", "AnchorSentenceID": 2, "QuestionID": "00256", "AnswerSentenceID": 16}, {"Question": "What makes a horseshoe crab cool?", "AnchorSentenceID": 10, "QuestionID": "00257", "AnswerSentenceID": 17}, {"Question": "How does this compare to how they are perceived?", "AnchorSentenceID": 17, "QuestionID": "00258", "AnswerSentenceID": 18}, {"Question": "How did people treat the horseshoe crab?", "AnchorSentenceID": 18, "QuestionID": "00259", "AnswerSentenceID": 19}, {"Question": "Were horseshoe crabs ever fished?", "AnchorSentenceID": 3, "QuestionID": "00260", "AnswerSentenceID": 20}, {"Question": "Why is the beach the subject of this article?", "AnchorSentenceID": 1, "QuestionID": "00261", "AnswerSentenceID": 2}, {"Question": "Is the moonlit beach the place where horseshoe crabs reproduce?", "AnchorSentenceID": 2, "QuestionID": "00262", "AnswerSentenceID": 3}, {"Question": "With this rate of reproduction, is the population of horseshoe crabs consistently very high?", "AnchorSentenceID": 3, "QuestionID": "00263", "AnswerSentenceID": 4}, {"Question": "Do scientists know why horseshoe crab numbers are falling?", "AnchorSentenceID": 4, "QuestionID": "00264", "AnswerSentenceID": 5}, {"Question": "What is the decline in horseshoe crab population connected to?", "AnchorSentenceID": 6, "QuestionID": "00265", "AnswerSentenceID": 7}, {"Question": "What efforts are being made to protect horseshoe crabs?", "AnchorSentenceID": 5, "QuestionID": "00266", "AnswerSentenceID": 8}, {"Question": "What is the intent behind these efforts?", "AnchorSentenceID": 8, "QuestionID": "00267", "AnswerSentenceID": 9}, {"Question": "Who are the researchers involved in these efforts?", "AnchorSentenceID": 9, "QuestionID": "00268", "AnswerSentenceID": 10}, {"Question": "How long has the Fish and Wildlife Conservation Commission been researching this?", "AnchorSentenceID": 8, "QuestionID": "00269", "AnswerSentenceID": 12}, {"Question": "What information have these sightings provided to researchers?", "AnchorSentenceID": 12, "QuestionID": "00270", "AnswerSentenceID": 13}, {"Question": "What do researchers need to learn about populations?", "AnchorSentenceID": 13, "QuestionID": "00271", "AnswerSentenceID": 14}, {"Question": "What do researchers need to learn about populations?", "AnchorSentenceID": 13, "QuestionID": "00272", "AnswerSentenceID": 15}, {"Question": "What is a horseshoe crab?", "AnchorSentenceID": 2, "QuestionID": "00273", "AnswerSentenceID": 16}, {"Question": "Is there a reason that horseshoe crabs look like fossils?", "AnchorSentenceID": 3, "QuestionID": "00274", "AnswerSentenceID": 17}, {"Question": "How is the horseshoe crab maligned and overlooked?", "AnchorSentenceID": 11, "QuestionID": "00275", "AnswerSentenceID": 18}, {"Question": "What did this opinion of the horseshoe crab lead to?", "AnchorSentenceID": 18, "QuestionID": "00276", "AnswerSentenceID": 19}, {"Question": "How is the horseshoe crab maligned and overlooked?", "AnchorSentenceID": 11, "QuestionID": "00277", "AnswerSentenceID": 20}], "ArticleID": "1493"}]}, {"Article": [{"qas": [{"Question": "Did the response match his expectations?", "AnchorSentenceID": 1, "QuestionID": "00278", "AnswerSentenceID": 2}, {"Question": "What response did he receive?", "AnchorSentenceID": 1, "QuestionID": "00279", "AnswerSentenceID": 3}, {"Question": "What is Dajani expected to do in response?", "AnchorSentenceID": 3, "QuestionID": "00280", "AnswerSentenceID": 4}, {"Question": "Why was the visit an issue?", "AnchorSentenceID": 1, "QuestionID": "00281", "AnswerSentenceID": 5}, {"Question": "Has Dajani faced criticism before?", "AnchorSentenceID": 1, "QuestionID": "00282", "AnswerSentenceID": 6}, {"Question": "How did he come up with the idea for the visit?", "AnchorSentenceID": 1, "QuestionID": "00283", "AnswerSentenceID": 7}, {"Question": "How are these values in short supply?", "AnchorSentenceID": 6, "QuestionID": "00284", "AnswerSentenceID": 8}, {"Question": "Why do Palestinians deny the Holocaust?", "AnchorSentenceID": 8, "QuestionID": "00285", "AnswerSentenceID": 9}, {"Question": "How did Dajani start this organization?", "AnchorSentenceID": 6, "QuestionID": "00286", "AnswerSentenceID": 10}, {"Question": "Why do Palestinians deny the Holocaust?", "AnchorSentenceID": 8, "QuestionID": "00287", "AnswerSentenceID": 11}, {"Question": "Why do Palestinians think that they have paid the price for the Jews' persecution?", "AnchorSentenceID": 11, "QuestionID": "00288", "AnswerSentenceID": 12}, {"Question": "Is the Holocaust officially acknowledged in Palestine?", "AnchorSentenceID": 8, "QuestionID": "00289", "AnswerSentenceID": 13}, {"Question": "Is the Holocaust officially acknowledged in Palestine?", "AnchorSentenceID": 8, "QuestionID": "00290", "AnswerSentenceID": 14}, {"Question": "How is Dajani responding to this?", "AnchorSentenceID": 13, "QuestionID": "00291", "AnswerSentenceID": 15}, {"Question": "How was the trip arranged?", "AnchorSentenceID": 1, "QuestionID": "00292", "AnswerSentenceID": 16}, {"Question": "Who are the Israeli students involved?", "AnchorSentenceID": 16, "QuestionID": "00293", "AnswerSentenceID": 17}, {"Question": "Was organizing the visit difficult?", "AnchorSentenceID": 16, "QuestionID": "00294", "AnswerSentenceID": 18}, {"Question": "What was the student response to the trip?", "AnchorSentenceID": 1, "QuestionID": "00295", "AnswerSentenceID": 19}, {"Question": "How was the organizing sensitive?", "AnchorSentenceID": 19, "QuestionID": "00296", "AnswerSentenceID": 20}, {"Question": "What did he receive instead?", "AnchorSentenceID": 1, "QuestionID": "00297", "AnswerSentenceID": 2}, {"Question": "What was the uproar?", "AnchorSentenceID": 2, "QuestionID": "00298", "AnswerSentenceID": 3}, {"Question": "How did this affect the professor?", "AnchorSentenceID": 1, "QuestionID": "00299", "AnswerSentenceID": 4}, {"Question": "What did Dajani have to say?", "AnchorSentenceID": 3, "QuestionID": "00300", "AnswerSentenceID": 5}, {"Question": "Has Dajani done something similar before?", "AnchorSentenceID": 3, "QuestionID": "00301", "AnswerSentenceID": 6}, {"Question": "Where did Dajani get the idea?", "AnchorSentenceID": 6, "QuestionID": "00302", "AnswerSentenceID": 7}, {"Question": "Why was the trip important to him?", "AnchorSentenceID": 1, "QuestionID": "00303", "AnswerSentenceID": 8}, {"Question": "Why was the trip important to him?", "AnchorSentenceID": 1, "QuestionID": "00304", "AnswerSentenceID": 9}, {"Question": "Why does Dajani believe this is necessary?", "AnchorSentenceID": 1, "QuestionID": "00305", "AnswerSentenceID": 10}, {"Question": "How does Palestine view the Holocaust?", "AnchorSentenceID": 10, "QuestionID": "00306", "AnswerSentenceID": 11}, {"Question": "How does Palestine view the Holocaust?", "AnchorSentenceID": 10, "QuestionID": "00307", "AnswerSentenceID": 12}, {"Question": "How is this view perpetuated?", "AnchorSentenceID": 12, "QuestionID": "00308", "AnswerSentenceID": 13}, {"Question": "Why is that so?", "AnchorSentenceID": 13, "QuestionID": "00309", "AnswerSentenceID": 14}, {"Question": "Does Dajani teach about the Holocaust generally?", "AnchorSentenceID": 13, "QuestionID": "00310", "AnswerSentenceID": 15}, {"Question": "Who arranged the Holocaust trip?", "AnchorSentenceID": 1, "QuestionID": "00311", "AnswerSentenceID": 16}, {"Question": "Who funded the trip?", "AnchorSentenceID": 1, "QuestionID": "00312", "AnswerSentenceID": 17}, {"Question": "How was the visit able to have happened?", "AnchorSentenceID": 1, "QuestionID": "00313", "AnswerSentenceID": 18}, {"Question": "How many students went?", "AnchorSentenceID": 1, "QuestionID": "00314", "AnswerSentenceID": 19}, {"Question": "How secret was the trip?", "AnchorSentenceID": 18, "QuestionID": "00315", "AnswerSentenceID": 20}], "ArticleID": "1496"}]}, {"Article": [{"qas": [{"Question": "How were the cartridges found?", "AnchorSentenceID": 1, "QuestionID": "00316", "AnswerSentenceID": 4}, {"Question": "Who threw away all the cartridges?", "AnchorSentenceID": 1, "QuestionID": "00317", "AnswerSentenceID": 6}, {"Question": "Did Penn say anything about the discovery?", "AnchorSentenceID": 3, "QuestionID": "00318", "AnswerSentenceID": 7}, {"Question": "Why was Penn worried that people wouldn't get to see anything?", "AnchorSentenceID": 7, "QuestionID": "00319", "AnswerSentenceID": 8}, {"Question": "How many people stayed?", "AnchorSentenceID": 8, "QuestionID": "00320", "AnswerSentenceID": 9}, {"Question": "n/a", "AnchorSentenceID": 9, "QuestionID": "00321", "AnswerSentenceID": 10}, {"Question": "Did any of the people who waited know about the games beforehand?", "AnchorSentenceID": 9, "QuestionID": "00322", "AnswerSentenceID": 12}, {"Question": "Did Ortega go look at the games in 1983?", "AnchorSentenceID": 12, "QuestionID": "00323", "AnswerSentenceID": 13}, {"Question": "Was it easy to access the landfill to find the games?", "AnchorSentenceID": 13, "QuestionID": "00324", "AnswerSentenceID": 14}, {"Question": "What did they do with the games they found?", "AnchorSentenceID": 13, "QuestionID": "00325", "AnswerSentenceID": 15}, {"Question": "Why is the game infamous?", "AnchorSentenceID": 10, "QuestionID": "00326", "AnswerSentenceID": 16}, {"Question": "Is the production company planning on making a documentary about this?", "AnchorSentenceID": 1, "QuestionID": "00327", "AnswerSentenceID": 17}, {"Question": "Are video game enthusiasts expected to watch this documentary?", "AnchorSentenceID": 17, "QuestionID": "00328", "AnswerSentenceID": 18}, {"Question": "What have video game enthusiasts said about the game and Atari's reaction to its failure?", "AnchorSentenceID": 16, "QuestionID": "00329", "AnswerSentenceID": 19}, {"Question": "Has Atari commented on this speculation?", "AnchorSentenceID": 19, "QuestionID": "00330", "AnswerSentenceID": 20}], "ArticleID": "1497"}]}, {"Article": [{"qas": [{"Question": "How has that statistic changed since 15 years ago?", "AnchorSentenceID": 1, "QuestionID": "00331", "AnswerSentenceID": 2}, {"Question": "What is the significance of bighorn sheep being present in Big Arroyo Canyon?", "AnchorSentenceID": 2, "QuestionID": "00332", "AnswerSentenceID": 3}, {"Question": "Do scientists think that total recovery from near-extinction is possible?", "AnchorSentenceID": 3, "QuestionID": "00333", "AnswerSentenceID": 4}, {"Question": "Is it rare for species to recover from near-extinction?", "AnchorSentenceID": 3, "QuestionID": "00334", "AnswerSentenceID": 5}, {"Question": "How long has this milestone been in progress?", "AnchorSentenceID": 3, "QuestionID": "00335", "AnswerSentenceID": 6}, {"Question": "What caused the species to go on the endangered species list?", "AnchorSentenceID": 5, "QuestionID": "00336", "AnswerSentenceID": 8}, {"Question": "When were bighorn sheep classified as endangered?", "AnchorSentenceID": 5, "QuestionID": "00337", "AnswerSentenceID": 9}, {"Question": "When were bighorn sheep classified as endangered?", "AnchorSentenceID": 5, "QuestionID": "00338", "AnswerSentenceID": 10}, {"Question": "Was it widely thought that bighorn sheep were going to go extinct?", "AnchorSentenceID": 3, "QuestionID": "00339", "AnswerSentenceID": 11}, {"Question": "Was the project well-received?", "AnchorSentenceID": 2, "QuestionID": "00340", "AnswerSentenceID": 12}, {"Question": "How did the project proceed over more than a decade?", "AnchorSentenceID": 6, "QuestionID": "00341", "AnswerSentenceID": 13}, {"Question": "Did they disperse the bighorns into specific places along the Sierra's crest?", "AnchorSentenceID": 13, "QuestionID": "00342", "AnswerSentenceID": 14}, {"Question": "What is the next area where bighorns will be dispersed?", "AnchorSentenceID": 14, "QuestionID": "00343", "AnswerSentenceID": 15}, {"Question": "Why were Sequoia National Park and Kings Canyon National Park involved?", "AnchorSentenceID": 6, "QuestionID": "00344", "AnswerSentenceID": 16}, {"Question": "What happened in 1971 for bighorns to be listed as threatened?", "AnchorSentenceID": 9, "QuestionID": "00345", "AnswerSentenceID": 17}, {"Question": "What recovery efforts took place in the 1970s?", "AnchorSentenceID": 17, "QuestionID": "00346", "AnswerSentenceID": 18}, {"Question": "Where are the bighorns being moved from to disperse new herds?", "AnchorSentenceID": 13, "QuestionID": "00347", "AnswerSentenceID": 19}, {"Question": "How long do scientists expect this initial goal to take?", "AnchorSentenceID": 14, "QuestionID": "00348", "AnswerSentenceID": 20}, {"Question": "How many bighorn sheep are in the region today?", "AnchorSentenceID": 1, "QuestionID": "00349", "AnswerSentenceID": 2}, {"Question": "What is the significance to the new status of wildlife in this region?", "AnchorSentenceID": 2, "QuestionID": "00350", "AnswerSentenceID": 3}, {"Question": "What have experts said about the status of the bighorn sheep?", "AnchorSentenceID": 3, "QuestionID": "00351", "AnswerSentenceID": 4}, {"Question": "What does Gammons mean when he says recovery?", "AnchorSentenceID": 4, "QuestionID": "00352", "AnswerSentenceID": 5}, {"Question": "How did the species manage to come off the endangered species list?", "AnchorSentenceID": 5, "QuestionID": "00353", "AnswerSentenceID": 6}, {"Question": "How did the species manage to come off the endangered species list?", "AnchorSentenceID": 5, "QuestionID": "00354", "AnswerSentenceID": 7}, {"Question": "What was the cause of the endangered status of the bighorn?", "AnchorSentenceID": 1, "QuestionID": "00355", "AnswerSentenceID": 8}, {"Question": "When were they labeled endangered?", "AnchorSentenceID": 8, "QuestionID": "00356", "AnswerSentenceID": 9}, {"Question": "When were they labeled endangered federally?", "AnchorSentenceID": 9, "QuestionID": "00357", "AnswerSentenceID": 10}, {"Question": "Was there any worry they would become extinct?", "AnchorSentenceID": 10, "QuestionID": "00358", "AnswerSentenceID": 11}, {"Question": "How did the bighorn's situation improve from near extinction?", "AnchorSentenceID": 11, "QuestionID": "00359", "AnswerSentenceID": 12}, {"Question": "What were some of the recovery efforts?", "AnchorSentenceID": 12, "QuestionID": "00360", "AnswerSentenceID": 13}, {"Question": "How did they disperse the bighorns?", "AnchorSentenceID": 13, "QuestionID": "00361", "AnswerSentenceID": 14}, {"Question": "Where are they dispersing the bighorns?", "AnchorSentenceID": 14, "QuestionID": "00362", "AnswerSentenceID": 15}, {"Question": "What is the geographic context that the parks occur in?", "AnchorSentenceID": 15, "QuestionID": "00363", "AnswerSentenceID": 16}, {"Question": "When did recovery efforts begin?", "AnchorSentenceID": 9, "QuestionID": "00364", "AnswerSentenceID": 17}, {"Question": "How did the herd regrow the population?", "AnchorSentenceID": 17, "QuestionID": "00365", "AnswerSentenceID": 18}, {"Question": "What is the cost to remove a bighorn from its heard in order to repopulate another location?", "AnchorSentenceID": 18, "QuestionID": "00366", "AnswerSentenceID": 19}, {"Question": "How long does it take for the population to grow?", "AnchorSentenceID": 2, "QuestionID": "00367", "AnswerSentenceID": 20}], "ArticleID": "1498"}]}, {"Article": [{"qas": [{"Question": "How was this man incriminated by his smartphone?", "AnchorSentenceID": 1, "QuestionID": "00368", "AnswerSentenceID": 2}, {"Question": "What is the significance of the Founding Fathers meeting the \"selfie generation\"?", "AnchorSentenceID": 1, "QuestionID": "00369", "AnswerSentenceID": 3}, {"Question": "Why does the use of a smartphone as evidence pose a \"quintessentially 21st-century problem\"?", "AnchorSentenceID": 3, "QuestionID": "00370", "AnswerSentenceID": 4}, {"Question": "Will this case set a precedent for future action?", "AnchorSentenceID": 4, "QuestionID": "00371", "AnswerSentenceID": 5}, {"Question": "Do smartphones often carry incriminating information?", "AnchorSentenceID": 1, "QuestionID": "00372", "AnswerSentenceID": 6}, {"Question": "What does Fisher think about this smartphone search?", "AnchorSentenceID": 6, "QuestionID": "00373", "AnswerSentenceID": 7}, {"Question": "What is Fisher's relationship to the case?", "AnchorSentenceID": 6, "QuestionID": "00374", "AnswerSentenceID": 8}, {"Question": "How significant will this case be, legally speaking?", "AnchorSentenceID": 5, "QuestionID": "00375", "AnswerSentenceID": 9}, {"Question": "Why are the consequences so far-reaching?", "AnchorSentenceID": 9, "QuestionID": "00376", "AnswerSentenceID": 10}, {"Question": "What would the consequences be for the police?", "AnchorSentenceID": 9, "QuestionID": "00377", "AnswerSentenceID": 11}, {"Question": "Is the Fourth Amendment expected to protect smartphones from searches?", "AnchorSentenceID": 4, "QuestionID": "00378", "AnswerSentenceID": 12}, {"Question": "Have other legal officials supported smartphone searches?", "AnchorSentenceID": 13, "QuestionID": "00379", "AnswerSentenceID": 13}, {"Question": "Are the two phone search cases very similar?", "AnchorSentenceID": 8, "QuestionID": "00380", "AnswerSentenceID": 14}, {"Question": "Why is it a challenge to fit smartphones into the contours of the Fourth Amendment?", "AnchorSentenceID": 4, "QuestionID": "00381", "AnswerSentenceID": 15}, {"Question": "Is Riley's case seen as significant?", "AnchorSentenceID": 2, "QuestionID": "00382", "AnswerSentenceID": 16}, {"Question": "When (in what situation) was Riley's phone searched?", "AnchorSentenceID": 2, "QuestionID": "00383", "AnswerSentenceID": 17}, {"Question": "How does Riley's defense characterize him?", "AnchorSentenceID": 17, "QuestionID": "00384", "AnswerSentenceID": 18}, {"Question": "How do prosecutors characterize Riley?", "AnchorSentenceID": 17, "QuestionID": "00385", "AnswerSentenceID": 19}, {"Question": "What events led to the search of Riley's phone?", "AnchorSentenceID": 2, "QuestionID": "00386", "AnswerSentenceID": 20}, {"Question": "Why is the Supreme Court reviewing the case?", "AnchorSentenceID": 1, "QuestionID": "00387", "AnswerSentenceID": 2}, {"Question": "What is the significance of the case?", "AnchorSentenceID": 2, "QuestionID": "00388", "AnswerSentenceID": 3}, {"Question": "What part of the constitution is being potentially infringed upon?", "AnchorSentenceID": 2, "QuestionID": "00389", "AnswerSentenceID": 4}, {"Question": "What will the result of the case accomplish?", "AnchorSentenceID": 3, "QuestionID": "00390", "AnswerSentenceID": 5}, {"Question": "What do experts have to say regarding the case?", "AnchorSentenceID": 4, "QuestionID": "00391", "AnswerSentenceID": 6}, {"Question": "What do experts have to say regarding the case?", "AnchorSentenceID": 4, "QuestionID": "00392", "AnswerSentenceID": 7}, {"Question": "Who is representing David Riley?", "AnchorSentenceID": 2, "QuestionID": "00393", "AnswerSentenceID": 8}, {"Question": "What is the significance of the case?", "AnchorSentenceID": 2, "QuestionID": "00394", "AnswerSentenceID": 9}, {"Question": "What is the public perspective on this issue?", "AnchorSentenceID": 4, "QuestionID": "00395", "AnswerSentenceID": 10}, {"Question": "What is the perspective of law enforcement?", "AnchorSentenceID": 10, "QuestionID": "00396", "AnswerSentenceID": 11}, {"Question": "What reasoning is in support of the examining of the smart phone?", "AnchorSentenceID": 4, "QuestionID": "00397", "AnswerSentenceID": 12}, {"Question": "How do other branches in government feel towards the subject?", "AnchorSentenceID": 4, "QuestionID": "00398", "AnswerSentenceID": 13}, {"Question": "When will the case be heard?", "AnchorSentenceID": 4, "QuestionID": "00399", "AnswerSentenceID": 14}, {"Question": "What is the significance of the case?", "AnchorSentenceID": 2, "QuestionID": "00400", "AnswerSentenceID": 15}, {"Question": "Why should the average citizen care?", "AnchorSentenceID": 3, "QuestionID": "00401", "AnswerSentenceID": 16}, {"Question": "How was Riley arrested?", "AnchorSentenceID": 2, "QuestionID": "00402", "AnswerSentenceID": 17}, {"Question": "How was he characterized?", "AnchorSentenceID": 17, "QuestionID": "00403", "AnswerSentenceID": 18}, {"Question": "How was he characterized?", "AnchorSentenceID": 17, "QuestionID": "00404", "AnswerSentenceID": 19}, {"Question": "Why did the police characterize Riley in this manor?", "AnchorSentenceID": 19, "QuestionID": "00405", "AnswerSentenceID": 20}], "ArticleID": "1499"}]}, {"Article": [{"qas": [{"Question": "what is the underdog of U.S. currency?", "AnchorSentenceID": 1, "QuestionID": "00406", "AnswerSentenceID": 2}, {"Question": "Why is the $2 bill important?", "AnchorSentenceID": 2, "QuestionID": "00407", "AnswerSentenceID": 3}, {"Question": "Who is the man?", "AnchorSentenceID": 3, "QuestionID": "00408", "AnswerSentenceID": 4}, {"Question": "Why is John Bennardo filming a documentary about the $2 bill?", "AnchorSentenceID": 4, "QuestionID": "00409", "AnswerSentenceID": 5}, {"Question": "Why is John Bennardo filming a documentary about the $2 bill?", "AnchorSentenceID": 4, "QuestionID": "00410", "AnswerSentenceID": 6}, {"Question": "Why is John Bennardo filming a documentary about the $2 bill?", "AnchorSentenceID": 4, "QuestionID": "00411", "AnswerSentenceID": 7}, {"Question": "how does it make for a story?", "AnchorSentenceID": 7, "QuestionID": "00412", "AnswerSentenceID": 8}, {"Question": "What makes the bill quirky?", "AnchorSentenceID": 8, "QuestionID": "00413", "AnswerSentenceID": 9}, {"Question": "What are some people's reactions to receiving $2 bills?", "AnchorSentenceID": 6, "QuestionID": "00414", "AnswerSentenceID": 10}, {"Question": "What does Bennardo do with $2 bills", "AnchorSentenceID": 5, "QuestionID": "00415", "AnswerSentenceID": 11}, {"Question": "How many does he save?", "AnchorSentenceID": 11, "QuestionID": "00416", "AnswerSentenceID": 12}, {"Question": "What inspired his filming of the documentary?", "AnchorSentenceID": 4, "QuestionID": "00417", "AnswerSentenceID": 13}, {"Question": "What inspired his filming of the documentary?", "AnchorSentenceID": 4, "QuestionID": "00418", "AnswerSentenceID": 14}, {"Question": "Who else is involved in the documentary?", "AnchorSentenceID": 14, "QuestionID": "00419", "AnswerSentenceID": 15}, {"Question": "Why is she passionate about the bill?", "AnchorSentenceID": 15, "QuestionID": "00420", "AnswerSentenceID": 16}, {"Question": "Why is she passionate about the bill?", "AnchorSentenceID": 15, "QuestionID": "00421", "AnswerSentenceID": 17}, {"Question": "How did he get funding?", "AnchorSentenceID": 4, "QuestionID": "00422", "AnswerSentenceID": 18}, {"Question": "Where is he going?", "AnchorSentenceID": 4, "QuestionID": "00423", "AnswerSentenceID": 19}, {"Question": "What did they find in South Florida?", "AnchorSentenceID": 19, "QuestionID": "00424", "AnswerSentenceID": 20}, {"Question": "What is the underdog of U.S. currency?", "AnchorSentenceID": 1, "QuestionID": "00425", "AnswerSentenceID": 2}, {"Question": "Is the $2 bill receiving increased attention?", "AnchorSentenceID": 1, "QuestionID": "00426", "AnswerSentenceID": 3}, {"Question": "How will the $2 bill get its time in the limelight?", "AnchorSentenceID": 3, "QuestionID": "00427", "AnswerSentenceID": 4}, {"Question": "Does Bennardo think that other people are interested in the $2 bill?", "AnchorSentenceID": 4, "QuestionID": "00428", "AnswerSentenceID": 5}, {"Question": "Why does he think everyone is curious about it?", "AnchorSentenceID": 5, "QuestionID": "00429", "AnswerSentenceID": 6}, {"Question": "Why does the $2 bill make for quite a story?", "AnchorSentenceID": 7, "QuestionID": "00430", "AnswerSentenceID": 8}, {"Question": "How is it more than a collector's item?", "AnchorSentenceID": 8, "QuestionID": "00431", "AnswerSentenceID": 9}, {"Question": "Why are $2 bills more likely to be found in a dresser than in a cash register?", "AnchorSentenceID": 1, "QuestionID": "00432", "AnswerSentenceID": 10}, {"Question": "What does Bennardo do with $2 bills?", "AnchorSentenceID": 10, "QuestionID": "00433", "AnswerSentenceID": 11}, {"Question": "How many $2 bills has Bennardo saved?", "AnchorSentenceID": 11, "QuestionID": "00434", "AnswerSentenceID": 12}, {"Question": "How did Bennardo get the idea to make the documentary?", "AnchorSentenceID": 4, "QuestionID": "00435", "AnswerSentenceID": 13}, {"Question": "How did Bennardo get the idea to make the documentary?", "AnchorSentenceID": 4, "QuestionID": "00436", "AnswerSentenceID": 14}, {"Question": "Is Bennardo making this documentary alone?", "AnchorSentenceID": 4, "QuestionID": "00437", "AnswerSentenceID": 15}, {"Question": "What is Shainman's connection to the $2 bill?", "AnchorSentenceID": 15, "QuestionID": "00438", "AnswerSentenceID": 16}, {"Question": "Why is Shainman passionate about the bill?", "AnchorSentenceID": 15, "QuestionID": "00439", "AnswerSentenceID": 17}, {"Question": "What progress has been made on the documentary?", "AnchorSentenceID": 4, "QuestionID": "00440", "AnswerSentenceID": 18}, {"Question": "Where has he gone in the country?", "AnchorSentenceID": 4, "QuestionID": "00441", "AnswerSentenceID": 19}, {"Question": "What were his stops in South Florida?", "AnchorSentenceID": 19, "QuestionID": "00442", "AnswerSentenceID": 20}], "ArticleID": "1500"}]}, {"Article": [{"qas": [{"Question": "Where is the ICC headquarters?", "AnchorSentenceID": 1, "QuestionID": "00443", "AnswerSentenceID": 2}, {"Question": "What is the nature of the bribe?", "AnchorSentenceID": 1, "QuestionID": "00444", "AnswerSentenceID": 3}, {"Question": "What players are involved in the scandal?", "AnchorSentenceID": 1, "QuestionID": "00445", "AnswerSentenceID": 4}, {"Question": "Who made the bribe offers?", "AnchorSentenceID": 1, "QuestionID": "00446", "AnswerSentenceID": 5}, {"Question": "Are there more players involved?", "AnchorSentenceID": 4, "QuestionID": "00447", "AnswerSentenceID": 6}, {"Question": "What did Halbish have to say about the case?", "AnchorSentenceID": 1, "QuestionID": "00448", "AnswerSentenceID": 7}, {"Question": "How did the ACB respond to the request?", "AnchorSentenceID": 7, "QuestionID": "00449", "AnswerSentenceID": 8}, {"Question": "Do they have anything else to say regarding the subject?", "AnchorSentenceID": 8, "QuestionID": "00450", "AnswerSentenceID": 9}, {"Question": "What were the stipulations of the bribes?", "AnchorSentenceID": 1, "QuestionID": "00451", "AnswerSentenceID": 11}, {"Question": "What was the outcome of the game?", "AnchorSentenceID": 11, "QuestionID": "00452", "AnswerSentenceID": 12}, {"Question": "Who offered the bribes to the players?", "AnchorSentenceID": 1, "QuestionID": "00453", "AnswerSentenceID": 13}, {"Question": "Was this prominent person Malik?", "AnchorSentenceID": 13, "QuestionID": "00454", "AnswerSentenceID": 14}, {"Question": "What does Malik have to say for himself?", "AnchorSentenceID": 14, "QuestionID": "00455", "AnswerSentenceID": 15}, {"Question": "What does Malik have to say for himself?", "AnchorSentenceID": 14, "QuestionID": "00456", "AnswerSentenceID": 16}, {"Question": "What does Malik have to say for himself?", "AnchorSentenceID": 14, "QuestionID": "00457", "AnswerSentenceID": 17}, {"Question": "Is Malik wealthy enough to do such a thing?", "AnchorSentenceID": 14, "QuestionID": "00458", "AnswerSentenceID": 18}, {"Question": "What does Malik have to say for himself?", "AnchorSentenceID": 14, "QuestionID": "00459", "AnswerSentenceID": 19}, {"Question": "What does Malik plan to do?", "AnchorSentenceID": 14, "QuestionID": "00460", "AnswerSentenceID": 20}, {"Question": "Where is the International Cricket Council located?", "AnchorSentenceID": 1, "QuestionID": "00461", "AnswerSentenceID": 2}, {"Question": "When were the bribes allegedly made?", "AnchorSentenceID": 1, "QuestionID": "00462", "AnswerSentenceID": 3}, {"Question": "Who are the leading players who were allegedly bribed?", "AnchorSentenceID": 1, "QuestionID": "00463", "AnswerSentenceID": 4}, {"Question": "Who is the accused?", "AnchorSentenceID": 1, "QuestionID": "00464", "AnswerSentenceID": 5}, {"Question": "Who else was offered bribes?", "AnchorSentenceID": 3, "QuestionID": "00465", "AnswerSentenceID": 6}, {"Question": "Did the ICC request that the ACB send all information?", "AnchorSentenceID": 1, "QuestionID": "00466", "AnswerSentenceID": 7}, {"Question": "How did the ACB respond to the request?", "AnchorSentenceID": 7, "QuestionID": "00467", "AnswerSentenceID": 8}, {"Question": "Does the ACB have any further comment on the matter?", "AnchorSentenceID": 4, "QuestionID": "00468", "AnswerSentenceID": 9}, {"Question": "Will the ACB be involved further in the investigation?", "AnchorSentenceID": 9, "QuestionID": "00469", "AnswerSentenceID": 10}, {"Question": "Are there any details as to the bribes they were offered?", "AnchorSentenceID": 4, "QuestionID": "00470", "AnswerSentenceID": 11}, {"Question": "Who won the first Test?", "AnchorSentenceID": 11, "QuestionID": "00471", "AnswerSentenceID": 12}, {"Question": "Are there other theories about the identity of the briber?", "AnchorSentenceID": 5, "QuestionID": "00472", "AnswerSentenceID": 13}, {"Question": "How did the Age identify Malik as the culprit?", "AnchorSentenceID": 5, "QuestionID": "00473", "AnswerSentenceID": 14}, {"Question": "How did Malik respond?", "AnchorSentenceID": 5, "QuestionID": "00474", "AnswerSentenceID": 15}, {"Question": "Did Malik say anything further?", "AnchorSentenceID": 15, "QuestionID": "00475", "AnswerSentenceID": 16}, {"Question": "Was Malik surprised by the Age's report?", "AnchorSentenceID": 5, "QuestionID": "00476", "AnswerSentenceID": 17}, {"Question": "How did Malik deny the allegations?", "AnchorSentenceID": 5, "QuestionID": "00477", "AnswerSentenceID": 18}, {"Question": "How did Malik deny the allegations?", "AnchorSentenceID": 5, "QuestionID": "00478", "AnswerSentenceID": 19}, {"Question": "Does Malik plan on taking action against the allegations?", "AnchorSentenceID": 5, "QuestionID": "00479", "AnswerSentenceID": 20}], "ArticleID": "1441"}]}, {"Article": [{"qas": [{"Question": "What is the subject of the article?", "AnchorSentenceID": 1, "QuestionID": "00480", "AnswerSentenceID": 2}, {"Question": "Are these students and alumni sharing their finds?", "AnchorSentenceID": 2, "QuestionID": "00481", "AnswerSentenceID": 3}, {"Question": "What was the reaction to this discovery?", "AnchorSentenceID": 2, "QuestionID": "00482", "AnswerSentenceID": 4}, {"Question": "Are details of the creation known?", "AnchorSentenceID": 2, "QuestionID": "00483", "AnswerSentenceID": 5}, {"Question": "Was this reaction expected?", "AnchorSentenceID": 4, "QuestionID": "00484", "AnswerSentenceID": 6}, {"Question": "Why are Warhol fanatics so excited about this discovery?", "AnchorSentenceID": 4, "QuestionID": "00485", "AnswerSentenceID": 7}, {"Question": "Has the rarity of this discovery sparked any doubt?", "AnchorSentenceID": 7, "QuestionID": "00486", "AnswerSentenceID": 8}, {"Question": "Who is the person who doesn't believe Warhol made the images?", "AnchorSentenceID": 8, "QuestionID": "00487", "AnswerSentenceID": 9}, {"Question": "Are the researchers engaging with this man?", "AnchorSentenceID": 9, "QuestionID": "00488", "AnswerSentenceID": 10}, {"Question": "How significant would it be if Warhol didn't make the images?", "AnchorSentenceID": 9, "QuestionID": "00489", "AnswerSentenceID": 11}, {"Question": "Why would it not affect their historic value?", "AnchorSentenceID": 11, "QuestionID": "00490", "AnswerSentenceID": 12}, {"Question": "Are digital images equivalent to artwork?", "AnchorSentenceID": 2, "QuestionID": "00491", "AnswerSentenceID": 13}, {"Question": "Why are they not being called artwork?", "AnchorSentenceID": 13, "QuestionID": "00492", "AnswerSentenceID": 14}, {"Question": "Where had the computer disks been for the last 30 years?", "AnchorSentenceID": 2, "QuestionID": "00493", "AnswerSentenceID": 15}, {"Question": "What put the discovery process into motion?", "AnchorSentenceID": 15, "QuestionID": "00494", "AnswerSentenceID": 16}, {"Question": "How did the multimedia artist get the ball rolling?", "AnchorSentenceID": 16, "QuestionID": "00495", "AnswerSentenceID": 17}, {"Question": "Will the information be shared in any other form?", "AnchorSentenceID": 3, "QuestionID": "00496", "AnswerSentenceID": 18}, {"Question": "How did Arcangel contribute to the discovery?", "AnchorSentenceID": 17, "QuestionID": "00497", "AnswerSentenceID": 19}, {"Question": "Why did Warhol paint Debbie Harry on a computer on stage?", "AnchorSentenceID": 19, "QuestionID": "00498", "AnswerSentenceID": 20}], "ArticleID": "1494"}]}, {"Article": [{"qas": [{"Question": "what are California water authorities doing?", "AnchorSentenceID": 1, "QuestionID": "00499", "AnswerSentenceID": 2}, {"Question": "What is the context surrounding the water authorities actions?", "AnchorSentenceID": 2, "QuestionID": "00500", "AnswerSentenceID": 3}, {"Question": "who is making these assertions?", "AnchorSentenceID": 1, "QuestionID": "00501", "AnswerSentenceID": 4}, {"Question": "What is a perspective from a farmer on this issue?", "AnchorSentenceID": 4, "QuestionID": "00502", "AnswerSentenceID": 5}, {"Question": "Is it fear, or rational anger?", "AnchorSentenceID": 5, "QuestionID": "00503", "AnswerSentenceID": 6}, {"Question": "What is the argument centered around?", "AnchorSentenceID": 4, "QuestionID": "00504", "AnswerSentenceID": 7}, {"Question": "What is the farmers' perspective?", "AnchorSentenceID": 4, "QuestionID": "00505", "AnswerSentenceID": 8}, {"Question": "What is the perspective of environmental groups and fishers?", "AnchorSentenceID": 4, "QuestionID": "00506", "AnswerSentenceID": 9}, {"Question": "Why is the argument occurring now?", "AnchorSentenceID": 4, "QuestionID": "00507", "AnswerSentenceID": 10}, {"Question": "What was the result of the February and March storms?", "AnchorSentenceID": 10, "QuestionID": "00508", "AnswerSentenceID": 11}, {"Question": "What was the result of the February and March storms?", "AnchorSentenceID": 10, "QuestionID": "00509", "AnswerSentenceID": 12}, {"Question": "Which activist group acted fist?", "AnchorSentenceID": 12, "QuestionID": "00510", "AnswerSentenceID": 13}, {"Question": "How did the other groups respond?", "AnchorSentenceID": 13, "QuestionID": "00511", "AnswerSentenceID": 14}, {"Question": "What is the governments perspective on the events?", "AnchorSentenceID": 4, "QuestionID": "00512", "AnswerSentenceID": 15}, {"Question": "How long has the current conflict been ongoing?", "AnchorSentenceID": 4, "QuestionID": "00513", "AnswerSentenceID": 16}, {"Question": "Did the driest winter have a role in the magnitude of the conflict?", "AnchorSentenceID": 4, "QuestionID": "00514", "AnswerSentenceID": 17}, {"Question": "What is an opinion from a water authority?", "AnchorSentenceID": 3, "QuestionID": "00515", "AnswerSentenceID": 18}, {"Question": "What is an opinion from a water authority?", "AnchorSentenceID": 3, "QuestionID": "00516", "AnswerSentenceID": 19}, {"Question": "What is the actual significance of the overflowing rivers?", "AnchorSentenceID": 8, "QuestionID": "00517", "AnswerSentenceID": 20}, {"Question": "Are they doing anything else?", "AnchorSentenceID": 1, "QuestionID": "00518", "AnswerSentenceID": 2}, {"Question": "Where do these allegations come from?", "AnchorSentenceID": 1, "QuestionID": "00519", "AnswerSentenceID": 3}, {"Question": "Who is making these statements?", "AnchorSentenceID": 3, "QuestionID": "00520", "AnswerSentenceID": 4}, {"Question": "How will farmers be affected by this?", "AnchorSentenceID": 4, "QuestionID": "00521", "AnswerSentenceID": 5}, {"Question": "Why are people protesting?", "AnchorSentenceID": 3, "QuestionID": "00522", "AnswerSentenceID": 6}, {"Question": "What is causing the issue?", "AnchorSentenceID": 6, "QuestionID": "00523", "AnswerSentenceID": 7}, {"Question": "Why is this a perennial argument?", "AnchorSentenceID": 7, "QuestionID": "00524", "AnswerSentenceID": 8}, {"Question": "Why is this a perennial argument?", "AnchorSentenceID": 7, "QuestionID": "00525", "AnswerSentenceID": 9}, {"Question": "Why is this year a new level of crazy?", "AnchorSentenceID": 5, "QuestionID": "00526", "AnswerSentenceID": 10}, {"Question": "What was the effect of the storms?", "AnchorSentenceID": 10, "QuestionID": "00527", "AnswerSentenceID": 11}, {"Question": "How did more water cause an issue?", "AnchorSentenceID": 11, "QuestionID": "00528", "AnswerSentenceID": 12}, {"Question": "What did both sides say?", "AnchorSentenceID": 12, "QuestionID": "00529", "AnswerSentenceID": 13}, {"Question": "What did both sides say?", "AnchorSentenceID": 12, "QuestionID": "00530", "AnswerSentenceID": 14}, {"Question": "Did the California government have input on this issue?", "AnchorSentenceID": 7, "QuestionID": "00531", "AnswerSentenceID": 15}, {"Question": "What is the situation with emergency water management?", "AnchorSentenceID": 3, "QuestionID": "00532", "AnswerSentenceID": 16}, {"Question": "Is the argument this year much worse than normal?", "AnchorSentenceID": 7, "QuestionID": "00533", "AnswerSentenceID": 17}, {"Question": "Why does it stand out?", "AnchorSentenceID": 17, "QuestionID": "00534", "AnswerSentenceID": 18}, {"Question": "Why does it stand out?", "AnchorSentenceID": 17, "QuestionID": "00535", "AnswerSentenceID": 19}, {"Question": "How many people would be affected?", "AnchorSentenceID": 5, "QuestionID": "00536", "AnswerSentenceID": 20}], "ArticleID": "1495"}]}, {"Article": [{"qas": [{"Question": "Is the water safe to use in all of Charleston?", "AnchorSentenceID": 1, "QuestionID": "00537", "AnswerSentenceID": 2}, {"Question": "What may cause people to believe it was still contaminated?", "AnchorSentenceID": 2, "QuestionID": "00538", "AnswerSentenceID": 3}, {"Question": "Are people actually scared to drink it?", "AnchorSentenceID": 3, "QuestionID": "00539", "AnswerSentenceID": 4}, {"Question": "who was affected by the water crisis?", "AnchorSentenceID": 1, "QuestionID": "00540", "AnswerSentenceID": 6}, {"Question": "what was the municipal impact of the crisis?", "AnchorSentenceID": 6, "QuestionID": "00541", "AnswerSentenceID": 7}, {"Question": "what did the city instruct for water use?", "AnchorSentenceID": 7, "QuestionID": "00542", "AnswerSentenceID": 8}, {"Question": "What did the local infrastructure do in order to resolve the crisis?", "AnchorSentenceID": 8, "QuestionID": "00543", "AnswerSentenceID": 9}, {"Question": "Is the crisis mostly resolved?", "AnchorSentenceID": 1, "QuestionID": "00544", "AnswerSentenceID": 10}, {"Question": "Is the crisis mostly resolved?", "AnchorSentenceID": 1, "QuestionID": "00545", "AnswerSentenceID": 11}, {"Question": "Will there be any litigation in response to the crisis?", "AnchorSentenceID": 1, "QuestionID": "00546", "AnswerSentenceID": 12}, {"Question": "How were people getting water?", "AnchorSentenceID": 1, "QuestionID": "00547", "AnswerSentenceID": 13}, {"Question": "how much water was given away?", "AnchorSentenceID": 13, "QuestionID": "00548", "AnswerSentenceID": 14}, {"Question": "how much water was given away?", "AnchorSentenceID": 13, "QuestionID": "00549", "AnswerSentenceID": 15}, {"Question": "How were the firefighters holding up?", "AnchorSentenceID": 15, "QuestionID": "00550", "AnswerSentenceID": 16}, {"Question": "What were the firefighters doing for water?", "AnchorSentenceID": 16, "QuestionID": "00551", "AnswerSentenceID": 17}, {"Question": "Was he okay with reusing water?", "AnchorSentenceID": 17, "QuestionID": "00552", "AnswerSentenceID": 18}, {"Question": "Was he okay with reusing water?", "AnchorSentenceID": 17, "QuestionID": "00553", "AnswerSentenceID": 19}, {"Question": "Was he okay with reusing water?", "AnchorSentenceID": 17, "QuestionID": "00554", "AnswerSentenceID": 20}, {"Question": "How long until life will return to normal for most of the people?", "AnchorSentenceID": 1, "QuestionID": "00555", "AnswerSentenceID": 2}, {"Question": "Did officials say anything else?", "AnchorSentenceID": 2, "QuestionID": "00556", "AnswerSentenceID": 3}, {"Question": "How have civilians reacted to this?", "AnchorSentenceID": 2, "QuestionID": "00557", "AnswerSentenceID": 4}, {"Question": "How much of the population has their water back?", "AnchorSentenceID": 1, "QuestionID": "00558", "AnswerSentenceID": 5}, {"Question": "how many people total were affected?", "AnchorSentenceID": 1, "QuestionID": "00559", "AnswerSentenceID": 6}, {"Question": "What kinds of businesses were affected?", "AnchorSentenceID": 1, "QuestionID": "00560", "AnswerSentenceID": 7}, {"Question": "Did officials say anything else?", "AnchorSentenceID": 2, "QuestionID": "00561", "AnswerSentenceID": 8}, {"Question": "What kinds of businesses were affected?", "AnchorSentenceID": 1, "QuestionID": "00562", "AnswerSentenceID": 9}, {"Question": "What areas were designated safe?", "AnchorSentenceID": 2, "QuestionID": "00563", "AnswerSentenceID": 10}, {"Question": "Has legal action been taken?", "AnchorSentenceID": 1, "QuestionID": "00564", "AnswerSentenceID": 12}, {"Question": "What relief efforts have there been?", "AnchorSentenceID": 1, "QuestionID": "00565", "AnswerSentenceID": 13}, {"Question": "What relief efforts have there been?", "AnchorSentenceID": 1, "QuestionID": "00566", "AnswerSentenceID": 14}, {"Question": "Was the fire station affected?", "AnchorSentenceID": 13, "QuestionID": "00567", "AnswerSentenceID": 16}, {"Question": "Were people collecting water for redistribution?", "AnchorSentenceID": 15, "QuestionID": "00568", "AnswerSentenceID": 17}, {"Question": "Did Casdorph say anything else?", "AnchorSentenceID": 17, "QuestionID": "00569", "AnswerSentenceID": 18}, {"Question": "Did Casdorph take a shower?", "AnchorSentenceID": 18, "QuestionID": "00570", "AnswerSentenceID": 19}, {"Question": "Does he regret this?", "AnchorSentenceID": 19, "QuestionID": "00571", "AnswerSentenceID": 20}], "ArticleID": "901"}]}, {"Article": [{"qas": [{"Question": "Why was the AHFO in Beijing?", "AnchorSentenceID": 1, "QuestionID": "00572", "AnswerSentenceID": 2}, {"Question": "What is the American Hollywood Film Orchestra?", "AnchorSentenceID": 1, "QuestionID": "00573", "AnswerSentenceID": 3}, {"Question": "How is the group motley?", "AnchorSentenceID": 2, "QuestionID": "00574", "AnswerSentenceID": 4}, {"Question": "Is this strategy consistently successful?", "AnchorSentenceID": 4, "QuestionID": "00575", "AnswerSentenceID": 5}, {"Question": "Is this strategy consistently successful?", "AnchorSentenceID": 4, "QuestionID": "00576", "AnswerSentenceID": 6}, {"Question": "Why was Nolan angry?", "AnchorSentenceID": 6, "QuestionID": "00577", "AnswerSentenceID": 7}, {"Question": "How was the problem fixed?", "AnchorSentenceID": 7, "QuestionID": "00578", "AnswerSentenceID": 10}, {"Question": "What is the Rakoczi March?", "AnchorSentenceID": 11, "QuestionID": "00579", "AnswerSentenceID": 12}, {"Question": "Why is the AHFO touring China?", "AnchorSentenceID": 2, "QuestionID": "00580", "AnswerSentenceID": 13}, {"Question": "How is the demand insatiable?", "AnchorSentenceID": 13, "QuestionID": "00581", "AnswerSentenceID": 14}, {"Question": "Has the AHFO been to China before?", "AnchorSentenceID": 3, "QuestionID": "00582", "AnswerSentenceID": 15}, {"Question": "Who are the members of the orchestra?", "AnchorSentenceID": 1, "QuestionID": "00583", "AnswerSentenceID": 16}, {"Question": "Who are the members of the orchestra?", "AnchorSentenceID": 1, "QuestionID": "00584", "AnswerSentenceID": 17}, {"Question": "Who are the members of the orchestra?", "AnchorSentenceID": 1, "QuestionID": "00585", "AnswerSentenceID": 18}, {"Question": "Who are the members of the orchestra?", "AnchorSentenceID": 1, "QuestionID": "00586", "AnswerSentenceID": 19}, {"Question": "Do audiences usually enjoy the show?", "AnchorSentenceID": 3, "QuestionID": "00587", "AnswerSentenceID": 20}, {"Question": "What is the context of this Vaudevillian moment?", "AnchorSentenceID": 1, "QuestionID": "00588", "AnswerSentenceID": 2}, {"Question": "What makes this group motley?", "AnchorSentenceID": 2, "QuestionID": "00589", "AnswerSentenceID": 3}, {"Question": "What makes this group motley?", "AnchorSentenceID": 2, "QuestionID": "00590", "AnswerSentenceID": 4}, {"Question": "What are some consequences to borrowing instruments?", "AnchorSentenceID": 4, "QuestionID": "00591", "AnswerSentenceID": 5}, {"Question": "What are some consequences to borrowing instruments?", "AnchorSentenceID": 4, "QuestionID": "00592", "AnswerSentenceID": 6}, {"Question": "Why was Nolan upset?", "AnchorSentenceID": 6, "QuestionID": "00593", "AnswerSentenceID": 7}, {"Question": "What makes this group motley?", "AnchorSentenceID": 2, "QuestionID": "00594", "AnswerSentenceID": 8}, {"Question": "did things work out?", "AnchorSentenceID": 8, "QuestionID": "00595", "AnswerSentenceID": 9}, {"Question": "how did the drum situation become resolved?", "AnchorSentenceID": 7, "QuestionID": "00596", "AnswerSentenceID": 10}, {"Question": "how did the show precede?", "AnchorSentenceID": 10, "QuestionID": "00597", "AnswerSentenceID": 11}, {"Question": "Was the song in accordance with the theme?", "AnchorSentenceID": 10, "QuestionID": "00598", "AnswerSentenceID": 12}, {"Question": "What is the tour like?", "AnchorSentenceID": 2, "QuestionID": "00599", "AnswerSentenceID": 13}, {"Question": "How insatiable is China for Western orchestral music?", "AnchorSentenceID": 13, "QuestionID": "00600", "AnswerSentenceID": 14}, {"Question": "How long has the orchestra been touring?", "AnchorSentenceID": 13, "QuestionID": "00601", "AnswerSentenceID": 15}, {"Question": "Where do the members come from?", "AnchorSentenceID": 15, "QuestionID": "00602", "AnswerSentenceID": 16}, {"Question": "Are there any exceptions to the US demographics?", "AnchorSentenceID": 17, "QuestionID": "00603", "AnswerSentenceID": 17}, {"Question": "Is Charpie from Hollywood?", "AnchorSentenceID": 17, "QuestionID": "00604", "AnswerSentenceID": 18}, {"Question": "what is the age demographics of the group?", "AnchorSentenceID": 16, "QuestionID": "00605", "AnswerSentenceID": 19}, {"Question": "what is the fame status of the group?", "AnchorSentenceID": 2, "QuestionID": "00606", "AnswerSentenceID": 20}], "ArticleID": "902"}]}, {"Article": [{"qas": [{"Question": "How could the sun help?", "AnchorSentenceID": 1, "QuestionID": "00607", "AnswerSentenceID": 2}, {"Question": "What was previously used?", "AnchorSentenceID": 2, "QuestionID": "00608", "AnswerSentenceID": 3}, {"Question": "Who is creating these new tags?", "AnchorSentenceID": 2, "QuestionID": "00609", "AnswerSentenceID": 4}, {"Question": "How are the tags like a smartphone?", "AnchorSentenceID": 4, "QuestionID": "00610", "AnswerSentenceID": 5}, {"Question": "What species of shark are involved?", "AnchorSentenceID": 1, "QuestionID": "00611", "AnswerSentenceID": 6}, {"Question": "What is the purpose of studying their movements?", "AnchorSentenceID": 2, "QuestionID": "00612", "AnswerSentenceID": 7}, {"Question": "Why are sharks hunted?", "AnchorSentenceID": 1, "QuestionID": "00613", "AnswerSentenceID": 8}, {"Question": "How well are shark migration patterns understood?", "AnchorSentenceID": 7, "QuestionID": "00614", "AnswerSentenceID": 9}, {"Question": "What does 'highly migratory' entail?", "AnchorSentenceID": 9, "QuestionID": "00615", "AnswerSentenceID": 10}, {"Question": "What does 'highly migratory' entail?", "AnchorSentenceID": 9, "QuestionID": "00616", "AnswerSentenceID": 11}, {"Question": "Have these new tags been tested yet?", "AnchorSentenceID": 2, "QuestionID": "00617", "AnswerSentenceID": 12}, {"Question": "What agencies have already used them?", "AnchorSentenceID": 12, "QuestionID": "00618", "AnswerSentenceID": 13}, {"Question": "Are these tags proven to be more effective?", "AnchorSentenceID": 2, "QuestionID": "00619", "AnswerSentenceID": 14}, {"Question": "Have there been any failures with the tags?", "AnchorSentenceID": 14, "QuestionID": "00620", "AnswerSentenceID": 15}, {"Question": "What kind of data is collected?", "AnchorSentenceID": 2, "QuestionID": "00621", "AnswerSentenceID": 16}, {"Question": "What happens to the data after it is beamed to the satellite?", "AnchorSentenceID": 16, "QuestionID": "00622", "AnswerSentenceID": 17}, {"Question": "How do the tags work?", "AnchorSentenceID": 2, "QuestionID": "00623", "AnswerSentenceID": 18}, {"Question": "What happens after 6 months?", "AnchorSentenceID": 18, "QuestionID": "00624", "AnswerSentenceID": 19}, {"Question": "What is the purpose of detaching and floating to the surface?", "AnchorSentenceID": 19, "QuestionID": "00625", "AnswerSentenceID": 20}, {"Question": "What are reseachers doing?", "AnchorSentenceID": 1, "QuestionID": "00626", "AnswerSentenceID": 2}, {"Question": "What makes these tags special?", "AnchorSentenceID": 2, "QuestionID": "00627", "AnswerSentenceID": 3}, {"Question": "How are these tags viewed by researchers?", "AnchorSentenceID": 2, "QuestionID": "00628", "AnswerSentenceID": 4}, {"Question": "What makes this tag like a smartphone?", "AnchorSentenceID": 4, "QuestionID": "00629", "AnswerSentenceID": 5}, {"Question": "What kinds of fish and sharks will receive these tags?", "AnchorSentenceID": 2, "QuestionID": "00630", "AnswerSentenceID": 6}, {"Question": "Why do researchers use tags?", "AnchorSentenceID": 2, "QuestionID": "00631", "AnswerSentenceID": 7}, {"Question": "What is the importance of sharks?", "AnchorSentenceID": 1, "QuestionID": "00632", "AnswerSentenceID": 8}, {"Question": "What information has already been learned about sharks?", "AnchorSentenceID": 7, "QuestionID": "00633", "AnswerSentenceID": 9}, {"Question": "What information has already been learned about sharks?", "AnchorSentenceID": 7, "QuestionID": "00634", "AnswerSentenceID": 10}, {"Question": "What information has already been learned about sharks?", "AnchorSentenceID": 7, "QuestionID": "00635", "AnswerSentenceID": 11}, {"Question": "How prevalent are the solar tags?", "AnchorSentenceID": 6, "QuestionID": "00636", "AnswerSentenceID": 12}, {"Question": "What are they being used on?", "AnchorSentenceID": 12, "QuestionID": "00637", "AnswerSentenceID": 13}, {"Question": "Are solar tags as successful as it is hoped they will be?", "AnchorSentenceID": 3, "QuestionID": "00638", "AnswerSentenceID": 14}, {"Question": "Are solar tags as successful as it is hoped they will be?", "AnchorSentenceID": 14, "QuestionID": "00639", "AnswerSentenceID": 15}, {"Question": "What kinds of data does the tag transmit?", "AnchorSentenceID": 3, "QuestionID": "00640", "AnswerSentenceID": 16}, {"Question": "Where does that information go?", "AnchorSentenceID": 16, "QuestionID": "00641", "AnswerSentenceID": 17}, {"Question": "how do the tags deal with indirect sunlight?", "AnchorSentenceID": 2, "QuestionID": "00642", "AnswerSentenceID": 18}, {"Question": "how do the tags deal with indirect sunlight?", "AnchorSentenceID": 2, "QuestionID": "00643", "AnswerSentenceID": 19}, {"Question": "how do the tags deal with indirect sunlight?", "AnchorSentenceID": 2, "QuestionID": "00644", "AnswerSentenceID": 20}], "ArticleID": "903"}]}, {"Article": [{"qas": [{"Question": "Are these campaigns effective?", "AnchorSentenceID": 1, "QuestionID": "00645", "AnswerSentenceID": 2}, {"Question": "How are poorer communities being affected?", "AnchorSentenceID": 1, "QuestionID": "00646", "AnswerSentenceID": 3}, {"Question": "What are the statistics on child obesity?", "AnchorSentenceID": 1, "QuestionID": "00647", "AnswerSentenceID": 4}, {"Question": "Do these statistics change when we examine only lower education families?", "AnchorSentenceID": 2, "QuestionID": "00648", "AnswerSentenceID": 5}, {"Question": "How did the higher educated families do?", "AnchorSentenceID": 5, "QuestionID": "00649", "AnswerSentenceID": 6}, {"Question": "is the real problem the socioeconomic gap?", "AnchorSentenceID": 2, "QuestionID": "00650", "AnswerSentenceID": 7}, {"Question": "Is there areas where socioeconomics play less of a role?", "AnchorSentenceID": 7, "QuestionID": "00651", "AnswerSentenceID": 8}, {"Question": "When do socioeconomics become factors?", "AnchorSentenceID": 8, "QuestionID": "00652", "AnswerSentenceID": 9}, {"Question": "do socioeconomics play more roles in national health?", "AnchorSentenceID": 2, "QuestionID": "00653", "AnswerSentenceID": 10}, {"Question": "is the problem related to information distribution?", "AnchorSentenceID": 10, "QuestionID": "00654", "AnswerSentenceID": 11}, {"Question": "does activity and exercise diverge between rich and poor communities?", "AnchorSentenceID": 2, "QuestionID": "00655", "AnswerSentenceID": 12}, {"Question": "What are the statistics on the difference in activity?", "AnchorSentenceID": 12, "QuestionID": "00656", "AnswerSentenceID": 13}, {"Question": "What are the statistics on the difference in activity?", "AnchorSentenceID": 12, "QuestionID": "00657", "AnswerSentenceID": 14}, {"Question": "What are the statistics on the difference in activity?", "AnchorSentenceID": 12, "QuestionID": "00658", "AnswerSentenceID": 15}, {"Question": "What are the statistics on the difference in activity?", "AnchorSentenceID": 12, "QuestionID": "00659", "AnswerSentenceID": 16}, {"Question": "What about lower levels of activity?", "AnchorSentenceID": 13, "QuestionID": "00660", "AnswerSentenceID": 17}, {"Question": "What about lower levels of activity?", "AnchorSentenceID": 13, "QuestionID": "00661", "AnswerSentenceID": 18}, {"Question": "What about the eating habits?", "AnchorSentenceID": 2, "QuestionID": "00662", "AnswerSentenceID": 19}, {"Question": "Has there been a reduction in calorie consumption?", "AnchorSentenceID": 19, "QuestionID": "00663", "AnswerSentenceID": 20}], "ArticleID": "905"}]}, {"Article": [{"qas": [{"Question": "Is the teenager being offered help?", "AnchorSentenceID": 1, "QuestionID": "00664", "AnswerSentenceID": 2}, {"Question": "Is he still rejecting help?", "AnchorSentenceID": 2, "QuestionID": "00665", "AnswerSentenceID": 3}, {"Question": "What was his diagnosis and subsequent treatment?", "AnchorSentenceID": 3, "QuestionID": "00666", "AnswerSentenceID": 4}, {"Question": "How does this instance relate to a national concern?", "AnchorSentenceID": 1, "QuestionID": "00667", "AnswerSentenceID": 5}, {"Question": "What is there to be done about the untreated mental illness?", "AnchorSentenceID": 5, "QuestionID": "00668", "AnswerSentenceID": 6}, {"Question": "What is a result of this lack of requirement?", "AnchorSentenceID": 6, "QuestionID": "00669", "AnswerSentenceID": 7}, {"Question": "What varies in the screenings?", "AnchorSentenceID": 7, "QuestionID": "00670", "AnswerSentenceID": 8}, {"Question": "What is a consequence of this failure to screen?", "AnchorSentenceID": 8, "QuestionID": "00671", "AnswerSentenceID": 9}, {"Question": "What do experts say about the lack of consistent screenings?", "AnchorSentenceID": 9, "QuestionID": "00672", "AnswerSentenceID": 10}, {"Question": "What are Mike Dennis' qualifications?", "AnchorSentenceID": 10, "QuestionID": "00673", "AnswerSentenceID": 11}, {"Question": "How is the Illinois teen benefitting from school provided treatment and care?", "AnchorSentenceID": 4, "QuestionID": "00674", "AnswerSentenceID": 12}, {"Question": "What does the teen feel?", "AnchorSentenceID": 12, "QuestionID": "00675", "AnswerSentenceID": 13}, {"Question": "Are we able to know what schools offer screenings?", "AnchorSentenceID": 7, "QuestionID": "00676", "AnswerSentenceID": 14}, {"Question": "How severe is the variance?", "AnchorSentenceID": 14, "QuestionID": "00677", "AnswerSentenceID": 15}, {"Question": "Where should the support for these programs be provided from?", "AnchorSentenceID": 14, "QuestionID": "00678", "AnswerSentenceID": 16}, {"Question": "What are two cities that offer good programs?", "AnchorSentenceID": 15, "QuestionID": "00679", "AnswerSentenceID": 17}, {"Question": "What are some other examples of different screenings?", "AnchorSentenceID": 17, "QuestionID": "00680", "AnswerSentenceID": 18}, {"Question": "Is the financial support for these mental health programs dropping?", "AnchorSentenceID": 15, "QuestionID": "00681", "AnswerSentenceID": 19}, {"Question": "When do mental health issues start to develop?", "AnchorSentenceID": 1, "QuestionID": "00682", "AnswerSentenceID": 20}, {"Question": "Was the child offered support by his school?", "AnchorSentenceID": 1, "QuestionID": "00683", "AnswerSentenceID": 2}, {"Question": "Did he later change his mind?", "AnchorSentenceID": 2, "QuestionID": "00684", "AnswerSentenceID": 3}, {"Question": "What treatment did he receive?", "AnchorSentenceID": 3, "QuestionID": "00685", "AnswerSentenceID": 4}, {"Question": "Does mental illness often manifest in these ways?", "AnchorSentenceID": 2, "QuestionID": "00686", "AnswerSentenceID": 5}, {"Question": "How is mental health among teens being addressed?", "AnchorSentenceID": 5, "QuestionID": "00687", "AnswerSentenceID": 6}, {"Question": "Are screenings widely standardized in the country?", "AnchorSentenceID": 6, "QuestionID": "00688", "AnswerSentenceID": 7}, {"Question": "How widely do they vary?", "AnchorSentenceID": 7, "QuestionID": "00689", "AnswerSentenceID": 8}, {"Question": "What do health professionals think of the screening criteria?", "AnchorSentenceID": 7, "QuestionID": "00690", "AnswerSentenceID": 9}, {"Question": "What do health professionals think of the screening criteria?", "AnchorSentenceID": 8, "QuestionID": "00691", "AnswerSentenceID": 10}, {"Question": "Who is Mike Dennis?", "AnchorSentenceID": 10, "QuestionID": "00692", "AnswerSentenceID": 11}, {"Question": "How is he faring in group therapy?", "AnchorSentenceID": 4, "QuestionID": "00693", "AnswerSentenceID": 12}, {"Question": "What is the teen's opinion of mental health treatment?", "AnchorSentenceID": 4, "QuestionID": "00694", "AnswerSentenceID": 13}, {"Question": "Why do screenings vary so widely?", "AnchorSentenceID": 7, "QuestionID": "00695", "AnswerSentenceID": 14}, {"Question": "How widely do they vary?", "AnchorSentenceID": 7, "QuestionID": "00696", "AnswerSentenceID": 15}, {"Question": "Are any states consistently providing high-quality mental health support?", "AnchorSentenceID": 7, "QuestionID": "00697", "AnswerSentenceID": 16}, {"Question": "What are some areas that provide good mental health treatment?", "AnchorSentenceID": 15, "QuestionID": "00698", "AnswerSentenceID": 17}, {"Question": "How do other cities address student mental health?", "AnchorSentenceID": 17, "QuestionID": "00699", "AnswerSentenceID": 18}, {"Question": "How do other cities address student mental health?", "AnchorSentenceID": 17, "QuestionID": "00700", "AnswerSentenceID": 19}, {"Question": "Is mental health a more significant issue in teens than in younger children?", "AnchorSentenceID": 5, "QuestionID": "00701", "AnswerSentenceID": 20}], "ArticleID": "906"}]}, {"Article": [{"qas": [{"Question": "Was there something about DragonVale Nussbaum didn't know?", "AnchorSentenceID": 1, "QuestionID": "00702", "AnswerSentenceID": 2}, {"Question": "How much money was he spending?", "AnchorSentenceID": 2, "QuestionID": "00703", "AnswerSentenceID": 3}, {"Question": "What was Nussbaum's reaction?", "AnchorSentenceID": 3, "QuestionID": "00704", "AnswerSentenceID": 4}, {"Question": "How did Nussbaum discover the truth?", "AnchorSentenceID": 4, "QuestionID": "00705", "AnswerSentenceID": 5}, {"Question": "Is this a common occurrence?", "AnchorSentenceID": 2, "QuestionID": "00706", "AnswerSentenceID": 7}, {"Question": "Did the FTC comment?", "AnchorSentenceID": 7, "QuestionID": "00707", "AnswerSentenceID": 8}, {"Question": "How is a refund being justified?", "AnchorSentenceID": 7, "QuestionID": "00708", "AnswerSentenceID": 9}, {"Question": "How is a refund being justified?", "AnchorSentenceID": 7, "QuestionID": "00709", "AnswerSentenceID": 10}, {"Question": "Did Apple officials comment?", "AnchorSentenceID": 11, "QuestionID": "00710", "AnswerSentenceID": 12}, {"Question": "Did Apple officials comment?", "AnchorSentenceID": 11, "QuestionID": "00711", "AnswerSentenceID": 13}, {"Question": "Did Nussbaum get refunded?", "AnchorSentenceID": 7, "QuestionID": "00712", "AnswerSentenceID": 14}, {"Question": "Did her son know he was spending real money?", "AnchorSentenceID": 2, "QuestionID": "00713", "AnswerSentenceID": 15}, {"Question": "How did he react?", "AnchorSentenceID": 15, "QuestionID": "00714", "AnswerSentenceID": 16}, {"Question": "What further action did Nussbaum take?", "AnchorSentenceID": 14, "QuestionID": "00715", "AnswerSentenceID": 17}, {"Question": "Has everybody this happened to received a refund?", "AnchorSentenceID": 7, "QuestionID": "00716", "AnswerSentenceID": 18}, {"Question": "What are the purchases in Tap Pet Hotel?", "AnchorSentenceID": 18, "QuestionID": "00717", "AnswerSentenceID": 19}], "ArticleID": "907"}]}] --------------------------------------------------------------------------------