Repository: apple/ml-mkqa
Branch: main
Commit: 651b8cc85c40
Files: 18
Total size: 4.1 MB
Directory structure:
gitextract_i684binf/
├── .gitignore
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── mkqa_eval.py
├── mkqa_eval_all_languages.py
├── mkqa_eval_util.py
├── requirements.txt
├── sample_predictions/
│ ├── en.jsonl
│ ├── es.jsonl
│ ├── results/
│ │ ├── en_results/
│ │ │ └── metrics.json
│ │ ├── es_results/
│ │ │ └── metrics.json
│ │ ├── metrics.json
│ │ └── zh_cn_results/
│ │ └── metrics.json
│ └── zh_cn.jsonl
└── tests/
├── test_mkqa_eval.py
└── testdata/
└── en_prediction.jsonl
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
__pycache__
*.pyc
.DS_STORE
.idea
================================================
FILE: CODE_OF_CONDUCT.md
================================================
# Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment
include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
## Scope
This Code of Conduct applies within all project spaces, and it also applies when
an individual is representing the project or its community in public spaces.
Examples of representing a project or community include using an official
project e-mail address, posting via an official social media account, or acting
as an appointed representative at an online or offline event. Representation of
a project may be further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the open source team at [opensource-conduct@group.apple.com](mailto:opensource-conduct@group.apple.com). All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.4,
available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html)
================================================
FILE: CONTRIBUTING.md
================================================
# Contribution Guide
Thanks for your interest in contributing. This project was released to accompany a research paper for purposes of reproducability, and beyond its publication there are limited plans for future development of the repository.
While we welcome new pull requests and issues please note that our response may be limited. Forks and out-of-tree improvements are strongly encouraged.
## Before you get started
By submitting a pull request, you represent that you have the right to license your contribution to Apple and the community, and agree by submitting the patch that your contributions are licensed under the [LICENSE](LICENSE).
We ask that all community members read and observe our [Code of Conduct](CODE_OF_CONDUCT.md).
================================================
FILE: LICENSE
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
================================================
FILE: README.md
================================================
# MKQA: Multilingual Knowledge Questions & Answers
[**Tasks**](#task-description) | [**Dataset**](#dataset) | [**Leaderboard**](#leaderboard) | [**Evaluation**](#evaluation) |
[**Paper**](https://arxiv.org/abs/2007.15207) |
[**Citation**](#citation) | [**License**](#license)
We introduce MKQA, an open-domain question answering evaluation set comprising 10k question-answer pairs
aligned across 26 typologically diverse languages (260k question-answer pairs in total).
The goal of this dataset is to provide a challenging benchmark for question answering quality across a wide set of
languages. Please refer to our paper for details, [MKQA: A Linguistically Diverse Benchmark for Multilingual Open Domain Question Answering](https://arxiv.org/abs/2007.15207)
## Task Description
Given a question ql in language `l`, the task is to produce a prediction pl in {No Answer, Yes, No, Text Answer},
where a Text Answer is a span of tokens in the corresponding language.
pl can be obtained by any method, extracted from a document, generated, or derived from a knowledge graph.
Wherever possible, textual answers are accompanied by Wikidata QIDs, for entity linking and evaluating knowledge graph approaches.
These QIDs also enable automatic translations for most answers into any Wikipedia language through the Wikidata knowledge graph.
## Dataset
MKQA contains 10,000 queries sampled from the [Google Natural Questions dataset](https://github.com/google-research-datasets/natural-questions).
For each query we collect new passage-independent answers.
These queries and answers are then human translated into 25 Non-English languages.
MKQA data can be downloaded from [here](dataset/mkqa.jsonl.gz).
Each example in the dataset contains the unique Natural Questions `example_id`, the original English `query`, and then `queries` and `answers` in 26 languages.
```
{
'example_id': 563260143484355911,
'queries': {
'en': "who sings i hear you knocking but you can't come in",
'ru': "кто поет i hear you knocking but you can't come in",
'ja': '「 I hear you knocking」は誰が歌っていますか',
'zh_cn': "《i hear you knocking but you can't come in》是谁演唱的",
...
},
'query': "who sings i hear you knocking but you can't come in",
'answers': {'en': [{'type': 'entity',
'entity': 'Q545186',
'text': 'Dave Edmunds',
'aliases': []}],
'ru': [{'type': 'entity',
'entity': 'Q545186',
'text': 'Эдмундс, Дэйв',
'aliases': ['Эдмундс', 'Дэйв Эдмундс', 'Эдмундс Дэйв', 'Dave Edmunds']}],
'ja': [{'type': 'entity',
'entity': 'Q545186',
'text': 'デイヴ・エドモンズ',
'aliases': ['デーブ・エドモンズ', 'デイブ・エドモンズ']}],
'zh_cn': [{'type': 'entity', 'text': '戴维·埃德蒙兹 ', 'entity': 'Q545186'}],
...
},
}
```
Each answer is labelled with an answer type. The breakdown is:
| Answer Type | Occurrence |
|---------------|---------------|
| `entity` | `4221` |
| `long_answer` | `1815` |
| `unanswerable` | `1427` |
| `date` | `1174` |
| `number` | `485` |
| `number_with_unit` | `394` |
| `short_phrase` | `346` |
| `binary` | `138` |
For each language, there can be more than one acceptable textual answer, in order to capture a variety of possible valid answers.
All the supported languages are:
| Language code | Language name |
|---------------|---------------|
| `ar` | `Arabic` |
| `da` | `Danish` |
| `de` | `German` |
| `en` | `English` |
| `es` | `Spanish` |
| `fi` | `Finnish` |
| `fr` | `French` |
| `he` | `Hebrew` |
| `hu` | `Hungarian` |
| `it` | `Italian` |
| `ja` | `Japanese` |
| `ko` | `Korean` |
| `km` | `Khmer` |
| `ms` | `Malay` |
| `nl` | `Dutch` |
| `no` | `Norwegian` |
| `pl` | `Polish` |
| `pt` | `Portuguese` |
| `ru` | `Russian` |
| `sv` | `Swedish` |
| `th` | `Thai` |
| `tr` | `Turkish` |
| `vi` | `Vietnamese` |
| `zh_cn` | `Chinese (Simplified)` |
| `zh_hk` | `Chinese (Hong kong)` |
| `zh_tw` | `Chinese (Traditional)` |
## Leaderboard
| Model name | Best Overall F1 | Best Answerable F1 | Best Unnswerable F1 | Link to paper |
|---------------|---------------|---------------|---------------|---------------|
| (Baseline) XLM-R Large Translate Train |46.0 | 27.6 |84.5 |https://arxiv.org/pdf/1911.02116.pdf |
> Submit a pull request to this repository to add yourself to the MKQA leaderboard. Scores are ordered by Best Overall F1.
## Evaluation
The official evaluation scripts provide two ways to evaluate performance on the MKQA dataset
The evaluation script expects a json lines (jsonl) prediction file with a specific format:
```
{
"example_id": -7449157003522518870,
"prediction": "Hafþór Júlíus `` Thor '' Björnsson",
"binary_answer": null,
"no_answer_prob": 0.23618
}
...
```
### Evaluate performance for single language
To evaluate prediscion for a single language, use `mkqa_eval.py` script and indicate prediction language
```
python mkqa_eval.py --annotation_file ./dataset/mkqa.jsonl.gz \
--predictions_file ./sample_predictions/en.jsonl \
--language en \
(--out_dir , --verbose)
```
### Evaluate performances for all languages
To evaluate predictions for all languages, use the following script. Save the prediction file for each language in the same directory and name each prediction file by its language code, such as `en.jsonl`
```
python mkqa_eval_all_languages.py --annotation_file ./dataset/mkqa.jsonl.gz \
--predictions_dir ./sample_predictions \
(--out_dir , --verbose)
```
To get our the zero shot multilingual bert baseline, use the provided prediction jsonl files [here][./sample_predictions]
Sample output:
```
+---------------+-----------+-----------+----------------------+----------------------+------------------------+---------------------+
| language | best_em | best_f1 | best_answerable_em | best_answerable_f1 | best_unanswerable_em | best_f1_threshold |
|---------------+-----------+-----------+----------------------+----------------------+------------------------+---------------------|
| en | 45.39 | 51.97 | 26.65 | 36.38 | 84.45 | -5.95 |
| es | 39.73 | 43.83 | 16.69 | 22.76 | 87.75 | -2.52 |
| zh_cn | 32.42 | 32.43 | 0 | 0.01 | 100 | -10.53 |
| Macro Average | 39.18 | 42.74 | 14.45 | 19.72 | 90.73 | -6.33 |
+---------------+-----------+-----------+----------------------+----------------------+------------------------+---------------------+
```
> Here it computes the macro average over the languages for which prediction files were supplied for.
The official macro-average requires all 26 prediction files to be included.
To run tests for the evaluation scripts
```
pytest ./tests/test_mkqa_eval.py
```
## Citation
Please cite the following if you found MKQA, our [paper](https://arxiv.org/abs/2007.15207), or these resources useful.
```
@misc{mkqa,
title = {MKQA: A Linguistically Diverse Benchmark for Multilingual Open Domain Question Answering},
author = {Shayne Longpre and Yi Lu and Joachim Daiber},
year = {2020},
URL = {https://arxiv.org/pdf/2007.15207.pdf}
}
```
## License
The code in this repository is licensed according to the [LICENSE](LICENSE) file.
The Multilingual Knowledge Questions and Answers dataset is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/
## Contact Us
To contact us feel free to email the authors in the paper or create an issue in this repository.
================================================
FILE: mkqa_eval.py
================================================
import argparse
import collections
import json
import logging
import os
import sys
from gzip import GzipFile
from typing import Dict, Optional, Any
import numpy as np
import mkqa_eval_util as eval_util
MKQA_LANGUAGES = [
"ar",
"da",
"de",
"en",
"es",
"fi",
"fr",
"he",
"hu",
"it",
"ja",
"km",
"ko",
"ms",
"nl",
"no",
"pl",
"pt",
"ru",
"sv",
"th",
"tr",
"vi",
"zh_cn",
"zh_hk",
"zh_tw",
]
# A data structure for storing annotations
MKQAAnnotation = collections.namedtuple(
"MKQAAnnotation",
[
"example_id", # The unique ID for each example.
"types", # All answer types selected by inter-grader agreement
"answers", # All valid answer strings
],
)
# A data structure for storing predictions
MKQAPrediction = collections.namedtuple(
"MKQAPrediction",
[
"example_id", # The unique ID for each example.
"prediction", # The predicted answer text ("" serves as No Answer)
"binary_answer", # Is answer {"yes", "no"} (case insensitive), or `None` (indicating neither)
"no_answer_prob",
# (Optional) Score/probability that the answer is No Answer. Used to select the best threshold that maximizes F1.
],
)
def parse_args():
parser = argparse.ArgumentParser("Official evaluation script for single language MKQA.")
parser.add_argument(
"-a",
"--annotation_file",
metavar="mkqa.jsonl.gz",
required=True,
help="Input annotations MKQA JSON Lines gzip file.",
)
parser.add_argument(
"-p",
"--predictions_file",
metavar="preds.json",
required=True,
help="Model predictions json line file",
)
parser.add_argument(
"-l",
"--language",
required=True,
choices=MKQA_LANGUAGES,
help=f"Language code. Accepts any of: {MKQA_LANGUAGES}",
)
parser.add_argument(
"-o",
"--out-dir",
metavar="results/",
help="Write accuracy metrics to file (default is stdout).",
)
parser.add_argument("-v", "--verbose", action="store_true")
parser.add_argument("--print_metrics", "-m", action="store_true", default=True)
if len(sys.argv) == 1:
parser.print_help()
sys.exit(1)
return parser.parse_args()
def read_annotations(gold_path: str) -> Dict[str, Any]:
"""Read mkqa gold annotation for all languages
Args:
gold_path: path to mkqa annotation file, such as mkqa.jsonl.gz
Returns:
A mapping from example id to MKQAAnnotation for all languages
"""
assert os.path.exists(gold_path)
all_gold_annotations = collections.defaultdict(dict)
gzipped_input_file = open(gold_path, "rb")
with GzipFile(fileobj=gzipped_input_file) as input_file:
for line in input_file:
example = json.loads(line)
for language in MKQA_LANGUAGES:
valid_answers, answer_types = [], []
for answer in example["answers"][language]:
# Binary (Yes/No) answer text is always "yes" / "no"
# If answer['text'] is None then it `""` represents No Answer
valid_answers.append(answer["text"] or "")
valid_answers.extend(answer.get("aliases", []))
answer_types.append(answer["type"])
annotation = MKQAAnnotation(
example_id=str(example["example_id"]),
types=list(set(answer_types)),
answers=list(set(valid_answers)),
)
all_gold_annotations[language][annotation.example_id] = annotation
for lang, annotations in all_gold_annotations.items():
if len(annotations) != 10000:
logging.warning(
f"The annotations file you've provided contains {len(all_gold_annotations)} for language {lang} examples, where 10000 are expected."
)
return all_gold_annotations
def read_predictions(predictions_path: str) -> Dict[str, MKQAPrediction]:
"""Read model prediction json file
Args:
predictions_path: path to prediction json line file
{
"example_id": ,
"prediction": ,
"binary_answer": <"yes", "no", "">,
"no_answer_prob":
}
Returns:
A mapping from example id to MKQAPrediction
"""
assert os.path.exists(predictions_path)
logging.info(f"Reading predictions from file: {predictions_path}")
with open(predictions_path, "r") as f:
predictions = [json.loads(l) for l in f.readlines()]
predict_labels = {}
for prediction in predictions:
binary_answer = prediction["binary_answer"].lower() if prediction["binary_answer"] else None
assert binary_answer in {
"yes",
"no",
None,
}, f"Binary prediction can only be yes, no, or None. Provided answer was {binary_answer}"
predict_label = MKQAPrediction(
example_id=str(prediction["example_id"]),
prediction=prediction["prediction"] or "",
binary_answer=binary_answer,
no_answer_prob=prediction.get("no_answer_prob", 0),
)
predict_labels[predict_label.example_id] = predict_label
return predict_labels
def compute_mkqa_scores_for_language(
predictions: Dict[str, MKQAPrediction],
gold_annotations: Dict[str, MKQAAnnotation],
language: str,
) -> (Dict[str, float], Dict[str, float]):
"""
Compute Exact Match and token overlap F1 scores per answer, similar to SQuAD
Args:
predictions: mapping from example id to MKQAPrediction
gold_annotations: mapping from example id to MKQAAnnotation
language: evaluation language in MKQA_LANGUAGES
Returns:
Squad like em and f1
"""
predict_texts, answer_texts = [], []
for example_id, gold_annotation in gold_annotations.items():
assert example_id in predictions, f"{example_id} is missing from prediction"
predict_texts.append(
predictions[example_id].binary_answer or predictions[example_id].prediction
)
answer_texts.append(gold_annotation.answers)
text_metrics = eval_util.get_text_metrics(predict_texts, answer_texts, language)
f1_scores = {example_id: text_metrics["f1"][i] for i, example_id in enumerate(gold_annotations)}
em_scores = {
example_id: text_metrics["exact_match"][i] for i, example_id in enumerate(gold_annotations)
}
return em_scores, f1_scores
def compute_best_threshold(
predictions: Dict[str, MKQAPrediction],
raw_em: Dict[str, float],
raw_f1: Dict[str, float],
no_answer_probs: Dict[str, float],
qid_is_answerable: Dict[str, bool],
) -> Dict[str, float]:
"""Compute the averaged text metrics at the best threshold chosen to maximize F1.
The threshold is varied over No Answer probabilities as provided in the predictions file.
Args:
predictions: mapping from example id to MKQAPrediction
raw_em: mapping from example id to em
raw_f1: mapping from example id to f1
no_answer_probs: mapping from example id to no_answer_probs
qid_is_answerable: mapping from example id to boolean indicator for whether the example is answerable
Returns:
text metrics at the best threshold of f1
"""
id_to_predtext = {exid: p.binary_answer or p.prediction for exid, p in predictions.items()}
ans_em_scores = {qid: raw_em[qid] for qid in raw_em if qid_is_answerable[qid]}
ans_f1_scores = {qid: raw_f1[qid] for qid in raw_f1 if qid_is_answerable[qid]}
unans_em_scores = {qid: raw_em[qid] for qid in raw_em if not qid_is_answerable[qid]}
best_scores = eval_util.compute_best_score_and_threshold(
id_to_predtext, raw_f1, no_answer_probs, qid_is_answerable
)
best_f1, f1_threshold = best_scores["best_score"], best_scores["best_threshold"]
best_em_by_id = eval_util.apply_no_answer_threshold(
raw_em, no_answer_probs, qid_is_answerable, f1_threshold
)
best_answerable_em_by_id = eval_util.apply_no_answer_threshold(
ans_em_scores, no_answer_probs, qid_is_answerable, f1_threshold
)
best_answerable_f1_by_id = eval_util.apply_no_answer_threshold(
ans_f1_scores, no_answer_probs, qid_is_answerable, f1_threshold
)
best_unanswerable_em_by_id = eval_util.apply_no_answer_threshold(
unans_em_scores, no_answer_probs, qid_is_answerable, f1_threshold
)
return {
"best_em": round(100.0 * np.mean(list(best_em_by_id.values())), 2),
"best_f1": round(best_f1, 2),
"best_answerable_em": round(100.0 * np.mean(list(best_answerable_em_by_id.values())), 2),
"best_answerable_f1": round(100.0 * np.mean(list(best_answerable_f1_by_id.values())), 2),
"best_unanswerable_em": round(
100.0 * np.mean(list(best_unanswerable_em_by_id.values())), 2
),
"best_f1_threshold": round(f1_threshold, 2),
}
def evaluate(
annotations: Dict[str, MKQAAnnotation],
predictions: Dict[str, MKQAPrediction],
language: str,
out_dir: Optional[str] = None,
verbose: bool = False,
print_metrics: bool = True,
) -> Dict[str, Any]:
"""Evaluates predictions on the gold answers for the specified `language`.
Args:
annotations: a mapping from example id to corresponding MKQAAnnotation
predictions: a mapping from example id to corresponding MKQAPrediction
language: language code in MKQA_LANGUAGES
out_dir: (Optional) Saves evaluation results into this directory.
f1_plot.png: comparing answerable, unanswerable, and overall f1 across all thresholds
metrics.json: reports best_em, best_f1, best_answerable_em, best_answerable_f1, best_unanswerable_em, and best_f1_threshold
na_prob_hist_hasAns.png: histgram of no answer probability for answerable questions
na_prob_hist_noAns.png: histgram of no answer probability for unanswerable questions
print_metrics: (Optional) Print metrics to console
Returns:
A dictionary of metrics and individual f1 and em scores
"""
# Argument validation
assert language in MKQA_LANGUAGES
raw_em_scores, raw_f1_scores = compute_mkqa_scores_for_language(
predictions, annotations, language=language
)
qid_is_answerable = {
ex_id: bool(annotation.answers != [""]) for ex_id, annotation in annotations.items()
}
# Find best thresholds
no_answer_probs = {ex_id: p.no_answer_prob for ex_id, p in predictions.items()}
metrics = compute_best_threshold(
predictions, raw_em_scores, raw_f1_scores, no_answer_probs, qid_is_answerable
)
if out_dir:
if not os.path.exists(out_dir):
os.makedirs(out_dir, exist_ok=True)
has_ans_qids = [ex_id for ex_id in qid_is_answerable if qid_is_answerable[ex_id]]
no_ans_qids = [ex_id for ex_id in qid_is_answerable if not qid_is_answerable[ex_id]]
if has_ans_qids:
eval_util.plot_na_prob_histogram(no_answer_probs, has_ans_qids, out_dir, "hasAns")
if no_ans_qids:
eval_util.plot_na_prob_histogram(no_answer_probs, no_ans_qids, out_dir, "noAns")
# plot the answerable, unanswerable and overall f1 curve
ans_f1_scores = {qid: raw_f1_scores[qid] for qid in raw_f1_scores if qid_is_answerable[qid]}
unans_em_scores = {
qid: raw_em_scores[qid] for qid in raw_em_scores if not qid_is_answerable[qid]
}
eval_util.plot_f1(
ans_f1_scores, unans_em_scores, no_answer_probs, qid_is_answerable, out_dir
)
if verbose:
default_metrics = eval_util.summarize_default_metrics(
raw_em_scores, raw_f1_scores, qid_is_answerable, metrics,
)
metrics.update(default_metrics)
if print_metrics:
print(json.dumps(metrics, indent=4))
if out_dir:
with open(os.path.join(out_dir, "metrics.json"), "w") as f:
f.write(json.dumps(metrics, indent=4))
return metrics
if __name__ == "__main__":
args = parse_args()
annotations = read_annotations(args.annotation_file)[args.language]
predictions = read_predictions(args.predictions_file)
evaluate(
annotations, predictions, args.language, args.out_dir, args.verbose,
)
================================================
FILE: mkqa_eval_all_languages.py
================================================
import argparse
import logging
import os
import sys
from collections import defaultdict
from multiprocessing.pool import Pool
from typing import Optional, Dict
import pandas as pd
from tabulate import tabulate
import mkqa_eval
import mkqa_eval_util as eval_util
def parse_args():
parser = argparse.ArgumentParser("Official evaluation script for all MKQA languages.")
parser.add_argument(
"-a",
"--annotation_file",
metavar="mkqa.jsonl.gz",
required=True,
help="Input annotations MKQA JSON Lines gzip file.",
)
parser.add_argument(
"-p",
"--predictions_dir",
metavar="preds/",
required=True,
help="Model predictions for each language",
)
parser.add_argument(
"-o",
"--out-dir",
metavar="results/",
help="Write evaluation metrics to files (default is stdout).",
)
parser.add_argument("--verbose", "-v", action="store_true")
if len(sys.argv) == 1:
parser.print_help()
sys.exit(1)
return parser.parse_args()
def read_prediction_dir(predictions_dir: str) -> Dict[str, Dict[str, mkqa_eval.MKQAAnnotation]]:
"""Read a directory that contains predictions for all languages
Args:
predictions_dir: a directory that contains predictions for all languages
Returns:
A mapping from example id to MKQAPrediction for all languages
"""
assert os.path.exists(predictions_dir)
all_language_predictions = {}
for language in mkqa_eval.MKQA_LANGUAGES:
prediction_file = os.path.join(predictions_dir, f"{language}.jsonl")
if not os.path.exists(prediction_file):
logging.info(
f"WARNING: Missing predictions file for language `{language}`. Expecting file `{prediction_file}``"
)
continue
all_language_predictions[language] = mkqa_eval.read_predictions(prediction_file)
return all_language_predictions
def evaluate_predictions(
annotations: Dict[str, mkqa_eval.MKQAAnnotation],
predictions: Dict[str, mkqa_eval.MKQAPrediction],
language: str,
out_dir: str = None,
verbose: bool = False,
) -> Dict[str, Dict[str, float]]:
"""Evaluate predictions for one language from its prediction file and MKQAAnnotations
Args:
annotations: a mapping from example id to corresponding MKQAAnnotation
predictions: a mapping from example id to corresponding MKQAPrediction
language: language code in MKQA_LANGUAGES
out_dir: (Optional) Saves evaluation results into this directory.
verbose: (Optional) Collection additional metrics
Returns:
A dictionary of metrics for the specified language
"""
metrics_by_language = {}
metrics = mkqa_eval.evaluate(
annotations=annotations,
predictions=predictions,
language=language,
out_dir=os.path.join(out_dir, f"{language}_results/") if out_dir else None,
verbose=verbose,
print_metrics=False,
)
metrics_by_language[language] = metrics
return metrics_by_language
def evaluate_all_languages(
annotations_path: str,
all_language_predictions: Dict[str, Dict[str, mkqa_eval.MKQAAnnotation]],
out_dir: Optional[str] = None,
verbose: bool = False,
serialize: bool = False,
):
"""Evaluate all predictions for all supported languages
Args:
annotations_path: annotations MKQA JSON Lines gzip file.
all_language_predictions: a mapping from example id to MKQAPrediction for all languages
out_dir: (Optional) saves evaluation results into this directory.
verbose: (Optional) print out additional metrics
serialize: (Optional) disable parallel processing
"""
assert os.path.exists(annotations_path), "Missing MKQA annotation file"
if out_dir and not os.path.exists(out_dir):
os.makedirs(out_dir, exist_ok=True)
all_annotations = mkqa_eval.read_annotations(annotations_path)
metrics_by_language = {}
if not serialize:
with Pool() as pool:
values = pool.starmap(
evaluate_predictions,
[
(
all_annotations[language],
all_language_predictions[language],
language,
out_dir,
verbose,
)
for language in all_language_predictions.keys()
],
)
else:
values = []
for language in all_language_predictions.keys():
values.append(
evaluate_predictions(
all_annotations[language],
all_language_predictions[language],
language,
out_dir,
verbose,
)
)
for value in values:
metrics_by_language.update(value)
# Here we compute the macro average over the languages for which prediction files were supplied for.
# The official macro-average requires all 26 prediction files to be included.
metrics_by_language["Macro Average"] = eval_util.aggregate_summaries(
list(metrics_by_language.values())
)
logging.info("Metrics by languages:")
metrics_summary = defaultdict(list)
for language, metrics in metrics_by_language.items():
metrics_summary["language"].append(language)
for key, value in metrics.items():
metrics_summary[key].append(value)
metrics_df = pd.DataFrame(metrics_summary)
print(tabulate(metrics_df, headers="keys", tablefmt="psql", showindex=False))
if out_dir:
metrics_df.to_json(os.path.join(out_dir, "metrics.json"))
if __name__ == "__main__":
args = parse_args()
all_language_predictions = read_prediction_dir(args.predictions_dir)
evaluate_all_languages(
args.annotation_file, all_language_predictions, args.out_dir, args.verbose,
)
================================================
FILE: mkqa_eval_util.py
================================================
import collections
import os
import re
import string
from collections import Counter, OrderedDict
from multiprocessing import Pool
from typing import Dict, List, Optional
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
matplotlib.use("Agg")
MIXED_SEGMENTATION_LANGS = ["zh_cn", "zh_hk", "zh_tw", "ja", "th", "km"]
ARTICLE_REGEX_BY_LANG = {
"en": r"\b(a|an|the)\b",
"es": r"\b(un|una|unos|unas|el|la|los|las)\b",
"vi": r"\b(của|là|cái|chiếc|những)\b",
"de": r"\b(ein|eine|einen|einem|eines|einer|der|die|das|den|dem|des)\b",
"ar": "\sال^|ال",
"nl": r"\b(de|het|een|des|der|den)\b",
"sv": r"\b(en|ett)\b",
"da": r"\b(en|et)\b",
"no": r"\b(en|et|ei)\b",
"fr": r"\b(le|la|l'|les|du|de|d'|des|un|une|des)",
"pt": r"\b(o|a|os|as|um|uma|uns|umas)\b",
"it": r"\b(il|lo|la|l'|i|gli|le|del|dello|della|dell'|dei|degli|degl'|delle|un'|uno|una|un)",
"fi": r"\b(se|yks|yksi)\b",
"hu": r"\b(a|az|egy)\b",
}
def map_em_value(prediction, gold_answers, lang):
em_value = compute_max_score_over_answers(calculate_em, prediction, gold_answers, lang)
return float(em_value)
def map_f1_value(prediction, gold_answers, lang):
f1_value = compute_max_score_over_answers(calculate_f1, prediction, gold_answers, lang)
return float(f1_value)
def get_text_metrics(
predictions: List[str], gold_answers: List[List[str]], lang: str, serial=True, workers=None
) -> Dict[str, List[float]]:
"""Compute metrics from the predicted and answer texts."""
if serial:
f1_scores = [
map_f1_value(predictions[i], gold_answers[i], lang) for i in range(len(predictions))
]
em_scores = [
map_em_value(predictions[i], gold_answers[i], lang) for i in range(len(predictions))
]
else:
with Pool(workers) as p:
f1_scores = p.starmap(
map_f1_value,
[(predictions[i], gold_answers[i], lang) for i in range(len(predictions))],
chunksize=64,
)
em_scores = p.starmap(
map_em_value,
[(predictions[i], gold_answers[i], lang) for i in range(len(predictions))],
chunksize=64,
)
return {"f1": f1_scores, "exact_match": em_scores}
def summarize_default_metrics(
em_scores, f1_scores, qid_is_answerable, metrics: Optional[Dict[str, float]] = None,
):
"""Summarize EM and F1 based on default threshold"""
assert set(em_scores.keys()) == set(f1_scores.keys()) == set(qid_is_answerable.keys())
ans_em_scores = {qid: em_scores[qid] for qid in em_scores if qid_is_answerable[qid]}
ans_f1_scores = {qid: f1_scores[qid] for qid in f1_scores if qid_is_answerable[qid]}
unans_em_scores = {qid: em_scores[qid] for qid in em_scores if not qid_is_answerable[qid]}
summary = OrderedDict(
[
("exact_match", round(100.0 * np.mean(list(em_scores.values())), 2)),
("f1", round(100.0 * np.mean(list(f1_scores.values())), 2)),
("answerable_exact_match", round(100.0 * np.mean(list(ans_em_scores.values())), 2)),
("answerable_f1", round(100.0 * np.mean(list(ans_f1_scores.values())), 2)),
("unanswerable_exact_match", round(100.0 * np.mean(list(unans_em_scores.values())), 2)),
]
)
if metrics:
metrics.update(summary)
return summary
def aggregate_summaries(dicts):
summaries = collections.defaultdict(list)
for d in dicts:
for k, v in d.items():
assert isinstance(v, float) or isinstance(v, int)
summaries[k].append(v)
results = {}
for k, v in summaries.items():
results[k] = round(float(np.mean(v)), 2)
return results
def whitespace_tokenize(text):
return text.split()
def mixed_segmentation(text):
segs_out = []
temp_str = ""
for char in text:
if temp_str != "":
ss = whitespace_tokenize(temp_str)
segs_out.extend(ss)
temp_str = ""
segs_out.append(char)
if temp_str != "":
ss = whitespace_tokenize(temp_str)
segs_out.extend(ss)
return segs_out
def normalize_answer_by_language(s, lang):
"""Lower text, remove punctuation, articles and extra whitespace.
This function is customized by language.
"""
def remove_articles(text, lang):
article_regex = ARTICLE_REGEX_BY_LANG.get(lang)
if article_regex:
return re.sub(article_regex, " ", text)
else:
return text
def white_space_fix(text, lang):
if lang in MIXED_SEGMENTATION_LANGS:
tokens = mixed_segmentation(text)
else:
tokens = whitespace_tokenize(text)
return " ".join([t for t in tokens if t.strip() != ""])
def remove_punc(text):
exclude = set(string.punctuation)
return "".join(ch for ch in text if ch not in exclude)
def lower(text):
return text.lower()
return white_space_fix(remove_articles(remove_punc(lower(s)), lang), lang)
def plot_f1(answerable_f1_by_id, unanswerable_em_by_id, na_probs_by_id, qid_to_has_ans, image_dir):
num_no_ans = sum(1 for k in qid_to_has_ans if not qid_to_has_ans[k])
qid_list = sorted(na_probs_by_id, key=lambda k: na_probs_by_id[k])
question_counts = len(qid_list)
answerable_f1 = []
overall_f1 = []
unanswerable_em = []
thresholds = []
sum_answerable_f1 = 0
sum_unanswerable_em = num_no_ans
for i, qid in enumerate(qid_list):
thresholds.append(na_probs_by_id[qid])
if qid in answerable_f1_by_id:
sum_answerable_f1 += answerable_f1_by_id[qid]
elif qid in unanswerable_em_by_id:
sum_unanswerable_em += unanswerable_em_by_id[qid] - 1
else:
raise ValueError(f"{qid} is not in either answerable or unanswerable predictions")
answerable_f1.append(sum_answerable_f1 / question_counts)
unanswerable_em.append(sum_unanswerable_em / question_counts)
overall_f1.append((sum_answerable_f1 + sum_unanswerable_em) / question_counts)
plt.plot(thresholds, answerable_f1, color="green", label="Answerable F1")
plt.plot(thresholds, unanswerable_em, color="red", label="Unanswerable F1")
plt.plot(thresholds, overall_f1, color="blue", label="Overall F1")
plt.legend()
plt.xlabel("No Answer Threshold")
plt.ylabel("F1")
plt.title("F1 plot for different answer types")
plt.savefig(os.path.join(image_dir, "f1_plot.png"))
plt.clf()
def calculate_em(prediction, gold_answer, language):
norm_pred = normalize_answer_by_language(prediction, language)
norm_answer = normalize_answer_by_language(gold_answer, language)
return int(norm_pred == norm_answer)
def calculate_f1(prediction, gold_answer, language):
gold_toks = normalize_answer_by_language(gold_answer, language).split() if gold_answer else []
pred_toks = normalize_answer_by_language(prediction, language).split() if prediction else []
common = Counter(gold_toks) & Counter(pred_toks)
num_common = sum(common.values())
if len(gold_toks) == 0 or len(pred_toks) == 0:
# If the prediction or gold_answer is No Answer, then F1 is 1 if they agree, 0 otherwise
return int(gold_toks == pred_toks)
if num_common == 0:
return 0.0
recall = 1.0 * num_common / len(gold_toks)
precision = 1.0 * num_common / len(pred_toks)
return (2.0 * precision * recall) / (precision + recall)
def compute_max_score_over_answers(metric_fn, prediction, ground_truths, language):
assert len(ground_truths) > 0, "Gold truth answers list should never be empty."
scores_by_answer = [
metric_fn(prediction, ground_truth, language) for ground_truth in ground_truths
]
return max(scores_by_answer)
def compute_best_score_and_threshold(
predictions, scores, no_answer_probs, qid_has_answer
) -> Dict[str, float]:
# Begin at threshold of 0, where all predictions are No Answer.
best_threshold = 0.0
current_score = best_score = sum(1 for k in qid_has_answer if not qid_has_answer[k])
exs_sorted_by_na_prob = sorted(no_answer_probs, key=lambda k: no_answer_probs[k])
for qid in exs_sorted_by_na_prob:
if qid_has_answer[qid]: # Gold truth is answer, and we predict an answer
score_diff = scores[qid]
elif predictions[qid]: # If gold truth is No Answer, but we predict an answer
score_diff = -1
else: # If gold truth and prediction are both No Answer
score_diff = 0
current_score += score_diff
# Update best score and threshold if new max value
if current_score > best_score:
best_threshold = no_answer_probs[qid]
best_score = current_score
return {
"best_score": 100.0 * best_score / len(scores),
"best_threshold": best_threshold,
}
def apply_no_answer_threshold(scores, no_answer_probs, qid_has_answer, no_answer_thresh):
new_scores = {}
for qid, s in scores.items():
pred_no_answer = no_answer_probs[qid] > no_answer_thresh
new_scores[qid] = float(not qid_has_answer[qid]) if pred_no_answer else s
return new_scores
def plot_na_prob_histogram(no_answer_probs, qid_list, outdir, name):
x = [no_answer_probs[k] for k in qid_list]
weights = np.ones_like(x) / float(len(x))
plt.hist(x, weights=weights, bins=20, range=(0.0, 1.0))
plt.xlabel("No Answer Probability")
plt.ylabel("Proportion of Dataset")
plt.title(f"No Answer Probability Histogram: {name}")
plt.savefig(os.path.join(outdir, f"na_prob_histogram_{name}.png"))
plt.clf()
================================================
FILE: requirements.txt
================================================
matplotlib
numpy
pandas
pytest
tabulate
================================================
FILE: sample_predictions/en.jsonl
================================================
{"example_id": -8817357831042426028, "prediction": "365.256 days", "binary_answer": null, "no_answer_prob": -10.777592301368713}
{"example_id": 1326178481868679533, "prediction": "50 metres ( 164.0 ft ) in length", "binary_answer": null, "no_answer_prob": -4.017424821853638}
{"example_id": 5156881367671150240, "prediction": "April 4 , 1973", "binary_answer": null, "no_answer_prob": -9.927809596061707}
{"example_id": 7896399267156135965, "prediction": "Konrad Zuse", "binary_answer": null, "no_answer_prob": -10.966487884521484}
{"example_id": -1865341688150735283, "prediction": "The Matrix Reloaded and The Matrix Revolutions", "binary_answer": null, "no_answer_prob": -5.570307493209839}
{"example_id": 2544891513471080945, "prediction": "Storm botnet or Storm worm botnet", "binary_answer": null, "no_answer_prob": -8.836552143096924}
{"example_id": 5977990164505192934, "prediction": "Channel 4 in the UK", "binary_answer": null, "no_answer_prob": 1.809189796447754}
{"example_id": 4878511094358831450, "prediction": "2010", "binary_answer": null, "no_answer_prob": -0.22725772857666016}
{"example_id": -2647017312134397209, "prediction": "price discrimination between different purchasers", "binary_answer": null, "no_answer_prob": 0.5896624326705933}
{"example_id": -8408180440642663270, "prediction": "Pechoggin , Wisconsin", "binary_answer": null, "no_answer_prob": -9.765551328659058}
{"example_id": 4867617541405387846, "prediction": "", "binary_answer": null, "no_answer_prob": -3.2042319774627686}
{"example_id": 1106823340405298621, "prediction": "Simba", "binary_answer": null, "no_answer_prob": -0.5248816013336182}
{"example_id": -8073311805426057133, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": -6.214727759361267}
{"example_id": 7356818995600641236, "prediction": "Commonly , 10 electrodes attached to the body are used to form 12 ECG leads , with each lead measuring a specific electrical potential difference", "binary_answer": null, "no_answer_prob": -0.3639945983886719}
{"example_id": 3536060843224553263, "prediction": "Bride and Prejudice", "binary_answer": null, "no_answer_prob": 1.6413865089416504}
{"example_id": 8744169892717093640, "prediction": "VO is measured in METs ( mL / kg / min )", "binary_answer": null, "no_answer_prob": -3.0590415000915527}
{"example_id": 1368063860101804235, "prediction": "Kanye West", "binary_answer": null, "no_answer_prob": -10.459341287612915}
{"example_id": 2595603813477692152, "prediction": "Since the 2000 United States presidential election , red states and blue states", "binary_answer": null, "no_answer_prob": -0.9092601537704468}
{"example_id": -8241537849833386136, "prediction": "nearly 2,000 metres ( 6,600 ft )", "binary_answer": null, "no_answer_prob": -6.374263525009155}
{"example_id": 3802206105778993088, "prediction": "John Delaney", "binary_answer": null, "no_answer_prob": -3.567781448364258}
{"example_id": 3824583619836343232, "prediction": "Bruce Smith", "binary_answer": null, "no_answer_prob": -7.4136704206466675}
{"example_id": -6681703664706904328, "prediction": "28 June 2018", "binary_answer": null, "no_answer_prob": -3.5337600708007812}
{"example_id": 2436049466006768227, "prediction": "Abingdon", "binary_answer": null, "no_answer_prob": -0.20542311668395996}
{"example_id": 6908191510823535629, "prediction": "Europe , the east by Asia", "binary_answer": null, "no_answer_prob": -4.517100095748901}
{"example_id": -4989821726385625117, "prediction": "14 - year terms", "binary_answer": null, "no_answer_prob": -5.156226396560669}
{"example_id": 4655668754667193182, "prediction": "`` Cups ''", "binary_answer": null, "no_answer_prob": -1.2245482206344604}
{"example_id": -4472922687466187846, "prediction": "the atmospheric circulation", "binary_answer": null, "no_answer_prob": -6.8067467212677}
{"example_id": -7336205338592575234, "prediction": "over 600", "binary_answer": null, "no_answer_prob": -7.576993823051453}
{"example_id": -6446069137791333046, "prediction": "Nancy Sinatra", "binary_answer": null, "no_answer_prob": -11.489583611488342}
{"example_id": -8094650067529620665, "prediction": "Selene", "binary_answer": null, "no_answer_prob": -13.083579659461975}
{"example_id": -3307181467072417769, "prediction": "Jackson , Georgia", "binary_answer": null, "no_answer_prob": -6.10265839099884}
{"example_id": 8783251888656509590, "prediction": "January 30 , 2000", "binary_answer": null, "no_answer_prob": -10.873160719871521}
{"example_id": -5967027131695331627, "prediction": "Badfinger", "binary_answer": null, "no_answer_prob": -6.614325523376465}
{"example_id": -7032762580920629255, "prediction": "", "binary_answer": null, "no_answer_prob": 6.1883755922317505}
{"example_id": -42399359865985476, "prediction": "Carson Palmer", "binary_answer": null, "no_answer_prob": -2.9675240516662598}
{"example_id": -2339248357324322528, "prediction": "1993", "binary_answer": null, "no_answer_prob": -5.413975715637207}
{"example_id": -3043010306828964586, "prediction": "the early days", "binary_answer": null, "no_answer_prob": -3.2599759101867676}
{"example_id": -5963759296990135581, "prediction": "Rome", "binary_answer": null, "no_answer_prob": -0.8314799070358276}
{"example_id": -2950768241264673239, "prediction": "Meg Ryan", "binary_answer": null, "no_answer_prob": -2.8856048583984375}
{"example_id": 7555434799084035943, "prediction": "0.08 percent or greater", "binary_answer": null, "no_answer_prob": -4.5200560092926025}
{"example_id": 4569540921014077677, "prediction": "1,500 miles ( 2,400 km )", "binary_answer": null, "no_answer_prob": -4.185544967651367}
{"example_id": 3260947583426165221, "prediction": "January 9 , 2000", "binary_answer": null, "no_answer_prob": -10.908682942390442}
{"example_id": 7618903265124987803, "prediction": "1939", "binary_answer": null, "no_answer_prob": -9.261886358261108}
{"example_id": 2258999864447164929, "prediction": "1964", "binary_answer": null, "no_answer_prob": -7.434452176094055}
{"example_id": 7268042447892190728, "prediction": "10 June 1982", "binary_answer": null, "no_answer_prob": -7.023532450199127}
{"example_id": 1870808988220094780, "prediction": "Emmitt Smith was the celebrity winner from this season .", "binary_answer": null, "no_answer_prob": -1.1643218994140625}
{"example_id": -3583320020709637733, "prediction": "June 15 , 1994", "binary_answer": null, "no_answer_prob": -10.562168598175049}
{"example_id": 6833767885322192424, "prediction": "`` You Ca n't Turn Me Off ( In the Middle of Turning Me On ) ''", "binary_answer": null, "no_answer_prob": -1.4581060409545898}
{"example_id": -5299283512151753462, "prediction": "Queen", "binary_answer": null, "no_answer_prob": -10.51740825176239}
{"example_id": -165974438696878500, "prediction": "five digits", "binary_answer": null, "no_answer_prob": -2.144167184829712}
{"example_id": -3401663362680488524, "prediction": "John James `` Jimbo '' Fisher Jr.", "binary_answer": null, "no_answer_prob": -11.888376116752625}
{"example_id": -2226448970074813724, "prediction": "Camila Cabello", "binary_answer": null, "no_answer_prob": -11.997050285339355}
{"example_id": -1281470309241383171, "prediction": "ecliptic", "binary_answer": null, "no_answer_prob": -8.354366779327393}
{"example_id": 512942171744482497, "prediction": "Government of India", "binary_answer": null, "no_answer_prob": -5.837420463562012}
{"example_id": -613065524168931491, "prediction": "2001", "binary_answer": null, "no_answer_prob": -10.886024117469788}
{"example_id": -2516801627420415432, "prediction": "Dick Grayson", "binary_answer": null, "no_answer_prob": 0.012103915214538574}
{"example_id": 3385484593962180700, "prediction": "", "binary_answer": null, "no_answer_prob": 5.252111911773682}
{"example_id": 1114798411474593640, "prediction": "Dodger Stadium in Los Angeles , California", "binary_answer": null, "no_answer_prob": -1.6753473281860352}
{"example_id": 3565009647830244983, "prediction": "the mujahideen", "binary_answer": null, "no_answer_prob": -2.123460292816162}
{"example_id": -2119017604689021198, "prediction": "1984 and 1998", "binary_answer": null, "no_answer_prob": -8.748164616525173}
{"example_id": 4318168127658657527, "prediction": "", "binary_answer": null, "no_answer_prob": -4.61332643032074}
{"example_id": 163812861735992154, "prediction": "Roger Cook and Sam Hogin", "binary_answer": null, "no_answer_prob": -11.74139153957367}
{"example_id": -5573357739146589469, "prediction": "Albert Studios , Sydney , Australia", "binary_answer": null, "no_answer_prob": -1.0216747522354126}
{"example_id": 5164044901055056385, "prediction": "over 200 mph ( 320 km / h )", "binary_answer": null, "no_answer_prob": -8.440218687057495}
{"example_id": 2699591821777367081, "prediction": "Dodge Charger", "binary_answer": null, "no_answer_prob": -8.828735709190369}
{"example_id": 6199305145750841239, "prediction": "Hemant Brijwasi", "binary_answer": null, "no_answer_prob": -8.343450546264648}
{"example_id": -135263648138393062, "prediction": "Jay Leno", "binary_answer": null, "no_answer_prob": -6.444971084594727}
{"example_id": -3361972665853010476, "prediction": "Star Wars : The Last Jedi", "binary_answer": null, "no_answer_prob": -3.694060802459717}
{"example_id": 585529813577875741, "prediction": "1870", "binary_answer": null, "no_answer_prob": -7.205366373062134}
{"example_id": 4904548508353963435, "prediction": "Law enforcement in Italy is an exclusive function of the State", "binary_answer": null, "no_answer_prob": -2.3438953161239624}
{"example_id": 1412542317709795470, "prediction": "Minneapolis", "binary_answer": null, "no_answer_prob": -8.552934169769287}
{"example_id": -6184574948788644454, "prediction": "Brock Lovett", "binary_answer": null, "no_answer_prob": -6.779603481292725}
{"example_id": -7842349076461411609, "prediction": "philosophes", "binary_answer": null, "no_answer_prob": -3.9286093711853027}
{"example_id": -1218306223522553377, "prediction": "During May , June , and July , the Northern Hemisphere is exposed to more direct sunlight because the hemisphere faces the Sun", "binary_answer": null, "no_answer_prob": -3.434272289276123}
{"example_id": -8397651993627578981, "prediction": "In a jury trial , a jury", "binary_answer": null, "no_answer_prob": -4.520658612251282}
{"example_id": -9081296789891648512, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1034047603607178}
{"example_id": -7757189852370426684, "prediction": "New York New York", "binary_answer": null, "no_answer_prob": -6.812511444091797}
{"example_id": 8045845876003268145, "prediction": "Sean Maguire", "binary_answer": null, "no_answer_prob": -10.791131854057312}
{"example_id": 5267857117065594150, "prediction": "polyglot", "binary_answer": null, "no_answer_prob": -9.128541588783264}
{"example_id": 4497138226542293017, "prediction": "Chameleon Dmitri Anatoly Nikolayevich", "binary_answer": null, "no_answer_prob": -1.4205284118652344}
{"example_id": 3492183054587305823, "prediction": "February 10 , 2017", "binary_answer": null, "no_answer_prob": -7.411470055580139}
{"example_id": -7934440915520373726, "prediction": "", "binary_answer": null, "no_answer_prob": 3.516770839691162}
{"example_id": 6552660741986708878, "prediction": "within the Paris Basin in the north of France", "binary_answer": null, "no_answer_prob": -5.949185132980347}
{"example_id": -2586134561689458870, "prediction": "Procol Harum", "binary_answer": null, "no_answer_prob": -11.289556384086609}
{"example_id": -4509118558072041562, "prediction": "2008", "binary_answer": null, "no_answer_prob": -6.49227637052536}
{"example_id": -1204746644820116040, "prediction": "the 2004 autobiography Soul Surfer : A True Story of Faith , Family , and Fighting to Get Back on the Board by Bethany Hamilton", "binary_answer": null, "no_answer_prob": -8.461892127990723}
{"example_id": 2093732342481935035, "prediction": "48 BC", "binary_answer": null, "no_answer_prob": -9.292020320892334}
{"example_id": -6905205205636703090, "prediction": "18", "binary_answer": null, "no_answer_prob": -7.777143478393555}
{"example_id": -5435822709474983888, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5837883949279785}
{"example_id": 6084451413318448247, "prediction": "Warren Beatty and Faye Dunaway", "binary_answer": null, "no_answer_prob": -7.931109070777893}
{"example_id": -8322770373387746836, "prediction": "The Serenity Prayer", "binary_answer": null, "no_answer_prob": -3.0765879154205322}
{"example_id": -1842130022579978141, "prediction": "In the seven - layer OSI model of computer networking , the session layer is layer 5 .", "binary_answer": null, "no_answer_prob": -2.315301299095154}
{"example_id": 4208264492711266333, "prediction": "Histology also microanatomy is the study of the anatomy of cells and tissues of plants and animals", "binary_answer": null, "no_answer_prob": -0.4700934886932373}
{"example_id": -2294613783191407303, "prediction": "the Eagles", "binary_answer": null, "no_answer_prob": -9.208224415779114}
{"example_id": 3821328473598857703, "prediction": "Employment contracts , pension benefits , and government entitlements such as Social Security", "binary_answer": null, "no_answer_prob": -0.7645235061645508}
{"example_id": -6147411494230562961, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -5.5600457191467285}
{"example_id": 3136119988434626555, "prediction": "May 1 , 1999", "binary_answer": null, "no_answer_prob": -8.95602834224701}
{"example_id": 32949967343890825, "prediction": "Paul McCartney and Wings", "binary_answer": null, "no_answer_prob": -9.309352159500122}
{"example_id": -8718461884360275859, "prediction": "January 8 , 1990", "binary_answer": null, "no_answer_prob": -7.752422571182251}
{"example_id": 5488771502904120932, "prediction": "Belle", "binary_answer": null, "no_answer_prob": -2.9361982345581055}
{"example_id": -8227218054836287119, "prediction": "Richard Bruton", "binary_answer": null, "no_answer_prob": -10.930979490280151}
{"example_id": 1711564609413586391, "prediction": "the late 19th century", "binary_answer": null, "no_answer_prob": -4.712328374385834}
{"example_id": 6257268952806502264, "prediction": "the small town of Laurel , Mississippi , to the New Orleans French Quarter", "binary_answer": null, "no_answer_prob": -4.540841460227966}
{"example_id": -4969087119135536443, "prediction": "rationalism", "binary_answer": null, "no_answer_prob": -4.685050964355469}
{"example_id": 8516947433438533152, "prediction": "Jack Gleeson", "binary_answer": null, "no_answer_prob": -12.408284187316895}
{"example_id": 7914809114380179546, "prediction": "March 7 , 1992", "binary_answer": null, "no_answer_prob": -9.11262995004654}
{"example_id": -6004071283045291202, "prediction": "severe drought", "binary_answer": null, "no_answer_prob": -8.18225884437561}
{"example_id": -1196846981135510318, "prediction": "Bede", "binary_answer": null, "no_answer_prob": -1.5640432834625244}
{"example_id": 2823945180791357197, "prediction": "inner - city African Americans", "binary_answer": null, "no_answer_prob": -6.085609972476959}
{"example_id": -8289161855062990086, "prediction": "Black Swan", "binary_answer": null, "no_answer_prob": -7.335773468017578}
{"example_id": 5006230593152811617, "prediction": "Bill Medley and Jennifer Warnes", "binary_answer": null, "no_answer_prob": -10.704128742218018}
{"example_id": -8874586848406346263, "prediction": "Warsaw Radio Mast", "binary_answer": null, "no_answer_prob": -7.309776306152344}
{"example_id": 802242686146481924, "prediction": "", "binary_answer": null, "no_answer_prob": 2.757947087287903}
{"example_id": 7940062665498064661, "prediction": "the serial number and the fore - end screw to secure the barrel to the stock", "binary_answer": null, "no_answer_prob": -3.086121082305908}
{"example_id": 7854421421102932055, "prediction": "The Forgotten Beasts of Eld is a fantasy novel", "binary_answer": null, "no_answer_prob": 2.6180339455604553}
{"example_id": 7219337640456442084, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -12.410157561302185}
{"example_id": 6502513170495123183, "prediction": "the legendary Fountain of Youth , near Lake Macaco ( now known as Lake Okeechobee , in Florida", "binary_answer": null, "no_answer_prob": -7.240392088890076}
{"example_id": 8037440722757115040, "prediction": "eighth season . As of April 6 , 2018 , 173 episodes of Blue Bloods have aired .", "binary_answer": null, "no_answer_prob": -6.9601356983184814}
{"example_id": 4488538952512614391, "prediction": "Pink Floyd", "binary_answer": null, "no_answer_prob": -2.024033546447754}
{"example_id": 6016553699819294544, "prediction": "A capsid is the protein shell of a virus . It consists of several oligomeric structural subunits made of protein called protomers", "binary_answer": null, "no_answer_prob": -4.331512093544006}
{"example_id": 1839258823869093465, "prediction": "May 15", "binary_answer": null, "no_answer_prob": -2.6564409732818604}
{"example_id": -8101954711358248454, "prediction": "He is perhaps best known for the remark in a letter to an Anglican bishop", "binary_answer": null, "no_answer_prob": -7.186660170555115}
{"example_id": -5517233925443928461, "prediction": "Robert Cray", "binary_answer": null, "no_answer_prob": -3.577745795249939}
{"example_id": -5965882007131819850, "prediction": "REO Speedwagon", "binary_answer": null, "no_answer_prob": -12.191870093345642}
{"example_id": -6544602658176910655, "prediction": "Detective Antonio Dawson", "binary_answer": null, "no_answer_prob": -0.3901398181915283}
{"example_id": -6786663451529216648, "prediction": "Pink", "binary_answer": null, "no_answer_prob": -8.484146237373352}
{"example_id": -2981467081011300302, "prediction": "CEO Rex Tillerson", "binary_answer": null, "no_answer_prob": -10.02569031715393}
{"example_id": -5155731306818028416, "prediction": "Heathcliff Andrew Ledger", "binary_answer": null, "no_answer_prob": -4.430732369422913}
{"example_id": 7475996979460723368, "prediction": "In variants in which the song describes a confrontation", "binary_answer": null, "no_answer_prob": 1.456092357635498}
{"example_id": -7016168820459507698, "prediction": "The N - terminus ( also known as the amino - terminus , NH - terminus , N - terminal end or amine - terminus", "binary_answer": null, "no_answer_prob": -3.6589670181274414}
{"example_id": 5819412337232935478, "prediction": "the southern United States and northern Mexico", "binary_answer": null, "no_answer_prob": -8.156259536743164}
{"example_id": -8558973673910499616, "prediction": "December 19 , 1801", "binary_answer": null, "no_answer_prob": -11.604907274246216}
{"example_id": 8315526696903279876, "prediction": "George Raymond Richard Martin", "binary_answer": null, "no_answer_prob": -11.757185459136963}
{"example_id": 2620562839483759589, "prediction": "between 330 and 435 km ( 205 and 270 mi )", "binary_answer": null, "no_answer_prob": -9.98000681400299}
{"example_id": -361906807922274081, "prediction": "", "binary_answer": null, "no_answer_prob": 6.450025513768196}
{"example_id": 2258832369743184112, "prediction": "R\u00e9jane `` Reggie '' Magloire and Rose Marie Ramsey", "binary_answer": null, "no_answer_prob": -11.893027544021606}
{"example_id": -5312549763179880778, "prediction": "3,573 ft ( 1,089 m )", "binary_answer": null, "no_answer_prob": -10.730311393737793}
{"example_id": -5611233705477236828, "prediction": "gravitational influence is such that the barycenter of the Pluto -- Charon system lies outside Pluto .", "binary_answer": null, "no_answer_prob": -3.197618007659912}
{"example_id": -6276446060731528591, "prediction": "Quincy McCall ( Epps ) and Monica Wright", "binary_answer": null, "no_answer_prob": 0.40161192417144775}
{"example_id": 7640115750041239037, "prediction": "Six other amino acids are considered conditionally essential in the human diet", "binary_answer": null, "no_answer_prob": 1.149665355682373}
{"example_id": 3787230311281172305, "prediction": "Kelly Monaco", "binary_answer": null, "no_answer_prob": -3.832118511199951}
{"example_id": -3765606054252682643, "prediction": "Matt Caldwell Nikki Fried Party Republican Democratic Incumbent Agriculture Commissioner Adam Putnam", "binary_answer": null, "no_answer_prob": -5.0727128982543945}
{"example_id": -6596494750045214057, "prediction": "Thomas Nashe", "binary_answer": null, "no_answer_prob": -6.900006055831909}
{"example_id": 1229184814518823221, "prediction": "Sri Lanka", "binary_answer": null, "no_answer_prob": -3.02645206451416}
{"example_id": -1109399901384006898, "prediction": "between the region of Lake Victoria and the Mediterranean Sea", "binary_answer": null, "no_answer_prob": -2.819030523300171}
{"example_id": 2864828716904811288, "prediction": "Theodora", "binary_answer": null, "no_answer_prob": -5.55584716796875}
{"example_id": 5518691545119288149, "prediction": "2018", "binary_answer": null, "no_answer_prob": -8.16554057598114}
{"example_id": -5583864421000089995, "prediction": "Michaela Dietz", "binary_answer": null, "no_answer_prob": -4.334614396095276}
{"example_id": 1384106640689642583, "prediction": "Paul Anka", "binary_answer": null, "no_answer_prob": -5.868202328681946}
{"example_id": 2319980475239464532, "prediction": "fourteen months", "binary_answer": null, "no_answer_prob": -5.737689018249512}
{"example_id": -8247960020494946676, "prediction": "Yuriy Norshteyn", "binary_answer": null, "no_answer_prob": -4.038188576698303}
{"example_id": -3780188924727299872, "prediction": "A personal watercraft ( PWC ) , also called water scooter , jetski , and comically a boatercycle", "binary_answer": null, "no_answer_prob": -3.4185400009155273}
{"example_id": 4330661765598157231, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5348609685897827}
{"example_id": 4860550252268772892, "prediction": "from 7 to 9 June", "binary_answer": null, "no_answer_prob": -9.638000965118408}
{"example_id": -17314878580916020, "prediction": "Alice Cooper", "binary_answer": null, "no_answer_prob": -7.625054597854614}
{"example_id": -3882377811931187829, "prediction": "Chadwick Gaylord Smith", "binary_answer": null, "no_answer_prob": -13.601244032382965}
{"example_id": 2663900618010457747, "prediction": "Philadelphia , Pennsylvania .", "binary_answer": null, "no_answer_prob": 1.5479817390441895}
{"example_id": -1816845563011165745, "prediction": "Georgie Porgie , pudding and pie", "binary_answer": null, "no_answer_prob": -8.396120309829712}
{"example_id": 662548517647235170, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9225081205368042}
{"example_id": 9054423847712059440, "prediction": "Dave Chappelle as George `` Noodles '' Stone", "binary_answer": null, "no_answer_prob": -4.225421190261841}
{"example_id": -8531942314563806288, "prediction": "558 minutes", "binary_answer": null, "no_answer_prob": -8.374345898628235}
{"example_id": -5459996306053015878, "prediction": "king Matthias Corvinus", "binary_answer": null, "no_answer_prob": -0.3141646385192871}
{"example_id": 1578659854961558558, "prediction": "quirky . ''", "binary_answer": null, "no_answer_prob": -0.15073025226593018}
{"example_id": 833117822520584676, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8688701391220093}
{"example_id": 952823698977964583, "prediction": "Seabrook Island , South Carolina", "binary_answer": null, "no_answer_prob": -8.706898927688599}
{"example_id": 1278480802277665800, "prediction": "330 AD", "binary_answer": null, "no_answer_prob": -7.652534008026123}
{"example_id": -9122833663550948917, "prediction": "Aunt Em and Uncle Henry", "binary_answer": null, "no_answer_prob": 1.7592740058898926}
{"example_id": 8924269644784033060, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9845921397209167}
{"example_id": 4702839898066253410, "prediction": "Chelsea are the defending champions , while Newcastle United , Brighton & Hove Albion and Huddersfield Town", "binary_answer": null, "no_answer_prob": -4.075741767883301}
{"example_id": -5967639920834959562, "prediction": "representatives", "binary_answer": null, "no_answer_prob": -6.613240480422974}
{"example_id": -872148709863456785, "prediction": "John the Baptist", "binary_answer": null, "no_answer_prob": -2.7220206260681152}
{"example_id": -3318122202395388302, "prediction": "Vikings from the north , Huns from the east , and Saracens", "binary_answer": null, "no_answer_prob": -3.7120277881622314}
{"example_id": 7127577961923843538, "prediction": "Tony Christie", "binary_answer": null, "no_answer_prob": -7.865835785865784}
{"example_id": 4235669204735674694, "prediction": "in honor of NFL coach Vince Lombardi", "binary_answer": null, "no_answer_prob": -7.106869220733643}
{"example_id": 5790059625390704028, "prediction": "The use of poison gas performed by all major belligerents throughout World War I constituted war crimes", "binary_answer": null, "no_answer_prob": 0.7614194601774216}
{"example_id": 3308348944106726345, "prediction": "2018", "binary_answer": null, "no_answer_prob": -1.0373274087905884}
{"example_id": -1167263495350719445, "prediction": "", "binary_answer": null, "no_answer_prob": 1.36552494764328}
{"example_id": -8591610983091296817, "prediction": "No . Title Artist Length 1 . `` Rock Star '' ( Art Alexakis", "binary_answer": null, "no_answer_prob": -2.303347587585449}
{"example_id": 1762345328813038847, "prediction": "2008", "binary_answer": null, "no_answer_prob": -6.755959868431091}
{"example_id": 1713054141029260325, "prediction": "Embeth Jean Davidtz", "binary_answer": null, "no_answer_prob": -9.100480675697327}
{"example_id": 2531516684687563287, "prediction": "Toy Caldwell", "binary_answer": null, "no_answer_prob": -11.855585217475891}
{"example_id": -3396975988439089652, "prediction": "1428", "binary_answer": null, "no_answer_prob": -7.062708497047424}
{"example_id": -6434753325781010339, "prediction": "January 1 , 2101 and ending on December 31 , 2200", "binary_answer": null, "no_answer_prob": -8.370445013046265}
{"example_id": -2535300810911583763, "prediction": "Jeanne Sagan", "binary_answer": null, "no_answer_prob": -8.573456048965454}
{"example_id": 912739715533119853, "prediction": "Hampton Roads MSA", "binary_answer": null, "no_answer_prob": -5.6131603717803955}
{"example_id": 5463039643256103598, "prediction": "2011", "binary_answer": null, "no_answer_prob": -8.720986723899841}
{"example_id": 6583630986800851715, "prediction": "Blast fishing or dynamite fishing is the practice of using explosives", "binary_answer": null, "no_answer_prob": 0.4715719223022461}
{"example_id": -8319975474139178450, "prediction": "Madras", "binary_answer": null, "no_answer_prob": -9.420405983924866}
{"example_id": 8674477261947815985, "prediction": "1810", "binary_answer": null, "no_answer_prob": -4.150386810302734}
{"example_id": 2950006076180984136, "prediction": "Harry Hadden - Paton", "binary_answer": null, "no_answer_prob": -5.33656644821167}
{"example_id": 7332569254170441425, "prediction": "the Kuomintang ( KMT ) - led government of the Republic of China and the Communist Party of China", "binary_answer": null, "no_answer_prob": -7.677340269088745}
{"example_id": -8938866779244492178, "prediction": "Horse Nonsense as `` How I Brought the Good News from Aix to Ghent ( or Vice Versa ) '' .", "binary_answer": null, "no_answer_prob": -3.8673675060272217}
{"example_id": -8640818569601107110, "prediction": "Port state control", "binary_answer": null, "no_answer_prob": -4.31926691532135}
{"example_id": -5687260239070204687, "prediction": "Mary Beth Evans", "binary_answer": null, "no_answer_prob": -13.371541380882263}
{"example_id": -7059085327774987280, "prediction": "Beijing", "binary_answer": null, "no_answer_prob": -5.3224639892578125}
{"example_id": 6887634788433337209, "prediction": "Virginia Bruce", "binary_answer": null, "no_answer_prob": -8.539737105369568}
{"example_id": 1778587505575968014, "prediction": "linear chromosomes in eukaryotes , and circular chromosomes in prokaryotes", "binary_answer": null, "no_answer_prob": -1.8205490112304688}
{"example_id": -7391449118245016117, "prediction": "15 miles ( 24 km )", "binary_answer": null, "no_answer_prob": -3.7888402938842773}
{"example_id": -2721022090667625722, "prediction": "Dylan Sprouse", "binary_answer": null, "no_answer_prob": -8.764170169830322}
{"example_id": -8583211498455578525, "prediction": "Due to the moderating influence of the Atlantic or Pacific", "binary_answer": null, "no_answer_prob": -2.8737711906433105}
{"example_id": -1005672146492412109, "prediction": "Andrew Johnson", "binary_answer": null, "no_answer_prob": -8.071446895599365}
{"example_id": -3681267594457866032, "prediction": "Every Picture Tells a Story , released in 1971 .", "binary_answer": null, "no_answer_prob": -1.5528322458267212}
{"example_id": 2836845871426149567, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.6273915767669678}
{"example_id": 3235145058323535822, "prediction": "Loudon Wainwright III", "binary_answer": null, "no_answer_prob": -10.415135443210602}
{"example_id": 2523114317094070929, "prediction": "Niagara", "binary_answer": null, "no_answer_prob": -6.28502631187439}
{"example_id": -2205439830862864188, "prediction": "Timberlake", "binary_answer": null, "no_answer_prob": -6.584423542022705}
{"example_id": -8109431955313655366, "prediction": "", "binary_answer": null, "no_answer_prob": 4.832530319690704}
{"example_id": -4071625595659185770, "prediction": "In gridiron football , the safety", "binary_answer": null, "no_answer_prob": -0.049560606479644775}
{"example_id": -3347415205620550250, "prediction": "Seven", "binary_answer": null, "no_answer_prob": -2.8363802433013916}
{"example_id": 7240062746594540469, "prediction": "Ken Curtis", "binary_answer": null, "no_answer_prob": -12.878517270088196}
{"example_id": -2935343613109800417, "prediction": "Christine McVie", "binary_answer": null, "no_answer_prob": -5.676991581916809}
{"example_id": -6017219146541630098, "prediction": "526", "binary_answer": null, "no_answer_prob": -4.391540050506592}
{"example_id": 7049879526021736257, "prediction": "Burl Ives", "binary_answer": null, "no_answer_prob": -8.283509492874146}
{"example_id": 5389106437312212883, "prediction": "R. Kelly", "binary_answer": null, "no_answer_prob": -10.441942572593689}
{"example_id": -8530219745420764651, "prediction": "", "binary_answer": null, "no_answer_prob": 3.706611752510071}
{"example_id": -7676627916208638811, "prediction": "Rupert Everett", "binary_answer": null, "no_answer_prob": -9.236120223999023}
{"example_id": -2829988372546807487, "prediction": "near the namesake Hawaiian Islands , in the northern Pacific Ocean", "binary_answer": null, "no_answer_prob": -7.453548192977905}
{"example_id": 2091438961808499174, "prediction": "Denver Broncos and National Football Conference ( NFC ) champion Seattle Seahawks", "binary_answer": null, "no_answer_prob": -9.326718807220459}
{"example_id": -4197310212641231952, "prediction": "", "binary_answer": null, "no_answer_prob": 3.214908182621002}
{"example_id": -255311412987158941, "prediction": "La Jeune Am\u00e9ricaine et les contes marins ( The Young American and Marine Tales )", "binary_answer": null, "no_answer_prob": -0.3816014528274536}
{"example_id": -7690718669519742777, "prediction": "Seals and Crofts", "binary_answer": null, "no_answer_prob": -6.097313761711121}
{"example_id": -6514095796654523284, "prediction": "John Stamos", "binary_answer": null, "no_answer_prob": -5.991351366043091}
{"example_id": 7818112641371223126, "prediction": "State Farm Stadium", "binary_answer": null, "no_answer_prob": -10.786849975585938}
{"example_id": -7759303418807088024, "prediction": "His first paper in 1915 demonstrated genetic linkage in mammals while subsequent works helped to create population genetics", "binary_answer": null, "no_answer_prob": 4.05146849155426}
{"example_id": -4785701522801361688, "prediction": "Europe , Asia , northwest Africa , and southeastern Australia", "binary_answer": null, "no_answer_prob": -4.686972141265869}
{"example_id": -3399227448895739738, "prediction": "1908", "binary_answer": null, "no_answer_prob": -8.955570459365845}
{"example_id": -2991000124654590247, "prediction": "Jonathan Pangborn", "binary_answer": null, "no_answer_prob": -2.116161346435547}
{"example_id": 8698224606927607838, "prediction": "a means of sending and receiving information", "binary_answer": null, "no_answer_prob": 2.271271228790283}
{"example_id": -8164561486411707609, "prediction": "`` Friend Like Me '' is a song from the 1992 Disney film Aladdin", "binary_answer": null, "no_answer_prob": 2.509090542793274}
{"example_id": 1605762510932027661, "prediction": "1994", "binary_answer": null, "no_answer_prob": -10.425333678722382}
{"example_id": -3267642790590927032, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5024604201316833}
{"example_id": -1738867496255288805, "prediction": "Kathajodi River and the Mahanadi River", "binary_answer": null, "no_answer_prob": -8.426782608032227}
{"example_id": -8083772678784794712, "prediction": "9 7", "binary_answer": null, "no_answer_prob": -5.367637395858765}
{"example_id": -8646655647332839419, "prediction": "samizdat", "binary_answer": null, "no_answer_prob": 1.6986680030822754}
{"example_id": -2430892891443078620, "prediction": "the Psychopannychia", "binary_answer": null, "no_answer_prob": -5.261099457740784}
{"example_id": 5516731406225529709, "prediction": "provide banking services to cater to the needs of agricultural and industrial enterprises", "binary_answer": null, "no_answer_prob": -6.040560007095337}
{"example_id": 3453182683045423186, "prediction": "Day trippers are people who go on a day trip , right ? Usually on a ferryboat or something", "binary_answer": null, "no_answer_prob": -1.8898699283599854}
{"example_id": 5485836099821146604, "prediction": "84 / 56", "binary_answer": null, "no_answer_prob": -4.558686017990112}
{"example_id": 4472987726489577416, "prediction": "1955 1959 1963 1965 1981 1988", "binary_answer": null, "no_answer_prob": -8.079099535942078}
{"example_id": -2143259971354570447, "prediction": "Romanticism characterized by enthusiasm , emotion , and an appeal to the super-natural", "binary_answer": null, "no_answer_prob": -1.921602487564087}
{"example_id": -8432129556778587735, "prediction": "the sacraments of initiation", "binary_answer": null, "no_answer_prob": -4.596418380737305}
{"example_id": -7504397554360672876, "prediction": "Casinos now operate in Goa , Daman and Sikkim .", "binary_answer": null, "no_answer_prob": -1.414887547492981}
{"example_id": -1679520392051387388, "prediction": "Glen Campbell", "binary_answer": null, "no_answer_prob": -12.905067086219788}
{"example_id": -1594127086659780245, "prediction": "Qualcomm Stadium", "binary_answer": null, "no_answer_prob": -6.747988224029541}
{"example_id": -1448524641308572783, "prediction": "The Fellowship of the Ring ( 2001 ) , The Two Towers ( 2002 ) and The Return of the King", "binary_answer": null, "no_answer_prob": -5.066574692726135}
{"example_id": 1538521268068601128, "prediction": "26 March 2015", "binary_answer": null, "no_answer_prob": -11.703308463096619}
{"example_id": 8033165278091535801, "prediction": "1987", "binary_answer": null, "no_answer_prob": -9.976036787033081}
{"example_id": -6595353527328528997, "prediction": "Curtis", "binary_answer": null, "no_answer_prob": -5.453083515167236}
{"example_id": -4384412567296328220, "prediction": "The main responsibilities of CPS are to provide legal advice to the police and other investigative agencies during the course of criminal investigations", "binary_answer": null, "no_answer_prob": -1.5158569812774658}
{"example_id": -2791031496653886371, "prediction": "Mowgli ( \u092e\u094b\u0917\u0932\u0940 Maogal\u012b ; feral child ) - Also referred to as `` Man Cub '' .", "binary_answer": null, "no_answer_prob": -0.8148130178451538}
{"example_id": 1318181099423578694, "prediction": "", "binary_answer": null, "no_answer_prob": 6.877087771892548}
{"example_id": 6291700309486366112, "prediction": "Frank Sinatra", "binary_answer": null, "no_answer_prob": -8.079230070114136}
{"example_id": -2216288005540330811, "prediction": "The Foundation for Environmental Education", "binary_answer": null, "no_answer_prob": -3.4223718643188477}
{"example_id": -9159775735515348520, "prediction": "approximately one in five", "binary_answer": null, "no_answer_prob": -6.567391633987427}
{"example_id": 7423675480415732989, "prediction": "1977", "binary_answer": null, "no_answer_prob": -10.824138224124908}
{"example_id": -7582745877240343576, "prediction": "the late 1970s", "binary_answer": null, "no_answer_prob": 0.9014039039611816}
{"example_id": -6308952806760794704, "prediction": "May 12 , 2010", "binary_answer": null, "no_answer_prob": -9.026169300079346}
{"example_id": -8819224356617100445, "prediction": "1975", "binary_answer": null, "no_answer_prob": -5.362198829650879}
{"example_id": -4324999623175716840, "prediction": "Alex Vause Orange Is the New Black character Laura Prepon as Alex Vause First appearance `` I Was n't Ready", "binary_answer": null, "no_answer_prob": 1.2328563034534454}
{"example_id": -7946914703140878316, "prediction": "`` Hit Me with Your Best Shot '' is a song by American rock singer Pat Benatar", "binary_answer": null, "no_answer_prob": 3.551857963204384}
{"example_id": -8846954740518018553, "prediction": "The Government of the Commonwealth of Australia", "binary_answer": null, "no_answer_prob": 4.050994820892811}
{"example_id": 2403539739622541523, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -11.889234066009521}
{"example_id": -6593786172448058094, "prediction": "", "binary_answer": null, "no_answer_prob": 4.437323987483978}
{"example_id": -2928349628862605636, "prediction": "Gross domestic product", "binary_answer": null, "no_answer_prob": 3.734221011400223}
{"example_id": 3697238135623150616, "prediction": "2004", "binary_answer": null, "no_answer_prob": -8.834844827651978}
{"example_id": -4505429291678080448, "prediction": "contributes to immune surveillance and helps to prevent the entrance of microbes into the eye .", "binary_answer": null, "no_answer_prob": -3.4989938735961914}
{"example_id": 3411765644140833034, "prediction": "", "binary_answer": null, "no_answer_prob": 3.842372477054596}
{"example_id": -6367057330647505746, "prediction": "16 years of age", "binary_answer": null, "no_answer_prob": -2.8818280696868896}
{"example_id": 2642082376424878345, "prediction": "September 1985 and finished in November 1985", "binary_answer": null, "no_answer_prob": -7.1830116510391235}
{"example_id": -849489452133706819, "prediction": "9", "binary_answer": null, "no_answer_prob": -4.085175573825836}
{"example_id": -8817675850857402488, "prediction": "not less than 25 years of age to be a member of the Legislative Assembly and not less than 30 years", "binary_answer": null, "no_answer_prob": -3.999040126800537}
{"example_id": 1578000675191134268, "prediction": "Mike Wheeler in the Netflix series Stranger Things , and Richie Tozier", "binary_answer": null, "no_answer_prob": -10.24436068534851}
{"example_id": -2206083377077463872, "prediction": "roughly five hundred experts across the world . Those selected to vote include academics , journalists , producers , and others with music industry experience", "binary_answer": null, "no_answer_prob": -0.712547779083252}
{"example_id": 3061118309240822442, "prediction": "France", "binary_answer": null, "no_answer_prob": -7.057622075080872}
{"example_id": -3371890911605392308, "prediction": "Total U.S. Deaths by War Civil War ( both U.S. and Confederate ) 750,000", "binary_answer": null, "no_answer_prob": 1.308966338634491}
{"example_id": 4708993485640470955, "prediction": "108", "binary_answer": null, "no_answer_prob": -6.246570467948914}
{"example_id": 2415035688479885844, "prediction": "", "binary_answer": null, "no_answer_prob": 3.001192092895508}
{"example_id": 9150955474788261425, "prediction": "Chuck Lorre Dennis C. Brown", "binary_answer": null, "no_answer_prob": -6.846186518669128}
{"example_id": -4480182871594501325, "prediction": "Todd Pipes", "binary_answer": null, "no_answer_prob": -4.833025932312012}
{"example_id": 6665054037218154779, "prediction": "Multiple inheritance", "binary_answer": null, "no_answer_prob": -0.12324726581573486}
{"example_id": -3207917703224559863, "prediction": "Jeffrey Dean Morgan", "binary_answer": null, "no_answer_prob": -13.922797560691833}
{"example_id": -7619831388087664305, "prediction": "Brandon Flynn", "binary_answer": null, "no_answer_prob": -13.184010624885559}
{"example_id": -5001999187490255083, "prediction": "Bill Cullen", "binary_answer": null, "no_answer_prob": -3.6703041791915894}
{"example_id": -2597595626409302649, "prediction": "", "binary_answer": null, "no_answer_prob": 1.841558575630188}
{"example_id": -4274425064083032411, "prediction": "174.0 cm ( 5 ft 8 \u2044 in )", "binary_answer": null, "no_answer_prob": 0.4602314233779907}
{"example_id": 4725591197712833258, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -9.456704378128052}
{"example_id": 2214506083332809384, "prediction": "Rhames", "binary_answer": null, "no_answer_prob": -5.241325855255127}
{"example_id": -2088638260702961294, "prediction": "George III", "binary_answer": null, "no_answer_prob": -10.770947337150574}
{"example_id": 1521108568561999394, "prediction": "Don Williams", "binary_answer": null, "no_answer_prob": -11.789602994918823}
{"example_id": -6039277764340706043, "prediction": "Christmas in July Promotional material for 2007 Christmas in Winter festival in Tulbagh , South Africa", "binary_answer": null, "no_answer_prob": 3.5276925563812256}
{"example_id": 2788150498848569248, "prediction": "Harry C. Meek", "binary_answer": null, "no_answer_prob": -8.591535568237305}
{"example_id": 2775840251067771416, "prediction": "Jess Walton", "binary_answer": null, "no_answer_prob": -12.315308928489685}
{"example_id": -5655551859270743763, "prediction": "loose connective tissue and dense connective tissue ( which is further subdivided into dense regular and dense irregular connective tissues", "binary_answer": null, "no_answer_prob": -6.406661748886108}
{"example_id": 5062857859256710776, "prediction": "0.35 miles ( 0.56 km )", "binary_answer": null, "no_answer_prob": -6.1931763887405396}
{"example_id": 8316699342584548454, "prediction": "25,000 yen ( $210 )", "binary_answer": null, "no_answer_prob": -6.642134428024292}
{"example_id": 4751475814131578832, "prediction": "2 fluid ounces or more .", "binary_answer": null, "no_answer_prob": -2.347424268722534}
{"example_id": 1096497891432710177, "prediction": "", "binary_answer": null, "no_answer_prob": 0.07885462045669556}
{"example_id": -3678606089626481357, "prediction": "\u00a3 231,843", "binary_answer": null, "no_answer_prob": -7.175175666809082}
{"example_id": 3051930912491995402, "prediction": "between 1975 and 1985", "binary_answer": null, "no_answer_prob": -8.25346064567566}
{"example_id": 3947524562237613038, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": -8.32945728302002}
{"example_id": 8317331295035673089, "prediction": "120,762", "binary_answer": null, "no_answer_prob": -11.715097784996033}
{"example_id": -1355322236662361701, "prediction": "Jeanne M. Ives", "binary_answer": null, "no_answer_prob": -11.267970323562622}
{"example_id": 8629904539305064115, "prediction": "Mufasa", "binary_answer": null, "no_answer_prob": -2.7314157485961914}
{"example_id": -2307288734161784915, "prediction": "Aloe vera ( / \u02c8\u00e6lo\u028ai\u02d0 / or / \u02c8\u00e6lo\u028a / ) is a plant", "binary_answer": null, "no_answer_prob": -4.266112804412842}
{"example_id": 1314972742570314327, "prediction": "Australia", "binary_answer": null, "no_answer_prob": -6.814965784549713}
{"example_id": -2483846273134722603, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9663662910461426}
{"example_id": 7809715927293504990, "prediction": "Jeff Silbar and Larry Henley", "binary_answer": null, "no_answer_prob": -12.34669029712677}
{"example_id": 2842924527220481974, "prediction": "the Supreme Court", "binary_answer": null, "no_answer_prob": -4.893783330917358}
{"example_id": -1371894834665056317, "prediction": "August 8 , 2014", "binary_answer": null, "no_answer_prob": -4.040229797363281}
{"example_id": 968452373141674317, "prediction": "Things Goin ' On", "binary_answer": null, "no_answer_prob": 2.2522624135017395}
{"example_id": 9041546606351501546, "prediction": "Dashing through the snow In a one - horse open sleigh O'er the fields we go", "binary_answer": null, "no_answer_prob": -0.1724299192428589}
{"example_id": 3670471646375572127, "prediction": "not a part of any state", "binary_answer": null, "no_answer_prob": -2.48491370677948}
{"example_id": 4931818985411843949, "prediction": "Malcolm Brogdon", "binary_answer": null, "no_answer_prob": -7.6849623918533325}
{"example_id": 439103968035683784, "prediction": "22.6", "binary_answer": null, "no_answer_prob": -5.619459748268127}
{"example_id": -2061400266072030283, "prediction": "1 July and 18 November 1916", "binary_answer": null, "no_answer_prob": -10.647565126419067}
{"example_id": 4238469957250419529, "prediction": "The name `` Uruk - hai '' has the element Uruk , which is a Black Speech word related to Orc", "binary_answer": null, "no_answer_prob": -3.9398739337921143}
{"example_id": 1593604885185133296, "prediction": "50 points", "binary_answer": null, "no_answer_prob": -8.64196515083313}
{"example_id": 1810540537323127079, "prediction": "December 1941", "binary_answer": null, "no_answer_prob": -7.124344110488892}
{"example_id": -975348388226150640, "prediction": "103,190", "binary_answer": null, "no_answer_prob": -11.702885508537292}
{"example_id": 2484379349852541868, "prediction": "Bee Gees", "binary_answer": null, "no_answer_prob": -9.851103901863098}
{"example_id": 2592868951170471293, "prediction": "Pan", "binary_answer": null, "no_answer_prob": -4.7373881340026855}
{"example_id": -255536896297005191, "prediction": "the Ming dynasty", "binary_answer": null, "no_answer_prob": -1.5966918468475342}
{"example_id": -4502651912548446154, "prediction": "Sam Houston Tollway", "binary_answer": null, "no_answer_prob": -2.927659034729004}
{"example_id": 2857129857091778354, "prediction": "Sara Canning", "binary_answer": null, "no_answer_prob": -8.689361572265625}
{"example_id": 7611521031230728931, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0748332142829895}
{"example_id": -5982266363084360835, "prediction": "Japan -- Pakistan relations refer to foreign relations between Japan and Pakistan .", "binary_answer": null, "no_answer_prob": 0.9064103364944458}
{"example_id": -610603108380732474, "prediction": "Women in Vatican City are those who live in or are from Vatican City", "binary_answer": null, "no_answer_prob": 1.3132846355438232}
{"example_id": -5476378947514613767, "prediction": "Ernie Birchill", "binary_answer": null, "no_answer_prob": -2.0657180547714233}
{"example_id": 2237156442325774327, "prediction": "NBC television network", "binary_answer": null, "no_answer_prob": -4.542241454124451}
{"example_id": 1333561422349553590, "prediction": "54", "binary_answer": null, "no_answer_prob": -9.086074113845825}
{"example_id": 4300920285715516714, "prediction": "James A. Garfield", "binary_answer": null, "no_answer_prob": -9.118098139762878}
{"example_id": 8863387829953462015, "prediction": "Albert Lawrence Brooks", "binary_answer": null, "no_answer_prob": -12.413699984550476}
{"example_id": -7311058425357650150, "prediction": "January 26 , 2018", "binary_answer": null, "no_answer_prob": -3.2482056617736816}
{"example_id": 5377124952027756432, "prediction": "Mark Charles Teixeira", "binary_answer": null, "no_answer_prob": -11.557354807853699}
{"example_id": -5539337897378937946, "prediction": "The Wright brothers , Orville", "binary_answer": null, "no_answer_prob": -8.061206340789795}
{"example_id": -204511291662634757, "prediction": "The queen ( \u2655 , \u265b ) is the most powerful piece", "binary_answer": null, "no_answer_prob": 1.190840482711792}
{"example_id": 4361212919138879970, "prediction": "Edwyn Stephen Collins", "binary_answer": null, "no_answer_prob": -4.585337162017822}
{"example_id": 5414217009975450483, "prediction": "104", "binary_answer": null, "no_answer_prob": -10.576447069644928}
{"example_id": -2157579152859231028, "prediction": "American professional baseball outfielder", "binary_answer": null, "no_answer_prob": -2.8315184116363525}
{"example_id": 816418660000550176, "prediction": "Lectures on Government and Binding : The Pisa Lectures ( LGB ) is a book by American linguist Noam Chomsky", "binary_answer": null, "no_answer_prob": 2.091919422149658}
{"example_id": 2051141609383316115, "prediction": "Leigh Francis", "binary_answer": null, "no_answer_prob": -10.743029832839966}
{"example_id": -113932269959780342, "prediction": "the cycle of life", "binary_answer": null, "no_answer_prob": -5.519747734069824}
{"example_id": 3914831453130343952, "prediction": "", "binary_answer": null, "no_answer_prob": 3.133393406867981}
{"example_id": -6080455760651479514, "prediction": "present - day Vincennes , Indiana", "binary_answer": null, "no_answer_prob": -11.379263758659363}
{"example_id": -5332415273865797138, "prediction": "2016", "binary_answer": null, "no_answer_prob": -11.332675457000732}
{"example_id": 1887982148086162345, "prediction": "EuroMillions is a transnational lottery requiring 7 correct numbers to win the jackpot", "binary_answer": null, "no_answer_prob": -2.4974347352981567}
{"example_id": 6442806862613309751, "prediction": "25 June 1950", "binary_answer": null, "no_answer_prob": -9.204012155532837}
{"example_id": 8913105154530829141, "prediction": "3 miles ( 4.8 km )", "binary_answer": null, "no_answer_prob": -1.0106706619262695}
{"example_id": 5214492005049085177, "prediction": "Kavan Smith", "binary_answer": null, "no_answer_prob": -7.544864177703857}
{"example_id": 2114543821065231555, "prediction": "Wild horses were known since prehistory from central Asia to Europe", "binary_answer": null, "no_answer_prob": -5.950834274291992}
{"example_id": 4690511621222533149, "prediction": "the Rolling Stones", "binary_answer": null, "no_answer_prob": -8.903651118278503}
{"example_id": -783096745406898875, "prediction": "", "binary_answer": null, "no_answer_prob": -3.6364471912384033}
{"example_id": 5690381869447232848, "prediction": "LaVern Baker", "binary_answer": null, "no_answer_prob": -12.797051191329956}
{"example_id": -7398902543044764111, "prediction": "1992", "binary_answer": null, "no_answer_prob": -11.444614171981812}
{"example_id": -2669642407853091086, "prediction": "Styx", "binary_answer": null, "no_answer_prob": -11.080378293991089}
{"example_id": 4776225375457532582, "prediction": "1937", "binary_answer": null, "no_answer_prob": -4.144308805465698}
{"example_id": 4117310771229415953, "prediction": "79.6 billion percent", "binary_answer": null, "no_answer_prob": -9.047676801681519}
{"example_id": 2602863819101792398, "prediction": "Steve Goodman", "binary_answer": null, "no_answer_prob": -4.414814710617065}
{"example_id": -5240355935747123550, "prediction": "Latin and Greek were the official languages of the Roman Empire", "binary_answer": null, "no_answer_prob": 1.8207266926765442}
{"example_id": 5050934905017493363, "prediction": "The Security Log", "binary_answer": null, "no_answer_prob": -3.951174020767212}
{"example_id": -4905586577653408328, "prediction": "January 22 and 31 , 1818", "binary_answer": null, "no_answer_prob": -9.698065996170044}
{"example_id": 7707548579271785778, "prediction": "along the southern shore of the island", "binary_answer": null, "no_answer_prob": -4.703914999961853}
{"example_id": 3515151414386408906, "prediction": "June 16 , 2017", "binary_answer": null, "no_answer_prob": -7.663393139839172}
{"example_id": 8434241301442786522, "prediction": "Natalie Portman", "binary_answer": null, "no_answer_prob": -11.738919615745544}
{"example_id": 1974334197476355529, "prediction": "School Mom", "binary_answer": null, "no_answer_prob": -4.300111293792725}
{"example_id": -5900680354277649426, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5485774278640747}
{"example_id": 767737324563716850, "prediction": "Hank Aaron", "binary_answer": null, "no_answer_prob": -9.85917854309082}
{"example_id": 1480969524269694012, "prediction": "Emma immediately does some research and uncovers the truth that the woman , Lilith Page , is not only Maleficent 's daughter", "binary_answer": null, "no_answer_prob": -5.265490531921387}
{"example_id": -2890293044247175459, "prediction": "Winwood", "binary_answer": null, "no_answer_prob": -10.071904182434082}
{"example_id": 902421138395947064, "prediction": "John Roberts", "binary_answer": null, "no_answer_prob": -10.102174520492554}
{"example_id": -7704253508178510013, "prediction": "Stand - your - ground laws eliminate the retreat requirement at any location the defendant has a legal right to be .", "binary_answer": null, "no_answer_prob": 0.2360224723815918}
{"example_id": 6714980332279571793, "prediction": "38,502", "binary_answer": null, "no_answer_prob": -7.7003138065338135}
{"example_id": -107512131368495195, "prediction": "121", "binary_answer": null, "no_answer_prob": -9.606509566307068}
{"example_id": -4205700322029949198, "prediction": "124", "binary_answer": null, "no_answer_prob": -6.745464324951172}
{"example_id": -5569779348654685882, "prediction": "Linda Lavin", "binary_answer": null, "no_answer_prob": -8.563175201416016}
{"example_id": -2664875860902576660, "prediction": "social control , deterring and mitigating crime , or sanctioning those who violate laws with criminal penalties and rehabilitation efforts", "binary_answer": null, "no_answer_prob": -5.28389835357666}
{"example_id": 4612831453436396417, "prediction": "right - hand side , facing forward", "binary_answer": null, "no_answer_prob": -8.921236157417297}
{"example_id": 3950383745144718481, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9845256358385086}
{"example_id": 4402349211619821774, "prediction": "67", "binary_answer": null, "no_answer_prob": -8.5060555934906}
{"example_id": -8332536135894660017, "prediction": "sucking is sufficient to burst small superficial blood vessels under the skin", "binary_answer": null, "no_answer_prob": -4.839614033699036}
{"example_id": 4467124663752101822, "prediction": "Paul McCartney", "binary_answer": null, "no_answer_prob": -10.345021963119507}
{"example_id": -8102922300054732873, "prediction": "", "binary_answer": null, "no_answer_prob": 3.937212586402893}
{"example_id": 565682737207179323, "prediction": "1,200", "binary_answer": null, "no_answer_prob": -3.9558730125427246}
{"example_id": -2393437492692142124, "prediction": "Samantha , Kirsten and Molly", "binary_answer": null, "no_answer_prob": -4.688422203063965}
{"example_id": 1111434664120048441, "prediction": "Millennium", "binary_answer": null, "no_answer_prob": -3.424503803253174}
{"example_id": 4791591886298092096, "prediction": "Marvel 's The Avengers May 4 , 2012 ( 2012 - 05 - 04 ) Joss Whedon", "binary_answer": null, "no_answer_prob": -1.1564245223999023}
{"example_id": 748591396750513100, "prediction": "a home video", "binary_answer": null, "no_answer_prob": 1.1535504460334778}
{"example_id": 3119531755108222951, "prediction": "2017 - 18", "binary_answer": null, "no_answer_prob": -2.9005017280578613}
{"example_id": -783242176789132678, "prediction": "Magnetic tape is a medium for magnetic recording", "binary_answer": null, "no_answer_prob": 0.9890540540218353}
{"example_id": -5194108449751231910, "prediction": "21 July 2007", "binary_answer": null, "no_answer_prob": -12.171864867210388}
{"example_id": 4067701251562760225, "prediction": "You Could Have Been with Me is Sheena Easton 's second album , released in 1981 on EMI .", "binary_answer": null, "no_answer_prob": 0.06104123592376709}
{"example_id": -6286972300938607713, "prediction": "3150 BC", "binary_answer": null, "no_answer_prob": -7.381326794624329}
{"example_id": -913619980878273000, "prediction": "A website is a collection of related web pages , including multimedia content , typically identified with a common domain name , and published on at least one web server", "binary_answer": null, "no_answer_prob": -1.6496909856796265}
{"example_id": 3449079148029779691, "prediction": "13", "binary_answer": null, "no_answer_prob": -7.222597599029541}
{"example_id": -4623820609625611622, "prediction": "247", "binary_answer": null, "no_answer_prob": -8.223783493041992}
{"example_id": -6844718002288756327, "prediction": "The Flys", "binary_answer": null, "no_answer_prob": -4.152034163475037}
{"example_id": -3604689468797734023, "prediction": "the non-canonical Gospel of Thomas", "binary_answer": null, "no_answer_prob": -7.633214473724365}
{"example_id": -184514849147804399, "prediction": "The British Empire", "binary_answer": null, "no_answer_prob": -5.328910708427429}
{"example_id": -1067733361741448875, "prediction": "the forces of the deposed King James II of England , and those of Dutch Prince William of Orange", "binary_answer": null, "no_answer_prob": -5.913164973258972}
{"example_id": -4555607120929378828, "prediction": "18", "binary_answer": null, "no_answer_prob": -4.696760416030884}
{"example_id": 3571249258802836985, "prediction": "2010 -- 11", "binary_answer": null, "no_answer_prob": -6.504569202661514}
{"example_id": 8406403268461972798, "prediction": "Dallas Cowboys", "binary_answer": null, "no_answer_prob": -7.302894592285156}
{"example_id": -1021449407380886303, "prediction": "Seattle Grace Hospital", "binary_answer": null, "no_answer_prob": -5.586153745651245}
{"example_id": 1361489657346379965, "prediction": "up to 9 cm ( 3.5 in ) in length", "binary_answer": null, "no_answer_prob": -2.170067071914673}
{"example_id": -8828918796186164857, "prediction": "`` Who 's Gonna Ride Your Wild Horses ''", "binary_answer": null, "no_answer_prob": 5.9901039600372314}
{"example_id": -6199566045645137334, "prediction": "Brad William Henke", "binary_answer": null, "no_answer_prob": -14.30839717388153}
{"example_id": 8775046812845610128, "prediction": "Iain Andrew Stirling", "binary_answer": null, "no_answer_prob": -7.440453052520752}
{"example_id": 6329885226176742212, "prediction": "The Russian Revolution", "binary_answer": null, "no_answer_prob": -2.5145318508148193}
{"example_id": 3036072595999208897, "prediction": "Penguin Random House", "binary_answer": null, "no_answer_prob": -4.803218483924866}
{"example_id": -9063078585701991493, "prediction": "Staying Alive", "binary_answer": null, "no_answer_prob": -11.652254581451416}
{"example_id": 969324601901312657, "prediction": "Robert De Niro", "binary_answer": null, "no_answer_prob": -2.2309625148773193}
{"example_id": -3562092540401324912, "prediction": "Jill Sobule", "binary_answer": null, "no_answer_prob": -10.13913893699646}
{"example_id": 3337072338727261065, "prediction": "United Arab Emirates", "binary_answer": null, "no_answer_prob": -6.648795008659363}
{"example_id": 2725249733204059116, "prediction": "The waiter turns to the relevant entry in the manual and , sure enough , finds an explanation . `` Panda", "binary_answer": null, "no_answer_prob": -6.660064220428467}
{"example_id": 2243428794543876135, "prediction": "Utah , Spain , Italy , the United Kingdom , Turkey and Jordan", "binary_answer": null, "no_answer_prob": -9.172279357910156}
{"example_id": 7825968315857673266, "prediction": "Scarlett", "binary_answer": null, "no_answer_prob": -2.3210490942001343}
{"example_id": 1682705669236106442, "prediction": "Debbie Harry", "binary_answer": null, "no_answer_prob": -7.706185817718506}
{"example_id": -3968902118559396829, "prediction": "Franklin Delano Roosevelt", "binary_answer": null, "no_answer_prob": -7.359335541725159}
{"example_id": -398695217292310666, "prediction": "the United States federal government", "binary_answer": null, "no_answer_prob": -5.466696381568909}
{"example_id": 1518801672705404588, "prediction": "Teddy Hill & the Southern Soul", "binary_answer": null, "no_answer_prob": -6.446084141731262}
{"example_id": 3300336047125027433, "prediction": "the Wild Ones", "binary_answer": null, "no_answer_prob": -8.587031245231628}
{"example_id": 4461224924498578327, "prediction": "The Wrong Side of Heaven and the Righteous Side of Hell , Volume 1", "binary_answer": null, "no_answer_prob": -3.84634792804718}
{"example_id": 4929629774274616425, "prediction": "Interstate 35", "binary_answer": null, "no_answer_prob": -0.07646632194519043}
{"example_id": 8351660399007917209, "prediction": "The Delfonics", "binary_answer": null, "no_answer_prob": -11.376391172409058}
{"example_id": 5330941236576658337, "prediction": "around 283", "binary_answer": null, "no_answer_prob": -10.745162010192871}
{"example_id": 5114918023729260444, "prediction": "Giancarlo Stanton", "binary_answer": null, "no_answer_prob": -8.367509365081787}
{"example_id": 2148321916995355755, "prediction": "The music video for LMFAO 's song `` Party Rock Anthem", "binary_answer": null, "no_answer_prob": -7.835792541503906}
{"example_id": -8469790213690751647, "prediction": "March 1899", "binary_answer": null, "no_answer_prob": -9.047305822372437}
{"example_id": 8852644387182123778, "prediction": "Hebrew", "binary_answer": null, "no_answer_prob": -7.523178935050964}
{"example_id": -2076336102858163858, "prediction": "Scranton , Pennsylvania", "binary_answer": null, "no_answer_prob": -10.042353510856628}
{"example_id": 8450959737287541026, "prediction": "Mumbai Indians", "binary_answer": null, "no_answer_prob": -7.983122229576111}
{"example_id": -3059082701489355608, "prediction": "France and Croatia", "binary_answer": null, "no_answer_prob": -1.7123534679412842}
{"example_id": 103814493284162534, "prediction": "", "binary_answer": null, "no_answer_prob": 0.1657886505126953}
{"example_id": -5824018452742426380, "prediction": "Sean Patrick Astin", "binary_answer": null, "no_answer_prob": -11.956900358200073}
{"example_id": 6080089536040218777, "prediction": "", "binary_answer": null, "no_answer_prob": 1.757475197315216}
{"example_id": -7902280161156543824, "prediction": "Hon . Idris Bolaji Muse Ariyoh", "binary_answer": null, "no_answer_prob": -9.410988211631775}
{"example_id": 89280302097645121, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0539930760860443}
{"example_id": 6366045689787365015, "prediction": "April 1972", "binary_answer": null, "no_answer_prob": -12.497735142707825}
{"example_id": 2643756372524412396, "prediction": "Tevye", "binary_answer": null, "no_answer_prob": -11.882394850254059}
{"example_id": 8875295946305828186, "prediction": "Diadophis punctatus", "binary_answer": null, "no_answer_prob": -6.918700814247131}
{"example_id": -7447862485650684321, "prediction": "John Robert Magaro", "binary_answer": null, "no_answer_prob": -1.294211506843567}
{"example_id": 4671936497246425470, "prediction": "The Dead Sea ( Hebrew : \u05d9\u05b8\u05dd \u05d4\u05b7\u05de\u05b6\u05bc\u05dc\u05b7\u05d7 \u202c Yam ha - Melah lit . Sea of Salt", "binary_answer": null, "no_answer_prob": -2.6880736351013184}
{"example_id": -88720005483927913, "prediction": "Stealers Wheel", "binary_answer": null, "no_answer_prob": -5.467040538787842}
{"example_id": -327395595562778531, "prediction": "Lake Superior", "binary_answer": null, "no_answer_prob": -9.77630341053009}
{"example_id": -4416600828683164615, "prediction": "Yuzuru Hanyu", "binary_answer": null, "no_answer_prob": -6.623175382614136}
{"example_id": 8932861924167756786, "prediction": "5 23 January 3 , 2017 ( 2017 - 01 - 03 ) September 12 , 2017 ( 2017 - 09 - 12 )", "binary_answer": null, "no_answer_prob": -0.8970072269439697}
{"example_id": -37658862816410823, "prediction": "Eddie Vedder", "binary_answer": null, "no_answer_prob": -10.49584186077118}
{"example_id": -8519611006086625660, "prediction": "Elton John", "binary_answer": null, "no_answer_prob": -4.192078590393066}
{"example_id": 8883856247336819625, "prediction": "The viridans streptococci", "binary_answer": null, "no_answer_prob": -1.0237740278244019}
{"example_id": -3380649337512165552, "prediction": "swamp snake", "binary_answer": null, "no_answer_prob": -5.505212187767029}
{"example_id": 2008527746692036960, "prediction": "", "binary_answer": null, "no_answer_prob": 5.877924084663391}
{"example_id": -5506786185759375604, "prediction": "Hebrew Bible", "binary_answer": null, "no_answer_prob": -0.7414138317108154}
{"example_id": -5548701788586753156, "prediction": "Phoenix Sky Harbor International Airport", "binary_answer": null, "no_answer_prob": -10.33933162689209}
{"example_id": 6669713412571790299, "prediction": "In probability theory , the birthday problem or birthday paradox", "binary_answer": null, "no_answer_prob": 0.8041751384735107}
{"example_id": -4967731513464486859, "prediction": "level of its consistency", "binary_answer": null, "no_answer_prob": -4.261715054512024}
{"example_id": -8136449854028693199, "prediction": "John Cynn", "binary_answer": null, "no_answer_prob": -6.859480381011963}
{"example_id": 4911310878658451190, "prediction": "Pierce Brosnan", "binary_answer": null, "no_answer_prob": -7.01527214050293}
{"example_id": -1445279784379797908, "prediction": "`` A Horse with No Name ''", "binary_answer": null, "no_answer_prob": 2.974949359893799}
{"example_id": -6362765075229966631, "prediction": "Patrick Henry", "binary_answer": null, "no_answer_prob": -12.500367164611816}
{"example_id": -49340226206283816, "prediction": "New York Yankees", "binary_answer": null, "no_answer_prob": -5.655797958374023}
{"example_id": 5901832122162705976, "prediction": "1957", "binary_answer": null, "no_answer_prob": -8.509245753288269}
{"example_id": 7663793374867451272, "prediction": "Sarafina", "binary_answer": null, "no_answer_prob": -1.9569573402404785}
{"example_id": -3299092586780664808, "prediction": "Katherine Kelly Lang", "binary_answer": null, "no_answer_prob": -13.298496723175049}
{"example_id": -1016307698495484725, "prediction": "Donna Douglas", "binary_answer": null, "no_answer_prob": -11.860349178314209}
{"example_id": 1358197395788363320, "prediction": "Data collection", "binary_answer": null, "no_answer_prob": 2.2732822448015213}
{"example_id": 5464968909896383642, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -8.750447750091553}
{"example_id": -8415167338348863321, "prediction": ".", "binary_answer": null, "no_answer_prob": 0.8507921695709229}
{"example_id": 3812990408226508984, "prediction": "reflecting Houston 's role as the control center of the U.S. space program", "binary_answer": null, "no_answer_prob": -4.307153940200806}
{"example_id": 4018202592913541691, "prediction": "if its imports exceed its exports .", "binary_answer": null, "no_answer_prob": 0.23624169826507568}
{"example_id": 5826112080754115258, "prediction": "Tears for Fears", "binary_answer": null, "no_answer_prob": -12.844269633293152}
{"example_id": 7561758693801794012, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3339082449674606}
{"example_id": 3143257260196765132, "prediction": "George V", "binary_answer": null, "no_answer_prob": -9.270832180976868}
{"example_id": -6640515572411652622, "prediction": "March 1999", "binary_answer": null, "no_answer_prob": -10.08552873134613}
{"example_id": 4145654931447908939, "prediction": "January 12 , 2017", "binary_answer": null, "no_answer_prob": -10.527859330177307}
{"example_id": 6695790733375613327, "prediction": "season six", "binary_answer": null, "no_answer_prob": -6.526474714279175}
{"example_id": 8207458569785267153, "prediction": "Metcalf", "binary_answer": null, "no_answer_prob": -2.7406864166259766}
{"example_id": -9005114087681438911, "prediction": "2015", "binary_answer": null, "no_answer_prob": -8.27813732624054}
{"example_id": 7204103577815612274, "prediction": "Hakeem Olajuwon", "binary_answer": null, "no_answer_prob": -9.792242527008057}
{"example_id": -1339157961853840172, "prediction": "13", "binary_answer": null, "no_answer_prob": -1.4862041473388672}
{"example_id": -601343259055032720, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -9.132130861282349}
{"example_id": 3021993316353753890, "prediction": "Lok Sabha", "binary_answer": null, "no_answer_prob": -7.322610855102539}
{"example_id": 1529347612060466891, "prediction": "The Pawtucket Red Sox and the Rochester Red Wings", "binary_answer": null, "no_answer_prob": -6.985953629016876}
{"example_id": -8364535714252434107, "prediction": "21", "binary_answer": null, "no_answer_prob": -2.736011505126953}
{"example_id": 5094712210422893446, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7187744379043579}
{"example_id": -5115818207031283048, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The king", "binary_answer": null, "no_answer_prob": -0.310003399848938}
{"example_id": -1283343564030787069, "prediction": "Kannauj", "binary_answer": null, "no_answer_prob": -8.528096795082092}
{"example_id": -3806684492746395313, "prediction": "May 21 , 1980", "binary_answer": null, "no_answer_prob": -10.994740962982178}
{"example_id": 1817648432958914754, "prediction": "Guinea Highlands in southeastern Guinea", "binary_answer": null, "no_answer_prob": -3.8700755834579468}
{"example_id": 5594269509949867805, "prediction": "September 25 , 1789 May 5 , 1992", "binary_answer": null, "no_answer_prob": -4.28798770904541}
{"example_id": 6551710252690197340, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.9423907101154327}
{"example_id": -8540808085059622094, "prediction": "Simba", "binary_answer": null, "no_answer_prob": -5.328455090522766}
{"example_id": -88437718346179973, "prediction": "Alan Sidney Patrick Rickman", "binary_answer": null, "no_answer_prob": -9.730681657791138}
{"example_id": 280865266118415051, "prediction": "Brunei", "binary_answer": null, "no_answer_prob": -3.4364962577819824}
{"example_id": 601662836705223415, "prediction": "sodium , magnesium , aluminium , silicon , phosphorus , sulfur , chlorine , and argon", "binary_answer": null, "no_answer_prob": -1.5053467750549316}
{"example_id": -2952789772011025865, "prediction": "366", "binary_answer": null, "no_answer_prob": -8.312986373901367}
{"example_id": 8259032885448966485, "prediction": "Jiroemon Kimura", "binary_answer": null, "no_answer_prob": -11.143114805221558}
{"example_id": 7899922391870951882, "prediction": "Boston", "binary_answer": null, "no_answer_prob": -2.3435484170913696}
{"example_id": 3132167100151831390, "prediction": "Since its broadcast , the special has received generally positive reviews from critics .", "binary_answer": null, "no_answer_prob": -2.499577045440674}
{"example_id": 6282083539122211095, "prediction": "Big Boi", "binary_answer": null, "no_answer_prob": -9.482038974761963}
{"example_id": 4497024653000501374, "prediction": "Sutter 's Mill in Coloma , California", "binary_answer": null, "no_answer_prob": -8.914123713970184}
{"example_id": -664478966980538828, "prediction": "Denver Broncos", "binary_answer": null, "no_answer_prob": -6.523876190185547}
{"example_id": 8796796989753007555, "prediction": "If the jury fails to reach either a unanimous or majority verdict after a reasonable time", "binary_answer": null, "no_answer_prob": -1.2039514780044556}
{"example_id": 9193607661159717976, "prediction": "up to ten", "binary_answer": null, "no_answer_prob": -5.978881001472473}
{"example_id": 750194787168214430, "prediction": "John of Patmos", "binary_answer": null, "no_answer_prob": -6.243020057678223}
{"example_id": 7975271076117517529, "prediction": "The Thirteen Colonies", "binary_answer": null, "no_answer_prob": -6.3947060108184814}
{"example_id": 7586230684004680498, "prediction": "the Rolling Stones", "binary_answer": null, "no_answer_prob": -10.592331767082214}
{"example_id": -8903207774639964736, "prediction": "108 miles ( 174 km ) southeast of Phoenix and 60 mi ( 97 km ) north of the U.S. -- Mexico border", "binary_answer": null, "no_answer_prob": -4.48765230178833}
{"example_id": -5379350041754676016, "prediction": "2010 -- 11", "binary_answer": null, "no_answer_prob": -8.058620512485504}
{"example_id": -2574040402255032466, "prediction": "Integrated information theory ( IIT ) attempts to explain what consciousness is and why it might be associated with certain physical systems", "binary_answer": null, "no_answer_prob": 0.3228367567062378}
{"example_id": -6384677143287666495, "prediction": "Kevin Sussman", "binary_answer": null, "no_answer_prob": -1.5553271770477295}
{"example_id": 7135753806440864350, "prediction": "", "binary_answer": null, "no_answer_prob": 2.697096526622772}
{"example_id": -5724562506561055624, "prediction": "New Jersey", "binary_answer": null, "no_answer_prob": 2.9348260164260864}
{"example_id": 7655642239586343302, "prediction": "Catherine Elise Blanchett", "binary_answer": null, "no_answer_prob": -3.7120654582977295}
{"example_id": 7998464299329658776, "prediction": "September 9 , 1996", "binary_answer": null, "no_answer_prob": -7.43175482749939}
{"example_id": -4139156079597237577, "prediction": "neural -- Information sciences and social -- Relational sciences", "binary_answer": null, "no_answer_prob": -2.9676536321640015}
{"example_id": 5812955432648909315, "prediction": "Dragon Ball Z : Battle of Gods", "binary_answer": null, "no_answer_prob": -6.052956700325012}
{"example_id": -7916483423266603230, "prediction": "", "binary_answer": null, "no_answer_prob": 2.84733909368515}
{"example_id": -1662778136463601808, "prediction": "2016", "binary_answer": null, "no_answer_prob": -6.4529478549957275}
{"example_id": -2428388592339417815, "prediction": "", "binary_answer": null, "no_answer_prob": 4.456361889839172}
{"example_id": 3777090832918264756, "prediction": "October 20 , 2016", "binary_answer": null, "no_answer_prob": -6.481086254119873}
{"example_id": -1295862734292663439, "prediction": "Lori Lieberman", "binary_answer": null, "no_answer_prob": -6.014932155609131}
{"example_id": -5211591889664230368, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8993277102708817}
{"example_id": 526965982792109965, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": -4.96638560295105}
{"example_id": 5146059878319515436, "prediction": "slaves , cash crops , and manufactured goods", "binary_answer": null, "no_answer_prob": -4.465969800949097}
{"example_id": 5224214262209254277, "prediction": "Green Lantern Cover of Green Lantern : Rebirth # 6", "binary_answer": null, "no_answer_prob": 3.675581693649292}
{"example_id": -411215153585483702, "prediction": "coastal habitats", "binary_answer": null, "no_answer_prob": -1.7466942071914673}
{"example_id": 3495933731379934865, "prediction": "Dolby Surround 7.1", "binary_answer": null, "no_answer_prob": 3.8743046168237925}
{"example_id": -506060975415377315, "prediction": "29", "binary_answer": null, "no_answer_prob": -4.918242335319519}
{"example_id": 5066766694112642360, "prediction": "Chelsea", "binary_answer": null, "no_answer_prob": -5.170440196990967}
{"example_id": 4319601600596588048, "prediction": "The Cranberries", "binary_answer": null, "no_answer_prob": -8.088529109954834}
{"example_id": -6590226321691524248, "prediction": "Jason Scott Lee , Lauren Holly and Robert Wagner", "binary_answer": null, "no_answer_prob": -6.537307262420654}
{"example_id": 4277370647950785243, "prediction": "Salem , Oregon , and the surrounding area , as well as on the Oregon coast .", "binary_answer": null, "no_answer_prob": -5.371793270111084}
{"example_id": -6124671108556740184, "prediction": "October 6 , 2016", "binary_answer": null, "no_answer_prob": -3.550928473472595}
{"example_id": 1616638867420802596, "prediction": "Crowdfunding", "binary_answer": null, "no_answer_prob": -0.1292414665222168}
{"example_id": 3872441116308992558, "prediction": "Schenectady , New York", "binary_answer": null, "no_answer_prob": -8.473101615905762}
{"example_id": -6449180247876167971, "prediction": "In ice hockey , a team is said to be on a power play when at least one opposing player is serving a penalty", "binary_answer": null, "no_answer_prob": -2.648788094520569}
{"example_id": 4992973967728216447, "prediction": "6", "binary_answer": null, "no_answer_prob": -6.543338298797607}
{"example_id": -6673013913103106465, "prediction": "Sam Snead", "binary_answer": null, "no_answer_prob": -7.504499197006226}
{"example_id": -3587139597075780529, "prediction": "the beginning of the 8th century CE", "binary_answer": null, "no_answer_prob": -8.272294402122498}
{"example_id": -2099854288536910233, "prediction": "Hansa Atlantic Sony", "binary_answer": null, "no_answer_prob": -2.5145167112350464}
{"example_id": -1727338615562196801, "prediction": "Accuser", "binary_answer": null, "no_answer_prob": -2.621916890144348}
{"example_id": 8429459117370155423, "prediction": "A heart valve normally allows blood to flow in only one direction through the heart", "binary_answer": null, "no_answer_prob": -7.40146267414093}
{"example_id": -1343175721933797206, "prediction": "", "binary_answer": null, "no_answer_prob": 3.684069573879242}
{"example_id": -6103669093953061571, "prediction": "a remote mountain range in the Urals", "binary_answer": null, "no_answer_prob": -7.1156245470047}
{"example_id": -5741532061363371071, "prediction": "Tiana", "binary_answer": null, "no_answer_prob": -6.399246454238892}
{"example_id": 8198686008114485545, "prediction": "the radiogenic heat produced by the radioactive decay of isotopes in the mantle and crust", "binary_answer": null, "no_answer_prob": -7.096644163131714}
{"example_id": 9190891431095873447, "prediction": "sixth - largest economy", "binary_answer": null, "no_answer_prob": -5.29314649105072}
{"example_id": -2880516450702807150, "prediction": "the Latin term for long - beaked .", "binary_answer": null, "no_answer_prob": -8.829224109649658}
{"example_id": 2689099986364480143, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -6.647717714309692}
{"example_id": -4915659449158888905, "prediction": "90", "binary_answer": null, "no_answer_prob": -1.853302240371704}
{"example_id": 5278727362062722246, "prediction": "Nipper", "binary_answer": null, "no_answer_prob": -7.560700535774231}
{"example_id": -1950693760324928968, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": -1.7448766231536865}
{"example_id": -1921691318227357795, "prediction": "CHORUS", "binary_answer": null, "no_answer_prob": 0.7898556292057037}
{"example_id": -8950073014553165865, "prediction": "2018", "binary_answer": null, "no_answer_prob": -9.043438911437988}
{"example_id": -324100760681938275, "prediction": "Narendra Modi", "binary_answer": null, "no_answer_prob": -4.7839741706848145}
{"example_id": 3899419894917181346, "prediction": "2008", "binary_answer": null, "no_answer_prob": -10.057702839374542}
{"example_id": -4525915450131122051, "prediction": "There are nerve cells , also known as neurons , present in our human body", "binary_answer": null, "no_answer_prob": -0.11678004264831543}
{"example_id": 4262949888553654261, "prediction": "bargad , vatavriksh , and barh", "binary_answer": null, "no_answer_prob": -6.472209930419922}
{"example_id": -1316683382741344491, "prediction": "Craig Lowndes", "binary_answer": null, "no_answer_prob": -5.826645731925964}
{"example_id": 2288301848952024551, "prediction": "Tedros Adhanom", "binary_answer": null, "no_answer_prob": -11.578734874725342}
{"example_id": -4265116221276097551, "prediction": "Simeon , Dan , Naphtali , Gad , Asher , Issachar , Zebulun , Manasseh and Ephraim", "binary_answer": null, "no_answer_prob": -3.4221959114074707}
{"example_id": -2230102276063929932, "prediction": "1970 , 1973", "binary_answer": null, "no_answer_prob": -9.658970147371292}
{"example_id": -6730057309886370465, "prediction": "6,931,071", "binary_answer": null, "no_answer_prob": -8.456357836723328}
{"example_id": 7510529741389250321, "prediction": "Jared S. Gilmore", "binary_answer": null, "no_answer_prob": -8.005347728729248}
{"example_id": -4347567190099337423, "prediction": "The Red Arrows", "binary_answer": null, "no_answer_prob": -4.223541855812073}
{"example_id": 5907766322085943901, "prediction": "Message in a Bottle", "binary_answer": null, "no_answer_prob": 2.063242055475712}
{"example_id": -7720922104700456393, "prediction": "Neil Gorsuch", "binary_answer": null, "no_answer_prob": -6.407964468002319}
{"example_id": -8716379885610595960, "prediction": "4.7 and 5.5 inches ( 120 and 140 mm )", "binary_answer": null, "no_answer_prob": -7.926453113555908}
{"example_id": 676229618573714875, "prediction": "Macdonald", "binary_answer": null, "no_answer_prob": -4.781169772148132}
{"example_id": -3493453017718850390, "prediction": "Carnotaurus", "binary_answer": null, "no_answer_prob": -5.01554936170578}
{"example_id": 3478562218510210965, "prediction": "David Imelda `` Dave '' Lamb", "binary_answer": null, "no_answer_prob": -12.416845679283142}
{"example_id": -5875349907160844545, "prediction": "during the fall season", "binary_answer": null, "no_answer_prob": -0.28604865074157715}
{"example_id": 2134938192518032811, "prediction": "Justin Timberlake", "binary_answer": null, "no_answer_prob": -11.650144219398499}
{"example_id": 8268412012395772634, "prediction": "August 7 , 1881", "binary_answer": null, "no_answer_prob": -6.756246328353882}
{"example_id": -1566299948338411564, "prediction": "Bill Murray", "binary_answer": null, "no_answer_prob": -8.805099964141846}
{"example_id": -6919281563448758695, "prediction": "Pyeongchang Halfpipe", "binary_answer": null, "no_answer_prob": -1.5940711498260498}
{"example_id": -300398662391023444, "prediction": "A film adaptation of The Natural starring Robert Redford as Roy Hobbs was released in 1984 .", "binary_answer": null, "no_answer_prob": -6.029683470726013}
{"example_id": 6933028138973193669, "prediction": "the southwestern coast of the island", "binary_answer": null, "no_answer_prob": -8.376974821090698}
{"example_id": 6847483168682461285, "prediction": "8th September 2017", "binary_answer": null, "no_answer_prob": -9.27732527256012}
{"example_id": 6451287467374052151, "prediction": "Audrey Hepburn and George Peppard", "binary_answer": null, "no_answer_prob": -9.0536470413208}
{"example_id": 6059882643797764017, "prediction": "The Miracles", "binary_answer": null, "no_answer_prob": -7.534870743751526}
{"example_id": -4375882542141446572, "prediction": "the sun", "binary_answer": null, "no_answer_prob": -7.194590330123901}
{"example_id": -3334913234103339998, "prediction": "1988", "binary_answer": null, "no_answer_prob": -8.36987592279911}
{"example_id": 6794927844642561619, "prediction": "Los Angeles , California", "binary_answer": null, "no_answer_prob": -4.463745594024658}
{"example_id": -671343286763224953, "prediction": "Daisy", "binary_answer": null, "no_answer_prob": -7.262601375579834}
{"example_id": -8570741260785254801, "prediction": "37 -- 73 minutes", "binary_answer": null, "no_answer_prob": -2.9053722620010376}
{"example_id": -472916277033969389, "prediction": "`` solve a specific age - appropriate problem utilizing basic math skills", "binary_answer": null, "no_answer_prob": 2.0617269836366177}
{"example_id": -4396446690626410751, "prediction": "The MLIS or MLS degree is usually acquired", "binary_answer": null, "no_answer_prob": -2.262656092643738}
{"example_id": -8723007522114470742, "prediction": "Myanmar , northern Thailand , northern Vietnam , and northern Luzon of the Philippines", "binary_answer": null, "no_answer_prob": -1.8405780792236328}
{"example_id": -8561418966099492869, "prediction": "Alamodome in San Antonio , Texas", "binary_answer": null, "no_answer_prob": -6.253152370452881}
{"example_id": 8845144145742962785, "prediction": "Zoe Saldana - Perego", "binary_answer": null, "no_answer_prob": -7.088999807834625}
{"example_id": -1953038377290516285, "prediction": "John Kander", "binary_answer": null, "no_answer_prob": -12.536253929138184}
{"example_id": -18907135176901347, "prediction": "Vince Lombardi", "binary_answer": null, "no_answer_prob": -0.6972184181213379}
{"example_id": -5863393738946188631, "prediction": "rapping , djaying , beatboxing and breaking", "binary_answer": null, "no_answer_prob": -7.3828572034835815}
{"example_id": 3224239243235222174, "prediction": "Santonio Holmes", "binary_answer": null, "no_answer_prob": -5.400698184967041}
{"example_id": -2396453956760763463, "prediction": "Theresa May", "binary_answer": null, "no_answer_prob": -8.915021181106567}
{"example_id": -5562694927741210554, "prediction": "10 May 1940", "binary_answer": null, "no_answer_prob": -10.086426258087158}
{"example_id": -2959935050988596176, "prediction": "Pino , California", "binary_answer": null, "no_answer_prob": 2.3684166371822357}
{"example_id": -3578394134252581, "prediction": "The Himalayan range has many of the Earth 's highest peaks , including the highest , Mount Everest", "binary_answer": null, "no_answer_prob": -0.9360351450741291}
{"example_id": -6786420307215595113, "prediction": "Endless Love", "binary_answer": null, "no_answer_prob": -6.573446989059448}
{"example_id": -4160515052735027671, "prediction": "where m and b designate constants ( parameters )", "binary_answer": null, "no_answer_prob": 0.8522770404815674}
{"example_id": -3422681705334541693, "prediction": "northeastern United States", "binary_answer": null, "no_answer_prob": -5.050545394420624}
{"example_id": 3630994325243827850, "prediction": "1957", "binary_answer": null, "no_answer_prob": -9.786915898323059}
{"example_id": -550870475070866888, "prediction": "Not Afraid", "binary_answer": null, "no_answer_prob": -6.199352264404297}
{"example_id": 773838079842099403, "prediction": "July 20 , 1969", "binary_answer": null, "no_answer_prob": -10.157881021499634}
{"example_id": -6755191382094968028, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3863560929894447}
{"example_id": 416035876866880719, "prediction": "John Hancock", "binary_answer": null, "no_answer_prob": -5.835405349731445}
{"example_id": -4565960426615421529, "prediction": "An acting company prepares to rehearse the play The Rules of the Game", "binary_answer": null, "no_answer_prob": 1.4598520398139954}
{"example_id": -2750191549338820772, "prediction": "nasopharynx", "binary_answer": null, "no_answer_prob": -9.831434488296509}
{"example_id": -6036754827460950862, "prediction": "Donna Summer", "binary_answer": null, "no_answer_prob": -12.109759449958801}
{"example_id": -4673918127825193912, "prediction": "1789", "binary_answer": null, "no_answer_prob": -2.4576486349105835}
{"example_id": 2821997138793050066, "prediction": "Kenneth Howard Norton", "binary_answer": null, "no_answer_prob": -5.666471362113953}
{"example_id": 2880763444157938261, "prediction": "Preslav Literary School in the First Bulgarian Empire", "binary_answer": null, "no_answer_prob": -7.304695963859558}
{"example_id": -7121242283645893242, "prediction": "the `` Little Creamery '' in Brenham , Texas", "binary_answer": null, "no_answer_prob": -8.454232335090637}
{"example_id": 908684624871162279, "prediction": "The site of the ancient city contains the ruins of a Bronze Age fortified city", "binary_answer": null, "no_answer_prob": 0.5744946002960205}
{"example_id": -3938418128963750084, "prediction": "22 January 1901", "binary_answer": null, "no_answer_prob": -5.55946671962738}
{"example_id": -5658908063988599530, "prediction": "curtailing the rights of former Confederates , such as through the provisions of the Wade -- Davis Bill", "binary_answer": null, "no_answer_prob": -0.25870585441589355}
{"example_id": 5320523448309021485, "prediction": "4,226 feet ( 1288 m )", "binary_answer": null, "no_answer_prob": -2.7375524044036865}
{"example_id": 878819802175317138, "prediction": "The causes of the French Revolution can be attributed to several intertwining factors :", "binary_answer": null, "no_answer_prob": -1.410703182220459}
{"example_id": 4874743856997153275, "prediction": "Camden County", "binary_answer": null, "no_answer_prob": -12.309858322143555}
{"example_id": -2806574866301317815, "prediction": "Somatic nervous system 1 . ( Brain ) Precentral gyrus : the origin of nerve signals initiating movement", "binary_answer": null, "no_answer_prob": 4.719745606184006}
{"example_id": 2706772051202747690, "prediction": "an onomatopoeia of the sound made by the sandals when walking in them", "binary_answer": null, "no_answer_prob": -6.769906520843506}
{"example_id": -3626536403950874804, "prediction": "fourth season", "binary_answer": null, "no_answer_prob": -1.933289885520935}
{"example_id": 7680250653225458398, "prediction": "East High stage", "binary_answer": null, "no_answer_prob": -2.219693660736084}
{"example_id": -4188033072191712006, "prediction": "November 9", "binary_answer": null, "no_answer_prob": -1.4384126663208008}
{"example_id": 1203799362752889541, "prediction": "decisions regarding investment , production , and distribution are based on the interplay of supply and demand , which determines the prices of goods and services", "binary_answer": null, "no_answer_prob": -0.984046220779419}
{"example_id": -7612024550116089321, "prediction": "Brad Rutter", "binary_answer": null, "no_answer_prob": -8.360599756240845}
{"example_id": -593737677179785327, "prediction": "The river rises in northwestern Wyoming", "binary_answer": null, "no_answer_prob": -1.9565153121948242}
{"example_id": -185822075714062550, "prediction": "", "binary_answer": null, "no_answer_prob": -4.224567532539368}
{"example_id": 2201445608240998715, "prediction": "22", "binary_answer": null, "no_answer_prob": -7.386041164398193}
{"example_id": 6704097382281610906, "prediction": "Monopolies can be established by a government , form naturally , or form by integration .", "binary_answer": null, "no_answer_prob": -0.43719005584716797}
{"example_id": 7845678000213926561, "prediction": "Selena Gomez & the Scene", "binary_answer": null, "no_answer_prob": -9.645416140556335}
{"example_id": 4313852159449213029, "prediction": "Nicholas II or Nikolai II", "binary_answer": null, "no_answer_prob": -10.099276423454285}
{"example_id": -5333049627570569397, "prediction": "1990", "binary_answer": null, "no_answer_prob": -8.682212710380554}
{"example_id": 648107110992565869, "prediction": "Apollo 17", "binary_answer": null, "no_answer_prob": -6.645974516868591}
{"example_id": -4466814547263499533, "prediction": "Luton Airport", "binary_answer": null, "no_answer_prob": 0.7643735408782959}
{"example_id": -7243407486979574406, "prediction": "Sigmund Freud", "binary_answer": null, "no_answer_prob": -7.598135709762573}
{"example_id": -8296135311678816131, "prediction": "June 18 , 2018 ( 2018 - 06 - 18 ) TBA", "binary_answer": null, "no_answer_prob": -2.7301536202430725}
{"example_id": 2931333912169043178, "prediction": "John Bercow", "binary_answer": null, "no_answer_prob": -10.801064252853394}
{"example_id": 5615520588656931873, "prediction": "Victoria Leigh Blum", "binary_answer": null, "no_answer_prob": -10.118081212043762}
{"example_id": -6041295842342855092, "prediction": "Kimberly Brubaker Bradley", "binary_answer": null, "no_answer_prob": -12.65705156326294}
{"example_id": 5981180143912321829, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6136667132377625}
{"example_id": -8299327714934748282, "prediction": "Snowdon", "binary_answer": null, "no_answer_prob": -6.000926494598389}
{"example_id": -7501795688741775956, "prediction": "Eagles", "binary_answer": null, "no_answer_prob": -6.886950433254242}
{"example_id": 6535327901184619009, "prediction": "small intestine", "binary_answer": null, "no_answer_prob": -0.2789773941040039}
{"example_id": 5053530425008567999, "prediction": "Io , Europa , Ganymede , and Callisto", "binary_answer": null, "no_answer_prob": -7.628088116645813}
{"example_id": 8674362045981682121, "prediction": "Christopher Cross", "binary_answer": null, "no_answer_prob": -9.549935817718506}
{"example_id": 1449590311317003611, "prediction": "a similar chord structure .", "binary_answer": null, "no_answer_prob": -2.0517685413360596}
{"example_id": -3014439715701017818, "prediction": "late April and early May 1945", "binary_answer": null, "no_answer_prob": -6.937013626098633}
{"example_id": 7703160512514943325, "prediction": "Delaware", "binary_answer": null, "no_answer_prob": -6.481381416320801}
{"example_id": 1093277294874038598, "prediction": "Scott Wilk", "binary_answer": null, "no_answer_prob": -4.179266095161438}
{"example_id": 2398620722121614226, "prediction": "Sammy Fain", "binary_answer": null, "no_answer_prob": -10.022850632667542}
{"example_id": -4361842955899466716, "prediction": "the five participating regions : Africa , Asia , America , Oceania and Europe", "binary_answer": null, "no_answer_prob": -5.8397910594940186}
{"example_id": -9035534225130269976, "prediction": "William Shakespeare", "binary_answer": null, "no_answer_prob": -12.921867966651917}
{"example_id": 4104206487285547804, "prediction": "in the Western Mediterranean , to the immediate south of the French island of Corsica .", "binary_answer": null, "no_answer_prob": -7.612825870513916}
{"example_id": -8784014532005017657, "prediction": "Sean Connery", "binary_answer": null, "no_answer_prob": -1.5831629037857056}
{"example_id": 7538105252315279291, "prediction": "Brahma the Creator , Vishnu the Preserver , and Shiva the Destroyer", "binary_answer": null, "no_answer_prob": -3.49761700630188}
{"example_id": -8673571620754144399, "prediction": "In population genetics , gene flow", "binary_answer": null, "no_answer_prob": 0.5751042366027832}
{"example_id": 5973430427289461596, "prediction": "to obscure the relationship between the key and the ciphertext -- Shannon 's property of confusion .", "binary_answer": null, "no_answer_prob": -5.927834510803223}
{"example_id": -5262266930523233451, "prediction": "November 15 , 2013", "binary_answer": null, "no_answer_prob": -8.530167818069458}
{"example_id": 1681263313889159963, "prediction": "Noble gas compounds", "binary_answer": null, "no_answer_prob": -8.976337909698486}
{"example_id": 186181115175340669, "prediction": "Green Bay Packers", "binary_answer": null, "no_answer_prob": -6.083116054534912}
{"example_id": 979017841265121724, "prediction": "2016", "binary_answer": null, "no_answer_prob": -8.185995519161224}
{"example_id": -4358039032953240899, "prediction": "1", "binary_answer": null, "no_answer_prob": -8.244933247566223}
{"example_id": -4875625407842699318, "prediction": "Rob McElhenney who developed it with Glenn Howerton", "binary_answer": null, "no_answer_prob": -7.2547725439071655}
{"example_id": -922069763848898980, "prediction": "`` Pit Stops", "binary_answer": null, "no_answer_prob": 0.6103405952453613}
{"example_id": 3553897128964761965, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7481865882873535}
{"example_id": -1646821937415717394, "prediction": "Robert Andrew McGladdery", "binary_answer": null, "no_answer_prob": -12.002115607261658}
{"example_id": 3053384651214436293, "prediction": "The 1986 Chernobyl disaster triggered the release of substantial amounts of radioactivity", "binary_answer": null, "no_answer_prob": -2.4727041721343994}
{"example_id": 5004366395871527947, "prediction": "university marching bands", "binary_answer": null, "no_answer_prob": -0.4960888624191284}
{"example_id": 5142884761317633335, "prediction": "Megan Mullally", "binary_answer": null, "no_answer_prob": -8.058491230010986}
{"example_id": -6121678671414277509, "prediction": "18", "binary_answer": null, "no_answer_prob": -8.82707965373993}
{"example_id": -4564644739544350083, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 1.9894659519195557}
{"example_id": 7631360939705650347, "prediction": "Ridley Scott", "binary_answer": null, "no_answer_prob": -11.557607769966125}
{"example_id": 5557550006522357115, "prediction": "around 1600", "binary_answer": null, "no_answer_prob": -7.8933950662612915}
{"example_id": -5741181354494823999, "prediction": "`` Delicate", "binary_answer": null, "no_answer_prob": -4.362773895263672}
{"example_id": 4435186283977609746, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -10.571397364139557}
{"example_id": 5146730298316782239, "prediction": "Yvonne Marianne Elliman", "binary_answer": null, "no_answer_prob": -7.5414958000183105}
{"example_id": 7206472777975261414, "prediction": "Artax", "binary_answer": null, "no_answer_prob": -6.983666896820068}
{"example_id": -5974603066256812381, "prediction": "1931", "binary_answer": null, "no_answer_prob": -4.000918865203857}
{"example_id": 8888820056108909829, "prediction": "1 January 1904", "binary_answer": null, "no_answer_prob": -6.543839931488037}
{"example_id": -584014262632318057, "prediction": "Article Five of the United States Constitution describes the process whereby the Constitution , the nation 's frame of government , may be altered", "binary_answer": null, "no_answer_prob": -7.995413184165955}
{"example_id": -1913782093169433455, "prediction": "", "binary_answer": null, "no_answer_prob": -6.01975405216217}
{"example_id": 2510334644407695934, "prediction": "DeMarco Murray", "binary_answer": null, "no_answer_prob": -11.79198032617569}
{"example_id": -6752982719531275085, "prediction": "Portugal under Henry the Navigator", "binary_answer": null, "no_answer_prob": -1.5921496152877808}
{"example_id": -1507477232221481184, "prediction": "18 years or older", "binary_answer": null, "no_answer_prob": -6.929661989212036}
{"example_id": -3319273542838643375, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.038027703762054}
{"example_id": 961960731165923057, "prediction": "Charlton Heston", "binary_answer": null, "no_answer_prob": -6.720831632614136}
{"example_id": 3165390421169765070, "prediction": "Heathcliff Andrew Ledger", "binary_answer": null, "no_answer_prob": -5.017813563346863}
{"example_id": 3662525361480473895, "prediction": "1994", "binary_answer": null, "no_answer_prob": -7.087378263473511}
{"example_id": -1811119010021354688, "prediction": "Simone Arianne Biles", "binary_answer": null, "no_answer_prob": -7.877274751663208}
{"example_id": 3728096353136074107, "prediction": "herbs and sugar", "binary_answer": null, "no_answer_prob": -4.647509455680847}
{"example_id": 442673897495140695, "prediction": "Iago", "binary_answer": null, "no_answer_prob": -6.663148880004883}
{"example_id": 2725480316434557991, "prediction": "Wolf v. Colorado", "binary_answer": null, "no_answer_prob": -3.745759963989258}
{"example_id": 1736622075043572243, "prediction": "Edd Kimber", "binary_answer": null, "no_answer_prob": -6.965868234634399}
{"example_id": 7430959133297391237, "prediction": "the third episode of the fifth season , titled `` The Quarterback ''", "binary_answer": null, "no_answer_prob": -4.8873032331466675}
{"example_id": 7344887121662171588, "prediction": "2007", "binary_answer": null, "no_answer_prob": -9.053587943315506}
{"example_id": -7201506064142607984, "prediction": "Kangchenjunga", "binary_answer": null, "no_answer_prob": -4.986169815063477}
{"example_id": -4184192392780326541, "prediction": "A music video was filmed to promote the single . In America , it received active rotation on MTV .", "binary_answer": null, "no_answer_prob": -4.047701835632324}
{"example_id": 3386507892752554052, "prediction": "prohibited in any school , except for authorized security personnel or armed marshals .", "binary_answer": null, "no_answer_prob": 1.915893018245697}
{"example_id": -1886827504821971176, "prediction": "President Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -3.3716598749160767}
{"example_id": -3058681202143997361, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4321926832199097}
{"example_id": -4262416515038237866, "prediction": "Kim Carnes", "binary_answer": null, "no_answer_prob": -9.028224289417267}
{"example_id": 4599818683267685144, "prediction": "Gary Clark", "binary_answer": null, "no_answer_prob": -7.114534139633179}
{"example_id": 6178525411886667879, "prediction": "Martin John Christopher Freeman", "binary_answer": null, "no_answer_prob": -13.399835228919983}
{"example_id": -6162333554866458614, "prediction": "Caesar", "binary_answer": null, "no_answer_prob": 1.8973127603530884}
{"example_id": 3962652752183366973, "prediction": "September 19 , 2016", "binary_answer": null, "no_answer_prob": -3.9588416814804077}
{"example_id": -152205142552387889, "prediction": "T\u014dru `` TK '' Kitajima", "binary_answer": null, "no_answer_prob": -10.027960300445557}
{"example_id": 42487324306043315, "prediction": "Puducherry", "binary_answer": null, "no_answer_prob": -2.052765369415283}
{"example_id": -3017048041506678277, "prediction": "Katy Perry", "binary_answer": null, "no_answer_prob": -6.709493160247803}
{"example_id": 2000594543803840275, "prediction": "two", "binary_answer": null, "no_answer_prob": -5.893071174621582}
{"example_id": -1526770203553756272, "prediction": "Jonathan Drew Groff", "binary_answer": null, "no_answer_prob": -4.4989423751831055}
{"example_id": 1980292495431083212, "prediction": "Southern Hemisphere", "binary_answer": null, "no_answer_prob": -5.163057446479797}
{"example_id": 9100851838980618940, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1316616535186768}
{"example_id": -891066635679048995, "prediction": "2010", "binary_answer": null, "no_answer_prob": -9.741121411323547}
{"example_id": -1929978794344186382, "prediction": "November 4 , 2016", "binary_answer": null, "no_answer_prob": -12.032678127288818}
{"example_id": 2062734965036424156, "prediction": "April 24 , 2018", "binary_answer": null, "no_answer_prob": -5.407985210418701}
{"example_id": -5949783439292862722, "prediction": "2002", "binary_answer": null, "no_answer_prob": -5.384233355522156}
{"example_id": -406531455840864444, "prediction": "Eddie Murphy", "binary_answer": null, "no_answer_prob": -10.057289600372314}
{"example_id": 7954642635917102763, "prediction": "The Voyageurs", "binary_answer": null, "no_answer_prob": -1.074662208557129}
{"example_id": -1325146971563258681, "prediction": "Bon Jovi guitarist Richie Sambora", "binary_answer": null, "no_answer_prob": -0.6774842739105225}
{"example_id": -609161534118796334, "prediction": "June 15 , 1994", "binary_answer": null, "no_answer_prob": -9.89072322845459}
{"example_id": 8439040944638176449, "prediction": "The usual English proper name for Earth 's natural satellite is `` the Moon '' . The noun moon is derived from moone", "binary_answer": null, "no_answer_prob": -3.087273120880127}
{"example_id": 2987825150735046357, "prediction": "3 September 2013", "binary_answer": null, "no_answer_prob": -6.993158280849457}
{"example_id": -7142245749745776633, "prediction": "The flag of the United States of America , often referred to as the American flag , is the national flag of the United States", "binary_answer": null, "no_answer_prob": -6.534769415855408}
{"example_id": -7127869736743610405, "prediction": "September 11 , 1974", "binary_answer": null, "no_answer_prob": -4.99444454908371}
{"example_id": -9090848222765992947, "prediction": "", "binary_answer": null, "no_answer_prob": -3.6502312421798706}
{"example_id": 6181794695224567324, "prediction": "It is available via its traditional derivation ( a mechanical equation of state ) , or via a derivation based in statistical thermodynamics", "binary_answer": null, "no_answer_prob": 1.6379770338535309}
{"example_id": -8534837945449659988, "prediction": "1993", "binary_answer": null, "no_answer_prob": -9.579369187355042}
{"example_id": -7840649730039677746, "prediction": "January 1 , 2018", "binary_answer": null, "no_answer_prob": -6.541943073272705}
{"example_id": 4374065344468420055, "prediction": "Wargrave", "binary_answer": null, "no_answer_prob": -7.127127647399902}
{"example_id": 9196950051804493286, "prediction": "", "binary_answer": null, "no_answer_prob": -4.6658161878585815}
{"example_id": 4032723618566492898, "prediction": "United States", "binary_answer": null, "no_answer_prob": -8.82546615600586}
{"example_id": -7219970968305775032, "prediction": "8", "binary_answer": null, "no_answer_prob": -8.89167034626007}
{"example_id": -4166659670216895268, "prediction": "D\u00eda de Muertos", "binary_answer": null, "no_answer_prob": -6.727237939834595}
{"example_id": -2112269171028726044, "prediction": "", "binary_answer": null, "no_answer_prob": -0.18889343738555908}
{"example_id": -3277425061797905582, "prediction": "William Tell 's feat .", "binary_answer": null, "no_answer_prob": -1.5097975134849548}
{"example_id": -7719864220311874429, "prediction": "Indian Ocean , Southern ( Antarctic ) Ocean , and Arctic Ocean", "binary_answer": null, "no_answer_prob": 2.4131808038800955}
{"example_id": 2157780501938755330, "prediction": "January 2006", "binary_answer": null, "no_answer_prob": -9.763270378112793}
{"example_id": 3570201737329114232, "prediction": "near the ulna bone", "binary_answer": null, "no_answer_prob": -6.628689408302307}
{"example_id": -6218634509249591890, "prediction": "6", "binary_answer": null, "no_answer_prob": 0.3085676431655884}
{"example_id": -5974448695270116115, "prediction": "480 ft ( 146 m )", "binary_answer": null, "no_answer_prob": -3.0956153869628906}
{"example_id": 5687139768598521226, "prediction": "General Theory of Employment , Interest and Money", "binary_answer": null, "no_answer_prob": 1.430589199066162}
{"example_id": -4670358332103076641, "prediction": "Donald Bradman", "binary_answer": null, "no_answer_prob": -7.724050283432007}
{"example_id": -8981654012514929728, "prediction": "Elias Koteas", "binary_answer": null, "no_answer_prob": -11.337560176849365}
{"example_id": 4893771522777365152, "prediction": "George Harrison", "binary_answer": null, "no_answer_prob": -12.574903845787048}
{"example_id": -6224694729879812527, "prediction": "1986", "binary_answer": null, "no_answer_prob": 0.6564458608627319}
{"example_id": 6819270051898582650, "prediction": "Winnie - the - Pooh", "binary_answer": null, "no_answer_prob": 2.740241229534149}
{"example_id": -916779827337808815, "prediction": "Michael , Gabriel , Raphael , Uriel , Camael , Jophiel , and Zadkiel .", "binary_answer": null, "no_answer_prob": -3.9292235374450684}
{"example_id": 9184423694390444844, "prediction": "186", "binary_answer": null, "no_answer_prob": -7.90020751953125}
{"example_id": 6425479750329143813, "prediction": "Flower Drum Song", "binary_answer": null, "no_answer_prob": -9.89834988117218}
{"example_id": -8578146909499274860, "prediction": "In 2012 , Skelton became the first person to reach the South Pole using a bicycle", "binary_answer": null, "no_answer_prob": -1.575684905052185}
{"example_id": 4570336723049550086, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.342684030532837}
{"example_id": -8340633478893030582, "prediction": "Trey Parker , Robert Lopez and Matt Stone", "binary_answer": null, "no_answer_prob": -3.0582879781723022}
{"example_id": -7247685073590147464, "prediction": "Operation Safed Sagar", "binary_answer": null, "no_answer_prob": -9.166534185409546}
{"example_id": -3342236790058242656, "prediction": "", "binary_answer": null, "no_answer_prob": -3.1663841009140015}
{"example_id": -2046476599353137664, "prediction": "Kelly Gordon", "binary_answer": null, "no_answer_prob": -10.982741594314575}
{"example_id": 5030093591499374068, "prediction": "allows users to store files in the cloud , synchronize files across devices , and share files", "binary_answer": null, "no_answer_prob": -1.1372743844985962}
{"example_id": -179985532028050959, "prediction": "Frederick Hubbard Gwynne", "binary_answer": null, "no_answer_prob": -9.903345704078674}
{"example_id": -6273820990720866885, "prediction": "New developments took place after India achieved independence", "binary_answer": null, "no_answer_prob": 0.10926973819732666}
{"example_id": 7662094105996254842, "prediction": "December 1917", "binary_answer": null, "no_answer_prob": -8.455934524536133}
{"example_id": -7310092817258812068, "prediction": "Dionne Warwick", "binary_answer": null, "no_answer_prob": -8.902464985847473}
{"example_id": 4428477063386338964, "prediction": "Janet Gaynor", "binary_answer": null, "no_answer_prob": -5.913517117500305}
{"example_id": -5110677473958992001, "prediction": "17 miles ( 27 km )", "binary_answer": null, "no_answer_prob": -3.1221200227737427}
{"example_id": 8485594859075875751, "prediction": "a subtext of celebration about that death and of the slaves having contributed to it through deliberate negligence or even deniable action .", "binary_answer": null, "no_answer_prob": -3.6285274028778076}
{"example_id": -610789312044350118, "prediction": "The Incredible Burt Wonderstone", "binary_answer": null, "no_answer_prob": -6.919649124145508}
{"example_id": -5103942755635115713, "prediction": "\u03b1 - tocopherol", "binary_answer": null, "no_answer_prob": -5.793624520301819}
{"example_id": -3496494429125792878, "prediction": "the 20th century", "binary_answer": null, "no_answer_prob": -7.205172598361969}
{"example_id": 5331675519545383492, "prediction": "1944", "binary_answer": null, "no_answer_prob": 0.5616582632064819}
{"example_id": -8377555240087691312, "prediction": "the people of France", "binary_answer": null, "no_answer_prob": -11.428722977638245}
{"example_id": 7683050486467741935, "prediction": "every four years", "binary_answer": null, "no_answer_prob": -2.0938310623168945}
{"example_id": 8166336796034684596, "prediction": "The Tribe of Levi served particular religious duties for the Israelites and had political and educational responsibilities as well", "binary_answer": null, "no_answer_prob": 0.9465841054916382}
{"example_id": -2844708009105670382, "prediction": "The increased availability of nutrients", "binary_answer": null, "no_answer_prob": -1.0975669622421265}
{"example_id": -1066867686550304382, "prediction": "Stanford University", "binary_answer": null, "no_answer_prob": -2.264001965522766}
{"example_id": -6603844747009996534, "prediction": "2000", "binary_answer": null, "no_answer_prob": -9.652326941490173}
{"example_id": -8645060630087450787, "prediction": "In computer science , a high - level programming language is a programming language with strong abstraction from the details of the computer", "binary_answer": null, "no_answer_prob": -3.1894264221191406}
{"example_id": -1973367318241141257, "prediction": "defends the strategy of nonviolent resistance to racism", "binary_answer": null, "no_answer_prob": -7.778748631477356}
{"example_id": 433860295881558835, "prediction": "10 December 1948", "binary_answer": null, "no_answer_prob": -11.219697773456573}
{"example_id": 3124593057061980254, "prediction": "Homer", "binary_answer": null, "no_answer_prob": -10.183884978294373}
{"example_id": -5264683755889871760, "prediction": "June 23 , 2017", "binary_answer": null, "no_answer_prob": -4.595182418823242}
{"example_id": 1898408217132572194, "prediction": "26 June 1997", "binary_answer": null, "no_answer_prob": -12.129119992256165}
{"example_id": -1571031626000266279, "prediction": "Tuesday , 6 June 1944", "binary_answer": null, "no_answer_prob": -9.34253740310669}
{"example_id": -7510598543762331407, "prediction": "Health is the ability of a biological system to acquire , convert , allocate , distribute , and utilize energy with maximum efficiency", "binary_answer": null, "no_answer_prob": 4.961209148168564}
{"example_id": -3864774070623381201, "prediction": "Livin ' on a Prayer", "binary_answer": null, "no_answer_prob": -5.531340599060059}
{"example_id": -1107953808744692072, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.715351223945618}
{"example_id": -2063915997175470045, "prediction": "Scottish / Hispanic origin", "binary_answer": null, "no_answer_prob": -8.313678979873657}
{"example_id": 1815743836097284535, "prediction": "Cerebral lobes Lateral surface of cerebrum. 4 lobes are shown . Medial surface of cerebrum", "binary_answer": null, "no_answer_prob": -3.6860222816467285}
{"example_id": 7901822206564032502, "prediction": "Grover Washington Jr. and Bill Withers", "binary_answer": null, "no_answer_prob": -9.386493921279907}
{"example_id": 2743465127030993088, "prediction": "1984", "binary_answer": null, "no_answer_prob": -10.618325591087341}
{"example_id": 8952596042745123728, "prediction": "A Song for Young Love", "binary_answer": null, "no_answer_prob": -2.869759440422058}
{"example_id": -6781927726630191682, "prediction": "1986", "binary_answer": null, "no_answer_prob": -9.115359634160995}
{"example_id": -8602721944840980647, "prediction": "Daniel J. Travanti", "binary_answer": null, "no_answer_prob": -9.709693312644958}
{"example_id": 8035634299863591515, "prediction": "The Posse Comitatus Act is a United States federal law ( 18 U.S.C. \u00a7 1385 , original at 20 Stat. 152", "binary_answer": null, "no_answer_prob": 0.3699793294072151}
{"example_id": -9115776326354221377, "prediction": "Emma Watson and Dan Stevens", "binary_answer": null, "no_answer_prob": -6.027971386909485}
{"example_id": -6533471219865480346, "prediction": "1776", "binary_answer": null, "no_answer_prob": -5.407170653343201}
{"example_id": -6852574981544078973, "prediction": "Salt - N - Pepa Hip - hop 11 ! WrestleMania XI", "binary_answer": null, "no_answer_prob": -3.813612461090088}
{"example_id": 1803103670371471654, "prediction": "In the album version of The Wall , `` Another Brick in the Wall ( Part 2 )", "binary_answer": null, "no_answer_prob": 4.047217130661011}
{"example_id": 4372135894747578717, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": -6.21187698841095}
{"example_id": 5700508208773656117, "prediction": "Prince", "binary_answer": null, "no_answer_prob": -8.017743349075317}
{"example_id": -6565455394278301367, "prediction": "Cause - and - effect diagram", "binary_answer": null, "no_answer_prob": -0.47419965267181396}
{"example_id": 5415390249197251598, "prediction": "Lonnie Donegan", "binary_answer": null, "no_answer_prob": -12.616082310676575}
{"example_id": -7826444086913016557, "prediction": "Empedocles", "binary_answer": null, "no_answer_prob": -7.355418682098389}
{"example_id": -3883260061895046430, "prediction": "futhorc runic alphabet", "binary_answer": null, "no_answer_prob": -5.05308985710144}
{"example_id": -5717578118321923724, "prediction": "1865", "binary_answer": null, "no_answer_prob": -4.922234416007996}
{"example_id": 8643312430506346423, "prediction": "Tim Nolan", "binary_answer": null, "no_answer_prob": 0.4812356233596802}
{"example_id": 9197697957976007899, "prediction": "Heart", "binary_answer": null, "no_answer_prob": -2.00098192691803}
{"example_id": -2286222794759361450, "prediction": "to describe a situation in a shared - resource system where individual users acting independently according to their own self - interest behave", "binary_answer": null, "no_answer_prob": -4.115481495857239}
{"example_id": -3553235339366934090, "prediction": "of the South", "binary_answer": null, "no_answer_prob": -10.48246717453003}
{"example_id": -3672564080898419789, "prediction": "Bahrain China Indonesia Kuwait Oman Qatar South Africa Turkey United Arab Emirates Vietnam", "binary_answer": null, "no_answer_prob": 0.2534966468811035}
{"example_id": -31266649331466609, "prediction": "salinization", "binary_answer": null, "no_answer_prob": -6.261650443077087}
{"example_id": 6124564607389583163, "prediction": "Agni Varsha", "binary_answer": null, "no_answer_prob": 1.9312422461807728}
{"example_id": -1456243076459900802, "prediction": "Michael Jordan", "binary_answer": null, "no_answer_prob": -7.500293135643005}
{"example_id": 7208198842462801612, "prediction": "October 22 , 2012", "binary_answer": null, "no_answer_prob": -12.61325979232788}
{"example_id": 6862030151279084629, "prediction": "the coast of Northern California", "binary_answer": null, "no_answer_prob": -10.086568832397461}
{"example_id": -82488502400960368, "prediction": "Luka Modri\u0107", "binary_answer": null, "no_answer_prob": -9.138492465019226}
{"example_id": 2941278300029878738, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2255402505397797}
{"example_id": -2447168067966798861, "prediction": "Sonata for Piano and Violin No. 21 in E minor , K. 304 ( K300c )", "binary_answer": null, "no_answer_prob": 3.314157545566559}
{"example_id": -1622898892596900140, "prediction": "UCLA", "binary_answer": null, "no_answer_prob": 0.9184796810150146}
{"example_id": 4298264361651415013, "prediction": "Beth Maitland", "binary_answer": null, "no_answer_prob": -11.96726942062378}
{"example_id": -8295818356153818250, "prediction": "January 1 , 2018", "binary_answer": null, "no_answer_prob": -11.75545847415924}
{"example_id": -5779087988204512933, "prediction": "Jeppe Tranholm - Mikkelsen", "binary_answer": null, "no_answer_prob": -3.757291555404663}
{"example_id": 1577628133359615175, "prediction": "Manitoulin Island", "binary_answer": null, "no_answer_prob": -11.799437522888184}
{"example_id": 269809616300895850, "prediction": "`` I Will Remember You '' is the seventh and final single from Amy Grant 's twelfth album , Heart in Motion", "binary_answer": null, "no_answer_prob": 2.7096784114837646}
{"example_id": -1091459330352686202, "prediction": "Malta , and Cyprus", "binary_answer": null, "no_answer_prob": -1.4288113117218018}
{"example_id": -4767536963343233422, "prediction": "Instagram 's own account , with over 232 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -7.133730530738831}
{"example_id": 5361571041646823205, "prediction": "Charles Maurice de Talleyrand - P\u00e9rigord", "binary_answer": null, "no_answer_prob": -7.102445363998413}
{"example_id": -7977769336206568086, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -11.204246878623962}
{"example_id": 8011778858030016852, "prediction": "1980 2008", "binary_answer": null, "no_answer_prob": -10.263377100229263}
{"example_id": 8262980487954113263, "prediction": "Long - term endurance training induces many physiological adaptations both centrally and peripherally mediated", "binary_answer": null, "no_answer_prob": -1.808613896369934}
{"example_id": -3665183353461528995, "prediction": "Tahrs", "binary_answer": null, "no_answer_prob": 1.7763415575027466}
{"example_id": 5060079643051950049, "prediction": "October 1956", "binary_answer": null, "no_answer_prob": -7.789636969566345}
{"example_id": -6471777462830423450, "prediction": "capitalism", "binary_answer": null, "no_answer_prob": -2.4429049491882324}
{"example_id": -1220410632514721566, "prediction": "Ashley Johnson", "binary_answer": null, "no_answer_prob": -10.70067298412323}
{"example_id": 1168611404834933720, "prediction": "ace Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -5.537628412246704}
{"example_id": 1628743276422317151, "prediction": "Topper", "binary_answer": null, "no_answer_prob": -6.481967091560364}
{"example_id": -4918552545119960975, "prediction": "North America", "binary_answer": null, "no_answer_prob": -7.510300159454346}
{"example_id": -5006003472085768921, "prediction": "Hematidrosis", "binary_answer": null, "no_answer_prob": -11.399617552757263}
{"example_id": -2661036796058259102, "prediction": "", "binary_answer": null, "no_answer_prob": 5.527945876121521}
{"example_id": 2353915828397382515, "prediction": "April 17 , 2017", "binary_answer": null, "no_answer_prob": -9.499538898468018}
{"example_id": 7380215464653213300, "prediction": "Nackawic", "binary_answer": null, "no_answer_prob": -4.9351619482040405}
{"example_id": -6595869810643409975, "prediction": "Bill Medley and Jennifer Warnes", "binary_answer": null, "no_answer_prob": -11.117063403129578}
{"example_id": 3343528535701725949, "prediction": "England", "binary_answer": null, "no_answer_prob": -6.256663799285889}
{"example_id": 37656685629962290, "prediction": "1980s Italy", "binary_answer": null, "no_answer_prob": -7.103292524814606}
{"example_id": 2238955366807560237, "prediction": "Lisa Edelstein", "binary_answer": null, "no_answer_prob": -11.163975834846497}
{"example_id": -6678480146006657324, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -7.451950669288635}
{"example_id": 1389884237545055223, "prediction": "African Americans", "binary_answer": null, "no_answer_prob": -6.692203521728516}
{"example_id": 1875588575642040266, "prediction": "the 5th to the 15th century", "binary_answer": null, "no_answer_prob": -5.102661728858948}
{"example_id": 5725856502455649226, "prediction": "The Lake Pontchartrain Causeway", "binary_answer": null, "no_answer_prob": -6.884024143218994}
{"example_id": 7351468666722440929, "prediction": "Due to their working nature , Jack Russell terriers remain much as they were some 200 years ago", "binary_answer": null, "no_answer_prob": -1.4160261154174805}
{"example_id": -8797520685185536485, "prediction": "Country # Years Best result Cameroon 7 1982 , 1990 , 1994 , 1998 , 2002 , 2010 , 2014 QF Nigeria", "binary_answer": null, "no_answer_prob": -3.187901496887207}
{"example_id": 909197700839615718, "prediction": "1963", "binary_answer": null, "no_answer_prob": -4.385527729988098}
{"example_id": -771122776530708638, "prediction": "Interphase is the phase of the cell cycle", "binary_answer": null, "no_answer_prob": -0.4520183801651001}
{"example_id": -107774371678004331, "prediction": "September 7 , 2017", "binary_answer": null, "no_answer_prob": -11.227819561958313}
{"example_id": -5248515246438650449, "prediction": "sacrospinous ligament changes this notch into an opening , the greater sciatic foramen", "binary_answer": null, "no_answer_prob": -1.5290477275848389}
{"example_id": -5997422494186860203, "prediction": "Ferlin Husky", "binary_answer": null, "no_answer_prob": -7.530698180198669}
{"example_id": -2051808296560493693, "prediction": "5", "binary_answer": null, "no_answer_prob": -8.223999381065369}
{"example_id": 9110447063539355271, "prediction": "Ivey Pramis", "binary_answer": null, "no_answer_prob": -2.942839503288269}
{"example_id": 1558952782569915800, "prediction": "1920s and 1930s", "binary_answer": null, "no_answer_prob": -2.758533000946045}
{"example_id": 6692214664647586967, "prediction": "Mexico", "binary_answer": null, "no_answer_prob": -4.3159027099609375}
{"example_id": -2071539794636121643, "prediction": "1972 season", "binary_answer": null, "no_answer_prob": -6.245344877243042}
{"example_id": -2857599565985997857, "prediction": "$8.50", "binary_answer": null, "no_answer_prob": -9.438984394073486}
{"example_id": -3430677623102384649, "prediction": "September 7 , 1931", "binary_answer": null, "no_answer_prob": -6.696255683898926}
{"example_id": 3475861671182753717, "prediction": "The abbreviations MC and MCC are both used to mean `` motorcycle club", "binary_answer": null, "no_answer_prob": -7.792941093444824}
{"example_id": 8349683213960510021, "prediction": "Theresa Hak Kyung Cha Dianne Feinstein Stacey Bendet Melissa de la Cruz", "binary_answer": null, "no_answer_prob": -0.00985097885131836}
{"example_id": 4105429651494328420, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -7.5552356243133545}
{"example_id": -6325456239012977754, "prediction": "the future of the Sudetenland in the face of demands made by Adolf Hitler", "binary_answer": null, "no_answer_prob": -2.9534331560134888}
{"example_id": -3788148688750665049, "prediction": "Chicago Cubs", "binary_answer": null, "no_answer_prob": -8.726096987724304}
{"example_id": -4450594275822195392, "prediction": "Katniss Everdeen", "binary_answer": null, "no_answer_prob": -11.05947470664978}
{"example_id": -5457985114179249183, "prediction": "1979", "binary_answer": null, "no_answer_prob": -8.02764880657196}
{"example_id": -7422446586370875611, "prediction": "February 16 , 1885", "binary_answer": null, "no_answer_prob": -2.0275150537490845}
{"example_id": -7285819617816843101, "prediction": "2014", "binary_answer": null, "no_answer_prob": -8.883707895874977}
{"example_id": 2651073537500132323, "prediction": "245 members", "binary_answer": null, "no_answer_prob": -4.4986478090286255}
{"example_id": 9071457522738240882, "prediction": "precipitation", "binary_answer": null, "no_answer_prob": -9.212638854980469}
{"example_id": -8596127252162838467, "prediction": "Republican Lincoln", "binary_answer": null, "no_answer_prob": -3.2834222316741943}
{"example_id": -9078306006144333844, "prediction": "1848", "binary_answer": null, "no_answer_prob": -4.7800798416137695}
{"example_id": -4725794279514668038, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.519199386239052}
{"example_id": -9183044269893269650, "prediction": "26 November 1949", "binary_answer": null, "no_answer_prob": -12.041327476501465}
{"example_id": -792092847943063236, "prediction": "innate ability", "binary_answer": null, "no_answer_prob": -0.30496835708618164}
{"example_id": 1506231216119364910, "prediction": "an unknown city alderman", "binary_answer": null, "no_answer_prob": -7.055718898773193}
{"example_id": 4163255986166529598, "prediction": "Harry Shearer", "binary_answer": null, "no_answer_prob": -10.674579620361328}
{"example_id": 7912016739218368308, "prediction": "Brian May", "binary_answer": null, "no_answer_prob": -11.510008573532104}
{"example_id": 20892934614192667, "prediction": "Tom Brady", "binary_answer": null, "no_answer_prob": -11.728010773658752}
{"example_id": 538663978508954824, "prediction": "Isaac A. Van Amburgh", "binary_answer": null, "no_answer_prob": 0.47814393043518066}
{"example_id": -3565362273059789154, "prediction": "Drama", "binary_answer": null, "no_answer_prob": -1.205337017774582}
{"example_id": -3620760146801685762, "prediction": "the sixth episode of the second season", "binary_answer": null, "no_answer_prob": -5.412491083145142}
{"example_id": -2674399045265674923, "prediction": "Doug Davidson", "binary_answer": null, "no_answer_prob": -9.674018859863281}
{"example_id": 3204727903014000783, "prediction": "Dry January", "binary_answer": null, "no_answer_prob": 0.7714805603027344}
{"example_id": -6449208412503638211, "prediction": "William Ray Guy", "binary_answer": null, "no_answer_prob": -4.65323007106781}
{"example_id": 1382001459812186727, "prediction": "Jordan -- Hare Stadium in Auburn every odd - numbered year and at Bryant -- Denny Stadium in Tuscaloosa", "binary_answer": null, "no_answer_prob": -5.4925758838653564}
{"example_id": -6137096914640534688, "prediction": "Dead or Alive", "binary_answer": null, "no_answer_prob": -10.000979900360107}
{"example_id": 6317665932229681250, "prediction": "In mathematical analysis , the maxima and minima ( the respective plurals of maximum and minimum ) of a function", "binary_answer": null, "no_answer_prob": 1.3123546838760376}
{"example_id": 8512969563249507975, "prediction": "38 matches each ( playing each team in the league twice , home and away ) , totalling 380", "binary_answer": null, "no_answer_prob": -8.63896632194519}
{"example_id": -559698274556631429, "prediction": "Lou Ferrigno", "binary_answer": null, "no_answer_prob": -10.57030189037323}
{"example_id": -9048525402428403724, "prediction": "an estimated 1.2 million", "binary_answer": null, "no_answer_prob": -4.522862911224365}
{"example_id": -6624144040864748331, "prediction": "Key Indicates single release Indicates promotional single release Indicates song written solely by Bruno Mars", "binary_answer": null, "no_answer_prob": 3.4054765105247498}
{"example_id": 2625664724283116392, "prediction": "Geena Davis , Tom Hanks , Madonna , and Lori Petty", "binary_answer": null, "no_answer_prob": -0.2163541316986084}
{"example_id": 2964949885548380473, "prediction": "2001", "binary_answer": null, "no_answer_prob": -6.531445503234863}
{"example_id": 9014191735442103133, "prediction": "July 4 , 1776", "binary_answer": null, "no_answer_prob": -6.095571160316467}
{"example_id": -7517400459684508950, "prediction": "the legendary Polo Grounds", "binary_answer": null, "no_answer_prob": -3.5843738317489624}
{"example_id": -937747653413672681, "prediction": "160 \u00b0 F ( 71 \u00b0 C )", "binary_answer": null, "no_answer_prob": 1.9407835006713867}
{"example_id": -2732065960785690243, "prediction": "The Three Degrees", "binary_answer": null, "no_answer_prob": -10.26429271697998}
{"example_id": -9063281357515829584, "prediction": "$3,515 . For employers , their contribution was $4,247 in 1999 and $9,860 in 2009 .", "binary_answer": null, "no_answer_prob": -2.1602526903152466}
{"example_id": 6967912443257526318, "prediction": "The Hollies", "binary_answer": null, "no_answer_prob": -12.866644382476807}
{"example_id": 3678497416144446173, "prediction": "The Virginia Resolves were a series of resolutions", "binary_answer": null, "no_answer_prob": 3.5983203984797}
{"example_id": -9093223812193834272, "prediction": "Royal Mail , G4S , Tesco and Compass Group", "binary_answer": null, "no_answer_prob": -6.274266481399536}
{"example_id": 4610728675765610071, "prediction": "Takeru Kobayashi", "binary_answer": null, "no_answer_prob": -12.198432803153992}
{"example_id": -5467568048068622040, "prediction": "Eglin Air Force Base", "binary_answer": null, "no_answer_prob": -9.135667085647583}
{"example_id": -5953310106477616873, "prediction": "Up above the world so high , Like a diamond in the sky", "binary_answer": null, "no_answer_prob": 2.5031756162643433}
{"example_id": -2956046135428289049, "prediction": "Sally Anne Struthers", "binary_answer": null, "no_answer_prob": -13.475054025650024}
{"example_id": 6448746358073143708, "prediction": "experimental physicist", "binary_answer": null, "no_answer_prob": -6.04457950592041}
{"example_id": -1827954270671149490, "prediction": "Bob Marley", "binary_answer": null, "no_answer_prob": -12.084923148155212}
{"example_id": -5803617122969434646, "prediction": "Tobey Maguire , Carey Mulligan , Joel Edgerton and Elizabeth Debicki", "binary_answer": null, "no_answer_prob": -0.899023711681366}
{"example_id": 9194054088793021849, "prediction": "Dame Lynley Dodd", "binary_answer": null, "no_answer_prob": -7.439472794532776}
{"example_id": -4156870232683209747, "prediction": "", "binary_answer": null, "no_answer_prob": 3.074731469154358}
{"example_id": 5979914142234156056, "prediction": "June 15 , 1787", "binary_answer": null, "no_answer_prob": -8.953064799308777}
{"example_id": -8829984544160063797, "prediction": "Palos Verdes , Saint Vincent and the Grenadines , Dominica , and The Bahamas", "binary_answer": null, "no_answer_prob": -9.457995414733887}
{"example_id": -6962948485363607069, "prediction": "2017", "binary_answer": null, "no_answer_prob": -0.961489200592041}
{"example_id": -3007091317310168067, "prediction": "", "binary_answer": null, "no_answer_prob": -1.890657901763916}
{"example_id": 3083649704446766556, "prediction": "Jennifer Garner", "binary_answer": null, "no_answer_prob": -10.01811957359314}
{"example_id": -8791735237243353128, "prediction": "John Michael Montgomery", "binary_answer": null, "no_answer_prob": -12.369332432746887}
{"example_id": 5800851554581760435, "prediction": "Pittsburgh Penguins", "binary_answer": null, "no_answer_prob": -7.459520936012268}
{"example_id": 8194768658000869141, "prediction": "Mack Sennett", "binary_answer": null, "no_answer_prob": -7.1440699100494385}
{"example_id": 4939784197471510957, "prediction": "Look Who 's Talking Now", "binary_answer": null, "no_answer_prob": -8.221819400787354}
{"example_id": -4763157148860949286, "prediction": "The median is a commonly used measure of the properties of a data set in statistics and probability theory", "binary_answer": null, "no_answer_prob": -5.523587584495544}
{"example_id": 6747693054679197435, "prediction": "", "binary_answer": null, "no_answer_prob": -3.91857647895813}
{"example_id": -3979738176844987327, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -12.782790780067444}
{"example_id": -3735409163458838950, "prediction": "Second World War", "binary_answer": null, "no_answer_prob": -0.07049751281738281}
{"example_id": -4020206287264197422, "prediction": "PDCA ( plan -- do -- check -- act or plan -- do -- check -- adjust", "binary_answer": null, "no_answer_prob": -0.7984412908554077}
{"example_id": 4497104537102220856, "prediction": "electric oscillations", "binary_answer": null, "no_answer_prob": -4.742270112037659}
{"example_id": 2618498254651279342, "prediction": "`` They Ca n't Take That Away from Me ''", "binary_answer": null, "no_answer_prob": 0.8120230436325073}
{"example_id": -4419975866641434841, "prediction": "Stephen Collins Foster", "binary_answer": null, "no_answer_prob": -10.689613342285156}
{"example_id": 4367743777191326308, "prediction": "Drake", "binary_answer": null, "no_answer_prob": -9.561021566390991}
{"example_id": 2137982139849145838, "prediction": "February 22 , 2002", "binary_answer": null, "no_answer_prob": -11.715377449989319}
{"example_id": -4457993161912433368, "prediction": "Andean civilizations", "binary_answer": null, "no_answer_prob": -6.085400462150574}
{"example_id": 5373171442629886216, "prediction": "1920s New Orleans", "binary_answer": null, "no_answer_prob": -11.21215307712555}
{"example_id": 7289436044211985719, "prediction": "Central to this trend was a folk roots revival", "binary_answer": null, "no_answer_prob": 0.12164980173110962}
{"example_id": -7409274561056244488, "prediction": "Practical Magic was partially filmed on an artificial set in California", "binary_answer": null, "no_answer_prob": -7.217319488525391}
{"example_id": 6765454316883171080, "prediction": "The Precambrian", "binary_answer": null, "no_answer_prob": -4.968926429748535}
{"example_id": -7287494750640645348, "prediction": "Character Current copyright holder In Creator Date Location Reason Big Bird Sesame Workshop Jim Henson", "binary_answer": null, "no_answer_prob": 0.8570417687296867}
{"example_id": -1198227656095162134, "prediction": "fourth season , and the series finale aired on June 20 , 2011 .", "binary_answer": null, "no_answer_prob": -5.925725936889648}
{"example_id": -3333264597997019941, "prediction": "No . overall No. in season Title Directed by Written by Original release date 14 `` The Land Before Tim", "binary_answer": null, "no_answer_prob": 3.115536332130432}
{"example_id": -1955635597397014775, "prediction": "Fusarium spp .", "binary_answer": null, "no_answer_prob": 0.39493417739868164}
{"example_id": -6676990950364246265, "prediction": "southwestern Tennessee", "binary_answer": null, "no_answer_prob": -10.189952373504639}
{"example_id": 8827559639258790371, "prediction": "New York has two", "binary_answer": null, "no_answer_prob": -0.7444369792938232}
{"example_id": -562815493883482506, "prediction": "Directories containing all of the names are located on nearby podiums at both ends of the monument where visitors may locate specific names .", "binary_answer": null, "no_answer_prob": -1.7631592750549316}
{"example_id": 7306754908990268475, "prediction": "Lieutenant Governor of Texas", "binary_answer": null, "no_answer_prob": -7.260640025138855}
{"example_id": 7769420646768824672, "prediction": "Tom Coyne", "binary_answer": null, "no_answer_prob": -8.404091954231262}
{"example_id": 5599669105153346278, "prediction": "Ian David McShane", "binary_answer": null, "no_answer_prob": -7.8276636600494385}
{"example_id": -3845254214087419206, "prediction": "6 years", "binary_answer": null, "no_answer_prob": -8.043965339660645}
{"example_id": -4758780141297467760, "prediction": "Carpe diem", "binary_answer": null, "no_answer_prob": -11.935441136360168}
{"example_id": 5307697781908168437, "prediction": "Screamin ' Jay Hawkins", "binary_answer": null, "no_answer_prob": -5.710612416267395}
{"example_id": -8080892130396390822, "prediction": "Frederick the Great of Prussia", "binary_answer": null, "no_answer_prob": -8.44608736038208}
{"example_id": -8690253199564830255, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -8.549284100532532}
{"example_id": -8482066971437990217, "prediction": "Bowling For Soup", "binary_answer": null, "no_answer_prob": -9.876266241073608}
{"example_id": -1432339570613043528, "prediction": "Somerset County , Pennsylvania", "binary_answer": null, "no_answer_prob": -6.518078804016113}
{"example_id": 6411002291181104591, "prediction": "Filming commenced October 13 , 1938 , on the MGM lot in Culver City , California", "binary_answer": null, "no_answer_prob": -6.398234844207764}
{"example_id": 6524714690813938003, "prediction": "searching for drugs and explosives , locating missing people , finding crime scene evidence , and protecting their handlers", "binary_answer": null, "no_answer_prob": -2.814992070198059}
{"example_id": -7537969246928822061, "prediction": "`` All I Want for Christmas Is You ''", "binary_answer": null, "no_answer_prob": -1.19819974899292}
{"example_id": 2320733481589738782, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9728039652109146}
{"example_id": -7235383409711791885, "prediction": "Chicago Bears", "binary_answer": null, "no_answer_prob": -2.6146183013916016}
{"example_id": 6791572512890775191, "prediction": "At 7 feet tall , Sligh", "binary_answer": null, "no_answer_prob": -5.907264351844788}
{"example_id": -4233803687136985192, "prediction": "United States Department of Health and Human Services", "binary_answer": null, "no_answer_prob": -2.581740140914917}
{"example_id": 3150540880765930232, "prediction": "Jerry Rice", "binary_answer": null, "no_answer_prob": -11.112614512443542}
{"example_id": 4964381607968119645, "prediction": "South Pacific", "binary_answer": null, "no_answer_prob": -3.080893874168396}
{"example_id": 1912075917808114714, "prediction": "9,677 ft ( 2,950 m ) to 8,363 ft ( 2,549 m )", "binary_answer": null, "no_answer_prob": -3.3095542192459106}
{"example_id": 5225600715739431112, "prediction": "Area is the quantity that expresses the extent of a two - dimensional figure or shape , or planar lamina , in the plane", "binary_answer": null, "no_answer_prob": -8.19085431098938}
{"example_id": 6361671696133085371, "prediction": "J. Neilson ( Jason Knight during portions of season 3 and 4 ) , David Baker , and Doug Marcaida", "binary_answer": null, "no_answer_prob": -4.406253814697266}
{"example_id": -819718931031629224, "prediction": "red , white , or blue", "binary_answer": null, "no_answer_prob": -4.592070460319519}
{"example_id": -3424807532081918274, "prediction": "Alfred Thomas `` Freddie '' Highmore", "binary_answer": null, "no_answer_prob": -9.411845564842224}
{"example_id": 8268823516550377360, "prediction": "trapezius muscle", "binary_answer": null, "no_answer_prob": -5.330597877502441}
{"example_id": 5282280587374153152, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -3.708507776260376}
{"example_id": -2849268148654144394, "prediction": "in the right upper quadrant of the abdomen", "binary_answer": null, "no_answer_prob": -9.834796667098999}
{"example_id": -358830793947444696, "prediction": "Sine wave", "binary_answer": null, "no_answer_prob": 1.6600396633148193}
{"example_id": 8585212527779664827, "prediction": "Margaret Brainard Hamilton", "binary_answer": null, "no_answer_prob": -11.870900869369507}
{"example_id": 5127090235680483100, "prediction": "The Atlantic standard time zone The Eastern standard time zone The Central standard time zone The Mountain standard time zone", "binary_answer": null, "no_answer_prob": -1.734656810760498}
{"example_id": -3546232832573849648, "prediction": "Shake Me Loose", "binary_answer": null, "no_answer_prob": -8.99948501586914}
{"example_id": -5468287088726908682, "prediction": "Amartya Kumar Sen", "binary_answer": null, "no_answer_prob": -6.6029558181762695}
{"example_id": 3390994259504658173, "prediction": "Anne - Marie and Ryan McMullan", "binary_answer": null, "no_answer_prob": -7.355270743370056}
{"example_id": -4389957759313357248, "prediction": "The Battle of Moscow", "binary_answer": null, "no_answer_prob": -0.03272807598114014}
{"example_id": 2158798004485737458, "prediction": "Allman Brothers Band", "binary_answer": null, "no_answer_prob": -10.122450709342957}
{"example_id": -6915859372604977461, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2549188733100891}
{"example_id": -3480941453199535714, "prediction": "Norberto Barba", "binary_answer": null, "no_answer_prob": -0.3709430694580078}
{"example_id": 1905131062351526241, "prediction": "Regina Spektor", "binary_answer": null, "no_answer_prob": -11.841021656990051}
{"example_id": 7064770311616051114, "prediction": "Joyce DeWitt", "binary_answer": null, "no_answer_prob": -4.443147897720337}
{"example_id": 819207418696106881, "prediction": "1989", "binary_answer": null, "no_answer_prob": -10.647515416145325}
{"example_id": 680308234395099133, "prediction": "", "binary_answer": null, "no_answer_prob": 0.12921763211488724}
{"example_id": -8455580571333479494, "prediction": "Collusion", "binary_answer": null, "no_answer_prob": -0.8745667934417725}
{"example_id": -5160001114356640544, "prediction": "Marks ' brother - in - law , Robert L. May", "binary_answer": null, "no_answer_prob": -1.1564393043518066}
{"example_id": 3458961565721598188, "prediction": "June Hershey", "binary_answer": null, "no_answer_prob": -9.566551804542542}
{"example_id": -4606467240167473800, "prediction": "legislative Powers herein granted shall be vested in a Congress of the United States , which shall consist of a Senate and House of Representatives", "binary_answer": null, "no_answer_prob": -0.701094388961792}
{"example_id": -1265869086580830715, "prediction": "Beaumont , Texas", "binary_answer": null, "no_answer_prob": -7.3481364250183105}
{"example_id": 5710637710172357311, "prediction": "Canals", "binary_answer": null, "no_answer_prob": -1.1834843158721924}
{"example_id": 6036983470086931583, "prediction": "20,871 weeks including 97", "binary_answer": null, "no_answer_prob": -2.7027840614318848}
{"example_id": 1636473245041621096, "prediction": "Hartsfield -- Jackson Atlanta International Airport", "binary_answer": null, "no_answer_prob": -0.47652435302734375}
{"example_id": 7882377647132382238, "prediction": "Clemson Tigers", "binary_answer": null, "no_answer_prob": -7.19428563117981}
{"example_id": 7009888309090765284, "prediction": "Brad Gillis", "binary_answer": null, "no_answer_prob": -3.6918416023254395}
{"example_id": 1849503016710677308, "prediction": "Mikhail Lomonosov", "binary_answer": null, "no_answer_prob": -8.066902875900269}
{"example_id": 6442818086505478469, "prediction": "Christopher Allen Lloyd", "binary_answer": null, "no_answer_prob": -12.74228048324585}
{"example_id": 7305314114844262069, "prediction": "eleven", "binary_answer": null, "no_answer_prob": -5.2612714767456055}
{"example_id": -6047775712481463623, "prediction": "`` Because I could not stop for Death '' is a lyrical poem by Emily Dickinson", "binary_answer": null, "no_answer_prob": 3.6492156982421875}
{"example_id": 6213045939017576916, "prediction": "Richard Madden", "binary_answer": null, "no_answer_prob": -13.107998847961426}
{"example_id": -7607636557088944531, "prediction": "Francis Ouimet", "binary_answer": null, "no_answer_prob": -11.29207968711853}
{"example_id": 2697009989772615027, "prediction": "The Einstein field equations", "binary_answer": null, "no_answer_prob": -3.0579882860183716}
{"example_id": -3232415045124682326, "prediction": "Ahmet Ertegun", "binary_answer": null, "no_answer_prob": -9.203169465065002}
{"example_id": -5158070734256921008, "prediction": "23.1", "binary_answer": null, "no_answer_prob": -5.236285924911499}
{"example_id": -8314105431291602582, "prediction": "Skeeter Davis", "binary_answer": null, "no_answer_prob": -5.529036641120911}
{"example_id": -6113209455303237524, "prediction": "The economic impacts of NAFTA have been modest", "binary_answer": null, "no_answer_prob": -2.4513343572616577}
{"example_id": -5322872077213434192, "prediction": "Grace VanderWaal", "binary_answer": null, "no_answer_prob": -10.345922231674194}
{"example_id": 8026875231534990860, "prediction": "The autoignition temperature", "binary_answer": null, "no_answer_prob": -2.473456561565399}
{"example_id": -6267988425840311468, "prediction": "cutaneous receptors", "binary_answer": null, "no_answer_prob": -5.229246497154236}
{"example_id": 4864611424904346120, "prediction": "the planet Mars", "binary_answer": null, "no_answer_prob": 1.6747967600822449}
{"example_id": 696430550631107443, "prediction": "Burbank , California", "binary_answer": null, "no_answer_prob": 0.6161127090454102}
{"example_id": 8574416704593075001, "prediction": "Adams", "binary_answer": null, "no_answer_prob": -6.361627578735352}
{"example_id": 5281427415896915594, "prediction": "Benjamin Franklin", "binary_answer": null, "no_answer_prob": -7.676265001296997}
{"example_id": -4939620613803238600, "prediction": "Alicia Keys", "binary_answer": null, "no_answer_prob": -11.266140580177307}
{"example_id": -2575291953817347411, "prediction": "Finnerty Steeves", "binary_answer": null, "no_answer_prob": -7.573302268981934}
{"example_id": 5718957752827445186, "prediction": "the Reconstruction Era", "binary_answer": null, "no_answer_prob": -1.641709327697754}
{"example_id": -1935426877361531992, "prediction": "Roger Miller", "binary_answer": null, "no_answer_prob": -11.892120003700256}
{"example_id": -5247200363195004684, "prediction": "Rosemary Almond", "binary_answer": null, "no_answer_prob": -7.886786937713623}
{"example_id": -2399190467145139348, "prediction": "1963", "binary_answer": null, "no_answer_prob": -7.392428040504456}
{"example_id": 4477300473899301723, "prediction": "1538", "binary_answer": null, "no_answer_prob": -3.829354763031006}
{"example_id": -414366433822264308, "prediction": "30 days or 90 days", "binary_answer": null, "no_answer_prob": -7.092146277427673}
{"example_id": 6016187989170734632, "prediction": "State Route 85 ( SR 85 ) is a freeway which connects the cities of Mountain View and southern San Jose", "binary_answer": null, "no_answer_prob": 1.0789812803268433}
{"example_id": 9140144440547621820, "prediction": "", "binary_answer": null, "no_answer_prob": 3.770084500312805}
{"example_id": -6555500747537564434, "prediction": "Emma Caulfield", "binary_answer": null, "no_answer_prob": -0.7570962905883789}
{"example_id": 8886367537984761778, "prediction": "`` What 's It Gonna Be ? ! ''", "binary_answer": null, "no_answer_prob": -3.72695791721344}
{"example_id": 1595705604057241798, "prediction": "The Lettermen", "binary_answer": null, "no_answer_prob": -2.5494786500930786}
{"example_id": -5070110728554912727, "prediction": "Fran\u00e7ois Coignet", "binary_answer": null, "no_answer_prob": 2.0219218730926514}
{"example_id": -8142222187570927809, "prediction": "Marcel Williams", "binary_answer": null, "no_answer_prob": -4.377458810806274}
{"example_id": 4521231611095485739, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7294757515192032}
{"example_id": -8462610305660843238, "prediction": "March 1 , 1993", "binary_answer": null, "no_answer_prob": -6.693538665771484}
{"example_id": 2041410290286408492, "prediction": "California", "binary_answer": null, "no_answer_prob": -7.538681983947754}
{"example_id": 710599025836584984, "prediction": "Anthony Hopkins", "binary_answer": null, "no_answer_prob": -8.79969048500061}
{"example_id": -4713177284326263159, "prediction": "railways , harbours , cities , workers ' housing , and industrial districts in enemy territory", "binary_answer": null, "no_answer_prob": -2.563777446746826}
{"example_id": 2982908538574525131, "prediction": "Oklahoma", "binary_answer": null, "no_answer_prob": -7.44962751865387}
{"example_id": -6527894681529835948, "prediction": "Margaret Julia `` Marlo '' Thomas", "binary_answer": null, "no_answer_prob": -4.807711839675903}
{"example_id": -5985778016542817967, "prediction": "The Elf on the Shelf explains that scout elves get their magic by being named and being loved by a child", "binary_answer": null, "no_answer_prob": -5.308588027954102}
{"example_id": 4484457440022606598, "prediction": "J\u00f6rgen Elofsson , Ali Tamposi , and David Gamson", "binary_answer": null, "no_answer_prob": -11.296735405921936}
{"example_id": -680486844525096811, "prediction": "Tughluq", "binary_answer": null, "no_answer_prob": -7.170550107955933}
{"example_id": -3557268865091350602, "prediction": "21 April 2017", "binary_answer": null, "no_answer_prob": -9.437598705291748}
{"example_id": -2216801673481192730, "prediction": "The Cooper Union for the Advancement of Science and Art , commonly known as Cooper Union", "binary_answer": null, "no_answer_prob": 0.43731018155813217}
{"example_id": 2291210264029318078, "prediction": "90 \u00b0 West", "binary_answer": null, "no_answer_prob": -4.030317306518555}
{"example_id": -488504231949328220, "prediction": "March 6 , 1988", "binary_answer": null, "no_answer_prob": -8.970946788787842}
{"example_id": 8457038933823704058, "prediction": "16", "binary_answer": null, "no_answer_prob": -1.9559507369995117}
{"example_id": 3439377836653572305, "prediction": "Lorelei King", "binary_answer": null, "no_answer_prob": -8.10961389541626}
{"example_id": 8883822546601273967, "prediction": "2001", "binary_answer": null, "no_answer_prob": -9.53491160273552}
{"example_id": -1823342778995058366, "prediction": "18 April 1980", "binary_answer": null, "no_answer_prob": 2.933201551437378}
{"example_id": -7665348613725160390, "prediction": "The Peanuts Movie", "binary_answer": null, "no_answer_prob": -1.2829680442810059}
{"example_id": 5361039072772673014, "prediction": "Herr , gehe nicht ins Gericht mit deinem Knecht ( Lord , do not pass judgment on Your servant )", "binary_answer": null, "no_answer_prob": 0.5514969602227211}
{"example_id": -3090740937431566894, "prediction": "2004", "binary_answer": null, "no_answer_prob": -5.7049431800842285}
{"example_id": 4521964617245432970, "prediction": "21 miles ( 34 km )", "binary_answer": null, "no_answer_prob": 1.6073980331420898}
{"example_id": 7464458412851227668, "prediction": "13", "binary_answer": null, "no_answer_prob": -9.626704096794128}
{"example_id": -5514610157073493550, "prediction": "Evie Sands", "binary_answer": null, "no_answer_prob": -1.974157691001892}
{"example_id": 6156063242406675632, "prediction": "327,589,916", "binary_answer": null, "no_answer_prob": -11.997841000556946}
{"example_id": -1251512664651917442, "prediction": "January 4 , 1896", "binary_answer": null, "no_answer_prob": -10.27781343460083}
{"example_id": 8825193307814367454, "prediction": "November 3 , 2020", "binary_answer": null, "no_answer_prob": -5.7906763553619385}
{"example_id": -1628198652370122618, "prediction": "Baker Bowl", "binary_answer": null, "no_answer_prob": -7.467020392417908}
{"example_id": 3877499609818719705, "prediction": "", "binary_answer": null, "no_answer_prob": 3.467878997325897}
{"example_id": 2028506532086873125, "prediction": "Pete Incaviglia", "binary_answer": null, "no_answer_prob": -6.863631725311279}
{"example_id": 5638058614971690578, "prediction": "Stringer Lawrence", "binary_answer": null, "no_answer_prob": -6.921112298965454}
{"example_id": -7892131121098836429, "prediction": "Leonie Elliott", "binary_answer": null, "no_answer_prob": -9.565643072128296}
{"example_id": -449266673651004096, "prediction": "Gethin Jenkins", "binary_answer": null, "no_answer_prob": -10.317160189151764}
{"example_id": -7494896791332905463, "prediction": "Glenn Frey", "binary_answer": null, "no_answer_prob": -7.307339072227478}
{"example_id": -8813761050851988980, "prediction": "Marlee Beth Matlin", "binary_answer": null, "no_answer_prob": -12.049377799034119}
{"example_id": 3850977722258470, "prediction": "sodium chloride", "binary_answer": null, "no_answer_prob": -8.00766634941101}
{"example_id": -1045403424088611065, "prediction": "Eve Plumb", "binary_answer": null, "no_answer_prob": -7.450018882751465}
{"example_id": -1101854552510455984, "prediction": "Arjun ( Hindi : \u0905\u0930\u094d\u091c\u0941\u0928 ) ( born Firoz Khan", "binary_answer": null, "no_answer_prob": -8.400279879570007}
{"example_id": -5720417983281420416, "prediction": "In Massachusetts , Special Police Officers are either similar to reserve or part - time police officers and part of a regular police department", "binary_answer": null, "no_answer_prob": -5.119632959365845}
{"example_id": 5583697571375170146, "prediction": "Europe", "binary_answer": null, "no_answer_prob": -9.655102014541626}
{"example_id": 7809268091566402989, "prediction": "Silent\u00f3", "binary_answer": null, "no_answer_prob": -11.183268547058105}
{"example_id": 2762057807250995453, "prediction": "Tracy Lawrence", "binary_answer": null, "no_answer_prob": -12.576032042503357}
{"example_id": -5725193426461934101, "prediction": "j\u012bb\u0101", "binary_answer": null, "no_answer_prob": 0.7109047174453735}
{"example_id": -4237454172054119360, "prediction": "2016 -- 17", "binary_answer": null, "no_answer_prob": -0.5099837556481361}
{"example_id": -7226477600215867678, "prediction": "January 12 , 2017", "binary_answer": null, "no_answer_prob": -10.464135885238647}
{"example_id": 7106730684729428598, "prediction": "Donald Bradman", "binary_answer": null, "no_answer_prob": -9.002556324005127}
{"example_id": 2878651711100666267, "prediction": "Fourth Grade", "binary_answer": null, "no_answer_prob": -4.901011109352112}
{"example_id": 2567160397377244141, "prediction": "Ryan Ross", "binary_answer": null, "no_answer_prob": -2.113636016845703}
{"example_id": 2547423868365907277, "prediction": "four miles from downtown Durham", "binary_answer": null, "no_answer_prob": 2.5418868213891983}
{"example_id": -3338668329776002912, "prediction": "stray dog", "binary_answer": null, "no_answer_prob": -8.062923789024353}
{"example_id": 9106114305712716790, "prediction": "Drooling", "binary_answer": null, "no_answer_prob": -4.687589526176453}
{"example_id": 482115006346978627, "prediction": "Board of Regents of the University of Wisconsin System v. Southworth , 529 U.S. 217 ( 2000 )", "binary_answer": null, "no_answer_prob": 0.1408621072769165}
{"example_id": 5782810917217591523, "prediction": "preventing wound infections during the war", "binary_answer": null, "no_answer_prob": 0.1322307586669922}
{"example_id": 9045147247238031362, "prediction": "A sitting tenant is a tenant already in occupation of premises , especially when there is a change of owner", "binary_answer": null, "no_answer_prob": -4.762103080749512}
{"example_id": 5967381679542830494, "prediction": "on the old Fox Ranch property in Malibu Creek State Park in the hills a few miles north of Malibu", "binary_answer": null, "no_answer_prob": -2.160539150238037}
{"example_id": -5651960065512817480, "prediction": "7", "binary_answer": null, "no_answer_prob": -8.05562937259674}
{"example_id": 3701683688667988174, "prediction": "Mick Ralphs", "binary_answer": null, "no_answer_prob": -4.513489484786987}
{"example_id": -8621003764289421426, "prediction": "cm cubic centimetre", "binary_answer": null, "no_answer_prob": -0.27321600914001465}
{"example_id": 1071867866560176280, "prediction": "1803", "binary_answer": null, "no_answer_prob": -10.824475288391113}
{"example_id": -7772007195020978401, "prediction": "There are retail card decks", "binary_answer": null, "no_answer_prob": -3.6333110332489014}
{"example_id": -5317466261313718395, "prediction": "elephants", "binary_answer": null, "no_answer_prob": -2.098250150680542}
{"example_id": 6149532469157898073, "prediction": "Charles Dickens", "binary_answer": null, "no_answer_prob": -1.32041335105896}
{"example_id": -4678649940818696718, "prediction": "Swastika", "binary_answer": null, "no_answer_prob": -1.919872760772705}
{"example_id": -6781258861405407883, "prediction": "April 8 , 1895", "binary_answer": null, "no_answer_prob": -7.975825309753418}
{"example_id": -5633170475871936807, "prediction": "Catherine O'Hara", "binary_answer": null, "no_answer_prob": -6.801336050033569}
{"example_id": -2413001673471615457, "prediction": "2005", "binary_answer": null, "no_answer_prob": -8.578551560640335}
{"example_id": 6180398525367934983, "prediction": "244,219 inhabitants", "binary_answer": null, "no_answer_prob": -11.334975719451904}
{"example_id": 2304817170382550848, "prediction": "", "binary_answer": null, "no_answer_prob": 3.610041558742523}
{"example_id": -6812137183581733858, "prediction": "to contribute to peace and security by promoting international collaboration through educational , scientific , and cultural reforms", "binary_answer": null, "no_answer_prob": -2.656350255012512}
{"example_id": -652117253746563674, "prediction": "Elsa", "binary_answer": null, "no_answer_prob": -6.7490925788879395}
{"example_id": 5283982443016238594, "prediction": "San Diego , California", "binary_answer": null, "no_answer_prob": -6.493089556694031}
{"example_id": 1749153805712508107, "prediction": "Paul Ryan", "binary_answer": null, "no_answer_prob": -6.693771243095398}
{"example_id": -6327671000368170196, "prediction": "565", "binary_answer": null, "no_answer_prob": -7.163331151008606}
{"example_id": 8351607903539491538, "prediction": "Alden Ehrenreich", "binary_answer": null, "no_answer_prob": -7.322208404541016}
{"example_id": -6548845244528407933, "prediction": "597 BCE for the first , with others dated at 587 / 586 BCE , and 582 / 581 BCE respectively .", "binary_answer": null, "no_answer_prob": -1.1559422016143799}
{"example_id": -8272431585098222113, "prediction": "February 16 , 2018", "binary_answer": null, "no_answer_prob": -7.626545548439026}
{"example_id": 8218795514695997044, "prediction": "on Bellevue Avenue , such as Kingscote ( 1839 )", "binary_answer": null, "no_answer_prob": -5.421427965164185}
{"example_id": 1029538428990041590, "prediction": "Jon Bon Jovi and Richie Sambora", "binary_answer": null, "no_answer_prob": -12.086803674697876}
{"example_id": 7897374849082680053, "prediction": "Pete Maravich", "binary_answer": null, "no_answer_prob": -5.190854549407959}
{"example_id": 6056886816849673973, "prediction": "`` Ya Got Trouble '' is a song by Meredith Willson", "binary_answer": null, "no_answer_prob": 3.908027231693268}
{"example_id": 62618609207312282, "prediction": "Van Halen", "binary_answer": null, "no_answer_prob": -2.076980233192444}
{"example_id": 1885549512030062421, "prediction": "Jibraan Khan", "binary_answer": null, "no_answer_prob": -8.634654760360718}
{"example_id": 1946499158112838718, "prediction": "Matthew 5 : 48", "binary_answer": null, "no_answer_prob": -2.2684139609336853}
{"example_id": 7095052769566424638, "prediction": "oceanic tectonic plate", "binary_answer": null, "no_answer_prob": -5.7279887199401855}
{"example_id": 729249189597955107, "prediction": "Bill Champlin", "binary_answer": null, "no_answer_prob": -2.3195911645889282}
{"example_id": -3623628295912877641, "prediction": "Windows To Go works with USB 2.0", "binary_answer": null, "no_answer_prob": 4.125225305557251}
{"example_id": -3498393878172030930, "prediction": "The Band Perry", "binary_answer": null, "no_answer_prob": -11.495206832885742}
{"example_id": -8440656714633979270, "prediction": "Institution Location Athletic nickname Enrollment 2015 Endowment Academic staff Colors Brown University", "binary_answer": null, "no_answer_prob": 1.5656174421310425}
{"example_id": 7345634366381469690, "prediction": "Sarah Michelle Gellar", "binary_answer": null, "no_answer_prob": -3.5420674085617065}
{"example_id": 9020677477630344934, "prediction": "connects Knight 's Key ( part of the city of Marathon , Florida ) in the Middle Keys to Little Duck Key in the Lower Keys", "binary_answer": null, "no_answer_prob": -8.193198204040527}
{"example_id": 4647030243653180887, "prediction": "Wyclef Jean", "binary_answer": null, "no_answer_prob": -8.17838191986084}
{"example_id": -6749235213931330232, "prediction": "Phineas Quimby", "binary_answer": null, "no_answer_prob": -9.941334962844849}
{"example_id": 2449309904938287560, "prediction": "1984", "binary_answer": null, "no_answer_prob": -10.430205404758453}
{"example_id": 4419198180010346927, "prediction": "Bass singer Len Dresslar", "binary_answer": null, "no_answer_prob": -5.29427433013916}
{"example_id": -7640622037421716446, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1694069653749466}
{"example_id": -2414389434726435315, "prediction": "Fish locomotion", "binary_answer": null, "no_answer_prob": 1.0454918146133423}
{"example_id": -8683970698550680809, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0890703201293945}
{"example_id": 5862869608956377858, "prediction": "Linsey Godfrey", "binary_answer": null, "no_answer_prob": -12.153962135314941}
{"example_id": -6129591289065503662, "prediction": "August 17 , 1958", "binary_answer": null, "no_answer_prob": -5.438205361366272}
{"example_id": 8733386274558714515, "prediction": "Dustin Farr Colquitt", "binary_answer": null, "no_answer_prob": -8.244714617729187}
{"example_id": 3488237879803622479, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -0.9585524797439575}
{"example_id": -1630939954994858170, "prediction": "Christopher Jarecki", "binary_answer": null, "no_answer_prob": -3.151274800300598}
{"example_id": -8965636687389839024, "prediction": "Doug Jones as Norrin Radd / Silver Surfer , with Laurence Fishburne", "binary_answer": null, "no_answer_prob": -11.048401117324829}
{"example_id": 5582140845429404351, "prediction": "2008", "binary_answer": null, "no_answer_prob": -9.908573150634766}
{"example_id": -587354503557581171, "prediction": "Boston", "binary_answer": null, "no_answer_prob": -10.454161882400513}
{"example_id": 5606293994061209768, "prediction": "Vance Joy", "binary_answer": null, "no_answer_prob": -12.26519787311554}
{"example_id": -8283938157066805616, "prediction": "about 134 BC to 44 BC", "binary_answer": null, "no_answer_prob": -4.708021581172943}
{"example_id": -6762847304928212892, "prediction": "December 23 , 2011", "binary_answer": null, "no_answer_prob": -10.834717154502869}
{"example_id": 5773562285134220503, "prediction": "June 2012", "binary_answer": null, "no_answer_prob": -3.4944920539855957}
{"example_id": -831104195839334026, "prediction": "Alternative dispute resolution", "binary_answer": null, "no_answer_prob": 3.426728367805481}
{"example_id": -5769948797007330726, "prediction": "Spectre", "binary_answer": null, "no_answer_prob": -4.162247538566589}
{"example_id": 6687770465306722473, "prediction": "the first day of the month", "binary_answer": null, "no_answer_prob": -6.5584187507629395}
{"example_id": 4893294166633029636, "prediction": "26,977", "binary_answer": null, "no_answer_prob": -11.301666975021362}
{"example_id": -2867996683676470916, "prediction": "Slinky Dog", "binary_answer": null, "no_answer_prob": -1.6948463916778564}
{"example_id": 3073028482134570099, "prediction": "sulphur dioxide and nitrogen oxide", "binary_answer": null, "no_answer_prob": -5.780880928039551}
{"example_id": 5459588345445146692, "prediction": "Instagram 's own account , with over 235 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -7.671242356300354}
{"example_id": 1706762093433956833, "prediction": "11.77 %", "binary_answer": null, "no_answer_prob": -7.016208171844482}
{"example_id": -8993111873500153502, "prediction": "November 7 , 2017", "binary_answer": null, "no_answer_prob": -7.037429571151733}
{"example_id": -827840489801273691, "prediction": "the Midtown Manhattan section of New York City at the junction of Broadway and Seventh Avenue", "binary_answer": null, "no_answer_prob": -8.20622193813324}
{"example_id": 206467708756648876, "prediction": "Rose Hill , Virginia", "binary_answer": null, "no_answer_prob": -2.3309061527252197}
{"example_id": -8652010803214010031, "prediction": "Ben Stiller as David Starsky and Owen Wilson", "binary_answer": null, "no_answer_prob": -4.80877149105072}
{"example_id": -3147898822311904398, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8946179077029228}
{"example_id": -7452539246205728121, "prediction": "Lake Tana in Ethiopia", "binary_answer": null, "no_answer_prob": -3.826533794403076}
{"example_id": -1342291290704725198, "prediction": "Bernie Taupin , Martin Page , Dennis Lambert , and Peter Wolf", "binary_answer": null, "no_answer_prob": -12.021939754486084}
{"example_id": 8871000238380963845, "prediction": "Paula Abdul Simon Cowell", "binary_answer": null, "no_answer_prob": -5.137688517570496}
{"example_id": -7420768735021343100, "prediction": "Jane Taylor", "binary_answer": null, "no_answer_prob": -7.069327712059021}
{"example_id": 6521550237225575378, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.559163212776184}
{"example_id": 870431404011341581, "prediction": "Apollo 17", "binary_answer": null, "no_answer_prob": -7.852874398231506}
{"example_id": -5379461449961067329, "prediction": "Tristan Lake Leabu", "binary_answer": null, "no_answer_prob": -3.2187273502349854}
{"example_id": 3422236274660654023, "prediction": "Denver Broncos", "binary_answer": null, "no_answer_prob": -11.7975515127182}
{"example_id": 4080170451722267299, "prediction": "constant latitude", "binary_answer": null, "no_answer_prob": -7.099231958389282}
{"example_id": -8080235744220023127, "prediction": "Hebrew Bible", "binary_answer": null, "no_answer_prob": -6.188207983970642}
{"example_id": -5905663056798019322, "prediction": "when the null hypothesis ( H ) is true", "binary_answer": null, "no_answer_prob": -1.2400050163269043}
{"example_id": -4505109749258617690, "prediction": "Adult Swim", "binary_answer": null, "no_answer_prob": -4.200868844985962}
{"example_id": -5972001511967548514, "prediction": "Bing Crosby", "binary_answer": null, "no_answer_prob": -6.498005151748657}
{"example_id": 3150849496990908557, "prediction": "August 2012", "binary_answer": null, "no_answer_prob": -4.08226215839386}
{"example_id": 4573065992833094938, "prediction": "US $100,000", "binary_answer": null, "no_answer_prob": -2.5954160690307617}
{"example_id": 2485054536940137946, "prediction": "San Antonio de B\u00e9xar ( modern - day San Antonio , Texas , United States", "binary_answer": null, "no_answer_prob": -8.894603490829468}
{"example_id": 4993236413481165407, "prediction": "the sixth season", "binary_answer": null, "no_answer_prob": -3.006984233856201}
{"example_id": -4160756998321707869, "prediction": "rear - wheel drive four - door automobile", "binary_answer": null, "no_answer_prob": -4.867893218994141}
{"example_id": 9049376010685277599, "prediction": "George and Ira Gershwin", "binary_answer": null, "no_answer_prob": -7.941060900688171}
{"example_id": 7495718335989542379, "prediction": "Thomas Quinn Jones", "binary_answer": null, "no_answer_prob": -5.545903921127319}
{"example_id": 1598532853790777649, "prediction": "Michel Martin", "binary_answer": null, "no_answer_prob": -7.231426477432251}
{"example_id": 7154426407538663547, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0343879461288452}
{"example_id": 8097548797496553229, "prediction": "18", "binary_answer": null, "no_answer_prob": -6.484515905380249}
{"example_id": 8136413788040650155, "prediction": "Houston Rockets", "binary_answer": null, "no_answer_prob": -10.145669221878052}
{"example_id": 129433090630836717, "prediction": "Rose Royce", "binary_answer": null, "no_answer_prob": -9.201836109161377}
{"example_id": -5868930812419393951, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.8797146379947662}
{"example_id": 1159219475551057259, "prediction": "After a moment to deliberate , Hilary and David pose a question to the homeowners . They must choose to either Love It", "binary_answer": null, "no_answer_prob": -2.372490882873535}
{"example_id": -3559944461289544267, "prediction": "4.5 mm", "binary_answer": null, "no_answer_prob": -8.056892275810242}
{"example_id": 5497099968781805678, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7796894311904907}
{"example_id": -675453680088961188, "prediction": "the village of Guzm\u00e1n ( es ) in the region of Burgos", "binary_answer": null, "no_answer_prob": -8.975626826286316}
{"example_id": 9126781272325366717, "prediction": "November 15 , 1956", "binary_answer": null, "no_answer_prob": -12.453919053077698}
{"example_id": -6758812270248030016, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 2.0296095609664917}
{"example_id": 8313148684241439744, "prediction": "The 14th Gujarat Legislative Assembly election , 2017 was held on 9 December 2017 and 14 December 2017", "binary_answer": null, "no_answer_prob": -0.07237136363983154}
{"example_id": -7058886073068267772, "prediction": "the Congress of Vienna", "binary_answer": null, "no_answer_prob": -2.2460877895355225}
{"example_id": 6910034875550241881, "prediction": "26 Gold medals and a total of 66", "binary_answer": null, "no_answer_prob": -9.521735072135925}
{"example_id": 4539489991220300870, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -11.73891818523407}
{"example_id": 7545612960213780535, "prediction": "1968", "binary_answer": null, "no_answer_prob": -6.045410931110382}
{"example_id": 147658595678120977, "prediction": "Richard Allen Boone", "binary_answer": null, "no_answer_prob": -9.667957782745361}
{"example_id": 301742905313459298, "prediction": "In 2012 , Kaye", "binary_answer": null, "no_answer_prob": -4.651108503341675}
{"example_id": -8043595926647748487, "prediction": "2005", "binary_answer": null, "no_answer_prob": -7.787495970726013}
{"example_id": -4497227086390921972, "prediction": "Eric Johann Johnson", "binary_answer": null, "no_answer_prob": -12.338812947273254}
{"example_id": 4269706947288164231, "prediction": "eight", "binary_answer": null, "no_answer_prob": -3.805569648742676}
{"example_id": 2648531455166818816, "prediction": "Australia Oceania 25,019,600 Yes New Zealand Oceania", "binary_answer": null, "no_answer_prob": -2.414468288421631}
{"example_id": 4447434169011525175, "prediction": "Mark Morrison", "binary_answer": null, "no_answer_prob": -11.126347541809082}
{"example_id": -4285576270112959192, "prediction": "Alan Douglas Ruck", "binary_answer": null, "no_answer_prob": -13.345393896102905}
{"example_id": 7839239725227828953, "prediction": "Bill Nighy", "binary_answer": null, "no_answer_prob": -12.442893862724304}
{"example_id": 2483283470007308442, "prediction": "Tom Hughes", "binary_answer": null, "no_answer_prob": -12.58734393119812}
{"example_id": 6511525343332876138, "prediction": "Georgie Henley", "binary_answer": null, "no_answer_prob": -7.118463754653931}
{"example_id": 1889385654028279493, "prediction": "Insolvency", "binary_answer": null, "no_answer_prob": -0.5040740966796875}
{"example_id": 6506081567011314447, "prediction": "Ace Frehley", "binary_answer": null, "no_answer_prob": -1.3119463920593262}
{"example_id": 8261809744727992023, "prediction": "75 miles per hour ( 121 km / h )", "binary_answer": null, "no_answer_prob": -8.46596360206604}
{"example_id": 9143716180666221667, "prediction": "Portuguese explorer Prince Henry", "binary_answer": null, "no_answer_prob": 1.4070459008216858}
{"example_id": 4927435668170444634, "prediction": "from a couple of days to weeks", "binary_answer": null, "no_answer_prob": -5.5112082958221436}
{"example_id": 990315786436818493, "prediction": "s - block p - block d - block f - block g - block ( hypothetical )", "binary_answer": null, "no_answer_prob": -0.2851133942604065}
{"example_id": 7403100429093936688, "prediction": "Winner", "binary_answer": null, "no_answer_prob": -1.0639026165008545}
{"example_id": -9035157612161379602, "prediction": "evaluating integration of the central nervous system", "binary_answer": null, "no_answer_prob": -7.466906309127808}
{"example_id": 7687653271935379413, "prediction": "betrayal and forgiveness", "binary_answer": null, "no_answer_prob": -10.132226943969727}
{"example_id": -6335612432223418434, "prediction": "the insured banks itself", "binary_answer": null, "no_answer_prob": -3.7605509757995605}
{"example_id": -5501665781979980215, "prediction": "the Doobie Brothers", "binary_answer": null, "no_answer_prob": -7.739884376525879}
{"example_id": -6304668051341309451, "prediction": "11 : 59 p.m.", "binary_answer": null, "no_answer_prob": -0.05820012092590332}
{"example_id": -455522481629941063, "prediction": "Mike Myers", "binary_answer": null, "no_answer_prob": -10.657959222793579}
{"example_id": 8536871328647072323, "prediction": "ireum or seongmyeong", "binary_answer": null, "no_answer_prob": -0.6954749822616577}
{"example_id": 2736819795148456053, "prediction": "emphasizes or shows grief and sorrow", "binary_answer": null, "no_answer_prob": -6.546034574508667}
{"example_id": -8001040063663738852, "prediction": "Uzbekistan", "binary_answer": null, "no_answer_prob": 1.3610036373138428}
{"example_id": -7124000243249139002, "prediction": "the featured or primary dish in a meal consisting of several courses . It usually follows the entr\u00e9e ( `` entry '' ) course .", "binary_answer": null, "no_answer_prob": -6.85112452507019}
{"example_id": 7643051087281029898, "prediction": "Accuser : Who stole", "binary_answer": null, "no_answer_prob": -5.015575647354126}
{"example_id": 179194936199607588, "prediction": "US $27 million", "binary_answer": null, "no_answer_prob": -6.393349289894104}
{"example_id": 7854263207372705560, "prediction": "Wycliffe Musalia Mudavadi ( 2008 -- 2019 ) Uhuru Kenyatta", "binary_answer": null, "no_answer_prob": -3.646240711212158}
{"example_id": -8540721047988438914, "prediction": "Tom Lowry", "binary_answer": null, "no_answer_prob": -3.24948251247406}
{"example_id": 1146937809197488740, "prediction": "Patrick Dempsey", "binary_answer": null, "no_answer_prob": -13.388622164726257}
{"example_id": 6212995521582499293, "prediction": "because of Isis 's tears of sorrow for her dead husband , Osiris", "binary_answer": null, "no_answer_prob": -3.622792601585388}
{"example_id": 672005429894557061, "prediction": "Statue of Freedom", "binary_answer": null, "no_answer_prob": -6.149019479751587}
{"example_id": -9117361054787888183, "prediction": ".", "binary_answer": null, "no_answer_prob": -3.55340114235878}
{"example_id": -7731772087865726145, "prediction": "In the season finale , April and Matthew get married .", "binary_answer": null, "no_answer_prob": -1.0305611491203308}
{"example_id": -9065214441453889099, "prediction": "Confucius", "binary_answer": null, "no_answer_prob": -5.533149719238281}
{"example_id": 4031500514163255357, "prediction": "the president", "binary_answer": null, "no_answer_prob": -6.539994835853577}
{"example_id": -1484525301341600246, "prediction": "September 12 , 2012", "binary_answer": null, "no_answer_prob": -7.685231685638428}
{"example_id": 7941306389553725367, "prediction": "Todd Rundgren", "binary_answer": null, "no_answer_prob": -12.639095187187195}
{"example_id": 5157593249602083952, "prediction": "The economic benefits of the steamboat extended far beyond the construction of the ships themselves , and the goods they transported", "binary_answer": null, "no_answer_prob": -0.1568622589111328}
{"example_id": 1675699243944945493, "prediction": "The planter class", "binary_answer": null, "no_answer_prob": -1.929018259048462}
{"example_id": 1299235324840273651, "prediction": "11.5 to 12 years", "binary_answer": null, "no_answer_prob": -0.46951961517333984}
{"example_id": -4280347715401333602, "prediction": "Emerald City 's palace", "binary_answer": null, "no_answer_prob": -6.727214813232422}
{"example_id": -4572725021537194285, "prediction": "Joshua Paul Dallas", "binary_answer": null, "no_answer_prob": -8.714393496513367}
{"example_id": 6762746995376257837, "prediction": "aboard a caboose", "binary_answer": null, "no_answer_prob": -1.667165756225586}
{"example_id": 8586935663075243027, "prediction": "Spring Heeled Jack", "binary_answer": null, "no_answer_prob": -7.1717283725738525}
{"example_id": -4379969646286325024, "prediction": "S&P Global", "binary_answer": null, "no_answer_prob": -7.1814044713974}
{"example_id": -7827039102564548963, "prediction": "23 to 25.5 \u00b0 C ( 73 to 78 \u00b0 F )", "binary_answer": null, "no_answer_prob": -4.105446100234985}
{"example_id": 4643001706196852837, "prediction": "President Donald Trump of the Republican Party", "binary_answer": null, "no_answer_prob": -4.990259289741516}
{"example_id": 170555378822280714, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1513899564743042}
{"example_id": -4069971689810770014, "prediction": "", "binary_answer": null, "no_answer_prob": 5.882381439208984}
{"example_id": 2909706965333110950, "prediction": "Bismuth Bi Bi Copper Cu Cu Tungsten W Mercury Hg Hg Silver Ag Ag Gold Au Au Platinum Pt Pt", "binary_answer": null, "no_answer_prob": -0.4951510429382324}
{"example_id": -1454228223909096333, "prediction": "Robert Duvall", "binary_answer": null, "no_answer_prob": -7.55914306640625}
{"example_id": 9096882295627063411, "prediction": "14", "binary_answer": null, "no_answer_prob": -3.400904417037964}
{"example_id": 155615692478458331, "prediction": "David Crosby", "binary_answer": null, "no_answer_prob": -0.5666567087173462}
{"example_id": 756934545771565947, "prediction": "the Governor - General", "binary_answer": null, "no_answer_prob": -4.314354419708252}
{"example_id": -6854491075788397298, "prediction": "", "binary_answer": null, "no_answer_prob": 6.590392351150513}
{"example_id": -42371950278585650, "prediction": "five out of a planned seven", "binary_answer": null, "no_answer_prob": -7.188104152679443}
{"example_id": 5825278754261996612, "prediction": "BSTV Entertainment", "binary_answer": null, "no_answer_prob": 3.2352965995669365}
{"example_id": 6284622217599250444, "prediction": "2011", "binary_answer": null, "no_answer_prob": -10.684634119272232}
{"example_id": 8102569032556059314, "prediction": "557", "binary_answer": null, "no_answer_prob": -8.79026484489441}
{"example_id": 475099728251432370, "prediction": "13", "binary_answer": null, "no_answer_prob": -7.540886640548706}
{"example_id": -287359372624631411, "prediction": "Curtis Stigers & The Forest Rangers", "binary_answer": null, "no_answer_prob": -9.925940155982971}
{"example_id": -8402623600507693036, "prediction": "Sunday", "binary_answer": null, "no_answer_prob": -7.25196897983551}
{"example_id": -6164398113195678210, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7224863171577454}
{"example_id": -305632782239114378, "prediction": "October 21 , 2016", "binary_answer": null, "no_answer_prob": -4.832444787025452}
{"example_id": -4179029503375397910, "prediction": "Part XI", "binary_answer": null, "no_answer_prob": 1.7297979593276978}
{"example_id": -1418950604005289919, "prediction": "antisocial behavior and schizophrenia", "binary_answer": null, "no_answer_prob": -5.116929531097412}
{"example_id": -474710302552435633, "prediction": "2019", "binary_answer": null, "no_answer_prob": -4.880309820175171}
{"example_id": -3179671441443702699, "prediction": "Franz Anton Beckenbauer", "binary_answer": null, "no_answer_prob": -4.744081258773804}
{"example_id": 6909049231978617648, "prediction": "the crus or cnemis", "binary_answer": null, "no_answer_prob": -5.090558767318726}
{"example_id": 3047197652638889884, "prediction": "July 11 , 2017", "binary_answer": null, "no_answer_prob": -9.132391929626465}
{"example_id": 2874474964302550796, "prediction": "`` Baby", "binary_answer": null, "no_answer_prob": -7.196991443634033}
{"example_id": -7966730267385876585, "prediction": "around the end of May or start of June", "binary_answer": null, "no_answer_prob": -6.320281505584717}
{"example_id": -793358314194637499, "prediction": "Brandi Carlile", "binary_answer": null, "no_answer_prob": -10.068126320838928}
{"example_id": -997092348598459462, "prediction": "Eric Christian Olsen", "binary_answer": null, "no_answer_prob": -13.394028306007385}
{"example_id": -181722027543682844, "prediction": "21.92 %", "binary_answer": null, "no_answer_prob": -3.483099937438965}
{"example_id": -7336159893831356819, "prediction": "around AD 50", "binary_answer": null, "no_answer_prob": -10.631774663925171}
{"example_id": 949372730784901393, "prediction": "`` You 've Got a Friend in Me ''", "binary_answer": null, "no_answer_prob": -3.643302321434021}
{"example_id": 2401386287648762208, "prediction": "Barry as the only surviving member of the group 's final line - up .", "binary_answer": null, "no_answer_prob": -6.083711624145508}
{"example_id": -5834195122914927471, "prediction": "Tammin Pamela Sursok", "binary_answer": null, "no_answer_prob": -13.44463062286377}
{"example_id": 5560261091535632915, "prediction": "Salt Lake Stadium in Kolkata , West Bengal", "binary_answer": null, "no_answer_prob": -8.304861783981323}
{"example_id": -7931234188600504200, "prediction": "Pacific Grove and around the Monterey Peninsula", "binary_answer": null, "no_answer_prob": -8.121516466140747}
{"example_id": 1215540251299169354, "prediction": "Gillian Jacobs", "binary_answer": null, "no_answer_prob": -10.783651113510132}
{"example_id": 5053437001563697902, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6216815710067749}
{"example_id": -5262057854506047019, "prediction": "Axis Bank Ltd", "binary_answer": null, "no_answer_prob": -4.8683295249938965}
{"example_id": -7714905599362108997, "prediction": "1492", "binary_answer": null, "no_answer_prob": -3.598621129989624}
{"example_id": -2629969571924123428, "prediction": "Walden Schmidt", "binary_answer": null, "no_answer_prob": -7.571856260299683}
{"example_id": 8394217131230247923, "prediction": "Massachusetts , New Jersey , Oregon , Washington , and Wisconsin", "binary_answer": null, "no_answer_prob": -6.228353500366211}
{"example_id": -3066099181180401120, "prediction": "The Fourth Amendment ( Amendment IV ) to the United States Constitution is part of the Bill of Rights", "binary_answer": null, "no_answer_prob": -2.5316301584243774}
{"example_id": -9122844704265840510, "prediction": "South Williamsport , Pennsylvania", "binary_answer": null, "no_answer_prob": -8.172374725341797}
{"example_id": -7471278279831659485, "prediction": "Studio 33 in CBS Television City in Hollywood , California", "binary_answer": null, "no_answer_prob": -3.967898368835449}
{"example_id": -5817661509064829592, "prediction": "David Frizzell", "binary_answer": null, "no_answer_prob": -12.604237914085388}
{"example_id": 2196340266684565687, "prediction": "Beas - 460 kilometres ( 290 mi ) Shyok Zanskar", "binary_answer": null, "no_answer_prob": -0.16369843482971191}
{"example_id": -4579915567494723731, "prediction": "Pyeongchang", "binary_answer": null, "no_answer_prob": -6.459132671356201}
{"example_id": 3262008870475179119, "prediction": "Instagram 's own account", "binary_answer": null, "no_answer_prob": -7.725270867347717}
{"example_id": -6716063774607050486, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -9.889611721038818}
{"example_id": -2628052344076563836, "prediction": "Massachusetts and Washington", "binary_answer": null, "no_answer_prob": -8.730831623077393}
{"example_id": -1135225573282689031, "prediction": "Rural Development", "binary_answer": null, "no_answer_prob": 2.457312285900116}
{"example_id": 1357511762055567675, "prediction": "Air Force Two is the air traffic control call sign held by any United States Air Force aircraft", "binary_answer": null, "no_answer_prob": -2.299285411834717}
{"example_id": -3618203843442035644, "prediction": "beyond expectation", "binary_answer": null, "no_answer_prob": 1.1549992561340332}
{"example_id": 6106481596866176219, "prediction": "3 July to 15 August", "binary_answer": null, "no_answer_prob": -4.489135026931763}
{"example_id": -7119358492528032323, "prediction": "Upon graduation", "binary_answer": null, "no_answer_prob": -0.7218914031982422}
{"example_id": 1821196549916396974, "prediction": "Nashville", "binary_answer": null, "no_answer_prob": -6.1470431089401245}
{"example_id": -8329109315426780852, "prediction": "Central America", "binary_answer": null, "no_answer_prob": 1.0669515952467918}
{"example_id": 8831903047668368237, "prediction": "", "binary_answer": null, "no_answer_prob": -4.062708735466003}
{"example_id": 5175823991064294138, "prediction": "a thousandth ( 0.001 or 10 or / ) of a second .", "binary_answer": null, "no_answer_prob": -3.2957115173339844}
{"example_id": 852001739612664450, "prediction": "Novak Djokovic", "binary_answer": null, "no_answer_prob": -2.0404131412506104}
{"example_id": 8600049310637718384, "prediction": "In Spanish , the verb is inflected for both person and number , thus expression of the pronoun is unnecessary", "binary_answer": null, "no_answer_prob": -2.8487226963043213}
{"example_id": -4073933669311517629, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -9.43354070186615}
{"example_id": -4343331977146551678, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -11.161540508270264}
{"example_id": 7602335501357041499, "prediction": "", "binary_answer": null, "no_answer_prob": 4.229008570313454}
{"example_id": -40181231085871262, "prediction": "complex issues of innocence , identity , belonging , loss , and connection .", "binary_answer": null, "no_answer_prob": -2.548640251159668}
{"example_id": -298768433575593625, "prediction": "Wembley Stadium in London", "binary_answer": null, "no_answer_prob": -3.4112496376037598}
{"example_id": 1274161082554537838, "prediction": "Montell Jordan", "binary_answer": null, "no_answer_prob": -12.249283790588379}
{"example_id": -5142095797060740224, "prediction": "The flag of the City of London", "binary_answer": null, "no_answer_prob": -5.1395347118377686}
{"example_id": -150353078765892843, "prediction": "1948", "binary_answer": null, "no_answer_prob": -3.6678701639175415}
{"example_id": -7441104754634075894, "prediction": "`` Feel Like Makin ' Love ''", "binary_answer": null, "no_answer_prob": 2.0778669118881226}
{"example_id": 6592146029580613382, "prediction": "House of Music", "binary_answer": null, "no_answer_prob": 0.7162433862686157}
{"example_id": 6577584521070473062, "prediction": "SDCCU Stadium", "binary_answer": null, "no_answer_prob": -7.4555641412734985}
{"example_id": -2239726213887055371, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -9.117330312728882}
{"example_id": 6334372079855380267, "prediction": "John Locke and Thomas Jefferson", "binary_answer": null, "no_answer_prob": -7.058869361877441}
{"example_id": -7498808518194805831, "prediction": "left atrium and ventricle of the heart", "binary_answer": null, "no_answer_prob": -4.091463804244995}
{"example_id": -2650580775830070856, "prediction": "Midtown Manhattan , New York City", "binary_answer": null, "no_answer_prob": -9.83627200126648}
{"example_id": 641499845259300041, "prediction": "1976", "binary_answer": null, "no_answer_prob": -3.057923613116145}
{"example_id": 6053762408933391450, "prediction": "about 18.7 million", "binary_answer": null, "no_answer_prob": -7.990319490432739}
{"example_id": 6313808902775223480, "prediction": "Katherine Elaine Hendrix", "binary_answer": null, "no_answer_prob": -9.815321922302246}
{"example_id": 4100058272713340859, "prediction": "Powder Alarm", "binary_answer": null, "no_answer_prob": 0.5055539608001709}
{"example_id": -1751179769925722619, "prediction": "Jack Blanchard & Misty Morgan", "binary_answer": null, "no_answer_prob": -2.3936352729797363}
{"example_id": -12822886849913502, "prediction": "200 beats per minute", "binary_answer": null, "no_answer_prob": -4.63033664226532}
{"example_id": -6580645266031317210, "prediction": "World Trade Center", "binary_answer": null, "no_answer_prob": -1.4276068210601807}
{"example_id": 7794171111821551758, "prediction": "Richard Harris", "binary_answer": null, "no_answer_prob": -10.066713094711304}
{"example_id": -7402615753497933613, "prediction": "The 15th century", "binary_answer": null, "no_answer_prob": 0.41676026582717896}
{"example_id": 5366437297427540229, "prediction": "8,569", "binary_answer": null, "no_answer_prob": -11.021973490715027}
{"example_id": 7354999858807237444, "prediction": "Jerry Rice", "binary_answer": null, "no_answer_prob": -9.981320261955261}
{"example_id": -6156830306587873889, "prediction": "Colin Young", "binary_answer": null, "no_answer_prob": -10.080129265785217}
{"example_id": -3976700472036906836, "prediction": "Abraham Lincoln", "binary_answer": null, "no_answer_prob": -3.1949623823165894}
{"example_id": -2099721548141571157, "prediction": "Kelly Gordon", "binary_answer": null, "no_answer_prob": -9.345438957214355}
{"example_id": 4836571944891919423, "prediction": "Qin Shi Huang", "binary_answer": null, "no_answer_prob": -7.821978807449341}
{"example_id": 7866567843893591155, "prediction": "The origins of the Tutsi and Hutu peoples is a major issue in the histories of Rwanda and Burundi", "binary_answer": null, "no_answer_prob": -3.5059679746627808}
{"example_id": -4615683461849771716, "prediction": "46", "binary_answer": null, "no_answer_prob": -6.501351594924927}
{"example_id": 3182387673618585235, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -8.858871102333069}
{"example_id": 5775527683306316360, "prediction": "790 feet ( 240 m ) long", "binary_answer": null, "no_answer_prob": -5.730188488960266}
{"example_id": -1768532999191146026, "prediction": "States Reorganisation Act , 1956 Enacted by Parliament of India Date enacted 1956 Status : In force", "binary_answer": null, "no_answer_prob": 2.1415958404541016}
{"example_id": 5733933193406628605, "prediction": "Bernalillo County", "binary_answer": null, "no_answer_prob": -2.835731267929077}
{"example_id": 6757098750193782070, "prediction": "Jim Miller", "binary_answer": null, "no_answer_prob": -3.7317157983779907}
{"example_id": 3540503400206333603, "prediction": "United States Soccer Federation", "binary_answer": null, "no_answer_prob": -1.1763986349105835}
{"example_id": -2637162600817283425, "prediction": "the foundation of Muslim life", "binary_answer": null, "no_answer_prob": -6.753200531005859}
{"example_id": -1535540325606542097, "prediction": "epinephrine ( adrenaline ) , norepinephrine ( noradrenaline ) , and a small amount of dopamine", "binary_answer": null, "no_answer_prob": -3.9155147075653076}
{"example_id": 3654252407672083306, "prediction": "Sweet Victory", "binary_answer": null, "no_answer_prob": -6.850810527801514}
{"example_id": 4934823151479543477, "prediction": "DeKalb County", "binary_answer": null, "no_answer_prob": 0.5273493826389313}
{"example_id": 5951813401828362619, "prediction": "1955", "binary_answer": null, "no_answer_prob": -11.794597774744034}
{"example_id": 4121685998075512512, "prediction": "Abraham Lincoln , Franklin D. Roosevelt , and George Washington", "binary_answer": null, "no_answer_prob": -7.524135887622833}
{"example_id": -1703717882588643305, "prediction": "Ping operates by sending Internet Control Message Protocol ( ICMP ) echo request packets", "binary_answer": null, "no_answer_prob": 1.9347660541534424}
{"example_id": 8032346423190290304, "prediction": "frontal lobe", "binary_answer": null, "no_answer_prob": -3.9256279468536377}
{"example_id": -207620430686586761, "prediction": ".", "binary_answer": null, "no_answer_prob": 1.185155987739563}
{"example_id": 7476615006568451380, "prediction": "Los Angeles", "binary_answer": null, "no_answer_prob": -1.0909061431884766}
{"example_id": 1055676563741063338, "prediction": "John Kennedy Toole", "binary_answer": null, "no_answer_prob": 3.5251464247703552}
{"example_id": -580527970685575745, "prediction": "May 1991", "binary_answer": null, "no_answer_prob": -11.738184452056885}
{"example_id": 2971677203035782488, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -8.813279390335083}
{"example_id": 435950528790715875, "prediction": "130 km / h ( 81 mph )", "binary_answer": null, "no_answer_prob": -4.834797382354736}
{"example_id": 7467210135563663535, "prediction": "one", "binary_answer": null, "no_answer_prob": -9.050445795059204}
{"example_id": 8239196429346800702, "prediction": ". 338", "binary_answer": null, "no_answer_prob": -10.163241505622864}
{"example_id": -1032423750693274324, "prediction": "Castle Stuart , northeast of Inverness", "binary_answer": null, "no_answer_prob": -8.498528242111206}
{"example_id": 3744474311129913227, "prediction": "Rasheed Wallace", "binary_answer": null, "no_answer_prob": -8.478610754013062}
{"example_id": 8816865823185385611, "prediction": "Ted Williams", "binary_answer": null, "no_answer_prob": -7.945876359939575}
{"example_id": -8765854288917066130, "prediction": "etaoin shrdlu cmfwyp vbgkjq xz", "binary_answer": null, "no_answer_prob": -3.5747926235198975}
{"example_id": 7970600008082026704, "prediction": "`` Hello , I Love You ''", "binary_answer": null, "no_answer_prob": -2.0465437173843384}
{"example_id": 236904525188905555, "prediction": "Joe Cocker", "binary_answer": null, "no_answer_prob": -4.7959136962890625}
{"example_id": -5417349149794783341, "prediction": "18", "binary_answer": null, "no_answer_prob": -6.772163033485413}
{"example_id": 6433808909866357661, "prediction": "nine", "binary_answer": null, "no_answer_prob": -10.084598422050476}
{"example_id": -3172652774675351475, "prediction": "AT&T Stadium in Arlington , Texas", "binary_answer": null, "no_answer_prob": -11.757476150989532}
{"example_id": 4997833347066913620, "prediction": "over one - third of its original territory", "binary_answer": null, "no_answer_prob": -4.674762964248657}
{"example_id": 2268352799080451817, "prediction": "War", "binary_answer": null, "no_answer_prob": -10.418273150920868}
{"example_id": 7128949973348296213, "prediction": "Texas State Highway 130 , and it is 85 mph ( 137 km / h ) .", "binary_answer": null, "no_answer_prob": -0.13453495502471924}
{"example_id": -1900822958252026843, "prediction": "sweat , salivary , mammary , ceruminous , lacrimal , sebaceous , and mucous", "binary_answer": null, "no_answer_prob": -7.367923974990845}
{"example_id": 8832540594946670288, "prediction": "$69.4 million", "binary_answer": null, "no_answer_prob": -7.05427086353302}
{"example_id": 8972708662694946836, "prediction": "Ben & Holly 's Little Kingdom", "binary_answer": null, "no_answer_prob": -5.585898041725159}
{"example_id": 5655057597918921524, "prediction": "Lyra 's friend Roger goes missing", "binary_answer": null, "no_answer_prob": 1.7390053272247314}
{"example_id": -456550905432013934, "prediction": "Polyandry", "binary_answer": null, "no_answer_prob": -10.624130964279175}
{"example_id": 5967838168465472780, "prediction": "Uchenna and Joyce Agu", "binary_answer": null, "no_answer_prob": -5.494654297828674}
{"example_id": -8318645918477821934, "prediction": "May 3 , 2011", "binary_answer": null, "no_answer_prob": -9.805355668067932}
{"example_id": -7570921303155397452, "prediction": "22", "binary_answer": null, "no_answer_prob": -8.032357335090637}
{"example_id": 6562690436193066031, "prediction": "1960", "binary_answer": null, "no_answer_prob": -9.510037779808044}
{"example_id": -4026673003526250366, "prediction": "Leslie Samuel Phillips", "binary_answer": null, "no_answer_prob": -6.318607449531555}
{"example_id": 3366458579522969857, "prediction": "2002", "binary_answer": null, "no_answer_prob": -5.083343029022217}
{"example_id": 5965313784507541520, "prediction": "ULLAdubULLA", "binary_answer": null, "no_answer_prob": -0.662736177444458}
{"example_id": -4467052165707707109, "prediction": "10", "binary_answer": null, "no_answer_prob": -6.0940539836883545}
{"example_id": -3865940004746414966, "prediction": "an 1881 Australian Golf Museum", "binary_answer": null, "no_answer_prob": -1.7997031211853027}
{"example_id": 5120536696217309636, "prediction": "The Dead Sea ( Hebrew : \u05d9\u05b8\u05dd \u05d4\u05b7\u05de\u05b6\u05bc\u05dc\u05b7\u05d7 \u202c Yam ha - Melah lit . Sea of Salt", "binary_answer": null, "no_answer_prob": 2.2094982862472534}
{"example_id": -9131850758049700337, "prediction": "201", "binary_answer": null, "no_answer_prob": -6.061829328536987}
{"example_id": -5765822902660896707, "prediction": "Andy 's Ancestry ''", "binary_answer": null, "no_answer_prob": -4.5348323583602905}
{"example_id": 4034138885158570901, "prediction": "approximately 22 to 24 miles", "binary_answer": null, "no_answer_prob": -2.9154950380325317}
{"example_id": -9079462351361244101, "prediction": "Vince Lombardi", "binary_answer": null, "no_answer_prob": -11.543552279472351}
{"example_id": -6056894076536993060, "prediction": "KDKA - FM", "binary_answer": null, "no_answer_prob": -2.4289647340774536}
{"example_id": 6670179231280945971, "prediction": "", "binary_answer": null, "no_answer_prob": -3.394863486289978}
{"example_id": -4441691123479114426, "prediction": "early February", "binary_answer": null, "no_answer_prob": -6.287811040878296}
{"example_id": -5447148286129929273, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -9.899799227714539}
{"example_id": -2151443946563635427, "prediction": "1976", "binary_answer": null, "no_answer_prob": -9.810282468795776}
{"example_id": -8645961799559821073, "prediction": "1957", "binary_answer": null, "no_answer_prob": -10.012970760464668}
{"example_id": -1390689909650743770, "prediction": "Nancy Justine McKeon", "binary_answer": null, "no_answer_prob": -11.020265936851501}
{"example_id": -8395449471354467275, "prediction": "Michael Jackson", "binary_answer": null, "no_answer_prob": -13.225265860557556}
{"example_id": 1054847920949460800, "prediction": "Lake Itasca", "binary_answer": null, "no_answer_prob": -1.3837411403656006}
{"example_id": 841481898388517773, "prediction": "Louis XIII", "binary_answer": null, "no_answer_prob": -9.931178092956543}
{"example_id": -3770217224320829481, "prediction": "Rick Evans", "binary_answer": null, "no_answer_prob": -10.73760735988617}
{"example_id": -1285600064854702811, "prediction": "The residence was designed by Irish - born architect James Hoban in the neoclassical style", "binary_answer": null, "no_answer_prob": -4.141749978065491}
{"example_id": 672899297557308978, "prediction": "a homeless man who would sit outside Dylan 's window and play the same songs every day", "binary_answer": null, "no_answer_prob": -4.404660940170288}
{"example_id": -8277135430519600343, "prediction": "United States President Thomas Jefferson refused to pay this tribute . Sweden had been at war with the Tripolitans since 1800 .", "binary_answer": null, "no_answer_prob": -1.047593116760254}
{"example_id": -3864175799337963302, "prediction": "February 3 , 2002", "binary_answer": null, "no_answer_prob": -8.473393380641937}
{"example_id": 2191524445580222337, "prediction": "between 5 and 11 pounds ( 2.3 and 5.0 kg )", "binary_answer": null, "no_answer_prob": -5.683558464050293}
{"example_id": 7049438424847855781, "prediction": "Psalm 23", "binary_answer": null, "no_answer_prob": 1.3417664095759392}
{"example_id": 2228219749710013880, "prediction": "Humble Pie", "binary_answer": null, "no_answer_prob": -10.658671259880066}
{"example_id": -7449714712003332725, "prediction": "Sofia Vassilieva", "binary_answer": null, "no_answer_prob": -8.85500955581665}
{"example_id": 1799300020645652861, "prediction": "West of the Cascade Mountains", "binary_answer": null, "no_answer_prob": -6.868046045303345}
{"example_id": 7569752589252862956, "prediction": "Bishop Odo , William 's half - brother", "binary_answer": null, "no_answer_prob": -8.54404091835022}
{"example_id": 1451940281937053603, "prediction": "The establishment of a British trading post in Singapore in 1819", "binary_answer": null, "no_answer_prob": -2.413356304168701}
{"example_id": -6498917580891001702, "prediction": "a pilgrimage to India", "binary_answer": null, "no_answer_prob": -3.712512493133545}
{"example_id": 503051729979609477, "prediction": "Mike Campbell 2018 -- lead guitar Neil Finn rhythm guitar vocals", "binary_answer": null, "no_answer_prob": -2.3155951499938965}
{"example_id": 5097144795488862334, "prediction": "( `` Down in a Hole '' ) 's in my top three , personally . It 's to my long - time love", "binary_answer": null, "no_answer_prob": -0.36554384231567383}
{"example_id": -4340511208164380792, "prediction": "Heathcliff Andrew Ledger", "binary_answer": null, "no_answer_prob": -3.8926682472229004}
{"example_id": 6327506297735359946, "prediction": "Earl G. `` Ken '' Kendrick Jr.", "binary_answer": null, "no_answer_prob": -12.114140033721924}
{"example_id": 969820171335630377, "prediction": "an attempted murder inspired by the legend of a fearsome , diabolical hound of supernatural origin", "binary_answer": null, "no_answer_prob": -0.2692381739616394}
{"example_id": -5589376280063795615, "prediction": "Waxahachie , Texas", "binary_answer": null, "no_answer_prob": -9.800145030021667}
{"example_id": 6204925877536912344, "prediction": "Roman law", "binary_answer": null, "no_answer_prob": -2.2874698638916016}
{"example_id": -1186210998868194765, "prediction": "Discovery - based methodologies are often viewed in contrast to traditional scientific practice", "binary_answer": null, "no_answer_prob": 1.9141165614128113}
{"example_id": -7729602148480208503, "prediction": "`` Sing It Back '' is a song written and performed by Moloko ( R\u00f3is\u00edn Murphy and Mark Brydon", "binary_answer": null, "no_answer_prob": 4.576266169548035}
{"example_id": -6534558839095898672, "prediction": "Parks Canada", "binary_answer": null, "no_answer_prob": -4.9687042236328125}
{"example_id": -5972378538230544585, "prediction": "between the wheels and the suspension of an automobile", "binary_answer": null, "no_answer_prob": -3.8520314693450928}
{"example_id": 7530093689585344248, "prediction": "5 17", "binary_answer": null, "no_answer_prob": -5.599600553512573}
{"example_id": -1211183079669479575, "prediction": "Carl Jung", "binary_answer": null, "no_answer_prob": 1.121277093887329}
{"example_id": 6035594446332105224, "prediction": "unable to survive .", "binary_answer": null, "no_answer_prob": 0.18017449975013733}
{"example_id": 5838698792219885364, "prediction": "Milo\u0161 Forman", "binary_answer": null, "no_answer_prob": -12.6523677110672}
{"example_id": -1319733685434367930, "prediction": "60 miles ( 97 km ) west of Las Cruces and thirty - three miles north of the Mexican border", "binary_answer": null, "no_answer_prob": -9.252172708511353}
{"example_id": 8021505322235820583, "prediction": "British rock group the Animals", "binary_answer": null, "no_answer_prob": -2.5914703607559204}
{"example_id": 6772427268798562308, "prediction": "to manage psychosis", "binary_answer": null, "no_answer_prob": -1.4745464324951172}
{"example_id": -4346255284533122258, "prediction": "Gleb Savchenko , Lindsay Arnold , and Kym Johnson", "binary_answer": null, "no_answer_prob": -0.801861047744751}
{"example_id": -4450404503631437107, "prediction": "Because This is My First Life", "binary_answer": null, "no_answer_prob": -1.0574265718460083}
{"example_id": -6644639123758684084, "prediction": "500 to 650", "binary_answer": null, "no_answer_prob": -4.388088941574097}
{"example_id": 2830847496958061908, "prediction": "brightly patterned jacket", "binary_answer": null, "no_answer_prob": -6.549100399017334}
{"example_id": -2737130974802555764, "prediction": "at the synapse", "binary_answer": null, "no_answer_prob": -8.12940764427185}
{"example_id": -6216333722586209149, "prediction": "In 1935 , the slogan was `` The sweet you can eat between meals . ''", "binary_answer": null, "no_answer_prob": -0.619023323059082}
{"example_id": -3320877361069042531, "prediction": "Aldous Huxley", "binary_answer": null, "no_answer_prob": -13.111459136009216}
{"example_id": 7818239341170845049, "prediction": "eighteen", "binary_answer": null, "no_answer_prob": -8.955319046974182}
{"example_id": -5603837015331956142, "prediction": "Wind direction is reported by the direction from which it originates . For example , a northerly wind blows from the north to the south", "binary_answer": null, "no_answer_prob": -2.691865921020508}
{"example_id": -1458803114225857078, "prediction": "13", "binary_answer": null, "no_answer_prob": -4.8291261196136475}
{"example_id": -3404407240311124605, "prediction": "`` Gimme Some Lovin ' ''", "binary_answer": null, "no_answer_prob": 0.6189065277576447}
{"example_id": 7586227780813314183, "prediction": "The Anglo - Saxons were a people who inhabited Great Britain from the 5th century . They comprise people from Germanic tribes", "binary_answer": null, "no_answer_prob": -5.394847512245178}
{"example_id": 7887583239364627323, "prediction": "Mars", "binary_answer": null, "no_answer_prob": -9.72273600101471}
{"example_id": 3686707568506986955, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Saudi Arabian", "binary_answer": null, "no_answer_prob": 3.293676018714905}
{"example_id": 508567174444763503, "prediction": "1980s", "binary_answer": null, "no_answer_prob": -2.457916498184204}
{"example_id": 2540355632717774384, "prediction": "Rufus and American singer Chaka Khan", "binary_answer": null, "no_answer_prob": -9.238011956214905}
{"example_id": 41880235592304322, "prediction": "Barristers", "binary_answer": null, "no_answer_prob": -3.7400912046432495}
{"example_id": -3510377463362045986, "prediction": "due to weather , disease , or conflict with other European powers", "binary_answer": null, "no_answer_prob": 2.638331361114979}
{"example_id": 8026962968003050797, "prediction": "Gary Allan", "binary_answer": null, "no_answer_prob": -11.489792466163635}
{"example_id": -7882710204067820087, "prediction": "9,818,605 Estimate ( 2017 ) 10,163,507", "binary_answer": null, "no_answer_prob": -10.007081031799316}
{"example_id": -1532791886278577501, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -10.172733783721924}
{"example_id": -8579783625094208515, "prediction": "", "binary_answer": null, "no_answer_prob": 2.503282383084297}
{"example_id": -780038890942865068, "prediction": "Zahn Tokiya - ku McClarnon", "binary_answer": null, "no_answer_prob": -9.83351445198059}
{"example_id": 3341682738047765749, "prediction": "545", "binary_answer": null, "no_answer_prob": -8.487846970558167}
{"example_id": -5666184786993118685, "prediction": "13 - and 15 - inch screen sizes", "binary_answer": null, "no_answer_prob": -7.32839822769165}
{"example_id": -6793366597671675892, "prediction": "the player 's rights", "binary_answer": null, "no_answer_prob": -0.6521892547607422}
{"example_id": -5244856718676154849, "prediction": "To defend the Irish state against armed aggression", "binary_answer": null, "no_answer_prob": -4.244945049285889}
{"example_id": -4188082784823709697, "prediction": "", "binary_answer": null, "no_answer_prob": 4.032847881317139}
{"example_id": 7669326562226780180, "prediction": "Leonardo", "binary_answer": null, "no_answer_prob": 1.354664921760559}
{"example_id": 5892317276269234281, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -11.692171692848206}
{"example_id": 4830900147895398824, "prediction": "199 feet ( 60.7 m )", "binary_answer": null, "no_answer_prob": -6.665762424468994}
{"example_id": 8170950913865010587, "prediction": "7.9 inches", "binary_answer": null, "no_answer_prob": -7.803020715713501}
{"example_id": 1433720415171638272, "prediction": "As in pair skating , dancers compete as a couple consisting of a man and a woman", "binary_answer": null, "no_answer_prob": -3.3952807188034058}
{"example_id": 6977672286943223075, "prediction": "in the northeast quadrant of The Ellipse near the White House in Washington , D.C.", "binary_answer": null, "no_answer_prob": -8.996264338493347}
{"example_id": -1040708440497808999, "prediction": "Monica Seles", "binary_answer": null, "no_answer_prob": -7.224339604377747}
{"example_id": 3631055211366096413, "prediction": "Travel", "binary_answer": null, "no_answer_prob": -0.3945244550704956}
{"example_id": 7425647564385219480, "prediction": "Jeff Bridges", "binary_answer": null, "no_answer_prob": -2.4467575550079346}
{"example_id": 1930650212240765664, "prediction": "Hammond , Louisiana", "binary_answer": null, "no_answer_prob": -7.9961371421813965}
{"example_id": -7859422749680569556, "prediction": "a new song , titled `` Pet Me , Poppa . ''", "binary_answer": null, "no_answer_prob": 1.6576849222183228}
{"example_id": -3131899867408123689, "prediction": "The Chainsmokers . The song features the vocals of American singer Daya", "binary_answer": null, "no_answer_prob": -10.392895340919495}
{"example_id": -1236180275416428282, "prediction": "Extraordinary Popular Delusions and the Madness of Crowds is an early study of crowd psychology", "binary_answer": null, "no_answer_prob": 1.676247127354145}
{"example_id": 6898771570221328779, "prediction": "The song helped open up Aerosmith to a new generation and remains a slow dance staple .", "binary_answer": null, "no_answer_prob": -1.488051414489746}
{"example_id": -595650446576941707, "prediction": "Lake Michigan", "binary_answer": null, "no_answer_prob": -11.499435424804688}
{"example_id": 744447684240531341, "prediction": "1992", "binary_answer": null, "no_answer_prob": -6.113393068313599}
{"example_id": -3534059951321558886, "prediction": "206", "binary_answer": null, "no_answer_prob": -7.4515620470047}
{"example_id": -7370774985713456088, "prediction": "September 17 , 1787", "binary_answer": null, "no_answer_prob": -12.164507389068604}
{"example_id": -438209701900515346, "prediction": "The Witcher 2 : Assassins of Kings and Counter-Strike : Global Offensive", "binary_answer": null, "no_answer_prob": 0.9087569713592529}
{"example_id": 3661542673626480019, "prediction": "1880", "binary_answer": null, "no_answer_prob": -12.081328958272934}
{"example_id": 527754226100897941, "prediction": "Bailee Madison", "binary_answer": null, "no_answer_prob": -8.892460227012634}
{"example_id": -531861138924629060, "prediction": "1984", "binary_answer": null, "no_answer_prob": -7.120132207870483}
{"example_id": 3548237018398658588, "prediction": "July 22 , 2011", "binary_answer": null, "no_answer_prob": -10.239561557769775}
{"example_id": -555441970484392565, "prediction": "October 27 , 2017", "binary_answer": null, "no_answer_prob": -10.024766445159912}
{"example_id": 3945293899386860281, "prediction": "at right angles from the side of the arcuate arteries looking toward the cortical substance", "binary_answer": null, "no_answer_prob": -6.136792540550232}
{"example_id": -5941359242168303429, "prediction": "Gregorio Esparza", "binary_answer": null, "no_answer_prob": -4.13149356842041}
{"example_id": -5213011484772718193, "prediction": "Missouri River Mississippi River", "binary_answer": null, "no_answer_prob": -6.817846775054932}
{"example_id": 5910454136915511542, "prediction": "Los Angeles Dodgers and the American League ( AL ) champion Houston Astros", "binary_answer": null, "no_answer_prob": -6.736708760261536}
{"example_id": 1808091515525672902, "prediction": "Charlie Puth song ) , 2017", "binary_answer": null, "no_answer_prob": -0.5288277864456177}
{"example_id": 4144073983389071360, "prediction": "Development of the province has in large part been influenced by structural features in its oldest rocks", "binary_answer": null, "no_answer_prob": 0.8140277862548828}
{"example_id": 5364234230484351677, "prediction": "local , state or national governments", "binary_answer": null, "no_answer_prob": -4.423632383346558}
{"example_id": 4852989952673395013, "prediction": "Whole life insurance , or whole of life assurance", "binary_answer": null, "no_answer_prob": 2.2082967683672905}
{"example_id": 372301397218031889, "prediction": "", "binary_answer": null, "no_answer_prob": -5.26597273349762}
{"example_id": 5590651016805994998, "prediction": "the Eagles", "binary_answer": null, "no_answer_prob": -8.87448239326477}
{"example_id": 7791361439639648835, "prediction": "The song 's inspiration came about when Third Eye guitarist Kevin Cadogan was tinkering around with an autoharp", "binary_answer": null, "no_answer_prob": 0.5381288528442383}
{"example_id": -9069199759855046323, "prediction": "Violett Beane", "binary_answer": null, "no_answer_prob": -4.9017698764801025}
{"example_id": 2666574104880651228, "prediction": "The legacy of the Cold War continues to influence world affairs", "binary_answer": null, "no_answer_prob": -0.4109152555465698}
{"example_id": -1176765890165849895, "prediction": "It is of historical significance because it gave U.S. President Lyndon B. Johnson authorization", "binary_answer": null, "no_answer_prob": -3.851686120033264}
{"example_id": -4128818640272537483, "prediction": "", "binary_answer": null, "no_answer_prob": 6.332631349563599}
{"example_id": -5819406288758053018, "prediction": "Chang'an ( 206 BC -- 9 AD , 190 -- 195 AD ) Luoyang", "binary_answer": null, "no_answer_prob": -0.8615853786468506}
{"example_id": 2726385297331090073, "prediction": "the treasury of the satisfactions of Christ and the saints '' .", "binary_answer": null, "no_answer_prob": -4.136862397193909}
{"example_id": -2394552487154524021, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0942041873931885}
{"example_id": -4194444306154429945, "prediction": "Thomas A. Dorsey", "binary_answer": null, "no_answer_prob": -11.335910081863403}
{"example_id": 4961790409760426286, "prediction": "A certificate of deposit ( CD ) is a time deposit", "binary_answer": null, "no_answer_prob": -2.7144980430603027}
{"example_id": 3348132901503508659, "prediction": "1956", "binary_answer": null, "no_answer_prob": -6.420072317123413}
{"example_id": 5480638861249132221, "prediction": "Lifetime channel", "binary_answer": null, "no_answer_prob": -1.155400276184082}
{"example_id": -5360115206629393550, "prediction": "Dwight D. Eisenhower", "binary_answer": null, "no_answer_prob": -0.8983588218688965}
{"example_id": 2382171719013371160, "prediction": "The term Indian subcontinent also has a geological significance", "binary_answer": null, "no_answer_prob": -0.8898581266403198}
{"example_id": 1351271957293945979, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0347313582897186}
{"example_id": 1959948038096218378, "prediction": "on the side of the lumbar region of the vertebral column and brim of the lesser pelvis", "binary_answer": null, "no_answer_prob": -7.687568783760071}
{"example_id": -4459504099184970971, "prediction": "killed in the ensuing battle .", "binary_answer": null, "no_answer_prob": 0.9011483788490295}
{"example_id": -6564642998097764739, "prediction": "23", "binary_answer": null, "no_answer_prob": -1.8482390642166138}
{"example_id": 7657147454533468258, "prediction": "Shi Yuqi", "binary_answer": null, "no_answer_prob": 0.1776716709136963}
{"example_id": 1115742698851788260, "prediction": "Noel Crane", "binary_answer": null, "no_answer_prob": -1.1121584177017212}
{"example_id": 504012838774918262, "prediction": "double quotation mark", "binary_answer": null, "no_answer_prob": -6.086158275604248}
{"example_id": 2516392454249812595, "prediction": "statute ( 47 U.S.C. \u00a7 151 and 47 U.S.C. \u00a7 154 )", "binary_answer": null, "no_answer_prob": -5.353235483169556}
{"example_id": 2650014022055905609, "prediction": "December 31 , 2017", "binary_answer": null, "no_answer_prob": -3.0140256881713867}
{"example_id": 1818370768133737428, "prediction": "Diana Ross & the Supremes and The Temptations", "binary_answer": null, "no_answer_prob": -8.618955492973328}
{"example_id": -466614231730169290, "prediction": "pig fat", "binary_answer": null, "no_answer_prob": -3.8005213737487793}
{"example_id": -59993576524081521, "prediction": "1163 ( 1163 )", "binary_answer": null, "no_answer_prob": -4.016171932220459}
{"example_id": -8896287248206982717, "prediction": "The Seventeenth Amendment ( Amendment XVII ) to the United States Constitution established the popular election of United States Senators", "binary_answer": null, "no_answer_prob": -5.643954873085022}
{"example_id": -7114153850726329588, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -8.778966903686523}
{"example_id": 3483615852936279142, "prediction": "Pittsburgh", "binary_answer": null, "no_answer_prob": -4.7154048681259155}
{"example_id": -5486206422921963500, "prediction": "Nova Scotia , Canada", "binary_answer": null, "no_answer_prob": -8.309549689292908}
{"example_id": 7348005180629503206, "prediction": "Moore", "binary_answer": null, "no_answer_prob": -2.2622272968292236}
{"example_id": -3846702735430998436, "prediction": "3,515 square miles ( 9,104 km )", "binary_answer": null, "no_answer_prob": -8.719077467918396}
{"example_id": -2300619845818907223, "prediction": "Vince Carter", "binary_answer": null, "no_answer_prob": -9.70963704586029}
{"example_id": 5805769107414094396, "prediction": "England and the United Kingdom", "binary_answer": null, "no_answer_prob": -4.291337251663208}
{"example_id": -1482824319404785035, "prediction": "Constrained optimization by linear approximation ( COBYLA ) is a numerical optimization", "binary_answer": null, "no_answer_prob": 3.293755888938904}
{"example_id": -38871885317426783, "prediction": "The act avoided the highly disputed postponed life insurance policy payout for World War I veterans that caused political turmoil", "binary_answer": null, "no_answer_prob": -3.6960140466690063}
{"example_id": -2615190967219960781, "prediction": "Brendon Urie", "binary_answer": null, "no_answer_prob": -5.882268607616425}
{"example_id": 4542437654949042125, "prediction": "2007", "binary_answer": null, "no_answer_prob": 1.7005328238010406}
{"example_id": 5836165316647001433, "prediction": "Cyanogen", "binary_answer": null, "no_answer_prob": -5.5926127433776855}
{"example_id": -899351908881081678, "prediction": "Alyson Lee Hannigan", "binary_answer": null, "no_answer_prob": -14.237074136734009}
{"example_id": -1789840315008222963, "prediction": "31,443,321", "binary_answer": null, "no_answer_prob": -10.049216508865356}
{"example_id": -1724662938879140380, "prediction": "Jeffrey Hunter", "binary_answer": null, "no_answer_prob": -10.556548595428467}
{"example_id": 2062194153854731443, "prediction": "1754 -- 63", "binary_answer": null, "no_answer_prob": -7.019275903701782}
{"example_id": -5665077689733138604, "prediction": "Maurice Williams", "binary_answer": null, "no_answer_prob": -11.195292353630066}
{"example_id": 8872597949519168496, "prediction": "Kyle Myers", "binary_answer": null, "no_answer_prob": 1.387685775756836}
{"example_id": 6310573734645687055, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -7.139340281486511}
{"example_id": -2813815229664862409, "prediction": "Sol was the solar deity in ancient Roman religion", "binary_answer": null, "no_answer_prob": 0.6377034820616245}
{"example_id": -6265111147251160723, "prediction": "October 13 , 2018", "binary_answer": null, "no_answer_prob": -2.0152337551116943}
{"example_id": -827636847342595832, "prediction": "4,833,260", "binary_answer": null, "no_answer_prob": -10.007402181625366}
{"example_id": -2106857068228556987, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -1.3157613277435303}
{"example_id": 1842547553705946590, "prediction": ".", "binary_answer": null, "no_answer_prob": 2.6813076734542847}
{"example_id": -4317249439062227447, "prediction": "Rachel Lindsay Rene Bush and Sidney Robyn Danae Bush", "binary_answer": null, "no_answer_prob": -9.739449501037598}
{"example_id": 217413029081678261, "prediction": "Anna Kendrick", "binary_answer": null, "no_answer_prob": -7.816027879714966}
{"example_id": 8039495354668394547, "prediction": "mechanical stresses induced by spatial patterning of the cells .", "binary_answer": null, "no_answer_prob": 2.279775857925415}
{"example_id": 9159474945745227690, "prediction": "The Alan Parsons Project", "binary_answer": null, "no_answer_prob": -10.002793312072754}
{"example_id": -4454876137483658054, "prediction": "2018", "binary_answer": null, "no_answer_prob": -3.320846676826477}
{"example_id": 8257745602961832064, "prediction": "Kiki Dee", "binary_answer": null, "no_answer_prob": -9.391282200813293}
{"example_id": 3192395128654333341, "prediction": "1984", "binary_answer": null, "no_answer_prob": -10.04755049943924}
{"example_id": -7192499752668419792, "prediction": "Scott Bakula and CCH Pounder", "binary_answer": null, "no_answer_prob": -2.2919007539749146}
{"example_id": 2972778292233187574, "prediction": "Jackson , Georgia", "binary_answer": null, "no_answer_prob": -6.885836601257324}
{"example_id": -7324402171371323770, "prediction": "June 7 , 2018", "binary_answer": null, "no_answer_prob": -10.799123167991638}
{"example_id": -7535489534430874129, "prediction": "Parthenogenesis", "binary_answer": null, "no_answer_prob": -9.156126022338867}
{"example_id": -6339549143246224695, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -8.91717004776001}
{"example_id": 4555686420007744407, "prediction": "atmosphere", "binary_answer": null, "no_answer_prob": -4.384745717048645}
{"example_id": 1574413334120799215, "prediction": "The Gap Band", "binary_answer": null, "no_answer_prob": -10.814894437789917}
{"example_id": -6933941057494901788, "prediction": "August 1968", "binary_answer": null, "no_answer_prob": -6.545541882514954}
{"example_id": 8055146914097621626, "prediction": "", "binary_answer": null, "no_answer_prob": 4.03274792432785}
{"example_id": -3054582910153166594, "prediction": "Ren\u00e9 Cassin", "binary_answer": null, "no_answer_prob": -1.8669533729553223}
{"example_id": 3896425085819683205, "prediction": "February 18 , 2018", "binary_answer": null, "no_answer_prob": -8.287084579467773}
{"example_id": 7306687647307337698, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": -4.88952910900116}
{"example_id": -2829882027840439256, "prediction": "2 years", "binary_answer": null, "no_answer_prob": -6.904073238372803}
{"example_id": 6659489785243399018, "prediction": "saving of the soul from sin and its consequences", "binary_answer": null, "no_answer_prob": -7.07893180847168}
{"example_id": -5551525257303804647, "prediction": "$200 salary as you pass GO", "binary_answer": null, "no_answer_prob": 0.6125028133392334}
{"example_id": 4122186710148578356, "prediction": "consolidation of information from short - term memory to long - term memory , and in spatial memory that enables navigation", "binary_answer": null, "no_answer_prob": -6.145746469497681}
{"example_id": 359119244573537862, "prediction": "November 2 , 2017", "binary_answer": null, "no_answer_prob": -7.334679841995239}
{"example_id": 5958577451665719237, "prediction": "83.71 - mile - long ( 134.72 km )", "binary_answer": null, "no_answer_prob": -8.081496000289917}
{"example_id": 193509623184113929, "prediction": "approximately 35,000", "binary_answer": null, "no_answer_prob": -2.967058539390564}
{"example_id": 5313470441363764635, "prediction": "The earliest known surviving instrument of the zither family is a Chinese guqin", "binary_answer": null, "no_answer_prob": -1.805314064025879}
{"example_id": -5641299284929351696, "prediction": "Judicial independence is the concept that the judiciary needs to be kept away from the other branches of government", "binary_answer": null, "no_answer_prob": -3.300481915473938}
{"example_id": 3928293266168746093, "prediction": "1998", "binary_answer": null, "no_answer_prob": -8.962255865335464}
{"example_id": 2252137775549178547, "prediction": "Servo tabs move in the opposite direction of the control surface", "binary_answer": null, "no_answer_prob": -0.8336140215396881}
{"example_id": 2589688290835526636, "prediction": "Queen", "binary_answer": null, "no_answer_prob": -9.809888243675232}
{"example_id": -7606683693711802515, "prediction": "Edward B. Titchener", "binary_answer": null, "no_answer_prob": -0.2630394697189331}
{"example_id": -1103160452857096925, "prediction": "", "binary_answer": null, "no_answer_prob": 6.213596880435944}
{"example_id": -7871845376555109716, "prediction": "120 millimetres ( 4.7 in ) in diameter and 1.2 millimetres ( 0.047 in ) thick", "binary_answer": null, "no_answer_prob": -2.448137402534485}
{"example_id": 2854834463961494572, "prediction": "Tom Herman", "binary_answer": null, "no_answer_prob": -9.075522422790527}
{"example_id": -139523218920751948, "prediction": "under 0.3 seconds left", "binary_answer": null, "no_answer_prob": -4.178459405899048}
{"example_id": -7829633715400218283, "prediction": "Novak Djokovic", "binary_answer": null, "no_answer_prob": -5.338408589363098}
{"example_id": -5990228692754281902, "prediction": "during the Civil War and the 1890s", "binary_answer": null, "no_answer_prob": -6.6970789432525635}
{"example_id": -3671013718150688892, "prediction": "37", "binary_answer": null, "no_answer_prob": -3.838295340538025}
{"example_id": 5212701045922781671, "prediction": "Ethel and Julius Rosenberg", "binary_answer": null, "no_answer_prob": -2.949720859527588}
{"example_id": -2930548385576995493, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -6.620492935180664}
{"example_id": 1850817478192088474, "prediction": "the middle ear", "binary_answer": null, "no_answer_prob": -7.8223713636398315}
{"example_id": 516837182992389871, "prediction": "Gina Tognoni", "binary_answer": null, "no_answer_prob": -12.99113392829895}
{"example_id": -3150051241640674624, "prediction": "", "binary_answer": null, "no_answer_prob": 5.4411940574646}
{"example_id": -3736345898015816806, "prediction": "`` ... Baby One More Time ''", "binary_answer": null, "no_answer_prob": 4.6487837433815}
{"example_id": -1299197451786702363, "prediction": "`` The Tide Is High ''", "binary_answer": null, "no_answer_prob": 3.5422695875167847}
{"example_id": 8916901533963853861, "prediction": "the 76 - story Columbia Center", "binary_answer": null, "no_answer_prob": -9.523662805557251}
{"example_id": 5716837155352313356, "prediction": "Lefty Frizzell", "binary_answer": null, "no_answer_prob": -10.629311800003052}
{"example_id": -3232570359120331144, "prediction": "Patrick Hunter", "binary_answer": null, "no_answer_prob": -5.444300651550293}
{"example_id": -7709344845224537081, "prediction": "spiritual yearning", "binary_answer": null, "no_answer_prob": -7.268187999725342}
{"example_id": 322621257785467654, "prediction": "Article III and Article VI", "binary_answer": null, "no_answer_prob": -4.007772207260132}
{"example_id": 2681609281350554164, "prediction": "Kimbra", "binary_answer": null, "no_answer_prob": -10.166025280952454}
{"example_id": 9213479619370300325, "prediction": "According to the Torah , the tribe consisted of descendants of Manasseh , a son of Joseph , from whom it took its name", "binary_answer": null, "no_answer_prob": -0.20632672309875488}
{"example_id": 9212297869559207709, "prediction": "18 inches ( 46 cm )", "binary_answer": null, "no_answer_prob": -5.166676044464111}
{"example_id": -8712160778873260709, "prediction": "17", "binary_answer": null, "no_answer_prob": -5.13901686668396}
{"example_id": 2442253810601903805, "prediction": "Boston campaign", "binary_answer": null, "no_answer_prob": -2.0635037422180176}
{"example_id": -205538350570675209, "prediction": "Lois & Clark : The New Adventures of Superman 's first season", "binary_answer": null, "no_answer_prob": 2.1608554124832153}
{"example_id": -7301233711046677907, "prediction": "February 1 , 2008", "binary_answer": null, "no_answer_prob": -10.067816853523254}
{"example_id": 6005554700775960153, "prediction": "1994", "binary_answer": null, "no_answer_prob": -7.932291269302368}
{"example_id": 7931769211477608173, "prediction": "29.53 days", "binary_answer": null, "no_answer_prob": -7.739929556846619}
{"example_id": 14895964814832452, "prediction": "Edward Elgar", "binary_answer": null, "no_answer_prob": -13.26360547542572}
{"example_id": -1866919192376490688, "prediction": "Cindy Walker", "binary_answer": null, "no_answer_prob": -11.152174472808838}
{"example_id": 4969240923579727510, "prediction": "Bob Hoskins -- Harold Shand P.H. Moriarty", "binary_answer": null, "no_answer_prob": -8.833778858184814}
{"example_id": 3339360187549308657, "prediction": "`` It 's the Same Old Song ''", "binary_answer": null, "no_answer_prob": -5.913900375366211}
{"example_id": -6291639944574171809, "prediction": "Brett Young", "binary_answer": null, "no_answer_prob": -12.352200388908386}
{"example_id": -6782582390004368301, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": -6.569578647613525}
{"example_id": -5609655865986286919, "prediction": "' 50s on 5 Hits", "binary_answer": null, "no_answer_prob": -2.8501667976379395}
{"example_id": 3951927144268392880, "prediction": "Dean Martin", "binary_answer": null, "no_answer_prob": -3.356032609939575}
{"example_id": 2479487362050061906, "prediction": "Golden State Warriors", "binary_answer": null, "no_answer_prob": -7.292160153388977}
{"example_id": 1117777537666588092, "prediction": "Joy Angelia Gardner ( n\u00e9e Burke , 29 May 1953 -- 1 August 1993", "binary_answer": null, "no_answer_prob": 1.1636029481887817}
{"example_id": -6443547905690250556, "prediction": "mild excitement , personal acknowledgement or recognition of significance", "binary_answer": null, "no_answer_prob": -2.413050651550293}
{"example_id": -828472226542439000, "prediction": "Jordan Fisher and Lindsay Arnold", "binary_answer": null, "no_answer_prob": -2.1504786014556885}
{"example_id": -1429001353323611358, "prediction": "Chicago Bears", "binary_answer": null, "no_answer_prob": -2.8127779960632324}
{"example_id": -6123092982709278548, "prediction": "1984", "binary_answer": null, "no_answer_prob": -10.315476059913635}
{"example_id": 8728076075855252468, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -7.72898006439209}
{"example_id": 219028888743414283, "prediction": "Chelsea", "binary_answer": null, "no_answer_prob": -5.417340040206909}
{"example_id": 6567083807016547129, "prediction": "Sam Cooke at the Copa", "binary_answer": null, "no_answer_prob": 3.815717875957489}
{"example_id": -1312044215205078776, "prediction": "November 21 , 2012", "binary_answer": null, "no_answer_prob": -11.969791889190674}
{"example_id": -926651214898862895, "prediction": "Eight", "binary_answer": null, "no_answer_prob": 3.852197825908661}
{"example_id": 4210555520586007058, "prediction": "IT procurements manager", "binary_answer": null, "no_answer_prob": -4.275476932525635}
{"example_id": -1139903759343056693, "prediction": "the angle of the mandible or the gonial angle", "binary_answer": null, "no_answer_prob": -5.04071581363678}
{"example_id": -3592370475979441194, "prediction": "", "binary_answer": null, "no_answer_prob": 3.842124104499817}
{"example_id": -2844494763665555957, "prediction": "transparency", "binary_answer": null, "no_answer_prob": -9.019622921943665}
{"example_id": 8391933868894364317, "prediction": "Men at Work", "binary_answer": null, "no_answer_prob": -9.178879618644714}
{"example_id": 8991334104937900326, "prediction": "1994", "binary_answer": null, "no_answer_prob": -10.890334606170654}
{"example_id": 8171508182202832715, "prediction": "Generation Z", "binary_answer": null, "no_answer_prob": -1.162796974182129}
{"example_id": 2618911500047784155, "prediction": "after its shoulder patch", "binary_answer": null, "no_answer_prob": -6.65842604637146}
{"example_id": 4807982044372192071, "prediction": "", "binary_answer": null, "no_answer_prob": 1.925330638885498}
{"example_id": -9222251878653584545, "prediction": "Sterling Price Holloway Jr .", "binary_answer": null, "no_answer_prob": -12.400272965431213}
{"example_id": 7308586225061874249, "prediction": "illicit drug offences", "binary_answer": null, "no_answer_prob": -5.92300820350647}
{"example_id": -5052068128497132197, "prediction": "over 300", "binary_answer": null, "no_answer_prob": -2.751082181930542}
{"example_id": 5812590724431899687, "prediction": "The hosts file is one of several system facilities that assists in addressing network nodes in a computer network", "binary_answer": null, "no_answer_prob": -3.76644504070282}
{"example_id": -8820634621401060701, "prediction": "Principal photography took place in Italy", "binary_answer": null, "no_answer_prob": -5.971556186676025}
{"example_id": 2787459275479998794, "prediction": "Rafael Nadal", "binary_answer": null, "no_answer_prob": -2.9772839546203613}
{"example_id": 877092875461637745, "prediction": "", "binary_answer": null, "no_answer_prob": 2.285410463809967}
{"example_id": 763543927389373912, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1235768795013428}
{"example_id": -3258501079395029594, "prediction": "Title Author Album Track Worship leader A Million Suns Scott Ligertwood", "binary_answer": null, "no_answer_prob": -2.076464056968689}
{"example_id": 5750260644369656918, "prediction": "Walker Hayes", "binary_answer": null, "no_answer_prob": -3.168045163154602}
{"example_id": -4209121536469254199, "prediction": "1989", "binary_answer": null, "no_answer_prob": -6.7707589864730835}
{"example_id": -8869998836943966358, "prediction": "Edward Rappaport", "binary_answer": null, "no_answer_prob": -6.0988675355911255}
{"example_id": -7148111256323891285, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7259649634361267}
{"example_id": 1940785558464421782, "prediction": "A starter solenoid ( or starter relay ) is the part of an automobile which switches a large electric current", "binary_answer": null, "no_answer_prob": -3.8333808183670044}
{"example_id": 1289006342370407874, "prediction": "Lisa Gerritsen", "binary_answer": null, "no_answer_prob": -8.768474519252777}
{"example_id": -1194930008272079933, "prediction": "Taylor Michel Momsen", "binary_answer": null, "no_answer_prob": -11.768034100532532}
{"example_id": -4137258457178761439, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -8.409640312194824}
{"example_id": -8856451863330993561, "prediction": "Keanu Reeves", "binary_answer": null, "no_answer_prob": -8.670193672180176}
{"example_id": 6531156058879644411, "prediction": "George O. Wood", "binary_answer": null, "no_answer_prob": -6.771383881568909}
{"example_id": -4219700803474161930, "prediction": "Fred Flintstone", "binary_answer": null, "no_answer_prob": 0.23167014122009277}
{"example_id": -9124536235727142608, "prediction": "Ethics or moral philosophy", "binary_answer": null, "no_answer_prob": 1.398733589798212}
{"example_id": -5988299483281615535, "prediction": "355", "binary_answer": null, "no_answer_prob": -6.388012409210205}
{"example_id": -4859624416650129346, "prediction": "", "binary_answer": null, "no_answer_prob": 1.484501600265503}
{"example_id": -309196763438169949, "prediction": "Emma Rose Kenney", "binary_answer": null, "no_answer_prob": -13.64494013786316}
{"example_id": -6749766470883435912, "prediction": "cyclorama or cyc", "binary_answer": null, "no_answer_prob": -4.660889625549316}
{"example_id": 2836486894319707616, "prediction": "Product design process", "binary_answer": null, "no_answer_prob": 0.6194945275783539}
{"example_id": 5148882599180077957, "prediction": "Rutherford Birchard Hayes", "binary_answer": null, "no_answer_prob": -12.049970388412476}
{"example_id": -4209678155483697517, "prediction": "Ebenezer Scrooge", "binary_answer": null, "no_answer_prob": -4.373396039009094}
{"example_id": -193455284029464323, "prediction": "174.0 cm ( 5 ft 8 \u2044 in )", "binary_answer": null, "no_answer_prob": -1.4522721767425537}
{"example_id": -8935836286358711413, "prediction": "in the Olympus Range on the border between Thessaly and Macedonia", "binary_answer": null, "no_answer_prob": -8.557477116584778}
{"example_id": -721170466207849824, "prediction": "1986", "binary_answer": null, "no_answer_prob": -10.720584511756897}
{"example_id": 7385011315325200632, "prediction": "heterotrophic planktonic foraminifer", "binary_answer": null, "no_answer_prob": -4.150551676750183}
{"example_id": 3485568210525314557, "prediction": "May 15 , 2017", "binary_answer": null, "no_answer_prob": 0.03041243553161621}
{"example_id": 1020657763370867449, "prediction": "The Americas ( also collectively called America ) comprise the totality of the continents of North and South America", "binary_answer": null, "no_answer_prob": -0.6484993696212769}
{"example_id": -8736955974921746503, "prediction": "Oliver Cromwell", "binary_answer": null, "no_answer_prob": -0.2996089458465576}
{"example_id": -8195588914805037315, "prediction": "James Caldwell", "binary_answer": null, "no_answer_prob": -11.605474531650543}
{"example_id": 2457451554210445774, "prediction": "The first formal model of feature geometry", "binary_answer": null, "no_answer_prob": -1.387351632118225}
{"example_id": -7552234565941237367, "prediction": "the people of France", "binary_answer": null, "no_answer_prob": -11.103671193122864}
{"example_id": -7673824408127258140, "prediction": "2002", "binary_answer": null, "no_answer_prob": -3.371593713760376}
{"example_id": 5938536652663330710, "prediction": "January 28 , 1996", "binary_answer": null, "no_answer_prob": -4.59328693151474}
{"example_id": 4414203620705614761, "prediction": "104", "binary_answer": null, "no_answer_prob": -5.569589257240295}
{"example_id": -5760961253354856941, "prediction": "Kim Victoria Fields", "binary_answer": null, "no_answer_prob": -7.8838865756988525}
{"example_id": 1743932866490666356, "prediction": "October 1 , 2017 ( 2017 - 10 - 01 ) May 6 , 2018", "binary_answer": null, "no_answer_prob": -7.697721362113953}
{"example_id": -6055370551108859267, "prediction": "American", "binary_answer": null, "no_answer_prob": -1.0216820240020752}
{"example_id": 3801710522919104634, "prediction": "Edward Wright", "binary_answer": null, "no_answer_prob": -4.328404903411865}
{"example_id": 8914373202401913608, "prediction": "186.18", "binary_answer": null, "no_answer_prob": 0.44809389114379883}
{"example_id": 4683208045363295806, "prediction": "Kings Peak", "binary_answer": null, "no_answer_prob": -8.261121273040771}
{"example_id": -3620339721203426061, "prediction": "Howard J. Lamade Stadium and Volunteer Stadium at the Little League headquarters complex in South Williamsport", "binary_answer": null, "no_answer_prob": -8.341090500354767}
{"example_id": 9078744492958649205, "prediction": "2.6 cm ( 1 in )", "binary_answer": null, "no_answer_prob": -4.317801833152771}
{"example_id": 2121259092705466941, "prediction": "6.5 6.5", "binary_answer": null, "no_answer_prob": -8.10745906829834}
{"example_id": -5758606519729110627, "prediction": "Joe Jonas", "binary_answer": null, "no_answer_prob": -8.846055030822754}
{"example_id": 6122396666949857619, "prediction": "Pimlico Race Course", "binary_answer": null, "no_answer_prob": -6.637726187705994}
{"example_id": -5801031347333670348, "prediction": "a remake of Osamu Tezuka 's 1960s anime series Kimba the White Lion .", "binary_answer": null, "no_answer_prob": 1.607914760708809}
{"example_id": -635933088487910257, "prediction": "Miami Hurricanes", "binary_answer": null, "no_answer_prob": -8.910640716552734}
{"example_id": 7813615823726387565, "prediction": "Raya Yarbrough", "binary_answer": null, "no_answer_prob": -6.735826015472412}
{"example_id": -6853709774646043760, "prediction": "Emperor Nicholas II", "binary_answer": null, "no_answer_prob": -5.774324178695679}
{"example_id": -7665180870060340793, "prediction": "October 13 , 2017", "binary_answer": null, "no_answer_prob": -5.968719005584717}
{"example_id": -580023433038888164, "prediction": "Edgar Buchanan", "binary_answer": null, "no_answer_prob": -9.142679810523987}
{"example_id": -8156759893817045640, "prediction": "Ronald William Howard", "binary_answer": null, "no_answer_prob": -8.540472865104675}
{"example_id": -2762593630305733664, "prediction": "The fisher ( Pekania pennanti ) is a small , carnivorous mammal native to North America", "binary_answer": null, "no_answer_prob": 4.83570921421051}
{"example_id": -1776945759999283506, "prediction": "Johnson Aguiyi - Ironsi", "binary_answer": null, "no_answer_prob": -4.881938457489014}
{"example_id": 2799928338739587088, "prediction": "the Soviet Union", "binary_answer": null, "no_answer_prob": -4.9232258796691895}
{"example_id": 7196610642676976028, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.420281320810318}
{"example_id": -9039839860192566230, "prediction": "Jameis Winston", "binary_answer": null, "no_answer_prob": -6.652762055397034}
{"example_id": 7670239873152567326, "prediction": "Karyn Parsons -- Rockwell", "binary_answer": null, "no_answer_prob": -10.998015999794006}
{"example_id": 1208551444515352437, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1270140409469604}
{"example_id": -7802155376192592126, "prediction": "Pete Seeger", "binary_answer": null, "no_answer_prob": -2.43658447265625}
{"example_id": -425185424273764741, "prediction": "22", "binary_answer": null, "no_answer_prob": -8.752948999404907}
{"example_id": 5517382567649305153, "prediction": "The S.O.S. Band", "binary_answer": null, "no_answer_prob": -10.838778853416443}
{"example_id": -414725907011542294, "prediction": "October 10 , 2017", "binary_answer": null, "no_answer_prob": -7.440988898277283}
{"example_id": 83600142451142860, "prediction": "Marcus Hummon , Bobby Boyd and Jeff Hanna", "binary_answer": null, "no_answer_prob": -10.288458466529846}
{"example_id": 2984965507880030901, "prediction": "Robbie Williams", "binary_answer": null, "no_answer_prob": -12.340315699577332}
{"example_id": 1467157978947831289, "prediction": "Nat Hickey", "binary_answer": null, "no_answer_prob": -9.351308822631836}
{"example_id": 1058745321400687717, "prediction": "Northern Railway NR Delhi", "binary_answer": null, "no_answer_prob": -5.190161228179932}
{"example_id": -6371112442555196022, "prediction": "the House of Representatives and the Senate", "binary_answer": null, "no_answer_prob": -5.337700128555298}
{"example_id": 6317720895883623740, "prediction": "The first known citation of `` File 13 '' was in 1941", "binary_answer": null, "no_answer_prob": -8.652848839759827}
{"example_id": 3234073739556853739, "prediction": "D'Artagnan and Three Musketeers", "binary_answer": null, "no_answer_prob": -4.546643018722534}
{"example_id": -1905385892913527246, "prediction": "A right trapezoid ( also called right - angled trapezoid", "binary_answer": null, "no_answer_prob": -4.117455959320068}
{"example_id": 5759635759656080369, "prediction": "The domain name org", "binary_answer": null, "no_answer_prob": -7.359151482582092}
{"example_id": -3606813104507503060, "prediction": "James", "binary_answer": null, "no_answer_prob": -8.993502616882324}
{"example_id": 5858476950939730900, "prediction": "Normal profit is a component of ( implicit ) costs and not a component of business profit at all . It represents the opportunity cost", "binary_answer": null, "no_answer_prob": -2.166985034942627}
{"example_id": -5836475245107120197, "prediction": "Lev Yashin", "binary_answer": null, "no_answer_prob": -6.057917594909668}
{"example_id": -3879915507622321752, "prediction": "Marilyn Monroe", "binary_answer": null, "no_answer_prob": -2.2981735467910767}
{"example_id": 7690682516518935026, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -10.617656350135803}
{"example_id": -5482109502473641459, "prediction": "`` Bette Davis Eyes", "binary_answer": null, "no_answer_prob": -2.522625684738159}
{"example_id": -5526853451616925965, "prediction": "Taylor Michel Momsen", "binary_answer": null, "no_answer_prob": -12.38055968284607}
{"example_id": -2848699779862371577, "prediction": "The Notre Dame Fighting Irish", "binary_answer": null, "no_answer_prob": -8.610994696617126}
{"example_id": 1891801888248847278, "prediction": "the night of Sunday , October 1", "binary_answer": null, "no_answer_prob": -9.584115982055664}
{"example_id": 1285339170353561225, "prediction": "1995", "binary_answer": null, "no_answer_prob": -9.80668281763792}
{"example_id": 3022498029851229176, "prediction": "The first stage of psychosexual development is the oral stage , spanning from birth until the age of one year", "binary_answer": null, "no_answer_prob": -0.4859936237335205}
{"example_id": -7797324266485616404, "prediction": "Alan Bates", "binary_answer": null, "no_answer_prob": -11.014598727226257}
{"example_id": 4679825026039475084, "prediction": "on a wall", "binary_answer": null, "no_answer_prob": 0.919461727142334}
{"example_id": 5543517453741490228, "prediction": "six", "binary_answer": null, "no_answer_prob": -11.399290025234222}
{"example_id": 3880012906993944751, "prediction": "Aaron Rodgers", "binary_answer": null, "no_answer_prob": -8.139402031898499}
{"example_id": 2435630773273481841, "prediction": "1902 , the newly established Australian Parliament passed the Commonwealth Franchise Act 1902", "binary_answer": null, "no_answer_prob": -4.405055522918701}
{"example_id": 6824512039842355397, "prediction": "January 10 , 2018", "binary_answer": null, "no_answer_prob": 2.8722254633903503}
{"example_id": -2521848961331626598, "prediction": "an ironic reference to the 1973 Neil Sedaka song `` Love Will Keep Us Together", "binary_answer": null, "no_answer_prob": -4.798736333847046}
{"example_id": -5380686218251534543, "prediction": "Middle - earth", "binary_answer": null, "no_answer_prob": -7.739740252494812}
{"example_id": 7570958798133144579, "prediction": "", "binary_answer": null, "no_answer_prob": -3.8965094089508057}
{"example_id": -7573914276003285894, "prediction": "an industrial accident", "binary_answer": null, "no_answer_prob": -5.809260845184326}
{"example_id": 6258202097923410561, "prediction": "Lake Havasu City , Arizona", "binary_answer": null, "no_answer_prob": -10.154027581214905}
{"example_id": 1958657529618857352, "prediction": "within the daughter cells", "binary_answer": null, "no_answer_prob": -2.367433547973633}
{"example_id": -2797471466301526308, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -10.168713450431824}
{"example_id": -7744648380212957788, "prediction": "24", "binary_answer": null, "no_answer_prob": -5.362613916397095}
{"example_id": 4241283450960980383, "prediction": "between the 1730s and 1740s", "binary_answer": null, "no_answer_prob": -5.408694505691528}
{"example_id": -7896866163858999986, "prediction": "Necessity of Taking Up Arms", "binary_answer": null, "no_answer_prob": 4.758878082036972}
{"example_id": 8827222944741188322, "prediction": "", "binary_answer": null, "no_answer_prob": 5.472777843475342}
{"example_id": -252130520118561472, "prediction": "on the hills north of Verdun - sur - Meuse in north - eastern France", "binary_answer": null, "no_answer_prob": -11.326022863388062}
{"example_id": -8280043693002484512, "prediction": "ionic or interstitial compounds", "binary_answer": null, "no_answer_prob": -0.9491062164306641}
{"example_id": -1817479603748491318, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3398436307907104}
{"example_id": 4646049921973001262, "prediction": "Benedict Cumberbatch", "binary_answer": null, "no_answer_prob": -11.497373938560486}
{"example_id": 3047488273407199884, "prediction": "", "binary_answer": null, "no_answer_prob": -3.6596964597702026}
{"example_id": -6613286841018442641, "prediction": "Deana Carter", "binary_answer": null, "no_answer_prob": -8.790828227996826}
{"example_id": 5552295643850188707, "prediction": "Geena Davis", "binary_answer": null, "no_answer_prob": -7.3169838190078735}
{"example_id": -209969200713744091, "prediction": "the cessation of monumental inscriptions and the reduction of large - scale architectural construction at the primary urban centers of the Classic Period .", "binary_answer": null, "no_answer_prob": -1.3367183208465576}
{"example_id": 6692304476185883600, "prediction": "my true love", "binary_answer": null, "no_answer_prob": -3.948495388031006}
{"example_id": -508964584219648102, "prediction": "sixteen", "binary_answer": null, "no_answer_prob": -4.231144189834595}
{"example_id": 6261384392228861732, "prediction": "1978", "binary_answer": null, "no_answer_prob": -9.472148537635803}
{"example_id": -7958364361517738816, "prediction": "The song 's title is a traditional English expression meaning `` gently and with great care ''", "binary_answer": null, "no_answer_prob": -6.173830509185791}
{"example_id": -769734506971070445, "prediction": "Kostantiniyye", "binary_answer": null, "no_answer_prob": -7.061161518096924}
{"example_id": 6235822902962606890, "prediction": "John William Henry II", "binary_answer": null, "no_answer_prob": -6.908527374267578}
{"example_id": 2097746497003823386, "prediction": "Jack Thorne", "binary_answer": null, "no_answer_prob": -11.860992431640625}
{"example_id": 4452562171341385265, "prediction": "October 16 , 2003", "binary_answer": null, "no_answer_prob": -8.200117945671082}
{"example_id": -2688367762924869004, "prediction": "a 1 -- 1 tie in the National League between the Boston Braves and the Brooklyn Robins", "binary_answer": null, "no_answer_prob": -1.1144380569458008}
{"example_id": 498400632127851609, "prediction": "Nearly 80 %", "binary_answer": null, "no_answer_prob": -6.308844089508057}
{"example_id": -7850278473106512010, "prediction": "On May 7 , 1784", "binary_answer": null, "no_answer_prob": 4.0580503940582275}
{"example_id": 6897006260557410756, "prediction": "10 miles ( 16 km )", "binary_answer": null, "no_answer_prob": -3.5566768646240234}
{"example_id": 8580237346241669943, "prediction": "1,896 km ( 1,178 mi )", "binary_answer": null, "no_answer_prob": -10.432790756225586}
{"example_id": -8991186456399142895, "prediction": "eight", "binary_answer": null, "no_answer_prob": -10.413583040237427}
{"example_id": 7562723867048397599, "prediction": "13", "binary_answer": null, "no_answer_prob": -1.5544090270996094}
{"example_id": 7740805758031818492, "prediction": "995,694,907", "binary_answer": null, "no_answer_prob": -5.849226951599121}
{"example_id": 3789678940982532205, "prediction": "Stephen Grover Cleveland", "binary_answer": null, "no_answer_prob": -7.5580209493637085}
{"example_id": 2111754417887612334, "prediction": "Clemson Tigers Alabama", "binary_answer": null, "no_answer_prob": -6.680763602256775}
{"example_id": 7385887031724583166, "prediction": "near the Mediterranean coast of Western Asia", "binary_answer": null, "no_answer_prob": -8.37567013502121}
{"example_id": -7350656244212511955, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6471651792526245}
{"example_id": -6381143713985669895, "prediction": "", "binary_answer": null, "no_answer_prob": 0.75533327460289}
{"example_id": -1900942850513506452, "prediction": "Tom Amberry", "binary_answer": null, "no_answer_prob": -12.968963384628296}
{"example_id": -5424033471573839277, "prediction": "`` You 've Got to Hide Your Love Away ''", "binary_answer": null, "no_answer_prob": 4.080412745475769}
{"example_id": 1059762400340964817, "prediction": "2 \u00d7 Super Bowl champion ( XL , XLIII ) 6", "binary_answer": null, "no_answer_prob": -5.007728219032288}
{"example_id": -2966681619029589381, "prediction": "2019", "binary_answer": null, "no_answer_prob": -8.515767753124237}
{"example_id": 8512613689035242858, "prediction": "While the book refers to `` soylent steaks", "binary_answer": null, "no_answer_prob": 3.15372896194458}
{"example_id": -5897814762028904405, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -9.120016098022461}
{"example_id": -3270196268095397960, "prediction": "Roger Clemens", "binary_answer": null, "no_answer_prob": -4.856310248374939}
{"example_id": -6039995425593167072, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -7.168157339096069}
{"example_id": -6239157541887696945, "prediction": "1926", "binary_answer": null, "no_answer_prob": -4.047810077667236}
{"example_id": 4801334013219642072, "prediction": "Mycenae , in Argolid", "binary_answer": null, "no_answer_prob": -3.447408437728882}
{"example_id": -3398212713123151235, "prediction": "facilitator", "binary_answer": null, "no_answer_prob": -2.60579514503479}
{"example_id": -1619314284358380157, "prediction": "1,428,557", "binary_answer": null, "no_answer_prob": -8.532251238822937}
{"example_id": 7750567004360684024, "prediction": "Nancy Sinatra", "binary_answer": null, "no_answer_prob": -11.454808950424194}
{"example_id": -9111462451692156959, "prediction": "Olmec", "binary_answer": null, "no_answer_prob": -3.3507518768310547}
{"example_id": -5054907827374577574, "prediction": "New York", "binary_answer": null, "no_answer_prob": -6.980524063110352}
{"example_id": 4319641514625614216, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9988147616386414}
{"example_id": -1091779853143657943, "prediction": "52,440", "binary_answer": null, "no_answer_prob": -11.501067399978638}
{"example_id": 5868551717756388710, "prediction": "Randy Meisner , Don Henley and Glenn Frey", "binary_answer": null, "no_answer_prob": -11.737298250198364}
{"example_id": 398100682983717271, "prediction": "interact with customers to handle complaints , process orders , and provide information about an organization 's products and services", "binary_answer": null, "no_answer_prob": -0.48270630836486816}
{"example_id": 4507824594909461027, "prediction": "", "binary_answer": null, "no_answer_prob": -4.485834717750549}
{"example_id": 5811596846272693508, "prediction": "Marcella Detroit", "binary_answer": null, "no_answer_prob": -7.841966032981873}
{"example_id": 8609077190158682306, "prediction": "Herb Alpert", "binary_answer": null, "no_answer_prob": -10.561515212059021}
{"example_id": -831281928208870199, "prediction": "Luke Evans", "binary_answer": null, "no_answer_prob": -10.098119020462036}
{"example_id": 2597571126009322521, "prediction": "1939", "binary_answer": null, "no_answer_prob": -10.231046199798584}
{"example_id": -4596881702768080801, "prediction": "Andreas Vo\u00dfkuhle", "binary_answer": null, "no_answer_prob": -1.9795279502868652}
{"example_id": 3569402629405137676, "prediction": "Left - wing", "binary_answer": null, "no_answer_prob": -1.873112440109253}
{"example_id": -3995755429479901596, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -10.902627825737}
{"example_id": -3489008812863470013, "prediction": "South Asia", "binary_answer": null, "no_answer_prob": -1.935561716556549}
{"example_id": 7563739591912589366, "prediction": "2016", "binary_answer": null, "no_answer_prob": 0.7843020111322403}
{"example_id": -2133875997165551635, "prediction": "Donald Glover", "binary_answer": null, "no_answer_prob": -0.38864666223526}
{"example_id": 8252060165784847969, "prediction": "", "binary_answer": null, "no_answer_prob": 3.283598244190216}
{"example_id": 2994310703789342254, "prediction": "The Necessary and Proper Clause , also known as the elastic clause", "binary_answer": null, "no_answer_prob": -7.4824135303497314}
{"example_id": -4648190977869014937, "prediction": "Robert Reed", "binary_answer": null, "no_answer_prob": -10.407625794410706}
{"example_id": -4495328055547426427, "prediction": "", "binary_answer": null, "no_answer_prob": 0.1209006980061531}
{"example_id": -6361620179818287774, "prediction": "along the south - eastern coast of Australia between the Victorian cities of Torquay and Allansford", "binary_answer": null, "no_answer_prob": -8.336726307868958}
{"example_id": -1928315244525946642, "prediction": "during the first full week of August", "binary_answer": null, "no_answer_prob": -7.545303225517273}
{"example_id": -7431842068464042178, "prediction": "the isoelectric point", "binary_answer": null, "no_answer_prob": -9.117557048797607}
{"example_id": -3394135182863066073, "prediction": "Arizona", "binary_answer": null, "no_answer_prob": -12.580905437469482}
{"example_id": -5357805991340028761, "prediction": "", "binary_answer": null, "no_answer_prob": -3.2357324361801147}
{"example_id": 5955961906232015738, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": -7.964917421340942}
{"example_id": -1477663916994923070, "prediction": "the Four Tops", "binary_answer": null, "no_answer_prob": -10.416670799255371}
{"example_id": -9145444956854203798, "prediction": "2018", "binary_answer": null, "no_answer_prob": -8.566156387329102}
{"example_id": 840121713283302377, "prediction": "2 September 2018", "binary_answer": null, "no_answer_prob": -10.837085962295532}
{"example_id": 2685156424078286205, "prediction": "a kiss from a king 's son", "binary_answer": null, "no_answer_prob": -3.997274875640869}
{"example_id": 5459184808595477406, "prediction": "Greta Van Fleet", "binary_answer": null, "no_answer_prob": -4.400512456893921}
{"example_id": -2162714330037272999, "prediction": "Haddaway", "binary_answer": null, "no_answer_prob": -10.463542699813843}
{"example_id": 3289687642937609257, "prediction": "1854", "binary_answer": null, "no_answer_prob": -7.661106824874878}
{"example_id": 4098506342255051113, "prediction": "Naomie Melanie Harris", "binary_answer": null, "no_answer_prob": -5.11768114566803}
{"example_id": -609883817137815443, "prediction": "Gordon Jenkins", "binary_answer": null, "no_answer_prob": -12.211552739143372}
{"example_id": 4254051040099182295, "prediction": "Mel Tillis", "binary_answer": null, "no_answer_prob": -11.691799402236938}
{"example_id": -7292435742885926044, "prediction": "Mujahid Anwar Khan", "binary_answer": null, "no_answer_prob": -3.4587849378585815}
{"example_id": -8232018985324623549, "prediction": "October 17 , 2008", "binary_answer": null, "no_answer_prob": -10.763781070709229}
{"example_id": -6288284722556727335, "prediction": "Arthur Jeffries", "binary_answer": null, "no_answer_prob": -7.3638787269592285}
{"example_id": 5985830443173483426, "prediction": "Sir Georg Solti", "binary_answer": null, "no_answer_prob": -10.082412004470825}
{"example_id": 2077004494832354898, "prediction": "Morris Mac Davis", "binary_answer": null, "no_answer_prob": -4.345807433128357}
{"example_id": -7086917264374171169, "prediction": "Germany", "binary_answer": null, "no_answer_prob": -6.544886946678162}
{"example_id": -7534987902839640421, "prediction": "Comedian Bill Cosby", "binary_answer": null, "no_answer_prob": -0.4164466857910156}
{"example_id": -143491488761807784, "prediction": "Tunku Abdul Rahman", "binary_answer": null, "no_answer_prob": -6.621633529663086}
{"example_id": 4030650026377458651, "prediction": "Craig Sheffer , Brad Pitt , Tom Skerritt , Brenda Blethyn , and Emily Lloyd", "binary_answer": null, "no_answer_prob": -5.982986927032471}
{"example_id": -3110720926103674635, "prediction": "Jesus wept", "binary_answer": null, "no_answer_prob": -5.768806576728821}
{"example_id": -5774514672617071662, "prediction": "Oscar Robertson leads the all - time NBA list with 181 career triple - doubles and is , with Russell Westbrook", "binary_answer": null, "no_answer_prob": -8.359186291694641}
{"example_id": 612283139812335986, "prediction": "June 30 , 1971", "binary_answer": null, "no_answer_prob": -9.48963713645935}
{"example_id": 4873838784134880980, "prediction": "", "binary_answer": null, "no_answer_prob": 3.804921865463257}
{"example_id": -4886375582335006833, "prediction": "John Paul Young", "binary_answer": null, "no_answer_prob": -12.871224284172058}
{"example_id": 5296787778781658222, "prediction": "Everyone has the right to freedom of thought , conscience and religion", "binary_answer": null, "no_answer_prob": 0.1631683111190796}
{"example_id": -7222118853707945305, "prediction": "2 November 2001 by the General Conference of the United Nations Educational , Scientific and Cultural Organization", "binary_answer": null, "no_answer_prob": 1.4641622751951218}
{"example_id": 307991485626809933, "prediction": "7", "binary_answer": null, "no_answer_prob": -0.5788612365722656}
{"example_id": -4146509909906861380, "prediction": "", "binary_answer": null, "no_answer_prob": -2.405644416809082}
{"example_id": 5761196659229684486, "prediction": "Robert Culp", "binary_answer": null, "no_answer_prob": -0.34186649322509766}
{"example_id": -3941000200716716412, "prediction": "individual donations , but also receives research grants , and has institutional support from trade unions .", "binary_answer": null, "no_answer_prob": -4.219496726989746}
{"example_id": 150708870879453000, "prediction": "phosphorus", "binary_answer": null, "no_answer_prob": -2.8647830486297607}
{"example_id": -5619970964515082772, "prediction": "Samuel Wright", "binary_answer": null, "no_answer_prob": -9.072802543640137}
{"example_id": -3667106718800589210, "prediction": "Product diversification involves addition of new products to existing products either being manufactured or being marketed", "binary_answer": null, "no_answer_prob": -1.4085646867752075}
{"example_id": -702044114321361443, "prediction": "twenty - one", "binary_answer": null, "no_answer_prob": -8.558808088302612}
{"example_id": 6751772716066543904, "prediction": "Lymph vessels called lacteals", "binary_answer": null, "no_answer_prob": -0.5474472045898438}
{"example_id": -2387756694295302183, "prediction": "Abu", "binary_answer": null, "no_answer_prob": -4.2313008308410645}
{"example_id": 2836094324330245476, "prediction": "11", "binary_answer": null, "no_answer_prob": -1.1033289432525635}
{"example_id": -3289400004644541010, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.8063887357711792}
{"example_id": -2930748943982564376, "prediction": "5 September .", "binary_answer": null, "no_answer_prob": -6.863620162010193}
{"example_id": 7649891419472368301, "prediction": "66 - square - mile ( 170 km )", "binary_answer": null, "no_answer_prob": 1.1576114892959595}
{"example_id": -1718938023886307042, "prediction": "Penshurst Place and Hever Castle , and at Pinewood and Shepperton Studios", "binary_answer": null, "no_answer_prob": -7.763032913208008}
{"example_id": 3510550606637286381, "prediction": "Carminic acid", "binary_answer": null, "no_answer_prob": -7.682504892349243}
{"example_id": 2786888963624595931, "prediction": "semi-arid grasslands , savannas , steppes , and thorn shrublands", "binary_answer": null, "no_answer_prob": -5.249399423599243}
{"example_id": -5766585384791905312, "prediction": "Buenos Aires", "binary_answer": null, "no_answer_prob": -4.929174423217773}
{"example_id": -238022118289887889, "prediction": "Debra Jo Rupp", "binary_answer": null, "no_answer_prob": -9.771319031715393}
{"example_id": 5059710524301889273, "prediction": "$150 million", "binary_answer": null, "no_answer_prob": -7.183310508728027}
{"example_id": 2353231353857719928, "prediction": "No. of children Mother / couple Notes 69 Mrs. and Mr. Vassilyev", "binary_answer": null, "no_answer_prob": -0.7197617292404175}
{"example_id": -3718915594695346526, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -13.141140460968018}
{"example_id": 4101308445261248431, "prediction": "David Cassidy", "binary_answer": null, "no_answer_prob": -4.441080093383789}
{"example_id": 7948446757829202219, "prediction": "Sudas", "binary_answer": null, "no_answer_prob": 0.5823945999145508}
{"example_id": 1245103089304070005, "prediction": "Left - wing politics supports social equality and egalitarianism", "binary_answer": null, "no_answer_prob": -5.505127787590027}
{"example_id": 9078041015272500330, "prediction": "In modern cars the four - wheel braking system is controlled by a pedal to the left of the accelerator pedal", "binary_answer": null, "no_answer_prob": -4.937944173812866}
{"example_id": -1939513394684501788, "prediction": "Grand Maester Pycelle", "binary_answer": null, "no_answer_prob": -9.039073944091797}
{"example_id": -1584926467388631839, "prediction": "Taylor Michel Momsen", "binary_answer": null, "no_answer_prob": -13.205069780349731}
{"example_id": 4473212768738028182, "prediction": "agora", "binary_answer": null, "no_answer_prob": -8.10594654083252}
{"example_id": -4904223795246948358, "prediction": "", "binary_answer": null, "no_answer_prob": 4.126795053482056}
{"example_id": -1781954563167768143, "prediction": "25 %", "binary_answer": null, "no_answer_prob": -6.020902872085571}
{"example_id": 3231187168911288969, "prediction": "Country music singer Jody Miller", "binary_answer": null, "no_answer_prob": 3.2686678171157837}
{"example_id": -1206297474119080969, "prediction": "Peter G. Angelos", "binary_answer": null, "no_answer_prob": -12.036752939224243}
{"example_id": 6781490748017307288, "prediction": "133 minutes Solo : A Star Wars Story", "binary_answer": null, "no_answer_prob": -3.091378688812256}
{"example_id": -4800065882775836812, "prediction": "19 ft 9 in ( 6.02 m ) line", "binary_answer": null, "no_answer_prob": -3.528620719909668}
{"example_id": 488100186925153169, "prediction": "Bosnia and Herzegovina", "binary_answer": null, "no_answer_prob": -0.8429474830627441}
{"example_id": -1906671009426132130, "prediction": "Richard Rodgers", "binary_answer": null, "no_answer_prob": -2.8221157789230347}
{"example_id": -4750736615011190394, "prediction": "423.55 miles ( 681.64 km )", "binary_answer": null, "no_answer_prob": -7.130004525184631}
{"example_id": -4438454610800538234, "prediction": "Tampa Bay Buccaneers", "binary_answer": null, "no_answer_prob": -8.45509397983551}
{"example_id": -5773353892295220775, "prediction": "Jin Suga J - Hope RM Jimin V Jungkook", "binary_answer": null, "no_answer_prob": -2.336806058883667}
{"example_id": 2942007934507807043, "prediction": "spanish", "binary_answer": null, "no_answer_prob": -5.919216752052307}
{"example_id": -1308329302003027158, "prediction": "the Pacific Ocean", "binary_answer": null, "no_answer_prob": -2.449694573879242}
{"example_id": 7663249850428789907, "prediction": "Claudia Finnerty", "binary_answer": null, "no_answer_prob": -3.2461140155792236}
{"example_id": 8779318877419648135, "prediction": "Bobby Caldwell", "binary_answer": null, "no_answer_prob": -1.408314824104309}
{"example_id": -7752319774108727339, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": -3.9676026105880737}
{"example_id": -3572938726829642945, "prediction": "King 's Cross St. Pancras", "binary_answer": null, "no_answer_prob": -11.449439287185669}
{"example_id": 1766613706788711526, "prediction": "Tony Rich", "binary_answer": null, "no_answer_prob": -10.762580037117004}
{"example_id": -7856955091173019382, "prediction": "Lord Mayor of London Sir Thomas Bloodworth", "binary_answer": null, "no_answer_prob": -1.9626410007476807}
{"example_id": -6544825601820866137, "prediction": "Chris Froome", "binary_answer": null, "no_answer_prob": -9.408352255821228}
{"example_id": -7355890196276643804, "prediction": "The video is a live recording of the band playing the song in a studio with a small audience watching with both the video and audio taken live", "binary_answer": null, "no_answer_prob": -1.565129280090332}
{"example_id": -8260854974577480007, "prediction": "The Nagpur -- Aurangabad -- Mumbai express highway", "binary_answer": null, "no_answer_prob": 0.4234950542449951}
{"example_id": 2980582357251931690, "prediction": "Interstate 35 with many restaurants , hotels and truck stops .", "binary_answer": null, "no_answer_prob": 2.9700732827186584}
{"example_id": -7896195082647149010, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -7.6686718463897705}
{"example_id": -2172091763773206743, "prediction": "greater oversight", "binary_answer": null, "no_answer_prob": 2.4630331993103027}
{"example_id": -1492847758788306148, "prediction": "", "binary_answer": null, "no_answer_prob": 3.297570526599884}
{"example_id": 3886605791238493209, "prediction": "A metaphor", "binary_answer": null, "no_answer_prob": 3.294688194990158}
{"example_id": 5730539423945994874, "prediction": "Yao Ming", "binary_answer": null, "no_answer_prob": -7.008943200111389}
{"example_id": -5737188378305605891, "prediction": "some 542 million years ago", "binary_answer": null, "no_answer_prob": -4.069489479064941}
{"example_id": 2313738736780823484, "prediction": "Steve Martin", "binary_answer": null, "no_answer_prob": -8.288047790527344}
{"example_id": -6006437468384934585, "prediction": "the 1992 novel by the same name by Nelson DeMille .", "binary_answer": null, "no_answer_prob": -4.406230986118317}
{"example_id": -2985814541728632412, "prediction": "1912", "binary_answer": null, "no_answer_prob": -1.9607118368148804}
{"example_id": 2565760302051776503, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -9.361200094223022}
{"example_id": 3514258269542691929, "prediction": "a performance he saw of ex-Lone Justice singer Maria McKee on stage", "binary_answer": null, "no_answer_prob": -8.260405898094177}
{"example_id": 2775319337885001906, "prediction": "the Russian Empire and Romania on one side and the Austro - Hungarian Empire , Bulgaria , the Ottoman Empire and the German Empire", "binary_answer": null, "no_answer_prob": -0.5822036266326904}
{"example_id": 4001458739228194772, "prediction": "Mirounga", "binary_answer": null, "no_answer_prob": -7.952079176902771}
{"example_id": 5914745096471964067, "prediction": "It is within the cytoplasm", "binary_answer": null, "no_answer_prob": -6.069859981536865}
{"example_id": -7908582638807187945, "prediction": "Hank Williams", "binary_answer": null, "no_answer_prob": -11.484612822532654}
{"example_id": 3802487275166581019, "prediction": "The dance troupe members for the season are former pros Sasha Farber and Jenna Johnson", "binary_answer": null, "no_answer_prob": -2.911349296569824}
{"example_id": 4062042338815250223, "prediction": "Paul Evans", "binary_answer": null, "no_answer_prob": -7.075819969177246}
{"example_id": -8103350012102343590, "prediction": "175", "binary_answer": null, "no_answer_prob": -8.053518056869507}
{"example_id": 1178178027282460775, "prediction": "community service '' courses", "binary_answer": null, "no_answer_prob": -0.609612226486206}
{"example_id": 7525756241139471088, "prediction": "Todd Packer '' to remove Todd Packer", "binary_answer": null, "no_answer_prob": -2.7289505004882812}
{"example_id": -2337044385169496974, "prediction": "11 November", "binary_answer": null, "no_answer_prob": -6.901862263679504}
{"example_id": -4082221677372691763, "prediction": "26", "binary_answer": null, "no_answer_prob": -8.354459047317505}
{"example_id": -7106629249220279572, "prediction": "the host team", "binary_answer": null, "no_answer_prob": -3.8784598112106323}
{"example_id": 5017689718096375421, "prediction": "moving in the opposite direction to the nerve they branch from , a fact from which they gain their name .", "binary_answer": null, "no_answer_prob": -2.609073042869568}
{"example_id": -4467790133297194421, "prediction": "125", "binary_answer": null, "no_answer_prob": -5.962879180908203}
{"example_id": -4210234158819965891, "prediction": "", "binary_answer": null, "no_answer_prob": 5.838597059249878}
{"example_id": -664543282036207919, "prediction": "Rak - Su", "binary_answer": null, "no_answer_prob": -6.142433762550354}
{"example_id": -5506750622164734731, "prediction": "1.8 m ( 5.9 ft )", "binary_answer": null, "no_answer_prob": -1.664144515991211}
{"example_id": -4914711792168293787, "prediction": "Genesis", "binary_answer": null, "no_answer_prob": -5.648373246192932}
{"example_id": -3718077387886410751, "prediction": "The state coat of arms of Ukraine", "binary_answer": null, "no_answer_prob": -2.8069517612457275}
{"example_id": -8730924403453095679, "prediction": "Newport , Rhode Island , United States", "binary_answer": null, "no_answer_prob": -11.153297424316406}
{"example_id": 3530062686408493138, "prediction": "third season .", "binary_answer": null, "no_answer_prob": -6.045910358428955}
{"example_id": -2892761050706784676, "prediction": "Llanfairpwllgwyngyll", "binary_answer": null, "no_answer_prob": -6.177482843399048}
{"example_id": -1176577095990635258, "prediction": "Marvin Gaye and Tammi Terrell", "binary_answer": null, "no_answer_prob": -10.661287546157837}
{"example_id": -8965159477950779145, "prediction": "Song dynasty China", "binary_answer": null, "no_answer_prob": -6.6948131918907166}
{"example_id": 2323662310058168850, "prediction": "Whitesnake", "binary_answer": null, "no_answer_prob": -11.135437369346619}
{"example_id": -5949996975638015451, "prediction": "an American restaurant", "binary_answer": null, "no_answer_prob": -1.7713204622268677}
{"example_id": -3689964964932554147, "prediction": "Holmfirth , West Yorkshire , England", "binary_answer": null, "no_answer_prob": -9.424695491790771}
{"example_id": 6178552352952366693, "prediction": "Mel Hirsch", "binary_answer": null, "no_answer_prob": -6.327094554901123}
{"example_id": 7535475266314875543, "prediction": "Redbone", "binary_answer": null, "no_answer_prob": -11.365171909332275}
{"example_id": -4915132952201680401, "prediction": "Key West , Florida", "binary_answer": null, "no_answer_prob": -11.52369475364685}
{"example_id": -6336549265337264825, "prediction": "", "binary_answer": null, "no_answer_prob": 4.174948811531067}
{"example_id": -3077053776453753352, "prediction": "11 October Frequency annual First time 11 October 2012", "binary_answer": null, "no_answer_prob": -1.2701691389083862}
{"example_id": -9041913849480431930, "prediction": "June 2018", "binary_answer": null, "no_answer_prob": -6.196994781494141}
{"example_id": 7449037577744320827, "prediction": "November 2013", "binary_answer": null, "no_answer_prob": -10.787438750267029}
{"example_id": -541436417549410454, "prediction": "Nicholas Sparks", "binary_answer": null, "no_answer_prob": -12.337943196296692}
{"example_id": -6020244937052389762, "prediction": "the Champs - \u00c9lys\u00e9es in Paris", "binary_answer": null, "no_answer_prob": -3.1033774614334106}
{"example_id": -4795649820336631411, "prediction": "Jaime Pressly", "binary_answer": null, "no_answer_prob": -6.886037826538086}
{"example_id": -8926318249005408089, "prediction": "fibrillar center ( FC ) , the dense fibrillar component ( DFC ) , and the granular component ( GC )", "binary_answer": null, "no_answer_prob": -0.3383551836013794}
{"example_id": -430872488899813273, "prediction": "Elton John and Kiki Dee", "binary_answer": null, "no_answer_prob": -9.563300490379333}
{"example_id": -8189571559457132367, "prediction": "Joan Allen", "binary_answer": null, "no_answer_prob": -7.095863342285156}
{"example_id": 8852022907059355124, "prediction": "", "binary_answer": null, "no_answer_prob": 6.602368235588074}
{"example_id": -2643109128705021344, "prediction": "because of atmospheric and other effects that extend the reach of indirect illumination", "binary_answer": null, "no_answer_prob": -1.2733879089355469}
{"example_id": -3888492751132776519, "prediction": "Mary William Ethelbert Appleton `` Billie '' Burke", "binary_answer": null, "no_answer_prob": -11.99208927154541}
{"example_id": -2974342672141135357, "prediction": "Ahasuerus", "binary_answer": null, "no_answer_prob": -5.157154202461243}
{"example_id": 864773693879271536, "prediction": "This economic miracle was the result of post-World War II Japan and West Germany benefiting from the Cold War", "binary_answer": null, "no_answer_prob": -0.3342632055282593}
{"example_id": -7036786986205435384, "prediction": "Federal Land Tower Bonifacio Global City", "binary_answer": null, "no_answer_prob": -6.752073287963867}
{"example_id": 3893935639544376685, "prediction": "`` Cool Kids ''", "binary_answer": null, "no_answer_prob": 2.0944072157144547}
{"example_id": 5382984938959844105, "prediction": "Jean Stapleton", "binary_answer": null, "no_answer_prob": -10.44609534740448}
{"example_id": -5023050956589980381, "prediction": "Joshua Paul Dallas", "binary_answer": null, "no_answer_prob": -12.628546595573425}
{"example_id": -7857649586987301255, "prediction": "This timeline is based on the Star Trek Chronology model described below , supplemented by data from startrek.com .", "binary_answer": null, "no_answer_prob": -3.18969464302063}
{"example_id": -8034699128743413867, "prediction": "Bonnie Tyler", "binary_answer": null, "no_answer_prob": -11.651798248291016}
{"example_id": 8567881168327200573, "prediction": "Lee Wiley", "binary_answer": null, "no_answer_prob": 0.3991885185241699}
{"example_id": -438993177086173579, "prediction": "2020", "binary_answer": null, "no_answer_prob": -4.730928540229797}
{"example_id": -8985992376969507554, "prediction": "REO Speedwagon", "binary_answer": null, "no_answer_prob": -11.791898608207703}
{"example_id": -2334485312583000683, "prediction": "Teresa", "binary_answer": null, "no_answer_prob": -6.468917369842529}
{"example_id": 4581780480539952543, "prediction": "Michael Showalter", "binary_answer": null, "no_answer_prob": -8.327566623687744}
{"example_id": 476368974337766528, "prediction": "1876", "binary_answer": null, "no_answer_prob": -1.9272682666778564}
{"example_id": -3825491543871692969, "prediction": "Franklin Delano Roosevelt", "binary_answer": null, "no_answer_prob": -8.985891580581665}
{"example_id": 7082939289469052637, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7588462829589844}
{"example_id": -9119513683886873211, "prediction": "The intersection has been known as `` Monkey Junction '' for almost seventy years thanks to a gas station", "binary_answer": null, "no_answer_prob": -5.379014730453491}
{"example_id": 5904241933261517580, "prediction": "Little Bunny Foo Foo is a children 's poem , involving a rabbit harassing a population of field mice", "binary_answer": null, "no_answer_prob": 2.361431211233139}
{"example_id": -5690654523794863560, "prediction": "Norfolk four - course rotation", "binary_answer": null, "no_answer_prob": -1.9765868186950684}
{"example_id": 3826188987490104616, "prediction": "High Crimes", "binary_answer": null, "no_answer_prob": -2.1533344984054565}
{"example_id": -8388580031122232741, "prediction": "March 3 , 1987", "binary_answer": null, "no_answer_prob": -6.841661214828491}
{"example_id": -5927738491686328273, "prediction": "2002", "binary_answer": null, "no_answer_prob": -1.6133748590946198}
{"example_id": 1631093536889428211, "prediction": "September -- October No. of nations 20 \u2190 2019 2027", "binary_answer": null, "no_answer_prob": -3.005026936531067}
{"example_id": 2691990427494880172, "prediction": "Speaker of the House", "binary_answer": null, "no_answer_prob": -5.203885555267334}
{"example_id": -563033698192912774, "prediction": "Twenty others survived .", "binary_answer": null, "no_answer_prob": -3.0613813400268555}
{"example_id": -1648983066517475707, "prediction": "585", "binary_answer": null, "no_answer_prob": -8.654106616973877}
{"example_id": 3584369503799959666, "prediction": "Voldemort", "binary_answer": null, "no_answer_prob": -9.251831769943237}
{"example_id": 3810524430141178378, "prediction": "INXS", "binary_answer": null, "no_answer_prob": -10.19473123550415}
{"example_id": -8102463079154339600, "prediction": "Canada Curling club Bally Haly", "binary_answer": null, "no_answer_prob": -2.7073348462581635}
{"example_id": 8888413880831626486, "prediction": "Tim Allen", "binary_answer": null, "no_answer_prob": -12.292712807655334}
{"example_id": -6400485730169332756, "prediction": "In an interview , Manchester Orchestra lead singer Andy Hull stated that `` The Gold '' deals with issues of trust and learning to communicate", "binary_answer": null, "no_answer_prob": -8.728241920471191}
{"example_id": 2244383554534720942, "prediction": "1949 , the year of Joel 's birth , and 1989", "binary_answer": null, "no_answer_prob": -6.215654373168945}
{"example_id": 3096201505172796421, "prediction": "Programmed cell death", "binary_answer": null, "no_answer_prob": -6.782381892204285}
{"example_id": -3372933701308578001, "prediction": "George Washington ( 1732 -- 1799 ) , Thomas Jefferson ( 1743 -- 1826 ) , Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -7.1523648500442505}
{"example_id": 4628157630763001418, "prediction": "Auli'i Cravalho", "binary_answer": null, "no_answer_prob": -9.612045288085938}
{"example_id": -7258446764275603868, "prediction": "Feathers McGraw", "binary_answer": null, "no_answer_prob": -4.917690277099609}
{"example_id": -4637258098371870496, "prediction": "over 2.7 million", "binary_answer": null, "no_answer_prob": -7.7819753885269165}
{"example_id": -872988858318700245, "prediction": "13 May 1787", "binary_answer": null, "no_answer_prob": -9.507189869880676}
{"example_id": -965989727166464016, "prediction": "37", "binary_answer": null, "no_answer_prob": -2.63503897190094}
{"example_id": 4547416997210162568, "prediction": "`` We Will Rock You '' is a song written by Brian May and recorded by Queen", "binary_answer": null, "no_answer_prob": 0.3156987428665161}
{"example_id": -4837429249627032839, "prediction": "Morocco", "binary_answer": null, "no_answer_prob": 1.7096837162971497}
{"example_id": 3985992447472582828, "prediction": "", "binary_answer": null, "no_answer_prob": 7.533216774463654}
{"example_id": -6596979289733306572, "prediction": "646", "binary_answer": null, "no_answer_prob": -7.895556807518005}
{"example_id": 1505700753776210282, "prediction": "JJ Cale", "binary_answer": null, "no_answer_prob": -6.640098333358765}
{"example_id": 3788271762016890813, "prediction": "The University of Wyoming is a land - grant university", "binary_answer": null, "no_answer_prob": -1.9979625940322876}
{"example_id": 8498145111042838629, "prediction": "July 26 , 1951", "binary_answer": null, "no_answer_prob": -10.222931265830994}
{"example_id": -9068112763042493008, "prediction": "Jim Caviezel", "binary_answer": null, "no_answer_prob": -9.4014732837677}
{"example_id": -453804301812155714, "prediction": "June 22 , 1999", "binary_answer": null, "no_answer_prob": -12.554908633232117}
{"example_id": -7017641548306237349, "prediction": "1 November 1993", "binary_answer": null, "no_answer_prob": -7.375275373458862}
{"example_id": 4099217858976214714, "prediction": "Uncharted 4 : A Thief 's End", "binary_answer": null, "no_answer_prob": -3.2377007007598877}
{"example_id": -7936053316721152909, "prediction": "Acacia", "binary_answer": null, "no_answer_prob": -1.4066555500030518}
{"example_id": 8459673030706554218, "prediction": "The French Revolution had a major impact on Europe and the New World", "binary_answer": null, "no_answer_prob": -4.1626317501068115}
{"example_id": -9106651808061997159, "prediction": "New York City , New York , United States", "binary_answer": null, "no_answer_prob": -7.671144247055054}
{"example_id": 5112416204782545682, "prediction": "2017", "binary_answer": null, "no_answer_prob": -7.043971300125122}
{"example_id": -1968543266374087941, "prediction": "1959", "binary_answer": null, "no_answer_prob": -9.895532786846161}
{"example_id": 3536874322732736738, "prediction": "hydrolysis of the high - energy phosphate ( phosphoanhydride ) bonds", "binary_answer": null, "no_answer_prob": -6.8369739055633545}
{"example_id": -7777113122145346577, "prediction": "March 27 , 1912", "binary_answer": null, "no_answer_prob": -9.837696433067322}
{"example_id": -2018719773267537097, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2338746786117554}
{"example_id": -5194508390374991526, "prediction": "John Stockton", "binary_answer": null, "no_answer_prob": -9.342694878578186}
{"example_id": 1331206168489475839, "prediction": "Dayalbagh Educational Institute or DEI", "binary_answer": null, "no_answer_prob": 0.1425020694732666}
{"example_id": -6337999606477332755, "prediction": "2013", "binary_answer": null, "no_answer_prob": -1.147141456604004}
{"example_id": -2047394470462282387, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -3.682059407234192}
{"example_id": 2016511776226837046, "prediction": "a few miles", "binary_answer": null, "no_answer_prob": 0.4988985061645508}
{"example_id": -6988510815411083194, "prediction": "The O'Jays", "binary_answer": null, "no_answer_prob": -6.324709534645081}
{"example_id": -618213831247305618, "prediction": "2004", "binary_answer": null, "no_answer_prob": -5.166655242443085}
{"example_id": 1363428122198307868, "prediction": "Rex Harrison and Julie Andrews", "binary_answer": null, "no_answer_prob": -6.77936053276062}
{"example_id": -6795214209584105469, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -12.438225388526917}
{"example_id": 2902315055353750734, "prediction": "Channel 583", "binary_answer": null, "no_answer_prob": -9.41963505744934}
{"example_id": -8045380272382634963, "prediction": "Dutch navigator Willem Janszoon", "binary_answer": null, "no_answer_prob": -8.587206721305847}
{"example_id": 7595830021556665800, "prediction": "ca . 2375 BCE and 2345 BCE )", "binary_answer": null, "no_answer_prob": -3.9331690073013306}
{"example_id": -7996411661870256904, "prediction": "", "binary_answer": null, "no_answer_prob": 2.619576871395111}
{"example_id": -1721885814527414038, "prediction": "141,000", "binary_answer": null, "no_answer_prob": -6.914086699485779}
{"example_id": 7849925602975656482, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7969003915786743}
{"example_id": 632248995888823288, "prediction": "Citizens of member nations of the Gulf Cooperation Council", "binary_answer": null, "no_answer_prob": -1.8010286092758179}
{"example_id": -7777606181360344187, "prediction": "Edwin Howard Armstrong", "binary_answer": null, "no_answer_prob": -3.1501736640930176}
{"example_id": 1145622181084680131, "prediction": "Kingda Ka Six Flags Great Adventure", "binary_answer": null, "no_answer_prob": -9.456294059753418}
{"example_id": 4252223079519810829, "prediction": "1970", "binary_answer": null, "no_answer_prob": -11.125613451004028}
{"example_id": 7811332518072983220, "prediction": "Svara", "binary_answer": null, "no_answer_prob": -3.4606693983078003}
{"example_id": -4062768760857082271, "prediction": "Strahov Stadium", "binary_answer": null, "no_answer_prob": -0.3048591613769531}
{"example_id": -3551958206350978104, "prediction": "The term BB originated from the nomenclature of the size of steel shots used in a shotgun", "binary_answer": null, "no_answer_prob": -7.060024619102478}
{"example_id": -2505748164471207132, "prediction": "2,274", "binary_answer": null, "no_answer_prob": -6.2648024559021}
{"example_id": 4188027573805406835, "prediction": "Stevie Wonder", "binary_answer": null, "no_answer_prob": -11.002132296562195}
{"example_id": 8089484675682127018, "prediction": "Rick Riordan", "binary_answer": null, "no_answer_prob": -11.91370165348053}
{"example_id": 6583977141652157584, "prediction": "7", "binary_answer": null, "no_answer_prob": -6.6403257846832275}
{"example_id": 6374723689929836007, "prediction": "terminal nerves , olfactory nerves ( I ) and optic nerves", "binary_answer": null, "no_answer_prob": -7.115812540054321}
{"example_id": -4041359148516480382, "prediction": "to rid the country of all record that capitalism once existed there under the New Economic Policy .", "binary_answer": null, "no_answer_prob": -3.774546265602112}
{"example_id": 5450652319577624545, "prediction": "Dreams and Dust and After the Feast", "binary_answer": null, "no_answer_prob": 1.162664532661438}
{"example_id": 7288806806555332421, "prediction": "28 November 2012", "binary_answer": null, "no_answer_prob": -8.78362226486206}
{"example_id": 7917869774923350801, "prediction": "36.5 -- 37.5 \u00b0 C ( 97.7 -- 99.5 \u00b0 F ) .", "binary_answer": null, "no_answer_prob": -8.55251145362854}
{"example_id": 5144765284694516156, "prediction": "John de Mol", "binary_answer": null, "no_answer_prob": -8.345519065856934}
{"example_id": -5056293833730131524, "prediction": "Hugh Jackman", "binary_answer": null, "no_answer_prob": -3.5440884828567505}
{"example_id": 4399719059324940888, "prediction": "1966", "binary_answer": null, "no_answer_prob": -8.418935179710388}
{"example_id": 4651930410891414517, "prediction": "Free", "binary_answer": null, "no_answer_prob": -10.180414915084839}
{"example_id": 3892348902258926047, "prediction": "September 8 , 2015", "binary_answer": null, "no_answer_prob": -11.936700344085693}
{"example_id": 6194404874804514988, "prediction": "around 11 to 13 years", "binary_answer": null, "no_answer_prob": -10.63227665424347}
{"example_id": -5408188992455330093, "prediction": "Roger Bannister", "binary_answer": null, "no_answer_prob": -11.628045678138733}
{"example_id": -3364802036692917473, "prediction": "Jonathan Mayhew", "binary_answer": null, "no_answer_prob": -9.311067342758179}
{"example_id": -3269410672444798539, "prediction": "R. Kelly", "binary_answer": null, "no_answer_prob": -9.673985362052917}
{"example_id": 6828744768466163196, "prediction": "signaling molecule ( the ligand", "binary_answer": null, "no_answer_prob": -3.982664108276367}
{"example_id": 3695071598405526313, "prediction": "The College of Haringey , Enfield and North East London is a college of further and higher education", "binary_answer": null, "no_answer_prob": 3.4335153102874756}
{"example_id": -7147212879637582716, "prediction": "Kim Richards", "binary_answer": null, "no_answer_prob": -9.361957788467407}
{"example_id": -2764494953664090964, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2267465591430664}
{"example_id": -2198644277355623314, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -10.390738606452942}
{"example_id": 6150530493253492228, "prediction": "The Cenacle", "binary_answer": null, "no_answer_prob": -6.074246406555176}
{"example_id": 1913726405280646717, "prediction": "Sheffield United", "binary_answer": null, "no_answer_prob": 0.7100293636322021}
{"example_id": -2542579377701122263, "prediction": "September 1966", "binary_answer": null, "no_answer_prob": 2.660029888153076}
{"example_id": -6758149890875708513, "prediction": "Deborah Kerr and Yul Brynner", "binary_answer": null, "no_answer_prob": -6.69424295425415}
{"example_id": -5398089367086867949, "prediction": "AnnaSophia Robb", "binary_answer": null, "no_answer_prob": -10.271912813186646}
{"example_id": 2122934944919255071, "prediction": "shall be fined under this title , imprisoned not more than 5 years", "binary_answer": null, "no_answer_prob": -1.6243717670440674}
{"example_id": 3505472521987583469, "prediction": "Bella , Milo , Fizz and the youngest , Jake", "binary_answer": null, "no_answer_prob": -3.476278781890869}
{"example_id": 7028824115033809627, "prediction": "relatively small amounts of matter", "binary_answer": null, "no_answer_prob": -9.219874382019043}
{"example_id": 7863639929635416894, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -9.83493947982788}
{"example_id": -8811437121621202669, "prediction": "2011", "binary_answer": null, "no_answer_prob": -4.07379150390625}
{"example_id": -2101239151860643330, "prediction": "next of kin", "binary_answer": null, "no_answer_prob": -3.710960268974304}
{"example_id": -2825603185739116838, "prediction": "polyethylene", "binary_answer": null, "no_answer_prob": -1.4434010982513428}
{"example_id": -3781524301475508699, "prediction": "444,000 Civilian deaths ( North and South Vietnam ) 627,000 Total deaths 1,118,000", "binary_answer": null, "no_answer_prob": -1.9553790092468262}
{"example_id": -7845141278825146641, "prediction": "", "binary_answer": null, "no_answer_prob": 2.469626247882843}
{"example_id": 753472896925587982, "prediction": "died due to disease , possibly exacerbated by malnutrition .", "binary_answer": null, "no_answer_prob": -0.7902583256363869}
{"example_id": -5841550508559779777, "prediction": "Sir Timothy John Berners - Lee", "binary_answer": null, "no_answer_prob": -11.022467017173767}
{"example_id": 7295881644912577718, "prediction": "Donny Osmond", "binary_answer": null, "no_answer_prob": -12.295276165008545}
{"example_id": -7641426338760580517, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.889785885810852}
{"example_id": -2395133631261624980, "prediction": "Bradley David Ausmus", "binary_answer": null, "no_answer_prob": -9.634499073028564}
{"example_id": 6683853046107664636, "prediction": "", "binary_answer": null, "no_answer_prob": -4.816282331943512}
{"example_id": -4238314051570464353, "prediction": "74 fans , among them Larry Kepnes . Immediately thereafter , artist Phil Bissell developed the `` Pat Patriot '' logo .", "binary_answer": null, "no_answer_prob": -3.6314346194267273}
{"example_id": 8042930889011365875, "prediction": "eleven", "binary_answer": null, "no_answer_prob": -10.187431454658508}
{"example_id": -5970335719814423737, "prediction": "12", "binary_answer": null, "no_answer_prob": -7.457483530044556}
{"example_id": 4109030883938462812, "prediction": "Belmont Park in Elmont , New York", "binary_answer": null, "no_answer_prob": -11.17755675315857}
{"example_id": 4122017705468068404, "prediction": "the Flare virus", "binary_answer": null, "no_answer_prob": -4.6334547996521}
{"example_id": 3303450059650204168, "prediction": "Otis Redding and guitarist Steve Cropper . It was recorded by Redding", "binary_answer": null, "no_answer_prob": -7.614166021347046}
{"example_id": 8201230559364384444, "prediction": "1989", "binary_answer": null, "no_answer_prob": -9.42496943473816}
{"example_id": -8065451622798813111, "prediction": "the vehicle 's air brake system", "binary_answer": null, "no_answer_prob": 0.5532037019729614}
{"example_id": 7488986455925873518, "prediction": "The 1950", "binary_answer": null, "no_answer_prob": -1.2861336469650269}
{"example_id": -5675324994915280778, "prediction": "Lord Canning", "binary_answer": null, "no_answer_prob": -8.270301222801208}
{"example_id": 8852078010282713990, "prediction": "New York City", "binary_answer": null, "no_answer_prob": -10.666957378387451}
{"example_id": -4718286768374233358, "prediction": "Luke Bryan", "binary_answer": null, "no_answer_prob": -4.204313039779663}
{"example_id": 2678131079257929751, "prediction": "In western European tonal music ( key - based music ) of the 18th and 19th centuries , the tonic center", "binary_answer": null, "no_answer_prob": -2.443988084793091}
{"example_id": -1315326765570576239, "prediction": "1956", "binary_answer": null, "no_answer_prob": -9.736485123634338}
{"example_id": -4436499594937349987, "prediction": "Star Wars : The Force Awakens", "binary_answer": null, "no_answer_prob": 0.40387964248657227}
{"example_id": 5909847336395692829, "prediction": "about 110 kilometres per second ( 68 mi / s )", "binary_answer": null, "no_answer_prob": -8.130544900894165}
{"example_id": 4225701602980056485, "prediction": "J.H. Cave", "binary_answer": null, "no_answer_prob": -1.314389705657959}
{"example_id": 6236730758572230629, "prediction": "horrific imagery and condemnation of war", "binary_answer": null, "no_answer_prob": -2.4952698945999146}
{"example_id": 2230546991648626851, "prediction": "North Carolina", "binary_answer": null, "no_answer_prob": -7.303750276565552}
{"example_id": 7043888355055890503, "prediction": "Alaska", "binary_answer": null, "no_answer_prob": -8.245627403259277}
{"example_id": -3145331203286953496, "prediction": "Now That 's What I Call Music ! 21 or Now 21 is the 21st edition of the Now ! series released in the United Kingdom", "binary_answer": null, "no_answer_prob": 3.247393786907196}
{"example_id": -2182432805970228191, "prediction": "Paul , Linda and Denny plus six other well - known people dressed as convicts caught in the spotlight of a prison searchlight", "binary_answer": null, "no_answer_prob": -3.6778597831726074}
{"example_id": -7214565946722433946, "prediction": "entry point", "binary_answer": null, "no_answer_prob": -5.240094184875488}
{"example_id": 6631921958622948845, "prediction": "to ensure that exporters receive payment and importers receive the merchandise", "binary_answer": null, "no_answer_prob": -5.641188383102417}
{"example_id": -7713016265564058379, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2635910660028458}
{"example_id": 4302220306942279380, "prediction": "Tyronn Jamar Lue", "binary_answer": null, "no_answer_prob": -11.845877885818481}
{"example_id": 236109544723933272, "prediction": "Strategic bombing during World War II Part of World War II", "binary_answer": null, "no_answer_prob": 3.7931278347969055}
{"example_id": -6318844436161400264, "prediction": "Automotive production", "binary_answer": null, "no_answer_prob": -4.055675029754639}
{"example_id": 2466056349587442546, "prediction": "Fort Nepean", "binary_answer": null, "no_answer_prob": -6.4893975257873535}
{"example_id": -137291043415148020, "prediction": "United States to the south , and the US state of Alaska", "binary_answer": null, "no_answer_prob": -2.1453447341918945}
{"example_id": 399565880188880579, "prediction": "Richard Wayne Penniman", "binary_answer": null, "no_answer_prob": -3.4634082317352295}
{"example_id": -8724016639851179456, "prediction": "June 13 , 2014", "binary_answer": null, "no_answer_prob": -6.992333889007568}
{"example_id": -6209323961625363304, "prediction": "Xochimilco", "binary_answer": null, "no_answer_prob": -1.6723825931549072}
{"example_id": -7836436546278113693, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -10.679071426391602}
{"example_id": -2961541749615972785, "prediction": "Asia , Africa , North America , South America , Antarctica , Europe , and Australia .", "binary_answer": null, "no_answer_prob": 4.370211839675903}
{"example_id": 2313687436099588552, "prediction": "Ann O'Brien `` Muffet '' McGraw", "binary_answer": null, "no_answer_prob": -13.2593332529068}
{"example_id": -1168568851543588919, "prediction": "75.5 \u00b0 F ( 24.2 \u00b0 C )", "binary_answer": null, "no_answer_prob": -8.995072960853577}
{"example_id": 7022277642500448587, "prediction": "10,310,371", "binary_answer": null, "no_answer_prob": -8.770408511161804}
{"example_id": 5319835687498906468, "prediction": "1994", "binary_answer": null, "no_answer_prob": -4.51626056432724}
{"example_id": 2635519577882070302, "prediction": "Lilliput and Blefuscu", "binary_answer": null, "no_answer_prob": 1.4232885837554932}
{"example_id": 3163437228679906704, "prediction": "on the banks of the Ohio River at Clarksville , Indiana", "binary_answer": null, "no_answer_prob": -9.392651081085205}
{"example_id": -6834775349431226363, "prediction": "Treaty on Basic Relations between Japan and the Republic of Korea .", "binary_answer": null, "no_answer_prob": -0.01507490873336792}
{"example_id": 6801148412996933489, "prediction": "According to Post , he chose Post Malone", "binary_answer": null, "no_answer_prob": 0.13081252574920654}
{"example_id": -4868457798997044527, "prediction": "11423 , 11432 , 11433 , 11434 , 11435 , and 11436 Median household income $48,559", "binary_answer": null, "no_answer_prob": -4.934895634651184}
{"example_id": -6789379476228437582, "prediction": "Don Johnson", "binary_answer": null, "no_answer_prob": -9.715959787368774}
{"example_id": 7115989075521583234, "prediction": "Glory hallelujah !", "binary_answer": null, "no_answer_prob": 0.42301419377326965}
{"example_id": -2195102395835349783, "prediction": "2000", "binary_answer": null, "no_answer_prob": -1.7497700452804565}
{"example_id": -2863963991480587539, "prediction": "polygenes", "binary_answer": null, "no_answer_prob": -0.9034178256988525}
{"example_id": 541587846304696180, "prediction": "2001", "binary_answer": null, "no_answer_prob": -10.562918663024902}
{"example_id": -2484769459394585354, "prediction": "New Jersey Plan", "binary_answer": null, "no_answer_prob": -6.824473857879639}
{"example_id": -8591817863086793622, "prediction": "15 August 1965", "binary_answer": null, "no_answer_prob": -5.634540855884552}
{"example_id": 4086645434591201078, "prediction": "the central nervous system ( CNS ) and the peripheral nervous system ( PNS )", "binary_answer": null, "no_answer_prob": -9.775109648704529}
{"example_id": -4913200853098839933, "prediction": "Johnny Christopher , Mark James and Wayne Carson", "binary_answer": null, "no_answer_prob": -9.071678638458252}
{"example_id": -7749826402920437061, "prediction": "Indian Ocean", "binary_answer": null, "no_answer_prob": -1.9836006164550781}
{"example_id": 3033118476905663227, "prediction": "`` Where Do We Go from Here ''", "binary_answer": null, "no_answer_prob": -0.3987513780593872}
{"example_id": -2194607985245063847, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.5393140316009521}
{"example_id": -3786945171111451883, "prediction": "Frances Langford", "binary_answer": null, "no_answer_prob": -5.517585635185242}
{"example_id": 8363535834304498519, "prediction": "Paul Fireman", "binary_answer": null, "no_answer_prob": -5.4775230884552}
{"example_id": -3809454303862150642, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0504589080810547}
{"example_id": -1959403023213969081, "prediction": "July 2016", "binary_answer": null, "no_answer_prob": -9.093307495117188}
{"example_id": -656340938735579478, "prediction": "Samuel Slater", "binary_answer": null, "no_answer_prob": -9.55875849723816}
{"example_id": -1869409422151907395, "prediction": "De rerum natura", "binary_answer": null, "no_answer_prob": -2.9158941507339478}
{"example_id": 3023789271698219362, "prediction": "exceptionally high growth rates ( in excess of 7 percent a year", "binary_answer": null, "no_answer_prob": -4.220067977905273}
{"example_id": -5038213749180413765, "prediction": "284", "binary_answer": null, "no_answer_prob": -8.177207350730896}
{"example_id": -707641197724307029, "prediction": "bromothymol blue indicator", "binary_answer": null, "no_answer_prob": -5.424090623855591}
{"example_id": 5605917975673198083, "prediction": "Pacific Northwest , west of the Cascade Mountains", "binary_answer": null, "no_answer_prob": -1.3498516082763672}
{"example_id": 8922474260746168401, "prediction": "Junius Richard Jayewardene", "binary_answer": null, "no_answer_prob": -6.288195371627808}
{"example_id": -6708597627282046108, "prediction": "Sachin Tendulkar", "binary_answer": null, "no_answer_prob": -7.960421204566956}
{"example_id": -4122930534833596126, "prediction": "September 10 , 1990", "binary_answer": null, "no_answer_prob": -11.673796653747559}
{"example_id": 8181703736103994473, "prediction": "You ca n't have your cake and eat it ( too ) is a popular English idiomatic proverb or figure of speech", "binary_answer": null, "no_answer_prob": -3.2700042724609375}
{"example_id": -4793235161619072259, "prediction": "Billy Preston", "binary_answer": null, "no_answer_prob": -11.092393517494202}
{"example_id": 3011129515828708977, "prediction": "New York", "binary_answer": null, "no_answer_prob": -5.676488041877747}
{"example_id": -5023277270139337207, "prediction": "Ryder", "binary_answer": null, "no_answer_prob": -0.8544702529907227}
{"example_id": -7887952901401725047, "prediction": "Caroll Spinney", "binary_answer": null, "no_answer_prob": -11.206283926963806}
{"example_id": -6821372596420901543, "prediction": "The symbol derives from a capital `` L '' , representing libra , the basic unit of weight in the Roman Empire", "binary_answer": null, "no_answer_prob": -7.52219295501709}
{"example_id": -7477334707736862524, "prediction": "five", "binary_answer": null, "no_answer_prob": -10.215030670166016}
{"example_id": 6354755694666860194, "prediction": "eight", "binary_answer": null, "no_answer_prob": -8.760809898376465}
{"example_id": -5941895880576681346, "prediction": "The Everly Brothers", "binary_answer": null, "no_answer_prob": -4.466034770011902}
{"example_id": -4166868313835054376, "prediction": "Kelly , Donald O'Connor , and Debbie Reynolds", "binary_answer": null, "no_answer_prob": -2.2859519720077515}
{"example_id": -5770358908635410033, "prediction": "When considering the differences between ska and rocksteady it is worth remembering that the musicians were essentially the same and so were the producers .", "binary_answer": null, "no_answer_prob": -4.290316820144653}
{"example_id": 8110697163919095299, "prediction": "Norma Varden", "binary_answer": null, "no_answer_prob": -1.365760087966919}
{"example_id": -2165390496741063541, "prediction": "1 million", "binary_answer": null, "no_answer_prob": 1.0527286529541016}
{"example_id": 3913365343631877514, "prediction": "Freddie Flintoff", "binary_answer": null, "no_answer_prob": -4.0703887939453125}
{"example_id": 46363881722946298, "prediction": "The Great Gazoo", "binary_answer": null, "no_answer_prob": -3.632567524909973}
{"example_id": -6089312714829070794, "prediction": "Europe , the Americas , West Africa , India , and the Philippines", "binary_answer": null, "no_answer_prob": -6.7486549615859985}
{"example_id": -3610730988534053914, "prediction": "a church or state authority", "binary_answer": null, "no_answer_prob": -6.160946369171143}
{"example_id": 8173596466316951072, "prediction": "2016", "binary_answer": null, "no_answer_prob": -5.529001951217651}
{"example_id": -7381172007808126114, "prediction": "D.G. Yuengling & Son", "binary_answer": null, "no_answer_prob": -10.888391256332397}
{"example_id": 4726714773087036923, "prediction": "21 miles ( 34 km )", "binary_answer": null, "no_answer_prob": -2.139723539352417}
{"example_id": -8505549468699525781, "prediction": "Susan B. Anthony and Elizabeth Cady Stanton and the other by Lucy Stone", "binary_answer": null, "no_answer_prob": -4.188372611999512}
{"example_id": 2375264098343717633, "prediction": "Malaysia Genting Highlands", "binary_answer": null, "no_answer_prob": -6.649650573730469}
{"example_id": 6041570491987688569, "prediction": "34 \u00b0 3 \u2032 2 '' N 118 \u00b0 14 \u2032 22 '' W", "binary_answer": null, "no_answer_prob": -5.889097094535828}
{"example_id": 2904274678882358283, "prediction": "6", "binary_answer": null, "no_answer_prob": 2.5260353088378906}
{"example_id": -766146389019023635, "prediction": "Yoshimura", "binary_answer": null, "no_answer_prob": -2.4506359100341797}
{"example_id": 2899637589481440726, "prediction": "Jos\u00e9 Reyes", "binary_answer": null, "no_answer_prob": -5.976424217224121}
{"example_id": -4029691658811320972, "prediction": "December 29 , 1845", "binary_answer": null, "no_answer_prob": -9.566261291503906}
{"example_id": 9221938879228872395, "prediction": "the creation and maintenance of unequal relationships between civilizations , favoring the more powerful civilization", "binary_answer": null, "no_answer_prob": -2.122925281524658}
{"example_id": -5270976941130324785, "prediction": "rises in northern Minnesota", "binary_answer": null, "no_answer_prob": -5.368683695793152}
{"example_id": 1256836366565074518, "prediction": "The grizzly bear ( Ursus arctos ssp . )", "binary_answer": null, "no_answer_prob": -5.428024053573608}
{"example_id": 6566666439592422374, "prediction": "various writers", "binary_answer": null, "no_answer_prob": -2.789286971092224}
{"example_id": -333621140103822077, "prediction": "10,000 Days", "binary_answer": null, "no_answer_prob": -8.994086980819702}
{"example_id": -3621356026681528104, "prediction": "1998", "binary_answer": null, "no_answer_prob": -9.328397512435913}
{"example_id": -976765514528998133, "prediction": "One World Trade Center", "binary_answer": null, "no_answer_prob": -9.471400260925293}
{"example_id": -7565348086232363902, "prediction": "Kui Lee", "binary_answer": null, "no_answer_prob": -11.517995238304138}
{"example_id": -5214293920386286822, "prediction": "McCartney and Starr", "binary_answer": null, "no_answer_prob": -8.648287296295166}
{"example_id": -2044275015383793706, "prediction": "February 6 , 2011", "binary_answer": null, "no_answer_prob": -11.261922478675842}
{"example_id": 4162495141442570883, "prediction": "Jay McCarroll", "binary_answer": null, "no_answer_prob": -6.422937393188477}
{"example_id": -2018154911942038273, "prediction": "The show originally centered on five characters living in Pasadena , California : Leonard Hofstadter and Sheldon Cooper", "binary_answer": null, "no_answer_prob": 0.37207043170928955}
{"example_id": -6604180284849946955, "prediction": "Dolly Parton", "binary_answer": null, "no_answer_prob": -10.553070425987244}
{"example_id": 5313997180901651309, "prediction": "Panama", "binary_answer": null, "no_answer_prob": 0.030538082122802734}
{"example_id": 7788052889128271967, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.4978466629981995}
{"example_id": 1461092242246752131, "prediction": "The Pacifc Islands are the islands of the Pacific Ocean", "binary_answer": null, "no_answer_prob": 0.7314181923866272}
{"example_id": -3764074888103054890, "prediction": "Jeffrey DeMunn", "binary_answer": null, "no_answer_prob": -11.220498085021973}
{"example_id": 427363727491773782, "prediction": "YHWH has been gracious", "binary_answer": null, "no_answer_prob": -6.747030735015869}
{"example_id": -4608667175734832440, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 1.6730630099773407}
{"example_id": -1026258181208403559, "prediction": "2630 BC -- 2611 BC", "binary_answer": null, "no_answer_prob": -3.549724817276001}
{"example_id": 821924419845595526, "prediction": "facial nerve", "binary_answer": null, "no_answer_prob": -7.169180750846863}
{"example_id": -8205419771277608982, "prediction": "July 11 , 2017", "binary_answer": null, "no_answer_prob": -7.006620645523071}
{"example_id": 6275064513732293244, "prediction": "17", "binary_answer": null, "no_answer_prob": -2.5380492210388184}
{"example_id": -7184004542971260282, "prediction": "Fran\u00e7ois Isaac de Rivaz", "binary_answer": null, "no_answer_prob": -8.681952953338623}
{"example_id": 8568799489587943106, "prediction": "Salman bin Abdulaziz Al Saud", "binary_answer": null, "no_answer_prob": -10.75146734714508}
{"example_id": -8517714401308757739, "prediction": "Disruptive innovation", "binary_answer": null, "no_answer_prob": -7.848286151885986}
{"example_id": -812893932737119495, "prediction": "USA Chris Evert", "binary_answer": null, "no_answer_prob": -6.749894499778748}
{"example_id": -21014133000943285, "prediction": "January 3 , 2018", "binary_answer": null, "no_answer_prob": -11.19491457939148}
{"example_id": -2079342293284391326, "prediction": "Name State Reservoir Height Storage capacity Capacity ( MW ) ft m acre. ft km Toston Dam", "binary_answer": null, "no_answer_prob": -1.443796992301941}
{"example_id": 9015647432243008338, "prediction": "Book of Isaiah", "binary_answer": null, "no_answer_prob": -1.5372543334960938}
{"example_id": -4886019094428139185, "prediction": "India has a multi-party system with recognition accorded to national and state and District level parties", "binary_answer": null, "no_answer_prob": 0.7421531081199646}
{"example_id": -2250914134002473152, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4251351952552795}
{"example_id": 4599312163491710255, "prediction": "Anthony Edward `` Tony '' Stark", "binary_answer": null, "no_answer_prob": -6.428834080696106}
{"example_id": -7206565720058918781, "prediction": "Technicolor", "binary_answer": null, "no_answer_prob": -3.940359592437744}
{"example_id": 2119644948921267016, "prediction": "Dartmoor in Devon in England 's West Country", "binary_answer": null, "no_answer_prob": -5.7877315282821655}
{"example_id": 5856964448344804976, "prediction": "Teemu Selanne", "binary_answer": null, "no_answer_prob": -6.564477205276489}
{"example_id": -7760362692289894917, "prediction": "Andrew Gold", "binary_answer": null, "no_answer_prob": -12.045570850372314}
{"example_id": 8134198982106642115, "prediction": "2009", "binary_answer": null, "no_answer_prob": -7.91265344619751}
{"example_id": 6028743619699232140, "prediction": "1965", "binary_answer": null, "no_answer_prob": 0.45622825622558594}
{"example_id": -2350847876702415106, "prediction": "The song is based on the `` Playground '' riddim ( instrumental accompaniment )", "binary_answer": null, "no_answer_prob": 1.0141221284866333}
{"example_id": -5655138518494734410, "prediction": "The origins of the poem may be traced at least as far back as to the following lines written in 1590 by Sir Edmund Spenser", "binary_answer": null, "no_answer_prob": -7.125868082046509}
{"example_id": 2830705603141289046, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5649725198745728}
{"example_id": 1268396824512005229, "prediction": "Trixie Mattel", "binary_answer": null, "no_answer_prob": -10.969124913215637}
{"example_id": -858533208157308125, "prediction": "Corn , beans and squash were domesticated in Mesoamerica", "binary_answer": null, "no_answer_prob": -4.794186592102051}
{"example_id": 5618576898438421377, "prediction": "1", "binary_answer": null, "no_answer_prob": -10.469610154628754}
{"example_id": 4077698931842467403, "prediction": "Harry Nilsson", "binary_answer": null, "no_answer_prob": -10.157769441604614}
{"example_id": -7945301393656685858, "prediction": "three", "binary_answer": null, "no_answer_prob": -9.899102091789246}
{"example_id": 2450452371623485929, "prediction": "Venice", "binary_answer": null, "no_answer_prob": -5.71677041053772}
{"example_id": 7031684813017286074, "prediction": "1947", "binary_answer": null, "no_answer_prob": -1.9954918026924133}
{"example_id": 126574373715510199, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.18350750207901}
{"example_id": 5884971277814884140, "prediction": "", "binary_answer": null, "no_answer_prob": 3.538594663143158}
{"example_id": -2083013067044607248, "prediction": "`` The Good Life '' is a song by American alternative rock band Weezer", "binary_answer": null, "no_answer_prob": 0.7850371599197388}
{"example_id": -879494170717098400, "prediction": "Hispaniola", "binary_answer": null, "no_answer_prob": -1.8383949995040894}
{"example_id": 7217831331264391168, "prediction": "Tony Orlando and Dawn", "binary_answer": null, "no_answer_prob": -7.1359570026397705}
{"example_id": 1056221000323648508, "prediction": "July 2 , 1776", "binary_answer": null, "no_answer_prob": -7.55257773399353}
{"example_id": -5023646872646809085, "prediction": "Giancarlo Stanton", "binary_answer": null, "no_answer_prob": -5.039055824279785}
{"example_id": 1133265670683319032, "prediction": "Elizabeth Debicki", "binary_answer": null, "no_answer_prob": -7.410751819610596}
{"example_id": 8219110356657808796, "prediction": "Bob Seger", "binary_answer": null, "no_answer_prob": -6.665765047073364}
{"example_id": -6507610791357893238, "prediction": "between the region of Lake Victoria and the Mediterranean Sea", "binary_answer": null, "no_answer_prob": -3.7640204429626465}
{"example_id": -7965496774017058056, "prediction": "Seattle -- Tacoma International Airport", "binary_answer": null, "no_answer_prob": -4.906316518783569}
{"example_id": 7686479690808312388, "prediction": "Titletown", "binary_answer": null, "no_answer_prob": -1.8203392028808594}
{"example_id": 3827509487598509855, "prediction": "1994", "binary_answer": null, "no_answer_prob": -11.35096362233162}
{"example_id": -1167304298658827268, "prediction": "2017", "binary_answer": null, "no_answer_prob": -2.0721895694732666}
{"example_id": 2933996829438163080, "prediction": "", "binary_answer": null, "no_answer_prob": -3.0566025972366333}
{"example_id": -281998146715008134, "prediction": "Free", "binary_answer": null, "no_answer_prob": -10.432994842529297}
{"example_id": -1031365752292745176, "prediction": "Sergeant - at - Arms", "binary_answer": null, "no_answer_prob": -5.829449653625488}
{"example_id": 1425832387047071733, "prediction": "500 BCE -- 350 BCE appears in the late 6th century BCE", "binary_answer": null, "no_answer_prob": -5.285727024078369}
{"example_id": 189237793280525790, "prediction": "Tony Orlando", "binary_answer": null, "no_answer_prob": -10.48695719242096}
{"example_id": 2447638342656723012, "prediction": "TPC Deere Run in the Quad Cities community of Silvis , Illinois", "binary_answer": null, "no_answer_prob": -9.902921438217163}
{"example_id": 2124006302462707463, "prediction": "Scarlett", "binary_answer": null, "no_answer_prob": -2.3894662857055664}
{"example_id": -6538412100658418220, "prediction": "Perspectives on Science and Christian Faith , subtitled Journal of the American Scientific Affiliation is the academic publication of the American Scientific Affiliation .", "binary_answer": null, "no_answer_prob": 1.19656103849411}
{"example_id": -4079501360632666635, "prediction": "Pablo Tell Schreiber", "binary_answer": null, "no_answer_prob": -4.623104453086853}
{"example_id": -2056746390115920096, "prediction": "the British", "binary_answer": null, "no_answer_prob": -6.154363751411438}
{"example_id": 8363382120473892774, "prediction": "Kentucky was a border state of key importance in the American Civil War . President Abraham Lincoln", "binary_answer": null, "no_answer_prob": -1.5124096870422363}
{"example_id": -5152625935791829231, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7792481184005737}
{"example_id": 872373137680668128, "prediction": "describe the timing and relationships of events that have occurred during Earth 's history", "binary_answer": null, "no_answer_prob": -3.3045536279678345}
{"example_id": -8001773683961081578, "prediction": "Journey to the Center of the Earth", "binary_answer": null, "no_answer_prob": -3.1018389463424683}
{"example_id": -7326979775798540156, "prediction": "Tears for Fears", "binary_answer": null, "no_answer_prob": -10.65349006652832}
{"example_id": -1451788031325204195, "prediction": "Ann Bradford Davis", "binary_answer": null, "no_answer_prob": -7.653677821159363}
{"example_id": -2101997800319591308, "prediction": "Parliament repealed the Act in 1778 as part of attempts to reach a diplomatic end to the ongoing American Revolutionary War .", "binary_answer": null, "no_answer_prob": 3.329455852508545}
{"example_id": -6542552796605339761, "prediction": "`` God Save the Queen", "binary_answer": null, "no_answer_prob": -8.747371912002563}
{"example_id": 4900370580755973701, "prediction": "Michael James Hucknall", "binary_answer": null, "no_answer_prob": -13.442137241363525}
{"example_id": 6655702626731592448, "prediction": "Dire Straits", "binary_answer": null, "no_answer_prob": -8.405395150184631}
{"example_id": 6557096544643090306, "prediction": "Sumitra Mahajan", "binary_answer": null, "no_answer_prob": -10.596434235572815}
{"example_id": -1401776763495752375, "prediction": "late April and early May 1945", "binary_answer": null, "no_answer_prob": -6.55080258846283}
{"example_id": 8967448474966136358, "prediction": "Warren Spahn", "binary_answer": null, "no_answer_prob": -11.683590769767761}
{"example_id": 1755596894603341451, "prediction": "Louis C.K.", "binary_answer": null, "no_answer_prob": -7.1473774909973145}
{"example_id": -458049314494088060, "prediction": "The Contours", "binary_answer": null, "no_answer_prob": -8.449731230735779}
{"example_id": 28435812096090454, "prediction": "The polar moment of inertia", "binary_answer": null, "no_answer_prob": -1.7181122303009033}
{"example_id": -363659710720561332, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5198163390159607}
{"example_id": 8943851665684701678, "prediction": "18", "binary_answer": null, "no_answer_prob": -6.053819179534912}
{"example_id": -1448093128086866437, "prediction": "1989", "binary_answer": null, "no_answer_prob": -6.655772089958191}
{"example_id": 6796097324688928452, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5228222608566284}
{"example_id": 4331972968669336864, "prediction": "Space Oddity", "binary_answer": null, "no_answer_prob": -3.9909051656723022}
{"example_id": -3180278946733482876, "prediction": "Vicki Lawrence", "binary_answer": null, "no_answer_prob": -11.721232414245605}
{"example_id": -6544431738733175207, "prediction": "Ghana , Papua New Guinea , and Zimbabwe", "binary_answer": null, "no_answer_prob": -0.3735182285308838}
{"example_id": -7836213046742728778, "prediction": "Mark Felt", "binary_answer": null, "no_answer_prob": -2.0160164833068848}
{"example_id": 1354598152057526040, "prediction": "", "binary_answer": null, "no_answer_prob": 1.918385922908783}
{"example_id": -9200022132889031798, "prediction": "Chrysler Corporation", "binary_answer": null, "no_answer_prob": -2.4182718992233276}
{"example_id": 6261889952044445166, "prediction": "love , joy , peace , patience , kindness , goodness , faithfulness , gentleness , and self - control", "binary_answer": null, "no_answer_prob": -6.2474623918533325}
{"example_id": -9076370692976190839, "prediction": "June 13 , 2017", "binary_answer": null, "no_answer_prob": -7.762217044830322}
{"example_id": 5979703226878007063, "prediction": "91", "binary_answer": null, "no_answer_prob": -3.4246578216552734}
{"example_id": -9030146435606644037, "prediction": "Simona Halep", "binary_answer": null, "no_answer_prob": -12.149754881858826}
{"example_id": 6676667408171860027, "prediction": "Troian Avery Bellisario", "binary_answer": null, "no_answer_prob": -13.974624991416931}
{"example_id": -3543037302625356489, "prediction": "Thirty - three amendments to the United States Constitution have been proposed by the United States Congress and sent to the states for ratification", "binary_answer": null, "no_answer_prob": 2.316220760345459}
{"example_id": -9099031896003603533, "prediction": "eight", "binary_answer": null, "no_answer_prob": -9.183486104011536}
{"example_id": 6396413888519891228, "prediction": "between the tibia / fibula and the metatarsals of the foot", "binary_answer": null, "no_answer_prob": -8.1823570728302}
{"example_id": -9128109071847081809, "prediction": "Olivia Rose Keegan", "binary_answer": null, "no_answer_prob": -13.470935463905334}
{"example_id": 3316541297576713659, "prediction": "American Authors", "binary_answer": null, "no_answer_prob": -11.298854231834412}
{"example_id": 8261160251138986581, "prediction": "The Union", "binary_answer": null, "no_answer_prob": -7.999079704284668}
{"example_id": 6011285357826080680, "prediction": "Sahara India Pariwar", "binary_answer": null, "no_answer_prob": -9.875508546829224}
{"example_id": -461860821504217471, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -8.960375666618347}
{"example_id": -6502004260589290469, "prediction": "secondary sexual characteristics", "binary_answer": null, "no_answer_prob": -6.526451110839844}
{"example_id": 2133119536154583260, "prediction": "2015", "binary_answer": null, "no_answer_prob": -2.7039761543273926}
{"example_id": -5840138797164362636, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8247669339179993}
{"example_id": -5515394691608507451, "prediction": "1957", "binary_answer": null, "no_answer_prob": -8.985518425703049}
{"example_id": -4234501336183567959, "prediction": "Daniel Lissing", "binary_answer": null, "no_answer_prob": -13.090036869049072}
{"example_id": 3131011350212115940, "prediction": "two British luxury clothing manufacturers , Burberry and Aquascutum , with Aquascutum 's claim dating back to the 1850s", "binary_answer": null, "no_answer_prob": -1.321951150894165}
{"example_id": -3996589716674148975, "prediction": "Steve Schuh", "binary_answer": null, "no_answer_prob": -4.705043315887451}
{"example_id": -5263613826235525932, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.814000129699707}
{"example_id": -674426537168564855, "prediction": "84.30 83.20", "binary_answer": null, "no_answer_prob": -5.206305503845215}
{"example_id": -2878668445603004714, "prediction": "", "binary_answer": null, "no_answer_prob": 6.15509720146656}
{"example_id": -2595528603820801676, "prediction": "Travie McCoy", "binary_answer": null, "no_answer_prob": -11.07015860080719}
{"example_id": 4997245011577512670, "prediction": "within the cells of organisms", "binary_answer": null, "no_answer_prob": -6.14734673500061}
{"example_id": -4656353131223265869, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7433517426252365}
{"example_id": 2432665110081912795, "prediction": "Hyderabad", "binary_answer": null, "no_answer_prob": -5.619082450866699}
{"example_id": -6191427736051770385, "prediction": "At", "binary_answer": null, "no_answer_prob": -0.4306197166442871}
{"example_id": 171479852099698826, "prediction": "`` Chuck Versus the Other Guy '' is the thirteenth episode of Chuck 's third season", "binary_answer": null, "no_answer_prob": -1.2930500507354736}
{"example_id": 552681895418621106, "prediction": "May 1896", "binary_answer": null, "no_answer_prob": -4.403718948364258}
{"example_id": -3979860581074214055, "prediction": "Eastern Europe", "binary_answer": null, "no_answer_prob": -1.159937858581543}
{"example_id": -8310622357902538430, "prediction": "3 city level and 2 city and county entities", "binary_answer": null, "no_answer_prob": 1.022666722536087}
{"example_id": 237432058728907691, "prediction": "Jackson `` Jax '' Teller", "binary_answer": null, "no_answer_prob": -0.7754952907562256}
{"example_id": -8027426053256803666, "prediction": "Aortic region - the 2nd right intercostal space", "binary_answer": null, "no_answer_prob": -4.708465814590454}
{"example_id": -9493667599267663, "prediction": "Novak Djokovic", "binary_answer": null, "no_answer_prob": -12.003276467323303}
{"example_id": -6706002331410751349, "prediction": "Sir Aglovale ( or Agloval ) de Galis", "binary_answer": null, "no_answer_prob": -4.276875019073486}
{"example_id": 2221315073316374130, "prediction": "`` Once in a Lifetime ''", "binary_answer": null, "no_answer_prob": 6.359995603561401}
{"example_id": 7343356705190738067, "prediction": "Bhuvneshwar Kumar", "binary_answer": null, "no_answer_prob": -11.03271234035492}
{"example_id": -2822313437216350280, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -9.651724696159363}
{"example_id": 6761085865371693654, "prediction": "Alexander Vincent LoScialpo", "binary_answer": null, "no_answer_prob": -12.296135306358337}
{"example_id": 1864485624333626098, "prediction": "Musa I of Mali c. 1280 -- c. 1337 400 Mansa Musa", "binary_answer": null, "no_answer_prob": -7.1664628982543945}
{"example_id": 6449918077143051997, "prediction": "multinational automotive company", "binary_answer": null, "no_answer_prob": -7.898876905441284}
{"example_id": -3720764945979012687, "prediction": "Shaun Mark Bean", "binary_answer": null, "no_answer_prob": -9.531249165534973}
{"example_id": -4631190391023270788, "prediction": "3 : 24", "binary_answer": null, "no_answer_prob": 2.8741718530654907}
{"example_id": -3725481746095671100, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6399861574172974}
{"example_id": -8182608113666119644, "prediction": "Seth Adham Curry", "binary_answer": null, "no_answer_prob": -2.0090996623039246}
{"example_id": -4547365925926983973, "prediction": "", "binary_answer": null, "no_answer_prob": 4.484146237373352}
{"example_id": -7868506404789010802, "prediction": "sensory nervous system", "binary_answer": null, "no_answer_prob": -5.488652586936951}
{"example_id": -8242550269661005952, "prediction": "Neil Young", "binary_answer": null, "no_answer_prob": -10.742044568061829}
{"example_id": -8549173247344657014, "prediction": "In legal systems based on common law", "binary_answer": null, "no_answer_prob": -2.1535682678222656}
{"example_id": -7855771810159159176, "prediction": "six square faces , facets or sides , with three meeting at each vertex", "binary_answer": null, "no_answer_prob": -3.41216242313385}
{"example_id": -3501562383447497620, "prediction": "Linux ( / \u02c8l\u026an\u0259ks / ( listen ) LIN - \u0259ks ) is a family of free and open - source", "binary_answer": null, "no_answer_prob": 2.5038087964057922}
{"example_id": 3484054338780092487, "prediction": "Audrey", "binary_answer": null, "no_answer_prob": -11.766919016838074}
{"example_id": -2001187596775416912, "prediction": "Iron Butterfly", "binary_answer": null, "no_answer_prob": -11.522567331790924}
{"example_id": 6683099208215685252, "prediction": "2010", "binary_answer": null, "no_answer_prob": -7.040042757987976}
{"example_id": 8528218624797092582, "prediction": "2004", "binary_answer": null, "no_answer_prob": -11.508715033531189}
{"example_id": -2666340997155806385, "prediction": "key she found in her mom 's old stuff", "binary_answer": null, "no_answer_prob": -6.08447527885437}
{"example_id": 8085283905638253642, "prediction": "1974", "binary_answer": null, "no_answer_prob": -7.225369930267334}
{"example_id": 4160044032192220357, "prediction": "Afghanistan ATN", "binary_answer": null, "no_answer_prob": -0.9001834392547607}
{"example_id": -3622106120221902386, "prediction": "Leonardo", "binary_answer": null, "no_answer_prob": -2.833900213241577}
{"example_id": -7526561043427644506, "prediction": "Five Man Electrical Band", "binary_answer": null, "no_answer_prob": -9.135401129722595}
{"example_id": -2266853404730047221, "prediction": "Marvin Gaye and Tammi Terrell", "binary_answer": null, "no_answer_prob": -5.867159008979797}
{"example_id": -4712101046183684891, "prediction": "Considered by many his signature song , the ballad is said to be about Thunders ' heroin addiction", "binary_answer": null, "no_answer_prob": -7.418215036392212}
{"example_id": 8310703915887017895, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5050607323646545}
{"example_id": -7865041487621811506, "prediction": "June 3 , 2017 ( 2017 - 06 - 03 ) July 8 , 2017", "binary_answer": null, "no_answer_prob": -7.627956867218018}
{"example_id": 6597849309864189042, "prediction": "PlayStation Vue ( U.S. ) No assigned channel number", "binary_answer": null, "no_answer_prob": 1.390116810798645}
{"example_id": -1306440338475070163, "prediction": "restaurateur", "binary_answer": null, "no_answer_prob": -10.21637511253357}
{"example_id": 6206223206842892338, "prediction": "Johnny Paycheck", "binary_answer": null, "no_answer_prob": -9.125551581382751}
{"example_id": -2795639073256027773, "prediction": "Port Blair", "binary_answer": null, "no_answer_prob": -11.464012861251831}
{"example_id": 6653022138404992506, "prediction": "September 14 , 1999", "binary_answer": null, "no_answer_prob": -7.921037673950195}
{"example_id": -2099282468824241241, "prediction": "Commodores", "binary_answer": null, "no_answer_prob": -7.600407242774963}
{"example_id": -8210873946197866493, "prediction": "the rapid - eye movement ( REM ) stage of sleep", "binary_answer": null, "no_answer_prob": -9.990247964859009}
{"example_id": -7312817558511051413, "prediction": "7 %", "binary_answer": null, "no_answer_prob": -6.994890451431274}
{"example_id": 8757907962417456644, "prediction": "Kiwifruit ( often abbreviated as kiwi ) , or Chinese gooseberry is the edible berry", "binary_answer": null, "no_answer_prob": 1.6853957176208496}
{"example_id": -3432257117480227798, "prediction": "2011", "binary_answer": null, "no_answer_prob": -10.37752503156662}
{"example_id": 4993970958222332001, "prediction": "convert the new Republic of Turkey into a secular , modern nation - state", "binary_answer": null, "no_answer_prob": -4.1265246868133545}
{"example_id": -972681564126687276, "prediction": "both a chilled and a heated water loop", "binary_answer": null, "no_answer_prob": -0.7358191609382629}
{"example_id": -2327138861238475141, "prediction": "Pentateuch", "binary_answer": null, "no_answer_prob": -1.0911402702331543}
{"example_id": -8776655846216542649, "prediction": "James Earl Jones", "binary_answer": null, "no_answer_prob": -10.842189073562622}
{"example_id": -4024224768921013008, "prediction": "Bill Johnson", "binary_answer": null, "no_answer_prob": -7.040321469306946}
{"example_id": -6483536096715956119, "prediction": "Matthew Broderick", "binary_answer": null, "no_answer_prob": -3.4095468521118164}
{"example_id": 8967882419409704991, "prediction": "ship 's wheel or boat 's wheel", "binary_answer": null, "no_answer_prob": -6.352135062217712}
{"example_id": 2749519746986104119, "prediction": "17 November 2018", "binary_answer": null, "no_answer_prob": -8.923582434654236}
{"example_id": 7651645690767621180, "prediction": "1998", "binary_answer": null, "no_answer_prob": -9.593204915523529}
{"example_id": -4751521937264703031, "prediction": "Save Me", "binary_answer": null, "no_answer_prob": 0.538578987121582}
{"example_id": 4811653785244188942, "prediction": "liquorice stamp", "binary_answer": null, "no_answer_prob": 2.589991867542267}
{"example_id": -7155211338751855661, "prediction": "from 350 to 450", "binary_answer": null, "no_answer_prob": -7.597773432731628}
{"example_id": 1934472999585374855, "prediction": "breakdown of their marriage , and the divorce proceedings between Karen ( Hermione Norris ) and David ( Robert Bathurst ) .", "binary_answer": null, "no_answer_prob": 0.8495125472545624}
{"example_id": 6825941891639721517, "prediction": "1995 NFL season", "binary_answer": null, "no_answer_prob": -8.116173028945923}
{"example_id": 5091298665587902836, "prediction": "September 20 , 2005", "binary_answer": null, "no_answer_prob": -10.3967604637146}
{"example_id": 735822591657834018, "prediction": "The term originally referred to a late - night prayer vigil", "binary_answer": null, "no_answer_prob": -3.4233070611953735}
{"example_id": -7898679466493646802, "prediction": "the tenth season", "binary_answer": null, "no_answer_prob": -7.884963035583496}
{"example_id": 3530794967221120483, "prediction": "Inva Mula", "binary_answer": null, "no_answer_prob": -9.208781361579895}
{"example_id": -2021114858322459628, "prediction": "203,392,031", "binary_answer": null, "no_answer_prob": -9.454318284988403}
{"example_id": 8693569097483090148, "prediction": "Norman Greenbaum", "binary_answer": null, "no_answer_prob": -12.112821459770203}
{"example_id": 5657359270685299487, "prediction": "Clemson Tigers", "binary_answer": null, "no_answer_prob": -7.9755441546440125}
{"example_id": 3721356598444299672, "prediction": "Thomas Jefferson", "binary_answer": null, "no_answer_prob": -8.130682468414307}
{"example_id": -3601720425051423132, "prediction": "as much wood as a woodchuck would if a woodchuck could chuck wood . ''", "binary_answer": null, "no_answer_prob": -2.7028627395629883}
{"example_id": -8924857711634382199, "prediction": "the president", "binary_answer": null, "no_answer_prob": -6.0622546672821045}
{"example_id": -8107001391089328047, "prediction": "1347 to 1351", "binary_answer": null, "no_answer_prob": -7.031640470027924}
{"example_id": 8235640559907926294, "prediction": "", "binary_answer": null, "no_answer_prob": 4.123178958892822}
{"example_id": 3371223091453233077, "prediction": "1994", "binary_answer": null, "no_answer_prob": -10.921656429767609}
{"example_id": -8236794253135480455, "prediction": "Pirates of the Caribbean : The Curse of the Black Pearl", "binary_answer": null, "no_answer_prob": 0.3001593351364136}
{"example_id": -437146305949966573, "prediction": "Alaska", "binary_answer": null, "no_answer_prob": -8.315625667572021}
{"example_id": -2816304269882253129, "prediction": "A few moments after Jimmy 's suicide", "binary_answer": null, "no_answer_prob": -1.3559578657150269}
{"example_id": -193770685128575043, "prediction": "Chyler Leigh West", "binary_answer": null, "no_answer_prob": -13.547638297080994}
{"example_id": 2842746529931341412, "prediction": "Jason Edward Mewes", "binary_answer": null, "no_answer_prob": -13.515583634376526}
{"example_id": -6421586565102405652, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1913796067237854}
{"example_id": -2938168136955513831, "prediction": "zero ( shell shape , with the plastron uppermost ) , one ( a dot ) and five ( a bar )", "binary_answer": null, "no_answer_prob": -5.316926836967468}
{"example_id": -9074153636811957024, "prediction": "The Union", "binary_answer": null, "no_answer_prob": -8.00230860710144}
{"example_id": -1887942788907087633, "prediction": "approximately \u00a3 21,000 a year", "binary_answer": null, "no_answer_prob": -5.036185145378113}
{"example_id": 4207810717344783202, "prediction": "Kate", "binary_answer": null, "no_answer_prob": -5.100549221038818}
{"example_id": 748246133258344102, "prediction": "Citizenship", "binary_answer": null, "no_answer_prob": 1.9771023094654083}
{"example_id": -1740842224550934135, "prediction": "Artist Album Year Sales Ref . Kim Gun - mo", "binary_answer": null, "no_answer_prob": 1.2154324054718018}
{"example_id": -447886061595774242, "prediction": "1966", "binary_answer": null, "no_answer_prob": -1.8857780694961548}
{"example_id": -3056160293645756523, "prediction": "Palmer", "binary_answer": null, "no_answer_prob": -6.744935750961304}
{"example_id": -274103065536527274, "prediction": "", "binary_answer": null, "no_answer_prob": 0.02751636505126953}
{"example_id": 6476987686131638681, "prediction": "The song is used in the films Megamind , Paul Blart", "binary_answer": null, "no_answer_prob": -1.053084671497345}
{"example_id": -6925951997775788906, "prediction": "April 13 , 2018", "binary_answer": null, "no_answer_prob": -7.667375087738037}
{"example_id": 1112397382302652600, "prediction": "1991", "binary_answer": null, "no_answer_prob": -10.42916452884674}
{"example_id": -3998519461756199445, "prediction": "Katharine Hepburn", "binary_answer": null, "no_answer_prob": -8.189210891723633}
{"example_id": -950360238533629261, "prediction": "Lil Uzi Vert", "binary_answer": null, "no_answer_prob": -7.711071848869324}
{"example_id": -2456325159367728662, "prediction": ".", "binary_answer": null, "no_answer_prob": -0.8582655191421509}
{"example_id": 2427178305369658835, "prediction": "1,180 cubic miles ( 4,918 km3 )", "binary_answer": null, "no_answer_prob": -2.630801200866699}
{"example_id": 1750558330695481082, "prediction": "Yuna Kim", "binary_answer": null, "no_answer_prob": -1.3781684637069702}
{"example_id": 2644718577095419464, "prediction": "June 27 , 2018", "binary_answer": null, "no_answer_prob": -8.809840202331543}
{"example_id": 7847633231876858698, "prediction": "150 cm \u00d7 200 cm ( 59 in \u00d7 79 in ) 150 \u00d7 200 \u00d7 41 cm 225 \u00d7 260 cm 225 \u00d7 220 cm Euro", "binary_answer": null, "no_answer_prob": -5.353042125701904}
{"example_id": 2912890070802136857, "prediction": "18 September 1973", "binary_answer": null, "no_answer_prob": -12.343053698539734}
{"example_id": 8564872898227189295, "prediction": "Michael Steven Hessman", "binary_answer": null, "no_answer_prob": -7.736493945121765}
{"example_id": 7564094072949200785, "prediction": "October 7 , 2014", "binary_answer": null, "no_answer_prob": -8.979188323020935}
{"example_id": -8517519252902436830, "prediction": "Oregon", "binary_answer": null, "no_answer_prob": -8.81539273262024}
{"example_id": 8092635907835152396, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6897282004356384}
{"example_id": -4661873533364515316, "prediction": "Muriwhenua , also known as Te Hiku o te Ika a M\u0101ui , the Far North of Aotearoa .", "binary_answer": null, "no_answer_prob": 1.1201372146606445}
{"example_id": 766177566415614867, "prediction": "Jefferson Davis", "binary_answer": null, "no_answer_prob": -7.3707767724990845}
{"example_id": -3220423468428479102, "prediction": "Dusty Springfield", "binary_answer": null, "no_answer_prob": -1.173952579498291}
{"example_id": -6969429404270881007, "prediction": "Cesar Romero", "binary_answer": null, "no_answer_prob": -7.752750635147095}
{"example_id": 5758814377373936056, "prediction": "just under 1,000", "binary_answer": null, "no_answer_prob": -7.284950852394104}
{"example_id": -4414345503938122054, "prediction": "through conscription", "binary_answer": null, "no_answer_prob": -3.2917003631591797}
{"example_id": -6844231178216295978, "prediction": "June 23 , 2018", "binary_answer": null, "no_answer_prob": -8.356993198394775}
{"example_id": 8539224853568539242, "prediction": "1836", "binary_answer": null, "no_answer_prob": -11.325818538665771}
{"example_id": -274370337196352571, "prediction": "The Tragedy of Great Power Politics is a book by the American scholar John Mearsheimer on the subject of international relations theory", "binary_answer": null, "no_answer_prob": -0.20924484729766846}
{"example_id": -6406317756744817785, "prediction": "Pennsylvania State House ( Independence Hall ) in Philadelphia", "binary_answer": null, "no_answer_prob": -7.287482857704163}
{"example_id": 276569701908573893, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Microblogging", "binary_answer": null, "no_answer_prob": 1.8933390714228153}
{"example_id": -5556231342670310112, "prediction": "Moon Jae", "binary_answer": null, "no_answer_prob": -8.555607557296753}
{"example_id": -5558929420440949627, "prediction": "597", "binary_answer": null, "no_answer_prob": -8.92240822315216}
{"example_id": -3561851198953809001, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -8.010686755180359}
{"example_id": 3569919761924067535, "prediction": "July 2 , 2018", "binary_answer": null, "no_answer_prob": 0.16867685317993164}
{"example_id": 117991427760231330, "prediction": "around 0 \u00b0 C ( 32 \u00b0 F )", "binary_answer": null, "no_answer_prob": -6.770849704742432}
{"example_id": -8855556211938591498, "prediction": "Narendra Modi", "binary_answer": null, "no_answer_prob": -7.85663366317749}
{"example_id": -4510433204710918144, "prediction": "evangelization and apostolic ministry", "binary_answer": null, "no_answer_prob": -2.43485426902771}
{"example_id": 3473185370840494937, "prediction": "the Mukden Incident", "binary_answer": null, "no_answer_prob": -0.21123701333999634}
{"example_id": 5045937353297022072, "prediction": "Media Alliance", "binary_answer": null, "no_answer_prob": -9.427402794361115}
{"example_id": 2625276851485102302, "prediction": "on the Great St Bernard Pass , Aosta , Italy", "binary_answer": null, "no_answer_prob": -5.149210691452026}
{"example_id": 3560498347527160821, "prediction": "the total number of protons and neutrons ( together known as nucleons ) in an atomic nucleus", "binary_answer": null, "no_answer_prob": -4.22368848323822}
{"example_id": -8507866614948732558, "prediction": "the producers of the show from a fund reserved for the purpose", "binary_answer": null, "no_answer_prob": -1.8401203155517578}
{"example_id": 7053814524287958733, "prediction": "Bruce Springsteen", "binary_answer": null, "no_answer_prob": -13.096363425254822}
{"example_id": -8525124454763371713, "prediction": "The current Governor is Doug Ducey , who was elected on November 4 , 2014 .", "binary_answer": null, "no_answer_prob": 0.23457562923431396}
{"example_id": -6821503570895611334, "prediction": "January 16 , 2018", "binary_answer": null, "no_answer_prob": -7.199782490730286}
{"example_id": -7905239187537975028, "prediction": "Hokkaido Honshu , the largest island , on which the capital , Tokyo , is placed . Shikoku Kyushu", "binary_answer": null, "no_answer_prob": -4.155217409133911}
{"example_id": 2021811159097147393, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 1.4418887495994568}
{"example_id": -1490347864422317368, "prediction": "Rhaella Targaryen", "binary_answer": null, "no_answer_prob": -8.09152615070343}
{"example_id": 6309957243908833363, "prediction": "Dennis Dexter Haysbert", "binary_answer": null, "no_answer_prob": -13.472726583480835}
{"example_id": -1046753445581512757, "prediction": "8,426,100", "binary_answer": null, "no_answer_prob": -9.237374901771545}
{"example_id": 5467231362228846546, "prediction": "Jared Scott Gilmore", "binary_answer": null, "no_answer_prob": -5.6173282861709595}
{"example_id": -6462564684636052803, "prediction": "January 26 , 2003", "binary_answer": null, "no_answer_prob": -9.18802547454834}
{"example_id": -8631725655397619039, "prediction": "Big Freedia and 5th Ward Weebie", "binary_answer": null, "no_answer_prob": -8.564597725868225}
{"example_id": -4454959559955316653, "prediction": "Johnny Nash", "binary_answer": null, "no_answer_prob": -8.370026469230652}
{"example_id": -1641964735973120688, "prediction": "Robin", "binary_answer": null, "no_answer_prob": -3.5395243167877197}
{"example_id": -6521784313032991330, "prediction": "10", "binary_answer": null, "no_answer_prob": -7.0588274002075195}
{"example_id": -3005673978471679451, "prediction": "April 18 , 1994", "binary_answer": null, "no_answer_prob": -11.33051061630249}
{"example_id": 7114382665620525377, "prediction": "138 g ( 4.9 oz ) 7 Plus : 188 g ( 6.6 oz )", "binary_answer": null, "no_answer_prob": -0.1773362159729004}
{"example_id": -8677789582032795372, "prediction": "Aristotle", "binary_answer": null, "no_answer_prob": -9.118111729621887}
{"example_id": 8104110236119839386, "prediction": "Ouroboros", "binary_answer": null, "no_answer_prob": -1.7967851161956787}
{"example_id": 8248648375510819180, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5611492395401}
{"example_id": -8239308081948866644, "prediction": "1983", "binary_answer": null, "no_answer_prob": -8.69105064868927}
{"example_id": -192152866063203617, "prediction": "Kelly Clarkson", "binary_answer": null, "no_answer_prob": -11.762894630432129}
{"example_id": 6364152146572596871, "prediction": "France", "binary_answer": null, "no_answer_prob": -5.1857136487960815}
{"example_id": -5811844853546957985, "prediction": "Steve Owen", "binary_answer": null, "no_answer_prob": -7.45385217666626}
{"example_id": -1939788677803028354, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6634358763694763}
{"example_id": -7286717993308076775, "prediction": "Bone marrow is a semi-solid tissue which may be found within the spongy or cancellous portions of bones", "binary_answer": null, "no_answer_prob": -7.139843583106995}
{"example_id": -258662681176178016, "prediction": "between \u2212 6 \u00b0 C ( 21 \u00b0 F ) and \u2212 50 \u00b0 C ( \u2212 58 \u00b0 F )", "binary_answer": null, "no_answer_prob": -0.007214784622192383}
{"example_id": 8116824124734816791, "prediction": "Mitchell Kupchak", "binary_answer": null, "no_answer_prob": -13.993568181991577}
{"example_id": 81543553621132354, "prediction": "West Germany were actually shot in a German - speaking part of Italy ( Brixen ) .", "binary_answer": null, "no_answer_prob": -4.421828508377075}
{"example_id": -4544659518989242301, "prediction": "December 1 , 1984", "binary_answer": null, "no_answer_prob": -9.203419208526611}
{"example_id": 6339715100961540201, "prediction": "Nickolas Ashford & Valerie Simpson", "binary_answer": null, "no_answer_prob": -11.956010460853577}
{"example_id": -2810498214113777075, "prediction": "Xbox One games without an Xbox One X update / patch , including Xbox 360 and Original Xbox backwards compatible titles", "binary_answer": null, "no_answer_prob": -1.2245547771453857}
{"example_id": -6128892653961791251, "prediction": "Susan Farrell Egan", "binary_answer": null, "no_answer_prob": -13.145188808441162}
{"example_id": -5412730761630805376, "prediction": "", "binary_answer": null, "no_answer_prob": 3.77538526058197}
{"example_id": -2629949296307364538, "prediction": "three", "binary_answer": null, "no_answer_prob": -8.747114062309265}
{"example_id": -6857099483130566876, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7696362733840942}
{"example_id": -4610217463425200121, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7584149837493896}
{"example_id": -6188844107033542016, "prediction": "Supreme Court of India Bh\u0101rata K\u0101 Sarvocca Ny\u0101y\u0101laya Seal", "binary_answer": null, "no_answer_prob": 5.596821546554565}
{"example_id": -1156201375794279832, "prediction": "1914", "binary_answer": null, "no_answer_prob": -0.42278754711151123}
{"example_id": 7026836646645698745, "prediction": "1 g / mol", "binary_answer": null, "no_answer_prob": -9.028311729431152}
{"example_id": -8118644352336224192, "prediction": "the TV production company", "binary_answer": null, "no_answer_prob": -3.121432304382324}
{"example_id": -3699584422587947240, "prediction": "Juliette Lewis and Johnny Galecki", "binary_answer": null, "no_answer_prob": -5.670120716094971}
{"example_id": -4256892816228824625, "prediction": "", "binary_answer": null, "no_answer_prob": -0.07869201898574829}
{"example_id": -5256315734541516902, "prediction": "1989", "binary_answer": null, "no_answer_prob": -6.057743072509766}
{"example_id": 4504620014908485951, "prediction": "reduce the problem of adverse selection", "binary_answer": null, "no_answer_prob": 2.9060511589050293}
{"example_id": -3098211125053616099, "prediction": "Real Madrid , Ajax , Bayern Munich , Milan , Liverpool and Barcelona", "binary_answer": null, "no_answer_prob": -6.721591234207153}
{"example_id": -2323712156293144863, "prediction": "Sheila Reid", "binary_answer": null, "no_answer_prob": -4.885534286499023}
{"example_id": -5479278465106136797, "prediction": "Eleven", "binary_answer": null, "no_answer_prob": -8.239023447036743}
{"example_id": -2489994918360086932, "prediction": "The Congress of Vienna", "binary_answer": null, "no_answer_prob": -4.084693908691406}
{"example_id": -459257496728022161, "prediction": "Garbage", "binary_answer": null, "no_answer_prob": -7.436856150627136}
{"example_id": 2540569560641736216, "prediction": "Giancarlo Fisichella", "binary_answer": null, "no_answer_prob": -6.568821668624878}
{"example_id": 6107683449211755901, "prediction": "Hero Beauregard Fiennes - Tiffin", "binary_answer": null, "no_answer_prob": -14.129485726356506}
{"example_id": 1987282316965978108, "prediction": "122", "binary_answer": null, "no_answer_prob": -4.983232498168945}
{"example_id": 3851064129674133262, "prediction": "Bruce , Anchor , and Chum", "binary_answer": null, "no_answer_prob": -6.233179569244385}
{"example_id": 1486394118189624979, "prediction": "", "binary_answer": null, "no_answer_prob": -3.702732563018799}
{"example_id": 2125172940018922622, "prediction": "Mesopotamia ( Iraq )", "binary_answer": null, "no_answer_prob": -6.837105989456177}
{"example_id": -2565626433818010796, "prediction": "The phrase `` Holy Moly '' is an exclamation of surprise that dates from at least 1892 .", "binary_answer": null, "no_answer_prob": -8.013887166976929}
{"example_id": -8304772602302527004, "prediction": "Allsup worked with entertainers such as Buddy Holly and Bob Wills & His Texas Playboys . Allsup", "binary_answer": null, "no_answer_prob": -6.866610050201416}
{"example_id": -5731405651544898848, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7322999238967896}
{"example_id": 3000918483349810310, "prediction": "2,430", "binary_answer": null, "no_answer_prob": -8.670635461807251}
{"example_id": 7054066377574421508, "prediction": "A common form , what does that have to do with the price of tea in China ?", "binary_answer": null, "no_answer_prob": -0.4246448278427124}
{"example_id": 604853429212791814, "prediction": "Golden Flashes MAC Women 's lacrosse", "binary_answer": null, "no_answer_prob": -0.8507230281829834}
{"example_id": -7149220139020344783, "prediction": "Gwen McCrae ( as `` You Were Always On My Mind '' ) and Brenda Lee", "binary_answer": null, "no_answer_prob": -8.053219199180603}
{"example_id": 5041893092456296405, "prediction": "18", "binary_answer": null, "no_answer_prob": -6.3449883460998535}
{"example_id": 7796277804885899252, "prediction": "1840", "binary_answer": null, "no_answer_prob": -8.345937609672546}
{"example_id": 8869404488472700911, "prediction": "", "binary_answer": null, "no_answer_prob": -2.09817898273468}
{"example_id": -1937661925338235466, "prediction": "1939", "binary_answer": null, "no_answer_prob": -10.397645950317383}
{"example_id": 7911424200598337454, "prediction": "John Newton", "binary_answer": null, "no_answer_prob": -9.292492389678955}
{"example_id": 723200719810634500, "prediction": "becoming an `` Empire of Liberty '' , promoting democracy , expanding across the continent , supporting liberal internationalism", "binary_answer": null, "no_answer_prob": -0.8193924427032471}
{"example_id": -7128932745930668783, "prediction": "Air Supply", "binary_answer": null, "no_answer_prob": -10.17962634563446}
{"example_id": -3479787390093716259, "prediction": "Ural Mountains", "binary_answer": null, "no_answer_prob": -6.613377094268799}
{"example_id": 6265074932803252556, "prediction": "a numerically superior Imperial Russian Army under Ivan Paskevich", "binary_answer": null, "no_answer_prob": -8.267947673797607}
{"example_id": -5374268354717016595, "prediction": "inclination ( I ) or magnetic dip", "binary_answer": null, "no_answer_prob": -7.536877155303955}
{"example_id": -838847267535538169, "prediction": "Dryland farming and dry farming encompass specific agricultural techniques for the non-irrigated cultivation of crops", "binary_answer": null, "no_answer_prob": 2.6396393328905106}
{"example_id": 6035966620749378758, "prediction": "Nolan Ryan", "binary_answer": null, "no_answer_prob": -12.766539096832275}
{"example_id": -4677939923292888328, "prediction": "if the sample size is large or the population variance is known", "binary_answer": null, "no_answer_prob": -3.6388765573501587}
{"example_id": -6763413466395666037, "prediction": "Jack Nicklaus", "binary_answer": null, "no_answer_prob": -13.033193349838257}
{"example_id": -6058308562633160323, "prediction": "", "binary_answer": null, "no_answer_prob": -3.1418755054473877}
{"example_id": -6170426547148043390, "prediction": "cells in the brain", "binary_answer": null, "no_answer_prob": -4.060886383056641}
{"example_id": -8809556923595244283, "prediction": "January 29 , 2014", "binary_answer": null, "no_answer_prob": -12.79452359676361}
{"example_id": 8688547147381696071, "prediction": "10 September 1977", "binary_answer": null, "no_answer_prob": -9.649193525314331}
{"example_id": 2016497229402021037, "prediction": "Venkaiah Naidu", "binary_answer": null, "no_answer_prob": -5.082893371582031}
{"example_id": 2380948392611109850, "prediction": "Maurice First appearance Beauty and the Beast ( 1991 ) Portrayed by Eric Keenleyside ( Once Upon a Time ) Kevin Kline", "binary_answer": null, "no_answer_prob": -0.31876230239868164}
{"example_id": 6310756842866298896, "prediction": "`` Whosoever holds this hammer , if he be worthy , shall possess the power of Thor . ''", "binary_answer": null, "no_answer_prob": -6.20602560043335}
{"example_id": -722400225601668060, "prediction": "January 26 , 2003", "binary_answer": null, "no_answer_prob": -8.199548363685608}
{"example_id": 2260972065295932603, "prediction": "Free hit is a cricket term , relevant in One Day Internationals and Twenty20 matches . When a bowler bowls a no - ball", "binary_answer": null, "no_answer_prob": -4.4511600732803345}
{"example_id": -2263310094291405511, "prediction": "a poem Deil 's Hallowe'en published in Glasgow and is widely accepted as the phrase 's origin .", "binary_answer": null, "no_answer_prob": -7.545146703720093}
{"example_id": 7724905306351389381, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": 0.4100837707519531}
{"example_id": -4237885717355979096, "prediction": "307", "binary_answer": null, "no_answer_prob": -2.342229962348938}
{"example_id": 3188818950580174570, "prediction": "Initiation", "binary_answer": null, "no_answer_prob": -0.0899662971496582}
{"example_id": 398767751047144464, "prediction": "a form of social commentary for black South Africans and has undergone several transformations with the country 's changing political tides .", "binary_answer": null, "no_answer_prob": -3.6932358741760254}
{"example_id": 1146545479165504512, "prediction": "The combination of the heart shape and its use within the heart metaphor developed at the end of the Middle Ages", "binary_answer": null, "no_answer_prob": -3.930969715118408}
{"example_id": -4369431023310125261, "prediction": "`` Did n't We Almost Have It All ''", "binary_answer": null, "no_answer_prob": -2.0107581615448}
{"example_id": -3316740611795463594, "prediction": "Tom Clancy", "binary_answer": null, "no_answer_prob": -11.746281027793884}
{"example_id": -4101503241214065196, "prediction": "connective , muscle , nervous , and epithelial", "binary_answer": null, "no_answer_prob": -4.136962890625}
{"example_id": 1539174993733851172, "prediction": "following a tribute to the victims of the Boston Marathon bombing during the NFL Draft", "binary_answer": null, "no_answer_prob": -3.1026017665863037}
{"example_id": -9160916369518669167, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -11.450589060783386}
{"example_id": 5881677502990210383, "prediction": "Craig Sheffer , Brad Pitt , Tom Skerritt , Brenda Blethyn , and Emily Lloyd", "binary_answer": null, "no_answer_prob": -6.078075289726257}
{"example_id": 2375410666129136218, "prediction": "Hiroshi Sato", "binary_answer": null, "no_answer_prob": -5.3384411334991455}
{"example_id": 4159196200910684515, "prediction": "`` To You , 2,000 Years from Now", "binary_answer": null, "no_answer_prob": -1.631937026977539}
{"example_id": 5458366148256998128, "prediction": "between 1591 and 1595 , the play was first published in a quarto version in 1597", "binary_answer": null, "no_answer_prob": -7.68913459777832}
{"example_id": 8964115224485511071, "prediction": "Arwen Evenstar", "binary_answer": null, "no_answer_prob": -6.84128999710083}
{"example_id": -5922836418396701454, "prediction": "1984", "binary_answer": null, "no_answer_prob": -5.077963948249817}
{"example_id": 4607917262018133213, "prediction": "Clairemont High School in San Diego", "binary_answer": null, "no_answer_prob": -3.5901904106140137}
{"example_id": 4863341844535186773, "prediction": "Delta Goodrem", "binary_answer": null, "no_answer_prob": -8.022162437438965}
{"example_id": 6160692623305422384, "prediction": "Rene Kirby", "binary_answer": null, "no_answer_prob": -11.728987455368042}
{"example_id": -2268177454921311476, "prediction": "June 30 , 2000", "binary_answer": null, "no_answer_prob": -9.911038637161255}
{"example_id": -168088683913777972, "prediction": "`` Never Gonna Leave This Bed ''", "binary_answer": null, "no_answer_prob": 1.804005205631256}
{"example_id": -6375302892812228979, "prediction": "Wizards on Deck with Hannah Montana", "binary_answer": null, "no_answer_prob": 2.777511954307556}
{"example_id": -565341619674432966, "prediction": "`` I 'd Go with You Anywhere '' is a song by Australian band , Birds of Tokyo", "binary_answer": null, "no_answer_prob": 2.4818891286849976}
{"example_id": 641868616797443860, "prediction": "2008 -- 09 basketball season", "binary_answer": null, "no_answer_prob": -7.434043049812317}
{"example_id": 8593524382706982043, "prediction": "about the end of a passionate relationship , and a story of someone dying because of something he believes in , after a moment of glory .", "binary_answer": null, "no_answer_prob": -3.935905694961548}
{"example_id": 7933930872892086289, "prediction": "Joaqu\u00edn `` El Chapo '' Guzm\u00e1n", "binary_answer": null, "no_answer_prob": -2.5081162452697754}
{"example_id": -3744791235432276329, "prediction": "Jeff Bezos", "binary_answer": null, "no_answer_prob": -6.3590087890625}
{"example_id": -3792214777998468542, "prediction": "Lucas Daniel Till", "binary_answer": null, "no_answer_prob": -4.354670166969299}
{"example_id": -194784691662597433, "prediction": "`` An apple a day keeps the doctor away '' is a common English - language proverb", "binary_answer": null, "no_answer_prob": 1.3858587639406323}
{"example_id": -1358378670448713968, "prediction": "Four years after the events of Curse of Chucky , an adult Andy Barclay", "binary_answer": null, "no_answer_prob": 0.20379912853240967}
{"example_id": -6367948924063528670, "prediction": "A pumpkin is a cultivar of a squash plant", "binary_answer": null, "no_answer_prob": -3.593686103820801}
{"example_id": 4308761492491441297, "prediction": "Roberta Flack", "binary_answer": null, "no_answer_prob": -6.525704264640808}
{"example_id": -8818716614814375084, "prediction": "Mind , Soul , Space , Power , Time and Reality Gems", "binary_answer": null, "no_answer_prob": -4.616292357444763}
{"example_id": -3650234844138379249, "prediction": "In anatomy , the urethra", "binary_answer": null, "no_answer_prob": -2.8177260160446167}
{"example_id": 6389328235012626116, "prediction": "English hard rock band Def Leppard", "binary_answer": null, "no_answer_prob": -4.754481077194214}
{"example_id": 4861913605968678245, "prediction": "Under the legal terminology of Ancient Rome", "binary_answer": null, "no_answer_prob": 0.4604644775390625}
{"example_id": 3786483867253651840, "prediction": "Julius Robert Oppenheimer", "binary_answer": null, "no_answer_prob": -3.3542062640190125}
{"example_id": -2721587192415524965, "prediction": "August 1962", "binary_answer": null, "no_answer_prob": -7.624488353729248}
{"example_id": 4547962729229179139, "prediction": "", "binary_answer": null, "no_answer_prob": 5.289288401603699}
{"example_id": 1435767707210013159, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -9.455205500125885}
{"example_id": -6993928784378434693, "prediction": "15 September 23 , 2016 ( 2016 - 09 - 23 ) March 24 , 2017 ( 2017 - 03 - 24 )", "binary_answer": null, "no_answer_prob": -5.51285183429718}
{"example_id": -735561081363246842, "prediction": "The Red Cross on white background was the original protection symbol declared at the 1864 Geneva Convention", "binary_answer": null, "no_answer_prob": -5.6527605056762695}
{"example_id": -6031022588768073902, "prediction": "from Homer northeast and east to Tok by way of Anchorage", "binary_answer": null, "no_answer_prob": -4.127952694892883}
{"example_id": -6912591881241757083, "prediction": "Morris Mac Davis", "binary_answer": null, "no_answer_prob": -6.4601709842681885}
{"example_id": 5105571586293875534, "prediction": "religious , nationality , class , gender , ethnicity etc .", "binary_answer": null, "no_answer_prob": 3.8717592656612396}
{"example_id": -6740318713416695610, "prediction": "30th June 1993", "binary_answer": null, "no_answer_prob": -8.72752833366394}
{"example_id": 4436243926843536151, "prediction": "Oliphaunt or m\u00fbmak", "binary_answer": null, "no_answer_prob": -0.4608166217803955}
{"example_id": -6083080564578468186, "prediction": "Chris Froome", "binary_answer": null, "no_answer_prob": -8.926050424575806}
{"example_id": -4680253170854412960, "prediction": "Mara Marini", "binary_answer": null, "no_answer_prob": -12.826318442821503}
{"example_id": 561281163109004200, "prediction": "10", "binary_answer": null, "no_answer_prob": -8.667290091514587}
{"example_id": -888659052107499201, "prediction": "June 7 , 2018", "binary_answer": null, "no_answer_prob": -8.936277985572815}
{"example_id": 6630474084456126063, "prediction": "the Grambling State University Marching Band", "binary_answer": null, "no_answer_prob": -3.532808780670166}
{"example_id": -9045474746297494795, "prediction": "the episode `` Better Angels ''", "binary_answer": null, "no_answer_prob": -2.338581085205078}
{"example_id": -2147978953043809815, "prediction": "Manchester City", "binary_answer": null, "no_answer_prob": -2.564895749092102}
{"example_id": -8221654377279370799, "prediction": "80 miles per hour ( 130 km / h )", "binary_answer": null, "no_answer_prob": -7.275320529937744}
{"example_id": -5206286406355014269, "prediction": "between 1937 and 1949", "binary_answer": null, "no_answer_prob": -8.375511944293976}
{"example_id": 1547582149561518807, "prediction": "`` I 'll Never Get Out of This World Alive", "binary_answer": null, "no_answer_prob": -0.2742757797241211}
{"example_id": -8198508506084894735, "prediction": "desalinated seawater", "binary_answer": null, "no_answer_prob": -1.7151561975479126}
{"example_id": -4541286593031074150, "prediction": "Neil Armstrong", "binary_answer": null, "no_answer_prob": -7.5787235498428345}
{"example_id": -5537697640490647453, "prediction": "The Weeknd", "binary_answer": null, "no_answer_prob": -11.889412879943848}
{"example_id": 440181687498909553, "prediction": "The function of DNA polymerase is not quite perfect , with the enzyme making about one mistake for every billion base pairs copied", "binary_answer": null, "no_answer_prob": 2.7255581617355347}
{"example_id": -6521927332163148573, "prediction": "The series follows a young woman , Anna , from a working class life who , after having an affair with the President of the United States", "binary_answer": null, "no_answer_prob": -0.21284878253936768}
{"example_id": -5349115061948948593, "prediction": "The Congress shall have Power ... To make all Laws which shall be necessary and proper for carrying into Execution the foregoing Powers", "binary_answer": null, "no_answer_prob": -2.4281809329986572}
{"example_id": 9204890630124363785, "prediction": "Angel Falls", "binary_answer": null, "no_answer_prob": -6.808619737625122}
{"example_id": -2462515405592581647, "prediction": "A plot summary", "binary_answer": null, "no_answer_prob": 1.9136589765548706}
{"example_id": 2798469908949073594, "prediction": "the Chief Justice of the United States and eight associate justices", "binary_answer": null, "no_answer_prob": -2.253018856048584}
{"example_id": -5992888676394563111, "prediction": "Toby Keith Covel", "binary_answer": null, "no_answer_prob": -8.590537905693054}
{"example_id": -2031837914536339453, "prediction": "reduce friction of the moving vehicle with the ground", "binary_answer": null, "no_answer_prob": -4.244992733001709}
{"example_id": 4485289850839584256, "prediction": "The vision of the CGE is `` a society free from gender oppression and inequality", "binary_answer": null, "no_answer_prob": -0.5782822370529175}
{"example_id": 728644588902292706, "prediction": "Recurring Dream", "binary_answer": null, "no_answer_prob": 0.3850712776184082}
{"example_id": 5853833184311434333, "prediction": "April 1861", "binary_answer": null, "no_answer_prob": -8.286662817001343}
{"example_id": 1110352346497755212, "prediction": "360 miles ( 580 km )", "binary_answer": null, "no_answer_prob": -6.218281507492065}
{"example_id": 6797049968457951397, "prediction": "ancient Egypt . Relics dating to 6,000 years ago", "binary_answer": null, "no_answer_prob": -6.355490207672119}
{"example_id": 4267631871246125862, "prediction": "one - half the coefficient of relationship between the parents . Note that the remainder of this article is confused about this .", "binary_answer": null, "no_answer_prob": 0.14420225471258163}
{"example_id": 7151084850587138192, "prediction": "Nelson Mandela House , Rodney instead leads her to The King 's Avenue", "binary_answer": null, "no_answer_prob": -2.7652204036712646}
{"example_id": 7700242165948461051, "prediction": "eastern Canada , the state of Quintana Roo in Mexico , Panama in Central America , and the Caribbean Islands", "binary_answer": null, "no_answer_prob": -3.7244789600372314}
{"example_id": 2897007301412391712, "prediction": "July 4 , 1776", "binary_answer": null, "no_answer_prob": -12.003552675247192}
{"example_id": -3459090816135799760, "prediction": "22.9", "binary_answer": null, "no_answer_prob": -5.87227201461792}
{"example_id": -2525845930282354070, "prediction": "Alladi Krishnaswamy Iyer", "binary_answer": null, "no_answer_prob": -4.246517539024353}
{"example_id": -5223907006049376094, "prediction": "Watchmen", "binary_answer": null, "no_answer_prob": 2.1609393060207367}
{"example_id": -4880462162162608439, "prediction": "A focus group is a small , but demographically diverse group of people", "binary_answer": null, "no_answer_prob": 0.7621715068817139}
{"example_id": -543252063131552954, "prediction": "Denise Marsa", "binary_answer": null, "no_answer_prob": -0.9487543106079102}
{"example_id": -5163884000033880530, "prediction": "Lost Somewhere Between the Earth and My Home is the debut studio album by American alternative country band the Geraldine Fibbers", "binary_answer": null, "no_answer_prob": 2.412063419818878}
{"example_id": 3664584043417861013, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7049742937088013}
{"example_id": 5105136898624121027, "prediction": "Rank Degree of agreement Number Strongly agree 20 Agree somewhat 30 Not sure 20 Disagree somewhat 15 5 Strongly disagree 15", "binary_answer": null, "no_answer_prob": 1.274695336818695}
{"example_id": 8861999099379687882, "prediction": "Miss New York", "binary_answer": null, "no_answer_prob": -4.218157768249512}
{"example_id": 4202343114700704787, "prediction": "January 2018", "binary_answer": null, "no_answer_prob": -7.051928639411926}
{"example_id": 3275522660246646492, "prediction": "", "binary_answer": null, "no_answer_prob": 1.027466893196106}
{"example_id": 7774863779108578687, "prediction": "The flag of the United States of America , often referred to as the American flag , is the national flag of the United States", "binary_answer": null, "no_answer_prob": -1.5986558198928833}
{"example_id": 7625802922255144739, "prediction": "Black Eyed Peas", "binary_answer": null, "no_answer_prob": -4.409314036369324}
{"example_id": -6761892620030185555, "prediction": "Los Angeles Lakers 2018 -- 19", "binary_answer": null, "no_answer_prob": 0.20589521527290344}
{"example_id": -4713313337556490939, "prediction": "1,335,907", "binary_answer": null, "no_answer_prob": -8.916656613349915}
{"example_id": -9152520301716701739, "prediction": "1985", "binary_answer": null, "no_answer_prob": -8.612231433391571}
{"example_id": 6873585089990668750, "prediction": "Pat Shurmur", "binary_answer": null, "no_answer_prob": -9.549580931663513}
{"example_id": 6873587814797504351, "prediction": "Indira Gandhi", "binary_answer": null, "no_answer_prob": -5.843590259552002}
{"example_id": 2495724841814352599, "prediction": "permit the transformation of the amplitude of alternating current ( AC ) voltages for the purpose of power conversion", "binary_answer": null, "no_answer_prob": -1.7305694818496704}
{"example_id": 6978528732770161885, "prediction": "", "binary_answer": null, "no_answer_prob": 1.554332584142685}
{"example_id": 2972700760076367852, "prediction": "Edward Lorenz", "binary_answer": null, "no_answer_prob": -9.880557775497437}
{"example_id": -7576497904353784411, "prediction": "505", "binary_answer": null, "no_answer_prob": -7.804493427276611}
{"example_id": 4575365653907460573, "prediction": "Liam Neeson", "binary_answer": null, "no_answer_prob": -8.535298347473145}
{"example_id": 2399228990400978621, "prediction": "The national flag of Japan is a rectangular white banner bearing a crimson - red disc", "binary_answer": null, "no_answer_prob": -1.1764951944351196}
{"example_id": -1186907498670550741, "prediction": "May 16 , 2018", "binary_answer": null, "no_answer_prob": -9.464407563209534}
{"example_id": -2923447977706653648, "prediction": "Sirius XM Weather & Emergency", "binary_answer": null, "no_answer_prob": -6.695716023445129}
{"example_id": -4781434911431225969, "prediction": "Pete Seeger", "binary_answer": null, "no_answer_prob": -13.546505153179169}
{"example_id": -8276458214241854863, "prediction": "`` Flight ''", "binary_answer": null, "no_answer_prob": -5.535130739212036}
{"example_id": 6767302592578422777, "prediction": "Singapore", "binary_answer": null, "no_answer_prob": -6.277957201004028}
{"example_id": 8749272093563591158, "prediction": "May 29 , 2018", "binary_answer": null, "no_answer_prob": -4.550376892089844}
{"example_id": 379248714869251527, "prediction": "", "binary_answer": null, "no_answer_prob": 1.486329197883606}
{"example_id": 3190072530305270508, "prediction": "Marshall Tucker Band", "binary_answer": null, "no_answer_prob": -6.954128623008728}
{"example_id": 8942680947522367569, "prediction": "", "binary_answer": null, "no_answer_prob": 4.840038478374481}
{"example_id": -6135694148896109505, "prediction": "Suzhou Sky Screen", "binary_answer": null, "no_answer_prob": 0.10094869136810303}
{"example_id": -6011520478702185430, "prediction": "India", "binary_answer": null, "no_answer_prob": -6.227339029312134}
{"example_id": 2779767076658320312, "prediction": "Linux kernel", "binary_answer": null, "no_answer_prob": -0.19369125366210938}
{"example_id": 7021323938191932133, "prediction": "The Committee on Ways and Means is the chief tax - writing committee of the United States House of Representatives", "binary_answer": null, "no_answer_prob": -2.89111864566803}
{"example_id": 8452540562750931099, "prediction": "98 miles ( 158 km )", "binary_answer": null, "no_answer_prob": -7.08677077293396}
{"example_id": -4784735612154095328, "prediction": "Zooey Deschanel", "binary_answer": null, "no_answer_prob": -10.153057098388672}
{"example_id": 2316370638365564164, "prediction": "Xiumin Suho Lay Baekhyun Chen Chanyeol D.O. Kai Sehun Past members Luhan Kris Tao", "binary_answer": null, "no_answer_prob": -2.3996880054473877}
{"example_id": -1383123659237883797, "prediction": "Tarantino conceived Kill Bill as an homage to `` grindhouse '' cinema", "binary_answer": null, "no_answer_prob": -5.581033706665039}
{"example_id": -6835757735902415280, "prediction": "1921", "binary_answer": null, "no_answer_prob": -8.08817943930626}
{"example_id": 2662447325791353189, "prediction": "Orlando Bloom", "binary_answer": null, "no_answer_prob": -10.931704044342041}
{"example_id": -3237154653478504285, "prediction": "The band , founded by guitarist Kellen McGregor", "binary_answer": null, "no_answer_prob": -3.803581476211548}
{"example_id": 4362936489896297737, "prediction": "Leopold II of Belgium", "binary_answer": null, "no_answer_prob": -2.582385778427124}
{"example_id": 1825374846368629931, "prediction": "April 10 , 2018", "binary_answer": null, "no_answer_prob": -5.864166259765625}
{"example_id": 6997363972470160562, "prediction": "popular music lyrics", "binary_answer": null, "no_answer_prob": -1.6391806602478027}
{"example_id": -4988966900977295714, "prediction": "Western Asia", "binary_answer": null, "no_answer_prob": -3.861423432826996}
{"example_id": -7922511313844652253, "prediction": "Nandan Nilekani", "binary_answer": null, "no_answer_prob": -9.998341679573059}
{"example_id": 1171476955295289346, "prediction": "Brook Benton", "binary_answer": null, "no_answer_prob": -10.062802791595459}
{"example_id": -5404173960983008913, "prediction": "An interesting forerunner to the movie camera was the machine invented by Francis Ronalds", "binary_answer": null, "no_answer_prob": -4.694563508033752}
{"example_id": 1923888785034399938, "prediction": "1954", "binary_answer": null, "no_answer_prob": -4.747060656547546}
{"example_id": 881138062670365192, "prediction": "Nuclear fissions in fissile fuels are the result of the nuclear excitation energy", "binary_answer": null, "no_answer_prob": -2.9312424659729004}
{"example_id": 5634568042007223136, "prediction": "on the drama series Gunsmoke was sometimes given to villains whom the heroes wanted out of Dodge City , Kansas", "binary_answer": null, "no_answer_prob": -4.542474389076233}
{"example_id": -5926408374855743846, "prediction": "June 2010", "binary_answer": null, "no_answer_prob": -5.337604522705078}
{"example_id": -1115093424714215873, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -8.296358942985535}
{"example_id": -6677917484477361339, "prediction": "1904", "binary_answer": null, "no_answer_prob": -8.877857327461243}
{"example_id": 6551130377198292335, "prediction": "2015 -- 16", "binary_answer": null, "no_answer_prob": -12.225164651870728}
{"example_id": 4881211072652424863, "prediction": "Ralph George Macchio Jr.", "binary_answer": null, "no_answer_prob": -8.88714051246643}
{"example_id": 5976894042266979161, "prediction": "5 - digit numeric", "binary_answer": null, "no_answer_prob": -2.1723378896713257}
{"example_id": 8190425404870295487, "prediction": "16 miles", "binary_answer": null, "no_answer_prob": -2.712143898010254}
{"example_id": -7760333522546957050, "prediction": "Creedence Clearwater Revival", "binary_answer": null, "no_answer_prob": -9.766129612922668}
{"example_id": 1052601238282239566, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6498520374298096}
{"example_id": -1083215424788722968, "prediction": "May 30 , 2017", "binary_answer": null, "no_answer_prob": -4.532382011413574}
{"example_id": -3935045171833215938, "prediction": "Group 10", "binary_answer": null, "no_answer_prob": -8.191834211349487}
{"example_id": -1282307916188794339, "prediction": "J.J. Belle", "binary_answer": null, "no_answer_prob": -6.8416242599487305}
{"example_id": 3508901810557632332, "prediction": "near Disney 's Hollywood Studios at the Walt Disney World Resort in Bay Lake , Florida", "binary_answer": null, "no_answer_prob": -9.78868544101715}
{"example_id": 2368974856875134457, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -13.164051055908203}
{"example_id": -1149954912194861961, "prediction": "New Amsterdam", "binary_answer": null, "no_answer_prob": -9.932384252548218}
{"example_id": -816253895532715435, "prediction": "1971", "binary_answer": null, "no_answer_prob": -5.341208457946777}
{"example_id": -4735931497873009375, "prediction": "Accuser : Who stole / took the cookie / cookies from the cookie jar ?", "binary_answer": null, "no_answer_prob": 0.7218594998121262}
{"example_id": -3910999485596036986, "prediction": "Bruce Springsteen", "binary_answer": null, "no_answer_prob": -11.09151554107666}
{"example_id": 7264049249369676399, "prediction": "Hartsfield -- Jackson Atlanta International Airport", "binary_answer": null, "no_answer_prob": -2.8979270458221436}
{"example_id": 3481047294304336075, "prediction": "2,001 ft ( 610 m )", "binary_answer": null, "no_answer_prob": -10.858031988143921}
{"example_id": -619086492745238722, "prediction": "In biology , a disturbance is a temporary change in environmental conditions that causes a pronounced change in an ecosystem", "binary_answer": null, "no_answer_prob": 1.4002010971307755}
{"example_id": 3844125090241992817, "prediction": "Jephthah", "binary_answer": null, "no_answer_prob": -10.10882043838501}
{"example_id": -3147385935958435626, "prediction": "Dominic Toretto", "binary_answer": null, "no_answer_prob": -7.6911540031433105}
{"example_id": -1815580883104741882, "prediction": "Charli XCX", "binary_answer": null, "no_answer_prob": -10.707810044288635}
{"example_id": -6544179549844173007, "prediction": "Mercury", "binary_answer": null, "no_answer_prob": -4.134351372718811}
{"example_id": -1288623947369383720, "prediction": "9", "binary_answer": null, "no_answer_prob": -5.499918460845947}
{"example_id": 7323463382570261703, "prediction": "Savan Kotecha , Ilya Salmanzadeh , Tove Lo , Max Martin and Ali Payami", "binary_answer": null, "no_answer_prob": -11.254674434661865}
{"example_id": 3475321462112078637, "prediction": "Rehab", "binary_answer": null, "no_answer_prob": -10.645475268363953}
{"example_id": 9008919636479377924, "prediction": "`` And Now His Watch Is Ended", "binary_answer": null, "no_answer_prob": -2.348230242729187}
{"example_id": 2951900109165683565, "prediction": "1986", "binary_answer": null, "no_answer_prob": -10.84651255607605}
{"example_id": -4654660903571553981, "prediction": "The rule of law is `` The authority and influence of law in society , especially when viewed as a constraint on individual and institutional behavior", "binary_answer": null, "no_answer_prob": -5.84468400478363}
{"example_id": 6730879811272142060, "prediction": "1492", "binary_answer": null, "no_answer_prob": -8.174411654472351}
{"example_id": -5365694368718692038, "prediction": "", "binary_answer": null, "no_answer_prob": 1.531054973602295}
{"example_id": 3046403428685044813, "prediction": "Blair Redford", "binary_answer": null, "no_answer_prob": -9.532248139381409}
{"example_id": 3183088909321144045, "prediction": "The series originated from an animated short parody film of Back to the Future , The Real Animated Adventures of Doc and Mharti", "binary_answer": null, "no_answer_prob": 0.7327570915222168}
{"example_id": 2843762205173510156, "prediction": "9", "binary_answer": null, "no_answer_prob": -1.9069387912750244}
{"example_id": -3773514298804466890, "prediction": "Harrison Ford , Rutger Hauer , Sean Young , and Edward James Olmos", "binary_answer": null, "no_answer_prob": -8.624366641044617}
{"example_id": 543986068996382685, "prediction": "Albuquerque", "binary_answer": null, "no_answer_prob": -6.936036586761475}
{"example_id": -410573280373798687, "prediction": "29", "binary_answer": null, "no_answer_prob": -9.380810260772705}
{"example_id": 1407996289015326767, "prediction": "Fredua Koranteng `` Freddy '' Adu", "binary_answer": null, "no_answer_prob": -7.537779211997986}
{"example_id": 2631509166122607264, "prediction": "", "binary_answer": null, "no_answer_prob": 3.050222158432007}
{"example_id": -7239921188053478254, "prediction": "Germany and Austria - Hungary", "binary_answer": null, "no_answer_prob": -4.474924802780151}
{"example_id": 100607923091950711, "prediction": "September 29 , 2003", "binary_answer": null, "no_answer_prob": -11.463521838188171}
{"example_id": -7136429652932012662, "prediction": "Anaheim , California", "binary_answer": null, "no_answer_prob": -6.806713342666626}
{"example_id": 5361534435985068773, "prediction": "Brokaw Rd", "binary_answer": null, "no_answer_prob": -3.596039056777954}
{"example_id": 6734439646325158985, "prediction": "never be used again to name an Australian cyclone .", "binary_answer": null, "no_answer_prob": -2.5059937238693237}
{"example_id": -6983111258480511347, "prediction": "to contrive feelings of mystery , danger , death , or some sort of darker emotion like sorrow or obsessive love . Roses", "binary_answer": null, "no_answer_prob": -2.00309956073761}
{"example_id": -2146481690463171459, "prediction": "Lakes Superior , Michigan , Huron ( or Michigan -- Huron ) , Erie , and Ontario", "binary_answer": null, "no_answer_prob": -7.3673166036605835}
{"example_id": 4965206446783753340, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -4.326741456985474}
{"example_id": -6873208778776719938, "prediction": "the 5th Dimension", "binary_answer": null, "no_answer_prob": -8.605279326438904}
{"example_id": -6489109777570502785, "prediction": "1986", "binary_answer": null, "no_answer_prob": -9.830711334943771}
{"example_id": 2018272005970792683, "prediction": "book six of Jean - Jacques Rousseau 's Confessions", "binary_answer": null, "no_answer_prob": -7.134887933731079}
{"example_id": -3433374861856789745, "prediction": "Rickey Smiley", "binary_answer": null, "no_answer_prob": -10.565102815628052}
{"example_id": 6990988251251260786, "prediction": "1973", "binary_answer": null, "no_answer_prob": -5.419995695352554}
{"example_id": -7437437201219446123, "prediction": "2016", "binary_answer": null, "no_answer_prob": -6.9243974685668945}
{"example_id": 6742038012456503067, "prediction": "the period during which sunlight directly reaches the ground", "binary_answer": null, "no_answer_prob": -0.8462872505187988}
{"example_id": 2435909108757213285, "prediction": "Visa is not required for citizens of any country who were born in Panama as per their travel document .", "binary_answer": null, "no_answer_prob": -1.9486188888549805}
{"example_id": -6516430722693269046, "prediction": "Edgar Allan Poe", "binary_answer": null, "no_answer_prob": -13.157087564468384}
{"example_id": -1939531535960416236, "prediction": "Gilles Simon", "binary_answer": null, "no_answer_prob": -2.4513537883758545}
{"example_id": -1510666777538922118, "prediction": "13", "binary_answer": null, "no_answer_prob": -3.512834072113037}
{"example_id": 2731718849211499422, "prediction": "The Boston Celtics and the Minneapolis / Los Angeles Lakers", "binary_answer": null, "no_answer_prob": -5.653277397155762}
{"example_id": -1349347569217225915, "prediction": "`` Frame ''", "binary_answer": null, "no_answer_prob": 0.10868585109710693}
{"example_id": -3460113705757461715, "prediction": "California", "binary_answer": null, "no_answer_prob": -4.430580258369446}
{"example_id": 232550606493722053, "prediction": "82 %", "binary_answer": null, "no_answer_prob": 1.2654528617858887}
{"example_id": 5098459919307938327, "prediction": "Ijon Tichy", "binary_answer": null, "no_answer_prob": -2.1042542457580566}
{"example_id": -8651619018883977220, "prediction": "Fiona Prine", "binary_answer": null, "no_answer_prob": -4.32707142829895}
{"example_id": -6277239576741418047, "prediction": "Rachel Reynolds , Amber Lancaster , Gwendolyn Osborne , Manuela Arbel\u00e1ez and James O'Halloran", "binary_answer": null, "no_answer_prob": -4.859755516052246}
{"example_id": -1604054065041152123, "prediction": "Who Wants to Be a Millionaire ( often informally called Millionaire ) is an American television game show", "binary_answer": null, "no_answer_prob": 1.3143211901187897}
{"example_id": 8092423452636418461, "prediction": "France", "binary_answer": null, "no_answer_prob": -7.103861212730408}
{"example_id": 6691125941776779872, "prediction": "Tell Me You Love Me is the sixth", "binary_answer": null, "no_answer_prob": 1.8147073537111282}
{"example_id": 3900375840230730756, "prediction": "Randy Newman", "binary_answer": null, "no_answer_prob": -11.316295981407166}
{"example_id": -2754986070535222799, "prediction": "September 16", "binary_answer": null, "no_answer_prob": -8.318403840065002}
{"example_id": -6328104686220305051, "prediction": "Jeffery Todd Banister", "binary_answer": null, "no_answer_prob": -12.566835284233093}
{"example_id": 4369197684540624398, "prediction": "Raveena Tandon , led to her being nicknamed `` the mast mast girl '' .", "binary_answer": null, "no_answer_prob": 0.805230975151062}
{"example_id": 2779124666399654300, "prediction": "In computer science , priority inversion is a problematic scenario in scheduling", "binary_answer": null, "no_answer_prob": 2.9845574386417866}
{"example_id": -4845513160383981538, "prediction": "ABC WNBA All - Star Game < 2017 2019 >", "binary_answer": null, "no_answer_prob": -4.177663326263428}
{"example_id": -6015015703680730612, "prediction": "summon the Devil and acquire invincibility and immortality", "binary_answer": null, "no_answer_prob": -2.607541561126709}
{"example_id": 1570017878009221198, "prediction": "classical music , folk music , filmi , Indian rock and Indian pop", "binary_answer": null, "no_answer_prob": -5.997633218765259}
{"example_id": 4355653617123433879, "prediction": "Woodstock", "binary_answer": null, "no_answer_prob": -9.750698208808899}
{"example_id": -3029469724726842529, "prediction": "Prince Hamlet", "binary_answer": null, "no_answer_prob": -4.599915981292725}
{"example_id": 4369907753414063598, "prediction": "20 January until 13 September 1984", "binary_answer": null, "no_answer_prob": -1.4631375074386597}
{"example_id": 6813769478032488188, "prediction": "28 miles ( 45 km ) north of Miami", "binary_answer": null, "no_answer_prob": -8.532739520072937}
{"example_id": -4817336959515994743, "prediction": "Lobo", "binary_answer": null, "no_answer_prob": -9.088494896888733}
{"example_id": 3265490876936334303, "prediction": "Trusty", "binary_answer": null, "no_answer_prob": -4.364525079727173}
{"example_id": -260178909413806869, "prediction": "", "binary_answer": null, "no_answer_prob": 4.563050866127014}
{"example_id": 5111945099118929011, "prediction": "Nicola Anne Peltz", "binary_answer": null, "no_answer_prob": -10.667532205581665}
{"example_id": -8114904999927000244, "prediction": "As an actor , Steve", "binary_answer": null, "no_answer_prob": -8.216914176940918}
{"example_id": -8284654459255249605, "prediction": "X-Men or Wolverine , who is its most notable former member .", "binary_answer": null, "no_answer_prob": 1.0377558171749115}
{"example_id": -7440330618121799786, "prediction": "Facebook Watch", "binary_answer": null, "no_answer_prob": -8.689982414245605}
{"example_id": -7663522954274757653, "prediction": "4,384", "binary_answer": null, "no_answer_prob": -7.0101927518844604}
{"example_id": -2227421133549428611, "prediction": "Jona Lewie", "binary_answer": null, "no_answer_prob": -10.986975193023682}
{"example_id": 3862790378558466710, "prediction": "`` The Story ''", "binary_answer": null, "no_answer_prob": -3.8307849168777466}
{"example_id": -7141545160802805585, "prediction": "fraternal twins", "binary_answer": null, "no_answer_prob": -3.912472724914551}
{"example_id": 957402776119719443, "prediction": "September 22 , 1987", "binary_answer": null, "no_answer_prob": -11.09900712966919}
{"example_id": 4879689311498160364, "prediction": "Shupe is the surname of :", "binary_answer": null, "no_answer_prob": 0.8303780555725098}
{"example_id": 8784787601836110150, "prediction": "Horatio Spafford", "binary_answer": null, "no_answer_prob": -7.680211305618286}
{"example_id": 6810157145348798184, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5311161279678345}
{"example_id": -7566983274031478256, "prediction": "Bonnie Tyler", "binary_answer": null, "no_answer_prob": -11.038451910018921}
{"example_id": -6512048946453404606, "prediction": "Fairground Attraction", "binary_answer": null, "no_answer_prob": -11.190086960792542}
{"example_id": 2877159617701003167, "prediction": "Congress", "binary_answer": null, "no_answer_prob": -8.372177481651306}
{"example_id": 800358696722175141, "prediction": "Alice Braga as Teresa Mendoza Veronica Falcon", "binary_answer": null, "no_answer_prob": -8.14857292175293}
{"example_id": 2445654420724187750, "prediction": "1674", "binary_answer": null, "no_answer_prob": -2.833559989929199}
{"example_id": -7488770171179079318, "prediction": "7 September 1979", "binary_answer": null, "no_answer_prob": -9.972803950309753}
{"example_id": -3423789713878917533, "prediction": "Phil Collins", "binary_answer": null, "no_answer_prob": -11.47132658958435}
{"example_id": -379139576417447942, "prediction": "September 2 , 2008", "binary_answer": null, "no_answer_prob": -10.18127989768982}
{"example_id": 4565776641771897863, "prediction": "Tempestt Bledsoe", "binary_answer": null, "no_answer_prob": -4.187696695327759}
{"example_id": 4012108666165540150, "prediction": ".", "binary_answer": null, "no_answer_prob": 1.4735758602619171}
{"example_id": 6367201796697100492, "prediction": "Union Cane", "binary_answer": null, "no_answer_prob": -5.3779802322387695}
{"example_id": -34823966255409475, "prediction": "655", "binary_answer": null, "no_answer_prob": -9.925580739974976}
{"example_id": -1966727995856300284, "prediction": "Wayne along with Stewart Granger , Ernie Kovacs , Fabian , and Capucine", "binary_answer": null, "no_answer_prob": -2.282295346260071}
{"example_id": -8927162930124383382, "prediction": "Robert Englund", "binary_answer": null, "no_answer_prob": -9.136753797531128}
{"example_id": -4682860284497921325, "prediction": "Mily Balakirev", "binary_answer": null, "no_answer_prob": -3.0812010765075684}
{"example_id": 2354255579499989483, "prediction": "Dutch", "binary_answer": null, "no_answer_prob": -5.698415279388428}
{"example_id": 8848446046157157131, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -5.791896462440491}
{"example_id": -6560013114546019908, "prediction": "Deangelo Vickers", "binary_answer": null, "no_answer_prob": -3.5855958461761475}
{"example_id": 1672336955592573194, "prediction": "The 2017 -- 18", "binary_answer": null, "no_answer_prob": -3.635218560695648}
{"example_id": 6094837981592248819, "prediction": "January 1 , 2016", "binary_answer": null, "no_answer_prob": -9.338271141052246}
{"example_id": -5935703537078247111, "prediction": "spring 1988", "binary_answer": null, "no_answer_prob": -10.8077552318573}
{"example_id": -8230619834863843239, "prediction": "Ram Nath Kovind", "binary_answer": null, "no_answer_prob": -6.591655135154724}
{"example_id": -5647765380505036210, "prediction": "rose tree", "binary_answer": null, "no_answer_prob": -5.608409404754639}
{"example_id": 3574427179460200894, "prediction": "Kathryn Joosten", "binary_answer": null, "no_answer_prob": -3.695273995399475}
{"example_id": -1701908216742037576, "prediction": "Standard SQL", "binary_answer": null, "no_answer_prob": -8.960836410522461}
{"example_id": 4452929773268087920, "prediction": "Emperor", "binary_answer": null, "no_answer_prob": -4.739949941635132}
{"example_id": -513414853003833362, "prediction": "The construction of the Dubai Palm Islands has had a significant impact on the surrounding environment", "binary_answer": null, "no_answer_prob": -1.8005657196044922}
{"example_id": 3380805738495191748, "prediction": "Jordy Verrill Bingo O'Malley as Jordy 's father and Doctor", "binary_answer": null, "no_answer_prob": 1.689089059829712}
{"example_id": 8996037251040705572, "prediction": "Flag Day in 1954", "binary_answer": null, "no_answer_prob": -10.332491755485535}
{"example_id": 4816022177679284806, "prediction": "1988", "binary_answer": null, "no_answer_prob": -9.245237827301025}
{"example_id": -6054549557786652707, "prediction": "along the frontiers between New France and the British colonies , from Virginia in the south to Newfoundland in the north", "binary_answer": null, "no_answer_prob": -7.629303216934204}
{"example_id": -8333465931931034283, "prediction": "July 11 , 2013", "binary_answer": null, "no_answer_prob": -10.166774153709412}
{"example_id": 1562967881009869204, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -7.091950535774231}
{"example_id": -2057550416507709189, "prediction": "John Ross Bowie", "binary_answer": null, "no_answer_prob": -10.96337878704071}
{"example_id": 268972984247721414, "prediction": "26", "binary_answer": null, "no_answer_prob": -0.023578643798828125}
{"example_id": 2693891201313065523, "prediction": "Egypt and Sudan", "binary_answer": null, "no_answer_prob": -5.330291390419006}
{"example_id": -4320438029932822572, "prediction": "Haley Joel Osment", "binary_answer": null, "no_answer_prob": -5.57861590385437}
{"example_id": 1035731054656369701, "prediction": "November 1972", "binary_answer": null, "no_answer_prob": -9.929234504699707}
{"example_id": 3866934035741076144, "prediction": "the L.A. Arena Company and Anschutz Entertainment Group", "binary_answer": null, "no_answer_prob": -11.083089113235474}
{"example_id": -8008448279006364441, "prediction": "", "binary_answer": null, "no_answer_prob": -6.204651713371277}
{"example_id": 6195327014886836839, "prediction": "Hugh Freeze", "binary_answer": null, "no_answer_prob": -11.749671220779419}
{"example_id": 5148884682261695737, "prediction": "present time .", "binary_answer": null, "no_answer_prob": -2.8832967281341553}
{"example_id": -3670802860978996420, "prediction": "Rank Thrift Banks Assets in millions of PhP ( March 2017 ) BPI Family Savings Bank", "binary_answer": null, "no_answer_prob": 2.708482027053833}
{"example_id": -2046638038221503486, "prediction": "Remember The Time '' In the show 's ninth season", "binary_answer": null, "no_answer_prob": -7.201223134994507}
{"example_id": 1830272880100013103, "prediction": "stand - up comedian Lost Voice Guy", "binary_answer": null, "no_answer_prob": -4.0224432945251465}
{"example_id": -860429073381744405, "prediction": "February 1 , 2009", "binary_answer": null, "no_answer_prob": -10.2506685256958}
{"example_id": 8799194996341417721, "prediction": "November 14 , 2014 .", "binary_answer": null, "no_answer_prob": -0.8676995038986206}
{"example_id": -1390122170518198225, "prediction": "two nuclear weapons", "binary_answer": null, "no_answer_prob": -8.087424755096436}
{"example_id": 745860020479035445, "prediction": "", "binary_answer": null, "no_answer_prob": 6.41433385014534}
{"example_id": -2736749878746564523, "prediction": "Burgess Meredith", "binary_answer": null, "no_answer_prob": -9.603331089019775}
{"example_id": -8154528674016589420, "prediction": "5th century BCE", "binary_answer": null, "no_answer_prob": -4.305133104324341}
{"example_id": -3406463301998484283, "prediction": "66,135", "binary_answer": null, "no_answer_prob": -11.78037178516388}
{"example_id": 1397736708476601930, "prediction": "Tom Hardy", "binary_answer": null, "no_answer_prob": -11.457222819328308}
{"example_id": 5209903805600354828, "prediction": "1995", "binary_answer": null, "no_answer_prob": -5.9915183782577515}
{"example_id": -8986520816783523734, "prediction": "1988", "binary_answer": null, "no_answer_prob": -8.091199316084385}
{"example_id": -753839737935549102, "prediction": "Robert Herjavec and Kevin O'Leary", "binary_answer": null, "no_answer_prob": -6.446402311325073}
{"example_id": -1676754121885452941, "prediction": "in the arteries leaving the heart", "binary_answer": null, "no_answer_prob": -6.116750121116638}
{"example_id": 3716006169036263668, "prediction": "Street motorcycles", "binary_answer": null, "no_answer_prob": -4.935023546218872}
{"example_id": 3410580723149959627, "prediction": "broiling marinated beef", "binary_answer": null, "no_answer_prob": -7.317150235176086}
{"example_id": -7325210267828124260, "prediction": "Neil Armstrong", "binary_answer": null, "no_answer_prob": -8.49076771736145}
{"example_id": 1660595106508256314, "prediction": "45", "binary_answer": null, "no_answer_prob": -2.9421828985214233}
{"example_id": 5129790518723369064, "prediction": "Ken Thompson , Dennis Ritchie , Doug McIlroy , and Joe Ossanna", "binary_answer": null, "no_answer_prob": -5.360234618186951}
{"example_id": -132640085097841406, "prediction": "6,920 ft ( 2,051 m )", "binary_answer": null, "no_answer_prob": -10.217211365699768}
{"example_id": 2353274014596049555, "prediction": "Federal Board of Intermediate and Secondary Education , Islamabad", "binary_answer": null, "no_answer_prob": -2.0931708812713623}
{"example_id": -6413917877251153525, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9627726823091507}
{"example_id": 2502829617413083515, "prediction": "Cowell , Howie Mandel , Mel B , and Heidi Klum", "binary_answer": null, "no_answer_prob": -5.951476812362671}
{"example_id": 1521708307311824130, "prediction": "Mark Alan Ruffalo", "binary_answer": null, "no_answer_prob": -7.353878140449524}
{"example_id": 2959139492813785828, "prediction": "two honorary team captains", "binary_answer": null, "no_answer_prob": -2.5548912286758423}
{"example_id": 4530023002366642239, "prediction": "The central nervous system ( CNS ) is the part of the nervous system consisting of the brain and spinal cord", "binary_answer": null, "no_answer_prob": -3.6561944484710693}
{"example_id": -5902584697670140013, "prediction": "Rose Bowl Game", "binary_answer": null, "no_answer_prob": -1.2726815938949585}
{"example_id": -5964399058648417411, "prediction": "Carl Perkins", "binary_answer": null, "no_answer_prob": -4.270346164703369}
{"example_id": 1265705704686680374, "prediction": "2000", "binary_answer": null, "no_answer_prob": -10.114922165870667}
{"example_id": 4674457466519735826, "prediction": "Richard Gere , Debra Winger and Louis Gossett Jr.", "binary_answer": null, "no_answer_prob": -4.7068294286727905}
{"example_id": -7343968705016198884, "prediction": "Liverpool F.C.", "binary_answer": null, "no_answer_prob": -5.1764867305755615}
{"example_id": -5167346447768681968, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2223863005638123}
{"example_id": 1963273581327624894, "prediction": "", "binary_answer": null, "no_answer_prob": -5.389854669570923}
{"example_id": -1583776060106242659, "prediction": "England India", "binary_answer": null, "no_answer_prob": -7.563430964946747}
{"example_id": 7089634172981025468, "prediction": "sclera and cornea", "binary_answer": null, "no_answer_prob": -9.203431129455566}
{"example_id": -5875337645724746142, "prediction": "March 26 , 2010", "binary_answer": null, "no_answer_prob": -10.17711615562439}
{"example_id": 1511200362073020314, "prediction": "Nic\u00e9phore Ni\u00e9pce", "binary_answer": null, "no_answer_prob": -12.0150785446167}
{"example_id": 7929699340353743396, "prediction": "March 1 , 2019", "binary_answer": null, "no_answer_prob": -9.417685985565186}
{"example_id": 8832081512109705597, "prediction": "The Country Code , The Countryside Code and The Scottish Outdoor Access Code", "binary_answer": null, "no_answer_prob": -4.593561291694641}
{"example_id": -5079274972920444208, "prediction": "an ability to tolerate physical trauma to the chin or jaw without being knocked unconscious", "binary_answer": null, "no_answer_prob": -6.952835321426392}
{"example_id": -7705043549324614074, "prediction": "The Atlantic City Rail Terminal", "binary_answer": null, "no_answer_prob": -7.85057258605957}
{"example_id": 8851990252905125579, "prediction": "88", "binary_answer": null, "no_answer_prob": -6.323299884796143}
{"example_id": 3148717057964049156, "prediction": "the People 's Republic of China", "binary_answer": null, "no_answer_prob": -1.1653721332550049}
{"example_id": -3734738148451196286, "prediction": "L\u00e1szl\u00f3 Kiss", "binary_answer": null, "no_answer_prob": -6.526552200317383}
{"example_id": -1685051125081684879, "prediction": "Friday , June 22", "binary_answer": null, "no_answer_prob": -6.736928939819336}
{"example_id": -4839330925961589602, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3710917532444}
{"example_id": 7447657595303884076, "prediction": "The Hunger Games film series consists of four science fiction dystopian adventure films", "binary_answer": null, "no_answer_prob": -0.9952670335769653}
{"example_id": 6176492787649496671, "prediction": "twelve", "binary_answer": null, "no_answer_prob": -7.304448127746582}
{"example_id": 176006051624218460, "prediction": "54", "binary_answer": null, "no_answer_prob": -5.170291543006897}
{"example_id": 1781071549104033230, "prediction": "The Pittsburgh Steelers", "binary_answer": null, "no_answer_prob": -9.309022665023804}
{"example_id": 6374942341567210314, "prediction": "Lou Reed", "binary_answer": null, "no_answer_prob": -11.72695255279541}
{"example_id": -6342978174624815556, "prediction": "The Eustachian tube", "binary_answer": null, "no_answer_prob": -4.654095888137817}
{"example_id": -4979329048815126060, "prediction": "The Townshend Acts placed an indirect tax on glass , lead , paints , paper , and tea", "binary_answer": null, "no_answer_prob": -5.582844972610474}
{"example_id": -6420137958473997765, "prediction": "Congress", "binary_answer": null, "no_answer_prob": -1.597482681274414}
{"example_id": 6309518448556565494, "prediction": "Imhotep , an architect , high priest , and physician of the Old Kingdom , 3000 -- 2500 BCE .", "binary_answer": null, "no_answer_prob": -3.527231216430664}
{"example_id": 417315581416494645, "prediction": "Tadase", "binary_answer": null, "no_answer_prob": -6.453050136566162}
{"example_id": 1736576896503641378, "prediction": "225", "binary_answer": null, "no_answer_prob": -9.589838862419128}
{"example_id": -1931550531319950209, "prediction": "Regan Mizrahi", "binary_answer": null, "no_answer_prob": -12.278141975402832}
{"example_id": -8744118965008149212, "prediction": "1979 -- 80 , 1980 -- 81 , 1981 -- 82 , 1982 -- 83", "binary_answer": null, "no_answer_prob": -9.184317111968994}
{"example_id": 5382150467612132285, "prediction": "two by three", "binary_answer": null, "no_answer_prob": -8.338617324829102}
{"example_id": 7079483537106337049, "prediction": "the Northeast", "binary_answer": null, "no_answer_prob": -5.672731161117554}
{"example_id": -7418074182739891338, "prediction": "1962", "binary_answer": null, "no_answer_prob": -8.793097972869873}
{"example_id": 1838262396312467632, "prediction": "No\u00ebl Regney", "binary_answer": null, "no_answer_prob": -8.549423336982727}
{"example_id": -1055308356336907893, "prediction": "fragment crystallizable region", "binary_answer": null, "no_answer_prob": -7.7439284324646}
{"example_id": -2070180081117246483, "prediction": "Japan and other countries were severely limited , nearly all foreigners were barred from entering Japan", "binary_answer": null, "no_answer_prob": -1.114370584487915}
{"example_id": 6696182102579612156, "prediction": "Etta James", "binary_answer": null, "no_answer_prob": -11.226992011070251}
{"example_id": 846466415522403319, "prediction": "1984", "binary_answer": null, "no_answer_prob": -6.165074944496155}
{"example_id": 1716499330994551573, "prediction": "August 21 , 1959", "binary_answer": null, "no_answer_prob": -11.80901575088501}
{"example_id": 6637526258420816108, "prediction": "Who Says What In Which Channel To Whom With What Effect ?", "binary_answer": null, "no_answer_prob": -1.8261593580245972}
{"example_id": 7595396143447221157, "prediction": "two years and two months", "binary_answer": null, "no_answer_prob": -3.0108556747436523}
{"example_id": 1869145018609033567, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6692628040909767}
{"example_id": 3736322679832274123, "prediction": "British East India Company", "binary_answer": null, "no_answer_prob": -3.9924548864364624}
{"example_id": -1964362390825368950, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -4.332569360733032}
{"example_id": -7917439103474063889, "prediction": "San Francisco 49ers", "binary_answer": null, "no_answer_prob": -3.8070648908615112}
{"example_id": 2238623372036818356, "prediction": "Pinewood Studios", "binary_answer": null, "no_answer_prob": -5.860447406768799}
{"example_id": 1766407170342546202, "prediction": "Richard Smallwood", "binary_answer": null, "no_answer_prob": -6.466456890106201}
{"example_id": -843909058600034837, "prediction": "Frederick Aaron Savage", "binary_answer": null, "no_answer_prob": -4.985106110572815}
{"example_id": 1720489158144121345, "prediction": "Raymond Albert `` Ray '' Kroc", "binary_answer": null, "no_answer_prob": -0.9719873070716858}
{"example_id": -8009275461700715624, "prediction": "perceived economic and civil rights injustices", "binary_answer": null, "no_answer_prob": -1.3573638200759888}
{"example_id": -7855513425328128285, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -9.24834668636322}
{"example_id": 6543958158924633918, "prediction": "The average age of a young woman 's first period ( menarche ) is 12 to 13", "binary_answer": null, "no_answer_prob": -5.344902276992798}
{"example_id": 599679375266266212, "prediction": "primarily at the Costco in Albuquerque , New Mexico", "binary_answer": null, "no_answer_prob": -8.706770062446594}
{"example_id": 9073411295200473999, "prediction": "Ed Sheeran and American rapper Future", "binary_answer": null, "no_answer_prob": -12.425478100776672}
{"example_id": -1686768137240127547, "prediction": "September 22 , 2017", "binary_answer": null, "no_answer_prob": -12.011582374572754}
{"example_id": 117333509691049716, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9413288831710815}
{"example_id": 3556314518071496427, "prediction": "The first recorded use of the word `` hush - puppy '' dates to 1899", "binary_answer": null, "no_answer_prob": -7.195695400238037}
{"example_id": 679229921261120621, "prediction": "gravity", "binary_answer": null, "no_answer_prob": -5.747382283210754}
{"example_id": 6576883648805495188, "prediction": "Parrots and the corvid family of crows , ravens , and jays", "binary_answer": null, "no_answer_prob": -4.972451210021973}
{"example_id": -3336853410194824920, "prediction": "Bartolom\u00e9 de las Casas", "binary_answer": null, "no_answer_prob": -10.313670039176941}
{"example_id": -5193479918818659490, "prediction": "Foodborne illness ( also foodborne disease and colloquially referred to as food poisoning", "binary_answer": null, "no_answer_prob": 2.8932247161865234}
{"example_id": -7908423204462836045, "prediction": "Life on the Fast Lane ''", "binary_answer": null, "no_answer_prob": -4.9018683433532715}
{"example_id": 2639735427364036124, "prediction": "outside North America .", "binary_answer": null, "no_answer_prob": -0.6997106075286865}
{"example_id": -3474566513193038250, "prediction": "Zachary Taylor", "binary_answer": null, "no_answer_prob": -8.00283169746399}
{"example_id": -1608906216367867006, "prediction": "the caves beneath Wayne Manor", "binary_answer": null, "no_answer_prob": -4.781483888626099}
{"example_id": -7668142024063791898, "prediction": "episkop\u0113", "binary_answer": null, "no_answer_prob": -7.240485429763794}
{"example_id": 8535237900520331950, "prediction": "Rock band Outlaws", "binary_answer": null, "no_answer_prob": -3.1026668548583984}
{"example_id": 326160174033788661, "prediction": "Randy Thom", "binary_answer": null, "no_answer_prob": -2.8928109407424927}
{"example_id": -2851184813717250426, "prediction": "White Castle", "binary_answer": null, "no_answer_prob": -9.779030919075012}
{"example_id": 7207146533356144547, "prediction": "August 11 , 2017", "binary_answer": null, "no_answer_prob": -12.456798672676086}
{"example_id": -2788847868941867343, "prediction": "1830", "binary_answer": null, "no_answer_prob": -4.928572773933411}
{"example_id": 8460137584444209436, "prediction": "Goodluck Jonathan", "binary_answer": null, "no_answer_prob": -8.019483089447021}
{"example_id": -3338525098345514077, "prediction": "Ford Motor Company", "binary_answer": null, "no_answer_prob": -3.0839056968688965}
{"example_id": 4235175264247803933, "prediction": "Banda Aceh , formerly known as Kuta Raja , is the capital and largest city in the province of Aceh , Indonesia", "binary_answer": null, "no_answer_prob": -3.0669113397598267}
{"example_id": 5964972862669432850, "prediction": "In 1998 Vinnie Jones", "binary_answer": null, "no_answer_prob": 0.3138989210128784}
{"example_id": -4356711200244286691, "prediction": "Pete Seeger", "binary_answer": null, "no_answer_prob": -2.350965976715088}
{"example_id": 6228266021268365403, "prediction": "in the eastern United States , starting at its southernmost portion in Georgia , then ending northward in Pennsylvania", "binary_answer": null, "no_answer_prob": -4.7320966720581055}
{"example_id": 4710504982223519237, "prediction": "the United States National Film Registry by the Library of Congress", "binary_answer": null, "no_answer_prob": 2.552841544151306}
{"example_id": -274125140869992819, "prediction": "Decrease in price of a substitute Increase in price of a complement Decrease in income if good is normal good Increase in income if good is inferior good", "binary_answer": null, "no_answer_prob": 0.16625475883483887}
{"example_id": 5268772391886601047, "prediction": "to produce answers to questions they ask", "binary_answer": null, "no_answer_prob": -4.764320015907288}
{"example_id": -4186019738572252741, "prediction": "230 miles ( 370 km )", "binary_answer": null, "no_answer_prob": -0.6853885650634766}
{"example_id": -8971341084491529867, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3784613013267517}
{"example_id": -871264965650502408, "prediction": "Los Angeles , California", "binary_answer": null, "no_answer_prob": -3.666161298751831}
{"example_id": -3068131541685394725, "prediction": "Steven Adler", "binary_answer": null, "no_answer_prob": -10.23645293712616}
{"example_id": -2762140525145997954, "prediction": "Hagar Sammy Hagar", "binary_answer": null, "no_answer_prob": -4.149328231811523}
{"example_id": -4339069655552708395, "prediction": "2.5 million square feet ( almost 232,258 square meters )", "binary_answer": null, "no_answer_prob": -1.4696522951126099}
{"example_id": 6570371118776481132, "prediction": "Texas", "binary_answer": null, "no_answer_prob": -2.7027260065078735}
{"example_id": -876791510063092428, "prediction": "Lucy Kennedy", "binary_answer": null, "no_answer_prob": -4.923637390136719}
{"example_id": 116003395979815010, "prediction": "as a part of the Shikinen Seng\u016b ceremony", "binary_answer": null, "no_answer_prob": -3.7777915000915527}
{"example_id": 5502116558939314048, "prediction": "Jean Jacques Rousseau", "binary_answer": null, "no_answer_prob": -5.085909605026245}
{"example_id": 7342580011533069259, "prediction": "Tracy McConnell", "binary_answer": null, "no_answer_prob": -0.6581529378890991}
{"example_id": 7401047324171325065, "prediction": "in the pachytene stage of prophase I of meiosis", "binary_answer": null, "no_answer_prob": -7.490293622016907}
{"example_id": 1476941866222340580, "prediction": "", "binary_answer": null, "no_answer_prob": 5.480071783065796}
{"example_id": -5208525780264155972, "prediction": "Karl Malden and Michael Douglas", "binary_answer": null, "no_answer_prob": -6.777441740036011}
{"example_id": 4835759326468060647, "prediction": "Rosaline", "binary_answer": null, "no_answer_prob": -8.546612024307251}
{"example_id": -5401759216118702918, "prediction": "The Blue Angels ' six demonstration pilots currently fly the McDonnell Douglas F / A-18 Hornet", "binary_answer": null, "no_answer_prob": 2.7342006862163544}
{"example_id": -6857566457543937660, "prediction": "Portuguese and Spanish , although closely related sister languages , differ in many details of their phonology , grammar , and lexicon", "binary_answer": null, "no_answer_prob": -6.516249418258667}
{"example_id": -2064892705326962203, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5937149524688721}
{"example_id": 342108650663305173, "prediction": "Miss USA", "binary_answer": null, "no_answer_prob": -5.964839577674866}
{"example_id": 8380451116184827659, "prediction": "remembering causes forgetting of other information in memory", "binary_answer": null, "no_answer_prob": -5.525518536567688}
{"example_id": 4773110153848722780, "prediction": "every four years", "binary_answer": null, "no_answer_prob": -3.7287058532238007}
{"example_id": 3359823929642729018, "prediction": "Spain", "binary_answer": null, "no_answer_prob": -5.250319957733154}
{"example_id": -6093635051435992513, "prediction": "twenty - one shillings .", "binary_answer": null, "no_answer_prob": 0.21819468587636948}
{"example_id": -5704906887387768153, "prediction": "", "binary_answer": null, "no_answer_prob": 4.411371827125549}
{"example_id": 4239015305238939020, "prediction": "Dave Dudley", "binary_answer": null, "no_answer_prob": -6.635886788368225}
{"example_id": 3634407254285885441, "prediction": "strand copy", "binary_answer": null, "no_answer_prob": 2.046188235282898}
{"example_id": -8752136805523051359, "prediction": "Abby Wambach", "binary_answer": null, "no_answer_prob": -9.509485602378845}
{"example_id": -3820608577130748350, "prediction": "Elton John and Bernie Taupin", "binary_answer": null, "no_answer_prob": -11.609282493591309}
{"example_id": 5782078895862048054, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9986318349838257}
{"example_id": 2877481765283580390, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": -0.6296642422676086}
{"example_id": -5089205630169014610, "prediction": "Geoffrey Chaucer", "binary_answer": null, "no_answer_prob": -8.087635159492493}
{"example_id": 8067464076328267934, "prediction": "Deuteronomy 32 : 10 , Psalm 17 : 8 Proverbs 7 : 2 , and Zechariah 2 : 8", "binary_answer": null, "no_answer_prob": -4.166703224182129}
{"example_id": -8867037691184891600, "prediction": "\u0394F508", "binary_answer": null, "no_answer_prob": -2.326838970184326}
{"example_id": 7467545326378197784, "prediction": "Pedro Aguilera", "binary_answer": null, "no_answer_prob": -3.2698400020599365}
{"example_id": 7014025159543483178, "prediction": "331.2 metres per second ( 1,087 ft / s ; 1,192 km / h ; 741 mph ; 644 kn )", "binary_answer": null, "no_answer_prob": -8.112959146499634}
{"example_id": 1787882644795305786, "prediction": "Season Two", "binary_answer": null, "no_answer_prob": -2.693366289138794}
{"example_id": -8633078021273712957, "prediction": "Smell like a Man , Man", "binary_answer": null, "no_answer_prob": -2.5097475051879883}
{"example_id": -5505220345281821012, "prediction": "Green Bay Packers", "binary_answer": null, "no_answer_prob": -0.3516470789909363}
{"example_id": -4664998268831181386, "prediction": "8", "binary_answer": null, "no_answer_prob": -0.5826053619384766}
{"example_id": 8611467967389080853, "prediction": "Government procurement", "binary_answer": null, "no_answer_prob": 5.487370401620865}
{"example_id": -914105153629741461, "prediction": "Sachin Tendulkar", "binary_answer": null, "no_answer_prob": -6.540262699127197}
{"example_id": 6302077093985071663, "prediction": "Agent Kohn", "binary_answer": null, "no_answer_prob": -3.146714448928833}
{"example_id": -6185958007938889143, "prediction": "Ryan Giggs", "binary_answer": null, "no_answer_prob": -8.153615474700928}
{"example_id": 4608444354921872087, "prediction": "Journey", "binary_answer": null, "no_answer_prob": 0.05429530143737793}
{"example_id": -5534151976002272635, "prediction": "2,430", "binary_answer": null, "no_answer_prob": -9.472303986549377}
{"example_id": 5390111461502305719, "prediction": "Twisted Sister", "binary_answer": null, "no_answer_prob": -11.90911090373993}
{"example_id": -7917525074407677836, "prediction": "Wayne Gretzky", "binary_answer": null, "no_answer_prob": -8.503414630889893}
{"example_id": 7786617534104147181, "prediction": "Jack Kelly", "binary_answer": null, "no_answer_prob": -4.113150954246521}
{"example_id": -8273101638407250482, "prediction": "Lesley Gore", "binary_answer": null, "no_answer_prob": -8.55647087097168}
{"example_id": 8988692123340208594, "prediction": "", "binary_answer": null, "no_answer_prob": -4.876339077949524}
{"example_id": 1769803879707051886, "prediction": "At the chiming of midnight", "binary_answer": null, "no_answer_prob": 3.5415478348731995}
{"example_id": -9072055885912217297, "prediction": "In economics , the fiscal multiplier ( not to be confused with monetary multiplier ) is the ratio of a change in national income", "binary_answer": null, "no_answer_prob": -1.638759970664978}
{"example_id": -5314539879352784504, "prediction": "The Last Jedi", "binary_answer": null, "no_answer_prob": -4.106776237487793}
{"example_id": 7609394874328013444, "prediction": "the early 19th century", "binary_answer": null, "no_answer_prob": -6.221314907073975}
{"example_id": -992690907827621904, "prediction": "a pink pig", "binary_answer": null, "no_answer_prob": -7.468631982803345}
{"example_id": -310470021073709295, "prediction": "from an unspecified terminal illness", "binary_answer": null, "no_answer_prob": -4.8341392278671265}
{"example_id": -5791030498142856649, "prediction": "4 August 1900", "binary_answer": null, "no_answer_prob": -5.100857496261597}
{"example_id": -1456259814116959110, "prediction": "Caesarean section , also known as C - section or caesarean delivery , is the use of surgery to deliver one or more babies", "binary_answer": null, "no_answer_prob": 1.6448170840740204}
{"example_id": -4186508815250414351, "prediction": "Charles , Prince of Wales", "binary_answer": null, "no_answer_prob": -10.457249760627747}
{"example_id": -2537689378664253444, "prediction": "Peter Gardner Ostrum", "binary_answer": null, "no_answer_prob": -11.92270541191101}
{"example_id": 4253077664666994229, "prediction": "to deal with matters of probate and the administration of estates", "binary_answer": null, "no_answer_prob": -3.8353779315948486}
{"example_id": -1582287720044073076, "prediction": "anti-terrorism , border security , immigration and customs , cyber security , and disaster prevention and management", "binary_answer": null, "no_answer_prob": -3.481291890144348}
{"example_id": -5263960050214643914, "prediction": "basic war skills , military discipline , physical fitness , drill and ceremonies , Air Force core values and a comprehensive range of subjects relating to Air Force life", "binary_answer": null, "no_answer_prob": 0.3464641571044922}
{"example_id": 9069431701350651059, "prediction": "", "binary_answer": null, "no_answer_prob": 3.746128350496292}
{"example_id": -2361242704753296055, "prediction": "Patti Clare", "binary_answer": null, "no_answer_prob": -13.242889881134033}
{"example_id": -4676574229009765699, "prediction": "Joop Zoetemelk", "binary_answer": null, "no_answer_prob": -9.043711185455322}
{"example_id": 7407616353691511598, "prediction": "The Declaration of the Rights of Man and of the Citizen", "binary_answer": null, "no_answer_prob": 2.682234525680542}
{"example_id": 8435530585240645761, "prediction": "1884", "binary_answer": null, "no_answer_prob": -9.660739660263062}
{"example_id": 149048364762256067, "prediction": "26", "binary_answer": null, "no_answer_prob": -3.9898349046707153}
{"example_id": 706706414271678952, "prediction": "Written by Berry in 1955 , the song is about an illiterate `` country boy '' from the New Orleans area", "binary_answer": null, "no_answer_prob": -5.4388957023620605}
{"example_id": 5792060764614723717, "prediction": "late 1984", "binary_answer": null, "no_answer_prob": -0.7465513348579407}
{"example_id": -5163580519633563973, "prediction": "the early 1980s as starting birth years and the mid-1990s to early 2000s as ending birth years .", "binary_answer": null, "no_answer_prob": -3.81008780002594}
{"example_id": 6059470230761275124, "prediction": "Bee Gees", "binary_answer": null, "no_answer_prob": -6.487712264060974}
{"example_id": 4025804040757077670, "prediction": "The Seekers", "binary_answer": null, "no_answer_prob": -9.592924237251282}
{"example_id": -7804417300050508925, "prediction": "Howie Mandel , Mel B , Heidi Klum and Simon Cowell", "binary_answer": null, "no_answer_prob": -7.497534275054932}
{"example_id": 2549756422874835989, "prediction": "The Freeway Series", "binary_answer": null, "no_answer_prob": -3.4706126153469086}
{"example_id": 1294455896202203415, "prediction": "Rashtrapati Bhavan", "binary_answer": null, "no_answer_prob": -10.38681936264038}
{"example_id": -8267635581812287574, "prediction": "1960", "binary_answer": null, "no_answer_prob": -9.523496150970459}
{"example_id": 5138828106905891228, "prediction": "The Muppets", "binary_answer": null, "no_answer_prob": -3.6446181535720825}
{"example_id": 3272350215359676613, "prediction": "close - hauled", "binary_answer": null, "no_answer_prob": -3.065144658088684}
{"example_id": 4737819516287439025, "prediction": "Edward Asner", "binary_answer": null, "no_answer_prob": -12.178720593452454}
{"example_id": 5945042922784369602, "prediction": "Taylor Swift", "binary_answer": null, "no_answer_prob": -11.921531319618225}
{"example_id": -5818906764192144597, "prediction": "Mameluke sword", "binary_answer": null, "no_answer_prob": -5.238820552825928}
{"example_id": 435663201918572945, "prediction": "Plymouth , England", "binary_answer": null, "no_answer_prob": -8.775378227233887}
{"example_id": 7917904316438471635, "prediction": "Notre Dame", "binary_answer": null, "no_answer_prob": -6.331606864929199}
{"example_id": -5476828546252817553, "prediction": "Nicholas Offerman", "binary_answer": null, "no_answer_prob": -13.89127004146576}
{"example_id": 837134008413339166, "prediction": "", "binary_answer": null, "no_answer_prob": -5.489921808242798}
{"example_id": -7271967592533899368, "prediction": "September 19 , 2017", "binary_answer": null, "no_answer_prob": -11.748542189598083}
{"example_id": 8774926490341844727, "prediction": "three", "binary_answer": null, "no_answer_prob": -8.186413168907166}
{"example_id": -1159080113824315253, "prediction": "an additional 70 episodes over an unspecified number of seasons", "binary_answer": null, "no_answer_prob": -5.418493866920471}
{"example_id": -2279736431350904133, "prediction": "Ben Daniels", "binary_answer": null, "no_answer_prob": -10.172689199447632}
{"example_id": 6471864407135045863, "prediction": "Jimmy Ruffin", "binary_answer": null, "no_answer_prob": -12.343575716018677}
{"example_id": -1341548093563888797, "prediction": "Sparta , Illinois", "binary_answer": null, "no_answer_prob": -8.846789240837097}
{"example_id": 5240443531504263151, "prediction": "Corey Hart", "binary_answer": null, "no_answer_prob": -12.573008179664612}
{"example_id": 8436435335851081646, "prediction": "Thomas Edward Bodett", "binary_answer": null, "no_answer_prob": 1.184432327747345}
{"example_id": 8608412376222592060, "prediction": "Machiko Soga", "binary_answer": null, "no_answer_prob": -8.429089784622192}
{"example_id": 1466291948990417503, "prediction": "prophetical books of Joel and Zechariah", "binary_answer": null, "no_answer_prob": -3.3639297485351562}
{"example_id": -2443807357683898532, "prediction": "open , read , write , close , wait , exec , fork , exit , and kill", "binary_answer": null, "no_answer_prob": 1.6990633010864258}
{"example_id": -8917177198872515379, "prediction": "Walter Bond", "binary_answer": null, "no_answer_prob": -5.243873953819275}
{"example_id": -942410446658638705, "prediction": "December 15 , 2011", "binary_answer": null, "no_answer_prob": -4.762773752212524}
{"example_id": 827150512332641125, "prediction": "January 2009", "binary_answer": null, "no_answer_prob": -6.162677764892578}
{"example_id": -4078458017368770560, "prediction": "Thomas Jefferson et al.", "binary_answer": null, "no_answer_prob": -7.87816059589386}
{"example_id": -1339409633903780340, "prediction": "on the left and right sides of the body", "binary_answer": null, "no_answer_prob": -4.805735945701599}
{"example_id": 106854207110967430, "prediction": "September 7 , 2017", "binary_answer": null, "no_answer_prob": -12.579756617546082}
{"example_id": -3012665802601042120, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7967389225959778}
{"example_id": 2756759730168487786, "prediction": "77 miles ( 124 km )", "binary_answer": null, "no_answer_prob": -7.250299453735352}
{"example_id": -8274638515214251011, "prediction": ".", "binary_answer": null, "no_answer_prob": 0.25626814365386963}
{"example_id": 1039034487710022861, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0081846714019775}
{"example_id": -6025092369895334198, "prediction": "thirty - five Years", "binary_answer": null, "no_answer_prob": -5.7862632274627686}
{"example_id": 7276336596372155305, "prediction": "Dmitri Mendeleev", "binary_answer": null, "no_answer_prob": -9.331522464752197}
{"example_id": -3587529399392865406, "prediction": "Long - term misuse of alcohol can cause a wide range of mental health problems . Severe cognitive problems", "binary_answer": null, "no_answer_prob": -3.537848472595215}
{"example_id": -2646829841677310177, "prediction": "Thomas Layton Jeffries", "binary_answer": null, "no_answer_prob": 1.815583348274231}
{"example_id": -8893446992337995523, "prediction": "George Herbert Walker Bush", "binary_answer": null, "no_answer_prob": -10.030448913574219}
{"example_id": -2664461456920881010, "prediction": "30 June 1997", "binary_answer": null, "no_answer_prob": -10.174466371536255}
{"example_id": -482511998893007351, "prediction": "DeAndre Jordan", "binary_answer": null, "no_answer_prob": -9.096564054489136}
{"example_id": -3453061066475894999, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": -4.917170524597168}
{"example_id": -2079370499831813361, "prediction": "November 13 , 2008", "binary_answer": null, "no_answer_prob": -12.552204012870789}
{"example_id": 3932737530100595197, "prediction": "billions", "binary_answer": null, "no_answer_prob": -6.307041764259338}
{"example_id": 1327225199176722517, "prediction": "Gentlemen Prefer Blondes", "binary_answer": null, "no_answer_prob": -5.392204523086548}
{"example_id": 4669723042267446941, "prediction": "March 3 , 2017", "binary_answer": null, "no_answer_prob": -11.958704710006714}
{"example_id": 4323635492687373220, "prediction": "Neil Patrick Harris", "binary_answer": null, "no_answer_prob": -13.761694431304932}
{"example_id": -6381335597930245919, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -7.927228927612305}
{"example_id": -3864607064493910876, "prediction": "Hirdesh Singh", "binary_answer": null, "no_answer_prob": -10.69157361984253}
{"example_id": 7045918283731371910, "prediction": "East Rutherford , New Jersey", "binary_answer": null, "no_answer_prob": -10.593362092971802}
{"example_id": -7878673836100022334, "prediction": "", "binary_answer": null, "no_answer_prob": -5.494536519050598}
{"example_id": -495358309659315874, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -4.507395029067993}
{"example_id": -6191164151568654127, "prediction": "", "binary_answer": null, "no_answer_prob": 6.272486060857773}
{"example_id": -3491165350379250805, "prediction": "Miami Gardens , Florida", "binary_answer": null, "no_answer_prob": -12.053320407867432}
{"example_id": 7868366011930698395, "prediction": "At 5'5 `` , Holliday", "binary_answer": null, "no_answer_prob": -9.999069929122925}
{"example_id": 9155046575550322464, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5910977125167847}
{"example_id": -8969040588279206806, "prediction": "undermined the authority of the monarchy and the Church and paved the way for the political revolutions of the 18th and 19th centuries", "binary_answer": null, "no_answer_prob": 1.075256586074829}
{"example_id": -6177806939328637150, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -9.469272136688232}
{"example_id": -8122510798945020185, "prediction": "The alcohol laws of Wisconsin consist of both statewide statutes and local ordinances governing the sale of alcohol .", "binary_answer": null, "no_answer_prob": 0.88052469631657}
{"example_id": -2080896903863902649, "prediction": "In his Arthashastra : Book VI , `` The Source of Sovereign States '' , Kautilya", "binary_answer": null, "no_answer_prob": -2.9729597568511963}
{"example_id": -6866060323435637928, "prediction": "2002 -- 03 season", "binary_answer": null, "no_answer_prob": -8.898483514785767}
{"example_id": 1865056948180880738, "prediction": "28 April 2009 .", "binary_answer": null, "no_answer_prob": -1.2940701246261597}
{"example_id": -3922249135080998522, "prediction": "Streptococcus pneumoniae", "binary_answer": null, "no_answer_prob": -8.03761100769043}
{"example_id": 1355765661623170780, "prediction": "The application of mercury ( 1714 ) and Fahrenheit scale ( 1724 )", "binary_answer": null, "no_answer_prob": 1.0544996857643127}
{"example_id": 8050715325212499356, "prediction": "Monuments and memorials began to be dedicated during the Civil War", "binary_answer": null, "no_answer_prob": -3.800509214401245}
{"example_id": -8197755363094394963, "prediction": "Vice President Richard Nixon Athlete 's Oath Carol Heiss", "binary_answer": null, "no_answer_prob": -4.335344910621643}
{"example_id": 4484855302328927584, "prediction": "Julia Stiles", "binary_answer": null, "no_answer_prob": -0.719066858291626}
{"example_id": -3927452323189766540, "prediction": "", "binary_answer": null, "no_answer_prob": 5.557281464338303}
{"example_id": 5036099833855498696, "prediction": "the Four Seasons", "binary_answer": null, "no_answer_prob": -7.317601203918457}
{"example_id": -5029845929944916414, "prediction": "C. bactrianus", "binary_answer": null, "no_answer_prob": -5.501535058021545}
{"example_id": 2231885850737344356, "prediction": "2016", "binary_answer": null, "no_answer_prob": -8.964348077774048}
{"example_id": -75085516687646640, "prediction": "553.3 m - high ( 1,815.3 ft )", "binary_answer": null, "no_answer_prob": -10.610497295856476}
{"example_id": -3650982839046965239, "prediction": "Phraya Manopakorn Nititada", "binary_answer": null, "no_answer_prob": -11.60080099105835}
{"example_id": -1458032114383100462, "prediction": "1789 . After the Revolution , the Enlightenment was followed by the intellectual movement known as Romanticism .", "binary_answer": null, "no_answer_prob": 1.228593349456787}
{"example_id": -274926756356164034, "prediction": "Utah to between 23.7 % and 27.4 % in West Virginia", "binary_answer": null, "no_answer_prob": 0.4119254946708679}
{"example_id": -8324582422321399087, "prediction": "The Great Gatsby", "binary_answer": null, "no_answer_prob": 3.1460686326026917}
{"example_id": -188229560413562877, "prediction": "Samuel George Claflin", "binary_answer": null, "no_answer_prob": -14.325486779212952}
{"example_id": -8603893237419837573, "prediction": "Jean - Philippe Lauer", "binary_answer": null, "no_answer_prob": -5.295454025268555}
{"example_id": 7461033647795312350, "prediction": "awards prizes to musicians and performers", "binary_answer": null, "no_answer_prob": -2.9183664321899414}
{"example_id": 4050484309764805754, "prediction": "the plague , specifically the Great Plague of London , or the Black Death , but folklorists reject this idea .", "binary_answer": null, "no_answer_prob": -3.647618532180786}
{"example_id": 642009532902392263, "prediction": "English , Fijian and Hindi", "binary_answer": null, "no_answer_prob": -7.60965895652771}
{"example_id": 4673538029525383170, "prediction": "November 18 , 1988", "binary_answer": null, "no_answer_prob": -8.989907145500183}
{"example_id": 7130932865933726097, "prediction": "August 21 , 1959", "binary_answer": null, "no_answer_prob": -12.389105081558228}
{"example_id": -3579090696093321862, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9519522190093994}
{"example_id": 8470597005350297381, "prediction": "Time in the United States , by law , is divided into nine standard time zones covering the states and its possessions", "binary_answer": null, "no_answer_prob": 2.9090904593467712}
{"example_id": 4304969343468412395, "prediction": "December 17 , 1989", "binary_answer": null, "no_answer_prob": -9.82564890384674}
{"example_id": 8322065032603836346, "prediction": "Alan Wilson and Bob Hite", "binary_answer": null, "no_answer_prob": -7.949724555015564}
{"example_id": 4565031430335420073, "prediction": "Bill Mumy", "binary_answer": null, "no_answer_prob": -7.955865383148193}
{"example_id": -8924848698954650053, "prediction": "Barry Mann", "binary_answer": null, "no_answer_prob": -5.3991899490356445}
{"example_id": 3934736043791068589, "prediction": "2015", "binary_answer": null, "no_answer_prob": -8.754455775022507}
{"example_id": -5474401821651444883, "prediction": "The rings are five interlocking rings , coloured blue , yellow , black , green , and red on a white field", "binary_answer": null, "no_answer_prob": -3.739269733428955}
{"example_id": 439985319949089506, "prediction": "December 12 , 2017", "binary_answer": null, "no_answer_prob": -8.484882116317749}
{"example_id": 1825427621620244178, "prediction": "James & Bobby Purify", "binary_answer": null, "no_answer_prob": -11.854832768440247}
{"example_id": -3924076247966425792, "prediction": "1991", "binary_answer": null, "no_answer_prob": -5.963434100151062}
{"example_id": 2649357716325848890, "prediction": "Buzzcocks", "binary_answer": null, "no_answer_prob": -11.903883814811707}
{"example_id": 66221250446555241, "prediction": "Drake Hogestyn", "binary_answer": null, "no_answer_prob": -13.092069864273071}
{"example_id": -8919670154035867872, "prediction": "1950s", "binary_answer": null, "no_answer_prob": -3.66225528717041}
{"example_id": 4519477430472514341, "prediction": "1,381.29 mi", "binary_answer": null, "no_answer_prob": -3.938769817352295}
{"example_id": -2751676476078899237, "prediction": "Amygdala", "binary_answer": null, "no_answer_prob": -6.5525901317596436}
{"example_id": -3980593326505765361, "prediction": "Alladi Krishnaswamy Iyer", "binary_answer": null, "no_answer_prob": -3.648293614387512}
{"example_id": 5875460680677842506, "prediction": "Edda Dell'Orso", "binary_answer": null, "no_answer_prob": -8.050615191459656}
{"example_id": -8319359377581726065, "prediction": "The Avon follows a meandering course through Christchurch from its source in the outer western suburb of Avonhead", "binary_answer": null, "no_answer_prob": -5.078750371932983}
{"example_id": 7251454935894005766, "prediction": "Cameroon", "binary_answer": null, "no_answer_prob": -7.258013010025024}
{"example_id": 8389624507547112551, "prediction": "Bill Schonely", "binary_answer": null, "no_answer_prob": -4.4079978466033936}
{"example_id": 6955089524027299270, "prediction": "Cackletta", "binary_answer": null, "no_answer_prob": 2.488735020160675}
{"example_id": 2049460569379781668, "prediction": "One Love Manchester was a benefit concert and British television special held on 4 June 2017", "binary_answer": null, "no_answer_prob": -5.310050666332245}
{"example_id": -8887899769373988275, "prediction": "to capitalise on the success of the first single .", "binary_answer": null, "no_answer_prob": -1.8568973541259766}
{"example_id": 673400534619480113, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8939158916473389}
{"example_id": 3269734203751083576, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.0720533430576324}
{"example_id": -4678124860548339900, "prediction": "The United States", "binary_answer": null, "no_answer_prob": -4.255922913551331}
{"example_id": -9153920443996010787, "prediction": "the opportunity cost of holding cash increases -- the incentive will be to move into securities .", "binary_answer": null, "no_answer_prob": 0.7616984844207764}
{"example_id": -5251649636999345954, "prediction": "Steven Spielberg", "binary_answer": null, "no_answer_prob": -3.4305171966552734}
{"example_id": -2045376309195880987, "prediction": "Janet Jackson", "binary_answer": null, "no_answer_prob": -11.134904503822327}
{"example_id": 3675322691680408261, "prediction": "Will Smith", "binary_answer": null, "no_answer_prob": -4.667739033699036}
{"example_id": -1164696678977285263, "prediction": "Iran Zabol", "binary_answer": null, "no_answer_prob": 3.699026867747307}
{"example_id": 4294686254952503283, "prediction": "1943", "binary_answer": null, "no_answer_prob": -10.859983548521996}
{"example_id": -6982928801145173845, "prediction": "Ronnie Lee Gardner", "binary_answer": null, "no_answer_prob": -10.543333947658539}
{"example_id": 8828798649155876489, "prediction": "Tony Orlando and Dawn", "binary_answer": null, "no_answer_prob": -7.663337588310242}
{"example_id": 779563633482815651, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8074917793273926}
{"example_id": -942176090970476307, "prediction": "Act III , Scene I", "binary_answer": null, "no_answer_prob": -6.450854182243347}
{"example_id": -1196729186427360044, "prediction": "Punta Gorda Airport", "binary_answer": null, "no_answer_prob": -10.630146265029907}
{"example_id": -996881642487743505, "prediction": "a second generation Ford Mustang", "binary_answer": null, "no_answer_prob": -7.016366958618164}
{"example_id": 5963510533104426132, "prediction": "Barbara Fairchild", "binary_answer": null, "no_answer_prob": -11.105414748191833}
{"example_id": 3476152606555347235, "prediction": "Sir Dorabji Tata", "binary_answer": null, "no_answer_prob": -3.9311609268188477}
{"example_id": -6345274230328783167, "prediction": "dabbling duck", "binary_answer": null, "no_answer_prob": -4.270669519901276}
{"example_id": -5405778226094876428, "prediction": "", "binary_answer": null, "no_answer_prob": 5.856698572635651}
{"example_id": 5897753078197024239, "prediction": "38", "binary_answer": null, "no_answer_prob": -7.759317874908447}
{"example_id": -1552631803764154645, "prediction": "between 1756 and 1763", "binary_answer": null, "no_answer_prob": -9.259195446968079}
{"example_id": 3783165086548554212, "prediction": "Niko Jovic", "binary_answer": null, "no_answer_prob": -6.0840888023376465}
{"example_id": -862983913651660734, "prediction": "21st episode of the first season", "binary_answer": null, "no_answer_prob": -1.275161623954773}
{"example_id": -8212333798122067073, "prediction": "April 11 , 1899", "binary_answer": null, "no_answer_prob": -9.797919750213623}
{"example_id": 8205616315788082486, "prediction": "Ennio Morricone", "binary_answer": null, "no_answer_prob": -9.534652948379517}
{"example_id": 6010859862759400711, "prediction": "January 26 , 2003", "binary_answer": null, "no_answer_prob": -8.216143369674683}
{"example_id": -7082868981730295400, "prediction": "Maharashtra state of India", "binary_answer": null, "no_answer_prob": -9.55195665359497}
{"example_id": 2210872381407122761, "prediction": "copper statue , a gift from the people of France to the people of the United States", "binary_answer": null, "no_answer_prob": -5.01365065574646}
{"example_id": -1529833892487770246, "prediction": "`` Say Something ''", "binary_answer": null, "no_answer_prob": 1.87406325340271}
{"example_id": -7461600424446973077, "prediction": "Cosimo de ' Medici , led by Marsilio Ficino", "binary_answer": null, "no_answer_prob": -8.38403832912445}
{"example_id": -1424496325356761966, "prediction": "Alec Guinness", "binary_answer": null, "no_answer_prob": -10.607237577438354}
{"example_id": -5074863101224855995, "prediction": "October 5 , 2017", "binary_answer": null, "no_answer_prob": -8.766377210617065}
{"example_id": -5312195282561428201, "prediction": "Bruce , Anchor , and Chum", "binary_answer": null, "no_answer_prob": -8.107250928878784}
{"example_id": -5057028508583964839, "prediction": "the Riverdale neighborhood of Toronto", "binary_answer": null, "no_answer_prob": -6.884636640548706}
{"example_id": 1214760040622892437, "prediction": "May 3 , 2018", "binary_answer": null, "no_answer_prob": -6.046628475189209}
{"example_id": 321102768655838646, "prediction": "Charli XCX and Camila Cabello", "binary_answer": null, "no_answer_prob": -8.139573574066162}
{"example_id": 7388836384606772237, "prediction": "August 6 and 9 , 1945", "binary_answer": null, "no_answer_prob": -10.477026462554932}
{"example_id": -1178316298762483823, "prediction": "1976", "binary_answer": null, "no_answer_prob": -10.263407945632935}
{"example_id": 1632410882188619249, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -10.695174098014832}
{"example_id": 4084395977667974248, "prediction": "Sir Mo Farah Athletics", "binary_answer": null, "no_answer_prob": -8.629556894302368}
{"example_id": -7356948734636149725, "prediction": "Humble Pie", "binary_answer": null, "no_answer_prob": -11.021027445793152}
{"example_id": -3185255695477958573, "prediction": "Eric Dane", "binary_answer": null, "no_answer_prob": -13.280012130737305}
{"example_id": -8252475800249491534, "prediction": "English and Afrikaans .", "binary_answer": null, "no_answer_prob": -6.242817401885986}
{"example_id": 6023627962206045502, "prediction": "Sam Cooke", "binary_answer": null, "no_answer_prob": -8.41836953163147}
{"example_id": 2704379965143304673, "prediction": "July 15 , 2016", "binary_answer": null, "no_answer_prob": -11.594762325286865}
{"example_id": 3948321760275015112, "prediction": "in the eighth - season finale", "binary_answer": null, "no_answer_prob": -3.317932367324829}
{"example_id": 9202281034415082759, "prediction": "between 9 : 00 AM and midnight on Sunday .", "binary_answer": null, "no_answer_prob": -0.1933121681213379}
{"example_id": 5879425425352310432, "prediction": "integral membrane proteins , where they play a role in cell -- cell interactions", "binary_answer": null, "no_answer_prob": -4.403395175933838}
{"example_id": -6493475810121515391, "prediction": "Eric Johann Johnson", "binary_answer": null, "no_answer_prob": -12.480672717094421}
{"example_id": 8587069461377905265, "prediction": "In Newtonian mechanics , linear momentum , translational momentum , or simply momentum", "binary_answer": null, "no_answer_prob": 1.8703733682632446}
{"example_id": 1057539322135106755, "prediction": "50.08 %", "binary_answer": null, "no_answer_prob": -5.843619465827942}
{"example_id": 2290902970427056367, "prediction": "Ryan Gosling and Rachel McAdams", "binary_answer": null, "no_answer_prob": -6.772109270095825}
{"example_id": 2976257167244265314, "prediction": "Thrombotic thrombocytopenic purpura ( TTP ) is a rare disorder of the blood - coagulation system", "binary_answer": null, "no_answer_prob": 3.7714358270168304}
{"example_id": -6065403241859545192, "prediction": "Jody Watley", "binary_answer": null, "no_answer_prob": -11.064510464668274}
{"example_id": -5795454333476869645, "prediction": "Tavares", "binary_answer": null, "no_answer_prob": -7.477228045463562}
{"example_id": 98262964342640738, "prediction": "1984", "binary_answer": null, "no_answer_prob": -7.676356554031372}
{"example_id": -6451003125201643064, "prediction": "`` Behind Gold Eyes", "binary_answer": null, "no_answer_prob": -3.583372116088867}
{"example_id": 6570443606113831185, "prediction": "Eros", "binary_answer": null, "no_answer_prob": -11.668501019477844}
{"example_id": -862974259036799392, "prediction": "", "binary_answer": null, "no_answer_prob": -0.011517643928527832}
{"example_id": 7153385774204693060, "prediction": "1968", "binary_answer": null, "no_answer_prob": -10.094273209571838}
{"example_id": -4509950816733688906, "prediction": "The 808 telephone area code covers the inhabited , developed and uninhabited areas of the Hawaiian Islands out to Midway Island and Wake Island", "binary_answer": null, "no_answer_prob": -1.1329296827316284}
{"example_id": 455280402041562957, "prediction": "2017", "binary_answer": null, "no_answer_prob": -4.761694952845573}
{"example_id": -6572626496076012832, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -6.420397996902466}
{"example_id": 5586905958149607877, "prediction": "The mitotic phase is a relatively short period of the cell cycle", "binary_answer": null, "no_answer_prob": 0.8133945465087891}
{"example_id": -3320927157194510690, "prediction": "Freddie Highmore", "binary_answer": null, "no_answer_prob": -10.748268127441406}
{"example_id": -457701655463400422, "prediction": "Tyra Banks", "binary_answer": null, "no_answer_prob": -11.55801510810852}
{"example_id": 388463458252091846, "prediction": "Jack S. McDowell", "binary_answer": null, "no_answer_prob": -7.706786751747131}
{"example_id": 8228438338354706783, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -10.16064190864563}
{"example_id": -6744227813697788887, "prediction": "Pyeongchang", "binary_answer": null, "no_answer_prob": -6.355955600738525}
{"example_id": 3693459640333682880, "prediction": "25 March 2015", "binary_answer": null, "no_answer_prob": -9.083094596862793}
{"example_id": 3043683985033009396, "prediction": "In sport , a cap is a metaphorical term for a player 's appearance in a game at international level", "binary_answer": null, "no_answer_prob": -5.83524763584137}
{"example_id": -2550445049343592256, "prediction": "1966 to 1971", "binary_answer": null, "no_answer_prob": -8.07597130537033}
{"example_id": -1771627249958770825, "prediction": "the review , monitoring , and supervision of federal agencies , programs , activities , and policy implementation", "binary_answer": null, "no_answer_prob": -3.7517902851104736}
{"example_id": 810240207991754434, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5416024923324585}
{"example_id": 7551085171198159400, "prediction": "M.A. Chidambaram Stadium Chepauk ; Madras Cricket Club Ground", "binary_answer": null, "no_answer_prob": -4.751840829849243}
{"example_id": -8277699736573357358, "prediction": "Kingsway", "binary_answer": null, "no_answer_prob": -7.2575578689575195}
{"example_id": 9145383577439597023, "prediction": "2002", "binary_answer": null, "no_answer_prob": -7.5812153816223145}
{"example_id": -3340479854956225691, "prediction": "Imagine Dragons", "binary_answer": null, "no_answer_prob": -7.361685037612915}
{"example_id": -7953791141227958663, "prediction": "", "binary_answer": null, "no_answer_prob": 5.0437774658203125}
{"example_id": -7898176780907148794, "prediction": "Arizona Diamondbacks", "binary_answer": null, "no_answer_prob": -8.164564609527588}
{"example_id": -1904574626866524954, "prediction": "\u25ba Aditya Birla Group \u200e ( 18 P )", "binary_answer": null, "no_answer_prob": 2.421772599220276}
{"example_id": -8967335094925751152, "prediction": "April 26 , 1989", "binary_answer": null, "no_answer_prob": -8.926308512687683}
{"example_id": -5521006102229892452, "prediction": "", "binary_answer": null, "no_answer_prob": -4.700045943260193}
{"example_id": 2632619717437719001, "prediction": "Josh McCown", "binary_answer": null, "no_answer_prob": -8.466038346290588}
{"example_id": -8383065589088073806, "prediction": "1985", "binary_answer": null, "no_answer_prob": -10.79087918996811}
{"example_id": 4153098161620255396, "prediction": "mechanoreceptors", "binary_answer": null, "no_answer_prob": -7.458777904510498}
{"example_id": -814048850790649381, "prediction": "carbon steel", "binary_answer": null, "no_answer_prob": -1.5880088806152344}
{"example_id": 4653717348037177959, "prediction": "Ringo Starr", "binary_answer": null, "no_answer_prob": -10.090904831886292}
{"example_id": 6991608963096849020, "prediction": "In most cases , generic products become available after the patent protections afforded to a drug 's original developer expire", "binary_answer": null, "no_answer_prob": 2.599823236465454}
{"example_id": -6213380847908968178, "prediction": "Vince Gill", "binary_answer": null, "no_answer_prob": -10.839611172676086}
{"example_id": -7257218492636779276, "prediction": "Oedipus", "binary_answer": null, "no_answer_prob": -9.869381427764893}
{"example_id": 6031887792846970774, "prediction": "Luther Ingram", "binary_answer": null, "no_answer_prob": -9.491971969604492}
{"example_id": -1971881387835885045, "prediction": "Hurricane Maria", "binary_answer": null, "no_answer_prob": -8.382595658302307}
{"example_id": -5168092432397841243, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -13.313394516706467}
{"example_id": 8314298206458547717, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6278373003005981}
{"example_id": -7334866626119549636, "prediction": "three", "binary_answer": null, "no_answer_prob": -7.203005313873291}
{"example_id": -7681197007038021704, "prediction": "Tampa Bay Buccaneers", "binary_answer": null, "no_answer_prob": -9.544535398483276}
{"example_id": -7387294147928212119, "prediction": "Charles Joseph `` Charlie '' McDermott Jr.", "binary_answer": null, "no_answer_prob": -7.888411521911621}
{"example_id": 2669630335942950676, "prediction": "Syd Barrett", "binary_answer": null, "no_answer_prob": -7.8095623254776}
{"example_id": -3173061071142355793, "prediction": "the Promotion of National Unity and Reconciliation Act , No. 34 of 1995", "binary_answer": null, "no_answer_prob": -4.973165988922119}
{"example_id": 8516757093228528277, "prediction": "FireHouse", "binary_answer": null, "no_answer_prob": -9.749088883399963}
{"example_id": 2579012963796706092, "prediction": "Chicken Little", "binary_answer": null, "no_answer_prob": -2.1044102907180786}
{"example_id": 6494673835314259434, "prediction": "The islands at the geographic extremes of Oceania are Bonin Islands , a politically integral part of Japan ; Hawaii", "binary_answer": null, "no_answer_prob": -2.0400452613830566}
{"example_id": -2411644711879233580, "prediction": "more than 3,500", "binary_answer": null, "no_answer_prob": -4.981816291809082}
{"example_id": -6711042028695801304, "prediction": "silver nitrate", "binary_answer": null, "no_answer_prob": -2.3974452018737793}
{"example_id": 46933305726586862, "prediction": "Solomon King", "binary_answer": null, "no_answer_prob": -10.622433841228485}
{"example_id": -3678378532044676320, "prediction": "HD", "binary_answer": null, "no_answer_prob": -0.1540604829788208}
{"example_id": -4470489094871957833, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4826462715864182}
{"example_id": -4835982664253783650, "prediction": "October 17 , 2017", "binary_answer": null, "no_answer_prob": -7.042586445808411}
{"example_id": 7658426000439666485, "prediction": "Avonlea on Prince Edward Island", "binary_answer": null, "no_answer_prob": -7.591739296913147}
{"example_id": 6963342409012699618, "prediction": "early October 2017", "binary_answer": null, "no_answer_prob": -7.139237642288208}
{"example_id": 6083388310919206387, "prediction": "Where were you", "binary_answer": null, "no_answer_prob": -0.8731929063796997}
{"example_id": -3516590022645761441, "prediction": "United Support of Artists ( USA )", "binary_answer": null, "no_answer_prob": -0.33204352855682373}
{"example_id": -4616979240711373758, "prediction": "The Fairylogue and Radio - Plays", "binary_answer": null, "no_answer_prob": -0.2874644994735718}
{"example_id": -1347154843600288423, "prediction": "Ryukyuan religion", "binary_answer": null, "no_answer_prob": -2.234153151512146}
{"example_id": -5288895482841197100, "prediction": "The CMC joint of the thumb", "binary_answer": null, "no_answer_prob": -2.80308997631073}
{"example_id": -3264674982292768799, "prediction": "November 9 , 1988", "binary_answer": null, "no_answer_prob": -11.449051022529602}
{"example_id": -261620323803487359, "prediction": "25 miles", "binary_answer": null, "no_answer_prob": -7.377411603927612}
{"example_id": -6378789321264982055, "prediction": "the International Committee of the Red Cross", "binary_answer": null, "no_answer_prob": -3.8113898038864136}
{"example_id": 5726816357053440874, "prediction": "January 5 , 2018", "binary_answer": null, "no_answer_prob": -6.933772087097168}
{"example_id": -5553927247739165705, "prediction": "May 5 , 1992", "binary_answer": null, "no_answer_prob": -3.5198678970336914}
{"example_id": 3336495054863095221, "prediction": "Monday to Thursday at 7.30 pm and on Sunday nights at 6 : 30 pm", "binary_answer": null, "no_answer_prob": -4.833078861236572}
{"example_id": -2456830649098012971, "prediction": "Tony Christie", "binary_answer": null, "no_answer_prob": -6.671844840049744}
{"example_id": 5276344848494912898, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -10.463302850723267}
{"example_id": 1082105489800092493, "prediction": "The Cincinnati Reds are a Major League Baseball team . Originally named the Cincinnati Red Stockings", "binary_answer": null, "no_answer_prob": -4.4166266322135925}
{"example_id": 4777571984732066471, "prediction": "$5.85 million", "binary_answer": null, "no_answer_prob": -6.911098957061768}
{"example_id": 8904267760322458676, "prediction": "Ionic bonding", "binary_answer": null, "no_answer_prob": 0.9038320183753967}
{"example_id": -5598786726337750315, "prediction": "A drought in the Western Cape province of South Africa began in 2015 and is resulting in a severe water shortage", "binary_answer": null, "no_answer_prob": -3.4165213108062744}
{"example_id": 5758950089863336644, "prediction": "Gateholm island", "binary_answer": null, "no_answer_prob": -6.354345321655273}
{"example_id": 854016886597564285, "prediction": "99", "binary_answer": null, "no_answer_prob": -8.928385138511658}
{"example_id": -1358587715518239752, "prediction": "The general classification", "binary_answer": null, "no_answer_prob": 0.6263902634382248}
{"example_id": -2943117494278148414, "prediction": "double - twelve", "binary_answer": null, "no_answer_prob": -4.33326780796051}
{"example_id": 1411911727998961690, "prediction": "the U.S. Congress", "binary_answer": null, "no_answer_prob": 1.5273301601409912}
{"example_id": -7740672385454005000, "prediction": "New York", "binary_answer": null, "no_answer_prob": -0.6681208610534668}
{"example_id": -2345580553301833619, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -8.615926027297974}
{"example_id": 2887078091561872532, "prediction": "blue jay", "binary_answer": null, "no_answer_prob": -4.218891501426697}
{"example_id": 4303732842646248205, "prediction": "13 miles ( 21 km )", "binary_answer": null, "no_answer_prob": -8.252310037612915}
{"example_id": -9221662579576848923, "prediction": "France and Croatia", "binary_answer": null, "no_answer_prob": -6.410782694816589}
{"example_id": -321331280006624082, "prediction": "that adults live in a world that is dreary , and that children live in a world full of life and joy", "binary_answer": null, "no_answer_prob": -2.844604253768921}
{"example_id": -7884375529911485518, "prediction": "Barney Stinson and Robin Scherbatsky", "binary_answer": null, "no_answer_prob": -7.839321613311768}
{"example_id": -783998133534117572, "prediction": "Len Goodman Carrie Ann Inaba Bruno Tonioli Julianne Hough", "binary_answer": null, "no_answer_prob": -4.645674824714661}
{"example_id": 2052785185902107727, "prediction": "", "binary_answer": null, "no_answer_prob": 2.006181240081787}
{"example_id": 1705738389768508512, "prediction": "1707", "binary_answer": null, "no_answer_prob": -7.520254850387573}
{"example_id": -1343240487337372127, "prediction": "Thirty - three", "binary_answer": null, "no_answer_prob": -9.81257688999176}
{"example_id": -5655155258484186130, "prediction": "`` Flight '' is the twenty - fourth and final episode of the eighth season of the American television medical drama Grey 's Anatomy", "binary_answer": null, "no_answer_prob": -3.373404026031494}
{"example_id": -7414660171500906394, "prediction": "Selected jurors are generally subjected to a system of examination", "binary_answer": null, "no_answer_prob": -3.482403516769409}
{"example_id": 5127214829274001369, "prediction": "at the confluence of the Biya and Katun Rivers which have their origins in the Altay Mountains", "binary_answer": null, "no_answer_prob": -3.5553042888641357}
{"example_id": -1959465086841168110, "prediction": "1918", "binary_answer": null, "no_answer_prob": -10.924632728099823}
{"example_id": -2358179628054207197, "prediction": "15 April 2017", "binary_answer": null, "no_answer_prob": -8.29665982723236}
{"example_id": 658405025144933702, "prediction": "Dow died of complications from diabetes", "binary_answer": null, "no_answer_prob": -6.686537981033325}
{"example_id": -423472545492892243, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] 225", "binary_answer": null, "no_answer_prob": 2.771166741847992}
{"example_id": -2613805182547288765, "prediction": "Patricia Helen Heaton", "binary_answer": null, "no_answer_prob": -13.293736338615417}
{"example_id": 5822042202779097196, "prediction": "Gene Raskin", "binary_answer": null, "no_answer_prob": -2.8194503784179688}
{"example_id": -5032452582842118057, "prediction": "Hern\u00e1n Cort\u00e9s", "binary_answer": null, "no_answer_prob": -7.291783094406128}
{"example_id": -7517258780234437547, "prediction": "the people of France", "binary_answer": null, "no_answer_prob": -10.708026766777039}
{"example_id": -6789883517444104674, "prediction": "", "binary_answer": null, "no_answer_prob": -0.1445765495300293}
{"example_id": -2419853128669715694, "prediction": "The Hobbit", "binary_answer": null, "no_answer_prob": -7.817564606666565}
{"example_id": 3510212856752215280, "prediction": "100 miles ( 160 km )", "binary_answer": null, "no_answer_prob": -6.427722930908203}
{"example_id": -2371611984672333347, "prediction": "Serj Tankian", "binary_answer": null, "no_answer_prob": -10.578716516494751}
{"example_id": 2180901090546496637, "prediction": "2020", "binary_answer": null, "no_answer_prob": -4.772539138793945}
{"example_id": -8999574577662585246, "prediction": "Anne Bancroft", "binary_answer": null, "no_answer_prob": -11.612679243087769}
{"example_id": 6928430725516152376, "prediction": "50", "binary_answer": null, "no_answer_prob": -3.5420022010803223}
{"example_id": 436860088897424493, "prediction": "10 March 2007", "binary_answer": null, "no_answer_prob": -8.802607536315918}
{"example_id": 8314662609788599018, "prediction": "white male adult property owners", "binary_answer": null, "no_answer_prob": -1.3553664684295654}
{"example_id": -2662086163627013321, "prediction": "Francesco Redi", "binary_answer": null, "no_answer_prob": -6.405994892120361}
{"example_id": 96502675088888956, "prediction": "decimated the local Native American population , because they lacked any immunity", "binary_answer": null, "no_answer_prob": 3.672830104827881}
{"example_id": 8596710598934126531, "prediction": "Steve Goodman", "binary_answer": null, "no_answer_prob": -4.15627658367157}
{"example_id": 4367989482858749273, "prediction": "Stephanie Courtney", "binary_answer": null, "no_answer_prob": -13.772236585617065}
{"example_id": 7666385251643523498, "prediction": "11 feet 8.5 inches by 5 ft 10 in ( 356.9 cm by 177.8 cm )", "binary_answer": null, "no_answer_prob": -2.6331682205200195}
{"example_id": -4915414765002970162, "prediction": "Randy Newman", "binary_answer": null, "no_answer_prob": -6.818127393722534}
{"example_id": 4784801613246280385, "prediction": "1885", "binary_answer": null, "no_answer_prob": -9.001832246780396}
{"example_id": 8605162615517470946, "prediction": "Fred Parris", "binary_answer": null, "no_answer_prob": -11.881248116493225}
{"example_id": -6718964413666712767, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4137206375598907}
{"example_id": 9212515563311839576, "prediction": "both its immature green state and its red , yellow , or orange ripe state", "binary_answer": null, "no_answer_prob": -2.086003065109253}
{"example_id": -7460858061693543840, "prediction": "11 May 2018", "binary_answer": null, "no_answer_prob": -10.686677932739258}
{"example_id": -4544043154630563444, "prediction": "", "binary_answer": null, "no_answer_prob": 5.816937416791916}
{"example_id": 5416668573055682761, "prediction": "16", "binary_answer": null, "no_answer_prob": -1.2247614860534668}
{"example_id": 4656194446628303268, "prediction": "Interior Semiotics was a 2010 performance by Natacha Stolz", "binary_answer": null, "no_answer_prob": 2.3474439084529877}
{"example_id": -9002176693562411571, "prediction": "Warren Hastings", "binary_answer": null, "no_answer_prob": -4.930806636810303}
{"example_id": -3138344277086271014, "prediction": "February 3 , 2013", "binary_answer": null, "no_answer_prob": -6.592662453651428}
{"example_id": 9180781194931531216, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1248660162091255}
{"example_id": -4483628158654645194, "prediction": "Jennifer Lynn Connelly", "binary_answer": null, "no_answer_prob": -0.6250522136688232}
{"example_id": 8660483233952166612, "prediction": "Army colonel", "binary_answer": null, "no_answer_prob": -5.275973081588745}
{"example_id": -8100558789013380278, "prediction": "Isaiah 63 : 16", "binary_answer": null, "no_answer_prob": -7.606470823287964}
{"example_id": 590023274276680362, "prediction": "19", "binary_answer": null, "no_answer_prob": -7.353580832481384}
{"example_id": 7677723766575504020, "prediction": "1.87 m ( 6 ft 2 in ) tall", "binary_answer": null, "no_answer_prob": -8.011943578720093}
{"example_id": -3693100631592555151, "prediction": "Greg Maddux", "binary_answer": null, "no_answer_prob": -9.692147731781006}
{"example_id": -1532199512185146954, "prediction": "April 1 , 1976", "binary_answer": null, "no_answer_prob": -9.668712973594666}
{"example_id": -7393957076978227129, "prediction": "June 12 , 2017", "binary_answer": null, "no_answer_prob": -11.362390160560608}
{"example_id": -2463174543294861777, "prediction": "The stored energy can be released back to the network by discharging the coil . The power conditioning system", "binary_answer": null, "no_answer_prob": 1.283929169178009}
{"example_id": -6288127274767329578, "prediction": "1966 1970", "binary_answer": null, "no_answer_prob": -7.361547231674194}
{"example_id": 5430047601250840783, "prediction": "Local government", "binary_answer": null, "no_answer_prob": -0.6505653858184814}
{"example_id": 7885248884780969841, "prediction": "Alan Shearer", "binary_answer": null, "no_answer_prob": -9.571692824363708}
{"example_id": 7827957986033574004, "prediction": "Neil Armstrong", "binary_answer": null, "no_answer_prob": -8.917795538902283}
{"example_id": 6870653102077594046, "prediction": "23 Gloucester Crescent ( 51.538681 , - 0.145635 ) in north London", "binary_answer": null, "no_answer_prob": -6.645181655883789}
{"example_id": 6749199057024861360, "prediction": "Charles Matthew Hunnam", "binary_answer": null, "no_answer_prob": -14.08675491809845}
{"example_id": -1466579800831898234, "prediction": "In computer science , a library is a collection of non-volatile resources used by computer programs , often to develop software", "binary_answer": null, "no_answer_prob": -2.5383769273757935}
{"example_id": -6990199211760735048, "prediction": "motor vehicles , heaters , or cooking equipment that run on carbon - based fuels", "binary_answer": null, "no_answer_prob": -1.4512909650802612}
{"example_id": -8020019767884488388, "prediction": "because it arises from the procambium as do the vascular tissues it surrounds .", "binary_answer": null, "no_answer_prob": -7.823686599731445}
{"example_id": -7514923700670769288, "prediction": "Odo of Deuil", "binary_answer": null, "no_answer_prob": -3.0190649032592773}
{"example_id": -5534906830056581820, "prediction": "Randall Darius `` Randy '' Jackson", "binary_answer": null, "no_answer_prob": -4.83610463142395}
{"example_id": -194990720531724129, "prediction": "December 20 , 1906", "binary_answer": null, "no_answer_prob": -5.416684865951538}
{"example_id": -8822259047965110671, "prediction": "", "binary_answer": null, "no_answer_prob": 3.797069787979126}
{"example_id": 4769942565621669224, "prediction": "The surname Jarrett is thought to be a variant of Garrett", "binary_answer": null, "no_answer_prob": -5.98234236240387}
{"example_id": -4265285030704299083, "prediction": "6", "binary_answer": null, "no_answer_prob": -4.904795289039612}
{"example_id": -8084811193718111951, "prediction": "Croatia", "binary_answer": null, "no_answer_prob": -8.554351568222046}
{"example_id": -8983137535639837730, "prediction": "George VI", "binary_answer": null, "no_answer_prob": -8.13739800453186}
{"example_id": 6383254896273542914, "prediction": "1999", "binary_answer": null, "no_answer_prob": -8.659972190856934}
{"example_id": 7677221656527734552, "prediction": "The winner is selected by a panel of United States and Canadian sportswriters and broadcasters", "binary_answer": null, "no_answer_prob": -7.969343662261963}
{"example_id": -8526285606688247045, "prediction": "Burt Bacharach and Hal David", "binary_answer": null, "no_answer_prob": -12.37542974948883}
{"example_id": 4229764552621270884, "prediction": "Genoa", "binary_answer": null, "no_answer_prob": -2.929593563079834}
{"example_id": -8735695949102839750, "prediction": "June 27 , 2018", "binary_answer": null, "no_answer_prob": -6.032381176948547}
{"example_id": -3013938829181451245, "prediction": "May 14 , 2018", "binary_answer": null, "no_answer_prob": -5.7269662618637085}
{"example_id": -8235816179603269389, "prediction": "August 27 , 1964", "binary_answer": null, "no_answer_prob": -12.089737176895142}
{"example_id": 7371685832790721234, "prediction": "common , transient symptoms", "binary_answer": null, "no_answer_prob": -6.601282835006714}
{"example_id": -7002896346938619483, "prediction": "In 2012 Banks", "binary_answer": null, "no_answer_prob": -6.029156446456909}
{"example_id": -4140546601130966469, "prediction": "Yashwant Singh Parmar", "binary_answer": null, "no_answer_prob": -0.5739741325378418}
{"example_id": 2683399827621403496, "prediction": "", "binary_answer": null, "no_answer_prob": -4.370024681091309}
{"example_id": -5388681249122308164, "prediction": "1882", "binary_answer": null, "no_answer_prob": -4.345643520355225}
{"example_id": -558280382167072449, "prediction": "193", "binary_answer": null, "no_answer_prob": -6.590972423553467}
{"example_id": -8236440670743630080, "prediction": "Changi Prison was constructed by the British administration of the Straits Settlements as a civilian prison", "binary_answer": null, "no_answer_prob": -2.0391260385513306}
{"example_id": 2665702762075367437, "prediction": "Portland Trail Blazers", "binary_answer": null, "no_answer_prob": -7.642759323120117}
{"example_id": -5562036255198117839, "prediction": "about topics such as depression , homelessness , and abuse", "binary_answer": null, "no_answer_prob": -1.9257338047027588}
{"example_id": -467726021809355869, "prediction": "Sicily", "binary_answer": null, "no_answer_prob": -7.489374399185181}
{"example_id": -4137477048170178241, "prediction": "France", "binary_answer": null, "no_answer_prob": -8.931423783302307}
{"example_id": -1446321586719067545, "prediction": "before the postseason", "binary_answer": null, "no_answer_prob": -2.884858012199402}
{"example_id": 1734915084245210162, "prediction": "Billy Preston and Bruce Fisher", "binary_answer": null, "no_answer_prob": -12.098964810371399}
{"example_id": 6744509351164759736, "prediction": "Due to the geological location of Iceland ( over a rift in continental plates )", "binary_answer": null, "no_answer_prob": -5.04705011844635}
{"example_id": -2151287130811612546, "prediction": "Bryan Lee Cranston", "binary_answer": null, "no_answer_prob": -8.781838834285736}
{"example_id": -5365052365311490093, "prediction": "The Third Edition", "binary_answer": null, "no_answer_prob": -3.319236993789673}
{"example_id": -3969372820653452808, "prediction": "Britney Spears", "binary_answer": null, "no_answer_prob": -7.857091665267944}
{"example_id": 206189786194211285, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": -12.245535254478455}
{"example_id": -1788552224102144217, "prediction": "the Four Seasons", "binary_answer": null, "no_answer_prob": -7.063330054283142}
{"example_id": 8212763804062716879, "prediction": "Hull City Middlesbrough Sunderland", "binary_answer": null, "no_answer_prob": -2.35934579372406}
{"example_id": -6720799116180047921, "prediction": "Hozier", "binary_answer": null, "no_answer_prob": -11.405066013336182}
{"example_id": 3170992895587448501, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -1.5947459936141968}
{"example_id": 2355046656576629670, "prediction": "Dallas Cowboys", "binary_answer": null, "no_answer_prob": -4.640511989593506}
{"example_id": 6367947899809681204, "prediction": "Harihara I", "binary_answer": null, "no_answer_prob": -9.124374508857727}
{"example_id": -2590108320614430193, "prediction": "North America is a continent entirely within the Northern Hemisphere and almost all within the Western Hemisphere", "binary_answer": null, "no_answer_prob": -0.13778722286224365}
{"example_id": -4091270046952672475, "prediction": "Wayne Newton", "binary_answer": null, "no_answer_prob": -12.534987688064575}
{"example_id": -7437571533499483563, "prediction": "In general , compliance means conforming to a rule , such as a specification , policy , standard or law", "binary_answer": null, "no_answer_prob": -1.7604016065597534}
{"example_id": -7537881845967545834, "prediction": "David Morway", "binary_answer": null, "no_answer_prob": -6.870339751243591}
{"example_id": -2455621026273715570, "prediction": "Area code 202", "binary_answer": null, "no_answer_prob": -7.213034987449646}
{"example_id": 8144822689599245719, "prediction": "", "binary_answer": null, "no_answer_prob": -2.905011534690857}
{"example_id": 3899175066673351094, "prediction": "Chadwick Aaron Boseman", "binary_answer": null, "no_answer_prob": -11.16487991809845}
{"example_id": -732910952109858323, "prediction": "Ancient Greece", "binary_answer": null, "no_answer_prob": -7.182240605354309}
{"example_id": -8915405815403601409, "prediction": "Senate Democrats led by Harry Reid", "binary_answer": null, "no_answer_prob": -5.465739727020264}
{"example_id": 2463611051674485176, "prediction": "Taylor Swift", "binary_answer": null, "no_answer_prob": -12.477081179618835}
{"example_id": -4385624759721230743, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -8.573529362678528}
{"example_id": 8287590302134055458, "prediction": "Back to December", "binary_answer": null, "no_answer_prob": -2.5210251808166504}
{"example_id": -8013311774750692433, "prediction": "Welcome Back , Kotter Created by Gabe Kaplan Alan Sacks Starring Gabe Kaplan", "binary_answer": null, "no_answer_prob": 0.40184545516967773}
{"example_id": -4813143697712730682, "prediction": "361,088,090", "binary_answer": null, "no_answer_prob": -9.149083256721497}
{"example_id": 8485237230503426088, "prediction": "1989", "binary_answer": null, "no_answer_prob": -5.179175496101379}
{"example_id": 4784498268232209633, "prediction": "Puebla , Tlaxcala , Oaxaca and Veracruz", "binary_answer": null, "no_answer_prob": -3.189034104347229}
{"example_id": -466093748233359255, "prediction": "twenty miles ( 32 km )", "binary_answer": null, "no_answer_prob": -4.2793227434158325}
{"example_id": -6206363973295917417, "prediction": "8", "binary_answer": null, "no_answer_prob": -4.105328798294067}
{"example_id": -1319649291276904261, "prediction": "Johnny Nash", "binary_answer": null, "no_answer_prob": -7.007310509681702}
{"example_id": -5120299878162155824, "prediction": "Keith Whitley", "binary_answer": null, "no_answer_prob": -7.9458184242248535}
{"example_id": 3199526575756685039, "prediction": "`` Daft Punk Is Playing at My House '' is the fifth", "binary_answer": null, "no_answer_prob": 0.8958895802497864}
{"example_id": 184421007200416657, "prediction": "authoritarian regimes , with the lowest scores held by Saudi Arabia and Yemen .", "binary_answer": null, "no_answer_prob": 1.0919134616851807}
{"example_id": 6745178505437486944, "prediction": "2019", "binary_answer": null, "no_answer_prob": -5.590885549783707}
{"example_id": 1616237473165664061, "prediction": "Bobby Darin", "binary_answer": null, "no_answer_prob": -9.508583188056946}
{"example_id": -262285990122555813, "prediction": "Lewis Carroll", "binary_answer": null, "no_answer_prob": -6.380528807640076}
{"example_id": 593289713068942118, "prediction": "at temperatures and pressures below a substance 's triple point in its phase diagram", "binary_answer": null, "no_answer_prob": -2.855800747871399}
{"example_id": 3714696059589695388, "prediction": "Alabama Yellowhammer", "binary_answer": null, "no_answer_prob": -4.328350067138672}
{"example_id": 3959073268075339970, "prediction": "Mentor Williams", "binary_answer": null, "no_answer_prob": -5.4505263566970825}
{"example_id": 4731672791336813021, "prediction": "due to their intelligence , trainability , striking appearance , playfulness in captivity and sheer size", "binary_answer": null, "no_answer_prob": 1.4948876798152924}
{"example_id": -2918180138133558435, "prediction": "Louis Armstrong", "binary_answer": null, "no_answer_prob": -11.496760725975037}
{"example_id": -3687055261909878316, "prediction": "John Boyne", "binary_answer": null, "no_answer_prob": -12.006287574768066}
{"example_id": 262846283778727059, "prediction": "Decision - making structures", "binary_answer": null, "no_answer_prob": 1.0765507221221924}
{"example_id": -6267245747067997651, "prediction": "May 14 , 2018", "binary_answer": null, "no_answer_prob": -4.228922367095947}
{"example_id": -6137218241299521243, "prediction": "1,627", "binary_answer": null, "no_answer_prob": -11.651245832443237}
{"example_id": -1792142003460532685, "prediction": "Christopher Marlowe", "binary_answer": null, "no_answer_prob": -8.914050102233887}
{"example_id": 5782787090387332149, "prediction": "Dianna Agron", "binary_answer": null, "no_answer_prob": -5.048639297485352}
{"example_id": 6468800789022913450, "prediction": "President of the United States", "binary_answer": null, "no_answer_prob": -1.7865173816680908}
{"example_id": -8751051463900683615, "prediction": "Derek Shepherd", "binary_answer": null, "no_answer_prob": -4.930310368537903}
{"example_id": 4544691585345575813, "prediction": "TLC", "binary_answer": null, "no_answer_prob": -8.906859517097473}
{"example_id": 539660331977371732, "prediction": "The chickpea or chick pea", "binary_answer": null, "no_answer_prob": -7.72795706987381}
{"example_id": 5238143210725865559, "prediction": "dopamine D2 receptors", "binary_answer": null, "no_answer_prob": -3.4470109939575195}
{"example_id": 2976736303860836224, "prediction": "`` Back to square one '' is a phrase that means `` to go back to the beginning", "binary_answer": null, "no_answer_prob": -1.785459280014038}
{"example_id": -4842435407634345683, "prediction": "April 5 , 2017", "binary_answer": null, "no_answer_prob": -4.491407632827759}
{"example_id": 436387896641262769, "prediction": "All I Can Do ( Dolly Parton song )", "binary_answer": null, "no_answer_prob": 2.981033444404602}
{"example_id": -4288683236394714411, "prediction": "According to the author , her books are `` about life , not death '' and `` love , not lust ''", "binary_answer": null, "no_answer_prob": -2.5399868488311768}
{"example_id": -7506324997539485270, "prediction": "Harry Potter and the Chamber of Secrets", "binary_answer": null, "no_answer_prob": -11.581915378570557}
{"example_id": 230009827411208826, "prediction": "England", "binary_answer": null, "no_answer_prob": -7.732988595962524}
{"example_id": 8736796984576788070, "prediction": "CH ( one atom of carbon and four atoms of hydrogen )", "binary_answer": null, "no_answer_prob": -0.19720280170440674}
{"example_id": -3421090921215401691, "prediction": "1970s", "binary_answer": null, "no_answer_prob": -5.2574567794799805}
{"example_id": 5463403024351185436, "prediction": "11.80 sq mi ( 30.56 km )", "binary_answer": null, "no_answer_prob": -3.139367938041687}
{"example_id": 6896156185069964276, "prediction": "329", "binary_answer": null, "no_answer_prob": -2.1477017402648926}
{"example_id": 5554220602366110509, "prediction": "October 18 , 1967", "binary_answer": null, "no_answer_prob": -10.376414060592651}
{"example_id": -5700627316246569346, "prediction": "Pontiac GTO", "binary_answer": null, "no_answer_prob": -10.708934664726257}
{"example_id": -2531542266227001475, "prediction": "the United States Army", "binary_answer": null, "no_answer_prob": -8.899835705757141}
{"example_id": 8491441515521538390, "prediction": "Reece Mastin", "binary_answer": null, "no_answer_prob": -1.2457275390625}
{"example_id": 1601646334952969288, "prediction": "12 miles ( 19 km ) east of downtown Fort Worth and 20 miles ( 32 km ) west of downtown Dallas .", "binary_answer": null, "no_answer_prob": -3.4869754314422607}
{"example_id": 4847759391964342390, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -6.395425796508789}
{"example_id": -2377654456880997640, "prediction": "Israel", "binary_answer": null, "no_answer_prob": -4.723608732223511}
{"example_id": 7779841390034575422, "prediction": "1979", "binary_answer": null, "no_answer_prob": -9.742050170898438}
{"example_id": 7661985249554578902, "prediction": "Lake Erie . It was built to create a navigable water route from New York City and the Atlantic Ocean to the Great Lakes", "binary_answer": null, "no_answer_prob": -3.4927672147750854}
{"example_id": 5539496799040970397, "prediction": "`` I Do n't What She Said '' is a song recorded by American country music artist Blaine Larsen", "binary_answer": null, "no_answer_prob": 2.1465070247650146}
{"example_id": 371267761324590949, "prediction": "2003", "binary_answer": null, "no_answer_prob": -7.0189368724823}
{"example_id": -4024765064465103265, "prediction": "The film is set and filmed in the Chicago area", "binary_answer": null, "no_answer_prob": -6.702930688858032}
{"example_id": -2779082665041203393, "prediction": "", "binary_answer": null, "no_answer_prob": 5.3927178382873535}
{"example_id": -1043736370561855554, "prediction": "2017 NCAA Division I baseball season Duration February 13 , 2017 -- June 27 , 2017 Number of teams 301", "binary_answer": null, "no_answer_prob": 1.157583236694336}
{"example_id": 661456154174232501, "prediction": "Sporadic small - scale violence took place around the country and the British arrested tens of thousands of leaders", "binary_answer": null, "no_answer_prob": -1.0168049335479736}
{"example_id": 5231022271295622969, "prediction": "The American Dream is rooted in the Declaration of Independence", "binary_answer": null, "no_answer_prob": -1.1980516910552979}
{"example_id": 5656553803876103959, "prediction": "Like other territories , Puerto Rico can participate in the presidential primary process . It holds a primary election in the spring of each presidential election year", "binary_answer": null, "no_answer_prob": 1.4443886280059814}
{"example_id": 7967011061476064647, "prediction": "Olaf", "binary_answer": null, "no_answer_prob": -9.188939213752747}
{"example_id": 3061904298408148545, "prediction": "electromechanical generators", "binary_answer": null, "no_answer_prob": -5.8073341846466064}
{"example_id": -901358525163218332, "prediction": "Shahi Hasan and Rohail Hyatt as well as Pakistani fashion and music critic Fifi Haroon", "binary_answer": null, "no_answer_prob": -2.6590521335601807}
{"example_id": 3815127901387328636, "prediction": "30,007,094", "binary_answer": null, "no_answer_prob": -7.093995690345764}
{"example_id": -7752044985522383430, "prediction": "Tegan and Sara in collaboration with The Lonely Island", "binary_answer": null, "no_answer_prob": -7.932940483093262}
{"example_id": -1863162320307571361, "prediction": "The King 's Speech", "binary_answer": null, "no_answer_prob": -4.443467378616333}
{"example_id": -7186398287884224295, "prediction": "Tom Kenny", "binary_answer": null, "no_answer_prob": -10.782716989517212}
{"example_id": 4118073994543067328, "prediction": "P.P. Arnold", "binary_answer": null, "no_answer_prob": -7.623717427253723}
{"example_id": 7934561640496352246, "prediction": "Linda Evans", "binary_answer": null, "no_answer_prob": -12.776597142219543}
{"example_id": -677259351166471204, "prediction": "22 April 2018", "binary_answer": null, "no_answer_prob": -12.390468955039978}
{"example_id": -1311598643429127281, "prediction": "diverged in a wood , and I -- I took the one less traveled by , And that has made all the difference .", "binary_answer": null, "no_answer_prob": -2.8768532276153564}
{"example_id": -8378138651305173097, "prediction": "Manifesto", "binary_answer": null, "no_answer_prob": -3.8104591369628906}
{"example_id": 2961317153244610375, "prediction": "August 11 , 2018 ( 2018 - 08 - 11 ) October 4 , 2018", "binary_answer": null, "no_answer_prob": -5.99773907661438}
{"example_id": 8109929069504184290, "prediction": "1950", "binary_answer": null, "no_answer_prob": -10.429223954677582}
{"example_id": 2776897402828438408, "prediction": "1960 .", "binary_answer": null, "no_answer_prob": -1.005468636751175}
{"example_id": -6147795213250384637, "prediction": "`` Good Hearted Woman '' is a song written by country music singers Waylon Jennings and Willie Nelson", "binary_answer": null, "no_answer_prob": -2.7710641622543335}
{"example_id": 1344035187694569533, "prediction": "Jinder Mahal", "binary_answer": null, "no_answer_prob": -2.5484042167663574}
{"example_id": 1502917367898345440, "prediction": "", "binary_answer": null, "no_answer_prob": -3.2103227376937866}
{"example_id": 9031057386416185589, "prediction": "Gerald Patrick `` Jerry '' Mathers", "binary_answer": null, "no_answer_prob": -12.965392231941223}
{"example_id": 6341013013362849696, "prediction": "Nicole Linkletter", "binary_answer": null, "no_answer_prob": -9.139424562454224}
{"example_id": -7194512475620654822, "prediction": "Jace Norman", "binary_answer": null, "no_answer_prob": -9.734489440917969}
{"example_id": 5962143859393625096, "prediction": "Tex Ritter", "binary_answer": null, "no_answer_prob": -5.5991750955581665}
{"example_id": -9030376865812332500, "prediction": "Spectral measurements have given bubble temperatures in the range from 7003230000000000000 \u2660 2300 K", "binary_answer": null, "no_answer_prob": 1.8168961927294731}
{"example_id": 6970940570709377084, "prediction": "Three", "binary_answer": null, "no_answer_prob": 0.7177363634109497}
{"example_id": -6333388263711929199, "prediction": "Kyle", "binary_answer": null, "no_answer_prob": -6.879754304885864}
{"example_id": -5641978687888814360, "prediction": "Paper Lace", "binary_answer": null, "no_answer_prob": -8.341912865638733}
{"example_id": 1259381575508656609, "prediction": "The Chihuahuan Desert", "binary_answer": null, "no_answer_prob": -7.4286699295043945}
{"example_id": -3688060931787394485, "prediction": "\u00c9lodie Yung", "binary_answer": null, "no_answer_prob": -8.35721230506897}
{"example_id": 9138159557946695944, "prediction": "The Pilgrims or Pilgrim Fathers", "binary_answer": null, "no_answer_prob": 1.200657770037651}
{"example_id": -4041794130324379867, "prediction": "Orlando , Florida City City of Orlando", "binary_answer": null, "no_answer_prob": 3.193410873413086}
{"example_id": 2988190536299610456, "prediction": "", "binary_answer": null, "no_answer_prob": 1.632910579442978}
{"example_id": 72252429778256842, "prediction": "", "binary_answer": null, "no_answer_prob": 2.609601676464081}
{"example_id": 6454351005640940124, "prediction": "seventh", "binary_answer": null, "no_answer_prob": 0.39387744665145874}
{"example_id": 9207413400847059182, "prediction": "Part of a series on Politics Primary topics ( show ) Index of politics articles Politics by country Politics by subdivision Political economy", "binary_answer": null, "no_answer_prob": -0.29135358333587646}
{"example_id": 1652835814919396541, "prediction": "Joe Sample and Will Jennings", "binary_answer": null, "no_answer_prob": -12.01849091053009}
{"example_id": -7970373449214571207, "prediction": "`` All I Ask of You ''", "binary_answer": null, "no_answer_prob": -4.081272721290588}
{"example_id": 3510394228186715123, "prediction": "60 degrees", "binary_answer": null, "no_answer_prob": -6.572279214859009}
{"example_id": -7141893122773021850, "prediction": "High Renaissance art", "binary_answer": null, "no_answer_prob": -5.668458342552185}
{"example_id": -6209108594426554875, "prediction": "Tamil Nadu", "binary_answer": null, "no_answer_prob": -6.7831902503967285}
{"example_id": -1681229050099407904, "prediction": "in the Roman Catholic Diocese of Lincoln", "binary_answer": null, "no_answer_prob": -8.610776364803314}
{"example_id": 1274270609013327939, "prediction": "Cheap Trick", "binary_answer": null, "no_answer_prob": -11.300217986106873}
{"example_id": -5753975599668624931, "prediction": "Mace Windu", "binary_answer": null, "no_answer_prob": -11.513641119003296}
{"example_id": -6725782269108524479, "prediction": "Season eight", "binary_answer": null, "no_answer_prob": -2.3663341999053955}
{"example_id": 724737885404663616, "prediction": "as long as 70 years or more", "binary_answer": null, "no_answer_prob": -1.8483219146728516}
{"example_id": -1966306082938625963, "prediction": "approximately 301,100", "binary_answer": null, "no_answer_prob": -4.608677625656128}
{"example_id": 6466907251484277548, "prediction": "Roberts", "binary_answer": null, "no_answer_prob": -7.176052451133728}
{"example_id": -3730278336306753912, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7227609753608704}
{"example_id": -6972999114619312559, "prediction": "15 -- 30 %", "binary_answer": null, "no_answer_prob": -7.468423843383789}
{"example_id": 2798927680094101511, "prediction": "Ichthyology", "binary_answer": null, "no_answer_prob": -10.262412309646606}
{"example_id": -5071654247570504425, "prediction": "zone improvement plan .", "binary_answer": null, "no_answer_prob": -2.035253167152405}
{"example_id": 7384493306307560670, "prediction": "the Socratic political philosophers , and Aristotle", "binary_answer": null, "no_answer_prob": -7.9874149560928345}
{"example_id": -5761132518588880810, "prediction": "According to Holloway , each completed vehicle is worth around $150,000", "binary_answer": null, "no_answer_prob": -2.6189541816711426}
{"example_id": -4997143902139320192, "prediction": "Philadelphia Eagles", "binary_answer": null, "no_answer_prob": -5.251357555389404}
{"example_id": 5879525975812438275, "prediction": "Around 300", "binary_answer": null, "no_answer_prob": -9.27737557888031}
{"example_id": 8378608349702584388, "prediction": ".", "binary_answer": null, "no_answer_prob": -0.6278613209724426}
{"example_id": 6958071161013323741, "prediction": "in the woodland and in the realm of Fairyland", "binary_answer": null, "no_answer_prob": -4.488881468772888}
{"example_id": 8427714729898690361, "prediction": "`` Lupang Hinirang", "binary_answer": null, "no_answer_prob": -7.995769143104553}
{"example_id": -2675441497202145011, "prediction": "a slot machine", "binary_answer": null, "no_answer_prob": -1.1284294128417969}
{"example_id": -4143393616706584830, "prediction": "Krystian Godlewski", "binary_answer": null, "no_answer_prob": -6.868160963058472}
{"example_id": -945783798324340511, "prediction": "7 : 00 p.m. 20 : 00", "binary_answer": null, "no_answer_prob": -1.2001198530197144}
{"example_id": 4244476224341486877, "prediction": "Cameron Kennedy", "binary_answer": null, "no_answer_prob": -9.10955262184143}
{"example_id": -2259255661677732474, "prediction": "When the United Kingdom declared war on Nazi Germany", "binary_answer": null, "no_answer_prob": -1.571967363357544}
{"example_id": 7450647458618663015, "prediction": "the county of Lancashire", "binary_answer": null, "no_answer_prob": -4.531480550765991}
{"example_id": -1141892161770514586, "prediction": "Jeff Goldblum", "binary_answer": null, "no_answer_prob": -5.927668929100037}
{"example_id": 7265736210322632969, "prediction": "April 17 , 1813", "binary_answer": null, "no_answer_prob": -7.950159549713135}
{"example_id": -3717115099067435823, "prediction": "sensory neurons", "binary_answer": null, "no_answer_prob": -3.2092113494873047}
{"example_id": 4595642098002819571, "prediction": "June 30 , 2018", "binary_answer": null, "no_answer_prob": -8.013731837272644}
{"example_id": -818330539956445806, "prediction": "From its northern terminus at Goondiwindi in Queensland", "binary_answer": null, "no_answer_prob": -2.989832639694214}
{"example_id": -4991273046674202459, "prediction": "105 miles ( 169 km ) upriver from the Gulf of Mexico", "binary_answer": null, "no_answer_prob": -0.3490290641784668}
{"example_id": 633241840640269891, "prediction": "U.S. Army", "binary_answer": null, "no_answer_prob": -2.328424334526062}
{"example_id": 4204996071883324093, "prediction": "Dr. Wilbur Olin Atwater", "binary_answer": null, "no_answer_prob": -8.024330735206604}
{"example_id": 8170979616437943573, "prediction": "expresses his love towards a young man", "binary_answer": null, "no_answer_prob": -3.024191737174988}
{"example_id": -222262896632294255, "prediction": "Three people check into a hotel room", "binary_answer": null, "no_answer_prob": -5.147701621055603}
{"example_id": 8811202687149847159, "prediction": "The song is about a man who is about to be run off by his wife for his drinking ways", "binary_answer": null, "no_answer_prob": -0.27681589126586914}
{"example_id": -3054408902896859828, "prediction": "to effect changes according to their objectives", "binary_answer": null, "no_answer_prob": -1.3097490072250366}
{"example_id": -7480842020733184372, "prediction": "Jordan to the east and Israel and Palestine", "binary_answer": null, "no_answer_prob": -7.1483869552612305}
{"example_id": -6881164324389581178, "prediction": "1970", "binary_answer": null, "no_answer_prob": -9.692645102739334}
{"example_id": 6800165533631371207, "prediction": "eight", "binary_answer": null, "no_answer_prob": -5.334998846054077}
{"example_id": -2129564932747111736, "prediction": "Edward William Purvis", "binary_answer": null, "no_answer_prob": -4.508358955383301}
{"example_id": -8586714028519167423, "prediction": "August 7 , 2018", "binary_answer": null, "no_answer_prob": -11.806962370872498}
{"example_id": 7461608561568134424, "prediction": ".", "binary_answer": null, "no_answer_prob": -0.43508267402648926}
{"example_id": 7127164477289010092, "prediction": "Interstate 26 ( I - 26 ) is a South Carolina Interstate highway running generally east -- west", "binary_answer": null, "no_answer_prob": 1.3388205617666245}
{"example_id": 3754454240479871417, "prediction": "The Election Commission of India is an autonomous constitutional authority responsible for administering election processes", "binary_answer": null, "no_answer_prob": -4.985710144042969}
{"example_id": 4625710503913471361, "prediction": "1 dyne - centimetre", "binary_answer": null, "no_answer_prob": -1.9091835021972656}
{"example_id": 5285503480855949765, "prediction": "Winwood", "binary_answer": null, "no_answer_prob": -9.8905611038208}
{"example_id": 1059313277531833327, "prediction": "September 11 , 2017", "binary_answer": null, "no_answer_prob": -10.430432796478271}
{"example_id": -4390619489244149653, "prediction": "Mary Martha Byrne", "binary_answer": null, "no_answer_prob": -12.939953327178955}
{"example_id": 2421267297792024617, "prediction": "October 23 , 2013", "binary_answer": null, "no_answer_prob": -7.963716745376587}
{"example_id": -4097248875596755484, "prediction": "protector of man '' or `` defender of man ''", "binary_answer": null, "no_answer_prob": -8.354857206344604}
{"example_id": 2713202131477282402, "prediction": "the colony of Naucratis in Egypt", "binary_answer": null, "no_answer_prob": -6.449090480804443}
{"example_id": -1973626278762022871, "prediction": "6,620,908", "binary_answer": null, "no_answer_prob": -5.154783844947815}
{"example_id": -7387440667980043611, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9610642790794373}
{"example_id": -7720039272533875390, "prediction": "Swedish Fish is a fish - shaped chewy wine gum candy , originally developed by the Swedish candy producer Malaco", "binary_answer": null, "no_answer_prob": 0.7152915000915527}
{"example_id": -5997366814002379467, "prediction": "in the Coral Sea , off the coast of Queensland , Australia", "binary_answer": null, "no_answer_prob": -10.671016812324524}
{"example_id": 253446690375393275, "prediction": "Natasha Bianca Lyonne Braunstein", "binary_answer": null, "no_answer_prob": -12.084057211875916}
{"example_id": 10583838835567351, "prediction": "Pia Wurtzbach", "binary_answer": null, "no_answer_prob": -9.911320567131042}
{"example_id": 5188523125159108878, "prediction": "August 1 , 2014", "binary_answer": null, "no_answer_prob": -9.850116491317749}
{"example_id": 5120337207882236577, "prediction": "offers watercraft", "binary_answer": null, "no_answer_prob": 1.2541874051094055}
{"example_id": -4322474009639717351, "prediction": "the 1949 Armistice Agreements", "binary_answer": null, "no_answer_prob": -0.8592629432678223}
{"example_id": 7217927647495271969, "prediction": "Aldrick Rosas", "binary_answer": null, "no_answer_prob": -10.327064156532288}
{"example_id": 8074161244885548670, "prediction": "Mozzarella", "binary_answer": null, "no_answer_prob": -6.960007190704346}
{"example_id": -8491458297615165745, "prediction": "Francisco de Almeida", "binary_answer": null, "no_answer_prob": -8.687271118164062}
{"example_id": 1997840332687758140, "prediction": "victory '' in Greek , and Athena was worshipped in this form , representative of being victorious in war", "binary_answer": null, "no_answer_prob": -3.820775866508484}
{"example_id": 4403011770278993624, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -9.873122930526733}
{"example_id": 2927480463543381318, "prediction": "Minnesota Timberwolves", "binary_answer": null, "no_answer_prob": -0.8683226108551025}
{"example_id": 8340915536140551023, "prediction": "July 28 , 1992", "binary_answer": null, "no_answer_prob": -7.064718961715698}
{"example_id": -6090822662525553298, "prediction": "Smokin '", "binary_answer": null, "no_answer_prob": 2.87649267911911}
{"example_id": 399051628583702807, "prediction": "the king of Ceylon sent to Kerala at the request of the Chera king Bhaskara Ravi Varma", "binary_answer": null, "no_answer_prob": 1.1582223773002625}
{"example_id": 933694769513133899, "prediction": "three days", "binary_answer": null, "no_answer_prob": -6.933398485183716}
{"example_id": -7520121449995916737, "prediction": "John Farrar", "binary_answer": null, "no_answer_prob": -13.285350680351257}
{"example_id": 5589759569929682437, "prediction": "1927", "binary_answer": null, "no_answer_prob": -9.731551080942154}
{"example_id": -6803575577526902612, "prediction": "Dodger Stadium", "binary_answer": null, "no_answer_prob": -5.854170322418213}
{"example_id": 4735550326345627014, "prediction": "Clayton Kershaw", "binary_answer": null, "no_answer_prob": -10.502268552780151}
{"example_id": 8942429205614838980, "prediction": "ad valorem tax", "binary_answer": null, "no_answer_prob": -5.837810754776001}
{"example_id": 1230950030880811279, "prediction": "Rebecca Stead", "binary_answer": null, "no_answer_prob": -10.225867867469788}
{"example_id": 4772188785462991555, "prediction": "Roger Taylor", "binary_answer": null, "no_answer_prob": -3.217516541481018}
{"example_id": 7072605878818624526, "prediction": "100 %", "binary_answer": null, "no_answer_prob": -6.366783499717712}
{"example_id": 1225367555616175521, "prediction": "Visual texture or `` Implied texture '' is the illusion of having physical texture", "binary_answer": null, "no_answer_prob": -3.870408535003662}
{"example_id": 5117169926458730502, "prediction": "Tyronn Jamar Lue", "binary_answer": null, "no_answer_prob": -12.988370656967163}
{"example_id": -3777338848416425387, "prediction": "U.S. Route 20 ( US 20 )", "binary_answer": null, "no_answer_prob": -9.940512299537659}
{"example_id": -5556400711618316219, "prediction": "Philadelphia Eagles", "binary_answer": null, "no_answer_prob": -4.453911900520325}
{"example_id": 3709874743445037787, "prediction": "7000272548000000000 \u2660 2.725 48 \u00b1 0.000 57 K", "binary_answer": null, "no_answer_prob": -5.944555044174194}
{"example_id": -5981644299603416480, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -9.504668235778809}
{"example_id": 3953518350412364336, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.4695721864700317}
{"example_id": 2408970838137073912, "prediction": "28 July 1914", "binary_answer": null, "no_answer_prob": -10.000348329544067}
{"example_id": 8926544424310132810, "prediction": "Jack Harrell", "binary_answer": null, "no_answer_prob": -6.011670470237732}
{"example_id": 2897477286142838468, "prediction": "1984", "binary_answer": null, "no_answer_prob": -6.583966374397278}
{"example_id": -5434780584158426949, "prediction": "Vancouver , British Columbia", "binary_answer": null, "no_answer_prob": -6.578484058380127}
{"example_id": 4058418321970042370, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.4848870635032654}
{"example_id": -3899058950038815223, "prediction": "", "binary_answer": null, "no_answer_prob": 4.3429282903671265}
{"example_id": -282524665800613074, "prediction": "", "binary_answer": null, "no_answer_prob": 3.131383180618286}
{"example_id": 6144540135105218781, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4399019479751587}
{"example_id": 3679225107990950505, "prediction": "The Battle of Ia Drang", "binary_answer": null, "no_answer_prob": -9.613474130630493}
{"example_id": -1480402774341746926, "prediction": "Merle Travis", "binary_answer": null, "no_answer_prob": -9.138154029846191}
{"example_id": -8914489164477752290, "prediction": "Matt Vasgersian", "binary_answer": null, "no_answer_prob": -2.4757678508758545}
{"example_id": 2663098171743772194, "prediction": "The Romantics", "binary_answer": null, "no_answer_prob": -10.953140139579773}
{"example_id": -6548973324426578609, "prediction": "Neil Patrick Harris", "binary_answer": null, "no_answer_prob": -11.414489269256592}
{"example_id": -8494356728875873497, "prediction": "36", "binary_answer": null, "no_answer_prob": -2.7436108589172363}
{"example_id": -465602876539575550, "prediction": "Glenn Miller and by the Andrews Sisters", "binary_answer": null, "no_answer_prob": -4.805896282196045}
{"example_id": -2198053824289529708, "prediction": "Julia Louis - Dreyfus", "binary_answer": null, "no_answer_prob": -9.685830116271973}
{"example_id": -1712973995367791240, "prediction": "Kruger National Park , South Africa", "binary_answer": null, "no_answer_prob": -11.085564613342285}
{"example_id": 4696777345576589464, "prediction": "The earliest attestation of the term `` johnny cake '' is from 1739 ( in South Carolina )", "binary_answer": null, "no_answer_prob": -6.283861875534058}
{"example_id": -5714870557742901515, "prediction": "Physikalisch - Technische Bundesanstalt , Braunschweig , Germany", "binary_answer": null, "no_answer_prob": -0.6804505586624146}
{"example_id": 2265055189082030896, "prediction": "1,746", "binary_answer": null, "no_answer_prob": -8.227864980697632}
{"example_id": 8360100301544651302, "prediction": "Assassin 's Creed", "binary_answer": null, "no_answer_prob": 2.760629892349243}
{"example_id": 7471377214035566678, "prediction": "1775", "binary_answer": null, "no_answer_prob": -9.37657505273819}
{"example_id": 2429412611664494541, "prediction": "The album includes numerous allusions", "binary_answer": null, "no_answer_prob": 2.7903165221214294}
{"example_id": -3499744127166483314, "prediction": "It is a prohibition of blasphemy", "binary_answer": null, "no_answer_prob": -6.280608057975769}
{"example_id": -5606354794602685296, "prediction": "86 billion", "binary_answer": null, "no_answer_prob": -6.343991160392761}
{"example_id": -1897104500963046396, "prediction": "terminal pancreatic cancer", "binary_answer": null, "no_answer_prob": -9.278952598571777}
{"example_id": 1324986072842783723, "prediction": "The Astros", "binary_answer": null, "no_answer_prob": -9.69216525554657}
{"example_id": -4220096055799093576, "prediction": "Washington Capitals", "binary_answer": null, "no_answer_prob": -8.700121402740479}
{"example_id": 5696241645238189410, "prediction": "The video for the song was filmed at a special video shoot with fan club members at the New London Theatre Centre on 6 October 1977", "binary_answer": null, "no_answer_prob": 4.513730406761169}
{"example_id": -1632922854823814808, "prediction": "19 December 2001", "binary_answer": null, "no_answer_prob": -6.9430601596832275}
{"example_id": -6833612481033953721, "prediction": "66,000", "binary_answer": null, "no_answer_prob": -10.093101024627686}
{"example_id": -638825361940158479, "prediction": "early German - speaking immigrants to Pennsylvania and their descendants", "binary_answer": null, "no_answer_prob": -3.1856013536453247}
{"example_id": 6443699114955699262, "prediction": "September 18 , 2015", "binary_answer": null, "no_answer_prob": -12.56891143321991}
{"example_id": 1107377923758642169, "prediction": "the continuity of the animated series Batman Beyond , in which Bruce Wayne has retired from crime fighting", "binary_answer": null, "no_answer_prob": -4.895322680473328}
{"example_id": 2269043647142103601, "prediction": "the governments of the United Kingdom , the United States , Japan , France , and Italy", "binary_answer": null, "no_answer_prob": -0.43353962898254395}
{"example_id": 4263717408740992265, "prediction": "Paul Hermann M\u00fcller", "binary_answer": null, "no_answer_prob": -5.015011787414551}
{"example_id": 1026627735407042249, "prediction": "Union of Soviet Socialist Republics", "binary_answer": null, "no_answer_prob": -8.088999390602112}
{"example_id": 6667408877332999420, "prediction": "E-6", "binary_answer": null, "no_answer_prob": -5.901944875717163}
{"example_id": -6348649568625217757, "prediction": "State City of License Broadcast Market", "binary_answer": null, "no_answer_prob": -4.334284424781799}
{"example_id": 3372415701804704610, "prediction": "Jacques Kallis", "binary_answer": null, "no_answer_prob": -5.245683789253235}
{"example_id": -4945559110156887471, "prediction": "in an ordinary nutrient medium", "binary_answer": null, "no_answer_prob": -3.1705085039138794}
{"example_id": 2934346439791667318, "prediction": "In the following episode `` My Brother 's Keeper ''", "binary_answer": null, "no_answer_prob": -4.405028820037842}
{"example_id": 8999829135600114112, "prediction": "Martin Luther and continued by John Calvin , Huldrych Zwingli , and other early Protestant Reformers", "binary_answer": null, "no_answer_prob": -1.0465824604034424}
{"example_id": 603650290631935779, "prediction": "6", "binary_answer": null, "no_answer_prob": -8.188504457473755}
{"example_id": 5750802445008974137, "prediction": "Robert Reiner", "binary_answer": null, "no_answer_prob": -7.587294578552246}
{"example_id": -5602532273345877851, "prediction": "Toronto , Ontario , Canada , Raleigh -- Durham , North Carolina , United States", "binary_answer": null, "no_answer_prob": -5.38111937046051}
{"example_id": -7391776305567180350, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4241199493408203}
{"example_id": -4081025050135057853, "prediction": "Mary Rose Foster", "binary_answer": null, "no_answer_prob": -9.458715677261353}
{"example_id": 1118275960282936565, "prediction": "Human occupation of New Mexico stretches back at least 11,000 years to the hunter - gatherer Clovis culture", "binary_answer": null, "no_answer_prob": 2.094936728477478}
{"example_id": 9140184423933742473, "prediction": "In its modern form , it consists of a set of electromechanical base units", "binary_answer": null, "no_answer_prob": -3.4227324724197388}
{"example_id": 9143453306264664567, "prediction": "November 7 , 2017", "binary_answer": null, "no_answer_prob": -3.8607653379440308}
{"example_id": -619552552673730334, "prediction": "concrete , mortar , stucco , and non-specialty grout", "binary_answer": null, "no_answer_prob": -4.918236970901489}
{"example_id": 7083516114276304235, "prediction": "City status in the United Kingdom is granted by the monarch of the United Kingdom to a select group of communities", "binary_answer": null, "no_answer_prob": -1.2647913694381714}
{"example_id": 2111714779027586231, "prediction": "Thou Art", "binary_answer": null, "no_answer_prob": -6.918797731399536}
{"example_id": 8887113180791602199, "prediction": "a shift to a diversified and knowledge - based economy", "binary_answer": null, "no_answer_prob": 0.16059207916259766}
{"example_id": 2348635650279460850, "prediction": "In the first episode of season seven", "binary_answer": null, "no_answer_prob": -4.382787585258484}
{"example_id": -6476981481088322960, "prediction": "May 4 , 2012", "binary_answer": null, "no_answer_prob": -5.048766851425171}
{"example_id": 1212955273925817619, "prediction": "atop the Gallery Place rapid transit station of the Washington Metro", "binary_answer": null, "no_answer_prob": -8.024322509765625}
{"example_id": 7168704693559091435, "prediction": "Sunil Pal", "binary_answer": null, "no_answer_prob": -8.556044697761536}
{"example_id": 575189886885756719, "prediction": "McKean", "binary_answer": null, "no_answer_prob": -6.987370610237122}
{"example_id": 1158571622347711112, "prediction": "asexual reproduction", "binary_answer": null, "no_answer_prob": 1.4789371490478516}
{"example_id": -5123917427978005465, "prediction": ".", "binary_answer": null, "no_answer_prob": 0.8129094243049622}
{"example_id": -394251823303258599, "prediction": "Screamin ' Jay Hawkins", "binary_answer": null, "no_answer_prob": -12.235864639282227}
{"example_id": 4827717693211948159, "prediction": "1994", "binary_answer": null, "no_answer_prob": -5.131882429122925}
{"example_id": 8435086146654932085, "prediction": "Isham Jones", "binary_answer": null, "no_answer_prob": -12.620270133018494}
{"example_id": 5893529515895287031, "prediction": "2014", "binary_answer": null, "no_answer_prob": -11.481814503669739}
{"example_id": 2985006056550388779, "prediction": "Peter , Paul and Mary", "binary_answer": null, "no_answer_prob": -10.339882850646973}
{"example_id": 3971361751209691329, "prediction": "From 2012 to 2013 , Goggins", "binary_answer": null, "no_answer_prob": -4.966760158538818}
{"example_id": -5539931265072791856, "prediction": "Melissa Ivy Rauch", "binary_answer": null, "no_answer_prob": -12.473716378211975}
{"example_id": -3285438570191765418, "prediction": "1991", "binary_answer": null, "no_answer_prob": -6.756470203399658}
{"example_id": -1289550213230410574, "prediction": "U.S. Environmental Protection Agency ( EPA )", "binary_answer": null, "no_answer_prob": -6.588874578475952}
{"example_id": 2098161918008256587, "prediction": "Alfred Thomas `` Freddie '' Highmore", "binary_answer": null, "no_answer_prob": -11.543698787689209}
{"example_id": 6303755203792861704, "prediction": "18", "binary_answer": null, "no_answer_prob": -4.954416513442993}
{"example_id": 173655955415083025, "prediction": "Arieskraal Dam Eikenhof Dam Kogelberg Dam Rockview Dam Transpalmiet Dam", "binary_answer": null, "no_answer_prob": -4.87140417098999}
{"example_id": 5364970878691762504, "prediction": "Major R. Johnson Finley", "binary_answer": null, "no_answer_prob": -2.6632050275802612}
{"example_id": -6102069576651551651, "prediction": "The majority of the film was shot in and around Clinton , Louisiana", "binary_answer": null, "no_answer_prob": -5.052037239074707}
{"example_id": -6401644871646339141, "prediction": "Lou Johnson", "binary_answer": null, "no_answer_prob": -4.011898398399353}
{"example_id": 337668016004196187, "prediction": "2012", "binary_answer": null, "no_answer_prob": -2.0653709173202515}
{"example_id": 7893424112395630297, "prediction": "sn - Glycerol 3 - phosphate", "binary_answer": null, "no_answer_prob": 0.9765225499868393}
{"example_id": -812823179452036694, "prediction": "Laura Branigan", "binary_answer": null, "no_answer_prob": -6.587218403816223}
{"example_id": 5216146757658146891, "prediction": "during exercise", "binary_answer": null, "no_answer_prob": -4.740321159362793}
{"example_id": 2683989575225384589, "prediction": "Maureen O'Hara , John Payne , Natalie Wood and Edmund Gwenn", "binary_answer": null, "no_answer_prob": -1.507733941078186}
{"example_id": 7114253970484917136, "prediction": "Harry Potter and the Philosopher 's Stone", "binary_answer": null, "no_answer_prob": -6.23335075378418}
{"example_id": -6002828802715205298, "prediction": "The term `` axis '' was first applied to the Italo - German relationship by the Italian prime minister Benito Mussolini", "binary_answer": null, "no_answer_prob": -3.7655839920043945}
{"example_id": 86680290216010549, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -9.592171788215637}
{"example_id": 7235677821571370988, "prediction": "Name Bullet Diameter Case Length", "binary_answer": null, "no_answer_prob": 0.49395690858364105}
{"example_id": -8523588445567317165, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.2720067501068115}
{"example_id": 398426721088437632, "prediction": "less than 0.1 % of the world 's ocean surface , about half the area of France", "binary_answer": null, "no_answer_prob": -3.0320547223091125}
{"example_id": -4798644940681251731, "prediction": "Bruce DeShazer and Marv Gunn", "binary_answer": null, "no_answer_prob": -10.37477159500122}
{"example_id": 7245069777329157264, "prediction": "469 miles ( 755 km )", "binary_answer": null, "no_answer_prob": -10.445958375930786}
{"example_id": -1776310593007559070, "prediction": "centrally planned system", "binary_answer": null, "no_answer_prob": -9.26067066192627}
{"example_id": 5519894032483792407, "prediction": "George Hall", "binary_answer": null, "no_answer_prob": -6.7904030084609985}
{"example_id": 7914838432482010764, "prediction": "George Glenn Jones", "binary_answer": null, "no_answer_prob": -9.056075692176819}
{"example_id": 3356010362039543701, "prediction": "By all accounts , Hale", "binary_answer": null, "no_answer_prob": -4.091737747192383}
{"example_id": 6522755687197646934, "prediction": "September 1981", "binary_answer": null, "no_answer_prob": -7.692225456237793}
{"example_id": -1661985560864112982, "prediction": "Rossana Rosado", "binary_answer": null, "no_answer_prob": -11.469807863235474}
{"example_id": 7604267324256157253, "prediction": "Ray Henderson", "binary_answer": null, "no_answer_prob": -5.042804539203644}
{"example_id": -7398222676796693312, "prediction": "The orbit of a planet is an ellipse with the Sun at one of the two foci", "binary_answer": null, "no_answer_prob": 0.1259099841117859}
{"example_id": 2919163947350021200, "prediction": "data link layer", "binary_answer": null, "no_answer_prob": -6.574282884597778}
{"example_id": -5430547106217011898, "prediction": "`` He 's Got the Whole World in His Hands '' is a traditional American spiritual", "binary_answer": null, "no_answer_prob": 2.550464928150177}
{"example_id": -520979492398501417, "prediction": "Burbank , California , United States", "binary_answer": null, "no_answer_prob": -5.984859824180603}
{"example_id": -8959454205710858124, "prediction": "Van Morrison", "binary_answer": null, "no_answer_prob": -2.9809861183166504}
{"example_id": -4599243710191582050, "prediction": "determine the characteristics of the data that may be stored and the methods ( operations ) of processing that are permitted involving them .", "binary_answer": null, "no_answer_prob": -2.189828038215637}
{"example_id": 963029148279841842, "prediction": "1950", "binary_answer": null, "no_answer_prob": -9.366487920284271}
{"example_id": 3978056110048904941, "prediction": "Dog anatomy comprises the anatomical studies of the visible parts of the body of a canine", "binary_answer": null, "no_answer_prob": 1.3237495422363281}
{"example_id": 276390223729988210, "prediction": "There were several causes for the U.S. declaration of war : First , a series of trade restrictions", "binary_answer": null, "no_answer_prob": -3.0409140586853027}
{"example_id": -5860978641451248758, "prediction": "constitutional monarchy", "binary_answer": null, "no_answer_prob": -8.5360746383667}
{"example_id": -5530649195801325737, "prediction": "July 3 , 1985", "binary_answer": null, "no_answer_prob": -9.201655149459839}
{"example_id": 3307313515663062547, "prediction": "Mike Myers", "binary_answer": null, "no_answer_prob": -1.6186730861663818}
{"example_id": -3573827410614527079, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8024107217788696}
{"example_id": -2525953826884829153, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0882554054260254}
{"example_id": 5981831660206715313, "prediction": "July 20 , 1969", "binary_answer": null, "no_answer_prob": -6.588675498962402}
{"example_id": 8423232783444896189, "prediction": "the Lonely ''", "binary_answer": null, "no_answer_prob": -3.083600401878357}
{"example_id": -2861510395065606874, "prediction": "Robert Hooke", "binary_answer": null, "no_answer_prob": -9.019487380981445}
{"example_id": 171529901418671470, "prediction": "Average Name 0.451", "binary_answer": null, "no_answer_prob": -2.791963815689087}
{"example_id": -173644093886799429, "prediction": "proved groundbreaking", "binary_answer": null, "no_answer_prob": -1.41535222530365}
{"example_id": 3831752968076008010, "prediction": "1984", "binary_answer": null, "no_answer_prob": -9.239479221403599}
{"example_id": -8980556105133086858, "prediction": "Rea", "binary_answer": null, "no_answer_prob": -10.821328520774841}
{"example_id": -3886213075371360647, "prediction": "31.6 %", "binary_answer": null, "no_answer_prob": -4.764354705810547}
{"example_id": 645017412166141476, "prediction": "Dennis Keith Rodman", "binary_answer": null, "no_answer_prob": -7.307426691055298}
{"example_id": 341740240568970525, "prediction": "between approximately 1905 and 1969", "binary_answer": null, "no_answer_prob": -3.2427399158477783}
{"example_id": -53856999867473829, "prediction": "43 miles ( 69 kilometers ) northwest of Columbia", "binary_answer": null, "no_answer_prob": -6.68670654296875}
{"example_id": -1486813133041571924, "prediction": "middle - income , mixed economy", "binary_answer": null, "no_answer_prob": -5.663701295852661}
{"example_id": -4638130633565306121, "prediction": "Creative destruction", "binary_answer": null, "no_answer_prob": -4.566979289054871}
{"example_id": 4878637520859224581, "prediction": "season two", "binary_answer": null, "no_answer_prob": -0.2465825080871582}
{"example_id": 8847585016312982344, "prediction": "at least four", "binary_answer": null, "no_answer_prob": -3.499736189842224}
{"example_id": 365896500643276977, "prediction": "Young man -- Young man -- Your arm 's too short to box with God .", "binary_answer": null, "no_answer_prob": -0.714202880859375}
{"example_id": -3500472155295618372, "prediction": "Traditional Jewish law and practice has included various forms of tithing since ancient times", "binary_answer": null, "no_answer_prob": -4.505420207977295}
{"example_id": 1308444176502429560, "prediction": "Furnace Creek , Death Valley", "binary_answer": null, "no_answer_prob": -9.521598815917969}
{"example_id": 4912910463851941534, "prediction": "the Norse god", "binary_answer": null, "no_answer_prob": -0.7719848155975342}
{"example_id": -8201592372975191063, "prediction": "Denis Norden", "binary_answer": null, "no_answer_prob": -6.653473258018494}
{"example_id": 5292439029858194957, "prediction": "economic development and planning", "binary_answer": null, "no_answer_prob": -8.98671543598175}
{"example_id": -8899579258159047749, "prediction": "Russian dressing is a salad dressing", "binary_answer": null, "no_answer_prob": -1.4842051267623901}
{"example_id": -7746363568033533745, "prediction": "3,745 ft ( 1,141 m )", "binary_answer": null, "no_answer_prob": -10.597257137298584}
{"example_id": -4828542444966239508, "prediction": "ten years", "binary_answer": null, "no_answer_prob": -8.504959464073181}
{"example_id": -3586117030178166108, "prediction": "`` Fun Run ''", "binary_answer": null, "no_answer_prob": -4.087703227996826}
{"example_id": -136082242920765563, "prediction": "58 people dead and 851", "binary_answer": null, "no_answer_prob": -9.277082562446594}
{"example_id": 6196151133262712969, "prediction": "Brian Taylor", "binary_answer": null, "no_answer_prob": 1.070611983537674}
{"example_id": -1387317429726961253, "prediction": "1866", "binary_answer": null, "no_answer_prob": -0.2994260787963867}
{"example_id": 2060954965551160620, "prediction": "Gerald Patrick `` Jerry '' Mathers", "binary_answer": null, "no_answer_prob": -12.826978325843811}
{"example_id": 2649993102603297566, "prediction": "a loan in which the lender agrees to lend a maximum amount within an agreed period ( called a term )", "binary_answer": null, "no_answer_prob": -5.318365931510925}
{"example_id": -7226821841494280853, "prediction": "`` HOLLYWOOD '' is spelled out in 44 - foot ( 13.4 m ) - tall white capital letters", "binary_answer": null, "no_answer_prob": -0.7262227535247803}
{"example_id": 6085340906618669128, "prediction": "In Russia for a long time the queen could also move like a knight", "binary_answer": null, "no_answer_prob": 1.148799568414688}
{"example_id": 3961226677776393751, "prediction": "April 1917", "binary_answer": null, "no_answer_prob": -12.573797225952148}
{"example_id": 5942533792548076704, "prediction": "nuclear family", "binary_answer": null, "no_answer_prob": -2.633174180984497}
{"example_id": -1851067383725589350, "prediction": "fossil fuels", "binary_answer": null, "no_answer_prob": -8.285516858100891}
{"example_id": 3693785129875254198, "prediction": "November 18 , 1883", "binary_answer": null, "no_answer_prob": -7.493563532829285}
{"example_id": -107214109095329415, "prediction": "264,000", "binary_answer": null, "no_answer_prob": -0.19408714771270752}
{"example_id": -9132750877730171651, "prediction": "the African bush elephant , L. africana", "binary_answer": null, "no_answer_prob": -7.318321228027344}
{"example_id": -2123887067814043573, "prediction": "Rose Henshall and Joan Dillon", "binary_answer": null, "no_answer_prob": -3.271988868713379}
{"example_id": 6831873441859437395, "prediction": "May 4 , 1999", "binary_answer": null, "no_answer_prob": -13.520819783210754}
{"example_id": 7607072435945134409, "prediction": "29.5 inches ( 75 cm ) in circumference .", "binary_answer": null, "no_answer_prob": -6.856380105018616}
{"example_id": 59285052061375594, "prediction": "Blind Faith", "binary_answer": null, "no_answer_prob": -5.560146331787109}
{"example_id": -2410109206659813779, "prediction": "", "binary_answer": null, "no_answer_prob": 5.700756072998047}
{"example_id": -5934587290164255986, "prediction": "five", "binary_answer": null, "no_answer_prob": -9.948115587234497}
{"example_id": -2159625781235382272, "prediction": "22 June 2012", "binary_answer": null, "no_answer_prob": -13.14064347743988}
{"example_id": -8037262657604745808, "prediction": "Notre Dame", "binary_answer": null, "no_answer_prob": -5.866479873657227}
{"example_id": 4737625490278013142, "prediction": "Berry Gordy Freddie Perren Alphonso Mizell Deke Richards )", "binary_answer": null, "no_answer_prob": -5.231032848358154}
{"example_id": -2329587287338104766, "prediction": "James LaRue Avery", "binary_answer": null, "no_answer_prob": -7.180694818496704}
{"example_id": 4647818796298534404, "prediction": "sixteen", "binary_answer": null, "no_answer_prob": -8.375519752502441}
{"example_id": 8265471107555127346, "prediction": "Fourth Amendment", "binary_answer": null, "no_answer_prob": -7.297295570373535}
{"example_id": 3609901418190074273, "prediction": "between the United States , the United Kingdom , and Ireland", "binary_answer": null, "no_answer_prob": -1.7363909482955933}
{"example_id": -613469882960644450, "prediction": "April 13 , 2015", "binary_answer": null, "no_answer_prob": -6.251869201660156}
{"example_id": -8763004090664727773, "prediction": "Name Seasons No. of episodes Portrayer Character summary Charles Ingalls", "binary_answer": null, "no_answer_prob": -0.7122197151184082}
{"example_id": -7953429798957183620, "prediction": "Doretta Morrow", "binary_answer": null, "no_answer_prob": -6.5848774909973145}
{"example_id": 6519165553360845522, "prediction": "Yannick D. Bisson", "binary_answer": null, "no_answer_prob": -13.576611876487732}
{"example_id": -6414947426303502550, "prediction": "Asociality refers to the lack of motivation to engage in social interaction , or a preference for solitary activities", "binary_answer": null, "no_answer_prob": 1.609942078590393}
{"example_id": 1550756004725319534, "prediction": "January 15 , 2009", "binary_answer": null, "no_answer_prob": -9.548072457313538}
{"example_id": 1696844040475304475, "prediction": "David Allan Coe", "binary_answer": null, "no_answer_prob": -12.41032862663269}
{"example_id": 3681572114274171842, "prediction": "Spiegeleier", "binary_answer": null, "no_answer_prob": -7.70156466960907}
{"example_id": 6801471705649959223, "prediction": "31.5 hours and 19.5 hours before landfall , respectively -- only slightly less than the target thresholds for many days", "binary_answer": null, "no_answer_prob": -0.7032418251037598}
{"example_id": -3536131815820112023, "prediction": "30 September 1929", "binary_answer": null, "no_answer_prob": -8.395424842834473}
{"example_id": 4839476130665858888, "prediction": "", "binary_answer": null, "no_answer_prob": -2.968033194541931}
{"example_id": 7992443050472249822, "prediction": "Islamic Emirate of Afghanistan", "binary_answer": null, "no_answer_prob": -7.349977254867554}
{"example_id": -1484752057412977131, "prediction": "London Bridge is falling down , Falling down , falling down . London Bridge is falling down , My fair lady .", "binary_answer": null, "no_answer_prob": -4.179929614067078}
{"example_id": 1077524426526360516, "prediction": "The ism", "binary_answer": null, "no_answer_prob": 1.2989856004714966}
{"example_id": -1002689427646740593, "prediction": "Varahagiri Venkata Giri", "binary_answer": null, "no_answer_prob": -10.53624677658081}
{"example_id": 5759193192460133072, "prediction": "1968", "binary_answer": null, "no_answer_prob": -8.923247575759888}
{"example_id": 7672382285224467664, "prediction": "`` The Lion Sleeps Tonight", "binary_answer": null, "no_answer_prob": -3.2514947652816772}
{"example_id": -7586855428432055678, "prediction": "papermaking , the compass , gunpowder , and printing", "binary_answer": null, "no_answer_prob": 2.997788727283478}
{"example_id": 9065895908860919523, "prediction": "Paper Lace", "binary_answer": null, "no_answer_prob": -8.642701387405396}
{"example_id": -3009528490888859389, "prediction": "seven", "binary_answer": null, "no_answer_prob": -9.601391792297363}
{"example_id": -3530189360303646361, "prediction": "Walter Sobchak", "binary_answer": null, "no_answer_prob": -10.363936066627502}
{"example_id": -3690449233496442110, "prediction": "Geographical renaming", "binary_answer": null, "no_answer_prob": 1.108515441417694}
{"example_id": -3186127641276902936, "prediction": "The story of Olivia 's adventures", "binary_answer": null, "no_answer_prob": 3.525378942489624}
{"example_id": 2379300787508659262, "prediction": "`` Boo - Yah ! '' `` Hallah ''", "binary_answer": null, "no_answer_prob": -2.553964614868164}
{"example_id": -6451147654442819150, "prediction": "Google 's homepage includes a button labeled `` I 'm Feeling Lucky '' . Prior to a change in 2012", "binary_answer": null, "no_answer_prob": -0.19079160690307617}
{"example_id": 7893591519456747125, "prediction": "", "binary_answer": null, "no_answer_prob": 4.916996002197266}
{"example_id": 6458768865353537871, "prediction": "The North American fur trade began as early as the 1500s with Europeans and First Nations", "binary_answer": null, "no_answer_prob": -0.6088061332702637}
{"example_id": -3720901794840662580, "prediction": "Bob Merrill", "binary_answer": null, "no_answer_prob": -11.328713536262512}
{"example_id": 2594286516767261680, "prediction": "7", "binary_answer": null, "no_answer_prob": -6.101435661315918}
{"example_id": -506326513923335619, "prediction": "", "binary_answer": null, "no_answer_prob": -0.0906912088394165}
{"example_id": -2634179903280090217, "prediction": "474", "binary_answer": null, "no_answer_prob": -9.426643252372742}
{"example_id": -3104735705429441907, "prediction": "English", "binary_answer": null, "no_answer_prob": -9.030042886734009}
{"example_id": 3054373585607347258, "prediction": "Chadwick Boseman", "binary_answer": null, "no_answer_prob": -11.79299795627594}
{"example_id": -5925584991124062342, "prediction": "21", "binary_answer": null, "no_answer_prob": -7.879926443099976}
{"example_id": -916811878574353022, "prediction": "200", "binary_answer": null, "no_answer_prob": -3.152029275894165}
{"example_id": -3513032860379097783, "prediction": "2015", "binary_answer": null, "no_answer_prob": -6.674784541130066}
{"example_id": 7514662139319106084, "prediction": "Evie Sands", "binary_answer": null, "no_answer_prob": -1.7137516736984253}
{"example_id": -4093752499378369560, "prediction": "a combination of fighters , bombers , helicopters , transport planes and other aircraft", "binary_answer": null, "no_answer_prob": -6.541198968887329}
{"example_id": -6402844944660092580, "prediction": "It was first printed by the King 's Printer Robert Barker", "binary_answer": null, "no_answer_prob": -3.8614825010299683}
{"example_id": -2527336952687327693, "prediction": "halfway", "binary_answer": null, "no_answer_prob": -1.4506515264511108}
{"example_id": 5980644746538415642, "prediction": "June 11 , 1986", "binary_answer": null, "no_answer_prob": -10.971434831619263}
{"example_id": 1739863570492104768, "prediction": "The Wicked Witch of the West", "binary_answer": null, "no_answer_prob": -8.896302342414856}
{"example_id": 6123168088055261033, "prediction": "Deepika Padukone", "binary_answer": null, "no_answer_prob": -9.990768790245056}
{"example_id": -4776364212864922320, "prediction": "Central mudminnow Lake chub Cisco ( fish ) Common carp Common logperch Coregonus artedi Coregonus hoyi", "binary_answer": null, "no_answer_prob": 0.6681113243103027}
{"example_id": -4404901968927241171, "prediction": "The End of All Things to Come", "binary_answer": null, "no_answer_prob": 0.029647216200828552}
{"example_id": -6310701261648691519, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9272558689117432}
{"example_id": -6467032154005627693, "prediction": "March 2016 , and aired over three consecutive nights , May 23 -- 25 , 2016", "binary_answer": null, "no_answer_prob": 2.0620646476745605}
{"example_id": -5921191882889566997, "prediction": "Mahanati ( transl . The great actress", "binary_answer": null, "no_answer_prob": -2.3710427284240723}
{"example_id": 769677231772107521, "prediction": "October 31 , 2010", "binary_answer": null, "no_answer_prob": 1.930247724056244}
{"example_id": -7275405644550143927, "prediction": "Louis Prima in the original film and by Christopher Walken", "binary_answer": null, "no_answer_prob": -8.513940334320068}
{"example_id": -5575025493284440364, "prediction": "435", "binary_answer": null, "no_answer_prob": -7.426997423171997}
{"example_id": 3882222646530576327, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -8.485447764396667}
{"example_id": -1585116645209342348, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": -7.985804319381714}
{"example_id": -255527787920537221, "prediction": "2018", "binary_answer": null, "no_answer_prob": -7.151673436164856}
{"example_id": -8213916464636818453, "prediction": "the New York Yankees", "binary_answer": null, "no_answer_prob": -7.7153589725494385}
{"example_id": 3389481330660729334, "prediction": "The President", "binary_answer": null, "no_answer_prob": -4.430988848209381}
{"example_id": -979637631821479998, "prediction": "Alvin Robertson", "binary_answer": null, "no_answer_prob": -5.12039315700531}
{"example_id": -4484061908781099297, "prediction": "Cyndi Lauper", "binary_answer": null, "no_answer_prob": -10.308552265167236}
{"example_id": -7303284957599257184, "prediction": "Cleveland Cavaliers", "binary_answer": null, "no_answer_prob": -5.987138867378235}
{"example_id": 8661423393534141282, "prediction": "Metrocolor and CinemaScope", "binary_answer": null, "no_answer_prob": -9.54423999786377}
{"example_id": 6014057846603375605, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.0932447612285614}
{"example_id": 7350075231654298286, "prediction": "2006 -- 07 season", "binary_answer": null, "no_answer_prob": -5.300071716308594}
{"example_id": 4337705903352321424, "prediction": "New World", "binary_answer": null, "no_answer_prob": -7.739519715309143}
{"example_id": -6119938181543883325, "prediction": "Sachse High School Band", "binary_answer": null, "no_answer_prob": -2.6116318702697754}
{"example_id": 8521551125139978901, "prediction": "August 21 , 2017", "binary_answer": null, "no_answer_prob": -4.927499294281006}
{"example_id": -7474269174343275954, "prediction": "", "binary_answer": null, "no_answer_prob": 6.54188597202301}
{"example_id": 1298828782853465977, "prediction": "September 9 , 1967", "binary_answer": null, "no_answer_prob": -8.443993091583252}
{"example_id": 2263024490547302330, "prediction": "October 22", "binary_answer": null, "no_answer_prob": -6.223433971405029}
{"example_id": 2961296588733938817, "prediction": "Name Country Flag Capital Currency Official languages Area ( km ) Population ( 2016 ) GDP per capita ( PPP ) ( US $ ) Anguilla", "binary_answer": null, "no_answer_prob": 0.22897210717201233}
{"example_id": -6706130334600628143, "prediction": "Central America , Cuba , Hispaniola . Caribbean Sea Relative to the African Plate", "binary_answer": null, "no_answer_prob": 1.7902236878871918}
{"example_id": 3786557589793018672, "prediction": "If the crew fails to remove the dead crabs , they can poison the entire tank and ruin the catch .", "binary_answer": null, "no_answer_prob": 1.8484643399715424}
{"example_id": 2219461279225190335, "prediction": "Bengal", "binary_answer": null, "no_answer_prob": -7.348560333251953}
{"example_id": -3363122463234350631, "prediction": "the duties that states within the United States have to respect the `` public acts , records , and judicial proceedings of every other state", "binary_answer": null, "no_answer_prob": -6.998202085494995}
{"example_id": 7935929571988853686, "prediction": "January 1 , 2018", "binary_answer": null, "no_answer_prob": -5.383271932601929}
{"example_id": -5644458293628759603, "prediction": "", "binary_answer": null, "no_answer_prob": -5.618343949317932}
{"example_id": 7351844234467259950, "prediction": "The Panic of 1857 was a financial panic in the United States caused by the declining international economy and over-expansion of the domestic economy", "binary_answer": null, "no_answer_prob": -0.8337286710739136}
{"example_id": -7021981143973671844, "prediction": "Tony Bennett", "binary_answer": null, "no_answer_prob": -8.410918951034546}
{"example_id": -5898591850403711947, "prediction": "Amanat Khan Shirazi", "binary_answer": null, "no_answer_prob": -6.584004878997803}
{"example_id": -5782316998189633760, "prediction": "Kansas", "binary_answer": null, "no_answer_prob": -5.109515905380249}
{"example_id": -689033604907999986, "prediction": "China is one of the world 's oldest civilizations , and is regarded as one of the cradles of civilization .", "binary_answer": null, "no_answer_prob": -4.429200172424316}
{"example_id": -3246033801988254779, "prediction": "Kristin Bauer van Straten", "binary_answer": null, "no_answer_prob": -13.49328601360321}
{"example_id": 5492728639558905559, "prediction": "January 29 , 2018", "binary_answer": null, "no_answer_prob": -5.273209452629089}
{"example_id": -7914330440672827988, "prediction": "The United States", "binary_answer": null, "no_answer_prob": -10.290337443351746}
{"example_id": 5607867777216904978, "prediction": "France , Poland and the United Kingdom , as well as their dependent states , such as British India", "binary_answer": null, "no_answer_prob": -1.589448094367981}
{"example_id": -1907735601045094448, "prediction": "Lady", "binary_answer": null, "no_answer_prob": -3.3488070964813232}
{"example_id": -886452231827056954, "prediction": "", "binary_answer": null, "no_answer_prob": 3.113720953464508}
{"example_id": -4398705085583212550, "prediction": "The Germanic tribes were chronicled by Rome 's historians as having had a critical impact on the course of Europe 's history", "binary_answer": null, "no_answer_prob": 0.64280129596591}
{"example_id": 548334571643904742, "prediction": "Tom Cochrane", "binary_answer": null, "no_answer_prob": -8.194444417953491}
{"example_id": 5880943313580702034, "prediction": "Denali Flavors that is manufactured by different companies under various brands", "binary_answer": null, "no_answer_prob": -2.194585919380188}
{"example_id": -7567564113279989313, "prediction": "late 16th century", "binary_answer": null, "no_answer_prob": 0.854709267616272}
{"example_id": 2796832574559779860, "prediction": "July 30 , 2017", "binary_answer": null, "no_answer_prob": -6.705528974533081}
{"example_id": -3183159678200132591, "prediction": "Democratic - Republican Party", "binary_answer": null, "no_answer_prob": -5.569286823272705}
{"example_id": -2620073796684572998, "prediction": "addresses means by which appropriate checks and balances can be created in government and also advocates a separation of powers within the national government", "binary_answer": null, "no_answer_prob": -3.0730316638946533}
{"example_id": -412704402378132556, "prediction": "January 5 , 1933", "binary_answer": null, "no_answer_prob": -7.124845385551453}
{"example_id": 4259076375981713191, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4488711953163147}
{"example_id": 914321407317560349, "prediction": "Branson , Missouri", "binary_answer": null, "no_answer_prob": -3.630227565765381}
{"example_id": -3672146252943810198, "prediction": "politician C. Rajagopalachari , philosopher Sarvepalli Radhakrishnan , and scientist C.V. Raman", "binary_answer": null, "no_answer_prob": -9.934518814086914}
{"example_id": 1980729432350266831, "prediction": "Wham !", "binary_answer": null, "no_answer_prob": -11.293800354003906}
{"example_id": -3254059069545270065, "prediction": "Sumitra Mahajan", "binary_answer": null, "no_answer_prob": -3.3671966791152954}
{"example_id": -989199404648234553, "prediction": "Steve Carell as Gru , a mean supervillain Jason Segel as Victor `` Vector '' Perkins", "binary_answer": null, "no_answer_prob": -1.7817919254302979}
{"example_id": -259821719024994750, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": -11.865515112876892}
{"example_id": 8634134016306466296, "prediction": "George Raymond Richard Martin", "binary_answer": null, "no_answer_prob": -7.686361610889435}
{"example_id": 4779335516521134384, "prediction": "October 2013", "binary_answer": null, "no_answer_prob": -10.547370791435242}
{"example_id": -4146357955786193547, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.372483432292938}
{"example_id": -5579147983426435143, "prediction": "describe the homicidal thoughts of a troubled youth", "binary_answer": null, "no_answer_prob": 2.725634753704071}
{"example_id": 3757799919542600697, "prediction": "President Donald Trump of the Republican Party", "binary_answer": null, "no_answer_prob": -4.406668782234192}
{"example_id": 8664043654812039206, "prediction": "398 ( SD ) Channel 198", "binary_answer": null, "no_answer_prob": -5.598572015762329}
{"example_id": -7713338342633469012, "prediction": "Emmitt Smith", "binary_answer": null, "no_answer_prob": -9.185121893882751}
{"example_id": 6259837044789186444, "prediction": "magnitude 2.2 Alpha Coronae Borealis", "binary_answer": null, "no_answer_prob": -9.774971723556519}
{"example_id": 994463371373162312, "prediction": "Colin Fleming", "binary_answer": null, "no_answer_prob": 2.226514518260956}
{"example_id": 3056066810524436761, "prediction": "300 ft in diameter", "binary_answer": null, "no_answer_prob": 0.12857794761657715}
{"example_id": -3187170524176385709, "prediction": "Ted Nelson and Douglas Engelbart", "binary_answer": null, "no_answer_prob": -7.319900035858154}
{"example_id": 3824927193670508937, "prediction": "Peshawar and Multan", "binary_answer": null, "no_answer_prob": -0.7940669059753418}
{"example_id": -6148134655601750853, "prediction": "Hull City Middlesbrough Sunderland", "binary_answer": null, "no_answer_prob": -2.2398420572280884}
{"example_id": 1865583860596863280, "prediction": "public law ( \u00f6ffentliches Recht )", "binary_answer": null, "no_answer_prob": -2.969952344894409}
{"example_id": 2843040773330412846, "prediction": "The number 42", "binary_answer": null, "no_answer_prob": -8.237720489501953}
{"example_id": 2850339324882439414, "prediction": "Gregory Peck as Atticus Finch and Mary Badham", "binary_answer": null, "no_answer_prob": -4.235094666481018}
{"example_id": -8002408281980860504, "prediction": "Loompaland", "binary_answer": null, "no_answer_prob": -4.228235244750977}
{"example_id": -6640923355673864596, "prediction": "Johnny Nash", "binary_answer": null, "no_answer_prob": -12.054272294044495}
{"example_id": -8984758864140179005, "prediction": "Emma Gwynedd Mary Chambers", "binary_answer": null, "no_answer_prob": -12.596423983573914}
{"example_id": 8609032591740725636, "prediction": "Treacher Collins syndrome", "binary_answer": null, "no_answer_prob": -5.560246706008911}
{"example_id": 1990933747819431351, "prediction": "October 1 , 2017", "binary_answer": null, "no_answer_prob": -5.632660388946533}
{"example_id": -670771198783217826, "prediction": "24,733", "binary_answer": null, "no_answer_prob": -11.915788769721985}
{"example_id": 2974068520643117096, "prediction": "Joffrey Baratheon", "binary_answer": null, "no_answer_prob": 0.07991147041320801}
{"example_id": 882620140835506239, "prediction": "below the skin at the back of the neck between the shoulder blades on the dorsal midline", "binary_answer": null, "no_answer_prob": -7.687155723571777}
{"example_id": 5270065759956892460, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -10.74045741558075}
{"example_id": 7741387357303652822, "prediction": "Lake Taupo", "binary_answer": null, "no_answer_prob": -8.879233360290527}
{"example_id": -4023250744057702129, "prediction": "a person who rings a bell , usually a church bell", "binary_answer": null, "no_answer_prob": -6.558132767677307}
{"example_id": -3862995944702637151, "prediction": "I Can Hear the Heart Beating as One", "binary_answer": null, "no_answer_prob": 3.4920153692364693}
{"example_id": 495198891764153416, "prediction": "$59,039", "binary_answer": null, "no_answer_prob": -6.5409674644470215}
{"example_id": -687455319517674717, "prediction": "Evangelism is the preaching of the Lord with the intention of exposing God 's love to all mankind through Jesus Christ", "binary_answer": null, "no_answer_prob": -7.152635812759399}
{"example_id": -3483022574776694489, "prediction": "Cyndi Lauper", "binary_answer": null, "no_answer_prob": -12.126408576965332}
{"example_id": 7137269479904898448, "prediction": "1946", "binary_answer": null, "no_answer_prob": -9.489612221717834}
{"example_id": 8930919371915751475, "prediction": "October 2012", "binary_answer": null, "no_answer_prob": -3.7592506408691406}
{"example_id": -4989492258683338617, "prediction": "Caterina Scorsone", "binary_answer": null, "no_answer_prob": -10.892879962921143}
{"example_id": -1332321554728012761, "prediction": "parr", "binary_answer": null, "no_answer_prob": -2.8732872009277344}
{"example_id": 7976100939875308597, "prediction": "the state of the system", "binary_answer": null, "no_answer_prob": -3.0548086166381836}
{"example_id": 2821632668190767125, "prediction": "over 375", "binary_answer": null, "no_answer_prob": -9.653306007385254}
{"example_id": -5242642161790890103, "prediction": "September 2017 to August 2018", "binary_answer": null, "no_answer_prob": -1.730415940284729}
{"example_id": 7067049317996998062, "prediction": "at least 1815", "binary_answer": null, "no_answer_prob": -4.236748695373535}
{"example_id": 6794426408637543034, "prediction": "25 June 1950", "binary_answer": null, "no_answer_prob": -9.367967367172241}
{"example_id": -3277207905955448337, "prediction": "Jermaine Stewart", "binary_answer": null, "no_answer_prob": -10.894510626792908}
{"example_id": -3749948691441486071, "prediction": "Rank City Country Image No. of skyscrapers Hong Kong China 317", "binary_answer": null, "no_answer_prob": -1.1291595697402954}
{"example_id": 2108086515194394077, "prediction": "`` Youth of the Nation", "binary_answer": null, "no_answer_prob": -2.203885555267334}
{"example_id": -474091261655087088, "prediction": "The post -- World War II economic expansion", "binary_answer": null, "no_answer_prob": 1.9243566691875458}
{"example_id": 7262977986120861210, "prediction": "New York New York", "binary_answer": null, "no_answer_prob": -5.151386022567749}
{"example_id": -5932484619330849473, "prediction": "rapper Xzibit", "binary_answer": null, "no_answer_prob": -9.848734378814697}
{"example_id": -8080625006577872279, "prediction": "2001", "binary_answer": null, "no_answer_prob": -9.543129086494446}
{"example_id": 2381604303163413266, "prediction": "2013", "binary_answer": null, "no_answer_prob": -9.133980751037598}
{"example_id": 3913478429503807396, "prediction": "Chicken fried steak ( similar to country fried steak )", "binary_answer": null, "no_answer_prob": -2.3260510861873627}
{"example_id": -3866366431221306521, "prediction": "Approximately 330 to 360 million people speak English as their first language . The United States has the most native speakers at 258 million", "binary_answer": null, "no_answer_prob": -5.376719355583191}
{"example_id": -7237163630689096677, "prediction": "first - pass metabolism in the liver before entering the general circulation .", "binary_answer": null, "no_answer_prob": -0.6962680816650391}
{"example_id": -5994662623630406407, "prediction": "late April and early May 1945", "binary_answer": null, "no_answer_prob": -5.585004806518555}
{"example_id": 1544458574731106981, "prediction": "4,737,270", "binary_answer": null, "no_answer_prob": -10.244401454925537}
{"example_id": 1043610965911447941, "prediction": "Various anaerobic bacteria", "binary_answer": null, "no_answer_prob": 0.8205465078353882}
{"example_id": 4753902374890177077, "prediction": "most of the greatest achievements , before the Crisis of the Third Century and later troubles reduced the wealth and organizing power of the central government .", "binary_answer": null, "no_answer_prob": 0.7801968455314636}
{"example_id": 1710706324443382841, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4753531515598297}
{"example_id": -8500232893782618864, "prediction": "Peekskill , New York", "binary_answer": null, "no_answer_prob": -9.632131814956665}
{"example_id": 8627228541151141053, "prediction": "Sedaka", "binary_answer": null, "no_answer_prob": -6.82451593875885}
{"example_id": 5291592625105136479, "prediction": "Adam Warlock", "binary_answer": null, "no_answer_prob": -4.4741528034210205}
{"example_id": 7881450540907539581, "prediction": "Snow White and the Seven Dwarfs", "binary_answer": null, "no_answer_prob": -10.346561551094055}
{"example_id": 5051632957830507722, "prediction": "19", "binary_answer": null, "no_answer_prob": -4.581345796585083}
{"example_id": 2339056845781789296, "prediction": "Lake Pontchartrain in southern Louisiana", "binary_answer": null, "no_answer_prob": -7.519674360752106}
{"example_id": 8453897949283137234, "prediction": "He is perhaps best known for the remark in a letter to an Anglican bishop", "binary_answer": null, "no_answer_prob": -7.9449143409729}
{"example_id": 663918436294485933, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6367992162704468}
{"example_id": -1310061835555761626, "prediction": "Pete Seeger", "binary_answer": null, "no_answer_prob": -10.340449810028076}
{"example_id": 2208788560687158021, "prediction": "The Great Migration", "binary_answer": null, "no_answer_prob": -2.3658024072647095}
{"example_id": -4138034991911706144, "prediction": "Patrick Reed", "binary_answer": null, "no_answer_prob": -7.206053733825684}
{"example_id": -7056145473698516193, "prediction": "Heart arrhythmia ( also known as arrhythmia , dysrhythmia , or irregular heartbeat", "binary_answer": null, "no_answer_prob": -2.381354194134474}
{"example_id": 7840962997521156956, "prediction": "Taxonomy", "binary_answer": null, "no_answer_prob": -8.135990262031555}
{"example_id": 2955681900283375827, "prediction": "a mouthpiece , a cartridge ( tank ) , a heating element / atomizer", "binary_answer": null, "no_answer_prob": -1.5014861822128296}
{"example_id": -1627213706692595925, "prediction": "Matthew 6 : 19 and 6 : 20", "binary_answer": null, "no_answer_prob": -2.0650742053985596}
{"example_id": 3052775455691534144, "prediction": "Not all Xbox 360 games will be supported", "binary_answer": null, "no_answer_prob": -0.496753703802824}
{"example_id": -5236105174211170465, "prediction": "February 2003", "binary_answer": null, "no_answer_prob": -11.285376727581024}
{"example_id": 2449615471253129371, "prediction": "Australia", "binary_answer": null, "no_answer_prob": -11.77906882762909}
{"example_id": 7877158984153096558, "prediction": "Conquistadors", "binary_answer": null, "no_answer_prob": -1.3401892185211182}
{"example_id": 7735613921246327296, "prediction": "", "binary_answer": null, "no_answer_prob": 2.451745629310608}
{"example_id": 8842345398073871276, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4497132301330566}
{"example_id": -641784624712602786, "prediction": "935 people and organizations", "binary_answer": null, "no_answer_prob": -4.512527823448181}
{"example_id": 6456346056583887491, "prediction": "Mercy Otis Warren", "binary_answer": null, "no_answer_prob": -9.484883069992065}
{"example_id": 2647740125317625912, "prediction": "Buzz Aldrin", "binary_answer": null, "no_answer_prob": -9.447246313095093}
{"example_id": -4366750682593373384, "prediction": "Vivien Leigh", "binary_answer": null, "no_answer_prob": -11.082242131233215}
{"example_id": -1679795115520330908, "prediction": "In the course of his work as a physician and psychiatrist , Fanon supported the Algerian War of Independence from France", "binary_answer": null, "no_answer_prob": -0.70160973072052}
{"example_id": -3375053441391792452, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9573334455490112}
{"example_id": 8835736479912449893, "prediction": "a party is responsible for ( has vicarious liability for ) acts of their agents", "binary_answer": null, "no_answer_prob": 0.4438994526863098}
{"example_id": -2378031896272479820, "prediction": "Tottenham", "binary_answer": null, "no_answer_prob": -7.37677538394928}
{"example_id": -6199728099705080128, "prediction": "Benjamin Harrison", "binary_answer": null, "no_answer_prob": -8.608426213264465}
{"example_id": -1779758261268090337, "prediction": "Siyahamba", "binary_answer": null, "no_answer_prob": -1.3000922203063965}
{"example_id": 8413167144738872616, "prediction": "$7.2 million ( $1.8 billion in 2016 )", "binary_answer": null, "no_answer_prob": -1.7524480819702148}
{"example_id": -602956516620451819, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.2990002036094666}
{"example_id": -8391511498552059953, "prediction": "This is the final struggle / Let us group together and tomorrow / The Internationale / Will be the human race . ''", "binary_answer": null, "no_answer_prob": 2.249963939189911}
{"example_id": -894515302366525922, "prediction": "to attempt to influence public policy in a direction favorable to the group 's members", "binary_answer": null, "no_answer_prob": -2.1005377769470215}
{"example_id": -7595985597117567920, "prediction": "Donny Osmond", "binary_answer": null, "no_answer_prob": -12.180745959281921}
{"example_id": -7488353947446900014, "prediction": "Isaac Newton", "binary_answer": null, "no_answer_prob": -6.927578687667847}
{"example_id": -3633674844614115338, "prediction": "Leonard Cohen", "binary_answer": null, "no_answer_prob": -10.337229371070862}
{"example_id": -8381797017299351291, "prediction": "within the three - point arc at 15 feet from the basket", "binary_answer": null, "no_answer_prob": -5.622682332992554}
{"example_id": 7713466607969510938, "prediction": "St. Francis of Assisi", "binary_answer": null, "no_answer_prob": -10.456688642501831}
{"example_id": 4986285607792619637, "prediction": "", "binary_answer": null, "no_answer_prob": -0.002039194107055664}
{"example_id": 4402289527722744207, "prediction": "flight control surfaces , the respective cockpit controls , connecting linkages , and the necessary operating mechanisms to control an aircraft 's direction in flight", "binary_answer": null, "no_answer_prob": -3.199947953224182}
{"example_id": -3138009142825820198, "prediction": "Trindon Jerard Holliday", "binary_answer": null, "no_answer_prob": -7.295279860496521}
{"example_id": -4900215561749495322, "prediction": "Dusty Springfield", "binary_answer": null, "no_answer_prob": -10.3474782705307}
{"example_id": -5158164464266309214, "prediction": "82,278 square miles ( 213,100 square kilometers )", "binary_answer": null, "no_answer_prob": 0.41504231095314026}
{"example_id": 8707656992576219147, "prediction": "November 25 , 2002", "binary_answer": null, "no_answer_prob": -8.302531957626343}
{"example_id": -624910620366122351, "prediction": "23.1", "binary_answer": null, "no_answer_prob": -4.735631465911865}
{"example_id": -601335005069377741, "prediction": "determined the rank of a government official", "binary_answer": null, "no_answer_prob": 3.0061175525188446}
{"example_id": 639089141534300444, "prediction": "Charlie Puth song ) , 2017", "binary_answer": null, "no_answer_prob": -0.9875189065933228}
{"example_id": -5859694655713701066, "prediction": "Paul Harvey", "binary_answer": null, "no_answer_prob": -4.311099886894226}
{"example_id": 3995733099093868633, "prediction": "September 23 , 2018", "binary_answer": null, "no_answer_prob": -9.44743013381958}
{"example_id": 4335917125191156682, "prediction": "1909 by Mohorovi\u010di\u0107", "binary_answer": null, "no_answer_prob": -8.972014784812927}
{"example_id": 8324367126837424989, "prediction": "The Sangamon River is a principal tributary of the Illinois River , approximately 246 miles ( 396 km ) long , in central Illinois", "binary_answer": null, "no_answer_prob": -0.06342464685440063}
{"example_id": -425675254019364006, "prediction": "`` While My Guitar Gently Weeps ''", "binary_answer": null, "no_answer_prob": 7.198560923337936}
{"example_id": -6140211087157070319, "prediction": "South Carolina is a `` shall issue '' concealed carry permit state", "binary_answer": null, "no_answer_prob": -2.008732795715332}
{"example_id": -1868611431259306102, "prediction": "`` The One with the Prom Video '' is the fourteenth episode of the second season", "binary_answer": null, "no_answer_prob": -3.0084222555160522}
{"example_id": -5261871800699608965, "prediction": "Article 21A of the Indian Constitution", "binary_answer": null, "no_answer_prob": -8.590777158737183}
{"example_id": 7665910480657912142, "prediction": "1987", "binary_answer": null, "no_answer_prob": -10.90474784374237}
{"example_id": 7049247063155883168, "prediction": "Seismic risk refers to the risk of damage from earthquake to a building , system , or other entity", "binary_answer": null, "no_answer_prob": 1.1213387250900269}
{"example_id": 3250392247351354256, "prediction": "the 50th and most recent state to have joined the United States of America", "binary_answer": null, "no_answer_prob": -0.7082052826881409}
{"example_id": -1836566113551085118, "prediction": "when the Moon is nearest to zenith or nadir , but the period of the forcing still determines the time between high tides .", "binary_answer": null, "no_answer_prob": -2.9818224906921387}
{"example_id": 4623460995891697698, "prediction": "October 17 , 2017", "binary_answer": null, "no_answer_prob": -8.994425535202026}
{"example_id": 582120899342331504, "prediction": "Dmitri Mendeleev", "binary_answer": null, "no_answer_prob": -9.47125506401062}
{"example_id": 5181246371508358516, "prediction": "Barry Gray and Steve Allen", "binary_answer": null, "no_answer_prob": -5.851859927177429}
{"example_id": -7413075732899091321, "prediction": "2020", "binary_answer": null, "no_answer_prob": -8.25267231464386}
{"example_id": 2445603124392568651, "prediction": "Gene Wilder", "binary_answer": null, "no_answer_prob": -6.261578679084778}
{"example_id": -6773643906757306359, "prediction": "46", "binary_answer": null, "no_answer_prob": -2.186142325401306}
{"example_id": 8842907876692937082, "prediction": "2019", "binary_answer": null, "no_answer_prob": -9.34089994430542}
{"example_id": -5791300652264713114, "prediction": "Jeremy Foley", "binary_answer": null, "no_answer_prob": -13.350224614143372}
{"example_id": 8585579506277437881, "prediction": "2022", "binary_answer": null, "no_answer_prob": -8.666453003883362}
{"example_id": -8131007238505503143, "prediction": "Death Lineup", "binary_answer": null, "no_answer_prob": 0.2943999767303467}
{"example_id": -7802081240778808049, "prediction": "2018 - 19", "binary_answer": null, "no_answer_prob": -3.2351063191890717}
{"example_id": -6379459683791593697, "prediction": "January 30 , 2000", "binary_answer": null, "no_answer_prob": -10.461860299110413}
{"example_id": 8014082301316141706, "prediction": "Manchester City", "binary_answer": null, "no_answer_prob": -6.325359106063843}
{"example_id": -4784174240740338618, "prediction": "In meteorology , an air mass is a volume of air defined by its temperature and water vapor content", "binary_answer": null, "no_answer_prob": -3.810982346534729}
{"example_id": 32382312148782635, "prediction": "the outer ear , Eustachian tube and epiglottis", "binary_answer": null, "no_answer_prob": -9.598602533340454}
{"example_id": -4806094754530540830, "prediction": "that for any system closed to all transfers of matter and energy , the mass of the system must remain constant over time", "binary_answer": null, "no_answer_prob": -4.848620891571045}
{"example_id": 6184233192622021060, "prediction": "", "binary_answer": null, "no_answer_prob": -0.70088791847229}
{"example_id": 8847354546608286310, "prediction": "Macy Gray", "binary_answer": null, "no_answer_prob": -5.3399498462677}
{"example_id": -278753204885358585, "prediction": "Roger Whittaker", "binary_answer": null, "no_answer_prob": -5.61870276927948}
{"example_id": 1998317040061047440, "prediction": "Pure Prairie League", "binary_answer": null, "no_answer_prob": -9.278579115867615}
{"example_id": 1149714148463963018, "prediction": "About 15,200 years ago", "binary_answer": null, "no_answer_prob": -7.610016703605652}
{"example_id": -5762933657577063784, "prediction": "`` Go Down Moses '' is an American Negro spiritual", "binary_answer": null, "no_answer_prob": -6.7736968994140625}
{"example_id": -1236121250701808469, "prediction": "New York Yankees", "binary_answer": null, "no_answer_prob": -5.499773859977722}
{"example_id": -4401462566462442042, "prediction": "Isoroku Yamamoto", "binary_answer": null, "no_answer_prob": -9.04874062538147}
{"example_id": -8796262276431836882, "prediction": "solicitor", "binary_answer": null, "no_answer_prob": -3.6318063735961914}
{"example_id": -8897752621922605541, "prediction": "Andy Serkis", "binary_answer": null, "no_answer_prob": -8.569618701934814}
{"example_id": -2990821596763889490, "prediction": "Wrangell -- St. Elias in Alaska", "binary_answer": null, "no_answer_prob": -9.073031425476074}
{"example_id": -3359991198139090995, "prediction": "the Commodores", "binary_answer": null, "no_answer_prob": -10.599234223365784}
{"example_id": 9076460978711502873, "prediction": "Jane Taylor", "binary_answer": null, "no_answer_prob": -10.283454418182373}
{"example_id": 2090453365915814272, "prediction": "", "binary_answer": null, "no_answer_prob": -5.270574927330017}
{"example_id": -7260543160385687988, "prediction": "February 4 , 2018", "binary_answer": null, "no_answer_prob": -7.787653684616089}
{"example_id": -4681068648745366238, "prediction": "The Three Witches or Weird Sisters or Wayward Sisters", "binary_answer": null, "no_answer_prob": -4.467451214790344}
{"example_id": 6353121042331564318, "prediction": "Ronald Pickup", "binary_answer": null, "no_answer_prob": -9.761919260025024}
{"example_id": -7599597311618931483, "prediction": "Brian Stepanek", "binary_answer": null, "no_answer_prob": -8.857461929321289}
{"example_id": 1935495172001171680, "prediction": "autonomous territory", "binary_answer": null, "no_answer_prob": -7.817777395248413}
{"example_id": -49159966557340986, "prediction": "Christopher Marlowe", "binary_answer": null, "no_answer_prob": -1.9131354093551636}
{"example_id": 969614606139120797, "prediction": "\u2021 -- Date of Resignation", "binary_answer": null, "no_answer_prob": 3.2583561539649963}
{"example_id": -494814657922618121, "prediction": "Suresh Raina", "binary_answer": null, "no_answer_prob": -7.1276774406433105}
{"example_id": -6360254598048825498, "prediction": "Clarke", "binary_answer": null, "no_answer_prob": -4.334383606910706}
{"example_id": -8034325961174367064, "prediction": "Saint Anthony of Padua", "binary_answer": null, "no_answer_prob": 0.10597991943359375}
{"example_id": 2247815152404395673, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.415710747241974}
{"example_id": -7525781380766697048, "prediction": "1974", "binary_answer": null, "no_answer_prob": -9.852622866630554}
{"example_id": -23537822290095785, "prediction": "Boston Basketball Partners LLC", "binary_answer": null, "no_answer_prob": -11.131707549095154}
{"example_id": 1014451602512483355, "prediction": "Abraham Lincoln", "binary_answer": null, "no_answer_prob": -8.030880331993103}
{"example_id": 3260711949779454846, "prediction": "Tyra Banks", "binary_answer": null, "no_answer_prob": -5.623947501182556}
{"example_id": -7424090992309410555, "prediction": "December 2019", "binary_answer": null, "no_answer_prob": -5.204928398132324}
{"example_id": 7171798451829945603, "prediction": "Journey to the Center of the Earth ( French : Voyage au centre de la Terre", "binary_answer": null, "no_answer_prob": -1.4507721662521362}
{"example_id": -4696779695200156921, "prediction": "Anglo - Saxon English origin", "binary_answer": null, "no_answer_prob": -6.9095200300216675}
{"example_id": 4438677097662042191, "prediction": "Key", "binary_answer": null, "no_answer_prob": 1.3930487632751465}
{"example_id": 3780354742955455821, "prediction": "Yokota Air Base , Tokyo , Japan", "binary_answer": null, "no_answer_prob": -8.888840317726135}
{"example_id": -8850658511118646149, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -7.096057772636414}
{"example_id": 2921411983799370989, "prediction": "", "binary_answer": null, "no_answer_prob": 4.406259179115295}
{"example_id": -6395355741805506976, "prediction": "Lana Parrilla , Colin O'Donoghue , and Robert Carlyle", "binary_answer": null, "no_answer_prob": -1.8770594596862793}
{"example_id": 8972295956891923440, "prediction": "Seth MacFarlane", "binary_answer": null, "no_answer_prob": -10.353468656539917}
{"example_id": 8735715569985603424, "prediction": "East Egg", "binary_answer": null, "no_answer_prob": -3.002744197845459}
{"example_id": -3803589111083218090, "prediction": "Michael Rennie , Patricia Neal , Billy Gray , Hugh Marlowe , and Sam Jaffe", "binary_answer": null, "no_answer_prob": -4.244122505187988}
{"example_id": 1789353952500135993, "prediction": "United States", "binary_answer": null, "no_answer_prob": -3.9129509925842285}
{"example_id": -6549515607449177711, "prediction": "Ryan Bondy", "binary_answer": null, "no_answer_prob": -5.501730918884277}
{"example_id": -4786593787706335329, "prediction": "memory foam", "binary_answer": null, "no_answer_prob": -0.009864449501037598}
{"example_id": -4050875943876525036, "prediction": "Formula Rossa ( Arabic : \u0641\u0648\u0631\u0645\u0648\u0644\u0627 \u0631\u0648\u0633\u0627 ) is a launched roller coaster", "binary_answer": null, "no_answer_prob": 2.346740424633026}
{"example_id": -983226420908715261, "prediction": "9,413", "binary_answer": null, "no_answer_prob": -9.83818769454956}
{"example_id": 2529159246933821096, "prediction": "Extradition law", "binary_answer": null, "no_answer_prob": -0.9946718215942383}
{"example_id": 6985930029933012308, "prediction": "Chris Pratt , Zoe Saldana , Dave Bautista , Vin Diesel , and Bradley Cooper", "binary_answer": null, "no_answer_prob": -3.6201802492141724}
{"example_id": -749578081694802097, "prediction": "1803", "binary_answer": null, "no_answer_prob": -6.930087089538574}
{"example_id": 9082818390934212849, "prediction": "25 ml or 35 ml", "binary_answer": null, "no_answer_prob": -2.9496476650238037}
{"example_id": 3693828412981590327, "prediction": "September 11 , 2006", "binary_answer": null, "no_answer_prob": -12.746986269950867}
{"example_id": 4242953360589860036, "prediction": "Howard Da Silva", "binary_answer": null, "no_answer_prob": -9.808550834655762}
{"example_id": 265069798223595000, "prediction": "Season 3", "binary_answer": null, "no_answer_prob": -0.0717930793762207}
{"example_id": -7397041562541346541, "prediction": "the basis for a nation of free individuals protected equally by the law", "binary_answer": null, "no_answer_prob": -2.7371007204055786}
{"example_id": -3156311054855292528, "prediction": "virtual channel ( PSIP )", "binary_answer": null, "no_answer_prob": 0.7038682699203491}
{"example_id": 6733058756159947374, "prediction": "212", "binary_answer": null, "no_answer_prob": -9.54129707813263}
{"example_id": -2961605878484807861, "prediction": "Traditionally , spirituality refers to a religious process of re-formation", "binary_answer": null, "no_answer_prob": 2.734394669532776}
{"example_id": -4169866620831011813, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9585380554199219}
{"example_id": -8201217995147652681, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -9.035292983055115}
{"example_id": 5732974004796706467, "prediction": "The song was used in several TV shows and films such as Hot in Cleveland , Will & Grace , EastEnders", "binary_answer": null, "no_answer_prob": -3.8878159523010254}
{"example_id": 9093463788690772115, "prediction": "Gerard Butler", "binary_answer": null, "no_answer_prob": -11.61641240119934}
{"example_id": -589775037028218121, "prediction": "the kingdom of Westeros", "binary_answer": null, "no_answer_prob": -2.5805320739746094}
{"example_id": 1845272208173848211, "prediction": "The scientific method is a body of techniques for investigating phenomena , acquiring new knowledge , or correcting and integrating previous knowledge", "binary_answer": null, "no_answer_prob": -5.4080657958984375}
{"example_id": -4666443136178285609, "prediction": "Reggaeton Rock Garifuna music Bachata Matamuerte Classical music Punta Merengue Hip Hop Pop Latino Cumbia Salsa Spanish rock", "binary_answer": null, "no_answer_prob": 2.9837913513183594}
{"example_id": 2104154675080933919, "prediction": "Denver Dell Pyle", "binary_answer": null, "no_answer_prob": -11.186254024505615}
{"example_id": 8756703088492936300, "prediction": "late summer or early autumn", "binary_answer": null, "no_answer_prob": -7.242539882659912}
{"example_id": -391362842439569968, "prediction": "April 2017", "binary_answer": null, "no_answer_prob": -6.742767810821533}
{"example_id": 599949173090345196, "prediction": "101", "binary_answer": null, "no_answer_prob": -4.080838203430176}
{"example_id": -4498257935140086358, "prediction": "", "binary_answer": null, "no_answer_prob": 3.559853196144104}
{"example_id": -1237660938414050219, "prediction": "Alexander Graham Bell", "binary_answer": null, "no_answer_prob": -9.308616399765015}
{"example_id": 7473042064231399526, "prediction": "120 miles ( 190 km )", "binary_answer": null, "no_answer_prob": -5.347647666931152}
{"example_id": 3665112945649625588, "prediction": "On television , Lynskey", "binary_answer": null, "no_answer_prob": -8.52879548072815}
{"example_id": -425194203213713887, "prediction": "1973", "binary_answer": null, "no_answer_prob": -10.403971135616302}
{"example_id": -2425969373522635581, "prediction": "The Spratly Islands", "binary_answer": null, "no_answer_prob": -5.471137523651123}
{"example_id": -4044987922786097144, "prediction": "Hartsfield -- Jackson Atlanta International Airport", "binary_answer": null, "no_answer_prob": 0.4472912549972534}
{"example_id": -2694789190461765235, "prediction": "", "binary_answer": null, "no_answer_prob": -4.517810940742493}
{"example_id": 7154443653304042982, "prediction": "Joseph P. Riley", "binary_answer": null, "no_answer_prob": -4.629134178161621}
{"example_id": 1881801628526670261, "prediction": "Alex Borstein", "binary_answer": null, "no_answer_prob": -10.571951627731323}
{"example_id": 2207974239020242044, "prediction": "Joey King", "binary_answer": null, "no_answer_prob": -10.441187620162964}
{"example_id": -1911637900564740203, "prediction": "the last Sunday of June", "binary_answer": null, "no_answer_prob": -10.305212378501892}
{"example_id": 4665710363362264125, "prediction": "October 1 , 2020", "binary_answer": null, "no_answer_prob": -1.6286592483520508}
{"example_id": -1104010625418275880, "prediction": "Kelly , Donald O'Connor , and Debbie Reynolds", "binary_answer": null, "no_answer_prob": -4.172103762626648}
{"example_id": -2327547912780001067, "prediction": "CBS", "binary_answer": null, "no_answer_prob": -0.5154672861099243}
{"example_id": 4378915745164926766, "prediction": "six professional ballroom dancers", "binary_answer": null, "no_answer_prob": 0.9020472764968872}
{"example_id": -6898781019949067297, "prediction": "2018", "binary_answer": null, "no_answer_prob": -9.602150201797485}
{"example_id": 2281183566755493128, "prediction": "Pascal and Maximus", "binary_answer": null, "no_answer_prob": -8.771777629852295}
{"example_id": -5080890494287255974, "prediction": "Daniel Radcliffe , Rupert Grint and Emma Watson", "binary_answer": null, "no_answer_prob": -10.060881853103638}
{"example_id": 1403722359988146414, "prediction": "James Dean", "binary_answer": null, "no_answer_prob": -8.183411359786987}
{"example_id": 83874870351555620, "prediction": "`` Best Day of My Life ''", "binary_answer": null, "no_answer_prob": -1.0648060142993927}
{"example_id": -4504622352445668268, "prediction": "Elvis Presley", "binary_answer": null, "no_answer_prob": -3.94399094581604}
{"example_id": 6154657679730068731, "prediction": "Anthony Kiedis and bassist Flea , longtime drummer Chad Smith , and former touring guitarist Josh Klinghoffer", "binary_answer": null, "no_answer_prob": -3.9817354679107666}
{"example_id": -3784264172388936915, "prediction": "2014", "binary_answer": null, "no_answer_prob": -1.5043390989303589}
{"example_id": 6272134769326464701, "prediction": "", "binary_answer": null, "no_answer_prob": 4.311366379261017}
{"example_id": -5575332101570373051, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4480128288269043}
{"example_id": 8542840415140468211, "prediction": "1971", "binary_answer": null, "no_answer_prob": -8.934536337852478}
{"example_id": -4557134550531583485, "prediction": "airships", "binary_answer": null, "no_answer_prob": -6.192320823669434}
{"example_id": 7858543357224972126, "prediction": "1985", "binary_answer": null, "no_answer_prob": -9.669644832611084}
{"example_id": 3180926824692414893, "prediction": "", "binary_answer": null, "no_answer_prob": -3.9045292735099792}
{"example_id": 1921865164728837712, "prediction": "Jaromir Jagr", "binary_answer": null, "no_answer_prob": -5.859577178955078}
{"example_id": 6822663346480960869, "prediction": "In humans , the large intestine begins in the right iliac region of the pelvis", "binary_answer": null, "no_answer_prob": -4.288118362426758}
{"example_id": 2229754313767469107, "prediction": "greater than 1 cm", "binary_answer": null, "no_answer_prob": -6.209746837615967}
{"example_id": 3480936589092639920, "prediction": "Song \u5b8b", "binary_answer": null, "no_answer_prob": 5.656847357749939}
{"example_id": 2165727753477382226, "prediction": "Cristin Milioti", "binary_answer": null, "no_answer_prob": -11.502570271492004}
{"example_id": 4942113658402673564, "prediction": "Bill Withers", "binary_answer": null, "no_answer_prob": -9.094030857086182}
{"example_id": 5118505966272271760, "prediction": "Paul Heaton and Dave Hemingway", "binary_answer": null, "no_answer_prob": -6.382363140583038}
{"example_id": -4695757930616163117, "prediction": "Beslan school siege 09.01 Sep 1 Beslan , North Ossetia - Alania Russia", "binary_answer": null, "no_answer_prob": -0.33528459072113037}
{"example_id": -8401521075006897458, "prediction": "", "binary_answer": null, "no_answer_prob": -2.5257445573806763}
{"example_id": 1114792165171105006, "prediction": "Asa Butterfield", "binary_answer": null, "no_answer_prob": -10.52506399154663}
{"example_id": -2626070203629177044, "prediction": "season two of Deep Space Nine", "binary_answer": null, "no_answer_prob": -4.675366401672363}
{"example_id": -904607795222881241, "prediction": "Nicole Evangeline Lilly", "binary_answer": null, "no_answer_prob": -9.223634362220764}
{"example_id": 1733641446977036220, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1295006275177}
{"example_id": 5884960433748517725, "prediction": "", "binary_answer": null, "no_answer_prob": 4.855439126491547}
{"example_id": -8527732166494141295, "prediction": "16", "binary_answer": null, "no_answer_prob": -3.6174840927124023}
{"example_id": -3524033522938130487, "prediction": "Cleveland Browns", "binary_answer": null, "no_answer_prob": -3.160159111022949}
{"example_id": -3531448820393478012, "prediction": "Database activity monitoring ( DAM )", "binary_answer": null, "no_answer_prob": -3.075438380241394}
{"example_id": 298200800048230018, "prediction": "October 9 , 2018", "binary_answer": null, "no_answer_prob": -8.56958281993866}
{"example_id": -5756167124945814197, "prediction": "Scranton branch of the paper distribution company , Dunder Mifflin", "binary_answer": null, "no_answer_prob": -7.1975626945495605}
{"example_id": -4600380943028664288, "prediction": "1987", "binary_answer": null, "no_answer_prob": -5.428401321172714}
{"example_id": -5304871749396306751, "prediction": "", "binary_answer": null, "no_answer_prob": 1.257327377796173}
{"example_id": 4940315132161829003, "prediction": "Charles Percy", "binary_answer": null, "no_answer_prob": -4.131376266479492}
{"example_id": -7010147920347507194, "prediction": "The statehood movement in Puerto Rico aims to make Puerto Rico a state of the United States", "binary_answer": null, "no_answer_prob": 0.5756800174713135}
{"example_id": -7059759563375861801, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6437602043151855}
{"example_id": -5961689212679103309, "prediction": "\u2212 1", "binary_answer": null, "no_answer_prob": -0.19074296951293945}
{"example_id": -4686533713816525192, "prediction": "Psalm 119", "binary_answer": null, "no_answer_prob": -10.551819622516632}
{"example_id": -4900782867957127627, "prediction": "nematocysts", "binary_answer": null, "no_answer_prob": -6.573281526565552}
{"example_id": -4716208429067693938, "prediction": "Lorenzo Campana", "binary_answer": null, "no_answer_prob": -6.53722071647644}
{"example_id": -5756128303686017937, "prediction": "The Indian Rebellion of 1857 had diverse political , economic , military , religious and social causes .", "binary_answer": null, "no_answer_prob": 0.11886250972747803}
{"example_id": 3104958461517881960, "prediction": "until the actual wedding day", "binary_answer": null, "no_answer_prob": -5.2444305419921875}
{"example_id": -362711071940542221, "prediction": "18 Qatar 19", "binary_answer": null, "no_answer_prob": -5.326953411102295}
{"example_id": -3849037490924874519, "prediction": "2 July 1949", "binary_answer": null, "no_answer_prob": -4.006720185279846}
{"example_id": 8323228763090049813, "prediction": "Fall Out Boy", "binary_answer": null, "no_answer_prob": -11.647633671760559}
{"example_id": 6232148881802903870, "prediction": "Typically", "binary_answer": null, "no_answer_prob": 0.48750901222229004}
{"example_id": 1013583424995075918, "prediction": "", "binary_answer": null, "no_answer_prob": 3.092786729335785}
{"example_id": 6967166327726579575, "prediction": "convicted of raping and murdering two small white girls", "binary_answer": null, "no_answer_prob": 0.3893195390701294}
{"example_id": 7206401913172017202, "prediction": "1966", "binary_answer": null, "no_answer_prob": -4.960878849029541}
{"example_id": -255318809590056930, "prediction": "Jo Dee Messina", "binary_answer": null, "no_answer_prob": -6.392471432685852}
{"example_id": -4164863977825995783, "prediction": "traditional survival skills such as the ability to produce food in deserts and scrublands that could help populations adapt to climate change", "binary_answer": null, "no_answer_prob": 2.0632970333099365}
{"example_id": 242714862424351763, "prediction": "`` You Belong with Me '' on YouTube", "binary_answer": null, "no_answer_prob": 0.13930153846740723}
{"example_id": -1070323651777972574, "prediction": "October 27 , 2016", "binary_answer": null, "no_answer_prob": -10.100380659103394}
{"example_id": 221915176119869760, "prediction": "Pennsylvania State House ( now known as Independence Hall ) in Philadelphia , Pennsylvania", "binary_answer": null, "no_answer_prob": -2.838560104370117}
{"example_id": 8729744523612308906, "prediction": "The London Studios", "binary_answer": null, "no_answer_prob": -4.058973431587219}
{"example_id": 2451740338767722221, "prediction": "10 % to 18 %", "binary_answer": null, "no_answer_prob": 2.315639853477478}
{"example_id": 7618102147218135892, "prediction": "March 31 , 2017", "binary_answer": null, "no_answer_prob": -9.984325170516968}
{"example_id": -6008010218721075716, "prediction": "Bianca Del Rio", "binary_answer": null, "no_answer_prob": -9.580058097839355}
{"example_id": 7184014639679117710, "prediction": "Willie Nelson", "binary_answer": null, "no_answer_prob": -12.528987526893616}
{"example_id": -6485442332602276482, "prediction": "14 June to 15 July 2018", "binary_answer": null, "no_answer_prob": -7.534595966339111}
{"example_id": -9040092654853067828, "prediction": "fiscal policy , which deals with government actions regarding taxation and spending , or monetary policy", "binary_answer": null, "no_answer_prob": -0.2864992618560791}
{"example_id": 643104318047013648, "prediction": "When Spider - Man swings across a city", "binary_answer": null, "no_answer_prob": 0.7735533714294434}
{"example_id": 3804040789792155280, "prediction": "folk singer Steve Tilston", "binary_answer": null, "no_answer_prob": -9.614843606948853}
{"example_id": -1509917480406038663, "prediction": "the fifth season", "binary_answer": null, "no_answer_prob": -5.066998243331909}
{"example_id": -7681888031479682364, "prediction": "Ben Simmons", "binary_answer": null, "no_answer_prob": -9.07141900062561}
{"example_id": 7583604896876826203, "prediction": "driver licences", "binary_answer": null, "no_answer_prob": -3.8174073696136475}
{"example_id": -6556649465321053999, "prediction": "The Roaring Twenties , the decade that followed World War I and led to the crash , was a time of wealth and excess", "binary_answer": null, "no_answer_prob": 1.2616266012191772}
{"example_id": -6373071209163504379, "prediction": "fried seafood or chicken , accompanied by chips", "binary_answer": null, "no_answer_prob": -3.7576805353164673}
{"example_id": 816313017081449056, "prediction": "April 24 , 2015", "binary_answer": null, "no_answer_prob": -10.916428923606873}
{"example_id": 7264021451758846022, "prediction": "a group of Mumbai - based diamond traders", "binary_answer": null, "no_answer_prob": -2.744240880012512}
{"example_id": 1188933164366594836, "prediction": "the third Sunday in July", "binary_answer": null, "no_answer_prob": -8.351125955581665}
{"example_id": -3878284854900438676, "prediction": "Albert Brooks", "binary_answer": null, "no_answer_prob": -8.435506343841553}
{"example_id": 8932123726840701389, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -10.372544050216675}
{"example_id": -7837378854087655011, "prediction": "on the State Fairgrounds in Fairlea , near Lewisburg , West Virginia", "binary_answer": null, "no_answer_prob": -8.151013612747192}
{"example_id": -4174885540677547634, "prediction": "Genesis 11.1 -- 9", "binary_answer": null, "no_answer_prob": -4.258024454116821}
{"example_id": -4692588432253206145, "prediction": "six", "binary_answer": null, "no_answer_prob": -10.673352062702179}
{"example_id": 2827995770229349762, "prediction": "Shania Twain", "binary_answer": null, "no_answer_prob": -9.423295259475708}
{"example_id": 8526316445048986748, "prediction": "Portland , Maine", "binary_answer": null, "no_answer_prob": -2.076157331466675}
{"example_id": -5941174388758603039, "prediction": "Planet type Description Giant planet A massive planet", "binary_answer": null, "no_answer_prob": -2.346372365951538}
{"example_id": 4445081086841568726, "prediction": "the cravat", "binary_answer": null, "no_answer_prob": -6.508636236190796}
{"example_id": 1984502246758475715, "prediction": "The name comes from the 1585 expedition of Sir Richard Grenville", "binary_answer": null, "no_answer_prob": -7.281268119812012}
{"example_id": -781465424186723399, "prediction": "Tobacco use is a risk factor for many diseases , especially those affecting the heart , liver , and lungs , as well as many cancers", "binary_answer": null, "no_answer_prob": 2.520473390817642}
{"example_id": -6969258078530381283, "prediction": "2017 2017", "binary_answer": null, "no_answer_prob": -7.621226787567139}
{"example_id": 1987958981706768239, "prediction": "24", "binary_answer": null, "no_answer_prob": -10.269631385803223}
{"example_id": 7602202604358501767, "prediction": "July 2016", "binary_answer": null, "no_answer_prob": -8.868497014045715}
{"example_id": 53088739599859769, "prediction": "Overseas trips made by Jamaican citizens", "binary_answer": null, "no_answer_prob": 0.7326140403747559}
{"example_id": 8737971059000480111, "prediction": "Vascularity , in bodybuilding , is the condition of having many highly - visible , prominent , and often extensively - ramified superficial veins", "binary_answer": null, "no_answer_prob": -4.510973215103149}
{"example_id": 6086508527195882274, "prediction": "Lowe", "binary_answer": null, "no_answer_prob": -9.527647256851196}
{"example_id": 2152433678881288213, "prediction": "Two years after the Battle of New York", "binary_answer": null, "no_answer_prob": -5.444410562515259}
{"example_id": -3721135145130183624, "prediction": "1959", "binary_answer": null, "no_answer_prob": -10.044097423553467}
{"example_id": 8125336020284856153, "prediction": "Wolf", "binary_answer": null, "no_answer_prob": -7.505768060684204}
{"example_id": -9219534962922926456, "prediction": "Carl Linnaeus", "binary_answer": null, "no_answer_prob": -9.062889575958252}
{"example_id": -7169984778924939751, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 1.9032798008993268}
{"example_id": 5987580255794684514, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -11.071481585502625}
{"example_id": 6711036192986514731, "prediction": "Psalm 23", "binary_answer": null, "no_answer_prob": -0.8571566939353943}
{"example_id": -828752729473254253, "prediction": "May 26 , 2017", "binary_answer": null, "no_answer_prob": -11.078332304954529}
{"example_id": -7671126734936586715, "prediction": "", "binary_answer": null, "no_answer_prob": 5.0222527384758}
{"example_id": -5552018801960027999, "prediction": "ten", "binary_answer": null, "no_answer_prob": -8.670137166976929}
{"example_id": 6446069720301359923, "prediction": "Cavalry", "binary_answer": null, "no_answer_prob": -3.308974266052246}
{"example_id": -4478079202372445991, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4608145356178284}
{"example_id": -6279423591763024827, "prediction": "January 4 , 2010", "binary_answer": null, "no_answer_prob": -11.104426980018616}
{"example_id": 2867190626209874551, "prediction": "alternating red - and - white striped field with five - pointed stars in a blue canton", "binary_answer": null, "no_answer_prob": -5.137575387954712}
{"example_id": 7328693781432315125, "prediction": "$7.25 per hour", "binary_answer": null, "no_answer_prob": -5.610729098320007}
{"example_id": -3960469152801907619, "prediction": "28 July 1914 to 11 November 1918", "binary_answer": null, "no_answer_prob": -8.201301217079163}
{"example_id": -5952878312183771825, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -10.278749346733093}
{"example_id": -5584344391127959911, "prediction": "John Calvin 's tracts", "binary_answer": null, "no_answer_prob": -5.869527220726013}
{"example_id": -770448608574420929, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": -7.704964637756348}
{"example_id": 350889901763508229, "prediction": "Its causes -- why the last Shah of Iran ( Mohammad Reza Pahlavi ) was overthrown", "binary_answer": null, "no_answer_prob": -2.5161876678466797}
{"example_id": 8961239037414927478, "prediction": "Vince Carter", "binary_answer": null, "no_answer_prob": -9.695958375930786}
{"example_id": 3437912059187795405, "prediction": "five", "binary_answer": null, "no_answer_prob": -4.598293781280518}
{"example_id": 8376740439036210354, "prediction": "2.4 - liter i - VTEC inline - four", "binary_answer": null, "no_answer_prob": -3.3716177940368652}
{"example_id": -1732465689055874835, "prediction": "June 1 , 2008", "binary_answer": null, "no_answer_prob": -10.748363137245178}
{"example_id": -9097272627480320387, "prediction": "December 1984", "binary_answer": null, "no_answer_prob": -6.375780820846558}
{"example_id": 5721768569497202710, "prediction": "", "binary_answer": null, "no_answer_prob": 6.091541767120361}
{"example_id": 8320434409792415419, "prediction": "64", "binary_answer": null, "no_answer_prob": -4.149758815765381}
{"example_id": -870981697427494742, "prediction": "Globe and Blackfriars Theatres", "binary_answer": null, "no_answer_prob": -6.286928057670593}
{"example_id": 6784073943483321607, "prediction": "46", "binary_answer": null, "no_answer_prob": -5.084321618080139}
{"example_id": 8850788301579312656, "prediction": "Solomon Linda", "binary_answer": null, "no_answer_prob": -10.398086547851562}
{"example_id": -6126486295447437588, "prediction": "Lodestone is one of only a very few minerals that is found naturally magnetized", "binary_answer": null, "no_answer_prob": -2.791478753089905}
{"example_id": -3266446717959297151, "prediction": "a small amount of spirituous liquor , especially Scotch whisky", "binary_answer": null, "no_answer_prob": -4.529776573181152}
{"example_id": -847922291790061666, "prediction": "where c represents the length of the hypotenuse and a and b the lengths of the triangle 's other two sides .", "binary_answer": null, "no_answer_prob": -0.8509474396705627}
{"example_id": 3285987525925960558, "prediction": "Switzerland", "binary_answer": null, "no_answer_prob": -3.941321849822998}
{"example_id": -5230267459369121974, "prediction": "Clay Jensen", "binary_answer": null, "no_answer_prob": -5.851119518280029}
{"example_id": 3923458510012288340, "prediction": "New Jersey and Pennsylvania to the south and Connecticut , Massachusetts , and Vermont to the east", "binary_answer": null, "no_answer_prob": -1.177565574645996}
{"example_id": -5144828129806748354, "prediction": "Among these athletes , the most - occurring combination is bobsledding and athletics , followed by cycling and speed skating", "binary_answer": null, "no_answer_prob": -1.4195817708969116}
{"example_id": -957351636753838805, "prediction": "Los Angeles , California", "binary_answer": null, "no_answer_prob": -3.1529430150985718}
{"example_id": 838899498258281787, "prediction": "1983", "binary_answer": null, "no_answer_prob": -9.10030958801508}
{"example_id": 5176758851160534054, "prediction": "the Transmission Control Protocol ( TCP ) and the Internet Protocol ( IP )", "binary_answer": null, "no_answer_prob": -4.866722583770752}
{"example_id": 7246946622057511803, "prediction": "the oral cavity , the stomach , and the small intestine", "binary_answer": null, "no_answer_prob": 0.24906253814697266}
{"example_id": 5125598735288011991, "prediction": "seventeen", "binary_answer": null, "no_answer_prob": -9.05848491191864}
{"example_id": 8487964208869993476, "prediction": "While The Witches of Eastwick was originally set to be filmed in Little Compton , Rhode Island , Warner Bros", "binary_answer": null, "no_answer_prob": -5.716922998428345}
{"example_id": 2088327690494562187, "prediction": "Debbie Reynolds", "binary_answer": null, "no_answer_prob": -9.685324907302856}
{"example_id": -565969426717265629, "prediction": "1993", "binary_answer": null, "no_answer_prob": -11.608957052230835}
{"example_id": 8826064109497482384, "prediction": "BBC One", "binary_answer": null, "no_answer_prob": -5.261040210723877}
{"example_id": -4876821108380992422, "prediction": "Facilitated diffusion", "binary_answer": null, "no_answer_prob": -4.34941565990448}
{"example_id": 6860944329689119194, "prediction": "August 21 , 1959", "binary_answer": null, "no_answer_prob": -11.762275457382202}
{"example_id": -5524370408722306136, "prediction": "March 18 , 2005", "binary_answer": null, "no_answer_prob": -7.306867182254791}
{"example_id": -9121825300967841759, "prediction": "John Hanson", "binary_answer": null, "no_answer_prob": -10.582871913909912}
{"example_id": 8999568513816295231, "prediction": "", "binary_answer": null, "no_answer_prob": 2.90028977394104}
{"example_id": 1172537011120389596, "prediction": "Joanna Moore", "binary_answer": null, "no_answer_prob": -6.689718723297119}
{"example_id": 5368883542453482378, "prediction": "Sir Peter Blake", "binary_answer": null, "no_answer_prob": -9.512548685073853}
{"example_id": -6104524995613524291, "prediction": "Gustav Stresemann", "binary_answer": null, "no_answer_prob": -11.543507695198059}
{"example_id": 7777319570801182403, "prediction": "John Roberts", "binary_answer": null, "no_answer_prob": -8.014174938201904}
{"example_id": -2608726648617883523, "prediction": "approximately a quarter of a million miles", "binary_answer": null, "no_answer_prob": -8.465879559516907}
{"example_id": 4810976600081985638, "prediction": "1954", "binary_answer": null, "no_answer_prob": -8.927942991256714}
{"example_id": 6949727787919970992, "prediction": "16 - episode", "binary_answer": null, "no_answer_prob": -0.10647726058959961}
{"example_id": 2657180986057551451, "prediction": "Prior to the ratification of the Fourteenth Amendment and the development of the incorporation doctrine , the Supreme Court in 1833", "binary_answer": null, "no_answer_prob": -6.944972038269043}
{"example_id": -5741529748561577462, "prediction": "2017", "binary_answer": null, "no_answer_prob": -4.5977054834365845}
{"example_id": 5677549626771096811, "prediction": "January 1 , 2018", "binary_answer": null, "no_answer_prob": 2.5827281922101974}
{"example_id": -5560593536298199590, "prediction": "Need for Speed Payback", "binary_answer": null, "no_answer_prob": -7.112292528152466}
{"example_id": -4520214802906419520, "prediction": "1994", "binary_answer": null, "no_answer_prob": -11.352738738059998}
{"example_id": 772112868653098393, "prediction": "The show follows a student named Axl Johnson , who on his 21st birthday", "binary_answer": null, "no_answer_prob": -3.40156888961792}
{"example_id": 7980547417848145705, "prediction": "2018", "binary_answer": null, "no_answer_prob": -6.774979472160339}
{"example_id": 2889500240291622852, "prediction": "El Segundo , California", "binary_answer": null, "no_answer_prob": -0.06683778762817383}
{"example_id": -664603835864348450, "prediction": "The phrase originated in a song , Takes Two to Tango , which was written and composed in 1952 by Al Hoffman and Dick Manning", "binary_answer": null, "no_answer_prob": -7.139149188995361}
{"example_id": -138425463116683653, "prediction": "The Liberian flag", "binary_answer": null, "no_answer_prob": -6.886549353599548}
{"example_id": 1848058623034360994, "prediction": "restrict the mergers and acquisitions of organizations that could substantially lessen competition", "binary_answer": null, "no_answer_prob": 1.7960131261497736}
{"example_id": -6735760016212039736, "prediction": "Christine Jane Baranski", "binary_answer": null, "no_answer_prob": -5.079954028129578}
{"example_id": -1613565801972062441, "prediction": "Earth radius is the approximate distance from Earth 's center to its surface , about 6,371 km ( 3,959 mi )", "binary_answer": null, "no_answer_prob": -3.8091946840286255}
{"example_id": -3614729606216025524, "prediction": "Article Three", "binary_answer": null, "no_answer_prob": -3.744652271270752}
{"example_id": -3650467945109421798, "prediction": "Kit Chan", "binary_answer": null, "no_answer_prob": -10.573601126670837}
{"example_id": 8299033107377185304, "prediction": "Niger , Burundi , Mali , Somalia , and Uganda", "binary_answer": null, "no_answer_prob": -4.463312149047852}
{"example_id": -7047562979723678194, "prediction": "Tamil Nadu Sugar Corporation Limited ( TASCO ) is incorporated on 1974 for take over and operate existing troubled sugar producers", "binary_answer": null, "no_answer_prob": 2.173100709915161}
{"example_id": 6915784285008322851, "prediction": "James `` Thunder", "binary_answer": null, "no_answer_prob": -5.487112522125244}
{"example_id": 5951757834014092448, "prediction": "Kevin Kline", "binary_answer": null, "no_answer_prob": -7.188773036003113}
{"example_id": 7120434877902085935, "prediction": "Harmont , a fictitious town in Canada", "binary_answer": null, "no_answer_prob": -7.655503511428833}
{"example_id": -6822126302998790291, "prediction": "Little Big Town", "binary_answer": null, "no_answer_prob": -10.180754542350769}
{"example_id": -1612340382170418321, "prediction": "Lee Greenwood", "binary_answer": null, "no_answer_prob": -10.570008099079132}
{"example_id": 8652540446567071794, "prediction": "six", "binary_answer": null, "no_answer_prob": -5.42119026184082}
{"example_id": -9199414079644647278, "prediction": "The overall outcome of the war was threefold : the trial and execution of Charles I ( 1649 )", "binary_answer": null, "no_answer_prob": -4.89084529876709}
{"example_id": -4051797878603257671, "prediction": "Keith Moon", "binary_answer": null, "no_answer_prob": -9.8822762966156}
{"example_id": 5680973535336173594, "prediction": "Andrews Air Force Base", "binary_answer": null, "no_answer_prob": -4.816432356834412}
{"example_id": 7102592098598688998, "prediction": "Hugh Dillon", "binary_answer": null, "no_answer_prob": -8.078514099121094}
{"example_id": 5597714338364994976, "prediction": "to prevent the Watauga and Nolichucky regions from becoming a haven for debtors and felons", "binary_answer": null, "no_answer_prob": -0.1380021572113037}
{"example_id": -3005016435465345783, "prediction": "Kelly Gordon", "binary_answer": null, "no_answer_prob": -10.822439551353455}
{"example_id": -4786387741869591842, "prediction": "1958", "binary_answer": null, "no_answer_prob": -9.269688069820404}
{"example_id": -2269103410348801286, "prediction": "An individual who owned a plantation was known as a planter", "binary_answer": null, "no_answer_prob": -0.9474928081035614}
{"example_id": 4683798436554413780, "prediction": "230 miles ( 450 km ) Length 465 miles ( 750 km ) % water 1.8 Latitude 33 \u00b0 37 ' N to 37 \u00b0 N", "binary_answer": null, "no_answer_prob": 2.559726357460022}
{"example_id": 1246891385164730422, "prediction": "experimental studies of animal behavior", "binary_answer": null, "no_answer_prob": -2.7344472408294678}
{"example_id": 1361441553853311813, "prediction": "Blarney Castle , Blarney", "binary_answer": null, "no_answer_prob": -8.987383008003235}
{"example_id": -5073703935209726435, "prediction": "the Eagles", "binary_answer": null, "no_answer_prob": -7.874414920806885}
{"example_id": -5688234165714990973, "prediction": "The Townshend Acts", "binary_answer": null, "no_answer_prob": 3.0289230346679688}
{"example_id": 3753239238463281069, "prediction": "Smokey Robinson and Ronald White", "binary_answer": null, "no_answer_prob": -9.777763605117798}
{"example_id": -972452256741930812, "prediction": "Diesel exhaust fluid", "binary_answer": null, "no_answer_prob": -7.939887166023254}
{"example_id": -2274560994345216726, "prediction": "Renaissance", "binary_answer": null, "no_answer_prob": -0.3856717348098755}
{"example_id": 3582455678357889442, "prediction": "California", "binary_answer": null, "no_answer_prob": -8.135875701904297}
{"example_id": -8573539834838778082, "prediction": "In the 1940s", "binary_answer": null, "no_answer_prob": -5.473539710044861}
{"example_id": -4282190165709887673, "prediction": "22", "binary_answer": null, "no_answer_prob": -9.004696607589722}
{"example_id": -6108819673537778658, "prediction": "The Prime Photos plan offers unlimited storage for photos and RAW files , and a 5 gigabytes of storage for videos and other files", "binary_answer": null, "no_answer_prob": -3.0078577995300293}
{"example_id": 3885991375112876238, "prediction": "Decimal notation Scientific notation 7000200000000000000 \u2660 2 \u00d7 10 300", "binary_answer": null, "no_answer_prob": -1.6309601068496704}
{"example_id": 5944089124201022975, "prediction": "Cherokee Nation v. Georgia", "binary_answer": null, "no_answer_prob": -1.4372474402189255}
{"example_id": -2928572780630139674, "prediction": "Ulsan , South Korea", "binary_answer": null, "no_answer_prob": -4.597737193107605}
{"example_id": -9199517739000502981, "prediction": "veins", "binary_answer": null, "no_answer_prob": -2.918656349182129}
{"example_id": 344059873076184361, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -10.93573784828186}
{"example_id": -4048864488732674361, "prediction": "1986", "binary_answer": null, "no_answer_prob": -10.255442142486572}
{"example_id": -8188784902791964134, "prediction": "where the ellipsis", "binary_answer": null, "no_answer_prob": 1.663025140762329}
{"example_id": 5359557015065082797, "prediction": "The Part - time Workers ( Prevention of Less Favourable Treatment ) Regulations 2000 ( SI 2000 / 1551 )", "binary_answer": null, "no_answer_prob": 1.544867068529129}
{"example_id": -8130459305023687710, "prediction": "Jab Tak Hai Jaan", "binary_answer": null, "no_answer_prob": 3.885171055793762}
{"example_id": 3709269594158692309, "prediction": "three", "binary_answer": null, "no_answer_prob": -8.734094142913818}
{"example_id": 5755184746406247549, "prediction": "Jud", "binary_answer": null, "no_answer_prob": -5.509981155395508}
{"example_id": -5837281500353516224, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -11.652155041694641}
{"example_id": -3073607660813051229, "prediction": "Big & Rich", "binary_answer": null, "no_answer_prob": -5.968383848667145}
{"example_id": -6991308149113004196, "prediction": "TV P\u00fablica , DirecTV , TyC Sports Armenia ARMTV Australia SBS , Optus Sport", "binary_answer": null, "no_answer_prob": 2.979395240545273}
{"example_id": -8140626602095093278, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6818624436855316}
{"example_id": 484470126527305897, "prediction": "Jan Hammer", "binary_answer": null, "no_answer_prob": -10.970701694488525}
{"example_id": -6100188906252364646, "prediction": "", "binary_answer": null, "no_answer_prob": 3.490039110183716}
{"example_id": -5249506990119296514, "prediction": "Despite the film taking place in upstate New York", "binary_answer": null, "no_answer_prob": -4.421723365783691}
{"example_id": 7093434496316560734, "prediction": "`` If morning 's echo says we 've sinned , well , it was what I wanted now . ''", "binary_answer": null, "no_answer_prob": 1.0973225980997086}
{"example_id": 5169424922778130755, "prediction": "The Minnesota State Fair", "binary_answer": null, "no_answer_prob": -10.515489339828491}
{"example_id": 8287797887235142909, "prediction": "CQ or charge of quarters is a tasked duty in which a United States armed forces service member is to guard the front entrance to the barracks", "binary_answer": null, "no_answer_prob": -8.598867177963257}
{"example_id": -6271558210744600231, "prediction": "Emmitt Smith", "binary_answer": null, "no_answer_prob": -9.110787987709045}
{"example_id": -871556419956478334, "prediction": "Reconquista", "binary_answer": null, "no_answer_prob": -5.685212016105652}
{"example_id": 3888473783614539155, "prediction": "A spongocoel ( / \u02c8sp\u0252\u014b\u0261o\u028a\u02ccsi\u02d0l / ) is the large , central cavity of sponges", "binary_answer": null, "no_answer_prob": -1.5089812129735947}
{"example_id": 8231711890023553268, "prediction": "Luxembourg", "binary_answer": null, "no_answer_prob": -5.955938935279846}
{"example_id": 3262406549951450396, "prediction": "Dzhokhar Tsarnaev and Tamerlan Tsarnaev", "binary_answer": null, "no_answer_prob": -4.935990929603577}
{"example_id": 2286724630007649324, "prediction": "roughly between 1760 and 1830", "binary_answer": null, "no_answer_prob": -3.921288013458252}
{"example_id": -5785176163874250017, "prediction": "The names of the days of the week in many languages are derived from the names of the classical planets in Hellenistic astrology", "binary_answer": null, "no_answer_prob": -7.479814648628235}
{"example_id": 8565884660955480885, "prediction": "greatly extend Japanese control of Manchuria and of the Chinese economy", "binary_answer": null, "no_answer_prob": -4.123301863670349}
{"example_id": -1919205990811042439, "prediction": "Jan Hus , who was tried and executed at the Council of Constance in 1415 despite a promise of safe conduct .", "binary_answer": null, "no_answer_prob": 2.038172125816345}
{"example_id": -5802481645661478640, "prediction": "Opie ( Ron Howard ) . Eccentric townspeople and temperamental girlfriends complete the cast .", "binary_answer": null, "no_answer_prob": 2.227729320526123}
{"example_id": -7925691335966602894, "prediction": "Irene Cara . It was written by sibling songwriting duo Lesley Gore ( lyricist ) and Michael Gore", "binary_answer": null, "no_answer_prob": -10.822758555412292}
{"example_id": 709353751125109049, "prediction": "about 126 million", "binary_answer": null, "no_answer_prob": -2.1783697605133057}
{"example_id": -2607325306581912660, "prediction": "the defensive cephalopod ink", "binary_answer": null, "no_answer_prob": -6.339611172676086}
{"example_id": 4441423473090602621, "prediction": "Keith Whitley", "binary_answer": null, "no_answer_prob": -7.312426567077637}
{"example_id": -3127847534632532185, "prediction": "Bart Howard", "binary_answer": null, "no_answer_prob": -7.482420206069946}
{"example_id": 1337245947825406175, "prediction": "17 June 1946", "binary_answer": null, "no_answer_prob": -6.174721717834473}
{"example_id": -8207403579352126669, "prediction": "The word `` marriage '' derives from Middle English mariage , which first appears in 1250 -- 1300 CE", "binary_answer": null, "no_answer_prob": -0.3578357696533203}
{"example_id": 7705812918765553727, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": -4.075443785637617}
{"example_id": 6704973411511561863, "prediction": "Ian McDiarmid", "binary_answer": null, "no_answer_prob": -10.854670882225037}
{"example_id": 1620419797500628089, "prediction": "Brotherhood of Man", "binary_answer": null, "no_answer_prob": -9.489511489868164}
{"example_id": 7146099758646234174, "prediction": "Heinz", "binary_answer": null, "no_answer_prob": -1.1074453592300415}
{"example_id": 748117566243419892, "prediction": "Paul Newman", "binary_answer": null, "no_answer_prob": -6.665584087371826}
{"example_id": 2251338178185213277, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7243291735649109}
{"example_id": 2945694154976038000, "prediction": "The Western Roman Empire existed intermittently in several periods between the 3rd and 5th centuries", "binary_answer": null, "no_answer_prob": 1.758929818868637}
{"example_id": 1391993614976789913, "prediction": "The Travel and Tourism Competitiveness Report", "binary_answer": null, "no_answer_prob": 1.8683320879936218}
{"example_id": 2351000146833657374, "prediction": "The force of argument , not the argument of force", "binary_answer": null, "no_answer_prob": -8.15145456790924}
{"example_id": -8601193530311682538, "prediction": "April 1 , 1960", "binary_answer": null, "no_answer_prob": -8.657770872116089}
{"example_id": -7976935901750572280, "prediction": "Walk the Moon", "binary_answer": null, "no_answer_prob": -10.01718533039093}
{"example_id": 8114932699164476907, "prediction": "always mentioned ; the other archangels vary , but most commonly include Uriel , who is mentioned in 2 Esdras .", "binary_answer": null, "no_answer_prob": -0.31279075145721436}
{"example_id": -3298747524516804461, "prediction": "the center of Earth 's observable universe", "binary_answer": null, "no_answer_prob": -3.588895559310913}
{"example_id": 2488876416350269656, "prediction": "fourth season", "binary_answer": null, "no_answer_prob": -7.012923002243042}
{"example_id": -2500393230908789256, "prediction": "2007", "binary_answer": null, "no_answer_prob": -10.529435440897942}
{"example_id": 1358197117613550027, "prediction": "37.8 years", "binary_answer": null, "no_answer_prob": -5.5104334354400635}
{"example_id": 3581991713445181755, "prediction": "", "binary_answer": null, "no_answer_prob": -2.037133812904358}
{"example_id": 1295788389013975544, "prediction": "Argentina", "binary_answer": null, "no_answer_prob": -6.045722484588623}
{"example_id": 7397718789544121468, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0923898816108704}
{"example_id": -3060596418716915887, "prediction": "October 9 , 2017", "binary_answer": null, "no_answer_prob": -7.950482130050659}
{"example_id": 3671778611799167129, "prediction": "Ranjan Faqira", "binary_answer": null, "no_answer_prob": -9.875144720077515}
{"example_id": -1913708751510061574, "prediction": "March 15 , 1972", "binary_answer": null, "no_answer_prob": -11.30159878730774}
{"example_id": -6846461035945895575, "prediction": "John Lennon and Paul McCartney", "binary_answer": null, "no_answer_prob": -12.044421792030334}
{"example_id": -5456647303921372804, "prediction": "80 towns , cities and local areas in England , Wales , Scotland and Northern Ireland", "binary_answer": null, "no_answer_prob": 0.7518389821052551}
{"example_id": -6728478563370734545, "prediction": "small plane", "binary_answer": null, "no_answer_prob": -6.040656805038452}
{"example_id": -7155962837299938929, "prediction": "Houston Astros", "binary_answer": null, "no_answer_prob": -5.532246828079224}
{"example_id": -5153405051795489881, "prediction": "German Democratic Republic ( GDR , East Germany )", "binary_answer": null, "no_answer_prob": -7.116591691970825}
{"example_id": -9077531202315370019, "prediction": "2018", "binary_answer": null, "no_answer_prob": -6.4596850872039795}
{"example_id": 3716943449734480322, "prediction": "Sly Fox", "binary_answer": null, "no_answer_prob": -11.744459748268127}
{"example_id": 7806021748350081084, "prediction": "Kane Tanaka", "binary_answer": null, "no_answer_prob": -9.332743287086487}
{"example_id": -111491993978149548, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": -10.980793118476868}
{"example_id": 2242543679901988889, "prediction": "July 4 , 1776", "binary_answer": null, "no_answer_prob": -8.3138986825943}
{"example_id": 5583266356607776964, "prediction": "27 May 2010 Compilation episode -- `` The Unseen Bits from Series 1 '' N / A", "binary_answer": null, "no_answer_prob": 1.9786446131765842}
{"example_id": -629269944420874271, "prediction": "legislative , executive , and judicial", "binary_answer": null, "no_answer_prob": -11.60125184059143}
{"example_id": -5186591590847961227, "prediction": "Matthew Broderick", "binary_answer": null, "no_answer_prob": -6.180172443389893}
{"example_id": 1734006576693243724, "prediction": "Clayton Danvers at The University Of Toronto . She needed a job to fund her college years , and Clay", "binary_answer": null, "no_answer_prob": -4.6816864013671875}
{"example_id": 1215179917737773555, "prediction": "July 11 , 2008", "binary_answer": null, "no_answer_prob": -9.921517729759216}
{"example_id": 2194961506583659270, "prediction": "1881 , the Isle of Man gave women who owned property the right to vote . In 1893", "binary_answer": null, "no_answer_prob": -8.271692991256714}
{"example_id": 5841119362569686374, "prediction": "Majority rule is a decision rule that selects alternatives which have a majority , that is , more than half the votes", "binary_answer": null, "no_answer_prob": 1.803410291671753}
{"example_id": 2615772212577833974, "prediction": "", "binary_answer": null, "no_answer_prob": -6.730356216430664}
{"example_id": -7585751457631106871, "prediction": "April 2018", "binary_answer": null, "no_answer_prob": -4.920119762420654}
{"example_id": 3637279679580701461, "prediction": "Christ 's supremacy over the pagan sun", "binary_answer": null, "no_answer_prob": -6.60530948638916}
{"example_id": -4726398276615957834, "prediction": "Sedona", "binary_answer": null, "no_answer_prob": -2.714341640472412}
{"example_id": -6066370770682792765, "prediction": "Hue Jackson", "binary_answer": null, "no_answer_prob": -6.825338840484619}
{"example_id": -1824383270254386138, "prediction": "", "binary_answer": null, "no_answer_prob": 2.957623839378357}
{"example_id": 391179573295127277, "prediction": "April 28 , 1952", "binary_answer": null, "no_answer_prob": -10.567519664764404}
{"example_id": -5644035044847502404, "prediction": "1984", "binary_answer": null, "no_answer_prob": -5.766590237617493}
{"example_id": 4310933102659552786, "prediction": "Denali", "binary_answer": null, "no_answer_prob": -6.373310089111328}
{"example_id": 4358985928977164210, "prediction": "Bowling for Soup", "binary_answer": null, "no_answer_prob": -5.8434460163116455}
{"example_id": -149910843536911261, "prediction": "two base - 60 digits after the integer part", "binary_answer": null, "no_answer_prob": -1.050907015800476}
{"example_id": 7612864423484377511, "prediction": "Hayden Christensen", "binary_answer": null, "no_answer_prob": -11.048794031143188}
{"example_id": -7986749881320808264, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -10.592406511306763}
{"example_id": -2688764481802698765, "prediction": "1963", "binary_answer": null, "no_answer_prob": -1.0281860828399658}
{"example_id": 4118249945612980705, "prediction": "Cedar Point 's normal operating season runs from early May until Labor Day in September", "binary_answer": null, "no_answer_prob": -8.072397708892822}
{"example_id": 3453595725488611576, "prediction": "American", "binary_answer": null, "no_answer_prob": -4.184965133666992}
{"example_id": 8096533595241371101, "prediction": "a . 22 - caliber Walther P22 semi-automatic handgun and a 9 mm semi-automatic Glock 19 handgun", "binary_answer": null, "no_answer_prob": -3.7430853843688965}
{"example_id": 7824996343243111494, "prediction": "80 -- 150", "binary_answer": null, "no_answer_prob": -7.155567526817322}
{"example_id": -1340783002612777023, "prediction": "April 1961", "binary_answer": null, "no_answer_prob": -6.6653419733047485}
{"example_id": -3613711879310221281, "prediction": "199 \u2044 - foot - high ( 60.8 m )", "binary_answer": null, "no_answer_prob": -7.279070854187012}
{"example_id": 7009417532076439325, "prediction": "`` Every Rose Has Its Thorn '' is the title of a power ballad song by American glam metal band Poison", "binary_answer": null, "no_answer_prob": 1.4356210827827454}
{"example_id": 145323670024929837, "prediction": "Stephone Anthony", "binary_answer": null, "no_answer_prob": -6.588022232055664}
{"example_id": 8462499693329791084, "prediction": "during the crisis", "binary_answer": null, "no_answer_prob": 0.37811279296875}
{"example_id": -1055199144889727696, "prediction": "Cher", "binary_answer": null, "no_answer_prob": -11.469878196716309}
{"example_id": 7296512350873324495, "prediction": "ten episodes and was released on May 12 , 2017 .", "binary_answer": null, "no_answer_prob": -4.5218589305877686}
{"example_id": 5499971443898442947, "prediction": "asexual", "binary_answer": null, "no_answer_prob": -3.212184429168701}
{"example_id": -8785178576893271242, "prediction": "Alison Margaret Arngrim", "binary_answer": null, "no_answer_prob": -12.179314494132996}
{"example_id": -3641537658993747241, "prediction": "Montreal Canadiens", "binary_answer": null, "no_answer_prob": -4.923303246498108}
{"example_id": -4805481590203435286, "prediction": "Rosewood , Pennsylvania", "binary_answer": null, "no_answer_prob": -4.920355796813965}
{"example_id": -7599429664438262222, "prediction": "1740", "binary_answer": null, "no_answer_prob": -9.158365160226822}
{"example_id": 1150165445113826321, "prediction": "The Declaration of the Rights of the Man and of the Citizen of 1789", "binary_answer": null, "no_answer_prob": 3.440961003303528}
{"example_id": -3263943104790148321, "prediction": "Jennifer Kate Hudson", "binary_answer": null, "no_answer_prob": -5.903605341911316}
{"example_id": 6150076040168893823, "prediction": "on the signature strip on the back of the card", "binary_answer": null, "no_answer_prob": -2.1325056552886963}
{"example_id": -1564339892857939905, "prediction": "palindrome", "binary_answer": null, "no_answer_prob": -10.614532709121704}
{"example_id": 2632634890820429404, "prediction": "Samuel Adams", "binary_answer": null, "no_answer_prob": -0.36368775367736816}
{"example_id": 8834063446341652830, "prediction": "Denali", "binary_answer": null, "no_answer_prob": -7.419897794723511}
{"example_id": -5333181693149765949, "prediction": "Spirit", "binary_answer": null, "no_answer_prob": -6.605585813522339}
{"example_id": 8643630376187935175, "prediction": "Secret Garden", "binary_answer": null, "no_answer_prob": -4.472787022590637}
{"example_id": 4830453860214251098, "prediction": "200", "binary_answer": null, "no_answer_prob": -7.413758873939514}
{"example_id": -6210591518727488034, "prediction": "Karl Malone", "binary_answer": null, "no_answer_prob": -9.571513175964355}
{"example_id": -2888882367161466321, "prediction": "A fishing rod is a long , flexible rod used to catch fish", "binary_answer": null, "no_answer_prob": 0.03912043571472168}
{"example_id": -8528473151935601088, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.589062213897705}
{"example_id": 178875795584768999, "prediction": "January 3 , 1959", "binary_answer": null, "no_answer_prob": -4.559161424636841}
{"example_id": 5990293859286522993, "prediction": "1977", "binary_answer": null, "no_answer_prob": -10.316577196121216}
{"example_id": -8484496945095191237, "prediction": "the United States Senate", "binary_answer": null, "no_answer_prob": -6.956939697265625}
{"example_id": 6140981336712569984, "prediction": "June 1 to November 30", "binary_answer": null, "no_answer_prob": -5.9249536991119385}
{"example_id": 8952807029715554532, "prediction": "Annie Wittenmyer", "binary_answer": null, "no_answer_prob": -3.238474130630493}
{"example_id": 5965447391112455356, "prediction": "Sophie Turner", "binary_answer": null, "no_answer_prob": -12.509358763694763}
{"example_id": 6763804621758593493, "prediction": "Charlie Hunnam", "binary_answer": null, "no_answer_prob": -11.882067799568176}
{"example_id": 8245563213341141772, "prediction": "December 26 , 1973", "binary_answer": null, "no_answer_prob": -10.318547010421753}
{"example_id": -5304439634527982276, "prediction": "John Keats", "binary_answer": null, "no_answer_prob": -13.861715197563171}
{"example_id": 3268879528011690827, "prediction": "Freddie Highmore", "binary_answer": null, "no_answer_prob": -8.028608798980713}
{"example_id": -5086383152191471047, "prediction": "Daredevil # 57 ( October 1969 )", "binary_answer": null, "no_answer_prob": -3.31393039226532}
{"example_id": -3133997095167253157, "prediction": "101 males to 100 females", "binary_answer": null, "no_answer_prob": -1.99807870388031}
{"example_id": 5602263866877333704, "prediction": "Aaron Neville", "binary_answer": null, "no_answer_prob": -4.3674657344818115}
{"example_id": 4379254517274921571, "prediction": "March 3 , 1849", "binary_answer": null, "no_answer_prob": -8.041817307472229}
{"example_id": -8419685544731290703, "prediction": "The Kennedy Compound consists of three houses on six acres ( 24,000 m2 ) of waterfront property", "binary_answer": null, "no_answer_prob": -0.6578183174133301}
{"example_id": 5285031587292048762, "prediction": "Since April 2011 , Coster - Waldau", "binary_answer": null, "no_answer_prob": -6.323551177978516}
{"example_id": 6833156751933297288, "prediction": "Monongy", "binary_answer": null, "no_answer_prob": -0.6029486656188965}
{"example_id": -1300867168231013458, "prediction": "`` 1958 Volkswagen Beetle ''", "binary_answer": null, "no_answer_prob": 2.574984312057495}
{"example_id": -2448072056052456887, "prediction": "Croats ( / \u02c8kro\u028a\u00e6t , \u02c8kro\u028a\u0251\u02d0t / ; Croatian : Hrvati", "binary_answer": null, "no_answer_prob": -6.749592185020447}
{"example_id": 880003465775733490, "prediction": "Bart Millard", "binary_answer": null, "no_answer_prob": -11.720144152641296}
{"example_id": -7853143689850009487, "prediction": "George Washington ( 1732 -- 1799 ) , Thomas Jefferson ( 1743 -- 1826 ) , Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -8.120892524719238}
{"example_id": -1407519603870999701, "prediction": "a neighborhood in the Los Angeles Harbor Region area of Los Angeles , California , covering 9.14 square miles .", "binary_answer": null, "no_answer_prob": 0.1829126477241516}
{"example_id": -4653659407858942648, "prediction": "Nia Vardalos", "binary_answer": null, "no_answer_prob": -2.794739007949829}
{"example_id": -5972589964157591689, "prediction": "Leonardo da Vinci", "binary_answer": null, "no_answer_prob": -5.879976153373718}
{"example_id": 2871800330989222279, "prediction": "`` I Did n't Know My Own Strength ''", "binary_answer": null, "no_answer_prob": 0.9638543426990509}
{"example_id": 124549278196396100, "prediction": "1,238", "binary_answer": null, "no_answer_prob": -3.0650749802589417}
{"example_id": 6403225546852614772, "prediction": "until surgical correction of the heart defect is completed .", "binary_answer": null, "no_answer_prob": -4.727867841720581}
{"example_id": -8551594458426194496, "prediction": "a two - thirds vote in both the House and Senate", "binary_answer": null, "no_answer_prob": -3.87990140914917}
{"example_id": 9184638951333651066, "prediction": "Gregory Peck", "binary_answer": null, "no_answer_prob": -4.2882994413375854}
{"example_id": -3222646103608352078, "prediction": "11 December 1941", "binary_answer": null, "no_answer_prob": -11.299335956573486}
{"example_id": 5327552938903283029, "prediction": "Subashnagar", "binary_answer": null, "no_answer_prob": 0.7334412336349487}
{"example_id": -4393495360990197762, "prediction": "6 August", "binary_answer": null, "no_answer_prob": -5.049113750457764}
{"example_id": 6784835929043386540, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9262775182724}
{"example_id": -6437935263917088319, "prediction": "The Jamestown settlement in the Colony of Virginia", "binary_answer": null, "no_answer_prob": -3.4823222160339355}
{"example_id": -2853747254242405384, "prediction": "to process individual rows returned by database system queries", "binary_answer": null, "no_answer_prob": -7.67806339263916}
{"example_id": -6642144296187590298, "prediction": "eleven", "binary_answer": null, "no_answer_prob": -9.296764850616455}
{"example_id": 63469927479952609, "prediction": "element", "binary_answer": null, "no_answer_prob": -2.807535171508789}
{"example_id": -3030186724844645117, "prediction": "December 2016", "binary_answer": null, "no_answer_prob": -2.9055590629577637}
{"example_id": -4686106023208022060, "prediction": "Bud Collyer", "binary_answer": null, "no_answer_prob": -5.730393171310425}
{"example_id": 2660489411662634152, "prediction": "1997", "binary_answer": null, "no_answer_prob": -10.250458359718323}
{"example_id": -2202593139055069197, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5188150405883789}
{"example_id": -2974843776827360097, "prediction": "", "binary_answer": null, "no_answer_prob": 4.644828140735626}
{"example_id": 6664242975695030270, "prediction": "`` Last Forever", "binary_answer": null, "no_answer_prob": -1.602060317993164}
{"example_id": -6032375211501891062, "prediction": "U.S. Route 395", "binary_answer": null, "no_answer_prob": -5.8175352811813354}
{"example_id": 8226869565961481354, "prediction": "Starship", "binary_answer": null, "no_answer_prob": -10.977162599563599}
{"example_id": 4429124108114949487, "prediction": "17 June 1946", "binary_answer": null, "no_answer_prob": -4.203957557678223}
{"example_id": -5508363059033081757, "prediction": "", "binary_answer": null, "no_answer_prob": 3.072224974632263}
{"example_id": -8503813254577463425, "prediction": "", "binary_answer": null, "no_answer_prob": 0.07043243944644928}
{"example_id": 7913936029354430000, "prediction": "", "binary_answer": null, "no_answer_prob": 2.686130106449127}
{"example_id": -6180065891659725035, "prediction": "2001", "binary_answer": null, "no_answer_prob": -4.044888377189636}
{"example_id": 3807450958748783348, "prediction": "Willie Nelson", "binary_answer": null, "no_answer_prob": -8.894284963607788}
{"example_id": -5984734820224640376, "prediction": "Joe Ronnie Hooper", "binary_answer": null, "no_answer_prob": -12.095947265625}
{"example_id": -2830033708196507694, "prediction": "In the eukaryotic cell , the cytosol is within the cell membrane", "binary_answer": null, "no_answer_prob": -5.1267300844192505}
{"example_id": 2382756274241637193, "prediction": "a number of Islamic countries , including Saudi Arabia and Iran", "binary_answer": null, "no_answer_prob": 2.589127540588379}
{"example_id": -7579834135468854040, "prediction": "", "binary_answer": null, "no_answer_prob": 3.504441786557436}
{"example_id": 6570444077114415537, "prediction": "Clark", "binary_answer": null, "no_answer_prob": -4.99281644821167}
{"example_id": -8637407729045745451, "prediction": "twenty", "binary_answer": null, "no_answer_prob": -10.364967346191406}
{"example_id": 3738037715323533597, "prediction": "1990", "binary_answer": null, "no_answer_prob": -9.38668429851532}
{"example_id": 7690425622546849075, "prediction": "Nirmala Sitharaman", "binary_answer": null, "no_answer_prob": -8.112418174743652}
{"example_id": -655334614750971565, "prediction": "Sunda Islands", "binary_answer": null, "no_answer_prob": -5.043570280075073}
{"example_id": 8761689973248433102, "prediction": "Route 444", "binary_answer": null, "no_answer_prob": -1.7788820266723633}
{"example_id": -5604236327496320469, "prediction": "Caribbean", "binary_answer": null, "no_answer_prob": -3.426888346672058}
{"example_id": 3242403107057993294, "prediction": "Vince Carter", "binary_answer": null, "no_answer_prob": -9.804336071014404}
{"example_id": -5669469957068280736, "prediction": "`` I Want to be free '' - Katie", "binary_answer": null, "no_answer_prob": 5.43352210521698}
{"example_id": -5036627730791645762, "prediction": "NBC", "binary_answer": null, "no_answer_prob": -6.062803387641907}
{"example_id": -97280574998862081, "prediction": "10 - episode season , beginning in February 2018 .", "binary_answer": null, "no_answer_prob": -5.93403172492981}
{"example_id": 8386116580467011103, "prediction": "western imperialism", "binary_answer": null, "no_answer_prob": -2.244211196899414}
{"example_id": -6313408953245707400, "prediction": "The Lapita were expert seafarers and navigators , reaching out and finding islands separated from each other by hundreds of miles of empty ocean", "binary_answer": null, "no_answer_prob": -2.237743616104126}
{"example_id": 8866726077098499118, "prediction": "Elizabeth Berkley Lauren", "binary_answer": null, "no_answer_prob": -13.634365916252136}
{"example_id": 4001267478194543181, "prediction": "Jim Croce", "binary_answer": null, "no_answer_prob": -11.829241156578064}
{"example_id": -4136189292932486703, "prediction": "June 29 , 2018", "binary_answer": null, "no_answer_prob": -11.9929758310318}
{"example_id": -1627102609961965820, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -2.1409482955932617}
{"example_id": 308237250605851680, "prediction": "2001", "binary_answer": null, "no_answer_prob": -10.047474443912506}
{"example_id": -1054466698209518802, "prediction": "Billy Strange", "binary_answer": null, "no_answer_prob": -5.442245960235596}
{"example_id": -5470043575679977524, "prediction": "1,500 miles ( 2,400 km )", "binary_answer": null, "no_answer_prob": -4.052376627922058}
{"example_id": 6887496307462976826, "prediction": "Paul Leka , Gary DeCarlo and Dale Frashuer", "binary_answer": null, "no_answer_prob": -5.106683373451233}
{"example_id": 7647568324348912499, "prediction": "Parliamentarians ( `` Roundheads '' ) and Royalists ( `` Cavaliers '' )", "binary_answer": null, "no_answer_prob": -5.8790342807769775}
{"example_id": 5061958165249837200, "prediction": "the Korean War in 1950 .", "binary_answer": null, "no_answer_prob": -3.677786350250244}
{"example_id": 563260143484355911, "prediction": "Smiley Lewis", "binary_answer": null, "no_answer_prob": -8.52567458152771}
{"example_id": 4640391430539852282, "prediction": "to influence the events of the year '' .", "binary_answer": null, "no_answer_prob": -1.844784140586853}
{"example_id": -803586397254381544, "prediction": "Friends Arena in Solna , Sweden", "binary_answer": null, "no_answer_prob": -9.9607994556427}
{"example_id": 4281722509927744807, "prediction": "Princeton", "binary_answer": null, "no_answer_prob": -6.557924270629883}
{"example_id": 8969116934391520453, "prediction": "French -- Vietnamese", "binary_answer": null, "no_answer_prob": 0.3024284243583679}
{"example_id": -1621841714281804727, "prediction": "provides a graphical user interface for accessing the file systems", "binary_answer": null, "no_answer_prob": -3.458043694496155}
{"example_id": 2690348507418436819, "prediction": "Hayley Mills", "binary_answer": null, "no_answer_prob": -8.199948787689209}
{"example_id": 5386242575660267352, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -11.186707258224487}
{"example_id": 6850203343044996670, "prediction": "U.S. Bank Stadium in Minneapolis , Minnesota , United States", "binary_answer": null, "no_answer_prob": -10.474564790725708}
{"example_id": -7364071520792776728, "prediction": "Fleetwood Mac", "binary_answer": null, "no_answer_prob": -7.9836121797561646}
{"example_id": -6700154812997580833, "prediction": "George Frederick Blanda", "binary_answer": null, "no_answer_prob": -5.370876312255859}
{"example_id": 4679121995622567675, "prediction": "Brassinosteroids", "binary_answer": null, "no_answer_prob": -5.31198263168335}
{"example_id": 2072392305803233189, "prediction": "ROYGBIV or Roy G. Biv is an acronym for the sequence of hues commonly described as making up a rainbow", "binary_answer": null, "no_answer_prob": -2.6957605481147766}
{"example_id": 6428033608111316307, "prediction": "the United States and the Soviet Union", "binary_answer": null, "no_answer_prob": -6.890196323394775}
{"example_id": -5012789711574805801, "prediction": "Mayim Chaya Bialik", "binary_answer": null, "no_answer_prob": -13.793927073478699}
{"example_id": -3090403837450995143, "prediction": "Ceres in the asteroid belt , and Pluto , Haumea , Makemake , and Eris", "binary_answer": null, "no_answer_prob": -5.879075765609741}
{"example_id": -4098619576087933582, "prediction": "Olate Dogs", "binary_answer": null, "no_answer_prob": -6.17967164516449}
{"example_id": 2049014792539246395, "prediction": "January 26 , 2017 . The game is set to fully release for Microsoft Windows , PlayStation 4 , and Xbox One later in 2017", "binary_answer": null, "no_answer_prob": -5.935985684394836}
{"example_id": -3985338326900509994, "prediction": "Bill Withers", "binary_answer": null, "no_answer_prob": -7.948767781257629}
{"example_id": -7440245455154397439, "prediction": "Spider - Man : Homecoming", "binary_answer": null, "no_answer_prob": -10.218863487243652}
{"example_id": 5373033641799663553, "prediction": "None 18", "binary_answer": null, "no_answer_prob": -6.939769744873047}
{"example_id": -8617840349864871396, "prediction": "Henry Albert Azaria", "binary_answer": null, "no_answer_prob": -8.057300567626953}
{"example_id": 2812190943719486227, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4820496439933777}
{"example_id": 6192818141186788930, "prediction": "Champagne", "binary_answer": null, "no_answer_prob": -1.1072888374328613}
{"example_id": 5849448342508864572, "prediction": "Chiyo Miyako", "binary_answer": null, "no_answer_prob": -11.094767332077026}
{"example_id": 2565397237631708208, "prediction": "The origins of this joke emerged from picket lines during labor strikes in 19th century America", "binary_answer": null, "no_answer_prob": -6.9687535762786865}
{"example_id": -7412271027298949434, "prediction": "The history of the territories which since ca . 1900 have been known under the name of Nigeria during the pre-colonial period ( 16th to 18th centuries", "binary_answer": null, "no_answer_prob": -0.614068865776062}
{"example_id": 8111834290073133919, "prediction": "fool ; idiot '' , or ( as an adjectival noun ) `` foolish", "binary_answer": null, "no_answer_prob": -9.873197317123413}
{"example_id": -438307705609134116, "prediction": "1988", "binary_answer": null, "no_answer_prob": -11.346620202064514}
{"example_id": 1592153645701322107, "prediction": "Garden Heights", "binary_answer": null, "no_answer_prob": -6.6020495891571045}
{"example_id": 1399328091009642517, "prediction": "Dangal", "binary_answer": null, "no_answer_prob": -1.6316356658935547}
{"example_id": 1394110700386616818, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -11.434385061264038}
{"example_id": 1286380231021037357, "prediction": "a user", "binary_answer": null, "no_answer_prob": -6.721225738525391}
{"example_id": -7778866163271536738, "prediction": "Booster", "binary_answer": null, "no_answer_prob": -3.473555564880371}
{"example_id": 3036700087778896814, "prediction": "16", "binary_answer": null, "no_answer_prob": -7.372833490371704}
{"example_id": 8803134434972355820, "prediction": "John Studd", "binary_answer": null, "no_answer_prob": -9.733705997467041}
{"example_id": -2408926568017945075, "prediction": "One popular , but false , etymology derives the phrase from the 1865 assassination of Abraham Lincoln", "binary_answer": null, "no_answer_prob": -3.5539212226867676}
{"example_id": 257494302872445503, "prediction": "`` The First Day of the Rest of Your Life ''", "binary_answer": null, "no_answer_prob": 0.029751300811767578}
{"example_id": 4555612618387565146, "prediction": "January and October 2017", "binary_answer": null, "no_answer_prob": -8.723740220069885}
{"example_id": -7785894462299749544, "prediction": "In the episode `` The Blackout in the Blizzard ''", "binary_answer": null, "no_answer_prob": -3.528683662414551}
{"example_id": 1416813601766951820, "prediction": "Spain", "binary_answer": null, "no_answer_prob": -4.492583274841309}
{"example_id": 6316787269121500350, "prediction": "Robby Krieger", "binary_answer": null, "no_answer_prob": -6.178627014160156}
{"example_id": -6078653702042232816, "prediction": "894", "binary_answer": null, "no_answer_prob": -6.499459505081177}
{"example_id": -3236424342919770641, "prediction": "2014", "binary_answer": null, "no_answer_prob": -11.618133038282394}
{"example_id": -2820472470958240691, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2508052587509155}
{"example_id": 7239984588684437837, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1527092456817627}
{"example_id": -6945311884720797589, "prediction": "around 125 \u00b0 C ( 260 \u00b0 F )", "binary_answer": null, "no_answer_prob": -5.696384310722351}
{"example_id": 3847837738326967981, "prediction": "", "binary_answer": null, "no_answer_prob": -5.309947967529297}
{"example_id": -8318360695663491288, "prediction": "three", "binary_answer": null, "no_answer_prob": -7.908784955739975}
{"example_id": -32427849098321025, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1972100734710693}
{"example_id": -5894682033611295801, "prediction": "Katherine Heigl", "binary_answer": null, "no_answer_prob": -12.187126517295837}
{"example_id": 242334030993171926, "prediction": "A level UCAS points table ( New Tariff ) Grade UCAS Points A * 56 48 40 32 24 16", "binary_answer": null, "no_answer_prob": -2.869407892227173}
{"example_id": 3423980622379875624, "prediction": "nylon and synthetic suede", "binary_answer": null, "no_answer_prob": -5.612258434295654}
{"example_id": -3997760194864163694, "prediction": "Julia Louis - Dreyfus", "binary_answer": null, "no_answer_prob": -10.338038444519043}
{"example_id": -8929043159775950494, "prediction": "Patton Oswalt", "binary_answer": null, "no_answer_prob": -10.542299032211304}
{"example_id": 183382198234729675, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": -11.362241744995117}
{"example_id": -2777546609040208742, "prediction": "Spain", "binary_answer": null, "no_answer_prob": -3.026822090148926}
{"example_id": 3577751642081006254, "prediction": "D\u016bmin\u012bk\u0101n", "binary_answer": null, "no_answer_prob": -0.8967556953430176}
{"example_id": 6956719386037713554, "prediction": "Guadalupe - Nipomo Dunes in California .", "binary_answer": null, "no_answer_prob": -6.241985082626343}
{"example_id": 2982588028865073956, "prediction": "3,481", "binary_answer": null, "no_answer_prob": -5.682218551635742}
{"example_id": 4318423661438785822, "prediction": "bust card", "binary_answer": null, "no_answer_prob": -7.906577229499817}
{"example_id": 3241401294998506831, "prediction": "seven", "binary_answer": null, "no_answer_prob": -10.503472924232483}
{"example_id": 7120021266682175537, "prediction": "Bill Withers", "binary_answer": null, "no_answer_prob": -6.259998321533203}
{"example_id": 6590984660687648931, "prediction": "", "binary_answer": null, "no_answer_prob": 4.767517328262329}
{"example_id": 7000168611808617839, "prediction": "Bulldogs", "binary_answer": null, "no_answer_prob": -0.4957420825958252}
{"example_id": 6202161671785679770, "prediction": "May 1975", "binary_answer": null, "no_answer_prob": -10.51403671503067}
{"example_id": -5158391112879684887, "prediction": "The legal working age is the minimum age required by law for a person to work , in each country or jurisdiction .", "binary_answer": null, "no_answer_prob": -0.0005035400390625}
{"example_id": -7353057058057493225, "prediction": "Argent", "binary_answer": null, "no_answer_prob": -10.167427718639374}
{"example_id": -4572903059167714513, "prediction": "Robin Fredriksson Mattias Larsson Joe Jonas Justin Tranter", "binary_answer": null, "no_answer_prob": -7.299816727638245}
{"example_id": -4726425540482388317, "prediction": "Edward Vincent Bracken", "binary_answer": null, "no_answer_prob": -6.59069561958313}
{"example_id": 3843316703636212266, "prediction": "When a game is added to the Vault , EA has pledged that it will not be removed at a later date", "binary_answer": null, "no_answer_prob": -3.235074520111084}
{"example_id": 4663164348116426391, "prediction": "Susan Heffley", "binary_answer": null, "no_answer_prob": -9.188689708709717}
{"example_id": -8240772348058591939, "prediction": "January 26 , 2018", "binary_answer": null, "no_answer_prob": -8.723192930221558}
{"example_id": -7841128731892324098, "prediction": "the geographic North Pole", "binary_answer": null, "no_answer_prob": -6.959343910217285}
{"example_id": 4535719774280849067, "prediction": "12 : 45 PM", "binary_answer": null, "no_answer_prob": -4.886246562004089}
{"example_id": -245123639209390252, "prediction": "just under 57.3 degrees ( expansion at A072097 )", "binary_answer": null, "no_answer_prob": -1.277593970298767}
{"example_id": 2370235941034770516, "prediction": "protein , carbohydrate and lipid", "binary_answer": null, "no_answer_prob": -1.888089895248413}
{"example_id": 3602314723071611495, "prediction": "approximately 7000 or 8000 BC", "binary_answer": null, "no_answer_prob": -8.108458280563354}
{"example_id": 4605127645921665115, "prediction": "Nick Castle", "binary_answer": null, "no_answer_prob": -8.502900242805481}
{"example_id": 8663315281958969051, "prediction": "Joan of Arc", "binary_answer": null, "no_answer_prob": -0.1924419403076172}
{"example_id": 9044447430031636829, "prediction": "Lucy Hale , Freddie Stroma , Megan Park , Manu Narayan and Missi Pyle", "binary_answer": null, "no_answer_prob": -1.4944185018539429}
{"example_id": 7728506664410615612, "prediction": "31 US gallons ( 26 imp gal ; 117 L )", "binary_answer": null, "no_answer_prob": -2.8133139610290527}
{"example_id": -8027438484347755517, "prediction": "Ohio Express", "binary_answer": null, "no_answer_prob": -8.826378226280212}
{"example_id": -209840839050634882, "prediction": "1940", "binary_answer": null, "no_answer_prob": -7.0000240206718445}
{"example_id": 5438605909503657995, "prediction": "Petty and Jeff Lynne", "binary_answer": null, "no_answer_prob": -10.18505573272705}
{"example_id": -6548296721793029143, "prediction": "Bruce Hornsby and the Range", "binary_answer": null, "no_answer_prob": -12.502154469490051}
{"example_id": 7383521651062366805, "prediction": "2008", "binary_answer": null, "no_answer_prob": -8.223211288452148}
{"example_id": -8664786872288923166, "prediction": "Elton John and Kiki Dee", "binary_answer": null, "no_answer_prob": -7.980113983154297}
{"example_id": -8467217434960192345, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7707782983779907}
{"example_id": 5802522646802594877, "prediction": "Badfinger", "binary_answer": null, "no_answer_prob": -7.667485356330872}
{"example_id": -7916370955238914538, "prediction": "98 miles ( 158 km ) south", "binary_answer": null, "no_answer_prob": -8.965741872787476}
{"example_id": -5188348962234054398, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6696639209985733}
{"example_id": 3330919190414458241, "prediction": "Radio", "binary_answer": null, "no_answer_prob": -9.501901984214783}
{"example_id": 5921272806500930508, "prediction": "Delaware", "binary_answer": null, "no_answer_prob": -6.431642055511475}
{"example_id": -7168963681804223913, "prediction": "300 feet ( 91 m )", "binary_answer": null, "no_answer_prob": 1.2037405967712402}
{"example_id": 6247343972170271376, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9710462093353271}
{"example_id": -3166694672738461990, "prediction": "Namadgi National Park", "binary_answer": null, "no_answer_prob": -5.6060545444488525}
{"example_id": -5906506235352224718, "prediction": "as much wood as a woodchuck could chuck if a woodchuck could chuck wood '' .", "binary_answer": null, "no_answer_prob": -3.216625452041626}
{"example_id": 6891267164470677438, "prediction": "Egypt and Syria", "binary_answer": null, "no_answer_prob": -6.969700336456299}
{"example_id": 8793308095702740941, "prediction": "low levels of regulation and taxes , and the public sector providing fewer services", "binary_answer": null, "no_answer_prob": -5.339231729507446}
{"example_id": -2263191684544026799, "prediction": "Irish tune of the `` Londonderry Air '' . It is most closely associated with Irish communities .", "binary_answer": null, "no_answer_prob": 0.5913113802671432}
{"example_id": -8405734092419320429, "prediction": "Bread", "binary_answer": null, "no_answer_prob": -10.853054761886597}
{"example_id": 2990611736788735891, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 6.798349441494793}
{"example_id": 4544524813986313019, "prediction": "Bangladesh", "binary_answer": null, "no_answer_prob": -6.003663063049316}
{"example_id": 1914122761078891169, "prediction": "Thomas Weelkes", "binary_answer": null, "no_answer_prob": -7.0943111181259155}
{"example_id": -5300992406582297969, "prediction": "Dunder Mifflin", "binary_answer": null, "no_answer_prob": -2.5122687816619873}
{"example_id": 4017455347594585586, "prediction": "between 1895 and 1897", "binary_answer": null, "no_answer_prob": -9.031026303768158}
{"example_id": 4063748505241179661, "prediction": "November 8 , 1965", "binary_answer": null, "no_answer_prob": -10.018768310546875}
{"example_id": 4528192525703301950, "prediction": "1920", "binary_answer": null, "no_answer_prob": -10.06221055984497}
{"example_id": 6261197571272296736, "prediction": "1958", "binary_answer": null, "no_answer_prob": -2.304962992668152}
{"example_id": 2209395771021134578, "prediction": "the government", "binary_answer": null, "no_answer_prob": 0.5289897918701172}
{"example_id": 7832195548192745024, "prediction": "150 miles ( 240 km ) east of Atlanta and 70 miles ( 110 km )", "binary_answer": null, "no_answer_prob": -4.370437383651733}
{"example_id": -5399036709245747136, "prediction": "Region 1 : Northeast", "binary_answer": null, "no_answer_prob": -1.9233620166778564}
{"example_id": -7923882948127876883, "prediction": "Assistant sub-inspector", "binary_answer": null, "no_answer_prob": -8.286149621009827}
{"example_id": 4970127520005972340, "prediction": "54", "binary_answer": null, "no_answer_prob": -3.756373882293701}
{"example_id": 9075314649720453722, "prediction": "St Jerome", "binary_answer": null, "no_answer_prob": -11.173556089401245}
{"example_id": -8427890242698542167, "prediction": "Charlene", "binary_answer": null, "no_answer_prob": -12.015402793884277}
{"example_id": 3072590264362653765, "prediction": "Icarus", "binary_answer": null, "no_answer_prob": -7.627814531326294}
{"example_id": -5304695351241467042, "prediction": "Eva Tanguay", "binary_answer": null, "no_answer_prob": -10.015271782875061}
{"example_id": -7807288157410129375, "prediction": "2018", "binary_answer": null, "no_answer_prob": -4.5376245975494385}
{"example_id": 393127193711659190, "prediction": "March 18 , 2018", "binary_answer": null, "no_answer_prob": -8.677631616592407}
{"example_id": -476086463509431783, "prediction": "October 9 , 2001", "binary_answer": null, "no_answer_prob": -11.054200291633606}
{"example_id": 8649049616321744758, "prediction": "Tennessee girls as young as 10 were married in 2001 .", "binary_answer": null, "no_answer_prob": 2.683201789855957}
{"example_id": -8163788436218868538, "prediction": "Uncle Vernon", "binary_answer": null, "no_answer_prob": -5.3010969161987305}
{"example_id": -1711300551771610488, "prediction": "British rock group the Animals", "binary_answer": null, "no_answer_prob": -3.361207604408264}
{"example_id": -3896487151991632366, "prediction": "Nina Simone", "binary_answer": null, "no_answer_prob": -3.924385905265808}
{"example_id": -8204316699420373938, "prediction": "Lori Lieberman", "binary_answer": null, "no_answer_prob": -4.857072353363037}
{"example_id": 6635301413858394436, "prediction": "11 October 1999 and 22 December 2000", "binary_answer": null, "no_answer_prob": -6.838792324066162}
{"example_id": -3742617900626946054, "prediction": "The novel is the first to be set in Hardy 's fictional region of Wessex in rural south west England", "binary_answer": null, "no_answer_prob": 2.6566836684942245}
{"example_id": -2344777368922832242, "prediction": "Tasha Smith", "binary_answer": null, "no_answer_prob": -6.759695768356323}
{"example_id": -6701599966535769301, "prediction": "1998", "binary_answer": null, "no_answer_prob": -9.089558720588684}
{"example_id": -2447539210532408139, "prediction": "Historian Richard B. Morris in 1973 identified the following seven figures as the key Founding Fathers : John Adams", "binary_answer": null, "no_answer_prob": 0.022575438022613525}
{"example_id": 6883774263524480290, "prediction": "Molly Ephraim", "binary_answer": null, "no_answer_prob": -13.982050895690918}
{"example_id": 8264736259995333683, "prediction": "Spaz", "binary_answer": null, "no_answer_prob": -3.6170239448547363}
{"example_id": -6268305864372537722, "prediction": "Oakland rappers like Too Short & E-40", "binary_answer": null, "no_answer_prob": -3.029033660888672}
{"example_id": 2217405633688805024, "prediction": "Mary Campbell", "binary_answer": null, "no_answer_prob": -5.788082599639893}
{"example_id": 227197047841294702, "prediction": "In the television series 's fourth season", "binary_answer": null, "no_answer_prob": -6.285330295562744}
{"example_id": 1219854107139788551, "prediction": "Love Island may refer to : [ContextId=1]", "binary_answer": null, "no_answer_prob": 2.1830441504716873}
{"example_id": -6542990366621530988, "prediction": "England", "binary_answer": null, "no_answer_prob": -7.161686480045319}
{"example_id": -3202330561520495150, "prediction": "approximately 5,700 K ( 5,430 \u00b0 C ) or 9806 \u00b0 F", "binary_answer": null, "no_answer_prob": -9.633120775222778}
{"example_id": -8613333881199458795, "prediction": "jack", "binary_answer": null, "no_answer_prob": 0.18680906295776367}
{"example_id": -6535101360203026950, "prediction": "Neil Young", "binary_answer": null, "no_answer_prob": -10.378470778465271}
{"example_id": -5523507175500546991, "prediction": "Bernard Carayon", "binary_answer": null, "no_answer_prob": -6.759234547615051}
{"example_id": 286840387987789860, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -10.198708176612854}
{"example_id": 8679945322911273126, "prediction": "New Jersey , sailing to the Caribbean , Bermuda , and Canada / New England", "binary_answer": null, "no_answer_prob": -4.667892217636108}
{"example_id": 7760804701483913902, "prediction": "March 14 , 2014", "binary_answer": null, "no_answer_prob": -11.437344670295715}
{"example_id": 3771718292700391383, "prediction": "The Premier League is the top level of the English football league system . Contested by 20 clubs , it operates on a system of promotion and relegation", "binary_answer": null, "no_answer_prob": 1.090712696313858}
{"example_id": -1925896514255351478, "prediction": "Annaleigh Ashford", "binary_answer": null, "no_answer_prob": -6.973521709442139}
{"example_id": 1085920309962998351, "prediction": "26 May 1989", "binary_answer": null, "no_answer_prob": -2.0505489110946655}
{"example_id": -4944512028480785081, "prediction": "19 June 2018", "binary_answer": null, "no_answer_prob": -8.275423765182495}
{"example_id": -4327117939346452087, "prediction": "September 12 , 1959", "binary_answer": null, "no_answer_prob": -8.007835745811462}
{"example_id": -8033977932371455699, "prediction": "fourteen Years a Resident within the United States .", "binary_answer": null, "no_answer_prob": -4.72455620765686}
{"example_id": 1609131766770842232, "prediction": "21 18", "binary_answer": null, "no_answer_prob": -7.170767068862915}
{"example_id": 2153598611383318932, "prediction": "Phillip Phillips", "binary_answer": null, "no_answer_prob": -10.5626300573349}
{"example_id": -184911756683832080, "prediction": "Telangana ( / t\u025bl\u0259n\u02c8\u0261\u0251\u02d0n\u0259 / ( listen ) ) is a state in the south", "binary_answer": null, "no_answer_prob": -1.656064748764038}
{"example_id": -4690552129068983399, "prediction": "Within the study of demography , the rate of natural increase ( RNI ) is classified as the crude birth rate minus the crude death rate", "binary_answer": null, "no_answer_prob": 3.932905375957489}
{"example_id": -5277433299664180528, "prediction": "Heavy metals are generally defined as metals with relatively high densities , atomic weights , or atomic numbers", "binary_answer": null, "no_answer_prob": -2.654876470565796}
{"example_id": 243756109699442240, "prediction": "Billy Paul", "binary_answer": null, "no_answer_prob": -10.937108516693115}
{"example_id": -4781076157089758377, "prediction": "David Bowie", "binary_answer": null, "no_answer_prob": -8.020721435546875}
{"example_id": -4499761486504763398, "prediction": "", "binary_answer": null, "no_answer_prob": -5.869120955467224}
{"example_id": 820379277676205185, "prediction": "Stevie Wonder", "binary_answer": null, "no_answer_prob": -11.968513369560242}
{"example_id": -7443828569924995904, "prediction": "Loyalists", "binary_answer": null, "no_answer_prob": -5.363205671310425}
{"example_id": -4933806249687973654, "prediction": "Charles Matthew Hunnam", "binary_answer": null, "no_answer_prob": -14.16820228099823}
{"example_id": 7596094395634207937, "prediction": "Jones", "binary_answer": null, "no_answer_prob": -2.890882968902588}
{"example_id": -1697022355863471310, "prediction": "Although cricket was introduced to India by European merchant sailors", "binary_answer": null, "no_answer_prob": -0.4068845510482788}
{"example_id": -3686633148544147788, "prediction": "24", "binary_answer": null, "no_answer_prob": -7.490902900695801}
{"example_id": 5349907797505920632, "prediction": "Sir Richard Starkey MBE ( born 7 July 1940 ) , known professionally as Ringo Starr", "binary_answer": null, "no_answer_prob": -10.09302818775177}
{"example_id": -6346057753948102894, "prediction": "October 20 , 1927", "binary_answer": null, "no_answer_prob": -9.542572617530823}
{"example_id": 5755751235806631332, "prediction": "Egypt", "binary_answer": null, "no_answer_prob": 0.6757526397705078}
{"example_id": -2051760154746026247, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5229834318161011}
{"example_id": 6598063736766554205, "prediction": "The Virginia Company", "binary_answer": null, "no_answer_prob": -1.935848593711853}
{"example_id": 3658847669702107248, "prediction": "H.H. Asquith", "binary_answer": null, "no_answer_prob": -7.8943772315979}
{"example_id": 6134810927991933545, "prediction": "Ghoul", "binary_answer": null, "no_answer_prob": -0.41536617279052734}
{"example_id": 160462365288125381, "prediction": "Lee de Forest", "binary_answer": null, "no_answer_prob": -12.190349578857422}
{"example_id": -205389876276943445, "prediction": "Calvin Murphy", "binary_answer": null, "no_answer_prob": -6.85766065120697}
{"example_id": 2361496676859219904, "prediction": "February 6 , 2011", "binary_answer": null, "no_answer_prob": -10.49389922618866}
{"example_id": 5296861809552832354, "prediction": "1969", "binary_answer": null, "no_answer_prob": -5.392858386039734}
{"example_id": 2573747801405167575, "prediction": "Bastille Day , which is celebrated on 14 July , the date of Smith 's birthday", "binary_answer": null, "no_answer_prob": -8.274003386497498}
{"example_id": 6312673204172258391, "prediction": "1978", "binary_answer": null, "no_answer_prob": -7.007835149765015}
{"example_id": 4566976817326754102, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -4.289271831512451}
{"example_id": -4807627701591732245, "prediction": "daily newspaper", "binary_answer": null, "no_answer_prob": -9.237002849578857}
{"example_id": -5765052183832855110, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -6.4626301527023315}
{"example_id": 2496745033354317416, "prediction": "Radio City Music Hall in Manhattan", "binary_answer": null, "no_answer_prob": -3.7437806129455566}
{"example_id": 512337514824827515, "prediction": "Pennsylvania was the site of the bloodiest battle of the war , the Battle of Gettysburg", "binary_answer": null, "no_answer_prob": -2.4985562562942505}
{"example_id": -7812576010866355037, "prediction": "8th century", "binary_answer": null, "no_answer_prob": -5.477661490440369}
{"example_id": 8940432000894836748, "prediction": "referred to the Underground Railroad , the freedom movement that helped black people escape from Southern slavery to the North and Canada .", "binary_answer": null, "no_answer_prob": -3.7980613708496094}
{"example_id": -5294828428806827319, "prediction": "Vancouver Island 's Qualicum Beach and its neighboring town of Parksville , British Columbia", "binary_answer": null, "no_answer_prob": -9.241193294525146}
{"example_id": -1564037049376314780, "prediction": "Prakash Javadekar", "binary_answer": null, "no_answer_prob": -10.591380834579468}
{"example_id": 8192816078384267476, "prediction": "January 26 , 2003", "binary_answer": null, "no_answer_prob": -9.473874390125275}
{"example_id": 1651698231785378369, "prediction": "Return of the Jedi", "binary_answer": null, "no_answer_prob": -0.568028450012207}
{"example_id": -4046336367158816669, "prediction": "approximately 80 minutes", "binary_answer": null, "no_answer_prob": -7.959528684616089}
{"example_id": -1529514365295951720, "prediction": "Sonny Perdue", "binary_answer": null, "no_answer_prob": -6.525387763977051}
{"example_id": 2076280525855067029, "prediction": "Aunt Lute Books", "binary_answer": null, "no_answer_prob": -0.9145009517669678}
{"example_id": -3140221241061709801, "prediction": "1896", "binary_answer": null, "no_answer_prob": -7.272917985916138}
{"example_id": 612835151121785970, "prediction": "An email alias is simply a forwarding email address . The term alias expansion is sometimes used to indicate a specific mode of email forwarding", "binary_answer": null, "no_answer_prob": -4.317386150360107}
{"example_id": -3787422648037653999, "prediction": "graceful strength", "binary_answer": null, "no_answer_prob": -7.306599855422974}
{"example_id": -1815823977544635356, "prediction": "Gennady Padalka", "binary_answer": null, "no_answer_prob": -10.82714319229126}
{"example_id": 6836568416587734734, "prediction": "Joshua", "binary_answer": null, "no_answer_prob": -4.746760249137878}
{"example_id": 7526706309184453937, "prediction": "Teddy Altman ( Kim Raver ) marries Henry Burton", "binary_answer": null, "no_answer_prob": -6.992241621017456}
{"example_id": 5871801683009439899, "prediction": "Simon", "binary_answer": null, "no_answer_prob": -3.859482765197754}
{"example_id": 6443326340907446887, "prediction": "cranial nerves , arteries , veins and other structures pass . These foramina vary in size and number with age .", "binary_answer": null, "no_answer_prob": -3.50978422164917}
{"example_id": -1287248768701808063, "prediction": "", "binary_answer": null, "no_answer_prob": 2.711355209350586}
{"example_id": -2762585661993575020, "prediction": "Casey Cagle and Brian Kemp", "binary_answer": null, "no_answer_prob": -5.4194018840789795}
{"example_id": 8905720950532543368, "prediction": "Steve", "binary_answer": null, "no_answer_prob": -3.103977680206299}
{"example_id": -4004120270167368172, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.83367320895195}
{"example_id": 8400103620385982906, "prediction": "168", "binary_answer": null, "no_answer_prob": -6.350172758102417}
{"example_id": 1027075212091048735, "prediction": "220 - 230 \u00b0 C", "binary_answer": null, "no_answer_prob": 0.6290714740753174}
{"example_id": -4683105765504634127, "prediction": "53", "binary_answer": null, "no_answer_prob": -7.058701038360596}
{"example_id": -3369044107051088816, "prediction": "Little York", "binary_answer": null, "no_answer_prob": -5.745880961418152}
{"example_id": -3483011450707341319, "prediction": "August 15 , 2018", "binary_answer": null, "no_answer_prob": -8.508421897888184}
{"example_id": -6336920494235062844, "prediction": "", "binary_answer": null, "no_answer_prob": -6.423007488250732}
{"example_id": -741988360688727479, "prediction": "The acceleration due to gravity on the surface of the Moon is about 1.625 m / s", "binary_answer": null, "no_answer_prob": -6.137796521186829}
{"example_id": 3857168778929577117, "prediction": "two episodes of season two", "binary_answer": null, "no_answer_prob": -6.787487745285034}
{"example_id": 5633884332834933055, "prediction": "Citizens of the following 2 countries do not require a visa to visit Ethiopia :", "binary_answer": null, "no_answer_prob": -1.3577412366867065}
{"example_id": 3663899504290155468, "prediction": "Lucy Maud Montgomery", "binary_answer": null, "no_answer_prob": -12.634436011314392}
{"example_id": 3177263708163978720, "prediction": "Captain Robert Moffat Losey", "binary_answer": null, "no_answer_prob": -11.7892484664917}
{"example_id": -5695774638094374907, "prediction": "The Stamp Act", "binary_answer": null, "no_answer_prob": -2.9832236766815186}
{"example_id": -4482246352718211871, "prediction": "Texas Southern University ( shortened to Texas Southern or simply TSU ) is a historically black university ( HBCU ) located in Houston", "binary_answer": null, "no_answer_prob": -3.3379280269145966}
{"example_id": -5803611856434815601, "prediction": "18 miles ( 29 km )", "binary_answer": null, "no_answer_prob": -5.762159109115601}
{"example_id": 586233275728240023, "prediction": "Former solution for TV sets and connected Blu - ray players", "binary_answer": null, "no_answer_prob": -2.1437151432037354}
{"example_id": 19741534412594075, "prediction": "the Book of Isaiah", "binary_answer": null, "no_answer_prob": -7.903892636299133}
{"example_id": 2924701417029822668, "prediction": "the inaugural 1917 -- 18 season", "binary_answer": null, "no_answer_prob": -5.957706451416016}
{"example_id": -4448462803531673522, "prediction": "July 4 , 1776", "binary_answer": null, "no_answer_prob": -9.108120560646057}
{"example_id": 7215097050648798922, "prediction": "Hex", "binary_answer": null, "no_answer_prob": -1.8556313514709473}
{"example_id": -7587593820113568097, "prediction": "Ali was the caliph between 656 and 661 CE", "binary_answer": null, "no_answer_prob": -0.11191129684448242}
{"example_id": 59537886349901523, "prediction": "Arianne Bethene Zuckerman", "binary_answer": null, "no_answer_prob": -12.818125247955322}
{"example_id": -566292469231419728, "prediction": "Athos , Porthos and Aramis", "binary_answer": null, "no_answer_prob": -5.052978873252869}
{"example_id": 8745060883298565086, "prediction": "sixth season", "binary_answer": null, "no_answer_prob": -3.7089765071868896}
{"example_id": -3833623311077443208, "prediction": "104", "binary_answer": null, "no_answer_prob": -9.07205331325531}
{"example_id": -6039797685619843508, "prediction": "1986", "binary_answer": null, "no_answer_prob": -10.974839091300964}
{"example_id": 2293546569871862677, "prediction": "", "binary_answer": null, "no_answer_prob": -6.421199560165405}
{"example_id": -8453612087781662356, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2131000757217407}
{"example_id": 7729788736158497569, "prediction": "Stefan Bengt Edberg", "binary_answer": null, "no_answer_prob": -11.6947740316391}
{"example_id": 9209506207905378218, "prediction": "the price of a Big Mac was $3.57", "binary_answer": null, "no_answer_prob": -4.623867034912109}
{"example_id": -3146827573262599617, "prediction": "palm tree", "binary_answer": null, "no_answer_prob": -5.488692760467529}
{"example_id": -4194574527800227004, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.664186418056488}
{"example_id": -523924657092623338, "prediction": "David Clayton Henrie", "binary_answer": null, "no_answer_prob": -13.203514337539673}
{"example_id": -719589009878789898, "prediction": "In the summer", "binary_answer": null, "no_answer_prob": -0.9031552076339722}
{"example_id": 7019201402065124659, "prediction": "Cardiac and skeletal muscles", "binary_answer": null, "no_answer_prob": -0.304135799407959}
{"example_id": 6131398586008877874, "prediction": "May 26 , 1978", "binary_answer": null, "no_answer_prob": -11.654351830482483}
{"example_id": -7085186567335951807, "prediction": "Charles Dickens", "binary_answer": null, "no_answer_prob": -11.481075882911682}
{"example_id": 344988131677404781, "prediction": "100", "binary_answer": null, "no_answer_prob": -8.399348378181458}
{"example_id": 1057142423050598813, "prediction": "a beautiful cottage by the sea in the south of England", "binary_answer": null, "no_answer_prob": -6.126612186431885}
{"example_id": 5771595923531184001, "prediction": "Tom Read Wilson", "binary_answer": null, "no_answer_prob": -2.3307976722717285}
{"example_id": 3985933643343836054, "prediction": "Below the knee", "binary_answer": null, "no_answer_prob": -3.813455820083618}
{"example_id": 9173616713528012335, "prediction": "Sri Gupta", "binary_answer": null, "no_answer_prob": -10.267944931983948}
{"example_id": -3071864791753446059, "prediction": "711", "binary_answer": null, "no_answer_prob": -2.39351749420166}
{"example_id": 2640992061902973586, "prediction": "Rochester , New York", "binary_answer": null, "no_answer_prob": -7.877304673194885}
{"example_id": -1875919663295657683, "prediction": "Rank ( in order ) State / Territory Population ( Sept 2000 ) Population ( Sept 2017 ) Change % of Australian total New South Wales", "binary_answer": null, "no_answer_prob": -0.2971913814544678}
{"example_id": 6911002959604342070, "prediction": "10", "binary_answer": null, "no_answer_prob": -3.8670592308044434}
{"example_id": -4926641633088441662, "prediction": "Julianne Moore", "binary_answer": null, "no_answer_prob": -8.680540800094604}
{"example_id": 2088963653959068820, "prediction": "volatile liquids or gases", "binary_answer": null, "no_answer_prob": -4.215809106826782}
{"example_id": 6176039284052460089, "prediction": "", "binary_answer": null, "no_answer_prob": -4.804622292518616}
{"example_id": -3931637000143718868, "prediction": "Three Dog Night", "binary_answer": null, "no_answer_prob": -10.79013454914093}
{"example_id": -4914785378375604089, "prediction": "Leo Tolstoy", "binary_answer": null, "no_answer_prob": -13.137672901153564}
{"example_id": 284573799586483987, "prediction": "approximately \u00a3 21,000 a year", "binary_answer": null, "no_answer_prob": -5.661049723625183}
{"example_id": -7247623029104792921, "prediction": "Alyson Lee Hannigan", "binary_answer": null, "no_answer_prob": -5.7558430433273315}
{"example_id": 6331830197222636939, "prediction": "Thanapat Saisaymar", "binary_answer": null, "no_answer_prob": -4.84685218334198}
{"example_id": -3759237310276969458, "prediction": "Benjamin Lee McAdoo", "binary_answer": null, "no_answer_prob": -13.424581408500671}
{"example_id": 8510411126702766011, "prediction": "", "binary_answer": null, "no_answer_prob": 2.592463582754135}
{"example_id": -2116924521509405474, "prediction": "San Diego , California", "binary_answer": null, "no_answer_prob": -4.781153559684753}
{"example_id": -107254779771546395, "prediction": "indicate that a given word is an acronym", "binary_answer": null, "no_answer_prob": -2.0170915126800537}
{"example_id": -762930927176712682, "prediction": "Kasinathuni Viswanath", "binary_answer": null, "no_answer_prob": -4.9715434312820435}
{"example_id": 5892196353583881065, "prediction": "1983 -- 84", "binary_answer": null, "no_answer_prob": -4.6760441064834595}
{"example_id": -8172217876204531907, "prediction": "1.75 L", "binary_answer": null, "no_answer_prob": -0.43778014183044434}
{"example_id": -4586255834885692095, "prediction": "blue LB&SCR E2 Class 0 - 6 - 0", "binary_answer": null, "no_answer_prob": -5.917362332344055}
{"example_id": 3146034199565520437, "prediction": "La Liga", "binary_answer": null, "no_answer_prob": 3.079624980688095}
{"example_id": 7923785072914031564, "prediction": "Records management , also known as records and information management", "binary_answer": null, "no_answer_prob": -4.144124627113342}
{"example_id": -8154792049020946982, "prediction": "Los Bravos", "binary_answer": null, "no_answer_prob": -9.026353001594543}
{"example_id": 8053652923211136903, "prediction": "Mercury", "binary_answer": null, "no_answer_prob": -7.934195041656494}
{"example_id": -206037199303116044, "prediction": "over 2,000", "binary_answer": null, "no_answer_prob": -9.65643322467804}
{"example_id": -5200748365117162863, "prediction": "William Wordsworth", "binary_answer": null, "no_answer_prob": -12.038273930549622}
{"example_id": -3124683273743754813, "prediction": "Michelle Georgina Haig", "binary_answer": null, "no_answer_prob": -10.494525790214539}
{"example_id": 9175387817365652217, "prediction": "George Cory", "binary_answer": null, "no_answer_prob": -10.326985239982605}
{"example_id": -8458334211040183051, "prediction": "Jon Bon Jovi , Richie Sambora , and Desmond Child", "binary_answer": null, "no_answer_prob": -10.320929646492004}
{"example_id": 2718892776510172283, "prediction": "Death and All His Friends ''", "binary_answer": null, "no_answer_prob": -6.210028409957886}
{"example_id": 1341226718584334200, "prediction": "Generally , the age is estimated based primarily upon the age of any mountains it dissects", "binary_answer": null, "no_answer_prob": -2.9837039709091187}
{"example_id": -8980261941531841832, "prediction": "The heat escape lessening position ( HELP ) is a way to position oneself to reduce heat loss while immersed in cold water", "binary_answer": null, "no_answer_prob": -1.8810478448867798}
{"example_id": -995098774749713636, "prediction": "September 9 , 1850", "binary_answer": null, "no_answer_prob": -7.245417833328247}
{"example_id": -3552996599727006082, "prediction": "the House of Burgesses", "binary_answer": null, "no_answer_prob": -5.137278079986572}
{"example_id": 4754695420870522718, "prediction": "", "binary_answer": null, "no_answer_prob": 0.13165605068206787}
{"example_id": -3079226102257843957, "prediction": "Uncas", "binary_answer": null, "no_answer_prob": -5.196926593780518}
{"example_id": 5665035169704562177, "prediction": "English origin , but is occasionally used as a given name too . It derives from occupation , location , and topography", "binary_answer": null, "no_answer_prob": -8.056101322174072}
{"example_id": 8526432164188172804, "prediction": "Nick Jonas", "binary_answer": null, "no_answer_prob": -8.089978098869324}
{"example_id": 6276226722745393397, "prediction": "3 to 8 days . Some peeling and itching may continue for several weeks", "binary_answer": null, "no_answer_prob": -5.984079599380493}
{"example_id": 3020936773115575656, "prediction": "Justice Hugo Black", "binary_answer": null, "no_answer_prob": -2.8029065132141113}
{"example_id": 6017355175145649580, "prediction": "11,703", "binary_answer": null, "no_answer_prob": -12.07056188583374}
{"example_id": 8460208659341782206, "prediction": "twin Phoenix feather cores", "binary_answer": null, "no_answer_prob": -5.442110061645508}
{"example_id": 4562008273106348763, "prediction": "3 December 1992", "binary_answer": null, "no_answer_prob": -7.464420318603516}
{"example_id": 8750593904852148865, "prediction": "Pescetarianism", "binary_answer": null, "no_answer_prob": -9.266891241073608}
{"example_id": -8323327805912152212, "prediction": "extremophile", "binary_answer": null, "no_answer_prob": -6.2313549518585205}
{"example_id": -9079003905713032480, "prediction": "Diamondback", "binary_answer": null, "no_answer_prob": -8.811437010765076}
{"example_id": 2665787135086010481, "prediction": "Chicago soul family group the Five Stairsteps", "binary_answer": null, "no_answer_prob": -8.614213347434998}
{"example_id": -7622857631829974209, "prediction": "Melvin Franklin", "binary_answer": null, "no_answer_prob": -9.852395057678223}
{"example_id": -6012803745145563992, "prediction": "Rural City of Murray Bridge South Australia", "binary_answer": null, "no_answer_prob": 2.358354687690735}
{"example_id": -8751734493194305455, "prediction": "33 / 16", "binary_answer": null, "no_answer_prob": -1.282559871673584}
{"example_id": 2017748089219392813, "prediction": "man - portable guns", "binary_answer": null, "no_answer_prob": -5.0533188581466675}
{"example_id": 5463895003408902835, "prediction": "The Guess Who", "binary_answer": null, "no_answer_prob": -9.808035492897034}
{"example_id": -1185129645816876391, "prediction": "February 20 , 1872", "binary_answer": null, "no_answer_prob": -8.558774828910828}
{"example_id": -7354929323309570379, "prediction": "Aida Yurijivna Nikolaychuk", "binary_answer": null, "no_answer_prob": -1.8292533159255981}
{"example_id": -2864659823422614251, "prediction": "Roger", "binary_answer": null, "no_answer_prob": -6.040393352508545}
{"example_id": -1736582047512595563, "prediction": "My Wife and Kids", "binary_answer": null, "no_answer_prob": 2.845487725920975}
{"example_id": 3403215625267377559, "prediction": "Jack Swagger", "binary_answer": null, "no_answer_prob": -3.5466222763061523}
{"example_id": -2819426765844334182, "prediction": "mischievous grin", "binary_answer": null, "no_answer_prob": -2.5712162256240845}
{"example_id": 6453272171002508776, "prediction": "Hina Khan", "binary_answer": null, "no_answer_prob": -1.693286657333374}
{"example_id": -335470244688832001, "prediction": "Inyo County , California", "binary_answer": null, "no_answer_prob": -6.345676302909851}
{"example_id": 7229578616022616208, "prediction": "four - year", "binary_answer": null, "no_answer_prob": -6.268906593322754}
{"example_id": 5594047126694334475, "prediction": "2008", "binary_answer": null, "no_answer_prob": -5.692211270332336}
{"example_id": -7220769125538712636, "prediction": "Most of the visitors to Northern Cyprus do not need to obtain a visa in advance for short visits .", "binary_answer": null, "no_answer_prob": -3.740012913942337}
{"example_id": 3903859296553579848, "prediction": "2006", "binary_answer": null, "no_answer_prob": -4.862129092216492}
{"example_id": 7482564272125559552, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -11.585118770599365}
{"example_id": -8206037580032429970, "prediction": "Plankton", "binary_answer": null, "no_answer_prob": -6.198782205581665}
{"example_id": 8891700251038312998, "prediction": "\u00c6thelberht of Kent", "binary_answer": null, "no_answer_prob": -5.292139649391174}
{"example_id": 6684818987084822312, "prediction": "26", "binary_answer": null, "no_answer_prob": -7.336541533470154}
{"example_id": 4716218940246686072, "prediction": "The Justice League is a team of comic book superheroes", "binary_answer": null, "no_answer_prob": -1.0176371335983276}
{"example_id": 8537079847376593035, "prediction": "16th - century", "binary_answer": null, "no_answer_prob": -2.823407769203186}
{"example_id": -1615732778622243271, "prediction": "January 2 , 2018", "binary_answer": null, "no_answer_prob": -4.528169870376587}
{"example_id": -4868355260673626619, "prediction": "Body language", "binary_answer": null, "no_answer_prob": -1.9638615846633911}
{"example_id": -3015518113417686341, "prediction": "1945", "binary_answer": null, "no_answer_prob": -7.908849596977234}
{"example_id": -8601333932519018614, "prediction": "Joan Baez", "binary_answer": null, "no_answer_prob": -5.222935199737549}
{"example_id": -6907498135308582310, "prediction": "Jambinai", "binary_answer": null, "no_answer_prob": -4.40520715713501}
{"example_id": 8482764234309802574, "prediction": "Indiana", "binary_answer": null, "no_answer_prob": -5.0776331424713135}
{"example_id": 5922952721580882103, "prediction": "clattering", "binary_answer": null, "no_answer_prob": -4.442227363586426}
{"example_id": 691640468981436992, "prediction": "Bobby Caldwell", "binary_answer": null, "no_answer_prob": -2.658371329307556}
{"example_id": 5587539515116885540, "prediction": "between late May and mid-June", "binary_answer": null, "no_answer_prob": -0.4681262969970703}
{"example_id": 7393641088525167797, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -2.14564847946167}
{"example_id": -4644441809926534865, "prediction": "marsh gas methane as discovered by Alessandro Volta in 1776 .", "binary_answer": null, "no_answer_prob": -1.3242548704147339}
{"example_id": -3712896968294203476, "prediction": "Issaquah , Washington ; Seattle , Washington", "binary_answer": null, "no_answer_prob": -7.1317055225372314}
{"example_id": 6351658687130578987, "prediction": "Nadia Alexandra Bj\u00f6rlin", "binary_answer": null, "no_answer_prob": -3.8678550720214844}
{"example_id": 2636854670992768357, "prediction": "Democrats", "binary_answer": null, "no_answer_prob": 0.731407880783081}
{"example_id": 1145833590260640972, "prediction": "Throughout the sixth season", "binary_answer": null, "no_answer_prob": -5.712362051010132}
{"example_id": 2204381332630416864, "prediction": "Lacey Chabert", "binary_answer": null, "no_answer_prob": -8.307501196861267}
{"example_id": 5268707100064312410, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5508695244789124}
{"example_id": -686965618063115361, "prediction": "scarlet red and olive green", "binary_answer": null, "no_answer_prob": -6.506308317184448}
{"example_id": -721329311106499395, "prediction": "2010", "binary_answer": null, "no_answer_prob": -7.68097186088562}
{"example_id": 7792681776951653602, "prediction": "Orphan 's End", "binary_answer": null, "no_answer_prob": -3.4577226638793945}
{"example_id": -3013749339728775723, "prediction": "House of Representatives", "binary_answer": null, "no_answer_prob": -7.604634344577789}
{"example_id": 5841064461839250813, "prediction": "Solo : A Star Wars Story", "binary_answer": null, "no_answer_prob": -6.906920433044434}
{"example_id": 1137447052630021704, "prediction": "over 800", "binary_answer": null, "no_answer_prob": -8.58686077594757}
{"example_id": -3007427207807477175, "prediction": "Family Guy , American Dad ! , The Cleveland Show and writer - director of Ted and its sequel Ted 2", "binary_answer": null, "no_answer_prob": 2.9511969089508057}
{"example_id": 9220692531499688215, "prediction": "`` Where Were You ( When the World Stopped Turning ) '' is a song written by the American singer - songwriter Alan Jackson", "binary_answer": null, "no_answer_prob": -0.05392441153526306}
{"example_id": 4205742444831365762, "prediction": "the North Pole", "binary_answer": null, "no_answer_prob": -5.191981911659241}
{"example_id": 3270328834842492840, "prediction": "president pro tempore", "binary_answer": null, "no_answer_prob": -2.892199754714966}
{"example_id": 7142559958690468996, "prediction": "eight", "binary_answer": null, "no_answer_prob": -7.369540333747864}
{"example_id": 1688060078539535833, "prediction": "separation of powers and literal approach to statutory interpretation", "binary_answer": null, "no_answer_prob": 1.0432184934616089}
{"example_id": -4007696326689737656, "prediction": "twice", "binary_answer": null, "no_answer_prob": -8.57256293296814}
{"example_id": 5802784752207200222, "prediction": "In the United States , freedom of speech and expression is strongly protected from government restrictions by the First Amendment", "binary_answer": null, "no_answer_prob": -0.10264366865158081}
{"example_id": 7433110538879467028, "prediction": "12", "binary_answer": null, "no_answer_prob": -7.453045845031738}
{"example_id": -2881372042360971523, "prediction": "Ronald Moodnick", "binary_answer": null, "no_answer_prob": -13.103000283241272}
{"example_id": 364558145316022216, "prediction": "hysterectomies and prostate removals", "binary_answer": null, "no_answer_prob": -8.0935879945755}
{"example_id": -4898853073078268065, "prediction": "The history of Arkansas began millennia ago when humans first crossed into North America", "binary_answer": null, "no_answer_prob": -3.272836923599243}
{"example_id": -414885367106902907, "prediction": "September 28 , 1987", "binary_answer": null, "no_answer_prob": -7.338571786880493}
{"example_id": -2606935586208134769, "prediction": "1966", "binary_answer": null, "no_answer_prob": -5.222336769104004}
{"example_id": -4180319690921506845, "prediction": "1995", "binary_answer": null, "no_answer_prob": -2.5506693720817566}
{"example_id": 7520492920880939021, "prediction": "The Dauer 962 Le Mans", "binary_answer": null, "no_answer_prob": -6.572979927062988}
{"example_id": 1831064377975284998, "prediction": "$70 billion", "binary_answer": null, "no_answer_prob": -4.744327902793884}
{"example_id": 3421083040429613594, "prediction": "Diana Ross", "binary_answer": null, "no_answer_prob": -10.984689950942993}
{"example_id": -8674023113654846699, "prediction": "southwestern Tennessee", "binary_answer": null, "no_answer_prob": -9.56983208656311}
{"example_id": -2611137049349963318, "prediction": "The post -- civil rights era", "binary_answer": null, "no_answer_prob": -0.9206514358520508}
{"example_id": 7344382026292870889, "prediction": "during the C period", "binary_answer": null, "no_answer_prob": -4.8347156047821045}
{"example_id": 4689422553659793395, "prediction": "1998 , 2004 , 2007 , 2008 , and both series in 2013 , and three by the White Sox in 1999 , 2008 , and 2012", "binary_answer": null, "no_answer_prob": -1.1157361268997192}
{"example_id": -8939592244425584169, "prediction": "630", "binary_answer": null, "no_answer_prob": -8.53082525730133}
{"example_id": 9616929275214993, "prediction": "political appointees", "binary_answer": null, "no_answer_prob": 1.106539249420166}
{"example_id": -6690930149258960619, "prediction": "Midtown Manhattan section of New York City", "binary_answer": null, "no_answer_prob": -8.305644273757935}
{"example_id": 544013399893430746, "prediction": "November 6 , 2017", "binary_answer": null, "no_answer_prob": -6.987840890884399}
{"example_id": 3020454745532135259, "prediction": "Type ICMP type , see Control messages", "binary_answer": null, "no_answer_prob": 2.206069231033325}
{"example_id": 5982688847051281021, "prediction": "Name Seasons No. of episodes Portrayer Character summary Charles Ingalls", "binary_answer": null, "no_answer_prob": -1.246964693069458}
{"example_id": 1597947759707704266, "prediction": "Over 120", "binary_answer": null, "no_answer_prob": 0.579513430595398}
{"example_id": -8100744638070002920, "prediction": "September 27 , 1960", "binary_answer": null, "no_answer_prob": -5.8442299365997314}
{"example_id": 3367971903914157472, "prediction": "`` Blowin ' in the Wind ''", "binary_answer": null, "no_answer_prob": -1.1210209131240845}
{"example_id": -5744814129165007073, "prediction": "10,000 m , marathon , walks , and combined events", "binary_answer": null, "no_answer_prob": -0.6989209651947021}
{"example_id": 7706051169910705558, "prediction": "Samuel B. Fay", "binary_answer": null, "no_answer_prob": -8.296699047088623}
{"example_id": -7275232186803493255, "prediction": "Izuku Midoriya", "binary_answer": null, "no_answer_prob": -6.330092668533325}
{"example_id": 1585316578999504970, "prediction": "2002", "binary_answer": null, "no_answer_prob": -8.570061445236206}
{"example_id": 3753577332574882692, "prediction": "198", "binary_answer": null, "no_answer_prob": -7.493433713912964}
{"example_id": -1462597963425085264, "prediction": "Night - Song in the Jungle", "binary_answer": null, "no_answer_prob": -2.6737418174743652}
{"example_id": 5987057922547248948, "prediction": "European Cooperation in Science and Technology ( COST )", "binary_answer": null, "no_answer_prob": 1.3070574328303337}
{"example_id": 7088257479997855455, "prediction": "1976", "binary_answer": null, "no_answer_prob": -2.456282138824463}
{"example_id": -3625713745793577580, "prediction": "", "binary_answer": null, "no_answer_prob": 5.871185332536697}
{"example_id": -1751558252450663608, "prediction": "Heinrich Himmler", "binary_answer": null, "no_answer_prob": -7.212151288986206}
{"example_id": -1898289033626389774, "prediction": "Geoff Hurst", "binary_answer": null, "no_answer_prob": -10.505093395709991}
{"example_id": -7155441867610113996, "prediction": "Jennifer Lopez", "binary_answer": null, "no_answer_prob": -11.809301614761353}
{"example_id": -2553754837433078805, "prediction": "June 29 , 2007", "binary_answer": null, "no_answer_prob": -10.4623703956604}
{"example_id": -6515748274998530220, "prediction": "Lee Richmond", "binary_answer": null, "no_answer_prob": -5.778135538101196}
{"example_id": 9040145902542781150, "prediction": "", "binary_answer": null, "no_answer_prob": 6.23150497674942}
{"example_id": 2028695015205385283, "prediction": "Ronnie Van Zant , Bob Burns , Allen Collins , Gary Rossington , and Larry Junstrom", "binary_answer": null, "no_answer_prob": -3.624701499938965}
{"example_id": -8702609405102288889, "prediction": "1992", "binary_answer": null, "no_answer_prob": -6.525614976882935}
{"example_id": 8090986312600517626, "prediction": "2015", "binary_answer": null, "no_answer_prob": -10.451931595802307}
{"example_id": 6039981987742679389, "prediction": "Great Britain and her Thirteen Colonies", "binary_answer": null, "no_answer_prob": -4.445967435836792}
{"example_id": 1809029627525130619, "prediction": "$ 10.25 million", "binary_answer": null, "no_answer_prob": -3.300190806388855}
{"example_id": 2893092019374589138, "prediction": "Muhammad Ali Jinnah", "binary_answer": null, "no_answer_prob": -12.743952631950378}
{"example_id": 5188253373440148921, "prediction": "February 12 , 1963", "binary_answer": null, "no_answer_prob": -8.741922616958618}
{"example_id": -6105373165845626646, "prediction": "`` The Twelve Days of Christmas '' ( Roud 68 ) is an English Christmas carol", "binary_answer": null, "no_answer_prob": -4.62619286775589}
{"example_id": -3826370281781906774, "prediction": "13 December 1977", "binary_answer": null, "no_answer_prob": -13.160816311836243}
{"example_id": 2174305714986147170, "prediction": "Glass Tiger", "binary_answer": null, "no_answer_prob": -10.64333164691925}
{"example_id": -7729116205880435253, "prediction": "Southeast Asia", "binary_answer": null, "no_answer_prob": -4.128607153892517}
{"example_id": -8392574392308528074, "prediction": "The Los Angeles Lakers", "binary_answer": null, "no_answer_prob": -8.71213972568512}
{"example_id": 3097040161716564935, "prediction": "The English name is a calque of the Latin dies caniculares ( lit . `` the puppy days '' )", "binary_answer": null, "no_answer_prob": -5.0715577602386475}
{"example_id": 349255699357733532, "prediction": "October 1941", "binary_answer": null, "no_answer_prob": -11.135288119316101}
{"example_id": -2516653022072675445, "prediction": "Neil Diamond", "binary_answer": null, "no_answer_prob": -11.83397662639618}
{"example_id": 1699258673018415424, "prediction": "10 April 2015", "binary_answer": null, "no_answer_prob": -8.410524368286133}
{"example_id": -8676859342789167171, "prediction": "`` Grass Ai n't Greener ''", "binary_answer": null, "no_answer_prob": 2.347287654876709}
{"example_id": 3872213422021851126, "prediction": "DJ Snake and Lil Jon", "binary_answer": null, "no_answer_prob": -11.110284566879272}
{"example_id": 926354136830642911, "prediction": "`` The Finale '' is the twenty - third episode of American television series Will & Grace 's eighth season", "binary_answer": null, "no_answer_prob": -6.4844982624053955}
{"example_id": 58187848798235015, "prediction": "Pittsburgh Steelers", "binary_answer": null, "no_answer_prob": -10.808627128601074}
{"example_id": 4740689866228195176, "prediction": "Federal law bans smoking in all Australian Commonwealth government buildings , public transport , airports , and international and domestic flights", "binary_answer": null, "no_answer_prob": -2.515582799911499}
{"example_id": -4000324826619716108, "prediction": "15 May 2016", "binary_answer": null, "no_answer_prob": -9.000654458999634}
{"example_id": -5489706800434755911, "prediction": "Natasha Romanoff", "binary_answer": null, "no_answer_prob": -11.233076572418213}
{"example_id": 4192107034151928632, "prediction": "Shmuel", "binary_answer": null, "no_answer_prob": -8.92544400691986}
{"example_id": 5984206645973973338, "prediction": "Syngman Rhee", "binary_answer": null, "no_answer_prob": -1.3352622985839844}
{"example_id": -1835361023812064678, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8159990906715393}
{"example_id": -247509067094588601, "prediction": "1981", "binary_answer": null, "no_answer_prob": -3.0557027012109756}
{"example_id": -1678256283176622444, "prediction": "April 11 , 1899", "binary_answer": null, "no_answer_prob": -9.675663709640503}
{"example_id": 7162374994329361718, "prediction": "four", "binary_answer": null, "no_answer_prob": -7.737021207809448}
{"example_id": -5764400095751515490, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -11.951618194580078}
{"example_id": 1021010298012605001, "prediction": "Lyrically , `` Take Me to Church '' is a metaphor , with the protagonist comparing his lover to religion", "binary_answer": null, "no_answer_prob": -5.35980224609375}
{"example_id": 2457268982077008228, "prediction": "Creedence Clearwater Revival", "binary_answer": null, "no_answer_prob": -11.021747469902039}
{"example_id": -2455407888358249298, "prediction": "an Ohio newspaper", "binary_answer": null, "no_answer_prob": -5.519301414489746}
{"example_id": -6393639164693594821, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -12.140683770179749}
{"example_id": 811210957875093714, "prediction": "an attack on France through Belgium", "binary_answer": null, "no_answer_prob": -4.208446025848389}
{"example_id": 7267880836605639727, "prediction": "black Honda Civic coupes", "binary_answer": null, "no_answer_prob": -4.375702857971191}
{"example_id": 3617549145129452486, "prediction": "1995", "binary_answer": null, "no_answer_prob": -11.325939267873764}
{"example_id": 3821462726154294001, "prediction": "1999", "binary_answer": null, "no_answer_prob": -8.997759699821472}
{"example_id": 5702541058957613993, "prediction": "SPNI", "binary_answer": null, "no_answer_prob": -0.10241258144378662}
{"example_id": 2334831805102575071, "prediction": "13,167 feet ( 4,013 m )", "binary_answer": null, "no_answer_prob": -10.525088429450989}
{"example_id": -2771928033115646569, "prediction": "the inability of the ruling class to make a clear choice between war and the more conventional types of capital formation", "binary_answer": null, "no_answer_prob": -3.693418264389038}
{"example_id": 5643508568662471527, "prediction": "Pinewood Atlanta Studios in Fayette County , Georgia", "binary_answer": null, "no_answer_prob": -9.701198101043701}
{"example_id": 4067802048522355137, "prediction": "Simon Peter", "binary_answer": null, "no_answer_prob": -11.362214922904968}
{"example_id": -5560040690676716341, "prediction": "December 4 , 2018", "binary_answer": null, "no_answer_prob": -2.3504791259765625}
{"example_id": -2178335041559923081, "prediction": "Jean Chr\u00e9tien", "binary_answer": null, "no_answer_prob": -6.8343825340271}
{"example_id": 2589156068045655780, "prediction": "Stephen Chbosky", "binary_answer": null, "no_answer_prob": -13.218018651008606}
{"example_id": -7313777656939471418, "prediction": "a single - stranded positive - sense RNA virus with a DNA intermediate and , as an obligate parasite , targets a host cell", "binary_answer": null, "no_answer_prob": -0.4445068836212158}
{"example_id": 3972800948178679738, "prediction": "Roy", "binary_answer": null, "no_answer_prob": -0.637122392654419}
{"example_id": -351441599534462560, "prediction": "Danny Lloyd", "binary_answer": null, "no_answer_prob": -11.097391366958618}
{"example_id": -997484400849915695, "prediction": "`` Maddie on Deck ''", "binary_answer": null, "no_answer_prob": -3.412050247192383}
{"example_id": -4179986337643371482, "prediction": "The NEP represented a more market - oriented economic policy", "binary_answer": null, "no_answer_prob": 0.9890891313552856}
{"example_id": -3224710756797613799, "prediction": "13 May 1787", "binary_answer": null, "no_answer_prob": -10.073282957077026}
{"example_id": 4158513672259043581, "prediction": "Raleigh Studios Hollywood", "binary_answer": null, "no_answer_prob": -2.3973639011383057}
{"example_id": -4514533201319422988, "prediction": "30 miles ( 48 km ) from north to south", "binary_answer": null, "no_answer_prob": 2.500149965286255}
{"example_id": -1432205510645020796, "prediction": "30 January 1969", "binary_answer": null, "no_answer_prob": -8.93693494796753}
{"example_id": -7071119306118885926, "prediction": "Russia and Qatar", "binary_answer": null, "no_answer_prob": -0.5526403188705444}
{"example_id": 7124570049082007989, "prediction": "1967", "binary_answer": null, "no_answer_prob": -8.216063618659973}
{"example_id": 9095411831336756414, "prediction": "Twenty - two states , plus the District of Columbia , do not have right - to - work laws .", "binary_answer": null, "no_answer_prob": 1.8930015563964844}
{"example_id": -2328586648498855888, "prediction": "1998", "binary_answer": null, "no_answer_prob": -8.46038818359375}
{"example_id": -5711760885009912246, "prediction": "classical antiquity ; for instance , important days are indicated in red in a calendar dating from the Roman Republic ( 509 -- 27 BC )", "binary_answer": null, "no_answer_prob": -5.96315324306488}
{"example_id": 6637825926984498359, "prediction": "provides for continual improvement , emphasizing defect prevention and the reduction of variation and waste in the automotive industry supply chain", "binary_answer": null, "no_answer_prob": -5.391653895378113}
{"example_id": 2248513915774438255, "prediction": "48", "binary_answer": null, "no_answer_prob": -3.824453592300415}
{"example_id": -1364630833779440311, "prediction": "Star - Spangled Banner", "binary_answer": null, "no_answer_prob": -8.532367706298828}
{"example_id": -7932467062717716738, "prediction": "`` Ready or Not Here I Come ( Ca n't Hide from Love )", "binary_answer": null, "no_answer_prob": 1.020064890384674}
{"example_id": 6162948215552766001, "prediction": "December 2 , 2010 FIFA to appoint hosts for 2018 and 2022 World Cups", "binary_answer": null, "no_answer_prob": 0.17971527576446533}
{"example_id": -4398892560452556882, "prediction": "Spain", "binary_answer": null, "no_answer_prob": -11.518905878067017}
{"example_id": -6330465807440314122, "prediction": "Rosie", "binary_answer": null, "no_answer_prob": -7.7195658683776855}
{"example_id": -934518425755332684, "prediction": "The Government of India Act 1858", "binary_answer": null, "no_answer_prob": -2.7950011491775513}
{"example_id": 784291719838105725, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -12.537021160125732}
{"example_id": 1146131189893841602, "prediction": "Greensboro", "binary_answer": null, "no_answer_prob": -11.123503386974335}
{"example_id": 145589944668323312, "prediction": "Sunni Islam and Shia Islam", "binary_answer": null, "no_answer_prob": -6.387609481811523}
{"example_id": 7516391552239964190, "prediction": "The Who", "binary_answer": null, "no_answer_prob": 1.6705560684204102}
{"example_id": -4601648929269405008, "prediction": "February 26 , 2018", "binary_answer": null, "no_answer_prob": -7.211962938308716}
{"example_id": -4613881595249101883, "prediction": "Christmas in July is a Christmas celebration held in the month of July , the nature of which differs by hemisphere .", "binary_answer": null, "no_answer_prob": 0.2494220733642578}
{"example_id": 2812498425575258667, "prediction": "Channel Tunnel", "binary_answer": null, "no_answer_prob": -1.5970768928527832}
{"example_id": -998307019943031188, "prediction": "Mount Mitchell", "binary_answer": null, "no_answer_prob": -11.517245531082153}
{"example_id": 1123016671496269501, "prediction": "influenced the culture of West Africa through the spread of its language , laws and customs", "binary_answer": null, "no_answer_prob": 0.8106997609138489}
{"example_id": 4923098453454281919, "prediction": "Frank Oz", "binary_answer": null, "no_answer_prob": -6.83097767829895}
{"example_id": -2353375001026583333, "prediction": "Chris Evans", "binary_answer": null, "no_answer_prob": -8.178426742553711}
{"example_id": -5889390396091199699, "prediction": "2003", "binary_answer": null, "no_answer_prob": -1.8211641311645508}
{"example_id": -7443119210975284391, "prediction": "mainland China", "binary_answer": null, "no_answer_prob": 0.5693588256835938}
{"example_id": -876942554822623829, "prediction": "The Texas Revolution", "binary_answer": null, "no_answer_prob": 2.0175150632858276}
{"example_id": -4805310768696212776, "prediction": "I Got Dem Ol ' Kozmic Blues Again Mama ! is a 1969", "binary_answer": null, "no_answer_prob": 0.8320359885692596}
{"example_id": -6038945350256792205, "prediction": "`` Suite : Judy Blue Eyes ''", "binary_answer": null, "no_answer_prob": 3.2625170946121216}
{"example_id": -8175751691549178619, "prediction": "Phillip J. Salmon", "binary_answer": null, "no_answer_prob": -5.441108226776123}
{"example_id": 2913546350987328137, "prediction": "Hofstadter", "binary_answer": null, "no_answer_prob": -7.8799450397491455}
{"example_id": 5446517133477387932, "prediction": "", "binary_answer": null, "no_answer_prob": -3.6890227794647217}
{"example_id": -752997362772834046, "prediction": "Keshav Tyohar and Aishwarya Saha", "binary_answer": null, "no_answer_prob": 0.11842536926269531}
{"example_id": -899110476042820260, "prediction": "Greatest Hits is a compilation album by the band Blood , Sweat & Tears , initially released in 1972 .", "binary_answer": null, "no_answer_prob": 1.4326648712158203}
{"example_id": -2655280398296683884, "prediction": ".", "binary_answer": null, "no_answer_prob": -0.27460426092147827}
{"example_id": 5247103049395969222, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.166123747825623}
{"example_id": -8299786292840311179, "prediction": "sixteen years", "binary_answer": null, "no_answer_prob": -8.34588885307312}
{"example_id": 1311453697214612205, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -2.4601454734802246}
{"example_id": 6310714729623780383, "prediction": "", "binary_answer": null, "no_answer_prob": 5.258003354072571}
{"example_id": 5861920862668836213, "prediction": "In the season finale", "binary_answer": null, "no_answer_prob": -0.6785299777984619}
{"example_id": 7365751395681509522, "prediction": "John Madara and David White", "binary_answer": null, "no_answer_prob": -12.156168460845947}
{"example_id": 807687413877105583, "prediction": "Dylan and Cole", "binary_answer": null, "no_answer_prob": -2.2804784774780273}
{"example_id": -1569514845561841406, "prediction": "approximately 300", "binary_answer": null, "no_answer_prob": -9.72540831565857}
{"example_id": -8392075655558744635, "prediction": "around 63,182,000", "binary_answer": null, "no_answer_prob": -12.002482771873474}
{"example_id": -2043548808984290632, "prediction": "Rainfall", "binary_answer": null, "no_answer_prob": -1.4952409267425537}
{"example_id": -1470244179653744204, "prediction": "2015", "binary_answer": null, "no_answer_prob": -9.77675175666809}
{"example_id": -5225861359552064337, "prediction": "Joan Cusack", "binary_answer": null, "no_answer_prob": -9.400292873382568}
{"example_id": 7443694033149517562, "prediction": "April 16 , 1994", "binary_answer": null, "no_answer_prob": -4.831888914108276}
{"example_id": -367478641468782313, "prediction": "October 18 , 1967", "binary_answer": null, "no_answer_prob": -9.605474710464478}
{"example_id": 5941844683715152105, "prediction": "Solo : A Star Wars Story ( 2018 )", "binary_answer": null, "no_answer_prob": -0.5518722534179688}
{"example_id": 9024507240179269911, "prediction": "central processing unit", "binary_answer": null, "no_answer_prob": -3.559972643852234}
{"example_id": -7776188577184430999, "prediction": "John Michael Montgomery", "binary_answer": null, "no_answer_prob": -12.219146728515625}
{"example_id": -8264025226717404333, "prediction": "The primary first - level political ( administrative ) division of the United States is the state", "binary_answer": null, "no_answer_prob": 1.6464338302612305}
{"example_id": 3231391660162552402, "prediction": "108", "binary_answer": null, "no_answer_prob": -3.7029688358306885}
{"example_id": -2380619268683774145, "prediction": "Randy Newman", "binary_answer": null, "no_answer_prob": -11.814601063728333}
{"example_id": 638626761760974520, "prediction": "Persia , India , China and the Greco - Roman world in religion and philosophy", "binary_answer": null, "no_answer_prob": -1.6454057693481445}
{"example_id": -8495066021992036245, "prediction": "", "binary_answer": null, "no_answer_prob": 6.511109411716461}
{"example_id": 3146777178148103274, "prediction": "Nancy Sinatra", "binary_answer": null, "no_answer_prob": -12.739389061927795}
{"example_id": 5756085406171120282, "prediction": "Wiarton Willie", "binary_answer": null, "no_answer_prob": -11.148021459579468}
{"example_id": 4749465968624432467, "prediction": "the reddish glow of the morning or evening sky , caused by haze or clouds related to storms in the region", "binary_answer": null, "no_answer_prob": -2.6153783798217773}
{"example_id": -537358892358268653, "prediction": "Keith Carlos", "binary_answer": null, "no_answer_prob": -10.618043065071106}
{"example_id": -8715345322221980733, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7345141172409058}
{"example_id": 1145327218072311321, "prediction": "130 miles", "binary_answer": null, "no_answer_prob": -5.941686272621155}
{"example_id": -2606464687267854400, "prediction": "industrial engineering and management", "binary_answer": null, "no_answer_prob": 2.0583125352859497}
{"example_id": 876948351900262506, "prediction": "New Zealand", "binary_answer": null, "no_answer_prob": 1.8876235783100128}
{"example_id": -7519797182419828113, "prediction": "Chris Christie", "binary_answer": null, "no_answer_prob": -10.89391827583313}
{"example_id": -1603698653322348409, "prediction": "1964", "binary_answer": null, "no_answer_prob": -7.927461683750153}
{"example_id": 4003181509456947150, "prediction": "Demi Lovato and Joe Jonas", "binary_answer": null, "no_answer_prob": -12.161082148551941}
{"example_id": -4447462806904417673, "prediction": "Mike Pence", "binary_answer": null, "no_answer_prob": -8.07806396484375}
{"example_id": 9073341052632442664, "prediction": "Marvel 's New Warriors is also scheduled to air in 2018 , despite not having a broadcaster .", "binary_answer": null, "no_answer_prob": -5.288099765777588}
{"example_id": 2036384328456021666, "prediction": "encapsulate many objects into a single object ( the bean )", "binary_answer": null, "no_answer_prob": -9.28995394706726}
{"example_id": 7428136338385890875, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": -4.410080313682556}
{"example_id": 5634966611401071851, "prediction": "moving a page", "binary_answer": null, "no_answer_prob": -5.358689546585083}
{"example_id": -4439349291178309918, "prediction": "South Carolina", "binary_answer": null, "no_answer_prob": -11.944999694824219}
{"example_id": -4028449288310669991, "prediction": "Blake Griffin", "binary_answer": null, "no_answer_prob": -8.921943187713623}
{"example_id": 1098760184293047993, "prediction": "2022", "binary_answer": null, "no_answer_prob": -6.870474576950073}
{"example_id": 3774131247351781774, "prediction": "Florence , Italy", "binary_answer": null, "no_answer_prob": -6.842571258544922}
{"example_id": 1861127566190145002, "prediction": "discussing Germany and Europe 's postwar reorganization", "binary_answer": null, "no_answer_prob": -8.147989749908447}
{"example_id": 8033562953590877198, "prediction": "June 20 , 2018", "binary_answer": null, "no_answer_prob": -12.163155198097229}
{"example_id": -2197326036174176507, "prediction": "Queen", "binary_answer": null, "no_answer_prob": 1.3738141059875488}
{"example_id": 9095506458768906793, "prediction": "Niger State", "binary_answer": null, "no_answer_prob": -5.212213516235352}
{"example_id": -8090992686491024818, "prediction": "Canberra , ACT , Australia", "binary_answer": null, "no_answer_prob": 0.37226414680480957}
{"example_id": -6784265278773313647, "prediction": "Giancarlo Stanton", "binary_answer": null, "no_answer_prob": -3.578972816467285}
{"example_id": 627924484274256370, "prediction": "Roman cuisine", "binary_answer": null, "no_answer_prob": -4.725129246711731}
{"example_id": -1033978770973439629, "prediction": "Alex North", "binary_answer": null, "no_answer_prob": -9.937502264976501}
{"example_id": 6737843651411916559, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -10.854888200759888}
{"example_id": -7902554675198577581, "prediction": "Gale Hansen", "binary_answer": null, "no_answer_prob": -9.40979790687561}
{"example_id": 1057815686174987346, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -11.934438228607178}
{"example_id": -2753205551167481264, "prediction": "Like many classic folk ballads , `` The House of the Rising Sun '' is of uncertain authorship", "binary_answer": null, "no_answer_prob": -4.627154111862183}
{"example_id": -8190835924291609900, "prediction": "Raquel Castro", "binary_answer": null, "no_answer_prob": -10.519237995147705}
{"example_id": -5765338203041183070, "prediction": "the division of the day first into 24 hours , then to 60 minutes and finally to 60 seconds each", "binary_answer": null, "no_answer_prob": -4.263558745384216}
{"example_id": 4646969282210973805, "prediction": "seven", "binary_answer": null, "no_answer_prob": -7.504965424537659}
{"example_id": 9119360453618342655, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": -4.600001096725464}
{"example_id": -6919111272474899642, "prediction": "1969", "binary_answer": null, "no_answer_prob": -5.78645259141922}
{"example_id": -8746900902289185299, "prediction": "6.4", "binary_answer": null, "no_answer_prob": -1.5424299240112305}
{"example_id": -8126641414493403425, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8086898922920227}
{"example_id": -6551581326231803440, "prediction": "the London Chancery Building in Grosvenor Square , Westminster , London", "binary_answer": null, "no_answer_prob": -9.243963479995728}
{"example_id": -1611236223678857654, "prediction": "Mike Myers", "binary_answer": null, "no_answer_prob": -11.368352890014648}
{"example_id": 8921644586031769987, "prediction": "", "binary_answer": null, "no_answer_prob": 1.277312010526657}
{"example_id": -4401389993546378343, "prediction": "Key", "binary_answer": null, "no_answer_prob": -0.16489315032958984}
{"example_id": -7665714193515404632, "prediction": "Michelle Li", "binary_answer": null, "no_answer_prob": -2.350659966468811}
{"example_id": -3139412873110442881, "prediction": "modern contraceptive methods", "binary_answer": null, "no_answer_prob": -0.8176169395446777}
{"example_id": -573233875076827631, "prediction": "two of the Twelve Apostles of Jesus , John and Matthew", "binary_answer": null, "no_answer_prob": -2.71353018283844}
{"example_id": 4509038911523375454, "prediction": "Component commands", "binary_answer": null, "no_answer_prob": 0.682536244392395}
{"example_id": 8799897893210095012, "prediction": "1 to 36", "binary_answer": null, "no_answer_prob": -2.4262821674346924}
{"example_id": 3460743865162582814, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3780043721199036}
{"example_id": 2000886023214751524, "prediction": "Peppa Pig ( voiced by Lily Snowden - Fine in series 1 , Cecily Bloom in series 2 , and Harley Bird", "binary_answer": null, "no_answer_prob": -1.8293057680130005}
{"example_id": 4383366077260435539, "prediction": "Acoelomates", "binary_answer": null, "no_answer_prob": -5.717722654342651}
{"example_id": -3510001169823039030, "prediction": "Pink Floyd", "binary_answer": null, "no_answer_prob": -1.5979095697402954}
{"example_id": 1218706528517781782, "prediction": "Francis Urquhart .", "binary_answer": null, "no_answer_prob": -1.75639009475708}
{"example_id": 6657222383394975429, "prediction": "Ellen Shaw", "binary_answer": null, "no_answer_prob": -7.1257078647613525}
{"example_id": 3733328795618507865, "prediction": "five", "binary_answer": null, "no_answer_prob": -9.6469064950943}
{"example_id": 5449768771083088630, "prediction": "`` Wannabe ''", "binary_answer": null, "no_answer_prob": -1.4839978218078613}
{"example_id": 8889005352060931683, "prediction": "paravertebral ganglia", "binary_answer": null, "no_answer_prob": -5.713674306869507}
{"example_id": 6948784021557831817, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1744484901428223}
{"example_id": 5504664106004626810, "prediction": "September 25 , 1789", "binary_answer": null, "no_answer_prob": -8.131297588348389}
{"example_id": 6931803471869957423, "prediction": "North Carolina developed a system of representative government and local control by the early 18th century", "binary_answer": null, "no_answer_prob": -1.5257503986358643}
{"example_id": -4358258475162458003, "prediction": "Udaipur , India", "binary_answer": null, "no_answer_prob": -4.165674686431885}
{"example_id": 8008723728195463289, "prediction": "Octavia Spencer", "binary_answer": null, "no_answer_prob": -10.275068044662476}
{"example_id": 9172151774766907507, "prediction": "Chris and Chip", "binary_answer": null, "no_answer_prob": -1.6742908954620361}
{"example_id": 8163394868410821099, "prediction": "Skip James", "binary_answer": null, "no_answer_prob": -8.308416247367859}
{"example_id": 5378819929993515615, "prediction": "Elton John", "binary_answer": null, "no_answer_prob": -5.426661491394043}
{"example_id": -9005855520864138206, "prediction": "Prior to the latter decades of the 20th century", "binary_answer": null, "no_answer_prob": 0.8824355602264404}
{"example_id": -2760249624892104173, "prediction": "envelope detector", "binary_answer": null, "no_answer_prob": -0.797584056854248}
{"example_id": -770675241524019848, "prediction": "up to two hours", "binary_answer": null, "no_answer_prob": -5.7291940450668335}
{"example_id": -7533576679180185428, "prediction": "$100 - $20 - $10 = $70", "binary_answer": null, "no_answer_prob": -4.595245838165283}
{"example_id": 9187810679492886793, "prediction": "a cross between a Broadway musical and a Salvador Dal\u00ed painting", "binary_answer": null, "no_answer_prob": -2.099245309829712}
{"example_id": -4495078205974002028, "prediction": "imli pani", "binary_answer": null, "no_answer_prob": -3.714208960533142}
{"example_id": -4335202085973186211, "prediction": "J - Kwon", "binary_answer": null, "no_answer_prob": -7.997396469116211}
{"example_id": -6928408319238562984, "prediction": "Jack Jones", "binary_answer": null, "no_answer_prob": -12.831589341163635}
{"example_id": -8165341864829986294, "prediction": "Los Angeles Lakers", "binary_answer": null, "no_answer_prob": -6.259853005409241}
{"example_id": 8562141097792398764, "prediction": "eight years", "binary_answer": null, "no_answer_prob": -10.054324388504028}
{"example_id": 7558353511789930999, "prediction": "In gridiron football , the safety ( American football ) or safety touch", "binary_answer": null, "no_answer_prob": -2.3532997965812683}
{"example_id": -3825121714419940238, "prediction": "McDonnell Douglas F / A-18 Hornet", "binary_answer": null, "no_answer_prob": -3.528231143951416}
{"example_id": 3330081532106908377, "prediction": "written in the first person view of a middle school girl named Jamie Kelly", "binary_answer": null, "no_answer_prob": 1.4341957196593285}
{"example_id": 8291491648566581030, "prediction": "the best player", "binary_answer": null, "no_answer_prob": -4.08112359046936}
{"example_id": -3392849429531347740, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0966127663850784}
{"example_id": -2376614470988905995, "prediction": "Managerial accounting is used primarily by those within a company or organization", "binary_answer": null, "no_answer_prob": 0.7587160021066666}
{"example_id": 4430461448971731424, "prediction": "friction and gravity", "binary_answer": null, "no_answer_prob": -4.986943244934082}
{"example_id": 5733542318101225635, "prediction": "Troy Bolton", "binary_answer": null, "no_answer_prob": -7.918294906616211}
{"example_id": -4905219015475651366, "prediction": "The Oxford English Dictionary finds the earliest published non-idiomatic use in an 1855 Indiana newspaper article", "binary_answer": null, "no_answer_prob": -7.502042770385742}
{"example_id": -4852160645282063516, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2380702644586563}
{"example_id": 8235418723524795283, "prediction": "2010", "binary_answer": null, "no_answer_prob": -11.704524993896484}
{"example_id": 4582355667948247096, "prediction": "Character Seasons No. of episodes Actor Brief description Andy Taylor", "binary_answer": null, "no_answer_prob": -1.3349063396453857}
{"example_id": -4497993721113215532, "prediction": "September 2016", "binary_answer": null, "no_answer_prob": -9.85773515701294}
{"example_id": 2184162413046009587, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4700452089309692}
{"example_id": -608749969422204833, "prediction": "Nicklaus", "binary_answer": null, "no_answer_prob": -11.620161533355713}
{"example_id": -153630409098550487, "prediction": "Harrison Ford", "binary_answer": null, "no_answer_prob": -8.418938279151917}
{"example_id": -4907791424870784709, "prediction": "Confederation Qualifying Tournament Qualifier ( s ) AFC ( Asia ) Host Nation India", "binary_answer": null, "no_answer_prob": 1.757827341556549}
{"example_id": -934431359648712707, "prediction": "Cahokia", "binary_answer": null, "no_answer_prob": -9.444694638252258}
{"example_id": -8027608852843372299, "prediction": "Bruce Springsteen", "binary_answer": null, "no_answer_prob": -12.6299409866333}
{"example_id": 3228617496838120663, "prediction": "", "binary_answer": null, "no_answer_prob": 4.017369508743286}
{"example_id": 5237973877094965982, "prediction": "representatives of the Third Estate of the Estates - General", "binary_answer": null, "no_answer_prob": -1.6182739734649658}
{"example_id": -3086018981982910882, "prediction": "Christianity", "binary_answer": null, "no_answer_prob": -7.073887467384338}
{"example_id": -3393491765372411233, "prediction": "Season Episodes Originally aired First aired Last aired 20", "binary_answer": null, "no_answer_prob": -0.9750947952270508}
{"example_id": 3118284888186877483, "prediction": "Bill Cullen", "binary_answer": null, "no_answer_prob": -5.518813729286194}
{"example_id": 4597818957150700101, "prediction": "Stan Wawrinka", "binary_answer": null, "no_answer_prob": -10.731830596923828}
{"example_id": -2117335408198587344, "prediction": "as early as the middle Harappan Phase ( 2600 - 1900 BCE )", "binary_answer": null, "no_answer_prob": -4.263511538505554}
{"example_id": 5003708110967981308, "prediction": "Saturday Night Live", "binary_answer": null, "no_answer_prob": -5.072213649749756}
{"example_id": -5303907474500643611, "prediction": "2001", "binary_answer": null, "no_answer_prob": -6.821864485740662}
{"example_id": -4010373787397749434, "prediction": "Czech Republic", "binary_answer": null, "no_answer_prob": -4.634902119636536}
{"example_id": -7959828882386239266, "prediction": "Phi Beta Sigma ( \u03a6\u0392\u03a3 ) is a social / service collegiate and professional fraternity", "binary_answer": null, "no_answer_prob": -5.23164701461792}
{"example_id": 5087351372652252645, "prediction": "George Foreman", "binary_answer": null, "no_answer_prob": -10.212204098701477}
{"example_id": 6988672005100839824, "prediction": "the Mother Abbess", "binary_answer": null, "no_answer_prob": -9.087768316268921}
{"example_id": 2493398149093053688, "prediction": "", "binary_answer": null, "no_answer_prob": -5.025791049003601}
{"example_id": 7810751203251244987, "prediction": "John F. Kelly", "binary_answer": null, "no_answer_prob": -11.26144254207611}
{"example_id": 1776925962809327546, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": -7.434771418571472}
{"example_id": 8853596992779708147, "prediction": "1972", "binary_answer": null, "no_answer_prob": -7.136176586151123}
{"example_id": 20190138539993992, "prediction": "crane", "binary_answer": null, "no_answer_prob": -1.3636548519134521}
{"example_id": 4205964734975896729, "prediction": "U2", "binary_answer": null, "no_answer_prob": -12.077502369880676}
{"example_id": 1977081247194957124, "prediction": "16", "binary_answer": null, "no_answer_prob": -7.832612752914429}
{"example_id": -7978451094520837962, "prediction": "Carnoustie Golf Links in Angus , Scotland", "binary_answer": null, "no_answer_prob": -9.696945905685425}
{"example_id": -1739160055668946178, "prediction": "Charitie Lees Smith", "binary_answer": null, "no_answer_prob": -4.561765551567078}
{"example_id": -7038357099440704798, "prediction": "", "binary_answer": null, "no_answer_prob": 1.503686174750328}
{"example_id": -5331609887900491379, "prediction": "July 5 , 2015", "binary_answer": null, "no_answer_prob": -1.5716423988342285}
{"example_id": 3054137131116991748, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -8.092586994171143}
{"example_id": 832885741211300550, "prediction": "Customs and etiquette in Chinese dining", "binary_answer": null, "no_answer_prob": -0.34974586963653564}
{"example_id": 1446143713199658242, "prediction": "Robbie", "binary_answer": null, "no_answer_prob": -3.6669373512268066}
{"example_id": -8306986734104822768, "prediction": "William Holden , Jack Hawkins , and Alec Guinness and Sessue Hayakawa", "binary_answer": null, "no_answer_prob": -2.9483580589294434}
{"example_id": 8459311850371387515, "prediction": "1997", "binary_answer": null, "no_answer_prob": -5.416099667549133}
{"example_id": 2105742558472154903, "prediction": "Garth Stein", "binary_answer": null, "no_answer_prob": -11.463059067726135}
{"example_id": -5634304154843921463, "prediction": "t\u0251\u02d0n\u02c8d\u028a\u0259r", "binary_answer": null, "no_answer_prob": -4.761004567146301}
{"example_id": -4475247350888687705, "prediction": "Angel Oak Park on Johns Island near Charleston , South Carolina", "binary_answer": null, "no_answer_prob": -10.25401496887207}
{"example_id": 2152509482437574022, "prediction": "East Asia", "binary_answer": null, "no_answer_prob": -9.811026334762573}
{"example_id": -6629233044806140923, "prediction": "In `` St. Patrick 's Day ''", "binary_answer": null, "no_answer_prob": 2.2198476791381836}
{"example_id": -4916715111486811824, "prediction": "Robert Blake", "binary_answer": null, "no_answer_prob": -3.732566237449646}
{"example_id": -1492890414777477611, "prediction": "Nicholas II", "binary_answer": null, "no_answer_prob": -2.997533679008484}
{"example_id": 6370604769556211566, "prediction": "Jennifer Aniston", "binary_answer": null, "no_answer_prob": -7.655744194984436}
{"example_id": 1620618127426558634, "prediction": "`` A name indicates what we seek . An address indicates where it is . A route indicates how to get there . ''", "binary_answer": null, "no_answer_prob": -0.8352950811386108}
{"example_id": 680976356918039399, "prediction": "the principle of judicial review", "binary_answer": null, "no_answer_prob": -8.018534421920776}
{"example_id": -3603345349981006209, "prediction": "1925", "binary_answer": null, "no_answer_prob": -6.679494857788086}
{"example_id": 8440502390062480230, "prediction": "Antony Dominic Since 6 February 2018", "binary_answer": null, "no_answer_prob": -0.6408659219741821}
{"example_id": -5412482968468523890, "prediction": "Seven", "binary_answer": null, "no_answer_prob": -1.0874526500701904}
{"example_id": -5643705860212225476, "prediction": "By all accounts , Hale", "binary_answer": null, "no_answer_prob": -3.1890602111816406}
{"example_id": -8582511151382016547, "prediction": "As of April 30 , 2018 , debt held by the public was $15.3 trillion", "binary_answer": null, "no_answer_prob": -3.037647247314453}
{"example_id": -7371204071863986078, "prediction": "", "binary_answer": null, "no_answer_prob": 4.815089762210846}
{"example_id": -1788623852654199834, "prediction": "Fat Joe and Remy Ma", "binary_answer": null, "no_answer_prob": -10.5067218542099}
{"example_id": 189952315972489264, "prediction": "April 17 , 1964", "binary_answer": null, "no_answer_prob": -11.687129855155945}
{"example_id": -5282503992860808056, "prediction": "The Necessary and Proper Clause", "binary_answer": null, "no_answer_prob": -6.769964218139648}
{"example_id": -904145419293070635, "prediction": "cutting his face with a boat propeller .", "binary_answer": null, "no_answer_prob": 0.7445554733276367}
{"example_id": 5295931511136383191, "prediction": "the goats", "binary_answer": null, "no_answer_prob": -2.791361093521118}
{"example_id": -6502768221091798293, "prediction": "Hop on Pop", "binary_answer": null, "no_answer_prob": -11.612126231193542}
{"example_id": 418907067779617267, "prediction": "Audrey Hepburn", "binary_answer": null, "no_answer_prob": -12.315736889839172}
{"example_id": 7973045298580639687, "prediction": "intended to allow traffic to resume moving , with minimal risk provided that proper caution is observed .", "binary_answer": null, "no_answer_prob": -1.3662033081054688}
{"example_id": 6022792262990235842, "prediction": "Cudjoe Key", "binary_answer": null, "no_answer_prob": -3.106820583343506}
{"example_id": -4834617888811329669, "prediction": "Randy Newman", "binary_answer": null, "no_answer_prob": -13.353727459907532}
{"example_id": -4934991506510928885, "prediction": "Elizabeth Hamilton", "binary_answer": null, "no_answer_prob": -11.463243961334229}
{"example_id": -6472712490834106896, "prediction": "DeVore Ledridge", "binary_answer": null, "no_answer_prob": -8.658623695373535}
{"example_id": -593155168859050257, "prediction": "tenth", "binary_answer": null, "no_answer_prob": -6.446882724761963}
{"example_id": -6772215572115433359, "prediction": "African American blues", "binary_answer": null, "no_answer_prob": -1.1027531623840332}
{"example_id": 7130336452825545279, "prediction": "13", "binary_answer": null, "no_answer_prob": 1.4666104316711426}
{"example_id": -5758477254290070995, "prediction": "house listing and population enumeration", "binary_answer": null, "no_answer_prob": -0.23114025592803955}
{"example_id": -6136325372009031906, "prediction": "between 14 and 18", "binary_answer": null, "no_answer_prob": -2.124574065208435}
{"example_id": 662221994118210183, "prediction": "fiberglass and sometimes kevlar", "binary_answer": null, "no_answer_prob": -4.518197536468506}
{"example_id": 7413176576162269138, "prediction": "Peter Mensah", "binary_answer": null, "no_answer_prob": -5.116864323616028}
{"example_id": -4941663564532394007, "prediction": "The Middle East is a transcontinental region centered on Western Asia , Turkey ( both Asian and European ) , and Egypt", "binary_answer": null, "no_answer_prob": 2.672462821006775}
{"example_id": -1163266752060859717, "prediction": "Initially , phosphate weathers from rocks and minerals", "binary_answer": null, "no_answer_prob": -3.651961326599121}
{"example_id": 3326990421243454297, "prediction": "Heath Ledger", "binary_answer": null, "no_answer_prob": -12.6307373046875}
{"example_id": 439772754165147921, "prediction": "Howie Mandel , Mel B , Heidi Klum and Simon Cowell", "binary_answer": null, "no_answer_prob": -6.796247959136963}
{"example_id": 5495030370388177097, "prediction": "cedar , pine and cypress", "binary_answer": null, "no_answer_prob": -7.792710542678833}
{"example_id": 7926149129570476030, "prediction": "In the Proto - Indo - European language , * m\u0101\u0301t\u0113r ( modern reconstruction : * m\u00e9h2t\u0113r )", "binary_answer": null, "no_answer_prob": -2.539670944213867}
{"example_id": 6554423586005355606, "prediction": "U.S. Bank Stadium in Minneapolis , Minnesota", "binary_answer": null, "no_answer_prob": -10.897706270217896}
{"example_id": 5009708573885932569, "prediction": "Charlie Rich", "binary_answer": null, "no_answer_prob": -9.422115325927734}
{"example_id": -2860903374238518195, "prediction": "embodied the reforms", "binary_answer": null, "no_answer_prob": 2.7222410179674625}
{"example_id": 4630954451659651875, "prediction": "Urie Bronfenbrenner", "binary_answer": null, "no_answer_prob": -3.1403961181640625}
{"example_id": 7441155822950142482, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -6.346151828765869}
{"example_id": -2363072819505028135, "prediction": "Pop art often takes imagery that is currently in use in advertising", "binary_answer": null, "no_answer_prob": 1.356439620256424}
{"example_id": -1312763767577901156, "prediction": "Chief Justice of the United States and eight associate justices", "binary_answer": null, "no_answer_prob": -4.8564629554748535}
{"example_id": 1939286857524402357, "prediction": "", "binary_answer": null, "no_answer_prob": 4.139630854129791}
{"example_id": 8472629469488132495, "prediction": "The American Federation of Musicians of the United States and Canada ( AFM / AFofM )", "binary_answer": null, "no_answer_prob": 1.1440415382385254}
{"example_id": 3017432027534618716, "prediction": "Sean Patrick Astin", "binary_answer": null, "no_answer_prob": -12.600947380065918}
{"example_id": 5292444119801388881, "prediction": "", "binary_answer": null, "no_answer_prob": -3.201358735561371}
{"example_id": 1103845489852514179, "prediction": "The App Store is a digital distribution platform , developed and maintained by Apple Inc. , for mobile apps on its iOS operating system", "binary_answer": null, "no_answer_prob": 3.300912708044052}
{"example_id": 1670413326104963398, "prediction": "Jules Verne", "binary_answer": null, "no_answer_prob": -13.35665738582611}
{"example_id": 6536227200403555989, "prediction": "Iesha", "binary_answer": null, "no_answer_prob": -1.810185194015503}
{"example_id": 8523680967724740337, "prediction": "The right of foreigners to vote in the United States has historically been a contentious issue", "binary_answer": null, "no_answer_prob": -2.4333242177963257}
{"example_id": 7728333686207971870, "prediction": "Garfield", "binary_answer": null, "no_answer_prob": -4.201099157333374}
{"example_id": -5421498568966273061, "prediction": "Alicia Austria - Martinez", "binary_answer": null, "no_answer_prob": -1.4401462078094482}
{"example_id": 8324405165913086821, "prediction": "The Miracles", "binary_answer": null, "no_answer_prob": -6.845299124717712}
{"example_id": 288113418088199442, "prediction": "Bee Gees", "binary_answer": null, "no_answer_prob": -6.447269558906555}
{"example_id": -930838579732584464, "prediction": "The Kingston Trio", "binary_answer": null, "no_answer_prob": -7.875955700874329}
{"example_id": 431193361432765415, "prediction": "The fur color yellow pronounced as `` yeller '' and the fact that its bark sounds more like a human yell .", "binary_answer": null, "no_answer_prob": -7.979220867156982}
{"example_id": 4550944961320752421, "prediction": "the absorption of nutrients and minerals from food", "binary_answer": null, "no_answer_prob": -6.927237033843994}
{"example_id": 5799571367277862482, "prediction": "Roosevelt and ran candidates for other offices in major states", "binary_answer": null, "no_answer_prob": 1.0161492675542831}
{"example_id": -9175504449048408069, "prediction": "2018", "binary_answer": null, "no_answer_prob": -0.9891643524169922}
{"example_id": 2660014056368830324, "prediction": "an independent sovereign state", "binary_answer": null, "no_answer_prob": -5.931560754776001}
{"example_id": 7085106776345711096, "prediction": "Chris Stapleton", "binary_answer": null, "no_answer_prob": -8.578359246253967}
{"example_id": 1033034575193747183, "prediction": "Need for Speed Payback", "binary_answer": null, "no_answer_prob": -8.569114089012146}
{"example_id": 8050720157297961551, "prediction": "Telephone numbers in Canada follow the fixed - length Bell System format", "binary_answer": null, "no_answer_prob": -3.751278281211853}
{"example_id": -44051854076564384, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -10.232900977134705}
{"example_id": 7401704085333593674, "prediction": "Robert Hegyes", "binary_answer": null, "no_answer_prob": -14.036333918571472}
{"example_id": 5902383160463172293, "prediction": "Niko Difonte", "binary_answer": null, "no_answer_prob": -7.943114757537842}
{"example_id": 3053810956333480448, "prediction": "1,281,900", "binary_answer": null, "no_answer_prob": -3.0803415775299072}
{"example_id": 554152236127215259, "prediction": "", "binary_answer": null, "no_answer_prob": 4.446735680103302}
{"example_id": 4878845393742315508, "prediction": "Zac Brown Band `` You Get What You Give '' ( song ) , a 1998 song by the New Radicals", "binary_answer": null, "no_answer_prob": -0.20250654220581055}
{"example_id": 571452456968526218, "prediction": "2011", "binary_answer": null, "no_answer_prob": -6.819384083151817}
{"example_id": -5201150128546298194, "prediction": "traditions surrounding the historical Saint Nicholas , a fourth - century Greek bishop and gift - giver of Myra", "binary_answer": null, "no_answer_prob": -4.486147403717041}
{"example_id": 8421414671398809878, "prediction": "Antenor", "binary_answer": null, "no_answer_prob": -9.324928283691406}
{"example_id": -8850169184954446631, "prediction": "North Central Province", "binary_answer": null, "no_answer_prob": -10.214038372039795}
{"example_id": 8465985767119330042, "prediction": "enough that casino owners would be interested in adopting the game .", "binary_answer": null, "no_answer_prob": -4.448544859886169}
{"example_id": -6442740759737288915, "prediction": "`` Whole Again ''", "binary_answer": null, "no_answer_prob": 1.858715444803238}
{"example_id": 1809500873239898501, "prediction": "", "binary_answer": null, "no_answer_prob": 2.060306966304779}
{"example_id": 3033004535155644694, "prediction": "Little Mix for their third studio album , Get Weird ( 2015 ) . It features guest vocals from American singer Jason Derulo", "binary_answer": null, "no_answer_prob": -8.200514912605286}
{"example_id": 8865662832405726408, "prediction": "1289", "binary_answer": null, "no_answer_prob": -7.562791883945465}
{"example_id": -457379401817324944, "prediction": "Hippocrates", "binary_answer": null, "no_answer_prob": -7.432857394218445}
{"example_id": 5607113578932933503, "prediction": "Ashley Tisdale", "binary_answer": null, "no_answer_prob": -6.014509201049805}
{"example_id": -1439816768771584442, "prediction": "Gross domestic product ( GDP )", "binary_answer": null, "no_answer_prob": -4.823602795600891}
{"example_id": 2814616656303723979, "prediction": "A covalent bond , also called a molecular bond , is a chemical bond", "binary_answer": null, "no_answer_prob": -1.4764351844787598}
{"example_id": 9072456054918623513, "prediction": "the show 's seventh season", "binary_answer": null, "no_answer_prob": -7.090630054473877}
{"example_id": -3873999362752655849, "prediction": "Brooks Koepka", "binary_answer": null, "no_answer_prob": -11.073439717292786}
{"example_id": 7511297383857077993, "prediction": "Chemical kinetics", "binary_answer": null, "no_answer_prob": 0.8307651281356812}
{"example_id": 6135902149083322895, "prediction": "bony labyrinth , a hollow cavity in the temporal bone of the skull with a system of passages comprising two main functional parts :", "binary_answer": null, "no_answer_prob": -2.8674380779266357}
{"example_id": 6121965395077048189, "prediction": "The Strangers", "binary_answer": null, "no_answer_prob": -7.195850253105164}
{"example_id": 1244165659349384209, "prediction": "Chester Nimitz , Frank Jack Fletcher , and Raymond A. Spruance", "binary_answer": null, "no_answer_prob": -4.83414351940155}
{"example_id": 6135829163507725928, "prediction": "They Might Be Giants", "binary_answer": null, "no_answer_prob": -12.12845516204834}
{"example_id": 8509074867882411616, "prediction": "Kenneth Grahame", "binary_answer": null, "no_answer_prob": -12.792019844055176}
{"example_id": 5164592429866749544, "prediction": "Cristiano Ronaldo Portugal 114", "binary_answer": null, "no_answer_prob": -4.331541419029236}
{"example_id": -325206254929308816, "prediction": "December 25 , 1942", "binary_answer": null, "no_answer_prob": -2.672717571258545}
{"example_id": 3269592228637864932, "prediction": "Mandarin", "binary_answer": null, "no_answer_prob": -7.989119291305542}
{"example_id": -6991508190482400297, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -10.271850645542145}
{"example_id": 1870092111876265459, "prediction": "The paladins ( Latin : Palatine ; `` servant , or government official '' ) , sometimes known as the Twelve Peers", "binary_answer": null, "no_answer_prob": -0.1926354169845581}
{"example_id": -6122353096315238333, "prediction": "223 ( UK Edition ) 332 ( 2014 UK Edition ) 309 ( US Edition ) 336", "binary_answer": null, "no_answer_prob": -2.979971766471863}
{"example_id": -312037711197497374, "prediction": "February 6 , 2005", "binary_answer": null, "no_answer_prob": -4.023004204034805}
{"example_id": -3738656468090758930, "prediction": "In three - dimensional Euclidean geometry , if two lines are not in the same plane they are called skew lines", "binary_answer": null, "no_answer_prob": 1.4824594855308533}
{"example_id": -7673400936777678686, "prediction": "Indo - European , Dravidian and Austronesian", "binary_answer": null, "no_answer_prob": -1.6769514083862305}
{"example_id": -2623733843897732042, "prediction": "Danny Whitten", "binary_answer": null, "no_answer_prob": -12.633747816085815}
{"example_id": 1617928488861000814, "prediction": "21 August 2015", "binary_answer": null, "no_answer_prob": -8.227758467197418}
{"example_id": -2512161826512856056, "prediction": "the poet Samuel Coleridge", "binary_answer": null, "no_answer_prob": -3.4582704305648804}
{"example_id": -2892792480457525351, "prediction": "", "binary_answer": null, "no_answer_prob": -1.58079195022583}
{"example_id": -2941404782326697826, "prediction": "2004", "binary_answer": null, "no_answer_prob": -8.085087418556213}
{"example_id": -66327497241821520, "prediction": "blastocyst", "binary_answer": null, "no_answer_prob": -5.5598660707473755}
{"example_id": -6117136683749435063, "prediction": "New Zealand", "binary_answer": null, "no_answer_prob": 0.6176018714904785}
{"example_id": -3461196434896092199, "prediction": "", "binary_answer": null, "no_answer_prob": -5.1764925718307495}
{"example_id": -7049257937429022704, "prediction": "2010", "binary_answer": null, "no_answer_prob": -10.106851816177368}
{"example_id": -138503432947159036, "prediction": "the Peninsula Campaign", "binary_answer": null, "no_answer_prob": -0.7764111757278442}
{"example_id": 8197537627381376912, "prediction": "cholera epidemic", "binary_answer": null, "no_answer_prob": -6.683710932731628}
{"example_id": 5160092277076562321, "prediction": "Antanaclasis", "binary_answer": null, "no_answer_prob": -6.577463865280151}
{"example_id": -8369288975463814899, "prediction": "competitive exclusion principle", "binary_answer": null, "no_answer_prob": -6.748511433601379}
{"example_id": -6135946329494286034, "prediction": "September 2016", "binary_answer": null, "no_answer_prob": -8.535176932811737}
{"example_id": -2014579994914273588, "prediction": "Record Player # Most wins Cy Young", "binary_answer": null, "no_answer_prob": -3.8732750415802}
{"example_id": 18023038791066416, "prediction": "February 2 , 2014", "binary_answer": null, "no_answer_prob": -9.749664664268494}
{"example_id": -4395980498267208014, "prediction": "Burj Khalifa in Dubai", "binary_answer": null, "no_answer_prob": -6.354824185371399}
{"example_id": 7244820815922610434, "prediction": "Lapse rate", "binary_answer": null, "no_answer_prob": -9.21013057231903}
{"example_id": 5901044345604054522, "prediction": "along the Little Bighorn River in the Crow Indian Reservation in southeastern Montana Territory", "binary_answer": null, "no_answer_prob": -11.092593669891357}
{"example_id": -4698747957252588766, "prediction": "The Book of Souls World Tour was a concert tour by Iron Maiden , held in support of their sixteenth studio album , The Book of Souls", "binary_answer": null, "no_answer_prob": -1.948928713798523}
{"example_id": 6768974037627749161, "prediction": "Gloria the hippopotamus ( Jada Pinkett Smith ) , and Melman the giraffe ( David Schwimmer", "binary_answer": null, "no_answer_prob": -7.063747406005859}
{"example_id": -955024776264417000, "prediction": "Iron Man", "binary_answer": null, "no_answer_prob": -3.556267738342285}
{"example_id": -6754290972969208115, "prediction": "$5.00 ( cash or FasTrak ) , $2.50 ( carpools during peak hours , FasTrak only )", "binary_answer": null, "no_answer_prob": -6.76963746547699}
{"example_id": -3260330498679672024, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2609877586364746}
{"example_id": 3016147438030282406, "prediction": "Rick Nowels and Ellen Shipley", "binary_answer": null, "no_answer_prob": -11.767609238624573}
{"example_id": -5931593022833513325, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -11.445124745368958}
{"example_id": 6332138144051713721, "prediction": "British India", "binary_answer": null, "no_answer_prob": -4.733781814575195}
{"example_id": 844249146383042902, "prediction": "Its surface is 60.7 % water", "binary_answer": null, "no_answer_prob": -2.031242609024048}
{"example_id": 101438295447102068, "prediction": "Valerie Hobson", "binary_answer": null, "no_answer_prob": -4.6036858558654785}
{"example_id": 3893224869005342348, "prediction": "Gale Garnett", "binary_answer": null, "no_answer_prob": -9.437704682350159}
{"example_id": -197354964788513740, "prediction": "October 10 , 2017", "binary_answer": null, "no_answer_prob": -9.922802567481995}
{"example_id": 8643588946565257997, "prediction": "Jonathan Goldsmith", "binary_answer": null, "no_answer_prob": -7.728003740310669}
{"example_id": 1585877172898104611, "prediction": "optic nerve fibers", "binary_answer": null, "no_answer_prob": -5.102226257324219}
{"example_id": 7832598596624150246, "prediction": "Hexaamminecobalt ( III ) chloride is the chemical compound with the formula ( Co ( NH ) ) Cl", "binary_answer": null, "no_answer_prob": -1.788360595703125}
{"example_id": 6755724028630722420, "prediction": ".", "binary_answer": null, "no_answer_prob": -0.4623802900314331}
{"example_id": 4704199755315033795, "prediction": "Paul Stewart", "binary_answer": null, "no_answer_prob": -3.58532977104187}
{"example_id": -7047273766567645032, "prediction": "David Allan Coe", "binary_answer": null, "no_answer_prob": -12.79495370388031}
{"example_id": -3961216509159928100, "prediction": "1955 to 1975", "binary_answer": null, "no_answer_prob": -7.559752106666565}
{"example_id": 3561324904278364449, "prediction": "November 26 , 1956", "binary_answer": null, "no_answer_prob": -11.197805643081665}
{"example_id": -4433159268734312985, "prediction": "Clown , hobo , ballet dancer , bagpiper , and an Army Major", "binary_answer": null, "no_answer_prob": -3.1607261896133423}
{"example_id": 3093138229910895896, "prediction": "The number googol", "binary_answer": null, "no_answer_prob": -3.778903007507324}
{"example_id": -7443974290564914273, "prediction": "According to some sources , Christians held corporate worship on Sunday in the 1st century", "binary_answer": null, "no_answer_prob": -6.350923478603363}
{"example_id": 268614114430921357, "prediction": "Gene Autry", "binary_answer": null, "no_answer_prob": -5.738118648529053}
{"example_id": 1132096462727227394, "prediction": "Franco - Cantabrian region in western Europe , and in the caves in the district of Maros ( Sulawesi , Indonesia )", "binary_answer": null, "no_answer_prob": -7.184259533882141}
{"example_id": -8294565369311396595, "prediction": "Fox Network", "binary_answer": null, "no_answer_prob": -3.7978739738464355}
{"example_id": -8950840458638576086, "prediction": "Gary Sanford Paxton", "binary_answer": null, "no_answer_prob": -9.16575288772583}
{"example_id": 1231850474743532884, "prediction": "Mexico and Cuba", "binary_answer": null, "no_answer_prob": 2.3052679300308228}
{"example_id": 451560502074824668, "prediction": "hip joint", "binary_answer": null, "no_answer_prob": -4.772259950637817}
{"example_id": -7088091507667146436, "prediction": "on the south ( equator ) side of the house", "binary_answer": null, "no_answer_prob": -4.656667709350586}
{"example_id": 2890108530571498356, "prediction": "The United States Marine Corps Military Occupational Specialty", "binary_answer": null, "no_answer_prob": -6.259117960929871}
{"example_id": -2624661334757581993, "prediction": "The document began with the statement that `` the United States and all other countries respect the independence , sovereignty , unity , and territorial integrity", "binary_answer": null, "no_answer_prob": 1.8682215213775635}
{"example_id": -7981587189260272825, "prediction": "The Post Office ( Bengali : Dak Ghar ) is a 1912 play by Rabindranath Tagore . It concerns Amal", "binary_answer": null, "no_answer_prob": 1.5960929095745087}
{"example_id": -1110825409271323545, "prediction": "Los Angeles , California", "binary_answer": null, "no_answer_prob": -2.13659930229187}
{"example_id": -4019945864393422722, "prediction": "afferent fibers of the sensory neurons to the sensory cortex", "binary_answer": null, "no_answer_prob": 0.1300349235534668}
{"example_id": -4331357530163823107, "prediction": "Nii Kwabena Bonne II", "binary_answer": null, "no_answer_prob": -8.15881609916687}
{"example_id": -8891492522509405496, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1301711201667786}
{"example_id": 3865235180369780977, "prediction": "The `` Graveyard Shift ''", "binary_answer": null, "no_answer_prob": -3.924561023712158}
{"example_id": -9075313383366644010, "prediction": "At one time early in McDonald 's history", "binary_answer": null, "no_answer_prob": 0.15674710273742676}
{"example_id": 7655364709880102045, "prediction": "Jeff Kinney", "binary_answer": null, "no_answer_prob": -9.792510509490967}
{"example_id": 4242931250188852325, "prediction": "engineering , pale green for medical , orange for science , white for command , pale gold for operations and gray for security", "binary_answer": null, "no_answer_prob": -3.879218101501465}
{"example_id": 3405534468081138315, "prediction": "The red - chested cuckoo", "binary_answer": null, "no_answer_prob": -3.9667784571647644}
{"example_id": -7392605693004782226, "prediction": "Thomas John Barnardo", "binary_answer": null, "no_answer_prob": -1.9249672889709473}
{"example_id": 5999602363334169462, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0570281147956848}
{"example_id": 3988832442954622629, "prediction": "22 min", "binary_answer": null, "no_answer_prob": -4.360380291938782}
{"example_id": -8574388610994674934, "prediction": "Dabbs Greer", "binary_answer": null, "no_answer_prob": -9.95208489894867}
{"example_id": -8067462709957571662, "prediction": "over 100 films throughout his career .", "binary_answer": null, "no_answer_prob": 1.6612671315670013}
{"example_id": 6286551461120724945, "prediction": "the Orca", "binary_answer": null, "no_answer_prob": -6.5232627391815186}
{"example_id": 2475041721635230928, "prediction": "Hebrew", "binary_answer": null, "no_answer_prob": -6.435010552406311}
{"example_id": -1242868819256521670, "prediction": "Belfast", "binary_answer": null, "no_answer_prob": -6.115015149116516}
{"example_id": 322289089614569231, "prediction": "Sam the Sham and the Pharaohs", "binary_answer": null, "no_answer_prob": -12.020463585853577}
{"example_id": -7385995621177937944, "prediction": "October 29 , 2018", "binary_answer": null, "no_answer_prob": -7.325945019721985}
{"example_id": 7678727241360979216, "prediction": "Bobby Scott and Ric Marlow", "binary_answer": null, "no_answer_prob": -11.671203255653381}
{"example_id": -721067372847730540, "prediction": "Abbot Howard Hoffman", "binary_answer": null, "no_answer_prob": -0.7167626619338989}
{"example_id": -1573238832472960103, "prediction": "Screamin ' Jay Hawkins", "binary_answer": null, "no_answer_prob": -5.167507529258728}
{"example_id": -1071629294553120921, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -12.214070439338684}
{"example_id": 5640734227440542292, "prediction": "Tara Chambler is Lilly 's sister , David 's daughter , and Meghan 's aunt .", "binary_answer": null, "no_answer_prob": -4.617221355438232}
{"example_id": -4827997074565510568, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": -5.165730953216553}
{"example_id": -629965897965625135, "prediction": "", "binary_answer": null, "no_answer_prob": -3.535022735595703}
{"example_id": -1483448469886283085, "prediction": "Tamil", "binary_answer": null, "no_answer_prob": -4.041798233985901}
{"example_id": -5995371225801618431, "prediction": "12", "binary_answer": null, "no_answer_prob": 2.9435532093048096}
{"example_id": -4899732917834003952, "prediction": "to prevent disease or used prophylactically", "binary_answer": null, "no_answer_prob": 0.021841049194335938}
{"example_id": -1580442162774410950, "prediction": "between 1591 and 1595", "binary_answer": null, "no_answer_prob": -7.778316020965576}
{"example_id": 2928271040122697512, "prediction": "270 miles ( 430 km ) north of San Francisco and 100 miles ( 160 km ) south of the Oregon border", "binary_answer": null, "no_answer_prob": -5.307365298271179}
{"example_id": -4671600072880095700, "prediction": "Ranil Wickremesinghe", "binary_answer": null, "no_answer_prob": -1.8351627588272095}
{"example_id": -3982409200460151904, "prediction": "There are numerous proposed explanations of the Flynn effect , as well as some skepticism about its implications", "binary_answer": null, "no_answer_prob": 3.395543187856674}
{"example_id": 8089887709008264914, "prediction": "During the premiere of season four", "binary_answer": null, "no_answer_prob": -4.542327404022217}
{"example_id": -131316570867545256, "prediction": "Frank Theodore `` Ted '' Levine", "binary_answer": null, "no_answer_prob": -13.762668490409851}
{"example_id": -7801752067961474063, "prediction": "August 12 , 1908", "binary_answer": null, "no_answer_prob": -10.32264494895935}
{"example_id": -2309864008266932361, "prediction": "because of the smaller , less open body", "binary_answer": null, "no_answer_prob": -4.472315311431885}
{"example_id": 3415605085938119375, "prediction": "Color blindness , also known as color vision deficiency , is the decreased ability to see color or differences in color", "binary_answer": null, "no_answer_prob": 0.14238449931144714}
{"example_id": 1373929920121106749, "prediction": "Jodie Whittaker", "binary_answer": null, "no_answer_prob": -7.129149675369263}
{"example_id": -6731877972498285637, "prediction": "March 13 , 2018", "binary_answer": null, "no_answer_prob": -11.694890975952148}
{"example_id": -7099311794779021669, "prediction": "the Nowell Codex", "binary_answer": null, "no_answer_prob": -5.144284248352051}
{"example_id": -5164304133785002387, "prediction": "the art and science of preserving human remains by treating them ( in its modern form with chemicals ) to forestall decomposition", "binary_answer": null, "no_answer_prob": -3.734373688697815}
{"example_id": -5710238752805466863, "prediction": "South America", "binary_answer": null, "no_answer_prob": -5.376770734786987}
{"example_id": -8900864784222292360, "prediction": "Approximately a quarter", "binary_answer": null, "no_answer_prob": -5.286901950836182}
{"example_id": 7537270869285411482, "prediction": "Columbia University", "binary_answer": null, "no_answer_prob": 1.2691164314746857}
{"example_id": -6056248682590525311, "prediction": "Cape Town", "binary_answer": null, "no_answer_prob": -0.6636402606964111}
{"example_id": 6443811886861661324, "prediction": "Believe", "binary_answer": null, "no_answer_prob": 1.7013313174247742}
{"example_id": -4326532115993781872, "prediction": "Hair cells", "binary_answer": null, "no_answer_prob": -9.61464262008667}
{"example_id": 2389510054222243562, "prediction": "Sir Ian Murray McKellen", "binary_answer": null, "no_answer_prob": -2.5487016439437866}
{"example_id": -5473301358048974543, "prediction": "the hard shoulders being too narrow", "binary_answer": null, "no_answer_prob": 0.8813571929931641}
{"example_id": -1693027797828885956, "prediction": "2017", "binary_answer": null, "no_answer_prob": -2.912145748734474}
{"example_id": -3372153190980552477, "prediction": "10", "binary_answer": null, "no_answer_prob": -1.912247896194458}
{"example_id": -6724537472853944057, "prediction": "May 18 , 2017", "binary_answer": null, "no_answer_prob": 0.07536458969116211}
{"example_id": 1460115615484287044, "prediction": "`` Dream Home ''", "binary_answer": null, "no_answer_prob": -1.9112355709075928}
{"example_id": 4414797554822661689, "prediction": "Rosy is introduced as the heroine of an erotic pulp fiction novel", "binary_answer": null, "no_answer_prob": -4.174386024475098}
{"example_id": -3257177646107467410, "prediction": "African Americans", "binary_answer": null, "no_answer_prob": -8.651838779449463}
{"example_id": -8787310782359437703, "prediction": "Paul Revere", "binary_answer": null, "no_answer_prob": -2.7924166917800903}
{"example_id": 5038789970363225107, "prediction": "before and after the events of the first film", "binary_answer": null, "no_answer_prob": -7.833634853363037}
{"example_id": -6602051953513516895, "prediction": "Blue the dog", "binary_answer": null, "no_answer_prob": 4.017163097858429}
{"example_id": 8056744003796495890, "prediction": "Free Fall", "binary_answer": null, "no_answer_prob": -8.471694231033325}
{"example_id": -2802705537922737981, "prediction": "2017", "binary_answer": null, "no_answer_prob": -6.714667558670044}
{"example_id": 8409297237254128995, "prediction": "Lech Wa\u0142\u0119sa", "binary_answer": null, "no_answer_prob": -10.816685438156128}
{"example_id": -4506862358599571323, "prediction": "Jon Jones", "binary_answer": null, "no_answer_prob": -5.582738876342773}
{"example_id": 4003652036453273546, "prediction": "310", "binary_answer": null, "no_answer_prob": -7.835621237754822}
{"example_id": 2889250111186553453, "prediction": "Star Wars : The Old Republic", "binary_answer": null, "no_answer_prob": -0.44173645973205566}
{"example_id": 5965997698220498825, "prediction": "Bagheera", "binary_answer": null, "no_answer_prob": -11.662467122077942}
{"example_id": 6538180185630064207, "prediction": "Uriah Shelton", "binary_answer": null, "no_answer_prob": -12.796610355377197}
{"example_id": -7794185464777822065, "prediction": "network bridge", "binary_answer": null, "no_answer_prob": -5.775043964385986}
{"example_id": 6693310442126683022, "prediction": "Daniel Goleman", "binary_answer": null, "no_answer_prob": -7.0983006954193115}
{"example_id": -9074540270690984493, "prediction": "2017", "binary_answer": null, "no_answer_prob": -7.603405237197876}
{"example_id": 8126402066855984746, "prediction": "13", "binary_answer": null, "no_answer_prob": -6.485406875610352}
{"example_id": 1693597145337758027, "prediction": "British North America ( now Canada )", "binary_answer": null, "no_answer_prob": -4.5262391567230225}
{"example_id": -5598334562838335624, "prediction": "responsible for the Department for Work and Pensions", "binary_answer": null, "no_answer_prob": -2.386557161808014}
{"example_id": -1123000493219723108, "prediction": "California", "binary_answer": null, "no_answer_prob": -5.882520079612732}
{"example_id": 2319017908089751726, "prediction": "13th season of The Bachelorette", "binary_answer": null, "no_answer_prob": -7.5907392501831055}
{"example_id": 6527763746324833638, "prediction": "April 4 , 2017", "binary_answer": null, "no_answer_prob": -11.63902723789215}
{"example_id": 5215569896605295887, "prediction": "1968", "binary_answer": null, "no_answer_prob": -10.206822395324707}
{"example_id": -6738778447139524076, "prediction": "Shahid Khaqan Abbasi", "binary_answer": null, "no_answer_prob": -10.441990375518799}
{"example_id": 6319766597269057204, "prediction": "6", "binary_answer": null, "no_answer_prob": -8.610935091972351}
{"example_id": 8168694708991476100, "prediction": "The primary or central lymphoid organs generate lymphocytes from immature progenitor cells .", "binary_answer": null, "no_answer_prob": -1.2492966651916504}
{"example_id": -1987609863876877824, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.433394134044647}
{"example_id": -4794116528469612742, "prediction": "Soul Brothers Six", "binary_answer": null, "no_answer_prob": -10.367044568061829}
{"example_id": -3418404592479135995, "prediction": "March 30 , 2018", "binary_answer": null, "no_answer_prob": -9.699008703231812}
{"example_id": 8624535620298297119, "prediction": "personal computer operating system", "binary_answer": null, "no_answer_prob": -8.853024959564209}
{"example_id": 421881813924274575, "prediction": "In 1968 , Martin broke his leg and then suffered a near - fatal heart attack", "binary_answer": null, "no_answer_prob": -3.9928362369537354}
{"example_id": 4022415118513457748, "prediction": "the early 1980s as starting birth years and the mid-1990s to early 2000s as ending birth years .", "binary_answer": null, "no_answer_prob": -4.622580051422119}
{"example_id": 812266677695251906, "prediction": "Internet service provider", "binary_answer": null, "no_answer_prob": -5.555866956710815}
{"example_id": 928701547222091868, "prediction": "Botswana Lesotho Namibia South Africa Swaziland", "binary_answer": null, "no_answer_prob": -2.457130193710327}
{"example_id": 7546955423746590909, "prediction": "George Rogers Clark", "binary_answer": null, "no_answer_prob": -10.48949670791626}
{"example_id": 1842853471479184637, "prediction": "Sandie Shaw", "binary_answer": null, "no_answer_prob": -0.5314831733703613}
{"example_id": 8777228227588168396, "prediction": "The Special Marriage Act", "binary_answer": null, "no_answer_prob": -5.244147300720215}
{"example_id": -4933174681282830297, "prediction": "14", "binary_answer": null, "no_answer_prob": -8.53128731250763}
{"example_id": 2479806972542856767, "prediction": "Hansel and Gretel", "binary_answer": null, "no_answer_prob": -5.277121543884277}
{"example_id": 5457253168989654745, "prediction": "360", "binary_answer": null, "no_answer_prob": -10.725125908851624}
{"example_id": -6941608030909844566, "prediction": "", "binary_answer": null, "no_answer_prob": 5.7528503611683846}
{"example_id": 3965322379589577846, "prediction": "Stefano Onofri", "binary_answer": null, "no_answer_prob": -8.662102222442627}
{"example_id": -9070648587949937859, "prediction": "the Vice President of the United States , an elected United States Senator , or the Chief Justice of the United States", "binary_answer": null, "no_answer_prob": -4.80159592628479}
{"example_id": 7049840854759591534, "prediction": "CONCACAF", "binary_answer": null, "no_answer_prob": -0.07277404656633735}
{"example_id": -928594404304696003, "prediction": "Peyton Manning", "binary_answer": null, "no_answer_prob": -8.421870708465576}
{"example_id": -4607395251988770002, "prediction": "the United Kingdom , France , and Italy", "binary_answer": null, "no_answer_prob": -7.4498724937438965}
{"example_id": 6511163869862905731, "prediction": "Keith Christopher", "binary_answer": null, "no_answer_prob": -1.8571891784667969}
{"example_id": 5940934798349921091, "prediction": "Hawaii and various locations around Vietnam", "binary_answer": null, "no_answer_prob": -9.783983826637268}
{"example_id": -4635604208232329702, "prediction": "1933", "binary_answer": null, "no_answer_prob": -9.035523056983948}
{"example_id": 2461100314651964514, "prediction": "Liam Gallagher", "binary_answer": null, "no_answer_prob": -7.866679787635803}
{"example_id": 2107282500378299197, "prediction": "October 5 , 1961", "binary_answer": null, "no_answer_prob": -11.454076766967773}
{"example_id": -3824631469951210827, "prediction": "Garth Brooks", "binary_answer": null, "no_answer_prob": -12.5768541097641}
{"example_id": -9166438153553170699, "prediction": "the Ming dynasty", "binary_answer": null, "no_answer_prob": -5.62568998336792}
{"example_id": 2406283188917012187, "prediction": "Jacob W. Davis", "binary_answer": null, "no_answer_prob": -9.401254057884216}
{"example_id": -1175074723775913296, "prediction": "Rachel Coleman", "binary_answer": null, "no_answer_prob": -2.7450649738311768}
{"example_id": -6776026954673420873, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9053620100021362}
{"example_id": 6315266472756291505, "prediction": "1 July 1997", "binary_answer": null, "no_answer_prob": -10.69621753692627}
{"example_id": 2229412532919519091, "prediction": "Frodo Baggins", "binary_answer": null, "no_answer_prob": -3.101298689842224}
{"example_id": -3871775817176635052, "prediction": "Peter Gardner Ostrum", "binary_answer": null, "no_answer_prob": -11.47942578792572}
{"example_id": 387063951054070059, "prediction": "Yasutaka Okayama", "binary_answer": null, "no_answer_prob": -5.392226696014404}
{"example_id": 4446827082362659974, "prediction": "", "binary_answer": null, "no_answer_prob": 5.164514929056168}
{"example_id": 2214060061803694161, "prediction": "12", "binary_answer": null, "no_answer_prob": -10.508919954299927}
{"example_id": -8224104631199001110, "prediction": "", "binary_answer": null, "no_answer_prob": -0.817685604095459}
{"example_id": 2438404045723751621, "prediction": "1973", "binary_answer": null, "no_answer_prob": -10.850048542022705}
{"example_id": 8315712509516447932, "prediction": "John Lomax and Alan Lomax", "binary_answer": null, "no_answer_prob": -5.458149552345276}
{"example_id": 4671147913063036787, "prediction": "Paul Ryan", "binary_answer": null, "no_answer_prob": -9.201874136924744}
{"example_id": -1180066430424081783, "prediction": "101", "binary_answer": null, "no_answer_prob": -1.314347505569458}
{"example_id": -4199074857945670882, "prediction": "a mysterious object", "binary_answer": null, "no_answer_prob": -5.918882608413696}
{"example_id": -9158258326763813448, "prediction": ".", "binary_answer": null, "no_answer_prob": -0.5575852394104004}
{"example_id": 3794100412365330901, "prediction": "Elvis Presley", "binary_answer": null, "no_answer_prob": -11.511556506156921}
{"example_id": 7502298864137503295, "prediction": "five motion pictures", "binary_answer": null, "no_answer_prob": -2.0321340560913086}
{"example_id": 452123086213508247, "prediction": "free sovereign and independent states", "binary_answer": null, "no_answer_prob": 2.009021759033203}
{"example_id": 5773515733727732435, "prediction": "Shah Rukh Khan", "binary_answer": null, "no_answer_prob": -7.289625406265259}
{"example_id": 887243302273857507, "prediction": "Chicago", "binary_answer": null, "no_answer_prob": -11.644068717956543}
{"example_id": 1286774360003318588, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5325872600078583}
{"example_id": -4844748985969522810, "prediction": "August 6 and 9 , 1945", "binary_answer": null, "no_answer_prob": -11.083827257156372}
{"example_id": -3148199851308904975, "prediction": "ones that can not supply energy themselves , whereas a battery would be seen as an active component since it truly acts as a source of energy .", "binary_answer": null, "no_answer_prob": -5.655573010444641}
{"example_id": -7551391992051288214, "prediction": "1945 and 2000", "binary_answer": null, "no_answer_prob": -6.21466064453125}
{"example_id": 216653085197526717, "prediction": "A seismic shadow zone is an area of the Earth 's surface", "binary_answer": null, "no_answer_prob": -4.700204014778137}
{"example_id": 7464720165172211033, "prediction": "Fang Lu - Hao", "binary_answer": null, "no_answer_prob": -10.782224893569946}
{"example_id": -6879900965226022841, "prediction": "Mike Wolfe and Frank Fritz", "binary_answer": null, "no_answer_prob": -8.897809267044067}
{"example_id": -699408888972542332, "prediction": "20", "binary_answer": null, "no_answer_prob": -3.3625775575637817}
{"example_id": -9157158813783857385, "prediction": "Cnut the Great", "binary_answer": null, "no_answer_prob": -11.032933592796326}
{"example_id": 7688937996029999221, "prediction": "Character Portrayed by Seasons 5 6 7 8 9 10 Main characters Leonard Hofstadter", "binary_answer": null, "no_answer_prob": -2.102504253387451}
{"example_id": -4064369363656396978, "prediction": "Dr. Hook & the Medicine Show", "binary_answer": null, "no_answer_prob": -8.745362401008606}
{"example_id": 5479254724929817127, "prediction": "721", "binary_answer": null, "no_answer_prob": -1.3996610641479492}
{"example_id": 3351893171808267971, "prediction": "New Line Cinema", "binary_answer": null, "no_answer_prob": -7.959169864654541}
{"example_id": -5401686064708901956, "prediction": "Peyton Roi List", "binary_answer": null, "no_answer_prob": -12.621576309204102}
{"example_id": 1047544376965361181, "prediction": "11 : 35 p.m. Eastern and Pacific , and 10 : 35 in the Central", "binary_answer": null, "no_answer_prob": -6.65671169757843}
{"example_id": -126560838422847, "prediction": "A Dean 's List is an academic award , or notation , used to recognize the level of highest scholarship", "binary_answer": null, "no_answer_prob": -1.5154820680618286}
{"example_id": -2469557031283854392, "prediction": "3 Doors Down", "binary_answer": null, "no_answer_prob": -10.938489079475403}
{"example_id": -6930046655197027654, "prediction": "2005", "binary_answer": null, "no_answer_prob": -10.556276232004166}
{"example_id": 392268075972517294, "prediction": "Gael Garc\u00eda Bernal", "binary_answer": null, "no_answer_prob": -6.962414264678955}
{"example_id": -8244908021066347454, "prediction": "June 9 , 2017", "binary_answer": null, "no_answer_prob": -10.863189220428467}
{"example_id": 4527672267267779587, "prediction": "Anette Norberg , Eva Lund , Cathrine Lindahl and Anna Le Moine of Sweden", "binary_answer": null, "no_answer_prob": -6.454832553863525}
{"example_id": -6620602289994467130, "prediction": "The Jordanaires", "binary_answer": null, "no_answer_prob": -10.264474153518677}
{"example_id": 7767672364527485866, "prediction": "Lonnie Donegan", "binary_answer": null, "no_answer_prob": -12.082640171051025}
{"example_id": 3098922038921973316, "prediction": "1982", "binary_answer": null, "no_answer_prob": -10.832490503787994}
{"example_id": -1255425228598291954, "prediction": "`` Issue # 19 ''", "binary_answer": null, "no_answer_prob": -1.3587045073509216}
{"example_id": 991750876240514011, "prediction": "In association football , the referee is the person responsible for enforcing the Laws of the Game during the course of a match", "binary_answer": null, "no_answer_prob": -6.597679376602173}
{"example_id": 8787686228320515961, "prediction": "independence of the Jewish calendar and worldwide uniformity", "binary_answer": null, "no_answer_prob": -4.812913179397583}
{"example_id": 4364693792076248653, "prediction": "Alternatively , one could say that a sun is selected from all the possible stars every day , being the star that one sees in the morning", "binary_answer": null, "no_answer_prob": -1.8741834163665771}
{"example_id": 8816936137015643251, "prediction": "about three to ten centimeters", "binary_answer": null, "no_answer_prob": -3.9623427391052246}
{"example_id": 5522044311637060513, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9753395318984985}
{"example_id": -4008064114384973136, "prediction": "January 2017", "binary_answer": null, "no_answer_prob": -9.090798139572144}
{"example_id": -6785769079609581190, "prediction": "Gal Gadot - Varsano", "binary_answer": null, "no_answer_prob": -13.181090712547302}
{"example_id": 441296213865660806, "prediction": "Taron Egerton", "binary_answer": null, "no_answer_prob": -8.964446783065796}
{"example_id": -1965308244975131504, "prediction": "", "binary_answer": null, "no_answer_prob": -6.8515825271606445}
{"example_id": 6265990105062828626, "prediction": "42", "binary_answer": null, "no_answer_prob": -3.161855697631836}
{"example_id": -7306421532191945840, "prediction": "six miles", "binary_answer": null, "no_answer_prob": 1.2233315706253052}
{"example_id": 5119832201968395759, "prediction": "Dathan", "binary_answer": null, "no_answer_prob": -10.65780508518219}
{"example_id": -3621728291573034024, "prediction": "Sheikh Mujibur Rahman", "binary_answer": null, "no_answer_prob": -3.560032844543457}
{"example_id": 199825077536341316, "prediction": "Sarkaria Commission", "binary_answer": null, "no_answer_prob": -3.1111546754837036}
{"example_id": 5286036765057702297, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2382962107658386}
{"example_id": -4104867054905085801, "prediction": "163", "binary_answer": null, "no_answer_prob": -0.6334728002548218}
{"example_id": -6424791472429944601, "prediction": "512", "binary_answer": null, "no_answer_prob": -9.166657209396362}
{"example_id": -6431116542265960707, "prediction": "", "binary_answer": null, "no_answer_prob": 5.126660108566284}
{"example_id": -1264906731894382025, "prediction": "18", "binary_answer": null, "no_answer_prob": -5.591792702674866}
{"example_id": -6825820423668311563, "prediction": "Philadelphia , Pennsylvania", "binary_answer": null, "no_answer_prob": -8.482724666595459}
{"example_id": 4838172895359884369, "prediction": "Star Wars The Star Wars franchise 's logo , introduced in the original film A New Hope", "binary_answer": null, "no_answer_prob": -1.9296549558639526}
{"example_id": -8183994224773597293, "prediction": "Survivor guitarist Frankie Sullivan and keyboardist Jim Peterik", "binary_answer": null, "no_answer_prob": -9.654306769371033}
{"example_id": -2648925935855524809, "prediction": "low power consumption , small size , rugged operating ranges , and low per - unit cost", "binary_answer": null, "no_answer_prob": -0.8479442596435547}
{"example_id": 2615547223969794227, "prediction": "Spruce Knob", "binary_answer": null, "no_answer_prob": -12.174663424491882}
{"example_id": 5166072273151292132, "prediction": "Cheddar cheese", "binary_answer": null, "no_answer_prob": -1.8759530782699585}
{"example_id": 6967621407255586589, "prediction": "Vasco N\u00fa\u00f1ez de Balboa", "binary_answer": null, "no_answer_prob": -10.084588527679443}
{"example_id": 4052565136472279149, "prediction": "minimum guidelines and requirements under which mortgages may be offered and financially guarantees loans that qualify under the program .", "binary_answer": null, "no_answer_prob": 2.5334476232528687}
{"example_id": 188860295372928665, "prediction": "David Wise", "binary_answer": null, "no_answer_prob": -10.773391246795654}
{"example_id": 3481201784169919026, "prediction": "Utilitarianism", "binary_answer": null, "no_answer_prob": -1.3695554733276367}
{"example_id": -593854833350502948, "prediction": "medieval Livonia ( present - day Estonia and Latvia ) and early modern Germany", "binary_answer": null, "no_answer_prob": -7.407308578491211}
{"example_id": -6511592240474758535, "prediction": "`` More Than You 'll Ever Know '' is a song written and recorded by American country music artist Travis Tritt", "binary_answer": null, "no_answer_prob": 1.6899795681238174}
{"example_id": -4427471357438594147, "prediction": "Despacito", "binary_answer": null, "no_answer_prob": -6.544803619384766}
{"example_id": -3202343866587323217, "prediction": "The Mine Safety and Health Administration ( MSHA ) is an agency of the United States Department of Labor", "binary_answer": null, "no_answer_prob": -3.2398868799209595}
{"example_id": 2712790974795249725, "prediction": "This system of governance was instituted on 28 June 1858", "binary_answer": null, "no_answer_prob": 4.028573513031006}
{"example_id": 6530569864346080847, "prediction": "lifted in 1991 , following Seuss ' death .", "binary_answer": null, "no_answer_prob": -3.7357237339019775}
{"example_id": -7770730039393288116, "prediction": "`` Friend of Mine '' is a Grammy nominated number - one R&B song recorded by singer Kelly Price", "binary_answer": null, "no_answer_prob": 1.9452547430992126}
{"example_id": -3994440374306138444, "prediction": "Randyll Tarly", "binary_answer": null, "no_answer_prob": -3.6469308137893677}
{"example_id": -6207630054130498138, "prediction": "Alvin Robertson", "binary_answer": null, "no_answer_prob": 0.34038734436035156}
{"example_id": 5562092876461750686, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4882193729281425}
{"example_id": -3307781839372703887, "prediction": "16", "binary_answer": null, "no_answer_prob": 0.1891932487487793}
{"example_id": 8016878337917911859, "prediction": "not exactly a quarter of an acre", "binary_answer": null, "no_answer_prob": -2.5644326210021973}
{"example_id": 992126601434650028, "prediction": "Honor\u00e9 Mirabeau", "binary_answer": null, "no_answer_prob": -6.822735548019409}
{"example_id": 2879244136225280768, "prediction": "Queen Elizabeth II", "binary_answer": null, "no_answer_prob": -6.8529088497161865}
{"example_id": 8872003661852615899, "prediction": "Golden State Warriors", "binary_answer": null, "no_answer_prob": -5.9630842208862305}
{"example_id": -1320270879633457406, "prediction": "Mercury", "binary_answer": null, "no_answer_prob": -6.501326322555542}
{"example_id": -2628404309917279303, "prediction": "addresses the same concept of love and its tug at heart - strings", "binary_answer": null, "no_answer_prob": 0.5398128032684326}
{"example_id": 2415049365334568294, "prediction": "September 1895", "binary_answer": null, "no_answer_prob": -8.885541439056396}
{"example_id": -5277508126335174066, "prediction": "March 30 , 2014", "binary_answer": null, "no_answer_prob": -4.801417112350464}
{"example_id": 6515983275149803151, "prediction": "Fleetwood Mac", "binary_answer": null, "no_answer_prob": -8.438434481620789}
{"example_id": -4789587043198308268, "prediction": "Marshon Lattimore", "binary_answer": null, "no_answer_prob": -5.38033652305603}
{"example_id": 9014744567828387100, "prediction": "Taekwondo", "binary_answer": null, "no_answer_prob": -8.434972286224365}
{"example_id": -2828296681548756782, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -7.809652924537659}
{"example_id": 7557178715897541603, "prediction": "Lewis Carroll used the idiom in his novel Sylvie and Bruno", "binary_answer": null, "no_answer_prob": -2.9704591035842896}
{"example_id": -7473999455523004424, "prediction": "Charles Peckham Day", "binary_answer": null, "no_answer_prob": -13.12441074848175}
{"example_id": -2714798449410325748, "prediction": "11 August 2017", "binary_answer": null, "no_answer_prob": -11.577667355537415}
{"example_id": -8097083404582346263, "prediction": "where ? '' and meditation on death", "binary_answer": null, "no_answer_prob": -1.906619906425476}
{"example_id": -8167464271656349711, "prediction": "2018", "binary_answer": null, "no_answer_prob": -2.1724531650543213}
{"example_id": 3068165415303746813, "prediction": "1992", "binary_answer": null, "no_answer_prob": -10.206998884677887}
{"example_id": 1481789875562250761, "prediction": "", "binary_answer": null, "no_answer_prob": 3.061916470527649}
{"example_id": 2453660013260404481, "prediction": "An Internet Protocol address ( IP address ) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication", "binary_answer": null, "no_answer_prob": -2.2956172227859497}
{"example_id": -2686358588657020214, "prediction": "East High", "binary_answer": null, "no_answer_prob": -7.905838489532471}
{"example_id": 4236866476785246526, "prediction": "Donkey", "binary_answer": null, "no_answer_prob": -5.73482620716095}
{"example_id": -869228275314408836, "prediction": "Tony Hatch", "binary_answer": null, "no_answer_prob": 0.33972644805908203}
{"example_id": 4549233137110829515, "prediction": "2000", "binary_answer": null, "no_answer_prob": -7.517242193222046}
{"example_id": 219689462061815935, "prediction": "Lisa Diane Whelchel", "binary_answer": null, "no_answer_prob": -12.470380902290344}
{"example_id": -9151171853208659521, "prediction": "four", "binary_answer": null, "no_answer_prob": -4.284417033195496}
{"example_id": -4713666865574433277, "prediction": "Michel Faber", "binary_answer": null, "no_answer_prob": 3.2591021955013275}
{"example_id": -4074671075177564365, "prediction": "November 25 , 2017", "binary_answer": null, "no_answer_prob": -1.5856506824493408}
{"example_id": -580858041942798358, "prediction": "Billy Currington", "binary_answer": null, "no_answer_prob": -12.77125096321106}
{"example_id": -4255475506639406247, "prediction": "Jeffrey Osborne", "binary_answer": null, "no_answer_prob": -3.2211087942123413}
{"example_id": 7445075245440727123, "prediction": "Freddie Highmore", "binary_answer": null, "no_answer_prob": -9.987673878669739}
{"example_id": -3271196336739177411, "prediction": "Charlie Puth", "binary_answer": null, "no_answer_prob": -8.985121607780457}
{"example_id": -3075546052503665847, "prediction": "A performance of the song in the studio was used as the promotional video", "binary_answer": null, "no_answer_prob": 1.8916953802108765}
{"example_id": -6496992653395306820, "prediction": "during the first few months of life", "binary_answer": null, "no_answer_prob": -8.479864120483398}
{"example_id": 5282644882426807388, "prediction": "Charlie Thomas", "binary_answer": null, "no_answer_prob": -6.269640803337097}
{"example_id": -1091810488844863372, "prediction": "2005", "binary_answer": null, "no_answer_prob": -9.393953680992126}
{"example_id": 2692122254915498574, "prediction": "March 27 May 1", "binary_answer": null, "no_answer_prob": -9.979089975357056}
{"example_id": -1283395983087826393, "prediction": "1987", "binary_answer": null, "no_answer_prob": 0.24188518524169922}
{"example_id": -4389269905497405812, "prediction": "to enter the Putrid Grove in Novigrad ( though not the correct one ) .", "binary_answer": null, "no_answer_prob": 0.565263032913208}
{"example_id": 8554721282818506215, "prediction": "May 26 , 2017", "binary_answer": null, "no_answer_prob": -11.436457633972168}
{"example_id": 2342321701097346097, "prediction": "Name Elevation Location Last eruption meters feet Bowie Seamount", "binary_answer": null, "no_answer_prob": 1.5546698570251465}
{"example_id": -4021308961679825961, "prediction": "7", "binary_answer": null, "no_answer_prob": -4.737105369567871}
{"example_id": -4129503598671936146, "prediction": "thirteen - year - old", "binary_answer": null, "no_answer_prob": -7.065777897834778}
{"example_id": -9181611026161025453, "prediction": "cellular respiration , resulting in the body 's tissues being unable to use oxygen .", "binary_answer": null, "no_answer_prob": -1.0615599155426025}
{"example_id": 9220663460464598812, "prediction": "Wild Cherry", "binary_answer": null, "no_answer_prob": -8.066248059272766}
{"example_id": -3155156054187361593, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3139511346817017}
{"example_id": 4312747792206279514, "prediction": "April 11 , 1970", "binary_answer": null, "no_answer_prob": -9.927206754684448}
{"example_id": 535395207586159293, "prediction": "2018 .", "binary_answer": null, "no_answer_prob": -4.3833781480789185}
{"example_id": -1273349561587212814, "prediction": "The Division Bell is the fourteenth studio album by the English progressive rock band Pink Floyd , released on 28 March 1994", "binary_answer": null, "no_answer_prob": 2.464301470667124}
{"example_id": 3144554452297839846, "prediction": "July 26 , 2000", "binary_answer": null, "no_answer_prob": -7.749879956245422}
{"example_id": -158685639894256726, "prediction": "Roy Emerson", "binary_answer": null, "no_answer_prob": -3.2590413093566895}
{"example_id": -5920527354054234428, "prediction": "Freddie Highmore", "binary_answer": null, "no_answer_prob": -4.80766749382019}
{"example_id": -438743156140956157, "prediction": "", "binary_answer": null, "no_answer_prob": 2.68774276971817}
{"example_id": -7983426591972331679, "prediction": "137", "binary_answer": null, "no_answer_prob": -2.9374163150787354}
{"example_id": 5273406018593685256, "prediction": "Kiran Bedi", "binary_answer": null, "no_answer_prob": -12.015694260597229}
{"example_id": 5703223611732539738, "prediction": "841 by 1,189 millimetres ( 33.1 in \u00d7 46.8 in )", "binary_answer": null, "no_answer_prob": 1.4673761650919914}
{"example_id": -5676633920880326201, "prediction": "The 1906 San Francisco earthquake", "binary_answer": null, "no_answer_prob": 2.1656211614608765}
{"example_id": -5300182137882368717, "prediction": "", "binary_answer": null, "no_answer_prob": -2.6691137552261353}
{"example_id": 3092640234042325879, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8235441744327545}
{"example_id": 4253474098568062188, "prediction": "4,049", "binary_answer": null, "no_answer_prob": -11.412967085838318}
{"example_id": 6163702438329935283, "prediction": "South America", "binary_answer": null, "no_answer_prob": -5.5646936893463135}
{"example_id": 5670949239499860396, "prediction": "As the article already indicates , the half - life of the drug in the body is 36 - 54 hours", "binary_answer": null, "no_answer_prob": -2.295015811920166}
{"example_id": -6660672625122117904, "prediction": "Charlie Rich", "binary_answer": null, "no_answer_prob": -11.608573317527771}
{"example_id": 250031848566528994, "prediction": "Napoleon Bonaparte", "binary_answer": null, "no_answer_prob": -8.62770277261734}
{"example_id": -7109762979908246815, "prediction": "On March 4 , 2008", "binary_answer": null, "no_answer_prob": -2.5325307846069336}
{"example_id": 7314237558960749400, "prediction": "Las Vegas Stadium", "binary_answer": null, "no_answer_prob": -5.626005053520203}
{"example_id": 2135787594470218839, "prediction": "Y Y Y Y Y Last Monday", "binary_answer": null, "no_answer_prob": -1.206369400024414}
{"example_id": 2663875872720051264, "prediction": "Accuser : Who stole / took the cookie / cookies from the cookie jar ? ( name of a child in the circle", "binary_answer": null, "no_answer_prob": 0.538325309753418}
{"example_id": 3499801096971732165, "prediction": "to represent the events going on around her during the era of the American Civil War", "binary_answer": null, "no_answer_prob": 0.6618024110794067}
{"example_id": 3894106123158746021, "prediction": "Charles de Secondat , Baron de Montesquieu", "binary_answer": null, "no_answer_prob": -8.943666100502014}
{"example_id": -3348631167071083892, "prediction": "The Lion , the Witch and the Wardrobe", "binary_answer": null, "no_answer_prob": 0.7505001723766327}
{"example_id": 2442611194226408711, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] 2017", "binary_answer": null, "no_answer_prob": 3.374058961868286}
{"example_id": 5418098197042665154, "prediction": "Evangeline Lilly", "binary_answer": null, "no_answer_prob": -6.025659084320068}
{"example_id": -5001151769659069525, "prediction": "Lycurgus", "binary_answer": null, "no_answer_prob": -7.441711664199829}
{"example_id": -5949685421005125662, "prediction": "Perry Como", "binary_answer": null, "no_answer_prob": 0.3495776653289795}
{"example_id": 7675681411521351516, "prediction": "Verona , Italy", "binary_answer": null, "no_answer_prob": -9.86213207244873}
{"example_id": 3501145208168695702, "prediction": "when carbonate minerals precipitate", "binary_answer": null, "no_answer_prob": -3.294861674308777}
{"example_id": 6320298819065588172, "prediction": "Jean - Jacques Rousseau", "binary_answer": null, "no_answer_prob": -12.339611411094666}
{"example_id": 4790320684734861642, "prediction": "September 19 , 2010", "binary_answer": null, "no_answer_prob": -10.297801673412323}
{"example_id": 7760609859570217617, "prediction": "over 95 times more massive", "binary_answer": null, "no_answer_prob": -8.426408052444458}
{"example_id": 9037173569691124296, "prediction": "Catholicism", "binary_answer": null, "no_answer_prob": -4.4120378494262695}
{"example_id": 1286034963220757051, "prediction": "1906", "binary_answer": null, "no_answer_prob": -9.34411609172821}
{"example_id": -527084001250941328, "prediction": "an aspect of a living being starts a new life in a different physical body or form after each biological death", "binary_answer": null, "no_answer_prob": -4.567100405693054}
{"example_id": 1131979125526883936, "prediction": "1963", "binary_answer": null, "no_answer_prob": -5.436284422874451}
{"example_id": -445680023338895131, "prediction": "", "binary_answer": null, "no_answer_prob": 4.732574880123138}
{"example_id": -4220093283665356012, "prediction": "", "binary_answer": null, "no_answer_prob": 0.13198932260274887}
{"example_id": 5268257633315842288, "prediction": "seeks to facilitate a client 's self - actualizing tendency , `` an inbuilt proclivity toward growth and fulfillment", "binary_answer": null, "no_answer_prob": 1.1565502882003784}
{"example_id": -4389048718642626325, "prediction": "Tim Berners - Lee", "binary_answer": null, "no_answer_prob": -10.586339592933655}
{"example_id": -1050961969731457470, "prediction": "a moment or torque ( rotational force ) that causes the firearm to rotate and the muzzle to rise", "binary_answer": null, "no_answer_prob": -3.4137121438980103}
{"example_id": -154878309545899321, "prediction": "Inspector Harry Callahan", "binary_answer": null, "no_answer_prob": -2.34796142578125}
{"example_id": -1089519370802496141, "prediction": "65 Spencer Ave in Toronto .", "binary_answer": null, "no_answer_prob": 4.924557387828827}
{"example_id": 4035775641747303294, "prediction": "a right of interstate travel may plausibly be inferred from the clause .", "binary_answer": null, "no_answer_prob": 4.232323810458183}
{"example_id": 8462960156086716818, "prediction": "Piye", "binary_answer": null, "no_answer_prob": -6.309469223022461}
{"example_id": 8366031547345372078, "prediction": "August 24 , 1814", "binary_answer": null, "no_answer_prob": -11.677087306976318}
{"example_id": -8495933507663004792, "prediction": "Draft year League Round Pick Player College / High School 2016 NBA 30 Damian Jones", "binary_answer": null, "no_answer_prob": -0.9842108488082886}
{"example_id": 2183867342295691736, "prediction": "Higher - order thinking involves the learning of complex judgmental skills such as critical thinking and problem solving", "binary_answer": null, "no_answer_prob": -3.3778929710388184}
{"example_id": 4408652218476299792, "prediction": "Bernard W. Kearney", "binary_answer": null, "no_answer_prob": -5.027918338775635}
{"example_id": -441765036440607174, "prediction": "Tom Benson Hall of Fame Stadium , which is located adjacent to the Hall of Fame building in Canton , Ohio", "binary_answer": null, "no_answer_prob": -10.984861969947815}
{"example_id": -7659860548320935512, "prediction": "18", "binary_answer": null, "no_answer_prob": -0.8715567588806152}
{"example_id": 7139196345634280111, "prediction": "ram", "binary_answer": null, "no_answer_prob": -10.456091284751892}
{"example_id": -8495662694324029980, "prediction": "$400,000 annually", "binary_answer": null, "no_answer_prob": -8.473788261413574}
{"example_id": 2259314693825232263, "prediction": "Natalie Wood", "binary_answer": null, "no_answer_prob": -4.895218253135681}
{"example_id": -6926790222393321862, "prediction": "just east of Reno", "binary_answer": null, "no_answer_prob": -1.704695463180542}
{"example_id": -8331209991864295664, "prediction": "2014 - 08 - 24", "binary_answer": null, "no_answer_prob": -2.603489875793457}
{"example_id": 8328165693577567533, "prediction": "Jake Bugg", "binary_answer": null, "no_answer_prob": -11.940853714942932}
{"example_id": -3269832350279448557, "prediction": "pneumonoultramicroscopicsilicovolcanoconiosis", "binary_answer": null, "no_answer_prob": -8.548976421356201}
{"example_id": 8341766912753532338, "prediction": "", "binary_answer": null, "no_answer_prob": 1.619453102350235}
{"example_id": 8055571319279645348, "prediction": "", "binary_answer": null, "no_answer_prob": 2.779050827026367}
{"example_id": -1855945109597994146, "prediction": "cell nucleus", "binary_answer": null, "no_answer_prob": -7.4460978507995605}
{"example_id": -4959755661031894559, "prediction": "1 / 2 . This is an application of Bayes ' theorem .", "binary_answer": null, "no_answer_prob": -1.0283846855163574}
{"example_id": -5564615262666926347, "prediction": "At 7.25 %", "binary_answer": null, "no_answer_prob": 2.2521066069602966}
{"example_id": -2368638682117103571, "prediction": "Star Wars : The Last Jedi", "binary_answer": null, "no_answer_prob": -2.4040393829345703}
{"example_id": -3003432849540041440, "prediction": "The northern half of North America is sparsely populated and covered mostly by Canada", "binary_answer": null, "no_answer_prob": -2.9581342935562134}
{"example_id": 1246489462684875434, "prediction": "Lionel Richie", "binary_answer": null, "no_answer_prob": -5.524364709854126}
{"example_id": -1580833936768849463, "prediction": "one of the greatest songs in rock and roll history .", "binary_answer": null, "no_answer_prob": 0.8427439332008362}
{"example_id": 9112933942721664502, "prediction": "using the SI derived unit , the cubic metre", "binary_answer": null, "no_answer_prob": -4.910113453865051}
{"example_id": -2117956373799487757, "prediction": "fourteen Years a Resident within the United States .", "binary_answer": null, "no_answer_prob": -4.132215261459351}
{"example_id": 8676950560075026529, "prediction": "The Minnesota State Fair", "binary_answer": null, "no_answer_prob": -10.737494587898254}
{"example_id": -6985781152186633554, "prediction": "September 25 , 2013", "binary_answer": null, "no_answer_prob": -8.364134073257446}
{"example_id": 8639172140363384791, "prediction": "6.7", "binary_answer": null, "no_answer_prob": -9.873776316642761}
{"example_id": 8333338629424840855, "prediction": "Sam Smith", "binary_answer": null, "no_answer_prob": -11.97855257987976}
{"example_id": -1958739909830757205, "prediction": "", "binary_answer": null, "no_answer_prob": 4.139285624027252}
{"example_id": -5965224038838446157, "prediction": "the Royal Cemetery at Ur", "binary_answer": null, "no_answer_prob": -7.309929609298706}
{"example_id": 945245682369053103, "prediction": "Johnny Rivers", "binary_answer": null, "no_answer_prob": -0.18588054180145264}
{"example_id": 1666050318736529392, "prediction": "Cher", "binary_answer": null, "no_answer_prob": -11.281909465789795}
{"example_id": 4399994188478285817, "prediction": "early 2019", "binary_answer": null, "no_answer_prob": -6.990956902503967}
{"example_id": -5052842919626291065, "prediction": "Lana Maria Parrilla", "binary_answer": null, "no_answer_prob": -12.762991905212402}
{"example_id": 9162356114836042337, "prediction": "", "binary_answer": null, "no_answer_prob": -5.5917885303497314}
{"example_id": -334692890620722567, "prediction": "3,211,474", "binary_answer": null, "no_answer_prob": -11.942590951919556}
{"example_id": 6145192067916797446, "prediction": "A logo ( abbreviation of logotype", "binary_answer": null, "no_answer_prob": -0.0037018656730651855}
{"example_id": -4112828979054280681, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.5070189833641052}
{"example_id": -7278046984885687081, "prediction": "Michael Frank Park", "binary_answer": null, "no_answer_prob": -13.858131289482117}
{"example_id": 5875920761435831218, "prediction": "Balto", "binary_answer": null, "no_answer_prob": -1.1440277099609375}
{"example_id": -3670119190974534834, "prediction": "the Pele\u015f Castle in Romania", "binary_answer": null, "no_answer_prob": -7.242713451385498}
{"example_id": -7025939701834433462, "prediction": "Midway Atoll", "binary_answer": null, "no_answer_prob": -8.441620469093323}
{"example_id": -3082473786937273715, "prediction": "Somebody else 's problem ( also known as someone else 's problem or SEP", "binary_answer": null, "no_answer_prob": 1.5172784328460693}
{"example_id": 2870894778989035873, "prediction": "October 14 , 2007", "binary_answer": null, "no_answer_prob": -11.133347988128662}
{"example_id": 2305926522454072328, "prediction": "Satis House", "binary_answer": null, "no_answer_prob": -3.5146970748901367}
{"example_id": -871144285163591514, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -13.281517744064331}
{"example_id": 5877932973734417822, "prediction": "48", "binary_answer": null, "no_answer_prob": -6.0111255049705505}
{"example_id": 6403300883963515847, "prediction": "33", "binary_answer": null, "no_answer_prob": -1.775699496269226}
{"example_id": 2908099843039443662, "prediction": "Starting out as a seasonal settlement , Timbuktu became a permanent settlement early in the 12th century . After a shift in trading routes", "binary_answer": null, "no_answer_prob": -3.463279366493225}
{"example_id": -80342717335969060, "prediction": "Bonnie Hunt", "binary_answer": null, "no_answer_prob": -6.940651893615723}
{"example_id": -2571429449040287809, "prediction": "2017", "binary_answer": null, "no_answer_prob": -0.19815635681152344}
{"example_id": 5596850344595630638, "prediction": "from Lebanon 's Beqaa Valley in Asia to Mozambique in Southeastern Africa", "binary_answer": null, "no_answer_prob": -7.213424563407898}
{"example_id": -7124524575011905701, "prediction": "March 19", "binary_answer": null, "no_answer_prob": -6.476986527442932}
{"example_id": 8497853019487833273, "prediction": "Dustin Luis Pedroia", "binary_answer": null, "no_answer_prob": -12.262539744377136}
{"example_id": 1643777555262234284, "prediction": "Uruguay", "binary_answer": null, "no_answer_prob": -0.5999219417572021}
{"example_id": -7003889072116226754, "prediction": "Community Coordinates Agus 1 Hydroelectric Power Plant 80.00 1994 Marawi City , Lanao del Sur", "binary_answer": null, "no_answer_prob": 0.945425271987915}
{"example_id": -7621835565704345474, "prediction": "Vivien Leigh ( Scarlett ) , Clark Gable ( Rhett ) , Leslie Howard", "binary_answer": null, "no_answer_prob": -0.07605433464050293}
{"example_id": 3822251124921326361, "prediction": "Snapchat mobile app", "binary_answer": null, "no_answer_prob": -6.8155757188797}
{"example_id": 390154470123933349, "prediction": "Salem", "binary_answer": null, "no_answer_prob": -6.77109956741333}
{"example_id": -7567215944500665272, "prediction": "The sixth season", "binary_answer": null, "no_answer_prob": -2.002542734146118}
{"example_id": -6278709599209676616, "prediction": "The swallow tattoo was a symbol used historically by sailors to show off their sailing experience", "binary_answer": null, "no_answer_prob": -2.7164978981018066}
{"example_id": 4619666930005808608, "prediction": "The greater - than sign", "binary_answer": null, "no_answer_prob": -2.979466438293457}
{"example_id": -946401483593646179, "prediction": "Dr. Miles Bronson", "binary_answer": null, "no_answer_prob": -11.310719847679138}
{"example_id": -2418240830292885258, "prediction": "", "binary_answer": null, "no_answer_prob": 4.024585008621216}
{"example_id": -461051698819687318, "prediction": "trace quantities", "binary_answer": null, "no_answer_prob": 1.9003346860408783}
{"example_id": 3013525738066994725, "prediction": "The season four premiere `` Charmed Again '' reveals Leo arrived in time to heal Piper , but Prue died of her injuries", "binary_answer": null, "no_answer_prob": -0.7858977317810059}
{"example_id": 5115701650010220734, "prediction": "Jimmy Buffett", "binary_answer": null, "no_answer_prob": -2.1722748279571533}
{"example_id": 8913654836219621939, "prediction": "In additive color models , such as RGB , white is the `` additive '' combination of all primary colored lights", "binary_answer": null, "no_answer_prob": 0.11890655755996704}
{"example_id": 741857653436675445, "prediction": "Real identity : Mona Vanderwaal .", "binary_answer": null, "no_answer_prob": 2.9327988624572754}
{"example_id": -7035366181522610212, "prediction": "PricewaterhouseCoopers", "binary_answer": null, "no_answer_prob": -2.752149224281311}
{"example_id": -7080067704160201816, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -11.386041641235352}
{"example_id": 8799319441170165729, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1834691762924194}
{"example_id": -1428033021489352270, "prediction": "six - year run", "binary_answer": null, "no_answer_prob": -9.255779385566711}
{"example_id": -1546974166668352836, "prediction": "Real Madrid and the Portugal", "binary_answer": null, "no_answer_prob": -5.3959773778915405}
{"example_id": -931436055210886406, "prediction": "Karl - Heinz Urban", "binary_answer": null, "no_answer_prob": -12.308023393154144}
{"example_id": 3232322638633991152, "prediction": "December 12 , 2017", "binary_answer": null, "no_answer_prob": -8.616828441619873}
{"example_id": -6939222711598009912, "prediction": "Andrea Fay Friedman", "binary_answer": null, "no_answer_prob": -8.671183824539185}
{"example_id": 7762923353573611797, "prediction": "Halewood Body & Assembly , Liverpool , England Changsu , China Itatiaia , Brazil", "binary_answer": null, "no_answer_prob": -5.151571154594421}
{"example_id": -1441206650785219900, "prediction": "1933", "binary_answer": null, "no_answer_prob": 2.0960326194763184}
{"example_id": -2475570892203536239, "prediction": "Por Ti Volar\u00e9 '' ( For You I Will Fly", "binary_answer": null, "no_answer_prob": -5.802132606506348}
{"example_id": 2991736610159604222, "prediction": "matambre", "binary_answer": null, "no_answer_prob": 0.9647766947746277}
{"example_id": -6805782668246263062, "prediction": "More Than Just a Dream", "binary_answer": null, "no_answer_prob": 2.687546730041504}
{"example_id": -177177686733836935, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -7.833336591720581}
{"example_id": -4020881077824348479, "prediction": "22", "binary_answer": null, "no_answer_prob": -9.248866558074951}
{"example_id": -5410383701059565176, "prediction": "1984", "binary_answer": null, "no_answer_prob": -10.537572741508484}
{"example_id": 4912309612213779695, "prediction": "Norman Ernest Borlaug", "binary_answer": null, "no_answer_prob": -11.838807821273804}
{"example_id": 2442403134574401154, "prediction": "Chuck Schumer", "binary_answer": null, "no_answer_prob": -6.047847270965576}
{"example_id": -9164557426920255978, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -8.156088590621948}
{"example_id": 8364783737701191779, "prediction": "Master", "binary_answer": null, "no_answer_prob": 0.23359763622283936}
{"example_id": 474117384072691879, "prediction": "six", "binary_answer": null, "no_answer_prob": -9.945720791816711}
{"example_id": -5163963674307828741, "prediction": "Juliet of the Spirits", "binary_answer": null, "no_answer_prob": -3.4154627323150635}
{"example_id": 7958659717184352355, "prediction": "Amur River", "binary_answer": null, "no_answer_prob": -10.293474793434143}
{"example_id": 3245866459331126801, "prediction": "CONCACAF", "binary_answer": null, "no_answer_prob": -1.0007852911949158}
{"example_id": -2617693418165058091, "prediction": "Area code 207 is the North American telephone area code for the state of Maine", "binary_answer": null, "no_answer_prob": -2.9917962551116943}
{"example_id": 5720357985207858947, "prediction": "Los Angeles Dodgers", "binary_answer": null, "no_answer_prob": -7.1307361125946045}
{"example_id": -2576326417606820265, "prediction": "baby Jesus", "binary_answer": null, "no_answer_prob": -2.552991509437561}
{"example_id": -8862780185516668757, "prediction": "Los Angeles", "binary_answer": null, "no_answer_prob": -8.814724802970886}
{"example_id": 2735413838363439937, "prediction": "Harry James", "binary_answer": null, "no_answer_prob": -5.030202507972717}
{"example_id": -5753790210788938529, "prediction": "", "binary_answer": null, "no_answer_prob": 5.001830220222473}
{"example_id": 795937211551918144, "prediction": "$100,000 or more", "binary_answer": null, "no_answer_prob": -5.875129222869873}
{"example_id": 2261228936265437256, "prediction": "1837", "binary_answer": null, "no_answer_prob": -5.908935904502869}
{"example_id": -1393907716691032621, "prediction": "Calgary Stampeders", "binary_answer": null, "no_answer_prob": -5.309293627738953}
{"example_id": -7287268509925828258, "prediction": "Hunter Stockton Thompson", "binary_answer": null, "no_answer_prob": -10.695544362068176}
{"example_id": 7901749948958824893, "prediction": "Jayna Hefford and Hayley Wickenheiser", "binary_answer": null, "no_answer_prob": -8.484452903270721}
{"example_id": -5115454226445090085, "prediction": "Kassel", "binary_answer": null, "no_answer_prob": -3.2679003477096558}
{"example_id": 1301168526611564190, "prediction": "Status", "binary_answer": null, "no_answer_prob": -2.28001669049263}
{"example_id": 6176731182289294699, "prediction": "Jane Taylor", "binary_answer": null, "no_answer_prob": -6.258608937263489}
{"example_id": 1118707687214319186, "prediction": "Judith Therese Evans", "binary_answer": null, "no_answer_prob": -4.417968511581421}
{"example_id": 4407131276198306820, "prediction": "Happy birthday to you Happy birthday to you Happy birthday dear ( NAME ) Happy birthday to you .", "binary_answer": null, "no_answer_prob": 1.1132478713989258}
{"example_id": -9126308607972861813, "prediction": "the Palais Garnier opera house", "binary_answer": null, "no_answer_prob": -7.9933953285217285}
{"example_id": -968302898093728946, "prediction": "It is possible to have multiple simultaneous conflicting ( de jure ) legalities , possibly none of which is in force ( de facto )", "binary_answer": null, "no_answer_prob": 2.389284208416939}
{"example_id": -1593012692962256026, "prediction": "Marcella Araica , Richard Butler , T.I. , Nathaniel `` Danja '' Hills", "binary_answer": null, "no_answer_prob": 5.809111963957548}
{"example_id": 5052728884435848920, "prediction": "Bobby Fuller Four", "binary_answer": null, "no_answer_prob": -5.577364087104797}
{"example_id": 8640444358871687893, "prediction": "prohibits all forms of forced labour , child labour and trafficking of human beings", "binary_answer": null, "no_answer_prob": -4.911100149154663}
{"example_id": -4398546187187734394, "prediction": "Russian distinguishes between consonant phonemes with palatal secondary articulation and those without , the so - called soft and hard sounds", "binary_answer": null, "no_answer_prob": -0.4403625726699829}
{"example_id": -3378937436086356700, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -11.328916609287262}
{"example_id": -824904827758373026, "prediction": "Ronald Reagan", "binary_answer": null, "no_answer_prob": -11.690987229347229}
{"example_id": -7457552035184731131, "prediction": "She has since portrayed Jane Porter", "binary_answer": null, "no_answer_prob": -4.06172251701355}
{"example_id": -6216590703217765913, "prediction": "A motor capacitor", "binary_answer": null, "no_answer_prob": -0.09814918041229248}
{"example_id": -2766796789526108989, "prediction": "", "binary_answer": null, "no_answer_prob": 5.949922442436218}
{"example_id": -5799607994817956835, "prediction": "May 30 , 2003", "binary_answer": null, "no_answer_prob": -10.458196759223938}
{"example_id": 2707138297839815483, "prediction": "Percy Sledge", "binary_answer": null, "no_answer_prob": -10.367996096611023}
{"example_id": -873614546668073529, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6001249551773071}
{"example_id": 965576895333077864, "prediction": "Ernest Hemingway", "binary_answer": null, "no_answer_prob": -12.289275288581848}
{"example_id": 8094591024294769303, "prediction": "six", "binary_answer": null, "no_answer_prob": -9.405917167663574}
{"example_id": -1997539293382738655, "prediction": "`` Who 's Your Daddy ? '' is a song written and recorded by American country music artist Toby Keith", "binary_answer": null, "no_answer_prob": -0.7246781587600708}
{"example_id": -3509048310877827618, "prediction": "1163 ( 1163 ) Completed 1345", "binary_answer": null, "no_answer_prob": -3.969719409942627}
{"example_id": 4407461943003744089, "prediction": "ninth", "binary_answer": null, "no_answer_prob": -7.378600716590881}
{"example_id": -2608423447813104080, "prediction": "The English form of the name arises in the 15th century , via import from the Low Countries", "binary_answer": null, "no_answer_prob": -5.761002540588379}
{"example_id": 4298413704747920942, "prediction": "President George Washington", "binary_answer": null, "no_answer_prob": -8.467115879058838}
{"example_id": 2763774154705409879, "prediction": "", "binary_answer": null, "no_answer_prob": -6.51708060503006}
{"example_id": -6583430327896171749, "prediction": "Love Do n't Cost a Thing ( stylized as Love Do n't Co $ ta Thing ) is a 2003", "binary_answer": null, "no_answer_prob": 4.915324330329895}
{"example_id": -9203677982791082861, "prediction": "Hartsfield -- Jackson Atlanta International Airport", "binary_answer": null, "no_answer_prob": -1.862617015838623}
{"example_id": 7348235037413798099, "prediction": "public domain ( Portuguese : dom\u00ednio p\u00fablico ) and private domain", "binary_answer": null, "no_answer_prob": -3.363786220550537}
{"example_id": 7028016656016787844, "prediction": "Intracranial hypertension", "binary_answer": null, "no_answer_prob": 1.9724653661251068}
{"example_id": 7715156371123181187, "prediction": "Bob Hoskins", "binary_answer": null, "no_answer_prob": -8.602356433868408}
{"example_id": 3511042621024751743, "prediction": "Jayanthi Kuru - Utumpala", "binary_answer": null, "no_answer_prob": -10.248339295387268}
{"example_id": 8216477882580580904, "prediction": "", "binary_answer": null, "no_answer_prob": 1.98502916097641}
{"example_id": -1925960686914652454, "prediction": "A classful network", "binary_answer": null, "no_answer_prob": 4.450125653296709}
{"example_id": 3637112361529796791, "prediction": "Babe Ruth", "binary_answer": null, "no_answer_prob": -10.491055965423584}
{"example_id": 6609924075207679149, "prediction": "73", "binary_answer": null, "no_answer_prob": 0.8693616390228271}
{"example_id": 3400278113699057876, "prediction": "Shermer High School in Shermer , Illinois", "binary_answer": null, "no_answer_prob": -5.623838424682617}
{"example_id": 1800057194656089898, "prediction": "during the nine - day festival of Sanfermines", "binary_answer": null, "no_answer_prob": -7.490746259689331}
{"example_id": -5226444446624713120, "prediction": "light classical", "binary_answer": null, "no_answer_prob": -4.711591720581055}
{"example_id": -2776645057889363879, "prediction": "Mork & Mindy", "binary_answer": null, "no_answer_prob": -1.7175823897123337}
{"example_id": 5806475426479792198, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7016465663909912}
{"example_id": -7158964755569578410, "prediction": "Natural and legal rights are two types of rights . Natural rights are those that are not dependent on the laws or customs of any particular culture or government", "binary_answer": null, "no_answer_prob": -1.7675338983535767}
{"example_id": 751140925774453410, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -6.289674282073975}
{"example_id": -6006782789785365488, "prediction": "European Union", "binary_answer": null, "no_answer_prob": -6.083621501922607}
{"example_id": -492960371255977685, "prediction": "Voltaire", "binary_answer": null, "no_answer_prob": -6.496451258659363}
{"example_id": 862078234530148223, "prediction": "States have various exceptions to this rule , the most prevalent one being the case of a brewpub", "binary_answer": null, "no_answer_prob": 2.8564033024013042}
{"example_id": -7353420056953358601, "prediction": "Qatar Airways", "binary_answer": null, "no_answer_prob": 1.2994827628135681}
{"example_id": 4623569379037447335, "prediction": "E. coli and related bacteria constitute about 0.1 % of gut flora , and fecal -- oral transmission", "binary_answer": null, "no_answer_prob": -0.22867000102996826}
{"example_id": -4726198019722762577, "prediction": "", "binary_answer": null, "no_answer_prob": 4.996943980455399}
{"example_id": 7378506612974018392, "prediction": "1999", "binary_answer": null, "no_answer_prob": -8.778182029724121}
{"example_id": -2370019778452962060, "prediction": "Gadsby", "binary_answer": null, "no_answer_prob": -4.27143669128418}
{"example_id": -2086068528042365233, "prediction": "Sicily", "binary_answer": null, "no_answer_prob": -5.730789422988892}
{"example_id": 9161275448610916414, "prediction": "Alan Merrill", "binary_answer": null, "no_answer_prob": -10.380119323730469}
{"example_id": 1748966621652280114, "prediction": "English", "binary_answer": null, "no_answer_prob": -6.946292042732239}
{"example_id": -8745077395160175452, "prediction": "President Donald Trump of the Republican Party", "binary_answer": null, "no_answer_prob": -0.2428269386291504}
{"example_id": -1085928132280576267, "prediction": "Hades", "binary_answer": null, "no_answer_prob": -11.5007643699646}
{"example_id": -4680522615475084965, "prediction": "Emmet Brickowski", "binary_answer": null, "no_answer_prob": -9.677922010421753}
{"example_id": -1197964138016895966, "prediction": "Las Vegas Sands corporation", "binary_answer": null, "no_answer_prob": -10.420140504837036}
{"example_id": -9188174930677880480, "prediction": "to see the right", "binary_answer": null, "no_answer_prob": 1.4582077264785767}
{"example_id": 9002531789534025729, "prediction": "Abraham Lincoln , Franklin D. Roosevelt , and George Washington", "binary_answer": null, "no_answer_prob": -6.251188278198242}
{"example_id": 5797697578731851832, "prediction": "1968", "binary_answer": null, "no_answer_prob": -5.181982219219208}
{"example_id": 776788599314097617, "prediction": "20.2", "binary_answer": null, "no_answer_prob": -5.068326234817505}
{"example_id": -3812532261253719454, "prediction": "`` That 's How You Know '' is a musical number from the 2007 Disney film Enchanted", "binary_answer": null, "no_answer_prob": 0.022897005081176758}
{"example_id": -8799246153801367516, "prediction": "God save our gracious Queen ! Long live our noble Queen ! God save the Queen !", "binary_answer": null, "no_answer_prob": 0.610735297203064}
{"example_id": -5665094684428009924, "prediction": "Rick Scott", "binary_answer": null, "no_answer_prob": -4.070263147354126}
{"example_id": -5358618030082381666, "prediction": "", "binary_answer": null, "no_answer_prob": 5.021730661392212}
{"example_id": -4765526417832663960, "prediction": "Russell Watson", "binary_answer": null, "no_answer_prob": -9.700151085853577}
{"example_id": 7738796250497832131, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6975276470184326}
{"example_id": 3293361160542465834, "prediction": "Electronic wattmeters are used for direct , small power measurements or for power measurements at frequencies beyond the range", "binary_answer": null, "no_answer_prob": 0.8066906929016113}
{"example_id": 8576344555705265351, "prediction": "Pawan Kumar Chamling", "binary_answer": null, "no_answer_prob": -10.100311398506165}
{"example_id": -5205709303315199948, "prediction": "Polonius", "binary_answer": null, "no_answer_prob": -3.6777288913726807}
{"example_id": 6986614780487265984, "prediction": "Chad Danforth", "binary_answer": null, "no_answer_prob": -6.292737007141113}
{"example_id": -7796871006190203499, "prediction": "929", "binary_answer": null, "no_answer_prob": -4.04402232170105}
{"example_id": -7779460030693442657, "prediction": "126,326", "binary_answer": null, "no_answer_prob": -11.655061841011047}
{"example_id": -1451265853964730188, "prediction": "Charles Fleischer", "binary_answer": null, "no_answer_prob": -6.514910459518433}
{"example_id": -8624982248566689243, "prediction": "34 -- 28", "binary_answer": null, "no_answer_prob": -1.9150092601776123}
{"example_id": 851583558774395855, "prediction": "`` Do It Again ( Put Ya Hands Up ) ''", "binary_answer": null, "no_answer_prob": 1.2266626954078674}
{"example_id": 7594480950741625774, "prediction": "13 June 1990", "binary_answer": null, "no_answer_prob": -7.978768229484558}
{"example_id": -8200457209025643938, "prediction": "Disturbed", "binary_answer": null, "no_answer_prob": -12.324593305587769}
{"example_id": -7226613183260520051, "prediction": "Mowgli ( \u092e\u094b\u0917\u0932\u0940 Maogal\u012b ; feral child ) - Also referred to as `` Man Cub '' .", "binary_answer": null, "no_answer_prob": -0.6784350872039795}
{"example_id": -5711982126343878444, "prediction": "3 September 1967", "binary_answer": null, "no_answer_prob": -10.802279710769653}
{"example_id": -3441111179540265661, "prediction": "Amy Lynn Carlson", "binary_answer": null, "no_answer_prob": -9.71783697605133}
{"example_id": 3483237682855498106, "prediction": "Kansas City Chiefs", "binary_answer": null, "no_answer_prob": -6.603061079978943}
{"example_id": -7632070142429199816, "prediction": "The FDA was empowered by the United States Congress to enforce the Federal Food , Drug , and Cosmetic Act", "binary_answer": null, "no_answer_prob": -1.176055908203125}
{"example_id": 6965154020002790290, "prediction": "One of the goals of the organization was to end the adverse effects of the crop - lien system on farmers in the period following the American Civil War", "binary_answer": null, "no_answer_prob": 3.5560555458068848}
{"example_id": -5706559367925106178, "prediction": "28", "binary_answer": null, "no_answer_prob": -4.419257998466492}
{"example_id": -3809456355217021528, "prediction": "Alex Jennings", "binary_answer": null, "no_answer_prob": -8.516937971115112}
{"example_id": -9103027320910004904, "prediction": "Robert M. Pirsig", "binary_answer": null, "no_answer_prob": -10.632758498191833}
{"example_id": -3798613549797457414, "prediction": "Katharine Hepburn", "binary_answer": null, "no_answer_prob": -4.4912285804748535}
{"example_id": -4173856451403193565, "prediction": "December 21 , 1937", "binary_answer": null, "no_answer_prob": -11.174351930618286}
{"example_id": -5006868594380938564, "prediction": "Captain Gurbachan Singh Salaria", "binary_answer": null, "no_answer_prob": -9.297642827033997}
{"example_id": 3802516098489202229, "prediction": "", "binary_answer": null, "no_answer_prob": 1.646548867225647}
{"example_id": 9088491546749422388, "prediction": "Matt Prater", "binary_answer": null, "no_answer_prob": -8.16368293762207}
{"example_id": 7461794682329177837, "prediction": "The King and I", "binary_answer": null, "no_answer_prob": -7.739782094955444}
{"example_id": 2752695072995592415, "prediction": "The Walt Disney World Resort", "binary_answer": null, "no_answer_prob": -4.356681823730469}
{"example_id": -7801656114211799042, "prediction": "1945", "binary_answer": null, "no_answer_prob": -5.265073180198669}
{"example_id": -7027868822511838772, "prediction": "South Carolina . The following month , filming took place near San Antonio , Texas", "binary_answer": null, "no_answer_prob": -5.843897581100464}
{"example_id": 1225162660814157952, "prediction": "Southern Hemisphere", "binary_answer": null, "no_answer_prob": -5.529468655586243}
{"example_id": 1991515469967707094, "prediction": "Doug LaMalfa", "binary_answer": null, "no_answer_prob": -2.8116343021392822}
{"example_id": -3981242309919715179, "prediction": "Joan Cusack", "binary_answer": null, "no_answer_prob": -10.08171033859253}
{"example_id": -8038040490989347484, "prediction": "Mexico", "binary_answer": null, "no_answer_prob": -11.889679551124573}
{"example_id": 36228854473990432, "prediction": "October 1 , 1961", "binary_answer": null, "no_answer_prob": -6.819772958755493}
{"example_id": 6662880646773298074, "prediction": "Barack Obama", "binary_answer": null, "no_answer_prob": -7.477297782897949}
{"example_id": 7686860319599508089, "prediction": "California", "binary_answer": null, "no_answer_prob": -5.641703963279724}
{"example_id": 6523050631216058297, "prediction": "inside Earth but can be projected to the closest point on the surface .", "binary_answer": null, "no_answer_prob": -2.7554394006729126}
{"example_id": 7316444058803767351, "prediction": "the Will - O - Bees", "binary_answer": null, "no_answer_prob": -4.8791961669921875}
{"example_id": -6642263161221127390, "prediction": "Woody Allen", "binary_answer": null, "no_answer_prob": -6.036895990371704}
{"example_id": -3977456057481532817, "prediction": "Mobile River", "binary_answer": null, "no_answer_prob": 1.9528595209121704}
{"example_id": 3532370092125718013, "prediction": "Money is any item or verifiable record that is generally accepted as payment for goods and services and repayment of debts", "binary_answer": null, "no_answer_prob": -2.5500041246414185}
{"example_id": 4627110909994297261, "prediction": "Vice President , Speaker of the House of Representatives", "binary_answer": null, "no_answer_prob": -7.748644292354584}
{"example_id": -199571128679974519, "prediction": "1986", "binary_answer": null, "no_answer_prob": -2.3315635919570923}
{"example_id": 2384076583861705757, "prediction": "Margaret Colin", "binary_answer": null, "no_answer_prob": -6.446990013122559}
{"example_id": 6021066071064734051, "prediction": "In atomic physics , the electron magnetic moment", "binary_answer": null, "no_answer_prob": -1.1802394688129425}
{"example_id": -1534097693060867706, "prediction": "Arkansas , Illinois , Missouri , Ohio and Red rivers", "binary_answer": null, "no_answer_prob": -7.985741376876831}
{"example_id": -3557371757207008350, "prediction": "Theodosius I", "binary_answer": null, "no_answer_prob": -10.884883999824524}
{"example_id": -8005234351523586056, "prediction": "Although set in Middleton , USA , it was filmed in Hamilton and Niagara on the Lake , Ontario in Canada", "binary_answer": null, "no_answer_prob": -6.395317077636719}
{"example_id": 7549169988656236738, "prediction": "Doris Roberts", "binary_answer": null, "no_answer_prob": -7.094146728515625}
{"example_id": -7069543095028872096, "prediction": "", "binary_answer": null, "no_answer_prob": 6.600099682807922}
{"example_id": 3410455526954732560, "prediction": "", "binary_answer": null, "no_answer_prob": 4.362646579742432}
{"example_id": 1519643888386336453, "prediction": "Biomagnification", "binary_answer": null, "no_answer_prob": -6.49831223487854}
{"example_id": -279084796030534885, "prediction": "1707", "binary_answer": null, "no_answer_prob": -2.8857067823410034}
{"example_id": -5155851190521267156, "prediction": "Brando Matthew Eaton", "binary_answer": null, "no_answer_prob": -8.380261182785034}
{"example_id": 1611395457201529599, "prediction": "Charles Calello", "binary_answer": null, "no_answer_prob": -2.7917845249176025}
{"example_id": 2345900267528565973, "prediction": ".", "binary_answer": null, "no_answer_prob": -0.4390031099319458}
{"example_id": -5309432498929948669, "prediction": "United States District Court for the Eastern District of Texas ( E.D. Tex . ) Location Tyler , Texas", "binary_answer": null, "no_answer_prob": 3.5636243373155594}
{"example_id": 2198027694543604823, "prediction": "12.0 Developer Beta 2", "binary_answer": null, "no_answer_prob": -7.3436360359191895}
{"example_id": -7245329063218171838, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.2428684011101723}
{"example_id": -1489938614874981963, "prediction": "Milo Ventimiglia , Mandy Moore", "binary_answer": null, "no_answer_prob": -2.155056953430176}
{"example_id": 5454620306191920561, "prediction": "Chevy Chase , Maryland", "binary_answer": null, "no_answer_prob": -7.227667331695557}
{"example_id": -6449877319654641515, "prediction": "A tradition is a belief or behavior passed down within a group or society with symbolic meaning or special significance with origins in the past", "binary_answer": null, "no_answer_prob": -5.279683351516724}
{"example_id": 8156384123497576270, "prediction": "Imhotep", "binary_answer": null, "no_answer_prob": -8.676751255989075}
{"example_id": 2990341726890901361, "prediction": "Bert Kaempfert", "binary_answer": null, "no_answer_prob": -6.268774747848511}
{"example_id": 4096941901644192637, "prediction": "Seth MacFarlane", "binary_answer": null, "no_answer_prob": -10.211928129196167}
{"example_id": 205265184254883546, "prediction": "Sara Lownds", "binary_answer": null, "no_answer_prob": -0.8205640316009521}
{"example_id": 2922942140466838291, "prediction": "Carrie Underwood", "binary_answer": null, "no_answer_prob": -6.010314702987671}
{"example_id": 282848792933098434, "prediction": "Diolch", "binary_answer": null, "no_answer_prob": -3.859982490539551}
{"example_id": -6408589501257330726, "prediction": "three", "binary_answer": null, "no_answer_prob": -10.36597055196762}
{"example_id": -4807750401699297705, "prediction": "monarch", "binary_answer": null, "no_answer_prob": -4.857557058334351}
{"example_id": -7550420943260704873, "prediction": "Vodafone Idea", "binary_answer": null, "no_answer_prob": -2.11214280128479}
{"example_id": 6559833549520707200, "prediction": "In the Gospel of Mark , Salome is among the women who went to Jesus ' tomb to anoint his body with spices", "binary_answer": null, "no_answer_prob": -6.58194375038147}
{"example_id": -9125962551116645697, "prediction": ".", "binary_answer": null, "no_answer_prob": 1.3020075559616089}
{"example_id": 6757519085976641992, "prediction": "Flag of Albania The flag of Albania", "binary_answer": null, "no_answer_prob": -2.622823119163513}
{"example_id": -7365187710626154355, "prediction": "You offspring of vipers , who warned you to flee from the wrath to come ?", "binary_answer": null, "no_answer_prob": -4.1277174949646}
{"example_id": 8667293414826304921, "prediction": "Kingsland , Texas , on the grounds of The Antlers Hotel", "binary_answer": null, "no_answer_prob": -3.853779911994934}
{"example_id": 7429507882637255175, "prediction": "Arkansas , California , Louisiana , Mississippi , Missouri , and Texas .", "binary_answer": null, "no_answer_prob": -2.9017022252082825}
{"example_id": -3396190534381397736, "prediction": "The Internet is the global system of interconnected computer networks that use the Internet protocol suite ( TCP / IP )", "binary_answer": null, "no_answer_prob": -2.2741739749908447}
{"example_id": 7023223930177667023, "prediction": "The Hues Corporation", "binary_answer": null, "no_answer_prob": -8.087599992752075}
{"example_id": 4712720444362337262, "prediction": "over 60", "binary_answer": null, "no_answer_prob": -9.930678129196167}
{"example_id": 3193286655027862124, "prediction": "75 was equal to the minimum passing score ( currently 192", "binary_answer": null, "no_answer_prob": -4.072286605834961}
{"example_id": -1159445204341847276, "prediction": "In the second book of the series , City of Ashes", "binary_answer": null, "no_answer_prob": -0.22579383850097656}
{"example_id": 573165936882888113, "prediction": "En plein air", "binary_answer": null, "no_answer_prob": -6.345921516418457}
{"example_id": -4134805850518263183, "prediction": "34", "binary_answer": null, "no_answer_prob": -6.45551609992981}
{"example_id": 9222896082688958556, "prediction": "Anne Murray", "binary_answer": null, "no_answer_prob": -10.753454566001892}
{"example_id": 4136105964680190276, "prediction": "May 25 , 1977", "binary_answer": null, "no_answer_prob": -11.18384200334549}
{"example_id": 3073787770425328630, "prediction": "grocery store", "binary_answer": null, "no_answer_prob": 2.505373576655984}
{"example_id": 7305941322290363328, "prediction": "Jacques Cartier", "binary_answer": null, "no_answer_prob": -9.046157121658325}
{"example_id": 9117306812403867626, "prediction": "Ronald Reagan", "binary_answer": null, "no_answer_prob": -9.470722794532776}
{"example_id": 8248975666526647126, "prediction": "Malignant Tumours", "binary_answer": null, "no_answer_prob": -4.254106283187866}
{"example_id": -4817156562472137489, "prediction": "18", "binary_answer": null, "no_answer_prob": -4.820057392120361}
{"example_id": 8734620239774398058, "prediction": "DELL TAH DELL TAH Edison", "binary_answer": null, "no_answer_prob": 2.931241512298584}
{"example_id": -4691272740912130922, "prediction": "King George V", "binary_answer": null, "no_answer_prob": -6.268825531005859}
{"example_id": 4587638199803585970, "prediction": "Two years", "binary_answer": null, "no_answer_prob": -8.9305180311203}
{"example_id": 3010697618710545429, "prediction": "2013", "binary_answer": null, "no_answer_prob": -11.526000052690506}
{"example_id": -5664653595703847418, "prediction": "carbon dioxide", "binary_answer": null, "no_answer_prob": -7.847683906555176}
{"example_id": 7894058635465180577, "prediction": "Augustus", "binary_answer": null, "no_answer_prob": -2.8520206212997437}
{"example_id": 769223825795326523, "prediction": "Book of Genesis", "binary_answer": null, "no_answer_prob": -11.090524435043335}
{"example_id": 5733372520430978736, "prediction": "Pierson Dane Fod\u00e9", "binary_answer": null, "no_answer_prob": -12.152724623680115}
{"example_id": 5305186828408593529, "prediction": "54", "binary_answer": null, "no_answer_prob": -1.7365864515304565}
{"example_id": 974789837061081451, "prediction": "Country music singer Lynn Anderson", "binary_answer": null, "no_answer_prob": 1.0902926921844482}
{"example_id": 1362492049221427037, "prediction": "14 November", "binary_answer": null, "no_answer_prob": -5.27816915512085}
{"example_id": -1721369669533871442, "prediction": "The 30MW Block Island Wind Farm in Rhode Island is the first commercial offshore wind farm in the United States and started operation in December 2016 .", "binary_answer": null, "no_answer_prob": -1.2758311033248901}
{"example_id": 6192500319623756350, "prediction": "Stevie Wonder", "binary_answer": null, "no_answer_prob": -11.910901427268982}
{"example_id": 2131315908286707660, "prediction": "10cc", "binary_answer": null, "no_answer_prob": -11.152730584144592}
{"example_id": 706436158507269356, "prediction": "Los Angeles Rams and Los Angeles Chargers", "binary_answer": null, "no_answer_prob": 0.7051589488983154}
{"example_id": -4805312203140293076, "prediction": "Chicago soul family group the Five Stairsteps", "binary_answer": null, "no_answer_prob": -4.847859263420105}
{"example_id": 3013296189889794664, "prediction": "Paul Simon", "binary_answer": null, "no_answer_prob": -11.792439818382263}
{"example_id": 6027440585044515378, "prediction": "Vinayak Damodar Savarkar", "binary_answer": null, "no_answer_prob": -6.472017884254456}
{"example_id": 8229594044882496736, "prediction": "2010", "binary_answer": null, "no_answer_prob": -6.015693366527557}
{"example_id": 998490609178233722, "prediction": "Walmart", "binary_answer": null, "no_answer_prob": -8.429836392402649}
{"example_id": -668991652576294398, "prediction": ".", "binary_answer": null, "no_answer_prob": -0.47567683458328247}
{"example_id": 2779459864961176863, "prediction": "January 24 , 2016", "binary_answer": null, "no_answer_prob": -8.183979630470276}
{"example_id": 5612814989174128127, "prediction": "Franklin Delano Roosevelt", "binary_answer": null, "no_answer_prob": -12.466599106788635}
{"example_id": 6379526727081750489, "prediction": "Monroeville , Alabama", "binary_answer": null, "no_answer_prob": -10.671806931495667}
{"example_id": -8641565526084014858, "prediction": "France", "binary_answer": null, "no_answer_prob": -5.716814160346985}
{"example_id": -5231592180573429181, "prediction": "Calcium sulfate ( or calcium sulphate ) is the inorganic compound with the formula CaSO and related hydrates", "binary_answer": null, "no_answer_prob": -1.9183518886566162}
{"example_id": -5271748505897852576, "prediction": "Johannes Agricola", "binary_answer": null, "no_answer_prob": -0.43725037574768066}
{"example_id": 4545213005583418979, "prediction": "Ray Stevens", "binary_answer": null, "no_answer_prob": -8.457415580749512}
{"example_id": 2637150452155391446, "prediction": "The Concerto for Flute , Harp , and Orchestra in C major , K. 299 / 297c", "binary_answer": null, "no_answer_prob": 0.39405307173728943}
{"example_id": 7811432948876706785, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.1484739780426025}
{"example_id": -7091849772271819482, "prediction": "Betsy DeVos", "binary_answer": null, "no_answer_prob": -8.596921801567078}
{"example_id": -3424394851621742596, "prediction": "7 years and 2 months", "binary_answer": null, "no_answer_prob": -1.8183070421218872}
{"example_id": 1560335869374308626, "prediction": "due to the intense cold , became the Mongols ' preferred time to strike .", "binary_answer": null, "no_answer_prob": 1.8886566162109375}
{"example_id": -230429939707197455, "prediction": "Tim Nolan", "binary_answer": null, "no_answer_prob": -2.604262113571167}
{"example_id": 2187572076226801751, "prediction": "China", "binary_answer": null, "no_answer_prob": -6.69928765296936}
{"example_id": 3728623171736300265, "prediction": "Article I of the Constitution sets forth most of the powers of Congress , which include numerous explicit powers enumerated in Section 8", "binary_answer": null, "no_answer_prob": -2.9977643489837646}
{"example_id": 4303564332112787684, "prediction": "Homenetmen Beirut", "binary_answer": null, "no_answer_prob": -8.451810121536255}
{"example_id": 2188974182374459839, "prediction": "June 11 , 2021", "binary_answer": null, "no_answer_prob": -9.719599723815918}
{"example_id": -777256859387445496, "prediction": "Rockland Children 's Psychiatric Center in Rockland County , New York", "binary_answer": null, "no_answer_prob": -4.101135730743408}
{"example_id": -7188166983427235693, "prediction": "14 June to 15 July 2018", "binary_answer": null, "no_answer_prob": -6.998023569583893}
{"example_id": 8295230622698225689, "prediction": "Mrs Danvers , the sinister housekeeper , was profoundly devoted to the first Mrs de Winter", "binary_answer": null, "no_answer_prob": -4.69202184677124}
{"example_id": 3315098819012777107, "prediction": "short story", "binary_answer": null, "no_answer_prob": -3.078218698501587}
{"example_id": -4883483198194397117, "prediction": "52,354", "binary_answer": null, "no_answer_prob": -11.43826711177826}
{"example_id": -8806071835132033107, "prediction": "Sitka", "binary_answer": null, "no_answer_prob": -6.9468793869018555}
{"example_id": -7667094246768501797, "prediction": "Graeci", "binary_answer": null, "no_answer_prob": -5.404600620269775}
{"example_id": 4897572546650832328, "prediction": "( 7.2921150 \u00b1 0.0000001 ) \u00d7 10 radians per SI second ( mean solar second )", "binary_answer": null, "no_answer_prob": -2.109694480895996}
{"example_id": -8907757002019460511, "prediction": "Onions are cultivated and used around the world . As a food item , they are usually served cooked", "binary_answer": null, "no_answer_prob": -1.5988867282867432}
{"example_id": 3103339764781835644, "prediction": "Jacob Riis", "binary_answer": null, "no_answer_prob": -7.594980835914612}
{"example_id": 9168044012663003662, "prediction": "The mascot was the creation of Penn State senior H.D. `` Joe '' Mason", "binary_answer": null, "no_answer_prob": -3.163728952407837}
{"example_id": 7722055373064048929, "prediction": "the Hunter Region and the Blue Mountains , in New South Wales", "binary_answer": null, "no_answer_prob": -9.180004954338074}
{"example_id": -364635528503064225, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3195185661315918}
{"example_id": -7401198050972157231, "prediction": "July 14 , 2017", "binary_answer": null, "no_answer_prob": -6.259232044219971}
{"example_id": -7430844813632374314, "prediction": "Mahatma Hansraj", "binary_answer": null, "no_answer_prob": -8.949616312980652}
{"example_id": 7150285522445564705, "prediction": "`` I Do n't Wanna Live Forever ''", "binary_answer": null, "no_answer_prob": 2.575489640235901}
{"example_id": -4502127178332603579, "prediction": "to provide breathing for a patient who is physically unable to breathe , or breathing insufficiently", "binary_answer": null, "no_answer_prob": -2.3909943103790283}
{"example_id": -8890957837327812100, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5774691104888916}
{"example_id": -3207122683535425300, "prediction": "Michael Dorn", "binary_answer": null, "no_answer_prob": -11.657199263572693}
{"example_id": 2975699144515571028, "prediction": "", "binary_answer": null, "no_answer_prob": 4.524330675601959}
{"example_id": 9026097595017240779, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5239556431770325}
{"example_id": 3937963433826730062, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -6.463104486465454}
{"example_id": -6968798727542233826, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -9.47674560546875}
{"example_id": 2512859891032865066, "prediction": "Babar the Elephant", "binary_answer": null, "no_answer_prob": -1.7711609601974487}
{"example_id": 6643677832693397078, "prediction": "Puerto Rico Trench", "binary_answer": null, "no_answer_prob": -11.436344861984253}
{"example_id": 1976902270831228522, "prediction": "July 27 , 2018", "binary_answer": null, "no_answer_prob": -7.401733636856079}
{"example_id": -3805789627544155784, "prediction": "four or five", "binary_answer": null, "no_answer_prob": -7.272229194641113}
{"example_id": -5154798648094404240, "prediction": "220 miles", "binary_answer": null, "no_answer_prob": -6.230193138122559}
{"example_id": 3689209361697742788, "prediction": "During deglaciation between about 19,000 and 8,000 calendar years ago", "binary_answer": null, "no_answer_prob": -3.8954029083251953}
{"example_id": -3604772607148737163, "prediction": "John Steinbeck", "binary_answer": null, "no_answer_prob": -12.620187282562256}
{"example_id": -1292620986694356652, "prediction": "", "binary_answer": null, "no_answer_prob": -5.447594046592712}
{"example_id": -3243586934232791084, "prediction": "Rank ISP Narrowband Broadband Total Jio", "binary_answer": null, "no_answer_prob": -1.6300302743911743}
{"example_id": 1493646970325321272, "prediction": "October 2 , 2017", "binary_answer": null, "no_answer_prob": -7.608987808227539}
{"example_id": -6455839859774198573, "prediction": "", "binary_answer": null, "no_answer_prob": 4.04694676399231}
{"example_id": -1418791805853748719, "prediction": "Linda Ronstadt and Aaron Neville", "binary_answer": null, "no_answer_prob": -5.553499937057495}
{"example_id": -267702269310827059, "prediction": "1950", "binary_answer": null, "no_answer_prob": -11.230350464582443}
{"example_id": 440082157041168657, "prediction": "The series is set in a fictional prison in Litchfield , New York , which is a real town in upstate New York", "binary_answer": null, "no_answer_prob": -4.0948874950408936}
{"example_id": -3321938931931776750, "prediction": "May 1 , 1920", "binary_answer": null, "no_answer_prob": -1.6904702186584473}
{"example_id": 2157055837063546661, "prediction": "22 June 23 , 2007 ( 2007 - 06 - 23 ) September 1 , 2008 ( 2008 - 09 - 01 )", "binary_answer": null, "no_answer_prob": -4.735585689544678}
{"example_id": 5011372607302841434, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": -8.961335569620132}
{"example_id": 3119759966331770413, "prediction": "The Zombies", "binary_answer": null, "no_answer_prob": -11.484418153762817}
{"example_id": -527800910909580533, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.9740679264068604}
{"example_id": -586065361230289598, "prediction": "Judy Garland as Dorothy Gale Frank Morgan", "binary_answer": null, "no_answer_prob": -1.8759820461273193}
{"example_id": -5640734382273706050, "prediction": "Tobey Maguire", "binary_answer": null, "no_answer_prob": -8.955010414123535}
{"example_id": 6428696667586570382, "prediction": "the opening stanza of Ralph Waldo Emerson 's `` Concord Hymn '' ( 1837 )", "binary_answer": null, "no_answer_prob": -9.772882461547852}
{"example_id": 1559702144822004406, "prediction": "Peter Weller Regina Corrado", "binary_answer": null, "no_answer_prob": -0.028502225875854492}
{"example_id": -1260168217484706833, "prediction": "2016 Georgia 8 -- 5 4 - 4 3rd ( Eastern ) W Liberty 2017", "binary_answer": null, "no_answer_prob": -5.3919501304626465}
{"example_id": -1723727968483921463, "prediction": "various artists", "binary_answer": null, "no_answer_prob": -4.224272131919861}
{"example_id": 1787759775910041862, "prediction": "While the concept existed in places such as what are now India , Bangladesh , and China", "binary_answer": null, "no_answer_prob": -4.647284269332886}
{"example_id": 3134347934214588362, "prediction": "Bucky Dent", "binary_answer": null, "no_answer_prob": -7.921860218048096}
{"example_id": 1045587930363611824, "prediction": "Vegetative reproduction", "binary_answer": null, "no_answer_prob": -4.140251159667969}
{"example_id": -1911490571633113210, "prediction": "15 years", "binary_answer": null, "no_answer_prob": -4.457078218460083}
{"example_id": 1934510966249020591, "prediction": "March 8 , 2018", "binary_answer": null, "no_answer_prob": 1.1185054779052734}
{"example_id": 8078031838670729603, "prediction": "the Speaker", "binary_answer": null, "no_answer_prob": -7.015246868133545}
{"example_id": -568594111524274802, "prediction": "1947", "binary_answer": null, "no_answer_prob": -8.745166659355164}
{"example_id": -9050504224929755440, "prediction": "Albert Hammond", "binary_answer": null, "no_answer_prob": -7.735615134239197}
{"example_id": 591133948882576481, "prediction": "In the canonical case , lawyers seeking admission must earn a Juris Doctor degree from a law school approved by the jurisdiction", "binary_answer": null, "no_answer_prob": -1.2133411169052124}
{"example_id": 3142328323514484177, "prediction": "Independence Day", "binary_answer": null, "no_answer_prob": -7.9512903690338135}
{"example_id": -1187332642987200725, "prediction": "during the live final", "binary_answer": null, "no_answer_prob": -4.792182087898254}
{"example_id": 5364587389793176306, "prediction": "2017", "binary_answer": null, "no_answer_prob": -5.882491827011108}
{"example_id": -5400957805681525999, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": -7.844431042671204}
{"example_id": -949712490000915278, "prediction": "Stephen Amell", "binary_answer": null, "no_answer_prob": -6.468691349029541}
{"example_id": 3160625715823035093, "prediction": "The Dixie Cups", "binary_answer": null, "no_answer_prob": -3.6889411211013794}
{"example_id": -1885267219772301134, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.913087487220764}
{"example_id": -841758053999954076, "prediction": "28 )", "binary_answer": null, "no_answer_prob": -1.3783705234527588}
{"example_id": 667957236772653012, "prediction": "`` I Swear", "binary_answer": null, "no_answer_prob": -6.318546295166016}
{"example_id": 8341000138711750497, "prediction": "66,154", "binary_answer": null, "no_answer_prob": -9.847909688949585}
{"example_id": -4565911940746751956, "prediction": "174.0 cm ( 5 ft 8 \u2044 in )", "binary_answer": null, "no_answer_prob": -2.300565242767334}
{"example_id": -4686638387215840402, "prediction": "", "binary_answer": null, "no_answer_prob": 3.22047758102417}
{"example_id": 3409449635704661400, "prediction": "In September 1786 , at the Annapolis Convention", "binary_answer": null, "no_answer_prob": -4.069441795349121}
{"example_id": -2368214553083834888, "prediction": "Gangsta Gangsta", "binary_answer": null, "no_answer_prob": -3.8963310718536377}
{"example_id": 8153109977607713399, "prediction": "1946 -- 47 season", "binary_answer": null, "no_answer_prob": -1.0708975791931152}
{"example_id": 601364523058231398, "prediction": "Lionel Messi", "binary_answer": null, "no_answer_prob": -12.04717218875885}
{"example_id": 5600540028087582763, "prediction": "Vienna , Austria", "binary_answer": null, "no_answer_prob": -9.963800311088562}
{"example_id": 1997639623448904828, "prediction": "", "binary_answer": null, "no_answer_prob": -4.974533796310425}
{"example_id": -4757660956084687696, "prediction": "10 November 1977", "binary_answer": null, "no_answer_prob": -9.491470098495483}
{"example_id": 468441290262314100, "prediction": "the rules syntax , semantics and synchronization of communication and possible error recovery methods", "binary_answer": null, "no_answer_prob": -2.3942763805389404}
{"example_id": -2956132424633297909, "prediction": "The Everly Brothers", "binary_answer": null, "no_answer_prob": -7.174214601516724}
{"example_id": 6483612747906694055, "prediction": "19 February -- 26 March 1945", "binary_answer": null, "no_answer_prob": -10.670239329338074}
{"example_id": -1410470368233378448, "prediction": "the moderator", "binary_answer": null, "no_answer_prob": -3.591357946395874}
{"example_id": 3548716373739085948, "prediction": "William Butler Yeats", "binary_answer": null, "no_answer_prob": -6.644164204597473}
{"example_id": 911451226450406513, "prediction": "As a child , Gordon - Levitt", "binary_answer": null, "no_answer_prob": -7.350010275840759}
{"example_id": -6589298070379612500, "prediction": "1961", "binary_answer": null, "no_answer_prob": -7.368054986000061}
{"example_id": -4844601362711867725, "prediction": "May 18 , 2015", "binary_answer": null, "no_answer_prob": -7.365222096443176}
{"example_id": -7762901630108832325, "prediction": "February 3 , 2017", "binary_answer": null, "no_answer_prob": -2.120654344558716}
{"example_id": 6379834208311908447, "prediction": "Cymru", "binary_answer": null, "no_answer_prob": -2.8315985202789307}
{"example_id": 1755474343220573273, "prediction": "Ed Lee", "binary_answer": null, "no_answer_prob": -7.434524655342102}
{"example_id": -5187089324434847643, "prediction": "January 29 , 2008", "binary_answer": null, "no_answer_prob": 0.09039264917373657}
{"example_id": 6775762162619315471, "prediction": "Gospel of Matthew", "binary_answer": null, "no_answer_prob": -7.302480220794678}
{"example_id": 933895978176211618, "prediction": "Western movements in the decorative and visual arts , literature , theatre , music , and architecture", "binary_answer": null, "no_answer_prob": -1.9221640825271606}
{"example_id": -3273160346236713828, "prediction": "Udayin", "binary_answer": null, "no_answer_prob": -6.088505029678345}
{"example_id": -6152596203461913941, "prediction": "The Indian High Courts Act of 1861", "binary_answer": null, "no_answer_prob": -0.6965998411178589}
{"example_id": 5492998024625943519, "prediction": "fifteen", "binary_answer": null, "no_answer_prob": -4.177284359931946}
{"example_id": -2357914945676176129, "prediction": "to indicate possible truncation", "binary_answer": null, "no_answer_prob": 0.5881545543670654}
{"example_id": -1548352512201823372, "prediction": "December 15 , 2011", "binary_answer": null, "no_answer_prob": -4.619046211242676}
{"example_id": 5650954388872667692, "prediction": "Christina Aguilera", "binary_answer": null, "no_answer_prob": -10.374535918235779}
{"example_id": 4674450522307530505, "prediction": "New York City", "binary_answer": null, "no_answer_prob": -0.26347339153289795}
{"example_id": -3726605690706156376, "prediction": "Chris Pine", "binary_answer": null, "no_answer_prob": -9.808656692504883}
{"example_id": 8363748940510882453, "prediction": "", "binary_answer": null, "no_answer_prob": 7.0229432582855225}
{"example_id": 4246523867098793677, "prediction": "Ho Chi Minh", "binary_answer": null, "no_answer_prob": -3.7328686714172363}
{"example_id": -7481873386443255638, "prediction": "United States", "binary_answer": null, "no_answer_prob": -8.41951870918274}
{"example_id": 1848035630936891081, "prediction": "the Mississippi River Delta in the Gulf of Mexico", "binary_answer": null, "no_answer_prob": -4.182902932167053}
{"example_id": 8591121950961053247, "prediction": "1804", "binary_answer": null, "no_answer_prob": -6.201765358448029}
{"example_id": -8629147511719756068, "prediction": "The show had an uncertain start in the ratings and was almost cancelled", "binary_answer": null, "no_answer_prob": 0.7545404434204102}
{"example_id": 5781260995832607765, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9064136892557144}
{"example_id": 2622979119671766869, "prediction": "The University of Las Palmas de Gran Canaria , also known as the ULPGC", "binary_answer": null, "no_answer_prob": 2.863866686820984}
{"example_id": 78511555084648666, "prediction": "Mark Addy", "binary_answer": null, "no_answer_prob": -3.2778409719467163}
{"example_id": -8272307897550811967, "prediction": "Mars", "binary_answer": null, "no_answer_prob": -6.886053204536438}
{"example_id": 5046627711404935017, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -10.517062544822693}
{"example_id": -2583060492047903885, "prediction": "Lynn Anderson", "binary_answer": null, "no_answer_prob": -10.4816734790802}
{"example_id": -1972061666887540394, "prediction": "about 80 miles ( 130 km )", "binary_answer": null, "no_answer_prob": -4.329631686210632}
{"example_id": 263074685984627276, "prediction": "\u0111\u1ed3ng", "binary_answer": null, "no_answer_prob": -10.539459347724915}
{"example_id": -135128155728505224, "prediction": "about 22 %", "binary_answer": null, "no_answer_prob": -9.109273791313171}
{"example_id": 7650342317444241560, "prediction": "2005", "binary_answer": null, "no_answer_prob": -2.812898550182581}
{"example_id": 5744186042395930214, "prediction": "Brian McGuire Cashman", "binary_answer": null, "no_answer_prob": -13.108777523040771}
{"example_id": 8652932856339383183, "prediction": "1931", "binary_answer": null, "no_answer_prob": -5.59973669052124}
{"example_id": 5008623715383656824, "prediction": "180th meridian", "binary_answer": null, "no_answer_prob": -5.795804262161255}
{"example_id": -5376475157898671271, "prediction": "pleurisy", "binary_answer": null, "no_answer_prob": -5.414505362510681}
{"example_id": 8201177426304478596, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6228522062301636}
{"example_id": 824546347968494155, "prediction": "Caserta", "binary_answer": null, "no_answer_prob": -1.5036301612854004}
{"example_id": -7847823928841780374, "prediction": "2000 Whitney : The Greatest Hits collection , and the original album version appears on 2007 's The Ultimate Collection .", "binary_answer": null, "no_answer_prob": 3.794555425643921}
{"example_id": -4418532884180605306, "prediction": "1999", "binary_answer": null, "no_answer_prob": -9.675829291343689}
{"example_id": -7019396479901527809, "prediction": "Vicki Lawrence", "binary_answer": null, "no_answer_prob": -12.299189686775208}
{"example_id": -809271287779744472, "prediction": "Paid in Full", "binary_answer": null, "no_answer_prob": -3.6510491371154785}
{"example_id": -6223138986052803698, "prediction": "122 years , 164 days", "binary_answer": null, "no_answer_prob": -6.89689028263092}
{"example_id": -183703247775244773, "prediction": "Richard Earl Thomas", "binary_answer": null, "no_answer_prob": -13.70422089099884}
{"example_id": 6984069219317749007, "prediction": "18", "binary_answer": null, "no_answer_prob": -1.3989142179489136}
{"example_id": -2623484063961249626, "prediction": "", "binary_answer": null, "no_answer_prob": 5.180818676948547}
{"example_id": -4828683222132900155, "prediction": "Bobby Caldwell", "binary_answer": null, "no_answer_prob": -8.367662072181702}
{"example_id": 6868687021579247228, "prediction": "United States permanent residents are required to show their Permanent Resident Card ( green card ) . No passport or visa is required .", "binary_answer": null, "no_answer_prob": -3.8184311389923096}
{"example_id": 1806236654942286909, "prediction": "APJ Abdul Kalam", "binary_answer": null, "no_answer_prob": -7.487270712852478}
{"example_id": -6962070395491830819, "prediction": "Four", "binary_answer": null, "no_answer_prob": -0.14882469177246094}
{"example_id": 8533219165910400556, "prediction": "Rockefeller Center , Midtown Manhattan , New York City", "binary_answer": null, "no_answer_prob": -9.480413675308228}
{"example_id": 5692039763279115737, "prediction": "Britain", "binary_answer": null, "no_answer_prob": -9.12617564201355}
{"example_id": -966663745163674657, "prediction": "best - of - seven", "binary_answer": null, "no_answer_prob": -3.457539737224579}
{"example_id": 5037655504935099754, "prediction": "Amy Manson", "binary_answer": null, "no_answer_prob": -12.338245630264282}
{"example_id": -9083718539893712135, "prediction": "Mendocino , California , on the West Coast of the US", "binary_answer": null, "no_answer_prob": -4.925627708435059}
{"example_id": 1448916240791591632, "prediction": "9 September 2011", "binary_answer": null, "no_answer_prob": -11.539894938468933}
{"example_id": 6386339433690885144, "prediction": "the dermal layer of the skin", "binary_answer": null, "no_answer_prob": -7.62015962600708}
{"example_id": -9105580934463801297, "prediction": "United Kingdom", "binary_answer": null, "no_answer_prob": -2.2176573872566223}
{"example_id": -1880370070305726921, "prediction": "Eva Marie Saint , Fionnula Flanagan , Bruce Boxleitner , and Richard Kiley", "binary_answer": null, "no_answer_prob": 0.330504834651947}
{"example_id": -7217828082701033028, "prediction": "The parallel axis theorem", "binary_answer": null, "no_answer_prob": -0.25228583812713623}
{"example_id": 1148938773943096277, "prediction": "Houston Texans", "binary_answer": null, "no_answer_prob": -10.051948547363281}
{"example_id": 7174180369588847817, "prediction": "145 - mile - long ( 233 km )", "binary_answer": null, "no_answer_prob": -9.122382164001465}
{"example_id": 1939191317307442367, "prediction": "Forest Whitaker", "binary_answer": null, "no_answer_prob": -2.3235533237457275}
{"example_id": 3055122188657569677, "prediction": "cholesterol", "binary_answer": null, "no_answer_prob": -6.241191387176514}
{"example_id": -2269044001252412203, "prediction": "Phil McIntyre", "binary_answer": null, "no_answer_prob": -6.801634669303894}
{"example_id": 8689495275736003811, "prediction": "Grover Cleveland", "binary_answer": null, "no_answer_prob": -9.452078580856323}
{"example_id": -7813902494281123579, "prediction": "2015", "binary_answer": null, "no_answer_prob": -8.144884333014488}
{"example_id": 7452703467663556325, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.7978749871253967}
{"example_id": 9117547583765518416, "prediction": "9 June", "binary_answer": null, "no_answer_prob": -0.2027287483215332}
{"example_id": -2148933343795360387, "prediction": "Klaus Badelt and producer Hans Zimmer", "binary_answer": null, "no_answer_prob": -9.359877824783325}
{"example_id": -1482430968624078000, "prediction": "Marit Bj\u00f8rgen", "binary_answer": null, "no_answer_prob": -8.373039484024048}
{"example_id": -3035485922399347025, "prediction": "India , Pakistan", "binary_answer": null, "no_answer_prob": -9.845239281654358}
{"example_id": 2749044527299176241, "prediction": "1967", "binary_answer": null, "no_answer_prob": -7.480386316776276}
{"example_id": 8263016631353654947, "prediction": "Orlando , Florida Amway Center", "binary_answer": null, "no_answer_prob": 2.0114026069641113}
{"example_id": -6920576676355467260, "prediction": "left off the final Fall 2006 schedule and ended production", "binary_answer": null, "no_answer_prob": -0.7522883415222168}
{"example_id": -2694405149899998133, "prediction": "Adelaide", "binary_answer": null, "no_answer_prob": -5.512294054031372}
{"example_id": -1092176740973405716, "prediction": "Maria Lourdes Sereno", "binary_answer": null, "no_answer_prob": -2.3460497856140137}
{"example_id": 7744729940727851905, "prediction": "Lobbying in the United States describes paid activity in which special interests hire well - connected professional advocates , often lawyers", "binary_answer": null, "no_answer_prob": -4.097808599472046}
{"example_id": 4108187950411422227, "prediction": "Individuals licensed to carry a concealed pistol by Michigan or another state", "binary_answer": null, "no_answer_prob": -1.6677038669586182}
{"example_id": 3375377345139917900, "prediction": "Zac Efron", "binary_answer": null, "no_answer_prob": -7.421438694000244}
{"example_id": -6323852387160116440, "prediction": "\u25ba New York Knicks", "binary_answer": null, "no_answer_prob": -0.34302806854248047}
{"example_id": -9172777564629843840, "prediction": "A myth exists that the 7 Up name comes from the drink having a pH over 7 . That would make it neutral or basic on the scale", "binary_answer": null, "no_answer_prob": -7.348415017127991}
{"example_id": -6702415839930740580, "prediction": "February 6 , 2015", "binary_answer": null, "no_answer_prob": -11.143851161003113}
{"example_id": -7430975984696880821, "prediction": "Julius Robert Oppenheimer", "binary_answer": null, "no_answer_prob": -12.669164538383484}
{"example_id": 2432685861927278888, "prediction": "", "binary_answer": null, "no_answer_prob": 3.321965456008911}
{"example_id": -7945622343250051736, "prediction": "2018", "binary_answer": null, "no_answer_prob": -0.6528067588806152}
{"example_id": -180408906397217772, "prediction": "Luke Evans", "binary_answer": null, "no_answer_prob": -9.764025211334229}
{"example_id": 5311684623057211277, "prediction": "much more like Velveeta or Cheez Whiz .", "binary_answer": null, "no_answer_prob": -3.154965877532959}
{"example_id": 4323235443402669187, "prediction": "at 10207 Lakewood Boulevard at Florence Avenue in Downey , California", "binary_answer": null, "no_answer_prob": -8.064124464988708}
{"example_id": -5764247445321811503, "prediction": "July 26 , 2016", "binary_answer": null, "no_answer_prob": -11.563577771186829}
{"example_id": -9187038224311273946, "prediction": "Karan Kundra", "binary_answer": null, "no_answer_prob": -2.0591355562210083}
{"example_id": -8997243075044944198, "prediction": "The Restoration of the English monarchy took place in the Stuart period", "binary_answer": null, "no_answer_prob": -1.3081884980201721}
{"example_id": 6842725190986508947, "prediction": "`` Ca n't Help Falling in Love ''", "binary_answer": null, "no_answer_prob": 1.1478724479675293}
{"example_id": 2891715125010804902, "prediction": "Ronald Reagan", "binary_answer": null, "no_answer_prob": -10.344337582588196}
{"example_id": -1314614611401760122, "prediction": "Baha Men", "binary_answer": null, "no_answer_prob": -9.083566427230835}
{"example_id": -4725216962190838507, "prediction": "1789", "binary_answer": null, "no_answer_prob": -10.553436636924744}
{"example_id": 3650571734501197951, "prediction": "335 ft ( 102 m )", "binary_answer": null, "no_answer_prob": -11.202585577964783}
{"example_id": -5298983925744557273, "prediction": "1835 -- 1836", "binary_answer": null, "no_answer_prob": -3.8712058663368225}
{"example_id": 4575653996854262380, "prediction": "SY 2011 -- 2012", "binary_answer": null, "no_answer_prob": 1.541783332824707}
{"example_id": 6410967417492674229, "prediction": "temperature dependency", "binary_answer": null, "no_answer_prob": 3.0783482789993286}
{"example_id": -350445814840338026, "prediction": "Kaley Christine Cuoco", "binary_answer": null, "no_answer_prob": -11.943555116653442}
{"example_id": -1511186385836770697, "prediction": "Tom Brady", "binary_answer": null, "no_answer_prob": -4.433327078819275}
{"example_id": -7220102714440455217, "prediction": "Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -7.56068754196167}
{"example_id": 2278242315716701080, "prediction": "seven", "binary_answer": null, "no_answer_prob": -8.20259416103363}
{"example_id": 4357880432218212266, "prediction": "AL Almora", "binary_answer": null, "no_answer_prob": -5.127797484397888}
{"example_id": -1365490014946172719, "prediction": "Football", "binary_answer": null, "no_answer_prob": -7.61036491394043}
{"example_id": -2612221637185875255, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2032533884048462}
{"example_id": 869727372920867917, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6269161701202393}
{"example_id": -8318374802535439395, "prediction": "Dow continued to perform on Leave It to Beaver for six years , until the series ended in 1963", "binary_answer": null, "no_answer_prob": 0.08945910632610321}
{"example_id": -7837820250946281704, "prediction": "", "binary_answer": null, "no_answer_prob": 4.049887537956238}
{"example_id": -6228485379560427106, "prediction": "Mina SayWhat Llona", "binary_answer": null, "no_answer_prob": -2.3413327261805534}
{"example_id": -3082404330306763370, "prediction": "Moving rightward across the standard form of the periodic table", "binary_answer": null, "no_answer_prob": -3.541961669921875}
{"example_id": 8612144088128080110, "prediction": "John the Apostle", "binary_answer": null, "no_answer_prob": -3.0789380073547363}
{"example_id": 5996881146659352480, "prediction": "November 2017", "binary_answer": null, "no_answer_prob": -2.531458616256714}
{"example_id": 6978049810832474179, "prediction": "Jamie O'Neal", "binary_answer": null, "no_answer_prob": -11.709195137023926}
{"example_id": 2121161681161335801, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5989890098571777}
{"example_id": 6954661720628496934, "prediction": "the nasopharynx to the middle ear", "binary_answer": null, "no_answer_prob": -4.867034554481506}
{"example_id": -4284623815560868172, "prediction": "Anaheim Angels", "binary_answer": null, "no_answer_prob": -9.056237936019897}
{"example_id": -1354891130349942872, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -10.78264856338501}
{"example_id": -8471450234614940458, "prediction": "January 12 , 1997", "binary_answer": null, "no_answer_prob": -10.498690843582153}
{"example_id": -5204914332748978782, "prediction": "It can be due to an increase in the number of red blood cells ( `` absolute polycythemia '' )", "binary_answer": null, "no_answer_prob": -2.506536602973938}
{"example_id": 6843921136574249233, "prediction": "probably a male Jew", "binary_answer": null, "no_answer_prob": -0.5938291549682617}
{"example_id": 4230295299386716120, "prediction": "Sir Walter Scott", "binary_answer": null, "no_answer_prob": -4.206344246864319}
{"example_id": -424596529912074646, "prediction": "63", "binary_answer": null, "no_answer_prob": -7.971800804138184}
{"example_id": -6853235366657804310, "prediction": "Western Cape province in South Africa and is bordered by the Atlantic Ocean on the west and the Swartland region on the east", "binary_answer": null, "no_answer_prob": -6.934889912605286}
{"example_id": -8647793023506559831, "prediction": "December 1 , 1794", "binary_answer": null, "no_answer_prob": -7.297675848007202}
{"example_id": 1573871199167873730, "prediction": "10 miles ( 16 km )", "binary_answer": null, "no_answer_prob": -6.1781792640686035}
{"example_id": 6461065212753382626, "prediction": "in and around the town of Gettysburg , Pennsylvania", "binary_answer": null, "no_answer_prob": -10.978477478027344}
{"example_id": 3644603577550429956, "prediction": "Novak Djokovic", "binary_answer": null, "no_answer_prob": -5.6849952936172485}
{"example_id": 4674272567879693417, "prediction": "approximately \u00a3 1 Billion", "binary_answer": null, "no_answer_prob": -6.448403596878052}
{"example_id": 1765488711371624057, "prediction": "22", "binary_answer": null, "no_answer_prob": -7.54366660118103}
{"example_id": -5299590791645780395, "prediction": "the Five Stairsteps", "binary_answer": null, "no_answer_prob": -6.8062827587127686}
{"example_id": 5380840833773521783, "prediction": "114", "binary_answer": null, "no_answer_prob": -3.642138361930847}
{"example_id": 1094189332292406417, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8020281493663788}
{"example_id": 4987229195175832484, "prediction": "35th state", "binary_answer": null, "no_answer_prob": -4.130486011505127}
{"example_id": 8705963636959768966, "prediction": "Western Ghats", "binary_answer": null, "no_answer_prob": -2.5666325092315674}
{"example_id": -7453060164416478197, "prediction": "rarely reached the sea since the 1960s .", "binary_answer": null, "no_answer_prob": -1.418779969215393}
{"example_id": -6816601625168017950, "prediction": "Jesus Christ", "binary_answer": null, "no_answer_prob": -7.733422040939331}
{"example_id": -7070067265434939483, "prediction": "June", "binary_answer": null, "no_answer_prob": -9.373223900794983}
{"example_id": 6717681574596605113, "prediction": "White Americans", "binary_answer": null, "no_answer_prob": -6.811681747436523}
{"example_id": 4479751474371375225, "prediction": "the circulatory system at the left brachiocephalic vein between the left subclavian and left internal jugular veins .", "binary_answer": null, "no_answer_prob": -5.430711030960083}
{"example_id": -7734674562138865981, "prediction": "14 August 2017", "binary_answer": null, "no_answer_prob": -8.228345394134521}
{"example_id": -1896230859565857389, "prediction": "Anika Noni Rose", "binary_answer": null, "no_answer_prob": -8.736640453338623}
{"example_id": 5929993415017801092, "prediction": "`` Fairytale of New York", "binary_answer": null, "no_answer_prob": 1.5875007510185242}
{"example_id": 3567806104565511032, "prediction": "to show devoutness to the gods by sacrificing captured kings and high lords , or the losing opponents of the game .", "binary_answer": null, "no_answer_prob": 0.19813036918640137}
{"example_id": -8071040109351293643, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -9.353508591651917}
{"example_id": 6938879918012777101, "prediction": "Fort Worth , Texas , within the Dallas - Fort Worth metroplex", "binary_answer": null, "no_answer_prob": -9.633129715919495}
{"example_id": 3603047907962042392, "prediction": "1795", "binary_answer": null, "no_answer_prob": -8.194631934165955}
{"example_id": 1831078774828813945, "prediction": "", "binary_answer": null, "no_answer_prob": 4.226183652877808}
{"example_id": 4480319611922876367, "prediction": "about 3.8 km ( 2.4 mi ) apart", "binary_answer": null, "no_answer_prob": -7.239599227905273}
{"example_id": 3153562046052165539, "prediction": "24 months to 36 months", "binary_answer": null, "no_answer_prob": -4.354688763618469}
{"example_id": 4999922359170453023, "prediction": "Glen Ballard and Siedah Garrett", "binary_answer": null, "no_answer_prob": -8.45112431049347}
{"example_id": 881169645649532756, "prediction": "The Helmholtz -- Kohlrausch effect", "binary_answer": null, "no_answer_prob": 0.7688095569610596}
{"example_id": 5233806311869193810, "prediction": "Die Stem van Suid - Afrika '' ( English : `` The Call of South Africa '' )", "binary_answer": null, "no_answer_prob": -0.9869132041931152}
{"example_id": -2019832919764060116, "prediction": "November 6 , 2001", "binary_answer": null, "no_answer_prob": -11.45123028755188}
{"example_id": 8059322796271091637, "prediction": "While mentioned in passing throughout later seasons , Burke officially returns in the tenth season", "binary_answer": null, "no_answer_prob": -1.2020299285650253}
{"example_id": -754293583901942452, "prediction": "August 5 , 1998", "binary_answer": null, "no_answer_prob": -9.13827121257782}
{"example_id": -5107967727078973901, "prediction": "eighth", "binary_answer": null, "no_answer_prob": -7.33882212638855}
{"example_id": 9187624942947798544, "prediction": ".", "binary_answer": null, "no_answer_prob": -0.47517991065979004}
{"example_id": 2475718877414203794, "prediction": "Pittsburgh , Pennsylvania", "binary_answer": null, "no_answer_prob": -12.18833589553833}
{"example_id": -6171249360728415863, "prediction": "July", "binary_answer": null, "no_answer_prob": -4.68923032283783}
{"example_id": -3287549457561772281, "prediction": "I Yam What I Yam", "binary_answer": null, "no_answer_prob": 2.680922031402588}
{"example_id": -1723484079799301411, "prediction": "Jade", "binary_answer": null, "no_answer_prob": -12.200952887535095}
{"example_id": 6734056901983009542, "prediction": "Los Angeles , California Philadelphia , Pennsylvania", "binary_answer": null, "no_answer_prob": -6.181394100189209}
{"example_id": -577321295179419353, "prediction": "In 1784 , the Spanish Crown deeded a tract of over 75,000 acres ( 300 km ) to Juan Jose Dominguez", "binary_answer": null, "no_answer_prob": -1.833760380744934}
{"example_id": 3795075562033733589, "prediction": "Chan ( \u3061\u3083\u3093 ) is a diminutive suffix ; it expresses that the speaker finds a person endearing", "binary_answer": null, "no_answer_prob": -1.8209314346313477}
{"example_id": -2909083283160489958, "prediction": "Escape from New York , Air Force One , Bermuda Tentacles and Big Game", "binary_answer": null, "no_answer_prob": 2.27716064453125}
{"example_id": -4487942914554749604, "prediction": "Hasi hasi", "binary_answer": null, "no_answer_prob": -2.305812120437622}
{"example_id": -7800717126200921668, "prediction": "Beauty and the Beast : Original Motion Picture", "binary_answer": null, "no_answer_prob": -1.8948180675506592}
{"example_id": -3692496407846821915, "prediction": "Instagram 's own account , with over 235 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -7.839679598808289}
{"example_id": 2343725968186898057, "prediction": "20 September 1985", "binary_answer": null, "no_answer_prob": -7.104079842567444}
{"example_id": 644268978536179890, "prediction": "Northern Ireland , Spain , Croatia , Iceland and Canada", "binary_answer": null, "no_answer_prob": -8.126794219017029}
{"example_id": -5726458331771154866, "prediction": "The song was well received by music critics , who praised its anthemic and uplifting feel", "binary_answer": null, "no_answer_prob": -1.4872281551361084}
{"example_id": 7453551074946380855, "prediction": "The Piano Sonata No. 13 in B - flat major , K. 333 / 315c", "binary_answer": null, "no_answer_prob": 1.279701791703701}
{"example_id": -7824447339450309205, "prediction": "7", "binary_answer": null, "no_answer_prob": 1.7248554229736328}
{"example_id": -9067812424649658770, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8652816787362099}
{"example_id": 7450089074283352693, "prediction": "the 9th season episode `` Demons ''", "binary_answer": null, "no_answer_prob": -4.002181053161621}
{"example_id": 8132839418986090955, "prediction": "In 2018 , Evans stars in TNT drama The Alienist , as newspaper illustrator John Moore .", "binary_answer": null, "no_answer_prob": -6.193203449249268}
{"example_id": -1845827591212755528, "prediction": "19 December 2001", "binary_answer": null, "no_answer_prob": -5.65896201133728}
{"example_id": -8963626684149052520, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3296306133270264}
{"example_id": -8128538482010189512, "prediction": "Primates are characterized by large brains relative to other mammals , as well as an increased reliance on stereoscopic vision", "binary_answer": null, "no_answer_prob": -1.3156483173370361}
{"example_id": -5418526922266838930, "prediction": "5 N / A 6", "binary_answer": null, "no_answer_prob": -2.503143072128296}
{"example_id": 5533888178689673627, "prediction": "Frances McDormand", "binary_answer": null, "no_answer_prob": -8.483428239822388}
{"example_id": -5762914295759708385, "prediction": "the demon Azazel", "binary_answer": null, "no_answer_prob": -2.5352861881256104}
{"example_id": 981159256080272274, "prediction": "15 August 1973", "binary_answer": null, "no_answer_prob": -7.4262535572052}
{"example_id": -1795411119564599945, "prediction": "John Millington Synge", "binary_answer": null, "no_answer_prob": -13.007741212844849}
{"example_id": -7166068833991453247, "prediction": "February 22 , 1961", "binary_answer": null, "no_answer_prob": -6.3684903383255005}
{"example_id": -7742586764451791533, "prediction": "Luke Fickell", "binary_answer": null, "no_answer_prob": -9.927205801010132}
{"example_id": 8848821259033633362, "prediction": "75 million", "binary_answer": null, "no_answer_prob": -3.2398451566696167}
{"example_id": -6103945279309436945, "prediction": "Anfernee Simons", "binary_answer": null, "no_answer_prob": -8.380241870880127}
{"example_id": 7684555518855175137, "prediction": "21 July 2007", "binary_answer": null, "no_answer_prob": -12.465712785720825}
{"example_id": -5051320345945755690, "prediction": "Ross Atkins", "binary_answer": null, "no_answer_prob": -6.107912182807922}
{"example_id": -4602848196593322290, "prediction": "362 ( HD / SD ) 1362", "binary_answer": null, "no_answer_prob": -7.117495596408844}
{"example_id": -686640793954607366, "prediction": "Michael Schumacher", "binary_answer": null, "no_answer_prob": -7.875219166278839}
{"example_id": -4131906684763697090, "prediction": "Suzanne `` Crazy Eyes '' Warren", "binary_answer": null, "no_answer_prob": -5.189492344856262}
{"example_id": 1366518079636365848, "prediction": "Georgina Haig", "binary_answer": null, "no_answer_prob": -9.655820965766907}
{"example_id": 369074308148146715, "prediction": "1592", "binary_answer": null, "no_answer_prob": -8.874250531196594}
{"example_id": -3668632471063069032, "prediction": "Nelly", "binary_answer": null, "no_answer_prob": -9.782017350196838}
{"example_id": -6170595545064347887, "prediction": "In season three of A Place to Call Home : as Australia", "binary_answer": null, "no_answer_prob": 2.118618130683899}
{"example_id": -4658785319399402576, "prediction": "24 US cents", "binary_answer": null, "no_answer_prob": 0.06891679763793945}
{"example_id": -571893316299055456, "prediction": "The two Midwest state schools first met in 1897 , and the rivalry has been played annually since 1918", "binary_answer": null, "no_answer_prob": 0.1238095760345459}
{"example_id": -3301945253382661325, "prediction": "British rock group The Animals", "binary_answer": null, "no_answer_prob": -2.7352771162986755}
{"example_id": 3601874923733218130, "prediction": "John Miles", "binary_answer": null, "no_answer_prob": -9.81468653678894}
{"example_id": 8091062101201754238, "prediction": "Crash", "binary_answer": null, "no_answer_prob": -4.71012282371521}
{"example_id": -8694222390417470794, "prediction": "more than 20,000,000", "binary_answer": null, "no_answer_prob": -5.228601455688477}
{"example_id": 7008081279271018010, "prediction": "The dissolution of the Soviet Union occurred on December 26 , 1991 , officially granting self - governing independence to the Republics of the Soviet Union", "binary_answer": null, "no_answer_prob": -2.5290186405181885}
{"example_id": -7062083351030237810, "prediction": "$7.25 per hour", "binary_answer": null, "no_answer_prob": -6.970620155334473}
{"example_id": 2950570390763845392, "prediction": "Jodi Marie Marzorati Benson", "binary_answer": null, "no_answer_prob": -10.3942129611969}
{"example_id": -604788882157925018, "prediction": "1861 to 1865", "binary_answer": null, "no_answer_prob": -4.21320241689682}
{"example_id": -4453344556564152438, "prediction": "Rangers", "binary_answer": null, "no_answer_prob": -7.752450942993164}
{"example_id": -6331825608100129065, "prediction": "Pamplona", "binary_answer": null, "no_answer_prob": -6.029932498931885}
{"example_id": 2170580264706819803, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8886429369449615}
{"example_id": -8678395393651706588, "prediction": "November 17 , 2017", "binary_answer": null, "no_answer_prob": -9.145261406898499}
{"example_id": -1645563520219182731, "prediction": "Kelly Clarkson", "binary_answer": null, "no_answer_prob": -12.818872213363647}
{"example_id": 6121541514232848122, "prediction": "dislike and ill opinion force people to conform in their behaviour to social norms", "binary_answer": null, "no_answer_prob": 0.40926456451416016}
{"example_id": -4520518974328570390, "prediction": "eight", "binary_answer": null, "no_answer_prob": -10.04332959651947}
{"example_id": -7299101672266202971, "prediction": "closed loop recycling", "binary_answer": null, "no_answer_prob": -0.0469973087310791}
{"example_id": 5116402902062102831, "prediction": "", "binary_answer": null, "no_answer_prob": -4.340662479400635}
{"example_id": -1065306556392950837, "prediction": "88.3 kg ( 194.7 lb ) 74.7 kg ( 164.7 lb ) 20 + Measured 2003 - 2006", "binary_answer": null, "no_answer_prob": -5.475986480712891}
{"example_id": 6818525918465491519, "prediction": "2001", "binary_answer": null, "no_answer_prob": -9.80998545885086}
{"example_id": 991406641442157964, "prediction": "West Indies", "binary_answer": null, "no_answer_prob": -6.701731562614441}
{"example_id": -6152349244927129119, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -12.23948848247528}
{"example_id": -4227945117222983942, "prediction": "2002", "binary_answer": null, "no_answer_prob": -9.922626972198486}
{"example_id": 4521799921399535732, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6687182188034058}
{"example_id": 58087208029690820, "prediction": "Article Two , Section 1 of the United States Constitution sets forth the eligibility requirements for serving as President of the United States :", "binary_answer": null, "no_answer_prob": -2.720395565032959}
{"example_id": -6128764812822049645, "prediction": "No. 1 pick of the 1982 NBA draft of the defending NBA champion Lakers", "binary_answer": null, "no_answer_prob": -5.170301914215088}
{"example_id": -4652043533703669367, "prediction": "Julian Benson , Loraine Barry and Brian Redmond", "binary_answer": null, "no_answer_prob": -8.2841956615448}
{"example_id": 3178769903358845426, "prediction": "16", "binary_answer": null, "no_answer_prob": 1.0981144905090332}
{"example_id": -1441473819725557103, "prediction": "Denali", "binary_answer": null, "no_answer_prob": -6.804619073867798}
{"example_id": -6933378735828006337, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8042655289173126}
{"example_id": 2429844308386530131, "prediction": "Barry as the only surviving member of the group 's final line - up .", "binary_answer": null, "no_answer_prob": -5.379871845245361}
{"example_id": 2930291902914053238, "prediction": "Ben Simmons", "binary_answer": null, "no_answer_prob": -8.65070354938507}
{"example_id": -4495099809761603038, "prediction": "constitutional review", "binary_answer": null, "no_answer_prob": -2.3145713806152344}
{"example_id": -2268892771904245040, "prediction": "August 21 , 1959", "binary_answer": null, "no_answer_prob": -11.189614295959473}
{"example_id": 82485180180848689, "prediction": "Baby , Baby ( I Know You 're a Lady ) ''", "binary_answer": null, "no_answer_prob": -6.4949657917022705}
{"example_id": -7357488296068777083, "prediction": "Munich", "binary_answer": null, "no_answer_prob": -9.96838504076004}
{"example_id": 96744865645392956, "prediction": "Calico log ride", "binary_answer": null, "no_answer_prob": -3.8855679035186768}
{"example_id": -7410160610095724999, "prediction": "Uttar Pradesh", "binary_answer": null, "no_answer_prob": -6.5024919509887695}
{"example_id": -947675951118523690, "prediction": "Hundreds", "binary_answer": null, "no_answer_prob": -6.141171455383301}
{"example_id": 129287130186939755, "prediction": "The Fugitive", "binary_answer": null, "no_answer_prob": -1.1740179061889648}
{"example_id": -456139104511049290, "prediction": "the federal income tax after the ratification of the Sixteenth Amendment", "binary_answer": null, "no_answer_prob": -2.068833827972412}
{"example_id": -3924272032130150483, "prediction": "29 July 1954 to 20 October 1955", "binary_answer": null, "no_answer_prob": -9.110418796539307}
{"example_id": -4304959631821014421, "prediction": "The Georgia Satellites", "binary_answer": null, "no_answer_prob": -9.28926932811737}
{"example_id": -4085967184409691937, "prediction": "Grace Avery VanderWaal", "binary_answer": null, "no_answer_prob": -6.308669447898865}
{"example_id": -1984408088448258463, "prediction": "the Detroit Lions", "binary_answer": null, "no_answer_prob": -5.251124739646912}
{"example_id": -5164359167181796161, "prediction": "Capital punishment is a legal penalty in the United States , currently used by 31 states , the federal government , and the military", "binary_answer": null, "no_answer_prob": 0.7545151710510254}
{"example_id": -3792991085056399823, "prediction": "In chess , the player who moves first is referred to as `` White '' and the player who moves second is referred to as `` Black", "binary_answer": null, "no_answer_prob": -6.585970759391785}
{"example_id": -20354789722272297, "prediction": "April 17 , 2011", "binary_answer": null, "no_answer_prob": -12.31470775604248}
{"example_id": -8736636849047411907, "prediction": "Idina Menzel", "binary_answer": null, "no_answer_prob": -11.809910893440247}
{"example_id": 7459598210852164705, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3969359397888184}
{"example_id": 2487088749041530171, "prediction": "Owen", "binary_answer": null, "no_answer_prob": -2.2789268493652344}
{"example_id": 750812623192754991, "prediction": "Motor unit recruitment", "binary_answer": null, "no_answer_prob": -1.9358166456222534}
{"example_id": -5086027026826070694, "prediction": "The National Democratic Alliance", "binary_answer": null, "no_answer_prob": -8.61382508277893}
{"example_id": -7304115666479779940, "prediction": "an American allegorical locution of unclear origin", "binary_answer": null, "no_answer_prob": -4.616626501083374}
{"example_id": 6687792750687358174, "prediction": "29 July 1954", "binary_answer": null, "no_answer_prob": -7.865240097045898}
{"example_id": -1725433573277558080, "prediction": "state legislatures", "binary_answer": null, "no_answer_prob": -4.732605457305908}
{"example_id": 5040434480532723839, "prediction": "Registrar of Companies", "binary_answer": null, "no_answer_prob": -2.801029682159424}
{"example_id": 5769591337214981463, "prediction": "Fred Spofforth", "binary_answer": null, "no_answer_prob": -4.17866849899292}
{"example_id": -5475246736696828022, "prediction": "By the end of the war , the economy of the United Kingdom was one of severe privation", "binary_answer": null, "no_answer_prob": -3.364192008972168}
{"example_id": 1809424734159619961, "prediction": "December 19", "binary_answer": null, "no_answer_prob": -5.609591007232666}
{"example_id": -4104307457999136533, "prediction": "Warren Hastings", "binary_answer": null, "no_answer_prob": -8.980252742767334}
{"example_id": -8362024366802218480, "prediction": "an American fantasy - drama series", "binary_answer": null, "no_answer_prob": -7.5255773067474365}
{"example_id": -1335082616075855685, "prediction": "Neil Alden Armstrong", "binary_answer": null, "no_answer_prob": -11.755650877952576}
{"example_id": 7307320034562027562, "prediction": "product tracking , item identification , time tracking , document management , and general marketing", "binary_answer": null, "no_answer_prob": -2.1242430210113525}
{"example_id": -693956456365133180, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -8.071151971817017}
{"example_id": -6516423864705070134, "prediction": "Keystone", "binary_answer": null, "no_answer_prob": -9.251162946224213}
{"example_id": -8998032244760150081, "prediction": "Sachin Tendulkar", "binary_answer": null, "no_answer_prob": -8.514855980873108}
{"example_id": -6966355810622800757, "prediction": "LL Cool J", "binary_answer": null, "no_answer_prob": -7.370443820953369}
{"example_id": -5081749713572306515, "prediction": "A batsman can be dismissed in a number of ways , the most common being bowled , caught , leg before wicket ( LBW )", "binary_answer": null, "no_answer_prob": -2.9061946868896484}
{"example_id": 208283100093201159, "prediction": "Baltimore and Ohio Railroad workers", "binary_answer": null, "no_answer_prob": -5.424825668334961}
{"example_id": 2251755405631415787, "prediction": "Pierre de Fr\u00e9dy , Baron de Coubertin", "binary_answer": null, "no_answer_prob": -11.942580103874207}
{"example_id": -8633816491039222985, "prediction": "investigation , analysis , design , build , test , implement , and maintenance and support", "binary_answer": null, "no_answer_prob": 0.3575136661529541}
{"example_id": 8268052065074684485, "prediction": "Karan Grover", "binary_answer": null, "no_answer_prob": -6.371201515197754}
{"example_id": -9075218135116230593, "prediction": "Asia , Africa , North America , South America , Antarctica , Europe , and Australia", "binary_answer": null, "no_answer_prob": -6.1872090101242065}
{"example_id": 4964162227997299051, "prediction": "three", "binary_answer": null, "no_answer_prob": -6.643458127975464}
{"example_id": -9069174161552641687, "prediction": "108,860", "binary_answer": null, "no_answer_prob": -8.746171176433563}
{"example_id": -7438449460180724010, "prediction": "", "binary_answer": null, "no_answer_prob": -3.9992620944976807}
{"example_id": 39633586693409141, "prediction": "1955 to 1975", "binary_answer": null, "no_answer_prob": -6.929685115814209}
{"example_id": -4044810896857120331, "prediction": "1,636", "binary_answer": null, "no_answer_prob": -8.360623478889465}
{"example_id": -3546962799462536024, "prediction": "1783", "binary_answer": null, "no_answer_prob": -4.042382478713989}
{"example_id": 8534549592167980251, "prediction": "off the west coast of Sumatra , Indonesia", "binary_answer": null, "no_answer_prob": -9.009794235229492}
{"example_id": -569731302685984630, "prediction": "Norwegian Swedish English words of Old Norse origin", "binary_answer": null, "no_answer_prob": 2.123104453086853}
{"example_id": -1247714172130318793, "prediction": "August 9 -- 30 , 2018", "binary_answer": null, "no_answer_prob": -1.2168874740600586}
{"example_id": -5444664036844935521, "prediction": "", "binary_answer": null, "no_answer_prob": -4.166459918022156}
{"example_id": -680690728484392532, "prediction": "rice with miso soup and other dishes", "binary_answer": null, "no_answer_prob": -3.2821826934814453}
{"example_id": 1863258277991902131, "prediction": "Nash Holdings LLC", "binary_answer": null, "no_answer_prob": -6.753628969192505}
{"example_id": 6204028708994177860, "prediction": "isovolumic", "binary_answer": null, "no_answer_prob": -7.426491022109985}
{"example_id": 2074109525231919974, "prediction": "four rounds of two minutes each .", "binary_answer": null, "no_answer_prob": -2.7333829402923584}
{"example_id": 8140858667559066907, "prediction": "", "binary_answer": null, "no_answer_prob": -6.640209197998047}
{"example_id": 594703128299619052, "prediction": "Horace Greeley", "binary_answer": null, "no_answer_prob": -9.770363450050354}
{"example_id": 941288606558358396, "prediction": "Freddie Mercury", "binary_answer": null, "no_answer_prob": -12.360090136528015}
{"example_id": 5362159757602356118, "prediction": "2003 -- 04", "binary_answer": null, "no_answer_prob": -9.000080525875092}
{"example_id": 2457782171231919899, "prediction": "a ruler or a military leader as well as someone who presided over legal hearings", "binary_answer": null, "no_answer_prob": -2.158905506134033}
{"example_id": -5286697952553600640, "prediction": "Canada", "binary_answer": null, "no_answer_prob": -7.393975734710693}
{"example_id": -8319206142909031351, "prediction": "175.4 cm ( 5 ft 9 in )", "binary_answer": null, "no_answer_prob": -3.5088911056518555}
{"example_id": -3697248169701347608, "prediction": "", "binary_answer": null, "no_answer_prob": 4.138992965221405}
{"example_id": 7813481492137934376, "prediction": "17 June 2018", "binary_answer": null, "no_answer_prob": -6.864464998245239}
{"example_id": -263355853184720782, "prediction": "Cocktail", "binary_answer": null, "no_answer_prob": 1.5075747966766357}
{"example_id": 2292150320658999139, "prediction": "tens of thousands", "binary_answer": null, "no_answer_prob": -2.514059543609619}
{"example_id": 2784798172118934262, "prediction": "7,409,800", "binary_answer": null, "no_answer_prob": -7.493401646614075}
{"example_id": 4160642133874288949, "prediction": "the Dutch West India Company ( WIC )", "binary_answer": null, "no_answer_prob": -4.172100305557251}
{"example_id": -5067828861237213068, "prediction": "trigger physiological changes such as proliferation , differentiation , migration , survival , and apoptosis", "binary_answer": null, "no_answer_prob": -5.542728781700134}
{"example_id": 5382399624277720362, "prediction": "1980 2008", "binary_answer": null, "no_answer_prob": -10.843367472290993}
{"example_id": -235948766055315070, "prediction": "I was a Flower of the mountain yes", "binary_answer": null, "no_answer_prob": 3.0446773767471313}
{"example_id": -4797786833778776611, "prediction": "Olympia", "binary_answer": null, "no_answer_prob": -11.525112390518188}
{"example_id": 5979153299787867084, "prediction": "five", "binary_answer": null, "no_answer_prob": -5.642589807510376}
{"example_id": -1990825040013158066, "prediction": "The hot dog or dog ( also spelled hotdog ) is a grilled or steamed link - sausage sandwich", "binary_answer": null, "no_answer_prob": -0.32038187980651855}
{"example_id": 5533719369174487898, "prediction": "8.3 GW installed capacity as of 31 March 2018 . Family type biogas plants reached 3.98 million .", "binary_answer": null, "no_answer_prob": -4.988489151000977}
{"example_id": -4018959341407620176, "prediction": "9 September 2016", "binary_answer": null, "no_answer_prob": -11.192357242107391}
{"example_id": -6721237565310380112, "prediction": "A tape diagram , also known as a bar model , is a pictorial representation of ratios", "binary_answer": null, "no_answer_prob": -6.955363869667053}
{"example_id": -3029726963901339644, "prediction": "Anita Ward", "binary_answer": null, "no_answer_prob": -4.56742250919342}
{"example_id": -6225204338014877069, "prediction": "Prague , Czech Republic", "binary_answer": null, "no_answer_prob": -7.190797567367554}
{"example_id": -1826083440068911402, "prediction": "Warsaw", "binary_answer": null, "no_answer_prob": -9.867724180221558}
{"example_id": -9002920405367315200, "prediction": "Thomas , Duke of Norfolk , to Thomas Cromwell", "binary_answer": null, "no_answer_prob": -3.9093010425567627}
{"example_id": -5331354309162291530, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -6.959318995475769}
{"example_id": 8205654220778759023, "prediction": "15 September 2000", "binary_answer": null, "no_answer_prob": -3.05819034576416}
{"example_id": -4512188033582443098, "prediction": "171", "binary_answer": null, "no_answer_prob": -9.269412994384766}
{"example_id": -2508052543447778180, "prediction": "C. Rajagopalachari", "binary_answer": null, "no_answer_prob": -2.79876446723938}
{"example_id": -1989272956094685060, "prediction": "Opening Title Director Cast Genre Notes Ref J 12", "binary_answer": null, "no_answer_prob": 1.2938573360443115}
{"example_id": -614959085297785430, "prediction": "2019", "binary_answer": null, "no_answer_prob": -8.30270791053772}
{"example_id": -8910461733962205455, "prediction": "Christianity", "binary_answer": null, "no_answer_prob": -8.475391864776611}
{"example_id": -3773136998192894793, "prediction": "Nat King Cole", "binary_answer": null, "no_answer_prob": -3.5597891807556152}
{"example_id": 8965204482264054165, "prediction": "Javier Colon", "binary_answer": null, "no_answer_prob": -5.26164448261261}
{"example_id": 4547333015547257897, "prediction": "Emily Jane Browning", "binary_answer": null, "no_answer_prob": -6.643959999084473}
{"example_id": -3724466344379359135, "prediction": "two very short periods in its history", "binary_answer": null, "no_answer_prob": -6.480516195297241}
{"example_id": 8931813655722506550, "prediction": "the process by which a U.S. congressional committee or state legislative session debates , amends , and rewrites proposed legislation .", "binary_answer": null, "no_answer_prob": -0.08571757376194}
{"example_id": 1712232021028342928, "prediction": "December 2003", "binary_answer": null, "no_answer_prob": -8.589548349380493}
{"example_id": 7756927992715869319, "prediction": "Austria \u00d6sterreich", "binary_answer": null, "no_answer_prob": 3.119864284992218}
{"example_id": 922233723732129849, "prediction": "1928", "binary_answer": null, "no_answer_prob": -8.806537449359894}
{"example_id": 6135599793196466502, "prediction": "Tom Hardy", "binary_answer": null, "no_answer_prob": -11.692045211791992}
{"example_id": 5175476796593681786, "prediction": "Eugene Andrew Cernan", "binary_answer": null, "no_answer_prob": -10.644547820091248}
{"example_id": -7316685266820094486, "prediction": "Guitar Hero Encore : Rocks the 80s", "binary_answer": null, "no_answer_prob": -6.211015701293945}
{"example_id": 1276418571982750964, "prediction": "16 countries :", "binary_answer": null, "no_answer_prob": 0.8809232711791992}
{"example_id": -7920362459767518847, "prediction": "From 1914 to the end of the 2017 season", "binary_answer": null, "no_answer_prob": -3.0941114723682404}
{"example_id": -2787552463118090381, "prediction": "etaoin shrdlu cmfwyp vbgkjq xz", "binary_answer": null, "no_answer_prob": -7.4205968379974365}
{"example_id": -1141777556768494473, "prediction": "All three films follow the same time period", "binary_answer": null, "no_answer_prob": -0.4295179843902588}
{"example_id": 5424792513304526033, "prediction": "8,000 ft ( 2,400 m ) above downtown Colorado Springs . Pikes Peak is a designated National Historic Landmark .", "binary_answer": null, "no_answer_prob": -7.795399188995361}
{"example_id": 3920674755999659346, "prediction": "New York Jets", "binary_answer": null, "no_answer_prob": -5.175170183181763}
{"example_id": 3159450013040383289, "prediction": "The Wii U is the first Nintendo console to support HD graphics", "binary_answer": null, "no_answer_prob": -0.8971537947654724}
{"example_id": 53984122385271589, "prediction": "October 27 , 2009", "binary_answer": null, "no_answer_prob": -0.6131538152694702}
{"example_id": 5029149710350466461, "prediction": "2,127 to 13,114 feet ( 648 to 3,997 m )", "binary_answer": null, "no_answer_prob": -9.104045867919922}
{"example_id": 761165222701376413, "prediction": "Alexander Gould", "binary_answer": null, "no_answer_prob": -9.339958667755127}
{"example_id": 183764030498071045, "prediction": "family planning policy", "binary_answer": null, "no_answer_prob": -7.887862205505371}
{"example_id": -1805699453282897240, "prediction": "Rank Country ( or dependent territory ) Population Date % of world population Source China 1,393,470,000 August 13 , 2018 18.2 %", "binary_answer": null, "no_answer_prob": -3.836101770401001}
{"example_id": 7954830049171830663, "prediction": "636", "binary_answer": null, "no_answer_prob": -10.459075570106506}
{"example_id": 302608262905064823, "prediction": "The song 's breakdown", "binary_answer": null, "no_answer_prob": -4.972763776779175}
{"example_id": 3346198128010499744, "prediction": "Mukesh Ambani", "binary_answer": null, "no_answer_prob": 3.039222538471222}
{"example_id": 5249725952584571399, "prediction": "Cotswolds , Scone Palace , Sandwich , Bakewell , Mousehole , Fulham Palace", "binary_answer": null, "no_answer_prob": -4.137217402458191}
{"example_id": -8140326045816939964, "prediction": "Brian Robbins", "binary_answer": null, "no_answer_prob": -7.55298376083374}
{"example_id": 1594008442355262884, "prediction": "William Wayne McMillan Rogers III", "binary_answer": null, "no_answer_prob": -11.822944045066833}
{"example_id": 1971174532031498166, "prediction": "Ethan Philan Randall", "binary_answer": null, "no_answer_prob": -5.5854198932647705}
{"example_id": 2846963895667986781, "prediction": "October 3 , 2002", "binary_answer": null, "no_answer_prob": -7.523200154304504}
{"example_id": 1183350484846600884, "prediction": "Chuy", "binary_answer": null, "no_answer_prob": -7.978412628173828}
{"example_id": -1984869014432774417, "prediction": "September 13 , 2017", "binary_answer": null, "no_answer_prob": -8.073795557022095}
{"example_id": 8501301649668944199, "prediction": "locus Xp21", "binary_answer": null, "no_answer_prob": -6.603718996047974}
{"example_id": -8279936909131625284, "prediction": "The Miracles", "binary_answer": null, "no_answer_prob": -6.930197358131409}
{"example_id": 3699573018209589701, "prediction": "Maria", "binary_answer": null, "no_answer_prob": -3.730377674102783}
{"example_id": -7124677615703363949, "prediction": "98", "binary_answer": null, "no_answer_prob": -5.318577885627747}
{"example_id": -4050423775213461590, "prediction": "Evanna Patricia Lynch", "binary_answer": null, "no_answer_prob": -12.1382657289505}
{"example_id": -9120022201243773229, "prediction": "to prevent the femur from sliding off the anterior edge of the tibia", "binary_answer": null, "no_answer_prob": -5.666701555252075}
{"example_id": -4492454991402431278, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": -6.164360761642456}
{"example_id": 8498822638485909506, "prediction": "Independence Day", "binary_answer": null, "no_answer_prob": -8.681202113628387}
{"example_id": -6722600341974192522, "prediction": "approximately a quarter of a million miles", "binary_answer": null, "no_answer_prob": -8.672302603721619}
{"example_id": -5401845217659720825, "prediction": "Richard Parker", "binary_answer": null, "no_answer_prob": -6.558599591255188}
{"example_id": -7592304700434792168, "prediction": "1312", "binary_answer": null, "no_answer_prob": -4.401196002960205}
{"example_id": 7758402878662382044, "prediction": "Dem Franchize Boyz", "binary_answer": null, "no_answer_prob": -11.47511374950409}
{"example_id": -4380267355593254388, "prediction": "This image is of a cover of an audio recording", "binary_answer": null, "no_answer_prob": 1.1053181886672974}
{"example_id": 8805336423896295485, "prediction": "New England Patriots ( based in Foxborough , Massachusetts ) ; and the New York Jets", "binary_answer": null, "no_answer_prob": -5.856496453285217}
{"example_id": -7206127442759222825, "prediction": "Emma Watson", "binary_answer": null, "no_answer_prob": -9.089648246765137}
{"example_id": 7011446331114983875, "prediction": "Opel Kadett", "binary_answer": null, "no_answer_prob": -3.5071698427200317}
{"example_id": 4876639228548160552, "prediction": "around 80 -- 90 AD", "binary_answer": null, "no_answer_prob": -9.229456901550293}
{"example_id": 2191430624310317444, "prediction": "Japan 's rapid industrialization and militarization", "binary_answer": null, "no_answer_prob": 0.45168614387512207}
{"example_id": -6224444410374918568, "prediction": "March 21 , 2014", "binary_answer": null, "no_answer_prob": -7.526363968849182}
{"example_id": 4733964761225073902, "prediction": "45 %", "binary_answer": null, "no_answer_prob": -7.907677412033081}
{"example_id": 6213306834749827575, "prediction": "Carole King", "binary_answer": null, "no_answer_prob": -11.148600459098816}
{"example_id": -5052846427453051381, "prediction": "North Carolina", "binary_answer": null, "no_answer_prob": -7.488559246063232}
{"example_id": -7265203241662763900, "prediction": "the cessation of monumental inscriptions and the reduction of large - scale architectural construction at the primary urban centers of the Classic Period .", "binary_answer": null, "no_answer_prob": -1.355745792388916}
{"example_id": 6662617812621479088, "prediction": "4.4 -- 7.4 billion km )", "binary_answer": null, "no_answer_prob": -2.8447428941726685}
{"example_id": -1430743056435751470, "prediction": "2013", "binary_answer": null, "no_answer_prob": -11.946114137768745}
{"example_id": -5511849530252416277, "prediction": "George Washington ( 1732 -- 1799 ) , Thomas Jefferson ( 1743 -- 1826 ) , Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -3.866630434989929}
{"example_id": 1861904082134879511, "prediction": "10 December 1948", "binary_answer": null, "no_answer_prob": -10.532653272151947}
{"example_id": 5655722180268870284, "prediction": "1998", "binary_answer": null, "no_answer_prob": -8.45970231294632}
{"example_id": -2948001631489764809, "prediction": "Joshua Lucas Easy Dent Maurer", "binary_answer": null, "no_answer_prob": -11.14867091178894}
{"example_id": -8406743977779394280, "prediction": "Enclosed", "binary_answer": null, "no_answer_prob": -7.578511834144592}
{"example_id": 848249630748433447, "prediction": "Martin Short", "binary_answer": null, "no_answer_prob": -7.192142963409424}
{"example_id": -8692966746673263974, "prediction": "about 2.7 g / cm", "binary_answer": null, "no_answer_prob": -10.694798946380615}
{"example_id": 5414312623014862708, "prediction": "the early Crusades", "binary_answer": null, "no_answer_prob": 1.7149877548217773}
{"example_id": 3893114041509854494, "prediction": "cavities or next to tree trunks", "binary_answer": null, "no_answer_prob": -4.304603099822998}
{"example_id": 6405468783784856922, "prediction": "Audrey Penn", "binary_answer": null, "no_answer_prob": -12.281580448150635}
{"example_id": 8222642630969784265, "prediction": "Rockin ' Sidney", "binary_answer": null, "no_answer_prob": -9.541643261909485}
{"example_id": -4719052637151254890, "prediction": "about the legendary King Arthur , Guinevere , Lancelot , Merlin , and the Knights of the Round Table", "binary_answer": null, "no_answer_prob": 0.018410854041576385}
{"example_id": -1635637791707888778, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6056809425354004}
{"example_id": -1900131123284252568, "prediction": "Robert Barone", "binary_answer": null, "no_answer_prob": -2.288877248764038}
{"example_id": -7848694680385956535, "prediction": "Queen Elizabeth II", "binary_answer": null, "no_answer_prob": -2.862442135810852}
{"example_id": -3986943963143017285, "prediction": "Guiana Shield Region the Guiana Shield Region South America Location northeastern South America", "binary_answer": null, "no_answer_prob": -4.6005412340164185}
{"example_id": 5550904703934141014, "prediction": "`` Might Have Been", "binary_answer": null, "no_answer_prob": 3.606780171394348}
{"example_id": 1202446179211419693, "prediction": "the quarrying , surveying and construction techniques that supported the building of monumental pyramids , temples , and obelisks", "binary_answer": null, "no_answer_prob": -5.226949214935303}
{"example_id": 2552032703793387742, "prediction": "Rohit Sharma", "binary_answer": null, "no_answer_prob": -4.725273847579956}
{"example_id": 5797780729268030159, "prediction": "the Five Stairsteps", "binary_answer": null, "no_answer_prob": -7.274454116821289}
{"example_id": 1694766517825057173, "prediction": "Ringo Starr", "binary_answer": null, "no_answer_prob": -9.174458265304565}
{"example_id": 4810744875171236594, "prediction": "Deep Purple", "binary_answer": null, "no_answer_prob": -11.90500271320343}
{"example_id": 9046889476222355445, "prediction": "Bharat Ratna", "binary_answer": null, "no_answer_prob": -9.0098956823349}
{"example_id": 5399144941562483470, "prediction": "three", "binary_answer": null, "no_answer_prob": -7.4882670640945435}
{"example_id": 129625858882162411, "prediction": "Pradhan Mantri Jan Dhan Yojana ( PMJDY ) , Prime Minister 's Peoples ' Wealth Scheme", "binary_answer": null, "no_answer_prob": -1.1169302463531494}
{"example_id": 8228803571517746422, "prediction": "28 July 1914 to 11 November 1918", "binary_answer": null, "no_answer_prob": -7.425690650939941}
{"example_id": -4871329359856517406, "prediction": "Alice Eve", "binary_answer": null, "no_answer_prob": -8.356830358505249}
{"example_id": -983219211076821692, "prediction": "Beverly or Beverley", "binary_answer": null, "no_answer_prob": -2.3841358423233032}
{"example_id": -6423356264440457684, "prediction": "", "binary_answer": null, "no_answer_prob": 3.167818147689104}
{"example_id": 8882641337790041312, "prediction": "In cardiac physiology , isovolumetric contraction is an event occurring in early systole", "binary_answer": null, "no_answer_prob": 4.561174213886261}
{"example_id": -4518697877247382472, "prediction": "the Spanish conquest", "binary_answer": null, "no_answer_prob": -0.551027774810791}
{"example_id": 2203554116455320680, "prediction": "Subway", "binary_answer": null, "no_answer_prob": -7.390075922012329}
{"example_id": 7705549975295876123, "prediction": "", "binary_answer": null, "no_answer_prob": 4.379198431968689}
{"example_id": 1442515979516912325, "prediction": "New College Worcester", "binary_answer": null, "no_answer_prob": -2.7287296056747437}
{"example_id": 7118969866483484397, "prediction": "10 August 2018", "binary_answer": null, "no_answer_prob": -6.3688777685165405}
{"example_id": -4611219485744940758, "prediction": "Louie Shelton", "binary_answer": null, "no_answer_prob": -8.716497659683228}
{"example_id": 4331036196847411654, "prediction": "20", "binary_answer": null, "no_answer_prob": -3.2276962995529175}
{"example_id": -2209735929824851759, "prediction": "Cort\u00e9s and Xicotencatl the Younger", "binary_answer": null, "no_answer_prob": -3.014622211456299}
{"example_id": -7596006839448113455, "prediction": "April Michelle Bowlby", "binary_answer": null, "no_answer_prob": -9.643067121505737}
{"example_id": -7120033899991558055, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -8.641117095947266}
{"example_id": -7828984795116380351, "prediction": "September 2016", "binary_answer": null, "no_answer_prob": -9.24212372303009}
{"example_id": -3751717521023368149, "prediction": "67", "binary_answer": null, "no_answer_prob": -8.681236863136292}
{"example_id": -60281564014020764, "prediction": "Bo Diddley", "binary_answer": null, "no_answer_prob": -7.922973275184631}
{"example_id": -6365155489185407431, "prediction": "In the 21 tournaments held , 79", "binary_answer": null, "no_answer_prob": -0.9720691442489624}
{"example_id": -841781987422149553, "prediction": "Narendra Modi", "binary_answer": null, "no_answer_prob": -6.628362417221069}
{"example_id": -6138042119242288687, "prediction": "The Citizenship Clause", "binary_answer": null, "no_answer_prob": -3.3242000341415405}
{"example_id": -2207433714422106920, "prediction": "Rose Royce", "binary_answer": null, "no_answer_prob": -12.12726902961731}
{"example_id": -4160107133391472065, "prediction": "Nala", "binary_answer": null, "no_answer_prob": -4.149282455444336}
{"example_id": -8876882993596543209, "prediction": "Curly McLain", "binary_answer": null, "no_answer_prob": -7.09710967540741}
{"example_id": -7521155534556143475, "prediction": "San Francisco , California", "binary_answer": null, "no_answer_prob": -3.5942366123199463}
{"example_id": 6974122774280026219, "prediction": "Kohinoor Opera", "binary_answer": null, "no_answer_prob": -9.4138925075531}
{"example_id": 4047676684850800454, "prediction": "wireless network", "binary_answer": null, "no_answer_prob": -4.4600536823272705}
{"example_id": -2629994746059858681, "prediction": "There are approximately 50,000 km ( 31,000 mi ) of convergent plate margins , mostly around the Pacific Ocean", "binary_answer": null, "no_answer_prob": -4.5641984939575195}
{"example_id": 557459559015958106, "prediction": "In 1911 Paris , the Palais Garnier is believed to be haunted by an entity known as the Phantom or the Opera Ghost", "binary_answer": null, "no_answer_prob": -5.050310850143433}
{"example_id": 2201719897362086466, "prediction": "Maple syrup", "binary_answer": null, "no_answer_prob": -1.9284191131591797}
{"example_id": -1255379477625182896, "prediction": "In most of the world , sheet metal thickness is consistently specified in millimeters", "binary_answer": null, "no_answer_prob": -5.088452696800232}
{"example_id": 7651369124478529402, "prediction": "ancient Greek and Roman sculpture", "binary_answer": null, "no_answer_prob": -4.130490779876709}
{"example_id": -274259542723133906, "prediction": "Cerros", "binary_answer": null, "no_answer_prob": -2.3891005516052246}
{"example_id": -8899062602833744466, "prediction": "prime minister", "binary_answer": null, "no_answer_prob": -8.782426834106445}
{"example_id": 4942217800611456692, "prediction": "the Closing Disclosure that consolidates the HUD - 1 , Good Faith Estimate , and Truth in Lending Act disclosures .", "binary_answer": null, "no_answer_prob": -0.3184850215911865}
{"example_id": -283898457742941923, "prediction": "\u014cten Shimokawa , Jun'ichi K\u014duchi and Seitaro Kitayama", "binary_answer": null, "no_answer_prob": -8.5531005859375}
{"example_id": 5504372218939755912, "prediction": "John Joseph Haley Jr .", "binary_answer": null, "no_answer_prob": -13.457326769828796}
{"example_id": -4614468562763446361, "prediction": "four", "binary_answer": null, "no_answer_prob": -6.261403203010559}
{"example_id": -400602462252727767, "prediction": "Flora Louise Shaw", "binary_answer": null, "no_answer_prob": -11.03949511051178}
{"example_id": -595900732775935801, "prediction": "Caspian Sea", "binary_answer": null, "no_answer_prob": -7.73381233215332}
{"example_id": 6804231395663863524, "prediction": "Latin roots", "binary_answer": null, "no_answer_prob": -7.671815991401672}
{"example_id": -2088589662414334198, "prediction": "November 17 , 2013", "binary_answer": null, "no_answer_prob": -4.387717604637146}
{"example_id": -4696616192979221203, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3219568729400635}
{"example_id": -7734953669711547854, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A storage organ", "binary_answer": null, "no_answer_prob": 0.05290400981903076}
{"example_id": 8672782044987808720, "prediction": "`` A Golden Crown ''", "binary_answer": null, "no_answer_prob": -5.932084083557129}
{"example_id": 6563554083960788592, "prediction": "2016", "binary_answer": null, "no_answer_prob": 2.072991132736206}
{"example_id": -3015069839936483203, "prediction": "850 -- 630 Ma", "binary_answer": null, "no_answer_prob": -4.631655216217041}
{"example_id": -4530432431233510388, "prediction": "Necrotising fasciitis can occur at any part of the body", "binary_answer": null, "no_answer_prob": -2.2227303981781006}
{"example_id": 6747144007403700559, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.935033142566681}
{"example_id": 3854590860731408453, "prediction": "British victory", "binary_answer": null, "no_answer_prob": -4.020226955413818}
{"example_id": -6281289355863395090, "prediction": "September 22 , 2017", "binary_answer": null, "no_answer_prob": -11.168955564498901}
{"example_id": 2751241199268467621, "prediction": "1982", "binary_answer": null, "no_answer_prob": -8.887768685817719}
{"example_id": -1767606306850788857, "prediction": "1984", "binary_answer": null, "no_answer_prob": -7.7397801876068115}
{"example_id": -2956641537065714260, "prediction": "Hawaii", "binary_answer": null, "no_answer_prob": -8.720917224884033}
{"example_id": -6267188359407097018, "prediction": "during inhalation", "binary_answer": null, "no_answer_prob": -4.298529863357544}
{"example_id": -283399111811835456, "prediction": "southern England from northern France , and links the southern part of the North Sea to the Atlantic Ocean", "binary_answer": null, "no_answer_prob": -4.617227792739868}
{"example_id": -3588380646632343158, "prediction": "Martin Van Buren", "binary_answer": null, "no_answer_prob": -11.65968406200409}
{"example_id": -4097303105425806790, "prediction": "Mark Reynolds", "binary_answer": null, "no_answer_prob": -9.192087173461914}
{"example_id": -6015101730475168915, "prediction": "Human geography is the branch of geography that deals with the study of people and their communities , cultures , economies , and interactions with the environment", "binary_answer": null, "no_answer_prob": -3.4558104276657104}
{"example_id": -7018702713268385590, "prediction": "", "binary_answer": null, "no_answer_prob": 4.126232981681824}
{"example_id": 2529098904105918048, "prediction": "Andrew Garfield", "binary_answer": null, "no_answer_prob": -10.57289206981659}
{"example_id": -4140543111592861597, "prediction": "Two 5 - year terms", "binary_answer": null, "no_answer_prob": -4.611495494842529}
{"example_id": -6252479211836433999, "prediction": "arcuate nucleus of the hypothalamus", "binary_answer": null, "no_answer_prob": -9.171449303627014}
{"example_id": -4590588854974950166, "prediction": "The Guitar Player", "binary_answer": null, "no_answer_prob": -7.532674789428711}
{"example_id": 3684626119941024381, "prediction": "Manhattan , Brooklyn , Queens , The Bronx , and Staten Island", "binary_answer": null, "no_answer_prob": -7.137862920761108}
{"example_id": 2169967151174749378, "prediction": "Coca - Cola Company", "binary_answer": null, "no_answer_prob": -2.1813647747039795}
{"example_id": 3720359545382914053, "prediction": "O ( n log n )", "binary_answer": null, "no_answer_prob": 1.9163599014282227}
{"example_id": -8652290865374550461, "prediction": "as of their filing date in certain circumstances", "binary_answer": null, "no_answer_prob": -5.730912208557129}
{"example_id": -4813412688308020765, "prediction": "Walter Vinson and Lonnie Chatmon", "binary_answer": null, "no_answer_prob": -12.541933178901672}
{"example_id": 1085002624606180972, "prediction": "30 minutes north", "binary_answer": null, "no_answer_prob": -3.3033112287521362}
{"example_id": -4445565425610065202, "prediction": "Jack Nicklaus", "binary_answer": null, "no_answer_prob": -11.650796890258789}
{"example_id": 8555405273601743958, "prediction": "Thom Bell and Linda Creed", "binary_answer": null, "no_answer_prob": -11.740520715713501}
{"example_id": -7245397199986433863, "prediction": "African - American Great Migration", "binary_answer": null, "no_answer_prob": 1.8850963711738586}
{"example_id": -6547079818648848567, "prediction": "Dion", "binary_answer": null, "no_answer_prob": -9.611047565937042}
{"example_id": 195122281550505353, "prediction": "Julie Harris , James Dean ( in his first major screen role ) , and Raymond Massey", "binary_answer": null, "no_answer_prob": -5.447399020195007}
{"example_id": -7623679728866041421, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -12.826896011829376}
{"example_id": 8773180844689256953, "prediction": "Surfacing", "binary_answer": null, "no_answer_prob": -7.77739953994751}
{"example_id": 549687998310225047, "prediction": "The 2010 Austin suicide attack", "binary_answer": null, "no_answer_prob": -4.272155523300171}
{"example_id": -6570861183438438890, "prediction": "Premchand", "binary_answer": null, "no_answer_prob": -8.516547918319702}
{"example_id": 4475547514915788963, "prediction": "Warwick Ashley Davis", "binary_answer": null, "no_answer_prob": -13.435922265052795}
{"example_id": 3779755686851096630, "prediction": "13 October 1983", "binary_answer": null, "no_answer_prob": -4.929019927978516}
{"example_id": -1241789659085435920, "prediction": "about 9 days after ovulation , ranging between 6 and 12 days .", "binary_answer": null, "no_answer_prob": -3.093479633331299}
{"example_id": 5076240842462150132, "prediction": "Mensural notation", "binary_answer": null, "no_answer_prob": -2.3892630338668823}
{"example_id": 4245459233518232419, "prediction": "four United States presidents", "binary_answer": null, "no_answer_prob": -4.380231618881226}
{"example_id": 3664344523230296963, "prediction": "Life OK", "binary_answer": null, "no_answer_prob": -5.534939408302307}
{"example_id": -1551514985236423693, "prediction": "", "binary_answer": null, "no_answer_prob": 5.701692581176758}
{"example_id": 8658816831446727938, "prediction": "Kris Boyd", "binary_answer": null, "no_answer_prob": -2.6599717140197754}
{"example_id": -8687881602932755298, "prediction": "mirrors or extends versions of the widely used Hypertext Markup Language ( HTML ) , the language in which Web pages are formulated .", "binary_answer": null, "no_answer_prob": 3.0933531522750854}
{"example_id": -1960798380924242840, "prediction": "September 3 , 2017", "binary_answer": null, "no_answer_prob": -8.639606952667236}
{"example_id": -7338168744552472942, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6759822517633438}
{"example_id": -4704037098113484224, "prediction": "March 3 , 1921 , the original Espionage Act was left intact .", "binary_answer": null, "no_answer_prob": 1.0386653542518616}
{"example_id": -3483707867965134786, "prediction": "Amanda Tapping", "binary_answer": null, "no_answer_prob": -13.38079047203064}
{"example_id": -5053021032353789022, "prediction": "Solomon Linda", "binary_answer": null, "no_answer_prob": -10.777501225471497}
{"example_id": 994642490959176193, "prediction": "Leaside", "binary_answer": null, "no_answer_prob": -8.350423336029053}
{"example_id": -6880511738870468310, "prediction": "British regulars , York and Lincoln militia and Mohawk warriors", "binary_answer": null, "no_answer_prob": -3.635187268257141}
{"example_id": 2647286571382570184, "prediction": "The geography of Canada describes the geographic features of Canada , the world 's second largest country in total area .", "binary_answer": null, "no_answer_prob": 4.886322528123856}
{"example_id": 442255348316288601, "prediction": "From the late 20th century and onwards , the United States and Japan have firm and very active political , economic and military", "binary_answer": null, "no_answer_prob": 0.8944216966629028}
{"example_id": -6830624302593477218, "prediction": "Crush", "binary_answer": null, "no_answer_prob": -8.634981632232666}
{"example_id": 516825841602475347, "prediction": "Iowa", "binary_answer": null, "no_answer_prob": -5.059315264225006}
{"example_id": 8536034664307422278, "prediction": "Isabella Cramp", "binary_answer": null, "no_answer_prob": -5.322517395019531}
{"example_id": -5795406635010364179, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -10.051047921180725}
{"example_id": -2951492518232842749, "prediction": "", "binary_answer": null, "no_answer_prob": -3.1501442193984985}
{"example_id": -5150725109404784758, "prediction": "Th\u00edch Qu\u1ea3ng \u0110\u1ee9c", "binary_answer": null, "no_answer_prob": -12.352553844451904}
{"example_id": -504335222625655298, "prediction": "Independence is an independent licensee of the Blue Cross and Blue Shield Association .", "binary_answer": null, "no_answer_prob": -4.235734939575195}
{"example_id": -2178756859414977833, "prediction": "Delphine Gibson", "binary_answer": null, "no_answer_prob": -10.491849422454834}
{"example_id": 4033043724349287212, "prediction": "January 1971", "binary_answer": null, "no_answer_prob": -3.1896132230758667}
{"example_id": 2140438374364897, "prediction": "", "binary_answer": null, "no_answer_prob": -4.001569986343384}
{"example_id": -4577246112908835183, "prediction": "seven members of the Federal Reserve Board , the president of the New York Fed , and four of the other eleven regional Federal Reserve Bank presidents", "binary_answer": null, "no_answer_prob": -5.912393093109131}
{"example_id": -2938678311455780261, "prediction": "the Band", "binary_answer": null, "no_answer_prob": -2.727119207382202}
{"example_id": 338119272259923297, "prediction": "Tourism in Spain is the 3rd major contributor to the national economic life just after the industry and the business / banking sector", "binary_answer": null, "no_answer_prob": -2.9084925651550293}
{"example_id": 636022041015725508, "prediction": "sperm whales", "binary_answer": null, "no_answer_prob": -4.757323741912842}
{"example_id": 5043855927664999084, "prediction": "Venkaiah Naidu", "binary_answer": null, "no_answer_prob": -12.348771333694458}
{"example_id": -128952559812824419, "prediction": "USC Trojans football team", "binary_answer": null, "no_answer_prob": -7.862751603126526}
{"example_id": 2297315218654357284, "prediction": "Never Say Die ''", "binary_answer": null, "no_answer_prob": -4.053495407104492}
{"example_id": 3897225624303698473, "prediction": "2016", "binary_answer": null, "no_answer_prob": -8.680015981197357}
{"example_id": -7871744494704499268, "prediction": "A Great Big World", "binary_answer": null, "no_answer_prob": -8.29750370979309}
{"example_id": 2992752963425451524, "prediction": "Robert Reed", "binary_answer": null, "no_answer_prob": -6.712705135345459}
{"example_id": -4248904774140551640, "prediction": "1783", "binary_answer": null, "no_answer_prob": -0.7524921894073486}
{"example_id": 3553432308560140022, "prediction": "Denver Broncos", "binary_answer": null, "no_answer_prob": -9.850103497505188}
{"example_id": -3380359748048927226, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0873855352401733}
{"example_id": -432971297590955372, "prediction": "Juliet Rose Landau", "binary_answer": null, "no_answer_prob": -12.683445692062378}
{"example_id": -6331415636013979125, "prediction": "The K\u00e1rm\u00e1n line", "binary_answer": null, "no_answer_prob": -6.8980501890182495}
{"example_id": 7541606125795867997, "prediction": "all states except Nagaland , Meghalaya , and Mizoram , and in all Union Territories except Delhi .", "binary_answer": null, "no_answer_prob": -3.3351221084594727}
{"example_id": 4278466626120134926, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -10.046504020690918}
{"example_id": 8758570631872393263, "prediction": "illusion", "binary_answer": null, "no_answer_prob": -9.289421677589417}
{"example_id": -8933683725315708157, "prediction": "", "binary_answer": null, "no_answer_prob": 3.601979076862335}
{"example_id": 6763870783655191266, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8931716680526733}
{"example_id": 5427812906955011328, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9158351607620716}
{"example_id": 2993900242277777418, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -10.411009788513184}
{"example_id": 3189865935182604776, "prediction": "The Miami RedHawks football ( known as the Miami Redskins", "binary_answer": null, "no_answer_prob": 1.694932222366333}
{"example_id": -6759815759990707611, "prediction": "King T'Chaka of the African nation Wakanda", "binary_answer": null, "no_answer_prob": -7.577802658081055}
{"example_id": 301001421963967136, "prediction": "Hozier", "binary_answer": null, "no_answer_prob": -11.244251370429993}
{"example_id": 3199484311886819083, "prediction": "Freaky Styley", "binary_answer": null, "no_answer_prob": -8.086524486541748}
{"example_id": -4823366807206658748, "prediction": "The Lion King ( Original Motion Picture Soundtrack ) No . Title Performer ( s ) Length 1 . `` Circle of Life", "binary_answer": null, "no_answer_prob": -1.7224280834197998}
{"example_id": -5534792788335180464, "prediction": "1912", "binary_answer": null, "no_answer_prob": -6.007434844970703}
{"example_id": 2381938879170761525, "prediction": "Krishna Sobti", "binary_answer": null, "no_answer_prob": -9.894287586212158}
{"example_id": -5716635019806213117, "prediction": "Since the release of the first novel , Harry Potter and the Philosopher 's Stone , on 26 June 1997", "binary_answer": null, "no_answer_prob": -6.550550192594528}
{"example_id": 508297974171411363, "prediction": "season two", "binary_answer": null, "no_answer_prob": -6.605232238769531}
{"example_id": -1697273296376987173, "prediction": "John Ambrose Fleming", "binary_answer": null, "no_answer_prob": -3.882293224334717}
{"example_id": 1993940019564249865, "prediction": "Khamani Griffin", "binary_answer": null, "no_answer_prob": -9.691058278083801}
{"example_id": 4130825295250848401, "prediction": "", "binary_answer": null, "no_answer_prob": 4.3309444189071655}
{"example_id": 1643661756996291699, "prediction": "", "binary_answer": null, "no_answer_prob": 6.332353889942169}
{"example_id": 236989730827222552, "prediction": "1992 1993", "binary_answer": null, "no_answer_prob": -5.608480244874954}
{"example_id": 4686285379534737898, "prediction": "", "binary_answer": null, "no_answer_prob": -2.552340507507324}
{"example_id": 8542682694596574905, "prediction": "Joop Zoetemelk", "binary_answer": null, "no_answer_prob": -9.257891178131104}
{"example_id": -7915194818348295526, "prediction": "140 minutes", "binary_answer": null, "no_answer_prob": -10.25879192352295}
{"example_id": -2008817761344868213, "prediction": "Endora , Iowa", "binary_answer": null, "no_answer_prob": -10.238041162490845}
{"example_id": -6846703645131329860, "prediction": "Mission Bay neighborhood of San Francisco", "binary_answer": null, "no_answer_prob": -7.217947363853455}
{"example_id": -7591815569448953540, "prediction": "connective , muscle , nervous , and epithelial", "binary_answer": null, "no_answer_prob": -7.984405994415283}
{"example_id": -2569300021052159707, "prediction": "five", "binary_answer": null, "no_answer_prob": -8.11924958229065}
{"example_id": 2497318347920691706, "prediction": "an important part in developing political and economic resistance , and eventually were one of the driving forces in realising the transition to an inclusive democratic government .", "binary_answer": null, "no_answer_prob": -1.3864235877990723}
{"example_id": 328226219254023076, "prediction": "Diana Ross & the Supremes and The Temptations", "binary_answer": null, "no_answer_prob": -10.27076542377472}
{"example_id": -57906692035479450, "prediction": "Chadwick Aaron Boseman", "binary_answer": null, "no_answer_prob": -12.767494797706604}
{"example_id": -833972524555734008, "prediction": "seafloor", "binary_answer": null, "no_answer_prob": -0.8854985237121582}
{"example_id": 2939339272253679470, "prediction": "302.64 feet ( 92.24 m ) tall", "binary_answer": null, "no_answer_prob": -4.988057374954224}
{"example_id": 3533898880614707574, "prediction": "Ron Kovic", "binary_answer": null, "no_answer_prob": -4.146205306053162}
{"example_id": -7038507072295857022, "prediction": "Cleavon Little", "binary_answer": null, "no_answer_prob": -6.415745258331299}
{"example_id": 8772693064683579137, "prediction": "Eret", "binary_answer": null, "no_answer_prob": -6.746858835220337}
{"example_id": -5180757683945661917, "prediction": "November 2010", "binary_answer": null, "no_answer_prob": -9.327954053878784}
{"example_id": -7566981911362248102, "prediction": "$32.6 Billion ( 2014 ) Agency executives Ben Carson , Secretary Pam Patenaude , Deputy Secretary Website hud.gov", "binary_answer": null, "no_answer_prob": -2.2443348169326782}
{"example_id": 1966439278700039703, "prediction": "Australia", "binary_answer": null, "no_answer_prob": -5.300479412078857}
{"example_id": -4396484880646690425, "prediction": "Sir George Keith Elphinstone", "binary_answer": null, "no_answer_prob": -8.532365083694458}
{"example_id": 4268890060994646092, "prediction": "Prime Minister of India", "binary_answer": null, "no_answer_prob": -7.213796615600586}
{"example_id": -7629969320722188586, "prediction": "Season 2", "binary_answer": null, "no_answer_prob": -3.9725290536880493}
{"example_id": 4252123627076857968, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.7568366527557373}
{"example_id": 7432440798617851885, "prediction": "William Thomas Kinkade III", "binary_answer": null, "no_answer_prob": -12.755159974098206}
{"example_id": 5869718724083541782, "prediction": "6", "binary_answer": null, "no_answer_prob": -6.451728820800781}
{"example_id": 3643218479176707788, "prediction": "fourth or fifth season .", "binary_answer": null, "no_answer_prob": -4.436638832092285}
{"example_id": -8259829065567279198, "prediction": "Paul McCartney", "binary_answer": null, "no_answer_prob": -11.983007192611694}
{"example_id": 1803561297010960223, "prediction": "Lauren Hastings", "binary_answer": null, "no_answer_prob": -7.170309543609619}
{"example_id": 3706040928359491598, "prediction": "", "binary_answer": null, "no_answer_prob": 4.384839415550232}
{"example_id": -7461589558275857359, "prediction": "the 1719 Epistle to Ramsay by the Scottish poet William Hamilton :", "binary_answer": null, "no_answer_prob": -6.706337094306946}
{"example_id": 7024722536580699797, "prediction": "March 1 , 1872", "binary_answer": null, "no_answer_prob": -11.226027011871338}
{"example_id": 1936301489123032368, "prediction": "3 Doors Down", "binary_answer": null, "no_answer_prob": -11.524126648902893}
{"example_id": -1370743841283786961, "prediction": "Bill of Rights", "binary_answer": null, "no_answer_prob": -0.9324853420257568}
{"example_id": -8052865869743711441, "prediction": "latent tuberculosis", "binary_answer": null, "no_answer_prob": 1.449540376663208}
{"example_id": -6984734423140952246, "prediction": "F. Gary Gray", "binary_answer": null, "no_answer_prob": -5.465679168701172}
{"example_id": -2399396364335826088, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -9.936524987220764}
{"example_id": -4834952628694822073, "prediction": "The Georgia Bulldogs", "binary_answer": null, "no_answer_prob": -3.7341544032096863}
{"example_id": -7406434194788762546, "prediction": "72 %", "binary_answer": null, "no_answer_prob": -5.900201320648193}
{"example_id": 5941795906329483392, "prediction": "44", "binary_answer": null, "no_answer_prob": -0.8499326705932617}
{"example_id": -5204051071778439945, "prediction": "Virginia Minstrels", "binary_answer": null, "no_answer_prob": -3.830276131629944}
{"example_id": -5632775361439610918, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5966449975967407}
{"example_id": 1308220095526578683, "prediction": "Bill Berry Peter Buck Mike Mills Michael Stipe", "binary_answer": null, "no_answer_prob": -6.519118905067444}
{"example_id": -1303334436163727264, "prediction": "the dry plains of Central Asia", "binary_answer": null, "no_answer_prob": -5.92755925655365}
{"example_id": -8092030669569316451, "prediction": "Glen Campbell Julian Raymond", "binary_answer": null, "no_answer_prob": -8.664649844169617}
{"example_id": -8766903714629873885, "prediction": "Circle , circle . Dot , dot . Now you got your cootie shot .", "binary_answer": null, "no_answer_prob": -1.581740140914917}
{"example_id": -4316646747276835236, "prediction": "Bowling For Soup", "binary_answer": null, "no_answer_prob": -6.102057576179504}
{"example_id": -6514059666913433730, "prediction": "1968", "binary_answer": null, "no_answer_prob": -7.852423429489136}
{"example_id": -4760567701070400413, "prediction": "a hub for transportation , business , culture , and government", "binary_answer": null, "no_answer_prob": -1.5558584034442902}
{"example_id": -3818674246382071844, "prediction": "Geena Davis as Thelma and Susan Sarandon", "binary_answer": null, "no_answer_prob": -4.216767191886902}
{"example_id": -1870063306648453159, "prediction": "Thomas Patrick Lennon", "binary_answer": null, "no_answer_prob": -4.5111589431762695}
{"example_id": -1333088833507001449, "prediction": "Oldman", "binary_answer": null, "no_answer_prob": -6.007235646247864}
{"example_id": 3855570255201279863, "prediction": "Woodrow Wilson", "binary_answer": null, "no_answer_prob": -4.562979340553284}
{"example_id": 4909799049409483779, "prediction": "1968 , four decades after the team 's formation .", "binary_answer": null, "no_answer_prob": 1.278238296508789}
{"example_id": 1483042118657296692, "prediction": "Edward Carl Gaedel", "binary_answer": null, "no_answer_prob": -8.290672600269318}
{"example_id": -1781337274797036457, "prediction": "Guaranteed Rate Field", "binary_answer": null, "no_answer_prob": -10.89612865447998}
{"example_id": 7440266249932614263, "prediction": "four", "binary_answer": null, "no_answer_prob": -5.13951301574707}
{"example_id": -412266427104349826, "prediction": "on the shores of a tropical island", "binary_answer": null, "no_answer_prob": -5.09671425819397}
{"example_id": 2981505388648018232, "prediction": "deposit account , a credit card account , a current account , or any other type of account offered by a financial institution", "binary_answer": null, "no_answer_prob": -4.837570905685425}
{"example_id": 707725165844204150, "prediction": "Adopted Daughter", "binary_answer": null, "no_answer_prob": -2.1467061042785645}
{"example_id": 7802219501574606776, "prediction": "4,028 square miles ( 10,430 km )", "binary_answer": null, "no_answer_prob": -10.77922785282135}
{"example_id": -5840340915655322620, "prediction": "Fontaine", "binary_answer": null, "no_answer_prob": -10.336382627487183}
{"example_id": -6599631136643788787, "prediction": "You do n't pull the mask off the old Lone Ranger And you do n't mess around with Jim", "binary_answer": null, "no_answer_prob": -3.658504605293274}
{"example_id": -5463503077814630167, "prediction": "Tony Tan", "binary_answer": null, "no_answer_prob": -1.5755102634429932}
{"example_id": 6875693564964539118, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.3526296615600586}
{"example_id": -6457537005868733854, "prediction": "the 10 - year - old daughter of his friend , associate producer Seiji Okuda", "binary_answer": null, "no_answer_prob": -5.8836095333099365}
{"example_id": 2718067441537612764, "prediction": "6 February 1952", "binary_answer": null, "no_answer_prob": -8.027990221977234}
{"example_id": -4125210246915357329, "prediction": "All or nearly all food groups are accommodated in typical Dominican cuisine", "binary_answer": null, "no_answer_prob": -3.8315086364746094}
{"example_id": 4561032967771534797, "prediction": "Dolores Hart", "binary_answer": null, "no_answer_prob": -10.412520051002502}
{"example_id": -3155353170649122391, "prediction": "Miguel L\u00f3pez de Legazpi", "binary_answer": null, "no_answer_prob": 2.527959942817688}
{"example_id": -2481178513235236170, "prediction": "Unlike most Western countries , half of the US states do not have a legal minimum age of marriage . While in most US states , individuals age 18", "binary_answer": null, "no_answer_prob": -3.636096239089966}
{"example_id": 8845240041418834720, "prediction": "Shaun Mark Bean", "binary_answer": null, "no_answer_prob": -7.561447858810425}
{"example_id": 2556799146668514507, "prediction": "July 2019", "binary_answer": null, "no_answer_prob": -5.133383274078369}
{"example_id": 7158679958273960900, "prediction": "Unit Attention - medium auxiliary memory accessible", "binary_answer": null, "no_answer_prob": 4.009504318237305}
{"example_id": 1581074855341660034, "prediction": "a previous episode", "binary_answer": null, "no_answer_prob": -2.2686028480529785}
{"example_id": 4003424717887687406, "prediction": "Keith Christopher 2017 -- present bass none to date", "binary_answer": null, "no_answer_prob": -2.2496819496154785}
{"example_id": -455423193333751228, "prediction": "twelve to nineteen hours", "binary_answer": null, "no_answer_prob": -6.240883827209473}
{"example_id": -517186324724478411, "prediction": "Bill Medley and Jennifer Warnes", "binary_answer": null, "no_answer_prob": -10.858052253723145}
{"example_id": -4542117522133065625, "prediction": "Jackie DeShannon", "binary_answer": null, "no_answer_prob": -9.147867560386658}
{"example_id": -1298517695232485346, "prediction": "the Hard Rock Stadium in Miami Gardens , Florida", "binary_answer": null, "no_answer_prob": -10.575584650039673}
{"example_id": -7985500534801111230, "prediction": "Kingda Ka", "binary_answer": null, "no_answer_prob": -5.439344644546509}
{"example_id": -4740956412853773930, "prediction": "Barney Stinson and Robin Scherbatsky", "binary_answer": null, "no_answer_prob": -9.632383346557617}
{"example_id": -1931779794955008041, "prediction": "extension of the elbow joint ( straightening of the arm )", "binary_answer": null, "no_answer_prob": -5.759820938110352}
{"example_id": 2577677297665388592, "prediction": "Atlanta , Georgia", "binary_answer": null, "no_answer_prob": -8.732489466667175}
{"example_id": 426962160830558336, "prediction": "Dedrick Darnell Owens", "binary_answer": null, "no_answer_prob": -7.062867164611816}
{"example_id": -4382266524520421815, "prediction": "two additional seasons of 18 episodes each , for a total of 36 additional episodes . The second season is set to premiere on September 26 , 2017 .", "binary_answer": null, "no_answer_prob": -5.34494161605835}
{"example_id": 6289845821050098120, "prediction": "Myles Garrett , DE Cleveland Browns", "binary_answer": null, "no_answer_prob": -6.044323563575745}
{"example_id": 1662631078236757934, "prediction": "erosion", "binary_answer": null, "no_answer_prob": -4.939908027648926}
{"example_id": -8897708406794456407, "prediction": "a constant acceleration of 1g and a deceleration of 1g after reaching half way , to be able to stop .", "binary_answer": null, "no_answer_prob": 1.8033067286014557}
{"example_id": -123624118796019690, "prediction": "1995", "binary_answer": null, "no_answer_prob": -10.25610076636076}
{"example_id": -2983232566257449145, "prediction": "The central nervous system", "binary_answer": null, "no_answer_prob": -2.2659241557121277}
{"example_id": 1140729476144171754, "prediction": "Zachary Levi Pugh", "binary_answer": null, "no_answer_prob": -10.96996533870697}
{"example_id": -5456194564371060638, "prediction": "Arthur Johnson", "binary_answer": null, "no_answer_prob": -3.7330374717712402}
{"example_id": -5424952061910354846, "prediction": "Jeff Flake", "binary_answer": null, "no_answer_prob": -3.0118045806884766}
{"example_id": -3051624356414459011, "prediction": "Nationals Park , Washington , DC ) Participants American League and National League baseball players Organized by Major League Baseball", "binary_answer": null, "no_answer_prob": -4.769728899002075}
{"example_id": 2338086350063199742, "prediction": "27", "binary_answer": null, "no_answer_prob": -10.048134446144104}
{"example_id": 2562291364376041081, "prediction": "June 19 , 2015", "binary_answer": null, "no_answer_prob": -10.156886100769043}
{"example_id": 973750659147295946, "prediction": "Jennifer Garner as Christy Beam", "binary_answer": null, "no_answer_prob": -8.5714430809021}
{"example_id": -5957980471215888300, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0435997247695923}
{"example_id": -5351326942823585623, "prediction": "Luke Combs", "binary_answer": null, "no_answer_prob": -10.858633995056152}
{"example_id": -1892819880494614840, "prediction": "Logan Wade Lerman", "binary_answer": null, "no_answer_prob": -13.785334944725037}
{"example_id": 8827148222357273358, "prediction": "John Ross", "binary_answer": null, "no_answer_prob": -6.057074546813965}
{"example_id": -5004573756759210454, "prediction": "five to seven directors chosen by the Australian government and a Managing Director", "binary_answer": null, "no_answer_prob": -2.4642165899276733}
{"example_id": 6941079258184392041, "prediction": "11", "binary_answer": null, "no_answer_prob": -4.910611867904663}
{"example_id": 2427704424231307536, "prediction": "argumentum ad populum", "binary_answer": null, "no_answer_prob": -4.622655987739563}
{"example_id": 7136908230642294269, "prediction": "five", "binary_answer": null, "no_answer_prob": -9.108338832855225}
{"example_id": -3676657715397644578, "prediction": "The Del - Vikings", "binary_answer": null, "no_answer_prob": -6.7866270542144775}
{"example_id": 6103344685503605250, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5087703466415405}
{"example_id": -733603923360495136, "prediction": "", "binary_answer": null, "no_answer_prob": 2.211263415403664}
{"example_id": -8024170593968252493, "prediction": "Tom Douglas and Allen Shamblin", "binary_answer": null, "no_answer_prob": -12.906371355056763}
{"example_id": -135420961026923280, "prediction": "Horse racing has a long and distinguished history and has been practised in civilisations across the world since ancient times", "binary_answer": null, "no_answer_prob": -0.9991554021835327}
{"example_id": 3585223287652783388, "prediction": "both the height of chivalry and its subsequent decline , and the development of strong national identities in both countries .", "binary_answer": null, "no_answer_prob": 1.9503096342086792}
{"example_id": -8621141197968136630, "prediction": "Scott Daniel Servais", "binary_answer": null, "no_answer_prob": -13.311210989952087}
{"example_id": -4420042330380330759, "prediction": "Jamie Walters", "binary_answer": null, "no_answer_prob": -9.323625564575195}
{"example_id": 5286917849195215049, "prediction": "Spanish", "binary_answer": null, "no_answer_prob": -6.022717118263245}
{"example_id": -8196578579339054694, "prediction": "South Mumbai , India", "binary_answer": null, "no_answer_prob": -8.941811263561249}
{"example_id": 1112375152848664239, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -10.96218740940094}
{"example_id": 4168657448338450498, "prediction": "`` Do You Remember the First Time ?", "binary_answer": null, "no_answer_prob": -3.540663957595825}
{"example_id": -7088423111476196885, "prediction": "Irene Joan Marion Sims", "binary_answer": null, "no_answer_prob": -10.652599811553955}
{"example_id": -2362474540521017531, "prediction": "Tetris", "binary_answer": null, "no_answer_prob": -9.919609785079956}
{"example_id": -5001543574321430501, "prediction": "urban blues", "binary_answer": null, "no_answer_prob": -8.916561007499695}
{"example_id": 1907435480589298812, "prediction": "In typical uncompressed bitmaps , image pixels are generally stored with a variable number of bits per pixel", "binary_answer": null, "no_answer_prob": 1.7523928880691528}
{"example_id": -952785023901327089, "prediction": "Dirk Jeffrey Koetter", "binary_answer": null, "no_answer_prob": -11.678033530712128}
{"example_id": 4338478352290531299, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8989776372909546}
{"example_id": -6373372317677776014, "prediction": "Simon Peter", "binary_answer": null, "no_answer_prob": -10.207700967788696}
{"example_id": -3734699088236008933, "prediction": "`` Ca n't Find My Way Home '' is a song written by Steve Winwood which was first released by Blind Faith", "binary_answer": null, "no_answer_prob": 3.514485001564026}
{"example_id": -33838564772717460, "prediction": "United States", "binary_answer": null, "no_answer_prob": -4.117884635925293}
{"example_id": -4077429939663659711, "prediction": "the forces of the Egyptian Empire under Ramesses II and the Hittite Empire under Muwatalli II", "binary_answer": null, "no_answer_prob": -5.811405181884766}
{"example_id": 741947849643217460, "prediction": "1898 and 1959", "binary_answer": null, "no_answer_prob": -8.369452029466629}
{"example_id": -2528637924843693435, "prediction": "April 4 , 2014", "binary_answer": null, "no_answer_prob": -10.451767206192017}
{"example_id": -6159698557094007503, "prediction": "`` I 'm Not the Only One '' is a song recorded by English singer Sam Smith", "binary_answer": null, "no_answer_prob": 0.8599212020635605}
{"example_id": -5106712515446553169, "prediction": "The law implies that mass can neither be created nor destroyed , although it may be rearranged in space", "binary_answer": null, "no_answer_prob": -3.7280826568603516}
{"example_id": -2792777910263458048, "prediction": "Anne", "binary_answer": null, "no_answer_prob": -1.2920326590538025}
{"example_id": 485142794739792096, "prediction": "Good Apollo , I 'm Burning Star IV , Volume Two : No World for Tomorrow", "binary_answer": null, "no_answer_prob": 2.6845127642154694}
{"example_id": 2371503729615532707, "prediction": "Roberta Flack", "binary_answer": null, "no_answer_prob": -6.847512125968933}
{"example_id": 551804194459369840, "prediction": "`` I 'll Be Home on Christmas Day ''", "binary_answer": null, "no_answer_prob": 1.3228526711463928}
{"example_id": -7568911232192089895, "prediction": "Michael Sean `` Fitz '' Fitzpatrick", "binary_answer": null, "no_answer_prob": -12.07952743768692}
{"example_id": -8847524364195038466, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7416857481002808}
{"example_id": -6932196825830917096, "prediction": "to provide students with activities contributory to the general welfare and betterment of life of the members of the community especially those developed to improve social welfare services", "binary_answer": null, "no_answer_prob": 4.04139506816864}
{"example_id": -8753538509495229182, "prediction": "The fourth season", "binary_answer": null, "no_answer_prob": -2.0514779090881348}
{"example_id": -7449157003522518870, "prediction": "Haf\u00fe\u00f3r J\u00fal\u00edus `` Thor '' Bj\u00f6rnsson", "binary_answer": null, "no_answer_prob": -6.912837386131287}
{"example_id": 8830719834016772103, "prediction": "Alphonse Bertillon", "binary_answer": null, "no_answer_prob": -10.815430521965027}
{"example_id": 6498093173001040575, "prediction": "79.3", "binary_answer": null, "no_answer_prob": -5.526241302490234}
{"example_id": 9002735418234562192, "prediction": "related to humidity . A higher dew point means there will be more moisture in the air .", "binary_answer": null, "no_answer_prob": -3.4728156328201294}
{"example_id": 4657503226949391435, "prediction": "Isabela Moner , Jaheem King Toombs , Owen Joyner , and Jack De Sena", "binary_answer": null, "no_answer_prob": -1.5297126770019531}
{"example_id": 4598371973362053090, "prediction": "The first six rounds are the Qualifying Competition , from which 32 teams progress to the first round of the Competition Proper", "binary_answer": null, "no_answer_prob": -3.030723214149475}
{"example_id": 6582893353773119263, "prediction": "1908", "binary_answer": null, "no_answer_prob": -9.2600576877594}
{"example_id": -8421640039041295691, "prediction": "Sir Peter Robert Jackson ONZ KNZM", "binary_answer": null, "no_answer_prob": -12.629247784614563}
{"example_id": -907477793232164936, "prediction": "Body integrity identity disorder", "binary_answer": null, "no_answer_prob": -4.494276523590088}
{"example_id": -787638690669078881, "prediction": "Doubleback ''", "binary_answer": null, "no_answer_prob": -6.327041268348694}
{"example_id": 7139116389243010903, "prediction": "Germanic", "binary_answer": null, "no_answer_prob": -5.87980580329895}
{"example_id": 2574606619121639914, "prediction": "Avatar", "binary_answer": null, "no_answer_prob": -9.279842853546143}
{"example_id": -3525227203262034027, "prediction": "English , which was inherited from the colonial era , is the official language and lingua franca . Of the languages indigenous to Ghana , Akan", "binary_answer": null, "no_answer_prob": -8.9475816488266}
{"example_id": -261180949508940639, "prediction": "the Legislative Assembly", "binary_answer": null, "no_answer_prob": -5.086062431335449}
{"example_id": -5299608199321399998, "prediction": "February 14 , 2018", "binary_answer": null, "no_answer_prob": -11.410008668899536}
{"example_id": -5423162237400745027, "prediction": "Keisha", "binary_answer": null, "no_answer_prob": -6.702218055725098}
{"example_id": 3422962814323168684, "prediction": "Jon Erich Rauch", "binary_answer": null, "no_answer_prob": -12.046942830085754}
{"example_id": -25240745823727587, "prediction": "November 10 , 2015", "binary_answer": null, "no_answer_prob": -5.970863103866577}
{"example_id": 2303278544286800290, "prediction": "Big Head Todd and the Monsters", "binary_answer": null, "no_answer_prob": -2.8830907344818115}
{"example_id": 8520056925724990737, "prediction": "338", "binary_answer": null, "no_answer_prob": -9.195694088935852}
{"example_id": 4981485886249146487, "prediction": "Mandy Moore", "binary_answer": null, "no_answer_prob": -6.212381839752197}
{"example_id": -4059804110975823642, "prediction": "Huntsville is a city located primarily in Madison County", "binary_answer": null, "no_answer_prob": 2.4071089029312134}
{"example_id": 6596952320046438699, "prediction": "Foothill High School", "binary_answer": null, "no_answer_prob": -9.071235179901123}
{"example_id": -4521965439671540119, "prediction": "Gary Cole", "binary_answer": null, "no_answer_prob": -7.314982891082764}
{"example_id": 173951563377787805, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5492609590291977}
{"example_id": 4980656524643063530, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6096553802490234}
{"example_id": -5562398787614534962, "prediction": "Spencer Tracy", "binary_answer": null, "no_answer_prob": -4.395656585693359}
{"example_id": -2750633755921861533, "prediction": "3", "binary_answer": null, "no_answer_prob": -0.060192227363586426}
{"example_id": 5249600261372558083, "prediction": "The Iberian Peninsula", "binary_answer": null, "no_answer_prob": 0.7851697206497192}
{"example_id": -5441366966986750352, "prediction": "Exodus 20", "binary_answer": null, "no_answer_prob": -6.998754501342773}
{"example_id": 7322963168837066879, "prediction": "Manos Hatzidakis", "binary_answer": null, "no_answer_prob": -11.96821129322052}
{"example_id": 4947686413795599322, "prediction": "Martin Luther King Jr . The letter defends the strategy of nonviolent resistance to racism", "binary_answer": null, "no_answer_prob": -4.200683295726776}
{"example_id": 1238109232605090078, "prediction": "comedy", "binary_answer": null, "no_answer_prob": -5.7264792919158936}
{"example_id": 4030516148869596640, "prediction": "", "binary_answer": null, "no_answer_prob": -0.21213901042938232}
{"example_id": 3317714975739547118, "prediction": "about 560 km ( 350 mi )", "binary_answer": null, "no_answer_prob": -9.510293960571289}
{"example_id": 1466131420120226527, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9332119226455688}
{"example_id": 6484384297006003645, "prediction": "Walt Whitman", "binary_answer": null, "no_answer_prob": -0.012347221374511719}
{"example_id": -3619556449234664288, "prediction": "vulture - eye", "binary_answer": null, "no_answer_prob": -8.31136929988861}
{"example_id": -4769985962344303754, "prediction": "Paul Anka", "binary_answer": null, "no_answer_prob": -11.07655155658722}
{"example_id": -3350746537712103704, "prediction": "", "binary_answer": null, "no_answer_prob": -0.24039840698242188}
{"example_id": 7762371215419027025, "prediction": "1983", "binary_answer": null, "no_answer_prob": -6.4876225888729095}
{"example_id": 1184260911450913753, "prediction": "Winnie \u2010 the \u2010 Pooh", "binary_answer": null, "no_answer_prob": -1.5762745141983032}
{"example_id": -9178430382186304778, "prediction": "David Glasgow Farragut", "binary_answer": null, "no_answer_prob": -11.796467900276184}
{"example_id": 3222138732546997447, "prediction": "Bill Clinton", "binary_answer": null, "no_answer_prob": -5.3070016503334045}
{"example_id": 6037429416683041154, "prediction": "Paul McCartney", "binary_answer": null, "no_answer_prob": -9.57102882862091}
{"example_id": 3149470878572333375, "prediction": "Carolyn W. Colvin", "binary_answer": null, "no_answer_prob": -12.429072618484497}
{"example_id": 5090924697796526511, "prediction": "Superwoman is the name of several fictional characters from DC Comics", "binary_answer": null, "no_answer_prob": 1.1834243535995483}
{"example_id": -9052942875459109675, "prediction": "Lennon -- McCartney", "binary_answer": null, "no_answer_prob": -4.876571297645569}
{"example_id": 1016024632408689952, "prediction": "James Stewart as George Bailey", "binary_answer": null, "no_answer_prob": -3.737168550491333}
{"example_id": 3112428041931377273, "prediction": "", "binary_answer": null, "no_answer_prob": -3.5253716707229614}
{"example_id": 5183502205970171393, "prediction": "July 12 , 1969", "binary_answer": null, "no_answer_prob": -7.120507717132568}
{"example_id": 6821230048981196851, "prediction": "Alice Deejay", "binary_answer": null, "no_answer_prob": -8.287817358970642}
{"example_id": 8660331151201623964, "prediction": "26,091", "binary_answer": null, "no_answer_prob": -12.121794700622559}
{"example_id": -6077328567886966109, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5399049520492554}
{"example_id": 5474832504796478362, "prediction": "Sam Snead", "binary_answer": null, "no_answer_prob": -11.392940402030945}
{"example_id": 7832200671483180899, "prediction": "Micro-enterprises", "binary_answer": null, "no_answer_prob": -1.0401606559753418}
{"example_id": 3850145161426052752, "prediction": "no special health risks , however it should be noted that `` water based '' fog fluid does contain glycol .", "binary_answer": null, "no_answer_prob": 1.0400017499923706}
{"example_id": 2173966382688373461, "prediction": "below 0 \u00b0 C", "binary_answer": null, "no_answer_prob": -2.2090935707092285}
{"example_id": -1246258267418264208, "prediction": "Joey Lawrence", "binary_answer": null, "no_answer_prob": -6.646856069564819}
{"example_id": -5251885204345996078, "prediction": "Facial drooping , Arm weakness , Speech difficulties and Time to call emergency services", "binary_answer": null, "no_answer_prob": -8.896705985069275}
{"example_id": -6286568507891380601, "prediction": "1871", "binary_answer": null, "no_answer_prob": -10.25100588798523}
{"example_id": -6661785925427645339, "prediction": "Harry Potter and the Deathly Hallows -- Part 2", "binary_answer": null, "no_answer_prob": -1.597015619277954}
{"example_id": -5538720941989045637, "prediction": "the Browns", "binary_answer": null, "no_answer_prob": -4.3013529777526855}
{"example_id": 1332608131110766208, "prediction": "", "binary_answer": null, "no_answer_prob": 4.309015214443207}
{"example_id": -92807029451367800, "prediction": "Saina Nehwal", "binary_answer": null, "no_answer_prob": -8.612497448921204}
{"example_id": -8856956394239848803, "prediction": "The fifth season began airing on December 1 , 2017 , and is set to run for 22 episodes on ABC until May 18 , 2018 .", "binary_answer": null, "no_answer_prob": -5.060533165931702}
{"example_id": 6467169870236368861, "prediction": "The Wright brothers", "binary_answer": null, "no_answer_prob": -10.39407229423523}
{"example_id": 5321188538053205275, "prediction": "January 1988", "binary_answer": null, "no_answer_prob": -11.097476124763489}
{"example_id": 6251233549074809559, "prediction": "1930s", "binary_answer": null, "no_answer_prob": -2.6149091720581055}
{"example_id": 8997180224724702463, "prediction": "spongin and / or spicules of calcium carbonate or silicon dioxide", "binary_answer": null, "no_answer_prob": -6.872717261314392}
{"example_id": -4911924466275325588, "prediction": "512 and 737", "binary_answer": null, "no_answer_prob": -6.532940626144409}
{"example_id": 8109396219916706171, "prediction": "Fox Network", "binary_answer": null, "no_answer_prob": -4.548581004142761}
{"example_id": -2395712244031797892, "prediction": "Between 60 million years ago and 10 million years ago", "binary_answer": null, "no_answer_prob": -4.181451082229614}
{"example_id": 1743088933645850032, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6646176129579544}
{"example_id": -6372203262591242742, "prediction": "Ross Aaron Malinger", "binary_answer": null, "no_answer_prob": -13.199428915977478}
{"example_id": -3288332316038300553, "prediction": "California , New York , Hawaii , Texas , and Illinois", "binary_answer": null, "no_answer_prob": 0.10311269760131836}
{"example_id": 7809586683173118178, "prediction": "94 miles ( 151 km ) northeast of Charleston , South Carolina , and 74 miles ( 119 km )", "binary_answer": null, "no_answer_prob": -5.549724817276001}
{"example_id": 6555731993021704378, "prediction": "October 18 , 1967", "binary_answer": null, "no_answer_prob": -10.406797647476196}
{"example_id": 180477965069469942, "prediction": "January 13 , 2014", "binary_answer": null, "no_answer_prob": 0.34972476959228516}
{"example_id": -6916609731612916661, "prediction": "a public database hosted by the manufacturer . All models , excluding the 20 GB model , include 802.11 b / g Wi - Fi .", "binary_answer": null, "no_answer_prob": 0.44426608085632324}
{"example_id": -5270009221850976921, "prediction": "Brendan Coyle", "binary_answer": null, "no_answer_prob": -8.383691787719727}
{"example_id": -3583458781830341718, "prediction": "Solomon Burke", "binary_answer": null, "no_answer_prob": -9.151345252990723}
{"example_id": 5206077337457149622, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2884727716445923}
{"example_id": 7246717706463436524, "prediction": "John de Lancie", "binary_answer": null, "no_answer_prob": -13.450058579444885}
{"example_id": 7521918103941749519, "prediction": "Incubus", "binary_answer": null, "no_answer_prob": -10.010794520378113}
{"example_id": -1073218892506928282, "prediction": "Moonrise", "binary_answer": null, "no_answer_prob": -1.3459224700927734}
{"example_id": 8434879232689324272, "prediction": "1996", "binary_answer": null, "no_answer_prob": -12.010675638914108}
{"example_id": -60527698070021725, "prediction": "Gilan", "binary_answer": null, "no_answer_prob": -3.3717968463897705}
{"example_id": -2844864662553203105, "prediction": "Phenomenology", "binary_answer": null, "no_answer_prob": 2.7121338844299316}
{"example_id": 5461554379009571359, "prediction": "under the floorboards", "binary_answer": null, "no_answer_prob": -8.455740809440613}
{"example_id": 6459178166963583313, "prediction": "Robyn", "binary_answer": null, "no_answer_prob": -7.803844571113586}
{"example_id": 6771093663807806032, "prediction": "Education is compulsory up to the age of 16", "binary_answer": null, "no_answer_prob": 0.4809113144874573}
{"example_id": -5508384058983765919, "prediction": "discuss their grievances concerning the ongoing War of 1812 and the political problems arising from the federal government 's increasing power", "binary_answer": null, "no_answer_prob": -4.105470538139343}
{"example_id": 706893833025886002, "prediction": "1958", "binary_answer": null, "no_answer_prob": -2.624331831932068}
{"example_id": 6163538051574991163, "prediction": "1992 1993", "binary_answer": null, "no_answer_prob": -12.142422944307327}
{"example_id": -34049640187416137, "prediction": "May 25 , 2017", "binary_answer": null, "no_answer_prob": -9.655051231384277}
{"example_id": -2535681459727851298, "prediction": "the metre for measurement of length , the kilogram", "binary_answer": null, "no_answer_prob": -4.476486921310425}
{"example_id": 2173707082353442914, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8259823322296143}
{"example_id": 8060354377497346929, "prediction": "Wilma", "binary_answer": null, "no_answer_prob": -8.322617053985596}
{"example_id": -2957836305060538273, "prediction": "Vice President , Speaker of the House of Representatives", "binary_answer": null, "no_answer_prob": -6.966941475868225}
{"example_id": 3668873468409180311, "prediction": "energy greater than the ground state . In the quantum field theory , the ground state is usually called the vacuum state or the vacuum .", "binary_answer": null, "no_answer_prob": -3.858778238296509}
{"example_id": 1598182253391045055, "prediction": "National Institute on Drug Abuse Agency overview Headquarters 6001 Executive Blvd , N. Bethesda , Maryland", "binary_answer": null, "no_answer_prob": -3.9067435264587402}
{"example_id": 5839129447412295546, "prediction": "Nik Kershaw", "binary_answer": null, "no_answer_prob": -11.396615862846375}
{"example_id": 4182783177183748198, "prediction": "`` Miley Get Your Gum , ''", "binary_answer": null, "no_answer_prob": -3.730698347091675}
{"example_id": 3429146202338791083, "prediction": "2011", "binary_answer": null, "no_answer_prob": -8.821075797080994}
{"example_id": 1156316864151081085, "prediction": "John Williams . The original score and songs were composed by Williams , and features violinist Itzhak Perlman", "binary_answer": null, "no_answer_prob": -5.391129374504089}
{"example_id": -6876562279448522950, "prediction": "Robert Barton Englund", "binary_answer": null, "no_answer_prob": -14.024386286735535}
{"example_id": 7008910775018926710, "prediction": "Point Barrow , Alaska", "binary_answer": null, "no_answer_prob": -5.91347074508667}
{"example_id": 4203973093017340807, "prediction": "Title 360 3DS Linux Mac Windows PC Mobile", "binary_answer": null, "no_answer_prob": 0.290829062461853}
{"example_id": 7524375412480322455, "prediction": "2016", "binary_answer": null, "no_answer_prob": -3.341419756412506}
{"example_id": -5932231919061065052, "prediction": "The Little Mermaid", "binary_answer": null, "no_answer_prob": -5.304580211639404}
{"example_id": 7434921455110723746, "prediction": "Rachel Coleman", "binary_answer": null, "no_answer_prob": -4.588530540466309}
{"example_id": 4511239672186680457, "prediction": "often subjected to periodic flash floods from nearby thunderstorms in local hills", "binary_answer": null, "no_answer_prob": -6.803972005844116}
{"example_id": -747930775112799864, "prediction": "the integuments of the ovule", "binary_answer": null, "no_answer_prob": -6.078835964202881}
{"example_id": -3582247121186713699, "prediction": "atrioventricular node", "binary_answer": null, "no_answer_prob": -5.387657880783081}
{"example_id": 7669243591491515164, "prediction": "after a `` compelling case ''", "binary_answer": null, "no_answer_prob": -2.3806607723236084}
{"example_id": -2671768930209616113, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3313511610031128}
{"example_id": -7952610792160802203, "prediction": "The Outatime Orchestra", "binary_answer": null, "no_answer_prob": -5.9894490242004395}
{"example_id": 1114178879546730229, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8496683835983276}
{"example_id": 2308815812664752641, "prediction": "", "binary_answer": null, "no_answer_prob": -3.796514391899109}
{"example_id": -7593965270505191041, "prediction": "Germany", "binary_answer": null, "no_answer_prob": -9.5515296459198}
{"example_id": 7419657557671121028, "prediction": "Zheng He", "binary_answer": null, "no_answer_prob": -11.66328763961792}
{"example_id": -5771315109028415713, "prediction": "Rabbinic Judaism", "binary_answer": null, "no_answer_prob": -3.765167474746704}
{"example_id": -7464842467064304594, "prediction": "Sugarloaf", "binary_answer": null, "no_answer_prob": -11.720929741859436}
{"example_id": -4013161620535567137, "prediction": "cerebral cortex ( allocortical ) and in primates in the medial temporal lobe", "binary_answer": null, "no_answer_prob": -3.184762716293335}
{"example_id": -8752805848294230622, "prediction": "Rian Johnson", "binary_answer": null, "no_answer_prob": -10.591430306434631}
{"example_id": -3902526565719888382, "prediction": "Richard Rodgers", "binary_answer": null, "no_answer_prob": -8.268486142158508}
{"example_id": -6046793531150659642, "prediction": "Nancy Sinatra", "binary_answer": null, "no_answer_prob": -11.795766711235046}
{"example_id": 689739857733957731, "prediction": "The 50 U.S. states , in alphabetical order , along with each state 's flag :", "binary_answer": null, "no_answer_prob": -0.95306396484375}
{"example_id": 9124220649895286940, "prediction": "November 7 , 2016", "binary_answer": null, "no_answer_prob": -3.7058682441711426}
{"example_id": -8606226800439462905, "prediction": "1937", "binary_answer": null, "no_answer_prob": -10.160237967967987}
{"example_id": -7834153577297404903, "prediction": "The song 's lyrics celebrate moments of triumph in the narrator 's life", "binary_answer": null, "no_answer_prob": -6.422040343284607}
{"example_id": 7915262769270043239, "prediction": "December 2017", "binary_answer": null, "no_answer_prob": -4.305116415023804}
{"example_id": -825408792723142462, "prediction": "Neil Diamond and Barbra Streisand", "binary_answer": null, "no_answer_prob": -4.1019110679626465}
{"example_id": 5808812046312393784, "prediction": "the mobilization of armed forces and war supplies", "binary_answer": null, "no_answer_prob": -0.8013761043548584}
{"example_id": 8594303491926680480, "prediction": "During the American Civil War ( 1861 -- 1865 )", "binary_answer": null, "no_answer_prob": 1.341429889202118}
{"example_id": -4972660414340851341, "prediction": "The Winds of Winter", "binary_answer": null, "no_answer_prob": -4.5188997983932495}
{"example_id": 4469008859543926185, "prediction": "Maggie Smith", "binary_answer": null, "no_answer_prob": -4.467082977294922}
{"example_id": -4056322432592823498, "prediction": "the Prime Minister", "binary_answer": null, "no_answer_prob": -8.72774052619934}
{"example_id": 2280478600069738953, "prediction": "Superfecundation", "binary_answer": null, "no_answer_prob": -3.0654741525650024}
{"example_id": -1477138190791381178, "prediction": "Orrin Grant Hatch", "binary_answer": null, "no_answer_prob": -1.3893684148788452}
{"example_id": 6524127782841569429, "prediction": "Tommy James and the Shondells", "binary_answer": null, "no_answer_prob": -9.368162870407104}
{"example_id": -3806273856954608914, "prediction": "Iwan Rheon", "binary_answer": null, "no_answer_prob": -13.837176203727722}
{"example_id": 4071490047770102600, "prediction": "Alyson Lee Hannigan", "binary_answer": null, "no_answer_prob": -13.814276337623596}
{"example_id": -2990040889940236408, "prediction": "November 1961", "binary_answer": null, "no_answer_prob": -9.172189772129059}
{"example_id": 4326384572507827347, "prediction": "1998", "binary_answer": null, "no_answer_prob": -10.448117733001709}
{"example_id": 4392880940485489892, "prediction": "", "binary_answer": null, "no_answer_prob": 4.913469880819321}
{"example_id": 2538907278819984497, "prediction": "67 years and 4 months", "binary_answer": null, "no_answer_prob": -1.1087450981140137}
{"example_id": -1178249013760555772, "prediction": "vacated", "binary_answer": null, "no_answer_prob": -4.867056488990784}
{"example_id": 1368006297666882407, "prediction": "In the Northern Hemisphere , the sun path near to the winter solstice ( November , December , January ) rises in the southeast", "binary_answer": null, "no_answer_prob": -5.328762054443359}
{"example_id": 1117139560521600534, "prediction": "", "binary_answer": null, "no_answer_prob": 5.806338109076023}
{"example_id": 5729806931146246918, "prediction": "Jason Kent Bateman ( born January 14 , 1969 ) is an American actor , director , and producer", "binary_answer": null, "no_answer_prob": -6.3976932764053345}
{"example_id": 1407687418646333654, "prediction": "Jimmy Matthews", "binary_answer": null, "no_answer_prob": -10.910447359085083}
{"example_id": -2810862404363674386, "prediction": "2015", "binary_answer": null, "no_answer_prob": -7.088177680969238}
{"example_id": 5743571047767042643, "prediction": "Player Winner Second place Third place Lionel Messi", "binary_answer": null, "no_answer_prob": 0.5113637447357178}
{"example_id": -2088475650998245161, "prediction": "the Four Seasons", "binary_answer": null, "no_answer_prob": -6.1962302923202515}
{"example_id": -5395116691572021838, "prediction": "Heath Ledger", "binary_answer": null, "no_answer_prob": -11.841792345046997}
{"example_id": -1621673389302343413, "prediction": "An antacid is a substance which neutralizes stomach acidity", "binary_answer": null, "no_answer_prob": -3.562387228012085}
{"example_id": 6887286594651303871, "prediction": "Yuri Alekseyevich Gagarin", "binary_answer": null, "no_answer_prob": -10.681235909461975}
{"example_id": -1367277935432372105, "prediction": "Harry Potter and the Deathly Hallows -- Part 2", "binary_answer": null, "no_answer_prob": -8.742819666862488}
{"example_id": 1261477046380269695, "prediction": "The Journal of the International Association of Providers of AIDS Care", "binary_answer": null, "no_answer_prob": 1.794658362865448}
{"example_id": 6416172900659432472, "prediction": "Austria Belgium Denmark Finland France Germany Iceland Italy Luxembourg Netherlands Norway Sweden", "binary_answer": null, "no_answer_prob": 0.7933411598205566}
{"example_id": 2798593915310445098, "prediction": "$40,000", "binary_answer": null, "no_answer_prob": -5.602637767791748}
{"example_id": 7827373575763801047, "prediction": "1", "binary_answer": null, "no_answer_prob": -10.746995568275452}
{"example_id": -1970797027062941797, "prediction": "CB slang", "binary_answer": null, "no_answer_prob": -6.81711483001709}
{"example_id": 4674488433794219362, "prediction": "1938", "binary_answer": null, "no_answer_prob": -9.698294997215271}
{"example_id": -2295559180039603031, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9750958047807217}
{"example_id": 4407219467091523259, "prediction": "a combinational digital electronic circuit that performs arithmetic and bitwise operations on integer binary numbers", "binary_answer": null, "no_answer_prob": -4.048444509506226}
{"example_id": -4863208068075161739, "prediction": "22 March 1963", "binary_answer": null, "no_answer_prob": -11.162340760231018}
{"example_id": 5147738357784349779, "prediction": "The convention discussed removing the three - fifths compromise", "binary_answer": null, "no_answer_prob": 0.37072402238845825}
{"example_id": 5607341441683614186, "prediction": "Sheryl Crow", "binary_answer": null, "no_answer_prob": -10.746433973312378}
{"example_id": 4947063739330014023, "prediction": "During the Renaissance period , there was a distinction between country dances and court dances . Court dances required the dancers", "binary_answer": null, "no_answer_prob": 1.3974054902791977}
{"example_id": -4186114082293521331, "prediction": "44", "binary_answer": null, "no_answer_prob": 0.3493344783782959}
{"example_id": -94868757674430819, "prediction": "price inflation , which is usually just called `` inflation '' , which is a rise in the general level of prices of goods and services .", "binary_answer": null, "no_answer_prob": -3.722093939781189}
{"example_id": 7960403399608384663, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": -4.933254718780518}
{"example_id": -2777281230452740129, "prediction": "4,693,000", "binary_answer": null, "no_answer_prob": -8.207058191299438}
{"example_id": -8567889325050456484, "prediction": "11", "binary_answer": null, "no_answer_prob": -5.130356788635254}
{"example_id": -4950548349523387315, "prediction": "Rod Carew", "binary_answer": null, "no_answer_prob": -8.580572009086609}
{"example_id": -3137181122222566873, "prediction": "", "binary_answer": null, "no_answer_prob": -6.213258624076843}
{"example_id": -5993297066926450942, "prediction": "September 2 , 1945", "binary_answer": null, "no_answer_prob": -8.649907350540161}
{"example_id": 508044299322255687, "prediction": "Betty Boop", "binary_answer": null, "no_answer_prob": -3.7790318727493286}
{"example_id": 312068120412074515, "prediction": "6", "binary_answer": null, "no_answer_prob": -5.108320474624634}
{"example_id": 6694113471852335389, "prediction": "Albania", "binary_answer": null, "no_answer_prob": -5.326237678527832}
{"example_id": 892747799865798499, "prediction": "`` Fort Night ''", "binary_answer": null, "no_answer_prob": -7.8993470668792725}
{"example_id": 8563561909578101841, "prediction": "from the mid-fifth to early seventh centuries , following the end of Roman power in Britain around the year 410", "binary_answer": null, "no_answer_prob": -7.085789859294891}
{"example_id": -8282949176712792827, "prediction": "Ramihrdus of Cambrai", "binary_answer": null, "no_answer_prob": -3.6759196519851685}
{"example_id": -7236380698297826618, "prediction": "14,454", "binary_answer": null, "no_answer_prob": -11.529414892196655}
{"example_id": -4122436091852804033, "prediction": "The Indus script ( also known as the Harappan script", "binary_answer": null, "no_answer_prob": -0.19916284084320068}
{"example_id": -7158856936420412740, "prediction": "`` I 'm Still a Guy ''", "binary_answer": null, "no_answer_prob": 4.388935029506683}
{"example_id": 4511000552039308899, "prediction": "33", "binary_answer": null, "no_answer_prob": -4.9444297552108765}
{"example_id": -6073562933660662827, "prediction": "The Second Coming", "binary_answer": null, "no_answer_prob": -4.913817763328552}
{"example_id": 3584100793544381787, "prediction": "James Madison 's Virginia Plan", "binary_answer": null, "no_answer_prob": -3.4668941497802734}
{"example_id": -2242995465093613322, "prediction": "`` 24K Magic ''", "binary_answer": null, "no_answer_prob": -2.451133608818054}
{"example_id": -2210149781296234046, "prediction": "Frederick Herzberg", "binary_answer": null, "no_answer_prob": -10.427074193954468}
{"example_id": 8546257129296628182, "prediction": "August 13 , 1982", "binary_answer": null, "no_answer_prob": -11.280725955963135}
{"example_id": -8777855466877153853, "prediction": "George Frederick Blanda", "binary_answer": null, "no_answer_prob": -7.899896562099457}
{"example_id": 904175359996867926, "prediction": "", "binary_answer": null, "no_answer_prob": -6.032177805900574}
{"example_id": 5834858267347094921, "prediction": "1985", "binary_answer": null, "no_answer_prob": -11.620864272117615}
{"example_id": -7182236685420999405, "prediction": "952", "binary_answer": null, "no_answer_prob": -6.797891974449158}
{"example_id": -2052558931942309784, "prediction": "as much wood as a woodchuck would if a woodchuck could chuck wood . ''", "binary_answer": null, "no_answer_prob": -3.4305795431137085}
{"example_id": -3576391461838767749, "prediction": "15", "binary_answer": null, "no_answer_prob": -6.294201493263245}
{"example_id": -2824198489168997473, "prediction": "Japan participated in World War I from 1914 to 1918 in an alliance with Entente Powers", "binary_answer": null, "no_answer_prob": -0.8440002202987671}
{"example_id": -8870758215289054360, "prediction": "several states , including the United States of America , conduct `` freedom of navigation '' operations .", "binary_answer": null, "no_answer_prob": -1.827095866203308}
{"example_id": -777680077576475779, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2885570526123047}
{"example_id": -4801205085564955694, "prediction": "May 8 -- 11 , 2017", "binary_answer": null, "no_answer_prob": -6.124419212341309}
{"example_id": 3933460665175771322, "prediction": "Borussia Dortmund midfielder Marco Reus", "binary_answer": null, "no_answer_prob": -9.885074615478516}
{"example_id": -1711577940839725776, "prediction": "James Gregory `` Greg '' Vaughan , Jr.", "binary_answer": null, "no_answer_prob": -6.853193521499634}
{"example_id": -3400306379423123941, "prediction": "1906", "binary_answer": null, "no_answer_prob": -5.20733916759491}
{"example_id": 7272526264843607782, "prediction": "Assyria and Sumeria", "binary_answer": null, "no_answer_prob": -2.058689594268799}
{"example_id": 6214223468127790162, "prediction": "Anastasia and Drizella", "binary_answer": null, "no_answer_prob": -8.334233403205872}
{"example_id": 4426606128408476924, "prediction": "2018", "binary_answer": null, "no_answer_prob": -7.163403153419495}
{"example_id": 8436054463509144529, "prediction": "7 : 38", "binary_answer": null, "no_answer_prob": 1.653971791267395}
{"example_id": 823539359196494470, "prediction": "Article I , Section 2 of the Constitution sets three qualifications for representatives . Each representative must : ( 1 ) be at least twenty - five years old", "binary_answer": null, "no_answer_prob": -0.356689453125}
{"example_id": -6317135858531588771, "prediction": "Ron Dayne Wisconsin", "binary_answer": null, "no_answer_prob": -9.538551688194275}
{"example_id": -1734162478554155404, "prediction": "2018", "binary_answer": null, "no_answer_prob": -3.1170530915260315}
{"example_id": -8152873154473178125, "prediction": "Rose Royce", "binary_answer": null, "no_answer_prob": -9.611217498779297}
{"example_id": 5815958513771781298, "prediction": "55 miles per hour ( 90 km / h )", "binary_answer": null, "no_answer_prob": -8.176015377044678}
{"example_id": 468396155423384472, "prediction": "after a specific person , original coach Paul Brown", "binary_answer": null, "no_answer_prob": -5.680936336517334}
{"example_id": -1500557296878754680, "prediction": "Mar\u00eda Fernanda Espinosa of Ecuador", "binary_answer": null, "no_answer_prob": -7.7624441385269165}
{"example_id": -1742285659832299436, "prediction": "Puerto Rican Spanish", "binary_answer": null, "no_answer_prob": -11.1419016122818}
{"example_id": -4265229339653442785, "prediction": "`` Put Your Hand in the Hand ''", "binary_answer": null, "no_answer_prob": 3.189496397972107}
{"example_id": 6826535275271704887, "prediction": "1608", "binary_answer": null, "no_answer_prob": -2.029175043106079}
{"example_id": 2883401349670624186, "prediction": "Parliamentary procedure", "binary_answer": null, "no_answer_prob": 0.18902360275387764}
{"example_id": 6498351616473686914, "prediction": "Sweet", "binary_answer": null, "no_answer_prob": -10.647610545158386}
{"example_id": 8248753971117674556, "prediction": "November 10 , 1992 , and Crawford gave a eulogy at Connors ' memorial service .", "binary_answer": null, "no_answer_prob": -0.29844367504119873}
{"example_id": -7666791234901846924, "prediction": "Arjun Munda", "binary_answer": null, "no_answer_prob": -7.988089084625244}
{"example_id": -8970468362140077199, "prediction": "plastic overlays", "binary_answer": null, "no_answer_prob": -2.973750591278076}
{"example_id": 5016432624312247657, "prediction": "thirty - five Years", "binary_answer": null, "no_answer_prob": -6.174346208572388}
{"example_id": 2587786607883184601, "prediction": "Sphynx cat", "binary_answer": null, "no_answer_prob": -11.280307531356812}
{"example_id": 4997254047402614198, "prediction": "John Dewey", "binary_answer": null, "no_answer_prob": -9.827866673469543}
{"example_id": -3701591660373239787, "prediction": "criticise the music business", "binary_answer": null, "no_answer_prob": -3.473590612411499}
{"example_id": 6116319690634922724, "prediction": "7,724", "binary_answer": null, "no_answer_prob": -11.84556245803833}
{"example_id": -8597362360258501485, "prediction": "Anderson Silva", "binary_answer": null, "no_answer_prob": -4.487523078918457}
{"example_id": 7700680995722114203, "prediction": "The French Revolution", "binary_answer": null, "no_answer_prob": -4.911634922027588}
{"example_id": 6279321766912188169, "prediction": "heterochromatin", "binary_answer": null, "no_answer_prob": -3.8946659564971924}
{"example_id": 3906844434692593201, "prediction": "Bigg Boss Telugu \u25c4 Season 2 ( 2018 ) show Housemates Name Entered Exited Kaushal", "binary_answer": null, "no_answer_prob": -0.24557459354400635}
{"example_id": -5075880105246523421, "prediction": "Charlie Hulme", "binary_answer": null, "no_answer_prob": -7.0362396240234375}
{"example_id": -8084891757512769698, "prediction": "2017", "binary_answer": null, "no_answer_prob": 0.06458258628845215}
{"example_id": 875953217485570983, "prediction": "Water pollution is the contamination of water bodies , usually as a result of human activities", "binary_answer": null, "no_answer_prob": -0.7065881490707397}
{"example_id": 6917521818636390201, "prediction": "`` Livestock Revolt ''", "binary_answer": null, "no_answer_prob": 2.3358993530273438}
{"example_id": -7128832251820540006, "prediction": "Lime plaster", "binary_answer": null, "no_answer_prob": -5.766113638877869}
{"example_id": 4068016151919013579, "prediction": "I - 280 / I - 680 / I - 880", "binary_answer": null, "no_answer_prob": -3.8143727779388428}
{"example_id": 6155560793917430810, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -10.073283910751343}
{"example_id": -7996692217961740747, "prediction": "to secure health and safety at work", "binary_answer": null, "no_answer_prob": -10.305583715438843}
{"example_id": 4387037622362761972, "prediction": "Congress shall make no law respecting an establishment of religion , or prohibiting the free exercise thereof ... ''", "binary_answer": null, "no_answer_prob": -3.2751240730285645}
{"example_id": 8812418575001430403, "prediction": "Mendes , Teddy Geiger , Geoff Warburton and Scott Harris", "binary_answer": null, "no_answer_prob": -10.519720673561096}
{"example_id": 5362196556471297450, "prediction": "Chip and Dale", "binary_answer": null, "no_answer_prob": -5.175734043121338}
{"example_id": -140831445811444630, "prediction": "Black Country region of the United Kingdom", "binary_answer": null, "no_answer_prob": -6.095291972160339}
{"example_id": -5941652980715340985, "prediction": "The WTO 's current Director - General is Roberto Azev\u00eado", "binary_answer": null, "no_answer_prob": 0.4561135768890381}
{"example_id": 3866472123646407950, "prediction": "Staff Sergeant ( US military & naval pay grade E-6 or NATO designation OR - 6 )", "binary_answer": null, "no_answer_prob": -5.576752066612244}
{"example_id": 2160121405830169838, "prediction": "64101", "binary_answer": null, "no_answer_prob": -5.566878795623779}
{"example_id": -8967415217477108072, "prediction": "July 4 , 1776", "binary_answer": null, "no_answer_prob": -7.073763728141785}
{"example_id": 7773174721087850524, "prediction": "The Wailers", "binary_answer": null, "no_answer_prob": -8.317524194717407}
{"example_id": 7962515069599211151, "prediction": "One Direction", "binary_answer": null, "no_answer_prob": -12.739422678947449}
{"example_id": -7504840561121961744, "prediction": "Alfred Hitchcock 's 1960 film Psycho", "binary_answer": null, "no_answer_prob": -7.80331814289093}
{"example_id": 7690269470644567615, "prediction": "after the Berlin Conference in the 19th century", "binary_answer": null, "no_answer_prob": -2.6879643201828003}
{"example_id": -578247977613020425, "prediction": "Dewey Bunnell , Dan Peek , and Gerry Beckley", "binary_answer": null, "no_answer_prob": -5.198262810707092}
{"example_id": -6904356229013290855, "prediction": "Holders of diplomatic or official / service passports of the following countries do not require a visa to visit Bhutan for up to 90 days .", "binary_answer": null, "no_answer_prob": 0.29319095611572266}
{"example_id": 8183428900151997395, "prediction": "My Field Trip to Planet 9 is the debut album by Justin Warfield , which was released July 13 , 1993 , on Qwest Records .", "binary_answer": null, "no_answer_prob": 1.9823594093322754}
{"example_id": -250120508191745769, "prediction": "bacteria that spread from the vagina and cervix", "binary_answer": null, "no_answer_prob": -8.986718893051147}
{"example_id": 2958353828313605385, "prediction": "Tony Orlando", "binary_answer": null, "no_answer_prob": -11.093078136444092}
{"example_id": 1980141303211533084, "prediction": "29", "binary_answer": null, "no_answer_prob": -3.334580659866333}
{"example_id": -3385807951596078903, "prediction": "October", "binary_answer": null, "no_answer_prob": -9.912492871284485}
{"example_id": 7789177607900640438, "prediction": "\u00bf ) and exclamation marks", "binary_answer": null, "no_answer_prob": -6.665799975395203}
{"example_id": -7942446848012557174, "prediction": "Rebekkah Farrell", "binary_answer": null, "no_answer_prob": -0.43186497688293457}
{"example_id": 1510928235542294927, "prediction": "October 2018", "binary_answer": null, "no_answer_prob": -9.072997093200684}
{"example_id": -9144993430168672857, "prediction": "Modernization theory", "binary_answer": null, "no_answer_prob": 4.3018258810043335}
{"example_id": -7715663709085221212, "prediction": "Frantic Romantic", "binary_answer": null, "no_answer_prob": 3.109289050102234}
{"example_id": 3533698198876607423, "prediction": "Annie Edson Taylor", "binary_answer": null, "no_answer_prob": -0.8767457008361816}
{"example_id": 7152393228855355637, "prediction": "The novel is renowned for its warmth and humor , despite dealing with the serious issues of rape and racial inequality", "binary_answer": null, "no_answer_prob": -1.3379243612289429}
{"example_id": -3716455896522770890, "prediction": "Generation X , or Gen X , is the demographic cohort following the baby boomers and preceding the Millennials", "binary_answer": null, "no_answer_prob": 2.6401253044605255}
{"example_id": -1401841653045446903, "prediction": "a different ITSM lifecycle stage", "binary_answer": null, "no_answer_prob": 1.4566364288330078}
{"example_id": 2083811839052106550, "prediction": "captain of the starship Rack ' n ' Ruin", "binary_answer": null, "no_answer_prob": -4.523008108139038}
{"example_id": 8430885315328377150, "prediction": "Ice cream parlors", "binary_answer": null, "no_answer_prob": -6.419652819633484}
{"example_id": 2498010801923968995, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.819971442222595}
{"example_id": 6277735658261425592, "prediction": "Scottish author Sir Walter Scott and somewhat later in the United States , US general Winfield Scott .", "binary_answer": null, "no_answer_prob": -4.28695821762085}
{"example_id": -5866908074577191048, "prediction": "Virgil I. `` Gus '' Grissom", "binary_answer": null, "no_answer_prob": 0.31486690044403076}
{"example_id": 43706727399734161, "prediction": "Keala Settle", "binary_answer": null, "no_answer_prob": -11.978819131851196}
{"example_id": 5460934984156760527, "prediction": "Jonathan Davis", "binary_answer": null, "no_answer_prob": -6.539320468902588}
{"example_id": 7946920334447844195, "prediction": "between 1508 and 1512", "binary_answer": null, "no_answer_prob": -9.513430565595627}
{"example_id": 7692174457979090470, "prediction": "The Kinks", "binary_answer": null, "no_answer_prob": -11.239468574523926}
{"example_id": 4074050337313126566, "prediction": "Philippe Petit", "binary_answer": null, "no_answer_prob": -11.47610890865326}
{"example_id": -5687322860459272735, "prediction": "The Vamps", "binary_answer": null, "no_answer_prob": -11.073064684867859}
{"example_id": 2104670239342855493, "prediction": "212 BC", "binary_answer": null, "no_answer_prob": -2.465817093849182}
{"example_id": -6158441934367575013, "prediction": "Lincoln Financial Field", "binary_answer": null, "no_answer_prob": -11.066320896148682}
{"example_id": -7312440329583392073, "prediction": "the Dallas Morning News", "binary_answer": null, "no_answer_prob": -4.135535478591919}
{"example_id": -1825673330930237682, "prediction": "494 U.S. 872 ( 1990 )", "binary_answer": null, "no_answer_prob": -1.3596959114074707}
{"example_id": 3604949713638862993, "prediction": "Alicia Bridges", "binary_answer": null, "no_answer_prob": -11.611396193504333}
{"example_id": 6886908256322931832, "prediction": "", "binary_answer": null, "no_answer_prob": 1.387600064277649}
{"example_id": -8323640459887254849, "prediction": "Stefan and Damon Salvatore", "binary_answer": null, "no_answer_prob": -3.5976617336273193}
{"example_id": -2860093679180676228, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -11.443698525428772}
{"example_id": 7721692200040168186, "prediction": "The visa policy of the United Kingdom", "binary_answer": null, "no_answer_prob": 1.1354331970214844}
{"example_id": -3616314572733350131, "prediction": "baseball", "binary_answer": null, "no_answer_prob": -2.226125478744507}
{"example_id": 8090794387302750187, "prediction": "hollow , steel tubing", "binary_answer": null, "no_answer_prob": -2.8471789360046387}
{"example_id": 1019776745352425552, "prediction": "A mysterious man , Griffin , arrives at the local inn of the English village of Iping , West Sussex", "binary_answer": null, "no_answer_prob": -1.3066003322601318}
{"example_id": -6232254898181052878, "prediction": "Gary Oldman", "binary_answer": null, "no_answer_prob": -8.477025389671326}
{"example_id": -8739660807721942381, "prediction": "Ryder", "binary_answer": null, "no_answer_prob": -1.8659480810165405}
{"example_id": 4300426723171717480, "prediction": "Oil Springs , Ontario , Canada", "binary_answer": null, "no_answer_prob": -10.33370316028595}
{"example_id": 506095287056539343, "prediction": "the dealer", "binary_answer": null, "no_answer_prob": -4.316448211669922}
{"example_id": -198810823619457081, "prediction": "Odetta on Odetta Sings Ballads and Blues ( 1956 ) and Johnny Cash", "binary_answer": null, "no_answer_prob": -3.0610761642456055}
{"example_id": -1976336444481029374, "prediction": "`` Andy 's Ancestry ''", "binary_answer": null, "no_answer_prob": -4.451738953590393}
{"example_id": -3025698733990467077, "prediction": "Vivien Leigh", "binary_answer": null, "no_answer_prob": -6.9239501953125}
{"example_id": -6120095681360151138, "prediction": "13 miles ( 21 km )", "binary_answer": null, "no_answer_prob": -6.327580213546753}
{"example_id": -2513941437514005219, "prediction": "Regularities", "binary_answer": null, "no_answer_prob": -3.6346867084503174}
{"example_id": -7159056249729194604, "prediction": "700 \u00b0 C to 1300 \u00b0 C ( or 1300 \u00b0 F to 2400 \u00b0 F )", "binary_answer": null, "no_answer_prob": 1.155664086341858}
{"example_id": 8355404200154181643, "prediction": "Confucius", "binary_answer": null, "no_answer_prob": -5.189323425292969}
{"example_id": -4609143500726172619, "prediction": "In January 2017 , Moore posted a video of a new song , `` Make War '' , on which he performed vocals", "binary_answer": null, "no_answer_prob": 3.0848729610443115}
{"example_id": 6760544045388296507, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7059841752052307}
{"example_id": -7853651287191533159, "prediction": "Route 66 Genre Drama Created by Herbert B. Leonard Stirling Silliphant Starring Martin Milner George Maharis", "binary_answer": null, "no_answer_prob": 0.48389220237731934}
{"example_id": 5940843290081069608, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -6.87085485458374}
{"example_id": -2881380661227539086, "prediction": "Hall & Oates", "binary_answer": null, "no_answer_prob": -11.9464271068573}
{"example_id": 64509178436119595, "prediction": "Sheryl Crow", "binary_answer": null, "no_answer_prob": -12.574518918991089}
{"example_id": 8679921130934280444, "prediction": "Clarke", "binary_answer": null, "no_answer_prob": -4.443330407142639}
{"example_id": 4508184783462146567, "prediction": "Edward de Bono 's book Six Thinking Hats White hat , part of black and white hat symbolism in film", "binary_answer": null, "no_answer_prob": -0.7012174129486084}
{"example_id": 1568192436328015489, "prediction": "Mark Richard Hamill", "binary_answer": null, "no_answer_prob": -13.651305556297302}
{"example_id": 6881132752234635448, "prediction": "Kate Ashfield", "binary_answer": null, "no_answer_prob": -11.550210356712341}
{"example_id": -7838579770252332809, "prediction": "a long - standing controversy over slavery", "binary_answer": null, "no_answer_prob": -0.3666963577270508}
{"example_id": 6459121110060318955, "prediction": "19 December 2001", "binary_answer": null, "no_answer_prob": -7.43030846118927}
{"example_id": -4742303300919965988, "prediction": "1952", "binary_answer": null, "no_answer_prob": -8.881641745567322}
{"example_id": 3728916911506263137, "prediction": ".", "binary_answer": null, "no_answer_prob": 0.8043525218963623}
{"example_id": -3333297359086319688, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8877671957015991}
{"example_id": -49544909738947984, "prediction": "Kris Kristofferson", "binary_answer": null, "no_answer_prob": -12.642518162727356}
{"example_id": 4947382029660862281, "prediction": "Anne Hathaway", "binary_answer": null, "no_answer_prob": -8.03635585308075}
{"example_id": 7533653815351529887, "prediction": "Foraging is searching for wild food resources . It affects an animal 's fitness", "binary_answer": null, "no_answer_prob": 2.402969866991043}
{"example_id": 7757474138948283467, "prediction": "The NBA draft is an annual event in which the 30 franchises in the National Basketball Association select new players for their teams", "binary_answer": null, "no_answer_prob": -0.24182116985321045}
{"example_id": -915741413236354465, "prediction": "July 2 , 1900", "binary_answer": null, "no_answer_prob": -3.855461597442627}
{"example_id": 1047958472968341050, "prediction": "Ross Bagdasarian Jr .", "binary_answer": null, "no_answer_prob": -3.5152667760849}
{"example_id": -9039927799180453963, "prediction": "in the countryside around the Dutch settlement of Tarry Town ( historical Tarrytown , New York", "binary_answer": null, "no_answer_prob": -6.99101459980011}
{"example_id": -4580992551514844696, "prediction": "Manhattan", "binary_answer": null, "no_answer_prob": -3.9701186418533325}
{"example_id": 4485984008304675403, "prediction": "Quentin Tarantino", "binary_answer": null, "no_answer_prob": -8.845767855644226}
{"example_id": 7965858881664467631, "prediction": "Dorchen", "binary_answer": null, "no_answer_prob": -1.43705415725708}
{"example_id": 6029252637605787358, "prediction": "1921", "binary_answer": null, "no_answer_prob": -0.553145170211792}
{"example_id": 7090097599298220443, "prediction": "AHL team New affiliate Old affiliate Chicago Wolves Vegas Golden Knights St. Louis Blues", "binary_answer": null, "no_answer_prob": -3.9343504905700684}
{"example_id": 527949090879558238, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4061028957366943}
{"example_id": 5010703991096493745, "prediction": "Grace Jones", "binary_answer": null, "no_answer_prob": -12.476612448692322}
{"example_id": -3761811889800271547, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -4.238332390785217}
{"example_id": 1637178209596250976, "prediction": "Eric Martsolf", "binary_answer": null, "no_answer_prob": -11.902322888374329}
{"example_id": -7005701468291129650, "prediction": "an Act of the Parliament of England that sets out certain basic civil rights and clarifies who would be next to inherit the Crown", "binary_answer": null, "no_answer_prob": -2.0546746253967285}
{"example_id": 5777597430854555492, "prediction": "Yorktown , Virginia", "binary_answer": null, "no_answer_prob": -10.137766242027283}
{"example_id": 3538787290357799659, "prediction": "the southern portion of the San Francisco Bay Area in the northern part of the U.S. state of California", "binary_answer": null, "no_answer_prob": -5.263680696487427}
{"example_id": 7121492127450811234, "prediction": "Paul Ryan", "binary_answer": null, "no_answer_prob": -9.629283666610718}
{"example_id": -4252930450591462993, "prediction": "The earliest documented evidence of the name in England dates back as far as the twelfth and thirteenth centuries", "binary_answer": null, "no_answer_prob": -2.92515230178833}
{"example_id": 3058160582468020118, "prediction": "2018", "binary_answer": null, "no_answer_prob": -7.095426082611084}
{"example_id": 52476807952251369, "prediction": "2002", "binary_answer": null, "no_answer_prob": -6.42305326461792}
{"example_id": -5824730534419401682, "prediction": "Bir Radha Sherpa", "binary_answer": null, "no_answer_prob": -8.738287568092346}
{"example_id": 6781868819470830621, "prediction": "$400,000 annually", "binary_answer": null, "no_answer_prob": -6.693294405937195}
{"example_id": 7687345657196679, "prediction": "Lackland Air Force Base in San Antonio , Texas", "binary_answer": null, "no_answer_prob": -9.72577965259552}
{"example_id": 138077025326896522, "prediction": "", "binary_answer": null, "no_answer_prob": -7.0104910135269165}
{"example_id": -2406098598135251491, "prediction": "29 July 1954", "binary_answer": null, "no_answer_prob": -12.510860681533813}
{"example_id": -7430215849664073544, "prediction": "April 11 , 1899", "binary_answer": null, "no_answer_prob": -9.560684442520142}
{"example_id": -3173797870513599511, "prediction": "Latvia", "binary_answer": null, "no_answer_prob": -5.995917797088623}
{"example_id": -3274606763316640276, "prediction": "The United States Marine Corps traces its roots to the Continental Marines of the American Revolutionary War", "binary_answer": null, "no_answer_prob": -1.8117783069610596}
{"example_id": -7031264717791291442, "prediction": "feudal systems and merit system", "binary_answer": null, "no_answer_prob": -1.989957332611084}
{"example_id": 7610762145634582533, "prediction": "Devdas", "binary_answer": null, "no_answer_prob": 3.4830046892166138}
{"example_id": 7523298241696388541, "prediction": "Historical negationism", "binary_answer": null, "no_answer_prob": -1.3450692892074585}
{"example_id": -5545266771249945753, "prediction": "On February 10 , 2016 , it was announced that Brewster would be returning as Prentiss for one episode during the spring of Season 11", "binary_answer": null, "no_answer_prob": -7.336548447608948}
{"example_id": -2607914542965145960, "prediction": "8,486 m ( 27,841 ft )", "binary_answer": null, "no_answer_prob": -9.148365020751953}
{"example_id": -6392749765400342827, "prediction": "South Korea and the United States are important economic partners to each other", "binary_answer": null, "no_answer_prob": -0.6056103706359863}
{"example_id": 1040666416278445268, "prediction": "The CISG", "binary_answer": null, "no_answer_prob": 1.1504337787628174}
{"example_id": 7085016589954466196, "prediction": "amending its own Constitution .", "binary_answer": null, "no_answer_prob": -2.169152021408081}
{"example_id": 2719683618284697931, "prediction": "The Delfonics", "binary_answer": null, "no_answer_prob": -10.724944472312927}
{"example_id": 1782088821838095365, "prediction": "In statistics , an effect size is a quantitative measure of the strength of a phenomenon", "binary_answer": null, "no_answer_prob": -0.6469216346740723}
{"example_id": 6842134809914363415, "prediction": "The role of the United States in the Vietnam War began after World War II and escalated into full commitment", "binary_answer": null, "no_answer_prob": -2.265574812889099}
{"example_id": -6130955389693682851, "prediction": "103", "binary_answer": null, "no_answer_prob": -8.183779835700989}
{"example_id": 2289551215702424818, "prediction": "1982 -- 84", "binary_answer": null, "no_answer_prob": -7.510350465774536}
{"example_id": -611464315560803268, "prediction": "6", "binary_answer": null, "no_answer_prob": -3.0674548149108887}
{"example_id": -9071519294601429265, "prediction": "Walter Nelson", "binary_answer": null, "no_answer_prob": -5.857076168060303}
{"example_id": -6930371014100116329, "prediction": "Abu", "binary_answer": null, "no_answer_prob": -5.060850620269775}
{"example_id": -1369780490830237166, "prediction": "", "binary_answer": null, "no_answer_prob": 3.787322521209717}
{"example_id": 5017861249486235789, "prediction": "The United States women 's national soccer team ( USWNT )", "binary_answer": null, "no_answer_prob": -0.5067005753517151}
{"example_id": 7231737015660560016, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0030717849731445}
{"example_id": -5114736863137749386, "prediction": "an input object ( typically a vector ) and a desired output value ( also called the supervisory signal )", "binary_answer": null, "no_answer_prob": -1.7419577836990356}
{"example_id": 2327476715194330268, "prediction": "Joan Osborne", "binary_answer": null, "no_answer_prob": -6.192001223564148}
{"example_id": 5671921153779444824, "prediction": "2016", "binary_answer": null, "no_answer_prob": -7.447508335113525}
{"example_id": -8116546778116037497, "prediction": "Piaget", "binary_answer": null, "no_answer_prob": 2.8143622875213623}
{"example_id": -806008116627337296, "prediction": "Brian Hoyer", "binary_answer": null, "no_answer_prob": -11.331564545631409}
{"example_id": -1268344509886162868, "prediction": "Misha Collins", "binary_answer": null, "no_answer_prob": -2.8092511892318726}
{"example_id": -8129164385695676043, "prediction": "Kirigi", "binary_answer": null, "no_answer_prob": -1.2304284572601318}
{"example_id": 7851938076779001811, "prediction": "A B movie or B film is a low - budget commercial movie , but not an arthouse film", "binary_answer": null, "no_answer_prob": -1.329513669013977}
{"example_id": 3212558113642125295, "prediction": "The 1899 Cleveland Spiders", "binary_answer": null, "no_answer_prob": -0.4704962968826294}
{"example_id": 2872067124738330313, "prediction": "Development of Avatar began in 1994", "binary_answer": null, "no_answer_prob": -4.94618558883667}
{"example_id": 7644523754903587252, "prediction": "Aragorn Arwen", "binary_answer": null, "no_answer_prob": -0.15761661529541016}
{"example_id": 6696344189765464467, "prediction": "Guaranteed Rate Field", "binary_answer": null, "no_answer_prob": -10.195589780807495}
{"example_id": 1716933780593879410, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7733672857284546}
{"example_id": 4312150576905882217, "prediction": "1775 -- 1783", "binary_answer": null, "no_answer_prob": -4.19910454750061}
{"example_id": 1594079561731169334, "prediction": "At the Academy", "binary_answer": null, "no_answer_prob": 0.26051318645477295}
{"example_id": 4514748628903412935, "prediction": "Bobby Edwards", "binary_answer": null, "no_answer_prob": -8.735368728637695}
{"example_id": -3886698782859636076, "prediction": "", "binary_answer": null, "no_answer_prob": -5.900928497314453}
{"example_id": -1636241981712941816, "prediction": "Halston Jean Schrage", "binary_answer": null, "no_answer_prob": -3.466195583343506}
{"example_id": -4388997183375968534, "prediction": "attribution theory", "binary_answer": null, "no_answer_prob": -3.8929779529571533}
{"example_id": -778893039382126607, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6035977602005005}
{"example_id": 8895603130387639365, "prediction": "1821", "binary_answer": null, "no_answer_prob": -3.2497516870498657}
{"example_id": 7311597326781869670, "prediction": "The plot is set in a fictional history of real world events", "binary_answer": null, "no_answer_prob": 2.5239462852478027}
{"example_id": -2591792122661565260, "prediction": "Vancouver", "binary_answer": null, "no_answer_prob": -4.937905788421631}
{"example_id": 8131300119607703624, "prediction": "Yaoyorozu : Rising", "binary_answer": null, "no_answer_prob": 0.16774797439575195}
{"example_id": 5756730402161025260, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -6.686327815055847}
{"example_id": -4752758923611027680, "prediction": "Colonial", "binary_answer": null, "no_answer_prob": 1.6784746646881104}
{"example_id": -1529785580387860441, "prediction": "Dorothy Loudon", "binary_answer": null, "no_answer_prob": -6.154556751251221}
{"example_id": 2556132495859815791, "prediction": "around 2560 BC .", "binary_answer": null, "no_answer_prob": -6.304686188697815}
{"example_id": -1773619160306452687, "prediction": "parts of disco and R&B records that could be repeated using multiple turntables and were enjoyed most by dancers", "binary_answer": null, "no_answer_prob": -7.268574595451355}
{"example_id": 9062516955828136852, "prediction": "Brad Kane and Lea Salonga", "binary_answer": null, "no_answer_prob": -8.878399133682251}
{"example_id": 899277104231220759, "prediction": "Ackerson Lake", "binary_answer": null, "no_answer_prob": -6.7065110206604}
{"example_id": 5111673009824140252, "prediction": "Soviet Socialist Republics in its dissolution in December 1991 , with Russia internationally recognised as the successor state to the Soviet Union", "binary_answer": null, "no_answer_prob": -4.617839336395264}
{"example_id": -2282198594303101790, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7141563296318054}
{"example_id": 5775611861615004989, "prediction": "The Mountain Time Zone of North America keeps time by subtracting seven hours from Coordinated Universal Time ( UTC )", "binary_answer": null, "no_answer_prob": -2.9219223260879517}
{"example_id": 6137034015193372829, "prediction": "Saltram House ( standing in for Norland Park )", "binary_answer": null, "no_answer_prob": -2.3342084884643555}
{"example_id": -1096801418238104077, "prediction": "One World Trade Center", "binary_answer": null, "no_answer_prob": -8.143407583236694}
{"example_id": -693353750476150028, "prediction": "Solomon Burke", "binary_answer": null, "no_answer_prob": -10.493356108665466}
{"example_id": 61181544533963488, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -8.772338151931763}
{"example_id": -4102324063683692160, "prediction": "4,705 ft ( 1,434 m )", "binary_answer": null, "no_answer_prob": -11.559197425842285}
{"example_id": -8958584032271009106, "prediction": "Jean Parker Shepherd , Jr .", "binary_answer": null, "no_answer_prob": -1.6194090843200684}
{"example_id": 8524610891771367197, "prediction": "According to Merriam - Webster 's Dictionary , `` 86 '' is a slang term that is used in the American popular culture", "binary_answer": null, "no_answer_prob": -4.055660247802734}
{"example_id": 3341527347132877456, "prediction": "The first single from the album `` Contact", "binary_answer": null, "no_answer_prob": 0.48503145575523376}
{"example_id": 8490378165521917499, "prediction": "the USA", "binary_answer": null, "no_answer_prob": -7.634029388427734}
{"example_id": -3109239631373720174, "prediction": "Halifax", "binary_answer": null, "no_answer_prob": -0.6703433990478516}
{"example_id": -6649631806848384255, "prediction": "Shruthi", "binary_answer": null, "no_answer_prob": -1.6132519245147705}
{"example_id": -4946153932133386827, "prediction": "Neil Patrick Harris", "binary_answer": null, "no_answer_prob": -11.482572555541992}
{"example_id": 1966772936478718317, "prediction": "Lady Gaga", "binary_answer": null, "no_answer_prob": -11.593250751495361}
{"example_id": -7902239105752498844, "prediction": "1948", "binary_answer": null, "no_answer_prob": 1.9472503662109375}
{"example_id": 4776485803340846876, "prediction": "Richard Marx and Linda Thompson", "binary_answer": null, "no_answer_prob": -10.86531674861908}
{"example_id": 2305728469630974930, "prediction": "Protestantism", "binary_answer": null, "no_answer_prob": -4.5173890590667725}
{"example_id": 285604116700483611, "prediction": "September 13 , 1996", "binary_answer": null, "no_answer_prob": -9.067046523094177}
{"example_id": -7735046813287486329, "prediction": "1910 -- 31 and 1947 -- 99", "binary_answer": null, "no_answer_prob": -2.999026656150818}
{"example_id": -2150616626047588203, "prediction": "Hartsfield -- Jackson Atlanta International Airport", "binary_answer": null, "no_answer_prob": -1.9282526969909668}
{"example_id": 3985192894716058216, "prediction": "chalk landing place , Cealc - hy\u00f0 = `` chalk wharf '' .", "binary_answer": null, "no_answer_prob": -4.172630667686462}
{"example_id": -1588918408519564820, "prediction": "1981", "binary_answer": null, "no_answer_prob": -2.0936942100524902}
{"example_id": -7953731943141146751, "prediction": "GMC Sierra Classic pickup truck", "binary_answer": null, "no_answer_prob": -4.655813694000244}
{"example_id": 5924830466189302135, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -10.086521863937378}
{"example_id": 9101155949281256853, "prediction": "`` Try ''", "binary_answer": null, "no_answer_prob": -1.9493038654327393}
{"example_id": -3181006994777638947, "prediction": "1983", "binary_answer": null, "no_answer_prob": -8.801542401313782}
{"example_id": -3143560607969224951, "prediction": "Evil Hubie Marsten", "binary_answer": null, "no_answer_prob": -4.009269595146179}
{"example_id": 6921395998693332182, "prediction": "Python is an interpreted high - level programming language", "binary_answer": null, "no_answer_prob": -7.281318306922913}
{"example_id": -2574991354955724197, "prediction": "29 September 1961", "binary_answer": null, "no_answer_prob": -8.536964178085327}
{"example_id": -1054340114642835409, "prediction": "the British Regency period", "binary_answer": null, "no_answer_prob": -5.786078333854675}
{"example_id": 2083236648006415359, "prediction": "regarding their safety", "binary_answer": null, "no_answer_prob": -2.050266742706299}
{"example_id": 9190398452898862686, "prediction": "Theresa May", "binary_answer": null, "no_answer_prob": -2.0651845932006836}
{"example_id": -8838376862791272282, "prediction": "Lithium sulfide", "binary_answer": null, "no_answer_prob": -11.097150325775146}
{"example_id": -1083525509793753511, "prediction": "Tiger Woods", "binary_answer": null, "no_answer_prob": -2.847188949584961}
{"example_id": -5269495819002470228, "prediction": "industrial activity , agricultural chemicals , or improper disposal of waste", "binary_answer": null, "no_answer_prob": -3.367156744003296}
{"example_id": 8680432191378933367, "prediction": "Robby Still", "binary_answer": null, "no_answer_prob": -10.969298839569092}
{"example_id": 6764228639974272292, "prediction": "Sweden Laundry and The Family Is Coming", "binary_answer": null, "no_answer_prob": -2.646027445793152}
{"example_id": 7648691593810220949, "prediction": "Christian Bale", "binary_answer": null, "no_answer_prob": -9.689869165420532}
{"example_id": -4517008773219628651, "prediction": "Louis - Victor de Broglie", "binary_answer": null, "no_answer_prob": -5.118505001068115}
{"example_id": -7466388092492004736, "prediction": "the center of the globe", "binary_answer": null, "no_answer_prob": -0.4154238700866699}
{"example_id": -7593916744299474425, "prediction": "monitor pH and calcium levels , viscosity and the mud weight ( density )", "binary_answer": null, "no_answer_prob": -2.1708043813705444}
{"example_id": 1386467007190406614, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8121085166931152}
{"example_id": -3664176546367429216, "prediction": "Tampa Bay", "binary_answer": null, "no_answer_prob": -3.786950469017029}
{"example_id": 2728293072330086761, "prediction": "A dogfight", "binary_answer": null, "no_answer_prob": 1.7646563835442066}
{"example_id": 7422937380038562859, "prediction": "Ash", "binary_answer": null, "no_answer_prob": -6.636460065841675}
{"example_id": 1499823823981062044, "prediction": "the Prime Minister", "binary_answer": null, "no_answer_prob": -5.924093246459961}
{"example_id": -8915888694750320684, "prediction": "23,723,696", "binary_answer": null, "no_answer_prob": -8.920256853103638}
{"example_id": -746185003858192116, "prediction": "the pastry being a finger food : the consumer would pick apart the bread as a monkey would", "binary_answer": null, "no_answer_prob": -8.962290048599243}
{"example_id": 586265476853443762, "prediction": "Clark", "binary_answer": null, "no_answer_prob": -5.493269443511963}
{"example_id": -8669945121955469257, "prediction": "fourth season , which premiered on October 10 , 2017 . As of November 21 , 2017 , 76 episodes of The Flash have aired .", "binary_answer": null, "no_answer_prob": -6.691035032272339}
{"example_id": 1517159869986308997, "prediction": "Randy Brooks", "binary_answer": null, "no_answer_prob": -11.542428135871887}
{"example_id": 5981486486780740817, "prediction": "stuck in his mind", "binary_answer": null, "no_answer_prob": -1.9228360652923584}
{"example_id": 7682837152639433138, "prediction": "Odisha , India", "binary_answer": null, "no_answer_prob": -5.884571433067322}
{"example_id": 6346903003773192365, "prediction": "Y\u016bsha Yoshihiko to Ma\u014d no Shiro", "binary_answer": null, "no_answer_prob": 5.255391955375671}
{"example_id": 7534131655041956406, "prediction": "Zachary Taylor", "binary_answer": null, "no_answer_prob": -3.3185017108917236}
{"example_id": -2697710186600866067, "prediction": "12", "binary_answer": null, "no_answer_prob": -4.08245325088501}
{"example_id": 3375932602132224207, "prediction": "There 's many a slip ' twixt the cup and the lip is a very old proverb", "binary_answer": null, "no_answer_prob": 0.9396748542785645}
{"example_id": 6831106015389665851, "prediction": "1,237", "binary_answer": null, "no_answer_prob": -8.069296956062317}
{"example_id": -5252914858290261841, "prediction": "Renin", "binary_answer": null, "no_answer_prob": 0.8371281623840332}
{"example_id": 5062669826664921478, "prediction": "Sacred Scripture and Sacred Tradition", "binary_answer": null, "no_answer_prob": -5.323561668395996}
{"example_id": -2876595940312304928, "prediction": "nuclear pore complex", "binary_answer": null, "no_answer_prob": -3.9324631690979004}
{"example_id": -5165350877865103258, "prediction": "Lakes Superior , Michigan , Huron ( or Michigan -- Huron ) , Erie , and Ontario", "binary_answer": null, "no_answer_prob": -8.140479922294617}
{"example_id": -3591309329693182388, "prediction": "Massachusetts and Washington state", "binary_answer": null, "no_answer_prob": -9.623098850250244}
{"example_id": 3243480896721302909, "prediction": "partial toroidals may still require a torque converter , and hence lose efficiency .", "binary_answer": null, "no_answer_prob": 2.4760639667510986}
{"example_id": -4898855131470263870, "prediction": "Paul Dukas", "binary_answer": null, "no_answer_prob": -12.943883895874023}
{"example_id": 5115642215727784195, "prediction": "1955 to 1975", "binary_answer": null, "no_answer_prob": -7.151922941207886}
{"example_id": 4080291615488399486, "prediction": "206", "binary_answer": null, "no_answer_prob": -8.988514959812164}
{"example_id": -3667649498633716527, "prediction": "Patti Smith", "binary_answer": null, "no_answer_prob": -4.656682848930359}
{"example_id": -8268468689998578419, "prediction": "5", "binary_answer": null, "no_answer_prob": -10.497248113155365}
{"example_id": 866838690642063785, "prediction": "January 26 , 2018", "binary_answer": null, "no_answer_prob": -7.35779869556427}
{"example_id": -6832249687330615266, "prediction": "For most observant Christians", "binary_answer": null, "no_answer_prob": 0.2074771523475647}
{"example_id": -4681294558509959100, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3295556306838989}
{"example_id": 3395715140984844186, "prediction": "Gerd M\u00fcller", "binary_answer": null, "no_answer_prob": -11.010523438453674}
{"example_id": 5779434897535605212, "prediction": "", "binary_answer": null, "no_answer_prob": 4.403183281421661}
{"example_id": 8612400649446195452, "prediction": "Colin Arthur O'Donoghue", "binary_answer": null, "no_answer_prob": -14.057968258857727}
{"example_id": -9135912544384644791, "prediction": "Nick Kroll", "binary_answer": null, "no_answer_prob": -6.748746395111084}
{"example_id": 7099358179400217854, "prediction": "39.5 million", "binary_answer": null, "no_answer_prob": -9.770680785179138}
{"example_id": -5824064723996306211, "prediction": "On April 30 , 2013 , both chambers of the North Dakota Legislative Assembly passed a bill appropriating $12 million", "binary_answer": null, "no_answer_prob": -2.3774805068969727}
{"example_id": -1332553970111916891, "prediction": "4,574,351", "binary_answer": null, "no_answer_prob": -10.424014687538147}
{"example_id": -4323484322101686867, "prediction": "in the city of College Park in Prince George 's County , Maryland", "binary_answer": null, "no_answer_prob": -9.438352346420288}
{"example_id": 8955361947273721666, "prediction": "\u0130stanbul", "binary_answer": null, "no_answer_prob": -4.118734836578369}
{"example_id": -5677559942901864182, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7202030420303345}
{"example_id": -8472452013531944779, "prediction": "Jeri Lynn Ryan", "binary_answer": null, "no_answer_prob": -13.265164852142334}
{"example_id": -2942400488660841191, "prediction": "Angela Bassett", "binary_answer": null, "no_answer_prob": -5.56145453453064}
{"example_id": -1394035458184384265, "prediction": "1988", "binary_answer": null, "no_answer_prob": -8.021149396896362}
{"example_id": 6990215982082182626, "prediction": "", "binary_answer": null, "no_answer_prob": 2.746005892753601}
{"example_id": -7592376827056753693, "prediction": "Malaclemys", "binary_answer": null, "no_answer_prob": -6.416380047798157}
{"example_id": -1620119975943843726, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 7.173431366682053}
{"example_id": 133634890519248501, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": -4.935542702674866}
{"example_id": -797978280122267872, "prediction": "three ships , Susan Constant ( sometimes known as Sarah Constant ) , Godspeed , and Discovery", "binary_answer": null, "no_answer_prob": 2.833792209625244}
{"example_id": 1161779725147104909, "prediction": "`` Abraham , Martin and John ''", "binary_answer": null, "no_answer_prob": -1.2804676294326782}
{"example_id": -7182780020959931842, "prediction": "Warren Beatty and Faye Dunaway", "binary_answer": null, "no_answer_prob": -9.26056182384491}
{"example_id": 6275261977369339737, "prediction": "The Walt Disney World Resort , commonly known as Walt Disney World , or often just as Disney World", "binary_answer": null, "no_answer_prob": -7.067658305168152}
{"example_id": 2323940396027002611, "prediction": "the President of India", "binary_answer": null, "no_answer_prob": -8.844338417053223}
{"example_id": -7089430243909366299, "prediction": "Grace Slick and Mickey Thomas", "binary_answer": null, "no_answer_prob": -10.930683732032776}
{"example_id": -6999697523595400515, "prediction": "a chapel near Jerusalem", "binary_answer": null, "no_answer_prob": -3.491816759109497}
{"example_id": 8937322105016414767, "prediction": "women of Argos", "binary_answer": null, "no_answer_prob": 1.5448776483535767}
{"example_id": 8059795599293488176, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0255064964294434}
{"example_id": -3391156047974585757, "prediction": "Scott Adsit", "binary_answer": null, "no_answer_prob": -2.4725890159606934}
{"example_id": 729766815765327628, "prediction": "Amish Tripathi", "binary_answer": null, "no_answer_prob": -11.529874205589294}
{"example_id": 8176613074656756966, "prediction": "DNA and ribose in RNA", "binary_answer": null, "no_answer_prob": -7.820702314376831}
{"example_id": 1750055495190595842, "prediction": "Joe Walsh", "binary_answer": null, "no_answer_prob": -8.836389303207397}
{"example_id": -4717061220228022405, "prediction": "Bruce Woolley and The Camera Club ( with Thomas Dolby on keyboards )", "binary_answer": null, "no_answer_prob": -7.175155878067017}
{"example_id": 6397716912831572021, "prediction": "Starting around 6 months", "binary_answer": null, "no_answer_prob": -4.488736629486084}
{"example_id": -1789978962684640018, "prediction": "Bj\u00f6rn Borg Wimbledon", "binary_answer": null, "no_answer_prob": -1.7160820960998535}
{"example_id": -3498304267651438803, "prediction": "Charlie Puth", "binary_answer": null, "no_answer_prob": -6.373686194419861}
{"example_id": -4087829731098617906, "prediction": "Michael Jonas Evans", "binary_answer": null, "no_answer_prob": -7.7969489097595215}
{"example_id": 4833039087793908188, "prediction": "Tilda Swinton", "binary_answer": null, "no_answer_prob": 0.21939022094011307}
{"example_id": 525916318143525437, "prediction": "1975", "binary_answer": null, "no_answer_prob": -9.17258608341217}
{"example_id": -7269947655628882281, "prediction": "May 2 , 2018", "binary_answer": null, "no_answer_prob": -8.97777271270752}
{"example_id": -6160250448003173185, "prediction": "", "binary_answer": null, "no_answer_prob": 4.007465362548828}
{"example_id": 4476606369816122346, "prediction": "Hartsfield -- Jackson Atlanta International Airport", "binary_answer": null, "no_answer_prob": -3.8074636459350586}
{"example_id": -231776961378299198, "prediction": "A Web 2.0 website may allow users to interact and collaborate with each other in a social media dialogue", "binary_answer": null, "no_answer_prob": 3.8400334315374494}
{"example_id": 2392960478751552180, "prediction": "In mathematics and in particular measure theory , a measurable function is a function between two measurable spaces", "binary_answer": null, "no_answer_prob": -2.9299216270446777}
{"example_id": -1764596049499680409, "prediction": "Europe", "binary_answer": null, "no_answer_prob": -12.203221797943115}
{"example_id": 8726857496713939571, "prediction": "Charles I", "binary_answer": null, "no_answer_prob": -4.50490140914917}
{"example_id": -3755276517897600478, "prediction": "5 additional songs originally released as downloadable content on the PlayStation 3 and Xbox 360 versions of the game .", "binary_answer": null, "no_answer_prob": 2.9784579277038574}
{"example_id": -1247256855534390887, "prediction": "Saint Anthony of Padua", "binary_answer": null, "no_answer_prob": -10.745326161384583}
{"example_id": 102674858928613104, "prediction": "1999", "binary_answer": null, "no_answer_prob": -4.924690008163452}
{"example_id": -7774653843785995045, "prediction": "the U.S. Congress", "binary_answer": null, "no_answer_prob": 3.2197680263780057}
{"example_id": -2379997633732556295, "prediction": "water vapor , carbon dioxide , methane , nitrous oxide , and ozone", "binary_answer": null, "no_answer_prob": -8.005911111831665}
{"example_id": -4767746929441136315, "prediction": "", "binary_answer": null, "no_answer_prob": 6.3536288142204285}
{"example_id": 8212456138567121495, "prediction": "Baboons are Old World monkeys", "binary_answer": null, "no_answer_prob": 0.5065280199050903}
{"example_id": 2869938826446240557, "prediction": "November 11 , 2008", "binary_answer": null, "no_answer_prob": -10.919555306434631}
{"example_id": -2311416930445197041, "prediction": "Taxidermy", "binary_answer": null, "no_answer_prob": -9.034353613853455}
{"example_id": -1548786101485516149, "prediction": "6 February 1952", "binary_answer": null, "no_answer_prob": -4.703734815120697}
{"example_id": -2848058317612429899, "prediction": "Keith Hillard", "binary_answer": null, "no_answer_prob": -5.997684836387634}
{"example_id": 7620444104081429547, "prediction": "Pine Ridge Boys", "binary_answer": null, "no_answer_prob": -0.6692548990249634}
{"example_id": 8963560076461501325, "prediction": "the ostium primum", "binary_answer": null, "no_answer_prob": -5.905848741531372}
{"example_id": -3123619573627182634, "prediction": "a major battle of the Pacific War fought on the island of Okinawa by United States Marine and Army forces against the Imperial Japanese Army", "binary_answer": null, "no_answer_prob": -1.2908720970153809}
{"example_id": -826978943728327674, "prediction": "five", "binary_answer": null, "no_answer_prob": -8.322903633117676}
{"example_id": -148617601450369948, "prediction": "around three dozen", "binary_answer": null, "no_answer_prob": -6.015930652618408}
{"example_id": 4109951268433833047, "prediction": "", "binary_answer": null, "no_answer_prob": 2.230414718389511}
{"example_id": 3695029494455379112, "prediction": "Peyton Manning", "binary_answer": null, "no_answer_prob": -9.838798999786377}
{"example_id": 2041400022379281926, "prediction": "The Kashmir conflict is a territorial conflict primarily between India and Pakistan , having started just after the partition of India in 1947", "binary_answer": null, "no_answer_prob": -4.535291433334351}
{"example_id": 645362366702436728, "prediction": "in the Province of Salerno", "binary_answer": null, "no_answer_prob": -7.99027681350708}
{"example_id": 7657622689804497209, "prediction": "Bill Nighy", "binary_answer": null, "no_answer_prob": -13.045340895652771}
{"example_id": 3708071507835908564, "prediction": "Gamora", "binary_answer": null, "no_answer_prob": -10.373718976974487}
{"example_id": -519548386497203952, "prediction": "Christine Elise", "binary_answer": null, "no_answer_prob": -12.391301155090332}
{"example_id": 4617065854531147462, "prediction": "Darci Lynne Farmer Angelica Hale Light Balance Tyra Banks", "binary_answer": null, "no_answer_prob": -3.1313982009887695}
{"example_id": 268229474108367324, "prediction": "1977", "binary_answer": null, "no_answer_prob": -10.109934687614441}
{"example_id": -4067545258642464728, "prediction": "The Atlantic standard time zone", "binary_answer": null, "no_answer_prob": -3.8555121421813965}
{"example_id": -3444281086878147684, "prediction": "15,995", "binary_answer": null, "no_answer_prob": -11.751360535621643}
{"example_id": 9195877357922809104, "prediction": "20", "binary_answer": null, "no_answer_prob": -9.323137640953064}
{"example_id": 5468187589053946737, "prediction": "France", "binary_answer": null, "no_answer_prob": -4.952131748199463}
{"example_id": 6651217315586475557, "prediction": "", "binary_answer": null, "no_answer_prob": -0.35125458240509033}
{"example_id": 1605903962310739428, "prediction": "Glenn Hugill", "binary_answer": null, "no_answer_prob": -8.36011266708374}
{"example_id": 4938567947444729045, "prediction": "", "binary_answer": null, "no_answer_prob": 6.024611234664917}
{"example_id": -4751404676967078067, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5656484365463257}
{"example_id": 4702993779086227540, "prediction": "Nigeria", "binary_answer": null, "no_answer_prob": -1.8878717422485352}
{"example_id": 3896755256973975877, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -9.92318868637085}
{"example_id": -402169805968840915, "prediction": "consolidated the Company 's presence in Bengal , which later expanded to cover much of India over the next hundred years .", "binary_answer": null, "no_answer_prob": 1.433656893670559}
{"example_id": -2278070549040269314, "prediction": "in their books", "binary_answer": null, "no_answer_prob": 3.458131194114685}
{"example_id": 6176970235564446853, "prediction": "David Reed Bromstad", "binary_answer": null, "no_answer_prob": -11.217582702636719}
{"example_id": -6593738572344837830, "prediction": "Amy Jo Johnson", "binary_answer": null, "no_answer_prob": -8.964594662189484}
{"example_id": -6561588411465671888, "prediction": "In Jewish and Christian tradition , the love of money is condemned as a sin", "binary_answer": null, "no_answer_prob": -6.192690014839172}
{"example_id": 774923242336580897, "prediction": "Indiana Pacers", "binary_answer": null, "no_answer_prob": -5.551468849182129}
{"example_id": -2299841510974346421, "prediction": "31 August 2018", "binary_answer": null, "no_answer_prob": -11.724527955055237}
{"example_id": 51342376009980790, "prediction": "The old gray mare , she ai n't what she used to be , Many long years ago", "binary_answer": null, "no_answer_prob": -2.4323854446411133}
{"example_id": -534193099434881582, "prediction": "U.S. Route 3 passes through parts of the city , bypassing downtown but passing through Weirs Beach . New Hampshire Route 11", "binary_answer": null, "no_answer_prob": 2.026519775390625}
{"example_id": -8495740597703765022, "prediction": "Mikuri Moriyama", "binary_answer": null, "no_answer_prob": 2.034440189599991}
{"example_id": -4532256379564237266, "prediction": "within 15 minutes to one hour after the accident with good prognosis", "binary_answer": null, "no_answer_prob": -6.666245937347412}
{"example_id": 672894189202960625, "prediction": "24 August 1994", "binary_answer": null, "no_answer_prob": -7.346382737159729}
{"example_id": -749738218164430458, "prediction": "Diddy and his band Dirty Money", "binary_answer": null, "no_answer_prob": -10.869923830032349}
{"example_id": -4979607488372177403, "prediction": "Cole Porter", "binary_answer": null, "no_answer_prob": -12.855185747146606}
{"example_id": 633302866828483216, "prediction": "commissioned officers", "binary_answer": null, "no_answer_prob": -1.725016713142395}
{"example_id": 7783757446326297710, "prediction": "February 18 , 2008", "binary_answer": null, "no_answer_prob": -8.541295886039734}
{"example_id": 5125394137874291600, "prediction": "Nick Lowe", "binary_answer": null, "no_answer_prob": -11.835039854049683}
{"example_id": 1150447732194270924, "prediction": "60 in \u00d7 80 in ( 152 cm \u00d7 203 cm )", "binary_answer": null, "no_answer_prob": -4.14758563041687}
{"example_id": 2073852903221401270, "prediction": "Neil Diamond", "binary_answer": null, "no_answer_prob": -7.747632026672363}
{"example_id": -6268596395812528097, "prediction": "Blues Image", "binary_answer": null, "no_answer_prob": -11.104533672332764}
{"example_id": -2897294436492264617, "prediction": "Maryland", "binary_answer": null, "no_answer_prob": -7.223287582397461}
{"example_id": 766920567269682140, "prediction": "differ based on how many levels of management are present in the organization , and how much control managers are endowed with .", "binary_answer": null, "no_answer_prob": -5.525406002998352}
{"example_id": 4076188114947390634, "prediction": "The free element", "binary_answer": null, "no_answer_prob": -10.565266132354736}
{"example_id": -8997218697282168906, "prediction": "kilogram", "binary_answer": null, "no_answer_prob": -11.042052149772644}
{"example_id": 3970404258950915059, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9655678570270538}
{"example_id": 5798493307113531283, "prediction": "in the arid plains of Central Asia", "binary_answer": null, "no_answer_prob": -9.297567367553711}
{"example_id": 8615963053008200494, "prediction": "Pinewood Atlanta Studios in Fayette County , Georgia", "binary_answer": null, "no_answer_prob": -9.287562251091003}
{"example_id": 970838361859128068, "prediction": "New England", "binary_answer": null, "no_answer_prob": -6.4397947788238525}
{"example_id": -1527245675085837482, "prediction": "Shalamar", "binary_answer": null, "no_answer_prob": -10.758834481239319}
{"example_id": 441237563640079561, "prediction": "555", "binary_answer": null, "no_answer_prob": -1.212198257446289}
{"example_id": 6284318053965731359, "prediction": "", "binary_answer": null, "no_answer_prob": 2.756843328475952}
{"example_id": 5815322781147893295, "prediction": "Roger Miller", "binary_answer": null, "no_answer_prob": -11.899263620376587}
{"example_id": -3889035572381171072, "prediction": "April 7 , 2018", "binary_answer": null, "no_answer_prob": -6.474952697753906}
{"example_id": -990485680861647558, "prediction": "beginning in the late 19th century", "binary_answer": null, "no_answer_prob": 3.4025310650467873}
{"example_id": 222091346320307366, "prediction": "June 14 , 2002", "binary_answer": null, "no_answer_prob": -9.35948896408081}
{"example_id": -1543275218358747300, "prediction": "James Wayne Stafford", "binary_answer": null, "no_answer_prob": -10.043707370758057}
{"example_id": -5878189243047588069, "prediction": "On an equinox , day and night are of approximately equal duration all over the planet", "binary_answer": null, "no_answer_prob": -7.068141937255859}
{"example_id": 9130116434121282536, "prediction": "George Beard", "binary_answer": null, "no_answer_prob": -9.659017562866211}
{"example_id": -4529498110941144482, "prediction": "the Grand Canal", "binary_answer": null, "no_answer_prob": -4.959652900695801}
{"example_id": 7217982241150852359, "prediction": "Green Bay Packers", "binary_answer": null, "no_answer_prob": -12.175393104553223}
{"example_id": 7450271712999356709, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5784040093421936}
{"example_id": -5965536333531780013, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6279560327529907}
{"example_id": 2320637475667264401, "prediction": "Spain", "binary_answer": null, "no_answer_prob": -3.886089324951172}
{"example_id": -7779053570352164545, "prediction": "", "binary_answer": null, "no_answer_prob": 4.9373204708099365}
{"example_id": 3661749380485118773, "prediction": "Lucy Hale , Tyler Posey , Violett Beane , Hayden Szeto , and Landon Liboiron", "binary_answer": null, "no_answer_prob": -1.4701966047286987}
{"example_id": -4526902797058130110, "prediction": "Peter Billingsley", "binary_answer": null, "no_answer_prob": -11.778181910514832}
{"example_id": 7841439826326255745, "prediction": "`` Pocketful of Sunshine '' is a song recorded by English singer -- songwriter Natasha Bedingfield", "binary_answer": null, "no_answer_prob": 1.0522214472293854}
{"example_id": -2601815588206305780, "prediction": "Jared Polis", "binary_answer": null, "no_answer_prob": -7.809978008270264}
{"example_id": 1148665938811409716, "prediction": "separating pupils by academic ability", "binary_answer": null, "no_answer_prob": -0.6260362863540649}
{"example_id": 8597899303438992529, "prediction": "Lee Greenwood", "binary_answer": null, "no_answer_prob": -12.442813873291016}
{"example_id": -359481135483432276, "prediction": "Hard Rock International", "binary_answer": null, "no_answer_prob": -11.454614400863647}
{"example_id": 2066095958025843849, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9458211660385132}
{"example_id": -3407656036949886841, "prediction": "February 6 , 2011", "binary_answer": null, "no_answer_prob": -2.362436294555664}
{"example_id": 2727705094759998916, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6247432231903076}
{"example_id": -3600710232789091823, "prediction": "33", "binary_answer": null, "no_answer_prob": -0.7116115093231201}
{"example_id": 3215481144081056949, "prediction": "Jeremiah", "binary_answer": null, "no_answer_prob": -5.521755695343018}
{"example_id": 912938934087202146, "prediction": "Average Monthly Temperature City Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Asheville", "binary_answer": null, "no_answer_prob": -5.470598459243774}
{"example_id": -1373228667631278020, "prediction": "Blue Jays", "binary_answer": null, "no_answer_prob": -6.311476230621338}
{"example_id": 7094353521557135535, "prediction": "71.5 years", "binary_answer": null, "no_answer_prob": -3.226430296897888}
{"example_id": -2094204428060165234, "prediction": "Willy Wonka", "binary_answer": null, "no_answer_prob": -8.272368550300598}
{"example_id": -8651235355923167661, "prediction": "Daniel Defoe", "binary_answer": null, "no_answer_prob": -2.0306354761123657}
{"example_id": 1654441312144248831, "prediction": "Group work is a form of voluntary association of members benefiting from cooperative learning", "binary_answer": null, "no_answer_prob": -0.19967812299728394}
{"example_id": 8300595639190399097, "prediction": "`` Do n't Matter to Me '' is a song by Canadian musician Drake", "binary_answer": null, "no_answer_prob": 0.6962580382823944}
{"example_id": -1820518102427276178, "prediction": "Keith Urban", "binary_answer": null, "no_answer_prob": -10.512155413627625}
{"example_id": 3319766958384233014, "prediction": "Pentateuch", "binary_answer": null, "no_answer_prob": -4.464996814727783}
{"example_id": -5935520585615109028, "prediction": "The Second World is the former industrial socialist states ( formally the Eastern Bloc ) largely encompassing territories under the influence of the Soviet Union", "binary_answer": null, "no_answer_prob": -0.8543998599052429}
{"example_id": 4536554376266855246, "prediction": "March 23 , 1971", "binary_answer": null, "no_answer_prob": -7.691686987876892}
{"example_id": 8355919949700122555, "prediction": "Play & Charge kit", "binary_answer": null, "no_answer_prob": -2.134054660797119}
{"example_id": 7227874519645970679, "prediction": "", "binary_answer": null, "no_answer_prob": -2.748862147331238}
{"example_id": 659351026066033004, "prediction": "On 26 March 2015 , Carnival Films and ITV announced that the sixth", "binary_answer": null, "no_answer_prob": -4.46624231338501}
{"example_id": -9219497506930338015, "prediction": "Taiwan", "binary_answer": null, "no_answer_prob": -0.7606836557388306}
{"example_id": -1325993983442700170, "prediction": "The Used Bert McCracken", "binary_answer": null, "no_answer_prob": 4.37571357190609}
{"example_id": 4259104891930638568, "prediction": "April 3 , 1941", "binary_answer": null, "no_answer_prob": -7.165147066116333}
{"example_id": -6268306246869488229, "prediction": "New Jersey", "binary_answer": null, "no_answer_prob": -4.82267951965332}
{"example_id": -4806319896032592325, "prediction": "Sherman Hemsley", "binary_answer": null, "no_answer_prob": -12.897939920425415}
{"example_id": 5468947570122880279, "prediction": "", "binary_answer": null, "no_answer_prob": 4.861814320087433}
{"example_id": 499367910851448785, "prediction": "sugarcane", "binary_answer": null, "no_answer_prob": -7.4771106243133545}
{"example_id": 55043982217135027, "prediction": "October to December 2017", "binary_answer": null, "no_answer_prob": -8.973283290863037}
{"example_id": -8596489163470597884, "prediction": "Norman Whitfield and Barrett Strong", "binary_answer": null, "no_answer_prob": -7.440016031265259}
{"example_id": -247089316114118528, "prediction": "Employment discrimination", "binary_answer": null, "no_answer_prob": 0.18419182300567627}
{"example_id": -2269094423106322335, "prediction": "2010", "binary_answer": null, "no_answer_prob": -11.125226885080338}
{"example_id": 1991591476166635449, "prediction": "This small residual voltage", "binary_answer": null, "no_answer_prob": 0.8216737508773804}
{"example_id": -524425016066650442, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -9.353765964508057}
{"example_id": 4068843284200444282, "prediction": "Na HCO", "binary_answer": null, "no_answer_prob": -8.443037867546082}
{"example_id": 1934978776914457212, "prediction": "Matthew Broderick", "binary_answer": null, "no_answer_prob": -2.2902746200561523}
{"example_id": -4538267295338479338, "prediction": "Osei Tutu", "binary_answer": null, "no_answer_prob": -6.628554344177246}
{"example_id": -7634638252335162798, "prediction": "48", "binary_answer": null, "no_answer_prob": -7.855200171470642}
{"example_id": -2434633497951355943, "prediction": "Stuttering , also known as stammering", "binary_answer": null, "no_answer_prob": -6.472020268440247}
{"example_id": -5758432822667046163, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": -10.071287155151367}
{"example_id": -4674138790435489487, "prediction": "Republican", "binary_answer": null, "no_answer_prob": -6.998206377029419}
{"example_id": 3915783006057137863, "prediction": "Qatar", "binary_answer": null, "no_answer_prob": -12.235282063484192}
{"example_id": 4189590166138253194, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -7.785362720489502}
{"example_id": -4290253211977957416, "prediction": "Manuela Arbel\u00e1ez Correa", "binary_answer": null, "no_answer_prob": -9.12981402873993}
{"example_id": -560717259848119538, "prediction": "April 4 , 1973", "binary_answer": null, "no_answer_prob": -9.816735982894897}
{"example_id": 56764767389481327, "prediction": "Margaret Hamilton", "binary_answer": null, "no_answer_prob": -7.058766603469849}
{"example_id": -9196183299676558496, "prediction": "About 8 mi ( 13 km ) long and 2 mi ( 3.2 km )", "binary_answer": null, "no_answer_prob": -3.4914565086364746}
{"example_id": 2778449315185714340, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7801199555397034}
{"example_id": -7657031670144140062, "prediction": "1982 ( XVII ) , 1987 ( XXII ) , 1991", "binary_answer": null, "no_answer_prob": -9.642432659864426}
{"example_id": -8077664172064245955, "prediction": "Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -10.764691472053528}
{"example_id": -4148243285038326302, "prediction": "1972", "binary_answer": null, "no_answer_prob": -9.892343044281006}
{"example_id": 7825479421410280631, "prediction": "Baa , baa , black sheep , Have you any wool ? Yes , sir , yes , sir , Three bags full", "binary_answer": null, "no_answer_prob": -1.181415319442749}
{"example_id": -1862102617297217479, "prediction": "Early childhood education", "binary_answer": null, "no_answer_prob": 0.7137227058410645}
{"example_id": -1902381158427313628, "prediction": "Tata Motors", "binary_answer": null, "no_answer_prob": -7.18631911277771}
{"example_id": -8229952831306628594, "prediction": "November 22 , 2010", "binary_answer": null, "no_answer_prob": -12.958664536476135}
{"example_id": -4881558110744207603, "prediction": "`` Scenes from an Italian Restaurant '' is a song from Billy Joel 's 1977 album The Stranger .", "binary_answer": null, "no_answer_prob": 4.331026192754507}
{"example_id": 1931368397996095100, "prediction": "Royal Birkdale Golf Club in Southport , England", "binary_answer": null, "no_answer_prob": -10.212326288223267}
{"example_id": -3174039544725720319, "prediction": "1763", "binary_answer": null, "no_answer_prob": -7.736609101295471}
{"example_id": -8703845203547233062, "prediction": "Sunday", "binary_answer": null, "no_answer_prob": -10.663639426231384}
{"example_id": 5979958328447810229, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": -12.664500534534454}
{"example_id": -4825446004803252288, "prediction": "The Marshall Tucker Band", "binary_answer": null, "no_answer_prob": -6.460510730743408}
{"example_id": 5862885696253793625, "prediction": "The Capture of Fort Ticonderoga occurred during the American Revolutionary War on May 10 , 1775 , when a small force of Green Mountain Boys", "binary_answer": null, "no_answer_prob": -1.036519169807434}
{"example_id": 1611590716570134882, "prediction": "Bob Beamon", "binary_answer": null, "no_answer_prob": -0.6599581241607666}
{"example_id": -3621745547045988953, "prediction": "January 3 , 2018", "binary_answer": null, "no_answer_prob": -11.423717260360718}
{"example_id": 1375491388922602302, "prediction": "Florida", "binary_answer": null, "no_answer_prob": -5.644647717475891}
{"example_id": 913410133015681740, "prediction": "Phil Hellmuth", "binary_answer": null, "no_answer_prob": -4.271919012069702}
{"example_id": 1426570238063931737, "prediction": "California", "binary_answer": null, "no_answer_prob": -6.988624811172485}
{"example_id": -7083703144673356898, "prediction": "Anthony Enahoro", "binary_answer": null, "no_answer_prob": -6.377297878265381}
{"example_id": -6797689979917205967, "prediction": "The Gulf of Mexico ( Spanish : Golfo de M\u00e9xico ) is an ocean basin and a marginal sea of the Atlantic Ocean", "binary_answer": null, "no_answer_prob": -6.815911114215851}
{"example_id": -6549272433015094205, "prediction": "The story continues from The Hunger Games : Mockingjay -- Part 1", "binary_answer": null, "no_answer_prob": 0.6453576683998108}
{"example_id": 538780514242752950, "prediction": "Shelley Morrison", "binary_answer": null, "no_answer_prob": -9.170754551887512}
{"example_id": 3355133711347165261, "prediction": "Viceroy of New Spain", "binary_answer": null, "no_answer_prob": -5.487296462059021}
{"example_id": 6469764765947597146, "prediction": "three parts", "binary_answer": null, "no_answer_prob": -6.695093631744385}
{"example_id": -5590423982475744712, "prediction": "18", "binary_answer": null, "no_answer_prob": -8.587093472480774}
{"example_id": -3184105018908282213, "prediction": "June 22 , 2018", "binary_answer": null, "no_answer_prob": -1.4459714889526367}
{"example_id": 4839381199765928548, "prediction": "The auxiliary verb is typically avoir ' to have ' , but is sometimes \u00eatre ' to be ' ( see below ) .", "binary_answer": null, "no_answer_prob": -1.4223071336746216}
{"example_id": -3895358293537254843, "prediction": "Do you want to sleep with me ( tonight ) ? ''", "binary_answer": null, "no_answer_prob": -6.136704683303833}
{"example_id": 6821677356042367550, "prediction": "Nights Are Forever", "binary_answer": null, "no_answer_prob": -3.531548857688904}
{"example_id": -2526376744759664115, "prediction": "baboons troop badgers", "binary_answer": null, "no_answer_prob": -1.9747083187103271}
{"example_id": 2829430480156542603, "prediction": "", "binary_answer": null, "no_answer_prob": 4.210809946060181}
{"example_id": 5540701807690820559, "prediction": "India ( IAST : Bh\u0101rat ) , also called the Republic of India ( IAST : Bh\u0101rat Ga\u1e47ar\u0101jya )", "binary_answer": null, "no_answer_prob": -4.009676575660706}
{"example_id": 1285967838886493766, "prediction": "", "binary_answer": null, "no_answer_prob": 2.20524263381958}
{"example_id": -5958299091256021549, "prediction": "579,024,000", "binary_answer": null, "no_answer_prob": -5.066476583480835}
{"example_id": 2100076765917946957, "prediction": "Badfinger", "binary_answer": null, "no_answer_prob": -9.622375130653381}
{"example_id": -5085836176121671532, "prediction": "Westlake High School in Atlanta , Georgia", "binary_answer": null, "no_answer_prob": -8.564421653747559}
{"example_id": 5445401749613648184, "prediction": "March 23 , 2018", "binary_answer": null, "no_answer_prob": -3.3779534101486206}
{"example_id": 1394630376030254635, "prediction": "", "binary_answer": null, "no_answer_prob": 5.596484839916229}
{"example_id": -1782927019329735418, "prediction": "In April 2002 , Phil Ruffin", "binary_answer": null, "no_answer_prob": 0.7547456622123718}
{"example_id": 9143002260757869752, "prediction": "2015", "binary_answer": null, "no_answer_prob": -2.8721296787261963}
{"example_id": 4910473871422129370, "prediction": "Bellevue Hospital", "binary_answer": null, "no_answer_prob": -6.9233338832855225}
{"example_id": -2300809780115527834, "prediction": "'", "binary_answer": null, "no_answer_prob": 0.08190059661865234}
{"example_id": -1560594856508887040, "prediction": "a method by which traders who can not speak each other 's language can trade without talking", "binary_answer": null, "no_answer_prob": 0.046149998903274536}
{"example_id": -8315105085924738330, "prediction": "DOT 5 is a silicone - based fluid and is separate from the series of DOT 2 , 3 , 4 , 5.1", "binary_answer": null, "no_answer_prob": -0.6744756698608398}
{"example_id": -229583884198303366, "prediction": "Chongqing China", "binary_answer": null, "no_answer_prob": -0.763397216796875}
{"example_id": 5678043091280403498, "prediction": "created by Stan Lee and Steve Ditko to be the archenemy of Spider - Man", "binary_answer": null, "no_answer_prob": -3.31004798412323}
{"example_id": 2461566699470725996, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.186750620603561}
{"example_id": -4102688898759230453, "prediction": "Ray Liotta", "binary_answer": null, "no_answer_prob": -10.264875888824463}
{"example_id": 5612400699978912916, "prediction": "Mumbai", "binary_answer": null, "no_answer_prob": -2.605255961418152}
{"example_id": -4585273144916701648, "prediction": "Eileen Davidson", "binary_answer": null, "no_answer_prob": -4.801248669624329}
{"example_id": 6529614399319299861, "prediction": "voluntary gift offering", "binary_answer": null, "no_answer_prob": -3.3789803981781006}
{"example_id": 6435000330564679320, "prediction": "data in electronic form , which is logically associated with other data in electronic form and which is used by the signatory to sign", "binary_answer": null, "no_answer_prob": -6.618167281150818}
{"example_id": -3857685097823607164, "prediction": "sexual harassment and sexual assault", "binary_answer": null, "no_answer_prob": -8.877918243408203}
{"example_id": 7238227158346168357, "prediction": "aerobic respiration", "binary_answer": null, "no_answer_prob": -4.716415166854858}
{"example_id": 4096708733587599194, "prediction": "Robbie Clark", "binary_answer": null, "no_answer_prob": -2.4926013946533203}
{"example_id": 6822719966202218884, "prediction": "The term `` Canadian bacon '' is not actually used in Canada", "binary_answer": null, "no_answer_prob": -1.1168489456176758}
{"example_id": -7257775211644639558, "prediction": "Whistler , British Columbia", "binary_answer": null, "no_answer_prob": -4.2860183119773865}
{"example_id": -7664948598108395205, "prediction": "April 14 , 2017", "binary_answer": null, "no_answer_prob": -9.421128988265991}
{"example_id": -1777266203030363472, "prediction": "about Giacomo Rappaccini , a medical researcher in medieval Padua who grows a garden of poisonous plants", "binary_answer": null, "no_answer_prob": -2.7679193019866943}
{"example_id": 22239020710945433, "prediction": "the federal Tariffs of 1828 and 1832", "binary_answer": null, "no_answer_prob": -1.633690357208252}
{"example_id": 4631550266985787614, "prediction": "1 July 1997", "binary_answer": null, "no_answer_prob": -11.465342611074448}
{"example_id": 468286880418624261, "prediction": "LeAnn Rimes", "binary_answer": null, "no_answer_prob": -5.263272047042847}
{"example_id": 6125961457024007179, "prediction": "128 \u00b0 F / 53 \u00b0 C", "binary_answer": null, "no_answer_prob": -7.704476237297058}
{"example_id": 5554765046249822444, "prediction": "signing of the Residence Act", "binary_answer": null, "no_answer_prob": -1.5956189632415771}
{"example_id": 5361586898801766663, "prediction": "Tappa originated from the folk songs of the camel riders of Punjab", "binary_answer": null, "no_answer_prob": -6.179962635040283}
{"example_id": 7194739195142191397, "prediction": "Buck Owens and the Buckaroos", "binary_answer": null, "no_answer_prob": -10.523139834403992}
{"example_id": 4442125092629591817, "prediction": "82", "binary_answer": null, "no_answer_prob": -7.735973000526428}
{"example_id": -6256366794872919373, "prediction": "Gen. Fidel Valdez Ramos", "binary_answer": null, "no_answer_prob": -12.5232914686203}
{"example_id": -5573231213920618255, "prediction": "Elizabeth Mitchell", "binary_answer": null, "no_answer_prob": -7.787787914276123}
{"example_id": -135732139178588796, "prediction": "Taylor Dooley", "binary_answer": null, "no_answer_prob": -9.473328590393066}
{"example_id": 4632472152863883898, "prediction": "September 9 , 1956", "binary_answer": null, "no_answer_prob": -5.735932350158691}
{"example_id": -2559689949009684408, "prediction": "The run was devised by former Olympic 10,000 m bronze medallist and BBC Sport commentator Brendan Foster", "binary_answer": null, "no_answer_prob": -0.6628539562225342}
{"example_id": -3868783914633893276, "prediction": "847", "binary_answer": null, "no_answer_prob": -7.832092821598053}
{"example_id": -5307301642256135368, "prediction": "", "binary_answer": null, "no_answer_prob": -3.2047308683395386}
{"example_id": -1413725843955627404, "prediction": "27,291", "binary_answer": null, "no_answer_prob": -12.364310264587402}
{"example_id": 2351904281089982068, "prediction": "1993", "binary_answer": null, "no_answer_prob": -10.987268447875977}
{"example_id": -6412417606016046895, "prediction": "26", "binary_answer": null, "no_answer_prob": -9.145187973976135}
{"example_id": -740764507015585567, "prediction": "Dutch navigator Abel Tasman", "binary_answer": null, "no_answer_prob": -11.589040160179138}
{"example_id": 3998102536607710960, "prediction": "The finances of the British royal family come from a number of sources . The UK Parliament", "binary_answer": null, "no_answer_prob": -4.983980298042297}
{"example_id": -3582231611325331993, "prediction": "`` No Such Thing ''", "binary_answer": null, "no_answer_prob": 3.4976854026317596}
{"example_id": 8971726506740495598, "prediction": "GK Takers Takers", "binary_answer": null, "no_answer_prob": -3.419154405593872}
{"example_id": -2595452329955511136, "prediction": "November 14 , 2004", "binary_answer": null, "no_answer_prob": -12.06630539894104}
{"example_id": 1133372433462406101, "prediction": "Although Hamlet 's speech is called a soliloquy", "binary_answer": null, "no_answer_prob": 0.15988945960998535}
{"example_id": 5331717885435024402, "prediction": "Elton John", "binary_answer": null, "no_answer_prob": -7.787184119224548}
{"example_id": -3583738823395435974, "prediction": "The history of the cooperative movement concerns the origins and history of cooperatives", "binary_answer": null, "no_answer_prob": 2.888892412185669}
{"example_id": 1234970148325223854, "prediction": "Rick Ross", "binary_answer": null, "no_answer_prob": -2.3902326822280884}
{"example_id": -5372551640828706592, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Calibration", "binary_answer": null, "no_answer_prob": 3.520119786262512}
{"example_id": -1026964006576464743, "prediction": "Braun Strowman", "binary_answer": null, "no_answer_prob": -10.998716652393341}
{"example_id": 4190804873471732620, "prediction": "Washington Capitals", "binary_answer": null, "no_answer_prob": -10.902878880500793}
{"example_id": -606293380711529770, "prediction": "Burt Reynolds", "binary_answer": null, "no_answer_prob": -4.505378007888794}
{"example_id": -2016682152132462913, "prediction": "Gangs of Wasseypur -- Part 1", "binary_answer": null, "no_answer_prob": 2.6282277032732964}
{"example_id": 6356209333358462799, "prediction": "1492", "binary_answer": null, "no_answer_prob": -9.079212427139282}
{"example_id": -6727174150545129040, "prediction": "2009", "binary_answer": null, "no_answer_prob": -4.8484108448028564}
{"example_id": 8128023842569557050, "prediction": "Baton Rouge , Louisiana ; Vancouver , British Columbia ; New Orleans", "binary_answer": null, "no_answer_prob": -3.3693506717681885}
{"example_id": -7925503285035027851, "prediction": "Wild Adapter", "binary_answer": null, "no_answer_prob": -5.121743083000183}
{"example_id": -8036563285204482986, "prediction": "Amarasimha", "binary_answer": null, "no_answer_prob": -11.532463669776917}
{"example_id": -6479921317466279753, "prediction": "stimulates the AT rich region in the 13 - mer sequence to unwind", "binary_answer": null, "no_answer_prob": -2.089423894882202}
{"example_id": -6689717885343199417, "prediction": "Pt . Vanshidhar Shukla", "binary_answer": null, "no_answer_prob": -10.04236614704132}
{"example_id": 8318530337606715945, "prediction": "Parker Croft", "binary_answer": null, "no_answer_prob": -12.650790691375732}
{"example_id": -5176829151729688172, "prediction": "March 6 , 2018 7.94 7.77 2017 -- 18", "binary_answer": null, "no_answer_prob": 0.1589515209197998}
{"example_id": 4150768401433768893, "prediction": "Indira Gandhi", "binary_answer": null, "no_answer_prob": -7.426072120666504}
{"example_id": -2978027387456473242, "prediction": "", "binary_answer": null, "no_answer_prob": 4.504506975412369}
{"example_id": 5009383706979940725, "prediction": "deduced the theorems of what is now called Euclidean geometry from a small set of axioms", "binary_answer": null, "no_answer_prob": -3.523405432701111}
{"example_id": 8655569500482601945, "prediction": "Carolina Panthers", "binary_answer": null, "no_answer_prob": -2.958212375640869}
{"example_id": 6877420593608330736, "prediction": "executive branch", "binary_answer": null, "no_answer_prob": -5.58388352394104}
{"example_id": -534956058691987986, "prediction": "in the Andes on the border of Bolivia and Peru", "binary_answer": null, "no_answer_prob": -7.837317705154419}
{"example_id": 2505669380072509914, "prediction": "David Prowse", "binary_answer": null, "no_answer_prob": -6.399503111839294}
{"example_id": 259921534738691065, "prediction": "EUE / Screen Gems Studios in the Atlanta metropolitan area , and Busan , South Korea", "binary_answer": null, "no_answer_prob": -9.305504322052002}
{"example_id": 8914550491115388911, "prediction": "Narendra Damodardas Modi", "binary_answer": null, "no_answer_prob": -12.75502622127533}
{"example_id": -9114470160159471139, "prediction": "Joseph Addison", "binary_answer": null, "no_answer_prob": -9.945953965187073}
{"example_id": -5038272390276378872, "prediction": "1876", "binary_answer": null, "no_answer_prob": -6.702695250511169}
{"example_id": -731510596498822470, "prediction": "Red sky at night , sailors ' delight . Red sky at morning , sailors ' warning ;", "binary_answer": null, "no_answer_prob": -2.1435985565185547}
{"example_id": 167993222077467116, "prediction": "", "binary_answer": null, "no_answer_prob": -4.297278821468353}
{"example_id": 9081920045651856509, "prediction": "inhibited brain activity .", "binary_answer": null, "no_answer_prob": 0.7103145122528076}
{"example_id": 4158494818811470859, "prediction": "qualifying citizens", "binary_answer": null, "no_answer_prob": 0.02017378807067871}
{"example_id": -425572199719250770, "prediction": "Layne Staley", "binary_answer": null, "no_answer_prob": -9.85730266571045}
{"example_id": 2207582949134538806, "prediction": "", "binary_answer": null, "no_answer_prob": -5.057755947113037}
{"example_id": -8177780501798653901, "prediction": "The story ends with Lanaya sending Spaz a message about things will get better in Eden and how she believes they can fix it all in time", "binary_answer": null, "no_answer_prob": 1.0741777420043945}
{"example_id": -1387644108284863808, "prediction": "The Jumbo Hostel", "binary_answer": null, "no_answer_prob": -5.432314217090607}
{"example_id": 880474104199477631, "prediction": "Robert Downey Jr. , Val Kilmer , Michelle Monaghan and Corbin Bernsen", "binary_answer": null, "no_answer_prob": -1.9679298400878906}
{"example_id": 1918325730067416331, "prediction": "The list of Virtual Console games for Wii U in North America names releases of vintage games", "binary_answer": null, "no_answer_prob": 2.617196246981621}
{"example_id": 7206493093453765943, "prediction": "Nothing Was the Same", "binary_answer": null, "no_answer_prob": 0.5296667814254761}
{"example_id": -5743274259980600362, "prediction": "Samson", "binary_answer": null, "no_answer_prob": -9.242774248123169}
{"example_id": -6084360700454136114, "prediction": "In mathematics , a divisor of an integer n ( \\ displaystyle n )", "binary_answer": null, "no_answer_prob": -2.014823317527771}
{"example_id": 533666735481432729, "prediction": "John Ross", "binary_answer": null, "no_answer_prob": -5.295770168304443}
{"example_id": -5808200639967949112, "prediction": "Andrews High School , Andrews", "binary_answer": null, "no_answer_prob": 1.8959950804710388}
{"example_id": -7779974835214916669, "prediction": "Fastball", "binary_answer": null, "no_answer_prob": -10.860726118087769}
{"example_id": 4151796475939360326, "prediction": "Dylan Marie Dreyer", "binary_answer": null, "no_answer_prob": -11.582666039466858}
{"example_id": -3215482549627049250, "prediction": "Arizona -- no DST Colorado Montana Utah Wyoming", "binary_answer": null, "no_answer_prob": -2.1463284492492676}
{"example_id": 2474251009460690769, "prediction": "King Harvest", "binary_answer": null, "no_answer_prob": -11.928684711456299}
{"example_id": 818160545802797675, "prediction": "Ashley Victoria Benson", "binary_answer": null, "no_answer_prob": -13.904589772224426}
{"example_id": 3217380694214648032, "prediction": "March 7 , 2013", "binary_answer": null, "no_answer_prob": -5.810665130615234}
{"example_id": 7749384404187421934, "prediction": "2019", "binary_answer": null, "no_answer_prob": -8.1024848818779}
{"example_id": 9066765590331027835, "prediction": "in the upper leg", "binary_answer": null, "no_answer_prob": -6.944814443588257}
{"example_id": 6564661579227384006, "prediction": "legislative , executive , and judicial", "binary_answer": null, "no_answer_prob": -6.178341627120972}
{"example_id": 5664737848797911697, "prediction": "Jean Louise `` Scout '' Finch", "binary_answer": null, "no_answer_prob": -3.7713842391967773}
{"example_id": 5497730151653599659, "prediction": "Keith Rowley", "binary_answer": null, "no_answer_prob": -9.893478870391846}
{"example_id": 6635488635014114389, "prediction": "Trayvon Bromell", "binary_answer": null, "no_answer_prob": -7.202363014221191}
{"example_id": -4466562938686689840, "prediction": "Gatekeeping is a process by which information is filtered to the public by the media", "binary_answer": null, "no_answer_prob": -2.1917515993118286}
{"example_id": -465792595780356947, "prediction": "' God Knows '", "binary_answer": null, "no_answer_prob": -0.14805126190185547}
{"example_id": 7887961552335103525, "prediction": "The Rembrandts", "binary_answer": null, "no_answer_prob": -11.292747139930725}
{"example_id": 7413350852915652848, "prediction": "Walmart General merchandisers", "binary_answer": null, "no_answer_prob": -5.480992078781128}
{"example_id": -2412540581994354036, "prediction": "1984", "binary_answer": null, "no_answer_prob": -6.955913543701172}
{"example_id": -5688013149511786185, "prediction": "The typical Han - era Chinese household contained a nuclear family with an average of four to five members", "binary_answer": null, "no_answer_prob": 3.7014362514019012}
{"example_id": 1285901861662687268, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3235986828804016}
{"example_id": -5845130818045326748, "prediction": "The great Congo River", "binary_answer": null, "no_answer_prob": -12.59293270111084}
{"example_id": 6844405979477725683, "prediction": "Jaromir Jagr", "binary_answer": null, "no_answer_prob": -5.617243528366089}
{"example_id": -7559345847011053936, "prediction": "The Cars", "binary_answer": null, "no_answer_prob": -9.801318287849426}
{"example_id": 7039965608674111741, "prediction": "Alan Anthony Silvestri", "binary_answer": null, "no_answer_prob": -8.327370762825012}
{"example_id": 3322178295371250835, "prediction": "", "binary_answer": null, "no_answer_prob": 2.033879905939102}
{"example_id": -3769509404840659125, "prediction": "32,292", "binary_answer": null, "no_answer_prob": -7.705307483673096}
{"example_id": 6658692816524709276, "prediction": "In physics , the dynamo theory proposes a mechanism by which a celestial body such as Earth or a star generates a magnetic field", "binary_answer": null, "no_answer_prob": -0.2170567512512207}
{"example_id": -8005299293119625746, "prediction": "August 2 , 1776", "binary_answer": null, "no_answer_prob": -10.55545461177826}
{"example_id": -160058634680685569, "prediction": "coding strand", "binary_answer": null, "no_answer_prob": -6.4000818729400635}
{"example_id": 6158156687534962598, "prediction": "Bhimrao Ramji Ambedkar", "binary_answer": null, "no_answer_prob": -9.99440336227417}
{"example_id": 1297166574596331752, "prediction": "Shawn D. Fonteno", "binary_answer": null, "no_answer_prob": -12.240001797676086}
{"example_id": -4548697031340937839, "prediction": "Arthur Christopher Orme Plummer", "binary_answer": null, "no_answer_prob": -9.51688277721405}
{"example_id": -7167923935152760886, "prediction": "The Sargasso Sea", "binary_answer": null, "no_answer_prob": -9.176446437835693}
{"example_id": 1286026366306393544, "prediction": "The History of the Punjab", "binary_answer": null, "no_answer_prob": 0.8316161632537842}
{"example_id": -7659737930679548079, "prediction": "13 -- 15 July 2011", "binary_answer": null, "no_answer_prob": -9.701283693313599}
{"example_id": 3198089069511613215, "prediction": "Otis Redding and guitarist Steve Cropper . It was recorded by Redding", "binary_answer": null, "no_answer_prob": -7.829185843467712}
{"example_id": -2939427549237755256, "prediction": "Marvin Gaye and Tammi Terrell", "binary_answer": null, "no_answer_prob": -8.275233268737793}
{"example_id": -5844879147204136832, "prediction": "Atlanta", "binary_answer": null, "no_answer_prob": -5.2624229192733765}
{"example_id": 2965830991981552118, "prediction": "Sam Bradford", "binary_answer": null, "no_answer_prob": -7.3765599727630615}
{"example_id": 1074706339724347160, "prediction": "M. Fathima Beevi", "binary_answer": null, "no_answer_prob": -10.263176083564758}
{"example_id": 9001633841045515701, "prediction": "1995", "binary_answer": null, "no_answer_prob": -10.056255459785461}
{"example_id": -5436401611938433627, "prediction": "Point Grey Campus in Vancouver", "binary_answer": null, "no_answer_prob": -3.1616910696029663}
{"example_id": -4040598618830130431, "prediction": "This is a list of countries and territories with a flag that incorporates the Union Jack . Six Commonwealth nations", "binary_answer": null, "no_answer_prob": 0.09021222591400146}
{"example_id": -5191683429967282161, "prediction": "Bridge between end of Season 3 and beginning of Season 4 : By the end of season 3", "binary_answer": null, "no_answer_prob": -4.233455657958984}
{"example_id": 106036061947254573, "prediction": "the Historic City of Ahmadabad was added to the list , making it India 's first UNESCO World Heritage Site city .", "binary_answer": null, "no_answer_prob": 0.1389814019203186}
{"example_id": 4229473246925539271, "prediction": "CONCACAF", "binary_answer": null, "no_answer_prob": -2.347814381122589}
{"example_id": 277718043051361984, "prediction": "739", "binary_answer": null, "no_answer_prob": -8.791402101516724}
{"example_id": 9176651943912639776, "prediction": "Pennington County", "binary_answer": null, "no_answer_prob": -11.805432915687561}
{"example_id": -920273140630167157, "prediction": "November 8 , 2016", "binary_answer": null, "no_answer_prob": -4.0628334283828735}
{"example_id": 7207691858859771099, "prediction": "Lawrence", "binary_answer": null, "no_answer_prob": -6.427412271499634}
{"example_id": -5651303686557244516, "prediction": "400 North Lee Street in Des Plaines , Illinois , near Chicago", "binary_answer": null, "no_answer_prob": -6.0612335205078125}
{"example_id": -5425286688501814818, "prediction": "1964", "binary_answer": null, "no_answer_prob": -6.282604843378067}
{"example_id": 2965772167545618401, "prediction": "Jim ( John Krasinski ) and Pam ( Jenna Fischer ) return from their honeymoon in Puerto Rico", "binary_answer": null, "no_answer_prob": 1.8717405498027802}
{"example_id": 7311778425130495804, "prediction": "Mickey Mouse is a funny animal cartoon character and the official mascot of The Walt Disney Company", "binary_answer": null, "no_answer_prob": -3.309211492538452}
{"example_id": 3868658760531039189, "prediction": "Jack Ryan First appearance Novel : The Hunt for Red October ( 1984", "binary_answer": null, "no_answer_prob": -0.5165784955024719}
{"example_id": 3961232627001931908, "prediction": "primary election", "binary_answer": null, "no_answer_prob": -5.565864562988281}
{"example_id": -8702679269857101034, "prediction": "to overthrow the increasingly communist government of Fidel Castro", "binary_answer": null, "no_answer_prob": -2.0552448630332947}
{"example_id": 7378011053223525700, "prediction": "a `` P '' branded on Jack 's arm", "binary_answer": null, "no_answer_prob": -5.633998394012451}
{"example_id": 6202026021432820071, "prediction": "1995", "binary_answer": null, "no_answer_prob": -9.206375241279602}
{"example_id": 8174462200596265968, "prediction": "The six fundamental rights recognised by the Indian constitution are the right to equality", "binary_answer": null, "no_answer_prob": -1.1121119260787964}
{"example_id": 4637118756165089974, "prediction": "Lynda Carter", "binary_answer": null, "no_answer_prob": -11.171272873878479}
{"example_id": -4336914922542969343, "prediction": "over eighty artists", "binary_answer": null, "no_answer_prob": -1.3811752796173096}
{"example_id": -6510232133564682595, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -12.330804228782654}
{"example_id": 4065612459584973854, "prediction": "stock markets", "binary_answer": null, "no_answer_prob": -1.229858636856079}
{"example_id": 934852776765142448, "prediction": "Stockholm syndrome is a condition that causes hostages to develop a psychological alliance with their captors as a survival strategy during captivity", "binary_answer": null, "no_answer_prob": 1.5106402933597565}
{"example_id": 2683224513498282191, "prediction": "In 2012 , Baker", "binary_answer": null, "no_answer_prob": -0.9532288312911987}
{"example_id": -6921833587596894365, "prediction": "Mount Whitney", "binary_answer": null, "no_answer_prob": -11.554909706115723}
{"example_id": -1192211104362999099, "prediction": "one party ( usually an employee ) agrees not to enter into or start a similar profession or trade in competition against another party ( usually the employer )", "binary_answer": null, "no_answer_prob": -2.274964451789856}
{"example_id": -3876186771218149317, "prediction": "The global wolf population is estimated at 300,000 Once abundant over much of North America and Eurasia", "binary_answer": null, "no_answer_prob": -1.8404656648635864}
{"example_id": -7229087212436160534, "prediction": "nucleus and one or more electrons bound to the nucleus", "binary_answer": null, "no_answer_prob": -3.7446155548095703}
{"example_id": 3865526687079128857, "prediction": "3 December 1984", "binary_answer": null, "no_answer_prob": -11.08196246623993}
{"example_id": 6406827159702379798, "prediction": "Stealers Wheel", "binary_answer": null, "no_answer_prob": -10.089264869689941}
{"example_id": -3969593180135839317, "prediction": "Louisiana", "binary_answer": null, "no_answer_prob": -4.86668586730957}
{"example_id": 8441543487452618700, "prediction": "Jimmy Boyd", "binary_answer": null, "no_answer_prob": -8.373391151428223}
{"example_id": 7700101852748913952, "prediction": "Tara", "binary_answer": null, "no_answer_prob": -11.059800028800964}
{"example_id": -4015827601084159168, "prediction": "January 16 , 1972", "binary_answer": null, "no_answer_prob": -11.520710229873657}
{"example_id": -2301944692825318828, "prediction": "Dolly Parton", "binary_answer": null, "no_answer_prob": -8.891858696937561}
{"example_id": -2116377703014985119, "prediction": "CEAR came into effect 20 September 2010 , in place of The Indian Electricity Rules , 1956 .", "binary_answer": null, "no_answer_prob": 0.5709772109985352}
{"example_id": -3846554273761795081, "prediction": "The Symphony No. 1", "binary_answer": null, "no_answer_prob": -5.2448084354400635}
{"example_id": 8347244685347441414, "prediction": "", "binary_answer": null, "no_answer_prob": 2.054446469992399}
{"example_id": -6719534941002876254, "prediction": "Aladdin", "binary_answer": null, "no_answer_prob": -12.362804293632507}
{"example_id": -9214036707952323578, "prediction": "", "binary_answer": null, "no_answer_prob": 4.452320843935013}
{"example_id": -1249695660683137998, "prediction": "Don Lockwood", "binary_answer": null, "no_answer_prob": -3.194870710372925}
{"example_id": 3219198609141421834, "prediction": "Selena", "binary_answer": null, "no_answer_prob": -12.01444947719574}
{"example_id": -4348538004290605642, "prediction": "Mark . 2 : 27", "binary_answer": null, "no_answer_prob": -4.64353621006012}
{"example_id": -4114457286063229980, "prediction": "Laura Horton is a fictional character", "binary_answer": null, "no_answer_prob": -3.261127471923828}
{"example_id": 6224023053886040749, "prediction": "March 13 , 2018", "binary_answer": null, "no_answer_prob": -8.660605669021606}
{"example_id": -9118247199302373926, "prediction": "Cole Swindell", "binary_answer": null, "no_answer_prob": -10.844760060310364}
{"example_id": 3158497784994369072, "prediction": "1936", "binary_answer": null, "no_answer_prob": -7.424877643585205}
{"example_id": -6116288474208644733, "prediction": "Trevor John Siemian", "binary_answer": null, "no_answer_prob": -7.631895542144775}
{"example_id": 6630622010535273304, "prediction": "850 +", "binary_answer": null, "no_answer_prob": -6.599407315254211}
{"example_id": -8852251040893984869, "prediction": "Lynn Anderson", "binary_answer": null, "no_answer_prob": -10.540279746055603}
{"example_id": 2162155846997726979, "prediction": "Rosewood , Pennsylvania ( not far from Philadelphia )", "binary_answer": null, "no_answer_prob": -10.584989309310913}
{"example_id": 8750774672143181640, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2258652448654175}
{"example_id": 9104242168091155165, "prediction": "the early 2000s", "binary_answer": null, "no_answer_prob": -4.336945295333862}
{"example_id": 394728874361110717, "prediction": "during World War I", "binary_answer": null, "no_answer_prob": -5.498315095901489}
{"example_id": 1305971402348219266, "prediction": "insects", "binary_answer": null, "no_answer_prob": -4.71220326423645}
{"example_id": 2967781358820918664, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7453937316313386}
{"example_id": -6584004184640492126, "prediction": "the blame that is placed on an enemy", "binary_answer": null, "no_answer_prob": -2.5705010890960693}
{"example_id": 419687808247669483, "prediction": "August 1", "binary_answer": null, "no_answer_prob": -8.483068823814392}
{"example_id": 5435765918655744803, "prediction": "21 June 2003", "binary_answer": null, "no_answer_prob": -11.652205109596252}
{"example_id": -661740444263411176, "prediction": "Red Hot Chili Peppers", "binary_answer": null, "no_answer_prob": -6.565984725952148}
{"example_id": 562845219729248470, "prediction": "December 22 , 1882", "binary_answer": null, "no_answer_prob": -7.011104106903076}
{"example_id": -4080312198640235561, "prediction": "", "binary_answer": null, "no_answer_prob": 2.670157253742218}
{"example_id": 1931533693456791696, "prediction": "El Rancho Vegas", "binary_answer": null, "no_answer_prob": -5.092472553253174}
{"example_id": 7784680650881004049, "prediction": "Road speed limits in the United Kingdom are used to define the maximum legal speed ( which may be variable )", "binary_answer": null, "no_answer_prob": -5.578294157981873}
{"example_id": -6102906449628989691, "prediction": "The church can be traced back to the John Street Methodist Church of New York City . Following acts of overt discrimination", "binary_answer": null, "no_answer_prob": 0.732194509357214}
{"example_id": -8676396461317698234, "prediction": "oxygen", "binary_answer": null, "no_answer_prob": -5.038548469543457}
{"example_id": 4196961423491752108, "prediction": "east of Geneva , New York , in the northern part of the Finger Lakes District", "binary_answer": null, "no_answer_prob": -4.791435956954956}
{"example_id": -5472917310096707803, "prediction": "1981", "binary_answer": null, "no_answer_prob": -8.87054455280304}
{"example_id": 1766192034715360563, "prediction": "Johnny Christopher , Mark James and Wayne Carson", "binary_answer": null, "no_answer_prob": -8.934899091720581}
{"example_id": -1948342860969922017, "prediction": "Alexandra Patricia Morgan Carrasco", "binary_answer": null, "no_answer_prob": -10.065926671028137}
{"example_id": -6183603390378662749, "prediction": "1986", "binary_answer": null, "no_answer_prob": -7.111033797264099}
{"example_id": 2513749516304516986, "prediction": "Sid Caesar", "binary_answer": null, "no_answer_prob": -5.221480846405029}
{"example_id": -2465915132604359363, "prediction": "regulated European colonization and trade in Africa", "binary_answer": null, "no_answer_prob": -4.039387106895447}
{"example_id": -7282065765573182024, "prediction": "a word , phrase or clause that is necessary to complete the meaning of a given expression", "binary_answer": null, "no_answer_prob": -8.342952489852905}
{"example_id": -3987657501736572265, "prediction": "Thurl Arthur Ravenscroft", "binary_answer": null, "no_answer_prob": -10.089881420135498}
{"example_id": -1033222455904613377, "prediction": "1830", "binary_answer": null, "no_answer_prob": -9.911348700523376}
{"example_id": -6874779410539010269, "prediction": "Rob Corddry", "binary_answer": null, "no_answer_prob": -5.982085466384888}
{"example_id": 1571712215724738337, "prediction": "148 miles ( 238 km ) southeast of Laredo , 60 miles ( 97 km )", "binary_answer": null, "no_answer_prob": -7.226931571960449}
{"example_id": 854864674245683514, "prediction": "Washington Redskins", "binary_answer": null, "no_answer_prob": -5.368472456932068}
{"example_id": 2684395157812091298, "prediction": "Toni Basil", "binary_answer": null, "no_answer_prob": -10.431145191192627}
{"example_id": -8198378858661156137, "prediction": "Roald Dahl", "binary_answer": null, "no_answer_prob": -10.173047065734863}
{"example_id": -2310612763144978658, "prediction": "Jennifer Michelle `` Ginnifer '' Goodwin", "binary_answer": null, "no_answer_prob": -13.185105562210083}
{"example_id": -6855902184956328581, "prediction": "Guarapuava -- Tamarana -- Sarusas", "binary_answer": null, "no_answer_prob": -2.319603443145752}
{"example_id": -6311784251514049733, "prediction": "2.2 % -- 3.2 %", "binary_answer": null, "no_answer_prob": -3.8934839963912964}
{"example_id": 3826636941141416495, "prediction": "Joseph Trent Everett", "binary_answer": null, "no_answer_prob": -9.601893186569214}
{"example_id": -992946657879654844, "prediction": "The official language is French , which was introduced when France colonized Burkina Faso in 1919", "binary_answer": null, "no_answer_prob": -3.373464345932007}
{"example_id": 1309257215523505349, "prediction": "New York Yankees", "binary_answer": null, "no_answer_prob": -5.53812837600708}
{"example_id": 9136724098121906332, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5932291746139526}
{"example_id": 6379952377871231287, "prediction": "Thomas Paine", "binary_answer": null, "no_answer_prob": -4.822965145111084}
{"example_id": 2723393062923834301, "prediction": "Aubrey Harold Woods", "binary_answer": null, "no_answer_prob": -5.962847590446472}
{"example_id": 3945082142837053535, "prediction": "Iaan Bekker", "binary_answer": null, "no_answer_prob": -5.8138474225997925}
{"example_id": 5156761082655418629, "prediction": "died peacefully", "binary_answer": null, "no_answer_prob": -2.5578112602233887}
{"example_id": -7545981062924776406, "prediction": "Peter Jackson", "binary_answer": null, "no_answer_prob": -6.87529993057251}
{"example_id": 6729480198443767369, "prediction": "Sue Bird", "binary_answer": null, "no_answer_prob": -4.794703006744385}
{"example_id": 6977499350099558697, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9658982157707214}
{"example_id": 1179838931145668472, "prediction": "less than half the time of other airliners .", "binary_answer": null, "no_answer_prob": -0.340717077255249}
{"example_id": 5768504740043720557, "prediction": "Robin van Persie", "binary_answer": null, "no_answer_prob": 0.7658495903015137}
{"example_id": -8126934799147710622, "prediction": "Pescetarianism", "binary_answer": null, "no_answer_prob": -9.134132385253906}
{"example_id": -9060913647015862599, "prediction": "Donna Summer", "binary_answer": null, "no_answer_prob": -12.09130346775055}
{"example_id": 2901507908426764362, "prediction": "August 4 , 2017", "binary_answer": null, "no_answer_prob": 0.17473053932189941}
{"example_id": 9065148710872415998, "prediction": "Dean Gerard Winters", "binary_answer": null, "no_answer_prob": -7.188422322273254}
{"example_id": -5503561420155611661, "prediction": "Dylan Thomas", "binary_answer": null, "no_answer_prob": -8.169679760932922}
{"example_id": -500050390286643306, "prediction": "Robert Englund", "binary_answer": null, "no_answer_prob": -10.190494060516357}
{"example_id": -980836884486017537, "prediction": "One World Trade Center in New York City", "binary_answer": null, "no_answer_prob": -7.891528129577637}
{"example_id": -3966484059233258685, "prediction": "`` How Can You Mend a Broken Heart '' is a song released by the Bee Gees", "binary_answer": null, "no_answer_prob": 0.4595947265625}
{"example_id": -7962719319142717123, "prediction": "Mandalay Bay hotel", "binary_answer": null, "no_answer_prob": -9.187198877334595}
{"example_id": 5444056909427400958, "prediction": "Berengaria of Navarre", "binary_answer": null, "no_answer_prob": -11.48998773097992}
{"example_id": -872130494259802624, "prediction": "The Korean War", "binary_answer": null, "no_answer_prob": -3.089036464691162}
{"example_id": -6404538304473707857, "prediction": "identifies activities in an organization and assigns the cost of each activity with resources to all products and services according to the actual consumption by each", "binary_answer": null, "no_answer_prob": -3.566622018814087}
{"example_id": -4759656137966100459, "prediction": "October 7 , 2016", "binary_answer": null, "no_answer_prob": -2.3713375329971313}
{"example_id": -1973826659580086416, "prediction": "in the town of Woodstock , New York", "binary_answer": null, "no_answer_prob": -9.757362961769104}
{"example_id": -3605162899639235972, "prediction": "Samagya Hindi Daily Broadsheet , ePaper Kolkata , Sarvang Prakashan 2015 30,000", "binary_answer": null, "no_answer_prob": 1.2202448844909668}
{"example_id": -5988814359670963759, "prediction": "Jawaharlal Nehru", "binary_answer": null, "no_answer_prob": -10.05288302898407}
{"example_id": 7779778541560697142, "prediction": "provides the legal foundation for the existence of the republic , sets out the rights and duties of its citizens , and defines the structure of the government", "binary_answer": null, "no_answer_prob": -3.720771074295044}
{"example_id": 2215231091055091090, "prediction": "1707", "binary_answer": null, "no_answer_prob": -6.758241415023804}
{"example_id": 4169531558114993634, "prediction": "1995 -- 96 , 2000 -- 01", "binary_answer": null, "no_answer_prob": -9.819858357310295}
{"example_id": 5037645611919345997, "prediction": "Alexandre Gustave Eiffel", "binary_answer": null, "no_answer_prob": -8.763178586959839}
{"example_id": -1146683346250723599, "prediction": "T = 1 2 a b ( \\ displaystyle T = ( \\ tfrac ( 1 ) ( 2 ) ) ab )", "binary_answer": null, "no_answer_prob": 0.21938621997833252}
{"example_id": -1160630522379270583, "prediction": "In season 6 , Cameron left PPTH and divorced Chase", "binary_answer": null, "no_answer_prob": 0.8051830530166626}
{"example_id": 5496739626615585038, "prediction": "1940", "binary_answer": null, "no_answer_prob": -3.1087409257888794}
{"example_id": -3640793386467213348, "prediction": "December 21 , 1937", "binary_answer": null, "no_answer_prob": -10.121923327445984}
{"example_id": 2256434217302910784, "prediction": "The Indian National Congress ( INC )", "binary_answer": null, "no_answer_prob": 0.7504252195358276}
{"example_id": 6676343500734129807, "prediction": "21 July 2007", "binary_answer": null, "no_answer_prob": -8.07099986076355}
{"example_id": 8216441455256792595, "prediction": "Tim Duncan", "binary_answer": null, "no_answer_prob": -6.329444885253906}
{"example_id": 3982733979980783032, "prediction": "Morning star", "binary_answer": null, "no_answer_prob": -9.48281478881836}
{"example_id": -6205660321607542043, "prediction": "Czechoslovakia", "binary_answer": null, "no_answer_prob": -3.912318468093872}
{"example_id": 5262585998260447722, "prediction": "In Robert Altman 's 1980 live - action musical film Popeye", "binary_answer": null, "no_answer_prob": -1.5564343929290771}
{"example_id": -4156338329015715618, "prediction": "Minerva McGonagall", "binary_answer": null, "no_answer_prob": -5.391624927520752}
{"example_id": -7037869973709720114, "prediction": "Fantastic Beasts : The Crimes of Grindelwald , is scheduled to be released on 16 November 2018 .", "binary_answer": null, "no_answer_prob": -0.08231949806213379}
{"example_id": 295044272466819736, "prediction": "Coal liquefaction", "binary_answer": null, "no_answer_prob": -2.2582072019577026}
{"example_id": 4714596203325717987, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5653042793273926}
{"example_id": 2870633749848320838, "prediction": "Alex is a common given name commonly associated with the Greek name Alexandros", "binary_answer": null, "no_answer_prob": -8.722062349319458}
{"example_id": -3405590684930049128, "prediction": "U.S. Immigration and Customs Enforcement ( ICE )", "binary_answer": null, "no_answer_prob": -0.1721128225326538}
{"example_id": 1796206624741449655, "prediction": "Jay Baruchel and Alice Eve", "binary_answer": null, "no_answer_prob": -8.19375479221344}
{"example_id": -248613309775155042, "prediction": "rotational kinetic energy", "binary_answer": null, "no_answer_prob": -0.08121883869171143}
{"example_id": 4408839540541452029, "prediction": "Dominic Toretto", "binary_answer": null, "no_answer_prob": 1.254349410533905}
{"example_id": 9186492454589524292, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4821240901947021}
{"example_id": -5907079868324458546, "prediction": "Stanley Baldwin", "binary_answer": null, "no_answer_prob": -5.919599533081055}
{"example_id": -1277442858964104575, "prediction": "at the foothills of Mount Rainier in Eatonville , Washington", "binary_answer": null, "no_answer_prob": -8.965790033340454}
{"example_id": -6790659635621605607, "prediction": "2017", "binary_answer": null, "no_answer_prob": -2.1400893926620483}
{"example_id": -2467395989413253632, "prediction": "Tony Joe White", "binary_answer": null, "no_answer_prob": -12.903275966644287}
{"example_id": -1878145084665966544, "prediction": "Eastern Conference # Team PCT GB GP x -- Toronto Raptors", "binary_answer": null, "no_answer_prob": -3.155029773712158}
{"example_id": -2448685999305550283, "prediction": "Necaxa", "binary_answer": null, "no_answer_prob": -1.3142162561416626}
{"example_id": -4824538720772997777, "prediction": "May 26 , 2013", "binary_answer": null, "no_answer_prob": -10.396464467048645}
{"example_id": 238170575326029512, "prediction": "July 12 , 2017", "binary_answer": null, "no_answer_prob": -6.172769665718079}
{"example_id": -7366388301296788991, "prediction": "Mary Martin", "binary_answer": null, "no_answer_prob": -8.118293642997742}
{"example_id": 869341782541486367, "prediction": "A country is a region that is identified as a distinct national entity in political geography", "binary_answer": null, "no_answer_prob": 0.2904979884624481}
{"example_id": -1231190588819760920, "prediction": "the Band", "binary_answer": null, "no_answer_prob": -8.155604004859924}
{"example_id": 4929932361639002137, "prediction": "Michelozzo was influenced in his design of the palace by both classical Roman and Brunelleschian principles", "binary_answer": null, "no_answer_prob": -2.0528757572174072}
{"example_id": 4423947881674582893, "prediction": "", "binary_answer": null, "no_answer_prob": 4.105811238288879}
{"example_id": -1287563823270820584, "prediction": "2008", "binary_answer": null, "no_answer_prob": -5.778437972068787}
{"example_id": 1213652149570401701, "prediction": "The characters from the American medieval fantasy television series Game of Thrones are based on their respective counterparts", "binary_answer": null, "no_answer_prob": 1.886355996131897}
{"example_id": 8409909308147876498, "prediction": "Southampton to New York City", "binary_answer": null, "no_answer_prob": -5.980078935623169}
{"example_id": -5936956332772210187, "prediction": "Vasopressin", "binary_answer": null, "no_answer_prob": -6.371827125549316}
{"example_id": -5482590267888369018, "prediction": "Lucifer", "binary_answer": null, "no_answer_prob": -8.25583815574646}
{"example_id": -3587219982045145517, "prediction": "The term `` deviled '' , in reference to food", "binary_answer": null, "no_answer_prob": -5.551262974739075}
{"example_id": -550988106251088133, "prediction": "Kris Kristofferson", "binary_answer": null, "no_answer_prob": -12.220480561256409}
{"example_id": 2848684950414534047, "prediction": "Eugene Wigner", "binary_answer": null, "no_answer_prob": -9.40996539592743}
{"example_id": -5650809856853254137, "prediction": "Rev Dr George Matheson DD FRSE", "binary_answer": null, "no_answer_prob": -1.2280642986297607}
{"example_id": 6667873178026435925, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7012327164411545}
{"example_id": -4358285440966667759, "prediction": "Jains believe that their religions is ancient and eternal with 24 Tirthankaras", "binary_answer": null, "no_answer_prob": 0.23916864395141602}
{"example_id": -1452261222411746339, "prediction": "Dead Man 's Chest", "binary_answer": null, "no_answer_prob": -9.180951118469238}
{"example_id": 5757115904620559049, "prediction": "Edward Norton", "binary_answer": null, "no_answer_prob": -6.929904460906982}
{"example_id": -146346258034808812, "prediction": "to boost agricultural prices by reducing surpluses", "binary_answer": null, "no_answer_prob": -2.7895846366882324}
{"example_id": 5099456466240119841, "prediction": "`` Bust Your Windows '' ( 2008 )", "binary_answer": null, "no_answer_prob": 6.323099970817566}
{"example_id": 1480875767130429785, "prediction": "559,277", "binary_answer": null, "no_answer_prob": -10.891883373260498}
{"example_id": -8780292894484176676, "prediction": "In 2016 , Clement", "binary_answer": null, "no_answer_prob": -5.066143989562988}
{"example_id": -4789202463979902392, "prediction": "worth less than the lowest - value note", "binary_answer": null, "no_answer_prob": -1.729034185409546}
{"example_id": -5286044365232836358, "prediction": "Sgt . Pepper 's Lonely Hearts Club Band is the eighth", "binary_answer": null, "no_answer_prob": 2.0938555784523487}
{"example_id": -7534303690095815854, "prediction": "Roosevelt and the Joint Chiefs of Staff , chaired by William Leahy", "binary_answer": null, "no_answer_prob": -0.8423845767974854}
{"example_id": 4741739397252467693, "prediction": "", "binary_answer": null, "no_answer_prob": 3.237277388572693}
{"example_id": -4837636593209812861, "prediction": "William DeVaughn", "binary_answer": null, "no_answer_prob": -12.099711894989014}
{"example_id": -7177650860485034621, "prediction": "A mechanical watch is a watch that uses a mechanism to measure the passage of time", "binary_answer": null, "no_answer_prob": -1.3040616512298584}
{"example_id": -5090417403947253758, "prediction": "two - way directional depth controls", "binary_answer": null, "no_answer_prob": -4.4230252504348755}
{"example_id": -7603814307978745323, "prediction": "good for nothing , but to be cast out , and to be trodden under foot of men .", "binary_answer": null, "no_answer_prob": -1.230791836977005}
{"example_id": -803285612943718200, "prediction": "Rutgers University", "binary_answer": null, "no_answer_prob": -3.670445442199707}
{"example_id": -4205504454274483464, "prediction": "29 March 25 October 2016", "binary_answer": null, "no_answer_prob": -7.540140628814697}
{"example_id": 2035329864858438656, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9469226002693176}
{"example_id": 5187054369090449921, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3783491253852844}
{"example_id": -6834677692132438182, "prediction": "Four cars have been widely acknowledged as the `` bestselling automobile in the world '' since Ford", "binary_answer": null, "no_answer_prob": -1.4693706035614014}
{"example_id": -253699089990606091, "prediction": "preventing unauthorized access , use , disclosure , disruption , modification , inspection , recording or destruction of information", "binary_answer": null, "no_answer_prob": -9.443059206008911}
{"example_id": -8689966629396228764, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -8.568745255470276}
{"example_id": -6605638885133826345, "prediction": "June 12 , 1981", "binary_answer": null, "no_answer_prob": -10.25072729587555}
{"example_id": -5294379923759692635, "prediction": "Bill Murray", "binary_answer": null, "no_answer_prob": -8.46506953239441}
{"example_id": 6439463901957884453, "prediction": "1937", "binary_answer": null, "no_answer_prob": -9.709606885910034}
{"example_id": -8853507693210218570, "prediction": "2016", "binary_answer": null, "no_answer_prob": -7.52495888620615}
{"example_id": -2306381056394402165, "prediction": "June 4 , 1946", "binary_answer": null, "no_answer_prob": -8.91392183303833}
{"example_id": -3161072655830057250, "prediction": "The majority of lakes on Earth are fresh water , and most lie in the Northern Hemisphere at higher latitudes", "binary_answer": null, "no_answer_prob": -3.981827735900879}
{"example_id": -3409475557155632322, "prediction": "Maharana Pratap Sports Complex , Raipur , Dehradun", "binary_answer": null, "no_answer_prob": -2.5722767114639282}
{"example_id": -7306008362889369691, "prediction": "When confronted by a significant external threat , states that wish to form alliances", "binary_answer": null, "no_answer_prob": -0.03198063373565674}
{"example_id": 8609538407494301548, "prediction": "a narcissistic ex-lover who did the protagonist wrong", "binary_answer": null, "no_answer_prob": -7.651028037071228}
{"example_id": -5292751219007154095, "prediction": "The United Nations Population Fund", "binary_answer": null, "no_answer_prob": -7.493006110191345}
{"example_id": 5382509447488947558, "prediction": "Uncle Ben", "binary_answer": null, "no_answer_prob": -6.985531806945801}
{"example_id": 641895253085908761, "prediction": "a range of formal and informal assessment procedures conducted by teachers during the learning process in order to modify teaching and learning activities to improve student attainment", "binary_answer": null, "no_answer_prob": -2.283433675765991}
{"example_id": -5459498481888596440, "prediction": "The Great Depression began in August 1929 , when the United States economy first went into an economic recession", "binary_answer": null, "no_answer_prob": 0.095206618309021}
{"example_id": 7722933773876083666, "prediction": "E.L. James", "binary_answer": null, "no_answer_prob": -12.51368248462677}
{"example_id": -2030479244176168782, "prediction": "September 10 , 1990", "binary_answer": null, "no_answer_prob": -11.01159381866455}
{"example_id": 5184703201827226938, "prediction": "Jim Carrey", "binary_answer": null, "no_answer_prob": -9.598577976226807}
{"example_id": 8009534866575629371, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -5.442972660064697}
{"example_id": -8601100914821913754, "prediction": "Jordan to the east and Israel and Palestine", "binary_answer": null, "no_answer_prob": -2.8500767946243286}
{"example_id": -3943859381144544184, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -3.3625411987304688}
{"example_id": -4398049122492765173, "prediction": "The right not to be subjected to unsanctioned invasion of privacy", "binary_answer": null, "no_answer_prob": 0.2105170488357544}
{"example_id": -5990054433669752215, "prediction": "Video systems vary in display resolution , aspect ratio , refresh rate , color capabilities and other qualities", "binary_answer": null, "no_answer_prob": -4.458795547485352}
{"example_id": 5008591256887246614, "prediction": "1936", "binary_answer": null, "no_answer_prob": -9.368547856807709}
{"example_id": -2102830477166256032, "prediction": "Philadelphia", "binary_answer": null, "no_answer_prob": -5.28559947013855}
{"example_id": 7676010155159524765, "prediction": "Jude , the servant of Jesus and the brother of James the Just .", "binary_answer": null, "no_answer_prob": -1.395934909582138}
{"example_id": -2029928256546126976, "prediction": "Fyodor Dostoevsky", "binary_answer": null, "no_answer_prob": -12.960089087486267}
{"example_id": 1334111899867164191, "prediction": "Backstreet Boys", "binary_answer": null, "no_answer_prob": -11.538605570793152}
{"example_id": -3914991978723176608, "prediction": "14 July 31 , 2017 ( 2017 - 07 - 31 ) October 8 , 2017 ( 2017 - 10 - 08 )", "binary_answer": null, "no_answer_prob": -3.695535898208618}
{"example_id": -5103747025111996433, "prediction": "Ibrahim Kpotun Idris", "binary_answer": null, "no_answer_prob": -8.550619840621948}
{"example_id": -46540162986656093, "prediction": "Genetically modified crops", "binary_answer": null, "no_answer_prob": 0.31203195452690125}
{"example_id": -3232428630222566494, "prediction": "1960", "binary_answer": null, "no_answer_prob": -10.636700749397278}
{"example_id": 2912621651217613487, "prediction": "Delaware", "binary_answer": null, "no_answer_prob": -6.728893756866455}
{"example_id": -9038373707666429270, "prediction": "DeAndre Jordan", "binary_answer": null, "no_answer_prob": -5.939927697181702}
{"example_id": 3114662201533363949, "prediction": "Hans Christian Andersen", "binary_answer": null, "no_answer_prob": -7.068067789077759}
{"example_id": -8462321211398710610, "prediction": "The Fifty Shades trilogy was developed from a Twilight fan fiction series originally titled Master of the Universe", "binary_answer": null, "no_answer_prob": 0.49542510509490967}
{"example_id": 5704352345816329117, "prediction": "1977", "binary_answer": null, "no_answer_prob": -9.893619298934937}
{"example_id": -2530566293421588741, "prediction": "Theatre Royal Drury Lane , London", "binary_answer": null, "no_answer_prob": -1.9117376804351807}
{"example_id": -1796417548358688448, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -8.301565885543823}
{"example_id": 2807666079394815044, "prediction": "the Congress", "binary_answer": null, "no_answer_prob": -4.719637393951416}
{"example_id": -2252058111981640043, "prediction": "Patah Seribu '' ( 2011 ) received Pop Song of the Year and Song of the Year at the 19th Malaysian Music Awards .", "binary_answer": null, "no_answer_prob": -2.5825686752796173}
{"example_id": 7728889237782402278, "prediction": "water ( H O ) , methane ( CH ) , ammonia ( NH ) , and hydrogen ( H )", "binary_answer": null, "no_answer_prob": -4.507633924484253}
{"example_id": -6306114852543713535, "prediction": "Arizona , Hawaii , American Samoa , Puerto Rico , and the Virgin Islands", "binary_answer": null, "no_answer_prob": -2.6454591751098633}
{"example_id": 4169922318492542709, "prediction": "eccentric contraction", "binary_answer": null, "no_answer_prob": 0.9109795093536377}
{"example_id": -7736009898466641655, "prediction": "", "binary_answer": null, "no_answer_prob": 4.562609314918518}
{"example_id": -8192912026823433918, "prediction": "Josh Taylor", "binary_answer": null, "no_answer_prob": -9.07952618598938}
{"example_id": 8085447154805337413, "prediction": "Repent , and believe in the Gospel '' or the dictum `` Remember that you are dust , and to dust you shall return", "binary_answer": null, "no_answer_prob": -7.490505933761597}
{"example_id": -8795582584527667139, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -11.376180171966553}
{"example_id": -4413418996190022532, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -10.990654468536377}
{"example_id": 8312712678303945392, "prediction": "The first verse of the song acknowledges the Latter - day Saints ' gratitude to God for the President of the Church", "binary_answer": null, "no_answer_prob": 3.3718613386154175}
{"example_id": -1717836309258005777, "prediction": "Kwara ( Yoruba : \u00ccp\u00ednl\u1eb9\u0300 Kw\u00e1r\u00e0 ) is a state in Northern Nigeria . Its capital is Ilorin", "binary_answer": null, "no_answer_prob": 0.47964513301849365}
{"example_id": 7466852393687220685, "prediction": "Hubert Humphrey", "binary_answer": null, "no_answer_prob": -4.330064058303833}
{"example_id": -3286262148412985347, "prediction": "As of the 2018 -- 19 season , 49", "binary_answer": null, "no_answer_prob": 1.6238846629858017}
{"example_id": 7346727790696841501, "prediction": "The Tams", "binary_answer": null, "no_answer_prob": -8.987634658813477}
{"example_id": -3960167578962130802, "prediction": "The movie was not shot in the actual Snowy Mountains but in the Victorian High Country near Mansfield , Victoria", "binary_answer": null, "no_answer_prob": -6.483372688293457}
{"example_id": 6011203781840655917, "prediction": "August 26 , 2017", "binary_answer": null, "no_answer_prob": -4.481781482696533}
{"example_id": -5432265529402411338, "prediction": "Mick Jagger and Keith Richards", "binary_answer": null, "no_answer_prob": -12.168477296829224}
{"example_id": 4837484655135502647, "prediction": "8", "binary_answer": null, "no_answer_prob": -6.079209804534912}
{"example_id": 6981008936931722768, "prediction": "Roger Williams", "binary_answer": null, "no_answer_prob": -12.244666934013367}
{"example_id": 9213685250923017529, "prediction": "mob '' , `` gang '' or `` clan ''", "binary_answer": null, "no_answer_prob": -9.17672610282898}
{"example_id": -5144647233870277485, "prediction": "late April and early May 1945", "binary_answer": null, "no_answer_prob": -4.337900519371033}
{"example_id": -7321213980850833063, "prediction": "five", "binary_answer": null, "no_answer_prob": -0.2359294891357422}
{"example_id": -2588043002449686445, "prediction": "when it has built up about four seasons ' worth or between 80 and 100 episodes", "binary_answer": null, "no_answer_prob": -3.130037784576416}
{"example_id": -4716223020492165434, "prediction": "in the host country ( ies )", "binary_answer": null, "no_answer_prob": 1.8478569984436035}
{"example_id": -1404151780069751742, "prediction": "Bebe Rexha", "binary_answer": null, "no_answer_prob": -11.399011254310608}
{"example_id": 4982772748987411904, "prediction": "Bill Withers", "binary_answer": null, "no_answer_prob": -9.300809979438782}
{"example_id": -4545335362951557180, "prediction": "`` Kiss Yesterday Goodbye ''", "binary_answer": null, "no_answer_prob": 1.4513435363769531}
{"example_id": 5252003067838268519, "prediction": "", "binary_answer": null, "no_answer_prob": 4.79976099729538}
{"example_id": 3211815812164095439, "prediction": "Dane DeHaan", "binary_answer": null, "no_answer_prob": -3.287907600402832}
{"example_id": -8692198778751659840, "prediction": "Jackie DeShannon", "binary_answer": null, "no_answer_prob": -10.77220368385315}
{"example_id": 6358045010279958235, "prediction": "banned from conducting religious observances such as prayer . The legal basis for this prohibition is the First Amendment to the United States Constitution", "binary_answer": null, "no_answer_prob": -4.540912866592407}
{"example_id": -6249886368361808429, "prediction": "largely to her best friend and college roommate , Annie", "binary_answer": null, "no_answer_prob": -5.0066282749176025}
{"example_id": 4563093122974025992, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Golden Rule", "binary_answer": null, "no_answer_prob": 3.9387337751686573}
{"example_id": 8819686655297480146, "prediction": "Kilimanjaro Tanzania", "binary_answer": null, "no_answer_prob": -2.625616431236267}
{"example_id": 8197296445610766137, "prediction": "John Adams", "binary_answer": null, "no_answer_prob": -5.512136459350586}
{"example_id": -7880085720122603228, "prediction": "J. Dwight Pentecost", "binary_answer": null, "no_answer_prob": -4.150418758392334}
{"example_id": 1263246321940190329, "prediction": "pink flip flops", "binary_answer": null, "no_answer_prob": -4.728683233261108}
{"example_id": -2596353909899371655, "prediction": "", "binary_answer": null, "no_answer_prob": 3.204942047595978}
{"example_id": -6170758553904696400, "prediction": "Ferlin Husky", "binary_answer": null, "no_answer_prob": -8.14306890964508}
{"example_id": 1523576813463974849, "prediction": "Vanilla Ice", "binary_answer": null, "no_answer_prob": -9.743007183074951}
{"example_id": -2531208165794657575, "prediction": "34", "binary_answer": null, "no_answer_prob": -5.9447877407073975}
{"example_id": -3205628534025138068, "prediction": "June 1975", "binary_answer": null, "no_answer_prob": -10.315498948097229}
{"example_id": 7171002478965887001, "prediction": "Tim Paine", "binary_answer": null, "no_answer_prob": -3.3465824127197266}
{"example_id": -1713683324578936059, "prediction": "Ronnie Lee Gardner", "binary_answer": null, "no_answer_prob": -10.306511402130127}
{"example_id": -1706544332477490711, "prediction": "at least 20,000 BC . From around 9500 BC", "binary_answer": null, "no_answer_prob": -4.564839005470276}
{"example_id": 8192193341179519344, "prediction": "around 90 km northwest of San Jos\u00e9 , in the province of Alajuela , canton of San Carlos , and district of La Fortuna", "binary_answer": null, "no_answer_prob": -10.117841601371765}
{"example_id": -5283728475695465793, "prediction": "the delegates , inscribed on parchment with engraving for printing and sent to the states and their legislatures .", "binary_answer": null, "no_answer_prob": 1.5570321083068848}
{"example_id": -8527365908838667380, "prediction": "County FIPS code County seat Established Origin Etymology Population ( 2016 ) Area Map Baker County", "binary_answer": null, "no_answer_prob": 2.5419345162808895}
{"example_id": 7135956910125091353, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -10.267663955688477}
{"example_id": 207124429295114270, "prediction": "1983", "binary_answer": null, "no_answer_prob": -5.509572863578796}
{"example_id": 1115413343547813311, "prediction": "Alan Shearer", "binary_answer": null, "no_answer_prob": -9.1926509141922}
{"example_id": 4066268815679542516, "prediction": "Paresthesia", "binary_answer": null, "no_answer_prob": -3.6615630388259888}
{"example_id": 2198570922987368960, "prediction": "Uhuru Kenyatta", "binary_answer": null, "no_answer_prob": -7.701759696006775}
{"example_id": 1473472112489240672, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8356102705001831}
{"example_id": 7242121773790220504, "prediction": "Kim Zolciak", "binary_answer": null, "no_answer_prob": -8.34760057926178}
{"example_id": 8860171610925622954, "prediction": "to deliver water 167 miles ( 269 km ) west to San Francisco and its client municipalities in the greater San Francisco Bay Area .", "binary_answer": null, "no_answer_prob": -2.896632671356201}
{"example_id": 5600316607306140099, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.8438634872436523}
{"example_id": 1469809628155902968, "prediction": "Maryland", "binary_answer": null, "no_answer_prob": -6.069468021392822}
{"example_id": 2244250984450969560, "prediction": "issued in aid of civil process", "binary_answer": null, "no_answer_prob": -0.2210930958390236}
{"example_id": -4482436261334989992, "prediction": "Batroc", "binary_answer": null, "no_answer_prob": -1.8465709686279297}
{"example_id": 5759398902819525064, "prediction": "Claire Elizabeth Beauchamp Randall Fraser", "binary_answer": null, "no_answer_prob": 2.03526508808136}
{"example_id": 5895380370801031278, "prediction": "Larry Sellers", "binary_answer": null, "no_answer_prob": -7.203998804092407}
{"example_id": 477975050477981518, "prediction": "It is believed that the purpose of synaptic pruning is to remove unnecessary neuronal structures from the brain", "binary_answer": null, "no_answer_prob": -3.556212902069092}
{"example_id": -8678880166702838885, "prediction": "Roger Nichols ( music ) and Paul Williams", "binary_answer": null, "no_answer_prob": -10.597827196121216}
{"example_id": 2709335559771163605, "prediction": "as early as 1857", "binary_answer": null, "no_answer_prob": -3.2178592681884766}
{"example_id": 6948405039724037243, "prediction": "Irish origin , and is akin to Mullen and McMillan .", "binary_answer": null, "no_answer_prob": -8.695361852645874}
{"example_id": 1661688694835446517, "prediction": "Kaye Ballard", "binary_answer": null, "no_answer_prob": -4.099300742149353}
{"example_id": 4229149442215398509, "prediction": "played on a large pocket table", "binary_answer": null, "no_answer_prob": -0.5783988833427429}
{"example_id": 5953016533378804060, "prediction": "Bianca Ryan", "binary_answer": null, "no_answer_prob": -12.064623832702637}
{"example_id": -6983731177458482626, "prediction": "Pure Imagination", "binary_answer": null, "no_answer_prob": 1.6423628330230713}
{"example_id": 7047300549059979154, "prediction": "Daniel Defoe", "binary_answer": null, "no_answer_prob": -1.5489336252212524}
{"example_id": 6984686718935153805, "prediction": "Wolverhampton Wanderers", "binary_answer": null, "no_answer_prob": -0.5144000053405762}
{"example_id": -2724464842952868728, "prediction": "CERN", "binary_answer": null, "no_answer_prob": 0.31488847732543945}
{"example_id": -6013328564916677870, "prediction": "ancient Greek philosophy , including Aristotle", "binary_answer": null, "no_answer_prob": -7.4840617179870605}
{"example_id": 6928613665745911177, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -9.54943060874939}
{"example_id": 356246320999175397, "prediction": "400 North Lee Street in Des Plaines , Illinois , near Chicago", "binary_answer": null, "no_answer_prob": -8.549837112426758}
{"example_id": -7274132302013146026, "prediction": "November 20 , 2017", "binary_answer": null, "no_answer_prob": -10.77634310722351}
{"example_id": -3155252253242474751, "prediction": "Culture Club", "binary_answer": null, "no_answer_prob": -11.856019616127014}
{"example_id": 4432971543402124042, "prediction": "May 30 , 2017", "binary_answer": null, "no_answer_prob": -6.85973584651947}
{"example_id": 7017873424039879014, "prediction": "Fork in the Road", "binary_answer": null, "no_answer_prob": -5.055362939834595}
{"example_id": 5831286878972211023, "prediction": "Elizabeth Barrett Browning", "binary_answer": null, "no_answer_prob": -10.258239150047302}
{"example_id": -4689816671479401310, "prediction": "Flag Day 1954", "binary_answer": null, "no_answer_prob": -9.86806321144104}
{"example_id": -237134428809732021, "prediction": "Philadelphia ( 1993 ) and Forrest Gump", "binary_answer": null, "no_answer_prob": -6.959912061691284}
{"example_id": -1030537129544437853, "prediction": "F\u00e9lix Alcal\u00e1 Jeff Davis", "binary_answer": null, "no_answer_prob": -5.420655727386475}
{"example_id": 4411672003276898792, "prediction": "Gabrielle - Suzanne Barbot de Villeneuve", "binary_answer": null, "no_answer_prob": -11.235546112060547}
{"example_id": 8199423365286860658, "prediction": "allude to the singer waiting for his bride to arrive and possibly , a final premarital fling", "binary_answer": null, "no_answer_prob": -3.9791576862335205}
{"example_id": -594727492878085052, "prediction": "2001", "binary_answer": null, "no_answer_prob": -4.679581373929977}
{"example_id": -5795412195339444690, "prediction": "Ray Bolger", "binary_answer": null, "no_answer_prob": -9.568493604660034}
{"example_id": -4227975147779389006, "prediction": "Hazzard County , Georgia", "binary_answer": null, "no_answer_prob": -8.869018077850342}
{"example_id": -9025455369123133719, "prediction": "Jennifer Taylor", "binary_answer": null, "no_answer_prob": -12.952034711837769}
{"example_id": 8739512134061065698, "prediction": "Gathering Blue ( 2000 ) , Messenger ( 2004 ) , and Son", "binary_answer": null, "no_answer_prob": -3.676201343536377}
{"example_id": 7663813100748356255, "prediction": "2007", "binary_answer": null, "no_answer_prob": -8.42496645450592}
{"example_id": -5883106845142497566, "prediction": "the 3rd and 4th centuries", "binary_answer": null, "no_answer_prob": -6.713611602783203}
{"example_id": -3850757564900877482, "prediction": "Point Barrow , Alaska", "binary_answer": null, "no_answer_prob": -6.631655335426331}
{"example_id": -1409386728761807244, "prediction": "", "binary_answer": null, "no_answer_prob": 2.638697624206543}
{"example_id": -2591882179131820261, "prediction": "Efrem Zimbalist Jr. , Roger Smith , and Edd Byrnes", "binary_answer": null, "no_answer_prob": -7.292550683021545}
{"example_id": 5966423140724318688, "prediction": "Mahatma Gandhi", "binary_answer": null, "no_answer_prob": -9.096184253692627}
{"example_id": 7353261961888670371, "prediction": "41.80 \u00b0 C ( 107.24 \u00b0 F ) , July 2017 in Furnace Creek , Death Valley", "binary_answer": null, "no_answer_prob": -8.828072547912598}
{"example_id": 4394328347504401003, "prediction": "Research indicates that performance in conjunctive visual search tasks significantly improves during childhood and declines in later life", "binary_answer": null, "no_answer_prob": -0.5913805961608887}
{"example_id": 6921552938875873260, "prediction": "Ed Bruce", "binary_answer": null, "no_answer_prob": -10.890108346939087}
{"example_id": 8489830856969762031, "prediction": "The three wise monkeys", "binary_answer": null, "no_answer_prob": -6.145968079566956}
{"example_id": 7027599956289751821, "prediction": "Montreal Canadiens", "binary_answer": null, "no_answer_prob": -9.371697425842285}
{"example_id": -3551052253295998611, "prediction": "to protect applicators , consumers , and the environment", "binary_answer": null, "no_answer_prob": -0.43230319023132324}
{"example_id": -2104651448087702779, "prediction": "Lee Marvin", "binary_answer": null, "no_answer_prob": -4.450236439704895}
{"example_id": 1742549629668766364, "prediction": "Arson", "binary_answer": null, "no_answer_prob": -0.7771990299224854}
{"example_id": -2884450705687792977, "prediction": "peripheral nervous system", "binary_answer": null, "no_answer_prob": -3.273704171180725}
{"example_id": -503279164422554899, "prediction": "Sahara India Pariwar", "binary_answer": null, "no_answer_prob": -10.894262313842773}
{"example_id": 3813351182637103428, "prediction": "July 7 , 2017", "binary_answer": null, "no_answer_prob": -6.503112316131592}
{"example_id": 5159689728060558617, "prediction": "a cousin of the great white shark Carcharodon carcharias .", "binary_answer": null, "no_answer_prob": -2.1748077869415283}
{"example_id": 5942430598032585685, "prediction": "Maggie Peterson Mancuso", "binary_answer": null, "no_answer_prob": -13.548588395118713}
{"example_id": -4166045070266400754, "prediction": "Sporting Chelsea Roma", "binary_answer": null, "no_answer_prob": -1.2942595481872559}
{"example_id": 5546787672493608774, "prediction": "nucleoplasm", "binary_answer": null, "no_answer_prob": -1.7620649337768555}
{"example_id": 8930562165757695587, "prediction": "2018", "binary_answer": null, "no_answer_prob": -7.266165882349014}
{"example_id": 3484265451298926829, "prediction": "19", "binary_answer": null, "no_answer_prob": -2.376821756362915}
{"example_id": 128210777148524352, "prediction": "The Melodians", "binary_answer": null, "no_answer_prob": -9.576732635498047}
{"example_id": 11394805852167478, "prediction": "Washington , D.C. , formally the District of Columbia", "binary_answer": null, "no_answer_prob": 0.5315612554550171}
{"example_id": -4581790060335694249, "prediction": "In the 2010 video game Fallout : New Vegas", "binary_answer": null, "no_answer_prob": -1.8863182067871094}
{"example_id": -7820346412631277301, "prediction": "Baelish", "binary_answer": null, "no_answer_prob": -4.955063581466675}
{"example_id": 6338723361493034943, "prediction": "Carole King", "binary_answer": null, "no_answer_prob": -3.6181334257125854}
{"example_id": 7572729266732160149, "prediction": "11 July 2007", "binary_answer": null, "no_answer_prob": -11.087643146514893}
{"example_id": 3916283539153206562, "prediction": "", "binary_answer": null, "no_answer_prob": -4.70856785774231}
{"example_id": -8096230629510721007, "prediction": "near the east in major cities", "binary_answer": null, "no_answer_prob": -1.8283252716064453}
{"example_id": -7964983019750667484, "prediction": "28 December 1895", "binary_answer": null, "no_answer_prob": -6.85651969909668}
{"example_id": -7386059312149145810, "prediction": "1964", "binary_answer": null, "no_answer_prob": -9.434264183044434}
{"example_id": 4405938639955601232, "prediction": "2000", "binary_answer": null, "no_answer_prob": -7.224719941616058}
{"example_id": 1624305337835712553, "prediction": "Steven Spielberg", "binary_answer": null, "no_answer_prob": -3.3952560424804688}
{"example_id": -8003989302718896768, "prediction": "Lord Canning", "binary_answer": null, "no_answer_prob": -7.367485284805298}
{"example_id": 6388557179784444555, "prediction": "Dallas , Texas", "binary_answer": null, "no_answer_prob": 1.0241398811340332}
{"example_id": 5980458022126748626, "prediction": "India", "binary_answer": null, "no_answer_prob": -3.000319242477417}
{"example_id": -2626087465093166999, "prediction": "Dolly Parton", "binary_answer": null, "no_answer_prob": -5.958592534065247}
{"example_id": -1225363930499934478, "prediction": "Karl Stig - Erland `` Stieg '' Larsson", "binary_answer": null, "no_answer_prob": -8.627120733261108}
{"example_id": -5874342597550354813, "prediction": "Sheryl Crow", "binary_answer": null, "no_answer_prob": -11.318571090698242}
{"example_id": 5016535486339220484, "prediction": "Christie Clark", "binary_answer": null, "no_answer_prob": -9.94498085975647}
{"example_id": 2144185421071990271, "prediction": "Venkatraman Ramakrishnan", "binary_answer": null, "no_answer_prob": -7.488631248474121}
{"example_id": -5007314435785513023, "prediction": "two seasons .", "binary_answer": null, "no_answer_prob": -5.869196772575378}
{"example_id": 6300037862383582147, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -10.29493534564972}
{"example_id": -6371194604785307523, "prediction": "10", "binary_answer": null, "no_answer_prob": -6.703280806541443}
{"example_id": 7780288680987067546, "prediction": "all developed countries except the United States", "binary_answer": null, "no_answer_prob": -3.463742971420288}
{"example_id": 8949382411371180482, "prediction": "1 November 1955 to the fall of Saigon on 30 April 1975", "binary_answer": null, "no_answer_prob": -6.011689305305481}
{"example_id": 2200477946455799863, "prediction": "The minimum driving age", "binary_answer": null, "no_answer_prob": -2.4843982458114624}
{"example_id": -4982532570648479956, "prediction": "At the time of Robert Baratheon 's rebellion", "binary_answer": null, "no_answer_prob": 0.2555578947067261}
{"example_id": -2636623161713410044, "prediction": "1962", "binary_answer": null, "no_answer_prob": -9.902942180633545}
{"example_id": 6693111453893703588, "prediction": "Gemma Elizabeth Whelan", "binary_answer": null, "no_answer_prob": -8.132382035255432}
{"example_id": -8821658835951550836, "prediction": "at least 114.4 million", "binary_answer": null, "no_answer_prob": -3.6279338598251343}
{"example_id": 5964643817465163023, "prediction": "2002 -- 03 season", "binary_answer": null, "no_answer_prob": -5.121145963668823}
{"example_id": 501665149783003588, "prediction": "During the reign of the Roman Emperor Constantine the Great ( 306 -- 337 AD )", "binary_answer": null, "no_answer_prob": -6.520465135574341}
{"example_id": 5231221646039673170, "prediction": "asexual and sexual . [ContextId=1] [Paragraph=2] In asexual reproduction", "binary_answer": null, "no_answer_prob": -2.2836068868637085}
{"example_id": -8418268294024722701, "prediction": "", "binary_answer": null, "no_answer_prob": -0.037143826484680176}
{"example_id": 7515693153812216602, "prediction": "Chelsea", "binary_answer": null, "no_answer_prob": -5.43159294128418}
{"example_id": 1634526914636522687, "prediction": "the grand prize", "binary_answer": null, "no_answer_prob": -4.5682761669158936}
{"example_id": -8274113430867831794, "prediction": "Jess Glynne", "binary_answer": null, "no_answer_prob": -11.301160097122192}
{"example_id": 3701586603036725107, "prediction": "The Supremes", "binary_answer": null, "no_answer_prob": -8.582336902618408}
{"example_id": 6259083847054593855, "prediction": "Jerome Adams", "binary_answer": null, "no_answer_prob": -11.957625150680542}
{"example_id": -404888176477199185, "prediction": "The Crazy World of Arthur Brown", "binary_answer": null, "no_answer_prob": -9.909989714622498}
{"example_id": -6160518277547281041, "prediction": "asserted changes are beneficial .", "binary_answer": null, "no_answer_prob": 0.7322077751159668}
{"example_id": 4587235363005043431, "prediction": "1998 FIFA World Cup Final was a football match that was played on 12 July 1998", "binary_answer": null, "no_answer_prob": -5.6017594980075955}
{"example_id": 8622894586949759442, "prediction": "1984", "binary_answer": null, "no_answer_prob": -8.014312267303467}
{"example_id": -1142743373547584358, "prediction": "an archer 's body , the bow , or the ground", "binary_answer": null, "no_answer_prob": -6.045899510383606}
{"example_id": -48119412851094577, "prediction": "Depeche Mode", "binary_answer": null, "no_answer_prob": -9.904843091964722}
{"example_id": 568174548406908429, "prediction": "The East Coast -- West Coast hip hop rivalry was a feud between artists and fans of the East Coast hip hop and West Coast hip hop scenes", "binary_answer": null, "no_answer_prob": 3.283539056777954}
{"example_id": 156222331569148205, "prediction": "February 7 , 2018", "binary_answer": null, "no_answer_prob": -3.3564765453338623}
{"example_id": 69232076200584738, "prediction": "2019", "binary_answer": null, "no_answer_prob": -6.776952028274536}
{"example_id": -2861341002123248407, "prediction": "Louisiana and Texas", "binary_answer": null, "no_answer_prob": -7.365931391716003}
{"example_id": 7273272075690352369, "prediction": "Ace of Base", "binary_answer": null, "no_answer_prob": -11.227211713790894}
{"example_id": 8493319704923147267, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2906891107559204}
{"example_id": -6443357370276131219, "prediction": "Lucius Tarquinius Superbus", "binary_answer": null, "no_answer_prob": -6.621673345565796}
{"example_id": -5089877846081247027, "prediction": "18", "binary_answer": null, "no_answer_prob": -6.801102042198181}
{"example_id": 5889924260907725090, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6846666932106018}
{"example_id": 8112058911179320849, "prediction": "1876", "binary_answer": null, "no_answer_prob": -6.644855976104736}
{"example_id": 7153770852857292948, "prediction": "", "binary_answer": null, "no_answer_prob": 4.185050368309021}
{"example_id": 6306960409598321498, "prediction": "from the Sea of Okhotsk in the north to the East China Sea and China in the southwest", "binary_answer": null, "no_answer_prob": -2.344533681869507}
{"example_id": -1413454086150814544, "prediction": "Sir Alfred Lloyd Tennyson", "binary_answer": null, "no_answer_prob": -1.1155776977539062}
{"example_id": 7428902671467301472, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -9.76383525133133}
{"example_id": 3930625062514301506, "prediction": "dominance in spaceflight capability", "binary_answer": null, "no_answer_prob": -1.1438062191009521}
{"example_id": -5804257148252312349, "prediction": "Jim Croce", "binary_answer": null, "no_answer_prob": -10.002666175365448}
{"example_id": -3223914617142043006, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4172880919650197}
{"example_id": -7164800172731340068, "prediction": "\u20b9 30 billion ( US $470 million )", "binary_answer": null, "no_answer_prob": -7.938373565673828}
{"example_id": -4595522361866648343, "prediction": "OK Go", "binary_answer": null, "no_answer_prob": -11.045563578605652}
{"example_id": 5733032604856881900, "prediction": "Diane Guerrero", "binary_answer": null, "no_answer_prob": -12.800540089607239}
{"example_id": -8340660575163494327, "prediction": "Bill Elliott", "binary_answer": null, "no_answer_prob": -3.5804001092910767}
{"example_id": 5748721453273105428, "prediction": "Nina Simone", "binary_answer": null, "no_answer_prob": -7.7016860246658325}
{"example_id": 7559284345579308010, "prediction": "", "binary_answer": null, "no_answer_prob": -5.458985090255737}
{"example_id": 5379328815379553197, "prediction": "Fred Savage and Howie Mandel", "binary_answer": null, "no_answer_prob": -5.687274217605591}
{"example_id": 6644344863474936313, "prediction": "Tarquin the Proud", "binary_answer": null, "no_answer_prob": -3.9928805828094482}
{"example_id": 4347409978318282806, "prediction": "1 July 1997", "binary_answer": null, "no_answer_prob": -10.766407251358032}
{"example_id": -7016075953976402578, "prediction": "a United States Army band", "binary_answer": null, "no_answer_prob": -6.29885995388031}
{"example_id": -8540095518249836591, "prediction": "Austria and Bavaria", "binary_answer": null, "no_answer_prob": -10.04769253730774}
{"example_id": -8155719692971201014, "prediction": "The War Powers Resolution", "binary_answer": null, "no_answer_prob": -2.292846202850342}
{"example_id": -8212570271479809148, "prediction": "March 16 , 2018", "binary_answer": null, "no_answer_prob": -10.08997666835785}
{"example_id": -8878724736234509268, "prediction": "Washington Capitals", "binary_answer": null, "no_answer_prob": -1.596614122390747}
{"example_id": 2777127352515362821, "prediction": "three sheets of wood glued together and covered with canvas and leather", "binary_answer": null, "no_answer_prob": -4.781678915023804}
{"example_id": -2106269260340291518, "prediction": "worship only God , to honour one 's parents", "binary_answer": null, "no_answer_prob": -6.334775686264038}
{"example_id": -707552382835249129, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -10.185176253318787}
{"example_id": -154391946168199711, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2623187452554703}
{"example_id": 7031295060348389198, "prediction": "In the 1830s , Lowell Mason set the nursery rhyme", "binary_answer": null, "no_answer_prob": 4.489186331629753}
{"example_id": 5798096815800151887, "prediction": "The writer Daniel Okrent", "binary_answer": null, "no_answer_prob": 2.7837231159210205}
{"example_id": -3677545046287986497, "prediction": "Asia is the largest and most populous continent , with a wide variety of religions . The largest religion in Asia is Islam", "binary_answer": null, "no_answer_prob": -1.4809428453445435}
{"example_id": 8630174124810045554, "prediction": "Mike Reid and Allen Shamblin", "binary_answer": null, "no_answer_prob": -12.37277376651764}
{"example_id": -6922171339122813157, "prediction": "The Battles of the American Civil War were fought between April 12 , 1861", "binary_answer": null, "no_answer_prob": -2.740885376930237}
{"example_id": -7074008175610709332, "prediction": "The name , `` Chiefs '' is not only derived from a fan contest , but also from Mayor Bartle", "binary_answer": null, "no_answer_prob": -3.0082006454467773}
{"example_id": -3456016464830419341, "prediction": "", "binary_answer": null, "no_answer_prob": 7.2526547610759735}
{"example_id": -2416626899225671397, "prediction": "Air Supply", "binary_answer": null, "no_answer_prob": -10.155563592910767}
{"example_id": 3491713538125151545, "prediction": "Houston Astros", "binary_answer": null, "no_answer_prob": -5.9995317459106445}
{"example_id": 4206762510879598242, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -10.478393077850342}
{"example_id": -5712843844651068809, "prediction": "Emma Thompson", "binary_answer": null, "no_answer_prob": -4.308743715286255}
{"example_id": 7694079794962805609, "prediction": "April 11 , 1899", "binary_answer": null, "no_answer_prob": -9.514322996139526}
{"example_id": 6498011504555578198, "prediction": "Material requirements planning ( MRP ) is a production planning , scheduling , and inventory control system used to manage manufacturing processes", "binary_answer": null, "no_answer_prob": 0.428866982460022}
{"example_id": 8478580740684109190, "prediction": "1908", "binary_answer": null, "no_answer_prob": -8.427897453308105}
{"example_id": 8952254157906364048, "prediction": "upper leg and inner thigh", "binary_answer": null, "no_answer_prob": -2.6530470848083496}
{"example_id": -1905921876917415500, "prediction": "", "binary_answer": null, "no_answer_prob": 3.154615432024002}
{"example_id": -7693729499009729629, "prediction": "18 November 1963", "binary_answer": null, "no_answer_prob": -9.110105633735657}
{"example_id": -3791869145381264425, "prediction": "39,643", "binary_answer": null, "no_answer_prob": -10.781716346740723}
{"example_id": 5730145718106293462, "prediction": "Haley Joel Osment", "binary_answer": null, "no_answer_prob": -11.799682021141052}
{"example_id": -5298150289472204168, "prediction": "2002", "binary_answer": null, "no_answer_prob": -10.04502671957016}
{"example_id": 9039000977162424636, "prediction": "certain late 19th - century American businessmen", "binary_answer": null, "no_answer_prob": -6.5305386781692505}
{"example_id": -24281565181117922, "prediction": "Robert Frost", "binary_answer": null, "no_answer_prob": -12.79438304901123}
{"example_id": -4950316745090894056, "prediction": "Jim Croce", "binary_answer": null, "no_answer_prob": -7.840041160583496}
{"example_id": -8671976761442271638, "prediction": "Octant", "binary_answer": null, "no_answer_prob": 0.49807119369506836}
{"example_id": 1481899277986677704, "prediction": "Workers ' compensation", "binary_answer": null, "no_answer_prob": -2.2996400594711304}
{"example_id": -5679629452982597116, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.632871627807617}
{"example_id": 5393208084975732008, "prediction": "London", "binary_answer": null, "no_answer_prob": -3.0092878341674805}
{"example_id": 8428601487426030777, "prediction": "Solomon Linda", "binary_answer": null, "no_answer_prob": -7.363820910453796}
{"example_id": 2131620894315834940, "prediction": "6", "binary_answer": null, "no_answer_prob": -7.397261142730713}
{"example_id": 6789169287653888409, "prediction": ".", "binary_answer": null, "no_answer_prob": 2.1926891803741455}
{"example_id": -7514137616900537978, "prediction": "In 1845 , the Republic of Texas was annexed to the United States of America", "binary_answer": null, "no_answer_prob": 1.4837075471878052}
{"example_id": -1906613291221690775, "prediction": "the classical planets", "binary_answer": null, "no_answer_prob": -2.9110437631607056}
{"example_id": -7069922097872244999, "prediction": "22,489", "binary_answer": null, "no_answer_prob": -12.543096542358398}
{"example_id": 649185398835966297, "prediction": "five", "binary_answer": null, "no_answer_prob": -7.899962663650513}
{"example_id": 2298103136537218519, "prediction": "Uzoamaka Nwanneka `` Uzo '' Aduba", "binary_answer": null, "no_answer_prob": -6.258186340332031}
{"example_id": 9131912703642366984, "prediction": "Queen", "binary_answer": null, "no_answer_prob": -9.722538709640503}
{"example_id": 5380494564930125853, "prediction": "The Tolkien Estate", "binary_answer": null, "no_answer_prob": -6.33176064491272}
{"example_id": 1628933903565083237, "prediction": "Tony Randall as Felix Unger and Jack Klugman", "binary_answer": null, "no_answer_prob": -6.195141315460205}
{"example_id": -3423505803602251471, "prediction": "`` # TurntUp", "binary_answer": null, "no_answer_prob": 2.764254093170166}
{"example_id": -5174832909402805346, "prediction": "Sir Thomas Stamford Raffles", "binary_answer": null, "no_answer_prob": 0.6086447238922119}
{"example_id": -2338532746383916517, "prediction": "France", "binary_answer": null, "no_answer_prob": -8.485536813735962}
{"example_id": -3744208062483548201, "prediction": "Alexa Bliss", "binary_answer": null, "no_answer_prob": -10.247937560081482}
{"example_id": -8042797789265786931, "prediction": "the British government", "binary_answer": null, "no_answer_prob": -2.7860567569732666}
{"example_id": 107981149998286095, "prediction": "20 February 1868", "binary_answer": null, "no_answer_prob": -10.479269027709961}
{"example_id": -4739779649348284128, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9826480969786644}
{"example_id": -8619396784418257389, "prediction": "Costa", "binary_answer": null, "no_answer_prob": -2.0780062675476074}
{"example_id": 7836947322814553361, "prediction": "2,254", "binary_answer": null, "no_answer_prob": -4.863790988922119}
{"example_id": -4994328718057556903, "prediction": "Kenichi Ebina", "binary_answer": null, "no_answer_prob": -10.716613054275513}
{"example_id": 8187723144970487637, "prediction": "Intermolecular forces ( IMFs ) are the forces which mediate interaction between molecules , including forces of attraction or repulsion", "binary_answer": null, "no_answer_prob": -1.5694644451141357}
{"example_id": -4092978678347491324, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1212180256843567}
{"example_id": -4761874474947648649, "prediction": "the Qiniq branch of Oghuz Turks", "binary_answer": null, "no_answer_prob": -4.818058967590332}
{"example_id": -2529001202984993166, "prediction": "Cleveland Indians", "binary_answer": null, "no_answer_prob": -8.94516408443451}
{"example_id": 6774633816286134412, "prediction": "1962", "binary_answer": null, "no_answer_prob": -4.973725855350494}
{"example_id": -3717759792722314683, "prediction": "pneumonoultramicroscopicsilicovolcanoconiosis", "binary_answer": null, "no_answer_prob": -1.9198036193847656}
{"example_id": 6020377608075904403, "prediction": "18", "binary_answer": null, "no_answer_prob": -7.241357326507568}
{"example_id": -3602146311718945596, "prediction": "males who have been given certain honours or titles ( such as knights and baronets ) , where usage is strictly governed by law and custom .", "binary_answer": null, "no_answer_prob": -1.6142868995666504}
{"example_id": 6454168440948520007, "prediction": "29572 , 29575 , 29577 , 29578 , 29579 , 29586 , 29587 , 29588", "binary_answer": null, "no_answer_prob": -8.438921451568604}
{"example_id": -7755777465836230915, "prediction": "Monterey , California", "binary_answer": null, "no_answer_prob": -2.001043915748596}
{"example_id": 3593405491711718215, "prediction": "`` Between the devil and the deep blue sea '' is an idiom meaning a dilemma", "binary_answer": null, "no_answer_prob": -5.739656329154968}
{"example_id": 3361831517589221293, "prediction": "chromosome 18", "binary_answer": null, "no_answer_prob": -9.162016868591309}
{"example_id": 5220978174141943173, "prediction": "ten", "binary_answer": null, "no_answer_prob": -8.500947952270508}
{"example_id": 1253786471499687520, "prediction": "John Forsythe", "binary_answer": null, "no_answer_prob": -3.3839558362960815}
{"example_id": -1095346276869439712, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.204092502593994}
{"example_id": -6803621192058340658, "prediction": "the Marvel Comics characters Scott Lang / Ant - Man and Hope van Dyne / Wasp", "binary_answer": null, "no_answer_prob": -3.465395212173462}
{"example_id": 8583998494163939856, "prediction": "Let Loose", "binary_answer": null, "no_answer_prob": -4.254866123199463}
{"example_id": -429379574595977800, "prediction": "November 29 , 1986", "binary_answer": null, "no_answer_prob": -10.490171074867249}
{"example_id": 4637005085764616119, "prediction": "Article 137 of the Constitution provides that subject to provisions of any law and rule made under Article 145", "binary_answer": null, "no_answer_prob": -10.310648441314697}
{"example_id": 4735884099977706015, "prediction": "Social development theory", "binary_answer": null, "no_answer_prob": -0.07957151532173157}
{"example_id": -7807810135587179659, "prediction": "Tears for Fears", "binary_answer": null, "no_answer_prob": -11.860891103744507}
{"example_id": 6465616432092341001, "prediction": "23.1", "binary_answer": null, "no_answer_prob": -5.047477960586548}
{"example_id": 1633136386185594788, "prediction": "Newark Essex", "binary_answer": null, "no_answer_prob": -8.226893186569214}
{"example_id": -2404214847806488384, "prediction": "Jack Norworth and Albert Von Tilzer", "binary_answer": null, "no_answer_prob": -0.37374329566955566}
{"example_id": 2222544950538899680, "prediction": "clinical informatics , pathology informatics , imaging informatics , and pharmacy informatics", "binary_answer": null, "no_answer_prob": 0.5960679054260254}
{"example_id": -5424494704776884162, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -5.971768140792847}
{"example_id": -6351121546683076160, "prediction": "Nabi Tajima of Japan", "binary_answer": null, "no_answer_prob": -6.834299683570862}
{"example_id": 4511060675003771481, "prediction": "Afghanistan , Bangladesh , Bhutan , Maldives , Nepal , India , Pakistan , and Sri Lanka", "binary_answer": null, "no_answer_prob": -3.264854669570923}
{"example_id": -149316266217716781, "prediction": "In 1939 , Hamilton played the role of the Wicked Witch , opposite Judy Garland 's Dorothy Gale", "binary_answer": null, "no_answer_prob": -2.800609588623047}
{"example_id": 4940681363565885016, "prediction": "the novel of the same name , one of the Lorien Legacies young adult science fiction novels", "binary_answer": null, "no_answer_prob": -4.264608860015869}
{"example_id": -5261952957084736987, "prediction": "", "binary_answer": null, "no_answer_prob": 4.849751710891724}
{"example_id": 5787988709372497879, "prediction": "Mariah Carey", "binary_answer": null, "no_answer_prob": -12.34621286392212}
{"example_id": -8441118467870565101, "prediction": "petroleum jelly", "binary_answer": null, "no_answer_prob": -8.78681755065918}
{"example_id": -4849085511355961505, "prediction": "Denali", "binary_answer": null, "no_answer_prob": -8.347950458526611}
{"example_id": -5532705132329550514, "prediction": "David Hedison", "binary_answer": null, "no_answer_prob": -6.259100914001465}
{"example_id": -3765548732247061654, "prediction": "the platypus", "binary_answer": null, "no_answer_prob": -0.29404687881469727}
{"example_id": -8187247560149999445, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.263786420226097}
{"example_id": 1204717111483638002, "prediction": "", "binary_answer": null, "no_answer_prob": 4.892375022172928}
{"example_id": 9095930905693200944, "prediction": "76,716", "binary_answer": null, "no_answer_prob": -12.188015103340149}
{"example_id": -7683576576182123580, "prediction": "Clemson Tigers", "binary_answer": null, "no_answer_prob": -7.627068519592285}
{"example_id": 6537456525231699072, "prediction": "Jeremy Irons", "binary_answer": null, "no_answer_prob": -11.48953628540039}
{"example_id": 1580172849868690414, "prediction": "27 June -- 23 August 2017 Competition proper : 12 September 2017 -- 26 May 2018", "binary_answer": null, "no_answer_prob": -0.9013868570327759}
{"example_id": 4598752875030666160, "prediction": "How Could We Dare to Be Wrong", "binary_answer": null, "no_answer_prob": -0.5719689130783081}
{"example_id": -2177670412046688136, "prediction": "temperature remains relatively constant ( hot ) throughout the year .", "binary_answer": null, "no_answer_prob": -0.6177954375743866}
{"example_id": -6862217004154141787, "prediction": "between Springer Mountain in Georgia and Mount Katahdin in Maine", "binary_answer": null, "no_answer_prob": -8.976905345916748}
{"example_id": 822162100418182714, "prediction": "Molasses , or black treacle", "binary_answer": null, "no_answer_prob": -1.4937450885772705}
{"example_id": -2822354588209979805, "prediction": "Candice Bergen", "binary_answer": null, "no_answer_prob": -12.861859202384949}
{"example_id": 4964311564435734287, "prediction": "Ray Bourque", "binary_answer": null, "no_answer_prob": -6.111769676208496}
{"example_id": -2174957000218197350, "prediction": "wheat and rice", "binary_answer": null, "no_answer_prob": -2.9982099533081055}
{"example_id": -3785473738744072266, "prediction": "", "binary_answer": null, "no_answer_prob": 5.406387388706207}
{"example_id": 5133683050371385500, "prediction": "Kenny Ascher and Paul Williams", "binary_answer": null, "no_answer_prob": -12.473918557167053}
{"example_id": -1649912468113032362, "prediction": "A gene product is the biochemical material , either RNA or protein , resulting from expression of a gene", "binary_answer": null, "no_answer_prob": 0.04080033302307129}
{"example_id": 7320351552419433240, "prediction": "Lori Lieberman", "binary_answer": null, "no_answer_prob": -5.115226984024048}
{"example_id": 3224730403616581424, "prediction": "Maryland", "binary_answer": null, "no_answer_prob": -8.502270221710205}
{"example_id": 156991172526880407, "prediction": "Kevin Mark DuBrow", "binary_answer": null, "no_answer_prob": -13.138100802898407}
{"example_id": -6529211464561411810, "prediction": "Part of a series on the Culture of South Africa History People Languages ( show ) Afrikaans", "binary_answer": null, "no_answer_prob": 0.1153186559677124}
{"example_id": -4855317114476276480, "prediction": "Gene Green", "binary_answer": null, "no_answer_prob": -7.406140327453613}
{"example_id": -5625860463980493030, "prediction": "Patrick Donahoe", "binary_answer": null, "no_answer_prob": -3.4919023513793945}
{"example_id": -3688708489471209785, "prediction": "Lady Antebellum", "binary_answer": null, "no_answer_prob": -11.756250143051147}
{"example_id": 8796724207952537427, "prediction": "Linescore Idaho", "binary_answer": null, "no_answer_prob": -1.8315373659133911}
{"example_id": 1382547770259098674, "prediction": "the Israelites", "binary_answer": null, "no_answer_prob": -2.4451074600219727}
{"example_id": -6708189620077692423, "prediction": "District of Columbia", "binary_answer": null, "no_answer_prob": -2.2663393020629883}
{"example_id": -1494645147500921595, "prediction": "Riyaz Shah Jahan MTV Sports", "binary_answer": null, "no_answer_prob": -1.0372130870819092}
{"example_id": -8369851465221888453, "prediction": "Munshi Premchand", "binary_answer": null, "no_answer_prob": -7.155816078186035}
{"example_id": 5260129184479819055, "prediction": "16", "binary_answer": null, "no_answer_prob": -0.5220637321472168}
{"example_id": -2764060060269003954, "prediction": "Texarkana , Texas", "binary_answer": null, "no_answer_prob": -2.0703225135803223}
{"example_id": 7940576517613363838, "prediction": "Captain James Cook", "binary_answer": null, "no_answer_prob": -8.960450410842896}
{"example_id": -4862753821601516745, "prediction": "the olfactory mucosa in the upper part of the nasal cavity", "binary_answer": null, "no_answer_prob": -4.753360986709595}
{"example_id": 9060680068052942681, "prediction": "The United States House of Representatives", "binary_answer": null, "no_answer_prob": -6.852178335189819}
{"example_id": -6825321247067925577, "prediction": "Ireen W\u00fcst", "binary_answer": null, "no_answer_prob": -7.0262371301651}
{"example_id": 4542477297974290427, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5997874587774277}
{"example_id": -6181155576970773198, "prediction": "Lynyrd Skynyrd", "binary_answer": null, "no_answer_prob": -3.352830171585083}
{"example_id": 5321833463581393160, "prediction": "United States United Kingdom France Canada Belgium Luxembourg", "binary_answer": null, "no_answer_prob": 0.28977227210998535}
{"example_id": 1974408566790031445, "prediction": "Philadelphia Eagles", "binary_answer": null, "no_answer_prob": -6.285529851913452}
{"example_id": -5684137009889388764, "prediction": "Sandi Thom", "binary_answer": null, "no_answer_prob": -12.735840201377869}
{"example_id": -9118571438070624371, "prediction": "Patagonia in the south to parts of western Canada in the north", "binary_answer": null, "no_answer_prob": -2.6913483142852783}
{"example_id": 5005087010238343711, "prediction": "331.2 metres per second ( 1,087 ft / s ; 1,192 km / h ; 741 mph ; 644 kn )", "binary_answer": null, "no_answer_prob": -6.967268109321594}
{"example_id": 460521160640975940, "prediction": "2012", "binary_answer": null, "no_answer_prob": -6.941030023619533}
{"example_id": -610232584691505899, "prediction": "Mount St. Helens", "binary_answer": null, "no_answer_prob": -5.0910791754722595}
{"example_id": -8864723560166329797, "prediction": "`` Latino '' as a category used in the United States", "binary_answer": null, "no_answer_prob": -1.9418689012527466}
{"example_id": 926229989598592092, "prediction": "Jane Raab", "binary_answer": null, "no_answer_prob": -5.444167137145996}
{"example_id": 7006867970583621194, "prediction": "", "binary_answer": null, "no_answer_prob": 4.067272186279297}
{"example_id": -2200415687273804010, "prediction": "Adam Warlock", "binary_answer": null, "no_answer_prob": -6.344629764556885}
{"example_id": -6703340867323473163, "prediction": "resurrected", "binary_answer": null, "no_answer_prob": -2.373136281967163}
{"example_id": -8171636245535974784, "prediction": "between late May and mid-June and starting the new school year between mid-August and early September", "binary_answer": null, "no_answer_prob": -6.1429630517959595}
{"example_id": -1947624456135949649, "prediction": "painful involuntary spasms or cramps in the leg muscles", "binary_answer": null, "no_answer_prob": -1.8105849027633667}
{"example_id": 3395547195169230690, "prediction": "Jacob and Rachel", "binary_answer": null, "no_answer_prob": -7.091010570526123}
{"example_id": -2579623446306440548, "prediction": "Faye Dunaway", "binary_answer": null, "no_answer_prob": -9.496610641479492}
{"example_id": 9090687197021547084, "prediction": "New York", "binary_answer": null, "no_answer_prob": -7.288627028465271}
{"example_id": 8877707712000352283, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6974419355392456}
{"example_id": -5293788033737954490, "prediction": "Wilhelmina Models in New York and Style International Management in Hong Kong", "binary_answer": null, "no_answer_prob": -5.559868335723877}
{"example_id": 8112043113723545412, "prediction": "Vicki Lawrence", "binary_answer": null, "no_answer_prob": -11.876675009727478}
{"example_id": 1367107230401071817, "prediction": "at the Old North Bridge in Concord , Massachusetts", "binary_answer": null, "no_answer_prob": -7.496359705924988}
{"example_id": -4142079244791168372, "prediction": "Germany", "binary_answer": null, "no_answer_prob": -9.370619297027588}
{"example_id": -2898980350230658963, "prediction": "A Rush of Blood to the Head", "binary_answer": null, "no_answer_prob": -2.829035520553589}
{"example_id": 6838330069983406173, "prediction": "Saratoga ( now Schuylerville )", "binary_answer": null, "no_answer_prob": -5.516014456748962}
{"example_id": -104940580271996979, "prediction": "New Delhi", "binary_answer": null, "no_answer_prob": -8.39125394821167}
{"example_id": -2181266640545304134, "prediction": "in the No. 4 light water graphite moderated reactor at the Chernobyl Nuclear Power Plant near Pripyat", "binary_answer": null, "no_answer_prob": -10.009181022644043}
{"example_id": 1765447157624106703, "prediction": "September 21 , 1993", "binary_answer": null, "no_answer_prob": -8.927202463150024}
{"example_id": 1307156298733521392, "prediction": "", "binary_answer": null, "no_answer_prob": 5.797337055206299}
{"example_id": -6840070434788128117, "prediction": "The Contours", "binary_answer": null, "no_answer_prob": -10.286603093147278}
{"example_id": -3517455029181280332, "prediction": "North Atlantic Ocean", "binary_answer": null, "no_answer_prob": -10.583548188209534}
{"example_id": 8812267550415131532, "prediction": "`` 7 Years ''", "binary_answer": null, "no_answer_prob": 1.9468405842781067}
{"example_id": 8463430142785055027, "prediction": "samples the chorus and instrumentation of Stevie Wonder 's 1976 song `` Pastime Paradise '' .", "binary_answer": null, "no_answer_prob": 0.07628792524337769}
{"example_id": -391803525098309600, "prediction": "`` And now you know the rest of the story . ''", "binary_answer": null, "no_answer_prob": 0.6061590909957886}
{"example_id": -738171817455344160, "prediction": "James R. Garoppolo", "binary_answer": null, "no_answer_prob": -10.964171290397644}
{"example_id": 7099353205592550771, "prediction": "", "binary_answer": null, "no_answer_prob": 5.652499258518219}
{"example_id": 8534980359469271636, "prediction": "Mayon in Albay", "binary_answer": null, "no_answer_prob": -6.9283647537231445}
{"example_id": 8337268387587684596, "prediction": "June 18 , 2012", "binary_answer": null, "no_answer_prob": -8.424994230270386}
{"example_id": 3915411498121022190, "prediction": "Jerry Rice", "binary_answer": null, "no_answer_prob": -11.00380289554596}
{"example_id": -6833524675513893965, "prediction": "Jean - Baptiste Lamarck", "binary_answer": null, "no_answer_prob": -8.038602113723755}
{"example_id": -6598451085623586046, "prediction": "Miami - Dade , Monroe , & Collier counties , Florida , United States", "binary_answer": null, "no_answer_prob": -6.07188081741333}
{"example_id": 3468127131561886641, "prediction": "Standard atomic weight ( abridged , conventional * ) 5 6 7 8 9 10 11 12 13 14 15 16 17 18", "binary_answer": null, "no_answer_prob": -0.44852352142333984}
{"example_id": 4683925199192411806, "prediction": "sometime during summer 2017 .", "binary_answer": null, "no_answer_prob": 1.5082610845565796}
{"example_id": 2538172095673398911, "prediction": "31 December 1600", "binary_answer": null, "no_answer_prob": -7.212326407432556}
{"example_id": -3878745313594466596, "prediction": "Wikipedia articles may include links to web pages outside Wikipedia ( external links )", "binary_answer": null, "no_answer_prob": 2.441804885864258}
{"example_id": -5688684830658964875, "prediction": "1922", "binary_answer": null, "no_answer_prob": -4.1553497314453125}
{"example_id": -1508372219195527242, "prediction": "George Salazar", "binary_answer": null, "no_answer_prob": -6.049698352813721}
{"example_id": -8978915863747248523, "prediction": "2,843", "binary_answer": null, "no_answer_prob": -11.925536274909973}
{"example_id": 709765520479459809, "prediction": "Chris Janson", "binary_answer": null, "no_answer_prob": -13.440909028053284}
{"example_id": 7670960144280431422, "prediction": "Dubai", "binary_answer": null, "no_answer_prob": -12.69761836528778}
{"example_id": -5658756349967777582, "prediction": "40 miles ( 64 km )", "binary_answer": null, "no_answer_prob": -9.045159101486206}
{"example_id": -5916690543916024775, "prediction": "1974", "binary_answer": null, "no_answer_prob": -9.124932765960693}
{"example_id": 5726069871539807496, "prediction": "imposed a direct tax on the colonies of British America", "binary_answer": null, "no_answer_prob": 1.0461633205413818}
{"example_id": -6794175496168882123, "prediction": "S\u00f8ren Rasted , Claus Norreen , Ren\u00e9 Dif , and Lene Nystr\u00f8m", "binary_answer": null, "no_answer_prob": -8.530639171600342}
{"example_id": -5516120084541885062, "prediction": "Johnny Christopher , Mark James , and Wayne Carson", "binary_answer": null, "no_answer_prob": -10.006513595581055}
{"example_id": 8112250565794819644, "prediction": "`` Second Chance", "binary_answer": null, "no_answer_prob": -1.2774481773376465}
{"example_id": -4967416600195818018, "prediction": "December 15 , 1955", "binary_answer": null, "no_answer_prob": -7.221901535987854}
{"example_id": 8660137887205745144, "prediction": "on the Greek island of Patmos", "binary_answer": null, "no_answer_prob": -1.6917147636413574}
{"example_id": 4269903448641450565, "prediction": "Elizabeth Woolridge Grant", "binary_answer": null, "no_answer_prob": 0.11867177486419678}
{"example_id": -1759846998765986911, "prediction": "206", "binary_answer": null, "no_answer_prob": -7.679537057876587}
{"example_id": -4077829129369174005, "prediction": "1994", "binary_answer": null, "no_answer_prob": -9.898756116628647}
{"example_id": 3602348176316618378, "prediction": "Mount Vesuvius", "binary_answer": null, "no_answer_prob": -7.71616005897522}
{"example_id": -6543609612685760231, "prediction": "Simon Cowell , Cheryl Fernandez - Versini", "binary_answer": null, "no_answer_prob": -5.581300497055054}
{"example_id": 4733336370156793182, "prediction": "Qui - Gon Jinn", "binary_answer": null, "no_answer_prob": -11.924799799919128}
{"example_id": 8981927950317176383, "prediction": "Missouri River Mississippi River", "binary_answer": null, "no_answer_prob": -6.561316967010498}
{"example_id": 7467959401820504857, "prediction": "Greatest Hits Queen", "binary_answer": null, "no_answer_prob": -3.5473272800445557}
{"example_id": 640155833647220414, "prediction": "2018", "binary_answer": null, "no_answer_prob": -8.822707086801529}
{"example_id": 3032476747580042560, "prediction": "Mighty Morphin Power Rangers : The Movie ( also known as Power Rangers : The Movie ) is a 1995", "binary_answer": null, "no_answer_prob": 0.9859381914138794}
{"example_id": 4426096629848516642, "prediction": "", "binary_answer": null, "no_answer_prob": 0.034561991691589355}
{"example_id": -1405654592049973491, "prediction": "`` The Fearsome Pursuer", "binary_answer": null, "no_answer_prob": 0.010521888732910156}
{"example_id": 7171669397266923576, "prediction": "71st", "binary_answer": null, "no_answer_prob": -1.1711899042129517}
{"example_id": 376528509830503174, "prediction": "No", "binary_answer": null, "no_answer_prob": 1.229669451713562}
{"example_id": -3928232178884007009, "prediction": "minimum age", "binary_answer": null, "no_answer_prob": -1.6459901332855225}
{"example_id": -2640070257143175475, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": -6.572693705558777}
{"example_id": -7032595179251472370, "prediction": "Susanna Wilkerson Dickinson ( 1814 -- October 7 , 1883 ) and her infant daughter , Angelina", "binary_answer": null, "no_answer_prob": -1.9411126375198364}
{"example_id": 8631964272106609793, "prediction": "21 July 2007", "binary_answer": null, "no_answer_prob": -12.745818257331848}
{"example_id": -4884696538524961943, "prediction": "Have You Never Been Mellow is the sixth", "binary_answer": null, "no_answer_prob": -3.2027394771575928}
{"example_id": 1250153245712379519, "prediction": "the coast of France", "binary_answer": null, "no_answer_prob": -3.5189049243927}
{"example_id": 662238231513258472, "prediction": "16", "binary_answer": null, "no_answer_prob": -8.100757718086243}
{"example_id": 371675702092173493, "prediction": "Albany", "binary_answer": null, "no_answer_prob": -4.9668660163879395}
{"example_id": -2663061074791813029, "prediction": "Cotton Davidson", "binary_answer": null, "no_answer_prob": -6.667169690132141}
{"example_id": 4876107623646098369, "prediction": "`` The Rockafeller Skank ''", "binary_answer": null, "no_answer_prob": -0.1673417091369629}
{"example_id": 4610069555576694382, "prediction": "Sam Snead", "binary_answer": null, "no_answer_prob": -7.866246223449707}
{"example_id": 3258790656468982687, "prediction": "Josh Gad", "binary_answer": null, "no_answer_prob": -8.005229473114014}
{"example_id": 5352837022179113474, "prediction": "Oscar Robertson , Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -2.2079200744628906}
{"example_id": -3269233255780347148, "prediction": "the President of the United States", "binary_answer": null, "no_answer_prob": -5.519983768463135}
{"example_id": 1251851962520831111, "prediction": "1981", "binary_answer": null, "no_answer_prob": -10.045545935630798}
{"example_id": -5953668955228832920, "prediction": "John Leonard Hines", "binary_answer": null, "no_answer_prob": -11.534815907478333}
{"example_id": 8398381874376277530, "prediction": "Marine Corps Air Station Yuma , Arizona", "binary_answer": null, "no_answer_prob": -11.278192162513733}
{"example_id": -6192388024542625312, "prediction": "lignite", "binary_answer": null, "no_answer_prob": -6.695830821990967}
{"example_id": -8865397167301605737, "prediction": "Sydney", "binary_answer": null, "no_answer_prob": -7.101269483566284}
{"example_id": -1567135840120105378, "prediction": "Summer is the hottest of the four", "binary_answer": null, "no_answer_prob": -0.3454059362411499}
{"example_id": -5053365050633506373, "prediction": "Cyndi Grecco", "binary_answer": null, "no_answer_prob": -12.432718634605408}
{"example_id": 5446063407195680777, "prediction": "Katharine Hepburn and Henry Fonda", "binary_answer": null, "no_answer_prob": -7.868117809295654}
{"example_id": -7925752079676715238, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6076600328087807}
{"example_id": 179186243111231895, "prediction": "Trinity", "binary_answer": null, "no_answer_prob": -8.555597305297852}
{"example_id": 2661156706100388021, "prediction": "bind to and activate the receptors of another neuron ( the postsynaptic neuron )", "binary_answer": null, "no_answer_prob": -2.086442470550537}
{"example_id": 4962452726948808217, "prediction": "approximately 370 billion cans", "binary_answer": null, "no_answer_prob": -0.3478165864944458}
{"example_id": -6703811479926111391, "prediction": "In 2013 , she had a role as one of the new hires on the `` Finale '' episode of The Office . Johnson", "binary_answer": null, "no_answer_prob": -5.1909685134887695}
{"example_id": 8670202352929550227, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.2387900352478027}
{"example_id": -4510919711463231233, "prediction": "Geoff Campbell", "binary_answer": null, "no_answer_prob": -11.094637155532837}
{"example_id": -5008618038791154799, "prediction": "A well - known example has up to nine items , say coins ( or balls )", "binary_answer": null, "no_answer_prob": 2.293530583381653}
{"example_id": -8512562749915841171, "prediction": "Chemical class Group Formula Structural Formulae Prefix Suffix Example Alkane", "binary_answer": null, "no_answer_prob": -2.5335960388183594}
{"example_id": -2298573493279508523, "prediction": "81", "binary_answer": null, "no_answer_prob": -8.89293497800827}
{"example_id": -6151416163697064425, "prediction": "Yes", "binary_answer": null, "no_answer_prob": -11.42427670955658}
{"example_id": 2085573478428775736, "prediction": "William J. Bell", "binary_answer": null, "no_answer_prob": -9.316696882247925}
{"example_id": 7474151527460603979, "prediction": "Robert Frost", "binary_answer": null, "no_answer_prob": -1.5968916416168213}
{"example_id": 2949998766140696044, "prediction": "2016", "binary_answer": null, "no_answer_prob": -6.352453827857971}
{"example_id": -6734372988970899181, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0875338315963745}
{"example_id": 4074207857477826513, "prediction": "Idrisid dynasty", "binary_answer": null, "no_answer_prob": -5.433021545410156}
{"example_id": -8376575127481607219, "prediction": "capture and destroy Colonial military supplies", "binary_answer": null, "no_answer_prob": -1.061525583267212}
{"example_id": -1537094394650926719, "prediction": "March 22 , 2017", "binary_answer": null, "no_answer_prob": -5.294149041175842}
{"example_id": -7394916476195503367, "prediction": "Who Do You Think You Are ? is an American genealogy documentary series", "binary_answer": null, "no_answer_prob": 2.119109630584717}
{"example_id": 3667886163049094484, "prediction": "Three other constitutions have effectively governed the country in its history : the 1935 Commonwealth Constitution , the 1973 Constitution , and the 1986 Freedom Constitution", "binary_answer": null, "no_answer_prob": -0.9693889617919922}
{"example_id": -4044006980118987290, "prediction": "strictly higher cardinality than the set itself ( informally the power set must be larger than the original set )", "binary_answer": null, "no_answer_prob": -0.48363780975341797}
{"example_id": 2094665542528697416, "prediction": "1988", "binary_answer": null, "no_answer_prob": -1.557326078414917}
{"example_id": 5862137921035524077, "prediction": "1996", "binary_answer": null, "no_answer_prob": -10.178249657154083}
{"example_id": 8281450180990797029, "prediction": "Davis , a country music singer and governor of the state in the years 1944 -- 1948 and 1960 -- 1964 .", "binary_answer": null, "no_answer_prob": -3.0697602033615112}
{"example_id": -250638815973895671, "prediction": "Robert Russell Garwood", "binary_answer": null, "no_answer_prob": -8.439197540283203}
{"example_id": 1124150013645050273, "prediction": "Duke Ellington & John Coltrane", "binary_answer": null, "no_answer_prob": 2.5338391065597534}
{"example_id": -7074643783095364688, "prediction": "1918", "binary_answer": null, "no_answer_prob": -6.031522750854492}
{"example_id": 7350571932406966606, "prediction": "Wind on the Water", "binary_answer": null, "no_answer_prob": -1.1059668064117432}
{"example_id": 3419833261985491971, "prediction": "Tyra Banks", "binary_answer": null, "no_answer_prob": -4.743187427520752}
{"example_id": 9101947982403339923, "prediction": "Jinkx Monsoon", "binary_answer": null, "no_answer_prob": -9.49846076965332}
{"example_id": 7321028317452437496, "prediction": "president of the United States George Washington", "binary_answer": null, "no_answer_prob": -10.83602225780487}
{"example_id": 4967903554939519179, "prediction": "over a time scale from a few years to several decades and may sometimes become essentially static .", "binary_answer": null, "no_answer_prob": 0.40793097019195557}
{"example_id": 4621684689333102352, "prediction": "South Africa in April 2016 . The film also shot scenes in New York", "binary_answer": null, "no_answer_prob": -3.6417782306671143}
{"example_id": -7378761712236339242, "prediction": "2002", "binary_answer": null, "no_answer_prob": -8.684388995170593}
{"example_id": -3588071863975464237, "prediction": "John Oliver", "binary_answer": null, "no_answer_prob": -8.487974166870117}
{"example_id": 3954792074147455952, "prediction": "New York Yankees", "binary_answer": null, "no_answer_prob": -5.574208736419678}
{"example_id": 6790293813653816321, "prediction": "Chandra Danette Wilson", "binary_answer": null, "no_answer_prob": -13.416615843772888}
{"example_id": 4175167625950002804, "prediction": "Glen Oaks Club", "binary_answer": null, "no_answer_prob": -3.7996994256973267}
{"example_id": 934510591296222231, "prediction": "Flotsam and Jetsam", "binary_answer": null, "no_answer_prob": -1.1330375671386719}
{"example_id": -2941954169282862230, "prediction": "seven", "binary_answer": null, "no_answer_prob": -6.589591979980469}
{"example_id": 5177236149421488712, "prediction": "Beijing", "binary_answer": null, "no_answer_prob": -6.8831117153167725}
{"example_id": 1265442768524130808, "prediction": "2014", "binary_answer": null, "no_answer_prob": -4.35789167881012}
{"example_id": -6514120809744543163, "prediction": "CeCe Peniston", "binary_answer": null, "no_answer_prob": -9.908604860305786}
{"example_id": 5807901590701962962, "prediction": "190 km south of the United States border and within the municipality of Mexicali", "binary_answer": null, "no_answer_prob": -7.365710020065308}
{"example_id": -8962501535546165122, "prediction": "", "binary_answer": null, "no_answer_prob": 3.757156252861023}
{"example_id": 966713325732614572, "prediction": "Red McKenzie", "binary_answer": null, "no_answer_prob": -4.189805507659912}
{"example_id": -1317146868834496909, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0278992354869843}
{"example_id": 6401433163708814540, "prediction": "seven", "binary_answer": null, "no_answer_prob": -6.626997232437134}
{"example_id": -819108407581507274, "prediction": "2010", "binary_answer": null, "no_answer_prob": -5.958999395370483}
{"example_id": 6475150927557070874, "prediction": "August 12 , 1958", "binary_answer": null, "no_answer_prob": -6.118821740150452}
{"example_id": 1818657866526910359, "prediction": "Geography of India Continent Asia Region", "binary_answer": null, "no_answer_prob": -1.8314666748046875}
{"example_id": -8476490772013155324, "prediction": "The City of New York , often called New York City or simply New York , is the most populous city in the United States", "binary_answer": null, "no_answer_prob": -0.33130110055208206}
{"example_id": -5082320203138173711, "prediction": "1898", "binary_answer": null, "no_answer_prob": -9.40885066986084}
{"example_id": 2434387494397150766, "prediction": "21", "binary_answer": null, "no_answer_prob": -0.1807389259338379}
{"example_id": 5313339127491639524, "prediction": "January 16 , 2018", "binary_answer": null, "no_answer_prob": -12.03419017791748}
{"example_id": 4198161683562908654, "prediction": "910 km )", "binary_answer": null, "no_answer_prob": -1.5759977102279663}
{"example_id": -1165493873558223130, "prediction": "Savi Thakur", "binary_answer": null, "no_answer_prob": -10.94317626953125}
{"example_id": -2257518489428355823, "prediction": "ISO 8601 includes the ISO week date system , a numbering system for weeks within a given year -- each week begins on a Monday", "binary_answer": null, "no_answer_prob": -0.33571791648864746}
{"example_id": -5644738834877736784, "prediction": "the Drug Enforcement Administration ( DEA ) and the Food and Drug Administration ( FDA )", "binary_answer": null, "no_answer_prob": -2.58512282371521}
{"example_id": 5422944325931517519, "prediction": "2010", "binary_answer": null, "no_answer_prob": -9.67770904302597}
{"example_id": 5421273213447858534, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -11.667483568191528}
{"example_id": 6686806043072153459, "prediction": "", "binary_answer": null, "no_answer_prob": 4.062492311000824}
{"example_id": 810965131652061210, "prediction": "Elisha Nelson Manning IV", "binary_answer": null, "no_answer_prob": -1.051864743232727}
{"example_id": 4684483431544201441, "prediction": "Jodi Sta . Maria", "binary_answer": null, "no_answer_prob": -0.09450602531433105}
{"example_id": 7351493351443696561, "prediction": "Foxes are small - to - medium - sized , omnivorous mammals belonging to several genera of the family Canidae", "binary_answer": null, "no_answer_prob": 2.271581768989563}
{"example_id": -4259065868257791188, "prediction": "The 1904 Rolls - Royce 10 hp Two - Seater", "binary_answer": null, "no_answer_prob": -7.316965103149414}
{"example_id": 3047269637901402987, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -11.529294967651367}
{"example_id": 6944597261348483658, "prediction": "Mary Martin", "binary_answer": null, "no_answer_prob": -6.5501251220703125}
{"example_id": 4098587937820698006, "prediction": "Asefa Mengstu", "binary_answer": null, "no_answer_prob": -1.4386987686157227}
{"example_id": 902623453483547516, "prediction": "Super Bowl XLIX", "binary_answer": null, "no_answer_prob": -5.880332946777344}
{"example_id": 1071163389047184834, "prediction": "2018 Alaska earthquake", "binary_answer": null, "no_answer_prob": -1.938032865524292}
{"example_id": 5773591499031067760, "prediction": "the middle ear", "binary_answer": null, "no_answer_prob": -8.30401873588562}
{"example_id": -8795772951937729106, "prediction": "February 4 , 2007", "binary_answer": null, "no_answer_prob": -6.716717898845673}
{"example_id": 1590635306695396277, "prediction": "republicanism", "binary_answer": null, "no_answer_prob": -2.9486138820648193}
{"example_id": -4392432908367410310, "prediction": "Stan Lee and follows contortionist Daniel Browning Smith", "binary_answer": null, "no_answer_prob": -3.989226222038269}
{"example_id": 3783512605078838448, "prediction": "Curious George", "binary_answer": null, "no_answer_prob": -8.385678172111511}
{"example_id": 1257419030550499496, "prediction": "1987", "binary_answer": null, "no_answer_prob": -9.801561057567596}
{"example_id": -5971205613587609341, "prediction": "Madonna 36 Elvis Presley", "binary_answer": null, "no_answer_prob": -6.150198936462402}
{"example_id": -6580363901028749535, "prediction": "recent reductions in wages . A total of 30 workers were killed by railroad agents and their allies .", "binary_answer": null, "no_answer_prob": 0.44205355644226074}
{"example_id": -5072288218443472380, "prediction": "`` I Wish That I Could Hurt That Way Again ''", "binary_answer": null, "no_answer_prob": 1.7346320152282715}
{"example_id": -4144211220249557609, "prediction": "about 30 cm ( 12 in ) long", "binary_answer": null, "no_answer_prob": -4.018853187561035}
{"example_id": -2744848720723075103, "prediction": "A two - stroke diesel engine", "binary_answer": null, "no_answer_prob": 1.672159492969513}
{"example_id": 7151309510061464910, "prediction": "eight", "binary_answer": null, "no_answer_prob": -7.928633213043213}
{"example_id": 594222858356078135, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -2.988931179046631}
{"example_id": 3730846181740872623, "prediction": "", "binary_answer": null, "no_answer_prob": -4.66256320476532}
{"example_id": -7648200374144536908, "prediction": "21", "binary_answer": null, "no_answer_prob": -10.201648116111755}
{"example_id": 1408914139973567792, "prediction": "Giancarlo Stanton", "binary_answer": null, "no_answer_prob": -3.6370303630828857}
{"example_id": 8913935128006560403, "prediction": "across neurons in a brain region", "binary_answer": null, "no_answer_prob": -0.1369624137878418}
{"example_id": -8274455905955852693, "prediction": "Woody , a pull - string cowboy doll", "binary_answer": null, "no_answer_prob": -8.713439464569092}
{"example_id": -6245814877547872597, "prediction": "Code of Laws of the United States of America", "binary_answer": null, "no_answer_prob": -6.001246213912964}
{"example_id": 347191315240643171, "prediction": "Nationals Park", "binary_answer": null, "no_answer_prob": -8.255310416221619}
{"example_id": -1746941328258660617, "prediction": "", "binary_answer": null, "no_answer_prob": 3.623580366373062}
{"example_id": 4958587330879175038, "prediction": "Warren Spahn", "binary_answer": null, "no_answer_prob": -11.726946353912354}
{"example_id": 6988468222722295024, "prediction": "Percy Sledge", "binary_answer": null, "no_answer_prob": -10.945693612098694}
{"example_id": 3855108118864097249, "prediction": "1,499 feet ( 457 m )", "binary_answer": null, "no_answer_prob": -11.730006694793701}
{"example_id": 4182530490960505495, "prediction": "Raleigh Studios Hollywood", "binary_answer": null, "no_answer_prob": -1.822280764579773}
{"example_id": 1142175668339680315, "prediction": "the Chief Justice of the United States and eight associate justices", "binary_answer": null, "no_answer_prob": -5.662946701049805}
{"example_id": 2916450699714370077, "prediction": "`` Eye of the Beholder", "binary_answer": null, "no_answer_prob": 0.7453949451446533}
{"example_id": -8736734262812460408, "prediction": "Ming rulers faced the challenge of balancing Central Asian trade and military threats against dangerous but profitable sea powers", "binary_answer": null, "no_answer_prob": 1.4590606689453125}
{"example_id": 7233332020561910956, "prediction": "multiple teams playing baseball , American football , soccer , basketball , hockey , ice hockey and ultimate frisbee .", "binary_answer": null, "no_answer_prob": -0.517332911491394}
{"example_id": -6206485579779452882, "prediction": "Jason Peter Todd", "binary_answer": null, "no_answer_prob": -5.239213705062866}
{"example_id": -9199537629034261914, "prediction": "75 miles ( 121 km )", "binary_answer": null, "no_answer_prob": -3.4894630908966064}
{"example_id": 5370168031676132312, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6413624286651611}
{"example_id": -2306754019371647995, "prediction": "24", "binary_answer": null, "no_answer_prob": -8.872127294540405}
{"example_id": 1621411912091024349, "prediction": "more than 3 million", "binary_answer": null, "no_answer_prob": -9.986677408218384}
{"example_id": -7658195763112730017, "prediction": "England", "binary_answer": null, "no_answer_prob": -6.5941537618637085}
{"example_id": 497338908558145328, "prediction": "Brad Kane and Lea Salonga", "binary_answer": null, "no_answer_prob": -9.269046306610107}
{"example_id": 3659570715168712564, "prediction": "Gaal Gaash", "binary_answer": null, "no_answer_prob": 0.24624645709991455}
{"example_id": -2619341853819375368, "prediction": "Hebden Bridge in West Yorkshire , England", "binary_answer": null, "no_answer_prob": -6.888943910598755}
{"example_id": 6530073226676610626, "prediction": "Thin client hardware generally consists of a computer terminal", "binary_answer": null, "no_answer_prob": 1.1939210891723633}
{"example_id": 8516254657567556671, "prediction": "eastern and southern South Africa , with a small and separate population in the Etosha Pan of northern Namibia", "binary_answer": null, "no_answer_prob": -4.168754577636719}
{"example_id": -8639061933881602044, "prediction": "December 6 , 1865", "binary_answer": null, "no_answer_prob": -8.029652118682861}
{"example_id": 4445487358659242086, "prediction": "278 South Franklin Street in Juneau", "binary_answer": null, "no_answer_prob": -9.96789038181305}
{"example_id": 3462656005643235349, "prediction": "1797 -- 98", "binary_answer": null, "no_answer_prob": -11.439524531364441}
{"example_id": 6064214940278602404, "prediction": "adenosine triphosphate ( ATP )", "binary_answer": null, "no_answer_prob": -4.003355264663696}
{"example_id": 3344201683813695055, "prediction": "1966", "binary_answer": null, "no_answer_prob": -7.6088643074035645}
{"example_id": 8558995254485344479, "prediction": "Jean Piaget", "binary_answer": null, "no_answer_prob": -6.206655025482178}
{"example_id": 3533263309326760081, "prediction": "13", "binary_answer": null, "no_answer_prob": -4.526299476623535}
{"example_id": -3467315659569774319, "prediction": "Alex Rodriguez", "binary_answer": null, "no_answer_prob": -10.254698753356934}
{"example_id": 5471476600672282563, "prediction": "Kay Kyser", "binary_answer": null, "no_answer_prob": -8.557158708572388}
{"example_id": 6171619196486872384, "prediction": "0.15 %", "binary_answer": null, "no_answer_prob": -5.551876068115234}
{"example_id": -8560599543381614083, "prediction": "209.3 in ( 5,316.2 mm )", "binary_answer": null, "no_answer_prob": -0.42308712005615234}
{"example_id": 5319306442779638492, "prediction": "Davidson", "binary_answer": null, "no_answer_prob": -10.433735966682434}
{"example_id": 1524159684855059830, "prediction": "English", "binary_answer": null, "no_answer_prob": -9.975631952285767}
{"example_id": 8455492613808982993, "prediction": "13", "binary_answer": null, "no_answer_prob": -8.737349271774292}
{"example_id": 5824729768664141968, "prediction": "Other than DEA blood types , Dal is another blood type commonly known in dogs .", "binary_answer": null, "no_answer_prob": 0.45782339572906494}
{"example_id": 2323469004033693273, "prediction": "AC / DC", "binary_answer": null, "no_answer_prob": -11.406216502189636}
{"example_id": -5027877953586573120, "prediction": "Brian Dutcher", "binary_answer": null, "no_answer_prob": -8.49755084514618}
{"example_id": 9162002685618208305, "prediction": "Benjamin Martin", "binary_answer": null, "no_answer_prob": -6.031690835952759}
{"example_id": 6166970216887978359, "prediction": "As of August 27 , 2017 , 67", "binary_answer": null, "no_answer_prob": -5.366756200790405}
{"example_id": 2956137186934162832, "prediction": "fourth - century decrees of the Council of Elvira and the later Council of Carthage ( 390 )", "binary_answer": null, "no_answer_prob": 0.09597516059875488}
{"example_id": -1794107961908818648, "prediction": "four", "binary_answer": null, "no_answer_prob": -4.21079683303833}
{"example_id": -6685637941528430128, "prediction": "Richard Marx", "binary_answer": null, "no_answer_prob": -12.433903336524963}
{"example_id": 5767908874094607639, "prediction": "Janet G. Bostwick", "binary_answer": null, "no_answer_prob": -8.705226063728333}
{"example_id": 3422025955566366430, "prediction": "`` Remember Me as a Time of Day ''", "binary_answer": null, "no_answer_prob": -0.3917415142059326}
{"example_id": 4233618210123934175, "prediction": "Arsenal", "binary_answer": null, "no_answer_prob": -10.508361279964447}
{"example_id": -8988580788476092135, "prediction": "By the end of the 18th century , Rococo was largely replaced by the Neoclassic style", "binary_answer": null, "no_answer_prob": -1.3905317783355713}
{"example_id": 5531911333168706217, "prediction": "Bobby Fuller Four", "binary_answer": null, "no_answer_prob": -5.120162129402161}
{"example_id": 6034965538645606459, "prediction": "on the French Caribbean island of Guadeloupe", "binary_answer": null, "no_answer_prob": -10.07353413105011}
{"example_id": -7107175473432486, "prediction": "Criminal Justice", "binary_answer": null, "no_answer_prob": -6.414341688156128}
{"example_id": -5695986377796768768, "prediction": ".", "binary_answer": null, "no_answer_prob": 0.19062387943267822}
{"example_id": -8819923230409422880, "prediction": "20", "binary_answer": null, "no_answer_prob": -8.622343301773071}
{"example_id": -4693853334238548650, "prediction": "John Newton", "binary_answer": null, "no_answer_prob": -11.906140089035034}
{"example_id": -3108065219161523225, "prediction": "Hilary Estey McLoughlin", "binary_answer": null, "no_answer_prob": -4.420692086219788}
{"example_id": 7746471427094108536, "prediction": "At 5'5 `` , Holliday", "binary_answer": null, "no_answer_prob": -7.743297457695007}
{"example_id": -335889850632746466, "prediction": "In the first episode of Season Two", "binary_answer": null, "no_answer_prob": 0.028962135314941406}
{"example_id": -7233275184519871489, "prediction": "to intensify specific characteristics of the plant , or to differentiate the strain for the purposes of marketing or to make it more effective as a drug", "binary_answer": null, "no_answer_prob": 0.16240310668945312}
{"example_id": -6975180097452097375, "prediction": "March 2 , 1965", "binary_answer": null, "no_answer_prob": -11.126873970031738}
{"example_id": 5371538028176947898, "prediction": "August 6 and 9 , 1945", "binary_answer": null, "no_answer_prob": -10.779852867126465}
{"example_id": 6779746301643108158, "prediction": "March 25 , 2002", "binary_answer": null, "no_answer_prob": -11.93874180316925}
{"example_id": -4058879644260635242, "prediction": "Stephen Boss", "binary_answer": null, "no_answer_prob": -5.4333332777023315}
{"example_id": 2387023904397714047, "prediction": "General Motors", "binary_answer": null, "no_answer_prob": -6.089492321014404}
{"example_id": 636867897150164818, "prediction": "Aspirin causes several different effects in the body", "binary_answer": null, "no_answer_prob": -5.317835450172424}
{"example_id": 5238223295674784350, "prediction": "the name Bartholomew", "binary_answer": null, "no_answer_prob": -9.126575350761414}
{"example_id": 4442107695974162272, "prediction": "Aerosmith", "binary_answer": null, "no_answer_prob": -11.98683500289917}
{"example_id": 7127653107617692, "prediction": "", "binary_answer": null, "no_answer_prob": 0.23834562301635742}
{"example_id": -92281383927387276, "prediction": "2007", "binary_answer": null, "no_answer_prob": -7.472362041473389}
{"example_id": 6290452680126888081, "prediction": "Jimmy Soul", "binary_answer": null, "no_answer_prob": -9.492300748825073}
{"example_id": 7234022603878635102, "prediction": "About five miles ( 8.0 km ) east - southeast of New Orleans on the grounds of Chalmette Plantation", "binary_answer": null, "no_answer_prob": -4.88688063621521}
{"example_id": -2315762974516742259, "prediction": "Habitat conservation where minimizing human water use helps to preserve freshwater habitats for local wildlife and migrating waterfowl , but also water quality .", "binary_answer": null, "no_answer_prob": -0.3978233337402344}
{"example_id": -2908871133982661023, "prediction": "between 100,000 and 180,000 light - years", "binary_answer": null, "no_answer_prob": -10.586044430732727}
{"example_id": -372141976132121192, "prediction": "Scott McKenzie", "binary_answer": null, "no_answer_prob": -12.02442753314972}
{"example_id": -5778366327220198078, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6085901260375977}
{"example_id": -3633277444288802718, "prediction": "18 Andorra 18 Armenia None 18", "binary_answer": null, "no_answer_prob": -4.947779178619385}
{"example_id": 8405425108614539699, "prediction": "Rupert Holmes", "binary_answer": null, "no_answer_prob": -9.991268992424011}
{"example_id": -4522064792670010637, "prediction": "`` Say You , Say Me", "binary_answer": null, "no_answer_prob": -5.669247388839722}
{"example_id": -127153402794870568, "prediction": "the Colombian government", "binary_answer": null, "no_answer_prob": -5.114319562911987}
{"example_id": -4062270052416902826, "prediction": "the Mormon Tabernacle Choir", "binary_answer": null, "no_answer_prob": -4.660788655281067}
{"example_id": -694675240713827777, "prediction": "Edwin Starr", "binary_answer": null, "no_answer_prob": -5.881142973899841}
{"example_id": -3328538897590039980, "prediction": "It is similar to the US theatrical release but has more violence in three specific scenes which were later inserted into the Final Cut .", "binary_answer": null, "no_answer_prob": -3.1069674491882324}
{"example_id": 5717350820221744062, "prediction": "Major League Baseball", "binary_answer": null, "no_answer_prob": -7.990285158157349}
{"example_id": -7044953651287195370, "prediction": "2010", "binary_answer": null, "no_answer_prob": 0.08918201923370361}
{"example_id": -8938495944602216597, "prediction": "James Mill", "binary_answer": null, "no_answer_prob": -10.798091650009155}
{"example_id": -281488856129698205, "prediction": "the Paris Sisters", "binary_answer": null, "no_answer_prob": -10.339123725891113}
{"example_id": -744531997491570939, "prediction": "The Karate Guard '' in 2005 .", "binary_answer": null, "no_answer_prob": 0.8342162370681763}
{"example_id": 3566946616269400064, "prediction": "George Michael", "binary_answer": null, "no_answer_prob": -6.644669413566589}
{"example_id": 2191138736685603427, "prediction": "when he purchased the Smoke Ball remedy and completed the prescribed course", "binary_answer": null, "no_answer_prob": -0.20724797248840332}
{"example_id": -4201676558247592193, "prediction": "the 1980s", "binary_answer": null, "no_answer_prob": -5.866984844207764}
{"example_id": 4475409441720580005, "prediction": "2011", "binary_answer": null, "no_answer_prob": -4.116932541131973}
{"example_id": 4926411532217980738, "prediction": "tragedy", "binary_answer": null, "no_answer_prob": 4.165015518665314}
{"example_id": -9037070688954686537, "prediction": "the early traditions of Hinduism , Buddhism and Jainism", "binary_answer": null, "no_answer_prob": -5.757528305053711}
{"example_id": 7457627639617431907, "prediction": "Most normal cells will undergo a programmed form of rapid cell death ( apoptosis ) when critical functions are altered and malfunctioning", "binary_answer": null, "no_answer_prob": -2.7155094146728516}
{"example_id": -1417707174918401145, "prediction": "1933", "binary_answer": null, "no_answer_prob": -10.662500381469727}
{"example_id": -9179114076068380035, "prediction": "October 14 , 2003", "binary_answer": null, "no_answer_prob": -8.358848452568054}
{"example_id": -8390531488113067181, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -9.47481644153595}
{"example_id": 4485551543097901594, "prediction": "1980", "binary_answer": null, "no_answer_prob": -9.68031108379364}
{"example_id": -3431617159076014487, "prediction": "Popular Epiphany customs include Epiphany singing", "binary_answer": null, "no_answer_prob": -2.305732846260071}
{"example_id": 4595489804954746305, "prediction": "along the Turkish Straits , the Caucasus and the Urals", "binary_answer": null, "no_answer_prob": -2.5822644233703613}
{"example_id": 2787224166286157257, "prediction": "April 2 , 2017", "binary_answer": null, "no_answer_prob": -4.241644978523254}
{"example_id": -1250790767300321061, "prediction": "Sullivan", "binary_answer": null, "no_answer_prob": -5.2269569635391235}
{"example_id": -4892320110584406318, "prediction": "The UK Parliament", "binary_answer": null, "no_answer_prob": -8.026645064353943}
{"example_id": 2470636664284428246, "prediction": "Marta Vieira da Silva", "binary_answer": null, "no_answer_prob": -11.12447640299797}
{"example_id": 397520341269246278, "prediction": "John de Lancie", "binary_answer": null, "no_answer_prob": -13.463203310966492}
{"example_id": -2092231050480220754, "prediction": "Urbane Irish nationalist Robert Wilson Lynd", "binary_answer": null, "no_answer_prob": -4.451130509376526}
{"example_id": 8952487721502935400, "prediction": "", "binary_answer": null, "no_answer_prob": -4.8495934009552}
{"example_id": 3899459182021902474, "prediction": "The Revolutionary movement for Indian independence", "binary_answer": null, "no_answer_prob": 1.7302017882466316}
{"example_id": 2618822295037739425, "prediction": "Maggie", "binary_answer": null, "no_answer_prob": -4.031890392303467}
{"example_id": 5894758756538860390, "prediction": "the Killers", "binary_answer": null, "no_answer_prob": -10.056159257888794}
{"example_id": -2843329549539034513, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1755343675613403}
{"example_id": -7809766348640970398, "prediction": "Kate Sugden", "binary_answer": null, "no_answer_prob": -2.79751193523407}
{"example_id": 753464263966516344, "prediction": "Saint Peter", "binary_answer": null, "no_answer_prob": -11.52600347995758}
{"example_id": -680796400594433973, "prediction": "January 26 , 2017", "binary_answer": null, "no_answer_prob": -0.7595396041870117}
{"example_id": -4494313971375481102, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3613940477371216}
{"example_id": 6844379257353804986, "prediction": "30 January 1912", "binary_answer": null, "no_answer_prob": -3.86956787109375}
{"example_id": 4688748172320633970, "prediction": "Once the Committee reports out the nomination , the whole Senate considers it", "binary_answer": null, "no_answer_prob": 1.697096861898899}
{"example_id": 5462504310675240806, "prediction": "once the margin is reached or passed", "binary_answer": null, "no_answer_prob": -2.3265161514282227}
{"example_id": -3697718075915371186, "prediction": "Aluminium", "binary_answer": null, "no_answer_prob": 0.6024434566497803}
{"example_id": 8691330284028266577, "prediction": "Sam the Sham and the Pharaohs", "binary_answer": null, "no_answer_prob": -12.087155103683472}
{"example_id": -7140699188213427635, "prediction": "to ban foreign and interstate traffic in adulterated or mislabeled food and drug products", "binary_answer": null, "no_answer_prob": -2.0312910079956055}
{"example_id": 5499286331558917081, "prediction": "England", "binary_answer": null, "no_answer_prob": -7.366362452507019}
{"example_id": -7474362800514907885, "prediction": "Bloomington , Minnesota , United States ( a suburb of the Twin Cities )", "binary_answer": null, "no_answer_prob": -9.993761658668518}
{"example_id": 9193805473072845556, "prediction": "1976", "binary_answer": null, "no_answer_prob": -8.595386505126953}
{"example_id": -9053255118246397380, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.172588348388672}
{"example_id": 6562304557552812836, "prediction": "Wisconsin Badgers", "binary_answer": null, "no_answer_prob": -6.802154302597046}
{"example_id": 3209347583114106513, "prediction": "Change of Heart", "binary_answer": null, "no_answer_prob": -5.565884590148926}
{"example_id": 657700948138972403, "prediction": "16 July 2005", "binary_answer": null, "no_answer_prob": -9.420683681964874}
{"example_id": 349786527744902837, "prediction": "Marlins Park", "binary_answer": null, "no_answer_prob": -7.872769236564636}
{"example_id": -1368099010433675117, "prediction": "Toronto and other surrounding areas in Ontario , Canada", "binary_answer": null, "no_answer_prob": -7.514078617095947}
{"example_id": -4848073395678926090, "prediction": "June 9 , 2017 .", "binary_answer": null, "no_answer_prob": 2.7049380838871}
{"example_id": 4118808050523911110, "prediction": "Instagram 's own account , with over 235 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -7.118938088417053}
{"example_id": 744271348877706891, "prediction": "Gareth Southgate", "binary_answer": null, "no_answer_prob": -6.015010714530945}
{"example_id": -4548028344175432088, "prediction": "Sirius XM Weather & Emergency", "binary_answer": null, "no_answer_prob": -6.30948793888092}
{"example_id": -8248992849558700550, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": -6.848257660865784}
{"example_id": 3509393538396486425, "prediction": "Benjamin Franklin 's Poor Richard 's Almanack", "binary_answer": null, "no_answer_prob": -5.447052359580994}
{"example_id": -2643619707862435436, "prediction": "Roger Federer ( 20 / 20 ) Rafael Nadal", "binary_answer": null, "no_answer_prob": -6.3711676597595215}
{"example_id": -4683602930714077536, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.364991664886475}
{"example_id": 3113863758167908139, "prediction": "Australia", "binary_answer": null, "no_answer_prob": -11.495188474655151}
{"example_id": -7039501482234267640, "prediction": "Sam Hunt", "binary_answer": null, "no_answer_prob": -11.11880874633789}
{"example_id": 2235316963468602045, "prediction": "1492", "binary_answer": null, "no_answer_prob": -4.834670424461365}
{"example_id": -5682089752151940709, "prediction": "LeBron James", "binary_answer": null, "no_answer_prob": -8.00687301158905}
{"example_id": 4755918619759157563, "prediction": "Bruce Willis , Morgan Freeman , John Malkovich , Mary - Louise Parker , Helen Mirren", "binary_answer": null, "no_answer_prob": -1.361136794090271}
{"example_id": 2025371200838032813, "prediction": "1980", "binary_answer": null, "no_answer_prob": -9.91697359085083}
{"example_id": -5883169777981546345, "prediction": "", "binary_answer": null, "no_answer_prob": -5.926795840263367}
{"example_id": 2940525806589263208, "prediction": "`` I Do n't Want to Miss a Thing ''", "binary_answer": null, "no_answer_prob": -3.5569896697998047}
{"example_id": 8171543720735333501, "prediction": "June 14 , 2002", "binary_answer": null, "no_answer_prob": -7.776362657546997}
{"example_id": -6218384608200546469, "prediction": "Elizabeth Bennet", "binary_answer": null, "no_answer_prob": -0.7075698375701904}
{"example_id": 8980074913026469213, "prediction": "Steve McQueen", "binary_answer": null, "no_answer_prob": -4.640366911888123}
{"example_id": 2212266757124585251, "prediction": "It is a disputed territory claimed by the People 's Republic of China , the Republic of China ( Taiwan ) , and the Philippines", "binary_answer": null, "no_answer_prob": -6.326288819313049}
{"example_id": 5189564394712585498, "prediction": "Barbara George", "binary_answer": null, "no_answer_prob": -10.738565564155579}
{"example_id": 6738979917457386187, "prediction": "a musical departure from Estep 's previous album , No More Mr. Nice Girl", "binary_answer": null, "no_answer_prob": -4.107178688049316}
{"example_id": 3857840186806885888, "prediction": "", "binary_answer": null, "no_answer_prob": 2.703407049179077}
{"example_id": -6734292736522733480, "prediction": "Brad Paisley", "binary_answer": null, "no_answer_prob": -11.69052541255951}
{"example_id": -6259470842561136164, "prediction": "during a largely realistic 20th century", "binary_answer": null, "no_answer_prob": -8.821049451828003}
{"example_id": 8878053576660401809, "prediction": "Denis Norden", "binary_answer": null, "no_answer_prob": -11.013095736503601}
{"example_id": 4676183643944474546, "prediction": "Phil Collins", "binary_answer": null, "no_answer_prob": -11.562402844429016}
{"example_id": 4691853621055497334, "prediction": "Golden Earring", "binary_answer": null, "no_answer_prob": -7.582353949546814}
{"example_id": 2536100920742310647, "prediction": "2020", "binary_answer": null, "no_answer_prob": -4.576841831207275}
{"example_id": 5218576199944871228, "prediction": "ponders the possible existence of other universes and how equilibrium is the fate of all universes", "binary_answer": null, "no_answer_prob": 1.8086271584033966}
{"example_id": -2311098105452560259, "prediction": "An intangible asset is an asset that lacks physical substance", "binary_answer": null, "no_answer_prob": -5.557229399681091}
{"example_id": -6979081307697911426, "prediction": "Blake Branden Wellington as CO Jarod Young Hunter Emery as CO Rick Hopper", "binary_answer": null, "no_answer_prob": 0.4176706075668335}
{"example_id": 3729606593665326659, "prediction": "`` My Give a Damn 's Busted '' is a song written by American country music artist Joe Diffie", "binary_answer": null, "no_answer_prob": 1.424558401107788}
{"example_id": 1774869827959777677, "prediction": "The Greek island of Rhodes", "binary_answer": null, "no_answer_prob": -4.208502292633057}
{"example_id": -5421271348068689940, "prediction": "season 6 finale , `` Aliyah ''", "binary_answer": null, "no_answer_prob": -5.585887670516968}
{"example_id": -7992667664576060299, "prediction": "Captain John Yossarian", "binary_answer": null, "no_answer_prob": -10.546969175338745}
{"example_id": -448107662289886499, "prediction": "Foreigner", "binary_answer": null, "no_answer_prob": -11.980356097221375}
{"example_id": -652624077004600493, "prediction": "1998", "binary_answer": null, "no_answer_prob": -6.458777904510498}
{"example_id": -4354548780625112274, "prediction": "2005", "binary_answer": null, "no_answer_prob": -9.289444863796234}
{"example_id": -3235099272668667971, "prediction": "the sixth episode of this season , Ross becomes single again after Charlie decides to get back together with her ex-boyfriend .", "binary_answer": null, "no_answer_prob": -3.4531736373901367}
{"example_id": 4175143834811808644, "prediction": "1926", "binary_answer": null, "no_answer_prob": -2.948928117752075}
{"example_id": 7313088452108061108, "prediction": "2017 2017", "binary_answer": null, "no_answer_prob": -6.984597682952881}
{"example_id": 5003241597230407277, "prediction": "2016 -- 17", "binary_answer": null, "no_answer_prob": -4.70071741566062}
{"example_id": 7729420216573780021, "prediction": "19 - 21 19 - 21 2015 Jakarta ( 3 ) Chen Long 14 -- 21 , 17 -- 21", "binary_answer": null, "no_answer_prob": -1.1415597200393677}
{"example_id": 7465715979153721885, "prediction": "Joseph Allen `` Country Joe '' McDonald", "binary_answer": null, "no_answer_prob": -0.9809491634368896}
{"example_id": -5820582100358566970, "prediction": "2000", "binary_answer": null, "no_answer_prob": -8.495342016220093}
{"example_id": 366401565827441613, "prediction": "Cristela Alonzo", "binary_answer": null, "no_answer_prob": -9.666163444519043}
{"example_id": 2432819562047486330, "prediction": "Keegan Connor Tracy", "binary_answer": null, "no_answer_prob": -13.239028096199036}
{"example_id": 7482192010139532914, "prediction": "1 September 1939", "binary_answer": null, "no_answer_prob": -10.308096647262573}
{"example_id": -2222721038796504854, "prediction": "Shanna Collins", "binary_answer": null, "no_answer_prob": -9.386315822601318}
{"example_id": 1431502117075554533, "prediction": "", "binary_answer": null, "no_answer_prob": 5.051527500152588}
{"example_id": -1893873438724979581, "prediction": "Actor Counterpart Once Upon a Time Wonderland Original Cursed 5 6 7", "binary_answer": null, "no_answer_prob": 0.8989208936691284}
{"example_id": 1409850394569378615, "prediction": "the Righteous Brothers", "binary_answer": null, "no_answer_prob": -7.998823404312134}
{"example_id": -5577515822301631292, "prediction": "1970", "binary_answer": null, "no_answer_prob": -3.3021146059036255}
{"example_id": -3195517680369378817, "prediction": "seven , implying that the 1 , 2 and 3 faces share a vertex", "binary_answer": null, "no_answer_prob": -6.941567659378052}
{"example_id": 7724916991829937966, "prediction": "every four years since the first tournament in 1930 , except in 1942 and 1946 , due to World War II .", "binary_answer": null, "no_answer_prob": -1.2956543564796448}
{"example_id": -891051588584514821, "prediction": "2018", "binary_answer": null, "no_answer_prob": -6.950529605150223}
{"example_id": 4345875293222085399, "prediction": "twenty - second season", "binary_answer": null, "no_answer_prob": -8.017818331718445}
{"example_id": -6432845632246153563, "prediction": "Chandler Massey", "binary_answer": null, "no_answer_prob": -10.590550661087036}
{"example_id": 70179566487984462, "prediction": "Clarks Summit is a borough in Lackawanna County northwest of Scranton in northeastern Pennsylvania", "binary_answer": null, "no_answer_prob": -3.009629249572754}
{"example_id": 6790849068251571021, "prediction": "", "binary_answer": null, "no_answer_prob": 3.08076548576355}
{"example_id": -4512232766566832061, "prediction": "just east of the Roman Forum", "binary_answer": null, "no_answer_prob": -6.638451933860779}
{"example_id": -2193222298678955622, "prediction": "Piercing the corporate veil or lifting the corporate veil", "binary_answer": null, "no_answer_prob": -1.3157342672348022}
{"example_id": 4596657966376717676, "prediction": "Vincent Price , and would be his last major role . Edward 's scissor hands were created and designed by Stan Winston .", "binary_answer": null, "no_answer_prob": -2.7706339359283447}
{"example_id": -4801596099895085362, "prediction": "when expressing futurity , with the use of will being much more common and less formal than shall .", "binary_answer": null, "no_answer_prob": -4.716806888580322}
{"example_id": 1494936337169897330, "prediction": "English", "binary_answer": null, "no_answer_prob": -5.038691282272339}
{"example_id": -2670496322256023748, "prediction": "This is a true story . The events depicted in this film took place in Minnesota in 1987", "binary_answer": null, "no_answer_prob": -1.5355610847473145}
{"example_id": -2027190337225762939, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0050485022366047}
{"example_id": 2851707535525302749, "prediction": "Bj\u00f6rn Borg", "binary_answer": null, "no_answer_prob": -3.4730639457702637}
{"example_id": 2634368050480933808, "prediction": "Accounting", "binary_answer": null, "no_answer_prob": 1.6941832304000854}
{"example_id": -2430417330302529511, "prediction": "from the Korean peninsula and Japan to the Mediterranean Sea", "binary_answer": null, "no_answer_prob": -3.335582733154297}
{"example_id": 924513481068797640, "prediction": "Europe", "binary_answer": null, "no_answer_prob": -11.245256543159485}
{"example_id": 2338319301972086875, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8342331647872925}
{"example_id": 138151967938787496, "prediction": "March 31 , 2018", "binary_answer": null, "no_answer_prob": -9.382362604141235}
{"example_id": -7070027219231582402, "prediction": "David Harbour", "binary_answer": null, "no_answer_prob": -10.899516463279724}
{"example_id": -201419195423039122, "prediction": "Danny Baldwin", "binary_answer": null, "no_answer_prob": -11.972034335136414}
{"example_id": -4038609773199728851, "prediction": "San Francisco", "binary_answer": null, "no_answer_prob": -7.536870837211609}
{"example_id": 664848690791568017, "prediction": "Sparta", "binary_answer": null, "no_answer_prob": -2.754344940185547}
{"example_id": 3220397364681426100, "prediction": "breakneck '' pattern", "binary_answer": null, "no_answer_prob": -4.1387939453125}
{"example_id": -6477784890537901896, "prediction": "May 23 , 1995", "binary_answer": null, "no_answer_prob": -6.60976767539978}
{"example_id": 6764720317969248575, "prediction": "Sun - synchronous orbit around the Earth", "binary_answer": null, "no_answer_prob": -3.6873852610588074}
{"example_id": 2024670146411870673, "prediction": "shrink - swell capacity", "binary_answer": null, "no_answer_prob": -2.8413904905319214}
{"example_id": -7201060400914017668, "prediction": "German , French , Italian and Romansh", "binary_answer": null, "no_answer_prob": -5.9878891706466675}
{"example_id": 876941982548830063, "prediction": "175.1 cm ( 5 ft 9 in )", "binary_answer": null, "no_answer_prob": -5.017517566680908}
{"example_id": 5321789135429122643, "prediction": "Walmart", "binary_answer": null, "no_answer_prob": -8.465988874435425}
{"example_id": -7520532049779996460, "prediction": "Hannah Abbott", "binary_answer": null, "no_answer_prob": 0.6615473031997681}
{"example_id": 6677565220200213501, "prediction": "Robin Williams", "binary_answer": null, "no_answer_prob": -9.880278587341309}
{"example_id": -3203757420551056422, "prediction": "Congress divides its legislative , oversight , and internal administrative tasks among approximately 200 committees and subcommittees", "binary_answer": null, "no_answer_prob": 0.6982036828994751}
{"example_id": 1270495885425011447, "prediction": "64", "binary_answer": null, "no_answer_prob": -10.082559466362}
{"example_id": -7301433083598319078, "prediction": "Belgium , Panama , Tunisia", "binary_answer": null, "no_answer_prob": -5.54003643989563}
{"example_id": -74757133741234832, "prediction": "100 miles ( 160 km )", "binary_answer": null, "no_answer_prob": -3.3990795612335205}
{"example_id": -3777299648097192536, "prediction": "31 August 2018", "binary_answer": null, "no_answer_prob": -11.630893588066101}
{"example_id": 1497644775994002853, "prediction": "thirteen", "binary_answer": null, "no_answer_prob": -7.9517786502838135}
{"example_id": -4104449943308851670, "prediction": "Aristotle", "binary_answer": null, "no_answer_prob": -7.797705411911011}
{"example_id": -6588370661590813917, "prediction": "The Prime Minister of the United Kingdom is the head of Her Majesty 's Government in the United Kingdom", "binary_answer": null, "no_answer_prob": 0.9859330058097839}
{"example_id": 8077000322571261484, "prediction": "1935", "binary_answer": null, "no_answer_prob": -6.834861993789673}
{"example_id": -3258639610940537785, "prediction": "seven", "binary_answer": null, "no_answer_prob": -6.6730732917785645}
{"example_id": -595797937674682584, "prediction": "cumbia", "binary_answer": null, "no_answer_prob": -3.5332961082458496}
{"example_id": -6541288342091226227, "prediction": "", "binary_answer": null, "no_answer_prob": 2.95317280292511}
{"example_id": 8186199482470206194, "prediction": "inhibiting pain", "binary_answer": null, "no_answer_prob": 0.43491172790527344}
{"example_id": -3069575543660684573, "prediction": "6,732 ft ( 2,052 m )", "binary_answer": null, "no_answer_prob": -8.897853016853333}
{"example_id": -6578740051774179889, "prediction": "John Lennon", "binary_answer": null, "no_answer_prob": -6.224877834320068}
{"example_id": 6932988173876871081, "prediction": "The Advisory Committee", "binary_answer": null, "no_answer_prob": -0.7915434837341309}
{"example_id": -2155840172903540292, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -9.684176802635193}
{"example_id": -5994132100550064902, "prediction": "Harry Potter and the Deathly Hallows -- Part 2 ( 2011 )", "binary_answer": null, "no_answer_prob": 0.08462405204772949}
{"example_id": -7578520120732876196, "prediction": "Ie Shima during the invasion of Okinawa", "binary_answer": null, "no_answer_prob": -1.6176584362983704}
{"example_id": -4612096233836235824, "prediction": "Louisiana Tom Perez", "binary_answer": null, "no_answer_prob": -3.4024014472961426}
{"example_id": -7580641375690397855, "prediction": "February 14 , 2016", "binary_answer": null, "no_answer_prob": -9.097943246364594}
{"example_id": 7841059734719569525, "prediction": "2011 -- 12 , 2013 -- 14", "binary_answer": null, "no_answer_prob": -10.057804845273495}
{"example_id": 1581103709270230761, "prediction": "1715", "binary_answer": null, "no_answer_prob": -6.682342171669006}
{"example_id": 8455109717616396298, "prediction": "Marshall Tucker Band", "binary_answer": null, "no_answer_prob": -5.93848979473114}
{"example_id": -1910183026424508500, "prediction": "Flaked instant mashed potatoes are most commonly found in stores in the United States and Canada", "binary_answer": null, "no_answer_prob": -5.321334600448608}
{"example_id": 2114260901529937125, "prediction": "Jordan Romero", "binary_answer": null, "no_answer_prob": -5.278682231903076}
{"example_id": -1395722779020490421, "prediction": "", "binary_answer": null, "no_answer_prob": 5.639654755592346}
{"example_id": 7517405377412116596, "prediction": "New York", "binary_answer": null, "no_answer_prob": -3.8391764163970947}
{"example_id": 7665099664495518065, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -11.265547633171082}
{"example_id": 6681390051915702701, "prediction": "", "binary_answer": null, "no_answer_prob": 5.762033402919769}
{"example_id": -2556006192323146727, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -9.275060296058655}
{"example_id": -1863612908060588020, "prediction": "Albert Stevens", "binary_answer": null, "no_answer_prob": 3.7553795278072357}
{"example_id": 1595674100849800726, "prediction": "Richard Greene as the outlaw Robin Hood and Alan Wheatley", "binary_answer": null, "no_answer_prob": -10.726476192474365}
{"example_id": 311760798797237165, "prediction": "60 \u00b0 F ( 16 \u00b0 C ) .", "binary_answer": null, "no_answer_prob": 2.400270700454712}
{"example_id": -6867675077988614447, "prediction": "Portrait of a Mobster", "binary_answer": null, "no_answer_prob": -0.040918588638305664}
{"example_id": -7921505140294777405, "prediction": "Dan Stevens", "binary_answer": null, "no_answer_prob": -9.05215072631836}
{"example_id": -9113989495529144230, "prediction": "varies greatly between different parts of the world .", "binary_answer": null, "no_answer_prob": -0.6343119144439697}
{"example_id": -7481130833209648550, "prediction": "Ray Price", "binary_answer": null, "no_answer_prob": -7.521648049354553}
{"example_id": 9130963883064123723, "prediction": "Linda Edna Cardellini", "binary_answer": null, "no_answer_prob": -13.90349543094635}
{"example_id": -8197682965231218417, "prediction": "`` No Room for Intimacy", "binary_answer": null, "no_answer_prob": -3.6988730430603027}
{"example_id": 1461399324546105689, "prediction": "Tom Brady", "binary_answer": null, "no_answer_prob": -8.033350467681885}
{"example_id": 7118083429828579922, "prediction": "between 3.9 and 2.9 million years ago", "binary_answer": null, "no_answer_prob": -7.650089859962463}
{"example_id": 6053436523985066144, "prediction": "John Stockton", "binary_answer": null, "no_answer_prob": -9.910981893539429}
{"example_id": -4432235358539432211, "prediction": "the finale of the first season , `` Jail Break ''", "binary_answer": null, "no_answer_prob": -5.768791675567627}
{"example_id": 4094533160249148406, "prediction": "Justine Clarke", "binary_answer": null, "no_answer_prob": -8.976186037063599}
{"example_id": 4098753080394138145, "prediction": "representing consumers on marketplace and workplace issues", "binary_answer": null, "no_answer_prob": -2.383618950843811}
{"example_id": -3521108440661853550, "prediction": "James Anthony Bernard Little", "binary_answer": null, "no_answer_prob": -6.166437864303589}
{"example_id": 220305501750376090, "prediction": "Dead Men Tell No Tales", "binary_answer": null, "no_answer_prob": -4.080108821392059}
{"example_id": -2742187368614425184, "prediction": "Phoebe Ephron and Henry Ephron", "binary_answer": null, "no_answer_prob": -10.002474665641785}
{"example_id": -6461075033922286018, "prediction": "Dominican Republic", "binary_answer": null, "no_answer_prob": -7.765474557876587}
{"example_id": 4887536280522327807, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 6.046021461486816}
{"example_id": 7695508400607865784, "prediction": "Emily Jane Browning", "binary_answer": null, "no_answer_prob": -7.185354828834534}
{"example_id": -3249093806177407492, "prediction": "2,269", "binary_answer": null, "no_answer_prob": -11.63826870918274}
{"example_id": -612099621585600127, "prediction": "Greg Mathis", "binary_answer": null, "no_answer_prob": -5.072848558425903}
{"example_id": -4321656140607088234, "prediction": "seventh-most registered breed by The Kennel Club in the United Kingdom .", "binary_answer": null, "no_answer_prob": -2.3628937005996704}
{"example_id": 3313389090532501548, "prediction": "In the wake of the Protestant Reformation , the Catholic canon was reaffirmed by the Catholic Church", "binary_answer": null, "no_answer_prob": 0.9443086385726929}
{"example_id": 5529485976970411525, "prediction": "2001", "binary_answer": null, "no_answer_prob": -8.903143405914307}
{"example_id": 8604363031718573611, "prediction": "nitrogen , sulfur , and noble gas abundances in Jupiter 's atmosphere exceed solar values by a factor of about three .", "binary_answer": null, "no_answer_prob": -4.075333118438721}
{"example_id": 2746938096293088320, "prediction": "Anne Ramsey", "binary_answer": null, "no_answer_prob": -8.68639612197876}
{"example_id": -1251673011219942488, "prediction": "Margaret Ruth Kidder", "binary_answer": null, "no_answer_prob": -12.233444809913635}
{"example_id": 5093431893391930063, "prediction": "Princeton", "binary_answer": null, "no_answer_prob": -5.2931671142578125}
{"example_id": 6750890598439548550, "prediction": "A high - occupancy vehicle lane", "binary_answer": null, "no_answer_prob": -2.15179443359375}
{"example_id": -4430298293065657498, "prediction": "8,532", "binary_answer": null, "no_answer_prob": -12.173909425735474}
{"example_id": 6012438969925208015, "prediction": "", "binary_answer": null, "no_answer_prob": -5.838412284851074}
{"example_id": 2767041400803540349, "prediction": "Polly Cooper", "binary_answer": null, "no_answer_prob": -6.136028170585632}
{"example_id": -3778066157423344778, "prediction": "December 6", "binary_answer": null, "no_answer_prob": -0.6511567831039429}
{"example_id": 7131876196725885564, "prediction": "`` Make It with You ''", "binary_answer": null, "no_answer_prob": 3.9072768688201904}
{"example_id": -7846175543670883128, "prediction": "Harvard University", "binary_answer": null, "no_answer_prob": -8.930945634841919}
{"example_id": -6933454574079805864, "prediction": "C H NH", "binary_answer": null, "no_answer_prob": -2.251457452774048}
{"example_id": -1503973472203661588, "prediction": "The term bachelor in the 12th century", "binary_answer": null, "no_answer_prob": -8.049190104007721}
{"example_id": 4252015390443014873, "prediction": "100 miles ( 160 km )", "binary_answer": null, "no_answer_prob": -3.693887710571289}
{"example_id": 783256991872557217, "prediction": "The Astros", "binary_answer": null, "no_answer_prob": -10.040780186653137}
{"example_id": -6748153250500401224, "prediction": "Eleanor Hull", "binary_answer": null, "no_answer_prob": -10.099778532981873}
{"example_id": 4884775051439922498, "prediction": "Disneyland", "binary_answer": null, "no_answer_prob": -6.106677889823914}
{"example_id": -6072662829758825223, "prediction": "2,000 pounds ( 907.18474 kg )", "binary_answer": null, "no_answer_prob": -8.62577497959137}
{"example_id": -6569027773749567273, "prediction": "April 17 , 2003", "binary_answer": null, "no_answer_prob": -5.931798696517944}
{"example_id": 2106657336772087124, "prediction": "Twin or single 38 in \u00d7 75 in ( 97 cm \u00d7 191 cm )", "binary_answer": null, "no_answer_prob": -0.27496933937072754}
{"example_id": 6908159203332986290, "prediction": "April 10 , 2013", "binary_answer": null, "no_answer_prob": -3.3772300481796265}
{"example_id": 5994656066643779866, "prediction": "Shirley Bassey", "binary_answer": null, "no_answer_prob": -4.460759997367859}
{"example_id": -4872662203339078220, "prediction": "Tokugawa Shogunate \u5fb3\u5ddd \u5e55\u5e9c Edo Bakufu \u6c5f\u6238 \u5e55\u5e9c 1600 -- 1868 Flag Crest Capital Heian - ky\u014d", "binary_answer": null, "no_answer_prob": 2.3331481218338013}
{"example_id": -8671488569199135554, "prediction": "The 5th Dimension", "binary_answer": null, "no_answer_prob": -11.188443660736084}
{"example_id": -2828366625166690129, "prediction": "Oxfordshire part of the Chilterns", "binary_answer": null, "no_answer_prob": -2.8658084869384766}
{"example_id": 7920897552403897661, "prediction": "McPhee", "binary_answer": null, "no_answer_prob": -5.333869576454163}
{"example_id": 2551032459638156719, "prediction": "12,781", "binary_answer": null, "no_answer_prob": -9.324822425842285}
{"example_id": -2206909075483146821, "prediction": "The Soviet Union", "binary_answer": null, "no_answer_prob": -0.9970138072967529}
{"example_id": -4815735307143914341, "prediction": "", "binary_answer": null, "no_answer_prob": -3.942925214767456}
{"example_id": 7689771338171517906, "prediction": "`` Same Old Lang Syne ''", "binary_answer": null, "no_answer_prob": 3.435693085193634}
{"example_id": 1158914394042886889, "prediction": "1974", "binary_answer": null, "no_answer_prob": -9.666321277618408}
{"example_id": 3013375802126817311, "prediction": "2007", "binary_answer": null, "no_answer_prob": -2.678064703941345}
{"example_id": -7475748212683884887, "prediction": "Matthews is a surname derived from the forename Matthew", "binary_answer": null, "no_answer_prob": -5.033796310424805}
{"example_id": -2173544208727680846, "prediction": "Kansas City Power & Light Building", "binary_answer": null, "no_answer_prob": -2.2026699781417847}
{"example_id": 1284465190859962896, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8829039931297302}
{"example_id": 8281807180180214486, "prediction": "Bluey", "binary_answer": null, "no_answer_prob": -6.53926157951355}
{"example_id": -7140133261497857996, "prediction": "", "binary_answer": null, "no_answer_prob": 4.091592997312546}
{"example_id": 4331377390428217776, "prediction": "archeological remain", "binary_answer": null, "no_answer_prob": -5.321841239929199}
{"example_id": -7744635265161234835, "prediction": "Ann Street is a 3 - block - long street located in the Financial District in Lower Manhattan", "binary_answer": null, "no_answer_prob": 0.6374747157096863}
{"example_id": 8094085878663728766, "prediction": "`` You have the right to remain silent", "binary_answer": null, "no_answer_prob": -3.2569888830184937}
{"example_id": -2845696535371179560, "prediction": "not Pan", "binary_answer": null, "no_answer_prob": -5.830146551132202}
{"example_id": 604466518376876435, "prediction": "1982", "binary_answer": null, "no_answer_prob": -2.144723415374756}
{"example_id": -6924452761748663842, "prediction": "5.6 %", "binary_answer": null, "no_answer_prob": -7.5127058029174805}
{"example_id": -3347211353922732964, "prediction": "September 3 2019 date September 2 2020 date September 7", "binary_answer": null, "no_answer_prob": -6.744303643703461}
{"example_id": -2894384714908230684, "prediction": "Edward Allen Harris", "binary_answer": null, "no_answer_prob": -12.324777126312256}
{"example_id": 834243492551032168, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.3688406944274902}
{"example_id": 6567256020694440783, "prediction": "1825", "binary_answer": null, "no_answer_prob": -9.57891720533371}
{"example_id": 774755074042044601, "prediction": "6", "binary_answer": null, "no_answer_prob": -9.748557329177856}
{"example_id": -4969957155708249806, "prediction": "retaken", "binary_answer": null, "no_answer_prob": -2.549538016319275}
{"example_id": 1768967865582701164, "prediction": "Buzz Aldrin", "binary_answer": null, "no_answer_prob": -11.493143677711487}
{"example_id": -5037342355798292880, "prediction": "The English name is a calque of the Latin dies caniculares ( lit . `` the puppy days '' )", "binary_answer": null, "no_answer_prob": -4.532087683677673}
{"example_id": 9133732686876334382, "prediction": "6.0 M", "binary_answer": null, "no_answer_prob": -0.28859806060791016}
{"example_id": -7479315839099372497, "prediction": "Lessie Brown", "binary_answer": null, "no_answer_prob": -10.474360227584839}
{"example_id": -6775440561065790969, "prediction": "Lori Lieberman", "binary_answer": null, "no_answer_prob": -5.206575989723206}
{"example_id": -1739047898037638364, "prediction": "Diane Nadeau", "binary_answer": null, "no_answer_prob": -10.36182951927185}
{"example_id": -6677744701442312770, "prediction": "Early Games were not clearly documented with respect to participating nations . Competitors from 11 to 16 different nations participated in the inaugural 1896 Games , in Athens", "binary_answer": null, "no_answer_prob": -0.37918172031641006}
{"example_id": -4100264702734755795, "prediction": "Sudden infant death syndrome ( SIDS ) , also known as cot death or crib death", "binary_answer": null, "no_answer_prob": -5.858769774436951}
{"example_id": 4912813542099489757, "prediction": "British peer and Lieutenant General Charles Cornwallis", "binary_answer": null, "no_answer_prob": -8.298895359039307}
{"example_id": 3164205542785721140, "prediction": "argumentum ad populum", "binary_answer": null, "no_answer_prob": -7.154361605644226}
{"example_id": -2210861562249846330, "prediction": "Hanky Panky '' ( July 1966 , their only RIAA Certified Gold record ) and `` Crimson and Clover", "binary_answer": null, "no_answer_prob": -1.225746750831604}
{"example_id": -5602922808084115428, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8996427059173584}
{"example_id": -5999693625503640387, "prediction": "rural Virginia", "binary_answer": null, "no_answer_prob": -3.8757678270339966}
{"example_id": -3183007949878729877, "prediction": "13", "binary_answer": null, "no_answer_prob": -5.692647457122803}
{"example_id": -4766029169354683727, "prediction": "Aaron Tippin and his wife Thea Tippin", "binary_answer": null, "no_answer_prob": -9.06410562992096}
{"example_id": 8045793241088366961, "prediction": "Kyle Harmon", "binary_answer": null, "no_answer_prob": 2.2971343994140625}
{"example_id": -6435953386294221320, "prediction": "Tom Benson Hall of Fame Stadium , which is located adjacent to the Hall of Fame building in Canton , Ohio", "binary_answer": null, "no_answer_prob": -11.09066653251648}
{"example_id": -4279970939756948056, "prediction": "1815", "binary_answer": null, "no_answer_prob": -3.2911505699157715}
{"example_id": 6654186870173785524, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4562788605690002}
{"example_id": -7522103957766106203, "prediction": "Elton John and Tim Rice", "binary_answer": null, "no_answer_prob": -9.87096357345581}
{"example_id": -4173284081966213573, "prediction": "The term goes back to the early 1900s", "binary_answer": null, "no_answer_prob": -8.344574928283691}
{"example_id": 4864957712058502557, "prediction": "Oceanside , California Los Angeles , California", "binary_answer": null, "no_answer_prob": -2.5925713777542114}
{"example_id": 2872011335277441262, "prediction": "Fox Entertainment Group , a subsidiary of 21st Century Fox", "binary_answer": null, "no_answer_prob": -9.226978540420532}
{"example_id": 3693742505271288593, "prediction": "Delhi Delhi", "binary_answer": null, "no_answer_prob": -9.164762735366821}
{"example_id": -6979212131501137083, "prediction": "Episode English translation Synopsis Part I : L'Adoration de la Terre ( Adoration of the Earth ) Introduction Introduction Before the curtain rises", "binary_answer": null, "no_answer_prob": 0.04664945602416992}
{"example_id": 1376171242170726803, "prediction": "The Beast appears in the Broadway musical adaptation of Disney 's Beauty and the Beast , originally portrayed by Terrence Mann", "binary_answer": null, "no_answer_prob": -3.662990093231201}
{"example_id": 3228155858422343609, "prediction": "video editing software", "binary_answer": null, "no_answer_prob": -6.291193008422852}
{"example_id": -9217413319375670467, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1678242087364197}
{"example_id": -2462457446926963543, "prediction": "A changeup is a type of pitch in baseball and fastpitch softball . The changeup is the staple off - speed pitch", "binary_answer": null, "no_answer_prob": -6.843877792358398}
{"example_id": 7981572834510553217, "prediction": "responsible for the governance of the tribe", "binary_answer": null, "no_answer_prob": -0.4296379089355469}
{"example_id": 3906392675933521544, "prediction": "Matthew Lee Guthmiller", "binary_answer": null, "no_answer_prob": -9.356107950210571}
{"example_id": -4090288908135011255, "prediction": "Thailand", "binary_answer": null, "no_answer_prob": -6.049571633338928}
{"example_id": -9062973420658352904, "prediction": "Bellatrix Lestrange", "binary_answer": null, "no_answer_prob": -2.727304458618164}
{"example_id": 7098599560398650583, "prediction": "2017", "binary_answer": null, "no_answer_prob": -9.835091948509216}
{"example_id": -9189482665289381562, "prediction": "Pom Klementieff", "binary_answer": null, "no_answer_prob": -10.007418096065521}
{"example_id": -1089141579981071177, "prediction": "September 30 , 2017", "binary_answer": null, "no_answer_prob": -5.305778384208679}
{"example_id": 6548656889458911398, "prediction": "", "binary_answer": null, "no_answer_prob": -6.1076613664627075}
{"example_id": 8539047995832154516, "prediction": "February 29", "binary_answer": null, "no_answer_prob": -0.0466158390045166}
{"example_id": 1598036939457405126, "prediction": "Pacific Coast Theater of the American Civil War Lower Seaboard Theater of the American Civil War Category : Battles of the American Civil War", "binary_answer": null, "no_answer_prob": 2.414745569229126}
{"example_id": 8123952012258179530, "prediction": "Trails in the Sky First Chapter", "binary_answer": null, "no_answer_prob": 1.9333830624818802}
{"example_id": 7206186189737940119, "prediction": "the U.S. reality television series Dancing with the Stars . He is the creator of the popular dance fitness program LaBlast .", "binary_answer": null, "no_answer_prob": -3.0850144624710083}
{"example_id": -8990716685008356591, "prediction": "Perry Farrell", "binary_answer": null, "no_answer_prob": -8.700488984584808}
{"example_id": 7075819166056744737, "prediction": "Sean McVay", "binary_answer": null, "no_answer_prob": -10.796501159667969}
{"example_id": 2099805221877796087, "prediction": "pools campaign contributions from members and donates those funds to campaign for or against candidates , ballot initiatives , or legislation", "binary_answer": null, "no_answer_prob": -3.7783126831054688}
{"example_id": 392385488264586853, "prediction": "eighth season", "binary_answer": null, "no_answer_prob": -5.915308713912964}
{"example_id": -4946799871061052535, "prediction": "Tony Christie", "binary_answer": null, "no_answer_prob": -8.099317193031311}
{"example_id": 1188721041872537723, "prediction": "Timing : If the contract was concluded soon after the statement was made", "binary_answer": null, "no_answer_prob": -1.0113229751586914}
{"example_id": -902420252857602721, "prediction": "the travelling tent", "binary_answer": null, "no_answer_prob": -5.280248641967773}
{"example_id": 4309266466167509886, "prediction": "Fili", "binary_answer": null, "no_answer_prob": -8.250401735305786}
{"example_id": -1695248281976280399, "prediction": "266", "binary_answer": null, "no_answer_prob": 0.8195269107818604}
{"example_id": 7150649330426259642, "prediction": "21 June 2003", "binary_answer": null, "no_answer_prob": -11.788298726081848}
{"example_id": 6210500730749777163, "prediction": "predominantly in her oldest and most populous realm , the United Kingdom", "binary_answer": null, "no_answer_prob": -6.868434906005859}
{"example_id": 2314832084165094217, "prediction": "1841 to 1907", "binary_answer": null, "no_answer_prob": -9.803168892860413}
{"example_id": 6941809078619452991, "prediction": "the fourth Thursday in April", "binary_answer": null, "no_answer_prob": -7.589499831199646}
{"example_id": -8048076596333046562, "prediction": "Mattel", "binary_answer": null, "no_answer_prob": -5.778172135353088}
{"example_id": -46335305808910180, "prediction": "Visitors to Panama require a visa unless they are citizens of one of the eligible countries", "binary_answer": null, "no_answer_prob": -3.261220335960388}
{"example_id": -922244165252286877, "prediction": "54 \u00b0 C ( 129 \u00b0 F )", "binary_answer": null, "no_answer_prob": -10.379003524780273}
{"example_id": 8973547300868330097, "prediction": "2001", "binary_answer": null, "no_answer_prob": -7.205677151679993}
{"example_id": 8483068492809112927, "prediction": "Jamie Dornan", "binary_answer": null, "no_answer_prob": -7.530301332473755}
{"example_id": 3887617361352118243, "prediction": "", "binary_answer": null, "no_answer_prob": 3.377318263053894}
{"example_id": 3918640500309682159, "prediction": "MetLife Stadium in East Rutherford , New Jersey", "binary_answer": null, "no_answer_prob": -8.244714379310608}
{"example_id": 3822674477738969189, "prediction": "92", "binary_answer": null, "no_answer_prob": -1.9169751405715942}
{"example_id": -5011832630598258984, "prediction": "Pete Rose", "binary_answer": null, "no_answer_prob": -12.944639563560486}
{"example_id": -5897175805291228605, "prediction": "The House Subcommittee on Digital Commerce and Consumer Protection is a subcommittee within the United States House Committee on Energy and Commerce .", "binary_answer": null, "no_answer_prob": 2.2850103229284286}
{"example_id": -2370000317744744733, "prediction": "Conceptus Inc.", "binary_answer": null, "no_answer_prob": -6.1626293659210205}
{"example_id": -2721953522621091133, "prediction": "The finances of the British royal family come from a number of sources . The UK Parliament", "binary_answer": null, "no_answer_prob": -6.164290189743042}
{"example_id": -7410990265277126606, "prediction": "temporary detentions of persons in vehicles , known as traffic stops ; see Terry stop for a summary of subsequent jurisprudence .", "binary_answer": null, "no_answer_prob": 0.5938785672187805}
{"example_id": -5719944252606226306, "prediction": "Sonya", "binary_answer": null, "no_answer_prob": -4.987459182739258}
{"example_id": 1570381788334082179, "prediction": "Gianozza", "binary_answer": null, "no_answer_prob": -5.1769185066223145}
{"example_id": -3132076946701848618, "prediction": "1967 and 1968", "binary_answer": null, "no_answer_prob": -8.971052408218384}
{"example_id": 2028800177628781631, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8346219658851624}
{"example_id": 6424499831134750508, "prediction": "1984", "binary_answer": null, "no_answer_prob": -9.69657326489687}
{"example_id": 4619942000915595654, "prediction": "1992", "binary_answer": null, "no_answer_prob": -2.9043374061584473}
{"example_id": -8201238249330313861, "prediction": "In the fiction of J.R.R. Tolkien , the Wizards of Middle - earth", "binary_answer": null, "no_answer_prob": -2.3918765783309937}
{"example_id": 4505982760877484330, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -12.554064631462097}
{"example_id": 7199901351170635175, "prediction": "2004", "binary_answer": null, "no_answer_prob": -9.187618553638458}
{"example_id": 3001668569769264180, "prediction": "a liquor store", "binary_answer": null, "no_answer_prob": -3.2423770427703857}
{"example_id": -6620144008085578890, "prediction": "", "binary_answer": null, "no_answer_prob": 4.098906397819519}
{"example_id": 5523983640641022409, "prediction": "LaVern Baker", "binary_answer": null, "no_answer_prob": -11.362763404846191}
{"example_id": 1097852375859651522, "prediction": "Tony ! Toni ! Ton\u00e9 !", "binary_answer": null, "no_answer_prob": -12.536285042762756}
{"example_id": 9017029225781361555, "prediction": "2006", "binary_answer": null, "no_answer_prob": -2.6448638439178467}
{"example_id": 5307805560425264347, "prediction": "Barack Obama", "binary_answer": null, "no_answer_prob": -10.734727263450623}
{"example_id": -1614300015748324062, "prediction": "`` Who Says You Ca n't Go Home '' is a song written by Jon Bon Jovi and Richie Sambora", "binary_answer": null, "no_answer_prob": 3.251154899597168}
{"example_id": -868502471779072959, "prediction": "red - winged blackbird", "binary_answer": null, "no_answer_prob": -2.3767212629318237}
{"example_id": -8307147088737255872, "prediction": "to have the Sikh gurdwaras released from the control of the traditional clergy , which had become powerful and ritualized .", "binary_answer": null, "no_answer_prob": -6.332204341888428}
{"example_id": -6300792538108303470, "prediction": "Milo Ventimiglia , Mandy Moore", "binary_answer": null, "no_answer_prob": -1.0894866585731506}
{"example_id": -1839864875505756329, "prediction": "", "binary_answer": null, "no_answer_prob": 1.786238193511963}
{"example_id": 8095967491713503369, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1435678005218506}
{"example_id": -8682312582598949174, "prediction": "Dwane Casey", "binary_answer": null, "no_answer_prob": -11.271501064300537}
{"example_id": 6804284512979221620, "prediction": "Make Up ! Sailor Guardians .", "binary_answer": null, "no_answer_prob": 0.05139613151550293}
{"example_id": -2734324486901885143, "prediction": "January 19 , 2018", "binary_answer": null, "no_answer_prob": -8.99673855304718}
{"example_id": 9214534648926827418, "prediction": "New York City", "binary_answer": null, "no_answer_prob": -6.552726745605469}
{"example_id": -2757389409451884407, "prediction": "Shinnecock Hills Golf Club in Shinnecock Hills , New York", "binary_answer": null, "no_answer_prob": -10.313900351524353}
{"example_id": 4153315071956030018, "prediction": "The Congress", "binary_answer": null, "no_answer_prob": -6.520704984664917}
{"example_id": 2161213286057592881, "prediction": "Bowling For Soup", "binary_answer": null, "no_answer_prob": -5.646965026855469}
{"example_id": -3653484301007081749, "prediction": "Douglas Engelbart", "binary_answer": null, "no_answer_prob": -5.028791904449463}
{"example_id": 2183348655367266599, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3470210433006287}
{"example_id": 1672713567568753995, "prediction": "Elisha Nelson Manning", "binary_answer": null, "no_answer_prob": -5.3285234570503235}
{"example_id": -9208277605025665877, "prediction": "fifth", "binary_answer": null, "no_answer_prob": -7.396745204925537}
{"example_id": -5673927666992140501, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.266939878463745}
{"example_id": 2123824162557810563, "prediction": "Peter Michael Bergman", "binary_answer": null, "no_answer_prob": -13.258748888969421}
{"example_id": -4830634739076669276, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.201448738574982}
{"example_id": 3656450990094647942, "prediction": "6", "binary_answer": null, "no_answer_prob": -6.576009035110474}
{"example_id": -9039012885933484844, "prediction": "narrow gauge East Tennessee and Western North Carolina Railroad", "binary_answer": null, "no_answer_prob": 0.4071540832519531}
{"example_id": -9181479971618814890, "prediction": "0", "binary_answer": null, "no_answer_prob": -10.013357996940613}
{"example_id": 6001365084660145337, "prediction": "Australian Labor Party and the Liberal / National Coalition", "binary_answer": null, "no_answer_prob": 1.0074045658111572}
{"example_id": -2409417963572718470, "prediction": "Megan Day", "binary_answer": null, "no_answer_prob": -2.3662590980529785}
{"example_id": -5658507664596274102, "prediction": "Temporary protected status", "binary_answer": null, "no_answer_prob": -4.746277570724487}
{"example_id": -8252586566425185034, "prediction": "", "binary_answer": null, "no_answer_prob": -2.154873311519623}
{"example_id": 961689530123685125, "prediction": "The United States , Canada , the countries of the European Union , Australia , South Korea and Japan", "binary_answer": null, "no_answer_prob": 3.5042330026626587}
{"example_id": 603904973528765065, "prediction": "dusk in Salem Village , Massachusetts", "binary_answer": null, "no_answer_prob": -9.125562191009521}
{"example_id": -8763709709282010055, "prediction": "twenty", "binary_answer": null, "no_answer_prob": -7.957952260971069}
{"example_id": -7837749117751444802, "prediction": "Paul Anka", "binary_answer": null, "no_answer_prob": -9.971755504608154}
{"example_id": -4047293089064133160, "prediction": "", "binary_answer": null, "no_answer_prob": 3.908152163028717}
{"example_id": -6762141738716548084, "prediction": "LeBrock", "binary_answer": null, "no_answer_prob": -3.5407220125198364}
{"example_id": 5184234311442514658, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -13.39024555683136}
{"example_id": -3514399487853347349, "prediction": "$11.00 per hour", "binary_answer": null, "no_answer_prob": -5.94867467880249}
{"example_id": 463321303576974739, "prediction": "Jessica Falkholt", "binary_answer": null, "no_answer_prob": -6.694633483886719}
{"example_id": 4071403295287634356, "prediction": "Atlanta Falcons", "binary_answer": null, "no_answer_prob": -9.247972846031189}
{"example_id": 571615457774841162, "prediction": "Peter Anthony Allen", "binary_answer": null, "no_answer_prob": -5.236720085144043}
{"example_id": 1970210989866796851, "prediction": "the fictional African nation of Wakanda", "binary_answer": null, "no_answer_prob": -6.110192537307739}
{"example_id": -8188376680599952517, "prediction": "Jackie DeShannon", "binary_answer": null, "no_answer_prob": -5.877004146575928}
{"example_id": 6740619731295565782, "prediction": "", "binary_answer": null, "no_answer_prob": 0.21409755945205688}
{"example_id": 2309403549323050559, "prediction": "Irene Manning", "binary_answer": null, "no_answer_prob": -10.158764123916626}
{"example_id": -5758324138803388947, "prediction": "New York City", "binary_answer": null, "no_answer_prob": -4.648924112319946}
{"example_id": -1247208140655682089, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": -5.368643760681152}
{"example_id": 2294890317977417781, "prediction": "Thales", "binary_answer": null, "no_answer_prob": -3.317767858505249}
{"example_id": 7913719694636421411, "prediction": "about 385,000 km ( 239,000 mi ) from Earth 's center", "binary_answer": null, "no_answer_prob": -8.609309673309326}
{"example_id": -3273727758454540513, "prediction": "twelve", "binary_answer": null, "no_answer_prob": -9.319879174232483}
{"example_id": 62860644365836844, "prediction": "the United States", "binary_answer": null, "no_answer_prob": -9.770753860473633}
{"example_id": -5926721280436330942, "prediction": "Shanhai Pass", "binary_answer": null, "no_answer_prob": -4.30533504486084}
{"example_id": -3713620844352789604, "prediction": "`` Achy Breaky Heart ''", "binary_answer": null, "no_answer_prob": 1.7992286086082458}
{"example_id": 1601163158262964724, "prediction": "ammonia", "binary_answer": null, "no_answer_prob": -0.6405496597290039}
{"example_id": -4365884347801158757, "prediction": "Mal Griffiths", "binary_answer": null, "no_answer_prob": -4.43364953994751}
{"example_id": 5468254527156658005, "prediction": "", "binary_answer": null, "no_answer_prob": 2.769112318754196}
{"example_id": -3582048885050482622, "prediction": "Rank Country / Region Aluminium production ( thousands of tonnes ) -- World 57,600 People 's Republic of China", "binary_answer": null, "no_answer_prob": -2.7656595706939697}
{"example_id": -1958841516105027495, "prediction": "Bonnie Franklin", "binary_answer": null, "no_answer_prob": -5.082621216773987}
{"example_id": -1892560886945339747, "prediction": "Montell Jordan", "binary_answer": null, "no_answer_prob": -12.197466850280762}
{"example_id": 5599533282117956985, "prediction": "Michelle Forbes - Lt. Ro Laren", "binary_answer": null, "no_answer_prob": -0.06952893733978271}
{"example_id": -7936409397553471686, "prediction": "Blood of My Blood", "binary_answer": null, "no_answer_prob": 2.6472463607788086}
{"example_id": -6236828979997085343, "prediction": "Rome", "binary_answer": null, "no_answer_prob": -6.100193619728088}
{"example_id": 6969032725861565203, "prediction": "June 3 , 1969", "binary_answer": null, "no_answer_prob": -4.305837392807007}
{"example_id": -2554622043054647446, "prediction": "The project was initiated by APIIC with participation of private infrastructure companies like L&T , Raheja corporation", "binary_answer": null, "no_answer_prob": 1.9076205492019653}
{"example_id": -7466683418584244659, "prediction": "Andy Serkis", "binary_answer": null, "no_answer_prob": -3.402332305908203}
{"example_id": 7516825380239272046, "prediction": "4.7 and 5.5 inches ( 120 and 140 mm )", "binary_answer": null, "no_answer_prob": -5.752080202102661}
{"example_id": 4460116272570301127, "prediction": "Josh Martinez", "binary_answer": null, "no_answer_prob": -5.324938535690308}
{"example_id": 6872231414630350674, "prediction": "TBA Teams 48 ( from 6 confederations ) \u2190 2022 2030 \u2192", "binary_answer": null, "no_answer_prob": 1.3301701843738556}
{"example_id": 3771937642615741660, "prediction": "3 - 10 days after birth", "binary_answer": null, "no_answer_prob": -8.314661026000977}
{"example_id": -3807533820468216629, "prediction": "Clarence `` Tom '' Ashley and Gwen Foster", "binary_answer": null, "no_answer_prob": -4.779056549072266}
{"example_id": 2575738649935545229, "prediction": "13", "binary_answer": null, "no_answer_prob": -4.245694160461426}
{"example_id": -1834064845309395618, "prediction": "March 10 , 1997", "binary_answer": null, "no_answer_prob": -12.193621814250946}
{"example_id": -520368111127404527, "prediction": "complementary pairs of MOS transistors can be used to make switching circuits with very low power consumption , in the form of CMOS logic .", "binary_answer": null, "no_answer_prob": -2.407947063446045}
{"example_id": -9151260542206712984, "prediction": "George Alexander", "binary_answer": null, "no_answer_prob": -1.111293077468872}
{"example_id": -3825926640179656182, "prediction": "construction , manufacturing , tourism , and mining", "binary_answer": null, "no_answer_prob": 2.8672144412994385}
{"example_id": -4375045820347905102, "prediction": "`` What Shall We Do with a / the Drunken Sailor ? ''", "binary_answer": null, "no_answer_prob": -1.7690095603466034}
{"example_id": 7083742564821465076, "prediction": "1993", "binary_answer": null, "no_answer_prob": -7.596656054258347}
{"example_id": -1804262397982016815, "prediction": "Rock Master Scott & the Dynamic Three", "binary_answer": null, "no_answer_prob": -10.899184942245483}
{"example_id": 1398181144643871800, "prediction": "1,317,314 . This makes Memphis the second - largest metropolitan area in Tennessee , surpassed by metropolitan Nashville .", "binary_answer": null, "no_answer_prob": 1.439541608095169}
{"example_id": -3942675772583544227, "prediction": "6 Minutes of Pleasure '' Released : May 30 , 1991", "binary_answer": null, "no_answer_prob": 3.1312198638916016}
{"example_id": -1680323273316695952, "prediction": "Howard Leslie Shore OC", "binary_answer": null, "no_answer_prob": -12.526784062385559}
{"example_id": -4916868255184009757, "prediction": "John Williams", "binary_answer": null, "no_answer_prob": -11.37746286392212}
{"example_id": 223889013848482079, "prediction": "Pat Benatar", "binary_answer": null, "no_answer_prob": -12.722785830497742}
{"example_id": -2441681443192635632, "prediction": "the electorate", "binary_answer": null, "no_answer_prob": -4.5798269510269165}
{"example_id": 8100989217910187737, "prediction": "1939", "binary_answer": null, "no_answer_prob": -7.872533798217773}
{"example_id": -5188348864836090910, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1330933570861816}
{"example_id": 2896344252763229454, "prediction": "1991", "binary_answer": null, "no_answer_prob": -3.0224692821502686}
{"example_id": 1325917553957964169, "prediction": "The Senior Secondary Certificate of Education ( SSCE ) ( General or Advance )", "binary_answer": null, "no_answer_prob": -2.3229990005493164}
{"example_id": 9053097504223924256, "prediction": "A ball valve is a form of quarter - turn valve which uses a hollow , perforated and pivoting ball to control flow through it", "binary_answer": null, "no_answer_prob": -1.9411927461624146}
{"example_id": -3336090320104206750, "prediction": "March 16 , 2016 ( 2016 - 03 - 16 ) April 13 , 2016 ( 2016 - 04 - 13 )", "binary_answer": null, "no_answer_prob": -3.7565547227859497}
{"example_id": 2606036666596810966, "prediction": "Roger Cook and Sam Hogin", "binary_answer": null, "no_answer_prob": -12.074979901313782}
{"example_id": 3515396418137307239, "prediction": "In the beginning of the season , she and Ben get engaged and move into a house together . She and Ben get married in the middle of the season", "binary_answer": null, "no_answer_prob": -0.8323937952518463}
{"example_id": 5890363078576803177, "prediction": "from previous team of the same name", "binary_answer": null, "no_answer_prob": -7.668435096740723}
{"example_id": -2632224242063009691, "prediction": "November 4 , 2015", "binary_answer": null, "no_answer_prob": -2.4975379705429077}
{"example_id": 5017388557458413488, "prediction": "1972", "binary_answer": null, "no_answer_prob": -4.306778907775879}
{"example_id": 2367276071481810560, "prediction": "continental Europe and the United States", "binary_answer": null, "no_answer_prob": -3.068650722503662}
{"example_id": 4932465754787110276, "prediction": "Boyd Gaines", "binary_answer": null, "no_answer_prob": -4.504546642303467}
{"example_id": -5804640629144891585, "prediction": "Midvale", "binary_answer": null, "no_answer_prob": -5.565572261810303}
{"example_id": -3343908589210114941, "prediction": "an English - language idiomatic expression and euphemism that refers to courtship and sexual intercourse", "binary_answer": null, "no_answer_prob": -3.04297935962677}
{"example_id": 8223045382626360886, "prediction": "Richard Wagner 's opera cycle Der Ring des Nibelungen", "binary_answer": null, "no_answer_prob": -4.640204429626465}
{"example_id": -3738706896513566793, "prediction": "approximately 35,000", "binary_answer": null, "no_answer_prob": -3.9083425998687744}
{"example_id": -6442449445184719875, "prediction": "240 miles ( 390 km )", "binary_answer": null, "no_answer_prob": 2.4550006985664368}
{"example_id": -8051530756012126777, "prediction": "Susan Egan and Terrence Mann", "binary_answer": null, "no_answer_prob": -8.719074487686157}
{"example_id": -8751172650894729171, "prediction": "British actor Robert Lindsay", "binary_answer": null, "no_answer_prob": -3.0268406867980957}
{"example_id": -5009970653427682649, "prediction": "Lucy Lee Flippin", "binary_answer": null, "no_answer_prob": -8.955590724945068}
{"example_id": -4229528280896416939, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -11.169820070266724}
{"example_id": -963269509157387942, "prediction": "The climate of Vancouver , British Columbia , Canada is a moderate oceanic climate", "binary_answer": null, "no_answer_prob": -3.9063414335250854}
{"example_id": -3249639925506080144, "prediction": "Manhattan Mall New York City , New York", "binary_answer": null, "no_answer_prob": -3.2750558853149414}
{"example_id": -8399628534685741167, "prediction": "the signer 's public key published in the DNS", "binary_answer": null, "no_answer_prob": -6.076915860176086}
{"example_id": -2980099247291482674, "prediction": "28", "binary_answer": null, "no_answer_prob": -5.006581902503967}
{"example_id": 3260044716842691759, "prediction": "high - throughput wireless local area networks ( WLANs ) on the 5 GHz band", "binary_answer": null, "no_answer_prob": -1.9870232343673706}
{"example_id": -4653322408518246714, "prediction": "upper limb between the glenohumeral joint ( shoulder joint ) and the elbow joint", "binary_answer": null, "no_answer_prob": -8.331038475036621}
{"example_id": 6807517402872985289, "prediction": "twelve", "binary_answer": null, "no_answer_prob": -9.944976210594177}
{"example_id": -5713298965304039986, "prediction": "Winnie - the - Pooh", "binary_answer": null, "no_answer_prob": -1.4617489576339722}
{"example_id": -794096790802218025, "prediction": "California", "binary_answer": null, "no_answer_prob": -3.7891666889190674}
{"example_id": -4859664499687059431, "prediction": "1976", "binary_answer": null, "no_answer_prob": -9.535770058631897}
{"example_id": 8874324811832738126, "prediction": "", "binary_answer": null, "no_answer_prob": 1.228070616722107}
{"example_id": 935552503672434577, "prediction": "24 miles ( 39 km )", "binary_answer": null, "no_answer_prob": -2.8635329008102417}
{"example_id": -4295698730598626399, "prediction": "A Aa", "binary_answer": null, "no_answer_prob": 1.9324646294116974}
{"example_id": 690874491516078434, "prediction": "Northern Ireland , Spain , Croatia and Iceland", "binary_answer": null, "no_answer_prob": -9.39761734008789}
{"example_id": 6628957181563520172, "prediction": "Len Goodman , who serves as head judge , Carrie Ann Inaba , and Bruno Tonioli", "binary_answer": null, "no_answer_prob": -5.610473394393921}
{"example_id": -1041845407499791279, "prediction": "Vidhan Parishad", "binary_answer": null, "no_answer_prob": 3.0472621470689774}
{"example_id": 5959841399197558242, "prediction": "The Outsiders", "binary_answer": null, "no_answer_prob": -8.817734003067017}
{"example_id": 1127235491101654683, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -9.75950002670288}
{"example_id": -3948328585646236058, "prediction": "Secretariat", "binary_answer": null, "no_answer_prob": -11.014203310012817}
{"example_id": -5430714031587078369, "prediction": "carbonate rocks by dissolution in water and acids", "binary_answer": null, "no_answer_prob": -4.951545000076294}
{"example_id": 9095658724026377017, "prediction": "Snowball", "binary_answer": null, "no_answer_prob": -9.82483959197998}
{"example_id": -6113042688590090067, "prediction": "duodenum", "binary_answer": null, "no_answer_prob": -5.174190998077393}
{"example_id": 6819583678642018788, "prediction": "the Ming dynasty", "binary_answer": null, "no_answer_prob": -7.079277515411377}
{"example_id": -5979810458751587645, "prediction": "Baf\u00e9timbi Gomis", "binary_answer": null, "no_answer_prob": -8.209010124206543}
{"example_id": -7703406843536064793, "prediction": "2014", "binary_answer": null, "no_answer_prob": -8.878735780715942}
{"example_id": -6209279742812700651, "prediction": "Ireland South Africa France", "binary_answer": null, "no_answer_prob": -5.7915085554122925}
{"example_id": -3571497810608909665, "prediction": "September 3 , 2017 ( 2017 - 09 - 03 ) 5 TBA June 2018 TBA 2018", "binary_answer": null, "no_answer_prob": -6.812705636024475}
{"example_id": 8964120110224277138, "prediction": "September 5 , 2007", "binary_answer": null, "no_answer_prob": -7.661532044410706}
{"example_id": -5095325629616850648, "prediction": "1978", "binary_answer": null, "no_answer_prob": -9.629084646701813}
{"example_id": -989307481273216269, "prediction": "Henry Fonda Jane Darwell John Carradine Shirley Mills John Qualen Eddie Quillan", "binary_answer": null, "no_answer_prob": -1.6445724964141846}
{"example_id": -2921674280380367200, "prediction": "Parliamentarians ( `` Roundheads '' ) and Royalists ( `` Cavaliers '' )", "binary_answer": null, "no_answer_prob": -2.1041229963302612}
{"example_id": 2009481386569838770, "prediction": "Spain formally recognising the independence of the Dutch .", "binary_answer": null, "no_answer_prob": -1.439477801322937}
{"example_id": -5516815761971402351, "prediction": "Born in Buckingham County , Virginia but raised in Harlem , New York , Taylor", "binary_answer": null, "no_answer_prob": -7.421517252922058}
{"example_id": 3386314187966214533, "prediction": "Eloise Mumford", "binary_answer": null, "no_answer_prob": -8.8390132188797}
{"example_id": -1566413192130615470, "prediction": "The chemical equations below summarize the fermentation of sucrose ( C 12 H 22 O 11", "binary_answer": null, "no_answer_prob": -0.7206858396530151}
{"example_id": -3683230303489412942, "prediction": "Merl Saunders and Aunt Monk", "binary_answer": null, "no_answer_prob": -7.492072105407715}
{"example_id": 6972903930720384669, "prediction": "the sovereign", "binary_answer": null, "no_answer_prob": -4.759650111198425}
{"example_id": 7140869821445500684, "prediction": "the night before the Super Bowl", "binary_answer": null, "no_answer_prob": -3.9288368225097656}
{"example_id": -726932067100199690, "prediction": "Colin Arthur O'Donoghue", "binary_answer": null, "no_answer_prob": -14.101342916488647}
{"example_id": 3854196735115526472, "prediction": "Rockapella", "binary_answer": null, "no_answer_prob": -11.496113896369934}
{"example_id": 1118903002262820726, "prediction": "two miners", "binary_answer": null, "no_answer_prob": -3.3830686807632446}
{"example_id": 8698995450414963087, "prediction": "King Arthur", "binary_answer": null, "no_answer_prob": -4.872194886207581}
{"example_id": 9190739321795430007, "prediction": "George Benson", "binary_answer": null, "no_answer_prob": -9.505407691001892}
{"example_id": 6107676343143167661, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -9.052809119224548}
{"example_id": 850038644323833921, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -9.009947180747986}
{"example_id": 4416701920956377562, "prediction": "September 6 , 2001", "binary_answer": null, "no_answer_prob": -10.899337887763977}
{"example_id": 1209805091009963986, "prediction": "Babyface", "binary_answer": null, "no_answer_prob": -2.2580050230026245}
{"example_id": -3555217446651366230, "prediction": "Krishnakumar Kunnath", "binary_answer": null, "no_answer_prob": 5.309994161128998}
{"example_id": 1765215949404618999, "prediction": "Jaipal Singh Munda", "binary_answer": null, "no_answer_prob": -5.3185166120529175}
{"example_id": -6211195851419312981, "prediction": "Siri ( pronounced / \u02c8s\u026a\u0259ri / ) is an intelligent personal assistant", "binary_answer": null, "no_answer_prob": -6.927593111991882}
{"example_id": -3259763875899122163, "prediction": "Frank Sinatra", "binary_answer": null, "no_answer_prob": -9.242581248283386}
{"example_id": 1466074169418468265, "prediction": "1,657,200", "binary_answer": null, "no_answer_prob": -10.889261960983276}
{"example_id": 8071139407818088476, "prediction": "May 25 , 1977", "binary_answer": null, "no_answer_prob": -7.114417552947998}
{"example_id": 7715375515978628627, "prediction": "Divers can suffer from arterial gas embolisms as a consequence of lung over-expansion injury", "binary_answer": null, "no_answer_prob": -2.5592695474624634}
{"example_id": 7728974399769968371, "prediction": "to restore and maintain the chemical , physical , and biological integrity of the nation 's waters by preventing point and nonpoint pollution sources", "binary_answer": null, "no_answer_prob": -0.816333532333374}
{"example_id": 3785648062581015296, "prediction": "Emi and Chiho -- November 6 , 2013 6 11 , 12 , 13 All main characters Light Novel Volume 2.8 December 4 , 2013", "binary_answer": null, "no_answer_prob": 4.685749858617783}
{"example_id": 3093303258445499963, "prediction": "The Allman Brothers Band", "binary_answer": null, "no_answer_prob": -9.883467197418213}
{"example_id": -2338292052110534940, "prediction": "A six - volume", "binary_answer": null, "no_answer_prob": -0.15146291255950928}
{"example_id": -8352961736018873244, "prediction": "a very important aspect of Puerto Rican culture , and it has become an unofficial territorial symbol of Puerto Rico .", "binary_answer": null, "no_answer_prob": -5.033546566963196}
{"example_id": 3366457508079522727, "prediction": "Lil Jon & the East Side Boyz , featuring Ying Yang Twins", "binary_answer": null, "no_answer_prob": -9.286757588386536}
{"example_id": 6366392526256952271, "prediction": "", "binary_answer": null, "no_answer_prob": 3.516911506652832}
{"example_id": 5782547075760628832, "prediction": "7 September 1896", "binary_answer": null, "no_answer_prob": -9.24140214920044}
{"example_id": 2141067944898639006, "prediction": "2017 2017", "binary_answer": null, "no_answer_prob": -6.967864036560059}
{"example_id": -3013012946014857790, "prediction": "The Police", "binary_answer": null, "no_answer_prob": -11.812840700149536}
{"example_id": 172561015760161736, "prediction": "Larry Mullen Jr.", "binary_answer": null, "no_answer_prob": -3.825975179672241}
{"example_id": 3498191412127834145, "prediction": "the Angels", "binary_answer": null, "no_answer_prob": -8.453521251678467}
{"example_id": -6133009717802725861, "prediction": "James Brown and Betty Jean Newsome", "binary_answer": null, "no_answer_prob": -11.269375205039978}
{"example_id": -4322184317080158837, "prediction": "investors , regulators and suppliers", "binary_answer": null, "no_answer_prob": -0.5415123701095581}
{"example_id": 8219336082402527159, "prediction": "Martha Raye", "binary_answer": null, "no_answer_prob": -3.824639916419983}
{"example_id": 5284736299669109437, "prediction": "to open up thousands of new farms and make feasible a Midwestern Transcontinental Railroad", "binary_answer": null, "no_answer_prob": -3.320886969566345}
{"example_id": 998949595960188771, "prediction": "Bert and Ernie live together in an apartment in the basement of 123 Sesame Street . Despite sleeping in separate beds", "binary_answer": null, "no_answer_prob": -0.277279257774353}
{"example_id": 8109679614228793740, "prediction": "Genevieve Knight `` G '' Hannelius", "binary_answer": null, "no_answer_prob": -12.996685981750488}
{"example_id": -6272967159727112937, "prediction": "AD Nepal Sambat", "binary_answer": null, "no_answer_prob": 3.1226666867733}
{"example_id": -1474788270210312884, "prediction": "Journey", "binary_answer": null, "no_answer_prob": -9.935006737709045}
{"example_id": 5992298794206920466, "prediction": "Instagram 's own account , with over 235 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -7.265504002571106}
{"example_id": -7245719872817039138, "prediction": "June 30 , 2008", "binary_answer": null, "no_answer_prob": -7.7596718072891235}
{"example_id": -2505330664430942, "prediction": "Mira Furlan", "binary_answer": null, "no_answer_prob": -9.978554010391235}
{"example_id": -634071497672200640, "prediction": "January 30 , 2000", "binary_answer": null, "no_answer_prob": -6.092695206403732}
{"example_id": 451520287128516605, "prediction": "six", "binary_answer": null, "no_answer_prob": -6.887728571891785}
{"example_id": 5186671040300923995, "prediction": "In the United States , where state sanctioning laws", "binary_answer": null, "no_answer_prob": -2.4536356925964355}
{"example_id": 2043793879354290885, "prediction": "During the Vice President 's absence , the President pro tempore is empowered to preside over Senate sessions", "binary_answer": null, "no_answer_prob": -5.06536340713501}
{"example_id": 6310846962226420206, "prediction": "131,091", "binary_answer": null, "no_answer_prob": -9.806327760219574}
{"example_id": -8855239176026596261, "prediction": "eight", "binary_answer": null, "no_answer_prob": -11.920660465955734}
{"example_id": -1860389322007279332, "prediction": "Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -10.604885816574097}
{"example_id": 854474373217381526, "prediction": "Woodrow Wilson", "binary_answer": null, "no_answer_prob": -9.31690001487732}
{"example_id": 5333068915095313993, "prediction": "Celebrity Notability ( known for ) Professional partner Status Ref . Jake T. Austin", "binary_answer": null, "no_answer_prob": 2.5151921436190605}
{"example_id": -6514928649005489570, "prediction": "Whitney Houston", "binary_answer": null, "no_answer_prob": -9.075426697731018}
{"example_id": 5691710388327146259, "prediction": "Kate Jackson , Farrah Fawcett ( billed as Farrah Fawcett - Majors ) , and Jaclyn Smith", "binary_answer": null, "no_answer_prob": -3.489006757736206}
{"example_id": -6605882687140883110, "prediction": "1917", "binary_answer": null, "no_answer_prob": -7.357117056846619}
{"example_id": -9185151671578550972, "prediction": "Anna Kendrick", "binary_answer": null, "no_answer_prob": -7.2883018255233765}
{"example_id": 5479822077815441992, "prediction": "", "binary_answer": null, "no_answer_prob": -3.4468265771865845}
{"example_id": -8344950364662860106, "prediction": "their local Member of Parliament ( MP )", "binary_answer": null, "no_answer_prob": -5.8948187828063965}
{"example_id": 8856938006808273849, "prediction": "the cathedral of the Italian city of Pisa", "binary_answer": null, "no_answer_prob": -6.264263391494751}
{"example_id": -3637734905069880164, "prediction": "AnnaSophia Robb", "binary_answer": null, "no_answer_prob": -9.23020315170288}
{"example_id": 3915247485462383626, "prediction": "Neil Richard MacKinnon Gaiman", "binary_answer": null, "no_answer_prob": 5.352288901805878}
{"example_id": 2634309541804933826, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -7.891700267791748}
{"example_id": 6748739217425831074, "prediction": "Somalis", "binary_answer": null, "no_answer_prob": -6.530502557754517}
{"example_id": 8195505686267464975, "prediction": "430.5 metres ( 1,412 ft ) below sea level", "binary_answer": null, "no_answer_prob": -8.613818168640137}
{"example_id": -7358985108697827429, "prediction": "seven", "binary_answer": null, "no_answer_prob": -10.530937314033508}
{"example_id": -8186399298848017637, "prediction": "42 US gallons ( 35.0 imp gal ; 159.0 L )", "binary_answer": null, "no_answer_prob": -2.3358099460601807}
{"example_id": 5064534131928384032, "prediction": "Black Sea", "binary_answer": null, "no_answer_prob": -4.95693826675415}
{"example_id": -153019505211791225, "prediction": "Zac Brown Band", "binary_answer": null, "no_answer_prob": -10.992671608924866}
{"example_id": -1634109155257355289, "prediction": "California was admitted as a state on September 9 , 1850 , and was initially divided into two districts , the Northern and the Southern", "binary_answer": null, "no_answer_prob": 4.63081631064415}
{"example_id": 3473384395951510984, "prediction": "Richard Parker", "binary_answer": null, "no_answer_prob": -10.308665752410889}
{"example_id": 5702652871352922895, "prediction": "Whitesnake", "binary_answer": null, "no_answer_prob": -10.852211236953735}
{"example_id": -2291918476623959469, "prediction": "Alcatraz Island", "binary_answer": null, "no_answer_prob": -8.854365825653076}
{"example_id": -2846337820628266887, "prediction": "The highest speed limits are generally 70 mph ( 113 km / h ) on the West Coast and the inland eastern states", "binary_answer": null, "no_answer_prob": -5.2978880405426025}
{"example_id": -239947751647618360, "prediction": "Glen Oaks Club", "binary_answer": null, "no_answer_prob": -3.47856342792511}
{"example_id": -6750669421891187045, "prediction": "160 cm \u00d7 200 cm ( 63 in \u00d7 79 in )", "binary_answer": null, "no_answer_prob": -1.7447593212127686}
{"example_id": 1213841541602031939, "prediction": "Lake Chad", "binary_answer": null, "no_answer_prob": -2.6501094102859497}
{"example_id": 6811526574071199560, "prediction": "Fire and Blood ''", "binary_answer": null, "no_answer_prob": -2.967947483062744}
{"example_id": 1370194939037081143, "prediction": "northern Midwestern United States", "binary_answer": null, "no_answer_prob": -8.150823950767517}
{"example_id": -6372076432149982314, "prediction": "24 : 00 ( midnight ) * ( end of the day ) * See `` Confusion at noon and midnight ''", "binary_answer": null, "no_answer_prob": 0.033420681953430176}
{"example_id": -3401087906313677178, "prediction": "When a derived class", "binary_answer": null, "no_answer_prob": 1.3916147947311401}
{"example_id": -9014547525984148785, "prediction": "1980 2008", "binary_answer": null, "no_answer_prob": -11.569884592667222}
{"example_id": 955756378766315287, "prediction": "The subarachnoid space", "binary_answer": null, "no_answer_prob": -9.381960391998291}
{"example_id": 5766923692811003319, "prediction": "at the Hop Farm Country Park , Kent , England", "binary_answer": null, "no_answer_prob": -9.878851652145386}
{"example_id": -1565879310737561437, "prediction": "Brown v. Board of Education of Topeka , 347 U.S. 483 ( 1954 )", "binary_answer": null, "no_answer_prob": -5.6666247844696045}
{"example_id": 7437189381778888725, "prediction": "The Twenty - fifth Amendment", "binary_answer": null, "no_answer_prob": -3.754359722137451}
{"example_id": 5579505741205746724, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -7.922803044319153}
{"example_id": 9117581513748721747, "prediction": "during development of the second pilot when Hunter decided that he did not want to continue with the series", "binary_answer": null, "no_answer_prob": 0.024826645851135254}
{"example_id": -2107657156022078439, "prediction": "Aconcagua", "binary_answer": null, "no_answer_prob": -10.864395022392273}
{"example_id": -7485040310761395035, "prediction": "TitleRanks Departments Monthly Salary Responsibilities Annual Salary Police Recruit", "binary_answer": null, "no_answer_prob": 0.9813942909240723}
{"example_id": 1969283706312770626, "prediction": "a congressional resolution or approved by the congressional leadership", "binary_answer": null, "no_answer_prob": -2.3123979568481445}
{"example_id": -1611758160852589997, "prediction": "223 ( UK Edition ) 332 ( 2014 UK Edition ) 309 ( US Edition ) 336", "binary_answer": null, "no_answer_prob": -4.485405445098877}
{"example_id": 2979825218277817813, "prediction": "24 years earlier and has since led a solitary life of alcoholism .", "binary_answer": null, "no_answer_prob": -1.6456384658813477}
{"example_id": 6108723633394884873, "prediction": "the dispersion of Israelites or Jews out of their ancestral homeland ( the Land of Israel )", "binary_answer": null, "no_answer_prob": 1.4890059232711792}
{"example_id": 3640671681493893883, "prediction": "J.L. King", "binary_answer": null, "no_answer_prob": -12.0796058177948}
{"example_id": -215003195275662680, "prediction": "produce paperboard and paper", "binary_answer": null, "no_answer_prob": -2.6577529907226562}
{"example_id": 2314802871686187703, "prediction": "Prelude Allemande Courante Sarabande Galanteries", "binary_answer": null, "no_answer_prob": 0.00042724609375}
{"example_id": 2516888311523814641, "prediction": "Golaknath v. State of Punjab", "binary_answer": null, "no_answer_prob": -4.073138952255249}
{"example_id": -7888560722461179740, "prediction": "The Departed won four awards , including Best Picture and Best Director for Martin Scorsese", "binary_answer": null, "no_answer_prob": -1.4898114204406738}
{"example_id": 1317904611649530845, "prediction": "generic programming , abstractness without loss of efficiency , the Von Neumann computation model , and value semantics .", "binary_answer": null, "no_answer_prob": 2.8382581621408463}
{"example_id": 4090027848811616140, "prediction": "September 2017", "binary_answer": null, "no_answer_prob": -5.896752119064331}
{"example_id": 5607308325873716130, "prediction": "The poem tells the story of a heroic princess who forswears the world of men and finds a women 's university", "binary_answer": null, "no_answer_prob": -3.2785699367523193}
{"example_id": 5652282845782833581, "prediction": "Greensburg , Indiana", "binary_answer": null, "no_answer_prob": -7.930056571960449}
{"example_id": -2918557701504996080, "prediction": "The One Ring", "binary_answer": null, "no_answer_prob": -3.152438521385193}
{"example_id": -5875832681367097187, "prediction": "North America and eastern Asia", "binary_answer": null, "no_answer_prob": -4.634849667549133}
{"example_id": 362763748150737986, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6649907827377319}
{"example_id": -6909007989280228395, "prediction": "The Power Station", "binary_answer": null, "no_answer_prob": -11.710092425346375}
{"example_id": -5592103169067950795, "prediction": "Wood finishing", "binary_answer": null, "no_answer_prob": 2.0542376339435577}
{"example_id": 1551790964937911423, "prediction": "rural Berkeley County , South Carolina", "binary_answer": null, "no_answer_prob": -11.272610306739807}
{"example_id": 4739951767021836375, "prediction": "American rock is rock music from the United States . It has its roots in 1940s and 1950s rock and roll , rhythm and blues , and country music", "binary_answer": null, "no_answer_prob": 2.2628031373023987}
{"example_id": -5947523516492120688, "prediction": "The New Seekers", "binary_answer": null, "no_answer_prob": -3.5783944129943848}
{"example_id": 6935422240574600373, "prediction": "the end of season four", "binary_answer": null, "no_answer_prob": -5.523515343666077}
{"example_id": -6300092008984504759, "prediction": "Guinness World Records Editor Craig Glenday ( ed . ) Cover artist Simon Jones", "binary_answer": null, "no_answer_prob": -0.5021344423294067}
{"example_id": -5158612635898883299, "prediction": "1979", "binary_answer": null, "no_answer_prob": 0.8833796977996826}
{"example_id": -3999340785005931159, "prediction": "sets out the civil , political , economic , social , health and cultural rights of children", "binary_answer": null, "no_answer_prob": -2.3517141342163086}
{"example_id": -7109276337855621246, "prediction": "provide texture , while the taste comes from the other soup ingredients", "binary_answer": null, "no_answer_prob": -3.743232488632202}
{"example_id": -7149910308751805916, "prediction": "Arrears ( or arrearage ) is a legal term for the part of a debt that is overdue after missing one or more required payments", "binary_answer": null, "no_answer_prob": 2.962833136320114}
{"example_id": 7532770548507049476, "prediction": "presentation program", "binary_answer": null, "no_answer_prob": -2.77366304397583}
{"example_id": 5241664952343370625, "prediction": "William Edward Hickson", "binary_answer": null, "no_answer_prob": -6.5264787673950195}
{"example_id": -3573207091591676988, "prediction": "New Zealand", "binary_answer": null, "no_answer_prob": -7.984909653663635}
{"example_id": 6334098021925673979, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -6.8772032260894775}
{"example_id": 5224183595136435858, "prediction": "Hyde Park is a town in Dutchess County , New York , bordering the Hudson River north of Poughkeepsie", "binary_answer": null, "no_answer_prob": 0.1253042221069336}
{"example_id": 6493201878308123837, "prediction": "A resource is a source or supply from which benefit is produced", "binary_answer": null, "no_answer_prob": -4.661733388900757}
{"example_id": -8875836755496863524, "prediction": "The Ming dynasty ( / m\u026a\u014b / ) was the ruling dynasty", "binary_answer": null, "no_answer_prob": -0.08780986070632935}
{"example_id": -6982901477727534138, "prediction": "", "binary_answer": null, "no_answer_prob": 4.123755395412445}
{"example_id": 8558056801913404263, "prediction": "September 19 , 1983", "binary_answer": null, "no_answer_prob": -12.570432901382446}
{"example_id": 7452522843249350604, "prediction": "Saekano", "binary_answer": null, "no_answer_prob": -1.8804271221160889}
{"example_id": -6848880616827671253, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -11.644528269767761}
{"example_id": 3506569397136907907, "prediction": "Edappadi K. Palaniswami", "binary_answer": null, "no_answer_prob": -12.762704968452454}
{"example_id": 1042775842070221757, "prediction": "Wrigley Field / \u02c8r\u026a\u0261li / is a baseball park located on the North Side of Chicago , Illinois", "binary_answer": null, "no_answer_prob": -0.037824153900146484}
{"example_id": -476068253587837975, "prediction": "", "binary_answer": null, "no_answer_prob": 3.523775100708008}
{"example_id": -5353694907880616441, "prediction": "Name Seasons No. of episodes Portrayer Character summary Charles Ingalls", "binary_answer": null, "no_answer_prob": 0.5826623439788818}
{"example_id": 6439650343327922707, "prediction": "Unification or Death", "binary_answer": null, "no_answer_prob": -0.681676983833313}
{"example_id": -7246725997828429775, "prediction": "Journey", "binary_answer": null, "no_answer_prob": -9.69047486782074}
{"example_id": 1611763682237699503, "prediction": "245", "binary_answer": null, "no_answer_prob": -6.615225791931152}
{"example_id": 6003926015449984142, "prediction": "Calvin Murphy", "binary_answer": null, "no_answer_prob": -7.748389840126038}
{"example_id": 510654241152527873, "prediction": "Noah Schnapp and Joe Keery", "binary_answer": null, "no_answer_prob": -3.1636241674423218}
{"example_id": -779321564082415244, "prediction": "Julie Payette", "binary_answer": null, "no_answer_prob": -11.568743228912354}
{"example_id": 1325376676735304242, "prediction": "Benjamin Franklin", "binary_answer": null, "no_answer_prob": -7.588850617408752}
{"example_id": 6445278819609466179, "prediction": "20 May 2013 .", "binary_answer": null, "no_answer_prob": -0.21717864274978638}
{"example_id": 1827006896863671544, "prediction": "Unit Trust of India ( UTI )", "binary_answer": null, "no_answer_prob": -2.346291422843933}
{"example_id": -4299490730400598930, "prediction": "", "binary_answer": null, "no_answer_prob": 3.08984112739563}
{"example_id": 299324404298226439, "prediction": "", "binary_answer": null, "no_answer_prob": -3.0649479627609253}
{"example_id": -5745418399921012525, "prediction": "In the 1960s , Barnes", "binary_answer": null, "no_answer_prob": -2.750396966934204}
{"example_id": -7742663736036460672, "prediction": "KC and the Sunshine Band", "binary_answer": null, "no_answer_prob": -1.3496137857437134}
{"example_id": 6315841202921366643, "prediction": "the medium and large airways in the lungs", "binary_answer": null, "no_answer_prob": -6.14354407787323}
{"example_id": -774242718125314604, "prediction": "hair follicles , sweat glands , sebaceous glands , apocrine", "binary_answer": null, "no_answer_prob": -2.856819272041321}
{"example_id": -2627011005452990507, "prediction": "Anne Jacqueline Hathaway", "binary_answer": null, "no_answer_prob": -6.29674220085144}
{"example_id": -3225943333144436024, "prediction": "P.D. Eastman", "binary_answer": null, "no_answer_prob": -10.452057003974915}
{"example_id": -7768979285111358374, "prediction": "mammals , birds , fish , reptiles and amphibians", "binary_answer": null, "no_answer_prob": -6.90750527381897}
{"example_id": -6805668816434191720, "prediction": "1919 1940 1976 1990", "binary_answer": null, "no_answer_prob": -8.496572308242321}
{"example_id": 4128986913795188956, "prediction": "A Permit To Acquire", "binary_answer": null, "no_answer_prob": 0.879067987203598}
{"example_id": 2995475453710353935, "prediction": "January 28 , 2016", "binary_answer": null, "no_answer_prob": -4.531810879707336}
{"example_id": -2382743949239598045, "prediction": "on the day of the death of a resident , when the flag is displayed at half - mast until sunset or 21 : 00", "binary_answer": null, "no_answer_prob": -3.64947772026062}
{"example_id": -8106560152135977028, "prediction": "Aerium", "binary_answer": null, "no_answer_prob": -6.5438337326049805}
{"example_id": 3812916313474417654, "prediction": "", "binary_answer": null, "no_answer_prob": 5.896602928638458}
{"example_id": -4447356297486961886, "prediction": "2010", "binary_answer": null, "no_answer_prob": -7.339674115180969}
{"example_id": -5847075683918640329, "prediction": "Dallas Mavericks", "binary_answer": null, "no_answer_prob": -5.068843245506287}
{"example_id": -787820270868464766, "prediction": "1987", "binary_answer": null, "no_answer_prob": -10.620123505592346}
{"example_id": 7821592833294225101, "prediction": "four theme parks", "binary_answer": null, "no_answer_prob": -0.5949180126190186}
{"example_id": -2688256528538290877, "prediction": "Tyler Blackburn", "binary_answer": null, "no_answer_prob": -13.670058608055115}
{"example_id": -1242538840370947154, "prediction": "Los Angeles and the Hawaiian islands of Maui and Kauai", "binary_answer": null, "no_answer_prob": -7.279967546463013}
{"example_id": 5129939588255449032, "prediction": "the Army Top Hat White Christmas", "binary_answer": null, "no_answer_prob": -2.993496894836426}
{"example_id": 699165426180532129, "prediction": "Louis Prima in the original film and by Christopher Walken", "binary_answer": null, "no_answer_prob": -7.421561121940613}
{"example_id": 2918775261936844837, "prediction": "about realizing that one has to move on from an old relationship , but not fully wanting to leave just yet", "binary_answer": null, "no_answer_prob": -8.423766374588013}
{"example_id": -3836308983050930061, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": -7.630682110786438}
{"example_id": 372122708996259106, "prediction": "Coulomb", "binary_answer": null, "no_answer_prob": -3.5856053829193115}
{"example_id": -5488509621607021647, "prediction": "35", "binary_answer": null, "no_answer_prob": -7.783715665340424}
{"example_id": 5067368689442546686, "prediction": "Petr \u010cech its inaugural recipient . \u010cech and Joe Hart", "binary_answer": null, "no_answer_prob": -6.077523708343506}
{"example_id": 2322206130942836588, "prediction": "I 'm Telling You for the Last Time is a 1998 stand - up comedy special", "binary_answer": null, "no_answer_prob": 3.470885306596756}
{"example_id": -2077080565193970597, "prediction": "from Pittsburgh , Pennsylvania , to Cairo , Illinois", "binary_answer": null, "no_answer_prob": -7.332626223564148}
{"example_id": -6170657791310769220, "prediction": "James Marshall `` Jimi '' Hendrix", "binary_answer": null, "no_answer_prob": -1.9010190963745117}
{"example_id": -652743269523470456, "prediction": "a room where beverages , food , and sometimes dishes , household cleaning chemicals , linens , or provisions are stored", "binary_answer": null, "no_answer_prob": -4.457070589065552}
{"example_id": 3035952632519992660, "prediction": "rhodopsin", "binary_answer": null, "no_answer_prob": -5.746361255645752}
{"example_id": 6354312725665878671, "prediction": "", "binary_answer": null, "no_answer_prob": 4.750481605529785}
{"example_id": -7709731845797498337, "prediction": "Cobi Jones", "binary_answer": null, "no_answer_prob": -1.9730015993118286}
{"example_id": 4581301801178681431, "prediction": "38th parallel", "binary_answer": null, "no_answer_prob": -4.489255905151367}
{"example_id": -3670866671527666176, "prediction": "1980", "binary_answer": null, "no_answer_prob": -5.250843942165375}
{"example_id": 3168075093775706608, "prediction": "an American allegorical locution of unclear origin", "binary_answer": null, "no_answer_prob": -3.7408902645111084}
{"example_id": -1562763105096057028, "prediction": "Ripon", "binary_answer": null, "no_answer_prob": -6.347809791564941}
{"example_id": 7476846886958813305, "prediction": "Kingda Ka Six Flags Great Adventure", "binary_answer": null, "no_answer_prob": -6.347539305686951}
{"example_id": 1626653773649677157, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7207143306732178}
{"example_id": 3020804626191243170, "prediction": "Jim McElwain", "binary_answer": null, "no_answer_prob": -6.791792273521423}
{"example_id": 3237264058047580452, "prediction": "Leonard Lipton and Peter Yarrow", "binary_answer": null, "no_answer_prob": -12.77829658985138}
{"example_id": -2384607470744911325, "prediction": "Patrick John Warburton", "binary_answer": null, "no_answer_prob": -12.947020173072815}
{"example_id": -776401431071880075, "prediction": "In medicine and statistics , gold standard test", "binary_answer": null, "no_answer_prob": 1.1644022464752197}
{"example_id": -7373117078520023721, "prediction": "Risaldar", "binary_answer": null, "no_answer_prob": 2.9064748287200928}
{"example_id": 5650745240914074792, "prediction": "Jermaine Stewart", "binary_answer": null, "no_answer_prob": -11.26398241519928}
{"example_id": 6970719790730498385, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4152526259422302}
{"example_id": 1415894611066198483, "prediction": "The most agreed - upon recommendation is for the diet to be low in sugar and refined carbohydrates", "binary_answer": null, "no_answer_prob": 3.3393938541412354}
{"example_id": 5700268800886629444, "prediction": "Tom Rush", "binary_answer": null, "no_answer_prob": -5.171490550041199}
{"example_id": -5464035909339370676, "prediction": "The Pointer Sisters", "binary_answer": null, "no_answer_prob": -11.382962107658386}
{"example_id": -1987694139076646438, "prediction": "", "binary_answer": null, "no_answer_prob": 4.887614518404007}
{"example_id": 2021452324809314731, "prediction": "May 3 , 2011", "binary_answer": null, "no_answer_prob": -10.565847158432007}
{"example_id": 4004293667618519671, "prediction": "Writing an autobiography on Wikipedia is an example of conflict of interest editing and is strongly discouraged", "binary_answer": null, "no_answer_prob": 0.48725703079253435}
{"example_id": -8997340498483679725, "prediction": "any differences between and within the groups are not systematic at the outset of the experiment", "binary_answer": null, "no_answer_prob": -3.2809791564941406}
{"example_id": -155562737735683800, "prediction": "Woodstock", "binary_answer": null, "no_answer_prob": -9.021016955375671}
{"example_id": 3027645115022091599, "prediction": "around 9 months before this episode was aired", "binary_answer": null, "no_answer_prob": -1.9280643463134766}
{"example_id": 8848233362350826818, "prediction": "the President", "binary_answer": null, "no_answer_prob": -10.319170951843262}
{"example_id": 6901901305968734632, "prediction": "Nueva canci\u00f3n first surfaced during the 1960s as `` nueva canci\u00f3n chilena '' in Chile", "binary_answer": null, "no_answer_prob": -5.615630626678467}
{"example_id": 7215767973842535831, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -11.376872956752777}
{"example_id": -487178853025333141, "prediction": "The historical meaning of the term Hindu has evolved with time . Starting with the Persian and Greek references to the land of the Indus", "binary_answer": null, "no_answer_prob": -5.238269805908203}
{"example_id": -8341914004054676028, "prediction": "Rodrigo Duterte", "binary_answer": null, "no_answer_prob": -2.2143813967704773}
{"example_id": 1622269033243818647, "prediction": "Santa Monica", "binary_answer": null, "no_answer_prob": -3.226590156555176}
{"example_id": -263198730167287458, "prediction": "Seven", "binary_answer": null, "no_answer_prob": -1.1670176982879639}
{"example_id": -1294700316371359162, "prediction": "29", "binary_answer": null, "no_answer_prob": -9.632577300071716}
{"example_id": -8080273652888190604, "prediction": "1997", "binary_answer": null, "no_answer_prob": -9.349934101104736}
{"example_id": 4342171995664797297, "prediction": "January 1 , 1954", "binary_answer": null, "no_answer_prob": -0.8901028633117676}
{"example_id": 9104191795824857360, "prediction": "18 years of age or older", "binary_answer": null, "no_answer_prob": -5.910504341125488}
{"example_id": 8925739910556899802, "prediction": "The history of Fort Lauderdale , Florida began more than 4,000 years ago", "binary_answer": null, "no_answer_prob": 1.0476703345775604}
{"example_id": 7337368624117179754, "prediction": "Global citizenship is the rights , responsibilities and duties that come with being a member of the global entity as a citizen of a particular nation or place", "binary_answer": null, "no_answer_prob": -2.9834543466567993}
{"example_id": -3711057247354742902, "prediction": "Public infrastructure Grand Coulee Dam", "binary_answer": null, "no_answer_prob": -0.01664590835571289}
{"example_id": -1842189870439179947, "prediction": "120 miles", "binary_answer": null, "no_answer_prob": -9.305729627609253}
{"example_id": -943658693546072548, "prediction": "atmosphere", "binary_answer": null, "no_answer_prob": -6.8504462242126465}
{"example_id": -1481544055301540967, "prediction": "Synchronized sound was used by French filmmaker Jean Rouch in 1960 when he shot Chronicle of a Summer", "binary_answer": null, "no_answer_prob": 0.4432644844055176}
{"example_id": 418858760917049878, "prediction": "Ralph Kramden", "binary_answer": null, "no_answer_prob": -5.715981960296631}
{"example_id": -8917967264302400833, "prediction": "While filming the first X-Men film in 1999 , McKellen", "binary_answer": null, "no_answer_prob": -1.4979639053344727}
{"example_id": -6961731740631527573, "prediction": "1979", "binary_answer": null, "no_answer_prob": -11.578649044036865}
{"example_id": -2403867946266681362, "prediction": "23,768", "binary_answer": null, "no_answer_prob": -10.101731061935425}
{"example_id": -800806536118281068, "prediction": "", "binary_answer": null, "no_answer_prob": -0.40846724435687065}
{"example_id": -2795650974172775315, "prediction": "Celtic music means two things mainly", "binary_answer": null, "no_answer_prob": 0.2778319716453552}
{"example_id": 2177811844752689864, "prediction": "Speaker of the House of Commons", "binary_answer": null, "no_answer_prob": -5.177175045013428}
{"example_id": 376321246942423050, "prediction": "Serzh Sargsyan", "binary_answer": null, "no_answer_prob": -7.612841963768005}
{"example_id": 2995733137355730388, "prediction": "Dirty Dancing", "binary_answer": null, "no_answer_prob": -0.9472804069519043}
{"example_id": -908231916853811365, "prediction": "schnitzel", "binary_answer": null, "no_answer_prob": -6.777495861053467}
{"example_id": -3550864973148060888, "prediction": "Frank Bank", "binary_answer": null, "no_answer_prob": -12.437882542610168}
{"example_id": -8507194379726918986, "prediction": "Thermal lows", "binary_answer": null, "no_answer_prob": -9.100791573524475}
{"example_id": -5849795456748455708, "prediction": "Mayflies", "binary_answer": null, "no_answer_prob": 3.4340633153915405}
{"example_id": 5500731972030421381, "prediction": "", "binary_answer": null, "no_answer_prob": -4.008588910102844}
{"example_id": -4325663049251896614, "prediction": "fifth season", "binary_answer": null, "no_answer_prob": 0.6787132024765015}
{"example_id": 6577269879107742588, "prediction": "108", "binary_answer": null, "no_answer_prob": -7.944358229637146}
{"example_id": 5740345371625171383, "prediction": "Electrical phenomena have been studied since antiquity", "binary_answer": null, "no_answer_prob": 1.1895731687545776}
{"example_id": -7020490020136406769, "prediction": "Five", "binary_answer": null, "no_answer_prob": -2.614382266998291}
{"example_id": 855909279008510273, "prediction": "New Orleans Saints", "binary_answer": null, "no_answer_prob": -5.624823331832886}
{"example_id": -1517133353143916793, "prediction": "Drew Brees", "binary_answer": null, "no_answer_prob": -7.919820547103882}
{"example_id": -7798268403935418913, "prediction": "A tennis court is the venue where the sport of tennis is played . It is a firm rectangular surface with a low net stretched across the center", "binary_answer": null, "no_answer_prob": -4.411341071128845}
{"example_id": 3359236691787262025, "prediction": "", "binary_answer": null, "no_answer_prob": 2.011683464050293}
{"example_id": -927038796744033159, "prediction": "eukaryotic cells", "binary_answer": null, "no_answer_prob": -8.796836853027344}
{"example_id": 2536702751700592958, "prediction": "The main event was an Iron Man match for the WWF Championship", "binary_answer": null, "no_answer_prob": 0.05688074231147766}
{"example_id": 8614356761406452020, "prediction": "MGM Resorts International", "binary_answer": null, "no_answer_prob": -13.418130874633789}
{"example_id": 8378285524129468194, "prediction": "red fox ( Vulpes vulpes )", "binary_answer": null, "no_answer_prob": 0.43555355072021484}
{"example_id": 7887725680289525142, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -9.884162783622742}
{"example_id": 5449938167620980506, "prediction": "", "binary_answer": null, "no_answer_prob": -5.443115592002869}
{"example_id": -4066323857629293314, "prediction": "", "binary_answer": null, "no_answer_prob": 0.33760714530944824}
{"example_id": -7387336155754361954, "prediction": "Little Kastle", "binary_answer": null, "no_answer_prob": -2.1787819862365723}
{"example_id": 1502936389175357199, "prediction": "1989", "binary_answer": null, "no_answer_prob": -3.9212549924850464}
{"example_id": 6288930175667325021, "prediction": "Tristan Avakian ( 2003 ) Chris Caffery", "binary_answer": null, "no_answer_prob": 1.6697192192077637}
{"example_id": -2777488611525081906, "prediction": "414,663,000 100.00 1.04 4,266,000 67", "binary_answer": null, "no_answer_prob": -0.0493011474609375}
{"example_id": -4026034258824790198, "prediction": "Afterwards , Berk undergoes repairs while feeling secure knowing that its dragons can defend it .", "binary_answer": null, "no_answer_prob": -2.810969114303589}
{"example_id": -2611225258568366255, "prediction": "Courtney Thorne - Smith", "binary_answer": null, "no_answer_prob": -11.797849297523499}
{"example_id": 792625120105613371, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Black Knight", "binary_answer": null, "no_answer_prob": 2.834561347961426}
{"example_id": 8657970742096423116, "prediction": "Pittsburgh suburb", "binary_answer": null, "no_answer_prob": -9.446466088294983}
{"example_id": -1148654775271788959, "prediction": "to efficiently transfer acoustic energy from compression waves in air to fluid -- membrane waves within the cochlea .", "binary_answer": null, "no_answer_prob": -5.123911023139954}
{"example_id": -5057962651631873577, "prediction": "George Frederick Blanda", "binary_answer": null, "no_answer_prob": -4.874072313308716}
{"example_id": 7861381397122222459, "prediction": "The Pittsburgh Steelers", "binary_answer": null, "no_answer_prob": -5.326079487800598}
{"example_id": -3769908616476922781, "prediction": "John Ratzenberger", "binary_answer": null, "no_answer_prob": -3.0439341068267822}
{"example_id": 814067538875541918, "prediction": "Kristian - Joy Alfonso", "binary_answer": null, "no_answer_prob": -13.196937918663025}
{"example_id": -8077155848124617065, "prediction": "Georgia , North Carolina , and South Carolina", "binary_answer": null, "no_answer_prob": -11.251141428947449}
{"example_id": -3083569204868115201, "prediction": "In the 1875 St. Nicholas tale", "binary_answer": null, "no_answer_prob": 0.8498084545135498}
{"example_id": -7551002558353070355, "prediction": "Carli Lloyd", "binary_answer": null, "no_answer_prob": -8.026134490966797}
{"example_id": 3590082214593945008, "prediction": "The geography of South America", "binary_answer": null, "no_answer_prob": 0.49990877509117126}
{"example_id": -8664504736798136559, "prediction": "more than the Hope Diamond", "binary_answer": null, "no_answer_prob": -0.10390400886535645}
{"example_id": 3455060973685343176, "prediction": "`` Inner Struggle", "binary_answer": null, "no_answer_prob": 1.623155117034912}
{"example_id": -3346103464019053634, "prediction": "Yuzuru Hanyu", "binary_answer": null, "no_answer_prob": -5.779757976531982}
{"example_id": 6270502406378791413, "prediction": "Rick Astley , released as a single on 27 July 1987 . It was written and produced by Stock Aitken Waterman", "binary_answer": null, "no_answer_prob": -12.049875497817993}
{"example_id": 5607773040906261100, "prediction": "Burns Cameron", "binary_answer": null, "no_answer_prob": -10.882550120353699}
{"example_id": -4796256705084179689, "prediction": "various authors , translators , and scholars", "binary_answer": null, "no_answer_prob": -6.196346044540405}
{"example_id": 1874912064479322290, "prediction": "$1.15 billion", "binary_answer": null, "no_answer_prob": -9.832412242889404}
{"example_id": -8341168404745935212, "prediction": "a woman 's desperation for her former lover to return", "binary_answer": null, "no_answer_prob": -8.504300117492676}
{"example_id": 2372963405620967735, "prediction": "March 1992", "binary_answer": null, "no_answer_prob": -11.302998423576355}
{"example_id": 5665316649167988713, "prediction": "Franke Previte , John DeNicola , and Donald Markowitz", "binary_answer": null, "no_answer_prob": -10.646536827087402}
{"example_id": -8185436752075156089, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.516996741294861}
{"example_id": 1398669870740790962, "prediction": "Lady Gaga", "binary_answer": null, "no_answer_prob": -6.98773729801178}
{"example_id": 3717306916440896575, "prediction": "19", "binary_answer": null, "no_answer_prob": -8.207006216049194}
{"example_id": -5073000142576795019, "prediction": "April 21 , 2015", "binary_answer": null, "no_answer_prob": -2.4189515113830566}
{"example_id": 6896427128230648690, "prediction": "Union", "binary_answer": null, "no_answer_prob": -7.856205105781555}
{"example_id": -6751470112221593638, "prediction": "first weekday in January after New Year 's Day", "binary_answer": null, "no_answer_prob": -4.641183853149414}
{"example_id": -2505837704901751715, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -11.35550045967102}
{"example_id": -3884067919475162119, "prediction": "John Forbes Kerry", "binary_answer": null, "no_answer_prob": -8.793433427810669}
{"example_id": -1643707786935179334, "prediction": "Italy", "binary_answer": null, "no_answer_prob": -5.954737305641174}
{"example_id": -3038196746815864836, "prediction": "boron , silicon , germanium , arsenic , antimony , and tellurium", "binary_answer": null, "no_answer_prob": 0.9199496507644653}
{"example_id": 5129349447417807160, "prediction": "Depression : Let 's talk", "binary_answer": null, "no_answer_prob": 0.08681631088256836}
{"example_id": 4010552134847535060, "prediction": "Andr\u00e9s Iniesta", "binary_answer": null, "no_answer_prob": -9.267754554748535}
{"example_id": 7116667444156391428, "prediction": "Dale", "binary_answer": null, "no_answer_prob": -5.196862101554871}
{"example_id": 6914274726557692023, "prediction": "hypodermis", "binary_answer": null, "no_answer_prob": -3.4617838859558105}
{"example_id": -367830275683583946, "prediction": "1950", "binary_answer": null, "no_answer_prob": -2.1933681964874268}
{"example_id": 4582188532023855158, "prediction": "In general physics , delta - v is simply a change in velocity", "binary_answer": null, "no_answer_prob": -7.032936334609985}
{"example_id": -102350158828636612, "prediction": "a mummified mother - and - child tableau encased in a glass - covered coffin .", "binary_answer": null, "no_answer_prob": -5.103074789047241}
{"example_id": 691026589898085174, "prediction": "Dolph Lundgren", "binary_answer": null, "no_answer_prob": -6.718636512756348}
{"example_id": 6928172091255210516, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -11.767559170722961}
{"example_id": -3555577008861784882, "prediction": "Joan Cusack", "binary_answer": null, "no_answer_prob": -9.668798923492432}
{"example_id": -171032016572564776, "prediction": "1962", "binary_answer": null, "no_answer_prob": -9.488661289215088}
{"example_id": 1105328149292210214, "prediction": "about 262,000 pounds ( 119,000 kg )", "binary_answer": null, "no_answer_prob": -3.671051263809204}
{"example_id": -940961394691956064, "prediction": "Joliet '' Jake Blues and harmonica player / vocalist Elwood Blues", "binary_answer": null, "no_answer_prob": -2.811105251312256}
{"example_id": -1623829653595228960, "prediction": "Daylight saving time in the United States", "binary_answer": null, "no_answer_prob": -3.476227879524231}
{"example_id": 356679829740305253, "prediction": "The instrumental theme song , titled `` The Munsters 's Theme", "binary_answer": null, "no_answer_prob": -3.753235340118408}
{"example_id": -7782584918237034331, "prediction": "December 10 , 2014", "binary_answer": null, "no_answer_prob": -12.932291984558105}
{"example_id": 7024139925004669778, "prediction": "iOS 9.3. 5", "binary_answer": null, "no_answer_prob": -1.5936288833618164}
{"example_id": -1302412739132738295, "prediction": "1975", "binary_answer": null, "no_answer_prob": -8.544336915016174}
{"example_id": 6323413886525189681, "prediction": "Pittsburgh", "binary_answer": null, "no_answer_prob": -9.07049810886383}
{"example_id": -2792612467155465472, "prediction": "Freddie James Prinze Jr.", "binary_answer": null, "no_answer_prob": -6.5699542760849}
{"example_id": 4441813942351652926, "prediction": "between 7 a.m. and 2 : 30 a.m.", "binary_answer": null, "no_answer_prob": -9.016790986061096}
{"example_id": -440897623352911547, "prediction": "Raymond William Stacy Burr", "binary_answer": null, "no_answer_prob": -12.632261872291565}
{"example_id": -1742589511368513590, "prediction": "his own father", "binary_answer": null, "no_answer_prob": -7.214925765991211}
{"example_id": -2456577547937574063, "prediction": "near the city of Cairo , Illinois", "binary_answer": null, "no_answer_prob": -8.659468650817871}
{"example_id": 2349802982527013529, "prediction": "seven", "binary_answer": null, "no_answer_prob": -7.816993236541748}
{"example_id": 2318821127786101325, "prediction": "16", "binary_answer": null, "no_answer_prob": -7.033246755599976}
{"example_id": 4221223622943683185, "prediction": "", "binary_answer": null, "no_answer_prob": 0.28462231159210205}
{"example_id": 2922124632252860905, "prediction": "Daniel Peter `` Danny '' Masterson", "binary_answer": null, "no_answer_prob": -13.946224570274353}
{"example_id": 7486363354943849407, "prediction": "1996", "binary_answer": null, "no_answer_prob": -11.05886124074459}
{"example_id": -948812485000805278, "prediction": "Bonnie Francesca Wright", "binary_answer": null, "no_answer_prob": -13.871514678001404}
{"example_id": 3340609790757310026, "prediction": "", "binary_answer": null, "no_answer_prob": 2.553855299949646}
{"example_id": 445791790994428327, "prediction": "the Arkansas River", "binary_answer": null, "no_answer_prob": -4.7189741134643555}
{"example_id": -3844459215970812837, "prediction": "October 1990", "binary_answer": null, "no_answer_prob": 1.1865025758743286}
{"example_id": 6600921428944172728, "prediction": "October 14 , 2007", "binary_answer": null, "no_answer_prob": -12.376293540000916}
{"example_id": -5651879883851203954, "prediction": "Paul Anka", "binary_answer": null, "no_answer_prob": -5.29243016242981}
{"example_id": 643314728656852062, "prediction": "The lead character of the series is Simba", "binary_answer": null, "no_answer_prob": 0.07901656627655029}
{"example_id": -4566536088537382616, "prediction": "ten", "binary_answer": null, "no_answer_prob": -4.7003092765808105}
{"example_id": -7340328871296340711, "prediction": "", "binary_answer": null, "no_answer_prob": 3.234875798225403}
{"example_id": -6734748167054609476, "prediction": "Renaissance Italian artists", "binary_answer": null, "no_answer_prob": -7.415530562400818}
{"example_id": -2826009502804797858, "prediction": "disarm the `` dictator '' and to dismantle the machinery `` .", "binary_answer": null, "no_answer_prob": -0.07319412380456924}
{"example_id": -3026600554619290030, "prediction": "Garbi\u00f1e Muguruza", "binary_answer": null, "no_answer_prob": -11.975772976875305}
{"example_id": -6923526590704934983, "prediction": "`` I Do n't Think About You ''", "binary_answer": null, "no_answer_prob": -1.7976099252700806}
{"example_id": 8622742502700297601, "prediction": "Windows 10 version 1507", "binary_answer": null, "no_answer_prob": -3.8399014472961426}
{"example_id": -3697807666594774654, "prediction": "New Orleans", "binary_answer": null, "no_answer_prob": -9.916497468948364}
{"example_id": 1185380788336396915, "prediction": "$67.09 ( or 10 - 20 %", "binary_answer": null, "no_answer_prob": -0.3462374210357666}
{"example_id": -2335900678271962549, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -8.723695755004883}
{"example_id": -9167682050066978664, "prediction": "Apu Nahasapeemapetilon", "binary_answer": null, "no_answer_prob": -3.318880319595337}
{"example_id": 6477209141371587806, "prediction": "George Benson", "binary_answer": null, "no_answer_prob": -9.598083138465881}
{"example_id": 7649976289982592175, "prediction": "December 6 , 2015", "binary_answer": null, "no_answer_prob": -8.931877136230469}
{"example_id": 182673980570613877, "prediction": "8,848 m ( 29,029 ft )", "binary_answer": null, "no_answer_prob": -11.87483811378479}
{"example_id": -2048388708281991482, "prediction": "", "binary_answer": null, "no_answer_prob": 4.395772576332092}
{"example_id": -4072086671335635257, "prediction": "the early 1960s", "binary_answer": null, "no_answer_prob": -6.1020143032073975}
{"example_id": -3642822880193897886, "prediction": "Another process , known as the Swiss Water Method , uses solely water and osmosis to decaffeinate beans", "binary_answer": null, "no_answer_prob": -5.015624523162842}
{"example_id": 8199096473241472915, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3846174478530884}
{"example_id": -9115748085431219558, "prediction": "Katy Perry", "binary_answer": null, "no_answer_prob": -11.6737220287323}
{"example_id": -7210871042651744528, "prediction": "", "binary_answer": null, "no_answer_prob": 4.856444627046585}
{"example_id": 8406629850895455324, "prediction": "Shruti Kanwar", "binary_answer": null, "no_answer_prob": -8.22496509552002}
{"example_id": -6577310853071469419, "prediction": "Frances Elizabeth Bavier", "binary_answer": null, "no_answer_prob": -12.775827169418335}
{"example_id": -4940294632163394566, "prediction": "Arnold Rothstein", "binary_answer": null, "no_answer_prob": -9.054068922996521}
{"example_id": 8243064224738690986, "prediction": "Kevin Spacey", "binary_answer": null, "no_answer_prob": -2.811671018600464}
{"example_id": -129067025216529276, "prediction": "Mauna Kea", "binary_answer": null, "no_answer_prob": -0.5822765827178955}
{"example_id": 9032355488833523238, "prediction": "Amy Lou Adams", "binary_answer": null, "no_answer_prob": -4.990778923034668}
{"example_id": -6625267119056486140, "prediction": "celery salt , black pepper , crushed red pepper flakes , and paprika", "binary_answer": null, "no_answer_prob": -6.251908302307129}
{"example_id": 1159041667934330585, "prediction": "Mary Margaret Reagan", "binary_answer": null, "no_answer_prob": -1.3121787309646606}
{"example_id": -584681916550563031, "prediction": "The Roman numeral M represents the number 1000", "binary_answer": null, "no_answer_prob": -7.3131022453308105}
{"example_id": -9099010440740722699, "prediction": "90 \u00b0 ( degrees )", "binary_answer": null, "no_answer_prob": -7.7099103927612305}
{"example_id": -8791446155770610932, "prediction": "Otis Redding", "binary_answer": null, "no_answer_prob": -7.647136449813843}
{"example_id": 703961112928105599, "prediction": "Metrocolor and CinemaScope", "binary_answer": null, "no_answer_prob": -10.092665135860443}
{"example_id": 7872719388342293890, "prediction": "Nick Lowe", "binary_answer": null, "no_answer_prob": -10.282232522964478}
{"example_id": 5918410514193138571, "prediction": "", "binary_answer": null, "no_answer_prob": 3.728743553161621}
{"example_id": 733628832580148530, "prediction": "2001", "binary_answer": null, "no_answer_prob": -8.509697437286377}
{"example_id": 8370206200732480918, "prediction": "Fred Gwynne", "binary_answer": null, "no_answer_prob": -9.37875771522522}
{"example_id": -4643583412206202179, "prediction": "December 20 , 2019", "binary_answer": null, "no_answer_prob": -9.438135147094727}
{"example_id": -8964109168160948733, "prediction": "March 22 , 2017", "binary_answer": null, "no_answer_prob": -4.771767616271973}
{"example_id": -8639434844656263684, "prediction": "the first minister , usually the leader of the largest party in the National Assembly", "binary_answer": null, "no_answer_prob": -5.025871515274048}
{"example_id": -4155478395040099183, "prediction": "July 27 , 2010", "binary_answer": null, "no_answer_prob": -10.84469735622406}
{"example_id": 779420432171860520, "prediction": "1947", "binary_answer": null, "no_answer_prob": -2.2264803647994995}
{"example_id": 7333960872459317725, "prediction": "5 Did not qualify 1998 2002 2006 2014 2018 2022 To be determined 2026 Total Group stage 1 / 21 0 0 0 5", "binary_answer": null, "no_answer_prob": -0.3397921621799469}
{"example_id": -4788901357154195989, "prediction": "`` Showdown", "binary_answer": null, "no_answer_prob": -4.311954975128174}
{"example_id": -6065883316743076082, "prediction": "2013", "binary_answer": null, "no_answer_prob": -11.606631614267826}
{"example_id": 1977698375460981830, "prediction": "Stierlitz", "binary_answer": null, "no_answer_prob": 0.8559617400169373}
{"example_id": -2133281056446283490, "prediction": "By the end of the fifth season", "binary_answer": null, "no_answer_prob": -3.099287271499634}
{"example_id": 1479606314513201116, "prediction": "May 16 , 1986", "binary_answer": null, "no_answer_prob": -11.500498175621033}
{"example_id": 7778866270168931445, "prediction": "The Heavy Brigade under James Scarlett was the British heavy cavalry force . It mounted large , heavy chargers", "binary_answer": null, "no_answer_prob": 3.1816911697387695}
{"example_id": -4953469294180457196, "prediction": "Audrey , Ted 's love interest", "binary_answer": null, "no_answer_prob": -9.915871739387512}
{"example_id": 5004205915651445856, "prediction": "Barry Nelson", "binary_answer": null, "no_answer_prob": -5.624427318572998}
{"example_id": 164657081694304046, "prediction": "Upstate New York", "binary_answer": null, "no_answer_prob": -5.577969074249268}
{"example_id": -3126027700856667004, "prediction": "None 18", "binary_answer": null, "no_answer_prob": -5.86966347694397}
{"example_id": 924674811323551135, "prediction": "William Pitt the Younger", "binary_answer": null, "no_answer_prob": -6.720991611480713}
{"example_id": -1853240722525421979, "prediction": "Katie", "binary_answer": null, "no_answer_prob": -8.712790250778198}
{"example_id": -4750563267947774895, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0130244493484497}
{"example_id": -3725203258952186952, "prediction": "South America", "binary_answer": null, "no_answer_prob": -0.9709100723266602}
{"example_id": 5977557104954330791, "prediction": "30", "binary_answer": null, "no_answer_prob": -2.0330705046653748}
{"example_id": -2972089454610261810, "prediction": "74 36 39 24 28 18 23 6 12 19 8 9 18 18 22 12 17 9 15 6 6 14 8 14 6 13", "binary_answer": null, "no_answer_prob": 0.7777818739414215}
{"example_id": -4149513062345101822, "prediction": "13", "binary_answer": null, "no_answer_prob": -7.615874528884888}
{"example_id": -4898611577301698299, "prediction": "within the knee joint", "binary_answer": null, "no_answer_prob": -7.918737053871155}
{"example_id": -2583153698203278906, "prediction": "April 16 of 2012", "binary_answer": null, "no_answer_prob": -0.663438081741333}
{"example_id": -1945659492638815587, "prediction": "Dolly Parton", "binary_answer": null, "no_answer_prob": -7.646535634994507}
{"example_id": 2956139375513010967, "prediction": "The Sayings of Jesus on the cross ( also called the Seven Last Words from the Cross ) are seven expressions biblically attributed to Jesus", "binary_answer": null, "no_answer_prob": 0.24359917640686035}
{"example_id": -8135434792964725214, "prediction": "Andrea Riseborough", "binary_answer": null, "no_answer_prob": -8.929325580596924}
{"example_id": -4933977224100162684, "prediction": "James Earl Jones", "binary_answer": null, "no_answer_prob": -6.64588737487793}
{"example_id": -5522171305070949376, "prediction": "The availability of tens of millions of acres of excellent farmland in the area made it necessary to create a territorial infrastructure to allow settlement", "binary_answer": null, "no_answer_prob": -0.9458128213882446}
{"example_id": -1501131813198190584, "prediction": "B.o.B", "binary_answer": null, "no_answer_prob": -9.817585229873657}
{"example_id": -7659074950962099920, "prediction": "multiple references to human rights abuses .", "binary_answer": null, "no_answer_prob": 1.0287060737609863}
{"example_id": 2435557196367437261, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8660929203033447}
{"example_id": -7094201365539055595, "prediction": "Bad Moon Rising", "binary_answer": null, "no_answer_prob": -4.128753185272217}
{"example_id": -2943990657065169283, "prediction": "New Zealand", "binary_answer": null, "no_answer_prob": -5.496599555015564}
{"example_id": -8301590430979514446, "prediction": "February 2003", "binary_answer": null, "no_answer_prob": -6.497668743133545}
{"example_id": 1760315175373361571, "prediction": "macular degeneration", "binary_answer": null, "no_answer_prob": -4.77138090133667}
{"example_id": 6292490726277060002, "prediction": "rich in silt", "binary_answer": null, "no_answer_prob": -4.625335693359375}
{"example_id": 2460947498654576172, "prediction": "Georgia", "binary_answer": null, "no_answer_prob": 2.085964947938919}
{"example_id": 3937329524464957572, "prediction": "Americans who served in the armed forces and as civilians", "binary_answer": null, "no_answer_prob": -7.330992341041565}
{"example_id": -1619186597598176495, "prediction": "Kirby Grant", "binary_answer": null, "no_answer_prob": -9.6727614402771}
{"example_id": -1087974163771172959, "prediction": "Lauren Graham", "binary_answer": null, "no_answer_prob": -7.721904039382935}
{"example_id": -3772539809756443083, "prediction": "Seat belt legislation requires the fitting of seat belts to motor vehicles and the wearing of seat belts by motor vehicle occupants", "binary_answer": null, "no_answer_prob": -2.3819504976272583}
{"example_id": 1321288238189971062, "prediction": "Sharon Lawrence", "binary_answer": null, "no_answer_prob": -7.413427829742432}
{"example_id": 7198659651132774529, "prediction": "The First Amendment ( Amendment I ) to the United States Constitution prevents Congress", "binary_answer": null, "no_answer_prob": -0.9518259763717651}
{"example_id": 3746159157935930720, "prediction": "Frederick North", "binary_answer": null, "no_answer_prob": -9.136414408683777}
{"example_id": -115403931893135643, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -3.93401837348938}
{"example_id": -5055534395179680777, "prediction": "February 20 , 2006", "binary_answer": null, "no_answer_prob": -11.08434808254242}
{"example_id": 4775749128428213452, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -5.485402822494507}
{"example_id": -6097728779933717199, "prediction": "369", "binary_answer": null, "no_answer_prob": -7.820024013519287}
{"example_id": 3975611248713538364, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9352340251207352}
{"example_id": 4905504633348232351, "prediction": "Alfred , Lord Tennyson", "binary_answer": null, "no_answer_prob": -5.681136727333069}
{"example_id": -8618605793320951504, "prediction": "Thomas Jefferson", "binary_answer": null, "no_answer_prob": -6.384225845336914}
{"example_id": 8234966746598000467, "prediction": "super star performers and also the Stadium of Fire Dancers", "binary_answer": null, "no_answer_prob": -0.5172821283340454}
{"example_id": -980338179653400866, "prediction": "In mathematics , and more specifically set theory , the empty set or null set is the unique set having no elements", "binary_answer": null, "no_answer_prob": -1.4761924147605896}
{"example_id": 4105724744871425855, "prediction": "surface veins", "binary_answer": null, "no_answer_prob": -2.8627071380615234}
{"example_id": 2346533086775183774, "prediction": "April 10 , 2013", "binary_answer": null, "no_answer_prob": -4.215848922729492}
{"example_id": -7133747068492519659, "prediction": "Will Smith", "binary_answer": null, "no_answer_prob": -9.39301598072052}
{"example_id": 4181352790884444499, "prediction": "on the Pacific coast , west of the Andes mountains", "binary_answer": null, "no_answer_prob": -6.885161638259888}
{"example_id": 6475401099389734193, "prediction": "a Red Ryder Carbine Action 200 - shot Range Model air rifle", "binary_answer": null, "no_answer_prob": -8.823060750961304}
{"example_id": -1123276669967747401, "prediction": "85 mph ( 140 km / h )", "binary_answer": null, "no_answer_prob": -5.422234058380127}
{"example_id": 3949257004161056562, "prediction": "free market and capitalism , both subject to state control '' while socialized state enterprises were to operate on `` a profit basis ''", "binary_answer": null, "no_answer_prob": 0.13503900915384293}
{"example_id": -7460025753292438482, "prediction": "Netflix", "binary_answer": null, "no_answer_prob": -6.178594946861267}
{"example_id": 7419614194950616439, "prediction": "The Tanakh", "binary_answer": null, "no_answer_prob": -2.242311477661133}
{"example_id": 3060219514325432081, "prediction": "The immediate family is a defined group of relations , used in rules or laws to determine which members of a person 's family are affected by those rules", "binary_answer": null, "no_answer_prob": -6.408986210823059}
{"example_id": -3864563556216478268, "prediction": "1 nautical mile ( 1.9 km ; 1.2 mi ) northeast of Prince Albert , Saskatchewan , Canada .", "binary_answer": null, "no_answer_prob": -2.5105654299259186}
{"example_id": -2140257587616251469, "prediction": "Ganges of the South", "binary_answer": null, "no_answer_prob": -2.630799174308777}
{"example_id": -5768445067916044204, "prediction": "The United States presidential election of 1828 was the 11th quadrennial presidential election", "binary_answer": null, "no_answer_prob": 0.529037356376648}
{"example_id": 6734387380940135394, "prediction": "Democracy in its earliest forms is generally associated with the efforts of the ancient Greeks and Romans", "binary_answer": null, "no_answer_prob": -4.760714530944824}
{"example_id": -940386575379041960, "prediction": "Mekong basin of Laos , Cambodia , Vietnam and Thailand", "binary_answer": null, "no_answer_prob": -7.937798738479614}
{"example_id": -4754319466435629022, "prediction": "Richard Paul Astley", "binary_answer": null, "no_answer_prob": -12.934244751930237}
{"example_id": -9016156990851099883, "prediction": "Zach", "binary_answer": null, "no_answer_prob": -2.7292230129241943}
{"example_id": 6490799758439025266, "prediction": "a small amount of standby power", "binary_answer": null, "no_answer_prob": 1.1819565296173096}
{"example_id": -6205922092590987428, "prediction": "Silent\u00f3", "binary_answer": null, "no_answer_prob": -10.710251927375793}
{"example_id": 3565020575024893105, "prediction": "3D stop - motion", "binary_answer": null, "no_answer_prob": -7.244261622428894}
{"example_id": 6351154984861339712, "prediction": "Corey Hart", "binary_answer": null, "no_answer_prob": -11.287723779678345}
{"example_id": 725338506361719078, "prediction": "Dil Hai Ke Manta Nahin", "binary_answer": null, "no_answer_prob": -4.5837706327438354}
{"example_id": 5041895651454043396, "prediction": "Austria Belgium Czech Republic", "binary_answer": null, "no_answer_prob": 3.836332082748413}
{"example_id": -7134078446817580969, "prediction": "approximately 370 billion cans", "binary_answer": null, "no_answer_prob": -0.7044082880020142}
{"example_id": 8159704428964733636, "prediction": "roughly between the orbits of the planets Mars and Jupiter", "binary_answer": null, "no_answer_prob": -9.45179295539856}
{"example_id": 6383194004981247186, "prediction": "Regardless of the time of year", "binary_answer": null, "no_answer_prob": -3.144983649253845}
{"example_id": 936863254288452979, "prediction": "90 or more", "binary_answer": null, "no_answer_prob": -0.5412473678588867}
{"example_id": -14769869931251260, "prediction": "Valravn", "binary_answer": null, "no_answer_prob": -7.602131366729736}
{"example_id": 8204594577968798493, "prediction": "International Champions Cup Founded 2013 ; 4 years ago ( 2013 ) Number of teams 3 -- 17", "binary_answer": null, "no_answer_prob": 1.4433736056089401}
{"example_id": -8627597343898407564, "prediction": "Windows 10 version 1507", "binary_answer": null, "no_answer_prob": -1.4680683612823486}
{"example_id": 510396804139041628, "prediction": "The Temptations", "binary_answer": null, "no_answer_prob": -9.217650651931763}
{"example_id": -1113094257240859291, "prediction": "setting the overall agenda for debate in the convention and , in particular , for setting forth the idea of population - weighted representation in the proposed national legislature", "binary_answer": null, "no_answer_prob": -0.014445662498474121}
{"example_id": -1601104511413497567, "prediction": "Sylvester", "binary_answer": null, "no_answer_prob": -12.04554033279419}
{"example_id": -4859299708755131321, "prediction": "Mount Adagdak", "binary_answer": null, "no_answer_prob": -2.6692291498184204}
{"example_id": -6732756032561401124, "prediction": "Laila and Ben eventually marry . Jack and Karen", "binary_answer": null, "no_answer_prob": -6.437588691711426}
{"example_id": -6916806716396464221, "prediction": "August 2 , 1776", "binary_answer": null, "no_answer_prob": -10.438133120536804}
{"example_id": 3014330160806313768, "prediction": "Four : Massachusetts Five : New York Seven : Ohio Eight : Virginia", "binary_answer": null, "no_answer_prob": -3.5277687311172485}
{"example_id": 272816241411086977, "prediction": "New Zealand", "binary_answer": null, "no_answer_prob": -6.3226635456085205}
{"example_id": -7897272329851911813, "prediction": "Donald Sutherland , Tom Skerritt , and Elliott Gould", "binary_answer": null, "no_answer_prob": -3.1936837434768677}
{"example_id": -6021263308637483805, "prediction": "seven", "binary_answer": null, "no_answer_prob": -7.796766757965088}
{"example_id": -2301404948794447918, "prediction": "Shailene Woodley", "binary_answer": null, "no_answer_prob": -8.037276148796082}
{"example_id": -2741074160908754103, "prediction": "1949 to 1963", "binary_answer": null, "no_answer_prob": -7.9837340116500854}
{"example_id": -5967446349492306987, "prediction": "According to Karan Johar", "binary_answer": null, "no_answer_prob": -2.1475110054016113}
{"example_id": 5952532104131808460, "prediction": "July 26 , 1951", "binary_answer": null, "no_answer_prob": -11.07603144645691}
{"example_id": 2010287291290882376, "prediction": "Bradford Craig , H.B. Barnum", "binary_answer": null, "no_answer_prob": -8.043057203292847}
{"example_id": -1865931968080988584, "prediction": "`` Baby , Do n't Change Your Mind ''", "binary_answer": null, "no_answer_prob": 2.0252960920333862}
{"example_id": -6277935877337775315, "prediction": "September 10 , 1990", "binary_answer": null, "no_answer_prob": -11.525368094444275}
{"example_id": -7233918791576540370, "prediction": "Dakota Johnson as Anastasia Steele", "binary_answer": null, "no_answer_prob": -5.758543133735657}
{"example_id": 2077552530800464571, "prediction": "suburban Chicago , Illinois", "binary_answer": null, "no_answer_prob": -8.831377148628235}
{"example_id": -290379612355298926, "prediction": "A spiral galaxy", "binary_answer": null, "no_answer_prob": -5.935707926750183}
{"example_id": 8123114548083991386, "prediction": "", "binary_answer": null, "no_answer_prob": -5.386655211448669}
{"example_id": -9172950643350905901, "prediction": "1,810,863", "binary_answer": null, "no_answer_prob": -8.865180969238281}
{"example_id": 3463413309313087496, "prediction": "The Red Sea -- Dead Sea Conveyance , sometimes called the Two Seas Canal , is a planned pipeline", "binary_answer": null, "no_answer_prob": -2.5892258882522583}
{"example_id": 8022728242679087178, "prediction": "", "binary_answer": null, "no_answer_prob": 1.549023985862732}
{"example_id": -3721267778050476506, "prediction": "2015", "binary_answer": null, "no_answer_prob": -7.498050548136234}
{"example_id": 1770308871344816327, "prediction": "Gal Gadot", "binary_answer": null, "no_answer_prob": -7.322349429130554}
{"example_id": 5979139532584581040, "prediction": "eleven", "binary_answer": null, "no_answer_prob": -7.38934063911438}
{"example_id": -3949893765366220839, "prediction": "R. Kelly", "binary_answer": null, "no_answer_prob": -10.375068306922913}
{"example_id": 4909928312635061226, "prediction": "Upper Marlboro Largest city Bowie", "binary_answer": null, "no_answer_prob": -1.1721620559692383}
{"example_id": -1510605848838965400, "prediction": "", "binary_answer": null, "no_answer_prob": -5.920807480812073}
{"example_id": -3560502434579868199, "prediction": "fourth", "binary_answer": null, "no_answer_prob": -2.689832329750061}
{"example_id": -8776899623429883235, "prediction": "Baku", "binary_answer": null, "no_answer_prob": -6.607833206653595}
{"example_id": 7094722744083332604, "prediction": "`` Black Is Black '' is a song by the Spanish rock band Los Bravos", "binary_answer": null, "no_answer_prob": 5.584470510482788}
{"example_id": -8505778849356532263, "prediction": "Squam Lake in Holderness , New Hampshire", "binary_answer": null, "no_answer_prob": -6.863006353378296}
{"example_id": 4130105366044313287, "prediction": "Sunday", "binary_answer": null, "no_answer_prob": -10.938549399375916}
{"example_id": -5445068360249972858, "prediction": "January 11 , 2017", "binary_answer": null, "no_answer_prob": -1.2476550340652466}
{"example_id": -2293881360952722808, "prediction": "Swan and Dolphin resort", "binary_answer": null, "no_answer_prob": -6.551877737045288}
{"example_id": -436106574654356714, "prediction": "eighteen", "binary_answer": null, "no_answer_prob": -4.218629360198975}
{"example_id": -6209570176979294886, "prediction": "Stephen M. Ross", "binary_answer": null, "no_answer_prob": -12.622998118400574}
{"example_id": -6010358404436678491, "prediction": "While the sculpture was being constructed , public and media outlets nicknamed it `` The Bean ''", "binary_answer": null, "no_answer_prob": -4.2853617668151855}
{"example_id": 8344267351961758769, "prediction": "22.9 %", "binary_answer": null, "no_answer_prob": -7.330264568328857}
{"example_id": 3355483994204165797, "prediction": "`` Rub - A-Dub - Dub '' is an English language nursery rhyme", "binary_answer": null, "no_answer_prob": -3.1890958547592163}
{"example_id": -5298150110644865124, "prediction": "Eleanor May Tomlinson", "binary_answer": null, "no_answer_prob": -12.152446508407593}
{"example_id": 4931667887901486822, "prediction": "", "binary_answer": null, "no_answer_prob": 3.527417927980423}
{"example_id": 7198370670398076504, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4288904666900635}
{"example_id": 6384961221331944426, "prediction": "1984", "binary_answer": null, "no_answer_prob": -10.586000919342041}
{"example_id": -4551991824916094767, "prediction": "South Carolina was the first state to secede from the Union ( Dec. 1860 )", "binary_answer": null, "no_answer_prob": -3.3998809456825256}
{"example_id": -8568726916559239812, "prediction": "Since the 2000 United States presidential election , red states and blue states", "binary_answer": null, "no_answer_prob": -2.037850856781006}
{"example_id": 5655337025389605453, "prediction": "June 1979", "binary_answer": null, "no_answer_prob": -8.794059038162231}
{"example_id": -2786310830664788497, "prediction": "After a scuffle , Thursday shoots Monday and leaves her for dead . As Cayman", "binary_answer": null, "no_answer_prob": 1.0439910888671875}
{"example_id": 9185684670622193737, "prediction": "the founding of the Christian church and the spread of its message to the Roman Empire", "binary_answer": null, "no_answer_prob": -0.6544201374053955}
{"example_id": 3379163765344902780, "prediction": "pneumotaxic center consisting of the subparabrachial and the medial parabrachial nuclei", "binary_answer": null, "no_answer_prob": -3.775486469268799}
{"example_id": -7166818472484732395, "prediction": "circulatory system", "binary_answer": null, "no_answer_prob": -5.574267625808716}
{"example_id": 2279719630731573582, "prediction": "Worthington Christian High School", "binary_answer": null, "no_answer_prob": -6.49309766292572}
{"example_id": 7692472008292802219, "prediction": "Season 9 episode `` Unpause ''", "binary_answer": null, "no_answer_prob": -0.8606772422790527}
{"example_id": -1011627815845283524, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6663588285446167}
{"example_id": 1510902921486161174, "prediction": "", "binary_answer": null, "no_answer_prob": 4.643341422080994}
{"example_id": 530730112875667186, "prediction": "Part 2", "binary_answer": null, "no_answer_prob": -1.0426299571990967}
{"example_id": -8486231150341132105, "prediction": "August 1 , 2014", "binary_answer": null, "no_answer_prob": -9.914366483688354}
{"example_id": 3606896341375275321, "prediction": "Michigan Stadium", "binary_answer": null, "no_answer_prob": -7.125587582588196}
{"example_id": -8915930708580912305, "prediction": "a base for expeditions against other targets .", "binary_answer": null, "no_answer_prob": -0.16423732042312622}
{"example_id": -1669438852964162570, "prediction": "2001", "binary_answer": null, "no_answer_prob": -8.807352185249329}
{"example_id": -7975357350988442808, "prediction": "Centum City , Busan", "binary_answer": null, "no_answer_prob": -9.346124172210693}
{"example_id": 2336261172390241420, "prediction": "Xavier Becerra", "binary_answer": null, "no_answer_prob": -6.432580947875977}
{"example_id": 2404760617997253869, "prediction": "pancreatic cancer", "binary_answer": null, "no_answer_prob": -7.685901641845703}
{"example_id": -9056907276703149045, "prediction": "Hillman College", "binary_answer": null, "no_answer_prob": -6.549205183982849}
{"example_id": -3140869096194957539, "prediction": "200 minutes ( Theatrical cut ) 263 minutes", "binary_answer": null, "no_answer_prob": -8.188283681869507}
{"example_id": -1178538835322605591, "prediction": "John Jay", "binary_answer": null, "no_answer_prob": -11.28168785572052}
{"example_id": -5463645323463076408, "prediction": "367,500", "binary_answer": null, "no_answer_prob": -8.406214714050293}
{"example_id": 3456316294813584769, "prediction": "9 December 1946", "binary_answer": null, "no_answer_prob": -8.075132846832275}
{"example_id": 7257409262160366385, "prediction": "`` Nowhere to Run ''", "binary_answer": null, "no_answer_prob": 2.406026601791382}
{"example_id": 102289702702562386, "prediction": "in the host country ( ies )", "binary_answer": null, "no_answer_prob": 0.5396275520324707}
{"example_id": 1480908489472248735, "prediction": "The poem discusses proper decorum in the wake of the death of a young woman", "binary_answer": null, "no_answer_prob": -3.360364317893982}
{"example_id": -6919762201874810116, "prediction": "Roberta Flack", "binary_answer": null, "no_answer_prob": -6.579213976860046}
{"example_id": 753483961898368577, "prediction": "Chandrayaan - 1", "binary_answer": null, "no_answer_prob": -4.363089561462402}
{"example_id": -1307104257831627169, "prediction": "Michael Ausley Maddux", "binary_answer": null, "no_answer_prob": -12.369451522827148}
{"example_id": 5287198069680001203, "prediction": "The show was cancelled", "binary_answer": null, "no_answer_prob": -1.4067072868347168}
{"example_id": -9069262338641760483, "prediction": "ending legalized racial segregation and discrimination", "binary_answer": null, "no_answer_prob": -1.0758349895477295}
{"example_id": 1382350937674232269, "prediction": "12 - mile ( 19.3 km )", "binary_answer": null, "no_answer_prob": -7.366250514984131}
{"example_id": -5598631718781671326, "prediction": "Ric Ocasek Benjamin Orr Elliot Easton Greg Hawkes David Robinson", "binary_answer": null, "no_answer_prob": -2.5866779088974}
{"example_id": -131976161275180329, "prediction": "In organic chemistry , an alkene is an unsaturated hydrocarbon", "binary_answer": null, "no_answer_prob": 2.9777051210403442}
{"example_id": -3286419606547580920, "prediction": "Bonnie Tyler", "binary_answer": null, "no_answer_prob": -11.347222328186035}
{"example_id": 1063320969246893459, "prediction": "Adele", "binary_answer": null, "no_answer_prob": -9.979814648628235}
{"example_id": 8452219194022985554, "prediction": "Character Portrayed by Seasons 5 6 7 Leslie Knope", "binary_answer": null, "no_answer_prob": -2.2097761631011963}
{"example_id": 9019786146417242969, "prediction": "Robert Picardo", "binary_answer": null, "no_answer_prob": -14.192196249961853}
{"example_id": 7789002127372502187, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -1.5249757766723633}
{"example_id": 6988669040076397079, "prediction": "1826", "binary_answer": null, "no_answer_prob": -5.30373215675354}
{"example_id": 242696097585979862, "prediction": "2018", "binary_answer": null, "no_answer_prob": -8.44794487953186}
{"example_id": -4120684623067630088, "prediction": "Northern Irish singer - songwriter Van Morrison", "binary_answer": null, "no_answer_prob": -3.603727340698242}
{"example_id": 9105438806221496463, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5967270731925964}
{"example_id": -8987113309871232772, "prediction": "The United States Colored Troops", "binary_answer": null, "no_answer_prob": -2.7298091650009155}
{"example_id": -851149197598120689, "prediction": "", "binary_answer": null, "no_answer_prob": -5.318944573402405}
{"example_id": -1531672347750888731, "prediction": "The terms traditional knowledge ( TK ) , indigenous knowledge ( IK ) , and local knowledge", "binary_answer": null, "no_answer_prob": 2.117272648960352}
{"example_id": -5404449441007581084, "prediction": "1945", "binary_answer": null, "no_answer_prob": -10.46351969242096}
{"example_id": 8988273159490677041, "prediction": "Notre Dame", "binary_answer": null, "no_answer_prob": -3.9660463333129883}
{"example_id": -1815733016661963367, "prediction": "Guns N ' Roses", "binary_answer": null, "no_answer_prob": -11.724915742874146}
{"example_id": -6146992061056953778, "prediction": "2008", "binary_answer": null, "no_answer_prob": -4.261861205101013}
{"example_id": -1761782052923812581, "prediction": "Sarvepalli Radhakrishnan", "binary_answer": null, "no_answer_prob": -4.507431983947754}
{"example_id": -3835838259462087896, "prediction": "Penelope Garcia Criminal Minds character Kirsten Vangsness as Penelope Garcia First appearance `` Extreme Aggressor", "binary_answer": null, "no_answer_prob": -1.6999638080596924}
{"example_id": -288656751707732250, "prediction": "Massachusetts", "binary_answer": null, "no_answer_prob": -7.095481634140015}
{"example_id": -1259255228108588003, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -11.540897965431213}
{"example_id": -2607105789597326909, "prediction": "128 ft ( 39 m )", "binary_answer": null, "no_answer_prob": -10.817882061004639}
{"example_id": -818630588338066747, "prediction": "Jeremy Piven", "binary_answer": null, "no_answer_prob": -7.605513095855713}
{"example_id": 4180199459101429479, "prediction": "Villeneuve", "binary_answer": null, "no_answer_prob": -7.400240659713745}
{"example_id": -1184378813754055861, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -5.568869590759277}
{"example_id": 1221168998256712153, "prediction": "Green Bay Packers", "binary_answer": null, "no_answer_prob": -7.645061612129211}
{"example_id": -3279984538149973123, "prediction": "Since 2012 , Walliams has been a judge", "binary_answer": null, "no_answer_prob": -6.413215398788452}
{"example_id": -116550008755878883, "prediction": "New Spain , New France , and the early United States", "binary_answer": null, "no_answer_prob": -3.0143470764160156}
{"example_id": -6302583688315645200, "prediction": "Yvette Nicole Brown as Sgt . Davis Allison Munn as Caroline", "binary_answer": null, "no_answer_prob": 1.1236352920532227}
{"example_id": -7801110938843408267, "prediction": "Maine , mostly in the town of Camden", "binary_answer": null, "no_answer_prob": -2.2777657508850098}
{"example_id": -5635521522393625275, "prediction": "Oldman", "binary_answer": null, "no_answer_prob": -6.49636971950531}
{"example_id": 1539776967029811363, "prediction": "Mohandas Karamchand Gandhi", "binary_answer": null, "no_answer_prob": -7.688166260719299}
{"example_id": 6825233902162016166, "prediction": "Army colonel", "binary_answer": null, "no_answer_prob": -4.291514277458191}
{"example_id": -8161132950728585685, "prediction": "Will Horton", "binary_answer": null, "no_answer_prob": -4.385408639907837}
{"example_id": 148643494114306669, "prediction": "Molly Ephraim", "binary_answer": null, "no_answer_prob": -12.755455374717712}
{"example_id": -5310586781600306017, "prediction": "season three", "binary_answer": null, "no_answer_prob": -9.519210696220398}
{"example_id": 7964865769045846762, "prediction": "", "binary_answer": null, "no_answer_prob": 5.178226113319397}
{"example_id": -8686446217209973341, "prediction": "New York Jets", "binary_answer": null, "no_answer_prob": -4.294131875038147}
{"example_id": 4972735096175159012, "prediction": "Bernard Hinault", "binary_answer": null, "no_answer_prob": -6.995845258235931}
{"example_id": -4065577178194066983, "prediction": "Paul V. McNutt", "binary_answer": null, "no_answer_prob": -3.004400134086609}
{"example_id": 8952717755010970909, "prediction": "May 11 , 2012", "binary_answer": null, "no_answer_prob": -11.38667631149292}
{"example_id": 4412615293667765975, "prediction": "Stress Relief ''", "binary_answer": null, "no_answer_prob": -6.516443252563477}
{"example_id": 4912274061197020267, "prediction": "borracho", "binary_answer": null, "no_answer_prob": -5.735685348510742}
{"example_id": 5929025091515766344, "prediction": "103", "binary_answer": null, "no_answer_prob": -7.976907014846802}
{"example_id": 1128175850275908332, "prediction": "Logan Lerman", "binary_answer": null, "no_answer_prob": -9.867079257965088}
{"example_id": 318582908448127593, "prediction": "`` I Got a Woman ''", "binary_answer": null, "no_answer_prob": -1.7535909414291382}
{"example_id": -2418339530591519123, "prediction": "All states and territories in Australia have a uniform driver licence system .", "binary_answer": null, "no_answer_prob": -0.8391427993774414}
{"example_id": -2789898797183354352, "prediction": "seasons five through seven", "binary_answer": null, "no_answer_prob": -1.126201868057251}
{"example_id": 5262209105189635250, "prediction": "Scott Allie", "binary_answer": null, "no_answer_prob": -3.1007989645004272}
{"example_id": 2346633961794086914, "prediction": "In February 2012 , it was reported that Blue Mountain State would not be renewed for a fourth", "binary_answer": null, "no_answer_prob": -5.692009091377258}
{"example_id": 175947240489549483, "prediction": "Ukrainian", "binary_answer": null, "no_answer_prob": -9.866644978523254}
{"example_id": 3917308150252424519, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -7.22827422618866}
{"example_id": -817630463662302670, "prediction": "5 May 2017", "binary_answer": null, "no_answer_prob": -11.720396995544434}
{"example_id": 7601066006322125432, "prediction": "Oklahoma Sooners and the Georgia Bulldogs", "binary_answer": null, "no_answer_prob": -10.107681393623352}
{"example_id": -9118147714442335775, "prediction": "despite years of pressure for assimilation .", "binary_answer": null, "no_answer_prob": 2.6525037586688995}
{"example_id": 136972444588876537, "prediction": "high school", "binary_answer": null, "no_answer_prob": -4.046523690223694}
{"example_id": 6638181243859421210, "prediction": "`` Cortez the Killer '' is a song by Neil Young", "binary_answer": null, "no_answer_prob": 4.397123634815216}
{"example_id": -4810054033460826741, "prediction": "30 years", "binary_answer": null, "no_answer_prob": -4.693041086196899}
{"example_id": 5538879424517624730, "prediction": "Chicago Bears", "binary_answer": null, "no_answer_prob": -6.468925714492798}
{"example_id": -4929405132784040357, "prediction": "935", "binary_answer": null, "no_answer_prob": -4.430434346199036}
{"example_id": -8063180188560342974, "prediction": "Stress Relief ''", "binary_answer": null, "no_answer_prob": -4.901381969451904}
{"example_id": 7120250136673619482, "prediction": "Gal Gadot - Varsano", "binary_answer": null, "no_answer_prob": -12.66840147972107}
{"example_id": -2761991981832466183, "prediction": "World Golf Village near St. Augustine , Florida", "binary_answer": null, "no_answer_prob": -10.714400053024292}
{"example_id": -5336596252171642264, "prediction": "", "binary_answer": null, "no_answer_prob": 3.425650954246521}
{"example_id": -5067561284203049827, "prediction": "Pete the Pup", "binary_answer": null, "no_answer_prob": -10.684008002281189}
{"example_id": -3830210245638674240, "prediction": "the prison - fortress in Paris was stormed on 14 July 1789 ( see Storming of the Bastille )", "binary_answer": null, "no_answer_prob": -2.0082472562789917}
{"example_id": 585509858022987835, "prediction": "Marcus James Jordan", "binary_answer": null, "no_answer_prob": -3.757016956806183}
{"example_id": 7362391858210558892, "prediction": "Cedar Point", "binary_answer": null, "no_answer_prob": -5.76017963886261}
{"example_id": 1453410287132670714, "prediction": "`` Stir It Up ''", "binary_answer": null, "no_answer_prob": -3.2439273595809937}
{"example_id": 5610563369401480961, "prediction": "David Warner", "binary_answer": null, "no_answer_prob": -7.089174747467041}
{"example_id": -621263271867764976, "prediction": "15 November 2017", "binary_answer": null, "no_answer_prob": -8.803633093833923}
{"example_id": 7375626827650126032, "prediction": "Rohit Sharma", "binary_answer": null, "no_answer_prob": -8.94706380367279}
{"example_id": 7643492673466479212, "prediction": "81,321", "binary_answer": null, "no_answer_prob": -11.578747034072876}
{"example_id": -5086838560806486875, "prediction": "Joey Bosa", "binary_answer": null, "no_answer_prob": -7.320361375808716}
{"example_id": 282190951134581763, "prediction": "The New England Colonies of British America", "binary_answer": null, "no_answer_prob": 3.4153324365615845}
{"example_id": -5127795467401211715, "prediction": "Taylor Swift", "binary_answer": null, "no_answer_prob": -11.253252863883972}
{"example_id": 2119840652984460478, "prediction": "Regis Philbin", "binary_answer": null, "no_answer_prob": -5.98912239074707}
{"example_id": -8402604807335932746, "prediction": "episode `` Killer Within ''", "binary_answer": null, "no_answer_prob": -3.1784167289733887}
{"example_id": 7042627976731758933, "prediction": "`` Never Gonna Give You Up '' is a single by Rick Astley", "binary_answer": null, "no_answer_prob": 0.9760516881942749}
{"example_id": -7985890823379543060, "prediction": "April 1997 to January 1999", "binary_answer": null, "no_answer_prob": -5.853992700576782}
{"example_id": 5841137545646136347, "prediction": "Iamgold Corporation", "binary_answer": null, "no_answer_prob": -5.187875509262085}
{"example_id": 9039626860982008361, "prediction": "4,582 metric tons ( 147.3 million oz . troy )", "binary_answer": null, "no_answer_prob": -5.1501898765563965}
{"example_id": -1457053583700830644, "prediction": "596", "binary_answer": null, "no_answer_prob": -11.096973299980164}
{"example_id": 5512872882789362668, "prediction": "Instagram 's own account", "binary_answer": null, "no_answer_prob": -8.354667901992798}
{"example_id": 475342910078141272, "prediction": "Aromatic hydrocarbons ( arenes ) , alkanes , cycloalkanes and alkyne - based compounds", "binary_answer": null, "no_answer_prob": 0.015188455581665039}
{"example_id": 3461350460903256672, "prediction": "Trim levels are used by manufacturers to identify a vehicle 's level of equipment or special features", "binary_answer": null, "no_answer_prob": -2.0841437578201294}
{"example_id": -740563034679379270, "prediction": "October 27 , 1955", "binary_answer": null, "no_answer_prob": -9.03883945941925}
{"example_id": -2990233242098694315, "prediction": "Alan Silvestri", "binary_answer": null, "no_answer_prob": -9.567454099655151}
{"example_id": 1274849832589718948, "prediction": "The Phantom Menace", "binary_answer": null, "no_answer_prob": -2.1291658878326416}
{"example_id": 5802035219775305368, "prediction": "Henry Hudson", "binary_answer": null, "no_answer_prob": -5.983310222625732}
{"example_id": -9137397040563681688, "prediction": "the loss of innocence of the early rock and roll generation as symbolized by the plane crash which claimed the lives of three of its heroes .", "binary_answer": null, "no_answer_prob": -6.3552565574646}
{"example_id": 244810551872428678, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5337053537368774}
{"example_id": -7880236379085981929, "prediction": "Okaloosa County Santa Rosa County Walton County", "binary_answer": null, "no_answer_prob": -1.0204410552978516}
{"example_id": 7195713096498671663, "prediction": "Charlie Rich", "binary_answer": null, "no_answer_prob": -11.76175606250763}
{"example_id": -18591298215046801, "prediction": "Persephone", "binary_answer": null, "no_answer_prob": 0.9857169985771179}
{"example_id": -6577115638497310572, "prediction": "Thomas Jefferson", "binary_answer": null, "no_answer_prob": -4.867397367954254}
{"example_id": 7075549318247145232, "prediction": "Artie Glenn", "binary_answer": null, "no_answer_prob": -12.239370703697205}
{"example_id": 8793840640169543652, "prediction": "hand hug", "binary_answer": null, "no_answer_prob": -3.0875377655029297}
{"example_id": 7383012467972536173, "prediction": "Mecca ( / \u02c8m\u025bk\u0259 / ) or Makkah", "binary_answer": null, "no_answer_prob": -4.823901534080505}
{"example_id": 4459754664696246825, "prediction": "Al Dhafra Air Base United Arab Emirates", "binary_answer": null, "no_answer_prob": -0.06589746475219727}
{"example_id": -4746167706563604626, "prediction": "December 4 , 1991", "binary_answer": null, "no_answer_prob": -10.487425804138184}
{"example_id": 8450376111876739069, "prediction": "16 November 2001", "binary_answer": null, "no_answer_prob": -10.923549771308899}
{"example_id": 3688157611140078166, "prediction": "91 to 128 m )", "binary_answer": null, "no_answer_prob": -5.855916738510132}
{"example_id": 3052972741747329965, "prediction": "11,520", "binary_answer": null, "no_answer_prob": -8.042652368545532}
{"example_id": -5669895498673757612, "prediction": "7 December 2017", "binary_answer": null, "no_answer_prob": -9.59213674068451}
{"example_id": -8328228024519375358, "prediction": "May 11 , 1912", "binary_answer": null, "no_answer_prob": -10.490722417831421}
{"example_id": 6680118026967498095, "prediction": "homemakers", "binary_answer": null, "no_answer_prob": 1.160811960697174}
{"example_id": 8999786028468107226, "prediction": "Jacksonville at New England", "binary_answer": null, "no_answer_prob": -1.7841415405273438}
{"example_id": 3383757862229997289, "prediction": "Eddie McGee", "binary_answer": null, "no_answer_prob": -1.8627547025680542}
{"example_id": -7619551093452639579, "prediction": "his wife , Am\u00e9lie Noellie Matisse - Parayre", "binary_answer": null, "no_answer_prob": -3.9294869899749756}
{"example_id": -5162121679183072559, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7961201667785645}
{"example_id": 7771534882868373974, "prediction": "Laura Branigan", "binary_answer": null, "no_answer_prob": -6.462899446487427}
{"example_id": -3278422072881757999, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8019617795944214}
{"example_id": -1149489503345444273, "prediction": "Ryder", "binary_answer": null, "no_answer_prob": -0.17120873928070068}
{"example_id": 6142566675688213823, "prediction": "`` Love Makes the World Go ' Round '' is a popular song written by Bob Merrill for the 1961 Broadway musical Carnival !", "binary_answer": null, "no_answer_prob": -0.3514794111251831}
{"example_id": 8680127754546561060, "prediction": "$200,000 .", "binary_answer": null, "no_answer_prob": -4.7771992683410645}
{"example_id": 6872930417571366034, "prediction": "2014", "binary_answer": null, "no_answer_prob": -9.30436623096466}
{"example_id": 5288653356772739542, "prediction": "haustoria", "binary_answer": null, "no_answer_prob": -8.358855962753296}
{"example_id": 8801535981314182416, "prediction": "a convention of delegates called together from the Thirteen Colonies . It became the governing body of the United States during the American Revolution .", "binary_answer": null, "no_answer_prob": -0.6249602735042572}
{"example_id": 6259013969167183618, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -10.176006078720093}
{"example_id": 4147502287458164983, "prediction": "April 28 , 2017", "binary_answer": null, "no_answer_prob": -2.413567066192627}
{"example_id": -8271282859243007079, "prediction": "two centuries of peace between the United States and Britain", "binary_answer": null, "no_answer_prob": -4.146818995475769}
{"example_id": 4665617177052818082, "prediction": "November 17 , 2014", "binary_answer": null, "no_answer_prob": -4.136141300201416}
{"example_id": -1922631224359307957, "prediction": "A Social Security number may be obtained by applying on Form SS - 5 , Application for A Social Security Number Card .", "binary_answer": null, "no_answer_prob": -1.0290975868701935}
{"example_id": -8900616184719720437, "prediction": "Paul the Apostle", "binary_answer": null, "no_answer_prob": -4.77239716053009}
{"example_id": -8693385355405746586, "prediction": "21 October 1940", "binary_answer": null, "no_answer_prob": -10.909788250923157}
{"example_id": 8959369110726105036, "prediction": "to protect the rights of the colonists and to fight taxation by the British government", "binary_answer": null, "no_answer_prob": -3.4567670822143555}
{"example_id": 2296494244768444293, "prediction": "Congressman Paul Ryan", "binary_answer": null, "no_answer_prob": -9.617385149002075}
{"example_id": 6718355048893603593, "prediction": "Mac Davis", "binary_answer": null, "no_answer_prob": -12.02669084072113}
{"example_id": 8470886190012802318, "prediction": "Diodorus Siculus", "binary_answer": null, "no_answer_prob": -6.3022589683532715}
{"example_id": 2457708580498213119, "prediction": "Kobe Bryant", "binary_answer": null, "no_answer_prob": -6.742332696914673}
{"example_id": 6534586380632700913, "prediction": "October 2016", "binary_answer": null, "no_answer_prob": -4.521754026412964}
{"example_id": -5865801529726108081, "prediction": "16 miles", "binary_answer": null, "no_answer_prob": -2.923539161682129}
{"example_id": -4398955744615655372, "prediction": "James Hargreaves", "binary_answer": null, "no_answer_prob": -12.428086996078491}
{"example_id": 2307236974815988837, "prediction": "", "binary_answer": null, "no_answer_prob": 3.209628105163574}
{"example_id": 531920013532529375, "prediction": "Hank Williams", "binary_answer": null, "no_answer_prob": -7.301632761955261}
{"example_id": 4128712388780661352, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4959088563919067}
{"example_id": 1642413496741749230, "prediction": "3 December 1984", "binary_answer": null, "no_answer_prob": -10.627358794212341}
{"example_id": -3585018865374602275, "prediction": "when it occurs in the penalty area", "binary_answer": null, "no_answer_prob": -5.852738380432129}
{"example_id": 8527501900271026784, "prediction": "1962", "binary_answer": null, "no_answer_prob": -9.781139492988586}
{"example_id": -3984826114295360087, "prediction": "1976", "binary_answer": null, "no_answer_prob": -9.697697699069977}
{"example_id": 6850143293915722510, "prediction": "Glynn Wolfe", "binary_answer": null, "no_answer_prob": -7.103091597557068}
{"example_id": 7893711149865638098, "prediction": "Professional social work originated in 19th century England", "binary_answer": null, "no_answer_prob": -1.6246297359466553}
{"example_id": -2839506416532928017, "prediction": "Ethan Wayne", "binary_answer": null, "no_answer_prob": -8.672057151794434}
{"example_id": 8794800302609063049, "prediction": "Sia Furler", "binary_answer": null, "no_answer_prob": -2.5068106651306152}
{"example_id": 5860465370694848700, "prediction": "Dire Straits", "binary_answer": null, "no_answer_prob": -6.2216761112213135}
{"example_id": 1559936187919517066, "prediction": "sulfate ion", "binary_answer": null, "no_answer_prob": -3.0245649814605713}
{"example_id": -7441340448355135863, "prediction": "murdered in an apparent drug deal gone wrong", "binary_answer": null, "no_answer_prob": -1.2058345079421997}
{"example_id": -257187971045469409, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0805174112319946}
{"example_id": -4916685744907496760, "prediction": "Wild Cherry", "binary_answer": null, "no_answer_prob": -7.090511083602905}
{"example_id": -2751055695362436606, "prediction": "Burj Khalifa", "binary_answer": null, "no_answer_prob": -6.7839202880859375}
{"example_id": 6674623607858041037, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -7.875141620635986}
{"example_id": 6643873311424082064, "prediction": "the circumferences of the bust , waist and hips", "binary_answer": null, "no_answer_prob": -8.63053274154663}
{"example_id": 5051984123162505623, "prediction": "Justin Timberlake", "binary_answer": null, "no_answer_prob": -11.4428071975708}
{"example_id": -7425022836068020588, "prediction": "", "binary_answer": null, "no_answer_prob": 1.844071626663208}
{"example_id": -5295023499347964665, "prediction": "British Columbia , Canada", "binary_answer": null, "no_answer_prob": -10.664306163787842}
{"example_id": -3954617935964596500, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 5.042642712593079}
{"example_id": -8000435030363085009, "prediction": "Baha Men", "binary_answer": null, "no_answer_prob": -11.844252467155457}
{"example_id": -7501891543616867974, "prediction": "50", "binary_answer": null, "no_answer_prob": -8.02130115032196}
{"example_id": -8026408410487936588, "prediction": "President of India , through the Office of the President of India", "binary_answer": null, "no_answer_prob": -3.1573355197906494}
{"example_id": 383605060299454859, "prediction": "Tori Kelly", "binary_answer": null, "no_answer_prob": -6.401486158370972}
{"example_id": -9146867122357696563, "prediction": "Kauai , Hawaii", "binary_answer": null, "no_answer_prob": -9.951740145683289}
{"example_id": 261945718655304138, "prediction": "44,125", "binary_answer": null, "no_answer_prob": -12.199507474899292}
{"example_id": 7939460582023879698, "prediction": "Nervous tissue , also called neural tissue or nerve tissue , is the main tissue component of the nervous system", "binary_answer": null, "no_answer_prob": -3.5115703344345093}
{"example_id": -1562894219989408434, "prediction": "Kopa ( son ) Kiara", "binary_answer": null, "no_answer_prob": -3.8466551303863525}
{"example_id": 3609759591820304398, "prediction": "Nacio Herb Brown ( music ) Arthur Freed", "binary_answer": null, "no_answer_prob": -5.523574590682983}
{"example_id": -1881286304870722165, "prediction": "The Rocky Mountains , commonly known as the Rockies , are a major mountain range in western North America", "binary_answer": null, "no_answer_prob": 0.5106559693813324}
{"example_id": -8385175925147867542, "prediction": "20", "binary_answer": null, "no_answer_prob": -0.9727790355682373}
{"example_id": 7295101132531728731, "prediction": "The origins of this song are unclear , although it pre-dates the 1861 -- 1865 American Civil War", "binary_answer": null, "no_answer_prob": -2.629654884338379}
{"example_id": 5840941903343433154, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6900994777679443}
{"example_id": -6625816637881640495, "prediction": "Dallas Cowboys", "binary_answer": null, "no_answer_prob": -5.446599960327148}
{"example_id": 4941090611421671840, "prediction": "Atlantic Ocean Ocean", "binary_answer": null, "no_answer_prob": -1.8680500984191895}
{"example_id": -7286757274041786003, "prediction": "Normative generally means relating to an evaluative standard . Normativity", "binary_answer": null, "no_answer_prob": -1.5325317978858948}
{"example_id": 5380952938961992307, "prediction": "Charlie Rich", "binary_answer": null, "no_answer_prob": -9.323561549186707}
{"example_id": -2079191042845363147, "prediction": "August 29 , 2009", "binary_answer": null, "no_answer_prob": 2.224930614233017}
{"example_id": 244819218548350853, "prediction": "Checkmating the opponent wins the game .", "binary_answer": null, "no_answer_prob": -1.4717901945114136}
{"example_id": -5896690541516985078, "prediction": "14 miles south of Marietta , Ohio", "binary_answer": null, "no_answer_prob": -6.0063923597335815}
{"example_id": -5978097463654951739, "prediction": "California", "binary_answer": null, "no_answer_prob": -10.449545741081238}
{"example_id": -8582994919442244515, "prediction": "German - born architect Ludwig Mies van der Rohe", "binary_answer": null, "no_answer_prob": -5.803837418556213}
{"example_id": 786277896696035959, "prediction": "", "binary_answer": null, "no_answer_prob": 4.573883146047592}
{"example_id": -2715586486478544719, "prediction": "Chesley Burnett `` Sully '' Sullenberger III", "binary_answer": null, "no_answer_prob": -9.428874611854553}
{"example_id": -7039891451955594884, "prediction": "Cyndi Lauper", "binary_answer": null, "no_answer_prob": -11.943591475486755}
{"example_id": -91045735583182891, "prediction": "Joaquin Phoenix", "binary_answer": null, "no_answer_prob": -9.595322132110596}
{"example_id": -3238535147717376429, "prediction": "Robert Wadlow", "binary_answer": null, "no_answer_prob": -6.992131471633911}
{"example_id": -1544269872683322277, "prediction": "Season two", "binary_answer": null, "no_answer_prob": -2.2553486824035645}
{"example_id": -6386104809992583222, "prediction": "Boston Latin School", "binary_answer": null, "no_answer_prob": -4.996246337890625}
{"example_id": -7668712537571529667, "prediction": "Chicago Bears", "binary_answer": null, "no_answer_prob": -0.11710906028747559}
{"example_id": -3191898835305484552, "prediction": "John Hiatt", "binary_answer": null, "no_answer_prob": -11.741966009140015}
{"example_id": -634416071878481840, "prediction": "May 19 , 1999", "binary_answer": null, "no_answer_prob": -7.765739440917969}
{"example_id": 3161746686543658073, "prediction": "November 17 , 1984", "binary_answer": null, "no_answer_prob": -9.47580862045288}
{"example_id": -2888994232455468445, "prediction": "4 May 2018", "binary_answer": null, "no_answer_prob": -6.529516339302063}
{"example_id": 7747039372524617848, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3474053218960762}
{"example_id": 5506927403187384480, "prediction": "Pete Seeger", "binary_answer": null, "no_answer_prob": -10.608391046524048}
{"example_id": 31111735340332114, "prediction": "angina and myocardial infarction", "binary_answer": null, "no_answer_prob": -3.5948835611343384}
{"example_id": 3441937135807868086, "prediction": "Nelly", "binary_answer": null, "no_answer_prob": -10.607757866382599}
{"example_id": 7043961453896452225, "prediction": "8 September 1981", "binary_answer": null, "no_answer_prob": -9.800297141075134}
{"example_id": 2458684640812806860, "prediction": "`` God Save the Queen", "binary_answer": null, "no_answer_prob": -6.939653038978577}
{"example_id": -1004489077412244594, "prediction": "the great white , tiger , and bull", "binary_answer": null, "no_answer_prob": -6.5392749309539795}
{"example_id": 1392067418368757491, "prediction": "I / O devices", "binary_answer": null, "no_answer_prob": -5.3971288204193115}
{"example_id": 6883733416814311847, "prediction": "Barry White", "binary_answer": null, "no_answer_prob": -6.65545117855072}
{"example_id": -1274782862877897712, "prediction": "`` My Eyes Adored You '' is a 1974 song written by Bob Crewe and Kenny Nolan", "binary_answer": null, "no_answer_prob": 3.144499182701111}
{"example_id": 4224601773732475392, "prediction": "1960", "binary_answer": null, "no_answer_prob": -9.132973074913025}
{"example_id": 3092973575540297988, "prediction": "Joaqu\u00edn Guzm\u00e1n Loera", "binary_answer": null, "no_answer_prob": -1.631317138671875}
{"example_id": 5916932264214154173, "prediction": "Debra Winger", "binary_answer": null, "no_answer_prob": -8.025065660476685}
{"example_id": -1970505664005495754, "prediction": "Paris , France", "binary_answer": null, "no_answer_prob": -11.250183701515198}
{"example_id": 4942886778924584991, "prediction": "The Stanley Hotel", "binary_answer": null, "no_answer_prob": -5.502421975135803}
{"example_id": 686473115238473936, "prediction": "La La Land ( 2016 ) .", "binary_answer": null, "no_answer_prob": 0.3223233222961426}
{"example_id": 7146082232126662177, "prediction": "about 50 million people", "binary_answer": null, "no_answer_prob": -7.223526835441589}
{"example_id": -3017429727600339540, "prediction": "61 miles ( 98 km )", "binary_answer": null, "no_answer_prob": -10.406080484390259}
{"example_id": -1867806951767882180, "prediction": "halloween", "binary_answer": null, "no_answer_prob": 1.5242547988891602}
{"example_id": 7467684090775849181, "prediction": "Before being hired as the tenth head coach in Kansas City Chiefs history , Edwards", "binary_answer": null, "no_answer_prob": -4.343360900878906}
{"example_id": -1594642028367455785, "prediction": "2,832,000", "binary_answer": null, "no_answer_prob": -10.667856216430664}
{"example_id": 8848030408511989657, "prediction": "Harald Hardrada", "binary_answer": null, "no_answer_prob": -5.648796796798706}
{"example_id": -5381413945124197508, "prediction": "21 June 2003", "binary_answer": null, "no_answer_prob": -11.901418685913086}
{"example_id": -8296998084172374636, "prediction": "The term originates in the systematic psychological manipulation of a victim by her husband in the 1938 stage play Gas Light", "binary_answer": null, "no_answer_prob": -3.439903497695923}
{"example_id": 5089102640925979928, "prediction": "On the Fahrenheit scale", "binary_answer": null, "no_answer_prob": -5.804071426391602}
{"example_id": 4136481727149638153, "prediction": "13.5 % ( 43.1 million ) of Americans", "binary_answer": null, "no_answer_prob": -5.286511659622192}
{"example_id": -348540518175445519, "prediction": "13", "binary_answer": null, "no_answer_prob": 1.156804084777832}
{"example_id": -5622170233686821302, "prediction": "Cardiff City Jay Bothroyd", "binary_answer": null, "no_answer_prob": -2.7477970123291016}
{"example_id": -6475504651141672731, "prediction": "if all members have limited liability", "binary_answer": null, "no_answer_prob": -2.786867141723633}
{"example_id": -5373550885222943213, "prediction": "In the original album version , the song segues from `` Have a Cigar ''", "binary_answer": null, "no_answer_prob": -3.0957131385803223}
{"example_id": 2369153848279459675, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -6.779730439186096}
{"example_id": -2439456204679777167, "prediction": "Illegitimi non carborundum", "binary_answer": null, "no_answer_prob": 2.5530295856297016}
{"example_id": -6261874607090673789, "prediction": "nine", "binary_answer": null, "no_answer_prob": -7.901198863983154}
{"example_id": 3334652061925308152, "prediction": "water", "binary_answer": null, "no_answer_prob": 0.3017185926437378}
{"example_id": 8817767666035261995, "prediction": "shout Mal Evans -- trumpet", "binary_answer": null, "no_answer_prob": 5.143936425447464}
{"example_id": 6975032983308839201, "prediction": "", "binary_answer": null, "no_answer_prob": 2.894204616546631}
{"example_id": -1171733550183507354, "prediction": "the people of the United States through the Electoral College", "binary_answer": null, "no_answer_prob": -5.715113878250122}
{"example_id": -8994689472607853867, "prediction": "Alaska", "binary_answer": null, "no_answer_prob": -9.104416370391846}
{"example_id": 2577838491389923899, "prediction": "Percy Priest Lake in Nashville , Tennessee", "binary_answer": null, "no_answer_prob": -10.495192527770996}
{"example_id": -4463389398490348895, "prediction": "rotary distribution valve", "binary_answer": null, "no_answer_prob": -3.6081182956695557}
{"example_id": 8851913986195153381, "prediction": "home team '' are replaced with the team name .", "binary_answer": null, "no_answer_prob": -2.360597252845764}
{"example_id": 5735198242144848498, "prediction": "Transpiration", "binary_answer": null, "no_answer_prob": 2.5533000230789185}
{"example_id": 8108735149286503556, "prediction": "Lina Medina", "binary_answer": null, "no_answer_prob": -2.3881319761276245}
{"example_id": 7141286069978489971, "prediction": "18", "binary_answer": null, "no_answer_prob": -2.0716824531555176}
{"example_id": 8758491287769418798, "prediction": "At least one source suggests that the phrase `` derives from a literal usage of the exclamation", "binary_answer": null, "no_answer_prob": -6.622460246086121}
{"example_id": 1698964054768292781, "prediction": "\u00a3 67,060 to \u00a3 74,000", "binary_answer": null, "no_answer_prob": -6.821238040924072}
{"example_id": -521273537856516003, "prediction": "The Foundations", "binary_answer": null, "no_answer_prob": -5.053299307823181}
{"example_id": -8419184629972697056, "prediction": "", "binary_answer": null, "no_answer_prob": 2.948798954486847}
{"example_id": -537142190351762074, "prediction": "Missouri", "binary_answer": null, "no_answer_prob": -8.630821108818054}
{"example_id": -6046639744243385706, "prediction": "Instagram 's own account , with over 232 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -6.265259742736816}
{"example_id": -976217593377833894, "prediction": "glow in brilliant orange and red when illuminated by the rising or setting sun", "binary_answer": null, "no_answer_prob": -5.752489924430847}
{"example_id": -7341912972670205794, "prediction": "18", "binary_answer": null, "no_answer_prob": -6.877760410308838}
{"example_id": 3528260447338726441, "prediction": "January 21 , 2002", "binary_answer": null, "no_answer_prob": -1.8027745485305786}
{"example_id": -4379252375341491466, "prediction": "An axial compressor is a compressor that can continuously pressurize gases", "binary_answer": null, "no_answer_prob": -1.693678617477417}
{"example_id": 4836530820433759526, "prediction": "Rochester and Elgin", "binary_answer": null, "no_answer_prob": -0.946617841720581}
{"example_id": 6581833370403343207, "prediction": "2018", "binary_answer": null, "no_answer_prob": -8.062628507614136}
{"example_id": 5461877596420232453, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2420917488634586}
{"example_id": -3282511763443943735, "prediction": "Jimmy Matthews", "binary_answer": null, "no_answer_prob": -7.717218399047852}
{"example_id": -1040282725475792003, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": -10.131586909294128}
{"example_id": 18181362955988094, "prediction": "the same anonymous author", "binary_answer": null, "no_answer_prob": -5.952383756637573}
{"example_id": 3133002028451439595, "prediction": "2002", "binary_answer": null, "no_answer_prob": -7.335418105125427}
{"example_id": 1756434004196882800, "prediction": "Kerala", "binary_answer": null, "no_answer_prob": -7.877685070037842}
{"example_id": -3501033480314481054, "prediction": "The Beatles", "binary_answer": null, "no_answer_prob": -4.1643900871276855}
{"example_id": -4695656205875029040, "prediction": "Carousel", "binary_answer": null, "no_answer_prob": -10.372991561889648}
{"example_id": 3503183991621384431, "prediction": "nineteenth century America", "binary_answer": null, "no_answer_prob": -4.4533445835113525}
{"example_id": -1459908278042329259, "prediction": "", "binary_answer": null, "no_answer_prob": -3.40653657913208}
{"example_id": 6307517988420504148, "prediction": "Hannah Dakota Fanning", "binary_answer": null, "no_answer_prob": -9.420291900634766}
{"example_id": -6558255662045389370, "prediction": "Redbone", "binary_answer": null, "no_answer_prob": -12.039472341537476}
{"example_id": 8470450589897498284, "prediction": "Nacht der Untoten , Shi No Numa and Der Riese", "binary_answer": null, "no_answer_prob": 1.3853569030761719}
{"example_id": -150022310114540024, "prediction": "27.1 inches ( 69 cm )", "binary_answer": null, "no_answer_prob": -8.623480081558228}
{"example_id": 5983657149798829291, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -9.34319293498993}
{"example_id": 6801276617845382701, "prediction": "plant species", "binary_answer": null, "no_answer_prob": 0.788350448012352}
{"example_id": 4944576325580596899, "prediction": "`` Swalla '' is a song by American singer Jason Derulo featuring American rappers Nicki Minaj and Ty Dolla Sign", "binary_answer": null, "no_answer_prob": 0.08198016881942749}
{"example_id": -9089288518937084339, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] General Packet Radio Service", "binary_answer": null, "no_answer_prob": 1.7937748730182648}
{"example_id": -9065652466422792467, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8871455788612366}
{"example_id": 6069871824920037792, "prediction": "The Song of Songs , also Song of Solomon or Canticles", "binary_answer": null, "no_answer_prob": -3.2753196954727173}
{"example_id": -8245619662007966746, "prediction": "", "binary_answer": null, "no_answer_prob": 0.1978999376296997}
{"example_id": -3163186745677437466, "prediction": "I Fight Dragons", "binary_answer": null, "no_answer_prob": -9.339810848236084}
{"example_id": -5763251036427534507, "prediction": "62 37.9 36.6", "binary_answer": null, "no_answer_prob": -3.0136404037475586}
{"example_id": 8305712435416596505, "prediction": "Rank Time Wind ( m / s ) Athlete Nationality Date Place Ref 9.07 + -- 0.5", "binary_answer": null, "no_answer_prob": -0.5027651786804199}
{"example_id": 8215699405948276983, "prediction": "2018", "binary_answer": null, "no_answer_prob": -4.887380361557007}
{"example_id": -1505882882952899238, "prediction": "April 29 , 2014", "binary_answer": null, "no_answer_prob": -6.111798048019409}
{"example_id": 4474533684829993472, "prediction": "July 6 , 1785", "binary_answer": null, "no_answer_prob": -4.643839597702026}
{"example_id": -2553556619835069918, "prediction": "An outstanding example of glacial grooves can be found at the Glacial Grooves", "binary_answer": null, "no_answer_prob": 1.1227085590362549}
{"example_id": 3603771987658048703, "prediction": "reparations imposed on Germany ; and the drawing of new national boundaries ( sometimes with plebiscites ) to better reflect ethnic boundaries .", "binary_answer": null, "no_answer_prob": -1.796560287475586}
{"example_id": -1883507824814220497, "prediction": "", "binary_answer": null, "no_answer_prob": -2.553346633911133}
{"example_id": -5648483304974433868, "prediction": "Beijing", "binary_answer": null, "no_answer_prob": -10.593260884284973}
{"example_id": 3709290187139596010, "prediction": "December 1972", "binary_answer": null, "no_answer_prob": -7.018923878669739}
{"example_id": 3780682645771861200, "prediction": "over 600", "binary_answer": null, "no_answer_prob": -7.174146294593811}
{"example_id": -4885265806846066997, "prediction": "99", "binary_answer": null, "no_answer_prob": -8.938364624977112}
{"example_id": -1725799361242446723, "prediction": "myometrium", "binary_answer": null, "no_answer_prob": -9.268417477607727}
{"example_id": -4281068146235841431, "prediction": "Enola Gay", "binary_answer": null, "no_answer_prob": -10.315152168273926}
{"example_id": -3911885099636056072, "prediction": "The music video for LMFAO", "binary_answer": null, "no_answer_prob": -5.438262581825256}
{"example_id": 5916132453279644577, "prediction": "on the lunar surface", "binary_answer": null, "no_answer_prob": -0.3703364133834839}
{"example_id": 3847290807942392776, "prediction": "Dodd -- Frank Wall Street Reform and Consumer Protection Act", "binary_answer": null, "no_answer_prob": 4.684766173362732}
{"example_id": -5732892528892044980, "prediction": "A Memory of Light ( 2013 )", "binary_answer": null, "no_answer_prob": -2.8972212076187134}
{"example_id": -733820955464318812, "prediction": "Jefferson Davis", "binary_answer": null, "no_answer_prob": -10.657801866531372}
{"example_id": -4040602779715770309, "prediction": "Johnny Depp", "binary_answer": null, "no_answer_prob": -7.562586784362793}
{"example_id": -8894955479283915262, "prediction": "Ishmael Beah", "binary_answer": null, "no_answer_prob": -12.377344131469727}
{"example_id": 224265665252699398, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -11.818450331687927}
{"example_id": 6978929181743375215, "prediction": "H.R. 3364 , Pub. L. 115 -- 44", "binary_answer": null, "no_answer_prob": 1.573932558298111}
{"example_id": 6148252575798621143, "prediction": "West Asia", "binary_answer": null, "no_answer_prob": -8.276253461837769}
{"example_id": -9027427598241012532, "prediction": "1964", "binary_answer": null, "no_answer_prob": -10.24882048368454}
{"example_id": -6489548764981406702, "prediction": "BART", "binary_answer": null, "no_answer_prob": 0.20324921607971191}
{"example_id": -3177206333553954523, "prediction": "Amortentia", "binary_answer": null, "no_answer_prob": -8.092154383659363}
{"example_id": -8430894115867207571, "prediction": "Maine , Vermont , New Hampshire , Massachusetts , Rhode Island , and Connecticut", "binary_answer": null, "no_answer_prob": -6.233283042907715}
{"example_id": -3371328514111554365, "prediction": "Amanda Beale", "binary_answer": null, "no_answer_prob": -8.731398105621338}
{"example_id": -8891284286685194835, "prediction": "The 1992 Los Angeles riots", "binary_answer": null, "no_answer_prob": -1.9490599632263184}
{"example_id": 5035571572881554294, "prediction": "The retroperitoneal space", "binary_answer": null, "no_answer_prob": -2.4829307794570923}
{"example_id": -6562547467326041532, "prediction": "Image Name Years active Instruments Release contributions Mickey Thomas", "binary_answer": null, "no_answer_prob": -0.6934306621551514}
{"example_id": -4824735023488815877, "prediction": "The Cascades", "binary_answer": null, "no_answer_prob": -10.447695136070251}
{"example_id": 1213128181299341512, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6429532170295715}
{"example_id": 7801060227564469930, "prediction": "Nabi Tajima", "binary_answer": null, "no_answer_prob": -8.812525987625122}
{"example_id": 5785384030958665705, "prediction": "Sir Georg Solti", "binary_answer": null, "no_answer_prob": -10.442761182785034}
{"example_id": -7541835656391760051, "prediction": "February 9 , 2018", "binary_answer": null, "no_answer_prob": -11.993869662284851}
{"example_id": -9158623285796492704, "prediction": "1867", "binary_answer": null, "no_answer_prob": -9.925871074199677}
{"example_id": -3441193694520426130, "prediction": "Harry Chapin", "binary_answer": null, "no_answer_prob": -12.14638864994049}
{"example_id": 6617501725132437833, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -6.589062213897705}
{"example_id": -2554150456476443845, "prediction": "", "binary_answer": null, "no_answer_prob": -0.63291335105896}
{"example_id": -2839399812350143855, "prediction": "March 8 , 2019", "binary_answer": null, "no_answer_prob": -0.7428452968597412}
{"example_id": -3731500501271974009, "prediction": "Maycomb , Alabama", "binary_answer": null, "no_answer_prob": -3.153389573097229}
{"example_id": -4633039901182041835, "prediction": "", "binary_answer": null, "no_answer_prob": 2.510264754295349}
{"example_id": -3163555596562621282, "prediction": "`` candy ( made ) of milk '' or `` sweet ( made ) of milk", "binary_answer": null, "no_answer_prob": -9.824382185935974}
{"example_id": 8744068880045472360, "prediction": "only streamed on Star Plus . Karan Johar and Rohit Shetty are the judges for the show .", "binary_answer": null, "no_answer_prob": 1.5041494816541672}
{"example_id": 3942183868284334157, "prediction": "Linked Horizon", "binary_answer": null, "no_answer_prob": -3.575064182281494}
{"example_id": 3809731050379321709, "prediction": "Jonathan Freeman", "binary_answer": null, "no_answer_prob": -11.296100854873657}
{"example_id": -7946650758728438508, "prediction": "Republic of China", "binary_answer": null, "no_answer_prob": -6.10284423828125}
{"example_id": 5629689252419508090, "prediction": "Twister is a 1996 American disaster adventure film", "binary_answer": null, "no_answer_prob": -0.6329320669174194}
{"example_id": -3504631552527687331, "prediction": "17 million dead and 20 million wounded", "binary_answer": null, "no_answer_prob": 1.1995945870876312}
{"example_id": -5564314687999324260, "prediction": "1980", "binary_answer": null, "no_answer_prob": -10.476957321166992}
{"example_id": -7095020480652815697, "prediction": "Christopher Michael Pratt", "binary_answer": null, "no_answer_prob": -5.4569724798202515}
{"example_id": -2774315864301194038, "prediction": "In late 2013", "binary_answer": null, "no_answer_prob": -5.405212640762329}
{"example_id": 5738765413657693340, "prediction": "Jackson Browne and Glenn Frey", "binary_answer": null, "no_answer_prob": -13.266379237174988}
{"example_id": 8051931119581672656, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8914217352867126}
{"example_id": -602966560765607592, "prediction": "Field", "binary_answer": null, "no_answer_prob": -5.335788249969482}
{"example_id": 8879968703848231598, "prediction": "boss", "binary_answer": null, "no_answer_prob": -5.940423846244812}
{"example_id": 8633231234479392582, "prediction": "only the smallest sharks", "binary_answer": null, "no_answer_prob": -9.409904479980469}
{"example_id": -513135961892075659, "prediction": "38 Special", "binary_answer": null, "no_answer_prob": -10.048314929008484}
{"example_id": -2558828206657647755, "prediction": "John Fogerty", "binary_answer": null, "no_answer_prob": -13.107710838317871}
{"example_id": -1548301374978574828, "prediction": "Rebecca Sara `` Becki '' Newton", "binary_answer": null, "no_answer_prob": -11.85282051563263}
{"example_id": -728352496103696141, "prediction": "Trisha", "binary_answer": null, "no_answer_prob": 0.9857556819915771}
{"example_id": -9006249634186467136, "prediction": "October 2016", "binary_answer": null, "no_answer_prob": 2.2158522605895996}
{"example_id": 91157977445677616, "prediction": "An alternate ending was released in the ninth season", "binary_answer": null, "no_answer_prob": -3.6900925636291504}
{"example_id": 5784127183258354382, "prediction": "", "binary_answer": null, "no_answer_prob": 4.314356446266174}
{"example_id": -4615767623828234434, "prediction": "an important cause of the 2007 -- 2009 recession in the United States .", "binary_answer": null, "no_answer_prob": -0.7689628601074219}
{"example_id": 6768266617246001034, "prediction": "1920", "binary_answer": null, "no_answer_prob": -7.674859404563904}
{"example_id": -2813391211432154193, "prediction": "June 15 , 1994", "binary_answer": null, "no_answer_prob": -10.005415678024292}
{"example_id": 2655011566970822299, "prediction": "1789", "binary_answer": null, "no_answer_prob": -7.169478416442871}
{"example_id": 5490264092713174224, "prediction": "", "binary_answer": null, "no_answer_prob": 1.562208242714405}
{"example_id": 273680411606532071, "prediction": "The Return of the King", "binary_answer": null, "no_answer_prob": -4.212835133075714}
{"example_id": -8028553773706728625, "prediction": "Johnny Rivers", "binary_answer": null, "no_answer_prob": -12.999468088150024}
{"example_id": -2501606857808093906, "prediction": "We Live Here", "binary_answer": null, "no_answer_prob": 1.5945979356765747}
{"example_id": -5797409737269206022, "prediction": "Qatar", "binary_answer": null, "no_answer_prob": -12.285931468009949}
{"example_id": 7127649171017607189, "prediction": "`` Both Sides , Now '' is a song by Joni Mitchell", "binary_answer": null, "no_answer_prob": 1.893323004245758}
{"example_id": -6228868976593966787, "prediction": "the United States", "binary_answer": null, "no_answer_prob": -5.0665470361709595}
{"example_id": 8323056896648681320, "prediction": "December 9 , 2011", "binary_answer": null, "no_answer_prob": -3.4264044761657715}
{"example_id": 1125226722819529917, "prediction": "May 10 , 2018", "binary_answer": null, "no_answer_prob": -6.043256998062134}
{"example_id": -2365135120870407461, "prediction": "In Ireland and the United Kingdom", "binary_answer": null, "no_answer_prob": -2.3954394161701202}
{"example_id": 4281669368761748387, "prediction": "Name Type Location ( s ) Number of locations Notes Anjappar Chettinad Restaurant Chettinad South Indian cuisine", "binary_answer": null, "no_answer_prob": 2.3248931765556335}
{"example_id": -5804451696117765225, "prediction": "Moses Fleetwood Walker", "binary_answer": null, "no_answer_prob": -10.471993267536163}
{"example_id": -5864544859241690865, "prediction": "1923 1927 1928 1932 1936 1937 1938 1939 1941 1943 1947 1949 1950 1951 1952 1953 1956 1958 1961 1962 1977 1978 1998 1999 2000 2009", "binary_answer": null, "no_answer_prob": -3.4141841381788254}
{"example_id": 4106786333921430334, "prediction": "Average Name 0.451", "binary_answer": null, "no_answer_prob": -1.7385601997375488}
{"example_id": -8326256327754580516, "prediction": "2665 BC", "binary_answer": null, "no_answer_prob": -7.704660892486572}
{"example_id": -2830385203718681412, "prediction": "Liliana Mumy", "binary_answer": null, "no_answer_prob": -10.159092903137207}
{"example_id": -1541032246398206224, "prediction": "Eddie McGee", "binary_answer": null, "no_answer_prob": -10.426777601242065}
{"example_id": -540346233330395591, "prediction": "Bigg Boss 11 is the eleventh season of Indian reality TV series Bigg Boss , which was telecasted on Colors TV", "binary_answer": null, "no_answer_prob": 4.331515550613403}
{"example_id": -6766692666466299776, "prediction": "information technology and consulting services to businesses and governments", "binary_answer": null, "no_answer_prob": -5.550464391708374}
{"example_id": 6940131832724602662, "prediction": "1940", "binary_answer": null, "no_answer_prob": -3.8822152614593506}
{"example_id": -4361831660956885896, "prediction": "", "binary_answer": null, "no_answer_prob": -3.8892048597335815}
{"example_id": -3538427880708916083, "prediction": "6,400 km ( 3,977 mi )", "binary_answer": null, "no_answer_prob": -2.7330766916275024}
{"example_id": -5009975311189505241, "prediction": "Leroy Van Dyke", "binary_answer": null, "no_answer_prob": -12.783719897270203}
{"example_id": 3966732255584381917, "prediction": "more than $1.5 billion", "binary_answer": null, "no_answer_prob": -6.535807371139526}
{"example_id": 3103812190156537969, "prediction": "Randy Meisner ( bass guitar , vocals )", "binary_answer": null, "no_answer_prob": -1.501813292503357}
{"example_id": -6465235294348564315, "prediction": "Philip Chipera Lauren Certo & Kristen Kim", "binary_answer": null, "no_answer_prob": -2.632340431213379}
{"example_id": -192027988386833046, "prediction": "kids talking on the telephone", "binary_answer": null, "no_answer_prob": -8.525173425674438}
{"example_id": 4739619848305033258, "prediction": "within the cortico - basal ganglia - thalamo - cortical loop", "binary_answer": null, "no_answer_prob": -4.4889140129089355}
{"example_id": -5681732886636801315, "prediction": "exotic", "binary_answer": null, "no_answer_prob": 2.2521575689315796}
{"example_id": 126325470621013493, "prediction": "`` Saturday Night '' is a song performed by Danish Eurodance artist Whigfield", "binary_answer": null, "no_answer_prob": 3.333607017993927}
{"example_id": 2218750855506574134, "prediction": "The videos featured Sinatra wearing an iconic pair of boots .", "binary_answer": null, "no_answer_prob": -4.69102931022644}
{"example_id": 6555857198606705835, "prediction": "Mississippi Sheiks", "binary_answer": null, "no_answer_prob": -5.374788522720337}
{"example_id": 6685746830155484071, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.316139042377472}
{"example_id": -8486115647506508434, "prediction": "Pope Benedict V", "binary_answer": null, "no_answer_prob": -3.027230143547058}
{"example_id": 5124345528782371029, "prediction": "electric rock band", "binary_answer": null, "no_answer_prob": -1.8427438735961914}
{"example_id": -2080631000839539225, "prediction": "the Territory of Hawaii . In 1959 , the islands became the state of Hawaii of the United States .", "binary_answer": null, "no_answer_prob": -4.664287090301514}
{"example_id": 5552576130266290611, "prediction": "Joey Chestnut", "binary_answer": null, "no_answer_prob": -7.921505928039551}
{"example_id": -5333576035638611676, "prediction": "Mark Lowry", "binary_answer": null, "no_answer_prob": -11.371175527572632}
{"example_id": 6486915894706587241, "prediction": "The origin of the phrase remains obscure", "binary_answer": null, "no_answer_prob": -3.802176594734192}
{"example_id": -4190152553345504597, "prediction": "Doris Roberts", "binary_answer": null, "no_answer_prob": -8.886914730072021}
{"example_id": -644097087872466465, "prediction": "French , German , and British soldiers", "binary_answer": null, "no_answer_prob": -0.7102489471435547}
{"example_id": 2496483378740751723, "prediction": "This term is sometimes used to describe the lives and decisions of women in the hip hop community", "binary_answer": null, "no_answer_prob": 1.16972416639328}
{"example_id": -923692169052497360, "prediction": "Sodom and Gomorrah ( / \u02c8s\u0252d\u0259m / ; / \u0261\u0259\u02c8m\u0254\u02d0r\u0259 / ) were cities mentioned in the Book of Genesis", "binary_answer": null, "no_answer_prob": -0.22457706928253174}
{"example_id": -6231710256745427340, "prediction": "Peter Gardner Ostrum", "binary_answer": null, "no_answer_prob": -1.0384609699249268}
{"example_id": -9013112766387097279, "prediction": "the last Monday of August", "binary_answer": null, "no_answer_prob": -9.265583753585815}
{"example_id": -8595793419522722931, "prediction": "", "binary_answer": null, "no_answer_prob": 4.88178277015686}
{"example_id": 8702062837938010916, "prediction": "NSC Olimpiyskiy Stadium in Kiev , Ukraine", "binary_answer": null, "no_answer_prob": -9.601061224937439}
{"example_id": -3377588718307480778, "prediction": "Garry Shandling", "binary_answer": null, "no_answer_prob": -8.752453804016113}
{"example_id": -1131673778780360564, "prediction": "19", "binary_answer": null, "no_answer_prob": -2.2719857692718506}
{"example_id": -4978199217734470537, "prediction": "Frankie Muniz", "binary_answer": null, "no_answer_prob": -6.831905364990234}
{"example_id": -1550646020963618458, "prediction": "British rock group the Animals", "binary_answer": null, "no_answer_prob": -3.3959420919418335}
{"example_id": 7774732896011540426, "prediction": "1932", "binary_answer": null, "no_answer_prob": -9.277223467826843}
{"example_id": 7191629737702406612, "prediction": "Del Shannon", "binary_answer": null, "no_answer_prob": -12.840577125549316}
{"example_id": 1242465222539277358, "prediction": "Ice Cube", "binary_answer": null, "no_answer_prob": -10.4212646484375}
{"example_id": -2605116192873057415, "prediction": "Gillette Stadium", "binary_answer": null, "no_answer_prob": -3.417071580886841}
{"example_id": -4301027835465649677, "prediction": "15 miles ( 24 km )", "binary_answer": null, "no_answer_prob": -3.7415637969970703}
{"example_id": -3776810834816414195, "prediction": "Simon & Garfunkel", "binary_answer": null, "no_answer_prob": -11.470661759376526}
{"example_id": -82051199267410638, "prediction": "Barry Lamar Bonds", "binary_answer": null, "no_answer_prob": -7.755349695682526}
{"example_id": 466443779694178522, "prediction": "Althea Rae Janairo", "binary_answer": null, "no_answer_prob": -7.076457619667053}
{"example_id": -2892569171978955183, "prediction": "October 1964", "binary_answer": null, "no_answer_prob": -8.813648104667664}
{"example_id": -8487789042691230688, "prediction": "September 2017", "binary_answer": null, "no_answer_prob": -10.600760459899902}
{"example_id": 3291761456115217739, "prediction": "H. Jon Benjamin", "binary_answer": null, "no_answer_prob": -5.919898986816406}
{"example_id": -492805729779315251, "prediction": "October 8 , 2008", "binary_answer": null, "no_answer_prob": -8.63021695613861}
{"example_id": -2311913086332948080, "prediction": "Communicating systems use well - defined formats ( protocol ) for exchanging various messages", "binary_answer": null, "no_answer_prob": -0.17269933223724365}
{"example_id": 8130710827224798759, "prediction": "Patriots", "binary_answer": null, "no_answer_prob": -8.521780490875244}
{"example_id": 954800041571376722, "prediction": "1996", "binary_answer": null, "no_answer_prob": -7.7391902804374695}
{"example_id": 2398574507281029706, "prediction": "two - factor authentication for a user to a network resource", "binary_answer": null, "no_answer_prob": -2.5455613136291504}
{"example_id": -3723479063774660081, "prediction": "Shahid Kapoor", "binary_answer": null, "no_answer_prob": -3.484124541282654}
{"example_id": -1721660161955785520, "prediction": "Mail merge is a process to create personalized letters and pre-addressed envelopes or mailing labels for mass mailings from a form letter", "binary_answer": null, "no_answer_prob": -1.1347352266311646}
{"example_id": -6100954942203195099, "prediction": "`` Should I Stay or Should I Go '' is a song by the English punk rock band the Clash , from their album Combat Rock", "binary_answer": null, "no_answer_prob": -2.70230495929718}
{"example_id": -1299848379988556812, "prediction": "1972", "binary_answer": null, "no_answer_prob": -7.891983985900879}
{"example_id": 3202742933732154184, "prediction": "Tilda Swinton", "binary_answer": null, "no_answer_prob": -6.398645520210266}
{"example_id": -5488824638392126910, "prediction": "Missouri River Mississippi River", "binary_answer": null, "no_answer_prob": -6.449103593826294}
{"example_id": -4850551424394359011, "prediction": "David Janssen", "binary_answer": null, "no_answer_prob": -11.796105027198792}
{"example_id": -5561636388268061837, "prediction": "", "binary_answer": null, "no_answer_prob": -3.6120041608810425}
{"example_id": -5448844015474339555, "prediction": "Mila Kunis", "binary_answer": null, "no_answer_prob": -9.706436038017273}
{"example_id": -1512665220695000809, "prediction": "Eric Burdon and The Animals", "binary_answer": null, "no_answer_prob": -9.731085658073425}
{"example_id": -3955497084016242230, "prediction": "four", "binary_answer": null, "no_answer_prob": -2.5783157348632812}
{"example_id": 2126564779842869189, "prediction": "Little Jack Horner", "binary_answer": null, "no_answer_prob": -11.135609149932861}
{"example_id": -5737887458011607939, "prediction": "Kevin McCarthy", "binary_answer": null, "no_answer_prob": -4.71966552734375}
{"example_id": -3771301080053535443, "prediction": "scholar Jerome", "binary_answer": null, "no_answer_prob": -2.0509774684906006}
{"example_id": 8236593213458204693, "prediction": "Cassandra metaphor", "binary_answer": null, "no_answer_prob": -7.838963627815247}
{"example_id": 3021638263425453771, "prediction": "Mazatl\u00e1n ( Spanish pronunciation : ( masa\u02c8t\u026can ) ( listen ) ) is a city in the Mexican state of Sinaloa", "binary_answer": null, "no_answer_prob": -5.779426574707031}
{"example_id": -5192547275531440953, "prediction": "John Stockton", "binary_answer": null, "no_answer_prob": -5.982606530189514}
{"example_id": 2487415240671965852, "prediction": "243", "binary_answer": null, "no_answer_prob": -6.092911958694458}
{"example_id": 3472854172670039050, "prediction": "CUSIP Global Services ( CGS )", "binary_answer": null, "no_answer_prob": -7.615874171257019}
{"example_id": -6301941717908176228, "prediction": "Masai Ujiri", "binary_answer": null, "no_answer_prob": -10.859607934951782}
{"example_id": 2028879850281064513, "prediction": "Apple", "binary_answer": null, "no_answer_prob": -1.4162564277648926}
{"example_id": -3040670937313499993, "prediction": "AC / DC", "binary_answer": null, "no_answer_prob": -10.299818873405457}
{"example_id": 916797591601228011, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -11.361291527748108}
{"example_id": -6714949699002682945, "prediction": "1934", "binary_answer": null, "no_answer_prob": -9.485280990600586}
{"example_id": 1715540380353670786, "prediction": "1825", "binary_answer": null, "no_answer_prob": -6.626115798950195}
{"example_id": 6271348324466812633, "prediction": "2018", "binary_answer": null, "no_answer_prob": -3.9022057056427}
{"example_id": 7739220224814541926, "prediction": "Carole King", "binary_answer": null, "no_answer_prob": -8.970821619033813}
{"example_id": 2813622023623705746, "prediction": "against the rule of the British East India Company , which functioned as a sovereign power on behalf of the British Crown", "binary_answer": null, "no_answer_prob": -0.7157566547393799}
{"example_id": 631029820982838132, "prediction": "George Thorogood and the Destroyers", "binary_answer": null, "no_answer_prob": -11.371907591819763}
{"example_id": 4489142731916286772, "prediction": "Betty Botter bought some butter .", "binary_answer": null, "no_answer_prob": -0.7704869508743286}
{"example_id": 7019048799459273153, "prediction": "( gwana\u02c8xwato )", "binary_answer": null, "no_answer_prob": -8.200593948364258}
{"example_id": 3241293540304774739, "prediction": "Tracy Chapman", "binary_answer": null, "no_answer_prob": -8.832047700881958}
{"example_id": 3907551943491385868, "prediction": "Lenny Kravitz", "binary_answer": null, "no_answer_prob": -9.746338605880737}
{"example_id": -6519294323353497867, "prediction": "Semper Paratus ( Always Ready )", "binary_answer": null, "no_answer_prob": -2.403740882873535}
{"example_id": 7751068844705814585, "prediction": "Gallery", "binary_answer": null, "no_answer_prob": -4.32828164100647}
{"example_id": -5276357219125435640, "prediction": "Matthew Broderick", "binary_answer": null, "no_answer_prob": -5.730481386184692}
{"example_id": 933854257367075149, "prediction": "Tines or prongs or teeth", "binary_answer": null, "no_answer_prob": -5.105468451976776}
{"example_id": -8821506701020863139, "prediction": "A natural hazard is a natural phenomenon that might have a negative effect on people or the environment", "binary_answer": null, "no_answer_prob": -2.0690654516220093}
{"example_id": 3054286903521818250, "prediction": "the city of Los Angeles , California", "binary_answer": null, "no_answer_prob": -11.27077317237854}
{"example_id": -7147575837798532734, "prediction": "from Dandong in the east to Lop Lake in the west", "binary_answer": null, "no_answer_prob": -4.934427738189697}
{"example_id": -6764939080933458779, "prediction": "The music video features Medeiros strolling around a beach with a girl in a pink dress .", "binary_answer": null, "no_answer_prob": 0.7482438087463379}
{"example_id": -1165152636389138116, "prediction": "The road team might instead wear a third jersey , such as the Seattle Seahawks ' `` Wolf Grey '' alternate .", "binary_answer": null, "no_answer_prob": -0.5433168411254883}
{"example_id": 3626055623403955836, "prediction": "2018", "binary_answer": null, "no_answer_prob": -5.0086196437478065}
{"example_id": -6990778620757112972, "prediction": "In probability theory", "binary_answer": null, "no_answer_prob": -2.5215682983398438}
{"example_id": 1162687162492750961, "prediction": "Katherine Hankey", "binary_answer": null, "no_answer_prob": -11.8662109375}
{"example_id": 1514884823366327286, "prediction": "a giant spectral hound", "binary_answer": null, "no_answer_prob": -4.559949517250061}
{"example_id": -991000090485382624, "prediction": "Manuel", "binary_answer": null, "no_answer_prob": -5.058567047119141}
{"example_id": 8146155596007231886, "prediction": "Matt Damon", "binary_answer": null, "no_answer_prob": -3.9553611278533936}
{"example_id": 4626796641521029297, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9137099385261536}
{"example_id": -5305749149743926890, "prediction": "Alabama , Alaska , Arizona , Florida , Georgia , Idaho , India", "binary_answer": null, "no_answer_prob": -4.22226619720459}
{"example_id": -6092261123281395955, "prediction": "Amber is fossilized tree resin", "binary_answer": null, "no_answer_prob": 0.6194906830787659}
{"example_id": -2520994521466621174, "prediction": "enormous and impossible to counter", "binary_answer": null, "no_answer_prob": 2.412703514099121}
{"example_id": -3967678489459557421, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -12.005206108093262}
{"example_id": -5925403387830305751, "prediction": "1948", "binary_answer": null, "no_answer_prob": -7.444550156593323}
{"example_id": -7114068855233082253, "prediction": "Lesley Gore", "binary_answer": null, "no_answer_prob": -11.555022954940796}
{"example_id": -6602275522260235109, "prediction": "Simon & Garfunkel", "binary_answer": null, "no_answer_prob": -8.570518732070923}
{"example_id": -6177091657813211348, "prediction": "Kimbra", "binary_answer": null, "no_answer_prob": -7.489943623542786}
{"example_id": 2472768089799943540, "prediction": "Mycenaean Greece", "binary_answer": null, "no_answer_prob": -2.3663392066955566}
{"example_id": -4736738161660291581, "prediction": "climbing ( fictional ) `` Mount Midoriyama '' with a 70 feet ( 21 m ) rope", "binary_answer": null, "no_answer_prob": -0.9278802871704102}
{"example_id": -3128225645728760094, "prediction": "Bailee Madison", "binary_answer": null, "no_answer_prob": -11.547239184379578}
{"example_id": 1090884415192643246, "prediction": "Yao Ming", "binary_answer": null, "no_answer_prob": -7.169414937496185}
{"example_id": 6352860935066347334, "prediction": "Union Army", "binary_answer": null, "no_answer_prob": -5.54634952545166}
{"example_id": -2062601505572675507, "prediction": "Interstate 35", "binary_answer": null, "no_answer_prob": -1.5532402992248535}
{"example_id": -1031488891538592, "prediction": "remembering the dead , including saints ( hallows ) , martyrs , and all the faithful departed", "binary_answer": null, "no_answer_prob": -3.150414824485779}
{"example_id": -910866878119212481, "prediction": "Lesley Gore", "binary_answer": null, "no_answer_prob": -7.930599331855774}
{"example_id": -9100389935165689754, "prediction": "stratum basale", "binary_answer": null, "no_answer_prob": -2.912691116333008}
{"example_id": 7609321275551771558, "prediction": "Randeep Rai", "binary_answer": null, "no_answer_prob": -8.60656225681305}
{"example_id": 2061076574405152264, "prediction": "Political dynasties", "binary_answer": null, "no_answer_prob": 4.405685171484947}
{"example_id": -7501917070679782209, "prediction": "2005", "binary_answer": null, "no_answer_prob": -9.472651489078999}
{"example_id": -7784455955853672149, "prediction": "New York", "binary_answer": null, "no_answer_prob": -0.8529858589172363}
{"example_id": -3983626809738565018, "prediction": "The Los Angeles Lakers", "binary_answer": null, "no_answer_prob": -8.733342409133911}
{"example_id": 3296786905920576260, "prediction": "Playa Gir\u00f3n", "binary_answer": null, "no_answer_prob": -4.458401203155518}
{"example_id": -5242563908711477260, "prediction": "the assemblage of small pieces of colored glass , stone , or other materials", "binary_answer": null, "no_answer_prob": -8.756152749061584}
{"example_id": -4699463415275636450, "prediction": "David Charles Cesar Alexandre", "binary_answer": null, "no_answer_prob": -1.5508766174316406}
{"example_id": 4425835302062400296, "prediction": "1930 , 1978", "binary_answer": null, "no_answer_prob": -6.219804435968399}
{"example_id": -388494239073392061, "prediction": "the U.S. Declaration of Independence", "binary_answer": null, "no_answer_prob": -0.3158986568450928}
{"example_id": -2215460549141916060, "prediction": "Sher Shah Suri", "binary_answer": null, "no_answer_prob": -8.262059450149536}
{"example_id": 4732863914140131886, "prediction": "", "binary_answer": null, "no_answer_prob": -4.505072712898254}
{"example_id": 3993203411318708157, "prediction": "The Cardigans", "binary_answer": null, "no_answer_prob": -4.629791617393494}
{"example_id": -2612397491117336640, "prediction": "Andrew Jackson", "binary_answer": null, "no_answer_prob": -8.021484971046448}
{"example_id": -222125100030723097, "prediction": ".", "binary_answer": null, "no_answer_prob": 2.3352426290512085}
{"example_id": -6051142760838630015, "prediction": "Communication physics is one of the applied branches of physics . It deals with various kinds of communication systems", "binary_answer": null, "no_answer_prob": -1.2525608539581299}
{"example_id": 7531746207173831584, "prediction": "The Atacama Desert ( Spanish : Desierto de Atacama", "binary_answer": null, "no_answer_prob": 0.43863731622695923}
{"example_id": 9057981874059120549, "prediction": "Only two expansion franchises ( the Expos / Nationals and the Mariners", "binary_answer": null, "no_answer_prob": -4.557749032974243}
{"example_id": -8883489284170645656, "prediction": "Ballistics", "binary_answer": null, "no_answer_prob": -2.6331530809402466}
{"example_id": -1892639000991751891, "prediction": "$215,000,000", "binary_answer": null, "no_answer_prob": -8.80078911781311}
{"example_id": -590595817323170354, "prediction": "3 July to 15 August", "binary_answer": null, "no_answer_prob": -4.758623838424683}
{"example_id": -3492568241335224681, "prediction": "two perfect players , without necessarily revealing the optimal strategy itself ( see indirect proof ) .", "binary_answer": null, "no_answer_prob": 1.4369149296544492}
{"example_id": 3647086633313193571, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4581122398376465}
{"example_id": -1670716813680130808, "prediction": "over 6,000 km of track", "binary_answer": null, "no_answer_prob": -2.642674446105957}
{"example_id": 1161472904267647094, "prediction": "nonkeratinized stratified squamous epithelium", "binary_answer": null, "no_answer_prob": -2.732145309448242}
{"example_id": -2600507426779263377, "prediction": "on the Champ de Mars in Paris , France", "binary_answer": null, "no_answer_prob": -9.466152667999268}
{"example_id": -7056341436563164323, "prediction": "Jake Matthew Lloyd", "binary_answer": null, "no_answer_prob": -12.39528739452362}
{"example_id": -8611382007327025581, "prediction": "Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -11.030343890190125}
{"example_id": -4073416688258509988, "prediction": "Michael Jackson", "binary_answer": null, "no_answer_prob": -7.728919625282288}
{"example_id": -6491484651670824808, "prediction": "Regulatory genes", "binary_answer": null, "no_answer_prob": -3.4024869203567505}
{"example_id": 356630487253212830, "prediction": "Barcelona Cathedral", "binary_answer": null, "no_answer_prob": -1.959515631198883}
{"example_id": 6705220630079828423, "prediction": "October 9 , 2007", "binary_answer": null, "no_answer_prob": -8.8004891872406}
{"example_id": 3108668809673351666, "prediction": "11.33980925", "binary_answer": null, "no_answer_prob": -4.458611011505127}
{"example_id": -6216121224477839626, "prediction": "closed shop", "binary_answer": null, "no_answer_prob": -7.957972049713135}
{"example_id": -6685625269833848476, "prediction": "5 cent , 10 cent", "binary_answer": null, "no_answer_prob": -5.587650775909424}
{"example_id": 672508294120564635, "prediction": "Beasley the Dog", "binary_answer": null, "no_answer_prob": -6.008244633674622}
{"example_id": 7415255388770482120, "prediction": "Chris Rock", "binary_answer": null, "no_answer_prob": -3.270950198173523}
{"example_id": 1165837064221997581, "prediction": "Erma Franklin", "binary_answer": null, "no_answer_prob": -6.717337965965271}
{"example_id": -5132735850495985230, "prediction": "`` Christmas Eve", "binary_answer": null, "no_answer_prob": -1.1951237916946411}
{"example_id": -8376910903784652291, "prediction": "the basic set of letters common to the various alphabets descended from the classical Latin alphabet , such as the English alphabet", "binary_answer": null, "no_answer_prob": 1.6165536642074585}
{"example_id": 9072101251467138247, "prediction": "Remy", "binary_answer": null, "no_answer_prob": -8.715563774108887}
{"example_id": 4424589704074994834, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -6.146133661270142}
{"example_id": 7805242697334457609, "prediction": "1989", "binary_answer": null, "no_answer_prob": -6.512244939804077}
{"example_id": -898783261511479497, "prediction": "Candice Bergen", "binary_answer": null, "no_answer_prob": -1.0479214191436768}
{"example_id": -1838600125632779285, "prediction": "Royal Birkdale Golf Club in Southport , England", "binary_answer": null, "no_answer_prob": -10.229694604873657}
{"example_id": -7121927851738876521, "prediction": "Southern Cross or Parliament", "binary_answer": null, "no_answer_prob": -8.703253984451294}
{"example_id": -6718495802984601105, "prediction": "Acidosis", "binary_answer": null, "no_answer_prob": -0.1469234824180603}
{"example_id": -5471096204349170309, "prediction": "Idina Menzel", "binary_answer": null, "no_answer_prob": -11.332105278968811}
{"example_id": -7251112075848986368, "prediction": "fourth stage , ethnocentric views are replaced by ethnorelative views .", "binary_answer": null, "no_answer_prob": 5.990013480186462}
{"example_id": 6480057164410797415, "prediction": "five", "binary_answer": null, "no_answer_prob": -1.2573018074035645}
{"example_id": 6760557464756839008, "prediction": "Will Arnett", "binary_answer": null, "no_answer_prob": -9.894248723983765}
{"example_id": 9076106153210264188, "prediction": ".", "binary_answer": null, "no_answer_prob": -2.3966417014598846}
{"example_id": -1012033584275218735, "prediction": "China , France , Russia ( formerly the Soviet Union ) , the United Kingdom , and the United States", "binary_answer": null, "no_answer_prob": -4.336545705795288}
{"example_id": 5518476522438822676, "prediction": "southwestern South Dakota", "binary_answer": null, "no_answer_prob": -9.735492527484894}
{"example_id": 6898655405321055666, "prediction": "William Shakespeare", "binary_answer": null, "no_answer_prob": -9.892463326454163}
{"example_id": 741576572044897985, "prediction": "Mungojerrie and Rumpleteazer", "binary_answer": null, "no_answer_prob": -4.258738040924072}
{"example_id": -4991729668082314408, "prediction": "Darci Lynne Farmer", "binary_answer": null, "no_answer_prob": -10.932460904121399}
{"example_id": 2867531515075023843, "prediction": "Old soldiers never die is an English language catchphrase", "binary_answer": null, "no_answer_prob": 1.8400530815124512}
{"example_id": 8811317367127347916, "prediction": "Charles & Eddie", "binary_answer": null, "no_answer_prob": -11.241236090660095}
{"example_id": -3056249310261842245, "prediction": "183,046 170 mi ( 270 km ) Saltillo , Coahuila 709,671 181 mi ( 291 km )", "binary_answer": null, "no_answer_prob": -0.7163522243499756}
{"example_id": 4826614782148526300, "prediction": "It is believed that the custom of making jack - o ' - lanterns at Halloween began in Ireland", "binary_answer": null, "no_answer_prob": -5.829704761505127}
{"example_id": -5743502796259901300, "prediction": "The River", "binary_answer": null, "no_answer_prob": -2.0361881256103516}
{"example_id": 2336405116550877354, "prediction": "An interlocutory appeal ( or interim appeal", "binary_answer": null, "no_answer_prob": 0.7827981114387512}
{"example_id": 5445139108457883507, "prediction": "September 8 , 2017", "binary_answer": null, "no_answer_prob": -6.3767009973526}
{"example_id": -6434805998990295755, "prediction": "14", "binary_answer": null, "no_answer_prob": -8.028019487857819}
{"example_id": 1801848714588010196, "prediction": "\u00a3 231,843", "binary_answer": null, "no_answer_prob": -4.701195955276489}
{"example_id": -3848363643082318040, "prediction": "Dubuque County , Iowa , near Dyersville", "binary_answer": null, "no_answer_prob": -10.384551703929901}
{"example_id": -2071088900930842768, "prediction": "Mariah Carey", "binary_answer": null, "no_answer_prob": -12.696168303489685}
{"example_id": 7392811288571368135, "prediction": "Clifford Joseph `` Pee Wee '' Trahan", "binary_answer": null, "no_answer_prob": -4.865996479988098}
{"example_id": 82962824946062598, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -7.330144643783569}
{"example_id": -8340369038449800245, "prediction": "roughly 4,200", "binary_answer": null, "no_answer_prob": -6.421427488327026}
{"example_id": -4423234451578817782, "prediction": "In the United States Army , Marine Corps , and Air Force", "binary_answer": null, "no_answer_prob": -1.6712358593940735}
{"example_id": 5577558704089966787, "prediction": "Matt Prater", "binary_answer": null, "no_answer_prob": -3.3544604778289795}
{"example_id": 7542276050230226120, "prediction": "Gabrielle Miller", "binary_answer": null, "no_answer_prob": -11.827942728996277}
{"example_id": -3509717979806589680, "prediction": "Damascus", "binary_answer": null, "no_answer_prob": -8.86539077758789}
{"example_id": 1055521992737437168, "prediction": "George Campbell Childress", "binary_answer": null, "no_answer_prob": -12.425676941871643}
{"example_id": -3449247508648427552, "prediction": "336 kilometres ( 209 mi ) .", "binary_answer": null, "no_answer_prob": -0.2435241937637329}
{"example_id": 4073498226849723350, "prediction": "Traffic", "binary_answer": null, "no_answer_prob": -9.013372898101807}
{"example_id": -650034070716111831, "prediction": "1992", "binary_answer": null, "no_answer_prob": -3.91754812002182}
{"example_id": -6510969844295849981, "prediction": "Bhimbetka rock shelters", "binary_answer": null, "no_answer_prob": -11.048880696296692}
{"example_id": -8813301668155530295, "prediction": "protest song and a key anthem of the Civil Rights Movement", "binary_answer": null, "no_answer_prob": -5.087975740432739}
{"example_id": 1650309494326541834, "prediction": "38", "binary_answer": null, "no_answer_prob": -7.147346377372742}
{"example_id": -8388801701720804740, "prediction": "Emma Thompson", "binary_answer": null, "no_answer_prob": -7.351029634475708}
{"example_id": 1900592618971597991, "prediction": "reverse - oriented , or west - northwest to east - southeast", "binary_answer": null, "no_answer_prob": -0.007385969161987305}
{"example_id": 6386008169337057338, "prediction": "February 4 , 2007", "binary_answer": null, "no_answer_prob": -5.960439622402191}
{"example_id": -1892238591845717623, "prediction": "honorary degree", "binary_answer": null, "no_answer_prob": -5.9490727186203}
{"example_id": -8368210792736765933, "prediction": "78 miles ( 126 km )", "binary_answer": null, "no_answer_prob": 1.4365801811218262}
{"example_id": -6485068730562146384, "prediction": "September 3 , 2016", "binary_answer": null, "no_answer_prob": -3.624792695045471}
{"example_id": -1351741085671948994, "prediction": "February 14", "binary_answer": null, "no_answer_prob": 1.2510153651237488}
{"example_id": -6154140317414322642, "prediction": "Jared Goff", "binary_answer": null, "no_answer_prob": -7.830306649208069}
{"example_id": 1674408923601829042, "prediction": "renal corpuscle and a renal tubule", "binary_answer": null, "no_answer_prob": -0.06062626838684082}
{"example_id": 8916926497879507269, "prediction": "", "binary_answer": null, "no_answer_prob": -0.32717013359069824}
{"example_id": -7349533625871771896, "prediction": "Chuku Modu", "binary_answer": null, "no_answer_prob": -10.605348587036133}
{"example_id": -7014961785758687841, "prediction": "Glen Campbell", "binary_answer": null, "no_answer_prob": -8.727410316467285}
{"example_id": -2648962589831245965, "prediction": "1967", "binary_answer": null, "no_answer_prob": -7.430675536394119}
{"example_id": -8526445255987428906, "prediction": "", "binary_answer": null, "no_answer_prob": -6.0699403285980225}
{"example_id": 6080770184727760992, "prediction": "July 17 , 2018", "binary_answer": null, "no_answer_prob": -9.46505582332611}
{"example_id": -6216172202074419320, "prediction": "Earth rotates once in about 24 hours with respect to the sun and once every 23 hours , 56 minutes and 4 seconds", "binary_answer": null, "no_answer_prob": -3.3438076972961426}
{"example_id": -9084005474951674126, "prediction": "Kansas City Chiefs", "binary_answer": null, "no_answer_prob": -4.788951873779297}
{"example_id": -130318434575863174, "prediction": "physiology , histology and embryology", "binary_answer": null, "no_answer_prob": -4.357522964477539}
{"example_id": 8232757844163405590, "prediction": "six", "binary_answer": null, "no_answer_prob": -7.465496182441711}
{"example_id": -5383641367320421876, "prediction": "June 7 , 1985", "binary_answer": null, "no_answer_prob": -11.332708716392517}
{"example_id": 93723335582226855, "prediction": "1995", "binary_answer": null, "no_answer_prob": -9.762340009212494}
{"example_id": 1231267427308053541, "prediction": "the people of France", "binary_answer": null, "no_answer_prob": -6.896034121513367}
{"example_id": 970415401082025144, "prediction": "16 October 1950", "binary_answer": null, "no_answer_prob": -8.688777685165405}
{"example_id": 7232773031032315501, "prediction": "Joseph Haydn", "binary_answer": null, "no_answer_prob": -8.974188446998596}
{"example_id": -8922581957960919724, "prediction": "Heavyweight", "binary_answer": null, "no_answer_prob": -6.025380849838257}
{"example_id": -3103386913093489480, "prediction": "16 years", "binary_answer": null, "no_answer_prob": -3.9060888290405273}
{"example_id": -3558830585915219703, "prediction": "c. 1755", "binary_answer": null, "no_answer_prob": -4.898780345916748}
{"example_id": 234131699687376880, "prediction": "Iran", "binary_answer": null, "no_answer_prob": -6.927870273590088}
{"example_id": 7507414460413629773, "prediction": "28 May 2013", "binary_answer": null, "no_answer_prob": -1.5366977453231812}
{"example_id": -3950961267471610943, "prediction": "two four - packs per customer", "binary_answer": null, "no_answer_prob": -0.43123507499694824}
{"example_id": -4323532939485374308, "prediction": "Simple Minds", "binary_answer": null, "no_answer_prob": -9.347675085067749}
{"example_id": 1451726689342563212, "prediction": "May 18 , 2018 , and received mixed reviews from critics . A third season was ordered in June 2018 and is set to be released in 2019", "binary_answer": null, "no_answer_prob": -7.057703733444214}
{"example_id": -6358556525223313040, "prediction": "based on the name of a friend 's dog", "binary_answer": null, "no_answer_prob": -3.024935722351074}
{"example_id": -1825233558955302451, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] White Collar", "binary_answer": null, "no_answer_prob": 0.809657633304596}
{"example_id": -2474594977941723144, "prediction": "Stan Jones", "binary_answer": null, "no_answer_prob": -11.817363977432251}
{"example_id": -484153380110401622, "prediction": "June 8 , 2010", "binary_answer": null, "no_answer_prob": -12.382500410079956}
{"example_id": -5936160720016042676, "prediction": "The Chief Justice , as the highest judicial officer in the country , serves as a spokesperson for the federal government 's judicial branch", "binary_answer": null, "no_answer_prob": -0.6101574897766113}
{"example_id": -8434972179208128713, "prediction": "1995", "binary_answer": null, "no_answer_prob": -6.581858545541763}
{"example_id": -7990399494587091768, "prediction": "January 9 , 2018", "binary_answer": null, "no_answer_prob": -10.37110149860382}
{"example_id": -4848689059955956934, "prediction": "El Rancho Vegas", "binary_answer": null, "no_answer_prob": -3.3311333656311035}
{"example_id": -4774225344061059043, "prediction": "Supertramp", "binary_answer": null, "no_answer_prob": -8.823399186134338}
{"example_id": -4155326542396542537, "prediction": "Karl Marx and Friedrich Engels", "binary_answer": null, "no_answer_prob": -1.972251296043396}
{"example_id": 8058937161127115466, "prediction": "London", "binary_answer": null, "no_answer_prob": -10.114980936050415}
{"example_id": 4287529122002750568, "prediction": "130 miles", "binary_answer": null, "no_answer_prob": -5.534909129142761}
{"example_id": 1470700468285560568, "prediction": "design of technology , instruction , services , and other products and environments", "binary_answer": null, "no_answer_prob": -0.19740843772888184}
{"example_id": 3361688268804920099, "prediction": "Owl City", "binary_answer": null, "no_answer_prob": -11.359588265419006}
{"example_id": 3543929449456504040, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": -6.194476127624512}
{"example_id": 1638356652310050252, "prediction": "8700 BCE and 2000 BCE", "binary_answer": null, "no_answer_prob": -3.1155900955200195}
{"example_id": -8048679655090084023, "prediction": "Naimur Rahman", "binary_answer": null, "no_answer_prob": -6.696590542793274}
{"example_id": -4422767388492925271, "prediction": "From 1965 to 1995 , they made the playoffs 14 times , but did not win another championship or appear in the Super Bowl during that period .", "binary_answer": null, "no_answer_prob": -0.6989763677120209}
{"example_id": -4919469874296890802, "prediction": "", "binary_answer": null, "no_answer_prob": 6.265568256378174}
{"example_id": -2790403562111738127, "prediction": "4,863,300", "binary_answer": null, "no_answer_prob": -8.163731932640076}
{"example_id": -4399996769900602279, "prediction": "0.8333 \u00a2", "binary_answer": null, "no_answer_prob": -8.715097427368164}
{"example_id": 5207517806973998559, "prediction": "Cotton Bowl stadium in Dallas , Texas", "binary_answer": null, "no_answer_prob": -10.459784746170044}
{"example_id": 3302860993380182820, "prediction": "10 April 1970", "binary_answer": null, "no_answer_prob": -10.0672025680542}
{"example_id": 127621385328443399, "prediction": "Ewan MacColl", "binary_answer": null, "no_answer_prob": -11.726443886756897}
{"example_id": 8522122103727658584, "prediction": "James Albert Varney Jr .", "binary_answer": null, "no_answer_prob": -11.975107431411743}
{"example_id": 4268540754543694075, "prediction": "Philadelphia", "binary_answer": null, "no_answer_prob": -5.199166297912598}
{"example_id": -367175374705920036, "prediction": "", "binary_answer": null, "no_answer_prob": 3.567088484764099}
{"example_id": 4176834457140748394, "prediction": "eight private institutions of higher education in the Northeastern United States . The conference name is also commonly used to refer to those eight", "binary_answer": null, "no_answer_prob": -7.334367632865906}
{"example_id": 5555137497796999820, "prediction": "$191,533 -- 174,000", "binary_answer": null, "no_answer_prob": -2.9408693313598633}
{"example_id": -5779610085405596217, "prediction": "62,235", "binary_answer": null, "no_answer_prob": -11.928824663162231}
{"example_id": 4456811680486486965, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -8.22072422504425}
{"example_id": 7290498355037148881, "prediction": "1942", "binary_answer": null, "no_answer_prob": -5.932389736175537}
{"example_id": -1528492373823875283, "prediction": "The Lovin ' Spoonful", "binary_answer": null, "no_answer_prob": -10.686415195465088}
{"example_id": 1642451768350414016, "prediction": "Miley Cyrus", "binary_answer": null, "no_answer_prob": -10.198855996131897}
{"example_id": -3160217456638206767, "prediction": "Barry William Blenkhorn", "binary_answer": null, "no_answer_prob": -13.915675044059753}
{"example_id": 5305269324014729997, "prediction": "Matthew Gerrard ; Robbie Nevil Zac Efron , Drew Seeley * * , Vanessa Hudgens", "binary_answer": null, "no_answer_prob": -2.657091736793518}
{"example_id": -3313994574978636300, "prediction": "", "binary_answer": null, "no_answer_prob": 4.767906963825226}
{"example_id": 6198321052490349117, "prediction": "exactly 4,046.856 422 4 square metres", "binary_answer": null, "no_answer_prob": -7.046428442001343}
{"example_id": 7109730576293744216, "prediction": "Jan Crutchfield", "binary_answer": null, "no_answer_prob": -8.23320186138153}
{"example_id": -8975310057342811681, "prediction": "Nationals Park", "binary_answer": null, "no_answer_prob": -8.755379438400269}
{"example_id": -5244084812394171346, "prediction": "Alamgir II", "binary_answer": null, "no_answer_prob": -2.3466488122940063}
{"example_id": -3286827879848365896, "prediction": "The Land of Milk and Honey", "binary_answer": null, "no_answer_prob": -9.086415648460388}
{"example_id": 1417417213078760814, "prediction": "18", "binary_answer": null, "no_answer_prob": -6.752809047698975}
{"example_id": 353547466542075610, "prediction": "Lawrence Kenneth `` Larry '' `` Bud '' Pennell", "binary_answer": null, "no_answer_prob": -12.63802683353424}
{"example_id": 6637073567802381436, "prediction": "Ode", "binary_answer": null, "no_answer_prob": 2.118835512548685}
{"example_id": 8614405100090382811, "prediction": "Germany", "binary_answer": null, "no_answer_prob": -2.2858827114105225}
{"example_id": 6988770747885455084, "prediction": "21 miles ( 34 km )", "binary_answer": null, "no_answer_prob": -5.874186158180237}
{"example_id": 2348874376289832553, "prediction": "Dylan Thomas", "binary_answer": null, "no_answer_prob": -12.012098908424377}
{"example_id": 4742630811160816304, "prediction": "2018", "binary_answer": null, "no_answer_prob": -6.948006868362427}
{"example_id": 2839718997547364649, "prediction": "1937", "binary_answer": null, "no_answer_prob": -10.588756203651428}
{"example_id": -6396672800589630386, "prediction": "Oregon State Pat Casey", "binary_answer": null, "no_answer_prob": -7.787243604660034}
{"example_id": -1103554077661822274, "prediction": "Alvin Schwartz", "binary_answer": null, "no_answer_prob": -11.514337062835693}
{"example_id": -438143960235271994, "prediction": "Houston , Texas has many", "binary_answer": null, "no_answer_prob": -1.9146220684051514}
{"example_id": 8665130013651566808, "prediction": "April 1961", "binary_answer": null, "no_answer_prob": -6.487367391586304}
{"example_id": 4174294807029812925, "prediction": "The New Mexico State Capitol", "binary_answer": null, "no_answer_prob": -1.4198991060256958}
{"example_id": 4899085708450794437, "prediction": "Germany and the Allied Powers", "binary_answer": null, "no_answer_prob": -1.3664730787277222}
{"example_id": 3658218900477483423, "prediction": "about 11.2 km / s", "binary_answer": null, "no_answer_prob": -4.727418422698975}
{"example_id": 8944385834608701541, "prediction": "1885", "binary_answer": null, "no_answer_prob": -6.469399571418762}
{"example_id": -6952216082151956596, "prediction": "Darci Lynne Farmer Angelica Hale Light Balance Tyra Banks", "binary_answer": null, "no_answer_prob": -3.4656927585601807}
{"example_id": 6315856202733244294, "prediction": "`` I Do n't Want to Set the World on Fire ''", "binary_answer": null, "no_answer_prob": 2.860467314720154}
{"example_id": -4190557439081986561, "prediction": "", "binary_answer": null, "no_answer_prob": 5.1046411991119385}
{"example_id": -12006307538991353, "prediction": "Bhutan Nepal", "binary_answer": null, "no_answer_prob": -2.354092597961426}
{"example_id": 3170416916277335294, "prediction": "Horror films released in 2016 Title Director Cast Country Notes", "binary_answer": null, "no_answer_prob": 3.947377562522888}
{"example_id": 2359212129806367767, "prediction": "coastal communities", "binary_answer": null, "no_answer_prob": -4.602861166000366}
{"example_id": -8027199106040223087, "prediction": "between 1937 and 1949", "binary_answer": null, "no_answer_prob": -7.521251916885376}
{"example_id": 4909654129880422387, "prediction": "Kobe Bryant Basketball United States $50 million $25 million $25 million", "binary_answer": null, "no_answer_prob": -0.24607610702514648}
{"example_id": 5627813778241033847, "prediction": "one", "binary_answer": null, "no_answer_prob": -0.6575238704681396}
{"example_id": 1725980138343868339, "prediction": "seven of the 14", "binary_answer": null, "no_answer_prob": -6.727379322052002}
{"example_id": 1082184145912933713, "prediction": "Harry Potter and the Deathly Hallows -- Part 2 .", "binary_answer": null, "no_answer_prob": 0.27590954303741455}
{"example_id": -5740066084388636503, "prediction": "", "binary_answer": null, "no_answer_prob": 0.17838740348815918}
{"example_id": -1146530736011136695, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9328117370605469}
{"example_id": 5001375836330682804, "prediction": "71.3 %", "binary_answer": null, "no_answer_prob": -2.4819488525390625}
{"example_id": 7253856942035773056, "prediction": "www.thenationonlineng.net", "binary_answer": null, "no_answer_prob": -2.0503021478652954}
{"example_id": 3122167060066279485, "prediction": "net loss carry - overs", "binary_answer": null, "no_answer_prob": -3.0012080669403076}
{"example_id": 5532192432931335481, "prediction": "French", "binary_answer": null, "no_answer_prob": -6.716904997825623}
{"example_id": 3449221565548429140, "prediction": "The city takes its name from the immense Thunder Bay at the head of Lake Superior", "binary_answer": null, "no_answer_prob": -7.978584170341492}
{"example_id": 762282463321800016, "prediction": "oscillations occurring perpendicular ( right angled ) to the direction of energy transfer ( or the propagation of the wave )", "binary_answer": null, "no_answer_prob": -1.6885358095169067}
{"example_id": -5992676128752077631, "prediction": "Bon Bon the Birthday Clown ''", "binary_answer": null, "no_answer_prob": -1.3304754495620728}
{"example_id": -2709015262865331975, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -7.085120916366577}
{"example_id": -3689203539818718909, "prediction": "Interior shots were filmed at Paramount studios in Los Angeles", "binary_answer": null, "no_answer_prob": 1.6879830658435822}
{"example_id": 549569588216219548, "prediction": "Gumball Watterson", "binary_answer": null, "no_answer_prob": 1.4431589245796204}
{"example_id": -7359504353912795143, "prediction": "Kris Kristofferson", "binary_answer": null, "no_answer_prob": -12.495909094810486}
{"example_id": 8886675391981405427, "prediction": "Sophie Turner", "binary_answer": null, "no_answer_prob": -12.81362271308899}
{"example_id": -747785293083158949, "prediction": "France", "binary_answer": null, "no_answer_prob": -8.044227004051208}
{"example_id": 5112432004742593961, "prediction": "Kenny Rogers and Carnes", "binary_answer": null, "no_answer_prob": -10.487164497375488}
{"example_id": 3660399026552170949, "prediction": "May 2 , 2007", "binary_answer": null, "no_answer_prob": -8.407729864120483}
{"example_id": -7614411895960854724, "prediction": "Katy Mixon", "binary_answer": null, "no_answer_prob": -9.931059122085571}
{"example_id": 2714857899300725501, "prediction": "if the corporation has a dividend reinvestment plan , the amount can be paid by the issue of further shares or share repurchase .", "binary_answer": null, "no_answer_prob": 0.4454779028892517}
{"example_id": -8087154690814921813, "prediction": "mild , sunny weather throughout the year .", "binary_answer": null, "no_answer_prob": -4.5362229347229}
{"example_id": 3733687542715008731, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -11.648384094238281}
{"example_id": 3309140698422618645, "prediction": "Paul Zerdin", "binary_answer": null, "no_answer_prob": -6.2765806913375854}
{"example_id": -9076241233720583121, "prediction": "5 -- 7", "binary_answer": null, "no_answer_prob": -2.6818621158599854}
{"example_id": 3959342567221668906, "prediction": "one or more class members", "binary_answer": null, "no_answer_prob": -6.8217551708221436}
{"example_id": -5031467675372179310, "prediction": "WHA Indianapolis Racers Edmonton Oilers NHL Edmonton Oilers", "binary_answer": null, "no_answer_prob": -5.425208806991577}
{"example_id": 595873418668594159, "prediction": "Greece", "binary_answer": null, "no_answer_prob": -7.203554391860962}
{"example_id": 5477832383989017691, "prediction": "88 / 67", "binary_answer": null, "no_answer_prob": -1.1397895812988281}
{"example_id": -8755431437006066396, "prediction": "Springer Mountain , Georgia", "binary_answer": null, "no_answer_prob": -6.920735597610474}
{"example_id": 394687602028694007, "prediction": "an elliptical cavity", "binary_answer": null, "no_answer_prob": 1.4352553933858871}
{"example_id": -6327071105076555597, "prediction": "Cheswick", "binary_answer": null, "no_answer_prob": -6.848898410797119}
{"example_id": 1803530227985057107, "prediction": "", "binary_answer": null, "no_answer_prob": -4.044282793998718}
{"example_id": 5019862560645944816, "prediction": "2016 2016", "binary_answer": null, "no_answer_prob": -5.158773422241211}
{"example_id": -8870401234502025682, "prediction": "April 2016", "binary_answer": null, "no_answer_prob": -5.525040626525879}
{"example_id": 2971527423668439544, "prediction": "1986", "binary_answer": null, "no_answer_prob": -9.28066298365593}
{"example_id": -7885948894930704, "prediction": "Donald Glover", "binary_answer": null, "no_answer_prob": -0.43707409501075745}
{"example_id": 2191015004884509968, "prediction": "agreements must be kept", "binary_answer": null, "no_answer_prob": -8.871283054351807}
{"example_id": -3602763637708772362, "prediction": "13.5", "binary_answer": null, "no_answer_prob": -0.7647318840026855}
{"example_id": -7405164713144976253, "prediction": "Hugh Laurie", "binary_answer": null, "no_answer_prob": -4.968864560127258}
{"example_id": -4623381725131669286, "prediction": "`` Ca n't Feel My Face '' is a song performed by Canadian singer The Weeknd", "binary_answer": null, "no_answer_prob": 0.24395880848169327}
{"example_id": 5799409979135941851, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3887381553649902}
{"example_id": 1648152629454333942, "prediction": "The large majority of the film 's scenes were shot in Cortina d'Ampezzo , Dolomites , Italy", "binary_answer": null, "no_answer_prob": -4.846169948577881}
{"example_id": 6691988070151491423, "prediction": "George Stephenson and his son Robert 's company Robert Stephenson and Company", "binary_answer": null, "no_answer_prob": -5.183180570602417}
{"example_id": 3365994454417706416, "prediction": "The paintings show a famous incident from the life of Saint Francis of Assisi", "binary_answer": null, "no_answer_prob": -1.452656626701355}
{"example_id": -7734077354039848724, "prediction": "Rank Title Artist Year `` Over the Rainbow", "binary_answer": null, "no_answer_prob": 1.4292516708374023}
{"example_id": -5695654397090463058, "prediction": "November 30", "binary_answer": null, "no_answer_prob": 1.685292273759842}
{"example_id": -3597707960590427212, "prediction": "the Carpenters", "binary_answer": null, "no_answer_prob": -10.00397789478302}
{"example_id": -3357917197951872371, "prediction": "Disney 's Hollywood Studios , Walt Disney World", "binary_answer": null, "no_answer_prob": -2.589456081390381}
{"example_id": -8324199546517189599, "prediction": "Austin Stowell", "binary_answer": null, "no_answer_prob": -5.238721489906311}
{"example_id": 7809253767064133000, "prediction": "", "binary_answer": null, "no_answer_prob": 6.806731820106506}
{"example_id": -2139279342137502342, "prediction": "Sammy Hagar", "binary_answer": null, "no_answer_prob": -6.298990726470947}
{"example_id": -1431489886776221843, "prediction": "The Human League", "binary_answer": null, "no_answer_prob": -10.185498237609863}
{"example_id": 1891957883952223335, "prediction": "A male Roman citizen", "binary_answer": null, "no_answer_prob": -1.5115007162094116}
{"example_id": 4325057449583460922, "prediction": "Waylon Jennings", "binary_answer": null, "no_answer_prob": -12.207444071769714}
{"example_id": 5516451956854496184, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.079045057296753}
{"example_id": 1002259786995802051, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2023670189082623}
{"example_id": 2755874728930107728, "prediction": "Interstate 44", "binary_answer": null, "no_answer_prob": -1.0901150703430176}
{"example_id": 652881902268734841, "prediction": "Retting", "binary_answer": null, "no_answer_prob": -4.052362680435181}
{"example_id": -7129168096737880343, "prediction": "some of the most popular American music tunes", "binary_answer": null, "no_answer_prob": 0.6074289083480835}
{"example_id": 8004256147780033113, "prediction": "607 ( UK ) 759", "binary_answer": null, "no_answer_prob": -2.9869202375411987}
{"example_id": 6975756186521830531, "prediction": "the front pigmented fibrovascular known as a stroma and , beneath the stroma , pigmented epithelial cells", "binary_answer": null, "no_answer_prob": -7.1818015575408936}
{"example_id": -1287286327202081411, "prediction": "2", "binary_answer": null, "no_answer_prob": -6.005007743835449}
{"example_id": -2702219393382408140, "prediction": "Polyester is a category of polymers", "binary_answer": null, "no_answer_prob": -6.240413308143616}
{"example_id": -164842024639735870, "prediction": "LeMars , Iowa", "binary_answer": null, "no_answer_prob": -9.319601714611053}
{"example_id": 9189585782320148304, "prediction": "the half - blood son of Muggle Tobias Snape and pure - blood Eileen Prince", "binary_answer": null, "no_answer_prob": -6.610422611236572}
{"example_id": 2206936505998145465, "prediction": "", "binary_answer": null, "no_answer_prob": -1.684219241142273}
{"example_id": 1946435308851865169, "prediction": "Do ( or `` Oh , do", "binary_answer": null, "no_answer_prob": 0.0321614146232605}
{"example_id": 4250505973812058050, "prediction": "UEFA", "binary_answer": null, "no_answer_prob": -0.408095121383667}
{"example_id": 6922713834459739185, "prediction": "Climate", "binary_answer": null, "no_answer_prob": 0.6680005788803101}
{"example_id": -5519810344344719209, "prediction": "", "binary_answer": null, "no_answer_prob": 1.82311350107193}
{"example_id": 2340783287337063791, "prediction": "", "binary_answer": null, "no_answer_prob": 2.033307895064354}
{"example_id": -512527307772390265, "prediction": "`` Big Apple '' is a nickname for New York City", "binary_answer": null, "no_answer_prob": -7.9827680587768555}
{"example_id": 8843278221760358112, "prediction": "1968", "binary_answer": null, "no_answer_prob": -10.233572781085968}
{"example_id": 875250213330223011, "prediction": "emissions of sulfur dioxide and nitrogen oxide", "binary_answer": null, "no_answer_prob": -4.360886812210083}
{"example_id": -7791429185683450364, "prediction": "Chadwick Boseman", "binary_answer": null, "no_answer_prob": -9.590063571929932}
{"example_id": -9085859551079429688, "prediction": "Colorado 's ISO 3166 - 2 : US state code is CO and its ANSI INCITS 38 : 2009 state code is 08 .", "binary_answer": null, "no_answer_prob": 3.4313357174396515}
{"example_id": -5126603322152278665, "prediction": "On May 29 , 1787 , Edmund Randolph of the Virginia delegation", "binary_answer": null, "no_answer_prob": -1.7715954780578613}
{"example_id": 7315654961044164031, "prediction": "Salzburg", "binary_answer": null, "no_answer_prob": -9.11133897304535}
{"example_id": 6922530930362554511, "prediction": "Othniel", "binary_answer": null, "no_answer_prob": -4.3112709522247314}
{"example_id": -4205969945732400824, "prediction": "Richard Kind", "binary_answer": null, "no_answer_prob": -6.8804731369018555}
{"example_id": 5852999093526582116, "prediction": "Twisted is presented as an alternate history of the events of Aladdin", "binary_answer": null, "no_answer_prob": -0.8390767574310303}
{"example_id": 1255810665434192066, "prediction": "August 23 , 2017", "binary_answer": null, "no_answer_prob": -6.435262203216553}
{"example_id": -8034158299768324013, "prediction": "Salt River Fields at Talking Stick", "binary_answer": null, "no_answer_prob": -11.745151281356812}
{"example_id": 1637528297593157499, "prediction": "Cape Finisterre", "binary_answer": null, "no_answer_prob": -2.8235011100769043}
{"example_id": -5647063699579764923, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7414314076304436}
{"example_id": 4677704496581469876, "prediction": "at the Old North Bridge in Concord , Massachusetts", "binary_answer": null, "no_answer_prob": -6.24662047624588}
{"example_id": -4489866549201049448, "prediction": "the Nestl\u00e9 company", "binary_answer": null, "no_answer_prob": -6.656651735305786}
{"example_id": 551541117952237865, "prediction": "Ganesh Vasudev", "binary_answer": null, "no_answer_prob": -9.304298400878906}
{"example_id": -5271615310246641773, "prediction": "William Ewart Gladstone", "binary_answer": null, "no_answer_prob": -6.0318310260772705}
{"example_id": 5862856443680173655, "prediction": "October 19 , 1987", "binary_answer": null, "no_answer_prob": -7.982940196990967}
{"example_id": -2934529409419979581, "prediction": "My gorge rises at it", "binary_answer": null, "no_answer_prob": 1.8817878365516663}
{"example_id": -5476360120504947284, "prediction": "Speaker of the House of Representatives", "binary_answer": null, "no_answer_prob": -4.551665782928467}
{"example_id": -2925528533974125175, "prediction": "7.6 billion", "binary_answer": null, "no_answer_prob": -9.105111241340637}
{"example_id": -7106052647010658217, "prediction": "James William Fulbright", "binary_answer": null, "no_answer_prob": -8.80010449886322}
{"example_id": 4272102867904984008, "prediction": "Oscar Robertson , Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -3.5026400089263916}
{"example_id": 3771596286328117803, "prediction": "The Wright Brothers Band", "binary_answer": null, "no_answer_prob": -8.386723756790161}
{"example_id": 4993232957540670980, "prediction": "2020", "binary_answer": null, "no_answer_prob": -8.22885251045227}
{"example_id": 405741106780269216, "prediction": "10 December 1948", "binary_answer": null, "no_answer_prob": -11.34258884191513}
{"example_id": -1385152287570795228, "prediction": "The phrase `` rocking and rolling '' originally described the movement of a ship on the ocean", "binary_answer": null, "no_answer_prob": -5.370244979858398}
{"example_id": -5557261831763224003, "prediction": "Sir Joseph Porter", "binary_answer": null, "no_answer_prob": -0.7746528387069702}
{"example_id": -1567014621019158780, "prediction": "August 15 , 2014", "binary_answer": null, "no_answer_prob": -11.740083813667297}
{"example_id": -4034519818227299659, "prediction": "Minnie Riperton", "binary_answer": null, "no_answer_prob": -10.201725840568542}
{"example_id": -3144411384716132018, "prediction": "New York Giants", "binary_answer": null, "no_answer_prob": -1.3596901893615723}
{"example_id": 756370559210615715, "prediction": "", "binary_answer": null, "no_answer_prob": -1.2439342737197876}
{"example_id": 3389231439596875980, "prediction": "1964", "binary_answer": null, "no_answer_prob": -5.063025712966919}
{"example_id": 8051266606003552495, "prediction": "Channel 570", "binary_answer": null, "no_answer_prob": -8.507665753364563}
{"example_id": 7458809192828368983, "prediction": "Tim Keefe", "binary_answer": null, "no_answer_prob": -7.5973899364471436}
{"example_id": 4494683197924603144, "prediction": "13 miles ( 21 km )", "binary_answer": null, "no_answer_prob": -8.860592007637024}
{"example_id": 6541487939263198624, "prediction": "Pink Floyd", "binary_answer": null, "no_answer_prob": -7.80474066734314}
{"example_id": 4127456735848594430, "prediction": "Gina Rodriguez as Jane Gloriana Villanueva", "binary_answer": null, "no_answer_prob": -0.0903908908367157}
{"example_id": -6345068262407026769, "prediction": "`` Ca n't Stop the Feeling ! ''", "binary_answer": null, "no_answer_prob": 0.47399336099624634}
{"example_id": 5457503899228372045, "prediction": "`` Hey There Delilah '' is a song by American rock band Plain White T 's", "binary_answer": null, "no_answer_prob": 1.8773439526557922}
{"example_id": -3691955969786241010, "prediction": "Middle East", "binary_answer": null, "no_answer_prob": 3.3573685586452484}
{"example_id": 846127293537576119, "prediction": "Benjamin Franklin", "binary_answer": null, "no_answer_prob": -7.5768396854400635}
{"example_id": -1559283490383250383, "prediction": "Y.A. Tittle", "binary_answer": null, "no_answer_prob": -4.988511085510254}
{"example_id": 3943506794555584010, "prediction": "Brittani Kline", "binary_answer": null, "no_answer_prob": -9.152295708656311}
{"example_id": 505322342014328577, "prediction": "11 August 2017", "binary_answer": null, "no_answer_prob": -12.345062136650085}
{"example_id": 8971194310805999829, "prediction": "each Congress of the United States", "binary_answer": null, "no_answer_prob": -1.3873252868652344}
{"example_id": -1100483272333012422, "prediction": "Oahu , Hawaii", "binary_answer": null, "no_answer_prob": -6.104562759399414}
{"example_id": -7992266561616050385, "prediction": "Edwin Starr", "binary_answer": null, "no_answer_prob": -5.891621351242065}
{"example_id": 3876920157373846712, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The neutral powers", "binary_answer": null, "no_answer_prob": 3.0476205945014954}
{"example_id": 7071808599726455761, "prediction": "Peter Quill", "binary_answer": null, "no_answer_prob": -5.254269242286682}
{"example_id": 6825089948454402519, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3719015121459961}
{"example_id": 2522058463159758297, "prediction": "Kaya'aton'my", "binary_answer": null, "no_answer_prob": -2.433826446533203}
{"example_id": 1590194633735686902, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -10.87556791305542}
{"example_id": 7147971363943417684, "prediction": "The hypothesis is an attempted explanation of social stratification , based on the idea of `` functional necessity", "binary_answer": null, "no_answer_prob": 2.008142590522766}
{"example_id": 3749394332280061531, "prediction": "28 March 2017", "binary_answer": null, "no_answer_prob": -9.721408724784851}
{"example_id": 1923984278989351285, "prediction": "Jaron Lowenstein", "binary_answer": null, "no_answer_prob": -12.657920360565186}
{"example_id": -501538841033618609, "prediction": "April 27 , 2018", "binary_answer": null, "no_answer_prob": -6.855005741119385}
{"example_id": 2760209642973196851, "prediction": "Manas National Park", "binary_answer": null, "no_answer_prob": 3.768963098526001}
{"example_id": -5051831043067838355, "prediction": "CEO David Baszucki", "binary_answer": null, "no_answer_prob": -5.9036513566970825}
{"example_id": 4685212989500661509, "prediction": "LaTroy Hawkins", "binary_answer": null, "no_answer_prob": -8.90309476852417}
{"example_id": 4100037965789202078, "prediction": "approximately 735.5 watts", "binary_answer": null, "no_answer_prob": -4.180957674980164}
{"example_id": 887514178092341233, "prediction": "1947", "binary_answer": null, "no_answer_prob": -8.37987506389618}
{"example_id": 1018344720410562580, "prediction": "Carmen Villalobos", "binary_answer": null, "no_answer_prob": -8.895423412322998}
{"example_id": -2759406904702451115, "prediction": "sixth", "binary_answer": null, "no_answer_prob": -8.400135278701782}
{"example_id": -1304192337330443151, "prediction": "", "binary_answer": null, "no_answer_prob": 4.498243451118469}
{"example_id": 7858492418683396439, "prediction": "Gretzky T206 Honus Wagner '' card", "binary_answer": null, "no_answer_prob": -6.605571508407593}
{"example_id": -794593607161113238, "prediction": "Both religions share many philosophical concepts such as Karma , Dharma , Mukti , Maya and Sa\u1e43s\u0101ra", "binary_answer": null, "no_answer_prob": 0.12540829181671143}
{"example_id": 742040966413514958, "prediction": "German folklore , wherein supernatural beings are thought to live in trees , and can be invoked for protection .", "binary_answer": null, "no_answer_prob": -7.647490739822388}
{"example_id": -554489762923557409, "prediction": "The band 's name was inspired by some lines in a song of Mississippi John Hurt called the `` Coffee Blues ''", "binary_answer": null, "no_answer_prob": -2.9758079051971436}
{"example_id": -3236753749546955553, "prediction": "five", "binary_answer": null, "no_answer_prob": -5.403921663761139}
{"example_id": 2045852207641335907, "prediction": "June 25 , 2018", "binary_answer": null, "no_answer_prob": -5.948121786117554}
{"example_id": -8810254384052022453, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6372718811035156}
{"example_id": -6012888129412634179, "prediction": "Michael Spence", "binary_answer": null, "no_answer_prob": 2.672218441963196}
{"example_id": -439042392124838936, "prediction": "", "binary_answer": null, "no_answer_prob": 1.39939084649086}
{"example_id": 7706458628653081615, "prediction": "China floods", "binary_answer": null, "no_answer_prob": 1.9333028197288513}
{"example_id": 102856335985263384, "prediction": "Brig. Gen. Irvin McDowell", "binary_answer": null, "no_answer_prob": -2.023554801940918}
{"example_id": 8871428869888895441, "prediction": "five", "binary_answer": null, "no_answer_prob": -10.345054984092712}
{"example_id": 5169947080601428883, "prediction": "Dakota Mayi Johnson", "binary_answer": null, "no_answer_prob": -7.698758244514465}
{"example_id": -8989947241359052449, "prediction": "67.0 Nightly", "binary_answer": null, "no_answer_prob": -1.4308649003505707}
{"example_id": 5170765158681567047, "prediction": "1903", "binary_answer": null, "no_answer_prob": -12.340406186878681}
{"example_id": -6706886008285116433, "prediction": "When the first emperor died in 210 BC", "binary_answer": null, "no_answer_prob": 3.40156227350235}
{"example_id": -5842715254625051617, "prediction": "October 27 , 2017", "binary_answer": null, "no_answer_prob": -6.591722011566162}
{"example_id": 8857394664913648755, "prediction": "New York - Newark - Jersey City , NY - NJ - PA", "binary_answer": null, "no_answer_prob": -3.8042640686035156}
{"example_id": -4614537553546964808, "prediction": "Sam Bradford", "binary_answer": null, "no_answer_prob": -7.77424418926239}
{"example_id": 4524421186509207479, "prediction": "Lenny Welch", "binary_answer": null, "no_answer_prob": -5.255855083465576}
{"example_id": -8120244220730048855, "prediction": "28", "binary_answer": null, "no_answer_prob": -4.887057304382324}
{"example_id": -2988239614127773899, "prediction": "16", "binary_answer": null, "no_answer_prob": -5.039081573486328}
{"example_id": 4685389231636202761, "prediction": "Southeast Asia", "binary_answer": null, "no_answer_prob": -9.483224868774414}
{"example_id": -1013996801249396951, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.625746786594391}
{"example_id": -3861520725137034974, "prediction": "Alice 's Wonderland", "binary_answer": null, "no_answer_prob": -2.335733413696289}
{"example_id": -3201274624895632446, "prediction": "August 7 , 2013", "binary_answer": null, "no_answer_prob": -11.029162883758545}
{"example_id": -4806863255471699406, "prediction": "Claude `` Curly '' Putman , Jr.", "binary_answer": null, "no_answer_prob": -11.200533032417297}
{"example_id": 7820599431684065938, "prediction": "", "binary_answer": null, "no_answer_prob": 3.633872926235199}
{"example_id": 7770542665385014098, "prediction": "Marvin Gaye and Tammi Terrell", "binary_answer": null, "no_answer_prob": -4.958557605743408}
{"example_id": -541023224360220479, "prediction": "Kellerman 's", "binary_answer": null, "no_answer_prob": -9.544844150543213}
{"example_id": -887321498113526732, "prediction": "Lisa Roberts Gillan", "binary_answer": null, "no_answer_prob": -7.146112442016602}
{"example_id": 3888050266948626290, "prediction": "", "binary_answer": null, "no_answer_prob": -5.425217270851135}
{"example_id": 8408268682696713771, "prediction": "western Pacific Ocean", "binary_answer": null, "no_answer_prob": -8.836341857910156}
{"example_id": -3361470438772340767, "prediction": "Suzanne Pleshette", "binary_answer": null, "no_answer_prob": -7.177947282791138}
{"example_id": 6706192046867910984, "prediction": "vastly increasing antigen diversity .", "binary_answer": null, "no_answer_prob": 0.869918942451477}
{"example_id": -3951699972500408818, "prediction": "distilled drink , spirit , or liquor", "binary_answer": null, "no_answer_prob": -3.706254005432129}
{"example_id": -3897541524787739034, "prediction": "Gary Numan", "binary_answer": null, "no_answer_prob": -1.873775601387024}
{"example_id": 5941105421772227180, "prediction": "Tommy Maitland", "binary_answer": null, "no_answer_prob": -7.9714637994766235}
{"example_id": -4438916434242616877, "prediction": "Istanbul , Turkey", "binary_answer": null, "no_answer_prob": -10.043975591659546}
{"example_id": -6300616333349284423, "prediction": "Faber College", "binary_answer": null, "no_answer_prob": -7.460701584815979}
{"example_id": -2044066155885527892, "prediction": "Bobby Riggs and 29 - year - old Billie Jean King", "binary_answer": null, "no_answer_prob": -9.87488329410553}
{"example_id": -6437933439629213081, "prediction": "Alexandra Billings", "binary_answer": null, "no_answer_prob": -7.490244388580322}
{"example_id": -627392990489548787, "prediction": "Roger Moore", "binary_answer": null, "no_answer_prob": -6.686550617218018}
{"example_id": -4853759279052413002, "prediction": "350 miles ( 560 km )", "binary_answer": null, "no_answer_prob": -6.849897027015686}
{"example_id": 2872167102791875297, "prediction": "Lionel Messi and Portuguese forward Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -4.062291860580444}
{"example_id": 715990244337797436, "prediction": "Little Caesars Arena", "binary_answer": null, "no_answer_prob": -8.847398519515991}
{"example_id": 3876030032974523894, "prediction": "the British Empire", "binary_answer": null, "no_answer_prob": -4.128549337387085}
{"example_id": -3304852074579143428, "prediction": "The Ring of Fire is a major area in the basin of the Pacific Ocean", "binary_answer": null, "no_answer_prob": -4.125644087791443}
{"example_id": -55563727278423093, "prediction": "spontaneous hydrolysis of C3", "binary_answer": null, "no_answer_prob": -9.09572184085846}
{"example_id": -6880282782882666534, "prediction": "December 3 , 2009", "binary_answer": null, "no_answer_prob": -10.225264072418213}
{"example_id": 4344677196969129497, "prediction": "The cd command , also known as chdir ( change directory )", "binary_answer": null, "no_answer_prob": 0.0005818605422973633}
{"example_id": 3918472863730321925, "prediction": "Stephanie Mills", "binary_answer": null, "no_answer_prob": -10.833556771278381}
{"example_id": 3072108522197486515, "prediction": "Fielding", "binary_answer": null, "no_answer_prob": -5.843496322631836}
{"example_id": 7184392936083130639, "prediction": "Paula Hawkins", "binary_answer": null, "no_answer_prob": -13.091827392578125}
{"example_id": 8668908644300827119, "prediction": "April 4 , to May 30 , 2017", "binary_answer": null, "no_answer_prob": -8.88627803325653}
{"example_id": 7986080147947252400, "prediction": "John F. Kennedy", "binary_answer": null, "no_answer_prob": -5.5878506898880005}
{"example_id": -8677713436758202149, "prediction": "the city of Naples", "binary_answer": null, "no_answer_prob": -5.890872955322266}
{"example_id": 831951689239959926, "prediction": "Spanish", "binary_answer": null, "no_answer_prob": -5.359050869941711}
{"example_id": 8983970052405532957, "prediction": "St. Louis Blues", "binary_answer": null, "no_answer_prob": -6.833470821380615}
{"example_id": -4069647394143678406, "prediction": "William Frawley", "binary_answer": null, "no_answer_prob": -4.97942852973938}
{"example_id": -3981879150561413102, "prediction": "The Monkees", "binary_answer": null, "no_answer_prob": -10.278550744056702}
{"example_id": -5700811352385203416, "prediction": "Philadelphia , Pennsylvania", "binary_answer": null, "no_answer_prob": -11.881568193435669}
{"example_id": 7235355027913907726, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -6.961348295211792}
{"example_id": 5599733516030079093, "prediction": "12 -- 13 years", "binary_answer": null, "no_answer_prob": -4.327046513557434}
{"example_id": -5622158375604622816, "prediction": "transaction processing systems , decision support systems , knowledge management systems , learning management systems , database management systems , and office information systems", "binary_answer": null, "no_answer_prob": -5.661438941955566}
{"example_id": -3570340040806387085, "prediction": "30 miles ( 48 km )", "binary_answer": null, "no_answer_prob": -9.930485248565674}
{"example_id": 282488718934829285, "prediction": "71", "binary_answer": null, "no_answer_prob": -8.342755317687988}
{"example_id": -1365631326110617242, "prediction": "Boston Celtics", "binary_answer": null, "no_answer_prob": -4.437953233718872}
{"example_id": -1947819169804213007, "prediction": "over 600", "binary_answer": null, "no_answer_prob": -3.3782451152801514}
{"example_id": -6859096974124163943, "prediction": "In philosophy , economics , and political science , the common good ( also commonwealth , common weal or general welfare", "binary_answer": null, "no_answer_prob": 1.1974420249462128}
{"example_id": 7018006716838087838, "prediction": "2018", "binary_answer": null, "no_answer_prob": -5.049740314483643}
{"example_id": -6424114240676170332, "prediction": "Salahuddin Rabbani", "binary_answer": null, "no_answer_prob": -4.368829727172852}
{"example_id": 616523940609256794, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -8.225676536560059}
{"example_id": -1457018415932687185, "prediction": "The kina", "binary_answer": null, "no_answer_prob": -10.959196329116821}
{"example_id": -5508249633467587170, "prediction": "Electrabel Belgium Electricity generation Electrabel", "binary_answer": null, "no_answer_prob": -0.7883224487304688}
{"example_id": -4449088655251228590, "prediction": "The Patient Protection and Affordable Care Act", "binary_answer": null, "no_answer_prob": -4.260467290878296}
{"example_id": 7330283949157420097, "prediction": "anticyclonic storm 22 \u00b0 south of the planet 's equator", "binary_answer": null, "no_answer_prob": -1.0704275369644165}
{"example_id": -6679273029372950602, "prediction": "13", "binary_answer": null, "no_answer_prob": -7.399052143096924}
{"example_id": -8818926928078564757, "prediction": "Al Freeman Jr . [ContextId=25] [Paragraph=2] The role was originated and played by actor Al Freeman Jr.", "binary_answer": null, "no_answer_prob": -11.538284301757812}
{"example_id": 6885421816425016838, "prediction": "Stig \u00c5vall Severinsen", "binary_answer": null, "no_answer_prob": -7.28163754940033}
{"example_id": 5125020054191719772, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8238503336906433}
{"example_id": -8234698591634883999, "prediction": "Triple metre", "binary_answer": null, "no_answer_prob": 0.2951345443725586}
{"example_id": -4941805391078701533, "prediction": "Charles Dickens", "binary_answer": null, "no_answer_prob": 1.8999500274658203}
{"example_id": -3993374156102720749, "prediction": "October 29 , 2013", "binary_answer": null, "no_answer_prob": -6.615049362182617}
{"example_id": 2756021819948503353, "prediction": "A period in the periodic table is one of the horizontal rows . All of those elements in the row have the same number of electron shells", "binary_answer": null, "no_answer_prob": -6.18064272403717}
{"example_id": 4106541976225717010, "prediction": "England", "binary_answer": null, "no_answer_prob": -9.165167808532715}
{"example_id": 2223765238218548870, "prediction": "", "binary_answer": null, "no_answer_prob": 5.305975258350372}
{"example_id": -4446989177657041788, "prediction": "Shirley Jacobs", "binary_answer": null, "no_answer_prob": 3.878936529159546}
{"example_id": 8367983021926652816, "prediction": "Helena Bonham Carter", "binary_answer": null, "no_answer_prob": -6.34062933921814}
{"example_id": -5284799234124049979, "prediction": "Keith Whitley", "binary_answer": null, "no_answer_prob": -12.007189393043518}
{"example_id": -3586528204431427761, "prediction": "$39.50 per barrel", "binary_answer": null, "no_answer_prob": -6.46098518371582}
{"example_id": 1936968610475459199, "prediction": "to accept and defend the decisions made jointly by the Parliament even if a minister does not agree with the decision", "binary_answer": null, "no_answer_prob": -0.5136284828186035}
{"example_id": -6237931274743865279, "prediction": "Chris Tyrrell", "binary_answer": null, "no_answer_prob": -6.5560266971588135}
{"example_id": -5492241717638719376, "prediction": "George Strait", "binary_answer": null, "no_answer_prob": -13.068679571151733}
{"example_id": 5515894889448157257, "prediction": "", "binary_answer": null, "no_answer_prob": -3.4867125749588013}
{"example_id": -6110651448307713906, "prediction": "summer months", "binary_answer": null, "no_answer_prob": -4.203570008277893}
{"example_id": -5706797061063469430, "prediction": "`` Let Your Hair Down '' is a 1973 single by American vocal group The Temptations", "binary_answer": null, "no_answer_prob": 0.3079800605773926}
{"example_id": -2027085300548464080, "prediction": "Staind", "binary_answer": null, "no_answer_prob": -12.323814392089844}
{"example_id": 8434367541261841256, "prediction": "Mikaela Hoover", "binary_answer": null, "no_answer_prob": -6.47353458404541}
{"example_id": 3943235858007711090, "prediction": "democratic", "binary_answer": null, "no_answer_prob": -5.99052619934082}
{"example_id": 6685290313083181490, "prediction": "February 14 , 2016", "binary_answer": null, "no_answer_prob": -12.146990537643433}
{"example_id": 359450293348926726, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4350207448005676}
{"example_id": 1052154875298438971, "prediction": "Special relativity implies a wide range of consequences , which have been experimentally verified , including length contraction", "binary_answer": null, "no_answer_prob": 2.6544301509857178}
{"example_id": -6486554537666411973, "prediction": "The vocals were also used for the song All In Check by DJ Butcher in 2013 .", "binary_answer": null, "no_answer_prob": -0.9885256290435791}
{"example_id": -6591313266705483326, "prediction": "Kangchenjunga", "binary_answer": null, "no_answer_prob": -5.42547869682312}
{"example_id": -4576130002781667902, "prediction": "petrochemical refining", "binary_answer": null, "no_answer_prob": 0.7140356302261353}
{"example_id": 5939737934623061533, "prediction": "Raquel Jaramillo", "binary_answer": null, "no_answer_prob": -11.968688249588013}
{"example_id": -7572043940498192460, "prediction": "Paris , France", "binary_answer": null, "no_answer_prob": -8.840229034423828}
{"example_id": 4002948439158921388, "prediction": "Badfinger", "binary_answer": null, "no_answer_prob": -6.46124804019928}
{"example_id": 7685291543941675545, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": -6.827198147773743}
{"example_id": 8946081169915869194, "prediction": "176", "binary_answer": null, "no_answer_prob": -4.585038363933563}
{"example_id": -4100071574428185473, "prediction": "Chicago", "binary_answer": null, "no_answer_prob": -9.112440824508667}
{"example_id": -2228183241584872203, "prediction": "1986", "binary_answer": null, "no_answer_prob": -11.220587134361267}
{"example_id": -2160507875233887822, "prediction": "Lisa Montgomery", "binary_answer": null, "no_answer_prob": -3.4042495489120483}
{"example_id": -7800505985058166897, "prediction": "Bradford Claude Dourif", "binary_answer": null, "no_answer_prob": -13.284691214561462}
{"example_id": -4029509870061807290, "prediction": "to change ( alternate ) the function of other pressed keys", "binary_answer": null, "no_answer_prob": -6.254033446311951}
{"example_id": 1584579259842500640, "prediction": "The word itself comes from Messipi", "binary_answer": null, "no_answer_prob": -3.4184727668762207}
{"example_id": 3916170112442836156, "prediction": "Bartholomew", "binary_answer": null, "no_answer_prob": -7.651871919631958}
{"example_id": -4454616610085928474, "prediction": "House numbering", "binary_answer": null, "no_answer_prob": 0.6129470616579056}
{"example_id": -2878612275776239433, "prediction": "blues", "binary_answer": null, "no_answer_prob": -5.294124245643616}
{"example_id": -269536461399586159, "prediction": "Johnny", "binary_answer": null, "no_answer_prob": -10.09235143661499}
{"example_id": -2183271191866098354, "prediction": "The canton of the flag of Hawaii", "binary_answer": null, "no_answer_prob": -0.5386859178543091}
{"example_id": -3551466661393411400, "prediction": "Vice Admiral Joseph Metcalf , III", "binary_answer": null, "no_answer_prob": -3.8405513763427734}
{"example_id": 7830869262997855742, "prediction": "Mary Anne", "binary_answer": null, "no_answer_prob": 0.6483967900276184}
{"example_id": 7802659769716735629, "prediction": "Karl Childers", "binary_answer": null, "no_answer_prob": -8.449935555458069}
{"example_id": 492360646858102678, "prediction": "E minor", "binary_answer": null, "no_answer_prob": -5.8863232135772705}
{"example_id": -8591777129917676351, "prediction": "Assassin 's Creed III : Liberation is a 2012 action - adventure", "binary_answer": null, "no_answer_prob": -0.6023391485214233}
{"example_id": -5823031833919755447, "prediction": "559,277", "binary_answer": null, "no_answer_prob": -10.851085543632507}
{"example_id": -8532661229648274373, "prediction": "Christopher Hemsworth", "binary_answer": null, "no_answer_prob": -9.592022180557251}
{"example_id": 2016871610320845209, "prediction": "1980", "binary_answer": null, "no_answer_prob": -2.521939516067505}
{"example_id": 2258282378639400580, "prediction": "Ed Bruce", "binary_answer": null, "no_answer_prob": -10.4675332903862}
{"example_id": -5350699349227914426, "prediction": "the Soviet Union , the United States , France , the United Kingdom , and the People 's Republic of China", "binary_answer": null, "no_answer_prob": -3.401084065437317}
================================================
FILE: sample_predictions/es.jsonl
================================================
{"example_id": -6137218241299521243, "prediction": "Murphy is a town in and the county seat of Cherokee County", "binary_answer": null, "no_answer_prob": -0.31436610221862793}
{"example_id": -6252479211836433999, "prediction": "in the arcuate nucleus of the hypothalamus", "binary_answer": null, "no_answer_prob": -4.4696009159088135}
{"example_id": -670771198783217826, "prediction": "North Platte is a city in and the county seat of Lincoln County , Nebraska", "binary_answer": null, "no_answer_prob": 2.414392352104187}
{"example_id": -4365884347801158757, "prediction": "", "binary_answer": null, "no_answer_prob": -2.043075680732727}
{"example_id": -6047775712481463623, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4265476167202}
{"example_id": 3822251124921326361, "prediction": "Snapchat mobile app released a photo and video filter that includes an animated rendering of a dancing anthropomorphic hot dog .", "binary_answer": null, "no_answer_prob": 2.1456463634967804}
{"example_id": -8319359377581726065, "prediction": "The Avon follows a meandering course through Christchurch from its source in the outer western suburb of Avonhead", "binary_answer": null, "no_answer_prob": -5.868182420730591}
{"example_id": -5710238752805466863, "prediction": "Rio Mantaro", "binary_answer": null, "no_answer_prob": -4.133246541023254}
{"example_id": 8197537627381376912, "prediction": "", "binary_answer": null, "no_answer_prob": 4.367025136947632}
{"example_id": -9106651808061997159, "prediction": "New York City , New York , United States", "binary_answer": null, "no_answer_prob": -6.68523371219635}
{"example_id": -4781434911431225969, "prediction": "", "binary_answer": null, "no_answer_prob": 3.449794054031372}
{"example_id": 8243064224738690986, "prediction": "", "binary_answer": null, "no_answer_prob": 4.452337026596069}
{"example_id": -6151416163697064425, "prediction": "Yes", "binary_answer": null, "no_answer_prob": -5.143558621406555}
{"example_id": 912739715533119853, "prediction": "The Virginia Peninsula", "binary_answer": null, "no_answer_prob": 1.5012920200824738}
{"example_id": -5760961253354856941, "prediction": "Kim Victoria Fields", "binary_answer": null, "no_answer_prob": -7.214154124259949}
{"example_id": 4690511621222533149, "prediction": "the Rolling Stones", "binary_answer": null, "no_answer_prob": -3.046175241470337}
{"example_id": -9063281357515829584, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1862304890528321}
{"example_id": -5804640629144891585, "prediction": "Midvale", "binary_answer": null, "no_answer_prob": -4.788215637207031}
{"example_id": 322621257785467654, "prediction": "Article III", "binary_answer": null, "no_answer_prob": -1.1698503494262695}
{"example_id": 922233723732129849, "prediction": "", "binary_answer": null, "no_answer_prob": 2.847052037715912}
{"example_id": 2755874728930107728, "prediction": "Interstate 44", "binary_answer": null, "no_answer_prob": 1.7120588310062885}
{"example_id": -6590226321691524248, "prediction": "Jason Scott Lee , Lauren Holly and Robert Wagner", "binary_answer": null, "no_answer_prob": -4.7650980949401855}
{"example_id": -6156830306587873889, "prediction": "Colin Young", "binary_answer": null, "no_answer_prob": -7.498551964759827}
{"example_id": -8427890242698542167, "prediction": "Charlene", "binary_answer": null, "no_answer_prob": -6.914672613143921}
{"example_id": -2282198594303101790, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.079702436923981}
{"example_id": 3907551943491385868, "prediction": "`` It Ai n't Over ' til It 's Over ''", "binary_answer": null, "no_answer_prob": 2.0196934938430786}
{"example_id": 2148321916995355755, "prediction": "Despacito", "binary_answer": null, "no_answer_prob": -1.7899510860443115}
{"example_id": -7088423111476196885, "prediction": "Irene Joan Marion Sims", "binary_answer": null, "no_answer_prob": -8.381320357322693}
{"example_id": -4933806249687973654, "prediction": "Charles Matthew Hunnam", "binary_answer": null, "no_answer_prob": -13.411942601203918}
{"example_id": 4608444354921872087, "prediction": "Arnel Pineda", "binary_answer": null, "no_answer_prob": -0.3375833034515381}
{"example_id": 7240062746594540469, "prediction": "Ken Curtis", "binary_answer": null, "no_answer_prob": -10.026496529579163}
{"example_id": -4347567190099337423, "prediction": "The Red Arrows", "binary_answer": null, "no_answer_prob": 2.777757905423641}
{"example_id": -3586528204431427761, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0257298946380615}
{"example_id": -131976161275180329, "prediction": "", "binary_answer": null, "no_answer_prob": 3.237271785736084}
{"example_id": 52476807952251369, "prediction": "2002", "binary_answer": null, "no_answer_prob": -0.12449395656585693}
{"example_id": 4331972968669336864, "prediction": "`` The Final Countdown '' is a song by Swedish rock band Europe", "binary_answer": null, "no_answer_prob": 0.916525587439537}
{"example_id": -5990228692754281902, "prediction": "The history of taxation in the United States begins with the colonial protest against British taxation policy in the 1760s", "binary_answer": null, "no_answer_prob": -0.8161188364028931}
{"example_id": -5180757683945661917, "prediction": "May 2018", "binary_answer": null, "no_answer_prob": 2.664405107498169}
{"example_id": 2406283188917012187, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9776006937026978}
{"example_id": 5009708573885932569, "prediction": "Charlie Rich", "binary_answer": null, "no_answer_prob": -1.2057156562805176}
{"example_id": -3620339721203426061, "prediction": "South Williamsport , Pennsylvania", "binary_answer": null, "no_answer_prob": -6.608184099197388}
{"example_id": -4825446004803252288, "prediction": "The Marshall Tucker Band", "binary_answer": null, "no_answer_prob": -0.08133351802825928}
{"example_id": -2620073796684572998, "prediction": "Federalist No. 51 , titled : The Structure of the Government Must Furnish the Proper Checks and Balances Between the Different Departments", "binary_answer": null, "no_answer_prob": 0.39465367794036865}
{"example_id": 7609394874328013444, "prediction": "in the early 19th century", "binary_answer": null, "no_answer_prob": 0.9423322677612305}
{"example_id": 9014744567828387100, "prediction": "Taekwondo", "binary_answer": null, "no_answer_prob": -5.664077639579773}
{"example_id": -920273140630167157, "prediction": "November 8 , 2016", "binary_answer": null, "no_answer_prob": 1.7965168952941895}
{"example_id": -593155168859050257, "prediction": "The Epistle to the Ephesians", "binary_answer": null, "no_answer_prob": 2.929052412509918}
{"example_id": -6984734423140952246, "prediction": "F. Gary Gray", "binary_answer": null, "no_answer_prob": -1.6030595302581787}
{"example_id": -6873208778776719938, "prediction": "the 5th Dimension", "binary_answer": null, "no_answer_prob": -0.20633888244628906}
{"example_id": -1194930008272079933, "prediction": "Taylor Michel Momsen", "binary_answer": null, "no_answer_prob": -9.294611692428589}
{"example_id": -2327138861238475141, "prediction": "The Old Testament", "binary_answer": null, "no_answer_prob": 2.156506061553955}
{"example_id": 4374065344468420055, "prediction": "", "binary_answer": null, "no_answer_prob": 2.267033636569977}
{"example_id": -3258501079395029594, "prediction": "", "binary_answer": null, "no_answer_prob": -0.122123122215271}
{"example_id": -6580645266031317210, "prediction": "Rank Name Image Height ft ( m ) Floors Year Notes One World Trade Center", "binary_answer": null, "no_answer_prob": 1.3541264533996582}
{"example_id": 1473472112489240672, "prediction": "", "binary_answer": null, "no_answer_prob": -0.0644301176071167}
{"example_id": -4423234451578817782, "prediction": "major", "binary_answer": null, "no_answer_prob": 0.049878835678100586}
{"example_id": -5106712515446553169, "prediction": "the quantity of mass is conserved over time .", "binary_answer": null, "no_answer_prob": -2.4132204055786133}
{"example_id": -3517455029181280332, "prediction": "The East Coast of the United States is the coastline along which the Eastern United States meets the North Atlantic Ocean", "binary_answer": null, "no_answer_prob": -0.5936214327812195}
{"example_id": 7728333686207971870, "prediction": "Charles J. Guiteau", "binary_answer": null, "no_answer_prob": -1.118276596069336}
{"example_id": 5916932264214154173, "prediction": "Richard Gere as Aviation Officer Candidate Zack Mayo Debra Winger", "binary_answer": null, "no_answer_prob": -3.7284488677978516}
{"example_id": 4911310878658451190, "prediction": "Pierce Brosnan", "binary_answer": null, "no_answer_prob": -3.7222275733947754}
{"example_id": -2575291953817347411, "prediction": "Finnerty Steeves", "binary_answer": null, "no_answer_prob": -7.105767726898193}
{"example_id": -5650809856853254137, "prediction": "One of his hymns , `` O Love That Wilt Not Let Me Go , ''", "binary_answer": null, "no_answer_prob": 5.101087331771851}
{"example_id": -1274782862877897712, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": 1.2076400220394135}
{"example_id": -4979607488372177403, "prediction": "Cole Porter", "binary_answer": null, "no_answer_prob": 1.3483856916427612}
{"example_id": -3336090320104206750, "prediction": "March 16 , 2016 ( 2016 - 03 - 16 ) April 13 , 2016 ( 2016 - 04 - 13 )", "binary_answer": null, "no_answer_prob": -1.0712292194366455}
{"example_id": -1404151780069751742, "prediction": "Bebe Rexha", "binary_answer": null, "no_answer_prob": -9.84179973602295}
{"example_id": -5505220345281821012, "prediction": "Vince Lombardi", "binary_answer": null, "no_answer_prob": 1.4981292486190796}
{"example_id": -6830624302593477218, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8214284777641296}
{"example_id": -6288127274767329578, "prediction": "1966 1970", "binary_answer": null, "no_answer_prob": -4.055643051862717}
{"example_id": 5458366148256998128, "prediction": "between 1591 and 1595 , the play was first published in a quarto version in 1597", "binary_answer": null, "no_answer_prob": -6.454815447330475}
{"example_id": 3887617361352118243, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0148532390594482}
{"example_id": -4978199217734470537, "prediction": "Frankie Muniz", "binary_answer": null, "no_answer_prob": -4.597250461578369}
{"example_id": 8355919949700122555, "prediction": "", "binary_answer": null, "no_answer_prob": 2.04302179813385}
{"example_id": 7147971363943417684, "prediction": "The Davis -- Moore hypothesis", "binary_answer": null, "no_answer_prob": 5.008661866188049}
{"example_id": -3288332316038300553, "prediction": "", "binary_answer": null, "no_answer_prob": 4.322241723537445}
{"example_id": -2044275015383793706, "prediction": "February 6 , 2011", "binary_answer": null, "no_answer_prob": -10.016632199287415}
{"example_id": -6583430327896171749, "prediction": "Love Do n't Cost a Thing", "binary_answer": null, "no_answer_prob": 3.875800907611847}
{"example_id": 7120250136673619482, "prediction": "Gal Gadot - Varsano", "binary_answer": null, "no_answer_prob": -7.765465140342712}
{"example_id": 1055676563741063338, "prediction": "John Kennedy Toole", "binary_answer": null, "no_answer_prob": 3.8954677879810333}
{"example_id": 7450089074283352693, "prediction": "season 1 of Criminal Minds : Beyond Borders , making her the only character in the franchise to appear in all three series in the franchise .", "binary_answer": null, "no_answer_prob": 2.261559337377548}
{"example_id": -8295818356153818250, "prediction": "January 1 , 2018", "binary_answer": null, "no_answer_prob": -7.8007344007492065}
{"example_id": 5615520588656931873, "prediction": "Victoria Leigh Blum", "binary_answer": null, "no_answer_prob": -8.01314640045166}
{"example_id": -783998133534117572, "prediction": "The regular judges are Len Goodman , who serves as head judge , Carrie Ann Inaba , and Bruno Tonioli", "binary_answer": null, "no_answer_prob": -0.3170887231826782}
{"example_id": 4121685998075512512, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -2.878693103790283}
{"example_id": -504335222625655298, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0323888063430786}
{"example_id": -2990233242098694315, "prediction": "Huey Lewis and the News", "binary_answer": null, "no_answer_prob": 0.7176460027694702}
{"example_id": -1937661925338235466, "prediction": "1939", "binary_answer": null, "no_answer_prob": -0.9731259346008301}
{"example_id": -6703811479926111391, "prediction": "Dakota Mayi Johnson", "binary_answer": null, "no_answer_prob": -3.521937131881714}
{"example_id": 3574427179460200894, "prediction": "Kathryn Joosten", "binary_answer": null, "no_answer_prob": -4.493401408195496}
{"example_id": -6271558210744600231, "prediction": "Emmitt Smith", "binary_answer": null, "no_answer_prob": -7.485854744911194}
{"example_id": -4991273046674202459, "prediction": "", "binary_answer": null, "no_answer_prob": 3.578821122646332}
{"example_id": -4664998268831181386, "prediction": "I Am a Singer ( season 4 ) , is China Hunan Satellite TV 2016 the first season music talent show that was broadcast on Friday .", "binary_answer": null, "no_answer_prob": 2.6877161860466003}
{"example_id": 6676343500734129807, "prediction": "21 July 2007", "binary_answer": null, "no_answer_prob": -6.560644328594208}
{"example_id": -4805312203140293076, "prediction": "Chicago soul family group the Five Stairsteps", "binary_answer": null, "no_answer_prob": -4.880962371826172}
{"example_id": -7942446848012557174, "prediction": "Bruce Campbell", "binary_answer": null, "no_answer_prob": 0.4400293827056885}
{"example_id": 2351904281089982068, "prediction": "1993", "binary_answer": null, "no_answer_prob": -7.417035460472107}
{"example_id": 1480969524269694012, "prediction": "", "binary_answer": null, "no_answer_prob": -0.20102190971374512}
{"example_id": 6316787269121500350, "prediction": "Robby Krieger", "binary_answer": null, "no_answer_prob": -2.4643439054489136}
{"example_id": 639089141534300444, "prediction": "", "binary_answer": null, "no_answer_prob": -0.11633086204528809}
{"example_id": 5922952721580882103, "prediction": "The western jackdaw", "binary_answer": null, "no_answer_prob": -0.6731157302856445}
{"example_id": 5067368689442546686, "prediction": "Petr \u010cech", "binary_answer": null, "no_answer_prob": -3.93040668964386}
{"example_id": -6120095681360151138, "prediction": "13 miles ( 21 km )", "binary_answer": null, "no_answer_prob": 0.1988382339477539}
{"example_id": 3888050266948626290, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9023455381393433}
{"example_id": -7953731943141146751, "prediction": "The Rockford Files", "binary_answer": null, "no_answer_prob": 2.634795367717743}
{"example_id": -2860093679180676228, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -6.550536274909973}
{"example_id": -6919762201874810116, "prediction": "Ewan MacColl", "binary_answer": null, "no_answer_prob": -4.927554965019226}
{"example_id": -2448685999305550283, "prediction": "Necaxa", "binary_answer": null, "no_answer_prob": 0.29001545906066895}
{"example_id": -2455621026273715570, "prediction": "Area code 202", "binary_answer": null, "no_answer_prob": -3.989812135696411}
{"example_id": 2522058463159758297, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] American Girl", "binary_answer": null, "no_answer_prob": 1.2720375061035156}
{"example_id": 5557550006522357115, "prediction": "around 1600", "binary_answer": null, "no_answer_prob": -1.9305145740509033}
{"example_id": 1998317040061047440, "prediction": "Brent Anderson", "binary_answer": null, "no_answer_prob": -4.1865105628967285}
{"example_id": -2715586486478544719, "prediction": "Chesley Burnett `` Sully '' Sullenberger III", "binary_answer": null, "no_answer_prob": -3.0107840299606323}
{"example_id": -3735409163458838950, "prediction": "Second World War 1939 -- 1945 See also Political history ( 1945 -- present ) Social history ( 1945 -- present ) Timeline", "binary_answer": null, "no_answer_prob": 2.899513356387615}
{"example_id": -1905921876917415500, "prediction": "", "binary_answer": null, "no_answer_prob": 3.674493297934532}
{"example_id": -781465424186723399, "prediction": "", "binary_answer": null, "no_answer_prob": 4.188748478889465}
{"example_id": 3886605791238493209, "prediction": "A metaphor", "binary_answer": null, "no_answer_prob": 2.8494025468826294}
{"example_id": 7082939289469052637, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.741966724395752}
{"example_id": -5688684830658964875, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6746605932712555}
{"example_id": -7217828082701033028, "prediction": "inertia about a parallel axis through the object 's center of mass and the perpendicular distance ( d ) between the axes .", "binary_answer": null, "no_answer_prob": 2.518237590789795}
{"example_id": -2909083283160489958, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6784210205078125}
{"example_id": -7915194818348295526, "prediction": "140 minutes", "binary_answer": null, "no_answer_prob": -4.081043243408203}
{"example_id": 2475718877414203794, "prediction": "Pittsburgh , Pennsylvania", "binary_answer": null, "no_answer_prob": -10.18981122970581}
{"example_id": 729249189597955107, "prediction": "Bill Champlin", "binary_answer": null, "no_answer_prob": -1.4343626499176025}
{"example_id": 5748721453273105428, "prediction": "Nina Simone", "binary_answer": null, "no_answer_prob": -3.052433967590332}
{"example_id": -907477793232164936, "prediction": "Body integrity identity disorder", "binary_answer": null, "no_answer_prob": -1.6933695077896118}
{"example_id": -5401759216118702918, "prediction": "The Blue Angels ' six demonstration pilots currently fly the McDonnell Douglas F / A-18 Hornet", "binary_answer": null, "no_answer_prob": 3.085198262706399}
{"example_id": -7485040310761395035, "prediction": "The Nigerian Police ( NP )", "binary_answer": null, "no_answer_prob": 1.4450173377990723}
{"example_id": 9221938879228872395, "prediction": "the creation and maintenance of unequal relationships between civilizations , favoring the more powerful civilization", "binary_answer": null, "no_answer_prob": -1.3104565143585205}
{"example_id": 3458961565721598188, "prediction": "Don Swander Lyricist ( s ) June Hershey", "binary_answer": null, "no_answer_prob": -2.731388211250305}
{"example_id": 7861381397122222459, "prediction": "Francisco 49ers", "binary_answer": null, "no_answer_prob": -1.7920665740966797}
{"example_id": -138425463116683653, "prediction": "", "binary_answer": null, "no_answer_prob": 5.726151168346405}
{"example_id": 3047197652638889884, "prediction": "July 11 , 2017", "binary_answer": null, "no_answer_prob": -5.8223424553871155}
{"example_id": -1264906731894382025, "prediction": "18 years or older", "binary_answer": null, "no_answer_prob": -0.923263669013977}
{"example_id": 3148717057964049156, "prediction": "the People 's Republic of China", "binary_answer": null, "no_answer_prob": -0.488567590713501}
{"example_id": 9076460978711502873, "prediction": "Jane Taylor", "binary_answer": null, "no_answer_prob": -0.3181285858154297}
{"example_id": 1650309494326541834, "prediction": "38 parks .", "binary_answer": null, "no_answer_prob": 3.1933518648147583}
{"example_id": 3810524430141178378, "prediction": "INXS", "binary_answer": null, "no_answer_prob": -4.715075969696045}
{"example_id": -4389269905497405812, "prediction": "`` Tiptoe Through the Tulips '' , also known as `` Tip Toe Through the Tulips with Me ''", "binary_answer": null, "no_answer_prob": 0.2465285062789917}
{"example_id": 8455492613808982993, "prediction": "from age 12 to 21", "binary_answer": null, "no_answer_prob": -2.4240041971206665}
{"example_id": -6304668051341309451, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1855958700180054}
{"example_id": 1140729476144171754, "prediction": "Zachary Levi Pugh", "binary_answer": null, "no_answer_prob": -3.244616985321045}
{"example_id": 1699258673018415424, "prediction": "1 March 2015", "binary_answer": null, "no_answer_prob": -6.3402568101882935}
{"example_id": 2242543679901988889, "prediction": "July 4 , 1776", "binary_answer": null, "no_answer_prob": -4.636595964431763}
{"example_id": -8094650067529620665, "prediction": "Selene", "binary_answer": null, "no_answer_prob": -11.027626037597656}
{"example_id": -3621728291573034024, "prediction": "Pater Patriae", "binary_answer": null, "no_answer_prob": -1.2801073789596558}
{"example_id": -7182780020959931842, "prediction": "Warren Beatty and Faye Dunaway", "binary_answer": null, "no_answer_prob": -7.199294328689575}
{"example_id": 4637005085764616119, "prediction": "Article 137", "binary_answer": null, "no_answer_prob": -5.843196392059326}
{"example_id": 4740689866228195176, "prediction": "Federal law bans smoking in all Australian Commonwealth government buildings , public transport , airports , and international and domestic flights", "binary_answer": null, "no_answer_prob": 2.3711129128932953}
{"example_id": -4044006980118987290, "prediction": "strictly higher cardinality than the set itself ( informally the power set must be larger than the original set )", "binary_answer": null, "no_answer_prob": 3.1917227506637573}
{"example_id": 2351000146833657374, "prediction": "The force of argument , not the argument of force", "binary_answer": null, "no_answer_prob": -6.316249132156372}
{"example_id": 6053762408933391450, "prediction": "Greater Los Angeles is the second - largest urban region in the United States , encompassing five counties in southern California", "binary_answer": null, "no_answer_prob": 3.4882885217666626}
{"example_id": 8845240041418834720, "prediction": "Shaun Mark Bean", "binary_answer": null, "no_answer_prob": -7.265503883361816}
{"example_id": 7669243591491515164, "prediction": "", "binary_answer": null, "no_answer_prob": 2.659785270690918}
{"example_id": -9070648587949937859, "prediction": "Mike Pence", "binary_answer": null, "no_answer_prob": -3.081303596496582}
{"example_id": 138077025326896522, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6761270761489868}
{"example_id": 9037173569691124296, "prediction": "The Glorious Revolution , also called the Revolution of 1688", "binary_answer": null, "no_answer_prob": -3.8524364233016968}
{"example_id": -4219700803474161930, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.6948535293340683}
{"example_id": -2508052543447778180, "prediction": "The Governor - General of India", "binary_answer": null, "no_answer_prob": 1.545922726392746}
{"example_id": -3640793386467213348, "prediction": "December 21 , 1937", "binary_answer": null, "no_answer_prob": -3.2119561433792114}
{"example_id": 8204594577968798493, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.5337209701538086}
{"example_id": -4863208068075161739, "prediction": "22 March 1963", "binary_answer": null, "no_answer_prob": -6.926518559455872}
{"example_id": 6356209333358462799, "prediction": "1492", "binary_answer": null, "no_answer_prob": -9.07580018043518}
{"example_id": 5914745096471964067, "prediction": "cytoplasm", "binary_answer": null, "no_answer_prob": -2.964818596839905}
{"example_id": -6162333554866458614, "prediction": "", "binary_answer": null, "no_answer_prob": 4.719213426113129}
{"example_id": -6556649465321053999, "prediction": "The Wall Street Crash of 1929", "binary_answer": null, "no_answer_prob": 1.8472611904144287}
{"example_id": 8586935663075243027, "prediction": "The Scarlet Pimpernel 1903 Baroness Emmuska Orczy The Scarlet Pimpernel", "binary_answer": null, "no_answer_prob": -3.96160626411438}
{"example_id": -3069575543660684573, "prediction": "6,732 ft ( 2,052 m )", "binary_answer": null, "no_answer_prob": -4.690650463104248}
{"example_id": 2194961506583659270, "prediction": "In 1881", "binary_answer": null, "no_answer_prob": -0.0006108283996582031}
{"example_id": -458049314494088060, "prediction": "Berry Gordy , Jr.", "binary_answer": null, "no_answer_prob": -3.5285391807556152}
{"example_id": 585509858022987835, "prediction": "Marcus James Jordan", "binary_answer": null, "no_answer_prob": -2.146162748336792}
{"example_id": 7019201402065124659, "prediction": "", "binary_answer": null, "no_answer_prob": 3.977532386779785}
{"example_id": 8816936137015643251, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5144907236099243}
{"example_id": -1387317429726961253, "prediction": "1792", "binary_answer": null, "no_answer_prob": 0.585854709148407}
{"example_id": -3749948691441486071, "prediction": "780", "binary_answer": null, "no_answer_prob": -3.2887868881225586}
{"example_id": 1118275960282936565, "prediction": "Human occupation of New Mexico stretches back at least 11,000 years to the hunter - gatherer Clovis culture", "binary_answer": null, "no_answer_prob": 2.3240602910518646}
{"example_id": 2343725968186898057, "prediction": "20 September 1985", "binary_answer": null, "no_answer_prob": 2.0569772087037563}
{"example_id": 3795075562033733589, "prediction": "", "binary_answer": null, "no_answer_prob": 3.700815200805664}
{"example_id": 1114792165171105006, "prediction": "Asa Butterfield", "binary_answer": null, "no_answer_prob": -7.425090312957764}
{"example_id": -9039012885933484844, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5365360379219055}
{"example_id": -8198508506084894735, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2340996265411377}
{"example_id": -4149513062345101822, "prediction": "13", "binary_answer": null, "no_answer_prob": -4.052326202392578}
{"example_id": -1534097693060867706, "prediction": "Arkansas , Illinois , Missouri , Ohio and Red rivers", "binary_answer": null, "no_answer_prob": -2.4270429611206055}
{"example_id": 6801148412996933489, "prediction": "Grapevine High School", "binary_answer": null, "no_answer_prob": -4.122588634490967}
{"example_id": 753483961898368577, "prediction": "Chandrayaan - 1", "binary_answer": null, "no_answer_prob": -2.813557505607605}
{"example_id": -8368210792736765933, "prediction": "", "binary_answer": null, "no_answer_prob": 3.131948173046112}
{"example_id": -2155840172903540292, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -3.060123085975647}
{"example_id": 3021993316353753890, "prediction": "In the Westminster system", "binary_answer": null, "no_answer_prob": 2.599784344434738}
{"example_id": -611464315560803268, "prediction": "5 Universe Survival TBA February 5 , 2017 ( 2017 - 02 - 05 ) TBA", "binary_answer": null, "no_answer_prob": -1.4828619956970215}
{"example_id": -1311598643429127281, "prediction": "Robert Frost", "binary_answer": null, "no_answer_prob": -2.5491515398025513}
{"example_id": 1518801672705404588, "prediction": "Teddy Hill & the Southern Soul", "binary_answer": null, "no_answer_prob": 0.3689696788787842}
{"example_id": 9212515563311839576, "prediction": "the Columbian Exchange", "binary_answer": null, "no_answer_prob": 3.483560800552368}
{"example_id": 2105742558472154903, "prediction": "Garth Stein", "binary_answer": null, "no_answer_prob": -6.301526188850403}
{"example_id": -3738706896513566793, "prediction": "", "binary_answer": null, "no_answer_prob": 3.790593445301056}
{"example_id": 5188523125159108878, "prediction": "July 21 , 2014", "binary_answer": null, "no_answer_prob": -8.332004070281982}
{"example_id": -5941359242168303429, "prediction": "Gregorio Esparza", "binary_answer": null, "no_answer_prob": 1.5612280368804932}
{"example_id": 5523983640641022409, "prediction": "LaVern Baker", "binary_answer": null, "no_answer_prob": 2.679432375356555}
{"example_id": 8299033107377185304, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5691820979118347}
{"example_id": -8570741260785254801, "prediction": "Murder House", "binary_answer": null, "no_answer_prob": -0.04677927494049072}
{"example_id": -2876595940312304928, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Transcription", "binary_answer": null, "no_answer_prob": 3.3946051001548767}
{"example_id": -5824730534419401682, "prediction": "Bir Radha Sherpa", "binary_answer": null, "no_answer_prob": -1.0662126541137695}
{"example_id": 3844125090241992817, "prediction": "Jephthah", "binary_answer": null, "no_answer_prob": -2.315531015396118}
{"example_id": -1805699453282897240, "prediction": "17.5 %", "binary_answer": null, "no_answer_prob": -2.62663197517395}
{"example_id": -7729116205880435253, "prediction": "13 \u00b0 N 122 \u00b0 E \ufeff / \ufeff 13 \u00b0 N 122 \u00b0 E \ufeff / 13 ; 122", "binary_answer": null, "no_answer_prob": -3.7222659587860107}
{"example_id": -8024170593968252493, "prediction": "Miranda Lambert", "binary_answer": null, "no_answer_prob": -1.0516471862792969}
{"example_id": 2529159246933821096, "prediction": "Extradition law", "binary_answer": null, "no_answer_prob": 1.1165262460708618}
{"example_id": -5967639920834959562, "prediction": "representatives", "binary_answer": null, "no_answer_prob": -5.778090953826904}
{"example_id": 2972700760076367852, "prediction": "Edward Lorenz", "binary_answer": null, "no_answer_prob": -0.09498429298400879}
{"example_id": -8415167338348863321, "prediction": "Rock of Ages", "binary_answer": null, "no_answer_prob": -1.0387563705444336}
{"example_id": -8601193530311682538, "prediction": "February 17 , 1959", "binary_answer": null, "no_answer_prob": -6.236598491668701}
{"example_id": 3954792074147455952, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.1835445165634155}
{"example_id": 2796832574559779860, "prediction": "April 1 , 2017", "binary_answer": null, "no_answer_prob": -7.790393590927124}
{"example_id": -2848058317612429899, "prediction": "", "binary_answer": null, "no_answer_prob": -3.074715495109558}
{"example_id": -2194607985245063847, "prediction": "Polyphenol oxidases are a family of di - copper metalloenzymes", "binary_answer": null, "no_answer_prob": 2.5662158727645874}
{"example_id": 7707548579271785778, "prediction": "K\u012blauea", "binary_answer": null, "no_answer_prob": -2.95095956325531}
{"example_id": -871264965650502408, "prediction": "NBC", "binary_answer": null, "no_answer_prob": 1.2841134071350098}
{"example_id": -7593916744299474425, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1089786887168884}
{"example_id": -4678649940818696718, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4463343620300293}
{"example_id": 8055571319279645348, "prediction": "", "binary_answer": null, "no_answer_prob": 3.191461443901062}
{"example_id": -778893039382126607, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0753639936447144}
{"example_id": 2191430624310317444, "prediction": "", "binary_answer": null, "no_answer_prob": 4.339203715324402}
{"example_id": -4454616610085928474, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] House numbering", "binary_answer": null, "no_answer_prob": 0.2522420287132263}
{"example_id": -4466814547263499533, "prediction": "", "binary_answer": null, "no_answer_prob": 4.06438684463501}
{"example_id": 3948321760275015112, "prediction": "the eighth - season finale", "binary_answer": null, "no_answer_prob": 2.4025328755378723}
{"example_id": 1150165445113826321, "prediction": "The Declaration of the Rights of the Man and of the Citizen of 1789", "binary_answer": null, "no_answer_prob": 2.901086469180882}
{"example_id": 1366518079636365848, "prediction": "Georgina Haig", "binary_answer": null, "no_answer_prob": -9.85949695110321}
{"example_id": 673400534619480113, "prediction": "", "binary_answer": null, "no_answer_prob": 0.07211995124816895}
{"example_id": 8078031838670729603, "prediction": "the Speaker", "binary_answer": null, "no_answer_prob": -5.080242037773132}
{"example_id": -4398955744615655372, "prediction": "James Hargreaves", "binary_answer": null, "no_answer_prob": -7.5986796617507935}
{"example_id": -6923526590704934983, "prediction": "`` I Do n't Think About You ''", "binary_answer": null, "no_answer_prob": 0.09883987903594971}
{"example_id": -8606226800439462905, "prediction": "1937", "binary_answer": null, "no_answer_prob": -6.762855648994446}
{"example_id": -928594404304696003, "prediction": "Peyton Manning", "binary_answer": null, "no_answer_prob": -4.0754475593566895}
{"example_id": -8950073014553165865, "prediction": "2018", "binary_answer": null, "no_answer_prob": -8.235100984573364}
{"example_id": -5941174388758603039, "prediction": "Planet type Description Giant planet A massive planet", "binary_answer": null, "no_answer_prob": 1.3444817066192627}
{"example_id": -8751051463900683615, "prediction": "Ellen Pompeo", "binary_answer": null, "no_answer_prob": -3.230547070503235}
{"example_id": -534956058691987986, "prediction": "on the border of Bolivia and Peru", "binary_answer": null, "no_answer_prob": -5.296433091163635}
{"example_id": -8712160778873260709, "prediction": "11 West Ham United ( loan ) 2012 -- 13 Premier League 24 7 0 0 0 0 -- 24 7", "binary_answer": null, "no_answer_prob": 1.6501270532608032}
{"example_id": -584681916550563031, "prediction": "The Roman numeral M represents the number 1000", "binary_answer": null, "no_answer_prob": -1.6995172500610352}
{"example_id": 2085573478428775736, "prediction": "William J. Bell", "binary_answer": null, "no_answer_prob": -8.67910099029541}
{"example_id": -6467032154005627693, "prediction": "", "binary_answer": null, "no_answer_prob": 4.858167409896851}
{"example_id": 2651073537500132323, "prediction": "Ghulam Nabi Azad", "binary_answer": null, "no_answer_prob": -0.789555549621582}
{"example_id": -5927738491686328273, "prediction": "2002", "binary_answer": null, "no_answer_prob": -0.24895989894866943}
{"example_id": 5599733516030079093, "prediction": "", "binary_answer": null, "no_answer_prob": 2.382481813430786}
{"example_id": -6216590703217765913, "prediction": "", "binary_answer": null, "no_answer_prob": 5.249991536140442}
{"example_id": -1171733550183507354, "prediction": "the people of the United States through the Electoral College", "binary_answer": null, "no_answer_prob": -1.0635429620742798}
{"example_id": 440082157041168657, "prediction": "", "binary_answer": null, "no_answer_prob": 2.23670244961977}
{"example_id": 7235677821571370988, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 3.2546072006225586}
{"example_id": -3846554273761795081, "prediction": "The Symphony No. 1", "binary_answer": null, "no_answer_prob": -0.6565120220184326}
{"example_id": -7925503285035027851, "prediction": "Wild Adapter", "binary_answer": null, "no_answer_prob": -4.575254559516907}
{"example_id": 8546257129296628182, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1849541068077087}
{"example_id": -4969087119135536443, "prediction": "rationalism", "binary_answer": null, "no_answer_prob": -0.15211749076843262}
{"example_id": 5890363078576803177, "prediction": "The franchise was established in 1961 as the Chicago Packers based in Chicago , and were renamed to Chicago Zephyrs", "binary_answer": null, "no_answer_prob": -4.074266195297241}
{"example_id": 276390223729988210, "prediction": "land hunger rather than maritime disputes", "binary_answer": null, "no_answer_prob": 1.2174861431121826}
{"example_id": -5213011484772718193, "prediction": "the Colorado and the Rio Grande", "binary_answer": null, "no_answer_prob": -5.015430212020874}
{"example_id": -803586397254381544, "prediction": "Friends Arena in Solna , Sweden", "binary_answer": null, "no_answer_prob": -8.570285677909851}
{"example_id": 3204727903014000783, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5924556851387024}
{"example_id": 8857394664913648755, "prediction": "New York - Newark - Jersey City , NY - NJ - PA", "binary_answer": null, "no_answer_prob": -0.6407849788665771}
{"example_id": -2209735929824851759, "prediction": "", "binary_answer": null, "no_answer_prob": -1.314084529876709}
{"example_id": 4387037622362761972, "prediction": "`` Separation of church and state ''", "binary_answer": null, "no_answer_prob": -3.1814534664154053}
{"example_id": 4726714773087036923, "prediction": "", "binary_answer": null, "no_answer_prob": 3.207915246486664}
{"example_id": -2535681459727851298, "prediction": "The SI base units form a set of mutually independent dimensions as required by dimensional analysis commonly employed in science and technology .", "binary_answer": null, "no_answer_prob": 2.433317609131336}
{"example_id": -5988814359670963759, "prediction": "Jawaharlal Nehru", "binary_answer": null, "no_answer_prob": -5.836799144744873}
{"example_id": -3015518113417686341, "prediction": "1945", "binary_answer": null, "no_answer_prob": -3.2688134908676147}
{"example_id": 3510394228186715123, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8667101860046387}
{"example_id": 6628957181563520172, "prediction": "The regular judges are Len Goodman , who serves as head judge , Carrie Ann Inaba , and Bruno Tonioli", "binary_answer": null, "no_answer_prob": 1.1172176599502563}
{"example_id": -3864175799337963302, "prediction": "Super Bowl XXXVI", "binary_answer": null, "no_answer_prob": -4.670928597450256}
{"example_id": -287359372624631411, "prediction": "Curtis Stigers & The Forest Rangers", "binary_answer": null, "no_answer_prob": -7.951468467712402}
{"example_id": 3043683985033009396, "prediction": "In sport , a cap is a metaphorical term for a player 's appearance in a game at international level", "binary_answer": null, "no_answer_prob": -1.3595596551895142}
{"example_id": -5925403387830305751, "prediction": "1948", "binary_answer": null, "no_answer_prob": -6.488952994346619}
{"example_id": 5996881146659352480, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9406740963459015}
{"example_id": 2368974856875134457, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -10.234327673912048}
{"example_id": 1202446179211419693, "prediction": "The success of ancient Egyptian civilization came partly from its ability to adapt to the conditions of the Nile River valley for agriculture", "binary_answer": null, "no_answer_prob": 5.269468814134598}
{"example_id": 5858476950939730900, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6119983196258545}
{"example_id": -3260330498679672024, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0769481658935547}
{"example_id": -2637162600817283425, "prediction": "the foundation of Muslim life", "binary_answer": null, "no_answer_prob": -3.5843764543533325}
{"example_id": 9130116434121282536, "prediction": "", "binary_answer": null, "no_answer_prob": -3.1784886717796326}
{"example_id": 9126781272325366717, "prediction": "November 15 , 1956", "binary_answer": null, "no_answer_prob": -7.847479462623596}
{"example_id": 2119840652984460478, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8189685344696045}
{"example_id": -6685637941528430128, "prediction": "Richard Marx", "binary_answer": null, "no_answer_prob": -11.00684368610382}
{"example_id": 5184703201827226938, "prediction": "Ned McDodd", "binary_answer": null, "no_answer_prob": -5.369225263595581}
{"example_id": 1907435480589298812, "prediction": "bitmap", "binary_answer": null, "no_answer_prob": -1.8829588890075684}
{"example_id": -4658785319399402576, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2513723373413086}
{"example_id": 7780288680987067546, "prediction": "all developed countries except the United States", "binary_answer": null, "no_answer_prob": 0.012421131134033203}
{"example_id": 4704199755315033795, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.0367349982261658}
{"example_id": -5204914332748978782, "prediction": "Primary polycythemias are due to factors intrinsic to red cell precursors", "binary_answer": null, "no_answer_prob": 0.6640450954437256}
{"example_id": 1159041667934330585, "prediction": "Mary Margaret Reagan", "binary_answer": null, "no_answer_prob": -2.9590160846710205}
{"example_id": -4227975147779389006, "prediction": "1985", "binary_answer": null, "no_answer_prob": 0.7151322364807129}
{"example_id": -7908423204462836045, "prediction": "`` Life on the Fast Lane '' , also known as `` Jacques to Be Wild ''", "binary_answer": null, "no_answer_prob": -0.8417121171951294}
{"example_id": 3456316294813584769, "prediction": "6 December 1946", "binary_answer": null, "no_answer_prob": -5.149160265922546}
{"example_id": 5840941903343433154, "prediction": "", "binary_answer": null, "no_answer_prob": 4.436633944511414}
{"example_id": -5303907474500643611, "prediction": "2001", "binary_answer": null, "no_answer_prob": 3.207557499408722}
{"example_id": 7715156371123181187, "prediction": "Charles Fleischer", "binary_answer": null, "no_answer_prob": -7.694369077682495}
{"example_id": -6642263161221127390, "prediction": "Woody Allen", "binary_answer": null, "no_answer_prob": -0.8963487148284912}
{"example_id": -998307019943031188, "prediction": "Mount Mitchell", "binary_answer": null, "no_answer_prob": -7.7217230796813965}
{"example_id": -9115776326354221377, "prediction": "", "binary_answer": null, "no_answer_prob": -1.5007754564285278}
{"example_id": 4105724744871425855, "prediction": "", "binary_answer": null, "no_answer_prob": 5.540662050247192}
{"example_id": 8630174124810045554, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": 0.26791441440582275}
{"example_id": 5170765158681567047, "prediction": "1903", "binary_answer": null, "no_answer_prob": -7.316343247890472}
{"example_id": -7917439103474063889, "prediction": "The 49ers -- Cowboys rivalry", "binary_answer": null, "no_answer_prob": 0.176556296646595}
{"example_id": 2408970838137073912, "prediction": "28 July 1914", "binary_answer": null, "no_answer_prob": -9.995187044143677}
{"example_id": -455522481629941063, "prediction": "Mike Myers", "binary_answer": null, "no_answer_prob": -4.252415180206299}
{"example_id": -1041845407499791279, "prediction": "", "binary_answer": null, "no_answer_prob": 4.563833117485046}
{"example_id": -7506324997539485270, "prediction": "Harry Potter and the Chamber of Secrets", "binary_answer": null, "no_answer_prob": -10.524425268173218}
{"example_id": -1454228223909096333, "prediction": "Gregory Peck", "binary_answer": null, "no_answer_prob": -3.5736522674560547}
{"example_id": -8567889325050456484, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9590264111757278}
{"example_id": 2779767076658320312, "prediction": "Linux ( / \u02c8l\u026an\u0259ks / ( listen ) LIN - \u0259ks", "binary_answer": null, "no_answer_prob": 0.8010773174464703}
{"example_id": -3513032860379097783, "prediction": "1961", "binary_answer": null, "no_answer_prob": -5.387731552124023}
{"example_id": -6089312714829070794, "prediction": "Europe , the Americas , West Africa , India , and the Philippines", "binary_answer": null, "no_answer_prob": -3.4937477111816406}
{"example_id": -131316570867545256, "prediction": "Frank Theodore `` Ted '' Levine", "binary_answer": null, "no_answer_prob": -12.118379712104797}
{"example_id": -6577115638497310572, "prediction": "Thomas Jefferson", "binary_answer": null, "no_answer_prob": -2.227591395378113}
{"example_id": -3138344277086271014, "prediction": "February 3 , 2013", "binary_answer": null, "no_answer_prob": -5.457661509513855}
{"example_id": 8391933868894364317, "prediction": "Men at Work", "binary_answer": null, "no_answer_prob": -0.6371846199035645}
{"example_id": -2117335408198587344, "prediction": "as early as the middle Harappan Phase ( 2600 - 1900 BCE )", "binary_answer": null, "no_answer_prob": -0.9232199788093567}
{"example_id": -1135225573282689031, "prediction": "Digital India Programme", "binary_answer": null, "no_answer_prob": 1.076179027557373}
{"example_id": -1087974163771172959, "prediction": "Lauren Graham", "binary_answer": null, "no_answer_prob": 0.2627902030944824}
{"example_id": -3525227203262034027, "prediction": "English , which was inherited from the colonial era , is the official language and lingua franca . Of the languages indigenous to Ghana , Akan", "binary_answer": null, "no_answer_prob": -4.966936111450195}
{"example_id": -5082320203138173711, "prediction": "1898", "binary_answer": null, "no_answer_prob": -8.19535505771637}
{"example_id": -6596979289733306572, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5864234566688538}
{"example_id": -3423789713878917533, "prediction": "Phil Collins", "binary_answer": null, "no_answer_prob": -7.635305643081665}
{"example_id": -825408792723142462, "prediction": "", "binary_answer": null, "no_answer_prob": -0.23771381378173828}
{"example_id": -1706544332477490711, "prediction": "Wild grains were collected and eaten from at least 20,000 BC . From around 9500 BC", "binary_answer": null, "no_answer_prob": -3.6834126710891724}
{"example_id": 3481201784169919026, "prediction": "Utilitarianism", "binary_answer": null, "no_answer_prob": 2.3944489704445004}
{"example_id": 7385011315325200632, "prediction": "Globigerinacea", "binary_answer": null, "no_answer_prob": -2.2344000339508057}
{"example_id": -6336920494235062844, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8688172101974487}
{"example_id": -333621140103822077, "prediction": "10,000 Days ( 2006 )", "binary_answer": null, "no_answer_prob": -4.649207949638367}
{"example_id": 8112043113723545412, "prediction": "Vicki Lawrence", "binary_answer": null, "no_answer_prob": -10.858588814735413}
{"example_id": -1066867686550304382, "prediction": "Long - term memory ( LTM )", "binary_answer": null, "no_answer_prob": 1.9806697368621826}
{"example_id": 7344382026292870889, "prediction": "The cell cycle or cell - division cycle", "binary_answer": null, "no_answer_prob": -2.047849416732788}
{"example_id": -391803525098309600, "prediction": "And now you know the rest of the story . ''", "binary_answer": null, "no_answer_prob": 1.4848172664642334}
{"example_id": 4104206487285547804, "prediction": "in the Western Mediterranean , to the immediate south of the French island of Corsica .", "binary_answer": null, "no_answer_prob": -3.554170846939087}
{"example_id": -2626087465093166999, "prediction": "Dolly Parton", "binary_answer": null, "no_answer_prob": -3.9372435808181763}
{"example_id": 8470450589897498284, "prediction": "", "binary_answer": null, "no_answer_prob": 4.670561611652374}
{"example_id": -2934529409419979581, "prediction": "", "binary_answer": null, "no_answer_prob": 4.934437543153763}
{"example_id": -1204746644820116040, "prediction": "Bethany Hamilton", "binary_answer": null, "no_answer_prob": 0.9798690378665924}
{"example_id": 3475861671182753717, "prediction": "The abbreviations MC and MCC are both used to mean `` motorcycle club", "binary_answer": null, "no_answer_prob": -1.7300324440002441}
{"example_id": 7551085171198159400, "prediction": "M.A. Chidambaram Stadium", "binary_answer": null, "no_answer_prob": -0.5714057683944702}
{"example_id": 3593405491711718215, "prediction": "`` Between the devil and the deep blue sea", "binary_answer": null, "no_answer_prob": 0.47007834911346436}
{"example_id": -740764507015585567, "prediction": "Abel Tasman", "binary_answer": null, "no_answer_prob": -9.429316282272339}
{"example_id": 4683208045363295806, "prediction": "Salt Lake City", "binary_answer": null, "no_answer_prob": -2.40101420879364}
{"example_id": -1131673778780360564, "prediction": "19", "binary_answer": null, "no_answer_prob": -0.8547074794769287}
{"example_id": 9093463788690772115, "prediction": "Gerard Butler", "binary_answer": null, "no_answer_prob": -7.86854887008667}
{"example_id": -2822313437216350280, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -5.53996741771698}
{"example_id": 3780682645771861200, "prediction": "362", "binary_answer": null, "no_answer_prob": -2.254004955291748}
{"example_id": 4737819516287439025, "prediction": "Edward Asner", "binary_answer": null, "no_answer_prob": -9.329402327537537}
{"example_id": -7742586764451791533, "prediction": "Luke Fickell", "binary_answer": null, "no_answer_prob": -8.477046966552734}
{"example_id": -8034699128743413867, "prediction": "Bonnie Tyler", "binary_answer": null, "no_answer_prob": -7.659211993217468}
{"example_id": -3371890911605392308, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4968313202261925}
{"example_id": 551804194459369840, "prediction": "`` I 'll Be Home on Christmas Day ''", "binary_answer": null, "no_answer_prob": 2.445543944835663}
{"example_id": -2106269260340291518, "prediction": "Exodus 34 : 28 and Deuteronomy", "binary_answer": null, "no_answer_prob": 2.238972306251526}
{"example_id": -6300792538108303470, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4030396938323975}
{"example_id": -2908871133982661023, "prediction": "between 100,000 and 180,000 light - years", "binary_answer": null, "no_answer_prob": -6.939546823501587}
{"example_id": 2649357716325848890, "prediction": "Buzzcocks", "binary_answer": null, "no_answer_prob": -1.0328781604766846}
{"example_id": -4868457798997044527, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6106191575527191}
{"example_id": 5600316607306140099, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.011573314666748}
{"example_id": 5656553803876103959, "prediction": "", "binary_answer": null, "no_answer_prob": 2.400988757610321}
{"example_id": 8733386274558714515, "prediction": "Dustin Farr Colquitt", "binary_answer": null, "no_answer_prob": -1.2797987461090088}
{"example_id": -902420252857602721, "prediction": "travelling tent", "binary_answer": null, "no_answer_prob": 0.4829760789871216}
{"example_id": -3717759792722314683, "prediction": "", "binary_answer": null, "no_answer_prob": 2.488319218158722}
{"example_id": 7877158984153096558, "prediction": "Juan Sebasti\u00e1n Elcano and Ferdinand Magellan", "binary_answer": null, "no_answer_prob": -0.1398918628692627}
{"example_id": 7380215464653213300, "prediction": "Nackawic , New Brunswick , Canada", "binary_answer": null, "no_answer_prob": 0.5486487150192261}
{"example_id": -7796871006190203499, "prediction": "1 Chronicles 5 : 27 -- 41 where Christian translations have 1 Chronicles 6 : 1 -- 15 .", "binary_answer": null, "no_answer_prob": 2.3928480446338654}
{"example_id": -7587593820113568097, "prediction": "Ali", "binary_answer": null, "no_answer_prob": 4.054188311100006}
{"example_id": 2842924527220481974, "prediction": "Dipak Misra", "binary_answer": null, "no_answer_prob": -5.900478959083557}
{"example_id": -149910843536911261, "prediction": "", "binary_answer": null, "no_answer_prob": 2.235113024711609}
{"example_id": -6599631136643788787, "prediction": "", "binary_answer": null, "no_answer_prob": 5.212378829717636}
{"example_id": 1568192436328015489, "prediction": "Mark Richard Hamill", "binary_answer": null, "no_answer_prob": -13.201241374015808}
{"example_id": -1966306082938625963, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.8488535284996033}
{"example_id": 8462499693329791084, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3049855828285217}
{"example_id": -618213831247305618, "prediction": "2017", "binary_answer": null, "no_answer_prob": -4.321269273757935}
{"example_id": -2395133631261624980, "prediction": "Bradley David Ausmus", "binary_answer": null, "no_answer_prob": -9.118892669677734}
{"example_id": -1477138190791381178, "prediction": "Orrin Grant Hatch", "binary_answer": null, "no_answer_prob": -3.4767191410064697}
{"example_id": 7215767973842535831, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -7.206023931503296}
{"example_id": 7893711149865638098, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4483649134635925}
{"example_id": -1484752057412977131, "prediction": "London Bridge is falling down , Falling down , falling down . London Bridge is falling down , My fair lady .", "binary_answer": null, "no_answer_prob": -3.829336166381836}
{"example_id": -5473301358048974543, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0140902400016785}
{"example_id": 5802035219775305368, "prediction": "Henry Hudson", "binary_answer": null, "no_answer_prob": -0.07169842720031738}
{"example_id": -4082221677372691763, "prediction": "26", "binary_answer": null, "no_answer_prob": -4.79473614692688}
{"example_id": 6975032983308839201, "prediction": "", "binary_answer": null, "no_answer_prob": 2.630780577659607}
{"example_id": 124549278196396100, "prediction": "BW3", "binary_answer": null, "no_answer_prob": -4.872789263725281}
{"example_id": -18907135176901347, "prediction": "Bart Starr", "binary_answer": null, "no_answer_prob": 1.2818450927734375}
{"example_id": 4485551543097901594, "prediction": "1980", "binary_answer": null, "no_answer_prob": -4.217848896980286}
{"example_id": 744447684240531341, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8091872930526733}
{"example_id": -7885948894930704, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3355255126953125}
{"example_id": -7466388092492004736, "prediction": "", "binary_answer": null, "no_answer_prob": 4.129472196102142}
{"example_id": 6480057164410797415, "prediction": "2017", "binary_answer": null, "no_answer_prob": 3.1189980506896973}
{"example_id": 852001739612664450, "prediction": "Novak Djokovic", "binary_answer": null, "no_answer_prob": -0.5873739719390869}
{"example_id": 902623453483547516, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3416787981987}
{"example_id": -6133009717802725861, "prediction": "James Brown and Betty Jean Newsome", "binary_answer": null, "no_answer_prob": 0.5459069013595581}
{"example_id": 4878637520859224581, "prediction": "season two", "binary_answer": null, "no_answer_prob": -3.3185585737228394}
{"example_id": 2683399827621403496, "prediction": "", "binary_answer": null, "no_answer_prob": -1.486716628074646}
{"example_id": 8521551125139978901, "prediction": "August 21 , 2017", "binary_answer": null, "no_answer_prob": -4.723386764526367}
{"example_id": 8199423365286860658, "prediction": "`` You Ai n't Goin ' Nowhere '' is a song written by Bob Dylan", "binary_answer": null, "no_answer_prob": 2.5229024859145284}
{"example_id": 299324404298226439, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5188086032867432}
{"example_id": 6922713834459739185, "prediction": "", "binary_answer": null, "no_answer_prob": 3.534105122089386}
{"example_id": -2447168067966798861, "prediction": "Sonata for Piano and Violin No. 21 in E minor , K. 304 ( K300c )", "binary_answer": null, "no_answer_prob": 3.2889057397842407}
{"example_id": -3510001169823039030, "prediction": "Part 2", "binary_answer": null, "no_answer_prob": 4.433514554053545}
{"example_id": 7450647458618663015, "prediction": "the county of Lancashire", "binary_answer": null, "no_answer_prob": -1.1839234828948975}
{"example_id": 2319980475239464532, "prediction": "Super Size Me", "binary_answer": null, "no_answer_prob": 2.484337329864502}
{"example_id": -4852160645282063516, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4954474866390228}
{"example_id": -8736636849047411907, "prediction": "Idina Menzel", "binary_answer": null, "no_answer_prob": -9.114968299865723}
{"example_id": 2714857899300725501, "prediction": "A dividend is a payment made by a corporation to its shareholders , usually as a distribution of profits", "binary_answer": null, "no_answer_prob": 1.6320045441389084}
{"example_id": -614959085297785430, "prediction": "December 11 , 2017 December 11 , 2017", "binary_answer": null, "no_answer_prob": 2.4729411602020264}
{"example_id": -6083080564578468186, "prediction": "Chris Froome", "binary_answer": null, "no_answer_prob": -2.7418711185455322}
{"example_id": 2990611736788735891, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 6.798349441494793}
{"example_id": 6781868819470830621, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -4.106006145477295}
{"example_id": -1580833936768849463, "prediction": "`` A Teenager in Love", "binary_answer": null, "no_answer_prob": -0.23616015911102295}
{"example_id": 5555137497796999820, "prediction": "2.8 % $191,533 -- 174,000", "binary_answer": null, "no_answer_prob": -0.9538955688476562}
{"example_id": -7177650860485034621, "prediction": "", "binary_answer": null, "no_answer_prob": 4.615747570991516}
{"example_id": 4509038911523375454, "prediction": "United States special operations forces ( SOF )", "binary_answer": null, "no_answer_prob": 2.044523000717163}
{"example_id": 3439377836653572305, "prediction": "Lorelei King", "binary_answer": null, "no_answer_prob": -7.135655879974365}
{"example_id": 3528260447338726441, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8165724873542786}
{"example_id": 5546787672493608774, "prediction": "Facilitated diffusion", "binary_answer": null, "no_answer_prob": 2.953706707805395}
{"example_id": 6160692623305422384, "prediction": "Rene Kirby", "binary_answer": null, "no_answer_prob": -4.053590297698975}
{"example_id": -3423505803602251471, "prediction": "No. in season No. in series Title Directed by Written by Original airdate Netflix Release Production code 11 `` # SquadGoals", "binary_answer": null, "no_answer_prob": 3.661742925643921}
{"example_id": -5643705860212225476, "prediction": "Nathan Hale", "binary_answer": null, "no_answer_prob": 3.0771228056401014}
{"example_id": -6406317756744817785, "prediction": "July 4 , 1776", "binary_answer": null, "no_answer_prob": -8.043993473052979}
{"example_id": -7133747068492519659, "prediction": "The theme song `` Yo Home to Bel Air ''", "binary_answer": null, "no_answer_prob": 2.037948966026306}
{"example_id": -5312549763179880778, "prediction": "3,573 ft ( 1,089 m )", "binary_answer": null, "no_answer_prob": -4.224148988723755}
{"example_id": 5366437297427540229, "prediction": "Detroit Lakes is a city in the State of Minnesota and the county seat of Becker County", "binary_answer": null, "no_answer_prob": 1.3187182620167732}
{"example_id": 1461092242246752131, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4890772104263306}
{"example_id": 3565020575024893105, "prediction": "Coraline", "binary_answer": null, "no_answer_prob": 1.8969182223081589}
{"example_id": -5598786726337750315, "prediction": "A drought", "binary_answer": null, "no_answer_prob": 0.2542417645454407}
{"example_id": -3671013718150688892, "prediction": "From 2011 until their divorce in 2013 , Markle was married to actor and producer Trevor Engelson", "binary_answer": null, "no_answer_prob": 1.9181116819381714}
{"example_id": -5251885204345996078, "prediction": "Facial drooping , Arm weakness , Speech difficulties and Time to call emergency services .", "binary_answer": null, "no_answer_prob": -2.592078447341919}
{"example_id": 2984965507880030901, "prediction": "Robbie Williams", "binary_answer": null, "no_answer_prob": -6.884698987007141}
{"example_id": -1505882882952899238, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6504105925559998}
{"example_id": -425194203213713887, "prediction": "", "binary_answer": null, "no_answer_prob": 4.542041093111038}
{"example_id": -2761991981832466183, "prediction": "World Golf Village near St. Augustine , Florida", "binary_answer": null, "no_answer_prob": -6.607024073600769}
{"example_id": 1397736708476601930, "prediction": "Tom Hardy", "binary_answer": null, "no_answer_prob": -9.97251272201538}
{"example_id": -8027426053256803666, "prediction": "Aortic region - the 2nd right intercostal space", "binary_answer": null, "no_answer_prob": 1.1101629734039307}
{"example_id": 6537456525231699072, "prediction": "Jeremy Irons", "binary_answer": null, "no_answer_prob": -7.980143308639526}
{"example_id": 5994656066643779866, "prediction": "Georgia Brown", "binary_answer": null, "no_answer_prob": 2.231094479560852}
{"example_id": 6454168440948520007, "prediction": "45 - 49075 GNIS feature ID 1249770 Website www.cityofmyrtlebeach.com", "binary_answer": null, "no_answer_prob": -0.9665411710739136}
{"example_id": 659351026066033004, "prediction": "On 26 March 2015 , Carnival Films and ITV announced that the sixth", "binary_answer": null, "no_answer_prob": -1.764805555343628}
{"example_id": 3720359545382914053, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2776204347610474}
{"example_id": -3614729606216025524, "prediction": "Article Three of the United States Constitution establishes the judicial branch of the federal government . The judicial branch comprises the Supreme Court", "binary_answer": null, "no_answer_prob": -0.6743437051773071}
{"example_id": -3441111179540265661, "prediction": "Amy Lynn Carlson", "binary_answer": null, "no_answer_prob": -8.143654823303223}
{"example_id": 4300426723171717480, "prediction": "Oil Springs , Ontario , Canada", "binary_answer": null, "no_answer_prob": -4.611182928085327}
{"example_id": 8315712509516447932, "prediction": "John Lomax and Alan Lomax", "binary_answer": null, "no_answer_prob": 2.54999577999115}
{"example_id": -1089141579981071177, "prediction": "September 30 , 2017", "binary_answer": null, "no_answer_prob": -1.815351128578186}
{"example_id": -3873999362752655849, "prediction": "Brooks Koepka", "binary_answer": null, "no_answer_prob": -7.2806596755981445}
{"example_id": 2642082376424878345, "prediction": "Ferris Bueller 's Day Off", "binary_answer": null, "no_answer_prob": 1.4064216613769531}
{"example_id": -8201592372975191063, "prediction": "David Walliams", "binary_answer": null, "no_answer_prob": -4.813399314880371}
{"example_id": -1165493873558223130, "prediction": "Savi Thakur", "binary_answer": null, "no_answer_prob": -10.778504133224487}
{"example_id": -7410160610095724999, "prediction": "Uttar Pradesh", "binary_answer": null, "no_answer_prob": -5.994495868682861}
{"example_id": 6332138144051713721, "prediction": "Kashmir conflict", "binary_answer": null, "no_answer_prob": 0.6819121837615967}
{"example_id": -6549272433015094205, "prediction": "The Hunger Games : Mockingjay -- Part 2", "binary_answer": null, "no_answer_prob": -1.8206900358200073}
{"example_id": -8958584032271009106, "prediction": "Jean Parker Shepherd , Jr .", "binary_answer": null, "no_answer_prob": 0.24012696743011475}
{"example_id": -1013996801249396951, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.625746786594391}
{"example_id": -8505778849356532263, "prediction": "On Golden Pond", "binary_answer": null, "no_answer_prob": 2.817818284034729}
{"example_id": 913410133015681740, "prediction": "Scott Blumstein ( 2017 Main Event ) Most titles Phil Hellmuth", "binary_answer": null, "no_answer_prob": -2.8027366399765015}
{"example_id": 5352837022179113474, "prediction": "", "binary_answer": null, "no_answer_prob": 0.07466764748096466}
{"example_id": 8239196429346800702, "prediction": ". 338", "binary_answer": null, "no_answer_prob": -4.6180500984191895}
{"example_id": -8924848698954650053, "prediction": "Barry Mann", "binary_answer": null, "no_answer_prob": -3.8171579837799072}
{"example_id": 3220397364681426100, "prediction": "", "binary_answer": null, "no_answer_prob": 5.449074447154999}
{"example_id": 8698995450414963087, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3411909341812134}
{"example_id": -1815733016661963367, "prediction": "Guns N ' Roses", "binary_answer": null, "no_answer_prob": -7.562087774276733}
{"example_id": -1583776060106242659, "prediction": "Anya Shrubsole", "binary_answer": null, "no_answer_prob": -3.4528220891952515}
{"example_id": 6442818086505478469, "prediction": "Christopher Allen Lloyd", "binary_answer": null, "no_answer_prob": -9.09930670261383}
{"example_id": 881169645649532756, "prediction": "The Helmholtz -- Kohlrausch effect", "binary_answer": null, "no_answer_prob": 2.420148491859436}
{"example_id": 6662880646773298074, "prediction": "David H. Koch", "binary_answer": null, "no_answer_prob": -1.8493543863296509}
{"example_id": 7449037577744320827, "prediction": "", "binary_answer": null, "no_answer_prob": 3.547000080347061}
{"example_id": -3510377463362045986, "prediction": "", "binary_answer": null, "no_answer_prob": 4.949675425887108}
{"example_id": 3631055211366096413, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Travel", "binary_answer": null, "no_answer_prob": 2.5770298838615417}
{"example_id": 232550606493722053, "prediction": "Michael Jeffrey Jordan", "binary_answer": null, "no_answer_prob": 3.190577745437622}
{"example_id": 6990988251251260786, "prediction": "2012 - 13", "binary_answer": null, "no_answer_prob": -0.24523472785949707}
{"example_id": 5533888178689673627, "prediction": "Frances McDormand", "binary_answer": null, "no_answer_prob": -7.2937140464782715}
{"example_id": -8402604807335932746, "prediction": "In the episode `` Killer Within ''", "binary_answer": null, "no_answer_prob": 0.7752567529678345}
{"example_id": 7747039372524617848, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9463824518024921}
{"example_id": 394728874361110717, "prediction": "1876", "binary_answer": null, "no_answer_prob": -0.6399669647216797}
{"example_id": -2371611984672333347, "prediction": "Serj Tankian", "binary_answer": null, "no_answer_prob": -6.9675058126449585}
{"example_id": 5331675519545383492, "prediction": "", "binary_answer": null, "no_answer_prob": 4.202809631824493}
{"example_id": -6278709599209676616, "prediction": "The swallow tattoo", "binary_answer": null, "no_answer_prob": 2.123831585049629}
{"example_id": 2018272005970792683, "prediction": "book six of Jean - Jacques Rousseau 's Confessions", "binary_answer": null, "no_answer_prob": -1.4615448713302612}
{"example_id": -2956132424633297909, "prediction": "Chet Atkins", "binary_answer": null, "no_answer_prob": -2.0294251441955566}
{"example_id": 2043793879354290885, "prediction": "January 3 , 2019", "binary_answer": null, "no_answer_prob": -0.6472477912902832}
{"example_id": -2928349628862605636, "prediction": "", "binary_answer": null, "no_answer_prob": 4.425668120384216}
{"example_id": 3658847669702107248, "prediction": "H.H. Asquith", "binary_answer": null, "no_answer_prob": -5.0775322914123535}
{"example_id": 8450959737287541026, "prediction": "Mumbai Indians", "binary_answer": null, "no_answer_prob": -5.506521582603455}
{"example_id": 636022041015725508, "prediction": "", "binary_answer": null, "no_answer_prob": 1.065695371478796}
{"example_id": 6094837981592248819, "prediction": "1979", "binary_answer": null, "no_answer_prob": 0.8962886333465576}
{"example_id": -5655155258484186130, "prediction": "May 17 , 2012", "binary_answer": null, "no_answer_prob": -3.5565115213394165}
{"example_id": -2822354588209979805, "prediction": "Candice Bergen", "binary_answer": null, "no_answer_prob": -10.858884811401367}
{"example_id": -6912591881241757083, "prediction": "Morris Mac Davis", "binary_answer": null, "no_answer_prob": -3.551364302635193}
{"example_id": 8463430142785055027, "prediction": "`` Gangsta 's Paradise", "binary_answer": null, "no_answer_prob": -5.074221134185791}
{"example_id": -3155252253242474751, "prediction": "Culture Club", "binary_answer": null, "no_answer_prob": -5.208918213844299}
{"example_id": 5019862560645944816, "prediction": "2016 2016", "binary_answer": null, "no_answer_prob": -3.7243409156799316}
{"example_id": 8323056896648681320, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5895738005638123}
{"example_id": 7476846886958813305, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9788444638252258}
{"example_id": -7251112075848986368, "prediction": "The first three", "binary_answer": null, "no_answer_prob": 4.140925058629364}
{"example_id": -5556400711618316219, "prediction": "Philadelphia Eagles", "binary_answer": null, "no_answer_prob": -4.337746262550354}
{"example_id": -3697807666594774654, "prediction": "Who dat ? is an English idiom originating from New Orleans", "binary_answer": null, "no_answer_prob": -1.7110365629196167}
{"example_id": -3691955969786241010, "prediction": "", "binary_answer": null, "no_answer_prob": 4.544405519962311}
{"example_id": 1415894611066198483, "prediction": "", "binary_answer": null, "no_answer_prob": 4.053903818130493}
{"example_id": -733603923360495136, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6143557094037533}
{"example_id": -8897752621922605541, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0934277772903442}
{"example_id": 7935929571988853686, "prediction": "January 1 , 2018", "binary_answer": null, "no_answer_prob": -1.6881475448608398}
{"example_id": 156222331569148205, "prediction": "", "binary_answer": null, "no_answer_prob": 4.018621265888214}
{"example_id": 2536702751700592958, "prediction": "Judgment Day", "binary_answer": null, "no_answer_prob": 2.1941054612398148}
{"example_id": -3110720926103674635, "prediction": "`` Jesus wept", "binary_answer": null, "no_answer_prob": -5.269247889518738}
{"example_id": -4034519818227299659, "prediction": "Minnie Riperton", "binary_answer": null, "no_answer_prob": -3.5793884992599487}
{"example_id": 6247343972170271376, "prediction": "", "binary_answer": null, "no_answer_prob": 2.675953984260559}
{"example_id": -2101239151860643330, "prediction": "", "binary_answer": null, "no_answer_prob": 0.18695342540740967}
{"example_id": -7414660171500906394, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7032915949821472}
{"example_id": -1948342860969922017, "prediction": "Alexandra Patricia Morgan Carrasco", "binary_answer": null, "no_answer_prob": -7.947024941444397}
{"example_id": -8299786292840311179, "prediction": "sixteen years", "binary_answer": null, "no_answer_prob": -4.5479841232299805}
{"example_id": -2512161826512856056, "prediction": "`` The Birds and the Bees ''", "binary_answer": null, "no_answer_prob": 1.1632176637649536}
{"example_id": 3498191412127834145, "prediction": "the Angels", "binary_answer": null, "no_answer_prob": -1.3891726732254028}
{"example_id": 8542840415140468211, "prediction": "June 30 , 1971", "binary_answer": null, "no_answer_prob": -5.84307062625885}
{"example_id": 8112250565794819644, "prediction": "The third season of Hart of Dixie premiered on October 7 , 2013 and ended on May 16 , 2014", "binary_answer": null, "no_answer_prob": 0.10541152954101562}
{"example_id": -8395449471354467275, "prediction": "Michael Jackson", "binary_answer": null, "no_answer_prob": -9.428853511810303}
{"example_id": 530730112875667186, "prediction": "Batman : The Dark Knight Returns", "binary_answer": null, "no_answer_prob": 2.8065489530563354}
{"example_id": -8893446992337995523, "prediction": "George Herbert Walker Bush", "binary_answer": null, "no_answer_prob": -7.015343189239502}
{"example_id": 2531516684687563287, "prediction": "`` Ca n't You See '' is a song written by Toy Caldwell of The Marshall Tucker Band", "binary_answer": null, "no_answer_prob": 1.4765754267573357}
{"example_id": -6776026954673420873, "prediction": "", "binary_answer": null, "no_answer_prob": 2.043997645378113}
{"example_id": -6916609731612916661, "prediction": "", "binary_answer": null, "no_answer_prob": 3.201220750808716}
{"example_id": -2586134561689458870, "prediction": "Procol Harum", "binary_answer": null, "no_answer_prob": -7.472169041633606}
{"example_id": -6534558839095898672, "prediction": "Parks Canada", "binary_answer": null, "no_answer_prob": -0.6975727081298828}
{"example_id": 8176613074656756966, "prediction": "DNA and ribose in RNA", "binary_answer": null, "no_answer_prob": 0.48747849464416504}
{"example_id": -868502471779072959, "prediction": "The red - winged blackbird", "binary_answer": null, "no_answer_prob": 1.2166184186935425}
{"example_id": -4013161620535567137, "prediction": "The hippocampus", "binary_answer": null, "no_answer_prob": -1.0299339294433594}
{"example_id": -5562398787614534962, "prediction": "Spencer Tracy", "binary_answer": null, "no_answer_prob": -3.8777689933776855}
{"example_id": 1394630376030254635, "prediction": "", "binary_answer": null, "no_answer_prob": 4.897525101900101}
{"example_id": 7428136338385890875, "prediction": "2005", "binary_answer": null, "no_answer_prob": -1.3788680881261826}
{"example_id": 8455109717616396298, "prediction": "", "binary_answer": null, "no_answer_prob": 0.17492306232452393}
{"example_id": -5700627316246569346, "prediction": "Pontiac GTO", "binary_answer": null, "no_answer_prob": -8.822381496429443}
{"example_id": 5977990164505192934, "prediction": "21 October 2016", "binary_answer": null, "no_answer_prob": -4.458489656448364}
{"example_id": -1178249013760555772, "prediction": "Worcester v. Georgia , 31 U.S. ( 6 Pet . ) 515 ( 1832 )", "binary_answer": null, "no_answer_prob": -3.1147090196609497}
{"example_id": -6988510815411083194, "prediction": "", "binary_answer": null, "no_answer_prob": 3.586226463317871}
{"example_id": 7049438424847855781, "prediction": "Psalm 23", "binary_answer": null, "no_answer_prob": -2.6033979654312134}
{"example_id": -879494170717098400, "prediction": "Hispaniola", "binary_answer": null, "no_answer_prob": 0.13376390933990479}
{"example_id": -6515748274998530220, "prediction": "Lee Richmond", "binary_answer": null, "no_answer_prob": -0.9481480121612549}
{"example_id": 2217405633688805024, "prediction": "Azazel", "binary_answer": null, "no_answer_prob": -0.8363012075424194}
{"example_id": 6617501725132437833, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -1.761833906173706}
{"example_id": 3291761456115217739, "prediction": "", "binary_answer": null, "no_answer_prob": -6.23637330532074}
{"example_id": 8067464076328267934, "prediction": "Deuteronomy 32 : 10 , Psalm 17 : 8 Proverbs 7 : 2 , and Zechariah 2 : 8", "binary_answer": null, "no_answer_prob": -0.16360235214233398}
{"example_id": -4794116528469612742, "prediction": "Soul Brothers Six", "binary_answer": null, "no_answer_prob": -3.5662862062454224}
{"example_id": 9049376010685277599, "prediction": "George and Ira Gershwin", "binary_answer": null, "no_answer_prob": 0.21000957489013672}
{"example_id": -5651960065512817480, "prediction": "seventh season would serve as the final season of the series .", "binary_answer": null, "no_answer_prob": 0.7212122082710266}
{"example_id": 5539496799040970397, "prediction": "`` I Do n't What She Said ''", "binary_answer": null, "no_answer_prob": 2.7730445712804794}
{"example_id": -5476360120504947284, "prediction": "", "binary_answer": null, "no_answer_prob": 0.09098213911056519}
{"example_id": -5632775361439610918, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6271299719810486}
{"example_id": 4992973967728216447, "prediction": "6", "binary_answer": null, "no_answer_prob": 0.505976676940918}
{"example_id": 1848035630936891081, "prediction": "Lake Itasca", "binary_answer": null, "no_answer_prob": -3.750198245048523}
{"example_id": -8440656714633979270, "prediction": "Institution Location Athletic nickname Enrollment 2015 Endowment Academic staff Colors Brown University", "binary_answer": null, "no_answer_prob": 2.6954089403152466}
{"example_id": 2049460569379781668, "prediction": "One Love Manchester was a benefit concert and British television special held on 4 June 2017", "binary_answer": null, "no_answer_prob": 1.0895699262619019}
{"example_id": 2798593915310445098, "prediction": "a $40,000", "binary_answer": null, "no_answer_prob": 1.2038555145263672}
{"example_id": 6291700309486366112, "prediction": "Tony Bennett", "binary_answer": null, "no_answer_prob": 0.05253934860229492}
{"example_id": 2830847496958061908, "prediction": "a brightly patterned jacket", "binary_answer": null, "no_answer_prob": 0.49670612812042236}
{"example_id": 5730539423945994874, "prediction": "Yao Ming", "binary_answer": null, "no_answer_prob": -2.2370070219039917}
{"example_id": -4564644739544350083, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1030246019363403}
{"example_id": 2124006302462707463, "prediction": "Gone with the Wind", "binary_answer": null, "no_answer_prob": -5.691996455192566}
{"example_id": 2304817170382550848, "prediction": "", "binary_answer": null, "no_answer_prob": 4.941980302333832}
{"example_id": -4512232766566832061, "prediction": "just east of the Roman Forum", "binary_answer": null, "no_answer_prob": -1.5442469716072083}
{"example_id": -5889390396091199699, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6449728310108185}
{"example_id": -2418240830292885258, "prediction": "Scott Pilgrim vs. the World : The Game", "binary_answer": null, "no_answer_prob": -0.17036128044128418}
{"example_id": -5008618038791154799, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8374708890914917}
{"example_id": 1870092111876265459, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2331073880195618}
{"example_id": -5537697640490647453, "prediction": "The Weeknd", "binary_answer": null, "no_answer_prob": -7.002494931221008}
{"example_id": 5066766694112642360, "prediction": "Alan Shearer", "binary_answer": null, "no_answer_prob": -1.6984186172485352}
{"example_id": 7663793374867451272, "prediction": "Matthew Broderick", "binary_answer": null, "no_answer_prob": -5.809428930282593}
{"example_id": -8645060630087450787, "prediction": "In computer science , a high - level programming language is a programming language with strong abstraction", "binary_answer": null, "no_answer_prob": -0.8841912746429443}
{"example_id": 8853596992779708147, "prediction": "2008", "binary_answer": null, "no_answer_prob": 1.3753153085708618}
{"example_id": 7868366011930698395, "prediction": "Trindon Jerard Holliday", "binary_answer": null, "no_answer_prob": -4.265687942504883}
{"example_id": -7247623029104792921, "prediction": "In 2012 , Hannigan reprised the role of Michelle in American Reunion . Since 2016 , Hannigan", "binary_answer": null, "no_answer_prob": -7.066161632537842}
{"example_id": -5160001114356640544, "prediction": "", "binary_answer": null, "no_answer_prob": 4.525643587112427}
{"example_id": -5332415273865797138, "prediction": "2016", "binary_answer": null, "no_answer_prob": -9.471986830234528}
{"example_id": 6762746995376257837, "prediction": "Some rapid transit systems", "binary_answer": null, "no_answer_prob": 2.699448600411415}
{"example_id": -5641978687888814360, "prediction": "Paper Lace", "binary_answer": null, "no_answer_prob": -5.146719455718994}
{"example_id": 3688157611140078166, "prediction": "closer to 88 feet ( 26.8 m )", "binary_answer": null, "no_answer_prob": 3.5796148031949997}
{"example_id": -894515302366525922, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A trade association", "binary_answer": null, "no_answer_prob": 3.872677505016327}
{"example_id": 8587069461377905265, "prediction": "", "binary_answer": null, "no_answer_prob": 2.91719513759017}
{"example_id": 1633136386185594788, "prediction": "Newark Essex", "binary_answer": null, "no_answer_prob": -2.1600362062454224}
{"example_id": 1977698375460981830, "prediction": "Russian jokes", "binary_answer": null, "no_answer_prob": -0.9654148817062378}
{"example_id": -4844601362711867725, "prediction": "February 23 , 2017", "binary_answer": null, "no_answer_prob": -0.5788060426712036}
{"example_id": 2842746529931341412, "prediction": "Jason Edward Mewes", "binary_answer": null, "no_answer_prob": -12.75424838066101}
{"example_id": -7271967592533899368, "prediction": "September 19 , 2017 .", "binary_answer": null, "no_answer_prob": 2.7444396317005157}
{"example_id": 2016871610320845209, "prediction": "", "binary_answer": null, "no_answer_prob": 1.273281455039978}
{"example_id": 6826535275271704887, "prediction": "31 December 1600", "binary_answer": null, "no_answer_prob": -4.0437809228897095}
{"example_id": 1215540251299169354, "prediction": "Gillian Jacobs", "binary_answer": null, "no_answer_prob": -9.882197141647339}
{"example_id": -2016682152132462913, "prediction": "", "binary_answer": null, "no_answer_prob": 5.340006053447723}
{"example_id": -6039995425593167072, "prediction": "Kevin Garnett", "binary_answer": null, "no_answer_prob": -2.7741684913635254}
{"example_id": -4497993721113215532, "prediction": "September 2016", "binary_answer": null, "no_answer_prob": -5.521338522434235}
{"example_id": -7226477600215867678, "prediction": "January 12 , 2017", "binary_answer": null, "no_answer_prob": -7.0472517013549805}
{"example_id": -1287248768701808063, "prediction": "", "binary_answer": null, "no_answer_prob": 4.501841068267822}
{"example_id": 4628157630763001418, "prediction": "Auli'i Cravalho", "binary_answer": null, "no_answer_prob": -10.12697422504425}
{"example_id": 4426096629848516642, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1019781827926636}
{"example_id": 8877707712000352283, "prediction": "The Secret Life of Bees", "binary_answer": null, "no_answer_prob": 3.0379885882139206}
{"example_id": 8470597005350297381, "prediction": "", "binary_answer": null, "no_answer_prob": 4.274491608142853}
{"example_id": 5841119362569686374, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.9388140439987183}
{"example_id": -1973626278762022871, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6105631589889526}
{"example_id": -4835982664253783650, "prediction": "October 17 , 2017", "binary_answer": null, "no_answer_prob": -1.041151762008667}
{"example_id": 709353751125109049, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.0798497200012207}
{"example_id": -9493667599267663, "prediction": "Novak Djokovic", "binary_answer": null, "no_answer_prob": -8.431656122207642}
{"example_id": 1830272880100013103, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2105251848697662}
{"example_id": -7129168096737880343, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7363604307174683}
{"example_id": 3217380694214648032, "prediction": "June 9 , 2017 ( 2017 - 06 - 09 )", "binary_answer": null, "no_answer_prob": 0.18843400478363037}
{"example_id": 9193607661159717976, "prediction": "As of 2017 , each NFL team may keep up to ten", "binary_answer": null, "no_answer_prob": 1.6669129133224487}
{"example_id": 6374942341567210314, "prediction": "Lou Reed", "binary_answer": null, "no_answer_prob": -9.543155670166016}
{"example_id": 7758402878662382044, "prediction": "Dem Franchize Boyz", "binary_answer": null, "no_answer_prob": -7.723399639129639}
{"example_id": 7272526264843607782, "prediction": "The history of banking", "binary_answer": null, "no_answer_prob": 1.4553938657045364}
{"example_id": -1863612908060588020, "prediction": "", "binary_answer": null, "no_answer_prob": 4.428178459405899}
{"example_id": -6844718002288756327, "prediction": "The Flys", "binary_answer": null, "no_answer_prob": 1.2302830219268799}
{"example_id": 899277104231220759, "prediction": "Lake Surface Area Maximum Depth County Ackerson Lake", "binary_answer": null, "no_answer_prob": 0.6951233148574829}
{"example_id": -5552018801960027999, "prediction": "ten", "binary_answer": null, "no_answer_prob": -2.0583142042160034}
{"example_id": -3236753749546955553, "prediction": "Alex Borstein , Mila Kunis", "binary_answer": null, "no_answer_prob": 0.12630638480186462}
{"example_id": 7242121773790220504, "prediction": "Kim Zolciak", "binary_answer": null, "no_answer_prob": -1.0362950563430786}
{"example_id": -6589298070379612500, "prediction": "1961", "binary_answer": null, "no_answer_prob": -5.703408122062683}
{"example_id": -2394552487154524021, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4122503995895386}
{"example_id": 7757474138948283467, "prediction": "", "binary_answer": null, "no_answer_prob": 2.208297371864319}
{"example_id": 3375377345139917900, "prediction": "Zac Efron", "binary_answer": null, "no_answer_prob": -7.246708393096924}
{"example_id": 8830719834016772103, "prediction": "Alphonse Bertillon", "binary_answer": null, "no_answer_prob": -8.651628017425537}
{"example_id": -5223907006049376094, "prediction": "", "binary_answer": null, "no_answer_prob": 4.53229147195816}
{"example_id": 3548237018398658588, "prediction": "July 19 , 2011", "binary_answer": null, "no_answer_prob": -6.432551145553589}
{"example_id": 1766613706788711526, "prediction": "Tony Rich", "binary_answer": null, "no_answer_prob": -10.021445035934448}
{"example_id": 4252123627076857968, "prediction": "", "binary_answer": null, "no_answer_prob": 3.675972044467926}
{"example_id": -3278422072881757999, "prediction": "", "binary_answer": null, "no_answer_prob": 3.168344020843506}
{"example_id": 3634407254285885441, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4021958112716675}
{"example_id": 1334111899867164191, "prediction": "Backstreet Boys", "binary_answer": null, "no_answer_prob": -3.7698334455490112}
{"example_id": 8389624507547112551, "prediction": "The nickname Rip City is usually used in the context of the city 's NBA team , the Portland Trail Blazers", "binary_answer": null, "no_answer_prob": -1.6775047779083252}
{"example_id": 4010552134847535060, "prediction": "Andr\u00e9s Iniesta", "binary_answer": null, "no_answer_prob": -5.925482749938965}
{"example_id": 7311597326781869670, "prediction": "Assassin 's Creed IV : Black Flag", "binary_answer": null, "no_answer_prob": 2.6664110869169235}
{"example_id": -8703845203547233062, "prediction": "Sunday", "binary_answer": null, "no_answer_prob": -3.7689355611801147}
{"example_id": 8520056925724990737, "prediction": "338", "binary_answer": null, "no_answer_prob": -4.196735858917236}
{"example_id": 4229149442215398509, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1758554577827454}
{"example_id": -3681267594457866032, "prediction": "Every Picture Tells a Story", "binary_answer": null, "no_answer_prob": -1.7135156393051147}
{"example_id": -2376614470988905995, "prediction": "", "binary_answer": null, "no_answer_prob": 4.191323637962341}
{"example_id": -4859664499687059431, "prediction": "1976", "binary_answer": null, "no_answer_prob": -6.443534731864929}
{"example_id": 7428902671467301472, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -3.9287883043289185}
{"example_id": 1019776745352425552, "prediction": "", "binary_answer": null, "no_answer_prob": 5.055803447961807}
{"example_id": -3650982839046965239, "prediction": "General Prayut Chan - o - cha", "binary_answer": null, "no_answer_prob": -8.04289960861206}
{"example_id": -1611758160852589997, "prediction": "223 ( UK Edition ) 332 ( 2014 UK Edition ) 309 ( US Edition ) 336", "binary_answer": null, "no_answer_prob": -1.36125910282135}
{"example_id": -6673013913103106465, "prediction": "Sam Snead", "binary_answer": null, "no_answer_prob": -6.091509580612183}
{"example_id": -2790403562111738127, "prediction": "The European - American naming of the Alabama River and state was derived from the Alabama people , a Muskogean", "binary_answer": null, "no_answer_prob": 3.4858022928237915}
{"example_id": -8676859342789167171, "prediction": "`` Grass Ai n't Greener ''", "binary_answer": null, "no_answer_prob": 2.0460018813610077}
{"example_id": 6313808902775223480, "prediction": "Katherine Elaine Hendrix", "binary_answer": null, "no_answer_prob": -6.0468597412109375}
{"example_id": 2098161918008256587, "prediction": "Alfred Thomas `` Freddie '' Highmore", "binary_answer": null, "no_answer_prob": -9.9644113779068}
{"example_id": 6794426408637543034, "prediction": "25 June 1950", "binary_answer": null, "no_answer_prob": -4.311502933502197}
{"example_id": -1445279784379797908, "prediction": "`` A Horse with No Name ''", "binary_answer": null, "no_answer_prob": 2.974949359893799}
{"example_id": 6543958158924633918, "prediction": "The average age of a young woman 's first period ( menarche ) is 12 to 13", "binary_answer": null, "no_answer_prob": -3.193563461303711}
{"example_id": -425572199719250770, "prediction": "Layne Staley", "binary_answer": null, "no_answer_prob": -8.860646724700928}
{"example_id": 2931333912169043178, "prediction": "John Bercow", "binary_answer": null, "no_answer_prob": -6.994032621383667}
{"example_id": -1085928132280576267, "prediction": "Hades", "binary_answer": null, "no_answer_prob": -3.2113951444625854}
{"example_id": 1787759775910041862, "prediction": "The traditional and most - publicized story is in the article `` What Is a Flea Market ? '' by Albert LaFarge", "binary_answer": null, "no_answer_prob": 1.323435664176941}
{"example_id": -4933174681282830297, "prediction": "14", "binary_answer": null, "no_answer_prob": -4.803231120109558}
{"example_id": 6341013013362849696, "prediction": "Nicole Linkletter", "binary_answer": null, "no_answer_prob": -4.8726584911346436}
{"example_id": 8688547147381696071, "prediction": "10 September 1977", "binary_answer": null, "no_answer_prob": -5.33339262008667}
{"example_id": -1922631224359307957, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9230290055274963}
{"example_id": -8229952831306628594, "prediction": "", "binary_answer": null, "no_answer_prob": 2.350885896012187}
{"example_id": 6757519085976641992, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7905060052871704}
{"example_id": -5331354309162291530, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": 0.8466794490814209}
{"example_id": -6462564684636052803, "prediction": "January 26 , 2003", "binary_answer": null, "no_answer_prob": -6.148370385169983}
{"example_id": 3463413309313087496, "prediction": "The Red Sea -- Dead Sea Conveyance , sometimes called the Two Seas Canal", "binary_answer": null, "no_answer_prob": 1.974229708313942}
{"example_id": -777256859387445496, "prediction": "June 9 , 2017", "binary_answer": null, "no_answer_prob": -0.36091911792755127}
{"example_id": -8084811193718111951, "prediction": "Croatia", "binary_answer": null, "no_answer_prob": -2.8549697399139404}
{"example_id": 1057142423050598813, "prediction": "a beautiful cottage by the sea in the south of England", "binary_answer": null, "no_answer_prob": -0.5332369804382324}
{"example_id": -8268468689998578419, "prediction": "5", "binary_answer": null, "no_answer_prob": -6.107893884181976}
{"example_id": 7685291543941675545, "prediction": "Captain America : The Winter Soldier is a 2014", "binary_answer": null, "no_answer_prob": 2.508763074874878}
{"example_id": 3530794967221120483, "prediction": "Inva Mula", "binary_answer": null, "no_answer_prob": -8.494138836860657}
{"example_id": 156991172526880407, "prediction": "Kevin Mark DuBrow", "binary_answer": null, "no_answer_prob": -11.191088080406189}
{"example_id": -1972061666887540394, "prediction": "Interstate 5", "binary_answer": null, "no_answer_prob": -0.2046431303024292}
{"example_id": 1743088933645850032, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6520659178495407}
{"example_id": -8980261941531841832, "prediction": "The heat escape lessening position ( HELP )", "binary_answer": null, "no_answer_prob": 2.825177416205406}
{"example_id": -2611225258568366255, "prediction": "Courtney Thorne - Smith", "binary_answer": null, "no_answer_prob": -7.391552925109863}
{"example_id": 8351660399007917209, "prediction": "The Delfonics", "binary_answer": null, "no_answer_prob": -3.749171495437622}
{"example_id": 3013296189889794664, "prediction": "Paul Simon", "binary_answer": null, "no_answer_prob": -1.5120970010757446}
{"example_id": -531861138924629060, "prediction": "1984", "binary_answer": null, "no_answer_prob": -5.672400593757629}
{"example_id": 3023789271698219362, "prediction": "export oriented policies and strong development policies . Unique to these economies were the sustained rapid growth and high levels of equal income distribution", "binary_answer": null, "no_answer_prob": 2.024628221988678}
{"example_id": -8227218054836287119, "prediction": "Richard Bruton", "binary_answer": null, "no_answer_prob": -4.9655386209487915}
{"example_id": 5125394137874291600, "prediction": "Nick Lowe", "binary_answer": null, "no_answer_prob": -8.491921782493591}
{"example_id": 2649993102603297566, "prediction": "home equity line of credit ( often called HELOC", "binary_answer": null, "no_answer_prob": -0.9621535539627075}
{"example_id": 3933460665175771322, "prediction": "Marco Reus", "binary_answer": null, "no_answer_prob": -5.779548525810242}
{"example_id": -7668142024063791898, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9144518375396729}
{"example_id": 5650745240914074792, "prediction": "Jermaine Stewart", "binary_answer": null, "no_answer_prob": -8.440520346164703}
{"example_id": 5985830443173483426, "prediction": "Sir Georg Solti", "binary_answer": null, "no_answer_prob": -5.314543843269348}
{"example_id": 3786557589793018672, "prediction": "", "binary_answer": null, "no_answer_prob": 3.936512589454651}
{"example_id": 6896427128230648690, "prediction": "Maj. Gen. George B. McClellan", "binary_answer": null, "no_answer_prob": -3.9244463443756104}
{"example_id": -5981644299603416480, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -5.09844434261322}
{"example_id": -5004573756759210454, "prediction": "Name Functional role Term start Notes / Reference Vacant Chair Vacant Managing Director Jane Connors Staff Elected Director 1 May 2018 Kirstin Ferguson", "binary_answer": null, "no_answer_prob": -0.009898543357849121}
{"example_id": 1250153245712379519, "prediction": "Normandy landings", "binary_answer": null, "no_answer_prob": 0.27207326889038086}
{"example_id": -8527365908838667380, "prediction": "", "binary_answer": null, "no_answer_prob": 4.830392897129059}
{"example_id": 1172537011120389596, "prediction": "Helen Crump", "binary_answer": null, "no_answer_prob": -0.3643348217010498}
{"example_id": 4777571984732066471, "prediction": "$80,000 for the top twenty - five players .", "binary_answer": null, "no_answer_prob": -2.336011052131653}
{"example_id": 2922124632252860905, "prediction": "Daniel Peter `` Danny '' Masterson", "binary_answer": null, "no_answer_prob": -13.0367431640625}
{"example_id": -6213380847908968178, "prediction": "Vince Gill", "binary_answer": null, "no_answer_prob": -5.676302433013916}
{"example_id": 7295101132531728731, "prediction": "`` Cotton - Eyed Joe", "binary_answer": null, "no_answer_prob": 3.567565716803074}
{"example_id": 394687602028694007, "prediction": "elliptical cavity", "binary_answer": null, "no_answer_prob": 2.762825131416321}
{"example_id": -7731772087865726145, "prediction": "In season 12", "binary_answer": null, "no_answer_prob": 1.0747836828231812}
{"example_id": 1716933780593879410, "prediction": "", "binary_answer": null, "no_answer_prob": 4.873738527297974}
{"example_id": 1466131420120226527, "prediction": "", "binary_answer": null, "no_answer_prob": -0.1491260528564453}
{"example_id": -1634109155257355289, "prediction": "The United States District Court", "binary_answer": null, "no_answer_prob": 2.6835218369960785}
{"example_id": 1123016671496269501, "prediction": "The Mali Empire", "binary_answer": null, "no_answer_prob": -1.6500439643859863}
{"example_id": 8316699342584548454, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9105968475341797}
{"example_id": -3103386913093489480, "prediction": "", "binary_answer": null, "no_answer_prob": 4.308955609798431}
{"example_id": 2392960478751552180, "prediction": "In mathematics and in particular measure theory", "binary_answer": null, "no_answer_prob": 1.4313797354698181}
{"example_id": 3609759591820304398, "prediction": "Nacio Herb Brown", "binary_answer": null, "no_answer_prob": 0.5183190107345581}
{"example_id": 1670413326104963398, "prediction": "Jules Verne", "binary_answer": null, "no_answer_prob": -11.556300401687622}
{"example_id": 1375491388922602302, "prediction": "Key West , Florida , United States", "binary_answer": null, "no_answer_prob": -1.546128511428833}
{"example_id": 6028743619699232140, "prediction": "The Shawshank Redemption", "binary_answer": null, "no_answer_prob": 1.771676480770111}
{"example_id": 7238227158346168357, "prediction": "Cellular waste products are formed as a by - product of cellular respiration", "binary_answer": null, "no_answer_prob": 1.3943776488304138}
{"example_id": -2173544208727680846, "prediction": "Smith Tower is a skyscraper", "binary_answer": null, "no_answer_prob": 2.3950260281562805}
{"example_id": -9144993430168672857, "prediction": "", "binary_answer": null, "no_answer_prob": 4.789965331554413}
{"example_id": 7676010155159524765, "prediction": "The Epistle of Jude , often shortened to Jude , is the penultimate book of the New Testament", "binary_answer": null, "no_answer_prob": 0.816448301076889}
{"example_id": 1809424734159619961, "prediction": "December 19", "binary_answer": null, "no_answer_prob": -2.70738422870636}
{"example_id": -5262266930523233451, "prediction": "November 15 , 2013", "binary_answer": null, "no_answer_prob": -4.163621544837952}
{"example_id": -5803617122969434646, "prediction": "Elizabeth Debicki", "binary_answer": null, "no_answer_prob": 1.3364900350570679}
{"example_id": 3199484311886819083, "prediction": "Freaky Styley", "binary_answer": null, "no_answer_prob": -6.419489860534668}
{"example_id": -7958364361517738816, "prediction": "`` Like China ''", "binary_answer": null, "no_answer_prob": 1.8252712152898312}
{"example_id": 6379952377871231287, "prediction": "Thomas Paine", "binary_answer": null, "no_answer_prob": -4.280113458633423}
{"example_id": 2244383554534720942, "prediction": "Billy Joel", "binary_answer": null, "no_answer_prob": 0.7135543823242188}
{"example_id": 5633884332834933055, "prediction": "Visa waiver agreement for diplomatic , private and service passports was signed with Qatar in November 2017 but is yet to be ratified .", "binary_answer": null, "no_answer_prob": 3.5385177582502365}
{"example_id": 417315581416494645, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Shugo Chara !", "binary_answer": null, "no_answer_prob": 1.6866632103919983}
{"example_id": 6564661579227384006, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8358333706855774}
{"example_id": 1617928488861000814, "prediction": "10 April 2015", "binary_answer": null, "no_answer_prob": -6.91586434841156}
{"example_id": -6146992061056953778, "prediction": "River Song Doctor Who character First appearance `` Silence in the Library ''", "binary_answer": null, "no_answer_prob": 4.397220380604267}
{"example_id": -7953791141227958663, "prediction": "", "binary_answer": null, "no_answer_prob": 6.00251430273056}
{"example_id": -1820518102427276178, "prediction": "Keith Urban", "binary_answer": null, "no_answer_prob": -6.41852879524231}
{"example_id": 8170950913865010587, "prediction": "", "binary_answer": null, "no_answer_prob": 2.511788561940193}
{"example_id": -6786663451529216648, "prediction": "Nate Ruess", "binary_answer": null, "no_answer_prob": -7.451430678367615}
{"example_id": -3751717521023368149, "prediction": "8 6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": -2.69850492477417}
{"example_id": -6471777462830423450, "prediction": "In the book , Weber wrote that capitalism", "binary_answer": null, "no_answer_prob": 0.5794264078140259}
{"example_id": 8163394868410821099, "prediction": "Skip James", "binary_answer": null, "no_answer_prob": -5.151251435279846}
{"example_id": 7127577961923843538, "prediction": "Tony Christie", "binary_answer": null, "no_answer_prob": -5.468647718429565}
{"example_id": -7312817558511051413, "prediction": "7 %", "binary_answer": null, "no_answer_prob": -1.6676138639450073}
{"example_id": 7686479690808312388, "prediction": "The Packers is the last of the `` small town teams '' which were common in the NFL during the 1920s and 30s", "binary_answer": null, "no_answer_prob": 2.985835909843445}
{"example_id": 7524375412480322455, "prediction": "2016", "binary_answer": null, "no_answer_prob": 0.4976833164691925}
{"example_id": -8950840458638576086, "prediction": "Gary Sanford Paxton", "binary_answer": null, "no_answer_prob": -0.7053561210632324}
{"example_id": -3825121714419940238, "prediction": "C - 130T Hercules", "binary_answer": null, "no_answer_prob": 0.31192851066589355}
{"example_id": 3000918483349810310, "prediction": "162", "binary_answer": null, "no_answer_prob": -3.002489686012268}
{"example_id": 7586230684004680498, "prediction": "the Rolling Stones", "binary_answer": null, "no_answer_prob": -4.124645113945007}
{"example_id": -4186508815250414351, "prediction": "Charles , Prince of Wales", "binary_answer": null, "no_answer_prob": -6.517077445983887}
{"example_id": 6843921136574249233, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7711338698863983}
{"example_id": -8388580031122232741, "prediction": "`` Boyz - n - the - Hood ''", "binary_answer": null, "no_answer_prob": 1.0382064282894135}
{"example_id": 475342910078141272, "prediction": "Aromatic hydrocarbons ( arenes ) , alkanes , cycloalkanes and alkyne - based compounds", "binary_answer": null, "no_answer_prob": 1.3044866919517517}
{"example_id": 1733641446977036220, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6327324509620667}
{"example_id": -4615767623828234434, "prediction": "The United States housing bubble", "binary_answer": null, "no_answer_prob": 2.0139654874801636}
{"example_id": 690874491516078434, "prediction": "HBO on July 16 , 2017", "binary_answer": null, "no_answer_prob": -3.760390877723694}
{"example_id": 3033004535155644694, "prediction": "Jason Derulo", "binary_answer": null, "no_answer_prob": -3.0127711296081543}
{"example_id": 544013399893430746, "prediction": "November 6 , 2017", "binary_answer": null, "no_answer_prob": -5.04552960395813}
{"example_id": 3020454745532135259, "prediction": "ICMP for IPv4 is defined in RFC 792 .", "binary_answer": null, "no_answer_prob": 3.7952296137809753}
{"example_id": 6872231414630350674, "prediction": "", "binary_answer": null, "no_answer_prob": -0.10884153842926025}
{"example_id": 573165936882888113, "prediction": "En plein air", "binary_answer": null, "no_answer_prob": -0.2648313045501709}
{"example_id": -3524033522938130487, "prediction": "Cleveland Browns", "binary_answer": null, "no_answer_prob": 0.052904367446899414}
{"example_id": -137291043415148020, "prediction": "", "binary_answer": null, "no_answer_prob": 2.709358811378479}
{"example_id": 4094533160249148406, "prediction": "Justine Clarke", "binary_answer": null, "no_answer_prob": -8.85358452796936}
{"example_id": -3954617935964596500, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.809242010116577}
{"example_id": 2370235941034770516, "prediction": "protein , carbohydrate and lipid", "binary_answer": null, "no_answer_prob": 0.07775628566741943}
{"example_id": 1987958981706768239, "prediction": "", "binary_answer": null, "no_answer_prob": 4.1006810665130615}
{"example_id": -2206909075483146821, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3054445385932922}
{"example_id": 6644344863474936313, "prediction": "Tarquin the Proud", "binary_answer": null, "no_answer_prob": -2.1850697994232178}
{"example_id": -1552631803764154645, "prediction": "Europe , the Americas , West Africa , India , and the Philippines", "binary_answer": null, "no_answer_prob": -3.657684326171875}
{"example_id": 7445075245440727123, "prediction": "Freddie Highmore", "binary_answer": null, "no_answer_prob": -9.224117755889893}
{"example_id": -6548973324426578609, "prediction": "", "binary_answer": null, "no_answer_prob": -3.6588985919952393}
{"example_id": -1413725843955627404, "prediction": "Big Springs , Texas , located in Rusk County in East Texas .", "binary_answer": null, "no_answer_prob": -1.5333532094955444}
{"example_id": -4633039901182041835, "prediction": "", "binary_answer": null, "no_answer_prob": 4.020498991012573}
{"example_id": -5298983925744557273, "prediction": "1993", "binary_answer": null, "no_answer_prob": 1.513580560684204}
{"example_id": -1342291290704725198, "prediction": "Bernie Taupin , Martin Page , Dennis Lambert , and Peter Wolf", "binary_answer": null, "no_answer_prob": -4.049637675285339}
{"example_id": -5459996306053015878, "prediction": "king Matthias Corvinus", "binary_answer": null, "no_answer_prob": -1.8593376874923706}
{"example_id": -2741074160908754103, "prediction": "1949 to 1963", "binary_answer": null, "no_answer_prob": -4.0115578174591064}
{"example_id": 2574606619121639914, "prediction": "Avatar", "binary_answer": null, "no_answer_prob": -1.4069175720214844}
{"example_id": -627392990489548787, "prediction": "Roger Moore", "binary_answer": null, "no_answer_prob": -10.215005040168762}
{"example_id": -4850551424394359011, "prediction": "David Janssen", "binary_answer": null, "no_answer_prob": -11.352577209472656}
{"example_id": -1002689427646740593, "prediction": "Rajendra Prasad", "binary_answer": null, "no_answer_prob": -8.865195751190186}
{"example_id": -288656751707732250, "prediction": "April 25 , 1975", "binary_answer": null, "no_answer_prob": 1.8023183345794678}
{"example_id": -5517233925443928461, "prediction": "Robert Cray", "binary_answer": null, "no_answer_prob": -0.42109179496765137}
{"example_id": -4459504099184970971, "prediction": "Introduced in 1998 's A Clash of Kings , she subsequently appeared in Martin 's A Storm of Swords", "binary_answer": null, "no_answer_prob": 2.0193369388580322}
{"example_id": -6421586565102405652, "prediction": "", "binary_answer": null, "no_answer_prob": 5.275847971439362}
{"example_id": -4467790133297194421, "prediction": "about 2,700", "binary_answer": null, "no_answer_prob": 4.153027057647705}
{"example_id": 6921552938875873260, "prediction": "Ed Bruce", "binary_answer": null, "no_answer_prob": -6.428085684776306}
{"example_id": -3588071863975464237, "prediction": "John Oliver", "binary_answer": null, "no_answer_prob": -5.7131335735321045}
{"example_id": -1541032246398206224, "prediction": "Eddie McGee", "binary_answer": null, "no_answer_prob": -4.372890472412109}
{"example_id": -4740956412853773930, "prediction": "Barney Stinson and Robin Scherbatsky", "binary_answer": null, "no_answer_prob": 2.080440431833267}
{"example_id": -5971205613587609341, "prediction": "Rank Artist 1 . The Beatles 2 . Madonna", "binary_answer": null, "no_answer_prob": -2.2464218139648438}
{"example_id": 508567174444763503, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5052064061164856}
{"example_id": 6637526258420816108, "prediction": "Lasswell 's model of communication ( also known as Lasswell 's communication model", "binary_answer": null, "no_answer_prob": 0.8040956258773804}
{"example_id": -488504231949328220, "prediction": "March 6 , 1988", "binary_answer": null, "no_answer_prob": -4.029366970062256}
{"example_id": -6762847304928212892, "prediction": "December 23 , 2011", "binary_answer": null, "no_answer_prob": -0.5562742948532104}
{"example_id": -4834617888811329669, "prediction": "Randy Newman", "binary_answer": null, "no_answer_prob": 1.7475268244743347}
{"example_id": 5468947570122880279, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6910915076732635}
{"example_id": 6767302592578422777, "prediction": "Singapore", "binary_answer": null, "no_answer_prob": 0.23896604776382446}
{"example_id": 992126601434650028, "prediction": "Thomas Jefferson", "binary_answer": null, "no_answer_prob": -4.872980117797852}
{"example_id": -9124536235727142608, "prediction": "Ethics or moral philosophy", "binary_answer": null, "no_answer_prob": 2.3320097625255585}
{"example_id": 2606036666596810966, "prediction": "Don Williams", "binary_answer": null, "no_answer_prob": -2.504747748374939}
{"example_id": 5382984938959844105, "prediction": "Jean Stapleton", "binary_answer": null, "no_answer_prob": -9.749467611312866}
{"example_id": 7724916991829937966, "prediction": "1994", "binary_answer": null, "no_answer_prob": -2.8349931240081787}
{"example_id": -2629994746059858681, "prediction": "There are approximately 50,000 km ( 31,000 mi ) of convergent plate margins , mostly around the Pacific Ocean", "binary_answer": null, "no_answer_prob": 2.477961415424943}
{"example_id": 9046889476222355445, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8372979164123535}
{"example_id": -5056293833730131524, "prediction": "", "binary_answer": null, "no_answer_prob": -2.50423264503479}
{"example_id": -1246258267418264208, "prediction": "Joey Lawrence", "binary_answer": null, "no_answer_prob": -4.123544335365295}
{"example_id": -4994328718057556903, "prediction": "Kenichi Ebina", "binary_answer": null, "no_answer_prob": -1.7709453105926514}
{"example_id": 2493398149093053688, "prediction": "Roiland voices the eponymous characters , with Chris Parnell , Spencer Grammer and Sarah Chalke", "binary_answer": null, "no_answer_prob": -1.921628475189209}
{"example_id": 1394110700386616818, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -4.630940556526184}
{"example_id": -520979492398501417, "prediction": "Burbank , California , United States", "binary_answer": null, "no_answer_prob": 0.7175083160400391}
{"example_id": -1507477232221481184, "prediction": "18 years or older", "binary_answer": null, "no_answer_prob": -1.2176700830459595}
{"example_id": -1236180275416428282, "prediction": "Extraordinary Popular Delusions and the Madness of Crowds", "binary_answer": null, "no_answer_prob": 4.760628163814545}
{"example_id": 5634568042007223136, "prediction": "Get Outta Dodge", "binary_answer": null, "no_answer_prob": 3.3053483366966248}
{"example_id": -4544659518989242301, "prediction": "December 1 , 1984", "binary_answer": null, "no_answer_prob": -1.3743889331817627}
{"example_id": 3269734203751083576, "prediction": "The Purdue Boilermakers basketball team", "binary_answer": null, "no_answer_prob": 0.5734693109989166}
{"example_id": -5037342355798292880, "prediction": "The English name is a calque of the Latin dies caniculares ( lit . `` the puppy days '' )", "binary_answer": null, "no_answer_prob": 2.661057710647583}
{"example_id": 3422962814323168684, "prediction": "Jon Erich Rauch", "binary_answer": null, "no_answer_prob": -7.061226725578308}
{"example_id": 753472896925587982, "prediction": "", "binary_answer": null, "no_answer_prob": 3.639027714729309}
{"example_id": -4526902797058130110, "prediction": "Peter Billingsley", "binary_answer": null, "no_answer_prob": 4.772202908992767}
{"example_id": -5447148286129929273, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -3.1549333333969116}
{"example_id": -4388997183375968534, "prediction": "attribution", "binary_answer": null, "no_answer_prob": 1.4727407693862915}
{"example_id": 864773693879271536, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1404102444648743}
{"example_id": 8430885315328377150, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Ice cream parlors", "binary_answer": null, "no_answer_prob": 1.7803610563278198}
{"example_id": -2816304269882253129, "prediction": "A few moments after Jimmy 's suicide", "binary_answer": null, "no_answer_prob": 1.2086061388254166}
{"example_id": -656340938735579478, "prediction": "Samuel Slater", "binary_answer": null, "no_answer_prob": -3.9684475660324097}
{"example_id": -7514923700670769288, "prediction": "Pope Eugene III", "binary_answer": null, "no_answer_prob": -0.640838623046875}
{"example_id": -4427471357438594147, "prediction": "Despacito", "binary_answer": null, "no_answer_prob": -4.448407173156738}
{"example_id": -4834952628694822073, "prediction": "Kirby Smart", "binary_answer": null, "no_answer_prob": -2.4102587699890137}
{"example_id": -1580442162774410950, "prediction": "1597", "binary_answer": null, "no_answer_prob": 0.2632846236228943}
{"example_id": -9084005474951674126, "prediction": "Kansas City Chiefs", "binary_answer": null, "no_answer_prob": 1.5559256076812744}
{"example_id": 1523576813463974849, "prediction": "Vanilla Ice", "binary_answer": null, "no_answer_prob": -9.752640008926392}
{"example_id": -4817156562472137489, "prediction": "18", "binary_answer": null, "no_answer_prob": -3.2830944061279297}
{"example_id": -46540162986656093, "prediction": "", "binary_answer": null, "no_answer_prob": 3.653837502002716}
{"example_id": 5416668573055682761, "prediction": "16", "binary_answer": null, "no_answer_prob": -1.1860806941986084}
{"example_id": -4209121536469254199, "prediction": "July 5 , 1989", "binary_answer": null, "no_answer_prob": -5.626889586448669}
{"example_id": -3935045171833215938, "prediction": "Group 10", "binary_answer": null, "no_answer_prob": -2.2183680534362793}
{"example_id": 2909706965333110950, "prediction": "Bismuth Bi Bi Copper Cu Cu Tungsten W Mercury Hg Hg Silver Ag Ag Gold Au Au Platinum Pt Pt", "binary_answer": null, "no_answer_prob": 1.232129693031311}
{"example_id": -4967731513464486859, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0993552953004837}
{"example_id": 5773562285134220503, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7064956426620483}
{"example_id": 5605917975673198083, "prediction": "in the temperate areas of the Northern Hemisphere , particularly in Europe", "binary_answer": null, "no_answer_prob": 4.505760192871094}
{"example_id": 7885248884780969841, "prediction": "Alan Shearer", "binary_answer": null, "no_answer_prob": -7.007123708724976}
{"example_id": 772112868653098393, "prediction": "The show was cancelled in December 2013 by a radio announcement on Radio New Zealand by TV3 programming boss Mark Caulton .", "binary_answer": null, "no_answer_prob": 1.005702018737793}
{"example_id": -8690253199564830255, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -7.255497217178345}
{"example_id": -520368111127404527, "prediction": "complementary pairs of MOS transistors can be used to make switching circuits with very low power consumption , in the form of CMOS logic .", "binary_answer": null, "no_answer_prob": -0.04388812184333801}
{"example_id": -3340479854956225691, "prediction": "Imagine Dragons", "binary_answer": null, "no_answer_prob": -7.2530906200408936}
{"example_id": -474710302552435633, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8395774215459824}
{"example_id": 5008591256887246614, "prediction": "1936", "binary_answer": null, "no_answer_prob": -0.8143728971481323}
{"example_id": 4362936489896297737, "prediction": "Colonel Joseph Mobutu", "binary_answer": null, "no_answer_prob": -0.2106407880783081}
{"example_id": 914321407317560349, "prediction": "", "binary_answer": null, "no_answer_prob": 5.685942620038986}
{"example_id": 1446143713199658242, "prediction": "Tonya Harding", "binary_answer": null, "no_answer_prob": -3.1861977577209473}
{"example_id": -887321498113526732, "prediction": "", "binary_answer": null, "no_answer_prob": -6.504462957382202}
{"example_id": -4800065882775836812, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8552715480327606}
{"example_id": -3621745547045988953, "prediction": "January 3 , 2018", "binary_answer": null, "no_answer_prob": -7.204180955886841}
{"example_id": -2897294436492264617, "prediction": "Maryland", "binary_answer": null, "no_answer_prob": -7.7334840297698975}
{"example_id": 5444056909427400958, "prediction": "Berengaria of Navarre", "binary_answer": null, "no_answer_prob": -4.360034108161926}
{"example_id": -6982928801145173845, "prediction": "Ronnie Lee Gardner", "binary_answer": null, "no_answer_prob": -8.068238019943237}
{"example_id": -707641197724307029, "prediction": "Alkalimetry and acidimetry", "binary_answer": null, "no_answer_prob": -1.4795796871185303}
{"example_id": -6825820423668311563, "prediction": "Philadelphia , Pennsylvania", "binary_answer": null, "no_answer_prob": -4.948102235794067}
{"example_id": -6135694148896109505, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3938465118408203}
{"example_id": -3269832350279448557, "prediction": "pneumonoultramicroscopicsilicovolcanoconiosis", "binary_answer": null, "no_answer_prob": -0.6126352548599243}
{"example_id": 7124570049082007989, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.215807408094406}
{"example_id": -5824018452742426380, "prediction": "Sean Patrick Astin", "binary_answer": null, "no_answer_prob": -10.105201244354248}
{"example_id": -5647765380505036210, "prediction": "rose tree", "binary_answer": null, "no_answer_prob": -3.573852777481079}
{"example_id": -6457537005868733854, "prediction": "Spirited Away", "binary_answer": null, "no_answer_prob": -5.242404341697693}
{"example_id": 7466852393687220685, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1218877136707306}
{"example_id": 4080170451722267299, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] In geography , latitude", "binary_answer": null, "no_answer_prob": 2.687856912612915}
{"example_id": -3689964964932554147, "prediction": "Holmfirth , West Yorkshire , England", "binary_answer": null, "no_answer_prob": 0.19164931774139404}
{"example_id": -5925584991124062342, "prediction": "Alcohol consumption by youth in the United States of America is an umbrella term for alcohol consumption by individuals under the age of 21", "binary_answer": null, "no_answer_prob": 2.1873652040958405}
{"example_id": 4378915745164926766, "prediction": "six professional ballroom dancers", "binary_answer": null, "no_answer_prob": -1.198953628540039}
{"example_id": 2382756274241637193, "prediction": "", "binary_answer": null, "no_answer_prob": 5.113945245742798}
{"example_id": 2787224166286157257, "prediction": "October 3", "binary_answer": null, "no_answer_prob": -1.4114023447036743}
{"example_id": 439985319949089506, "prediction": "December 12 , 2017", "binary_answer": null, "no_answer_prob": -5.426993370056152}
{"example_id": -3576391461838767749, "prediction": "Danielle Bregoli", "binary_answer": null, "no_answer_prob": -1.885296106338501}
{"example_id": 4674450522307530505, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5884101390838623}
{"example_id": 6771093663807806032, "prediction": "", "binary_answer": null, "no_answer_prob": 2.838911473751068}
{"example_id": 5467231362228846546, "prediction": "Jared Scott Gilmore", "binary_answer": null, "no_answer_prob": 1.7870488166809082}
{"example_id": 6144540135105218781, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3913823962211609}
{"example_id": 5792060764614723717, "prediction": "", "binary_answer": null, "no_answer_prob": 4.282287001609802}
{"example_id": -3692496407846821915, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": -3.2890936136245728}
{"example_id": 8190425404870295487, "prediction": "16 miles south of Niagara Falls", "binary_answer": null, "no_answer_prob": 2.4962997436523438}
{"example_id": -1649912468113032362, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7468540966510773}
{"example_id": -6025092369895334198, "prediction": "thirty - five Years", "binary_answer": null, "no_answer_prob": -4.988078355789185}
{"example_id": -5548701788586753156, "prediction": "Sky Harbor Airport", "binary_answer": null, "no_answer_prob": -3.842557668685913}
{"example_id": -111491993978149548, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": -9.303659796714783}
{"example_id": 7896399267156135965, "prediction": "Konrad Zuse", "binary_answer": null, "no_answer_prob": -4.114117860794067}
{"example_id": 7009417532076439325, "prediction": "`` Every Rose Has Its Thorn '' is the title of a power ballad song by American glam metal band Poison", "binary_answer": null, "no_answer_prob": 1.7334288358688354}
{"example_id": -5741532061363371071, "prediction": "Charlotte", "binary_answer": null, "no_answer_prob": 0.752213716506958}
{"example_id": -3613711879310221281, "prediction": "Expedition Everest -- Legend of the Forbidden Mountain", "binary_answer": null, "no_answer_prob": 2.681085765361786}
{"example_id": -8591610983091296817, "prediction": "No . Title Artist Length 1 . `` Rock Star '' ( Art Alexakis", "binary_answer": null, "no_answer_prob": -0.11523914337158203}
{"example_id": -6542552796605339761, "prediction": "God Save the Queen", "binary_answer": null, "no_answer_prob": -6.553036212921143}
{"example_id": 7422937380038562859, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0835703760385513}
{"example_id": -8999574577662585246, "prediction": "Anne Bancroft", "binary_answer": null, "no_answer_prob": -7.099567532539368}
{"example_id": 7028016656016787844, "prediction": "Intracranial hypertension", "binary_answer": null, "no_answer_prob": 1.2317742109298706}
{"example_id": 6796097324688928452, "prediction": "The North Pole is the northernmost point on the Earth", "binary_answer": null, "no_answer_prob": 3.5493369475007057}
{"example_id": 4432971543402124042, "prediction": "August 15 , 2017 .", "binary_answer": null, "no_answer_prob": -2.026639461517334}
{"example_id": -3137181122222566873, "prediction": "", "binary_answer": null, "no_answer_prob": -5.5128374099731445}
{"example_id": 6166970216887978359, "prediction": "6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": -0.12000596523284912}
{"example_id": -4197310212641231952, "prediction": "", "binary_answer": null, "no_answer_prob": 2.385598599910736}
{"example_id": 6014057846603375605, "prediction": "Ireland", "binary_answer": null, "no_answer_prob": 0.5330425500869751}
{"example_id": -2956641537065714260, "prediction": "Hawaii", "binary_answer": null, "no_answer_prob": 1.5634751319885254}
{"example_id": 3165390421169765070, "prediction": "Heathcliff Andrew Ledger", "binary_answer": null, "no_answer_prob": -2.587521195411682}
{"example_id": -771122776530708638, "prediction": "", "binary_answer": null, "no_answer_prob": 3.253408432006836}
{"example_id": 1059762400340964817, "prediction": "", "binary_answer": null, "no_answer_prob": 4.50078384578228}
{"example_id": -5150725109404784758, "prediction": "Th\u00edch Qu\u1ea3ng \u0110\u1ee9c", "binary_answer": null, "no_answer_prob": -7.106821179389954}
{"example_id": 7881450540907539581, "prediction": "Snow White and the Seven Dwarfs", "binary_answer": null, "no_answer_prob": 2.7173143327236176}
{"example_id": -523924657092623338, "prediction": "David Clayton Henrie", "binary_answer": null, "no_answer_prob": -13.153652787208557}
{"example_id": -2797471466301526308, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -9.862440943717957}
{"example_id": 2556132495859815791, "prediction": "around 2560 BC .", "binary_answer": null, "no_answer_prob": -4.4513596296310425}
{"example_id": -7759303418807088024, "prediction": "", "binary_answer": null, "no_answer_prob": 4.968224406242371}
{"example_id": 2131315908286707660, "prediction": "10cc", "binary_answer": null, "no_answer_prob": -5.94938600063324}
{"example_id": 4619666930005808608, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The greater - than sign", "binary_answer": null, "no_answer_prob": 0.725371241569519}
{"example_id": 1776925962809327546, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": -4.373326063156128}
{"example_id": -6100954942203195099, "prediction": "`` Should I Stay or Should I Go ''", "binary_answer": null, "no_answer_prob": -1.5954370498657227}
{"example_id": -4750563267947774895, "prediction": "The anime is jointly produced by Aniplex , Notes , and Ufotable", "binary_answer": null, "no_answer_prob": -0.34271836280822754}
{"example_id": 5017689718096375421, "prediction": "", "binary_answer": null, "no_answer_prob": 4.271164178848267}
{"example_id": 5533719369174487898, "prediction": "Biomass power from biomass combustion , biomass gasification and bagasse co-generation reached 8.3 GW", "binary_answer": null, "no_answer_prob": 1.5453741401433945}
{"example_id": -2688367762924869004, "prediction": "", "binary_answer": null, "no_answer_prob": 2.850215971469879}
{"example_id": -2664461456920881010, "prediction": "30 June 1997", "binary_answer": null, "no_answer_prob": -3.139329195022583}
{"example_id": -613065524168931491, "prediction": "", "binary_answer": null, "no_answer_prob": 4.116128206253052}
{"example_id": 1314972742570314327, "prediction": "Australia", "binary_answer": null, "no_answer_prob": -4.676035761833191}
{"example_id": -6781258861405407883, "prediction": "April 8 , 1895", "binary_answer": null, "no_answer_prob": -3.023238182067871}
{"example_id": -2861510395065606874, "prediction": "Robert Hooke", "binary_answer": null, "no_answer_prob": -2.6477068662643433}
{"example_id": -2650580775830070856, "prediction": "721 -- 725 Fifth Avenue between 56th and 57th Streets in Midtown Manhattan , New York City", "binary_answer": null, "no_answer_prob": -5.082584619522095}
{"example_id": -5655138518494734410, "prediction": "", "binary_answer": null, "no_answer_prob": 3.641068756580353}
{"example_id": -5052842919626291065, "prediction": "Lana Maria Parrilla", "binary_answer": null, "no_answer_prob": -10.497314929962158}
{"example_id": -3287549457561772281, "prediction": "I Yam What I Yam", "binary_answer": null, "no_answer_prob": 0.32990574836730957}
{"example_id": -3879915507622321752, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4066348969936371}
{"example_id": -812823179452036694, "prediction": "Laura Branigan", "binary_answer": null, "no_answer_prob": -3.063823938369751}
{"example_id": 2836486894319707616, "prediction": "", "binary_answer": null, "no_answer_prob": 4.471258878707886}
{"example_id": 527754226100897941, "prediction": "Bailee Madison", "binary_answer": null, "no_answer_prob": -6.14096987247467}
{"example_id": -5163963674307828741, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5462299585342407}
{"example_id": 3892348902258926047, "prediction": "September 8 , 2015", "binary_answer": null, "no_answer_prob": -4.52380633354187}
{"example_id": 8942680947522367569, "prediction": "", "binary_answer": null, "no_answer_prob": 4.164464324712753}
{"example_id": -3449247508648427552, "prediction": "324 miles ( 521 km )", "binary_answer": null, "no_answer_prob": 0.02280139923095703}
{"example_id": 2995475453710353935, "prediction": "May 30 , 2017", "binary_answer": null, "no_answer_prob": -4.377241015434265}
{"example_id": -595797937674682584, "prediction": "cumbia", "binary_answer": null, "no_answer_prob": -0.6275744438171387}
{"example_id": 7433110538879467028, "prediction": "12", "binary_answer": null, "no_answer_prob": -4.613469839096069}
{"example_id": 5799409979135941851, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3887381553649902}
{"example_id": -259821719024994750, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": -7.128494501113892}
{"example_id": 9057981874059120549, "prediction": "Only two expansion franchises ( the Expos / Nationals and the Mariners", "binary_answer": null, "no_answer_prob": -0.9515657424926758}
{"example_id": -1564339892857939905, "prediction": "palindrome", "binary_answer": null, "no_answer_prob": -1.504450798034668}
{"example_id": -2076336102858163858, "prediction": "Scranton , Pennsylvania", "binary_answer": null, "no_answer_prob": -3.1912293434143066}
{"example_id": -1032423750693274324, "prediction": "Castle Stuart , northeast of Inverness", "binary_answer": null, "no_answer_prob": -3.9642313718795776}
{"example_id": 1407687418646333654, "prediction": "Jimmy Matthews", "binary_answer": null, "no_answer_prob": -6.366655945777893}
{"example_id": 8580237346241669943, "prediction": "Yonge Street", "binary_answer": null, "no_answer_prob": 1.694901466369629}
{"example_id": 8413167144738872616, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Alaska Purchase", "binary_answer": null, "no_answer_prob": 4.381248593330383}
{"example_id": -7350656244212511955, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6237725764513016}
{"example_id": -3098211125053616099, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -3.4271124601364136}
{"example_id": 8159704428964733636, "prediction": "The asteroid belt is the circumstellar disc in the Solar System located roughly between the orbits of the planets Mars and Jupiter", "binary_answer": null, "no_answer_prob": -4.486518383026123}
{"example_id": -8694222390417470794, "prediction": "", "binary_answer": null, "no_answer_prob": 3.122260272502899}
{"example_id": -7119358492528032323, "prediction": "", "binary_answer": null, "no_answer_prob": 4.697480082511902}
{"example_id": 2200477946455799863, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The minimum driving age", "binary_answer": null, "no_answer_prob": -0.7220100164413452}
{"example_id": -482511998893007351, "prediction": "DeAndre Jordan", "binary_answer": null, "no_answer_prob": -4.783478617668152}
{"example_id": 4235669204735674694, "prediction": "Even though it is a national tournament , the award was initially inscribed with the words `` World Professional Football Championship ''", "binary_answer": null, "no_answer_prob": 1.2657019048929214}
{"example_id": -2298573493279508523, "prediction": "81", "binary_answer": null, "no_answer_prob": -2.5057137608528137}
{"example_id": -5997366814002379467, "prediction": "in the Coral Sea , off the coast of Queensland , Australia", "binary_answer": null, "no_answer_prob": -9.146154582500458}
{"example_id": 4874743856997153275, "prediction": "Camden County", "binary_answer": null, "no_answer_prob": -8.149258017539978}
{"example_id": 8140858667559066907, "prediction": "Martin Lawrence", "binary_answer": null, "no_answer_prob": -0.02141094207763672}
{"example_id": 6331830197222636939, "prediction": "", "binary_answer": null, "no_answer_prob": 2.295015648007393}
{"example_id": 636867897150164818, "prediction": "Aspirin causes several different effects in the body", "binary_answer": null, "no_answer_prob": 0.27867215871810913}
{"example_id": -2661036796058259102, "prediction": "", "binary_answer": null, "no_answer_prob": 5.527945876121521}
{"example_id": 3047488273407199884, "prediction": "", "binary_answer": null, "no_answer_prob": -2.698129177093506}
{"example_id": 1208551444515352437, "prediction": "", "binary_answer": null, "no_answer_prob": 3.523433595895767}
{"example_id": 1370194939037081143, "prediction": "northern Midwestern United States", "binary_answer": null, "no_answer_prob": -2.6185885667800903}
{"example_id": 6988468222722295024, "prediction": "Percy Sledge", "binary_answer": null, "no_answer_prob": -3.2821686267852783}
{"example_id": 6483612747906694055, "prediction": "19 February -- 26 March 1945", "binary_answer": null, "no_answer_prob": -9.760366559028625}
{"example_id": 5768504740043720557, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.958301603794098}
{"example_id": -8120244220730048855, "prediction": "The series consists of two groups . The first group consists of books 1 - 28", "binary_answer": null, "no_answer_prob": -0.8262665271759033}
{"example_id": 4784801613246280385, "prediction": "1885", "binary_answer": null, "no_answer_prob": -6.867742300033569}
{"example_id": 7760804701483913902, "prediction": "March 14 , 2014", "binary_answer": null, "no_answer_prob": -7.248509407043457}
{"example_id": 93723335582226855, "prediction": "1995", "binary_answer": null, "no_answer_prob": -9.142473404761404}
{"example_id": 8526316445048986748, "prediction": "Shawshank State Penitentiary", "binary_answer": null, "no_answer_prob": 0.38850295543670654}
{"example_id": -8495662694324029980, "prediction": "$400,000 annually Website whitehouse.gov", "binary_answer": null, "no_answer_prob": -0.003759622573852539}
{"example_id": 1358197395788363320, "prediction": "", "binary_answer": null, "no_answer_prob": 3.966745972633362}
{"example_id": -5430547106217011898, "prediction": "`` He 's Got the Whole World in His Hands '' is a traditional American spiritual", "binary_answer": null, "no_answer_prob": 2.550464928150177}
{"example_id": 7085016589954466196, "prediction": "On April 17 , 1982 , Queen Elizabeth II and Prime Minister Pierre Elliot Trudeau", "binary_answer": null, "no_answer_prob": 0.8655997514724731}
{"example_id": 1762345328813038847, "prediction": "Mamma Mia ! ( promoted as Mamma Mia ! The Movie ) is a 2008", "binary_answer": null, "no_answer_prob": -0.3878471851348877}
{"example_id": 4504620014908485951, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9407154321670532}
{"example_id": -6561588411465671888, "prediction": "In Jewish and Christian tradition , the love of money is condemned as a sin", "binary_answer": null, "no_answer_prob": 1.3473165035247803}
{"example_id": 2678131079257929751, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5394821763038635}
{"example_id": 6763870783655191266, "prediction": "", "binary_answer": null, "no_answer_prob": 4.160078823566437}
{"example_id": -7902239105752498844, "prediction": "Near the end of World War II", "binary_answer": null, "no_answer_prob": 3.2910067439079285}
{"example_id": 5643508568662471527, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -3.347511410713196}
{"example_id": -5270009221850976921, "prediction": "Brendan Coyle", "binary_answer": null, "no_answer_prob": -9.397530198097229}
{"example_id": 2538172095673398911, "prediction": "31 December 1600", "binary_answer": null, "no_answer_prob": -1.430721402168274}
{"example_id": -9072055885912217297, "prediction": "In economics , the fiscal multiplier", "binary_answer": null, "no_answer_prob": 3.2584339380264282}
{"example_id": 2153598611383318932, "prediction": "Phillip Phillips", "binary_answer": null, "no_answer_prob": -4.99871289730072}
{"example_id": -2227421133549428611, "prediction": "Jona Lewie", "binary_answer": null, "no_answer_prob": -9.015217781066895}
{"example_id": -3147898822311904398, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0011371970176697}
{"example_id": -5300992406582297969, "prediction": "`` Michael Scott Paper Company ''", "binary_answer": null, "no_answer_prob": 5.807950377464294}
{"example_id": -4072086671335635257, "prediction": "the early 1960s", "binary_answer": null, "no_answer_prob": -0.44605445861816406}
{"example_id": -3876186771218149317, "prediction": "The global wolf population is estimated at 300,000 Once abundant over much of North America and Eurasia", "binary_answer": null, "no_answer_prob": 0.5728185176849365}
{"example_id": -3201274624895632446, "prediction": "August 7 , 2013", "binary_answer": null, "no_answer_prob": -7.653661251068115}
{"example_id": 998490609178233722, "prediction": "hide United States Largest Private Employers ( as of 2016 ) Rank Employer Global number of Employees Median annual pay Walmart", "binary_answer": null, "no_answer_prob": 0.2994321584701538}
{"example_id": -5756167124945814197, "prediction": "season 9", "binary_answer": null, "no_answer_prob": 2.281440556049347}
{"example_id": 1861127566190145002, "prediction": "discussing Germany and Europe 's postwar reorganization", "binary_answer": null, "no_answer_prob": -2.0628252029418945}
{"example_id": -6237931274743865279, "prediction": "Hillary Dawn Scott - Tyrrell ( born April 1 , 1986 ) , known professionally as Hillary Scott", "binary_answer": null, "no_answer_prob": -0.49088549613952637}
{"example_id": 837134008413339166, "prediction": "", "binary_answer": null, "no_answer_prob": 0.39937901496887207}
{"example_id": -3961216509159928100, "prediction": "1955 to 1975", "binary_answer": null, "no_answer_prob": -2.245276927947998}
{"example_id": 391179573295127277, "prediction": "The Allied occupation of Japan at the end of World War II", "binary_answer": null, "no_answer_prob": -3.810062885284424}
{"example_id": 2565397237631708208, "prediction": "The origins of this joke emerged from picket lines during labor strikes in 19th century America", "binary_answer": null, "no_answer_prob": -1.7448883056640625}
{"example_id": -3474566513193038250, "prediction": "Zachary Taylor", "binary_answer": null, "no_answer_prob": -7.16839873790741}
{"example_id": -2263310094291405511, "prediction": "a poem Deil 's Hallowe'en published in Glasgow and is widely accepted as the phrase 's origin .", "binary_answer": null, "no_answer_prob": -5.901323199272156}
{"example_id": 9117306812403867626, "prediction": "Ronald Reagan", "binary_answer": null, "no_answer_prob": -5.342718839645386}
{"example_id": -8791446155770610932, "prediction": "Otis Redding", "binary_answer": null, "no_answer_prob": -7.260949730873108}
{"example_id": -8267635581812287574, "prediction": "1960", "binary_answer": null, "no_answer_prob": -5.099597811698914}
{"example_id": -5992676128752077631, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8114663362503052}
{"example_id": -3401663362680488524, "prediction": "John James `` Jimbo '' Fisher Jr.", "binary_answer": null, "no_answer_prob": -10.126035809516907}
{"example_id": -9027427598241012532, "prediction": "1964", "binary_answer": null, "no_answer_prob": -6.851396560668945}
{"example_id": 2334831805102575071, "prediction": "Wheeler Peak", "binary_answer": null, "no_answer_prob": -7.911982357501984}
{"example_id": 7064770311616051114, "prediction": "John Ritter", "binary_answer": null, "no_answer_prob": -2.108741044998169}
{"example_id": 2798927680094101511, "prediction": "Ichthyology", "binary_answer": null, "no_answer_prob": -6.3101314306259155}
{"example_id": -1103554077661822274, "prediction": "Alvin Schwartz", "binary_answer": null, "no_answer_prob": 2.2040991485118866}
{"example_id": 3061118309240822442, "prediction": "France", "binary_answer": null, "no_answer_prob": -4.343696117401123}
{"example_id": -3313994574978636300, "prediction": "", "binary_answer": null, "no_answer_prob": 4.888315558433533}
{"example_id": 8132839418986090955, "prediction": "William Moulton Marston , creator of fictional character Wonder Woman , in the biographical drama Professor Marston and the Wonder Women .", "binary_answer": null, "no_answer_prob": -2.6911213397979736}
{"example_id": 2731718849211499422, "prediction": "Boston Celtics", "binary_answer": null, "no_answer_prob": 0.2522768974304199}
{"example_id": 6041570491987688569, "prediction": "in downtown Los Angeles", "binary_answer": null, "no_answer_prob": -5.9426040053367615}
{"example_id": -2829988372546807487, "prediction": "near the namesake Hawaiian Islands , in the northern Pacific Ocean", "binary_answer": null, "no_answer_prob": -3.157717704772949}
{"example_id": -2481178513235236170, "prediction": "Unlike most Western countries , half of the US states do not have a legal minimum age of marriage . While in most US states , individuals age 18", "binary_answer": null, "no_answer_prob": 1.680372953414917}
{"example_id": 2899637589481440726, "prediction": "Jos\u00e9 Reyes", "binary_answer": null, "no_answer_prob": -5.0697503089904785}
{"example_id": 6475401099389734193, "prediction": "a Red Ryder Carbine Action 200 - shot Range Model air rifle", "binary_answer": null, "no_answer_prob": 2.197664439678192}
{"example_id": 6821230048981196851, "prediction": "Alice Deejay", "binary_answer": null, "no_answer_prob": -4.332805633544922}
{"example_id": -177177686733836935, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -5.293694734573364}
{"example_id": -6432845632246153563, "prediction": "Chandler Massey", "binary_answer": null, "no_answer_prob": -11.031251072883606}
{"example_id": 7486363354943849407, "prediction": "1996", "binary_answer": null, "no_answer_prob": -7.7564462423324585}
{"example_id": -2615190967219960781, "prediction": "Brendon Urie", "binary_answer": null, "no_answer_prob": -0.29200220108032227}
{"example_id": -983219211076821692, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3726870119571686}
{"example_id": -4885265806846066997, "prediction": "8 16 October 22 , 2017 ( 2017 - 10 - 22 ) TBA", "binary_answer": null, "no_answer_prob": -3.133626937866211}
{"example_id": 1449590311317003611, "prediction": "Will Smith", "binary_answer": null, "no_answer_prob": 0.8194261789321899}
{"example_id": -6184574948788644454, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0413360595703125}
{"example_id": 9073341052632442664, "prediction": "Marvel 's New Warriors", "binary_answer": null, "no_answer_prob": -2.0699477195739746}
{"example_id": 2573747801405167575, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 6.729888379573822}
{"example_id": 2248513915774438255, "prediction": "48", "binary_answer": null, "no_answer_prob": 1.7847272530198097}
{"example_id": -4541286593031074150, "prediction": "Neil Armstrong", "binary_answer": null, "no_answer_prob": -5.105723738670349}
{"example_id": -1860389322007279332, "prediction": "Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -9.533929228782654}
{"example_id": -4321656140607088234, "prediction": "", "binary_answer": null, "no_answer_prob": 4.449481159448624}
{"example_id": 3144554452297839846, "prediction": "July 26 , 2000", "binary_answer": null, "no_answer_prob": -2.8805720806121826}
{"example_id": -6130955389693682851, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2604241371154785}
{"example_id": 1408914139973567792, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1417089449241757}
{"example_id": -945783798324340511, "prediction": "The 24 - hour clock", "binary_answer": null, "no_answer_prob": 0.888737678527832}
{"example_id": -5863393738946188631, "prediction": "rapping , djaying , beatboxing and breaking", "binary_answer": null, "no_answer_prob": -5.843485116958618}
{"example_id": -2443807357683898532, "prediction": "In computing , a system call", "binary_answer": null, "no_answer_prob": 3.4465034008026123}
{"example_id": 2432819562047486330, "prediction": "Keegan Connor Tracy", "binary_answer": null, "no_answer_prob": -10.790982842445374}
{"example_id": -4828683222132900155, "prediction": "Bobby Caldwell", "binary_answer": null, "no_answer_prob": -2.762426495552063}
{"example_id": -7573914276003285894, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5308932662010193}
{"example_id": -4547365925926983973, "prediction": "", "binary_answer": null, "no_answer_prob": 4.587185502052307}
{"example_id": -9005855520864138206, "prediction": "1942", "binary_answer": null, "no_answer_prob": 3.5314860343933105}
{"example_id": -3734738148451196286, "prediction": "Harry Kane ( 6 ) Luka Modri\u0107", "binary_answer": null, "no_answer_prob": -0.3282814025878906}
{"example_id": 7206401913172017202, "prediction": "1966", "binary_answer": null, "no_answer_prob": 0.4067671298980713}
{"example_id": 1013583424995075918, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1334295868873596}
{"example_id": 1368063860101804235, "prediction": "Kanye West", "binary_answer": null, "no_answer_prob": -7.5029648542404175}
{"example_id": -5095325629616850648, "prediction": "1978", "binary_answer": null, "no_answer_prob": -3.280579090118408}
{"example_id": 3812990408226508984, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7898714542388916}
{"example_id": 6844405979477725683, "prediction": "Jaromir Jagr", "binary_answer": null, "no_answer_prob": -6.1733574867248535}
{"example_id": 6192818141186788930, "prediction": "French wine is produced all throughout France", "binary_answer": null, "no_answer_prob": 3.0601338371634483}
{"example_id": 612283139812335986, "prediction": "1971", "binary_answer": null, "no_answer_prob": -5.943330526351929}
{"example_id": -364635528503064225, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6364883184432983}
{"example_id": -777680077576475779, "prediction": "", "binary_answer": null, "no_answer_prob": 2.472622334957123}
{"example_id": 81543553621132354, "prediction": "European Vacation is a 1985", "binary_answer": null, "no_answer_prob": 2.576790153980255}
{"example_id": -6335612432223418434, "prediction": "Deposit Insurance and Credit Guarantee Corporation ( DICGC ) is a subsidiary of Reserve Bank of India", "binary_answer": null, "no_answer_prob": 5.116557069122791}
{"example_id": -6216172202074419320, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7079470753669739}
{"example_id": -1050961969731457470, "prediction": "A muzzle brake or recoil compensator", "binary_answer": null, "no_answer_prob": 2.0297840237617493}
{"example_id": -2655280398296683884, "prediction": "Corey Hawkins as Dr. Dre and Jason Mitchell as Eazy - E. Paul Giamatti", "binary_answer": null, "no_answer_prob": 0.06769204139709473}
{"example_id": -5054907827374577574, "prediction": "New York", "binary_answer": null, "no_answer_prob": -7.580388903617859}
{"example_id": 7796277804885899252, "prediction": "The history of New Zealand dates back at least 700 years", "binary_answer": null, "no_answer_prob": 1.1496853828430176}
{"example_id": -609883817137815443, "prediction": "Tom T. Hall . A number of other versions have also been recorded .", "binary_answer": null, "no_answer_prob": 2.714520486071706}
{"example_id": 7845678000213926561, "prediction": "Selena Gomez & the Scene", "binary_answer": null, "no_answer_prob": -3.2626525163650513}
{"example_id": -2771928033115646569, "prediction": "Many twentieth - century scholars argued that power of the Ottoman Empire began waning after the death of Suleiman the Magnificent in 1566", "binary_answer": null, "no_answer_prob": 2.547251969575882}
{"example_id": -6773643906757306359, "prediction": "46", "binary_answer": null, "no_answer_prob": 2.989316128194332}
{"example_id": 6729480198443767369, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1819182634353638}
{"example_id": -7945622343250051736, "prediction": "2018", "binary_answer": null, "no_answer_prob": -1.9666189551353455}
{"example_id": -1594127086659780245, "prediction": "Qualcomm Stadium", "binary_answer": null, "no_answer_prob": -5.0886348485946655}
{"example_id": -3625713745793577580, "prediction": "", "binary_answer": null, "no_answer_prob": 6.2255493104457855}
{"example_id": 4058418321970042370, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8264533281326294}
{"example_id": 5979914142234156056, "prediction": "June 15 , 1787", "binary_answer": null, "no_answer_prob": -7.393290162086487}
{"example_id": 4605127645921665115, "prediction": "Nick Castle", "binary_answer": null, "no_answer_prob": -8.322533011436462}
{"example_id": 4696777345576589464, "prediction": "According to the Oxford English Dictionary", "binary_answer": null, "no_answer_prob": -1.8492958545684814}
{"example_id": 6011203781840655917, "prediction": "August 26 , 2017", "binary_answer": null, "no_answer_prob": -0.3447786569595337}
{"example_id": 2258282378639400580, "prediction": "Ed Bruce", "binary_answer": null, "no_answer_prob": -4.922471284866333}
{"example_id": 6214223468127790162, "prediction": "", "binary_answer": null, "no_answer_prob": 2.605840027332306}
{"example_id": 4997254047402614198, "prediction": "John Dewey", "binary_answer": null, "no_answer_prob": -6.255449414253235}
{"example_id": -7141545160802805585, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Twins", "binary_answer": null, "no_answer_prob": 1.9859561622142792}
{"example_id": -3764074888103054890, "prediction": "Jeffrey DeMunn", "binary_answer": null, "no_answer_prob": -8.986138224601746}
{"example_id": -8405734092419320429, "prediction": "Bread", "binary_answer": null, "no_answer_prob": -4.858383893966675}
{"example_id": -2985814541728632412, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5763773024082184}
{"example_id": 3855570255201279863, "prediction": "January 8 , 1790", "binary_answer": null, "no_answer_prob": -3.1110825538635254}
{"example_id": -12822886849913502, "prediction": "`` Through the Fire and Flames ''", "binary_answer": null, "no_answer_prob": 3.8080660104751587}
{"example_id": -3689203539818718909, "prediction": "September 11 , 1974", "binary_answer": null, "no_answer_prob": -1.0649192333221436}
{"example_id": 8153109977607713399, "prediction": "", "binary_answer": null, "no_answer_prob": 1.833356887102127}
{"example_id": 633302866828483216, "prediction": "", "binary_answer": null, "no_answer_prob": 2.116099029779434}
{"example_id": 2985006056550388779, "prediction": "Peter , Paul and Mary", "binary_answer": null, "no_answer_prob": -5.068228602409363}
{"example_id": 1519643888386336453, "prediction": "Biomagnification", "binary_answer": null, "no_answer_prob": -0.3325655460357666}
{"example_id": -8244908021066347454, "prediction": "June 9 , 2017", "binary_answer": null, "no_answer_prob": -7.903662919998169}
{"example_id": 8033165278091535801, "prediction": "1987", "binary_answer": null, "no_answer_prob": -4.644043445587158}
{"example_id": 6833156751933297288, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9881371967494488}
{"example_id": -1503973472203661588, "prediction": "A bachelor 's degree ( from Middle Latin baccalaureus ) or baccalaureate", "binary_answer": null, "no_answer_prob": -3.354458212852478}
{"example_id": -205389876276943445, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6109902858734131}
{"example_id": -8235816179603269389, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2834346294403076}
{"example_id": 3136119988434626555, "prediction": "May 1 , 1999", "binary_answer": null, "no_answer_prob": -4.599226355552673}
{"example_id": 1056221000323648508, "prediction": "September 3 , 1783", "binary_answer": null, "no_answer_prob": -2.2045514583587646}
{"example_id": -831104195839334026, "prediction": "Alternative dispute resolution", "binary_answer": null, "no_answer_prob": 2.8399789929389954}
{"example_id": -57906692035479450, "prediction": "Chadwick Aaron Boseman", "binary_answer": null, "no_answer_prob": -8.298732876777649}
{"example_id": 2173966382688373461, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8873594403266907}
{"example_id": 5951757834014092448, "prediction": "Kevin Kline", "binary_answer": null, "no_answer_prob": -2.5352258682250977}
{"example_id": -3179671441443702699, "prediction": "Franz Anton Beckenbauer", "binary_answer": null, "no_answer_prob": -4.183098196983337}
{"example_id": -6205922092590987428, "prediction": "Silent\u00f3", "binary_answer": null, "no_answer_prob": -9.353458762168884}
{"example_id": 6730879811272142060, "prediction": "1492", "binary_answer": null, "no_answer_prob": -5.141063213348389}
{"example_id": -6170657791310769220, "prediction": "James Marshall `` Jimi '' Hendrix", "binary_answer": null, "no_answer_prob": 4.9778481014072895}
{"example_id": -8067462709957571662, "prediction": "Film Year Role Director Notes Encounter", "binary_answer": null, "no_answer_prob": 4.207306742668152}
{"example_id": 4238469957250419529, "prediction": "The name `` Uruk - hai '' has the element Uruk , which is a Black Speech word related to Orc", "binary_answer": null, "no_answer_prob": -0.6745810657739639}
{"example_id": -2571429449040287809, "prediction": "", "binary_answer": null, "no_answer_prob": 3.602668285369873}
{"example_id": -7797324266485616404, "prediction": "Alan Bates", "binary_answer": null, "no_answer_prob": -7.848301649093628}
{"example_id": -8196578579339054694, "prediction": "South Mumbai , India", "binary_answer": null, "no_answer_prob": -5.5285303592681885}
{"example_id": 6069871824920037792, "prediction": "The Song of Songs , also Song of Solomon or Canticles", "binary_answer": null, "no_answer_prob": -2.44161856174469}
{"example_id": -4398705085583212550, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Germanic peoples", "binary_answer": null, "no_answer_prob": 2.812775954604149}
{"example_id": -461860821504217471, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -6.766042470932007}
{"example_id": -6020244937052389762, "prediction": "the Champs - \u00c9lys\u00e9es in Paris", "binary_answer": null, "no_answer_prob": -1.734391212463379}
{"example_id": -2892792480457525351, "prediction": "", "binary_answer": null, "no_answer_prob": -2.1652016639709473}
{"example_id": -7565348086232363902, "prediction": "`` l 'll Remember You '' is a song written by Kui Lee", "binary_answer": null, "no_answer_prob": 0.22207283973693848}
{"example_id": 268229474108367324, "prediction": "`` We Will Rock You '' is a song written by Brian May and recorded by Queen for their 1977 album News of the World", "binary_answer": null, "no_answer_prob": 1.9519855380058289}
{"example_id": 3850145161426052752, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0491376519203186}
{"example_id": -3650234844138379249, "prediction": "Epithelium pre-prostatic urethra", "binary_answer": null, "no_answer_prob": 0.5249950885772705}
{"example_id": -7917525074407677836, "prediction": "Wayne Gretzky", "binary_answer": null, "no_answer_prob": -6.438775539398193}
{"example_id": -3623628295912877641, "prediction": "", "binary_answer": null, "no_answer_prob": 5.521612286567688}
{"example_id": 6465616432092341001, "prediction": "", "binary_answer": null, "no_answer_prob": 2.578616142272949}
{"example_id": -3071864791753446059, "prediction": "1492", "binary_answer": null, "no_answer_prob": 0.5290662050247192}
{"example_id": -3333297359086319688, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9611443281173706}
{"example_id": 5008623715383656824, "prediction": "180th meridian", "binary_answer": null, "no_answer_prob": 1.6376171112060547}
{"example_id": -5201150128546298194, "prediction": "", "binary_answer": null, "no_answer_prob": 5.26139172911644}
{"example_id": -6933378735828006337, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3842475414276123}
{"example_id": 8314662609788599018, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2388793230056763}
{"example_id": 841481898388517773, "prediction": "Louis XIV", "binary_answer": null, "no_answer_prob": -7.237485408782959}
{"example_id": 8186199482470206194, "prediction": "The gate control theory of pain", "binary_answer": null, "no_answer_prob": 3.865708589553833}
{"example_id": 371267761324590949, "prediction": "", "binary_answer": null, "no_answer_prob": 4.174365818500519}
{"example_id": -173644093886799429, "prediction": "Mastering the Art of French Cooking", "binary_answer": null, "no_answer_prob": 1.165258090943098}
{"example_id": 549569588216219548, "prediction": "The Amazing World of Gumball", "binary_answer": null, "no_answer_prob": 3.732431076467037}
{"example_id": -1987609863876877824, "prediction": "", "binary_answer": null, "no_answer_prob": 2.873775362968445}
{"example_id": 3083649704446766556, "prediction": "Jennifer Garner", "binary_answer": null, "no_answer_prob": -8.97591495513916}
{"example_id": 3168075093775706608, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2207913994789124}
{"example_id": -7245329063218171838, "prediction": "", "binary_answer": null, "no_answer_prob": 3.368212103843689}
{"example_id": 4394328347504401003, "prediction": "", "binary_answer": null, "no_answer_prob": 4.345309555530548}
{"example_id": -910866878119212481, "prediction": "Lesley Gore", "binary_answer": null, "no_answer_prob": -7.143155336380005}
{"example_id": -1892639000991751891, "prediction": "$215,000,000", "binary_answer": null, "no_answer_prob": -5.3334046602249146}
{"example_id": 1842853471479184637, "prediction": "", "binary_answer": null, "no_answer_prob": 2.058487296104431}
{"example_id": -5609655865986286919, "prediction": "", "binary_answer": null, "no_answer_prob": 3.004019856452942}
{"example_id": -5194108449751231910, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8096951842308044}
{"example_id": -5489706800434755911, "prediction": "Scarlett Johansson", "binary_answer": null, "no_answer_prob": -6.818373203277588}
{"example_id": 1090884415192643246, "prediction": "Yao Ming", "binary_answer": null, "no_answer_prob": -2.8295271396636963}
{"example_id": -946401483593646179, "prediction": "Dr. Miles Bronson", "binary_answer": null, "no_answer_prob": -7.649696469306946}
{"example_id": -3996589716674148975, "prediction": "Steve Schuh", "binary_answer": null, "no_answer_prob": -5.577421426773071}
{"example_id": -7082868981730295400, "prediction": "Maharashtra state of India", "binary_answer": null, "no_answer_prob": -6.768831372261047}
{"example_id": 7265736210322632969, "prediction": "April 17 , 1813", "binary_answer": null, "no_answer_prob": -5.442472457885742}
{"example_id": -9013112766387097279, "prediction": "August 1881", "binary_answer": null, "no_answer_prob": -4.388853549957275}
{"example_id": -6170758553904696400, "prediction": "Ferlin Husky", "binary_answer": null, "no_answer_prob": -6.518779635429382}
{"example_id": 568174548406908429, "prediction": "", "binary_answer": null, "no_answer_prob": 5.253605604171753}
{"example_id": 5017861249486235789, "prediction": "The United States women 's national soccer team ( USWNT )", "binary_answer": null, "no_answer_prob": -0.2361500859260559}
{"example_id": 6583630986800851715, "prediction": "Blast fishing or dynamite fishing is the practice of using explosives", "binary_answer": null, "no_answer_prob": 4.871365904808044}
{"example_id": 5733372520430978736, "prediction": "Pierson Dane Fod\u00e9", "binary_answer": null, "no_answer_prob": -10.799182295799255}
{"example_id": 7960403399608384663, "prediction": "2012 -- 13", "binary_answer": null, "no_answer_prob": -3.8992857933044434}
{"example_id": -7038507072295857022, "prediction": "", "binary_answer": null, "no_answer_prob": -3.9610260725021362}
{"example_id": 2843040773330412846, "prediction": "The number 42", "binary_answer": null, "no_answer_prob": -1.373957872390747}
{"example_id": 8665130013651566808, "prediction": "April 1961", "binary_answer": null, "no_answer_prob": -1.0556401014328003}
{"example_id": -2762140525145997954, "prediction": "", "binary_answer": null, "no_answer_prob": -0.08696699142456055}
{"example_id": -7729602148480208503, "prediction": "`` Sing It Back ''", "binary_answer": null, "no_answer_prob": 2.3156505823135376}
{"example_id": -7409274561056244488, "prediction": "California", "binary_answer": null, "no_answer_prob": -3.1698389053344727}
{"example_id": -6402844944660092580, "prediction": "It was first printed by the King 's Printer Robert Barker", "binary_answer": null, "no_answer_prob": 0.2266254425048828}
{"example_id": -8959454205710858124, "prediction": "Van Morrison", "binary_answer": null, "no_answer_prob": -0.5131371021270752}
{"example_id": -1314614611401760122, "prediction": "Baha Men", "binary_answer": null, "no_answer_prob": -7.198968529701233}
{"example_id": -2430892891443078620, "prediction": "the Psychopannychia", "binary_answer": null, "no_answer_prob": -4.057612657546997}
{"example_id": 1634526914636522687, "prediction": "grand prize", "binary_answer": null, "no_answer_prob": 2.6121068596839905}
{"example_id": -6625267119056486140, "prediction": "Old Bay Seasoning is a blend of herbs and spices", "binary_answer": null, "no_answer_prob": -1.600843906402588}
{"example_id": 7771534882868373974, "prediction": "Laura Branigan", "binary_answer": null, "no_answer_prob": -2.710011601448059}
{"example_id": -6224444410374918568, "prediction": "March 21 , 2014", "binary_answer": null, "no_answer_prob": -5.496906042098999}
{"example_id": -8005234351523586056, "prediction": "Hallmark Channel", "binary_answer": null, "no_answer_prob": -3.332782745361328}
{"example_id": -2627011005452990507, "prediction": "Anne Jacqueline Hathaway", "binary_answer": null, "no_answer_prob": -3.89460825920105}
{"example_id": 4878511094358831450, "prediction": "1911", "binary_answer": null, "no_answer_prob": 3.153021216392517}
{"example_id": -930838579732584464, "prediction": "The Kingston Trio", "binary_answer": null, "no_answer_prob": -3.8843640089035034}
{"example_id": -6867675077988614447, "prediction": "Portrait of a Mobster", "binary_answer": null, "no_answer_prob": 0.21326780319213867}
{"example_id": 7700242165948461051, "prediction": "eastern Canada , the state of Quintana Roo in Mexico , Panama in Central America , and the Caribbean Islands", "binary_answer": null, "no_answer_prob": -0.9000272750854492}
{"example_id": -7666791234901846924, "prediction": "Raghubar Das", "binary_answer": null, "no_answer_prob": 1.0703158378601074}
{"example_id": -278753204885358585, "prediction": "Bette Midler", "binary_answer": null, "no_answer_prob": -1.908494472503662}
{"example_id": -7062083351030237810, "prediction": "$7.25 per hour", "binary_answer": null, "no_answer_prob": -2.8533995151519775}
{"example_id": -7397041562541346541, "prediction": "the basis for a nation of free individuals protected equally by the law", "binary_answer": null, "no_answer_prob": -2.278538227081299}
{"example_id": 5006230593152811617, "prediction": "Bill Medley and Jennifer Warnes", "binary_answer": null, "no_answer_prob": -3.6810009479522705}
{"example_id": 774755074042044601, "prediction": "6", "binary_answer": null, "no_answer_prob": 1.5986385941505432}
{"example_id": -5690654523794863560, "prediction": "", "binary_answer": null, "no_answer_prob": 4.536251425743103}
{"example_id": -3139412873110442881, "prediction": "contraceptive methods", "binary_answer": null, "no_answer_prob": 2.1576765179634094}
{"example_id": -1897104500963046396, "prediction": "Hayley Anne Cropper", "binary_answer": null, "no_answer_prob": -0.613595724105835}
{"example_id": -6551581326231803440, "prediction": "Grosvenor Square , Westminster , London", "binary_answer": null, "no_answer_prob": -5.735859394073486}
{"example_id": -3205628534025138068, "prediction": "June 1975", "binary_answer": null, "no_answer_prob": -8.746392011642456}
{"example_id": 664848690791568017, "prediction": "Athens", "binary_answer": null, "no_answer_prob": -3.8938227891921997}
{"example_id": -3320927157194510690, "prediction": "Freddie Highmore", "binary_answer": null, "no_answer_prob": -10.402226686477661}
{"example_id": -4760567701070400413, "prediction": "Siouan derivation from the language of the Osage denoting their related kin , the Quapaw Indians", "binary_answer": null, "no_answer_prob": -5.601041913032532}
{"example_id": 7207146533356144547, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4436511397361755}
{"example_id": -7287268509925828258, "prediction": "Hunter Stockton Thompson", "binary_answer": null, "no_answer_prob": -4.494468808174133}
{"example_id": -2500393230908789256, "prediction": "2007", "binary_answer": null, "no_answer_prob": -7.137937963008881}
{"example_id": -5799607994817956835, "prediction": "May 30 , 2003", "binary_answer": null, "no_answer_prob": -7.484501838684082}
{"example_id": -5244084812394171346, "prediction": "Bahadur Shah II", "binary_answer": null, "no_answer_prob": -2.4660919904708862}
{"example_id": 6948784021557831817, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5786722898483276}
{"example_id": -8324199546517189599, "prediction": "Austin Stowell", "binary_answer": null, "no_answer_prob": -5.66771924495697}
{"example_id": 8498145111042838629, "prediction": "July 26 , 1951", "binary_answer": null, "no_answer_prob": -9.173730254173279}
{"example_id": -6010358404436678491, "prediction": "Cloud Gate", "binary_answer": null, "no_answer_prob": 0.18621301651000977}
{"example_id": -7845141278825146641, "prediction": "", "binary_answer": null, "no_answer_prob": 2.528567671775818}
{"example_id": 1142175668339680315, "prediction": "John Roberts , Chief Justice since September 29 , 2005 Age 7001620000000000000 \u2660 62", "binary_answer": null, "no_answer_prob": 1.6114381551742554}
{"example_id": 4970127520005972340, "prediction": "62 26 20 16 79 56", "binary_answer": null, "no_answer_prob": 1.1595007181167603}
{"example_id": -2948001631489764809, "prediction": "Joshua Lucas Easy Dent Maurer", "binary_answer": null, "no_answer_prob": -6.378601908683777}
{"example_id": -8043595926647748487, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9377321302890778}
{"example_id": 5282280587374153152, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": 0.9702966213226318}
{"example_id": -7488770171179079318, "prediction": "The song 's music video was written , directed , and edited by Russell Mulcahy", "binary_answer": null, "no_answer_prob": 3.889278292655945}
{"example_id": -3155156054187361593, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3567401617765427}
{"example_id": 5594269509949867805, "prediction": "March 4 , 1789", "binary_answer": null, "no_answer_prob": -2.3354854583740234}
{"example_id": 9185684670622193737, "prediction": "Acts of the Apostles", "binary_answer": null, "no_answer_prob": 2.016823709011078}
{"example_id": 366401565827441613, "prediction": "Cristela Alonzo", "binary_answer": null, "no_answer_prob": -8.188092708587646}
{"example_id": -4914785378375604089, "prediction": "Leo Tolstoy", "binary_answer": null, "no_answer_prob": -8.96227252483368}
{"example_id": 5721768569497202710, "prediction": "", "binary_answer": null, "no_answer_prob": 5.837759613990784}
{"example_id": 8386116580467011103, "prediction": "the London Naval Treaty", "binary_answer": null, "no_answer_prob": 0.06787538528442383}
{"example_id": 8863387829953462015, "prediction": "Albert Lawrence Brooks", "binary_answer": null, "no_answer_prob": -9.781420826911926}
{"example_id": -2721022090667625722, "prediction": "Dylan Sprouse", "binary_answer": null, "no_answer_prob": -6.660614013671875}
{"example_id": -6209279742812700651, "prediction": "London", "binary_answer": null, "no_answer_prob": -1.9204308986663818}
{"example_id": 6581833370403343207, "prediction": "2018", "binary_answer": null, "no_answer_prob": -6.332856893539429}
{"example_id": 7739220224814541926, "prediction": "Carole King", "binary_answer": null, "no_answer_prob": -7.002053141593933}
{"example_id": 5973430427289461596, "prediction": "Data Encryption Standard", "binary_answer": null, "no_answer_prob": 1.2557122707366943}
{"example_id": 5717350820221744062, "prediction": "", "binary_answer": null, "no_answer_prob": 4.049630761146545}
{"example_id": -7681888031479682364, "prediction": "Ben Simmons", "binary_answer": null, "no_answer_prob": -7.095855355262756}
{"example_id": 3882222646530576327, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4183647632598877}
{"example_id": -1713683324578936059, "prediction": "Ronnie Lee Gardner", "binary_answer": null, "no_answer_prob": -7.161950349807739}
{"example_id": -2608726648617883523, "prediction": "approximately a quarter of a million miles", "binary_answer": null, "no_answer_prob": -5.971571326255798}
{"example_id": 6405468783784856922, "prediction": "Audrey Penn", "binary_answer": null, "no_answer_prob": -4.585436940193176}
{"example_id": -5514610157073493550, "prediction": "", "binary_answer": null, "no_answer_prob": 0.1681419014930725}
{"example_id": 8215699405948276983, "prediction": "2017 -- 2018", "binary_answer": null, "no_answer_prob": -4.453398704528809}
{"example_id": -6300616333349284423, "prediction": "McMaster University", "binary_answer": null, "no_answer_prob": -3.286208152770996}
{"example_id": 2814616656303723979, "prediction": "A covalent bond , also called a molecular bond", "binary_answer": null, "no_answer_prob": 0.564766526222229}
{"example_id": -7471278279831659485, "prediction": "The Price Is Right is an American television game show", "binary_answer": null, "no_answer_prob": 2.352129638195038}
{"example_id": -3862995944702637151, "prediction": "I Can Hear the Heart Beating as One", "binary_answer": null, "no_answer_prob": 2.5372305810451508}
{"example_id": -4680253170854412960, "prediction": "Mara Marini", "binary_answer": null, "no_answer_prob": -11.480188727378845}
{"example_id": -3017429727600339540, "prediction": "61 miles ( 98 km )", "binary_answer": null, "no_answer_prob": -7.906181812286377}
{"example_id": 312068120412074515, "prediction": "Today Tuesday 19 June 2018 CE 6 Tammuz AM 5778 ( refresh )", "binary_answer": null, "no_answer_prob": 0.9134687185287476}
{"example_id": 5389106437312212883, "prediction": "R. Kelly", "binary_answer": null, "no_answer_prob": -8.776846289634705}
{"example_id": 9078041015272500330, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8166682720184326}
{"example_id": -1869409422151907395, "prediction": "", "binary_answer": null, "no_answer_prob": 4.798598229885101}
{"example_id": -7985500534801111230, "prediction": "", "binary_answer": null, "no_answer_prob": 2.697397444397211}
{"example_id": 3289687642937609257, "prediction": "1854", "binary_answer": null, "no_answer_prob": -4.009490013122559}
{"example_id": -7027868822511838772, "prediction": "Nibia", "binary_answer": null, "no_answer_prob": -4.6389851570129395}
{"example_id": -7359504353912795143, "prediction": "Kris Kristofferson", "binary_answer": null, "no_answer_prob": -11.39160943031311}
{"example_id": 4640391430539852282, "prediction": "Person of the Year", "binary_answer": null, "no_answer_prob": 0.5634429454803467}
{"example_id": 2776897402828438408, "prediction": "Week National American Tie", "binary_answer": null, "no_answer_prob": 2.612321138381958}
{"example_id": 2045852207641335907, "prediction": "April 9 , 2018 and June 25 , 2018", "binary_answer": null, "no_answer_prob": -4.189543962478638}
{"example_id": 7362391858210558892, "prediction": "Cedar Point", "binary_answer": null, "no_answer_prob": -2.769261956214905}
{"example_id": -4699463415275636450, "prediction": "David Charles Cesar Alexandre", "binary_answer": null, "no_answer_prob": -0.18410193920135498}
{"example_id": 1165837064221997581, "prediction": "Erma Franklin", "binary_answer": null, "no_answer_prob": -2.7196139097213745}
{"example_id": -8277135430519600343, "prediction": "", "binary_answer": null, "no_answer_prob": 4.8968424797058105}
{"example_id": 1398669870740790962, "prediction": "Lady Gaga", "binary_answer": null, "no_answer_prob": -4.439503073692322}
{"example_id": 2547423868365907277, "prediction": "", "binary_answer": null, "no_answer_prob": 5.314282089471817}
{"example_id": -6786420307215595113, "prediction": "`` Pumpin Blood '' is a song by Swedish trio NONONO", "binary_answer": null, "no_answer_prob": 3.221109576523304}
{"example_id": -2961605878484807861, "prediction": "", "binary_answer": null, "no_answer_prob": 4.125729560852051}
{"example_id": 5368883542453482378, "prediction": "Sir Peter Blake", "binary_answer": null, "no_answer_prob": -3.952000379562378}
{"example_id": -3778066157423344778, "prediction": "`` It 's a SpongeBob Christmas ! ''", "binary_answer": null, "no_answer_prob": 2.0819767862558365}
{"example_id": -8323640459887254849, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3969902992248535}
{"example_id": 7089634172981025468, "prediction": "The sclera and cornea", "binary_answer": null, "no_answer_prob": -2.0087831020355225}
{"example_id": 5175823991064294138, "prediction": "A millisecond", "binary_answer": null, "no_answer_prob": 1.146778792142868}
{"example_id": -7794185464777822065, "prediction": "a wireless bridge", "binary_answer": null, "no_answer_prob": 0.09829509258270264}
{"example_id": -5205709303315199948, "prediction": "", "binary_answer": null, "no_answer_prob": 4.994889676570892}
{"example_id": -1734162478554155404, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.4124197959899902}
{"example_id": 5750260644369656918, "prediction": "In 2016 , Hayes", "binary_answer": null, "no_answer_prob": -0.4079242944717407}
{"example_id": -2861341002123248407, "prediction": "The Strategic Petroleum Reserve ( SPR )", "binary_answer": null, "no_answer_prob": 1.4038113355636597}
{"example_id": 365896500643276977, "prediction": "", "binary_answer": null, "no_answer_prob": 4.056576490402222}
{"example_id": -1303334436163727264, "prediction": "in the dry plains of Central Asia", "binary_answer": null, "no_answer_prob": -1.3865917921066284}
{"example_id": 1544458574731106981, "prediction": "The Phoenix Metropolitan Area", "binary_answer": null, "no_answer_prob": -3.250571370124817}
{"example_id": -4510433204710918144, "prediction": "The Society of Jesus", "binary_answer": null, "no_answer_prob": 4.144913733005524}
{"example_id": -2393437492692142124, "prediction": "Josefina Montoya American Girl character Created by American Girl , Valerie Tripp Full name Maria Josefina Montoya", "binary_answer": null, "no_answer_prob": 0.2039480209350586}
{"example_id": 648107110992565869, "prediction": "December 7 , 1972", "binary_answer": null, "no_answer_prob": -4.828842759132385}
{"example_id": -8997340498483679725, "prediction": "", "binary_answer": null, "no_answer_prob": 2.712424635887146}
{"example_id": 4665710363362264125, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7696324735879898}
{"example_id": -9153920443996010787, "prediction": "The IS -- LM model", "binary_answer": null, "no_answer_prob": 1.7613332569599152}
{"example_id": 6521550237225575378, "prediction": "Logan", "binary_answer": null, "no_answer_prob": 1.293532706797123}
{"example_id": -948812485000805278, "prediction": "Bonnie Francesca Wright", "binary_answer": null, "no_answer_prob": -13.21461296081543}
{"example_id": -3721135145130183624, "prediction": "", "binary_answer": null, "no_answer_prob": 3.71034836769104}
{"example_id": -1635637791707888778, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4339393377304077}
{"example_id": 326160174033788661, "prediction": "Randy Thom", "binary_answer": null, "no_answer_prob": -1.2824636697769165}
{"example_id": -8002408281980860504, "prediction": "", "binary_answer": null, "no_answer_prob": 4.176929712295532}
{"example_id": -2441681443192635632, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7219643220305443}
{"example_id": 4910473871422129370, "prediction": "Bellevue Hospital", "binary_answer": null, "no_answer_prob": -3.8988457918167114}
{"example_id": -8601333932519018614, "prediction": "Joan Baez", "binary_answer": null, "no_answer_prob": -0.3921236991882324}
{"example_id": 6290452680126888081, "prediction": "Jimmy Soul", "binary_answer": null, "no_answer_prob": -2.4069297313690186}
{"example_id": -8817357831042426028, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5715997219085693}
{"example_id": 96502675088888956, "prediction": "", "binary_answer": null, "no_answer_prob": 4.461499333381653}
{"example_id": 4751475814131578832, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5513190031051636}
{"example_id": 6121965395077048189, "prediction": "The Strangers", "binary_answer": null, "no_answer_prob": -3.743918538093567}
{"example_id": 2767041400803540349, "prediction": "Betty Cooper ( Bety Rosas", "binary_answer": null, "no_answer_prob": -1.3106913566589355}
{"example_id": -6451003125201643064, "prediction": "Behind Gold Eyes", "binary_answer": null, "no_answer_prob": -1.9421954154968262}
{"example_id": 1912075917808114714, "prediction": "9,677 ft ( 2,950 m ) to 8,363 ft ( 2,549 m )", "binary_answer": null, "no_answer_prob": -4.229841828346252}
{"example_id": -8874586848406346263, "prediction": "", "binary_answer": null, "no_answer_prob": 2.278460919857025}
{"example_id": 6140981336712569984, "prediction": "June 1 to November 30", "binary_answer": null, "no_answer_prob": -1.8599257469177246}
{"example_id": 2135787594470218839, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A bank holiday", "binary_answer": null, "no_answer_prob": 2.0261955857276917}
{"example_id": 1782088821838095365, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8808151483535767}
{"example_id": -8306986734104822768, "prediction": "", "binary_answer": null, "no_answer_prob": -3.207953095436096}
{"example_id": 7779841390034575422, "prediction": "`` A few years from now", "binary_answer": null, "no_answer_prob": 3.834214523434639}
{"example_id": -2935343613109800417, "prediction": "Christine McVie", "binary_answer": null, "no_answer_prob": -5.641433954238892}
{"example_id": -8899579258159047749, "prediction": "Russian dressing", "binary_answer": null, "no_answer_prob": 2.6459004878997803}
{"example_id": -4265116221276097551, "prediction": "The ten lost tribes", "binary_answer": null, "no_answer_prob": -1.7050154209136963}
{"example_id": 5787988709372497879, "prediction": "Mariah Carey", "binary_answer": null, "no_answer_prob": -10.135485410690308}
{"example_id": 2077004494832354898, "prediction": "Morris Mac Davis", "binary_answer": null, "no_answer_prob": -3.129363179206848}
{"example_id": -1632922854823814808, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1299405694007874}
{"example_id": -5294379923759692635, "prediction": "", "binary_answer": null, "no_answer_prob": 1.107446312904358}
{"example_id": 4074050337313126566, "prediction": "Philippe Petit", "binary_answer": null, "no_answer_prob": 1.8635204434394836}
{"example_id": -3173061071142355793, "prediction": "The Truth and Reconciliation Commission", "binary_answer": null, "no_answer_prob": -2.0037115812301636}
{"example_id": -5261871800699608965, "prediction": "4 August 2009", "binary_answer": null, "no_answer_prob": -6.901734828948975}
{"example_id": -9219497506930338015, "prediction": "Taiwan", "binary_answer": null, "no_answer_prob": 0.7064044973812997}
{"example_id": -9103027320910004904, "prediction": "Robert M. Pirsig", "binary_answer": null, "no_answer_prob": -8.006805658340454}
{"example_id": -7828984795116380351, "prediction": "September 2016", "binary_answer": null, "no_answer_prob": -6.997206807136536}
{"example_id": 103814493284162534, "prediction": "", "binary_answer": null, "no_answer_prob": 3.586119055747986}
{"example_id": -6983731177458482626, "prediction": "", "binary_answer": null, "no_answer_prob": 4.255044221878052}
{"example_id": 1750055495190595842, "prediction": "Joe Walsh", "binary_answer": null, "no_answer_prob": -5.524122834205627}
{"example_id": -5244856718676154849, "prediction": "The Irish Army", "binary_answer": null, "no_answer_prob": 2.330308973789215}
{"example_id": 2987825150735046357, "prediction": "3 September 2013", "binary_answer": null, "no_answer_prob": -5.080144882202148}
{"example_id": 8435086146654932085, "prediction": "Isham Jones", "binary_answer": null, "no_answer_prob": 1.5863929390907288}
{"example_id": 236109544723933272, "prediction": "", "binary_answer": null, "no_answer_prob": 4.769012689590454}
{"example_id": -6160518277547281041, "prediction": "American writer Nicholas Carr", "binary_answer": null, "no_answer_prob": 3.7634045481681824}
{"example_id": 1616237473165664061, "prediction": "Bobby Darin", "binary_answer": null, "no_answer_prob": -5.310872972011566}
{"example_id": -164842024639735870, "prediction": "LeMars , Iowa", "binary_answer": null, "no_answer_prob": 3.8265767097473145}
{"example_id": 2021811159097147393, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3872663974761963}
{"example_id": -4448462803531673522, "prediction": "August 2 , 1776", "binary_answer": null, "no_answer_prob": -7.415556192398071}
{"example_id": 8223045382626360886, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3850401639938354}
{"example_id": -8197755363094394963, "prediction": "Vice President Richard Nixon", "binary_answer": null, "no_answer_prob": -0.7850470542907715}
{"example_id": 101438295447102068, "prediction": "", "binary_answer": null, "no_answer_prob": -2.028955101966858}
{"example_id": 6374723689929836007, "prediction": "Cranial nerves are the nerves that emerge directly from the brain ( including the brainstem ) , in contrast to spinal nerves", "binary_answer": null, "no_answer_prob": 0.504062294960022}
{"example_id": -1959465086841168110, "prediction": "1918", "binary_answer": null, "no_answer_prob": -9.52754870057106}
{"example_id": -7641426338760580517, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.092285752296448}
{"example_id": -8469790213690751647, "prediction": "March 1899", "binary_answer": null, "no_answer_prob": -6.666064023971558}
{"example_id": -438743156140956157, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1840283013880253}
{"example_id": 3744474311129913227, "prediction": "Rasheed Wallace", "binary_answer": null, "no_answer_prob": 1.7150983810424805}
{"example_id": -4695656205875029040, "prediction": "Carousel", "binary_answer": null, "no_answer_prob": -9.48146653175354}
{"example_id": -8080273652888190604, "prediction": "1997", "binary_answer": null, "no_answer_prob": 0.5118389129638672}
{"example_id": 9082818390934212849, "prediction": "", "binary_answer": null, "no_answer_prob": 3.142891049385071}
{"example_id": -7003889072116226754, "prediction": "", "binary_answer": null, "no_answer_prob": 3.417772114276886}
{"example_id": -438993177086173579, "prediction": "2018", "binary_answer": null, "no_answer_prob": -0.10431528091430664}
{"example_id": 7094722744083332604, "prediction": "`` Black Is Black '' is a song by the Spanish rock band Los Bravos", "binary_answer": null, "no_answer_prob": 5.584470510482788}
{"example_id": -8418268294024722701, "prediction": "", "binary_answer": null, "no_answer_prob": 4.451626420021057}
{"example_id": 8053652923211136903, "prediction": "Jupiter", "binary_answer": null, "no_answer_prob": -1.9753506183624268}
{"example_id": -4678124860548339900, "prediction": "Honolulu , Hawaii", "binary_answer": null, "no_answer_prob": -1.430239200592041}
{"example_id": -5252914858290261841, "prediction": "Renin", "binary_answer": null, "no_answer_prob": 0.31676459312438965}
{"example_id": -3161072655830057250, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4274477362632751}
{"example_id": 8394217131230247923, "prediction": "certain American states and Canadian provinces", "binary_answer": null, "no_answer_prob": -1.3832478523254395}
{"example_id": 838899498258281787, "prediction": "1983", "binary_answer": null, "no_answer_prob": -8.372822366654873}
{"example_id": -9025455369123133719, "prediction": "Jennifer Taylor", "binary_answer": null, "no_answer_prob": -3.1091467142105103}
{"example_id": -8187247560149999445, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.9796310663223267}
{"example_id": -4868355260673626619, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Body language", "binary_answer": null, "no_answer_prob": 4.00729276239872}
{"example_id": -6015101730475168915, "prediction": "Human geography is the branch of geography that deals with the study of people and their communities , cultures , economies , and interactions with the environment", "binary_answer": null, "no_answer_prob": 2.510706901550293}
{"example_id": -5778366327220198078, "prediction": "", "binary_answer": null, "no_answer_prob": 2.010989785194397}
{"example_id": -7884375529911485518, "prediction": "Tracy McConnell", "binary_answer": null, "no_answer_prob": 3.1237418241798878}
{"example_id": -1537094394650926719, "prediction": "March 22 , 2017", "binary_answer": null, "no_answer_prob": -3.5668643712997437}
{"example_id": -8140626602095093278, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1101783514022827}
{"example_id": -4769985962344303754, "prediction": "Paul Anka", "binary_answer": null, "no_answer_prob": -7.013062119483948}
{"example_id": -487178853025333141, "prediction": "The historical meaning of the term Hindu has evolved with time . Starting with the Persian and Greek references to the land of the Indus", "binary_answer": null, "no_answer_prob": -3.545588493347168}
{"example_id": 6125961457024007179, "prediction": "128 \u00b0 F / 53 \u00b0 C", "binary_answer": null, "no_answer_prob": -4.223866939544678}
{"example_id": -6544602658176910655, "prediction": "Hank has a son named Justin", "binary_answer": null, "no_answer_prob": 2.5791627764701843}
{"example_id": -7286757274041786003, "prediction": "Normative", "binary_answer": null, "no_answer_prob": 1.0185740888118744}
{"example_id": -4666443136178285609, "prediction": "", "binary_answer": null, "no_answer_prob": 5.794199705123901}
{"example_id": 4677704496581469876, "prediction": "at the Old North Bridge in Concord , Massachusetts", "binary_answer": null, "no_answer_prob": -0.8967930376529694}
{"example_id": -7447862485650684321, "prediction": "John Robert Magaro", "binary_answer": null, "no_answer_prob": -3.9438352584838867}
{"example_id": -6969429404270881007, "prediction": "Sumalee Montano", "binary_answer": null, "no_answer_prob": -4.323147296905518}
{"example_id": 66221250446555241, "prediction": "Drake Hogestyn", "binary_answer": null, "no_answer_prob": -12.769219756126404}
{"example_id": -5304871749396306751, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4308470487594604}
{"example_id": 593289713068942118, "prediction": "Sublimation is the phase transition of a substance directly from the solid to the gas phase without passing through the intermediate liquid phase", "binary_answer": null, "no_answer_prob": 1.4044100865721703}
{"example_id": -677259351166471204, "prediction": "22 April 2018", "binary_answer": null, "no_answer_prob": -4.049604415893555}
{"example_id": 7432440798617851885, "prediction": "William Thomas Kinkade III", "binary_answer": null, "no_answer_prob": -9.991041541099548}
{"example_id": 4944576325580596899, "prediction": "`` Swalla '' is a song by American singer Jason Derulo featuring American rappers Nicki Minaj and Ty Dolla Sign", "binary_answer": null, "no_answer_prob": -0.8052836656570435}
{"example_id": -5001543574321430501, "prediction": "The Chicago blues", "binary_answer": null, "no_answer_prob": 0.27362722903490067}
{"example_id": 5894758756538860390, "prediction": "the Killers", "binary_answer": null, "no_answer_prob": -0.5801520347595215}
{"example_id": -4438916434242616877, "prediction": "Istanbul , Turkey", "binary_answer": null, "no_answer_prob": -8.375300884246826}
{"example_id": 2975699144515571028, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7878591418266296}
{"example_id": 2663900618010457747, "prediction": "Frequency '' Released : September 30 , 2016 `` Surfin ' '' Released : September 30 , 2016", "binary_answer": null, "no_answer_prob": 3.7401111125946045}
{"example_id": 810965131652061210, "prediction": "Elisha Nelson Manning IV", "binary_answer": null, "no_answer_prob": -3.2392988204956055}
{"example_id": -5506786185759375604, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9649533331394196}
{"example_id": -1123000493219723108, "prediction": "California", "binary_answer": null, "no_answer_prob": -5.971529006958008}
{"example_id": -5847075683918640329, "prediction": "Anthony Jerome `` Spud '' Webb", "binary_answer": null, "no_answer_prob": -1.3747072219848633}
{"example_id": -6832249687330615266, "prediction": "", "binary_answer": null, "no_answer_prob": 2.646614909172058}
{"example_id": 869727372920867917, "prediction": "", "binary_answer": null, "no_answer_prob": 3.411812901496887}
{"example_id": 7305314114844262069, "prediction": "", "binary_answer": null, "no_answer_prob": 4.729984521865845}
{"example_id": -8155719692971201014, "prediction": "The War Powers Resolution", "binary_answer": null, "no_answer_prob": -0.17685848474502563}
{"example_id": -942410446658638705, "prediction": "December 15 , 2011", "binary_answer": null, "no_answer_prob": -0.9413189888000488}
{"example_id": 7308586225061874249, "prediction": "", "binary_answer": null, "no_answer_prob": 2.855163812637329}
{"example_id": 5738765413657693340, "prediction": "`` Take It Easy '' is a song written by Jackson Browne and Glenn Frey", "binary_answer": null, "no_answer_prob": 2.092436671257019}
{"example_id": -1104010625418275880, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4746476113796234}
{"example_id": -2239726213887055371, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -2.588767647743225}
{"example_id": -913619980878273000, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7826457023620605}
{"example_id": 8323228763090049813, "prediction": "Fall Out Boy", "binary_answer": null, "no_answer_prob": -5.726884961128235}
{"example_id": 8615963053008200494, "prediction": "Pinewood Atlanta Studios in Fayette County , Georgia", "binary_answer": null, "no_answer_prob": -8.199105501174927}
{"example_id": -2411644711879233580, "prediction": "Title Insignia Colonel Lieutenant Colonel Chief of Special Operations Asst . Commander Major Captain Lieutenant Sergeant Game Warden N / A", "binary_answer": null, "no_answer_prob": 4.6568394945934415}
{"example_id": -2226448970074813724, "prediction": "Camila Cabello", "binary_answer": null, "no_answer_prob": -9.961246252059937}
{"example_id": -2792777910263458048, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2454103827476501}
{"example_id": 7253856942035773056, "prediction": "", "binary_answer": null, "no_answer_prob": 5.842339366674423}
{"example_id": -2941404782326697826, "prediction": "2004", "binary_answer": null, "no_answer_prob": -7.267263174057007}
{"example_id": -8526285606688247045, "prediction": "Burt Bacharach and Hal David , and recorded by Herb Alpert", "binary_answer": null, "no_answer_prob": -8.941552519798279}
{"example_id": -2646829841677310177, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9965646266937256}
{"example_id": -8080625006577872279, "prediction": "2001", "binary_answer": null, "no_answer_prob": -4.05418598651886}
{"example_id": -2988239614127773899, "prediction": "", "binary_answer": null, "no_answer_prob": 3.758967339992523}
{"example_id": -6816601625168017950, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2864850759506226}
{"example_id": -3348631167071083892, "prediction": "The Lion , the Witch and the Wardrobe", "binary_answer": null, "no_answer_prob": 0.4379398822784424}
{"example_id": 1106823340405298621, "prediction": "Timon", "binary_answer": null, "no_answer_prob": 3.0616834461688995}
{"example_id": -7504397554360672876, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1737263202667236}
{"example_id": -2664875860902576660, "prediction": "`` The Challenge of Crime in a Free Society ''", "binary_answer": null, "no_answer_prob": 0.12798857688903809}
{"example_id": -7095020480652815697, "prediction": "Christopher Michael Pratt", "binary_answer": null, "no_answer_prob": -5.520436882972717}
{"example_id": -8100744638070002920, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.0770530998706818}
{"example_id": -4138034991911706144, "prediction": "Jack Nicklaus", "binary_answer": null, "no_answer_prob": -6.358327627182007}
{"example_id": 8539224853568539242, "prediction": "1836", "binary_answer": null, "no_answer_prob": -10.004059076309204}
{"example_id": 4098587937820698006, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1962939500808716}
{"example_id": -2291918476623959469, "prediction": "Alcatraz Island", "binary_answer": null, "no_answer_prob": -3.6955546140670776}
{"example_id": 1760315175373361571, "prediction": "macular degeneration", "binary_answer": null, "no_answer_prob": -0.7193043231964111}
{"example_id": 4190804873471732620, "prediction": "Washington Capitals", "binary_answer": null, "no_answer_prob": -8.168267011642456}
{"example_id": -8867037691184891600, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9242317378520966}
{"example_id": 6012438969925208015, "prediction": "Charlize Theron", "binary_answer": null, "no_answer_prob": -0.8358054161071777}
{"example_id": -6734372988970899181, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0875643491744995}
{"example_id": -1364630833779440311, "prediction": "The Star - Spangled Banner", "binary_answer": null, "no_answer_prob": -3.4390264749526978}
{"example_id": 7858543357224972126, "prediction": "`` We Built This City ''", "binary_answer": null, "no_answer_prob": 2.9418060779571533}
{"example_id": -252130520118561472, "prediction": "21 February to 18 December 1916", "binary_answer": null, "no_answer_prob": -10.161596059799194}
{"example_id": -7371204071863986078, "prediction": "", "binary_answer": null, "no_answer_prob": 4.815089762210846}
{"example_id": -12006307538991353, "prediction": "", "binary_answer": null, "no_answer_prob": 3.189932107925415}
{"example_id": 4229764552621270884, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Venice", "binary_answer": null, "no_answer_prob": 2.0493693575263023}
{"example_id": 4151796475939360326, "prediction": "Dylan Marie Dreyer", "binary_answer": null, "no_answer_prob": -3.8496657609939575}
{"example_id": -20354789722272297, "prediction": "April 17 , 2011", "binary_answer": null, "no_answer_prob": -3.4943965673446655}
{"example_id": 3584100793544381787, "prediction": "James Madison", "binary_answer": null, "no_answer_prob": 3.6177544593811035}
{"example_id": 4338478352290531299, "prediction": "", "binary_answer": null, "no_answer_prob": 4.658208847045898}
{"example_id": 5612814989174128127, "prediction": "Franklin Delano Roosevelt", "binary_answer": null, "no_answer_prob": -10.834118366241455}
{"example_id": 2060954965551160620, "prediction": "Gerald Patrick `` Jerry '' Mathers", "binary_answer": null, "no_answer_prob": -9.909330010414124}
{"example_id": -3398212713123151235, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9460973739624023}
{"example_id": -6560013114546019908, "prediction": "Michael Gary Scott is a fictional character on NBC 's The Office , portrayed by Steve Carell", "binary_answer": null, "no_answer_prob": 0.5731868743896484}
{"example_id": 8108735149286503556, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4683765172958374}
{"example_id": -1883507824814220497, "prediction": "Loren Peta", "binary_answer": null, "no_answer_prob": -3.486420154571533}
{"example_id": -3271196336739177411, "prediction": "Charlie Puth", "binary_answer": null, "no_answer_prob": -10.56373155117035}
{"example_id": -2520994521466621174, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7197278141975403}
{"example_id": -2206083377077463872, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2511982917785645}
{"example_id": 5655337025389605453, "prediction": "June 1979", "binary_answer": null, "no_answer_prob": -1.1175832748413086}
{"example_id": 8889005352060931683, "prediction": "thoracolumbar region of the spinal cord specifically at T1 to L2 ~ L3", "binary_answer": null, "no_answer_prob": -1.4132778644561768}
{"example_id": -4946153932133386827, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8007484674453735}
{"example_id": -4581790060335694249, "prediction": "In the 2010 video game Fallout : New Vegas", "binary_answer": null, "no_answer_prob": 3.0097663402557373}
{"example_id": 3058160582468020118, "prediction": "2018", "binary_answer": null, "no_answer_prob": -5.203990861773491}
{"example_id": 1939191317307442367, "prediction": "James McAvoy", "binary_answer": null, "no_answer_prob": -5.538355588912964}
{"example_id": 2466056349587442546, "prediction": "Fort Nepean", "binary_answer": null, "no_answer_prob": -1.085174560546875}
{"example_id": -274259542723133906, "prediction": "", "binary_answer": null, "no_answer_prob": 3.098175525665283}
{"example_id": 5499286331558917081, "prediction": "", "binary_answer": null, "no_answer_prob": 0.1957477629184723}
{"example_id": 5665035169704562177, "prediction": "Wells", "binary_answer": null, "no_answer_prob": -0.1234496682882309}
{"example_id": -1091810488844863372, "prediction": "2005", "binary_answer": null, "no_answer_prob": -6.737219452857971}
{"example_id": 7135753806440864350, "prediction": "", "binary_answer": null, "no_answer_prob": 2.326646938920021}
{"example_id": -8526445255987428906, "prediction": "", "binary_answer": null, "no_answer_prob": -4.911421179771423}
{"example_id": -5165350877865103258, "prediction": "Lakes Superior , Michigan , Huron ( or Michigan -- Huron ) , Erie , and Ontario .", "binary_answer": null, "no_answer_prob": -2.4216192960739136}
{"example_id": -7069543095028872096, "prediction": "`` Till Death Do Us Part '' is the series finale of Pretty Little Liars", "binary_answer": null, "no_answer_prob": 5.498670220375061}
{"example_id": 7384493306307560670, "prediction": "the Socratic political philosophers , and Aristotle", "binary_answer": null, "no_answer_prob": -3.3440011739730835}
{"example_id": -2160507875233887822, "prediction": "", "binary_answer": null, "no_answer_prob": -0.10830140113830566}
{"example_id": 7415255388770482120, "prediction": "Everybody Hates Chris", "binary_answer": null, "no_answer_prob": 1.8820948600769043}
{"example_id": 4136105964680190276, "prediction": "May 25 , 1977", "binary_answer": null, "no_answer_prob": -5.693757653236389}
{"example_id": -1409386728761807244, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4521324783563614}
{"example_id": -5598631718781671326, "prediction": "Ric Ocasek Benjamin Orr Elliot Easton Greg Hawkes David Robinson", "binary_answer": null, "no_answer_prob": 0.7431954145431519}
{"example_id": -2337044385169496974, "prediction": "10 November 1919", "binary_answer": null, "no_answer_prob": -2.2060335874557495}
{"example_id": 7651645690767621180, "prediction": "1998", "binary_answer": null, "no_answer_prob": -3.9495643377304077}
{"example_id": 6664242975695030270, "prediction": "", "binary_answer": null, "no_answer_prob": 4.746317625045776}
{"example_id": -4028449288310669991, "prediction": "Blake Griffin", "binary_answer": null, "no_answer_prob": -8.763827800750732}
{"example_id": -7985890823379543060, "prediction": "April 1997 to January 1999 on TV Tokyo and in the United States from September 1998 to December 1999", "binary_answer": null, "no_answer_prob": -2.9262081384658813}
{"example_id": 8865662832405726408, "prediction": "1289", "binary_answer": null, "no_answer_prob": -4.63195538520813}
{"example_id": -9035157612161379602, "prediction": "", "binary_answer": null, "no_answer_prob": 4.409302711486816}
{"example_id": -7659074950962099920, "prediction": "multiple references to human rights abuses .", "binary_answer": null, "no_answer_prob": 2.5868414640426636}
{"example_id": -4830634739076669276, "prediction": "Homoeopathic Medical College & Hospital", "binary_answer": null, "no_answer_prob": 1.135446310043335}
{"example_id": -744531997491570939, "prediction": "Tom and Jerry : Blast Off to Mars", "binary_answer": null, "no_answer_prob": 1.8043091297149658}
{"example_id": -965989727166464016, "prediction": "", "binary_answer": null, "no_answer_prob": 3.670429229736328}
{"example_id": 5735198242144848498, "prediction": "Transpiration", "binary_answer": null, "no_answer_prob": 1.8623632192611694}
{"example_id": 1778587505575968014, "prediction": "Deoxyribonucleic acid", "binary_answer": null, "no_answer_prob": 2.4104960560798645}
{"example_id": 7821592833294225101, "prediction": "Deluxe , Moderate , Value , and Disney Vacation Club Villas", "binary_answer": null, "no_answer_prob": 2.0408573150634766}
{"example_id": 8585579506277437881, "prediction": "18 December 2022", "binary_answer": null, "no_answer_prob": -1.9616245031356812}
{"example_id": -3432257117480227798, "prediction": "2011", "binary_answer": null, "no_answer_prob": -9.573582835495472}
{"example_id": 3337072338727261065, "prediction": "Burj Khalifa in Dubai ( of the United Arab Emirates )", "binary_answer": null, "no_answer_prob": -1.9621526002883911}
{"example_id": -1040708440497808999, "prediction": "Monica Seles", "binary_answer": null, "no_answer_prob": -6.605603337287903}
{"example_id": -5985778016542817967, "prediction": "The story ends on Christmas Day", "binary_answer": null, "no_answer_prob": -1.1118837594985962}
{"example_id": -6624144040864748331, "prediction": "Song Artist ( s ) Writer ( s ) Album Year Ref . `` 3D", "binary_answer": null, "no_answer_prob": 4.013095736503601}
{"example_id": 527949090879558238, "prediction": "", "binary_answer": null, "no_answer_prob": 4.080179035663605}
{"example_id": -4713666865574433277, "prediction": "", "binary_answer": null, "no_answer_prob": 5.104415655136108}
{"example_id": 1720489158144121345, "prediction": "Raymond Albert `` Ray '' Kroc", "binary_answer": null, "no_answer_prob": -2.9754207134246826}
{"example_id": 3180926824692414893, "prediction": "Rahul Gandhi", "binary_answer": null, "no_answer_prob": -3.2546969652175903}
{"example_id": 763543927389373912, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5657200813293457}
{"example_id": 7350571932406966606, "prediction": "Wind on the Water", "binary_answer": null, "no_answer_prob": -1.1059668064117432}
{"example_id": -5941895880576681346, "prediction": "Linda Ronstadt", "binary_answer": null, "no_answer_prob": -1.585064172744751}
{"example_id": 5446517133477387932, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8776566982269287}
{"example_id": 1093277294874038598, "prediction": "Bone Symphony", "binary_answer": null, "no_answer_prob": 1.6882372796535492}
{"example_id": 8652540446567071794, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] The Lord of the Rings", "binary_answer": null, "no_answer_prob": 3.6349746584892273}
{"example_id": -8408180440642663270, "prediction": "Bass Lake , California , a small resort town near Yosemite National Park over three weeks in October 1987 .", "binary_answer": null, "no_answer_prob": -1.1367883682250977}
{"example_id": -1862102617297217479, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5626049041748047}
{"example_id": 5759193192460133072, "prediction": "`` While My Guitar Gently Weeps '' is a song by the English rock band the Beatles from their 1968", "binary_answer": null, "no_answer_prob": -1.096313238143921}
{"example_id": 4691853621055497334, "prediction": "Barry Hay", "binary_answer": null, "no_answer_prob": -5.602084398269653}
{"example_id": 6163702438329935283, "prediction": "", "binary_answer": null, "no_answer_prob": 6.416005998849869}
{"example_id": 8861999099379687882, "prediction": "Miss New York", "binary_answer": null, "no_answer_prob": -0.28812313079833984}
{"example_id": -2628052344076563836, "prediction": "Massachusetts and Washington", "binary_answer": null, "no_answer_prob": 0.20119881629943848}
{"example_id": -158685639894256726, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5340670347213745}
{"example_id": -4327117939346452087, "prediction": "September 12 , 1959", "binary_answer": null, "no_answer_prob": 0.014635562896728516}
{"example_id": 1934510966249020591, "prediction": "March 8 , 2018", "binary_answer": null, "no_answer_prob": 0.5127639770507812}
{"example_id": 1161472904267647094, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6295430064201355}
{"example_id": -831281928208870199, "prediction": "Luke Evans", "binary_answer": null, "no_answer_prob": -8.238247871398926}
{"example_id": -5603837015331956142, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2135332822799683}
{"example_id": -8385175925147867542, "prediction": "", "binary_answer": null, "no_answer_prob": 3.217962861061096}
{"example_id": 6270502406378791413, "prediction": "Rick Astley", "binary_answer": null, "no_answer_prob": -11.362382173538208}
{"example_id": -6620144008085578890, "prediction": "", "binary_answer": null, "no_answer_prob": 4.315254211425781}
{"example_id": 8526432164188172804, "prediction": "Jonas Brothers", "binary_answer": null, "no_answer_prob": 2.168555498123169}
{"example_id": -5575332101570373051, "prediction": "", "binary_answer": null, "no_answer_prob": 3.469586968421936}
{"example_id": -5444664036844935521, "prediction": "", "binary_answer": null, "no_answer_prob": 2.114233996719122}
{"example_id": -6510969844295849981, "prediction": "The Bhimbetka rock shelters", "binary_answer": null, "no_answer_prob": 0.08472883701324463}
{"example_id": -2215460549141916060, "prediction": "Chandragupta Maurya", "binary_answer": null, "no_answer_prob": -4.458871603012085}
{"example_id": -6982901477727534138, "prediction": "", "binary_answer": null, "no_answer_prob": 4.035348892211914}
{"example_id": -8578146909499274860, "prediction": "", "binary_answer": null, "no_answer_prob": 4.096972644329071}
{"example_id": 3410580723149959627, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2373422980308533}
{"example_id": 6804284512979221620, "prediction": "Sailor Moon R : The Movie , known in Japan as Pretty Soldier Sailor Moon R : The Movie", "binary_answer": null, "no_answer_prob": 0.9683724641799927}
{"example_id": 4347409978318282806, "prediction": "1 July 1997", "binary_answer": null, "no_answer_prob": -9.327104806900024}
{"example_id": 32382312148782635, "prediction": "in the outer ear , Eustachian tube and epiglottis", "binary_answer": null, "no_answer_prob": -8.61897897720337}
{"example_id": 7429507882637255175, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7130516171455383}
{"example_id": 6877420593608330736, "prediction": "The Government of the Commonwealth of Australia", "binary_answer": null, "no_answer_prob": 1.5005695819854736}
{"example_id": -404888176477199185, "prediction": "The Crazy World of Arthur Brown", "binary_answer": null, "no_answer_prob": -9.48523235321045}
{"example_id": 418907067779617267, "prediction": "Audrey Hepburn", "binary_answer": null, "no_answer_prob": -9.32559049129486}
{"example_id": 7231737015660560016, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5596717000007629}
{"example_id": 2942007934507807043, "prediction": "Jara is a spanish surname , popular in various places in southern Spain , meaning rockrose or cistus .", "binary_answer": null, "no_answer_prob": -3.6365888118743896}
{"example_id": -7586855428432055678, "prediction": "papermaking , the compass , gunpowder , and printing", "binary_answer": null, "no_answer_prob": 0.03300678730010986}
{"example_id": 632248995888823288, "prediction": "Citizens of member nations of the Gulf Cooperation Council", "binary_answer": null, "no_answer_prob": 1.4542884826660156}
{"example_id": 1601163158262964724, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Air conditioning", "binary_answer": null, "no_answer_prob": 2.550435245037079}
{"example_id": -4616979240711373758, "prediction": "", "binary_answer": null, "no_answer_prob": 4.894649565219879}
{"example_id": 7824996343243111494, "prediction": "company", "binary_answer": null, "no_answer_prob": 1.2919166088104248}
{"example_id": 3659570715168712564, "prediction": "Gaal", "binary_answer": null, "no_answer_prob": -0.6578571796417236}
{"example_id": -4436499594937349987, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": -0.4805361032485962}
{"example_id": 604466518376876435, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6757099628448486}
{"example_id": 8609077190158682306, "prediction": "Herb Alpert", "binary_answer": null, "no_answer_prob": -7.834574341773987}
{"example_id": -8897708406794456407, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6379376649856567}
{"example_id": 8643588946565257997, "prediction": "The Most Interesting Man in the World", "binary_answer": null, "no_answer_prob": -0.291986346244812}
{"example_id": 70179566487984462, "prediction": "Clarks Summit is a borough in Lackawanna County northwest of Scranton", "binary_answer": null, "no_answer_prob": -2.122561454772949}
{"example_id": -3641537658993747241, "prediction": "New York Islanders", "binary_answer": null, "no_answer_prob": -5.253658771514893}
{"example_id": -7070027219231582402, "prediction": "David Harbour", "binary_answer": null, "no_answer_prob": -6.518417477607727}
{"example_id": 7053814524287958733, "prediction": "Bruce Springsteen", "binary_answer": null, "no_answer_prob": 1.1546119451522827}
{"example_id": -7501917070679782209, "prediction": "2005", "binary_answer": null, "no_answer_prob": -9.311645731329918}
{"example_id": 393127193711659190, "prediction": "March 18 , 2018", "binary_answer": null, "no_answer_prob": -6.621223449707031}
{"example_id": -7120033899991558055, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -6.11331582069397}
{"example_id": 5901832122162705976, "prediction": "1957", "binary_answer": null, "no_answer_prob": -3.3683727383613586}
{"example_id": -4010373787397749434, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9128298312425613}
{"example_id": -5256315734541516902, "prediction": "`` We Did n't Start the Fire '' is a song by American musician Billy Joel", "binary_answer": null, "no_answer_prob": 1.3950545489788055}
{"example_id": -7673824408127258140, "prediction": "", "binary_answer": null, "no_answer_prob": 4.660182476043701}
{"example_id": -6676990950364246265, "prediction": "southwestern Tennessee", "binary_answer": null, "no_answer_prob": -7.975132584571838}
{"example_id": 7954830049171830663, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8890572786331177}
{"example_id": 6307517988420504148, "prediction": "Hannah Dakota Fanning", "binary_answer": null, "no_answer_prob": -3.292023777961731}
{"example_id": -4693853334238548650, "prediction": "John Newton", "binary_answer": null, "no_answer_prob": -10.502105712890625}
{"example_id": -4959755661031894559, "prediction": "1 / 32 . Since the first four tosses turn up heads , the probability that the next toss is a head is :", "binary_answer": null, "no_answer_prob": 1.4677376747131348}
{"example_id": 262846283778727059, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0262122750282288}
{"example_id": -8201238249330313861, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8092939853668213}
{"example_id": 6757098750193782070, "prediction": "Jim Miller", "binary_answer": null, "no_answer_prob": -1.9652130603790283}
{"example_id": 1632410882188619249, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -4.0322712659835815}
{"example_id": -5711982126343878444, "prediction": "Dagen H ( H day )", "binary_answer": null, "no_answer_prob": 2.3925925195217133}
{"example_id": -2776645057889363879, "prediction": "Mork & Mindy", "binary_answer": null, "no_answer_prob": -5.019151926040649}
{"example_id": -721170466207849824, "prediction": "1986", "binary_answer": null, "no_answer_prob": 1.8518711924552917}
{"example_id": 2297315218654357284, "prediction": "`` Never Say Die ''", "binary_answer": null, "no_answer_prob": -3.409574270248413}
{"example_id": -2619341853819375368, "prediction": "`` Life in a Northern Town ''", "binary_answer": null, "no_answer_prob": 1.3556785956025124}
{"example_id": 8536034664307422278, "prediction": "Melanie Fontana", "binary_answer": null, "no_answer_prob": -3.572902202606201}
{"example_id": 8680127754546561060, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0342647433280945}
{"example_id": 8364783737701191779, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Master", "binary_answer": null, "no_answer_prob": 4.338636755943298}
{"example_id": -9097272627480320387, "prediction": "`` The Power of Love ''", "binary_answer": null, "no_answer_prob": 1.285039246082306}
{"example_id": -7607636557088944531, "prediction": "Francis Ouimet", "binary_answer": null, "no_answer_prob": -9.39442241191864}
{"example_id": 8819686655297480146, "prediction": "Kilimanjaro", "binary_answer": null, "no_answer_prob": 2.395593523979187}
{"example_id": 4127456735848594430, "prediction": "Gina Rodriguez", "binary_answer": null, "no_answer_prob": 1.1688762307167053}
{"example_id": -8318645918477821934, "prediction": "May 3 , 2011", "binary_answer": null, "no_answer_prob": 1.3764562606811523}
{"example_id": 6292490726277060002, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.197814345359802}
{"example_id": -2981467081011300302, "prediction": "CEO Rex Tillerson", "binary_answer": null, "no_answer_prob": -9.741107702255249}
{"example_id": 3671778611799167129, "prediction": "Ranjan Faqira", "binary_answer": null, "no_answer_prob": -7.8870744705200195}
{"example_id": 265069798223595000, "prediction": "", "binary_answer": null, "no_answer_prob": 3.845999002456665}
{"example_id": 7813481492137934376, "prediction": "June 2018", "binary_answer": null, "no_answer_prob": -4.732766389846802}
{"example_id": 4909928312635061226, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7716692090034485}
{"example_id": 5305269324014729997, "prediction": "", "binary_answer": null, "no_answer_prob": 3.433843493461609}
{"example_id": -3132076946701848618, "prediction": "1996 ( XXXI ) , 2010", "binary_answer": null, "no_answer_prob": -5.343353569507599}
{"example_id": 8096533595241371101, "prediction": "Glock 19 pistol Walther P22", "binary_answer": null, "no_answer_prob": 1.7239491939544678}
{"example_id": -7777606181360344187, "prediction": "James Clerk Maxwell", "binary_answer": null, "no_answer_prob": -1.2477619647979736}
{"example_id": 2728293072330086761, "prediction": "A dogfight", "binary_answer": null, "no_answer_prob": 0.624358057975769}
{"example_id": 7233332020561910956, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.5031814388930798}
{"example_id": 5463403024351185436, "prediction": "", "binary_answer": null, "no_answer_prob": 2.591676712036133}
{"example_id": -814048850790649381, "prediction": "stainless steel", "binary_answer": null, "no_answer_prob": -3.162248730659485}
{"example_id": -4384412567296328220, "prediction": "The Crown Prosecution Service", "binary_answer": null, "no_answer_prob": 1.4166861772537231}
{"example_id": 5691710388327146259, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1573989391326904}
{"example_id": 548334571643904742, "prediction": "Tom Cochrane", "binary_answer": null, "no_answer_prob": -4.325070142745972}
{"example_id": -3499744127166483314, "prediction": "`` Thou shalt not take the name of the Lord thy God in vain ''", "binary_answer": null, "no_answer_prob": 0.9551697969436646}
{"example_id": 6036983470086931583, "prediction": "February 29 in recent years 2016 ( Monday ) 2012 ( Wednesday ) 2008 ( Friday )", "binary_answer": null, "no_answer_prob": 1.844005510210991}
{"example_id": -1030537129544437853, "prediction": "`` Derailed ''", "binary_answer": null, "no_answer_prob": 0.5322597026824951}
{"example_id": -2230102276063929932, "prediction": "1970 , 1973", "binary_answer": null, "no_answer_prob": -3.5373290181159973}
{"example_id": -55563727278423093, "prediction": "spontaneous hydrolysis of C3", "binary_answer": null, "no_answer_prob": -1.9017672538757324}
{"example_id": -731510596498822470, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6549221873283386}
{"example_id": 1466291948990417503, "prediction": "the prophetical books of Joel and Zechariah", "binary_answer": null, "no_answer_prob": -2.6104893684387207}
{"example_id": -5737887458011607939, "prediction": "The One Hundred Fifteenth United States Congress", "binary_answer": null, "no_answer_prob": 3.8251345604658127}
{"example_id": 2602863819101792398, "prediction": "`` City of New Orleans '' Single by Steve Goodman", "binary_answer": null, "no_answer_prob": 1.2774518728256226}
{"example_id": 3959342567221668906, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0286415219306946}
{"example_id": -8651235355923167661, "prediction": "Daniel Defoe", "binary_answer": null, "no_answer_prob": 0.6256436109542847}
{"example_id": 3032476747580042560, "prediction": "", "binary_answer": null, "no_answer_prob": 3.751237392425537}
{"example_id": -8896287248206982717, "prediction": "The Seventeenth Amendment ( Amendment XVII )", "binary_answer": null, "no_answer_prob": -2.481453061103821}
{"example_id": 4073498226849723350, "prediction": "Traffic", "binary_answer": null, "no_answer_prob": -3.019826054573059}
{"example_id": 3978056110048904941, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6976744532585144}
{"example_id": -6853235366657804310, "prediction": "The West Coast is a region of the Western Cape province", "binary_answer": null, "no_answer_prob": -0.8987802267074585}
{"example_id": 1327225199176722517, "prediction": "Gentlemen Prefer Blondes", "binary_answer": null, "no_answer_prob": 1.0480015277862549}
{"example_id": -5539337897378937946, "prediction": "The Wright brothers , Orville", "binary_answer": null, "no_answer_prob": -5.815902352333069}
{"example_id": -5658507664596274102, "prediction": "El Salvador ( 195,000 ) , Honduras ( 57,000 ) , and Haiti ( 46,000 ) .", "binary_answer": null, "no_answer_prob": 0.7076022624969482}
{"example_id": -2062601505572675507, "prediction": "The Kansas City metropolitan area", "binary_answer": null, "no_answer_prob": 3.367714501917362}
{"example_id": -1695248281976280399, "prediction": "Year Date Winner Result Loser Location Playoff round Record ( playoff ) ( Brady - Manning ) 2001", "binary_answer": null, "no_answer_prob": 3.09111750125885}
{"example_id": -8751172650894729171, "prediction": "British actor Robert Lindsay", "binary_answer": null, "no_answer_prob": -0.697840690612793}
{"example_id": 2062194153854731443, "prediction": "1756", "binary_answer": null, "no_answer_prob": -2.625540256500244}
{"example_id": -1365631326110617242, "prediction": "The National Basketball Association", "binary_answer": null, "no_answer_prob": 0.6095792502164841}
{"example_id": -8810254384052022453, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0530725717544556}
{"example_id": 4887536280522327807, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.546369194984436}
{"example_id": 4436243926843536151, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1525356769561768}
{"example_id": -1892819880494614840, "prediction": "Logan Wade Lerman", "binary_answer": null, "no_answer_prob": -13.706841111183167}
{"example_id": 102289702702562386, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.642717123031616}
{"example_id": -2597595626409302649, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4490913301706314}
{"example_id": -7920362459767518847, "prediction": "2017", "binary_answer": null, "no_answer_prob": -1.1446866989135742}
{"example_id": -6578740051774179889, "prediction": "", "binary_answer": null, "no_answer_prob": -2.980551838874817}
{"example_id": -2669642407853091086, "prediction": "Styx", "binary_answer": null, "no_answer_prob": -5.273363471031189}
{"example_id": -8532661229648274373, "prediction": "Christopher Hemsworth", "binary_answer": null, "no_answer_prob": -9.947441458702087}
{"example_id": 1308444176502429560, "prediction": "Furnace Creek Ranch , California", "binary_answer": null, "no_answer_prob": -2.3714206218719482}
{"example_id": 7805242697334457609, "prediction": "2003 -- 2017", "binary_answer": null, "no_answer_prob": -4.314847707748413}
{"example_id": 2387023904397714047, "prediction": "General Motors", "binary_answer": null, "no_answer_prob": -5.021653532981873}
{"example_id": 1987282316965978108, "prediction": "", "binary_answer": null, "no_answer_prob": 3.955533266067505}
{"example_id": -2384607470744911325, "prediction": "Patrick John Warburton", "binary_answer": null, "no_answer_prob": -11.912222385406494}
{"example_id": 9110447063539355271, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6970181465148926}
{"example_id": -2475570892203536239, "prediction": "`` Con te partir\u00f2", "binary_answer": null, "no_answer_prob": 3.866423472762108}
{"example_id": -3017048041506678277, "prediction": "Luis Fonsi", "binary_answer": null, "no_answer_prob": -0.7924070358276367}
{"example_id": 482115006346978627, "prediction": "Board of Regents of the University of Wisconsin System v. Southworth , 529 U.S. 217 ( 2000 )", "binary_answer": null, "no_answer_prob": 0.25582706928253174}
{"example_id": -6128764812822049645, "prediction": "James Ager Worthy", "binary_answer": null, "no_answer_prob": -2.356942653656006}
{"example_id": 9002735418234562192, "prediction": "Dew point", "binary_answer": null, "no_answer_prob": 1.5582345053553581}
{"example_id": 8734620239774398058, "prediction": "DELL TAH DELL TAH Edison", "binary_answer": null, "no_answer_prob": 2.931241512298584}
{"example_id": -8135434792964725214, "prediction": "Andrea Riseborough", "binary_answer": null, "no_answer_prob": -8.2359938621521}
{"example_id": -5075880105246523421, "prediction": "", "binary_answer": null, "no_answer_prob": -0.4327331781387329}
{"example_id": 501665149783003588, "prediction": "During the reign of the Roman Emperor Constantine the Great ( 306 -- 337 AD )", "binary_answer": null, "no_answer_prob": -1.5948374271392822}
{"example_id": 5554765046249822444, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": -4.303676128387451}
{"example_id": -5501665781979980215, "prediction": "the Doobie Brothers", "binary_answer": null, "no_answer_prob": 1.4423495531082153}
{"example_id": 7031684813017286074, "prediction": "Bhishma Parva of Mahabharata", "binary_answer": null, "no_answer_prob": 0.9405784606933594}
{"example_id": 2214506083332809384, "prediction": "Irving Rameses `` Ving '' Rhames", "binary_answer": null, "no_answer_prob": -5.695199370384216}
{"example_id": 4441423473090602621, "prediction": "Keith Whitley", "binary_answer": null, "no_answer_prob": -2.0167064666748047}
{"example_id": -4284623815560868172, "prediction": "Anaheim Angels played the NL champion San Francisco Giants", "binary_answer": null, "no_answer_prob": -2.8134135007858276}
{"example_id": -8797520685185536485, "prediction": "Country # Years Best result Cameroon", "binary_answer": null, "no_answer_prob": -0.03331916034221649}
{"example_id": 6319766597269057204, "prediction": "6", "binary_answer": null, "no_answer_prob": 0.23812362551689148}
{"example_id": 6086508527195882274, "prediction": "Lowe", "binary_answer": null, "no_answer_prob": -1.660199522972107}
{"example_id": -899110476042820260, "prediction": "Greatest Hits", "binary_answer": null, "no_answer_prob": 4.066771432757378}
{"example_id": 850038644323833921, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": 1.048521637916565}
{"example_id": 7706458628653081615, "prediction": "China floods", "binary_answer": null, "no_answer_prob": 2.785445861518383}
{"example_id": 3699573018209589701, "prediction": "The 2017 Atlantic hurricane season", "binary_answer": null, "no_answer_prob": 1.3474959135055542}
{"example_id": 599949173090345196, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2787771224975586}
{"example_id": -589775037028218121, "prediction": "Introduced in 1996 's A Game of Thrones , Joffrey is the eldest son of Cersei Lannister from the kingdom of Westeros", "binary_answer": null, "no_answer_prob": -1.7197458744049072}
{"example_id": 6327506297735359946, "prediction": "Earl G. `` Ken '' Kendrick Jr.", "binary_answer": null, "no_answer_prob": -8.985448479652405}
{"example_id": -4029691658811320972, "prediction": "December 29 , 1845", "binary_answer": null, "no_answer_prob": -6.101388931274414}
{"example_id": 748246133258344102, "prediction": "", "binary_answer": null, "no_answer_prob": 5.113256931304932}
{"example_id": -827636847342595832, "prediction": "Denver ( / \u02c8d\u025bnv\u0259r / ) , officially the City and County of Denver", "binary_answer": null, "no_answer_prob": -0.9324469566345215}
{"example_id": 7767672364527485866, "prediction": "Lonnie Donegan", "binary_answer": null, "no_answer_prob": -3.2462775707244873}
{"example_id": -2079342293284391326, "prediction": "132", "binary_answer": null, "no_answer_prob": 1.8146028518676758}
{"example_id": -4716208429067693938, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8466223329305649}
{"example_id": -7850278473106512010, "prediction": "", "binary_answer": null, "no_answer_prob": 4.090057700872421}
{"example_id": 2956139375513010967, "prediction": "The Sayings of Jesus", "binary_answer": null, "no_answer_prob": 0.09611392021179199}
{"example_id": 8922474260746168401, "prediction": "Mangala Samaraweera", "binary_answer": null, "no_answer_prob": -4.2077354192733765}
{"example_id": -8071040109351293643, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -7.410665988922119}
{"example_id": -5435822709474983888, "prediction": "", "binary_answer": null, "no_answer_prob": 5.067729711532593}
{"example_id": -3773136998192894793, "prediction": "Nat King Cole in 1948 .", "binary_answer": null, "no_answer_prob": 1.5555678606033325}
{"example_id": 4830900147895398824, "prediction": "33 \u00b0 48 \u2032 24 '' N 117 \u00b0 55 \u2032 03 '' W", "binary_answer": null, "no_answer_prob": -0.4437391757965088}
{"example_id": -1251512664651917442, "prediction": "September 9 , 1850 , until January 4 , 1896", "binary_answer": null, "no_answer_prob": -7.068848490715027}
{"example_id": 6873585089990668750, "prediction": "Pat Shurmur", "binary_answer": null, "no_answer_prob": -7.186722278594971}
{"example_id": 5889924260907725090, "prediction": "", "binary_answer": null, "no_answer_prob": 1.835211269557476}
{"example_id": 4018202592913541691, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5408246517181396}
{"example_id": 5495030370388177097, "prediction": "cedar , pine and cypress", "binary_answer": null, "no_answer_prob": -1.1785295009613037}
{"example_id": -1960798380924242840, "prediction": "September 3 , 2017", "binary_answer": null, "no_answer_prob": -5.688414573669434}
{"example_id": -5282503992860808056, "prediction": "The Necessary and Proper Clause", "binary_answer": null, "no_answer_prob": -4.140475153923035}
{"example_id": -3424807532081918274, "prediction": "Alfred Thomas `` Freddie '' Highmore", "binary_answer": null, "no_answer_prob": -8.662136793136597}
{"example_id": -3232428630222566494, "prediction": "1964 .", "binary_answer": null, "no_answer_prob": 2.1179378032684326}
{"example_id": -3249093806177407492, "prediction": "Lake Placid , Florida Town Logo Nickname ( s ) : The Caladium Capital of the World , Town of Murals", "binary_answer": null, "no_answer_prob": -1.1792620420455933}
{"example_id": 2971677203035782488, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -5.8544546365737915}
{"example_id": 554152236127215259, "prediction": "", "binary_answer": null, "no_answer_prob": 4.204383015632629}
{"example_id": -9081296789891648512, "prediction": "", "binary_answer": null, "no_answer_prob": 3.250341385602951}
{"example_id": -9115748085431219558, "prediction": "Katy Perry", "binary_answer": null, "no_answer_prob": -8.379012942314148}
{"example_id": 8952254157906364048, "prediction": "A bikini line is the area of the upper leg and inner thigh", "binary_answer": null, "no_answer_prob": 3.1972694396972656}
{"example_id": -8629147511719756068, "prediction": "The Donna Reed Show is an American sitcom starring Donna Reed as the middle - class housewife Donna Stone", "binary_answer": null, "no_answer_prob": 0.02018076181411743}
{"example_id": 1562967881009869204, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -4.8504122495651245}
{"example_id": -1701908216742037576, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0939923524856567}
{"example_id": 3865235180369780977, "prediction": "The `` Graveyard Shift", "binary_answer": null, "no_answer_prob": 0.9867990016937256}
{"example_id": 5881677502990210383, "prediction": "Norman Maclean", "binary_answer": null, "no_answer_prob": -5.2918782234191895}
{"example_id": 7141286069978489971, "prediction": "", "binary_answer": null, "no_answer_prob": 2.595314085483551}
{"example_id": 1936301489123032368, "prediction": "3 Doors Down", "binary_answer": null, "no_answer_prob": -4.843937158584595}
{"example_id": -7517400459684508950, "prediction": "Polo Grounds", "binary_answer": null, "no_answer_prob": -2.285339117050171}
{"example_id": 5296787778781658222, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Freedom of thought", "binary_answer": null, "no_answer_prob": 3.3426254987716675}
{"example_id": -4686638387215840402, "prediction": "", "binary_answer": null, "no_answer_prob": 4.923922181129456}
{"example_id": -4972660414340851341, "prediction": "The Winds of Winter", "binary_answer": null, "no_answer_prob": -2.4835307598114014}
{"example_id": 477975050477981518, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Synaptic pruning", "binary_answer": null, "no_answer_prob": 1.8764938227832317}
{"example_id": -6373071209163504379, "prediction": "Arthur Treacher 's Fish & Chips", "binary_answer": null, "no_answer_prob": 1.8371667265892029}
{"example_id": 8248975666526647126, "prediction": "TNM is developed and maintained by the Union for International Cancer Control ( UICC )", "binary_answer": null, "no_answer_prob": -1.0529436469078064}
{"example_id": 1818657866526910359, "prediction": "Geography of India Continent Asia Region", "binary_answer": null, "no_answer_prob": 0.5674822926521301}
{"example_id": 7954642635917102763, "prediction": "The Voyageurs", "binary_answer": null, "no_answer_prob": -0.6829800605773926}
{"example_id": 2379300787508659262, "prediction": "`` Boo - Yah ! '' `` Hallah ''", "binary_answer": null, "no_answer_prob": -2.553964614868164}
{"example_id": 3022498029851229176, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1013233214616776}
{"example_id": 4128712388780661352, "prediction": "Angel", "binary_answer": null, "no_answer_prob": 2.9506078958511353}
{"example_id": 7705549975295876123, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7269129157066345}
{"example_id": 6302077093985071663, "prediction": "Dr. Tara Grace Knowles - Teller", "binary_answer": null, "no_answer_prob": 2.2339091300964355}
{"example_id": -3336853410194824920, "prediction": "Bartolom\u00e9 de las Casas", "binary_answer": null, "no_answer_prob": -6.595261454582214}
{"example_id": 2589688290835526636, "prediction": "Queen", "binary_answer": null, "no_answer_prob": -6.340625524520874}
{"example_id": -5164304133785002387, "prediction": "Embalming", "binary_answer": null, "no_answer_prob": 3.1955189406871796}
{"example_id": -1395722779020490421, "prediction": "", "binary_answer": null, "no_answer_prob": 5.549774646759033}
{"example_id": -8341168404745935212, "prediction": "`` We Belong Together '' is a song by American singer Mariah Carey from her tenth studio album , The Emancipation of Mimi", "binary_answer": null, "no_answer_prob": 1.6676889061927795}
{"example_id": -4677939923292888328, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0705814361572266}
{"example_id": 8026962968003050797, "prediction": "Gary Allan", "binary_answer": null, "no_answer_prob": -10.041502356529236}
{"example_id": 911451226450406513, "prediction": "Joseph Leonard Gordon - Levitt", "binary_answer": null, "no_answer_prob": -8.653226971626282}
{"example_id": -7800717126200921668, "prediction": "Beauty and the Beast : Original Motion Picture Soundtrack is the soundtrack album to the 2017 film Beauty and the Beast", "binary_answer": null, "no_answer_prob": -2.4475924968719482}
{"example_id": 6687792750687358174, "prediction": "29 July 1954", "binary_answer": null, "no_answer_prob": -2.415814995765686}
{"example_id": 3421083040429613594, "prediction": "Diana Ross", "binary_answer": null, "no_answer_prob": -4.786796152591705}
{"example_id": -24281565181117922, "prediction": "Robert Frost", "binary_answer": null, "no_answer_prob": -7.484968304634094}
{"example_id": -448107662289886499, "prediction": "Foreigner", "binary_answer": null, "no_answer_prob": -6.316096544265747}
{"example_id": 4555686420007744407, "prediction": "exosphere", "binary_answer": null, "no_answer_prob": 0.10234880447387695}
{"example_id": -1242868819256521670, "prediction": "the Paint Hall Studios in Belfast , Northern Ireland", "binary_answer": null, "no_answer_prob": -4.505460023880005}
{"example_id": 2934346439791667318, "prediction": "In the third season", "binary_answer": null, "no_answer_prob": 3.2319313287734985}
{"example_id": -6434753325781010339, "prediction": "January 1 , 2101 and ending on December 31 , 2200", "binary_answer": null, "no_answer_prob": 0.5659756660461426}
{"example_id": -1645563520219182731, "prediction": "Kelly Clarkson", "binary_answer": null, "no_answer_prob": -13.191302180290222}
{"example_id": 4573065992833094938, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9991287887096405}
{"example_id": 6107676343143167661, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -1.8708267211914062}
{"example_id": -6547079818648848567, "prediction": "Dion", "binary_answer": null, "no_answer_prob": -5.743433356285095}
{"example_id": -4827997074565510568, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": -2.540129542350769}
{"example_id": 1234970148325223854, "prediction": "Rick Ross", "binary_answer": null, "no_answer_prob": -2.935483932495117}
{"example_id": 5449938167620980506, "prediction": "Eugene Levy", "binary_answer": null, "no_answer_prob": -5.194423198699951}
{"example_id": -3583738823395435974, "prediction": "", "binary_answer": null, "no_answer_prob": 4.607335805892944}
{"example_id": -7978451094520837962, "prediction": "Carnoustie Golf Links in Angus , Scotland", "binary_answer": null, "no_answer_prob": -9.147353172302246}
{"example_id": 236904525188905555, "prediction": "Joe Cocker", "binary_answer": null, "no_answer_prob": -4.457802653312683}
{"example_id": -8378138651305173097, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1454805433750153}
{"example_id": -1480402774341746926, "prediction": "Merle Travis", "binary_answer": null, "no_answer_prob": -4.474024772644043}
{"example_id": -4280347715401333602, "prediction": "In later novels , the Land of Oz steadily becomes more familiar to her than her homeland of Kansas", "binary_answer": null, "no_answer_prob": 2.2942774146795273}
{"example_id": 4326384572507827347, "prediction": "1998", "binary_answer": null, "no_answer_prob": 0.9895504713058472}
{"example_id": -4140543111592861597, "prediction": "Two 5 - year terms", "binary_answer": null, "no_answer_prob": -2.7334957122802734}
{"example_id": 7088257479997855455, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8310900926589966}
{"example_id": 1817648432958914754, "prediction": "The Niger River", "binary_answer": null, "no_answer_prob": 3.580977439880371}
{"example_id": -2286222794759361450, "prediction": "The tragedy of the commons", "binary_answer": null, "no_answer_prob": -0.25961513072252274}
{"example_id": 4414203620705614761, "prediction": "104", "binary_answer": null, "no_answer_prob": -4.482130169868469}
{"example_id": -8746900902289185299, "prediction": "", "binary_answer": null, "no_answer_prob": 3.572730153799057}
{"example_id": 3061904298408148545, "prediction": "at a power station", "binary_answer": null, "no_answer_prob": 1.839888334274292}
{"example_id": 8194768658000869141, "prediction": "Mack Sennett", "binary_answer": null, "no_answer_prob": -7.96760368347168}
{"example_id": 78511555084648666, "prediction": "Mark Addy", "binary_answer": null, "no_answer_prob": -3.589271664619446}
{"example_id": -4899732917834003952, "prediction": "Passive immunity", "binary_answer": null, "no_answer_prob": 3.5991302132606506}
{"example_id": -7325210267828124260, "prediction": "Neil Armstrong", "binary_answer": null, "no_answer_prob": -4.166931867599487}
{"example_id": -8527732166494141295, "prediction": "", "binary_answer": null, "no_answer_prob": 4.310207337141037}
{"example_id": 9168044012663003662, "prediction": "The Nittany Lion is the mascot of Pennsylvania State University in University Park , Pennsylvania , USA and its athletic teams", "binary_answer": null, "no_answer_prob": -1.6036180257797241}
{"example_id": 6530073226676610626, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7254759073257446}
{"example_id": 2269043647142103601, "prediction": "the governments of the United Kingdom , the United States , Japan , France , and Italy", "binary_answer": null, "no_answer_prob": 3.7456204891204834}
{"example_id": -283898457742941923, "prediction": "The first generation of animators in the late 1910s included \u014cten Shimokawa , Jun'ichi K\u014duchi and Seitaro Kitayama", "binary_answer": null, "no_answer_prob": 2.993095636367798}
{"example_id": -2531542266227001475, "prediction": "the United States Army", "binary_answer": null, "no_answer_prob": -0.6294755935668945}
{"example_id": -3967678489459557421, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -7.850990533828735}
{"example_id": -1458032114383100462, "prediction": "The Enlightenment", "binary_answer": null, "no_answer_prob": 2.3415059447288513}
{"example_id": -8441118467870565101, "prediction": "Enswell", "binary_answer": null, "no_answer_prob": -4.36013126373291}
{"example_id": -34049640187416137, "prediction": "Growing Up Hip Hop : Atlanta", "binary_answer": null, "no_answer_prob": 1.5975027680397034}
{"example_id": -1242538840370947154, "prediction": "2011", "binary_answer": null, "no_answer_prob": -2.9671740531921387}
{"example_id": -66327497241821520, "prediction": "blastocyst", "binary_answer": null, "no_answer_prob": -2.4784106016159058}
{"example_id": 1637178209596250976, "prediction": "Eric Martsolf", "binary_answer": null, "no_answer_prob": -10.76965045928955}
{"example_id": 4159196200910684515, "prediction": "`` Boundary '' ( \u5883\u754c \u7dda , Ky\u014dkaisen ) `` The Attack Titan ''", "binary_answer": null, "no_answer_prob": 0.5598664283752441}
{"example_id": 2339056845781789296, "prediction": "Lake Pontchartrain in southern Louisiana , United States", "binary_answer": null, "no_answer_prob": -5.577963709831238}
{"example_id": -7552234565941237367, "prediction": "the people of France", "binary_answer": null, "no_answer_prob": -4.778475999832153}
{"example_id": -3509717979806589680, "prediction": "Damascus", "binary_answer": null, "no_answer_prob": -2.301133632659912}
{"example_id": -8376575127481607219, "prediction": "", "binary_answer": null, "no_answer_prob": 4.56894713640213}
{"example_id": 5808812046312393784, "prediction": "", "binary_answer": null, "no_answer_prob": 3.082747220993042}
{"example_id": 7649976289982592175, "prediction": "November 9 , 2015", "binary_answer": null, "no_answer_prob": 1.5060020089149475}
{"example_id": -3725481746095671100, "prediction": "Adrienne C. Moore", "binary_answer": null, "no_answer_prob": 1.170091152191162}
{"example_id": -8962501535546165122, "prediction": "", "binary_answer": null, "no_answer_prob": 4.419559121131897}
{"example_id": -6170426547148043390, "prediction": "brain cells", "binary_answer": null, "no_answer_prob": 0.7828594446182251}
{"example_id": -3845254214087419206, "prediction": "six years", "binary_answer": null, "no_answer_prob": -0.36234378814697266}
{"example_id": 6744509351164759736, "prediction": "", "binary_answer": null, "no_answer_prob": 3.703582525253296}
{"example_id": -3202330561520495150, "prediction": "approximately 5,700 K ( 5,430 \u00b0 C ) or 9806 \u00b0 F", "binary_answer": null, "no_answer_prob": -7.690736770629883}
{"example_id": -5804451696117765225, "prediction": "Moses Fleetwood Walker", "binary_answer": null, "no_answer_prob": -8.253623127937317}
{"example_id": -5958299091256021549, "prediction": "Rank Continent Population 2016 \u00b1 % p.a. 2010 -- 2016 % of world pop . Asia", "binary_answer": null, "no_answer_prob": -2.4098334312438965}
{"example_id": -3491165350379250805, "prediction": "Miami Gardens , Florida", "binary_answer": null, "no_answer_prob": -10.769858121871948}
{"example_id": -4806863255471699406, "prediction": "Johnny Darrell", "binary_answer": null, "no_answer_prob": -0.24148321151733398}
{"example_id": -6121678671414277509, "prediction": "18 occasions , winning All - Star MVP Awards in 2002 , 2007 , 2009 and 2011", "binary_answer": null, "no_answer_prob": -1.6674882173538208}
{"example_id": 4318423661438785822, "prediction": "", "binary_answer": null, "no_answer_prob": 4.026048183441162}
{"example_id": -8274638515214251011, "prediction": "", "binary_answer": null, "no_answer_prob": 3.644955575466156}
{"example_id": -997092348598459462, "prediction": "Eric Christian Olsen", "binary_answer": null, "no_answer_prob": -13.590198397636414}
{"example_id": 8672782044987808720, "prediction": "`` A Golden Crown ''", "binary_answer": null, "no_answer_prob": -1.9110190868377686}
{"example_id": 710599025836584984, "prediction": "Anthony Hopkins", "binary_answer": null, "no_answer_prob": -8.036633968353271}
{"example_id": 8965204482264054165, "prediction": "Javier Colon", "binary_answer": null, "no_answer_prob": -0.8639124631881714}
{"example_id": 8409297237254128995, "prediction": "Lech Wa\u0142\u0119sa", "binary_answer": null, "no_answer_prob": -9.290462374687195}
{"example_id": 1071867866560176280, "prediction": "1803", "binary_answer": null, "no_answer_prob": -8.202212750911713}
{"example_id": -803285612943718200, "prediction": "November 9 , 1861", "binary_answer": null, "no_answer_prob": 0.2909306287765503}
{"example_id": -1349347569217225915, "prediction": "`` Frame ''", "binary_answer": null, "no_answer_prob": 1.1438098102807999}
{"example_id": 6020377608075904403, "prediction": "18", "binary_answer": null, "no_answer_prob": -4.281630039215088}
{"example_id": -7047273766567645032, "prediction": "David Allan Coe", "binary_answer": null, "no_answer_prob": -8.846869707107544}
{"example_id": -3133997095167253157, "prediction": "", "binary_answer": null, "no_answer_prob": 4.824761748313904}
{"example_id": -2133875997165551635, "prediction": "Donald Glover", "binary_answer": null, "no_answer_prob": 0.09083269536495209}
{"example_id": -7622857631829974209, "prediction": "Melvin Franklin", "binary_answer": null, "no_answer_prob": -9.061692714691162}
{"example_id": 183382198234729675, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": -5.7651588916778564}
{"example_id": 5841137545646136347, "prediction": "Iamgold Corporation", "binary_answer": null, "no_answer_prob": -4.297302007675171}
{"example_id": 5909847336395692829, "prediction": "about 110 kilometres per second ( 68 mi / s )", "binary_answer": null, "no_answer_prob": -3.404844045639038}
{"example_id": 8360100301544651302, "prediction": "", "binary_answer": null, "no_answer_prob": 5.49593248963356}
{"example_id": 6630474084456126063, "prediction": "Michael Jackson", "binary_answer": null, "no_answer_prob": 0.7976832389831543}
{"example_id": 1638356652310050252, "prediction": "The Stone Age", "binary_answer": null, "no_answer_prob": -3.6268551349639893}
{"example_id": -6905205205636703090, "prediction": "", "binary_answer": null, "no_answer_prob": 2.554680824279785}
{"example_id": 4269903448641450565, "prediction": "Elizabeth Woolridge Grant", "binary_answer": null, "no_answer_prob": 3.2523614168167114}
{"example_id": -2569300021052159707, "prediction": "Since the office was established in 1789 , 44", "binary_answer": null, "no_answer_prob": 3.4933542013168335}
{"example_id": 4130825295250848401, "prediction": "", "binary_answer": null, "no_answer_prob": 3.983472228050232}
{"example_id": 6224023053886040749, "prediction": "March 13 , 2018", "binary_answer": null, "no_answer_prob": -7.068575620651245}
{"example_id": -537358892358268653, "prediction": "Keith Carlos", "binary_answer": null, "no_answer_prob": 1.267261028289795}
{"example_id": 7607072435945134409, "prediction": "", "binary_answer": null, "no_answer_prob": 1.218532145023346}
{"example_id": -5765052183832855110, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -5.217276096343994}
{"example_id": 7378011053223525700, "prediction": "Tom Hollander", "binary_answer": null, "no_answer_prob": 1.6444926261901855}
{"example_id": 4942113658402673564, "prediction": "Bill Withers", "binary_answer": null, "no_answer_prob": -3.17834210395813}
{"example_id": 7024139925004669778, "prediction": "On June 13 , 2016", "binary_answer": null, "no_answer_prob": 0.9395606517791748}
{"example_id": -6514928649005489570, "prediction": "Whitney Houston 's second studio album , Whitney", "binary_answer": null, "no_answer_prob": 0.09243381023406982}
{"example_id": 8964115224485511071, "prediction": "the London Philharmonic Orchestra", "binary_answer": null, "no_answer_prob": -2.3745568990707397}
{"example_id": 2878651711100666267, "prediction": "", "binary_answer": null, "no_answer_prob": 2.914656937122345}
{"example_id": 2000886023214751524, "prediction": "Peppa Pig ( voiced by Lily Snowden - Fine in series 1 , Cecily Bloom in series 2 , and Harley Bird", "binary_answer": null, "no_answer_prob": -0.5772873163223267}
{"example_id": -8818926928078564757, "prediction": "Al Freeman Jr . [ContextId=25] [Paragraph=2] The role was originated and played by actor Al Freeman Jr.", "binary_answer": null, "no_answer_prob": -10.800390601158142}
{"example_id": -2018719773267537097, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8698893785476685}
{"example_id": 3222138732546997447, "prediction": "Bill Clinton", "binary_answer": null, "no_answer_prob": -5.591527104377747}
{"example_id": -8171636245535974784, "prediction": "between late May and mid-June and starting the new school year between mid-August and early September", "binary_answer": null, "no_answer_prob": -2.5010980367660522}
{"example_id": -5052846427453051381, "prediction": "Villanova", "binary_answer": null, "no_answer_prob": -2.743305206298828}
{"example_id": -5214293920386286822, "prediction": "", "binary_answer": null, "no_answer_prob": 4.3284101486206055}
{"example_id": -6740318713416695610, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2046257853507996}
{"example_id": -4180319690921506845, "prediction": "", "binary_answer": null, "no_answer_prob": 3.84150767326355}
{"example_id": -3029469724726842529, "prediction": "To be , or not to be is the opening phrase of a soliloquy spoken by Prince Hamlet", "binary_answer": null, "no_answer_prob": 1.575973629951477}
{"example_id": -1892560886945339747, "prediction": "Montell Jordan", "binary_answer": null, "no_answer_prob": -8.876031279563904}
{"example_id": -858533208157308125, "prediction": "Mesoamerica", "binary_answer": null, "no_answer_prob": 0.8903716802597046}
{"example_id": 344059873076184361, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -7.228859901428223}
{"example_id": 2398574507281029706, "prediction": "", "binary_answer": null, "no_answer_prob": 4.3241270780563354}
{"example_id": -957351636753838805, "prediction": "CBS Television City Los Angeles , California", "binary_answer": null, "no_answer_prob": 2.4900012016296387}
{"example_id": 1675699243944945493, "prediction": "", "binary_answer": null, "no_answer_prob": 4.073631167411804}
{"example_id": 2475041721635230928, "prediction": "John 1 : 44 ) .", "binary_answer": null, "no_answer_prob": -0.6309983730316162}
{"example_id": -7802155376192592126, "prediction": "", "binary_answer": null, "no_answer_prob": 3.08200740814209}
{"example_id": 3268879528011690827, "prediction": "Daniel Dae Kim", "binary_answer": null, "no_answer_prob": -1.2393618822097778}
{"example_id": -5120299878162155824, "prediction": "Keith Whitley", "binary_answer": null, "no_answer_prob": -3.9844648838043213}
{"example_id": 2073852903221401270, "prediction": "Neil Diamond", "binary_answer": null, "no_answer_prob": -2.2662246227264404}
{"example_id": 5690381869447232848, "prediction": "LaVern Baker", "binary_answer": null, "no_answer_prob": -9.697763204574585}
{"example_id": -5286697952553600640, "prediction": "Canada", "binary_answer": null, "no_answer_prob": -6.822315692901611}
{"example_id": -2151443946563635427, "prediction": "1976", "binary_answer": null, "no_answer_prob": -4.146528124809265}
{"example_id": 9175387817365652217, "prediction": "Tony Bennett", "binary_answer": null, "no_answer_prob": -1.5433486700057983}
{"example_id": 6685290313083181490, "prediction": "February 11 , 2016", "binary_answer": null, "no_answer_prob": -1.4008126258850098}
{"example_id": 3774131247351781774, "prediction": "Louvre Museum in Paris", "binary_answer": null, "no_answer_prob": -5.942065238952637}
{"example_id": -193770685128575043, "prediction": "Chyler Leigh West", "binary_answer": null, "no_answer_prob": -12.374211192131042}
{"example_id": -2413001673471615457, "prediction": "2005", "binary_answer": null, "no_answer_prob": -7.318155497312546}
{"example_id": -7188166983427235693, "prediction": "15 July", "binary_answer": null, "no_answer_prob": -2.3263708353042603}
{"example_id": 6195327014886836839, "prediction": "Hugh Freeze", "binary_answer": null, "no_answer_prob": -9.374988198280334}
{"example_id": 8421414671398809878, "prediction": "Antenor", "binary_answer": null, "no_answer_prob": 1.0658018589019775}
{"example_id": 7569752589252862956, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5805448293685913}
{"example_id": 421881813924274575, "prediction": "After his performance in The Great Race , CBS cast Martin in what was to become his most famous part , Secret Service agent Artemus Gordon", "binary_answer": null, "no_answer_prob": 1.4393142461776733}
{"example_id": -4174885540677547634, "prediction": "The phrase `` Tower of Babel '' does not appear in the Bible", "binary_answer": null, "no_answer_prob": -0.6198110580444336}
{"example_id": -7155211338751855661, "prediction": "56", "binary_answer": null, "no_answer_prob": -2.9286677837371826}
{"example_id": 2088963653959068820, "prediction": "Inhalational anaesthetic substances", "binary_answer": null, "no_answer_prob": 0.47510087490081787}
{"example_id": -5401845217659720825, "prediction": "Richard Parker", "binary_answer": null, "no_answer_prob": -2.8366127014160156}
{"example_id": -7425022836068020588, "prediction": "Trey Parker", "binary_answer": null, "no_answer_prob": -2.5587047338485718}
{"example_id": -8165341864829986294, "prediction": "Kobe Bean Bryant", "binary_answer": null, "no_answer_prob": 3.598644956946373}
{"example_id": -4767746929441136315, "prediction": "", "binary_answer": null, "no_answer_prob": 5.325418174266815}
{"example_id": -140831445811444630, "prediction": "In 1911", "binary_answer": null, "no_answer_prob": -2.8901336193084717}
{"example_id": -4026673003526250366, "prediction": "Leslie Samuel Phillips", "binary_answer": null, "no_answer_prob": -3.251302123069763}
{"example_id": 9162002685618208305, "prediction": "", "binary_answer": null, "no_answer_prob": -4.096028447151184}
{"example_id": -7579834135468854040, "prediction": "", "binary_answer": null, "no_answer_prob": 3.451118789613247}
{"example_id": -5204051071778439945, "prediction": "the 1940s", "binary_answer": null, "no_answer_prob": 3.552572250366211}
{"example_id": -4759656137966100459, "prediction": "October 7 , 2016", "binary_answer": null, "no_answer_prob": -1.5435495376586914}
{"example_id": -7220769125538712636, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.6889342069625854}
{"example_id": -4580992551514844696, "prediction": "Manhattan", "binary_answer": null, "no_answer_prob": 3.3201455771923065}
{"example_id": 7154426407538663547, "prediction": "Lightning McQueen", "binary_answer": null, "no_answer_prob": -3.4134302139282227}
{"example_id": 5680973535336173594, "prediction": "Andrews Air Force Base", "binary_answer": null, "no_answer_prob": 1.4540845155715942}
{"example_id": 2281183566755493128, "prediction": "Pascal and Maximus", "binary_answer": null, "no_answer_prob": -1.9921869039535522}
{"example_id": 8435530585240645761, "prediction": "1884", "binary_answer": null, "no_answer_prob": -5.6701982617378235}
{"example_id": 7346727790696841501, "prediction": "The Tams", "binary_answer": null, "no_answer_prob": -1.6711235046386719}
{"example_id": -6455839859774198573, "prediction": "", "binary_answer": null, "no_answer_prob": 4.742735743522644}
{"example_id": -2878668445603004714, "prediction": "", "binary_answer": null, "no_answer_prob": 6.136346608400345}
{"example_id": 5880943313580702034, "prediction": "", "binary_answer": null, "no_answer_prob": 2.960537075996399}
{"example_id": 1467157978947831289, "prediction": "Nat Hickey", "binary_answer": null, "no_answer_prob": -5.643558621406555}
{"example_id": 3918640500309682159, "prediction": "MetLife Stadium", "binary_answer": null, "no_answer_prob": -6.803256869316101}
{"example_id": -6732756032561401124, "prediction": "", "binary_answer": null, "no_answer_prob": 3.34964382648468}
{"example_id": 3013375802126817311, "prediction": "2007", "binary_answer": null, "no_answer_prob": 0.7658807635307312}
{"example_id": -143491488761807784, "prediction": "Tunku Abdul Rahman", "binary_answer": null, "no_answer_prob": -6.93060302734375}
{"example_id": 9213685250923017529, "prediction": "The meerkat", "binary_answer": null, "no_answer_prob": -3.377162218093872}
{"example_id": -6548845244528407933, "prediction": "597 BCE for the first , with others dated at 587 / 586 BCE , and 582 / 581 BCE respectively .", "binary_answer": null, "no_answer_prob": -0.20953142642974854}
{"example_id": -689033604907999986, "prediction": "The earliest known written records of the history of China date from as early as 1250 BC , from the Shang dynasty", "binary_answer": null, "no_answer_prob": 0.9730919599533081}
{"example_id": -931436055210886406, "prediction": "Karl - Heinz Urban", "binary_answer": null, "no_answer_prob": -10.941405951976776}
{"example_id": -3883260061895046430, "prediction": "", "binary_answer": null, "no_answer_prob": -1.502299427986145}
{"example_id": 7471377214035566678, "prediction": "1775", "binary_answer": null, "no_answer_prob": -1.4751923084259033}
{"example_id": 2207974239020242044, "prediction": "Joey King", "binary_answer": null, "no_answer_prob": -6.648843288421631}
{"example_id": -3820608577130748350, "prediction": "Elton John and Bernie Taupin", "binary_answer": null, "no_answer_prob": -6.144343137741089}
{"example_id": -3557268865091350602, "prediction": "21 April 2017", "binary_answer": null, "no_answer_prob": 1.6900716423988342}
{"example_id": 2648531455166818816, "prediction": "United Kingdom Europe 66,040,229 Yes United States North America 325,719,178 Yes", "binary_answer": null, "no_answer_prob": -0.5914239883422852}
{"example_id": 3928293266168746093, "prediction": "1998", "binary_answer": null, "no_answer_prob": -5.366870701313019}
{"example_id": -5526853451616925965, "prediction": "Taylor Michel Momsen", "binary_answer": null, "no_answer_prob": -10.598721265792847}
{"example_id": 7514662139319106084, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2747119665145874}
{"example_id": 4130105366044313287, "prediction": "Sunday", "binary_answer": null, "no_answer_prob": -3.5504865646362305}
{"example_id": 2549756422874835989, "prediction": "The Freeway Series", "binary_answer": null, "no_answer_prob": -0.4458777904510498}
{"example_id": -2595452329955511136, "prediction": "November 14 , 2004", "binary_answer": null, "no_answer_prob": -7.262393951416016}
{"example_id": 43706727399734161, "prediction": "Keala Settle", "binary_answer": null, "no_answer_prob": -10.22182559967041}
{"example_id": -7184004542971260282, "prediction": "Fran\u00e7ois Isaac de Rivaz", "binary_answer": null, "no_answer_prob": -4.901410460472107}
{"example_id": 6271348324466812633, "prediction": "2018", "binary_answer": null, "no_answer_prob": -0.39469408988952637}
{"example_id": -3558830585915219703, "prediction": "c. 1755", "binary_answer": null, "no_answer_prob": 4.785361140966415}
{"example_id": 949372730784901393, "prediction": "`` You 've Got a Friend in Me ''", "binary_answer": null, "no_answer_prob": -0.6256961822509766}
{"example_id": 3877499609818719705, "prediction": "The Song of Roland", "binary_answer": null, "no_answer_prob": 1.0293523073196411}
{"example_id": -3994440374306138444, "prediction": "Randyll Tarly", "binary_answer": null, "no_answer_prob": -3.972725510597229}
{"example_id": 2924701417029822668, "prediction": "Toronto Maple Leafs 2017 -- 18", "binary_answer": null, "no_answer_prob": 1.0829027043655515}
{"example_id": -8850169184954446631, "prediction": "North Central Province", "binary_answer": null, "no_answer_prob": -9.452101588249207}
{"example_id": 6276226722745393397, "prediction": "", "binary_answer": null, "no_answer_prob": 3.907108187675476}
{"example_id": 302608262905064823, "prediction": "Andr\u00e9 3000", "binary_answer": null, "no_answer_prob": -1.8169902563095093}
{"example_id": -8482066971437990217, "prediction": "Bowling For Soup", "binary_answer": null, "no_answer_prob": -4.225092053413391}
{"example_id": 7425647564385219480, "prediction": "Jeff Bridges", "binary_answer": null, "no_answer_prob": -2.784191131591797}
{"example_id": 8095967491713503369, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6996169090271}
{"example_id": 8796724207952537427, "prediction": "", "binary_answer": null, "no_answer_prob": 2.062663223594427}
{"example_id": 8144822689599245719, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6668763160705566}
{"example_id": 7116667444156391428, "prediction": "Chip and Dale", "binary_answer": null, "no_answer_prob": 1.477035939693451}
{"example_id": 3014330160806313768, "prediction": "Four : Massachusetts Five : New York Seven : Ohio Eight : Virginia", "binary_answer": null, "no_answer_prob": -2.022163152694702}
{"example_id": -3602763637708772362, "prediction": "14", "binary_answer": null, "no_answer_prob": 2.699164390563965}
{"example_id": -5695654397090463058, "prediction": "", "binary_answer": null, "no_answer_prob": 2.305509030818939}
{"example_id": 5181246371508358516, "prediction": "Barry Gray and Steve Allen", "binary_answer": null, "no_answer_prob": -1.6432693004608154}
{"example_id": 6935422240574600373, "prediction": "season four", "binary_answer": null, "no_answer_prob": -4.299282789230347}
{"example_id": -5417349149794783341, "prediction": "18", "binary_answer": null, "no_answer_prob": -3.757211685180664}
{"example_id": -7169984778924939751, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.739407405257225}
{"example_id": -335470244688832001, "prediction": "Logan Canyon , Utah", "binary_answer": null, "no_answer_prob": -0.19630908966064453}
{"example_id": 5045937353297022072, "prediction": "Media Alliance", "binary_answer": null, "no_answer_prob": -7.481710910797119}
{"example_id": -4810054033460826741, "prediction": "over 150,000", "binary_answer": null, "no_answer_prob": 1.4527587890625}
{"example_id": 488100186925153169, "prediction": "Germany", "binary_answer": null, "no_answer_prob": -0.05800187587738037}
{"example_id": -1055308356336907893, "prediction": "two identical protein fragments , derived from the second and third constant domains of the antibody 's two heavy chains", "binary_answer": null, "no_answer_prob": -4.378414630889893}
{"example_id": -3941000200716716412, "prediction": "", "binary_answer": null, "no_answer_prob": 3.547680974006653}
{"example_id": -5865801529726108081, "prediction": "", "binary_answer": null, "no_answer_prob": 3.166147291660309}
{"example_id": -3784264172388936915, "prediction": "2014", "binary_answer": null, "no_answer_prob": -0.6507026553153992}
{"example_id": 9195877357922809104, "prediction": "20", "binary_answer": null, "no_answer_prob": -4.325537443161011}
{"example_id": -7275405644550143927, "prediction": "Louis Prima in the original film and by Christopher Walken", "binary_answer": null, "no_answer_prob": -4.96168327331543}
{"example_id": -787638690669078881, "prediction": "`` Doubleback '' is a song by ZZ Top from their album Recycler", "binary_answer": null, "no_answer_prob": 1.4559640884399414}
{"example_id": 3714696059589695388, "prediction": "", "binary_answer": null, "no_answer_prob": 2.638083517551422}
{"example_id": 4521231611095485739, "prediction": "", "binary_answer": null, "no_answer_prob": 0.33162498474121094}
{"example_id": -8903207774639964736, "prediction": "108 miles ( 174 km ) southeast of Phoenix and 60 mi ( 97 km ) north of the U.S. -- Mexico border", "binary_answer": null, "no_answer_prob": -6.488309144973755}
{"example_id": 6570444077114415537, "prediction": "`` Death and All His Friends", "binary_answer": null, "no_answer_prob": 0.3755075931549072}
{"example_id": -8207403579352126669, "prediction": "Marriage", "binary_answer": null, "no_answer_prob": 5.4796730279922485}
{"example_id": 7602335501357041499, "prediction": "Slavery", "binary_answer": null, "no_answer_prob": 4.050524115562439}
{"example_id": -4601648929269405008, "prediction": "February 26 , 2018", "binary_answer": null, "no_answer_prob": -3.6840771436691284}
{"example_id": -3642822880193897886, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2061269283294678}
{"example_id": -8221654377279370799, "prediction": "80 miles per hour ( 130 km / h )", "binary_answer": null, "no_answer_prob": -4.591271162033081}
{"example_id": -5333576035638611676, "prediction": "Michael English", "binary_answer": null, "no_answer_prob": -6.0766061544418335}
{"example_id": 1864485624333626098, "prediction": "John D. Rockefeller", "binary_answer": null, "no_answer_prob": -0.8039062023162842}
{"example_id": 8427714729898690361, "prediction": "`` Lupang Hinirang", "binary_answer": null, "no_answer_prob": -6.794016361236572}
{"example_id": 1059313277531833327, "prediction": "September 11 , 2017", "binary_answer": null, "no_answer_prob": -6.359099388122559}
{"example_id": -5795406635010364179, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -10.18977952003479}
{"example_id": 2432685861927278888, "prediction": "", "binary_answer": null, "no_answer_prob": 3.072315275669098}
{"example_id": 6149532469157898073, "prediction": "It was the best of times , it was the worst of times , it was the age of wisdom", "binary_answer": null, "no_answer_prob": -1.343772530555725}
{"example_id": -8534837945449659988, "prediction": "1993", "binary_answer": null, "no_answer_prob": 1.9384771585464478}
{"example_id": 4475547514915788963, "prediction": "Warwick Ashley Davis", "binary_answer": null, "no_answer_prob": -11.158541917800903}
{"example_id": 5046627711404935017, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -9.317286849021912}
{"example_id": 5607867777216904978, "prediction": "Australia , Canada , New Zealand and South Africa", "binary_answer": null, "no_answer_prob": 4.852460324764252}
{"example_id": 7217831331264391168, "prediction": "Tony Orlando and Dawn", "binary_answer": null, "no_answer_prob": -3.65802538394928}
{"example_id": 3073787770425328630, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7429221868515015}
{"example_id": -1281470309241383171, "prediction": "ecliptic", "binary_answer": null, "no_answer_prob": -2.0133473873138428}
{"example_id": -6544825601820866137, "prediction": "Chris Froome", "binary_answer": null, "no_answer_prob": -4.831156849861145}
{"example_id": 1781071549104033230, "prediction": "Pittsburgh Steelers", "binary_answer": null, "no_answer_prob": -3.3039627075195312}
{"example_id": 8089484675682127018, "prediction": "Percy Jackson", "binary_answer": null, "no_answer_prob": 2.1925272941589355}
{"example_id": -2991000124654590247, "prediction": "Benedict Cumberbatch", "binary_answer": null, "no_answer_prob": 1.3554130792617798}
{"example_id": 8287590302134055458, "prediction": "`` 22", "binary_answer": null, "no_answer_prob": 1.1085073947906494}
{"example_id": 243756109699442240, "prediction": "Billy Paul", "binary_answer": null, "no_answer_prob": -8.335279643535614}
{"example_id": 8943851665684701678, "prediction": "18 years or older", "binary_answer": null, "no_answer_prob": 3.020509496331215}
{"example_id": 6955089524027299270, "prediction": "Mario & Luigi : Superstar Saga + Bowser 's Minions , was released on October 6 , 2017 .", "binary_answer": null, "no_answer_prob": -1.7677589654922485}
{"example_id": -3186127641276902936, "prediction": "From the Notebooks of a Middle School Princess", "binary_answer": null, "no_answer_prob": 4.743043541908264}
{"example_id": 4626796641521029297, "prediction": "", "binary_answer": null, "no_answer_prob": 4.689776360988617}
{"example_id": 4561032967771534797, "prediction": "Dolores Hart", "binary_answer": null, "no_answer_prob": -7.273313403129578}
{"example_id": -1091779853143657943, "prediction": "La Crosse is a city in the U.S. state of Wisconsin and the county seat of La Crosse County", "binary_answer": null, "no_answer_prob": -0.08797633647918701}
{"example_id": 7705812918765553727, "prediction": "2005 .", "binary_answer": null, "no_answer_prob": 2.7782023549079895}
{"example_id": -5424033471573839277, "prediction": "John Lennon ( credited to Lennon -- McCartney ) and released on the album Help ! in August 1965 .", "binary_answer": null, "no_answer_prob": 0.9334293603897095}
{"example_id": 180477965069469942, "prediction": "January 13 , 2014", "binary_answer": null, "no_answer_prob": -0.012282133102416992}
{"example_id": 445791790994428327, "prediction": "Hydraulic fracturing Shale gas drilling rig near Alvarado , Texas", "binary_answer": null, "no_answer_prob": 4.009058445692062}
{"example_id": -1721660161955785520, "prediction": "Mail merge", "binary_answer": null, "no_answer_prob": -0.17947781085968018}
{"example_id": -6360254598048825498, "prediction": "Emilia Isabelle Euphemia Rose Clarke", "binary_answer": null, "no_answer_prob": -2.7294349670410156}
{"example_id": -3394135182863066073, "prediction": "Arizona", "binary_answer": null, "no_answer_prob": -5.553775250911713}
{"example_id": -9172950643350905901, "prediction": "Northern Ireland", "binary_answer": null, "no_answer_prob": -3.2175698280334473}
{"example_id": 4689422553659793395, "prediction": "2013 , and three by the White Sox in 1999 , 2008 , and 2012", "binary_answer": null, "no_answer_prob": 0.04907810688018799}
{"example_id": 3728916911506263137, "prediction": "Game Boy Micro ( released in September 2005 ) .", "binary_answer": null, "no_answer_prob": 2.4095616340637207}
{"example_id": -6489548764981406702, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4597120881080627}
{"example_id": 7618102147218135892, "prediction": "March 31 , 2017", "binary_answer": null, "no_answer_prob": -4.48363733291626}
{"example_id": -8301590430979514446, "prediction": "2005", "binary_answer": null, "no_answer_prob": 0.48728299140930176}
{"example_id": -1268344509886162868, "prediction": "Castiel / \u02cck\u00e6sti\u02c8\u025bl / is a fictional character portrayed by Misha Collins", "binary_answer": null, "no_answer_prob": 2.7966259866952896}
{"example_id": -6345274230328783167, "prediction": "The mallard ( / \u02c8m\u00e6l\u0251\u02d0rd / or / \u02c8m\u00e6l\u0259rd / ) or wild duck", "binary_answer": null, "no_answer_prob": -1.9146289825439453}
{"example_id": -2043548808984290632, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2945985794067383}
{"example_id": 6236730758572230629, "prediction": "pro patria mori", "binary_answer": null, "no_answer_prob": -3.5713603496551514}
{"example_id": 2157055837063546661, "prediction": "22 June 23 , 2007 ( 2007 - 06 - 23 ) September 1 , 2008 ( 2008 - 09 - 01 )", "binary_answer": null, "no_answer_prob": -1.4550089836120605}
{"example_id": -2662086163627013321, "prediction": "Francesco Redi", "binary_answer": null, "no_answer_prob": -5.1244378089904785}
{"example_id": 5060079643051950049, "prediction": "The Suez Crisis", "binary_answer": null, "no_answer_prob": 1.7624047994613647}
{"example_id": -8795772951937729106, "prediction": "February 4 , 2007", "binary_answer": null, "no_answer_prob": -6.8141316175460815}
{"example_id": 4547962729229179139, "prediction": "", "binary_answer": null, "no_answer_prob": 5.175822377204895}
{"example_id": -8201217995147652681, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -8.127272248268127}
{"example_id": 3473185370840494937, "prediction": "The Japanese invasion of Manchuria began on 18 September 1931 , when the Kwantung Army of the Empire of Japan", "binary_answer": null, "no_answer_prob": 3.5185371041297913}
{"example_id": 6053436523985066144, "prediction": "John Stockton", "binary_answer": null, "no_answer_prob": -4.810165762901306}
{"example_id": -8838376862791272282, "prediction": "Lithium sulfide", "binary_answer": null, "no_answer_prob": -9.410681128501892}
{"example_id": 6630622010535273304, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3781747221946716}
{"example_id": -5957980471215888300, "prediction": "", "binary_answer": null, "no_answer_prob": -1.017563819885254}
{"example_id": 7085106776345711096, "prediction": "Chris Stapleton", "binary_answer": null, "no_answer_prob": -6.176618933677673}
{"example_id": 1594079561731169334, "prediction": "`` Go to Hell ''", "binary_answer": null, "no_answer_prob": 0.038669466972351074}
{"example_id": -5774514672617071662, "prediction": "Oscar Robertson", "binary_answer": null, "no_answer_prob": -5.068637847900391}
{"example_id": -4905219015475651366, "prediction": "", "binary_answer": null, "no_answer_prob": 2.998289942741394}
{"example_id": -4295698730598626399, "prediction": "", "binary_answer": null, "no_answer_prob": 5.349138140678406}
{"example_id": 2976736303860836224, "prediction": "Square One ( puzzle ) , also called `` Back to Square One '' Back to Square One ( film ) , a 1994 German film", "binary_answer": null, "no_answer_prob": 3.720727078616619}
{"example_id": -7521155534556143475, "prediction": "San Francisco , California", "binary_answer": null, "no_answer_prob": -0.7361695766448975}
{"example_id": 2851707535525302749, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -1.5690803527832031}
{"example_id": 2235316963468602045, "prediction": "", "binary_answer": null, "no_answer_prob": 3.064778745174408}
{"example_id": -534193099434881582, "prediction": "", "binary_answer": null, "no_answer_prob": 3.899071156978607}
{"example_id": -4131906684763697090, "prediction": "Suzanne `` Crazy Eyes '' Warren is a fictional character played by Uzo Aduba", "binary_answer": null, "no_answer_prob": -4.921409726142883}
{"example_id": 4031500514163255357, "prediction": "the president", "binary_answer": null, "no_answer_prob": -5.823019504547119}
{"example_id": -5602922808084115428, "prediction": "", "binary_answer": null, "no_answer_prob": 4.56655752658844}
{"example_id": 6745178505437486944, "prediction": "December 22 , 2011", "binary_answer": null, "no_answer_prob": -4.185354709625244}
{"example_id": 59285052061375594, "prediction": "Blind Faith", "binary_answer": null, "no_answer_prob": -0.011147856712341309}
{"example_id": 5945042922784369602, "prediction": "Taylor Swift", "binary_answer": null, "no_answer_prob": -5.766018390655518}
{"example_id": 2949998766140696044, "prediction": "2013 -- 14 season", "binary_answer": null, "no_answer_prob": -1.9797486066818237}
{"example_id": 642009532902392263, "prediction": "English , Fijian and Hindi", "binary_answer": null, "no_answer_prob": -5.009762763977051}
{"example_id": 6653022138404992506, "prediction": "", "binary_answer": null, "no_answer_prob": 2.671406403183937}
{"example_id": 691026589898085174, "prediction": "", "binary_answer": null, "no_answer_prob": -5.057143211364746}
{"example_id": 2961296588733938817, "prediction": "", "binary_answer": null, "no_answer_prob": 0.44021308422088623}
{"example_id": -650034070716111831, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": 2.680678367614746}
{"example_id": 5875920761435831218, "prediction": "Balto", "binary_answer": null, "no_answer_prob": -3.052838683128357}
{"example_id": 5732974004796706467, "prediction": "`` You 're My Best Friend '' is a song by the British rock band Queen", "binary_answer": null, "no_answer_prob": 0.4416794776916504}
{"example_id": 2024670146411870673, "prediction": "The shrink -- swell capacity", "binary_answer": null, "no_answer_prob": 3.5595566630363464}
{"example_id": -6351121546683076160, "prediction": "Nabi Tajima", "binary_answer": null, "no_answer_prob": -0.6309845447540283}
{"example_id": -149316266217716781, "prediction": "Margaret Brainard Hamilton", "binary_answer": null, "no_answer_prob": 3.449472039937973}
{"example_id": 2451740338767722221, "prediction": "", "binary_answer": null, "no_answer_prob": 4.761126399040222}
{"example_id": -7402615753497933613, "prediction": "The 15th century", "binary_answer": null, "no_answer_prob": 0.9691271185874939}
{"example_id": -7715663709085221212, "prediction": "", "binary_answer": null, "no_answer_prob": 5.168343752622604}
{"example_id": -7888560722461179740, "prediction": "The Departed won four awards , including Best Picture and Best Director for Martin Scorsese", "binary_answer": null, "no_answer_prob": 1.2874904870986938}
{"example_id": 8111834290073133919, "prediction": "`` fool ; idiot '' , or ( as an adjectival noun ) `` foolish ''", "binary_answer": null, "no_answer_prob": -6.684260368347168}
{"example_id": 5041895651454043396, "prediction": "", "binary_answer": null, "no_answer_prob": 4.093994200229645}
{"example_id": -7975357350988442808, "prediction": "Centum City , Busan", "binary_answer": null, "no_answer_prob": -5.047929406166077}
{"example_id": 2634309541804933826, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -7.365302085876465}
{"example_id": 6819270051898582650, "prediction": "Sterling Holloway ( 1966 -- 1977 ) , Hal Smith ( 1981 -- 1986 ) and by Jim Cummings", "binary_answer": null, "no_answer_prob": 3.671538881957531}
{"example_id": 261945718655304138, "prediction": "", "binary_answer": null, "no_answer_prob": 3.415992558002472}
{"example_id": 3665112945649625588, "prediction": "On television , Lynskey", "binary_answer": null, "no_answer_prob": -4.532179236412048}
{"example_id": 3561324904278364449, "prediction": "", "binary_answer": null, "no_answer_prob": 2.110341101884842}
{"example_id": -6152596203461913941, "prediction": "The Indian High Courts Act of 1861", "binary_answer": null, "no_answer_prob": 1.0766613483428955}
{"example_id": -1622898892596900140, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4344415962696075}
{"example_id": -638825361940158479, "prediction": "The Pennsylvania Dutch", "binary_answer": null, "no_answer_prob": 6.480774253606796}
{"example_id": -6084360700454136114, "prediction": "In mathematics , a divisor of an integer n ( \\ displaystyle n )", "binary_answer": null, "no_answer_prob": 0.70023113489151}
{"example_id": 4958587330879175038, "prediction": "Cy Young", "binary_answer": null, "no_answer_prob": -6.386043071746826}
{"example_id": 1311453697214612205, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -4.217868089675903}
{"example_id": -3616314572733350131, "prediction": "", "binary_answer": null, "no_answer_prob": 2.795474112033844}
{"example_id": 4686285379534737898, "prediction": "", "binary_answer": null, "no_answer_prob": -1.644757628440857}
{"example_id": 8261809744727992023, "prediction": "85 mph ( 140 km / h )", "binary_answer": null, "no_answer_prob": -2.1518170833587646}
{"example_id": 5231022271295622969, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0070027112960815}
{"example_id": 1398181144643871800, "prediction": "", "binary_answer": null, "no_answer_prob": 4.412744700908661}
{"example_id": -7704253508178510013, "prediction": "", "binary_answer": null, "no_answer_prob": 3.916978359222412}
{"example_id": 1238109232605090078, "prediction": "a great fuss", "binary_answer": null, "no_answer_prob": -2.4267945289611816}
{"example_id": 4068843284200444282, "prediction": "Na HCO", "binary_answer": null, "no_answer_prob": -0.06678903102874756}
{"example_id": -165974438696878500, "prediction": "ZIP Code", "binary_answer": null, "no_answer_prob": -3.7156516313552856}
{"example_id": -7480842020733184372, "prediction": "The Dead Sea", "binary_answer": null, "no_answer_prob": 1.3725067377090454}
{"example_id": 9143002260757869752, "prediction": "2011 New Zealand 8 -- 7 France Eden Park Auckland , New Zealand 61,079 2015", "binary_answer": null, "no_answer_prob": -0.5122425556182861}
{"example_id": 3900375840230730756, "prediction": "Randy Newman", "binary_answer": null, "no_answer_prob": -6.544158101081848}
{"example_id": -4299490730400598930, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5922013968229294}
{"example_id": 7168704693559091435, "prediction": "Sunil Pal", "binary_answer": null, "no_answer_prob": 1.8368339538574219}
{"example_id": -3765606054252682643, "prediction": "Matt Caldwell Nikki Fried Party Republican Democratic Incumbent Agriculture Commissioner Adam Putnam Republican", "binary_answer": null, "no_answer_prob": -4.518658876419067}
{"example_id": -1921691318227357795, "prediction": "`` A Bird in a Gilded Cage ''", "binary_answer": null, "no_answer_prob": 2.7007323503494263}
{"example_id": -7837378854087655011, "prediction": "on the State Fairgrounds", "binary_answer": null, "no_answer_prob": -7.192837119102478}
{"example_id": -1110825409271323545, "prediction": "The Girls Next Door", "binary_answer": null, "no_answer_prob": -2.373501181602478}
{"example_id": 6080089536040218777, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0428265929222107}
{"example_id": -2846337820628266887, "prediction": "The highest speed limits are generally 70 mph ( 113 km / h ) on the West Coast and the inland eastern states", "binary_answer": null, "no_answer_prob": -3.818113923072815}
{"example_id": -6983111258480511347, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2222870588302612}
{"example_id": -437146305949966573, "prediction": "Alaska", "binary_answer": null, "no_answer_prob": -6.763749122619629}
{"example_id": -2328586648498855888, "prediction": "1998", "binary_answer": null, "no_answer_prob": -5.89875054359436}
{"example_id": -4517008773219628651, "prediction": "Albert Einstein", "binary_answer": null, "no_answer_prob": -0.15535247325897217}
{"example_id": 7525756241139471088, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.738310813903809}
{"example_id": -8189571559457132367, "prediction": "", "binary_answer": null, "no_answer_prob": -4.217780709266663}
{"example_id": 4189590166138253194, "prediction": "Kevin Garnett", "binary_answer": null, "no_answer_prob": -6.632275223731995}
{"example_id": -3467315659569774319, "prediction": "Alex Rodriguez", "binary_answer": null, "no_answer_prob": -8.869669079780579}
{"example_id": 2846963895667986781, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0572805404663086}
{"example_id": 5606293994061209768, "prediction": "Vance Joy", "binary_answer": null, "no_answer_prob": -11.00061321258545}
{"example_id": 8459311850371387515, "prediction": "F - 15s", "binary_answer": null, "no_answer_prob": 3.3748615980148315}
{"example_id": -4566536088537382616, "prediction": "", "binary_answer": null, "no_answer_prob": 2.562071204185486}
{"example_id": 4445081086841568726, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5032472014427185}
{"example_id": 8772693064683579137, "prediction": "", "binary_answer": null, "no_answer_prob": -5.182177901268005}
{"example_id": 8045793241088366961, "prediction": "Kyle Harmon", "binary_answer": null, "no_answer_prob": -1.5025116205215454}
{"example_id": 6339715100961540201, "prediction": "Nickolas Ashford & Valerie Simpson", "binary_answer": null, "no_answer_prob": -7.60618531703949}
{"example_id": 1739863570492104768, "prediction": "The Wicked Witch of the West", "binary_answer": null, "no_answer_prob": 0.7273373603820801}
{"example_id": 5370168031676132312, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -1.6508536338806152}
{"example_id": -4398546187187734394, "prediction": "Russian ( Russian : \u0440\u0443\u0301\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u0301\u043a , tr . r\u00fasskiy yaz\u00fdk", "binary_answer": null, "no_answer_prob": 1.285980463027954}
{"example_id": 8434367541261841256, "prediction": "", "binary_answer": null, "no_answer_prob": -6.4928377866744995}
{"example_id": -5965882007131819850, "prediction": "REO Speedwagon", "binary_answer": null, "no_answer_prob": -8.651615262031555}
{"example_id": -6126486295447437588, "prediction": "Lodestone is one of only a very few minerals that is found naturally magnetized", "binary_answer": null, "no_answer_prob": 1.6216986775398254}
{"example_id": -1907735601045094448, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7198971509933472}
{"example_id": -171032016572564776, "prediction": "1962", "binary_answer": null, "no_answer_prob": -7.816982984542847}
{"example_id": -1370743841283786961, "prediction": "Article Five", "binary_answer": null, "no_answer_prob": -1.551145076751709}
{"example_id": 2502829617413083515, "prediction": "Tyra Banks", "binary_answer": null, "no_answer_prob": -4.605162739753723}
{"example_id": -6511592240474758535, "prediction": "`` More Than You 'll Ever Know '' is a song written and recorded by American country music artist Travis Tritt", "binary_answer": null, "no_answer_prob": 1.6899795681238174}
{"example_id": 7351468666722440929, "prediction": "", "binary_answer": null, "no_answer_prob": 4.088382601737976}
{"example_id": -9100389935165689754, "prediction": "The epidermis has no blood supply and is nourished almost exclusively by diffused oxygen", "binary_answer": null, "no_answer_prob": 2.5931613594293594}
{"example_id": -1532199512185146954, "prediction": "1977", "binary_answer": null, "no_answer_prob": -0.0807809829711914}
{"example_id": -8241537849833386136, "prediction": "", "binary_answer": null, "no_answer_prob": 3.714961528778076}
{"example_id": 3906392675933521544, "prediction": "Matthew Lee Guthmiller", "binary_answer": null, "no_answer_prob": -6.005606651306152}
{"example_id": 5862885696253793625, "prediction": "Ethan Allen and Colonel Benedict Arnold", "binary_answer": null, "no_answer_prob": -2.505638003349304}
{"example_id": 6566666439592422374, "prediction": "Paul the Apostle", "binary_answer": null, "no_answer_prob": -1.7371149063110352}
{"example_id": -2456830649098012971, "prediction": "Tony Christie", "binary_answer": null, "no_answer_prob": 3.886453688144684}
{"example_id": -7167923935152760886, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Sargasso Sea", "binary_answer": null, "no_answer_prob": 2.045875608921051}
{"example_id": -4609143500726172619, "prediction": "", "binary_answer": null, "no_answer_prob": 3.652771234512329}
{"example_id": 5479822077815441992, "prediction": "", "binary_answer": null, "no_answer_prob": -2.9955109357833862}
{"example_id": 4833039087793908188, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1883559273555875}
{"example_id": -1192211104362999099, "prediction": "In contract law , a non-compete clause", "binary_answer": null, "no_answer_prob": -0.16562926769256592}
{"example_id": 5415390249197251598, "prediction": "Lonnie Donegan", "binary_answer": null, "no_answer_prob": -9.790457963943481}
{"example_id": -1627102609961965820, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5885499715805054}
{"example_id": -4806319896032592325, "prediction": "Sherman Hemsley", "binary_answer": null, "no_answer_prob": -9.563400030136108}
{"example_id": 6674623607858041037, "prediction": "Maury Wills", "binary_answer": null, "no_answer_prob": -2.861935615539551}
{"example_id": -8611382007327025581, "prediction": "Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -3.8586013317108154}
{"example_id": -3759237310276969458, "prediction": "Benjamin Lee McAdoo", "binary_answer": null, "no_answer_prob": -12.546360492706299}
{"example_id": 1324986072842783723, "prediction": "Houston Astros", "binary_answer": null, "no_answer_prob": -3.983466148376465}
{"example_id": 5224214262209254277, "prediction": "", "binary_answer": null, "no_answer_prob": 4.534121453762054}
{"example_id": 31111735340332114, "prediction": "", "binary_answer": null, "no_answer_prob": 3.916322946548462}
{"example_id": 2229754313767469107, "prediction": "greater than 1 cm .", "binary_answer": null, "no_answer_prob": 0.6985719203948975}
{"example_id": -5304439634527982276, "prediction": "John Keats", "binary_answer": null, "no_answer_prob": -9.663625597953796}
{"example_id": -5467568048068622040, "prediction": "Eglin Air Force Base", "binary_answer": null, "no_answer_prob": -0.6825368404388428}
{"example_id": 3243480896721302909, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9329416751861572}
{"example_id": 1551790964937911423, "prediction": "rural Berkeley County , South Carolina", "binary_answer": null, "no_answer_prob": -6.22755491733551}
{"example_id": -6337999606477332755, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7332915961742401}
{"example_id": -5592103169067950795, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9671323597431183}
{"example_id": -207620430686586761, "prediction": "Babes in Toyland", "binary_answer": null, "no_answer_prob": 2.4208866953849792}
{"example_id": -3029726963901339644, "prediction": "Anita Ward", "binary_answer": null, "no_answer_prob": 0.8035913705825806}
{"example_id": 3916170112442836156, "prediction": "Bartholomew", "binary_answer": null, "no_answer_prob": -5.5243202447891235}
{"example_id": 5461877596420232453, "prediction": "The Florida Keys", "binary_answer": null, "no_answer_prob": -1.3705973625183105}
{"example_id": -3225943333144436024, "prediction": "P.D. Eastman", "binary_answer": null, "no_answer_prob": -2.445235252380371}
{"example_id": 6180398525367934983, "prediction": "Baja California Sur", "binary_answer": null, "no_answer_prob": -5.2260342836380005}
{"example_id": -7336159893831356819, "prediction": "The Council of Jerusalem or Apostolic Council was held in Jerusalem around AD 50", "binary_answer": null, "no_answer_prob": -1.3919570446014404}
{"example_id": 8287797887235142909, "prediction": "", "binary_answer": null, "no_answer_prob": 2.740630567073822}
{"example_id": 8952807029715554532, "prediction": "Annie Wittenmyer", "binary_answer": null, "no_answer_prob": -0.7303266525268555}
{"example_id": 811210957875093714, "prediction": "World War II is generally viewed as having its roots in the aftermath of World War I", "binary_answer": null, "no_answer_prob": -0.0941007137298584}
{"example_id": -1139903759343056693, "prediction": "the mandibular symphysis", "binary_answer": null, "no_answer_prob": -1.9323371648788452}
{"example_id": 1900592618971597991, "prediction": "", "binary_answer": null, "no_answer_prob": 2.374900460243225}
{"example_id": 887514178092341233, "prediction": "1966", "binary_answer": null, "no_answer_prob": -2.1102728843688965}
{"example_id": 7137269479904898448, "prediction": "1946", "binary_answer": null, "no_answer_prob": -7.002686262130737}
{"example_id": 3344201683813695055, "prediction": "late 19th century", "binary_answer": null, "no_answer_prob": 0.8471260070800781}
{"example_id": -3073607660813051229, "prediction": "Big & Rich", "binary_answer": null, "no_answer_prob": -1.0527757406234741}
{"example_id": -6218634509249591890, "prediction": "", "binary_answer": null, "no_answer_prob": 4.610945641994476}
{"example_id": -6209108594426554875, "prediction": "Tamil Nadu", "binary_answer": null, "no_answer_prob": -1.4479312896728516}
{"example_id": -916779827337808815, "prediction": "Michael , Gabriel , Raphael , Uriel , Camael , Jophiel , and Zadkiel .", "binary_answer": null, "no_answer_prob": -2.8226358890533447}
{"example_id": -7391449118245016117, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2525434494018555}
{"example_id": -871556419956478334, "prediction": "Reconquista", "binary_answer": null, "no_answer_prob": 0.8812881708145142}
{"example_id": -1815823977544635356, "prediction": "", "binary_answer": null, "no_answer_prob": 2.956297755241394}
{"example_id": -4644441809926534865, "prediction": "Anaerobic digestion", "binary_answer": null, "no_answer_prob": 3.6368291787803173}
{"example_id": -3404407240311124605, "prediction": "the Spencer Davis Group", "binary_answer": null, "no_answer_prob": 0.5690935850143433}
{"example_id": -5080890494287255974, "prediction": "Daniel Radcliffe , Rupert Grint and Emma Watson", "binary_answer": null, "no_answer_prob": -6.595151901245117}
{"example_id": -4900215561749495322, "prediction": "Dusty Springfield", "binary_answer": null, "no_answer_prob": -2.940482020378113}
{"example_id": 5782078895862048054, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4429117441177368}
{"example_id": 4423947881674582893, "prediction": "`` A Bushel and a Peck ''", "binary_answer": null, "no_answer_prob": 4.159030541777611}
{"example_id": 3158497784994369072, "prediction": "", "binary_answer": null, "no_answer_prob": 4.559381127357483}
{"example_id": -255536896297005191, "prediction": "Qin Shi Huang", "binary_answer": null, "no_answer_prob": -0.5338374376296997}
{"example_id": -5373550885222943213, "prediction": "`` Wish You Were Here '' is the title track on Pink Floyd 's 1975 album Wish You Were Here", "binary_answer": null, "no_answer_prob": 3.9583486318588257}
{"example_id": -4346255284533122258, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8860012292861938}
{"example_id": -2327547912780001067, "prediction": "ABC", "binary_answer": null, "no_answer_prob": 0.032064199447631836}
{"example_id": -2623733843897732042, "prediction": "Danny Whitten", "binary_answer": null, "no_answer_prob": 0.6027250289916992}
{"example_id": -8795582584527667139, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -8.5090811252594}
{"example_id": 4587638199803585970, "prediction": "", "binary_answer": null, "no_answer_prob": 3.330185055732727}
{"example_id": 4497104537102220856, "prediction": "In 1946 Dennis Gabor", "binary_answer": null, "no_answer_prob": 1.1987055540084839}
{"example_id": -1661985560864112982, "prediction": "Rossana Rosado", "binary_answer": null, "no_answer_prob": -10.888285160064697}
{"example_id": -8933683725315708157, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9760127179324627}
{"example_id": 3709269594158692309, "prediction": "three", "binary_answer": null, "no_answer_prob": -3.4871506690979004}
{"example_id": 6567256020694440783, "prediction": "1825", "binary_answer": null, "no_answer_prob": -8.991733312606812}
{"example_id": -1083215424788722968, "prediction": "May 30 , 2017", "binary_answer": null, "no_answer_prob": -0.2973226308822632}
{"example_id": 851583558774395855, "prediction": "`` Do It Again ( Put Ya Hands Up ) ''", "binary_answer": null, "no_answer_prob": 3.5602349042892456}
{"example_id": -1142743373547584358, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6898335814476013}
{"example_id": -5953668955228832920, "prediction": "John Leonard Hines", "binary_answer": null, "no_answer_prob": -9.36305844783783}
{"example_id": -7986749881320808264, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -2.9511168003082275}
{"example_id": -5874342597550354813, "prediction": "Sheryl Crow", "binary_answer": null, "no_answer_prob": -6.935250878334045}
{"example_id": 1002259786995802051, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9975768327713013}
{"example_id": -6395355741805506976, "prediction": "", "binary_answer": null, "no_answer_prob": 4.1013423800468445}
{"example_id": 1361489657346379965, "prediction": "", "binary_answer": null, "no_answer_prob": 3.813068151473999}
{"example_id": -300398662391023444, "prediction": "", "binary_answer": null, "no_answer_prob": 4.119342923164368}
{"example_id": -260178909413806869, "prediction": "", "binary_answer": null, "no_answer_prob": 5.495978832244873}
{"example_id": 4562008273106348763, "prediction": "3 December 1992", "binary_answer": null, "no_answer_prob": -1.420987606048584}
{"example_id": 6921395998693332182, "prediction": "Python is an interpreted high - level programming language for general - purpose programming", "binary_answer": null, "no_answer_prob": -1.5730546712875366}
{"example_id": -3720901794840662580, "prediction": "`` ( How Much Is ) That Doggie in the Window ? ''", "binary_answer": null, "no_answer_prob": 3.4922293424606323}
{"example_id": -7606683693711802515, "prediction": "Edward B. Titchener", "binary_answer": null, "no_answer_prob": 1.9296866059303284}
{"example_id": -327395595562778531, "prediction": "Lake Superior", "binary_answer": null, "no_answer_prob": -7.698602318763733}
{"example_id": 6459178166963583313, "prediction": "Robyn", "binary_answer": null, "no_answer_prob": -3.0474168062210083}
{"example_id": 5700508208773656117, "prediction": "Prince", "binary_answer": null, "no_answer_prob": 2.7745766043663025}
{"example_id": -4941805391078701533, "prediction": "Charles Dickens", "binary_answer": null, "no_answer_prob": -1.0088684558868408}
{"example_id": -2057550416507709189, "prediction": "John Ross Bowie", "binary_answer": null, "no_answer_prob": -6.87981379032135}
{"example_id": -5158612635898883299, "prediction": "", "binary_answer": null, "no_answer_prob": 2.739664316177368}
{"example_id": 3515151414386408906, "prediction": "June 16 , 2017", "binary_answer": null, "no_answer_prob": -7.228642582893372}
{"example_id": -7784455955853672149, "prediction": "New York", "binary_answer": null, "no_answer_prob": -1.3568415641784668}
{"example_id": -1255425228598291954, "prediction": "`` Issue # 19 ''", "binary_answer": null, "no_answer_prob": -2.490564465522766}
{"example_id": -4446989177657041788, "prediction": "Shirley Jacobs", "binary_answer": null, "no_answer_prob": 3.0780205726623535}
{"example_id": -394251823303258599, "prediction": "`` I Put a Spell on You '' is a 1956 song written by Screamin ' Jay Hawkins", "binary_answer": null, "no_answer_prob": -0.4117981195449829}
{"example_id": 7198370670398076504, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6121121644973755}
{"example_id": -7355890196276643804, "prediction": "`` I Bet You Look Good on the Dancefloor ''", "binary_answer": null, "no_answer_prob": 1.7622379958629608}
{"example_id": 4565776641771897863, "prediction": "Tempestt Bledsoe", "binary_answer": null, "no_answer_prob": -1.466334342956543}
{"example_id": 5206077337457149622, "prediction": "", "binary_answer": null, "no_answer_prob": 3.886568784713745}
{"example_id": -4875625407842699318, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7661920487880707}
{"example_id": 8689495275736003811, "prediction": "Grover Cleveland", "binary_answer": null, "no_answer_prob": -7.992384314537048}
{"example_id": 6456346056583887491, "prediction": "Mercy Otis Warren", "binary_answer": null, "no_answer_prob": -8.03484296798706}
{"example_id": -2802705537922737981, "prediction": "1959", "binary_answer": null, "no_answer_prob": 0.657415084540844}
{"example_id": 280865266118415051, "prediction": "Southeast Asia", "binary_answer": null, "no_answer_prob": 1.2986161559820175}
{"example_id": 8872003661852615899, "prediction": "Golden State Warriors", "binary_answer": null, "no_answer_prob": -5.458796977996826}
{"example_id": -2732065960785690243, "prediction": "Sheila Ferguson", "binary_answer": null, "no_answer_prob": -6.614605903625488}
{"example_id": 2099805221877796087, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2102702856063843}
{"example_id": -8087154690814921813, "prediction": "Average monthly temperatures range from 57.3 \u00b0 F ( 14.1 \u00b0 C ) in January", "binary_answer": null, "no_answer_prob": -0.07425469160079956}
{"example_id": -367478641468782313, "prediction": "1967", "binary_answer": null, "no_answer_prob": 0.2226656675338745}
{"example_id": 786277896696035959, "prediction": "", "binary_answer": null, "no_answer_prob": 4.1603531539440155}
{"example_id": 543986068996382685, "prediction": "Albuquerque", "binary_answer": null, "no_answer_prob": -0.10224056243896484}
{"example_id": 6557096544643090306, "prediction": "Sumitra Mahajan", "binary_answer": null, "no_answer_prob": -2.2406463623046875}
{"example_id": -3653484301007081749, "prediction": "", "binary_answer": null, "no_answer_prob": 3.263535261154175}
{"example_id": -819718931031629224, "prediction": "red , white , or blue", "binary_answer": null, "no_answer_prob": -2.590025544166565}
{"example_id": -3984826114295360087, "prediction": "1976", "binary_answer": null, "no_answer_prob": -2.661285400390625}
{"example_id": 3757799919542600697, "prediction": "President Donald Trump", "binary_answer": null, "no_answer_prob": -1.8096309900283813}
{"example_id": -7114153850726329588, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -5.278763175010681}
{"example_id": -914105153629741461, "prediction": "Sachin Tendulkar", "binary_answer": null, "no_answer_prob": -4.079759120941162}
{"example_id": -494814657922618121, "prediction": "Suresh Raina", "binary_answer": null, "no_answer_prob": -2.229980230331421}
{"example_id": -5023050956589980381, "prediction": "Joshua Paul Dallas", "binary_answer": null, "no_answer_prob": -6.799781680107117}
{"example_id": -8392075655558744635, "prediction": "According to the 2011 census , the total population of the United Kingdom was around 63,182,000", "binary_answer": null, "no_answer_prob": -3.48017954826355}
{"example_id": -8591777129917676351, "prediction": "Assassin 's Creed III : Liberation", "binary_answer": null, "no_answer_prob": -1.9451510906219482}
{"example_id": -3282511763443943735, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1059391498565674}
{"example_id": 1598182253391045055, "prediction": "National Institute on Drug Abuse Agency overview Headquarters 6001 Executive Blvd , N. Bethesda , Maryland", "binary_answer": null, "no_answer_prob": -2.245720863342285}
{"example_id": -4439349291178309918, "prediction": "South Carolina", "binary_answer": null, "no_answer_prob": -9.508596539497375}
{"example_id": 644268978536179890, "prediction": "Northern Ireland , Spain , Croatia , Iceland and Canada", "binary_answer": null, "no_answer_prob": -5.804828643798828}
{"example_id": 5461554379009571359, "prediction": "`` The Tell - Tale Heart", "binary_answer": null, "no_answer_prob": 2.7175241708755493}
{"example_id": 6850143293915722510, "prediction": "Glynn Wolfe", "binary_answer": null, "no_answer_prob": 0.7578603029251099}
{"example_id": -3235099272668667971, "prediction": "the sixth episode of this season , Ross becomes single again after Charlie decides to get back together with her ex-boyfriend .", "binary_answer": null, "no_answer_prob": 2.617713302373886}
{"example_id": -5534906830056581820, "prediction": "Randall Darius `` Randy '' Jackson", "binary_answer": null, "no_answer_prob": -4.8426162004470825}
{"example_id": 242714862424351763, "prediction": "`` Weird Al '' 's Vevo on June 24 , 2011 .", "binary_answer": null, "no_answer_prob": 1.36639404296875}
{"example_id": 5237973877094965982, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7533393502235413}
{"example_id": -5717578118321923724, "prediction": "", "binary_answer": null, "no_answer_prob": 4.322888076305389}
{"example_id": -6793366597671675892, "prediction": "", "binary_answer": null, "no_answer_prob": 2.001884400844574}
{"example_id": 6972903930720384669, "prediction": "the sovereign", "binary_answer": null, "no_answer_prob": -2.1532100439071655}
{"example_id": -3786945171111451883, "prediction": "Frances Langford", "binary_answer": null, "no_answer_prob": -3.924761652946472}
{"example_id": 7008910775018926710, "prediction": "Point Barrow , Alaska", "binary_answer": null, "no_answer_prob": -0.7023687362670898}
{"example_id": -1585116645209342348, "prediction": "The franchise began in 1977 with the release of the film Star Wars ( later subtitled Episode IV : A New Hope", "binary_answer": null, "no_answer_prob": -1.2634563446044922}
{"example_id": 2207582949134538806, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3452993631362915}
{"example_id": 641895253085908761, "prediction": "", "binary_answer": null, "no_answer_prob": 3.26555734872818}
{"example_id": 6289845821050098120, "prediction": "Myles Garrett , DE Cleveland Browns", "binary_answer": null, "no_answer_prob": -4.065768241882324}
{"example_id": 769223825795326523, "prediction": "The Book of Genesis", "binary_answer": null, "no_answer_prob": -7.797897219657898}
{"example_id": 4405938639955601232, "prediction": "2000", "binary_answer": null, "no_answer_prob": -4.787137031555176}
{"example_id": 6329885226176742212, "prediction": "The Russian Revolution", "binary_answer": null, "no_answer_prob": -2.7905627489089966}
{"example_id": -7809766348640970398, "prediction": "Rachel Hughes", "binary_answer": null, "no_answer_prob": -1.312014102935791}
{"example_id": -5261952957084736987, "prediction": "", "binary_answer": null, "no_answer_prob": 3.246448516845703}
{"example_id": 877092875461637745, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1713711619377136}
{"example_id": 8509074867882411616, "prediction": "Kenneth Grahame", "binary_answer": null, "no_answer_prob": -10.469897627830505}
{"example_id": 3104958461517881960, "prediction": "", "binary_answer": null, "no_answer_prob": 2.724823474884033}
{"example_id": -3586117030178166108, "prediction": "In the season 4 premiere , `` Fun Run ''", "binary_answer": null, "no_answer_prob": 2.7628650665283203}
{"example_id": 3995733099093868633, "prediction": "September 23 , 2018", "binary_answer": null, "no_answer_prob": -4.320639252662659}
{"example_id": -7970373449214571207, "prediction": "`` All I Ask of You '' is a song from the English musical The Phantom of the Opera", "binary_answer": null, "no_answer_prob": -2.086686134338379}
{"example_id": -2764494953664090964, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4360463619232178}
{"example_id": -5745418399921012525, "prediction": "In the 1960s , Barnes worked for producer Martin Ransohoff", "binary_answer": null, "no_answer_prob": 2.597998023033142}
{"example_id": -6102906449628989691, "prediction": "The African Methodist Episcopal Zion Church", "binary_answer": null, "no_answer_prob": 2.689688980579376}
{"example_id": 6748739217425831074, "prediction": "", "binary_answer": null, "no_answer_prob": 3.101440668106079}
{"example_id": 1029538428990041590, "prediction": "Jon Bon Jovi and Richie Sambora", "binary_answer": null, "no_answer_prob": -4.615673899650574}
{"example_id": -7977769336206568086, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -10.215855956077576}
{"example_id": -4757660956084687696, "prediction": "", "binary_answer": null, "no_answer_prob": 4.868905931711197}
{"example_id": -379139576417447942, "prediction": "", "binary_answer": null, "no_answer_prob": 5.208692826330662}
{"example_id": -1777266203030363472, "prediction": "The Poisoned Kiss by Ralph Vaughan Williams", "binary_answer": null, "no_answer_prob": 2.2280198335647583}
{"example_id": -5295023499347964665, "prediction": "British Columbia , Canada", "binary_answer": null, "no_answer_prob": -4.167780756950378}
{"example_id": 6665054037218154779, "prediction": "", "binary_answer": null, "no_answer_prob": 4.279429197311401}
{"example_id": -2315762974516742259, "prediction": "", "binary_answer": null, "no_answer_prob": 4.241080284118652}
{"example_id": -4805481590203435286, "prediction": "Rosewood , Pennsylvania", "binary_answer": null, "no_answer_prob": -1.2633501291275024}
{"example_id": 5004366395871527947, "prediction": "Prior to the early 1990s , the halftime show was based around a theme , and featured university marching bands", "binary_answer": null, "no_answer_prob": 0.6404166221618652}
{"example_id": 179194936199607588, "prediction": "US $4.239 billion", "binary_answer": null, "no_answer_prob": -2.6411014795303345}
{"example_id": 4147502287458164983, "prediction": "20 October 2004", "binary_answer": null, "no_answer_prob": -3.393005073070526}
{"example_id": -2172091763773206743, "prediction": "", "binary_answer": null, "no_answer_prob": 2.675008177757263}
{"example_id": 6765454316883171080, "prediction": "Precambrian", "binary_answer": null, "no_answer_prob": -1.5722856521606445}
{"example_id": 4940315132161829003, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6700284481048584}
{"example_id": -5314539879352784504, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": -0.6472076177597046}
{"example_id": -7431842068464042178, "prediction": "zwitterion", "binary_answer": null, "no_answer_prob": -9.267408013343811}
{"example_id": 7482564272125559552, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -8.437535762786865}
{"example_id": -8331209991864295664, "prediction": "2014 - 08 - 24", "binary_answer": null, "no_answer_prob": -1.7622616291046143}
{"example_id": -6775440561065790969, "prediction": "`` Killing Me Softly with His Song '' is a song composed by Charles Fox with lyrics by Norman Gimbel", "binary_answer": null, "no_answer_prob": 0.15741634368896484}
{"example_id": -7634638252335162798, "prediction": "The contiguous United States consists of the 48", "binary_answer": null, "no_answer_prob": 2.396288573741913}
{"example_id": 4575653996854262380, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4337110221385956}
{"example_id": -2430417330302529511, "prediction": "The Silk Road or Silk Route", "binary_answer": null, "no_answer_prob": -2.47371244430542}
{"example_id": 2259314693825232263, "prediction": "", "binary_answer": null, "no_answer_prob": -4.087032914161682}
{"example_id": -8230619834863843239, "prediction": "Ram Nath Kovind", "binary_answer": null, "no_answer_prob": -7.647022604942322}
{"example_id": -8421640039041295691, "prediction": "Sir Peter Robert Jackson ONZ KNZM", "binary_answer": null, "no_answer_prob": -7.491949558258057}
{"example_id": -3720764945979012687, "prediction": "Shaun Mark Bean", "binary_answer": null, "no_answer_prob": -6.904216289520264}
{"example_id": 3753577332574882692, "prediction": "198", "binary_answer": null, "no_answer_prob": -2.131348133087158}
{"example_id": -2792612467155465472, "prediction": "Freddie James Prinze Jr.", "binary_answer": null, "no_answer_prob": -4.281734466552734}
{"example_id": 170555378822280714, "prediction": "", "binary_answer": null, "no_answer_prob": 1.85159907117486}
{"example_id": -198810823619457081, "prediction": "Odetta on Odetta Sings Ballads and Blues ( 1956 ) and Johnny Cash", "binary_answer": null, "no_answer_prob": 0.1525641679763794}
{"example_id": -5758477254290070995, "prediction": "", "binary_answer": null, "no_answer_prob": 5.8516281843185425}
{"example_id": 6351658687130578987, "prediction": "Nadia Alexandra Bj\u00f6rlin", "binary_answer": null, "no_answer_prob": -6.1304826736450195}
{"example_id": -9181479971618814890, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6700398921966553}
{"example_id": -5700811352385203416, "prediction": "Philadelphia , Pennsylvania", "binary_answer": null, "no_answer_prob": -8.412777185440063}
{"example_id": -3319273542838643375, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.301403433084488}
{"example_id": -1567014621019158780, "prediction": "August 11 , 2014", "binary_answer": null, "no_answer_prob": -10.327579021453857}
{"example_id": 1382547770259098674, "prediction": "The Promised Land", "binary_answer": null, "no_answer_prob": 2.6102720499038696}
{"example_id": -2737130974802555764, "prediction": "at the synapse", "binary_answer": null, "no_answer_prob": -4.974393963813782}
{"example_id": -1394035458184384265, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2601694464683533}
{"example_id": -168088683913777972, "prediction": "`` Never Gonna Leave This Bed ''", "binary_answer": null, "no_answer_prob": 1.804005205631256}
{"example_id": 4732863914140131886, "prediction": "", "binary_answer": null, "no_answer_prob": -4.488079905509949}
{"example_id": -2448072056052456887, "prediction": "Hrvati", "binary_answer": null, "no_answer_prob": 0.6221554279327393}
{"example_id": -3928232178884007009, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4487675428390503}
{"example_id": -7566983274031478256, "prediction": "Bonnie Tyler", "binary_answer": null, "no_answer_prob": -1.2301719188690186}
{"example_id": 8423232783444896189, "prediction": "You Got It ''", "binary_answer": null, "no_answer_prob": 1.6107527017593384}
{"example_id": 9184423694390444844, "prediction": "George Gervin", "binary_answer": null, "no_answer_prob": -2.2189416885375977}
{"example_id": -8926318249005408089, "prediction": "fibrillar center ( FC ) , the dense fibrillar component ( DFC ) , and the granular component ( GC )", "binary_answer": null, "no_answer_prob": 0.3311946988105774}
{"example_id": -9065214441453889099, "prediction": "Confucius . This saying teaches that even the longest and most difficult ventures have a starting point ; something which begins with one first step .", "binary_answer": null, "no_answer_prob": -0.9764058589935303}
{"example_id": 6323413886525189681, "prediction": "Pittsburgh", "binary_answer": null, "no_answer_prob": -7.323111295700073}
{"example_id": 6807517402872985289, "prediction": "How to Train Your Dragon is a series of twelve", "binary_answer": null, "no_answer_prob": 0.46220874786376953}
{"example_id": 3880012906993944751, "prediction": "Aaron Rodgers", "binary_answer": null, "no_answer_prob": -4.680342197418213}
{"example_id": -1827954270671149490, "prediction": "The Wailers", "binary_answer": null, "no_answer_prob": 1.7970017194747925}
{"example_id": -1100483272333012422, "prediction": "Oahu , Hawaii", "binary_answer": null, "no_answer_prob": -5.406397819519043}
{"example_id": 3697238135623150616, "prediction": "2004", "binary_answer": null, "no_answer_prob": -4.963203430175781}
{"example_id": -8277699736573357358, "prediction": "The India Gate", "binary_answer": null, "no_answer_prob": 1.0814259499311447}
{"example_id": 2872011335277441262, "prediction": "21st Century Fox . The channel broadcasts primarily from studios at 1211 Avenue of the Americas , New York City , New York .", "binary_answer": null, "no_answer_prob": -2.3455389738082886}
{"example_id": 9026097595017240779, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7429076433181763}
{"example_id": 8170979616437943573, "prediction": "12 14 -- William Shakespeare", "binary_answer": null, "no_answer_prob": 2.5345533192157745}
{"example_id": 2183348655367266599, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1033453941345215}
{"example_id": -3812532261253719454, "prediction": "`` That 's How You Know ''", "binary_answer": null, "no_answer_prob": 1.5585839748382568}
{"example_id": 2100076765917946957, "prediction": "Badfinger", "binary_answer": null, "no_answer_prob": -2.8547085523605347}
{"example_id": 7649891419472368301, "prediction": "66 - square - mile ( 170 km )", "binary_answer": null, "no_answer_prob": -0.12134242057800293}
{"example_id": -7285819617816843101, "prediction": "2014", "binary_answer": null, "no_answer_prob": -1.499155044555664}
{"example_id": 6354312725665878671, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6517505049705505}
{"example_id": 1213841541602031939, "prediction": "Chad ( / t\u0283 \u00e6d / ( listen ) ; Arabic : \u062a\u0634\u0627\u062f \u200e \u200e Tsh\u0101d ; French : Tchad", "binary_answer": null, "no_answer_prob": -2.2484294176101685}
{"example_id": -8332536135894660017, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.1546857357025146}
{"example_id": 5790059625390704028, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6691462397575378}
{"example_id": 8660331151201623964, "prediction": "Aberdeen ( Lakota : Abl\u00edla", "binary_answer": null, "no_answer_prob": -2.0467967987060547}
{"example_id": -4979329048815126060, "prediction": "to raise revenue in the colonies to pay the salaries of governors and judges so that they would remain loyal to Great Britain", "binary_answer": null, "no_answer_prob": 1.166636347770691}
{"example_id": -6367057330647505746, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2562580108642578}
{"example_id": 6577584521070473062, "prediction": "StubHub Center", "binary_answer": null, "no_answer_prob": -4.838258624076843}
{"example_id": 4702993779086227540, "prediction": "Uganda", "binary_answer": null, "no_answer_prob": -1.505493402481079}
{"example_id": -3363122463234350631, "prediction": "Article IV , Section 1", "binary_answer": null, "no_answer_prob": -3.5541577339172363}
{"example_id": -34823966255409475, "prediction": "655", "binary_answer": null, "no_answer_prob": 4.612635791301727}
{"example_id": 2436049466006768227, "prediction": "Name Type Population County Abingdon", "binary_answer": null, "no_answer_prob": 0.35380029678344727}
{"example_id": 3380805738495191748, "prediction": "Creepshow", "binary_answer": null, "no_answer_prob": 2.4866676330566406}
{"example_id": 4674457466519735826, "prediction": "Richard Gere , Debra Winger and Louis Gossett Jr.", "binary_answer": null, "no_answer_prob": -1.5133756399154663}
{"example_id": -4482436261334989992, "prediction": "Batroc", "binary_answer": null, "no_answer_prob": 4.8877132833004}
{"example_id": 8612144088128080110, "prediction": "Pope Dionysius of Alexandria", "binary_answer": null, "no_answer_prob": -0.2357468605041504}
{"example_id": -2306754019371647995, "prediction": "24 ppqn ( pulses per quarter note", "binary_answer": null, "no_answer_prob": -3.1267694234848022}
{"example_id": -1670716813680130808, "prediction": "Korean State Railway", "binary_answer": null, "no_answer_prob": 3.0942471027374268}
{"example_id": -6724537472853944057, "prediction": "October 13 , 2016", "binary_answer": null, "no_answer_prob": -1.2904081344604492}
{"example_id": 599679375266266212, "prediction": "Costco in Albuquerque , New Mexico", "binary_answer": null, "no_answer_prob": -6.038350701332092}
{"example_id": -2787552463118090381, "prediction": "", "binary_answer": null, "no_answer_prob": 0.25917935371398926}
{"example_id": 1845272208173848211, "prediction": "The scientific method is a body of techniques for investigating phenomena , acquiring new knowledge , or correcting and integrating previous knowledge", "binary_answer": null, "no_answer_prob": -0.25013554096221924}
{"example_id": -2830033708196507694, "prediction": "In the eukaryotic cell , the cytosol is within the cell membrane", "binary_answer": null, "no_answer_prob": 1.4932255744934082}
{"example_id": 5897753078197024239, "prediction": "adenosine triphosphate ) , by substrate - level phosphorylation , NADH and FADH", "binary_answer": null, "no_answer_prob": 2.816670924425125}
{"example_id": 5710637710172357311, "prediction": "\u25ba Bodies of water of Indiana by county \u200e ( 90 C )", "binary_answer": null, "no_answer_prob": 0.7185171842575073}
{"example_id": -1615732778622243271, "prediction": "January 2 , 2018", "binary_answer": null, "no_answer_prob": -1.5306825637817383}
{"example_id": -5476378947514613767, "prediction": "Ernie Birchill", "binary_answer": null, "no_answer_prob": -2.1038931608200073}
{"example_id": -9135912544384644791, "prediction": "", "binary_answer": null, "no_answer_prob": -5.241509199142456}
{"example_id": 8969116934391520453, "prediction": "French -- Vietnamese relations", "binary_answer": null, "no_answer_prob": 1.590757578611374}
{"example_id": 5518691545119288149, "prediction": "2018", "binary_answer": null, "no_answer_prob": -4.547010183334351}
{"example_id": 3035952632519992660, "prediction": "In foods of animal origin , the major form of vitamin A is an ester", "binary_answer": null, "no_answer_prob": 0.3603997826576233}
{"example_id": 8608412376222592060, "prediction": "Julia Cortez in Mighty Morphin Power Rangers : The Movie , and by Elizabeth Banks", "binary_answer": null, "no_answer_prob": -8.626668453216553}
{"example_id": 5438605909503657995, "prediction": "Tom Petty", "binary_answer": null, "no_answer_prob": -6.517347693443298}
{"example_id": 802242686146481924, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7923864126205444}
{"example_id": -2350847876702415106, "prediction": "Sim Simma", "binary_answer": null, "no_answer_prob": 2.9231826663017273}
{"example_id": -139523218920751948, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2345965802669525}
{"example_id": -7757189852370426684, "prediction": "New York", "binary_answer": null, "no_answer_prob": -3.48114013671875}
{"example_id": 5696241645238189410, "prediction": "The video for the song was filmed at a special video shoot with fan club members at the New London Theatre Centre on 6 October 1977", "binary_answer": null, "no_answer_prob": 4.986770033836365}
{"example_id": 455280402041562957, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2039228677749634}
{"example_id": 4426606128408476924, "prediction": "2018", "binary_answer": null, "no_answer_prob": -1.0291693210601807}
{"example_id": 7296512350873324495, "prediction": "The second season , which takes place in Italy and New York , consists of ten episodes and was released on May 12 , 2017 .", "binary_answer": null, "no_answer_prob": -1.8502753973007202}
{"example_id": -5191683429967282161, "prediction": "Tara Grace Knowles - Teller First appearance `` Pilot '' ( episode 1.01 )", "binary_answer": null, "no_answer_prob": 3.6590540409088135}
{"example_id": 2637150452155391446, "prediction": "The Concerto for Flute , Harp , and Orchestra in C major , K. 299 / 297c", "binary_answer": null, "no_answer_prob": 0.7497860789299011}
{"example_id": -7880236379085981929, "prediction": "The Florida Panhandle", "binary_answer": null, "no_answer_prob": -2.2087552547454834}
{"example_id": -1149489503345444273, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3101553916931152}
{"example_id": -7842349076461411609, "prediction": "The Enlightenment", "binary_answer": null, "no_answer_prob": 0.45952486991882324}
{"example_id": -5765822902660896707, "prediction": "`` Andy 's Ancestry ''", "binary_answer": null, "no_answer_prob": 0.15013492107391357}
{"example_id": -6764939080933458779, "prediction": "20 / 20", "binary_answer": null, "no_answer_prob": 4.07338672876358}
{"example_id": -209969200713744091, "prediction": "In archaeology , the classic Maya collapse", "binary_answer": null, "no_answer_prob": 1.0068248510360718}
{"example_id": 601662836705223415, "prediction": "A period 3 element", "binary_answer": null, "no_answer_prob": -0.8019124269485474}
{"example_id": -7461589558275857359, "prediction": "The bonny Lines therein thou sent me , How to the nines they did content me .", "binary_answer": null, "no_answer_prob": 2.169425815343857}
{"example_id": -3551466661393411400, "prediction": "", "binary_answer": null, "no_answer_prob": -1.662055253982544}
{"example_id": -126560838422847, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7803636016324162}
{"example_id": 1850817478192088474, "prediction": "the middle ear", "binary_answer": null, "no_answer_prob": -1.9760971069335938}
{"example_id": 5156761082655418629, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6611111611127853}
{"example_id": -1878145084665966544, "prediction": "Eastern Conference # Team PCT GB GP x -- Toronto Raptors", "binary_answer": null, "no_answer_prob": -0.9405925273895264}
{"example_id": 117991427760231330, "prediction": "\u2212 27.2 \u00b0 C ( \u2212 17.0 \u00b0 F )", "binary_answer": null, "no_answer_prob": -2.747464179992676}
{"example_id": 2655011566970822299, "prediction": "1789", "binary_answer": null, "no_answer_prob": -5.9437514543533325}
{"example_id": 4224601773732475392, "prediction": "1960", "binary_answer": null, "no_answer_prob": -7.360641121864319}
{"example_id": 6691125941776779872, "prediction": "", "binary_answer": null, "no_answer_prob": 4.485923275351524}
{"example_id": -5719944252606226306, "prediction": "Jarrod Vincenzo Rebecchi", "binary_answer": null, "no_answer_prob": -2.4748200178146362}
{"example_id": 6774633816286134412, "prediction": "The first version , the Transmission System 1", "binary_answer": null, "no_answer_prob": 2.7302823066711426}
{"example_id": -9099031896003603533, "prediction": "eight", "binary_answer": null, "no_answer_prob": -1.2424707412719727}
{"example_id": -8096230629510721007, "prediction": "Beijing Municipality", "binary_answer": null, "no_answer_prob": 1.5591347217559814}
{"example_id": 8825193307814367454, "prediction": "The United States presidential election of 2020", "binary_answer": null, "no_answer_prob": -1.5493216514587402}
{"example_id": -1976336444481029374, "prediction": "`` Andy 's Ancestry ''", "binary_answer": null, "no_answer_prob": -0.001599431037902832}
{"example_id": -1315326765570576239, "prediction": "1956", "binary_answer": null, "no_answer_prob": 0.7875962257385254}
{"example_id": -5360115206629393550, "prediction": "", "binary_answer": null, "no_answer_prob": -0.44690752029418945}
{"example_id": 1934978776914457212, "prediction": "Tim Rice", "binary_answer": null, "no_answer_prob": -2.6352601051330566}
{"example_id": -3667649498633716527, "prediction": "Bruce Springsteen", "binary_answer": null, "no_answer_prob": 0.16096878051757812}
{"example_id": -1825673330930237682, "prediction": "Employment Division , Department of Human Resources of Oregon v. Smith , 494 U.S. 872 ( 1990 )", "binary_answer": null, "no_answer_prob": -0.8226356506347656}
{"example_id": 3386314187966214533, "prediction": "Eloise Mumford", "binary_answer": null, "no_answer_prob": -4.029725432395935}
{"example_id": -9146867122357696563, "prediction": "Kauai , Hawaii", "binary_answer": null, "no_answer_prob": -4.832331299781799}
{"example_id": -1584926467388631839, "prediction": "Taylor Michel Momsen", "binary_answer": null, "no_answer_prob": -12.930120587348938}
{"example_id": -4361831660956885896, "prediction": "", "binary_answer": null, "no_answer_prob": -2.4712204933166504}
{"example_id": 2380948392611109850, "prediction": "Maurice First appearance Beauty and the Beast ( 1991 ) Portrayed by Eric Keenleyside ( Once Upon a Time ) Kevin Kline", "binary_answer": null, "no_answer_prob": 2.0286558689549565}
{"example_id": -2018154911942038273, "prediction": "Raj Koothrappali", "binary_answer": null, "no_answer_prob": 0.2931985855102539}
{"example_id": -1759846998765986911, "prediction": "193", "binary_answer": null, "no_answer_prob": 0.9383485913276672}
{"example_id": -2845696535371179560, "prediction": "Pan 's Labyrinth", "binary_answer": null, "no_answer_prob": -4.574214816093445}
{"example_id": 2279719630731573582, "prediction": "Worthington Christian High School", "binary_answer": null, "no_answer_prob": 1.2732759714126587}
{"example_id": -6744227813697788887, "prediction": "Pyeongchang", "binary_answer": null, "no_answer_prob": -4.0851593017578125}
{"example_id": -3286262148412985347, "prediction": "As of the 2018 -- 19 season , 49", "binary_answer": null, "no_answer_prob": 3.4660077691078186}
{"example_id": 3499801096971732165, "prediction": "Rebecca Harding Davis wrote Life in the Iron Mills and other short stories", "binary_answer": null, "no_answer_prob": 3.5927504301071167}
{"example_id": -1107953808744692072, "prediction": "", "binary_answer": null, "no_answer_prob": 5.256601929664612}
{"example_id": 1628743276422317151, "prediction": "In the first film , Hopalong Cassidy ( then spelled `` Hop - along ''", "binary_answer": null, "no_answer_prob": 1.8466721773147583}
{"example_id": 7127653107617692, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4269529804587364}
{"example_id": -3346103464019053634, "prediction": "Yuzuru Hanyu", "binary_answer": null, "no_answer_prob": -6.210996627807617}
{"example_id": -367830275683583946, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8460118174552917}
{"example_id": 102856335985263384, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7030786275863647}
{"example_id": 6379834208311908447, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8122493028640747}
{"example_id": -4915414765002970162, "prediction": "Merl Saunders and Aunt Monk", "binary_answer": null, "no_answer_prob": 0.19774746894836426}
{"example_id": 4900370580755973701, "prediction": "Michael James Hucknall", "binary_answer": null, "no_answer_prob": -12.583526492118835}
{"example_id": 439103968035683784, "prediction": "22.6 points", "binary_answer": null, "no_answer_prob": 3.108335494995117}
{"example_id": 3339360187549308657, "prediction": "`` It 's the Same Old Song ''", "binary_answer": null, "no_answer_prob": -4.736539959907532}
{"example_id": -5762933657577063784, "prediction": "`` Go Down Moses '' is an American Negro spiritual", "binary_answer": null, "no_answer_prob": -3.3527932167053223}
{"example_id": -7353420056953358601, "prediction": "Qatar Airways", "binary_answer": null, "no_answer_prob": -2.1771273612976074}
{"example_id": -5115454226445090085, "prediction": "Sadnecessary", "binary_answer": null, "no_answer_prob": 2.990720808506012}
{"example_id": 2258832369743184112, "prediction": "R\u00e9jane `` Reggie '' Magloire and Rose Marie Ramsey", "binary_answer": null, "no_answer_prob": -6.855870008468628}
{"example_id": 4414797554822661689, "prediction": "Rosy is introduced as the heroine of an erotic pulp fiction novel titled Lipstick Dreams", "binary_answer": null, "no_answer_prob": -0.45013439655303955}
{"example_id": 3108668809673351666, "prediction": "11.663 8038 grams )", "binary_answer": null, "no_answer_prob": -1.9791666269302368}
{"example_id": -2938168136955513831, "prediction": "400s 20s 1s 33 429 5125", "binary_answer": null, "no_answer_prob": -1.1532939672470093}
{"example_id": -8987113309871232772, "prediction": "The United States Colored Troops", "binary_answer": null, "no_answer_prob": 1.33382757473737}
{"example_id": 8848233362350826818, "prediction": "the President", "binary_answer": null, "no_answer_prob": -7.752678155899048}
{"example_id": -783242176789132678, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0732308626174927}
{"example_id": 6443326340907446887, "prediction": "", "binary_answer": null, "no_answer_prob": 4.795784831047058}
{"example_id": -6731877972498285637, "prediction": "`` Lucid Dreams ''", "binary_answer": null, "no_answer_prob": 4.942340582609177}
{"example_id": -3489008812863470013, "prediction": "Adherents of Islam", "binary_answer": null, "no_answer_prob": 0.57340507209301}
{"example_id": 1453410287132670714, "prediction": "`` Stir It Up '' is the second single by Patti LaBelle", "binary_answer": null, "no_answer_prob": 2.336263883858919}
{"example_id": 6334372079855380267, "prediction": "John Locke and Thomas Jefferson", "binary_answer": null, "no_answer_prob": -3.3633155822753906}
{"example_id": 7467684090775849181, "prediction": "Herman Edwards Jr.", "binary_answer": null, "no_answer_prob": 0.48042750358581543}
{"example_id": 735822591657834018, "prediction": "The term originally referred to a late - night prayer vigil", "binary_answer": null, "no_answer_prob": 1.5969744324684143}
{"example_id": -3009528490888859389, "prediction": "The United States Constitution", "binary_answer": null, "no_answer_prob": 2.332343652844429}
{"example_id": 933895978176211618, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2032114267349243}
{"example_id": -4656353131223265869, "prediction": "After the Roman conquest of Britain", "binary_answer": null, "no_answer_prob": -0.34800219535827637}
{"example_id": -793358314194637499, "prediction": "Brandi Carlile", "binary_answer": null, "no_answer_prob": -6.848132491111755}
{"example_id": 2889250111186553453, "prediction": "Star Wars : The Old Republic", "binary_answer": null, "no_answer_prob": -0.44173645973205566}
{"example_id": -2338292052110534940, "prediction": "JoJo 's Bizarre Adventure", "binary_answer": null, "no_answer_prob": -0.07374095916748047}
{"example_id": 3855108118864097249, "prediction": "At an elevation of 1,499 feet ( 457 m )", "binary_answer": null, "no_answer_prob": -1.404899001121521}
{"example_id": -6330465807440314122, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4067379161715508}
{"example_id": -3678378532044676320, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8129156827926636}
{"example_id": 8614405100090382811, "prediction": "Trade in GBP \u00a3 Rank Country Imports Exports Total trade Trade balance Total for non-EU", "binary_answer": null, "no_answer_prob": -0.4863630533218384}
{"example_id": 4067802048522355137, "prediction": "Malchus", "binary_answer": null, "no_answer_prob": 0.6044321060180664}
{"example_id": 82962824946062598, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": 1.1474217176437378}
{"example_id": 4272102867904984008, "prediction": "Oscar Robertson , Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": 0.7176532745361328}
{"example_id": 5798096815800151887, "prediction": "", "binary_answer": null, "no_answer_prob": 4.97775799036026}
{"example_id": -8329109315426780852, "prediction": "Central America", "binary_answer": null, "no_answer_prob": 4.32371985912323}
{"example_id": -4595522361866648343, "prediction": "OK Go", "binary_answer": null, "no_answer_prob": -6.969250202178955}
{"example_id": 4986285607792619637, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0594440698623657}
{"example_id": -3683230303489412942, "prediction": "Merl Saunders and Aunt Monk", "binary_answer": null, "no_answer_prob": -3.5522167682647705}
{"example_id": -2596353909899371655, "prediction": "", "binary_answer": null, "no_answer_prob": 4.490712225437164}
{"example_id": 6692214664647586967, "prediction": "", "binary_answer": null, "no_answer_prob": 3.595656633377075}
{"example_id": 7095052769566424638, "prediction": "The Pacific Plate", "binary_answer": null, "no_answer_prob": -1.4415546655654907}
{"example_id": 5718957752827445186, "prediction": "The American Civil War ( also known by other names ) was a war fought in the United States from 1861 to 1865", "binary_answer": null, "no_answer_prob": -0.5277210474014282}
{"example_id": -5053365050633506373, "prediction": "Cyndi Grecco", "binary_answer": null, "no_answer_prob": -11.510730147361755}
{"example_id": 9189585782320148304, "prediction": "Severus Snape", "binary_answer": null, "no_answer_prob": -4.081301331520081}
{"example_id": 3351893171808267971, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4409497380256653}
{"example_id": -2583153698203278906, "prediction": "The opening theme is titled `` Date A Live '' ( \u30c7\u30fc\u30c8 \u30fb \u30a2 \u30fb \u30e9\u30a4\u30d6 , D\u0113to A Raibu", "binary_answer": null, "no_answer_prob": 2.1506974697113037}
{"example_id": -1569514845561841406, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8347190022468567}
{"example_id": 5540701807690820559, "prediction": "India ( IAST : Bh\u0101rat ) , also called the Republic of India", "binary_answer": null, "no_answer_prob": -2.8362826108932495}
{"example_id": 7000168611808617839, "prediction": "Duck Dynasty . He is also featured on the television show Buck Commander , a hunting program on the Outdoor Channel .", "binary_answer": null, "no_answer_prob": 3.912057250738144}
{"example_id": -5445068360249972858, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5558744072914124}
{"example_id": -7736009898466641655, "prediction": "The Man Who Knew Infinity", "binary_answer": null, "no_answer_prob": 1.4376530647277832}
{"example_id": -391362842439569968, "prediction": "November 22 , 2006", "binary_answer": null, "no_answer_prob": 3.001506209373474}
{"example_id": -4179029503375397910, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9863776564598083}
{"example_id": 2198027694543604823, "prediction": "15G5072a", "binary_answer": null, "no_answer_prob": -4.919592380523682}
{"example_id": 2435630773273481841, "prediction": "1902 , the newly established Australian Parliament passed the Commonwealth Franchise Act 1902", "binary_answer": null, "no_answer_prob": -2.7877923250198364}
{"example_id": -4326532115993781872, "prediction": "Hair cells", "binary_answer": null, "no_answer_prob": -2.169788122177124}
{"example_id": 217413029081678261, "prediction": "Anna Kendrick", "binary_answer": null, "no_answer_prob": -5.709150910377502}
{"example_id": 4997245011577512670, "prediction": "within the cells of organisms", "binary_answer": null, "no_answer_prob": -3.100461184978485}
{"example_id": 4647818796298534404, "prediction": "sixteen", "binary_answer": null, "no_answer_prob": 0.9944887161254883}
{"example_id": 4003652036453273546, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5751384496688843}
{"example_id": 8366031547345372078, "prediction": "August 24 , 1814", "binary_answer": null, "no_answer_prob": -5.274261116981506}
{"example_id": 3970404258950915059, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6860005259513855}
{"example_id": 6891267164470677438, "prediction": "Egypt and Syria", "binary_answer": null, "no_answer_prob": 0.3213413953781128}
{"example_id": -2344777368922832242, "prediction": "Tasha Smith", "binary_answer": null, "no_answer_prob": -7.216473340988159}
{"example_id": -1033978770973439629, "prediction": "Alex North", "binary_answer": null, "no_answer_prob": -8.506564855575562}
{"example_id": 1643661756996291699, "prediction": "", "binary_answer": null, "no_answer_prob": 5.579405665397644}
{"example_id": -6224694729879812527, "prediction": "", "binary_answer": null, "no_answer_prob": 6.309201404452324}
{"example_id": 6364152146572596871, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6775607466697693}
{"example_id": 4710504982223519237, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8230087757110596}
{"example_id": 1351271957293945979, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3122055530548096}
{"example_id": 8089887709008264914, "prediction": "During the premiere of season four", "binary_answer": null, "no_answer_prob": 3.0093451738357544}
{"example_id": -8887899769373988275, "prediction": "`` You 're the Best Thing ''", "binary_answer": null, "no_answer_prob": 1.2008980065584183}
{"example_id": 5819412337232935478, "prediction": "the southern United States and northern Mexico", "binary_answer": null, "no_answer_prob": -0.1119612455368042}
{"example_id": 6202026021432820071, "prediction": "1995", "binary_answer": null, "no_answer_prob": -5.459044098854065}
{"example_id": -5602532273345877851, "prediction": "Toronto , Ontario , Canada , Raleigh -- Durham , North Carolina , United States", "binary_answer": null, "no_answer_prob": 0.4437979459762573}
{"example_id": 6135829163507725928, "prediction": "They Might Be Giants", "binary_answer": null, "no_answer_prob": -9.531448483467102}
{"example_id": -7779053570352164545, "prediction": "yeast and bacteria , and also in oxygen - starved muscle cells , as in the case of lactic acid fermentation", "binary_answer": null, "no_answer_prob": 4.653493344783783}
{"example_id": 881138062670365192, "prediction": "neutrons and gamma photons , and releases a very large amount of energy even by the energetic standards of radioactive decay .", "binary_answer": null, "no_answer_prob": 1.7524093985557556}
{"example_id": 8612400649446195452, "prediction": "Colin Arthur O'Donoghue", "binary_answer": null, "no_answer_prob": -6.618235349655151}
{"example_id": -1904574626866524954, "prediction": "\u25ba Aditya Birla Group \u200e ( 18 P )", "binary_answer": null, "no_answer_prob": 3.3085675686597824}
{"example_id": -4510919711463231233, "prediction": "Lincoln Clay Lewis", "binary_answer": null, "no_answer_prob": -8.514356136322021}
{"example_id": -1070323651777972574, "prediction": "October 27 , 2016", "binary_answer": null, "no_answer_prob": -5.091200351715088}
{"example_id": 8576344555705265351, "prediction": "Pawan Kumar Chamling", "binary_answer": null, "no_answer_prob": -8.219985246658325}
{"example_id": 4836530820433759526, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2298275232315063}
{"example_id": -2357914945676176129, "prediction": "", "binary_answer": null, "no_answer_prob": 3.22675621509552}
{"example_id": 1256836366565074518, "prediction": "Ursus arctos", "binary_answer": null, "no_answer_prob": 0.5519469976425171}
{"example_id": -1251673011219942488, "prediction": "Margaret Ruth Kidder", "binary_answer": null, "no_answer_prob": -11.219046950340271}
{"example_id": 2579012963796706092, "prediction": "Chicken Little", "binary_answer": null, "no_answer_prob": 0.9068201333284378}
{"example_id": 6317665932229681250, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4251708984375}
{"example_id": 5111673009824140252, "prediction": "100", "binary_answer": null, "no_answer_prob": 1.6677651405334473}
{"example_id": -8319206142909031351, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5965558290481567}
{"example_id": 3300336047125027433, "prediction": "the Troggs", "binary_answer": null, "no_answer_prob": -1.1823292970657349}
{"example_id": 2381604303163413266, "prediction": "", "binary_answer": null, "no_answer_prob": 1.814656138420105}
{"example_id": -3183007949878729877, "prediction": "13 January 19 , 2018 ( 2018 - 01 - 19 ) January 19 , 2018 ( 2018 - 01 - 19 )", "binary_answer": null, "no_answer_prob": -1.4587032794952393}
{"example_id": 6691988070151491423, "prediction": "Nigel Gresley", "binary_answer": null, "no_answer_prob": 0.4976001977920532}
{"example_id": -2898980350230658963, "prediction": "A Rush of Blood to the Head", "binary_answer": null, "no_answer_prob": -1.2681777477264404}
{"example_id": 1214760040622892437, "prediction": "April 5 , 2017", "binary_answer": null, "no_answer_prob": -1.3009477853775024}
{"example_id": -4416600828683164615, "prediction": "Yuzuru Hanyu", "binary_answer": null, "no_answer_prob": -6.325741291046143}
{"example_id": -3690449233496442110, "prediction": "China", "binary_answer": null, "no_answer_prob": 0.8381996154785156}
{"example_id": 349255699357733532, "prediction": "October 1941", "binary_answer": null, "no_answer_prob": -2.843172073364258}
{"example_id": -3504631552527687331, "prediction": "", "binary_answer": null, "no_answer_prob": 2.404469609260559}
{"example_id": 1914122761078891169, "prediction": "Thomas Weelkes", "binary_answer": null, "no_answer_prob": 0.5358521938323975}
{"example_id": -947675951118523690, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7490055561065674}
{"example_id": 4383366077260435539, "prediction": "coelom", "binary_answer": null, "no_answer_prob": -3.5199190974235535}
{"example_id": 3509393538396486425, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9179108142852783}
{"example_id": 5702652871352922895, "prediction": "Whitesnake", "binary_answer": null, "no_answer_prob": -2.986175775527954}
{"example_id": 4909654129880422387, "prediction": "Kobe Bryant Basketball United States $50 million $25 million $25 million", "binary_answer": null, "no_answer_prob": -1.879023551940918}
{"example_id": 3777090832918264756, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7276511788368225}
{"example_id": -432971297590955372, "prediction": "Juliet Rose Landau", "binary_answer": null, "no_answer_prob": -10.783743977546692}
{"example_id": 1251851962520831111, "prediction": "1981", "binary_answer": null, "no_answer_prob": -3.303602457046509}
{"example_id": -2178756859414977833, "prediction": "Delphine Gibson", "binary_answer": null, "no_answer_prob": -3.8960729837417603}
{"example_id": -1308329302003027158, "prediction": "The Columbia River is the largest river in the Pacific Northwest region of North America", "binary_answer": null, "no_answer_prob": 4.23501443862915}
{"example_id": 2618822295037739425, "prediction": "", "binary_answer": null, "no_answer_prob": -1.442204475402832}
{"example_id": 649185398835966297, "prediction": "", "binary_answer": null, "no_answer_prob": 4.529420375823975}
{"example_id": 6035594446332105224, "prediction": "Ectopic pregnancy , also known as tubal pregnancy", "binary_answer": null, "no_answer_prob": 3.4500425457954407}
{"example_id": 2955681900283375827, "prediction": "", "binary_answer": null, "no_answer_prob": 2.924037456512451}
{"example_id": 6261889952044445166, "prediction": "The Fruit of the Holy Spirit", "binary_answer": null, "no_answer_prob": -2.8258166313171387}
{"example_id": -3622106120221902386, "prediction": "", "binary_answer": null, "no_answer_prob": 5.126265108585358}
{"example_id": 1399328091009642517, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3662520051002502}
{"example_id": -5351326942823585623, "prediction": "Luke Combs", "binary_answer": null, "no_answer_prob": -1.41725492477417}
{"example_id": 4735550326345627014, "prediction": "Clayton Kershaw", "binary_answer": null, "no_answer_prob": -8.344871997833252}
{"example_id": -4324999623175716840, "prediction": "Alex Vause Orange Is the New Black character Laura Prepon as Alex Vause First appearance `` I Was n't Ready", "binary_answer": null, "no_answer_prob": 1.141563057899475}
{"example_id": 3602348176316618378, "prediction": "Pompeii", "binary_answer": null, "no_answer_prob": -3.66051709651947}
{"example_id": -7124000243249139002, "prediction": "", "binary_answer": null, "no_answer_prob": 2.231385886669159}
{"example_id": -8828918796186164857, "prediction": "`` Who 's Gonna Ride Your Wild Horses ''", "binary_answer": null, "no_answer_prob": 0.34377479553222656}
{"example_id": -3483011450707341319, "prediction": "August 15 , 2018", "binary_answer": null, "no_answer_prob": -5.104835510253906}
{"example_id": -185822075714062550, "prediction": "Sam Lavagnino", "binary_answer": null, "no_answer_prob": -5.398126602172852}
{"example_id": -6477784890537901896, "prediction": "May 23 , 1995", "binary_answer": null, "no_answer_prob": 2.0405214428901672}
{"example_id": 441296213865660806, "prediction": "Taron Egerton", "binary_answer": null, "no_answer_prob": -7.989786624908447}
{"example_id": -3897541524787739034, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0132215032353997}
{"example_id": -8765854288917066130, "prediction": "", "binary_answer": null, "no_answer_prob": -0.128670334815979}
{"example_id": 5959841399197558242, "prediction": "The Outsiders", "binary_answer": null, "no_answer_prob": -1.3991299867630005}
{"example_id": -2819426765844334182, "prediction": "violet accent color", "binary_answer": null, "no_answer_prob": 2.563308000564575}
{"example_id": 8758491287769418798, "prediction": "The Lady 's Magazine , 1830 :", "binary_answer": null, "no_answer_prob": -0.4471210241317749}
{"example_id": 5729806931146246918, "prediction": "Jason Kent Bateman", "binary_answer": null, "no_answer_prob": -1.1705574989318848}
{"example_id": -749578081694802097, "prediction": "1830", "binary_answer": null, "no_answer_prob": -0.596992015838623}
{"example_id": 4773110153848722780, "prediction": "1930", "binary_answer": null, "no_answer_prob": -4.879392385482788}
{"example_id": 1748966621652280114, "prediction": "English", "binary_answer": null, "no_answer_prob": -3.1864943504333496}
{"example_id": 2140438374364897, "prediction": "Red Kirkman", "binary_answer": null, "no_answer_prob": -3.798607587814331}
{"example_id": 6928430725516152376, "prediction": "about 50", "binary_answer": null, "no_answer_prob": 0.4639991521835327}
{"example_id": 4158494818811470859, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Suffrage", "binary_answer": null, "no_answer_prob": 2.634434223175049}
{"example_id": 1213652149570401701, "prediction": "Actor / Actress Character Appearances 5 6 7 8 Sean Bean Eddard", "binary_answer": null, "no_answer_prob": 1.632085919380188}
{"example_id": -476086463509431783, "prediction": "October 9 , 2001", "binary_answer": null, "no_answer_prob": -0.47465085983276367}
{"example_id": 5627813778241033847, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5134708881378174}
{"example_id": 2198570922987368960, "prediction": "Uhuru Kenyatta", "binary_answer": null, "no_answer_prob": -5.637644648551941}
{"example_id": -4585273144916701648, "prediction": "Eileen Davidson", "binary_answer": null, "no_answer_prob": -4.227979063987732}
{"example_id": 7648691593810220949, "prediction": "Christian Bale", "binary_answer": null, "no_answer_prob": -7.515000820159912}
{"example_id": -4450594275822195392, "prediction": "Jennifer Shrader Lawrence", "binary_answer": null, "no_answer_prob": 0.7509876489639282}
{"example_id": -4848689059955956934, "prediction": "", "binary_answer": null, "no_answer_prob": -0.16198813915252686}
{"example_id": -1703717882588643305, "prediction": "Ping is a computer network administration software utility used to test the reachability of a host on an Internet Protocol ( IP ) network", "binary_answer": null, "no_answer_prob": 4.630486041307449}
{"example_id": -3181006994777638947, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6274297535419464}
{"example_id": -4674138790435489487, "prediction": "Indiana has long been considered to be a Republican", "binary_answer": null, "no_answer_prob": 1.3196649625897408}
{"example_id": 2204381332630416864, "prediction": "Alex Borstein", "binary_answer": null, "no_answer_prob": -5.104035973548889}
{"example_id": 3786483867253651840, "prediction": "Julius Robert Oppenheimer", "binary_answer": null, "no_answer_prob": -0.9803436994552612}
{"example_id": -7952610792160802203, "prediction": "Marvin Berry and The Starlighters", "binary_answer": null, "no_answer_prob": 1.1898841857910156}
{"example_id": -3833623311077443208, "prediction": "PSLV - C37", "binary_answer": null, "no_answer_prob": 4.584682941436768}
{"example_id": -4098619576087933582, "prediction": "Olate Dogs", "binary_answer": null, "no_answer_prob": -2.063388705253601}
{"example_id": 8187723144970487637, "prediction": "Intermolecular forces ( IMFs )", "binary_answer": null, "no_answer_prob": 2.4432013854384422}
{"example_id": -1842189870439179947, "prediction": "120 miles ( 190 km )", "binary_answer": null, "no_answer_prob": -4.821219444274902}
{"example_id": -7914330440672827988, "prediction": "The United States", "binary_answer": null, "no_answer_prob": 1.2742699980735779}
{"example_id": -3166694672738461990, "prediction": "", "binary_answer": null, "no_answer_prob": 2.654957715421915}
{"example_id": 3503183991621384431, "prediction": "Barking up the wrong tree is an idiomatic expression in English", "binary_answer": null, "no_answer_prob": 2.683392196893692}
{"example_id": -8462321211398710610, "prediction": "", "binary_answer": null, "no_answer_prob": 3.802210569381714}
{"example_id": 6150076040168893823, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5086032152175903}
{"example_id": 4836571944891919423, "prediction": "Qin Shi Huang", "binary_answer": null, "no_answer_prob": -2.7014408111572266}
{"example_id": 1959948038096218378, "prediction": "on the side of the lumbar region of the vertebral column and brim of the lesser pelvis", "binary_answer": null, "no_answer_prob": -2.4153584241867065}
{"example_id": 6872930417571366034, "prediction": "July 21 , 2014", "binary_answer": null, "no_answer_prob": -7.276813983917236}
{"example_id": -8631725655397619039, "prediction": "Drake", "binary_answer": null, "no_answer_prob": -1.6138490438461304}
{"example_id": -8486231150341132105, "prediction": "August 1 , 2014", "binary_answer": null, "no_answer_prob": -7.987741470336914}
{"example_id": -5900680354277649426, "prediction": "The United States order of precedence", "binary_answer": null, "no_answer_prob": 2.4352821707725525}
{"example_id": 6265990105062828626, "prediction": "391", "binary_answer": null, "no_answer_prob": 0.35013043880462646}
{"example_id": 7911424200598337454, "prediction": "John Newton", "binary_answer": null, "no_answer_prob": -5.700378656387329}
{"example_id": -6711042028695801304, "prediction": "Precipitation", "binary_answer": null, "no_answer_prob": 1.572991132736206}
{"example_id": -1723484079799301411, "prediction": "Jade", "binary_answer": null, "no_answer_prob": -8.958401083946228}
{"example_id": 8490378165521917499, "prediction": "the USA", "binary_answer": null, "no_answer_prob": 1.6771892309188843}
{"example_id": -4062768760857082271, "prediction": "", "binary_answer": null, "no_answer_prob": 2.202473521232605}
{"example_id": -4919469874296890802, "prediction": "", "binary_answer": null, "no_answer_prob": 6.143023699522018}
{"example_id": -8406743977779394280, "prediction": "Enclosed R or circled Latin R ( R or r )", "binary_answer": null, "no_answer_prob": -1.773202359676361}
{"example_id": 4160642133874288949, "prediction": "Dutch West India Company ( WIC )", "binary_answer": null, "no_answer_prob": -2.509896755218506}
{"example_id": 4063748505241179661, "prediction": "", "binary_answer": null, "no_answer_prob": 2.797519862651825}
{"example_id": 282848792933098434, "prediction": "\u05d6\u05f2\u05b7 \u05d2\u05e2\u05d6\u05d5\u05e0\u05d8 ( zay gezunt ) , or \u05e6\u05d5 \u05d2\u05e2\u05d6\u05d5\u05e0\u05d8 ( tzu gezunt )", "binary_answer": null, "no_answer_prob": 1.889021396636963}
{"example_id": -3602146311718945596, "prediction": "' Sir ' derives from the honorific title sire", "binary_answer": null, "no_answer_prob": 2.6918545961380005}
{"example_id": -116550008755878883, "prediction": "Louisiana .", "binary_answer": null, "no_answer_prob": 1.2064387798309326}
{"example_id": 3662525361480473895, "prediction": "1994", "binary_answer": null, "no_answer_prob": -0.556431770324707}
{"example_id": 2812190943719486227, "prediction": "", "binary_answer": null, "no_answer_prob": 0.48056668043136597}
{"example_id": -3082473786937273715, "prediction": "Douglas Adams", "binary_answer": null, "no_answer_prob": 1.8770440220832825}
{"example_id": 5362196556471297450, "prediction": "Chip and Dale ( also rendered as Chip ' n ' Dale or Chip an ' Dale", "binary_answer": null, "no_answer_prob": 1.9981265664100647}
{"example_id": -8647793023506559831, "prediction": "December 1 , 1794", "binary_answer": null, "no_answer_prob": -3.160262107849121}
{"example_id": 5492998024625943519, "prediction": "The fiesta de quince a\u00f1os ( also fiesta de quincea\u00f1era , quince a\u00f1os and quince ) is a celebration of a girl 's fifteenth birthday", "binary_answer": null, "no_answer_prob": -0.02372528612613678}
{"example_id": 8555405273601743958, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.155806466937065}
{"example_id": 3228617496838120663, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9302938580513}
{"example_id": -2626070203629177044, "prediction": "season two", "binary_answer": null, "no_answer_prob": -0.9514355659484863}
{"example_id": -1989272956094685060, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.144331634044647}
{"example_id": -7663522954274757653, "prediction": "", "binary_answer": null, "no_answer_prob": 2.705928448587656}
{"example_id": 6443811886861661324, "prediction": "Believe", "binary_answer": null, "no_answer_prob": 1.7013313174247742}
{"example_id": -3725203258952186952, "prediction": "", "binary_answer": null, "no_answer_prob": 4.3846350684762}
{"example_id": 6800165533631371207, "prediction": "", "binary_answer": null, "no_answer_prob": 5.462731599807739}
{"example_id": 5825278754261996612, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4867590069770813}
{"example_id": 6842134809914363415, "prediction": "The role of the United States in the Vietnam War began after World War II", "binary_answer": null, "no_answer_prob": 1.272549033164978}
{"example_id": -3259763875899122163, "prediction": "Claude Fran\u00e7ois", "binary_answer": null, "no_answer_prob": -6.531505703926086}
{"example_id": 6958071161013323741, "prediction": "1595 / 96", "binary_answer": null, "no_answer_prob": -10.464655637741089}
{"example_id": 8921644586031769987, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7393630146980286}
{"example_id": -5027877953586573120, "prediction": "The San Diego State Aztecs", "binary_answer": null, "no_answer_prob": -4.365089416503906}
{"example_id": 2756759730168487786, "prediction": "77 miles ( 124 km )", "binary_answer": null, "no_answer_prob": -3.903731346130371}
{"example_id": -6442740759737288915, "prediction": "`` Whole Again ''", "binary_answer": null, "no_answer_prob": 1.858715444803238}
{"example_id": 1057539322135106755, "prediction": "% African - American Rank State African - American Alone Population ( 2010 ) 50.08 %", "binary_answer": null, "no_answer_prob": -0.9970983266830444}
{"example_id": 8895603130387639365, "prediction": "1823 to 1838", "binary_answer": null, "no_answer_prob": 1.1285870373249054}
{"example_id": -6751470112221593638, "prediction": "", "binary_answer": null, "no_answer_prob": 3.982035279273987}
{"example_id": 5529485976970411525, "prediction": "January 1 , 2001", "binary_answer": null, "no_answer_prob": -2.3105504512786865}
{"example_id": -560717259848119538, "prediction": "April 4 , 1973", "binary_answer": null, "no_answer_prob": -4.69461977481842}
{"example_id": 1229184814518823221, "prediction": "Greenland", "binary_answer": null, "no_answer_prob": 1.9378933906555176}
{"example_id": -6932196825830917096, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The National Service Training Program", "binary_answer": null, "no_answer_prob": 4.038062423467636}
{"example_id": 7531746207173831584, "prediction": "Atacama Desert", "binary_answer": null, "no_answer_prob": -5.236910104751587}
{"example_id": 1158914394042886889, "prediction": "`` Come and Get Your Love ''", "binary_answer": null, "no_answer_prob": 4.68234246969223}
{"example_id": 6684818987084822312, "prediction": "13", "binary_answer": null, "no_answer_prob": -5.463751554489136}
{"example_id": -1283395983087826393, "prediction": "", "binary_answer": null, "no_answer_prob": 2.95824533700943}
{"example_id": 2369153848279459675, "prediction": "", "binary_answer": null, "no_answer_prob": 3.556368350982666}
{"example_id": 1923888785034399938, "prediction": "1954", "binary_answer": null, "no_answer_prob": -2.756972908973694}
{"example_id": 3348132901503508659, "prediction": "1956", "binary_answer": null, "no_answer_prob": -3.375863552093506}
{"example_id": 1889385654028279493, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Insolvency", "binary_answer": null, "no_answer_prob": 2.1095393002033234}
{"example_id": 7809715927293504990, "prediction": "The song was originally recorded by Roger Whittaker", "binary_answer": null, "no_answer_prob": -0.6310098171234131}
{"example_id": -2361242704753296055, "prediction": "Patti Clare", "binary_answer": null, "no_answer_prob": -12.533760666847229}
{"example_id": -9203677982791082861, "prediction": "Hartsfield -- Jackson Atlanta International Airport", "binary_answer": null, "no_answer_prob": 0.07102048397064209}
{"example_id": 9140144440547621820, "prediction": "", "binary_answer": null, "no_answer_prob": 3.139451742172241}
{"example_id": -75085516687646640, "prediction": "553.3 m - high ( 1,815.3 ft )", "binary_answer": null, "no_answer_prob": -7.8647154569625854}
{"example_id": -5519810344344719209, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0626876205205917}
{"example_id": 7534131655041956406, "prediction": "Winfield Scott", "binary_answer": null, "no_answer_prob": -1.8283040523529053}
{"example_id": -3687055261909878316, "prediction": "John Boyne", "binary_answer": null, "no_answer_prob": -7.490118622779846}
{"example_id": -2162714330037272999, "prediction": "Haddaway", "binary_answer": null, "no_answer_prob": -2.853981375694275}
{"example_id": 6637825926984498359, "prediction": "ISO / TS 16949 is an ISO technical specification aimed at the development of a quality management system", "binary_answer": null, "no_answer_prob": 2.4697288274765015}
{"example_id": -4913200853098839933, "prediction": "Johnny Christopher , Mark James and Wayne Carson", "binary_answer": null, "no_answer_prob": -5.528919816017151}
{"example_id": 3143257260196765132, "prediction": "George V", "binary_answer": null, "no_answer_prob": -6.865002274513245}
{"example_id": -8601100914821913754, "prediction": "", "binary_answer": null, "no_answer_prob": 3.010552227497101}
{"example_id": -5299608199321399998, "prediction": "February 14 , 2018", "binary_answer": null, "no_answer_prob": -10.809877753257751}
{"example_id": 8109929069504184290, "prediction": "1950", "binary_answer": null, "no_answer_prob": -7.401860237121582}
{"example_id": 1171476955295289346, "prediction": "Brook Benton", "binary_answer": null, "no_answer_prob": -9.28402328491211}
{"example_id": -2843329549539034513, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8088983297348022}
{"example_id": -2269103410348801286, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7145432829856873}
{"example_id": 1448916240791591632, "prediction": "+ ( read as `` plus '' ) , was released on 9 September 2011", "binary_answer": null, "no_answer_prob": -1.765802264213562}
{"example_id": 1769803879707051886, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.054819285869598}
{"example_id": 1585316578999504970, "prediction": "2002", "binary_answer": null, "no_answer_prob": -5.31555449962616}
{"example_id": 3343528535701725949, "prediction": "England", "binary_answer": null, "no_answer_prob": -2.9780417680740356}
{"example_id": 1578659854961558558, "prediction": "`` Captain of Your Ship", "binary_answer": null, "no_answer_prob": 3.4123045206069946}
{"example_id": -7473999455523004424, "prediction": "Charles Peckham Day", "binary_answer": null, "no_answer_prob": -12.730589151382446}
{"example_id": 7045918283731371910, "prediction": "MetLife Stadium is an American sports stadium located in East Rutherford , New Jersey", "binary_answer": null, "no_answer_prob": -5.123469233512878}
{"example_id": -4725216962190838507, "prediction": "1789", "binary_answer": null, "no_answer_prob": -8.322374939918518}
{"example_id": -3950961267471610943, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Heady Topper", "binary_answer": null, "no_answer_prob": 2.620020776987076}
{"example_id": 8195505686267464975, "prediction": "430.5 metres ( 1,412 ft )", "binary_answer": null, "no_answer_prob": -5.361979007720947}
{"example_id": 8872597949519168496, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1696812212467194}
{"example_id": 9075314649720453722, "prediction": "St Jerome", "binary_answer": null, "no_answer_prob": -11.272825241088867}
{"example_id": -8664786872288923166, "prediction": "Elton John and Kiki Dee", "binary_answer": null, "no_answer_prob": -6.209358811378479}
{"example_id": -1197964138016895966, "prediction": "Las Vegas Sands corporation", "binary_answer": null, "no_answer_prob": -10.139104008674622}
{"example_id": -7226613183260520051, "prediction": "Mowgli ( \u092e\u094b\u0917\u0932\u0940 Maogal\u012b ; feral child ) - Also referred to as `` Man Cub '' .", "binary_answer": null, "no_answer_prob": 1.298635721206665}
{"example_id": 4881211072652424863, "prediction": "Ralph George Macchio Jr.", "binary_answer": null, "no_answer_prob": -10.786110520362854}
{"example_id": 6265074932803252556, "prediction": "lieutenant Piotr Wysocki", "binary_answer": null, "no_answer_prob": 2.285864844918251}
{"example_id": 8261160251138986581, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8017334043979645}
{"example_id": 1115413343547813311, "prediction": "Alan Shearer", "binary_answer": null, "no_answer_prob": -7.4887425899505615}
{"example_id": 2836845871426149567, "prediction": "Gustavo Cadile Jazm\u00edn Chebar", "binary_answer": null, "no_answer_prob": 1.9848480224609375}
{"example_id": -7705043549324614074, "prediction": "The Atlantic City Rail Terminal", "binary_answer": null, "no_answer_prob": -3.017692804336548}
{"example_id": -5322872077213434192, "prediction": "Grace VanderWaal", "binary_answer": null, "no_answer_prob": -6.507930755615234}
{"example_id": -809271287779744472, "prediction": "Paid in Full", "binary_answer": null, "no_answer_prob": 1.1045250296592712}
{"example_id": -4754319466435629022, "prediction": "Richard Paul Astley", "binary_answer": null, "no_answer_prob": -11.500230431556702}
{"example_id": 4357880432218212266, "prediction": "AL Almora", "binary_answer": null, "no_answer_prob": 0.3015563488006592}
{"example_id": 6484384297006003645, "prediction": "Walt Whitman", "binary_answer": null, "no_answer_prob": 0.8354047536849976}
{"example_id": -8324582422321399087, "prediction": "The Great Gatsby", "binary_answer": null, "no_answer_prob": 3.0339168310165405}
{"example_id": 4656194446628303268, "prediction": "Interior Semiotics was a 2010 performance by Natacha Stolz", "binary_answer": null, "no_answer_prob": 3.30963134765625}
{"example_id": 3371223091453233077, "prediction": "1994", "binary_answer": null, "no_answer_prob": -7.836763978004456}
{"example_id": -3147385935958435626, "prediction": "Dominic Toretto", "binary_answer": null, "no_answer_prob": -5.540256500244141}
{"example_id": 834243492551032168, "prediction": "Cheryl Blossom Archie Comics character Cheryl Blossom First appearance Betty and Veronica # 320 ( 1982 )", "binary_answer": null, "no_answer_prob": 2.4600356817245483}
{"example_id": -4348538004290605642, "prediction": "Mark . 2 : 27", "binary_answer": null, "no_answer_prob": -3.3757115602493286}
{"example_id": -7410990265277126606, "prediction": "Terry v. Ohio , 392 U.S. 1 ( 1968 )", "binary_answer": null, "no_answer_prob": 1.0107382535934448}
{"example_id": -3430677623102384649, "prediction": "September 7 , 1931", "binary_answer": null, "no_answer_prob": -5.521926164627075}
{"example_id": 1026627735407042249, "prediction": "The Soviet Union", "binary_answer": null, "no_answer_prob": -1.615724802017212}
{"example_id": -9122844704265840510, "prediction": "South Williamsport , Pennsylvania", "binary_answer": null, "no_answer_prob": -6.150255441665649}
{"example_id": -4248904774140551640, "prediction": "1788", "binary_answer": null, "no_answer_prob": 1.5847175121307373}
{"example_id": 6027440585044515378, "prediction": "Vinayak Damodar Savarkar", "binary_answer": null, "no_answer_prob": -1.231972098350525}
{"example_id": 8835736479912449893, "prediction": "let the master answer", "binary_answer": null, "no_answer_prob": 0.31087028980255127}
{"example_id": 5001375836330682804, "prediction": "Taxation in France is determined by the yearly budget vote by the French Parliament", "binary_answer": null, "no_answer_prob": 4.109560251235962}
{"example_id": -6046793531150659642, "prediction": "Nancy Sinatra", "binary_answer": null, "no_answer_prob": 0.029633045196533203}
{"example_id": -7826444086913016557, "prediction": "Empedocles", "binary_answer": null, "no_answer_prob": -0.7252895832061768}
{"example_id": -2377654456880997640, "prediction": "Israel", "binary_answer": null, "no_answer_prob": -0.18422865867614746}
{"example_id": 5552576130266290611, "prediction": "Joey Chestnut", "binary_answer": null, "no_answer_prob": -0.34966957569122314}
{"example_id": 7801060227564469930, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -3.7423763275146484}
{"example_id": -5837281500353516224, "prediction": "`` Make You Feel My Love '' is a song written by Bob Dylan", "binary_answer": null, "no_answer_prob": 1.2722567319869995}
{"example_id": 3582455678357889442, "prediction": "California", "binary_answer": null, "no_answer_prob": -6.624213218688965}
{"example_id": -9050504224929755440, "prediction": "Albert Hammond", "binary_answer": null, "no_answer_prob": -4.258219242095947}
{"example_id": -192027988386833046, "prediction": "`` Ring My Bell '' is a 1979 disco song written by Frederick Knight", "binary_answer": null, "no_answer_prob": 2.963184356689453}
{"example_id": 7342580011533069259, "prediction": "Tracy McConnell", "binary_answer": null, "no_answer_prob": 4.179190397262573}
{"example_id": -4813143697712730682, "prediction": "The population of India was counted as 361,088,090", "binary_answer": null, "no_answer_prob": -1.109034776687622}
{"example_id": 7392811288571368135, "prediction": "Clifford Joseph `` Pee Wee '' Trahan", "binary_answer": null, "no_answer_prob": -3.7836157083511353}
{"example_id": 338119272259923297, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7144851684570312}
{"example_id": 4685212989500661509, "prediction": "", "binary_answer": null, "no_answer_prob": -0.25014203786849976}
{"example_id": 4982772748987411904, "prediction": "Bill Withers", "binary_answer": null, "no_answer_prob": -3.693020224571228}
{"example_id": 1318181099423578694, "prediction": "", "binary_answer": null, "no_answer_prob": 6.877087771892548}
{"example_id": -4336914922542969343, "prediction": "Michael Jackson and Lionel Richie", "binary_answer": null, "no_answer_prob": -0.061164021492004395}
{"example_id": -860429073381744405, "prediction": "February 1 , 2009", "binary_answer": null, "no_answer_prob": -5.837459683418274}
{"example_id": -8900864784222292360, "prediction": "Red blood cells", "binary_answer": null, "no_answer_prob": 3.9039834067225456}
{"example_id": -8008448279006364441, "prediction": "", "binary_answer": null, "no_answer_prob": -5.854381203651428}
{"example_id": 3686707568506986955, "prediction": "", "binary_answer": null, "no_answer_prob": 3.555250823497772}
{"example_id": -7934440915520373726, "prediction": "The citric acid cycle ( CAC ) -- also known as the tricarboxylic acid ( TCA ) cycle", "binary_answer": null, "no_answer_prob": 3.829642176628113}
{"example_id": 8094591024294769303, "prediction": "six", "binary_answer": null, "no_answer_prob": -2.4877959489822388}
{"example_id": -9131850758049700337, "prediction": "201", "binary_answer": null, "no_answer_prob": 2.9466353580355644}
{"example_id": -2857599565985997857, "prediction": "The Bronx -- Whitestone Bridge", "binary_answer": null, "no_answer_prob": 0.5796585083007812}
{"example_id": -4862753821601516745, "prediction": "on the olfactory mucosa in the upper part of the nasal cavity", "binary_answer": null, "no_answer_prob": -2.672299385070801}
{"example_id": 1803561297010960223, "prediction": "Lauren Hastings", "binary_answer": null, "no_answer_prob": -1.2527456283569336}
{"example_id": 3449221565548429140, "prediction": "Baie du Tonnerre", "binary_answer": null, "no_answer_prob": -0.5407817363739014}
{"example_id": 2870633749848320838, "prediction": "Alex is a common given name commonly associated with the Greek name Alexandros", "binary_answer": null, "no_answer_prob": -4.9780473709106445}
{"example_id": 3188818950580174570, "prediction": "", "binary_answer": null, "no_answer_prob": 2.020595610141754}
{"example_id": 5238223295674784350, "prediction": "Bates is a common surname of English origin and is derived from the name Bartholomew", "binary_answer": null, "no_answer_prob": 0.4422207474708557}
{"example_id": -2335900678271962549, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -6.47784948348999}
{"example_id": 6529614399319299861, "prediction": "The Vedic period , or Vedic age ( c. 1500 -- c. 500 BCE", "binary_answer": null, "no_answer_prob": 4.5302300453186035}
{"example_id": 2690348507418436819, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7657782211899757}
{"example_id": 5979153299787867084, "prediction": "18", "binary_answer": null, "no_answer_prob": -0.8250107765197754}
{"example_id": -5573231213920618255, "prediction": "Elizabeth Mitchell", "binary_answer": null, "no_answer_prob": -5.136321425437927}
{"example_id": 3590082214593945008, "prediction": "", "binary_answer": null, "no_answer_prob": 4.014814794063568}
{"example_id": -3051624356414459011, "prediction": "Nationals Park , Washington , DC", "binary_answer": null, "no_answer_prob": -2.878134250640869}
{"example_id": 7054066377574421508, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2404723167419434}
{"example_id": -324100760681938275, "prediction": "Jawaharlal Nehru", "binary_answer": null, "no_answer_prob": -4.6399757862091064}
{"example_id": -3223914617142043006, "prediction": "", "binary_answer": null, "no_answer_prob": 2.986400693655014}
{"example_id": 2474251009460690769, "prediction": "King Harvest", "binary_answer": null, "no_answer_prob": -8.766646027565002}
{"example_id": 2577838491389923899, "prediction": "Percy Priest Lake in Nashville , Tennessee .", "binary_answer": null, "no_answer_prob": -4.131911754608154}
{"example_id": -8362024366802218480, "prediction": "Once Upon a Time in Wonderland", "binary_answer": null, "no_answer_prob": -0.11684727668762207}
{"example_id": 4904548508353963435, "prediction": "Italy divides law enforcement into Military and Civil forces , distinguishing each `` agency '' by duties and jurisdictions", "binary_answer": null, "no_answer_prob": -1.0371854305267334}
{"example_id": 5241664952343370625, "prediction": "William Edward Hickson", "binary_answer": null, "no_answer_prob": -2.684561610221863}
{"example_id": 4754695420870522718, "prediction": "", "binary_answer": null, "no_answer_prob": -0.30531537532806396}
{"example_id": 4241283450960980383, "prediction": "The First Great Awakening", "binary_answer": null, "no_answer_prob": 2.2825042009353638}
{"example_id": -2088638260702961294, "prediction": "George III", "binary_answer": null, "no_answer_prob": -7.389642953872681}
{"example_id": 5004205915651445856, "prediction": "Barry Nelson", "binary_answer": null, "no_answer_prob": -5.749511480331421}
{"example_id": 4597818957150700101, "prediction": "Stan Wawrinka", "binary_answer": null, "no_answer_prob": -7.30188775062561}
{"example_id": 6711036192986514731, "prediction": "Psalm 23", "binary_answer": null, "no_answer_prob": -0.6381521224975586}
{"example_id": -7804417300050508925, "prediction": "Howie Mandel , Mel B , Heidi Klum and Simon Cowell", "binary_answer": null, "no_answer_prob": -0.45688581466674805}
{"example_id": 2035329864858438656, "prediction": "146", "binary_answer": null, "no_answer_prob": 0.9300218820571899}
{"example_id": 661456154174232501, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0366065502166748}
{"example_id": 662238231513258472, "prediction": "16", "binary_answer": null, "no_answer_prob": 0.12652677297592163}
{"example_id": -8131007238505503143, "prediction": "Death Lineup", "binary_answer": null, "no_answer_prob": 0.2790353298187256}
{"example_id": 724737885404663616, "prediction": "Great white shark Temporal range : 16 -- 0 Ma", "binary_answer": null, "no_answer_prob": 4.651512265205383}
{"example_id": 7967011061476064647, "prediction": "Olaf the Snowman", "binary_answer": null, "no_answer_prob": -2.9304829835891724}
{"example_id": -8981654012514929728, "prediction": "Elias Koteas", "binary_answer": null, "no_answer_prob": -5.623885154724121}
{"example_id": 6555857198606705835, "prediction": "Jack White", "binary_answer": null, "no_answer_prob": 0.6124613285064697}
{"example_id": 5043855927664999084, "prediction": "Venkaiah Naidu", "binary_answer": null, "no_answer_prob": -9.594565868377686}
{"example_id": -1643707786935179334, "prediction": "Italy", "binary_answer": null, "no_answer_prob": -3.0379605293273926}
{"example_id": 4749465968624432467, "prediction": "", "binary_answer": null, "no_answer_prob": 4.924718856811523}
{"example_id": 6592146029580613382, "prediction": "House of Music", "binary_answer": null, "no_answer_prob": 0.7162433862686157}
{"example_id": 1865583860596863280, "prediction": "public law ( \u00f6ffentliches Recht )", "binary_answer": null, "no_answer_prob": 2.7874155566096306}
{"example_id": -9126308607972861813, "prediction": "Paris", "binary_answer": null, "no_answer_prob": -4.079714775085449}
{"example_id": -7306421532191945840, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6036165356636047}
{"example_id": -6805782668246263062, "prediction": "`` Out of My League ''", "binary_answer": null, "no_answer_prob": 5.083296597003937}
{"example_id": -5897175805291228605, "prediction": "The House Subcommittee on Digital Commerce and Consumer Protection", "binary_answer": null, "no_answer_prob": 3.829642176628113}
{"example_id": 179186243111231895, "prediction": "Jesus Christ", "binary_answer": null, "no_answer_prob": -3.9726672172546387}
{"example_id": -6785769079609581190, "prediction": "Gal Gadot - Varsano", "binary_answer": null, "no_answer_prob": -12.922295451164246}
{"example_id": -5931593022833513325, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -3.7022587060928345}
{"example_id": -3185255695477958573, "prediction": "Eric Dane", "binary_answer": null, "no_answer_prob": -12.45585584640503}
{"example_id": 795937211551918144, "prediction": "US $100,000", "binary_answer": null, "no_answer_prob": -2.6914780139923096}
{"example_id": 6967166327726579575, "prediction": "", "binary_answer": null, "no_answer_prob": 4.402989715337753}
{"example_id": 1212955273925817619, "prediction": "atop the Gallery Place rapid transit station of the Washington Metro .", "binary_answer": null, "no_answer_prob": -5.963982701301575}
{"example_id": 5379328815379553197, "prediction": "", "binary_answer": null, "no_answer_prob": -5.16767144203186}
{"example_id": -4102324063683692160, "prediction": "4,705 ft ( 1,434 m )", "binary_answer": null, "no_answer_prob": -3.8805243968963623}
{"example_id": 6534586380632700913, "prediction": "October 2016", "binary_answer": null, "no_answer_prob": -2.8001463413238525}
{"example_id": -997484400849915695, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4369328022003174}
{"example_id": -5845130818045326748, "prediction": "The great Congo River", "binary_answer": null, "no_answer_prob": -9.252096503973007}
{"example_id": -2636623161713410044, "prediction": "1962", "binary_answer": null, "no_answer_prob": -10.35366177558899}
{"example_id": -8517714401308757739, "prediction": "Disruptive innovation", "binary_answer": null, "no_answer_prob": -3.430813431739807}
{"example_id": -4614537553546964808, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5956418514251709}
{"example_id": -5791300652264713114, "prediction": "Jeremy Foley", "binary_answer": null, "no_answer_prob": -11.139163851737976}
{"example_id": -4815735307143914341, "prediction": "", "binary_answer": null, "no_answer_prob": -3.8278621435165405}
{"example_id": 1827006896863671544, "prediction": "", "binary_answer": null, "no_answer_prob": 3.87777841091156}
{"example_id": 807687413877105583, "prediction": "Dylan Thomas Sprouse and Cole Mitchell Sprouse", "binary_answer": null, "no_answer_prob": -1.6593053340911865}
{"example_id": -7032595179251472370, "prediction": "Susanna Wilkerson Dickinson", "binary_answer": null, "no_answer_prob": -0.23386478424072266}
{"example_id": 2263024490547302330, "prediction": "October 22 . This season is the last to feature creator Lauren Iungerich as showrunner .", "binary_answer": null, "no_answer_prob": -0.2567744255065918}
{"example_id": -6502004260589290469, "prediction": "Secondary sex characteristics", "binary_answer": null, "no_answer_prob": -3.276031970977783}
{"example_id": -7896866163858999986, "prediction": "", "binary_answer": null, "no_answer_prob": 4.047154009342194}
{"example_id": -8001040063663738852, "prediction": "Uzbekistan", "binary_answer": null, "no_answer_prob": 0.3168133497238159}
{"example_id": -358830793947444696, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A waveform", "binary_answer": null, "no_answer_prob": 4.195637583732605}
{"example_id": 5098459919307938327, "prediction": "Archimedes", "binary_answer": null, "no_answer_prob": 1.769972562789917}
{"example_id": 1118903002262820726, "prediction": "two miners who find a mysterious passage into a dance studio . It won the group an MTV Europe Music Award for Best Video .", "binary_answer": null, "no_answer_prob": 0.5832783579826355}
{"example_id": -3068131541685394725, "prediction": "Steven Adler", "binary_answer": null, "no_answer_prob": -9.555482268333435}
{"example_id": -3202343866587323217, "prediction": "The Mine Safety and Health Administration ( MSHA )", "binary_answer": null, "no_answer_prob": -5.436771392822266}
{"example_id": 435663201918572945, "prediction": "Plymouth , England", "binary_answer": null, "no_answer_prob": -4.174360632896423}
{"example_id": 8891700251038312998, "prediction": "", "binary_answer": null, "no_answer_prob": -1.960400104522705}
{"example_id": 7658426000439666485, "prediction": "Avonlea on Prince Edward Island", "binary_answer": null, "no_answer_prob": 0.5727050304412842}
{"example_id": 970838361859128068, "prediction": "Jaws : The Revenge", "binary_answer": null, "no_answer_prob": 0.986916184425354}
{"example_id": 1598036939457405126, "prediction": "", "binary_answer": null, "no_answer_prob": 3.481549084186554}
{"example_id": -2844708009105670382, "prediction": "", "binary_answer": null, "no_answer_prob": 5.222739338874817}
{"example_id": 6978049810832474179, "prediction": "Jamie O'Neal", "binary_answer": null, "no_answer_prob": -8.874285101890564}
{"example_id": 5037655504935099754, "prediction": "Amy Manson", "binary_answer": null, "no_answer_prob": -8.415589451789856}
{"example_id": 4969240923579727510, "prediction": "Bob Hoskins -- Harold Shand P.H. Moriarty", "binary_answer": null, "no_answer_prob": -4.635270595550537}
{"example_id": -9016156990851099883, "prediction": "seventeen Broadway dancers", "binary_answer": null, "no_answer_prob": -2.079762578010559}
{"example_id": -9038373707666429270, "prediction": "DeAndre Jordan", "binary_answer": null, "no_answer_prob": -4.43940794467926}
{"example_id": 5587539515116885540, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7894389629364014}
{"example_id": -5978097463654951739, "prediction": "roughly 1,200 kilometers ( 750 mi ) through California", "binary_answer": null, "no_answer_prob": -1.6409614086151123}
{"example_id": 3326990421243454297, "prediction": "Heath Ledger", "binary_answer": null, "no_answer_prob": -12.56806492805481}
{"example_id": 8512613689035242858, "prediction": "Soylent Green", "binary_answer": null, "no_answer_prob": 5.110592931509018}
{"example_id": 5112416204782545682, "prediction": "2017 2017", "binary_answer": null, "no_answer_prob": -5.991216659545898}
{"example_id": -3922249135080998522, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7401419281959534}
{"example_id": 3746159157935930720, "prediction": "Frederick North", "binary_answer": null, "no_answer_prob": -9.027864813804626}
{"example_id": 5812955432648909315, "prediction": "Dragon Ball Z : Battle of Gods", "binary_answer": null, "no_answer_prob": 3.6707175970077515}
{"example_id": -6789883517444104674, "prediction": "Thursday Night Football", "binary_answer": null, "no_answer_prob": 0.6991559267044067}
{"example_id": 399565880188880579, "prediction": "Richard Wayne Penniman", "binary_answer": null, "no_answer_prob": -3.3170851469039917}
{"example_id": -6015015703680730612, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1686388552188873}
{"example_id": -3864607064493910876, "prediction": "Hirdesh Singh ( born 15 March 1983 ) , better known by his stage name Yo Yo Honey Singh or Honey Singh", "binary_answer": null, "no_answer_prob": -1.252482295036316}
{"example_id": 7827957986033574004, "prediction": "Neil Armstrong", "binary_answer": null, "no_answer_prob": -3.7026365995407104}
{"example_id": -1021449407380886303, "prediction": "on the American Broadcasting Company ( ABC )", "binary_answer": null, "no_answer_prob": -1.3090131282806396}
{"example_id": 4755918619759157563, "prediction": "Bruce Willis", "binary_answer": null, "no_answer_prob": 0.11395502090454102}
{"example_id": -8369851465221888453, "prediction": "Munshi Premchand", "binary_answer": null, "no_answer_prob": -8.612169742584229}
{"example_id": 7965858881664467631, "prediction": "", "binary_answer": null, "no_answer_prob": -0.544391393661499}
{"example_id": 6137034015193372829, "prediction": "1995", "binary_answer": null, "no_answer_prob": 0.21227562427520752}
{"example_id": -980836884486017537, "prediction": "One World Trade Center", "binary_answer": null, "no_answer_prob": -1.2111307382583618}
{"example_id": 7728506664410615612, "prediction": "", "binary_answer": null, "no_answer_prob": 4.466548025608063}
{"example_id": 7893424112395630297, "prediction": "sn - Glycerol 3 - phosphate", "binary_answer": null, "no_answer_prob": 0.3385118842124939}
{"example_id": -6898781019949067297, "prediction": "2018", "binary_answer": null, "no_answer_prob": -7.435585021972656}
{"example_id": 6963342409012699618, "prediction": "early October 2017", "binary_answer": null, "no_answer_prob": -4.539129734039307}
{"example_id": -6362765075229966631, "prediction": "Patrick Henry", "binary_answer": null, "no_answer_prob": -7.84330141544342}
{"example_id": -4751521937264703031, "prediction": "Save Me", "binary_answer": null, "no_answer_prob": 1.6324536502361298}
{"example_id": 1131979125526883936, "prediction": "23 November 1963", "binary_answer": null, "no_answer_prob": -2.34553861618042}
{"example_id": -1354891130349942872, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -2.8754695653915405}
{"example_id": 1765488711371624057, "prediction": "22", "binary_answer": null, "no_answer_prob": -0.6967635154724121}
{"example_id": 2727705094759998916, "prediction": "", "binary_answer": null, "no_answer_prob": 4.528862237930298}
{"example_id": 7541606125795867997, "prediction": "all states except Nagaland , Meghalaya , and Mizoram , and in all Union Territories except Delhi .", "binary_answer": null, "no_answer_prob": 3.756442070007324}
{"example_id": 1412542317709795470, "prediction": "Minneapolis", "binary_answer": null, "no_answer_prob": -5.8929219245910645}
{"example_id": 2897007301412391712, "prediction": "July 4 , 1776", "binary_answer": null, "no_answer_prob": -9.30216097831726}
{"example_id": -7567215944500665272, "prediction": "The sixth season", "binary_answer": null, "no_answer_prob": 1.3069640398025513}
{"example_id": -9179114076068380035, "prediction": "October 14 , 2003", "binary_answer": null, "no_answer_prob": 2.0642976239323616}
{"example_id": -6620602289994467130, "prediction": "The Jordanaires", "binary_answer": null, "no_answer_prob": -7.361471652984619}
{"example_id": -8102463079154339600, "prediction": "Canada Curling club Bally Haly", "binary_answer": null, "no_answer_prob": 4.195288151502609}
{"example_id": -3514399487853347349, "prediction": "$11.00 per hour", "binary_answer": null, "no_answer_prob": -4.196306943893433}
{"example_id": 7940576517613363838, "prediction": "Captain James Cook", "binary_answer": null, "no_answer_prob": -5.20969820022583}
{"example_id": -5167346447768681968, "prediction": "", "binary_answer": null, "no_answer_prob": 2.62051123380661}
{"example_id": 4364693792076248653, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8627485036849976}
{"example_id": 4993232957540670980, "prediction": "2018", "binary_answer": null, "no_answer_prob": -0.4222445487976074}
{"example_id": -8232018985324623549, "prediction": "October 17 , 2008", "binary_answer": null, "no_answer_prob": -8.155106544494629}
{"example_id": 5500731972030421381, "prediction": "", "binary_answer": null, "no_answer_prob": -3.1249347925186157}
{"example_id": 6654186870173785524, "prediction": "", "binary_answer": null, "no_answer_prob": 4.726836025714874}
{"example_id": 2488876416350269656, "prediction": "fourth season", "binary_answer": null, "no_answer_prob": -1.0080695152282715}
{"example_id": -2607105789597326909, "prediction": "128 ft ( 39 m )", "binary_answer": null, "no_answer_prob": -5.45537269115448}
{"example_id": 7818239341170845049, "prediction": "eighteen", "binary_answer": null, "no_answer_prob": -3.0908743143081665}
{"example_id": -3531448820393478012, "prediction": "", "binary_answer": null, "no_answer_prob": 2.222829595208168}
{"example_id": -8633816491039222985, "prediction": "", "binary_answer": null, "no_answer_prob": 4.013564825057983}
{"example_id": 8026875231534990860, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6704670786857605}
{"example_id": 8222642630969784265, "prediction": "Rockin ' Sidney", "binary_answer": null, "no_answer_prob": 1.2689695060253143}
{"example_id": 4545213005583418979, "prediction": "Ray Stevens", "binary_answer": null, "no_answer_prob": -2.26155686378479}
{"example_id": 8913105154530829141, "prediction": "", "binary_answer": null, "no_answer_prob": 2.508049488067627}
{"example_id": -7166068833991453247, "prediction": "February 22 , 1961", "binary_answer": null, "no_answer_prob": -2.051178812980652}
{"example_id": 6031887792846970774, "prediction": "Luther Ingram", "binary_answer": null, "no_answer_prob": -6.8734530210494995}
{"example_id": 6824512039842355397, "prediction": "Pathological ''", "binary_answer": null, "no_answer_prob": 4.519104719161987}
{"example_id": -8531942314563806288, "prediction": "558 minutes", "binary_answer": null, "no_answer_prob": -2.4530770778656006}
{"example_id": 7146099758646234174, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0519085824489594}
{"example_id": 5824729768664141968, "prediction": "", "binary_answer": null, "no_answer_prob": 4.444829523563385}
{"example_id": -7226821841494280853, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9797253757715225}
{"example_id": -2826009502804797858, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7833323180675507}
{"example_id": -9200022132889031798, "prediction": "", "binary_answer": null, "no_answer_prob": 1.557248294353485}
{"example_id": -5436401611938433627, "prediction": "The Centre for Interactive Research on Sustainability ( CIRS ) is located at the University of British Columbia", "binary_answer": null, "no_answer_prob": 2.222196042537689}
{"example_id": 4847759391964342390, "prediction": "Panama", "binary_answer": null, "no_answer_prob": 1.489118754863739}
{"example_id": -7440330618121799786, "prediction": "Facebook Watch", "binary_answer": null, "no_answer_prob": 0.8826904296875}
{"example_id": -4265229339653442785, "prediction": "`` Put Your Hand in the Hand ''", "binary_answer": null, "no_answer_prob": 4.02312296628952}
{"example_id": -4482246352718211871, "prediction": "29 \u00b0 43 \u2032 20 '' N 95 \u00b0 21 \u2032 40 '' W", "binary_answer": null, "no_answer_prob": -2.061275362968445}
{"example_id": 3375932602132224207, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6957152485847473}
{"example_id": 4358985928977164210, "prediction": "Bowling for Soup", "binary_answer": null, "no_answer_prob": -3.3637903928756714}
{"example_id": 5967381679542830494, "prediction": "New York", "binary_answer": null, "no_answer_prob": 2.9144990891218185}
{"example_id": -4837636593209812861, "prediction": "William DeVaughn", "binary_answer": null, "no_answer_prob": -2.228408932685852}
{"example_id": -8813301668155530295, "prediction": "`` We Shall Overcome '' is a gospel song which became a protest song and a key anthem of the Civil Rights Movement", "binary_answer": null, "no_answer_prob": -3.2126669883728027}
{"example_id": -5271748505897852576, "prediction": "", "binary_answer": null, "no_answer_prob": 2.294542282819748}
{"example_id": -1302412739132738295, "prediction": "", "binary_answer": null, "no_answer_prob": 4.708704173564911}
{"example_id": 8071139407818088476, "prediction": "The first film was followed by two successful sequels , The Empire Strikes Back ( 1980 ) and Return of the Jedi ( 1983 )", "binary_answer": null, "no_answer_prob": 2.340614426881075}
{"example_id": -5779610085405596217, "prediction": "Utica ( pronounced / \u02c8ju\u02d0t\u026ak\u0259 / ( listen ) ) is a city in the Mohawk Valley", "binary_answer": null, "no_answer_prob": -1.775432527065277}
{"example_id": 7746471427094108536, "prediction": "Trindon Jerard Holliday", "binary_answer": null, "no_answer_prob": -3.954956293106079}
{"example_id": -7668712537571529667, "prediction": "", "binary_answer": null, "no_answer_prob": 0.30941855907440186}
{"example_id": -7964983019750667484, "prediction": "28 December 1895", "binary_answer": null, "no_answer_prob": -6.086447715759277}
{"example_id": 8460208659341782206, "prediction": "Tom Marvolo Riddle", "binary_answer": null, "no_answer_prob": -0.5755870342254639}
{"example_id": -3236424342919770641, "prediction": "2014", "binary_answer": null, "no_answer_prob": -9.502215307205915}
{"example_id": 6011285357826080680, "prediction": "", "binary_answer": null, "no_answer_prob": -4.106770634651184}
{"example_id": 9014191735442103133, "prediction": "July 4 , 1776", "binary_answer": null, "no_answer_prob": 0.27640628814697266}
{"example_id": -5771315109028415713, "prediction": "Rabbinic Judaism", "binary_answer": null, "no_answer_prob": -1.451606035232544}
{"example_id": -3997760194864163694, "prediction": "Julia Louis - Dreyfus", "binary_answer": null, "no_answer_prob": -10.724501967430115}
{"example_id": -3301945253382661325, "prediction": "British rock group The Animals", "binary_answer": null, "no_answer_prob": 1.7177862524986267}
{"example_id": 5901044345604054522, "prediction": "June 25 -- 26 , 1876 , along the Little Bighorn River in the Crow Indian Reservation in southeastern Montana Territory", "binary_answer": null, "no_answer_prob": -9.724031925201416}
{"example_id": -5684137009889388764, "prediction": "Sandi Thom", "binary_answer": null, "no_answer_prob": -8.66266119480133}
{"example_id": 1363428122198307868, "prediction": "Rex Harrison and Julie Andrews", "binary_answer": null, "no_answer_prob": -4.551162004470825}
{"example_id": -1718938023886307042, "prediction": "Penshurst Place and Hever Castle , and at Pinewood and Shepperton Studios", "binary_answer": null, "no_answer_prob": -1.6909208297729492}
{"example_id": -447886061595774242, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7117580808699131}
{"example_id": -3718915594695346526, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -1.414717197418213}
{"example_id": 6984069219317749007, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2650175094604492}
{"example_id": -5641299284929351696, "prediction": "", "binary_answer": null, "no_answer_prob": 4.61904376745224}
{"example_id": -7127869736743610405, "prediction": "September 11 , 1974", "binary_answer": null, "no_answer_prob": -4.256146192550659}
{"example_id": 5755751235806631332, "prediction": "The Berlin Conference", "binary_answer": null, "no_answer_prob": 4.651826351881027}
{"example_id": 62618609207312282, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1807523369789124}
{"example_id": -6596494750045214057, "prediction": "Thomas Nashe", "binary_answer": null, "no_answer_prob": -3.64444899559021}
{"example_id": -3914991978723176608, "prediction": "14 July 31 , 2017 ( 2017 - 07 - 31 ) October 8 , 2017 ( 2017 - 10 - 08 )", "binary_answer": null, "no_answer_prob": -1.1403839588165283}
{"example_id": -7746363568033533745, "prediction": "3,745 ft ( 1,141 m )", "binary_answer": null, "no_answer_prob": -1.1972628831863403}
{"example_id": -6835757735902415280, "prediction": "The Tampa Bay hurricane of 1921", "binary_answer": null, "no_answer_prob": -2.338342070579529}
{"example_id": -5057962651631873577, "prediction": "George Frederick Blanda", "binary_answer": null, "no_answer_prob": -6.060611128807068}
{"example_id": 4459754664696246825, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6053735613822937}
{"example_id": -4681294558509959100, "prediction": "", "binary_answer": null, "no_answer_prob": 3.245909571647644}
{"example_id": 3495933731379934865, "prediction": "", "binary_answer": null, "no_answer_prob": 4.873751282691956}
{"example_id": -7996692217961740747, "prediction": "to secure health and safety at work", "binary_answer": null, "no_answer_prob": -8.252757668495178}
{"example_id": 6466907251484277548, "prediction": "Roberts", "binary_answer": null, "no_answer_prob": -3.42763090133667}
{"example_id": -135128155728505224, "prediction": "about 22 %", "binary_answer": null, "no_answer_prob": -3.7857797145843506}
{"example_id": 7650342317444241560, "prediction": "2005", "binary_answer": null, "no_answer_prob": 0.21874529123306274}
{"example_id": 4776225375457532582, "prediction": "", "binary_answer": null, "no_answer_prob": 4.291595220565796}
{"example_id": -8472452013531944779, "prediction": "Jeri Lynn Ryan", "binary_answer": null, "no_answer_prob": -11.32149362564087}
{"example_id": 205265184254883546, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -1.3499102592468262}
{"example_id": -3347415205620550250, "prediction": "", "binary_answer": null, "no_answer_prob": 3.712929844856262}
{"example_id": -5158164464266309214, "prediction": "82,278 square miles ( 213,100 square kilometers )", "binary_answer": null, "no_answer_prob": 1.0715201497077942}
{"example_id": 5249600261372558083, "prediction": "The Iberian Peninsula", "binary_answer": null, "no_answer_prob": 2.12696373462677}
{"example_id": -5666184786993118685, "prediction": "", "binary_answer": null, "no_answer_prob": 4.162194728851318}
{"example_id": 4637118756165089974, "prediction": "Lynda Carter", "binary_answer": null, "no_answer_prob": -9.381314277648926}
{"example_id": 1574413334120799215, "prediction": "Gap Band", "binary_answer": null, "no_answer_prob": -4.828043341636658}
{"example_id": -7629969320722188586, "prediction": "", "binary_answer": null, "no_answer_prob": 4.49678635597229}
{"example_id": 8834063446341652830, "prediction": "", "binary_answer": null, "no_answer_prob": 2.216149777173996}
{"example_id": -6512048946453404606, "prediction": "Fairground Attraction", "binary_answer": null, "no_answer_prob": -4.820367217063904}
{"example_id": -4916715111486811824, "prediction": "Robert Blake", "binary_answer": null, "no_answer_prob": -3.3711615800857544}
{"example_id": -6396672800589630386, "prediction": "Oregon State", "binary_answer": null, "no_answer_prob": -5.0799572467803955}
{"example_id": -1721885814527414038, "prediction": "a county and the largest and second-most populous island in England", "binary_answer": null, "no_answer_prob": 0.31525540351867676}
{"example_id": 974789837061081451, "prediction": "Country music singer Lynn Anderson", "binary_answer": null, "no_answer_prob": 1.0902926921844482}
{"example_id": 3843316703636212266, "prediction": "October 18 , 2017", "binary_answer": null, "no_answer_prob": 1.4349724054336548}
{"example_id": -1776310593007559070, "prediction": "centrally planned system", "binary_answer": null, "no_answer_prob": -2.549872040748596}
{"example_id": -3559944461289544267, "prediction": "7", "binary_answer": null, "no_answer_prob": 0.017392992973327637}
{"example_id": 7789002127372502187, "prediction": "The 50 U.S. states , in alphabetical order , along with each state 's flag :", "binary_answer": null, "no_answer_prob": 2.666177988052368}
{"example_id": -1482824319404785035, "prediction": "Constrained optimization by linear approximation ( COBYLA )", "binary_answer": null, "no_answer_prob": 3.0134447813034058}
{"example_id": 8904267760322458676, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Ionic bonding", "binary_answer": null, "no_answer_prob": 2.1770099252462387}
{"example_id": -7749826402920437061, "prediction": "The Indian Ocean", "binary_answer": null, "no_answer_prob": 2.374570369720459}
{"example_id": -5970335719814423737, "prediction": "12", "binary_answer": null, "no_answer_prob": -6.527626991271973}
{"example_id": 2689099986364480143, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -0.9453985691070557}
{"example_id": 5364234230484351677, "prediction": "local , state or national governments", "binary_answer": null, "no_answer_prob": 2.221758723258972}
{"example_id": 1098760184293047993, "prediction": "2022", "binary_answer": null, "no_answer_prob": -5.099430680274963}
{"example_id": 3423980622379875624, "prediction": "", "binary_answer": null, "no_answer_prob": 4.653900861740112}
{"example_id": -7582745877240343576, "prediction": "", "binary_answer": null, "no_answer_prob": 3.952297568321228}
{"example_id": -1911490571633113210, "prediction": "18", "binary_answer": null, "no_answer_prob": -2.6539669036865234}
{"example_id": 1301168526611564190, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5437651872634888}
{"example_id": -828472226542439000, "prediction": "On November 21 , 2017 , actor and singer Jordan Fisher and Lindsay Arnold", "binary_answer": null, "no_answer_prob": -1.2588895559310913}
{"example_id": -247509067094588601, "prediction": "1981", "binary_answer": null, "no_answer_prob": -3.4920020699501038}
{"example_id": -2202593139055069197, "prediction": "", "binary_answer": null, "no_answer_prob": 1.515986442565918}
{"example_id": -8613333881199458795, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1315860748291016}
{"example_id": 7981572834510553217, "prediction": "", "binary_answer": null, "no_answer_prob": 5.45753675699234}
{"example_id": -1739160055668946178, "prediction": "Charitie Lees Smith", "binary_answer": null, "no_answer_prob": -1.2533224821090698}
{"example_id": -153019505211791225, "prediction": "Chris Cornell", "binary_answer": null, "no_answer_prob": -5.339863419532776}
{"example_id": -1795411119564599945, "prediction": "John Millington Synge", "binary_answer": null, "no_answer_prob": -1.0351814031600952}
{"example_id": 2940525806589263208, "prediction": "The Boy Is Mine", "binary_answer": null, "no_answer_prob": -1.172044277191162}
{"example_id": -5866908074577191048, "prediction": "Donald K. `` Deke '' Slayton", "binary_answer": null, "no_answer_prob": 1.7601230144500732}
{"example_id": 4128986913795188956, "prediction": "", "binary_answer": null, "no_answer_prob": 3.725167691707611}
{"example_id": 4555612618387565146, "prediction": "20 January 2017", "binary_answer": null, "no_answer_prob": -5.561101794242859}
{"example_id": -4844748985969522810, "prediction": "August 6 and 9 , 1945", "binary_answer": null, "no_answer_prob": 1.605905532836914}
{"example_id": 2681609281350554164, "prediction": "Kimbra", "binary_answer": null, "no_answer_prob": -7.014819025993347}
{"example_id": 8869404488472700911, "prediction": "", "binary_answer": null, "no_answer_prob": -2.5297192335128784}
{"example_id": 4893771522777365152, "prediction": "`` Here Comes the Sun '' is a song written by George Harrison", "binary_answer": null, "no_answer_prob": 1.7254436612129211}
{"example_id": -992690907827621904, "prediction": "Kelsey Grammer", "binary_answer": null, "no_answer_prob": -4.728185057640076}
{"example_id": -7572043940498192460, "prediction": "Paris , France", "binary_answer": null, "no_answer_prob": -4.560467839241028}
{"example_id": -7194512475620654822, "prediction": "Jace Norman", "binary_answer": null, "no_answer_prob": -8.223094463348389}
{"example_id": -9137397040563681688, "prediction": "`` American Pie '' is a song by American singer and songwriter Don McLean", "binary_answer": null, "no_answer_prob": 0.055143892765045166}
{"example_id": 7631360939705650347, "prediction": "Ridley Scott", "binary_answer": null, "no_answer_prob": -10.426544308662415}
{"example_id": 4467124663752101822, "prediction": "Paul McCartney", "binary_answer": null, "no_answer_prob": -9.11972713470459}
{"example_id": 6562690436193066031, "prediction": "1960", "binary_answer": null, "no_answer_prob": -2.8856362104415894}
{"example_id": -8617840349864871396, "prediction": "Henry Albert Azaria", "binary_answer": null, "no_answer_prob": -6.891711354255676}
{"example_id": -610789312044350118, "prediction": "`` On Top of the World '' is a song by the American rock band Imagine Dragons", "binary_answer": null, "no_answer_prob": 1.0906670093536377}
{"example_id": 7913719694636421411, "prediction": "about 385,000 km ( 239,000 mi )", "binary_answer": null, "no_answer_prob": -4.966808915138245}
{"example_id": -1529514365295951720, "prediction": "Sonny Perdue", "binary_answer": null, "no_answer_prob": -6.502793550491333}
{"example_id": -1287563823270820584, "prediction": "2008", "binary_answer": null, "no_answer_prob": -3.578464202582836}
{"example_id": 3985992447472582828, "prediction": "ATP synthase", "binary_answer": null, "no_answer_prob": 4.867286268621683}
{"example_id": -8284654459255249605, "prediction": "", "binary_answer": null, "no_answer_prob": 4.188090682029724}
{"example_id": -7074008175610709332, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0802066922187805}
{"example_id": -7475748212683884887, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3195208311080933}
{"example_id": 6988770747885455084, "prediction": "21 miles ( 34 km ) east of downtown San Antonio .", "binary_answer": null, "no_answer_prob": -5.275282025337219}
{"example_id": 2893092019374589138, "prediction": "Muhammad Ali Jinnah", "binary_answer": null, "no_answer_prob": -11.683829426765442}
{"example_id": -7801752067961474063, "prediction": "October 1 , 1908", "binary_answer": null, "no_answer_prob": -7.642668604850769}
{"example_id": -148617601450369948, "prediction": "Mount Vesuvius", "binary_answer": null, "no_answer_prob": 2.2395440340042114}
{"example_id": 2314802871686187703, "prediction": "Cello Suite No. 1 ( BWV 1007 ) 1 -- Prelude", "binary_answer": null, "no_answer_prob": 3.361617922782898}
{"example_id": -6708189620077692423, "prediction": "District of Columbia", "binary_answer": null, "no_answer_prob": -4.751627683639526}
{"example_id": -5263960050214643914, "prediction": "", "binary_answer": null, "no_answer_prob": 2.200522482395172}
{"example_id": 3480936589092639920, "prediction": "Song \u5b8b", "binary_answer": null, "no_answer_prob": 5.251744866371155}
{"example_id": 5319835687498906468, "prediction": "1994", "binary_answer": null, "no_answer_prob": -1.7478283643722534}
{"example_id": -3620760146801685762, "prediction": "the sixth episode of the second season", "binary_answer": null, "no_answer_prob": -2.5559881925582886}
{"example_id": -2414389434726435315, "prediction": "Fish locomotion", "binary_answer": null, "no_answer_prob": 1.5366421937942505}
{"example_id": 565682737207179323, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4355661869049072}
{"example_id": -8009275461700715624, "prediction": "Shays ' Rebellion", "binary_answer": null, "no_answer_prob": 3.4235912561416626}
{"example_id": 7131876196725885564, "prediction": "", "binary_answer": null, "no_answer_prob": 4.859433114528656}
{"example_id": 9145383577439597023, "prediction": "2002", "binary_answer": null, "no_answer_prob": -2.965579032897949}
{"example_id": -4046336367158816669, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7211804389953613}
{"example_id": -6922171339122813157, "prediction": "April 12 , 1861", "binary_answer": null, "no_answer_prob": -7.430669188499451}
{"example_id": -3461196434896092199, "prediction": "", "binary_answer": null, "no_answer_prob": -4.595069527626038}
{"example_id": -4125210246915357329, "prediction": "lunch", "binary_answer": null, "no_answer_prob": 0.7409993410110474}
{"example_id": 2897477286142838468, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5778845846652985}
{"example_id": -4495099809761603038, "prediction": "the Chief Justice of India", "binary_answer": null, "no_answer_prob": -1.7767133712768555}
{"example_id": -439042392124838936, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8202411606907845}
{"example_id": 7371685832790721234, "prediction": "The most familiar kind of paresthesia is the sensation known as `` pins and needles", "binary_answer": null, "no_answer_prob": 2.502322919666767}
{"example_id": 9214534648926827418, "prediction": "2013", "binary_answer": null, "no_answer_prob": -4.377556085586548}
{"example_id": 2692122254915498574, "prediction": "March 27 May 1", "binary_answer": null, "no_answer_prob": -6.604820609092712}
{"example_id": 1660595106508256314, "prediction": "Danny Lloyd", "binary_answer": null, "no_answer_prob": 1.83823761343956}
{"example_id": 284573799586483987, "prediction": "0.34", "binary_answer": null, "no_answer_prob": -0.9487440586090088}
{"example_id": 7690269470644567615, "prediction": "after the Berlin Conference in the 19th century", "binary_answer": null, "no_answer_prob": -0.9996070861816406}
{"example_id": 5146059878319515436, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5038731694221497}
{"example_id": -37658862816410823, "prediction": "", "binary_answer": null, "no_answer_prob": -3.0871342420578003}
{"example_id": -6185958007938889143, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": 0.2976536750793457}
{"example_id": -7770730039393288116, "prediction": "", "binary_answer": null, "no_answer_prob": 4.879256516695023}
{"example_id": 9150955474788261425, "prediction": "", "binary_answer": null, "no_answer_prob": 2.586457908153534}
{"example_id": 1578000675191134268, "prediction": "Finn Wolfhard", "binary_answer": null, "no_answer_prob": -1.9665495157241821}
{"example_id": -503279164422554899, "prediction": "", "binary_answer": null, "no_answer_prob": -3.503916025161743}
{"example_id": -6472712490834106896, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2243497371673584}
{"example_id": -806008116627337296, "prediction": "Brian Hoyer", "binary_answer": null, "no_answer_prob": -9.217595338821411}
{"example_id": -1196729186427360044, "prediction": "Punta Gorda Airport", "binary_answer": null, "no_answer_prob": -7.735543727874756}
{"example_id": -2094204428060165234, "prediction": "Willy Wonka and Freddie Highmore", "binary_answer": null, "no_answer_prob": -3.7420661449432373}
{"example_id": 8874324811832738126, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2055890560150146}
{"example_id": -7313777656939471418, "prediction": "A retrovirus", "binary_answer": null, "no_answer_prob": 2.4788326621055603}
{"example_id": -3279984538149973123, "prediction": "David Edward Williams OBE ( born 20 August 1971 ) , known professionally as David Walliams", "binary_answer": null, "no_answer_prob": -5.821222186088562}
{"example_id": 1592153645701322107, "prediction": "The Hate U Give", "binary_answer": null, "no_answer_prob": 3.539848580956459}
{"example_id": 8436054463509144529, "prediction": "7 : 38", "binary_answer": null, "no_answer_prob": 1.5493392944335938}
{"example_id": 3788271762016890813, "prediction": "UW ( often pronounced `` U-Dub '' )", "binary_answer": null, "no_answer_prob": -1.4920769333839417}
{"example_id": 8534980359469271636, "prediction": "Mayon in Albay", "binary_answer": null, "no_answer_prob": 0.5439850091934204}
{"example_id": -3868783914633893276, "prediction": "", "binary_answer": null, "no_answer_prob": 3.416954278945923}
{"example_id": -8602721944840980647, "prediction": "Daniel J. Travanti", "binary_answer": null, "no_answer_prob": -1.384361743927002}
{"example_id": -2742187368614425184, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8714739680290222}
{"example_id": -49544909738947984, "prediction": "`` For the Good Times '' is a song written by Kris Kristofferson", "binary_answer": null, "no_answer_prob": 1.8146175146102905}
{"example_id": -1260168217484706833, "prediction": "2016 Georgia 8 -- 5 4 - 4 3rd ( Eastern ) W Liberty 2017", "binary_answer": null, "no_answer_prob": -5.236347913742065}
{"example_id": -6090822662525553298, "prediction": "Smokin '", "binary_answer": null, "no_answer_prob": 2.87649267911911}
{"example_id": -8618605793320951504, "prediction": "Thomas Jefferson", "binary_answer": null, "no_answer_prob": -0.600443959236145}
{"example_id": -6006437468384934585, "prediction": "The General 's Daughter", "binary_answer": null, "no_answer_prob": -0.5467648506164551}
{"example_id": -2556006192323146727, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -6.508162975311279}
{"example_id": 2187572076226801751, "prediction": "disputed border area between China and India", "binary_answer": null, "no_answer_prob": 1.9030393362045288}
{"example_id": 6562304557552812836, "prediction": "Wisconsin", "binary_answer": null, "no_answer_prob": -3.2616604566574097}
{"example_id": 164657081694304046, "prediction": "USA Network", "binary_answer": null, "no_answer_prob": -2.1362000703811646}
{"example_id": 7561758693801794012, "prediction": "", "binary_answer": null, "no_answer_prob": 2.580157481133938}
{"example_id": 3532370092125718013, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8693607300519943}
{"example_id": 3915411498121022190, "prediction": "Jerry Rice", "binary_answer": null, "no_answer_prob": 0.1675494909286499}
{"example_id": 4938567947444729045, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 6.435324251651764}
{"example_id": -2205439830862864188, "prediction": "Timberlake", "binary_answer": null, "no_answer_prob": -5.763064980506897}
{"example_id": -8487789042691230688, "prediction": "A standalone mode , Fortnite Battle Royale", "binary_answer": null, "no_answer_prob": 3.8195446729660034}
{"example_id": -3809456355217021528, "prediction": "Jenna Coleman", "binary_answer": null, "no_answer_prob": -3.6893861293792725}
{"example_id": -4572725021537194285, "prediction": "Joshua Paul Dallas", "binary_answer": null, "no_answer_prob": -5.164324522018433}
{"example_id": -1466579800831898234, "prediction": "configuration data , documentation , help data , message templates , pre-written code and subroutines , classes , values or type specifications", "binary_answer": null, "no_answer_prob": 1.9808810651302338}
{"example_id": -4786593787706335329, "prediction": "", "binary_answer": null, "no_answer_prob": 3.968212366104126}
{"example_id": 9095658724026377017, "prediction": "The Secret Life of Pets", "binary_answer": null, "no_answer_prob": -0.595655083656311}
{"example_id": 8109396219916706171, "prediction": "Fox Network", "binary_answer": null, "no_answer_prob": -1.9127169847488403}
{"example_id": 3453595725488611576, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8530347347259521}
{"example_id": 7530093689585344248, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0046247243881226}
{"example_id": 7042627976731758933, "prediction": "`` Never Gonna Give You Up ''", "binary_answer": null, "no_answer_prob": 1.996131956577301}
{"example_id": 3053810956333480448, "prediction": "The United States Armed Forces", "binary_answer": null, "no_answer_prob": 3.5218440294265747}
{"example_id": -7233275184519871489, "prediction": "", "binary_answer": null, "no_answer_prob": 4.812217116355896}
{"example_id": -6325456239012977754, "prediction": "Adolf Hitler", "binary_answer": null, "no_answer_prob": -1.386094331741333}
{"example_id": 1110352346497755212, "prediction": "", "binary_answer": null, "no_answer_prob": 3.541918098926544}
{"example_id": 3801710522919104634, "prediction": "Kraigg Brathwaite", "binary_answer": null, "no_answer_prob": -1.601689338684082}
{"example_id": 7722055373064048929, "prediction": "Tomorrow , When the War Began", "binary_answer": null, "no_answer_prob": 0.7374546946957707}
{"example_id": -5811844853546957985, "prediction": "Melanie `` Mel '' Owen", "binary_answer": null, "no_answer_prob": -0.8492347002029419}
{"example_id": 2988190536299610456, "prediction": "", "binary_answer": null, "no_answer_prob": 3.095704436302185}
{"example_id": -5475246736696828022, "prediction": "", "binary_answer": null, "no_answer_prob": 5.571730971336365}
{"example_id": 4205742444831365762, "prediction": "The Santa Clause", "binary_answer": null, "no_answer_prob": 2.085959553718567}
{"example_id": -2080631000839539225, "prediction": "1898 as the Territory of Hawaii . In 1959 , the islands became the state of Hawaii of the United States .", "binary_answer": null, "no_answer_prob": 3.421958267688751}
{"example_id": 7830869262997855742, "prediction": "Mike Mulligan and His Steam Shovel", "binary_answer": null, "no_answer_prob": 4.202917754650116}
{"example_id": 7135956910125091353, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -8.37604308128357}
{"example_id": -9014547525984148785, "prediction": "1980 2008", "binary_answer": null, "no_answer_prob": -1.9922533333301544}
{"example_id": -8154792049020946982, "prediction": "Los Bravos", "binary_answer": null, "no_answer_prob": -2.0579915046691895}
{"example_id": 3072590264362653765, "prediction": "Icarus", "binary_answer": null, "no_answer_prob": 1.3445649147033691}
{"example_id": -3274606763316640276, "prediction": "The United States Marine Corps ( USMC )", "binary_answer": null, "no_answer_prob": -1.024583339691162}
{"example_id": 4298413704747920942, "prediction": "President George Washington", "binary_answer": null, "no_answer_prob": -1.2504785060882568}
{"example_id": 2775319337885001906, "prediction": "", "binary_answer": null, "no_answer_prob": -0.13909268379211426}
{"example_id": -7443828569924995904, "prediction": "Colonists who supported the British cause in the American Revolution were Loyalists", "binary_answer": null, "no_answer_prob": 1.0870305299758911}
{"example_id": 2261228936265437256, "prediction": "1837", "binary_answer": null, "no_answer_prob": -2.785463333129883}
{"example_id": 4673538029525383170, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3117570877075195}
{"example_id": 7774732896011540426, "prediction": "1932", "binary_answer": null, "no_answer_prob": -5.086142539978027}
{"example_id": 8871000238380963845, "prediction": "Paula Abdul Simon Cowell", "binary_answer": null, "no_answer_prob": -3.2491378784179688}
{"example_id": 6176492787649496671, "prediction": "twelve", "binary_answer": null, "no_answer_prob": -2.007215738296509}
{"example_id": 2389510054222243562, "prediction": "Sir Ian Murray McKellen", "binary_answer": null, "no_answer_prob": -3.01706600189209}
{"example_id": -1033222455904613377, "prediction": "1830", "binary_answer": null, "no_answer_prob": -0.1889486312866211}
{"example_id": -3126027700856667004, "prediction": "18", "binary_answer": null, "no_answer_prob": -4.86050271987915}
{"example_id": 2848684950414534047, "prediction": "Eugene Wigner", "binary_answer": null, "no_answer_prob": -4.643213152885437}
{"example_id": -4441691123479114426, "prediction": "early February", "binary_answer": null, "no_answer_prob": 0.7527639865875244}
{"example_id": -7239921188053478254, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0831072628498077}
{"example_id": 2349802982527013529, "prediction": "Despite originally being billed as a miniseries , HBO renewed the series for a second season", "binary_answer": null, "no_answer_prob": 0.4234350919723511}
{"example_id": -2820472470958240691, "prediction": "Bring Me the Head of Alfredo Garcia", "binary_answer": null, "no_answer_prob": 1.4972607493400574}
{"example_id": -4739779649348284128, "prediction": "", "binary_answer": null, "no_answer_prob": 3.18884839117527}
{"example_id": 8512969563249507975, "prediction": "38 matches each ( playing each team in the league twice , home and away ) , totalling 380", "binary_answer": null, "no_answer_prob": -0.6346254348754883}
{"example_id": 773838079842099403, "prediction": "July 20 , 1969", "binary_answer": null, "no_answer_prob": -2.9618759155273438}
{"example_id": 3896425085819683205, "prediction": "February 18 , 2018", "binary_answer": null, "no_answer_prob": -4.2360570430755615}
{"example_id": 7139116389243010903, "prediction": "Hester is both a female given name and a surname . As a given name Hester is a variant of Esther", "binary_answer": null, "no_answer_prob": -4.407413721084595}
{"example_id": 9187810679492886793, "prediction": "`` Life on Mars ? '' , also known as `` ( Is There ) Life on Mars ? ''", "binary_answer": null, "no_answer_prob": -3.1443289518356323}
{"example_id": 8232757844163405590, "prediction": "8", "binary_answer": null, "no_answer_prob": -4.732900381088257}
{"example_id": 9197697957976007899, "prediction": "Celine Dion", "binary_answer": null, "no_answer_prob": -0.2227637767791748}
{"example_id": -7071119306118885926, "prediction": "Russia and Qatar", "binary_answer": null, "no_answer_prob": 2.4977831095457077}
{"example_id": -7846175543670883128, "prediction": "Harvard University", "binary_answer": null, "no_answer_prob": -6.898926019668579}
{"example_id": 452123086213508247, "prediction": "France , Spain , and the Dutch Republic", "binary_answer": null, "no_answer_prob": 2.327185273170471}
{"example_id": 6386339433690885144, "prediction": "the dermal layer of the skin", "binary_answer": null, "no_answer_prob": -2.119038224220276}
{"example_id": 8452219194022985554, "prediction": "While most of the main cast have been with the series since it debuted in April 2009 , actors Rob Lowe and Adam Scott", "binary_answer": null, "no_answer_prob": 1.096387043595314}
{"example_id": 1284465190859962896, "prediction": "", "binary_answer": null, "no_answer_prob": 3.190397620201111}
{"example_id": 7244820815922610434, "prediction": "Lapse rate", "binary_answer": null, "no_answer_prob": -6.808988332748413}
{"example_id": -3058681202143997361, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3991801738739014}
{"example_id": 5720357985207858947, "prediction": "Joe Maddon", "binary_answer": null, "no_answer_prob": -2.2136759757995605}
{"example_id": -6140211087157070319, "prediction": "South Carolina is a `` shall issue '' concealed carry permit state", "binary_answer": null, "no_answer_prob": 0.8662609457969666}
{"example_id": 7690425622546849075, "prediction": "Nirmala Sitharaman", "binary_answer": null, "no_answer_prob": -5.905021667480469}
{"example_id": 8847354546608286310, "prediction": "", "binary_answer": null, "no_answer_prob": -3.2500656843185425}
{"example_id": 4174294807029812925, "prediction": "Santa Fe", "binary_answer": null, "no_answer_prob": -2.9456573724746704}
{"example_id": 9069431701350651059, "prediction": "", "binary_answer": null, "no_answer_prob": 3.746128350496292}
{"example_id": -1902381158427313628, "prediction": "Halewood and Solihull plants", "binary_answer": null, "no_answer_prob": -4.351353168487549}
{"example_id": -595900732775935801, "prediction": "Caspian Sea", "binary_answer": null, "no_answer_prob": -5.408360481262207}
{"example_id": 6868687021579247228, "prediction": "United States permanent residents are required to show their Permanent Resident Card ( green card ) . No passport or visa is required .", "binary_answer": null, "no_answer_prob": 2.6486088037490845}
{"example_id": -7021981143973671844, "prediction": "Tony Bennett", "binary_answer": null, "no_answer_prob": -6.379109263420105}
{"example_id": 3716943449734480322, "prediction": "Sly Fox", "binary_answer": null, "no_answer_prob": -3.6290242671966553}
{"example_id": -4505429291678080448, "prediction": "", "binary_answer": null, "no_answer_prob": 3.784687042236328}
{"example_id": -7147575837798532734, "prediction": "along an east - to - west line across the historical northern borders of China", "binary_answer": null, "no_answer_prob": -2.5871013402938843}
{"example_id": 1274270609013327939, "prediction": "Cheap Trick", "binary_answer": null, "no_answer_prob": -7.571428656578064}
{"example_id": 9176651943912639776, "prediction": "Pennington County", "binary_answer": null, "no_answer_prob": -2.02270770072937}
{"example_id": -6216121224477839626, "prediction": "The Taft -- Hartley Act outlawed the closed shop", "binary_answer": null, "no_answer_prob": -0.5100815296173096}
{"example_id": 4169922318492542709, "prediction": "", "binary_answer": null, "no_answer_prob": 4.609968185424805}
{"example_id": -1544269872683322277, "prediction": "Rose", "binary_answer": null, "no_answer_prob": 4.642899036407471}
{"example_id": -5868930812419393951, "prediction": "The United Kingdom does not have one specific constitutional document named as such . Instead , the so - called constitution of the United Kingdom", "binary_answer": null, "no_answer_prob": 2.3270450867712498}
{"example_id": -1906671009426132130, "prediction": "Jean Hersholt", "binary_answer": null, "no_answer_prob": -2.4174752235412598}
{"example_id": 5390111461502305719, "prediction": "Dee Snider", "binary_answer": null, "no_answer_prob": -5.355842232704163}
{"example_id": 4303564332112787684, "prediction": "Homenetmen Beirut", "binary_answer": null, "no_answer_prob": -2.828188419342041}
{"example_id": -1393907716691032621, "prediction": "Calgary Stampeders", "binary_answer": null, "no_answer_prob": -3.088454484939575}
{"example_id": 7337368624117179754, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Global citizenship", "binary_answer": null, "no_answer_prob": 2.748972177505493}
{"example_id": -3392849429531347740, "prediction": "Comedy Central", "binary_answer": null, "no_answer_prob": 3.5252865254879}
{"example_id": -5573357739146589469, "prediction": "`` Beds Are Burning '' is a 1987", "binary_answer": null, "no_answer_prob": 5.5922858119010925}
{"example_id": 7348005180629503206, "prediction": "Christina Moore", "binary_answer": null, "no_answer_prob": -3.285884380340576}
{"example_id": -6498917580891001702, "prediction": "", "binary_answer": null, "no_answer_prob": 4.974148362874985}
{"example_id": 7690682516518935026, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -7.481094837188721}
{"example_id": -107214109095329415, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6309266090393066}
{"example_id": 7273272075690352369, "prediction": "Ace of Base", "binary_answer": null, "no_answer_prob": -5.986929178237915}
{"example_id": -2789898797183354352, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7038365602493286}
{"example_id": -5779087988204512933, "prediction": "Jeppe Tranholm - Mikkelsen", "binary_answer": null, "no_answer_prob": -5.504729747772217}
{"example_id": -4087829731098617906, "prediction": "Michael Jonas Evans", "binary_answer": null, "no_answer_prob": -8.139795422554016}
{"example_id": 8737971059000480111, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Vascularity", "binary_answer": null, "no_answer_prob": 0.6451336145401001}
{"example_id": 5618576898438421377, "prediction": "2017", "binary_answer": null, "no_answer_prob": 0.04688096046447754}
{"example_id": 7601066006322125432, "prediction": "Oklahoma Sooners and the Georgia Bulldogs", "binary_answer": null, "no_answer_prob": -8.568369388580322}
{"example_id": 20892934614192667, "prediction": "Tom Brady", "binary_answer": null, "no_answer_prob": -4.541981816291809}
{"example_id": -990485680861647558, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0887193232774734}
{"example_id": 4022415118513457748, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0515947341918945}
{"example_id": 3804040789792155280, "prediction": "Steve Tilston", "binary_answer": null, "no_answer_prob": -0.5940860509872437}
{"example_id": 590023274276680362, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": 2.2637614868581295}
{"example_id": 6970719790730498385, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4152526259422302}
{"example_id": 1451940281937053603, "prediction": "The establishment of a British trading post in Singapore in 1819 by Sir Stamford Raffles", "binary_answer": null, "no_answer_prob": -1.4695491790771484}
{"example_id": 8092423452636418461, "prediction": "Lusail Iconic Stadium Lusail , Qatar 2026 TBD United States", "binary_answer": null, "no_answer_prob": 1.143366813659668}
{"example_id": 4106541976225717010, "prediction": "England", "binary_answer": null, "no_answer_prob": -7.19209885597229}
{"example_id": -3776810834816414195, "prediction": "Simon & Garfunkel", "binary_answer": null, "no_answer_prob": -7.458331227302551}
{"example_id": -3985338326900509994, "prediction": "Bill Withers", "binary_answer": null, "no_answer_prob": -3.7941631078720093}
{"example_id": -6267988425840311468, "prediction": "cutaneous receptors are the types of sensory receptor found in the dermis or epidermis", "binary_answer": null, "no_answer_prob": -1.9191898107528687}
{"example_id": -6846461035945895575, "prediction": "`` With a Little Help from My Friends '' is a song by the English rock band the Beatles", "binary_answer": null, "no_answer_prob": 0.7147952318191528}
{"example_id": 9196950051804493286, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3451842069625854}
{"example_id": -5482590267888369018, "prediction": "Lucifer", "binary_answer": null, "no_answer_prob": -4.241963505744934}
{"example_id": 887243302273857507, "prediction": "Robert Lamm", "binary_answer": null, "no_answer_prob": -8.444962620735168}
{"example_id": -6336549265337264825, "prediction": "", "binary_answer": null, "no_answer_prob": 5.515175104141235}
{"example_id": 3316541297576713659, "prediction": "American Authors", "binary_answer": null, "no_answer_prob": -4.890031218528748}
{"example_id": -4918552545119960975, "prediction": "North America", "binary_answer": null, "no_answer_prob": -0.842835545539856}
{"example_id": 5296861809552832354, "prediction": "Bolivia", "binary_answer": null, "no_answer_prob": -0.17509543895721436}
{"example_id": 5538879424517624730, "prediction": "", "binary_answer": null, "no_answer_prob": 4.064848363399506}
{"example_id": 2487088749041530171, "prediction": "Total Drama Island", "binary_answer": null, "no_answer_prob": -2.7856346368789673}
{"example_id": -5401686064708901956, "prediction": "Peyton Roi List", "binary_answer": null, "no_answer_prob": -9.91955304145813}
{"example_id": 908684624871162279, "prediction": "", "binary_answer": null, "no_answer_prob": 3.263192653656006}
{"example_id": -7659860548320935512, "prediction": "", "binary_answer": null, "no_answer_prob": -0.179468035697937}
{"example_id": -4555607120929378828, "prediction": "18", "binary_answer": null, "no_answer_prob": 0.9770967960357666}
{"example_id": 3160625715823035093, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5343401581048965}
{"example_id": 1601646334952969288, "prediction": "12 miles ( 19 km ) east of downtown Fort Worth and 20 miles ( 32 km ) west of downtown Dallas .", "binary_answer": null, "no_answer_prob": -0.5077098608016968}
{"example_id": -92807029451367800, "prediction": "Saina Nehwal", "binary_answer": null, "no_answer_prob": -7.473959922790527}
{"example_id": 259921534738691065, "prediction": "January to April 2017", "binary_answer": null, "no_answer_prob": -3.358085513114929}
{"example_id": -1236121250701808469, "prediction": "In the American League , the New York Yankees", "binary_answer": null, "no_answer_prob": -1.0809621810913086}
{"example_id": -8818716614814375084, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9510182440280914}
{"example_id": -8507866614948732558, "prediction": "", "binary_answer": null, "no_answer_prob": 3.449250102043152}
{"example_id": -7836436546278113693, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -8.086684346199036}
{"example_id": 6435000330564679320, "prediction": "An electronic signature , or e-signature", "binary_answer": null, "no_answer_prob": 0.08333921432495117}
{"example_id": 7333960872459317725, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.3613186478614807}
{"example_id": -4190152553345504597, "prediction": "Doris Roberts", "binary_answer": null, "no_answer_prob": -5.260246157646179}
{"example_id": 5638058614971690578, "prediction": "Stringer Lawrence", "binary_answer": null, "no_answer_prob": -2.607783794403076}
{"example_id": 3903859296553579848, "prediction": "2006", "binary_answer": null, "no_answer_prob": -2.877228707075119}
{"example_id": -8210873946197866493, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8810088634490967}
{"example_id": -8993111873500153502, "prediction": "November 7 , 2017", "binary_answer": null, "no_answer_prob": -5.329296588897705}
{"example_id": 7729420216573780021, "prediction": "19 - 21 19 - 21 2015 Jakarta ( 3 ) Chen Long 14 -- 21 , 17 -- 21", "binary_answer": null, "no_answer_prob": 0.2833935022354126}
{"example_id": 4941090611421671840, "prediction": "Pacific Ocean Ocean", "binary_answer": null, "no_answer_prob": 0.3688068389892578}
{"example_id": 3663899504290155468, "prediction": "Lucy Maud Montgomery", "binary_answer": null, "no_answer_prob": -5.679559230804443}
{"example_id": 8784787601836110150, "prediction": "Horatio Spafford", "binary_answer": null, "no_answer_prob": -2.582831382751465}
{"example_id": -7474269174343275954, "prediction": "", "binary_answer": null, "no_answer_prob": 5.21991091966629}
{"example_id": 3733687542715008731, "prediction": "John Lennon", "binary_answer": null, "no_answer_prob": -7.721396446228027}
{"example_id": -8692966746673263974, "prediction": "about 2.7 g / cm", "binary_answer": null, "no_answer_prob": -8.707319259643555}
{"example_id": 1297166574596331752, "prediction": "Shawn D. Fonteno", "binary_answer": null, "no_answer_prob": -11.760736107826233}
{"example_id": 6742038012456503067, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A day", "binary_answer": null, "no_answer_prob": 3.2431771755218506}
{"example_id": -6171249360728415863, "prediction": "July", "binary_answer": null, "no_answer_prob": -0.6197779178619385}
{"example_id": 4587235363005043431, "prediction": "1998", "binary_answer": null, "no_answer_prob": -3.8190209846943617}
{"example_id": -5226444446624713120, "prediction": "Marion Try Slaughter", "binary_answer": null, "no_answer_prob": 4.614602149929851}
{"example_id": 1150447732194270924, "prediction": "60 in \u00d7 80 in ( 152 cm \u00d7 203 cm )", "binary_answer": null, "no_answer_prob": -1.4117717742919922}
{"example_id": -8390531488113067181, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -7.410665988922119}
{"example_id": -1746941328258660617, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9317432641983032}
{"example_id": -150022310114540024, "prediction": "", "binary_answer": null, "no_answer_prob": 3.591767132282257}
{"example_id": 1362492049221427037, "prediction": "20 November", "binary_answer": null, "no_answer_prob": -3.467724084854126}
{"example_id": 748117566243419892, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7972737550735474}
{"example_id": 3484265451298926829, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9042648077011108}
{"example_id": 5053437001563697902, "prediction": "", "binary_answer": null, "no_answer_prob": 2.936288356781006}
{"example_id": -2279736431350904133, "prediction": "", "binary_answer": null, "no_answer_prob": -5.011133909225464}
{"example_id": -1562894219989408434, "prediction": "Mufasa", "binary_answer": null, "no_answer_prob": -4.12147331237793}
{"example_id": 7914809114380179546, "prediction": "March 7 , 1992 , to February 8 , 1997", "binary_answer": null, "no_answer_prob": -7.289262771606445}
{"example_id": 8916926497879507269, "prediction": "", "binary_answer": null, "no_answer_prob": 3.716813325881958}
{"example_id": 5252003067838268519, "prediction": "", "binary_answer": null, "no_answer_prob": 3.923449695110321}
{"example_id": 1705738389768508512, "prediction": "1707", "binary_answer": null, "no_answer_prob": -0.9455339908599854}
{"example_id": -8776655846216542649, "prediction": "James Earl Jones", "binary_answer": null, "no_answer_prob": -8.069117426872253}
{"example_id": 2359212129806367767, "prediction": "British Columbia", "binary_answer": null, "no_answer_prob": -1.1987403631210327}
{"example_id": 3866472123646407950, "prediction": "In the US military , a squad leader", "binary_answer": null, "no_answer_prob": -2.192038416862488}
{"example_id": -2146481690463171459, "prediction": "Lakes Superior , Michigan , Huron ( or Michigan -- Huron ) , Erie , and Ontario", "binary_answer": null, "no_answer_prob": -4.018483996391296}
{"example_id": 5382399624277720362, "prediction": "1980 2008", "binary_answer": null, "no_answer_prob": -4.014525502920151}
{"example_id": -8766903714629873885, "prediction": "Circle , circle . Dot , dot . Now you got your cootie shot .", "binary_answer": null, "no_answer_prob": -1.581740140914917}
{"example_id": 4733336370156793182, "prediction": "Qui - Gon Jinn", "binary_answer": null, "no_answer_prob": -5.58818519115448}
{"example_id": 8236593213458204693, "prediction": "Cassandra metaphor", "binary_answer": null, "no_answer_prob": -2.5458039045333862}
{"example_id": -3824631469951210827, "prediction": "Garth Brooks", "binary_answer": null, "no_answer_prob": -9.752947926521301}
{"example_id": 4947686413795599322, "prediction": "Martin Luther King Jr", "binary_answer": null, "no_answer_prob": -10.393063187599182}
{"example_id": -7222118853707945305, "prediction": "The Convention", "binary_answer": null, "no_answer_prob": 3.510001540184021}
{"example_id": -1608906216367867006, "prediction": "the caves beneath Wayne Manor", "binary_answer": null, "no_answer_prob": -1.4472925662994385}
{"example_id": 6967621407255586589, "prediction": "Vasco N\u00fa\u00f1ez de Balboa", "binary_answer": null, "no_answer_prob": -7.6044358015060425}
{"example_id": 8459673030706554218, "prediction": "The French Revolution had a major impact on Europe and the New World", "binary_answer": null, "no_answer_prob": -3.0582427978515625}
{"example_id": 8999829135600114112, "prediction": "Martin Luther and continued by John Calvin , Huldrych Zwingli , and other early Protestant Reformers", "binary_answer": null, "no_answer_prob": -0.9572312831878662}
{"example_id": -1532791886278577501, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -6.802544355392456}
{"example_id": 372122708996259106, "prediction": "Coulomb", "binary_answer": null, "no_answer_prob": 3.751050630584359}
{"example_id": 1755596894603341451, "prediction": "Louis C.K.", "binary_answer": null, "no_answer_prob": -2.0780715942382812}
{"example_id": -4774225344061059043, "prediction": "Supertramp", "binary_answer": null, "no_answer_prob": -4.955990433692932}
{"example_id": 2887078091561872532, "prediction": "blue jay", "binary_answer": null, "no_answer_prob": -4.706063508987427}
{"example_id": -4483628158654645194, "prediction": "Jennifer Lynn Connelly", "binary_answer": null, "no_answer_prob": -1.941224217414856}
{"example_id": 1651698231785378369, "prediction": "", "binary_answer": null, "no_answer_prob": 5.106393963098526}
{"example_id": -7236380698297826618, "prediction": "Yankton is a city in , and the county seat of , Yankton County", "binary_answer": null, "no_answer_prob": -1.8684830069541931}
{"example_id": -2648962589831245965, "prediction": "1967", "binary_answer": null, "no_answer_prob": -5.138724058866501}
{"example_id": 2111754417887612334, "prediction": "Clemson Tigers", "binary_answer": null, "no_answer_prob": -3.1120389699935913}
{"example_id": 855909279008510273, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1144882440567017}
{"example_id": 3684626119941024381, "prediction": "Manhattan , Brooklyn , Queens , The Bronx , and Staten Island", "binary_answer": null, "no_answer_prob": -4.10153865814209}
{"example_id": 6353121042331564318, "prediction": "Ronald Pickup", "binary_answer": null, "no_answer_prob": -9.327362537384033}
{"example_id": -135420961026923280, "prediction": "Horse racing has a long and distinguished history and has been practised in civilisations across the world since ancient times", "binary_answer": null, "no_answer_prob": 1.2120302319526672}
{"example_id": -6373372317677776014, "prediction": "Simon Peter", "binary_answer": null, "no_answer_prob": 1.7573412656784058}
{"example_id": 3826636941141416495, "prediction": "Joseph Trent Everett", "binary_answer": null, "no_answer_prob": -7.717860221862793}
{"example_id": -8397651993627578981, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0808416604995728}
{"example_id": -8034325961174367064, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8081109523773193}
{"example_id": 3142328323514484177, "prediction": "July 4 , 1916", "binary_answer": null, "no_answer_prob": 0.9550573825836182}
{"example_id": -5704906887387768153, "prediction": "", "binary_answer": null, "no_answer_prob": 4.589012622833252}
{"example_id": -6135946329494286034, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0841904282569885}
{"example_id": 3455060973685343176, "prediction": "13", "binary_answer": null, "no_answer_prob": 4.746249079704285}
{"example_id": -6245814877547872597, "prediction": "The Code of Laws of the United States of America", "binary_answer": null, "no_answer_prob": -1.1336078643798828}
{"example_id": -2077080565193970597, "prediction": "from Pittsburgh , Pennsylvania , to Cairo , Illinois", "binary_answer": null, "no_answer_prob": -4.3490272760391235}
{"example_id": 5278727362062722246, "prediction": "Nipper", "binary_answer": null, "no_answer_prob": -2.2010024785995483}
{"example_id": -8200457209025643938, "prediction": "Disturbed", "binary_answer": null, "no_answer_prob": -8.959359049797058}
{"example_id": 3097040161716564935, "prediction": "The English name is a calque of the Latin dies caniculares ( lit . `` the puppy days '' )", "binary_answer": null, "no_answer_prob": -3.9914594888687134}
{"example_id": -2310612763144978658, "prediction": "Jennifer Michelle `` Ginnifer '' Goodwin", "binary_answer": null, "no_answer_prob": -4.076422572135925}
{"example_id": -1168568851543588919, "prediction": "75.5 \u00b0 F ( 24.2 \u00b0 C )", "binary_answer": null, "no_answer_prob": -7.346576690673828}
{"example_id": 1357511762055567675, "prediction": "Air Force Two is the air traffic control call sign held by any United States Air Force aircraft", "binary_answer": null, "no_answer_prob": -0.4890187978744507}
{"example_id": 8516757093228528277, "prediction": "FireHouse", "binary_answer": null, "no_answer_prob": -2.7012972831726074}
{"example_id": -40181231085871262, "prediction": "The Catcher in the Rye", "binary_answer": null, "no_answer_prob": 1.029112696647644}
{"example_id": -3686633148544147788, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5530017614364624}
{"example_id": 4182530490960505495, "prediction": "Raleigh Studios Hollywood", "binary_answer": null, "no_answer_prob": -1.1605148315429688}
{"example_id": -1792142003460532685, "prediction": "Her beauty inspired artists of all time to represent her , frequently as the personification of ideal beauty . Christopher Marlowe", "binary_answer": null, "no_answer_prob": -4.389280319213867}
{"example_id": 46933305726586862, "prediction": "Solomon King", "binary_answer": null, "no_answer_prob": -9.3289395570755}
{"example_id": -4369431023310125261, "prediction": "`` Did n't We Almost Have It All '' is the second single from Whitney Houston 's second album Whitney", "binary_answer": null, "no_answer_prob": 1.981010090559721}
{"example_id": 72252429778256842, "prediction": "13.5 Latitude 42 \u00b0 58 \u2032 N to 47 \u00b0 28 \u2032 N Longitude 66 \u00b0 57 \u2032 W to 71 \u00b0 5 \u2032 W", "binary_answer": null, "no_answer_prob": 0.2792121171951294}
{"example_id": -1776945759999283506, "prediction": "Johnson Aguiyi - Ironsi", "binary_answer": null, "no_answer_prob": -0.9430493116378784}
{"example_id": -2051808296560493693, "prediction": "sixth season .", "binary_answer": null, "no_answer_prob": -0.7757169008255005}
{"example_id": 22239020710945433, "prediction": "The Nullification Crisis", "binary_answer": null, "no_answer_prob": 2.409607857465744}
{"example_id": -9157158813783857385, "prediction": "Cnut the Great", "binary_answer": null, "no_answer_prob": -9.360407710075378}
{"example_id": 4987229195175832484, "prediction": "eight", "binary_answer": null, "no_answer_prob": 0.4860649108886719}
{"example_id": 3972800948178679738, "prediction": "Roy", "binary_answer": null, "no_answer_prob": 0.7393383085727692}
{"example_id": -5906506235352224718, "prediction": "as much wood as a woodchuck could chuck if a woodchuck could chuck wood '' .", "binary_answer": null, "no_answer_prob": -3.216625452041626}
{"example_id": 4967903554939519179, "prediction": "", "binary_answer": null, "no_answer_prob": 3.571322798728943}
{"example_id": 8014082301316141706, "prediction": "Alan Shearer", "binary_answer": null, "no_answer_prob": -2.471345901489258}
{"example_id": 344988131677404781, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 4.814211010932922}
{"example_id": 2635519577882070302, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7202584743499756}
{"example_id": -1913708751510061574, "prediction": "March 15 , 1972", "binary_answer": null, "no_answer_prob": -7.073170781135559}
{"example_id": -7896195082647149010, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -2.9150866270065308}
{"example_id": 2752695072995592415, "prediction": "The Walt Disney World Resort", "binary_answer": null, "no_answer_prob": -3.684248447418213}
{"example_id": 7090097599298220443, "prediction": "AHL team New affiliate Old affiliate Chicago Wolves Vegas Golden Knights St. Louis Blues", "binary_answer": null, "no_answer_prob": -0.27976226806640625}
{"example_id": 4442107695974162272, "prediction": "Aerosmith", "binary_answer": null, "no_answer_prob": -8.28820812702179}
{"example_id": 8952487721502935400, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7509645223617554}
{"example_id": 3389231439596875980, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2527427077293396}
{"example_id": -5029845929944916414, "prediction": "", "binary_answer": null, "no_answer_prob": 3.108486294746399}
{"example_id": 6908159203332986290, "prediction": "April 10 , 2013", "binary_answer": null, "no_answer_prob": 3.5029996633529663}
{"example_id": -4155478395040099183, "prediction": "`` Jar of Hearts '' is the debut single by American singer Christina Perri", "binary_answer": null, "no_answer_prob": 3.968198388814926}
{"example_id": 5474832504796478362, "prediction": "", "binary_answer": null, "no_answer_prob": -2.1562968492507935}
{"example_id": -6565455394278301367, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3668569922447205}
{"example_id": -184514849147804399, "prediction": "Daniel arap Moi", "binary_answer": null, "no_answer_prob": -2.3137309551239014}
{"example_id": 6531156058879644411, "prediction": "George O. Wood", "binary_answer": null, "no_answer_prob": -7.09978973865509}
{"example_id": 1014451602512483355, "prediction": "Abraham Lincoln", "binary_answer": null, "no_answer_prob": -7.332217574119568}
{"example_id": 6831873441859437395, "prediction": "`` All Star ''", "binary_answer": null, "no_answer_prob": 2.762274742126465}
{"example_id": -8107001391089328047, "prediction": "", "binary_answer": null, "no_answer_prob": 4.438970118761063}
{"example_id": 2104154675080933919, "prediction": "Denver Dell Pyle", "binary_answer": null, "no_answer_prob": -11.170459270477295}
{"example_id": -6558255662045389370, "prediction": "Redbone", "binary_answer": null, "no_answer_prob": -4.240748405456543}
{"example_id": -4586255834885692095, "prediction": "", "binary_answer": null, "no_answer_prob": 3.380794644355774}
{"example_id": -1457018415932687185, "prediction": "kina", "binary_answer": null, "no_answer_prob": -7.512776494026184}
{"example_id": -3191898835305484552, "prediction": "John Hiatt", "binary_answer": null, "no_answer_prob": 1.9119539260864258}
{"example_id": -2553754837433078805, "prediction": "On January 9 , 2007", "binary_answer": null, "no_answer_prob": 3.2250815331935883}
{"example_id": 102674858928613104, "prediction": "July and August , 2006", "binary_answer": null, "no_answer_prob": 1.452153205871582}
{"example_id": 1132096462727227394, "prediction": "Franco - Cantabrian region in western Europe , and in the caves in the district of Maros ( Sulawesi , Indonesia )", "binary_answer": null, "no_answer_prob": -0.25352370738983154}
{"example_id": 909197700839615718, "prediction": "1963", "binary_answer": null, "no_answer_prob": -3.006037473678589}
{"example_id": 2874474964302550796, "prediction": "`` Baby ''", "binary_answer": null, "no_answer_prob": 0.9258322715759277}
{"example_id": 5775527683306316360, "prediction": "", "binary_answer": null, "no_answer_prob": 2.447447419166565}
{"example_id": -2368638682117103571, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1001233458518982}
{"example_id": 6908191510823535629, "prediction": "", "binary_answer": null, "no_answer_prob": 4.359463274478912}
{"example_id": 364558145316022216, "prediction": "The da Vinci Surgical System is a robotic surgical system made by the American company Intuitive Surgical", "binary_answer": null, "no_answer_prob": 3.135011112317443}
{"example_id": 7958659717184352355, "prediction": "Amur River", "binary_answer": null, "no_answer_prob": -7.656821370124817}
{"example_id": -4466562938686689840, "prediction": "", "binary_answer": null, "no_answer_prob": 4.923116505146027}
{"example_id": -5539931265072791856, "prediction": "Melissa Ivy Rauch", "binary_answer": null, "no_answer_prob": -4.893484950065613}
{"example_id": -1055199144889727696, "prediction": "Cher", "binary_answer": null, "no_answer_prob": -5.490494608879089}
{"example_id": 8535237900520331950, "prediction": "Rock band Outlaws", "binary_answer": null, "no_answer_prob": 2.0707383155822754}
{"example_id": 2823945180791357197, "prediction": "inner - city African Americans", "binary_answer": null, "no_answer_prob": -1.6937048435211182}
{"example_id": 2457451554210445774, "prediction": "", "binary_answer": null, "no_answer_prob": 5.06261819601059}
{"example_id": -6848880616827671253, "prediction": "Outfielder Ty Cobb", "binary_answer": null, "no_answer_prob": -2.0667803287506104}
{"example_id": 1309257215523505349, "prediction": "New York Yankees", "binary_answer": null, "no_answer_prob": -1.8821263313293457}
{"example_id": -7394916476195503367, "prediction": "Who Do You Think You Are ? is an American genealogy documentary series", "binary_answer": null, "no_answer_prob": 2.119109630584717}
{"example_id": -4653659407858942648, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9570835828781128}
{"example_id": 3122167060066279485, "prediction": "", "binary_answer": null, "no_answer_prob": 3.626096248626709}
{"example_id": 5169947080601428883, "prediction": "She received international recognition in 2015 after landing the lead role of Anastasia Steele", "binary_answer": null, "no_answer_prob": -6.123023867607117}
{"example_id": 1991591476166635449, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4066449999809265}
{"example_id": 7465715979153721885, "prediction": "One , two , three , what are we fighting for ?", "binary_answer": null, "no_answer_prob": 4.275682687759399}
{"example_id": 7264021451758846022, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3542224168777466}
{"example_id": 8528218624797092582, "prediction": "The title and chorus are derived from Ice - T 's `` 99 Problems '' from his 1993 album Home Invasion", "binary_answer": null, "no_answer_prob": 3.158779203891754}
{"example_id": -3781524301475508699, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7332997471094131}
{"example_id": 7207691858859771099, "prediction": "Lawrence", "binary_answer": null, "no_answer_prob": -2.9924726486206055}
{"example_id": 359450293348926726, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8210275769233704}
{"example_id": 5884960433748517725, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0908162146806717}
{"example_id": 5268707100064312410, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3320645689964294}
{"example_id": -4765526417832663960, "prediction": "Rod Stewart", "binary_answer": null, "no_answer_prob": -8.141353726387024}
{"example_id": 1976902270831228522, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3399554938077927}
{"example_id": 2286724630007649324, "prediction": "", "binary_answer": null, "no_answer_prob": 4.910199820995331}
{"example_id": -550870475070866888, "prediction": "Tik Tok", "binary_answer": null, "no_answer_prob": -0.34509825706481934}
{"example_id": 1891801888248847278, "prediction": "at the Route 91 Harvest music festival on the Las Vegas Strip in Nevada", "binary_answer": null, "no_answer_prob": -4.654537677764893}
{"example_id": 3658218900477483423, "prediction": "about 11.186 km / s ( 6.951 mi / s ; 40,270 km / h ; 25,020 mph )", "binary_answer": null, "no_answer_prob": -3.2925232648849487}
{"example_id": -7709344845224537081, "prediction": "The song originated from a demo the band recorded on which drummer Larry Mullen Jr. played a unique rhythm pattern", "binary_answer": null, "no_answer_prob": -2.693008065223694}
{"example_id": -3269410672444798539, "prediction": "Whitney Houston", "binary_answer": null, "no_answer_prob": -2.637002468109131}
{"example_id": 1112375152848664239, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -7.38549542427063}
{"example_id": -4062270052416902826, "prediction": "Naomi Ward Randall in 1957 . Sung by the Mormon Tabernacle Choir", "binary_answer": null, "no_answer_prob": -3.596729278564453}
{"example_id": 7288806806555332421, "prediction": "28 November 2012", "binary_answer": null, "no_answer_prob": -8.22811222076416}
{"example_id": -680796400594433973, "prediction": "", "binary_answer": null, "no_answer_prob": 3.660132110118866}
{"example_id": -2061400266072030283, "prediction": "1 July and 18 November 1916", "binary_answer": null, "no_answer_prob": -9.923599600791931}
{"example_id": 4565031430335420073, "prediction": "", "binary_answer": null, "no_answer_prob": -5.0415343046188354}
{"example_id": -722400225601668060, "prediction": "January 26 , 2003", "binary_answer": null, "no_answer_prob": -6.217576861381531}
{"example_id": 4940681363565885016, "prediction": "", "binary_answer": null, "no_answer_prob": 3.725507974624634}
{"example_id": 7836947322814553361, "prediction": "Running Total : 2,297", "binary_answer": null, "no_answer_prob": 3.5255274772644043}
{"example_id": -2104651448087702779, "prediction": "Lee Marvin", "binary_answer": null, "no_answer_prob": 1.063673496246338}
{"example_id": -6100188906252364646, "prediction": "The French and Indian War", "binary_answer": null, "no_answer_prob": 2.9737446904182434}
{"example_id": 2777127352515362821, "prediction": "The Scutum", "binary_answer": null, "no_answer_prob": 1.2089217156171799}
{"example_id": -1492890414777477611, "prediction": "", "binary_answer": null, "no_answer_prob": -2.247817635536194}
{"example_id": -1123276669967747401, "prediction": "85 mph ( 140 km / h )", "binary_answer": null, "no_answer_prob": -2.3206769227981567}
{"example_id": -465602876539575550, "prediction": "", "binary_answer": null, "no_answer_prob": 4.345856934785843}
{"example_id": -6239157541887696945, "prediction": "", "binary_answer": null, "no_answer_prob": 3.354142487049103}
{"example_id": 3950383745144718481, "prediction": "", "binary_answer": null, "no_answer_prob": 2.990628093481064}
{"example_id": 1188933164366594836, "prediction": "", "binary_answer": null, "no_answer_prob": 4.876147359609604}
{"example_id": -8128538482010189512, "prediction": "Primates are characterized by large brains relative to other mammals , as well as an increased reliance on stereoscopic vision", "binary_answer": null, "no_answer_prob": 2.112153649330139}
{"example_id": 506095287056539343, "prediction": "President is a westernized version of an originally Japanese card game named daifug\u014d or daihinmin", "binary_answer": null, "no_answer_prob": 3.0087285339832306}
{"example_id": 3211815812164095439, "prediction": "Harry Osborn", "binary_answer": null, "no_answer_prob": 0.96449875831604}
{"example_id": -2353375001026583333, "prediction": "", "binary_answer": null, "no_answer_prob": -4.617268443107605}
{"example_id": -5488509621607021647, "prediction": "8", "binary_answer": null, "no_answer_prob": -6.319929599761963}
{"example_id": 7072605878818624526, "prediction": "100 % gold", "binary_answer": null, "no_answer_prob": 3.054063081741333}
{"example_id": -1067733361741448875, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7321292161941528}
{"example_id": -4097248875596755484, "prediction": "`` protector of man '' or `` defender of man '' .", "binary_answer": null, "no_answer_prob": -5.245369911193848}
{"example_id": -1103160452857096925, "prediction": "Pok\u00e9mon the Movie : Hoopa and the Clash of Ages", "binary_answer": null, "no_answer_prob": 5.3396841287612915}
{"example_id": 4181352790884444499, "prediction": "The Atacama Desert ( Spanish : Desierto de Atacama ) is a plateau in South America", "binary_answer": null, "no_answer_prob": -2.5088809728622437}
{"example_id": -7440245455154397439, "prediction": "Spider - Man : Homecoming", "binary_answer": null, "no_answer_prob": -8.642647743225098}
{"example_id": -5675324994915280778, "prediction": "Lord Canning", "binary_answer": null, "no_answer_prob": -5.837298393249512}
{"example_id": -1451788031325204195, "prediction": "Ann Bradford Davis", "binary_answer": null, "no_answer_prob": -4.82443642616272}
{"example_id": 7689771338171517906, "prediction": "`` Same Old Lang Syne ''", "binary_answer": null, "no_answer_prob": 2.8761633783578873}
{"example_id": -5560040690676716341, "prediction": "December 4 , 2018", "binary_answer": null, "no_answer_prob": 1.6739375591278076}
{"example_id": -7155441867610113996, "prediction": "Jennifer Lopez", "binary_answer": null, "no_answer_prob": -9.757651448249817}
{"example_id": -3521108440661853550, "prediction": "James Anthony Bernard Little", "binary_answer": null, "no_answer_prob": -4.313288688659668}
{"example_id": -104940580271996979, "prediction": "New Delhi", "binary_answer": null, "no_answer_prob": -6.639148950576782}
{"example_id": -1040282725475792003, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": -2.310186982154846}
{"example_id": 2463611051674485176, "prediction": "Taylor Swift", "binary_answer": null, "no_answer_prob": -9.222776293754578}
{"example_id": 220305501750376090, "prediction": "Pirates of the Caribbean", "binary_answer": null, "no_answer_prob": 1.2368338108062744}
{"example_id": 5665316649167988713, "prediction": "Franke Previte , John DeNicola , and Donald Markowitz", "binary_answer": null, "no_answer_prob": -8.245078325271606}
{"example_id": -2456577547937574063, "prediction": "The Ohio River , which streams westward from Pittsburgh , Pennsylvania , to Cairo , Illinois", "binary_answer": null, "no_answer_prob": -1.9423162937164307}
{"example_id": -6580363901028749535, "prediction": "The Pullman Strike", "binary_answer": null, "no_answer_prob": 3.1375762345269322}
{"example_id": -4389957759313357248, "prediction": "The Battle of Moscow", "binary_answer": null, "no_answer_prob": 0.8534846305847168}
{"example_id": -8323327805912152212, "prediction": "extremophile", "binary_answer": null, "no_answer_prob": -5.926915287971497}
{"example_id": -1300867168231013458, "prediction": "Auction Day", "binary_answer": null, "no_answer_prob": 1.327538013458252}
{"example_id": 4001458739228194772, "prediction": "Elephant seals are large , oceangoing earless seals in the genus Mirounga", "binary_answer": null, "no_answer_prob": 0.346632719039917}
{"example_id": 3118284888186877483, "prediction": "Bill Cullen", "binary_answer": null, "no_answer_prob": -5.07947039604187}
{"example_id": 7570958798133144579, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8049781918525696}
{"example_id": 5116402902062102831, "prediction": "Michael Douglas", "binary_answer": null, "no_answer_prob": -1.8851184844970703}
{"example_id": -872988858318700245, "prediction": "13 May 1787", "binary_answer": null, "no_answer_prob": -6.04568338394165}
{"example_id": 7586227780813314183, "prediction": "The Anglo - Saxons", "binary_answer": null, "no_answer_prob": -2.389700770378113}
{"example_id": 1681263313889159963, "prediction": "Noble gas compounds", "binary_answer": null, "no_answer_prob": -2.8934561014175415}
{"example_id": -5264683755889871760, "prediction": "August 18 , 1985", "binary_answer": null, "no_answer_prob": -0.8761090040206909}
{"example_id": -6562547467326041532, "prediction": "Image Name Years active Instruments Release contributions Mickey Thomas", "binary_answer": null, "no_answer_prob": -0.8818819522857666}
{"example_id": 2756021819948503353, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A period", "binary_answer": null, "no_answer_prob": 2.7733908593654633}
{"example_id": -3501562383447497620, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5566370487213135}
{"example_id": 3403215625267377559, "prediction": "", "binary_answer": null, "no_answer_prob": 0.14113742113113403}
{"example_id": -7619551093452639579, "prediction": "The Green Stripe ( La Raie Verte ) , also known as Portrait of Madame Matisse", "binary_answer": null, "no_answer_prob": 2.692237138748169}
{"example_id": -4848073395678926090, "prediction": "June 9 , 2017", "binary_answer": null, "no_answer_prob": 0.8485655784606934}
{"example_id": 2458684640812806860, "prediction": "`` God Save the Queen", "binary_answer": null, "no_answer_prob": -4.188494086265564}
{"example_id": -2216288005540330811, "prediction": "The Foundation for Environmental Education", "binary_answer": null, "no_answer_prob": 1.483520269393921}
{"example_id": -3780188924727299872, "prediction": "", "binary_answer": null, "no_answer_prob": 2.568497955799103}
{"example_id": -1945659492638815587, "prediction": "Dolly Parton", "binary_answer": null, "no_answer_prob": -0.0496068000793457}
{"example_id": -8847524364195038466, "prediction": "", "binary_answer": null, "no_answer_prob": -2.627506732940674}
{"example_id": -257187971045469409, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1525769233703613}
{"example_id": -3493453017718850390, "prediction": "Carnotaurus", "binary_answer": null, "no_answer_prob": -3.4498214721679688}
{"example_id": -3257177646107467410, "prediction": "white Americans", "binary_answer": null, "no_answer_prob": -3.0509002208709717}
{"example_id": -2151287130811612546, "prediction": "Bryan Lee Cranston", "binary_answer": null, "no_answer_prob": -10.109240055084229}
{"example_id": -5804257148252312349, "prediction": "Jim Croce", "binary_answer": null, "no_answer_prob": 0.02722036838531494}
{"example_id": -7014961785758687841, "prediction": "Glen Campbell", "binary_answer": null, "no_answer_prob": -6.912268042564392}
{"example_id": -3911885099636056072, "prediction": "Luis Fonsi", "binary_answer": null, "no_answer_prob": 0.30437159538269043}
{"example_id": 5916132453279644577, "prediction": "", "binary_answer": null, "no_answer_prob": 3.334569036960602}
{"example_id": -6327071105076555597, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9050318002700806}
{"example_id": 4897572546650832328, "prediction": "Earth 's rotation is the rotation of Planet Earth around its own axis . Earth rotates eastward , in prograde motion", "binary_answer": null, "no_answer_prob": 2.638908624649048}
{"example_id": -3077053776453753352, "prediction": "", "binary_answer": null, "no_answer_prob": 2.19627845287323}
{"example_id": 2453660013260404481, "prediction": "", "binary_answer": null, "no_answer_prob": 3.48099821805954}
{"example_id": -4454876137483658054, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9068509936332703}
{"example_id": 9187624942947798544, "prediction": "The Cayman Islands ( / \u02c8ke\u026am\u0259n / or / ke\u026a\u02c8m\u00e6n / ) is an autonomous British Overseas Territory", "binary_answer": null, "no_answer_prob": 2.424171209335327}
{"example_id": 4647030243653180887, "prediction": "Wyclef Jean", "binary_answer": null, "no_answer_prob": -3.7754359245300293}
{"example_id": -9217413319375670467, "prediction": "", "binary_answer": null, "no_answer_prob": 3.793757915496826}
{"example_id": -996881642487743505, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2830303013324738}
{"example_id": -619552552673730334, "prediction": "concrete , mortar , stucco , and non-specialty grout", "binary_answer": null, "no_answer_prob": -2.091367244720459}
{"example_id": 6403300883963515847, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3762972354888916}
{"example_id": 2445654420724187750, "prediction": "1701", "binary_answer": null, "no_answer_prob": -1.109903335571289}
{"example_id": 2743465127030993088, "prediction": "1984", "binary_answer": null, "no_answer_prob": -5.842335224151611}
{"example_id": 4494683197924603144, "prediction": "", "binary_answer": null, "no_answer_prob": 3.622548922896385}
{"example_id": -8027438484347755517, "prediction": "Ohio Express", "binary_answer": null, "no_answer_prob": -4.668442249298096}
{"example_id": -6152349244927129119, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -7.213039875030518}
{"example_id": -6544431738733175207, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7991461753845215}
{"example_id": 6536227200403555989, "prediction": "Lucky", "binary_answer": null, "no_answer_prob": 3.961411714553833}
{"example_id": -2558828206657647755, "prediction": "Creedence Clearwater Revival", "binary_answer": null, "no_answer_prob": 1.3061382174491882}
{"example_id": -4385624759721230743, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -5.079487681388855}
{"example_id": -6510232133564682595, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -5.2915884256362915}
{"example_id": 1611395457201529599, "prediction": "Charles Calello", "binary_answer": null, "no_answer_prob": -1.0562615394592285}
{"example_id": 4032723618566492898, "prediction": "United States", "binary_answer": null, "no_answer_prob": -4.3520827293396}
{"example_id": 2083236648006415359, "prediction": "Declaration of the People of Virginia", "binary_answer": null, "no_answer_prob": 4.27332878112793}
{"example_id": -1407519603870999701, "prediction": "Wilmington is a neighborhood in the Los Angeles Harbor Region area of Los Angeles , California", "binary_answer": null, "no_answer_prob": 0.9714440703392029}
{"example_id": -4056322432592823498, "prediction": "prime minister", "binary_answer": null, "no_answer_prob": -4.973445177078247}
{"example_id": -5589376280063795615, "prediction": "Waxahachie , Texas", "binary_answer": null, "no_answer_prob": -4.417441368103027}
{"example_id": 3461350460903256672, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Trim levels", "binary_answer": null, "no_answer_prob": 2.2929690331220627}
{"example_id": 2505669380072509914, "prediction": "George Lucas", "binary_answer": null, "no_answer_prob": -2.634387493133545}
{"example_id": -1835361023812064678, "prediction": "Ohio State Buckeyes football 2017", "binary_answer": null, "no_answer_prob": 1.9025496989488602}
{"example_id": -5883169777981546345, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8894134759902954}
{"example_id": -5875832681367097187, "prediction": "North America and eastern Asia", "binary_answer": null, "no_answer_prob": -3.2046762704849243}
{"example_id": -8296135311678816131, "prediction": "June 18 , 2018 ( 2018 - 06 - 18 ) TBA", "binary_answer": null, "no_answer_prob": 2.909186840057373}
{"example_id": -1913782093169433455, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6976935863494873}
{"example_id": -7019396479901527809, "prediction": "Vicki Lawrence", "binary_answer": null, "no_answer_prob": -8.547088265419006}
{"example_id": 3693785129875254198, "prediction": "November 18 , 1883", "binary_answer": null, "no_answer_prob": -3.998250365257263}
{"example_id": 8166336796034684596, "prediction": "A Levite", "binary_answer": null, "no_answer_prob": 4.217480808496475}
{"example_id": 4408652218476299792, "prediction": "Lee Zeldin", "binary_answer": null, "no_answer_prob": -3.41013240814209}
{"example_id": -7517258780234437547, "prediction": "Fr\u00e9d\u00e9ric Auguste Bartholdi", "binary_answer": null, "no_answer_prob": -8.751394033432007}
{"example_id": 510654241152527873, "prediction": "Noah Schnapp and Joe Keery", "binary_answer": null, "no_answer_prob": -0.3961712121963501}
{"example_id": 3119531755108222951, "prediction": "2018", "binary_answer": null, "no_answer_prob": -2.463015079498291}
{"example_id": -5819406288758053018, "prediction": "Chang'an ( 206 BC -- 9 AD , 190 -- 195 AD ) Luoyang", "binary_answer": null, "no_answer_prob": -0.49795961380004883}
{"example_id": 8216441455256792595, "prediction": "Tim Duncan", "binary_answer": null, "no_answer_prob": -3.704566478729248}
{"example_id": 322289089614569231, "prediction": "Sam the Sham and the Pharaohs", "binary_answer": null, "no_answer_prob": -10.516128897666931}
{"example_id": 3505472521987583469, "prediction": "four infant characters", "binary_answer": null, "no_answer_prob": -2.4502651691436768}
{"example_id": 8050720157297961551, "prediction": "Province / Territory Codes ( Overlays in Italic ) Alberta", "binary_answer": null, "no_answer_prob": 2.2762527018785477}
{"example_id": -687455319517674717, "prediction": "Evangelism is the preaching of the Lord with the intention of exposing God 's love to all mankind through Jesus Christ", "binary_answer": null, "no_answer_prob": -2.7590283155441284}
{"example_id": 2289551215702424818, "prediction": "2012 -- 13", "binary_answer": null, "no_answer_prob": -5.079393148422241}
{"example_id": 9101947982403339923, "prediction": "Jinkx Monsoon", "binary_answer": null, "no_answer_prob": -8.139007329940796}
{"example_id": -5079274972920444208, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4916657209396362}
{"example_id": -7992266561616050385, "prediction": "Edwin Starr", "binary_answer": null, "no_answer_prob": -2.774598717689514}
{"example_id": 468396155423384472, "prediction": "", "binary_answer": null, "no_answer_prob": 2.207727074623108}
{"example_id": 8744068880045472360, "prediction": "", "binary_answer": null, "no_answer_prob": 4.018184542655945}
{"example_id": -976765514528998133, "prediction": "The Empire State Building", "binary_answer": null, "no_answer_prob": -1.8250426054000854}
{"example_id": -5404449441007581084, "prediction": "", "binary_answer": null, "no_answer_prob": 4.05486735701561}
{"example_id": -7107175473432486, "prediction": "", "binary_answer": null, "no_answer_prob": 2.043680414557457}
{"example_id": 4080291615488399486, "prediction": "206", "binary_answer": null, "no_answer_prob": 0.7308341264724731}
{"example_id": 8811202687149847159, "prediction": "The song is about a man who is about to be run off by his wife for his drinking ways", "binary_answer": null, "no_answer_prob": -0.27681589126586914}
{"example_id": -1919205990811042439, "prediction": "Edict of Worms ( Wormser Edikt )", "binary_answer": null, "no_answer_prob": -2.0017406940460205}
{"example_id": -5299283512151753462, "prediction": "Queen", "binary_answer": null, "no_answer_prob": -5.269620776176453}
{"example_id": 1891957883952223335, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0039195716381073}
{"example_id": -3267642790590927032, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0577759742736816}
{"example_id": -5731405651544898848, "prediction": "", "binary_answer": null, "no_answer_prob": 1.960635095834732}
{"example_id": 2161213286057592881, "prediction": "Bowling For Soup", "binary_answer": null, "no_answer_prob": -5.590883255004883}
{"example_id": 2723393062923834301, "prediction": "Aubrey Harold Woods", "binary_answer": null, "no_answer_prob": -6.495201230049133}
{"example_id": -8980556105133086858, "prediction": "Rea", "binary_answer": null, "no_answer_prob": -1.1457202434539795}
{"example_id": -2579623446306440548, "prediction": "Warren Beatty and Faye Dunaway", "binary_answer": null, "no_answer_prob": -7.794882416725159}
{"example_id": -6794175496168882123, "prediction": "Aqua", "binary_answer": null, "no_answer_prob": -7.474408984184265}
{"example_id": 563260143484355911, "prediction": "Smiley Lewis", "binary_answer": null, "no_answer_prob": -2.4298266172409058}
{"example_id": -8264025226717404333, "prediction": "", "binary_answer": null, "no_answer_prob": 4.834977477788925}
{"example_id": 7847633231876858698, "prediction": "150 cm \u00d7 200 cm ( 59 in \u00d7 79 in ) 150 \u00d7 200 \u00d7 41 cm 225 \u00d7 260 cm 225 \u00d7 220 cm Euro", "binary_answer": null, "no_answer_prob": 0.8125340938568115}
{"example_id": 1367107230401071817, "prediction": "at the Old North Bridge in Concord , Massachusetts", "binary_answer": null, "no_answer_prob": -0.2917206287384033}
{"example_id": -5421498568966273061, "prediction": "a Chief Justice", "binary_answer": null, "no_answer_prob": 0.47168731689453125}
{"example_id": -6065403241859545192, "prediction": "Jody Watley", "binary_answer": null, "no_answer_prob": -7.064728140830994}
{"example_id": 1168611404834933720, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -2.252800941467285}
{"example_id": 7075549318247145232, "prediction": "Artie Glenn", "binary_answer": null, "no_answer_prob": -0.8057198524475098}
{"example_id": 7447657595303884076, "prediction": "The Hunger Games", "binary_answer": null, "no_answer_prob": 2.1689524054527283}
{"example_id": 8268052065074684485, "prediction": "Karan Grover", "binary_answer": null, "no_answer_prob": 0.6386713981628418}
{"example_id": 6555731993021704378, "prediction": "", "binary_answer": null, "no_answer_prob": 2.812417298555374}
{"example_id": 7520492920880939021, "prediction": "", "binary_answer": null, "no_answer_prob": 0.890227273106575}
{"example_id": -8495933507663004792, "prediction": "Draft year League Round Pick Player College / High School 2016 NBA 30 Damian Jones", "binary_answer": null, "no_answer_prob": 2.0418744683265686}
{"example_id": -5682089752151940709, "prediction": "LeBron James", "binary_answer": null, "no_answer_prob": 1.5130804777145386}
{"example_id": 3868658760531039189, "prediction": "Ryanverse", "binary_answer": null, "no_answer_prob": 4.657600045204163}
{"example_id": 1631093536889428211, "prediction": "15 November 2017 World Rugby announces host for the 2023 Rugby World Cup", "binary_answer": null, "no_answer_prob": 0.5000940561294556}
{"example_id": 7239984588684437837, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8384119272232056}
{"example_id": 6116319690634922724, "prediction": "New Albany is a city in the U.S. state of Ohio , just northeast of the state capital of Columbus", "binary_answer": null, "no_answer_prob": 0.13437730073928833}
{"example_id": 1946499158112838718, "prediction": "Matthew 5 : 48", "binary_answer": null, "no_answer_prob": 2.833038568496704}
{"example_id": 3241401294998506831, "prediction": "seven", "binary_answer": null, "no_answer_prob": -0.020612716674804688}
{"example_id": 4488538952512614391, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5087951123714447}
{"example_id": -7834153577297404903, "prediction": "Paula Fernandes", "binary_answer": null, "no_answer_prob": -3.3432847261428833}
{"example_id": -5277508126335174066, "prediction": "approximately 630,000 years ago", "binary_answer": null, "no_answer_prob": -0.5087255239486694}
{"example_id": -3501033480314481054, "prediction": "The Beatles", "binary_answer": null, "no_answer_prob": -0.1773829460144043}
{"example_id": -1685051125081684879, "prediction": "Friday , June 22", "binary_answer": null, "no_answer_prob": -0.9294273853302002}
{"example_id": 4367989482858749273, "prediction": "Stephanie Courtney", "binary_answer": null, "no_answer_prob": -7.610105395317078}
{"example_id": 2788150498848569248, "prediction": "Harry C. Meek", "binary_answer": null, "no_answer_prob": -2.2041707038879395}
{"example_id": 2320637475667264401, "prediction": "Spain", "binary_answer": null, "no_answer_prob": -0.37917375564575195}
{"example_id": 4632472152863883898, "prediction": "June 20 , 1948", "binary_answer": null, "no_answer_prob": -4.550699293613434}
{"example_id": 8871428869888895441, "prediction": "five", "binary_answer": null, "no_answer_prob": -5.4710822105407715}
{"example_id": -5534792788335180464, "prediction": "1912", "binary_answer": null, "no_answer_prob": -0.4044334888458252}
{"example_id": 8441543487452618700, "prediction": "Tommie Connor", "binary_answer": null, "no_answer_prob": -5.437722563743591}
{"example_id": 3209347583114106513, "prediction": "`` Change of Heart", "binary_answer": null, "no_answer_prob": 1.884645938873291}
{"example_id": -4988966900977295714, "prediction": "central Iraq", "binary_answer": null, "no_answer_prob": -1.591494083404541}
{"example_id": -6857099483130566876, "prediction": "", "binary_answer": null, "no_answer_prob": 4.873910069465637}
{"example_id": -1176765890165849895, "prediction": "The Gulf of Tonkin Resolution", "binary_answer": null, "no_answer_prob": -0.5129941701889038}
{"example_id": -1418791805853748719, "prediction": "Linda Ronstadt and Aaron Neville", "binary_answer": null, "no_answer_prob": -4.550852179527283}
{"example_id": -1789840315008222963, "prediction": "31,443,321", "binary_answer": null, "no_answer_prob": -1.994115948677063}
{"example_id": -2864659823422614251, "prediction": "Rozalinda ( Roz ) Doyle is a fictional character on the American television sitcom Frasier . She is played by Peri Gilpin", "binary_answer": null, "no_answer_prob": 0.05839705467224121}
{"example_id": 435950528790715875, "prediction": "General speed limits in Germany are set by the federal government . All limits are multiples of 5 km / h", "binary_answer": null, "no_answer_prob": -0.10958123207092285}
{"example_id": -4335202085973186211, "prediction": "J - Kwon", "binary_answer": null, "no_answer_prob": -4.223440408706665}
{"example_id": 6811526574071199560, "prediction": "Fire and Blood ''", "binary_answer": null, "no_answer_prob": -2.787135124206543}
{"example_id": -7595985597117567920, "prediction": "Donny Osmond", "binary_answer": null, "no_answer_prob": -11.441799640655518}
{"example_id": -33838564772717460, "prediction": "Malaysia", "binary_answer": null, "no_answer_prob": -4.109386444091797}
{"example_id": 2010287291290882376, "prediction": "", "binary_answer": null, "no_answer_prob": -4.223816752433777}
{"example_id": 2114260901529937125, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7388604879379272}
{"example_id": 3802487275166581019, "prediction": "Artur Adamski , Brandon Armstrong , Hayley Erbert , and Britt Stewart .", "binary_answer": null, "no_answer_prob": 1.3065152764320374}
{"example_id": -1031488891538592, "prediction": "", "binary_answer": null, "no_answer_prob": 3.431348204612732}
{"example_id": 6379526727081750489, "prediction": "Maycomb , Alabama", "binary_answer": null, "no_answer_prob": -5.42934513092041}
{"example_id": -8639434844656263684, "prediction": "", "binary_answer": null, "no_answer_prob": 4.433553755283356}
{"example_id": 2346533086775183774, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0280613899230957}
{"example_id": 6471864407135045863, "prediction": "Jimmy Ruffin", "binary_answer": null, "no_answer_prob": -7.9139591455459595}
{"example_id": -7365187710626154355, "prediction": "Matthew 3 : 7", "binary_answer": null, "no_answer_prob": 1.7923889458179474}
{"example_id": 1493646970325321272, "prediction": "October 2 , 2017", "binary_answer": null, "no_answer_prob": -5.552494764328003}
{"example_id": -9052942875459109675, "prediction": "`` Lucy in the Sky with Diamonds '' is a song credited to Lennon -- McCartney", "binary_answer": null, "no_answer_prob": 0.20445096492767334}
{"example_id": 6928172091255210516, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -9.269038081169128}
{"example_id": 3164205542785721140, "prediction": "argumentum ad populum", "binary_answer": null, "no_answer_prob": -4.364284157752991}
{"example_id": -3079226102257843957, "prediction": "The Last of the Mohicans", "binary_answer": null, "no_answer_prob": 1.0843689441680908}
{"example_id": 1265705704686680374, "prediction": "2000", "binary_answer": null, "no_answer_prob": -5.360052704811096}
{"example_id": -9172777564629843840, "prediction": "7 Up ( stylized as 7up outside the U.S.", "binary_answer": null, "no_answer_prob": -1.3239877223968506}
{"example_id": -2079370499831813361, "prediction": "November 13 , 2008", "binary_answer": null, "no_answer_prob": 1.4827868938446045}
{"example_id": 878819802175317138, "prediction": "Cultural", "binary_answer": null, "no_answer_prob": -1.5384333729743958}
{"example_id": 3709290187139596010, "prediction": "", "binary_answer": null, "no_answer_prob": 0.45020844880491495}
{"example_id": -160058634680685569, "prediction": "coding strand", "binary_answer": null, "no_answer_prob": -0.6129940748214722}
{"example_id": -2554150456476443845, "prediction": "America 's Got Talent", "binary_answer": null, "no_answer_prob": 1.9019651412963867}
{"example_id": 1605762510932027661, "prediction": "The Lion King", "binary_answer": null, "no_answer_prob": 3.259461760520935}
{"example_id": -4652043533703669367, "prediction": "Julian Benson , Loraine Barry and Brian Redmond", "binary_answer": null, "no_answer_prob": -5.718752026557922}
{"example_id": -1736582047512595563, "prediction": "My Wife and Kids", "binary_answer": null, "no_answer_prob": 1.0856428146362305}
{"example_id": -1721369669533871442, "prediction": "", "binary_answer": null, "no_answer_prob": 4.31768411397934}
{"example_id": -7336205338592575234, "prediction": "360", "binary_answer": null, "no_answer_prob": -2.262497365474701}
{"example_id": -4817336959515994743, "prediction": "Lobo", "binary_answer": null, "no_answer_prob": 0.33987605571746826}
{"example_id": 5378819929993515615, "prediction": "Kristle Edwards , Joseph Williams , Sally Dworsky , Nathan Lane , and Ernie Sabella", "binary_answer": null, "no_answer_prob": -1.6750891208648682}
{"example_id": 5775611861615004989, "prediction": "The Mountain Time Zone", "binary_answer": null, "no_answer_prob": 0.272438183426857}
{"example_id": 6213306834749827575, "prediction": "Carole King", "binary_answer": null, "no_answer_prob": -9.008277416229248}
{"example_id": -4304959631821014421, "prediction": "The Georgia Satellites", "binary_answer": null, "no_answer_prob": -3.3589563965797424}
{"example_id": 8398381874376277530, "prediction": "Marine Corps Air Station Yuma , Arizona", "binary_answer": null, "no_answer_prob": -0.4518766403198242}
{"example_id": 1595705604057241798, "prediction": "The Lettermen", "binary_answer": null, "no_answer_prob": 0.5940534472465515}
{"example_id": -2795650974172775315, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6253761053085327}
{"example_id": -8985992376969507554, "prediction": "REO Speedwagon", "binary_answer": null, "no_answer_prob": -7.107411980628967}
{"example_id": -8042797789265786931, "prediction": "Keep Calm and Carry On was a motivational poster produced by the British government in 1939", "binary_answer": null, "no_answer_prob": 2.2691312581300735}
{"example_id": 199825077536341316, "prediction": "Inter State Council", "binary_answer": null, "no_answer_prob": -1.6206010580062866}
{"example_id": -7412271027298949434, "prediction": "The history of the territories which since ca . 1900 have been known under the name of Nigeria during the pre-colonial period ( 16th to 18th centuries", "binary_answer": null, "no_answer_prob": 3.543824691325426}
{"example_id": 451520287128516605, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.1330885887145996}
{"example_id": -6384677143287666495, "prediction": "Kevin Sussman", "binary_answer": null, "no_answer_prob": -3.7576709985733032}
{"example_id": 6433808909866357661, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6194270253181458}
{"example_id": 1203799362752889541, "prediction": "A market economy", "binary_answer": null, "no_answer_prob": 4.37518784403801}
{"example_id": 347191315240643171, "prediction": "Nationals Park", "binary_answer": null, "no_answer_prob": -2.003915548324585}
{"example_id": 2382171719013371160, "prediction": "", "binary_answer": null, "no_answer_prob": 5.2868752628564835}
{"example_id": -800806536118281068, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": 1.248872697353363}
{"example_id": -4781076157089758377, "prediction": "David Bowie", "binary_answer": null, "no_answer_prob": -6.260654449462891}
{"example_id": 173951563377787805, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.949856162071228}
{"example_id": -3993374156102720749, "prediction": "", "binary_answer": null, "no_answer_prob": 3.146924138069153}
{"example_id": 3643218479176707788, "prediction": "fourth or fifth season .", "binary_answer": null, "no_answer_prob": 2.049692988395691}
{"example_id": -6489109777570502785, "prediction": "1986", "binary_answer": null, "no_answer_prob": -5.581757009029388}
{"example_id": -8820634621401060701, "prediction": "Kimi no Soba ni Iru yo , is performed by Misia .", "binary_answer": null, "no_answer_prob": 4.675610244274139}
{"example_id": 2697009989772615027, "prediction": "The Einstein field equations", "binary_answer": null, "no_answer_prob": 0.2431567907333374}
{"example_id": 8085283905638253642, "prediction": "1974", "binary_answer": null, "no_answer_prob": -3.6779704093933105}
{"example_id": 8312712678303945392, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4782174825668335}
{"example_id": 1616638867420802596, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0818194299936295}
{"example_id": 3366457508079522727, "prediction": "Ying Yang Twins", "binary_answer": null, "no_answer_prob": -5.682841539382935}
{"example_id": -5842715254625051617, "prediction": "October 27 , 2017", "binary_answer": null, "no_answer_prob": -2.971726894378662}
{"example_id": 616523940609256794, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -2.1464091539382935}
{"example_id": -8484496945095191237, "prediction": "the President of the United States and appointed after confirmation by the United States Senate", "binary_answer": null, "no_answer_prob": -5.570465087890625}
{"example_id": -4898611577301698299, "prediction": "within the knee joint", "binary_answer": null, "no_answer_prob": -2.78978955745697}
{"example_id": -6072662829758825223, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1684170961380005}
{"example_id": -2425969373522635581, "prediction": "Spratly Islands", "binary_answer": null, "no_answer_prob": -4.551132678985596}
{"example_id": -3246033801988254779, "prediction": "Kristin Bauer van Straten", "binary_answer": null, "no_answer_prob": -11.175413370132446}
{"example_id": 7572729266732160149, "prediction": "2005", "binary_answer": null, "no_answer_prob": -5.27167010307312}
{"example_id": -7596006839448113455, "prediction": "April Michelle Bowlby", "binary_answer": null, "no_answer_prob": -9.252130627632141}
{"example_id": 6498093173001040575, "prediction": "31 79.3 33", "binary_answer": null, "no_answer_prob": -2.5121498107910156}
{"example_id": 6310846962226420206, "prediction": "Chiang Mai", "binary_answer": null, "no_answer_prob": 0.3440723419189453}
{"example_id": -8101954711358248454, "prediction": "John Emerich Edward Dalberg - Acton", "binary_answer": null, "no_answer_prob": -2.8656795024871826}
{"example_id": 5838698792219885364, "prediction": "Milo\u0161 Forman", "binary_answer": null, "no_answer_prob": -4.968586564064026}
{"example_id": -5740066084388636503, "prediction": "Say it in Russian", "binary_answer": null, "no_answer_prob": -0.4550812244415283}
{"example_id": -2990821596763889490, "prediction": "Wrangell -- St. Elias", "binary_answer": null, "no_answer_prob": -2.776633381843567}
{"example_id": -245123639209390252, "prediction": "1.2 rad , 1.2 r , 1.2 , or 1.2 , or 1.2", "binary_answer": null, "no_answer_prob": 0.17129945755004883}
{"example_id": 5427812906955011328, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9391522407531738}
{"example_id": 5016535486339220484, "prediction": "Christie Clark", "binary_answer": null, "no_answer_prob": -5.8337790966033936}
{"example_id": 418858760917049878, "prediction": "`` The Fat Guy Strangler", "binary_answer": null, "no_answer_prob": 2.661052703857422}
{"example_id": -9125962551116645697, "prediction": "", "binary_answer": null, "no_answer_prob": 4.298767328262329}
{"example_id": 7171669397266923576, "prediction": "", "binary_answer": null, "no_answer_prob": 4.422350168228149}
{"example_id": -49340226206283816, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8239619731903076}
{"example_id": -7134078446817580969, "prediction": "", "binary_answer": null, "no_answer_prob": 2.44028240442276}
{"example_id": 728644588902292706, "prediction": "Throw Your Arms Around Me '' .", "binary_answer": null, "no_answer_prob": 2.5307548493146896}
{"example_id": -3825491543871692969, "prediction": "Franklin Delano Roosevelt", "binary_answer": null, "no_answer_prob": -8.029476165771484}
{"example_id": 9065895908860919523, "prediction": "Paper Lace", "binary_answer": null, "no_answer_prob": -4.71556031703949}
{"example_id": -6008010218721075716, "prediction": "Bianca Del Rio", "binary_answer": null, "no_answer_prob": -6.511538028717041}
{"example_id": 4096941901644192637, "prediction": "Seth MacFarlane", "binary_answer": null, "no_answer_prob": -8.295642137527466}
{"example_id": -4100264702734755795, "prediction": "Sudden infant death syndrome ( SIDS )", "binary_answer": null, "no_answer_prob": 1.5428171157836914}
{"example_id": -8745077395160175452, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -5.796175599098206}
{"example_id": 6425479750329143813, "prediction": "Flower Drum Song", "binary_answer": null, "no_answer_prob": -7.859590768814087}
{"example_id": 1974408566790031445, "prediction": "Philadelphia Eagles", "binary_answer": null, "no_answer_prob": -5.389394283294678}
{"example_id": -1551514985236423693, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A contour line", "binary_answer": null, "no_answer_prob": 4.97408401966095}
{"example_id": 7980547417848145705, "prediction": "2018", "binary_answer": null, "no_answer_prob": -6.342928886413574}
{"example_id": 3821328473598857703, "prediction": "Cost of living", "binary_answer": null, "no_answer_prob": 0.8613215684890747}
{"example_id": -2663061074791813029, "prediction": "", "binary_answer": null, "no_answer_prob": -5.076791524887085}
{"example_id": -4209678155483697517, "prediction": "The Ghost of Christmas Past", "binary_answer": null, "no_answer_prob": -1.0077784061431885}
{"example_id": -5163884000033880530, "prediction": "Dragon Lady", "binary_answer": null, "no_answer_prob": 1.1717244386672974}
{"example_id": -3927452323189766540, "prediction": "1967", "binary_answer": null, "no_answer_prob": -3.617883801460266}
{"example_id": 1354598152057526040, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7729437351226807}
{"example_id": -5648483304974433868, "prediction": "Beijing", "binary_answer": null, "no_answer_prob": -8.925073623657227}
{"example_id": 6897006260557410756, "prediction": "400 mi ( 640 km ) of navigable waterways , Cape Coral has more miles of canals than any other city in the world .", "binary_answer": null, "no_answer_prob": -0.0533595085144043}
{"example_id": -4484061908781099297, "prediction": "Cyndi Lauper", "binary_answer": null, "no_answer_prob": -2.4617944955825806}
{"example_id": 1694766517825057173, "prediction": "`` Yellow Submarine ''", "binary_answer": null, "no_answer_prob": 1.34570674598217}
{"example_id": 1977081247194957124, "prediction": "", "binary_answer": null, "no_answer_prob": 4.013316988945007}
{"example_id": -4686533713816525192, "prediction": "Psalm 119", "binary_answer": null, "no_answer_prob": -3.5733124017715454}
{"example_id": -8455580571333479494, "prediction": "Collusion", "binary_answer": null, "no_answer_prob": 2.62909933924675}
{"example_id": 840121713283302377, "prediction": "2 September 2018", "binary_answer": null, "no_answer_prob": -8.290586113929749}
{"example_id": -410573280373798687, "prediction": "14 7 5 26", "binary_answer": null, "no_answer_prob": -6.975969910621643}
{"example_id": -7837749117751444802, "prediction": "Paul Anka", "binary_answer": null, "no_answer_prob": -5.918715000152588}
{"example_id": -3013749339728775723, "prediction": "The Origination Clause", "binary_answer": null, "no_answer_prob": -0.2917144298553467}
{"example_id": -5965536333531780013, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9468699991703033}
{"example_id": -3263943104790148321, "prediction": "Jennifer Kate Hudson", "binary_answer": null, "no_answer_prob": -4.545888662338257}
{"example_id": 6764228639974272292, "prediction": "Oh Sang - jin", "binary_answer": null, "no_answer_prob": 6.264996945858002}
{"example_id": 7351493351443696561, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8208757266402245}
{"example_id": -3128225645728760094, "prediction": "Bailee Madison", "binary_answer": null, "no_answer_prob": -10.73658812046051}
{"example_id": 9209506207905378218, "prediction": "$3.57", "binary_answer": null, "no_answer_prob": 0.7926821708679199}
{"example_id": 9053097504223924256, "prediction": "", "binary_answer": null, "no_answer_prob": 4.048964738845825}
{"example_id": -8573539834838778082, "prediction": "In the 1940s", "binary_answer": null, "no_answer_prob": -0.32565462589263916}
{"example_id": -6649631806848384255, "prediction": "Shruthi", "binary_answer": null, "no_answer_prob": 2.2439106106758118}
{"example_id": -6921833587596894365, "prediction": "Mount Whitney", "binary_answer": null, "no_answer_prob": -8.140868306159973}
{"example_id": 6873587814797504351, "prediction": "Sheikh Mujibur Rahman", "binary_answer": null, "no_answer_prob": 0.3515278100967407}
{"example_id": -6117136683749435063, "prediction": "Lebanon , western Syria and south central Turkey", "binary_answer": null, "no_answer_prob": 2.9808942079544067}
{"example_id": -9175504449048408069, "prediction": "Houilles", "binary_answer": null, "no_answer_prob": -0.018870830535888672}
{"example_id": 1077524426526360516, "prediction": "", "binary_answer": null, "no_answer_prob": 4.416787564754486}
{"example_id": 9193805473072845556, "prediction": "1966", "binary_answer": null, "no_answer_prob": -2.622378349304199}
{"example_id": -6065883316743076082, "prediction": "2013", "binary_answer": null, "no_answer_prob": -8.224945485591888}
{"example_id": -6225204338014877069, "prediction": "Cinequest Film Festival in San Jose , California", "binary_answer": null, "no_answer_prob": -0.23917031288146973}
{"example_id": 7792681776951653602, "prediction": "Whatever It Takes", "binary_answer": null, "no_answer_prob": -2.6395621299743652}
{"example_id": -976217593377833894, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4679936170578003}
{"example_id": 1706762093433956833, "prediction": "7.57 % Doctorate and / or professional degree 3.27 % 1.70 % Doctorate 1.77 % 0.89 %", "binary_answer": null, "no_answer_prob": -2.25963032245636}
{"example_id": 7777319570801182403, "prediction": "Chief Justice of the United States", "binary_answer": null, "no_answer_prob": -6.324426770210266}
{"example_id": 8729744523612308906, "prediction": "ITV", "binary_answer": null, "no_answer_prob": -5.3470683097839355}
{"example_id": -3195517680369378817, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7997963428497314}
{"example_id": -5456647303921372804, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Sanctuary city", "binary_answer": null, "no_answer_prob": 2.677611291408539}
{"example_id": -1604054065041152123, "prediction": "Who Wants to Be a Millionaire ( often informally called Millionaire )", "binary_answer": null, "no_answer_prob": -0.2850370407104492}
{"example_id": -6797689979917205967, "prediction": "The Gulf of Mexico ( Spanish : Golfo de M\u00e9xico ) is an ocean basin and a marginal sea of the Atlantic Ocean", "binary_answer": null, "no_answer_prob": -1.8759833574295044}
{"example_id": 1204717111483638002, "prediction": "", "binary_answer": null, "no_answer_prob": 5.139264017343521}
{"example_id": -7166818472484732395, "prediction": "the placenta", "binary_answer": null, "no_answer_prob": -2.2807273864746094}
{"example_id": 4623569379037447335, "prediction": "Escherichia coli", "binary_answer": null, "no_answer_prob": -0.35095004364848137}
{"example_id": -1312763767577901156, "prediction": "Chief Justice of the United States and eight associate justices", "binary_answer": null, "no_answer_prob": -1.2859702110290527}
{"example_id": -3385807951596078903, "prediction": "October", "binary_answer": null, "no_answer_prob": -7.028657078742981}
{"example_id": -6533471219865480346, "prediction": "1776", "binary_answer": null, "no_answer_prob": 0.5615077614784241}
{"example_id": 6789169287653888409, "prediction": "", "binary_answer": null, "no_answer_prob": 4.739513576030731}
{"example_id": 5307697781908168437, "prediction": "Screamin ' Jay Hawkins", "binary_answer": null, "no_answer_prob": -0.9886661767959595}
{"example_id": -2606464687267854400, "prediction": "Scientific management", "binary_answer": null, "no_answer_prob": 4.811192542314529}
{"example_id": -4801205085564955694, "prediction": "May 29 , 2017", "binary_answer": null, "no_answer_prob": -2.710728168487549}
{"example_id": -5953310106477616873, "prediction": "`` Twinkle , Twinkle , Little Star '' is a popular English lullaby", "binary_answer": null, "no_answer_prob": 4.522512137889862}
{"example_id": -2019832919764060116, "prediction": "November 6 , 2001", "binary_answer": null, "no_answer_prob": -4.147742986679077}
{"example_id": 1963273581327624894, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7390207052230835}
{"example_id": 173655955415083025, "prediction": "five", "binary_answer": null, "no_answer_prob": 1.4478933811187744}
{"example_id": -2370019778452962060, "prediction": "Gadsby", "binary_answer": null, "no_answer_prob": -1.9901255369186401}
{"example_id": -94868757674430819, "prediction": "Monetary inflation", "binary_answer": null, "no_answer_prob": 3.9202213883399963}
{"example_id": 5064534131928384032, "prediction": "Danube summary route map Legend 2860 Source at Donaueschingen", "binary_answer": null, "no_answer_prob": 0.20509815216064453}
{"example_id": 8749272093563591158, "prediction": "", "binary_answer": null, "no_answer_prob": 4.150755763053894}
{"example_id": 9162356114836042337, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1236202716827393}
{"example_id": -1441206650785219900, "prediction": "", "binary_answer": null, "no_answer_prob": 3.73248291015625}
{"example_id": -7326979775798540156, "prediction": "Tears for Fears , written by Roland Orzabal and Ian Stanley and sung by Orzabal ( with Curt Smith", "binary_answer": null, "no_answer_prob": -4.900894999504089}
{"example_id": -9151260542206712984, "prediction": "George Alexander", "binary_answer": null, "no_answer_prob": -0.8829269409179688}
{"example_id": -7059085327774987280, "prediction": "Pyeongchang", "binary_answer": null, "no_answer_prob": -1.1751580238342285}
{"example_id": -963269509157387942, "prediction": "moderate oceanic climate", "binary_answer": null, "no_answer_prob": -7.276147723197937}
{"example_id": 1466074169418468265, "prediction": "Auckland ( / \u02c8\u0254\u02d0kl\u0259nd / AWK - l\u0259nd ) is a city in New Zealand 's North Island", "binary_answer": null, "no_answer_prob": 0.2967105433344841}
{"example_id": -5508363059033081757, "prediction": "A blind spot", "binary_answer": null, "no_answer_prob": 2.0585327968001366}
{"example_id": 5929025091515766344, "prediction": "13", "binary_answer": null, "no_answer_prob": -6.359127521514893}
{"example_id": 8851913986195153381, "prediction": "`` Take Me Out to the Ball Game ''", "binary_answer": null, "no_answer_prob": -1.8236720561981201}
{"example_id": -3509048310877827618, "prediction": "1163", "binary_answer": null, "no_answer_prob": -3.536265015602112}
{"example_id": 5052728884435848920, "prediction": "Bobby Fuller Four", "binary_answer": null, "no_answer_prob": 1.34591343998909}
{"example_id": 3701586603036725107, "prediction": "The Supremes", "binary_answer": null, "no_answer_prob": -1.5741268396377563}
{"example_id": -2839506416532928017, "prediction": "Ethan Wayne", "binary_answer": null, "no_answer_prob": -6.829955101013184}
{"example_id": 4252015390443014873, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9436798095703125}
{"example_id": -7398902543044764111, "prediction": "1992", "binary_answer": null, "no_answer_prob": -2.3132681846618652}
{"example_id": -3582247121186713699, "prediction": "atrioventricular node", "binary_answer": null, "no_answer_prob": -3.8941221237182617}
{"example_id": 7114382665620525377, "prediction": "138 g ( 4.9 oz ) 7 Plus : 188 g ( 6.6 oz", "binary_answer": null, "no_answer_prob": 2.120948553085327}
{"example_id": 9096882295627063411, "prediction": "", "binary_answer": null, "no_answer_prob": 4.5428027510643005}
{"example_id": 2556799146668514507, "prediction": "18 December", "binary_answer": null, "no_answer_prob": -4.033611059188843}
{"example_id": 3913365343631877514, "prediction": "", "binary_answer": null, "no_answer_prob": 3.39559805393219}
{"example_id": -7430844813632374314, "prediction": "Mahatma Hansraj", "binary_answer": null, "no_answer_prob": -5.529347538948059}
{"example_id": -2565626433818010796, "prediction": "The phrase `` Holy Moly '' is an exclamation of surprise that dates from at least 1892 .", "binary_answer": null, "no_answer_prob": -1.4737141132354736}
{"example_id": -3338525098345514077, "prediction": "Freddie Mercury because of the lyrics and the song title Driven by You .", "binary_answer": null, "no_answer_prob": 4.914169952273369}
{"example_id": 4612831453436396417, "prediction": "Port and starboard", "binary_answer": null, "no_answer_prob": 0.7168588638305664}
{"example_id": 3993203411318708157, "prediction": "`` Lovefool ''", "binary_answer": null, "no_answer_prob": 1.4031957983970642}
{"example_id": 2945694154976038000, "prediction": "In historiography , the Western Roman Empire", "binary_answer": null, "no_answer_prob": 3.1260461807250977}
{"example_id": -7321213980850833063, "prediction": "", "binary_answer": null, "no_answer_prob": 2.922335684299469}
{"example_id": -5724562506561055624, "prediction": "", "binary_answer": null, "no_answer_prob": 4.359188199043274}
{"example_id": 769677231772107521, "prediction": "October 31 , 2010", "binary_answer": null, "no_answer_prob": -0.840627908706665}
{"example_id": -3273727758454540513, "prediction": "twelfth season is set to premiere on September 24 , 2018 .", "binary_answer": null, "no_answer_prob": -2.1295500993728638}
{"example_id": -5376475157898671271, "prediction": "Pleurisy", "binary_answer": null, "no_answer_prob": 2.6152195930480957}
{"example_id": -7247685073590147464, "prediction": "Operation Safed Sagar", "binary_answer": null, "no_answer_prob": -5.793365836143494}
{"example_id": -4522064792670010637, "prediction": "Say You , Say Me", "binary_answer": null, "no_answer_prob": -1.55228853225708}
{"example_id": -1390689909650743770, "prediction": "Nancy Justine McKeon", "binary_answer": null, "no_answer_prob": -7.876677632331848}
{"example_id": -6703340867323473163, "prediction": "the first episode of the fifth season", "binary_answer": null, "no_answer_prob": 3.1721742153167725}
{"example_id": -4139156079597237577, "prediction": "neural -- Information sciences and social -- Relational sciences", "binary_answer": null, "no_answer_prob": 1.7759345769882202}
{"example_id": -847922291790061666, "prediction": "where c represents the length of the hypotenuse and a and b the lengths of the triangle 's other two sides .", "binary_answer": null, "no_answer_prob": 1.4123895764350891}
{"example_id": -2942400488660841191, "prediction": "Angela Bassett", "binary_answer": null, "no_answer_prob": -1.7138009071350098}
{"example_id": 4331377390428217776, "prediction": "mortuary complex in an enormous courtyard surrounded by ceremonial structures and decoration .", "binary_answer": null, "no_answer_prob": 1.8899367526173592}
{"example_id": 4838172895359884369, "prediction": "", "binary_answer": null, "no_answer_prob": 2.176835280843079}
{"example_id": 2278242315716701080, "prediction": "seven", "binary_answer": null, "no_answer_prob": -4.918756008148193}
{"example_id": 1624305337835712553, "prediction": "The Shape of Water", "binary_answer": null, "no_answer_prob": 1.0708403587341309}
{"example_id": -4282190165709887673, "prediction": "22", "binary_answer": null, "no_answer_prob": -6.538479328155518}
{"example_id": 3308348944106726345, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3296959400177002}
{"example_id": -6286972300938607713, "prediction": "3150 BC", "binary_answer": null, "no_answer_prob": -0.8902525901794434}
{"example_id": 5361586898801766663, "prediction": "Ramkumar Chattopadhyay", "binary_answer": null, "no_answer_prob": -1.6384353637695312}
{"example_id": 5209903805600354828, "prediction": "June 21 , 2019", "binary_answer": null, "no_answer_prob": 1.023423433303833}
{"example_id": -8352961736018873244, "prediction": "a very important aspect of Puerto Rican culture , and it has become an unofficial territorial symbol of Puerto Rico .", "binary_answer": null, "no_answer_prob": -1.3334392309188843}
{"example_id": -7460858061693543840, "prediction": "1 January 2018", "binary_answer": null, "no_answer_prob": -4.664712190628052}
{"example_id": 5313997180901651309, "prediction": "Panama", "binary_answer": null, "no_answer_prob": 0.9148995876312256}
{"example_id": 8510411126702766011, "prediction": "", "binary_answer": null, "no_answer_prob": 3.164729952812195}
{"example_id": -6424791472429944601, "prediction": "512", "binary_answer": null, "no_answer_prob": -8.354744911193848}
{"example_id": -8073311805426057133, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": -2.58695387840271}
{"example_id": -1282307916188794339, "prediction": "Grace Jones", "binary_answer": null, "no_answer_prob": 2.45136958360672}
{"example_id": 3315098819012777107, "prediction": "`` Two Kinds '' is a short story from the book The Joy Luck Club", "binary_answer": null, "no_answer_prob": 3.748631238937378}
{"example_id": -5459498481888596440, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5260766744613647}
{"example_id": -2643109128705021344, "prediction": "", "binary_answer": null, "no_answer_prob": 2.468760132789612}
{"example_id": -2323712156293144863, "prediction": "Patsy Busbridge in the episode ' Home Thoughts from Abroad ' .", "binary_answer": null, "no_answer_prob": -0.753685712814331}
{"example_id": 5286036765057702297, "prediction": "", "binary_answer": null, "no_answer_prob": 3.152637481689453}
{"example_id": -4079501360632666635, "prediction": "Pablo Tell Schreiber", "binary_answer": null, "no_answer_prob": -5.306528449058533}
{"example_id": -2952789772011025865, "prediction": "366", "binary_answer": null, "no_answer_prob": -5.615954518318176}
{"example_id": 2338319301972086875, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2756897211074829}
{"example_id": 6635301413858394436, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1370971202850342}
{"example_id": 2632634890820429404, "prediction": "The Sons of Liberty", "binary_answer": null, "no_answer_prob": -1.1902194023132324}
{"example_id": -6039797685619843508, "prediction": "It is a 1986", "binary_answer": null, "no_answer_prob": 1.8910834193229675}
{"example_id": -6331825608100129065, "prediction": "The Pamplona encierro is the most popular in Spain", "binary_answer": null, "no_answer_prob": 3.271649956703186}
{"example_id": 2399228990400978621, "prediction": "Land of the Rising Sun .", "binary_answer": null, "no_answer_prob": 0.46228425949811935}
{"example_id": 4267631871246125862, "prediction": "The coefficient of relationship", "binary_answer": null, "no_answer_prob": 3.5151642858982086}
{"example_id": -6542990366621530988, "prediction": "England", "binary_answer": null, "no_answer_prob": -1.0425349473953247}
{"example_id": -749738218164430458, "prediction": "Diddy and his band Dirty Money", "binary_answer": null, "no_answer_prob": -6.533538460731506}
{"example_id": -5902584697670140013, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1607032120227814}
{"example_id": 8091062101201754238, "prediction": "Jon Stewart", "binary_answer": null, "no_answer_prob": -3.6472986936569214}
{"example_id": 991750876240514011, "prediction": "In association football , the referee is the person responsible for enforcing the Laws of the Game during the course of a match", "binary_answer": null, "no_answer_prob": -0.5399314165115356}
{"example_id": 8787686228320515961, "prediction": "independence of the Jewish calendar and worldwide uniformity", "binary_answer": null, "no_answer_prob": 1.3403840065002441}
{"example_id": -732910952109858323, "prediction": "In Western culture , the finger or the middle finger", "binary_answer": null, "no_answer_prob": 0.01973724365234375}
{"example_id": -6412417606016046895, "prediction": "", "binary_answer": null, "no_answer_prob": 2.739727735519409}
{"example_id": -7665180870060340793, "prediction": "April 20 , 2018", "binary_answer": null, "no_answer_prob": -1.9179365634918213}
{"example_id": 7643492673466479212, "prediction": "San Tan Valley is a census - designated place in northern Pinal County , Arizona . It is a bedroom community", "binary_answer": null, "no_answer_prob": -2.10442852973938}
{"example_id": -3238535147717376429, "prediction": "Robert Wadlow", "binary_answer": null, "no_answer_prob": -2.4078205823898315}
{"example_id": -4419975866641434841, "prediction": "Stephen Collins Foster", "binary_answer": null, "no_answer_prob": -9.33753252029419}
{"example_id": -6301941717908176228, "prediction": "Masai Ujiri", "binary_answer": null, "no_answer_prob": -11.683482050895691}
{"example_id": 3146034199565520437, "prediction": "20", "binary_answer": null, "no_answer_prob": 3.901702880859375}
{"example_id": 8409909308147876498, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8500774912536144}
{"example_id": 9095930905693200944, "prediction": "Silver Spring is an unincorporated community and census - designated place ( CDP )", "binary_answer": null, "no_answer_prob": 0.5042528510093689}
{"example_id": -7303284957599257184, "prediction": "The 2017 NBA Finals", "binary_answer": null, "no_answer_prob": 2.8596126586198807}
{"example_id": 6406827159702379798, "prediction": "Stealers Wheel", "binary_answer": null, "no_answer_prob": -0.53883957862854}
{"example_id": -5006003472085768921, "prediction": "Hematidrosis", "binary_answer": null, "no_answer_prob": -1.9688048362731934}
{"example_id": 2028879850281064513, "prediction": "", "binary_answer": null, "no_answer_prob": -0.4528689384460449}
{"example_id": 1905131062351526241, "prediction": "Regina Spektor", "binary_answer": null, "no_answer_prob": -8.256457805633545}
{"example_id": 485142794739792096, "prediction": "Good Apollo , I 'm Burning Star IV , Volume Two : No World for Tomorrow", "binary_answer": null, "no_answer_prob": 0.4578430652618408}
{"example_id": 774923242336580897, "prediction": "", "binary_answer": null, "no_answer_prob": 4.210545897483826}
{"example_id": 8483068492809112927, "prediction": "", "binary_answer": null, "no_answer_prob": 0.04573619365692139}
{"example_id": -9187038224311273946, "prediction": "Karan Kundra and Saanvi Talwar", "binary_answer": null, "no_answer_prob": -1.263746976852417}
{"example_id": 4873838784134880980, "prediction": "", "binary_answer": null, "no_answer_prob": 3.784416615962982}
{"example_id": -5961689212679103309, "prediction": "x + 1 = 0", "binary_answer": null, "no_answer_prob": 1.798840492963791}
{"example_id": -6991508190482400297, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -7.630101442337036}
{"example_id": -4325663049251896614, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7510737478733063}
{"example_id": 4196961423491752108, "prediction": "Seneca Falls Town Seneca Falls Canal Harbor", "binary_answer": null, "no_answer_prob": 2.564584732055664}
{"example_id": 1305971402348219266, "prediction": "Ants", "binary_answer": null, "no_answer_prob": 1.7845883965492249}
{"example_id": -42399359865985476, "prediction": "Carson Palmer", "binary_answer": null, "no_answer_prob": -1.262205958366394}
{"example_id": 2201445608240998715, "prediction": "Season Episodes Originally aired First aired Last aired Network 22", "binary_answer": null, "no_answer_prob": -3.8927366733551025}
{"example_id": 6469764765947597146, "prediction": "three parts", "binary_answer": null, "no_answer_prob": -2.1130027770996094}
{"example_id": 5105571586293875534, "prediction": "", "binary_answer": null, "no_answer_prob": 3.83309543132782}
{"example_id": -8084891757512769698, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4352134466171265}
{"example_id": 5214492005049085177, "prediction": "Kavan Smith", "binary_answer": null, "no_answer_prob": -7.352570533752441}
{"example_id": -4256892816228824625, "prediction": "", "binary_answer": null, "no_answer_prob": -0.08214223384857178}
{"example_id": 2995733137355730388, "prediction": "Dirty Dancing", "binary_answer": null, "no_answer_prob": -0.9472804069519043}
{"example_id": -6256366794872919373, "prediction": "Gen. Fidel Valdez Ramos", "binary_answer": null, "no_answer_prob": -8.055080533027649}
{"example_id": 442673897495140695, "prediction": "Iago", "binary_answer": null, "no_answer_prob": -1.5495388507843018}
{"example_id": -6516430722693269046, "prediction": "Edgar Allan Poe", "binary_answer": null, "no_answer_prob": -7.808612704277039}
{"example_id": -1593012692962256026, "prediction": "Marcella Araica , Richard Butler , T.I. , Nathaniel `` Danja '' Hills", "binary_answer": null, "no_answer_prob": 3.1732085943222046}
{"example_id": 7315654961044164031, "prediction": "Principal photography began on March 26 , 1964", "binary_answer": null, "no_answer_prob": 2.4608150720596313}
{"example_id": 8533219165910400556, "prediction": "Midtown Manhattan , New York City", "binary_answer": null, "no_answer_prob": -2.072915196418762}
{"example_id": 5826112080754115258, "prediction": "Tears for Fears", "binary_answer": null, "no_answer_prob": -8.166397213935852}
{"example_id": 750812623192754991, "prediction": "Motor unit recruitment", "binary_answer": null, "no_answer_prob": 3.6643354892730713}
{"example_id": 3103812190156537969, "prediction": "Randy Meisner ( bass guitar , vocals )", "binary_answer": null, "no_answer_prob": -1.171496868133545}
{"example_id": 6967912443257526318, "prediction": "The Hollies", "binary_answer": null, "no_answer_prob": -5.560495376586914}
{"example_id": -4454959559955316653, "prediction": "Johnny Nash", "binary_answer": null, "no_answer_prob": -0.5412166118621826}
{"example_id": -3422681705334541693, "prediction": "tribes of Algonquian and Iroquoian - speaking Native Americans", "binary_answer": null, "no_answer_prob": 2.003829836845398}
{"example_id": -3258639610940537785, "prediction": "6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": -1.6363492012023926}
{"example_id": -6859096974124163943, "prediction": "In philosophy , economics , and political science , the common good", "binary_answer": null, "no_answer_prob": 1.166049838066101}
{"example_id": -851149197598120689, "prediction": "", "binary_answer": null, "no_answer_prob": -6.131700277328491}
{"example_id": 3971361751209691329, "prediction": "Walton Sanders Goggins Jr.", "binary_answer": null, "no_answer_prob": -3.7452207803726196}
{"example_id": -4000324826619716108, "prediction": "15 May 2016", "binary_answer": null, "no_answer_prob": -6.2297443151474}
{"example_id": 8320434409792415419, "prediction": "Rashid Anwar", "binary_answer": null, "no_answer_prob": -3.87213397026062}
{"example_id": 1521708307311824130, "prediction": "Mark Alan Ruffalo", "binary_answer": null, "no_answer_prob": -7.170936226844788}
{"example_id": 8971726506740495598, "prediction": "", "binary_answer": null, "no_answer_prob": -0.4789360761642456}
{"example_id": -2537689378664253444, "prediction": "Peter Gardner Ostrum", "binary_answer": null, "no_answer_prob": -10.800985455513}
{"example_id": -602966560765607592, "prediction": "Field", "binary_answer": null, "no_answer_prob": -4.6326375007629395}
{"example_id": 7655364709880102045, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9002283215522766}
{"example_id": -1566299948338411564, "prediction": "", "binary_answer": null, "no_answer_prob": -5.832284450531006}
{"example_id": 7314237558960749400, "prediction": "Las Vegas Stadium", "binary_answer": null, "no_answer_prob": -2.496482491493225}
{"example_id": -8919670154035867872, "prediction": "1950s , a few exchanges at a time , so that all local numbers were seven digits when direct distance dialling finally came to town .", "binary_answer": null, "no_answer_prob": 3.804020881652832}
{"example_id": 5169424922778130755, "prediction": "Minnesota State Fair", "binary_answer": null, "no_answer_prob": -7.8656065464019775}
{"example_id": -1016307698495484725, "prediction": "Donna Douglas", "binary_answer": null, "no_answer_prob": -12.072948932647705}
{"example_id": -3316740611795463594, "prediction": "Tom Clancy", "binary_answer": null, "no_answer_prob": -4.849921107292175}
{"example_id": 1373929920121106749, "prediction": "Jodie Whittaker as the Thirteenth Doctor .", "binary_answer": null, "no_answer_prob": 0.9426443576812744}
{"example_id": 7839239725227828953, "prediction": "Bill Nighy", "binary_answer": null, "no_answer_prob": -10.960342526435852}
{"example_id": -6904356229013290855, "prediction": "", "binary_answer": null, "no_answer_prob": 4.612940192222595}
{"example_id": -6108819673537778658, "prediction": "The Prime Photos plan offers unlimited storage for photos and RAW files , and a 5 gigabytes of storage for videos and other files", "binary_answer": null, "no_answer_prob": 0.9748053550720215}
{"example_id": -152205142552387889, "prediction": "T\u014dru `` TK '' Kitajima", "binary_answer": null, "no_answer_prob": -8.8961683511734}
{"example_id": -412704402378132556, "prediction": "January 5 , 1933", "binary_answer": null, "no_answer_prob": -6.166699767112732}
{"example_id": -4853759279052413002, "prediction": "350 miles ( 560 km )", "binary_answer": null, "no_answer_prob": -1.0359925627708435}
{"example_id": 7094353521557135535, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.5167294144630432}
{"example_id": 5382509447488947558, "prediction": "", "binary_answer": null, "no_answer_prob": 5.159221991896629}
{"example_id": 3093138229910895896, "prediction": "The number googol", "binary_answer": null, "no_answer_prob": 2.2519190311431885}
{"example_id": -7016168820459507698, "prediction": "The N - terminus ( also known as the amino - terminus , NH - terminus , N - terminal end or amine - terminus", "binary_answer": null, "no_answer_prob": -0.6582648754119873}
{"example_id": 6768266617246001034, "prediction": "1920", "binary_answer": null, "no_answer_prob": -5.479270339012146}
{"example_id": -274370337196352571, "prediction": "The Tragedy of Great Power Politics is a book by the American scholar John Mearsheimer on the subject of international relations theory", "binary_answer": null, "no_answer_prob": 3.207150548696518}
{"example_id": 2961317153244610375, "prediction": "August 11 , 2018 ( 2018 - 08 - 11 ) October 4 , 2018 ( 2018 - 10 - 04 )", "binary_answer": null, "no_answer_prob": 0.8355491161346436}
{"example_id": -7128832251820540006, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Lime plaster", "binary_answer": null, "no_answer_prob": 0.5766499042510986}
{"example_id": -2675441497202145011, "prediction": "Star Wars : The Last Jedi", "binary_answer": null, "no_answer_prob": -1.609986662864685}
{"example_id": 9054423847712059440, "prediction": "the 75th Venice International Film Festival", "binary_answer": null, "no_answer_prob": 2.8528517484664917}
{"example_id": 2908099843039443662, "prediction": "Timbuktu was a regional trade centre in medieval times", "binary_answer": null, "no_answer_prob": 3.0775891542434692}
{"example_id": -3924076247966425792, "prediction": "Michael Jeffrey Jordan", "binary_answer": null, "no_answer_prob": 2.889122635126114}
{"example_id": 3096201505172796421, "prediction": "Cell death", "binary_answer": null, "no_answer_prob": -0.47097158432006836}
{"example_id": 5744186042395930214, "prediction": "Brian McGuire Cashman", "binary_answer": null, "no_answer_prob": -8.20589530467987}
{"example_id": 4399994188478285817, "prediction": "early 2019", "binary_answer": null, "no_answer_prob": -0.6385825872421265}
{"example_id": -7838579770252332809, "prediction": "", "binary_answer": null, "no_answer_prob": 2.224512457847595}
{"example_id": -2938678311455780261, "prediction": "the Band", "binary_answer": null, "no_answer_prob": 0.8863258361816406}
{"example_id": -8083772678784794712, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7477688789367676}
{"example_id": -6803575577526902612, "prediction": "Dodger Stadium", "binary_answer": null, "no_answer_prob": -0.2946197986602783}
{"example_id": -8678395393651706588, "prediction": "November 17 , 2017", "binary_answer": null, "no_answer_prob": -6.610658288002014}
{"example_id": -1325146971563258681, "prediction": "Bon Jovi guitarist Richie Sambora", "binary_answer": null, "no_answer_prob": 0.38759660720825195}
{"example_id": 2775840251067771416, "prediction": "Jess Walton", "binary_answer": null, "no_answer_prob": -12.233405590057373}
{"example_id": 1688060078539535833, "prediction": "`` The Case of the Speluncean Explorers '' is an article by legal philosopher Lon L. Fuller", "binary_answer": null, "no_answer_prob": 3.8954787850379944}
{"example_id": -2736749878746564523, "prediction": "Adam West", "binary_answer": null, "no_answer_prob": -3.6432580947875977}
{"example_id": -8434972179208128713, "prediction": "1995", "binary_answer": null, "no_answer_prob": -4.951891660690308}
{"example_id": -8080235744220023127, "prediction": "Hebrew Bible", "binary_answer": null, "no_answer_prob": -4.532657146453857}
{"example_id": -5644458293628759603, "prediction": "", "binary_answer": null, "no_answer_prob": -0.891668438911438}
{"example_id": -2368214553083834888, "prediction": "", "binary_answer": null, "no_answer_prob": 4.13928097486496}
{"example_id": -4101503241214065196, "prediction": "", "binary_answer": null, "no_answer_prob": 4.087145686149597}
{"example_id": 5393208084975732008, "prediction": "Channel 4", "binary_answer": null, "no_answer_prob": -0.8024656772613525}
{"example_id": -3444281086878147684, "prediction": "Prior to American settlement of the area , the site of Great Bend was located in the northern reaches of Kiowa territory", "binary_answer": null, "no_answer_prob": 1.7877447605133057}
{"example_id": -188229560413562877, "prediction": "Samuel George Claflin", "binary_answer": null, "no_answer_prob": -13.367472290992737}
{"example_id": -4807750401699297705, "prediction": "monarch", "binary_answer": null, "no_answer_prob": -1.7407786846160889}
{"example_id": -4735931497873009375, "prediction": "Accuser : Who", "binary_answer": null, "no_answer_prob": 0.8908131420612335}
{"example_id": 3728096353136074107, "prediction": "herbs and sugar", "binary_answer": null, "no_answer_prob": -4.656051158905029}
{"example_id": -5381413945124197508, "prediction": "21 June 2003", "binary_answer": null, "no_answer_prob": -3.9484602212905884}
{"example_id": 1146545479165504512, "prediction": "Lazarus Spengler", "binary_answer": null, "no_answer_prob": 2.8684475421905518}
{"example_id": 8831903047668368237, "prediction": "", "binary_answer": null, "no_answer_prob": -4.237666964530945}
{"example_id": 7401704085333593674, "prediction": "Robert Hegyes", "binary_answer": null, "no_answer_prob": -13.428483724594116}
{"example_id": -7158856936420412740, "prediction": "`` I 'm Still a Guy ''", "binary_answer": null, "no_answer_prob": 4.694926977157593}
{"example_id": 7851938076779001811, "prediction": "", "binary_answer": null, "no_answer_prob": 4.034058690071106}
{"example_id": -2070180081117246483, "prediction": "", "binary_answer": null, "no_answer_prob": 4.119648277759552}
{"example_id": 7741387357303652822, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9291619658470154}
{"example_id": -4776364212864922320, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.891763150691986}
{"example_id": 4508184783462146567, "prediction": "Edward de Bono 's book Six Thinking Hats White hat , part of black and white hat symbolism in film", "binary_answer": null, "no_answer_prob": 2.645270198583603}
{"example_id": -4252930450591462993, "prediction": "The earliest documented evidence of the name in England", "binary_answer": null, "no_answer_prob": -2.1768383979797363}
{"example_id": -4916868255184009757, "prediction": "John Williams", "binary_answer": null, "no_answer_prob": -5.4979023933410645}
{"example_id": -4884696538524961943, "prediction": "Have You Never Been Mellow is the sixth", "binary_answer": null, "no_answer_prob": -3.2027394771575928}
{"example_id": 4017455347594585586, "prediction": "The War of the Worlds is a science fiction novel by English author H.G. Wells first serialised in 1897", "binary_answer": null, "no_answer_prob": 0.5662858486175537}
{"example_id": 627924484274256370, "prediction": "Roman cuisine", "binary_answer": null, "no_answer_prob": -1.5903565883636475}
{"example_id": 6838330069983406173, "prediction": "9 miles ( 14 km ) south of Saratoga , New York . They both failed .", "binary_answer": null, "no_answer_prob": -0.6612392663955688}
{"example_id": 5583266356607776964, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0811171531677246}
{"example_id": 1188721041872537723, "prediction": "", "binary_answer": null, "no_answer_prob": 2.384139806032181}
{"example_id": 7929699340353743396, "prediction": "March 1 , 2019", "binary_answer": null, "no_answer_prob": -1.0105496644973755}
{"example_id": 783256991872557217, "prediction": "Houston Astros", "binary_answer": null, "no_answer_prob": -4.801014542579651}
{"example_id": -6346057753948102894, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1824155151844025}
{"example_id": 8429459117370155423, "prediction": "", "binary_answer": null, "no_answer_prob": 3.835218846797943}
{"example_id": 216653085197526717, "prediction": "A seismic shadow zone", "binary_answer": null, "no_answer_prob": 0.38122260570526123}
{"example_id": 9220663460464598812, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6928945034742355}
{"example_id": -1836566113551085118, "prediction": "", "binary_answer": null, "no_answer_prob": 3.342598080635071}
{"example_id": -1432339570613043528, "prediction": "Somerset County , Pennsylvania", "binary_answer": null, "no_answer_prob": -4.271743535995483}
{"example_id": -753839737935549102, "prediction": "Shark Tank", "binary_answer": null, "no_answer_prob": 4.087360620498657}
{"example_id": -1225363930499934478, "prediction": "Karl Stig - Erland `` Stieg '' Larsson", "binary_answer": null, "no_answer_prob": -5.112423539161682}
{"example_id": 8847585016312982344, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9363574832677841}
{"example_id": 745860020479035445, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.243692442774773}
{"example_id": 419687808247669483, "prediction": "June 28", "binary_answer": null, "no_answer_prob": 0.9739968776702881}
{"example_id": -4091270046952672475, "prediction": "Wayne Newton", "binary_answer": null, "no_answer_prob": -9.61397385597229}
{"example_id": 5292444119801388881, "prediction": "One Direction", "binary_answer": null, "no_answer_prob": -6.0508633852005005}
{"example_id": 5499971443898442947, "prediction": "merogony inside host red blood cells and produce the crystalline pigment hemozoin", "binary_answer": null, "no_answer_prob": -1.2239160537719727}
{"example_id": -5103747025111996433, "prediction": "Ibrahim Kpotun Idris", "binary_answer": null, "no_answer_prob": -6.102818608283997}
{"example_id": 4428477063386338964, "prediction": "Janet Gaynor", "binary_answer": null, "no_answer_prob": -3.4320666790008545}
{"example_id": 706893833025886002, "prediction": "San Francisco Giants 2017", "binary_answer": null, "no_answer_prob": 0.674592062830925}
{"example_id": -8369288975463814899, "prediction": "competitive exclusion principle", "binary_answer": null, "no_answer_prob": 0.8259023427963257}
{"example_id": 8643630376187935175, "prediction": "Brian Kennedy", "binary_answer": null, "no_answer_prob": -2.558014154434204}
{"example_id": 8235640559907926294, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8056434392929077}
{"example_id": -2734324486901885143, "prediction": "", "binary_answer": null, "no_answer_prob": 3.803737759590149}
{"example_id": -5963759296990135581, "prediction": "United States and Soviet Union", "binary_answer": null, "no_answer_prob": 1.5292024612426758}
{"example_id": 2162155846997726979, "prediction": "Rosewood , Pennsylvania", "binary_answer": null, "no_answer_prob": -1.9382214546203613}
{"example_id": -7829633715400218283, "prediction": "SRB Novak Djokovic", "binary_answer": null, "no_answer_prob": -2.145287036895752}
{"example_id": -457379401817324944, "prediction": "Hippocrates", "binary_answer": null, "no_answer_prob": -4.877031326293945}
{"example_id": 1636473245041621096, "prediction": "Los Angeles International Airport", "binary_answer": null, "no_answer_prob": -1.186098575592041}
{"example_id": -5448844015474339555, "prediction": "Mila Kunis", "binary_answer": null, "no_answer_prob": -7.800606966018677}
{"example_id": 1626653773649677157, "prediction": "", "binary_answer": null, "no_answer_prob": 2.849810004234314}
{"example_id": 8952717755010970909, "prediction": "", "binary_answer": null, "no_answer_prob": 2.981557361781597}
{"example_id": 3733328795618507865, "prediction": "5", "binary_answer": null, "no_answer_prob": 2.196927785873413}
{"example_id": -8204316699420373938, "prediction": "Lori Lieberman", "binary_answer": null, "no_answer_prob": 1.1152349710464478}
{"example_id": -4767536963343233422, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": -1.736151099205017}
{"example_id": 7467959401820504857, "prediction": "Greatest Hits II", "binary_answer": null, "no_answer_prob": -3.28221595287323}
{"example_id": 2709335559771163605, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0384976267814636}
{"example_id": -6209570176979294886, "prediction": "Stephen M. Ross", "binary_answer": null, "no_answer_prob": -1.763270378112793}
{"example_id": -9065652466422792467, "prediction": "", "binary_answer": null, "no_answer_prob": 5.3344316482543945}
{"example_id": 2320733481589738782, "prediction": "", "binary_answer": null, "no_answer_prob": 3.074315831065178}
{"example_id": -3015069839936483203, "prediction": "2.4 billion years ago", "binary_answer": null, "no_answer_prob": -2.9255446195602417}
{"example_id": 5981831660206715313, "prediction": "July 20 , 1969", "binary_answer": null, "no_answer_prob": -1.1322317123413086}
{"example_id": 680308234395099133, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6767006814479828}
{"example_id": 4233618210123934175, "prediction": "Arsenal", "binary_answer": null, "no_answer_prob": -6.9034212827682495}
{"example_id": 7423675480415732989, "prediction": "Home computers", "binary_answer": null, "no_answer_prob": 2.0107568502426147}
{"example_id": 474117384072691879, "prediction": "six", "binary_answer": null, "no_answer_prob": -4.0677725076675415}
{"example_id": -8551594458426194496, "prediction": "", "binary_answer": null, "no_answer_prob": 2.182286560535431}
{"example_id": -4478079202372445991, "prediction": "", "binary_answer": null, "no_answer_prob": 2.529557317495346}
{"example_id": 5270065759956892460, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -9.336645185947418}
{"example_id": -4433159268734312985, "prediction": "Clown , hobo , ballet dancer , bagpiper , and an Army Major", "binary_answer": null, "no_answer_prob": 1.425071358680725}
{"example_id": 3383757862229997289, "prediction": "Eddie McGee", "binary_answer": null, "no_answer_prob": -5.398347616195679}
{"example_id": -4914711792168293787, "prediction": "Genesis", "binary_answer": null, "no_answer_prob": -3.049846649169922}
{"example_id": -8103350012102343590, "prediction": "48 ( 9", "binary_answer": null, "no_answer_prob": -0.7553884983062744}
{"example_id": 2921411983799370989, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2361485362052917}
{"example_id": -3270196268095397960, "prediction": "Roger Clemens", "binary_answer": null, "no_answer_prob": -1.7577908039093018}
{"example_id": 6103344685503605250, "prediction": "Sri Lanka and India to the west . Countries dependent on the Bay of Bengal straddle both South Asia and Southeast Asia .", "binary_answer": null, "no_answer_prob": 1.2272107303142548}
{"example_id": -5153405051795489881, "prediction": "", "binary_answer": null, "no_answer_prob": 2.374166190624237}
{"example_id": -82051199267410638, "prediction": "Barry Lamar Bonds", "binary_answer": null, "no_answer_prob": -4.385502815246582}
{"example_id": 5445139108457883507, "prediction": "It : Chapter One", "binary_answer": null, "no_answer_prob": 1.1620591878890991}
{"example_id": 2712790974795249725, "prediction": "", "binary_answer": null, "no_answer_prob": 4.377359747886658}
{"example_id": -6730057309886370465, "prediction": "Arizona", "binary_answer": null, "no_answer_prob": 3.4370787143707275}
{"example_id": -4600380943028664288, "prediction": "1987", "binary_answer": null, "no_answer_prob": 0.5048260986804962}
{"example_id": 19741534412594075, "prediction": "Acts 8", "binary_answer": null, "no_answer_prob": 0.3880801796913147}
{"example_id": 6453272171002508776, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2966954708099365}
{"example_id": -5990054433669752215, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3886055946350098}
{"example_id": -8939592244425584169, "prediction": "630", "binary_answer": null, "no_answer_prob": -1.943472981452942}
{"example_id": -5488824638392126910, "prediction": "Pecos River", "binary_answer": null, "no_answer_prob": -0.0834956169128418}
{"example_id": -279084796030534885, "prediction": "", "binary_answer": null, "no_answer_prob": 3.498456597328186}
{"example_id": 3212558113642125295, "prediction": "", "binary_answer": null, "no_answer_prob": 2.519275724887848}
{"example_id": -1319733685434367930, "prediction": "60 miles ( 97 km ) west of Las Cruces and thirty - three miles north of the Mexican border", "binary_answer": null, "no_answer_prob": -8.460095524787903}
{"example_id": -8561418966099492869, "prediction": "Alamodome in San Antonio , Texas", "binary_answer": null, "no_answer_prob": -5.300943970680237}
{"example_id": -5412730761630805376, "prediction": "El Paso , Texas City City of El Paso From upper left", "binary_answer": null, "no_answer_prob": 2.2304853200912476}
{"example_id": 7049879526021736257, "prediction": "Burl Ives", "binary_answer": null, "no_answer_prob": -4.881231307983398}
{"example_id": -5808200639967949112, "prediction": "Andrews High School , Andrews", "binary_answer": null, "no_answer_prob": 2.173777997493744}
{"example_id": -7343968705016198884, "prediction": "Nettie Fowler", "binary_answer": null, "no_answer_prob": -5.437344193458557}
{"example_id": 4581780480539952543, "prediction": "Michael Showalter", "binary_answer": null, "no_answer_prob": -7.171316146850586}
{"example_id": -5358618030082381666, "prediction": "", "binary_answer": null, "no_answer_prob": 5.181974291801453}
{"example_id": 1958657529618857352, "prediction": "within the daughter cells", "binary_answer": null, "no_answer_prob": 0.0903322696685791}
{"example_id": -7124524575011905701, "prediction": "March 19", "binary_answer": null, "no_answer_prob": -3.887014389038086}
{"example_id": 3478562218510210965, "prediction": "David Imelda `` Dave '' Lamb", "binary_answer": null, "no_answer_prob": -5.931975245475769}
{"example_id": 234131699687376880, "prediction": "Iran", "binary_answer": null, "no_answer_prob": -3.861544132232666}
{"example_id": -8027608852843372299, "prediction": "Bruce Springsteen", "binary_answer": null, "no_answer_prob": -5.0329190492630005}
{"example_id": 7986080147947252400, "prediction": "John F. Kennedy", "binary_answer": null, "no_answer_prob": -1.6131983995437622}
{"example_id": 1470700468285560568, "prediction": "", "binary_answer": null, "no_answer_prob": 4.811509817838669}
{"example_id": 6124564607389583163, "prediction": "Agni Varsha", "binary_answer": null, "no_answer_prob": -2.3009424209594727}
{"example_id": 4784498268232209633, "prediction": "Puebla , Tlaxcala , Oaxaca and Veracruz", "binary_answer": null, "no_answer_prob": -3.189034104347229}
{"example_id": 1361441553853311813, "prediction": "", "binary_answer": null, "no_answer_prob": 3.940499424934387}
{"example_id": -5038213749180413765, "prediction": "284 ( HD / SD ) 1284", "binary_answer": null, "no_answer_prob": -2.168624758720398}
{"example_id": 6941079258184392041, "prediction": "", "binary_answer": null, "no_answer_prob": 4.31233811378479}
{"example_id": -7981587189260272825, "prediction": "", "binary_answer": null, "no_answer_prob": 5.544137954711914}
{"example_id": -2744848720723075103, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2539899349212646}
{"example_id": 561281163109004200, "prediction": "", "binary_answer": null, "no_answer_prob": 5.232848644256592}
{"example_id": 5119832201968395759, "prediction": "Charlton Heston", "binary_answer": null, "no_answer_prob": -4.988258004188538}
{"example_id": 6213045939017576916, "prediction": "Richard Madden", "binary_answer": null, "no_answer_prob": -12.544474720954895}
{"example_id": -5388681249122308164, "prediction": "1882", "binary_answer": null, "no_answer_prob": 0.056876182556152344}
{"example_id": 633241840640269891, "prediction": "", "binary_answer": null, "no_answer_prob": 2.756875693798065}
{"example_id": 8926544424310132810, "prediction": "", "binary_answer": null, "no_answer_prob": 0.007716655731201172}
{"example_id": -5192547275531440953, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.7032146453857422}
{"example_id": 8856938006808273849, "prediction": "Leaning Tower of Pisa Torre pendente di Pisa Leaning Tower of Pisa Basic information Location Pisa , Italy", "binary_answer": null, "no_answer_prob": -0.2101726531982422}
{"example_id": 6751772716066543904, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9938199520111084}
{"example_id": 4298264361651415013, "prediction": "Beth Maitland", "binary_answer": null, "no_answer_prob": -12.103119373321533}
{"example_id": -1109399901384006898, "prediction": "", "binary_answer": null, "no_answer_prob": 4.666409909725189}
{"example_id": 1642451768350414016, "prediction": "Miley Cyrus", "binary_answer": null, "no_answer_prob": -4.608592867851257}
{"example_id": 6275064513732293244, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9296115934848785}
{"example_id": 3897225624303698473, "prediction": "2016", "binary_answer": null, "no_answer_prob": -3.7677714824676514}
{"example_id": -8692198778751659840, "prediction": "Jackie DeShannon", "binary_answer": null, "no_answer_prob": -7.490654349327087}
{"example_id": 1590635306695396277, "prediction": "republicanism", "binary_answer": null, "no_answer_prob": -2.1263608932495117}
{"example_id": 8497853019487833273, "prediction": "Dustin Luis Pedroia", "binary_answer": null, "no_answer_prob": -9.478669166564941}
{"example_id": -6055370551108859267, "prediction": "Admiral Alexander Cochrane and General Edward Pakenham", "binary_answer": null, "no_answer_prob": -2.7213728427886963}
{"example_id": 148643494114306669, "prediction": "Molly Ephraim", "binary_answer": null, "no_answer_prob": -7.317054629325867}
{"example_id": -5972001511967548514, "prediction": "Bing Crosby", "binary_answer": null, "no_answer_prob": 0.5195752382278442}
{"example_id": -3677545046287986497, "prediction": "Asia is the largest and most populous continent , with a wide variety of religions . The largest religion in Asia is Islam", "binary_answer": null, "no_answer_prob": 0.3164456635713577}
{"example_id": 4303732842646248205, "prediction": "", "binary_answer": null, "no_answer_prob": 4.189280331134796}
{"example_id": 3372415701804704610, "prediction": "23", "binary_answer": null, "no_answer_prob": -1.810111403465271}
{"example_id": 4980656524643063530, "prediction": "", "binary_answer": null, "no_answer_prob": 2.298429496586323}
{"example_id": -1401841653045446903, "prediction": "", "binary_answer": null, "no_answer_prob": 3.004013240337372}
{"example_id": -3910999485596036986, "prediction": "Bruce Springsteen", "binary_answer": null, "no_answer_prob": -7.632718801498413}
{"example_id": 9202281034415082759, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2510743141174316}
{"example_id": -1383123659237883797, "prediction": "Kill Bill : Volume 1", "binary_answer": null, "no_answer_prob": -1.4322999715805054}
{"example_id": 7595396143447221157, "prediction": "", "binary_answer": null, "no_answer_prob": 4.659977555274963}
{"example_id": -1851067383725589350, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5381453037261963}
{"example_id": 6609924075207679149, "prediction": "73", "binary_answer": null, "no_answer_prob": 1.2760231494903564}
{"example_id": 3538787290357799659, "prediction": "the southern portion of the San Francisco Bay Area in the northern part of the U.S. state of California", "binary_answer": null, "no_answer_prob": -1.0759507417678833}
{"example_id": 6883774263524480290, "prediction": "Molly Ephraim", "binary_answer": null, "no_answer_prob": -10.584807753562927}
{"example_id": -6400485730169332756, "prediction": "In an interview , Manchester Orchestra lead singer Andy Hull stated that `` The Gold '' deals with issues of trust and learning to communicate", "binary_answer": null, "no_answer_prob": 1.581836223602295}
{"example_id": -4940294632163394566, "prediction": "Arnold Rothstein", "binary_answer": null, "no_answer_prob": -6.182604551315308}
{"example_id": 8914373202401913608, "prediction": "186.18", "binary_answer": null, "no_answer_prob": 1.7313942909240723}
{"example_id": 1289006342370407874, "prediction": "Lisa Gerritsen", "binary_answer": null, "no_answer_prob": -9.249888122081757}
{"example_id": -2008817761344868213, "prediction": "In the small town of Endora , Iowa", "binary_answer": null, "no_answer_prob": 3.3334505329839885}
{"example_id": -425675254019364006, "prediction": "`` While My Guitar Gently Weeps ''", "binary_answer": null, "no_answer_prob": 4.1629979610443115}
{"example_id": 4684483431544201441, "prediction": "Jodi Sta . Maria", "binary_answer": null, "no_answer_prob": -2.8136290311813354}
{"example_id": 2594286516767261680, "prediction": "Country / Territory Titles Year ( s ) United States 8 1954 , 1956 , 1960 , 1967 , 1980 , 1995 , 1997 , 2012 Venezuela 7", "binary_answer": null, "no_answer_prob": -3.2443952560424805}
{"example_id": 2746938096293088320, "prediction": "Danny DeVito", "binary_answer": null, "no_answer_prob": -6.4165966510772705}
{"example_id": 8796796989753007555, "prediction": "", "binary_answer": null, "no_answer_prob": 3.498032867908478}
{"example_id": -3601720425051423132, "prediction": "How much wood would a woodchuck chuck", "binary_answer": null, "no_answer_prob": 3.572833091020584}
{"example_id": 4160044032192220357, "prediction": "FIFA", "binary_answer": null, "no_answer_prob": -0.17095911502838135}
{"example_id": -9037070688954686537, "prediction": "The concept is found in the early traditions of Hinduism , Buddhism and Jainism", "binary_answer": null, "no_answer_prob": -0.07864320278167725}
{"example_id": 9159474945745227690, "prediction": "The Alan Parsons Project", "binary_answer": null, "no_answer_prob": -5.837967276573181}
{"example_id": 4507824594909461027, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3733682632446289}
{"example_id": 8173596466316951072, "prediction": "2016 season", "binary_answer": null, "no_answer_prob": -4.178249835968018}
{"example_id": -7779460030693442657, "prediction": "The location of present - day Cedar Rapids was in the territory of the Fox and Sac tribes .", "binary_answer": null, "no_answer_prob": -0.4649960994720459}
{"example_id": -2516653022072675445, "prediction": "Neil Diamond", "binary_answer": null, "no_answer_prob": -8.4079829454422}
{"example_id": 6804231395663863524, "prediction": "Camp is an English surname taken from Latin roots", "binary_answer": null, "no_answer_prob": -0.9392832517623901}
{"example_id": 6511525343332876138, "prediction": "Georgie Henley", "binary_answer": null, "no_answer_prob": -4.826131105422974}
{"example_id": 875953217485570983, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Water pollution", "binary_answer": null, "no_answer_prob": 2.9956803619861603}
{"example_id": 5089102640925979928, "prediction": "The Fahrenheit scale", "binary_answer": null, "no_answer_prob": -1.012373685836792}
{"example_id": 8736796984576788070, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9652196168899536}
{"example_id": 2693891201313065523, "prediction": "Egypt and Sudan .", "binary_answer": null, "no_answer_prob": 0.18092328310012817}
{"example_id": 7139196345634280111, "prediction": "Aries ( \u2648 ) / \u02c8\u025b\u0259ri\u02d0z / ( meaning `` ram ''", "binary_answer": null, "no_answer_prob": -2.7688920497894287}
{"example_id": 4230295299386716120, "prediction": "Sir Walter Scott", "binary_answer": null, "no_answer_prob": 2.3501288890838623}
{"example_id": 9161275448610916414, "prediction": "`` I Love Rock ' n ' Roll '' is a rock song written in 1975 by Alan Merrill of the Arrows", "binary_answer": null, "no_answer_prob": 1.8635547161102295}
{"example_id": -2779082665041203393, "prediction": "", "binary_answer": null, "no_answer_prob": 5.465346276760101}
{"example_id": 2901507908426764362, "prediction": "August 4 , 2017", "binary_answer": null, "no_answer_prob": 0.17473053932189941}
{"example_id": 6454351005640940124, "prediction": "Games People Play", "binary_answer": null, "no_answer_prob": -0.0646371841430664}
{"example_id": -6920576676355467260, "prediction": "", "binary_answer": null, "no_answer_prob": 2.91841983795166}
{"example_id": -2648925935855524809, "prediction": "", "binary_answer": null, "no_answer_prob": 3.927806794643402}
{"example_id": -9158258326763813448, "prediction": "International Men 's Day", "binary_answer": null, "no_answer_prob": -0.32968640327453613}
{"example_id": -312037711197497374, "prediction": "Super Bowl XXXIX", "binary_answer": null, "no_answer_prob": -3.1792818307876587}
{"example_id": 2691990427494880172, "prediction": "Speaker of the House", "binary_answer": null, "no_answer_prob": -2.1477675437927246}
{"example_id": 230009827411208826, "prediction": "England", "binary_answer": null, "no_answer_prob": -0.3126950263977051}
{"example_id": -183703247775244773, "prediction": "Richard Earl Thomas", "binary_answer": null, "no_answer_prob": -13.0891752243042}
{"example_id": -3254059069545270065, "prediction": "Sumitra Mahajan", "binary_answer": null, "no_answer_prob": -3.302627682685852}
{"example_id": -7393957076978227129, "prediction": "`` Versace on the Floor '' is a song recorded by American singer and songwriter Bruno Mars", "binary_answer": null, "no_answer_prob": 3.91628360748291}
{"example_id": -8596489163470597884, "prediction": "Norman Whitfield and Barrett Strong", "binary_answer": null, "no_answer_prob": -7.33811342716217}
{"example_id": 136972444588876537, "prediction": "high school", "binary_answer": null, "no_answer_prob": 2.578980803489685}
{"example_id": 742040966413514958, "prediction": "Knocking on wood -- in Britain and Australia", "binary_answer": null, "no_answer_prob": 3.5708365440368652}
{"example_id": 5062669826664921478, "prediction": "Sacred Scripture and Sacred Tradition ( through the teaching authority and interpretation of the Magisterium ) .", "binary_answer": null, "no_answer_prob": 1.2120114862918854}
{"example_id": -1285600064854702811, "prediction": "The residence was designed by Irish - born architect James Hoban in the neoclassical style . Construction took place between 1792 and 1800", "binary_answer": null, "no_answer_prob": 1.030090406537056}
{"example_id": 4122017705468068404, "prediction": "Maze Runner : The Death Cure", "binary_answer": null, "no_answer_prob": -1.887936294078827}
{"example_id": 6784073943483321607, "prediction": "The Asian section of the 2018 FIFA World Cup qualification", "binary_answer": null, "no_answer_prob": 4.371372103691101}
{"example_id": -5665077689733138604, "prediction": "`` Stay '' is a doo - wop song written by Maurice Williams", "binary_answer": null, "no_answer_prob": 3.182965189218521}
{"example_id": -5824064723996306211, "prediction": "Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -0.4035952091217041}
{"example_id": -359481135483432276, "prediction": "Hard Rock International", "binary_answer": null, "no_answer_prob": -8.774754405021667}
{"example_id": 1605903962310739428, "prediction": "Glenn Hugill", "binary_answer": null, "no_answer_prob": -7.047512650489807}
{"example_id": -2345580553301833619, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -6.741608262062073}
{"example_id": -7752044985522383430, "prediction": "Tegan and Sara", "binary_answer": null, "no_answer_prob": -1.551377534866333}
{"example_id": 6315266472756291505, "prediction": "1 July 1997", "binary_answer": null, "no_answer_prob": -9.087478995323181}
{"example_id": -8130459305023687710, "prediction": "Jab Tak Hai Jaan", "binary_answer": null, "no_answer_prob": 4.799651607871056}
{"example_id": 4912309612213779695, "prediction": "Norman Ernest Borlaug", "binary_answer": null, "no_answer_prob": -6.732682585716248}
{"example_id": 1682705669236106442, "prediction": "`` Dreaming '' is a song by the American new wave band Blondie", "binary_answer": null, "no_answer_prob": 1.6476352214813232}
{"example_id": 5938536652663330710, "prediction": "January 28 , 1996", "binary_answer": null, "no_answer_prob": -4.879897594451904}
{"example_id": 1225367555616175521, "prediction": "Visual texture", "binary_answer": null, "no_answer_prob": -2.1362345218658447}
{"example_id": 1257419030550499496, "prediction": "1987", "binary_answer": null, "no_answer_prob": -8.572285771369934}
{"example_id": 792625120105613371, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Black Knight", "binary_answer": null, "no_answer_prob": 6.21393221616745}
{"example_id": 1931533693456791696, "prediction": "El Rancho Vegas", "binary_answer": null, "no_answer_prob": -3.8287572860717773}
{"example_id": 7153770852857292948, "prediction": "", "binary_answer": null, "no_answer_prob": 5.2255717515945435}
{"example_id": -5126603322152278665, "prediction": "On May 29 , 1787 , Edmund Randolph of the Virginia delegation", "binary_answer": null, "no_answer_prob": 0.6323718428611755}
{"example_id": -8735695949102839750, "prediction": "June 27 , 2018", "binary_answer": null, "no_answer_prob": 2.431172251701355}
{"example_id": 2718892776510172283, "prediction": "`` Death and All His Friends ''", "binary_answer": null, "no_answer_prob": -4.427684903144836}
{"example_id": 3717306916440896575, "prediction": "20th season is expected to air in the summer of 2018 .", "binary_answer": null, "no_answer_prob": -0.510710597038269}
{"example_id": -1788552224102144217, "prediction": "`` December , 1963 ( Oh , What a Night ) '' is a song by the Four Seasons", "binary_answer": null, "no_answer_prob": 0.648958683013916}
{"example_id": 8843278221760358112, "prediction": "`` Hooked on a Feeling '' is a 1968 pop song written by Mark James and originally performed by B.J. Thomas", "binary_answer": null, "no_answer_prob": 3.6321886777877808}
{"example_id": 8268412012395772634, "prediction": "", "binary_answer": null, "no_answer_prob": 5.449282139539719}
{"example_id": 2647740125317625912, "prediction": "Buzz Aldrin", "binary_answer": null, "no_answer_prob": -6.0315922498703}
{"example_id": -937747653413672681, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6821731328964233}
{"example_id": -6750669421891187045, "prediction": "", "binary_answer": null, "no_answer_prob": 3.087974190711975}
{"example_id": 7840962997521156956, "prediction": "Taxonomy", "binary_answer": null, "no_answer_prob": -1.1392053365707397}
{"example_id": 3530062686408493138, "prediction": "June 8 , 2017 . On August 10 , 2017 , USA renewed the series for a third season .", "binary_answer": null, "no_answer_prob": -1.814379096031189}
{"example_id": -9074153636811957024, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6505547426640987}
{"example_id": 6693310442126683022, "prediction": "Daniel Goleman", "binary_answer": null, "no_answer_prob": 2.229981005191803}
{"example_id": 4671936497246425470, "prediction": "The Dead Sea", "binary_answer": null, "no_answer_prob": -4.592877268791199}
{"example_id": 6818525918465491519, "prediction": "2001", "binary_answer": null, "no_answer_prob": -8.54931628704071}
{"example_id": -5374268354717016595, "prediction": "inclination ( I ) or magnetic dip", "binary_answer": null, "no_answer_prob": -3.665383815765381}
{"example_id": 3177263708163978720, "prediction": "Captain Robert Moffat Losey", "binary_answer": null, "no_answer_prob": -11.067535996437073}
{"example_id": 6933028138973193669, "prediction": "The Bridgetown port", "binary_answer": null, "no_answer_prob": -2.70168137550354}
{"example_id": 4931818985411843949, "prediction": "Malcolm Brogdon", "binary_answer": null, "no_answer_prob": -4.052439570426941}
{"example_id": -2399396364335826088, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -8.039530158042908}
{"example_id": -7533576679180185428, "prediction": "", "binary_answer": null, "no_answer_prob": 2.106473356485367}
{"example_id": -5479278465106136797, "prediction": "Millie Bobby Brown", "binary_answer": null, "no_answer_prob": -0.8874927759170532}
{"example_id": -3184105018908282213, "prediction": "June 22 , 2018", "binary_answer": null, "no_answer_prob": 0.5902988910675049}
{"example_id": 3695071598405526313, "prediction": "The College of Haringey , Enfield and North East London is a college of further and higher education", "binary_answer": null, "no_answer_prob": 3.4335153102874756}
{"example_id": 2107282500378299197, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4353607296943665}
{"example_id": 398426721088437632, "prediction": "France", "binary_answer": null, "no_answer_prob": 1.127773255109787}
{"example_id": 4446827082362659974, "prediction": "", "binary_answer": null, "no_answer_prob": 5.707714825868607}
{"example_id": -2591792122661565260, "prediction": "Principal photography started on December 5 , 2016 , in Vancouver", "binary_answer": null, "no_answer_prob": -3.089210033416748}
{"example_id": 1931368397996095100, "prediction": "Royal Birkdale Golf Club in Southport , England", "binary_answer": null, "no_answer_prob": -6.543254137039185}
{"example_id": 3917308150252424519, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -1.933742880821228}
{"example_id": -32427849098321025, "prediction": "", "binary_answer": null, "no_answer_prob": -0.052023887634277344}
{"example_id": -2079191042845363147, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1447803378105164}
{"example_id": -6825321247067925577, "prediction": "Ireen W\u00fcst", "binary_answer": null, "no_answer_prob": -6.264692902565002}
{"example_id": 3269592228637864932, "prediction": "Mandarin", "binary_answer": null, "no_answer_prob": -2.578036665916443}
{"example_id": -5312195282561428201, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7305151224136353}
{"example_id": -5086383152191471047, "prediction": "Daredevil # 57 ( October 1969 )", "binary_answer": null, "no_answer_prob": -0.7197113037109375}
{"example_id": -4637258098371870496, "prediction": "Google Play", "binary_answer": null, "no_answer_prob": 4.356198787689209}
{"example_id": 2951900109165683565, "prediction": "1986", "binary_answer": null, "no_answer_prob": -2.263288974761963}
{"example_id": -235948766055315070, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6538315415382385}
{"example_id": 9072456054918623513, "prediction": "in the show 's seventh season", "binary_answer": null, "no_answer_prob": -5.180757641792297}
{"example_id": -1045403424088611065, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9752750396728516}
{"example_id": 3637279679580701461, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Celtic cross", "binary_answer": null, "no_answer_prob": 0.03959846496582031}
{"example_id": 3341682738047765749, "prediction": "545", "binary_answer": null, "no_answer_prob": -0.930526852607727}
{"example_id": -209840839050634882, "prediction": "", "binary_answer": null, "no_answer_prob": 4.128277242183685}
{"example_id": -5679629452982597116, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.203540027141571}
{"example_id": 2188974182374459839, "prediction": "June 11 , 2021", "binary_answer": null, "no_answer_prob": -5.40676212310791}
{"example_id": 6685746830155484071, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.316139042377472}
{"example_id": 6259083847054593855, "prediction": "Jerome Adams", "binary_answer": null, "no_answer_prob": -8.813835620880127}
{"example_id": -4186114082293521331, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4634819775819778}
{"example_id": 2964949885548380473, "prediction": "June 15 , 1956", "binary_answer": null, "no_answer_prob": -3.00985848903656}
{"example_id": -8652290865374550461, "prediction": "Prior art", "binary_answer": null, "no_answer_prob": -0.9433282613754272}
{"example_id": 8676950560075026529, "prediction": "Minnesota State Fair", "binary_answer": null, "no_answer_prob": -7.092656373977661}
{"example_id": -4358285440966667759, "prediction": "Kalpasutra", "binary_answer": null, "no_answer_prob": 3.168424367904663}
{"example_id": 7662094105996254842, "prediction": "1917", "binary_answer": null, "no_answer_prob": -4.281066179275513}
{"example_id": -8991186456399142895, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2306055426597595}
{"example_id": -8596127252162838467, "prediction": "Abraham Lincoln", "binary_answer": null, "no_answer_prob": -2.559438705444336}
{"example_id": 2778449315185714340, "prediction": "", "binary_answer": null, "no_answer_prob": 4.363290548324585}
{"example_id": -2928572780630139674, "prediction": "The Hyundai Motor Company", "binary_answer": null, "no_answer_prob": -0.4914900064468384}
{"example_id": -466093748233359255, "prediction": "373.510 mi", "binary_answer": null, "no_answer_prob": 1.793948233127594}
{"example_id": 2206936505998145465, "prediction": "", "binary_answer": null, "no_answer_prob": -3.4496302604675293}
{"example_id": 7403100429093936688, "prediction": "Winner", "binary_answer": null, "no_answer_prob": 2.2677468582987785}
{"example_id": 1426570238063931737, "prediction": "California", "binary_answer": null, "no_answer_prob": -5.735428333282471}
{"example_id": 3146777178148103274, "prediction": "Nancy Sinatra", "binary_answer": null, "no_answer_prob": -5.710155129432678}
{"example_id": 1215179917737773555, "prediction": "", "binary_answer": null, "no_answer_prob": 3.580175995826721}
{"example_id": 3824927193670508937, "prediction": "Peshawar and Multan", "binary_answer": null, "no_answer_prob": 1.4200039505958557}
{"example_id": -8212333798122067073, "prediction": "April 11 , 1899", "binary_answer": null, "no_answer_prob": -8.615333080291748}
{"example_id": 7618903265124987803, "prediction": "", "binary_answer": null, "no_answer_prob": 3.365729868412018}
{"example_id": 3055122188657569677, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A hormone", "binary_answer": null, "no_answer_prob": 3.449774846434593}
{"example_id": 5450652319577624545, "prediction": "Dreams and Dust and After the Feast", "binary_answer": null, "no_answer_prob": 1.6732169389724731}
{"example_id": 4403011770278993624, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -3.124526262283325}
{"example_id": -5840340915655322620, "prediction": "Miroslav Klose", "binary_answer": null, "no_answer_prob": -6.874003887176514}
{"example_id": 525916318143525437, "prediction": "1975", "binary_answer": null, "no_answer_prob": -3.7306289672851562}
{"example_id": 6570371118776481132, "prediction": "Princeton", "binary_answer": null, "no_answer_prob": 0.8095364570617676}
{"example_id": -8718461884360275859, "prediction": "`` Nothing Compares 2 U ''", "binary_answer": null, "no_answer_prob": 3.61898934841156}
{"example_id": -4380267355593254388, "prediction": "", "binary_answer": null, "no_answer_prob": 4.172285437583923}
{"example_id": 846127293537576119, "prediction": "Benjamin Franklin", "binary_answer": null, "no_answer_prob": -4.1447906494140625}
{"example_id": 9088491546749422388, "prediction": "Matt Prater", "binary_answer": null, "no_answer_prob": -3.701167106628418}
{"example_id": -2688256528538290877, "prediction": "Tyler Blackburn", "binary_answer": null, "no_answer_prob": -7.6321704387664795}
{"example_id": 5166072273151292132, "prediction": "Cheddar cheese", "binary_answer": null, "no_answer_prob": 0.3521004915237427}
{"example_id": 1325376676735304242, "prediction": "Benjamin Franklin", "binary_answer": null, "no_answer_prob": -1.8607523441314697}
{"example_id": 1921865164728837712, "prediction": "Jaromir Jagr", "binary_answer": null, "no_answer_prob": -6.131393909454346}
{"example_id": -2881380661227539086, "prediction": "Hall & Oates", "binary_answer": null, "no_answer_prob": -1.630104899406433}
{"example_id": 6272134769326464701, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5729877948760986}
{"example_id": 7118969866483484397, "prediction": "10 August 2018", "binary_answer": null, "no_answer_prob": -5.086572051048279}
{"example_id": 6875693564964539118, "prediction": "not be used for international air travel . The U.S. passport card is considered as the de jure national identity card of the United States .", "binary_answer": null, "no_answer_prob": 2.952540636062622}
{"example_id": -4763157148860949286, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6590484380722046}
{"example_id": -7039501482234267640, "prediction": "Sam Hunt", "binary_answer": null, "no_answer_prob": -8.639304518699646}
{"example_id": -8813761050851988980, "prediction": "Marlee Beth Matlin", "binary_answer": null, "no_answer_prob": -6.553241491317749}
{"example_id": 7383521651062366805, "prediction": "The 2008", "binary_answer": null, "no_answer_prob": 1.8612366318702698}
{"example_id": -4044987922786097144, "prediction": "Los Angeles International Airport", "binary_answer": null, "no_answer_prob": 1.800429105758667}
{"example_id": -8063180188560342974, "prediction": "Stress Relief", "binary_answer": null, "no_answer_prob": -0.9000082015991211}
{"example_id": -6514095796654523284, "prediction": "John Stamos", "binary_answer": null, "no_answer_prob": -5.3308329582214355}
{"example_id": -6113209455303237524, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] North American Free Trade Agreement", "binary_answer": null, "no_answer_prob": 0.9336901903152466}
{"example_id": -8736955974921746503, "prediction": "Oliver Cromwell", "binary_answer": null, "no_answer_prob": 0.3005707263946533}
{"example_id": 3826188987490104616, "prediction": "High Crimes", "binary_answer": null, "no_answer_prob": 2.0188007950782776}
{"example_id": 2191138736685603427, "prediction": "", "binary_answer": null, "no_answer_prob": 4.098790347576141}
{"example_id": -4220093283665356012, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9804255962371826}
{"example_id": -7158964755569578410, "prediction": "Natural and legal rights", "binary_answer": null, "no_answer_prob": 3.4402922987937927}
{"example_id": 1874912064479322290, "prediction": "$ 1.3 billion", "binary_answer": null, "no_answer_prob": -6.239725232124329}
{"example_id": 586265476853443762, "prediction": "`` Death and All His Friends", "binary_answer": null, "no_answer_prob": 2.3323435485363007}
{"example_id": -6449180247876167971, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7139076590538025}
{"example_id": 5125020054191719772, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3011276721954346}
{"example_id": 5114918023729260444, "prediction": "Giancarlo Stanton", "binary_answer": null, "no_answer_prob": -5.266570687294006}
{"example_id": -5713298965304039986, "prediction": "", "binary_answer": null, "no_answer_prob": 3.499189853668213}
{"example_id": -4160515052735027671, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2026641368865967}
{"example_id": -8364535714252434107, "prediction": "21", "binary_answer": null, "no_answer_prob": 2.4185473918914795}
{"example_id": 277718043051361984, "prediction": "", "binary_answer": null, "no_answer_prob": 4.876950770616531}
{"example_id": -702044114321361443, "prediction": "As of July 23 , 2018 , 307 original episodes of New York , Atlanta , Hollywood and Miami have aired over twenty - one", "binary_answer": null, "no_answer_prob": -0.5222316980361938}
{"example_id": 640155833647220414, "prediction": "", "binary_answer": null, "no_answer_prob": 3.009552001953125}
{"example_id": -1868611431259306102, "prediction": "`` The One with the Prom Video '' is the fourteenth episode of the second season", "binary_answer": null, "no_answer_prob": 1.330410361289978}
{"example_id": 7933930872892086289, "prediction": "Joaqu\u00edn `` El Chapo '' Guzm\u00e1n", "binary_answer": null, "no_answer_prob": 0.10767674446105957}
{"example_id": -3459090816135799760, "prediction": "402", "binary_answer": null, "no_answer_prob": 0.2380637526512146}
{"example_id": 2725249733204059116, "prediction": "", "binary_answer": null, "no_answer_prob": 2.988095700740814}
{"example_id": 8234966746598000467, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5202085375785828}
{"example_id": 6554423586005355606, "prediction": "U.S. Bank Stadium in Minneapolis , Minnesota", "binary_answer": null, "no_answer_prob": -9.12772262096405}
{"example_id": -9099010440740722699, "prediction": "90 \u00b0 ( degrees )", "binary_answer": null, "no_answer_prob": -0.7068163156509399}
{"example_id": -1176577095990635258, "prediction": "Marvin Gaye and Tammi Terrell , becoming a hit again in 1970 when recorded by former Supremes frontwoman Diana Ross", "binary_answer": null, "no_answer_prob": 1.7569578289985657}
{"example_id": 9172151774766907507, "prediction": "", "binary_answer": null, "no_answer_prob": 1.918209433555603}
{"example_id": 3429146202338791083, "prediction": "13 February 2015", "binary_answer": null, "no_answer_prob": -1.1790156364440918}
{"example_id": -238022118289887889, "prediction": "Debra Jo Rupp", "binary_answer": null, "no_answer_prob": -1.416896939277649}
{"example_id": 3231391660162552402, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.7915533781051636}
{"example_id": 5305186828408593529, "prediction": "North America 325,719,178 Yes", "binary_answer": null, "no_answer_prob": 3.481359675526619}
{"example_id": 4004293667618519671, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5465007424354553}
{"example_id": 1431502117075554533, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7181187868118286}
{"example_id": -5801031347333670348, "prediction": "The New Adventures of Kimba The White Lion", "binary_answer": null, "no_answer_prob": 3.3701040148735046}
{"example_id": -3400306379423123941, "prediction": "1906", "binary_answer": null, "no_answer_prob": -2.2951096296310425}
{"example_id": 8886367537984761778, "prediction": "`` What 's It Gonna Be ? ! ''", "binary_answer": null, "no_answer_prob": -3.72695791721344}
{"example_id": -2252058111981640043, "prediction": "Patah Seribu", "binary_answer": null, "no_answer_prob": -1.4934399127960205}
{"example_id": 2718067441537612764, "prediction": "6 February 1952", "binary_answer": null, "no_answer_prob": -2.715699315071106}
{"example_id": 5779434897535605212, "prediction": "", "binary_answer": null, "no_answer_prob": 5.256206631660461}
{"example_id": 5176758851160534054, "prediction": "Transmission Control Protocol ( TCP ) and the Internet Protocol ( IP )", "binary_answer": null, "no_answer_prob": 0.09945440292358398}
{"example_id": -5647063699579764923, "prediction": "", "binary_answer": null, "no_answer_prob": 2.655811309814453}
{"example_id": 2484379349852541868, "prediction": "Bee Gees", "binary_answer": null, "no_answer_prob": -3.2593003511428833}
{"example_id": 6978929181743375215, "prediction": "The Countering America 's Adversaries Through Sanctions Act", "binary_answer": null, "no_answer_prob": -1.7818394899368286}
{"example_id": -3701591660373239787, "prediction": "a tribute to Syd Barrett", "binary_answer": null, "no_answer_prob": 4.089606791734695}
{"example_id": -6874779410539010269, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8076838254928589}
{"example_id": 6176039284052460089, "prediction": "", "binary_answer": null, "no_answer_prob": -3.099637031555176}
{"example_id": 4408839540541452029, "prediction": "", "binary_answer": null, "no_answer_prob": 3.488112047314644}
{"example_id": 5399144941562483470, "prediction": "Night at the Museum", "binary_answer": null, "no_answer_prob": 3.8183029890060425}
{"example_id": 7784680650881004049, "prediction": "Road speed limits", "binary_answer": null, "no_answer_prob": -0.12180984020233154}
{"example_id": -4545335362951557180, "prediction": "", "binary_answer": null, "no_answer_prob": 3.249861240386963}
{"example_id": 2066095958025843849, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5501752495765686}
{"example_id": 586233275728240023, "prediction": "", "binary_answer": null, "no_answer_prob": 2.936269760131836}
{"example_id": 8235418723524795283, "prediction": "2010", "binary_answer": null, "no_answer_prob": -6.262588292360306}
{"example_id": -8028553773706728625, "prediction": "Johnny Rivers . It was his last Top 40 hit in the United States , and became his second Gold record .", "binary_answer": null, "no_answer_prob": 3.5377363860607147}
{"example_id": 5380952938961992307, "prediction": "Charlie Rich", "binary_answer": null, "no_answer_prob": -7.147382616996765}
{"example_id": 5449768771083088630, "prediction": "`` Wannabe ''", "binary_answer": null, "no_answer_prob": 3.09731525182724}
{"example_id": -8314105431291602582, "prediction": "Skeeter Davis", "binary_answer": null, "no_answer_prob": 0.7114428281784058}
{"example_id": 3272350215359676613, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A point of sail", "binary_answer": null, "no_answer_prob": 4.398353159427643}
{"example_id": 945245682369053103, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8307535946369171}
{"example_id": -7925691335966602894, "prediction": "Irene Cara", "binary_answer": null, "no_answer_prob": -1.075878381729126}
{"example_id": -6408589501257330726, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5720545053482056}
{"example_id": 3132167100151831390, "prediction": "Since its broadcast , the special has received generally positive reviews from critics .", "binary_answer": null, "no_answer_prob": -2.499577045440674}
{"example_id": -9067812424649658770, "prediction": "", "binary_answer": null, "no_answer_prob": 5.055362910032272}
{"example_id": 4625710503913471361, "prediction": "1 dyne - centimetre = 10 N m 1 joule = 1 N m", "binary_answer": null, "no_answer_prob": 1.299572229385376}
{"example_id": -3056249310261842245, "prediction": "City Population Distance ( km ) Nuevo Laredo , Tamaulipas 373,725 0 mi", "binary_answer": null, "no_answer_prob": -0.8964693546295166}
{"example_id": -1825233558955302451, "prediction": "White Collar", "binary_answer": null, "no_answer_prob": -0.6658254861831665}
{"example_id": -3769509404840659125, "prediction": "32,292", "binary_answer": null, "no_answer_prob": -4.865758419036865}
{"example_id": 6135599793196466502, "prediction": "Tom Hardy", "binary_answer": null, "no_answer_prob": -7.128667593002319}
{"example_id": -4339069655552708395, "prediction": "2.5 million square feet ( almost 232,258 square meters )", "binary_answer": null, "no_answer_prob": -0.529028594493866}
{"example_id": 9095506458768906793, "prediction": "Niger State", "binary_answer": null, "no_answer_prob": -4.165769338607788}
{"example_id": 1966772936478718317, "prediction": "Lady Gaga", "binary_answer": null, "no_answer_prob": -8.771472215652466}
{"example_id": 6212995521582499293, "prediction": "basin irrigation method", "binary_answer": null, "no_answer_prob": 1.721449851989746}
{"example_id": -1432205510645020796, "prediction": "The Beatles ' rooftop concert was the final public performance of the English rock band the Beatles . On 30 January 1969", "binary_answer": null, "no_answer_prob": 2.320333421230316}
{"example_id": 8363748940510882453, "prediction": "", "binary_answer": null, "no_answer_prob": 7.1463636457920074}
{"example_id": 2950570390763845392, "prediction": "Jodi Marie Marzorati Benson", "binary_answer": null, "no_answer_prob": -6.353300094604492}
{"example_id": 2830705603141289046, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2330278158187866}
{"example_id": -7387294147928212119, "prediction": "Charles Joseph `` Charlie '' McDermott Jr.", "binary_answer": null, "no_answer_prob": -9.777291893959045}
{"example_id": -3726605690706156376, "prediction": "Chris Pine", "binary_answer": null, "no_answer_prob": -7.169428586959839}
{"example_id": 5929993415017801092, "prediction": "`` Fairytale of New York '' is a song written by Jem Finer and Shane MacGowan", "binary_answer": null, "no_answer_prob": 1.1117405444383621}
{"example_id": -3347211353922732964, "prediction": "September 3", "binary_answer": null, "no_answer_prob": 1.1336236596107483}
{"example_id": -8744118965008149212, "prediction": "1980 and 1983", "binary_answer": null, "no_answer_prob": -3.438837945461273}
{"example_id": 7083516114276304235, "prediction": "City status", "binary_answer": null, "no_answer_prob": -0.8180272579193115}
{"example_id": -4322184317080158837, "prediction": "", "binary_answer": null, "no_answer_prob": 4.57553642988205}
{"example_id": 86680290216010549, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -8.82562518119812}
{"example_id": -870981697427494742, "prediction": "Globe and Blackfriars Theatres", "binary_answer": null, "no_answer_prob": -2.631049156188965}
{"example_id": 5490264092713174224, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9450222849845886}
{"example_id": 1506231216119364910, "prediction": "Leonard Jerome in 1866 . When the subway line was commissioned , Jerome went from rural road to commercial artery .", "binary_answer": null, "no_answer_prob": -0.5462081432342529}
{"example_id": -253699089990606091, "prediction": "Information security", "binary_answer": null, "no_answer_prob": -3.981164574623108}
{"example_id": 7217982241150852359, "prediction": "Green Bay Packers", "binary_answer": null, "no_answer_prob": -3.2191944122314453}
{"example_id": 2965830991981552118, "prediction": "", "binary_answer": null, "no_answer_prob": -0.87671959400177}
{"example_id": 2427178305369658835, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5590900182724}
{"example_id": 1766407170342546202, "prediction": "Richard Smallwood", "binary_answer": null, "no_answer_prob": -0.9856352806091309}
{"example_id": -8869998836943966358, "prediction": "Edward Rappaport", "binary_answer": null, "no_answer_prob": -7.761419057846069}
{"example_id": 224265665252699398, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -5.0263848304748535}
{"example_id": 7728889237782402278, "prediction": "water ( H O ) , methane ( CH ) , ammonia ( NH ) , and hydrogen ( H )", "binary_answer": null, "no_answer_prob": -1.5887537002563477}
{"example_id": -2828366625166690129, "prediction": "Western Palearctic region in Europe and northwest Africa", "binary_answer": null, "no_answer_prob": 0.4593271017074585}
{"example_id": 8852022907059355124, "prediction": "", "binary_answer": null, "no_answer_prob": 5.491520941257477}
{"example_id": -1335082616075855685, "prediction": "Neil Alden Armstrong", "binary_answer": null, "no_answer_prob": -8.15428364276886}
{"example_id": 595873418668594159, "prediction": "Greece", "binary_answer": null, "no_answer_prob": -3.9171814918518066}
{"example_id": -179985532028050959, "prediction": "Frederick Hubbard Gwynne", "binary_answer": null, "no_answer_prob": -9.38845944404602}
{"example_id": -4320438029932822572, "prediction": "Haley Joel Osment", "binary_answer": null, "no_answer_prob": -3.3030859231948853}
{"example_id": -1494645147500921595, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1323227286338806}
{"example_id": -1880370070305726921, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7341008186340332}
{"example_id": -3777338848416425387, "prediction": "U.S. Route 20", "binary_answer": null, "no_answer_prob": -5.292817413806915}
{"example_id": 2125172940018922622, "prediction": "Mesopotamia ( Iraq )", "binary_answer": null, "no_answer_prob": 1.1914910078048706}
{"example_id": -5434780584158426949, "prediction": "Vancouver , British Columbia", "binary_answer": null, "no_answer_prob": 1.9222587645053864}
{"example_id": 5129349447417807160, "prediction": "Depression : Let 's talk", "binary_answer": null, "no_answer_prob": 0.038738250732421875}
{"example_id": 3336495054863095221, "prediction": "", "binary_answer": null, "no_answer_prob": 3.947260022163391}
{"example_id": -6012803745145563992, "prediction": "Rural City of Murray Bridge South Australia", "binary_answer": null, "no_answer_prob": 3.1929797530174255}
{"example_id": 8434241301442786522, "prediction": "Natalie Portman", "binary_answer": null, "no_answer_prob": -10.877639770507812}
{"example_id": -2810862404363674386, "prediction": "2015", "binary_answer": null, "no_answer_prob": -4.588825106620789}
{"example_id": -8637407729045745451, "prediction": "twenty", "binary_answer": null, "no_answer_prob": -5.636394143104553}
{"example_id": 3400278113699057876, "prediction": "Shermer High School in Shermer , Illinois", "binary_answer": null, "no_answer_prob": -4.001392364501953}
{"example_id": 5599669105153346278, "prediction": "Ian David McShane", "binary_answer": null, "no_answer_prob": -8.698893666267395}
{"example_id": -4494313971375481102, "prediction": "", "binary_answer": null, "no_answer_prob": 4.351777195930481}
{"example_id": 928701547222091868, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Southern Africa", "binary_answer": null, "no_answer_prob": 2.7834184765815735}
{"example_id": -8876882993596543209, "prediction": "Curly McLain", "binary_answer": null, "no_answer_prob": -1.1713883876800537}
{"example_id": -5186591590847961227, "prediction": "Matthew Broderick", "binary_answer": null, "no_answer_prob": -3.32522189617157}
{"example_id": 6303755203792861704, "prediction": "The most common minimum age to purchase alcohol in Africa is 18", "binary_answer": null, "no_answer_prob": 1.7297980785369873}
{"example_id": -3948328585646236058, "prediction": "Secretariat", "binary_answer": null, "no_answer_prob": -8.103269934654236}
{"example_id": 2704379965143304673, "prediction": "July 15 , 2016", "binary_answer": null, "no_answer_prob": -9.781527876853943}
{"example_id": -1101854552510455984, "prediction": "Arjun ( Hindi : \u0905\u0930\u094d\u091c\u0941\u0928 ) ( born Firoz Khan", "binary_answer": null, "no_answer_prob": -5.864588260650635}
{"example_id": -2624661334757581993, "prediction": "", "binary_answer": null, "no_answer_prob": 5.161053657531738}
{"example_id": 5879525975812438275, "prediction": "Octopoda Leach , 1818 Suborders Cirrina Incirrina Synonyms Octopoida Leach , 1817", "binary_answer": null, "no_answer_prob": 2.0479235649108887}
{"example_id": -9145444956854203798, "prediction": "2018", "binary_answer": null, "no_answer_prob": -1.8712053298950195}
{"example_id": 6681390051915702701, "prediction": "", "binary_answer": null, "no_answer_prob": 4.972176671028137}
{"example_id": 8328165693577567533, "prediction": "`` Trouble Town '' is the opening theme for the BBC TV series Happy Valley broadcast in 2014 and 2016 .", "binary_answer": null, "no_answer_prob": -3.8877577781677246}
{"example_id": -1773619160306452687, "prediction": "parts of disco and R&B records that could be repeated using multiple turntables and were enjoyed most by dancers", "binary_answer": null, "no_answer_prob": 0.2450541853904724}
{"example_id": 7964865769045846762, "prediction": "", "binary_answer": null, "no_answer_prob": 5.3886497020721436}
{"example_id": -950360238533629261, "prediction": "Lil Uzi Vert", "binary_answer": null, "no_answer_prob": -8.67292606830597}
{"example_id": -664543282036207919, "prediction": "Rak - Su", "binary_answer": null, "no_answer_prob": -3.769855260848999}
{"example_id": -8495066021992036245, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Cognitive behavioral therapy", "binary_answer": null, "no_answer_prob": 5.120630741119385}
{"example_id": 7832195548192745024, "prediction": "150 miles ( 240 km ) east of Atlanta", "binary_answer": null, "no_answer_prob": -2.8787951469421387}
{"example_id": 4229473246925539271, "prediction": "CONCACAF", "binary_answer": null, "no_answer_prob": -3.2149287462234497}
{"example_id": 663918436294485933, "prediction": "", "binary_answer": null, "no_answer_prob": 4.056287795305252}
{"example_id": 7825479421410280631, "prediction": "Baa , baa , black sheep , Have you any wool ? Yes , sir , yes , sir , Three bags full", "binary_answer": null, "no_answer_prob": -1.181415319442749}
{"example_id": -2623484063961249626, "prediction": "Okazaki fragments are short , newly synthesized DNA fragments that are formed on the lagging template strand during DNA replication", "binary_answer": null, "no_answer_prob": 3.578242301940918}
{"example_id": 342108650663305173, "prediction": "K\u00e1ra McCullough", "binary_answer": null, "no_answer_prob": -5.248312950134277}
{"example_id": 6446069720301359923, "prediction": "Cavalry", "binary_answer": null, "no_answer_prob": 1.691193699836731}
{"example_id": -5053021032353789022, "prediction": "Solomon Linda", "binary_answer": null, "no_answer_prob": -8.28164803981781}
{"example_id": -4839330925961589602, "prediction": "", "binary_answer": null, "no_answer_prob": -0.46738171577453613}
{"example_id": 7452522843249350604, "prediction": "Saekano : How to Raise a Boring Girlfriend", "binary_answer": null, "no_answer_prob": 3.3135251253843307}
{"example_id": 3313389090532501548, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0330363512039185}
{"example_id": 8959369110726105036, "prediction": "The Sons of Liberty", "binary_answer": null, "no_answer_prob": 6.4768582582473755}
{"example_id": -6381143713985669895, "prediction": "", "binary_answer": null, "no_answer_prob": 2.366862189024687}
{"example_id": -6933454574079805864, "prediction": "C H NH", "binary_answer": null, "no_answer_prob": -4.23240065574646}
{"example_id": -6348649568625217757, "prediction": "K219AW", "binary_answer": null, "no_answer_prob": 2.195786952972412}
{"example_id": 8406629850895455324, "prediction": "Shruti Kanwar", "binary_answer": null, "no_answer_prob": -1.2455317974090576}
{"example_id": 8973547300868330097, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5584796518087387}
{"example_id": -674426537168564855, "prediction": "84.30 83.20", "binary_answer": null, "no_answer_prob": -1.0242505073547363}
{"example_id": -8471450234614940458, "prediction": "", "binary_answer": null, "no_answer_prob": 2.252813994884491}
{"example_id": -1351741085671948994, "prediction": "February 14", "binary_answer": null, "no_answer_prob": 2.222249388694763}
{"example_id": 5464968909896383642, "prediction": "Kevin Garnett", "binary_answer": null, "no_answer_prob": -1.143204689025879}
{"example_id": -608749969422204833, "prediction": "Nicklaus", "binary_answer": null, "no_answer_prob": -5.360294580459595}
{"example_id": -6516423864705070134, "prediction": "Keystone , South Dakota , United States", "binary_answer": null, "no_answer_prob": -3.4257360696792603}
{"example_id": 7014025159543483178, "prediction": "331.2 metres per second ( 1,087 ft / s ; 1,192 km / h ; 741 mph ; 644 kn )", "binary_answer": null, "no_answer_prob": -4.00997519493103}
{"example_id": 776788599314097617, "prediction": "", "binary_answer": null, "no_answer_prob": 3.500051885843277}
{"example_id": -3981242309919715179, "prediction": "Joan Cusack", "binary_answer": null, "no_answer_prob": -8.50557565689087}
{"example_id": 4942217800611456692, "prediction": "the Closing Disclosure that consolidates the HUD - 1 , Good Faith Estimate , and Truth in Lending Act disclosures .", "binary_answer": null, "no_answer_prob": 2.110030174255371}
{"example_id": 812266677695251906, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] An Internet service provider", "binary_answer": null, "no_answer_prob": 1.4993891716003418}
{"example_id": -3678606089626481357, "prediction": "\u00a3 231,843", "binary_answer": null, "no_answer_prob": -1.5189399719238281}
{"example_id": -4389048718642626325, "prediction": "Tim Berners - Lee", "binary_answer": null, "no_answer_prob": -7.625390291213989}
{"example_id": -747785293083158949, "prediction": "France", "binary_answer": null, "no_answer_prob": -7.217622697353363}
{"example_id": -2839399812350143855, "prediction": "Captain Marvel is scheduled to be released in the United States on March 8 , 2019 , in IMAX and 3D .", "binary_answer": null, "no_answer_prob": 1.7050703763961792}
{"example_id": 1861904082134879511, "prediction": "10 December 1948", "binary_answer": null, "no_answer_prob": -10.890017747879028}
{"example_id": -3538427880708916083, "prediction": "", "binary_answer": null, "no_answer_prob": -0.06575965881347656}
{"example_id": 328226219254023076, "prediction": "Diana Ross & the Supremes and The Temptations", "binary_answer": null, "no_answer_prob": -6.596874237060547}
{"example_id": 2980582357251931690, "prediction": "", "binary_answer": null, "no_answer_prob": 4.042815148830414}
{"example_id": -5984734820224640376, "prediction": "Joe Ronnie Hooper", "binary_answer": null, "no_answer_prob": -8.94960880279541}
{"example_id": -6926790222393321862, "prediction": "just east of Reno", "binary_answer": null, "no_answer_prob": 3.270108222961426}
{"example_id": -1717836309258005777, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.809325158596039}
{"example_id": 5421273213447858534, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -9.304227769374847}
{"example_id": 641499845259300041, "prediction": "Kentucky Wildcats 2017 -- 18", "binary_answer": null, "no_answer_prob": 2.508403630461544}
{"example_id": -7905239187537975028, "prediction": "Hokkaido Honshu , the largest island , on which the capital , Tokyo , is placed . Shikoku Kyushu", "binary_answer": null, "no_answer_prob": -0.6923942565917969}
{"example_id": 6948405039724037243, "prediction": "The surname Mullins is of Irish origin , and is akin to Mullen and McMillan .", "binary_answer": null, "no_answer_prob": -2.272216796875}
{"example_id": -6123092982709278548, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9939687848091125}
{"example_id": 7762371215419027025, "prediction": "1975", "binary_answer": null, "no_answer_prob": -0.9332115650177002}
{"example_id": 59537886349901523, "prediction": "Arianne Bethene Zuckerman", "binary_answer": null, "no_answer_prob": -13.15377950668335}
{"example_id": 3250392247351354256, "prediction": "Hawaii", "binary_answer": null, "no_answer_prob": 0.12461817264556885}
{"example_id": 9015647432243008338, "prediction": "Book of Isaiah Book of Jeremiah", "binary_answer": null, "no_answer_prob": 1.167034987360239}
{"example_id": -1091459330352686202, "prediction": "", "binary_answer": null, "no_answer_prob": 2.702928453683853}
{"example_id": 4001267478194543181, "prediction": "Jim Croce", "binary_answer": null, "no_answer_prob": -9.592424035072327}
{"example_id": -5194508390374991526, "prediction": "John Stockton", "binary_answer": null, "no_answer_prob": -0.7216287851333618}
{"example_id": 2340783287337063791, "prediction": "", "binary_answer": null, "no_answer_prob": 2.647156935185194}
{"example_id": -2943990657065169283, "prediction": "New Zealand", "binary_answer": null, "no_answer_prob": -2.423906087875366}
{"example_id": 4739619848305033258, "prediction": "", "binary_answer": null, "no_answer_prob": 5.250098347663879}
{"example_id": -8568726916559239812, "prediction": "", "binary_answer": null, "no_answer_prob": 3.518463611602783}
{"example_id": 533666735481432729, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4283039085566998}
{"example_id": 8631964272106609793, "prediction": "21 July 2007", "binary_answer": null, "no_answer_prob": -4.750594854354858}
{"example_id": 1263246321940190329, "prediction": "Australian costume designer Lizzy Gardiner", "binary_answer": null, "no_answer_prob": 4.173671871423721}
{"example_id": 6717681574596605113, "prediction": "White Americans", "binary_answer": null, "no_answer_prob": -4.2420334815979}
{"example_id": 492360646858102678, "prediction": "", "binary_answer": null, "no_answer_prob": 2.950719714164734}
{"example_id": -2513941437514005219, "prediction": "Regularities", "binary_answer": null, "no_answer_prob": 3.1274956464767456}
{"example_id": -7032762580920629255, "prediction": "", "binary_answer": null, "no_answer_prob": 5.788539290428162}
{"example_id": -4188033072191712006, "prediction": "", "binary_answer": null, "no_answer_prob": 2.105053722858429}
{"example_id": -2829882027840439256, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0608491599559784}
{"example_id": -2295559180039603031, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2224164605140686}
{"example_id": 4772188785462991555, "prediction": "Simon Colley", "binary_answer": null, "no_answer_prob": -2.954937696456909}
{"example_id": -3805789627544155784, "prediction": "Sita : Warrior of Mithila", "binary_answer": null, "no_answer_prob": 2.463378459215164}
{"example_id": -4399996769900602279, "prediction": "0.8333 \u00a2 .", "binary_answer": null, "no_answer_prob": 3.310509730130434}
{"example_id": 3389481330660729334, "prediction": "The President", "binary_answer": null, "no_answer_prob": 0.873704731464386}
{"example_id": -6328104686220305051, "prediction": "Jeffery Todd Banister", "binary_answer": null, "no_answer_prob": -9.669198989868164}
{"example_id": -6401644871646339141, "prediction": "Lou Johnson", "binary_answer": null, "no_answer_prob": -1.2609949111938477}
{"example_id": -5225861359552064337, "prediction": "Joan Cusack", "binary_answer": null, "no_answer_prob": -6.674737453460693}
{"example_id": -1511186385836770697, "prediction": "Tom Brady", "binary_answer": null, "no_answer_prob": 0.960197925567627}
{"example_id": 5175476796593681786, "prediction": "Eugene Andrew Cernan", "binary_answer": null, "no_answer_prob": -8.262086987495422}
{"example_id": 1018344720410562580, "prediction": "Carmen Villalobos", "binary_answer": null, "no_answer_prob": -7.843560695648193}
{"example_id": -6300092008984504759, "prediction": "Guinness World Records", "binary_answer": null, "no_answer_prob": -1.7720586061477661}
{"example_id": -2923447977706653648, "prediction": "Sirius XM Weather & Emergency", "binary_answer": null, "no_answer_prob": -2.944053053855896}
{"example_id": 369074308148146715, "prediction": "1592", "binary_answer": null, "no_answer_prob": -2.6551748514175415}
{"example_id": -2403867946266681362, "prediction": "", "binary_answer": null, "no_answer_prob": 3.107834815979004}
{"example_id": -1307104257831627169, "prediction": "Michael Ausley Maddux", "binary_answer": null, "no_answer_prob": -12.344068884849548}
{"example_id": 145589944668323312, "prediction": "Sunni Islam and Shia Islam", "binary_answer": null, "no_answer_prob": -1.1445810794830322}
{"example_id": -8391511498552059953, "prediction": "", "binary_answer": null, "no_answer_prob": 4.624745965003967}
{"example_id": 6310714729623780383, "prediction": "", "binary_answer": null, "no_answer_prob": 5.879704475402832}
{"example_id": 2762057807250995453, "prediction": "Tracy Lawrence", "binary_answer": null, "no_answer_prob": -8.387299835681915}
{"example_id": -3378937436086356700, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -8.638821005821228}
{"example_id": -5023277270139337207, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4041491746902466}
{"example_id": -1796417548358688448, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -1.8216756582260132}
{"example_id": 591133948882576481, "prediction": "In the canonical case , lawyers seeking admission must earn a Juris Doctor degree from a law school approved by the jurisdiction", "binary_answer": null, "no_answer_prob": 2.747052162885666}
{"example_id": -8967335094925751152, "prediction": "April 26 , 1989", "binary_answer": null, "no_answer_prob": -4.695016860961914}
{"example_id": 6235822902962606890, "prediction": "John William Henry II", "binary_answer": null, "no_answer_prob": -6.810645699501038}
{"example_id": 2536100920742310647, "prediction": "The Ellen DeGeneres Show", "binary_answer": null, "no_answer_prob": 2.6991585791110992}
{"example_id": 8793840640169543652, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A handshake", "binary_answer": null, "no_answer_prob": 3.764562249183655}
{"example_id": 2749044527299176241, "prediction": "1967", "binary_answer": null, "no_answer_prob": -5.617821663618088}
{"example_id": -2505837704901751715, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -1.4525986909866333}
{"example_id": 390154470123933349, "prediction": "Salem", "binary_answer": null, "no_answer_prob": -3.874402642250061}
{"example_id": -4160756998321707869, "prediction": "", "binary_answer": null, "no_answer_prob": 4.705216109752655}
{"example_id": -4696779695200156921, "prediction": "", "binary_answer": null, "no_answer_prob": 3.917895197868347}
{"example_id": -5741181354494823999, "prediction": "Reputation", "binary_answer": null, "no_answer_prob": -5.336274147033691}
{"example_id": 4416701920956377562, "prediction": "`` Crazy Rap ''", "binary_answer": null, "no_answer_prob": 2.1955678462982178}
{"example_id": -5569779348654685882, "prediction": "Linda Lavin", "binary_answer": null, "no_answer_prob": -6.189277172088623}
{"example_id": 5726816357053440874, "prediction": "January 5 , 2018", "binary_answer": null, "no_answer_prob": -3.2137439250946045}
{"example_id": -2795639073256027773, "prediction": "Port Blair", "binary_answer": null, "no_answer_prob": -6.81931209564209}
{"example_id": -4492454991402431278, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": -7.27730917930603}
{"example_id": -4188082784823709697, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Cubism", "binary_answer": null, "no_answer_prob": 3.655677556991577}
{"example_id": -2257518489428355823, "prediction": "", "binary_answer": null, "no_answer_prob": 2.64152067899704}
{"example_id": -6333388263711929199, "prediction": "", "binary_answer": null, "no_answer_prob": 2.821724057197571}
{"example_id": 5965313784507541520, "prediction": "Jeff Wayne 's Musical Version of The War of the Worlds", "binary_answer": null, "no_answer_prob": -1.4833705425262451}
{"example_id": 2342321701097346097, "prediction": "Name Elevation Location Last eruption meters feet Bowie Seamount", "binary_answer": null, "no_answer_prob": 3.226234793663025}
{"example_id": 5597714338364994976, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0062068700790405}
{"example_id": 4244476224341486877, "prediction": "Cameron Kennedy", "binary_answer": null, "no_answer_prob": -6.3717122077941895}
{"example_id": 399051628583702807, "prediction": "the king of Ceylon sent to Kerala at the request of the Chera king Bhaskara Ravi Varma", "binary_answer": null, "no_answer_prob": 1.1681831181049347}
{"example_id": -6267188359407097018, "prediction": "during inhalation", "binary_answer": null, "no_answer_prob": 0.083854079246521}
{"example_id": -1811119010021354688, "prediction": "Simone Arianne Biles", "binary_answer": null, "no_answer_prob": -4.448915362358093}
{"example_id": 8652932856339383183, "prediction": "1931", "binary_answer": null, "no_answer_prob": 1.4695022106170654}
{"example_id": 359119244573537862, "prediction": "On April 8 , 2018 , CBS renewed the show for a sixth season .", "binary_answer": null, "no_answer_prob": -5.1694910526275635}
{"example_id": -3730278336306753912, "prediction": "", "binary_answer": null, "no_answer_prob": 1.475034236907959}
{"example_id": -2888994232455468445, "prediction": "4 May 2018", "binary_answer": null, "no_answer_prob": -4.404663681983948}
{"example_id": -7140133261497857996, "prediction": "The Electronic Communications Privacy Act of 1986 ( ECPA )", "binary_answer": null, "no_answer_prob": 2.498784303665161}
{"example_id": 8465985767119330042, "prediction": "the most profitable proprietary table game ever when measured by win generated for casinos or by revenue generated for the rights owners .", "binary_answer": null, "no_answer_prob": 2.0954842567443848}
{"example_id": -1984869014432774417, "prediction": "September 13 , 2017", "binary_answer": null, "no_answer_prob": -6.691713213920593}
{"example_id": -5560593536298199590, "prediction": "Need for Speed Payback", "binary_answer": null, "no_answer_prob": -3.8923072814941406}
{"example_id": -4008064114384973136, "prediction": "July 5 , 2015", "binary_answer": null, "no_answer_prob": 2.0435508489608765}
{"example_id": 2735413838363439937, "prediction": "Harry James", "binary_answer": null, "no_answer_prob": 0.2654379606246948}
{"example_id": -3723479063774660081, "prediction": "", "binary_answer": null, "no_answer_prob": -2.168360948562622}
{"example_id": 8563561909578101841, "prediction": "mid-fifth to early seventh centuries , following the end of Roman power in Britain around the year 410", "binary_answer": null, "no_answer_prob": -0.6607592105865479}
{"example_id": -563033698192912774, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6288348734378815}
{"example_id": 7102592098598688998, "prediction": "Hugh Dillon", "binary_answer": null, "no_answer_prob": -3.087296962738037}
{"example_id": -6342978174624815556, "prediction": "Eustachian tube", "binary_answer": null, "no_answer_prob": -5.621577262878418}
{"example_id": 8008723728195463289, "prediction": "Octavia Spencer", "binary_answer": null, "no_answer_prob": -9.87786316871643}
{"example_id": -3203757420551056422, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A congressional committee", "binary_answer": null, "no_answer_prob": 3.6471295775845647}
{"example_id": 2062734965036424156, "prediction": "April 24 , 2018 .", "binary_answer": null, "no_answer_prob": 2.6631264686584473}
{"example_id": -747930775112799864, "prediction": "the integuments of the ovule", "binary_answer": null, "no_answer_prob": 1.6873518228530884}
{"example_id": 8522122103727658584, "prediction": "James Albert Varney Jr .", "binary_answer": null, "no_answer_prob": -10.572118401527405}
{"example_id": -6738778447139524076, "prediction": "Shahid Khaqan Abbasi", "binary_answer": null, "no_answer_prob": -7.040974259376526}
{"example_id": -3591309329693182388, "prediction": "$7.25 per hour", "binary_answer": null, "no_answer_prob": -3.090948224067688}
{"example_id": -4855317114476276480, "prediction": "Gene Green", "binary_answer": null, "no_answer_prob": -5.4146482944488525}
{"example_id": -3583320020709637733, "prediction": "1994", "binary_answer": null, "no_answer_prob": -3.0033098459243774}
{"example_id": 2375410666129136218, "prediction": "Hiroshi Sato", "binary_answer": null, "no_answer_prob": -1.7098970413208008}
{"example_id": 7106730684729428598, "prediction": "Australian Donald Bradman", "binary_answer": null, "no_answer_prob": -3.5262409448623657}
{"example_id": -3424394851621742596, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4218550324440002}
{"example_id": -9196183299676558496, "prediction": "", "binary_answer": null, "no_answer_prob": 3.651159167289734}
{"example_id": 9124220649895286940, "prediction": "July 2016", "binary_answer": null, "no_answer_prob": -8.347992062568665}
{"example_id": 9106114305712716790, "prediction": "Drooling", "binary_answer": null, "no_answer_prob": 0.9819896221160889}
{"example_id": 2348635650279460850, "prediction": "September 22 , 2009", "binary_answer": null, "no_answer_prob": -2.3554712533950806}
{"example_id": -7921505140294777405, "prediction": "", "binary_answer": null, "no_answer_prob": -5.206205129623413}
{"example_id": -9118147714442335775, "prediction": "", "binary_answer": null, "no_answer_prob": 4.314131736755371}
{"example_id": 5497730151653599659, "prediction": "Keith Rowley", "binary_answer": null, "no_answer_prob": -8.759581208229065}
{"example_id": -6961731740631527573, "prediction": "`` My Sharona '' is the debut single by the Knack", "binary_answer": null, "no_answer_prob": 3.176331102848053}
{"example_id": -4194444306154429945, "prediction": "Thomas A. Dorsey", "binary_answer": null, "no_answer_prob": -3.7515002489089966}
{"example_id": 8536871328647072323, "prediction": "", "binary_answer": null, "no_answer_prob": 3.691793918609619}
{"example_id": 5704352345816329117, "prediction": "1977", "binary_answer": null, "no_answer_prob": -3.8153812885284424}
{"example_id": 2336261172390241420, "prediction": "Xavier Becerra", "binary_answer": null, "no_answer_prob": -5.886293649673462}
{"example_id": 5286917849195215049, "prediction": "Zapata is a Spanish", "binary_answer": null, "no_answer_prob": -1.132569670677185}
{"example_id": -5864544859241690865, "prediction": "1923 1927 1928 1932 1936 1937 1938 1939 1941 1943 1947 1949 1950 1951 1952 1953 1956 1958 1961 1962 1977 1978 1998 1999 2000 2009", "binary_answer": null, "no_answer_prob": -2.6850642263889313}
{"example_id": 2017748089219392813, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3264224231243134}
{"example_id": 2872067124738330313, "prediction": "", "binary_answer": null, "no_answer_prob": 2.721776843070984}
{"example_id": -6345068262407026769, "prediction": "`` Ca n't Stop the Feeling ! ''", "binary_answer": null, "no_answer_prob": 0.47399336099624634}
{"example_id": 2221315073316374130, "prediction": "`` Once in a Lifetime ''", "binary_answer": null, "no_answer_prob": -0.5966342687606812}
{"example_id": 8633231234479392582, "prediction": "", "binary_answer": null, "no_answer_prob": 3.512769103050232}
{"example_id": -916811878574353022, "prediction": "", "binary_answer": null, "no_answer_prob": 3.16235888004303}
{"example_id": 7184392936083130639, "prediction": "Paula Hawkins", "binary_answer": null, "no_answer_prob": -5.8617472648620605}
{"example_id": -5926408374855743846, "prediction": "Lily Winters is a fictional character from the American CBS soap opera The Young and the Restless", "binary_answer": null, "no_answer_prob": 3.5211408734321594}
{"example_id": -1369780490830237166, "prediction": "", "binary_answer": null, "no_answer_prob": 4.162568807601929}
{"example_id": 4034138885158570901, "prediction": "", "binary_answer": null, "no_answer_prob": 4.323141932487488}
{"example_id": -6273820990720866885, "prediction": "", "binary_answer": null, "no_answer_prob": 4.421350568532944}
{"example_id": -3148199851308904975, "prediction": "Components can be classified as passive , active , or electromechanic", "binary_answer": null, "no_answer_prob": 0.8840712308883667}
{"example_id": -3721267778050476506, "prediction": "2015", "binary_answer": null, "no_answer_prob": -6.456612557172775}
{"example_id": -1842130022579978141, "prediction": "In the seven - layer OSI model of computer networking , the session layer is layer 5 .", "binary_answer": null, "no_answer_prob": 2.993599534034729}
{"example_id": 3491713538125151545, "prediction": "Houston Astros", "binary_answer": null, "no_answer_prob": -4.9277753829956055}
{"example_id": 3885991375112876238, "prediction": "", "binary_answer": null, "no_answer_prob": 2.263593018054962}
{"example_id": -8965636687389839024, "prediction": "", "binary_answer": null, "no_answer_prob": -3.932729482650757}
{"example_id": 4923098453454281919, "prediction": "Frank Oz ( 1969 -- 2001 ; occasionally since 2001 ) David Rudman", "binary_answer": null, "no_answer_prob": 1.5851632356643677}
{"example_id": 4947063739330014023, "prediction": "Domenico da Piacenza , Antonio Cornazzano and Guglielmo Ebreo da Pesaro", "binary_answer": null, "no_answer_prob": 2.4599603414535522}
{"example_id": -309196763438169949, "prediction": "Emma Rose Kenney", "binary_answer": null, "no_answer_prob": -12.35564386844635}
{"example_id": -5482109502473641459, "prediction": "`` Bette Davis Eyes", "binary_answer": null, "no_answer_prob": -0.040564537048339844}
{"example_id": -5714870557742901515, "prediction": "Physikalisch - Technische Bundesanstalt , Braunschweig , Germany FOCS Federal Institute of Metrology", "binary_answer": null, "no_answer_prob": 0.10590732097625732}
{"example_id": -7878673836100022334, "prediction": "", "binary_answer": null, "no_answer_prob": -4.714476823806763}
{"example_id": -6844231178216295978, "prediction": "June 23 , 2018", "binary_answer": null, "no_answer_prob": -7.136907339096069}
{"example_id": 5582140845429404351, "prediction": "July 20 , 2018", "binary_answer": null, "no_answer_prob": -3.234935760498047}
{"example_id": -88720005483927913, "prediction": "Gerry Rafferty", "binary_answer": null, "no_answer_prob": -0.11823153495788574}
{"example_id": 3235145058323535822, "prediction": "Loudon Wainwright III", "binary_answer": null, "no_answer_prob": -3.1711580753326416}
{"example_id": 4407219467091523259, "prediction": "An arithmetic logic unit ( ALU )", "binary_answer": null, "no_answer_prob": 1.2114565968513489}
{"example_id": -6972999114619312559, "prediction": "15 -- 30 %", "binary_answer": null, "no_answer_prob": -1.171641230583191}
{"example_id": 1637528297593157499, "prediction": "", "binary_answer": null, "no_answer_prob": 4.021005690097809}
{"example_id": -4933977224100162684, "prediction": "Shaw", "binary_answer": null, "no_answer_prob": -3.484727621078491}
{"example_id": 150708870879453000, "prediction": "phosphorus", "binary_answer": null, "no_answer_prob": 2.3852553367614746}
{"example_id": -9083718539893712135, "prediction": "Nantucket Island ( off the coast of Cape Cod", "binary_answer": null, "no_answer_prob": -2.5060462951660156}
{"example_id": 1991515469967707094, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6799931526184082}
{"example_id": -1371894834665056317, "prediction": "August 8 , 2014 Latest release Five Nights at Freddy 's : Sister Location October 7 , 2016", "binary_answer": null, "no_answer_prob": -2.2837411165237427}
{"example_id": 7450271712999356709, "prediction": "130 miles ( 210 km )", "binary_answer": null, "no_answer_prob": 0.5422006845474243}
{"example_id": -3163186745677437466, "prediction": "I Fight Dragons", "binary_answer": null, "no_answer_prob": -0.16402804851531982}
{"example_id": 7262977986120861210, "prediction": "New York", "binary_answer": null, "no_answer_prob": -3.544595718383789}
{"example_id": -4066323857629293314, "prediction": "", "binary_answer": null, "no_answer_prob": 1.169987678527832}
{"example_id": 3386507892752554052, "prediction": "", "binary_answer": null, "no_answer_prob": 4.512150913476944}
{"example_id": -8259829065567279198, "prediction": "Paul McCartney", "binary_answer": null, "no_answer_prob": -9.957454562187195}
{"example_id": -1178538835322605591, "prediction": "John Jay", "binary_answer": null, "no_answer_prob": -8.759364485740662}
{"example_id": 4549233137110829515, "prediction": "2000", "binary_answer": null, "no_answer_prob": -5.344403386116028}
{"example_id": 7345634366381469690, "prediction": "Sarah Michelle Gellar", "binary_answer": null, "no_answer_prob": -3.2729098796844482}
{"example_id": -5644035044847502404, "prediction": "October 1986", "binary_answer": null, "no_answer_prob": -0.24148023128509521}
{"example_id": 1409850394569378615, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8070964142680168}
{"example_id": -7265203241662763900, "prediction": "In archaeology , the classic Maya collapse", "binary_answer": null, "no_answer_prob": 0.7696974873542786}
{"example_id": -7800505985058166897, "prediction": "Bradford Claude Dourif", "binary_answer": null, "no_answer_prob": -9.751081466674805}
{"example_id": 2850339324882439414, "prediction": "", "binary_answer": null, "no_answer_prob": -1.56900954246521}
{"example_id": -8687881602932755298, "prediction": "", "binary_answer": null, "no_answer_prob": 3.901091516017914}
{"example_id": -4375882542141446572, "prediction": "the sun", "binary_answer": null, "no_answer_prob": -3.0049264430999756}
{"example_id": 8405425108614539699, "prediction": "Rupert Holmes", "binary_answer": null, "no_answer_prob": -7.964105129241943}
{"example_id": 9194054088793021849, "prediction": "Dame Lynley Dodd", "binary_answer": null, "no_answer_prob": -1.3212730884552002}
{"example_id": 5111945099118929011, "prediction": "Nicola Anne Peltz", "binary_answer": null, "no_answer_prob": -9.249590396881104}
{"example_id": 4739951767021836375, "prediction": "American rock is rock music from the United States . It has its roots in 1940s and 1950s rock and roll , rhythm and blues , and country music", "binary_answer": null, "no_answer_prob": 0.8172022700309753}
{"example_id": -9117361054787888183, "prediction": "", "binary_answer": null, "no_answer_prob": 4.2850373685359955}
{"example_id": 1047544376965361181, "prediction": "September 8 , 2015", "binary_answer": null, "no_answer_prob": -3.8738269805908203}
{"example_id": 4912910463851941534, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.3043795228004456}
{"example_id": -2274560994345216726, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Renaissance", "binary_answer": null, "no_answer_prob": 3.913074404001236}
{"example_id": 6772427268798562308, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6997888684272766}
{"example_id": -6017219146541630098, "prediction": "526", "binary_answer": null, "no_answer_prob": 3.3317508697509766}
{"example_id": 4065612459584973854, "prediction": "A video game publisher", "binary_answer": null, "no_answer_prob": -0.28806090354919434}
{"example_id": -6759815759990707611, "prediction": "King T'Chaka of the African nation Wakanda", "binary_answer": null, "no_answer_prob": -3.1878907680511475}
{"example_id": -8715345322221980733, "prediction": "", "binary_answer": null, "no_answer_prob": 3.582763671875}
{"example_id": 1502936389175357199, "prediction": "1989", "binary_answer": null, "no_answer_prob": -3.1389321088790894}
{"example_id": 1355765661623170780, "prediction": "", "binary_answer": null, "no_answer_prob": 2.984350562095642}
{"example_id": -3582048885050482622, "prediction": "Rank Country / Region Aluminium production ( thousands of tonnes ) -- World 57,600 People 's Republic of China", "binary_answer": null, "no_answer_prob": -2.2581323981285095}
{"example_id": -6218384608200546469, "prediction": "Elizabeth Bennet", "binary_answer": null, "no_answer_prob": 0.2921513319015503}
{"example_id": -8037262657604745808, "prediction": "Notre Dame", "binary_answer": null, "no_answer_prob": -2.215620517730713}
{"example_id": -4784174240740338618, "prediction": "In meteorology , an air mass is a volume of air defined by its temperature and water vapor content", "binary_answer": null, "no_answer_prob": 1.7624582350254059}
{"example_id": -5006868594380938564, "prediction": "Captain Gurbachan Singh Salaria", "binary_answer": null, "no_answer_prob": -8.903794050216675}
{"example_id": 504012838774918262, "prediction": "Quotation marks", "binary_answer": null, "no_answer_prob": -1.3805210590362549}
{"example_id": -8197682965231218417, "prediction": "`` No Room for Intimacy", "binary_answer": null, "no_answer_prob": -1.9547538757324219}
{"example_id": 4683798436554413780, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2669438123703003}
{"example_id": -783096745406898875, "prediction": "", "binary_answer": null, "no_answer_prob": -4.003844976425171}
{"example_id": 882620140835506239, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0665711164474487}
{"example_id": -3269233255780347148, "prediction": "the President of the United States", "binary_answer": null, "no_answer_prob": -0.41375184059143066}
{"example_id": 1433720415171638272, "prediction": "As in pair skating", "binary_answer": null, "no_answer_prob": 0.48858752846717834}
{"example_id": 4472987726489577416, "prediction": "1988", "binary_answer": null, "no_answer_prob": -4.917470991611481}
{"example_id": -4080312198640235561, "prediction": "", "binary_answer": null, "no_answer_prob": 4.104228854179382}
{"example_id": -1939531535960416236, "prediction": "Gilles Simon Doubles Robin Haase / Matw\u00e9 Middelkoop", "binary_answer": null, "no_answer_prob": -1.870240569114685}
{"example_id": 257494302872445503, "prediction": "`` The First Day of the Rest of Your Life ''", "binary_answer": null, "no_answer_prob": 0.11157917976379395}
{"example_id": 8055146914097621626, "prediction": "", "binary_answer": null, "no_answer_prob": 4.215042233467102}
{"example_id": 3736322679832274123, "prediction": "British East India Company", "binary_answer": null, "no_answer_prob": -1.230345606803894}
{"example_id": 5599533282117956985, "prediction": "", "binary_answer": null, "no_answer_prob": 3.553785979747772}
{"example_id": -6272967159727112937, "prediction": "Nepal .", "binary_answer": null, "no_answer_prob": 4.013580799102783}
{"example_id": 475099728251432370, "prediction": "13", "binary_answer": null, "no_answer_prob": -6.303261756896973}
{"example_id": -1910183026424508500, "prediction": "stores in the United States and Canada", "binary_answer": null, "no_answer_prob": 1.954366758465767}
{"example_id": 4479751474371375225, "prediction": "A lymph duct", "binary_answer": null, "no_answer_prob": -1.4623043537139893}
{"example_id": -4796256705084179689, "prediction": "various authors , translators , and scholars", "binary_answer": null, "no_answer_prob": -2.6750717163085938}
{"example_id": 2318821127786101325, "prediction": "8", "binary_answer": null, "no_answer_prob": -4.797990322113037}
{"example_id": -7109762979908246815, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7191102877259254}
{"example_id": 1766192034715360563, "prediction": "Johnny Christopher , Mark James and Wayne Carson", "binary_answer": null, "no_answer_prob": -0.8471390008926392}
{"example_id": 5730145718106293462, "prediction": "Haley Joel Osment", "binary_answer": null, "no_answer_prob": -4.199913382530212}
{"example_id": -5982266363084360835, "prediction": "", "binary_answer": null, "no_answer_prob": 4.1144856214523315}
{"example_id": -4447462806904417673, "prediction": "Mike Pence", "binary_answer": null, "no_answer_prob": -6.029944896697998}
{"example_id": 7887961552335103525, "prediction": "The Rembrandts", "binary_answer": null, "no_answer_prob": -5.503248572349548}
{"example_id": -5575025493284440364, "prediction": "435", "binary_answer": null, "no_answer_prob": 1.7976632118225098}
{"example_id": -5350699349227914426, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1931514739990234}
{"example_id": 4961790409760426286, "prediction": "A certificate of deposit ( CD ) is a time deposit", "binary_answer": null, "no_answer_prob": 1.526581883430481}
{"example_id": 6035966620749378758, "prediction": "Nolan Ryan", "binary_answer": null, "no_answer_prob": -5.261502027511597}
{"example_id": -6966355810622800757, "prediction": "LL Cool J", "binary_answer": null, "no_answer_prob": -3.4322640895843506}
{"example_id": 2552032703793387742, "prediction": "Rohit Sharma", "binary_answer": null, "no_answer_prob": 0.8219286203384399}
{"example_id": -1071629294553120921, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -6.403933048248291}
{"example_id": 6662617812621479088, "prediction": "", "binary_answer": null, "no_answer_prob": 3.790665239095688}
{"example_id": -1065306556392950837, "prediction": "81.928", "binary_answer": null, "no_answer_prob": -3.8502206802368164}
{"example_id": 5159689728060558617, "prediction": "a cousin of the great white shark Carcharodon carcharias .", "binary_answer": null, "no_answer_prob": 2.245519757270813}
{"example_id": 8627228541151141053, "prediction": "Captain & Tennille", "binary_answer": null, "no_answer_prob": -3.6561611890792847}
{"example_id": 2538907278819984497, "prediction": "67 years and 4 months", "binary_answer": null, "no_answer_prob": -0.9128856658935547}
{"example_id": 5860465370694848700, "prediction": "Dire Straits", "binary_answer": null, "no_answer_prob": -0.393426775932312}
{"example_id": -2099282468824241241, "prediction": "Lionel Richie", "binary_answer": null, "no_answer_prob": -5.405097484588623}
{"example_id": 4742630811160816304, "prediction": "2018", "binary_answer": null, "no_answer_prob": -4.35474705696106}
{"example_id": 7385887031724583166, "prediction": "The West Bank", "binary_answer": null, "no_answer_prob": -2.866234064102173}
{"example_id": 2650014022055905609, "prediction": "December 31 , 2017", "binary_answer": null, "no_answer_prob": -1.897531270980835}
{"example_id": -4024224768921013008, "prediction": "Leatherface", "binary_answer": null, "no_answer_prob": -1.5582027435302734}
{"example_id": -7665714193515404632, "prediction": "Saina Nehwal", "binary_answer": null, "no_answer_prob": -3.1037057638168335}
{"example_id": 4221223622943683185, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9484333992004395}
{"example_id": -4092978678347491324, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1212180256843567}
{"example_id": -5383641367320421876, "prediction": "June 7 , 1985", "binary_answer": null, "no_answer_prob": -8.253146886825562}
{"example_id": 9002531789534025729, "prediction": "Abraham Lincoln , Franklin D. Roosevelt , and George Washington", "binary_answer": null, "no_answer_prob": -4.546109974384308}
{"example_id": -818630588338066747, "prediction": "Jeremy Piven", "binary_answer": null, "no_answer_prob": -7.809224367141724}
{"example_id": 5607773040906261100, "prediction": "Burns Cameron", "binary_answer": null, "no_answer_prob": -4.777229905128479}
{"example_id": -1043736370561855554, "prediction": "", "binary_answer": null, "no_answer_prob": 2.89438134431839}
{"example_id": 4657503226949391435, "prediction": "100 Things to Do Before High School", "binary_answer": null, "no_answer_prob": 1.6581296920776367}
{"example_id": 7604267324256157253, "prediction": "`` Life Is Just a Bowl of Cherries '' is a popular song with music by Ray Henderson", "binary_answer": null, "no_answer_prob": 0.9368804693222046}
{"example_id": -4613881595249101883, "prediction": "Christmas in July is a Christmas celebration held in the month of July , the nature of which differs by hemisphere .", "binary_answer": null, "no_answer_prob": 3.4761217422783375}
{"example_id": -5936160720016042676, "prediction": "The Chief Justice of the United States", "binary_answer": null, "no_answer_prob": -1.7374372482299805}
{"example_id": -1931550531319950209, "prediction": "Regan Mizrahi", "binary_answer": null, "no_answer_prob": -7.973634719848633}
{"example_id": 831951689239959926, "prediction": "Spanish", "binary_answer": null, "no_answer_prob": -4.37541389465332}
{"example_id": -8619396784418257389, "prediction": "Costa Rica", "binary_answer": null, "no_answer_prob": 1.9528552293777466}
{"example_id": 5560261091535632915, "prediction": "Salt Lake Stadium in Kolkata , West Bengal", "binary_answer": null, "no_answer_prob": -7.851385951042175}
{"example_id": -8192912026823433918, "prediction": "Josh Taylor", "binary_answer": null, "no_answer_prob": -9.630709171295166}
{"example_id": 3865526687079128857, "prediction": "", "binary_answer": null, "no_answer_prob": 4.366473197937012}
{"example_id": 2258999864447164929, "prediction": "1964", "binary_answer": null, "no_answer_prob": 1.5366147756576538}
{"example_id": 1435767707210013159, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -7.248341917991638}
{"example_id": -2099854288536910233, "prediction": "Hansa Atlantic Sony", "binary_answer": null, "no_answer_prob": 4.1012928783893585}
{"example_id": -6521927332163148573, "prediction": "", "binary_answer": null, "no_answer_prob": 3.676530599594116}
{"example_id": 7825968315857673266, "prediction": "Gone with the Wind", "binary_answer": null, "no_answer_prob": -4.9333256483078}
{"example_id": 7832598596624150246, "prediction": "Hexaamminecobalt ( III ) chloride is the chemical compound with the formula ( Co ( NH ) ) Cl", "binary_answer": null, "no_answer_prob": -3.189118266105652}
{"example_id": -5711760885009912246, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0303186178207397}
{"example_id": 6760557464756839008, "prediction": "Zach Galifianakis", "binary_answer": null, "no_answer_prob": -0.6938810348510742}
{"example_id": -423472545492892243, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] 225", "binary_answer": null, "no_answer_prob": 2.9443241357803345}
{"example_id": -3007091317310168067, "prediction": "", "binary_answer": null, "no_answer_prob": -2.555006504058838}
{"example_id": 5822042202779097196, "prediction": "Gene Raskin", "binary_answer": null, "no_answer_prob": -3.1112515926361084}
{"example_id": -2195102395835349783, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5643181204795837}
{"example_id": 6083388310919206387, "prediction": "24 April 2015 as a single dedicated to the Armnian genocide Centennial commemoration .", "binary_answer": null, "no_answer_prob": 0.7681468725204468}
{"example_id": 1869145018609033567, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The legal drinking age", "binary_answer": null, "no_answer_prob": 0.6769372224807739}
{"example_id": -3770217224320829481, "prediction": "Rick Evans", "binary_answer": null, "no_answer_prob": -5.072258114814758}
{"example_id": 6790293813653816321, "prediction": "Chandra Danette Wilson", "binary_answer": null, "no_answer_prob": -9.804198026657104}
{"example_id": 955756378766315287, "prediction": "The dura mater", "binary_answer": null, "no_answer_prob": -2.5850470066070557}
{"example_id": -7847823928841780374, "prediction": "2000 Whitney : The Greatest Hits collection , and the original album version appears on 2007 's The Ultimate Collection .", "binary_answer": null, "no_answer_prob": 3.794555425643921}
{"example_id": 5594047126694334475, "prediction": "2008", "binary_answer": null, "no_answer_prob": -2.647583484649658}
{"example_id": -3864563556216478268, "prediction": "Prince Albert ( Glass Field ) Airport", "binary_answer": null, "no_answer_prob": -0.6251962184906006}
{"example_id": 5225600715739431112, "prediction": "Area is the quantity that expresses the extent of a two - dimensional figure or shape , or planar lamina , in the plane", "binary_answer": null, "no_answer_prob": -2.9491050243377686}
{"example_id": -8272307897550811967, "prediction": "Mars", "binary_answer": null, "no_answer_prob": -1.3522192239761353}
{"example_id": -2760249624892104173, "prediction": "", "binary_answer": null, "no_answer_prob": 2.095334470272064}
{"example_id": 1581074855341660034, "prediction": "`` The One with the Prom Video '' is the fourteenth episode of the second season", "binary_answer": null, "no_answer_prob": 3.860903412103653}
{"example_id": -9068112763042493008, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6169625520706177}
{"example_id": -1925896514255351478, "prediction": "Jaz Flowers", "binary_answer": null, "no_answer_prob": -5.478821277618408}
{"example_id": 4839476130665858888, "prediction": "Adam Bernstein", "binary_answer": null, "no_answer_prob": -2.8094053268432617}
{"example_id": 5893529515895287031, "prediction": "2014", "binary_answer": null, "no_answer_prob": -9.455607317388058}
{"example_id": 2348874376289832553, "prediction": "Dylan Thomas", "binary_answer": null, "no_answer_prob": -4.373067140579224}
{"example_id": -8239308081948866644, "prediction": "December 12 , 1982", "binary_answer": null, "no_answer_prob": -5.931106090545654}
{"example_id": -1446321586719067545, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9569555521011353}
{"example_id": 5629689252419508090, "prediction": "", "binary_answer": null, "no_answer_prob": 4.28678023815155}
{"example_id": 4716218940246686072, "prediction": "The Justice League is a team of comic book superheroes", "binary_answer": null, "no_answer_prob": 2.3755731135606766}
{"example_id": -6718495802984601105, "prediction": "Acidosis", "binary_answer": null, "no_answer_prob": 0.11287641525268555}
{"example_id": -8512562749915841171, "prediction": "Chemical class Group Formula Structural Formulae Prefix Suffix Example Alkane", "binary_answer": null, "no_answer_prob": -0.41025781631469727}
{"example_id": -5524370408722306136, "prediction": "March 18 , 2005", "binary_answer": null, "no_answer_prob": -4.174856185913086}
{"example_id": 2976257167244265314, "prediction": "", "binary_answer": null, "no_answer_prob": 5.056323766708374}
{"example_id": 3260711949779454846, "prediction": "Tyra Banks", "binary_answer": null, "no_answer_prob": -2.9306529760360718}
{"example_id": 7043888355055890503, "prediction": "Alaska", "binary_answer": null, "no_answer_prob": -6.767243385314941}
{"example_id": 6286551461120724945, "prediction": "Jaws", "binary_answer": null, "no_answer_prob": 3.5728297233581543}
{"example_id": 4480319611922876367, "prediction": "", "binary_answer": null, "no_answer_prob": 5.3705586194992065}
{"example_id": 1213128181299341512, "prediction": "", "binary_answer": null, "no_answer_prob": 1.997669130563736}
{"example_id": -1953038377290516285, "prediction": "John Kander", "binary_answer": null, "no_answer_prob": -12.320355892181396}
{"example_id": -3982409200460151904, "prediction": "There are numerous proposed explanations of the Flynn effect , as well as some skepticism about its implications", "binary_answer": null, "no_answer_prob": 2.050924889743328}
{"example_id": 7206472777975261414, "prediction": "Artax", "binary_answer": null, "no_answer_prob": -2.0294435024261475}
{"example_id": 2871800330989222279, "prediction": "I Look to You ( 2009 ) .", "binary_answer": null, "no_answer_prob": 2.5381584763526917}
{"example_id": -4518697877247382472, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5197300910949707}
{"example_id": 4109951268433833047, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7815003842115402}
{"example_id": 4086645434591201078, "prediction": "the central nervous system ( CNS ) and the peripheral nervous system ( PNS )", "binary_answer": null, "no_answer_prob": -7.69896388053894}
{"example_id": -2686358588657020214, "prediction": "East High", "binary_answer": null, "no_answer_prob": -2.5861315727233887}
{"example_id": -1947624456135949649, "prediction": "Charley horse ( or charlie horse )", "binary_answer": null, "no_answer_prob": -3.5737816095352173}
{"example_id": -3083569204868115201, "prediction": "", "binary_answer": null, "no_answer_prob": 4.353604197502136}
{"example_id": 5879425425352310432, "prediction": "glycosylation . Secreted extracellular proteins are often glycosylated .", "binary_answer": null, "no_answer_prob": -0.3813743144273758}
{"example_id": 5733032604856881900, "prediction": "Diane Guerrero", "binary_answer": null, "no_answer_prob": -12.330931305885315}
{"example_id": 8021505322235820583, "prediction": "British rock group the Animals", "binary_answer": null, "no_answer_prob": 0.9236469864845276}
{"example_id": 5492728639558905559, "prediction": "January 29 , 2018", "binary_answer": null, "no_answer_prob": -4.216073989868164}
{"example_id": -7908582638807187945, "prediction": "Hank Williams", "binary_answer": null, "no_answer_prob": -10.841020345687866}
{"example_id": -3668632471063069032, "prediction": "Nelly from his second studio album Nellyville ( 2002 ) . The song features additional vocals by former labelmate Dani Stevenson", "binary_answer": null, "no_answer_prob": -4.636239528656006}
{"example_id": 5612400699978912916, "prediction": "Rank City Population ( 2011 ) Population ( 2001 ) State or union territory Ref Mumbai", "binary_answer": null, "no_answer_prob": -0.8561005592346191}
{"example_id": 643104318047013648, "prediction": "", "binary_answer": null, "no_answer_prob": 4.39748227596283}
{"example_id": -9002920405367315200, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8224211931228638}
{"example_id": -2147978953043809815, "prediction": "Manchester City", "binary_answer": null, "no_answer_prob": -1.7526524066925049}
{"example_id": -6461075033922286018, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7480744123458862}
{"example_id": -4129503598671936146, "prediction": "13", "binary_answer": null, "no_answer_prob": -0.4501771926879883}
{"example_id": 8668908644300827119, "prediction": "April 4 , to May 30 , 2017", "binary_answer": null, "no_answer_prob": -6.941079020500183}
{"example_id": -8875836755496863524, "prediction": "The Ming dynasty", "binary_answer": null, "no_answer_prob": 2.082950532436371}
{"example_id": 8886675391981405427, "prediction": "Sophie Turner", "binary_answer": null, "no_answer_prob": -12.73397707939148}
{"example_id": 2052785185902107727, "prediction": "Irene Mecchi , Jonathan Roberts and Linda Woolverton", "binary_answer": null, "no_answer_prob": 0.9392275810241699}
{"example_id": -4166868313835054376, "prediction": "Kelly , Donald O'Connor , and Debbie Reynolds", "binary_answer": null, "no_answer_prob": -0.20971918106079102}
{"example_id": -6588370661590813917, "prediction": "The Prime Minister of the United Kingdom", "binary_answer": null, "no_answer_prob": 3.6316621396690607}
{"example_id": 1476941866222340580, "prediction": "", "binary_answer": null, "no_answer_prob": 5.402157187461853}
{"example_id": 7858492418683396439, "prediction": "The T206 Honus Wagner baseball card", "binary_answer": null, "no_answer_prob": 0.2753085494041443}
{"example_id": -6375302892812228979, "prediction": "", "binary_answer": null, "no_answer_prob": 4.450591444969177}
{"example_id": -4686106023208022060, "prediction": "Bud Collyer", "binary_answer": null, "no_answer_prob": -6.557326555252075}
{"example_id": -3232415045124682326, "prediction": "Ahmet Ertegun", "binary_answer": null, "no_answer_prob": 2.802319824695587}
{"example_id": 3947524562237613038, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2339940071105957}
{"example_id": 5868551717756388710, "prediction": "The song was written by Eagles ' members Randy Meisner , Don Henley and Glenn Frey", "binary_answer": null, "no_answer_prob": 2.800306111574173}
{"example_id": 7437189381778888725, "prediction": "The Twenty - fifth Amendment", "binary_answer": null, "no_answer_prob": -0.9510706663131714}
{"example_id": -4430298293065657498, "prediction": "8,532", "binary_answer": null, "no_answer_prob": -9.651130318641663}
{"example_id": 9017029225781361555, "prediction": "1994", "binary_answer": null, "no_answer_prob": 0.14200711250305176}
{"example_id": 9105438806221496463, "prediction": "", "binary_answer": null, "no_answer_prob": 4.208445191383362}
{"example_id": 5982688847051281021, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5793813467025757}
{"example_id": 383605060299454859, "prediction": "", "binary_answer": null, "no_answer_prob": 1.927428349852562}
{"example_id": -1316683382741344491, "prediction": "Craig Lowndes", "binary_answer": null, "no_answer_prob": 0.5085527896881104}
{"example_id": 2319017908089751726, "prediction": "The 13th season", "binary_answer": null, "no_answer_prob": -2.1025771498680115}
{"example_id": -8282949176712792827, "prediction": "", "binary_answer": null, "no_answer_prob": 0.26918792724609375}
{"example_id": 356246320999175397, "prediction": "400 North Lee Street in Des Plaines , Illinois , near Chicago", "binary_answer": null, "no_answer_prob": -3.0925073623657227}
{"example_id": 7583604896876826203, "prediction": "driver licences", "binary_answer": null, "no_answer_prob": 0.40751850605010986}
{"example_id": -1149954912194861961, "prediction": "New Amsterdam", "binary_answer": null, "no_answer_prob": 0.4945834279060364}
{"example_id": 2916450699714370077, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0554239079356194}
{"example_id": -1164696678977285263, "prediction": "Position Country Town / City PM2. 5 PM2. 5 Year PM10 PM10 Year Iran Zabol", "binary_answer": null, "no_answer_prob": 3.209667444229126}
{"example_id": -738171817455344160, "prediction": "James R. Garoppolo", "binary_answer": null, "no_answer_prob": -8.067807734012604}
{"example_id": -4742303300919965988, "prediction": "1907", "binary_answer": null, "no_answer_prob": 3.4524790048599243}
{"example_id": 4361212919138879970, "prediction": "Edwyn Stephen Collins", "binary_answer": null, "no_answer_prob": -0.4734424352645874}
{"example_id": 5782810917217591523, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3684878945350647}
{"example_id": -9199517739000502981, "prediction": "The blood vessels", "binary_answer": null, "no_answer_prob": 0.8967193365097046}
{"example_id": 8622894586949759442, "prediction": "2 April 1984", "binary_answer": null, "no_answer_prob": -2.1757304668426514}
{"example_id": -6011520478702185430, "prediction": "West Indies", "binary_answer": null, "no_answer_prob": -0.3645666837692261}
{"example_id": -7734953669711547854, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A storage organ", "binary_answer": null, "no_answer_prob": 0.15068435668945312}
{"example_id": 5725856502455649226, "prediction": "Lake Pontchartrain Causeway", "binary_answer": null, "no_answer_prob": -4.575473785400391}
{"example_id": 8009534866575629371, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -5.1072962284088135}
{"example_id": 7459598210852164705, "prediction": "", "binary_answer": null, "no_answer_prob": 4.265310764312744}
{"example_id": 779563633482815651, "prediction": "", "binary_answer": null, "no_answer_prob": 4.10109555721283}
{"example_id": -3969372820653452808, "prediction": "Britney Spears", "binary_answer": null, "no_answer_prob": -5.2482171058654785}
{"example_id": -5086838560806486875, "prediction": "Joey Bosa", "binary_answer": null, "no_answer_prob": -1.3979041576385498}
{"example_id": -828752729473254253, "prediction": "", "binary_answer": null, "no_answer_prob": 4.132497131824493}
{"example_id": -3249639925506080144, "prediction": "Manhattan Mall New York City , New York", "binary_answer": null, "no_answer_prob": -3.1801517009735107}
{"example_id": -1196846981135510318, "prediction": "Bede", "binary_answer": null, "no_answer_prob": -0.7787574529647827}
{"example_id": 6740619731295565782, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7744176983833313}
{"example_id": 250031848566528994, "prediction": "Napoleon Bonaparte", "binary_answer": null, "no_answer_prob": -3.3470882773399353}
{"example_id": 2632619717437719001, "prediction": "Josh McCown", "binary_answer": null, "no_answer_prob": -6.774174928665161}
{"example_id": 2657180986057551451, "prediction": "Incorporation", "binary_answer": null, "no_answer_prob": 2.430472806096077}
{"example_id": 4145654931447908939, "prediction": "January 12 , 2017", "binary_answer": null, "no_answer_prob": -7.853563189506531}
{"example_id": -3536131815820112023, "prediction": "30 September 1929", "binary_answer": null, "no_answer_prob": -9.25093126296997}
{"example_id": 7810751203251244987, "prediction": "John F. Kelly", "binary_answer": null, "no_answer_prob": -9.008121252059937}
{"example_id": 7713466607969510938, "prediction": "St. Francis of Assisi", "binary_answer": null, "no_answer_prob": -5.78284215927124}
{"example_id": -5622170233686821302, "prediction": "Wayne Rooney", "binary_answer": null, "no_answer_prob": -1.73429536819458}
{"example_id": -6493475810121515391, "prediction": "Eric Johann Johnson", "binary_answer": null, "no_answer_prob": -10.160887837409973}
{"example_id": 7657147454533468258, "prediction": "Shi Yuqi Lin Dan", "binary_answer": null, "no_answer_prob": -0.09839153289794922}
{"example_id": 8558995254485344479, "prediction": "Jean Piaget", "binary_answer": null, "no_answer_prob": -1.9168527126312256}
{"example_id": 3170416916277335294, "prediction": "", "binary_answer": null, "no_answer_prob": 5.37029767036438}
{"example_id": 3054373585607347258, "prediction": "Chadwick Boseman", "binary_answer": null, "no_answer_prob": -9.5095796585083}
{"example_id": -5127795467401211715, "prediction": "Taylor Swift", "binary_answer": null, "no_answer_prob": -8.385174751281738}
{"example_id": -3744791235432276329, "prediction": "Jeff Bezos", "binary_answer": null, "no_answer_prob": -4.003793001174927}
{"example_id": 2122934944919255071, "prediction": "Making false statements ( 18 U.S.C. \u00a7 1001", "binary_answer": null, "no_answer_prob": 3.0831637382507324}
{"example_id": 308237250605851680, "prediction": "2001", "binary_answer": null, "no_answer_prob": -6.564136445522308}
{"example_id": 8341766912753532338, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8840211629867554}
{"example_id": -519548386497203952, "prediction": "Christine Elise", "binary_answer": null, "no_answer_prob": -10.77823007106781}
{"example_id": -4698747957252588766, "prediction": "`` Fear of the Dark '' ( from Fear of the Dark , 1992 ) `` Iron Maiden '' ( from Iron Maiden , 1980 )", "binary_answer": null, "no_answer_prob": 3.048103928565979}
{"example_id": 6940131832724602662, "prediction": "1940", "binary_answer": null, "no_answer_prob": 1.209053248167038}
{"example_id": 2305926522454072328, "prediction": "Satis House", "binary_answer": null, "no_answer_prob": 3.2714552879333496}
{"example_id": -4146509909906861380, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9000643491744995}
{"example_id": -2047394470462282387, "prediction": "", "binary_answer": null, "no_answer_prob": -0.05632150173187256}
{"example_id": -192152866063203617, "prediction": "Kelly Clarkson", "binary_answer": null, "no_answer_prob": -3.5736474990844727}
{"example_id": -3350746537712103704, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1710200309753418}
{"example_id": -6103669093953061571, "prediction": "Sony Center on Potsdamer Platz in Berlin", "binary_answer": null, "no_answer_prob": -2.2844302654266357}
{"example_id": 1057815686174987346, "prediction": "Russell Westbrook", "binary_answer": null, "no_answer_prob": -4.800080299377441}
{"example_id": 4524421186509207479, "prediction": "Lenny Welch", "binary_answer": null, "no_answer_prob": 1.9550585746765137}
{"example_id": 3899459182021902474, "prediction": "The Revolutionary movement for Indian independence", "binary_answer": null, "no_answer_prob": 4.117130279541016}
{"example_id": 2028695015205385283, "prediction": "Gary Rossington", "binary_answer": null, "no_answer_prob": -1.5118809938430786}
{"example_id": 8866726077098499118, "prediction": "Elizabeth Berkley Lauren", "binary_answer": null, "no_answer_prob": -1.9831286668777466}
{"example_id": 8629904539305064115, "prediction": "", "binary_answer": null, "no_answer_prob": 3.641932725906372}
{"example_id": 4076188114947390634, "prediction": "Tungsten", "binary_answer": null, "no_answer_prob": -2.2670700550079346}
{"example_id": -5516120084541885062, "prediction": "Johnny Christopher , Mark James , and Wayne Carson", "binary_answer": null, "no_answer_prob": 1.6117545366287231}
{"example_id": 7071808599726455761, "prediction": "", "binary_answer": null, "no_answer_prob": 1.995373323559761}
{"example_id": -6679273029372950602, "prediction": "13", "binary_answer": null, "no_answer_prob": -4.285411357879639}
{"example_id": -4122930534833596126, "prediction": "", "binary_answer": null, "no_answer_prob": 4.227346301078796}
{"example_id": -6128892653961791251, "prediction": "Susan Farrell Egan", "binary_answer": null, "no_answer_prob": -12.533981323242188}
{"example_id": 3193286655027862124, "prediction": "The United States Medical Licensing Examination score ( USMLE score )", "binary_answer": null, "no_answer_prob": -0.0954442024230957}
{"example_id": 6198321052490349117, "prediction": "approximately 4,047 m , or about 40 % of a hectare .", "binary_answer": null, "no_answer_prob": -1.5712021589279175}
{"example_id": -624910620366122351, "prediction": "272", "binary_answer": null, "no_answer_prob": 2.420796424150467}
{"example_id": -1358587715518239752, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1352758407592773}
{"example_id": 4099217858976214714, "prediction": "Uncharted 4 : A Thief 's End", "binary_answer": null, "no_answer_prob": -3.1278581619262695}
{"example_id": -9079003905713032480, "prediction": "Diamondback", "binary_answer": null, "no_answer_prob": 1.0898109674453735}
{"example_id": -904145419293070635, "prediction": "", "binary_answer": null, "no_answer_prob": 5.655178636312485}
{"example_id": 8011778858030016852, "prediction": "1980 2008", "binary_answer": null, "no_answer_prob": -3.7588012516498566}
{"example_id": 4118073994543067328, "prediction": "P.P. Arnold", "binary_answer": null, "no_answer_prob": -0.494657039642334}
{"example_id": 1326178481868679533, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5984809398651123}
{"example_id": -4166659670216895268, "prediction": "The holiday is sometimes called D\u00eda de los Muertos in Anglophone countries , a back - translation of its original name , D\u00eda de Muertos", "binary_answer": null, "no_answer_prob": -6.470417141914368}
{"example_id": -1457053583700830644, "prediction": "Mandaree", "binary_answer": null, "no_answer_prob": -3.16971218585968}
{"example_id": -1401776763495752375, "prediction": "late April and early May 1945", "binary_answer": null, "no_answer_prob": -1.0167770385742188}
{"example_id": -4449088655251228590, "prediction": "The Patient Protection and Affordable Care Act", "binary_answer": null, "no_answer_prob": -2.052998423576355}
{"example_id": -6031022588768073902, "prediction": "AK - 1", "binary_answer": null, "no_answer_prob": -3.8385539054870605}
{"example_id": 7882377647132382238, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4956172108650208}
{"example_id": -3396975988439089652, "prediction": "1428 Area code ( s ) 02 - 8082722", "binary_answer": null, "no_answer_prob": -4.846325397491455}
{"example_id": -1881286304870722165, "prediction": "", "binary_answer": null, "no_answer_prob": 2.219353199005127}
{"example_id": 3716006169036263668, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7439249157905579}
{"example_id": 4735884099977706015, "prediction": "Social development theory", "binary_answer": null, "no_answer_prob": 2.341917719691992}
{"example_id": 5468254527156658005, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9008059203624725}
{"example_id": -1367277935432372105, "prediction": "Harry Potter and the Deathly Hallows -- Part 2", "binary_answer": null, "no_answer_prob": -2.679012656211853}
{"example_id": -2123887067814043573, "prediction": "wood selector", "binary_answer": null, "no_answer_prob": 0.07860612869262695}
{"example_id": -1365490014946172719, "prediction": "Football", "binary_answer": null, "no_answer_prob": -2.307091474533081}
{"example_id": 8168694708991476100, "prediction": "The lymphatic system", "binary_answer": null, "no_answer_prob": 2.7905519008636475}
{"example_id": -5421271348068689940, "prediction": "On July 10 , 2013 , CBS television studios announced that Cote de Pablo would be leaving NCIS during season eleven", "binary_answer": null, "no_answer_prob": -1.210003137588501}
{"example_id": 7375626827650126032, "prediction": "Rohit Sharma", "binary_answer": null, "no_answer_prob": -6.557888388633728}
{"example_id": -7774653843785995045, "prediction": "Ann Reeves Jarvis", "binary_answer": null, "no_answer_prob": 3.6557274162769318}
{"example_id": 6309957243908833363, "prediction": "Dennis Dexter Haysbert", "binary_answer": null, "no_answer_prob": -10.82516098022461}
{"example_id": -3003432849540041440, "prediction": "the United States , Mexico , and numerous smaller states primarily in Central America and in the Caribbean .", "binary_answer": null, "no_answer_prob": 2.1515485048294067}
{"example_id": -4051797878603257671, "prediction": "Keith Moon", "binary_answer": null, "no_answer_prob": -7.376169204711914}
{"example_id": 2719683618284697931, "prediction": "The Delfonics", "binary_answer": null, "no_answer_prob": -2.071945548057556}
{"example_id": -7338168744552472942, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4709059000015259}
{"example_id": -2526376744759664115, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8190717697143555}
{"example_id": -1005672146492412109, "prediction": "Andrew Johnson", "binary_answer": null, "no_answer_prob": -2.3494391441345215}
{"example_id": -8753538509495229182, "prediction": "The fourth season", "binary_answer": null, "no_answer_prob": 1.9343478679656982}
{"example_id": 2041410290286408492, "prediction": "California", "binary_answer": null, "no_answer_prob": -4.365889549255371}
{"example_id": -1623829653595228960, "prediction": "", "binary_answer": null, "no_answer_prob": 2.87890887260437}
{"example_id": -5598334562838335624, "prediction": "Her Majesty 's Principal Secretary of State for Work and Pensions , or informally Work and Pensions Secretary", "binary_answer": null, "no_answer_prob": -4.843113422393799}
{"example_id": 8812267550415131532, "prediction": "`` 7 Years ''", "binary_answer": null, "no_answer_prob": -1.3462398052215576}
{"example_id": -4050875943876525036, "prediction": "240 km / h ( 150 mph ) .", "binary_answer": null, "no_answer_prob": 1.895708680152893}
{"example_id": 672508294120564635, "prediction": "Tom Hanks as Detective Scott Turner Beasley the Dog", "binary_answer": null, "no_answer_prob": 0.4456338882446289}
{"example_id": 8228438338354706783, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -8.233866691589355}
{"example_id": 8058937161127115466, "prediction": "London", "binary_answer": null, "no_answer_prob": -9.542113184928894}
{"example_id": 4367743777191326308, "prediction": "Drake", "binary_answer": null, "no_answer_prob": -0.13199710845947266}
{"example_id": -6449208412503638211, "prediction": "William Ray Guy", "binary_answer": null, "no_answer_prob": -2.954935669898987}
{"example_id": 1595674100849800726, "prediction": "Alan Wheatley", "binary_answer": null, "no_answer_prob": -8.223294019699097}
{"example_id": -2591882179131820261, "prediction": "Efrem Zimbalist Jr. , Roger Smith , and Edd Byrnes", "binary_answer": null, "no_answer_prob": -5.630086302757263}
{"example_id": 4452929773268087920, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3893110752105713}
{"example_id": -60281564014020764, "prediction": "Bo Diddley", "binary_answer": null, "no_answer_prob": -1.403612494468689}
{"example_id": -661740444263411176, "prediction": "The Getaway World Tour is an ongoing concert tour by American rock band Red Hot Chili Peppers", "binary_answer": null, "no_answer_prob": 1.6633224487304688}
{"example_id": 4379254517274921571, "prediction": "March 3 , 1849", "binary_answer": null, "no_answer_prob": -4.9728193283081055}
{"example_id": 3355483994204165797, "prediction": "`` Rub - A-Dub - Dub '' is an English language nursery rhyme", "binary_answer": null, "no_answer_prob": -4.356586337089539}
{"example_id": -261180949508940639, "prediction": "The Vidhan Sabha the Legislative Assembly", "binary_answer": null, "no_answer_prob": -2.2372478246688843}
{"example_id": 6551710252690197340, "prediction": "Bourbon Street", "binary_answer": null, "no_answer_prob": -1.9436049461364746}
{"example_id": -787820270868464766, "prediction": "1987", "binary_answer": null, "no_answer_prob": -2.405109405517578}
{"example_id": 5964972862669432850, "prediction": "Vincent Peter Jones", "binary_answer": null, "no_answer_prob": 2.0243107080459595}
{"example_id": 5979703226878007063, "prediction": "71", "binary_answer": null, "no_answer_prob": -0.9611988067626953}
{"example_id": 106036061947254573, "prediction": "There are 36 ( 28 cultural , 7 natural and 1 mixed ) World Heritage Sites", "binary_answer": null, "no_answer_prob": 3.4727387130260468}
{"example_id": -8100558789013380278, "prediction": "Isaiah 63 : 16", "binary_answer": null, "no_answer_prob": -5.186110496520996}
{"example_id": -5516815761971402351, "prediction": "Anna Huxtable", "binary_answer": null, "no_answer_prob": -2.383263111114502}
{"example_id": -4607395251988770002, "prediction": "Shanghai", "binary_answer": null, "no_answer_prob": -3.2278974056243896}
{"example_id": 4484855302328927584, "prediction": "10 Things I Hate About You", "binary_answer": null, "no_answer_prob": 2.6466403007507324}
{"example_id": -6267245747067997651, "prediction": "May 18 , 2018", "binary_answer": null, "no_answer_prob": -4.106525897979736}
{"example_id": 916797591601228011, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -7.467253088951111}
{"example_id": -4746167706563604626, "prediction": "Pan American World Airways", "binary_answer": null, "no_answer_prob": 2.255833216011524}
{"example_id": -8591817863086793622, "prediction": "The Beatles at Shea Stadium is a fifty - minute - long documentary of the Beatles ' 15 August 1965", "binary_answer": null, "no_answer_prob": 2.220509946346283}
{"example_id": -3361972665853010476, "prediction": "", "binary_answer": null, "no_answer_prob": -3.6125296354293823}
{"example_id": 171529901418671470, "prediction": "Average Name 0.451", "binary_answer": null, "no_answer_prob": -0.4199237823486328}
{"example_id": 8913935128006560403, "prediction": "", "binary_answer": null, "no_answer_prob": 4.425498723983765}
{"example_id": 6898655405321055666, "prediction": "William Shakespeare", "binary_answer": null, "no_answer_prob": -2.542009115219116}
{"example_id": -23537822290095785, "prediction": "Boston Basketball Partners LLC", "binary_answer": null, "no_answer_prob": -9.164438605308533}
{"example_id": -8274455905955852693, "prediction": "", "binary_answer": null, "no_answer_prob": -4.358181834220886}
{"example_id": 3942183868284334157, "prediction": "Hajime Isayama", "binary_answer": null, "no_answer_prob": -0.5172324180603027}
{"example_id": 5755184746406247549, "prediction": "", "binary_answer": null, "no_answer_prob": -2.609899401664734}
{"example_id": 107981149998286095, "prediction": "20 February 1868", "binary_answer": null, "no_answer_prob": -4.27008593082428}
{"example_id": 2683224513498282191, "prediction": "Dylan Baker", "binary_answer": null, "no_answer_prob": -1.6858142614364624}
{"example_id": 7383012467972536173, "prediction": "Mecca ( / \u02c8m\u025bk\u0259 / ) or Makkah", "binary_answer": null, "no_answer_prob": -0.6358038187026978}
{"example_id": -6386104809992583222, "prediction": "", "binary_answer": null, "no_answer_prob": 3.481698989868164}
{"example_id": 2644718577095419464, "prediction": "June 27 , 2018", "binary_answer": null, "no_answer_prob": -6.896702766418457}
{"example_id": -3401087906313677178, "prediction": "", "binary_answer": null, "no_answer_prob": 3.018426537513733}
{"example_id": -4828542444966239508, "prediction": "", "binary_answer": null, "no_answer_prob": 2.582287549972534}
{"example_id": -8899062602833744466, "prediction": "prime minister", "binary_answer": null, "no_answer_prob": -1.4363923072814941}
{"example_id": 5035571572881554294, "prediction": "The retroperitoneal space", "binary_answer": null, "no_answer_prob": -0.7372069358825684}
{"example_id": -9120022201243773229, "prediction": "The posterior cruciate ligament", "binary_answer": null, "no_answer_prob": -2.037950873374939}
{"example_id": -1368099010433675117, "prediction": "Toronto and other surrounding areas in Ontario , Canada", "binary_answer": null, "no_answer_prob": -4.561371326446533}
{"example_id": 6931803471869957423, "prediction": "North Carolina developed a system of representative government and local control by the early 18th century", "binary_answer": null, "no_answer_prob": -0.004993438720703125}
{"example_id": -6485068730562146384, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.60693171620369}
{"example_id": -5188348962234054398, "prediction": "", "binary_answer": null, "no_answer_prob": 5.391192436218262}
{"example_id": -7324402171371323770, "prediction": "June 7 , 2018", "binary_answer": null, "no_answer_prob": -7.685450553894043}
{"example_id": 8100989217910187737, "prediction": "1939", "binary_answer": null, "no_answer_prob": -5.909276843070984}
{"example_id": -205538350570675209, "prediction": "Lois & Clark : The New Adventures of Superman 's first season originally aired between September 12 , 1993 and May 8 , 1994", "binary_answer": null, "no_answer_prob": 3.7181406021118164}
{"example_id": 8850788301579312656, "prediction": "`` The Lion Sleeps Tonight '' is a song written and recorded originally by Solomon Linda with the Evening Birds", "binary_answer": null, "no_answer_prob": -2.6043527126312256}
{"example_id": -3744208062483548201, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6586319506168365}
{"example_id": 4864611424904346120, "prediction": "Where 's the kaboom ? There was supposed to be an Earth - shattering kaboom !", "binary_answer": null, "no_answer_prob": 5.176691636443138}
{"example_id": 3475321462112078637, "prediction": "Rehab", "binary_answer": null, "no_answer_prob": -2.3465499877929688}
{"example_id": -8279936909131625284, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": -0.7155964374542236}
{"example_id": 4300920285715516714, "prediction": "James A. Garfield", "binary_answer": null, "no_answer_prob": -8.64955735206604}
{"example_id": 645017412166141476, "prediction": "Dennis Keith Rodman", "binary_answer": null, "no_answer_prob": -7.373579144477844}
{"example_id": 3785648062581015296, "prediction": "`` Y\u016bsha , Shuraba ni Totsuny\u016b Suru ''", "binary_answer": null, "no_answer_prob": 3.8770055770874023}
{"example_id": 7602202604358501767, "prediction": "July 2016", "binary_answer": null, "no_answer_prob": -5.129122853279114}
{"example_id": 272816241411086977, "prediction": "El Capitan Theatre", "binary_answer": null, "no_answer_prob": -4.205842733383179}
{"example_id": 1097852375859651522, "prediction": "Tony ! Toni ! Ton\u00e9 !", "binary_answer": null, "no_answer_prob": -8.285589098930359}
{"example_id": -267702269310827059, "prediction": "16 October 1950", "binary_answer": null, "no_answer_prob": -0.1943751573562622}
{"example_id": 4912813542099489757, "prediction": "General George Washington and French Army troops led by the Comte de Rochambeau", "binary_answer": null, "no_answer_prob": -6.260933518409729}
{"example_id": -4859624416650129346, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9484798908233643}
{"example_id": -5551525257303804647, "prediction": "", "binary_answer": null, "no_answer_prob": 2.589632600545883}
{"example_id": 6598063736766554205, "prediction": "The Virginia Company", "binary_answer": null, "no_answer_prob": 3.6881866101175547}
{"example_id": -6930371014100116329, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4832247495651245}
{"example_id": -6279423591763024827, "prediction": "January 4 , 2010", "binary_answer": null, "no_answer_prob": -6.4089590311050415}
{"example_id": 4407131276198306820, "prediction": "", "binary_answer": null, "no_answer_prob": 5.638291358947754}
{"example_id": -3836308983050930061, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": -5.432193756103516}
{"example_id": 18023038791066416, "prediction": "February 2 , 2014", "binary_answer": null, "no_answer_prob": -4.323303937911987}
{"example_id": -1343240487337372127, "prediction": "Thirty - three amendments", "binary_answer": null, "no_answer_prob": 1.556812047958374}
{"example_id": -5023646872646809085, "prediction": "Bryce Harper", "binary_answer": null, "no_answer_prob": -0.5267987251281738}
{"example_id": -412266427104349826, "prediction": "on the shores of a tropical island", "binary_answer": null, "no_answer_prob": -0.23328876495361328}
{"example_id": -2379997633732556295, "prediction": "greenhouse gas", "binary_answer": null, "no_answer_prob": -3.313457727432251}
{"example_id": -9079462351361244101, "prediction": "Vince Lombardi", "binary_answer": null, "no_answer_prob": -6.527463734149933}
{"example_id": -3043010306828964586, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1248306222259998}
{"example_id": 4535719774280849067, "prediction": "12 : 45 PM", "binary_answer": null, "no_answer_prob": 1.4338958263397217}
{"example_id": -7025939701834433462, "prediction": "Midway Atoll", "binary_answer": null, "no_answer_prob": -4.953959941864014}
{"example_id": -4143393616706584830, "prediction": "Krystian Godlewski", "binary_answer": null, "no_answer_prob": -5.7354700565338135}
{"example_id": 2807666079394815044, "prediction": "the Congress", "binary_answer": null, "no_answer_prob": 1.2119797468185425}
{"example_id": 4335917125191156682, "prediction": "Mohorovi\u010di\u0107", "binary_answer": null, "no_answer_prob": -4.8565346002578735}
{"example_id": -4716223020492165434, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.356132924556732}
{"example_id": 8033562953590877198, "prediction": "June 20 , 2018", "binary_answer": null, "no_answer_prob": -5.638788938522339}
{"example_id": 4621684689333102352, "prediction": "The Dark Tower", "binary_answer": null, "no_answer_prob": 0.9967759847640991}
{"example_id": 3033118476905663227, "prediction": "`` Where Do We Go from Here ''", "binary_answer": null, "no_answer_prob": -0.9130582809448242}
{"example_id": 58187848798235015, "prediction": "The Pittsburgh Steelers", "binary_answer": null, "no_answer_prob": -0.6943690776824951}
{"example_id": -1928315244525946642, "prediction": "August 14 , 1938", "binary_answer": null, "no_answer_prob": -3.9917569160461426}
{"example_id": 6257268952806502264, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0996190905570984}
{"example_id": -7080067704160201816, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -2.571263074874878}
{"example_id": 3571249258802836985, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5886940956115723}
{"example_id": 3054286903521818250, "prediction": "the city of Los Angeles , California", "binary_answer": null, "no_answer_prob": -8.406846404075623}
{"example_id": 2294890317977417781, "prediction": "Pythagoras of Samos", "binary_answer": null, "no_answer_prob": 2.402928590774536}
{"example_id": -6137096914640534688, "prediction": "Dead or Alive", "binary_answer": null, "no_answer_prob": -6.107116222381592}
{"example_id": 2074109525231919974, "prediction": "", "binary_answer": null, "no_answer_prob": 2.620961010456085}
{"example_id": -5859694655713701066, "prediction": "And now you know the rest of the story . ''", "binary_answer": null, "no_answer_prob": 0.800428718328476}
{"example_id": -4590588854974950166, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5332897901535034}
{"example_id": 957402776119719443, "prediction": "September 22 , 1987", "binary_answer": null, "no_answer_prob": -3.318175435066223}
{"example_id": 6910034875550241881, "prediction": "26", "binary_answer": null, "no_answer_prob": -0.1314011812210083}
{"example_id": -2329587287338104766, "prediction": "James LaRue Avery", "binary_answer": null, "no_answer_prob": 1.1293971538543701}
{"example_id": -2972089454610261810, "prediction": "74 36 39 24 28 18 23 6 12 19 8 9 18 18 22 12 17 9 15 6 6 14 8 14 6 13", "binary_answer": null, "no_answer_prob": 0.8021613359451294}
{"example_id": 8639172140363384791, "prediction": "6.7", "binary_answer": null, "no_answer_prob": -7.328048229217529}
{"example_id": 9060680068052942681, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9373606890439987}
{"example_id": -3546962799462536024, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4698047041893005}
{"example_id": 4096708733587599194, "prediction": "", "binary_answer": null, "no_answer_prob": 6.55533841252327}
{"example_id": 4511239672186680457, "prediction": "Alluvial fans are often found in desert areas often subjected to periodic flash floods from nearby thunderstorms in local hills", "binary_answer": null, "no_answer_prob": 1.3477089405059814}
{"example_id": 1505700753776210282, "prediction": "JJ Cale", "binary_answer": null, "no_answer_prob": -2.5184026956558228}
{"example_id": -8970468362140077199, "prediction": "plastic overlays", "binary_answer": null, "no_answer_prob": 0.7616168260574341}
{"example_id": 2565760302051776503, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": 0.8200870752334595}
{"example_id": 750194787168214430, "prediction": "`` John the Revelator '' Single by Blind Willie Johnson", "binary_answer": null, "no_answer_prob": 1.5051566362380981}
{"example_id": 1581103709270230761, "prediction": "1620", "binary_answer": null, "no_answer_prob": -2.1002875566482544}
{"example_id": 762282463321800016, "prediction": "", "binary_answer": null, "no_answer_prob": 3.634050667285919}
{"example_id": -1648983066517475707, "prediction": "585", "binary_answer": null, "no_answer_prob": -1.2248561382293701}
{"example_id": 1270495885425011447, "prediction": "64", "binary_answer": null, "no_answer_prob": -3.036806583404541}
{"example_id": -6521784313032991330, "prediction": "Seasons 1 -- 4 and 10", "binary_answer": null, "no_answer_prob": 2.743865966796875}
{"example_id": -7802081240778808049, "prediction": "26 May 2018", "binary_answer": null, "no_answer_prob": -2.942608594894409}
{"example_id": 3001668569769264180, "prediction": "Belfast , Northern Ireland", "binary_answer": null, "no_answer_prob": -1.1486177444458008}
{"example_id": -88437718346179973, "prediction": "Alan Sidney Patrick Rickman", "binary_answer": null, "no_answer_prob": -7.038938760757446}
{"example_id": 1231850474743532884, "prediction": "", "binary_answer": null, "no_answer_prob": 4.493241876363754}
{"example_id": 7692174457979090470, "prediction": "The Kinks", "binary_answer": null, "no_answer_prob": -6.209887802600861}
{"example_id": -3215482549627049250, "prediction": "Arizona -- no DST Colorado Montana Utah Wyoming", "binary_answer": null, "no_answer_prob": -0.6678507328033447}
{"example_id": 744271348877706891, "prediction": "Walter Winterbottom", "binary_answer": null, "no_answer_prob": -1.3344569206237793}
{"example_id": 8485594859075875751, "prediction": "`` Jimmy Crack Corn '' or `` Blue Tail Fly", "binary_answer": null, "no_answer_prob": -2.1218096017837524}
{"example_id": 6029252637605787358, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6180284023284912}
{"example_id": 5112432004742593961, "prediction": "Kenny Rogers and Carnes", "binary_answer": null, "no_answer_prob": -6.187288880348206}
{"example_id": 8370206200732480918, "prediction": "Fred Gwynne", "binary_answer": null, "no_answer_prob": -4.080126762390137}
{"example_id": -7401198050972157231, "prediction": "July 14 , 2017", "binary_answer": null, "no_answer_prob": -3.413144826889038}
{"example_id": 3893935639544376685, "prediction": "If only I could do this , or do that . ' I think that 's why it connects with people so well . ''", "binary_answer": null, "no_answer_prob": 0.28175997734069824}
{"example_id": -4134805850518263183, "prediction": "34", "binary_answer": null, "no_answer_prob": 1.8823894262313843}
{"example_id": 816313017081449056, "prediction": "The second generation of Apple Watches were released in two tiers in September 2016 : the Apple Watch Series 1 and Apple Watch Series 2", "binary_answer": null, "no_answer_prob": 2.1002453565597534}
{"example_id": -7406434194788762546, "prediction": "58 % Enrollment Total 97,462,900 Primary 22,650,000 Secondary 2,884,400 Post secondary 1,949,000", "binary_answer": null, "no_answer_prob": -0.2967475652694702}
{"example_id": 6687770465306722473, "prediction": "The exact origin of the superstition is unknown , though it was recorded in Notes and Queries as being said by children in 1909 :", "binary_answer": null, "no_answer_prob": 1.8077194541692734}
{"example_id": -7880085720122603228, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6126303672790527}
{"example_id": -8907757002019460511, "prediction": "Onions are cultivated and used around the world", "binary_answer": null, "no_answer_prob": 0.34371721744537354}
{"example_id": -2990040889940236408, "prediction": "In the jungle , the mighty jungle , the lion sleeps tonight .", "binary_answer": null, "no_answer_prob": 1.4873346090316772}
{"example_id": 5892317276269234281, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -5.637938022613525}
{"example_id": 1696844040475304475, "prediction": "Johnny Paycheck", "binary_answer": null, "no_answer_prob": -1.7178881168365479}
{"example_id": -474091261655087088, "prediction": "The post -- World War II economic expansion , also known as the postwar economic boom , the long boom , and the Golden Age of Capitalism", "binary_answer": null, "no_answer_prob": 3.201535701751709}
{"example_id": 8110697163919095299, "prediction": "Norma Varden", "binary_answer": null, "no_answer_prob": 1.8173857927322388}
{"example_id": -5110677473958992001, "prediction": "17 miles ( 27 km )", "binary_answer": null, "no_answer_prob": -0.5125017166137695}
{"example_id": 6680118026967498095, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0912405252456665}
{"example_id": 8228803571517746422, "prediction": "28 July 1914 to 11 November 1918", "binary_answer": null, "no_answer_prob": -3.2487173080444336}
{"example_id": 6985930029933012308, "prediction": "Chris Pratt , Zoe Saldana , Dave Bautista , Vin Diesel , and Bradley Cooper", "binary_answer": null, "no_answer_prob": -2.867980480194092}
{"example_id": -8702609405102288889, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7508419156074524}
{"example_id": 5771595923531184001, "prediction": "Rob Beckett", "binary_answer": null, "no_answer_prob": -5.370410203933716}
{"example_id": 8264736259995333683, "prediction": "Spaz", "binary_answer": null, "no_answer_prob": 2.3717831522226334}
{"example_id": 6695790733375613327, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Full House season 6", "binary_answer": null, "no_answer_prob": 1.7007136344909668}
{"example_id": -258662681176178016, "prediction": "about 50 \u00b0 N to 70 \u00b0 N", "binary_answer": null, "no_answer_prob": 1.1198043897747993}
{"example_id": -1794107961908818648, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8638195991516113}
{"example_id": -6993928784378434693, "prediction": "15 September 23 , 2016 ( 2016 - 09 - 23 ) March 24 , 2017 ( 2017 - 03 - 24 )", "binary_answer": null, "no_answer_prob": -0.9706306457519531}
{"example_id": 2008527746692036960, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.890617609024048}
{"example_id": -5283728475695465793, "prediction": "James Madison of Virginia and Alexander Hamilton of New York", "binary_answer": null, "no_answer_prob": -2.8118398189544678}
{"example_id": 5321833463581393160, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4167882204055786}
{"example_id": -6317135858531588771, "prediction": "Ron Dayne Wisconsin", "binary_answer": null, "no_answer_prob": -5.153164982795715}
{"example_id": -7545981062924776406, "prediction": "Viggo Peter Mortensen Jr.", "binary_answer": null, "no_answer_prob": -4.209838390350342}
{"example_id": -2600507426779263377, "prediction": "on the Champ de Mars in Paris , France", "binary_answer": null, "no_answer_prob": -8.530219078063965}
{"example_id": 2230546991648626851, "prediction": "North Carolina", "binary_answer": null, "no_answer_prob": 1.503903329372406}
{"example_id": -8846954740518018553, "prediction": "", "binary_answer": null, "no_answer_prob": 4.914532609283924}
{"example_id": -6277935877337775315, "prediction": "September 10 , 1990", "binary_answer": null, "no_answer_prob": -6.974711060523987}
{"example_id": -9188174930677880480, "prediction": "to see the right", "binary_answer": null, "no_answer_prob": 1.4582077264785767}
{"example_id": -5423162237400745027, "prediction": "Keisha", "binary_answer": null, "no_answer_prob": -0.0184326171875}
{"example_id": -3066099181180401120, "prediction": "The Fourth Amendment", "binary_answer": null, "no_answer_prob": 3.115498960018158}
{"example_id": -7155962837299938929, "prediction": "Houston Astros", "binary_answer": null, "no_answer_prob": -1.035438060760498}
{"example_id": 6667873178026435925, "prediction": "Territory Free Pay", "binary_answer": null, "no_answer_prob": 2.9391074180603027}
{"example_id": 6022792262990235842, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0933758020401}
{"example_id": 2941278300029878738, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1748002395033836}
{"example_id": -1838600125632779285, "prediction": "Royal Birkdale Golf Club in Southport , England", "binary_answer": null, "no_answer_prob": -7.437487602233887}
{"example_id": 7941306389553725367, "prediction": "Todd Rundgren", "binary_answer": null, "no_answer_prob": -9.830078482627869}
{"example_id": -184911756683832080, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.791940093040466}
{"example_id": 497338908558145328, "prediction": "Brad Kane and Lea Salonga", "binary_answer": null, "no_answer_prob": -5.527937293052673}
{"example_id": 7700680995722114203, "prediction": "1776", "binary_answer": null, "no_answer_prob": 0.8419395685195923}
{"example_id": -8140326045816939964, "prediction": "Brian Robbins", "binary_answer": null, "no_answer_prob": -5.354808330535889}
{"example_id": 5841064461839250813, "prediction": "Film Release date Director Screenwriter ( s ) Story by Producer ( s ) Composer Initial distributor 06 Episode IV -- A New Hope", "binary_answer": null, "no_answer_prob": 0.013883113861083984}
{"example_id": -4726398276615957834, "prediction": "Sedona", "binary_answer": null, "no_answer_prob": -3.465773820877075}
{"example_id": 1246891385164730422, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5697622299194336}
{"example_id": 9031057386416185589, "prediction": "Gerald Patrick `` Jerry '' Mathers", "binary_answer": null, "no_answer_prob": -9.679833889007568}
{"example_id": -3712896968294203476, "prediction": "Issaquah , Washington", "binary_answer": null, "no_answer_prob": -3.808621406555176}
{"example_id": 7677723766575504020, "prediction": "", "binary_answer": null, "no_answer_prob": 2.240389049053192}
{"example_id": 3899175066673351094, "prediction": "Chadwick Aaron Boseman", "binary_answer": null, "no_answer_prob": -10.420074105262756}
{"example_id": -6124671108556740184, "prediction": "October 6 , 2016", "binary_answer": null, "no_answer_prob": -4.592073678970337}
{"example_id": -5052068128497132197, "prediction": "", "binary_answer": null, "no_answer_prob": 4.075949132442474}
{"example_id": 3317714975739547118, "prediction": "about 560 km ( 350 mi )", "binary_answer": null, "no_answer_prob": -0.2373185157775879}
{"example_id": -4671600072880095700, "prediction": "Ranil Wickremesinghe", "binary_answer": null, "no_answer_prob": -1.7423644065856934}
{"example_id": 1839258823869093465, "prediction": "2022", "binary_answer": null, "no_answer_prob": -0.30095839500427246}
{"example_id": 827150512332641125, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1886696219444275}
{"example_id": 6975756186521830531, "prediction": "epithelium )", "binary_answer": null, "no_answer_prob": -2.3770605325698853}
{"example_id": -4120684623067630088, "prediction": "Van Morrison", "binary_answer": null, "no_answer_prob": -2.8284380435943604}
{"example_id": -7824447339450309205, "prediction": "6 25 November 1985 4 \u00d7 Platinum 7", "binary_answer": null, "no_answer_prob": 2.188786506652832}
{"example_id": -8780292894484176676, "prediction": "Jemaine Clement", "binary_answer": null, "no_answer_prob": -2.355371594429016}
{"example_id": 426962160830558336, "prediction": "Dedrick Darnell Owens", "binary_answer": null, "no_answer_prob": -3.0545153617858887}
{"example_id": 7559284345579308010, "prediction": "Jessie J Ariana Grande Nicki Minaj", "binary_answer": null, "no_answer_prob": -1.8921427726745605}
{"example_id": 3675322691680408261, "prediction": "Will Smith", "binary_answer": null, "no_answer_prob": -6.697179675102234}
{"example_id": 5129939588255449032, "prediction": "Ethel Merman", "binary_answer": null, "no_answer_prob": -0.0818021297454834}
{"example_id": 7692472008292802219, "prediction": "", "binary_answer": null, "no_answer_prob": 4.519373297691345}
{"example_id": -8693385355405746586, "prediction": "21 October 1940", "binary_answer": null, "no_answer_prob": -7.377244472503662}
{"example_id": 9143453306264664567, "prediction": "November 7 , 2017", "binary_answer": null, "no_answer_prob": -5.676751136779785}
{"example_id": -6689717885343199417, "prediction": "Pt . Vanshidhar Shukla and composed by Ram Singh Thakuri", "binary_answer": null, "no_answer_prob": -4.384232521057129}
{"example_id": 3876920157373846712, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The neutral powers", "binary_answer": null, "no_answer_prob": 3.1396609246730804}
{"example_id": -4579915567494723731, "prediction": "Pyeongchang", "binary_answer": null, "no_answer_prob": -2.2144126892089844}
{"example_id": 356630487253212830, "prediction": "The Cathedral of the Holy Cross and Saint Eulalia", "binary_answer": null, "no_answer_prob": -3.095808982849121}
{"example_id": -2930748943982564376, "prediction": "5 September .", "binary_answer": null, "no_answer_prob": 2.154874801635742}
{"example_id": -4194574527800227004, "prediction": "Barry Gibb Robin Gibb Maurice Gibb Vince Melouney Colin Petersen", "binary_answer": null, "no_answer_prob": 0.4615707993507385}
{"example_id": -1955635597397014775, "prediction": "Plant pathology", "binary_answer": null, "no_answer_prob": 2.806213080883026}
{"example_id": 1756434004196882800, "prediction": "Kerala", "binary_answer": null, "no_answer_prob": -2.2397003173828125}
{"example_id": -6449877319654641515, "prediction": "A tradition is a belief or behavior passed down within a group or society with symbolic meaning or special significance with origins in the past", "binary_answer": null, "no_answer_prob": 1.1013964712619781}
{"example_id": 8171508182202832715, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6748982071876526}
{"example_id": -6548296721793029143, "prediction": "Bruce Hornsby and the Range", "binary_answer": null, "no_answer_prob": -7.452948093414307}
{"example_id": -8326256327754580516, "prediction": "2665 BC", "binary_answer": null, "no_answer_prob": -2.2222706079483032}
{"example_id": 9184638951333651066, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5671825408935547}
{"example_id": 106854207110967430, "prediction": "September 7 , 2017", "binary_answer": null, "no_answer_prob": -11.149599552154541}
{"example_id": 1020657763370867449, "prediction": "The Americas ( also collectively called America ) comprise the totality of the continents of North and South America", "binary_answer": null, "no_answer_prob": -0.5117319822311401}
{"example_id": -5564615262666926347, "prediction": "", "binary_answer": null, "no_answer_prob": 4.44863897562027}
{"example_id": 7151084850587138192, "prediction": "Nelson Mandela House", "binary_answer": null, "no_answer_prob": 3.046966154128313}
{"example_id": -6766692666466299776, "prediction": "", "binary_answer": null, "no_answer_prob": 5.251902595162392}
{"example_id": -1885267219772301134, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7690664529800415}
{"example_id": 83600142451142860, "prediction": "", "binary_answer": null, "no_answer_prob": 5.506468743085861}
{"example_id": -8763709709282010055, "prediction": "", "binary_answer": null, "no_answer_prob": 4.5607092678546906}
{"example_id": 1662631078236757934, "prediction": "", "binary_answer": null, "no_answer_prob": 4.070423394441605}
{"example_id": 6932988173876871081, "prediction": "The United States Supreme Court", "binary_answer": null, "no_answer_prob": 1.2355468273162842}
{"example_id": -2757389409451884407, "prediction": "Shinnecock Hills Golf Club in Shinnecock Hills , New York", "binary_answer": null, "no_answer_prob": -7.567856788635254}
{"example_id": -274926756356164034, "prediction": "", "binary_answer": null, "no_answer_prob": 2.812934160232544}
{"example_id": -5503561420155611661, "prediction": "", "binary_answer": null, "no_answer_prob": 5.0058282017707825}
{"example_id": -7257775211644639558, "prediction": "The Peak 2 Peak Gondola", "binary_answer": null, "no_answer_prob": 3.2102755904197693}
{"example_id": -5665094684428009924, "prediction": "Rick Scott Republican", "binary_answer": null, "no_answer_prob": -2.831913471221924}
{"example_id": -4146357955786193547, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.372483432292938}
{"example_id": -4085967184409691937, "prediction": "Grace Avery VanderWaal", "binary_answer": null, "no_answer_prob": -2.4332683086395264}
{"example_id": 6794927844642561619, "prediction": "Hart of Dixie", "binary_answer": null, "no_answer_prob": 1.4747055172920227}
{"example_id": 3379163765344902780, "prediction": "pneumotaxic center consisting of the subparabrachial and the medial parabrachial nuclei", "binary_answer": null, "no_answer_prob": -2.5992034673690796}
{"example_id": 7268042447892190728, "prediction": "`` Should I Stay or Should I Go '' is a song by the English punk rock band the Clash , from their album Combat Rock", "binary_answer": null, "no_answer_prob": 2.751606523990631}
{"example_id": -6080455760651479514, "prediction": "present - day Vincennes , Indiana", "binary_answer": null, "no_answer_prob": -11.106775283813477}
{"example_id": -8188376680599952517, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5653921961784363}
{"example_id": 1743932866490666356, "prediction": "October 1 , 2017 ( 2017 - 10 - 01 ) May 6 , 2018 ( 2018 - 05 - 06 )", "binary_answer": null, "no_answer_prob": 1.9200540781021118}
{"example_id": -4148243285038326302, "prediction": "`` Dancing in the Moonlight '' is a song by the French - American rock group King Harvest", "binary_answer": null, "no_answer_prob": 2.433837115764618}
{"example_id": -3550864973148060888, "prediction": "Frank Bank", "binary_answer": null, "no_answer_prob": -11.176944136619568}
{"example_id": -1742285659832299436, "prediction": "Puerto Rican Spanish", "binary_answer": null, "no_answer_prob": -9.642141103744507}
{"example_id": -2210149781296234046, "prediction": "Frederick Herzberg", "binary_answer": null, "no_answer_prob": -8.684947729110718}
{"example_id": 3485568210525314557, "prediction": "May 15 , 2017", "binary_answer": null, "no_answer_prob": 2.9756984412670135}
{"example_id": -1531672347750888731, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4723716378211975}
{"example_id": -8924857711634382199, "prediction": "the president", "binary_answer": null, "no_answer_prob": -1.9044430255889893}
{"example_id": 8085447154805337413, "prediction": "Ash Wednesday", "binary_answer": null, "no_answer_prob": -0.7814985513687134}
{"example_id": 8485237230503426088, "prediction": "Thomas & Friends ( originally known as Thomas The Tank Engine & Friends or Thomas the Tank Engine", "binary_answer": null, "no_answer_prob": 2.770394802093506}
{"example_id": -2671768930209616113, "prediction": "", "binary_answer": null, "no_answer_prob": -0.575474739074707}
{"example_id": 4570336723049550086, "prediction": "In Oedipus Rex", "binary_answer": null, "no_answer_prob": 4.612460136413574}
{"example_id": 9190891431095873447, "prediction": "Agriculture", "binary_answer": null, "no_answer_prob": -0.0834512710571289}
{"example_id": 1376171242170726803, "prediction": "The Beast", "binary_answer": null, "no_answer_prob": 1.4111068844795227}
{"example_id": -6365155489185407431, "prediction": "In the 21 tournaments held , 79", "binary_answer": null, "no_answer_prob": 0.4259340763092041}
{"example_id": 3866934035741076144, "prediction": "", "binary_answer": null, "no_answer_prob": -5.0568941831588745}
{"example_id": -5676633920880326201, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9686574935913086}
{"example_id": 7789177607900640438, "prediction": "Inverted question marks", "binary_answer": null, "no_answer_prob": -5.484893560409546}
{"example_id": -5949783439292862722, "prediction": "2002", "binary_answer": null, "no_answer_prob": -7.090487837791443}
{"example_id": 4117310771229415953, "prediction": "79.6 billion percent", "binary_answer": null, "no_answer_prob": -4.737015247344971}
{"example_id": 4030516148869596640, "prediction": "", "binary_answer": null, "no_answer_prob": 0.26703131198883057}
{"example_id": -942176090970476307, "prediction": "Act III , Scene I", "binary_answer": null, "no_answer_prob": -5.048856973648071}
{"example_id": -4967416600195818018, "prediction": "December 15 , 1955", "binary_answer": null, "no_answer_prob": -1.8538569211959839}
{"example_id": 969820171335630377, "prediction": "The Hound of the Baskervilles", "binary_answer": null, "no_answer_prob": 2.2421191930770874}
{"example_id": 129287130186939755, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7289368510246277}
{"example_id": 6519165553360845522, "prediction": "Yannick D. Bisson", "binary_answer": null, "no_answer_prob": -12.20021140575409}
{"example_id": 8883822546601273967, "prediction": "2001", "binary_answer": null, "no_answer_prob": -4.927386701107025}
{"example_id": -7498808518194805831, "prediction": "The pulmonary circulation", "binary_answer": null, "no_answer_prob": 0.46507740020751953}
{"example_id": -8652010803214010031, "prediction": "Ben Stiller as David Starsky and Owen Wilson", "binary_answer": null, "no_answer_prob": -6.691999197006226}
{"example_id": 2663098171743772194, "prediction": "The Romantics", "binary_answer": null, "no_answer_prob": -4.686696887016296}
{"example_id": -8791735237243353128, "prediction": "John Michael Montgomery", "binary_answer": null, "no_answer_prob": -9.725624322891235}
{"example_id": -8224104631199001110, "prediction": "Lightning McQueen", "binary_answer": null, "no_answer_prob": 0.9476935863494873}
{"example_id": -1543275218358747300, "prediction": "James Wayne Stafford", "binary_answer": null, "no_answer_prob": -6.894076585769653}
{"example_id": 6467169870236368861, "prediction": "The Wright brothers", "binary_answer": null, "no_answer_prob": -9.117423295974731}
{"example_id": 149048364762256067, "prediction": "26 26 October 2009 ( 2009 - 10 - 26 ) ( UK ) 16 April 2010 ( 2010 - 04 - 16 ) ( UK )", "binary_answer": null, "no_answer_prob": -2.1103925704956055}
{"example_id": -1669438852964162570, "prediction": "The song is commonly known as `` In Christ Alone ( My Hope Is Found )", "binary_answer": null, "no_answer_prob": 1.9744514226913452}
{"example_id": 6836568416587734734, "prediction": "Sefer Y\u0115h\u00f4sh\u00faa", "binary_answer": null, "no_answer_prob": -0.3930438756942749}
{"example_id": -6714949699002682945, "prediction": "1934", "binary_answer": null, "no_answer_prob": -5.57874870300293}
{"example_id": 3857840186806885888, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3857719898223877}
{"example_id": 5942430598032585685, "prediction": "Maggie Peterson Mancuso", "binary_answer": null, "no_answer_prob": -13.450535655021667}
{"example_id": -1146683346250723599, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A right triangle", "binary_answer": null, "no_answer_prob": 3.6287068128585815}
{"example_id": -2554622043054647446, "prediction": "", "binary_answer": null, "no_answer_prob": 4.311948299407959}
{"example_id": 904175359996867926, "prediction": "", "binary_answer": null, "no_answer_prob": -4.802566885948181}
{"example_id": 311760798797237165, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.8976104259490967}
{"example_id": -406531455840864444, "prediction": "Eddie Murphy", "binary_answer": null, "no_answer_prob": -6.828035354614258}
{"example_id": -9219534962922926456, "prediction": "Carl Linnaeus", "binary_answer": null, "no_answer_prob": -6.852454781532288}
{"example_id": -586065361230289598, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -1.1073960065841675}
{"example_id": 3709874743445037787, "prediction": "2.725 48 \u00b1 0.000 57 K", "binary_answer": null, "no_answer_prob": -1.2107346057891846}
{"example_id": -6054549557786652707, "prediction": "along the frontiers between New France and the British colonies , from Virginia in the south to Newfoundland in the north", "binary_answer": null, "no_answer_prob": -6.450328826904297}
{"example_id": 741857653436675445, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.21522644162178}
{"example_id": 1382001459812186727, "prediction": "Birmingham", "binary_answer": null, "no_answer_prob": -1.2428758144378662}
{"example_id": -6821372596420901543, "prediction": "The symbol derives from a capital `` L ''", "binary_answer": null, "no_answer_prob": -1.816739559173584}
{"example_id": 2429844308386530131, "prediction": "", "binary_answer": null, "no_answer_prob": 3.899869203567505}
{"example_id": -1529785580387860441, "prediction": "Sheila Hancock", "binary_answer": null, "no_answer_prob": -5.094924449920654}
{"example_id": -6514059666913433730, "prediction": "1968", "binary_answer": null, "no_answer_prob": -6.147045731544495}
{"example_id": 5283982443016238594, "prediction": "Jovanni Vazquez", "binary_answer": null, "no_answer_prob": -1.407921552658081}
{"example_id": -8763004090664727773, "prediction": "Name Seasons No. of episodes Portrayer Character summary Charles Ingalls", "binary_answer": null, "no_answer_prob": 1.1058218479156494}
{"example_id": -6192388024542625312, "prediction": "A large part of Indian coal reserve is similar to Gondwana coal", "binary_answer": null, "no_answer_prob": 2.9468579292297363}
{"example_id": 3779755686851096630, "prediction": "", "binary_answer": null, "no_answer_prob": 2.567970335483551}
{"example_id": -577321295179419353, "prediction": "In 1784 , the Spanish Crown deeded a tract of over 75,000 acres ( 300 km ) to Juan Jose Dominguez", "binary_answer": null, "no_answer_prob": 0.8430449962615967}
{"example_id": -46335305808910180, "prediction": "Venezuela", "binary_answer": null, "no_answer_prob": -1.2235450744628906}
{"example_id": 7545612960213780535, "prediction": "1947", "binary_answer": null, "no_answer_prob": -2.158985137939453}
{"example_id": -7214565946722433946, "prediction": "The main function", "binary_answer": null, "no_answer_prob": 1.8477134704589844}
{"example_id": 8077000322571261484, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0962817668914795}
{"example_id": 1736576896503641378, "prediction": "26 June 24 , 2017 ( 2017 - 06 - 24 ) TBA", "binary_answer": null, "no_answer_prob": -0.3182717561721802}
{"example_id": 526965982792109965, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": -5.024093270301819}
{"example_id": 4153098161620255396, "prediction": "mechanoreceptors", "binary_answer": null, "no_answer_prob": -0.9240710735321045}
{"example_id": 7609321275551771558, "prediction": "Randeep Rai", "binary_answer": null, "no_answer_prob": -4.821790456771851}
{"example_id": -1614300015748324062, "prediction": "`` Who Says You Ca n't Go Home '' is a song written by Jon Bon Jovi and Richie Sambora", "binary_answer": null, "no_answer_prob": 0.536002591252327}
{"example_id": -1559283490383250383, "prediction": "", "binary_answer": null, "no_answer_prob": 0.48983633518218994}
{"example_id": 6718355048893603593, "prediction": "Mac Davis", "binary_answer": null, "no_answer_prob": -8.582497537136078}
{"example_id": 5952532104131808460, "prediction": "1951", "binary_answer": null, "no_answer_prob": 0.9032362699508667}
{"example_id": -2830385203718681412, "prediction": "Liliana Mumy", "binary_answer": null, "no_answer_prob": -7.996098518371582}
{"example_id": -2601815588206305780, "prediction": "John Hickenlooper", "binary_answer": null, "no_answer_prob": -9.361653804779053}
{"example_id": 5291592625105136479, "prediction": "The Infinity Gauntlet", "binary_answer": null, "no_answer_prob": 2.1477339565753937}
{"example_id": 6367947899809681204, "prediction": "Bukka Raya I", "binary_answer": null, "no_answer_prob": -0.5085434913635254}
{"example_id": 7783757446326297710, "prediction": "", "binary_answer": null, "no_answer_prob": 3.786967098712921}
{"example_id": -2878612275776239433, "prediction": "sophisticated style of soloing based on fluid string bending and shimmering vibrato that influenced many later electric blues guitarists .", "binary_answer": null, "no_answer_prob": -1.9071054458618164}
{"example_id": -154878309545899321, "prediction": "", "binary_answer": null, "no_answer_prob": 2.739772781729698}
{"example_id": 3603047907962042392, "prediction": "1795", "binary_answer": null, "no_answer_prob": -4.006100654602051}
{"example_id": 269809616300895850, "prediction": "`` I Will Remember You ''", "binary_answer": null, "no_answer_prob": -0.5774306058883667}
{"example_id": 5386242575660267352, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -9.615827083587646}
{"example_id": -7443974290564914273, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7087953686714172}
{"example_id": 3569402629405137676, "prediction": "Part of the Politics series Party politics Political spectrum Left - wing", "binary_answer": null, "no_answer_prob": 2.105577915906906}
{"example_id": 667957236772653012, "prediction": "On Bended Knee ''", "binary_answer": null, "no_answer_prob": -2.118178606033325}
{"example_id": 1725980138343868339, "prediction": "Only two expansion franchises ( the Expos / Nationals and the Mariners", "binary_answer": null, "no_answer_prob": 1.1346267461776733}
{"example_id": -2824198489168997473, "prediction": "Japan participated in World War I", "binary_answer": null, "no_answer_prob": -0.3271375894546509}
{"example_id": 8750593904852148865, "prediction": "`` Pescetarian", "binary_answer": null, "no_answer_prob": 1.5278693940490484}
{"example_id": 6258202097923410561, "prediction": "Lake Havasu City , Arizona , United States", "binary_answer": null, "no_answer_prob": 0.596336841583252}
{"example_id": 7946920334447844195, "prediction": "between 1508 and 1512", "binary_answer": null, "no_answer_prob": -0.05294227600097656}
{"example_id": 870431404011341581, "prediction": "December 19", "binary_answer": null, "no_answer_prob": -2.4877110719680786}
{"example_id": -2378031896272479820, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7212534844875336}
{"example_id": 4776485803340846876, "prediction": "Josh Groban", "binary_answer": null, "no_answer_prob": -8.528512001037598}
{"example_id": -2086068528042365233, "prediction": "Sicily", "binary_answer": null, "no_answer_prob": -2.8578057289123535}
{"example_id": 7099358179400217854, "prediction": "California is a state in the Pacific Region", "binary_answer": null, "no_answer_prob": 0.5499141812324524}
{"example_id": 1117777537666588092, "prediction": "1 August 1993 due to cerebral hypoxia and cardiac arrest , without regaining consciousness .", "binary_answer": null, "no_answer_prob": 0.6845588684082031}
{"example_id": 4876639228548160552, "prediction": "around 80 -- 90 AD", "binary_answer": null, "no_answer_prob": -5.084428548812866}
{"example_id": 3483237682855498106, "prediction": "Kansas City Chiefs", "binary_answer": null, "no_answer_prob": -1.597286581993103}
{"example_id": -2301944692825318828, "prediction": "Dolly Parton", "binary_answer": null, "no_answer_prob": -7.727410435676575}
{"example_id": 604853429212791814, "prediction": "Golden Flashes MAC Women 's lacrosse", "binary_answer": null, "no_answer_prob": -0.16845965385437012}
{"example_id": -8673571620754144399, "prediction": "In population genetics , gene flow", "binary_answer": null, "no_answer_prob": 1.573647677898407}
{"example_id": 4827717693211948159, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0949920415878296}
{"example_id": -4761874474947648649, "prediction": "Turko - Persian Sunni Muslim empire , originating from the Qiniq branch of Oghuz Turks", "binary_answer": null, "no_answer_prob": -1.2465229034423828}
{"example_id": 8999786028468107226, "prediction": "Jacksonville at New England", "binary_answer": null, "no_answer_prob": 1.1358609199523926}
{"example_id": 741576572044897985, "prediction": "", "binary_answer": null, "no_answer_prob": 4.304836124181747}
{"example_id": 5965447391112455356, "prediction": "Sophie Turner", "binary_answer": null, "no_answer_prob": -11.301692724227905}
{"example_id": 5414312623014862708, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5079466700553894}
{"example_id": 4929932361639002137, "prediction": "", "binary_answer": null, "no_answer_prob": 4.223201751708984}
{"example_id": -5803611856434815601, "prediction": "", "binary_answer": null, "no_answer_prob": 4.295848250389099}
{"example_id": -972452256741930812, "prediction": "Diesel exhaust fluid", "binary_answer": null, "no_answer_prob": -4.749093770980835}
{"example_id": 8827148222357273358, "prediction": "John Ross", "binary_answer": null, "no_answer_prob": -2.480604648590088}
{"example_id": 4158513672259043581, "prediction": "Raleigh Studios Hollywood", "binary_answer": null, "no_answer_prob": -2.1000125408172607}
{"example_id": 1386467007190406614, "prediction": "", "binary_answer": null, "no_answer_prob": 4.217722713947296}
{"example_id": -3075546052503665847, "prediction": "A performance of the song in the studio was used as the promotional video", "binary_answer": null, "no_answer_prob": 1.2032066583633423}
{"example_id": -2828296681548756782, "prediction": "", "binary_answer": null, "no_answer_prob": -1.2559034824371338}
{"example_id": 8693569097483090148, "prediction": "Norman Greenbaum", "binary_answer": null, "no_answer_prob": -5.672654390335083}
{"example_id": -8984758864140179005, "prediction": "Emma Gwynedd Mary Chambers", "binary_answer": null, "no_answer_prob": -12.237828254699707}
{"example_id": -1509917480406038663, "prediction": "Isobel `` Izzie '' Katherine Stevens , M.D.", "binary_answer": null, "no_answer_prob": 2.9967864751815796}
{"example_id": -5304695351241467042, "prediction": "Eva Tanguay", "binary_answer": null, "no_answer_prob": -6.4177069664001465}
{"example_id": 672894189202960625, "prediction": "", "binary_answer": null, "no_answer_prob": 3.759374737739563}
{"example_id": 1107377923758642169, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5186432003974915}
{"example_id": -484153380110401622, "prediction": "June 8 , 2010", "binary_answer": null, "no_answer_prob": -8.270599484443665}
{"example_id": 3441937135807868086, "prediction": "Nelly", "binary_answer": null, "no_answer_prob": -6.113483190536499}
{"example_id": -5658908063988599530, "prediction": "Reconstruction Amendments", "binary_answer": null, "no_answer_prob": 4.03437876701355}
{"example_id": 7006867970583621194, "prediction": "", "binary_answer": null, "no_answer_prob": 4.686357855796814}
{"example_id": -3798613549797457414, "prediction": "Katharine Hepburn", "binary_answer": null, "no_answer_prob": -2.104921340942383}
{"example_id": 672899297557308978, "prediction": "`` 6th Avenue Heartache '' is a song by the American rock band The Wallflowers", "binary_answer": null, "no_answer_prob": -0.32568585872650146}
{"example_id": -3570340040806387085, "prediction": "30 miles ( 48 km ) north of Des Moines", "binary_answer": null, "no_answer_prob": -3.333275079727173}
{"example_id": 2229412532919519091, "prediction": "Frodo Baggins", "binary_answer": null, "no_answer_prob": -0.6015574932098389}
{"example_id": 6831106015389665851, "prediction": "1,237 locations ( 625 directly owned by the company , and 612", "binary_answer": null, "no_answer_prob": -1.6654140949249268}
{"example_id": -9045474746297494795, "prediction": "the episode `` Better Angels ''", "binary_answer": null, "no_answer_prob": -0.9183712005615234}
{"example_id": 1403722359988146414, "prediction": "James Dean", "binary_answer": null, "no_answer_prob": 2.293033480644226}
{"example_id": -6752982719531275085, "prediction": "Herodotus", "binary_answer": null, "no_answer_prob": 1.8812334537506104}
{"example_id": -2064892705326962203, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0669718980789185}
{"example_id": -6066370770682792765, "prediction": "Hue Jackson", "binary_answer": null, "no_answer_prob": -4.497791051864624}
{"example_id": -5155851190521267156, "prediction": "Brando Matthew Eaton", "binary_answer": null, "no_answer_prob": -6.050248980522156}
{"example_id": 6366392526256952271, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8394445180892944}
{"example_id": -8294565369311396595, "prediction": "Fez That ' 70s Show character First appearance `` That ' 70s Pilot ''", "binary_answer": null, "no_answer_prob": 1.4006859511137009}
{"example_id": 96744865645392956, "prediction": "The origin of the theme park dates back to 1920", "binary_answer": null, "no_answer_prob": -0.3546072244644165}
{"example_id": 3754454240479871417, "prediction": "Election Commission", "binary_answer": null, "no_answer_prob": -5.160052299499512}
{"example_id": 2889500240291622852, "prediction": "", "binary_answer": null, "no_answer_prob": 3.775683879852295}
{"example_id": -1950693760324928968, "prediction": "George Best", "binary_answer": null, "no_answer_prob": 1.3323087692260742}
{"example_id": 3667886163049094484, "prediction": "Saligang Batas ng Pilipinas or Konstitusyon ng Pilipinas", "binary_answer": null, "no_answer_prob": 0.8323414325714111}
{"example_id": 3602314723071611495, "prediction": "The earliest known shoes are sagebrush bark sandals dating from approximately 7000 or 8000 BC", "binary_answer": null, "no_answer_prob": -2.3766579627990723}
{"example_id": -2102830477166256032, "prediction": "The Articles of Confederation", "binary_answer": null, "no_answer_prob": -1.2764379978179932}
{"example_id": 6991608963096849020, "prediction": "", "binary_answer": null, "no_answer_prob": 4.264401435852051}
{"example_id": -6541288342091226227, "prediction": "", "binary_answer": null, "no_answer_prob": 5.0964818596839905}
{"example_id": 5414217009975450483, "prediction": "104", "binary_answer": null, "no_answer_prob": -5.462964057922363}
{"example_id": 5655057597918921524, "prediction": "Northern Lights", "binary_answer": null, "no_answer_prob": 2.831927925348282}
{"example_id": -4934991506510928885, "prediction": "Elizabeth Hamilton", "binary_answer": null, "no_answer_prob": -9.776610493659973}
{"example_id": -3803589111083218090, "prediction": "", "binary_answer": null, "no_answer_prob": -2.1665055751800537}
{"example_id": 4175167625950002804, "prediction": "Glen Oaks Club", "binary_answer": null, "no_answer_prob": -3.248609185218811}
{"example_id": -4155326542396542537, "prediction": "Karl Marx and Friedrich Engels", "binary_answer": null, "no_answer_prob": 1.6139627695083618}
{"example_id": -8702679269857101034, "prediction": "overthrow the increasingly communist government of Fidel Castro", "binary_answer": null, "no_answer_prob": -1.0162505507469177}
{"example_id": 5655722180268870284, "prediction": "1998", "binary_answer": null, "no_answer_prob": -4.286070704460144}
{"example_id": -5067561284203049827, "prediction": "Pete the Pup", "binary_answer": null, "no_answer_prob": -4.820926189422607}
{"example_id": 6428033608111316307, "prediction": "The term was first applied post World War II to the British Empire , the United States and the Soviet Union", "binary_answer": null, "no_answer_prob": -1.965308427810669}
{"example_id": -1601104511413497567, "prediction": "Sylvester", "binary_answer": null, "no_answer_prob": -2.615323305130005}
{"example_id": -6437933439629213081, "prediction": "Harold Perrineau", "binary_answer": null, "no_answer_prob": -3.533604145050049}
{"example_id": -6555500747537564434, "prediction": "Kim Dickens", "binary_answer": null, "no_answer_prob": 0.047358691692352295}
{"example_id": 7744729940727851905, "prediction": "Lobbying", "binary_answer": null, "no_answer_prob": 3.258169651031494}
{"example_id": 966713325732614572, "prediction": "Alton Glenn Miller", "binary_answer": null, "no_answer_prob": -6.305330157279968}
{"example_id": 4253077664666994229, "prediction": "", "binary_answer": null, "no_answer_prob": 3.833053231239319}
{"example_id": -872130494259802624, "prediction": "The Korean War", "binary_answer": null, "no_answer_prob": 2.918453335762024}
{"example_id": -8505549468699525781, "prediction": "Susan B. Anthony and Elizabeth Cady Stanton and the other by Lucy Stone", "binary_answer": null, "no_answer_prob": -2.0738697052001953}
{"example_id": 9117547583765518416, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The transfer window", "binary_answer": null, "no_answer_prob": 0.6173460483551025}
{"example_id": -9122833663550948917, "prediction": "", "binary_answer": null, "no_answer_prob": 4.565530061721802}
{"example_id": -1662778136463601808, "prediction": "2016", "binary_answer": null, "no_answer_prob": -5.4687724113464355}
{"example_id": 2684395157812091298, "prediction": "Toni Basil", "binary_answer": null, "no_answer_prob": -6.534087181091309}
{"example_id": -1987694139076646438, "prediction": "", "binary_answer": null, "no_answer_prob": 4.678045213222504}
{"example_id": 6990215982082182626, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2467381954193115}
{"example_id": 5017388557458413488, "prediction": "1972", "binary_answer": null, "no_answer_prob": 1.8594441413879395}
{"example_id": -465792595780356947, "prediction": "`` The Gate of the Year '' is the popular name given to a poem by Minnie Louise Haskins", "binary_answer": null, "no_answer_prob": 3.410731118172407}
{"example_id": -1184378813754055861, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -3.3273606300354004}
{"example_id": 2090453365915814272, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8733707666397095}
{"example_id": -7648200374144536908, "prediction": "21", "binary_answer": null, "no_answer_prob": -1.4612728357315063}
{"example_id": 4753902374890177077, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4332265853881836}
{"example_id": -6991308149113004196, "prediction": "", "binary_answer": null, "no_answer_prob": 4.487239718437195}
{"example_id": 2880763444157938261, "prediction": "Early Cyrillic alphabet developed during the 9th century AD at the Preslav Literary School in the First Bulgarian Empire", "binary_answer": null, "no_answer_prob": -3.6564537286758423}
{"example_id": -3999340785005931159, "prediction": "The United Nations Convention on the Rights of the Child ( commonly abbreviated as the CRC or UNCRC ) is a human rights treaty", "binary_answer": null, "no_answer_prob": -2.8320956230163574}
{"example_id": 5671921153779444824, "prediction": "2016", "binary_answer": null, "no_answer_prob": -4.452919244766235}
{"example_id": -1866919192376490688, "prediction": "Cindy Walker", "binary_answer": null, "no_answer_prob": -6.205179810523987}
{"example_id": 2104670239342855493, "prediction": "The Great Wall of China visible today largely dates from the Ming dynasty", "binary_answer": null, "no_answer_prob": 0.16874849796295166}
{"example_id": 7323463382570261703, "prediction": "`` Love Me like You Do '' is a song recorded by English singer Ellie Goulding", "binary_answer": null, "no_answer_prob": 0.8488568067550659}
{"example_id": 5233806311869193810, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8560147285461426}
{"example_id": 4033043724349287212, "prediction": "After Congress repealed the Gulf of Tonkin Resolution in January 1971 and President Richard Nixon", "binary_answer": null, "no_answer_prob": 3.1550344228744507}
{"example_id": -9075313383366644010, "prediction": "", "binary_answer": null, "no_answer_prob": 3.762149155139923}
{"example_id": 3054137131116991748, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -1.850029706954956}
{"example_id": -3699584422587947240, "prediction": "", "binary_answer": null, "no_answer_prob": -4.23432457447052}
{"example_id": -3396190534381397736, "prediction": "the Internet Protocol address ( IP address ) space and the Domain Name System ( DNS )", "binary_answer": null, "no_answer_prob": 3.541661024093628}
{"example_id": 5262585998260447722, "prediction": "J. Wellington Wimpy", "binary_answer": null, "no_answer_prob": 3.1985304057598114}
{"example_id": -1287286327202081411, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7116591930389404}
{"example_id": 7075819166056744737, "prediction": "Sean McVay", "binary_answer": null, "no_answer_prob": -8.54241931438446}
{"example_id": 6034965538645606459, "prediction": "BBC One in the United Kingdom and France 2 in France", "binary_answer": null, "no_answer_prob": -3.582857608795166}
{"example_id": 7464720165172211033, "prediction": "Fang Lu - Hao", "binary_answer": null, "no_answer_prob": -9.356629610061646}
{"example_id": -7827039102564548963, "prediction": "room temperature", "binary_answer": null, "no_answer_prob": -2.6522644758224487}
{"example_id": 8130710827224798759, "prediction": "Patriots", "binary_answer": null, "no_answer_prob": -5.500321745872498}
{"example_id": 875250213330223011, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Acid rain", "binary_answer": null, "no_answer_prob": 2.6418892443180084}
{"example_id": 8051931119581672656, "prediction": "", "binary_answer": null, "no_answer_prob": 4.715934872627258}
{"example_id": 2912621651217613487, "prediction": "Virginia", "binary_answer": null, "no_answer_prob": -5.540612697601318}
{"example_id": 4047676684850800454, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5942084789276123}
{"example_id": -3553235339366934090, "prediction": "James Baskett", "binary_answer": null, "no_answer_prob": 4.7467041015625}
{"example_id": 2625276851485102302, "prediction": "", "binary_answer": null, "no_answer_prob": 4.319166541099548}
{"example_id": -7385995621177937944, "prediction": "October 29 , 2018", "binary_answer": null, "no_answer_prob": -6.283671140670776}
{"example_id": 2051141609383316115, "prediction": "Leigh Francis", "binary_answer": null, "no_answer_prob": -10.538137912750244}
{"example_id": -2311416930445197041, "prediction": "Taxidermy", "binary_answer": null, "no_answer_prob": -1.1808401346206665}
{"example_id": 7195713096498671663, "prediction": "Charlie Rich", "binary_answer": null, "no_answer_prob": 0.13018345832824707}
{"example_id": -2612397491117336640, "prediction": "Andrew Jackson", "binary_answer": null, "no_answer_prob": -5.766873359680176}
{"example_id": -6722600341974192522, "prediction": "approximately a quarter of a million miles", "binary_answer": null, "no_answer_prob": -5.529696345329285}
{"example_id": -3588380646632343158, "prediction": "Martin Van Buren", "binary_answer": null, "no_answer_prob": -11.03799831867218}
{"example_id": 3847290807942392776, "prediction": "", "binary_answer": null, "no_answer_prob": 5.025453567504883}
{"example_id": 8593524382706982043, "prediction": "`` The Dance ''", "binary_answer": null, "no_answer_prob": 1.7276800572872162}
{"example_id": 6310756842866298896, "prediction": "`` Whosoever holds this hammer , if he be worthy , shall possess the power of Thor . ''", "binary_answer": null, "no_answer_prob": -1.9916729927062988}
{"example_id": 8775046812845610128, "prediction": "Iain Andrew Stirling", "binary_answer": null, "no_answer_prob": -4.587384104728699}
{"example_id": 5037645611919345997, "prediction": "Alexandre Gustave Eiffel", "binary_answer": null, "no_answer_prob": -7.013492703437805}
{"example_id": 1481789875562250761, "prediction": "", "binary_answer": null, "no_answer_prob": 2.697265326976776}
{"example_id": -634416071878481840, "prediction": "Star Wars : Episode I -- The Phantom Menace is a 1999", "binary_answer": null, "no_answer_prob": 0.8522887229919434}
{"example_id": 7610762145634582533, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.690264910459518}
{"example_id": 990315786436818493, "prediction": "", "binary_answer": null, "no_answer_prob": 2.739152193069458}
{"example_id": -4682860284497921325, "prediction": "", "binary_answer": null, "no_answer_prob": -2.4412753582000732}
{"example_id": 6909049231978617648, "prediction": "the lower leg", "binary_answer": null, "no_answer_prob": -1.2810513973236084}
{"example_id": -6164398113195678210, "prediction": "", "binary_answer": null, "no_answer_prob": -1.44984769821167}
{"example_id": -2117956373799487757, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4395914077758789}
{"example_id": -8252586566425185034, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3520678281784058}
{"example_id": -6211195851419312981, "prediction": "Siri ( pronounced / \u02c8s\u026a\u0259ri /", "binary_answer": null, "no_answer_prob": 0.421714186668396}
{"example_id": -5506750622164734731, "prediction": "", "binary_answer": null, "no_answer_prob": 4.284487545490265}
{"example_id": -4538267295338479338, "prediction": "Osei Tutu", "binary_answer": null, "no_answer_prob": -2.258358597755432}
{"example_id": 1716499330994551573, "prediction": "August 21 , 1959", "binary_answer": null, "no_answer_prob": -9.838391304016113}
{"example_id": -1528492373823875283, "prediction": "The Lovin ' Spoonful", "binary_answer": null, "no_answer_prob": -1.1543453931808472}
{"example_id": -14769869931251260, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2182384133338928}
{"example_id": 7023223930177667023, "prediction": "The Hues Corporation", "binary_answer": null, "no_answer_prob": 0.07402455806732178}
{"example_id": 6714980332279571793, "prediction": "38,502", "binary_answer": null, "no_answer_prob": -4.410544514656067}
{"example_id": -3030186724844645117, "prediction": "December 1 , 2016 , in North America and Europe on December 2 , and in Australia on December 3", "binary_answer": null, "no_answer_prob": 1.847602367401123}
{"example_id": -8198378858661156137, "prediction": "Gene Wilder", "binary_answer": null, "no_answer_prob": 1.5631799697875977}
{"example_id": 3661542673626480019, "prediction": "1880", "binary_answer": null, "no_answer_prob": -9.850657194852829}
{"example_id": 5430047601250840783, "prediction": "Local government", "binary_answer": null, "no_answer_prob": 1.9244906231760979}
{"example_id": 5815958513771781298, "prediction": "55 miles per hour ( 90 km / h )", "binary_answer": null, "no_answer_prob": -4.506032943725586}
{"example_id": -425185424273764741, "prediction": "22", "binary_answer": null, "no_answer_prob": -5.262095928192139}
{"example_id": 195122281550505353, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0196609497070312}
{"example_id": 6552660741986708878, "prediction": "within the Paris Basin in the north of France", "binary_answer": null, "no_answer_prob": -2.1622278690338135}
{"example_id": 1571712215724738337, "prediction": "60 miles", "binary_answer": null, "no_answer_prob": -4.605403661727905}
{"example_id": 1863258277991902131, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8542290925979614}
{"example_id": -7752319774108727339, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": -2.2671847343444824}
{"example_id": 7457627639617431907, "prediction": "Most normal cells will undergo a programmed form of rapid cell death ( apoptosis ) when critical functions are altered and malfunctioning", "binary_answer": null, "no_answer_prob": 1.6743695735931396}
{"example_id": 7295881644912577718, "prediction": "Donny Osmond", "binary_answer": null, "no_answer_prob": -11.888208270072937}
{"example_id": 2993900242277777418, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -3.9167455434799194}
{"example_id": -6180065891659725035, "prediction": "The organization did not field a winning team until 1991 , and any real success eluded them until 1995", "binary_answer": null, "no_answer_prob": 0.4100675582885742}
{"example_id": 8295230622698225689, "prediction": "`` Last night I dreamt I went to Manderley again . ''", "binary_answer": null, "no_answer_prob": 1.6457871198654175}
{"example_id": -4073933669311517629, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -5.289673447608948}
{"example_id": -1325993983442700170, "prediction": "Maybe Memories", "binary_answer": null, "no_answer_prob": 1.5248205661773682}
{"example_id": 1865056948180880738, "prediction": "28 April 2009 .", "binary_answer": null, "no_answer_prob": 1.4947093725204468}
{"example_id": 8634134016306466296, "prediction": "George Raymond Richard Martin", "binary_answer": null, "no_answer_prob": -5.553005814552307}
{"example_id": 4477300473899301723, "prediction": "", "binary_answer": null, "no_answer_prob": 4.993510365486145}
{"example_id": -7568911232192089895, "prediction": "Michael Sean `` Fitz '' Fitzpatrick", "binary_answer": null, "no_answer_prob": -10.84675943851471}
{"example_id": 2827995770229349762, "prediction": "Shania Twain", "binary_answer": null, "no_answer_prob": -7.750401854515076}
{"example_id": -5658756349967777582, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7207486629486084}
{"example_id": 1021010298012605001, "prediction": "Lyrically , `` Take Me to Church '' is a metaphor , with the protagonist comparing his lover to religion", "binary_answer": null, "no_answer_prob": -0.12394475936889648}
{"example_id": 349786527744902837, "prediction": "Marlins Park", "binary_answer": null, "no_answer_prob": -4.565736651420593}
{"example_id": -1429001353323611358, "prediction": "Chicago Bears -- Green Bay Packers Chicago Bears", "binary_answer": null, "no_answer_prob": 0.39325791597366333}
{"example_id": 2615547223969794227, "prediction": "Spruce Knob", "binary_answer": null, "no_answer_prob": -7.35053825378418}
{"example_id": 133634890519248501, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0688037872314453}
{"example_id": -817630463662302670, "prediction": "5 May 2017", "binary_answer": null, "no_answer_prob": -3.0116350650787354}
{"example_id": 2097746497003823386, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7315863743424416}
{"example_id": -4058879644260635242, "prediction": "Nigel Lythgoe Mary Murphy", "binary_answer": null, "no_answer_prob": -2.8227434158325195}
{"example_id": 3533698198876607423, "prediction": "", "binary_answer": null, "no_answer_prob": 3.857097625732422}
{"example_id": -281488856129698205, "prediction": "the Paris Sisters", "binary_answer": null, "no_answer_prob": -5.061721205711365}
{"example_id": -1054466698209518802, "prediction": "Billy Strange", "binary_answer": null, "no_answer_prob": -3.606566905975342}
{"example_id": -3871775817176635052, "prediction": "Peter Gardner Ostrum", "binary_answer": null, "no_answer_prob": -10.900442004203796}
{"example_id": 2025371200838032813, "prediction": "May 21 , 1980", "binary_answer": null, "no_answer_prob": -1.7112712860107422}
{"example_id": -2583060492047903885, "prediction": "Lynn Anderson", "binary_answer": null, "no_answer_prob": -7.9210593700408936}
{"example_id": -6660672625122117904, "prediction": "Charlie Rich", "binary_answer": null, "no_answer_prob": -2.2389864921569824}
{"example_id": -7709731845797498337, "prediction": "Cobi Jones", "binary_answer": null, "no_answer_prob": -1.9559755325317383}
{"example_id": -5208525780264155972, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8906939923763275}
{"example_id": 8757907962417456644, "prediction": "Kiwifruit", "binary_answer": null, "no_answer_prob": 4.430938243865967}
{"example_id": 5349907797505920632, "prediction": "Ringo Starr", "binary_answer": null, "no_answer_prob": -7.460113167762756}
{"example_id": 3405534468081138315, "prediction": "", "binary_answer": null, "no_answer_prob": 4.776768237352371}
{"example_id": -4081025050135057853, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0227504968643188}
{"example_id": -1826083440068911402, "prediction": "Warsaw", "binary_answer": null, "no_answer_prob": -7.053599834442139}
{"example_id": 7715375515978628627, "prediction": "", "binary_answer": null, "no_answer_prob": 4.273199379444122}
{"example_id": -641784624712602786, "prediction": "", "binary_answer": null, "no_answer_prob": 1.842784583568573}
{"example_id": -4077829129369174005, "prediction": "1994", "binary_answer": null, "no_answer_prob": -8.463865578174591}
{"example_id": -6749235213931330232, "prediction": "Phineas Quimby", "binary_answer": null, "no_answer_prob": -8.851925611495972}
{"example_id": 4653717348037177959, "prediction": "Ringo Starr", "binary_answer": null, "no_answer_prob": -3.426242232322693}
{"example_id": -2181266640545304134, "prediction": "approximately 104 km north of Kiev .", "binary_answer": null, "no_answer_prob": -3.8031357526779175}
{"example_id": -5898591850403711947, "prediction": "British soldiers and government officials , who chiselled out precious stones and lapis lazuli", "binary_answer": null, "no_answer_prob": 1.642972707748413}
{"example_id": 7794171111821551758, "prediction": "Richard Harris", "binary_answer": null, "no_answer_prob": -3.336751103401184}
{"example_id": -7452539246205728121, "prediction": "Lake Tana in Ethiopia", "binary_answer": null, "no_answer_prob": -0.6349978446960449}
{"example_id": 3231187168911288969, "prediction": "Country music singer Jody Miller", "binary_answer": null, "no_answer_prob": 3.2686678171157837}
{"example_id": -8821506701020863139, "prediction": "", "binary_answer": null, "no_answer_prob": 2.004460722208023}
{"example_id": -1627213706692595925, "prediction": "Matthew 6 : 19 and 6 : 20", "binary_answer": null, "no_answer_prob": -3.7672892808914185}
{"example_id": -816253895532715435, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7271080017089844}
{"example_id": 715990244337797436, "prediction": "Little Caesars Arena", "binary_answer": null, "no_answer_prob": -6.7912790179252625}
{"example_id": 7467545326378197784, "prediction": "Pedro Aguilera", "binary_answer": null, "no_answer_prob": 0.359851598739624}
{"example_id": -7640622037421716446, "prediction": "", "binary_answer": null, "no_answer_prob": 3.208413302898407}
{"example_id": 4679825026039475084, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5451655983924866}
{"example_id": 8707656992576219147, "prediction": "November 25 , 2002", "binary_answer": null, "no_answer_prob": -6.730402171611786}
{"example_id": -9063078585701991493, "prediction": "Staying Alive", "binary_answer": null, "no_answer_prob": -9.071240305900574}
{"example_id": 1246489462684875434, "prediction": "Lionel Richie", "binary_answer": null, "no_answer_prob": 0.3180084228515625}
{"example_id": 6559833549520707200, "prediction": "Salome ( Hebrew : \u05e9\u05dc\u05d5\u05de\u05d9\u05ea \u200e , Shelomit ) , was a follower of Jesus", "binary_answer": null, "no_answer_prob": 1.4527338147163391}
{"example_id": -4201676558247592193, "prediction": "1976 - 1983", "binary_answer": null, "no_answer_prob": 0.8869782090187073}
{"example_id": -4398049122492765173, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Privacy", "binary_answer": null, "no_answer_prob": 1.595163881778717}
{"example_id": 6583977141652157584, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8808417320251465}
{"example_id": -8852251040893984869, "prediction": "Lynn Anderson", "binary_answer": null, "no_answer_prob": -3.084323763847351}
{"example_id": 2495724841814352599, "prediction": "In electronics , a center tap ( CT )", "binary_answer": null, "no_answer_prob": -0.9376244097948074}
{"example_id": 7675681411521351516, "prediction": "Verona , Italy", "binary_answer": null, "no_answer_prob": -6.302031517028809}
{"example_id": 679229921261120621, "prediction": "gravity", "binary_answer": null, "no_answer_prob": 2.6051031947135925}
{"example_id": -5538720941989045637, "prediction": "the Browns", "binary_answer": null, "no_answer_prob": -1.2088791131973267}
{"example_id": -7038357099440704798, "prediction": "Hand sanitizer", "binary_answer": null, "no_answer_prob": 1.261069655418396}
{"example_id": 5148882599180077957, "prediction": "Rutherford Birchard Hayes", "binary_answer": null, "no_answer_prob": -10.101665139198303}
{"example_id": -7147212879637582716, "prediction": "Kim Richards", "binary_answer": null, "no_answer_prob": -4.860928177833557}
{"example_id": 3422236274660654023, "prediction": "Denver Broncos", "binary_answer": null, "no_answer_prob": -7.920385003089905}
{"example_id": -2293881360952722808, "prediction": "Swan and Dolphin resort in Orlando , Florida", "binary_answer": null, "no_answer_prob": -0.8118116855621338}
{"example_id": -7990399494587091768, "prediction": "January 9 , 2018", "binary_answer": null, "no_answer_prob": -11.414149284362793}
{"example_id": -4379969646286325024, "prediction": "May 26 , 1896", "binary_answer": null, "no_answer_prob": -2.2419513463974}
{"example_id": -8315105085924738330, "prediction": "SAE J1703 and ISO class 3 , DOT 4 to SAE J1704 and ISO class 4 , etc .", "binary_answer": null, "no_answer_prob": 0.9158929884433746}
{"example_id": 4225701602980056485, "prediction": "I 've been working on the railroad All the live - long day . I 've been working on the railroad Just to pass the time away .", "binary_answer": null, "no_answer_prob": 2.8325040340423584}
{"example_id": 3906844434692593201, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5617810487747192}
{"example_id": 6016553699819294544, "prediction": "A capsid is the protein shell of a virus . It consists of several oligomeric structural subunits made of protein called protomers", "binary_answer": null, "no_answer_prob": 0.3229559659957886}
{"example_id": 1179838931145668472, "prediction": "", "binary_answer": null, "no_answer_prob": 4.312497824430466}
{"example_id": 8812418575001430403, "prediction": "`` There 's Nothing Holdin ' Me Back ''", "binary_answer": null, "no_answer_prob": 2.6568328142166138}
{"example_id": -3579090696093321862, "prediction": "", "binary_answer": null, "no_answer_prob": 3.003727287054062}
{"example_id": -1259255228108588003, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -10.18342900276184}
{"example_id": -2553556619835069918, "prediction": "An outstanding example of glacial grooves can be found at the Glacial Grooves", "binary_answer": null, "no_answer_prob": 2.2248815298080444}
{"example_id": 5382150467612132285, "prediction": "1.5 times that of the width", "binary_answer": null, "no_answer_prob": -0.2579793930053711}
{"example_id": 652881902268734841, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5679640769958496}
{"example_id": 1156316864151081085, "prediction": "`` Theme from Schindler 's List '' -- 4 : 15 `` Jewish Town", "binary_answer": null, "no_answer_prob": 3.0073271989822388}
{"example_id": 5496739626615585038, "prediction": "1940", "binary_answer": null, "no_answer_prob": 0.3966740667819977}
{"example_id": -675453680088961188, "prediction": "the village of Guzm\u00e1n ( es ) in the region of Burgos", "binary_answer": null, "no_answer_prob": -7.1403785943984985}
{"example_id": -5844879147204136832, "prediction": "Atlanta", "binary_answer": null, "no_answer_prob": -3.5992271900177}
{"example_id": -6268596395812528097, "prediction": "`` Ride Captain Ride '' is a song recorded by the American rock band Blues Image", "binary_answer": null, "no_answer_prob": 3.4945889711380005}
{"example_id": 3876030032974523894, "prediction": "", "binary_answer": null, "no_answer_prob": 2.739811062812805}
{"example_id": -7871845376555109716, "prediction": "The plastic disc is 120 millimetres ( 4.7 in ) in diameter and 1.2 millimetres ( 0.047 in ) thick", "binary_answer": null, "no_answer_prob": 2.8733773827552795}
{"example_id": 2958353828313605385, "prediction": "Dawn featuring Tony Orlando", "binary_answer": null, "no_answer_prob": -2.0202412605285645}
{"example_id": -1146530736011136695, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7786273956298828}
{"example_id": 7665910480657912142, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0952964425086975}
{"example_id": -1679795115520330908, "prediction": "Frantz Omar Fanon", "binary_answer": null, "no_answer_prob": 0.7757358551025391}
{"example_id": -5634304154843921463, "prediction": "The word tonir", "binary_answer": null, "no_answer_prob": 2.1184303760528564}
{"example_id": -1319649291276904261, "prediction": "Johnny Nash", "binary_answer": null, "no_answer_prob": -2.269137978553772}
{"example_id": -8645961799559821073, "prediction": "1957", "binary_answer": null, "no_answer_prob": -5.052964925765991}
{"example_id": 961689530123685125, "prediction": "", "binary_answer": null, "no_answer_prob": 4.034830451011658}
{"example_id": -1964362390825368950, "prediction": "Alabama Alaska", "binary_answer": null, "no_answer_prob": 0.5128697156906128}
{"example_id": -6313408953245707400, "prediction": "The Lapita were expert seafarers and navigators", "binary_answer": null, "no_answer_prob": 0.7043925523757935}
{"example_id": 6108723633394884873, "prediction": "", "binary_answer": null, "no_answer_prob": 4.922330379486084}
{"example_id": 549687998310225047, "prediction": "", "binary_answer": null, "no_answer_prob": 3.429780960083008}
{"example_id": -5967027131695331627, "prediction": "", "binary_answer": null, "no_answer_prob": 0.31745725870132446}
{"example_id": 1039034487710022861, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4988843202590942}
{"example_id": 8860171610925622954, "prediction": "1923", "binary_answer": null, "no_answer_prob": -3.786118745803833}
{"example_id": -5764400095751515490, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -11.610830187797546}
{"example_id": -5947523516492120688, "prediction": "New Seekers and by The Hillside Singers", "binary_answer": null, "no_answer_prob": 1.8577676713466644}
{"example_id": 706436158507269356, "prediction": "Los Angeles Rams and Los Angeles Chargers", "binary_answer": null, "no_answer_prob": 0.505954384803772}
{"example_id": -5619970964515082772, "prediction": "Samuel Wright", "binary_answer": null, "no_answer_prob": -3.476356863975525}
{"example_id": -17314878580916020, "prediction": "Alice Cooper", "binary_answer": null, "no_answer_prob": -2.069994568824768}
{"example_id": -3328538897590039980, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3145423531532288}
{"example_id": 7511297383857077993, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7765817642211914}
{"example_id": 7917904316438471635, "prediction": "Notre Dame", "binary_answer": null, "no_answer_prob": -3.217893123626709}
{"example_id": 924513481068797640, "prediction": "Europe", "binary_answer": null, "no_answer_prob": -7.8029526472091675}
{"example_id": -6446069137791333046, "prediction": "Nancy Sinatra", "binary_answer": null, "no_answer_prob": -2.9101791381835938}
{"example_id": 8207458569785267153, "prediction": "Laura Elizabeth `` Laurie '' Metcalf", "binary_answer": null, "no_answer_prob": -4.437318205833435}
{"example_id": 4630954451659651875, "prediction": "Urie Bronfenbrenner", "binary_answer": null, "no_answer_prob": 1.4301066398620605}
{"example_id": 5164592429866749544, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -5.1500314474105835}
{"example_id": -4186019738572252741, "prediction": "fifteen miles", "binary_answer": null, "no_answer_prob": -0.18162298202514648}
{"example_id": 3051930912491995402, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0071832351386547}
{"example_id": -4751404676967078067, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6401201635599136}
{"example_id": 6310573734645687055, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -2.8631293773651123}
{"example_id": -3626536403950874804, "prediction": "The fourth season", "binary_answer": null, "no_answer_prob": 0.946414589881897}
{"example_id": 4309266466167509886, "prediction": "", "binary_answer": null, "no_answer_prob": -2.143232822418213}
{"example_id": -4495328055547426427, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4367328882217407}
{"example_id": -2216801673481192730, "prediction": "The Cooper Union for the Advancement of Science and Art , commonly known as Cooper Union", "binary_answer": null, "no_answer_prob": 0.5370742976665497}
{"example_id": 8125336020284856153, "prediction": "Washington Irving", "binary_answer": null, "no_answer_prob": -5.539744853973389}
{"example_id": 876941982548830063, "prediction": "176.0 cm ( 5 ft 9 \u2044 in )", "binary_answer": null, "no_answer_prob": -3.33329439163208}
{"example_id": 2119644948921267016, "prediction": "August 1901 to April 1902", "binary_answer": null, "no_answer_prob": -2.557835340499878}
{"example_id": 1286380231021037357, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3629575967788696}
{"example_id": 4077698931842467403, "prediction": "Harry Nilsson", "binary_answer": null, "no_answer_prob": -6.157652020454407}
{"example_id": 14895964814832452, "prediction": "Edward Elgar", "binary_answer": null, "no_answer_prob": -13.131046056747437}
{"example_id": -4805310768696212776, "prediction": "I Got Dem Ol ' Kozmic Blues Again Mama ! is a 1969", "binary_answer": null, "no_answer_prob": 0.8320359885692596}
{"example_id": -4520214802906419520, "prediction": "1994", "binary_answer": null, "no_answer_prob": -8.423129558563232}
{"example_id": -4480182871594501325, "prediction": "`` Breakfast at Tiffany 's ''", "binary_answer": null, "no_answer_prob": 5.393922835588455}
{"example_id": -2489994918360086932, "prediction": "Klemens von Metternich", "binary_answer": null, "no_answer_prob": -2.320459723472595}
{"example_id": 594222858356078135, "prediction": "The Messi -- Ronaldo rivalry", "binary_answer": null, "no_answer_prob": -1.3737598061561584}
{"example_id": -8938866779244492178, "prediction": "Horse Nonsense as `` How I Brought the Good News from Aix to Ghent ( or Vice Versa ) '' .", "binary_answer": null, "no_answer_prob": -3.8673675060272217}
{"example_id": -1711577940839725776, "prediction": "James Gregory `` Greg '' Vaughan , Jr.", "binary_answer": null, "no_answer_prob": -7.888896405696869}
{"example_id": 1787882644795305786, "prediction": "Clay is almost killed when the Mayans", "binary_answer": null, "no_answer_prob": 0.253798246383667}
{"example_id": -4788901357154195989, "prediction": "`` Showdown", "binary_answer": null, "no_answer_prob": -1.9566974639892578}
{"example_id": -1489938614874981963, "prediction": "two parents , and their three children born on the same day as their father 's birthday . This Is Us is filmed in Los Angeles .", "binary_answer": null, "no_answer_prob": 0.026338696479797363}
{"example_id": 6388557179784444555, "prediction": "Atlanta , Baltimore , Chicago", "binary_answer": null, "no_answer_prob": 1.5563464164733887}
{"example_id": -6431116542265960707, "prediction": "", "binary_answer": null, "no_answer_prob": 5.206084609031677}
{"example_id": -5074863101224855995, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9870741963386536}
{"example_id": 503051729979609477, "prediction": "Mike Campbell 2018 -- lead guitar Neil Finn rhythm guitar vocals", "binary_answer": null, "no_answer_prob": -1.690040111541748}
{"example_id": -9119513683886873211, "prediction": "The intersection has been known as `` Monkey Junction ''", "binary_answer": null, "no_answer_prob": -3.509477138519287}
{"example_id": -2406098598135251491, "prediction": "29 July 1954 in the United Kingdom .", "binary_answer": null, "no_answer_prob": 4.172914490103722}
{"example_id": -915741413236354465, "prediction": "1909", "binary_answer": null, "no_answer_prob": 0.6431350409984589}
{"example_id": -4142079244791168372, "prediction": "Germany", "binary_answer": null, "no_answer_prob": -5.952301621437073}
{"example_id": -2092231050480220754, "prediction": "`` Break a leg '' is an idiom in theatre used to wish a performer `` good luck '' in an ironic way", "binary_answer": null, "no_answer_prob": 0.393576979637146}
{"example_id": 1573871199167873730, "prediction": "approximately 10 miles ( 16 km ) east of downtown San Bernardino .", "binary_answer": null, "no_answer_prob": -0.9577185809612274}
{"example_id": -2516801627420415432, "prediction": "Dick Grayson", "binary_answer": null, "no_answer_prob": -0.379009485244751}
{"example_id": -3650467945109421798, "prediction": "Kit Chan", "binary_answer": null, "no_answer_prob": -6.480119347572327}
{"example_id": -4565960426615421529, "prediction": "Six Characters in Search of an Author ( Italian : Sei personaggi in cerca d'autore", "binary_answer": null, "no_answer_prob": 2.1911656856536865}
{"example_id": -1853240722525421979, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6724166870117188}
{"example_id": -4078458017368770560, "prediction": "Thomas Jefferson et al.", "binary_answer": null, "no_answer_prob": -4.9495309591293335}
{"example_id": -2617693418165058091, "prediction": "Area code 207 is the North American telephone area code for the state of Maine", "binary_answer": null, "no_answer_prob": -1.7956676483154297}
{"example_id": -5038272390276378872, "prediction": "1876", "binary_answer": null, "no_answer_prob": -4.692612528800964}
{"example_id": -8271282859243007079, "prediction": "two centuries of peace between the United States and Britain", "binary_answer": null, "no_answer_prob": -1.5890765190124512}
{"example_id": -8419184629972697056, "prediction": "", "binary_answer": null, "no_answer_prob": 5.167825222015381}
{"example_id": 8460137584444209436, "prediction": "Muhammadu Buhari", "binary_answer": null, "no_answer_prob": -3.7918823957443237}
{"example_id": -527084001250941328, "prediction": "Reincarnation", "binary_answer": null, "no_answer_prob": -2.000425934791565}
{"example_id": -3377588718307480778, "prediction": "", "binary_answer": null, "no_answer_prob": -4.0077913999557495}
{"example_id": -5561636388268061837, "prediction": "Miss Ellie", "binary_answer": null, "no_answer_prob": -4.559480786323547}
{"example_id": 9040145902542781150, "prediction": "", "binary_answer": null, "no_answer_prob": 6.167183488607407}
{"example_id": -506060975415377315, "prediction": "", "binary_answer": null, "no_answer_prob": 4.512396574020386}
{"example_id": 4688748172320633970, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8967584371566772}
{"example_id": -7551002558353070355, "prediction": "Carli Lloyd Houston Dash", "binary_answer": null, "no_answer_prob": -6.928112506866455}
{"example_id": -8621141197968136630, "prediction": "Scott Daniel Servais", "binary_answer": null, "no_answer_prob": -10.197048902511597}
{"example_id": -8462610305660843238, "prediction": "July 12 , 1976", "binary_answer": null, "no_answer_prob": 2.261178970336914}
{"example_id": -193455284029464323, "prediction": "159.6 cm ( 5 ft 3 in )", "binary_answer": null, "no_answer_prob": 0.18940377235412598}
{"example_id": -3131899867408123689, "prediction": "Daya", "binary_answer": null, "no_answer_prob": -9.921354234218597}
{"example_id": -7855513425328128285, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -6.692460060119629}
{"example_id": -7812576010866355037, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8895870447158813}
{"example_id": 2323662310058168850, "prediction": "Whitesnake", "binary_answer": null, "no_answer_prob": -4.739781498908997}
{"example_id": 2208788560687158021, "prediction": "The Great Migration", "binary_answer": null, "no_answer_prob": -0.769115686416626}
{"example_id": -8102922300054732873, "prediction": "", "binary_answer": null, "no_answer_prob": 4.153567671775818}
{"example_id": 4476606369816122346, "prediction": "Hartsfield -- Jackson Atlanta International Airport", "binary_answer": null, "no_answer_prob": -0.21076858043670654}
{"example_id": 5687139768598521226, "prediction": "", "binary_answer": null, "no_answer_prob": 3.690953314304352}
{"example_id": -4179986337643371482, "prediction": "The New Economic Policy", "binary_answer": null, "no_answer_prob": 1.1075291633605957}
{"example_id": -9152520301716701739, "prediction": "", "binary_answer": null, "no_answer_prob": 2.538504123687744}
{"example_id": 376528509830503174, "prediction": "", "binary_answer": null, "no_answer_prob": 2.839353770017624}
{"example_id": -6372203262591242742, "prediction": "Ross Aaron Malinger", "binary_answer": null, "no_answer_prob": -5.381767630577087}
{"example_id": 4527672267267779587, "prediction": "United States", "binary_answer": null, "no_answer_prob": -5.751509666442871}
{"example_id": -398695217292310666, "prediction": "the United States federal government", "binary_answer": null, "no_answer_prob": 2.0479092597961426}
{"example_id": 5184234311442514658, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -9.7426438331604}
{"example_id": -1681229050099407904, "prediction": "in the Roman Catholic Diocese of Lincoln", "binary_answer": null, "no_answer_prob": -5.278639793395996}
{"example_id": -3606813104507503060, "prediction": "James", "binary_answer": null, "no_answer_prob": -3.8532116413116455}
{"example_id": 337668016004196187, "prediction": "2012", "binary_answer": null, "no_answer_prob": -1.251978576183319}
{"example_id": -9078306006144333844, "prediction": "1623 and 1627", "binary_answer": null, "no_answer_prob": -1.748817801475525}
{"example_id": 3468127131561886641, "prediction": "Standard atomic weight ( abridged , conventional * ) 5 6 7 8 9 10 11 12 13 14 15 16 17 18", "binary_answer": null, "no_answer_prob": 0.335493803024292}
{"example_id": -3005016435465345783, "prediction": "Bobby Scott and Bob Russell", "binary_answer": null, "no_answer_prob": -3.830265522003174}
{"example_id": 3569919761924067535, "prediction": "", "binary_answer": null, "no_answer_prob": 4.049172759056091}
{"example_id": -792092847943063236, "prediction": "Educational psychology", "binary_answer": null, "no_answer_prob": 2.198693871498108}
{"example_id": 779420432171860520, "prediction": "", "binary_answer": null, "no_answer_prob": 4.113027036190033}
{"example_id": 4412615293667765975, "prediction": "`` Stress Relief", "binary_answer": null, "no_answer_prob": -1.2960747480392456}
{"example_id": -5545266771249945753, "prediction": "On July 21 , 2016 at San Diego Comic - Con International , it was announced that Brewster will be returning in season 12", "binary_answer": null, "no_answer_prob": -3.6067519187927246}
{"example_id": 8826064109497482384, "prediction": "Judi Dench and Geoffrey Palmer", "binary_answer": null, "no_answer_prob": -2.804839253425598}
{"example_id": 9078744492958649205, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.0868407487869263}
{"example_id": 7533653815351529887, "prediction": "Foraging", "binary_answer": null, "no_answer_prob": 1.831764578819275}
{"example_id": -8467217434960192345, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3121779039502144}
{"example_id": -2001187596775416912, "prediction": "Iron Butterfly", "binary_answer": null, "no_answer_prob": -8.051501750946045}
{"example_id": 1831078774828813945, "prediction": "", "binary_answer": null, "no_answer_prob": 3.982923150062561}
{"example_id": 1425832387047071733, "prediction": "late 6th century BCE", "binary_answer": null, "no_answer_prob": -0.21291422843933105}
{"example_id": -1893873438724979581, "prediction": "7", "binary_answer": null, "no_answer_prob": 1.7995929718017578}
{"example_id": -5168092432397841243, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -11.067604422569275}
{"example_id": 499367910851448785, "prediction": "sugar production ( 16th -- 18th centuries ) ; and finally on gold and diamond mining", "binary_answer": null, "no_answer_prob": -6.433355331420898}
{"example_id": 4411672003276898792, "prediction": "Gabrielle - Suzanne Barbot de Villeneuve", "binary_answer": null, "no_answer_prob": -7.258895754814148}
{"example_id": -7714905599362108997, "prediction": "1492", "binary_answer": null, "no_answer_prob": -4.422447204589844}
{"example_id": -6191164151568654127, "prediction": "I Walk the Line", "binary_answer": null, "no_answer_prob": 3.4303274750709534}
{"example_id": -1678256283176622444, "prediction": "April 11 , 1899", "binary_answer": null, "no_answer_prob": -8.034396886825562}
{"example_id": -7424090992309410555, "prediction": "December 20 , 2019", "binary_answer": null, "no_answer_prob": 2.5210715532302856}
{"example_id": -9222251878653584545, "prediction": "Sterling Price Holloway Jr .", "binary_answer": null, "no_answer_prob": -11.209169268608093}
{"example_id": -281998146715008134, "prediction": "Free", "binary_answer": null, "no_answer_prob": -7.035444498062134}
{"example_id": -9076370692976190839, "prediction": "June 13 , 2017", "binary_answer": null, "no_answer_prob": -5.600341796875}
{"example_id": -5357805991340028761, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7705281972885132}
{"example_id": -2177670412046688136, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9011796712875366}
{"example_id": -4495078205974002028, "prediction": "imli pani", "binary_answer": null, "no_answer_prob": 0.08249640464782715}
{"example_id": 612835151121785970, "prediction": "", "binary_answer": null, "no_answer_prob": 4.9848907589912415}
{"example_id": 5040434480532723839, "prediction": "", "binary_answer": null, "no_answer_prob": -0.09879326820373535}
{"example_id": 3367971903914157472, "prediction": "`` Blowin ' in the Wind ''", "binary_answer": null, "no_answer_prob": 3.0888397693634033}
{"example_id": -4991729668082314408, "prediction": "Darci Lynne Farmer", "binary_answer": null, "no_answer_prob": -2.018801689147949}
{"example_id": 116003395979815010, "prediction": "2033 .", "binary_answer": null, "no_answer_prob": 4.763690771535039}
{"example_id": 2597571126009322521, "prediction": "1939", "binary_answer": null, "no_answer_prob": -3.1734310388565063}
{"example_id": 1980141303211533084, "prediction": "U.S. Route 81 Route information Length 1,220 mi", "binary_answer": null, "no_answer_prob": 1.2778854370117188}
{"example_id": -2628404309917279303, "prediction": "", "binary_answer": null, "no_answer_prob": 5.6373453959822655}
{"example_id": 8949382411371180482, "prediction": "1 November 1955", "binary_answer": null, "no_answer_prob": -6.913987040519714}
{"example_id": -1594642028367455785, "prediction": "The Lower Mainland", "binary_answer": null, "no_answer_prob": -3.036078929901123}
{"example_id": 2821997138793050066, "prediction": "Kenneth Howard Norton", "binary_answer": null, "no_answer_prob": -3.3825128078460693}
{"example_id": 766177566415614867, "prediction": "Jefferson Davis", "binary_answer": null, "no_answer_prob": -4.940014362335205}
{"example_id": 7532770548507049476, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0123362839221954}
{"example_id": 562845219729248470, "prediction": "December 22 , 1882", "binary_answer": null, "no_answer_prob": -2.3541035652160645}
{"example_id": -7206565720058918781, "prediction": "Edward Raymond Turner", "binary_answer": null, "no_answer_prob": -2.4453920125961304}
{"example_id": 8887113180791602199, "prediction": "a shift to a diversified and knowledge - based economy", "binary_answer": null, "no_answer_prob": -0.589102029800415}
{"example_id": 854864674245683514, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -3.992396354675293}
{"example_id": -7044953651287195370, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3058813214302063}
{"example_id": 6401433163708814540, "prediction": "", "binary_answer": null, "no_answer_prob": 3.962002918124199}
{"example_id": 7750567004360684024, "prediction": "Nancy Sinatra", "binary_answer": null, "no_answer_prob": -6.473084807395935}
{"example_id": 823539359196494470, "prediction": "The composition and powers of the House are established by Article One of the United States Constitution", "binary_answer": null, "no_answer_prob": 3.571045756340027}
{"example_id": -1011627815845283524, "prediction": "", "binary_answer": null, "no_answer_prob": 3.201670490205288}
{"example_id": -2063915997175470045, "prediction": "Scottish / Hispanic origin", "binary_answer": null, "no_answer_prob": -6.422676920890808}
{"example_id": -261620323803487359, "prediction": "25 miles ( 40 km ) northeast of Dayton . Springfield is home to Wittenberg University , a liberal arts college .", "binary_answer": null, "no_answer_prob": -3.690601944923401}
{"example_id": 4475409441720580005, "prediction": "2011", "binary_answer": null, "no_answer_prob": -2.4959810450673103}
{"example_id": 2487415240671965852, "prediction": "243", "binary_answer": null, "no_answer_prob": -1.3938795328140259}
{"example_id": 3359823929642729018, "prediction": "Burgoyne 's defeat had drastic consequences ; France formally allied with the Americans and entered the war in 1778 , and Spain", "binary_answer": null, "no_answer_prob": 3.3117810785770416}
{"example_id": -3380359748048927226, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8415808975696564}
{"example_id": 6844379257353804986, "prediction": "`` It 's a Long Way to Tipperary ''", "binary_answer": null, "no_answer_prob": 1.2891966104507446}
{"example_id": -2894384714908230684, "prediction": "Edward Allen Harris", "binary_answer": null, "no_answer_prob": -7.466695547103882}
{"example_id": 3510212856752215280, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5718023777008057}
{"example_id": -671343286763224953, "prediction": "", "binary_answer": null, "no_answer_prob": 4.200455129146576}
{"example_id": 2449615471253129371, "prediction": "Australia", "binary_answer": null, "no_answer_prob": -9.22659718990326}
{"example_id": -3806684492746395313, "prediction": "May 21 , 1980", "binary_answer": null, "no_answer_prob": -5.371713757514954}
{"example_id": -826978943728327674, "prediction": "Since the office was established in 1789 , 44", "binary_answer": null, "no_answer_prob": 2.267003059387207}
{"example_id": 6261197571272296736, "prediction": "", "binary_answer": null, "no_answer_prob": 5.214079141616821}
{"example_id": -3224710756797613799, "prediction": "13 May 1787", "binary_answer": null, "no_answer_prob": -6.45990777015686}
{"example_id": 8591121950961053247, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8785992860794067}
{"example_id": 8585212527779664827, "prediction": "Margaret Brainard Hamilton", "binary_answer": null, "no_answer_prob": -7.778069496154785}
{"example_id": -3667106718800589210, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5387978553771973}
{"example_id": 4676183643944474546, "prediction": "Phil Collins", "binary_answer": null, "no_answer_prob": -9.735792994499207}
{"example_id": -6907498135308582310, "prediction": "South Korean singer Jang Sa - ik", "binary_answer": null, "no_answer_prob": -3.6783485412597656}
{"example_id": -4169866620831011813, "prediction": "", "binary_answer": null, "no_answer_prob": 1.246960997581482}
{"example_id": 7894058635465180577, "prediction": "Augustus", "binary_answer": null, "no_answer_prob": -3.0497686862945557}
{"example_id": -5410383701059565176, "prediction": "", "binary_answer": null, "no_answer_prob": 3.046567425131798}
{"example_id": 6448746358073143708, "prediction": "experimental physicist", "binary_answer": null, "no_answer_prob": -2.4588669538497925}
{"example_id": -7136429652932012662, "prediction": "Anaheim , California", "binary_answer": null, "no_answer_prob": -2.0959696769714355}
{"example_id": -3480941453199535714, "prediction": "`` Renewal ''", "binary_answer": null, "no_answer_prob": 1.0225515365600586}
{"example_id": -2198053824289529708, "prediction": "Julia Louis - Dreyfus", "binary_answer": null, "no_answer_prob": -5.828059196472168}
{"example_id": -1083525509793753511, "prediction": "Player Major Titles Career Slams Masters U.S. Open The Open PGA Jack Nicklaus", "binary_answer": null, "no_answer_prob": 0.09668445587158203}
{"example_id": 4964311564435734287, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8255038857460022}
{"example_id": 7700101852748913952, "prediction": "Tara", "binary_answer": null, "no_answer_prob": -1.563137412071228}
{"example_id": -1612340382170418321, "prediction": "Lee Greenwood", "binary_answer": null, "no_answer_prob": -8.038839995861053}
{"example_id": 6870653102077594046, "prediction": "", "binary_answer": null, "no_answer_prob": 2.380315899848938}
{"example_id": 3656450990094647942, "prediction": "6", "binary_answer": null, "no_answer_prob": -2.2891464233398438}
{"example_id": -794096790802218025, "prediction": "California", "binary_answer": null, "no_answer_prob": -1.6057744026184082}
{"example_id": 1913726405280646717, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.7516140043735504}
{"example_id": -2751676476078899237, "prediction": "Amygdala", "binary_answer": null, "no_answer_prob": 0.33581578731536865}
{"example_id": 7644523754903587252, "prediction": "Aragorn Arwen", "binary_answer": null, "no_answer_prob": 0.2935824394226074}
{"example_id": -492805729779315251, "prediction": "2008", "binary_answer": null, "no_answer_prob": -2.729952335357666}
{"example_id": 7246717706463436524, "prediction": "John de Lancie", "binary_answer": null, "no_answer_prob": -11.056885957717896}
{"example_id": -610232584691505899, "prediction": "May 18 , 1980", "binary_answer": null, "no_answer_prob": -3.526712656021118}
{"example_id": 2779459864961176863, "prediction": "January 24 , 2016", "binary_answer": null, "no_answer_prob": -7.643479824066162}
{"example_id": -5761132518588880810, "prediction": "Chip Foose", "binary_answer": null, "no_answer_prob": -1.3160320520401}
{"example_id": 645362366702436728, "prediction": "on the southern coast of the Salerno Gulf on the Tyrrhenian Sea , located in the Province of Salerno of southern Italy", "binary_answer": null, "no_answer_prob": -3.487898826599121}
{"example_id": -8234698591634883999, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1963337659835815}
{"example_id": 8799897893210095012, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8204437643289566}
{"example_id": -3552996599727006082, "prediction": "House of Burgesses", "binary_answer": null, "no_answer_prob": -0.15071916580200195}
{"example_id": 7461033647795312350, "prediction": "The MTV Europe Music Awards", "binary_answer": null, "no_answer_prob": -1.9007147550582886}
{"example_id": 7976100939875308597, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5310840159654617}
{"example_id": 2512859891032865066, "prediction": "Babar the Elephant", "binary_answer": null, "no_answer_prob": 0.709125280380249}
{"example_id": 5802522646802594877, "prediction": "Badfinger", "binary_answer": null, "no_answer_prob": -3.008060336112976}
{"example_id": 3153562046052165539, "prediction": "24 months to 36 months", "binary_answer": null, "no_answer_prob": 0.09450173377990723}
{"example_id": 4801334013219642072, "prediction": "Mycenaean Greece ( or Mycenaean civilization ) was the last phase of the Bronze Age in Ancient Greece", "binary_answer": null, "no_answer_prob": -2.5591392517089844}
{"example_id": 376321246942423050, "prediction": "Serzh Sargsyan", "binary_answer": null, "no_answer_prob": -7.311425566673279}
{"example_id": 1111434664120048441, "prediction": "Millennium", "binary_answer": null, "no_answer_prob": 2.7437573075294495}
{"example_id": -876942554822623829, "prediction": "The Texas Revolution", "binary_answer": null, "no_answer_prob": 4.444914698600769}
{"example_id": -4401389993546378343, "prediction": "", "binary_answer": null, "no_answer_prob": 2.904296875}
{"example_id": -3289400004644541010, "prediction": "Sarah Hill", "binary_answer": null, "no_answer_prob": -1.6913597583770752}
{"example_id": 6498351616473686914, "prediction": "Sweet", "binary_answer": null, "no_answer_prob": -5.036477446556091}
{"example_id": 4252223079519810829, "prediction": "`` Iron Man ''", "binary_answer": null, "no_answer_prob": 2.822497010231018}
{"example_id": 8134198982106642115, "prediction": "2009", "binary_answer": null, "no_answer_prob": -3.536738395690918}
{"example_id": -943658693546072548, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The atmosphere of Earth", "binary_answer": null, "no_answer_prob": 0.6814917922019958}
{"example_id": -4229528280896416939, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -3.7096253633499146}
{"example_id": 6001365084660145337, "prediction": "", "binary_answer": null, "no_answer_prob": 4.220904469490051}
{"example_id": 2403539739622541523, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -8.45310640335083}
{"example_id": 8022728242679087178, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6041805744171143}
{"example_id": 9213479619370300325, "prediction": "According to the Hebrew Bible , the Tribe of Manasseh", "binary_answer": null, "no_answer_prob": 0.20094835758209229}
{"example_id": -7965496774017058056, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6622457504272461}
{"example_id": 82485180180848689, "prediction": "`` Baby , Baby ( I Know You 're a Lady ) ''", "binary_answer": null, "no_answer_prob": -3.719474196434021}
{"example_id": -438209701900515346, "prediction": "The Witcher 2 : Assassins of Kings and Counter-Strike : Global Offensive", "binary_answer": null, "no_answer_prob": 1.1443302631378174}
{"example_id": 3988832442954622629, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9271583557128906}
{"example_id": -1845827591212755528, "prediction": "19 December 2001", "binary_answer": null, "no_answer_prob": -2.669524669647217}
{"example_id": 184421007200416657, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0004962682724}
{"example_id": 2398620722121614226, "prediction": "Sammy Fain", "binary_answer": null, "no_answer_prob": -6.788062572479248}
{"example_id": 1146937809197488740, "prediction": "Patrick Dempsey", "binary_answer": null, "no_answer_prob": -13.0567227602005}
{"example_id": -4255475506639406247, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5296404659748077}
{"example_id": -1175074723775913296, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5259820222854614}
{"example_id": -1115093424714215873, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -6.011769771575928}
{"example_id": 3178769903358845426, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1665491461753845}
{"example_id": -5424952061910354846, "prediction": "Jeff Flake", "binary_answer": null, "no_answer_prob": 0.2651658058166504}
{"example_id": 643314728656852062, "prediction": "Timon and Pumbaa", "binary_answer": null, "no_answer_prob": 1.8339672088623047}
{"example_id": -1725799361242446723, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6681222915649414}
{"example_id": 4071403295287634356, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2486826181411743}
{"example_id": -1092176740973405716, "prediction": "", "binary_answer": null, "no_answer_prob": -3.5066484212875366}
{"example_id": 582120899342331504, "prediction": "Dmitri Mendeleev", "binary_answer": null, "no_answer_prob": -7.437610626220703}
{"example_id": -8967415217477108072, "prediction": "The Declaration of Independence", "binary_answer": null, "no_answer_prob": 3.9421446919441223}
{"example_id": 4090027848811616140, "prediction": "Marvel vs. Capcom : Infinite", "binary_answer": null, "no_answer_prob": 2.2162715196609497}
{"example_id": -5011832630598258984, "prediction": "Pete Rose", "binary_answer": null, "no_answer_prob": -9.554317951202393}
{"example_id": 7191629737702406612, "prediction": "Del Shannon", "binary_answer": null, "no_answer_prob": -4.044839978218079}
{"example_id": -7358985108697827429, "prediction": "seven", "binary_answer": null, "no_answer_prob": 1.1384233236312866}
{"example_id": -7537969246928822061, "prediction": "`` All I Want for Christmas Is You ''", "binary_answer": null, "no_answer_prob": -1.19819974899292}
{"example_id": 7655642239586343302, "prediction": "Catherine Elise Blanchett", "binary_answer": null, "no_answer_prob": -3.2955052852630615}
{"example_id": -1241789659085435920, "prediction": "about 9 days after ovulation", "binary_answer": null, "no_answer_prob": 0.8570072650909424}
{"example_id": -9069199759855046323, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7230169773101807}
{"example_id": -6160250448003173185, "prediction": "18", "binary_answer": null, "no_answer_prob": 2.2026434019207954}
{"example_id": 3708071507835908564, "prediction": "Zoe Saldana - Perego", "binary_answer": null, "no_answer_prob": -0.25420451164245605}
{"example_id": -1925960686914652454, "prediction": "", "binary_answer": null, "no_answer_prob": 4.923257827758789}
{"example_id": 4826614782148526300, "prediction": "the holiday of Halloween", "binary_answer": null, "no_answer_prob": 3.2501662373542786}
{"example_id": 1027075212091048735, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The smoke point", "binary_answer": null, "no_answer_prob": -1.2819726467132568}
{"example_id": 3112428041931377273, "prediction": "", "binary_answer": null, "no_answer_prob": -2.534365177154541}
{"example_id": -5894682033611295801, "prediction": "Katherine Heigl", "binary_answer": null, "no_answer_prob": -11.728013157844543}
{"example_id": -7301433083598319078, "prediction": "Belgium , Panama , Tunisia , and England", "binary_answer": null, "no_answer_prob": -1.905260443687439}
{"example_id": -3500472155295618372, "prediction": "Old English : teogo\u00fea", "binary_answer": null, "no_answer_prob": 4.185245990753174}
{"example_id": -5651303686557244516, "prediction": "at 400 North Lee Street in Des Plaines , Illinois , near Chicago", "binary_answer": null, "no_answer_prob": -3.478388786315918}
{"example_id": -2881372042360971523, "prediction": "Ronald Moodnick", "binary_answer": null, "no_answer_prob": -11.647199034690857}
{"example_id": 4330661765598157231, "prediction": "", "binary_answer": null, "no_answer_prob": 3.720967710018158}
{"example_id": 1749153805712508107, "prediction": "Paul Ryan", "binary_answer": null, "no_answer_prob": -4.648040533065796}
{"example_id": 7684555518855175137, "prediction": "", "binary_answer": null, "no_answer_prob": 3.020211696624756}
{"example_id": -2559689949009684408, "prediction": "Mo Farah", "binary_answer": null, "no_answer_prob": -1.9527190923690796}
{"example_id": 5311684623057211277, "prediction": "Even though the term `` American cheese '' has a legal definition in the United States as a type of pasteurized processed cheese", "binary_answer": null, "no_answer_prob": 1.4984618425369263}
{"example_id": -1294700316371359162, "prediction": "", "binary_answer": null, "no_answer_prob": 4.342276334762573}
{"example_id": -1867806951767882180, "prediction": "Diary of a Wimpy Kid", "binary_answer": null, "no_answer_prob": 3.6872754842042923}
{"example_id": 8197296445610766137, "prediction": "John Adams", "binary_answer": null, "no_answer_prob": -4.2923455238342285}
{"example_id": 3472854172670039050, "prediction": "S&P Global Market Intelligence . The operating body , CUSIP Global Services ( CGS )", "binary_answer": null, "no_answer_prob": -4.4894737005233765}
{"example_id": 6797049968457951397, "prediction": "", "binary_answer": null, "no_answer_prob": 3.980229079723358}
{"example_id": -49159966557340986, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4656362533569336}
{"example_id": -733820955464318812, "prediction": "Jefferson Davis", "binary_answer": null, "no_answer_prob": -9.414919972419739}
{"example_id": 1325917553957964169, "prediction": "The Senior Secondary Certificate of Education ( SSCE ) ( General or Advance )", "binary_answer": null, "no_answer_prob": 3.0203417539596558}
{"example_id": 4837484655135502647, "prediction": "8 4 January 2018 ( 2018 - 01 - 04 ) 22 February 2018 ( 2018 - 02 - 22 ) 8.34", "binary_answer": null, "no_answer_prob": -4.8508992195129395}
{"example_id": 8123952012258179530, "prediction": "Trails in the Sky First Chapter", "binary_answer": null, "no_answer_prob": 1.9333830624818802}
{"example_id": 3113863758167908139, "prediction": "England", "binary_answer": null, "no_answer_prob": -1.411177635192871}
{"example_id": 1043610965911447941, "prediction": "", "binary_answer": null, "no_answer_prob": 1.329610824584961}
{"example_id": 594703128299619052, "prediction": "Horace Greeley", "binary_answer": null, "no_answer_prob": 2.834423914551735}
{"example_id": 7441155822950142482, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": -1.977286696434021}
{"example_id": 2123824162557810563, "prediction": "Peter Michael Bergman", "binary_answer": null, "no_answer_prob": -12.944093465805054}
{"example_id": -4502127178332603579, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9336114525794983}
{"example_id": 3514258269542691929, "prediction": "`` Real Gone Kid '' is a song by the Scottish rock / pop band Deacon Blue", "binary_answer": null, "no_answer_prob": -1.8347513675689697}
{"example_id": -3013012946014857790, "prediction": "The Police", "binary_answer": null, "no_answer_prob": -8.386118769645691}
{"example_id": -2193222298678955622, "prediction": "Piercing the corporate veil or lifting the corporate veil", "binary_answer": null, "no_answer_prob": 3.353036604821682}
{"example_id": -6339549143246224695, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -1.197006344795227}
{"example_id": 6080770184727760992, "prediction": "July 17 , 2018", "binary_answer": null, "no_answer_prob": -6.488720059394836}
{"example_id": 5516451956854496184, "prediction": "", "binary_answer": null, "no_answer_prob": 3.294869542121887}
{"example_id": -5470043575679977524, "prediction": "", "binary_answer": null, "no_answer_prob": 4.157685995101929}
{"example_id": -2021114858322459628, "prediction": "203,392,031", "binary_answer": null, "no_answer_prob": -4.047065377235413}
{"example_id": 4012108666165540150, "prediction": "Victoria station", "binary_answer": null, "no_answer_prob": 3.4751564264297485}
{"example_id": -6465235294348564315, "prediction": "The Trial of The Flash ''", "binary_answer": null, "no_answer_prob": 4.382268786430359}
{"example_id": 6397716912831572021, "prediction": "Sound is at the beginning of language learning", "binary_answer": null, "no_answer_prob": -0.6491343975067139}
{"example_id": -926651214898862895, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.827096462249756}
{"example_id": 538663978508954824, "prediction": "", "binary_answer": null, "no_answer_prob": 2.401197373867035}
{"example_id": -6483536096715956119, "prediction": "Joseph Williams", "binary_answer": null, "no_answer_prob": -3.469247817993164}
{"example_id": 5090924697796526511, "prediction": "Superwoman is the name of several fictional characters from DC Comics", "binary_answer": null, "no_answer_prob": 2.7654197216033936}
{"example_id": -7570921303155397452, "prediction": "Arabic and its different dialects are spoken by around 422 million speakers ( native and non-native ) in the Arab world", "binary_answer": null, "no_answer_prob": 4.195269413292408}
{"example_id": -4040598618830130431, "prediction": "", "binary_answer": null, "no_answer_prob": 3.148513376712799}
{"example_id": -7779974835214916669, "prediction": "Fastball", "binary_answer": null, "no_answer_prob": -7.294752717018127}
{"example_id": 3202742933732154184, "prediction": "Tilda Swinton", "binary_answer": null, "no_answer_prob": 1.8504106998443604}
{"example_id": 2313687436099588552, "prediction": "Ann O'Brien `` Muffet '' McGraw", "binary_answer": null, "no_answer_prob": -10.802375435829163}
{"example_id": -8280043693002484512, "prediction": "In chemistry , a nonmetal", "binary_answer": null, "no_answer_prob": 1.2116378545761108}
{"example_id": -7074643783095364688, "prediction": "1895", "binary_answer": null, "no_answer_prob": 2.6221682131290436}
{"example_id": -9199414079644647278, "prediction": "The overall outcome of the war was threefold : the trial and execution of Charles I ( 1649 )", "binary_answer": null, "no_answer_prob": -4.353430151939392}
{"example_id": -5286044365232836358, "prediction": "Sgt . Pepper 's Lonely Hearts Club Band is the eighth", "binary_answer": null, "no_answer_prob": 2.7899752855300903}
{"example_id": -3375053441391792452, "prediction": "", "binary_answer": null, "no_answer_prob": 3.431844174861908}
{"example_id": 1620419797500628089, "prediction": "Brotherhood of Man", "binary_answer": null, "no_answer_prob": -6.498886942863464}
{"example_id": -5741529748561577462, "prediction": "", "binary_answer": null, "no_answer_prob": 2.013370543718338}
{"example_id": 819207418696106881, "prediction": "1989", "binary_answer": null, "no_answer_prob": -4.158660888671875}
{"example_id": -1875919663295657683, "prediction": "Rank ( in order ) State / Territory Population ( Sept 2000 ) Population ( Sept 2017 ) Change % of Australian total New South Wales", "binary_answer": null, "no_answer_prob": 1.5609827041625977}
{"example_id": 1809500873239898501, "prediction": "", "binary_answer": null, "no_answer_prob": 3.021851420402527}
{"example_id": 1711564609413586391, "prediction": "the late 19th century", "binary_answer": null, "no_answer_prob": 0.5047931969165802}
{"example_id": 1661688694835446517, "prediction": "Kaye Ballard", "binary_answer": null, "no_answer_prob": -2.9135249853134155}
{"example_id": -5992888676394563111, "prediction": "Toby Keith Covel", "binary_answer": null, "no_answer_prob": -7.12908399105072}
{"example_id": 4325057449583460922, "prediction": "Waylon Jennings", "binary_answer": null, "no_answer_prob": -10.092657923698425}
{"example_id": 9076106153210264188, "prediction": "", "binary_answer": null, "no_answer_prob": 1.712399274110794}
{"example_id": -7945301393656685858, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.527363121509552}
{"example_id": 127621385328443399, "prediction": "Ewan MacColl", "binary_answer": null, "no_answer_prob": -9.323758959770203}
{"example_id": -8419685544731290703, "prediction": "The Kennedy Compound", "binary_answer": null, "no_answer_prob": 1.9322339296340942}
{"example_id": 7672382285224467664, "prediction": "Solomon Linda", "binary_answer": null, "no_answer_prob": -1.0777497291564941}
{"example_id": -4635604208232329702, "prediction": "1933", "binary_answer": null, "no_answer_prob": -1.1623246669769287}
{"example_id": 1115742698851788260, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.089942693710327}
{"example_id": -8678880166702838885, "prediction": "Carpenters", "binary_answer": null, "no_answer_prob": -7.757399797439575}
{"example_id": -818330539956445806, "prediction": "Goondiwindi in Queensland", "binary_answer": null, "no_answer_prob": -2.307358741760254}
{"example_id": -2608423447813104080, "prediction": "Derek is a male name . It is the English language short form of Diederik", "binary_answer": null, "no_answer_prob": -4.42170250415802}
{"example_id": -5395116691572021838, "prediction": "Heath Ledger", "binary_answer": null, "no_answer_prob": -10.4958176612854}
{"example_id": -3713620844352789604, "prediction": "`` Achy Breaky Heart ''", "binary_answer": null, "no_answer_prob": 4.0287803411483765}
{"example_id": 3476152606555347235, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3938717842102051}
{"example_id": 4544524813986313019, "prediction": "China", "binary_answer": null, "no_answer_prob": 1.7982237935066223}
{"example_id": 8324405165913086821, "prediction": "The Miracles", "binary_answer": null, "no_answer_prob": 0.19418549537658691}
{"example_id": -578247977613020425, "prediction": "", "binary_answer": null, "no_answer_prob": -2.667819619178772}
{"example_id": -9030376865812332500, "prediction": "Spectral measurements have given bubble temperatures in the range from 7003230000000000000 \u2660 2300 K", "binary_answer": null, "no_answer_prob": 1.4641004800796509}
{"example_id": -693353750476150028, "prediction": "Solomon Burke", "binary_answer": null, "no_answer_prob": -7.830429911613464}
{"example_id": 8562141097792398764, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1088935136795044}
{"example_id": -6231710256745427340, "prediction": "Peter Gardner Ostrum", "binary_answer": null, "no_answer_prob": 1.4628576040267944}
{"example_id": -8870758215289054360, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8746656179428101}
{"example_id": 1815743836097284535, "prediction": "The frontal lobe", "binary_answer": null, "no_answer_prob": 0.23169422149658203}
{"example_id": 8231711890023553268, "prediction": "Luxembourg", "binary_answer": null, "no_answer_prob": -3.9745733737945557}
{"example_id": 4899085708450794437, "prediction": "Treaty of Versailles Treaty of Peace between the Allied and Associated Powers and Germany", "binary_answer": null, "no_answer_prob": 0.34998631477355957}
{"example_id": -3806273856954608914, "prediction": "Iwan Rheon", "binary_answer": null, "no_answer_prob": -13.530779838562012}
{"example_id": 5869718724083541782, "prediction": "fifth", "binary_answer": null, "no_answer_prob": 2.6523184776306152}
{"example_id": -8582994919442244515, "prediction": "The phrase has several variants : ( The / A ) Devil ( is ) in the Detail ( s )", "binary_answer": null, "no_answer_prob": 1.220494031906128}
{"example_id": -4823366807206658748, "prediction": "12 . `` Can You Feel the Love Tonight '' ( End Title ) Elton John 4 : 01 Total length : 46 : 40", "binary_answer": null, "no_answer_prob": 0.5975348651409149}
{"example_id": 1016024632408689952, "prediction": "", "binary_answer": null, "no_answer_prob": 3.237739384174347}
{"example_id": 1442515979516912325, "prediction": "New College Worcester", "binary_answer": null, "no_answer_prob": -2.7287296056747437}
{"example_id": -1571031626000266279, "prediction": "6 June 1944", "binary_answer": null, "no_answer_prob": -7.825486421585083}
{"example_id": 1040666416278445268, "prediction": "The United Nations Convention on Contracts for the International Sale of Goods ( CISG ; the Vienna Convention", "binary_answer": null, "no_answer_prob": 0.6496555209159851}
{"example_id": -4859299708755131321, "prediction": "", "binary_answer": null, "no_answer_prob": 2.523565948009491}
{"example_id": 8942429205614838980, "prediction": "A property tax or millage rate", "binary_answer": null, "no_answer_prob": 2.9850557446479797}
{"example_id": 7140869821445500684, "prediction": "the night before the Super Bowl", "binary_answer": null, "no_answer_prob": -2.0248610973358154}
{"example_id": 7011446331114983875, "prediction": "The Vauxhall Astra is a small family car", "binary_answer": null, "no_answer_prob": 0.3397705554962158}
{"example_id": -6602051953513516895, "prediction": "Blue the dog", "binary_answer": null, "no_answer_prob": 4.551159270107746}
{"example_id": -1178316298762483823, "prediction": "1976", "binary_answer": null, "no_answer_prob": -7.2226733565330505}
{"example_id": 5445401749613648184, "prediction": "March 23 , 2018", "binary_answer": null, "no_answer_prob": 0.7127258777618408}
{"example_id": -4382266524520421815, "prediction": "two additional seasons of 18 episodes each , for a total of 36 additional episodes . The second season is set to premiere on September 26 , 2017 .", "binary_answer": null, "no_answer_prob": 0.4507155418395996}
{"example_id": -2159625781235382272, "prediction": "22 June 2012", "binary_answer": null, "no_answer_prob": 2.995244324207306}
{"example_id": -1680323273316695952, "prediction": "Howard Leslie Shore OC", "binary_answer": null, "no_answer_prob": -6.527453660964966}
{"example_id": 7920897552403897661, "prediction": "McPhee", "binary_answer": null, "no_answer_prob": -4.6670637130737305}
{"example_id": 3783165086548554212, "prediction": "Theoretical physicist Niko Jovic", "binary_answer": null, "no_answer_prob": 1.8034884929656982}
{"example_id": 6763804621758593493, "prediction": "Charlie Hunnam", "binary_answer": null, "no_answer_prob": -4.761836409568787}
{"example_id": 7120021266682175537, "prediction": "Bill Withers", "binary_answer": null, "no_answer_prob": -1.8002148866653442}
{"example_id": 2305728469630974930, "prediction": "Protestantism", "binary_answer": null, "no_answer_prob": -1.6875381469726562}
{"example_id": 6284318053965731359, "prediction": "", "binary_answer": null, "no_answer_prob": 4.626860499382019}
{"example_id": 2587786607883184601, "prediction": "Sphynx cat", "binary_answer": null, "no_answer_prob": 0.7500380277633667}
{"example_id": 8875295946305828186, "prediction": "Diadophis punctatus", "binary_answer": null, "no_answer_prob": -2.8996506929397583}
{"example_id": -3736345898015816806, "prediction": "`` ... Baby One More Time ''", "binary_answer": null, "no_answer_prob": 4.6487837433815}
{"example_id": 973750659147295946, "prediction": "Jennifer Garner as Christy Beam", "binary_answer": null, "no_answer_prob": -3.260913372039795}
{"example_id": 6887286594651303871, "prediction": "Yuri Alekseyevich Gagarin", "binary_answer": null, "no_answer_prob": -8.30954647064209}
{"example_id": 7049840854759591534, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1293857097625732}
{"example_id": 8609032591740725636, "prediction": "Palacio", "binary_answer": null, "no_answer_prob": 2.852495551109314}
{"example_id": 6493201878308123837, "prediction": "A resource is a source or supply from which benefit is produced", "binary_answer": null, "no_answer_prob": 3.3890214562416077}
{"example_id": -7936409397553471686, "prediction": "", "binary_answer": null, "no_answer_prob": 4.873388707637787}
{"example_id": -8978915863747248523, "prediction": "Currently on death row : 63 ( as of January 2017 ) Total number executed : 37 ( 1927 -- 2003 )", "binary_answer": null, "no_answer_prob": 3.8943184316158295}
{"example_id": 273680411606532071, "prediction": "The Return of the King", "binary_answer": null, "no_answer_prob": -1.8714592456817627}
{"example_id": 1712232021028342928, "prediction": "December 2003", "binary_answer": null, "no_answer_prob": -4.781522512435913}
{"example_id": 2992752963425451524, "prediction": "Robert Reed", "binary_answer": null, "no_answer_prob": -8.341832399368286}
{"example_id": 5807901590701962962, "prediction": "190 km south of the United States border and within the municipality of Mexicali", "binary_answer": null, "no_answer_prob": -4.312732100486755}
{"example_id": -6378789321264982055, "prediction": "Malala Yousafzai", "binary_answer": null, "no_answer_prob": 0.7594624161720276}
{"example_id": 5964643817465163023, "prediction": "1960", "binary_answer": null, "no_answer_prob": -2.9337269067764282}
{"example_id": 2749519746986104119, "prediction": "17 November 2018", "binary_answer": null, "no_answer_prob": -7.84380304813385}
{"example_id": -871144285163591514, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": 0.2853454351425171}
{"example_id": -7049257937429022704, "prediction": "2010", "binary_answer": null, "no_answer_prob": -6.958792805671692}
{"example_id": 5773591499031067760, "prediction": "the middle ear", "binary_answer": null, "no_answer_prob": -1.7851572036743164}
{"example_id": 3395547195169230690, "prediction": "Joseph", "binary_answer": null, "no_answer_prob": -3.944554328918457}
{"example_id": 1821196549916396974, "prediction": "Nashville , Tennessee , United States", "binary_answer": null, "no_answer_prob": -6.007597208023071}
{"example_id": 5750802445008974137, "prediction": "Robert Reiner", "binary_answer": null, "no_answer_prob": -8.418256640434265}
{"example_id": -3966484059233258685, "prediction": "`` How Can You Mend a Broken Heart ''", "binary_answer": null, "no_answer_prob": 0.8267467170953751}
{"example_id": -60527698070021725, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0411926209926605}
{"example_id": -1824383270254386138, "prediction": "", "binary_answer": null, "no_answer_prob": 2.957623839378357}
{"example_id": -2535300810911583763, "prediction": "Jeanne Sagan", "binary_answer": null, "no_answer_prob": -7.3267329931259155}
{"example_id": 2323940396027002611, "prediction": "the President of India", "binary_answer": null, "no_answer_prob": -7.5951738357543945}
{"example_id": 5127214829274001369, "prediction": "at the confluence of the Biya and Katun Rivers which have their origins in the Altay Mountains", "binary_answer": null, "no_answer_prob": -1.7664004564285278}
{"example_id": -1390122170518198225, "prediction": "two nuclear weapons", "binary_answer": null, "no_answer_prob": -6.798484444618225}
{"example_id": -7683576576182123580, "prediction": "Clemson Tigers", "binary_answer": null, "no_answer_prob": -4.006520867347717}
{"example_id": -31266649331466609, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Soil salinity", "binary_answer": null, "no_answer_prob": 0.5813531875610352}
{"example_id": -9178430382186304778, "prediction": "David Glasgow Farragut", "binary_answer": null, "no_answer_prob": -11.198507189750671}
{"example_id": -263198730167287458, "prediction": "Daniel Craig", "binary_answer": null, "no_answer_prob": -2.0110116004943848}
{"example_id": 3515396418137307239, "prediction": "Leslie Knope Parks and Recreation character First appearance `` Pilot '' Last appearance `` One Last Ride", "binary_answer": null, "no_answer_prob": 4.410351753234863}
{"example_id": -4520518974328570390, "prediction": "eight", "binary_answer": null, "no_answer_prob": -3.610848307609558}
{"example_id": 3361688268804920099, "prediction": "Owl City", "binary_answer": null, "no_answer_prob": -5.324207663536072}
{"example_id": 3190072530305270508, "prediction": "Doug Gray", "binary_answer": null, "no_answer_prob": -2.8238810300827026}
{"example_id": -8195588914805037315, "prediction": "James Caldwell", "binary_answer": null, "no_answer_prob": -8.716299533843994}
{"example_id": -1417707174918401145, "prediction": "1933", "binary_answer": null, "no_answer_prob": -5.61421525478363}
{"example_id": 1124150013645050273, "prediction": "Duke Ellington & John Coltrane", "binary_answer": null, "no_answer_prob": 2.5338391065597534}
{"example_id": 6706192046867910984, "prediction": "", "binary_answer": null, "no_answer_prob": 3.436966598033905}
{"example_id": 4669723042267446941, "prediction": "", "binary_answer": null, "no_answer_prob": 4.171832084655762}
{"example_id": 8318530337606715945, "prediction": "Parker Croft", "binary_answer": null, "no_answer_prob": -10.880163431167603}
{"example_id": 9190739321795430007, "prediction": "George Benson", "binary_answer": null, "no_answer_prob": -5.3964444398880005}
{"example_id": -6758812270248030016, "prediction": "Quebec , Canada . The English - speaking community in Quebec", "binary_answer": null, "no_answer_prob": -0.09081888198852539}
{"example_id": 552681895418621106, "prediction": "", "binary_answer": null, "no_answer_prob": 4.618136763572693}
{"example_id": 4424589704074994834, "prediction": "January 26 , 2017", "binary_answer": null, "no_answer_prob": -2.387125015258789}
{"example_id": 6386008169337057338, "prediction": "February 4 , 2007", "binary_answer": null, "no_answer_prob": -4.631501913070679}
{"example_id": -7898679466493646802, "prediction": "While mentioned in passing throughout later seasons , Burke officially returns in the tenth season", "binary_answer": null, "no_answer_prob": -5.573674201965332}
{"example_id": 2215231091055091090, "prediction": "1973", "binary_answer": null, "no_answer_prob": -0.581693172454834}
{"example_id": 3237264058047580452, "prediction": "Leonard Lipton and Peter Yarrow", "binary_answer": null, "no_answer_prob": -10.132301449775696}
{"example_id": -436106574654356714, "prediction": "", "binary_answer": null, "no_answer_prob": 4.378439366817474}
{"example_id": 2327476715194330268, "prediction": "Joan Osborne", "binary_answer": null, "no_answer_prob": 2.4756688475608826}
{"example_id": -2165390496741063541, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4794962406158447}
{"example_id": -4509950816733688906, "prediction": "The 808 telephone area code covers the inhabited , developed and uninhabited areas of the Hawaiian Islands out to Midway Island and Wake Island", "binary_answer": null, "no_answer_prob": 1.532666601240635}
{"example_id": -2307288734161784915, "prediction": "Aloe vera ( / \u02c8\u00e6lo\u028ai\u02d0 / or / \u02c8\u00e6lo\u028a / ) is a plant", "binary_answer": null, "no_answer_prob": -0.21560234855860472}
{"example_id": 1620618127426558634, "prediction": "172.16. 254.1 in IPv4 , and 2001 : db8 : 0 : 1234 : 0 : 567 : 8 : 1", "binary_answer": null, "no_answer_prob": 2.091880202293396}
{"example_id": 926354136830642911, "prediction": "`` The Finale ''", "binary_answer": null, "no_answer_prob": -1.8890960216522217}
{"example_id": -1186907498670550741, "prediction": "May 16 , 2018", "binary_answer": null, "no_answer_prob": -7.36539888381958}
{"example_id": 7912016739218368308, "prediction": "Brian May", "binary_answer": null, "no_answer_prob": -5.457343935966492}
{"example_id": 4268540754543694075, "prediction": "Philadelphia", "binary_answer": null, "no_answer_prob": -3.5455092191696167}
{"example_id": -3693100631592555151, "prediction": "Greg Maddux", "binary_answer": null, "no_answer_prob": -3.01832914352417}
{"example_id": 3189865935182604776, "prediction": "The Miami RedHawks football ( known as the Miami Redskins", "binary_answer": null, "no_answer_prob": 2.310505658388138}
{"example_id": 2763774154705409879, "prediction": "", "binary_answer": null, "no_answer_prob": -6.0963428020477295}
{"example_id": 6821677356042367550, "prediction": "`` I 'd Really Love to See You Tonight ''", "binary_answer": null, "no_answer_prob": 1.4222219064831734}
{"example_id": -7088091507667146436, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7253405451774597}
{"example_id": -1458803114225857078, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8191884756088257}
{"example_id": 4598371973362053090, "prediction": "Third Round Proper", "binary_answer": null, "no_answer_prob": -1.6404179334640503}
{"example_id": -430872488899813273, "prediction": "Elton John and Kiki Dee", "binary_answer": null, "no_answer_prob": -7.044703006744385}
{"example_id": -8376910903784652291, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4970691204071045}
{"example_id": -4020881077824348479, "prediction": "22", "binary_answer": null, "no_answer_prob": -7.60708212852478}
{"example_id": -2813815229664862409, "prediction": "", "binary_answer": null, "no_answer_prob": 4.12279999256134}
{"example_id": 2879244136225280768, "prediction": "There are numerous biblical references in the lyrics . A spoken portion from Revelation 6 : 1 -- 2", "binary_answer": null, "no_answer_prob": -1.5278005599975586}
{"example_id": 5815322781147893295, "prediction": "Roger Miller", "binary_answer": null, "no_answer_prob": -7.971851229667664}
{"example_id": -6104524995613524291, "prediction": "Gustav Stresemann", "binary_answer": null, "no_answer_prob": -10.648556590080261}
{"example_id": 8811317367127347916, "prediction": "Charles & Eddie", "binary_answer": null, "no_answer_prob": -7.364329814910889}
{"example_id": -5916690543916024775, "prediction": "1974", "binary_answer": null, "no_answer_prob": -4.468905806541443}
{"example_id": 1382350937674232269, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6613168716430664}
{"example_id": -7430215849664073544, "prediction": "April 11 , 1899", "binary_answer": null, "no_answer_prob": -5.898023843765259}
{"example_id": -5743274259980600362, "prediction": "Samson", "binary_answer": null, "no_answer_prob": 1.6267415285110474}
{"example_id": 7461794682329177837, "prediction": "`` Getting to Know You '' is a show tune from the 1951 Rodgers and Hammerstein musical The King and I.", "binary_answer": null, "no_answer_prob": -0.0543668270111084}
{"example_id": -3857685097823607164, "prediction": "The Me Too movement ( or # MeToo", "binary_answer": null, "no_answer_prob": 0.7150560617446899}
{"example_id": 6145192067916797446, "prediction": "logo", "binary_answer": null, "no_answer_prob": -3.068694233894348}
{"example_id": -3127847534632532185, "prediction": "Bart Howard", "binary_answer": null, "no_answer_prob": -6.77175509929657}
{"example_id": -8248992849558700550, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": -1.6309536695480347}
{"example_id": 6502513170495123183, "prediction": "near Lake Macaco ( now known as Lake Okeechobee , in Florida", "binary_answer": null, "no_answer_prob": -5.602162480354309}
{"example_id": 4205964734975896729, "prediction": "U2", "binary_answer": null, "no_answer_prob": -4.041702628135681}
{"example_id": -2080896903863902649, "prediction": "The proverb is sometimes phrased as `` my enemy 's enemy is my friend . ''", "binary_answer": null, "no_answer_prob": 1.392427682876587}
{"example_id": 4550944961320752421, "prediction": "", "binary_answer": null, "no_answer_prob": 3.46956467628479}
{"example_id": 41880235592304322, "prediction": "Barristers in England and Wales are one of the two main categories of lawyer in England and Wales , the other being solicitors", "binary_answer": null, "no_answer_prob": -0.6504725217819214}
{"example_id": -8172217876204531907, "prediction": "", "binary_answer": null, "no_answer_prob": 4.211328029632568}
{"example_id": -8671488569199135554, "prediction": "The 5th Dimension", "binary_answer": null, "no_answer_prob": -8.461601853370667}
{"example_id": 7430959133297391237, "prediction": "the third episode of the fifth season , titled `` The Quarterback ''", "binary_answer": null, "no_answer_prob": -2.6693732738494873}
{"example_id": -2250914134002473152, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4723673164844513}
{"example_id": 3060219514325432081, "prediction": "The exact meaning of `` immediate family '' varies , and will sometimes be defined in legislation or rules for a particular purpose", "binary_answer": null, "no_answer_prob": 2.424472689628601}
{"example_id": -6210591518727488034, "prediction": "Karl Malone", "binary_answer": null, "no_answer_prob": -1.5172414779663086}
{"example_id": -6762141738716548084, "prediction": "Kelly LeBrock", "binary_answer": null, "no_answer_prob": 4.061972290277481}
{"example_id": -2395712244031797892, "prediction": "", "binary_answer": null, "no_answer_prob": 2.830835700035095}
{"example_id": 1286034963220757051, "prediction": "1906", "binary_answer": null, "no_answer_prob": -8.009986996650696}
{"example_id": -7953429798957183620, "prediction": "", "binary_answer": null, "no_answer_prob": -2.095124125480652}
{"example_id": 8035634299863591515, "prediction": "The Posse Comitatus Act is a United States federal law ( 18 U.S.C. \u00a7 1385 , original at 20 Stat. 152", "binary_answer": null, "no_answer_prob": 1.4368712306022644}
{"example_id": 3821462726154294001, "prediction": "January 25 , 1999", "binary_answer": null, "no_answer_prob": -8.272438406944275}
{"example_id": -580527970685575745, "prediction": "May 1991", "binary_answer": null, "no_answer_prob": -2.7858744859695435}
{"example_id": 6150530493253492228, "prediction": "The Cenacle", "binary_answer": null, "no_answer_prob": 3.4058706760406494}
{"example_id": 5895380370801031278, "prediction": "", "binary_answer": null, "no_answer_prob": 0.054936885833740234}
{"example_id": 2799928338739587088, "prediction": "", "binary_answer": null, "no_answer_prob": -1.2743730545043945}
{"example_id": 2106657336772087124, "prediction": "", "binary_answer": null, "no_answer_prob": 2.721006393432617}
{"example_id": 9071457522738240882, "prediction": "", "binary_answer": null, "no_answer_prob": 4.806412100791931}
{"example_id": 6122396666949857619, "prediction": "The Preakness Stakes", "binary_answer": null, "no_answer_prob": -0.8602885603904724}
{"example_id": -8777855466877153853, "prediction": "George Frederick Blanda", "binary_answer": null, "no_answer_prob": -5.469744801521301}
{"example_id": 2077552530800464571, "prediction": "Ferris Bueller 's Day Off", "binary_answer": null, "no_answer_prob": 1.2633442878723145}
{"example_id": -2455407888358249298, "prediction": "Michael Quinion", "binary_answer": null, "no_answer_prob": 0.9243826419115067}
{"example_id": 6121541514232848122, "prediction": "", "binary_answer": null, "no_answer_prob": 2.839039921760559}
{"example_id": 4203973093017340807, "prediction": "Title 360 3DS Linux Mac Windows PC Mobile", "binary_answer": null, "no_answer_prob": 1.8457041829824448}
{"example_id": -2759406904702451115, "prediction": "On May 9 , 2018 , NBC renewed the series for a sixth season . The season is set to premiere on September 26 , 2018 .", "binary_answer": null, "no_answer_prob": -2.412890315055847}
{"example_id": -4784735612154095328, "prediction": "Zooey Deschanel", "binary_answer": null, "no_answer_prob": -9.34672498703003}
{"example_id": -1474788270210312884, "prediction": "Journey", "binary_answer": null, "no_answer_prob": -1.417892336845398}
{"example_id": 2298103136537218519, "prediction": "Uzoamaka Nwanneka `` Uzo '' Aduba", "binary_answer": null, "no_answer_prob": -4.474987208843231}
{"example_id": -5557261831763224003, "prediction": "Sir Joseph Porter", "binary_answer": null, "no_answer_prob": 0.3398017883300781}
{"example_id": -776401431071880075, "prediction": "gold standard test", "binary_answer": null, "no_answer_prob": 0.3578568696975708}
{"example_id": 8037440722757115040, "prediction": "On March 23 , 2017 , CBS renewed the series for the currently airing eighth season", "binary_answer": null, "no_answer_prob": -0.1338101625442505}
{"example_id": 8181703736103994473, "prediction": "You ca n't have your cake and eat it ( too )", "binary_answer": null, "no_answer_prob": 2.6057214587926865}
{"example_id": 8827559639258790371, "prediction": "New York has two", "binary_answer": null, "no_answer_prob": 1.088000476360321}
{"example_id": -1283343564030787069, "prediction": "Kannauj", "binary_answer": null, "no_answer_prob": -8.135002791881561}
{"example_id": -6728478563370734545, "prediction": "twin - engine Piper Aerostar", "binary_answer": null, "no_answer_prob": 0.8729205131530762}
{"example_id": 8964120110224277138, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7442076802253723}
{"example_id": -1439816768771584442, "prediction": "Gross domestic product ( GDP )", "binary_answer": null, "no_answer_prob": -4.864135146141052}
{"example_id": 3511042621024751743, "prediction": "Jayanthi Kuru - Utumpala", "binary_answer": null, "no_answer_prob": -5.543348908424377}
{"example_id": -1566413192130615470, "prediction": "", "binary_answer": null, "no_answer_prob": 4.129473686218262}
{"example_id": 5361039072772673014, "prediction": "Herr , gehe nicht ins Gericht mit deinem Knecht ( Lord , do not pass judgment on Your servant )", "binary_answer": null, "no_answer_prob": 0.5514969602227211}
{"example_id": -8273101638407250482, "prediction": "Lesley Gore", "binary_answer": null, "no_answer_prob": -6.719624280929565}
{"example_id": 3609901418190074273, "prediction": "Marseille", "binary_answer": null, "no_answer_prob": 0.20654845237731934}
{"example_id": -4648190977869014937, "prediction": "Robert Reed", "binary_answer": null, "no_answer_prob": -6.993238210678101}
{"example_id": -2791031496653886371, "prediction": "Mowgli ( \u092e\u094b\u0917\u0932\u0940 Maogal\u012b ; feral child ) - Also referred to as `` Man Cub '' .", "binary_answer": null, "no_answer_prob": 2.064445376396179}
{"example_id": -7039891451955594884, "prediction": "Cyndi Lauper", "binary_answer": null, "no_answer_prob": -2.18608295917511}
{"example_id": 8378285524129468194, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2959636449813843}
{"example_id": -6159698557094007503, "prediction": "`` I 'm Not the Only One '' is a song recorded by English singer Sam Smith", "binary_answer": null, "no_answer_prob": 2.49951808527112}
{"example_id": -619086492745238722, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3124322295188904}
{"example_id": 4355653617123433879, "prediction": "Woodstock", "binary_answer": null, "no_answer_prob": -6.783060431480408}
{"example_id": -7477334707736862524, "prediction": "10 ) , and most touchdowns", "binary_answer": null, "no_answer_prob": -0.7921161651611328}
{"example_id": 4246523867098793677, "prediction": "Ho Chi Minh", "binary_answer": null, "no_answer_prob": -1.1634578704833984}
{"example_id": 848249630748433447, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0293891429901123}
{"example_id": 6810157145348798184, "prediction": "", "binary_answer": null, "no_answer_prob": 3.537922441959381}
{"example_id": 3149470878572333375, "prediction": "Carolyn W. Colvin", "binary_answer": null, "no_answer_prob": -8.205828070640564}
{"example_id": 7067049317996998062, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8897965848445892}
{"example_id": 7152393228855355637, "prediction": "Pulitzer Prize", "binary_answer": null, "no_answer_prob": 1.236389935016632}
{"example_id": 7915262769270043239, "prediction": "February 4 , 2016 , and Supernatural first aired on April 26 , 2016", "binary_answer": null, "no_answer_prob": -1.7565674781799316}
{"example_id": -4683602930714077536, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.412577748298645}
{"example_id": -4447356297486961886, "prediction": "June 18 , 2010", "binary_answer": null, "no_answer_prob": -2.2637813687324524}
{"example_id": 767737324563716850, "prediction": "Hank Aaron", "binary_answer": null, "no_answer_prob": -8.218304634094238}
{"example_id": -4265285030704299083, "prediction": "6 Website thelandofstories.com", "binary_answer": null, "no_answer_prob": 1.6289535760879517}
{"example_id": 2061076574405152264, "prediction": "", "binary_answer": null, "no_answer_prob": 4.64853298664093}
{"example_id": 8726857496713939571, "prediction": "Charles I", "binary_answer": null, "no_answer_prob": -2.303420305252075}
{"example_id": -5817661509064829592, "prediction": "David Frizzell", "binary_answer": null, "no_answer_prob": -9.427593111991882}
{"example_id": -3697718075915371186, "prediction": "Aluminium hydroxide", "binary_answer": null, "no_answer_prob": 1.5303173065185547}
{"example_id": 6178525411886667879, "prediction": "Martin John Christopher Freeman", "binary_answer": null, "no_answer_prob": -12.262434840202332}
{"example_id": -2056746390115920096, "prediction": "Battle of Bunker Hill Part of the American Revolutionary War Death of General Warren at the Battle of Bunker Hill by John Trumbull", "binary_answer": null, "no_answer_prob": -0.012603998184204102}
{"example_id": 7562723867048397599, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4123904705047607}
{"example_id": 6156063242406675632, "prediction": "The United States is estimated to have a population of 327,589,916", "binary_answer": null, "no_answer_prob": -0.06886309385299683}
{"example_id": -5935703537078247111, "prediction": "", "binary_answer": null, "no_answer_prob": 4.341709077358246}
{"example_id": -4557134550531583485, "prediction": "The National Helium Reserve", "binary_answer": null, "no_answer_prob": -2.0313730239868164}
{"example_id": 1298828782853465977, "prediction": "September 9 , 1967", "binary_answer": null, "no_answer_prob": -7.8569947481155396}
{"example_id": -5655551859270743763, "prediction": "Connective tissue", "binary_answer": null, "no_answer_prob": 4.238802075386047}
{"example_id": -3998519461756199445, "prediction": "Katharine Hepburn", "binary_answer": null, "no_answer_prob": -6.435515642166138}
{"example_id": -414885367106902907, "prediction": "September 28 , 1987", "binary_answer": null, "no_answer_prob": -5.949751377105713}
{"example_id": -769734506971070445, "prediction": "K\u014dnstantino\u00fapolis", "binary_answer": null, "no_answer_prob": -0.3620107173919678}
{"example_id": 1392067418368757491, "prediction": "input / output", "binary_answer": null, "no_answer_prob": 1.142800897359848}
{"example_id": -4445565425610065202, "prediction": "Jack Nicklaus", "binary_answer": null, "no_answer_prob": -5.5775933265686035}
{"example_id": 2009481386569838770, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4042141437530518}
{"example_id": 1242465222539277358, "prediction": "Ice Cube", "binary_answer": null, "no_answer_prob": -7.516134142875671}
{"example_id": 4106786333921430334, "prediction": "The Major League Baseball single - season record for the number of home runs hit by a batter has changed many times over the years .", "binary_answer": null, "no_answer_prob": 0.8214961290359497}
{"example_id": -1332553970111916891, "prediction": "The Phoenix Metropolitan Area -- often referred to as the Valley of the Sun , the Salt River Valley or Metro Phoenix", "binary_answer": null, "no_answer_prob": 2.5060157775878906}
{"example_id": -9214036707952323578, "prediction": "", "binary_answer": null, "no_answer_prob": 4.329435169696808}
{"example_id": -2851184813717250426, "prediction": "White Castle", "binary_answer": null, "no_answer_prob": -5.524674773216248}
{"example_id": 6597849309864189042, "prediction": "NFL Network", "binary_answer": null, "no_answer_prob": -0.9767634868621826}
{"example_id": -5164359167181796161, "prediction": "Capital punishment is a legal penalty in the United States , currently used by 31 states , the federal government , and the military", "binary_answer": null, "no_answer_prob": 3.9407989978790283}
{"example_id": 4582188532023855158, "prediction": "In general physics , delta - v is simply a change in velocity", "binary_answer": null, "no_answer_prob": 0.37671828269958496}
{"example_id": 6524127782841569429, "prediction": "Tommy James and the Shondells", "binary_answer": null, "no_answer_prob": 0.25922274589538574}
{"example_id": 8674362045981682121, "prediction": "Christopher Cross", "binary_answer": null, "no_answer_prob": -6.719553291797638}
{"example_id": -7801110938843408267, "prediction": "", "binary_answer": null, "no_answer_prob": 3.392653673887253}
{"example_id": 56764767389481327, "prediction": "Carolyn Jones", "binary_answer": null, "no_answer_prob": -2.7724289894104004}
{"example_id": 2180901090546496637, "prediction": "2020", "binary_answer": null, "no_answer_prob": -5.4152597188949585}
{"example_id": 8252060165784847969, "prediction": "", "binary_answer": null, "no_answer_prob": 3.701858878135681}
{"example_id": -7592376827056753693, "prediction": "Malaclemys", "binary_answer": null, "no_answer_prob": -1.8905507326126099}
{"example_id": -1779758261268090337, "prediction": "Siyahamba", "binary_answer": null, "no_answer_prob": -1.3000922203063965}
{"example_id": -8990716685008356591, "prediction": "Perry Farrell", "binary_answer": null, "no_answer_prob": -8.316163778305054}
{"example_id": 3303450059650204168, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5773807168006897}
{"example_id": 5281427415896915594, "prediction": "Benjamin Franklin", "binary_answer": null, "no_answer_prob": -1.6724556684494019}
{"example_id": 7612864423484377511, "prediction": "Hayden Christensen", "binary_answer": null, "no_answer_prob": -9.917961835861206}
{"example_id": 2779124666399654300, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8277533054351807}
{"example_id": -6372076432149982314, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9939101189374924}
{"example_id": 6228266021268365403, "prediction": "Blue Ridge Mountains The Blue Ridge Mountains as seen from the Blue Ridge Parkway near Mount Mitchell in North Carolina", "binary_answer": null, "no_answer_prob": -1.5313854217529297}
{"example_id": 2201719897362086466, "prediction": "", "binary_answer": null, "no_answer_prob": 2.220291316509247}
{"example_id": -6306114852543713535, "prediction": "", "binary_answer": null, "no_answer_prob": 4.093343496322632}
{"example_id": -6853709774646043760, "prediction": "Emperor Nicholas II", "binary_answer": null, "no_answer_prob": -4.969833254814148}
{"example_id": -6690930149258960619, "prediction": "Times Square is a major commercial intersection , tourist destination , entertainment center and neighborhood in the Midtown Manhattan", "binary_answer": null, "no_answer_prob": 1.573853075504303}
{"example_id": 1331206168489475839, "prediction": "Dayalbagh Educational Institute or DEI", "binary_answer": null, "no_answer_prob": -1.1828280687332153}
{"example_id": -6855902184956328581, "prediction": "", "binary_answer": null, "no_answer_prob": 0.1825927495956421}
{"example_id": 5716837155352313356, "prediction": "Lefty Frizzell", "binary_answer": null, "no_answer_prob": -4.837039351463318}
{"example_id": -5840138797164362636, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2529014348983765}
{"example_id": -1771627249958770825, "prediction": "the review , monitoring , and supervision of federal agencies , programs , activities , and policy implementation", "binary_answer": null, "no_answer_prob": -1.5023853778839111}
{"example_id": -6437935263917088319, "prediction": "The Jamestown settlement in the Colony of Virginia", "binary_answer": null, "no_answer_prob": 0.11845400929450989}
{"example_id": -5577515822301631292, "prediction": "At the very end of the nineteenth century", "binary_answer": null, "no_answer_prob": -1.5739006996154785}
{"example_id": -7159056249729194604, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.5605921745300293}
{"example_id": 6523050631216058297, "prediction": "The geographical centre of Earth", "binary_answer": null, "no_answer_prob": -0.7240328788757324}
{"example_id": -655334614750971565, "prediction": "The islands of Indonesia , also known as the Indonesian archipelago and formerly known as the Indian archipelago", "binary_answer": null, "no_answer_prob": -1.9554609060287476}
{"example_id": 6538180185630064207, "prediction": "Uriah Shelton", "binary_answer": null, "no_answer_prob": -8.616310596466064}
{"example_id": 301001421963967136, "prediction": "Hozier", "binary_answer": null, "no_answer_prob": -7.200230360031128}
{"example_id": -8052865869743711441, "prediction": "", "binary_answer": null, "no_answer_prob": 3.728556990623474}
{"example_id": -4069647394143678406, "prediction": "Fred MacMurray", "binary_answer": null, "no_answer_prob": -4.598241567611694}
{"example_id": -5875349907160844545, "prediction": "during the fall season in North America , it is sometimes referred to as the Fall Classic .", "binary_answer": null, "no_answer_prob": 1.5802256539463997}
{"example_id": 3689209361697742788, "prediction": "", "binary_answer": null, "no_answer_prob": 3.483675479888916}
{"example_id": 1598532853790777649, "prediction": "Michel Martin", "binary_answer": null, "no_answer_prob": -3.1219608783721924}
{"example_id": 8679921130934280444, "prediction": "Emilia Isabelle Euphemia Rose Clarke", "binary_answer": null, "no_answer_prob": -4.369746088981628}
{"example_id": -5988299483281615535, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5119279623031616}
{"example_id": 6898771570221328779, "prediction": "`` I Do n't Want to Miss a Thing ''", "binary_answer": null, "no_answer_prob": -2.272778272628784}
{"example_id": 7788052889128271967, "prediction": "Nationalsozialistische Deutsche Arbeiterpartei -- NSDAP ( National Socialist German Workers ' Party , commonly known as the Nazi Party )", "binary_answer": null, "no_answer_prob": 3.5543754184618592}
{"example_id": 5554220602366110509, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1812753677368164}
{"example_id": -8381797017299351291, "prediction": "15 ft 4.57 m 15.09 ft 4.6 m Same as NBA", "binary_answer": null, "no_answer_prob": -0.6427283883094788}
{"example_id": -4007696326689737656, "prediction": "Zinedine Yazid Zidane", "binary_answer": null, "no_answer_prob": 0.10296161845326424}
{"example_id": -7257218492636779276, "prediction": "Oedipus", "binary_answer": null, "no_answer_prob": -4.624307155609131}
{"example_id": 7397718789544121468, "prediction": "", "binary_answer": null, "no_answer_prob": 2.460867166519165}
{"example_id": -770675241524019848, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8895249366760254}
{"example_id": 6134810927991933545, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6330841779708862}
{"example_id": -8785178576893271242, "prediction": "Alison Margaret Arngrim", "binary_answer": null, "no_answer_prob": -8.183276891708374}
{"example_id": 2072392305803233189, "prediction": "ROYGBIV or Roy G. Biv is an acronym for the sequence of hues commonly described as making up a rainbow", "binary_answer": null, "no_answer_prob": 1.1816843152046204}
{"example_id": -2694405149899998133, "prediction": "South Australia", "binary_answer": null, "no_answer_prob": -4.428744435310364}
{"example_id": -8402623600507693036, "prediction": "Sunday", "binary_answer": null, "no_answer_prob": -2.2922736406326294}
{"example_id": -6706002331410751349, "prediction": "Their number ( always symbolic ) and the names vary depending of the text . The first sources state 24 , 36 or 72", "binary_answer": null, "no_answer_prob": 0.47906696796417236}
{"example_id": 7306754908990268475, "prediction": "Lieutenant Governor", "binary_answer": null, "no_answer_prob": -8.30301821231842}
{"example_id": -5090417403947253758, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6527153849601746}
{"example_id": -6259470842561136164, "prediction": "The series is set during a largely realistic 20th century", "binary_answer": null, "no_answer_prob": -0.5341660380363464}
{"example_id": 3916283539153206562, "prediction": "", "binary_answer": null, "no_answer_prob": -4.045568227767944}
{"example_id": -5949996975638015451, "prediction": "Papa John 's Pizza is an American restaurant franchise company . It runs the fourth largest pizza delivery restaurant chain", "binary_answer": null, "no_answer_prob": -0.21377456188201904}
{"example_id": -6476981481088322960, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8296733051538467}
{"example_id": -508964584219648102, "prediction": "", "binary_answer": null, "no_answer_prob": 4.446407437324524}
{"example_id": -6564642998097764739, "prediction": "22 : 18 , 31 October 2017 ( UTC ) .", "binary_answer": null, "no_answer_prob": 1.6458982229232788}
{"example_id": -2884450705687792977, "prediction": "peripheral nervous system", "binary_answer": null, "no_answer_prob": -0.07195591926574707}
{"example_id": -6413917877251153525, "prediction": "", "binary_answer": null, "no_answer_prob": 3.234056234359741}
{"example_id": -2116924521509405474, "prediction": "Los Angeles", "binary_answer": null, "no_answer_prob": -3.2916499376296997}
{"example_id": -686640793954607366, "prediction": "Michael Schumacher", "binary_answer": null, "no_answer_prob": -0.5904591083526611}
{"example_id": -7962719319142717123, "prediction": "Mandalay Bay hotel", "binary_answer": null, "no_answer_prob": -6.033141493797302}
{"example_id": -414725907011542294, "prediction": "October 10 , 2017", "binary_answer": null, "no_answer_prob": -7.433855414390564}
{"example_id": 4939784197471510957, "prediction": "`` Have a Little Faith in Me '' is a song written and performed by John Hiatt that appears on his 1987 album Bring the Family", "binary_answer": null, "no_answer_prob": 3.5328310132026672}
{"example_id": -5669469957068280736, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 6.843684405088425}
{"example_id": -569731302685984630, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7303366661071777}
{"example_id": 5125598735288011991, "prediction": "17", "binary_answer": null, "no_answer_prob": -1.7468593120574951}
{"example_id": 3802516098489202229, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0416449308395386}
{"example_id": 2288301848952024551, "prediction": "Tedros Adhanom", "binary_answer": null, "no_answer_prob": -10.562338590621948}
{"example_id": 6527763746324833638, "prediction": "April 4 , 2017", "binary_answer": null, "no_answer_prob": -9.670337319374084}
{"example_id": -780038890942865068, "prediction": "Zahn Tokiya - ku McClarnon", "binary_answer": null, "no_answer_prob": -10.791886329650879}
{"example_id": -472916277033969389, "prediction": "Meeska Mooska Mickey Mouse ! ''", "binary_answer": null, "no_answer_prob": 1.953791618347168}
{"example_id": 1274161082554537838, "prediction": "Montell Jordan", "binary_answer": null, "no_answer_prob": -8.128591418266296}
{"example_id": 8248648375510819180, "prediction": "", "binary_answer": null, "no_answer_prob": 2.013391885906458}
{"example_id": -9183044269893269650, "prediction": "26 November 1949", "binary_answer": null, "no_answer_prob": -10.455660581588745}
{"example_id": -841781987422149553, "prediction": "", "binary_answer": null, "no_answer_prob": -3.246959924697876}
{"example_id": -3846702735430998436, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3799394965171814}
{"example_id": -9053255118246397380, "prediction": "", "binary_answer": null, "no_answer_prob": 5.078832507133484}
{"example_id": 6259837044789186444, "prediction": "The brightest star is the magnitude 2.2 Alpha Coronae Borealis", "binary_answer": null, "no_answer_prob": -2.596096992492676}
{"example_id": -4950316745090894056, "prediction": "Jim Croce", "binary_answer": null, "no_answer_prob": -0.32265210151672363}
{"example_id": 6596952320046438699, "prediction": "Foothill High School", "binary_answer": null, "no_answer_prob": 0.5846899747848511}
{"example_id": -5263613826235525932, "prediction": "Northern Ireland", "binary_answer": null, "no_answer_prob": 2.2833635210990906}
{"example_id": -7671126734936586715, "prediction": "", "binary_answer": null, "no_answer_prob": 5.95338374376297}
{"example_id": -6685625269833848476, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2919225692749023}
{"example_id": 2577677297665388592, "prediction": "Kyle Massey played Cory Baxter on the Disney Channel", "binary_answer": null, "no_answer_prob": -2.5024476051330566}
{"example_id": 9130963883064123723, "prediction": "Linda Edna Cardellini", "binary_answer": null, "no_answer_prob": -12.061355829238892}
{"example_id": 810240207991754434, "prediction": "The 2004 Indian Ocean earthquake", "binary_answer": null, "no_answer_prob": 3.5439802408218384}
{"example_id": -2112269171028726044, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7662336826324463}
{"example_id": 5902383160463172293, "prediction": "Stephen Gostkowski", "binary_answer": null, "no_answer_prob": -2.2262749671936035}
{"example_id": 7811432948876706785, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.322147250175476}
{"example_id": -350445814840338026, "prediction": "Kaley Christine Cuoco", "binary_answer": null, "no_answer_prob": -11.477695226669312}
{"example_id": 3073028482134570099, "prediction": "Acid rain", "binary_answer": null, "no_answer_prob": 2.1865028142929077}
{"example_id": 2093732342481935035, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9213395342230797}
{"example_id": 436860088897424493, "prediction": "2008 -- 09 season", "binary_answer": null, "no_answer_prob": 0.7371212244033813}
{"example_id": 912938934087202146, "prediction": "Average Monthly Temperature City Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Asheville", "binary_answer": null, "no_answer_prob": -0.2624998092651367}
{"example_id": 3170992895587448501, "prediction": "", "binary_answer": null, "no_answer_prob": 2.717342097312212}
{"example_id": 7594480950741625774, "prediction": "9 November 1989", "binary_answer": null, "no_answer_prob": -3.596682071685791}
{"example_id": 8482764234309802574, "prediction": "Indiana", "binary_answer": null, "no_answer_prob": -4.936606764793396}
{"example_id": -5758606519729110627, "prediction": "Valerie Bertinelli", "binary_answer": null, "no_answer_prob": -2.7245655059814453}
{"example_id": 51342376009980790, "prediction": "The old gray mare , she ai n't what she used to be , Many long years ago", "binary_answer": null, "no_answer_prob": -2.4323854446411133}
{"example_id": 263074685984627276, "prediction": "\u0111\u1ed3ng", "binary_answer": null, "no_answer_prob": -4.715091347694397}
{"example_id": -3372153190980552477, "prediction": "", "binary_answer": null, "no_answer_prob": 2.634062573313713}
{"example_id": -4499761486504763398, "prediction": "", "binary_answer": null, "no_answer_prob": -5.073565721511841}
{"example_id": 748591396750513100, "prediction": "Two", "binary_answer": null, "no_answer_prob": 0.9529620409011841}
{"example_id": 1483042118657296692, "prediction": "Edward Carl Gaedel", "binary_answer": null, "no_answer_prob": -5.288210928440094}
{"example_id": 2854834463961494572, "prediction": "Tom Herman", "binary_answer": null, "no_answer_prob": -6.5116188526153564}
{"example_id": -1448524641308572783, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": -1.9184600114822388}
{"example_id": 2252137775549178547, "prediction": "An anti-servo tab , or anti-balance tab", "binary_answer": null, "no_answer_prob": 0.8801350444555283}
{"example_id": 1806236654942286909, "prediction": "APJ Abdul Kalam ( 1999 ) , former President of India . It was written by Dr. Kalam and Arun Tiwari", "binary_answer": null, "no_answer_prob": -5.948451519012451}
{"example_id": 8655569500482601945, "prediction": "Charles Haley", "binary_answer": null, "no_answer_prob": -0.08775883913040161}
{"example_id": 2636854670992768357, "prediction": "www.sen.ca.gov", "binary_answer": null, "no_answer_prob": 4.1643524169921875}
{"example_id": -2311913086332948080, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0650511980056763}
{"example_id": -2370000317744744733, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2555715441703796}
{"example_id": 7047300549059979154, "prediction": "Daniel Defoe", "binary_answer": null, "no_answer_prob": 0.9273425340652466}
{"example_id": -2463174543294861777, "prediction": "", "binary_answer": null, "no_answer_prob": 3.072848677635193}
{"example_id": -1159445204341847276, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6714414954185486}
{"example_id": -6443357370276131219, "prediction": "Lucius Tarquinius Superbus", "binary_answer": null, "no_answer_prob": 0.4466870427131653}
{"example_id": -3787422648037653999, "prediction": "`` graceful strength ''", "binary_answer": null, "no_answer_prob": -1.983612298965454}
{"example_id": 6954661720628496934, "prediction": "The Eustachian tube", "binary_answer": null, "no_answer_prob": 0.6491919755935669}
{"example_id": -5284799234124049979, "prediction": "Keith Whitley", "binary_answer": null, "no_answer_prob": -8.681807339191437}
{"example_id": -7853651287191533159, "prediction": "", "binary_answer": null, "no_answer_prob": 1.299728199839592}
{"example_id": -7916370955238914538, "prediction": "", "binary_answer": null, "no_answer_prob": 4.314596772193909}
{"example_id": 5852999093526582116, "prediction": "", "binary_answer": null, "no_answer_prob": 4.007098853588104}
{"example_id": -6928408319238562984, "prediction": "Jack Jones", "binary_answer": null, "no_answer_prob": -5.173068046569824}
{"example_id": 1145622181084680131, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3012950867414474}
{"example_id": -6833612481033953721, "prediction": "66,000", "binary_answer": null, "no_answer_prob": -6.6077457666397095}
{"example_id": -4128818640272537483, "prediction": "", "binary_answer": null, "no_answer_prob": 6.108664572238922}
{"example_id": 575189886885756719, "prediction": "McKean", "binary_answer": null, "no_answer_prob": -6.8707298040390015}
{"example_id": -1347154843600288423, "prediction": "Ryukyuan religion", "binary_answer": null, "no_answer_prob": 1.1067516207695007}
{"example_id": -4414345503938122054, "prediction": "The Selective Service Act or Selective Draft Act", "binary_answer": null, "no_answer_prob": -2.371815800666809}
{"example_id": 2158798004485737458, "prediction": "Allman Brothers Band", "binary_answer": null, "no_answer_prob": -7.565775632858276}
{"example_id": -664478966980538828, "prediction": "Atlanta Falcons and Baltimore Ravens .", "binary_answer": null, "no_answer_prob": 2.1900240182876587}
{"example_id": -3393491765372411233, "prediction": "Season Episodes Originally aired First aired Last aired 20", "binary_answer": null, "no_answer_prob": -0.2007277011871338}
{"example_id": 2429412611664494541, "prediction": "The album includes numerous allusions . `` Thus from My Lips , by Yours , My Sin Is Purged", "binary_answer": null, "no_answer_prob": 4.455991148948669}
{"example_id": 7791361439639648835, "prediction": "The song 's inspiration came about when Third Eye guitarist Kevin Cadogan was tinkering around with an autoharp", "binary_answer": null, "no_answer_prob": 1.2562335729599}
{"example_id": 7923785072914031564, "prediction": "ISO 15489 - 1 : 2001", "binary_answer": null, "no_answer_prob": -0.05415642261505127}
{"example_id": -1621673389302343413, "prediction": "An antacid is a substance which neutralizes stomach acidity and is used to relieve heartburn , indigestion or an upset stomach", "binary_answer": null, "no_answer_prob": 2.132831037044525}
{"example_id": -7776188577184430999, "prediction": "John Michael Montgomery", "binary_answer": null, "no_answer_prob": -6.1977845430374146}
{"example_id": 6383254896273542914, "prediction": "1999", "binary_answer": null, "no_answer_prob": -1.2174737453460693}
{"example_id": -199571128679974519, "prediction": "American Girl", "binary_answer": null, "no_answer_prob": -0.6216685771942139}
{"example_id": 680976356918039399, "prediction": "Marbury v. Madison , 5 U.S. ( 1 Cranch ) 137 ( 1803 )", "binary_answer": null, "no_answer_prob": -2.2175567150115967}
{"example_id": 1285339170353561225, "prediction": "1995", "binary_answer": null, "no_answer_prob": -7.233488000929356}
{"example_id": 8146155596007231886, "prediction": "Colin Stinton", "binary_answer": null, "no_answer_prob": -1.140556812286377}
{"example_id": 7151309510061464910, "prediction": "eight episodes . The Duffer Brothers have said that Stranger Things is likely to end after its fourth or fifth season .", "binary_answer": null, "no_answer_prob": -1.3493554592132568}
{"example_id": -4044810896857120331, "prediction": "", "binary_answer": null, "no_answer_prob": 4.244452893733978}
{"example_id": 4402349211619821774, "prediction": "8 6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": -2.1710257530212402}
{"example_id": 1159219475551057259, "prediction": "", "binary_answer": null, "no_answer_prob": 2.935204416513443}
{"example_id": -8163788436218868538, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6049656718969345}
{"example_id": -4024765064465103265, "prediction": "The Lake House", "binary_answer": null, "no_answer_prob": 2.0174469351768494}
{"example_id": -6036754827460950862, "prediction": "Donna Summer", "binary_answer": null, "no_answer_prob": -7.998767733573914}
{"example_id": -305632782239114378, "prediction": "October 21 , 2016", "binary_answer": null, "no_answer_prob": 0.49974000453948975}
{"example_id": 6643873311424082064, "prediction": "circumferences of the bust , waist and hips", "binary_answer": null, "no_answer_prob": -1.2747001647949219}
{"example_id": 5183502205970171393, "prediction": "September 8 , 1966", "binary_answer": null, "no_answer_prob": -0.3222029209136963}
{"example_id": -8109431955313655366, "prediction": "Jeremy Podeswa David Benioff & D.B. Weiss", "binary_answer": null, "no_answer_prob": 1.8089745044708252}
{"example_id": -97280574998862081, "prediction": "10 February 19 , 2017 ( 2017 - 02 - 19 ) April 23 , 2017 ( 2017 - 04 - 23 )", "binary_answer": null, "no_answer_prob": -1.5141513347625732}
{"example_id": 7992443050472249822, "prediction": "They were dynamited and destroyed in March 2001 by the Taliban", "binary_answer": null, "no_answer_prob": 2.005289852619171}
{"example_id": 1923984278989351285, "prediction": "Jaron Lowenstein", "binary_answer": null, "no_answer_prob": -10.23517370223999}
{"example_id": -8994689472607853867, "prediction": "Alaska", "binary_answer": null, "no_answer_prob": -6.586170434951782}
{"example_id": -7016075953976402578, "prediction": "George M. Cohan", "binary_answer": null, "no_answer_prob": -4.26362407207489}
{"example_id": 1825374846368629931, "prediction": "", "binary_answer": null, "no_answer_prob": 3.875783234834671}
{"example_id": 8351607903539491538, "prediction": "Alden Ehrenreich", "binary_answer": null, "no_answer_prob": -5.695784091949463}
{"example_id": -5949685421005125662, "prediction": "Perry Como", "binary_answer": null, "no_answer_prob": 2.0505083054304123}
{"example_id": -5310586781600306017, "prediction": "season three", "binary_answer": null, "no_answer_prob": -5.980482816696167}
{"example_id": 531920013532529375, "prediction": "Hank Williams", "binary_answer": null, "no_answer_prob": -2.65466570854187}
{"example_id": -8034158299768324013, "prediction": "Salt River Fields at Talking Stick", "binary_answer": null, "no_answer_prob": -7.55535101890564}
{"example_id": -2419853128669715694, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": -6.025146722793579}
{"example_id": -1732465689055874835, "prediction": "`` Do n't Trust Me '' is the second single by the band 3OH ! 3 and the third track from their second album Want", "binary_answer": null, "no_answer_prob": 3.1959143057465553}
{"example_id": -4886019094428139185, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6162456274032593}
{"example_id": -2764060060269003954, "prediction": "", "binary_answer": null, "no_answer_prob": 5.760956227779388}
{"example_id": -2890293044247175459, "prediction": "James Taylor", "binary_answer": null, "no_answer_prob": -5.453530192375183}
{"example_id": 4337705903352321424, "prediction": "New World", "binary_answer": null, "no_answer_prob": -3.8574204444885254}
{"example_id": -3562092540401324912, "prediction": "Jill Sobule", "binary_answer": null, "no_answer_prob": -7.954945921897888}
{"example_id": 6084451413318448247, "prediction": "Warren Beatty and Faye Dunaway", "binary_answer": null, "no_answer_prob": -5.714976787567139}
{"example_id": 5321188538053205275, "prediction": "`` Man in the Mirror '' is a song recorded by Michael Jackson", "binary_answer": null, "no_answer_prob": 2.3350344747304916}
{"example_id": -2724464842952868728, "prediction": "TimBL , is an English engineer and computer scientist , best known as the inventor of the World Wide Web", "binary_answer": null, "no_answer_prob": 0.2703993320465088}
{"example_id": 5743571047767042643, "prediction": "Player Winner Second place Third place Lionel Messi", "binary_answer": null, "no_answer_prob": 1.8985795974731445}
{"example_id": 8744169892717093640, "prediction": "Exercise", "binary_answer": null, "no_answer_prob": 0.3192094564437866}
{"example_id": 8848821259033633362, "prediction": "The Beatles Michael Jackson Elvis Presley Elton John Madonna Led Zeppelin Pink Floyd", "binary_answer": null, "no_answer_prob": 2.3739722967147827}
{"example_id": 6059470230761275124, "prediction": "Bee Gees", "binary_answer": null, "no_answer_prob": -2.4622522592544556}
{"example_id": -7522103957766106203, "prediction": "Hans Zimmer", "binary_answer": null, "no_answer_prob": 1.6871036291122437}
{"example_id": -348540518175445519, "prediction": "Plant Location Coords . Notes Kewaunee Nuclear Generating Station", "binary_answer": null, "no_answer_prob": 2.8913333415985107}
{"example_id": 442255348316288601, "prediction": "Japan -- United States", "binary_answer": null, "no_answer_prob": 3.791623830795288}
{"example_id": -1141892161770514586, "prediction": "Jeff Goldblum", "binary_answer": null, "no_answer_prob": -2.4605908393859863}
{"example_id": -5532705132329550514, "prediction": "", "binary_answer": null, "no_answer_prob": -3.524267554283142}
{"example_id": -467726021809355869, "prediction": "Sicily", "binary_answer": null, "no_answer_prob": -3.8346595764160156}
{"example_id": -8304772602302527004, "prediction": "", "binary_answer": null, "no_answer_prob": 4.323234498500824}
{"example_id": 7809268091566402989, "prediction": "Silent\u00f3", "binary_answer": null, "no_answer_prob": -6.816073179244995}
{"example_id": 8565884660955480885, "prediction": "greatly extend Japanese control of Manchuria and of the Chinese economy", "binary_answer": null, "no_answer_prob": -1.5036121606826782}
{"example_id": -459257496728022161, "prediction": "Shirley Manson", "binary_answer": null, "no_answer_prob": -1.5096176862716675}
{"example_id": -3844459215970812837, "prediction": "1992", "binary_answer": null, "no_answer_prob": 0.6701319217681885}
{"example_id": 8905720950532543368, "prediction": "", "binary_answer": null, "no_answer_prob": -0.19589269161224365}
{"example_id": -4331357530163823107, "prediction": "Nii Kwabena Bonne II", "binary_answer": null, "no_answer_prob": -5.205767869949341}
{"example_id": -7719864220311874429, "prediction": "The Arctic Ocean", "binary_answer": null, "no_answer_prob": 1.6203508377075195}
{"example_id": -4880462162162608439, "prediction": "A focus group", "binary_answer": null, "no_answer_prob": 2.0121163725852966}
{"example_id": 6977499350099558697, "prediction": "My Chemical Romance ( often abbreviated as MCR ) was an American rock band from Newark , New Jersey", "binary_answer": null, "no_answer_prob": 4.509228944778442}
{"example_id": 2427704424231307536, "prediction": "argumentum ad populum", "binary_answer": null, "no_answer_prob": -2.729657530784607}
{"example_id": 707725165844204150, "prediction": "The O'Neills", "binary_answer": null, "no_answer_prob": 1.1377930641174316}
{"example_id": 4050484309764805754, "prediction": "", "binary_answer": null, "no_answer_prob": 4.46603786945343}
{"example_id": -8890957837327812100, "prediction": "", "binary_answer": null, "no_answer_prob": 3.046467900276184}
{"example_id": 4182783177183748198, "prediction": "March 24 , 2006", "binary_answer": null, "no_answer_prob": 0.3022359609603882}
{"example_id": 8848446046157157131, "prediction": "State Record high temperature Date Place ( s ) Record low temperature Date Place ( s ) Alabama 112 \u00b0 F / 44 \u00b0 C", "binary_answer": null, "no_answer_prob": 2.4730018079280853}
{"example_id": -540346233330395591, "prediction": "1 October 2017 with the finale set in 2018 .", "binary_answer": null, "no_answer_prob": 3.8632489442825317}
{"example_id": 6475150927557070874, "prediction": "August 12 , 1958", "binary_answer": null, "no_answer_prob": -4.797637343406677}
{"example_id": -2848699779862371577, "prediction": "The Notre Dame Fighting Irish", "binary_answer": null, "no_answer_prob": -4.0848695039749146}
{"example_id": -3665183353461528995, "prediction": "", "binary_answer": null, "no_answer_prob": 3.481562376022339}
{"example_id": 4100037965789202078, "prediction": "", "binary_answer": null, "no_answer_prob": 4.858238577842712}
{"example_id": 6367201796697100492, "prediction": "Robert `` Rocky '' Balboa", "binary_answer": null, "no_answer_prob": -2.570783257484436}
{"example_id": -1751179769925722619, "prediction": "Roger Cook and Roger Greenaway", "binary_answer": null, "no_answer_prob": 0.7854538559913635}
{"example_id": -7742663736036460672, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7364542484283447}
{"example_id": -3187170524176385709, "prediction": "Ted Nelson", "binary_answer": null, "no_answer_prob": 1.7646379619836807}
{"example_id": 8988692123340208594, "prediction": "", "binary_answer": null, "no_answer_prob": -5.43172025680542}
{"example_id": 5600540028087582763, "prediction": "Mission : Impossible - Rogue Nation is a 2015", "binary_answer": null, "no_answer_prob": -0.906970739364624}
{"example_id": -6507610791357893238, "prediction": "Lake Tana in Ethiopia", "binary_answer": null, "no_answer_prob": 0.6521271467208862}
{"example_id": -4122436091852804033, "prediction": "The Indus script", "binary_answer": null, "no_answer_prob": 1.0990710854530334}
{"example_id": 484470126527305897, "prediction": "Jan Hammer", "binary_answer": null, "no_answer_prob": -7.112077116966248}
{"example_id": -4726198019722762577, "prediction": "", "binary_answer": null, "no_answer_prob": 5.161228597164154}
{"example_id": -4396484880646690425, "prediction": "Sir George Keith Elphinstone", "binary_answer": null, "no_answer_prob": -7.4560582637786865}
{"example_id": -4883483198194397117, "prediction": "52,354", "binary_answer": null, "no_answer_prob": -8.017343997955322}
{"example_id": -3688060931787394485, "prediction": "", "binary_answer": null, "no_answer_prob": -5.678598999977112}
{"example_id": 1451726689342563212, "prediction": "March 31 , 2017", "binary_answer": null, "no_answer_prob": -5.518722891807556}
{"example_id": -3059082701489355608, "prediction": "", "binary_answer": null, "no_answer_prob": -1.877669334411621}
{"example_id": -5144647233870277485, "prediction": "late April and early May 1945", "binary_answer": null, "no_answer_prob": -0.7425451278686523}
{"example_id": -5309432498929948669, "prediction": "", "binary_answer": null, "no_answer_prob": 5.100491970777512}
{"example_id": -7219970968305775032, "prediction": "8", "binary_answer": null, "no_answer_prob": -2.052878975868225}
{"example_id": 5115642215727784195, "prediction": "1955 to 1975", "binary_answer": null, "no_answer_prob": -5.390450596809387}
{"example_id": -7069922097872244999, "prediction": "Scottsdale", "binary_answer": null, "no_answer_prob": -2.757629871368408}
{"example_id": 206189786194211285, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": -10.542735695838928}
{"example_id": 62860644365836844, "prediction": "the United States", "binary_answer": null, "no_answer_prob": -7.571254849433899}
{"example_id": 5590651016805994998, "prediction": "the Eagles", "binary_answer": null, "no_answer_prob": -6.185125470161438}
{"example_id": -1211183079669479575, "prediction": "Carl Jung", "binary_answer": null, "no_answer_prob": 0.9989631175994873}
{"example_id": -6939222711598009912, "prediction": "Andrea Fay Friedman", "binary_answer": null, "no_answer_prob": -6.742780447006226}
{"example_id": 186181115175340669, "prediction": "Green Bay Packers", "binary_answer": null, "no_answer_prob": 1.0451304912567139}
{"example_id": -3785473738744072266, "prediction": "", "binary_answer": null, "no_answer_prob": 5.406387388706207}
{"example_id": -8507194379726918986, "prediction": "Thermal lows", "binary_answer": null, "no_answer_prob": 1.478617049753666}
{"example_id": 6637073567802381436, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Ode", "binary_answer": null, "no_answer_prob": 5.14713653922081}
{"example_id": 5038789970363225107, "prediction": "Hamburg", "binary_answer": null, "no_answer_prob": -2.3517028093338013}
{"example_id": -1312044215205078776, "prediction": "November 21 , 2012", "binary_answer": null, "no_answer_prob": -8.136966586112976}
{"example_id": 2375264098343717633, "prediction": "Plaza Hotel & Casino", "binary_answer": null, "no_answer_prob": 1.5186567306518555}
{"example_id": 5856964448344804976, "prediction": "Teemu Selanne", "binary_answer": null, "no_answer_prob": -6.404573440551758}
{"example_id": -128952559812824419, "prediction": "USC Trojans football team . He retired from playing in 2004 and is now in broadcasting .", "binary_answer": null, "no_answer_prob": 0.19261544942855835}
{"example_id": -9114470160159471139, "prediction": "Joseph Addison", "binary_answer": null, "no_answer_prob": -5.699050068855286}
{"example_id": 7724905306351389381, "prediction": "", "binary_answer": null, "no_answer_prob": 2.111096113920212}
{"example_id": -5298150289472204168, "prediction": "`` Without Me '' is a song by American rapper Eminem", "binary_answer": null, "no_answer_prob": 2.46703964471817}
{"example_id": -4290253211977957416, "prediction": "Manuela Arbel\u00e1ez Correa", "binary_answer": null, "no_answer_prob": -7.94939911365509}
{"example_id": -7304115666479779940, "prediction": "an American allegorical locution of unclear origin , which describes a situation headed for disaster inescapably or precipitately .", "binary_answer": null, "no_answer_prob": 1.8214674890041351}
{"example_id": -2531208165794657575, "prediction": "", "binary_answer": null, "no_answer_prob": 4.590538322925568}
{"example_id": -4692588432253206145, "prediction": "Shaquille Rashaun O'Neal", "binary_answer": null, "no_answer_prob": 3.4718638211488724}
{"example_id": 709765520479459809, "prediction": "Chris Janson", "binary_answer": null, "no_answer_prob": -11.990678668022156}
{"example_id": -3543037302625356489, "prediction": "", "binary_answer": null, "no_answer_prob": 3.289968490600586}
{"example_id": -3040670937313499993, "prediction": "Brian Johnson", "binary_answer": null, "no_answer_prob": -2.803959608078003}
{"example_id": -2088589662414334198, "prediction": "November 17 , 2013", "binary_answer": null, "no_answer_prob": -3.4317749738693237}
{"example_id": -6209323961625363304, "prediction": "Xochimilco", "binary_answer": null, "no_answer_prob": -2.267327904701233}
{"example_id": 3807450958748783348, "prediction": "Willie Nelson", "binary_answer": null, "no_answer_prob": -7.066973090171814}
{"example_id": -2382743949239598045, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6322940587997437}
{"example_id": -8633078021273712957, "prediction": "", "binary_answer": null, "no_answer_prob": 4.3653454184532166}
{"example_id": -3123619573627182634, "prediction": "Allied victory", "binary_answer": null, "no_answer_prob": -1.8796463012695312}
{"example_id": 5146730298316782239, "prediction": "Yvonne Marianne Elliman", "binary_answer": null, "no_answer_prob": -8.9422687292099}
{"example_id": -3835838259462087896, "prediction": "Penelope Garcia Criminal Minds character Kirsten Vangsness as Penelope Garcia First appearance `` Extreme Aggressor", "binary_answer": null, "no_answer_prob": 1.899700254201889}
{"example_id": -6795214209584105469, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -7.160484433174133}
{"example_id": 3603771987658048703, "prediction": "", "binary_answer": null, "no_answer_prob": 2.597970485687256}
{"example_id": 9133732686876334382, "prediction": "", "binary_answer": null, "no_answer_prob": -0.04853242635726929}
{"example_id": -8236440670743630080, "prediction": "Changi Prison Complex", "binary_answer": null, "no_answer_prob": -4.339493572711945}
{"example_id": -501538841033618609, "prediction": "April 27 , 2018", "binary_answer": null, "no_answer_prob": -6.248388290405273}
{"example_id": -995098774749713636, "prediction": "September 9 , 1850", "binary_answer": null, "no_answer_prob": -6.091291904449463}
{"example_id": 3411765644140833034, "prediction": "574,089 people", "binary_answer": null, "no_answer_prob": 2.5144909620285034}
{"example_id": -8525124454763371713, "prediction": "", "binary_answer": null, "no_answer_prob": 4.364225387573242}
{"example_id": 321102768655838646, "prediction": "Charli XCX and Camila Cabello", "binary_answer": null, "no_answer_prob": -5.822650671005249}
{"example_id": 468286880418624261, "prediction": "LeAnn Rimes", "binary_answer": null, "no_answer_prob": -3.1619479656219482}
{"example_id": 2021452324809314731, "prediction": "", "binary_answer": null, "no_answer_prob": 4.355613052845001}
{"example_id": 2562291364376041081, "prediction": "November 22 , 1995", "binary_answer": null, "no_answer_prob": -4.666145086288452}
{"example_id": -7525781380766697048, "prediction": "1974", "binary_answer": null, "no_answer_prob": -1.4388922452926636}
{"example_id": -8856451863330993561, "prediction": "Keanu Reeves", "binary_answer": null, "no_answer_prob": -6.329963684082031}
{"example_id": 9117581513748721747, "prediction": "", "binary_answer": null, "no_answer_prob": 6.406832970678806}
{"example_id": 7234022603878635102, "prediction": "About five miles ( 8.0 km ) east - southeast of New Orleans on the grounds of Chalmette Plantation", "binary_answer": null, "no_answer_prob": -3.9781006574630737}
{"example_id": -5941652980715340985, "prediction": "The World Trade Organization ( WTO )", "binary_answer": null, "no_answer_prob": -2.9526636004447937}
{"example_id": 3419833261985491971, "prediction": "Tyra Banks", "binary_answer": null, "no_answer_prob": 1.0727934837341309}
{"example_id": 5610563369401480961, "prediction": "", "binary_answer": null, "no_answer_prob": -5.342374086380005}
{"example_id": 8567881168327200573, "prediction": "Jennifer Laura Thompson", "binary_answer": null, "no_answer_prob": 0.03575575351715088}
{"example_id": 1831064377975284998, "prediction": "$70 billion", "binary_answer": null, "no_answer_prob": -1.1104257106781006}
{"example_id": -5834195122914927471, "prediction": "Tammin Pamela Sursok", "binary_answer": null, "no_answer_prob": -11.11862576007843}
{"example_id": -6177806939328637150, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -10.266554951667786}
{"example_id": 5138828106905891228, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Muppets", "binary_answer": null, "no_answer_prob": 0.7112009525299072}
{"example_id": -1865341688150735283, "prediction": "The series began with the feature film The Matrix ( 1999 ) , and continued with two sequels , The Matrix Reloaded and The Matrix Revolutions", "binary_answer": null, "no_answer_prob": 2.405254915356636}
{"example_id": 1480875767130429785, "prediction": "Albuquerque ( / \u02c8\u00e6lb\u0259\u02cck\u025c\u02d0rki / ( listen ) AL - b\u0259 - kur - kee", "binary_answer": null, "no_answer_prob": 3.2504546642303467}
{"example_id": -652624077004600493, "prediction": "1998", "binary_answer": null, "no_answer_prob": -4.087951898574829}
{"example_id": -5995371225801618431, "prediction": "12 24 September 24 , 2018 ( 2018 - 09 - 24 ) TBA TBA TBA TBA TBA", "binary_answer": null, "no_answer_prob": 4.076512455940247}
{"example_id": -6138042119242288687, "prediction": "The Citizenship Clause", "binary_answer": null, "no_answer_prob": -1.476668357849121}
{"example_id": -6308952806760794704, "prediction": "September 23 , 2009", "binary_answer": null, "no_answer_prob": -6.656290173530579}
{"example_id": -5114736863137749386, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8654018491506577}
{"example_id": -5085836176121671532, "prediction": "Westlake High School in Atlanta , Georgia", "binary_answer": null, "no_answer_prob": -1.7900052070617676}
{"example_id": -3878284854900438676, "prediction": "Albert Brooks", "binary_answer": null, "no_answer_prob": -6.4457478523254395}
{"example_id": 1276418571982750964, "prediction": "Starting at the prime meridian and heading eastward , the Tropic of Cancer passes through 16 countries :", "binary_answer": null, "no_answer_prob": 2.060908079147339}
{"example_id": 7872719388342293890, "prediction": "Nick Lowe", "binary_answer": null, "no_answer_prob": -6.675927996635437}
{"example_id": -8870401234502025682, "prediction": "April 2016", "binary_answer": null, "no_answer_prob": -1.9542510509490967}
{"example_id": 1590194633735686902, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -7.469275593757629}
{"example_id": 4452562171341385265, "prediction": "`` Step in the Name of Love ( Remix ) '' is the title of a hit song by R&B singer R. Kelly", "binary_answer": null, "no_answer_prob": 2.9924022555351257}
{"example_id": -7059759563375861801, "prediction": "", "binary_answer": null, "no_answer_prob": 2.84682297706604}
{"example_id": 176006051624218460, "prediction": "1985", "binary_answer": null, "no_answer_prob": -0.924822211265564}
{"example_id": -1004489077412244594, "prediction": "shark attack", "binary_answer": null, "no_answer_prob": 0.5690965056419373}
{"example_id": 8852644387182123778, "prediction": "Hebrew", "binary_answer": null, "no_answer_prob": -2.4557790756225586}
{"example_id": 53088739599859769, "prediction": "Country Number Year United States 351,417 2016 Canada 32,915 2016 Curacao", "binary_answer": null, "no_answer_prob": 3.008182168006897}
{"example_id": 236989730827222552, "prediction": "1992 1993", "binary_answer": null, "no_answer_prob": -1.709329940378666}
{"example_id": -3773514298804466890, "prediction": "Harrison Ford , Rutger Hauer , Sean Young , and Edward James Olmos", "binary_answer": null, "no_answer_prob": -4.195654034614563}
{"example_id": 8913654836219621939, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5363669395446777}
{"example_id": -1712973995367791240, "prediction": "Kruger National Park , South Africa", "binary_answer": null, "no_answer_prob": -6.831650137901306}
{"example_id": -6613286841018442641, "prediction": "Deana Carter", "binary_answer": null, "no_answer_prob": -5.044290065765381}
{"example_id": -693956456365133180, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -7.411766767501831}
{"example_id": 872373137680668128, "prediction": "The geologic time scale", "binary_answer": null, "no_answer_prob": 0.8656492829322815}
{"example_id": 8004256147780033113, "prediction": "607 ( UK ) 759", "binary_answer": null, "no_answer_prob": 1.5404646396636963}
{"example_id": 8226869565961481354, "prediction": "Grace Slick and Mickey Thomas", "binary_answer": null, "no_answer_prob": -8.132122039794922}
{"example_id": -6604180284849946955, "prediction": "Dolly Parton", "binary_answer": null, "no_answer_prob": -9.567444205284119}
{"example_id": -5067828861237213068, "prediction": "intracellular signal transduction cascades .", "binary_answer": null, "no_answer_prob": 1.236962080001831}
{"example_id": -7457552035184731131, "prediction": "Margot Elise Robbie", "binary_answer": null, "no_answer_prob": -2.806891918182373}
{"example_id": 751140925774453410, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -4.31936514377594}
{"example_id": 7640115750041239037, "prediction": "Amino acid ( s ) WHO mg per kg body weight WHO mg per 70 kg US mg per kg body weight H Histidine", "binary_answer": null, "no_answer_prob": 2.9586436077952385}
{"example_id": -7312440329583392073, "prediction": "the opera ai n't over until the fat lady sings . ''", "binary_answer": null, "no_answer_prob": -0.7900816202163696}
{"example_id": -1636241981712941816, "prediction": "Sage", "binary_answer": null, "no_answer_prob": -1.223479151725769}
{"example_id": -4015827601084159168, "prediction": "January 16 , 1972", "binary_answer": null, "no_answer_prob": -9.091815710067749}
{"example_id": 7235355027913907726, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -3.8961539268493652}
{"example_id": 1268396824512005229, "prediction": "Trixie Mattel", "binary_answer": null, "no_answer_prob": -9.917139530181885}
{"example_id": -2129564932747111736, "prediction": "Manuel Nunes , Jos\u00e9 do Esp\u00edrito Santo , and Augusto Dias", "binary_answer": null, "no_answer_prob": -3.3248581886291504}
{"example_id": -849489452133706819, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1292266845703125}
{"example_id": 3219198609141421834, "prediction": "Selena", "binary_answer": null, "no_answer_prob": -8.976674556732178}
{"example_id": -5907079868324458546, "prediction": "Sir Robert Walpole", "binary_answer": null, "no_answer_prob": -3.9423882961273193}
{"example_id": 5589759569929682437, "prediction": "November 1998", "binary_answer": null, "no_answer_prob": -1.0491256713867188}
{"example_id": 4163255986166529598, "prediction": "Harry Shearer", "binary_answer": null, "no_answer_prob": -8.996403694152832}
{"example_id": 1082105489800092493, "prediction": "The Cincinnati Reds are a Major League Baseball team . Originally named the Cincinnati Red Stockings", "binary_answer": null, "no_answer_prob": -1.6463505029678345}
{"example_id": 2415049365334568294, "prediction": "September 1895", "binary_answer": null, "no_answer_prob": -7.021512508392334}
{"example_id": 7121492127450811234, "prediction": "Paul Ryan", "binary_answer": null, "no_answer_prob": -6.129952430725098}
{"example_id": -6857566457543937660, "prediction": "Portuguese and Spanish , although closely related sister languages , differ in many details of their phonology , grammar , and lexicon", "binary_answer": null, "no_answer_prob": -1.4581502676010132}
{"example_id": 8516254657567556671, "prediction": "South Africa", "binary_answer": null, "no_answer_prob": 2.0569641292095184}
{"example_id": 4108187950411422227, "prediction": "", "binary_answer": null, "no_answer_prob": 3.605829954147339}
{"example_id": 2244250984450969560, "prediction": "", "binary_answer": null, "no_answer_prob": 2.751388907432556}
{"example_id": 1885549512030062421, "prediction": "Jibraan Khan", "binary_answer": null, "no_answer_prob": 1.7914013862609863}
{"example_id": -4137258457178761439, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -7.8015735149383545}
{"example_id": 1183350484846600884, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9308145642280579}
{"example_id": -1781954563167768143, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1966118812561035}
{"example_id": -6602275522260235109, "prediction": "Simon & Garfunkel", "binary_answer": null, "no_answer_prob": -3.796383023262024}
{"example_id": -6538412100658418220, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7979689836502075}
{"example_id": 5319306442779638492, "prediction": "Wardell Stephen Curry II", "binary_answer": null, "no_answer_prob": 2.5429615527391434}
{"example_id": -6078653702042232816, "prediction": "", "binary_answer": null, "no_answer_prob": 2.532412886619568}
{"example_id": 8102569032556059314, "prediction": "557", "binary_answer": null, "no_answer_prob": -5.702904224395752}
{"example_id": -4801596099895085362, "prediction": "futurity , with the use of will being much more common and less formal than shall .", "binary_answer": null, "no_answer_prob": -0.16470971703529358}
{"example_id": -4695757930616163117, "prediction": "", "binary_answer": null, "no_answer_prob": 4.290599822998047}
{"example_id": -7398222676796693312, "prediction": "The orbit of a planet is an ellipse", "binary_answer": null, "no_answer_prob": 3.106643795967102}
{"example_id": 4671147913063036787, "prediction": "Paul Ryan", "binary_answer": null, "no_answer_prob": -5.519261002540588}
{"example_id": 9044447430031636829, "prediction": "Lucy Hale , Freddie Stroma , Megan Park , Manu Narayan and Missi Pyle", "binary_answer": null, "no_answer_prob": -3.51190721988678}
{"example_id": -8122510798945020185, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2666518092155457}
{"example_id": -2278070549040269314, "prediction": "", "binary_answer": null, "no_answer_prob": 5.123589754104614}
{"example_id": -4881558110744207603, "prediction": "`` Scenes from an Italian Restaurant '' is a song from Billy Joel 's 1977 album The Stranger .", "binary_answer": null, "no_answer_prob": 2.631015658378601}
{"example_id": -7734674562138865981, "prediction": "14 August 2017", "binary_answer": null, "no_answer_prob": -4.288367509841919}
{"example_id": 3872213422021851126, "prediction": "DJ Snake and Lil Jon", "binary_answer": null, "no_answer_prob": -7.201080679893494}
{"example_id": 5702541058957613993, "prediction": "\u05d4\u05d7\u05d1\u05e8\u05d4 \u05dc\u05d4\u05d2\u05e0\u05ea \u05d4\u05d8\u05d1\u05e2 \u200e \u200e , HaHevra LeHaganat HaTeva ) , or SPNI", "binary_answer": null, "no_answer_prob": -1.7745428085327148}
{"example_id": 1698964054768292781, "prediction": "The basic annual salary for an MP was increased from \u00a3 67,060 to \u00a3 74,000", "binary_answer": null, "no_answer_prob": -3.376452922821045}
{"example_id": -3676657715397644578, "prediction": "Norman Wright", "binary_answer": null, "no_answer_prob": -2.1349769830703735}
{"example_id": -310470021073709295, "prediction": "`` Last Forever '' , the series finale . The Mother 's death from an unspecified terminal illness", "binary_answer": null, "no_answer_prob": 4.5052183866500854}
{"example_id": 7756927992715869319, "prediction": "28 member states", "binary_answer": null, "no_answer_prob": 3.3248069807887077}
{"example_id": 822162100418182714, "prediction": "", "binary_answer": null, "no_answer_prob": 4.695154666900635}
{"example_id": -5972378538230544585, "prediction": "ball joints", "binary_answer": null, "no_answer_prob": 1.9012732654809952}
{"example_id": -9039839860192566230, "prediction": "Jameis Winston", "binary_answer": null, "no_answer_prob": -7.2279627323150635}
{"example_id": 4308761492491441297, "prediction": "Roberta Flack", "binary_answer": null, "no_answer_prob": -3.203336715698242}
{"example_id": 512337514824827515, "prediction": "", "binary_answer": null, "no_answer_prob": 3.323996901512146}
{"example_id": -3183159678200132591, "prediction": "John Adams", "binary_answer": null, "no_answer_prob": -2.171194553375244}
{"example_id": -6367948924063528670, "prediction": "", "binary_answer": null, "no_answer_prob": 4.085168361663818}
{"example_id": 6570443606113831185, "prediction": "Eros", "binary_answer": null, "no_answer_prob": -10.57407259941101}
{"example_id": -3955497084016242230, "prediction": "Stomach The stomach is located centre left in the human body", "binary_answer": null, "no_answer_prob": 2.485498070716858}
{"example_id": -1968543266374087941, "prediction": "", "binary_answer": null, "no_answer_prob": 3.49989777803421}
{"example_id": -5782316998189633760, "prediction": "Ozite", "binary_answer": null, "no_answer_prob": 0.32096418738365173}
{"example_id": 5811596846272693508, "prediction": "Marcella Detroit", "binary_answer": null, "no_answer_prob": -6.756401896476746}
{"example_id": -9035534225130269976, "prediction": "William Shakespeare", "binary_answer": null, "no_answer_prob": -12.960134506225586}
{"example_id": -3949893765366220839, "prediction": "R. Kelly", "binary_answer": null, "no_answer_prob": -8.776846289634705}
{"example_id": 510396804139041628, "prediction": "Roger Penzabene", "binary_answer": null, "no_answer_prob": -7.606920123100281}
{"example_id": 5502116558939314048, "prediction": "Jean Jacques Rousseau", "binary_answer": null, "no_answer_prob": -0.2781369686126709}
{"example_id": 5733933193406628605, "prediction": "Santa Ana County", "binary_answer": null, "no_answer_prob": -1.9180477857589722}
{"example_id": -7201060400914017668, "prediction": "German , French , Italian and Romansh", "binary_answer": null, "no_answer_prob": -0.21805763244628906}
{"example_id": 8558056801913404263, "prediction": "", "binary_answer": null, "no_answer_prob": 2.844454348087311}
{"example_id": -644097087872466465, "prediction": "The Christmas truce ( German : Weihnachtsfrieden ; French : Tr\u00eave de No\u00ebl )", "binary_answer": null, "no_answer_prob": -0.7240705490112305}
{"example_id": 6825233902162016166, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7511138916015625}
{"example_id": -7420768735021343100, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7237575352191925}
{"example_id": -1839864875505756329, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9391297101974487}
{"example_id": -5211591889664230368, "prediction": "NFL Network", "binary_answer": null, "no_answer_prob": 2.6807879209518433}
{"example_id": -3777299648097192536, "prediction": "Bloom is the upcoming second studio album by Australian singer and songwriter Troye Sivan , set to be released on 31 August 2018", "binary_answer": null, "no_answer_prob": 1.9877091646194458}
{"example_id": 2864828716904811288, "prediction": "The Wicked Witch of the West", "binary_answer": null, "no_answer_prob": -3.9030981063842773}
{"example_id": -5758432822667046163, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": -0.9574446678161621}
{"example_id": -7859422749680569556, "prediction": "", "binary_answer": null, "no_answer_prob": 4.056086182594299}
{"example_id": 2485054536940137946, "prediction": "San Antonio de B\u00e9xar ( modern - day San Antonio , Texas , United States", "binary_answer": null, "no_answer_prob": -8.481975197792053}
{"example_id": 6638181243859421210, "prediction": "`` Cortez the Killer '' is a song by Neil Young", "binary_answer": null, "no_answer_prob": 4.397123634815216}
{"example_id": -1620119975943843726, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 6.356285214424133}
{"example_id": -5158391112879684887, "prediction": "The legal working age is the minimum age required by law for a person to work , in each country or jurisdiction .", "binary_answer": null, "no_answer_prob": 0.02574726939201355}
{"example_id": 3872441116308992558, "prediction": "Schenectady , New York", "binary_answer": null, "no_answer_prob": -4.319922924041748}
{"example_id": 8924269644784033060, "prediction": "Nicholas Hammond and Robert F. Simon", "binary_answer": null, "no_answer_prob": 3.3588366508483887}
{"example_id": 1558952782569915800, "prediction": "1920s and 1930s", "binary_answer": null, "no_answer_prob": -1.4623801708221436}
{"example_id": 2928271040122697512, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3189616799354553}
{"example_id": -4498257935140086358, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9629613757133484}
{"example_id": -3285438570191765418, "prediction": "1991", "binary_answer": null, "no_answer_prob": -6.706669569015503}
{"example_id": -2416626899225671397, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1652969121932983}
{"example_id": -3738656468090758930, "prediction": "", "binary_answer": null, "no_answer_prob": 4.31060266494751}
{"example_id": -6004071283045291202, "prediction": "severe drought", "binary_answer": null, "no_answer_prob": -6.007381439208984}
{"example_id": 6764720317969248575, "prediction": "refers to its orbit , passing over the equator in the morning .", "binary_answer": null, "no_answer_prob": -1.4589409828186035}
{"example_id": -2605116192873057415, "prediction": "New England Patriots Current season Established November 16 , 1959 ; 58 years ago ( November 16 , 1959 ) First season : 1960", "binary_answer": null, "no_answer_prob": 0.1271076798439026}
{"example_id": -8723007522114470742, "prediction": "Southeast Asia", "binary_answer": null, "no_answer_prob": 1.0787707567214966}
{"example_id": -2813391211432154193, "prediction": "1994", "binary_answer": null, "no_answer_prob": -6.432545900344849}
{"example_id": -5412482968468523890, "prediction": "Daniel Craig", "binary_answer": null, "no_answer_prob": -1.2234816551208496}
{"example_id": 8756703088492936300, "prediction": "late summer or early autumn", "binary_answer": null, "no_answer_prob": -1.4859318733215332}
{"example_id": -5770358908635410033, "prediction": "When considering the differences between ska and rocksteady it is worth remembering that the musicians were essentially the same and so were the producers .", "binary_answer": null, "no_answer_prob": -1.9083247184753418}
{"example_id": 7934561640496352246, "prediction": "Linda Evans", "binary_answer": null, "no_answer_prob": -10.04740285873413}
{"example_id": -5476828546252817553, "prediction": "Nicholas Offerman", "binary_answer": null, "no_answer_prob": -13.836238026618958}
{"example_id": -1565879310737561437, "prediction": "Brown v. Board of Education of Topeka , 347 U.S. 483 ( 1954 )", "binary_answer": null, "no_answer_prob": -5.636762380599976}
{"example_id": -6136325372009031906, "prediction": "between 14 and 18", "binary_answer": null, "no_answer_prob": -2.624573826789856}
{"example_id": -3561851198953809001, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -5.5903860330581665}
{"example_id": 6154657679730068731, "prediction": "Anthony Kiedis", "binary_answer": null, "no_answer_prob": -4.803056716918945}
{"example_id": -7820346412631277301, "prediction": "Petyr Baelish", "binary_answer": null, "no_answer_prob": -2.134458541870117}
{"example_id": 766920567269682140, "prediction": "A flat organization", "binary_answer": null, "no_answer_prob": -1.0972059965133667}
{"example_id": 3114662201533363949, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0551625341176987}
{"example_id": -7537881845967545834, "prediction": "David Morway", "binary_answer": null, "no_answer_prob": -6.720304608345032}
{"example_id": -1973367318241141257, "prediction": "defends the strategy of nonviolent resistance to racism", "binary_answer": null, "no_answer_prob": -4.589079976081848}
{"example_id": 2381938879170761525, "prediction": "Krishna Sobti", "binary_answer": null, "no_answer_prob": -7.211199045181274}
{"example_id": -6734748167054609476, "prediction": "", "binary_answer": null, "no_answer_prob": 4.759890854358673}
{"example_id": 4168657448338450498, "prediction": "`` Do You Remember the First Time ?", "binary_answer": null, "no_answer_prob": -1.121413230895996}
{"example_id": -5758324138803388947, "prediction": "New York City", "binary_answer": null, "no_answer_prob": -4.220661282539368}
{"example_id": 5543517453741490228, "prediction": "6", "binary_answer": null, "no_answer_prob": -6.9003196358680725}
{"example_id": 5285503480855949765, "prediction": "James Taylor", "binary_answer": null, "no_answer_prob": -5.53826630115509}
{"example_id": 5016432624312247657, "prediction": "thirty - five Years", "binary_answer": null, "no_answer_prob": -3.7371578216552734}
{"example_id": -9069174161552641687, "prediction": "European settlements in North America", "binary_answer": null, "no_answer_prob": -0.23784852027893066}
{"example_id": 5733542318101225635, "prediction": "Zachary David Alexander Efron", "binary_answer": null, "no_answer_prob": -3.864494562149048}
{"example_id": -7690718669519742777, "prediction": "Seals and Crofts", "binary_answer": null, "no_answer_prob": 0.6760927438735962}
{"example_id": -5400957805681525999, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": -3.9145474433898926}
{"example_id": -2044066155885527892, "prediction": "Bobby Riggs", "binary_answer": null, "no_answer_prob": -6.371635794639587}
{"example_id": -7186398287884224295, "prediction": "Tom Kenny", "binary_answer": null, "no_answer_prob": -7.869509935379028}
{"example_id": -5508384058983765919, "prediction": "The convention discussed removing the three - fifths compromise", "binary_answer": null, "no_answer_prob": 0.10884928703308105}
{"example_id": 1480908489472248735, "prediction": "`` Lenore '' is a poem by the American author Edgar Allan Poe", "binary_answer": null, "no_answer_prob": 1.5365875959396362}
{"example_id": 4262949888553654261, "prediction": "A banyan", "binary_answer": null, "no_answer_prob": -1.6962201595306396}
{"example_id": -1490347864422317368, "prediction": "Daenerys Targaryen", "binary_answer": null, "no_answer_prob": -2.883139133453369}
{"example_id": 1225162660814157952, "prediction": "The Southern Hemisphere", "binary_answer": null, "no_answer_prob": 2.67923566699028}
{"example_id": -4529498110941144482, "prediction": "A lasting legacy of the Sui dynasty was the Grand Canal", "binary_answer": null, "no_answer_prob": -1.3414705991744995}
{"example_id": -7391776305567180350, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6611634492874146}
{"example_id": 1510902921486161174, "prediction": "Dharmic religions", "binary_answer": null, "no_answer_prob": 3.5472015738487244}
{"example_id": 1887982148086162345, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8360307812690735}
{"example_id": -5089205630169014610, "prediction": "Geoffrey Chaucer", "binary_answer": null, "no_answer_prob": -2.430497884750366}
{"example_id": 6747693054679197435, "prediction": "", "binary_answer": null, "no_answer_prob": -4.2080143094062805}
{"example_id": 7538105252315279291, "prediction": "Saivism , Vaishnavism and Shaktism", "binary_answer": null, "no_answer_prob": -0.7369043827056885}
{"example_id": 6361671696133085371, "prediction": "", "binary_answer": null, "no_answer_prob": 2.450602173805237}
{"example_id": -7258446764275603868, "prediction": "The Wrong Trousers", "binary_answer": null, "no_answer_prob": 0.285561203956604}
{"example_id": -8915405815403601409, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7944824397563934}
{"example_id": -7235383409711791885, "prediction": "Chicago Bears 16 Baltimore Ravens", "binary_answer": null, "no_answer_prob": -1.5921845436096191}
{"example_id": 5320523448309021485, "prediction": "4,226 feet ( 1288 m )", "binary_answer": null, "no_answer_prob": 0.21149390935897827}
{"example_id": -562815493883482506, "prediction": "The wall originally listed 57,939 names", "binary_answer": null, "no_answer_prob": 2.100628674030304}
{"example_id": -1789978962684640018, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -2.3581247329711914}
{"example_id": 3780354742955455821, "prediction": "Yokota Air Base , Tokyo , Japan", "binary_answer": null, "no_answer_prob": -6.888777852058411}
{"example_id": -5176829151729688172, "prediction": "Aryakku Parinayam", "binary_answer": null, "no_answer_prob": 1.2444274425506592}
{"example_id": -6772215572115433359, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0696404576301575}
{"example_id": -8212570271479809148, "prediction": "March 16 , 2018", "binary_answer": null, "no_answer_prob": -0.4929656982421875}
{"example_id": 8554721282818506215, "prediction": "May 26 , 2017", "binary_answer": null, "no_answer_prob": -4.522225737571716}
{"example_id": 8702062837938010916, "prediction": "NSC Olimpiyskiy Stadium in Kiev , Ukraine", "binary_answer": null, "no_answer_prob": -7.078786730766296}
{"example_id": 689739857733957731, "prediction": "50", "binary_answer": null, "no_answer_prob": -0.17292451858520508}
{"example_id": -4041794130324379867, "prediction": "Orlando , Florida City City of Orlando", "binary_answer": null, "no_answer_prob": 2.592684030532837}
{"example_id": 6106481596866176219, "prediction": "3 July to 15 August", "binary_answer": null, "no_answer_prob": -3.3024706840515137}
{"example_id": -2399190467145139348, "prediction": "2014", "binary_answer": null, "no_answer_prob": -1.5138683319091797}
{"example_id": -7124677615703363949, "prediction": "", "binary_answer": null, "no_answer_prob": 5.008702278137207}
{"example_id": -8583211498455578525, "prediction": "The climate of Russia is formed under the influence of several determining factors", "binary_answer": null, "no_answer_prob": 2.3802993148565292}
{"example_id": 20190138539993992, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9684088826179504}
{"example_id": -7785894462299749544, "prediction": "season two", "binary_answer": null, "no_answer_prob": 1.718379944562912}
{"example_id": -779321564082415244, "prediction": "Julie Payette", "binary_answer": null, "no_answer_prob": -8.805161952972412}
{"example_id": -7931234188600504200, "prediction": "", "binary_answer": null, "no_answer_prob": 4.811248302459717}
{"example_id": 3016147438030282406, "prediction": "Belinda Carlisle", "binary_answer": null, "no_answer_prob": -1.0376757383346558}
{"example_id": -7413075732899091321, "prediction": "The Oakland Raiders were founded as a charter member of the American Football League ( AFL ) in 1960", "binary_answer": null, "no_answer_prob": -5.704199314117432}
{"example_id": 2223765238218548870, "prediction": "", "binary_answer": null, "no_answer_prob": 4.361409783363342}
{"example_id": -4340511208164380792, "prediction": "Heathcliff Andrew Ledger", "binary_answer": null, "no_answer_prob": -2.563918948173523}
{"example_id": 6705220630079828423, "prediction": "", "binary_answer": null, "no_answer_prob": 4.190250933170319}
{"example_id": 3787230311281172305, "prediction": "", "binary_answer": null, "no_answer_prob": -1.588753342628479}
{"example_id": -5231592180573429181, "prediction": "Calcium sulfate", "binary_answer": null, "no_answer_prob": 0.049510836601257324}
{"example_id": 416035876866880719, "prediction": "John Hancock", "binary_answer": null, "no_answer_prob": -3.454479217529297}
{"example_id": -4071625595659185770, "prediction": "In gridiron football , the safety", "binary_answer": null, "no_answer_prob": 1.7460625171661377}
{"example_id": 4460116272570301127, "prediction": "", "binary_answer": null, "no_answer_prob": -0.24358069896697998}
{"example_id": 5759398902819525064, "prediction": "1946", "binary_answer": null, "no_answer_prob": 2.433013081550598}
{"example_id": 8491441515521538390, "prediction": "Network Ten and six on the Seven Network", "binary_answer": null, "no_answer_prob": 0.10385194420814514}
{"example_id": -136082242920765563, "prediction": "Stephen Paddock", "binary_answer": null, "no_answer_prob": 1.6421881020069122}
{"example_id": 9039626860982008361, "prediction": "", "binary_answer": null, "no_answer_prob": 3.177885115146637}
{"example_id": 1285967838886493766, "prediction": "", "binary_answer": null, "no_answer_prob": 2.938381791114807}
{"example_id": -3578394134252581, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3046263456344604}
{"example_id": -7882710204067820087, "prediction": "Los Angeles County is one of the original counties of California", "binary_answer": null, "no_answer_prob": -3.2885851860046387}
{"example_id": 7276336596372155305, "prediction": "Dmitri Mendeleev", "binary_answer": null, "no_answer_prob": -7.544919013977051}
{"example_id": -593854833350502948, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4155077934265137}
{"example_id": -4953469294180457196, "prediction": "Audrey", "binary_answer": null, "no_answer_prob": -0.5990090370178223}
{"example_id": 7482192010139532914, "prediction": "1 September 1939", "binary_answer": null, "no_answer_prob": -5.598839998245239}
{"example_id": -7246725997828429775, "prediction": "Journey", "binary_answer": null, "no_answer_prob": -4.257790803909302}
{"example_id": 1244165659349384209, "prediction": "Chester Nimitz , Frank Jack Fletcher , and Raymond A. Spruance", "binary_answer": null, "no_answer_prob": -2.994495153427124}
{"example_id": 7413350852915652848, "prediction": "Walmart General merchandisers", "binary_answer": null, "no_answer_prob": -0.12354826927185059}
{"example_id": -3592370475979441194, "prediction": "Capital Adequacy Ratio ( CAR )", "binary_answer": null, "no_answer_prob": 2.842939794063568}
{"example_id": 9616929275214993, "prediction": "The United States federal civil service", "binary_answer": null, "no_answer_prob": 3.1333884596824646}
{"example_id": 5051632957830507722, "prediction": "Cruise followed up Top Gun with The Color of Money , which came out the same year , and which paired him with Paul Newman . 1988", "binary_answer": null, "no_answer_prob": -1.6960208415985107}
{"example_id": -6077328567886966109, "prediction": "", "binary_answer": null, "no_answer_prob": 4.361230373382568}
{"example_id": 2322206130942836588, "prediction": "", "binary_answer": null, "no_answer_prob": 3.923388361930847}
{"example_id": 2497318347920691706, "prediction": "", "binary_answer": null, "no_answer_prob": 3.181995987892151}
{"example_id": 3695029494455379112, "prediction": "Peyton Manning", "binary_answer": null, "no_answer_prob": -9.123409390449524}
{"example_id": 2308815812664752641, "prediction": "", "binary_answer": null, "no_answer_prob": -0.49180054664611816}
{"example_id": -4911924466275325588, "prediction": "Area code 512", "binary_answer": null, "no_answer_prob": -0.06965696811676025}
{"example_id": 3260947583426165221, "prediction": "January 9 , 2000", "binary_answer": null, "no_answer_prob": -8.043168783187866}
{"example_id": 2784798172118934262, "prediction": "over 7.4 million", "binary_answer": null, "no_answer_prob": -4.060716986656189}
{"example_id": -7017641548306237349, "prediction": "", "binary_answer": null, "no_answer_prob": 4.753225922584534}
{"example_id": -8136449854028693199, "prediction": "John Cynn", "binary_answer": null, "no_answer_prob": -2.64724063873291}
{"example_id": 9100851838980618940, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9140208959579468}
{"example_id": 7694079794962805609, "prediction": "April 11 , 1899", "binary_answer": null, "no_answer_prob": -5.157317161560059}
{"example_id": -4915659449158888905, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.093090176582336}
{"example_id": 6486915894706587241, "prediction": "", "binary_answer": null, "no_answer_prob": 4.008913218975067}
{"example_id": -5967446349492306987, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5663708448410034}
{"example_id": 6039981987742679389, "prediction": "Great Britain", "binary_answer": null, "no_answer_prob": -0.9820616245269775}
{"example_id": 5773515733727732435, "prediction": "Shah Rukh Khan", "binary_answer": null, "no_answer_prob": -1.1363310813903809}
{"example_id": -5379461449961067329, "prediction": "Tristan Lake Leabu", "binary_answer": null, "no_answer_prob": -2.586282730102539}
{"example_id": -7430975984696880821, "prediction": "Julius Robert Oppenheimer", "binary_answer": null, "no_answer_prob": -11.614185094833374}
{"example_id": -132640085097841406, "prediction": "6,920 ft ( 2,051 m )", "binary_answer": null, "no_answer_prob": -8.899098992347717}
{"example_id": -1997539293382738655, "prediction": "`` Who 's Your Daddy ? '' is a song written and recorded by American country music artist Toby Keith", "binary_answer": null, "no_answer_prob": 0.8044459819793701}
{"example_id": 8156384123497576270, "prediction": "Imhotep", "binary_answer": null, "no_answer_prob": -5.6748082637786865}
{"example_id": 6477209141371587806, "prediction": "George Benson", "binary_answer": null, "no_answer_prob": -1.2477161884307861}
{"example_id": 2760209642973196851, "prediction": "", "binary_answer": null, "no_answer_prob": 3.184219889342785}
{"example_id": 2883401349670624186, "prediction": "", "binary_answer": null, "no_answer_prob": 2.334163546562195}
{"example_id": -3672564080898419789, "prediction": "", "binary_answer": null, "no_answer_prob": 3.554839253425598}
{"example_id": 221915176119869760, "prediction": "Pennsylvania State House ( now known as Independence Hall ) in Philadelphia , Pennsylvania", "binary_answer": null, "no_answer_prob": -3.4122501611709595}
{"example_id": -6110651448307713906, "prediction": "on the last Sunday in March", "binary_answer": null, "no_answer_prob": 1.6485481262207031}
{"example_id": -2867996683676470916, "prediction": "Sheriff Woody Pride", "binary_answer": null, "no_answer_prob": -3.416124701499939}
{"example_id": 6881132752234635448, "prediction": "Kate Ashfield", "binary_answer": null, "no_answer_prob": -12.12400734424591}
{"example_id": 7770542665385014098, "prediction": "", "binary_answer": null, "no_answer_prob": 5.023964524269104}
{"example_id": -5270976941130324785, "prediction": "2,320 miles ( 3,730 km ) to the Mississippi River Delta at the Gulf of Mexico", "binary_answer": null, "no_answer_prob": 3.2127622067928314}
{"example_id": -1477663916994923070, "prediction": "the Four Tops", "binary_answer": null, "no_answer_prob": -7.4509196281433105}
{"example_id": -5115818207031283048, "prediction": "", "binary_answer": null, "no_answer_prob": 2.193900763988495}
{"example_id": 5726069871539807496, "prediction": "The Stamp Act of 1765", "binary_answer": null, "no_answer_prob": -0.11648547649383545}
{"example_id": -4069971689810770014, "prediction": "", "binary_answer": null, "no_answer_prob": 5.6350177526474}
{"example_id": -6092261123281395955, "prediction": "Amber is fossilized tree resin", "binary_answer": null, "no_answer_prob": 2.606568694114685}
{"example_id": -754293583901942452, "prediction": "August 5 , 1998", "binary_answer": null, "no_answer_prob": -5.7112791538238525}
{"example_id": 3566946616269400064, "prediction": "George Michael", "binary_answer": null, "no_answer_prob": -3.1469308137893677}
{"example_id": -7892131121098836429, "prediction": "Leonie Elliott", "binary_answer": null, "no_answer_prob": -6.025817394256592}
{"example_id": 2479806972542856767, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4322408437728882}
{"example_id": 8128023842569557050, "prediction": "November 16 , 2012", "binary_answer": null, "no_answer_prob": 2.469989776611328}
{"example_id": 2540355632717774384, "prediction": "Chaka Khan", "binary_answer": null, "no_answer_prob": -4.085332989692688}
{"example_id": 8281807180180214486, "prediction": "Bluey", "binary_answer": null, "no_answer_prob": -2.3155816793441772}
{"example_id": -2670496322256023748, "prediction": "Fargo", "binary_answer": null, "no_answer_prob": 3.0866531133651733}
{"example_id": 7365751395681509522, "prediction": "Lesley Gore", "binary_answer": null, "no_answer_prob": -0.24837934970855713}
{"example_id": -2978027387456473242, "prediction": "Boyz n the Hood", "binary_answer": null, "no_answer_prob": 3.08590236492455}
{"example_id": 2618911500047784155, "prediction": "The 1st Infantry Division", "binary_answer": null, "no_answer_prob": -2.3234541416168213}
{"example_id": 6988672005100839824, "prediction": "the Mother Abbess", "binary_answer": null, "no_answer_prob": -3.070687413215637}
{"example_id": -8036563285204482986, "prediction": "Amarasimha", "binary_answer": null, "no_answer_prob": -6.456719636917114}
{"example_id": 7219337640456442084, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -10.736006259918213}
{"example_id": -8528473151935601088, "prediction": "Plains 1 . Blackfoot Arapahoan", "binary_answer": null, "no_answer_prob": 2.3024556189775467}
{"example_id": -7744635265161234835, "prediction": "", "binary_answer": null, "no_answer_prob": 4.238491714000702}
{"example_id": -686965618063115361, "prediction": "scarlet red and olive green", "binary_answer": null, "no_answer_prob": -5.090901136398315}
{"example_id": 8219336082402527159, "prediction": "Martha Raye", "binary_answer": null, "no_answer_prob": -3.6871074438095093}
{"example_id": 2028800177628781631, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6965593099594116}
{"example_id": 1648152629454333942, "prediction": "The large majority of the film 's scenes were shot in Cortina d'Ampezzo , Dolomites , Italy", "binary_answer": null, "no_answer_prob": 4.194571495056152}
{"example_id": -6803621192058340658, "prediction": "Ant - Man and the Wasp", "binary_answer": null, "no_answer_prob": 0.6500041484832764}
{"example_id": -135732139178588796, "prediction": "", "binary_answer": null, "no_answer_prob": -4.4774651527404785}
{"example_id": 171479852099698826, "prediction": "`` Chuck Versus the Other Guy ''", "binary_answer": null, "no_answer_prob": 2.267796277999878}
{"example_id": 8611467967389080853, "prediction": "", "binary_answer": null, "no_answer_prob": 5.627432763576508}
{"example_id": 3409449635704661400, "prediction": "The Constitutional Convention ( also known as the Philadelphia Convention", "binary_answer": null, "no_answer_prob": 4.340552270412445}
{"example_id": -7976935901750572280, "prediction": "Walk the Moon", "binary_answer": null, "no_answer_prob": -6.277826607227325}
{"example_id": 2918775261936844837, "prediction": "`` Daylight ''", "binary_answer": null, "no_answer_prob": -3.259368658065796}
{"example_id": -827840489801273691, "prediction": "the Midtown Manhattan section of New York City", "binary_answer": null, "no_answer_prob": -4.539309978485107}
{"example_id": -6755191382094968028, "prediction": "", "binary_answer": null, "no_answer_prob": 3.723831295967102}
{"example_id": 862078234530148223, "prediction": "", "binary_answer": null, "no_answer_prob": 5.022631287574768}
{"example_id": 4931667887901486822, "prediction": "", "binary_answer": null, "no_answer_prob": 3.443356841802597}
{"example_id": -1431489886776221843, "prediction": "The Human League", "binary_answer": null, "no_answer_prob": 2.614287555217743}
{"example_id": 4864957712058502557, "prediction": "Oceanside , California Los Angeles , California", "binary_answer": null, "no_answer_prob": 0.47801733016967773}
{"example_id": -2921674280380367200, "prediction": "Parliamentarians ( `` Roundheads '' ) and Royalists", "binary_answer": null, "no_answer_prob": -1.0203914642333984}
{"example_id": 5262209105189635250, "prediction": "", "binary_answer": null, "no_answer_prob": 3.701573893427849}
{"example_id": 1479606314513201116, "prediction": "May 16 , 1986", "binary_answer": null, "no_answer_prob": -7.784846544265747}
{"example_id": -7089430243909366299, "prediction": "Grace Slick and Mickey Thomas", "binary_answer": null, "no_answer_prob": -7.192617774009705}
{"example_id": 756934545771565947, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5628842711448669}
{"example_id": -4457993161912433368, "prediction": "The Andean civilizations", "binary_answer": null, "no_answer_prob": -2.9140807390213013}
{"example_id": -7760333522546957050, "prediction": "Creedence Clearwater Revival", "binary_answer": null, "no_answer_prob": -3.006679654121399}
{"example_id": -4950548349523387315, "prediction": "Rod Carew", "binary_answer": null, "no_answer_prob": -3.5011290311813354}
{"example_id": 7523298241696388541, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Historical negationism", "binary_answer": null, "no_answer_prob": 0.15471124649047852}
{"example_id": 8972295956891923440, "prediction": "Seth MacFarlane", "binary_answer": null, "no_answer_prob": -8.764907717704773}
{"example_id": -699408888972542332, "prediction": "", "binary_answer": null, "no_answer_prob": 2.828779637813568}
{"example_id": 8349683213960510021, "prediction": "Theresa Hak Kyung Cha Dianne Feinstein Stacey Bendet Melissa de la Cruz", "binary_answer": null, "no_answer_prob": 0.9753366708755493}
{"example_id": 7802219501574606776, "prediction": "4,028 square miles ( 10,430 km )", "binary_answer": null, "no_answer_prob": 0.8234829008579254}
{"example_id": -6056894076536993060, "prediction": "KDKA - FM", "binary_answer": null, "no_answer_prob": -4.3113861083984375}
{"example_id": -3670866671527666176, "prediction": "2018 - 01 - 08", "binary_answer": null, "no_answer_prob": -2.426316738128662}
{"example_id": -3243586934232791084, "prediction": "Rank ISP Narrowband Broadband Total Jio", "binary_answer": null, "no_answer_prob": -0.343197226524353}
{"example_id": -8503813254577463425, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9136424101889133}
{"example_id": 3729606593665326659, "prediction": "`` My Give a Damn 's Busted '' is a song written by American country music artist Joe Diffie", "binary_answer": null, "no_answer_prob": 1.424558401107788}
{"example_id": 725338506361719078, "prediction": "", "binary_answer": null, "no_answer_prob": 4.604497492313385}
{"example_id": 6986614780487265984, "prediction": "Lucas Grabeel", "binary_answer": null, "no_answer_prob": -5.249549865722656}
{"example_id": 1274849832589718948, "prediction": "The Phantom Menace", "binary_answer": null, "no_answer_prob": -2.1224045753479004}
{"example_id": 2479487362050061906, "prediction": "Kevin Wayne Durant", "binary_answer": null, "no_answer_prob": 2.2251207530498505}
{"example_id": -3555577008861784882, "prediction": "Joan Cusack in all the films , while Mary Kay Bergman", "binary_answer": null, "no_answer_prob": -8.333712100982666}
{"example_id": 7174180369588847817, "prediction": "145 - mile - long ( 233 km )", "binary_answer": null, "no_answer_prob": -6.063246369361877}
{"example_id": -8883489284170645656, "prediction": "Projectile motion", "binary_answer": null, "no_answer_prob": 2.1396076679229736}
{"example_id": -6310701261648691519, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3593983054161072}
{"example_id": 8291491648566581030, "prediction": "The Golden Ball award is presented to the best player", "binary_answer": null, "no_answer_prob": -0.10493969917297363}
{"example_id": -4029509870061807290, "prediction": "", "binary_answer": null, "no_answer_prob": 3.728076159954071}
{"example_id": -7237163630689096677, "prediction": "Sublingual", "binary_answer": null, "no_answer_prob": 2.509222447872162}
{"example_id": -215003195275662680, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7476168870925903}
{"example_id": -1619186597598176495, "prediction": "Kirby Grant", "binary_answer": null, "no_answer_prob": -7.769028186798096}
{"example_id": 2979825218277817813, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9038840532302856}
{"example_id": 145323670024929837, "prediction": "Tom Tupa", "binary_answer": null, "no_answer_prob": -2.210655927658081}
{"example_id": 5979958328447810229, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": -9.605385392904282}
{"example_id": -8586714028519167423, "prediction": "August 7 , 2018", "binary_answer": null, "no_answer_prob": -11.14143967628479}
{"example_id": -5841550508559779777, "prediction": "Sir Timothy John Berners - Lee", "binary_answer": null, "no_answer_prob": -8.937926173210144}
{"example_id": -5558929420440949627, "prediction": "", "binary_answer": null, "no_answer_prob": 3.869982898235321}
{"example_id": 4269706947288164231, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.9084514379501343}
{"example_id": 7393641088525167797, "prediction": "Roger Federer ( 20 / 20 ) Rafael Nadal", "binary_answer": null, "no_answer_prob": -1.7573180198669434}
{"example_id": -541023224360220479, "prediction": "Kellerman 's", "binary_answer": null, "no_answer_prob": -2.7459298372268677}
{"example_id": 6317720895883623740, "prediction": "`` File 13 '' is a euphemism for the trash can", "binary_answer": null, "no_answer_prob": 4.315297096967697}
{"example_id": -5405778226094876428, "prediction": "", "binary_answer": null, "no_answer_prob": 4.673759907484055}
{"example_id": 129433090630836717, "prediction": "Gwen Dickey", "binary_answer": null, "no_answer_prob": -6.073912024497986}
{"example_id": 6791572512890775191, "prediction": "Richard Ellis Sligh", "binary_answer": null, "no_answer_prob": -1.1607232093811035}
{"example_id": 1980729432350266831, "prediction": "`` Wake Me Up Before You Go - Go '' is a song by the British duo Wham !", "binary_answer": null, "no_answer_prob": 2.7367263436317444}
{"example_id": 1341226718584334200, "prediction": "Generally , the age is estimated based primarily upon the age of any mountains it dissects", "binary_answer": null, "no_answer_prob": 0.4450056552886963}
{"example_id": -8671976761442271638, "prediction": "Octant", "binary_answer": null, "no_answer_prob": 0.3604094982147217}
{"example_id": 8183428900151997395, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2303263172507286}
{"example_id": 3183088909321144045, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8141443729400635}
{"example_id": -5515394691608507451, "prediction": "The Brooklyn Dodgers was an American Major League baseball team , active primarily in the National League from 1884 until 1957", "binary_answer": null, "no_answer_prob": 3.3275589793920517}
{"example_id": 4323235443402669187, "prediction": "The McDonald brothers opened their first restaurant adjacent to the Monrovia Airport", "binary_answer": null, "no_answer_prob": -5.373331785202026}
{"example_id": 8126402066855984746, "prediction": "Year Title Role Notes 2019 Godzilla : King of the Monsters Madison Russell Post-production", "binary_answer": null, "no_answer_prob": 1.3936457633972168}
{"example_id": 353547466542075610, "prediction": "Lawrence Kenneth `` Larry '' `` Bud '' Pennell", "binary_answer": null, "no_answer_prob": -12.120465874671936}
{"example_id": 7452703467663556325, "prediction": "Since the office was established in 1789 , 44", "binary_answer": null, "no_answer_prob": 2.0941927433013916}
{"example_id": -255311412987158941, "prediction": "La Jeune Am\u00e9ricaine et les contes marins ( The Young American and Marine Tales )", "binary_answer": null, "no_answer_prob": 3.6943124756217003}
{"example_id": -3986943963143017285, "prediction": "Guiana Shield Region the Guiana Shield Region South America Location northeastern South America", "binary_answer": null, "no_answer_prob": -2.8220839500427246}
{"example_id": -3716455896522770890, "prediction": "Generation X , or Gen X , is the demographic cohort following the baby boomers and preceding the Millennials", "binary_answer": null, "no_answer_prob": 4.397777646780014}
{"example_id": -5353694907880616441, "prediction": "Name Seasons No. of episodes Portrayer Character summary Charles Ingalls", "binary_answer": null, "no_answer_prob": 2.946684956550598}
{"example_id": 5992298794206920466, "prediction": "Instagram 's own account , with over 235 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -3.772552967071533}
{"example_id": 3945293899386860281, "prediction": "arcuate arteries", "binary_answer": null, "no_answer_prob": -0.4670696258544922}
{"example_id": -5247200363195004684, "prediction": "Adam James Susan", "binary_answer": null, "no_answer_prob": -0.6221252679824829}
{"example_id": 6192500319623756350, "prediction": "Stevie Wonder", "binary_answer": null, "no_answer_prob": -7.925558924674988}
{"example_id": 298200800048230018, "prediction": "October 9 , 2018", "binary_answer": null, "no_answer_prob": -7.471509099006653}
{"example_id": -7168963681804223913, "prediction": "", "binary_answer": null, "no_answer_prob": 4.277871131896973}
{"example_id": 2191524445580222337, "prediction": "", "binary_answer": null, "no_answer_prob": 3.334642767906189}
{"example_id": -2148933343795360387, "prediction": "Alan Silvestri", "binary_answer": null, "no_answer_prob": 2.0473012924194336}
{"example_id": -3038196746815864836, "prediction": "boron , silicon , germanium , arsenic , antimony , and tellurium", "binary_answer": null, "no_answer_prob": -1.0911834239959717}
{"example_id": 3789678940982532205, "prediction": "Stephen Grover Cleveland", "binary_answer": null, "no_answer_prob": -10.637156248092651}
{"example_id": 926229989598592092, "prediction": "", "binary_answer": null, "no_answer_prob": 0.323650598526001}
{"example_id": 4610069555576694382, "prediction": "Sam Snead", "binary_answer": null, "no_answer_prob": -6.4317827224731445}
{"example_id": -8296998084172374636, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Gaslighting", "binary_answer": null, "no_answer_prob": 4.173244774341583}
{"example_id": -8183994224773597293, "prediction": "`` Eye of the Tiger '' is a song composed by American rock band Survivor", "binary_answer": null, "no_answer_prob": -0.436848521232605}
{"example_id": 1253786471499687520, "prediction": "John Forsythe", "binary_answer": null, "no_answer_prob": -3.7330507040023804}
{"example_id": 4926411532217980738, "prediction": "Oedipus Rex", "binary_answer": null, "no_answer_prob": 4.634347677230835}
{"example_id": -5994132100550064902, "prediction": "Harry Potter and the Deathly Hallows -- Part 2", "binary_answer": null, "no_answer_prob": 2.926089756190777}
{"example_id": 5892196353583881065, "prediction": "Detroit Red Wings 2017 -- 18", "binary_answer": null, "no_answer_prob": -0.3190293312072754}
{"example_id": 3730846181740872623, "prediction": "", "binary_answer": null, "no_answer_prob": -4.04137122631073}
{"example_id": -2844494763665555957, "prediction": "transparency", "binary_answer": null, "no_answer_prob": -2.474307060241699}
{"example_id": 4435186283977609746, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -8.579869151115417}
{"example_id": -3371328514111554365, "prediction": "", "binary_answer": null, "no_answer_prob": -0.18439912796020508}
{"example_id": -2666340997155806385, "prediction": "`` You Think You Know Somebody", "binary_answer": null, "no_answer_prob": 2.23492830991745}
{"example_id": -1911637900564740203, "prediction": "last Sunday of June", "binary_answer": null, "no_answer_prob": -2.908537745475769}
{"example_id": -2959935050988596176, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8462406992912292}
{"example_id": -629965897965625135, "prediction": "", "binary_answer": null, "no_answer_prob": 0.35908210277557373}
{"example_id": 2592868951170471293, "prediction": "pizza Pan", "binary_answer": null, "no_answer_prob": -0.7084003686904907}
{"example_id": 8658816831446727938, "prediction": "Rank Player Club ( s ) Goals Kris Boyd", "binary_answer": null, "no_answer_prob": 1.7425343990325928}
{"example_id": 699165426180532129, "prediction": "Louis Prima", "binary_answer": null, "no_answer_prob": -4.087502479553223}
{"example_id": -3809454303862150642, "prediction": "Batavia , New York City Nickname ( s ) : 1802 Birthplace of Western New York Motto : The Right Place . The Right Time", "binary_answer": null, "no_answer_prob": 1.2502628713846207}
{"example_id": 5987580255794684514, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -10.10649037361145}
{"example_id": 4068016151919013579, "prediction": "SanJoseCA.gov", "binary_answer": null, "no_answer_prob": 2.8192970249801874}
{"example_id": 994642490959176193, "prediction": "Lakefield College School in Lakefield , Ontario", "binary_answer": null, "no_answer_prob": -4.312066674232483}
{"example_id": 5657359270685299487, "prediction": "Clemson Tigers", "binary_answer": null, "no_answer_prob": -3.726395845413208}
{"example_id": 4206762510879598242, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -5.409480094909668}
{"example_id": 3119759966331770413, "prediction": "The Zombies", "binary_answer": null, "no_answer_prob": -6.210922122001648}
{"example_id": -7278046984885687081, "prediction": "Michael Frank Park", "binary_answer": null, "no_answer_prob": -9.545676350593567}
{"example_id": -6147795213250384637, "prediction": "`` Good Hearted Woman '' is a song written by country music singers Waylon Jennings and Willie Nelson", "binary_answer": null, "no_answer_prob": -2.7710641622543335}
{"example_id": 6206223206842892338, "prediction": "Johnny Paycheck", "binary_answer": null, "no_answer_prob": -5.252657890319824}
{"example_id": 6733058756159947374, "prediction": "13 `` Most Outrageous Moments '' October 12 , 2011 ( 2011 - 10 - 12 ) N / A", "binary_answer": null, "no_answer_prob": 1.972607970237732}
{"example_id": 6199305145750841239, "prediction": "Hemant Brijwasi", "binary_answer": null, "no_answer_prob": -7.323159456253052}
{"example_id": -927038796744033159, "prediction": "nucleus", "binary_answer": null, "no_answer_prob": -1.571876883506775}
{"example_id": 8803134434972355820, "prediction": "John Studd", "binary_answer": null, "no_answer_prob": -2.0158534049987793}
{"example_id": -9166438153553170699, "prediction": "The history of the Great Wall of China began when fortifications built by various states during the Spring and Autumn ( 771 -- 476 BC", "binary_answer": null, "no_answer_prob": -2.2109769582748413}
{"example_id": -1834064845309395618, "prediction": "March 10 , 1997", "binary_answer": null, "no_answer_prob": -10.606907725334167}
{"example_id": 5552295643850188707, "prediction": "Susan Sarandon as Louise Elizabeth Sawyer Geena Davis", "binary_answer": null, "no_answer_prob": -2.535637855529785}
{"example_id": -4898855131470263870, "prediction": "Paul Dukas", "binary_answer": null, "no_answer_prob": -8.831232190132141}
{"example_id": 5782787090387332149, "prediction": "Dianna Agron", "binary_answer": null, "no_answer_prob": -5.960678815841675}
{"example_id": -1804262397982016815, "prediction": "Rock Master Scott & the Dynamic Three", "binary_answer": null, "no_answer_prob": -6.27001416683197}
{"example_id": 2268352799080451817, "prediction": "War", "binary_answer": null, "no_answer_prob": -8.041850566864014}
{"example_id": 8478580740684109190, "prediction": "1920", "binary_answer": null, "no_answer_prob": -0.3772244453430176}
{"example_id": -3299092586780664808, "prediction": "Katherine Kelly Lang", "binary_answer": null, "no_answer_prob": -12.669017910957336}
{"example_id": -1413454086150814544, "prediction": "Charge of the Light Brigade", "binary_answer": null, "no_answer_prob": 1.95975923538208}
{"example_id": -255318809590056930, "prediction": "Jo Dee Messina", "binary_answer": null, "no_answer_prob": -4.212210655212402}
{"example_id": 7695508400607865784, "prediction": "Emily Jane Browning", "binary_answer": null, "no_answer_prob": -4.215365171432495}
{"example_id": -4472922687466187846, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5505086183547974}
{"example_id": -7983426591972331679, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.300511956214905}
{"example_id": 2401386287648762208, "prediction": "", "binary_answer": null, "no_answer_prob": 4.032049775123596}
{"example_id": -6032375211501891062, "prediction": "U.S. Route 395", "binary_answer": null, "no_answer_prob": -0.3197207450866699}
{"example_id": -7192499752668419792, "prediction": "Scott Bakula and CCH Pounder", "binary_answer": null, "no_answer_prob": -1.5091514587402344}
{"example_id": 5966423140724318688, "prediction": "Mahatma Gandhi", "binary_answer": null, "no_answer_prob": -7.117668509483337}
{"example_id": -2961541749615972785, "prediction": "", "binary_answer": null, "no_answer_prob": 3.474509596824646}
{"example_id": 6563554083960788592, "prediction": "E.C. Was Here", "binary_answer": null, "no_answer_prob": 3.771483860909939}
{"example_id": -4453344556564152438, "prediction": "Rangers Football Club", "binary_answer": null, "no_answer_prob": -0.5297012329101562}
{"example_id": -2306381056394402165, "prediction": "June 4 , 1946", "binary_answer": null, "no_answer_prob": -8.191644549369812}
{"example_id": 1035731054656369701, "prediction": "November 1972", "binary_answer": null, "no_answer_prob": -8.376234531402588}
{"example_id": -7373117078520023721, "prediction": "", "binary_answer": null, "no_answer_prob": 4.816306889057159}
{"example_id": -8116546778116037497, "prediction": "Object permanence", "binary_answer": null, "no_answer_prob": 3.064465969800949}
{"example_id": -9030146435606644037, "prediction": "Simona Halep", "binary_answer": null, "no_answer_prob": -8.678415656089783}
{"example_id": -1167304298658827268, "prediction": "2017", "binary_answer": null, "no_answer_prob": 0.9039287567138672}
{"example_id": 5041893092456296405, "prediction": "None 18", "binary_answer": null, "no_answer_prob": -5.243186712265015}
{"example_id": -3571497810608909665, "prediction": "June 2018 TBA 2018", "binary_answer": null, "no_answer_prob": -0.3032252788543701}
{"example_id": 6506081567011314447, "prediction": "Ace Frehley", "binary_answer": null, "no_answer_prob": 0.2684684991836548}
{"example_id": -2974342672141135357, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4313234090805054}
{"example_id": 2177811844752689864, "prediction": "In the Westminster system ( and , colloquially , in the United States ) , a money bill or supply bill", "binary_answer": null, "no_answer_prob": 1.5851617455482483}
{"example_id": -2051760154746026247, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7671511769294739}
{"example_id": -8328228024519375358, "prediction": "January 3 , 1959", "binary_answer": null, "no_answer_prob": -3.216111183166504}
{"example_id": -6734292736522733480, "prediction": "Brad Paisley", "binary_answer": null, "no_answer_prob": -8.131249070167542}
{"example_id": -726932067100199690, "prediction": "Colin Arthur O'Donoghue", "binary_answer": null, "no_answer_prob": -11.891006112098694}
{"example_id": -6535101360203026950, "prediction": "Neil Young", "binary_answer": null, "no_answer_prob": -5.467376470565796}
{"example_id": 6965154020002790290, "prediction": "The Farmers ' Alliance", "binary_answer": null, "no_answer_prob": 3.618412047624588}
{"example_id": 2872167102791875297, "prediction": "Lionel Messi and Portuguese forward Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -1.2539750337600708}
{"example_id": -5158070734256921008, "prediction": "272", "binary_answer": null, "no_answer_prob": 0.7280630469322205}
{"example_id": -7946650758728438508, "prediction": "Republic of China", "binary_answer": null, "no_answer_prob": -2.528049349784851}
{"example_id": 7526706309184453937, "prediction": "Lexie", "binary_answer": null, "no_answer_prob": -1.3626062870025635}
{"example_id": 1178178027282460775, "prediction": "Community service", "binary_answer": null, "no_answer_prob": 2.698258012533188}
{"example_id": 7217927647495271969, "prediction": "Aldrick Rosas", "binary_answer": null, "no_answer_prob": -4.4704495668411255}
{"example_id": 4425835302062400296, "prediction": "20 July 1902", "binary_answer": null, "no_answer_prob": -2.7345130443573}
{"example_id": 4714596203325717987, "prediction": "Buddhism , Hinduism , and Islam", "binary_answer": null, "no_answer_prob": 3.2287224531173706}
{"example_id": 2699591821777367081, "prediction": "The General Lee ( sometimes referred to as simply `` the General '' ) is the name given to a 1969 Dodge Charger", "binary_answer": null, "no_answer_prob": -2.8081130385398865}
{"example_id": -4019945864393422722, "prediction": "The spinal cord", "binary_answer": null, "no_answer_prob": 1.5038744807243347}
{"example_id": 3893114041509854494, "prediction": "Mexico to Canada", "binary_answer": null, "no_answer_prob": 3.4028064012527466}
{"example_id": -129067025216529276, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1241932809352875}
{"example_id": 965576895333077864, "prediction": "Ernest Hemingway", "binary_answer": null, "no_answer_prob": -4.866361141204834}
{"example_id": -862974259036799392, "prediction": "174.0 cm ( 5 ft 8 \u2044 in )", "binary_answer": null, "no_answer_prob": 1.407716989517212}
{"example_id": -8276458214241854863, "prediction": "`` Flight ''", "binary_answer": null, "no_answer_prob": -1.607527732849121}
{"example_id": 3827509487598509855, "prediction": "", "binary_answer": null, "no_answer_prob": 3.811938002705574}
{"example_id": -449266673651004096, "prediction": "Gethin Jenkins", "binary_answer": null, "no_answer_prob": -4.674363017082214}
{"example_id": 8679945322911273126, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4680828154087067}
{"example_id": 3053384651214436293, "prediction": "The 1986 Chernobyl disaster triggered the release of substantial amounts of radioactivity", "binary_answer": null, "no_answer_prob": -0.7024389505386353}
{"example_id": 5862137921035524077, "prediction": "", "binary_answer": null, "no_answer_prob": 3.780824363231659}
{"example_id": -6188844107033542016, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 6.672167003154755}
{"example_id": -5331609887900491379, "prediction": "July 5 , 2015", "binary_answer": null, "no_answer_prob": -1.4656051397323608}
{"example_id": 2111714779027586231, "prediction": "Thou Art", "binary_answer": null, "no_answer_prob": -3.01472806930542}
{"example_id": -2046638038221503486, "prediction": "In the show 's ninth season", "binary_answer": null, "no_answer_prob": -4.086636543273926}
{"example_id": 7322963168837066879, "prediction": "Manos Hatzidakis", "binary_answer": null, "no_answer_prob": -9.918475866317749}
{"example_id": -550988106251088133, "prediction": "Kris Kristofferson", "binary_answer": null, "no_answer_prob": -11.174428820610046}
{"example_id": -2888882367161466321, "prediction": "", "binary_answer": null, "no_answer_prob": 2.784268379211426}
{"example_id": -3318122202395388302, "prediction": "Vikings from the north , Huns from the east , and Saracens", "binary_answer": null, "no_answer_prob": -1.324965000152588}
{"example_id": -2269044001252412203, "prediction": "Phil McIntyre", "binary_answer": null, "no_answer_prob": 2.194328136742115}
{"example_id": 4176834457140748394, "prediction": "Brown University , Columbia University , Cornell University , Dartmouth College , Harvard University", "binary_answer": null, "no_answer_prob": 0.8401244580745697}
{"example_id": -4463389398490348895, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7193197309970856}
{"example_id": 6424499831134750508, "prediction": "1984", "binary_answer": null, "no_answer_prob": -6.535576745867729}
{"example_id": 6635488635014114389, "prediction": "Trayvon Bromell", "binary_answer": null, "no_answer_prob": -7.326837539672852}
{"example_id": -7591815569448953540, "prediction": "connective , muscle , nervous , and epithelial", "binary_answer": null, "no_answer_prob": -4.612494707107544}
{"example_id": 3508901810557632332, "prediction": "near Disney 's Hollywood Studios at the Walt Disney World Resort in Bay Lake , Florida", "binary_answer": null, "no_answer_prob": -7.186989784240723}
{"example_id": 3664584043417861013, "prediction": "", "binary_answer": null, "no_answer_prob": -1.5651978254318237}
{"example_id": 286840387987789860, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -7.988277196884155}
{"example_id": 8614356761406452020, "prediction": "", "binary_answer": null, "no_answer_prob": -3.8018012046813965}
{"example_id": 4863341844535186773, "prediction": "Delta Goodrem", "binary_answer": null, "no_answer_prob": -6.736288547515869}
{"example_id": -7364071520792776728, "prediction": "Fleetwood Mac", "binary_answer": null, "no_answer_prob": -3.2918118238449097}
{"example_id": 2372963405620967735, "prediction": "`` Come as You Are ''", "binary_answer": null, "no_answer_prob": 3.238793730735779}
{"example_id": -6268306246869488229, "prediction": "Northern Mariana Islands", "binary_answer": null, "no_answer_prob": -2.4215493202209473}
{"example_id": 2812498425575258667, "prediction": "", "binary_answer": null, "no_answer_prob": 3.21014803647995}
{"example_id": 6658692816524709276, "prediction": "In physics , the dynamo theory proposes a mechanism by which a celestial body such as Earth or a star generates a magnetic field", "binary_answer": null, "no_answer_prob": 2.9957651793956757}
{"example_id": 9212297869559207709, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4705792367458344}
{"example_id": 7328693781432315125, "prediction": "$7.25 per hour", "binary_answer": null, "no_answer_prob": -2.904087543487549}
{"example_id": -8822259047965110671, "prediction": "Charlotte Douglas International Airport", "binary_answer": null, "no_answer_prob": -6.587628245353699}
{"example_id": 5532192432931335481, "prediction": "French", "binary_answer": null, "no_answer_prob": -4.283118486404419}
{"example_id": -5508249633467587170, "prediction": "American Nuclear Society", "binary_answer": null, "no_answer_prob": 3.948033094406128}
{"example_id": 3899419894917181346, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3531362116336823}
{"example_id": -250120508191745769, "prediction": "bacteria that spread from the vagina and cervix", "binary_answer": null, "no_answer_prob": -4.9601393938064575}
{"example_id": 2292150320658999139, "prediction": "", "binary_answer": null, "no_answer_prob": 1.695955865085125}
{"example_id": 7688937996029999221, "prediction": "Character Portrayed by Seasons 5 6 7 8 9 10 Main characters Leonard Hofstadter", "binary_answer": null, "no_answer_prob": 0.706146776676178}
{"example_id": -7898176780907148794, "prediction": "Team name Season Home attendance Per game average Ballpark Arizona Diamondbacks", "binary_answer": null, "no_answer_prob": -0.35970592498779297}
{"example_id": -3359991198139090995, "prediction": "the Commodores", "binary_answer": null, "no_answer_prob": -5.184785842895508}
{"example_id": 371675702092173493, "prediction": "Albany", "binary_answer": null, "no_answer_prob": -3.371849298477173}
{"example_id": -506326513923335619, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8663541078567505}
{"example_id": -8051530756012126777, "prediction": "Susan Egan and Terrence Mann", "binary_answer": null, "no_answer_prob": -7.503606796264648}
{"example_id": 5187054369090449921, "prediction": "", "binary_answer": null, "no_answer_prob": 3.360951691865921}
{"example_id": -1984408088448258463, "prediction": "Detroit Lions", "binary_answer": null, "no_answer_prob": -0.0783306360244751}
{"example_id": 5446063407195680777, "prediction": "Katharine Hepburn and Henry Fonda", "binary_answer": null, "no_answer_prob": -2.024364471435547}
{"example_id": 3437912059187795405, "prediction": "Dr. Thomas `` Tommy '' Oliver", "binary_answer": null, "no_answer_prob": -0.05378693342208862}
{"example_id": -4100071574428185473, "prediction": "Chicago", "binary_answer": null, "no_answer_prob": -3.085671901702881}
{"example_id": 924674811323551135, "prediction": "Sir Robert Walpole", "binary_answer": null, "no_answer_prob": -4.610407114028931}
{"example_id": -7128932745930668783, "prediction": "Air Supply", "binary_answer": null, "no_answer_prob": -1.3719691038131714}
{"example_id": 733628832580148530, "prediction": "2001", "binary_answer": null, "no_answer_prob": -4.843827486038208}
{"example_id": 3228155858422343609, "prediction": "Movie Maker was officially discontinued in January 10 , 2017 and it was replaced by Windows Story Remix in late 2017 .", "binary_answer": null, "no_answer_prob": 3.080987259745598}
{"example_id": 4318168127658657527, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3002443313598633}
{"example_id": -3369044107051088816, "prediction": "Siege of Little York", "binary_answer": null, "no_answer_prob": 0.39282961189746857}
{"example_id": 8436435335851081646, "prediction": "Motel 6", "binary_answer": null, "no_answer_prob": 1.3491421937942505}
{"example_id": -3788148688750665049, "prediction": "Chicago Cubs", "binary_answer": null, "no_answer_prob": -3.461788535118103}
{"example_id": -513135961892075659, "prediction": "38 Special", "binary_answer": null, "no_answer_prob": -2.687630772590637}
{"example_id": 2134938192518032811, "prediction": "Justin Timberlake", "binary_answer": null, "no_answer_prob": -8.822476744651794}
{"example_id": -1113094257240859291, "prediction": "setting forth the idea of population - weighted representation in the proposed national legislature .", "binary_answer": null, "no_answer_prob": 3.098778247833252}
{"example_id": 3068165415303746813, "prediction": "`` Jump Around '' is a hit song by American hip hop group House of Pain", "binary_answer": null, "no_answer_prob": 2.578985795378685}
{"example_id": 5249725952584571399, "prediction": "Tuesday 8 : 00 pm", "binary_answer": null, "no_answer_prob": 2.212177038192749}
{"example_id": -102350158828636612, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1703153252601624}
{"example_id": -1483448469886283085, "prediction": "The Sangam literature ( Tamil : \u0b9a\u0b99\u0bcd\u0b95 \u0b87\u0bb2\u0b95\u0bcd\u0b95\u0bbf\u0baf\u0bae\u0bcd , Canka ilakkiyam", "binary_answer": null, "no_answer_prob": -0.3507581949234009}
{"example_id": 5292439029858194957, "prediction": "economic development and planning", "binary_answer": null, "no_answer_prob": -5.500465035438538}
{"example_id": 516825841602475347, "prediction": "Roseman Covered Bridge , which is not in accordance with the burial arrangements their parents had made : side - by - side plots in the local cemetery", "binary_answer": null, "no_answer_prob": -0.608806848526001}
{"example_id": -4548028344175432088, "prediction": "Sirius XM Weather & Emergency", "binary_answer": null, "no_answer_prob": -0.7088147401809692}
{"example_id": -573233875076827631, "prediction": "Rabanus Maurus", "binary_answer": null, "no_answer_prob": 2.544065833091736}
{"example_id": -537142190351762074, "prediction": "Kansas City International Airport", "binary_answer": null, "no_answer_prob": 1.2028854489326477}
{"example_id": 3506569397136907907, "prediction": "Edappadi K. Palaniswami", "binary_answer": null, "no_answer_prob": -10.772315859794617}
{"example_id": -613469882960644450, "prediction": "April 13 , 2015", "binary_answer": null, "no_answer_prob": -6.340939044952393}
{"example_id": -5051831043067838355, "prediction": "Co-founder and CEO David Baszucki", "binary_answer": null, "no_answer_prob": -4.129442453384399}
{"example_id": -4673918127825193912, "prediction": "", "binary_answer": null, "no_answer_prob": 2.680118143558502}
{"example_id": 183764030498071045, "prediction": "The one - child policy", "binary_answer": null, "no_answer_prob": -2.2417253255844116}
{"example_id": 3182387673618585235, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -2.9795793294906616}
{"example_id": 1103845489852514179, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2781971096992493}
{"example_id": -587354503557581171, "prediction": "Boston", "binary_answer": null, "no_answer_prob": -0.5905693769454956}
{"example_id": 4811653785244188942, "prediction": "", "binary_answer": null, "no_answer_prob": 4.2724451422691345}
{"example_id": 3262406549951450396, "prediction": "Dzhokhar Tsarnaev and Tamerlan Tsarnaev", "binary_answer": null, "no_answer_prob": 0.5835665464401245}
{"example_id": -6644639123758684084, "prediction": "500 to 650", "binary_answer": null, "no_answer_prob": -1.619664192199707}
{"example_id": -5635521522393625275, "prediction": "Oldman", "binary_answer": null, "no_answer_prob": -5.365168333053589}
{"example_id": 7474151527460603979, "prediction": "Robert Frost", "binary_answer": null, "no_answer_prob": -1.5881295204162598}
{"example_id": 6885421816425016838, "prediction": "Stig \u00c5vall Severinsen", "binary_answer": null, "no_answer_prob": -7.594576001167297}
{"example_id": 5327552938903283029, "prediction": "", "binary_answer": null, "no_answer_prob": 2.62406849861145}
{"example_id": 4399719059324940888, "prediction": "May 8 , 2009", "binary_answer": null, "no_answer_prob": -0.397705078125}
{"example_id": 4674488433794219362, "prediction": "1938", "binary_answer": null, "no_answer_prob": -3.2826427221298218}
{"example_id": 5944089124201022975, "prediction": "Cherokee Nation v. Georgia , 30 U.S. ( 5 Pet . ) 1 ( 1831 )", "binary_answer": null, "no_answer_prob": -0.5560653209686279}
{"example_id": 2890108530571498356, "prediction": "The United States Marine Corps Military Occupational Specialty ( MOS )", "binary_answer": null, "no_answer_prob": -2.8581316471099854}
{"example_id": 2108086515194394077, "prediction": "P.O.D.", "binary_answer": null, "no_answer_prob": -3.1245434284210205}
{"example_id": 6010859862759400711, "prediction": "January 26 , 2003", "binary_answer": null, "no_answer_prob": -6.628566741943359}
{"example_id": -7233918791576540370, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8383554816246033}
{"example_id": -5651879883851203954, "prediction": "Paul Anka", "binary_answer": null, "no_answer_prob": -2.0621464252471924}
{"example_id": 2256434217302910784, "prediction": "The Indian National Congress ( INC )", "binary_answer": null, "no_answer_prob": -2.166283965110779}
{"example_id": -2574991354955724197, "prediction": "29 September 1961", "binary_answer": null, "no_answer_prob": 0.2721141576766968}
{"example_id": -7287494750640645348, "prediction": "", "binary_answer": null, "no_answer_prob": 3.297475814819336}
{"example_id": -6103945279309436945, "prediction": "Anfernee Simons", "binary_answer": null, "no_answer_prob": -6.249370813369751}
{"example_id": -2629969571924123428, "prediction": "", "binary_answer": null, "no_answer_prob": -4.640666723251343}
{"example_id": -4418532884180605306, "prediction": "1999", "binary_answer": null, "no_answer_prob": -6.246129870414734}
{"example_id": 4461224924498578327, "prediction": "The Wrong Side of Heaven and the Righteous Side of Hell , Volume 1", "binary_answer": null, "no_answer_prob": 0.7710739374160767}
{"example_id": -3298747524516804461, "prediction": "the center of Earth 's observable universe", "binary_answer": null, "no_answer_prob": -0.8639113903045654}
{"example_id": 2472768089799943540, "prediction": "Mycenaean Greece", "binary_answer": null, "no_answer_prob": -2.4783711433410645}
{"example_id": -2777281230452740129, "prediction": "4.7 million", "binary_answer": null, "no_answer_prob": -1.7645947933197021}
{"example_id": -1288623947369383720, "prediction": "22 November 27 , 1980 ( 1980 - 11 - 27 ) June 4 , 1981 ( 1981 - 06 - 04 )", "binary_answer": null, "no_answer_prob": -1.8277180194854736}
{"example_id": 7975271076117517529, "prediction": "The Thirteen Colonies", "binary_answer": null, "no_answer_prob": -5.351478576660156}
{"example_id": -7056145473698516193, "prediction": "Heart arrhythmia", "binary_answer": null, "no_answer_prob": 0.9552040249109268}
{"example_id": 276569701908573893, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Microblogging", "binary_answer": null, "no_answer_prob": 2.5089012384414673}
{"example_id": 2076280525855067029, "prediction": "Borderlands / La Frontera", "binary_answer": null, "no_answer_prob": 2.931069254875183}
{"example_id": 6643677832693397078, "prediction": "Puerto Rico Trench", "binary_answer": null, "no_answer_prob": -5.75127112865448}
{"example_id": 1219854107139788551, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.127022236585617}
{"example_id": -7777113122145346577, "prediction": "", "binary_answer": null, "no_answer_prob": 5.172006338834763}
{"example_id": -2860903374238518195, "prediction": "", "binary_answer": null, "no_answer_prob": 4.011983394622803}
{"example_id": -1892238591845717623, "prediction": "An honorary degree , in Latin a degree honoris causa", "binary_answer": null, "no_answer_prob": 0.04110515117645264}
{"example_id": -7936053316721152909, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2799604535102844}
{"example_id": -4719052637151254890, "prediction": "Le Morte d'Arthur", "binary_answer": null, "no_answer_prob": 2.3477238304913044}
{"example_id": -2788847868941867343, "prediction": "1830", "binary_answer": null, "no_answer_prob": -0.2522554397583008}
{"example_id": 2384076583861705757, "prediction": "", "binary_answer": null, "no_answer_prob": -5.690674901008606}
{"example_id": 686473115238473936, "prediction": "La La Land ( 2016 ) .", "binary_answer": null, "no_answer_prob": 1.6857725381851196}
{"example_id": -1548786101485516149, "prediction": "6 February 1952", "binary_answer": null, "no_answer_prob": 4.456735149025917}
{"example_id": 3245866459331126801, "prediction": "The United States women 's national soccer team ( USWNT ) is governed by United States Soccer Federation and competes in CONCACAF", "binary_answer": null, "no_answer_prob": 0.5944998264312744}
{"example_id": -6122353096315238333, "prediction": "Harry Potter and the Philosopher 's Stone", "binary_answer": null, "no_answer_prob": 0.9156699180603027}
{"example_id": -25240745823727587, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8171359300613403}
{"example_id": -5744814129165007073, "prediction": "Qualification standard No. of athletes NOC Nominated athletes Entry standard -- 13 : 25.00", "binary_answer": null, "no_answer_prob": 2.7707934379577637}
{"example_id": -4916685744907496760, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7662668526172638}
{"example_id": 4312747792206279514, "prediction": "April 11 , 1970", "binary_answer": null, "no_answer_prob": -4.4245041608810425}
{"example_id": 5463039643256103598, "prediction": "2011", "binary_answer": null, "no_answer_prob": -5.152720510959625}
{"example_id": 4242953360589860036, "prediction": "Howard Da Silva", "binary_answer": null, "no_answer_prob": -5.937459468841553}
{"example_id": 4025804040757077670, "prediction": "The Seekers", "binary_answer": null, "no_answer_prob": -2.360127806663513}
{"example_id": 8971194310805999829, "prediction": "", "binary_answer": null, "no_answer_prob": 1.153048038482666}
{"example_id": -6990778620757112972, "prediction": "In probability theory , the law of large numbers ( LLN ) is a theorem that describes the result of performing the same experiment a large number of times", "binary_answer": null, "no_answer_prob": 3.9101229906082153}
{"example_id": -1959403023213969081, "prediction": "July 2016", "binary_answer": null, "no_answer_prob": -5.741838335990906}
{"example_id": 9140184423933742473, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7123906016349792}
{"example_id": -4279970939756948056, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0975539982318878}
{"example_id": 8201177426304478596, "prediction": "", "binary_answer": null, "no_answer_prob": 2.601171851158142}
{"example_id": -3222646103608352078, "prediction": "On 11 December 1941", "binary_answer": null, "no_answer_prob": -2.7653775215148926}
{"example_id": -7551391992051288214, "prediction": "1945 and 2000", "binary_answer": null, "no_answer_prob": -2.6368168592453003}
{"example_id": -5009975311189505241, "prediction": "Leroy Van Dyke", "binary_answer": null, "no_answer_prob": -6.755737066268921}
{"example_id": 5963510533104426132, "prediction": "Barbara Fairchild", "binary_answer": null, "no_answer_prob": -10.666049838066101}
{"example_id": -4824538720772997777, "prediction": "The fourth season of the television comedy series Arrested Development premiered on Netflix on May 26 , 2013", "binary_answer": null, "no_answer_prob": 2.0123324394226074}
{"example_id": -8517519252902436830, "prediction": "Oregon", "binary_answer": null, "no_answer_prob": -7.317479848861694}
{"example_id": 9041546606351501546, "prediction": "", "binary_answer": null, "no_answer_prob": 4.293983280658722}
{"example_id": 7321028317452437496, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -5.6416836977005005}
{"example_id": -5107967727078973901, "prediction": "eighth season", "binary_answer": null, "no_answer_prob": -3.0976537466049194}
{"example_id": 3604949713638862993, "prediction": "Alicia Bridges", "binary_answer": null, "no_answer_prob": -4.976969003677368}
{"example_id": -2119017604689021198, "prediction": "1984 and in 1998", "binary_answer": null, "no_answer_prob": -5.318835377693176}
{"example_id": -3304852074579143428, "prediction": "The Ring of Fire is a major area in the basin of the Pacific Ocean", "binary_answer": null, "no_answer_prob": -2.1643056869506836}
{"example_id": -5972589964157591689, "prediction": "Leonardo da Vinci", "binary_answer": null, "no_answer_prob": -2.522183656692505}
{"example_id": -8500232893782618864, "prediction": "Eastland School , an all - female boarding school in Peekskill , New York", "binary_answer": null, "no_answer_prob": -4.055863380432129}
{"example_id": -3886213075371360647, "prediction": "31.6 %", "binary_answer": null, "no_answer_prob": -3.938624382019043}
{"example_id": 4369197684540624398, "prediction": "Mohra", "binary_answer": null, "no_answer_prob": 5.518883541226387}
{"example_id": 3982733979980783032, "prediction": "Morning star", "binary_answer": null, "no_answer_prob": -4.799518823623657}
{"example_id": -8491458297615165745, "prediction": "Francisco de Almeida", "binary_answer": null, "no_answer_prob": -6.933132171630859}
{"example_id": -8677789582032795372, "prediction": "Aristotle", "binary_answer": null, "no_answer_prob": -2.4820791482925415}
{"example_id": 8932861924167756786, "prediction": "23 January 3 , 2017 ( 2017 - 01 - 03 ) September 12 , 2017 ( 2017 - 09 - 12 )", "binary_answer": null, "no_answer_prob": -0.768144965171814}
{"example_id": -2777488611525081906, "prediction": "Paraguay", "binary_answer": null, "no_answer_prob": 0.8079521656036377}
{"example_id": 5364587389793176306, "prediction": "2017", "binary_answer": null, "no_answer_prob": -1.429654836654663}
{"example_id": -6056248682590525311, "prediction": "South Africa", "binary_answer": null, "no_answer_prob": -0.05504000186920166}
{"example_id": -5055534395179680777, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1201715916395187}
{"example_id": 5380494564930125853, "prediction": "J.R.R. Tolkien", "binary_answer": null, "no_answer_prob": -3.5593847036361694}
{"example_id": -7387440667980043611, "prediction": "", "binary_answer": null, "no_answer_prob": 2.914965331554413}
{"example_id": 11394805852167478, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6933191418647766}
{"example_id": 6037429416683041154, "prediction": "Paul McCartney", "binary_answer": null, "no_answer_prob": -8.136301398277283}
{"example_id": 4035775641747303294, "prediction": "The Privileges and Immunities Clause ( U.S. Constitution , Article IV , Section 2 , Clause 1", "binary_answer": null, "no_answer_prob": 2.5420729517936707}
{"example_id": -5457985114179249183, "prediction": "1979", "binary_answer": null, "no_answer_prob": 1.176525592803955}
{"example_id": -1292620986694356652, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6049374341964722}
{"example_id": -6625816637881640495, "prediction": "Carolina Panthers", "binary_answer": null, "no_answer_prob": 0.7983818054199219}
{"example_id": 64509178436119595, "prediction": "Sheryl Crow", "binary_answer": null, "no_answer_prob": -11.402163863182068}
{"example_id": -4926641633088441662, "prediction": "Julianne Moore", "binary_answer": null, "no_answer_prob": -8.497390508651733}
{"example_id": 2114543821065231555, "prediction": "Wild horses were known since prehistory from central Asia to Europe", "binary_answer": null, "no_answer_prob": -2.0149710178375244}
{"example_id": 7687345657196679, "prediction": "Lackland Air Force Base in San Antonio , Texas", "binary_answer": null, "no_answer_prob": -7.347714185714722}
{"example_id": -2957836305060538273, "prediction": "Mike Pence", "binary_answer": null, "no_answer_prob": -0.7293634414672852}
{"example_id": -4422767388492925271, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7734543681144714}
{"example_id": -6919111272474899642, "prediction": "1943", "binary_answer": null, "no_answer_prob": -0.39914369583129883}
{"example_id": -601335005069377741, "prediction": "The Mansabdari system was the administrative system of the Mughal Empire introduced by Akbar", "binary_answer": null, "no_answer_prob": 4.172380149364471}
{"example_id": -8274113430867831794, "prediction": "Jess Glynne", "binary_answer": null, "no_answer_prob": -7.56410276889801}
{"example_id": -9062973420658352904, "prediction": "Harry Potter and the Order of the Phoenix", "binary_answer": null, "no_answer_prob": -1.2171486616134644}
{"example_id": -9085859551079429688, "prediction": "Colorado 's ISO 3166 - 2 : US state code is CO and its ANSI INCITS 38 : 2009 state code is 08 .", "binary_answer": null, "no_answer_prob": 2.091385066509247}
{"example_id": -9069262338641760483, "prediction": "", "binary_answer": null, "no_answer_prob": 5.638012453913689}
{"example_id": 5359557015065082797, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8290684819221497}
{"example_id": 7897374849082680053, "prediction": "Pete Maravich", "binary_answer": null, "no_answer_prob": -1.0332865715026855}
{"example_id": -4505109749258617690, "prediction": "October 1 , 2017 ( 2017 - 10 - 01 ) 2.60", "binary_answer": null, "no_answer_prob": 2.567349076271057}
{"example_id": 4003424717887687406, "prediction": "Keith Christopher 2017 -- present bass none to date", "binary_answer": null, "no_answer_prob": -1.7578215599060059}
{"example_id": -5604236327496320469, "prediction": "Fiesta Restaurant Group , Inc.", "binary_answer": null, "no_answer_prob": -0.5177679061889648}
{"example_id": 4712720444362337262, "prediction": "", "binary_answer": null, "no_answer_prob": 4.298451662063599}
{"example_id": 2442611194226408711, "prediction": "", "binary_answer": null, "no_answer_prob": 4.830249011516571}
{"example_id": -3670119190974534834, "prediction": "the Pele\u015f Castle in Romania", "binary_answer": null, "no_answer_prob": -6.37582540512085}
{"example_id": -3604689468797734023, "prediction": "the non-canonical Gospel of Thomas ( verse 20 )", "binary_answer": null, "no_answer_prob": -5.216028213500977}
{"example_id": 2041400022379281926, "prediction": "The Kashmir conflict", "binary_answer": null, "no_answer_prob": 2.6769697666168213}
{"example_id": 2144185421071990271, "prediction": "Venkatraman Ramakrishnan", "binary_answer": null, "no_answer_prob": -6.454725742340088}
{"example_id": 3092973575540297988, "prediction": "", "binary_answer": null, "no_answer_prob": 2.149035334587097}
{"example_id": -1358378670448713968, "prediction": "", "binary_answer": null, "no_answer_prob": 4.190103381872177}
{"example_id": 7502298864137503295, "prediction": "The Twilight Saga", "binary_answer": null, "no_answer_prob": -0.9584523439407349}
{"example_id": -1470244179653744204, "prediction": "2015", "binary_answer": null, "no_answer_prob": -7.798538118600845}
{"example_id": 7356818995600641236, "prediction": "In a conventional 12 - lead ECG", "binary_answer": null, "no_answer_prob": 2.6951355934143066}
{"example_id": 8832540594946670288, "prediction": "$69.4 million", "binary_answer": null, "no_answer_prob": -6.229369401931763}
{"example_id": -728352496103696141, "prediction": "a Red Sox hat", "binary_answer": null, "no_answer_prob": 1.3369214534759521}
{"example_id": 1368006297666882407, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6821609139442444}
{"example_id": -8752805848294230622, "prediction": "Rian Johnson", "binary_answer": null, "no_answer_prob": -7.504794955253601}
{"example_id": 4528192525703301950, "prediction": "1920", "binary_answer": null, "no_answer_prob": -4.869937837123871}
{"example_id": 5380840833773521783, "prediction": "Season Franchise League Wins Losses Pct . Finish 1906 Chicago Cubs NL 116", "binary_answer": null, "no_answer_prob": -0.6452627778053284}
{"example_id": -2574040402255032466, "prediction": "IIT was proposed by neuroscientist Giulio Tononi", "binary_answer": null, "no_answer_prob": 3.1912962794303894}
{"example_id": -4156338329015715618, "prediction": "Septima Vector Arithmancy", "binary_answer": null, "no_answer_prob": -4.0753865242004395}
{"example_id": -2766796789526108989, "prediction": "", "binary_answer": null, "no_answer_prob": 5.8849111795425415}
{"example_id": 8848030408511989657, "prediction": "Harald Hardrada", "binary_answer": null, "no_answer_prob": -0.857475996017456}
{"example_id": -904607795222881241, "prediction": "Nicole Evangeline Lilly", "binary_answer": null, "no_answer_prob": -8.934693098068237}
{"example_id": 4331036196847411654, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] hide", "binary_answer": null, "no_answer_prob": 5.157054513692856}
{"example_id": 5861920862668836213, "prediction": "May 9 , 2006", "binary_answer": null, "no_answer_prob": 1.644964873790741}
{"example_id": 7939460582023879698, "prediction": "Nervous tissue", "binary_answer": null, "no_answer_prob": 1.9614872932434082}
{"example_id": -4322474009639717351, "prediction": "East Jerusalem", "binary_answer": null, "no_answer_prob": 1.2026666700839996}
{"example_id": 193509623184113929, "prediction": "", "binary_answer": null, "no_answer_prob": 4.564035713672638}
{"example_id": 2510334644407695934, "prediction": "DeMarco Murray", "binary_answer": null, "no_answer_prob": -7.895077288150787}
{"example_id": 2445603124392568651, "prediction": "Gene Wilder", "binary_answer": null, "no_answer_prob": -7.738070130348206}
{"example_id": 5124345528782371029, "prediction": "British rock group the Animals", "binary_answer": null, "no_answer_prob": -0.9258784055709839}
{"example_id": 3159450013040383289, "prediction": "the first eighth - generation video game console , as it competed with Sony 's PlayStation 4 and Microsoft 's Xbox One .", "binary_answer": null, "no_answer_prob": 0.6176846027374268}
{"example_id": -6598451085623586046, "prediction": "Miami - Dade , Monroe , & Collier counties , Florida , United States", "binary_answer": null, "no_answer_prob": -5.41698557138443}
{"example_id": 8059322796271091637, "prediction": "While mentioned in passing throughout later seasons , Burke officially returns in the tenth season", "binary_answer": null, "no_answer_prob": 2.430956117808819}
{"example_id": -5583864421000089995, "prediction": "", "binary_answer": null, "no_answer_prob": -2.5992016792297363}
{"example_id": -7772007195020978401, "prediction": "Old maid", "binary_answer": null, "no_answer_prob": 0.44454991817474365}
{"example_id": -1613565801972062441, "prediction": "Earth radius", "binary_answer": null, "no_answer_prob": 0.1109381914138794}
{"example_id": 2432665110081912795, "prediction": "Hyderabad", "binary_answer": null, "no_answer_prob": -3.7053247690200806}
{"example_id": 6734056901983009542, "prediction": "FXX", "binary_answer": null, "no_answer_prob": 3.671844705939293}
{"example_id": -6105373165845626646, "prediction": "`` five gold rings '' .", "binary_answer": null, "no_answer_prob": 2.3278297185897827}
{"example_id": 4245459233518232419, "prediction": "", "binary_answer": null, "no_answer_prob": -2.405859112739563}
{"example_id": 1870808988220094780, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7413860335946083}
{"example_id": 4402289527722744207, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5710233449935913}
{"example_id": 1674408923601829042, "prediction": "renal corpuscle and a renal tubule", "binary_answer": null, "no_answer_prob": 1.8513114750385284}
{"example_id": -3399227448895739738, "prediction": "1908", "binary_answer": null, "no_answer_prob": -1.3621103763580322}
{"example_id": 4441813942351652926, "prediction": "between 7 a.m. and 2 : 30 a.m.", "binary_answer": null, "no_answer_prob": 0.5717418193817139}
{"example_id": -8917177198872515379, "prediction": "Walter Bond", "binary_answer": null, "no_answer_prob": -6.296175837516785}
{"example_id": 8842345398073871276, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.452147603034973}
{"example_id": -3534059951321558886, "prediction": "", "binary_answer": null, "no_answer_prob": 4.066553711891174}
{"example_id": 3453182683045423186, "prediction": "`` Day Tripper ''", "binary_answer": null, "no_answer_prob": 1.3326927423477173}
{"example_id": -3896487151991632366, "prediction": "Nina Simone", "binary_answer": null, "no_answer_prob": -0.4689394235610962}
{"example_id": 5979139532584581040, "prediction": "13", "binary_answer": null, "no_answer_prob": 2.8122180700302124}
{"example_id": 3543929449456504040, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": -1.6011710166931152}
{"example_id": -4004120270167368172, "prediction": ".", "binary_answer": null, "no_answer_prob": -1.6279327869415283}
{"example_id": 1114178879546730229, "prediction": "", "binary_answer": null, "no_answer_prob": -0.13838499784469604}
{"example_id": -6577310853071469419, "prediction": "Frances Elizabeth Bavier", "binary_answer": null, "no_answer_prob": -10.395164132118225}
{"example_id": 1940785558464421782, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0154958963394165}
{"example_id": 4342171995664797297, "prediction": "Facsimile transmission systems pioneered methods of mechanically scanning graphics in the early 19th century", "binary_answer": null, "no_answer_prob": 3.8678917475044727}
{"example_id": 6458768865353537871, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -0.1601548194885254}
{"example_id": 4685389231636202761, "prediction": "Burmese pythons ( Python bivittatus ) are native to Southeast Asia", "binary_answer": null, "no_answer_prob": -1.025192379951477}
{"example_id": -2753205551167481264, "prediction": "Robert Winslow Gordon", "binary_answer": null, "no_answer_prob": -0.34024298191070557}
{"example_id": 3052972741747329965, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7564733028411865}
{"example_id": 7099353205592550771, "prediction": "", "binary_answer": null, "no_answer_prob": 5.541713625192642}
{"example_id": -4288683236394714411, "prediction": "Twilight", "binary_answer": null, "no_answer_prob": 0.3366694673895836}
{"example_id": 7728974399769968371, "prediction": "The Clean Water Act ( CWA )", "binary_answer": null, "no_answer_prob": -1.7006527185440063}
{"example_id": -4420042330380330759, "prediction": "Jamie Walters", "binary_answer": null, "no_answer_prob": -7.609564661979675}
{"example_id": 46363881722946298, "prediction": "1965", "binary_answer": null, "no_answer_prob": 1.7558815479278564}
{"example_id": 6315841202921366643, "prediction": "in the lungs", "binary_answer": null, "no_answer_prob": -2.996517062187195}
{"example_id": 6449918077143051997, "prediction": "Jaguar Land Rover Automotive PLC is the holding company of Jaguar Land Rover Limited , a British multinational automotive company", "binary_answer": null, "no_answer_prob": -7.494439959526062}
{"example_id": -746185003858192116, "prediction": "", "binary_answer": null, "no_answer_prob": 3.745998442173004}
{"example_id": 8257745602961832064, "prediction": "Kiki Dee", "binary_answer": null, "no_answer_prob": -7.501394748687744}
{"example_id": -247089316114118528, "prediction": "Employment discrimination", "binary_answer": null, "no_answer_prob": 3.321112871170044}
{"example_id": -3618203843442035644, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9863331615924835}
{"example_id": 876948351900262506, "prediction": "Chardonnay", "binary_answer": null, "no_answer_prob": -1.8428924083709717}
{"example_id": -5725193426461934101, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4777485132217407}
{"example_id": 6978528732770161885, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7601592540740967}
{"example_id": -8399628534685741167, "prediction": "the signer 's public key published in the DNS", "binary_answer": null, "no_answer_prob": 2.5941846668720245}
{"example_id": -5432265529402411338, "prediction": "Mick Jagger and Keith Richards", "binary_answer": null, "no_answer_prob": -6.574677228927612}
{"example_id": -115403931893135643, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -1.2895069122314453}
{"example_id": -2983232566257449145, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1493058800697327}
{"example_id": 7475996979460723368, "prediction": "`` In the Pines '' , also known as `` Where Did You Sleep Last Night ? '' and `` Black Girl", "binary_answer": null, "no_answer_prob": -4.658399820327759}
{"example_id": -3140869096194957539, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0307382941246033}
{"example_id": 3133002028451439595, "prediction": "2002", "binary_answer": null, "no_answer_prob": -4.238700747489929}
{"example_id": -7902554675198577581, "prediction": "Gale Hansen", "binary_answer": null, "no_answer_prob": -9.225324392318726}
{"example_id": 6003926015449984142, "prediction": "Kay Felder", "binary_answer": null, "no_answer_prob": -1.9931716918945312}
{"example_id": 7353261961888670371, "prediction": "56.7 \u00b0 C ( 134.1 \u00b0 F )", "binary_answer": null, "no_answer_prob": -4.551194429397583}
{"example_id": -8983137535639837730, "prediction": "George VI", "binary_answer": null, "no_answer_prob": -7.400271773338318}
{"example_id": -5979810458751587645, "prediction": "Baf\u00e9timbi Gomis", "binary_answer": null, "no_answer_prob": -5.554024934768677}
{"example_id": -3603345349981006209, "prediction": "", "binary_answer": null, "no_answer_prob": 4.357608199119568}
{"example_id": 301742905313459298, "prediction": "Ronn Moss , who departed the series in 2012 after 25 years in the role .", "binary_answer": null, "no_answer_prob": -4.71157169342041}
{"example_id": -5756128303686017937, "prediction": "The Indian Rebellion of 1857 had diverse political , economic , military , religious and social causes .", "binary_answer": null, "no_answer_prob": 3.1651599407196045}
{"example_id": 5577558704089966787, "prediction": "Matt Prater", "binary_answer": null, "no_answer_prob": -0.7227098941802979}
{"example_id": 571615457774841162, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8315635919570923}
{"example_id": -4623381725131669286, "prediction": "`` Ca n't Feel My Face '' is a song performed by Canadian singer The Weeknd", "binary_answer": null, "no_answer_prob": -0.2374967336654663}
{"example_id": -7713016265564058379, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5009760856628418}
{"example_id": -3882377811931187829, "prediction": "Chadwick Gaylord Smith", "binary_answer": null, "no_answer_prob": -12.806063771247864}
{"example_id": -9118571438070624371, "prediction": "Patagonia in the south to parts of western Canada in the north", "binary_answer": null, "no_answer_prob": -0.6900303363800049}
{"example_id": 7762923353573611797, "prediction": "Halewood Body & Assembly , Liverpool , England Changsu , China Itatiaia , Brazil", "binary_answer": null, "no_answer_prob": -5.519298553466797}
{"example_id": 6351154984861339712, "prediction": "`` Sunglasses at Night '' is a song by Canadian singer Corey Hart", "binary_answer": null, "no_answer_prob": -0.6328819990158081}
{"example_id": -9002176693562411571, "prediction": "Warren Hastings", "binary_answer": null, "no_answer_prob": 1.1053545475006104}
{"example_id": -8817675850857402488, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0490150451660156}
{"example_id": 4665617177052818082, "prediction": "January 26 , 2018", "binary_answer": null, "no_answer_prob": -2.8683180809020996}
{"example_id": 8539047995832154516, "prediction": "", "binary_answer": null, "no_answer_prob": 0.20857806503772736}
{"example_id": -1339409633903780340, "prediction": "on the left and right sides of the body", "binary_answer": null, "no_answer_prob": -0.8239669799804688}
{"example_id": -6485442332602276482, "prediction": "14 June to 15 July 2018", "binary_answer": null, "no_answer_prob": -5.616406291723251}
{"example_id": -38871885317426783, "prediction": "The act avoided the highly disputed postponed life insurance policy payout for World War I veterans that caused political turmoil", "binary_answer": null, "no_answer_prob": -0.5372478365898132}
{"example_id": -5769948797007330726, "prediction": "007", "binary_answer": null, "no_answer_prob": 1.832528829574585}
{"example_id": 1085920309962998351, "prediction": "26 May 1989", "binary_answer": null, "no_answer_prob": -1.9953527748584747}
{"example_id": 5980644746538415642, "prediction": "Ferris Bueller 's Day Off", "binary_answer": null, "no_answer_prob": 3.447787821292877}
{"example_id": -3983626809738565018, "prediction": "The Los Angeles Lakers", "binary_answer": null, "no_answer_prob": -7.649352312088013}
{"example_id": -1526770203553756272, "prediction": "Jonathan Drew Groff", "binary_answer": null, "no_answer_prob": -5.677103638648987}
{"example_id": -8989947241359052449, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6064691543579102}
{"example_id": -922244165252286877, "prediction": "54 \u00b0 C ( 129 \u00b0 F )", "binary_answer": null, "no_answer_prob": -7.461698770523071}
{"example_id": 3540503400206333603, "prediction": "The United States Soccer Federation ( USSF )", "binary_answer": null, "no_answer_prob": -0.3936082124710083}
{"example_id": -4048864488732674361, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5952988266944885}
{"example_id": -6924452761748663842, "prediction": "5.6 %", "binary_answer": null, "no_answer_prob": -1.508417010307312}
{"example_id": -5720417983281420416, "prediction": "", "binary_answer": null, "no_answer_prob": 0.12716364860534668}
{"example_id": -3307781839372703887, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6008792221546173}
{"example_id": -1231190588819760920, "prediction": "Levon Helm", "binary_answer": null, "no_answer_prob": -5.253795742988586}
{"example_id": 6928613665745911177, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -6.392467617988586}
{"example_id": 2959139492813785828, "prediction": "", "binary_answer": null, "no_answer_prob": 0.38457751274108887}
{"example_id": -2465915132604359363, "prediction": "26 February 1884", "binary_answer": null, "no_answer_prob": 2.7306630611419678}
{"example_id": -3889035572381171072, "prediction": "April 7 , 2018", "binary_answer": null, "no_answer_prob": -2.8409855365753174}
{"example_id": 2260972065295932603, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2818355560302734}
{"example_id": 8470886190012802318, "prediction": "Diodorus Siculus", "binary_answer": null, "no_answer_prob": -2.8862204551696777}
{"example_id": 8198686008114485545, "prediction": "Earth 's internal heat budget is fundamental to the thermal history of the Earth . The flow of heat from Earth 's interior", "binary_answer": null, "no_answer_prob": 0.028688669204711914}
{"example_id": 4198161683562908654, "prediction": "910 km )", "binary_answer": null, "no_answer_prob": -4.266679286956787}
{"example_id": -456550905432013934, "prediction": "Polyandry", "binary_answer": null, "no_answer_prob": -9.932635426521301}
{"example_id": -8862780185516668757, "prediction": "Los Angeles", "binary_answer": null, "no_answer_prob": -2.7916594743728638}
{"example_id": -2150616626047588203, "prediction": "", "binary_answer": null, "no_answer_prob": 2.547532841563225}
{"example_id": 8131300119607703624, "prediction": "`` Battle on , Challengers !", "binary_answer": null, "no_answer_prob": 2.444591999053955}
{"example_id": 1585877172898104611, "prediction": "The retina", "binary_answer": null, "no_answer_prob": -2.4962016344070435}
{"example_id": -8558973673910499616, "prediction": "December 19 , 1801", "binary_answer": null, "no_answer_prob": -10.6980060338974}
{"example_id": 3961232627001931908, "prediction": "primary election", "binary_answer": null, "no_answer_prob": 0.5626246929168701}
{"example_id": -5743502796259901300, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2114615440368652}
{"example_id": -1310061835555761626, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2862554788589478}
{"example_id": 5562092876461750686, "prediction": "", "binary_answer": null, "no_answer_prob": 2.115790158510208}
{"example_id": 5602263866877333704, "prediction": "Aaron Neville", "binary_answer": null, "no_answer_prob": -0.8045868873596191}
{"example_id": -8677713436758202149, "prediction": "Lasagne originated in Italy during the Middle Ages and has traditionally been ascribed to the city of Naples", "binary_answer": null, "no_answer_prob": 3.9380274415016174}
{"example_id": 42487324306043315, "prediction": "Puducherry", "binary_answer": null, "no_answer_prob": -1.2049379348754883}
{"example_id": 4210555520586007058, "prediction": "", "binary_answer": null, "no_answer_prob": 3.915162682533264}
{"example_id": -8682312582598949174, "prediction": "Dwane Casey", "binary_answer": null, "no_answer_prob": -9.933730602264404}
{"example_id": 3771718292700391383, "prediction": "The Premier League is the top level of the English football league system . Contested by 20 clubs , it operates on a system of promotion and relegation", "binary_answer": null, "no_answer_prob": 0.017172634601593018}
{"example_id": 2867531515075023843, "prediction": "", "binary_answer": null, "no_answer_prob": 4.268880128860474}
{"example_id": 5980458022126748626, "prediction": "Mumbai , Maharashtra , India", "binary_answer": null, "no_answer_prob": -0.5170263051986694}
{"example_id": 8376740439036210354, "prediction": "The Honda CR - V is a compact crossover", "binary_answer": null, "no_answer_prob": 1.7316502928733826}
{"example_id": 8583998494163939856, "prediction": "Let Loose", "binary_answer": null, "no_answer_prob": -0.38937437534332275}
{"example_id": -4766029169354683727, "prediction": "Aaron Tippin and his wife Thea Tippin", "binary_answer": null, "no_answer_prob": -3.4008296728134155}
{"example_id": -3207122683535425300, "prediction": "Michael Dorn", "binary_answer": null, "no_answer_prob": -10.74183464050293}
{"example_id": 6064214940278602404, "prediction": "adenosine triphosphate ( ATP )", "binary_answer": null, "no_answer_prob": -0.8784743547439575}
{"example_id": 7227874519645970679, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0129778385162354}
{"example_id": -9039927799180453963, "prediction": "Tarry Town ( historical Tarrytown , New York", "binary_answer": null, "no_answer_prob": -4.213190078735352}
{"example_id": 5418098197042665154, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8580186367034912}
{"example_id": 6515983275149803151, "prediction": "`` Everywhere ''", "binary_answer": null, "no_answer_prob": -1.3094472885131836}
{"example_id": -6119938181543883325, "prediction": "Horatio Spafford", "binary_answer": null, "no_answer_prob": 1.0388154983520508}
{"example_id": 3560498347527160821, "prediction": "The mass number", "binary_answer": null, "no_answer_prob": 3.277225375175476}
{"example_id": -5716635019806213117, "prediction": "Since the release of the first novel , Harry Potter and the Philosopher 's Stone", "binary_answer": null, "no_answer_prob": 2.1944031193852425}
{"example_id": -6735760016212039736, "prediction": "Christine Jane Baranski", "binary_answer": null, "no_answer_prob": -5.986265301704407}
{"example_id": 8657970742096423116, "prediction": "Pittsburgh suburb", "binary_answer": null, "no_answer_prob": -2.0966901779174805}
{"example_id": -1462597963425085264, "prediction": "The Jungle Book", "binary_answer": null, "no_answer_prob": 0.4422590732574463}
{"example_id": 2665787135086010481, "prediction": "Hi - Rez", "binary_answer": null, "no_answer_prob": -1.1457395553588867}
{"example_id": 6017355175145649580, "prediction": "", "binary_answer": null, "no_answer_prob": 2.715700626373291}
{"example_id": 8801535981314182416, "prediction": "Although the delegates were divided early on as to whether to break from Crown rule , the second Continental Congress", "binary_answer": null, "no_answer_prob": 1.4438491389155388}
{"example_id": 2665702762075367437, "prediction": "Seth Adham Curry ( born August 23 , 1990 ) is an American professional basketball player for the Portland Trail Blazers", "binary_answer": null, "no_answer_prob": -4.857402205467224}
{"example_id": -1410470368233378448, "prediction": "inspection", "binary_answer": null, "no_answer_prob": 0.5602222681045532}
{"example_id": -7902280161156543824, "prediction": "Hon . Idris Bolaji Muse Ariyoh", "binary_answer": null, "no_answer_prob": -7.8816996812820435}
{"example_id": -1148654775271788959, "prediction": "", "binary_answer": null, "no_answer_prob": 4.695807576179504}
{"example_id": 8952596042745123728, "prediction": "1964", "binary_answer": null, "no_answer_prob": -4.350035905838013}
{"example_id": -7464842467064304594, "prediction": "Sugarloaf", "binary_answer": null, "no_answer_prob": -7.0447341203689575}
{"example_id": -222262896632294255, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The missing dollar riddle", "binary_answer": null, "no_answer_prob": 3.7451901137828827}
{"example_id": -8540721047988438914, "prediction": "", "binary_answer": null, "no_answer_prob": -3.2870709896087646}
{"example_id": -5706559367925106178, "prediction": "the Chief Justice of India and 30 other judges", "binary_answer": null, "no_answer_prob": -1.6161671876907349}
{"example_id": -7106629249220279572, "prediction": "Minnesota Vikings", "binary_answer": null, "no_answer_prob": 0.42771482467651367}
{"example_id": -1273349561587212814, "prediction": "", "binary_answer": null, "no_answer_prob": 4.081135809421539}
{"example_id": 2685156424078286205, "prediction": "Sleeping Beauty", "binary_answer": null, "no_answer_prob": -3.0217583179473877}
{"example_id": 4319601600596588048, "prediction": "The Cranberries", "binary_answer": null, "no_answer_prob": -1.9180256128311157}
{"example_id": -3864774070623381201, "prediction": "Livin ' on a Prayer", "binary_answer": null, "no_answer_prob": -3.837819814682007}
{"example_id": -440897623352911547, "prediction": "Raymond William Stacy Burr", "binary_answer": null, "no_answer_prob": -10.493606448173523}
{"example_id": 5331717885435024402, "prediction": "Elton John", "binary_answer": null, "no_answer_prob": -3.2084150314331055}
{"example_id": -1970797027062941797, "prediction": "CB slang", "binary_answer": null, "no_answer_prob": -0.027867794036865234}
{"example_id": 723200719810634500, "prediction": "neutralized", "binary_answer": null, "no_answer_prob": 2.1627354621887207}
{"example_id": 6683853046107664636, "prediction": "", "binary_answer": null, "no_answer_prob": -4.188357830047607}
{"example_id": 5268257633315842288, "prediction": "", "binary_answer": null, "no_answer_prob": 5.594895377755165}
{"example_id": 2173707082353442914, "prediction": "", "binary_answer": null, "no_answer_prob": 5.185053259134293}
{"example_id": -1298517695232485346, "prediction": "Hard Rock Stadium in Miami Gardens , Florida", "binary_answer": null, "no_answer_prob": -9.344362258911133}
{"example_id": -8651619018883977220, "prediction": "Fiona Prine", "binary_answer": null, "no_answer_prob": -2.1700618267059326}
{"example_id": -7632070142429199816, "prediction": "The Food and Drug Administration", "binary_answer": null, "no_answer_prob": -3.3623688220977783}
{"example_id": -4512188033582443098, "prediction": "8 16 October 21 , 2016 ( 2016 - 10 - 21 ) March 10 , 2017 ( 2017 - 03 - 10 )", "binary_answer": null, "no_answer_prob": -4.427114963531494}
{"example_id": -8998032244760150081, "prediction": "MS Dhoni", "binary_answer": null, "no_answer_prob": -1.5187163352966309}
{"example_id": 5700268800886629444, "prediction": "James Taylor", "binary_answer": null, "no_answer_prob": -0.8424580097198486}
{"example_id": -7848694680385956535, "prediction": "", "binary_answer": null, "no_answer_prob": -1.817740559577942}
{"example_id": 8263016631353654947, "prediction": "live on the WWE Network", "binary_answer": null, "no_answer_prob": 0.0013295114040374756}
{"example_id": -3108065219161523225, "prediction": "", "binary_answer": null, "no_answer_prob": -2.5868555307388306}
{"example_id": -6228868976593966787, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3139059543609619}
{"example_id": -6277239576741418047, "prediction": "Rachel Reynolds , Amber Lancaster , Gwendolyn Osborne , Manuela Arbel\u00e1ez and James O'Halloran", "binary_answer": null, "no_answer_prob": 0.6938979625701904}
{"example_id": 7521918103941749519, "prediction": "Incubus", "binary_answer": null, "no_answer_prob": -5.548948287963867}
{"example_id": -8080892130396390822, "prediction": "Frederick the Great of Prussia . It was likely popularized by its use in a poem by Ogden Nash", "binary_answer": null, "no_answer_prob": -1.3676601648330688}
{"example_id": 3937329524464957572, "prediction": "President George W. Bush", "binary_answer": null, "no_answer_prob": -2.790101647377014}
{"example_id": 535395207586159293, "prediction": "Q4 2018 .", "binary_answer": null, "no_answer_prob": 1.2657220140099525}
{"example_id": 936863254288452979, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1211845874786377}
{"example_id": 703961112928105599, "prediction": "1958", "binary_answer": null, "no_answer_prob": 2.7800644040107727}
{"example_id": -873614546668073529, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6152863698080182}
{"example_id": -770448608574420929, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": -5.823878288269043}
{"example_id": -898783261511479497, "prediction": "Candice Bergen", "binary_answer": null, "no_answer_prob": -4.1808762550354}
{"example_id": 3640671681493893883, "prediction": "J.L. King", "binary_answer": null, "no_answer_prob": -6.2706520557403564}
{"example_id": 2203554116455320680, "prediction": "Subway", "binary_answer": null, "no_answer_prob": -3.037787675857544}
{"example_id": 237432058728907691, "prediction": "Character Actor Seasons 5 6 7 Jax Teller", "binary_answer": null, "no_answer_prob": 0.5607951879501343}
{"example_id": -6790659635621605607, "prediction": "Heinz Field", "binary_answer": null, "no_answer_prob": 3.537568300962448}
{"example_id": -1679520392051387388, "prediction": "Glen Campbell", "binary_answer": null, "no_answer_prob": -11.37655520439148}
{"example_id": -1165152636389138116, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4842669032514095}
{"example_id": -6496992653395306820, "prediction": "approximately 18 months after birth", "binary_answer": null, "no_answer_prob": -2.0918155908584595}
{"example_id": 4263717408740992265, "prediction": "Paul Hermann M\u00fcller", "binary_answer": null, "no_answer_prob": -3.6072452068328857}
{"example_id": 4627110909994297261, "prediction": "No . Office Current officer Party Vice President Mike Pence", "binary_answer": null, "no_answer_prob": -4.05195689201355}
{"example_id": 4646969282210973805, "prediction": "Robert Keith Horry", "binary_answer": null, "no_answer_prob": 3.035814493894577}
{"example_id": 4981485886249146487, "prediction": "Mandy Moore", "binary_answer": null, "no_answer_prob": -5.6238603591918945}
{"example_id": 6922530930362554511, "prediction": "Othniel", "binary_answer": null, "no_answer_prob": -2.4147822856903076}
{"example_id": 994463371373162312, "prediction": "Colin Fleming of JazzTimes", "binary_answer": null, "no_answer_prob": 0.12729895114898682}
{"example_id": 7516391552239964190, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6555854082107544}
{"example_id": -4602848196593322290, "prediction": "362 ( HD / SD ) 1362", "binary_answer": null, "no_answer_prob": -1.2796186208724976}
{"example_id": 4281722509927744807, "prediction": "Princeton", "binary_answer": null, "no_answer_prob": -2.4525938034057617}
{"example_id": -6862217004154141787, "prediction": "between Springer Mountain in Georgia and Mount Katahdin in Maine", "binary_answer": null, "no_answer_prob": -2.15865695476532}
{"example_id": 8347244685347441414, "prediction": "Lagos / \u02c8le\u026a\u0261\u0252s / ( Yoruba : \u00c8k\u00f3 ) is a city in the Nigerian state of Lagos", "binary_answer": null, "no_answer_prob": 2.418830990791321}
{"example_id": 126325470621013493, "prediction": "`` Saturday Night ''", "binary_answer": null, "no_answer_prob": 3.625181198120117}
{"example_id": -8676396461317698234, "prediction": "oxygen", "binary_answer": null, "no_answer_prob": 0.5496052503585815}
{"example_id": 7643051087281029898, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2049277424812317}
{"example_id": 8516947433438533152, "prediction": "Jack Gleeson", "binary_answer": null, "no_answer_prob": -12.485396265983582}
{"example_id": 398767751047144464, "prediction": "a form of social commentary for black South Africans and has undergone several transformations with the country 's changing political tides .", "binary_answer": null, "no_answer_prob": 0.18476176261901855}
{"example_id": 7154443653304042982, "prediction": "Joseph P. Riley", "binary_answer": null, "no_answer_prob": -1.8960089683532715}
{"example_id": -7871744494704499268, "prediction": "A Great Big World", "binary_answer": null, "no_answer_prob": -4.00891375541687}
{"example_id": 8705963636959768966, "prediction": "", "binary_answer": null, "no_answer_prob": 4.450172245502472}
{"example_id": -5994662623630406407, "prediction": "late April and early May 1945", "binary_answer": null, "no_answer_prob": -4.275895476341248}
{"example_id": 8605162615517470946, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7751079201698303}
{"example_id": 2404760617997253869, "prediction": "Alan Sidney Patrick Rickman", "binary_answer": null, "no_answer_prob": 3.551796704530716}
{"example_id": -123624118796019690, "prediction": "1995", "binary_answer": null, "no_answer_prob": -9.51336744427681}
{"example_id": 1672336955592573194, "prediction": "The 2017 -- 18", "binary_answer": null, "no_answer_prob": -3.581071376800537}
{"example_id": 36228854473990432, "prediction": "October 1 , 1961", "binary_answer": null, "no_answer_prob": 3.257880374789238}
{"example_id": 8268823516550377360, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4723872542381287}
{"example_id": 8817767666035261995, "prediction": "shout Mal Evans -- trumpet", "binary_answer": null, "no_answer_prob": 3.6312716007232666}
{"example_id": 3920674755999659346, "prediction": "New England Patriots ( based in Foxborough , Massachusetts ) ; and the New York Jets", "binary_answer": null, "no_answer_prob": -2.9001654386520386}
{"example_id": 8932123726840701389, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -8.217272996902466}
{"example_id": -5737188378305605891, "prediction": "some 542 million years ago", "binary_answer": null, "no_answer_prob": -1.2016186714172363}
{"example_id": -5952878312183771825, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -1.4244424104690552}
{"example_id": -3791869145381264425, "prediction": "Sumter / \u02c8s\u028cmt\u0259r / is a city in and the county seat of Sumter County , South Carolina", "binary_answer": null, "no_answer_prob": 0.1872793436050415}
{"example_id": -1332321554728012761, "prediction": "", "binary_answer": null, "no_answer_prob": 3.657833084464073}
{"example_id": 6790849068251571021, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3358036279678345}
{"example_id": 729766815765327628, "prediction": "Amish Tripathi", "binary_answer": null, "no_answer_prob": -8.562997579574585}
{"example_id": -8310622357902538430, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The counties of Ireland", "binary_answer": null, "no_answer_prob": 3.4551989436149597}
{"example_id": 603904973528765065, "prediction": "dusk in Salem Village , Massachusetts", "binary_answer": null, "no_answer_prob": 3.3601690530776978}
{"example_id": 4419198180010346927, "prediction": "Bass singer Len Dresslar", "binary_answer": null, "no_answer_prob": -0.13301801681518555}
{"example_id": 61181544533963488, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": 0.3026176691055298}
{"example_id": 4947382029660862281, "prediction": "", "binary_answer": null, "no_answer_prob": -4.088261008262634}
{"example_id": 538780514242752950, "prediction": "Shelley Morrison", "binary_answer": null, "no_answer_prob": -7.900258660316467}
{"example_id": 4655668754667193182, "prediction": "`` Cups ''", "binary_answer": null, "no_answer_prob": -1.1022804975509644}
{"example_id": 4962452726948808217, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9312586784362793}
{"example_id": 3346198128010499744, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9992227256298065}
{"example_id": 8564872898227189295, "prediction": "Michael Steven Hessman", "binary_answer": null, "no_answer_prob": -6.363017320632935}
{"example_id": 1416813601766951820, "prediction": "John Quincy Adams", "binary_answer": null, "no_answer_prob": -3.1852757930755615}
{"example_id": -4872662203339078220, "prediction": "Edo Castle", "binary_answer": null, "no_answer_prob": 0.8433260917663574}
{"example_id": 2354255579499989483, "prediction": "Dutch", "binary_answer": null, "no_answer_prob": 0.0521852970123291}
{"example_id": -4390619489244149653, "prediction": "Mary Martha Byrne", "binary_answer": null, "no_answer_prob": -12.036617994308472}
{"example_id": 8842907876692937082, "prediction": "June 20 , 2018", "binary_answer": null, "no_answer_prob": -8.674439907073975}
{"example_id": -4939620613803238600, "prediction": "Alicia Keys", "binary_answer": null, "no_answer_prob": -2.424134373664856}
{"example_id": -4021308961679825961, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6818139478564262}
{"example_id": 1082184145912933713, "prediction": "Harry Potter and the Deathly Hallows", "binary_answer": null, "no_answer_prob": 0.07567775249481201}
{"example_id": 7914838432482010764, "prediction": "George Glenn Jones", "binary_answer": null, "no_answer_prob": -5.837078332901001}
{"example_id": -8549173247344657014, "prediction": "In legal systems based on common law , a precedent", "binary_answer": null, "no_answer_prob": 2.48986279964447}
{"example_id": -4392432908367410310, "prediction": "Stan Lee 's Superhumans", "binary_answer": null, "no_answer_prob": 0.593826174736023}
{"example_id": 6862030151279084629, "prediction": "the coast of Northern California", "binary_answer": null, "no_answer_prob": -8.459517002105713}
{"example_id": 7841439826326255745, "prediction": "`` Pocketful of Sunshine '' is a song recorded by English singer -- songwriter Natasha Bedingfield", "binary_answer": null, "no_answer_prob": -0.01513528823852539}
{"example_id": 8109679614228793740, "prediction": "Genevieve Knight `` G '' Hannelius", "binary_answer": null, "no_answer_prob": -13.040473222732544}
{"example_id": 5076240842462150132, "prediction": "Mensural notation", "binary_answer": null, "no_answer_prob": 1.5819199085235596}
{"example_id": 5941795906329483392, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2846862077713013}
{"example_id": 3728623171736300265, "prediction": "enumerated powers ; others have been assumed to exist and are called implied powers .", "binary_answer": null, "no_answer_prob": -0.5650910139083862}
{"example_id": 7079483537106337049, "prediction": "The technological and industrial history of the United States", "binary_answer": null, "no_answer_prob": -1.499125361442566}
{"example_id": -940961394691956064, "prediction": "Jim Belushi ( as `` Brother '' Zee Blues", "binary_answer": null, "no_answer_prob": 1.9760854244232178}
{"example_id": -7659737930679548079, "prediction": "Harry Potter and the Deathly Hallows -- Part 2 is a 2011", "binary_answer": null, "no_answer_prob": 1.1128293871879578}
{"example_id": -1548352512201823372, "prediction": "June 18 , 1812", "binary_answer": null, "no_answer_prob": -0.6559607982635498}
{"example_id": 1185380788336396915, "prediction": "", "binary_answer": null, "no_answer_prob": 3.309762477874756}
{"example_id": -3633277444288802718, "prediction": "18", "binary_answer": null, "no_answer_prob": 1.6001060009002686}
{"example_id": 7316444058803767351, "prediction": "Barbra Streisand", "binary_answer": null, "no_answer_prob": 1.2059907913208008}
{"example_id": 8828798649155876489, "prediction": "Tony Orlando , Toni Wine , and Linda November", "binary_answer": null, "no_answer_prob": -3.7151442766189575}
{"example_id": 1818370768133737428, "prediction": "Diana Ross & the Supremes and The Temptations", "binary_answer": null, "no_answer_prob": -5.540768980979919}
{"example_id": 167993222077467116, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8111222982406616}
{"example_id": -7837820250946281704, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6418561935424805}
{"example_id": -5590423982475744712, "prediction": "18 years or older", "binary_answer": null, "no_answer_prob": -1.2843915224075317}
{"example_id": 4536554376266855246, "prediction": "The Twenty - sixth Amendment ( Amendment XXVI )", "binary_answer": null, "no_answer_prob": -2.4600071907043457}
{"example_id": 3951927144268392880, "prediction": "`` Singin ' In the Rain '' is a song with lyrics by Arthur Freed and music by Nacio Herb Brown", "binary_answer": null, "no_answer_prob": 1.534643530845642}
{"example_id": 6524714690813938003, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3129379749298096}
{"example_id": 6683099208215685252, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2173942923545837}
{"example_id": 7769420646768824672, "prediction": "Tom Coyne", "binary_answer": null, "no_answer_prob": -0.9003200531005859}
{"example_id": 1407996289015326767, "prediction": "Fredua Koranteng `` Freddy '' Adu", "binary_answer": null, "no_answer_prob": -5.786103010177612}
{"example_id": 8851990252905125579, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.929428696632385}
{"example_id": -7269947655628882281, "prediction": "May 2 , 2018", "binary_answer": null, "no_answer_prob": -2.6472458839416504}
{"example_id": -6969258078530381283, "prediction": "2017 2017", "binary_answer": null, "no_answer_prob": -7.6666624546051025}
{"example_id": 5740345371625171383, "prediction": "Michael Faraday", "binary_answer": null, "no_answer_prob": 1.9563555717468262}
{"example_id": 2544891513471080945, "prediction": "The Storm botnet or Storm worm botnet", "binary_answer": null, "no_answer_prob": 0.8979019522666931}
{"example_id": -5032452582842118057, "prediction": "Hern\u00e1n Cort\u00e9s", "binary_answer": null, "no_answer_prob": -3.1280148029327393}
{"example_id": 8090986312600517626, "prediction": "2015", "binary_answer": null, "no_answer_prob": -9.709990411996841}
{"example_id": 6176970235564446853, "prediction": "David Reed Bromstad", "binary_answer": null, "no_answer_prob": -10.10388445854187}
{"example_id": -2849268148654144394, "prediction": "in the right upper quadrant of the abdomen", "binary_answer": null, "no_answer_prob": -4.976306200027466}
{"example_id": 7440266249932614263, "prediction": "four", "binary_answer": null, "no_answer_prob": 1.8900818824768066}
{"example_id": 1990933747819431351, "prediction": "Keeping Up with the Kardashians", "binary_answer": null, "no_answer_prob": 1.7927267253398895}
{"example_id": 2228219749710013880, "prediction": "Humble Pie", "binary_answer": null, "no_answer_prob": -5.4848127365112305}
{"example_id": 4268890060994646092, "prediction": "30 May 1990", "binary_answer": null, "no_answer_prob": 2.0172075033187866}
{"example_id": 8212456138567121495, "prediction": "Baboons", "binary_answer": null, "no_answer_prob": 0.45253055915236473}
{"example_id": -7713338342633469012, "prediction": "Emmitt Smith", "binary_answer": null, "no_answer_prob": -5.763241529464722}
{"example_id": 8472629469488132495, "prediction": "The American Federation of Musicians of the United States and Canada ( AFM / AFofM", "binary_answer": null, "no_answer_prob": -0.13187003135681152}
{"example_id": -7020490020136406769, "prediction": "", "binary_answer": null, "no_answer_prob": 2.315225288271904}
{"example_id": -7201506064142607984, "prediction": "Mount Everest", "binary_answer": null, "no_answer_prob": 1.7834588289260864}
{"example_id": -8260854974577480007, "prediction": "", "binary_answer": null, "no_answer_prob": 5.124903559684753}
{"example_id": 2867190626209874551, "prediction": "Betsy Ross", "binary_answer": null, "no_answer_prob": 2.0964557975530624}
{"example_id": -8392574392308528074, "prediction": "Los Angeles Lakers", "binary_answer": null, "no_answer_prob": 0.8696656227111816}
{"example_id": -107254779771546395, "prediction": "all caps", "binary_answer": null, "no_answer_prob": -1.2021561861038208}
{"example_id": -4023250744057702129, "prediction": "bell - ringer", "binary_answer": null, "no_answer_prob": -4.474021673202515}
{"example_id": 7931769211477608173, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6616562008857727}
{"example_id": 6522755687197646934, "prediction": "Saturday , September 19 , 1981", "binary_answer": null, "no_answer_prob": -4.324735641479492}
{"example_id": 9065148710872415998, "prediction": "Dean Gerard Winters", "binary_answer": null, "no_answer_prob": -6.5472651720047}
{"example_id": -1339157961853840172, "prediction": "13", "binary_answer": null, "no_answer_prob": -1.4459410905838013}
{"example_id": 4430461448971731424, "prediction": "tidal forces of the Sun and Moon", "binary_answer": null, "no_answer_prob": -0.44885921478271484}
{"example_id": 8735715569985603424, "prediction": "East Egg", "binary_answer": null, "no_answer_prob": 1.9047789573669434}
{"example_id": 2157780501938755330, "prediction": "August 9 , 2017", "binary_answer": null, "no_answer_prob": -8.009649753570557}
{"example_id": -4577246112908835183, "prediction": "seven members of the Federal Reserve Board , the president of the New York Fed , and four of the other eleven regional Federal Reserve Bank presidents", "binary_answer": null, "no_answer_prob": -0.15330791473388672}
{"example_id": 4372135894747578717, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": 2.3101960867643356}
{"example_id": -9208277605025665877, "prediction": "fifth season premiered on March 25 , 2018 .", "binary_answer": null, "no_answer_prob": -3.5357935428619385}
{"example_id": 405741106780269216, "prediction": "10 December 1948", "binary_answer": null, "no_answer_prob": -9.736504077911377}
{"example_id": 8888413880831626486, "prediction": "Tim Allen", "binary_answer": null, "no_answer_prob": -9.110118508338928}
{"example_id": -1249695660683137998, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9362673759460449}
{"example_id": 3962652752183366973, "prediction": "September 19 , 2016", "binary_answer": null, "no_answer_prob": -3.8587712049484253}
{"example_id": 8205616315788082486, "prediction": "Ennio Morricone", "binary_answer": null, "no_answer_prob": -2.3996914625167847}
{"example_id": 6914274726557692023, "prediction": "The subcutaneous tissue", "binary_answer": null, "no_answer_prob": 2.593675345182419}
{"example_id": 1137447052630021704, "prediction": "over 800", "binary_answer": null, "no_answer_prob": -5.712345838546753}
{"example_id": -5688234165714990973, "prediction": "The Townshend Acts", "binary_answer": null, "no_answer_prob": 0.4248279333114624}
{"example_id": 6016187989170734632, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4755666851997375}
{"example_id": 7849925602975656482, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.115741670131683}
{"example_id": 4651930410891414517, "prediction": "Free", "binary_answer": null, "no_answer_prob": -3.3905669450759888}
{"example_id": 5284736299669109437, "prediction": "Bleeding Kansas .", "binary_answer": null, "no_answer_prob": -1.1165345311164856}
{"example_id": -3610730988534053914, "prediction": "A marriage license is a document issued , either by a church or state authority", "binary_answer": null, "no_answer_prob": -1.055858850479126}
{"example_id": 2982908538574525131, "prediction": "Oklahoma", "binary_answer": null, "no_answer_prob": -1.246667504310608}
{"example_id": 7510529741389250321, "prediction": "Jared S. Gilmore", "binary_answer": null, "no_answer_prob": -6.267869472503662}
{"example_id": 8367983021926652816, "prediction": "Helena Bonham Carter", "binary_answer": null, "no_answer_prob": -3.576620936393738}
{"example_id": -6840070434788128117, "prediction": "The Contours", "binary_answer": null, "no_answer_prob": -6.680839538574219}
{"example_id": -1817479603748491318, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8559171855449677}
{"example_id": 7153385774204693060, "prediction": "1997", "binary_answer": null, "no_answer_prob": 1.4503002166748047}
{"example_id": -7857649586987301255, "prediction": "Year Stardates Enterprise Novels and Comics Deep Space Nine Voyager Kelvin Timeline", "binary_answer": null, "no_answer_prob": 1.2960708141326904}
{"example_id": 7199901351170635175, "prediction": "2004", "binary_answer": null, "no_answer_prob": -5.846625208854675}
{"example_id": -891051588584514821, "prediction": "2018", "binary_answer": null, "no_answer_prob": -4.352618545293808}
{"example_id": 961960731165923057, "prediction": "Charlton Heston", "binary_answer": null, "no_answer_prob": -6.552754640579224}
{"example_id": 8489830856969762031, "prediction": "The three wise monkeys", "binary_answer": null, "no_answer_prob": 2.961215350776911}
{"example_id": 3224730403616581424, "prediction": "Maryland", "binary_answer": null, "no_answer_prob": -2.971834182739258}
{"example_id": -6593786172448058094, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0988821387290955}
{"example_id": -263355853184720782, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5755159854888916}
{"example_id": 2669630335942950676, "prediction": "Syd Barrett on guitar and lead vocals , Nick Mason on drums , Roger Waters on bass and vocals , and Richard Wright", "binary_answer": null, "no_answer_prob": -2.217439293861389}
{"example_id": -6716063774607050486, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -4.612022519111633}
{"example_id": -3013938829181451245, "prediction": "October 2 , 2017", "binary_answer": null, "no_answer_prob": -4.735528588294983}
{"example_id": 8378608349702584388, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5438538789749146}
{"example_id": -6191427736051770385, "prediction": "David Easton", "binary_answer": null, "no_answer_prob": 2.81735030002892}
{"example_id": -2950768241264673239, "prediction": "Richard Gere and Julia Roberts", "binary_answer": null, "no_answer_prob": -2.6359044313430786}
{"example_id": -584014262632318057, "prediction": "Article Five", "binary_answer": null, "no_answer_prob": -3.464833974838257}
{"example_id": -3530189360303646361, "prediction": "Walter Sobchak", "binary_answer": null, "no_answer_prob": -7.419974684715271}
{"example_id": -74757133741234832, "prediction": "approximately halfway between Atlanta and Charlotte , North Carolina , along Interstate 85", "binary_answer": null, "no_answer_prob": 2.1205813363194466}
{"example_id": 7206493093453765943, "prediction": "`` Started from the Bottom '' is a song by Canadian hip hop recording artist Drake", "binary_answer": null, "no_answer_prob": 2.2702361345291138}
{"example_id": 6686806043072153459, "prediction": "", "binary_answer": null, "no_answer_prob": 4.015741407871246}
{"example_id": 7083742564821465076, "prediction": "1993", "binary_answer": null, "no_answer_prob": -5.739566087722778}
{"example_id": 8963560076461501325, "prediction": "intratrial septum", "binary_answer": null, "no_answer_prob": 0.6448513269424438}
{"example_id": 6576883648805495188, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1629682183265686}
{"example_id": -3600710232789091823, "prediction": "", "binary_answer": null, "no_answer_prob": 4.264822721481323}
{"example_id": 5127090235680483100, "prediction": "", "binary_answer": null, "no_answer_prob": 2.176992788910866}
{"example_id": 295044272466819736, "prediction": "Coal liquefaction", "binary_answer": null, "no_answer_prob": 2.066342532634735}
{"example_id": -1510666777538922118, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9570019841194153}
{"example_id": -6979081307697911426, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8400275707244873}
{"example_id": 1774869827959777677, "prediction": "The Greek island of Rhodes", "binary_answer": null, "no_answer_prob": -2.3715507984161377}
{"example_id": -3266446717959297151, "prediction": "", "binary_answer": null, "no_answer_prob": 2.839942216873169}
{"example_id": 1460115615484287044, "prediction": "Please , Baby , Please ''", "binary_answer": null, "no_answer_prob": -2.221811294555664}
{"example_id": -2139279342137502342, "prediction": "Hagar Sammy Hagar", "binary_answer": null, "no_answer_prob": -3.2608892917633057}
{"example_id": -8114904999927000244, "prediction": "Jerry Mathers", "binary_answer": null, "no_answer_prob": -7.939920902252197}
{"example_id": -3718077387886410751, "prediction": "Tryzub", "binary_answer": null, "no_answer_prob": -4.298331022262573}
{"example_id": 2160121405830169838, "prediction": "816 , 975", "binary_answer": null, "no_answer_prob": 2.483777642250061}
{"example_id": -3232570359120331144, "prediction": "Patrick Hunter", "binary_answer": null, "no_answer_prob": -4.967148780822754}
{"example_id": -6749766470883435912, "prediction": "Theater drapes and stage curtains", "binary_answer": null, "no_answer_prob": 0.22108221054077148}
{"example_id": -1939788677803028354, "prediction": "The Niger River", "binary_answer": null, "no_answer_prob": 3.195784568786621}
{"example_id": 4646049921973001262, "prediction": "Benedict Cumberbatch", "binary_answer": null, "no_answer_prob": -7.383636474609375}
{"example_id": -5883106845142497566, "prediction": "the 3rd and 4th centuries", "binary_answer": null, "no_answer_prob": -2.6621013879776}
{"example_id": -441765036440607174, "prediction": "Tom Benson Hall of Fame Stadium", "binary_answer": null, "no_answer_prob": -9.50466799736023}
{"example_id": 242334030993171926, "prediction": "A level UCAS points table ( New Tariff ) Grade UCAS Points A * 56 48 40 32 24 16", "binary_answer": null, "no_answer_prob": -1.8179516792297363}
{"example_id": -4798644940681251731, "prediction": "Bruce DeShazer and Marv Gunn", "binary_answer": null, "no_answer_prob": -6.729294538497925}
{"example_id": -5669895498673757612, "prediction": "7 December 2017", "binary_answer": null, "no_answer_prob": -3.2187483310699463}
{"example_id": -4704037098113484224, "prediction": "Schenck v. United States", "binary_answer": null, "no_answer_prob": 1.3613529205322266}
{"example_id": 6768974037627749161, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6203868612647057}
{"example_id": -5333181693149765949, "prediction": "Randy California", "binary_answer": null, "no_answer_prob": 0.1066058874130249}
{"example_id": -7720039272533875390, "prediction": "", "binary_answer": null, "no_answer_prob": 1.109520711004734}
{"example_id": 8805336423896295485, "prediction": "New England Patriots ( based in Foxborough , Massachusetts ) ; and the New York Jets", "binary_answer": null, "no_answer_prob": -2.7903754711151123}
{"example_id": 979017841265121724, "prediction": "", "binary_answer": null, "no_answer_prob": 3.148664712905884}
{"example_id": -6051142760838630015, "prediction": "Communication physics is one of the applied branches of physics . It deals with various kinds of communication systems", "binary_answer": null, "no_answer_prob": -2.312527656555176}
{"example_id": 6886908256322931832, "prediction": "", "binary_answer": null, "no_answer_prob": 3.067248523235321}
{"example_id": 6416172900659432472, "prediction": "", "binary_answer": null, "no_answer_prob": 4.127310872077942}
{"example_id": 7017873424039879014, "prediction": "The fourth season", "binary_answer": null, "no_answer_prob": 2.6490382254123688}
{"example_id": 7343356705190738067, "prediction": "Bhuvneshwar Kumar", "binary_answer": null, "no_answer_prob": -3.0755743980407715}
{"example_id": -8430894115867207571, "prediction": "Maine , Vermont , New Hampshire , Massachusetts , Rhode Island , and Connecticut", "binary_answer": null, "no_answer_prob": -3.798835515975952}
{"example_id": -762930927176712682, "prediction": "Kasinathuni Viswanath Highlights Total awarded 48 First winner Devika Rani", "binary_answer": null, "no_answer_prob": -4.310748815536499}
{"example_id": 2913546350987328137, "prediction": "Kaley Cuoco", "binary_answer": null, "no_answer_prob": -5.528544545173645}
{"example_id": -5333049627570569397, "prediction": "`` U Ca n't Touch This '' is a song co-written , produced and performed by MC Hammer", "binary_answer": null, "no_answer_prob": 4.404160916805267}
{"example_id": 9101155949281256853, "prediction": "`` Remember '' ( episode 5.12 ) Last appearance `` The Next World ''", "binary_answer": null, "no_answer_prob": 2.578474670648575}
{"example_id": 9143716180666221667, "prediction": "The geography of North Africa has been reasonably well known among Europeans since classical antiquity in Greco - Roman geography", "binary_answer": null, "no_answer_prob": 2.676822602748871}
{"example_id": 641868616797443860, "prediction": "2008 -- 09 basketball season", "binary_answer": null, "no_answer_prob": -4.34470522403717}
{"example_id": 5766923692811003319, "prediction": "Hop Farm Country Park , Kent , England", "binary_answer": null, "no_answer_prob": -5.157913565635681}
{"example_id": 4278466626120134926, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -2.0943899154663086}
{"example_id": 1133372433462406101, "prediction": "To be , or not to be", "binary_answer": null, "no_answer_prob": 2.491323545575142}
{"example_id": -7356948734636149725, "prediction": "Humble Pie", "binary_answer": null, "no_answer_prob": -6.687035441398621}
{"example_id": -8340660575163494327, "prediction": "Bill Elliott", "binary_answer": null, "no_answer_prob": -4.6921669244766235}
{"example_id": 4236866476785246526, "prediction": "Donkey", "binary_answer": null, "no_answer_prob": 3.85947123169899}
{"example_id": 970415401082025144, "prediction": "1950", "binary_answer": null, "no_answer_prob": -6.184534907341003}
{"example_id": -7460025753292438482, "prediction": "Netflix", "binary_answer": null, "no_answer_prob": 1.5890523791313171}
{"example_id": 7264049249369676399, "prediction": "Hartsfield -- Jackson Atlanta International Airport", "binary_answer": null, "no_answer_prob": 0.009269118309020996}
{"example_id": -5089877846081247027, "prediction": "18 years of age or older", "binary_answer": null, "no_answer_prob": 2.546677052974701}
{"example_id": 5812590724431899687, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7674953937530518}
{"example_id": 9204890630124363785, "prediction": "Cascades de Trou de Fer", "binary_answer": null, "no_answer_prob": -0.4739995002746582}
{"example_id": -629269944420874271, "prediction": "legislative , executive , and judicial", "binary_answer": null, "no_answer_prob": -5.39287257194519}
{"example_id": 2869938826446240557, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9996063709259033}
{"example_id": -7593965270505191041, "prediction": "Denmark", "binary_answer": null, "no_answer_prob": 2.0989080667495728}
{"example_id": -5932231919061065052, "prediction": "The Little Mermaid", "binary_answer": null, "no_answer_prob": -0.7587246894836426}
{"example_id": 5904241933261517580, "prediction": "Down by the Station '' ( 1948 )", "binary_answer": null, "no_answer_prob": 0.1511392593383789}
{"example_id": -7768979285111358374, "prediction": "Yellowstone National Park in the northwest United States is home to a large variety of mammals , birds , fish , reptiles and amphibians", "binary_answer": null, "no_answer_prob": -5.8583128452301025}
{"example_id": 6261384392228861732, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8967310786247253}
{"example_id": 935552503672434577, "prediction": "U.S. Route 78", "binary_answer": null, "no_answer_prob": -0.04355180263519287}
{"example_id": -566292469231419728, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.36411640048027}
{"example_id": 163812861735992154, "prediction": "Don Williams", "binary_answer": null, "no_answer_prob": -2.1891093254089355}
{"example_id": 3959073268075339970, "prediction": "Mentor Williams", "binary_answer": null, "no_answer_prob": -2.1113393306732178}
{"example_id": -5276357219125435640, "prediction": "Matthew Broderick", "binary_answer": null, "no_answer_prob": -3.519428253173828}
{"example_id": -5486206422921963500, "prediction": "Canada", "binary_answer": null, "no_answer_prob": -3.5578826665878296}
{"example_id": 8750774672143181640, "prediction": "", "binary_answer": null, "no_answer_prob": 3.013335943222046}
{"example_id": 4912274061197020267, "prediction": "", "binary_answer": null, "no_answer_prob": 5.199835479259491}
{"example_id": -3405590684930049128, "prediction": "U.S. Immigration and Customs Enforcement ( ICE )", "binary_answer": null, "no_answer_prob": 2.3769673109054565}
{"example_id": -3987657501736572265, "prediction": "Thurl Arthur Ravenscroft", "binary_answer": null, "no_answer_prob": -9.174981832504272}
{"example_id": 3949257004161056562, "prediction": "free market and capitalism , both subject to state control '' while socialized state enterprises were to operate on `` a profit basis ''", "binary_answer": null, "no_answer_prob": 0.1980411410331726}
{"example_id": 998949595960188771, "prediction": "", "binary_answer": null, "no_answer_prob": 5.7364490032196045}
{"example_id": -5162121679183072559, "prediction": "the Second Council of Trullan of 692", "binary_answer": null, "no_answer_prob": -2.4918458461761475}
{"example_id": 1666050318736529392, "prediction": "Cher", "binary_answer": null, "no_answer_prob": -6.538963198661804}
{"example_id": -7501891543616867974, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2911514043807983}
{"example_id": 4993236413481165407, "prediction": "the sixth season", "binary_answer": null, "no_answer_prob": -1.2500033378601074}
{"example_id": 963029148279841842, "prediction": "1950", "binary_answer": null, "no_answer_prob": -2.1042951345443726}
{"example_id": 2309403549323050559, "prediction": "Irene Manning", "binary_answer": null, "no_answer_prob": -7.420236110687256}
{"example_id": -8486115647506508434, "prediction": "Pope Benedict V", "binary_answer": null, "no_answer_prob": 0.7598605155944824}
{"example_id": -3761811889800271547, "prediction": "`` Come Together '' is a song by the Beatles", "binary_answer": null, "no_answer_prob": 3.0755829215049744}
{"example_id": 3577751642081006254, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1833695769309998}
{"example_id": -8915930708580912305, "prediction": "British forces under General Sir William Howe and the Continental Army under General George Washington", "binary_answer": null, "no_answer_prob": 0.9285649955272675}
{"example_id": 3630994325243827850, "prediction": "`` In God We Trust '' is the official motto of the United States . It was adopted as the nation 's motto in 1956", "binary_answer": null, "no_answer_prob": -1.6206167936325073}
{"example_id": 4830453860214251098, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9586338996887207}
{"example_id": 5981180143912321829, "prediction": "", "binary_answer": null, "no_answer_prob": 3.982022523880005}
{"example_id": 952823698977964583, "prediction": "Seabrook Island , South Carolina", "binary_answer": null, "no_answer_prob": -4.59200382232666}
{"example_id": -2750191549338820772, "prediction": "pharynx", "binary_answer": null, "no_answer_prob": -1.7268357276916504}
{"example_id": -5706797061063469430, "prediction": "", "binary_answer": null, "no_answer_prob": 3.667697310447693}
{"example_id": -4047293089064133160, "prediction": "", "binary_answer": null, "no_answer_prob": 3.892040967941284}
{"example_id": -8855239176026596261, "prediction": "eight", "binary_answer": null, "no_answer_prob": 0.05363142490386963}
{"example_id": -5262057854506047019, "prediction": "Axis Bank Ltd", "binary_answer": null, "no_answer_prob": -2.9870550632476807}
{"example_id": -4065577178194066983, "prediction": "Paul V. McNutt", "binary_answer": null, "no_answer_prob": -2.1878639459609985}
{"example_id": -7703406843536064793, "prediction": "Big Time Rush", "binary_answer": null, "no_answer_prob": 4.977717995643616}
{"example_id": 5797780729268030159, "prediction": "Clarence Burke , Jr.", "binary_answer": null, "no_answer_prob": 2.1357582807540894}
{"example_id": -5242642161790890103, "prediction": "February 8 to February 25 , 2018", "binary_answer": null, "no_answer_prob": 2.4542592763900757}
{"example_id": 4997833347066913620, "prediction": "", "binary_answer": null, "no_answer_prob": 4.754356384277344}
{"example_id": -1304192337330443151, "prediction": "", "binary_answer": null, "no_answer_prob": 4.650174140930176}
{"example_id": -1990825040013158066, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Hot dog", "binary_answer": null, "no_answer_prob": 2.976644456386566}
{"example_id": 8667293414826304921, "prediction": "Kingsland , Texas", "binary_answer": null, "no_answer_prob": -3.568825840950012}
{"example_id": 4294686254952503283, "prediction": "`` We Can Do It ! '' is an American wartime propaganda poster produced by J. Howard Miller", "binary_answer": null, "no_answer_prob": 3.873649924993515}
{"example_id": 8300595639190399097, "prediction": "`` Do n't Matter to Me '' is a song by Canadian musician Drake from his fifth studio album Scorpion", "binary_answer": null, "no_answer_prob": 0.6507563292980194}
{"example_id": -9077531202315370019, "prediction": "2018", "binary_answer": null, "no_answer_prob": -2.158632755279541}
{"example_id": 5133683050371385500, "prediction": "Helen Reddy", "binary_answer": null, "no_answer_prob": -0.8795562982559204}
{"example_id": 2435557196367437261, "prediction": "", "binary_answer": null, "no_answer_prob": 2.128193110227585}
{"example_id": -4140546601130966469, "prediction": "Yashwant Singh Parmar", "binary_answer": null, "no_answer_prob": -1.0413380861282349}
{"example_id": -21014133000943285, "prediction": "January 3 , 2018", "binary_answer": null, "no_answer_prob": -8.722915410995483}
{"example_id": -833972524555734008, "prediction": "over the surface of the sea", "binary_answer": null, "no_answer_prob": 0.4010317623615265}
{"example_id": 2209395771021134578, "prediction": "", "binary_answer": null, "no_answer_prob": 2.586092233657837}
{"example_id": -8476490772013155324, "prediction": "The City of New York , often called New York City or simply New York , is the most populous city in the United States", "binary_answer": null, "no_answer_prob": 0.2502962350845337}
{"example_id": -5523507175500546991, "prediction": "Bernard Carayon", "binary_answer": null, "no_answer_prob": -7.001327395439148}
{"example_id": -5534151976002272635, "prediction": "2,430", "binary_answer": null, "no_answer_prob": -3.076717495918274}
{"example_id": 7678727241360979216, "prediction": "Bobby Scott and Ric Marlow", "binary_answer": null, "no_answer_prob": -8.584221482276917}
{"example_id": 6704973411511561863, "prediction": "Ian McDiarmid", "binary_answer": null, "no_answer_prob": -5.372014164924622}
{"example_id": 5962143859393625096, "prediction": "Tex Ritter", "binary_answer": null, "no_answer_prob": -0.9067649841308594}
{"example_id": -3145331203286953496, "prediction": "Now That 's What I Call Music ! 21 or Now 21 is the 21st edition of the Now ! series released in the United Kingdom", "binary_answer": null, "no_answer_prob": 3.247393786907196}
{"example_id": -524425016066650442, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -5.341188311576843}
{"example_id": -735561081363246842, "prediction": "Dr. Louis Appia , a Swiss surgeon , and Swiss General Henri Dufour , founding members of the International Committee .", "binary_answer": null, "no_answer_prob": -2.7774343490600586}
{"example_id": -4548697031340937839, "prediction": "Arthur Christopher Orme Plummer CC", "binary_answer": null, "no_answer_prob": -5.964552283287048}
{"example_id": 824546347968494155, "prediction": "Caserta", "binary_answer": null, "no_answer_prob": -2.334047317504883}
{"example_id": -8736734262812460408, "prediction": "The Ming dynasty", "binary_answer": null, "no_answer_prob": 4.5304388999938965}
{"example_id": 8059795599293488176, "prediction": "", "binary_answer": null, "no_answer_prob": 4.243598908185959}
{"example_id": 3644603577550429956, "prediction": "William Renshaw", "binary_answer": null, "no_answer_prob": -5.668249607086182}
{"example_id": 516837182992389871, "prediction": "Gina Tognoni", "binary_answer": null, "no_answer_prob": -11.182618856430054}
{"example_id": -2925528533974125175, "prediction": "7.6 billion", "binary_answer": null, "no_answer_prob": -2.7144113779067993}
{"example_id": -6491484651670824808, "prediction": "A regulator gene , regulator , or regulatory gene", "binary_answer": null, "no_answer_prob": 1.9781758785247803}
{"example_id": -3286419606547580920, "prediction": "Bonnie Tyler", "binary_answer": null, "no_answer_prob": -6.081012845039368}
{"example_id": 4769942565621669224, "prediction": "The surname Jarrett is thought to be a variant of Garrett , from either of two Germanic personal names introduced to Britain", "binary_answer": null, "no_answer_prob": 1.6419143080711365}
{"example_id": -1156201375794279832, "prediction": "2018", "binary_answer": null, "no_answer_prob": 1.305781602859497}
{"example_id": 1742549629668766364, "prediction": "Texas", "binary_answer": null, "no_answer_prob": -1.2255749702453613}
{"example_id": -7813902494281123579, "prediction": "2015", "binary_answer": null, "no_answer_prob": -6.68678081035614}
{"example_id": -7164800172731340068, "prediction": "Micro Units Development and Refinance Agency Bank", "binary_answer": null, "no_answer_prob": 3.3717625737190247}
{"example_id": -7946914703140878316, "prediction": "`` Hit Me with Your Best Shot '' is a song by American rock singer Pat Benatar", "binary_answer": null, "no_answer_prob": 3.551857963204384}
{"example_id": 9131912703642366984, "prediction": "Queen", "binary_answer": null, "no_answer_prob": -3.9300776720046997}
{"example_id": 7786617534104147181, "prediction": "Maverick", "binary_answer": null, "no_answer_prob": 2.717978000640869}
{"example_id": -1973826659580086416, "prediction": "Peace , Love & Misunderstanding", "binary_answer": null, "no_answer_prob": -0.49065494537353516}
{"example_id": 9073411295200473999, "prediction": "Ed Sheeran and American rapper Future", "binary_answer": null, "no_answer_prob": -10.13418436050415}
{"example_id": -4514533201319422988, "prediction": "", "binary_answer": null, "no_answer_prob": 3.735419273376465}
{"example_id": 5164044901055056385, "prediction": "over 200 mph ( 320 km / h )", "binary_answer": null, "no_answer_prob": -2.7847890853881836}
{"example_id": -862983913651660734, "prediction": "`` Isobel '' is the 21st episode of the first season", "binary_answer": null, "no_answer_prob": 2.838945221155882}
{"example_id": 5831286878972211023, "prediction": "Elizabeth Barrett Browning", "binary_answer": null, "no_answer_prob": -6.577569603919983}
{"example_id": -2447539210532408139, "prediction": "The Founding Fathers of the United States", "binary_answer": null, "no_answer_prob": 0.1350724697113037}
{"example_id": 7206186189737940119, "prediction": "the U.S. reality television series Dancing with the Stars . He is the creator of the popular dance fitness program LaBlast .", "binary_answer": null, "no_answer_prob": -3.5796316862106323}
{"example_id": 2836094324330245476, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8016823530197144}
{"example_id": 7127649171017607189, "prediction": "`` Both Sides , Now '' is a song by Joni Mitchell", "binary_answer": null, "no_answer_prob": 1.893323004245758}
{"example_id": -2754986070535222799, "prediction": "Hurricane Maria", "binary_answer": null, "no_answer_prob": 2.1687510311603546}
{"example_id": -8540808085059622094, "prediction": "Mufasa", "binary_answer": null, "no_answer_prob": 1.4999909400939941}
{"example_id": -4323484322101686867, "prediction": "The University of Maryland , College Park", "binary_answer": null, "no_answer_prob": -3.5353612899780273}
{"example_id": 8527501900271026784, "prediction": "A Wrinkle in Time is a science fantasy novel written by American writer Madeleine L'Engle , first published in 1962", "binary_answer": null, "no_answer_prob": 2.7975756973028183}
{"example_id": -2412540581994354036, "prediction": "The Sky Is Crying", "binary_answer": null, "no_answer_prob": 4.621061384677887}
{"example_id": 8199096473241472915, "prediction": "", "binary_answer": null, "no_answer_prob": -2.767973482608795}
{"example_id": 7246946622057511803, "prediction": "the oral cavity , the stomach , and the small intestine", "binary_answer": null, "no_answer_prob": -0.6913666725158691}
{"example_id": 3356010362039543701, "prediction": "Nathan Hale", "binary_answer": null, "no_answer_prob": 2.644426852464676}
{"example_id": 7841059734719569525, "prediction": "2011 -- 12 , 2013 -- 14", "binary_answer": null, "no_answer_prob": -2.8798037469387054}
{"example_id": 1510928235542294927, "prediction": "2003", "binary_answer": null, "no_answer_prob": -0.18295443058013916}
{"example_id": -250638815973895671, "prediction": "Robert Russell Garwood", "binary_answer": null, "no_answer_prob": -8.758420944213867}
{"example_id": 3650571734501197951, "prediction": "335 ft ( 102 m )", "binary_answer": null, "no_answer_prob": -2.5157670974731445}
{"example_id": 6530569864346080847, "prediction": "", "binary_answer": null, "no_answer_prob": 5.4124471843242645}
{"example_id": 3985933643343836054, "prediction": "", "binary_answer": null, "no_answer_prob": 5.125734776258469}
{"example_id": -2930548385576995493, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -4.104102611541748}
{"example_id": -8689966629396228764, "prediction": "Germany", "binary_answer": null, "no_answer_prob": -7.543811798095703}
{"example_id": -5456194564371060638, "prediction": "", "binary_answer": null, "no_answer_prob": -3.37091326713562}
{"example_id": -5687322860459272735, "prediction": "Shawn Mendes", "binary_answer": null, "no_answer_prob": -8.130034685134888}
{"example_id": 7307320034562027562, "prediction": "QR code ( abbreviated from Quick Response Code", "binary_answer": null, "no_answer_prob": 1.5565444715321064}
{"example_id": 892747799865798499, "prediction": "`` Fort Night ''", "binary_answer": null, "no_answer_prob": -3.8764026165008545}
{"example_id": -8383065589088073806, "prediction": "", "binary_answer": null, "no_answer_prob": 2.501669228076935}
{"example_id": 6142566675688213823, "prediction": "`` Love Makes the World Go ' Round '' is a popular song written by Bob Merrill for the 1961 Broadway musical Carnival !", "binary_answer": null, "no_answer_prob": 1.406680166721344}
{"example_id": -4090288908135011255, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0481606125831604}
{"example_id": 3850977722258470, "prediction": "salt", "binary_answer": null, "no_answer_prob": -1.7821638584136963}
{"example_id": 662221994118210183, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A fire blanket", "binary_answer": null, "no_answer_prob": 0.009321093559265137}
{"example_id": 7150649330426259642, "prediction": "Harry Potter and the Order of the Phoenix", "binary_answer": null, "no_answer_prob": 1.570677936077118}
{"example_id": -7121242283645893242, "prediction": "the `` Little Creamery '' in Brenham , Texas", "binary_answer": null, "no_answer_prob": -7.048312306404114}
{"example_id": -3884067919475162119, "prediction": "John Forbes Kerry", "binary_answer": null, "no_answer_prob": -8.174840092658997}
{"example_id": -4504622352445668268, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6403610706329346}
{"example_id": -3144411384716132018, "prediction": "Kansas City Chiefs", "binary_answer": null, "no_answer_prob": 0.07814931869506836}
{"example_id": -968302898093728946, "prediction": "It is possible to have multiple simultaneous conflicting ( de jure ) legalities , possibly none of which is in force ( de facto )", "binary_answer": null, "no_answer_prob": 1.7984296679496765}
{"example_id": 2016497229402021037, "prediction": "Venkaiah Naidu", "binary_answer": null, "no_answer_prob": -4.980478405952454}
{"example_id": 4511000552039308899, "prediction": "2003", "binary_answer": null, "no_answer_prob": -5.492737352848053}
{"example_id": 3857168778929577117, "prediction": "two episodes of season two", "binary_answer": null, "no_answer_prob": -4.416645765304565}
{"example_id": 1710706324443382841, "prediction": "", "binary_answer": null, "no_answer_prob": 4.125689506530762}
{"example_id": -1560594856508887040, "prediction": "", "binary_answer": null, "no_answer_prob": 2.317035436630249}
{"example_id": -7035366181522610212, "prediction": "", "binary_answer": null, "no_answer_prob": 5.087073534727097}
{"example_id": -3479787390093716259, "prediction": "Balkan peninsula", "binary_answer": null, "no_answer_prob": -2.7078211307525635}
{"example_id": -7966730267385876585, "prediction": "around the end of May or start of June", "binary_answer": null, "no_answer_prob": 0.7715895175933838}
{"example_id": -6721237565310380112, "prediction": "tape diagram", "binary_answer": null, "no_answer_prob": -0.08297908306121826}
{"example_id": -3697248169701347608, "prediction": "`` The Distance ''", "binary_answer": null, "no_answer_prob": 3.921867311000824}
{"example_id": 5670949239499860396, "prediction": "", "binary_answer": null, "no_answer_prob": 5.025271236896515}
{"example_id": -2396453956760763463, "prediction": "Theresa May", "binary_answer": null, "no_answer_prob": -7.6868661642074585}
{"example_id": -2101997800319591308, "prediction": "The Massachusetts Government Act", "binary_answer": null, "no_answer_prob": 4.418753981590271}
{"example_id": -4190557439081986561, "prediction": "", "binary_answer": null, "no_answer_prob": 4.613571047782898}
{"example_id": -8915888694750320684, "prediction": "The New York metropolitan area , also referred to as the Tri-State Area", "binary_answer": null, "no_answer_prob": 2.2789082527160645}
{"example_id": 6282083539122211095, "prediction": "Sleepy Brown", "binary_answer": null, "no_answer_prob": -5.896313905715942}
{"example_id": -2825603185739116838, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3963112831115723}
{"example_id": -7310092817258812068, "prediction": "Dionne Warwick", "binary_answer": null, "no_answer_prob": -4.327033281326294}
{"example_id": 5361534435985068773, "prediction": "Norman Y . Mineta San Jose International Airport", "binary_answer": null, "no_answer_prob": -0.14876461029052734}
{"example_id": 5955961906232015738, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": 0.2301032543182373}
{"example_id": 4514748628903412935, "prediction": "Bobby Edwards", "binary_answer": null, "no_answer_prob": -5.31505560874939}
{"example_id": -8307147088737255872, "prediction": "The Akali movement / \u0259\u02c8k\u0251\u02d0li / , also called the Gurdwara Reform Movement , was a campaign to bring reform", "binary_answer": null, "no_answer_prob": -3.2589980363845825}
{"example_id": -972681564126687276, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6625735759735107}
{"example_id": -2939427549237755256, "prediction": "Marvin Gaye and Tammi Terrell", "binary_answer": null, "no_answer_prob": -4.371987462043762}
{"example_id": 3893224869005342348, "prediction": "Gale Garnett", "binary_answer": null, "no_answer_prob": -5.11613667011261}
{"example_id": -1186210998868194765, "prediction": "", "binary_answer": null, "no_answer_prob": 4.532965958118439}
{"example_id": -5791030498142856649, "prediction": "Rank Name Birth date Death date Age Place of death or residence Jiroemon Kimura", "binary_answer": null, "no_answer_prob": -0.2548236846923828}
{"example_id": -872148709863456785, "prediction": "Pope Dionysius of Alexandria", "binary_answer": null, "no_answer_prob": 0.19821429252624512}
{"example_id": 5276344848494912898, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -7.772952079772949}
{"example_id": 3020804626191243170, "prediction": "Jim McElwain", "binary_answer": null, "no_answer_prob": -5.532522797584534}
{"example_id": -2709015262865331975, "prediction": "President Donald Trump of the Republican Party", "binary_answer": null, "no_answer_prob": 0.11211204528808594}
{"example_id": 7150285522445564705, "prediction": "`` I Do n't Wanna Live Forever ''", "binary_answer": null, "no_answer_prob": 3.045457601547241}
{"example_id": 8991334104937900326, "prediction": "1994", "binary_answer": null, "no_answer_prob": -7.912182569503784}
{"example_id": 5517382567649305153, "prediction": "The S.O.S. Band", "binary_answer": null, "no_answer_prob": -4.370293855667114}
{"example_id": 3536874322732736738, "prediction": "DNA polymerase", "binary_answer": null, "no_answer_prob": 2.060400128364563}
{"example_id": -4166045070266400754, "prediction": "Sporting Chelsea Roma", "binary_answer": null, "no_answer_prob": 1.3976902961730957}
{"example_id": -6677917484477361339, "prediction": "", "binary_answer": null, "no_answer_prob": 3.18831205368042}
{"example_id": -5441366966986750352, "prediction": "in the books of Exodus and Deuteronomy", "binary_answer": null, "no_answer_prob": -4.345541596412659}
{"example_id": -2428388592339417815, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9938344955444336}
{"example_id": 8337268387587684596, "prediction": "June 18 , 2012", "binary_answer": null, "no_answer_prob": -5.715980291366577}
{"example_id": 1286026366306393544, "prediction": "The History of the Punjab", "binary_answer": null, "no_answer_prob": 4.576289549469948}
{"example_id": 7948446757829202219, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1026827096939087}
{"example_id": 7208198842462801612, "prediction": "October 22 , 2012", "binary_answer": null, "no_answer_prob": 4.724031791090965}
{"example_id": 7419614194950616439, "prediction": "The Tanakh", "binary_answer": null, "no_answer_prob": -0.7675939798355103}
{"example_id": 3093303258445499963, "prediction": "Dickey Betts", "binary_answer": null, "no_answer_prob": -3.4583770036697388}
{"example_id": 1621411912091024349, "prediction": "more than 3 million", "binary_answer": null, "no_answer_prob": -6.9005725383758545}
{"example_id": -2183271191866098354, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2949291467666626}
{"example_id": -1816845563011165745, "prediction": "Rowley Powley , pumpkin pie", "binary_answer": null, "no_answer_prob": -4.350977182388306}
{"example_id": 5987057922547248948, "prediction": "European Cooperation in Science and Technology ( COST )", "binary_answer": null, "no_answer_prob": -0.17349934577941895}
{"example_id": -2640070257143175475, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": -0.8846814632415771}
{"example_id": -7534987902839640421, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6954168379306793}
{"example_id": -2434633497951355943, "prediction": "Stuttering , also known as stammering", "binary_answer": null, "no_answer_prob": 3.4661909639835358}
{"example_id": 2639735427364036124, "prediction": "Hawaii", "binary_answer": null, "no_answer_prob": 0.20018088817596436}
{"example_id": 6828744768466163196, "prediction": "ligand", "binary_answer": null, "no_answer_prob": 1.2419331073760986}
{"example_id": 3488237879803622479, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5212882608175278}
{"example_id": -2140257587616251469, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8324657939374447}
{"example_id": 3150540880765930232, "prediction": "Jerry Rice", "binary_answer": null, "no_answer_prob": -4.7980430126190186}
{"example_id": -239947751647618360, "prediction": "Glen Oaks Club", "binary_answer": null, "no_answer_prob": -2.748559832572937}
{"example_id": 5003708110967981308, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.2828415632247925}
{"example_id": 207124429295114270, "prediction": "", "binary_answer": null, "no_answer_prob": 2.783083915710449}
{"example_id": 6801471705649959223, "prediction": "", "binary_answer": null, "no_answer_prob": 4.315526247024536}
{"example_id": 5877932973734417822, "prediction": "12 January 9 , 2016 ( 2016 - 01 - 09 ) March 26 , 2016 ( 2016 - 03 - 26 )", "binary_answer": null, "no_answer_prob": -3.204660177230835}
{"example_id": 1584579259842500640, "prediction": "", "binary_answer": null, "no_answer_prob": 4.059251546859741}
{"example_id": -2263191684544026799, "prediction": "`` Danny Boy '' is a ballad set to an ancient Irish melody", "binary_answer": null, "no_answer_prob": 2.1409138441085815}
{"example_id": 6901901305968734632, "prediction": "Nueva canci\u00f3n", "binary_answer": null, "no_answer_prob": -4.201236844062805}
{"example_id": 3896755256973975877, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -7.02126932144165}
{"example_id": -361906807922274081, "prediction": "", "binary_answer": null, "no_answer_prob": 7.756221137940884}
{"example_id": 1307156298733521392, "prediction": "", "binary_answer": null, "no_answer_prob": 5.437346577644348}
{"example_id": 8832081512109705597, "prediction": "The Country Code , The Countryside Code and The Scottish Outdoor Access Code", "binary_answer": null, "no_answer_prob": 1.8207908272743225}
{"example_id": 2857129857091778354, "prediction": "Sara Canning", "binary_answer": null, "no_answer_prob": -7.978574991226196}
{"example_id": 5910454136915511542, "prediction": "Houston Astros", "binary_answer": null, "no_answer_prob": -2.7605957984924316}
{"example_id": 2965772167545618401, "prediction": "`` The Lover ''", "binary_answer": null, "no_answer_prob": 3.966197557747364}
{"example_id": 2933996829438163080, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8158763647079468}
{"example_id": 3302860993380182820, "prediction": "10 April 1970", "binary_answer": null, "no_answer_prob": -1.96404230594635}
{"example_id": -3825926640179656182, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1378284096717834}
{"example_id": 1597947759707704266, "prediction": "Freedom of religion in Algeria", "binary_answer": null, "no_answer_prob": 3.9030224084854126}
{"example_id": 1570381788334082179, "prediction": "Gianozza", "binary_answer": null, "no_answer_prob": 0.6242680549621582}
{"example_id": -1317146868834496909, "prediction": "National League Season 2016 -- 17 Champions Lincoln City ! Lincoln City", "binary_answer": null, "no_answer_prob": 2.656984195113182}
{"example_id": 541587846304696180, "prediction": "2001", "binary_answer": null, "no_answer_prob": -7.131972670555115}
{"example_id": -4205504454274483464, "prediction": "29 March 25 October 2016", "binary_answer": null, "no_answer_prob": -5.112968444824219}
{"example_id": 6670179231280945971, "prediction": "Elizabeth Swann", "binary_answer": null, "no_answer_prob": -2.5050458908081055}
{"example_id": 2927480463543381318, "prediction": "Golden State Warriors Champions Golden State Warriors ( 6th title ) Runners - up Cleveland Cavaliers", "binary_answer": null, "no_answer_prob": 2.7493800818920135}
{"example_id": -6058308562633160323, "prediction": "", "binary_answer": null, "no_answer_prob": 2.438463047146797}
{"example_id": 1934472999585374855, "prediction": "", "binary_answer": null, "no_answer_prob": 4.3717360496521}
{"example_id": -979637631821479998, "prediction": "Chris Paul", "binary_answer": null, "no_answer_prob": -4.031320571899414}
{"example_id": -4210234158819965891, "prediction": "ribonucleic acids ( RNA ) and ribosomes", "binary_answer": null, "no_answer_prob": 3.709354877471924}
{"example_id": 5457503899228372045, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9374279975891113}
{"example_id": 2813622023623705746, "prediction": "The Indian Rebellion", "binary_answer": null, "no_answer_prob": 2.208409957587719}
{"example_id": -6236828979997085343, "prediction": "Rome", "binary_answer": null, "no_answer_prob": -3.1720123291015625}
{"example_id": -363659710720561332, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7793774604797363}
{"example_id": -8432129556778587735, "prediction": "the sacraments of initiation", "binary_answer": null, "no_answer_prob": -2.242194175720215}
{"example_id": 4109030883938462812, "prediction": "Belmont Park in Elmont , New York", "binary_answer": null, "no_answer_prob": -10.291253745555878}
{"example_id": -949712490000915278, "prediction": "Stephen Amell", "binary_answer": null, "no_answer_prob": -3.7648167610168457}
{"example_id": -1751558252450663608, "prediction": "Heinrich Himmler", "binary_answer": null, "no_answer_prob": -5.425656795501709}
{"example_id": -3207917703224559863, "prediction": "Jeffrey Dean Morgan", "binary_answer": null, "no_answer_prob": -13.64168906211853}
{"example_id": 4062042338815250223, "prediction": "", "binary_answer": null, "no_answer_prob": 1.852358639240265}
{"example_id": 6494673835314259434, "prediction": ".", "binary_answer": null, "no_answer_prob": 2.6409640312194824}
{"example_id": -6442449445184719875, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8379595577716827}
{"example_id": 3131011350212115940, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A trench coat", "binary_answer": null, "no_answer_prob": -0.011423230171203613}
{"example_id": -8850658511118646149, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -2.9582691192626953}
{"example_id": -4233803687136985192, "prediction": "United States Department of Health and Human Services . This cash benefit is often referred to simply as `` welfare . ''", "binary_answer": null, "no_answer_prob": 3.126576066017151}
{"example_id": -1603698653322348409, "prediction": "`` Tainted Love ''", "binary_answer": null, "no_answer_prob": 5.152987495064735}
{"example_id": 8050715325212499356, "prediction": "during the early twentieth century", "binary_answer": null, "no_answer_prob": -0.19555377960205078}
{"example_id": 7899922391870951882, "prediction": "`` OK ''", "binary_answer": null, "no_answer_prob": -0.37570810317993164}
{"example_id": 969614606139120797, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.698725998401642}
{"example_id": 5953016533378804060, "prediction": "Bianca Ryan", "binary_answer": null, "no_answer_prob": -10.879350423812866}
{"example_id": 6896156185069964276, "prediction": "", "binary_answer": null, "no_answer_prob": 4.225100040435791}
{"example_id": 7517405377412116596, "prediction": "New York", "binary_answer": null, "no_answer_prob": -3.5180015563964844}
{"example_id": 5094712210422893446, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7451059222221375}
{"example_id": 6411002291181104591, "prediction": "Munchkinland", "binary_answer": null, "no_answer_prob": 1.1869680881500244}
{"example_id": -8806071835132033107, "prediction": "Sitka", "binary_answer": null, "no_answer_prob": -4.50305962562561}
{"example_id": -1727338615562196801, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1222102642059326}
{"example_id": -4487942914554749604, "prediction": "Hasi hasi", "binary_answer": null, "no_answer_prob": -1.9771041870117188}
{"example_id": -6782582390004368301, "prediction": "A New Hope", "binary_answer": null, "no_answer_prob": -2.8487021923065186}
{"example_id": -411215153585483702, "prediction": "Estuaries", "binary_answer": null, "no_answer_prob": -0.12362909317016602}
{"example_id": 5586905958149607877, "prediction": "In cell biology , mitosis", "binary_answer": null, "no_answer_prob": 1.3592774271965027}
{"example_id": -2721953522621091133, "prediction": "", "binary_answer": null, "no_answer_prob": 4.743815243244171}
{"example_id": 5009383706979940725, "prediction": "deduced the theorems of what is now called Euclidean geometry from a small set of axioms", "binary_answer": null, "no_answer_prob": 1.4735043346881866}
{"example_id": 3812916313474417654, "prediction": "", "binary_answer": null, "no_answer_prob": 5.4823548793792725}
{"example_id": -201419195423039122, "prediction": "actor and TV presenter , Bradley Walsh", "binary_answer": null, "no_answer_prob": -2.9624664783477783}
{"example_id": -4915132952201680401, "prediction": "Key West , Florida", "binary_answer": null, "no_answer_prob": -7.941149115562439}
{"example_id": -2242995465093613322, "prediction": "Atlantic Records", "binary_answer": null, "no_answer_prob": -1.682620882987976}
{"example_id": -8910461733962205455, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3853769302368164}
{"example_id": 6403225546852614772, "prediction": "until surgical correction of the heart defect is completed .", "binary_answer": null, "no_answer_prob": 1.9911856353282928}
{"example_id": 6352860935066347334, "prediction": "the Union Army", "binary_answer": null, "no_answer_prob": -2.9363783597946167}
{"example_id": 440181687498909553, "prediction": "", "binary_answer": null, "no_answer_prob": 4.389934659004211}
{"example_id": 7194739195142191397, "prediction": "Buck Owens and the Buckaroos", "binary_answer": null, "no_answer_prob": -3.601381301879883}
{"example_id": -453804301812155714, "prediction": "`` Genie in a Bottle '' is a song by American singer Christina Aguilera", "binary_answer": null, "no_answer_prob": 4.973466217517853}
{"example_id": 1299235324840273651, "prediction": "", "binary_answer": null, "no_answer_prob": 4.8993401527404785}
{"example_id": 5120536696217309636, "prediction": "", "binary_answer": null, "no_answer_prob": 5.913680613040924}
{"example_id": -901358525163218332, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2215015292167664}
{"example_id": 6779746301643108158, "prediction": "", "binary_answer": null, "no_answer_prob": 4.706037610769272}
{"example_id": -1512665220695000809, "prediction": "Eric Burdon and The Animals", "binary_answer": null, "no_answer_prob": -7.4299691915512085}
{"example_id": -4489866549201049448, "prediction": "", "binary_answer": null, "no_answer_prob": 5.52871173620224}
{"example_id": -6642144296187590298, "prediction": "", "binary_answer": null, "no_answer_prob": 3.338738799095154}
{"example_id": 5285031587292048762, "prediction": "Since April 2011 , Coster - Waldau", "binary_answer": null, "no_answer_prob": -4.917250394821167}
{"example_id": -1340783002612777023, "prediction": "", "binary_answer": null, "no_answer_prob": 4.411356806755066}
{"example_id": 6833767885322192424, "prediction": "`` You Ca n't Turn Me Off ( In the Middle of Turning Me On )", "binary_answer": null, "no_answer_prob": -0.4165825843811035}
{"example_id": -8582511151382016547, "prediction": "The national debt", "binary_answer": null, "no_answer_prob": 2.707782059907913}
{"example_id": 2877481765283580390, "prediction": "Washington , D.C. , formally the District of Columbia", "binary_answer": null, "no_answer_prob": 3.0770798921585083}
{"example_id": -6822126302998790291, "prediction": "Little Big Town", "binary_answer": null, "no_answer_prob": -3.232167363166809}
{"example_id": 5212701045922781671, "prediction": "Murray B. Levin", "binary_answer": null, "no_answer_prob": 0.1386185884475708}
{"example_id": 2551032459638156719, "prediction": "a small archipelago", "binary_answer": null, "no_answer_prob": -0.8814877271652222}
{"example_id": 4259104891930638568, "prediction": "1931 , but the first on what is currently the Strip was the El Rancho Vegas , opening on April 3 , 1941", "binary_answer": null, "no_answer_prob": -5.546064615249634}
{"example_id": 5550904703934141014, "prediction": "", "binary_answer": null, "no_answer_prob": 4.563689231872559}
{"example_id": -7520121449995916737, "prediction": "John Travolta and Olivia Newton - John", "binary_answer": null, "no_answer_prob": -3.043694496154785}
{"example_id": 5951813401828362619, "prediction": "1955", "binary_answer": null, "no_answer_prob": -10.952998638153076}
{"example_id": 1809029627525130619, "prediction": "Jordan Spieth", "binary_answer": null, "no_answer_prob": -3.769257664680481}
{"example_id": 7663249850428789907, "prediction": "Rose", "binary_answer": null, "no_answer_prob": 0.44905972480773926}
{"example_id": 3047269637901402987, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -9.945473194122314}
{"example_id": -2892761050706784676, "prediction": "Llanfairpwllgwyngyll", "binary_answer": null, "no_answer_prob": -0.5511860847473145}
{"example_id": 1524159684855059830, "prediction": "English", "binary_answer": null, "no_answer_prob": -6.627841949462891}
{"example_id": -2588043002449686445, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3633766435086727}
{"example_id": -8988580788476092135, "prediction": "a major period in the development of European art .", "binary_answer": null, "no_answer_prob": 1.213639885187149}
{"example_id": -5688013149511786185, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Han dynasty", "binary_answer": null, "no_answer_prob": 4.335880907252431}
{"example_id": -6420137958473997765, "prediction": "the Congress", "binary_answer": null, "no_answer_prob": 0.9127641916275024}
{"example_id": 5144765284694516156, "prediction": "The Voice is an international reality television singing competition franchise . It is based on the reality singing competition The Voice of Holland", "binary_answer": null, "no_answer_prob": 2.2724752128124237}
{"example_id": -3320877361069042531, "prediction": "Aldous Huxley", "binary_answer": null, "no_answer_prob": -8.624621033668518}
{"example_id": 431193361432765415, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7590402364730835}
{"example_id": -558280382167072449, "prediction": "193", "binary_answer": null, "no_answer_prob": -0.15876388549804688}
{"example_id": -2613805182547288765, "prediction": "Patricia Helen Heaton", "binary_answer": null, "no_answer_prob": -9.710049033164978}
{"example_id": -5336596252171642264, "prediction": "43 episodes , airing from 12 March 1987 to 18 February 1988 , which adapts chapters 137 to 210", "binary_answer": null, "no_answer_prob": 2.158517062664032}
{"example_id": -4612096233836235824, "prediction": "", "binary_answer": null, "no_answer_prob": -4.513699650764465}
{"example_id": -7567564113279989313, "prediction": "late 16th century", "binary_answer": null, "no_answer_prob": 2.9844970703125}
{"example_id": 6410967417492674229, "prediction": "", "binary_answer": null, "no_answer_prob": 3.729097068309784}
{"example_id": 7171798451829945603, "prediction": "Journey to the Center of the Earth ( French : Voyage au centre de la Terre", "binary_answer": null, "no_answer_prob": 2.875826895236969}
{"example_id": 5921272806500930508, "prediction": "Virginia", "binary_answer": null, "no_answer_prob": -4.586359977722168}
{"example_id": -4907791424870784709, "prediction": "Confederation Qualifying Tournament Qualifier ( s ) AFC ( Asia ) Host Nation India", "binary_answer": null, "no_answer_prob": 1.9708623588085175}
{"example_id": 8136413788040650155, "prediction": "Houston Rockets", "binary_answer": null, "no_answer_prob": -7.924744367599487}
{"example_id": -2198644277355623314, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -4.5837401151657104}
{"example_id": -4758780141297467760, "prediction": "Carpe diem", "binary_answer": null, "no_answer_prob": -3.612079381942749}
{"example_id": 2902315055353750734, "prediction": "583", "binary_answer": null, "no_answer_prob": -7.212012529373169}
{"example_id": 7683050486467741935, "prediction": "The tournament consists of two parts , the qualification phase and the final phase ( officially called the World Cup Finals", "binary_answer": null, "no_answer_prob": 2.6167073026299477}
{"example_id": 1803530227985057107, "prediction": "", "binary_answer": null, "no_answer_prob": -0.37256455421447754}
{"example_id": 5767908874094607639, "prediction": "Janet G. Bostwick", "binary_answer": null, "no_answer_prob": -5.780141234397888}
{"example_id": -6706130334600628143, "prediction": "The Caribbean Plate", "binary_answer": null, "no_answer_prob": 4.110583990812302}
{"example_id": -4301027835465649677, "prediction": "", "binary_answer": null, "no_answer_prob": 3.776814043521881}
{"example_id": 1713054141029260325, "prediction": "Embeth Jean Davidtz", "binary_answer": null, "no_answer_prob": -5.160117745399475}
{"example_id": -7762901630108832325, "prediction": "March 23 , 2018", "binary_answer": null, "no_answer_prob": -4.851587295532227}
{"example_id": -2048388708281991482, "prediction": "", "binary_answer": null, "no_answer_prob": 4.999067068099976}
{"example_id": 8914550491115388911, "prediction": "Narendra Damodardas Modi", "binary_answer": null, "no_answer_prob": -9.618242025375366}
{"example_id": 1074706339724347160, "prediction": "M. Fathima Beevi", "binary_answer": null, "no_answer_prob": -10.584377765655518}
{"example_id": -8624982248566689243, "prediction": "34 -- 28", "binary_answer": null, "no_answer_prob": -1.0537468194961548}
{"example_id": 4136481727149638153, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Poverty", "binary_answer": null, "no_answer_prob": 1.4504755213856697}
{"example_id": 18181362955988094, "prediction": "Acts and the Gospel of Luke make up a two - part work , Luke -- Acts , by the same anonymous author", "binary_answer": null, "no_answer_prob": -0.7954357862472534}
{"example_id": -3357917197951872371, "prediction": "Walt Disney Pictures ' 30th animated feature film Beauty and the Beast", "binary_answer": null, "no_answer_prob": -0.7437002658843994}
{"example_id": 8698224606927607838, "prediction": "", "binary_answer": null, "no_answer_prob": 4.341716051101685}
{"example_id": 7773174721087850524, "prediction": "The Wailers", "binary_answer": null, "no_answer_prob": -2.4451433420181274}
{"example_id": -6854491075788397298, "prediction": "", "binary_answer": null, "no_answer_prob": 5.3509796261787415}
{"example_id": 1765447157624106703, "prediction": "`` Shoop '' is the lead single released from Salt - N - Pepa 's fourth studio album , Very Necessary", "binary_answer": null, "no_answer_prob": 5.256155744194984}
{"example_id": 4972735096175159012, "prediction": "Bernard Hinault", "binary_answer": null, "no_answer_prob": -4.22188401222229}
{"example_id": 1221168998256712153, "prediction": "Green Bay Packers", "binary_answer": null, "no_answer_prob": -5.6497122049331665}
{"example_id": -5463503077814630167, "prediction": "", "binary_answer": null, "no_answer_prob": 2.041935369372368}
{"example_id": -8523588445567317165, "prediction": "The playing ranges of the instruments in the violin family overlap each other , but the tone quality and physical size of each distinguishes them from one another", "binary_answer": null, "no_answer_prob": 4.073009788990021}
{"example_id": -1738867496255288805, "prediction": "Kathajodi River and the Mahanadi River", "binary_answer": null, "no_answer_prob": 0.20743215084075928}
{"example_id": 2589156068045655780, "prediction": "Stephen Chbosky", "binary_answer": null, "no_answer_prob": 0.7014948129653931}
{"example_id": -8319975474139178450, "prediction": "Madras", "binary_answer": null, "no_answer_prob": -7.267282485961914}
{"example_id": 8355404200154181643, "prediction": "Confucius", "binary_answer": null, "no_answer_prob": -2.299204707145691}
{"example_id": 3319766958384233014, "prediction": "Pentateuch", "binary_answer": null, "no_answer_prob": -1.2047466039657593}
{"example_id": -3163555596562621282, "prediction": "Dulce de leche ( Spanish : ( \u02c8dul\u03b8e \u00f0e \u02c8let\u0283e )", "binary_answer": null, "no_answer_prob": -6.760491371154785}
{"example_id": -3555217446651366230, "prediction": "Krishnakumar Kunnath", "binary_answer": null, "no_answer_prob": 5.888846307992935}
{"example_id": -3321938931931776750, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6130502820014954}
{"example_id": 6917521818636390201, "prediction": "", "binary_answer": null, "no_answer_prob": 3.92054146528244}
{"example_id": -4274425064083032411, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2374561727046967}
{"example_id": 6755724028630722420, "prediction": "The Dominican Republic ( Spanish : Rep\u00fablica Dominicana ( re\u02c8pu\u03b2li\u02ccka \u00f0o\u02ccmini\u02c8kana )", "binary_answer": null, "no_answer_prob": 3.34368634223938}
{"example_id": 3483615852936279142, "prediction": "February 6 , 2011 .", "binary_answer": null, "no_answer_prob": 1.3241342902183533}
{"example_id": 832885741211300550, "prediction": "Customs and etiquette in Chinese dining", "binary_answer": null, "no_answer_prob": 0.9526746273040771}
{"example_id": -555441970484392565, "prediction": "October 27 , 2017", "binary_answer": null, "no_answer_prob": -3.836017608642578}
{"example_id": -7621835565704345474, "prediction": "Vivien Leigh ( Scarlett ) , Clark Gable ( Rhett ) , Leslie Howard", "binary_answer": null, "no_answer_prob": 2.843432754278183}
{"example_id": -3012665802601042120, "prediction": "Batman v Superman : Dawn of Justice", "binary_answer": null, "no_answer_prob": 1.1680474281311035}
{"example_id": -4596881702768080801, "prediction": "Andreas Vo\u00dfkuhle", "binary_answer": null, "no_answer_prob": -2.963426947593689}
{"example_id": 4030650026377458651, "prediction": "", "binary_answer": null, "no_answer_prob": -3.0451135635375977}
{"example_id": -6570861183438438890, "prediction": "Premchand", "binary_answer": null, "no_answer_prob": -7.958665609359741}
{"example_id": 1570017878009221198, "prediction": "classical music , folk music , filmi , Indian rock and Indian pop", "binary_answer": null, "no_answer_prob": -2.3964381217956543}
{"example_id": 3021638263425453771, "prediction": "Mazatl\u00e1n ( Spanish pronunciation : ( masa\u02c8t\u026can ) ( listen ) ) is a city in the Mexican state of Sinaloa", "binary_answer": null, "no_answer_prob": -7.574394345283508}
{"example_id": -5935520585615109028, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9918356835842133}
{"example_id": 7098599560398650583, "prediction": "2017", "binary_answer": null, "no_answer_prob": -6.250568747520447}
{"example_id": 7407616353691511598, "prediction": "The Declaration of the Rights of Man and of the Citizen ( French : D\u00e9claration des droits de l'homme et du citoyen", "binary_answer": null, "no_answer_prob": 1.4831496179103851}
{"example_id": -6812137183581733858, "prediction": "The United Nations Educational , Scientific and Cultural Organization", "binary_answer": null, "no_answer_prob": -1.0154331922531128}
{"example_id": 5650954388872667692, "prediction": "Christina Aguilera", "binary_answer": null, "no_answer_prob": -7.466639876365662}
{"example_id": 3366458579522969857, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1322081089019775}
{"example_id": -8045380272382634963, "prediction": "Willem Janszoon", "binary_answer": null, "no_answer_prob": -7.476975917816162}
{"example_id": -7340328871296340711, "prediction": "", "binary_answer": null, "no_answer_prob": 3.746770203113556}
{"example_id": -3848363643082318040, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Field of Dreams", "binary_answer": null, "no_answer_prob": 0.31414783000946045}
{"example_id": -3899058950038815223, "prediction": "", "binary_answer": null, "no_answer_prob": 3.919143795967102}
{"example_id": -1724662938879140380, "prediction": "Jeffrey Hunter", "binary_answer": null, "no_answer_prob": -7.518803238868713}
{"example_id": 6288930175667325021, "prediction": "", "binary_answer": null, "no_answer_prob": 4.204936385154724}
{"example_id": 603650290631935779, "prediction": "seventh season .", "binary_answer": null, "no_answer_prob": 0.22776412963867188}
{"example_id": -6268305864372537722, "prediction": "G - funk , given its name by Laylaw from Lawhouse Production", "binary_answer": null, "no_answer_prob": -0.5237396955490112}
{"example_id": -3177206333553954523, "prediction": "Amortentia", "binary_answer": null, "no_answer_prob": 3.172158509492874}
{"example_id": -4395980498267208014, "prediction": "Burj Khalifa in Dubai", "binary_answer": null, "no_answer_prob": -5.506400108337402}
{"example_id": 4595489804954746305, "prediction": "the Suez Canal", "binary_answer": null, "no_answer_prob": -3.0828657150268555}
{"example_id": 1643777555262234284, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2658032774925232}
{"example_id": 9207413400847059182, "prediction": "Part of a series on Politics Primary topics ( show ) Index of politics articles Politics by country Politics by subdivision Political economy", "binary_answer": null, "no_answer_prob": 1.9404637515544891}
{"example_id": 7162374994329361718, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6306017637252808}
{"example_id": -6381335597930245919, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -2.1847320795059204}
{"example_id": -2751055695362436606, "prediction": "The world 's tallest artificial structure is the 829.8 - metre - tall ( 2,722 ft ) Burj Khalifa", "binary_answer": null, "no_answer_prob": -0.0016808509826660156}
{"example_id": 7687653271935379413, "prediction": "Justin Timberlake", "binary_answer": null, "no_answer_prob": -3.9367499351501465}
{"example_id": -4726425540482388317, "prediction": "Bracken", "binary_answer": null, "no_answer_prob": -0.7922105193138123}
{"example_id": -3587219982045145517, "prediction": "The term `` deviled '' , in reference to food , was in use in the 18th century", "binary_answer": null, "no_answer_prob": -1.358450174331665}
{"example_id": 8205654220778759023, "prediction": "", "binary_answer": null, "no_answer_prob": 4.69181090593338}
{"example_id": 285604116700483611, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5185057520866394}
{"example_id": 8262980487954113263, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8281656950712204}
{"example_id": 7024722536580699797, "prediction": "March 1 , 1872", "binary_answer": null, "no_answer_prob": -9.209687113761902}
{"example_id": -1823342778995058366, "prediction": "Governor - General of Guyana ( 1966 -- 1970 ) Governor - General of Trinidad and Tobago ( 1962 -- 1976 )", "binary_answer": null, "no_answer_prob": 1.1300334930419922}
{"example_id": 2483283470007308442, "prediction": "Tom Hughes", "binary_answer": null, "no_answer_prob": -11.315637946128845}
{"example_id": -1187332642987200725, "prediction": "The eighth series", "binary_answer": null, "no_answer_prob": 0.5492600202560425}
{"example_id": 441237563640079561, "prediction": "The longest recorded winning streak in any professional sports is Pakistani Jahangir Khan 's 555", "binary_answer": null, "no_answer_prob": 0.7659247517585754}
{"example_id": 1550756004725319534, "prediction": "Hudson River off Midtown Manhattan", "binary_answer": null, "no_answer_prob": -1.9928162097930908}
{"example_id": -7047562979723678194, "prediction": "Tamil Nadu Sugar Corporation Limited ( TASCO ) is incorporated on 1974 for take over and operate existing troubled sugar producers", "binary_answer": null, "no_answer_prob": 2.173100709915161}
{"example_id": 2516888311523814641, "prediction": "The Kesavananda Bharati judgement", "binary_answer": null, "no_answer_prob": -2.2113951444625854}
{"example_id": 4879689311498160364, "prediction": "Shupe", "binary_answer": null, "no_answer_prob": 1.2149404287338257}
{"example_id": 2457782171231919899, "prediction": "Biblical scholar Kenneth Kitchen argues that , from the conquest of Canaan by Joshua", "binary_answer": null, "no_answer_prob": 1.9791122302412987}
{"example_id": -1781337274797036457, "prediction": "Guaranteed Rate Field", "binary_answer": null, "no_answer_prob": -9.836544752120972}
{"example_id": -1012033584275218735, "prediction": "China , France , Russia ( formerly the Soviet Union ) , the United Kingdom , and the United States", "binary_answer": null, "no_answer_prob": -0.5181448459625244}
{"example_id": -1970505664005495754, "prediction": "Paris , France", "binary_answer": null, "no_answer_prob": -9.493422389030457}
{"example_id": 4254051040099182295, "prediction": "`` Ruby , Do n't Take Your Love to Town '' is a song written by Mel Tillis", "binary_answer": null, "no_answer_prob": 2.8695889757946134}
{"example_id": 3010697618710545429, "prediction": "2013", "binary_answer": null, "no_answer_prob": -6.1392026245594025}
{"example_id": -4898853073078268065, "prediction": "The history of Arkansas began millennia ago when humans first crossed into North America", "binary_answer": null, "no_answer_prob": 0.7636605501174927}
{"example_id": 3510550606637286381, "prediction": "", "binary_answer": null, "no_answer_prob": 4.2892943024635315}
{"example_id": 3056066810524436761, "prediction": "", "binary_answer": null, "no_answer_prob": 3.441471219062805}
{"example_id": -5677559942901864182, "prediction": "", "binary_answer": null, "no_answer_prob": 5.268170237541199}
{"example_id": 5011372607302841434, "prediction": "2017 -- 18 EFL Championship and will compete in the Premier League in 2018 -- 19 for the first time since the 2011 -- 12 season", "binary_answer": null, "no_answer_prob": 2.3552056550979614}
{"example_id": -8318360695663491288, "prediction": "", "binary_answer": null, "no_answer_prob": 3.096199870109558}
{"example_id": 4878845393742315508, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1805590391159058}
{"example_id": 9173616713528012335, "prediction": "Sri Gupta", "binary_answer": null, "no_answer_prob": -8.708845853805542}
{"example_id": 3943506794555584010, "prediction": "Brittani Kline", "binary_answer": null, "no_answer_prob": -2.8392796516418457}
{"example_id": -6158441934367575013, "prediction": "Lincoln Financial Field", "binary_answer": null, "no_answer_prob": -7.224663734436035}
{"example_id": -5640734382273706050, "prediction": "Leonardo DiCaprio", "binary_answer": null, "no_answer_prob": -9.633710741996765}
{"example_id": -5071654247570504425, "prediction": "zone improvement plan .", "binary_answer": null, "no_answer_prob": 1.4978207349777222}
{"example_id": 2028506532086873125, "prediction": "Pete", "binary_answer": null, "no_answer_prob": -6.55513596534729}
{"example_id": -5562694927741210554, "prediction": "10 May 1940", "binary_answer": null, "no_answer_prob": -1.881306529045105}
{"example_id": -456139104511049290, "prediction": "The Revenue Act of 1913", "binary_answer": null, "no_answer_prob": -0.5920403003692627}
{"example_id": 4702839898066253410, "prediction": "", "binary_answer": null, "no_answer_prob": 2.476907809264958}
{"example_id": 658405025144933702, "prediction": "", "binary_answer": null, "no_answer_prob": 5.214324414730072}
{"example_id": 4861913605968678245, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8389161229133606}
{"example_id": 969324601901312657, "prediction": "Meet the Fockers", "binary_answer": null, "no_answer_prob": 1.5583202838897705}
{"example_id": 7751068844705814585, "prediction": "Gallery", "binary_answer": null, "no_answer_prob": 0.19693315029144287}
{"example_id": -7094201365539055595, "prediction": "`` Bad Moon Rising", "binary_answer": null, "no_answer_prob": -0.5954442024230957}
{"example_id": 6981008936931722768, "prediction": "Roger Williams", "binary_answer": null, "no_answer_prob": -9.299017667770386}
{"example_id": -1573238832472960103, "prediction": "Jay Hawkins", "binary_answer": null, "no_answer_prob": -1.836424708366394}
{"example_id": -5849795456748455708, "prediction": "Mayflies", "binary_answer": null, "no_answer_prob": 3.3281748294830322}
{"example_id": -6700154812997580833, "prediction": "George Frederick Blanda", "binary_answer": null, "no_answer_prob": -6.932307839393616}
{"example_id": 2939339272253679470, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4734033942222595}
{"example_id": 8248753971117674556, "prediction": "John Ernest `` Johnny '' Crawford", "binary_answer": null, "no_answer_prob": -0.21274781227111816}
{"example_id": -4670358332103076641, "prediction": "Brian Lara", "binary_answer": null, "no_answer_prob": -0.9212203025817871}
{"example_id": 9095411831336756414, "prediction": "", "binary_answer": null, "no_answer_prob": 4.175590455532074}
{"example_id": -1167263495350719445, "prediction": "Chinese alligator", "binary_answer": null, "no_answer_prob": 0.8824069499969482}
{"example_id": 2219461279225190335, "prediction": "Bengal", "binary_answer": null, "no_answer_prob": -5.848957538604736}
{"example_id": -2643619707862435436, "prediction": "Roger Federer ( 20 / 20 ) Rafael Nadal", "binary_answer": null, "no_answer_prob": -3.4770498275756836}
{"example_id": -5664653595703847418, "prediction": "greenhouse gas", "binary_answer": null, "no_answer_prob": -5.323215842247009}
{"example_id": 4708993485640470955, "prediction": "A player who plays their next - to - last - card must call `` Uno '' as a warning to the other players .", "binary_answer": null, "no_answer_prob": 3.3702198266983032}
{"example_id": 8594303491926680480, "prediction": "During the American Civil War ( 1861 -- 1865 )", "binary_answer": null, "no_answer_prob": 1.4196054711937904}
{"example_id": 244810551872428678, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8125505447387695}
{"example_id": 5756730402161025260, "prediction": "The current capital of Japan is Tokyo . In the course of history , the national capital has been in many locations other than Tokyo .", "binary_answer": null, "no_answer_prob": 2.850165255367756}
{"example_id": 8457038933823704058, "prediction": "16", "binary_answer": null, "no_answer_prob": -0.8782749176025391}
{"example_id": 5836165316647001433, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A flame", "binary_answer": null, "no_answer_prob": 1.2634236812591553}
{"example_id": -6116288474208644733, "prediction": "Trevor John Siemian", "binary_answer": null, "no_answer_prob": -11.74837613105774}
{"example_id": -4713177284326263159, "prediction": "Strategic bombing", "binary_answer": null, "no_answer_prob": 0.007276058197021484}
{"example_id": -146346258034808812, "prediction": "The Agricultural Adjustment Act ( AAA )", "binary_answer": null, "no_answer_prob": 0.41586947441101074}
{"example_id": -8811437121621202669, "prediction": "2011", "binary_answer": null, "no_answer_prob": -3.914677143096924}
{"example_id": -6543609612685760231, "prediction": "Louisa Johnson was announced as the winner on 13 December 2015 , making Ora the winning mentor .", "binary_answer": null, "no_answer_prob": -3.267941951751709}
{"example_id": -8495740597703765022, "prediction": "Yui Aragaki and Gen Hoshino as the leads .", "binary_answer": null, "no_answer_prob": 4.040080219507217}
{"example_id": 1881801628526670261, "prediction": "Alex Borstein", "binary_answer": null, "no_answer_prob": -9.45467734336853}
{"example_id": 5362159757602356118, "prediction": "2003 -- 04", "binary_answer": null, "no_answer_prob": -3.7336537837982178}
{"example_id": -6435953386294221320, "prediction": "Tom Benson Hall of Fame Stadium , which is located adjacent to the Hall of Fame building in Canton , Ohio", "binary_answer": null, "no_answer_prob": -6.892847657203674}
{"example_id": -5193479918818659490, "prediction": "Foodborne illness", "binary_answer": null, "no_answer_prob": 0.724524974822998}
{"example_id": -8603893237419837573, "prediction": "Jean - Philippe Lauer", "binary_answer": null, "no_answer_prob": -5.392920017242432}
{"example_id": 7809253767064133000, "prediction": "", "binary_answer": null, "no_answer_prob": 5.914442598819733}
{"example_id": 3473384395951510984, "prediction": "Richard Parker", "binary_answer": null, "no_answer_prob": 1.3101272583007812}
{"example_id": 5981486486780740817, "prediction": "Reid got the title and starting point for the song at a party", "binary_answer": null, "no_answer_prob": 1.78446826338768}
{"example_id": 4207810717344783202, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9306504726409912}
{"example_id": 2336405116550877354, "prediction": "An interlocutory appeal", "binary_answer": null, "no_answer_prob": 1.5962157845497131}
{"example_id": -5530649195801325737, "prediction": "1985", "binary_answer": null, "no_answer_prob": -6.68388307094574}
{"example_id": -4073416688258509988, "prediction": "Wyclef Jean", "binary_answer": null, "no_answer_prob": -3.8307242393493652}
{"example_id": 5504372218939755912, "prediction": "John Joseph Haley Jr .", "binary_answer": null, "no_answer_prob": -9.094650149345398}
{"example_id": -4497227086390921972, "prediction": "Eric Johann Johnson", "binary_answer": null, "no_answer_prob": -11.020456790924072}
{"example_id": 2666574104880651228, "prediction": "", "binary_answer": null, "no_answer_prob": 3.942018985748291}
{"example_id": -6603844747009996534, "prediction": "2000", "binary_answer": null, "no_answer_prob": -0.5006928443908691}
{"example_id": -7887952901401725047, "prediction": "Caroll Spinney", "binary_answer": null, "no_answer_prob": -9.320736646652222}
{"example_id": -2027085300548464080, "prediction": "Staind", "binary_answer": null, "no_answer_prob": -6.928615868091583}
{"example_id": -4144211220249557609, "prediction": "about 30 cm ( 12 in ) long", "binary_answer": null, "no_answer_prob": 2.353338837623596}
{"example_id": -8106560152135977028, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4791822731494904}
{"example_id": 5506927403187384480, "prediction": "", "binary_answer": null, "no_answer_prob": 3.863223910331726}
{"example_id": -7541835656391760051, "prediction": "February 9 , 2018", "binary_answer": null, "no_answer_prob": -8.445473074913025}
{"example_id": 6651217315586475557, "prediction": "", "binary_answer": null, "no_answer_prob": 4.044205904006958}
{"example_id": -8865397167301605737, "prediction": "Sydney", "binary_answer": null, "no_answer_prob": -1.6929965019226074}
{"example_id": -1517133353143916793, "prediction": "Drew Brees", "binary_answer": null, "no_answer_prob": -2.8983547687530518}
{"example_id": 5999602363334169462, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0868844985961914}
{"example_id": 5664737848797911697, "prediction": "Gregory Peck", "binary_answer": null, "no_answer_prob": -4.986714124679565}
{"example_id": -8938495944602216597, "prediction": "James Mill", "binary_answer": null, "no_answer_prob": -7.638156294822693}
{"example_id": -4696616192979221203, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6999566555023193}
{"example_id": -797978280122267872, "prediction": "105 men and boys and 39 crew - members", "binary_answer": null, "no_answer_prob": 2.0182808935642242}
{"example_id": 1918325730067416331, "prediction": "", "binary_answer": null, "no_answer_prob": 2.777373254299164}
{"example_id": 1810540537323127079, "prediction": "The military history of the United States in World War II covers the war against Germany , Italy , Japan and starting with the 7 December 1941", "binary_answer": null, "no_answer_prob": -0.9265991449356079}
{"example_id": 7109730576293744216, "prediction": "Jack Greene", "binary_answer": null, "no_answer_prob": -0.9932498931884766}
{"example_id": -2408926568017945075, "prediction": "The origin of the phrase remains obscure", "binary_answer": null, "no_answer_prob": -3.924683928489685}
{"example_id": 8341000138711750497, "prediction": "Procceding cultures of indigenous peoples lived in the Piedmont for thousands of years . The historic Catawba Indian Nation", "binary_answer": null, "no_answer_prob": 2.4590340722352266}
{"example_id": -3082404330306763370, "prediction": "Moving rightward across the standard form of the periodic table", "binary_answer": null, "no_answer_prob": -0.337688684463501}
{"example_id": -7206127442759222825, "prediction": "", "binary_answer": null, "no_answer_prob": -2.345826506614685}
{"example_id": 1055521992737437168, "prediction": "George Campbell Childress", "binary_answer": null, "no_answer_prob": -12.605082035064697}
{"example_id": -1255379477625182896, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4741601943969727}
{"example_id": -4262416515038237866, "prediction": "Kim Carnes", "binary_answer": null, "no_answer_prob": -5.394088864326477}
{"example_id": 5522044311637060513, "prediction": "", "binary_answer": null, "no_answer_prob": 4.5403733253479}
{"example_id": 3163437228679906704, "prediction": "on the banks of the Ohio River at Clarksville , Indiana", "binary_answer": null, "no_answer_prob": -8.25721824169159}
{"example_id": 6659489785243399018, "prediction": "saving of the soul from sin and its consequences", "binary_answer": null, "no_answer_prob": -3.761626958847046}
{"example_id": -8579783625094208515, "prediction": "", "binary_answer": null, "no_answer_prob": 3.251621425151825}
{"example_id": 1054847920949460800, "prediction": "Lake Itasca", "binary_answer": null, "no_answer_prob": -4.356184720993042}
{"example_id": 1593604885185133296, "prediction": "50 points", "binary_answer": null, "no_answer_prob": 0.004025697708129883}
{"example_id": 8439040944638176449, "prediction": "The usual English proper name for Earth 's natural satellite is `` the Moon '' . The noun moon is derived from moone", "binary_answer": null, "no_answer_prob": -1.4180567264556885}
{"example_id": -4074671075177564365, "prediction": "November 25 , 2017", "binary_answer": null, "no_answer_prob": -0.36199432611465454}
{"example_id": 3307313515663062547, "prediction": "Dr. Seuss ' The Cat in the Hat", "binary_answer": null, "no_answer_prob": 1.5405094623565674}
{"example_id": 6825941891639721517, "prediction": "1995", "binary_answer": null, "no_answer_prob": -5.774577617645264}
{"example_id": 6747144007403700559, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.4931710958480835}
{"example_id": -5292751219007154095, "prediction": "United Nations Population Fund", "binary_answer": null, "no_answer_prob": -6.7092578411102295}
{"example_id": -7807810135587179659, "prediction": "Tears for Fears", "binary_answer": null, "no_answer_prob": -6.137379288673401}
{"example_id": -2210861562249846330, "prediction": "Crystal Blue Persuasion '' .", "binary_answer": null, "no_answer_prob": 2.581026554107666}
{"example_id": 2438404045723751621, "prediction": "1973", "binary_answer": null, "no_answer_prob": -6.645232915878296}
{"example_id": 5758950089863336644, "prediction": "Snow White and the Huntsman", "binary_answer": null, "no_answer_prob": 0.8616237640380859}
{"example_id": 7663813100748356255, "prediction": "2007", "binary_answer": null, "no_answer_prob": -6.946007624268532}
{"example_id": 5371538028176947898, "prediction": "August 6 and 9 , 1945", "binary_answer": null, "no_answer_prob": -4.48173463344574}
{"example_id": 5333068915095313993, "prediction": "Babyface & Allison 11 26 30 56 25 18 Rick & Emma 12 20 22 42 23 Jake & Jenna 13 22 24 46", "binary_answer": null, "no_answer_prob": 2.457650899887085}
{"example_id": -3172652774675351475, "prediction": "AT&T Stadium in Arlington , Texas", "binary_answer": null, "no_answer_prob": -10.42512571811676}
{"example_id": 7802659769716735629, "prediction": "", "binary_answer": null, "no_answer_prob": -4.223270773887634}
{"example_id": 9039000977162424636, "prediction": "Cornelius Vanderbilt", "binary_answer": null, "no_answer_prob": -3.9914937019348145}
{"example_id": -6990199211760735048, "prediction": "motor vehicles , heaters , or cooking equipment that run on carbon - based fuels", "binary_answer": null, "no_answer_prob": -0.48440873622894287}
{"example_id": 880474104199477631, "prediction": "Robert Downey Jr. , Val Kilmer , Michelle Monaghan and Corbin Bernsen", "binary_answer": null, "no_answer_prob": -0.9764977693557739}
{"example_id": -4323532939485374308, "prediction": "Simple Minds", "binary_answer": null, "no_answer_prob": -7.975648880004883}
{"example_id": -6834775349431226363, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6035908460617065}
{"example_id": -4354548780625112274, "prediction": "May 19 , 2005", "binary_answer": null, "no_answer_prob": -2.72372043132782}
{"example_id": -7665348613725160390, "prediction": "", "binary_answer": null, "no_answer_prob": 5.54070171713829}
{"example_id": 5516731406225529709, "prediction": "provide banking services to cater to the needs of agricultural and industrial enterprises . It may also perform all other functions of a thrift bank .", "binary_answer": null, "no_answer_prob": 0.04616202414035797}
{"example_id": 1808091515525672902, "prediction": "", "binary_answer": null, "no_answer_prob": -0.07735896110534668}
{"example_id": 63469927479952609, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A chemical substance", "binary_answer": null, "no_answer_prob": 2.6600743904709816}
{"example_id": 8428601487426030777, "prediction": "Solomon Linda", "binary_answer": null, "no_answer_prob": -3.5917516946792603}
{"example_id": 1047958472968341050, "prediction": "Steve Vining", "binary_answer": null, "no_answer_prob": -2.0039761066436768}
{"example_id": 7267880836605639727, "prediction": "Dominic `` Dom '' Toretto", "binary_answer": null, "no_answer_prob": 4.234663426876068}
{"example_id": 7620444104081429547, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4110391139984131}
{"example_id": -5012789711574805801, "prediction": "Mayim Chaya Bialik", "binary_answer": null, "no_answer_prob": -13.000028133392334}
{"example_id": -3456016464830419341, "prediction": "`` These Are the Voyages ... ''", "binary_answer": null, "no_answer_prob": 3.329300880432129}
{"example_id": 1642413496741749230, "prediction": "3 December 1984", "binary_answer": null, "no_answer_prob": -5.799102962017059}
{"example_id": -7005701468291129650, "prediction": "The Bill of Rights , also known as the English Bill of Rights", "binary_answer": null, "no_answer_prob": 0.1293489821255207}
{"example_id": -4077429939663659711, "prediction": "Ramesses II and the Hittite Empire under Muwatalli II", "binary_answer": null, "no_answer_prob": -3.153787612915039}
{"example_id": 3341527347132877456, "prediction": "The first single from the album `` Contact", "binary_answer": null, "no_answer_prob": 3.260146141052246}
{"example_id": -4450404503631437107, "prediction": "Because This is My First Life", "binary_answer": null, "no_answer_prob": -1.1268450021743774}
{"example_id": -4905586577653408328, "prediction": "January 22 and 31 , 1818", "binary_answer": null, "no_answer_prob": -8.210389494895935}
{"example_id": -621263271867764976, "prediction": "28 November", "binary_answer": null, "no_answer_prob": 2.606405794620514}
{"example_id": 954800041571376722, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3376136422157288}
{"example_id": -952785023901327089, "prediction": "Dirk Jeffrey Koetter", "binary_answer": null, "no_answer_prob": -8.900734782218933}
{"example_id": 761165222701376413, "prediction": "Alexander Gould", "binary_answer": null, "no_answer_prob": -7.242396831512451}
{"example_id": -2688764481802698765, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4528968334198}
{"example_id": 1796206624741449655, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7489625215530396}
{"example_id": -4638130633565306121, "prediction": "Creative destruction", "binary_answer": null, "no_answer_prob": -2.261728286743164}
{"example_id": 8604363031718573611, "prediction": "nitrogen , sulfur , and noble gas abundances in Jupiter 's atmosphere exceed solar values by a factor of about three .", "binary_answer": null, "no_answer_prob": -4.7535905838012695}
{"example_id": -3968902118559396829, "prediction": "Franklin Delano Roosevelt", "binary_answer": null, "no_answer_prob": -7.445674657821655}
{"example_id": 318582908448127593, "prediction": "Jamie Foxx , who portrayed Charles in the 2004 biopic Ray .", "binary_answer": null, "no_answer_prob": 3.196108102798462}
{"example_id": 8340915536140551023, "prediction": "", "binary_answer": null, "no_answer_prob": 4.023630201816559}
{"example_id": 7832200671483180899, "prediction": "Small and medium - sized enterprises", "binary_answer": null, "no_answer_prob": 2.0749655961990356}
{"example_id": -7418074182739891338, "prediction": "2000", "binary_answer": null, "no_answer_prob": -2.029703974723816}
{"example_id": -4470489094871957833, "prediction": "", "binary_answer": null, "no_answer_prob": 4.911544114351273}
{"example_id": -6038945350256792205, "prediction": "`` Suite : Judy Blue Eyes ''", "binary_answer": null, "no_answer_prob": 3.2625170946121216}
{"example_id": 4002948439158921388, "prediction": "Badfinger", "binary_answer": null, "no_answer_prob": -4.475559234619141}
{"example_id": 7022277642500448587, "prediction": "Georgia ( / \u02c8d\u0292\u0254\u02d0rd\u0292\u0259 / ( listen ) JOR - juh )", "binary_answer": null, "no_answer_prob": -0.25829261541366577}
{"example_id": 2634368050480933808, "prediction": "", "binary_answer": null, "no_answer_prob": 6.149369597434998}
{"example_id": 6887496307462976826, "prediction": "Paul Leka , Gary DeCarlo and Dale Frashuer", "binary_answer": null, "no_answer_prob": -1.0030202865600586}
{"example_id": -9113989495529144230, "prediction": "In the history of art , prehistoric art", "binary_answer": null, "no_answer_prob": 0.6535443663597107}
{"example_id": 933854257367075149, "prediction": "", "binary_answer": null, "no_answer_prob": 1.281741976737976}
{"example_id": -150353078765892843, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9159732460975647}
{"example_id": 8344267351961758769, "prediction": "32.0 % at age 8 -- 11 years to 42.4 % at age 60 -- 79 years .", "binary_answer": null, "no_answer_prob": 0.8842686414718628}
{"example_id": 8596710598934126531, "prediction": "Arlo Guthrie in 1972 , and later by Willie Nelson", "binary_answer": null, "no_answer_prob": 0.6274750232696533}
{"example_id": 1486394118189624979, "prediction": "Anne Bancroft", "binary_answer": null, "no_answer_prob": 2.1998194456100464}
{"example_id": -6925951997775788906, "prediction": "April 13 , 2018", "binary_answer": null, "no_answer_prob": -9.4304518699646}
{"example_id": 8574416704593075001, "prediction": "Adams", "binary_answer": null, "no_answer_prob": -5.84885048866272}
{"example_id": -7378761712236339242, "prediction": "2002", "binary_answer": null, "no_answer_prob": -3.021462857723236}
{"example_id": 8916901533963853861, "prediction": "the 76 - story Columbia Center", "binary_answer": null, "no_answer_prob": -5.296418070793152}
{"example_id": -1641964735973120688, "prediction": "Robin", "binary_answer": null, "no_answer_prob": 1.0862634181976318}
{"example_id": -923692169052497360, "prediction": "Sodom and Gomorrah ( / \u02c8s\u0252d\u0259m / ; / \u0261\u0259\u02c8m\u0254\u02d0r\u0259 / ) were cities mentioned in the Book of Genesis", "binary_answer": null, "no_answer_prob": 0.39014947414398193}
{"example_id": 5640734227440542292, "prediction": "Tara Chambler is a fictional character from the horror drama television series The Walking Dead , which airs on AMC", "binary_answer": null, "no_answer_prob": 1.4765173196792603}
{"example_id": -1510605848838965400, "prediction": "", "binary_answer": null, "no_answer_prob": -5.888159871101379}
{"example_id": 2371503729615532707, "prediction": "Roberta Flack", "binary_answer": null, "no_answer_prob": -1.623559594154358}
{"example_id": 8201230559364384444, "prediction": "1989", "binary_answer": null, "no_answer_prob": -5.828724980354309}
{"example_id": 6445278819609466179, "prediction": "Punar Vivah", "binary_answer": null, "no_answer_prob": -2.340345621109009}
{"example_id": -4358039032953240899, "prediction": "1999 ( XXXIV ) Conference championships ( 2 ) NFC : 1999 , 2001", "binary_answer": null, "no_answer_prob": 0.4037494659423828}
{"example_id": 6384961221331944426, "prediction": "1984", "binary_answer": null, "no_answer_prob": -8.302722334861755}
{"example_id": 7926149129570476030, "prediction": "In the Proto - Indo - European language , * m\u0101\u0301t\u0113r ( modern reconstruction : * m\u00e9h2t\u0113r )", "binary_answer": null, "no_answer_prob": -2.219092607498169}
{"example_id": -3334913234103339998, "prediction": "1988", "binary_answer": null, "no_answer_prob": -5.47130645532161}
{"example_id": -1905385892913527246, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2500447034835815}
{"example_id": 3888473783614539155, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3906689882278442}
{"example_id": -2157579152859231028, "prediction": "American professional baseball outfielder", "binary_answer": null, "no_answer_prob": -2.371624708175659}
{"example_id": -321331280006624082, "prediction": "Silverstein begins the poem by describing the place where the sidewalk ends . This place that is only encountered by the imagination", "binary_answer": null, "no_answer_prob": -1.0478270053863525}
{"example_id": -7681197007038021704, "prediction": "Tampa Bay Buccaneers", "binary_answer": null, "no_answer_prob": -3.532614827156067}
{"example_id": -6761892620030185555, "prediction": "", "binary_answer": null, "no_answer_prob": 2.872794806957245}
{"example_id": 6600921428944172728, "prediction": "", "binary_answer": null, "no_answer_prob": 2.45955890417099}
{"example_id": 2496483378740751723, "prediction": "", "binary_answer": null, "no_answer_prob": 3.171701669692993}
{"example_id": -1768532999191146026, "prediction": "The States Reorganisation Act , 1956", "binary_answer": null, "no_answer_prob": -0.4130685329437256}
{"example_id": -1527245675085837482, "prediction": "Shalamar", "binary_answer": null, "no_answer_prob": -1.2230491638183594}
{"example_id": 8597899303438992529, "prediction": "`` God Bless the U.S.A. ''", "binary_answer": null, "no_answer_prob": -1.9422088861465454}
{"example_id": 4547333015547257897, "prediction": "Emily Jane Browning", "binary_answer": null, "no_answer_prob": -1.3745492696762085}
{"example_id": -5785176163874250017, "prediction": "The names of the days of the week in many languages are derived from the names of the classical planets in Hellenistic astrology", "binary_answer": null, "no_answer_prob": -3.1783676147460938}
{"example_id": -4871329359856517406, "prediction": "", "binary_answer": null, "no_answer_prob": -5.035665392875671}
{"example_id": 8852078010282713990, "prediction": "", "binary_answer": null, "no_answer_prob": 2.333808094263077}
{"example_id": -5878189243047588069, "prediction": "On an equinox , day and night are of approximately equal duration all over the planet", "binary_answer": null, "no_answer_prob": -1.358485221862793}
{"example_id": -248613309775155042, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8673292994499207}
{"example_id": 6461065212753382626, "prediction": "in and around the town of Gettysburg , Pennsylvania", "binary_answer": null, "no_answer_prob": -10.787609696388245}
{"example_id": 5105136898624121027, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A frequency distribution", "binary_answer": null, "no_answer_prob": 3.8948516845703125}
{"example_id": 4392880940485489892, "prediction": "David Gates", "binary_answer": null, "no_answer_prob": 2.857976123690605}
{"example_id": -1958739909830757205, "prediction": "Computer memory types Volatile RAM", "binary_answer": null, "no_answer_prob": 2.4796910881996155}
{"example_id": -2721587192415524965, "prediction": "August 1962", "binary_answer": null, "no_answer_prob": -2.825718879699707}
{"example_id": 4407461943003744089, "prediction": "The Epistle to the Galatians , often shortened to Galatians , is the ninth book of the New Testament", "binary_answer": null, "no_answer_prob": 1.5419626832008362}
{"example_id": -2029928256546126976, "prediction": "Fyodor Dostoevsky", "binary_answer": null, "no_answer_prob": -11.98078966140747}
{"example_id": 1286774360003318588, "prediction": "2,183,000", "binary_answer": null, "no_answer_prob": 1.0591881275177002}
{"example_id": 6887634788433337209, "prediction": "Virginia Bruce", "binary_answer": null, "no_answer_prob": -6.188843488693237}
{"example_id": 3581991713445181755, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6708463430404663}
{"example_id": 7348235037413798099, "prediction": "public domain ( Portuguese : dom\u00ednio p\u00fablico ) and private domain", "binary_answer": null, "no_answer_prob": -3.2787790298461914}
{"example_id": -2030479244176168782, "prediction": "", "binary_answer": null, "no_answer_prob": 2.378560073673725}
{"example_id": 436387896641262769, "prediction": "All I Can Do ( Dolly Parton song )", "binary_answer": null, "no_answer_prob": 5.05377160012722}
{"example_id": -3498304267651438803, "prediction": "Charlie Puth", "binary_answer": null, "no_answer_prob": -3.015976071357727}
{"example_id": -1500557296878754680, "prediction": "Mar\u00eda Fernanda Espinosa of Ecuador", "binary_answer": null, "no_answer_prob": -8.593804717063904}
{"example_id": -8252475800249491534, "prediction": "Afrikaans", "binary_answer": null, "no_answer_prob": -2.8883981704711914}
{"example_id": -5997422494186860203, "prediction": "Ferlin Husky", "binary_answer": null, "no_answer_prob": -4.372431516647339}
{"example_id": 3046403428685044813, "prediction": "Scott `` Scotty '' Grainger Jr.", "binary_answer": null, "no_answer_prob": -4.1966753005981445}
{"example_id": 1734006576693243724, "prediction": "In the television adaptation Bitten Elena is portrayed by Laura Vandervoort .", "binary_answer": null, "no_answer_prob": 0.47275304794311523}
{"example_id": -5936956332772210187, "prediction": "Vasopressin", "binary_answer": null, "no_answer_prob": -1.4357030391693115}
{"example_id": 1259381575508656609, "prediction": "The Chihuahuan Desert", "binary_answer": null, "no_answer_prob": -1.883099913597107}
{"example_id": 1521108568561999394, "prediction": "Don Williams", "binary_answer": null, "no_answer_prob": -9.192389845848083}
{"example_id": 7901822206564032502, "prediction": "Grover Washington Jr. and Bill Withers", "binary_answer": null, "no_answer_prob": -0.7557454109191895}
{"example_id": 2662447325791353189, "prediction": "Orlando Bloom", "binary_answer": null, "no_answer_prob": -9.925479769706726}
{"example_id": -8206037580032429970, "prediction": "Plankton", "binary_answer": null, "no_answer_prob": -3.1397809982299805}
{"example_id": 5267857117065594150, "prediction": "polyglot", "binary_answer": null, "no_answer_prob": -0.10338360071182251}
{"example_id": 4473212768738028182, "prediction": "agora", "binary_answer": null, "no_answer_prob": -3.54947429895401}
{"example_id": -8453612087781662356, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8693970441818237}
{"example_id": 6005554700775960153, "prediction": "1994", "binary_answer": null, "no_answer_prob": -7.265420436859131}
{"example_id": -8787310782359437703, "prediction": "Paul Revere", "binary_answer": null, "no_answer_prob": -3.937420129776001}
{"example_id": -9041913849480431930, "prediction": "", "binary_answer": null, "no_answer_prob": 3.054995834827423}
{"example_id": -8641565526084014858, "prediction": "France", "binary_answer": null, "no_answer_prob": -3.4198660850524902}
{"example_id": -6784265278773313647, "prediction": "Giancarlo Stanton", "binary_answer": null, "no_answer_prob": -1.9871776103973389}
{"example_id": 1265442768524130808, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3912736475467682}
{"example_id": -6975180097452097375, "prediction": "", "binary_answer": null, "no_answer_prob": 3.92637300491333}
{"example_id": -5051320345945755690, "prediction": "Ross Atkins", "binary_answer": null, "no_answer_prob": -6.676475763320923}
{"example_id": -5492241717638719376, "prediction": "George Strait", "binary_answer": null, "no_answer_prob": -1.2942440509796143}
{"example_id": 756370559210615715, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9970052242279053}
{"example_id": 672005429894557061, "prediction": "The Statue of Freedom", "binary_answer": null, "no_answer_prob": -7.231330513954163}
{"example_id": 5231221646039673170, "prediction": "asexual reproduction", "binary_answer": null, "no_answer_prob": 2.3339038491249084}
{"example_id": 8032346423190290304, "prediction": "frontal lobe", "binary_answer": null, "no_answer_prob": -2.55843186378479}
{"example_id": -4343331977146551678, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -8.74532961845398}
{"example_id": 7818112641371223126, "prediction": "State Farm Stadium", "binary_answer": null, "no_answer_prob": -0.5287002325057983}
{"example_id": -7299101672266202971, "prediction": "A nutrient cycle ( or ecological recycling", "binary_answer": null, "no_answer_prob": -1.0786648988723755}
{"example_id": -3981879150561413102, "prediction": "Riblja \u010corba", "binary_answer": null, "no_answer_prob": -2.5092267990112305}
{"example_id": -3597707960590427212, "prediction": "the Carpenters", "binary_answer": null, "no_answer_prob": -2.5245379209518433}
{"example_id": 6822663346480960869, "prediction": "", "binary_answer": null, "no_answer_prob": 3.512115955352783}
{"example_id": -1424496325356761966, "prediction": "Alec Guinness", "binary_answer": null, "no_answer_prob": -6.872593522071838}
{"example_id": 2713202131477282402, "prediction": "Naucratis in Egypt", "binary_answer": null, "no_answer_prob": 1.1539156436920166}
{"example_id": 5364970878691762504, "prediction": "Major R. Johnson Finley", "binary_answer": null, "no_answer_prob": -1.9304078817367554}
{"example_id": 4175143834811808644, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8109428882598877}
{"example_id": 2877159617701003167, "prediction": "Congress", "binary_answer": null, "no_answer_prob": -6.1979979276657104}
{"example_id": -6207630054130498138, "prediction": "Alvin Robertson", "binary_answer": null, "no_answer_prob": 0.4850492477416992}
{"example_id": -7578520120732876196, "prediction": "Ie Shima during the invasion of Okinawa", "binary_answer": null, "no_answer_prob": -0.37437617778778076}
{"example_id": 9020677477630344934, "prediction": "The Seven Mile Bridge is a bridge in the Florida Keys", "binary_answer": null, "no_answer_prob": -1.1192706823349}
{"example_id": 5115701650010220734, "prediction": "Jimmy Buffett", "binary_answer": null, "no_answer_prob": -0.5665428638458252}
{"example_id": -4018959341407620176, "prediction": "`` Say You Wo n't Let Go '' is a song by British singer and songwriter James Arthur", "binary_answer": null, "no_answer_prob": 3.8348336219787598}
{"example_id": -7760362692289894917, "prediction": "`` Thank You for Being a Friend '' is a song written by Andrew Gold", "binary_answer": null, "no_answer_prob": 4.219041585922241}
{"example_id": -7387336155754361954, "prediction": "White Castle", "binary_answer": null, "no_answer_prob": 0.2799452543258667}
{"example_id": 8487964208869993476, "prediction": "1987", "binary_answer": null, "no_answer_prob": -4.18951952457428}
{"example_id": -2632224242063009691, "prediction": "", "binary_answer": null, "no_answer_prob": 3.752040207386017}
{"example_id": -3264674982292768799, "prediction": "November 9 , 1988", "binary_answer": null, "no_answer_prob": -8.908441305160522}
{"example_id": -7520532049779996460, "prediction": "Hannah Abbott", "binary_answer": null, "no_answer_prob": 2.2397526502609253}
{"example_id": -1782927019329735418, "prediction": "In April 2002 , Phil Ruffin announced that he had partnered with Donald Trump to build Trump Tower Las Vegas", "binary_answer": null, "no_answer_prob": 4.253258943557739}
{"example_id": 820379277676205185, "prediction": "Stevie Wonder", "binary_answer": null, "no_answer_prob": -6.557144284248352}
{"example_id": 8981927950317176383, "prediction": "the Colorado and the Rio Grande", "binary_answer": null, "no_answer_prob": -1.9908868074417114}
{"example_id": -4413418996190022532, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -2.1585503816604614}
{"example_id": 1118707687214319186, "prediction": "Judith Therese Evans", "binary_answer": null, "no_answer_prob": -5.090490102767944}
{"example_id": -4712101046183684891, "prediction": "Considered by many his signature song , the ballad is said to be about Thunders ' heroin addiction", "binary_answer": null, "no_answer_prob": -6.193577289581299}
{"example_id": 350889901763508229, "prediction": "", "binary_answer": null, "no_answer_prob": 3.495453119277954}
{"example_id": -5622158375604622816, "prediction": "transaction processing systems , decision support systems , knowledge management systems , learning management systems , database management systems , and office information systems", "binary_answer": null, "no_answer_prob": -1.6749160289764404}
{"example_id": -3180278946733482876, "prediction": "Vicki Lawrence", "binary_answer": null, "no_answer_prob": -10.272731184959412}
{"example_id": -8853507693210218570, "prediction": "2016", "binary_answer": null, "no_answer_prob": -3.906720221042633}
{"example_id": 8779318877419648135, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6893731132149696}
{"example_id": 7043961453896452225, "prediction": "8 September 1981", "binary_answer": null, "no_answer_prob": -8.689766645431519}
{"example_id": -8686446217209973341, "prediction": "", "binary_answer": null, "no_answer_prob": 5.741208702325821}
{"example_id": -4173856451403193565, "prediction": "December 21 , 1937", "binary_answer": null, "no_answer_prob": -9.365739703178406}
{"example_id": 2303278544286800290, "prediction": "John Lee Hooker", "binary_answer": null, "no_answer_prob": -3.3668854236602783}
{"example_id": -3483022574776694489, "prediction": "Cyndi Lauper", "binary_answer": null, "no_answer_prob": -8.856090664863586}
{"example_id": 9119360453618342655, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": -3.350275754928589}
{"example_id": -8077664172064245955, "prediction": "Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -7.270969867706299}
{"example_id": -9181611026161025453, "prediction": "", "binary_answer": null, "no_answer_prob": 3.502970814704895}
{"example_id": 439772754165147921, "prediction": "Howie Mandel , Mel B , Heidi Klum and Simon Cowell", "binary_answer": null, "no_answer_prob": -0.8375421762466431}
{"example_id": 5798493307113531283, "prediction": "in the arid plains of Central Asia", "binary_answer": null, "no_answer_prob": -7.034371614456177}
{"example_id": -4623820609625611622, "prediction": "13 December 25 , 2017 ( 2017 - 12 - 25 ) May 7 , 2018 ( 2018 - 05 - 07 )", "binary_answer": null, "no_answer_prob": 2.8992371559143066}
{"example_id": -4532256379564237266, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0480393767356873}
{"example_id": 8816865823185385611, "prediction": "Ted Williams", "binary_answer": null, "no_answer_prob": -5.544829845428467}
{"example_id": 8940432000894836748, "prediction": "referred to the Underground Railroad , the freedom movement that helped black people escape from Southern slavery to the North and Canada .", "binary_answer": null, "no_answer_prob": 1.1222935020923615}
{"example_id": -3409475557155632322, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.241534471511841}
{"example_id": 5188253373440148921, "prediction": "The Arch was designed by Finnish - American architect Eero Saarinen in 1947 ; construction began on February 12 , 1963", "binary_answer": null, "no_answer_prob": 1.4255163669586182}
{"example_id": 4566976817326754102, "prediction": "", "binary_answer": null, "no_answer_prob": 4.164110362529755}
{"example_id": 8045845876003268145, "prediction": "Sean Maguire", "binary_answer": null, "no_answer_prob": -9.808417081832886}
{"example_id": -367175374705920036, "prediction": "", "binary_answer": null, "no_answer_prob": 3.587175667285919}
{"example_id": -1355322236662361701, "prediction": "Jeanne M. Ives", "binary_answer": null, "no_answer_prob": -7.532487273216248}
{"example_id": -6147411494230562961, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -2.7259637117385864}
{"example_id": 7680250653225458398, "prediction": "High School Musical 3 : Senior Year", "binary_answer": null, "no_answer_prob": -1.7165330648422241}
{"example_id": -1320270879633457406, "prediction": "Mercury", "binary_answer": null, "no_answer_prob": -0.9682325720787048}
{"example_id": -4795649820336631411, "prediction": "Jaime Pressly", "binary_answer": null, "no_answer_prob": -3.748581886291504}
{"example_id": 3771596286328117803, "prediction": "The Wright Brothers Band", "binary_answer": null, "no_answer_prob": -0.2690006494522095}
{"example_id": 8793308095702740941, "prediction": "Characteristics of this model include low levels of regulation and taxes , and the public sector providing fewer services", "binary_answer": null, "no_answer_prob": -1.4095430374145508}
{"example_id": -543252063131552954, "prediction": "Although `` Ariel '' did not make the UK Singles Chart , `` Lucky Stars '' , a duet with Denise Marsa", "binary_answer": null, "no_answer_prob": 3.7488198280334473}
{"example_id": 5518476522438822676, "prediction": "southwestern South Dakota", "binary_answer": null, "no_answer_prob": -7.622086763381958}
{"example_id": 8799319441170165729, "prediction": "", "binary_answer": null, "no_answer_prob": 4.172351121902466}
{"example_id": 7028824115033809627, "prediction": "20,000 tons of TNT ( 84 TJ )", "binary_answer": null, "no_answer_prob": -0.521803617477417}
{"example_id": -8724016639851179456, "prediction": "June 13 , 2014", "binary_answer": null, "no_answer_prob": -4.523454904556274}
{"example_id": 4511060675003771481, "prediction": "", "binary_answer": null, "no_answer_prob": 4.489751160144806}
{"example_id": 7651369124478529402, "prediction": "Art museum , Design / Textile Museum", "binary_answer": null, "no_answer_prob": -3.365962266921997}
{"example_id": -3338668329776002912, "prediction": "Laika", "binary_answer": null, "no_answer_prob": 1.7116014771163464}
{"example_id": 1063320969246893459, "prediction": "Adele", "binary_answer": null, "no_answer_prob": -10.196158170700073}
{"example_id": 253446690375393275, "prediction": "Natasha Bianca Lyonne Braunstein", "binary_answer": null, "no_answer_prob": -12.017616748809814}
{"example_id": 1997840332687758140, "prediction": "a successful outcome in the long Peloponnesian War fought against the Spartans and their allies .", "binary_answer": null, "no_answer_prob": -1.2033111155033112}
{"example_id": 3749394332280061531, "prediction": "28 March 2017", "binary_answer": null, "no_answer_prob": -0.21293652057647705}
{"example_id": 1145833590260640972, "prediction": "Lily Aldrin is a fictional character in the CBS television series How I Met Your Mother", "binary_answer": null, "no_answer_prob": 3.5095901489257812}
{"example_id": 5777597430854555492, "prediction": "Yorktown , Virginia", "binary_answer": null, "no_answer_prob": -7.034896969795227}
{"example_id": -6706886008285116433, "prediction": "The Qin sought to create a state unified by structured political power and a large military supported by a stable economy", "binary_answer": null, "no_answer_prob": 2.542719751596451}
{"example_id": -6393639164693594821, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -7.817567408084869}
{"example_id": -180408906397217772, "prediction": "Luke Evans", "binary_answer": null, "no_answer_prob": -9.548629522323608}
{"example_id": 6259013969167183618, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -8.827851235866547}
{"example_id": 6657222383394975429, "prediction": "Ellen Shaw", "binary_answer": null, "no_answer_prob": -4.634823560714722}
{"example_id": -7526561043427644506, "prediction": "Five Man Electrical Band", "binary_answer": null, "no_answer_prob": -5.692283868789673}
{"example_id": 4569540921014077677, "prediction": "Alabama is a state in the southeastern region of the United States . It is bordered by Tennessee", "binary_answer": null, "no_answer_prob": 1.826444685459137}
{"example_id": -6265111147251160723, "prediction": "January 5 , 2011", "binary_answer": null, "no_answer_prob": 0.4613574743270874}
{"example_id": 508044299322255687, "prediction": "Elzie Crisler Segar", "binary_answer": null, "no_answer_prob": -1.5168830156326294}
{"example_id": -934431359648712707, "prediction": "Cahokia", "binary_answer": null, "no_answer_prob": -0.7352093458175659}
{"example_id": 1936968610475459199, "prediction": "", "binary_answer": null, "no_answer_prob": 2.590947151184082}
{"example_id": -7856955091173019382, "prediction": "", "binary_answer": null, "no_answer_prob": 4.072049558162689}
{"example_id": 7118083429828579922, "prediction": "3.9 and 2.9 million years ago", "binary_answer": null, "no_answer_prob": -4.651445150375366}
{"example_id": 10583838835567351, "prediction": "Pia Wurtzbach", "binary_answer": null, "no_answer_prob": -8.605833172798157}
{"example_id": -4542117522133065625, "prediction": "Jackie DeShannon", "binary_answer": null, "no_answer_prob": -2.1245059967041016}
{"example_id": 8827222944741188322, "prediction": "Paramjeet Samota", "binary_answer": null, "no_answer_prob": 1.5527890026569366}
{"example_id": -6311784251514049733, "prediction": "2.2 % -- 3.2 % alcohol", "binary_answer": null, "no_answer_prob": -1.1966302394866943}
{"example_id": -155562737735683800, "prediction": "Woodstock", "binary_answer": null, "no_answer_prob": -1.6629225015640259}
{"example_id": 5479254724929817127, "prediction": "", "binary_answer": null, "no_answer_prob": -0.025310516357421875}
{"example_id": -3980593326505765361, "prediction": "Alladi Krishnaswamy Iyer", "binary_answer": null, "no_answer_prob": -1.8526611328125}
{"example_id": -3866366431221306521, "prediction": "Approximately 330 to 360 million", "binary_answer": null, "no_answer_prob": -4.6138129234313965}
{"example_id": -5277433299664180528, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7190517969429493}
{"example_id": 8946081169915869194, "prediction": "176", "binary_answer": null, "no_answer_prob": -0.3597961664199829}
{"example_id": -6584004184640492126, "prediction": "`` Look What You Made Me Do ''", "binary_answer": null, "no_answer_prob": 0.3470155596733093}
{"example_id": 5485836099821146604, "prediction": "84 / 56", "binary_answer": null, "no_answer_prob": -3.119957447052002}
{"example_id": 100607923091950711, "prediction": "`` Stacy 's Mom ''", "binary_answer": null, "no_answer_prob": 2.7111207246780396}
{"example_id": 7184014639679117710, "prediction": "Willie Nelson", "binary_answer": null, "no_answer_prob": -1.9961987733840942}
{"example_id": 1149714148463963018, "prediction": "About 15,200 years ago", "binary_answer": null, "no_answer_prob": -1.8446733951568604}
{"example_id": 1461399324546105689, "prediction": "", "binary_answer": null, "no_answer_prob": -0.46404778957366943}
{"example_id": 1609131766770842232, "prediction": "21 18", "binary_answer": null, "no_answer_prob": -4.638714551925659}
{"example_id": 5497099968781805678, "prediction": "", "binary_answer": null, "no_answer_prob": -0.4107542037963867}
{"example_id": -4713313337556490939, "prediction": "For thousands of years , indigenous peoples", "binary_answer": null, "no_answer_prob": 0.7149783670902252}
{"example_id": 7917869774923350801, "prediction": "36.5 -- 37.5 \u00b0 C ( 97.7 -- 99.5 \u00b0 F )", "binary_answer": null, "no_answer_prob": -6.910223603248596}
{"example_id": 9024507240179269911, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8565019369125366}
{"example_id": -372141976132121192, "prediction": "Scott McKenzie", "binary_answer": null, "no_answer_prob": -8.830572247505188}
{"example_id": -541436417549410454, "prediction": "Nicholas Sparks", "binary_answer": null, "no_answer_prob": -5.630826473236084}
{"example_id": 7596094395634207937, "prediction": "John Paul Jones", "binary_answer": null, "no_answer_prob": 0.5711193084716797}
{"example_id": 4617065854531147462, "prediction": "The original judging panel consisted of David Hasselhoff , Brandy Norwood , and Piers Morgan", "binary_answer": null, "no_answer_prob": -2.787884473800659}
{"example_id": -5823031833919755447, "prediction": "Albuquerque ( / \u02c8\u00e6lb\u0259\u02cck\u025c\u02d0rki / ( listen ) AL - b\u0259 - kur - kee", "binary_answer": null, "no_answer_prob": 0.21703457832336426}
{"example_id": -1870063306648453159, "prediction": "Thomas Patrick Lennon", "binary_answer": null, "no_answer_prob": -6.082296013832092}
{"example_id": 7320351552419433240, "prediction": "the Fugees", "binary_answer": null, "no_answer_prob": -0.7949758768081665}
{"example_id": 7738796250497832131, "prediction": "", "binary_answer": null, "no_answer_prob": -2.167433977127075}
{"example_id": -7782584918237034331, "prediction": "", "binary_answer": null, "no_answer_prob": 4.978976547718048}
{"example_id": 7434921455110723746, "prediction": "Sophia", "binary_answer": null, "no_answer_prob": -1.9821012020111084}
{"example_id": -1898289033626389774, "prediction": "Geoff Hurst", "binary_answer": null, "no_answer_prob": -8.878069639205933}
{"example_id": -5922836418396701454, "prediction": "", "binary_answer": null, "no_answer_prob": 4.313242197036743}
{"example_id": 3913478429503807396, "prediction": "Chicken fried steak", "binary_answer": null, "no_answer_prob": 4.264445543289185}
{"example_id": -9048525402428403724, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0830541849136353}
{"example_id": -4375045820347905102, "prediction": "", "binary_answer": null, "no_answer_prob": 4.748069673776627}
{"example_id": 1559702144822004406, "prediction": "Kurt Sutter remains the only writer to have been writing the series since the first season .", "binary_answer": null, "no_answer_prob": 2.093719959259033}
{"example_id": -4316646747276835236, "prediction": "Bowling For Soup", "binary_answer": null, "no_answer_prob": -5.009704232215881}
{"example_id": 1547582149561518807, "prediction": "`` I 'll Never Get Out of This World Alive", "binary_answer": null, "no_answer_prob": 3.817126512527466}
{"example_id": -42371950278585650, "prediction": "6 The Winds of Winter Forthcoming 7 A Dream of Spring Forthcoming Total 4,228 344 1,736,054 198h 53m", "binary_answer": null, "no_answer_prob": -2.0038797855377197}
{"example_id": -1863162320307571361, "prediction": "James Franco and Anne Hathaway", "binary_answer": null, "no_answer_prob": -3.1177175045013428}
{"example_id": -5768445067916044204, "prediction": "re-match of the 1824 election", "binary_answer": null, "no_answer_prob": 1.8022458627820015}
{"example_id": 6822719966202218884, "prediction": "", "binary_answer": null, "no_answer_prob": 4.179794430732727}
{"example_id": -1865931968080988584, "prediction": "`` Baby , Do n't Change Your Mind ''", "binary_answer": null, "no_answer_prob": 2.0252960920333862}
{"example_id": 6158156687534962598, "prediction": "Bhimrao Ramji Ambedkar", "binary_answer": null, "no_answer_prob": -8.290311574935913}
{"example_id": -1247714172130318793, "prediction": "April 10 , 2018", "binary_answer": null, "no_answer_prob": 1.3057618141174316}
{"example_id": -2606935586208134769, "prediction": "Charles P. Lazarus", "binary_answer": null, "no_answer_prob": 4.740275979042053}
{"example_id": 4497138226542293017, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6078633069992065}
{"example_id": 5238143210725865559, "prediction": "Anticholinergic drugs", "binary_answer": null, "no_answer_prob": 4.091757655143738}
{"example_id": 6677565220200213501, "prediction": "Robin Williams in the first film . Following a contract dispute between Williams and the Walt Disney Company , Dan Castellaneta", "binary_answer": null, "no_answer_prob": -8.425731658935547}
{"example_id": 3215481144081056949, "prediction": "Jeremiah", "binary_answer": null, "no_answer_prob": -1.5928325653076172}
{"example_id": -2521848961331626598, "prediction": "an ironic reference to the 1973 Neil Sedaka song `` Love Will Keep Us Together", "binary_answer": null, "no_answer_prob": -0.16506147384643555}
{"example_id": 3701683688667988174, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9374217987060547}
{"example_id": -8664504736798136559, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.6091228723526}
{"example_id": -7148111256323891285, "prediction": "", "binary_answer": null, "no_answer_prob": 4.916416347026825}
{"example_id": -3380649337512165552, "prediction": "swamp snake", "binary_answer": null, "no_answer_prob": -2.727511167526245}
{"example_id": 5029149710350466461, "prediction": "2,127 to 13,114 feet ( 648 to 3,997 m )", "binary_answer": null, "no_answer_prob": -6.803495407104492}
{"example_id": -5155731306818028416, "prediction": "Heathcliff Andrew Ledger", "binary_answer": null, "no_answer_prob": -3.298275589942932}
{"example_id": 8192193341179519344, "prediction": "north - western Costa Rica", "binary_answer": null, "no_answer_prob": -7.8775187730789185}
{"example_id": 356679829740305253, "prediction": "The Munsters", "binary_answer": null, "no_answer_prob": -2.3936201333999634}
{"example_id": -7841128731892324098, "prediction": "The northernmost point of Earth is the geographic North Pole", "binary_answer": null, "no_answer_prob": -3.238507032394409}
{"example_id": -4205700322029949198, "prediction": "", "binary_answer": null, "no_answer_prob": 3.84052050113678}
{"example_id": 2183867342295691736, "prediction": "Higher - order thinking", "binary_answer": null, "no_answer_prob": 2.7531658969819546}
{"example_id": 398100682983717271, "prediction": "", "binary_answer": null, "no_answer_prob": 3.47786808013916}
{"example_id": -1448093128086866437, "prediction": "1989", "binary_answer": null, "no_answer_prob": -5.687536776065826}
{"example_id": 5050934905017493363, "prediction": "The Security Log", "binary_answer": null, "no_answer_prob": -2.509393572807312}
{"example_id": 3601874923733218130, "prediction": "John Miles", "binary_answer": null, "no_answer_prob": -5.939268708229065}
{"example_id": -8819923230409422880, "prediction": "The season consisted of 20 episodes , in which ten episodes aired in the summer of 2016 , with the remaining ten episodes aired from April 2017", "binary_answer": null, "no_answer_prob": 1.4301660060882568}
{"example_id": 2447638342656723012, "prediction": "TPC Deere Run in the Quad Cities community of Silvis , Illinois", "binary_answer": null, "no_answer_prob": -8.636568427085876}
{"example_id": -7370774985713456088, "prediction": "September 17 , 1787", "binary_answer": null, "no_answer_prob": -11.354677319526672}
{"example_id": 571452456968526218, "prediction": "1992", "binary_answer": null, "no_answer_prob": 1.6872600615024567}
{"example_id": -6640515572411652622, "prediction": "`` Man ! I Feel Like a Woman ! '' is a song recorded by Canadian singer - songwriter Shania Twain", "binary_answer": null, "no_answer_prob": 3.8837214708328247}
{"example_id": -5965224038838446157, "prediction": "the Royal Cemetery at Ur", "binary_answer": null, "no_answer_prob": -6.717053174972534}
{"example_id": 5652282845782833581, "prediction": "Greensburg , Indiana", "binary_answer": null, "no_answer_prob": -7.004495620727539}
{"example_id": 5218576199944871228, "prediction": "`` Exhalation ''", "binary_answer": null, "no_answer_prob": 3.224552810192108}
{"example_id": -4945559110156887471, "prediction": "in an ordinary nutrient medium under aerobic or anaerobic conditions .", "binary_answer": null, "no_answer_prob": -1.0760222673416138}
{"example_id": 2994310703789342254, "prediction": "The Necessary and Proper Clause", "binary_answer": null, "no_answer_prob": -5.7461735010147095}
{"example_id": -9185151671578550972, "prediction": "Anna Kendrick", "binary_answer": null, "no_answer_prob": -4.355759263038635}
{"example_id": 7813615823726387565, "prediction": "Raya Yarbrough", "binary_answer": null, "no_answer_prob": -5.013315677642822}
{"example_id": 4153315071956030018, "prediction": "The Congress", "binary_answer": null, "no_answer_prob": -4.820130109786987}
{"example_id": 8999568513816295231, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9294546842575073}
{"example_id": 7677221656527734552, "prediction": "Malcolm Brogdon", "binary_answer": null, "no_answer_prob": -4.428685545921326}
{"example_id": 2316370638365564164, "prediction": "Xiumin Suho Lay Baekhyun Chen Chanyeol D.O. Kai Sehun Past members Luhan Kris Tao", "binary_answer": null, "no_answer_prob": 5.233985543251038}
{"example_id": -2182432805970228191, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0653057098388672}
{"example_id": 7021323938191932133, "prediction": "Committee on Ways and Means", "binary_answer": null, "no_answer_prob": 0.20323026180267334}
{"example_id": -601343259055032720, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -7.365302085876465}
{"example_id": 3706040928359491598, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6448763608932495}
{"example_id": -1054340114642835409, "prediction": "Pride and Prejudice is a romantic novel by Jane Austen , first published in 1813", "binary_answer": null, "no_answer_prob": 0.19382858276367188}
{"example_id": -5206286406355014269, "prediction": "29 July 1954", "binary_answer": null, "no_answer_prob": -3.8210854530334473}
{"example_id": -7286717993308076775, "prediction": "within the spongy or cancellous portions of bones", "binary_answer": null, "no_answer_prob": -5.259411513805389}
{"example_id": -8388801701720804740, "prediction": "Emma Thompson", "binary_answer": null, "no_answer_prob": -6.516328811645508}
{"example_id": 7443694033149517562, "prediction": "December 24 , 1994", "binary_answer": null, "no_answer_prob": -1.4686166048049927}
{"example_id": 2083811839052106550, "prediction": "Rocket Raccoon", "binary_answer": null, "no_answer_prob": 1.289310336112976}
{"example_id": -5820582100358566970, "prediction": "August 4 , 2000", "binary_answer": null, "no_answer_prob": -1.4734517335891724}
{"example_id": 7625802922255144739, "prediction": "", "binary_answer": null, "no_answer_prob": 1.412877082824707}
{"example_id": -5365052365311490093, "prediction": "The Revised Second Edition", "binary_answer": null, "no_answer_prob": -3.1403592824935913}
{"example_id": 4239015305238939020, "prediction": "Dave Dudley", "binary_answer": null, "no_answer_prob": -4.284448266029358}
{"example_id": -5964399058648417411, "prediction": "John Lennon", "binary_answer": null, "no_answer_prob": 0.03684806823730469}
{"example_id": -229583884198303366, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8399368524551392}
{"example_id": 6696182102579612156, "prediction": "Etta James", "binary_answer": null, "no_answer_prob": -5.509697735309601}
{"example_id": -6758149890875708513, "prediction": "", "binary_answer": null, "no_answer_prob": -2.672405242919922}
{"example_id": 2798469908949073594, "prediction": "Chief Justice of the United States and eight associate justices", "binary_answer": null, "no_answer_prob": -2.9824604988098145}
{"example_id": -7441340448355135863, "prediction": "50 Cent", "binary_answer": null, "no_answer_prob": 1.542918622493744}
{"example_id": 6696344189765464467, "prediction": "Guaranteed Rate Field", "binary_answer": null, "no_answer_prob": -9.863538980484009}
{"example_id": 6511163869862905731, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7261033058166504}
{"example_id": 7290498355037148881, "prediction": "1942", "binary_answer": null, "no_answer_prob": 1.0726518630981445}
{"example_id": -2300619845818907223, "prediction": "Nat Hickey", "binary_answer": null, "no_answer_prob": -3.6501578092575073}
{"example_id": 3914831453130343952, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7653868794441223}
{"example_id": -5896690541516985078, "prediction": "14 miles south of Marietta , Ohio .", "binary_answer": null, "no_answer_prob": -6.028009057044983}
{"example_id": -4806094754530540830, "prediction": "The law of conservation of mass or principle of mass conservation", "binary_answer": null, "no_answer_prob": -2.170233726501465}
{"example_id": -4941663564532394007, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5392444133758545}
{"example_id": 1628933903565083237, "prediction": "Tony Randall as Felix Unger and Jack Klugman", "binary_answer": null, "no_answer_prob": -4.2216609716415405}
{"example_id": -3560502434579868199, "prediction": "", "binary_answer": null, "no_answer_prob": 4.225366830825806}
{"example_id": 902421138395947064, "prediction": "John Roberts", "binary_answer": null, "no_answer_prob": -6.0896360874176025}
{"example_id": -1373228667631278020, "prediction": "Nebraska Cornhuskers", "binary_answer": null, "no_answer_prob": -1.5431561470031738}
{"example_id": 2434387494397150766, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9296556115150452}
{"example_id": 4067701251562760225, "prediction": "You Could Have Been with Me is Sheena Easton 's second album , released in 1981 on EMI .", "binary_answer": null, "no_answer_prob": 0.06104123592376709}
{"example_id": -1947819169804213007, "prediction": "", "binary_answer": null, "no_answer_prob": 4.108849406242371}
{"example_id": 155615692478458331, "prediction": "David Crosby", "binary_answer": null, "no_answer_prob": -0.5666567087173462}
{"example_id": 4539489991220300870, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -7.936686873435974}
{"example_id": -824904827758373026, "prediction": "Ronald Wilson Reagan", "binary_answer": null, "no_answer_prob": -8.249531984329224}
{"example_id": 4003181509456947150, "prediction": "Demi Lovato and Joe Jonas", "binary_answer": null, "no_answer_prob": -0.9570024013519287}
{"example_id": -6718964413666712767, "prediction": "", "binary_answer": null, "no_answer_prob": 4.524512052536011}
{"example_id": -6327671000368170196, "prediction": "565", "binary_answer": null, "no_answer_prob": -3.4610387086868286}
{"example_id": 2016511776226837046, "prediction": "", "binary_answer": null, "no_answer_prob": 3.301374077796936}
{"example_id": -8829984544160063797, "prediction": "", "binary_answer": null, "no_answer_prob": 3.33647358417511}
{"example_id": -5009970653427682649, "prediction": "Lucy Lee Flippin", "binary_answer": null, "no_answer_prob": -6.713827848434448}
{"example_id": 3585223287652783388, "prediction": "The Hundred Years ' War", "binary_answer": null, "no_answer_prob": 4.662308692932129}
{"example_id": 2787459275479998794, "prediction": "Romania Simona Halep", "binary_answer": null, "no_answer_prob": -1.4324126243591309}
{"example_id": 821924419845595526, "prediction": "", "binary_answer": null, "no_answer_prob": 5.168349802494049}
{"example_id": 9104191795824857360, "prediction": "18 years of age or older", "binary_answer": null, "no_answer_prob": -1.3266656398773193}
{"example_id": -8821658835951550836, "prediction": "", "binary_answer": null, "no_answer_prob": 2.784932851791382}
{"example_id": 2338086350063199742, "prediction": "27", "binary_answer": null, "no_answer_prob": -6.579296231269836}
{"example_id": 379248714869251527, "prediction": "", "binary_answer": null, "no_answer_prob": 2.859498243778944}
{"example_id": 7760609859570217617, "prediction": "over 95 times more massive", "binary_answer": null, "no_answer_prob": -2.718622326850891}
{"example_id": -9151171853208659521, "prediction": "", "binary_answer": null, "no_answer_prob": 3.755446434020996}
{"example_id": -255527787920537221, "prediction": "This series was the last sweep in the NBA Finals until 2018 , where the losing team was once again the Cleveland Cavaliers .", "binary_answer": null, "no_answer_prob": -1.4007264375686646}
{"example_id": 6176731182289294699, "prediction": "Jane Taylor", "binary_answer": null, "no_answer_prob": -1.2225873470306396}
{"example_id": 7887583239364627323, "prediction": "Mars", "binary_answer": null, "no_answer_prob": -7.646128714084625}
{"example_id": -476068253587837975, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 2.2890241146087646}
{"example_id": 8074161244885548670, "prediction": "Pizza cheese", "binary_answer": null, "no_answer_prob": -0.6195706129074097}
{"example_id": 1117139560521600534, "prediction": "", "binary_answer": null, "no_answer_prob": 5.791347473859787}
{"example_id": -8340633478893030582, "prediction": "Trey Parker , Robert Lopez and Matt Stone", "binary_answer": null, "no_answer_prob": 1.3360481262207031}
{"example_id": -1900942850513506452, "prediction": "Tom Amberry", "binary_answer": null, "no_answer_prob": -8.518206238746643}
{"example_id": -2266853404730047221, "prediction": "Marvin Gaye and Tammi Terrell", "binary_answer": null, "no_answer_prob": 1.8734601140022278}
{"example_id": 2231885850737344356, "prediction": "2016", "binary_answer": null, "no_answer_prob": -6.385172009468079}
{"example_id": 3693828412981590327, "prediction": "`` Welcome to the Black Parade '' is the first single and fifth track from My Chemical Romance", "binary_answer": null, "no_answer_prob": 3.8526854515075684}
{"example_id": 6459121110060318955, "prediction": "19 December 2001", "binary_answer": null, "no_answer_prob": 1.1527214050292969}
{"example_id": -8997243075044944198, "prediction": "The Restoration of the English monarchy took place in the Stuart period", "binary_answer": null, "no_answer_prob": 4.647903025150299}
{"example_id": -4238314051570464353, "prediction": "Foxborough , Massachusetts", "binary_answer": null, "no_answer_prob": 2.1324896216392517}
{"example_id": -8272431585098222113, "prediction": "February 16 , 2018", "binary_answer": null, "no_answer_prob": -5.869089722633362}
{"example_id": -2362474540521017531, "prediction": "Tetris", "binary_answer": null, "no_answer_prob": -6.597884774208069}
{"example_id": 7026836646645698745, "prediction": "The unified atomic mass unit or dalton", "binary_answer": null, "no_answer_prob": 0.9836317300796509}
{"example_id": -2853747254242405384, "prediction": "In computer science , a database cursor is a control structure that enables traversal over the records in a database", "binary_answer": null, "no_answer_prob": 3.284505605697632}
{"example_id": 2323469004033693273, "prediction": "AC / DC", "binary_answer": null, "no_answer_prob": -5.00663149356842}
{"example_id": 4485984008304675403, "prediction": "David Carradine", "binary_answer": null, "no_answer_prob": -6.834272384643555}
{"example_id": -7735046813287486329, "prediction": "2001", "binary_answer": null, "no_answer_prob": -2.5528135299682617}
{"example_id": 147658595678120977, "prediction": "Richard Allen Boone", "binary_answer": null, "no_answer_prob": -5.425710916519165}
{"example_id": -4026034258824790198, "prediction": "How to Train Your Dragon 3 , is scheduled to be released on March 1 , 2019 .", "binary_answer": null, "no_answer_prob": 1.4626736044883728}
{"example_id": 3150849496990908557, "prediction": "August 2012", "binary_answer": null, "no_answer_prob": -1.5715097188949585}
{"example_id": 2435909108757213285, "prediction": "Visitors to Panama require a visa unless they are citizens of one of the eligible countries who do not require a visa for up to 180 days", "binary_answer": null, "no_answer_prob": 1.5608903169631958}
{"example_id": 8622742502700297601, "prediction": "Windows 10 version 1803", "binary_answer": null, "no_answer_prob": -0.8709187507629395}
{"example_id": 4319641514625614216, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0495134741067886}
{"example_id": -7182236685420999405, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0641524195671082}
{"example_id": 631029820982838132, "prediction": "George Thorogood and the Destroyers", "binary_answer": null, "no_answer_prob": -8.272991061210632}
{"example_id": -2071539794636121643, "prediction": "", "binary_answer": null, "no_answer_prob": 3.242151439189911}
{"example_id": -6331415636013979125, "prediction": "100 km ( 62 mi ; 330,000 ft )", "binary_answer": null, "no_answer_prob": -5.1408970952034}
{"example_id": 7229578616022616208, "prediction": "Donovan Mitchell Jr.", "binary_answer": null, "no_answer_prob": 3.7109918892383575}
{"example_id": 7647568324348912499, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6250357627868652}
{"example_id": -2974843776827360097, "prediction": "", "binary_answer": null, "no_answer_prob": 5.5178003013134}
{"example_id": 5142884761317633335, "prediction": "Megan Mullally", "binary_answer": null, "no_answer_prob": -4.371662139892578}
{"example_id": 1825427621620244178, "prediction": "James & Bobby Purify", "binary_answer": null, "no_answer_prob": -8.73821747303009}
{"example_id": 5156881367671150240, "prediction": "April 4 , 1973", "binary_answer": null, "no_answer_prob": -3.053154230117798}
{"example_id": -138503432947159036, "prediction": "The Battle of Seven Pines , also known as the Battle of Fair Oaks or Fair Oaks Station", "binary_answer": null, "no_answer_prob": 0.39819228649139404}
{"example_id": 6131398586008877874, "prediction": "May 26 , 1978", "binary_answer": null, "no_answer_prob": -9.247550368309021}
{"example_id": 8114932699164476907, "prediction": "The English word archangel", "binary_answer": null, "no_answer_prob": -0.4195365309715271}
{"example_id": -5471096204349170309, "prediction": "Idina Menzel", "binary_answer": null, "no_answer_prob": -9.901413083076477}
{"example_id": 4505982760877484330, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -8.994629979133606}
{"example_id": 3975611248713538364, "prediction": "", "binary_answer": null, "no_answer_prob": 1.331042155623436}
{"example_id": -9006249634186467136, "prediction": "October 2016", "binary_answer": null, "no_answer_prob": 2.987083673477173}
{"example_id": 6704097382281610906, "prediction": "", "binary_answer": null, "no_answer_prob": 4.460858345031738}
{"example_id": 4852989952673395013, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9694691598415375}
{"example_id": 8967882419409704991, "prediction": "A ship 's wheel or boat 's wheel", "binary_answer": null, "no_answer_prob": 1.742480456829071}
{"example_id": 7735613921246327296, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2649425715208054}
{"example_id": -3156311054855292528, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5734362602233887}
{"example_id": -5556231342670310112, "prediction": "Moon Jae", "binary_answer": null, "no_answer_prob": -1.8763326406478882}
{"example_id": 5215569896605295887, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9441374242305756}
{"example_id": -7566981911362248102, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7613316774368286}
{"example_id": 5805769107414094396, "prediction": "", "binary_answer": null, "no_answer_prob": 3.495341047644615}
{"example_id": 8624535620298297119, "prediction": "Windows XP ( codenamed Whistler ) is a personal computer operating system", "binary_answer": null, "no_answer_prob": -0.5025417804718018}
{"example_id": -8340369038449800245, "prediction": "world religions , a term which refers to transcultural , international faiths ; indigenous religions", "binary_answer": null, "no_answer_prob": 1.5047672986984253}
{"example_id": 5583697571375170146, "prediction": "Greenland", "binary_answer": null, "no_answer_prob": -1.756043791770935}
{"example_id": 7515693153812216602, "prediction": "Alan Shearer", "binary_answer": null, "no_answer_prob": 0.11630558967590332}
{"example_id": -5695774638094374907, "prediction": "The Stamp Act", "binary_answer": null, "no_answer_prob": 3.3994398415088654}
{"example_id": -7916483423266603230, "prediction": "", "binary_answer": null, "no_answer_prob": 2.391038417816162}
{"example_id": -6002828802715205298, "prediction": "The Axis powers", "binary_answer": null, "no_answer_prob": 1.7382252216339111}
{"example_id": 3260044716842691759, "prediction": "Nvidia Tegra K1 2x2 MIMO", "binary_answer": null, "no_answer_prob": 3.2585657835006714}
{"example_id": 5247103049395969222, "prediction": "Yahoo ! Answers", "binary_answer": null, "no_answer_prob": 4.25833985209465}
{"example_id": 5216146757658146891, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4793301224708557}
{"example_id": 818160545802797675, "prediction": "Ashley Victoria Benson", "binary_answer": null, "no_answer_prob": -12.990318775177002}
{"example_id": 8845144145742962785, "prediction": "Zoe Saldana - Perego", "binary_answer": null, "no_answer_prob": -6.386607527732849}
{"example_id": -1141777556768494473, "prediction": "", "binary_answer": null, "no_answer_prob": 4.116857171058655}
{"example_id": 5579505741205746724, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -2.2568739652633667}
{"example_id": 6949727787919970992, "prediction": "16 - episode", "binary_answer": null, "no_answer_prob": 0.6360703706741333}
{"example_id": 8988273159490677041, "prediction": "Notre Dame", "binary_answer": null, "no_answer_prob": -0.11463689804077148}
{"example_id": 4287529122002750568, "prediction": "130 miles", "binary_answer": null, "no_answer_prob": -3.085141897201538}
{"example_id": 7215097050648798922, "prediction": "Hex", "binary_answer": null, "no_answer_prob": -0.9291790723800659}
{"example_id": 5875460680677842506, "prediction": "Edda Dell'Orso", "binary_answer": null, "no_answer_prob": -6.19696843624115}
{"example_id": -4137477048170178241, "prediction": "France", "binary_answer": null, "no_answer_prob": -7.291407108306885}
{"example_id": -6846703645131329860, "prediction": "Chase Center is a multi-purpose arena under construction in the Mission Bay neighborhood of San Francisco", "binary_answer": null, "no_answer_prob": -6.4059077501297}
{"example_id": -4969957155708249806, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4708553552627563}
{"example_id": -876791510063092428, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3265274316072464}
{"example_id": 5477832383989017691, "prediction": "140 miles ( 225 km )", "binary_answer": null, "no_answer_prob": 1.3144316673278809}
{"example_id": -8205419771277608982, "prediction": "July 11 , 2017", "binary_answer": null, "no_answer_prob": -6.9383392333984375}
{"example_id": -1247208140655682089, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": 0.6522678434848785}
{"example_id": 3932737530100595197, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5297240018844604}
{"example_id": -3902526565719888382, "prediction": "Richard Rodgers and Oscar Hammerstein II", "binary_answer": null, "no_answer_prob": -2.121128559112549}
{"example_id": -7740672385454005000, "prediction": "San Jose", "binary_answer": null, "no_answer_prob": -2.143880844116211}
{"example_id": -3516590022645761441, "prediction": "United Support of Artists ( USA )", "binary_answer": null, "no_answer_prob": -2.6620527505874634}
{"example_id": -5753790210788938529, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.103071331977844}
{"example_id": 7401047324171325065, "prediction": "Chromosomal crossover", "binary_answer": null, "no_answer_prob": -3.3751319646835327}
{"example_id": -3421090921215401691, "prediction": "1970s", "binary_answer": null, "no_answer_prob": -3.058092951774597}
{"example_id": -4164863977825995783, "prediction": "The Maasai", "binary_answer": null, "no_answer_prob": 5.401199489831924}
{"example_id": -2697710186600866067, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5453943125903606}
{"example_id": -1341548093563888797, "prediction": "Sparta , Illinois", "binary_answer": null, "no_answer_prob": -0.5868607759475708}
{"example_id": -8914489164477752290, "prediction": "Matt Vasgersian", "binary_answer": null, "no_answer_prob": -0.9952008724212646}
{"example_id": -455423193333751228, "prediction": "twelve to nineteen hours", "binary_answer": null, "no_answer_prob": -0.7659636735916138}
{"example_id": 8042930889011365875, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.480880558490753}
{"example_id": 387063951054070059, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3997358083724976}
{"example_id": 89280302097645121, "prediction": "", "binary_answer": null, "no_answer_prob": 3.038553461432457}
{"example_id": 3285987525925960558, "prediction": "", "binary_answer": null, "no_answer_prob": 6.063382506370544}
{"example_id": 4663164348116426391, "prediction": "Susan Heffley", "binary_answer": null, "no_answer_prob": -7.215509414672852}
{"example_id": -2595528603820801676, "prediction": "Travie McCoy", "binary_answer": null, "no_answer_prob": -8.518555760383606}
{"example_id": 1750558330695481082, "prediction": "", "binary_answer": null, "no_answer_prob": -0.97163987159729}
{"example_id": -5200748365117162863, "prediction": "William Wordsworth", "binary_answer": null, "no_answer_prob": -7.710474371910095}
{"example_id": -6720799116180047921, "prediction": "Hozier", "binary_answer": null, "no_answer_prob": -7.270258009433746}
{"example_id": -5300182137882368717, "prediction": "Darrell Hammond", "binary_answer": null, "no_answer_prob": -2.579625368118286}
{"example_id": 6819583678642018788, "prediction": "771 -- 476 BC ) and Warring States periods ( 475 -- 221 BC )", "binary_answer": null, "no_answer_prob": -4.568570613861084}
{"example_id": -1887942788907087633, "prediction": "approximately \u00a3 21,000 a year", "binary_answer": null, "no_answer_prob": -0.8745919466018677}
{"example_id": 7305941322290363328, "prediction": "Jacques Cartier", "binary_answer": null, "no_answer_prob": -8.162025213241577}
{"example_id": -7494896791332905463, "prediction": "Glenn Frey", "binary_answer": null, "no_answer_prob": -5.049707770347595}
{"example_id": 8972708662694946836, "prediction": "", "binary_answer": null, "no_answer_prob": 2.797870635986328}
{"example_id": -652117253746563674, "prediction": "The Snow Queen", "binary_answer": null, "no_answer_prob": 0.333720326423645}
{"example_id": -9105580934463801297, "prediction": "Most of the outdoor scenes were filmed on location at the small Greek island of Skopelos", "binary_answer": null, "no_answer_prob": -0.3985905647277832}
{"example_id": 3501145208168695702, "prediction": "when carbonate minerals precipitate", "binary_answer": null, "no_answer_prob": -1.7985050678253174}
{"example_id": -7585751457631106871, "prediction": "April 1 , 2017", "binary_answer": null, "no_answer_prob": -1.8800876140594482}
{"example_id": 7854263207372705560, "prediction": "Wycliffe Musalia Mudavadi", "binary_answer": null, "no_answer_prob": -4.829103469848633}
{"example_id": 8310703915887017895, "prediction": "ber 10 , 2017", "binary_answer": null, "no_answer_prob": 3.079256772994995}
{"example_id": -5365694368718692038, "prediction": "1785", "binary_answer": null, "no_answer_prob": -8.262613415718079}
{"example_id": 6490799758439025266, "prediction": "", "binary_answer": null, "no_answer_prob": 4.556833565235138}
{"example_id": 4162495141442570883, "prediction": "Jay McCarroll", "binary_answer": null, "no_answer_prob": -2.251837968826294}
{"example_id": -2228183241584872203, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1947113275527954}
{"example_id": 5282644882426807388, "prediction": "Charlie Thomas", "binary_answer": null, "no_answer_prob": 0.4045625925064087}
{"example_id": 8440502390062480230, "prediction": "Antony Dominic", "binary_answer": null, "no_answer_prob": 1.3730345964431763}
{"example_id": -3551052253295998611, "prediction": "The Federal Insecticide , Fungicide , and Rodenticide Act ( FIFRA )", "binary_answer": null, "no_answer_prob": 0.20079898834228516}
{"example_id": 8930919371915751475, "prediction": "June 11 , 2012", "binary_answer": null, "no_answer_prob": 3.1851258277893066}
{"example_id": -7488353947446900014, "prediction": "Isaac Newton", "binary_answer": null, "no_answer_prob": -3.8910915851593018}
{"example_id": -3565362273059789154, "prediction": "An Adventure in Space and Time ' Allo ' Allo !", "binary_answer": null, "no_answer_prob": 3.000637710094452}
{"example_id": 3385484593962180700, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.712629199028015}
{"example_id": 933694769513133899, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4651936292648315}
{"example_id": 8450376111876739069, "prediction": "16 November 2001", "binary_answer": null, "no_answer_prob": -6.460561633110046}
{"example_id": 4893294166633029636, "prediction": "Williston is a city in and the county seat of Williams County", "binary_answer": null, "no_answer_prob": -0.8548505306243896}
{"example_id": 7232773031032315501, "prediction": "Joseph Haydn", "binary_answer": null, "no_answer_prob": -8.62108290195465}
{"example_id": -5468287088726908682, "prediction": "Amartya Kumar Sen", "binary_answer": null, "no_answer_prob": -4.665865898132324}
{"example_id": 4581301801178681431, "prediction": "The Korean Armistice Agreement", "binary_answer": null, "no_answer_prob": -0.03343987464904785}
{"example_id": 7901749948958824893, "prediction": "Jayna Hefford and Hayley Wickenheiser", "binary_answer": null, "no_answer_prob": -2.4372116327285767}
{"example_id": 9190398452898862686, "prediction": "", "binary_answer": null, "no_answer_prob": -2.37114679813385}
{"example_id": 5939737934623061533, "prediction": "Raquel Jaramillo", "binary_answer": null, "no_answer_prob": -7.45630669593811}
{"example_id": 2210872381407122761, "prediction": "the people of France to the people of the United States", "binary_answer": null, "no_answer_prob": -1.1374034881591797}
{"example_id": 3192395128654333341, "prediction": "1984", "binary_answer": null, "no_answer_prob": -9.932123959064484}
{"example_id": 2529098904105918048, "prediction": "Andrew Garfield", "binary_answer": null, "no_answer_prob": -6.3166399002075195}
{"example_id": -91045735583182891, "prediction": "", "binary_answer": null, "no_answer_prob": -5.093148112297058}
{"example_id": 2353274014596049555, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.271243691444397}
{"example_id": -6041295842342855092, "prediction": "Kimberly Brubaker Bradley", "binary_answer": null, "no_answer_prob": -1.299160361289978}
{"example_id": -3711057247354742902, "prediction": "", "binary_answer": null, "no_answer_prob": 4.075736224651337}
{"example_id": 7854421421102932055, "prediction": "Peter Schaumann", "binary_answer": null, "no_answer_prob": -0.4329488277435303}
{"example_id": 3330081532106908377, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2564191222190857}
{"example_id": 3771937642615741660, "prediction": "Lotus birth ( or umbilical nonseverance", "binary_answer": null, "no_answer_prob": 1.7099204063415527}
{"example_id": -5123917427978005465, "prediction": ".", "binary_answer": null, "no_answer_prob": 2.508732795715332}
{"example_id": -1611236223678857654, "prediction": "Mike Myers", "binary_answer": null, "no_answer_prob": -2.587317943572998}
{"example_id": 7378506612974018392, "prediction": "1999", "binary_answer": null, "no_answer_prob": -7.307828426361084}
{"example_id": -1299848379988556812, "prediction": "1972", "binary_answer": null, "no_answer_prob": 0.8058922290802002}
{"example_id": 1105328149292210214, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5733689665794373}
{"example_id": 451560502074824668, "prediction": "The femur is the only bone in the leg", "binary_answer": null, "no_answer_prob": -3.1956095695495605}
{"example_id": -5317466261313718395, "prediction": "Species Brain : body mass ratio ( E : S ) small ants", "binary_answer": null, "no_answer_prob": 3.1286001205444336}
{"example_id": -2197326036174176507, "prediction": "Adam Mitchel Lambert", "binary_answer": null, "no_answer_prob": 0.4570873975753784}
{"example_id": 4595642098002819571, "prediction": "August 18 , 2018", "binary_answer": null, "no_answer_prob": -7.73649001121521}
{"example_id": 1417417213078760814, "prediction": "18", "binary_answer": null, "no_answer_prob": -3.500628709793091}
{"example_id": -1218306223522553377, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9281951189041138}
{"example_id": 585529813577875741, "prediction": "1808", "binary_answer": null, "no_answer_prob": -2.255571961402893}
{"example_id": 466443779694178522, "prediction": "Althea Rae Janairo", "binary_answer": null, "no_answer_prob": -7.238898158073425}
{"example_id": -8519611006086625660, "prediction": "Kristle Edwards , Joseph Williams , Sally Dworsky , Nathan Lane , and Ernie Sabella", "binary_answer": null, "no_answer_prob": -2.0115551948547363}
{"example_id": -6486554537666411973, "prediction": "DJ Butcher in 2013 .", "binary_answer": null, "no_answer_prob": -1.28440260887146}
{"example_id": 6970940570709377084, "prediction": "The city has 28,000 acres ( 113 km2 ) of municipal parkland and 14 miles ( 22 km ) of public municipal beaches", "binary_answer": null, "no_answer_prob": 1.0437258034944534}
{"example_id": 7542276050230226120, "prediction": "Gabrielle Miller", "binary_answer": null, "no_answer_prob": -8.57747745513916}
{"example_id": 2870894778989035873, "prediction": "October 14 , 2007", "binary_answer": null, "no_answer_prob": -7.868998765945435}
{"example_id": -4438454610800538234, "prediction": "Tampa Bay Buccaneers", "binary_answer": null, "no_answer_prob": -6.4418028593063354}
{"example_id": -3277207905955448337, "prediction": "Jermaine Stewart", "binary_answer": null, "no_answer_prob": 0.5575805902481079}
{"example_id": 4122186710148578356, "prediction": "The hippocampus ( named after its resemblance to the seahorse", "binary_answer": null, "no_answer_prob": 3.024528056383133}
{"example_id": -107774371678004331, "prediction": "September 7 , 2017", "binary_answer": null, "no_answer_prob": -8.257994055747986}
{"example_id": -6916806716396464221, "prediction": "at the Pennsylvania State House ( Independence Hall ) in Philadelphia , Pennsylvania", "binary_answer": null, "no_answer_prob": -8.55373215675354}
{"example_id": 3961226677776393751, "prediction": "April 1917", "binary_answer": null, "no_answer_prob": -10.363357543945312}
{"example_id": 4547416997210162568, "prediction": "`` We Will Rock You '' is a song written by Brian May and recorded by Queen for their 1977 album News of the World", "binary_answer": null, "no_answer_prob": 4.809256494045258}
{"example_id": -8796262276431836882, "prediction": "solicitor", "binary_answer": null, "no_answer_prob": -2.3900997638702393}
{"example_id": 8799194996341417721, "prediction": "", "binary_answer": null, "no_answer_prob": 4.227752923965454}
{"example_id": 3232322638633991152, "prediction": "December 12 , 2017", "binary_answer": null, "no_answer_prob": -3.398602604866028}
{"example_id": 8363535834304498519, "prediction": "", "binary_answer": null, "no_answer_prob": -3.6027349829673767}
{"example_id": 6204028708994177860, "prediction": "systole ( SIS - toe - lee )", "binary_answer": null, "no_answer_prob": -0.7542504072189331}
{"example_id": -7959828882386239266, "prediction": "Phi Beta Sigma ( \u03a6\u0392\u03a3 )", "binary_answer": null, "no_answer_prob": -0.4494343400001526}
{"example_id": -9076241233720583121, "prediction": "Since 2008 , Girl Scouts of the USA have had five age levels : Daisy , Brownie , Junior , Cadette , and Senior", "binary_answer": null, "no_answer_prob": -0.3163188695907593}
{"example_id": 3965322379589577846, "prediction": "Thierry Wermuth", "binary_answer": null, "no_answer_prob": -7.460254192352295}
{"example_id": -6727174150545129040, "prediction": "", "binary_answer": null, "no_answer_prob": 4.759766697883606}
{"example_id": -4631190391023270788, "prediction": "3 : 24", "binary_answer": null, "no_answer_prob": 2.8741718530654907}
{"example_id": 138151967938787496, "prediction": "March 31 , 2018", "binary_answer": null, "no_answer_prob": -9.563286066055298}
{"example_id": 7354999858807237444, "prediction": "Jerry Rice", "binary_answer": null, "no_answer_prob": -4.097379207611084}
{"example_id": -8048679655090084023, "prediction": "Naimur Rahman", "binary_answer": null, "no_answer_prob": -2.468220829963684}
{"example_id": 3915783006057137863, "prediction": "Qatar", "binary_answer": null, "no_answer_prob": -8.908278703689575}
{"example_id": 6334098021925673979, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -5.740021109580994}
{"example_id": 6204925877536912344, "prediction": "Roman law", "binary_answer": null, "no_answer_prob": -4.479778289794922}
{"example_id": -5763251036427534507, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.5998350530862808}
{"example_id": 8090794387302750187, "prediction": "", "binary_answer": null, "no_answer_prob": 4.277068018913269}
{"example_id": -7106052647010658217, "prediction": "James William Fulbright", "binary_answer": null, "no_answer_prob": -8.869006752967834}
{"example_id": 1389884237545055223, "prediction": "White Americans", "binary_answer": null, "no_answer_prob": 0.02101612091064453}
{"example_id": -3155353170649122391, "prediction": "Miguel L\u00f3pez de Legazpi", "binary_answer": null, "no_answer_prob": -0.954430103302002}
{"example_id": -3054408902896859828, "prediction": "Non-governmental organizations , nongovernmental organizations , or nongovernment organizations", "binary_answer": null, "no_answer_prob": 2.0912903547286987}
{"example_id": -194784691662597433, "prediction": "", "binary_answer": null, "no_answer_prob": 4.081358909606934}
{"example_id": 6938879918012777101, "prediction": "Fort Worth , Texas , within the Dallas - Fort Worth metroplex", "binary_answer": null, "no_answer_prob": -6.8005077838897705}
{"example_id": -2380619268683774145, "prediction": "Randy Newman", "binary_answer": null, "no_answer_prob": -2.55842661857605}
{"example_id": 4542477297974290427, "prediction": "", "binary_answer": null, "no_answer_prob": 0.21411025524139404}
{"example_id": -1185129645816876391, "prediction": "February 20 , 1872", "binary_answer": null, "no_answer_prob": -3.3781261444091797}
{"example_id": -6006782789785365488, "prediction": "Rank Country GDP ( Millions of US $ ) European Union", "binary_answer": null, "no_answer_prob": 0.7543726712465286}
{"example_id": 4429124108114949487, "prediction": "17 June 1946", "binary_answer": null, "no_answer_prob": 0.4042997360229492}
{"example_id": -2674399045265674923, "prediction": "", "binary_answer": null, "no_answer_prob": -3.3474059104919434}
{"example_id": -1095346276869439712, "prediction": "", "binary_answer": null, "no_answer_prob": 4.350287735462189}
{"example_id": 7313088452108061108, "prediction": "2017", "binary_answer": null, "no_answer_prob": -6.111968159675598}
{"example_id": 3098922038921973316, "prediction": "`` Jack & Diane '' is a 1982", "binary_answer": null, "no_answer_prob": 1.7035516202449799}
{"example_id": 1577628133359615175, "prediction": "Manitoulin Island", "binary_answer": null, "no_answer_prob": -9.122532367706299}
{"example_id": -1725433573277558080, "prediction": "The Congress", "binary_answer": null, "no_answer_prob": -2.446007251739502}
{"example_id": 4619942000915595654, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7528156340122223}
{"example_id": 189237793280525790, "prediction": "`` Tie a Yellow Ribbon Round the Ole Oak Tree '' is a song by Dawn featuring Tony Orlando", "binary_answer": null, "no_answer_prob": 0.9590335488319397}
{"example_id": 3092640234042325879, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8389614820480347}
{"example_id": -4789587043198308268, "prediction": "Marshon Lattimore", "binary_answer": null, "no_answer_prob": -3.4716696739196777}
{"example_id": -6591313266705483326, "prediction": "1852", "binary_answer": null, "no_answer_prob": -3.2629282474517822}
{"example_id": -1896230859565857389, "prediction": "Anika Noni Rose", "binary_answer": null, "no_answer_prob": -5.066183090209961}
{"example_id": 1145327218072311321, "prediction": "130 miles southeast of San Antonio", "binary_answer": null, "no_answer_prob": -3.5061553716659546}
{"example_id": 4835759326468060647, "prediction": "Rosaline", "binary_answer": null, "no_answer_prob": -1.4090888500213623}
{"example_id": 8314298206458547717, "prediction": "", "binary_answer": null, "no_answer_prob": -1.5436614751815796}
{"example_id": -7868506404789010802, "prediction": "sensory nervous system", "binary_answer": null, "no_answer_prob": -3.627285122871399}
{"example_id": -3633674844614115338, "prediction": "Leonard Cohen", "binary_answer": null, "no_answer_prob": -10.871093034744263}
{"example_id": 6123168088055261033, "prediction": "Deepika Padukone", "binary_answer": null, "no_answer_prob": -11.16053307056427}
{"example_id": -707552382835249129, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -7.327153027057648}
{"example_id": 7940062665498064661, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5114428997039795}
{"example_id": 7127164477289010092, "prediction": "", "binary_answer": null, "no_answer_prob": 5.102753400802612}
{"example_id": 2660489411662634152, "prediction": "1997", "binary_answer": null, "no_answer_prob": -4.225727200508118}
{"example_id": -4824735023488815877, "prediction": "The Cascades", "binary_answer": null, "no_answer_prob": -4.142029047012329}
{"example_id": 8961239037414927478, "prediction": "Nat Hickey", "binary_answer": null, "no_answer_prob": -0.735170841217041}
{"example_id": -8182608113666119644, "prediction": "Seth Adham Curry", "binary_answer": null, "no_answer_prob": -0.3807324767112732}
{"example_id": -6999697523595400515, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Holy Chalice", "binary_answer": null, "no_answer_prob": 0.6246057748794556}
{"example_id": -6514120809744543163, "prediction": "CeCe Peniston", "binary_answer": null, "no_answer_prob": -6.1650285720825195}
{"example_id": -80342717335969060, "prediction": "Steve Martin as Tom Baker , the father Bonnie Hunt", "binary_answer": null, "no_answer_prob": 1.4506475925445557}
{"example_id": -7791429185683450364, "prediction": "Chadwick Boseman", "binary_answer": null, "no_answer_prob": -4.579882621765137}
{"example_id": -1582287720044073076, "prediction": "The United States Department of Homeland Security ( DHS )", "binary_answer": null, "no_answer_prob": -0.6837654113769531}
{"example_id": 1161779725147104909, "prediction": "`` Abraham , Martin and John ''", "binary_answer": null, "no_answer_prob": 2.730979323387146}
{"example_id": 6969032725861565203, "prediction": "June 3 , 1969", "binary_answer": null, "no_answer_prob": -0.04023921489715576}
{"example_id": 6251233549074809559, "prediction": "Knob - and - tube wiring", "binary_answer": null, "no_answer_prob": 0.03829550743103027}
{"example_id": 7555434799084035943, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4165072441101074}
{"example_id": -8739660807721942381, "prediction": "", "binary_answer": null, "no_answer_prob": 1.67818284034729}
{"example_id": -4793235161619072259, "prediction": "Billy Preston", "binary_answer": null, "no_answer_prob": -6.85888147354126}
{"example_id": -7865041487621811506, "prediction": "June 3 , 2017", "binary_answer": null, "no_answer_prob": -6.45943021774292}
{"example_id": 8192816078384267476, "prediction": "Super Bowl XXXVII", "binary_answer": null, "no_answer_prob": -6.803584933280945}
{"example_id": 1127235491101654683, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -2.5076937675476074}
{"example_id": -6434805998990295755, "prediction": "two", "binary_answer": null, "no_answer_prob": -0.6303180456161499}
{"example_id": -3498393878172030930, "prediction": "The Band Perry", "binary_answer": null, "no_answer_prob": -7.211458325386047}
{"example_id": -7292435742885926044, "prediction": "", "binary_answer": null, "no_answer_prob": 0.19036245346069336}
{"example_id": 6590984660687648931, "prediction": "", "binary_answer": null, "no_answer_prob": 4.909155309200287}
{"example_id": -5057028508583964839, "prediction": "Los Angeles", "binary_answer": null, "no_answer_prob": -2.9303131103515625}
{"example_id": -5036627730791645762, "prediction": "NBC", "binary_answer": null, "no_answer_prob": 2.394378662109375}
{"example_id": -8891492522509405496, "prediction": "", "binary_answer": null, "no_answer_prob": 2.811154365539551}
{"example_id": 37656685629962290, "prediction": "1980s Italy", "binary_answer": null, "no_answer_prob": -2.9286291003227234}
{"example_id": -5897814762028904405, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -6.627142310142517}
{"example_id": -5753975599668624931, "prediction": "Terrence C. Carson", "binary_answer": null, "no_answer_prob": -9.112310767173767}
{"example_id": -819108407581507274, "prediction": "2010", "binary_answer": null, "no_answer_prob": -1.86231529712677}
{"example_id": -3977456057481532817, "prediction": "", "binary_answer": null, "no_answer_prob": 5.515975713729858}
{"example_id": 5361571041646823205, "prediction": "The idea 's origin is obscure . The French diplomat Charles Maurice de Talleyrand - P\u00e9rigord", "binary_answer": null, "no_answer_prob": -1.7452454566955566}
{"example_id": -7353057058057493225, "prediction": "Argent", "binary_answer": null, "no_answer_prob": -4.562613844871521}
{"example_id": -2607914542965145960, "prediction": "8,486 m ( 27,841 ft )", "binary_answer": null, "no_answer_prob": -7.513230562210083}
{"example_id": 5942533792548076704, "prediction": "", "binary_answer": null, "no_answer_prob": 2.133893668651581}
{"example_id": 6784835929043386540, "prediction": "", "binary_answer": null, "no_answer_prob": 4.203402042388916}
{"example_id": -7853143689850009487, "prediction": "George Washington ( 1732 -- 1799 ) , Thomas Jefferson ( 1743 -- 1826 ) , Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -3.811118006706238}
{"example_id": 5010703991096493745, "prediction": "Grace Jones", "binary_answer": null, "no_answer_prob": -2.9001502990722656}
{"example_id": -5236105174211170465, "prediction": "", "binary_answer": null, "no_answer_prob": 3.349876642227173}
{"example_id": -8627597343898407564, "prediction": "Windows 10 version 1507", "binary_answer": null, "no_answer_prob": 1.6134899854660034}
{"example_id": 4683925199192411806, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4477441906929016}
{"example_id": 7665099664495518065, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -11.206510663032532}
{"example_id": 4485289850839584256, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Commission for Gender Equality", "binary_answer": null, "no_answer_prob": 4.627377459779382}
{"example_id": -5269495819002470228, "prediction": "petroleum hydrocarbons , solvents , pesticides , lead , and other heavy metals .", "binary_answer": null, "no_answer_prob": -2.3694887161254883}
{"example_id": -1697022355863471310, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8883996838703752}
{"example_id": -6021263308637483805, "prediction": "seven", "binary_answer": null, "no_answer_prob": -5.251990437507629}
{"example_id": 3134347934214588362, "prediction": "Bucky Dent", "binary_answer": null, "no_answer_prob": -8.951525211334229}
{"example_id": -6451147654442819150, "prediction": "", "binary_answer": null, "no_answer_prob": 4.467878639698029}
{"example_id": 7722933773876083666, "prediction": "E.L. James", "binary_answer": null, "no_answer_prob": -6.370895266532898}
{"example_id": 1128175850275908332, "prediction": "Logan Lerman", "binary_answer": null, "no_answer_prob": -8.093403339385986}
{"example_id": 341740240568970525, "prediction": "between approximately 1905 and 1969", "binary_answer": null, "no_answer_prob": -1.4562885761260986}
{"example_id": -5248515246438650449, "prediction": "The greater sciatic notch", "binary_answer": null, "no_answer_prob": 2.2499242424964905}
{"example_id": -127153402794870568, "prediction": "Vasco N\u00fa\u00f1ez de Balboa", "binary_answer": null, "no_answer_prob": 2.3495768532156944}
{"example_id": -1900131123284252568, "prediction": "Brad Garrett", "binary_answer": null, "no_answer_prob": -3.442492365837097}
{"example_id": 3309140698422618645, "prediction": "", "binary_answer": null, "no_answer_prob": 1.402811348438263}
{"example_id": -8530219745420764651, "prediction": "", "binary_answer": null, "no_answer_prob": 4.374603986740112}
{"example_id": -5474401821651444883, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8963232040405273}
{"example_id": -8639061933881602044, "prediction": "January 1 , 1863", "binary_answer": null, "no_answer_prob": -9.711508750915527}
{"example_id": -9089288518937084339, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] General Packet Radio Service", "binary_answer": null, "no_answer_prob": 2.3792392387986183}
{"example_id": 1321288238189971062, "prediction": "Sharon Lawrence", "binary_answer": null, "no_answer_prob": -4.994849681854248}
{"example_id": 5519894032483792407, "prediction": "Sammy Sosa", "binary_answer": null, "no_answer_prob": -0.1630399227142334}
{"example_id": -1939513394684501788, "prediction": "Julian Glover was cast in his place .", "binary_answer": null, "no_answer_prob": -2.159069299697876}
{"example_id": -2941954169282862230, "prediction": "6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": -3.3450844287872314}
{"example_id": -766146389019023635, "prediction": "Yoshimura", "binary_answer": null, "no_answer_prob": 3.0682655572891235}
{"example_id": 2126564779842869189, "prediction": "Little Jack Horner", "binary_answer": null, "no_answer_prob": -8.639862298965454}
{"example_id": -6754290972969208115, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6450099125504494}
{"example_id": 3567806104565511032, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2683557271957397}
{"example_id": -1484525301341600246, "prediction": "", "binary_answer": null, "no_answer_prob": 1.98664790391922}
{"example_id": 9138159557946695944, "prediction": "The Pilgrims or Pilgrim Fathers", "binary_answer": null, "no_answer_prob": -4.6951903104782104}
{"example_id": 2091438961808499174, "prediction": "Seattle Seahawks", "binary_answer": null, "no_answer_prob": -4.914212346076965}
{"example_id": -7083703144673356898, "prediction": "Anthony Enahoro", "binary_answer": null, "no_answer_prob": -4.379232406616211}
{"example_id": 9104242168091155165, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3508976697921753}
{"example_id": -8247960020494946676, "prediction": "Yuriy Norshteyn", "binary_answer": null, "no_answer_prob": -3.4938762187957764}
{"example_id": 8501301649668944199, "prediction": "locus Xp21", "binary_answer": null, "no_answer_prob": -3.1920273303985596}
{"example_id": -8595793419522722931, "prediction": "The former Spanish settlement at the Kumeyaay Nipawai", "binary_answer": null, "no_answer_prob": 5.316065073013306}
{"example_id": 3783512605078838448, "prediction": "", "binary_answer": null, "no_answer_prob": 3.946457028388977}
{"example_id": -1886827504821971176, "prediction": "President Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -1.0581591129302979}
{"example_id": 3998102536607710960, "prediction": "The UK Parliament", "binary_answer": null, "no_answer_prob": 2.944964721798897}
{"example_id": -7481873386443255638, "prediction": "United States", "binary_answer": null, "no_answer_prob": -7.545978307723999}
{"example_id": -3237154653478504285, "prediction": "Oh Captain , My Captain", "binary_answer": null, "no_answer_prob": 0.795600175857544}
{"example_id": -8097083404582346263, "prediction": "ubi sunt tradition . In 2010 , the New Statesman listed it as one of the `` Top 20 Political Songs '' .", "binary_answer": null, "no_answer_prob": 1.4710646867752075}
{"example_id": -438143960235271994, "prediction": "Houston , Texas has many airports due to it being the 4th largest city in the United States . Here are some of the airports :", "binary_answer": null, "no_answer_prob": 1.7533285059034824}
{"example_id": -3364802036692917473, "prediction": "Jonathan Mayhew", "binary_answer": null, "no_answer_prob": -8.96721065044403}
{"example_id": 5884971277814884140, "prediction": "", "binary_answer": null, "no_answer_prob": 3.26301246881485}
{"example_id": 5531911333168706217, "prediction": "Bobby Fuller Four", "binary_answer": null, "no_answer_prob": 0.4675421714782715}
{"example_id": -2106857068228556987, "prediction": "", "binary_answer": null, "no_answer_prob": 4.552478075027466}
{"example_id": 8661423393534141282, "prediction": "Saddle the Wind is a 1958", "binary_answer": null, "no_answer_prob": 3.986706033349037}
{"example_id": -107512131368495195, "prediction": "121", "binary_answer": null, "no_answer_prob": -6.1097352504730225}
{"example_id": -8964109168160948733, "prediction": "March 22 , 2017", "binary_answer": null, "no_answer_prob": -0.45479440689086914}
{"example_id": 6911002959604342070, "prediction": "20 episodes to air in 2018", "binary_answer": null, "no_answer_prob": 1.2210829257965088}
{"example_id": -2786310830664788497, "prediction": "What Happened to Monday premiered at the 2017 Locarno Festival", "binary_answer": null, "no_answer_prob": -0.006608486175537109}
{"example_id": -2116377703014985119, "prediction": "CEAR came into effect 20 September 2010 , in place of The Indian Electricity Rules , 1956 .", "binary_answer": null, "no_answer_prob": -0.024494290351867676}
{"example_id": 8097548797496553229, "prediction": "None 18", "binary_answer": null, "no_answer_prob": -3.9726524353027344}
{"example_id": 6761085865371693654, "prediction": "Alexander Vincent LoScialpo", "binary_answer": null, "no_answer_prob": -5.650584936141968}
{"example_id": -461051698819687318, "prediction": "Iron", "binary_answer": null, "no_answer_prob": 1.5767614841461182}
{"example_id": 2896344252763229454, "prediction": "late 1980s", "binary_answer": null, "no_answer_prob": -1.854770839214325}
{"example_id": -2505330664430942, "prediction": "", "binary_answer": null, "no_answer_prob": -4.382851958274841}
{"example_id": -2031837914536339453, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2632890343666077}
{"example_id": 7670239873152567326, "prediction": "Karyn Parsons -- Rockwell", "binary_answer": null, "no_answer_prob": -10.844515323638916}
{"example_id": -2358179628054207197, "prediction": "Peter Capaldi", "binary_answer": null, "no_answer_prob": 0.5027948617935181}
{"example_id": -9221662579576848923, "prediction": "France and Croatia", "binary_answer": null, "no_answer_prob": -0.18584370613098145}
{"example_id": 219028888743414283, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": -1.2872252464294434}
{"example_id": -7438449460180724010, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8569929599761963}
{"example_id": 4596657966376717676, "prediction": "Edward Scissorhands", "binary_answer": null, "no_answer_prob": 1.9642143249511719}
{"example_id": -7229087212436160534, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Helium atom", "binary_answer": null, "no_answer_prob": 2.518591344356537}
{"example_id": 7311778425130495804, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8717896342277527}
{"example_id": -4093752499378369560, "prediction": "fighters , bombers , helicopters , transport planes and other aircraft", "binary_answer": null, "no_answer_prob": 1.8804619312286377}
{"example_id": -3109239631373720174, "prediction": "Geographic area Capital Canada Ottawa", "binary_answer": null, "no_answer_prob": 0.5239886045455933}
{"example_id": -8289161855062990086, "prediction": "Black Swan", "binary_answer": null, "no_answer_prob": 0.8246678113937378}
{"example_id": 8452540562750931099, "prediction": "98 miles ( 158 km )", "binary_answer": null, "no_answer_prob": -3.4221384525299072}
{"example_id": 5488771502904120932, "prediction": "Paige O'Hara", "binary_answer": null, "no_answer_prob": -2.5052889585494995}
{"example_id": -4404901968927241171, "prediction": "The End of All Things to Come", "binary_answer": null, "no_answer_prob": -1.4634166955947876}
{"example_id": -3818674246382071844, "prediction": "Susan Sarandon", "binary_answer": null, "no_answer_prob": -5.128461003303528}
{"example_id": -7036786986205435384, "prediction": "Metro Manila", "binary_answer": null, "no_answer_prob": -3.897857666015625}
{"example_id": -4509118558072041562, "prediction": "2008", "binary_answer": null, "no_answer_prob": -2.485411763191223}
{"example_id": 2461100314651964514, "prediction": "Liam Gallagher", "binary_answer": null, "no_answer_prob": 2.977672725915909}
{"example_id": -2951492518232842749, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9512006044387817}
{"example_id": 4484457440022606598, "prediction": "`` Stronger ( What Does n't Kill You ) '' is a song by American recording artist Kelly Clarkson", "binary_answer": null, "no_answer_prob": 0.18431627750396729}
{"example_id": 6669713412571790299, "prediction": "In probability theory , the birthday problem or birthday paradox", "binary_answer": null, "no_answer_prob": 2.0939032584428787}
{"example_id": 2540569560641736216, "prediction": "Giancarlo Fisichella", "binary_answer": null, "no_answer_prob": -1.5813910961151123}
{"example_id": -7778866163271536738, "prediction": "", "binary_answer": null, "no_answer_prob": -0.06318473815917969}
{"example_id": -565341619674432966, "prediction": "`` I 'd Go with You Anywhere '' is a song by Australian band , Birds of Tokyo", "binary_answer": null, "no_answer_prob": 2.4818891286849976}
{"example_id": 5087351372652252645, "prediction": "George Foreman", "binary_answer": null, "no_answer_prob": -7.001401782035828}
{"example_id": -4789202463979902392, "prediction": "coin", "binary_answer": null, "no_answer_prob": -5.446706652641296}
{"example_id": -2529001202984993166, "prediction": "Cleveland Indians", "binary_answer": null, "no_answer_prob": -2.68246591091156}
{"example_id": 8777228227588168396, "prediction": "The Special Marriage Act", "binary_answer": null, "no_answer_prob": -1.9896494150161743}
{"example_id": 4474533684829993472, "prediction": "April 2 , 1792", "binary_answer": null, "no_answer_prob": -0.06628555059432983}
{"example_id": -5836475245107120197, "prediction": "Lev Yashin", "binary_answer": null, "no_answer_prob": -1.1182732582092285}
{"example_id": 4344677196969129497, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.402915954589844}
{"example_id": 7158679958273960900, "prediction": "", "binary_answer": null, "no_answer_prob": 5.682673364877701}
{"example_id": -6945311884720797589, "prediction": "An octane rating , or octane number", "binary_answer": null, "no_answer_prob": -2.316102623939514}
{"example_id": -4606467240167473800, "prediction": "bicameral legislature consisting of a House of Representatives and a Senate", "binary_answer": null, "no_answer_prob": 0.7207169532775879}
{"example_id": -680486844525096811, "prediction": "Tughluq", "binary_answer": null, "no_answer_prob": -1.8192780017852783}
{"example_id": -4530432431233510388, "prediction": "Necrotising fasciitis can occur at any part of the body", "binary_answer": null, "no_answer_prob": 2.7823044061660767}
{"example_id": 4259076375981713191, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4488711953163147}
{"example_id": -5795454333476869645, "prediction": "Gary Barlow", "binary_answer": null, "no_answer_prob": -1.236933946609497}
{"example_id": -7925752079676715238, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9395501017570496}
{"example_id": -3060596418716915887, "prediction": "October 9 , 2017", "binary_answer": null, "no_answer_prob": -4.03457510471344}
{"example_id": 5373171442629886216, "prediction": "1920s New Orleans", "binary_answer": null, "no_answer_prob": -4.256836175918579}
{"example_id": -869228275314408836, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2310583591461182}
{"example_id": -6012888129412634179, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7170704007148743}
{"example_id": -6572626496076012832, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -7.068107724189758}
{"example_id": -457701655463400422, "prediction": "Tyra Banks", "binary_answer": null, "no_answer_prob": -7.211206316947937}
{"example_id": -153630409098550487, "prediction": "Harrison Ford", "binary_answer": null, "no_answer_prob": -7.614391088485718}
{"example_id": -1740842224550934135, "prediction": "Artist Album Year Sales Ref . Kim Gun - mo", "binary_answer": null, "no_answer_prob": 3.25233393907547}
{"example_id": 7251454935894005766, "prediction": "Country Participations Years Best result Cameroon", "binary_answer": null, "no_answer_prob": -2.800136685371399}
{"example_id": 238170575326029512, "prediction": "July 12 , 2017 and September 13 , 2017", "binary_answer": null, "no_answer_prob": -3.9250682592391968}
{"example_id": 2247815152404395673, "prediction": "Advanced planning and scheduling", "binary_answer": null, "no_answer_prob": 1.443888783454895}
{"example_id": -8048076596333046562, "prediction": "Mattel", "binary_answer": null, "no_answer_prob": -0.3008136749267578}
{"example_id": 2956137186934162832, "prediction": "", "binary_answer": null, "no_answer_prob": 2.080728605389595}
{"example_id": 854474373217381526, "prediction": "Woodrow Wilson", "binary_answer": null, "no_answer_prob": -6.165747404098511}
{"example_id": -2634179903280090217, "prediction": "474", "binary_answer": null, "no_answer_prob": -7.207053780555725}
{"example_id": -44051854076564384, "prediction": "Ringo Starr", "binary_answer": null, "no_answer_prob": -1.4581670761108398}
{"example_id": -3951699972500408818, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5240442752838135}
{"example_id": 4810976600081985638, "prediction": "November 3 , 1954", "binary_answer": null, "no_answer_prob": -5.242085933685303}
{"example_id": -1299197451786702363, "prediction": "`` The Tide Is High ''", "binary_answer": null, "no_answer_prob": 3.716057062149048}
{"example_id": 638626761760974520, "prediction": "Persia , India , China and the Greco - Roman world in religion and philosophy", "binary_answer": null, "no_answer_prob": -1.6708048582077026}
{"example_id": -2467395989413253632, "prediction": "Brook Benton", "binary_answer": null, "no_answer_prob": -3.7911362648010254}
{"example_id": -6358556525223313040, "prediction": "", "binary_answer": null, "no_answer_prob": 4.097051978111267}
{"example_id": -7010147920347507194, "prediction": "The statehood movement", "binary_answer": null, "no_answer_prob": -0.11748909950256348}
{"example_id": -5430714031587078369, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0733741223812103}
{"example_id": 1058745321400687717, "prediction": "Northern Railway NR Delhi", "binary_answer": null, "no_answer_prob": -1.112156867980957}
{"example_id": 498400632127851609, "prediction": "nearly 177 Mtoe", "binary_answer": null, "no_answer_prob": -0.1268453598022461}
{"example_id": 4323635492687373220, "prediction": "Neil Patrick Harris", "binary_answer": null, "no_answer_prob": -11.636993646621704}
{"example_id": -2762593630305733664, "prediction": "", "binary_answer": null, "no_answer_prob": 5.440576553344727}
{"example_id": -4112828979054280681, "prediction": "The Adventures of Tintin , known as The Adventures of Tintin : The Secret of the Unicorn outside North America", "binary_answer": null, "no_answer_prob": 0.8862022161483765}
{"example_id": 8674477261947815985, "prediction": "Capital punishment in the United Kingdom was used from ancient times until the second half of the 20th century", "binary_answer": null, "no_answer_prob": -0.9928094148635864}
{"example_id": 3854196735115526472, "prediction": "Rockapella", "binary_answer": null, "no_answer_prob": -8.758128762245178}
{"example_id": -1621841714281804727, "prediction": "", "binary_answer": null, "no_answer_prob": 4.280072808265686}
{"example_id": -231776961378299198, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.915316522121429}
{"example_id": 3831752968076008010, "prediction": "1984", "binary_answer": null, "no_answer_prob": -5.205384522676468}
{"example_id": 2523114317094070929, "prediction": "Niagara", "binary_answer": null, "no_answer_prob": -3.2761553525924683}
{"example_id": 6275261977369339737, "prediction": "The Walt Disney World Resort", "binary_answer": null, "no_answer_prob": -2.028844475746155}
{"example_id": 4599818683267685144, "prediction": "`` Death and All His Friends", "binary_answer": null, "no_answer_prob": 2.0528534650802612}
{"example_id": -6677744701442312770, "prediction": "Early Games were not clearly documented with respect to participating nations . Competitors from 11 to 16 different nations participated in the inaugural 1896 Games , in Athens", "binary_answer": null, "no_answer_prob": 2.348967134952545}
{"example_id": 4607917262018133213, "prediction": "Fast Times at Ridgemont High", "binary_answer": null, "no_answer_prob": 1.4557178616523743}
{"example_id": -424596529912074646, "prediction": "63 - year - old travelling salesman from Brooklyn with 34", "binary_answer": null, "no_answer_prob": 2.224811375141144}
{"example_id": -3861520725137034974, "prediction": "Alice 's Wonderland", "binary_answer": null, "no_answer_prob": 0.38004910945892334}
{"example_id": 991406641442157964, "prediction": "3 October 2000", "binary_answer": null, "no_answer_prob": -3.0121572613716125}
{"example_id": 8930562165757695587, "prediction": "2018", "binary_answer": null, "no_answer_prob": -4.876203536987305}
{"example_id": -7479315839099372497, "prediction": "Elsie Thompson", "binary_answer": null, "no_answer_prob": -5.086686611175537}
{"example_id": -7657031670144140062, "prediction": "1991", "binary_answer": null, "no_answer_prob": -3.9116055965423584}
{"example_id": 3721356598444299672, "prediction": "Thomas Jefferson", "binary_answer": null, "no_answer_prob": -8.503941774368286}
{"example_id": 5800851554581760435, "prediction": "Pittsburgh Penguins", "binary_answer": null, "no_answer_prob": -4.384334206581116}
{"example_id": 5940934798349921091, "prediction": "Principal photography took place from October 2015 to March 2016 in Hawaii and various locations around Vietnam", "binary_answer": null, "no_answer_prob": -3.463901400566101}
{"example_id": -6443547905690250556, "prediction": "", "binary_answer": null, "no_answer_prob": 4.249158322811127}
{"example_id": -1031365752292745176, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1098379492759705}
{"example_id": 4188027573805406835, "prediction": "Jim Gilstrap", "binary_answer": null, "no_answer_prob": -0.8200780153274536}
{"example_id": 388463458252091846, "prediction": "Frank Loesser", "binary_answer": null, "no_answer_prob": -5.704578399658203}
{"example_id": -1220410632514721566, "prediction": "Ashley Johnson", "binary_answer": null, "no_answer_prob": -10.382193922996521}
{"example_id": -4786387741869591842, "prediction": "1958 season", "binary_answer": null, "no_answer_prob": -7.86644721031189}
{"example_id": 2950006076180984136, "prediction": "", "binary_answer": null, "no_answer_prob": -3.3134008646011353}
{"example_id": -6073562933660662827, "prediction": "`` The Second Coming", "binary_answer": null, "no_answer_prob": -1.6198145151138306}
{"example_id": -5073703935209726435, "prediction": "Philadelphia Eagles", "binary_answer": null, "no_answer_prob": 1.6910459399223328}
{"example_id": -5132735850495985230, "prediction": "", "binary_answer": null, "no_answer_prob": 4.629044413566589}
{"example_id": -3582231611325331993, "prediction": "`` No Such Thing ''", "binary_answer": null, "no_answer_prob": 2.768615424633026}
{"example_id": 4575365653907460573, "prediction": "Colonel John `` Hannibal '' Smith", "binary_answer": null, "no_answer_prob": 4.511287614703178}
{"example_id": -7099311794779021669, "prediction": "Sir Robert Bruce Cotton", "binary_answer": null, "no_answer_prob": -4.423734426498413}
{"example_id": -6879900965226022841, "prediction": "Mike Wolfe and Frank Fritz", "binary_answer": null, "no_answer_prob": -1.9829027652740479}
{"example_id": 4250505973812058050, "prediction": "Russia and Qatar", "binary_answer": null, "no_answer_prob": -0.7517738342285156}
{"example_id": 4816022177679284806, "prediction": "", "binary_answer": null, "no_answer_prob": 2.466926369816065}
{"example_id": -4097303105425806790, "prediction": "Mark Reynolds", "binary_answer": null, "no_answer_prob": -5.043062925338745}
{"example_id": -1965308244975131504, "prediction": "", "binary_answer": null, "no_answer_prob": -5.957655429840088}
{"example_id": 1997639623448904828, "prediction": "", "binary_answer": null, "no_answer_prob": 3.165898971259594}
{"example_id": 7473042064231399526, "prediction": "", "binary_answer": null, "no_answer_prob": 3.518978714942932}
{"example_id": 5941105421772227180, "prediction": "Tommy Maitland", "binary_answer": null, "no_answer_prob": -6.734628677368164}
{"example_id": 4733964761225073902, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7284674048423767}
{"example_id": -8900616184719720437, "prediction": "Paul the Apostle", "binary_answer": null, "no_answer_prob": 1.2874183654785156}
{"example_id": 8783251888656509590, "prediction": "January 30 , 2000", "binary_answer": null, "no_answer_prob": -10.123664021492004}
{"example_id": 784291719838105725, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -9.78409457206726}
{"example_id": -2530566293421588741, "prediction": "in front of a live audience at the Theatre Royal , Drury Lane", "binary_answer": null, "no_answer_prob": 2.6916401386260986}
{"example_id": 4929629774274616425, "prediction": "", "binary_answer": null, "no_answer_prob": 1.492634654045105}
{"example_id": -7220102714440455217, "prediction": "Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -5.200516700744629}
{"example_id": 7913936029354430000, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4040478467941284}
{"example_id": -1289550213230410574, "prediction": "the U.S. Environmental Protection Agency ( EPA )", "binary_answer": null, "no_answer_prob": -5.1962398290634155}
{"example_id": -1588918408519564820, "prediction": "", "binary_answer": null, "no_answer_prob": 4.93004646897316}
{"example_id": -5073000142576795019, "prediction": "May 6 , 2010", "binary_answer": null, "no_answer_prob": -1.6543194651603699}
{"example_id": -3886698782859636076, "prediction": "", "binary_answer": null, "no_answer_prob": -5.1583027839660645}
{"example_id": -1855945109597994146, "prediction": "cell nucleus", "binary_answer": null, "no_answer_prob": -3.1933889389038086}
{"example_id": 2121259092705466941, "prediction": "30.48 27.33", "binary_answer": null, "no_answer_prob": -2.4935829639434814}
{"example_id": 8534549592167980251, "prediction": "off the west coast of Sumatra , Indonesia", "binary_answer": null, "no_answer_prob": -4.055025100708008}
{"example_id": -5298150110644865124, "prediction": "Eleanor May Tomlinson", "binary_answer": null, "no_answer_prob": -8.55751097202301}
{"example_id": -5081749713572306515, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5596566200256348}
{"example_id": 4542437654949042125, "prediction": "2007", "binary_answer": null, "no_answer_prob": 1.3187774419784546}
{"example_id": 5460934984156760527, "prediction": "Jonathan Davis", "binary_answer": null, "no_answer_prob": -3.9576395750045776}
{"example_id": 7537270869285411482, "prediction": "School of International and Public Affairs at Columbia University ( also known as SIPA", "binary_answer": null, "no_answer_prob": 1.8641801550984383}
{"example_id": 9081920045651856509, "prediction": "", "binary_answer": null, "no_answer_prob": 4.445982098579407}
{"example_id": -5001151769659069525, "prediction": "Pythia", "binary_answer": null, "no_answer_prob": -4.093547463417053}
{"example_id": -269536461399586159, "prediction": "Diane Lane", "binary_answer": null, "no_answer_prob": -1.27386474609375}
{"example_id": 2238623372036818356, "prediction": "", "binary_answer": null, "no_answer_prob": 3.232453465461731}
{"example_id": 3915247485462383626, "prediction": "Neil Richard MacKinnon Gaiman", "binary_answer": null, "no_answer_prob": 5.352288901805878}
{"example_id": -2107657156022078439, "prediction": "Aconcagua", "binary_answer": null, "no_answer_prob": -5.91330349445343}
{"example_id": 6184233192622021060, "prediction": "James Best", "binary_answer": null, "no_answer_prob": 1.4344784021377563}
{"example_id": -9160916369518669167, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -6.8120012283325195}
{"example_id": 2251755405631415787, "prediction": "Pierre de Fr\u00e9dy , Baron de Coubertin", "binary_answer": null, "no_answer_prob": -11.94916307926178}
{"example_id": 3570201737329114232, "prediction": "In human anatomy , the ulnar nerve is a nerve that runs near the ulna bone", "binary_answer": null, "no_answer_prob": 0.9363642930984497}
{"example_id": -7140699188213427635, "prediction": "President Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -2.0975635051727295}
{"example_id": 4909799049409483779, "prediction": "", "binary_answer": null, "no_answer_prob": 4.759681969881058}
{"example_id": 8218795514695997044, "prediction": "Newport", "binary_answer": null, "no_answer_prob": 0.672886848449707}
{"example_id": -204511291662634757, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9706122875213623}
{"example_id": -9005114087681438911, "prediction": "December 14 , 2015", "binary_answer": null, "no_answer_prob": -2.866943359375}
{"example_id": -5765338203041183070, "prediction": "", "binary_answer": null, "no_answer_prob": 2.60068142414093}
{"example_id": -7441104754634075894, "prediction": "`` Feel Like Makin ' Love ''", "binary_answer": null, "no_answer_prob": 2.0778669118881226}
{"example_id": -3619556449234664288, "prediction": "`` The Tell - Tale Heart", "binary_answer": null, "no_answer_prob": 1.4348838329315186}
{"example_id": -5072288218443472380, "prediction": "`` I Wish That I Could Hurt That Way Again ''", "binary_answer": null, "no_answer_prob": 2.8335052728652954}
{"example_id": 1499823823981062044, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1017143726348877}
{"example_id": 6439463901957884453, "prediction": "1937", "binary_answer": null, "no_answer_prob": -5.941895246505737}
{"example_id": 2361496676859219904, "prediction": "February 6 , 2011", "binary_answer": null, "no_answer_prob": -9.139886260032654}
{"example_id": -5464035909339370676, "prediction": "The Pointer Sisters", "binary_answer": null, "no_answer_prob": -8.353866457939148}
{"example_id": -1459908278042329259, "prediction": "", "binary_answer": null, "no_answer_prob": -3.504645824432373}
{"example_id": -5521006102229892452, "prediction": "", "binary_answer": null, "no_answer_prob": -4.745425343513489}
{"example_id": -1428033021489352270, "prediction": "", "binary_answer": null, "no_answer_prob": 2.976311504840851}
{"example_id": 3293361160542465834, "prediction": "", "binary_answer": null, "no_answer_prob": 3.93695992231369}
{"example_id": 3945082142837053535, "prediction": "", "binary_answer": null, "no_answer_prob": 1.571234468370676}
{"example_id": 7657622689804497209, "prediction": "Bill Nighy", "binary_answer": null, "no_answer_prob": -8.61358904838562}
{"example_id": 427363727491773782, "prediction": "YHWH has been gracious ''", "binary_answer": null, "no_answer_prob": -1.4481959342956543}
{"example_id": 7670960144280431422, "prediction": "Dubai", "binary_answer": null, "no_answer_prob": -12.40844190120697}
{"example_id": -2469557031283854392, "prediction": "3 Doors Down", "binary_answer": null, "no_answer_prob": -6.417077422142029}
{"example_id": -9056907276703149045, "prediction": "Hillman College", "binary_answer": null, "no_answer_prob": -6.1476287841796875}
{"example_id": -6605882687140883110, "prediction": "February 1917", "binary_answer": null, "no_answer_prob": -5.754324674606323}
{"example_id": -983226420908715261, "prediction": "Amherst is a town in northwestern Cumberland County , Nova Scotia , Canada", "binary_answer": null, "no_answer_prob": -2.017711043357849}
{"example_id": 2457708580498213119, "prediction": "Kobe Bryant", "binary_answer": null, "no_answer_prob": -1.5661966800689697}
{"example_id": -2294613783191407303, "prediction": "Randy Meisner", "binary_answer": null, "no_answer_prob": -0.6946325302124023}
{"example_id": -7031264717791291442, "prediction": "Martel was also the founder of all the feudal systems and merit system", "binary_answer": null, "no_answer_prob": -0.020418882369995117}
{"example_id": -6789379476228437582, "prediction": "Don Johnson", "binary_answer": null, "no_answer_prob": -8.972923040390015}
{"example_id": 1511200362073020314, "prediction": "Nic\u00e9phore Ni\u00e9pce", "binary_answer": null, "no_answer_prob": -11.812651634216309}
{"example_id": -4173284081966213573, "prediction": "The term goes back to the early 1900s", "binary_answer": null, "no_answer_prob": 1.599116012454033}
{"example_id": 8112058911179320849, "prediction": "1876", "binary_answer": null, "no_answer_prob": -4.873473405838013}
{"example_id": -2334485312583000683, "prediction": "", "binary_answer": null, "no_answer_prob": 3.328542172908783}
{"example_id": 7809586683173118178, "prediction": "67 miles ( 108 km )", "binary_answer": null, "no_answer_prob": -0.31944894790649414}
{"example_id": 8453897949283137234, "prediction": "He is perhaps best known for the remark in a letter to an Anglican bishop", "binary_answer": null, "no_answer_prob": -2.968006134033203}
{"example_id": -3573207091591676988, "prediction": "New Zealand", "binary_answer": null, "no_answer_prob": -4.664515495300293}
{"example_id": -362711071940542221, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The legal drinking age", "binary_answer": null, "no_answer_prob": 1.4540348052978516}
{"example_id": 5784127183258354382, "prediction": "", "binary_answer": null, "no_answer_prob": 4.413418233394623}
{"example_id": 551541117952237865, "prediction": "Ganesh Vasudev", "binary_answer": null, "no_answer_prob": -3.529742956161499}
{"example_id": -6661785925427645339, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8668702132999897}
{"example_id": -1277442858964104575, "prediction": "at the foothills of Mount Rainier in Eatonville , Washington", "binary_answer": null, "no_answer_prob": -3.7189605236053467}
{"example_id": 5967838168465472780, "prediction": "Uchenna and Joyce Agu", "binary_answer": null, "no_answer_prob": -0.7152119874954224}
{"example_id": -6595353527328528997, "prediction": "Ponyboy Curtis", "binary_answer": null, "no_answer_prob": -5.399767875671387}
{"example_id": -7519797182419828113, "prediction": "Chris Christie", "binary_answer": null, "no_answer_prob": -7.883441925048828}
{"example_id": 2470636664284428246, "prediction": "Marta Vieira da Silva", "binary_answer": null, "no_answer_prob": -8.474601000547409}
{"example_id": -6361620179818287774, "prediction": "along the south - eastern coast of Australia between the Victorian cities of Torquay and Allansford", "binary_answer": null, "no_answer_prob": -7.015357136726379}
{"example_id": 2345900267528565973, "prediction": "", "binary_answer": null, "no_answer_prob": 6.233087778091431}
{"example_id": -7840649730039677746, "prediction": "January 1 , 2018", "binary_answer": null, "no_answer_prob": -5.443509101867676}
{"example_id": -8026408410487936588, "prediction": "Ram Nath Kovind", "binary_answer": null, "no_answer_prob": -3.184479236602783}
{"example_id": 2622979119671766869, "prediction": "", "binary_answer": null, "no_answer_prob": 4.32628008723259}
{"example_id": 242696097585979862, "prediction": "2018", "binary_answer": null, "no_answer_prob": -5.985034942626953}
{"example_id": 460521160640975940, "prediction": "2012", "binary_answer": null, "no_answer_prob": -3.1026873886585236}
{"example_id": 4144073983389071360, "prediction": "Development of the province has in large part been influenced by structural features in its oldest rocks", "binary_answer": null, "no_answer_prob": 2.1566426753997803}
{"example_id": 7729788736158497569, "prediction": "Stefan Bengt Edberg", "binary_answer": null, "no_answer_prob": -6.06998872756958}
{"example_id": -7676627916208638811, "prediction": "Rupert Everett", "binary_answer": null, "no_answer_prob": -7.000504970550537}
{"example_id": 4999922359170453023, "prediction": "Michael Jackson", "binary_answer": null, "no_answer_prob": -2.084915041923523}
{"example_id": 8216477882580580904, "prediction": "", "binary_answer": null, "no_answer_prob": 4.24420291185379}
{"example_id": -527800910909580533, "prediction": "The Bridge of the Americas", "binary_answer": null, "no_answer_prob": -0.7620908617973328}
{"example_id": -237134428809732021, "prediction": "Philadelphia ( 1993 ) and Forrest Gump ( 1994 ) . Tom Hanks has won a total of 50 awards on this list .", "binary_answer": null, "no_answer_prob": 3.6635341197252274}
{"example_id": -3995755429479901596, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -4.434494376182556}
{"example_id": -4681068648745366238, "prediction": "The Three Witches or Weird Sisters or Wayward Sisters", "binary_answer": null, "no_answer_prob": -1.4388371706008911}
{"example_id": -8175751691549178619, "prediction": "", "binary_answer": null, "no_answer_prob": -2.9647516012191772}
{"example_id": 4779335516521134384, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9568128557875752}
{"example_id": 2726385297331090073, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6420689821243286}
{"example_id": 1801848714588010196, "prediction": "", "binary_answer": null, "no_answer_prob": 4.543692231178284}
{"example_id": -8922581957960919724, "prediction": "light heavyweight", "binary_answer": null, "no_answer_prob": 2.0587515830993652}
{"example_id": 4204996071883324093, "prediction": "Dr. Wilbur Olin Atwater", "binary_answer": null, "no_answer_prob": -7.411960124969482}
{"example_id": 7516825380239272046, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2853070199489594}
{"example_id": -6962070395491830819, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3128401041030884}
{"example_id": 8691330284028266577, "prediction": "Sam the Sham and the Pharaohs", "binary_answer": null, "no_answer_prob": -5.904746770858765}
{"example_id": 5756085406171120282, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Wiarton Willie", "binary_answer": null, "no_answer_prob": -1.2169113159179688}
{"example_id": -2956046135428289049, "prediction": "Sally Anne Struthers", "binary_answer": null, "no_answer_prob": -10.858853459358215}
{"example_id": -7341912972670205794, "prediction": "18", "binary_answer": null, "no_answer_prob": 0.6180224418640137}
{"example_id": 2415035688479885844, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6565847992897034}
{"example_id": -1160630522379270583, "prediction": "", "binary_answer": null, "no_answer_prob": 5.931891688611358}
{"example_id": -4717061220228022405, "prediction": "`` Video Killed the Radio Star '' is a song written by Trevor Horn , Geoff Downes and Bruce Woolley", "binary_answer": null, "no_answer_prob": 0.3614315837621689}
{"example_id": -6763413466395666037, "prediction": "Jack Nicklaus", "binary_answer": null, "no_answer_prob": -4.654896259307861}
{"example_id": -2714798449410325748, "prediction": "11 August 2017", "binary_answer": null, "no_answer_prob": -7.954832434654236}
{"example_id": -9075218135116230593, "prediction": "Asia , Africa , North America , South America , Antarctica , Europe , and Australia", "binary_answer": null, "no_answer_prob": -4.073035955429077}
{"example_id": -3460113705757461715, "prediction": "California", "binary_answer": null, "no_answer_prob": -2.0067148208618164}
{"example_id": -2143259971354570447, "prediction": "rejected the skeptical rationalism and deism of the Enlightenment .", "binary_answer": null, "no_answer_prob": 2.147592544555664}
{"example_id": -5349115061948948593, "prediction": "The Necessary and Proper Clause", "binary_answer": null, "no_answer_prob": -0.5612250566482544}
{"example_id": 2137982139849145838, "prediction": "February 22 , 2002", "binary_answer": null, "no_answer_prob": -6.956878662109375}
{"example_id": 6956719386037713554, "prediction": "Guadalupe - Nipomo Dunes in California .", "binary_answer": null, "no_answer_prob": 0.965499073266983}
{"example_id": -7755777465836230915, "prediction": "February 19 , 2017 , and concluded on April 2 , 2017 .", "binary_answer": null, "no_answer_prob": 0.9977447614073753}
{"example_id": 8056744003796495890, "prediction": "Free Fall", "binary_answer": null, "no_answer_prob": -4.131813645362854}
{"example_id": -3551958206350978104, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0170755982398987}
{"example_id": 6655702626731592448, "prediction": "Dire Straits", "binary_answer": null, "no_answer_prob": -0.24611687660217285}
{"example_id": -1567135840120105378, "prediction": "", "binary_answer": null, "no_answer_prob": 2.651041328907013}
{"example_id": -7316685266820094486, "prediction": "Guitar Hero Encore : Rocks the 80s", "binary_answer": null, "no_answer_prob": -2.902226448059082}
{"example_id": -604788882157925018, "prediction": "1861 to 1865", "binary_answer": null, "no_answer_prob": -3.9273420572280884}
{"example_id": 2355046656576629670, "prediction": "Orange Crush", "binary_answer": null, "no_answer_prob": 2.089542105793953}
{"example_id": 7595830021556665800, "prediction": "ca . 2375 BCE and 2345 BCE ) .", "binary_answer": null, "no_answer_prob": -2.4861589670181274}
{"example_id": -922069763848898980, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9191970229148865}
{"example_id": 6277735658261425592, "prediction": "`` The Wars of Bathurst 1830 ''", "binary_answer": null, "no_answer_prob": 0.012686014175415039}
{"example_id": 39633586693409141, "prediction": "1955 to 1975", "binary_answer": null, "no_answer_prob": -5.077125310897827}
{"example_id": -5633170475871936807, "prediction": "Catherine O'Hara", "binary_answer": null, "no_answer_prob": -2.939823627471924}
{"example_id": -3771301080053535443, "prediction": "scholar Jerome", "binary_answer": null, "no_answer_prob": 0.7402917146682739}
{"example_id": 7557178715897541603, "prediction": "", "binary_answer": null, "no_answer_prob": 3.246996760368347}
{"example_id": -7114068855233082253, "prediction": "Lesley Gore", "binary_answer": null, "no_answer_prob": -8.62414836883545}
{"example_id": -2576326417606820265, "prediction": "Rosc\u00f3n de reyes or rosca de reyes ( kings ' ring ) is a Spanish and Spanish American king 's cake pastry", "binary_answer": null, "no_answer_prob": 1.0651862621307373}
{"example_id": 208283100093201159, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1585408449172974}
{"example_id": 1939286857524402357, "prediction": "", "binary_answer": null, "no_answer_prob": 4.251407325267792}
{"example_id": 282488718934829285, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2979452908039093}
{"example_id": -1387644108284863808, "prediction": "The Jumbo Hostel", "binary_answer": null, "no_answer_prob": -3.861574351787567}
{"example_id": -3960469152801907619, "prediction": "28 July 1914", "binary_answer": null, "no_answer_prob": -3.8307957649230957}
{"example_id": 8229594044882496736, "prediction": "2013", "binary_answer": null, "no_answer_prob": 0.5513197183609009}
{"example_id": -8245619662007966746, "prediction": "Postal codes in Israel ( Hebrew : \u05de\u05d9\u05e7\u05d5\u05d3 \u200e , Mikud )", "binary_answer": null, "no_answer_prob": 1.2383643090724945}
{"example_id": 3937963433826730062, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -3.1185600757598877}
{"example_id": -1250790767300321061, "prediction": "Sawyer Storm Sweeten", "binary_answer": null, "no_answer_prob": 1.2930699586868286}
{"example_id": -8975310057342811681, "prediction": "Nationals Park", "binary_answer": null, "no_answer_prob": -6.387621521949768}
{"example_id": -5424494704776884162, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -6.242156982421875}
{"example_id": 4964162227997299051, "prediction": "", "binary_answer": null, "no_answer_prob": 3.675801634788513}
{"example_id": -3605162899639235972, "prediction": "Samagya", "binary_answer": null, "no_answer_prob": 4.142507642507553}
{"example_id": 6439650343327922707, "prediction": "Unification or Death", "binary_answer": null, "no_answer_prob": 2.1275798678398132}
{"example_id": -3585018865374602275, "prediction": "when it occurs in the penalty area", "binary_answer": null, "no_answer_prob": -1.586081326007843}
{"example_id": 3617549145129452486, "prediction": "1995", "binary_answer": null, "no_answer_prob": -9.722392559051514}
{"example_id": -5249506990119296514, "prediction": "September 25 , 1992", "binary_answer": null, "no_answer_prob": -4.930867433547974}
{"example_id": 2290902970427056367, "prediction": "James Garner", "binary_answer": null, "no_answer_prob": -4.3115386962890625}
{"example_id": -5154798648094404240, "prediction": "Interstate 26", "binary_answer": null, "no_answer_prob": 3.652123749256134}
{"example_id": -1764596049499680409, "prediction": "Europe", "binary_answer": null, "no_answer_prob": -8.727905869483948}
{"example_id": -2311098105452560259, "prediction": "an identifiable non-monetary asset without physical substance", "binary_answer": null, "no_answer_prob": 5.15460079908371}
{"example_id": -8986520816783523734, "prediction": "1988", "binary_answer": null, "no_answer_prob": -6.041814111638814}
{"example_id": 4456811680486486965, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -7.520143985748291}
{"example_id": -3583458781830341718, "prediction": "Solomon Burke", "binary_answer": null, "no_answer_prob": -6.3616955280303955}
{"example_id": 5091298665587902836, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8454734086990356}
{"example_id": 4098506342255051113, "prediction": "Naomie Melanie Harris", "binary_answer": null, "no_answer_prob": -4.9233808517456055}
{"example_id": 206467708756648876, "prediction": "Long used by Native Americans , the Cumberland Gap", "binary_answer": null, "no_answer_prob": -1.0794700384140015}
{"example_id": -1958841516105027495, "prediction": "One Day at a Time", "binary_answer": null, "no_answer_prob": 2.6667864322662354}
{"example_id": -7274132302013146026, "prediction": "November 20 , 2017", "binary_answer": null, "no_answer_prob": -5.2634594440460205}
{"example_id": -2525953826884829153, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3496601581573486}
{"example_id": 2513749516304516986, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5037527084350586}
{"example_id": 4084395977667974248, "prediction": "Sir Mo Farah Athletics", "binary_answer": null, "no_answer_prob": -7.176307201385498}
{"example_id": -3830210245638674240, "prediction": "Bernard Ren\u00e9 Jourdan , marquis de Launay", "binary_answer": null, "no_answer_prob": -4.642339825630188}
{"example_id": -4525915450131122051, "prediction": "in our human body", "binary_answer": null, "no_answer_prob": 2.7702518701553345}
{"example_id": 2615772212577833974, "prediction": "", "binary_answer": null, "no_answer_prob": -6.3305017948150635}
{"example_id": -7422446586370875611, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4551321268081665}
{"example_id": -7245719872817039138, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1025038734078407}
{"example_id": 55043982217135027, "prediction": "October to December 2017", "binary_answer": null, "no_answer_prob": -2.2455978393554688}
{"example_id": -7658195763112730017, "prediction": "England", "binary_answer": null, "no_answer_prob": -2.6639606952667236}
{"example_id": 6734439646325158985, "prediction": "Australian cyclone .", "binary_answer": null, "no_answer_prob": 2.4052734375}
{"example_id": -2505748164471207132, "prediction": "", "binary_answer": null, "no_answer_prob": 3.423065185546875}
{"example_id": 5287198069680001203, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9832603931427002}
{"example_id": 3355133711347165261, "prediction": "Viceroy of New Spain", "binary_answer": null, "no_answer_prob": -4.54011082649231}
{"example_id": 846466415522403319, "prediction": "1984", "binary_answer": null, "no_answer_prob": -4.406405508518219}
{"example_id": -1693027797828885956, "prediction": "2017", "binary_answer": null, "no_answer_prob": -1.2122508585453033}
{"example_id": -4611219485744940758, "prediction": "Louie Shelton", "binary_answer": null, "no_answer_prob": -6.135706901550293}
{"example_id": -4160107133391472065, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5259280055761337}
{"example_id": 1231267427308053541, "prediction": "Liberty Island in New York Harbor in New York City , in the United States", "binary_answer": null, "no_answer_prob": -3.219584822654724}
{"example_id": 3654252407672083306, "prediction": "`` Band Geeks", "binary_answer": null, "no_answer_prob": 3.1872564628720284}
{"example_id": 6944597261348483658, "prediction": "Jean Bayless", "binary_answer": null, "no_answer_prob": -1.0006303787231445}
{"example_id": -2612221637185875255, "prediction": "One Direction", "binary_answer": null, "no_answer_prob": 2.2707409858703613}
{"example_id": -4946799871061052535, "prediction": "Tony Christie", "binary_answer": null, "no_answer_prob": -5.221816182136536}
{"example_id": -7109276337855621246, "prediction": "", "binary_answer": null, "no_answer_prob": 5.119773954153061}
{"example_id": -274103065536527274, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8898904323577881}
{"example_id": -1739047898037638364, "prediction": "Diane Nadeau", "binary_answer": null, "no_answer_prob": -9.55648684501648}
{"example_id": 3161746686543658073, "prediction": "1984", "binary_answer": null, "no_answer_prob": -6.228627443313599}
{"example_id": 1052154875298438971, "prediction": "In physics , special relativity", "binary_answer": null, "no_answer_prob": 4.343522489070892}
{"example_id": 1803103670371471654, "prediction": "", "binary_answer": null, "no_answer_prob": 5.1860701739788055}
{"example_id": -9074540270690984493, "prediction": "Tell Me You Love Me", "binary_answer": null, "no_answer_prob": -1.1441433429718018}
{"example_id": 6915784285008322851, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1059029027819633}
{"example_id": -6719534941002876254, "prediction": "`` A Whole New World '' is a song from Disney 's 1992 animated feature film Aladdin", "binary_answer": null, "no_answer_prob": -1.0417648553848267}
{"example_id": 5186671040300923995, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The super heavyweight division", "binary_answer": null, "no_answer_prob": 3.885451316833496}
{"example_id": -3150051241640674624, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Treaty of Paris", "binary_answer": null, "no_answer_prob": 4.96026799082756}
{"example_id": -955024776264417000, "prediction": "Howard Stark", "binary_answer": null, "no_answer_prob": 4.573020786046982}
{"example_id": 6541487939263198624, "prediction": "Pink Floyd", "binary_answer": null, "no_answer_prob": -3.915669322013855}
{"example_id": 2981505388648018232, "prediction": "", "binary_answer": null, "no_answer_prob": 2.289492316544056}
{"example_id": 4052565136472279149, "prediction": "", "binary_answer": null, "no_answer_prob": 4.040337681770325}
{"example_id": 7458809192828368983, "prediction": "Jacob deGrom", "binary_answer": null, "no_answer_prob": -2.6951441764831543}
{"example_id": 2346633961794086914, "prediction": "13", "binary_answer": null, "no_answer_prob": -2.121873378753662}
{"example_id": 8406403268461972798, "prediction": "Dallas Cowboys", "binary_answer": null, "no_answer_prob": -2.518316626548767}
{"example_id": 4932465754787110276, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4589025974273682}
{"example_id": -325206254929308816, "prediction": "", "binary_answer": null, "no_answer_prob": 4.225813388824463}
{"example_id": 8640444358871687893, "prediction": "Fundamental Rights", "binary_answer": null, "no_answer_prob": 1.7955517768859863}
{"example_id": 2293546569871862677, "prediction": "", "binary_answer": null, "no_answer_prob": -5.210192084312439}
{"example_id": -4736738161660291581, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0458319187164307}
{"example_id": 4643001706196852837, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -4.110484957695007}
{"example_id": 6320298819065588172, "prediction": "Jean - Jacques Rousseau", "binary_answer": null, "no_answer_prob": -0.6912931203842163}
{"example_id": -3924272032130150483, "prediction": "29 July 1954", "binary_answer": null, "no_answer_prob": -2.060123085975647}
{"example_id": -8090992686491024818, "prediction": "The Australian House of Representatives", "binary_answer": null, "no_answer_prob": 3.084176927804947}
{"example_id": -6852574981544078973, "prediction": "Pamela Anderson", "binary_answer": null, "no_answer_prob": -0.5167756080627441}
{"example_id": 3894106123158746021, "prediction": "Charles de Secondat , Baron de Montesquieu", "binary_answer": null, "no_answer_prob": -8.987862944602966}
{"example_id": 8092635907835152396, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9488255381584167}
{"example_id": 2567160397377244141, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8193360567092896}
{"example_id": -3938418128963750084, "prediction": "Victoria", "binary_answer": null, "no_answer_prob": 3.1859188079833984}
{"example_id": -4199074857945670882, "prediction": "Mission : Impossible -- Ghost Protocol", "binary_answer": null, "no_answer_prob": 1.145017832517624}
{"example_id": -5408188992455330093, "prediction": "Roger Bannister", "binary_answer": null, "no_answer_prob": -7.3307071924209595}
{"example_id": 5157593249602083952, "prediction": "", "binary_answer": null, "no_answer_prob": 3.39851713180542}
{"example_id": -8020019767884488388, "prediction": "", "binary_answer": null, "no_answer_prob": 3.50747811794281}
{"example_id": 5321789135429122643, "prediction": "Walmart", "binary_answer": null, "no_answer_prob": -6.666370511054993}
{"example_id": -8185436752075156089, "prediction": "", "binary_answer": null, "no_answer_prob": 4.627442836761475}
{"example_id": -4608667175734832440, "prediction": "Manchester City first played in the top - tier of the Football League in 1899 and won their first major honour with the FA Cup", "binary_answer": null, "no_answer_prob": 2.036026120185852}
{"example_id": 6383194004981247186, "prediction": "", "binary_answer": null, "no_answer_prob": 3.875810146331787}
{"example_id": 6847483168682461285, "prediction": "8th September 2016", "binary_answer": null, "no_answer_prob": -0.979254961013794}
{"example_id": 4741739397252467693, "prediction": "", "binary_answer": null, "no_answer_prob": 4.329555869102478}
{"example_id": -1486813133041571924, "prediction": "Nigeria is a middle - income , mixed economy and emerging market", "binary_answer": null, "no_answer_prob": 0.16624176502227783}
{"example_id": -8560599543381614083, "prediction": "209.3 in ( 5,316.2 mm )", "binary_answer": null, "no_answer_prob": 0.3996913433074951}
{"example_id": -8322770373387746836, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Serenity Prayer", "binary_answer": null, "no_answer_prob": 1.0674874782562256}
{"example_id": -595650446576941707, "prediction": "Lake Michigan", "binary_answer": null, "no_answer_prob": -8.226221323013306}
{"example_id": 6750890598439548550, "prediction": "high - occupancy vehicle lane", "binary_answer": null, "no_answer_prob": 0.43924450874328613}
{"example_id": -1306440338475070163, "prediction": "A restaurateur", "binary_answer": null, "no_answer_prob": 2.1668399572372437}
{"example_id": 5260129184479819055, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.3435016870498657}
{"example_id": -2501606857808093906, "prediction": "We Live Here", "binary_answer": null, "no_answer_prob": -0.2965574264526367}
{"example_id": 4489142731916286772, "prediction": "", "binary_answer": null, "no_answer_prob": 4.367005884647369}
{"example_id": -2966681619029589381, "prediction": "2019", "binary_answer": null, "no_answer_prob": -2.6016205549240112}
{"example_id": 6567083807016547129, "prediction": "Sam Cooke at the Copa", "binary_answer": null, "no_answer_prob": 2.658437568694353}
{"example_id": 8265471107555127346, "prediction": "one to seven years in prison", "binary_answer": null, "no_answer_prob": -0.13831400871276855}
{"example_id": -1546974166668352836, "prediction": "Portugal", "binary_answer": null, "no_answer_prob": -5.605606377124786}
{"example_id": 3813351182637103428, "prediction": "July 7 , 2017", "binary_answer": null, "no_answer_prob": -6.22614860534668}
{"example_id": -3090403837450995143, "prediction": "plan\u00e8te naine", "binary_answer": null, "no_answer_prob": -0.8616471290588379}
{"example_id": -3014439715701017818, "prediction": "late April and early May 1945", "binary_answer": null, "no_answer_prob": -1.9503544569015503}
{"example_id": 8542682694596574905, "prediction": "Joop Zoetemelk", "binary_answer": null, "no_answer_prob": -2.0765156745910645}
{"example_id": -8855556211938591498, "prediction": "Narendra Modi", "binary_answer": null, "no_answer_prob": -3.7665047645568848}
{"example_id": -8856956394239848803, "prediction": "The fifth season began airing on December 1 , 2017 , and is set to run for 22 episodes on ABC until May 18 , 2018 .", "binary_answer": null, "no_answer_prob": -1.6982765197753906}
{"example_id": -2528637924843693435, "prediction": "March 13 , 2014", "binary_answer": null, "no_answer_prob": -8.71714448928833}
{"example_id": -7058886073068267772, "prediction": "", "binary_answer": null, "no_answer_prob": 4.818240642547607}
{"example_id": -4797786833778776611, "prediction": "Olympia", "binary_answer": null, "no_answer_prob": -10.001197934150696}
{"example_id": -8161132950728585685, "prediction": "Will Horton", "binary_answer": null, "no_answer_prob": -1.481935977935791}
{"example_id": 657700948138972403, "prediction": "16 July 2005", "binary_answer": null, "no_answer_prob": -4.065122961997986}
{"example_id": -3431617159076014487, "prediction": "Epiphany", "binary_answer": null, "no_answer_prob": -0.18704259395599365}
{"example_id": -6833524675513893965, "prediction": "Jean - Baptiste Lamarck", "binary_answer": null, "no_answer_prob": -1.2661038637161255}
{"example_id": -4237885717355979096, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8611154556274414}
{"example_id": -4813412688308020765, "prediction": "", "binary_answer": null, "no_answer_prob": 3.579774856567383}
{"example_id": 2314832084165094217, "prediction": "1841", "binary_answer": null, "no_answer_prob": -6.0999449491500854}
{"example_id": 7115989075521583234, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.9348347783088684}
{"example_id": 6631921958622948845, "prediction": "to acknowledge receipt of cargo for shipment", "binary_answer": null, "no_answer_prob": 0.7124001979827881}
{"example_id": 1559936187919517066, "prediction": "The sulfate anion", "binary_answer": null, "no_answer_prob": -1.42539381980896}
{"example_id": -8878724736234509268, "prediction": "The 2018 Stanley Cup playoffs", "binary_answer": null, "no_answer_prob": 2.5733283013105392}
{"example_id": -4690552129068983399, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0722336769104004}
{"example_id": -5070110728554912727, "prediction": "Fran\u00e7ois Coignet", "binary_answer": null, "no_answer_prob": 1.0134414434432983}
{"example_id": -1265869086580830715, "prediction": "Beaumont , Texas", "binary_answer": null, "no_answer_prob": -7.0450462102890015}
{"example_id": -4285576270112959192, "prediction": "Alan Douglas Ruck", "binary_answer": null, "no_answer_prob": -8.930201172828674}
{"example_id": 557459559015958106, "prediction": "The Phantom of the Opera ( French : Le Fant\u00f4me de l'Op\u00e9ra", "binary_answer": null, "no_answer_prob": 0.27437686920166016}
{"example_id": -1482430968624078000, "prediction": "Marit Bj\u00f8rgen", "binary_answer": null, "no_answer_prob": -4.703197360038757}
{"example_id": 2170580264706819803, "prediction": "", "binary_answer": null, "no_answer_prob": 3.002102941274643}
{"example_id": -4661873533364515316, "prediction": "", "binary_answer": null, "no_answer_prob": 2.99301815032959}
{"example_id": -1247256855534390887, "prediction": "Saint Anthony of Padua", "binary_answer": null, "no_answer_prob": -6.86943244934082}
{"example_id": 6749199057024861360, "prediction": "Charles Matthew Hunnam", "binary_answer": null, "no_answer_prob": -13.346462368965149}
{"example_id": 58087208029690820, "prediction": "Article Two , Section 1 of the United States Constitution sets forth the eligibility requirements for serving as President of the United States :", "binary_answer": null, "no_answer_prob": 0.9775933027267456}
{"example_id": -694675240713827777, "prediction": "Edwin Starr", "binary_answer": null, "no_answer_prob": -3.564059257507324}
{"example_id": 3410455526954732560, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A standard normal table", "binary_answer": null, "no_answer_prob": 5.697587013244629}
{"example_id": -6502768221091798293, "prediction": "Hop on Pop", "binary_answer": null, "no_answer_prob": -11.612126231193542}
{"example_id": 4438677097662042191, "prediction": "Francis Scott Key", "binary_answer": null, "no_answer_prob": -0.14940154552459717}
{"example_id": -18591298215046801, "prediction": "Persephone", "binary_answer": null, "no_answer_prob": -3.7661627531051636}
{"example_id": 968452373141674317, "prediction": "Things Goin ' On", "binary_answer": null, "no_answer_prob": 3.785873293876648}
{"example_id": 1693597145337758027, "prediction": "New York City", "binary_answer": null, "no_answer_prob": -0.6259500980377197}
{"example_id": 5769591337214981463, "prediction": "Fred Spofforth", "binary_answer": null, "no_answer_prob": -3.601633667945862}
{"example_id": -594727492878085052, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3545095324516296}
{"example_id": 6309518448556565494, "prediction": "Imhotep , an architect , high priest , and physician of the Old Kingdom , 3000 -- 2500 BCE .", "binary_answer": null, "no_answer_prob": -1.1234633922576904}
{"example_id": 8670202352929550227, "prediction": "Cat on a Hot Tin Roof", "binary_answer": null, "no_answer_prob": 2.0000826604664326}
{"example_id": -6748153250500401224, "prediction": "Eleanor Hull", "binary_answer": null, "no_answer_prob": -5.974327087402344}
{"example_id": 5799571367277862482, "prediction": "Woodrow Wilson", "binary_answer": null, "no_answer_prob": 1.471564769744873}
{"example_id": 4679121995622567675, "prediction": "Plant hormones ( also known as phytohormones", "binary_answer": null, "no_answer_prob": -1.3116376399993896}
{"example_id": 1580172849868690414, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": 1.3051515817642212}
{"example_id": 1517159869986308997, "prediction": "Randy Brooks", "binary_answer": null, "no_answer_prob": -9.36216151714325}
{"example_id": 7774863779108578687, "prediction": "The flag of the United States of America", "binary_answer": null, "no_answer_prob": 0.8637285828590393}
{"example_id": 3460743865162582814, "prediction": "Nicholas Petricca", "binary_answer": null, "no_answer_prob": 0.2422565221786499}
{"example_id": 8123114548083991386, "prediction": "", "binary_answer": null, "no_answer_prob": -4.409656405448914}
{"example_id": -7474362800514907885, "prediction": "Bloomington , Minnesota", "binary_answer": null, "no_answer_prob": -1.6304526329040527}
{"example_id": 7495718335989542379, "prediction": "Thomas Quinn Jones", "binary_answer": null, "no_answer_prob": -4.351373195648193}
{"example_id": 8739512134061065698, "prediction": "The Giver Quartet", "binary_answer": null, "no_answer_prob": -3.1475433111190796}
{"example_id": -1481544055301540967, "prediction": "", "binary_answer": null, "no_answer_prob": 3.936275899410248}
{"example_id": 8324367126837424989, "prediction": "Sangamon River The Sangamon River near Decatur", "binary_answer": null, "no_answer_prob": 2.680010676383972}
{"example_id": -5299590791645780395, "prediction": "Shystie 's song `` Somedayz '' from the album Diamond in the Dirt . Janet Jackson", "binary_answer": null, "no_answer_prob": 1.864194393157959}
{"example_id": 4098753080394138145, "prediction": "1899", "binary_answer": null, "no_answer_prob": 3.377376675605774}
{"example_id": 3670471646375572127, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": 0.9417732134461403}
{"example_id": -7437571533499483563, "prediction": "", "binary_answer": null, "no_answer_prob": 2.698306083679199}
{"example_id": -3850757564900877482, "prediction": "Point Barrow , Alaska", "binary_answer": null, "no_answer_prob": -0.35576140880584717}
{"example_id": -4837429249627032839, "prediction": "1956", "binary_answer": null, "no_answer_prob": -4.948408722877502}
{"example_id": -2439456204679777167, "prediction": "Illegitimi non carborundum", "binary_answer": null, "no_answer_prob": -3.593700408935547}
{"example_id": 2991736610159604222, "prediction": "matambre", "binary_answer": null, "no_answer_prob": 0.9647766947746277}
{"example_id": 6535327901184619009, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 1.5447868332266808}
{"example_id": 91157977445677616, "prediction": "Tracy McConnell", "binary_answer": null, "no_answer_prob": -0.6290774345397949}
{"example_id": -1697273296376987173, "prediction": "John Ambrose Fleming", "binary_answer": null, "no_answer_prob": -2.209810256958008}
{"example_id": 3802206105778993088, "prediction": "John Delaney", "binary_answer": null, "no_answer_prob": 0.7020810842514038}
{"example_id": 6155560793917430810, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -8.503118515014648}
{"example_id": -2611137049349963318, "prediction": "The post -- civil rights era", "binary_answer": null, "no_answer_prob": 0.1776219606399536}
{"example_id": 219689462061815935, "prediction": "Lisa Diane Whelchel", "binary_answer": null, "no_answer_prob": -10.33539342880249}
{"example_id": 4905504633348232351, "prediction": "`` In Memoriam A.H.H. '' is a poem by the British poet Alfred , Lord Tennyson", "binary_answer": null, "no_answer_prob": 1.9534605741500854}
{"example_id": -6414947426303502550, "prediction": "", "binary_answer": null, "no_answer_prob": 4.425352036952972}
{"example_id": -3960167578962130802, "prediction": "Walt Disney Pictures", "binary_answer": null, "no_answer_prob": 1.8750758171081543}
{"example_id": -590595817323170354, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7992245554924011}
{"example_id": -5934587290164255986, "prediction": "five", "binary_answer": null, "no_answer_prob": 0.6254012584686279}
{"example_id": -8126641414493403425, "prediction": "January 18 , 2008", "binary_answer": null, "no_answer_prob": 0.952277660369873}
{"example_id": -3572938726829642945, "prediction": "The London Underground", "binary_answer": null, "no_answer_prob": -1.2897366285324097}
{"example_id": -3054582910153166594, "prediction": "Ren\u00e9 Cassin", "binary_answer": null, "no_answer_prob": -0.8495633602142334}
{"example_id": -4059804110975823642, "prediction": "", "binary_answer": null, "no_answer_prob": 3.612730622291565}
{"example_id": 6442806862613309751, "prediction": "25 June 1950 when North Korea invaded South Korea following a series of clashes along the border .", "binary_answer": null, "no_answer_prob": 4.329075247049332}
{"example_id": 8983970052405532957, "prediction": "Columbus Blue Jackets", "binary_answer": null, "no_answer_prob": -1.1633718013763428}
{"example_id": 6306960409598321498, "prediction": "", "binary_answer": null, "no_answer_prob": 4.647557437419891}
{"example_id": 2036384328456021666, "prediction": "In computing based on the Java Platform , JavaBeans", "binary_answer": null, "no_answer_prob": 0.4583546593785286}
{"example_id": 3854590860731408453, "prediction": "The French and Indian War", "binary_answer": null, "no_answer_prob": -3.718724250793457}
{"example_id": -4689816671479401310, "prediction": "The Pledge of Allegiance of the United States", "binary_answer": null, "no_answer_prob": 2.672291472554207}
{"example_id": -5293788033737954490, "prediction": "Wilhelmina Models , Elite Models , Kathy Muller Model Agency", "binary_answer": null, "no_answer_prob": 2.9184858202934265}
{"example_id": 2516392454249812595, "prediction": "The Federal Communications Commission ( FCC )", "binary_answer": null, "no_answer_prob": 1.5125375986099243}
{"example_id": -298768433575593625, "prediction": "It is scheduled to be held in 12 cities in 12 European countries from 12 June to 12 July 2020", "binary_answer": null, "no_answer_prob": -0.6102721691131592}
{"example_id": 3985192894716058216, "prediction": "chalk landing place , Cealc - hy\u00f0 = `` chalk wharf '' .", "binary_answer": null, "no_answer_prob": -2.1507606506347656}
{"example_id": 1980292495431083212, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2204065322875977}
{"example_id": -7260543160385687988, "prediction": "Super Bowl LII", "binary_answer": null, "no_answer_prob": -0.04096865653991699}
{"example_id": 6825089948454402519, "prediction": "", "binary_answer": null, "no_answer_prob": 3.134240001440048}
{"example_id": -2525845930282354070, "prediction": "Alladi Krishnaswamy Iyer", "binary_answer": null, "no_answer_prob": -2.55202054977417}
{"example_id": -7744648380212957788, "prediction": "24", "binary_answer": null, "no_answer_prob": -2.349609851837158}
{"example_id": -5818906764192144597, "prediction": "", "binary_answer": null, "no_answer_prob": 2.379667967557907}
{"example_id": -2456325159367728662, "prediction": "", "binary_answer": null, "no_answer_prob": 3.913562774658203}
{"example_id": -3104735705429441907, "prediction": "English", "binary_answer": null, "no_answer_prob": -4.277899980545044}
{"example_id": 6737843651411916559, "prediction": "Boston Celtics center Bill Russell", "binary_answer": null, "no_answer_prob": 1.58680060505867}
{"example_id": -609161534118796334, "prediction": "1994", "binary_answer": null, "no_answer_prob": -7.228983223438263}
{"example_id": 5129790518723369064, "prediction": "Rudd Canaday", "binary_answer": null, "no_answer_prob": -1.1248242855072021}
{"example_id": 601364523058231398, "prediction": "Lionel Messi", "binary_answer": null, "no_answer_prob": -9.197883009910583}
{"example_id": -6318844436161400264, "prediction": "Automotive production", "binary_answer": null, "no_answer_prob": 1.7283159792423248}
{"example_id": 8663315281958969051, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7602418065071106}
{"example_id": 4544691585345575813, "prediction": "TLC", "binary_answer": null, "no_answer_prob": -4.014267325401306}
{"example_id": -6915859372604977461, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4585179835557938}
{"example_id": -5425286688501814818, "prediction": "1964", "binary_answer": null, "no_answer_prob": -0.5625661611557007}
{"example_id": 1969283706312770626, "prediction": "", "binary_answer": null, "no_answer_prob": 2.632273852825165}
{"example_id": 8462960156086716818, "prediction": "Imhotep", "binary_answer": null, "no_answer_prob": -1.0678057670593262}
{"example_id": -1564037049376314780, "prediction": "Prakash Javadekar", "binary_answer": null, "no_answer_prob": -8.021509647369385}
{"example_id": 869341782541486367, "prediction": "A country is a region that is identified as a distinct national entity in political geography", "binary_answer": null, "no_answer_prob": 3.202714651823044}
{"example_id": -6216333722586209149, "prediction": "", "binary_answer": null, "no_answer_prob": 3.807747960090637}
{"example_id": 1344035187694569533, "prediction": "", "binary_answer": null, "no_answer_prob": 0.1921321153640747}
{"example_id": 4790320684734861642, "prediction": "`` Just the Way You Are '' is the debut solo single by American singer - songwriter Bruno Mars", "binary_answer": null, "no_answer_prob": 2.8893896341323853}
{"example_id": 9186492454589524292, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9390704333782196}
{"example_id": -9158623285796492704, "prediction": "1867", "binary_answer": null, "no_answer_prob": -6.254480183124542}
{"example_id": -2750633755921861533, "prediction": "3", "binary_answer": null, "no_answer_prob": 2.5019810795783997}
{"example_id": -7245397199986433863, "prediction": "francophone black writers from African and Caribbean colonies who lived in Paris were also influenced by the Harlem Renaissance .", "binary_answer": null, "no_answer_prob": 2.413446068763733}
{"example_id": -3888492751132776519, "prediction": "Mary William Ethelbert Appleton `` Billie '' Burke", "binary_answer": null, "no_answer_prob": -4.683513402938843}
{"example_id": 7611521031230728931, "prediction": "", "binary_answer": null, "no_answer_prob": 2.904293954372406}
{"example_id": -6039277764340706043, "prediction": "Christmas in July is a Christmas celebration held in the month of July , the nature of which differs by hemisphere .", "binary_answer": null, "no_answer_prob": 5.137524977326393}
{"example_id": -4989821726385625117, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7968316078186035}
{"example_id": -7091849772271819482, "prediction": "Betsy DeVos", "binary_answer": null, "no_answer_prob": -7.000564098358154}
{"example_id": 5313470441363764635, "prediction": "Zither", "binary_answer": null, "no_answer_prob": 4.112488359212875}
{"example_id": -4572903059167714513, "prediction": "DNCE", "binary_answer": null, "no_answer_prob": 1.5429445505142212}
{"example_id": 4884775051439922498, "prediction": "Designed to supplement Disneyland in Anaheim , California , which had opened in 1955", "binary_answer": null, "no_answer_prob": 2.244286765344441}
{"example_id": 4235175264247803933, "prediction": "on the island of Sumatra", "binary_answer": null, "no_answer_prob": -2.957552671432495}
{"example_id": 6775762162619315471, "prediction": "the Gospel of Matthew", "binary_answer": null, "no_answer_prob": -4.254101872444153}
{"example_id": 3036700087778896814, "prediction": "The National Basketball Association ( NBA ) playoffs are a best - of - seven", "binary_answer": null, "no_answer_prob": -0.029101788997650146}
{"example_id": -8190835924291609900, "prediction": "Raquel Castro", "binary_answer": null, "no_answer_prob": -6.204949617385864}
{"example_id": -8494356728875873497, "prediction": "17", "binary_answer": null, "no_answer_prob": -3.509186267852783}
{"example_id": -4227945117222983942, "prediction": "April 30 , 2002", "binary_answer": null, "no_answer_prob": -7.947407126426697}
{"example_id": 3966732255584381917, "prediction": "Hugh L. Carey Tunnel", "binary_answer": null, "no_answer_prob": 0.771327793598175}
{"example_id": 4563093122974025992, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Golden Rule", "binary_answer": null, "no_answer_prob": 4.101302146911621}
{"example_id": -2014579994914273588, "prediction": "Records Player # Season Refs Games Maury Wills 165", "binary_answer": null, "no_answer_prob": -0.5120025873184204}
{"example_id": 2706772051202747690, "prediction": "The term flip - flop", "binary_answer": null, "no_answer_prob": -4.293438673019409}
{"example_id": 4105429651494328420, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": 0.6092454195022583}
{"example_id": 7973045298580639687, "prediction": "", "binary_answer": null, "no_answer_prob": 5.105689287185669}
{"example_id": -721329311106499395, "prediction": "2010", "binary_answer": null, "no_answer_prob": -1.0017976760864258}
{"example_id": -7801656114211799042, "prediction": "", "binary_answer": null, "no_answer_prob": 1.177190899848938}
{"example_id": 1469809628155902968, "prediction": "Maryland", "binary_answer": null, "no_answer_prob": -4.364274024963379}
{"example_id": -3587529399392865406, "prediction": "Alcoholism", "binary_answer": null, "no_answer_prob": 2.610956370830536}
{"example_id": -9167682050066978664, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3361570835113525}
{"example_id": -8003989302718896768, "prediction": "Lord Canning", "binary_answer": null, "no_answer_prob": -5.697562098503113}
{"example_id": 3234073739556853739, "prediction": "D'Artagnan and Three Musketeers", "binary_answer": null, "no_answer_prob": -0.3031046390533447}
{"example_id": -1492847758788306148, "prediction": "", "binary_answer": null, "no_answer_prob": 2.336308538913727}
{"example_id": 3738037715323533597, "prediction": "1990", "binary_answer": null, "no_answer_prob": -6.652741551399231}
{"example_id": 282190951134581763, "prediction": "The New England Colonies of British America", "binary_answer": null, "no_answer_prob": 3.664079785346985}
{"example_id": 7114253970484917136, "prediction": "Harry Potter and the Philosopher 's Stone", "binary_answer": null, "no_answer_prob": -0.23666656017303467}
{"example_id": 3017432027534618716, "prediction": "Sean Patrick Astin", "binary_answer": null, "no_answer_prob": -11.28884494304657}
{"example_id": 5976894042266979161, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.8153455555438995}
{"example_id": -568594111524274802, "prediction": "The Partition of India was the division of British India in 1947", "binary_answer": null, "no_answer_prob": -1.4964749813079834}
{"example_id": -3035485922399347025, "prediction": "Ravi River Ravi river . Country India , Pakistan Physical characteristics Main source Chamba district of Himachal Pradesh , India", "binary_answer": null, "no_answer_prob": 3.240684986114502}
{"example_id": 8568799489587943106, "prediction": "Salman bin Abdulaziz Al Saud", "binary_answer": null, "no_answer_prob": -10.49691092967987}
{"example_id": 7031295060348389198, "prediction": "", "binary_answer": null, "no_answer_prob": 5.719465464353561}
{"example_id": 8498822638485909506, "prediction": "Independence Day", "binary_answer": null, "no_answer_prob": -1.3706843852996826}
{"example_id": -6177091657813211348, "prediction": "Kimbra", "binary_answer": null, "no_answer_prob": -6.35723614692688}
{"example_id": -908231916853811365, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6481897830963135}
{"example_id": -8001773683961081578, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7176282480359077}
{"example_id": -6781927726630191682, "prediction": "1986", "binary_answer": null, "no_answer_prob": -4.379093766212463}
{"example_id": -8186399298848017637, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1153571605682373}
{"example_id": -4944512028480785081, "prediction": "19 June 2018", "binary_answer": null, "no_answer_prob": -5.76678204536438}
{"example_id": -5163580519633563973, "prediction": "", "binary_answer": null, "no_answer_prob": 2.259194076061249}
{"example_id": -6629233044806140923, "prediction": "Kelly Erin Hannon", "binary_answer": null, "no_answer_prob": 7.02752012014389}
{"example_id": -1767606306850788857, "prediction": "1984", "binary_answer": null, "no_answer_prob": -6.1499103307724}
{"example_id": -3441193694520426130, "prediction": "Harry Chapin", "binary_answer": null, "no_answer_prob": -7.997001647949219}
{"example_id": 5118505966272271760, "prediction": "Paul Heaton and Dave Hemingway", "binary_answer": null, "no_answer_prob": -0.542311429977417}
{"example_id": 6974122774280026219, "prediction": "Joymati", "binary_answer": null, "no_answer_prob": -3.229806423187256}
{"example_id": 8609538407494301548, "prediction": "`` Love Yourself '' is a song recorded by Canadian singer Justin Bieber for his fourth studio album Purpose", "binary_answer": null, "no_answer_prob": 2.361955128610134}
{"example_id": -7142245749745776633, "prediction": "The flag of the United States of America", "binary_answer": null, "no_answer_prob": 1.5518646240234375}
{"example_id": 4345875293222085399, "prediction": "twenty - second season overall of the Power Rangers franchise . It aired from February 7 to December 12 , 2015 on Nickelodeon .", "binary_answer": null, "no_answer_prob": 0.2912254333496094}
{"example_id": -194990720531724129, "prediction": "1861 -- 1865", "binary_answer": null, "no_answer_prob": -1.6579766273498535}
{"example_id": -5031467675372179310, "prediction": "WHA Indianapolis Racers Edmonton Oilers NHL Edmonton Oilers", "binary_answer": null, "no_answer_prob": 1.3775419890880585}
{"example_id": 98262964342640738, "prediction": "", "binary_answer": null, "no_answer_prob": 3.297073245048523}
{"example_id": -7550420943260704873, "prediction": "Vodafone Idea", "binary_answer": null, "no_answer_prob": -1.1394917964935303}
{"example_id": 7467210135563663535, "prediction": "12", "binary_answer": null, "no_answer_prob": -3.195163130760193}
{"example_id": 7778866270168931445, "prediction": "The Heavy Brigade under James Scarlett was the British heavy cavalry force . It mounted large , heavy chargers", "binary_answer": null, "no_answer_prob": 3.1816911697387695}
{"example_id": 1071163389047184834, "prediction": "", "binary_answer": null, "no_answer_prob": 3.500640422105789}
{"example_id": 1838262396312467632, "prediction": "", "binary_answer": null, "no_answer_prob": 3.664800763130188}
{"example_id": -2300809780115527834, "prediction": "The Alienist is a crime novel by Caleb Carr", "binary_answer": null, "no_answer_prob": 4.322137832641602}
{"example_id": -492960371255977685, "prediction": "Voltaire", "binary_answer": null, "no_answer_prob": -1.8272918462753296}
{"example_id": 2291210264029318078, "prediction": "90 \u00b0 West", "binary_answer": null, "no_answer_prob": 1.7877707481384277}
{"example_id": 6366045689787365015, "prediction": "`` Lean on Me '' is a song written and recorded by African American singer - songwriter Bill Withers", "binary_answer": null, "no_answer_prob": 2.4145113080739975}
{"example_id": -3143560607969224951, "prediction": "Kurt Barlow", "binary_answer": null, "no_answer_prob": -0.30878257751464844}
{"example_id": 1715540380353670786, "prediction": "1825", "binary_answer": null, "no_answer_prob": -5.204587697982788}
{"example_id": 129625858882162411, "prediction": "Mera Khatha , Bhagya Vidhatha ( meaning `` My account brings me good fortune '' )", "binary_answer": null, "no_answer_prob": -6.04791259765625}
{"example_id": -4104449943308851670, "prediction": "Aristotle", "binary_answer": null, "no_answer_prob": -0.3197133541107178}
{"example_id": -7018702713268385590, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7799904346466064}
{"example_id": 6850203343044996670, "prediction": "U.S. Bank Stadium in Minneapolis , Minnesota , United States", "binary_answer": null, "no_answer_prob": -8.345584154129028}
{"example_id": -1550646020963618458, "prediction": "British rock group the Animals", "binary_answer": null, "no_answer_prob": -1.7082316875457764}
{"example_id": -5144828129806748354, "prediction": "Among these athletes , the most - occurring combination is bobsledding and athletics , followed by cycling and speed skating", "binary_answer": null, "no_answer_prob": 2.393640100955963}
{"example_id": -4102688898759230453, "prediction": "Ray Liotta", "binary_answer": null, "no_answer_prob": -7.515251874923706}
{"example_id": 2972778292233187574, "prediction": "Jackson , Georgia", "binary_answer": null, "no_answer_prob": -3.803409695625305}
{"example_id": -752997362772834046, "prediction": "Keshav Tyohar and Aishwarya Saha", "binary_answer": null, "no_answer_prob": 0.2801518440246582}
{"example_id": 5099456466240119841, "prediction": "`` Bust Your Windows", "binary_answer": null, "no_answer_prob": 5.345162481069565}
{"example_id": -5511849530252416277, "prediction": "George Washington ( 1732 -- 1799 ) , Thomas Jefferson ( 1743 -- 1826 ) , Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -4.443192362785339}
{"example_id": -5673927666992140501, "prediction": "", "binary_answer": null, "no_answer_prob": 3.25678288936615}
{"example_id": 1033034575193747183, "prediction": "Need for Speed Payback", "binary_answer": null, "no_answer_prob": -4.850262641906738}
{"example_id": -7836213046742728778, "prediction": "Deep Throat", "binary_answer": null, "no_answer_prob": 3.7810511589050293}
{"example_id": -741988360688727479, "prediction": "The acceleration due to gravity on the surface of the Moon is about 1.625 m / s", "binary_answer": null, "no_answer_prob": -1.9883723258972168}
{"example_id": -9093223812193834272, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2742732763290405}
{"example_id": 1529347612060466891, "prediction": "The Pawtucket Red Sox and the Rochester Red Wings", "binary_answer": null, "no_answer_prob": 1.3707650639116764}
{"example_id": 7893591519456747125, "prediction": "8 . May you walk in sunshine 3 : 57", "binary_answer": null, "no_answer_prob": 2.444129228591919}
{"example_id": 8660137887205745144, "prediction": "on the Greek island of Patmos", "binary_answer": null, "no_answer_prob": 2.4634028673171997}
{"example_id": 706706414271678952, "prediction": "Written by Berry in 1955 , the song is about an illiterate `` country boy '' from the New Orleans area", "binary_answer": null, "no_answer_prob": -0.4762619137763977}
{"example_id": 1148665938811409716, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5613746643066406}
{"example_id": 7388836384606772237, "prediction": "August 6 and 9 , 1945", "binary_answer": null, "no_answer_prob": -8.468230724334717}
{"example_id": -135263648138393062, "prediction": "", "binary_answer": null, "no_answer_prob": -2.468302011489868}
{"example_id": 2449309904938287560, "prediction": "1984", "binary_answer": null, "no_answer_prob": -7.512467861175537}
{"example_id": 9066765590331027835, "prediction": "in the upper leg", "binary_answer": null, "no_answer_prob": -6.651400327682495}
{"example_id": -92281383927387276, "prediction": "And When Did You Last See Your Father ?", "binary_answer": null, "no_answer_prob": 2.6077526807785034}
{"example_id": -1966727995856300284, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2157425880432129}
{"example_id": 3847837738326967981, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8331297636032104}
{"example_id": 1946435308851865169, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8043949604034424}
{"example_id": -6595869810643409975, "prediction": "Bill Medley and Jennifer Warnes", "binary_answer": null, "no_answer_prob": -5.730433821678162}
{"example_id": 7682837152639433138, "prediction": "Odisha , India", "binary_answer": null, "no_answer_prob": -3.2036185264587402}
{"example_id": -1295862734292663439, "prediction": "Lori Lieberman", "binary_answer": null, "no_answer_prob": -4.357935070991516}
{"example_id": -3587139597075780529, "prediction": "the beginning of the 8th century CE", "binary_answer": null, "no_answer_prob": -5.594922423362732}
{"example_id": 8016878337917911859, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5498567819595337}
{"example_id": 128210777148524352, "prediction": "Brent Dowe and Trevor McNaughton of the Jamaican reggae group The Melodians", "binary_answer": null, "no_answer_prob": -8.341324806213379}
{"example_id": 1158571622347711112, "prediction": "", "binary_answer": null, "no_answer_prob": 4.249184608459473}
{"example_id": -1508372219195527242, "prediction": "Kristin Stokes", "binary_answer": null, "no_answer_prob": -2.8580833673477173}
{"example_id": 227197047841294702, "prediction": "In the television series 's fourth season", "binary_answer": null, "no_answer_prob": 1.2548154592514038}
{"example_id": -8152873154473178125, "prediction": "Gwen Dickey", "binary_answer": null, "no_answer_prob": -4.954563021659851}
{"example_id": 5677549626771096811, "prediction": "", "binary_answer": null, "no_answer_prob": 4.501814007759094}
{"example_id": -2099721548141571157, "prediction": "Kelly Gordon", "binary_answer": null, "no_answer_prob": -4.847615838050842}
{"example_id": 160462365288125381, "prediction": "Lee de Forest", "binary_answer": null, "no_answer_prob": -9.368404746055603}
{"example_id": -2027190337225762939, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7609617859125137}
{"example_id": -7514137616900537978, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4452269719913602}
{"example_id": -8597362360258501485, "prediction": "Stipe Miocic", "binary_answer": null, "no_answer_prob": -0.7229137420654297}
{"example_id": 362763748150737986, "prediction": "", "binary_answer": null, "no_answer_prob": 2.436098664999008}
{"example_id": -5695986377796768768, "prediction": "Freedom of Information laws", "binary_answer": null, "no_answer_prob": 3.1704412698745728}
{"example_id": 8967448474966136358, "prediction": "Cy Young", "binary_answer": null, "no_answer_prob": -7.926019668579102}
{"example_id": -8154528674016589420, "prediction": "5th century BCE", "binary_answer": null, "no_answer_prob": -4.040197849273682}
{"example_id": -4467052165707707109, "prediction": "10 July 10 , 2012 ( 2012 - 07 - 10 ) TBA", "binary_answer": null, "no_answer_prob": -5.082836151123047}
{"example_id": -1501131813198190584, "prediction": "Rivers Cuomo", "binary_answer": null, "no_answer_prob": -7.031268358230591}
{"example_id": 6941809078619452991, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9914560317993164}
{"example_id": -652743269523470456, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5986928045749664}
{"example_id": 981159256080272274, "prediction": "1 November 1955 to the fall of Saigon on 30 April 1975", "binary_answer": null, "no_answer_prob": -3.2937923669815063}
{"example_id": -4683105765504634127, "prediction": "Northern Athabaskan languages Pacific Coast Athabaskan languages Southern Athabaskan languages or `` Apachean ''", "binary_answer": null, "no_answer_prob": -1.455698013305664}
{"example_id": -8177780501798653901, "prediction": "", "binary_answer": null, "no_answer_prob": 6.8786353170871735}
{"example_id": 7049247063155883168, "prediction": "Seismic risk refers to the risk of damage from earthquake to a building , system , or other entity", "binary_answer": null, "no_answer_prob": 0.8997102379798889}
{"example_id": -6424114240676170332, "prediction": "", "binary_answer": null, "no_answer_prob": -4.410199284553528}
{"example_id": -7599597311618931483, "prediction": "Brian Stepanek", "binary_answer": null, "no_answer_prob": -7.5633721351623535}
{"example_id": 2421267297792024617, "prediction": "Finally in 1984", "binary_answer": null, "no_answer_prob": -0.34698915481567383}
{"example_id": 7120434877902085935, "prediction": "Harmont , a fictitious town in Canada", "binary_answer": null, "no_answer_prob": -2.1119771003723145}
{"example_id": -593737677179785327, "prediction": "The river rises in northwestern Wyoming", "binary_answer": null, "no_answer_prob": 0.9243549406528473}
{"example_id": 4169531558114993634, "prediction": "1995 -- 96 , 2000 -- 01", "binary_answer": null, "no_answer_prob": 1.6981481909751892}
{"example_id": 7563739591912589366, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1643569469451904}
{"example_id": -8299327714934748282, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7406867742538452}
{"example_id": -9090848222765992947, "prediction": "Brooke Shields and Christopher Atkins", "binary_answer": null, "no_answer_prob": 1.4632699489593506}
{"example_id": 9001633841045515701, "prediction": "", "binary_answer": null, "no_answer_prob": 2.794493466615677}
{"example_id": 4791591886298092096, "prediction": "The Marvel Cinematic Universe ( MCU ) films", "binary_answer": null, "no_answer_prob": 2.053306430578232}
{"example_id": 5849448342508864572, "prediction": "Chiyo Miyako", "binary_answer": null, "no_answer_prob": -6.438350439071655}
{"example_id": 7009888309090765284, "prediction": "", "binary_answer": null, "no_answer_prob": 0.09908568859100342}
{"example_id": 7019048799459273153, "prediction": "Guanajuato", "binary_answer": null, "no_answer_prob": -1.4100435972213745}
{"example_id": 2922942140466838291, "prediction": "Carrie Underwood", "binary_answer": null, "no_answer_prob": -3.6630940437316895}
{"example_id": -1723727968483921463, "prediction": "Smash Mouth", "binary_answer": null, "no_answer_prob": 0.540474534034729}
{"example_id": -8927162930124383382, "prediction": "Beatrice Boepple", "binary_answer": null, "no_answer_prob": -7.234585762023926}
{"example_id": 3661749380485118773, "prediction": "Blumhouse 's Truth or Dare , or simply Truth or Dare", "binary_answer": null, "no_answer_prob": -2.5120291709899902}
{"example_id": -580858041942798358, "prediction": "Billy Currington", "binary_answer": null, "no_answer_prob": -10.055663824081421}
{"example_id": -8126934799147710622, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Pescetarianism", "binary_answer": null, "no_answer_prob": 2.79075488448143}
{"example_id": -4064369363656396978, "prediction": "Dr. Hook & the Medicine Show", "binary_answer": null, "no_answer_prob": -0.664497971534729}
{"example_id": 9062516955828136852, "prediction": "Brad Kane and Lea Salonga", "binary_answer": null, "no_answer_prob": -6.5192649364471436}
{"example_id": 8408268682696713771, "prediction": "The Mariana Trench", "binary_answer": null, "no_answer_prob": -2.025781989097595}
{"example_id": 3103339764781835644, "prediction": "Jacob Riis", "binary_answer": null, "no_answer_prob": -4.978121638298035}
{"example_id": 6312673204172258391, "prediction": "1978", "binary_answer": null, "no_answer_prob": -4.051480054855347}
{"example_id": -1646821937415717394, "prediction": "Robert Andrew McGladdery", "binary_answer": null, "no_answer_prob": -8.584097385406494}
{"example_id": -3138009142825820198, "prediction": "Trindon Jerard Holliday", "binary_answer": null, "no_answer_prob": -6.826115727424622}
{"example_id": -7037869973709720114, "prediction": "Fantastic Beasts : The Crimes of Grindelwald , is scheduled to be released on 16 November 2018 .", "binary_answer": null, "no_answer_prob": 0.9698002934455872}
{"example_id": 8322065032603836346, "prediction": "Alan Wilson and Bob Hite", "binary_answer": null, "no_answer_prob": -7.446339249610901}
{"example_id": 5036099833855498696, "prediction": "Bob Gaudio and his future wife Judy Parker", "binary_answer": null, "no_answer_prob": -2.443778395652771}
{"example_id": -1073218892506928282, "prediction": "", "binary_answer": null, "no_answer_prob": 3.880180984735489}
{"example_id": -5086027026826070694, "prediction": "National Democratic Alliance", "binary_answer": null, "no_answer_prob": -3.8574795722961426}
{"example_id": -4259065868257791188, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8545854091644287}
{"example_id": -7354929323309570379, "prediction": "Aida Yurijivna Nikolaychuk", "binary_answer": null, "no_answer_prob": -0.43983888626098633}
{"example_id": -8809556923595244283, "prediction": "`` # Selfie '' is a song produced by American DJ duo The Chainsmokers . It was released on January 29 , 2014", "binary_answer": null, "no_answer_prob": 2.943922206759453}
{"example_id": 3637112361529796791, "prediction": "Babe Ruth", "binary_answer": null, "no_answer_prob": -4.546960234642029}
{"example_id": 2214060061803694161, "prediction": "There have been 12", "binary_answer": null, "no_answer_prob": 0.5520614385604858}
{"example_id": 2661156706100388021, "prediction": "", "binary_answer": null, "no_answer_prob": 3.748124361038208}
{"example_id": -7121927851738876521, "prediction": "Southern Cross or Parliament", "binary_answer": null, "no_answer_prob": -1.873852014541626}
{"example_id": 7130336452825545279, "prediction": "\u8d64 \u9aea \u306e \u767d\u96ea\u59eb , Akagami no Shirayukihime", "binary_answer": null, "no_answer_prob": 1.3246041536331177}
{"example_id": 8363382120473892774, "prediction": "", "binary_answer": null, "no_answer_prob": 4.276925623416901}
{"example_id": 8523680967724740337, "prediction": "", "binary_answer": null, "no_answer_prob": 2.857219636440277}
{"example_id": -59993576524081521, "prediction": "1163 ( 1163 )", "binary_answer": null, "no_answer_prob": -3.5035510063171387}
{"example_id": 7351844234467259950, "prediction": "", "binary_answer": null, "no_answer_prob": 2.409430742263794}
{"example_id": 5207517806973998559, "prediction": "Cotton Bowl stadium in Dallas , Texas", "binary_answer": null, "no_answer_prob": -8.617905855178833}
{"example_id": -2892569171978955183, "prediction": "October 1964", "binary_answer": null, "no_answer_prob": -0.42185068130493164}
{"example_id": 3753239238463281069, "prediction": "`` My Girl ''", "binary_answer": null, "no_answer_prob": 2.404910445213318}
{"example_id": 3536060843224553263, "prediction": "September 13 , 2011 .", "binary_answer": null, "no_answer_prob": 1.2677255868911743}
{"example_id": -8894955479283915262, "prediction": "Ishmael Beah", "binary_answer": null, "no_answer_prob": -9.186826705932617}
{"example_id": -429379574595977800, "prediction": "November 29 , 1986", "binary_answer": null, "no_answer_prob": -0.09494602680206299}
{"example_id": -8751734493194305455, "prediction": "", "binary_answer": null, "no_answer_prob": 4.075791001319885}
{"example_id": -6228485379560427106, "prediction": "Mina SayWhat Llona", "binary_answer": null, "no_answer_prob": 3.7870588898658752}
{"example_id": 7549169988656236738, "prediction": "Doris Roberts", "binary_answer": null, "no_answer_prob": -2.126229405403137}
{"example_id": -7504840561121961744, "prediction": "The series , a contemporary prequel to Alfred Hitchcock 's 1960 film Psycho", "binary_answer": null, "no_answer_prob": 1.3440698981285095}
{"example_id": 3027645115022091599, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1186231961473823}
{"example_id": -7922511313844652253, "prediction": "Nandan Nilekani", "binary_answer": null, "no_answer_prob": -4.963014245033264}
{"example_id": 1765215949404618999, "prediction": "Jaipal Singh Munda", "binary_answer": null, "no_answer_prob": -4.838655591011047}
{"example_id": 6279321766912188169, "prediction": "heterochromatin", "binary_answer": null, "no_answer_prob": 0.5142446756362915}
{"example_id": -1788623852654199834, "prediction": "Fat Joe and Remy Ma", "binary_answer": null, "no_answer_prob": -6.456630349159241}
{"example_id": 1539776967029811363, "prediction": "Mohandas Karamchand Gandhi", "binary_answer": null, "no_answer_prob": -8.773459732532501}
{"example_id": -6876562279448522950, "prediction": "Robert Barton Englund", "binary_answer": null, "no_answer_prob": -13.019818782806396}
{"example_id": 1146131189893841602, "prediction": "Greensboro", "binary_answer": null, "no_answer_prob": -9.45185899734497}
{"example_id": 8219110356657808796, "prediction": "", "binary_answer": null, "no_answer_prob": 3.594623565673828}
{"example_id": 3693742505271288593, "prediction": "Delhi Delhi", "binary_answer": null, "no_answer_prob": -8.484852313995361}
{"example_id": -3943859381144544184, "prediction": "Nikola Joki\u0107", "binary_answer": null, "no_answer_prob": 0.37042236328125}
{"example_id": -4104307457999136533, "prediction": "Warren Hastings", "binary_answer": null, "no_answer_prob": -6.785426139831543}
{"example_id": -283399111811835456, "prediction": "The English Channel", "binary_answer": null, "no_answer_prob": 0.18833935260772705}
{"example_id": -262285990122555813, "prediction": "", "binary_answer": null, "no_answer_prob": -1.845898985862732}
{"example_id": 5377124952027756432, "prediction": "Mark Charles Teixeira", "binary_answer": null, "no_answer_prob": -10.389652848243713}
{"example_id": 3481047294304336075, "prediction": "2,001 ft ( 610 m )", "binary_answer": null, "no_answer_prob": -9.270526885986328}
{"example_id": -6962948485363607069, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5047932863235474}
{"example_id": 1317904611649530845, "prediction": "generic programming , abstractness without loss of efficiency , the Von Neumann computation model , and value semantics .", "binary_answer": null, "no_answer_prob": 0.9302313923835754}
{"example_id": 2786888963624595931, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Sahel", "binary_answer": null, "no_answer_prob": -0.4277529716491699}
{"example_id": -2409417963572718470, "prediction": "10", "binary_answer": null, "no_answer_prob": -2.115625023841858}
{"example_id": 6358045010279958235, "prediction": "the Charter of Rights and Freedoms", "binary_answer": null, "no_answer_prob": 0.07834386825561523}
{"example_id": 9155046575550322464, "prediction": "", "binary_answer": null, "no_answer_prob": 4.566181838512421}
{"example_id": -7386059312149145810, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4367823600769043}
{"example_id": 6667408877332999420, "prediction": "Staff sergeant", "binary_answer": null, "no_answer_prob": -2.577084183692932}
{"example_id": -7612024550116089321, "prediction": "Teddy Nadler", "binary_answer": null, "no_answer_prob": -1.6205400228500366}
{"example_id": -886452231827056954, "prediction": "Red Bank Catholic High School", "binary_answer": null, "no_answer_prob": 2.2782624810934067}
{"example_id": 3660399026552170949, "prediction": "`` Crank That ( Soulja Boy ) '' is the debut single by American rapper Soulja Boy Tell'em", "binary_answer": null, "no_answer_prob": 4.513441622257233}
{"example_id": -992946657879654844, "prediction": "", "binary_answer": null, "no_answer_prob": 4.475789189338684}
{"example_id": -3792214777998468542, "prediction": "Lucas Daniel Till", "binary_answer": null, "no_answer_prob": -4.766666293144226}
{"example_id": 7811332518072983220, "prediction": "Svara", "binary_answer": null, "no_answer_prob": 1.00209366902709}
{"example_id": -6702415839930740580, "prediction": "February 6 , 2015", "binary_answer": null, "no_answer_prob": -4.15749716758728}
{"example_id": 1736622075043572243, "prediction": "Series Episodes Premiere Finale Winner Runners - up Average UK viewers ( millions ) Timeslot Channel 6 17 August 2010 21 September 2010 Edd Kimber", "binary_answer": null, "no_answer_prob": 0.5305845737457275}
{"example_id": 1358197117613550027, "prediction": "37.8 years", "binary_answer": null, "no_answer_prob": -3.22322154045105}
{"example_id": 8600049310637718384, "prediction": "A pro-drop language", "binary_answer": null, "no_answer_prob": 2.407427668571472}
{"example_id": 5862869608956377858, "prediction": "Linsey Godfrey", "binary_answer": null, "no_answer_prob": -12.688278675079346}
{"example_id": -7923882948127876883, "prediction": "Assistant sub-inspector", "binary_answer": null, "no_answer_prob": -3.1998008489608765}
{"example_id": 9220692531499688215, "prediction": "`` Where Were You ( When the World Stopped Turning ) '' is a song written by the American singer - songwriter Alan Jackson", "binary_answer": null, "no_answer_prob": -0.05392441153526306}
{"example_id": -4317249439062227447, "prediction": "Rachel Lindsay Rene Bush and Sidney Robyn Danae Bush", "binary_answer": null, "no_answer_prob": -8.154905319213867}
{"example_id": 5515894889448157257, "prediction": "", "binary_answer": null, "no_answer_prob": -3.480569005012512}
{"example_id": 866838690642063785, "prediction": "January 26 , 2018", "binary_answer": null, "no_answer_prob": -3.1205722093582153}
{"example_id": 2919163947350021200, "prediction": "The data link layer or layer 2", "binary_answer": null, "no_answer_prob": -2.1276533603668213}
{"example_id": -7149910308751805916, "prediction": "", "binary_answer": null, "no_answer_prob": 2.984539031982422}
{"example_id": 3584369503799959666, "prediction": "Lord Voldemort", "binary_answer": null, "no_answer_prob": 1.8818427920341492}
{"example_id": -6569027773749567273, "prediction": "Robert Coleman Atkins", "binary_answer": null, "no_answer_prob": -6.876621842384338}
{"example_id": -2046476599353137664, "prediction": "Kelly Gordon", "binary_answer": null, "no_answer_prob": -4.421865940093994}
{"example_id": 3862790378558466710, "prediction": "`` The Story ''", "binary_answer": null, "no_answer_prob": 0.04759693145751953}
{"example_id": -6291639944574171809, "prediction": "Brett Young", "binary_answer": null, "no_answer_prob": -5.02949333190918}
{"example_id": 5757115904620559049, "prediction": "William Monahan", "binary_answer": null, "no_answer_prob": -5.064373970031738}
{"example_id": 2829430480156542603, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9995359778404236}
{"example_id": 4445487358659242086, "prediction": "The Red Dog Saloon is a drinking establishment at 278 South Franklin Street in Juneau", "binary_answer": null, "no_answer_prob": -0.6803299188613892}
{"example_id": -282524665800613074, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6842516660690308}
{"example_id": -4398892560452556882, "prediction": "Spain", "binary_answer": null, "no_answer_prob": -11.409916162490845}
{"example_id": -5522171305070949376, "prediction": "The Kansas -- Nebraska Act of 1854", "binary_answer": null, "no_answer_prob": 0.690815806388855}
{"example_id": 6171619196486872384, "prediction": "0.15 %", "binary_answer": null, "no_answer_prob": -3.7132623195648193}
{"example_id": 2152433678881288213, "prediction": "2014", "binary_answer": null, "no_answer_prob": -0.31008613109588623}
{"example_id": -7855771810159159176, "prediction": "In geometry , a cube", "binary_answer": null, "no_answer_prob": 1.748872697353363}
{"example_id": -8033977932371455699, "prediction": "more than two years of a term to which some other person was elected President shall be elected to the office of the President more than once .", "binary_answer": null, "no_answer_prob": 2.712705284357071}
{"example_id": 3340609790757310026, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8499985933303833}
{"example_id": -521273537856516003, "prediction": "", "binary_answer": null, "no_answer_prob": 2.218359686434269}
{"example_id": 3296786905920576260, "prediction": "The Bay of Pigs Invasion ( Spanish : Invasi\u00f3n de Playa Gir\u00f3n or Invasi\u00f3n de Bah\u00eda de Cochinos or Batalla de Gir\u00f3n", "binary_answer": null, "no_answer_prob": 1.8914349675178528}
{"example_id": -8752136805523051359, "prediction": "Abby Wambach", "binary_answer": null, "no_answer_prob": -7.072030782699585}
{"example_id": -6206363973295917417, "prediction": "", "binary_answer": null, "no_answer_prob": 3.46264910697937}
{"example_id": 5093431893391930063, "prediction": "Princeton", "binary_answer": null, "no_answer_prob": -1.7418479919433594}
{"example_id": -8969040588279206806, "prediction": "The Enlightenment", "binary_answer": null, "no_answer_prob": 2.8726480454206467}
{"example_id": 8116824124734816791, "prediction": "Mitchell Kupchak", "binary_answer": null, "no_answer_prob": -13.672066569328308}
{"example_id": 8794800302609063049, "prediction": "Sia", "binary_answer": null, "no_answer_prob": 0.6492304801940918}
{"example_id": -2607325306581912660, "prediction": "to produce the defensive cephalopod ink", "binary_answer": null, "no_answer_prob": -1.4547995328903198}
{"example_id": 2280478600069738953, "prediction": "Superfecundation", "binary_answer": null, "no_answer_prob": 3.390562415122986}
{"example_id": 32949967343890825, "prediction": "Paul McCartney and Wings", "binary_answer": null, "no_answer_prob": 0.2403959035873413}
{"example_id": 126574373715510199, "prediction": "Hair - Raising Hare", "binary_answer": null, "no_answer_prob": 0.08282077312469482}
{"example_id": -2083013067044607248, "prediction": "`` The Good Life '' is a song by American alternative rock band Weezer", "binary_answer": null, "no_answer_prob": 0.7850371599197388}
{"example_id": -899351908881081678, "prediction": "Alyson Lee Hannigan", "binary_answer": null, "no_answer_prob": -2.896356701850891}
{"example_id": -3407656036949886841, "prediction": "February 6 , 2011", "binary_answer": null, "no_answer_prob": -1.610877275466919}
{"example_id": 4867617541405387846, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8135071992874146}
{"example_id": 6178552352952366693, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0118117332458496}
{"example_id": 5459588345445146692, "prediction": "Instagram 's own account , with over 235 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -5.336722493171692}
{"example_id": 223889013848482079, "prediction": "Pat Benatar", "binary_answer": null, "no_answer_prob": -7.998751640319824}
{"example_id": 2663875872720051264, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7340155243873596}
{"example_id": 2165727753477382226, "prediction": "Cristin Milioti", "binary_answer": null, "no_answer_prob": -8.261671900749207}
{"example_id": 2088327690494562187, "prediction": "Debbie Reynolds", "binary_answer": null, "no_answer_prob": -2.195767402648926}
{"example_id": -3976700472036906836, "prediction": "", "binary_answer": null, "no_answer_prob": -2.36393141746521}
{"example_id": -4237454172054119360, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8069536089897156}
{"example_id": -5152625935791829231, "prediction": "`` Ear - sy Rider", "binary_answer": null, "no_answer_prob": 4.351543635129929}
{"example_id": 9136724098121906332, "prediction": "", "binary_answer": null, "no_answer_prob": 3.865375280380249}
{"example_id": 6135902149083322895, "prediction": "The inner ear ( internal ear , auris interna", "binary_answer": null, "no_answer_prob": 2.800265312194824}
{"example_id": 9090687197021547084, "prediction": "681 Fifth Avenue", "binary_answer": null, "no_answer_prob": -3.633247137069702}
{"example_id": 880003465775733490, "prediction": "Bart Millard", "binary_answer": null, "no_answer_prob": -7.649821162223816}
{"example_id": -6701599966535769301, "prediction": "1998", "binary_answer": null, "no_answer_prob": -4.121440529823303}
{"example_id": -5732892528892044980, "prediction": "The Wheel of Time is a series of high fantasy novels written by American author James Oliver Rigney , Jr.", "binary_answer": null, "no_answer_prob": 2.9895107746124268}
{"example_id": 5871801683009439899, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1085784435272217}
{"example_id": -9164557426920255978, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -2.308359384536743}
{"example_id": -4643583412206202179, "prediction": "December 20 , 2019", "binary_answer": null, "no_answer_prob": -4.764690637588501}
{"example_id": 3462656005643235349, "prediction": "1797 -- 98", "binary_answer": null, "no_answer_prob": -7.252314507961273}
{"example_id": -1630939954994858170, "prediction": "Bonnie Nolan Main role 2018 Lip Sync Battle Herself", "binary_answer": null, "no_answer_prob": 0.4772298336029053}
{"example_id": 1611763682237699503, "prediction": "245", "binary_answer": null, "no_answer_prob": -1.3605175018310547}
{"example_id": -8683970698550680809, "prediction": "", "binary_answer": null, "no_answer_prob": 4.169833540916443}
{"example_id": 7686860319599508089, "prediction": "California", "binary_answer": null, "no_answer_prob": -1.2521474361419678}
{"example_id": 7136908230642294269, "prediction": "5 36 September 27 , 1963 ( 1963 - 09 - 27 ) June 19 , 1964 ( 1964 - 06 - 19 )", "binary_answer": null, "no_answer_prob": 2.152622789144516}
{"example_id": 3013525738066994725, "prediction": "", "binary_answer": null, "no_answer_prob": 6.288619339466095}
{"example_id": 4599312163491710255, "prediction": "Anthony Edward `` Tony '' Stark", "binary_answer": null, "no_answer_prob": -4.166436672210693}
{"example_id": 816418660000550176, "prediction": "Lectures on Government and Binding : The Pisa Lectures ( LGB ) is a book by American linguist Noam Chomsky", "binary_answer": null, "no_answer_prob": 2.618240475654602}
{"example_id": -4366750682593373384, "prediction": "Vivien Leigh", "binary_answer": null, "no_answer_prob": -2.0259947776794434}
{"example_id": 117333509691049716, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.013645708560944}
{"example_id": 5268772391886601047, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1323941946029663}
{"example_id": -3496494429125792878, "prediction": "", "binary_answer": null, "no_answer_prob": 2.212374620139599}
{"example_id": 2498010801923968995, "prediction": "2010 romantic comedy film directed by Catherine Cyran , which was released direct - to - video", "binary_answer": null, "no_answer_prob": 0.4174488727003336}
{"example_id": -3343908589210114941, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2049449682235718}
{"example_id": -3086018981982910882, "prediction": "Christianity", "binary_answer": null, "no_answer_prob": -3.4666415452957153}
{"example_id": -7614411895960854724, "prediction": "Katy Mixon", "binary_answer": null, "no_answer_prob": -10.769081830978394}
{"example_id": -8929043159775950494, "prediction": "Patton Oswalt", "binary_answer": null, "no_answer_prob": -8.630980491638184}
{"example_id": -612099621585600127, "prediction": "Greg Mathis", "binary_answer": null, "no_answer_prob": -7.015782833099365}
{"example_id": -6952216082151956596, "prediction": "Darci Lynne Farmer Angelica Hale Light Balance Tyra Banks", "binary_answer": null, "no_answer_prob": -2.2393689155578613}
{"example_id": -4599243710191582050, "prediction": "In the C programming language , data types", "binary_answer": null, "no_answer_prob": 3.17390900850296}
{"example_id": 8660483233952166612, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9866763353347778}
{"example_id": -5644738834877736784, "prediction": "Controlled Substances Act ( CSA )", "binary_answer": null, "no_answer_prob": 0.5414589047431946}
{"example_id": -8013311774750692433, "prediction": "The show stars stand - up comedian and actor Gabriel `` Gabe '' Kaplan", "binary_answer": null, "no_answer_prob": 1.5059809684753418}
{"example_id": -5993297066926450942, "prediction": "August 6 , 1945", "binary_answer": null, "no_answer_prob": -5.5668604373931885}
{"example_id": 3953518350412364336, "prediction": "`` Sectionals ''", "binary_answer": null, "no_answer_prob": 1.900001049041748}
{"example_id": -1761782052923812581, "prediction": "The Vice-President of India", "binary_answer": null, "no_answer_prob": 1.1539517641067505}
{"example_id": 3930625062514301506, "prediction": "The Space Race", "binary_answer": null, "no_answer_prob": 3.1420842111110687}
{"example_id": 7453551074946380855, "prediction": "The Piano Sonata No. 13 in B - flat major , K. 333 / 315c", "binary_answer": null, "no_answer_prob": 2.8765809312462807}
{"example_id": 4807982044372192071, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3236045837402344}
{"example_id": -1163266752060859717, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The phosphorus cycle", "binary_answer": null, "no_answer_prob": 1.7427353039383888}
{"example_id": 8758570631872393263, "prediction": "Maya is a feminine name with multiple meanings . In Hindu philosophy , M\u0101y\u0101 means `` illusion", "binary_answer": null, "no_answer_prob": -2.8957532048225403}
{"example_id": 1538521268068601128, "prediction": "26 March 2015", "binary_answer": null, "no_answer_prob": -3.7377151250839233}
{"example_id": -1405654592049973491, "prediction": "`` The Druids ' Holy Land '' `` Doruido no Seichi '' ( \u30c9\u30eb\u30a4\u30c9 \u306e \u8056\u5730 )", "binary_answer": null, "no_answer_prob": -0.151885986328125}
{"example_id": 1966439278700039703, "prediction": "Australia", "binary_answer": null, "no_answer_prob": -3.5222110748291016}
{"example_id": 6476987686131638681, "prediction": "Out of the Blue", "binary_answer": null, "no_answer_prob": 2.7998626232147217}
{"example_id": -3942675772583544227, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0083900690078735}
{"example_id": 5053530425008567999, "prediction": "Io , Europa , Ganymede , and Callisto", "binary_answer": null, "no_answer_prob": -3.320573091506958}
{"example_id": -7301233711046677907, "prediction": "August 17 , 2007", "binary_answer": null, "no_answer_prob": -4.4781070947647095}
{"example_id": -5399036709245747136, "prediction": "Region I", "binary_answer": null, "no_answer_prob": 2.329628825187683}
{"example_id": -7510598543762331407, "prediction": "Health", "binary_answer": null, "no_answer_prob": 5.087986707687378}
{"example_id": -3025698733990467077, "prediction": "Olivia de Havilland", "binary_answer": null, "no_answer_prob": -2.556811809539795}
{"example_id": 2461566699470725996, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 6.28360453248024}
{"example_id": 5224183595136435858, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5075764656066895}
{"example_id": -634071497672200640, "prediction": "January 30 , 2000", "binary_answer": null, "no_answer_prob": -5.5374990701675415}
{"example_id": -8065451622798813111, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7707793712615967}
{"example_id": -3878745313594466596, "prediction": "", "binary_answer": null, "no_answer_prob": 4.848338484764099}
{"example_id": 8245563213341141772, "prediction": "", "binary_answer": null, "no_answer_prob": 3.32755047082901}
{"example_id": 4277370647950785243, "prediction": "", "binary_answer": null, "no_answer_prob": 3.053443729877472}
{"example_id": 5678043091280403498, "prediction": "", "binary_answer": null, "no_answer_prob": 2.405051052570343}
{"example_id": 307991485626809933, "prediction": "", "binary_answer": null, "no_answer_prob": 3.18108206987381}
{"example_id": 5003241597230407277, "prediction": "1998 -- 99", "binary_answer": null, "no_answer_prob": -6.043150067329407}
{"example_id": 2133119536154583260, "prediction": "2015", "binary_answer": null, "no_answer_prob": 0.01960921287536621}
{"example_id": -7056341436563164323, "prediction": "Jake Matthew Lloyd", "binary_answer": null, "no_answer_prob": -10.313170313835144}
{"example_id": -3724466344379359135, "prediction": "", "binary_answer": null, "no_answer_prob": 3.401333808898926}
{"example_id": 5761196659229684486, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4882395267486572}
{"example_id": -7580641375690397855, "prediction": "February 14 , 2016", "binary_answer": null, "no_answer_prob": 0.530410885810852}
{"example_id": 2238955366807560237, "prediction": "Lisa Edelstein", "binary_answer": null, "no_answer_prob": -11.012592673301697}
{"example_id": -6206485579779452882, "prediction": "Robin", "binary_answer": null, "no_answer_prob": 1.548226237297058}
{"example_id": 2121161681161335801, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6692910492420197}
{"example_id": 5918410514193138571, "prediction": "", "binary_answer": null, "no_answer_prob": 3.236940488219261}
{"example_id": -7311058425357650150, "prediction": "January 26 , 2018", "binary_answer": null, "no_answer_prob": 0.5904502868652344}
{"example_id": 4876107623646098369, "prediction": "`` The Rockafeller Skank ''", "binary_answer": null, "no_answer_prob": 3.7500245571136475}
{"example_id": 3815127901387328636, "prediction": "30,007,094", "binary_answer": null, "no_answer_prob": -1.9736168384552002}
{"example_id": -3286827879848365896, "prediction": "The Promised Land", "binary_answer": null, "no_answer_prob": -6.298166632652283}
{"example_id": 2904274678882358283, "prediction": "", "binary_answer": null, "no_answer_prob": 4.193992644548416}
{"example_id": 2152509482437574022, "prediction": "East Asia", "binary_answer": null, "no_answer_prob": -7.78106153011322}
{"example_id": -6880282782882666534, "prediction": "December 3 , 2009", "binary_answer": null, "no_answer_prob": -8.302600860595703}
{"example_id": -559698274556631429, "prediction": "Bill Bixby as David Banner , Lou Ferrigno as the Hulk , and Jack Colvin as Jack McGee", "binary_answer": null, "no_answer_prob": -2.0563243627548218}
{"example_id": -2174957000218197350, "prediction": "Rice", "binary_answer": null, "no_answer_prob": 1.914660930633545}
{"example_id": 6988669040076397079, "prediction": "", "binary_answer": null, "no_answer_prob": 2.758137047290802}
{"example_id": 1622269033243818647, "prediction": "Santa Monica", "binary_answer": null, "no_answer_prob": 2.6141839027404785}
{"example_id": 741947849643217460, "prediction": "1959", "binary_answer": null, "no_answer_prob": -4.2264626026153564}
{"example_id": -4997143902139320192, "prediction": "Philadelphia Eagles", "binary_answer": null, "no_answer_prob": -1.3997697830200195}
{"example_id": 2990341726890901361, "prediction": "Bert Kaempfert", "binary_answer": null, "no_answer_prob": -6.33315908908844}
{"example_id": -2301404948794447918, "prediction": "Shailene Woodley", "binary_answer": null, "no_answer_prob": -5.879823207855225}
{"example_id": -7443119210975284391, "prediction": "", "binary_answer": null, "no_answer_prob": 4.474840044975281}
{"example_id": -3969593180135839317, "prediction": "Live and Let Die", "binary_answer": null, "no_answer_prob": 1.0115978717803955}
{"example_id": -4807627701591732245, "prediction": "daily newspaper", "binary_answer": null, "no_answer_prob": -4.403002858161926}
{"example_id": -2844864662553203105, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9899818897247314}
{"example_id": 5924830466189302135, "prediction": "October 28 , 1886", "binary_answer": null, "no_answer_prob": -8.638343453407288}
{"example_id": 5240443531504263151, "prediction": "Corey Hart", "binary_answer": null, "no_answer_prob": -10.211807370185852}
{"example_id": 1974334197476355529, "prediction": "22 September 27 , 1982", "binary_answer": null, "no_answer_prob": -2.2698336839675903}
{"example_id": 5288653356772739542, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A parasitic plant", "binary_answer": null, "no_answer_prob": 0.49105989933013916}
{"example_id": 4202343114700704787, "prediction": "April 2 , 2015", "binary_answer": null, "no_answer_prob": -10.43201458454132}
{"example_id": -7282065765573182024, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8620256185531616}
{"example_id": 5307805560425264347, "prediction": "Barack Obama", "binary_answer": null, "no_answer_prob": -0.7271581888198853}
{"example_id": 8317331295035673089, "prediction": "Fargo is the most populous city in the state of North Dakota , accounting for over 15 % of the state population", "binary_answer": null, "no_answer_prob": 1.6820099353790283}
{"example_id": -2178335041559923081, "prediction": "Jean Chr\u00e9tien", "binary_answer": null, "no_answer_prob": -7.1873087882995605}
{"example_id": -3621356026681528104, "prediction": "", "binary_answer": null, "no_answer_prob": 3.949429512023926}
{"example_id": -7349533625871771896, "prediction": "Chuku Modu", "binary_answer": null, "no_answer_prob": -9.259023189544678}
{"example_id": 2196340266684565687, "prediction": "", "binary_answer": null, "no_answer_prob": 4.404979705810547}
{"example_id": -4785701522801361688, "prediction": "Europe , Asia , northwest Africa , and southeastern Australia", "binary_answer": null, "no_answer_prob": -1.358363389968872}
{"example_id": -7306008362889369691, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The balance of power theory", "binary_answer": null, "no_answer_prob": 2.6354525089263916}
{"example_id": 6760544045388296507, "prediction": "", "binary_answer": null, "no_answer_prob": 3.430172562599182}
{"example_id": 4810744875171236594, "prediction": "Deep Purple", "binary_answer": null, "no_answer_prob": -7.4260174036026}
{"example_id": 5030093591499374068, "prediction": "Google Drive is a file storage and synchronization service", "binary_answer": null, "no_answer_prob": 2.3969456553459167}
{"example_id": 2457268982077008228, "prediction": "Creedence Clearwater Revival", "binary_answer": null, "no_answer_prob": -4.189493775367737}
{"example_id": 3794100412365330901, "prediction": "Elvis Presley", "binary_answer": null, "no_answer_prob": -9.956408381462097}
{"example_id": -2777546609040208742, "prediction": "General Augusto Pinochet was indicted for human rights violations committed in his native Chile", "binary_answer": null, "no_answer_prob": 2.608326479792595}
{"example_id": 8997180224724702463, "prediction": "Sponges", "binary_answer": null, "no_answer_prob": 1.140368402004242}
{"example_id": -635933088487910257, "prediction": "Miami Hurricanes", "binary_answer": null, "no_answer_prob": -8.594720482826233}
{"example_id": 5781260995832607765, "prediction": "the uniformed patrol officers and the Intelligence Unit of the 21st District of the Chicago Police Department", "binary_answer": null, "no_answer_prob": -0.5838745832443237}
{"example_id": -940386575379041960, "prediction": "This species is native to the Mekong basin of Laos , Cambodia , Vietnam and Thailand", "binary_answer": null, "no_answer_prob": -6.066439509391785}
{"example_id": -4401462566462442042, "prediction": "Isoroku Yamamoto", "binary_answer": null, "no_answer_prob": -2.6873536109924316}
{"example_id": 5424792513304526033, "prediction": "14,115 - foot ( 4,302.31 m )", "binary_answer": null, "no_answer_prob": -2.6737927198410034}
{"example_id": -290379612355298926, "prediction": "interstellar space", "binary_answer": null, "no_answer_prob": -3.0894007682800293}
{"example_id": 2442403134574401154, "prediction": "Chuck Schumer", "binary_answer": null, "no_answer_prob": -3.3589630126953125}
{"example_id": -1418950604005289919, "prediction": "Developmental disorders", "binary_answer": null, "no_answer_prob": 1.9607359021902084}
{"example_id": 5435765918655744803, "prediction": "21 June 2003", "binary_answer": null, "no_answer_prob": 1.210898518562317}
{"example_id": 1672713567568753995, "prediction": "Elisha Nelson Manning", "binary_answer": null, "no_answer_prob": -5.222294807434082}
{"example_id": 1162687162492750961, "prediction": "Katherine Hankey", "binary_answer": null, "no_answer_prob": -6.72993791103363}
{"example_id": -8077155848124617065, "prediction": "Tom Hanks", "binary_answer": null, "no_answer_prob": 1.0172243118286133}
{"example_id": -2702219393382408140, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7873061746358871}
{"example_id": -7210871042651744528, "prediction": "The Girl with the Dragon Tattoo", "binary_answer": null, "no_answer_prob": 1.7424729466438293}
{"example_id": -2268892771904245040, "prediction": "August 21 , 1959", "binary_answer": null, "no_answer_prob": -7.334597587585449}
{"example_id": 7419657557671121028, "prediction": "Zheng He", "binary_answer": null, "no_answer_prob": -9.282443046569824}
{"example_id": -7453060164416478197, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8502588868141174}
{"example_id": -3546232832573849648, "prediction": "Shake Me Loose", "binary_answer": null, "no_answer_prob": -0.1873466968536377}
{"example_id": -2527336952687327693, "prediction": "I - 35", "binary_answer": null, "no_answer_prob": 1.3514548763632774}
{"example_id": -2918557701504996080, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2305408716201782}
{"example_id": 8944385834608701541, "prediction": "1885", "binary_answer": null, "no_answer_prob": -4.287220478057861}
{"example_id": -719589009878789898, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0771754384040833}
{"example_id": 4310933102659552786, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5410986691713333}
{"example_id": -5611233705477236828, "prediction": "photographic plates taken at the United States Naval Observatory Flagstaff Station ( NOFS ) .", "binary_answer": null, "no_answer_prob": 2.6523605585098267}
{"example_id": 6582893353773119263, "prediction": "1908", "binary_answer": null, "no_answer_prob": -6.853504180908203}
{"example_id": -7576497904353784411, "prediction": "18", "binary_answer": null, "no_answer_prob": -3.973909616470337}
{"example_id": 4964381607968119645, "prediction": "Swings Both Ways", "binary_answer": null, "no_answer_prob": -1.6887030601501465}
{"example_id": 8774926490341844727, "prediction": "83 episodes airing between 1965 and 1968 . The first season was filmed in black and white , with the second and third seasons filmed in color .", "binary_answer": null, "no_answer_prob": -0.12770593166351318}
{"example_id": 2450452371623485929, "prediction": "Istanbul", "binary_answer": null, "no_answer_prob": 2.2686827182769775}
{"example_id": 5853833184311434333, "prediction": "April 1861", "binary_answer": null, "no_answer_prob": -8.328141927719116}
{"example_id": 7749384404187421934, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0217025578022003}
{"example_id": 1497644775994002853, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.132326602935791}
{"example_id": -8344950364662860106, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2755036652088165}
{"example_id": -4020206287264197422, "prediction": "PDCA ( plan -- do -- check -- act or plan -- do -- check -- adjust )", "binary_answer": null, "no_answer_prob": -0.8220856189727783}
{"example_id": -6880511738870468310, "prediction": "United States regulars and New York militia forces", "binary_answer": null, "no_answer_prob": -0.5863087177276611}
{"example_id": -3769908616476922781, "prediction": "Tom Hanks ( 1995 -- present ) Jim Hanks ( 1996 -- present )", "binary_answer": null, "no_answer_prob": -0.3932706117630005}
{"example_id": -1548301374978574828, "prediction": "Rebecca Sara `` Becki '' Newton", "binary_answer": null, "no_answer_prob": -8.428882837295532}
{"example_id": 244819218548350853, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0460535287857056}
{"example_id": 5607308325873716130, "prediction": "", "binary_answer": null, "no_answer_prob": 5.738444805145264}
{"example_id": 3678497416144446173, "prediction": "The Virginia Resolves", "binary_answer": null, "no_answer_prob": 0.9339427947998047}
{"example_id": -8236794253135480455, "prediction": "Pirates of the Caribbean", "binary_answer": null, "no_answer_prob": 3.0864371061325073}
{"example_id": -9121825300967841759, "prediction": "John Hanson", "binary_answer": null, "no_answer_prob": -9.372248411178589}
{"example_id": 3361831517589221293, "prediction": "trisomy 18", "binary_answer": null, "no_answer_prob": -0.06554818153381348}
{"example_id": -7592304700434792168, "prediction": "1312 ( HD ) 312 ( SD ) Dish Network", "binary_answer": null, "no_answer_prob": -2.0614434480667114}
{"example_id": 6196151133262712969, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3429596424102783}
{"example_id": 4312150576905882217, "prediction": "April 19 , 1775 -- September 3 , 1783", "binary_answer": null, "no_answer_prob": -1.347705602645874}
{"example_id": 9222896082688958556, "prediction": "Anne Murray", "binary_answer": null, "no_answer_prob": 0.1305239200592041}
{"example_id": -222125100030723097, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2615140676498413}
{"example_id": -1562763105096057028, "prediction": "Ripon", "binary_answer": null, "no_answer_prob": -4.29570871591568}
{"example_id": 4447434169011525175, "prediction": "Mark Morrison", "binary_answer": null, "no_answer_prob": -9.052922010421753}
{"example_id": -6834677692132438182, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0400346219539642}
{"example_id": -5681732886636801315, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9569138884544373}
{"example_id": 1114798411474593640, "prediction": "Dodger Stadium in Los Angeles , California", "binary_answer": null, "no_answer_prob": -0.9107084274291992}
{"example_id": -2088475650998245161, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": -1.3927749395370483}
{"example_id": 1308220095526578683, "prediction": "", "binary_answer": null, "no_answer_prob": 3.536775231361389}
{"example_id": -6985781152186633554, "prediction": "January 22 , 2017", "binary_answer": null, "no_answer_prob": -3.1133298873901367}
{"example_id": -7243407486979574406, "prediction": "Wilhelm Wundt", "binary_answer": null, "no_answer_prob": -2.045095205307007}
{"example_id": 676229618573714875, "prediction": "Kelly Macdonald", "binary_answer": null, "no_answer_prob": -1.7783153057098389}
{"example_id": 2736819795148456053, "prediction": "O Captain ! My Captain ! our fearful trip is done ; The ship has weather 'd every rack , the prize we sought is won", "binary_answer": null, "no_answer_prob": -3.9955894947052}
{"example_id": -6281289355863395090, "prediction": "September 22 , 2017", "binary_answer": null, "no_answer_prob": -0.9763751029968262}
{"example_id": -6199566045645137334, "prediction": "Brad William Henke", "binary_answer": null, "no_answer_prob": -14.283434271812439}
{"example_id": 1875588575642040266, "prediction": "In the history of Europe , the Middle Ages or Medieval Period lasted from the 5th to the 15th century", "binary_answer": null, "no_answer_prob": -0.17201876640319824}
{"example_id": -4544043154630563444, "prediction": "", "binary_answer": null, "no_answer_prob": 6.277721643447876}
{"example_id": 7887725680289525142, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -2.067551016807556}
{"example_id": -1676754121885452941, "prediction": "in the arteries leaving the heart", "binary_answer": null, "no_answer_prob": 0.769935667514801}
{"example_id": 8888820056108909829, "prediction": "1 January 1904", "binary_answer": null, "no_answer_prob": -2.513428807258606}
{"example_id": -4750736615011190394, "prediction": "Interstate 40", "binary_answer": null, "no_answer_prob": 3.089893463999033}
{"example_id": 7706051169910705558, "prediction": "Samuel B. Fay", "binary_answer": null, "no_answer_prob": -5.493133544921875}
{"example_id": 8980074913026469213, "prediction": "Steve McQueen", "binary_answer": null, "no_answer_prob": 2.1537985801696777}
{"example_id": -1742589511368513590, "prediction": "Reba McEntire", "binary_answer": null, "no_answer_prob": -0.8386673927307129}
{"example_id": -1711300551771610488, "prediction": "British rock group the Animals", "binary_answer": null, "no_answer_prob": 0.06604999303817749}
{"example_id": 1494936337169897330, "prediction": "Antigua is Spanish for `` ancient '' and barbuda is Spanish for `` bearded ''", "binary_answer": null, "no_answer_prob": -3.7618374824523926}
{"example_id": -1619314284358380157, "prediction": "1,428,557", "binary_answer": null, "no_answer_prob": -2.2958050966262817}
{"example_id": -2880516450702807150, "prediction": "The species name comes from the Latin term for long - beaked .", "binary_answer": null, "no_answer_prob": 0.9953688383102417}
{"example_id": -668991652576294398, "prediction": "", "binary_answer": null, "no_answer_prob": 3.427509307861328}
{"example_id": -5294828428806827319, "prediction": "on the Hallmark Channel", "binary_answer": null, "no_answer_prob": 1.4566628336906433}
{"example_id": 1898408217132572194, "prediction": "26 June 1997", "binary_answer": null, "no_answer_prob": -10.757519841194153}
{"example_id": -6919281563448758695, "prediction": "Pyeongchang Halfpipe", "binary_answer": null, "no_answer_prob": -0.48610520362854004}
{"example_id": -3672146252943810198, "prediction": "politician C. Rajagopalachari , philosopher Sarvepalli Radhakrishnan , and scientist C.V. Raman", "binary_answer": null, "no_answer_prob": -4.251726746559143}
{"example_id": 5607341441683614186, "prediction": "Sheryl Crow", "binary_answer": null, "no_answer_prob": -8.223629236221313}
{"example_id": 2971527423668439544, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7263565063476562}
{"example_id": -6708597627282046108, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2093130648136139}
{"example_id": -8917967264302400833, "prediction": "Sir Ian Murray McKellen", "binary_answer": null, "no_answer_prob": -3.984418511390686}
{"example_id": 1218706528517781782, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1899937987327576}
{"example_id": 1042775842070221757, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6688960753381252}
{"example_id": -4576130002781667902, "prediction": "", "binary_answer": null, "no_answer_prob": 3.287206530570984}
{"example_id": 2442253810601903805, "prediction": "Boston campaign", "binary_answer": null, "no_answer_prob": -1.4339244365692139}
{"example_id": -388494239073392061, "prediction": "an icon of freedom and of the United States , and was a welcoming sight to immigrants arriving from abroad .", "binary_answer": null, "no_answer_prob": -1.7318050861358643}
{"example_id": 1930650212240765664, "prediction": "NBC", "binary_answer": null, "no_answer_prob": -4.43779730796814}
{"example_id": 2251338178185213277, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4389272928237915}
{"example_id": -5625860463980493030, "prediction": "Patrick Donahoe", "binary_answer": null, "no_answer_prob": -1.5244290828704834}
{"example_id": -8129164385695676043, "prediction": "Stick", "binary_answer": null, "no_answer_prob": 3.7453169748187065}
{"example_id": 6284622217599250444, "prediction": "2011", "binary_answer": null, "no_answer_prob": -9.525817453861237}
{"example_id": 3359236691787262025, "prediction": "", "binary_answer": null, "no_answer_prob": 4.144000291824341}
{"example_id": -1456259814116959110, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5859835147857666}
{"example_id": 9045147247238031362, "prediction": "", "binary_answer": null, "no_answer_prob": 3.693267822265625}
{"example_id": -513414853003833362, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9369168281555176}
{"example_id": -3173797870513599511, "prediction": "AG , MTCR , WA ) Latvia", "binary_answer": null, "no_answer_prob": -0.5645706653594971}
{"example_id": 4071490047770102600, "prediction": "Alyson Lee Hannigan", "binary_answer": null, "no_answer_prob": -13.273332715034485}
{"example_id": 3553432308560140022, "prediction": "Denver Broncos", "binary_answer": null, "no_answer_prob": -7.214958071708679}
{"example_id": 2353915828397382515, "prediction": "May 16 , 2010", "binary_answer": null, "no_answer_prob": -2.01884126663208}
{"example_id": 8051266606003552495, "prediction": "Channel 570", "binary_answer": null, "no_answer_prob": -1.52402925491333}
{"example_id": 5802784752207200222, "prediction": "In the United States , freedom of speech and expression", "binary_answer": null, "no_answer_prob": 2.3284438848495483}
{"example_id": 1094189332292406417, "prediction": "", "binary_answer": null, "no_answer_prob": 1.44216363504529}
{"example_id": 4731672791336813021, "prediction": "", "binary_answer": null, "no_answer_prob": 3.74259877204895}
{"example_id": -3160217456638206767, "prediction": "Barry William Blenkhorn", "binary_answer": null, "no_answer_prob": -13.890257954597473}
{"example_id": -2483846273134722603, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7931788563728333}
{"example_id": -6286568507891380601, "prediction": "1871", "binary_answer": null, "no_answer_prob": -1.7640230655670166}
{"example_id": 3124593057061980254, "prediction": "Homer", "binary_answer": null, "no_answer_prob": -7.278156280517578}
{"example_id": 5177236149421488712, "prediction": "Nanjing", "binary_answer": null, "no_answer_prob": -3.9417428970336914}
{"example_id": 1770308871344816327, "prediction": "Gal Gadot", "binary_answer": null, "no_answer_prob": -7.4506930112838745}
{"example_id": -1180066430424081783, "prediction": "54", "binary_answer": null, "no_answer_prob": 0.4177381992340088}
{"example_id": 4442125092629591817, "prediction": "1,271", "binary_answer": null, "no_answer_prob": -2.230942487716675}
{"example_id": 2660014056368830324, "prediction": "The Unilateral Declaration of Independence ( UDI )", "binary_answer": null, "no_answer_prob": -2.069106698036194}
{"example_id": 8879968703848231598, "prediction": "crime boss", "binary_answer": null, "no_answer_prob": -2.517209768295288}
{"example_id": 3262008870475179119, "prediction": "Instagram 's own account , with over 227 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -6.545085668563843}
{"example_id": 6315856202733244294, "prediction": "`` I Do n't Want to Set the World on Fire ''", "binary_answer": null, "no_answer_prob": 2.860467314720154}
{"example_id": 7970600008082026704, "prediction": "`` Hello , I Love You ''", "binary_answer": null, "no_answer_prob": 0.4538770765066147}
{"example_id": -1815580883104741882, "prediction": "Charli XCX", "binary_answer": null, "no_answer_prob": -7.899702668190002}
{"example_id": 6163538051574991163, "prediction": "1992 1993", "binary_answer": null, "no_answer_prob": -8.013982012867928}
{"example_id": 4253474098568062188, "prediction": "copper mining dominated Boundary and Kootenay regions", "binary_answer": null, "no_answer_prob": -1.1538177132606506}
{"example_id": 1052601238282239566, "prediction": "", "binary_answer": null, "no_answer_prob": 4.170493960380554}
{"example_id": 8537079847376593035, "prediction": "", "binary_answer": null, "no_answer_prob": 4.87249231338501}
{"example_id": 3265490876936334303, "prediction": "", "binary_answer": null, "no_answer_prob": 3.247127577662468}
{"example_id": -6371194604785307523, "prediction": "10", "binary_answer": null, "no_answer_prob": -2.637894868850708}
{"example_id": -3742617900626946054, "prediction": "", "binary_answer": null, "no_answer_prob": 5.581992864608765}
{"example_id": -5920527354054234428, "prediction": "Vera Farmiga as Norma Louise Bates Freddie Highmore", "binary_answer": null, "no_answer_prob": -5.0200934410095215}
{"example_id": 6860944329689119194, "prediction": "August 21 , 1959", "binary_answer": null, "no_answer_prob": -7.741399765014648}
{"example_id": -7366388301296788991, "prediction": "Mary Martin", "binary_answer": null, "no_answer_prob": -5.785800099372864}
{"example_id": 4066268815679542516, "prediction": "Paresthesia", "binary_answer": null, "no_answer_prob": 3.1629176139831543}
{"example_id": -8333465931931034283, "prediction": "The series has been renewed for its sixth and seventh seasons .", "binary_answer": null, "no_answer_prob": 2.629543825984001}
{"example_id": -2462515405592581647, "prediction": "", "binary_answer": null, "no_answer_prob": 2.750621974468231}
{"example_id": -8540095518249836591, "prediction": "Austria and Bavaria", "binary_answer": null, "no_answer_prob": 0.08952665328979492}
{"example_id": 2191015004884509968, "prediction": "agreements must be kept", "binary_answer": null, "no_answer_prob": -7.631399512290955}
{"example_id": 3036072595999208897, "prediction": "Penguin Random House", "binary_answer": null, "no_answer_prob": -0.7210595607757568}
{"example_id": 1085002624606180972, "prediction": "480 ft ( 146 m )", "binary_answer": null, "no_answer_prob": -2.9491342306137085}
{"example_id": 6984686718935153805, "prediction": "Wolverhampton Wanderers", "binary_answer": null, "no_answer_prob": -0.32219886779785156}
{"example_id": -8283938157066805616, "prediction": "44 BC .", "binary_answer": null, "no_answer_prob": 3.570650100708008}
{"example_id": 1278480802277665800, "prediction": "330 AD", "binary_answer": null, "no_answer_prob": -5.005904197692871}
{"example_id": 5117169926458730502, "prediction": "Tyronn Jamar Lue", "binary_answer": null, "no_answer_prob": -12.231550931930542}
{"example_id": -82488502400960368, "prediction": "Luka Modri\u0107", "binary_answer": null, "no_answer_prob": -6.760134339332581}
{"example_id": -8864723560166329797, "prediction": "Latino", "binary_answer": null, "no_answer_prob": 1.8459900617599487}
{"example_id": 6738979917457386187, "prediction": "Love is a Dog From Hell", "binary_answer": null, "no_answer_prob": 1.3610093593597412}
{"example_id": -2806574866301317815, "prediction": "afferent nerves or sensory nerves , and efferent nerves or motor nerves", "binary_answer": null, "no_answer_prob": 0.8238136768341064}
{"example_id": 7204103577815612274, "prediction": "Hakeem Olajuwon", "binary_answer": null, "no_answer_prob": -3.6348206996917725}
{"example_id": -610603108380732474, "prediction": "", "binary_answer": null, "no_answer_prob": 4.811950296163559}
{"example_id": -4614468562763446361, "prediction": "four", "binary_answer": null, "no_answer_prob": -0.09742796421051025}
{"example_id": 8060354377497346929, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9177058935165405}
{"example_id": 4180199459101429479, "prediction": "Villeneuve", "binary_answer": null, "no_answer_prob": -2.869565963745117}
{"example_id": -5187089324434847643, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6254942417144775}
{"example_id": 7171002478965887001, "prediction": "Rachael Haynes", "binary_answer": null, "no_answer_prob": -3.8383617401123047}
{"example_id": -402169805968840915, "prediction": "Tensions and suspicions", "binary_answer": null, "no_answer_prob": 2.7430225610733032}
{"example_id": -5564314687999324260, "prediction": "1980", "binary_answer": null, "no_answer_prob": -4.244787096977234}
{"example_id": 476368974337766528, "prediction": "The 1824 presidential election", "binary_answer": null, "no_answer_prob": -0.5621311664581299}
{"example_id": 8305712435416596505, "prediction": "9.07 + -- 0.5", "binary_answer": null, "no_answer_prob": 0.55519038438797}
{"example_id": -6261874607090673789, "prediction": "eight episodes . The Duffer Brothers have said that Stranger Things is likely to end after its fourth or fifth season .", "binary_answer": null, "no_answer_prob": -2.2021846771240234}
{"example_id": 3934736043791068589, "prediction": "2015", "binary_answer": null, "no_answer_prob": 0.0062351226806640625}
{"example_id": 1481899277986677704, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Workers ' compensation", "binary_answer": null, "no_answer_prob": 1.2333552837371826}
{"example_id": 3851064129674133262, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4371610060334206}
{"example_id": 392268075972517294, "prediction": "Gael Garc\u00eda Bernal", "binary_answer": null, "no_answer_prob": -6.32194185256958}
{"example_id": -8799246153801367516, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0913867950439453}
{"example_id": -812893932737119495, "prediction": "USA Chris Evert", "binary_answer": null, "no_answer_prob": -4.181958436965942}
{"example_id": -4842435407634345683, "prediction": "November 16 , 2016 ( 2016 - 11 - 16 ) March 29 , 2017 ( 2017 - 03 - 29 )", "binary_answer": null, "no_answer_prob": 2.477963738143444}
{"example_id": -48119412851094577, "prediction": "Depeche Mode", "binary_answer": null, "no_answer_prob": -2.05164635181427}
{"example_id": 4582355667948247096, "prediction": "Character Seasons No. of episodes Actor Brief description Andy Taylor", "binary_answer": null, "no_answer_prob": -0.3155827522277832}
{"example_id": 7196610642676976028, "prediction": "Avengers : Infinity War", "binary_answer": null, "no_answer_prob": -1.0353958010673523}
{"example_id": 6842725190986508947, "prediction": "`` Ca n't Help Falling in Love ''", "binary_answer": null, "no_answer_prob": 1.1478724479675293}
{"example_id": 9072101251467138247, "prediction": "a French dish , `` ratatouille ''", "binary_answer": null, "no_answer_prob": -2.909486770629883}
{"example_id": 6997363972470160562, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7533349469304085}
{"example_id": -6866060323435637928, "prediction": "The Pelicans were established as the New Orleans Hornets in the 2002 -- 03 season", "binary_answer": null, "no_answer_prob": -2.101821184158325}
{"example_id": 1295788389013975544, "prediction": "Germany defeated Argentina", "binary_answer": null, "no_answer_prob": 4.632955193519592}
{"example_id": 8728076075855252468, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -5.133492112159729}
{"example_id": 4725591197712833258, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -6.689146995544434}
{"example_id": -5905663056798019322, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] In statistical hypothesis testing", "binary_answer": null, "no_answer_prob": 2.815087676048279}
{"example_id": 9180781194931531216, "prediction": "Shreyan Bhattacharya and Anjali Gaikwad", "binary_answer": null, "no_answer_prob": 1.025761604309082}
{"example_id": 69232076200584738, "prediction": "September 13 , 2017", "binary_answer": null, "no_answer_prob": -4.230867624282837}
{"example_id": -1929978794344186382, "prediction": "Call of Duty : Modern Warfare Remastered", "binary_answer": null, "no_answer_prob": 2.214693158864975}
{"example_id": 2891715125010804902, "prediction": "Ronald Reagan", "binary_answer": null, "no_answer_prob": -6.514991998672485}
{"example_id": 941288606558358396, "prediction": "`` Do n't Stop Me Now '' is a song by the British rock band Queen", "binary_answer": null, "no_answer_prob": 3.1136684119701385}
{"example_id": 5940843290081069608, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -2.7772542238235474}
{"example_id": 833117822520584676, "prediction": "", "binary_answer": null, "no_answer_prob": 2.959344506263733}
{"example_id": -4361842955899466716, "prediction": "The Olympic motto is the hendiatris Citius , Altius , Fortius", "binary_answer": null, "no_answer_prob": 1.517540231347084}
{"example_id": -8240772348058591939, "prediction": "January 26 , 2018", "binary_answer": null, "no_answer_prob": -0.8874616622924805}
{"example_id": -7086917264374171169, "prediction": "Walker", "binary_answer": null, "no_answer_prob": 1.1471030414104462}
{"example_id": -3174039544725720319, "prediction": "1931", "binary_answer": null, "no_answer_prob": -1.9698002338409424}
{"example_id": 1539174993733851172, "prediction": "Julio Iglesias", "binary_answer": null, "no_answer_prob": 1.0076308250427246}
{"example_id": 7863639929635416894, "prediction": "The 2018 FIFA World Cup", "binary_answer": null, "no_answer_prob": 1.289398618042469}
{"example_id": 1799300020645652861, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4292726516723633}
{"example_id": -6805668816434191720, "prediction": "1919 1940 1976 1990", "binary_answer": null, "no_answer_prob": -2.2165831923484802}
{"example_id": 1755474343220573273, "prediction": "Ed Lee", "binary_answer": null, "no_answer_prob": -5.0063875913619995}
{"example_id": 1514884823366327286, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4738634824752808}
{"example_id": -6527894681529835948, "prediction": "Margaret Julia `` Marlo '' Thomas", "binary_answer": null, "no_answer_prob": -6.295015454292297}
{"example_id": 4469008859543926185, "prediction": "Maggie Smith", "binary_answer": null, "no_answer_prob": -3.2493700981140137}
{"example_id": 397520341269246278, "prediction": "John de Lancie", "binary_answer": null, "no_answer_prob": -13.237587094306946}
{"example_id": -1906613291221690775, "prediction": "Plutarch", "binary_answer": null, "no_answer_prob": 3.3113269805908203}
{"example_id": -1385152287570795228, "prediction": "The phrase `` rocking and rolling", "binary_answer": null, "no_answer_prob": -1.1171910762786865}
{"example_id": 7461608561568134424, "prediction": "The Shallows", "binary_answer": null, "no_answer_prob": 2.145642399787903}
{"example_id": -7534303690095815854, "prediction": "Roosevelt and the Joint Chiefs of Staff , chaired by William Leahy", "binary_answer": null, "no_answer_prob": -0.930239200592041}
{"example_id": -4067545258642464728, "prediction": "Time Zone Standard Time Daylight Time States in Zone Hawaii -- Aleutian Time Zone", "binary_answer": null, "no_answer_prob": 3.341973692178726}
{"example_id": -5773353892295220775, "prediction": "Jin Suga J - Hope RM Jimin V Jungkook", "binary_answer": null, "no_answer_prob": -1.9931565523147583}
{"example_id": 2631509166122607264, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5133811831474304}
{"example_id": -2918180138133558435, "prediction": "Louis Armstrong", "binary_answer": null, "no_answer_prob": -6.109073996543884}
{"example_id": -4050423775213461590, "prediction": "Evanna Patricia Lynch", "binary_answer": null, "no_answer_prob": -11.073979258537292}
{"example_id": -7466683418584244659, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7830661535263062}
{"example_id": 1734915084245210162, "prediction": "Joe Cocker .", "binary_answer": null, "no_answer_prob": 2.022058606147766}
{"example_id": 4100058272713340859, "prediction": "American Revolutionary War", "binary_answer": null, "no_answer_prob": 3.9758150056004524}
{"example_id": -5584344391127959911, "prediction": "Psalm 62 : `` God eateth not his words when he hath once spoken '' .", "binary_answer": null, "no_answer_prob": -3.2544049620628357}
{"example_id": 7257409262160366385, "prediction": "`` Nowhere to Run '' is a 1965", "binary_answer": null, "no_answer_prob": 1.3698909878730774}
{"example_id": 2974068520643117096, "prediction": "", "binary_answer": null, "no_answer_prob": 4.449779361486435}
{"example_id": -991000090485382624, "prediction": "Manuel", "binary_answer": null, "no_answer_prob": 1.1626496315002441}
{"example_id": -8000435030363085009, "prediction": "Baha Men", "binary_answer": null, "no_answer_prob": -7.875134468078613}
{"example_id": -4718286768374233358, "prediction": "Luke Bryan", "binary_answer": null, "no_answer_prob": -3.7853972911834717}
{"example_id": 175947240489549483, "prediction": "Ukrainian", "binary_answer": null, "no_answer_prob": -1.4699195623397827}
{"example_id": 2575738649935545229, "prediction": "13 September 20 , 2017 ( 2017 - 09 - 20 ) TBA", "binary_answer": null, "no_answer_prob": 1.7726459503173828}
{"example_id": 934510591296222231, "prediction": "Ariel", "binary_answer": null, "no_answer_prob": 4.027264140546322}
{"example_id": 7093434496316560734, "prediction": "", "binary_answer": null, "no_answer_prob": 3.465288281440735}
{"example_id": 3824583619836343232, "prediction": "Bruce Smith", "binary_answer": null, "no_answer_prob": -4.987372040748596}
{"example_id": 6354755694666860194, "prediction": "eight", "binary_answer": null, "no_answer_prob": -2.584789514541626}
{"example_id": -7798268403935418913, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A tennis court", "binary_answer": null, "no_answer_prob": -0.8917125463485718}
{"example_id": 2307236974815988837, "prediction": "The Catcher in the Rye", "binary_answer": null, "no_answer_prob": 3.8102648369967937}
{"example_id": 1285901861662687268, "prediction": "Jackson Odell", "binary_answer": null, "no_answer_prob": -3.210902214050293}
{"example_id": -4358258475162458003, "prediction": "Udaipur , India", "binary_answer": null, "no_answer_prob": -1.6291565895080566}
{"example_id": 172561015760161736, "prediction": "Larry Mullen Jr.", "binary_answer": null, "no_answer_prob": -3.9968528747558594}
{"example_id": 3072108522197486515, "prediction": "Joshua Itzhak Feldman ( June 17 , 1922 -- February 17 , 1980 ) , known professionally as Jerry Fielding", "binary_answer": null, "no_answer_prob": -0.5641388893127441}
{"example_id": -3792991085056399823, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2129273414611816}
{"example_id": -680690728484392532, "prediction": "", "binary_answer": null, "no_answer_prob": 2.754889726638794}
{"example_id": -3717115099067435823, "prediction": "chemoreceptors , photoreceptors , mechanoreceptors , and thermoreceptors", "binary_answer": null, "no_answer_prob": 3.623282730579376}
{"example_id": -6379459683791593697, "prediction": "January 30 , 2000", "binary_answer": null, "no_answer_prob": -8.59266221523285}
{"example_id": 7827373575763801047, "prediction": "1", "binary_answer": null, "no_answer_prob": -7.226338505744934}
{"example_id": -154391946168199711, "prediction": "", "binary_answer": null, "no_answer_prob": 3.273678243160248}
{"example_id": 3809731050379321709, "prediction": "Jonathan Freeman", "binary_answer": null, "no_answer_prob": -8.934202790260315}
{"example_id": 3011129515828708977, "prediction": "The series is set in a fictional prison in Litchfield , New York", "binary_answer": null, "no_answer_prob": -0.1437678337097168}
{"example_id": -4379252375341491466, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1885375678539276}
{"example_id": -7501795688741775956, "prediction": "Eagles", "binary_answer": null, "no_answer_prob": -2.81368625164032}
{"example_id": 6468800789022913450, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8300925493240356}
{"example_id": -7334866626119549636, "prediction": "ten", "binary_answer": null, "no_answer_prob": 2.137426048517227}
{"example_id": 463321303576974739, "prediction": "Jessica Falkholt", "binary_answer": null, "no_answer_prob": -4.592837810516357}
{"example_id": 4775749128428213452, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -4.679252862930298}
{"example_id": 6148252575798621143, "prediction": "Mesopotamia", "binary_answer": null, "no_answer_prob": 1.113260269165039}
{"example_id": 8039495354668394547, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1109853982925415}
{"example_id": 4521964617245432970, "prediction": "", "binary_answer": null, "no_answer_prob": 2.533524990081787}
{"example_id": -580023433038888164, "prediction": "Edgar Buchanan", "binary_answer": null, "no_answer_prob": -3.2779515981674194}
{"example_id": -7481130833209648550, "prediction": "Ray Price", "binary_answer": null, "no_answer_prob": -0.7171423435211182}
{"example_id": 1800057194656089898, "prediction": "The most famous running of the bulls is held during the nine - day festival of Sanfermines", "binary_answer": null, "no_answer_prob": 4.143095007166266}
{"example_id": -6821503570895611334, "prediction": "January 16 , 2018", "binary_answer": null, "no_answer_prob": -7.247028946876526}
{"example_id": -2200415687273804010, "prediction": "Adam Warlock", "binary_answer": null, "no_answer_prob": -1.5135691165924072}
{"example_id": 5785384030958665705, "prediction": "Sir Georg Solti", "binary_answer": null, "no_answer_prob": -7.487349629402161}
{"example_id": 28435812096090454, "prediction": "The polar moment of inertia", "binary_answer": null, "no_answer_prob": -0.9897412061691284}
{"example_id": 814067538875541918, "prediction": "Kristian - Joy Alfonso", "binary_answer": null, "no_answer_prob": -11.771016716957092}
{"example_id": 5471476600672282563, "prediction": "Kay Kyser", "binary_answer": null, "no_answer_prob": -2.6464648246765137}
{"example_id": 8281450180990797029, "prediction": "", "binary_answer": null, "no_answer_prob": 3.869894504547119}
{"example_id": 2912890070802136857, "prediction": "18 September 1973", "binary_answer": null, "no_answer_prob": -4.757240891456604}
{"example_id": 8212763804062716879, "prediction": "", "binary_answer": null, "no_answer_prob": -3.159532308578491}
{"example_id": 5189564394712585498, "prediction": "Barbara George", "binary_answer": null, "no_answer_prob": -9.064656615257263}
{"example_id": 6370604769556211566, "prediction": "Jennifer Aniston", "binary_answer": null, "no_answer_prob": -7.474423050880432}
{"example_id": 1148938773943096277, "prediction": "Tyrann Devine Mathieu", "binary_answer": null, "no_answer_prob": -5.50897753238678}
{"example_id": 2367276071481810560, "prediction": "", "binary_answer": null, "no_answer_prob": 4.723484545946121}
{"example_id": 2460947498654576172, "prediction": "", "binary_answer": null, "no_answer_prob": 5.072526693344116}
{"example_id": -9040092654853067828, "prediction": "", "binary_answer": null, "no_answer_prob": 4.044919788837433}
{"example_id": -3895358293537254843, "prediction": "`` Do you want to sleep with me ( tonight ) ? ''", "binary_answer": null, "no_answer_prob": -5.480416536331177}
{"example_id": 4304969343468412395, "prediction": "December 17 , 1989", "binary_answer": null, "no_answer_prob": -9.29656195640564}
{"example_id": 5422944325931517519, "prediction": "2010", "binary_answer": null, "no_answer_prob": -8.644131392240524}
{"example_id": 512942171744482497, "prediction": "President of India", "binary_answer": null, "no_answer_prob": -2.4153380393981934}
{"example_id": -2943117494278148414, "prediction": "", "binary_answer": null, "no_answer_prob": 3.82391619682312}
{"example_id": -7449714712003332725, "prediction": "Sofia Vassilieva", "binary_answer": null, "no_answer_prob": -8.630988597869873}
{"example_id": 6056886816849673973, "prediction": "`` Ya Got Trouble '' is a song by Meredith Willson", "binary_answer": null, "no_answer_prob": 4.7483325228095055}
{"example_id": -6046639744243385706, "prediction": "Instagram 's own account , with over 232 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -3.3846213817596436}
{"example_id": 4623460995891697698, "prediction": "October 17 , 2017", "binary_answer": null, "no_answer_prob": -4.397193074226379}
{"example_id": 4118249945612980705, "prediction": "1870", "binary_answer": null, "no_answer_prob": -1.530726432800293}
{"example_id": -7992667664576060299, "prediction": "Captain John Yossarian", "binary_answer": null, "no_answer_prob": -10.567631602287292}
{"example_id": -7599429664438262222, "prediction": "Beauty and the Beast", "binary_answer": null, "no_answer_prob": 3.9916622638702393}
{"example_id": 53984122385271589, "prediction": "", "binary_answer": null, "no_answer_prob": 5.24979305267334}
{"example_id": 3681572114274171842, "prediction": "", "binary_answer": null, "no_answer_prob": 3.246698498725891}
{"example_id": 7703160512514943325, "prediction": "Virginia", "binary_answer": null, "no_answer_prob": -1.782376766204834}
{"example_id": 4497024653000501374, "prediction": "Sutter 's Mill in Coloma , California", "binary_answer": null, "no_answer_prob": -5.101098418235779}
{"example_id": 2982588028865073956, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8699501156806946}
{"example_id": 3693459640333682880, "prediction": "2010", "binary_answer": null, "no_answer_prob": -3.1470519304275513}
{"example_id": 7306687647307337698, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": -0.5145827531814575}
{"example_id": 1560335869374308626, "prediction": "", "binary_answer": null, "no_answer_prob": 4.336383402347565}
{"example_id": -5553927247739165705, "prediction": "September 25 , 1789 May 5 , 1992", "binary_answer": null, "no_answer_prob": 3.307992458343506}
{"example_id": -5174832909402805346, "prediction": "", "binary_answer": null, "no_answer_prob": 2.379411183297634}
{"example_id": 3533898880614707574, "prediction": "", "binary_answer": null, "no_answer_prob": 2.340556156821549}
{"example_id": 1245103089304070005, "prediction": "Left - wing politics", "binary_answer": null, "no_answer_prob": 2.037142489105463}
{"example_id": 9032355488833523238, "prediction": "Amy Lou Adams", "binary_answer": null, "no_answer_prob": -1.6912024021148682}
{"example_id": -6097728779933717199, "prediction": "369", "binary_answer": null, "no_answer_prob": 2.8911787271499634}
{"example_id": -2387756694295302183, "prediction": "Aladdin ( Arabic : \u0639\u0644\u0627\u0621 \u0627\u0644\u062f\u064a\u0646 \u200e \u200e , \u02bbAl\u0101\u02bc ad - D\u012bn", "binary_answer": null, "no_answer_prob": 2.294727385044098}
{"example_id": -1452261222411746339, "prediction": "Dead Man 's Chest", "binary_answer": null, "no_answer_prob": -4.318000555038452}
{"example_id": -6181155576970773198, "prediction": "Lynyrd Skynyrd", "binary_answer": null, "no_answer_prob": 0.6253649592399597}
{"example_id": -4475247350888687705, "prediction": "Angel Oak", "binary_answer": null, "no_answer_prob": 3.422163724899292}
{"example_id": 5782547075760628832, "prediction": "4 September 1895", "binary_answer": null, "no_answer_prob": -4.307179808616638}
{"example_id": -2550445049343592256, "prediction": "1966 to 1971", "binary_answer": null, "no_answer_prob": 0.7945555448532104}
{"example_id": -2647017312134397209, "prediction": "The Clayton Antitrust Act", "binary_answer": null, "no_answer_prob": 4.183125257492065}
{"example_id": -2052558931942309784, "prediction": "", "binary_answer": null, "no_answer_prob": 5.160021603107452}
{"example_id": 6396413888519891228, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A ham hock", "binary_answer": null, "no_answer_prob": 2.181657213717699}
{"example_id": 7344887121662171588, "prediction": "2007", "binary_answer": null, "no_answer_prob": -7.196209907531738}
{"example_id": 5596850344595630638, "prediction": "Mozambique in Southeastern Africa", "binary_answer": null, "no_answer_prob": -5.209439992904663}
{"example_id": -6404538304473707857, "prediction": "Activity - based costing ( ABC )", "binary_answer": null, "no_answer_prob": 0.7360944151878357}
{"example_id": -4752758923611027680, "prediction": "", "binary_answer": null, "no_answer_prob": 4.160856604576111}
{"example_id": -4615683461849771716, "prediction": "46", "binary_answer": null, "no_answer_prob": -0.6401567459106445}
{"example_id": -335889850632746466, "prediction": "In the first episode of Season Two", "binary_answer": null, "no_answer_prob": 2.1817283630371094}
{"example_id": -2590108320614430193, "prediction": "", "binary_answer": null, "no_answer_prob": 2.791114926338196}
{"example_id": 8434879232689324272, "prediction": "1996", "binary_answer": null, "no_answer_prob": -9.750443875789642}
{"example_id": -5875337645724746142, "prediction": "March 26 , 2010", "binary_answer": null, "no_answer_prob": -6.8761351108551025}
{"example_id": -5797409737269206022, "prediction": "18 December 2022", "binary_answer": null, "no_answer_prob": -3.882206082344055}
{"example_id": 7130932865933726097, "prediction": "August 21 , 1959", "binary_answer": null, "no_answer_prob": -10.523291230201721}
{"example_id": -7449157003522518870, "prediction": "Haf\u00fe\u00f3r J\u00fal\u00edus `` Thor '' Bj\u00f6rnsson", "binary_answer": null, "no_answer_prob": 0.7092239856719971}
{"example_id": -5463645323463076408, "prediction": "367,500", "binary_answer": null, "no_answer_prob": -6.197347640991211}
{"example_id": -6392749765400342827, "prediction": "South Korea -- United States relations", "binary_answer": null, "no_answer_prob": 0.7369986176490784}
{"example_id": 2643756372524412396, "prediction": "Tevye", "binary_answer": null, "no_answer_prob": -8.159785985946655}
{"example_id": -6113042688590090067, "prediction": "mitochondria", "binary_answer": null, "no_answer_prob": -3.720663070678711}
{"example_id": -2338532746383916517, "prediction": "France", "binary_answer": null, "no_answer_prob": -7.373383522033691}
{"example_id": 3330919190414458241, "prediction": "Radio", "binary_answer": null, "no_answer_prob": -4.022338271141052}
{"example_id": 4101308445261248431, "prediction": "David Cassidy", "binary_answer": null, "no_answer_prob": -3.846650719642639}
{"example_id": 4942886778924584991, "prediction": "Estes Park , Colorado", "binary_answer": null, "no_answer_prob": -5.1725709438323975}
{"example_id": -7405164713144976253, "prediction": "Hugh Laurie", "binary_answer": null, "no_answer_prob": -3.5713248252868652}
{"example_id": 8761689973248433102, "prediction": "The Garden State Parkway ( GSP )", "binary_answer": null, "no_answer_prob": -0.6431014984846115}
{"example_id": -8377555240087691312, "prediction": "people of France", "binary_answer": null, "no_answer_prob": -0.5612800121307373}
{"example_id": 2843762205173510156, "prediction": "", "binary_answer": null, "no_answer_prob": 1.716030552983284}
{"example_id": 6813769478032488188, "prediction": "28 miles ( 45 km ) north of Miami", "binary_answer": null, "no_answer_prob": -6.229703783988953}
{"example_id": 3395715140984844186, "prediction": "Gerd M\u00fcller", "binary_answer": null, "no_answer_prob": -7.111431956291199}
{"example_id": 8680432191378933367, "prediction": "Robby Still", "binary_answer": null, "no_answer_prob": -8.0920090675354}
{"example_id": -4104867054905085801, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3055204153060913}
{"example_id": 1261477046380269695, "prediction": "The Journal of the International Association of Providers of AIDS Care", "binary_answer": null, "no_answer_prob": 1.4842697232961655}
{"example_id": -5562036255198117839, "prediction": "August 27 , 1991", "binary_answer": null, "no_answer_prob": -2.1753076314926147}
{"example_id": 4242931250188852325, "prediction": "", "binary_answer": null, "no_answer_prob": 2.212555781006813}
{"example_id": -4506862358599571323, "prediction": "Jon Jones", "binary_answer": null, "no_answer_prob": -3.1067527532577515}
{"example_id": -6681703664706904328, "prediction": "2004 -- 2017", "binary_answer": null, "no_answer_prob": -2.8276907205581665}
{"example_id": -1900822958252026843, "prediction": "sweat , salivary , mammary , ceruminous , lacrimal , sebaceous , and mucous", "binary_answer": null, "no_answer_prob": -3.795161724090576}
{"example_id": -4040602779715770309, "prediction": "Johnny Depp", "binary_answer": null, "no_answer_prob": 0.5644363164901733}
{"example_id": -4502651912548446154, "prediction": "Houston , Texas , United States , lying entirely within Harris County .", "binary_answer": null, "no_answer_prob": 1.6049532294273376}
{"example_id": 3923458510012288340, "prediction": "13.5 Latitude 40 \u00b0 30 \u2032 N to 45 \u00b0 1 \u2032 N Longitude 71 \u00b0 51 \u2032 W to 79 \u00b0 46 \u2032 W", "binary_answer": null, "no_answer_prob": 1.1835063695907593}
{"example_id": -4393495360990197762, "prediction": "6 August . In those Orthodox churches which continue to follow the Julian Calendar , August 6", "binary_answer": null, "no_answer_prob": 1.2675101161003113}
{"example_id": -4725794279514668038, "prediction": "37 \u00b0 48 \u2032 16 '' N 122 \u00b0 16 \u2032 15 '' W \ufeff / \ufeff 37.80444 \u00b0 N 122.27083 \u00b0 W", "binary_answer": null, "no_answer_prob": -0.14030063152313232}
{"example_id": -4904223795246948358, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4287054538726807}
{"example_id": 2930291902914053238, "prediction": "Ben Simmons", "binary_answer": null, "no_answer_prob": -7.150399804115295}
{"example_id": -2339248357324322528, "prediction": "1993", "binary_answer": null, "no_answer_prob": -2.893308162689209}
{"example_id": 8643312430506346423, "prediction": "Tim Nolan", "binary_answer": null, "no_answer_prob": 0.4812356233596802}
{"example_id": -3865940004746414966, "prediction": "1881 Australian Golf Museum indicates that the term was in use at least as early as that period .", "binary_answer": null, "no_answer_prob": -2.881009578704834}
{"example_id": -2299841510974346421, "prediction": "Bloom", "binary_answer": null, "no_answer_prob": 0.4196963310241699}
{"example_id": -6249886368361808429, "prediction": "Annie", "binary_answer": null, "no_answer_prob": -2.05993914604187}
{"example_id": 8094085878663728766, "prediction": "", "binary_answer": null, "no_answer_prob": 2.814503788948059}
{"example_id": 1848058623034360994, "prediction": "the Sherman Act of 1890 , the Clayton Act of 1914 and the Federal Trade Commission Act of 1914", "binary_answer": null, "no_answer_prob": 0.6639100313186646}
{"example_id": 2821632668190767125, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8395299911499023}
{"example_id": -7381172007808126114, "prediction": "D.G. Yuengling & Son", "binary_answer": null, "no_answer_prob": 0.854464054107666}
{"example_id": 2131620894315834940, "prediction": "6 25 September 2016 ( 2016 - 09 - 25 ) 28 October 2016 ( 2016 - 10 - 28 )", "binary_answer": null, "no_answer_prob": -1.5970849990844727}
{"example_id": 6692304476185883600, "prediction": "`` The Twelve Days of Christmas", "binary_answer": null, "no_answer_prob": 3.648842066526413}
{"example_id": 8315526696903279876, "prediction": "George Raymond Richard Martin", "binary_answer": null, "no_answer_prob": -10.742678999900818}
{"example_id": -3573827410614527079, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9234182238578796}
{"example_id": 8649049616321744758, "prediction": "Nebraska ( 19 ) and Mississippi", "binary_answer": null, "no_answer_prob": 2.444262444972992}
{"example_id": -8716379885610595960, "prediction": "", "binary_answer": null, "no_answer_prob": 4.61529740691185}
{"example_id": 3533263309326760081, "prediction": "There are 929", "binary_answer": null, "no_answer_prob": 3.5211713314056396}
{"example_id": 5005087010238343711, "prediction": "331.2 metres per second ( 1,087 ft / s ; 1,192 km / h ; 741 mph ; 644 kn )", "binary_answer": null, "no_answer_prob": -2.7768415212631226}
{"example_id": -9071519294601429265, "prediction": "Michael John Douglas", "binary_answer": null, "no_answer_prob": -4.412123441696167}
{"example_id": -4220096055799093576, "prediction": "Washington Capitals", "binary_answer": null, "no_answer_prob": -6.88035786151886}
{"example_id": 7558353511789930999, "prediction": "In gridiron football , the safety", "binary_answer": null, "no_answer_prob": 0.2941514141857624}
{"example_id": 8882641337790041312, "prediction": "", "binary_answer": null, "no_answer_prob": 4.676721692085266}
{"example_id": -554489762923557409, "prediction": "`` Summer in the City", "binary_answer": null, "no_answer_prob": 2.369677096605301}
{"example_id": 5990293859286522993, "prediction": "1977", "binary_answer": null, "no_answer_prob": -7.901753306388855}
{"example_id": -5606354794602685296, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8075731992721558}
{"example_id": -8971341084491529867, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7457666397094727}
{"example_id": -7897272329851911813, "prediction": "Donald Sutherland , Tom Skerritt , and Elliott Gould", "binary_answer": null, "no_answer_prob": -0.0463031530380249}
{"example_id": 8996037251040705572, "prediction": "1954", "binary_answer": null, "no_answer_prob": -7.068540096282959}
{"example_id": -7667094246768501797, "prediction": "Greece", "binary_answer": null, "no_answer_prob": -1.5552977323532104}
{"example_id": -206037199303116044, "prediction": "over 2,000", "binary_answer": null, "no_answer_prob": -3.0066064596176147}
{"example_id": -3307181467072417769, "prediction": "Hawkins , Indiana", "binary_answer": null, "no_answer_prob": -3.0689697265625}
{"example_id": -7535489534430874129, "prediction": "Parthenogenesis", "binary_answer": null, "no_answer_prob": -6.646346807479858}
{"example_id": -5379350041754676016, "prediction": "2010 -- 11", "binary_answer": null, "no_answer_prob": -1.8226057291030884}
{"example_id": -5921191882889566997, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4874289631843567}
{"example_id": -1343175721933797206, "prediction": "", "binary_answer": null, "no_answer_prob": 3.684069573879242}
{"example_id": 7128949973348296213, "prediction": "", "binary_answer": null, "no_answer_prob": 2.70984947681427}
{"example_id": 6676667408171860027, "prediction": "Troian Avery Bellisario", "binary_answer": null, "no_answer_prob": -13.311158299446106}
{"example_id": -4565911940746751956, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7623700872063637}
{"example_id": 5692039763279115737, "prediction": "Britain", "binary_answer": null, "no_answer_prob": -2.7057836055755615}
{"example_id": 6781490748017307288, "prediction": "Star Wars : The Force Awakens", "binary_answer": null, "no_answer_prob": -0.6408500671386719}
{"example_id": -334692890620722567, "prediction": "3,211,474", "binary_answer": null, "no_answer_prob": -6.34494149684906}
{"example_id": -2474594977941723144, "prediction": "Stan Jones", "binary_answer": null, "no_answer_prob": -10.150107383728027}
{"example_id": 1849503016710677308, "prediction": "Mikhail Lomonosov", "binary_answer": null, "no_answer_prob": -3.4891616106033325}
{"example_id": 7820599431684065938, "prediction": "", "binary_answer": null, "no_answer_prob": 4.474342465400696}
{"example_id": 3484054338780092487, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6589901745319366}
{"example_id": 696430550631107443, "prediction": "West Empire Avenue in Burbank , Los Angeles County , California", "binary_answer": null, "no_answer_prob": 2.5032286643981934}
{"example_id": -4281068146235841431, "prediction": "The Enola Gay", "binary_answer": null, "no_answer_prob": -4.847084999084473}
{"example_id": 5806475426479792198, "prediction": "Mike Krzyzewski", "binary_answer": null, "no_answer_prob": 1.6033735275268555}
{"example_id": -9128109071847081809, "prediction": "Olivia Rose Keegan", "binary_answer": null, "no_answer_prob": -11.513602018356323}
{"example_id": 178875795584768999, "prediction": "November 15 , 1777", "binary_answer": null, "no_answer_prob": 4.062625288963318}
{"example_id": -721067372847730540, "prediction": "Abbot Howard Hoffman", "binary_answer": null, "no_answer_prob": 0.897810697555542}
{"example_id": 6059882643797764017, "prediction": "Robinson", "binary_answer": null, "no_answer_prob": -0.5785696506500244}
{"example_id": 3548716373739085948, "prediction": "William Butler Yeats", "binary_answer": null, "no_answer_prob": -5.118159651756287}
{"example_id": 7464458412851227668, "prediction": "13", "binary_answer": null, "no_answer_prob": -1.3442018032073975}
{"example_id": 6162948215552766001, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8127349615097046}
{"example_id": 8524610891771367197, "prediction": "According to Merriam - Webster 's Dictionary , `` 86 '' is a slang term that is used in the American popular culture", "binary_answer": null, "no_answer_prob": 1.895288348197937}
{"example_id": 5907766322085943901, "prediction": "", "binary_answer": null, "no_answer_prob": 4.115921258926392}
{"example_id": 6389328235012626116, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3808295130729675}
{"example_id": -7807288157410129375, "prediction": "2018", "binary_answer": null, "no_answer_prob": -1.7478570938110352}
{"example_id": 8664043654812039206, "prediction": "The Weather Network ( TWN )", "binary_answer": null, "no_answer_prob": -0.19061744213104248}
{"example_id": -2207433714422106920, "prediction": "Rose Royce", "binary_answer": null, "no_answer_prob": -9.138379335403442}
{"example_id": -3056160293645756523, "prediction": "", "binary_answer": null, "no_answer_prob": 2.430683821439743}
{"example_id": -2259255661677732474, "prediction": "", "binary_answer": null, "no_answer_prob": 4.263215065002441}
{"example_id": -8156759893817045640, "prediction": "Ronald William Howard", "binary_answer": null, "no_answer_prob": -8.599533081054688}
{"example_id": -351441599534462560, "prediction": "Danny Lloyd", "binary_answer": null, "no_answer_prob": -0.9746911525726318}
{"example_id": -664603835864348450, "prediction": "", "binary_answer": null, "no_answer_prob": 3.706034541130066}
{"example_id": 3199526575756685039, "prediction": "`` Daft Punk Is Playing at My House ''", "binary_answer": null, "no_answer_prob": 1.604543685913086}
{"example_id": 7198659651132774529, "prediction": "The First Amendment ( Amendment I )", "binary_answer": null, "no_answer_prob": 0.23438119888305664}
{"example_id": -4676574229009765699, "prediction": "Joop Zoetemelk", "binary_answer": null, "no_answer_prob": -2.1537392139434814}
{"example_id": 1133265670683319032, "prediction": "", "binary_answer": null, "no_answer_prob": -5.206483721733093}
{"example_id": -6013328564916677870, "prediction": "ancient Greek philosophy , including Aristotle , and was referred to in Roman philosophy by Cicero", "binary_answer": null, "no_answer_prob": -1.1240783333778381}
{"example_id": -6968798727542233826, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -3.797930121421814}
{"example_id": -794593607161113238, "prediction": "Hinduism and Sikhism", "binary_answer": null, "no_answer_prob": 3.97539746761322}
{"example_id": -3026600554619290030, "prediction": "Garbi\u00f1e Muguruza", "binary_answer": null, "no_answer_prob": -6.476300954818726}
{"example_id": -1535540325606542097, "prediction": "", "binary_answer": null, "no_answer_prob": 4.18269345164299}
{"example_id": -4156870232683209747, "prediction": "New York portal Energy portal Nuclear technology portal", "binary_answer": null, "no_answer_prob": 2.326962262392044}
{"example_id": -3433374861856789745, "prediction": "Rickey Smiley", "binary_answer": null, "no_answer_prob": -6.1704442501068115}
{"example_id": 6202161671785679770, "prediction": "May 1975", "binary_answer": null, "no_answer_prob": -5.117980480194092}
{"example_id": 508297974171411363, "prediction": "season two", "binary_answer": null, "no_answer_prob": -2.729039430618286}
{"example_id": -843909058600034837, "prediction": "Frederick Aaron Savage", "binary_answer": null, "no_answer_prob": -5.952749252319336}
{"example_id": -5974448695270116115, "prediction": "310 miles ( 499 km )", "binary_answer": null, "no_answer_prob": -2.5638585090637207}
{"example_id": -113932269959780342, "prediction": "about the cycle of life", "binary_answer": null, "no_answer_prob": -2.034956216812134}
{"example_id": -1026258181208403559, "prediction": "2630 BC -- 2611 BC", "binary_answer": null, "no_answer_prob": -0.1257610321044922}
{"example_id": -7085186567335951807, "prediction": "Charles Dickens", "binary_answer": null, "no_answer_prob": -4.932570457458496}
{"example_id": -3772539809756443083, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5543964505195618}
{"example_id": -5579147983426435143, "prediction": "`` Pumped Up Kicks", "binary_answer": null, "no_answer_prob": 3.5461875796318054}
{"example_id": 4302220306942279380, "prediction": "Tyronn Jamar Lue", "binary_answer": null, "no_answer_prob": -8.70760464668274}
{"example_id": 8937322105016414767, "prediction": "", "binary_answer": null, "no_answer_prob": 3.457006514072418}
{"example_id": 6801276617845382701, "prediction": "3079 animal and 2655 plant species as endangered ( EN ) worldwide . The figures for 1998 were , respectively , 1102 and 1197 .", "binary_answer": null, "no_answer_prob": 2.0975736435502768}
{"example_id": -8997218697282168906, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9170470237731934}
{"example_id": -1237660938414050219, "prediction": "Antonio Meucci", "binary_answer": null, "no_answer_prob": -6.103628396987915}
{"example_id": 2620562839483759589, "prediction": "between 330 and 435 km ( 205 and 270 mi )", "binary_answer": null, "no_answer_prob": -7.8322999477386475}
{"example_id": -6544179549844173007, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7718104124069214}
{"example_id": 6428696667586570382, "prediction": "the opening stanza of Ralph Waldo Emerson 's `` Concord Hymn '' ( 1837 )", "binary_answer": null, "no_answer_prob": -3.929588556289673}
{"example_id": 2313738736780823484, "prediction": "Steve Martin", "binary_answer": null, "no_answer_prob": -6.2767767906188965}
{"example_id": -6170595545064347887, "prediction": "`` The Things We Do for Love ''", "binary_answer": null, "no_answer_prob": 2.45981502532959}
{"example_id": 188860295372928665, "prediction": "David Wise", "binary_answer": null, "no_answer_prob": -9.068341493606567}
{"example_id": 3334652061925308152, "prediction": "", "binary_answer": null, "no_answer_prob": 2.910452127456665}
{"example_id": 5504664106004626810, "prediction": "June 8 , 1789", "binary_answer": null, "no_answer_prob": -6.292754650115967}
{"example_id": 3679225107990950505, "prediction": "The Battle of Ia Drang", "binary_answer": null, "no_answer_prob": -9.324656963348389}
{"example_id": 7779778541560697142, "prediction": "sets out the rights and duties of its citizens", "binary_answer": null, "no_answer_prob": -1.1905748844146729}
{"example_id": -1931779794955008041, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3230308294296265}
{"example_id": 6577269879107742588, "prediction": "A player who plays their next - to - last - card must call `` Uno '' as a warning to the other players .", "binary_answer": null, "no_answer_prob": 2.009494185447693}
{"example_id": -888659052107499201, "prediction": "June 22 , 2018", "binary_answer": null, "no_answer_prob": -4.735952854156494}
{"example_id": 5148884682261695737, "prediction": "Jill Abbott", "binary_answer": null, "no_answer_prob": 0.4363887310028076}
{"example_id": 5480638861249132221, "prediction": "Atlanta , Georgia", "binary_answer": null, "no_answer_prob": -1.1418468952178955}
{"example_id": -8935836286358711413, "prediction": "Olympus was notable in Greek mythology as the home of the Greek gods , on the Mytikas peak", "binary_answer": null, "no_answer_prob": -5.415741801261902}
{"example_id": -414366433822264308, "prediction": "30 days or 90 days", "binary_answer": null, "no_answer_prob": -1.232997179031372}
{"example_id": -4982532570648479956, "prediction": "At the time of Robert Baratheon 's rebellion", "binary_answer": null, "no_answer_prob": 2.848250985145569}
{"example_id": -8401521075006897458, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7029600143432617}
{"example_id": -1971881387835885045, "prediction": "Hurricane Maria", "binary_answer": null, "no_answer_prob": -8.122613906860352}
{"example_id": 4281669368761748387, "prediction": "", "binary_answer": null, "no_answer_prob": 2.364891603589058}
{"example_id": -5860978641451248758, "prediction": "constitutional monarchy", "binary_answer": null, "no_answer_prob": -4.176002144813538}
{"example_id": 4934823151479543477, "prediction": "", "binary_answer": null, "no_answer_prob": 4.333761245012283}
{"example_id": -3849037490924874519, "prediction": "1887", "binary_answer": null, "no_answer_prob": -2.55815052986145}
{"example_id": 2218750855506574134, "prediction": "The videos featured Sinatra wearing an iconic pair of boots .", "binary_answer": null, "no_answer_prob": -4.474699020385742}
{"example_id": 8493319704923147267, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6760435104370117}
{"example_id": 2683989575225384589, "prediction": "Maureen O'Hara , John Payne , Natalie Wood and Edmund Gwenn", "binary_answer": null, "no_answer_prob": -0.10765886306762695}
{"example_id": 3664344523230296963, "prediction": "Life OK and aired Monday to Friday", "binary_answer": null, "no_answer_prob": -4.769172310829163}
{"example_id": 189952315972489264, "prediction": "April 17 , 1964", "binary_answer": null, "no_answer_prob": -5.343392252922058}
{"example_id": 6451287467374052151, "prediction": "", "binary_answer": null, "no_answer_prob": -2.6410123109817505}
{"example_id": -2404214847806488384, "prediction": "`` Take Me Out to the Ball Game '' is a 1908 Tin Pan Alley song by Jack Norworth and Albert Von Tilzer", "binary_answer": null, "no_answer_prob": 1.4013615548610687}
{"example_id": 3553897128964761965, "prediction": "", "binary_answer": null, "no_answer_prob": 3.044800817966461}
{"example_id": 5759635759656080369, "prediction": "The domain name org", "binary_answer": null, "no_answer_prob": -1.8815878629684448}
{"example_id": -6148134655601750853, "prediction": "Chelsea", "binary_answer": null, "no_answer_prob": -1.9249016046524048}
{"example_id": 5797697578731851832, "prediction": "late 19th century", "binary_answer": null, "no_answer_prob": -4.524227738380432}
{"example_id": -6276446060731528591, "prediction": "Love & Basketball is a 2000 American romantic drama film starring Sanaa Lathan and Omar Epps", "binary_answer": null, "no_answer_prob": 1.1369806826114655}
{"example_id": 6232148881802903870, "prediction": "", "binary_answer": null, "no_answer_prob": 3.926520347595215}
{"example_id": 5147738357784349779, "prediction": "The convention discussed removing the three - fifths compromise", "binary_answer": null, "no_answer_prob": -0.4111384153366089}
{"example_id": -3090740937431566894, "prediction": "Charles Peckham Day", "binary_answer": null, "no_answer_prob": 1.1121776103973389}
{"example_id": -8963626684149052520, "prediction": "", "binary_answer": null, "no_answer_prob": 3.443754196166992}
{"example_id": -7619831388087664305, "prediction": "Brandon Flynn", "binary_answer": null, "no_answer_prob": -10.224019169807434}
{"example_id": -53856999867473829, "prediction": "", "binary_answer": null, "no_answer_prob": 3.057637572288513}
{"example_id": -5404173960983008913, "prediction": "In 1876", "binary_answer": null, "no_answer_prob": -1.3277814388275146}
{"example_id": -230429939707197455, "prediction": "Tim Nolan", "binary_answer": null, "no_answer_prob": -2.604262113571167}
{"example_id": -445680023338895131, "prediction": "", "binary_answer": null, "no_answer_prob": 5.606463432312012}
{"example_id": 6548656889458911398, "prediction": "", "binary_answer": null, "no_answer_prob": -5.214956164360046}
{"example_id": 5462504310675240806, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9587680399417877}
{"example_id": -4114457286063229980, "prediction": "Laura Horton is a fictional character", "binary_answer": null, "no_answer_prob": -1.774019718170166}
{"example_id": -841758053999954076, "prediction": "", "binary_answer": null, "no_answer_prob": 3.911361590027809}
{"example_id": 7564094072949200785, "prediction": "October 7 , 2014", "binary_answer": null, "no_answer_prob": -8.626200437545776}
{"example_id": 2222544950538899680, "prediction": "Healthcare informatics includes the subspecialties of clinical informatics , pathology informatics , imaging informatics , and pharmacy informatics", "binary_answer": null, "no_answer_prob": 5.406181052327156}
{"example_id": 5313339127491639524, "prediction": "January 16 , 2018", "binary_answer": null, "no_answer_prob": -5.223641872406006}
{"example_id": -1159080113824315253, "prediction": "70 episodes over an unspecified number of seasons .", "binary_answer": null, "no_answer_prob": -3.287709355354309}
{"example_id": -6093635051435992513, "prediction": "", "binary_answer": null, "no_answer_prob": 4.159556269645691}
{"example_id": -8118644352336224192, "prediction": "the TV production company , but in some cases , Mike Holmes personally contributes funds towards the repairs .", "binary_answer": null, "no_answer_prob": 0.9318040609359741}
{"example_id": 2967781358820918664, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8120080679655075}
{"example_id": 8104110236119839386, "prediction": "Ouroboros", "binary_answer": null, "no_answer_prob": -2.444600820541382}
{"example_id": -7603814307978745323, "prediction": "", "binary_answer": null, "no_answer_prob": 4.112364172935486}
{"example_id": 6694113471852335389, "prediction": "", "binary_answer": null, "no_answer_prob": 4.386039435863495}
{"example_id": 505322342014328577, "prediction": "11 August 2017", "binary_answer": null, "no_answer_prob": -9.577828407287598}
{"example_id": 7740805758031818492, "prediction": "Sub-Saharan Africa", "binary_answer": null, "no_answer_prob": 1.3732224702835083}
{"example_id": -9199537629034261914, "prediction": "75 miles ( 121 km ) west of Indianapolis .", "binary_answer": null, "no_answer_prob": 0.5373680591583252}
{"example_id": -3372933701308578001, "prediction": "George Washington ( 1732 -- 1799 ) , Thomas Jefferson ( 1743 -- 1826 ) , Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -4.8918620347976685}
{"example_id": -3557371757207008350, "prediction": "Emperor Theodosius I", "binary_answer": null, "no_answer_prob": -8.550976395606995}
{"example_id": 7027599956289751821, "prediction": "Gerard Gallant", "binary_answer": null, "no_answer_prob": 0.9072470664978027}
{"example_id": -7149220139020344783, "prediction": "Johnny Christopher , Mark James and Wayne Carson", "binary_answer": null, "no_answer_prob": -4.024693012237549}
{"example_id": 8400103620385982906, "prediction": "Olympic Athlete from Russia ( OAR )", "binary_answer": null, "no_answer_prob": -0.3745056986808777}
{"example_id": 6021066071064734051, "prediction": "In atomic physics , the electron magnetic moment", "binary_answer": null, "no_answer_prob": 0.8450183123350143}
{"example_id": -1441473819725557103, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5719104558229446}
{"example_id": -6199728099705080128, "prediction": "Benjamin Harrison", "binary_answer": null, "no_answer_prob": -5.94355583190918}
{"example_id": -606293380711529770, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3816089145839214}
{"example_id": 3647086633313193571, "prediction": "", "binary_answer": null, "no_answer_prob": 4.850067466497421}
{"example_id": -4184192392780326541, "prediction": "A music video was filmed to promote the single . In America , it received active rotation on MTV .", "binary_answer": null, "no_answer_prob": -3.3974480628967285}
{"example_id": 1768967865582701164, "prediction": "Buzz Aldrin", "binary_answer": null, "no_answer_prob": -7.188652038574219}
{"example_id": 4993970958222332001, "prediction": "Atat\u00fcrk 's Reforms ( Turkish : Atat\u00fcrk Devrimleri", "binary_answer": null, "no_answer_prob": -0.05870342254638672}
{"example_id": -8038040490989347484, "prediction": "Clearwater , Texas", "binary_answer": null, "no_answer_prob": -6.260748982429504}
{"example_id": -5974603066256812381, "prediction": "Most nations abandoned the gold standard as the basis of their monetary systems at some point in the 20th century", "binary_answer": null, "no_answer_prob": 1.9830271564424038}
{"example_id": -400602462252727767, "prediction": "Flora Louise Shaw", "binary_answer": null, "no_answer_prob": -12.100398540496826}
{"example_id": -2071088900930842768, "prediction": "Mariah Carey", "binary_answer": null, "no_answer_prob": -11.513477444648743}
{"example_id": -2484769459394585354, "prediction": "The New Jersey Plan", "binary_answer": null, "no_answer_prob": -1.2414300441741943}
{"example_id": 8333338629424840855, "prediction": "Sam Smith", "binary_answer": null, "no_answer_prob": -7.831705927848816}
{"example_id": -3333264597997019941, "prediction": "No . overall No. in season Title Directed by Written by Original release date 14 `` The Land Before Tim", "binary_answer": null, "no_answer_prob": 2.688773036003113}
{"example_id": 6977672286943223075, "prediction": "in the northeast quadrant of The Ellipse", "binary_answer": null, "no_answer_prob": -1.0953419208526611}
{"example_id": 392385488264586853, "prediction": "The eighth", "binary_answer": null, "no_answer_prob": -1.0757780075073242}
{"example_id": -4989492258683338617, "prediction": "Caterina Scorsone", "binary_answer": null, "no_answer_prob": -8.168036937713623}
{"example_id": 539660331977371732, "prediction": "The chickpea or chick pea", "binary_answer": null, "no_answer_prob": 2.987774882465601}
{"example_id": 662548517647235170, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6005723178386688}
{"example_id": 1654441312144248831, "prediction": "", "binary_answer": null, "no_answer_prob": 3.078274428844452}
{"example_id": 691640468981436992, "prediction": "", "binary_answer": null, "no_answer_prob": 0.44484782218933105}
{"example_id": -5103942755635115713, "prediction": "\u03b1 - tocopherol", "binary_answer": null, "no_answer_prob": -2.33865225315094}
{"example_id": 1411911727998961690, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A mutual fund", "binary_answer": null, "no_answer_prob": 2.5926456451416016}
{"example_id": 7245069777329157264, "prediction": "469 miles ( 755 km )", "binary_answer": null, "no_answer_prob": -9.423258662223816}
{"example_id": 3422025955566366430, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8504924327135086}
{"example_id": 2296494244768444293, "prediction": "Paul Ryan", "binary_answer": null, "no_answer_prob": -6.830547332763672}
{"example_id": -3146827573262599617, "prediction": "The coconut tree", "binary_answer": null, "no_answer_prob": 2.777988612651825}
{"example_id": 4530023002366642239, "prediction": "The central nervous system ( CNS ) is the part of the nervous system consisting of the brain and spinal cord", "binary_answer": null, "no_answer_prob": 1.668197751045227}
{"example_id": 3390994259504658173, "prediction": "Anne - Marie and Ryan McMullan", "binary_answer": null, "no_answer_prob": 1.299997627735138}
{"example_id": -500050390286643306, "prediction": "Robert Englund", "binary_answer": null, "no_answer_prob": -3.820570945739746}
{"example_id": -2694789190461765235, "prediction": "", "binary_answer": null, "no_answer_prob": -3.709657311439514}
{"example_id": -602956516620451819, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.9027415812015533}
{"example_id": 5273406018593685256, "prediction": "Kiran Bedi", "binary_answer": null, "no_answer_prob": -8.23973274230957}
{"example_id": -8188784902791964134, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4999632239341736}
{"example_id": -3124683273743754813, "prediction": "Michelle Georgina Haig", "binary_answer": null, "no_answer_prob": -11.976964950561523}
{"example_id": -6423356264440457684, "prediction": "Grand Central Terminal", "binary_answer": null, "no_answer_prob": 1.2879170775413513}
{"example_id": 8883856247336819625, "prediction": "The viridans streptococci", "binary_answer": null, "no_answer_prob": -1.8779610395431519}
{"example_id": 3492183054587305823, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8892430812120438}
{"example_id": 5459184808595477406, "prediction": "Greta Van Fleet", "binary_answer": null, "no_answer_prob": 1.3773088455200195}
{"example_id": 5977557104954330791, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3469741344451904}
{"example_id": -5926721280436330942, "prediction": "Shanhai Pass", "binary_answer": null, "no_answer_prob": -2.1245813369750977}
{"example_id": -130318434575863174, "prediction": "physiology , histology and embryology", "binary_answer": null, "no_answer_prob": 1.8178292140364647}
{"example_id": -2133281056446283490, "prediction": "`` Spellingg Bee ''", "binary_answer": null, "no_answer_prob": 0.2499680519104004}
{"example_id": -2980099247291482674, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.3018414974212646}
{"example_id": -3220423468428479102, "prediction": "Kylie Minogue", "binary_answer": null, "no_answer_prob": -0.27080583572387695}
{"example_id": 1842547553705946590, "prediction": "", "binary_answer": null, "no_answer_prob": 4.398736596107483}
{"example_id": 3918472863730321925, "prediction": "Stephanie Mills", "binary_answer": null, "no_answer_prob": -2.154405117034912}
{"example_id": -3979738176844987327, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -10.615038514137268}
{"example_id": -8142222187570927809, "prediction": "Jack Jones", "binary_answer": null, "no_answer_prob": -2.3752925395965576}
{"example_id": -6881164324389581178, "prediction": "1970", "binary_answer": null, "no_answer_prob": 0.10718071460723877}
{"example_id": 4150768401433768893, "prediction": "the Pakistani military junta", "binary_answer": null, "no_answer_prob": -0.5637967586517334}
{"example_id": -7623679728866041421, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -8.783882856369019}
{"example_id": 3052775455691534144, "prediction": ".", "binary_answer": null, "no_answer_prob": 3.0888636112213135}
{"example_id": -2268177454921311476, "prediction": "June 30 , 2000", "binary_answer": null, "no_answer_prob": -3.0202678442001343}
{"example_id": 1984502246758475715, "prediction": "The name comes from the 1585 expedition of Sir Richard Grenville", "binary_answer": null, "no_answer_prob": -5.291504740715027}
{"example_id": 5758814377373936056, "prediction": "", "binary_answer": null, "no_answer_prob": 4.969416171312332}
{"example_id": 1611590716570134882, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7212177515029907}
{"example_id": 1333561422349553590, "prediction": "Madagascar and various archipelagos", "binary_answer": null, "no_answer_prob": 2.511290766298771}
{"example_id": -2863963991480587539, "prediction": "Chromosome ( 10 - 10 bp ) DNA Gene ( 10 - 10 bp ) Function A gene is a region of DNA", "binary_answer": null, "no_answer_prob": 1.5791704878211021}
{"example_id": -5230267459369121974, "prediction": "13 Reasons Why", "binary_answer": null, "no_answer_prob": 0.6868797540664673}
{"example_id": -3604772607148737163, "prediction": "John Steinbeck", "binary_answer": null, "no_answer_prob": -6.993664979934692}
{"example_id": -2762585661993575020, "prediction": "Casey Cagle and Brian Kemp", "binary_answer": null, "no_answer_prob": -4.02493953704834}
{"example_id": 8174462200596265968, "prediction": "The six fundamental rights recognised by the Indian constitution are the right to equality", "binary_answer": null, "no_answer_prob": 3.099126696586609}
{"example_id": -438307705609134116, "prediction": "1988", "binary_answer": null, "no_answer_prob": -9.057498693466187}
{"example_id": -4396446690626410751, "prediction": "The Master of Library and Information Science ( MLIS )", "binary_answer": null, "no_answer_prob": 2.99201238155365}
{"example_id": -3688708489471209785, "prediction": "Lady Antebellum", "binary_answer": null, "no_answer_prob": -7.29231059551239}
{"example_id": 753464263966516344, "prediction": "Saint Peter", "binary_answer": null, "no_answer_prob": -10.667227268218994}
{"example_id": -181722027543682844, "prediction": "5.09 %", "binary_answer": null, "no_answer_prob": -1.923729658126831}
{"example_id": -5766585384791905312, "prediction": "Christopher Columbus", "binary_answer": null, "no_answer_prob": -4.740287661552429}
{"example_id": 5373033641799663553, "prediction": "18", "binary_answer": null, "no_answer_prob": -0.6290841102600098}
{"example_id": -8755431437006066396, "prediction": "Springer Mountain , Georgia", "binary_answer": null, "no_answer_prob": -0.4014843702316284}
{"example_id": 3270328834842492840, "prediction": "", "binary_answer": null, "no_answer_prob": 0.05690431594848633}
{"example_id": 468441290262314100, "prediction": "", "binary_answer": null, "no_answer_prob": 4.239093899726868}
{"example_id": 5120337207882236577, "prediction": "The Suez Canal ( Arabic : \u0642\u0646\u0627\u0629 \u0627\u0644\u0633\u0648\u064a\u0633 \u200e qan\u0101t as - suw\u0113s", "binary_answer": null, "no_answer_prob": 4.023375511169434}
{"example_id": -5726458331771154866, "prediction": "`` Miracles '' is a song by British rock band Coldplay , which was written and recorded for the 2014 drama film Unbroken", "binary_answer": null, "no_answer_prob": -1.6982569694519043}
{"example_id": 5059710524301889273, "prediction": "The iPhone is the first smartphone model designed and marketed by Apple Inc , announced on January 9 , 2007", "binary_answer": null, "no_answer_prob": 0.911285400390625}
{"example_id": -8621003764289421426, "prediction": "one - thousandth of a cubic metre .", "binary_answer": null, "no_answer_prob": 2.694344997406006}
{"example_id": 1935495172001171680, "prediction": "Hong Kong , officially the Hong Kong Special Administrative Region of the People 's Republic of China", "binary_answer": null, "no_answer_prob": 1.272803544998169}
{"example_id": 7330283949157420097, "prediction": "The Great Red Spot", "binary_answer": null, "no_answer_prob": 2.772759437561035}
{"example_id": -8730924403453095679, "prediction": "Newport , Rhode Island", "binary_answer": null, "no_answer_prob": -0.9322797060012817}
{"example_id": 2174305714986147170, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -8.453490257263184}
{"example_id": -3406463301998484283, "prediction": "Schenectady / sk\u026a\u02c8n\u025bkt\u0259di / ( ski - NEK - t\u0259 - dee )", "binary_answer": null, "no_answer_prob": -2.783931255340576}
{"example_id": -5271615310246641773, "prediction": "William Ewart Gladstone", "binary_answer": null, "no_answer_prob": -3.964980721473694}
{"example_id": 1125226722819529917, "prediction": "May 10 , 2018", "binary_answer": null, "no_answer_prob": -2.0562788248062134}
{"example_id": 7488986455925873518, "prediction": "The 1950", "binary_answer": null, "no_answer_prob": 0.903134286403656}
{"example_id": -6605638885133826345, "prediction": "June 12 , 1981", "binary_answer": null, "no_answer_prob": -7.033726930618286}
{"example_id": -7461600424446973077, "prediction": "Cosimo de ' Medici , led by Marsilio Ficino", "binary_answer": null, "no_answer_prob": -3.2132487297058105}
{"example_id": -989307481273216269, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2328712940216064}
{"example_id": 2640992061902973586, "prediction": "Salva Dut , a part of the Dinka tribe and a Sudanese Lost Boy", "binary_answer": null, "no_answer_prob": 5.969839096069336}
{"example_id": -5802481645661478640, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.6104912757873535}
{"example_id": -2542579377701122263, "prediction": "", "binary_answer": null, "no_answer_prob": 3.819149911403656}
{"example_id": -4356711200244286691, "prediction": "", "binary_answer": null, "no_answer_prob": 2.660301238298416}
{"example_id": -3007427207807477175, "prediction": "", "binary_answer": null, "no_answer_prob": 4.508158564567566}
{"example_id": 9008919636479377924, "prediction": "`` And Now His Watch Is Ended", "binary_answer": null, "no_answer_prob": -2.970863461494446}
{"example_id": -274125140869992819, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7807801365852356}
{"example_id": -2222721038796504854, "prediction": "", "binary_answer": null, "no_answer_prob": -3.984342575073242}
{"example_id": 3198089069511613215, "prediction": "Otis Redding and guitarist Steve Cropper", "binary_answer": null, "no_answer_prob": 0.38299989700317383}
{"example_id": 1045587930363611824, "prediction": "Vegetative reproduction", "binary_answer": null, "no_answer_prob": -0.1116330623626709}
{"example_id": 4610728675765610071, "prediction": "Takeru Kobayashi", "binary_answer": null, "no_answer_prob": -7.3436742424964905}
{"example_id": -5307301642256135368, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3954277038574219}
{"example_id": 433860295881558835, "prediction": "10 December 1948", "binary_answer": null, "no_answer_prob": -8.815837264060974}
{"example_id": -3273160346236713828, "prediction": "Sher Shah Suri", "binary_answer": null, "no_answer_prob": -2.0505552291870117}
{"example_id": -3140221241061709801, "prediction": "1996", "binary_answer": null, "no_answer_prob": -3.186323046684265}
{"example_id": 6551130377198292335, "prediction": "2015 -- 16", "binary_answer": null, "no_answer_prob": -6.54048490524292}
{"example_id": 2496745033354317416, "prediction": "Where Were You When the Lights Went Out ?", "binary_answer": null, "no_answer_prob": 4.050869315862656}
{"example_id": 5457253168989654745, "prediction": "360", "binary_answer": null, "no_answer_prob": -7.528832793235779}
{"example_id": 5941844683715152105, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": 2.9379258155822754}
{"example_id": -2045376309195880987, "prediction": "Janet Jackson", "binary_answer": null, "no_answer_prob": -0.07894384860992432}
{"example_id": -4432235358539432211, "prediction": "the finale of the first season , `` Jail Break ''", "binary_answer": null, "no_answer_prob": -5.17193865776062}
{"example_id": 3415605085938119375, "prediction": "", "binary_answer": null, "no_answer_prob": 3.839898407459259}
{"example_id": -5142095797060740224, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3185304403305054}
{"example_id": -7392605693004782226, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5360277742147446}
{"example_id": 2751241199268467621, "prediction": "1982", "binary_answer": null, "no_answer_prob": -5.195086717605591}
{"example_id": 7142559958690468996, "prediction": "The Spanish dollar , also known as the piece of eight ( Spanish : peso de ocho or real de a ocho", "binary_answer": null, "no_answer_prob": -3.393407940864563}
{"example_id": 7669326562226780180, "prediction": "", "binary_answer": null, "no_answer_prob": 4.786862730979919}
{"example_id": -3826370281781906774, "prediction": "`` Stayin ' Alive ''", "binary_answer": null, "no_answer_prob": 0.6534110410138965}
{"example_id": -7673400936777678686, "prediction": "Indo - European , Dravidian and Austronesian", "binary_answer": null, "no_answer_prob": -1.8338042497634888}
{"example_id": 6107683449211755901, "prediction": "Hero Beauregard Fiennes - Tiffin", "binary_answer": null, "no_answer_prob": -13.020571112632751}
{"example_id": -1451265853964730188, "prediction": "Who Framed Roger Rabbit", "binary_answer": null, "no_answer_prob": 0.8718169331550598}
{"example_id": -7070067265434939483, "prediction": "Pride Toronto", "binary_answer": null, "no_answer_prob": 2.026269644498825}
{"example_id": -2810498214113777075, "prediction": "", "binary_answer": null, "no_answer_prob": 4.232834577560425}
{"example_id": -5762914295759708385, "prediction": "Samuel `` Sam '' Winchester", "binary_answer": null, "no_answer_prob": 4.328622445464134}
{"example_id": -6930046655197027654, "prediction": "2005", "binary_answer": null, "no_answer_prob": -7.715138912200928}
{"example_id": -4038609773199728851, "prediction": "San Francisco", "binary_answer": null, "no_answer_prob": -1.9424266815185547}
{"example_id": 7535475266314875543, "prediction": "Redbone", "binary_answer": null, "no_answer_prob": -6.711485266685486}
{"example_id": -3664176546367429216, "prediction": "Eastern Atlantic", "binary_answer": null, "no_answer_prob": -0.5223469734191895}
{"example_id": -1686768137240127547, "prediction": "", "binary_answer": null, "no_answer_prob": 2.246103659272194}
{"example_id": 8925739910556899802, "prediction": "", "binary_answer": null, "no_answer_prob": 2.752378761768341}
{"example_id": -3483707867965134786, "prediction": "Amanda Tapping", "binary_answer": null, "no_answer_prob": -13.460525035858154}
{"example_id": -1198227656095162134, "prediction": "12 March 28 , 2011 ( 2011 - 03 - 28 ) June 20 , 2011 ( 2011 - 06 - 20 )", "binary_answer": null, "no_answer_prob": -1.368107557296753}
{"example_id": -4680522615475084965, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8814661502838135}
{"example_id": -7002896346938619483, "prediction": "Elizabeth Irene Banks", "binary_answer": null, "no_answer_prob": -3.4121867418289185}
{"example_id": 4074207857477826513, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6030521392822266}
{"example_id": 1337245947825406175, "prediction": "", "binary_answer": null, "no_answer_prob": 4.17623507976532}
{"example_id": -8213916464636818453, "prediction": "New York Yankees", "binary_answer": null, "no_answer_prob": 0.615384578704834}
{"example_id": -8640818569601107110, "prediction": "Port state control", "binary_answer": null, "no_answer_prob": 0.04832720756530762}
{"example_id": -3931637000143718868, "prediction": "Three Dog Night", "binary_answer": null, "no_answer_prob": -8.503212809562683}
{"example_id": 2141067944898639006, "prediction": "1970", "binary_answer": null, "no_answer_prob": -3.6969889402389526}
{"example_id": 3241293540304774739, "prediction": "Tracy Chapman", "binary_answer": null, "no_answer_prob": -1.4737603664398193}
{"example_id": -2365135120870407461, "prediction": "", "binary_answer": null, "no_answer_prob": 3.089243769645691}
{"example_id": -6371112442555196022, "prediction": "House of Representatives and the Senate", "binary_answer": null, "no_answer_prob": 0.5949327945709229}
{"example_id": -8164561486411707609, "prediction": "`` Friend Like Me", "binary_answer": null, "no_answer_prob": 3.583788901567459}
{"example_id": -7437437201219446123, "prediction": "2016", "binary_answer": null, "no_answer_prob": -3.767890691757202}
{"example_id": 6085340906618669128, "prediction": "", "binary_answer": null, "no_answer_prob": 1.732828438282013}
{"example_id": 4839381199765928548, "prediction": "The auxiliary verb is typically avoir ' to have ' , but is sometimes \u00eatre ' to be ' ( see below ) .", "binary_answer": null, "no_answer_prob": -1.6694689989089966}
{"example_id": 3449079148029779691, "prediction": "6", "binary_answer": null, "no_answer_prob": -3.6212849617004395}
{"example_id": -517186324724478411, "prediction": "Bill Medley and Jennifer Warnes", "binary_answer": null, "no_answer_prob": -6.964225769042969}
{"example_id": 2265055189082030896, "prediction": "1,746 people and 3,500 livestock .", "binary_answer": null, "no_answer_prob": -0.5118639469146729}
{"example_id": 2725480316434557991, "prediction": "the Fourth Amendment", "binary_answer": null, "no_answer_prob": 3.235046923160553}
{"example_id": 934852776765142448, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Stockholm syndrome", "binary_answer": null, "no_answer_prob": 3.251930296421051}
{"example_id": 5468187589053946737, "prediction": "the British", "binary_answer": null, "no_answer_prob": -2.4582687616348267}
{"example_id": 6734387380940135394, "prediction": "", "binary_answer": null, "no_answer_prob": 4.449544668197632}
{"example_id": -5188348864836090910, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5819554328918457}
{"example_id": -6941608030909844566, "prediction": "`` Return of the Mack ''", "binary_answer": null, "no_answer_prob": 2.7196333408355713}
{"example_id": 1255810665434192066, "prediction": "August 23 , 2017", "binary_answer": null, "no_answer_prob": -6.137408971786499}
{"example_id": 6023627962206045502, "prediction": "Sam Cooke", "binary_answer": null, "no_answer_prob": -3.000841736793518}
{"example_id": 7146082232126662177, "prediction": "about 50 million people", "binary_answer": null, "no_answer_prob": 1.2207967042922974}
{"example_id": 288113418088199442, "prediction": "Bee Gees", "binary_answer": null, "no_answer_prob": 0.5970429182052612}
{"example_id": -7996411661870256904, "prediction": "", "binary_answer": null, "no_answer_prob": 3.418929636478424}
{"example_id": 2625664724283116392, "prediction": "", "binary_answer": null, "no_answer_prob": 4.490785241127014}
{"example_id": 268614114430921357, "prediction": "Stan Jones", "binary_answer": null, "no_answer_prob": -3.21149480342865}
{"example_id": -7141893122773021850, "prediction": "The Sistine Chapel ceiling , painted by Michelangelo between 1508 and 1512 , is a cornerstone work of High Renaissance art .", "binary_answer": null, "no_answer_prob": 1.9356465935707092}
{"example_id": 3224239243235222174, "prediction": "Santonio Holmes", "binary_answer": null, "no_answer_prob": -1.1035830974578857}
{"example_id": 8773180844689256953, "prediction": "`` Angel '' is a song by Canadian singer - songwriter Sarah McLachlan", "binary_answer": null, "no_answer_prob": 1.5680948458611965}
{"example_id": -5007314435785513023, "prediction": "The show was canceled on May 15 , 2017 , after two seasons .", "binary_answer": null, "no_answer_prob": -0.7790323495864868}
{"example_id": 4208264492711266333, "prediction": "In the 17th century , Italian Marcello Malpighi", "binary_answer": null, "no_answer_prob": 4.243052542209625}
{"example_id": 268972984247721414, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2188711762428284}
{"example_id": 5463895003408902835, "prediction": "The Guess Who", "binary_answer": null, "no_answer_prob": -5.10901939868927}
{"example_id": 182673980570613877, "prediction": "8,848 m ( 29,029 ft )", "binary_answer": null, "no_answer_prob": -10.648448824882507}
{"example_id": -6205660321607542043, "prediction": "Miracle on Ice Total Soviet Union", "binary_answer": null, "no_answer_prob": -1.113375961780548}
{"example_id": -7275232186803493255, "prediction": "Izuku Midoriya", "binary_answer": null, "no_answer_prob": -2.2880531549453735}
{"example_id": 1789353952500135993, "prediction": "United States", "binary_answer": null, "no_answer_prob": -1.1642193794250488}
{"example_id": 8931813655722506550, "prediction": "Markup", "binary_answer": null, "no_answer_prob": 4.145292870700359}
{"example_id": 2707138297839815483, "prediction": "Percy Sledge", "binary_answer": null, "no_answer_prob": -6.176572918891907}
{"example_id": 8171543720735333501, "prediction": "Character Film The Bourne Identity The Bourne Supremacy The Bourne Ultimatum The Bourne Legacy Jason Bourne 2002", "binary_answer": null, "no_answer_prob": 2.665350317955017}
{"example_id": -6288284722556727335, "prediction": "Arthur Jeffries", "binary_answer": null, "no_answer_prob": -7.156766653060913}
{"example_id": -6979212131501137083, "prediction": "The Rite of Spring", "binary_answer": null, "no_answer_prob": 4.844382852315903}
{"example_id": 3258790656468982687, "prediction": "Josh Gad", "binary_answer": null, "no_answer_prob": -6.690648555755615}
{"example_id": -8819224356617100445, "prediction": "1975", "binary_answer": null, "no_answer_prob": 2.8284149169921875}
{"example_id": -6549515607449177711, "prediction": "", "binary_answer": null, "no_answer_prob": -4.455435395240784}
{"example_id": -9111462451692156959, "prediction": "Legends of the Hidden Temple", "binary_answer": null, "no_answer_prob": 1.9795490205287933}
{"example_id": -4234501336183567959, "prediction": "Daniel Lissing", "binary_answer": null, "no_answer_prob": -12.221471309661865}
{"example_id": 1391993614976789913, "prediction": "The Travel and Tourism Competitiveness Report", "binary_answer": null, "no_answer_prob": -0.2923651933670044}
{"example_id": -6479921317466279753, "prediction": "adenine and thymine", "binary_answer": null, "no_answer_prob": -3.002314805984497}
{"example_id": 4737625490278013142, "prediction": "`` I Want You Back '' is a 1969 song by the Jackson 5", "binary_answer": null, "no_answer_prob": -1.0532549619674683}
{"example_id": -975348388226150640, "prediction": "Brevard County", "binary_answer": null, "no_answer_prob": -1.225922703742981}
{"example_id": 2618498254651279342, "prediction": "", "binary_answer": null, "no_answer_prob": 3.892237603664398}
{"example_id": -2363072819505028135, "prediction": "Pop art", "binary_answer": null, "no_answer_prob": 4.472373217344284}
{"example_id": 2647286571382570184, "prediction": "The geography of Canada describes the geographic features of Canada , the world 's second largest country in total area .", "binary_answer": null, "no_answer_prob": 4.333862841129303}
{"example_id": 5607113578932933503, "prediction": "Ashley Tisdale", "binary_answer": null, "no_answer_prob": -5.13179874420166}
{"example_id": 1384106640689642583, "prediction": "Paul Anka", "binary_answer": null, "no_answer_prob": -3.0746010541915894}
{"example_id": -8646655647332839419, "prediction": "", "binary_answer": null, "no_answer_prob": 1.469021201133728}
{"example_id": -2309864008266932361, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6684653759002686}
{"example_id": -5372551640828706592, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4938353300094604}
{"example_id": -3979860581074214055, "prediction": "Eastern Europe", "binary_answer": null, "no_answer_prob": -2.663702964782715}
{"example_id": 6338723361493034943, "prediction": "Tony Evans & His Orchestra", "binary_answer": null, "no_answer_prob": 2.5777366161346436}
{"example_id": 4519477430472514341, "prediction": "Interstate 5", "binary_answer": null, "no_answer_prob": 4.163018226623535}
{"example_id": -4041359148516480382, "prediction": "to rid the country of all record that capitalism once existed there under the New Economic Policy .", "binary_answer": null, "no_answer_prob": 1.0992040634155273}
{"example_id": -8318374802535439395, "prediction": "Dow is best known for his role in the television sitcom Leave It to Beaver", "binary_answer": null, "no_answer_prob": 0.7315366268157959}
{"example_id": 8955361947273721666, "prediction": "Constantinople", "binary_answer": null, "no_answer_prob": -2.7648158073425293}
{"example_id": 5220978174141943173, "prediction": "", "binary_answer": null, "no_answer_prob": 2.561680853366852}
{"example_id": 5097144795488862334, "prediction": "`` Down in a Hole ''", "binary_answer": null, "no_answer_prob": -0.5714843273162842}
{"example_id": 7661985249554578902, "prediction": "Black Rock Lock * Lake Erie", "binary_answer": null, "no_answer_prob": 1.7993280068039894}
{"example_id": -5712843844651068809, "prediction": "Alan Menken", "binary_answer": null, "no_answer_prob": -1.0781290531158447}
{"example_id": -1089519370802496141, "prediction": "House of Balloons", "binary_answer": null, "no_answer_prob": 6.130920112133026}
{"example_id": -197354964788513740, "prediction": "October 10 , 2017", "binary_answer": null, "no_answer_prob": -8.600000977516174}
{"example_id": 8878053576660401809, "prediction": "Denis Norden", "binary_answer": null, "no_answer_prob": -9.939344644546509}
{"example_id": 8259032885448966485, "prediction": "Jiroemon Kimura", "binary_answer": null, "no_answer_prob": -4.95410680770874}
{"example_id": -6102069576651551651, "prediction": "The Dukes of Hazzard", "binary_answer": null, "no_answer_prob": 3.0872333478182554}
{"example_id": -6154140317414322642, "prediction": "Jared Goff", "binary_answer": null, "no_answer_prob": -6.932188391685486}
{"example_id": 5454620306191920561, "prediction": "Chevy Chase , Maryland", "binary_answer": null, "no_answer_prob": -6.095829963684082}
{"example_id": -934518425755332684, "prediction": "The Government of India Act 1858", "binary_answer": null, "no_answer_prob": 0.2099771499633789}
{"example_id": 7546955423746590909, "prediction": "George Rogers Clark", "binary_answer": null, "no_answer_prob": -8.10258412361145}
{"example_id": -3807533820468216629, "prediction": "Clarence `` Tom '' Ashley and Gwen Foster", "binary_answer": null, "no_answer_prob": -1.9129753112792969}
{"example_id": -4849085511355961505, "prediction": "Denali", "binary_answer": null, "no_answer_prob": -6.890734553337097}
{"example_id": -5999693625503640387, "prediction": "rural Virginia", "binary_answer": null, "no_answer_prob": -0.7570749521255493}
{"example_id": -6519294323353497867, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2238621711730957}
{"example_id": -3453061066475894999, "prediction": "2017 -- 18", "binary_answer": null, "no_answer_prob": -4.670459270477295}
{"example_id": 7998464299329658776, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9411544799804688}
{"example_id": -3755276517897600478, "prediction": "5 additional songs originally released as downloadable content on the PlayStation 3 and Xbox 360 versions of the game .", "binary_answer": null, "no_answer_prob": 2.946750521659851}
{"example_id": 1294455896202203415, "prediction": "Venkaiah Naidu", "binary_answer": null, "no_answer_prob": -5.888829350471497}
{"example_id": -1529833892487770246, "prediction": "`` Say Something ''", "binary_answer": null, "no_answer_prob": 0.8220365792512894}
{"example_id": -5240355935747123550, "prediction": "Latin was the official language of the Roman army until the mid-6th century", "binary_answer": null, "no_answer_prob": 0.8930046558380127}
{"example_id": -2774315864301194038, "prediction": "Genaro Anthony Sirico Jr.", "binary_answer": null, "no_answer_prob": -3.2888978719711304}
{"example_id": -565969426717265629, "prediction": "1993", "binary_answer": null, "no_answer_prob": -10.26307499408722}
{"example_id": -8674023113654846699, "prediction": "southwestern Tennessee", "binary_answer": null, "no_answer_prob": -9.144598364830017}
{"example_id": 7507414460413629773, "prediction": "16", "binary_answer": null, "no_answer_prob": 1.292144536972046}
{"example_id": 6194404874804514988, "prediction": "around 11 to 13 years", "binary_answer": null, "no_answer_prob": -2.4688531160354614}
{"example_id": -5932484619330849473, "prediction": "Jeremy Shockey and rapper Xzibit", "binary_answer": null, "no_answer_prob": -3.6451733112335205}
{"example_id": -6323852387160116440, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.763805914670229}
{"example_id": -6909007989280228395, "prediction": "The Power Station", "binary_answer": null, "no_answer_prob": -7.659940600395203}
{"example_id": 6443699114955699262, "prediction": "", "binary_answer": null, "no_answer_prob": 5.391404956579208}
{"example_id": 83874870351555620, "prediction": "Zac Barnett", "binary_answer": null, "no_answer_prob": -3.0241565704345703}
{"example_id": 2000594543803840275, "prediction": "", "binary_answer": null, "no_answer_prob": 4.5759018659591675}
{"example_id": 5160092277076562321, "prediction": "Antanaclasis", "binary_answer": null, "no_answer_prob": -2.8656855821609497}
{"example_id": -1206297474119080969, "prediction": "Peter G. Angelos", "binary_answer": null, "no_answer_prob": -10.57087767124176}
{"example_id": -6933941057494901788, "prediction": "Austin J. Tobin", "binary_answer": null, "no_answer_prob": -0.6909127235412598}
{"example_id": -466614231730169290, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Urban", "binary_answer": null, "no_answer_prob": 3.9648252725601196}
{"example_id": 3668873468409180311, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The ground state", "binary_answer": null, "no_answer_prob": 3.4799193143844604}
{"example_id": 9112933942721664502, "prediction": "Volume", "binary_answer": null, "no_answer_prob": 1.6716678142547607}
{"example_id": 2184162413046009587, "prediction": "", "binary_answer": null, "no_answer_prob": 3.550411853939295}
{"example_id": -1026964006576464743, "prediction": "Braun Strowman", "binary_answer": null, "no_answer_prob": -2.832296133041382}
{"example_id": 4965206446783753340, "prediction": "Russia", "binary_answer": null, "no_answer_prob": 1.1899137496948242}
{"example_id": -8167464271656349711, "prediction": "2018", "binary_answer": null, "no_answer_prob": -3.0913662910461426}
{"example_id": 6300037862383582147, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -7.907639503479004}
{"example_id": 5330941236576658337, "prediction": "Reportedly , in India alone , there are around 283", "binary_answer": null, "no_answer_prob": -0.4103081226348877}
{"example_id": -3637734905069880164, "prediction": "AnnaSophia Robb", "binary_answer": null, "no_answer_prob": -1.1670007705688477}
{"example_id": 4860550252268772892, "prediction": "from 7 to 9 June", "binary_answer": null, "no_answer_prob": -3.3075673580169678}
{"example_id": -838847267535538169, "prediction": "Dryland farming and dry farming", "binary_answer": null, "no_answer_prob": 4.154156431555748}
{"example_id": -980338179653400866, "prediction": "In mathematics , and more specifically set theory , the empty set or null set", "binary_answer": null, "no_answer_prob": 2.918267071247101}
{"example_id": -1935426877361531992, "prediction": "Roger Miller", "binary_answer": null, "no_answer_prob": -9.798465430736542}
{"example_id": 1993940019564249865, "prediction": "Khamani Griffin", "binary_answer": null, "no_answer_prob": -5.265992879867554}
{"example_id": -3765548732247061654, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2158206552267075}
{"example_id": 7666385251643523498, "prediction": "1 \u2044 inches ( 37 mm )", "binary_answer": null, "no_answer_prob": 0.9538378715515137}
{"example_id": 1594008442355262884, "prediction": "William Wayne McMillan Rogers III", "binary_answer": null, "no_answer_prob": -10.751285672187805}
{"example_id": -891066635679048995, "prediction": "2010", "binary_answer": null, "no_answer_prob": -6.785416305065155}
{"example_id": -8242550269661005952, "prediction": "Neil Young", "binary_answer": null, "no_answer_prob": -6.371737241744995}
{"example_id": -8458334211040183051, "prediction": "`` Livin ' on a Prayer ''", "binary_answer": null, "no_answer_prob": 3.5772130489349365}
{"example_id": -8784014532005017657, "prediction": "Daniel Craig", "binary_answer": null, "no_answer_prob": -1.724754810333252}
{"example_id": -9189482665289381562, "prediction": "Pom Klementieff", "binary_answer": null, "no_answer_prob": -10.207258939743042}
{"example_id": -3492568241335224681, "prediction": "", "binary_answer": null, "no_answer_prob": 4.193204760551453}
{"example_id": 5061958165249837200, "prediction": "The Korean conflict", "binary_answer": null, "no_answer_prob": -2.6095516681671143}
{"example_id": 1209805091009963986, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2613505348563194}
{"example_id": -6529211464561411810, "prediction": "Date Name Instituted 1 January", "binary_answer": null, "no_answer_prob": -0.04250985383987427}
{"example_id": -4205969945732400824, "prediction": "", "binary_answer": null, "no_answer_prob": -5.635296583175659}
{"example_id": 5062857859256710776, "prediction": "0.35 miles ( 0.56 km )", "binary_answer": null, "no_answer_prob": -0.825707197189331}
{"example_id": 6693111453893703588, "prediction": "Gemma Elizabeth Whelan", "binary_answer": null, "no_answer_prob": -10.10299551486969}
{"example_id": 2094665542528697416, "prediction": "1988", "binary_answer": null, "no_answer_prob": -1.8787643909454346}
{"example_id": -9118247199302373926, "prediction": "Cole Swindell", "binary_answer": null, "no_answer_prob": -8.156471848487854}
{"example_id": -1046753445581512757, "prediction": "Vietnam", "binary_answer": null, "no_answer_prob": -0.2815215587615967}
{"example_id": 1971174532031498166, "prediction": "Ethan Philan Randall", "binary_answer": null, "no_answer_prob": -5.058622717857361}
{"example_id": -2410109206659813779, "prediction": "", "binary_answer": null, "no_answer_prob": 5.47643381357193}
{"example_id": -8574388610994674934, "prediction": "Tom Hanks", "binary_answer": null, "no_answer_prob": -5.771925210952759}
{"example_id": 7866567843893591155, "prediction": "Ugandan scholar Mahmoud Mamdani", "binary_answer": null, "no_answer_prob": 2.1336953043937683}
{"example_id": -4653322408518246714, "prediction": "upper limb between the glenohumeral joint ( shoulder joint ) and the elbow joint", "binary_answer": null, "no_answer_prob": -4.607805013656616}
{"example_id": -5242563908711477260, "prediction": "small pieces of colored glass , stone , or other materials", "binary_answer": null, "no_answer_prob": 0.21894049644470215}
{"example_id": 7476615006568451380, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8122512698173523}
{"example_id": -5001999187490255083, "prediction": "Bill Cullen", "binary_answer": null, "no_answer_prob": -2.644387125968933}
{"example_id": 7018006716838087838, "prediction": "2018", "binary_answer": null, "no_answer_prob": -1.6549222469329834}
{"example_id": 4118808050523911110, "prediction": "Instagram 's own account , with over 235 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -4.317639231681824}
{"example_id": -7932467062717716738, "prediction": "`` Ready or Not Here I Come ( Ca n't Hide from Love ) ''", "binary_answer": null, "no_answer_prob": 1.6615896821022034}
{"example_id": -9159775735515348520, "prediction": "approximately one in five", "binary_answer": null, "no_answer_prob": 0.15402770042419434}
{"example_id": -4892320110584406318, "prediction": "The finances of the British royal family come from a number of sources . The UK Parliament", "binary_answer": null, "no_answer_prob": -0.4875669479370117}
{"example_id": 2169967151174749378, "prediction": "Coca - Cola Company", "binary_answer": null, "no_answer_prob": 0.5315279960632324}
{"example_id": 3275522660246646492, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6732449531555176}
{"example_id": 2353231353857719928, "prediction": "", "binary_answer": null, "no_answer_prob": 0.93685582280159}
{"example_id": 3626055623403955836, "prediction": "2018", "binary_answer": null, "no_answer_prob": -2.7489699125289917}
{"example_id": 5984206645973973338, "prediction": "Syngman Rhee", "binary_answer": null, "no_answer_prob": -2.349400043487549}
{"example_id": -5472917310096707803, "prediction": "`` Jessie 's Girl '' is a song written and performed by Australian singer Rick Springfield", "binary_answer": null, "no_answer_prob": 2.285126209259033}
{"example_id": -6725782269108524479, "prediction": "May 17 , 2011", "binary_answer": null, "no_answer_prob": 0.08476638793945312}
{"example_id": 3943235858007711090, "prediction": "", "binary_answer": null, "no_answer_prob": 4.365429699420929}
{"example_id": -6593738572344837830, "prediction": "Amy Jo Johnson", "binary_answer": null, "no_answer_prob": -8.10811072587967}
{"example_id": -6640923355673864596, "prediction": "Johnny Nash", "binary_answer": null, "no_answer_prob": -4.4183125495910645}
{"example_id": -740563034679379270, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9789722859859467}
{"example_id": -1333088833507001449, "prediction": "Oldman", "binary_answer": null, "no_answer_prob": -5.150685906410217}
{"example_id": 8745060883298565086, "prediction": "sixth season", "binary_answer": null, "no_answer_prob": -0.5253205299377441}
{"example_id": 7962515069599211151, "prediction": "One Direction", "binary_answer": null, "no_answer_prob": -8.171309769153595}
{"example_id": 854016886597564285, "prediction": "99", "binary_answer": null, "no_answer_prob": 0.1789821982383728}
{"example_id": 1230950030880811279, "prediction": "Rebecca Stead", "binary_answer": null, "no_answer_prob": -3.490702748298645}
{"example_id": 6498011504555578198, "prediction": "Material requirements planning", "binary_answer": null, "no_answer_prob": 4.853041492402554}
{"example_id": -2418339530591519123, "prediction": "", "binary_answer": null, "no_answer_prob": 4.961783826351166}
{"example_id": -7664948598108395205, "prediction": "", "binary_answer": null, "no_answer_prob": 3.184667229652405}
{"example_id": -5795412195339444690, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0399187579751015}
{"example_id": -495358309659315874, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -5.097620725631714}
{"example_id": 7008081279271018010, "prediction": "declaration number 142 - \u041d of the Supreme Soviet of the Soviet Union", "binary_answer": null, "no_answer_prob": 0.37194132804870605}
{"example_id": 4674272567879693417, "prediction": "approximately \u00a3 1 Billion", "binary_answer": null, "no_answer_prob": -2.0273494720458984}
{"example_id": 1112397382302652600, "prediction": "September 29 , 1991", "binary_answer": null, "no_answer_prob": -6.413780212402344}
{"example_id": 5958577451665719237, "prediction": "Interstate 275 ( I - 275 ) is an 83.71 - mile - long ( 134.72 km )", "binary_answer": null, "no_answer_prob": -2.0075775384902954}
{"example_id": -3005673978471679451, "prediction": "April 18 , 1994", "binary_answer": null, "no_answer_prob": -2.157163381576538}
{"example_id": 4927435668170444634, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0584476590156555}
{"example_id": 4192107034151928632, "prediction": "John Boyne", "binary_answer": null, "no_answer_prob": 4.936229132115841}
{"example_id": 3565009647830244983, "prediction": "Nur Mohammad Taraki", "binary_answer": null, "no_answer_prob": -0.9286246299743652}
{"example_id": -5380686218251534543, "prediction": "Middle - earth , and set in the remote past . They appear in The Hobbit and in The Lord of the Rings", "binary_answer": null, "no_answer_prob": -2.2429181337356567}
{"example_id": -4654660903571553981, "prediction": "The rule of law", "binary_answer": null, "no_answer_prob": 1.5466082990169525}
{"example_id": -4929405132784040357, "prediction": "935 rooms .", "binary_answer": null, "no_answer_prob": 1.342505007982254}
{"example_id": -1456243076459900802, "prediction": "Michael Jordan", "binary_answer": null, "no_answer_prob": -6.100565552711487}
{"example_id": 1096497891432710177, "prediction": "527", "binary_answer": null, "no_answer_prob": -3.8303509950637817}
{"example_id": 5834858267347094921, "prediction": "Richard John Cyril `` Rick '' Allen", "binary_answer": null, "no_answer_prob": 0.7114006280899048}
{"example_id": -966663745163674657, "prediction": "The National Basketball Association ( NBA ) playoffs", "binary_answer": null, "no_answer_prob": 3.963212341070175}
{"example_id": -8776899623429883235, "prediction": "Baku", "binary_answer": null, "no_answer_prob": -2.425516664981842}
{"example_id": -3670802860978996420, "prediction": "", "binary_answer": null, "no_answer_prob": 3.787537455558777}
{"example_id": 3242403107057993294, "prediction": "Vince Carter", "binary_answer": null, "no_answer_prob": -4.018933296203613}
{"example_id": 5295931511136383191, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The right hand of God", "binary_answer": null, "no_answer_prob": 0.6818243861198425}
{"example_id": 7332569254170441425, "prediction": "the Communist Party of China ( CPC )", "binary_answer": null, "no_answer_prob": -5.911133646965027}
{"example_id": -8965159477950779145, "prediction": "", "binary_answer": null, "no_answer_prob": 2.956353545188904}
{"example_id": -6223138986052803698, "prediction": "Deceased Living \u2020 ^ denotes age at death , or , if living , age as of 31 August 2017", "binary_answer": null, "no_answer_prob": 1.0882699489593506}
{"example_id": 2839718997547364649, "prediction": "1937", "binary_answer": null, "no_answer_prob": -6.192522287368774}
{"example_id": -3418404592479135995, "prediction": "March 30 , 2018", "binary_answer": null, "no_answer_prob": -7.601057529449463}
{"example_id": -4691272740912130922, "prediction": "Cyril Ramaphosa", "binary_answer": null, "no_answer_prob": -5.350765705108643}
{"example_id": 4369907753414063598, "prediction": "The Metal Conqueror Tour", "binary_answer": null, "no_answer_prob": 0.47830694913864136}
{"example_id": -7720922104700456393, "prediction": "", "binary_answer": null, "no_answer_prob": -4.462373852729797}
{"example_id": -5687260239070204687, "prediction": "Mary Beth Evans", "binary_answer": null, "no_answer_prob": -11.432409048080444}
{"example_id": 1652835814919396541, "prediction": "Randy Crawford", "binary_answer": null, "no_answer_prob": -0.7618192434310913}
{"example_id": -5288895482841197100, "prediction": "The carpometacarpal ( CMC ) joints", "binary_answer": null, "no_answer_prob": -2.291005253791809}
{"example_id": 9019786146417242969, "prediction": "Robert Picardo", "binary_answer": null, "no_answer_prob": -13.402909398078918}
{"example_id": -5305749149743926890, "prediction": "Alabama , Alaska , Arizona , Florida , Georgia", "binary_answer": null, "no_answer_prob": 0.9166646003723145}
{"example_id": -7693729499009729629, "prediction": "1887", "binary_answer": null, "no_answer_prob": 2.73991659283638}
{"example_id": -8341914004054676028, "prediction": "The Supreme Court of the Philippines", "binary_answer": null, "no_answer_prob": 1.9856741726398468}
{"example_id": -989199404648234553, "prediction": "The film stars Steve Carell", "binary_answer": null, "no_answer_prob": 2.1364030838012695}
{"example_id": 3322178295371250835, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7558800242841244}
{"example_id": 5839129447412295546, "prediction": "Nik Kershaw", "binary_answer": null, "no_answer_prob": -7.258670091629028}
{"example_id": -3277425061797905582, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5807161927223206}
{"example_id": 6346903003773192365, "prediction": "TV Tokyo", "binary_answer": null, "no_answer_prob": 5.265806123614311}
{"example_id": -3391156047974585757, "prediction": "Windy Bill", "binary_answer": null, "no_answer_prob": 3.914444774389267}
{"example_id": 7413176576162269138, "prediction": "Peter Mensah", "binary_answer": null, "no_answer_prob": -3.1472164392471313}
{"example_id": -8027199106040223087, "prediction": "29 July 1954", "binary_answer": null, "no_answer_prob": -3.6873090267181396}
{"example_id": 5983657149798829291, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -4.242822289466858}
{"example_id": 5051984123162505623, "prediction": "Justin Timberlake", "binary_answer": null, "no_answer_prob": -9.053286910057068}
{"example_id": 5703223611732539738, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7970101833343506}
{"example_id": -5764247445321811503, "prediction": "July 26 , 2016", "binary_answer": null, "no_answer_prob": -4.7499881982803345}
{"example_id": 4521799921399535732, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5058376789093018}
{"example_id": 3556314518071496427, "prediction": "The first recorded use of the word `` hush - puppy '' dates to 1899", "binary_answer": null, "no_answer_prob": -1.802975058555603}
{"example_id": 1970210989866796851, "prediction": "Fantastic Four # 52", "binary_answer": null, "no_answer_prob": -5.79983651638031}
{"example_id": -4900782867957127627, "prediction": "nematocysts", "binary_answer": null, "no_answer_prob": -4.7351624965667725}
{"example_id": 3606896341375275321, "prediction": "Michigan Stadium", "binary_answer": null, "no_answer_prob": -3.9588061571121216}
{"example_id": -6678480146006657324, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -5.511505961418152}
{"example_id": 4631550266985787614, "prediction": "1 July 1997", "binary_answer": null, "no_answer_prob": -10.0040944814682}
{"example_id": -6475504651141672731, "prediction": "", "binary_answer": null, "no_answer_prob": 2.914756864309311}
{"example_id": -1096801418238104077, "prediction": "The Empire State Building", "binary_answer": null, "no_answer_prob": -0.9449915885925293}
{"example_id": -2462457446926963543, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A changeup", "binary_answer": null, "no_answer_prob": 0.28542953729629517}
{"example_id": 7806021748350081084, "prediction": "Kane Tanaka", "binary_answer": null, "no_answer_prob": -4.923324823379517}
{"example_id": -9132750877730171651, "prediction": "African elephants", "binary_answer": null, "no_answer_prob": -4.911220669746399}
{"example_id": 3822674477738969189, "prediction": "Elizabeth II", "binary_answer": null, "no_answer_prob": 1.050291657447815}
{"example_id": -7734077354039848724, "prediction": "Rank Title Artist Year `` Over the Rainbow", "binary_answer": null, "no_answer_prob": 2.2989773750305176}
{"example_id": 844249146383042902, "prediction": "Its surface is 60.7 % water", "binary_answer": null, "no_answer_prob": 1.3118659257888794}
{"example_id": -2269094423106322335, "prediction": "2010", "binary_answer": null, "no_answer_prob": -7.71636282466352}
{"example_id": 1332608131110766208, "prediction": "", "binary_answer": null, "no_answer_prob": 4.34706175327301}
{"example_id": -9060913647015862599, "prediction": "Donna Summer", "binary_answer": null, "no_answer_prob": -7.835275053977966}
{"example_id": -3342236790058242656, "prediction": "Zoe Lister - Jones", "binary_answer": null, "no_answer_prob": -6.675267457962036}
{"example_id": -4845513160383981538, "prediction": "Maya Moore ( Team Parker ) Network ABC WNBA All - Star Game < 2017 2019 >", "binary_answer": null, "no_answer_prob": -0.9294400215148926}
{"example_id": 7350075231654298286, "prediction": "", "binary_answer": null, "no_answer_prob": 2.956945776939392}
{"example_id": 800358696722175141, "prediction": "Veronica Falcon", "binary_answer": null, "no_answer_prob": -7.185004234313965}
{"example_id": -5398089367086867949, "prediction": "AnnaSophia Robb", "binary_answer": null, "no_answer_prob": -9.948134183883667}
{"example_id": -512527307772390265, "prediction": "`` Big Apple", "binary_answer": null, "no_answer_prob": -4.392656087875366}
{"example_id": 7721692200040168186, "prediction": "", "binary_answer": null, "no_answer_prob": 4.898885071277618}
{"example_id": 3020936773115575656, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1975189447402954}
{"example_id": -4610217463425200121, "prediction": "", "binary_answer": null, "no_answer_prob": 4.001479387283325}
{"example_id": -7559345847011053936, "prediction": "The Cars", "binary_answer": null, "no_answer_prob": -5.368622183799744}
{"example_id": 8380451116184827659, "prediction": "Retrieval - induced forgetting", "binary_answer": null, "no_answer_prob": 0.1820375919342041}
{"example_id": -6232254898181052878, "prediction": "Gary Oldman", "binary_answer": null, "no_answer_prob": -5.670283198356628}
{"example_id": 372301397218031889, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8812373876571655}
{"example_id": -8005299293119625746, "prediction": "August 2 , 1776", "binary_answer": null, "no_answer_prob": -7.956801772117615}
{"example_id": -4886375582335006833, "prediction": "`` Love Is in the Air '' is a 1977 disco song sung by John Paul Young", "binary_answer": null, "no_answer_prob": 1.3724673986434937}
{"example_id": 1502917367898345440, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8819546699523926}
{"example_id": 6883733416814311847, "prediction": "Barry White", "binary_answer": null, "no_answer_prob": -3.1686686277389526}
{"example_id": -6129591289065503662, "prediction": "October 11 , 1958", "binary_answer": null, "no_answer_prob": -4.4238070249557495}
{"example_id": 222091346320307366, "prediction": "June 14 , 2002", "binary_answer": null, "no_answer_prob": -4.815781474113464}
{"example_id": -571893316299055456, "prediction": "", "binary_answer": null, "no_answer_prob": 3.553893558681011}
{"example_id": 2243428794543876135, "prediction": "Utah , Spain , Italy , the United Kingdom , Turkey and Jordan", "binary_answer": null, "no_answer_prob": -3.225367307662964}
{"example_id": -1430743056435751470, "prediction": "2013", "binary_answer": null, "no_answer_prob": -11.219075955450535}
{"example_id": 495198891764153416, "prediction": "$61,372", "binary_answer": null, "no_answer_prob": 0.7275324463844299}
{"example_id": -7357488296068777083, "prediction": "Willy Wonka & the Chocolate Factory", "binary_answer": null, "no_answer_prob": 1.2653000056743622}
{"example_id": 4598752875030666160, "prediction": "How Could We Dare to Be Wrong", "binary_answer": null, "no_answer_prob": -0.9965735673904419}
{"example_id": -5418526922266838930, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] High Year of Tenure", "binary_answer": null, "no_answer_prob": 0.8741968870162964}
{"example_id": -4136189292932486703, "prediction": "Uncle Drew", "binary_answer": null, "no_answer_prob": 4.009891241788864}
{"example_id": -4521965439671540119, "prediction": "", "binary_answer": null, "no_answer_prob": -4.829867839813232}
{"example_id": -5251649636999345954, "prediction": "", "binary_answer": null, "no_answer_prob": 0.06626838445663452}
{"example_id": -2629949296307364538, "prediction": "8 March 26 , 2012 ( 2012 - 03 - 26 ) May 14 , 2012 ( 2012 - 05 - 14 )", "binary_answer": null, "no_answer_prob": -0.30279064178466797}
{"example_id": 3365994454417706416, "prediction": "Saint Francis of Assisi Receiving the Stigmata", "binary_answer": null, "no_answer_prob": 2.718453109264374}
{"example_id": -1628198652370122618, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4189528226852417}
{"example_id": 6210500730749777163, "prediction": "Rideau Hall , Ottawa ; La Citadelle , Quebec City", "binary_answer": null, "no_answer_prob": -4.099999904632568}
{"example_id": -8891284286685194835, "prediction": "The 1992 Los Angeles riots", "binary_answer": null, "no_answer_prob": -0.532814621925354}
{"example_id": 8313148684241439744, "prediction": "The 14th Gujarat Legislative Assembly election , 2017 was held on 9 December 2017 and 14 December 2017", "binary_answer": null, "no_answer_prob": 1.7240641117095947}
{"example_id": -774242718125314604, "prediction": "The dermis or corium", "binary_answer": null, "no_answer_prob": 0.24061954021453857}
{"example_id": 5965997698220498825, "prediction": "Bagheera", "binary_answer": null, "no_answer_prob": -6.902021169662476}
{"example_id": -4551991824916094767, "prediction": "South Carolina was the first state to secede from the Union ( Dec. 1860", "binary_answer": null, "no_answer_prob": -2.9794574975967407}
{"example_id": 2049014792539246395, "prediction": "January 26 , 2017 . The game is set to fully release for Microsoft Windows , PlayStation 4 , and Xbox One later in 2017", "binary_answer": null, "no_answer_prob": 0.7009824514389038}
{"example_id": -8669945121955469257, "prediction": "October 10 , 2017 ( 2017 - 10 - 10 ) TBA TBA TBA", "binary_answer": null, "no_answer_prob": 0.9131039381027222}
{"example_id": 2595603813477692152, "prediction": "", "binary_answer": null, "no_answer_prob": 3.635486900806427}
{"example_id": 4313852159449213029, "prediction": "Nicholas II or Nikolai II", "binary_answer": null, "no_answer_prob": -9.093674659729004}
{"example_id": -3731500501271974009, "prediction": "To Kill a Mockingbird", "binary_answer": null, "no_answer_prob": 3.3793524503707886}
{"example_id": 6181794695224567324, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7346922159194946}
{"example_id": 5862856443680173655, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6400442719459534}
{"example_id": 7289436044211985719, "prediction": "", "binary_answer": null, "no_answer_prob": 5.766890913248062}
{"example_id": -6302583688315645200, "prediction": "Yvette Nicole Brown as Sgt . Davis Allison Munn as Caroline", "binary_answer": null, "no_answer_prob": 2.5006731152534485}
{"example_id": -4876821108380992422, "prediction": "Facilitated diffusion", "binary_answer": null, "no_answer_prob": 1.8971477150917053}
{"example_id": 2212266757124585251, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2481918931007385}
{"example_id": 7039965608674111741, "prediction": "Alan Anthony Silvestri", "binary_answer": null, "no_answer_prob": -6.437366485595703}
{"example_id": 2237156442325774327, "prediction": "America 's Got Talent ( sometimes abbreviated as AGT ) is an American reality television series on the NBC television network", "binary_answer": null, "no_answer_prob": 1.550838366150856}
{"example_id": 5634966611401071851, "prediction": "In Wikipedia , a page can usually be renamed if the existing title is incorrect or needs to be changed ; this is called moving a page", "binary_answer": null, "no_answer_prob": 1.4187044501304626}
{"example_id": 5512872882789362668, "prediction": "Instagram 's own account , with over 229 million followers . Selena Gomez", "binary_answer": null, "no_answer_prob": -4.883309364318848}
{"example_id": -3361470438772340767, "prediction": "Sylvia Walker", "binary_answer": null, "no_answer_prob": -1.7026517391204834}
{"example_id": -6183603390378662749, "prediction": "1986", "binary_answer": null, "no_answer_prob": -3.2450921535491943}
{"example_id": -8092030669569316451, "prediction": "Glen Campbell and The Wrecking Crew", "binary_answer": null, "no_answer_prob": -0.2388324737548828}
{"example_id": -3734699088236008933, "prediction": "`` Ca n't Find My Way Home '' is a song written by Steve Winwood which was first released by Blind Faith", "binary_answer": null, "no_answer_prob": 3.514485001564026}
{"example_id": 1184260911450913753, "prediction": "Piglet", "binary_answer": null, "no_answer_prob": 0.06391578912734985}
================================================
FILE: sample_predictions/results/en_results/metrics.json
================================================
{
"best_em": 45.39,
"best_f1": 51.97,
"best_answerable_em": 26.65,
"best_answerable_f1": 36.38,
"best_unanswerable_em": 84.45,
"best_f1_threshold": -5.95
}
================================================
FILE: sample_predictions/results/es_results/metrics.json
================================================
{
"best_em": 39.73,
"best_f1": 43.83,
"best_answerable_em": 16.69,
"best_answerable_f1": 22.76,
"best_unanswerable_em": 87.75,
"best_f1_threshold": -2.52
}
================================================
FILE: sample_predictions/results/metrics.json
================================================
{"language":{"0":"en","1":"es","2":"zh_cn","3":"Macro Average"},"best_em":{"0":45.39,"1":39.73,"2":32.42,"3":39.18},"best_f1":{"0":51.97,"1":43.83,"2":32.43,"3":42.74},"best_answerable_em":{"0":26.65,"1":16.69,"2":0.0,"3":14.45},"best_answerable_f1":{"0":36.38,"1":22.76,"2":0.01,"3":19.72},"best_unanswerable_em":{"0":84.45,"1":87.75,"2":100.0,"3":90.73},"best_f1_threshold":{"0":-5.95,"1":-2.52,"2":-10.53,"3":-6.33}}
================================================
FILE: sample_predictions/results/zh_cn_results/metrics.json
================================================
{
"best_em": 32.42,
"best_f1": 32.43,
"best_answerable_em": 0.0,
"best_answerable_f1": 0.01,
"best_unanswerable_em": 100.0,
"best_f1_threshold": -10.53
}
================================================
FILE: sample_predictions/zh_cn.jsonl
================================================
{"example_id": 2634368050480933808, "prediction": "Accounting", "binary_answer": null, "no_answer_prob": 2.2015234231948853}
{"example_id": -4754319466435629022, "prediction": "Richard Paul Astley", "binary_answer": null, "no_answer_prob": -6.008276104927063}
{"example_id": -5900680354277649426, "prediction": "", "binary_answer": null, "no_answer_prob": 1.26468391623348}
{"example_id": 6978929181743375215, "prediction": "The Countering America 's Adversaries Through Sanctions Act", "binary_answer": null, "no_answer_prob": 0.07820582389831543}
{"example_id": -8875836755496863524, "prediction": "The Ming dynasty", "binary_answer": null, "no_answer_prob": -0.5165956020355225}
{"example_id": 8955361947273721666, "prediction": "Constantinople", "binary_answer": null, "no_answer_prob": -4.116818338632584}
{"example_id": -1187332642987200725, "prediction": "Series Eight", "binary_answer": null, "no_answer_prob": 3.1967482417821884}
{"example_id": 6494673835314259434, "prediction": "", "binary_answer": null, "no_answer_prob": 3.075575441122055}
{"example_id": -3474566513193038250, "prediction": "Zachary Taylor", "binary_answer": null, "no_answer_prob": -4.328821897506714}
{"example_id": 5240443531504263151, "prediction": "Corey Hart", "binary_answer": null, "no_answer_prob": -4.325111627578735}
{"example_id": -8862780185516668757, "prediction": "New Girl", "binary_answer": null, "no_answer_prob": 1.2507537603378296}
{"example_id": 6734439646325158985, "prediction": "Australian cyclone .", "binary_answer": null, "no_answer_prob": 0.35258457576856017}
{"example_id": -274370337196352571, "prediction": "The Tragedy of Great Power Politics", "binary_answer": null, "no_answer_prob": 4.009285628795624}
{"example_id": 2640992061902973586, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7280929684638977}
{"example_id": -3449247508648427552, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The horizon", "binary_answer": null, "no_answer_prob": 3.1595962047576904}
{"example_id": 2974068520643117096, "prediction": "", "binary_answer": null, "no_answer_prob": 5.274365805089474}
{"example_id": 7272526264843607782, "prediction": "", "binary_answer": null, "no_answer_prob": 0.10826647281646729}
{"example_id": 1620618127426558634, "prediction": "An Internet Protocol address ( IP address ) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication", "binary_answer": null, "no_answer_prob": 1.6293954253196716}
{"example_id": 4947686413795599322, "prediction": "The Letter from Birmingham Jail", "binary_answer": null, "no_answer_prob": 1.5380924046039581}
{"example_id": -843909058600034837, "prediction": "Frederick Aaron Savage", "binary_answer": null, "no_answer_prob": 1.6395610570907593}
{"example_id": -6336920494235062844, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9658730179071426}
{"example_id": 8291491648566581030, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.125011444091797}
{"example_id": 1519643888386336453, "prediction": "Biomagnification", "binary_answer": null, "no_answer_prob": -3.5098589658737183}
{"example_id": -2027190337225762939, "prediction": "England are the only team not representing a sovereign state to win the World Cup , which they did in 1966", "binary_answer": null, "no_answer_prob": 0.3106417655944824}
{"example_id": -6265111147251160723, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9605276584625244}
{"example_id": -8611382007327025581, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7811616212129593}
{"example_id": -2101239151860643330, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8646045327186584}
{"example_id": -4234501336183567959, "prediction": "Daniel Lissing", "binary_answer": null, "no_answer_prob": -6.173152208328247}
{"example_id": -5475246736696828022, "prediction": "The aftermath of World War II", "binary_answer": null, "no_answer_prob": 2.9179831743240356}
{"example_id": 178875795584768999, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0712696313858032}
{"example_id": 6886908256322931832, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3729572892189026}
{"example_id": 8612144088128080110, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3576690554618835}
{"example_id": 5492728639558905559, "prediction": "January 29 , 2018 ( 2018 - 01 - 29 ) February 23 , 2018 ( 2018 - 02 - 23 )", "binary_answer": null, "no_answer_prob": -3.2505414485931396}
{"example_id": -5731405651544898848, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8730376958847046}
{"example_id": 5446063407195680777, "prediction": "", "binary_answer": null, "no_answer_prob": -2.139260411262512}
{"example_id": -5530649195801325737, "prediction": "Back to the Future", "binary_answer": null, "no_answer_prob": 0.5781415700912476}
{"example_id": -7003889072116226754, "prediction": "Marawi City , Lanao del Sur", "binary_answer": null, "no_answer_prob": 0.0439680814743042}
{"example_id": -4852160645282063516, "prediction": "", "binary_answer": null, "no_answer_prob": 1.790060043334961}
{"example_id": -955024776264417000, "prediction": "On the Ides of March", "binary_answer": null, "no_answer_prob": 2.321002036333084}
{"example_id": -8277135430519600343, "prediction": "", "binary_answer": null, "no_answer_prob": 2.603390693664551}
{"example_id": -8274638515214251011, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8574461340904236}
{"example_id": -4044810896857120331, "prediction": "1,636 sworn police officers , about 203 for each 100,000 residents .", "binary_answer": null, "no_answer_prob": 0.07436418533325195}
{"example_id": -2715586486478544719, "prediction": "Chesley Burnett `` Sully '' Sullenberger III", "binary_answer": null, "no_answer_prob": -1.3406546115875244}
{"example_id": 3262008870475179119, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8430562615394592}
{"example_id": 5285031587292048762, "prediction": "Nikolaj Coster - Waldau", "binary_answer": null, "no_answer_prob": 0.3687485456466675}
{"example_id": 4338478352290531299, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4512197971343994}
{"example_id": 2381604303163413266, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9131779074668884}
{"example_id": -152205142552387889, "prediction": "`` Unravel ''", "binary_answer": null, "no_answer_prob": 1.5894426703453064}
{"example_id": 5249725952584571399, "prediction": "The Great British Bake Off", "binary_answer": null, "no_answer_prob": 0.4933772087097168}
{"example_id": -7397041562541346541, "prediction": "the development of freedom and democracy in Europe and worldwide", "binary_answer": null, "no_answer_prob": 0.2517814636230469}
{"example_id": 7872719388342293890, "prediction": "`` Cruel to Be Kind '' is a 1979 single by Nick Lowe", "binary_answer": null, "no_answer_prob": 1.2595772743225098}
{"example_id": -4849085511355961505, "prediction": "Alaska in 1975 requested that the mountain be officially recognized as Denali", "binary_answer": null, "no_answer_prob": -4.023492932319641}
{"example_id": 8633231234479392582, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9357717633247375}
{"example_id": 8959369110726105036, "prediction": "The Sons of Liberty", "binary_answer": null, "no_answer_prob": 1.1286483407020569}
{"example_id": -4548697031340937839, "prediction": "Arthur Christopher Orme Plummer CC", "binary_answer": null, "no_answer_prob": -4.406091570854187}
{"example_id": -2099282468824241241, "prediction": "`` Easy '' is a song by Commodores", "binary_answer": null, "no_answer_prob": 3.3630675673484802}
{"example_id": 5124345528782371029, "prediction": "`` The House of the Rising Sun ''", "binary_answer": null, "no_answer_prob": 2.2595702409744263}
{"example_id": 2100076765917946957, "prediction": "Badfinger", "binary_answer": null, "no_answer_prob": -7.26058566570282}
{"example_id": 5560261091535632915, "prediction": "India", "binary_answer": null, "no_answer_prob": -1.2256025075912476}
{"example_id": 2980582357251931690, "prediction": "", "binary_answer": null, "no_answer_prob": 3.824244797229767}
{"example_id": 4074050337313126566, "prediction": "Philippe Petit", "binary_answer": null, "no_answer_prob": -0.9568532705307007}
{"example_id": 6696182102579612156, "prediction": "`` Something 's Got a Hold on Me ''", "binary_answer": null, "no_answer_prob": 1.0587375164031982}
{"example_id": -1312763767577901156, "prediction": "John Roberts , Chief Justice since September 29 , 2005 Age 7001630000000000000 \u2660 63", "binary_answer": null, "no_answer_prob": -0.6693153381347656}
{"example_id": 7124570049082007989, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4735285341739655}
{"example_id": 7811432948876706785, "prediction": "515 BC Scylax explores the Indus and the sea route across the Indian Ocean to Egypt .", "binary_answer": null, "no_answer_prob": 4.281180337071419}
{"example_id": 4062042338815250223, "prediction": "Paul Evans ( US No. 9 ) in 1959 , and covered the same year by The Avons ( UK No. 3 ) .", "binary_answer": null, "no_answer_prob": 0.04133892059326172}
{"example_id": 8112043113723545412, "prediction": "Vicki Lawrence", "binary_answer": null, "no_answer_prob": -2.456882119178772}
{"example_id": 2678131079257929751, "prediction": "In music , the tonic", "binary_answer": null, "no_answer_prob": 0.4711029827594757}
{"example_id": 5305269324014729997, "prediction": "", "binary_answer": null, "no_answer_prob": 4.571581721305847}
{"example_id": 1042775842070221757, "prediction": "", "binary_answer": null, "no_answer_prob": 2.500664100050926}
{"example_id": 7140869821445500684, "prediction": "Alvin Kamara", "binary_answer": null, "no_answer_prob": -0.396669864654541}
{"example_id": -3307781839372703887, "prediction": "Russia France Didier Deschamps", "binary_answer": null, "no_answer_prob": -1.927065372467041}
{"example_id": -1004489077412244594, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5604731738567352}
{"example_id": -2295559180039603031, "prediction": "", "binary_answer": null, "no_answer_prob": 3.152969777584076}
{"example_id": -4079501360632666635, "prediction": "Pablo Tell Schreiber", "binary_answer": null, "no_answer_prob": -2.0589739084243774}
{"example_id": 4109030883938462812, "prediction": "Saturday , June 9 , 2018 . Justify won the race and became the second horse in four years to win the Triple Crown .", "binary_answer": null, "no_answer_prob": -2.4125338792800903}
{"example_id": -5741532061363371071, "prediction": "", "binary_answer": null, "no_answer_prob": -0.07998168468475342}
{"example_id": -2021114858322459628, "prediction": "203,392,031 , an increase of 13.4 percent over the 179,323,175 persons enumerated during the 1960 Census .", "binary_answer": null, "no_answer_prob": 0.32250796258449554}
{"example_id": 4674457466519735826, "prediction": "Richard Gere", "binary_answer": null, "no_answer_prob": 0.755237340927124}
{"example_id": -9159775735515348520, "prediction": "", "binary_answer": null, "no_answer_prob": 3.642777383327484}
{"example_id": -8519611006086625660, "prediction": "The Lion King", "binary_answer": null, "no_answer_prob": -0.31531059741973877}
{"example_id": 156991172526880407, "prediction": "Kevin Mark DuBrow", "binary_answer": null, "no_answer_prob": -3.844293177127838}
{"example_id": 5798096815800151887, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3443408012390137}
{"example_id": 5773591499031067760, "prediction": "The stapes", "binary_answer": null, "no_answer_prob": -0.8202276229858398}
{"example_id": -5640734382273706050, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7634499073028564}
{"example_id": -177177686733836935, "prediction": "Player Salary Team Stephen Curry", "binary_answer": null, "no_answer_prob": -1.0698906183242798}
{"example_id": -7752319774108727339, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2191001176834106}
{"example_id": 1765447157624106703, "prediction": "`` Shoop '' is the lead single released from Salt - N - Pepa 's fourth studio album , Very Necessary", "binary_answer": null, "no_answer_prob": 4.477083086967468}
{"example_id": 7935929571988853686, "prediction": "Public law no . 115 - 97", "binary_answer": null, "no_answer_prob": 1.3162055611610413}
{"example_id": -4661873533364515316, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4398524165153503}
{"example_id": 5285503480855949765, "prediction": "Winwood", "binary_answer": null, "no_answer_prob": -4.131045341491699}
{"example_id": 2912621651217613487, "prediction": "Virginia", "binary_answer": null, "no_answer_prob": -1.47831392288208}
{"example_id": 590023274276680362, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": 1.11110121011734}
{"example_id": -5564314687999324260, "prediction": "9 to 5 ( styled in the opening credits as Nine to Five ) is a 1980", "binary_answer": null, "no_answer_prob": 0.42367613315582275}
{"example_id": 1124150013645050273, "prediction": "", "binary_answer": null, "no_answer_prob": 4.547866612672806}
{"example_id": -6183603390378662749, "prediction": "1969 1986", "binary_answer": null, "no_answer_prob": -2.034169226884842}
{"example_id": -3432257117480227798, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6822831630706787}
{"example_id": 6617501725132437833, "prediction": "Russia", "binary_answer": null, "no_answer_prob": 1.124845176935196}
{"example_id": -2655280398296683884, "prediction": "", "binary_answer": null, "no_answer_prob": 2.913179323077202}
{"example_id": 8594303491926680480, "prediction": "During the American Civil War ( 1861 -- 1865 )", "binary_answer": null, "no_answer_prob": 3.2554478645324707}
{"example_id": -650034070716111831, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1490741074085236}
{"example_id": 53088739599859769, "prediction": "", "binary_answer": null, "no_answer_prob": 3.58453506231308}
{"example_id": -4000324826619716108, "prediction": "15 May 2016", "binary_answer": null, "no_answer_prob": -2.2323814630508423}
{"example_id": 7088257479997855455, "prediction": "", "binary_answer": null, "no_answer_prob": 2.242403566837311}
{"example_id": 8622894586949759442, "prediction": "Rakesh Sharma", "binary_answer": null, "no_answer_prob": 1.860407043248415}
{"example_id": 1715540380353670786, "prediction": "1825", "binary_answer": null, "no_answer_prob": -0.2081003189086914}
{"example_id": 4874743856997153275, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8313615322113037}
{"example_id": 5841119362569686374, "prediction": "Majority rule", "binary_answer": null, "no_answer_prob": 1.6596662104129791}
{"example_id": 7707548579271785778, "prediction": "May 17 , 2018", "binary_answer": null, "no_answer_prob": 0.07799363136291504}
{"example_id": -3043010306828964586, "prediction": "", "binary_answer": null, "no_answer_prob": 0.721129335463047}
{"example_id": 7523298241696388541, "prediction": "Historical negationism or denialism", "binary_answer": null, "no_answer_prob": -1.9127179384231567}
{"example_id": -8601333932519018614, "prediction": "French singer Johnny Hallyday", "binary_answer": null, "no_answer_prob": 5.253708336502314}
{"example_id": -494814657922618121, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6538479328155518}
{"example_id": 9078744492958649205, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4687749221920967}
{"example_id": -1410470368233378448, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1264212131500244}
{"example_id": 1285901861662687268, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6456609666347504}
{"example_id": -3726605690706156376, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9612610340118408}
{"example_id": -5444664036844935521, "prediction": "", "binary_answer": null, "no_answer_prob": -3.529007077217102}
{"example_id": 4627110909994297261, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8738643862307072}
{"example_id": 3215481144081056949, "prediction": "Jeremiah", "binary_answer": null, "no_answer_prob": -0.35712647438049316}
{"example_id": 6800165533631371207, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7716174125671387}
{"example_id": 8222642630969784265, "prediction": "Rockin ' Sidney", "binary_answer": null, "no_answer_prob": 1.3841674625873566}
{"example_id": -7387440667980043611, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2996758073568344}
{"example_id": 1974334197476355529, "prediction": "`` School Mom", "binary_answer": null, "no_answer_prob": 0.7272188663482666}
{"example_id": -4422767388492925271, "prediction": "", "binary_answer": null, "no_answer_prob": 0.40844812989234924}
{"example_id": 1033034575193747183, "prediction": "", "binary_answer": null, "no_answer_prob": 2.312576472759247}
{"example_id": 5225600715739431112, "prediction": "Area is the quantity that expresses the extent of a two - dimensional figure or shape , or planar lamina , in the plane", "binary_answer": null, "no_answer_prob": -3.152040660381317}
{"example_id": -2762140525145997954, "prediction": "", "binary_answer": null, "no_answer_prob": -2.4973268508911133}
{"example_id": 2538172095673398911, "prediction": "The East India Company", "binary_answer": null, "no_answer_prob": 0.9736086428165436}
{"example_id": -6551581326231803440, "prediction": "The new embassy", "binary_answer": null, "no_answer_prob": 1.2779881358146667}
{"example_id": -6013328564916677870, "prediction": "Natural law", "binary_answer": null, "no_answer_prob": 1.8969080597162247}
{"example_id": 639089141534300444, "prediction": "How Long '' ( Ace song ) , 1974 `` How Long '' ( Charlie Puth song ) , 2017", "binary_answer": null, "no_answer_prob": 2.0336101055145264}
{"example_id": 3923458510012288340, "prediction": "New York has a diverse geography . The state is bordered by New Jersey and Pennsylvania", "binary_answer": null, "no_answer_prob": 0.7600047439336777}
{"example_id": 2663875872720051264, "prediction": "", "binary_answer": null, "no_answer_prob": 4.61878764629364}
{"example_id": -184514849147804399, "prediction": "Daniel arap Moi", "binary_answer": null, "no_answer_prob": -1.9321114420890808}
{"example_id": -1342291290704725198, "prediction": "Starship", "binary_answer": null, "no_answer_prob": -0.09535717964172363}
{"example_id": -6962070395491830819, "prediction": "", "binary_answer": null, "no_answer_prob": 2.415743410587311}
{"example_id": 3403215625267377559, "prediction": "", "binary_answer": null, "no_answer_prob": 0.12661873549222946}
{"example_id": -6259470842561136164, "prediction": "The series is set during a largely realistic 20th century", "binary_answer": null, "no_answer_prob": -4.690589547157288}
{"example_id": -466614231730169290, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0509844422340393}
{"example_id": -8005234351523586056, "prediction": "Although set in Middleton , USA , it was filmed in Hamilton and Niagara on the Lake , Ontario in Canada", "binary_answer": null, "no_answer_prob": 0.6921379566192627}
{"example_id": -980836884486017537, "prediction": "", "binary_answer": null, "no_answer_prob": 2.491405189037323}
{"example_id": -6342978174624815556, "prediction": "The Eustachian tube", "binary_answer": null, "no_answer_prob": -2.9895099401474}
{"example_id": 6181794695224567324, "prediction": "", "binary_answer": null, "no_answer_prob": 2.687256634235382}
{"example_id": 6755724028630722420, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8132267594337463}
{"example_id": 585509858022987835, "prediction": "Marcus James Jordan", "binary_answer": null, "no_answer_prob": 3.7972324043512344}
{"example_id": -5706797061063469430, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6167356967926025}
{"example_id": -5534151976002272635, "prediction": "", "binary_answer": null, "no_answer_prob": 1.13509863615036}
{"example_id": -8183994224773597293, "prediction": "`` Eye of the Tiger ''", "binary_answer": null, "no_answer_prob": -0.37546196579933167}
{"example_id": -6874779410539010269, "prediction": "", "binary_answer": null, "no_answer_prob": 1.181849718093872}
{"example_id": -7246725997828429775, "prediction": "`` Do n't Stop Believin ' '' is a song by American rock band Journey", "binary_answer": null, "no_answer_prob": -0.49073362350463867}
{"example_id": -6790659635621605607, "prediction": "", "binary_answer": null, "no_answer_prob": 2.407387435436249}
{"example_id": 4068843284200444282, "prediction": "Sodium bicarbonate", "binary_answer": null, "no_answer_prob": -1.1762514412403107}
{"example_id": -2894384714908230684, "prediction": "Edward Allen Harris", "binary_answer": null, "no_answer_prob": -10.571858048439026}
{"example_id": -5310586781600306017, "prediction": "Alexandra Caroline `` Lexie '' Grey , M.D.", "binary_answer": null, "no_answer_prob": -2.6402125358581543}
{"example_id": 998949595960188771, "prediction": "", "binary_answer": null, "no_answer_prob": 4.237809062004089}
{"example_id": -2878612275776239433, "prediction": "blues", "binary_answer": null, "no_answer_prob": -1.1380620002746582}
{"example_id": 8199096473241472915, "prediction": "", "binary_answer": null, "no_answer_prob": -2.386823832988739}
{"example_id": 8032346423190290304, "prediction": "The frontal lobe", "binary_answer": null, "no_answer_prob": 0.7790595293045044}
{"example_id": 2123824162557810563, "prediction": "Peter Michael Bergman", "binary_answer": null, "no_answer_prob": -11.738727688789368}
{"example_id": -4581790060335694249, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6262540221214294}
{"example_id": 7611521031230728931, "prediction": "", "binary_answer": null, "no_answer_prob": 4.426844835281372}
{"example_id": -7371204071863986078, "prediction": "", "binary_answer": null, "no_answer_prob": 4.392033338546753}
{"example_id": -2861510395065606874, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2612762451171875}
{"example_id": 7670960144280431422, "prediction": "Dubai", "binary_answer": null, "no_answer_prob": -3.016917109489441}
{"example_id": 603904973528765065, "prediction": "The story begins at dusk in Salem Village , Massachusetts as young Goodman Brown", "binary_answer": null, "no_answer_prob": 1.6792558431625366}
{"example_id": -168088683913777972, "prediction": "`` Never Gonna Leave This Bed ''", "binary_answer": null, "no_answer_prob": 3.702684633433819}
{"example_id": -4398892560452556882, "prediction": "Spain", "binary_answer": null, "no_answer_prob": -9.005058765411377}
{"example_id": 4238469957250419529, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.932379126548767}
{"example_id": -4077829129369174005, "prediction": "The professional American football team now known as the Oakland Raiders played in Los Angeles , California from 1982 to 1994", "binary_answer": null, "no_answer_prob": -1.0181111097335815}
{"example_id": -7391449118245016117, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0445988178253174}
{"example_id": -4494313971375481102, "prediction": "", "binary_answer": null, "no_answer_prob": 4.672647714614868}
{"example_id": 9073341052632442664, "prediction": "Marvel 's New Warriors is also scheduled to air in 2018 , despite not having a broadcaster .", "binary_answer": null, "no_answer_prob": -0.6923079490661621}
{"example_id": -7977769336206568086, "prediction": "`` Do n't Forget Me ( When I 'm Gone )", "binary_answer": null, "no_answer_prob": 1.538859874010086}
{"example_id": -6549272433015094205, "prediction": "The Hunger Games : Mockingjay -- Part 2", "binary_answer": null, "no_answer_prob": -3.9745925664901733}
{"example_id": 1803561297010960223, "prediction": "", "binary_answer": null, "no_answer_prob": 4.643909513950348}
{"example_id": 1403722359988146414, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2406437546014786}
{"example_id": -7841128731892324098, "prediction": "The highest point measured from sea level is the summit of Mount Everest", "binary_answer": null, "no_answer_prob": 0.30289947986602783}
{"example_id": -5658908063988599530, "prediction": "", "binary_answer": null, "no_answer_prob": 3.415278196334839}
{"example_id": -6286568507891380601, "prediction": "The Imperial Territory of Alsace - Lorraine", "binary_answer": null, "no_answer_prob": -1.7202891111373901}
{"example_id": -2777281230452740129, "prediction": "The demographics of New Zealand encompass the gender , ethnic , religious , geographic , and economic backgrounds of the 4.7 million", "binary_answer": null, "no_answer_prob": 1.4345131516456604}
{"example_id": -3301945253382661325, "prediction": "British rock group The Animals", "binary_answer": null, "no_answer_prob": -0.22302532196044922}
{"example_id": 5893529515895287031, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7354786992073059}
{"example_id": -6562547467326041532, "prediction": "Image Name Years active Instruments Release contributions Mickey Thomas", "binary_answer": null, "no_answer_prob": -0.2614058256149292}
{"example_id": -7812576010866355037, "prediction": "The Dream of the Rood is one of the Christian poems in the corpus of Old English literature and an example of the genre of dream poetry", "binary_answer": null, "no_answer_prob": -2.6682372093200684}
{"example_id": 7246717706463436524, "prediction": "John de Lancie", "binary_answer": null, "no_answer_prob": -4.277682781219482}
{"example_id": -1746941328258660617, "prediction": "", "binary_answer": null, "no_answer_prob": 5.153977036476135}
{"example_id": -461860821504217471, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -6.662978887557983}
{"example_id": 8487964208869993476, "prediction": "While The Witches of Eastwick", "binary_answer": null, "no_answer_prob": 1.751228228211403}
{"example_id": 3744474311129913227, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0772429704666138}
{"example_id": -4680253170854412960, "prediction": "Mara Marini", "binary_answer": null, "no_answer_prob": -7.135285019874573}
{"example_id": -1966727995856300284, "prediction": "John Wayne", "binary_answer": null, "no_answer_prob": -1.2946957349777222}
{"example_id": 4754695420870522718, "prediction": "", "binary_answer": null, "no_answer_prob": 1.162756323814392}
{"example_id": -5552018801960027999, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2055716514587402}
{"example_id": -2786310830664788497, "prediction": "What Happened to Monday", "binary_answer": null, "no_answer_prob": 1.9249469637870789}
{"example_id": 1355765661623170780, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3424389362335205}
{"example_id": -7673824408127258140, "prediction": "", "binary_answer": null, "no_answer_prob": 5.002258718013763}
{"example_id": -8395449471354467275, "prediction": "Michael Jackson", "binary_answer": null, "no_answer_prob": -0.2661287784576416}
{"example_id": -4585273144916701648, "prediction": "Eileen Davidson", "binary_answer": null, "no_answer_prob": 3.503903955221176}
{"example_id": 4084395977667974248, "prediction": "Sir Mo Farah", "binary_answer": null, "no_answer_prob": 0.5698986053466797}
{"example_id": 2184162413046009587, "prediction": "", "binary_answer": null, "no_answer_prob": 3.144707038998604}
{"example_id": -580858041942798358, "prediction": "Billy Currington", "binary_answer": null, "no_answer_prob": 2.303439974784851}
{"example_id": -1492847758788306148, "prediction": "A smart aleck", "binary_answer": null, "no_answer_prob": 1.6498483419418335}
{"example_id": 6433808909866357661, "prediction": "Time in the United States , by law , is divided into nine standard time zones", "binary_answer": null, "no_answer_prob": 0.8746353983879089}
{"example_id": 6310573734645687055, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -1.136188268661499}
{"example_id": 8811317367127347916, "prediction": "`` Would I Lie to You ? '' is an R&B song by American duo Charles & Eddie", "binary_answer": null, "no_answer_prob": -1.3030942678451538}
{"example_id": 6567083807016547129, "prediction": "1965", "binary_answer": null, "no_answer_prob": 0.18450073897838593}
{"example_id": 7267880836605639727, "prediction": "", "binary_answer": null, "no_answer_prob": 5.2328914031386375}
{"example_id": -680690728484392532, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8317647576332092}
{"example_id": 6275064513732293244, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7301469668745995}
{"example_id": -2612221637185875255, "prediction": "", "binary_answer": null, "no_answer_prob": 3.005629539489746}
{"example_id": -4545335362951557180, "prediction": "", "binary_answer": null, "no_answer_prob": 2.579535961151123}
{"example_id": -2950768241264673239, "prediction": "", "binary_answer": null, "no_answer_prob": -4.533695340156555}
{"example_id": -5714870557742901515, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4527153074741364}
{"example_id": -5353694907880616441, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8153234720230103}
{"example_id": -362711071940542221, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2085554376244545}
{"example_id": -6999697523595400515, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Holy Chalice", "binary_answer": null, "no_answer_prob": 1.9819174110889435}
{"example_id": 107981149998286095, "prediction": "Amrita Bazar Patrika ( Bengali : \u0985\u09ae\u09c3\u09a4\u09ac\u09be\u099c\u09be\u09b0 \u09aa\u09a4\u09cd\u09b0\u09bf\u0995\u09be ) ; is one of the oldest daily newspapers", "binary_answer": null, "no_answer_prob": -3.884004235267639}
{"example_id": 5175823991064294138, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A millisecond", "binary_answer": null, "no_answer_prob": 0.013633549213409424}
{"example_id": -1332321554728012761, "prediction": "", "binary_answer": null, "no_answer_prob": 2.233252540230751}
{"example_id": -5609655865986286919, "prediction": "Name Format Satellite Internet Sirius XM Preview Sirius XM Promos and Information Free Available", "binary_answer": null, "no_answer_prob": 2.7903085201978683}
{"example_id": 1398181144643871800, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3286798000335693}
{"example_id": -8795772951937729106, "prediction": "Super Bowl XLI", "binary_answer": null, "no_answer_prob": -2.4384974241256714}
{"example_id": 8421414671398809878, "prediction": "Antenor", "binary_answer": null, "no_answer_prob": -6.223318457603455}
{"example_id": -1319649291276904261, "prediction": "`` I Can See Clearly Now '' is a song written , composed , and originally recorded by Johnny Nash", "binary_answer": null, "no_answer_prob": 3.400533378124237}
{"example_id": 2432665110081912795, "prediction": "India Champions Mumbai Indians", "binary_answer": null, "no_answer_prob": 1.2429645583033562}
{"example_id": -2761991981832466183, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4101110100746155}
{"example_id": -4572725021537194285, "prediction": "Joshua Paul Dallas", "binary_answer": null, "no_answer_prob": 0.15038800239562988}
{"example_id": -6267245747067997651, "prediction": "", "binary_answer": null, "no_answer_prob": 3.642839550971985}
{"example_id": 6836568416587734734, "prediction": "Joshua", "binary_answer": null, "no_answer_prob": -2.2126739025115967}
{"example_id": 3949257004161056562, "prediction": "The NEP represented a more market - oriented economic policy", "binary_answer": null, "no_answer_prob": -2.2850555181503296}
{"example_id": 969614606139120797, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9343621730804443}
{"example_id": 5468254527156658005, "prediction": "Year Title Developer Home release Universe Console Computer Handheld Mobile 1997 Grand Theft Auto DMA Design PS1 Windows MS - DOS GBC 2D 1999", "binary_answer": null, "no_answer_prob": 4.304915249347687}
{"example_id": -5999693625503640387, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5385499596595764}
{"example_id": 949372730784901393, "prediction": "`` You 've Got a Friend in Me '' is a song by Randy Newman", "binary_answer": null, "no_answer_prob": -3.5082439184188843}
{"example_id": 3985992447472582828, "prediction": "Chemiosmosis", "binary_answer": null, "no_answer_prob": 0.865749716758728}
{"example_id": -4284623815560868172, "prediction": "San Francisco Giants", "binary_answer": null, "no_answer_prob": 0.4385799765586853}
{"example_id": -3238535147717376429, "prediction": "Robert Wadlow", "binary_answer": null, "no_answer_prob": -0.05730938911437988}
{"example_id": -7978451094520837962, "prediction": "The 2018 Open Championship was the 147th Open Championship , and was held from 19 -- 22 July 2018", "binary_answer": null, "no_answer_prob": -0.1689819097518921}
{"example_id": -4898611577301698299, "prediction": "The posterior cruciate ligament", "binary_answer": null, "no_answer_prob": -3.2588091492652893}
{"example_id": 8351660399007917209, "prediction": "The Delfonics", "binary_answer": null, "no_answer_prob": 2.0365054607391357}
{"example_id": 3658218900477483423, "prediction": "", "binary_answer": null, "no_answer_prob": 0.272101491689682}
{"example_id": 2529098904105918048, "prediction": "", "binary_answer": null, "no_answer_prob": -2.948677659034729}
{"example_id": 1433720415171638272, "prediction": "As in pair skating", "binary_answer": null, "no_answer_prob": 0.5585021823644638}
{"example_id": 4619942000915595654, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5126408934593201}
{"example_id": 8215699405948276983, "prediction": "1963", "binary_answer": null, "no_answer_prob": 1.0423043370246887}
{"example_id": -794593607161113238, "prediction": "Hinduism and Sikhism", "binary_answer": null, "no_answer_prob": 3.2347773611545563}
{"example_id": -4038609773199728851, "prediction": "a confrontation between the apes , led by Caesar , and the humans for control of Earth", "binary_answer": null, "no_answer_prob": -2.1198095083236694}
{"example_id": -2529001202984993166, "prediction": "The Cubs defeated the Indians", "binary_answer": null, "no_answer_prob": 0.4686402976512909}
{"example_id": 5755751235806631332, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.4138602018356323}
{"example_id": 1074706339724347160, "prediction": "M. Fathima Beevi", "binary_answer": null, "no_answer_prob": -3.0453985929489136}
{"example_id": 8096533595241371101, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3144729137420654}
{"example_id": -4029509870061807290, "prediction": "to change ( alternate ) the function of other pressed keys", "binary_answer": null, "no_answer_prob": -3.6718445420265198}
{"example_id": 2798927680094101511, "prediction": "Ichthyology", "binary_answer": null, "no_answer_prob": -2.2511157989501953}
{"example_id": -9068112763042493008, "prediction": "", "binary_answer": null, "no_answer_prob": -5.783907651901245}
{"example_id": -1247714172130318793, "prediction": "", "binary_answer": null, "no_answer_prob": 4.879873096942902}
{"example_id": 5733542318101225635, "prediction": "Zachary David Alexander Efron", "binary_answer": null, "no_answer_prob": 1.4768840074539185}
{"example_id": 3217380694214648032, "prediction": "New York", "binary_answer": null, "no_answer_prob": 0.06872010231018066}
{"example_id": -1569514845561841406, "prediction": "The privately held company , headquartered in Eau Claire , Wisconsin , has approximately 300", "binary_answer": null, "no_answer_prob": 0.6855421811342239}
{"example_id": -18907135176901347, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2913028001785278}
{"example_id": -6593738572344837830, "prediction": "Amy Jo Johnson", "binary_answer": null, "no_answer_prob": 0.06821572780609131}
{"example_id": -5417349149794783341, "prediction": "18", "binary_answer": null, "no_answer_prob": -4.443358778953552}
{"example_id": -5743274259980600362, "prediction": "Samson", "binary_answer": null, "no_answer_prob": 1.9542859494686127}
{"example_id": -5803611856434815601, "prediction": "Manchester", "binary_answer": null, "no_answer_prob": 1.0300373509526253}
{"example_id": 5877932973734417822, "prediction": "12 January 9 , 2016 ( 2016 - 01 - 09 ) March 26 , 2016 ( 2016 - 03 - 26 )", "binary_answer": null, "no_answer_prob": 1.2880873680114746}
{"example_id": -5532705132329550514, "prediction": "", "binary_answer": null, "no_answer_prob": -4.002172470092773}
{"example_id": -8329109315426780852, "prediction": "Central America", "binary_answer": null, "no_answer_prob": 0.12121272087097168}
{"example_id": -1820518102427276178, "prediction": "Keith Urban", "binary_answer": null, "no_answer_prob": 5.077296778559685}
{"example_id": -8324582422321399087, "prediction": "The Great Gatsby", "binary_answer": null, "no_answer_prob": 2.7493102699518204}
{"example_id": -6822126302998790291, "prediction": "Little Big Town", "binary_answer": null, "no_answer_prob": -1.8361928462982178}
{"example_id": -5089877846081247027, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9462074041366577}
{"example_id": 282848792933098434, "prediction": "In English - speaking countries , the common verbal response to another person 's sneeze", "binary_answer": null, "no_answer_prob": 4.037915974855423}
{"example_id": 1818657866526910359, "prediction": "Geography of India Continent Asia Region", "binary_answer": null, "no_answer_prob": -1.5929388999938965}
{"example_id": 877092875461637745, "prediction": "Rold\u00e1n is both a surname and a given name", "binary_answer": null, "no_answer_prob": 0.5356028079986572}
{"example_id": 4561032967771534797, "prediction": "Dolores Hart", "binary_answer": null, "no_answer_prob": -4.356051683425903}
{"example_id": -989199404648234553, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4795534908771515}
{"example_id": 3794100412365330901, "prediction": "`` Ca n't Help Falling in Love '' is a pop ballad originally recorded by American singer Elvis Presley", "binary_answer": null, "no_answer_prob": 1.2863386869430542}
{"example_id": -4375045820347905102, "prediction": "", "binary_answer": null, "no_answer_prob": 4.5696834325790405}
{"example_id": 4252015390443014873, "prediction": "", "binary_answer": null, "no_answer_prob": 2.939180612564087}
{"example_id": -7192499752668419792, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7650708258152008}
{"example_id": 5330941236576658337, "prediction": "", "binary_answer": null, "no_answer_prob": 2.999983549118042}
{"example_id": -7693729499009729629, "prediction": "1887", "binary_answer": null, "no_answer_prob": -0.6696913242340088}
{"example_id": -6471777462830423450, "prediction": "In the book , Weber wrote that capitalism", "binary_answer": null, "no_answer_prob": 2.09623920917511}
{"example_id": -6516430722693269046, "prediction": "Edgar Allan Poe", "binary_answer": null, "no_answer_prob": 0.18597650527954102}
{"example_id": 8587069461377905265, "prediction": "", "binary_answer": null, "no_answer_prob": 2.585883244872093}
{"example_id": 672894189202960625, "prediction": "RHB Bank Berhad", "binary_answer": null, "no_answer_prob": -0.5480602979660034}
{"example_id": -160058634680685569, "prediction": "coding strand", "binary_answer": null, "no_answer_prob": -5.097707748413086}
{"example_id": -6300616333349284423, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4847141802310944}
{"example_id": -4457993161912433368, "prediction": "The Andean civilizations", "binary_answer": null, "no_answer_prob": -4.974947452545166}
{"example_id": -3392849429531347740, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9838872998952866}
{"example_id": 4252223079519810829, "prediction": "`` Iron Man '' is a song by British rock band Black Sabbath", "binary_answer": null, "no_answer_prob": 1.505580946803093}
{"example_id": 5164044901055056385, "prediction": "over 200 mph ( 320 km / h )", "binary_answer": null, "no_answer_prob": -3.4088915586471558}
{"example_id": 6896427128230648690, "prediction": "Union", "binary_answer": null, "no_answer_prob": -3.353996157646179}
{"example_id": 2870633749848320838, "prediction": "Alex", "binary_answer": null, "no_answer_prob": -4.615126729011536}
{"example_id": -5448844015474339555, "prediction": "Mila Kunis", "binary_answer": null, "no_answer_prob": -3.8532239198684692}
{"example_id": 3843316703636212266, "prediction": "Upon downloading the EA Access hub from the Xbox Games Store", "binary_answer": null, "no_answer_prob": 1.4048479609191418}
{"example_id": -7206565720058918781, "prediction": "La Vie et la passion de J\u00e9sus Christ", "binary_answer": null, "no_answer_prob": 1.5732868909835815}
{"example_id": -3003432849540041440, "prediction": "North America", "binary_answer": null, "no_answer_prob": 0.8245794102549553}
{"example_id": -886452231827056954, "prediction": "Red Bank Catholic High School", "binary_answer": null, "no_answer_prob": 1.6940438747406006}
{"example_id": 916797591601228011, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -8.749170184135437}
{"example_id": 8085283905638253642, "prediction": "", "binary_answer": null, "no_answer_prob": 3.650676131248474}
{"example_id": -3550864973148060888, "prediction": "Frank Bank", "binary_answer": null, "no_answer_prob": -4.188830614089966}
{"example_id": -6604180284849946955, "prediction": "`` I Will Always Love You '' is a song originally written and recorded in 1973 by American singer - songwriter Dolly Parton", "binary_answer": null, "no_answer_prob": 2.655693680047989}
{"example_id": 936863254288452979, "prediction": "", "binary_answer": null, "no_answer_prob": 2.95264995098114}
{"example_id": -8322770373387746836, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Serenity Prayer", "binary_answer": null, "no_answer_prob": 3.183656096458435}
{"example_id": -8847524364195038466, "prediction": "", "binary_answer": null, "no_answer_prob": 0.11070120334625244}
{"example_id": 5166072273151292132, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0801900029182434}
{"example_id": -5312549763179880778, "prediction": "3,573 ft ( 1,089 m )", "binary_answer": null, "no_answer_prob": -1.570675551891327}
{"example_id": -2525953826884829153, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5461365580558777}
{"example_id": -6570861183438438890, "prediction": "Premchand", "binary_answer": null, "no_answer_prob": -3.7332335710525513}
{"example_id": -5508363059033081757, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5738335847854614}
{"example_id": -1893873438724979581, "prediction": "Actor Counterpart Once Upon a Time Wonderland Original Cursed 5 6 7", "binary_answer": null, "no_answer_prob": 0.6093477010726929}
{"example_id": -927038796744033159, "prediction": "In cell biology , the nucleus", "binary_answer": null, "no_answer_prob": 0.7883003354072571}
{"example_id": -5562036255198117839, "prediction": "about topics such as depression , homelessness , and abuse", "binary_answer": null, "no_answer_prob": -2.1816078424453735}
{"example_id": 2372963405620967735, "prediction": "Nevermind", "binary_answer": null, "no_answer_prob": -4.325682759284973}
{"example_id": 6184233192622021060, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2581402063369751}
{"example_id": 2399228990400978621, "prediction": "Land of the Rising Sun", "binary_answer": null, "no_answer_prob": -0.2951160669326782}
{"example_id": -1550646020963618458, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6079973578453064}
{"example_id": -5056293833730131524, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5231382846832275}
{"example_id": -3586528204431427761, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1653252840042114}
{"example_id": 3809731050379321709, "prediction": "Jonathan Freeman", "binary_answer": null, "no_answer_prob": -0.8150597810745239}
{"example_id": -7534987902839640421, "prediction": "", "binary_answer": null, "no_answer_prob": 1.754456877708435}
{"example_id": 7245069777329157264, "prediction": "469 miles ( 755 km )", "binary_answer": null, "no_answer_prob": -4.117243647575378}
{"example_id": -5373550885222943213, "prediction": "`` Wish You Were Here ''", "binary_answer": null, "no_answer_prob": 0.9307477474212646}
{"example_id": -1906613291221690775, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A week", "binary_answer": null, "no_answer_prob": 2.720797896385193}
{"example_id": -6138042119242288687, "prediction": "The Citizenship Clause", "binary_answer": null, "no_answer_prob": 2.1596230566501617}
{"example_id": -5920527354054234428, "prediction": "", "binary_answer": null, "no_answer_prob": 0.17166244983673096}
{"example_id": 823539359196494470, "prediction": "", "binary_answer": null, "no_answer_prob": 2.983466625213623}
{"example_id": 7288806806555332421, "prediction": "The first film in the series premiered at the Embassy Theatre in Wellington , New Zealand on 28 November 2012", "binary_answer": null, "no_answer_prob": -2.8118064403533936}
{"example_id": 7692472008292802219, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6089159846305847}
{"example_id": -4143393616706584830, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5167124420404434}
{"example_id": 468286880418624261, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7066247463226318}
{"example_id": 2085573478428775736, "prediction": "Jill Abbott is a fictional character", "binary_answer": null, "no_answer_prob": 0.07337264716625214}
{"example_id": -335470244688832001, "prediction": "The current record - holders for individual , non-clonal trees are the Great Basin bristlecone pine trees", "binary_answer": null, "no_answer_prob": 1.3853890299797058}
{"example_id": 5700268800886629444, "prediction": "Paul McCartney and George Harrison", "binary_answer": null, "no_answer_prob": 3.0161624550819397}
{"example_id": 4229764552621270884, "prediction": "", "binary_answer": null, "no_answer_prob": 4.277194619178772}
{"example_id": 3662525361480473895, "prediction": "1994", "binary_answer": null, "no_answer_prob": -0.3516958951950073}
{"example_id": -8915888694750320684, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6920007467269897}
{"example_id": 3093303258445499963, "prediction": "`` Ramblin ' Man '' is a song by American rock band The Allman Brothers Band", "binary_answer": null, "no_answer_prob": 1.8824257850646973}
{"example_id": -8408180440642663270, "prediction": "The Great Outdoors", "binary_answer": null, "no_answer_prob": -0.4819754362106323}
{"example_id": -6926790222393321862, "prediction": "just east of Reno", "binary_answer": null, "no_answer_prob": 1.6239867508411407}
{"example_id": 562845219729248470, "prediction": "December 22 , 1882", "binary_answer": null, "no_answer_prob": -0.739581823348999}
{"example_id": 6967912443257526318, "prediction": "The Hollies", "binary_answer": null, "no_answer_prob": -0.011474132537841797}
{"example_id": 8949382411371180482, "prediction": "The Vietnam War", "binary_answer": null, "no_answer_prob": -0.8638097047805786}
{"example_id": 5892317276269234281, "prediction": "Boston Celtics center Bill Russell", "binary_answer": null, "no_answer_prob": -5.027974367141724}
{"example_id": -4285576270112959192, "prediction": "Alan Douglas Ruck", "binary_answer": null, "no_answer_prob": -3.9864346981048584}
{"example_id": 4608444354921872087, "prediction": "Revelation", "binary_answer": null, "no_answer_prob": 1.9613378047943115}
{"example_id": 4712720444362337262, "prediction": "House of Fraser", "binary_answer": null, "no_answer_prob": 3.093665912747383}
{"example_id": -2943990657065169283, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.0573532581329346}
{"example_id": 2887078091561872532, "prediction": "Rigby ( voiced by William Salyers ) is a 3'5 '' anthropomorphic brown raccoon", "binary_answer": null, "no_answer_prob": 1.8020410537719727}
{"example_id": 2871800330989222279, "prediction": "`` I Did n't Know My Own Strength '' is a song performed by American R&B - pop singer Whitney Houston", "binary_answer": null, "no_answer_prob": 1.7434390783309937}
{"example_id": -6330465807440314122, "prediction": "Jane", "binary_answer": null, "no_answer_prob": -0.2650413513183594}
{"example_id": 1373929920121106749, "prediction": "Jodie Whittaker as the Thirteenth Doctor .", "binary_answer": null, "no_answer_prob": -3.2570483684539795}
{"example_id": -7768979285111358374, "prediction": "Yellowstone National Park in the northwest United States is home to a large variety of mammals , birds , fish , reptiles and amphibians", "binary_answer": null, "no_answer_prob": -4.645059823989868}
{"example_id": -6591313266705483326, "prediction": "Chimborazo", "binary_answer": null, "no_answer_prob": -1.6916223764419556}
{"example_id": 5059710524301889273, "prediction": "$150 million", "binary_answer": null, "no_answer_prob": -0.29123616218566895}
{"example_id": 6272134769326464701, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5904319286346436}
{"example_id": -8167464271656349711, "prediction": "2018", "binary_answer": null, "no_answer_prob": 0.7326755523681641}
{"example_id": -5941359242168303429, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4412186266854405}
{"example_id": -7340328871296340711, "prediction": "", "binary_answer": null, "no_answer_prob": 4.188832104206085}
{"example_id": 4494683197924603144, "prediction": "13 miles ( 21 km )", "binary_answer": null, "no_answer_prob": 0.026412129402160645}
{"example_id": 62860644365836844, "prediction": "During the final stage of World War II , the United States", "binary_answer": null, "no_answer_prob": 0.049730777740478516}
{"example_id": 6873587814797504351, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8872710466384888}
{"example_id": 3498191412127834145, "prediction": "the Angels", "binary_answer": null, "no_answer_prob": -2.329030752182007}
{"example_id": -3146827573262599617, "prediction": "", "binary_answer": null, "no_answer_prob": 3.364631175994873}
{"example_id": 3971361751209691329, "prediction": "Walton Sanders Goggins Jr.", "binary_answer": null, "no_answer_prob": 1.0558544397354126}
{"example_id": -3778066157423344778, "prediction": "`` It 's a SpongeBob Christmas ! ''", "binary_answer": null, "no_answer_prob": 2.757119745016098}
{"example_id": 6763870783655191266, "prediction": "", "binary_answer": null, "no_answer_prob": 4.195420622825623}
{"example_id": -5516120084541885062, "prediction": "`` Always on My Mind", "binary_answer": null, "no_answer_prob": 2.617291897535324}
{"example_id": 127621385328443399, "prediction": "Peggy Seeger", "binary_answer": null, "no_answer_prob": -4.146245241165161}
{"example_id": -6706886008285116433, "prediction": "The Qin dynasty", "binary_answer": null, "no_answer_prob": 4.586122632026672}
{"example_id": -7847823928841780374, "prediction": "`` It 's Not Right but It 's Okay ''", "binary_answer": null, "no_answer_prob": 1.427345871925354}
{"example_id": 1325376676735304242, "prediction": "Independence Hall", "binary_answer": null, "no_answer_prob": -1.1843940019607544}
{"example_id": -1529514365295951720, "prediction": "Sonny Perdue", "binary_answer": null, "no_answer_prob": -2.962343215942383}
{"example_id": 8828798649155876489, "prediction": "`` Knock Three Times '' is a popular song credited to Tony Orlando and Dawn", "binary_answer": null, "no_answer_prob": 1.9257890954613686}
{"example_id": -5982266363084360835, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8443658351898193}
{"example_id": 5849448342508864572, "prediction": "Chiyo Miyako", "binary_answer": null, "no_answer_prob": -3.896317958831787}
{"example_id": -8624982248566689243, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5778416097164154}
{"example_id": -6372076432149982314, "prediction": "", "binary_answer": null, "no_answer_prob": 2.256673276424408}
{"example_id": -3620760146801685762, "prediction": "", "binary_answer": null, "no_answer_prob": 4.588139206171036}
{"example_id": -3174039544725720319, "prediction": "1763", "binary_answer": null, "no_answer_prob": -1.3533380031585693}
{"example_id": 5901832122162705976, "prediction": "", "binary_answer": null, "no_answer_prob": -0.76893749833107}
{"example_id": 9078041015272500330, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5310614705085754}
{"example_id": -1834064845309395618, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1513120234012604}
{"example_id": 640155833647220414, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7393956184387207}
{"example_id": 2867531515075023843, "prediction": "", "binary_answer": null, "no_answer_prob": 4.290809154510498}
{"example_id": 9133732686876334382, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9366858005523682}
{"example_id": -3058681202143997361, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8716798424720764}
{"example_id": -1865341688150735283, "prediction": "The series began with the feature film The Matrix ( 1999 ) , and continued with two sequels , The Matrix Reloaded and The Matrix Revolutions", "binary_answer": null, "no_answer_prob": 0.6936324834823608}
{"example_id": 1354598152057526040, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A crossword", "binary_answer": null, "no_answer_prob": -0.33189356327056885}
{"example_id": 8801535981314182416, "prediction": "The Continental Congress", "binary_answer": null, "no_answer_prob": 2.881034731864929}
{"example_id": 5942430598032585685, "prediction": "Maggie Peterson Mancuso", "binary_answer": null, "no_answer_prob": -7.381836771965027}
{"example_id": -3621745547045988953, "prediction": "The fifth season of the American crime thriller television series The Blacklist premiered on NBC on September 27 , 2017", "binary_answer": null, "no_answer_prob": 4.004040241241455}
{"example_id": 8430885315328377150, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Ice cream parlors", "binary_answer": null, "no_answer_prob": 2.090361714363098}
{"example_id": -3224710756797613799, "prediction": "The First Fleet", "binary_answer": null, "no_answer_prob": -2.266171932220459}
{"example_id": 4878637520859224581, "prediction": "Mark first appears in season two", "binary_answer": null, "no_answer_prob": 2.422903925180435}
{"example_id": -5052846427453051381, "prediction": "Villanova", "binary_answer": null, "no_answer_prob": -3.255467414855957}
{"example_id": -8777855466877153853, "prediction": "George Frederick Blanda", "binary_answer": null, "no_answer_prob": -2.9178730249404907}
{"example_id": 7887583239364627323, "prediction": "Mars", "binary_answer": null, "no_answer_prob": -4.416402816772461}
{"example_id": -1892819880494614840, "prediction": "Logan Wade Lerman", "binary_answer": null, "no_answer_prob": -3.8141117095947266}
{"example_id": -5726458331771154866, "prediction": "`` Miracles '' is a song by British rock band Coldplay , which was written and recorded for the 2014 drama film Unbroken", "binary_answer": null, "no_answer_prob": -0.5533298254013062}
{"example_id": 1054847920949460800, "prediction": "Lake Itasca", "binary_answer": null, "no_answer_prob": -5.245943546295166}
{"example_id": -4139156079597237577, "prediction": "Behavioral sciences", "binary_answer": null, "no_answer_prob": 2.846976839005947}
{"example_id": 3985192894716058216, "prediction": "chalk landing place , Cealc - hy\u00f0 = `` chalk wharf '' .", "binary_answer": null, "no_answer_prob": -3.6578853130340576}
{"example_id": -5312195282561428201, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7593162059783936}
{"example_id": -6104524995613524291, "prediction": "Gustav Stresemann", "binary_answer": null, "no_answer_prob": -7.923991322517395}
{"example_id": 4330661765598157231, "prediction": "The tenth season of the American sitcom The Big Bang Theory premiered on CBS Monday , September 19 , 2016", "binary_answer": null, "no_answer_prob": 2.918992280960083}
{"example_id": -5883106845142497566, "prediction": "the 3rd and 4th centuries", "binary_answer": null, "no_answer_prob": -3.877585291862488}
{"example_id": 145589944668323312, "prediction": "Sunni Islam and Shia Islam", "binary_answer": null, "no_answer_prob": -2.2323408126831055}
{"example_id": -1045403424088611065, "prediction": "Topher Grace", "binary_answer": null, "no_answer_prob": 3.0883124321699142}
{"example_id": -23537822290095785, "prediction": "Boston Basketball Partners LLC", "binary_answer": null, "no_answer_prob": -4.262700200080872}
{"example_id": 5147738357784349779, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Hartford Convention", "binary_answer": null, "no_answer_prob": 1.2903052866458893}
{"example_id": -8421640039041295691, "prediction": "Sir Peter Robert Jackson ONZ KNZM", "binary_answer": null, "no_answer_prob": -3.077191114425659}
{"example_id": -6599631136643788787, "prediction": "`` You Do n't Mess Around with Jim ''", "binary_answer": null, "no_answer_prob": 4.726046979427338}
{"example_id": -5717578118321923724, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6851625442504883}
{"example_id": -5251649636999345954, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7232624292373657}
{"example_id": -3995755429479901596, "prediction": "Super Bowl LI", "binary_answer": null, "no_answer_prob": -2.5471858978271484}
{"example_id": 2427178305369658835, "prediction": "", "binary_answer": null, "no_answer_prob": 2.110127478837967}
{"example_id": -3014439715701017818, "prediction": "The final battles of the European Theatre of World War II as well as the German surrender to the Allies took place in late April and early May 1945", "binary_answer": null, "no_answer_prob": -4.479049324989319}
{"example_id": -513414853003833362, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1498199701309204}
{"example_id": 8207458569785267153, "prediction": "Laura Elizabeth `` Laurie '' Metcalf", "binary_answer": null, "no_answer_prob": 4.472253233194351}
{"example_id": 2775319337885001906, "prediction": "", "binary_answer": null, "no_answer_prob": 1.196766421198845}
{"example_id": 6643677832693397078, "prediction": "Puerto Rico Trench", "binary_answer": null, "no_answer_prob": -3.8695366978645325}
{"example_id": -8641565526084014858, "prediction": "France , who beat Croatia 4 -- 2 in regulation time .", "binary_answer": null, "no_answer_prob": 0.8592614158987999}
{"example_id": 3161746686543658073, "prediction": "The Air Jordan 1", "binary_answer": null, "no_answer_prob": 0.675929605960846}
{"example_id": -2505330664430942, "prediction": "", "binary_answer": null, "no_answer_prob": -3.668043613433838}
{"example_id": 4656194446628303268, "prediction": "Interior Semiotics was a 2010 performance by Natacha Stolz", "binary_answer": null, "no_answer_prob": 2.445496439933777}
{"example_id": 6630622010535273304, "prediction": "Washington wine", "binary_answer": null, "no_answer_prob": 2.9083882570266724}
{"example_id": 5953016533378804060, "prediction": "Bianca Ryan", "binary_answer": null, "no_answer_prob": -7.784718155860901}
{"example_id": 8660483233952166612, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] United States military seniority", "binary_answer": null, "no_answer_prob": -1.76206636428833}
{"example_id": 6213306834749827575, "prediction": "`` I Feel the Earth Move '' is a song written and recorded by pop singer - songwriter Carole King", "binary_answer": null, "no_answer_prob": 2.6067745089530945}
{"example_id": -4379969646286325024, "prediction": "S&P Global", "binary_answer": null, "no_answer_prob": -4.78773832321167}
{"example_id": 4309266466167509886, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1446740739047527}
{"example_id": 1558952782569915800, "prediction": "In sociology and later criminology , the Chicago school", "binary_answer": null, "no_answer_prob": 0.7916609048843384}
{"example_id": 5189564394712585498, "prediction": "Barbara George", "binary_answer": null, "no_answer_prob": -0.3978787660598755}
{"example_id": -5577515822301631292, "prediction": "", "binary_answer": null, "no_answer_prob": -0.37343906983733177}
{"example_id": 573165936882888113, "prediction": "En plein air", "binary_answer": null, "no_answer_prob": -3.770361304283142}
{"example_id": -5964399058648417411, "prediction": "`` Honey Do n't '' Song by the Beatles", "binary_answer": null, "no_answer_prob": 2.3990355730056763}
{"example_id": -3393491765372411233, "prediction": "", "binary_answer": null, "no_answer_prob": 4.825809001922607}
{"example_id": -3347211353922732964, "prediction": "September 3 2019 date September 2 2020 date September 7", "binary_answer": null, "no_answer_prob": -0.7364826202392578}
{"example_id": 4547962729229179139, "prediction": "`` The Emperor of Ice - Cream '' is a celebrated poem from Wallace Stevens 's first collection of poetry , Harmonium", "binary_answer": null, "no_answer_prob": 4.5763815604150295}
{"example_id": -1259255228108588003, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -3.0930782556533813}
{"example_id": -8645961799559821073, "prediction": "The Brooklyn Dodgers was an American Major League baseball team , active primarily in the National League from 1884 until 1957", "binary_answer": null, "no_answer_prob": -1.628175973892212}
{"example_id": -749578081694802097, "prediction": "c. 600 BC", "binary_answer": null, "no_answer_prob": -0.6611453294754028}
{"example_id": -34049640187416137, "prediction": "Growing Up Hip Hop : Atlanta", "binary_answer": null, "no_answer_prob": 3.4130833745002747}
{"example_id": -4064369363656396978, "prediction": "`` The Cover of ' Rolling Stone ' ''", "binary_answer": null, "no_answer_prob": 2.8488506078720093}
{"example_id": 6367947899809681204, "prediction": "The Vijayanagara Empire", "binary_answer": null, "no_answer_prob": -3.9638386964797974}
{"example_id": 633241840640269891, "prediction": "During World War II the U.S. Army", "binary_answer": null, "no_answer_prob": 2.7850189097225666}
{"example_id": 3771718292700391383, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.3188394904136658}
{"example_id": 5962143859393625096, "prediction": "It is the theme song of the movie High Noon", "binary_answer": null, "no_answer_prob": 1.7750853598117828}
{"example_id": -6065883316743076082, "prediction": "2013", "binary_answer": null, "no_answer_prob": -0.37985503673553467}
{"example_id": 8212763804062716879, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7199767529964447}
{"example_id": 7940062665498064661, "prediction": "In 1936 , Winchester introduced the Model 70 bolt - action rifle to the American market . The Model 70 was largely based on the Model 54", "binary_answer": null, "no_answer_prob": 1.663174718618393}
{"example_id": -9027427598241012532, "prediction": "Charlie and the Chocolate Factory is a 1964 children 's novel by British author Roald Dahl", "binary_answer": null, "no_answer_prob": -2.3611316680908203}
{"example_id": 7475996979460723368, "prediction": "`` In the Pines '' , also known as `` Where Did You Sleep Last Night ? '' and `` Black Girl", "binary_answer": null, "no_answer_prob": -1.0142401456832886}
{"example_id": 4810976600081985638, "prediction": "October 27 , 1954", "binary_answer": null, "no_answer_prob": -3.789846420288086}
{"example_id": -6939222711598009912, "prediction": "Andrea Fay Friedman", "binary_answer": null, "no_answer_prob": 0.6766599416732788}
{"example_id": -1033222455904613377, "prediction": "1830", "binary_answer": null, "no_answer_prob": -3.9169728755950928}
{"example_id": 9040145902542781150, "prediction": "", "binary_answer": null, "no_answer_prob": 5.530147016048431}
{"example_id": -3731500501271974009, "prediction": "", "binary_answer": null, "no_answer_prob": 5.76178377866745}
{"example_id": 7741387357303652822, "prediction": "Lake Taupo", "binary_answer": null, "no_answer_prob": 1.8478886783123016}
{"example_id": 3709874743445037787, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6533296704292297}
{"example_id": -2046638038221503486, "prediction": "injuries sustained in a jet plane crash", "binary_answer": null, "no_answer_prob": 1.7423646450042725}
{"example_id": 7350075231654298286, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3618494868278503}
{"example_id": 4198161683562908654, "prediction": "Fort Worth", "binary_answer": null, "no_answer_prob": 2.399892210960388}
{"example_id": -8008448279006364441, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8798493146896362}
{"example_id": -8126934799147710622, "prediction": "Pescetarianism", "binary_answer": null, "no_answer_prob": -2.4209229946136475}
{"example_id": -1282307916188794339, "prediction": "", "binary_answer": null, "no_answer_prob": -0.013625264167785645}
{"example_id": 311760798797237165, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5649330615997314}
{"example_id": -2661036796058259102, "prediction": "", "binary_answer": null, "no_answer_prob": 4.640584051609039}
{"example_id": 3783512605078838448, "prediction": "", "binary_answer": null, "no_answer_prob": 4.347035109996796}
{"example_id": -3127847534632532185, "prediction": "Bart Howard", "binary_answer": null, "no_answer_prob": 0.6595556735992432}
{"example_id": -910866878119212481, "prediction": "`` It 's My Party '' is a pop song recorded by multiple artists since the 1960s . In 1963 , American singer Lesley Gore", "binary_answer": null, "no_answer_prob": 0.01094353199005127}
{"example_id": 3383757862229997289, "prediction": "Eddie McGee", "binary_answer": null, "no_answer_prob": 1.0834298729896545}
{"example_id": -4389957759313357248, "prediction": "The Battle of Moscow", "binary_answer": null, "no_answer_prob": -1.316219687461853}
{"example_id": -504335222625655298, "prediction": "", "binary_answer": null, "no_answer_prob": 2.334011495113373}
{"example_id": -3430677623102384649, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The three Round Table Conferences", "binary_answer": null, "no_answer_prob": 2.5574223399162292}
{"example_id": -5905663056798019322, "prediction": "In statistics , a null hypothesis", "binary_answer": null, "no_answer_prob": -0.29873013496398926}
{"example_id": 6405468783784856922, "prediction": "Audrey Penn", "binary_answer": null, "no_answer_prob": -0.1691054105758667}
{"example_id": -18591298215046801, "prediction": "Persephone", "binary_answer": null, "no_answer_prob": 3.926284819841385}
{"example_id": 193509623184113929, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3498438596725464}
{"example_id": -8486231150341132105, "prediction": "Guardians of the Galaxy", "binary_answer": null, "no_answer_prob": 1.0538661479949951}
{"example_id": -7871845376555109716, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2839063704013824}
{"example_id": 7915262769270043239, "prediction": "March 10 , 2017 The F.B.I. 's greatest unsolved case !", "binary_answer": null, "no_answer_prob": 1.9246967434883118}
{"example_id": -2579623446306440548, "prediction": "", "binary_answer": null, "no_answer_prob": -4.362652897834778}
{"example_id": 1694766517825057173, "prediction": "Ringo Starr", "binary_answer": null, "no_answer_prob": -0.9257690906524658}
{"example_id": 7425647564385219480, "prediction": "Jeff Bridges", "binary_answer": null, "no_answer_prob": -1.2788480520248413}
{"example_id": 7649891419472368301, "prediction": "66 - square - mile ( 170 km )", "binary_answer": null, "no_answer_prob": 0.30321335792541504}
{"example_id": -5007314435785513023, "prediction": "The show was canceled on May 15 , 2017 , after two seasons .", "binary_answer": null, "no_answer_prob": -1.5074528455734253}
{"example_id": -4529498110941144482, "prediction": "A lasting legacy of the Sui dynasty was the Grand Canal", "binary_answer": null, "no_answer_prob": -0.36864495277404785}
{"example_id": -2648925935855524809, "prediction": "", "binary_answer": null, "no_answer_prob": 2.71169376373291}
{"example_id": -8406743977779394280, "prediction": "Enclosed R or circled Latin R ( R or r ) is a typographical symbol", "binary_answer": null, "no_answer_prob": -3.5410656929016113}
{"example_id": -2395133631261624980, "prediction": "Bradley David Ausmus", "binary_answer": null, "no_answer_prob": -1.4139220714569092}
{"example_id": -3621356026681528104, "prediction": "1998", "binary_answer": null, "no_answer_prob": 1.68289053440094}
{"example_id": -1283395983087826393, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3935508131980896}
{"example_id": 1480875767130429785, "prediction": "Albuquerque", "binary_answer": null, "no_answer_prob": -2.024752527475357}
{"example_id": 2565397237631708208, "prediction": "The origins of this joke emerged from picket lines during labor strikes in 19th century America", "binary_answer": null, "no_answer_prob": -4.898326396942139}
{"example_id": 715990244337797436, "prediction": "", "binary_answer": null, "no_answer_prob": 2.200067639350891}
{"example_id": 5738765413657693340, "prediction": "`` Take It Easy '' is a song written by Jackson Browne and Glenn Frey", "binary_answer": null, "no_answer_prob": -0.7268885374069214}
{"example_id": -5931593022833513325, "prediction": "Ty Cobb", "binary_answer": null, "no_answer_prob": -5.0587082505226135}
{"example_id": -3013938829181451245, "prediction": "October 2 , 2017 . As of April 23 , 2018 , 52 episodes of Lucifer have aired .", "binary_answer": null, "no_answer_prob": -2.6485575437545776}
{"example_id": 6958071161013323741, "prediction": "A Midsummer Night 's Dream is a comedy written by William Shakespeare in 1595 / 96", "binary_answer": null, "no_answer_prob": 1.8015767112374306}
{"example_id": 5382150467612132285, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8504424095153809}
{"example_id": 376528509830503174, "prediction": "", "binary_answer": null, "no_answer_prob": 2.975428283214569}
{"example_id": -4576130002781667902, "prediction": "", "binary_answer": null, "no_answer_prob": 3.038487061858177}
{"example_id": -9048525402428403724, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9240803718566895}
{"example_id": -3582048885050482622, "prediction": "Rank Country / Region Aluminium production ( thousands of tonnes ) -- World 57,600 People 's Republic of China", "binary_answer": null, "no_answer_prob": -0.2065477967262268}
{"example_id": -2597595626409302649, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0033892393112183}
{"example_id": 5671921153779444824, "prediction": "2016", "binary_answer": null, "no_answer_prob": -2.287208080291748}
{"example_id": -7709344845224537081, "prediction": "`` I Still Have n't Found What I 'm Looking For", "binary_answer": null, "no_answer_prob": -1.6233712434768677}
{"example_id": 2210872381407122761, "prediction": "The Statue of Liberty is a figure of a robed woman representing Libertas , a Roman goddess", "binary_answer": null, "no_answer_prob": -2.0079206228256226}
{"example_id": 763543927389373912, "prediction": "", "binary_answer": null, "no_answer_prob": 2.298828214406967}
{"example_id": -746185003858192116, "prediction": "The origin of the term `` monkey bread '' comes from the pastry being a finger food", "binary_answer": null, "no_answer_prob": -2.19761061668396}
{"example_id": 2346633961794086914, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3521237596869469}
{"example_id": -8965636687389839024, "prediction": "Doug Jones", "binary_answer": null, "no_answer_prob": -9.76990818977356}
{"example_id": 6898655405321055666, "prediction": "William Shakespeare", "binary_answer": null, "no_answer_prob": -3.1325923204421997}
{"example_id": -4101503241214065196, "prediction": "tissue", "binary_answer": null, "no_answer_prob": 1.2085938453674316}
{"example_id": -831104195839334026, "prediction": "Alternative dispute resolution", "binary_answer": null, "no_answer_prob": 2.094524174928665}
{"example_id": 2338086350063199742, "prediction": "Books of the New Testament Gospels", "binary_answer": null, "no_answer_prob": -0.6400655508041382}
{"example_id": 4839476130665858888, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5746862888336182}
{"example_id": 8460137584444209436, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4277403652667999}
{"example_id": 5958577451665719237, "prediction": "Interstate 275 ( I - 275 ) is an 83.71 - mile - long ( 134.72 km ) loop", "binary_answer": null, "no_answer_prob": 0.881486564874649}
{"example_id": -3013749339728775723, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9171393513679504}
{"example_id": 3241401294998506831, "prediction": "Michael Schumacher", "binary_answer": null, "no_answer_prob": -0.6756580322980881}
{"example_id": 644268978536179890, "prediction": "Northern Ireland , Spain , Croatia , Iceland and Canada", "binary_answer": null, "no_answer_prob": -4.89733624458313}
{"example_id": -7878673836100022334, "prediction": "", "binary_answer": null, "no_answer_prob": -3.2593048810958862}
{"example_id": -425572199719250770, "prediction": "Layne Staley", "binary_answer": null, "no_answer_prob": -1.9821804761886597}
{"example_id": -180408906397217772, "prediction": "", "binary_answer": null, "no_answer_prob": -3.760496973991394}
{"example_id": -7017641548306237349, "prediction": "Since the foundation of the European Communities , the United Kingdom has been an important neighbour and is currently a major member , until its withdrawal .", "binary_answer": null, "no_answer_prob": 0.49541497230529785}
{"example_id": 1161779725147104909, "prediction": "`` Abraham , Martin and John ''", "binary_answer": null, "no_answer_prob": -0.05794721841812134}
{"example_id": -2607105789597326909, "prediction": "128 ft ( 39 m )", "binary_answer": null, "no_answer_prob": -3.917214512825012}
{"example_id": -5633170475871936807, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5808218121528625}
{"example_id": -8392574392308528074, "prediction": "Los Angeles Lakers", "binary_answer": null, "no_answer_prob": 0.6036088466644287}
{"example_id": -5860978641451248758, "prediction": "", "binary_answer": null, "no_answer_prob": 3.417400747537613}
{"example_id": 6029252637605787358, "prediction": "", "binary_answer": null, "no_answer_prob": 0.836371123790741}
{"example_id": 9187810679492886793, "prediction": "`` Life on Mars ? ''", "binary_answer": null, "no_answer_prob": 3.252213716506958}
{"example_id": -8175751691549178619, "prediction": "Phillip J. Salmon", "binary_answer": null, "no_answer_prob": -2.466559410095215}
{"example_id": 5119832201968395759, "prediction": "", "binary_answer": null, "no_answer_prob": -2.6892027854919434}
{"example_id": 4175167625950002804, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4795457124710083}
{"example_id": -555441970484392565, "prediction": "October 27 , 2017", "binary_answer": null, "no_answer_prob": 2.048417806625366}
{"example_id": 2643756372524412396, "prediction": "Tevye", "binary_answer": null, "no_answer_prob": -8.468798398971558}
{"example_id": 7171002478965887001, "prediction": "", "binary_answer": null, "no_answer_prob": -0.29279351234436035}
{"example_id": -3273727758454540513, "prediction": "twelve", "binary_answer": null, "no_answer_prob": -5.958583116531372}
{"example_id": 4485551543097901594, "prediction": "1980", "binary_answer": null, "no_answer_prob": -2.3057730197906494}
{"example_id": 4909799049409483779, "prediction": "", "binary_answer": null, "no_answer_prob": 4.5845769345760345}
{"example_id": 4001267478194543181, "prediction": "`` Time in a Bottle '' is a hit single by singer - songwriter Jim Croce", "binary_answer": null, "no_answer_prob": 0.5663100481033325}
{"example_id": 756934545771565947, "prediction": "", "binary_answer": null, "no_answer_prob": 2.741213083267212}
{"example_id": 2140438374364897, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4533448815345764}
{"example_id": 6439463901957884453, "prediction": "Snow White and the Seven Dwarfs is a 1937 American animated musical fantasy film", "binary_answer": null, "no_answer_prob": -1.3112287521362305}
{"example_id": -2441681443192635632, "prediction": "", "binary_answer": null, "no_answer_prob": 3.173960566520691}
{"example_id": 6036983470086931583, "prediction": "February 29 in recent years 2016 ( Monday ) 2012 ( Wednesday ) 2008 ( Friday )", "binary_answer": null, "no_answer_prob": 0.949467122554779}
{"example_id": 3204727903014000783, "prediction": "", "binary_answer": null, "no_answer_prob": 2.155407950282097}
{"example_id": -4517008773219628651, "prediction": "Wave -- particle duality", "binary_answer": null, "no_answer_prob": 1.2510690689086914}
{"example_id": 4150768401433768893, "prediction": "", "binary_answer": null, "no_answer_prob": 1.748793363571167}
{"example_id": -3249093806177407492, "prediction": "2,269 . It is part of the Sebring Micropolitan Statistical Area .", "binary_answer": null, "no_answer_prob": -0.7849487960338593}
{"example_id": -3720764945979012687, "prediction": "Shaun Mark Bean", "binary_answer": null, "no_answer_prob": -0.5643413066864014}
{"example_id": 2381938879170761525, "prediction": "Krishna Sobti", "binary_answer": null, "no_answer_prob": -7.748581647872925}
{"example_id": -1104010625418275880, "prediction": "", "binary_answer": null, "no_answer_prob": 2.754740302450955}
{"example_id": 2699591821777367081, "prediction": "The General Lee", "binary_answer": null, "no_answer_prob": -2.8735004663467407}
{"example_id": -8204316699420373938, "prediction": "`` Killing Me Softly with His Song '' is a song composed by Charles Fox with lyrics by Norman Gimbel .", "binary_answer": null, "no_answer_prob": 2.3714243322610855}
{"example_id": 6988770747885455084, "prediction": "21 miles ( 34 km ) east of downtown San Antonio .", "binary_answer": null, "no_answer_prob": -3.556997060775757}
{"example_id": 2985006056550388779, "prediction": "Peter , Paul and Mary", "binary_answer": null, "no_answer_prob": -1.4006699323654175}
{"example_id": 5282280587374153152, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3123711794614792}
{"example_id": -6152596203461913941, "prediction": "", "binary_answer": null, "no_answer_prob": 2.39628267288208}
{"example_id": 551541117952237865, "prediction": "Ganesh Vasudev", "binary_answer": null, "no_answer_prob": -6.331997871398926}
{"example_id": -3138009142825820198, "prediction": "Trindon Jerard Holliday", "binary_answer": null, "no_answer_prob": -3.5445432662963867}
{"example_id": 6449918077143051997, "prediction": "Jaguar Land Rover Automotive PLC Type Subsidiary Industry Automotive", "binary_answer": null, "no_answer_prob": 3.1154582500457764}
{"example_id": -5163963674307828741, "prediction": "", "binary_answer": null, "no_answer_prob": 2.335606426000595}
{"example_id": 1165837064221997581, "prediction": "The song came to greater mainstream attention when Big Brother and the Holding Company ( featuring Janis Joplin", "binary_answer": null, "no_answer_prob": 1.9685676470398903}
{"example_id": 4158513672259043581, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2333012521266937}
{"example_id": -9002176693562411571, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8086994886398315}
{"example_id": 2288301848952024551, "prediction": "Tedros Adhanom", "binary_answer": null, "no_answer_prob": -7.354046821594238}
{"example_id": -1347154843600288423, "prediction": "The Ryukyuan religion", "binary_answer": null, "no_answer_prob": 2.0691721439361572}
{"example_id": -8376575127481607219, "prediction": "", "binary_answer": null, "no_answer_prob": 2.584368348121643}
{"example_id": -6185958007938889143, "prediction": "", "binary_answer": null, "no_answer_prob": -0.002837240695953369}
{"example_id": 3341682738047765749, "prediction": "545", "binary_answer": null, "no_answer_prob": -1.7412207126617432}
{"example_id": -7062083351030237810, "prediction": "", "binary_answer": null, "no_answer_prob": 0.798674464225769}
{"example_id": -1534097693060867706, "prediction": "Arkansas , Illinois , Missouri , Ohio and Red rivers", "binary_answer": null, "no_answer_prob": 1.5723519921302795}
{"example_id": -6036754827460950862, "prediction": "Donna Summer", "binary_answer": null, "no_answer_prob": -2.8166821002960205}
{"example_id": 7184392936083130639, "prediction": "Paula Hawkins", "binary_answer": null, "no_answer_prob": -5.151653409004211}
{"example_id": 4118249945612980705, "prediction": "As the 2016 season came to close , Cedar Point announced that Mean Streak would close permanently on September 16 , 2016", "binary_answer": null, "no_answer_prob": -1.5523176193237305}
{"example_id": 4160044032192220357, "prediction": "FIFA", "binary_answer": null, "no_answer_prob": -0.19286370277404785}
{"example_id": -8213916464636818453, "prediction": "In the American League , the New York Yankees", "binary_answer": null, "no_answer_prob": -1.3899214267730713}
{"example_id": 4460116272570301127, "prediction": "Josh Martinez", "binary_answer": null, "no_answer_prob": -1.8621821403503418}
{"example_id": 7601066006322125432, "prediction": "January 1 , 2018", "binary_answer": null, "no_answer_prob": -1.507096529006958}
{"example_id": -8314105431291602582, "prediction": "`` The End of the World ''", "binary_answer": null, "no_answer_prob": -0.5565911531448364}
{"example_id": 8812267550415131532, "prediction": "`` 7 Years ''", "binary_answer": null, "no_answer_prob": 1.628143310546875}
{"example_id": 8450376111876739069, "prediction": "Harry Potter and the Philosopher 's Stone", "binary_answer": null, "no_answer_prob": -0.9260311126708984}
{"example_id": -5052068128497132197, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7417992949485779}
{"example_id": 6687770465306722473, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8420944213867188}
{"example_id": -4886375582335006833, "prediction": "`` Love Is in the Air '' is a 1977 disco song sung by John Paul Young", "binary_answer": null, "no_answer_prob": -1.1701143980026245}
{"example_id": -3836308983050930061, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": -4.5985190868377686}
{"example_id": -6853235366657804310, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The West Coast", "binary_answer": null, "no_answer_prob": 2.0024187564849854}
{"example_id": 32949967343890825, "prediction": "`` Band on the Run ''", "binary_answer": null, "no_answer_prob": -1.393286108970642}
{"example_id": 4034138885158570901, "prediction": "Grapevine is a city in the U.S. state of Texas", "binary_answer": null, "no_answer_prob": 1.2439831495285034}
{"example_id": -1973367318241141257, "prediction": "The Letter from Birmingham Jail", "binary_answer": null, "no_answer_prob": -2.623716354370117}
{"example_id": 2631509166122607264, "prediction": "", "binary_answer": null, "no_answer_prob": 1.998774230480194}
{"example_id": 706706414271678952, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6030713319778442}
{"example_id": 7841059734719569525, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8343685902655125}
{"example_id": 2536100920742310647, "prediction": "The Ellen DeGeneres Show", "binary_answer": null, "no_answer_prob": 3.2432433366775513}
{"example_id": -7934440915520373726, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1135228872299194}
{"example_id": -4148243285038326302, "prediction": "`` Dancing in the Moonlight '' is a song by the French - American rock group King Harvest", "binary_answer": null, "no_answer_prob": 2.727594494819641}
{"example_id": 5990293859286522993, "prediction": "May 25 , 1977", "binary_answer": null, "no_answer_prob": -1.1196229457855225}
{"example_id": -7477334707736862524, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1248868703842163}
{"example_id": 4181352790884444499, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6870862245559692}
{"example_id": -4795649820336631411, "prediction": "Jaime Pressly", "binary_answer": null, "no_answer_prob": -2.175577163696289}
{"example_id": 6822663346480960869, "prediction": "large intestine", "binary_answer": null, "no_answer_prob": -1.2199149131774902}
{"example_id": 5607867777216904978, "prediction": "", "binary_answer": null, "no_answer_prob": 3.31647652387619}
{"example_id": -3155252253242474751, "prediction": "`` Do You Really Want to Hurt Me '' is a song written and recorded by the British new wave band Culture Club", "binary_answer": null, "no_answer_prob": 1.9552459716796875}
{"example_id": -1535540325606542097, "prediction": "The adrenal medulla", "binary_answer": null, "no_answer_prob": 2.2285221009515226}
{"example_id": 5987057922547248948, "prediction": "European Cooperation in Science and Technology ( COST )", "binary_answer": null, "no_answer_prob": 1.5440329313278198}
{"example_id": -8567889325050456484, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4390640407800674}
{"example_id": 9193805473072845556, "prediction": "The denomination of two dollars was authorized under a congressional act , and first used in March 1862 . The denomination was continuously used until the 1960s", "binary_answer": null, "no_answer_prob": -2.0648664236068726}
{"example_id": -9002920405367315200, "prediction": "You ca n't have your cake and eat it ( too ) is a popular English", "binary_answer": null, "no_answer_prob": 2.163975477218628}
{"example_id": 8459673030706554218, "prediction": "The French Revolution had a major impact on Europe and the New World", "binary_answer": null, "no_answer_prob": 2.0558061599731445}
{"example_id": 2479806972542856767, "prediction": "`` Hansel and Gretel", "binary_answer": null, "no_answer_prob": 1.988644141703844}
{"example_id": 3570201737329114232, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7642746567726135}
{"example_id": -8850658511118646149, "prediction": "President", "binary_answer": null, "no_answer_prob": -4.091768592596054}
{"example_id": -59993576524081521, "prediction": "1163 ( 1163 )", "binary_answer": null, "no_answer_prob": -0.30369794368743896}
{"example_id": -8633816491039222985, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0505348443984985}
{"example_id": -288656751707732250, "prediction": "", "binary_answer": null, "no_answer_prob": 4.242250740528107}
{"example_id": -7120033899991558055, "prediction": "Kevin Garnett", "binary_answer": null, "no_answer_prob": -3.0579594373703003}
{"example_id": 2662447325791353189, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3204362988471985}
{"example_id": 2303278544286800290, "prediction": "`` Boom Boom", "binary_answer": null, "no_answer_prob": 1.5016536712646484}
{"example_id": 841481898388517773, "prediction": "Louis XIV", "binary_answer": null, "no_answer_prob": -1.0298817157745361}
{"example_id": 1305971402348219266, "prediction": "", "binary_answer": null, "no_answer_prob": 2.169917106628418}
{"example_id": -1580442162774410950, "prediction": "Romeo and Juliet", "binary_answer": null, "no_answer_prob": 2.6243059039115906}
{"example_id": 6676667408171860027, "prediction": "Troian Avery Bellisario", "binary_answer": null, "no_answer_prob": -11.09470283985138}
{"example_id": -2259255661677732474, "prediction": "When the United Kingdom declared war on Nazi Germany at the outset of World War II", "binary_answer": null, "no_answer_prob": 1.7828996777534485}
{"example_id": 160462365288125381, "prediction": "Lee de Forest", "binary_answer": null, "no_answer_prob": -8.556253433227539}
{"example_id": 7960403399608384663, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5279064364731312}
{"example_id": 3224730403616581424, "prediction": "Maryland", "binary_answer": null, "no_answer_prob": -0.7566436529159546}
{"example_id": -4354548780625112274, "prediction": "Star Wars : Episode III -- Revenge of the Sith is a 2005 American epic space opera film", "binary_answer": null, "no_answer_prob": 0.8475282490253448}
{"example_id": -4102324063683692160, "prediction": "4,705 ft ( 1,434 m )", "binary_answer": null, "no_answer_prob": 0.1291494071483612}
{"example_id": 8378608349702584388, "prediction": "", "binary_answer": null, "no_answer_prob": 2.628264904022217}
{"example_id": 5390111461502305719, "prediction": "Twisted Sister", "binary_answer": null, "no_answer_prob": -7.1323206424713135}
{"example_id": -1567135840120105378, "prediction": "Summer", "binary_answer": null, "no_answer_prob": 0.9973268210887909}
{"example_id": 544013399893430746, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9538760781288147}
{"example_id": -1484525301341600246, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8884392380714417}
{"example_id": 5691710388327146259, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5786614418029785}
{"example_id": 854864674245683514, "prediction": "1972", "binary_answer": null, "no_answer_prob": 1.8782562613487244}
{"example_id": 7217831331264391168, "prediction": "`` Knock Three Times '' is a popular song credited to Tony Orlando and Dawn", "binary_answer": null, "no_answer_prob": -0.9095301628112793}
{"example_id": -1178316298762483823, "prediction": "", "binary_answer": null, "no_answer_prob": 2.429263934493065}
{"example_id": -5524370408722306136, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2110921144485474}
{"example_id": -1092176740973405716, "prediction": "", "binary_answer": null, "no_answer_prob": 0.015958786010742188}
{"example_id": -942410446658638705, "prediction": "", "binary_answer": null, "no_answer_prob": 4.566182315349579}
{"example_id": 129433090630836717, "prediction": "`` Love Do n't Live Here Anymore '' is a song written by Miles Gregory and originally recorded by Rose Royce", "binary_answer": null, "no_answer_prob": 0.9326107501983643}
{"example_id": -6718495802984601105, "prediction": "", "binary_answer": null, "no_answer_prob": 2.01341712474823}
{"example_id": -3491165350379250805, "prediction": "February 2 , 2020 in Miami Gardens , Florida", "binary_answer": null, "no_answer_prob": -3.9049959778785706}
{"example_id": -2615190967219960781, "prediction": "", "binary_answer": null, "no_answer_prob": 2.919602394104004}
{"example_id": 1085920309962998351, "prediction": "", "binary_answer": null, "no_answer_prob": 2.204457640647888}
{"example_id": 3872213422021851126, "prediction": "`` Turn Down for What '' is a single by DJ Snake and Lil Jon", "binary_answer": null, "no_answer_prob": 2.08655846118927}
{"example_id": -7355890196276643804, "prediction": "`` I Bet You Look Good on the Dancefloor '' is a song by English rock band Arctic Monkeys", "binary_answer": null, "no_answer_prob": 4.371812105178833}
{"example_id": -3717115099067435823, "prediction": "The sensory nervous system", "binary_answer": null, "no_answer_prob": 2.7713183015584946}
{"example_id": -5262057854506047019, "prediction": "", "binary_answer": null, "no_answer_prob": 0.43939926475286484}
{"example_id": 5768504740043720557, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2605135440826416}
{"example_id": 4612831453436396417, "prediction": "right - hand side , facing forward", "binary_answer": null, "no_answer_prob": -6.110156178474426}
{"example_id": -1288623947369383720, "prediction": "", "binary_answer": null, "no_answer_prob": 3.129883587360382}
{"example_id": -1939788677803028354, "prediction": "", "binary_answer": null, "no_answer_prob": 4.863677978515625}
{"example_id": 7306687647307337698, "prediction": "`` Ca n't Take My Eyes Off You ''", "binary_answer": null, "no_answer_prob": 1.5329257249832153}
{"example_id": 2939339272253679470, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5895233675837517}
{"example_id": 7083516114276304235, "prediction": "City status in the United Kingdom is granted by the monarch of the United Kingdom to a select group of communities", "binary_answer": null, "no_answer_prob": 0.25942692160606384}
{"example_id": 3260044716842691759, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7037185430526733}
{"example_id": -4120684623067630088, "prediction": "Avalon Sunset ( 1989 ) . It is a romantic ballad that is often played at weddings , although it was originally written as a prayer .", "binary_answer": null, "no_answer_prob": 1.3851221799850464}
{"example_id": 3336495054863095221, "prediction": "Eleven", "binary_answer": null, "no_answer_prob": -4.685496807098389}
{"example_id": -6784265278773313647, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8260050415992737}
{"example_id": -1779758261268090337, "prediction": "Siyahamba", "binary_answer": null, "no_answer_prob": -0.692420244216919}
{"example_id": 4098506342255051113, "prediction": "Naomie Melanie Harris", "binary_answer": null, "no_answer_prob": 1.73826265335083}
{"example_id": -5687260239070204687, "prediction": "Mary Beth Evans", "binary_answer": null, "no_answer_prob": -8.135473728179932}
{"example_id": 9069431701350651059, "prediction": "Columbia Records recording studios .", "binary_answer": null, "no_answer_prob": 2.356701135635376}
{"example_id": -2395712244031797892, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5519092679023743}
{"example_id": -4658785319399402576, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The shilling", "binary_answer": null, "no_answer_prob": 2.5036823749542236}
{"example_id": 2692122254915498574, "prediction": "March 27 May 1", "binary_answer": null, "no_answer_prob": -5.604269742965698}
{"example_id": -7925752079676715238, "prediction": "", "binary_answer": null, "no_answer_prob": 0.22598215006291866}
{"example_id": -762930927176712682, "prediction": "Kasinathuni Viswanath Highlights Total awarded 48 First winner Devika Rani", "binary_answer": null, "no_answer_prob": -3.8143463134765625}
{"example_id": 6374942341567210314, "prediction": "`` Walk on the Wild Side '' is a song by Lou Reed", "binary_answer": null, "no_answer_prob": -0.027832627296447754}
{"example_id": -879494170717098400, "prediction": "", "binary_answer": null, "no_answer_prob": 4.9494516886770725}
{"example_id": -6140211087157070319, "prediction": "South Carolina is a `` shall issue '' concealed carry permit state", "binary_answer": null, "no_answer_prob": 0.18688836693763733}
{"example_id": -48119412851094577, "prediction": "`` Just Ca n't Get Enough '' is a song by the English electronic music band Depeche Mode", "binary_answer": null, "no_answer_prob": 0.759300172328949}
{"example_id": -1067733361741448875, "prediction": "James II of England , and those of Dutch Prince William of Orange", "binary_answer": null, "no_answer_prob": -1.4768823385238647}
{"example_id": 3023789271698219362, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9675689339637756}
{"example_id": 1598036939457405126, "prediction": "The Battles of the American Civil War", "binary_answer": null, "no_answer_prob": 0.37098535895347595}
{"example_id": 2916450699714370077, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9782925844192505}
{"example_id": 8183428900151997395, "prediction": "My Field Trip to Planet 9 is the debut album by Justin Warfield , which was released July 13 , 1993 , on Qwest Records .", "binary_answer": null, "no_answer_prob": 2.5526845157146454}
{"example_id": 175947240489549483, "prediction": "Ukrainian", "binary_answer": null, "no_answer_prob": -5.781983256340027}
{"example_id": -8230619834863843239, "prediction": "Ram Nath Kovind", "binary_answer": null, "no_answer_prob": 0.08583545684814453}
{"example_id": 8611467967389080853, "prediction": "Government procurement", "binary_answer": null, "no_answer_prob": 1.9377361536026}
{"example_id": -1255425228598291954, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1022942662239075}
{"example_id": 5587539515116885540, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.585629940032959}
{"example_id": 6548656889458911398, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7475074529647827}
{"example_id": 7515693153812216602, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3034069836139679}
{"example_id": 1137447052630021704, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5532356202602386}
{"example_id": 9046889476222355445, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6787877827882767}
{"example_id": -9078306006144333844, "prediction": "", "binary_answer": null, "no_answer_prob": 3.208387613296509}
{"example_id": 4127456735848594430, "prediction": "Gina Rodriguez", "binary_answer": null, "no_answer_prob": -1.5555567741394043}
{"example_id": 5982688847051281021, "prediction": "", "binary_answer": null, "no_answer_prob": 3.371471345424652}
{"example_id": 810965131652061210, "prediction": "Elisha Nelson Manning IV", "binary_answer": null, "no_answer_prob": 1.3000106811523438}
{"example_id": 2821997138793050066, "prediction": "Kenneth Howard Norton", "binary_answer": null, "no_answer_prob": 1.349786564707756}
{"example_id": -8595793419522722931, "prediction": "Mission Basilica San Diego de Alcal\u00e1 was the first Franciscan mission in The Californias , a province of New Spain", "binary_answer": null, "no_answer_prob": 2.624783158302307}
{"example_id": -7394916476195503367, "prediction": "", "binary_answer": null, "no_answer_prob": 3.907394826412201}
{"example_id": -4786593787706335329, "prediction": "NASA spinoff technologies", "binary_answer": null, "no_answer_prob": 1.4894501864910126}
{"example_id": -5732892528892044980, "prediction": "The Eye of the World , in 1984 , and it was published in January , 1990 .", "binary_answer": null, "no_answer_prob": 0.8224446102976799}
{"example_id": 282488718934829285, "prediction": "", "binary_answer": null, "no_answer_prob": 2.399389296770096}
{"example_id": -279084796030534885, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2278846502304077}
{"example_id": 5750802445008974137, "prediction": "Robert Reiner", "binary_answer": null, "no_answer_prob": -0.5143877267837524}
{"example_id": 1742549629668766364, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0670143961906433}
{"example_id": -4097248875596755484, "prediction": "protector of man '' or `` defender of man '' .", "binary_answer": null, "no_answer_prob": -7.462000846862793}
{"example_id": 5321833463581393160, "prediction": "The Battle of the Bulge", "binary_answer": null, "no_answer_prob": 2.124141573905945}
{"example_id": 4128712388780661352, "prediction": "Angel", "binary_answer": null, "no_answer_prob": -1.363730549812317}
{"example_id": -3498393878172030930, "prediction": "The Band Perry", "binary_answer": null, "no_answer_prob": -1.0937129259109497}
{"example_id": -8962501535546165122, "prediction": "Rapid City", "binary_answer": null, "no_answer_prob": 1.91098552942276}
{"example_id": -7310092817258812068, "prediction": "`` I Say a Little Prayer ''", "binary_answer": null, "no_answer_prob": 0.7147011756896973}
{"example_id": -5067828861237213068, "prediction": "trigger physiological changes such as proliferation , differentiation , migration , survival , and apoptosis", "binary_answer": null, "no_answer_prob": 0.7901939451694489}
{"example_id": -3385807951596078903, "prediction": "In October", "binary_answer": null, "no_answer_prob": -3.2809085845947266}
{"example_id": 1621411912091024349, "prediction": "more than 3 million", "binary_answer": null, "no_answer_prob": -2.232325315475464}
{"example_id": -1103554077661822274, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8580612540245056}
{"example_id": -3586117030178166108, "prediction": "Pamela Morgan Halpert ( n\u00e9e Beesly ) is a fictional character on the U.S. television sitcom The Office", "binary_answer": null, "no_answer_prob": 3.7486939430236816}
{"example_id": 8674362045981682121, "prediction": "`` Arthur 's Theme ( Best That You Can Do ) ''", "binary_answer": null, "no_answer_prob": 3.382173240184784}
{"example_id": 970838361859128068, "prediction": "Principal photography for Jaws : The Revenge took place on location in New England and in the Bahamas", "binary_answer": null, "no_answer_prob": 0.35507404804229736}
{"example_id": -2455621026273715570, "prediction": "", "binary_answer": null, "no_answer_prob": 2.392361342906952}
{"example_id": 136972444588876537, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7131155133247375}
{"example_id": -1608906216367867006, "prediction": "", "binary_answer": null, "no_answer_prob": 0.13411569595336914}
{"example_id": -8784014532005017657, "prediction": "Seven", "binary_answer": null, "no_answer_prob": 3.130056381225586}
{"example_id": 3815127901387328636, "prediction": "Total Population 30,007,094", "binary_answer": null, "no_answer_prob": 1.6235510110855103}
{"example_id": -7219970968305775032, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3082355260849}
{"example_id": 3716943449734480322, "prediction": "Sly Fox", "binary_answer": null, "no_answer_prob": 0.16581618785858154}
{"example_id": 6379834208311908447, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3225340843200684}
{"example_id": -274125140869992819, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3070454597473145}
{"example_id": -1571031626000266279, "prediction": "The Normandy landings ( codenamed Operation Neptune ) were the landing operations on Tuesday , 6 June 1944", "binary_answer": null, "no_answer_prob": -2.5722475051879883}
{"example_id": 4519477430472514341, "prediction": "Interstate 5", "binary_answer": null, "no_answer_prob": 1.328736126422882}
{"example_id": -8640818569601107110, "prediction": "Port state control", "binary_answer": null, "no_answer_prob": -0.9397097826004028}
{"example_id": 9101947982403339923, "prediction": "Jinkx Monsoon", "binary_answer": null, "no_answer_prob": -5.572063088417053}
{"example_id": 4206762510879598242, "prediction": "`` Raindrops Keep Fallin ' on My Head ''", "binary_answer": null, "no_answer_prob": 3.139129400253296}
{"example_id": 3706040928359491598, "prediction": "", "binary_answer": null, "no_answer_prob": 4.056835174560547}
{"example_id": 1317904611649530845, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8233388662338257}
{"example_id": 1984502246758475715, "prediction": "The name comes from the 1585 expedition of Sir Richard Grenville", "binary_answer": null, "no_answer_prob": -5.403505802154541}
{"example_id": -8820634621401060701, "prediction": "Fullmetal Alchemist", "binary_answer": null, "no_answer_prob": -2.2586259841918945}
{"example_id": -664603835864348450, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7940568923950195}
{"example_id": -1186907498670550741, "prediction": "May 16 , 2018", "binary_answer": null, "no_answer_prob": -6.179574489593506}
{"example_id": -7306008362889369691, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6962122321128845}
{"example_id": -8001773683961081578, "prediction": "Journey to the Center of the Earth", "binary_answer": null, "no_answer_prob": 1.5469781160354614}
{"example_id": -3433374861856789745, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7052152156829834}
{"example_id": -1287563823270820584, "prediction": "", "binary_answer": null, "no_answer_prob": 0.16990995407104492}
{"example_id": -5336596252171642264, "prediction": "", "binary_answer": null, "no_answer_prob": 5.117321610450745}
{"example_id": 3351893171808267971, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": 0.00542449951171875}
{"example_id": 1637528297593157499, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3908528089523315}
{"example_id": 1425832387047071733, "prediction": "The term Golden Age comes from Greek mythology , particularly the Works and Days of Hesiod", "binary_answer": null, "no_answer_prob": 1.2885245606303215}
{"example_id": 9145383577439597023, "prediction": "", "binary_answer": null, "no_answer_prob": 1.323499858379364}
{"example_id": 83600142451142860, "prediction": "`` Bless the Broken Road '' Song by Marcus Hummon", "binary_answer": null, "no_answer_prob": 2.254408836364746}
{"example_id": 8212456138567121495, "prediction": "Baboons", "binary_answer": null, "no_answer_prob": -0.748842179775238}
{"example_id": 7017873424039879014, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8070333898067474}
{"example_id": -3336853410194824920, "prediction": "Bartolom\u00e9 de las Casas", "binary_answer": null, "no_answer_prob": -3.976693868637085}
{"example_id": 2681609281350554164, "prediction": "Kimbra", "binary_answer": null, "no_answer_prob": -3.273093342781067}
{"example_id": -940386575379041960, "prediction": "This species is native to the Mekong basin of Laos , Cambodia , Vietnam and Thailand", "binary_answer": null, "no_answer_prob": -2.713162899017334}
{"example_id": -6719534941002876254, "prediction": "Aladdin", "binary_answer": null, "no_answer_prob": -5.403032183647156}
{"example_id": -5080890494287255974, "prediction": "", "binary_answer": null, "no_answer_prob": 2.41987182199955}
{"example_id": -5376475157898671271, "prediction": "Pleurisy", "binary_answer": null, "no_answer_prob": 2.1572693586349487}
{"example_id": -4008064114384973136, "prediction": "January 2017", "binary_answer": null, "no_answer_prob": 0.4325004816055298}
{"example_id": 5929025091515766344, "prediction": "13 May 3 , 2016 ( 2016 - 05 - 03 ) June 21 , 2016 ( 2016 - 06 - 21 )", "binary_answer": null, "no_answer_prob": 0.3146098852157593}
{"example_id": -4991273046674202459, "prediction": "New Orleans", "binary_answer": null, "no_answer_prob": 1.8326143622398376}
{"example_id": -4331357530163823107, "prediction": "Nii Kwabena Bonne II", "binary_answer": null, "no_answer_prob": -2.8579189777374268}
{"example_id": -8686446217209973341, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] 2016", "binary_answer": null, "no_answer_prob": 2.694621980190277}
{"example_id": 7583604896876826203, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4335302114486694}
{"example_id": 7198659651132774529, "prediction": "The First Amendment ( Amendment I ) to the United States Constitution prevents Congress", "binary_answer": null, "no_answer_prob": -0.6381978988647461}
{"example_id": -2526376744759664115, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5951951667666435}
{"example_id": -4850551424394359011, "prediction": "David Janssen", "binary_answer": null, "no_answer_prob": -5.3786619901657104}
{"example_id": -6677744701442312770, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.144239783287048}
{"example_id": 4686285379534737898, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2641754150390625}
{"example_id": 6978049810832474179, "prediction": "`` There Is No Arizona '' is a song co-written and recorded by Australian country music artist Jamie O'Neal", "binary_answer": null, "no_answer_prob": -0.022806525230407715}
{"example_id": -8163788436218868538, "prediction": "Harry Potter and the Chamber of Secrets", "binary_answer": null, "no_answer_prob": 2.526338517665863}
{"example_id": 3177263708163978720, "prediction": "Captain Robert Moffat Losey", "binary_answer": null, "no_answer_prob": -6.620811700820923}
{"example_id": -7443828569924995904, "prediction": "Loyalists", "binary_answer": null, "no_answer_prob": -3.926441729068756}
{"example_id": 4407219467091523259, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8884685039520264}
{"example_id": -5023646872646809085, "prediction": "Bryce Harper Current runner - up Kyle Schwarber", "binary_answer": null, "no_answer_prob": 0.586094856262207}
{"example_id": 3774131247351781774, "prediction": "Leonardo da Vinci", "binary_answer": null, "no_answer_prob": 0.6670518890023232}
{"example_id": 2830705603141289046, "prediction": "", "binary_answer": null, "no_answer_prob": 2.709026575088501}
{"example_id": -6160518277547281041, "prediction": "", "binary_answer": null, "no_answer_prob": 3.426628589630127}
{"example_id": -6762141738716548084, "prediction": "Kelly LeBrock", "binary_answer": null, "no_answer_prob": 4.894109860062599}
{"example_id": -333621140103822077, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0398343205451965}
{"example_id": 8380451116184827659, "prediction": "Retrieval - induced forgetting", "binary_answer": null, "no_answer_prob": 0.3366878628730774}
{"example_id": 5812590724431899687, "prediction": "The hosts file is one of several system facilities that assists in addressing network nodes in a computer network", "binary_answer": null, "no_answer_prob": -1.2650343179702759}
{"example_id": -4868355260673626619, "prediction": "Body language", "binary_answer": null, "no_answer_prob": 2.9349173828959465}
{"example_id": -2788847868941867343, "prediction": "", "binary_answer": null, "no_answer_prob": 3.362430304288864}
{"example_id": 1466291948990417503, "prediction": "Apocalyptic literature", "binary_answer": null, "no_answer_prob": 1.809945672750473}
{"example_id": -2981467081011300302, "prediction": "CEO Rex Tillerson", "binary_answer": null, "no_answer_prob": -5.04462194442749}
{"example_id": -4279970939756948056, "prediction": "", "binary_answer": null, "no_answer_prob": 2.367203950881958}
{"example_id": 7549169988656236738, "prediction": "Doris Roberts", "binary_answer": null, "no_answer_prob": 1.1339869499206543}
{"example_id": 8904267760322458676, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Ionic bonding", "binary_answer": null, "no_answer_prob": 1.4895272105932236}
{"example_id": -3637734905069880164, "prediction": "AnnaSophia Robb", "binary_answer": null, "no_answer_prob": -5.688831329345703}
{"example_id": -5032452582842118057, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8400393351912498}
{"example_id": 3670471646375572127, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": 0.10018137097358704}
{"example_id": -5006003472085768921, "prediction": "Hematidrosis", "binary_answer": null, "no_answer_prob": -8.611253499984741}
{"example_id": -8967335094925751152, "prediction": "Dragon Ball Z ( Japanese : \u30c9\u30e9\u30b4\u30f3\u30dc\u30fc\u30eb Z ( \u30bc\u30c3\u30c8 ) , Hepburn : Doragon B\u014dru Zetto", "binary_answer": null, "no_answer_prob": 1.6461719870567322}
{"example_id": 5120337207882236577, "prediction": "", "binary_answer": null, "no_answer_prob": 3.363330453634262}
{"example_id": 7926149129570476030, "prediction": "In linguistics , mama and papa", "binary_answer": null, "no_answer_prob": 0.5994365215301514}
{"example_id": -3320877361069042531, "prediction": "Aldous Huxley", "binary_answer": null, "no_answer_prob": -4.922625303268433}
{"example_id": -127153402794870568, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4043105840682983}
{"example_id": 641499845259300041, "prediction": "", "binary_answer": null, "no_answer_prob": 0.83327516913414}
{"example_id": 5523983640641022409, "prediction": "`` Jim Dandy", "binary_answer": null, "no_answer_prob": 3.5712695717811584}
{"example_id": -5261871800699608965, "prediction": "2009", "binary_answer": null, "no_answer_prob": 1.916468620300293}
{"example_id": 6279321766912188169, "prediction": "X-inactivation", "binary_answer": null, "no_answer_prob": 0.7409697771072388}
{"example_id": 6801276617845382701, "prediction": "", "binary_answer": null, "no_answer_prob": 2.571225106716156}
{"example_id": 3366457508079522727, "prediction": "`` Get Low ''", "binary_answer": null, "no_answer_prob": 1.3539342880249023}
{"example_id": -1911637900564740203, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4743719100952148}
{"example_id": 7135753806440864350, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4036936163902283}
{"example_id": 2162155846997726979, "prediction": "Pretty Little Liars", "binary_answer": null, "no_answer_prob": 2.7400891482830048}
{"example_id": 8528218624797092582, "prediction": "`` 99 Problems '' is the third single released by American rapper Jay - Z in 2004 from The Black Album", "binary_answer": null, "no_answer_prob": 2.117071747779846}
{"example_id": 5283982443016238594, "prediction": "Jovanni Vazquez", "binary_answer": null, "no_answer_prob": 0.8689489364624023}
{"example_id": 1251851962520831111, "prediction": "1981", "binary_answer": null, "no_answer_prob": -1.5217053890228271}
{"example_id": -4781434911431225969, "prediction": "The lyrics are taken almost verbatim from the book of Ecclesiastes", "binary_answer": null, "no_answer_prob": -2.369137167930603}
{"example_id": 8409909308147876498, "prediction": "New York", "binary_answer": null, "no_answer_prob": 2.061437249183655}
{"example_id": -3263943104790148321, "prediction": "Jennifer Kate Hudson", "binary_answer": null, "no_answer_prob": 0.2898595333099365}
{"example_id": 3934736043791068589, "prediction": "", "binary_answer": null, "no_answer_prob": -0.31705922819674015}
{"example_id": 3590082214593945008, "prediction": "The geography of South America", "binary_answer": null, "no_answer_prob": 2.596839517354965}
{"example_id": 2457708580498213119, "prediction": "Kobe Bryant", "binary_answer": null, "no_answer_prob": -2.280484676361084}
{"example_id": 2475718877414203794, "prediction": "The Perks of Being a Wallflower", "binary_answer": null, "no_answer_prob": -0.569953441619873}
{"example_id": 6748739217425831074, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0819342136383057}
{"example_id": -6544602658176910655, "prediction": "Hank has a son named Justin", "binary_answer": null, "no_answer_prob": 0.7875015735626221}
{"example_id": -4577246112908835183, "prediction": "the seven members of the Federal Reserve Board , the president of the New York Fed , and four of the other eleven regional Federal Reserve Bank presidents", "binary_answer": null, "no_answer_prob": -0.4971346855163574}
{"example_id": -6328104686220305051, "prediction": "Jeffery Todd Banister", "binary_answer": null, "no_answer_prob": -1.7742540836334229}
{"example_id": 5834858267347094921, "prediction": "Richard John Cyril `` Rick '' Allen", "binary_answer": null, "no_answer_prob": 0.4856654405593872}
{"example_id": 8658816831446727938, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3581510782241821}
{"example_id": 2230546991648626851, "prediction": "North Carolina", "binary_answer": null, "no_answer_prob": -6.152707815170288}
{"example_id": -2404214847806488384, "prediction": "`` Take Me Out to the Ball Game '' is a 1908 Tin Pan Alley song by Jack Norworth and Albert Von Tilzer", "binary_answer": null, "no_answer_prob": -0.2896907180547714}
{"example_id": -4316646747276835236, "prediction": "", "binary_answer": null, "no_answer_prob": 2.311024457216263}
{"example_id": 633302866828483216, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7844566106796265}
{"example_id": -7964983019750667484, "prediction": "Although the start of the history of film is not clearly defined , the commercial , public screening of ten of Lumi\u00e8re brothers ' short films", "binary_answer": null, "no_answer_prob": -1.780848503112793}
{"example_id": -8573539834838778082, "prediction": "In the 1940s", "binary_answer": null, "no_answer_prob": 2.3587310910224915}
{"example_id": -8997243075044944198, "prediction": "The Restoration of the English monarchy", "binary_answer": null, "no_answer_prob": -0.03493259847164154}
{"example_id": -4317249439062227447, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4464721381664276}
{"example_id": 3872441116308992558, "prediction": "", "binary_answer": null, "no_answer_prob": 2.681118603795767}
{"example_id": 3020804626191243170, "prediction": "Jim McElwain", "binary_answer": null, "no_answer_prob": -3.834084987640381}
{"example_id": -7169984778924939751, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1023780852556229}
{"example_id": -2408926568017945075, "prediction": "`` Break a leg '' is an idiom in theatre", "binary_answer": null, "no_answer_prob": -1.3119912147521973}
{"example_id": -3889035572381171072, "prediction": "April 7 , 2018", "binary_answer": null, "no_answer_prob": 1.6962364315986633}
{"example_id": -2475570892203536239, "prediction": "`` Con te partir\u00f2", "binary_answer": null, "no_answer_prob": 3.5148660205304623}
{"example_id": 2718892776510172283, "prediction": "`` Death and All His Friends ''", "binary_answer": null, "no_answer_prob": 2.1415039971470833}
{"example_id": -7025939701834433462, "prediction": "The Battle of Midway was a decisive naval battle in the Pacific Theater of World War II which occurred between 4 and 7 June 1942", "binary_answer": null, "no_answer_prob": -0.9926971197128296}
{"example_id": 7198370670398076504, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3256312012672424}
{"example_id": -3453061066475894999, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6396054327487946}
{"example_id": 4904548508353963435, "prediction": "", "binary_answer": null, "no_answer_prob": 3.307285726070404}
{"example_id": 1071867866560176280, "prediction": "The Louisiana Purchase", "binary_answer": null, "no_answer_prob": -2.2612407207489014}
{"example_id": -787638690669078881, "prediction": "`` Doubleback ''", "binary_answer": null, "no_answer_prob": -3.6699634790420532}
{"example_id": -5522171305070949376, "prediction": "The Kansas -- Nebraska Act of 1854", "binary_answer": null, "no_answer_prob": 2.5366013273596764}
{"example_id": 5278727362062722246, "prediction": "Nipper", "binary_answer": null, "no_answer_prob": -2.7571609020233154}
{"example_id": -4761874474947648649, "prediction": "The Seljuk Empire", "binary_answer": null, "no_answer_prob": 2.683342754840851}
{"example_id": 3693742505271288593, "prediction": "City State / UT Area ( km ) Ref Delhi Delhi", "binary_answer": null, "no_answer_prob": -1.7474385499954224}
{"example_id": -309196763438169949, "prediction": "Emma Rose Kenney", "binary_answer": null, "no_answer_prob": -10.632986426353455}
{"example_id": -1604054065041152123, "prediction": "Who Wants to Be a Millionaire ( often informally called Millionaire ) is an American television game show", "binary_answer": null, "no_answer_prob": 2.8851324319839478}
{"example_id": 8640444358871687893, "prediction": "Fundamental Rights", "binary_answer": null, "no_answer_prob": -1.5929756164550781}
{"example_id": 4304969343468412395, "prediction": "The series was originally set to debut in autumn 1989 with the episode `` Some Enchanted Evening", "binary_answer": null, "no_answer_prob": 1.4715865850448608}
{"example_id": -6154140317414322642, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8162001073360443}
{"example_id": -9131850758049700337, "prediction": "201", "binary_answer": null, "no_answer_prob": 0.5550824701786041}
{"example_id": -8525124454763371713, "prediction": "The current Governor is Doug Ducey , who was elected on November 4 , 2014 .", "binary_answer": null, "no_answer_prob": 2.602551817893982}
{"example_id": -1827954270671149490, "prediction": "`` I Shot the Sheriff '' is a song written by Bob Marley and released in 1973 by The Wailers .", "binary_answer": null, "no_answer_prob": 0.3826357126235962}
{"example_id": -1725799361242446723, "prediction": "The myometrium", "binary_answer": null, "no_answer_prob": 1.6281124949455261}
{"example_id": -5194108449751231910, "prediction": "Harry Potter and the Deathly Hallows", "binary_answer": null, "no_answer_prob": 2.703955505974591}
{"example_id": 4733336370156793182, "prediction": "Qui - Gon Jinn", "binary_answer": null, "no_answer_prob": -2.39137601852417}
{"example_id": 2644718577095419464, "prediction": "June 27 , 2018", "binary_answer": null, "no_answer_prob": -2.2117080688476562}
{"example_id": -2215460549141916060, "prediction": "The Grand Trunk Road", "binary_answer": null, "no_answer_prob": -2.4076356887817383}
{"example_id": 8259032885448966485, "prediction": "Jiroemon Kimura", "binary_answer": null, "no_answer_prob": -3.4633415937423706}
{"example_id": -4418532884180605306, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9050808548927307}
{"example_id": 216653085197526717, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7268510460853577}
{"example_id": -6276446060731528591, "prediction": "Love & Basketball is a 2000 American romantic drama film", "binary_answer": null, "no_answer_prob": -0.9829797744750977}
{"example_id": -915741413236354465, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4437073469161987}
{"example_id": -6583430327896171749, "prediction": "", "binary_answer": null, "no_answer_prob": 5.545773923397064}
{"example_id": 1110352346497755212, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9462250471115112}
{"example_id": -7222118853707945305, "prediction": "The Convention on the Protection of the Underwater Cultural Heritage", "binary_answer": null, "no_answer_prob": 0.8391882181167603}
{"example_id": -3833623311077443208, "prediction": "PSLV - C37", "binary_answer": null, "no_answer_prob": 2.9073281288146973}
{"example_id": 3409449635704661400, "prediction": "The Constitutional Convention", "binary_answer": null, "no_answer_prob": 1.1402151510119438}
{"example_id": 6538180185630064207, "prediction": "Uriah Shelton", "binary_answer": null, "no_answer_prob": -12.07900607585907}
{"example_id": 5815322781147893295, "prediction": "Roger Miller", "binary_answer": null, "no_answer_prob": -0.5362879037857056}
{"example_id": -8440656714633979270, "prediction": "Institution Location Athletic nickname Enrollment 2015 Endowment Academic staff Colors Brown University", "binary_answer": null, "no_answer_prob": 1.3850284814834595}
{"example_id": 3499801096971732165, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2918867468833923}
{"example_id": -2623484063961249626, "prediction": "~ 120 - nucleotide RNA primers", "binary_answer": null, "no_answer_prob": 1.8977092131972313}
{"example_id": 3441937135807868086, "prediction": "`` Hot in Herre ''", "binary_answer": null, "no_answer_prob": 0.970891498029232}
{"example_id": 8341766912753532338, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3109669983386993}
{"example_id": 3671778611799167129, "prediction": "Ranjan Faqira", "binary_answer": null, "no_answer_prob": -7.894163131713867}
{"example_id": -5972378538230544585, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0076094269752502}
{"example_id": 6750890598439548550, "prediction": "high - occupancy vehicle lane", "binary_answer": null, "no_answer_prob": -0.9983150959014893}
{"example_id": -6930046655197027654, "prediction": "2005", "binary_answer": null, "no_answer_prob": 1.3694858402013779}
{"example_id": -361906807922274081, "prediction": "", "binary_answer": null, "no_answer_prob": 7.210145361721516}
{"example_id": -4339069655552708395, "prediction": "", "binary_answer": null, "no_answer_prob": 3.288409322500229}
{"example_id": 2589156068045655780, "prediction": "Chbosky took five years to develop and publish The Perks of Being a Wallflower", "binary_answer": null, "no_answer_prob": 1.655455470085144}
{"example_id": 5156881367671150240, "prediction": "The original World Trade Center", "binary_answer": null, "no_answer_prob": -0.5198794007301331}
{"example_id": -5383641367320421876, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8502708673477173}
{"example_id": 1609131766770842232, "prediction": "18", "binary_answer": null, "no_answer_prob": 0.2685849666595459}
{"example_id": 7965858881664467631, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9045189693570137}
{"example_id": -6922171339122813157, "prediction": "The Battles of the American Civil War", "binary_answer": null, "no_answer_prob": -2.57072114944458}
{"example_id": -8282949176712792827, "prediction": "Ramihrdus of Cambrai", "binary_answer": null, "no_answer_prob": 1.1702386029064655}
{"example_id": -3911885099636056072, "prediction": "Despacito", "binary_answer": null, "no_answer_prob": 0.9045795202255249}
{"example_id": -4478079202372445991, "prediction": "", "binary_answer": null, "no_answer_prob": 3.231601655483246}
{"example_id": 7150649330426259642, "prediction": "Harry Potter and the Order of the Phoenix", "binary_answer": null, "no_answer_prob": -0.6382763385772705}
{"example_id": -1510605848838965400, "prediction": "", "binary_answer": null, "no_answer_prob": -3.1338794231414795}
{"example_id": -2892761050706784676, "prediction": "Llanfairpwllgwyngyll", "binary_answer": null, "no_answer_prob": -3.2268644869327545}
{"example_id": 9049376010685277599, "prediction": "`` How Long Has This Been Going On ? '' is a 1927 song by George and Ira Gershwin .", "binary_answer": null, "no_answer_prob": 0.5625982284545898}
{"example_id": 3422025955566366430, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8330163955688477}
{"example_id": 1787882644795305786, "prediction": "Clarence `` Clay '' Morrow", "binary_answer": null, "no_answer_prob": 1.8371659815311432}
{"example_id": 219028888743414283, "prediction": "", "binary_answer": null, "no_answer_prob": 0.11409902572631836}
{"example_id": 7422937380038562859, "prediction": "", "binary_answer": null, "no_answer_prob": -2.870115876197815}
{"example_id": -3357917197951872371, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Belle", "binary_answer": null, "no_answer_prob": 5.277739640325308}
{"example_id": -847922291790061666, "prediction": "where c represents the length of the hypotenuse and a and b the lengths of the triangle 's other two sides .", "binary_answer": null, "no_answer_prob": -1.694272756576538}
{"example_id": 6963342409012699618, "prediction": "early October 2017", "binary_answer": null, "no_answer_prob": -0.8691966533660889}
{"example_id": -3510377463362045986, "prediction": "", "binary_answer": null, "no_answer_prob": 3.545209050178528}
{"example_id": -6412417606016046895, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8649494647979736}
{"example_id": 8999786028468107226, "prediction": "Jacksonville at New England", "binary_answer": null, "no_answer_prob": 2.4377886950969696}
{"example_id": 5094712210422893446, "prediction": "", "binary_answer": null, "no_answer_prob": 3.259945124387741}
{"example_id": 969820171335630377, "prediction": "The Hound of the Baskervilles", "binary_answer": null, "no_answer_prob": 3.3836179971694946}
{"example_id": 7482564272125559552, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -9.452240884304047}
{"example_id": 6745178505437486944, "prediction": "2019", "binary_answer": null, "no_answer_prob": -4.070396900177002}
{"example_id": -5575332101570373051, "prediction": "", "binary_answer": null, "no_answer_prob": 3.275084972381592}
{"example_id": 2133119536154583260, "prediction": "", "binary_answer": null, "no_answer_prob": 2.638444662094116}
{"example_id": 6582893353773119263, "prediction": "`` Take Me Out to the Ball Game ''", "binary_answer": null, "no_answer_prob": 3.529748171567917}
{"example_id": -7820346412631277301, "prediction": "Petyr Baelish", "binary_answer": null, "no_answer_prob": 1.3154909014701843}
{"example_id": -5459996306053015878, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A musket", "binary_answer": null, "no_answer_prob": 1.657275978475809}
{"example_id": -9039839860192566230, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8327777795493603}
{"example_id": 2479487362050061906, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3284146813675761}
{"example_id": -12006307538991353, "prediction": "Bhutan Nepal", "binary_answer": null, "no_answer_prob": 2.87788362801075}
{"example_id": 220305501750376090, "prediction": "Dead Men Tell No Tales", "binary_answer": null, "no_answer_prob": -1.9991620779037476}
{"example_id": -1032423750693274324, "prediction": "", "binary_answer": null, "no_answer_prob": 2.296870231628418}
{"example_id": 3189865935182604776, "prediction": "The Miami RedHawks", "binary_answer": null, "no_answer_prob": 1.4723352193832397}
{"example_id": -4301027835465649677, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9986574053764343}
{"example_id": -3734699088236008933, "prediction": "`` Ca n't Find My Way Home '' is a song written by Steve Winwood which was first released by Blind Faith", "binary_answer": null, "no_answer_prob": 3.514485001564026}
{"example_id": -7016075953976402578, "prediction": "a United States Army band", "binary_answer": null, "no_answer_prob": -2.597160816192627}
{"example_id": -7880236379085981929, "prediction": "", "binary_answer": null, "no_answer_prob": 3.560303509235382}
{"example_id": 7813615823726387565, "prediction": "The Skye Boat Song", "binary_answer": null, "no_answer_prob": 0.5601949691772461}
{"example_id": -6846703645131329860, "prediction": "Chase Center", "binary_answer": null, "no_answer_prob": 1.0841803550720215}
{"example_id": -902420252857602721, "prediction": "8 December 2017 .", "binary_answer": null, "no_answer_prob": 2.4200654327869415}
{"example_id": 3372415701804704610, "prediction": "Jacques Kallis", "binary_answer": null, "no_answer_prob": -3.3989349603652954}
{"example_id": 6145192067916797446, "prediction": "A logo", "binary_answer": null, "no_answer_prob": 1.1711408495903015}
{"example_id": -8927162930124383382, "prediction": "Jackie Earle Haley", "binary_answer": null, "no_answer_prob": -1.0680480003356934}
{"example_id": -5965882007131819850, "prediction": "REO Speedwagon", "binary_answer": null, "no_answer_prob": -3.724328637123108}
{"example_id": -6844231178216295978, "prediction": "June 23 , 2018", "binary_answer": null, "no_answer_prob": -3.451664924621582}
{"example_id": -1247208140655682089, "prediction": "", "binary_answer": null, "no_answer_prob": 2.679054319858551}
{"example_id": -4087829731098617906, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9896798580884933}
{"example_id": -6327071105076555597, "prediction": "", "binary_answer": null, "no_answer_prob": 4.1170653104782104}
{"example_id": 7610762145634582533, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.502060979604721}
{"example_id": -7705043549324614074, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9219956696033478}
{"example_id": -7166068833991453247, "prediction": "", "binary_answer": null, "no_answer_prob": 4.332073509693146}
{"example_id": 5138828106905891228, "prediction": "The Muppets", "binary_answer": null, "no_answer_prob": -3.884026885032654}
{"example_id": 8055146914097621626, "prediction": "Fort Worth", "binary_answer": null, "no_answer_prob": -0.22068533301353455}
{"example_id": 2194961506583659270, "prediction": "Women 's suffrage", "binary_answer": null, "no_answer_prob": -0.18313205242156982}
{"example_id": 269809616300895850, "prediction": "`` I Will Remember You ''", "binary_answer": null, "no_answer_prob": -0.8658058643341064}
{"example_id": 4689422553659793395, "prediction": "The Cubs -- White Sox rivalry", "binary_answer": null, "no_answer_prob": -1.8896160125732422}
{"example_id": -6361620179818287774, "prediction": "", "binary_answer": null, "no_answer_prob": 2.377577066421509}
{"example_id": -8855239176026596261, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9432460963726044}
{"example_id": 9184423694390444844, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4345828890800476}
{"example_id": 4425835302062400296, "prediction": "The first match ever recorded by an Argentina national football team was played on 16 May 1901", "binary_answer": null, "no_answer_prob": 1.9007604718208313}
{"example_id": 8597899303438992529, "prediction": "`` God Bless the U.S.A. ''", "binary_answer": null, "no_answer_prob": -2.5680150985717773}
{"example_id": -4125210246915357329, "prediction": "All or nearly all food groups are accommodated in typical Dominican cuisine", "binary_answer": null, "no_answer_prob": 1.978039026260376}
{"example_id": -4801596099895085362, "prediction": "Shall and will are two of the English modal verbs . They have various uses , including the expression of propositions about the future", "binary_answer": null, "no_answer_prob": -3.0938321352005005}
{"example_id": 4545213005583418979, "prediction": "Ray Stevens", "binary_answer": null, "no_answer_prob": -2.5909295082092285}
{"example_id": -1935426877361531992, "prediction": "The song is featured in Wim Wenders ' 1976 film Im Lauf der Zeit ( In the Course of Time", "binary_answer": null, "no_answer_prob": -1.97529935836792}
{"example_id": -6679273029372950602, "prediction": "", "binary_answer": null, "no_answer_prob": 0.756012499332428}
{"example_id": -9025455369123133719, "prediction": "Jennifer Taylor", "binary_answer": null, "no_answer_prob": -4.862858533859253}
{"example_id": 497338908558145328, "prediction": "Brad Kane and Lea Salonga", "binary_answer": null, "no_answer_prob": -6.117280840873718}
{"example_id": 3802516098489202229, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6322053670883179}
{"example_id": -997484400849915695, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1099570989608765}
{"example_id": 5287198069680001203, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3919785544276237}
{"example_id": -111491993978149548, "prediction": "September 27 , 2017", "binary_answer": null, "no_answer_prob": -9.480290055274963}
{"example_id": 7796277804885899252, "prediction": "The history of New Zealand dates back at least 700 years to when it was discovered and settled by Polynesians", "binary_answer": null, "no_answer_prob": 0.49208128452301025}
{"example_id": -4610217463425200121, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5859094858169556}
{"example_id": -7020490020136406769, "prediction": "Film Release date Director Screenwriter ( s ) Story by Producers Status The Fast and the Furious", "binary_answer": null, "no_answer_prob": -0.8194092512130737}
{"example_id": -7306421532191945840, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8019158840179443}
{"example_id": -1292620986694356652, "prediction": "", "binary_answer": null, "no_answer_prob": -2.560949444770813}
{"example_id": -6660672625122117904, "prediction": "`` The Most Beautiful Girl '' is a song recorded by Charlie Rich", "binary_answer": null, "no_answer_prob": -1.423338532447815}
{"example_id": -4699463415275636450, "prediction": "David Charles Cesar Alexandre", "binary_answer": null, "no_answer_prob": -0.8025199174880981}
{"example_id": -6991308149113004196, "prediction": "", "binary_answer": null, "no_answer_prob": 4.478870630264282}
{"example_id": 1743088933645850032, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1683608293533325}
{"example_id": 4459754664696246825, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7930127382278442}
{"example_id": -4085967184409691937, "prediction": "Grace Avery VanderWaal", "binary_answer": null, "no_answer_prob": 2.9927106760442257}
{"example_id": 1577628133359615175, "prediction": "Apostle Islands", "binary_answer": null, "no_answer_prob": 0.2409452199935913}
{"example_id": -6160250448003173185, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.9527784287929535}
{"example_id": 819207418696106881, "prediction": "Field of Dreams is a 1989", "binary_answer": null, "no_answer_prob": -1.3773237466812134}
{"example_id": 7858492418683396439, "prediction": "", "binary_answer": null, "no_answer_prob": 3.193941593170166}
{"example_id": 7973045298580639687, "prediction": "", "binary_answer": null, "no_answer_prob": 3.018979996442795}
{"example_id": -5889390396091199699, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3004671782255173}
{"example_id": 488100186925153169, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.0243579745292664}
{"example_id": 2663098171743772194, "prediction": "`` What I Like About You ''", "binary_answer": null, "no_answer_prob": -1.5289490222930908}
{"example_id": 1466131420120226527, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3997538089752197}
{"example_id": 2105742558472154903, "prediction": "Racing in the Rain", "binary_answer": null, "no_answer_prob": 1.2488007545471191}
{"example_id": 6232148881802903870, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2432156801223755}
{"example_id": -2666340997155806385, "prediction": "package , '' which is in Troy 's car , tomorrow .", "binary_answer": null, "no_answer_prob": 4.762692451477051}
{"example_id": -305632782239114378, "prediction": "", "binary_answer": null, "no_answer_prob": 4.210725575685501}
{"example_id": 1118275960282936565, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7954452633857727}
{"example_id": -1971881387835885045, "prediction": "Hurricane Maria", "binary_answer": null, "no_answer_prob": -5.04176926612854}
{"example_id": -6722600341974192522, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3598449230194092}
{"example_id": -6923526590704934983, "prediction": "`` I Do n't Think About You ''", "binary_answer": null, "no_answer_prob": 0.32404953241348267}
{"example_id": 1997840332687758140, "prediction": "a successful outcome in the long Peloponnesian War fought against the Spartans and their allies .", "binary_answer": null, "no_answer_prob": -2.319786787033081}
{"example_id": -7438449460180724010, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2782279253005981}
{"example_id": -644097087872466465, "prediction": "The Christmas truce", "binary_answer": null, "no_answer_prob": 1.2710820436477661}
{"example_id": -136082242920765563, "prediction": "58 people dead and 851", "binary_answer": null, "no_answer_prob": -4.976474404335022}
{"example_id": -4388997183375968534, "prediction": "Humans are motivated to assign causes to their actions and behaviors . In social psychology , attribution", "binary_answer": null, "no_answer_prob": 1.4086508750915527}
{"example_id": 2280478600069738953, "prediction": "Superfecundation", "binary_answer": null, "no_answer_prob": 1.4292837381362915}
{"example_id": -2140257587616251469, "prediction": "Hindu scriptures", "binary_answer": null, "no_answer_prob": 0.7105288505554199}
{"example_id": 2379300787508659262, "prediction": "Boo - Yah !", "binary_answer": null, "no_answer_prob": -0.15427112579345703}
{"example_id": 418858760917049878, "prediction": "Family Guy", "binary_answer": null, "no_answer_prob": -0.13592088222503662}
{"example_id": 2148321916995355755, "prediction": "Despacito", "binary_answer": null, "no_answer_prob": 0.24293208122253418}
{"example_id": -2792612467155465472, "prediction": "Freddie James Prinze Jr.", "binary_answer": null, "no_answer_prob": -1.634452223777771}
{"example_id": -3960167578962130802, "prediction": "The movie was not shot in the actual Snowy Mountains but in the Victorian High Country near Mansfield , Victoria", "binary_answer": null, "no_answer_prob": 0.9441676139831543}
{"example_id": -3949893765366220839, "prediction": "R. Kelly", "binary_answer": null, "no_answer_prob": -1.5577383637428284}
{"example_id": -3667649498633716527, "prediction": "`` Because the Night '' is a song written by Bruce Springsteen and Patti Smith", "binary_answer": null, "no_answer_prob": 3.522320032119751}
{"example_id": -6012888129412634179, "prediction": "", "binary_answer": null, "no_answer_prob": 2.89309823513031}
{"example_id": 3379163765344902780, "prediction": "", "binary_answer": null, "no_answer_prob": 4.074735760688782}
{"example_id": 3787230311281172305, "prediction": "", "binary_answer": null, "no_answer_prob": 1.902917057275772}
{"example_id": -1448524641308572783, "prediction": "The Fellowship of the Ring", "binary_answer": null, "no_answer_prob": -1.5624603033065796}
{"example_id": 3212558113642125295, "prediction": "New York Mets NL 40 120 . 250", "binary_answer": null, "no_answer_prob": 1.2669923305511475}
{"example_id": 1631093536889428211, "prediction": "The 2023 Rugby World Cup is scheduled to be the tenth Rugby World Cup", "binary_answer": null, "no_answer_prob": 1.257545292377472}
{"example_id": 8924269644784033060, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4658983945846558}
{"example_id": -3976700472036906836, "prediction": "President Lincoln", "binary_answer": null, "no_answer_prob": -1.8889167308807373}
{"example_id": 7432440798617851885, "prediction": "William Thomas Kinkade III", "binary_answer": null, "no_answer_prob": -4.477388262748718}
{"example_id": 8008723728195463289, "prediction": "", "binary_answer": null, "no_answer_prob": -4.274683773517609}
{"example_id": -3203757420551056422, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A congressional committee", "binary_answer": null, "no_answer_prob": 2.5483890920877457}
{"example_id": 353547466542075610, "prediction": "Lawrence Kenneth `` Larry '' `` Bud '' Pennell", "binary_answer": null, "no_answer_prob": -6.453902363777161}
{"example_id": -2029928256546126976, "prediction": "Fyodor Dostoevsky", "binary_answer": null, "no_answer_prob": -8.840417385101318}
{"example_id": -8591610983091296817, "prediction": "Colorful", "binary_answer": null, "no_answer_prob": 1.3509087562561035}
{"example_id": -4746167706563604626, "prediction": "December 4 , 1991", "binary_answer": null, "no_answer_prob": -6.6222569942474365}
{"example_id": 4104206487285547804, "prediction": "Sardinia", "binary_answer": null, "no_answer_prob": -1.7937378585338593}
{"example_id": 7488986455925873518, "prediction": "The 1950", "binary_answer": null, "no_answer_prob": -0.3929826021194458}
{"example_id": 691640468981436992, "prediction": "`` What You Wo n't Do for Love ''", "binary_answer": null, "no_answer_prob": 2.4864851236343384}
{"example_id": -3160217456638206767, "prediction": "Barry William Blenkhorn", "binary_answer": null, "no_answer_prob": -3.8712416887283325}
{"example_id": -20354789722272297, "prediction": "April 17 , 2011", "binary_answer": null, "no_answer_prob": -4.551890254020691}
{"example_id": -2008817761344868213, "prediction": "What 's Eating Gilbert Grape", "binary_answer": null, "no_answer_prob": 3.9352990984916687}
{"example_id": -1370743841283786961, "prediction": "", "binary_answer": null, "no_answer_prob": 3.394252896308899}
{"example_id": -3899058950038815223, "prediction": "", "binary_answer": null, "no_answer_prob": 3.73367702960968}
{"example_id": -8855556211938591498, "prediction": "Lal Bahadur Shastri", "binary_answer": null, "no_answer_prob": -2.207646131515503}
{"example_id": 649185398835966297, "prediction": "Since the office was established in 1789 , 44", "binary_answer": null, "no_answer_prob": -0.9184065461158752}
{"example_id": -8195588914805037315, "prediction": "James Caldwell", "binary_answer": null, "no_answer_prob": -5.909721374511719}
{"example_id": -3269233255780347148, "prediction": "The officially stated goals of the foreign policy of the United States , including all the Bureaus and Offices in the United States Department of State", "binary_answer": null, "no_answer_prob": 0.15478384494781494}
{"example_id": 753483961898368577, "prediction": "Chandrayaan - 1", "binary_answer": null, "no_answer_prob": 0.8110954761505127}
{"example_id": 4202343114700704787, "prediction": "Season Episodes Originally aired First aired Last aired 18", "binary_answer": null, "no_answer_prob": 2.4439597129821777}
{"example_id": -1781337274797036457, "prediction": "Guaranteed Rate Field", "binary_answer": null, "no_answer_prob": -8.909862160682678}
{"example_id": 756370559210615715, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5855118036270142}
{"example_id": -1087974163771172959, "prediction": "Lauren Graham", "binary_answer": null, "no_answer_prob": -1.5275076627731323}
{"example_id": -7850278473106512010, "prediction": "The Land Ordinance", "binary_answer": null, "no_answer_prob": 2.772136300802231}
{"example_id": 4912910463851941534, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 1.9797070622444153}
{"example_id": -3516590022645761441, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4404006004333496}
{"example_id": 1435767707210013159, "prediction": "`` Angel '' is a song by Canadian singer - songwriter Sarah McLachlan", "binary_answer": null, "no_answer_prob": 0.49766552448272705}
{"example_id": 870431404011341581, "prediction": "Apollo 17", "binary_answer": null, "no_answer_prob": -1.1346211433410645}
{"example_id": 6576883648805495188, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2752073975279927}
{"example_id": -3961216509159928100, "prediction": "The role of the United States in the Vietnam War began after World War II and escalated into full commitment during the Vietnam War", "binary_answer": null, "no_answer_prob": 1.042943686246872}
{"example_id": -3573207091591676988, "prediction": "New Zealand", "binary_answer": null, "no_answer_prob": -1.5245585441589355}
{"example_id": -6991508190482400297, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -5.554440408945084}
{"example_id": 5757115904620559049, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9679073095321655}
{"example_id": -8985992376969507554, "prediction": "REO Speedwagon", "binary_answer": null, "no_answer_prob": -1.5966551303863525}
{"example_id": -1621673389302343413, "prediction": "An antacid", "binary_answer": null, "no_answer_prob": -0.1767106056213379}
{"example_id": -9045474746297494795, "prediction": "", "binary_answer": null, "no_answer_prob": 4.734369546175003}
{"example_id": 6729480198443767369, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8595399158075452}
{"example_id": 6453272171002508776, "prediction": "Fear Factor : Khatron Ke Khiladi", "binary_answer": null, "no_answer_prob": 3.8853087089955807}
{"example_id": -5351326942823585623, "prediction": "`` When It Rains It Pours '' is a song co-written and recorded by American country music singer Luke Combs", "binary_answer": null, "no_answer_prob": -0.3112199902534485}
{"example_id": 4742630811160816304, "prediction": "March 11 , 2014", "binary_answer": null, "no_answer_prob": -0.6342248916625977}
{"example_id": 8964120110224277138, "prediction": "July 15 , 2015", "binary_answer": null, "no_answer_prob": -1.6624255180358887}
{"example_id": 4784801613246280385, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9713347554206848}
{"example_id": -1466579800831898234, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3941580057144165}
{"example_id": -5456194564371060638, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3654688596725464}
{"example_id": -8796262276431836882, "prediction": "a solicitor", "binary_answer": null, "no_answer_prob": 1.1411125659942627}
{"example_id": 7039965608674111741, "prediction": "Alan Anthony Silvestri", "binary_answer": null, "no_answer_prob": 2.579350084066391}
{"example_id": -6642144296187590298, "prediction": "Titanic", "binary_answer": null, "no_answer_prob": 0.17252716422080994}
{"example_id": 2746938096293088320, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4855290651321411}
{"example_id": 5467231362228846546, "prediction": "Jared Scott Gilmore", "binary_answer": null, "no_answer_prob": -5.0195852518081665}
{"example_id": 1642451768350414016, "prediction": "Miley Cyrus", "binary_answer": null, "no_answer_prob": -0.4200628995895386}
{"example_id": -4483628158654645194, "prediction": "Jennifer Lynn Connelly", "binary_answer": null, "no_answer_prob": 1.6357181072235107}
{"example_id": -1560594856508887040, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7280291318893433}
{"example_id": -8917177198872515379, "prediction": "Walter Bond", "binary_answer": null, "no_answer_prob": -3.703423224389553}
{"example_id": -5127795467401211715, "prediction": "Taylor Swift", "binary_answer": null, "no_answer_prob": -6.489280104637146}
{"example_id": -827636847342595832, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6232224218547344}
{"example_id": -7201060400914017668, "prediction": "German , French , Italian and Romansh", "binary_answer": null, "no_answer_prob": -1.9429453611373901}
{"example_id": -8993111873500153502, "prediction": "30 November 13 , 2018 ( 2018 - 11 - 13 ) TBA", "binary_answer": null, "no_answer_prob": -1.8048956394195557}
{"example_id": 8940432000894836748, "prediction": "referred to the Underground Railroad , the freedom movement that helped black people escape from Southern slavery to the North and Canada .", "binary_answer": null, "no_answer_prob": -4.237997770309448}
{"example_id": 1733641446977036220, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8999029695987701}
{"example_id": -4824538720772997777, "prediction": "The fourth season of the television comedy series Arrested Development premiered on Netflix on May 26 , 2013", "binary_answer": null, "no_answer_prob": 2.2036902010440826}
{"example_id": -1734162478554155404, "prediction": "", "binary_answer": null, "no_answer_prob": 1.782623142004013}
{"example_id": -7599429664438262222, "prediction": "Beauty and the Beast", "binary_answer": null, "no_answer_prob": 1.7781208604574203}
{"example_id": -4122436091852804033, "prediction": "The Indus script", "binary_answer": null, "no_answer_prob": 1.0170567370951176}
{"example_id": -1409386728761807244, "prediction": "Wise guy , Wise Guy , and Wiseguy can refer to :", "binary_answer": null, "no_answer_prob": 2.5585584938526154}
{"example_id": -131316570867545256, "prediction": "Frank Theodore `` Ted '' Levine", "binary_answer": null, "no_answer_prob": 1.383225679397583}
{"example_id": 5721768569497202710, "prediction": "", "binary_answer": null, "no_answer_prob": 5.932515382766724}
{"example_id": 2540569560641736216, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8500721454620361}
{"example_id": 3405534468081138315, "prediction": "The red - chested cuckoo", "binary_answer": null, "no_answer_prob": -1.3334758281707764}
{"example_id": -5967446349492306987, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9426041841506958}
{"example_id": 3061118309240822442, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.1138638854026794}
{"example_id": -2334485312583000683, "prediction": "Working for the Right Arm , Thomas arrives at WICKED 's headquarters and discovers Janson", "binary_answer": null, "no_answer_prob": 2.774007201194763}
{"example_id": 6290452680126888081, "prediction": "Jimmy Soul", "binary_answer": null, "no_answer_prob": 0.0063970088958740234}
{"example_id": -8570741260785254801, "prediction": "", "binary_answer": null, "no_answer_prob": 2.782182514667511}
{"example_id": -6975180097452097375, "prediction": "The Sound of Music is a 1965", "binary_answer": null, "no_answer_prob": 1.946305014193058}
{"example_id": -1564037049376314780, "prediction": "Prakash Javadekar", "binary_answer": null, "no_answer_prob": -4.673946499824524}
{"example_id": -5537697640490647453, "prediction": "The Weeknd", "binary_answer": null, "no_answer_prob": -7.856683373451233}
{"example_id": 6313808902775223480, "prediction": "Katherine Elaine Hendrix", "binary_answer": null, "no_answer_prob": 1.4001305103302002}
{"example_id": 6677565220200213501, "prediction": "Dan Castellaneta", "binary_answer": null, "no_answer_prob": -0.5563180446624756}
{"example_id": -7976935901750572280, "prediction": "Walk the Moon", "binary_answer": null, "no_answer_prob": -0.205491304397583}
{"example_id": -3461196434896092199, "prediction": "", "binary_answer": null, "no_answer_prob": 1.824125587940216}
{"example_id": 179194936199607588, "prediction": "US $4.239 billion", "binary_answer": null, "no_answer_prob": -3.2522796988487244}
{"example_id": -9115776326354221377, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5886590480804443}
{"example_id": 6317665932229681250, "prediction": "In mathematical analysis , the maxima and minima", "binary_answer": null, "no_answer_prob": 1.605496123433113}
{"example_id": -4828542444966239508, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7731873989105225}
{"example_id": 5268707100064312410, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7065646052360535}
{"example_id": 3975611248713538364, "prediction": "", "binary_answer": null, "no_answer_prob": -0.12666678428649902}
{"example_id": 3302860993380182820, "prediction": "10 April 1970 , when Paul McCartney announced he was leaving the band .", "binary_answer": null, "no_answer_prob": 0.6041124761104584}
{"example_id": 6224023053886040749, "prediction": "March 13 , 2018", "binary_answer": null, "no_answer_prob": -2.895925521850586}
{"example_id": 3916283539153206562, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0172524452209473}
{"example_id": -8736955974921746503, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Lord Protector", "binary_answer": null, "no_answer_prob": 2.44584321975708}
{"example_id": 641868616797443860, "prediction": "The Seattle SuperSonics relocation to Oklahoma City", "binary_answer": null, "no_answer_prob": -0.8675696849822998}
{"example_id": -6905205205636703090, "prediction": "", "binary_answer": null, "no_answer_prob": 2.215071380138397}
{"example_id": 4646049921973001262, "prediction": "Benedict Cumberbatch", "binary_answer": null, "no_answer_prob": -6.988535046577454}
{"example_id": -5719944252606226306, "prediction": "Jarrod Vincenzo Rebecchi", "binary_answer": null, "no_answer_prob": 0.4410244822502136}
{"example_id": -8512562749915841171, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1067700386047363}
{"example_id": 8796796989753007555, "prediction": "", "binary_answer": null, "no_answer_prob": 1.469381034374237}
{"example_id": 2293546569871862677, "prediction": "", "binary_answer": null, "no_answer_prob": -3.2109919786453247}
{"example_id": 3142328323514484177, "prediction": "Independence Day", "binary_answer": null, "no_answer_prob": 0.6791348457336426}
{"example_id": -7709731845797498337, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9312672019004822}
{"example_id": 2890108530571498356, "prediction": "The United States Marine Corps Military Occupational Specialty", "binary_answer": null, "no_answer_prob": -1.2871243953704834}
{"example_id": -4091270046952672475, "prediction": "Wayne Newton", "binary_answer": null, "no_answer_prob": -5.350355744361877}
{"example_id": -6990199211760735048, "prediction": "", "binary_answer": null, "no_answer_prob": 2.910483717918396}
{"example_id": 3159450013040383289, "prediction": "The Wii U ( / \u02ccwi\u02d0 \u02c8ju\u02d0 / WEE YOO ) is a home video game console developed by Nintendo , and the successor", "binary_answer": null, "no_answer_prob": 0.2249985933303833}
{"example_id": 5862869608956377858, "prediction": "Linsey Godfrey", "binary_answer": null, "no_answer_prob": -10.578339338302612}
{"example_id": 9193607661159717976, "prediction": "", "binary_answer": null, "no_answer_prob": 1.479522168636322}
{"example_id": 2930291902914053238, "prediction": "Ben Simmons", "binary_answer": null, "no_answer_prob": -2.9305624961853027}
{"example_id": 7154426407538663547, "prediction": "Lightning McQueen", "binary_answer": null, "no_answer_prob": -1.340263843536377}
{"example_id": 4489142731916286772, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5106313228607178}
{"example_id": -3258639610940537785, "prediction": "6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": -3.4050705432891846}
{"example_id": 8667293414826304921, "prediction": "The Texas Chainsaw House is located in Kingsland , Texas", "binary_answer": null, "no_answer_prob": 1.3363742232322693}
{"example_id": -1287248768701808063, "prediction": "", "binary_answer": null, "no_answer_prob": 3.397363305091858}
{"example_id": -3056160293645756523, "prediction": "", "binary_answer": null, "no_answer_prob": 4.507219433784485}
{"example_id": 1670413326104963398, "prediction": "Jules Verne", "binary_answer": null, "no_answer_prob": -9.484923124313354}
{"example_id": 8051931119581672656, "prediction": "", "binary_answer": null, "no_answer_prob": 4.351547598838806}
{"example_id": -3215482549627049250, "prediction": "Nunavut : Kitikmeot Region Saskatchewan : Lloydminster and vicinity", "binary_answer": null, "no_answer_prob": 1.5299348831176758}
{"example_id": 3122167060066279485, "prediction": "A notional asset or liability", "binary_answer": null, "no_answer_prob": 2.5998871475458145}
{"example_id": -6916609731612916661, "prediction": "There are several original PlayStation 3 hardware models , which are commonly referred to by the size of their included hard disk drive", "binary_answer": null, "no_answer_prob": 2.567771852016449}
{"example_id": -4510919711463231233, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9830022603273392}
{"example_id": -5282503992860808056, "prediction": "The Necessary and Proper Clause", "binary_answer": null, "no_answer_prob": -1.572028636932373}
{"example_id": -8206037580032429970, "prediction": "Plankton", "binary_answer": null, "no_answer_prob": -4.206344485282898}
{"example_id": -8201217995147652681, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -0.46254634857177734}
{"example_id": -4740956412853773930, "prediction": "Barney Stinson and Robin Scherbatsky", "binary_answer": null, "no_answer_prob": 2.0198068618774414}
{"example_id": 4830453860214251098, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7712706327438354}
{"example_id": -8458334211040183051, "prediction": "`` Livin ' on a Prayer ''", "binary_answer": null, "no_answer_prob": 2.8515394926071167}
{"example_id": 6235822902962606890, "prediction": "John William Henry II", "binary_answer": null, "no_answer_prob": -1.3235124945640564}
{"example_id": -2048388708281991482, "prediction": "", "binary_answer": null, "no_answer_prob": 4.134295582771301}
{"example_id": 4407461943003744089, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0631994009017944}
{"example_id": 2200477946455799863, "prediction": "", "binary_answer": null, "no_answer_prob": 2.320758581161499}
{"example_id": 4342171995664797297, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3853983879089355}
{"example_id": 6094837981592248819, "prediction": "near the end of 2015 and the beginning of 2016", "binary_answer": null, "no_answer_prob": -1.9108612537384033}
{"example_id": -6751470112221593638, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4716696739196777}
{"example_id": 3802487275166581019, "prediction": "Season twenty - five of Dancing with the Stars premiered on September 18 , 2017 , on the ABC network .", "binary_answer": null, "no_answer_prob": -0.7450072765350342}
{"example_id": 6498093173001040575, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7045124173164368}
{"example_id": 8201177426304478596, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0278579592704773}
{"example_id": -7074643783095364688, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1319761276245117}
{"example_id": 2660489411662634152, "prediction": "", "binary_answer": null, "no_answer_prob": 2.710539788007736}
{"example_id": 1514884823366327286, "prediction": "", "binary_answer": null, "no_answer_prob": 4.70768666267395}
{"example_id": -7481873386443255638, "prediction": "United States", "binary_answer": null, "no_answer_prob": 1.474908709526062}
{"example_id": -593737677179785327, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3838433846831322}
{"example_id": -5286044365232836358, "prediction": "Sgt . Pepper 's Lonely Hearts Club Band", "binary_answer": null, "no_answer_prob": 1.2784428596496582}
{"example_id": -4845513160383981538, "prediction": "ABC WNBA All - Star Game < 2017 2019 >", "binary_answer": null, "no_answer_prob": -0.22867679595947266}
{"example_id": 7437189381778888725, "prediction": "", "binary_answer": null, "no_answer_prob": 1.062854789197445}
{"example_id": 8631964272106609793, "prediction": "Harry Potter and the Deathly Hallows", "binary_answer": null, "no_answer_prob": -2.6929177045822144}
{"example_id": 4623460995891697698, "prediction": "October 17 , 2017", "binary_answer": null, "no_answer_prob": 1.6463013291358948}
{"example_id": -4188082784823709697, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Cubism", "binary_answer": null, "no_answer_prob": 4.006332218647003}
{"example_id": -4137258457178761439, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -2.830186367034912}
{"example_id": -457379401817324944, "prediction": "Hippocrates", "binary_answer": null, "no_answer_prob": -3.5213186740875244}
{"example_id": -8344950364662860106, "prediction": "National voting is available to Canadian citizens aged 18 or older", "binary_answer": null, "no_answer_prob": 0.7926502227783203}
{"example_id": -6880282782882666534, "prediction": "Jersey Shore is an American reality television series which ran on MTV from December 3 , 2009", "binary_answer": null, "no_answer_prob": -0.1451733112335205}
{"example_id": 5650745240914074792, "prediction": "Jermaine Stewart", "binary_answer": null, "no_answer_prob": 2.151485562324524}
{"example_id": 5599533282117956985, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9698233008384705}
{"example_id": 8680127754546561060, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0226430892944336}
{"example_id": 7219337640456442084, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -9.982579290866852}
{"example_id": -5688234165714990973, "prediction": "The Townshend Acts placed an indirect tax on glass , lead , paints , paper and tea", "binary_answer": null, "no_answer_prob": 3.3350430503487587}
{"example_id": -3888492751132776519, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0443120002746582}
{"example_id": 7894058635465180577, "prediction": "The Senate", "binary_answer": null, "no_answer_prob": 0.8117172420024872}
{"example_id": 1018344720410562580, "prediction": "Jencarlos Canela as Andr\u00e9s Su\u00e1rez / Andr\u00e9s Santacruz Carmen Villalobos", "binary_answer": null, "no_answer_prob": -3.7337961196899414}
{"example_id": 8832540594946670288, "prediction": "$69.4 million", "binary_answer": null, "no_answer_prob": -5.288341522216797}
{"example_id": -619086492745238722, "prediction": "In biology , a disturbance", "binary_answer": null, "no_answer_prob": 1.6452919244766235}
{"example_id": 2281183566755493128, "prediction": "Pascal and Maximus", "binary_answer": null, "no_answer_prob": -3.723358988761902}
{"example_id": 3309140698422618645, "prediction": "Paul Zerdin", "binary_answer": null, "no_answer_prob": 0.5973124802112579}
{"example_id": 504012838774918262, "prediction": "Quotation marks", "binary_answer": null, "no_answer_prob": -1.3580009937286377}
{"example_id": -7016168820459507698, "prediction": "The N - terminus", "binary_answer": null, "no_answer_prob": 1.3297176957130432}
{"example_id": -754293583901942452, "prediction": "Whose Line Is It Anyway ? Logo since season nine", "binary_answer": null, "no_answer_prob": 0.5421610772609711}
{"example_id": -787820270868464766, "prediction": "Final Fantasy", "binary_answer": null, "no_answer_prob": -4.321548819541931}
{"example_id": 3096201505172796421, "prediction": "Cell death is the event of a biological cell ceasing to carry out its functions", "binary_answer": null, "no_answer_prob": -2.8059524297714233}
{"example_id": -1477663916994923070, "prediction": "Four Tops", "binary_answer": null, "no_answer_prob": 1.0999993681907654}
{"example_id": -2537689378664253444, "prediction": "Peter Gardner Ostrum", "binary_answer": null, "no_answer_prob": 2.087415635585785}
{"example_id": -4739779649348284128, "prediction": "", "binary_answer": null, "no_answer_prob": 4.319545924663544}
{"example_id": -4933174681282830297, "prediction": "Adventure Time ( season 9 ) Volume 11 digital purchase image , featuring the episodes following Elements Country of origin United States No. of episodes 14", "binary_answer": null, "no_answer_prob": 3.425531506538391}
{"example_id": -6535101360203026950, "prediction": "`` Heart of Gold '' is a song by Canadian singer - songwriter Neil Young", "binary_answer": null, "no_answer_prob": 1.9939960837364197}
{"example_id": 4106541976225717010, "prediction": "England", "binary_answer": null, "no_answer_prob": -5.1579718589782715}
{"example_id": -8102922300054732873, "prediction": "", "binary_answer": null, "no_answer_prob": 4.5841110944747925}
{"example_id": -5569779348654685882, "prediction": "Linda Lavin", "binary_answer": null, "no_answer_prob": -5.020205974578857}
{"example_id": -8260854974577480007, "prediction": "The Nagpur -- Aurangabad -- Mumbai express highway", "binary_answer": null, "no_answer_prob": 1.313396543264389}
{"example_id": -7676627916208638811, "prediction": "", "binary_answer": null, "no_answer_prob": -3.121787428855896}
{"example_id": -1869409422151907395, "prediction": "De rerum natura ( usually translated as On the Nature of Things ) is a philosophical epic poem written by Lucretius", "binary_answer": null, "no_answer_prob": 1.7130738496780396}
{"example_id": -6852574981544078973, "prediction": "", "binary_answer": null, "no_answer_prob": 2.209355264902115}
{"example_id": -3671013718150688892, "prediction": "Doria Ragland", "binary_answer": null, "no_answer_prob": -3.5214576721191406}
{"example_id": -577321295179419353, "prediction": "", "binary_answer": null, "no_answer_prob": -0.19855761528015137}
{"example_id": 7429507882637255175, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9110328555107117}
{"example_id": 1705738389768508512, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6033234000205994}
{"example_id": 6734387380940135394, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8099024891853333}
{"example_id": 3108668809673351666, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2136367559432983}
{"example_id": 8009534866575629371, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -0.4139285087585449}
{"example_id": -3479787390093716259, "prediction": "Europe", "binary_answer": null, "no_answer_prob": 0.3159717358648777}
{"example_id": 8526316445048986748, "prediction": "The Shawshank Redemption", "binary_answer": null, "no_answer_prob": 4.49094095826149}
{"example_id": 3948321760275015112, "prediction": "", "binary_answer": null, "no_answer_prob": 4.511683404445648}
{"example_id": -1984869014432774417, "prediction": "September 13 , 2017 , and concluded on December 6 , 2017 . As of December 6 , 2017 , 287 episodes of South Park have aired .", "binary_answer": null, "no_answer_prob": -2.3536607027053833}
{"example_id": -6228485379560427106, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] hide", "binary_answer": null, "no_answer_prob": 4.776463150978088}
{"example_id": 3548237018398658588, "prediction": "Captain America : The First Avenger", "binary_answer": null, "no_answer_prob": 0.978418231010437}
{"example_id": 5380494564930125853, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Tolkien Estate", "binary_answer": null, "no_answer_prob": 0.5985919237136841}
{"example_id": -229583884198303366, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6123127937316895}
{"example_id": -1960798380924242840, "prediction": "September 3 , 2017", "binary_answer": null, "no_answer_prob": -2.331462860107422}
{"example_id": 1255810665434192066, "prediction": "August 23 , 2017 ( 2017 - 08 - 23 ) TBA ( TBA )", "binary_answer": null, "no_answer_prob": -0.5481650829315186}
{"example_id": -4989821726385625117, "prediction": "14 - year terms", "binary_answer": null, "no_answer_prob": -0.8601683378219604}
{"example_id": 2091438961808499174, "prediction": "Seattle Seahawks", "binary_answer": null, "no_answer_prob": -0.745898962020874}
{"example_id": 9065895908860919523, "prediction": "Paper Lace", "binary_answer": null, "no_answer_prob": -3.901250958442688}
{"example_id": -2709015262865331975, "prediction": "President Donald Trump", "binary_answer": null, "no_answer_prob": -2.971074104309082}
{"example_id": -3724466344379359135, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6504828929901123}
{"example_id": 7992443050472249822, "prediction": "They were dynamited and destroyed in March 2001 by the Taliban", "binary_answer": null, "no_answer_prob": -0.23048368096351624}
{"example_id": 4298413704747920942, "prediction": "President George Washington", "binary_answer": null, "no_answer_prob": 0.7280519232153893}
{"example_id": 1184260911450913753, "prediction": "", "binary_answer": null, "no_answer_prob": 4.29116427898407}
{"example_id": -3342236790058242656, "prediction": "", "binary_answer": null, "no_answer_prob": -2.5516315698623657}
{"example_id": -8597362360258501485, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8300153613090515}
{"example_id": -185822075714062550, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2666964530944824}
{"example_id": 2665702762075367437, "prediction": "Stephen Curry", "binary_answer": null, "no_answer_prob": -1.1040759086608887}
{"example_id": -6371194604785307523, "prediction": "No . Title Directed by Written by Original air date `` Pilot ''", "binary_answer": null, "no_answer_prob": 0.5659948587417603}
{"example_id": -248613309775155042, "prediction": "rotational kinetic energy to the hydrodynamic energy of the fluid flow", "binary_answer": null, "no_answer_prob": 0.44306445121765137}
{"example_id": 1321288238189971062, "prediction": "Sharon Lawrence", "binary_answer": null, "no_answer_prob": -2.002305507659912}
{"example_id": 6911002959604342070, "prediction": "20 episodes , the first half of which premiered on June 16 , 2017 , and the second half was released on December 15 , 2017 .", "binary_answer": null, "no_answer_prob": 0.8772552628070116}
{"example_id": -792092847943063236, "prediction": "Educational psychology", "binary_answer": null, "no_answer_prob": 1.3550932705402374}
{"example_id": -9160916369518669167, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -3.562846064567566}
{"example_id": 7000168611808617839, "prediction": "Phil Alexander Robertson", "binary_answer": null, "no_answer_prob": 3.1070945858955383}
{"example_id": -7520121449995916737, "prediction": "John Travolta and Olivia Newton - John", "binary_answer": null, "no_answer_prob": -2.914688467979431}
{"example_id": -40181231085871262, "prediction": "", "binary_answer": null, "no_answer_prob": 4.381252110004425}
{"example_id": -5004573756759210454, "prediction": "Name Functional role Term start Notes / Reference Vacant Chair Vacant Managing Director Jane Connors Staff Elected Director 1 May 2018 Kirstin Ferguson", "binary_answer": null, "no_answer_prob": -0.46007239818573}
{"example_id": -4950548349523387315, "prediction": "Statistic Player ( s ) Amount Year ( s ) Batting average Rod Carew", "binary_answer": null, "no_answer_prob": -0.8394047021865845}
{"example_id": 767737324563716850, "prediction": "Hank Aaron", "binary_answer": null, "no_answer_prob": -2.941716194152832}
{"example_id": -9157158813783857385, "prediction": "Cnut the Great", "binary_answer": null, "no_answer_prob": -8.315482020378113}
{"example_id": 7715156371123181187, "prediction": "", "binary_answer": null, "no_answer_prob": -4.172552108764648}
{"example_id": -9132750877730171651, "prediction": "African elephants", "binary_answer": null, "no_answer_prob": -5.26862096786499}
{"example_id": -7247685073590147464, "prediction": "Operation Safed Sagar", "binary_answer": null, "no_answer_prob": -1.7558808326721191}
{"example_id": 7383012467972536173, "prediction": "Mecca", "binary_answer": null, "no_answer_prob": 0.6319447755813599}
{"example_id": 3232322638633991152, "prediction": "Doug Jones", "binary_answer": null, "no_answer_prob": -1.4821879863739014}
{"example_id": -3104735705429441907, "prediction": "English", "binary_answer": null, "no_answer_prob": -4.313583612442017}
{"example_id": 2461100314651964514, "prediction": "Wall of Glass ''", "binary_answer": null, "no_answer_prob": 1.444920539855957}
{"example_id": -183703247775244773, "prediction": "Richard Earl Thomas", "binary_answer": null, "no_answer_prob": -3.91455078125}
{"example_id": -2757389409451884407, "prediction": "The 2018 United States Open Championship was the 118th U.S. Open", "binary_answer": null, "no_answer_prob": 0.47450046986341476}
{"example_id": -664478966980538828, "prediction": "Domonique Foxworth", "binary_answer": null, "no_answer_prob": -2.326008439064026}
{"example_id": -5997366814002379467, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0995771884918213}
{"example_id": 5241664952343370625, "prediction": "' Tis a lesson", "binary_answer": null, "no_answer_prob": -2.7868489027023315}
{"example_id": 3361688268804920099, "prediction": "`` When Can I See You Again ? '' is a song recorded by Owl City", "binary_answer": null, "no_answer_prob": 1.7978749871253967}
{"example_id": -6216121224477839626, "prediction": "closed shop", "binary_answer": null, "no_answer_prob": -2.059246301651001}
{"example_id": 4708993485640470955, "prediction": "A player who plays their next - to - last - card must call `` Uno '' as a warning to the other players .", "binary_answer": null, "no_answer_prob": 1.931226134300232}
{"example_id": 5607308325873716130, "prediction": "The poem tells the story of a heroic princess who forswears the world of men", "binary_answer": null, "no_answer_prob": 0.7589084357023239}
{"example_id": 72252429778256842, "prediction": "", "binary_answer": null, "no_answer_prob": 2.133614659309387}
{"example_id": 2577838491389923899, "prediction": "Percy Priest Lake in Nashville , Tennessee .", "binary_answer": null, "no_answer_prob": -3.949659824371338}
{"example_id": 7946920334447844195, "prediction": "The Sistine Chapel ceiling , painted by Michelangelo between 1508 and 1512", "binary_answer": null, "no_answer_prob": 1.0285951495170593}
{"example_id": -7836213046742728778, "prediction": "Mark Felt : The Man Who Brought Down the White House", "binary_answer": null, "no_answer_prob": -0.4072861671447754}
{"example_id": -931436055210886406, "prediction": "Karl - Heinz Urban", "binary_answer": null, "no_answer_prob": -0.39132416248321533}
{"example_id": 5976894042266979161, "prediction": "Postal codes in South Korea are 5 - digit numeric , whose system newly introduced in August 1 , 2015 .", "binary_answer": null, "no_answer_prob": 2.603184998035431}
{"example_id": -5271748505897852576, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6911003589630127}
{"example_id": -771122776530708638, "prediction": "Interphase", "binary_answer": null, "no_answer_prob": -0.17686545848846436}
{"example_id": 9014744567828387100, "prediction": "Taekwondo", "binary_answer": null, "no_answer_prob": -0.6429977416992188}
{"example_id": 7657147454533468258, "prediction": "", "binary_answer": null, "no_answer_prob": 0.19120121002197266}
{"example_id": -6457537005868733854, "prediction": "Spirited Away", "binary_answer": null, "no_answer_prob": -0.9259415864944458}
{"example_id": -827840489801273691, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9150643944740295}
{"example_id": -7729602148480208503, "prediction": "`` Sing It Back ''", "binary_answer": null, "no_answer_prob": 2.5983866453170776}
{"example_id": 3344201683813695055, "prediction": "1947", "binary_answer": null, "no_answer_prob": -2.952287197113037}
{"example_id": -7566981911362248102, "prediction": "The United States Department of Housing and Urban Development", "binary_answer": null, "no_answer_prob": 3.3416614904999733}
{"example_id": -5799607994817956835, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4942190647125244}
{"example_id": 7690425622546849075, "prediction": "Nirmala Sitharaman", "binary_answer": null, "no_answer_prob": -0.6064743995666504}
{"example_id": -300398662391023444, "prediction": "A film adaptation of The Natural starring Robert Redford as Roy Hobbs was released in 1984 .", "binary_answer": null, "no_answer_prob": 1.1284056901931763}
{"example_id": 4130105366044313287, "prediction": "Sunday", "binary_answer": null, "no_answer_prob": 1.5192012786865234}
{"example_id": 128210777148524352, "prediction": "`` Rivers of Babylon '' is a Rastafarian song written and recorded by Brent Dowe and Trevor McNaughton", "binary_answer": null, "no_answer_prob": 0.7515358924865723}
{"example_id": -6083080564578468186, "prediction": "Great Britain Froome , Chris Chris Froome", "binary_answer": null, "no_answer_prob": 0.10628509521484375}
{"example_id": -7749826402920437061, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6631933450698853}
{"example_id": 4151796475939360326, "prediction": "Dylan Marie Dreyer", "binary_answer": null, "no_answer_prob": 0.3873002529144287}
{"example_id": 8300595639190399097, "prediction": "`` Do n't Matter to Me '' is a song by Canadian musician Drake", "binary_answer": null, "no_answer_prob": 2.9679567217826843}
{"example_id": 6014057846603375605, "prediction": "Ireland", "binary_answer": null, "no_answer_prob": -2.5480245649814606}
{"example_id": 6034965538645606459, "prediction": "eighth for 2019 already commissioned , with O'Hanlon confirmed to return .", "binary_answer": null, "no_answer_prob": 1.5778789520263672}
{"example_id": -3138344277086271014, "prediction": "February 3 , 2013", "binary_answer": null, "no_answer_prob": -3.33549165725708}
{"example_id": -7410160610095724999, "prediction": "Uttar Pradesh", "binary_answer": null, "no_answer_prob": 1.1837178468704224}
{"example_id": 4268890060994646092, "prediction": "7 , Lok Kalyan Marg", "binary_answer": null, "no_answer_prob": 1.4397221803665161}
{"example_id": 586265476853443762, "prediction": "`` Death and All His Friends", "binary_answer": null, "no_answer_prob": 1.1265332102775574}
{"example_id": 8877707712000352283, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.983536124229431}
{"example_id": 8891700251038312998, "prediction": "", "binary_answer": null, "no_answer_prob": -0.09486915171146393}
{"example_id": -5300992406582297969, "prediction": "", "binary_answer": null, "no_answer_prob": 6.415778636932373}
{"example_id": -1564339892857939905, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A palindrome", "binary_answer": null, "no_answer_prob": -0.7105278968811035}
{"example_id": -8883489284170645656, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6078896522521973}
{"example_id": 2228219749710013880, "prediction": "Humble Pie", "binary_answer": null, "no_answer_prob": -3.3954508304595947}
{"example_id": 1736622075043572243, "prediction": "Series Episodes Premiere Finale Winner Runners - up Average UK viewers ( millions ) Timeslot Channel 6 17 August 2010 21 September 2010 Edd Kimber", "binary_answer": null, "no_answer_prob": 0.06089282035827637}
{"example_id": 3423980622379875624, "prediction": "", "binary_answer": null, "no_answer_prob": 3.135540723800659}
{"example_id": -5655551859270743763, "prediction": "Connective tissue", "binary_answer": null, "no_answer_prob": -0.9320441484451294}
{"example_id": 7911424200598337454, "prediction": "John Newton", "binary_answer": null, "no_answer_prob": -0.5028159618377686}
{"example_id": -4681294558509959100, "prediction": "", "binary_answer": null, "no_answer_prob": 5.159316122531891}
{"example_id": 7147971363943417684, "prediction": "The Davis -- Moore hypothesis", "binary_answer": null, "no_answer_prob": 1.7395864725112915}
{"example_id": -2252058111981640043, "prediction": "Patah Seribu", "binary_answer": null, "no_answer_prob": -0.6140378713607788}
{"example_id": 6790849068251571021, "prediction": "", "binary_answer": null, "no_answer_prob": 3.614263415336609}
{"example_id": 1297166574596331752, "prediction": "Shawn D. Fonteno", "binary_answer": null, "no_answer_prob": -3.4415573477745056}
{"example_id": -5897814762028904405, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -5.278802037239075}
{"example_id": 2786888963624595931, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Sahel", "binary_answer": null, "no_answer_prob": -1.1565709114074707}
{"example_id": -290379612355298926, "prediction": "Star formation", "binary_answer": null, "no_answer_prob": 1.1853877902030945}
{"example_id": 706436158507269356, "prediction": "", "binary_answer": null, "no_answer_prob": 2.043574035167694}
{"example_id": 3419833261985491971, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7506941556930542}
{"example_id": 4225701602980056485, "prediction": "I 've been working on the railroad All the live - long day . I 've been working on the railroad Just to pass the time away .", "binary_answer": null, "no_answer_prob": 2.944000542163849}
{"example_id": 1580172849868690414, "prediction": "The 2017 -- 18 UEFA Champions League", "binary_answer": null, "no_answer_prob": 2.62990802526474}
{"example_id": 475342910078141272, "prediction": "In organic chemistry , a hydrocarbon", "binary_answer": null, "no_answer_prob": 2.483598366379738}
{"example_id": 8736796984576788070, "prediction": "Methane", "binary_answer": null, "no_answer_prob": 0.22906795144081116}
{"example_id": 6202161671785679770, "prediction": "`` I 'm Not in Love ''", "binary_answer": null, "no_answer_prob": 2.623567059636116}
{"example_id": 8074161244885548670, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7007065415382385}
{"example_id": 6370604769556211566, "prediction": "Jennifer Aniston", "binary_answer": null, "no_answer_prob": 0.018219470977783203}
{"example_id": 5485836099821146604, "prediction": "84 / 56", "binary_answer": null, "no_answer_prob": 0.22832870483398438}
{"example_id": -943658693546072548, "prediction": "Exosphere : 700 to 10,000 km ( 440 to 6,200 miles ) Thermosphere", "binary_answer": null, "no_answer_prob": 0.14174354076385498}
{"example_id": -57906692035479450, "prediction": "Chadwick Aaron Boseman", "binary_answer": null, "no_answer_prob": -4.908657193183899}
{"example_id": 8930562165757695587, "prediction": "Peru was invited to the first FIFA World Cup in Uruguay in 1930", "binary_answer": null, "no_answer_prob": 1.6928006410598755}
{"example_id": -6972999114619312559, "prediction": "", "binary_answer": null, "no_answer_prob": -0.1800692416727543}
{"example_id": 349786527744902837, "prediction": "The 2017 Major League Baseball All - Star Game", "binary_answer": null, "no_answer_prob": 0.662587583065033}
{"example_id": -5965536333531780013, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7726665139198303}
{"example_id": 8848821259033633362, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2425928711891174}
{"example_id": -6595869810643409975, "prediction": "`` ( I 've Had ) The Time of My Life ''", "binary_answer": null, "no_answer_prob": -1.7568680047988892}
{"example_id": 7229578616022616208, "prediction": "Donovan Mitchell Jr.", "binary_answer": null, "no_answer_prob": 3.095619708299637}
{"example_id": -1043736370561855554, "prediction": "", "binary_answer": null, "no_answer_prob": 3.364281415939331}
{"example_id": 7686860319599508089, "prediction": "", "binary_answer": null, "no_answer_prob": 2.042813777923584}
{"example_id": -7902280161156543824, "prediction": "Hon . Idris Bolaji Muse Ariyoh", "binary_answer": null, "no_answer_prob": -5.941429257392883}
{"example_id": 2540355632717774384, "prediction": "`` Ai n't Nobody '' is a song recorded by the American funk band Rufus and American singer Chaka Khan", "binary_answer": null, "no_answer_prob": 1.8980249166488647}
{"example_id": -1913708751510061574, "prediction": "March 15 , 1972", "binary_answer": null, "no_answer_prob": -6.445110321044922}
{"example_id": -6762847304928212892, "prediction": "We Bought a Zoo is a 2011", "binary_answer": null, "no_answer_prob": -1.6198443174362183}
{"example_id": -3277207905955448337, "prediction": "`` We Do n't Have to Take Our Clothes Off ''", "binary_answer": null, "no_answer_prob": 3.4886233806610107}
{"example_id": -21014133000943285, "prediction": "January 3 , 2018", "binary_answer": null, "no_answer_prob": -2.109128952026367}
{"example_id": -6919762201874810116, "prediction": "Roberta Flack", "binary_answer": null, "no_answer_prob": 0.3949148654937744}
{"example_id": -6834775349431226363, "prediction": "", "binary_answer": null, "no_answer_prob": 5.268425703048706}
{"example_id": 5206077337457149622, "prediction": "The long bones are those that are longer than they are wide", "binary_answer": null, "no_answer_prob": 1.357983112335205}
{"example_id": -5463645323463076408, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.989588975906372}
{"example_id": 3584100793544381787, "prediction": "United States Constitution", "binary_answer": null, "no_answer_prob": 3.1836589574813843}
{"example_id": 2141067944898639006, "prediction": "2017 2017", "binary_answer": null, "no_answer_prob": -0.11797738075256348}
{"example_id": -4512232766566832061, "prediction": "The Colosseum or Coliseum", "binary_answer": null, "no_answer_prob": -0.42316630855202675}
{"example_id": -5423162237400745027, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4859707951545715}
{"example_id": 5733032604856881900, "prediction": "Diane Guerrero", "binary_answer": null, "no_answer_prob": -1.9435111284255981}
{"example_id": 6531156058879644411, "prediction": "George O. Wood", "binary_answer": null, "no_answer_prob": -5.1654499769210815}
{"example_id": 1311453697214612205, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -0.14094042778015137}
{"example_id": -6443357370276131219, "prediction": "Lucius Tarquinius Superbus", "binary_answer": null, "no_answer_prob": -0.6064850091934204}
{"example_id": -49340226206283816, "prediction": "", "binary_answer": null, "no_answer_prob": 1.110606461763382}
{"example_id": 7510529741389250321, "prediction": "Jared S. Gilmore", "binary_answer": null, "no_answer_prob": -2.809435248374939}
{"example_id": 8930919371915751475, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.857521653175354}
{"example_id": 2415035688479885844, "prediction": "", "binary_answer": null, "no_answer_prob": 2.868551015853882}
{"example_id": 4647818796298534404, "prediction": "Katie Scarlett O'Hara", "binary_answer": null, "no_answer_prob": 2.2230931520462036}
{"example_id": -123624118796019690, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0506932735443115}
{"example_id": -1878145084665966544, "prediction": "Eastern Conference # Team PCT GB GP x -- Toronto Raptors", "binary_answer": null, "no_answer_prob": 2.233991265296936}
{"example_id": 5004366395871527947, "prediction": "Michael Jackson", "binary_answer": null, "no_answer_prob": -0.6358425617218018}
{"example_id": 387063951054070059, "prediction": "", "binary_answer": null, "no_answer_prob": 1.298318162560463}
{"example_id": -5381413945124197508, "prediction": "Harry Potter and the Order of the Phoenix", "binary_answer": null, "no_answer_prob": -0.9214188456535339}
{"example_id": -1101854552510455984, "prediction": "Arjun", "binary_answer": null, "no_answer_prob": -3.42123281955719}
{"example_id": 7459598210852164705, "prediction": "", "binary_answer": null, "no_answer_prob": 1.776056170463562}
{"example_id": -5840340915655322620, "prediction": "", "binary_answer": null, "no_answer_prob": 1.197906494140625}
{"example_id": 9062516955828136852, "prediction": "Brad Kane and Lea Salonga", "binary_answer": null, "no_answer_prob": 1.2756398916244507}
{"example_id": -1567014621019158780, "prediction": "The Giver is a 2014 US social science fiction film", "binary_answer": null, "no_answer_prob": -3.0738251209259033}
{"example_id": -5551525257303804647, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1001898646354675}
{"example_id": 6522755687197646934, "prediction": "The Concert in Central Park", "binary_answer": null, "no_answer_prob": -1.0700790882110596}
{"example_id": -8065451622798813111, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5255393981933594}
{"example_id": 7750567004360684024, "prediction": "`` These Boots Are Made for Walkin ' ''", "binary_answer": null, "no_answer_prob": 4.54783695936203}
{"example_id": -5606354794602685296, "prediction": "", "binary_answer": null, "no_answer_prob": 2.970865845680237}
{"example_id": 2382756274241637193, "prediction": "French civil law : in France , the Benelux countries , Italy , Romania , Spain and former colonies of those countries", "binary_answer": null, "no_answer_prob": 4.411238074302673}
{"example_id": 2432685861927278888, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] American Idol", "binary_answer": null, "no_answer_prob": 3.1308223009109497}
{"example_id": 1594008442355262884, "prediction": "William Wayne McMillan Rogers III", "binary_answer": null, "no_answer_prob": -7.012247800827026}
{"example_id": 4153315071956030018, "prediction": "The Congress", "binary_answer": null, "no_answer_prob": 0.8748222589492798}
{"example_id": 5538879424517624730, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8190295994281769}
{"example_id": -500050390286643306, "prediction": "Robert Englund", "binary_answer": null, "no_answer_prob": -6.208266496658325}
{"example_id": 2279719630731573582, "prediction": "Tyler Robert Joseph", "binary_answer": null, "no_answer_prob": 4.490188583731651}
{"example_id": -783998133534117572, "prediction": "", "binary_answer": null, "no_answer_prob": 2.774415969848633}
{"example_id": 3478562218510210965, "prediction": "David Imelda `` Dave '' Lamb", "binary_answer": null, "no_answer_prob": 2.5754393935203552}
{"example_id": 3395715140984844186, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5024634636938572}
{"example_id": -8472452013531944779, "prediction": "Jeri Lynn Ryan", "binary_answer": null, "no_answer_prob": -9.803904056549072}
{"example_id": -8323327805912152212, "prediction": "extremophile", "binary_answer": null, "no_answer_prob": -4.095987319946289}
{"example_id": -7784455955853672149, "prediction": "New York New York", "binary_answer": null, "no_answer_prob": 3.3042327761650085}
{"example_id": -7032595179251472370, "prediction": "", "binary_answer": null, "no_answer_prob": 3.304465174674988}
{"example_id": -1236121250701808469, "prediction": "New York Yankees ( 27 )", "binary_answer": null, "no_answer_prob": 1.4602061063051224}
{"example_id": 1848035630936891081, "prediction": "The Mississippi River", "binary_answer": null, "no_answer_prob": 0.16594141721725464}
{"example_id": 4942217800611456692, "prediction": "", "binary_answer": null, "no_answer_prob": 4.578138768672943}
{"example_id": 1864485624333626098, "prediction": "John D. Rockefeller", "binary_answer": null, "no_answer_prob": 0.9716800451278687}
{"example_id": -7576497904353784411, "prediction": "", "binary_answer": null, "no_answer_prob": -0.013448366895318031}
{"example_id": 435950528790715875, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6498299837112427}
{"example_id": -5774514672617071662, "prediction": "Oscar Robertson", "binary_answer": null, "no_answer_prob": 0.19397902488708496}
{"example_id": -5688013149511786185, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Han dynasty", "binary_answer": null, "no_answer_prob": 2.977734776213765}
{"example_id": 2052785185902107727, "prediction": "", "binary_answer": null, "no_answer_prob": 1.766061246395111}
{"example_id": 8394217131230247923, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2343961596488953}
{"example_id": 8967882419409704991, "prediction": "A ship 's wheel or boat 's wheel", "binary_answer": null, "no_answer_prob": -0.18283838033676147}
{"example_id": -438993177086173579, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6883497834205627}
{"example_id": -9030146435606644037, "prediction": "Simona Halep", "binary_answer": null, "no_answer_prob": -9.522096753120422}
{"example_id": 3359236691787262025, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9131489992141724}
{"example_id": -8891284286685194835, "prediction": "The 1992 Los Angeles riots", "binary_answer": null, "no_answer_prob": -2.770656943321228}
{"example_id": -4389048718642626325, "prediction": "Tim Berners - Lee", "binary_answer": null, "no_answer_prob": -7.149629890918732}
{"example_id": -2242995465093613322, "prediction": "`` 24K Magic", "binary_answer": null, "no_answer_prob": -0.2500797510147095}
{"example_id": -9126308607972861813, "prediction": "The Phantom of the Opera", "binary_answer": null, "no_answer_prob": 1.4298761785030365}
{"example_id": -9172777564629843840, "prediction": "A myth exists that the 7 Up name comes from the drink having a pH over 7 . That would make it neutral or basic on the scale", "binary_answer": null, "no_answer_prob": -1.9850913286209106}
{"example_id": -6072662829758825223, "prediction": "The short ton is a unit of weight equal to 2,000 pounds ( 907.18474 kg )", "binary_answer": null, "no_answer_prob": 0.04521608352661133}
{"example_id": 7866567843893591155, "prediction": "The origins of the Tutsi and Hutu peoples", "binary_answer": null, "no_answer_prob": -1.3233168125152588}
{"example_id": -3578394134252581, "prediction": "", "binary_answer": null, "no_answer_prob": 4.723465144634247}
{"example_id": 9105438806221496463, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8554813861846924}
{"example_id": 2191430624310317444, "prediction": "The Empire of Japan", "binary_answer": null, "no_answer_prob": 2.1483099460601807}
{"example_id": -4450404503631437107, "prediction": "Because This is My First Life", "binary_answer": null, "no_answer_prob": -0.2463315725326538}
{"example_id": -1508372219195527242, "prediction": "", "binary_answer": null, "no_answer_prob": 0.02417612075805664}
{"example_id": 2594286516767261680, "prediction": "", "binary_answer": null, "no_answer_prob": 2.705707911401987}
{"example_id": 3245866459331126801, "prediction": "", "binary_answer": null, "no_answer_prob": 2.573990225791931}
{"example_id": -1146683346250723599, "prediction": "", "binary_answer": null, "no_answer_prob": 2.427784562110901}
{"example_id": -4763157148860949286, "prediction": "The median is a commonly used measure of the properties of a data set in statistics and probability theory", "binary_answer": null, "no_answer_prob": 1.4734216034412384}
{"example_id": -5556400711618316219, "prediction": "Philadelphia Eagles", "binary_answer": null, "no_answer_prob": -0.11107730865478516}
{"example_id": -907477793232164936, "prediction": "Body integrity identity disorder", "binary_answer": null, "no_answer_prob": -2.631845235824585}
{"example_id": 4479751474371375225, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3835793137550354}
{"example_id": 9008919636479377924, "prediction": "`` And Now His Watch Is Ended", "binary_answer": null, "no_answer_prob": -0.7253382205963135}
{"example_id": -7595985597117567920, "prediction": "Donny Osmond", "binary_answer": null, "no_answer_prob": -1.4846605062484741}
{"example_id": -412704402378132556, "prediction": "The Golden Gate Bridge is a suspension bridge", "binary_answer": null, "no_answer_prob": -0.5868896842002869}
{"example_id": 8163394868410821099, "prediction": "`` I 'm So Glad '' is a Delta blues - style song originally recorded by American musician Skip James", "binary_answer": null, "no_answer_prob": -0.05203211307525635}
{"example_id": 1590194633735686902, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -1.500309705734253}
{"example_id": 3170992895587448501, "prediction": "`` The Times They Are a-Changin ' '' ( song ) , a song by Bob Dylan", "binary_answer": null, "no_answer_prob": 2.26035213470459}
{"example_id": -5418526922266838930, "prediction": "", "binary_answer": null, "no_answer_prob": 1.081345558166504}
{"example_id": 6986614780487265984, "prediction": "", "binary_answer": null, "no_answer_prob": 0.015397429466247559}
{"example_id": -1457053583700830644, "prediction": "596", "binary_answer": null, "no_answer_prob": 0.26895973086357117}
{"example_id": -449266673651004096, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5939141511917114}
{"example_id": 3993203411318708157, "prediction": "`` Lovefool '' is a song written by Peter Svensson and Nina Persson for The Cardigans", "binary_answer": null, "no_answer_prob": 1.2098297476768494}
{"example_id": -282524665800613074, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5367695093154907}
{"example_id": -411215153585483702, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7903151512145996}
{"example_id": -3184105018908282213, "prediction": "In August 2015 , the duo announced the Just The Right Kind of Crazy", "binary_answer": null, "no_answer_prob": 4.877275228500366}
{"example_id": -2839506416532928017, "prediction": "", "binary_answer": null, "no_answer_prob": -2.525718331336975}
{"example_id": -263198730167287458, "prediction": "Daniel Craig", "binary_answer": null, "no_answer_prob": 0.4300825595855713}
{"example_id": -4021308961679825961, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9218873381614685}
{"example_id": 59537886349901523, "prediction": "Arianne Bethene Zuckerman", "binary_answer": null, "no_answer_prob": -10.822879910469055}
{"example_id": 2878651711100666267, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5223419666290283}
{"example_id": -6404538304473707857, "prediction": "Activity - based costing", "binary_answer": null, "no_answer_prob": 0.01190805435180664}
{"example_id": -245123639209390252, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7575849294662476}
{"example_id": -1976336444481029374, "prediction": "`` Andy 's Ancestry ''", "binary_answer": null, "no_answer_prob": 2.523216351866722}
{"example_id": 1598532853790777649, "prediction": "Michel Martin", "binary_answer": null, "no_answer_prob": -2.0021417140960693}
{"example_id": -6373372317677776014, "prediction": "", "binary_answer": null, "no_answer_prob": 3.254854202270508}
{"example_id": 510396804139041628, "prediction": "`` You 're My Everything '' is a 1967 hit single recorded by The Temptations", "binary_answer": null, "no_answer_prob": 0.1372666358947754}
{"example_id": 8674477261947815985, "prediction": "Capital punishment", "binary_answer": null, "no_answer_prob": -1.8279244899749756}
{"example_id": 223889013848482079, "prediction": "Pat Benatar", "binary_answer": null, "no_answer_prob": -1.5916138887405396}
{"example_id": -7128932745930668783, "prediction": "`` All Out of Love '' is a song by the Australian soft rock duo Air Supply", "binary_answer": null, "no_answer_prob": 1.2008270621299744}
{"example_id": 2323469004033693273, "prediction": "AC / DC", "binary_answer": null, "no_answer_prob": 2.057191491127014}
{"example_id": 2434387494397150766, "prediction": "", "binary_answer": null, "no_answer_prob": 0.49941086769104004}
{"example_id": 680308234395099133, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9879250526428223}
{"example_id": 7098599560398650583, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0031370222568512}
{"example_id": -3489008812863470013, "prediction": "Adherents of Islam", "binary_answer": null, "no_answer_prob": 1.7748757749795914}
{"example_id": 1898408217132572194, "prediction": "Harry Potter and the Philosopher 's Stone", "binary_answer": null, "no_answer_prob": -5.221744894981384}
{"example_id": -7418074182739891338, "prediction": "The Astros were established as the Houston Colt . 45s and entered the National League as an expansion team", "binary_answer": null, "no_answer_prob": -0.18360167741775513}
{"example_id": -4664998268831181386, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0389733761548996}
{"example_id": 4640391430539852282, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Person of the Year", "binary_answer": null, "no_answer_prob": 1.8003208935260773}
{"example_id": -7525781380766697048, "prediction": "Second Helping .", "binary_answer": null, "no_answer_prob": 1.7349266204982996}
{"example_id": -6408589501257330726, "prediction": "", "binary_answer": null, "no_answer_prob": 1.618254840373993}
{"example_id": 2251338178185213277, "prediction": "This Is England ' 86", "binary_answer": null, "no_answer_prob": -0.49199891090393066}
{"example_id": 8879968703848231598, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6497946977615356}
{"example_id": 5093431893391930063, "prediction": "", "binary_answer": null, "no_answer_prob": 0.424295075237751}
{"example_id": 5929993415017801092, "prediction": "`` Fairytale of New York ''", "binary_answer": null, "no_answer_prob": 0.6407452821731567}
{"example_id": 811210957875093714, "prediction": "The events preceding World War II in Europe are closely tied to the rise of fascism , especially in Nazi Germany .", "binary_answer": null, "no_answer_prob": 0.7625889182090759}
{"example_id": 8965204482264054165, "prediction": "The Voice", "binary_answer": null, "no_answer_prob": 1.8555952906608582}
{"example_id": 7264049249369676399, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.308774709701538}
{"example_id": -8318374802535439395, "prediction": "Dow is best known for his role in the television sitcom Leave It to Beaver , which ran in primetime from 1957 to 1963", "binary_answer": null, "no_answer_prob": 4.864068508148193}
{"example_id": -1373228667631278020, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2303417921066284}
{"example_id": -6763413466395666037, "prediction": "Jack Nicklaus", "binary_answer": null, "no_answer_prob": -2.5142191648483276}
{"example_id": 6831873441859437395, "prediction": "`` All Star ''", "binary_answer": null, "no_answer_prob": 2.883444622159004}
{"example_id": 2442611194226408711, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8570428490638733}
{"example_id": 8265471107555127346, "prediction": "evidence obtained in violation of the Fourth Amendment", "binary_answer": null, "no_answer_prob": -0.5008261203765869}
{"example_id": 6011285357826080680, "prediction": "Sahara India Pariwar", "binary_answer": null, "no_answer_prob": 1.1364269256591797}
{"example_id": -8751734493194305455, "prediction": "Illinois", "binary_answer": null, "no_answer_prob": 2.6996392011642456}
{"example_id": -9084005474951674126, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2546894550323486}
{"example_id": -6701599966535769301, "prediction": "Bride of Chucky is a 1998", "binary_answer": null, "no_answer_prob": 3.3219490721821785}
{"example_id": -1054340114642835409, "prediction": "the British Regency period", "binary_answer": null, "no_answer_prob": -4.082083106040955}
{"example_id": 5305186828408593529, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0606109499931335}
{"example_id": 7482192010139532914, "prediction": "World War II", "binary_answer": null, "no_answer_prob": -3.246622085571289}
{"example_id": 4696777345576589464, "prediction": "The word is likely based on the word `` Jonakin", "binary_answer": null, "no_answer_prob": 1.083865910768509}
{"example_id": -1333088833507001449, "prediction": "the Harry Potter series", "binary_answer": null, "no_answer_prob": 2.277375340461731}
{"example_id": 6653022138404992506, "prediction": "", "binary_answer": null, "no_answer_prob": 0.03204083442687988}
{"example_id": -503279164422554899, "prediction": "Sahara India Pariwar", "binary_answer": null, "no_answer_prob": -3.8679888248443604}
{"example_id": -8856956394239848803, "prediction": "The fifth season began airing on December 1 , 2017 , and is set to run for 22 episodes on ABC until May 18 , 2018 .", "binary_answer": null, "no_answer_prob": 2.891344904899597}
{"example_id": 4086645434591201078, "prediction": "the central nervous system ( CNS ) and the peripheral nervous system ( PNS )", "binary_answer": null, "no_answer_prob": -3.999753475189209}
{"example_id": 477975050477981518, "prediction": "Synaptic pruning", "binary_answer": null, "no_answer_prob": 1.0987027287483215}
{"example_id": 7244820815922610434, "prediction": "Lapse rate", "binary_answer": null, "no_answer_prob": -3.7607223987579346}
{"example_id": -6489548764981406702, "prediction": "Walnut Creek", "binary_answer": null, "no_answer_prob": -3.5400770902633667}
{"example_id": 4267631871246125862, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9195566177368164}
{"example_id": -6510969844295849981, "prediction": "The Bhimbetka rock shelters", "binary_answer": null, "no_answer_prob": -2.637088418006897}
{"example_id": -1168568851543588919, "prediction": "75.5 \u00b0 F ( 24.2 \u00b0 C )", "binary_answer": null, "no_answer_prob": -5.497654438018799}
{"example_id": 6651217315586475557, "prediction": "", "binary_answer": null, "no_answer_prob": 5.543834090232849}
{"example_id": 5826112080754115258, "prediction": "Tears for Fears", "binary_answer": null, "no_answer_prob": -3.985378861427307}
{"example_id": 1622269033243818647, "prediction": "Santa Monica", "binary_answer": null, "no_answer_prob": -0.12039685249328613}
{"example_id": -2447539210532408139, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5960958003997803}
{"example_id": -5304871749396306751, "prediction": "", "binary_answer": null, "no_answer_prob": 0.17315648961812258}
{"example_id": 5856964448344804976, "prediction": "Teemu Selanne", "binary_answer": null, "no_answer_prob": -4.056651830673218}
{"example_id": 1842853471479184637, "prediction": "The song appears in the 1953 British / French movie Innocents in Paris", "binary_answer": null, "no_answer_prob": 2.0703466832637787}
{"example_id": -6565455394278301367, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6435229778289795}
{"example_id": 965576895333077864, "prediction": "For Whom the Bell Tolls is a novel by Ernest Hemingway", "binary_answer": null, "no_answer_prob": -0.5415667295455933}
{"example_id": -5425286688501814818, "prediction": "1964", "binary_answer": null, "no_answer_prob": -0.6154983043670654}
{"example_id": -2848058317612429899, "prediction": "", "binary_answer": null, "no_answer_prob": -0.24606859683990479}
{"example_id": 1825427621620244178, "prediction": "James & Bobby Purify", "binary_answer": null, "no_answer_prob": -2.8221057653427124}
{"example_id": -2822313437216350280, "prediction": "", "binary_answer": null, "no_answer_prob": 3.298057124018669}
{"example_id": 5438605909503657995, "prediction": "`` I Wo n't Back Down '' is a song by American rock musician Tom Petty", "binary_answer": null, "no_answer_prob": -1.8462799787521362}
{"example_id": -1532791886278577501, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -6.0882720947265625}
{"example_id": -7801110938843408267, "prediction": "", "binary_answer": null, "no_answer_prob": 3.689320594072342}
{"example_id": -4497227086390921972, "prediction": "Eric Johann Johnson", "binary_answer": null, "no_answer_prob": -7.66681307554245}
{"example_id": -6624144040864748331, "prediction": "Song Artist ( s ) Writer ( s ) Album Year Ref . `` 3D", "binary_answer": null, "no_answer_prob": 2.3142629861831665}
{"example_id": -2830385203718681412, "prediction": "", "binary_answer": null, "no_answer_prob": -3.5344609022140503}
{"example_id": 129287130186939755, "prediction": "Brooklyn Nine - Nine", "binary_answer": null, "no_answer_prob": 3.900340050458908}
{"example_id": 8847585016312982344, "prediction": "", "binary_answer": null, "no_answer_prob": 1.131817638874054}
{"example_id": 8615963053008200494, "prediction": "Pinewood Atlanta Studios in Fayette County , Georgia", "binary_answer": null, "no_answer_prob": -3.741598963737488}
{"example_id": -2586134561689458870, "prediction": "`` A Whiter Shade of Pale ''", "binary_answer": null, "no_answer_prob": 1.6533305048942566}
{"example_id": -8495662694324029980, "prediction": "$400,000 annually", "binary_answer": null, "no_answer_prob": -4.986503601074219}
{"example_id": 8490378165521917499, "prediction": "the USA", "binary_answer": null, "no_answer_prob": -0.7389062643051147}
{"example_id": 4536554376266855246, "prediction": "The Twenty - sixth Amendment", "binary_answer": null, "no_answer_prob": -3.080666244029999}
{"example_id": -7827039102564548963, "prediction": "", "binary_answer": null, "no_answer_prob": 1.622342050075531}
{"example_id": -3143560607969224951, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.457668572664261}
{"example_id": -5758606519729110627, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4627150297164917}
{"example_id": 6461065212753382626, "prediction": "July 1 -- 3 , 1863 , in and around the town of Gettysburg , Pennsylvania", "binary_answer": null, "no_answer_prob": -2.4816986322402954}
{"example_id": 2981505388648018232, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5364506244659424}
{"example_id": -3734738148451196286, "prediction": "Harry Kane ( 6 ) Luka Modri\u0107", "binary_answer": null, "no_answer_prob": 0.07688748836517334}
{"example_id": -6805782668246263062, "prediction": "More Than Just a Dream", "binary_answer": null, "no_answer_prob": -0.4272066354751587}
{"example_id": 4969240923579727510, "prediction": "Bob Hoskins -- Harold Shand P.H. Moriarty", "binary_answer": null, "no_answer_prob": -2.11507511138916}
{"example_id": 7206472777975261414, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7140212059020996}
{"example_id": 4753902374890177077, "prediction": "Ancient Roman architecture", "binary_answer": null, "no_answer_prob": 2.0372593700885773}
{"example_id": 8472629469488132495, "prediction": "The American Federation of Musicians of the United States and Canada ( AFM / AFofM )", "binary_answer": null, "no_answer_prob": 2.663867473602295}
{"example_id": 4912274061197020267, "prediction": "", "binary_answer": null, "no_answer_prob": 4.015325903892517}
{"example_id": 8996037251040705572, "prediction": "The Pledge of Allegiance of the United States is an expression of allegiance", "binary_answer": null, "no_answer_prob": -0.6327160596847534}
{"example_id": -4919469874296890802, "prediction": "", "binary_answer": null, "no_answer_prob": 3.113080859184265}
{"example_id": 2169967151174749378, "prediction": "", "binary_answer": null, "no_answer_prob": 1.865851640701294}
{"example_id": 3047488273407199884, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9760555028915405}
{"example_id": 5051632957830507722, "prediction": "", "binary_answer": null, "no_answer_prob": 3.807768225669861}
{"example_id": -4883483198194397117, "prediction": "52,354", "binary_answer": null, "no_answer_prob": -4.459023416042328}
{"example_id": -1925896514255351478, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4063600301742554}
{"example_id": 5247103049395969222, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 6.099133282899857}
{"example_id": -5155851190521267156, "prediction": "Brando Matthew Eaton", "binary_answer": null, "no_answer_prob": 0.31899213790893555}
{"example_id": -2777546609040208742, "prediction": "General Augusto Pinochet", "binary_answer": null, "no_answer_prob": 2.9607515037059784}
{"example_id": -4090288908135011255, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Rice production in Thailand", "binary_answer": null, "no_answer_prob": 1.0816072225570679}
{"example_id": -4758780141297467760, "prediction": "Carpe diem", "binary_answer": null, "no_answer_prob": -2.009964942932129}
{"example_id": 3679225107990950505, "prediction": "The Battle of Ia Drang", "binary_answer": null, "no_answer_prob": -7.656830191612244}
{"example_id": 1831064377975284998, "prediction": "", "binary_answer": null, "no_answer_prob": 2.503961980342865}
{"example_id": -6821503570895611334, "prediction": "Black Lightning", "binary_answer": null, "no_answer_prob": 2.8475655913352966}
{"example_id": 6981008936931722768, "prediction": "Roger Williams", "binary_answer": null, "no_answer_prob": -6.5676151514053345}
{"example_id": 8913105154530829141, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8788569569587708}
{"example_id": 6083388310919206387, "prediction": "Where were you ( Armenian : \u053f\u0563\u0561 \u0574\u056b \u0585\u0580 ) is 2015 song by Armenian singer Sirusho", "binary_answer": null, "no_answer_prob": -2.157930850982666}
{"example_id": 56764767389481327, "prediction": "", "binary_answer": null, "no_answer_prob": 0.533623993396759}
{"example_id": 3695029494455379112, "prediction": "Peyton Manning", "binary_answer": null, "no_answer_prob": -3.409946084022522}
{"example_id": -49159966557340986, "prediction": "", "binary_answer": null, "no_answer_prob": 4.410252928733826}
{"example_id": 4108187950411422227, "prediction": "", "binary_answer": null, "no_answer_prob": 3.638372540473938}
{"example_id": -7336205338592575234, "prediction": "Lionel Andr\u00e9s `` Leo '' Messi", "binary_answer": null, "no_answer_prob": -1.9142894744873047}
{"example_id": -2590108320614430193, "prediction": "North America", "binary_answer": null, "no_answer_prob": -0.39389926940202713}
{"example_id": 7820599431684065938, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0456382036209106}
{"example_id": -947675951118523690, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6282548308372498}
{"example_id": 3585223287652783388, "prediction": "both the height of chivalry and its subsequent decline , and the development of strong national identities in both countries .", "binary_answer": null, "no_answer_prob": 3.2139296531677246}
{"example_id": 3753577332574882692, "prediction": "In Christianity , the two names Jesus and Emmanuel", "binary_answer": null, "no_answer_prob": 0.9693547561764717}
{"example_id": 8652932856339383183, "prediction": "The National World War I Memorial is a planned memorial commemorating the service rendered by members of the United States Armed Forces in World War I", "binary_answer": null, "no_answer_prob": -0.7739934921264648}
{"example_id": -7506324997539485270, "prediction": "Harry Potter and the Chamber of Secrets", "binary_answer": null, "no_answer_prob": -8.229824185371399}
{"example_id": -7534303690095815854, "prediction": "The military history of the United States in World War II covers the war against Germany , Italy , Japan", "binary_answer": null, "no_answer_prob": 1.9701451659202576}
{"example_id": 5463039643256103598, "prediction": "2011", "binary_answer": null, "no_answer_prob": -5.1309391260147095}
{"example_id": 8100989217910187737, "prediction": "`` You Are My Sunshine '' is a popular song recorded by Jimmie Davis and Charles Mitchell", "binary_answer": null, "no_answer_prob": -0.7419703006744385}
{"example_id": 439772754165147921, "prediction": "", "binary_answer": null, "no_answer_prob": 0.12869322299957275}
{"example_id": 3785648062581015296, "prediction": "", "binary_answer": null, "no_answer_prob": 4.705993711948395}
{"example_id": 8318530337606715945, "prediction": "Parker Croft", "binary_answer": null, "no_answer_prob": -8.902248620986938}
{"example_id": -1065306556392950837, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6868206858634949}
{"example_id": -1159445204341847276, "prediction": "", "binary_answer": null, "no_answer_prob": 3.177316725254059}
{"example_id": -8986520816783523734, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8122173994779587}
{"example_id": -8198508506084894735, "prediction": "The three cities of Abu Dhabi Emirate", "binary_answer": null, "no_answer_prob": 0.8581254482269287}
{"example_id": -4436499594937349987, "prediction": "Star Wars The Star Wars franchise 's logo , introduced in the original film A New Hope Created by George Lucas Original work", "binary_answer": null, "no_answer_prob": 1.2926918268203735}
{"example_id": -8388580031122232741, "prediction": "`` Boyz - n - the - Hood", "binary_answer": null, "no_answer_prob": -2.1778056621551514}
{"example_id": -1091779853143657943, "prediction": "The city 's estimated population in 2014 was 52,440", "binary_answer": null, "no_answer_prob": -2.004180908203125}
{"example_id": 7264021451758846022, "prediction": "In 1984", "binary_answer": null, "no_answer_prob": -0.6655853986740112}
{"example_id": 6977499350099558697, "prediction": "", "binary_answer": null, "no_answer_prob": 5.121845752000809}
{"example_id": -4982532570648479956, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5869288444519043}
{"example_id": 8665130013651566808, "prediction": "1986", "binary_answer": null, "no_answer_prob": -2.8853191137313843}
{"example_id": -1603698653322348409, "prediction": "1964", "binary_answer": null, "no_answer_prob": -0.3377169370651245}
{"example_id": -601335005069377741, "prediction": "determined the rank of a government official", "binary_answer": null, "no_answer_prob": 3.737799823284149}
{"example_id": 2296494244768444293, "prediction": "The Speaker of the House", "binary_answer": null, "no_answer_prob": -2.4857295155525208}
{"example_id": -9071519294601429265, "prediction": "Michael John Douglas", "binary_answer": null, "no_answer_prob": -0.8402082920074463}
{"example_id": -6727174150545129040, "prediction": "Freddy vs. Jason ( 2003 )", "binary_answer": null, "no_answer_prob": 0.8622004985809326}
{"example_id": -6031022588768073902, "prediction": "Alaska Route 1", "binary_answer": null, "no_answer_prob": 0.9386411160230637}
{"example_id": -367478641468782313, "prediction": "October 18 , 1967", "binary_answer": null, "no_answer_prob": -5.03500771522522}
{"example_id": 6970719790730498385, "prediction": "", "binary_answer": null, "no_answer_prob": 4.298876523971558}
{"example_id": -2294613783191407303, "prediction": "`` Take It to the Limit '' is a song by the Eagles from their fourth album One of These Nights", "binary_answer": null, "no_answer_prob": 1.7998183416202664}
{"example_id": -2628404309917279303, "prediction": "", "binary_answer": null, "no_answer_prob": 4.815095961093903}
{"example_id": 8698224606927607838, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Models of communication", "binary_answer": null, "no_answer_prob": 4.139326632022858}
{"example_id": -8507194379726918986, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A low - pressure area", "binary_answer": null, "no_answer_prob": 1.5153680741786957}
{"example_id": -563033698192912774, "prediction": "Twenty others survived .", "binary_answer": null, "no_answer_prob": -0.5900048017501831}
{"example_id": 5612400699978912916, "prediction": "Mumbai", "binary_answer": null, "no_answer_prob": -2.444894790649414}
{"example_id": -7106629249220279572, "prediction": "Minnesota Vikings US Bank Stadium , Minneapolis , MN 2017 ( Super Bowl LII ) 13 -- 3", "binary_answer": null, "no_answer_prob": -0.7768125534057617}
{"example_id": -3924076247966425792, "prediction": "Michael Jeffrey Jordan", "binary_answer": null, "no_answer_prob": 0.2063920795917511}
{"example_id": 5089102640925979928, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Fahrenheit scale", "binary_answer": null, "no_answer_prob": 0.5245718955993652}
{"example_id": 2126564779842869189, "prediction": "", "binary_answer": null, "no_answer_prob": 4.287792444229126}
{"example_id": 832885741211300550, "prediction": "Customs and etiquette in Chinese dining", "binary_answer": null, "no_answer_prob": 0.826154351234436}
{"example_id": 869727372920867917, "prediction": "Santa Rosa Memorial Hospital", "binary_answer": null, "no_answer_prob": 4.542864769697189}
{"example_id": 277718043051361984, "prediction": "", "binary_answer": null, "no_answer_prob": 2.611100435256958}
{"example_id": -8212333798122067073, "prediction": "April 11 , 1899 .", "binary_answer": null, "no_answer_prob": 1.2851719856262207}
{"example_id": -7779053570352164545, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Fermentation", "binary_answer": null, "no_answer_prob": 3.419833779335022}
{"example_id": -8899062602833744466, "prediction": "A prime minister", "binary_answer": null, "no_answer_prob": -0.911040186882019}
{"example_id": 783256991872557217, "prediction": "The Astros", "binary_answer": null, "no_answer_prob": -5.847812533378601}
{"example_id": 3046403428685044813, "prediction": "Scott `` Scotty '' Grainger Jr.", "binary_answer": null, "no_answer_prob": 1.8314733505249023}
{"example_id": -5086838560806486875, "prediction": "Joey Bosa", "binary_answer": null, "no_answer_prob": 0.3169879913330078}
{"example_id": -6267988425840311468, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The cutaneous receptors", "binary_answer": null, "no_answer_prob": 0.32984352111816406}
{"example_id": 4253474098568062188, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4837612211704254}
{"example_id": 7135956910125091353, "prediction": "No . Athlete Nation Sport Years Games Gender Gold Silver Bronze Total Phelps , Michael Michael Phelps", "binary_answer": null, "no_answer_prob": 1.2724370956420898}
{"example_id": -7443119210975284391, "prediction": "", "binary_answer": null, "no_answer_prob": 4.46195650100708}
{"example_id": -3220423468428479102, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6081761866807938}
{"example_id": -6012803745145563992, "prediction": "Rural City of Murray Bridge South Australia", "binary_answer": null, "no_answer_prob": 2.358354687690735}
{"example_id": -949712490000915278, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5551897510886192}
{"example_id": 5115701650010220734, "prediction": "Jimmy Buffett 's 1973 album A White Sport Coat and a Pink Crustacean spoofs the title of the song .", "binary_answer": null, "no_answer_prob": 1.627085566520691}
{"example_id": 4958587330879175038, "prediction": "", "binary_answer": null, "no_answer_prob": 1.632993221282959}
{"example_id": 6932988173876871081, "prediction": "", "binary_answer": null, "no_answer_prob": 3.357753872871399}
{"example_id": -610789312044350118, "prediction": "The song was featured prominently in the film The Incredible Burt Wonderstone several times .", "binary_answer": null, "no_answer_prob": -1.2499046325683594}
{"example_id": 3888050266948626290, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0825562477111816}
{"example_id": -363659710720561332, "prediction": "The Holy Land", "binary_answer": null, "no_answer_prob": 2.860877513885498}
{"example_id": -4044006980118987290, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 2.885996103286743}
{"example_id": 8408268682696713771, "prediction": "The Mariana Trench", "binary_answer": null, "no_answer_prob": -3.301582396030426}
{"example_id": -7214565946722433946, "prediction": "In computer programming , an entry point", "binary_answer": null, "no_answer_prob": 0.02338603138923645}
{"example_id": 4050484309764805754, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0062695145606995}
{"example_id": 7840962997521156956, "prediction": "Taxonomy", "binary_answer": null, "no_answer_prob": -4.209207534790039}
{"example_id": -5515394691608507451, "prediction": "The Brooklyn Dodgers was an American Major League baseball team", "binary_answer": null, "no_answer_prob": -4.223138213157654}
{"example_id": 745860020479035445, "prediction": "The No Child Left Behind", "binary_answer": null, "no_answer_prob": 3.581645131111145}
{"example_id": 2784798172118934262, "prediction": "7,409,800", "binary_answer": null, "no_answer_prob": 0.7617672085762024}
{"example_id": 3515396418137307239, "prediction": "In the beginning of the season , she and Ben", "binary_answer": null, "no_answer_prob": 4.026512384414673}
{"example_id": -6137218241299521243, "prediction": "1,627 at the 2010 census .", "binary_answer": null, "no_answer_prob": 0.935237318277359}
{"example_id": 3265490876936334303, "prediction": "", "binary_answer": null, "no_answer_prob": 0.004943251609802246}
{"example_id": 4626796641521029297, "prediction": "", "binary_answer": null, "no_answer_prob": 3.579928934574127}
{"example_id": 8315526696903279876, "prediction": "George Raymond Richard Martin", "binary_answer": null, "no_answer_prob": -2.1490817070007324}
{"example_id": 7914809114380179546, "prediction": "", "binary_answer": null, "no_answer_prob": 3.016682155430317}
{"example_id": 5224214262209254277, "prediction": "", "binary_answer": null, "no_answer_prob": 5.257156252861023}
{"example_id": 1869145018609033567, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2654709964990616}
{"example_id": -6561588411465671888, "prediction": "In Jewish and Christian tradition , the love of money is condemned as a sin", "binary_answer": null, "no_answer_prob": 2.021005153656006}
{"example_id": -7311058425357650150, "prediction": "", "binary_answer": null, "no_answer_prob": 2.488850235939026}
{"example_id": -4010373787397749434, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3188955895602703}
{"example_id": -7902554675198577581, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3313480615615845}
{"example_id": 696430550631107443, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0376580953598022}
{"example_id": 3228617496838120663, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.8917664885520935}
{"example_id": 8310703915887017895, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5415127277374268}
{"example_id": 7208198842462801612, "prediction": "October 22 , 2012", "binary_answer": null, "no_answer_prob": -1.7159523963928223}
{"example_id": 3260947583426165221, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9459341168403625}
{"example_id": -130318434575863174, "prediction": "anatomy , physiology , histology and embryology", "binary_answer": null, "no_answer_prob": -2.2262864112854004}
{"example_id": 7929699340353743396, "prediction": "How to Train Your Dragon : The Hidden World", "binary_answer": null, "no_answer_prob": 2.698291619308293}
{"example_id": -8938866779244492178, "prediction": "", "binary_answer": null, "no_answer_prob": 3.777619242668152}
{"example_id": 3943235858007711090, "prediction": "", "binary_answer": null, "no_answer_prob": 2.669226586818695}
{"example_id": -5874342597550354813, "prediction": "`` Soak Up the Sun '' is the title of a song recorded by American artist Sheryl Crow", "binary_answer": null, "no_answer_prob": 0.30139267444610596}
{"example_id": 4910473871422129370, "prediction": "New Amsterdam is an American medical drama", "binary_answer": null, "no_answer_prob": -0.15060484409332275}
{"example_id": 3961226677776393751, "prediction": "The American entry into World War I came in April 1917", "binary_answer": null, "no_answer_prob": 1.0815627872943878}
{"example_id": -580023433038888164, "prediction": "", "binary_answer": null, "no_answer_prob": 2.272644817829132}
{"example_id": -2828366625166690129, "prediction": "", "binary_answer": null, "no_answer_prob": 3.720187485218048}
{"example_id": -4853759279052413002, "prediction": "350 miles ( 560 km )", "binary_answer": null, "no_answer_prob": -0.9618038684129715}
{"example_id": 4003181509456947150, "prediction": "`` This Is Me ''", "binary_answer": null, "no_answer_prob": 0.9541326761245728}
{"example_id": -7167923935152760886, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Sargasso Sea", "binary_answer": null, "no_answer_prob": 1.4785391688346863}
{"example_id": 4575653996854262380, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4184712767601013}
{"example_id": 7602202604358501767, "prediction": "Stranger Things", "binary_answer": null, "no_answer_prob": 0.05897536873817444}
{"example_id": 5879525975812438275, "prediction": "The octopus", "binary_answer": null, "no_answer_prob": 1.6672612726688385}
{"example_id": 1145622181084680131, "prediction": "Kingda Ka Six Flags Great Adventure", "binary_answer": null, "no_answer_prob": 0.4377163052558899}
{"example_id": -513135961892075659, "prediction": "`` Second Chance '' is a song by American rock band 38 Special", "binary_answer": null, "no_answer_prob": 0.7957904934883118}
{"example_id": -4210234158819965891, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Protein catabolism", "binary_answer": null, "no_answer_prob": 4.707256078720093}
{"example_id": 6577269879107742588, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.996953010559082}
{"example_id": -4361842955899466716, "prediction": "The Olympic motto is the hendiatris Citius , Altius , Fortius , which is Latin for `` Faster , Higher , Stronger", "binary_answer": null, "no_answer_prob": -0.5992952585220337}
{"example_id": 8324367126837424989, "prediction": "Sangamon River The Sangamon River near Decatur", "binary_answer": null, "no_answer_prob": 1.2423808574676514}
{"example_id": 2712790974795249725, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2276279032230377}
{"example_id": -520368111127404527, "prediction": "complementary pairs of MOS transistors can be used to make switching circuits with very low power consumption , in the form of CMOS logic .", "binary_answer": null, "no_answer_prob": -0.8999211341142654}
{"example_id": -8340660575163494327, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3292653262615204}
{"example_id": 3231391660162552402, "prediction": "", "binary_answer": null, "no_answer_prob": 2.951569676399231}
{"example_id": 7655364709880102045, "prediction": "Diary of a Wimpy Kid", "binary_answer": null, "no_answer_prob": 2.2698245346546173}
{"example_id": -6805668816434191720, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.2723020911216736}
{"example_id": -8071040109351293643, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -2.6038272380828857}
{"example_id": 1611763682237699503, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.5144102573394775}
{"example_id": 2212266757124585251, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0654757618904114}
{"example_id": -6569027773749567273, "prediction": "Robert Coleman Atkins", "binary_answer": null, "no_answer_prob": 2.286917358636856}
{"example_id": -1742285659832299436, "prediction": "Puerto Rican Spanish", "binary_answer": null, "no_answer_prob": -7.653242230415344}
{"example_id": 5607341441683614186, "prediction": "Sheryl Crow", "binary_answer": null, "no_answer_prob": -6.89768123626709}
{"example_id": 6276226722745393397, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8025318384170532}
{"example_id": 8608412376222592060, "prediction": "Julia Cortez in Mighty Morphin Power Rangers : The Movie , and by Elizabeth Banks", "binary_answer": null, "no_answer_prob": -1.3578648567199707}
{"example_id": 8757907962417456644, "prediction": "", "binary_answer": null, "no_answer_prob": 3.858768045902252}
{"example_id": -4155326542396542537, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9999795258045197}
{"example_id": -4290253211977957416, "prediction": "Manuela Arbel\u00e1ez Correa", "binary_answer": null, "no_answer_prob": -2.7463849782943726}
{"example_id": 5725856502455649226, "prediction": "The Lake Pontchartrain Causeway", "binary_answer": null, "no_answer_prob": -0.2988767623901367}
{"example_id": 7099358179400217854, "prediction": "California is a state in the Pacific Region of the United States . With 39.5 million residents", "binary_answer": null, "no_answer_prob": -2.0470184683799744}
{"example_id": -8785178576893271242, "prediction": "Alison Margaret Arngrim", "binary_answer": null, "no_answer_prob": -3.436730742454529}
{"example_id": -6785769079609581190, "prediction": "Gal Gadot - Varsano", "binary_answer": null, "no_answer_prob": -6.252740383148193}
{"example_id": 6734056901983009542, "prediction": "Los Angeles , California Philadelphia , Pennsylvania", "binary_answer": null, "no_answer_prob": 1.9683108925819397}
{"example_id": 4100037965789202078, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7171019315719604}
{"example_id": 6354755694666860194, "prediction": "nine", "binary_answer": null, "no_answer_prob": -0.0844731330871582}
{"example_id": -887321498113526732, "prediction": "", "binary_answer": null, "no_answer_prob": -3.678182005882263}
{"example_id": 3945082142837053535, "prediction": "Iaan Bekker", "binary_answer": null, "no_answer_prob": -3.8218477964401245}
{"example_id": 6289845821050098120, "prediction": "The 2017 NFL Draft was the 82nd annual meeting of National Football League ( NFL ) franchises to select newly eligible American football players", "binary_answer": null, "no_answer_prob": 1.0335361957550049}
{"example_id": -7782584918237034331, "prediction": "Marvel Contest of Champions", "binary_answer": null, "no_answer_prob": 3.607419580221176}
{"example_id": 6001365084660145337, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.525879204273224}
{"example_id": -5896690541516985078, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5969635844230652}
{"example_id": 6784835929043386540, "prediction": "", "binary_answer": null, "no_answer_prob": 3.417392373085022}
{"example_id": -126560838422847, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4172541499137878}
{"example_id": 7728889237782402278, "prediction": "abiogenesis", "binary_answer": null, "no_answer_prob": -2.0188710689544678}
{"example_id": 5924830466189302135, "prediction": "", "binary_answer": null, "no_answer_prob": 0.030961155891418457}
{"example_id": 8961239037414927478, "prediction": "18 years old .", "binary_answer": null, "no_answer_prob": 0.7364934086799622}
{"example_id": 6969032725861565203, "prediction": "Star Trek", "binary_answer": null, "no_answer_prob": 1.3467488288879395}
{"example_id": -487178853025333141, "prediction": "Starting with the Persian and Greek references to the land of the Indus in the 1st millennium BCE", "binary_answer": null, "no_answer_prob": -3.6527464389801025}
{"example_id": -3604772607148737163, "prediction": "John Steinbeck", "binary_answer": null, "no_answer_prob": -2.1596912145614624}
{"example_id": 5006230593152811617, "prediction": "`` ( I 've Had ) The Time of My Life ''", "binary_answer": null, "no_answer_prob": 3.228641390800476}
{"example_id": 4272102867904984008, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2619453966617584}
{"example_id": -5866908074577191048, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1480339765548706}
{"example_id": 5067368689442546686, "prediction": "Petr \u010cech", "binary_answer": null, "no_answer_prob": -4.344218373298645}
{"example_id": -7194512475620654822, "prediction": "", "binary_answer": null, "no_answer_prob": -2.6873778104782104}
{"example_id": 6637825926984498359, "prediction": "harmonizes the country - specific regulations of quality Management systems .", "binary_answer": null, "no_answer_prob": 1.9692291021347046}
{"example_id": -1171733550183507354, "prediction": "As the Senate president , the vice president", "binary_answer": null, "no_answer_prob": 1.6210631728172302}
{"example_id": 5852999093526582116, "prediction": "", "binary_answer": null, "no_answer_prob": 5.08765971660614}
{"example_id": -2777488611525081906, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 1.4861499071121216}
{"example_id": 6784073943483321607, "prediction": "2018 FIFA World Cup qualification ( AFC ) Tournament details Dates 12 March 2015 -- 10 October 2017 Teams 46", "binary_answer": null, "no_answer_prob": 3.184211492538452}
{"example_id": -2750633755921861533, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4741077423095703}
{"example_id": -414366433822264308, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9909412264823914}
{"example_id": -9075313383366644010, "prediction": "", "binary_answer": null, "no_answer_prob": 4.5403584241867065}
{"example_id": -7966730267385876585, "prediction": "The Queen 's Official Birthday", "binary_answer": null, "no_answer_prob": 1.9232634454965591}
{"example_id": -2382743949239598045, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Half - mast", "binary_answer": null, "no_answer_prob": 2.0375180542469025}
{"example_id": 4676183643944474546, "prediction": "Phil Collins", "binary_answer": null, "no_answer_prob": -2.6060850620269775}
{"example_id": -6102906449628989691, "prediction": "The African Methodist Episcopal Zion Church", "binary_answer": null, "no_answer_prob": 1.2365193665027618}
{"example_id": 3609901418190074273, "prediction": "The Count of Monte Cristo", "binary_answer": null, "no_answer_prob": 0.9392106533050537}
{"example_id": 862078234530148223, "prediction": "", "binary_answer": null, "no_answer_prob": 4.22270131111145}
{"example_id": -2721953522621091133, "prediction": "The Queen received an annual \u00a3 7.9 million", "binary_answer": null, "no_answer_prob": 2.0424229502677917}
{"example_id": 8761689973248433102, "prediction": "", "binary_answer": null, "no_answer_prob": 3.201735347509384}
{"example_id": -4146357955786193547, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.011566638946533}
{"example_id": -6184574948788644454, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.502302765846252}
{"example_id": 8558056801913404263, "prediction": "September 19 , 1983", "binary_answer": null, "no_answer_prob": -3.9768457412719727}
{"example_id": 7094722744083332604, "prediction": "`` Black Is Black '' is a song by the Spanish rock band Los Bravos", "binary_answer": null, "no_answer_prob": 3.9462926387786865}
{"example_id": 8228803571517746422, "prediction": "World War I", "binary_answer": null, "no_answer_prob": -0.7078571319580078}
{"example_id": 61181544533963488, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7840228602290154}
{"example_id": -7274132302013146026, "prediction": "Big Hero 6 : The Series", "binary_answer": null, "no_answer_prob": 3.671220064163208}
{"example_id": -7182236685420999405, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2362277507781982}
{"example_id": -9183044269893269650, "prediction": "", "binary_answer": null, "no_answer_prob": 2.777587726712227}
{"example_id": -4385624759721230743, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -2.516800045967102}
{"example_id": 3918640500309682159, "prediction": "", "binary_answer": null, "no_answer_prob": -0.1013869047164917}
{"example_id": -5762914295759708385, "prediction": "", "binary_answer": null, "no_answer_prob": 4.528368026018143}
{"example_id": -6962948485363607069, "prediction": "", "binary_answer": null, "no_answer_prob": 2.376477152109146}
{"example_id": 9117581513748721747, "prediction": "In The Menagerie , the Enterprise , now under the command of Captain James T. Kirk", "binary_answer": null, "no_answer_prob": 3.7774519622325897}
{"example_id": -8950840458638576086, "prediction": "Gary Sanford Paxton", "binary_answer": null, "no_answer_prob": 3.8299356140196323}
{"example_id": -3086018981982910882, "prediction": "Christianity", "binary_answer": null, "no_answer_prob": -4.2458213567733765}
{"example_id": 6493201878308123837, "prediction": "A resource is a source or supply from which benefit is produced", "binary_answer": null, "no_answer_prob": -1.0483282804489136}
{"example_id": -580527970685575745, "prediction": "`` Summertime ''", "binary_answer": null, "no_answer_prob": 3.67478209733963}
{"example_id": -4590588854974950166, "prediction": "", "binary_answer": null, "no_answer_prob": 2.783588081598282}
{"example_id": -6025092369895334198, "prediction": "Article Two , Section 1", "binary_answer": null, "no_answer_prob": -3.2402819395065308}
{"example_id": -6335612432223418434, "prediction": "Deposit Insurance and Credit Guarantee Corporation ( DICGC ) is a subsidiary of Reserve Bank of India", "binary_answer": null, "no_answer_prob": 2.08356773853302}
{"example_id": 426962160830558336, "prediction": "Dedrick Darnell Owens", "binary_answer": null, "no_answer_prob": 0.5656348466873169}
{"example_id": -3090403837450995143, "prediction": "Ceres in the asteroid belt , and Pluto , Haumea , Makemake , and Eris", "binary_answer": null, "no_answer_prob": 0.41944456100463867}
{"example_id": -8998032244760150081, "prediction": "12 MS Dhoni India 2018 321 273 10,046 51.25 88.13 10 67 14 July 2018 14 years , 159 days 273", "binary_answer": null, "no_answer_prob": 2.0381675362586975}
{"example_id": -5526853451616925965, "prediction": "Taylor Michel Momsen", "binary_answer": null, "no_answer_prob": -7.5221298933029175}
{"example_id": 2636854670992768357, "prediction": "", "binary_answer": null, "no_answer_prob": 0.894150510430336}
{"example_id": 8967448474966136358, "prediction": "Cy Young", "binary_answer": null, "no_answer_prob": -2.485986113548279}
{"example_id": 6012438969925208015, "prediction": "", "binary_answer": null, "no_answer_prob": -2.334280490875244}
{"example_id": 5352837022179113474, "prediction": "", "binary_answer": null, "no_answer_prob": 1.632491409778595}
{"example_id": 3877499609818719705, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3526500463485718}
{"example_id": 7362391858210558892, "prediction": "", "binary_answer": null, "no_answer_prob": 3.279649958014488}
{"example_id": 7662094105996254842, "prediction": "December 1917", "binary_answer": null, "no_answer_prob": -1.8672910928726196}
{"example_id": 725338506361719078, "prediction": "Dil Hai Ke Manta Nahin", "binary_answer": null, "no_answer_prob": -2.1645586490631104}
{"example_id": 512337514824827515, "prediction": "Pennsylvania was the site of the bloodiest battle of the war , the Battle of Gettysburg", "binary_answer": null, "no_answer_prob": -0.20885145664215088}
{"example_id": 5045937353297022072, "prediction": "", "binary_answer": null, "no_answer_prob": 4.11873859167099}
{"example_id": 347191315240643171, "prediction": "Nationals Park", "binary_answer": null, "no_answer_prob": -1.6850013732910156}
{"example_id": 8660331151201623964, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7753015756607056}
{"example_id": 7830869262997855742, "prediction": "Mike Mulligan and His Steam Shovel", "binary_answer": null, "no_answer_prob": 3.068147525191307}
{"example_id": -9076370692976190839, "prediction": "June 13 , 2017", "binary_answer": null, "no_answer_prob": -1.1663227081298828}
{"example_id": -619552552673730334, "prediction": "concrete , mortar , stucco , and non-specialty grout", "binary_answer": null, "no_answer_prob": 0.4837336540222168}
{"example_id": 1749153805712508107, "prediction": "Paul Ryan", "binary_answer": null, "no_answer_prob": -3.6037848591804504}
{"example_id": -3492568241335224681, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Solving chess", "binary_answer": null, "no_answer_prob": 2.3895484060049057}
{"example_id": -6703811479926111391, "prediction": "Dakota Mayi Johnson", "binary_answer": null, "no_answer_prob": 1.8141512274742126}
{"example_id": 538780514242752950, "prediction": "Shelley Morrison", "binary_answer": null, "no_answer_prob": -1.5596052408218384}
{"example_id": -6465235294348564315, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7187246084213257}
{"example_id": 6125961457024007179, "prediction": "State Record high temperature Date Place ( s ) Record low temperature Date Place ( s ) Alabama", "binary_answer": null, "no_answer_prob": 1.9189404621720314}
{"example_id": 8114932699164476907, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] An archangel", "binary_answer": null, "no_answer_prob": 2.868272840976715}
{"example_id": -6703340867323473163, "prediction": "Spike , played by James Marsters", "binary_answer": null, "no_answer_prob": 3.4904478192329407}
{"example_id": -7038357099440704798, "prediction": "", "binary_answer": null, "no_answer_prob": 3.127411127090454}
{"example_id": -4612096233836235824, "prediction": "", "binary_answer": null, "no_answer_prob": 0.42814910411834717}
{"example_id": 706893833025886002, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2361201047897339}
{"example_id": -6232254898181052878, "prediction": "Gary Oldman", "binary_answer": null, "no_answer_prob": -2.4875123500823975}
{"example_id": -8388801701720804740, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5856642723083496}
{"example_id": -3672146252943810198, "prediction": "Madan Mohan Malaviya", "binary_answer": null, "no_answer_prob": -4.24023973941803}
{"example_id": -1950693760324928968, "prediction": "Tobermore United", "binary_answer": null, "no_answer_prob": 2.6014901101589203}
{"example_id": 1242465222539277358, "prediction": "`` You Can Do It '' is a song by American rapper Ice Cube", "binary_answer": null, "no_answer_prob": -0.44789350032806396}
{"example_id": 7150285522445564705, "prediction": "`` I Do n't Wanna Live Forever ''", "binary_answer": null, "no_answer_prob": -0.2772834002971649}
{"example_id": 3659570715168712564, "prediction": "Gaal Gaash", "binary_answer": null, "no_answer_prob": -0.3764718174934387}
{"example_id": 7262977986120861210, "prediction": "New York New York", "binary_answer": null, "no_answer_prob": -1.804781436920166}
{"example_id": 6206223206842892338, "prediction": "Johnny Paycheck", "binary_answer": null, "no_answer_prob": 0.5801090002059937}
{"example_id": 5964972862669432850, "prediction": "Vincent Peter Jones", "binary_answer": null, "no_answer_prob": -4.836442828178406}
{"example_id": -6724537472853944057, "prediction": "The twelfth season", "binary_answer": null, "no_answer_prob": 1.7349861860275269}
{"example_id": -1273349561587212814, "prediction": "", "binary_answer": null, "no_answer_prob": 3.850012958049774}
{"example_id": -3441193694520426130, "prediction": "Harry Chapin", "binary_answer": null, "no_answer_prob": 0.9083097577095032}
{"example_id": 4392880940485489892, "prediction": "Billed as the Murmaids , the Fischer sisters and Sally Gordon", "binary_answer": null, "no_answer_prob": 3.4048677682876587}
{"example_id": 4923098453454281919, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9216900169849396}
{"example_id": -4712101046183684891, "prediction": "Considered by many his signature song , the ballad is said to be about Thunders ' heroin addiction", "binary_answer": null, "no_answer_prob": -6.665530443191528}
{"example_id": 7939460582023879698, "prediction": "Nervous tissue", "binary_answer": null, "no_answer_prob": 1.53415347635746}
{"example_id": 753472896925587982, "prediction": "Valley Forge", "binary_answer": null, "no_answer_prob": 1.2343474626541138}
{"example_id": -2857599565985997857, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4981228709220886}
{"example_id": 2259314693825232263, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5735102891921997}
{"example_id": 5610563369401480961, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7060928344726562}
{"example_id": -8486115647506508434, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.210098892450333}
{"example_id": -2301404948794447918, "prediction": "Daren Kagasoff", "binary_answer": null, "no_answer_prob": -0.35295701026916504}
{"example_id": 2135787594470218839, "prediction": "", "binary_answer": null, "no_answer_prob": 2.43981671333313}
{"example_id": -2647017312134397209, "prediction": "", "binary_answer": null, "no_answer_prob": 5.466466933488846}
{"example_id": 4679825026039475084, "prediction": "", "binary_answer": null, "no_answer_prob": 2.993333861231804}
{"example_id": 7612864423484377511, "prediction": "Hayden Christensen", "binary_answer": null, "no_answer_prob": 1.5188173055648804}
{"example_id": 5361039072772673014, "prediction": "Herr , gehe nicht ins Gericht mit deinem Knecht ( Lord , do not pass judgment on Your servant )", "binary_answer": null, "no_answer_prob": 0.5514969602227211}
{"example_id": 8128023842569557050, "prediction": "Baton Rouge , Louisiana ; Vancouver , British Columbia ; New Orleans", "binary_answer": null, "no_answer_prob": 0.6379098892211914}
{"example_id": -8295818356153818250, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9792054891586304}
{"example_id": -7044953651287195370, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4964702725410461}
{"example_id": -1739047898037638364, "prediction": "Diane Nadeau", "binary_answer": null, "no_answer_prob": -5.518784165382385}
{"example_id": -4614537553546964808, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2633183598518372}
{"example_id": -6039277764340706043, "prediction": "Christmas in July is a Christmas celebration held in the month of July , the nature of which differs by hemisphere .", "binary_answer": null, "no_answer_prob": 4.077293358743191}
{"example_id": -1198227656095162134, "prediction": "12 March 28 , 2011 ( 2011 - 03 - 28 ) June 20 , 2011 ( 2011 - 06 - 20 )", "binary_answer": null, "no_answer_prob": -1.1701045036315918}
{"example_id": -8272307897550811967, "prediction": "Mars", "binary_answer": null, "no_answer_prob": 0.892335057258606}
{"example_id": 541587846304696180, "prediction": "Shrek", "binary_answer": null, "no_answer_prob": -4.662646770477295}
{"example_id": -3513032860379097783, "prediction": "", "binary_answer": null, "no_answer_prob": 1.634435087442398}
{"example_id": 2924701417029822668, "prediction": "", "binary_answer": null, "no_answer_prob": 0.847876250743866}
{"example_id": 6445278819609466179, "prediction": "Punar Vivah", "binary_answer": null, "no_answer_prob": 0.7787964344024658}
{"example_id": 7545612960213780535, "prediction": "1947", "binary_answer": null, "no_answer_prob": -2.9753549098968506}
{"example_id": 9185684670622193737, "prediction": "Acts of the Apostles", "binary_answer": null, "no_answer_prob": 2.4474709033966064}
{"example_id": -4806863255471699406, "prediction": "`` Green , Green Grass of Home '' , written by Claude `` Curly '' Putman , Jr.", "binary_answer": null, "no_answer_prob": -1.7344582080841064}
{"example_id": 4595489804954746305, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0154642462730408}
{"example_id": -3759237310276969458, "prediction": "Benjamin Lee McAdoo", "binary_answer": null, "no_answer_prob": -7.9740976095199585}
{"example_id": -7659860548320935512, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9273793697357178}
{"example_id": -983226420908715261, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9218329191207886}
{"example_id": 8102569032556059314, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1664320826530457}
{"example_id": -8673571620754144399, "prediction": "In population genetics , gene flow", "binary_answer": null, "no_answer_prob": -0.09337770938873291}
{"example_id": -3873999362752655849, "prediction": "Brooks Koepka", "binary_answer": null, "no_answer_prob": -8.781199395656586}
{"example_id": -7168963681804223913, "prediction": "", "binary_answer": null, "no_answer_prob": 2.984412759542465}
{"example_id": -4892320110584406318, "prediction": "The finances of the British royal family come from a number of sources", "binary_answer": null, "no_answer_prob": 1.8757889866828918}
{"example_id": 3234073739556853739, "prediction": "D'Artagnan and Three Musketeers", "binary_answer": null, "no_answer_prob": -2.0200237035751343}
{"example_id": -9196183299676558496, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2893298268318176}
{"example_id": -4789202463979902392, "prediction": "coin", "binary_answer": null, "no_answer_prob": -3.6258738040924072}
{"example_id": 3812916313474417654, "prediction": "Insulin", "binary_answer": null, "no_answer_prob": 1.5164872407913208}
{"example_id": 22239020710945433, "prediction": "The Nullification Crisis", "binary_answer": null, "no_answer_prob": 2.575831100344658}
{"example_id": 508044299322255687, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4700523614883423}
{"example_id": 8832081512109705597, "prediction": "", "binary_answer": null, "no_answer_prob": 1.596318244934082}
{"example_id": -3501562383447497620, "prediction": "Linux ( / \u02c8l\u026an\u0259ks / ( listen ) LIN - \u0259ks ) is a family of free and open - source", "binary_answer": null, "no_answer_prob": 0.7017578929662704}
{"example_id": -8602721944840980647, "prediction": "Daniel J. Travanti", "binary_answer": null, "no_answer_prob": -6.248200058937073}
{"example_id": -6148134655601750853, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8962601721286774}
{"example_id": 1755474343220573273, "prediction": "Mayor of the City and County of San Francisco Flag of San Francisco , California Incumbent Ed Lee", "binary_answer": null, "no_answer_prob": -0.9947808980941772}
{"example_id": -4347567190099337423, "prediction": "", "binary_answer": null, "no_answer_prob": 6.050052434206009}
{"example_id": -8500232893782618864, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0622965544462204}
{"example_id": -5191683429967282161, "prediction": "While in Chicago , Tara dated ATF agent Joshua Kohn", "binary_answer": null, "no_answer_prob": 3.0767745077610016}
{"example_id": -6281289355863395090, "prediction": "The Apple Watch Series 3", "binary_answer": null, "no_answer_prob": -2.1701165437698364}
{"example_id": 8423232783444896189, "prediction": "You Got It ''", "binary_answer": null, "no_answer_prob": 0.05765557289123535}
{"example_id": -1103160452857096925, "prediction": "Pok\u00e9mon", "binary_answer": null, "no_answer_prob": 4.430542945861816}
{"example_id": -9076241233720583121, "prediction": "Since 2008 , Girl Scouts of the USA have had five age levels : Daisy , Brownie , Junior , Cadette , and Senior", "binary_answer": null, "no_answer_prob": 1.7515662908554077}
{"example_id": -2323712156293144863, "prediction": "Sheila Reid", "binary_answer": null, "no_answer_prob": -0.49766111373901367}
{"example_id": -5970335719814423737, "prediction": "12 April 1 , 2017 ( 2017 - 04 - 01 ) June 17 , 2017 ( 2017 - 06 - 17 )", "binary_answer": null, "no_answer_prob": -0.8173725605010986}
{"example_id": -4997143902139320192, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6559170186519623}
{"example_id": -1955635597397014775, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9414094537496567}
{"example_id": 7433110538879467028, "prediction": "", "binary_answer": null, "no_answer_prob": 4.682787001132965}
{"example_id": 5176758851160534054, "prediction": "", "binary_answer": null, "no_answer_prob": 0.23240946233272552}
{"example_id": -3163555596562621282, "prediction": "`` candy ( made ) of milk '' or `` sweet ( made ) of milk", "binary_answer": null, "no_answer_prob": -7.2250049114227295}
{"example_id": -5934587290164255986, "prediction": "five", "binary_answer": null, "no_answer_prob": -0.7112956047058105}
{"example_id": -7533576679180185428, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6912976503372192}
{"example_id": 6847483168682461285, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3207394182682037}
{"example_id": 8737971059000480111, "prediction": "Vascularity", "binary_answer": null, "no_answer_prob": 1.0229544639587402}
{"example_id": -8651235355923167661, "prediction": "Death and taxes is a common reference to the famous quotation :", "binary_answer": null, "no_answer_prob": 0.5698672533035278}
{"example_id": 5389106437312212883, "prediction": "Space Jam", "binary_answer": null, "no_answer_prob": -3.570874333381653}
{"example_id": -4718286768374233358, "prediction": "", "binary_answer": null, "no_answer_prob": 2.570863276720047}
{"example_id": 7762923353573611797, "prediction": "Land Rover Discovery Sport Overview Manufacturer Jaguar Land Rover Production 2014 -- present Assembly Halewood Body & Assembly , Liverpool , England", "binary_answer": null, "no_answer_prob": 0.42827703058719635}
{"example_id": 8489830856969762031, "prediction": "The three wise monkeys", "binary_answer": null, "no_answer_prob": -4.02220618724823}
{"example_id": 4726714773087036923, "prediction": "Orlando", "binary_answer": null, "no_answer_prob": 0.304024875164032}
{"example_id": -3954617935964596500, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.169250130653381}
{"example_id": 5036099833855498696, "prediction": "`` December , 1963 ( Oh , What a Night ) '' is a song by the Four Seasons", "binary_answer": null, "no_answer_prob": 1.5564740151166916}
{"example_id": -2897294436492264617, "prediction": "Rank State 2015 2014 2013 2012 2011 Maryland", "binary_answer": null, "no_answer_prob": 0.4485464096069336}
{"example_id": -7059759563375861801, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5414326786994934}
{"example_id": 8123952012258179530, "prediction": "The Legend of Heroes : Trails in the Sky", "binary_answer": null, "no_answer_prob": 2.091602236032486}
{"example_id": -4166868313835054376, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9077155590057373}
{"example_id": 52476807952251369, "prediction": "", "binary_answer": null, "no_answer_prob": 0.577471911907196}
{"example_id": 585529813577875741, "prediction": "In 1808 Fran\u00e7ois Isaac de Rivaz designed the first car powered by an internal combustion engine fueled by hydrogen .", "binary_answer": null, "no_answer_prob": -2.9471986293792725}
{"example_id": 4992973967728216447, "prediction": "Michael Jeffrey Jordan", "binary_answer": null, "no_answer_prob": 0.06158047914505005}
{"example_id": 735822591657834018, "prediction": "A wake is a social gathering associated with death", "binary_answer": null, "no_answer_prob": -0.11881780624389648}
{"example_id": -2520994521466621174, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.309846997261047}
{"example_id": 6017355175145649580, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7365571856498718}
{"example_id": 8852022907059355124, "prediction": "", "binary_answer": null, "no_answer_prob": 5.9650715589523315}
{"example_id": 5268257633315842288, "prediction": "Person - centered therapy", "binary_answer": null, "no_answer_prob": 1.9622884690761566}
{"example_id": -2418240830292885258, "prediction": "", "binary_answer": null, "no_answer_prob": 4.294373035430908}
{"example_id": 3209347583114106513, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9234297573566437}
{"example_id": -8103350012102343590, "prediction": "Andriy Mykolayovych Shevchenko", "binary_answer": null, "no_answer_prob": -2.3205701112747192}
{"example_id": -4199074857945670882, "prediction": "", "binary_answer": null, "no_answer_prob": 4.265182316303253}
{"example_id": -8678395393651706588, "prediction": "Justice League", "binary_answer": null, "no_answer_prob": -1.018938422203064}
{"example_id": -4209121536469254199, "prediction": "Seinfeld", "binary_answer": null, "no_answer_prob": 2.403313994407654}
{"example_id": 6801471705649959223, "prediction": "", "binary_answer": null, "no_answer_prob": 4.611931025981903}
{"example_id": -7703406843536064793, "prediction": "Big Time Rush", "binary_answer": null, "no_answer_prob": 5.379027962684631}
{"example_id": 3637279679580701461, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9228394627571106}
{"example_id": 881138062670365192, "prediction": "", "binary_answer": null, "no_answer_prob": 2.749621272087097}
{"example_id": 86680290216010549, "prediction": "The Statue of Liberty", "binary_answer": null, "no_answer_prob": -2.590548515319824}
{"example_id": 3052775455691534144, "prediction": "", "binary_answer": null, "no_answer_prob": 3.195931553840637}
{"example_id": 5702652871352922895, "prediction": "`` Here I Go Again '' is a song by British rock band Whitesnake", "binary_answer": null, "no_answer_prob": -0.0712815523147583}
{"example_id": -3826370281781906774, "prediction": "`` Stayin ' Alive ''", "binary_answer": null, "no_answer_prob": 2.0230684876441956}
{"example_id": -2370000317744744733, "prediction": "Essure", "binary_answer": null, "no_answer_prob": 3.6168587803840637}
{"example_id": -3524033522938130487, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5178562700748444}
{"example_id": 5522044311637060513, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.875080764293671}
{"example_id": 3199484311886819083, "prediction": "The Red Hot Chili Peppers", "binary_answer": null, "no_answer_prob": -1.6292564868927002}
{"example_id": 5799571367277862482, "prediction": "Woodrow Wilson", "binary_answer": null, "no_answer_prob": -1.3247382640838623}
{"example_id": 7365751395681509522, "prediction": "Lesley Gore", "binary_answer": null, "no_answer_prob": 0.020603179931640625}
{"example_id": -5863393738946188631, "prediction": "Consciousness Awareness , Civil Rights Awareness , Activism Awareness , Justice , Political Awareness , and Community Awareness in music", "binary_answer": null, "no_answer_prob": -2.201098918914795}
{"example_id": -8083772678784794712, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6237256526947021}
{"example_id": 8198686008114485545, "prediction": "Earth 's internal heat budget", "binary_answer": null, "no_answer_prob": -1.2197656631469727}
{"example_id": -6039995425593167072, "prediction": "Kevin Garnett", "binary_answer": null, "no_answer_prob": -3.4358071088790894}
{"example_id": -7946914703140878316, "prediction": "`` Hit Me with Your Best Shot '' is a song by American rock singer Pat Benatar", "binary_answer": null, "no_answer_prob": 5.254061795771122}
{"example_id": 2108086515194394077, "prediction": "`` Youth of the Nation ''", "binary_answer": null, "no_answer_prob": -1.3213223218917847}
{"example_id": -559698274556631429, "prediction": "Lou Ferrigno", "binary_answer": null, "no_answer_prob": -3.841726779937744}
{"example_id": -6990778620757112972, "prediction": "In probability theory", "binary_answer": null, "no_answer_prob": 2.3497544825077057}
{"example_id": 525916318143525437, "prediction": "Jaws", "binary_answer": null, "no_answer_prob": -2.4725857973098755}
{"example_id": -3773136998192894793, "prediction": "Clowns in Clover . It was published in 1933 . It became a # 21 hit for Nat King Cole in 1948 .", "binary_answer": null, "no_answer_prob": 2.357703149318695}
{"example_id": 6791572512890775191, "prediction": "At 7 feet tall , Sligh", "binary_answer": null, "no_answer_prob": -0.3879452347755432}
{"example_id": 8779318877419648135, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1437674164772034}
{"example_id": -4335202085973186211, "prediction": "", "binary_answer": null, "no_answer_prob": 3.767475664615631}
{"example_id": -2991000124654590247, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3236243724822998}
{"example_id": 2348874376289832553, "prediction": "Dylan Thomas", "binary_answer": null, "no_answer_prob": -7.02308976650238}
{"example_id": 3716006169036263668, "prediction": "", "binary_answer": null, "no_answer_prob": 3.106978714466095}
{"example_id": -565341619674432966, "prediction": "`` I 'd Go with You Anywhere '' is a song by Australian band , Birds of Tokyo", "binary_answer": null, "no_answer_prob": 1.0350780189037323}
{"example_id": 6351658687130578987, "prediction": "Nadia Alexandra Bj\u00f6rlin", "binary_answer": null, "no_answer_prob": 1.7850642204284668}
{"example_id": -3155353170649122391, "prediction": "Miguel L\u00f3pez de Legazpi", "binary_answer": null, "no_answer_prob": 0.09556269645690918}
{"example_id": 441296213865660806, "prediction": "Taron Egerton", "binary_answer": null, "no_answer_prob": -2.9934840202331543}
{"example_id": 5029149710350466461, "prediction": "2,127 to 13,114 feet ( 648 to 3,997 m )", "binary_answer": null, "no_answer_prob": -2.2235838174819946}
{"example_id": 3453595725488611576, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4291191101074219}
{"example_id": -1931779794955008041, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4482901096343994}
{"example_id": 5638058614971690578, "prediction": "Stringer Lawrence", "binary_answer": null, "no_answer_prob": -0.06629776954650879}
{"example_id": -414725907011542294, "prediction": "October 10 , 2017", "binary_answer": null, "no_answer_prob": -6.055911302566528}
{"example_id": 8455109717616396298, "prediction": "", "binary_answer": null, "no_answer_prob": 4.036068439483643}
{"example_id": 3915783006057137863, "prediction": "Qatar", "binary_answer": null, "no_answer_prob": -6.657495617866516}
{"example_id": -4696779695200156921, "prediction": "Stone is a surname of Anglo - Saxon English origin .", "binary_answer": null, "no_answer_prob": -0.9927436113357544}
{"example_id": -7414660171500906394, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.348612070083618}
{"example_id": -7373117078520023721, "prediction": "", "binary_answer": null, "no_answer_prob": 3.007896363735199}
{"example_id": -1441473819725557103, "prediction": "Denali", "binary_answer": null, "no_answer_prob": -0.16698622703552246}
{"example_id": 2510334644407695934, "prediction": "DeMarco Murray", "binary_answer": null, "no_answer_prob": 2.8121695816516876}
{"example_id": -1619186597598176495, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2870830297470093}
{"example_id": 7328693781432315125, "prediction": "Using 2018 inflation - adjusted dollars , the federal minimum wage peaked at $11.77 per hour", "binary_answer": null, "no_answer_prob": 0.8638989329338074}
{"example_id": 8111834290073133919, "prediction": "fool ; idiot '' , or ( as an adjectival noun ) `` foolish ''", "binary_answer": null, "no_answer_prob": -4.811796188354492}
{"example_id": -2721022090667625722, "prediction": "Dylan Sprouse", "binary_answer": null, "no_answer_prob": -0.17067241668701172}
{"example_id": -5648483304974433868, "prediction": "The 2022 Winter Olympics , officially known as the XXIV Olympic Winter Games", "binary_answer": null, "no_answer_prob": 1.119691714644432}
{"example_id": 1171476955295289346, "prediction": "R&B vocalist Brook Benton", "binary_answer": null, "no_answer_prob": -0.11305117607116699}
{"example_id": -1931550531319950209, "prediction": "Regan Mizrahi", "binary_answer": null, "no_answer_prob": -1.0392311811447144}
{"example_id": 6086508527195882274, "prediction": "Lowe", "binary_answer": null, "no_answer_prob": 3.3720478117465973}
{"example_id": -7229087212436160534, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Helium atom", "binary_answer": null, "no_answer_prob": 0.28267407417297363}
{"example_id": 2547423868365907277, "prediction": "", "binary_answer": null, "no_answer_prob": 3.660977363586426}
{"example_id": -8505549468699525781, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7358778789639473}
{"example_id": 6967621407255586589, "prediction": "Vasco N\u00fa\u00f1ez de Balboa", "binary_answer": null, "no_answer_prob": -3.3061896562576294}
{"example_id": 7756927992715869319, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.216034770011902}
{"example_id": -3082473786937273715, "prediction": "Somebody else 's problem", "binary_answer": null, "no_answer_prob": 5.616723105311394}
{"example_id": 6562304557552812836, "prediction": "Wisconsin", "binary_answer": null, "no_answer_prob": -2.9392680525779724}
{"example_id": -4484061908781099297, "prediction": "Cyndi Lauper", "binary_answer": null, "no_answer_prob": 1.6149145364761353}
{"example_id": 4735550326345627014, "prediction": "Clayton Kershaw", "binary_answer": null, "no_answer_prob": -6.3083837032318115}
{"example_id": -5847075683918640329, "prediction": "Anthony Jerome `` Spud '' Webb", "binary_answer": null, "no_answer_prob": -2.6883016228675842}
{"example_id": -8328228024519375358, "prediction": "Alaska", "binary_answer": null, "no_answer_prob": -0.5747011303901672}
{"example_id": 2663900618010457747, "prediction": "Passion , Pain & Demon Slayin '", "binary_answer": null, "no_answer_prob": 4.315186262130737}
{"example_id": -8752136805523051359, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5718408226966858}
{"example_id": 8428601487426030777, "prediction": "the Tokens . It went on to earn at least US $15 million in royalties from cover versions and film licensing .", "binary_answer": null, "no_answer_prob": 0.7777324914932251}
{"example_id": 5497099968781805678, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5276477336883545}
{"example_id": 1778587505575968014, "prediction": "Eukaryotic organisms ( animals , plants , fungi and protists", "binary_answer": null, "no_answer_prob": 1.4809904098510742}
{"example_id": 5212701045922781671, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5358004122972488}
{"example_id": 3738037715323533597, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9746815832331777}
{"example_id": -7091849772271819482, "prediction": "Betsy DeVos", "binary_answer": null, "no_answer_prob": -3.9736510515213013}
{"example_id": 208283100093201159, "prediction": "The Great Railroad Strike", "binary_answer": null, "no_answer_prob": 0.34274497628211975}
{"example_id": 1097852375859651522, "prediction": "`` ( Lay Your Head on My ) Pillow ''", "binary_answer": null, "no_answer_prob": 1.4648125171661377}
{"example_id": -7853651287191533159, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4265595078468323}
{"example_id": 1270495885425011447, "prediction": "Fullmetal Alchemist : Brotherhood", "binary_answer": null, "no_answer_prob": 2.2732092142105103}
{"example_id": 6811526574071199560, "prediction": "", "binary_answer": null, "no_answer_prob": 3.003945305943489}
{"example_id": 5378819929993515615, "prediction": "`` Can You Feel the Love Tonight '' is a song from Disney 's 1994 animated film The Lion King", "binary_answer": null, "no_answer_prob": 2.271714359521866}
{"example_id": 8376740439036210354, "prediction": "2.0 L B20Z", "binary_answer": null, "no_answer_prob": 0.45576000213623047}
{"example_id": 7620444104081429547, "prediction": "", "binary_answer": null, "no_answer_prob": 3.435255765914917}
{"example_id": -8003989302718896768, "prediction": "Warren Hastings", "binary_answer": null, "no_answer_prob": -1.372622013092041}
{"example_id": -8080235744220023127, "prediction": "The Old Testament", "binary_answer": null, "no_answer_prob": -0.24723786115646362}
{"example_id": -2353375001026583333, "prediction": "", "binary_answer": null, "no_answer_prob": -5.197024464607239}
{"example_id": 7648691593810220949, "prediction": "", "binary_answer": null, "no_answer_prob": -3.1593854427337646}
{"example_id": -8850169184954446631, "prediction": "North Central Province", "binary_answer": null, "no_answer_prob": -5.230733692646027}
{"example_id": 7146082232126662177, "prediction": "about 80 million people", "binary_answer": null, "no_answer_prob": -2.1303290128707886}
{"example_id": 2889250111186553453, "prediction": "Star Wars : The Old Republic", "binary_answer": null, "no_answer_prob": 0.6598519086837769}
{"example_id": 2575738649935545229, "prediction": "13", "binary_answer": null, "no_answer_prob": -3.2869808673858643}
{"example_id": 7650342317444241560, "prediction": "2005", "binary_answer": null, "no_answer_prob": 0.8645246624946594}
{"example_id": -972452256741930812, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4990702271461487}
{"example_id": -6752982719531275085, "prediction": "", "binary_answer": null, "no_answer_prob": 4.165304005146027}
{"example_id": 3501145208168695702, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Tufa", "binary_answer": null, "no_answer_prob": 3.1421048045158386}
{"example_id": 7728974399769968371, "prediction": "Technically , the name of the law is the Federal Water Pollution Control Act", "binary_answer": null, "no_answer_prob": 1.1660651564598083}
{"example_id": -4678649940818696718, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8465971946716309}
{"example_id": -1646821937415717394, "prediction": "Robert Andrew McGladdery", "binary_answer": null, "no_answer_prob": -5.854555726051331}
{"example_id": -5332415273865797138, "prediction": "The Yankees selected Judge in the first round of the 2013 MLB draft", "binary_answer": null, "no_answer_prob": -0.6930271089076996}
{"example_id": 7914838432482010764, "prediction": "George Glenn Jones", "binary_answer": null, "no_answer_prob": -2.3869829177856445}
{"example_id": 6970940570709377084, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9911242723464966}
{"example_id": 5313339127491639524, "prediction": "January 16 , 2018", "binary_answer": null, "no_answer_prob": -5.865142822265625}
{"example_id": -2030479244176168782, "prediction": "", "binary_answer": null, "no_answer_prob": 2.486640691757202}
{"example_id": 5718957752827445186, "prediction": "The American Civil War", "binary_answer": null, "no_answer_prob": -4.651172876358032}
{"example_id": 7452522843249350604, "prediction": "Saekano ( \u51b4\u3048 \u30ab\u30ce )", "binary_answer": null, "no_answer_prob": -4.975007057189941}
{"example_id": 3714696059589695388, "prediction": "", "binary_answer": null, "no_answer_prob": 2.954103946685791}
{"example_id": 2787224166286157257, "prediction": "April 2 , 2017", "binary_answer": null, "no_answer_prob": -6.191379427909851}
{"example_id": -1470244179653744204, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6649008095264435}
{"example_id": -1723484079799301411, "prediction": "Jade", "binary_answer": null, "no_answer_prob": -6.105967342853546}
{"example_id": -7713016265564058379, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6727388501167297}
{"example_id": -7845141278825146641, "prediction": "Conflict Start End Military Dead Civilian Dead Total Dead Note War on terror", "binary_answer": null, "no_answer_prob": 2.0265491008758545}
{"example_id": 32382312148782635, "prediction": "in the outer ear , Eustachian tube and epiglottis", "binary_answer": null, "no_answer_prob": 1.192678563296795}
{"example_id": 1461399324546105689, "prediction": "", "binary_answer": null, "no_answer_prob": 1.049109011888504}
{"example_id": 1768967865582701164, "prediction": "Buzz Aldrin", "binary_answer": null, "no_answer_prob": -3.524944543838501}
{"example_id": -4265116221276097551, "prediction": "The ten lost tribes", "binary_answer": null, "no_answer_prob": -0.2891100198030472}
{"example_id": -9093223812193834272, "prediction": "Employer est . Sector Employees NHS ( England ) 1945 Health", "binary_answer": null, "no_answer_prob": 1.29245126247406}
{"example_id": -143491488761807784, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3948053121566772}
{"example_id": 4881211072652424863, "prediction": "Ralph George Macchio Jr.", "binary_answer": null, "no_answer_prob": -1.0770938396453857}
{"example_id": 9031057386416185589, "prediction": "Gerald Patrick `` Jerry '' Mathers", "binary_answer": null, "no_answer_prob": -2.172784447669983}
{"example_id": -8152873154473178125, "prediction": "`` Love Do n't Live Here Anymore '' is a song written by Miles Gregory and originally recorded by Rose Royce", "binary_answer": null, "no_answer_prob": 2.6602717638015747}
{"example_id": -439042392124838936, "prediction": "", "binary_answer": null, "no_answer_prob": 1.08855339884758}
{"example_id": -5298150289472204168, "prediction": "`` Without Me '' is a song by American rapper Eminem", "binary_answer": null, "no_answer_prob": 0.2137971818447113}
{"example_id": 6282083539122211095, "prediction": "`` The Way You Move '' is a song recorded by Big Boi of the American hip hop duo OutKast", "binary_answer": null, "no_answer_prob": 1.0821748971939087}
{"example_id": 8092423452636418461, "prediction": "France", "binary_answer": null, "no_answer_prob": -1.5299327373504639}
{"example_id": -7386059312149145810, "prediction": "United Artists", "binary_answer": null, "no_answer_prob": -3.4355926513671875}
{"example_id": -3876186771218149317, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The global wolf", "binary_answer": null, "no_answer_prob": 2.1478246450424194}
{"example_id": -942176090970476307, "prediction": "`` nunnery scene '' of William Shakespeare 's play Hamlet . Act III , Scene I .", "binary_answer": null, "no_answer_prob": 0.5262203216552734}
{"example_id": 1560335869374308626, "prediction": "", "binary_answer": null, "no_answer_prob": 4.2434582114219666}
{"example_id": -8694222390417470794, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0192968249320984}
{"example_id": -2307288734161784915, "prediction": "", "binary_answer": null, "no_answer_prob": 2.991195499897003}
{"example_id": -4548028344175432088, "prediction": "Sirius XM Weather & Emergency", "binary_answer": null, "no_answer_prob": 3.4479358792304993}
{"example_id": 3930625062514301506, "prediction": "", "binary_answer": null, "no_answer_prob": 3.139683246612549}
{"example_id": -9037070688954686537, "prediction": "Chakras", "binary_answer": null, "no_answer_prob": 1.2172856032848358}
{"example_id": -2159625781235382272, "prediction": "The Tesla Model S is a full - sized all - electric five - door , luxury liftback", "binary_answer": null, "no_answer_prob": -0.3356395959854126}
{"example_id": -5085836176121671532, "prediction": "Atlanta", "binary_answer": null, "no_answer_prob": 1.0224761664867401}
{"example_id": -2300809780115527834, "prediction": "", "binary_answer": null, "no_answer_prob": 5.234252959489822}
{"example_id": -3343908589210114941, "prediction": "courtship and sexual intercourse", "binary_answer": null, "no_answer_prob": -4.950408697128296}
{"example_id": -2771928033115646569, "prediction": "Many twentieth - century scholars argued that power of the Ottoman Empire began waning after the death of Suleiman the Magnificent in 1566", "binary_answer": null, "no_answer_prob": -1.9083400964736938}
{"example_id": -6640515572411652622, "prediction": "March 1999 as the seventh single from the album , and later it was released worldwide in September 1999", "binary_answer": null, "no_answer_prob": -0.46515798568725586}
{"example_id": -5758432822667046163, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.424790382385254}
{"example_id": 5319835687498906468, "prediction": "", "binary_answer": null, "no_answer_prob": -1.501114845275879}
{"example_id": 642009532902392263, "prediction": "English , Fijian and Hindi", "binary_answer": null, "no_answer_prob": -2.85330593585968}
{"example_id": -3620339721203426061, "prediction": "South Williamsport , Pennsylvania", "binary_answer": null, "no_answer_prob": -4.166273415088654}
{"example_id": -9105580934463801297, "prediction": "Mamma Mia ! ( promoted as Mamma Mia ! The Movie ) is a 2008", "binary_answer": null, "no_answer_prob": 0.3965768814086914}
{"example_id": 792625120105613371, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Black Knight", "binary_answer": null, "no_answer_prob": 4.517402410507202}
{"example_id": 8756703088492936300, "prediction": "In most countries , the academic year begins in late summer or early autumn", "binary_answer": null, "no_answer_prob": -1.0442343950271606}
{"example_id": -3338525098345514077, "prediction": "Besides the original album / single version , there are three other known studio versions of the song . One was used in a Ford commercial", "binary_answer": null, "no_answer_prob": 2.1844981908798218}
{"example_id": 4312150576905882217, "prediction": "April 19 , 1775 -- September 3 , 1783 ( 8 years , 4 months and 15 days ) Ratification effective : May 12 , 1784", "binary_answer": null, "no_answer_prob": -5.187016487121582}
{"example_id": -261180949508940639, "prediction": "The Vidhan Sabha the Legislative Assembly", "binary_answer": null, "no_answer_prob": -1.0838454961776733}
{"example_id": -4420042330380330759, "prediction": "Jamie Walters", "binary_answer": null, "no_answer_prob": -2.243371605873108}
{"example_id": 968452373141674317, "prediction": "Things Goin ' On", "binary_answer": null, "no_answer_prob": 1.7921754121780396}
{"example_id": 3972800948178679738, "prediction": "Charlie Brown", "binary_answer": null, "no_answer_prob": -0.8477030992507935}
{"example_id": 2153598611383318932, "prediction": "`` Home '' is the debut single and coronation song from American Idol season 11 winner Phillip Phillips", "binary_answer": null, "no_answer_prob": 0.7662708759307861}
{"example_id": 4012108666165540150, "prediction": "", "binary_answer": null, "no_answer_prob": 2.336116522550583}
{"example_id": -5144647233870277485, "prediction": "late April and early May 1945", "binary_answer": null, "no_answer_prob": -4.488953709602356}
{"example_id": -5963759296990135581, "prediction": "", "binary_answer": null, "no_answer_prob": 1.008967638015747}
{"example_id": 6176039284052460089, "prediction": "", "binary_answer": null, "no_answer_prob": -2.788542628288269}
{"example_id": -1393907716691032621, "prediction": "Calgary Stampeders", "binary_answer": null, "no_answer_prob": -0.7935119271278381}
{"example_id": 6583630986800851715, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.09427547454834}
{"example_id": 3851064129674133262, "prediction": "", "binary_answer": null, "no_answer_prob": -0.745445728302002}
{"example_id": -3555577008861784882, "prediction": "Joan Cusack", "binary_answer": null, "no_answer_prob": -6.898714303970337}
{"example_id": 4940681363565885016, "prediction": "I Am Number Four", "binary_answer": null, "no_answer_prob": 3.842880994081497}
{"example_id": 6557096544643090306, "prediction": "Sumitra Mahajan", "binary_answer": null, "no_answer_prob": -3.5627989768981934}
{"example_id": -5622170233686821302, "prediction": "", "binary_answer": null, "no_answer_prob": -0.08663886785507202}
{"example_id": 5159689728060558617, "prediction": "a cousin of the great white shark Carcharodon carcharias .", "binary_answer": null, "no_answer_prob": 2.8910661935806274}
{"example_id": -8797520685185536485, "prediction": "Country # Years Best result Cameroon", "binary_answer": null, "no_answer_prob": 0.388185977935791}
{"example_id": -1458803114225857078, "prediction": "The U.S. , as of 2017 , has over 82 GW of installed wind power capacity . Only China has more installed capacity .", "binary_answer": null, "no_answer_prob": 2.4152787923812866}
{"example_id": -1679795115520330908, "prediction": "In the course of his work as a physician and psychiatrist , Fanon supported the Algerian War of Independence from France", "binary_answer": null, "no_answer_prob": -0.8616262674331665}
{"example_id": -4885265806846066997, "prediction": "8", "binary_answer": null, "no_answer_prob": -1.7024250030517578}
{"example_id": -1040282725475792003, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": -3.5015838146209717}
{"example_id": -4265229339653442785, "prediction": "", "binary_answer": null, "no_answer_prob": 4.211548149585724}
{"example_id": 8493319704923147267, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6868458092212677}
{"example_id": -1501131813198190584, "prediction": "`` Magic '' is a song by American hip hop recording artist B.o.B", "binary_answer": null, "no_answer_prob": 2.7055562883615494}
{"example_id": -733820955464318812, "prediction": "Jefferson Davis", "binary_answer": null, "no_answer_prob": -7.702090382575989}
{"example_id": 6915784285008322851, "prediction": "", "binary_answer": null, "no_answer_prob": -0.07554668188095093}
{"example_id": -1249695660683137998, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6753931045532227}
{"example_id": -91045735583182891, "prediction": "", "binary_answer": null, "no_answer_prob": -4.533098936080933}
{"example_id": -7970373449214571207, "prediction": "`` All I Ask of You ''", "binary_answer": null, "no_answer_prob": -1.4532015323638916}
{"example_id": -5883169777981546345, "prediction": "", "binary_answer": null, "no_answer_prob": 1.784613311290741}
{"example_id": 8053652923211136903, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6541777551174164}
{"example_id": -4149513062345101822, "prediction": "13", "binary_answer": null, "no_answer_prob": -0.5027434825897217}
{"example_id": 7305941322290363328, "prediction": "Jacques Cartier", "binary_answer": null, "no_answer_prob": -1.7789179682731628}
{"example_id": -7353057058057493225, "prediction": "Argent", "binary_answer": null, "no_answer_prob": -2.9929622411727905}
{"example_id": 3148717057964049156, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0467519760131836}
{"example_id": 435663201918572945, "prediction": "The Mayflower", "binary_answer": null, "no_answer_prob": -0.24381008744239807}
{"example_id": -3721135145130183624, "prediction": "In the Western world , Persia", "binary_answer": null, "no_answer_prob": 1.5122638940811157}
{"example_id": 2502829617413083515, "prediction": "America 's Got Talent", "binary_answer": null, "no_answer_prob": 1.0483617521822453}
{"example_id": -8527365908838667380, "prediction": "", "binary_answer": null, "no_answer_prob": 4.431675016880035}
{"example_id": -1486813133041571924, "prediction": "Nigeria is a middle - income , mixed economy and emerging market", "binary_answer": null, "no_answer_prob": -0.39299511909484863}
{"example_id": 4147502287458164983, "prediction": "20 October 2004", "binary_answer": null, "no_answer_prob": -3.8681684136390686}
{"example_id": 8777228227588168396, "prediction": "The Special Marriage Act", "binary_answer": null, "no_answer_prob": -2.204928994178772}
{"example_id": 1601646334952969288, "prediction": "", "binary_answer": null, "no_answer_prob": 1.560398817062378}
{"example_id": -8822259047965110671, "prediction": "Charlotte Douglas International Airport", "binary_answer": null, "no_answer_prob": 4.248602271080017}
{"example_id": -6406317756744817785, "prediction": "The Declaration of Independence is the statement adopted by the Second Continental Congress", "binary_answer": null, "no_answer_prob": 0.41902685165405273}
{"example_id": -1308329302003027158, "prediction": "The Columbia River", "binary_answer": null, "no_answer_prob": 0.5169141590595245}
{"example_id": 5819412337232935478, "prediction": "The red - eared slider", "binary_answer": null, "no_answer_prob": 2.8917592465877533}
{"example_id": 8834063446341652830, "prediction": "Denali", "binary_answer": null, "no_answer_prob": 0.07693040370941162}
{"example_id": -5107967727078973901, "prediction": "8", "binary_answer": null, "no_answer_prob": -0.8847589492797852}
{"example_id": 4544524813986313019, "prediction": "Bangladesh", "binary_answer": null, "no_answer_prob": -0.465459942817688}
{"example_id": 3291761456115217739, "prediction": "", "binary_answer": null, "no_answer_prob": -2.6465576887130737}
{"example_id": 4230295299386716120, "prediction": "Marmion : A Tale of Flodden Field", "binary_answer": null, "no_answer_prob": -2.4512782096862793}
{"example_id": 6885421816425016838, "prediction": "Stig \u00c5vall Severinsen", "binary_answer": null, "no_answer_prob": -3.079922914505005}
{"example_id": -2227421133549428611, "prediction": "`` You 'll Always Find Me in the Kitchen at Parties '' is a song by English singer - songwriter Jona Lewie", "binary_answer": null, "no_answer_prob": 2.2792101204395294}
{"example_id": 8744068880045472360, "prediction": "1 hr 30 mins", "binary_answer": null, "no_answer_prob": -3.127216935157776}
{"example_id": -8969040588279206806, "prediction": "The Enlightenment", "binary_answer": null, "no_answer_prob": 2.4805760085582733}
{"example_id": -3321938931931776750, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3547900915145874}
{"example_id": 6383194004981247186, "prediction": "A season", "binary_answer": null, "no_answer_prob": 2.313499689102173}
{"example_id": 8077000322571261484, "prediction": "1935", "binary_answer": null, "no_answer_prob": -3.0794789791107178}
{"example_id": -5902584697670140013, "prediction": "December 30 , 2017", "binary_answer": null, "no_answer_prob": -1.2601356506347656}
{"example_id": 7118083429828579922, "prediction": "3.9 and 2.9 million years ago", "binary_answer": null, "no_answer_prob": -4.548067688941956}
{"example_id": -1141777556768494473, "prediction": "", "binary_answer": null, "no_answer_prob": 1.63813716173172}
{"example_id": 5790059625390704028, "prediction": "The use of poison gas performed by all major belligerents throughout World War I constituted war crimes", "binary_answer": null, "no_answer_prob": 1.488212764263153}
{"example_id": 1057539322135106755, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.340288281440735}
{"example_id": -4104867054905085801, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5382564663887024}
{"example_id": 8539047995832154516, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8137669563293457}
{"example_id": -1900822958252026843, "prediction": "Exocrine glands", "binary_answer": null, "no_answer_prob": 2.8046823740005493}
{"example_id": -2558828206657647755, "prediction": "`` Have You Ever Seen the Rain ? ''", "binary_answer": null, "no_answer_prob": 1.9356203079223633}
{"example_id": 6338723361493034943, "prediction": "", "binary_answer": null, "no_answer_prob": 5.284065082669258}
{"example_id": -7632070142429199816, "prediction": "The Food and Drug Administration", "binary_answer": null, "no_answer_prob": 1.7762466073036194}
{"example_id": 3033004535155644694, "prediction": "Jason Derulo", "binary_answer": null, "no_answer_prob": -3.6314525604248047}
{"example_id": 7789002127372502187, "prediction": "", "binary_answer": null, "no_answer_prob": 2.136724889278412}
{"example_id": -2350847876702415106, "prediction": "", "binary_answer": null, "no_answer_prob": 5.915360784158111}
{"example_id": -8765854288917066130, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4870561361312866}
{"example_id": 273680411606532071, "prediction": "at the end of The Fellowship of the Ring ( 2001 )", "binary_answer": null, "no_answer_prob": 0.8513169288635254}
{"example_id": 1417417213078760814, "prediction": "", "binary_answer": null, "no_answer_prob": -0.44190266355872154}
{"example_id": -5598334562838335624, "prediction": "", "binary_answer": null, "no_answer_prob": 4.605500936508179}
{"example_id": -6400485730169332756, "prediction": "In an interview , Manchester Orchestra lead singer Andy Hull stated that `` The Gold '' deals with issues of trust and learning to communicate", "binary_answer": null, "no_answer_prob": -3.2329366207122803}
{"example_id": 7447657595303884076, "prediction": "The Hunger Games film series consists of four science fiction dystopian adventure films", "binary_answer": null, "no_answer_prob": -0.23533082008361816}
{"example_id": -7704253508178510013, "prediction": "", "binary_answer": null, "no_answer_prob": 3.360978126525879}
{"example_id": -3421090921215401691, "prediction": "", "binary_answer": null, "no_answer_prob": 0.14858116954565048}
{"example_id": -5001999187490255083, "prediction": "Bill Cullen", "binary_answer": null, "no_answer_prob": -3.0818620920181274}
{"example_id": -3364802036692917473, "prediction": "No Taxation Without Representation", "binary_answer": null, "no_answer_prob": -5.761044263839722}
{"example_id": -8647793023506559831, "prediction": "half dollar", "binary_answer": null, "no_answer_prob": -3.3366583585739136}
{"example_id": 4302220306942279380, "prediction": "Tyronn Jamar Lue", "binary_answer": null, "no_answer_prob": -5.607277452945709}
{"example_id": -1948342860969922017, "prediction": "Alexandra Patricia Morgan Carrasco", "binary_answer": null, "no_answer_prob": -3.1923987865448}
{"example_id": 2104670239342855493, "prediction": "The history of the Great Wall of China began when fortifications built by various states during the Spring and Autumn ( 771 -- 476 BC )", "binary_answer": null, "no_answer_prob": 0.9359419345855713}
{"example_id": 7729788736158497569, "prediction": "Stefan Bengt Edberg", "binary_answer": null, "no_answer_prob": -3.874960482120514}
{"example_id": 5087351372652252645, "prediction": "George Foreman", "binary_answer": null, "no_answer_prob": -5.745023220777512}
{"example_id": 39633586693409141, "prediction": "The role of the United States", "binary_answer": null, "no_answer_prob": 0.522914856672287}
{"example_id": 4617065854531147462, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8221691846847534}
{"example_id": 4621684689333102352, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1950047612190247}
{"example_id": -3785473738744072266, "prediction": "`` Yummy Yummy Yummy ''", "binary_answer": null, "no_answer_prob": 4.777290344238281}
{"example_id": -6749235213931330232, "prediction": "Phineas Quimby", "binary_answer": null, "no_answer_prob": -8.537592887878418}
{"example_id": 1571712215724738337, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1890342235565186}
{"example_id": 242714862424351763, "prediction": "`` You Belong with Me '' on YouTube", "binary_answer": null, "no_answer_prob": 2.6260896027088165}
{"example_id": 5445139108457883507, "prediction": "It : Chapter One", "binary_answer": null, "no_answer_prob": -3.7087515592575073}
{"example_id": -235948766055315070, "prediction": "", "binary_answer": null, "no_answer_prob": 4.460846900939941}
{"example_id": -2629949296307364538, "prediction": "8 March 26 , 2012 ( 2012 - 03 - 26 ) May 14 , 2012 ( 2012 - 05 - 14 )", "binary_answer": null, "no_answer_prob": -0.4187281131744385}
{"example_id": -4358039032953240899, "prediction": "", "binary_answer": null, "no_answer_prob": 2.091223180294037}
{"example_id": -4644441809926534865, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3984851241111755}
{"example_id": -3546962799462536024, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4713428616523743}
{"example_id": -2101997800319591308, "prediction": "Parliament repealed the Act in 1778 as part of attempts to reach a diplomatic end to the ongoing American Revolutionary War .", "binary_answer": null, "no_answer_prob": 4.067792892456055}
{"example_id": -1526770203553756272, "prediction": "Year Title Role Notes 2019 Kingdom Hearts III Kristoff", "binary_answer": null, "no_answer_prob": -0.43533802032470703}
{"example_id": -4233803687136985192, "prediction": "", "binary_answer": null, "no_answer_prob": 4.9873528480529785}
{"example_id": 1114798411474593640, "prediction": "October 24 and November 1", "binary_answer": null, "no_answer_prob": 0.09753584861755371}
{"example_id": 3771937642615741660, "prediction": "Lotus birth ( or umbilical nonseverance", "binary_answer": null, "no_answer_prob": 0.62931689620018}
{"example_id": 1921865164728837712, "prediction": "Jaromir Jagr", "binary_answer": null, "no_answer_prob": -3.6828176975250244}
{"example_id": -3307181467072417769, "prediction": "Stranger Things", "binary_answer": null, "no_answer_prob": -0.505713701248169}
{"example_id": -1387317429726961253, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3446663618087769}
{"example_id": 5730145718106293462, "prediction": "Haley Joel Osment", "binary_answer": null, "no_answer_prob": -3.793195605278015}
{"example_id": 6655702626731592448, "prediction": "`` Money for Nothing", "binary_answer": null, "no_answer_prob": 1.6132864952087402}
{"example_id": 2982908538574525131, "prediction": "Oklahoma", "binary_answer": null, "no_answer_prob": 0.526785671710968}
{"example_id": 433860295881558835, "prediction": "10 December 1948", "binary_answer": null, "no_answer_prob": -5.420837044715881}
{"example_id": -1407519603870999701, "prediction": "", "binary_answer": null, "no_answer_prob": 2.514359176158905}
{"example_id": -8618605793320951504, "prediction": "The Declaration of Independence by John Trumbull", "binary_answer": null, "no_answer_prob": 1.5632846355438232}
{"example_id": -8427890242698542167, "prediction": "Charlene", "binary_answer": null, "no_answer_prob": 1.6246496438980103}
{"example_id": -8037262657604745808, "prediction": "Notre Dame", "binary_answer": null, "no_answer_prob": -2.0721240043640137}
{"example_id": -8432129556778587735, "prediction": "the sacraments of initiation", "binary_answer": null, "no_answer_prob": 0.40352845191955566}
{"example_id": 2618822295037739425, "prediction": "`` The Long Bright Dark ''", "binary_answer": null, "no_answer_prob": 4.078175961971283}
{"example_id": 4310933102659552786, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6835067197680473}
{"example_id": -8135434792964725214, "prediction": "Andrea Riseborough", "binary_answer": null, "no_answer_prob": -4.203369379043579}
{"example_id": -777680077576475779, "prediction": "Beat Bobby Flay is an American cooking competition show on the Food Network . It features various chefs competing against Iron Chef Bobby Flay", "binary_answer": null, "no_answer_prob": 0.8343853950500488}
{"example_id": 2370235941034770516, "prediction": "", "binary_answer": null, "no_answer_prob": 4.146584689617157}
{"example_id": -6685625269833848476, "prediction": "5 cent , 10 cent , etc .", "binary_answer": null, "no_answer_prob": -0.031281352043151855}
{"example_id": 2173707082353442914, "prediction": "", "binary_answer": null, "no_answer_prob": 5.048393398523331}
{"example_id": -7370774985713456088, "prediction": "The Signing of the United States Constitution occurred on September 17 , 1787", "binary_answer": null, "no_answer_prob": -4.6801124811172485}
{"example_id": -828752729473254253, "prediction": "", "binary_answer": null, "no_answer_prob": 4.079420328140259}
{"example_id": 8627228541151141053, "prediction": "Captain & Tennille", "binary_answer": null, "no_answer_prob": -0.05443930625915527}
{"example_id": -6786663451529216648, "prediction": "`` Just Give Me a Reason '' is a song recorded by American singer and songwriter Pink", "binary_answer": null, "no_answer_prob": 3.2799110524356365}
{"example_id": -3444281086878147684, "prediction": "15,995 .", "binary_answer": null, "no_answer_prob": -1.7509987354278564}
{"example_id": -5230267459369121974, "prediction": "", "binary_answer": null, "no_answer_prob": 3.256557583808899}
{"example_id": 1782088821838095365, "prediction": "", "binary_answer": null, "no_answer_prob": 2.178976058959961}
{"example_id": 6148252575798621143, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Mesopotamia", "binary_answer": null, "no_answer_prob": 1.124328512698412}
{"example_id": -1562763105096057028, "prediction": "", "binary_answer": null, "no_answer_prob": 2.912108302116394}
{"example_id": 8973547300868330097, "prediction": "The Fast and the Furious", "binary_answer": null, "no_answer_prob": 1.5451840162277222}
{"example_id": 4878845393742315508, "prediction": "`` You Get What You Give '' ( song ) , a 1998 song by the New Radicals", "binary_answer": null, "no_answer_prob": 1.9973636865615845}
{"example_id": 7684555518855175137, "prediction": "Harry Potter and the Deathly Hallows is a fantasy novel", "binary_answer": null, "no_answer_prob": -1.3124827146530151}
{"example_id": -4495078205974002028, "prediction": "Panipuri ( p\u0101n\u012bp\u016br\u012b ( help info ) ) is a common street snack in several regions of the Indian subcontinent .", "binary_answer": null, "no_answer_prob": -0.5054082870483398}
{"example_id": 6284622217599250444, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4628016352653503}
{"example_id": 2028879850281064513, "prediction": "Rank First quarter Second quarter Third quarter Fourth quarter", "binary_answer": null, "no_answer_prob": 2.751301407814026}
{"example_id": -2878668445603004714, "prediction": "", "binary_answer": null, "no_answer_prob": 6.552097283303738}
{"example_id": -7409274561056244488, "prediction": "Practical Magic was partially filmed on an artificial set in California", "binary_answer": null, "no_answer_prob": 5.172523260116577}
{"example_id": 7011446331114983875, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7494624853134155}
{"example_id": 6401433163708814540, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9690269865095615}
{"example_id": -250120508191745769, "prediction": "The disease is caused by bacteria that spread from the vagina and cervix", "binary_answer": null, "no_answer_prob": -2.561582088470459}
{"example_id": 2942007934507807043, "prediction": "Jara is a spanish surname , popular in various places in southern Spain , meaning rockrose or cistus .", "binary_answer": null, "no_answer_prob": -3.3636326789855957}
{"example_id": 1626653773649677157, "prediction": "Bipedalism", "binary_answer": null, "no_answer_prob": 0.31089019775390625}
{"example_id": -6437935263917088319, "prediction": "The Jamestown settlement in the Colony of Virginia", "binary_answer": null, "no_answer_prob": -0.1819779872894287}
{"example_id": 8457038933823704058, "prediction": "The third season of Fear the Walking Dead", "binary_answer": null, "no_answer_prob": 2.868785858154297}
{"example_id": -7336159893831356819, "prediction": "The Council of Jerusalem or Apostolic Council was held in Jerusalem around AD 50", "binary_answer": null, "no_answer_prob": 1.0252722799777985}
{"example_id": 2991736610159604222, "prediction": "", "binary_answer": null, "no_answer_prob": 5.0774946808815}
{"example_id": -3069575543660684573, "prediction": "6,732 ft ( 2,052 m )", "binary_answer": null, "no_answer_prob": -2.573455035686493}
{"example_id": 5003708110967981308, "prediction": "43", "binary_answer": null, "no_answer_prob": 0.02184271812438965}
{"example_id": -6584004184640492126, "prediction": "`` Look What You Made Me Do ''", "binary_answer": null, "no_answer_prob": -1.8208221197128296}
{"example_id": 1739863570492104768, "prediction": "Bastinda", "binary_answer": null, "no_answer_prob": 0.20660853385925293}
{"example_id": 11394805852167478, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": 1.7836353778839111}
{"example_id": -1159080113824315253, "prediction": "10 April 1 , 2017 ( 2017 - 04 - 01 ) October 1 , 2017 ( 2017 - 10 - 01 )", "binary_answer": null, "no_answer_prob": 2.3455259799957275}
{"example_id": -5421498568966273061, "prediction": "Antonio Carpio", "binary_answer": null, "no_answer_prob": -7.555223703384399}
{"example_id": 7047300549059979154, "prediction": "Death and taxes is a common reference to the famous quotation :", "binary_answer": null, "no_answer_prob": -0.5307084321975708}
{"example_id": 7647568324348912499, "prediction": "Parliamentarians ( `` Roundheads '' ) and Royalists ( `` Cavaliers '' )", "binary_answer": null, "no_answer_prob": -3.0086135864257812}
{"example_id": -1583776060106242659, "prediction": "England", "binary_answer": null, "no_answer_prob": -3.9752784371376038}
{"example_id": 1230950030880811279, "prediction": "", "binary_answer": null, "no_answer_prob": 2.582349181175232}
{"example_id": -6395355741805506976, "prediction": "Several years after the Final Battle , Henry Mills leaves Storybrooke", "binary_answer": null, "no_answer_prob": 2.4672608375549316}
{"example_id": 126574373715510199, "prediction": "", "binary_answer": null, "no_answer_prob": 5.163729220628738}
{"example_id": 4587638199803585970, "prediction": "Two years", "binary_answer": null, "no_answer_prob": -0.5293852090835571}
{"example_id": -6493475810121515391, "prediction": "Eric Johann Johnson", "binary_answer": null, "no_answer_prob": -2.785646438598633}
{"example_id": 6039981987742679389, "prediction": "Great Britain", "binary_answer": null, "no_answer_prob": -1.1443722248077393}
{"example_id": -9089288518937084339, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7746776342391968}
{"example_id": -7089430243909366299, "prediction": "`` Nothing 's Gonna Stop Us Now '' is a song co-written by Albert Hammond and Diane Warren", "binary_answer": null, "no_answer_prob": 2.5664143562316895}
{"example_id": 1643661756996291699, "prediction": "The Story of My Experiments with Truth is the autobiography of Mohandas K. Gandhi", "binary_answer": null, "no_answer_prob": 5.519671946763992}
{"example_id": 5951813401828362619, "prediction": "One Prudential Plaza", "binary_answer": null, "no_answer_prob": -1.0364149808883667}
{"example_id": 1103845489852514179, "prediction": "The App Store", "binary_answer": null, "no_answer_prob": 3.9827917516231537}
{"example_id": 774755074042044601, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3148897886276245}
{"example_id": -1761782052923812581, "prediction": "Venkaiah Naidu", "binary_answer": null, "no_answer_prob": -0.010927140712738037}
{"example_id": -6371112442555196022, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7822747826576233}
{"example_id": 7665910480657912142, "prediction": "Disorderlies is a 1987 comedy film starring the rap group , The Fat Boys , and Ralph Bellamy .", "binary_answer": null, "no_answer_prob": 1.7724511623382568}
{"example_id": 4432971543402124042, "prediction": "", "binary_answer": null, "no_answer_prob": 4.03900283575058}
{"example_id": -6455839859774198573, "prediction": "The Florida Panhandle", "binary_answer": null, "no_answer_prob": 4.2226265370845795}
{"example_id": -5503561420155611661, "prediction": "", "binary_answer": null, "no_answer_prob": 4.227387726306915}
{"example_id": -6489109777570502785, "prediction": "1969 1986", "binary_answer": null, "no_answer_prob": -2.3474862575531006}
{"example_id": 1710706324443382841, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6413129568099976}
{"example_id": -871556419956478334, "prediction": "War Start date End date Duration Reconquista", "binary_answer": null, "no_answer_prob": 2.1649045795202255}
{"example_id": 6842725190986508947, "prediction": "", "binary_answer": null, "no_answer_prob": 4.480665296316147}
{"example_id": -8878724736234509268, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] 2018", "binary_answer": null, "no_answer_prob": 2.5513808727264404}
{"example_id": 6306960409598321498, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": 2.142658621072769}
{"example_id": -42371950278585650, "prediction": "A Dream of Spring Forthcoming Total 4,228 344 1,736,054 198h 53m", "binary_answer": null, "no_answer_prob": -1.7728893756866455}
{"example_id": -3983626809738565018, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9636306464672089}
{"example_id": 5941844683715152105, "prediction": "The Clone Wars ( 2008 ) , Rogue One ( 2016 ) and Solo : A Star Wars Story", "binary_answer": null, "no_answer_prob": 2.5112326741218567}
{"example_id": -5165350877865103258, "prediction": "The Great Lakes", "binary_answer": null, "no_answer_prob": -1.0555180311203003}
{"example_id": 2660014056368830324, "prediction": "The Unilateral Declaration of Independence ( UDI )", "binary_answer": null, "no_answer_prob": -1.0141801834106445}
{"example_id": -6434753325781010339, "prediction": "January 1 , 2101 and ending on December 31 , 2200 .", "binary_answer": null, "no_answer_prob": -0.35063302516937256}
{"example_id": -1446321586719067545, "prediction": "MVP voting takes place before the postseason , but the results are not announced until after the World Series", "binary_answer": null, "no_answer_prob": -1.7270113229751587}
{"example_id": 7028016656016787844, "prediction": "headache , vomiting without nausea , ocular palsies , altered level of consciousness , back pain and papilledema", "binary_answer": null, "no_answer_prob": -0.6022019386291504}
{"example_id": -8693385355405746586, "prediction": "Purchase Tax was a tax on ' luxury ' goods sold in the UK from 1940 until 1973 .", "binary_answer": null, "no_answer_prob": 0.5763819217681885}
{"example_id": -3559944461289544267, "prediction": "4.5 mm", "binary_answer": null, "no_answer_prob": -0.044596076011657715}
{"example_id": 3421083040429613594, "prediction": "`` I 'm Coming Out '' is a song made popular by American singer Diana Ross", "binary_answer": null, "no_answer_prob": -1.3015228509902954}
{"example_id": 795937211551918144, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6947429180145264}
{"example_id": 8796724207952537427, "prediction": "", "binary_answer": null, "no_answer_prob": 2.777937561273575}
{"example_id": -3509717979806589680, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3828814029693604}
{"example_id": -1613565801972062441, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0592411160469055}
{"example_id": 1605903962310739428, "prediction": "Glenn Hugill", "binary_answer": null, "no_answer_prob": 0.9562793970108032}
{"example_id": -8434972179208128713, "prediction": "", "binary_answer": null, "no_answer_prob": 0.06761512160301208}
{"example_id": -6483536096715956119, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6502312421798706}
{"example_id": 8852078010282713990, "prediction": "The Girl on the Train", "binary_answer": null, "no_answer_prob": -0.06979691982269287}
{"example_id": -8188784902791964134, "prediction": "", "binary_answer": null, "no_answer_prob": 3.082734763622284}
{"example_id": 6631921958622948845, "prediction": "to ensure that exporters receive payment and importers receive the merchandise", "binary_answer": null, "no_answer_prob": -1.5037001371383667}
{"example_id": -5214293920386286822, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8454431891441345}
{"example_id": 2339056845781789296, "prediction": "The Lake Pontchartrain Causeway", "binary_answer": null, "no_answer_prob": 0.05514341592788696}
{"example_id": -2790403562111738127, "prediction": "", "binary_answer": null, "no_answer_prob": 0.16303889453411102}
{"example_id": -5795412195339444690, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9837905168533325}
{"example_id": 1027075212091048735, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7701510787010193}
{"example_id": 6277735658261425592, "prediction": "a minced oath , historically associated with two specific `` Scotts '' , notably Scottish author Sir Walter Scott", "binary_answer": null, "no_answer_prob": 2.3755205273628235}
{"example_id": -7898679466493646802, "prediction": "While mentioned in passing throughout later seasons , Burke officially returns in the tenth season", "binary_answer": null, "no_answer_prob": -1.6333792209625244}
{"example_id": -4050875943876525036, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2209489047527313}
{"example_id": 1056221000323648508, "prediction": "United States of America .", "binary_answer": null, "no_answer_prob": -2.267802119255066}
{"example_id": -6732756032561401124, "prediction": "`` The Finale ''", "binary_answer": null, "no_answer_prob": 2.405325949192047}
{"example_id": -7865041487621811506, "prediction": "June 3 , 2017", "binary_answer": null, "no_answer_prob": -5.588283538818359}
{"example_id": -8276458214241854863, "prediction": "`` Flight ''", "binary_answer": null, "no_answer_prob": 0.17247283458709717}
{"example_id": -8540808085059622094, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3797703385353088}
{"example_id": 7024722536580699797, "prediction": "Yellowstone National Park is a national park", "binary_answer": null, "no_answer_prob": -3.1742289066314697}
{"example_id": -8455580571333479494, "prediction": "", "binary_answer": null, "no_answer_prob": 2.988019049167633}
{"example_id": -5573231213920618255, "prediction": "Elizabeth Mitchell", "binary_answer": null, "no_answer_prob": -4.278422474861145}
{"example_id": -8917967264302400833, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7412224113941193}
{"example_id": -5168092432397841243, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -10.41422176361084}
{"example_id": -3931637000143718868, "prediction": "Three Dog Night", "binary_answer": null, "no_answer_prob": -3.9521254301071167}
{"example_id": 1035731054656369701, "prediction": "Carly Simon", "binary_answer": null, "no_answer_prob": -2.9059367179870605}
{"example_id": 3915411498121022190, "prediction": "Rank Player Team ( s ) Receptions Jerry Rice", "binary_answer": null, "no_answer_prob": 1.648681879043579}
{"example_id": -7802155376192592126, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6673595309257507}
{"example_id": -5158070734256921008, "prediction": "Wardell Stephen Curry II", "binary_answer": null, "no_answer_prob": -1.2036170214414597}
{"example_id": 2961317153244610375, "prediction": "", "binary_answer": null, "no_answer_prob": 3.507116213440895}
{"example_id": -7731772087865726145, "prediction": "In season 12", "binary_answer": null, "no_answer_prob": 2.1205687522888184}
{"example_id": 5979703226878007063, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9424228072166443}
{"example_id": -2959935050988596176, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8279593093320727}
{"example_id": 3036700087778896814, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.7725389003753662}
{"example_id": -5400957805681525999, "prediction": "Frankie Valli", "binary_answer": null, "no_answer_prob": 0.6075187921524048}
{"example_id": 3144554452297839846, "prediction": "`` Who Let the Dogs Out ? ''", "binary_answer": null, "no_answer_prob": 1.8567072646692395}
{"example_id": -3717759792722314683, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5131440162658691}
{"example_id": 3900375840230730756, "prediction": "`` You 've Got a Friend in Me '' is a song by Randy Newman", "binary_answer": null, "no_answer_prob": -0.625645637512207}
{"example_id": 3717306916440896575, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7752136141061783}
{"example_id": -601343259055032720, "prediction": "Player Salary Team Stephen Curry", "binary_answer": null, "no_answer_prob": -3.7135021686553955}
{"example_id": 7933930872892086289, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9793557859957218}
{"example_id": -6278709599209676616, "prediction": "The swallow tattoo was a symbol used historically by sailors to show off their sailing experience", "binary_answer": null, "no_answer_prob": -4.077593743801117}
{"example_id": -1123000493219723108, "prediction": "California", "binary_answer": null, "no_answer_prob": 0.5277830362319946}
{"example_id": -1712973995367791240, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3030084371566772}
{"example_id": 2975699144515571028, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9807484298944473}
{"example_id": -2315762974516742259, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Water conservation", "binary_answer": null, "no_answer_prob": 3.059188961982727}
{"example_id": 4394328347504401003, "prediction": "Feature search", "binary_answer": null, "no_answer_prob": 2.252524197101593}
{"example_id": -4713177284326263159, "prediction": "Strategic bombing", "binary_answer": null, "no_answer_prob": 1.5178064107894897}
{"example_id": -8476490772013155324, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5446015000343323}
{"example_id": -6223138986052803698, "prediction": "Deceased Living \u2020 ^ denotes age at death , or , if living , age as of 31 August 2017", "binary_answer": null, "no_answer_prob": -0.17869281768798828}
{"example_id": 7940576517613363838, "prediction": "Captain James Cook", "binary_answer": null, "no_answer_prob": 0.3736373782157898}
{"example_id": -1612340382170418321, "prediction": "`` God Bless the U.S.A. ''", "binary_answer": null, "no_answer_prob": -1.4919328689575195}
{"example_id": -3015518113417686341, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3570817112922668}
{"example_id": 2620562839483759589, "prediction": "between 330 and 435 km ( 205 and 270 mi )", "binary_answer": null, "no_answer_prob": -1.3451290428638458}
{"example_id": 8652540446567071794, "prediction": "", "binary_answer": null, "no_answer_prob": 4.138451039791107}
{"example_id": 8235418723524795283, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8656817376613617}
{"example_id": 9194054088793021849, "prediction": "", "binary_answer": null, "no_answer_prob": 3.672990918159485}
{"example_id": -1031488891538592, "prediction": "It is widely believed that many Halloween traditions originated from ancient Celtic harvest festivals , particularly the Gaelic festival Samhain", "binary_answer": null, "no_answer_prob": 2.2295048236846924}
{"example_id": 393127193711659190, "prediction": "March 18 , 2018", "binary_answer": null, "no_answer_prob": -5.8035523891448975}
{"example_id": -2525845930282354070, "prediction": "Alladi Krishnaswamy Iyer", "binary_answer": null, "no_answer_prob": -3.4953157901763916}
{"example_id": -4396484880646690425, "prediction": "Vice-Admiral Sir George Keith Elphinstone", "binary_answer": null, "no_answer_prob": -2.9571815729141235}
{"example_id": -3517455029181280332, "prediction": "The East Coast of the United States", "binary_answer": null, "no_answer_prob": 2.225989282131195}
{"example_id": -6759815759990707611, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9799470901489258}
{"example_id": -7541835656391760051, "prediction": "February 9 , 2018", "binary_answer": null, "no_answer_prob": -5.95607328414917}
{"example_id": 4562008273106348763, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Text messaging", "binary_answer": null, "no_answer_prob": 0.6688657999038696}
{"example_id": -4915132952201680401, "prediction": "The Southernmost Point Buoy", "binary_answer": null, "no_answer_prob": -1.2679601907730103}
{"example_id": -860429073381744405, "prediction": "Super Bowl XLIII", "binary_answer": null, "no_answer_prob": -0.9786199927330017}
{"example_id": 1449590311317003611, "prediction": "", "binary_answer": null, "no_answer_prob": 0.22705614566802979}
{"example_id": 7403100429093936688, "prediction": "Winner", "binary_answer": null, "no_answer_prob": 2.2994969189167023}
{"example_id": 7887725680289525142, "prediction": "`` Got to Get You into My Life '' is a song by the Beatles", "binary_answer": null, "no_answer_prob": 1.9394592642784119}
{"example_id": -2972089454610261810, "prediction": "13", "binary_answer": null, "no_answer_prob": 0.14322304725646973}
{"example_id": -5293788033737954490, "prediction": "", "binary_answer": null, "no_answer_prob": 5.552569307386875}
{"example_id": -5436401611938433627, "prediction": "", "binary_answer": null, "no_answer_prob": 3.374249577522278}
{"example_id": 8323228763090049813, "prediction": "Fall Out Boy", "binary_answer": null, "no_answer_prob": 1.506353497505188}
{"example_id": 1900592618971597991, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7543023824691772}
{"example_id": -2714798449410325748, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9048560857772827}
{"example_id": -8991186456399142895, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": 0.7851716736331582}
{"example_id": -7269947655628882281, "prediction": "second season of ten episodes that is set to premiere in 2019 .", "binary_answer": null, "no_answer_prob": 0.09016114473342896}
{"example_id": -1456259814116959110, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0084227323532104}
{"example_id": 1539776967029811363, "prediction": "Mohandas Karamchand Gandhi", "binary_answer": null, "no_answer_prob": -2.0558141469955444}
{"example_id": -3005016435465345783, "prediction": "Bobby Scott and Bob Russell", "binary_answer": null, "no_answer_prob": 1.988942265510559}
{"example_id": 2851707535525302749, "prediction": "", "binary_answer": null, "no_answer_prob": -0.18566036224365234}
{"example_id": -1339157961853840172, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 5.075468957424164}
{"example_id": -2650580775830070856, "prediction": "", "binary_answer": null, "no_answer_prob": 1.423522710800171}
{"example_id": -5242563908711477260, "prediction": "A mosaic", "binary_answer": null, "no_answer_prob": 2.845636934041977}
{"example_id": -818630588338066747, "prediction": "", "binary_answer": null, "no_answer_prob": 2.633914787322283}
{"example_id": -618213831247305618, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4240962862968445}
{"example_id": 3913478429503807396, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0273397564888}
{"example_id": 1057815686174987346, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -2.757265329360962}
{"example_id": -6442449445184719875, "prediction": "Missouri", "binary_answer": null, "no_answer_prob": 0.6417546197772026}
{"example_id": 8672782044987808720, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6969833076000214}
{"example_id": 6908159203332986290, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5280498266220093}
{"example_id": -3606813104507503060, "prediction": "March 30 , 2017 a version of the song was used in the promo of the seventh season of the hit HBO series Game of Thrones .", "binary_answer": null, "no_answer_prob": -0.9726707935333252}
{"example_id": -6055370551108859267, "prediction": "The Battle of New Orleans", "binary_answer": null, "no_answer_prob": -0.5762331485748291}
{"example_id": 4677704496581469876, "prediction": "The phrase comes from the opening stanza of Ralph Waldo Emerson 's `` Concord Hymn '' ( 1837 )", "binary_answer": null, "no_answer_prob": -2.0144330263137817}
{"example_id": -4180319690921506845, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5143961310386658}
{"example_id": 9130963883064123723, "prediction": "Linda Edna Cardellini", "binary_answer": null, "no_answer_prob": -12.755651831626892}
{"example_id": -590595817323170354, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7243676781654358}
{"example_id": 3959073268075339970, "prediction": "`` Drift Away '' is a song by Mentor Williams", "binary_answer": null, "no_answer_prob": 3.0549957156181335}
{"example_id": 9100851838980618940, "prediction": "", "binary_answer": null, "no_answer_prob": 3.149454355239868}
{"example_id": -7736009898466641655, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4839260578155518}
{"example_id": 1698964054768292781, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4339481592178345}
{"example_id": 7171798451829945603, "prediction": "Journey to the Center of the Earth", "binary_answer": null, "no_answer_prob": 1.242585301399231}
{"example_id": 3480936589092639920, "prediction": "Song", "binary_answer": null, "no_answer_prob": 5.142894387245178}
{"example_id": 4001458739228194772, "prediction": "Elephant seals", "binary_answer": null, "no_answer_prob": 1.410910189151764}
{"example_id": -8109431955313655366, "prediction": "", "binary_answer": null, "no_answer_prob": 5.73396435379982}
{"example_id": 2474251009460690769, "prediction": "King Harvest", "binary_answer": null, "no_answer_prob": -0.5509065389633179}
{"example_id": -135732139178588796, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1029623746871948}
{"example_id": -2909083283160489958, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9273780584335327}
{"example_id": 773838079842099403, "prediction": "July 20 , 1969", "binary_answer": null, "no_answer_prob": -0.12822329998016357}
{"example_id": -621263271867764976, "prediction": "", "binary_answer": null, "no_answer_prob": 4.082931041717529}
{"example_id": 3701586603036725107, "prediction": "`` Up the Ladder to the Roof '' is a 1970 hit single recorded by The Supremes", "binary_answer": null, "no_answer_prob": -2.9560173749923706}
{"example_id": -6916806716396464221, "prediction": "The signing of the United States Declaration of Independence occurred ( primarily ) on August 2 , 1776", "binary_answer": null, "no_answer_prob": -1.0882708430290222}
{"example_id": -1764596049499680409, "prediction": "Europe", "binary_answer": null, "no_answer_prob": -8.26028311252594}
{"example_id": -6177091657813211348, "prediction": "`` Somebody That I Used to Know ''", "binary_answer": null, "no_answer_prob": 0.05232560634613037}
{"example_id": 5268772391886601047, "prediction": "to produce answers to questions they ask", "binary_answer": null, "no_answer_prob": -3.3187289237976074}
{"example_id": 5043855927664999084, "prediction": "Venkaiah Naidu", "binary_answer": null, "no_answer_prob": -9.119169473648071}
{"example_id": 6425479750329143813, "prediction": "Flower Drum Song", "binary_answer": null, "no_answer_prob": -1.1796844005584717}
{"example_id": 6813769478032488188, "prediction": "28 miles ( 45 km ) north of Miami", "binary_answer": null, "no_answer_prob": -0.3189145028591156}
{"example_id": -3830210245638674240, "prediction": "Storming of the Bastille ) .", "binary_answer": null, "no_answer_prob": 0.774797797203064}
{"example_id": 3355133711347165261, "prediction": "New Spain", "binary_answer": null, "no_answer_prob": 0.21349304914474487}
{"example_id": 7744729940727851905, "prediction": "Lobbying", "binary_answer": null, "no_answer_prob": -2.225812554359436}
{"example_id": 8680432191378933367, "prediction": "Robby Still", "binary_answer": null, "no_answer_prob": -8.687432765960693}
{"example_id": -3699584422587947240, "prediction": "", "binary_answer": null, "no_answer_prob": -2.4024760723114014}
{"example_id": -6844718002288756327, "prediction": "`` Got You ( Where I Want You ) '' is the first single released from The Flys", "binary_answer": null, "no_answer_prob": 3.3027918487787247}
{"example_id": -3013012946014857790, "prediction": "The Police", "binary_answer": null, "no_answer_prob": -7.235722541809082}
{"example_id": 4807982044372192071, "prediction": "Symbol V X Value 5 10 50 100 500 1,000", "binary_answer": null, "no_answer_prob": 1.6015834510326385}
{"example_id": 6704973411511561863, "prediction": "Ian McDiarmid", "binary_answer": null, "no_answer_prob": -6.659580111503601}
{"example_id": -6381143713985669895, "prediction": "", "binary_answer": null, "no_answer_prob": 2.174578368663788}
{"example_id": -2209735929824851759, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6022031307220459}
{"example_id": 8691330284028266577, "prediction": "Sam the Sham and the Pharaohs", "binary_answer": null, "no_answer_prob": -4.70748496055603}
{"example_id": 6637073567802381436, "prediction": "Sir Adrian Boult", "binary_answer": null, "no_answer_prob": -2.648632764816284}
{"example_id": 5382509447488947558, "prediction": "The origins of the phrase pre-date its use in Spider - Man", "binary_answer": null, "no_answer_prob": 0.28832244873046875}
{"example_id": 5030093591499374068, "prediction": "", "binary_answer": null, "no_answer_prob": 4.167754232883453}
{"example_id": -4073416688258509988, "prediction": "Michael Jackson", "binary_answer": null, "no_answer_prob": -6.714339852333069}
{"example_id": -8523588445567317165, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5231192111968994}
{"example_id": -8033977932371455699, "prediction": "", "binary_answer": null, "no_answer_prob": 2.594917356967926}
{"example_id": -6515748274998530220, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7424176931381226}
{"example_id": -4652043533703669367, "prediction": "", "binary_answer": null, "no_answer_prob": 2.74251064658165}
{"example_id": 3190072530305270508, "prediction": "Marshall Tucker Band", "binary_answer": null, "no_answer_prob": -0.17058932781219482}
{"example_id": 2639735427364036124, "prediction": "Hawaii", "binary_answer": null, "no_answer_prob": -2.4959099292755127}
{"example_id": 9222896082688958556, "prediction": "Anne Murray", "binary_answer": null, "no_answer_prob": -2.1577601432800293}
{"example_id": -1390689909650743770, "prediction": "Nancy Justine McKeon", "binary_answer": null, "no_answer_prob": -6.796732783317566}
{"example_id": 8895603130387639365, "prediction": "Central America", "binary_answer": null, "no_answer_prob": -2.9137274473905563}
{"example_id": -2338532746383916517, "prediction": "The Kingdom of France", "binary_answer": null, "no_answer_prob": -2.670763850212097}
{"example_id": -1387644108284863808, "prediction": "Jumbo Hostel", "binary_answer": null, "no_answer_prob": -2.351653575897217}
{"example_id": -1928315244525946642, "prediction": "August 3 - 12 , 2018", "binary_answer": null, "no_answer_prob": -3.780884861946106}
{"example_id": -1418950604005289919, "prediction": "Developmental disorders", "binary_answer": null, "no_answer_prob": -0.5735095739364624}
{"example_id": -6231710256745427340, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8816279768943787}
{"example_id": 1096497891432710177, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4280641078948975}
{"example_id": 6931803471869957423, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0855543315410614}
{"example_id": 3016147438030282406, "prediction": "`` Heaven Is a Place on Earth '' is a song by American singer Belinda Carlisle", "binary_answer": null, "no_answer_prob": 1.367598433047533}
{"example_id": -3346103464019053634, "prediction": "Yuzuru Hanyu", "binary_answer": null, "no_answer_prob": -4.436198711395264}
{"example_id": -6560013114546019908, "prediction": "", "binary_answer": null, "no_answer_prob": 5.075391173362732}
{"example_id": 591133948882576481, "prediction": "In the canonical case , lawyers seeking admission must earn a Juris Doctor degree from a law school approved by the jurisdiction", "binary_answer": null, "no_answer_prob": 2.350486159324646}
{"example_id": -1517133353143916793, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9219243973493576}
{"example_id": 1573871199167873730, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5048336386680603}
{"example_id": 6909049231978617648, "prediction": "", "binary_answer": null, "no_answer_prob": 1.912947416305542}
{"example_id": -3871775817176635052, "prediction": "Peter Gardner Ostrum", "binary_answer": null, "no_answer_prob": -5.54758608341217}
{"example_id": 748591396750513100, "prediction": "According to Tyler Joseph , he wrote the song for his mother , Kelly Joseph .", "binary_answer": null, "no_answer_prob": 1.2501215934753418}
{"example_id": 526965982792109965, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": -6.792407989501953}
{"example_id": 9155046575550322464, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2609091997146606}
{"example_id": -1706544332477490711, "prediction": "Wild grains were collected and eaten from at least 20,000 BC . From around 9500 BC", "binary_answer": null, "no_answer_prob": -3.805519700050354}
{"example_id": 7206186189737940119, "prediction": "", "binary_answer": null, "no_answer_prob": 2.896855652332306}
{"example_id": -5225861359552064337, "prediction": "Joan Cusack", "binary_answer": null, "no_answer_prob": -2.0596694946289062}
{"example_id": -3361470438772340767, "prediction": "Eleanor Markus", "binary_answer": null, "no_answer_prob": -0.6590561866760254}
{"example_id": 4597818957150700101, "prediction": "Stan Wawrinka", "binary_answer": null, "no_answer_prob": -7.9274716675281525}
{"example_id": 7721692200040168186, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7129775285720825}
{"example_id": -1165493873558223130, "prediction": "", "binary_answer": null, "no_answer_prob": -2.085476040840149}
{"example_id": -4900215561749495322, "prediction": "`` I Only Want to Be with You '' is a rock and roll", "binary_answer": null, "no_answer_prob": 1.5037714540958405}
{"example_id": 2587786607883184601, "prediction": "Sphynx cat", "binary_answer": null, "no_answer_prob": -0.9243687391281128}
{"example_id": -5992676128752077631, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6297693252563477}
{"example_id": -7136429652932012662, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5185946226119995}
{"example_id": -2399396364335826088, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -1.823063611984253}
{"example_id": 7670239873152567326, "prediction": "Karyn Parsons", "binary_answer": null, "no_answer_prob": 1.3964591026306152}
{"example_id": -8891492522509405496, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0021823346614838}
{"example_id": 4964311564435734287, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8450989723205566}
{"example_id": -6120095681360151138, "prediction": "approximately 13 miles ( 21 km )", "binary_answer": null, "no_answer_prob": 0.9082991778850555}
{"example_id": -3320927157194510690, "prediction": "", "binary_answer": null, "no_answer_prob": -2.715824604034424}
{"example_id": 6142566675688213823, "prediction": "`` Love Makes the World Go ' Round '' is a popular song written by Bob Merrill for the 1961 Broadway musical Carnival !", "binary_answer": null, "no_answer_prob": 2.0533922612667084}
{"example_id": -5712843844651068809, "prediction": "", "binary_answer": null, "no_answer_prob": 5.1631962060928345}
{"example_id": -430872488899813273, "prediction": "`` Do n't Go Breaking My Heart '' is a duet by Elton John and Kiki Dee", "binary_answer": null, "no_answer_prob": -1.7042698860168457}
{"example_id": 7784680650881004049, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6059048175811768}
{"example_id": -6825321247067925577, "prediction": "Dutch skater Ireen W\u00fcst", "binary_answer": null, "no_answer_prob": -1.8489443063735962}
{"example_id": -9179114076068380035, "prediction": "Steve Bartman", "binary_answer": null, "no_answer_prob": 1.934598833322525}
{"example_id": 710599025836584984, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8644304275512695}
{"example_id": -5926408374855743846, "prediction": "Winters is the daughter of supermodel - turned - executive Drucilla Winters", "binary_answer": null, "no_answer_prob": 2.462748169898987}
{"example_id": 8194768658000869141, "prediction": "Mack Sennett", "binary_answer": null, "no_answer_prob": -5.688841104507446}
{"example_id": -7114153850726329588, "prediction": "PewDiePie", "binary_answer": null, "no_answer_prob": -0.8414537906646729}
{"example_id": -6218634509249591890, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9497985392808914}
{"example_id": -7945301393656685858, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.5541303157806396}
{"example_id": 322621257785467654, "prediction": "In the United States , judicial review", "binary_answer": null, "no_answer_prob": 0.451901588588953}
{"example_id": -6702415839930740580, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1822402104735374}
{"example_id": 5583266356607776964, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.908162713050842}
{"example_id": 4122017705468068404, "prediction": "Maze Runner : The Death Cure", "binary_answer": null, "no_answer_prob": 2.4754034280776978}
{"example_id": -6105373165845626646, "prediction": "`` The Twelve Days of Christmas", "binary_answer": null, "no_answer_prob": 2.3373873829841614}
{"example_id": 7728506664410615612, "prediction": "", "binary_answer": null, "no_answer_prob": 2.673172950744629}
{"example_id": -2465915132604359363, "prediction": "regulated European colonization and trade in Africa", "binary_answer": null, "no_answer_prob": -0.944359540939331}
{"example_id": 5939737934623061533, "prediction": "Raquel Jaramillo", "binary_answer": null, "no_answer_prob": -3.793298840522766}
{"example_id": -2830033708196507694, "prediction": "metabolism", "binary_answer": null, "no_answer_prob": 1.9614866971969604}
{"example_id": -6451003125201643064, "prediction": "Behind Gold Eyes", "binary_answer": null, "no_answer_prob": -1.6386346817016602}
{"example_id": 2025371200838032813, "prediction": "The Empire Strikes Back ( also known as Star Wars : Episode V -- The Empire Strikes Back ) is a 1980", "binary_answer": null, "no_answer_prob": 1.5511049628257751}
{"example_id": 818160545802797675, "prediction": "Ashley Victoria Benson", "binary_answer": null, "no_answer_prob": -13.028217911720276}
{"example_id": 58087208029690820, "prediction": "eligible to the Office of President", "binary_answer": null, "no_answer_prob": 0.6009507477283478}
{"example_id": 2484379349852541868, "prediction": "`` How Can You Mend a Broken Heart '' is a song released by the Bee Gees", "binary_answer": null, "no_answer_prob": 0.17409199476242065}
{"example_id": -3803589111083218090, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9676904678344727}
{"example_id": -9153920443996010787, "prediction": "interest rates ( ordinate ) and assets market ( also known as real output in goods and services market plus money market , as abscissa )", "binary_answer": null, "no_answer_prob": 4.97733610868454}
{"example_id": -198810823619457081, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0016300678253174}
{"example_id": -92281383927387276, "prediction": "And When Did You Last See Your Father ?", "binary_answer": null, "no_answer_prob": 3.145337790250778}
{"example_id": 1112375152848664239, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -5.225968927145004}
{"example_id": -3650982839046965239, "prediction": "Phraya Manopakorn Nititada", "binary_answer": null, "no_answer_prob": -6.807080030441284}
{"example_id": -3156311054855292528, "prediction": "", "binary_answer": null, "no_answer_prob": 3.236510455608368}
{"example_id": 510654241152527873, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7675305008888245}
{"example_id": -4638130633565306121, "prediction": "Creative destruction", "binary_answer": null, "no_answer_prob": -0.6234965324401855}
{"example_id": 7534131655041956406, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7045304775238037}
{"example_id": 4934823151479543477, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0050924718379974}
{"example_id": 723200719810634500, "prediction": "History of United States foreign policy is a brief overview of major trends regarding the foreign policy of the United States from the American Revolution to the present", "binary_answer": null, "no_answer_prob": 1.6559870541095734}
{"example_id": -4227975147779389006, "prediction": "Georgia", "binary_answer": null, "no_answer_prob": -0.2028195858001709}
{"example_id": -1582287720044073076, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0164607167243958}
{"example_id": -8201238249330313861, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8470498258247972}
{"example_id": -4395980498267208014, "prediction": "The world 's tallest artificial structure is the 829.8 - metre - tall ( 2,722 ft ) Burj Khalifa", "binary_answer": null, "no_answer_prob": 1.9612556993961334}
{"example_id": 3060219514325432081, "prediction": "The immediate family is a defined group of relations , used in rules or laws to determine which members of a person 's family are affected by those rules", "binary_answer": null, "no_answer_prob": -0.8565878868103027}
{"example_id": -6129591289065503662, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8032670617103577}
{"example_id": 638626761760974520, "prediction": "Axial Age", "binary_answer": null, "no_answer_prob": 2.4352584332227707}
{"example_id": 2107282500378299197, "prediction": "Breakfast at Tiffany 's is a 1961", "binary_answer": null, "no_answer_prob": 1.6928077936172485}
{"example_id": 1559936187919517066, "prediction": "bisulfate ( or hydrogen sulfate ) ion", "binary_answer": null, "no_answer_prob": -1.0797045230865479}
{"example_id": -7481130833209648550, "prediction": "country crooner standard ever since .", "binary_answer": null, "no_answer_prob": 2.2567325830459595}
{"example_id": -4281068146235841431, "prediction": "Enola Gay", "binary_answer": null, "no_answer_prob": -6.902992129325867}
{"example_id": 2775840251067771416, "prediction": "Jess Walton", "binary_answer": null, "no_answer_prob": -2.7823530435562134}
{"example_id": 2152433678881288213, "prediction": "Two years after the Battle of New York", "binary_answer": null, "no_answer_prob": 0.8698817491531372}
{"example_id": -6170426547148043390, "prediction": "", "binary_answer": null, "no_answer_prob": 5.675623118877411}
{"example_id": 1131979125526883936, "prediction": "5.15 pm", "binary_answer": null, "no_answer_prob": -2.035120725631714}
{"example_id": 8094591024294769303, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4083374738693237}
{"example_id": 5869718724083541782, "prediction": "August 7 , 2017 . Casey Webb 's second season on Man v. Food has been renewed with new episodes beginning later this year .", "binary_answer": null, "no_answer_prob": 1.744229644536972}
{"example_id": 1125226722819529917, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": -3.5794705152511597}
{"example_id": -4726198019722762577, "prediction": "", "binary_answer": null, "no_answer_prob": 5.251547127962112}
{"example_id": -2521848961331626598, "prediction": "`` Love Will Tear Us Apart", "binary_answer": null, "no_answer_prob": 1.5494152009487152}
{"example_id": 2779767076658320312, "prediction": "", "binary_answer": null, "no_answer_prob": 2.880104720592499}
{"example_id": 6887634788433337209, "prediction": "Virginia Bruce", "binary_answer": null, "no_answer_prob": 0.025947928428649902}
{"example_id": -1965308244975131504, "prediction": "", "binary_answer": null, "no_answer_prob": -4.252684533596039}
{"example_id": -5057962651631873577, "prediction": "George Frederick Blanda", "binary_answer": null, "no_answer_prob": -4.459680438041687}
{"example_id": 933895978176211618, "prediction": "Neoclassicism", "binary_answer": null, "no_answer_prob": -1.4416002333164215}
{"example_id": 8363382120473892774, "prediction": "Kentucky was a border state of key importance in the American Civil War", "binary_answer": null, "no_answer_prob": 2.5540059208869934}
{"example_id": 5987580255794684514, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -3.822134852409363}
{"example_id": 8853596992779708147, "prediction": "Gran Torino", "binary_answer": null, "no_answer_prob": 3.3709534257650375}
{"example_id": -1865931968080988584, "prediction": "`` Baby , Do n't Change Your Mind '' is a 1977 song by Gladys Knight & The Pips", "binary_answer": null, "no_answer_prob": 2.5378589630126953}
{"example_id": -3718915594695346526, "prediction": "`` All Along the Watchtower ''", "binary_answer": null, "no_answer_prob": -1.7782481908798218}
{"example_id": 1002259786995802051, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6710424423217773}
{"example_id": 7375626827650126032, "prediction": "Rohit Sharma", "binary_answer": null, "no_answer_prob": -4.681676745414734}
{"example_id": -2086068528042365233, "prediction": "Sicily", "binary_answer": null, "no_answer_prob": 0.49704432487487793}
{"example_id": -8806071835132033107, "prediction": "Sitka Alaska", "binary_answer": null, "no_answer_prob": 0.7544914484024048}
{"example_id": 147658595678120977, "prediction": "Richard Allen Boone", "binary_answer": null, "no_answer_prob": -8.026217818260193}
{"example_id": 6259013969167183618, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -5.89475080370903}
{"example_id": -3551958206350978104, "prediction": "The term BB originated from the nomenclature of the size of steel shots used in a shotgun", "binary_answer": null, "no_answer_prob": -4.106949806213379}
{"example_id": 6910034875550241881, "prediction": "India", "binary_answer": null, "no_answer_prob": 1.3225060105323792}
{"example_id": -819718931031629224, "prediction": "the shining sun , black reflects hardships , and green represents the land", "binary_answer": null, "no_answer_prob": -1.4739549160003662}
{"example_id": 8774926490341844727, "prediction": "Lost in Space", "binary_answer": null, "no_answer_prob": 0.7216253876686096}
{"example_id": -9122844704265840510, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1991555094718933}
{"example_id": -9164557426920255978, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -4.764942765235901}
{"example_id": -1669438852964162570, "prediction": "The song is commonly known as `` In Christ Alone ( My Hope Is Found )", "binary_answer": null, "no_answer_prob": 1.4416931867599487}
{"example_id": 2349802982527013529, "prediction": "Big Little Lies", "binary_answer": null, "no_answer_prob": 2.173381507396698}
{"example_id": -5482590267888369018, "prediction": "Lucifer", "binary_answer": null, "no_answer_prob": -4.523628115653992}
{"example_id": 2114543821065231555, "prediction": "central Asia to Europe", "binary_answer": null, "no_answer_prob": -0.3277990221977234}
{"example_id": 5111673009824140252, "prediction": "", "binary_answer": null, "no_answer_prob": 2.510063350200653}
{"example_id": -7086917264374171169, "prediction": "Walker is a German surname derived from either a fuller , from the Middle High German walker", "binary_answer": null, "no_answer_prob": -5.558339715003967}
{"example_id": 802242686146481924, "prediction": "", "binary_answer": null, "no_answer_prob": 3.725098967552185}
{"example_id": -803285612943718200, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5285285711288452}
{"example_id": 4358985928977164210, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5397319793701172}
{"example_id": 2343725968186898057, "prediction": "", "binary_answer": null, "no_answer_prob": 3.709040880203247}
{"example_id": 4242953360589860036, "prediction": "", "binary_answer": null, "no_answer_prob": -4.071337819099426}
{"example_id": 4461224924498578327, "prediction": "The Wrong Side of Heaven and the Righteous Side of Hell , Volume 1", "binary_answer": null, "no_answer_prob": 1.1948917508125305}
{"example_id": -1939513394684501788, "prediction": "Roy Dotrice OBE", "binary_answer": null, "no_answer_prob": 1.03412663936615}
{"example_id": -7488770171179079318, "prediction": "`` Video Killed the Radio Star", "binary_answer": null, "no_answer_prob": 1.964389655739069}
{"example_id": -25240745823727587, "prediction": "", "binary_answer": null, "no_answer_prob": 3.84985488653183}
{"example_id": 7467684090775849181, "prediction": "You play to win the game !", "binary_answer": null, "no_answer_prob": -2.9134256839752197}
{"example_id": -7836436546278113693, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -2.3095001578330994}
{"example_id": -1095346276869439712, "prediction": "", "binary_answer": null, "no_answer_prob": 4.230745077133179}
{"example_id": -8418268294024722701, "prediction": "", "binary_answer": null, "no_answer_prob": 3.256418824195862}
{"example_id": 1263246321940190329, "prediction": "", "binary_answer": null, "no_answer_prob": 1.944614589214325}
{"example_id": 5035571572881554294, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8808538913726807}
{"example_id": 6302077093985071663, "prediction": "Wendy", "binary_answer": null, "no_answer_prob": 2.9642484188079834}
{"example_id": -4259065868257791188, "prediction": "The 1904 Rolls - Royce 10 hp Two - Seater", "binary_answer": null, "no_answer_prob": 0.5902562141418457}
{"example_id": -348540518175445519, "prediction": "Plant Location Coords . Notes Kewaunee Nuclear Generating Station", "binary_answer": null, "no_answer_prob": 2.587411046028137}
{"example_id": 1934978776914457212, "prediction": "", "binary_answer": null, "no_answer_prob": -1.661917805671692}
{"example_id": -3269832350279448557, "prediction": "pneumonoultramicroscopicsilicovolcanoconiosis", "binary_answer": null, "no_answer_prob": -0.6511982679367065}
{"example_id": 5370168031676132312, "prediction": "", "binary_answer": null, "no_answer_prob": 0.800001323223114}
{"example_id": 3054373585607347258, "prediction": "", "binary_answer": null, "no_answer_prob": -1.5309038162231445}
{"example_id": -2990040889940236408, "prediction": "", "binary_answer": null, "no_answer_prob": 6.0301235765218735}
{"example_id": 5615520588656931873, "prediction": "Victoria Leigh Blum", "binary_answer": null, "no_answer_prob": -3.955232858657837}
{"example_id": 4674272567879693417, "prediction": "\u00a3 16,250 , which set the club 's market capitalisation value at approximately \u00a3 1 Billion", "binary_answer": null, "no_answer_prob": -4.620921730995178}
{"example_id": -4325663049251896614, "prediction": "George O'Malley , M.D.", "binary_answer": null, "no_answer_prob": 2.724669098854065}
{"example_id": 3242403107057993294, "prediction": "Ike Anigbogu", "binary_answer": null, "no_answer_prob": 0.513787031173706}
{"example_id": 2562291364376041081, "prediction": "# Film Release date Director ( s ) Writer ( s ) Producer ( s ) Composer ( s ) Story Screenplay Toy Story", "binary_answer": null, "no_answer_prob": 1.933510422706604}
{"example_id": 1923984278989351285, "prediction": "Jaron Lowenstein", "binary_answer": null, "no_answer_prob": -0.9598267078399658}
{"example_id": -4173856451403193565, "prediction": "Snow White and the Seven Dwarfs", "binary_answer": null, "no_answer_prob": -3.9475942254066467}
{"example_id": 4505982760877484330, "prediction": "Bryan Adams", "binary_answer": null, "no_answer_prob": -3.3869848251342773}
{"example_id": -2867996683676470916, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0732725411653519}
{"example_id": -4156870232683209747, "prediction": "", "binary_answer": null, "no_answer_prob": 2.882472038269043}
{"example_id": 2913546350987328137, "prediction": "Hofstadter", "binary_answer": null, "no_answer_prob": -2.8024299144744873}
{"example_id": 3375932602132224207, "prediction": "There 's many a slip ' twixt the cup and the lip is a very old proverb", "binary_answer": null, "no_answer_prob": 0.9396748542785645}
{"example_id": -5009970653427682649, "prediction": "She is best known for her performance as Eliza Jane Wilder", "binary_answer": null, "no_answer_prob": 1.263810820877552}
{"example_id": -388494239073392061, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9846103340387344}
{"example_id": -8383065589088073806, "prediction": "December 18 , 1985 ( 1985 - 12 - 18 ) Running time 153 minutes Country United States Language English Budget $15 million Box office $142 million", "binary_answer": null, "no_answer_prob": -0.4135572910308838}
{"example_id": -766146389019023635, "prediction": "", "binary_answer": null, "no_answer_prob": 5.014050304889679}
{"example_id": 7344887121662171588, "prediction": "The Colorado Rockies", "binary_answer": null, "no_answer_prob": -0.368222089484334}
{"example_id": 680976356918039399, "prediction": "the principle of judicial review", "binary_answer": null, "no_answer_prob": -1.043943166732788}
{"example_id": -8120244220730048855, "prediction": "The series consists of two groups . The first group consists of books 1 - 28", "binary_answer": null, "no_answer_prob": 2.47907555103302}
{"example_id": 5807901590701962962, "prediction": "San Felipe", "binary_answer": null, "no_answer_prob": -0.7541779279708862}
{"example_id": 3601874923733218130, "prediction": "`` Music ''", "binary_answer": null, "no_answer_prob": 3.301235556602478}
{"example_id": 318582908448127593, "prediction": "`` I Got a Woman ''", "binary_answer": null, "no_answer_prob": -1.6376473903656006}
{"example_id": -2123887067814043573, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0297966003417969}
{"example_id": -6210591518727488034, "prediction": "Karl Malone", "binary_answer": null, "no_answer_prob": -3.8581125736236572}
{"example_id": -4366750682593373384, "prediction": "Vivien Leigh", "binary_answer": null, "no_answer_prob": -1.5559691190719604}
{"example_id": 7330283949157420097, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Great Red Spot", "binary_answer": null, "no_answer_prob": 2.1836395263671875}
{"example_id": 2340783287337063791, "prediction": "", "binary_answer": null, "no_answer_prob": 3.666524589061737}
{"example_id": 1736576896503641378, "prediction": "26 June 24 , 2017 ( 2017 - 06 - 24 ) TBA", "binary_answer": null, "no_answer_prob": 1.4388765692710876}
{"example_id": 7450647458618663015, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] `` Something old", "binary_answer": null, "no_answer_prob": 4.790299773216248}
{"example_id": -7565348086232363902, "prediction": "`` l 'll Remember You '' is a song written by Kui Lee", "binary_answer": null, "no_answer_prob": 0.1041763424873352}
{"example_id": -1628198652370122618, "prediction": "", "binary_answer": null, "no_answer_prob": 2.541246175765991}
{"example_id": -7740672385454005000, "prediction": "", "binary_answer": null, "no_answer_prob": 3.486084818840027}
{"example_id": -1480402774341746926, "prediction": "The line , `` You load sixteen tons and what do you get ?", "binary_answer": null, "no_answer_prob": 1.065695360302925}
{"example_id": -6547079818648848567, "prediction": "`` Abraham , Martin and John '' is a 1968 song written by Dick Holler and first recorded by Dion", "binary_answer": null, "no_answer_prob": 0.8618675470352173}
{"example_id": 2823945180791357197, "prediction": "Kool Herc", "binary_answer": null, "no_answer_prob": -1.6185095310211182}
{"example_id": -49544909738947984, "prediction": "`` For the Good Times '' is a song written by Kris Kristofferson", "binary_answer": null, "no_answer_prob": -1.5079755783081055}
{"example_id": 6825089948454402519, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0987358689308167}
{"example_id": -3500472155295618372, "prediction": "A tithe", "binary_answer": null, "no_answer_prob": -1.4527666568756104}
{"example_id": -6740318713416695610, "prediction": "30th June 1993", "binary_answer": null, "no_answer_prob": -3.596801996231079}
{"example_id": -6216590703217765913, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A motor capacitor", "binary_answer": null, "no_answer_prob": 3.6661150455474854}
{"example_id": -5658756349967777582, "prediction": "Newnan is a city in Metro Atlanta and the county seat of Coweta County , Georgia", "binary_answer": null, "no_answer_prob": 2.716581642627716}
{"example_id": 4403011770278993624, "prediction": "the people of France to the people of the United States", "binary_answer": null, "no_answer_prob": 0.9508711695671082}
{"example_id": -5463503077814630167, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7625482976436615}
{"example_id": 7467210135563663535, "prediction": "", "binary_answer": null, "no_answer_prob": 1.252325713634491}
{"example_id": -6414947426303502550, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Asociality", "binary_answer": null, "no_answer_prob": 2.830582231283188}
{"example_id": 3746159157935930720, "prediction": "Frederick North", "binary_answer": null, "no_answer_prob": -2.436405897140503}
{"example_id": 4555612618387565146, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7051100730895996}
{"example_id": 2375410666129136218, "prediction": "Lin Beifong", "binary_answer": null, "no_answer_prob": 4.811873584985733}
{"example_id": 2461566699470725996, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.853278875350952}
{"example_id": -6135694148896109505, "prediction": "Suzhou Sky Screen", "binary_answer": null, "no_answer_prob": -0.694443941116333}
{"example_id": 3322178295371250835, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4874382019042969}
{"example_id": 2237156442325774327, "prediction": "America 's Got Talent", "binary_answer": null, "no_answer_prob": -0.8440048396587372}
{"example_id": 4511060675003771481, "prediction": "", "binary_answer": null, "no_answer_prob": 2.605470895767212}
{"example_id": 5327552938903283029, "prediction": "", "binary_answer": null, "no_answer_prob": 3.853451728820801}
{"example_id": -8024170593968252493, "prediction": "`` The House That Built Me '' is a song written by Tom Douglas and Allen Shamblin", "binary_answer": null, "no_answer_prob": -1.3741527795791626}
{"example_id": -747785293083158949, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0123294591903687}
{"example_id": 6767302592578422777, "prediction": "The city - state of Singapore", "binary_answer": null, "no_answer_prob": -3.982758730649948}
{"example_id": 4775749128428213452, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": 1.873867392539978}
{"example_id": 2799928338739587088, "prediction": "", "binary_answer": null, "no_answer_prob": -3.129531055688858}
{"example_id": 102856335985263384, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3844224214553833}
{"example_id": -310470021073709295, "prediction": "Tracy McConnell", "binary_answer": null, "no_answer_prob": 4.455055519938469}
{"example_id": 4497024653000501374, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7389061450958252}
{"example_id": -1430743056435751470, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4451936483383179}
{"example_id": 8252060165784847969, "prediction": "", "binary_answer": null, "no_answer_prob": 4.512793064117432}
{"example_id": 2589688290835526636, "prediction": "`` You 're My Best Friend '' is a song by the British rock band Queen", "binary_answer": null, "no_answer_prob": -2.2115116119384766}
{"example_id": -7856955091173019382, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4978106021881104}
{"example_id": 8922474260746168401, "prediction": "Junius Richard Jayewardene", "binary_answer": null, "no_answer_prob": -5.052246570587158}
{"example_id": 6366392526256952271, "prediction": "`` Congress shall make no law respecting an establishment of religion , or prohibiting the free exercise thereof ... ''", "binary_answer": null, "no_answer_prob": 3.46324422955513}
{"example_id": -3602763637708772362, "prediction": "", "binary_answer": null, "no_answer_prob": 4.221757709980011}
{"example_id": 833117822520584676, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5010525733232498}
{"example_id": 6562690436193066031, "prediction": "The race for which Singh is best remembered is his fourth - place finish in the 400 metres final at the 1960", "binary_answer": null, "no_answer_prob": -2.286921977996826}
{"example_id": -2734324486901885143, "prediction": "January 19 , 2018 . It is yet to be released on Android devices or in other countries .", "binary_answer": null, "no_answer_prob": -2.0919670462608337}
{"example_id": 3783165086548554212, "prediction": "", "binary_answer": null, "no_answer_prob": 4.686833679676056}
{"example_id": -8100558789013380278, "prediction": "God the Father", "binary_answer": null, "no_answer_prob": 0.3731236457824707}
{"example_id": 2062194153854731443, "prediction": "The French and Indian War ( 1754 -- 63 )", "binary_answer": null, "no_answer_prob": -0.7838879823684692}
{"example_id": -6108819673537778658, "prediction": "The Prime Photos plan offers unlimited storage for photos and RAW files , and a 5 gigabytes of storage for videos and other files", "binary_answer": null, "no_answer_prob": -0.9554659128189087}
{"example_id": -8712160778873260709, "prediction": "Andrew Thomas Carroll", "binary_answer": null, "no_answer_prob": 1.3323581665754318}
{"example_id": -2019832919764060116, "prediction": "November 6 , 2001", "binary_answer": null, "no_answer_prob": -1.7662585973739624}
{"example_id": -862983913651660734, "prediction": "", "binary_answer": null, "no_answer_prob": 3.772024154663086}
{"example_id": -7485040310761395035, "prediction": "", "binary_answer": null, "no_answer_prob": 1.566972553730011}
{"example_id": -550988106251088133, "prediction": "`` Why Me '' is an American country and gospel song written and recorded by American country music singer and songwriter Kris Kristofferson .", "binary_answer": null, "no_answer_prob": -0.5460754632949829}
{"example_id": 601662836705223415, "prediction": "sodium , magnesium , aluminium , silicon , phosphorus , sulfur , chlorine , and argon", "binary_answer": null, "no_answer_prob": 0.4810980558395386}
{"example_id": -135263648138393062, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0818752646446228}
{"example_id": 2538907278819984497, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3128927946090698}
{"example_id": 3569402629405137676, "prediction": "", "binary_answer": null, "no_answer_prob": 2.418443739414215}
{"example_id": 126325470621013493, "prediction": "`` Saturday Night '' is a song performed by Danish Eurodance artist Whigfield", "binary_answer": null, "no_answer_prob": 3.076067566871643}
{"example_id": 4565031430335420073, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2122015953063965}
{"example_id": 4653717348037177959, "prediction": "Ringo Starr", "binary_answer": null, "no_answer_prob": -0.6867600679397583}
{"example_id": -6446069137791333046, "prediction": "The videos featured Sinatra wearing an iconic pair of boots .", "binary_answer": null, "no_answer_prob": -3.993872880935669}
{"example_id": -107512131368495195, "prediction": "10 October 8 , 2012 ( 2012 - 10 - 08 ) December 17 , 2012 ( 2012 - 12 - 17 ) 0.9", "binary_answer": null, "no_answer_prob": 3.0151820182800293}
{"example_id": -4686533713816525192, "prediction": "Psalm 119", "binary_answer": null, "no_answer_prob": -3.4150980412960052}
{"example_id": 7265736210322632969, "prediction": "The Texas Revolution", "binary_answer": null, "no_answer_prob": 1.74110147356987}
{"example_id": -7142245749745776633, "prediction": "The flag of the United States of America , often referred to as the American flag , is the national flag of the United States", "binary_answer": null, "no_answer_prob": -2.605167031288147}
{"example_id": 6428696667586570382, "prediction": "The phrase comes from the opening stanza of Ralph Waldo Emerson 's `` Concord Hymn '' ( 1837 )", "binary_answer": null, "no_answer_prob": 0.10130363702774048}
{"example_id": -129067025216529276, "prediction": "", "binary_answer": null, "no_answer_prob": 1.286305010318756}
{"example_id": -6797689979917205967, "prediction": "The Gulf of Mexico", "binary_answer": null, "no_answer_prob": 2.3482441902160645}
{"example_id": -6904356229013290855, "prediction": "", "binary_answer": null, "no_answer_prob": 4.161359429359436}
{"example_id": 2269043647142103601, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3905489444732666}
{"example_id": 1204717111483638002, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.350437745451927}
{"example_id": 3103339764781835644, "prediction": "How the Other Half Lives : Studies among the Tenements of New York ( 1890 )", "binary_answer": null, "no_answer_prob": 0.9523569345474243}
{"example_id": -1033978770973439629, "prediction": "The Righteous Brothers", "binary_answer": null, "no_answer_prob": -1.1684503555297852}
{"example_id": 9090687197021547084, "prediction": "The Metropolitan Museum of Art of New York", "binary_answer": null, "no_answer_prob": 0.09755218029022217}
{"example_id": -4725216962190838507, "prediction": "1789", "binary_answer": null, "no_answer_prob": -5.091304332017899}
{"example_id": 6212995521582499293, "prediction": "These facts were unknown to the ancient Egyptians", "binary_answer": null, "no_answer_prob": 1.030964970588684}
{"example_id": 1581103709270230761, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8886806070804596}
{"example_id": 2919163947350021200, "prediction": "The data link layer or layer 2", "binary_answer": null, "no_answer_prob": -2.9050958156585693}
{"example_id": -1736582047512595563, "prediction": "My Wife and Kids", "binary_answer": null, "no_answer_prob": 0.48475027084350586}
{"example_id": -6467032154005627693, "prediction": "", "binary_answer": null, "no_answer_prob": 2.726620949804783}
{"example_id": -1141892161770514586, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9319900274276733}
{"example_id": 8281450180990797029, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6434253454208374}
{"example_id": -2554150456476443845, "prediction": "America 's Got Talent", "binary_answer": null, "no_answer_prob": 0.3089057207107544}
{"example_id": 7672382285224467664, "prediction": "In the jungle , the mighty jungle , the lion sleeps tonight .", "binary_answer": null, "no_answer_prob": 1.017775058746338}
{"example_id": -194784691662597433, "prediction": "`` An apple a day keeps the doctor away '' is a common English - language proverb", "binary_answer": null, "no_answer_prob": 1.3858587639406323}
{"example_id": -1789978962684640018, "prediction": "", "binary_answer": null, "no_answer_prob": 0.005750596523284912}
{"example_id": -6209108594426554875, "prediction": "Monthly Electricity Generation in India", "binary_answer": null, "no_answer_prob": 3.263793960213661}
{"example_id": 2642082376424878345, "prediction": "Ferris Bueller 's Day Off", "binary_answer": null, "no_answer_prob": -1.9740400314331055}
{"example_id": -680486844525096811, "prediction": "In 1327 , Tughluq", "binary_answer": null, "no_answer_prob": 0.1506059169769287}
{"example_id": 5359557015065082797, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2036332190036774}
{"example_id": 4423947881674582893, "prediction": "`` A Bushel and a Peck ''", "binary_answer": null, "no_answer_prob": 3.8631970658898354}
{"example_id": 8465985767119330042, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5138094425201416}
{"example_id": -2148933343795360387, "prediction": "Composer Alan Silvestri", "binary_answer": null, "no_answer_prob": -0.9579119682312012}
{"example_id": 766177566415614867, "prediction": "Jefferson Davis", "binary_answer": null, "no_answer_prob": -1.0581283569335938}
{"example_id": 8316699342584548454, "prediction": "", "binary_answer": null, "no_answer_prob": 3.83364599943161}
{"example_id": 6757098750193782070, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3419047892093658}
{"example_id": -4028449288310669991, "prediction": "Blake Griffin", "binary_answer": null, "no_answer_prob": -4.82299017906189}
{"example_id": -8341914004054676028, "prediction": "The Supreme Court of the Philippines", "binary_answer": null, "no_answer_prob": 1.4517019987106323}
{"example_id": -9144993430168672857, "prediction": "", "binary_answer": null, "no_answer_prob": 6.300231486558914}
{"example_id": -8402623600507693036, "prediction": "Sunday", "binary_answer": null, "no_answer_prob": -0.2857199050486088}
{"example_id": -46540162986656093, "prediction": "Genetically modified crops", "binary_answer": null, "no_answer_prob": 3.0009653568267822}
{"example_id": 3475321462112078637, "prediction": "`` Bartender Song ( Sittin ' at a Bar ) '' is a song by American southern rock group Rehab", "binary_answer": null, "no_answer_prob": 2.4659797102212906}
{"example_id": 6056886816849673973, "prediction": "`` Ya Got Trouble", "binary_answer": null, "no_answer_prob": 4.398628331720829}
{"example_id": -3145331203286953496, "prediction": "Now That 's What I Call Music ! 21", "binary_answer": null, "no_answer_prob": -2.5756900310516357}
{"example_id": 3112428041931377273, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6741232872009277}
{"example_id": 7089634172981025468, "prediction": "The sclera and cornea", "binary_answer": null, "no_answer_prob": -0.49259984493255615}
{"example_id": -5158612635898883299, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6971144080162048}
{"example_id": 1215540251299169354, "prediction": "Gillian Jacobs", "binary_answer": null, "no_answer_prob": -3.5020477771759033}
{"example_id": 2714857899300725501, "prediction": "A dividend", "binary_answer": null, "no_answer_prob": -2.0604767203330994}
{"example_id": -2789898797183354352, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9986493177711964}
{"example_id": 4524421186509207479, "prediction": "`` Since I Fell for You '' is a jazz and pop standard", "binary_answer": null, "no_answer_prob": 2.7218801975250244}
{"example_id": 3822674477738969189, "prediction": "Elizabeth II", "binary_answer": null, "no_answer_prob": -0.339175820350647}
{"example_id": 5457503899228372045, "prediction": "`` Hey There Delilah ''", "binary_answer": null, "no_answer_prob": 2.914614774286747}
{"example_id": 5596850344595630638, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5743377208709717}
{"example_id": -6268305864372537722, "prediction": "G - funk", "binary_answer": null, "no_answer_prob": 1.7639697790145874}
{"example_id": -8540721047988438914, "prediction": "", "binary_answer": null, "no_answer_prob": 0.02720510959625244}
{"example_id": -9145444956854203798, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2836040258407593}
{"example_id": 8192816078384267476, "prediction": "Super Bowl XXXVII", "binary_answer": null, "no_answer_prob": -3.1847745180130005}
{"example_id": -4398049122492765173, "prediction": "Privacy", "binary_answer": null, "no_answer_prob": 0.4159226417541504}
{"example_id": -281998146715008134, "prediction": "`` All Right Now '' is a single by the English rock band Free", "binary_answer": null, "no_answer_prob": -0.7138192653656006}
{"example_id": -4842435407634345683, "prediction": "", "binary_answer": null, "no_answer_prob": 2.343608796596527}
{"example_id": -7149910308751805916, "prediction": "Arrears", "binary_answer": null, "no_answer_prob": 1.1445223093032837}
{"example_id": -3424394851621742596, "prediction": "The Syrian Civil War", "binary_answer": null, "no_answer_prob": 1.8634531497955322}
{"example_id": -7278046984885687081, "prediction": "Michael Frank Park", "binary_answer": null, "no_answer_prob": -6.12149715423584}
{"example_id": -3161072655830057250, "prediction": "A lake", "binary_answer": null, "no_answer_prob": 0.6070224419236183}
{"example_id": -1921691318227357795, "prediction": "`` A Bird in a Gilded Cage '' is a song composed by Arthur J. Lamb and Harry Von Tilzer", "binary_answer": null, "no_answer_prob": 3.465486168861389}
{"example_id": 51342376009980790, "prediction": "", "binary_answer": null, "no_answer_prob": 4.008809864521027}
{"example_id": -6301941717908176228, "prediction": "Masai Ujiri", "binary_answer": null, "no_answer_prob": -5.538673281669617}
{"example_id": 307991485626809933, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6837501050904393}
{"example_id": -5779610085405596217, "prediction": "", "binary_answer": null, "no_answer_prob": -0.017945083789527416}
{"example_id": -814048850790649381, "prediction": "stainless steel", "binary_answer": null, "no_answer_prob": -0.5174118280410767}
{"example_id": 3303450059650204168, "prediction": "`` ( Sittin ' On ) The Dock of the Bay '' is a song co-written by soul singer Otis Redding", "binary_answer": null, "no_answer_prob": 3.8813552856445312}
{"example_id": 6733058756159947374, "prediction": "7 29 November 29 , 2016 ( 2016 - 11 - 29 ) October 24 , 2017 ( 2017 - 10 - 24 )", "binary_answer": null, "no_answer_prob": 1.5906707048416138}
{"example_id": 4714596203325717987, "prediction": "The majority of U.S. adults self - identify as Christians", "binary_answer": null, "no_answer_prob": 0.8102633953094482}
{"example_id": -1630939954994858170, "prediction": "Christopher Jarecki", "binary_answer": null, "no_answer_prob": -2.49130380153656}
{"example_id": -908231916853811365, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7816558480262756}
{"example_id": -8207403579352126669, "prediction": "Marriage", "binary_answer": null, "no_answer_prob": -0.0181119441986084}
{"example_id": -3269410672444798539, "prediction": "`` I Look to You ''", "binary_answer": null, "no_answer_prob": 2.449147939682007}
{"example_id": -7324402171371323770, "prediction": "June 7 , 2018", "binary_answer": null, "no_answer_prob": -7.282403945922852}
{"example_id": -7498808518194805831, "prediction": "The pulmonary circulation", "binary_answer": null, "no_answer_prob": -1.5972043573856354}
{"example_id": -5560040690676716341, "prediction": "24 December 8 , 2017", "binary_answer": null, "no_answer_prob": 1.7283821105957031}
{"example_id": 6327506297735359946, "prediction": "Earl G. `` Ken '' Kendrick Jr.", "binary_answer": null, "no_answer_prob": -1.0677016973495483}
{"example_id": 8850788301579312656, "prediction": "`` The Lion Sleeps Tonight '' is a song written and recorded originally by Solomon Linda with the Evening Birds", "binary_answer": null, "no_answer_prob": -1.0320805311203003}
{"example_id": 3020454745532135259, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.03896290063858}
{"example_id": -138425463116683653, "prediction": "The Liberian flag", "binary_answer": null, "no_answer_prob": 0.6988053321838379}
{"example_id": -8980261941531841832, "prediction": "The heat escape lessening position ( HELP ) is a way to position oneself to reduce heat loss while immersed in cold water", "binary_answer": null, "no_answer_prob": 2.394289493560791}
{"example_id": 2204381332630416864, "prediction": "Meg Griffin", "binary_answer": null, "no_answer_prob": -0.5849032402038574}
{"example_id": -1113094257240859291, "prediction": "population - weighted representation in the proposed national legislature .", "binary_answer": null, "no_answer_prob": 2.9544399976730347}
{"example_id": 924674811323551135, "prediction": "Sir Robert Walpole", "binary_answer": null, "no_answer_prob": -5.543158054351807}
{"example_id": -4601648929269405008, "prediction": "Carson Daly", "binary_answer": null, "no_answer_prob": 2.3645901679992676}
{"example_id": 5579505741205746724, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5061262845993042}
{"example_id": -1287286327202081411, "prediction": "Samurai Champloo", "binary_answer": null, "no_answer_prob": -2.296488046646118}
{"example_id": 5533719369174487898, "prediction": "", "binary_answer": null, "no_answer_prob": 2.950027346611023}
{"example_id": -4848689059955956934, "prediction": "", "binary_answer": null, "no_answer_prob": 2.85001277923584}
{"example_id": -4498257935140086358, "prediction": "", "binary_answer": null, "no_answer_prob": 4.912958383560181}
{"example_id": -2822354588209979805, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6925545930862427}
{"example_id": -5012789711574805801, "prediction": "Mayim Chaya Bialik", "binary_answer": null, "no_answer_prob": -5.855709791183472}
{"example_id": 4408839540541452029, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6226850748062134}
{"example_id": -8368210792736765933, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6949355602264404}
{"example_id": 2061076574405152264, "prediction": "", "binary_answer": null, "no_answer_prob": 4.66971892118454}
{"example_id": 1307156298733521392, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] 5th", "binary_answer": null, "no_answer_prob": 5.53223592042923}
{"example_id": -9114470160159471139, "prediction": "Now I lay me down to sleep is a classic children 's bedtime prayer from the 18th century .", "binary_answer": null, "no_answer_prob": 0.715803861618042}
{"example_id": -3205628534025138068, "prediction": "The first World Cup was organised in England in June 1975", "binary_answer": null, "no_answer_prob": -4.743088245391846}
{"example_id": -1897104500963046396, "prediction": "31 January 2014 .", "binary_answer": null, "no_answer_prob": -0.4633428603410721}
{"example_id": -8090992686491024818, "prediction": "", "binary_answer": null, "no_answer_prob": 2.475337505340576}
{"example_id": 7678727241360979216, "prediction": "`` A Taste of Honey '' is a pop standard written by Bobby Scott and Ric Marlow", "binary_answer": null, "no_answer_prob": -0.20879089832305908}
{"example_id": -6288127274767329578, "prediction": "The Orioles experienced their greatest success from 1966 to 1983 , when they made six World Series appearances , winning three of them ( 1966 , 1970 , 1983", "binary_answer": null, "no_answer_prob": 0.3459131717681885}
{"example_id": -5299608199321399998, "prediction": "Greenhouse Academy", "binary_answer": null, "no_answer_prob": 2.3064565658569336}
{"example_id": 2788150498848569248, "prediction": "Father 's Day is a celebration honoring fathers and celebrating fatherhood , paternal bonds , and the influence of fathers in society", "binary_answer": null, "no_answer_prob": 0.06888270378112793}
{"example_id": 3361831517589221293, "prediction": "", "binary_answer": null, "no_answer_prob": 4.313800752162933}
{"example_id": 2243428794543876135, "prediction": "Utah , Spain , Italy , the United Kingdom , Turkey and Jordan", "binary_answer": null, "no_answer_prob": -3.7548590898513794}
{"example_id": 8622742502700297601, "prediction": "Legend : Old version Older version , still supported Latest version Latest preview version Future release", "binary_answer": null, "no_answer_prob": -0.5100158154964447}
{"example_id": -6514928649005489570, "prediction": "`` I Wanna Dance with Somebody ( Who Loves Me ) ''", "binary_answer": null, "no_answer_prob": 1.5672838389873505}
{"example_id": -871264965650502408, "prediction": "Making It ( originally titled The Handmade Project", "binary_answer": null, "no_answer_prob": 2.4016005098819733}
{"example_id": 4737819516287439025, "prediction": "", "binary_answer": null, "no_answer_prob": 0.09670031070709229}
{"example_id": 1803103670371471654, "prediction": "", "binary_answer": null, "no_answer_prob": 5.270726531744003}
{"example_id": -3278422072881757999, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6693549156188965}
{"example_id": 8536871328647072323, "prediction": "", "binary_answer": null, "no_answer_prob": 2.076234519481659}
{"example_id": 7934561640496352246, "prediction": "Linda Evans", "binary_answer": null, "no_answer_prob": -7.160226345062256}
{"example_id": -2077080565193970597, "prediction": "The Ohio River , which streams westward from Pittsburgh , Pennsylvania , to Cairo , Illinois", "binary_answer": null, "no_answer_prob": -0.14075493812561035}
{"example_id": -1548352512201823372, "prediction": "", "binary_answer": null, "no_answer_prob": 3.565261721611023}
{"example_id": 3693828412981590327, "prediction": "September 11 , 2006 , on iTunes and October 9 , 2006 , on CD", "binary_answer": null, "no_answer_prob": -2.0166441202163696}
{"example_id": -5072288218443472380, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8683524131774902}
{"example_id": 8268052065074684485, "prediction": "Tasveer", "binary_answer": null, "no_answer_prob": -1.4748384952545166}
{"example_id": -9199537629034261914, "prediction": "about 75 miles ( 121 km ) west of Indianapolis .", "binary_answer": null, "no_answer_prob": 1.546751081943512}
{"example_id": -1541032246398206224, "prediction": "Eddie McGee", "binary_answer": null, "no_answer_prob": -6.3144543170928955}
{"example_id": -150353078765892843, "prediction": "", "binary_answer": null, "no_answer_prob": 2.434849262237549}
{"example_id": 6140981336712569984, "prediction": "June 1 through November 30", "binary_answer": null, "no_answer_prob": -2.9607644081115723}
{"example_id": 3777090832918264756, "prediction": "The second generation of the Amazon Echo Dot was available on October 20 , 2016", "binary_answer": null, "no_answer_prob": 2.6168413162231445}
{"example_id": -4379252375341491466, "prediction": "", "binary_answer": null, "no_answer_prob": 1.731787383556366}
{"example_id": 5490264092713174224, "prediction": "", "binary_answer": null, "no_answer_prob": 1.032467544078827}
{"example_id": 8533219165910400556, "prediction": "", "binary_answer": null, "no_answer_prob": 4.100619435310364}
{"example_id": -8897708406794456407, "prediction": "Intergalactic travel", "binary_answer": null, "no_answer_prob": 1.5449629994109273}
{"example_id": 8745060883298565086, "prediction": "sixth season", "binary_answer": null, "no_answer_prob": -0.14151239395141602}
{"example_id": -8186399298848017637, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9742852449417114}
{"example_id": -3222646103608352078, "prediction": "On 11 December 1941 , four days after the Japanese attack on Pearl Harbor and the United States declaration of war against the Japanese Empire", "binary_answer": null, "no_answer_prob": 2.7053427696228027}
{"example_id": 8470597005350297381, "prediction": "", "binary_answer": null, "no_answer_prob": 3.384597659111023}
{"example_id": 1517159869986308997, "prediction": "`` Grandma Got Run Over by a Reindeer ''", "binary_answer": null, "no_answer_prob": 0.11043417453765869}
{"example_id": -8821506701020863139, "prediction": "A natural hazard is a natural phenomenon that might have a negative effect on people or the environment", "binary_answer": null, "no_answer_prob": 2.4034463316202164}
{"example_id": -5103942755635115713, "prediction": "Vitamin E refers to a group of compounds that include both tocopherols and tocotrienols", "binary_answer": null, "no_answer_prob": -1.9828087091445923}
{"example_id": -2205439830862864188, "prediction": "The Black Eyed Peas", "binary_answer": null, "no_answer_prob": -6.061411023139954}
{"example_id": 2922942140466838291, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7317513041198254}
{"example_id": 405741106780269216, "prediction": "The Universal Declaration of Human Rights", "binary_answer": null, "no_answer_prob": 0.7358269691467285}
{"example_id": 992126601434650028, "prediction": "The Declaration of the Rights of Man and of the Citizen", "binary_answer": null, "no_answer_prob": -1.037164568901062}
{"example_id": -4555607120929378828, "prediction": "", "binary_answer": null, "no_answer_prob": -0.060364365577697754}
{"example_id": -7664948598108395205, "prediction": "", "binary_answer": null, "no_answer_prob": 3.727782726287842}
{"example_id": 6379526727081750489, "prediction": "The story takes place during three years ( 1933 -- 35 ) of the Great Depression", "binary_answer": null, "no_answer_prob": -2.677856206893921}
{"example_id": 1358197395788363320, "prediction": "Data collection", "binary_answer": null, "no_answer_prob": 2.6585585474967957}
{"example_id": -1866919192376490688, "prediction": "`` You Do n't Know Me '' is a song written by Cindy Walker", "binary_answer": null, "no_answer_prob": -0.4943026304244995}
{"example_id": 2170580264706819803, "prediction": "", "binary_answer": null, "no_answer_prob": 3.386245548725128}
{"example_id": 6555731993021704378, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8095447719097137}
{"example_id": -298768433575593625, "prediction": "It is scheduled to be held in 12 cities in 12 European countries from 12 June to 12 July 2020", "binary_answer": null, "no_answer_prob": -2.042658805847168}
{"example_id": -3243586934232791084, "prediction": "Rank ISP Narrowband Broadband Total Jio", "binary_answer": null, "no_answer_prob": -1.5377538204193115}
{"example_id": 6794927844642561619, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2162761092185974}
{"example_id": -5590423982475744712, "prediction": "", "binary_answer": null, "no_answer_prob": 2.10075843334198}
{"example_id": 8991334104937900326, "prediction": "The Lion King is a 1994", "binary_answer": null, "no_answer_prob": -0.7658863067626953}
{"example_id": 9176651943912639776, "prediction": "Pennington County", "binary_answer": null, "no_answer_prob": 1.036068856716156}
{"example_id": 4010552134847535060, "prediction": "", "binary_answer": null, "no_answer_prob": 2.243791341781616}
{"example_id": -5990054433669752215, "prediction": "Video", "binary_answer": null, "no_answer_prob": 2.4152382276952267}
{"example_id": 3235145058323535822, "prediction": "`` Dead Skunk '' is a 1972 novelty song by Loudon Wainwright III .", "binary_answer": null, "no_answer_prob": 3.2410496696829796}
{"example_id": 7705812918765553727, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3129035532474518}
{"example_id": -1451788031325204195, "prediction": "Ann Bradford Davis", "binary_answer": null, "no_answer_prob": 2.3038763999938965}
{"example_id": -7744635265161234835, "prediction": "Broadway to Gold Street", "binary_answer": null, "no_answer_prob": 0.13675570487976074}
{"example_id": -6268596395812528097, "prediction": "Blues Image", "binary_answer": null, "no_answer_prob": 0.9831777811050415}
{"example_id": -6744227813697788887, "prediction": "2018", "binary_answer": null, "no_answer_prob": -3.802485466003418}
{"example_id": 4399719059324940888, "prediction": "December 7 , 1979", "binary_answer": null, "no_answer_prob": 0.7677161693572998}
{"example_id": -6915859372604977461, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5843461751937866}
{"example_id": -3770217224320829481, "prediction": "`` In the Year 2525 '' is a 1969 hit song by the American pop - rock duo of Zager and Evans", "binary_answer": null, "no_answer_prob": 0.0014220848679542542}
{"example_id": -1805699453282897240, "prediction": "", "binary_answer": null, "no_answer_prob": 0.435484379529953}
{"example_id": -3195517680369378817, "prediction": "", "binary_answer": null, "no_answer_prob": 2.709922194480896}
{"example_id": 850038644323833921, "prediction": "Riverdale", "binary_answer": null, "no_answer_prob": 3.0670906007289886}
{"example_id": 994463371373162312, "prediction": "Colin Fleming of JazzTimes", "binary_answer": null, "no_answer_prob": 3.1794357299804688}
{"example_id": 1662631078236757934, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8188681602478027}
{"example_id": -7184004542971260282, "prediction": "In 1769 the first steam - powered automobile capable of human transportation was built by Nicolas - Joseph Cugnot", "binary_answer": null, "no_answer_prob": 1.3662661910057068}
{"example_id": 1946435308851865169, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7102673649787903}
{"example_id": -7545981062924776406, "prediction": "Viggo Peter Mortensen Jr.", "binary_answer": null, "no_answer_prob": 2.3596047163009644}
{"example_id": 8523680967724740337, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5073580741882324}
{"example_id": -1071629294553120921, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": -2.177637457847595}
{"example_id": 8705963636959768966, "prediction": "", "binary_answer": null, "no_answer_prob": 3.842707931995392}
{"example_id": -8938495944602216597, "prediction": "The History of British India is a history of the British Raj by the 19th century British historian and imperial political theorist James Mill", "binary_answer": null, "no_answer_prob": 1.2703449726104736}
{"example_id": -7570921303155397452, "prediction": "", "binary_answer": null, "no_answer_prob": 2.679326891899109}
{"example_id": 6898771570221328779, "prediction": "`` I Do n't Want to Miss a Thing ''", "binary_answer": null, "no_answer_prob": -0.7301156520843506}
{"example_id": -1713683324578936059, "prediction": "Ronnie Lee Gardner", "binary_answer": null, "no_answer_prob": -6.558416128158569}
{"example_id": 786277896696035959, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1868679225444794}
{"example_id": 1716499330994551573, "prediction": "Hawaii", "binary_answer": null, "no_answer_prob": -2.015928089618683}
{"example_id": 5499286331558917081, "prediction": "England", "binary_answer": null, "no_answer_prob": -6.370144048705697}
{"example_id": 6896156185069964276, "prediction": "In - N - Out Burger", "binary_answer": null, "no_answer_prob": 2.468570828437805}
{"example_id": -102350158828636612, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9883007407188416}
{"example_id": 8067464076328267934, "prediction": "Though the forbidden fruit in the Book of Genesis", "binary_answer": null, "no_answer_prob": 0.9301081895828247}
{"example_id": -404888176477199185, "prediction": "The Crazy World of Arthur Brown", "binary_answer": null, "no_answer_prob": -1.2612314224243164}
{"example_id": -2413001673471615457, "prediction": "2005", "binary_answer": null, "no_answer_prob": -4.328540205955505}
{"example_id": -1693027797828885956, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9121927917003632}
{"example_id": -501538841033618609, "prediction": "April 23 , 2018 in Los Angeles and was released in the United States on April 27 , 2018", "binary_answer": null, "no_answer_prob": -4.541139602661133}
{"example_id": 349255699357733532, "prediction": "October 1941", "binary_answer": null, "no_answer_prob": -3.263298511505127}
{"example_id": 1451940281937053603, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7849005460739136}
{"example_id": 501665149783003588, "prediction": "During the reign of the Roman Emperor Constantine the Great", "binary_answer": null, "no_answer_prob": 1.1282277703285217}
{"example_id": -8310622357902538430, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The counties of Ireland", "binary_answer": null, "no_answer_prob": 1.9526599645614624}
{"example_id": -9167682050066978664, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2205349802970886}
{"example_id": 7053814524287958733, "prediction": "`` Blinded by the Light", "binary_answer": null, "no_answer_prob": 2.0065099000930786}
{"example_id": -1268344509886162868, "prediction": "Castiel", "binary_answer": null, "no_answer_prob": 4.1156264282763}
{"example_id": -1500557296878754680, "prediction": "Mar\u00eda Fernanda Espinosa", "binary_answer": null, "no_answer_prob": -7.246899366378784}
{"example_id": 37656685629962290, "prediction": "Call Me by Your Name is a 2007 novel by American writer Andr\u00e9 Aciman", "binary_answer": null, "no_answer_prob": 2.465787023305893}
{"example_id": 1660595106508256314, "prediction": "Danny Lloyd", "binary_answer": null, "no_answer_prob": 4.161473385989666}
{"example_id": -7140699188213427635, "prediction": "The Pure Food and Drug Act of 1906", "binary_answer": null, "no_answer_prob": 2.422057569026947}
{"example_id": -4541286593031074150, "prediction": "Apollo 11", "binary_answer": null, "no_answer_prob": -1.1073026657104492}
{"example_id": -7673400936777678686, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4038909673690796}
{"example_id": 3481047294304336075, "prediction": "2,001 ft ( 610 m )", "binary_answer": null, "no_answer_prob": -1.8517986536026}
{"example_id": 69232076200584738, "prediction": "September 13 , 2017", "binary_answer": null, "no_answer_prob": 0.4505653381347656}
{"example_id": -2554622043054647446, "prediction": "", "binary_answer": null, "no_answer_prob": 4.403381884098053}
{"example_id": 6941079258184392041, "prediction": "Northwestern Indiana", "binary_answer": null, "no_answer_prob": 2.008427321910858}
{"example_id": 4511239672186680457, "prediction": "", "binary_answer": null, "no_answer_prob": 3.499843120574951}
{"example_id": -4933977224100162684, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5005807876586914}
{"example_id": 8952487721502935400, "prediction": "The Secret Life of the American Teenager", "binary_answer": null, "no_answer_prob": 1.2514162063598633}
{"example_id": 4242931250188852325, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1318013668060303}
{"example_id": 8537079847376593035, "prediction": "The Merchant of Venice", "binary_answer": null, "no_answer_prob": 1.5151737928390503}
{"example_id": 7356818995600641236, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5347957015037537}
{"example_id": -1236180275416428282, "prediction": "", "binary_answer": null, "no_answer_prob": 4.676999092102051}
{"example_id": -6121678671414277509, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1506354808807373}
{"example_id": -6209279742812700651, "prediction": "2023 Rugby World Cup Tournament details Host nations Ireland South Africa France Dates September -- October \u2190 2019 2027 \u2192", "binary_answer": null, "no_answer_prob": 1.6919201761484146}
{"example_id": -3755276517897600478, "prediction": "Song title Artist Decade Genre Family Friendly `` 29 Fingers ''", "binary_answer": null, "no_answer_prob": 4.804996013641357}
{"example_id": 5331675519545383492, "prediction": "`` Baby , It 's Cold Outside '' is a song written by Frank Loesser", "binary_answer": null, "no_answer_prob": 3.0079848766326904}
{"example_id": -8415167338348863321, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7490023374557495}
{"example_id": 9002735418234562192, "prediction": "Dew point", "binary_answer": null, "no_answer_prob": -0.13140350580215454}
{"example_id": 460521160640975940, "prediction": "", "binary_answer": null, "no_answer_prob": 1.111806482076645}
{"example_id": -3496494429125792878, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5669608600437641}
{"example_id": -975348388226150640, "prediction": "Palm Bay", "binary_answer": null, "no_answer_prob": 0.7610065639019012}
{"example_id": -1615732778622243271, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3902795612812042}
{"example_id": -5372551640828706592, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Calibration", "binary_answer": null, "no_answer_prob": 2.956814408302307}
{"example_id": -4450594275822195392, "prediction": "Jennifer Shrader Lawrence", "binary_answer": null, "no_answer_prob": 3.233718156814575}
{"example_id": -3984826114295360087, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6527810096740723}
{"example_id": 3771596286328117803, "prediction": "", "binary_answer": null, "no_answer_prob": 3.30011248588562}
{"example_id": -3504631552527687331, "prediction": "Scholars doing short - term analysis focused on summer 1914 ask if the conflict could have been stopped , or whether it was out of control", "binary_answer": null, "no_answer_prob": 0.33549797907471657}
{"example_id": 1889385654028279493, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Insolvency", "binary_answer": null, "no_answer_prob": 1.3209330439567566}
{"example_id": -2860093679180676228, "prediction": "Outfielder Ty Cobb", "binary_answer": null, "no_answer_prob": -1.859421283006668}
{"example_id": 3609759591820304398, "prediction": "Nacio Herb Brown", "binary_answer": null, "no_answer_prob": -1.9329439401626587}
{"example_id": 4671936497246425470, "prediction": "The Dead Sea", "binary_answer": null, "no_answer_prob": 0.5656666159629822}
{"example_id": -3824631469951210827, "prediction": "Garth Brooks", "binary_answer": null, "no_answer_prob": -5.694179058074951}
{"example_id": 2955681900283375827, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] An electronic cigarette", "binary_answer": null, "no_answer_prob": 2.033310655504465}
{"example_id": -1947819169804213007, "prediction": "", "binary_answer": null, "no_answer_prob": 2.610863447189331}
{"example_id": -871144285163591514, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -8.252021193504333}
{"example_id": -6199566045645137334, "prediction": "Brad William Henke", "binary_answer": null, "no_answer_prob": -11.013583779335022}
{"example_id": -9146867122357696563, "prediction": "Soul Surfer", "binary_answer": null, "no_answer_prob": -0.7289183139801025}
{"example_id": -9124536235727142608, "prediction": "Ethics or moral philosophy", "binary_answer": null, "no_answer_prob": 1.5921554267406464}
{"example_id": -6598451085623586046, "prediction": "Everglades National Park is a U.S. National Park in Florida", "binary_answer": null, "no_answer_prob": -0.9551988244056702}
{"example_id": 5148882599180077957, "prediction": "Rutherford Birchard Hayes", "binary_answer": null, "no_answer_prob": -6.410921216011047}
{"example_id": 8223045382626360886, "prediction": "`` Right '' , said Ralph , `` the opera ai n't over until the fat lady sings . ''", "binary_answer": null, "no_answer_prob": 0.6880902200937271}
{"example_id": -2104651448087702779, "prediction": "`` Wand'rin ' Star ''", "binary_answer": null, "no_answer_prob": 2.5309703946113586}
{"example_id": 1480969524269694012, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8782494068145752}
{"example_id": 7746471427094108536, "prediction": "Trindon Jerard Holliday", "binary_answer": null, "no_answer_prob": -3.710099935531616}
{"example_id": -3380359748048927226, "prediction": "", "binary_answer": null, "no_answer_prob": 0.10900023579597473}
{"example_id": -7855513425328128285, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -2.9678287506103516}
{"example_id": 776788599314097617, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.038280427455902}
{"example_id": 8664043654812039206, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3864309936761856}
{"example_id": -8128538482010189512, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7639216780662537}
{"example_id": -1299197451786702363, "prediction": "`` The Tide Is High", "binary_answer": null, "no_answer_prob": 3.9256997108459473}
{"example_id": -4637258098371870496, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2666667699813843}
{"example_id": 2125172940018922622, "prediction": "Mesopotamia ( Iraq )", "binary_answer": null, "no_answer_prob": 0.4605262279510498}
{"example_id": 4452562171341385265, "prediction": "2003 album Chocolate Factory", "binary_answer": null, "no_answer_prob": -0.6493383646011353}
{"example_id": -5651879883851203954, "prediction": "`` Put Your Head on My Shoulder '' is a song written by Canadian singer - songwriter Paul Anka", "binary_answer": null, "no_answer_prob": 2.952180862426758}
{"example_id": -4160515052735027671, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5889325141906738}
{"example_id": -7312817558511051413, "prediction": "", "binary_answer": null, "no_answer_prob": 3.488343983888626}
{"example_id": -5557261831763224003, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1241035461425781}
{"example_id": -6126486295447437588, "prediction": "Lodestone is one of only a very few minerals that is found naturally magnetized", "binary_answer": null, "no_answer_prob": -1.2979817390441895}
{"example_id": -3678378532044676320, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4831738471984863}
{"example_id": -4855317114476276480, "prediction": "", "binary_answer": null, "no_answer_prob": 2.389143943786621}
{"example_id": 1213128181299341512, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6429746448993683}
{"example_id": 2382171719013371160, "prediction": "The Indian subcontinent", "binary_answer": null, "no_answer_prob": 3.3640267848968506}
{"example_id": 5459184808595477406, "prediction": "Greta Van Fleet", "binary_answer": null, "no_answer_prob": 1.835769534111023}
{"example_id": 645362366702436728, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5915274620056152}
{"example_id": 4986285607792619637, "prediction": "So You Think You Can Dance", "binary_answer": null, "no_answer_prob": 3.9302835315465927}
{"example_id": 3460743865162582814, "prediction": "Nicholas Petricca", "binary_answer": null, "no_answer_prob": -0.5684913396835327}
{"example_id": -7036786986205435384, "prediction": "Federal Land Tower", "binary_answer": null, "no_answer_prob": 1.028699055314064}
{"example_id": -4051797878603257671, "prediction": "Keith Moon", "binary_answer": null, "no_answer_prob": -4.625833511352539}
{"example_id": 5909847336395692829, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6252703070640564}
{"example_id": 7120021266682175537, "prediction": "Bill Withers", "binary_answer": null, "no_answer_prob": -2.73463773727417}
{"example_id": 7075819166056744737, "prediction": "Sean McVay", "binary_answer": null, "no_answer_prob": -5.328911900520325}
{"example_id": 2021452324809314731, "prediction": "Season Episodes Originally aired First aired Last aired Pilot May 8 , 2008", "binary_answer": null, "no_answer_prob": 3.340357542037964}
{"example_id": -3997760194864163694, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7491497993469238}
{"example_id": 8827559639258790371, "prediction": "", "binary_answer": null, "no_answer_prob": 2.470951557159424}
{"example_id": 8860171610925622954, "prediction": "", "binary_answer": null, "no_answer_prob": 0.896698921918869}
{"example_id": -5271615310246641773, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7683559656143188}
{"example_id": 5129939588255449032, "prediction": "`` There 's No Business Like Show Business ''", "binary_answer": null, "no_answer_prob": 2.7284144163131714}
{"example_id": 5296861809552832354, "prediction": "Butch Cassidy and the Sundance Kid is a 1969", "binary_answer": null, "no_answer_prob": 2.6217089891433716}
{"example_id": 7896399267156135965, "prediction": "Konrad Zuse", "binary_answer": null, "no_answer_prob": -0.23307693004608154}
{"example_id": -4767746929441136315, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0156277418136597}
{"example_id": 6106481596866176219, "prediction": "", "binary_answer": null, "no_answer_prob": 2.465379059314728}
{"example_id": 7322963168837066879, "prediction": "`` Never on Sunday '' , also known as `` Ta Pedi\u00e1 tou Pire\u00e1 ''", "binary_answer": null, "no_answer_prob": -3.104260206222534}
{"example_id": 8744169892717093640, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Exercise intensity", "binary_answer": null, "no_answer_prob": 1.7860149145126343}
{"example_id": -2282198594303101790, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.8151262998580933}
{"example_id": 5629689252419508090, "prediction": "", "binary_answer": null, "no_answer_prob": 5.1131859719753265}
{"example_id": -6239157541887696945, "prediction": "1926", "binary_answer": null, "no_answer_prob": 1.4167237281799316}
{"example_id": -7641426338760580517, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.057523846626282}
{"example_id": -2172091763773206743, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6136367321014404}
{"example_id": 3995733099093868633, "prediction": "September 23 , 2018", "binary_answer": null, "no_answer_prob": -5.188314199447632}
{"example_id": 2807666079394815044, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4100974798202515}
{"example_id": -1123276669967747401, "prediction": "", "binary_answer": null, "no_answer_prob": 1.617082953453064}
{"example_id": 527949090879558238, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6048513054847717}
{"example_id": 5759398902819525064, "prediction": "Claire Elizabeth Beauchamp Randall Fraser", "binary_answer": null, "no_answer_prob": 1.13152676820755}
{"example_id": 495198891764153416, "prediction": "$59,039 in 2016 , exceeding any previous year . This was the fourth consecutive year with a statistically significant increase by their measure .", "binary_answer": null, "no_answer_prob": 0.26639866828918457}
{"example_id": 5046627711404935017, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -3.8324086666107178}
{"example_id": 1713054141029260325, "prediction": "Embeth Jean Davidtz", "binary_answer": null, "no_answer_prob": -4.227660953998566}
{"example_id": -694675240713827777, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7539929151535034}
{"example_id": -455423193333751228, "prediction": "The most common way of childbirth is a vaginal delivery", "binary_answer": null, "no_answer_prob": -1.6778287887573242}
{"example_id": -5765338203041183070, "prediction": "The second", "binary_answer": null, "no_answer_prob": 0.8034600466489792}
{"example_id": -998307019943031188, "prediction": "Mount Mitchell", "binary_answer": null, "no_answer_prob": -8.014458656311035}
{"example_id": -4497993721113215532, "prediction": "Five pound notes ( \u00a3 5 ) were introduced by the Bank of England in 1793", "binary_answer": null, "no_answer_prob": 0.618421196937561}
{"example_id": 7607072435945134409, "prediction": "29.5 inches ( 75 cm )", "binary_answer": null, "no_answer_prob": -5.961377024650574}
{"example_id": -7800505985058166897, "prediction": "Bradford Claude Dourif", "binary_answer": null, "no_answer_prob": -2.0770846605300903}
{"example_id": -6748153250500401224, "prediction": "Eleanor Hull", "binary_answer": null, "no_answer_prob": -5.0163978934288025}
{"example_id": 2727705094759998916, "prediction": "", "binary_answer": null, "no_answer_prob": 3.305146098136902}
{"example_id": -7622857631829974209, "prediction": "Melvin Franklin", "binary_answer": null, "no_answer_prob": 3.4465304911136627}
{"example_id": -5193479918818659490, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9918607473373413}
{"example_id": -6170657791310769220, "prediction": "James Marshall `` Jimi '' Hendrix", "binary_answer": null, "no_answer_prob": 3.27253994345665}
{"example_id": -5539337897378937946, "prediction": "The Wright brothers", "binary_answer": null, "no_answer_prob": -5.983952641487122}
{"example_id": 7542276050230226120, "prediction": "Gabrielle Miller", "binary_answer": null, "no_answer_prob": -1.8990532159805298}
{"example_id": 1308220095526578683, "prediction": "`` It 's the End of the World as We Know It ( And I Feel Fine ) ''", "binary_answer": null, "no_answer_prob": 3.171339273452759}
{"example_id": 6659489785243399018, "prediction": "saving of the soul from sin and its consequences .", "binary_answer": null, "no_answer_prob": 2.040002703666687}
{"example_id": -1242868819256521670, "prediction": "Principal photography for the first season was scheduled to begin on July 26 , 2010", "binary_answer": null, "no_answer_prob": 0.8244175910949707}
{"example_id": -7794185464777822065, "prediction": "network bridging", "binary_answer": null, "no_answer_prob": 0.8664048910140991}
{"example_id": -6498917580891001702, "prediction": "Journey to Ithaca", "binary_answer": null, "no_answer_prob": 1.0178011655807495}
{"example_id": 880003465775733490, "prediction": "Bart Millard", "binary_answer": null, "no_answer_prob": -2.362558960914612}
{"example_id": 5655722180268870284, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8025604784488678}
{"example_id": 2000594543803840275, "prediction": "", "binary_answer": null, "no_answer_prob": 2.597519874572754}
{"example_id": -7521155534556143475, "prediction": "So I Married an Axe Murderer", "binary_answer": null, "no_answer_prob": 3.829635301604867}
{"example_id": 4192107034151928632, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6292307376861572}
{"example_id": 2359212129806367767, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] British Columbia", "binary_answer": null, "no_answer_prob": 2.709074914455414}
{"example_id": -5992888676394563111, "prediction": "Signed to DreamWorks Records Nashville in 1998 , Keith", "binary_answer": null, "no_answer_prob": -1.4311808347702026}
{"example_id": 5980458022126748626, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3058786392211914}
{"example_id": 7762371215419027025, "prediction": "The Indian cricket team", "binary_answer": null, "no_answer_prob": 0.9888936579227448}
{"example_id": 5105136898624121027, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1033589839935303}
{"example_id": 8199423365286860658, "prediction": "allude to the singer waiting for his bride to arrive and possibly , a final premarital fling", "binary_answer": null, "no_answer_prob": -3.54261577129364}
{"example_id": -104940580271996979, "prediction": "", "binary_answer": null, "no_answer_prob": 4.39715439081192}
{"example_id": 475099728251432370, "prediction": "13 June 21 , 2018 ( 2018 - 06 - 21 ) TBA", "binary_answer": null, "no_answer_prob": -1.0801706314086914}
{"example_id": -8865397167301605737, "prediction": "Sydney", "binary_answer": null, "no_answer_prob": -0.4470893144607544}
{"example_id": -1385152287570795228, "prediction": "The phrase `` rocking and rolling '' originally described the movement of a ship on the ocean", "binary_answer": null, "no_answer_prob": -5.224038243293762}
{"example_id": 4399994188478285817, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Shadowhunters", "binary_answer": null, "no_answer_prob": 4.114518165588379}
{"example_id": 5504372218939755912, "prediction": "John Joseph Haley Jr .", "binary_answer": null, "no_answer_prob": -0.940883994102478}
{"example_id": 7019048799459273153, "prediction": "Guanajuato", "binary_answer": null, "no_answer_prob": -6.806595325469971}
{"example_id": -5556231342670310112, "prediction": "Moon Jae - in", "binary_answer": null, "no_answer_prob": -0.06974184513092041}
{"example_id": -8903207774639964736, "prediction": "Tucson", "binary_answer": null, "no_answer_prob": -0.3396218419075012}
{"example_id": 5231221646039673170, "prediction": "", "binary_answer": null, "no_answer_prob": 3.412033200263977}
{"example_id": -2816304269882253129, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6819728463888168}
{"example_id": 7827373575763801047, "prediction": "", "binary_answer": null, "no_answer_prob": 2.720638632774353}
{"example_id": -5753790210788938529, "prediction": "", "binary_answer": null, "no_answer_prob": 4.04117625951767}
{"example_id": 6257268952806502264, "prediction": "", "binary_answer": null, "no_answer_prob": 5.892628610134125}
{"example_id": -1566413192130615470, "prediction": "Ethanol fermentation", "binary_answer": null, "no_answer_prob": 1.7107175961136818}
{"example_id": 8478580740684109190, "prediction": "Mother 's Day", "binary_answer": null, "no_answer_prob": 1.70364648103714}
{"example_id": 6563554083960788592, "prediction": "Blind Audition", "binary_answer": null, "no_answer_prob": 1.6876943111419678}
{"example_id": -2079342293284391326, "prediction": "", "binary_answer": null, "no_answer_prob": 2.934889018535614}
{"example_id": 5480638861249132221, "prediction": "Married at First Sight", "binary_answer": null, "no_answer_prob": 4.1952068489044905}
{"example_id": -7800717126200921668, "prediction": "Beauty and the Beast : Original Motion Picture Soundtrack", "binary_answer": null, "no_answer_prob": -1.538405418395996}
{"example_id": 7962515069599211151, "prediction": "`` Story of My Life '' is a song recorded by English Irish boy band One Direction", "binary_answer": null, "no_answer_prob": 0.4224696159362793}
{"example_id": -4988966900977295714, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4548747539520264}
{"example_id": -7121927851738876521, "prediction": "Southern Cross or Parliament", "binary_answer": null, "no_answer_prob": 0.8385002613067627}
{"example_id": -753839737935549102, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3782881200313568}
{"example_id": 2198570922987368960, "prediction": "Uhuru Kenyatta", "binary_answer": null, "no_answer_prob": -4.413311839103699}
{"example_id": -4029691658811320972, "prediction": "In 1845 , the Republic of Texas", "binary_answer": null, "no_answer_prob": -0.38118797540664673}
{"example_id": -8333465931931034283, "prediction": "Orange Is the New Black", "binary_answer": null, "no_answer_prob": 1.2830775380134583}
{"example_id": -6313408953245707400, "prediction": "The Lapita culture", "binary_answer": null, "no_answer_prob": 3.0872256755828857}
{"example_id": 3701683688667988174, "prediction": "", "binary_answer": null, "no_answer_prob": 3.507334589958191}
{"example_id": 1637178209596250976, "prediction": "Eric Martsolf", "binary_answer": null, "no_answer_prob": -0.7927082777023315}
{"example_id": 8799319441170165729, "prediction": "The Night Before the Night Before Christmas", "binary_answer": null, "no_answer_prob": 1.9489129781723022}
{"example_id": 8470450589897498284, "prediction": "", "binary_answer": null, "no_answer_prob": 5.575963169336319}
{"example_id": -7114068855233082253, "prediction": "Lesley Gore", "binary_answer": null, "no_answer_prob": -0.8125086426734924}
{"example_id": -3941000200716716412, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2847803831100464}
{"example_id": -5974448695270116115, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6134525537490845}
{"example_id": -3738706896513566793, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4147533178329468}
{"example_id": -7430844813632374314, "prediction": "Mahatma Hansraj", "binary_answer": null, "no_answer_prob": -8.388978719711304}
{"example_id": 4447434169011525175, "prediction": "`` Return of the Mack '' is a song written and recorded by the German - born British R&B singer Mark Morrison", "binary_answer": null, "no_answer_prob": 0.8233360052108765}
{"example_id": -2263191684544026799, "prediction": "`` Danny Boy '' is a ballad set to an ancient Irish melody", "binary_answer": null, "no_answer_prob": 0.8638026714324951}
{"example_id": 7006867970583621194, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4602861404418945}
{"example_id": 2131315908286707660, "prediction": "`` I 'm Not in Love '' is a song by English group 10cc", "binary_answer": null, "no_answer_prob": -1.3116605281829834}
{"example_id": -8027608852843372299, "prediction": "`` I 'm on Fire '' is a song written and performed by American rock artist Bruce Springsteen", "binary_answer": null, "no_answer_prob": -3.03791344165802}
{"example_id": -2194607985245063847, "prediction": "", "binary_answer": null, "no_answer_prob": 2.096984386444092}
{"example_id": -3083569204868115201, "prediction": "In the 1875 St. Nicholas tale", "binary_answer": null, "no_answer_prob": 1.8913558721542358}
{"example_id": -1164696678977285263, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 3.9443308115005493}
{"example_id": 2463611051674485176, "prediction": "`` You Belong with Me '' is a song performed by American singer - songwriter Taylor Swift", "binary_answer": null, "no_answer_prob": 0.4448091983795166}
{"example_id": -3626536403950874804, "prediction": "", "binary_answer": null, "no_answer_prob": 4.583989799022675}
{"example_id": -5277433299664180528, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9104560315608978}
{"example_id": 5319306442779638492, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8199594616889954}
{"example_id": -1573238832472960103, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1270989179611206}
{"example_id": -7578520120732876196, "prediction": "The Story of G.I. Joe", "binary_answer": null, "no_answer_prob": 1.8855825252830982}
{"example_id": 9143716180666221667, "prediction": "", "binary_answer": null, "no_answer_prob": 3.400301992893219}
{"example_id": -3948328585646236058, "prediction": "Secretariat", "binary_answer": null, "no_answer_prob": -1.9821740686893463}
{"example_id": -4122930534833596126, "prediction": "The Fresh Prince of Bel - Air is an American sitcom", "binary_answer": null, "no_answer_prob": 0.20616114139556885}
{"example_id": 2119840652984460478, "prediction": "", "binary_answer": null, "no_answer_prob": -1.005837082862854}
{"example_id": 2158798004485737458, "prediction": "`` Whipping Post '' is a song by The Allman Brothers Band", "binary_answer": null, "no_answer_prob": 0.3981289863586426}
{"example_id": 4098753080394138145, "prediction": "to promote a fair marketplace for workers and consumers .", "binary_answer": null, "no_answer_prob": 0.49607739597558975}
{"example_id": -247509067094588601, "prediction": "", "binary_answer": null, "no_answer_prob": 0.49130192399024963}
{"example_id": 3308348944106726345, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3666194081306458}
{"example_id": -8527732166494141295, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4931095838546753}
{"example_id": 7441155822950142482, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6650649309158325}
{"example_id": 276390223729988210, "prediction": "There were several causes for the U.S. declaration of war : First , a series of trade restrictions", "binary_answer": null, "no_answer_prob": 0.06580683588981628}
{"example_id": -3565362273059789154, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Drama", "binary_answer": null, "no_answer_prob": 3.9608641266822815}
{"example_id": 3505472521987583469, "prediction": "Tweenies", "binary_answer": null, "no_answer_prob": -1.695797085762024}
{"example_id": -5984734820224640376, "prediction": "Joe Ronnie Hooper", "binary_answer": null, "no_answer_prob": -5.767672896385193}
{"example_id": 7758402878662382044, "prediction": "Dem Franchize Boyz", "binary_answer": null, "no_answer_prob": 1.4550122022628784}
{"example_id": 7474151527460603979, "prediction": "", "binary_answer": null, "no_answer_prob": 5.516157150268555}
{"example_id": -5770358908635410033, "prediction": "When considering the differences between ska and rocksteady it is worth remembering that the musicians were essentially the same and so were the producers .", "binary_answer": null, "no_answer_prob": -2.4327776432037354}
{"example_id": 2098161918008256587, "prediction": "Alfred Thomas `` Freddie '' Highmore", "binary_answer": null, "no_answer_prob": -4.61610734462738}
{"example_id": -6006437468384934585, "prediction": "1992 novel by the same name by Nelson DeMille", "binary_answer": null, "no_answer_prob": -2.0335437059402466}
{"example_id": -2462457446926963543, "prediction": "A changeup is a type of pitch in baseball and fastpitch softball . The changeup is the staple off - speed pitch", "binary_answer": null, "no_answer_prob": 1.0429377555847168}
{"example_id": -7070067265434939483, "prediction": "Pride Toronto", "binary_answer": null, "no_answer_prob": 3.3692598193883896}
{"example_id": -3625713745793577580, "prediction": "", "binary_answer": null, "no_answer_prob": 6.100643545389175}
{"example_id": -2216288005540330811, "prediction": "Foundation for Environmental Education", "binary_answer": null, "no_answer_prob": -1.3593027591705322}
{"example_id": 887514178092341233, "prediction": "Although there was debate in Australia 's first Parliament after federation to consider adopting the metric system , metric units", "binary_answer": null, "no_answer_prob": 0.2659440040588379}
{"example_id": -7842349076461411609, "prediction": "The Enlightenment", "binary_answer": null, "no_answer_prob": 0.11723935604095459}
{"example_id": -5506786185759375604, "prediction": "", "binary_answer": null, "no_answer_prob": 0.0715947151184082}
{"example_id": -9072055885912217297, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6260475516319275}
{"example_id": -4504622352445668268, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5289198458194733}
{"example_id": 1818370768133737428, "prediction": "Diana Ross & the Supremes and The Temptations", "binary_answer": null, "no_answer_prob": -1.8902192115783691}
{"example_id": -3399227448895739738, "prediction": "The modern holiday of Mother 's Day was first celebrated in 1908", "binary_answer": null, "no_answer_prob": 2.4283379316329956}
{"example_id": 6320298819065588172, "prediction": "Jean - Jacques Rousseau", "binary_answer": null, "no_answer_prob": -4.971628546714783}
{"example_id": 8485237230503426088, "prediction": "Thomas & Friends", "binary_answer": null, "no_answer_prob": -1.467837631702423}
{"example_id": -6089312714829070794, "prediction": "The Seven Years ' War was a global conflict fought between 1756 and 1763", "binary_answer": null, "no_answer_prob": -0.3869577646255493}
{"example_id": -6136325372009031906, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2424409985542297}
{"example_id": -2928572780630139674, "prediction": "Hyundai Motor Company", "binary_answer": null, "no_answer_prob": -3.3806828260421753}
{"example_id": 2880763444157938261, "prediction": "Early Cyrillic alphabet", "binary_answer": null, "no_answer_prob": -7.736213445663452}
{"example_id": -3689203539818718909, "prediction": "", "binary_answer": null, "no_answer_prob": 2.669412761926651}
{"example_id": 1756434004196882800, "prediction": "Kerala", "binary_answer": null, "no_answer_prob": -1.0051846504211426}
{"example_id": -6117136683749435063, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0942443013191223}
{"example_id": -4390619489244149653, "prediction": "Mary Martha Byrne", "binary_answer": null, "no_answer_prob": -10.294863939285278}
{"example_id": 966713325732614572, "prediction": "Alton Glenn Miller", "binary_answer": null, "no_answer_prob": -1.5330135822296143}
{"example_id": -6271558210744600231, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0167206525802612}
{"example_id": 3650571734501197951, "prediction": "335 ft ( 102 m )", "binary_answer": null, "no_answer_prob": -3.065549612045288}
{"example_id": 3022498029851229176, "prediction": "In Freudian psychology , psychosexual development", "binary_answer": null, "no_answer_prob": 2.4104379415512085}
{"example_id": 3013375802126817311, "prediction": "Jeep Wrangler Unlimited", "binary_answer": null, "no_answer_prob": 1.5334080308675766}
{"example_id": 7651645690767621180, "prediction": "1998", "binary_answer": null, "no_answer_prob": -6.9604498744010925}
{"example_id": 2755874728930107728, "prediction": "Interstate 44", "binary_answer": null, "no_answer_prob": 2.6643805503845215}
{"example_id": -3551052253295998611, "prediction": "The Federal Insecticide , Fungicide , and Rodenticide Act", "binary_answer": null, "no_answer_prob": 3.4422256350517273}
{"example_id": -8185436752075156089, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.679528594017029}
{"example_id": -2165390496741063541, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3933552503585815}
{"example_id": -8818926928078564757, "prediction": "Ed Hall is a fictional character from the American soap opera One Life to Live , played by Al Freeman Jr .", "binary_answer": null, "no_answer_prob": -2.8746955394744873}
{"example_id": -6984734423140952246, "prediction": "F. Gary Gray", "binary_answer": null, "no_answer_prob": 0.3012847900390625}
{"example_id": -3791869145381264425, "prediction": "39,643 at the 2000 census , and it rose to 40,524", "binary_answer": null, "no_answer_prob": -0.8889611959457397}
{"example_id": 5313997180901651309, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6278563737869263}
{"example_id": -7802081240778808049, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0373204723000526}
{"example_id": -1776945759999283506, "prediction": "The 1966 Nigerian coup d'\u00e9tat", "binary_answer": null, "no_answer_prob": -1.6881656050682068}
{"example_id": 4827717693211948159, "prediction": "Year Host Continent Winner 1930 Uruguay South America Uruguay", "binary_answer": null, "no_answer_prob": 0.3520733118057251}
{"example_id": -1811119010021354688, "prediction": "Simone Arianne Biles", "binary_answer": null, "no_answer_prob": -4.9633548855781555}
{"example_id": 1013583424995075918, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4463964104652405}
{"example_id": -5008618038791154799, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5681015253067017}
{"example_id": -4482246352718211871, "prediction": "Texas Southern University ( shortened to Texas Southern or simply TSU ) is a historically black university ( HBCU ) located in Houston", "binary_answer": null, "no_answer_prob": 0.7354786768555641}
{"example_id": -6578740051774179889, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -0.9428948163986206}
{"example_id": -5771315109028415713, "prediction": "Judaism", "binary_answer": null, "no_answer_prob": 1.402397632598877}
{"example_id": 6789169287653888409, "prediction": "", "binary_answer": null, "no_answer_prob": 4.179968476295471}
{"example_id": 1045587930363611824, "prediction": "Plant reproduction is the production of new individuals or offspring", "binary_answer": null, "no_answer_prob": 2.566176902502775}
{"example_id": 7075549318247145232, "prediction": "`` Crying in the Chapel '' is a song written by Artie Glenn", "binary_answer": null, "no_answer_prob": 1.9123049639165401}
{"example_id": 3180926824692414893, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7115387320518494}
{"example_id": -5435822709474983888, "prediction": "", "binary_answer": null, "no_answer_prob": 4.334492623806}
{"example_id": 3052972741747329965, "prediction": "Spaceship Earth", "binary_answer": null, "no_answer_prob": -0.23481488227844238}
{"example_id": -6046793531150659642, "prediction": "`` These Boots Are Made for Walkin ' ''", "binary_answer": null, "no_answer_prob": 0.5042693614959717}
{"example_id": 7686479690808312388, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0815204828977585}
{"example_id": 3896755256973975877, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -2.802855134010315}
{"example_id": -1306440338475070163, "prediction": "restaurateur", "binary_answer": null, "no_answer_prob": -1.346994161605835}
{"example_id": -1964362390825368950, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6270961165428162}
{"example_id": 6386339433690885144, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6764677166938782}
{"example_id": 6944597261348483658, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7441513538360596}
{"example_id": 1299235324840273651, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0284927487373352}
{"example_id": 171529901418671470, "prediction": "", "binary_answer": null, "no_answer_prob": 1.809220552444458}
{"example_id": 1145833590260640972, "prediction": "Marvin", "binary_answer": null, "no_answer_prob": -1.999382495880127}
{"example_id": 1675699243944945493, "prediction": "", "binary_answer": null, "no_answer_prob": 3.882266402244568}
{"example_id": -8856451863330993561, "prediction": "Keanu Reeves", "binary_answer": null, "no_answer_prob": -2.8477375507354736}
{"example_id": 5207517806973998559, "prediction": "the Oklahoma Sooners football team of the University of Oklahoma and the Texas Longhorns football team", "binary_answer": null, "no_answer_prob": -4.225852131843567}
{"example_id": 243756109699442240, "prediction": "Billy Paul", "binary_answer": null, "no_answer_prob": -3.025081515312195}
{"example_id": -1507477232221481184, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1823267340660095}
{"example_id": -5669469957068280736, "prediction": "", "binary_answer": null, "no_answer_prob": 6.261576443910599}
{"example_id": 441237563640079561, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7087382860481739}
{"example_id": -7777606181360344187, "prediction": "", "binary_answer": null, "no_answer_prob": 2.969285786151886}
{"example_id": 1827006896863671544, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7538813650608063}
{"example_id": 4737625490278013142, "prediction": "`` I Want You Back '' is a 1969 song by the Jackson 5", "binary_answer": null, "no_answer_prob": -1.2770713567733765}
{"example_id": 8997180224724702463, "prediction": "Sponges are similar to other animals in that they are multicellular , heterotrophic , lack cell walls and produce sperm cells", "binary_answer": null, "no_answer_prob": 1.3913976103067398}
{"example_id": -6054549557786652707, "prediction": "along the frontiers between New France and the British colonies , from Virginia in the south to Newfoundland in the north", "binary_answer": null, "no_answer_prob": -2.2337636947631836}
{"example_id": 7316444058803767351, "prediction": "`` Make Your Own Kind of Music '' is a pop song written by Barry Mann and Cynthia Weil", "binary_answer": null, "no_answer_prob": 3.023868203163147}
{"example_id": -5791030498142856649, "prediction": "Deceased Living \u2020 ^ denotes age at death , or , if living , age as of 5 November 2017", "binary_answer": null, "no_answer_prob": 0.7358119487762451}
{"example_id": -4056322432592823498, "prediction": "prime minister", "binary_answer": null, "no_answer_prob": 0.15647673606872559}
{"example_id": 442673897495140695, "prediction": "Iago", "binary_answer": null, "no_answer_prob": 0.23262447118759155}
{"example_id": 2735413838363439937, "prediction": "", "binary_answer": null, "no_answer_prob": 4.011076211929321}
{"example_id": -8101954711358248454, "prediction": "John Emerich Edward Dalberg - Acton", "binary_answer": null, "no_answer_prob": 2.596584379673004}
{"example_id": -7599597311618931483, "prediction": "Aidan Gallagher", "binary_answer": null, "no_answer_prob": -4.731175661087036}
{"example_id": -2083013067044607248, "prediction": "`` The Good Life '' is a song by American alternative rock band Weezer", "binary_answer": null, "no_answer_prob": 3.6561278887093067}
{"example_id": -3602146311718945596, "prediction": "Sir", "binary_answer": null, "no_answer_prob": -1.1678473949432373}
{"example_id": 6031887792846970774, "prediction": "Luther Ingram", "binary_answer": null, "no_answer_prob": -6.157229065895081}
{"example_id": 7917904316438471635, "prediction": "Notre Dame", "binary_answer": null, "no_answer_prob": -0.6343700289726257}
{"example_id": -7032762580920629255, "prediction": "", "binary_answer": null, "no_answer_prob": 6.14526629447937}
{"example_id": 6790293813653816321, "prediction": "Chandra Danette Wilson", "binary_answer": null, "no_answer_prob": -2.7854288816452026}
{"example_id": 8219336082402527159, "prediction": "Martha Raye", "binary_answer": null, "no_answer_prob": -0.6602470874786377}
{"example_id": -5074863101224855995, "prediction": "Woody Woodpecker", "binary_answer": null, "no_answer_prob": -0.4679417610168457}
{"example_id": 4035775641747303294, "prediction": "The Privileges and Immunities Clause", "binary_answer": null, "no_answer_prob": 3.2461714148521423}
{"example_id": -3273160346236713828, "prediction": "The etymology of Pataliputra is unclear", "binary_answer": null, "no_answer_prob": -1.6819124221801758}
{"example_id": -3653484301007081749, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0571255683898926}
{"example_id": 7137269479904898448, "prediction": "The Los Angeles Rams", "binary_answer": null, "no_answer_prob": -1.1459652781486511}
{"example_id": 2972778292233187574, "prediction": "Jackson , Georgia", "binary_answer": null, "no_answer_prob": 0.23198604583740234}
{"example_id": -8187247560149999445, "prediction": "", "binary_answer": null, "no_answer_prob": 1.38003408908844}
{"example_id": 3665112945649625588, "prediction": "Year Title Role Notes Heavenly Creatures Pauline Parker", "binary_answer": null, "no_answer_prob": 1.3615659475326538}
{"example_id": 5001375836330682804, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6269903779029846}
{"example_id": -4129503598671936146, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8000831604003906}
{"example_id": 816418660000550176, "prediction": "Lectures on Government and Binding : The Pisa Lectures", "binary_answer": null, "no_answer_prob": 4.724810004234314}
{"example_id": -3914991978723176608, "prediction": "In June 2016 , season 2", "binary_answer": null, "no_answer_prob": 0.7409825325012207}
{"example_id": -8929043159775950494, "prediction": "Patton Oswalt", "binary_answer": null, "no_answer_prob": -6.519206762313843}
{"example_id": 6692304476185883600, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9329007863998413}
{"example_id": 7692174457979090470, "prediction": "The Kinks", "binary_answer": null, "no_answer_prob": 0.025012731552124023}
{"example_id": -3026600554619290030, "prediction": "Garbi\u00f1e Muguruza", "binary_answer": null, "no_answer_prob": -8.857620179653168}
{"example_id": 4947382029660862281, "prediction": "", "binary_answer": null, "no_answer_prob": -2.998439073562622}
{"example_id": 1142175668339680315, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0533236861228943}
{"example_id": 5779434897535605212, "prediction": "", "binary_answer": null, "no_answer_prob": 4.531035780906677}
{"example_id": -230429939707197455, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0224995613098145}
{"example_id": -4470489094871957833, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.6087710857391357}
{"example_id": 840121713283302377, "prediction": "2 September 2018 .", "binary_answer": null, "no_answer_prob": 1.7052175402641296}
{"example_id": -3038196746815864836, "prediction": "A metalloid", "binary_answer": null, "no_answer_prob": 0.9580926932394505}
{"example_id": -5921191882889566997, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8645159006118774}
{"example_id": -8154792049020946982, "prediction": "Los Bravos", "binary_answer": null, "no_answer_prob": -1.2236627340316772}
{"example_id": 4100058272713340859, "prediction": "Boston campaign", "binary_answer": null, "no_answer_prob": 2.0408084243535995}
{"example_id": -6137096914640534688, "prediction": "`` You Spin Me Round ( Like a Record ) '' is a song by British band Dead or Alive", "binary_answer": null, "no_answer_prob": 1.9578610062599182}
{"example_id": -6541288342091226227, "prediction": "", "binary_answer": null, "no_answer_prob": 5.0575754046440125}
{"example_id": -4144211220249557609, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4875892698764801}
{"example_id": 1597947759707704266, "prediction": "", "binary_answer": null, "no_answer_prob": 2.774400293827057}
{"example_id": -828472226542439000, "prediction": "Jordan Fisher", "binary_answer": null, "no_answer_prob": -0.7190696001052856}
{"example_id": 7027599956289751821, "prediction": "Montreal Canadiens", "binary_answer": null, "no_answer_prob": -1.3360724449157715}
{"example_id": -2961541749615972785, "prediction": "Asia , Africa , North America , South America , Antarctica , Europe , and Australia .", "binary_answer": null, "no_answer_prob": 3.430407278239727}
{"example_id": -5067561284203049827, "prediction": "Pete the Pup", "binary_answer": null, "no_answer_prob": -4.001526474952698}
{"example_id": 8861999099379687882, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Miss America", "binary_answer": null, "no_answer_prob": 1.2140875458717346}
{"example_id": -2553754837433078805, "prediction": "June 29 , 2007", "binary_answer": null, "no_answer_prob": -3.1641948223114014}
{"example_id": 4909654129880422387, "prediction": "Rank Name Sport Nation Total Salary / Winnings Endorsements", "binary_answer": null, "no_answer_prob": 1.6789432764053345}
{"example_id": 1808091515525672902, "prediction": "Charlie Puth song ) , 2017", "binary_answer": null, "no_answer_prob": 0.07366817444562912}
{"example_id": 2119644948921267016, "prediction": "the era of the English Civil War", "binary_answer": null, "no_answer_prob": 1.7123818397521973}
{"example_id": -9083718539893712135, "prediction": "Summer of ' 42", "binary_answer": null, "no_answer_prob": -2.4732797145843506}
{"example_id": 6469764765947597146, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9178948402404785}
{"example_id": -6775440561065790969, "prediction": "`` Killing Me Softly with His Song '' is a song composed by Charles Fox with lyrics by Norman Gimbel .", "binary_answer": null, "no_answer_prob": 1.625715658068657}
{"example_id": 3561324904278364449, "prediction": "", "binary_answer": null, "no_answer_prob": 1.701834499835968}
{"example_id": -4848073395678926090, "prediction": "Orange Is the New Black", "binary_answer": null, "no_answer_prob": 1.980764776468277}
{"example_id": 3334652061925308152, "prediction": "", "binary_answer": null, "no_answer_prob": 3.711246132850647}
{"example_id": 3114662201533363949, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4636423587799072}
{"example_id": -4114457286063229980, "prediction": "Laura Horton is a fictional character from the NBC soap opera , Days of Our Lives", "binary_answer": null, "no_answer_prob": 1.2359038591384888}
{"example_id": 498400632127851609, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1211563348770142}
{"example_id": -7109276337855621246, "prediction": "", "binary_answer": null, "no_answer_prob": 4.716249972581863}
{"example_id": 1809424734159619961, "prediction": "Apollo 17", "binary_answer": null, "no_answer_prob": -2.592729687690735}
{"example_id": -74757133741234832, "prediction": "", "binary_answer": null, "no_answer_prob": 2.476468563079834}
{"example_id": -5298983925744557273, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3840587139129639}
{"example_id": 2661156706100388021, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Neurotransmission", "binary_answer": null, "no_answer_prob": 1.5863689184188843}
{"example_id": 7786617534104147181, "prediction": "Maverick", "binary_answer": null, "no_answer_prob": 0.8221340179443359}
{"example_id": 6524714690813938003, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.954667091369629}
{"example_id": 78511555084648666, "prediction": "Sean Bean Eddard", "binary_answer": null, "no_answer_prob": 0.7171021103858948}
{"example_id": -8983137535639837730, "prediction": "George VI", "binary_answer": null, "no_answer_prob": -8.833865284919739}
{"example_id": 5805769107414094396, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3372379280626774}
{"example_id": 7845678000213926561, "prediction": "Selena Gomez & the Scene", "binary_answer": null, "no_answer_prob": 0.05407106876373291}
{"example_id": 9143453306264664567, "prediction": "November 7 , 2017", "binary_answer": null, "no_answer_prob": -1.830025553703308}
{"example_id": -6593786172448058094, "prediction": "", "binary_answer": null, "no_answer_prob": 3.279040217399597}
{"example_id": 7665099664495518065, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -3.8932833671569824}
{"example_id": 1585877172898104611, "prediction": "optic nerve fibers", "binary_answer": null, "no_answer_prob": 2.3694244027137756}
{"example_id": 1931368397996095100, "prediction": "The 2017 Open Championship", "binary_answer": null, "no_answer_prob": -0.9138042330741882}
{"example_id": 8248975666526647126, "prediction": "distant metastasis ( spread of cancer from one part of the body to another ) .", "binary_answer": null, "no_answer_prob": -3.6548153162002563}
{"example_id": 5424792513304526033, "prediction": "8,000 ft ( 2,400 m ) above downtown Colorado Springs . Pikes Peak is a designated National Historic Landmark .", "binary_answer": null, "no_answer_prob": -0.5254565477371216}
{"example_id": 3415605085938119375, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2584391832351685}
{"example_id": -4817336959515994743, "prediction": "`` Me and You and a Dog Named Boo '' is the 1971 debut single by Lobo", "binary_answer": null, "no_answer_prob": 3.2103520929813385}
{"example_id": 3047197652638889884, "prediction": "July 11 , 2017", "binary_answer": null, "no_answer_prob": -2.7747462391853333}
{"example_id": 3753239238463281069, "prediction": "`` My Girl ''", "binary_answer": null, "no_answer_prob": -1.2683157920837402}
{"example_id": 4369197684540624398, "prediction": "Raveena Tandon , led to her being nicknamed `` the mast mast girl '' .", "binary_answer": null, "no_answer_prob": 0.7339534759521484}
{"example_id": 4970127520005972340, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0710222721099854}
{"example_id": 1466074169418468265, "prediction": "", "binary_answer": null, "no_answer_prob": -0.08396149054169655}
{"example_id": -7206127442759222825, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3509663939476013}
{"example_id": -8678880166702838885, "prediction": "`` We 've Only Just Begun '' is a hit single by Carpenters", "binary_answer": null, "no_answer_prob": -0.3204096555709839}
{"example_id": 9026097595017240779, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8516194224357605}
{"example_id": -7668712537571529667, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9947710931301117}
{"example_id": -7757189852370426684, "prediction": "New York New York", "binary_answer": null, "no_answer_prob": -0.7551515102386475}
{"example_id": 8520056925724990737, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7213075757026672}
{"example_id": -8172217876204531907, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1847636699676514}
{"example_id": 8363748940510882453, "prediction": "", "binary_answer": null, "no_answer_prob": 6.555759981274605}
{"example_id": 991406641442157964, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7786924839019775}
{"example_id": 6730879811272142060, "prediction": "Systematic European colonization began in 1492 , when a Spanish expedition headed by the Italian explorer Christopher Columbus", "binary_answer": null, "no_answer_prob": -1.1596589088439941}
{"example_id": -693353750476150028, "prediction": "Solomon Burke", "binary_answer": null, "no_answer_prob": -3.0640063285827637}
{"example_id": 9082818390934212849, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5683878660202026}
{"example_id": 7158679958273960900, "prediction": "", "binary_answer": null, "no_answer_prob": 5.135860502719879}
{"example_id": -3597707960590427212, "prediction": "the Carpenters", "binary_answer": null, "no_answer_prob": 3.4572120904922485}
{"example_id": -6218384608200546469, "prediction": "Pride and Prejudice is an 1813 romantic novel by Jane Austen . It charts the emotional development of protagonist Elizabeth Bennet", "binary_answer": null, "no_answer_prob": 3.1581366136670113}
{"example_id": -3163186745677437466, "prediction": "Rewind", "binary_answer": null, "no_answer_prob": 0.5103657245635986}
{"example_id": -8296135311678816131, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7081358730793}
{"example_id": -8690253199564830255, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -4.314590692520142}
{"example_id": 7644523754903587252, "prediction": "Elfhelm Elladan and Elrohir Elrond \u00c9omer \u00c9omund \u00c9othain \u00c9owyn Erestor Erkenbrand", "binary_answer": null, "no_answer_prob": 1.5515342950820923}
{"example_id": 8090986312600517626, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5818004012107849}
{"example_id": 2209395771021134578, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Constitutional law", "binary_answer": null, "no_answer_prob": 3.152915835380554}
{"example_id": -7567215944500665272, "prediction": "The sixth season", "binary_answer": null, "no_answer_prob": 0.8605486154556274}
{"example_id": 5963510533104426132, "prediction": "Barbara Fairchild", "binary_answer": null, "no_answer_prob": -1.7297402620315552}
{"example_id": 2021811159097147393, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4621626138687134}
{"example_id": -5132735850495985230, "prediction": "`` Christmas Eve", "binary_answer": null, "no_answer_prob": -3.651759386062622}
{"example_id": -5053365050633506373, "prediction": "Cyndi Grecco", "binary_answer": null, "no_answer_prob": -3.757356643676758}
{"example_id": 1384106640689642583, "prediction": "`` Put Your Head on My Shoulder '' is a song written by Canadian singer - songwriter Paul Anka", "binary_answer": null, "no_answer_prob": 2.4516581296920776}
{"example_id": -5470043575679977524, "prediction": "1,500 miles ( 2,400 km ) of inland waterways , Alabama has among the most of any state .", "binary_answer": null, "no_answer_prob": -1.5753074884414673}
{"example_id": 5678043091280403498, "prediction": "In the landmark story `` The Night Gwen Stacy Died ''", "binary_answer": null, "no_answer_prob": 0.004263639450073242}
{"example_id": 672005429894557061, "prediction": "The Statue of Freedom", "binary_answer": null, "no_answer_prob": -1.2451802492141724}
{"example_id": -3401087906313677178, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7938677668571472}
{"example_id": 3270328834842492840, "prediction": "", "binary_answer": null, "no_answer_prob": -0.31637847423553467}
{"example_id": -7271967592533899368, "prediction": "September 19 , 2017", "binary_answer": null, "no_answer_prob": -7.211670756340027}
{"example_id": -7149220139020344783, "prediction": "`` Always on My Mind '' is an American country music song by Johnny Christopher , Mark James and Wayne Carson", "binary_answer": null, "no_answer_prob": 1.649386364966631}
{"example_id": -922244165252286877, "prediction": "54 \u00b0 C ( 129 \u00b0 F )", "binary_answer": null, "no_answer_prob": -1.874012291431427}
{"example_id": -2942400488660841191, "prediction": "", "binary_answer": null, "no_answer_prob": -1.525204062461853}
{"example_id": 8312712678303945392, "prediction": "", "binary_answer": null, "no_answer_prob": 4.789064645767212}
{"example_id": 1650309494326541834, "prediction": "", "binary_answer": null, "no_answer_prob": 3.355528235435486}
{"example_id": 565682737207179323, "prediction": "450 19 officers killed 62 officers wounded 207 soldiers killed 766 soldiers wounded Total : 1,054", "binary_answer": null, "no_answer_prob": 1.771053433418274}
{"example_id": 2323662310058168850, "prediction": "`` Here I Go Again '' is a song by British rock band Whitesnake", "binary_answer": null, "no_answer_prob": 0.22254198789596558}
{"example_id": -2146481690463171459, "prediction": "The Great Lakes", "binary_answer": null, "no_answer_prob": 1.0200433731079102}
{"example_id": -652743269523470456, "prediction": "", "binary_answer": null, "no_answer_prob": 4.123554944992065}
{"example_id": 2024670146411870673, "prediction": "", "binary_answer": null, "no_answer_prob": 3.753865122795105}
{"example_id": 7525756241139471088, "prediction": "", "binary_answer": null, "no_answer_prob": 4.3174744844436646}
{"example_id": 3508901810557632332, "prediction": "Star Wars Hotel", "binary_answer": null, "no_answer_prob": 1.0255895853042603}
{"example_id": 6577584521070473062, "prediction": "Los Angeles Stadium at Hollywood Park", "binary_answer": null, "no_answer_prob": -1.5548344850540161}
{"example_id": 6833767885322192424, "prediction": "`` You Ca n't Turn Me Off ( In the Middle of Turning Me On ) ''", "binary_answer": null, "no_answer_prob": 1.7263433337211609}
{"example_id": -5785176163874250017, "prediction": "The names of the days of the week in many languages are derived from the names of the classical planets in Hellenistic astrology", "binary_answer": null, "no_answer_prob": -0.16128551959991455}
{"example_id": 6198321052490349117, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1961581110954285}
{"example_id": 4784498268232209633, "prediction": "Xicohtzinco", "binary_answer": null, "no_answer_prob": 3.053255081176758}
{"example_id": 5361571041646823205, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2197805047035217}
{"example_id": -550870475070866888, "prediction": "Issue date Song Artist ( s ) Reference ( s ) January 2 `` Tik Tok", "binary_answer": null, "no_answer_prob": 3.217853546142578}
{"example_id": -476068253587837975, "prediction": "Schoharie County", "binary_answer": null, "no_answer_prob": 3.1212690472602844}
{"example_id": 4367743777191326308, "prediction": "Drake", "binary_answer": null, "no_answer_prob": -1.3780333995819092}
{"example_id": -8038040490989347484, "prediction": "1965", "binary_answer": null, "no_answer_prob": -3.8790040016174316}
{"example_id": -4944512028480785081, "prediction": "19 June 2018", "binary_answer": null, "no_answer_prob": -3.9354835748672485}
{"example_id": -9070648587949937859, "prediction": "", "binary_answer": null, "no_answer_prob": 0.34092122316360474}
{"example_id": 5282644882426807388, "prediction": "", "binary_answer": null, "no_answer_prob": 4.670743942260742}
{"example_id": -3498304267651438803, "prediction": "Some Type of Love as well as the lead single from his debut album , Nine Track Mind , it features guest vocals by Meghan Trainor", "binary_answer": null, "no_answer_prob": -1.7448375225067139}
{"example_id": 3802206105778993088, "prediction": "John Delaney", "binary_answer": null, "no_answer_prob": -1.1588674783706665}
{"example_id": -4905219015475651366, "prediction": "", "binary_answer": null, "no_answer_prob": 3.493474304676056}
{"example_id": 7557178715897541603, "prediction": "", "binary_answer": null, "no_answer_prob": 3.270722985267639}
{"example_id": 8542682694596574905, "prediction": "17", "binary_answer": null, "no_answer_prob": -2.2258580923080444}
{"example_id": 3577751642081006254, "prediction": "", "binary_answer": null, "no_answer_prob": 1.378950595855713}
{"example_id": 3569919761924067535, "prediction": "", "binary_answer": null, "no_answer_prob": 3.535194754600525}
{"example_id": -1777266203030363472, "prediction": "`` Rappaccini 's Daughter '' is a short story by Nathaniel Hawthorne", "binary_answer": null, "no_answer_prob": 5.4721231907606125}
{"example_id": -1405654592049973491, "prediction": "`` The Druids ' Holy Land '' `` Doruido no Seichi '' ( \u30c9\u30eb\u30a4\u30c9 \u306e \u8056\u5730 )", "binary_answer": null, "no_answer_prob": 1.8366217613220215}
{"example_id": 909197700839615718, "prediction": "Love Me Do", "binary_answer": null, "no_answer_prob": -3.8523590564727783}
{"example_id": -8200457209025643938, "prediction": "Disturbed", "binary_answer": null, "no_answer_prob": -3.631960153579712}
{"example_id": 3458961565721598188, "prediction": "`` Deep in the Heart of Texas '' is an American popular song about Texas .", "binary_answer": null, "no_answer_prob": 4.7080105021595955}
{"example_id": -3776810834816414195, "prediction": "Simon & Garfunkel", "binary_answer": null, "no_answer_prob": 2.1930091381073}
{"example_id": -4813143697712730682, "prediction": "1951 Census of India population General information Country India Total population 361,088,090 Percent change 13.32 %", "binary_answer": null, "no_answer_prob": 1.7414288818836212}
{"example_id": 2690348507418436819, "prediction": "", "binary_answer": null, "no_answer_prob": -3.287849545478821}
{"example_id": -5516815761971402351, "prediction": "Anna Huxtable", "binary_answer": null, "no_answer_prob": -0.6492319107055664}
{"example_id": -4609143500726172619, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.1523175835609436}
{"example_id": 2867190626209874551, "prediction": "to represent the original 13 colonies with the stars arranged in a circle .", "binary_answer": null, "no_answer_prob": 2.128912925720215}
{"example_id": -128952559812824419, "prediction": "Rodney Peete ( born March 16 , 1966 ) is a former American football quarterback", "binary_answer": null, "no_answer_prob": 0.24216163158416748}
{"example_id": 4897572546650832328, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6038764715194702}
{"example_id": 2976736303860836224, "prediction": "to go back to the beginning , after a dead - end or failure '' .", "binary_answer": null, "no_answer_prob": -3.565041661262512}
{"example_id": -9103027320910004904, "prediction": "Zen and the Art of Motorcycle Maintenance : An Inquiry into Values ( ZAMM )", "binary_answer": null, "no_answer_prob": -0.23959970474243164}
{"example_id": -7265203241662763900, "prediction": "In archaeology , the classic Maya collapse", "binary_answer": null, "no_answer_prob": -0.47931158542633057}
{"example_id": -3784264172388936915, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6235795468091965}
{"example_id": 6288930175667325021, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8683475255966187}
{"example_id": -5468287088726908682, "prediction": "Amartya Kumar Sen", "binary_answer": null, "no_answer_prob": -2.164222478866577}
{"example_id": 173951563377787805, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4453123211860657}
{"example_id": -4859664499687059431, "prediction": "The Tampa Bay Buccaneers", "binary_answer": null, "no_answer_prob": -1.6478191018104553}
{"example_id": 6658692816524709276, "prediction": "", "binary_answer": null, "no_answer_prob": 3.061723232269287}
{"example_id": 7072605878818624526, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8618401288986206}
{"example_id": 7767672364527485866, "prediction": "", "binary_answer": null, "no_answer_prob": 4.208693027496338}
{"example_id": 7315654961044164031, "prediction": "Salzburg", "binary_answer": null, "no_answer_prob": 0.942079484462738}
{"example_id": -4024765064465103265, "prediction": "The Lake House", "binary_answer": null, "no_answer_prob": 0.013636589050292969}
{"example_id": -7612024550116089321, "prediction": "Teddy Nadler", "binary_answer": null, "no_answer_prob": -1.9150054454803467}
{"example_id": -3678606089626481357, "prediction": "$2.50 a day", "binary_answer": null, "no_answer_prob": 0.4769970774650574}
{"example_id": 8409297237254128995, "prediction": "Lech Wa\u0142\u0119sa", "binary_answer": null, "no_answer_prob": -5.40610408782959}
{"example_id": -8002408281980860504, "prediction": "11 - year - old Charlie Bucket", "binary_answer": null, "no_answer_prob": 2.775447517633438}
{"example_id": -894515302366525922, "prediction": "", "binary_answer": null, "no_answer_prob": 4.604971289634705}
{"example_id": 263074685984627276, "prediction": "The \u0111\u1ed3ng", "binary_answer": null, "no_answer_prob": -5.816465646028519}
{"example_id": -3825121714419940238, "prediction": "flight demonstration squadron", "binary_answer": null, "no_answer_prob": -1.9671082496643066}
{"example_id": -1937661925338235466, "prediction": "Filming commenced October 13 , 1938", "binary_answer": null, "no_answer_prob": 1.9954609870910645}
{"example_id": 9190398452898862686, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8847872614860535}
{"example_id": -609883817137815443, "prediction": "`` P.S. I Love You ''", "binary_answer": null, "no_answer_prob": 2.705651104450226}
{"example_id": 8819686655297480146, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6336774826049805}
{"example_id": -80342717335969060, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7003895044326782}
{"example_id": -3372933701308578001, "prediction": "", "binary_answer": null, "no_answer_prob": 2.735236555337906}
{"example_id": -2088589662414334198, "prediction": "", "binary_answer": null, "no_answer_prob": 3.272108554840088}
{"example_id": -2293881360952722808, "prediction": "The 2017 Winter Meetings were held from December 9 to 13 at the Swan and Dolphin resort in Orlando , Florida", "binary_answer": null, "no_answer_prob": -1.0890402793884277}
{"example_id": -209840839050634882, "prediction": "The first Green Lantern character , Alan Scott", "binary_answer": null, "no_answer_prob": -2.2266968488693237}
{"example_id": -584681916550563031, "prediction": "thirteenth letter of the modern English alphabet and the ISO basic Latin alphabet .", "binary_answer": null, "no_answer_prob": -2.6399723291397095}
{"example_id": -3181006994777638947, "prediction": "Martin Luther King Jr . Day", "binary_answer": null, "no_answer_prob": -0.6684094071388245}
{"example_id": 7043961453896452225, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 1.9267756342887878}
{"example_id": -8399628534685741167, "prediction": "DomainKeys Identified Mail", "binary_answer": null, "no_answer_prob": 0.6624078750610352}
{"example_id": -5031467675372179310, "prediction": "Wayne Douglas Gretzky CC", "binary_answer": null, "no_answer_prob": -1.6866572499275208}
{"example_id": -334692890620722567, "prediction": "3,211,474", "binary_answer": null, "no_answer_prob": -3.1059269309043884}
{"example_id": -568594111524274802, "prediction": "The Partition of India", "binary_answer": null, "no_answer_prob": 0.17378544807434082}
{"example_id": 8378285524129468194, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2630645036697388}
{"example_id": -5710238752805466863, "prediction": "South America", "binary_answer": null, "no_answer_prob": -0.5202910900115967}
{"example_id": -6209323961625363304, "prediction": "", "binary_answer": null, "no_answer_prob": 5.006639897823334}
{"example_id": 3228155858422343609, "prediction": "Windows Movie Maker", "binary_answer": null, "no_answer_prob": 1.3556618466973305}
{"example_id": 3906392675933521544, "prediction": "Matthew Lee Guthmiller", "binary_answer": null, "no_answer_prob": -4.420641303062439}
{"example_id": -5314539879352784504, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": -0.2762577533721924}
{"example_id": -107254779771546395, "prediction": "In typography , all caps", "binary_answer": null, "no_answer_prob": 0.7761900424957275}
{"example_id": 8305712435416596505, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0667970180511475}
{"example_id": -5264683755889871760, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.7287721931934357}
{"example_id": 4063748505241179661, "prediction": "Days of Our Lives", "binary_answer": null, "no_answer_prob": 1.543765563517809}
{"example_id": -4128818640272537483, "prediction": "", "binary_answer": null, "no_answer_prob": 5.871117055416107}
{"example_id": -164842024639735870, "prediction": "Wells Enterprises , Inc.", "binary_answer": null, "no_answer_prob": 3.359027286991477}
{"example_id": 7353261961888670371, "prediction": "54.0 \u00b0 C ( 129.2 \u00b0 F )", "binary_answer": null, "no_answer_prob": -0.38914167881011963}
{"example_id": -8846954740518018553, "prediction": "The Commonwealth of Australia", "binary_answer": null, "no_answer_prob": 0.7039071917533875}
{"example_id": -5379350041754676016, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5938125401735306}
{"example_id": -3483707867965134786, "prediction": "Amanda Tapping", "binary_answer": null, "no_answer_prob": -5.256972312927246}
{"example_id": -4023250744057702129, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A bell - ringer", "binary_answer": null, "no_answer_prob": -1.5744957327842712}
{"example_id": -6206363973295917417, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7277173399925232}
{"example_id": -4828683222132900155, "prediction": "Bobby Caldwell", "binary_answer": null, "no_answer_prob": 1.3801836967468262}
{"example_id": 941288606558358396, "prediction": "Freddie Mercury", "binary_answer": null, "no_answer_prob": -1.1457334756851196}
{"example_id": 3617549145129452486, "prediction": "The 1995", "binary_answer": null, "no_answer_prob": -0.5880236402153969}
{"example_id": 750812623192754991, "prediction": "Motor unit recruitment", "binary_answer": null, "no_answer_prob": 3.8658003211021423}
{"example_id": 4033043724349287212, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3336601853370667}
{"example_id": 7242121773790220504, "prediction": "Kim Zolciak", "binary_answer": null, "no_answer_prob": 0.32475972175598145}
{"example_id": -4518697877247382472, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5592329502105713}
{"example_id": -4026034258824790198, "prediction": "How to Train Your Dragon 2", "binary_answer": null, "no_answer_prob": 0.43435370922088623}
{"example_id": -5223907006049376094, "prediction": "Watchmen", "binary_answer": null, "no_answer_prob": 0.7858485579490662}
{"example_id": 1214760040622892437, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7124528884887695}
{"example_id": 4407131276198306820, "prediction": "`` Happy Birthday to You", "binary_answer": null, "no_answer_prob": 1.4789236783981323}
{"example_id": -8005299293119625746, "prediction": "The signing of the United States Declaration of Independence occurred primarily on August 2 , 1776", "binary_answer": null, "no_answer_prob": -1.803871989250183}
{"example_id": -3059082701489355608, "prediction": "The final took place on 15 July at the Luzhniki Stadium in Moscow , between France and Croatia", "binary_answer": null, "no_answer_prob": 1.7000802755355835}
{"example_id": 1324986072842783723, "prediction": "The Astros", "binary_answer": null, "no_answer_prob": -5.985946953296661}
{"example_id": 421881813924274575, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.745513737201691}
{"example_id": 2207582949134538806, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9577897787094116}
{"example_id": 2351904281089982068, "prediction": "1993", "binary_answer": null, "no_answer_prob": -2.6377786993980408}
{"example_id": 604853429212791814, "prediction": "Institution Location Founded Joined Type Enrollment Nickname Colors University of North Alabama Florence , Alabama 1830 2018 Public 7,233 Lions", "binary_answer": null, "no_answer_prob": 1.4444613456726074}
{"example_id": -4611219485744940758, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7699475288391113}
{"example_id": 2106657336772087124, "prediction": "54 in \u00d7 75 in", "binary_answer": null, "no_answer_prob": 1.754686951637268}
{"example_id": 3192395128654333341, "prediction": "Commissioned by the President of France , Fran\u00e7ois Mitterrand , in 1984", "binary_answer": null, "no_answer_prob": -3.2191497087478638}
{"example_id": 1257419030550499496, "prediction": "1987", "binary_answer": null, "no_answer_prob": 1.6742162704467773}
{"example_id": 1127235491101654683, "prediction": "Outfielder Ty Cobb", "binary_answer": null, "no_answer_prob": 1.2038890719413757}
{"example_id": -2500393230908789256, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2337377741932869}
{"example_id": 4308761492491441297, "prediction": "`` The First Time Ever I Saw Your Face '' is a 1957 folk song written by British political singer / songwriter Ewan MacColl", "binary_answer": null, "no_answer_prob": 1.1232202053070068}
{"example_id": 2229754313767469107, "prediction": "Purpura", "binary_answer": null, "no_answer_prob": 2.7991620302200317}
{"example_id": -2628052344076563836, "prediction": "Massachusetts and Washington", "binary_answer": null, "no_answer_prob": -4.403021931648254}
{"example_id": 8328165693577567533, "prediction": "`` Trouble Town", "binary_answer": null, "no_answer_prob": -0.6906342506408691}
{"example_id": -3418404592479135995, "prediction": "March 30 , 2018", "binary_answer": null, "no_answer_prob": -6.023682355880737}
{"example_id": 8058937161127115466, "prediction": "IAAF World Championships London 2017 Host city London , United Kingdom", "binary_answer": null, "no_answer_prob": 1.15984545648098}
{"example_id": 6228266021268365403, "prediction": "The Blue Ridge Mountains are a physiographic province of the larger Appalachian Mountains range", "binary_answer": null, "no_answer_prob": -0.989657998085022}
{"example_id": -8963626684149052520, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3145919144153595}
{"example_id": -4868457798997044527, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4452419504523277}
{"example_id": 8022728242679087178, "prediction": "", "binary_answer": null, "no_answer_prob": 2.330453082919121}
{"example_id": 14895964814832452, "prediction": "`` Land of Hope and Glory", "binary_answer": null, "no_answer_prob": 1.3497434854507446}
{"example_id": 6480057164410797415, "prediction": "Kevin Wayne Durant", "binary_answer": null, "no_answer_prob": 0.41974878311157227}
{"example_id": 2657180986057551451, "prediction": "Incorporation", "binary_answer": null, "no_answer_prob": -0.048009276390075684}
{"example_id": -7665714193515404632, "prediction": "Saina Nehwal", "binary_answer": null, "no_answer_prob": -0.4542001485824585}
{"example_id": -4499761486504763398, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7935879826545715}
{"example_id": 6654186870173785524, "prediction": "", "binary_answer": null, "no_answer_prob": 2.936215341091156}
{"example_id": 1875588575642040266, "prediction": "In the history of Europe , the Middle Ages or Medieval Period lasted from the 5th to the 15th century", "binary_answer": null, "no_answer_prob": -0.5843527317047119}
{"example_id": -3683230303489412942, "prediction": "Merl Saunders and Aunt Monk", "binary_answer": null, "no_answer_prob": -4.180678844451904}
{"example_id": 1114178879546730229, "prediction": "", "binary_answer": null, "no_answer_prob": 2.73335599899292}
{"example_id": 8174462200596265968, "prediction": "Fundamental Rights", "binary_answer": null, "no_answer_prob": -6.043720364570618}
{"example_id": 3593405491711718215, "prediction": "", "binary_answer": null, "no_answer_prob": 2.715640366077423}
{"example_id": -6302583688315645200, "prediction": "Jim Rash as Fenton Bret Harrison as Charlie Jud Tylor as Samantha Lara Everly as Hilary", "binary_answer": null, "no_answer_prob": 3.1866984963417053}
{"example_id": 7014025159543483178, "prediction": "331.2 metres per second ( 1,087 ft / s ; 1,192 km / h ; 741 mph ; 644 kn )", "binary_answer": null, "no_answer_prob": 0.07332050800323486}
{"example_id": 5003241597230407277, "prediction": "", "binary_answer": null, "no_answer_prob": -0.38796844705939293}
{"example_id": -8579783625094208515, "prediction": "", "binary_answer": null, "no_answer_prob": 2.238130062818527}
{"example_id": -972681564126687276, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3880098164081573}
{"example_id": -5213011484772718193, "prediction": "Missouri River", "binary_answer": null, "no_answer_prob": -0.8268492221832275}
{"example_id": 6781490748017307288, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": 0.6361064910888672}
{"example_id": 673400534619480113, "prediction": "", "binary_answer": null, "no_answer_prob": -1.2327005863189697}
{"example_id": -5753975599668624931, "prediction": "Mace Windu", "binary_answer": null, "no_answer_prob": -1.7657842636108398}
{"example_id": 1408914139973567792, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7168644070625305}
{"example_id": 2618911500047784155, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9196949601173401}
{"example_id": -1055199144889727696, "prediction": "`` If I Could Turn Back Time '' is a song recorded by American singer and actress Cher", "binary_answer": null, "no_answer_prob": -0.5451000928878784}
{"example_id": -1695248281976280399, "prediction": "Year Date Winner Result Loser Location Playoff round Record ( playoff ) ( Brady - Manning ) 2001", "binary_answer": null, "no_answer_prob": 3.7820277214050293}
{"example_id": -8077664172064245955, "prediction": "", "binary_answer": null, "no_answer_prob": -2.709292709827423}
{"example_id": -1040708440497808999, "prediction": "Monica Seles", "binary_answer": null, "no_answer_prob": -3.285731554031372}
{"example_id": 8567881168327200573, "prediction": "Jennifer Laura Thompson ) . It is considered a jazz standard .", "binary_answer": null, "no_answer_prob": 3.0786218643188477}
{"example_id": 7440266249932614263, "prediction": "", "binary_answer": null, "no_answer_prob": 3.098245143890381}
{"example_id": -4505429291678080448, "prediction": "", "binary_answer": null, "no_answer_prob": 2.171986699104309}
{"example_id": -6925951997775788906, "prediction": "April 13 , 2018", "binary_answer": null, "no_answer_prob": -4.727600574493408}
{"example_id": 4981485886249146487, "prediction": "Mandy Moore", "binary_answer": null, "no_answer_prob": -2.185299873352051}
{"example_id": 1980141303211533084, "prediction": "", "binary_answer": null, "no_answer_prob": 2.347189784049988}
{"example_id": 189237793280525790, "prediction": "Tony Orlando", "binary_answer": null, "no_answer_prob": -4.611138224601746}
{"example_id": -3137181122222566873, "prediction": "", "binary_answer": null, "no_answer_prob": -2.9957191944122314}
{"example_id": 6194404874804514988, "prediction": "around 11 to 13 years", "binary_answer": null, "no_answer_prob": -4.076889663934708}
{"example_id": 4816022177679284806, "prediction": "Who Framed Roger Rabbit", "binary_answer": null, "no_answer_prob": 1.1575478315353394}
{"example_id": 1366518079636365848, "prediction": "Georgina Haig", "binary_answer": null, "no_answer_prob": -5.456390678882599}
{"example_id": 7151084850587138192, "prediction": "", "binary_answer": null, "no_answer_prob": 5.032797455787659}
{"example_id": 5017689718096375421, "prediction": "", "binary_answer": null, "no_answer_prob": 1.987653136253357}
{"example_id": -8294565369311396595, "prediction": "Fez", "binary_answer": null, "no_answer_prob": 4.9075333550572395}
{"example_id": -179985532028050959, "prediction": "Frederick Hubbard Gwynne", "binary_answer": null, "no_answer_prob": -4.28058385848999}
{"example_id": -9199517739000502981, "prediction": "The blood vessels", "binary_answer": null, "no_answer_prob": 1.1687963847070932}
{"example_id": 7631360939705650347, "prediction": "Gladiator", "binary_answer": null, "no_answer_prob": -5.6962703466415405}
{"example_id": -2434633497951355943, "prediction": "Stuttering", "binary_answer": null, "no_answer_prob": 0.10258150100708008}
{"example_id": -4288683236394714411, "prediction": "Twilight is a series of four", "binary_answer": null, "no_answer_prob": 0.5921025425195694}
{"example_id": -4237885717355979096, "prediction": "New York", "binary_answer": null, "no_answer_prob": 1.449918806552887}
{"example_id": 1770308871344816327, "prediction": "", "binary_answer": null, "no_answer_prob": -2.6645901203155518}
{"example_id": -4398955744615655372, "prediction": "James Hargreaves", "binary_answer": null, "no_answer_prob": -8.296949863433838}
{"example_id": -3075546052503665847, "prediction": "A performance of the song in the studio was used as the promotional video", "binary_answer": null, "no_answer_prob": -2.214231252670288}
{"example_id": 4241283450960980383, "prediction": "between the 1730s and 1740s", "binary_answer": null, "no_answer_prob": -0.4678689241409302}
{"example_id": -3792991085056399823, "prediction": "", "binary_answer": null, "no_answer_prob": 3.605954885482788}
{"example_id": 8562141097792398764, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": -2.6358940601348877}
{"example_id": 3330919190414458241, "prediction": "Radio", "binary_answer": null, "no_answer_prob": -3.670833706855774}
{"example_id": -4680522615475084965, "prediction": "", "binary_answer": null, "no_answer_prob": -2.974934935569763}
{"example_id": 2552032703793387742, "prediction": "Rohit Sharma", "binary_answer": null, "no_answer_prob": 1.582136332988739}
{"example_id": -1825673330930237682, "prediction": "Alfred Leo Smith and Galen Black", "binary_answer": null, "no_answer_prob": 1.5283483266830444}
{"example_id": -3139412873110442881, "prediction": "Family planning", "binary_answer": null, "no_answer_prob": 3.239176943898201}
{"example_id": 7273272075690352369, "prediction": "`` The Sign ''", "binary_answer": null, "no_answer_prob": -2.9161552786827087}
{"example_id": 5799409979135941851, "prediction": "Children 's Hospital of The King 's Daughters ( CHKD )", "binary_answer": null, "no_answer_prob": 3.4527302980422974}
{"example_id": 1461092242246752131, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.72805255651474}
{"example_id": 3893114041509854494, "prediction": "", "binary_answer": null, "no_answer_prob": 5.489484906196594}
{"example_id": -6725782269108524479, "prediction": "", "binary_answer": null, "no_answer_prob": 4.025851845741272}
{"example_id": 1412542317709795470, "prediction": "Minneapolis", "binary_answer": null, "no_answer_prob": -0.37668561935424805}
{"example_id": 7383521651062366805, "prediction": "The 2008", "binary_answer": null, "no_answer_prob": 1.4227357506752014}
{"example_id": -2162714330037272999, "prediction": "`` What Is Love '' is a song recorded by Trinidadian - German Eurodance artist Haddaway", "binary_answer": null, "no_answer_prob": 0.5395291447639465}
{"example_id": -8652290865374550461, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4498445987701416}
{"example_id": 810240207991754434, "prediction": "", "binary_answer": null, "no_answer_prob": 3.932960569858551}
{"example_id": -8970468362140077199, "prediction": "plastic overlays", "binary_answer": null, "no_answer_prob": -0.4932788610458374}
{"example_id": -4830634739076669276, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 5.575159907341003}
{"example_id": -7412271027298949434, "prediction": "The history of the territories which since ca . 1900 have been known under the name of Nigeria during the pre-colonial period", "binary_answer": null, "no_answer_prob": 0.8623174428939819}
{"example_id": -8981654012514929728, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8384873867034912}
{"example_id": 7931769211477608173, "prediction": "", "binary_answer": null, "no_answer_prob": 1.923447608947754}
{"example_id": 2854834463961494572, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3923527002334595}
{"example_id": -3820608577130748350, "prediction": "`` Candle in the Wind '' is a threnody with music and lyrics by Elton John and Bernie Taupin", "binary_answer": null, "no_answer_prob": -0.7263696193695068}
{"example_id": 6955089524027299270, "prediction": "", "binary_answer": null, "no_answer_prob": 2.892723008990288}
{"example_id": -7952610792160802203, "prediction": "Marvin Berry and The Starlighters , one played by Marty McFly and The Starlighters", "binary_answer": null, "no_answer_prob": 3.7138013541698456}
{"example_id": -7896195082647149010, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -0.5242157578468323}
{"example_id": -7474362800514907885, "prediction": "Mall of America", "binary_answer": null, "no_answer_prob": -0.033706486225128174}
{"example_id": -113932269959780342, "prediction": "about the cycle of life", "binary_answer": null, "no_answer_prob": -1.1728885173797607}
{"example_id": -1167263495350719445, "prediction": "Mammals", "binary_answer": null, "no_answer_prob": 1.2046455293893814}
{"example_id": 1327225199176722517, "prediction": "The song is perhaps most famously performed by Marilyn Monroe in the 1953 film Gentlemen Prefer Blondes", "binary_answer": null, "no_answer_prob": 4.035441825166345}
{"example_id": 6875693564964539118, "prediction": "", "binary_answer": null, "no_answer_prob": 2.618642807006836}
{"example_id": 2387023904397714047, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5657690167427063}
{"example_id": 9096882295627063411, "prediction": "", "binary_answer": null, "no_answer_prob": 3.649531066417694}
{"example_id": -3807533820468216629, "prediction": "British rock group the Animals", "binary_answer": null, "no_answer_prob": 1.049853965640068}
{"example_id": -2047394470462282387, "prediction": "`` Sgt . Pepper 's Lonely Hearts Club Band ''", "binary_answer": null, "no_answer_prob": 2.731092631816864}
{"example_id": -6969258078530381283, "prediction": "October 26 , 2008", "binary_answer": null, "no_answer_prob": 1.0756267309188843}
{"example_id": 5782547075760628832, "prediction": "", "binary_answer": null, "no_answer_prob": 2.706499993801117}
{"example_id": 5775611861615004989, "prediction": "The Mountain Time Zone", "binary_answer": null, "no_answer_prob": 0.8683702945709229}
{"example_id": 1787759775910041862, "prediction": "While the concept existed in places such as what are now India , Bangladesh , and China", "binary_answer": null, "no_answer_prob": -1.6239335536956787}
{"example_id": 7677723766575504020, "prediction": "", "binary_answer": null, "no_answer_prob": -1.998032569885254}
{"example_id": 7227874519645970679, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0549583435058594}
{"example_id": 4405938639955601232, "prediction": "2000", "binary_answer": null, "no_answer_prob": -2.017566502094269}
{"example_id": -3396975988439089652, "prediction": "1428 Area code ( s ) 02 - 8082722", "binary_answer": null, "no_answer_prob": -5.456281661987305}
{"example_id": -7501891543616867974, "prediction": "", "binary_answer": null, "no_answer_prob": 2.775050401687622}
{"example_id": 8630174124810045554, "prediction": "`` I Ca n't Make You Love Me '' is a song written by Mike Reid and Allen Shamblin", "binary_answer": null, "no_answer_prob": 1.4129322171211243}
{"example_id": 4080291615488399486, "prediction": "The skeleton of an adult human", "binary_answer": null, "no_answer_prob": 2.3037896156311035}
{"example_id": 1105328149292210214, "prediction": "The Saturn V", "binary_answer": null, "no_answer_prob": 0.48138896375894547}
{"example_id": -4827997074565510568, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": -0.23819494247436523}
{"example_id": -7494896791332905463, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3265981674194336}
{"example_id": -8613333881199458795, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8683910369873047}
{"example_id": 4539489991220300870, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -9.723230123519897}
{"example_id": 8863387829953462015, "prediction": "Albert Lawrence Brooks", "binary_answer": null, "no_answer_prob": 0.041295766830444336}
{"example_id": -2988239614127773899, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0875938534736633}
{"example_id": -2043548808984290632, "prediction": "", "binary_answer": null, "no_answer_prob": 2.223780035972595}
{"example_id": -2542579377701122263, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1570223569869995}
{"example_id": -2892792480457525351, "prediction": "", "binary_answer": null, "no_answer_prob": 0.42635296285152435}
{"example_id": 3780354742955455821, "prediction": "Yokota Air Base , Tokyo , Japan", "binary_answer": null, "no_answer_prob": -0.31769728660583496}
{"example_id": 8108735149286503556, "prediction": "Date Mother Age of mother Father Country Description 1939 - 05 - 14 May 14 , 1939 Lina Medina", "binary_answer": null, "no_answer_prob": 3.4447703063488007}
{"example_id": -7715663709085221212, "prediction": "", "binary_answer": null, "no_answer_prob": 4.98431995511055}
{"example_id": -7880085720122603228, "prediction": "The Parable of the Faithful Servant ( or Parable of the Door Keeper )", "binary_answer": null, "no_answer_prob": -1.26725435256958}
{"example_id": -2611137049349963318, "prediction": "The post -- civil rights era", "binary_answer": null, "no_answer_prob": 1.6945684254169464}
{"example_id": 3637112361529796791, "prediction": "Babe Ruth", "binary_answer": null, "no_answer_prob": 0.36700499057769775}
{"example_id": 5806475426479792198, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1423723697662354}
{"example_id": 8453897949283137234, "prediction": "Power tends to corrupt , and absolute power corrupts absolutely . Great men are almost always bad men , ... ''", "binary_answer": null, "no_answer_prob": 0.683485746383667}
{"example_id": 155615692478458331, "prediction": "David Crosby", "binary_answer": null, "no_answer_prob": -2.0160897970199585}
{"example_id": 1244165659349384209, "prediction": "Chester Nimitz , Frank Jack Fletcher , and Raymond A. Spruance", "binary_answer": null, "no_answer_prob": -1.6286559104919434}
{"example_id": 6535327901184619009, "prediction": "", "binary_answer": null, "no_answer_prob": 2.359671950340271}
{"example_id": 4312747792206279514, "prediction": "Apollo 13 was the seventh manned mission", "binary_answer": null, "no_answer_prob": -3.134941816329956}
{"example_id": 2072392305803233189, "prediction": "ROYGBIV or Roy G. Biv is an acronym for the sequence of hues commonly described as making up a rainbow", "binary_answer": null, "no_answer_prob": -2.6604766249656677}
{"example_id": 7690682516518935026, "prediction": "`` Hooked on a Feeling '' is a 1968 pop song written by Mark James and originally performed by B.J. Thomas", "binary_answer": null, "no_answer_prob": 0.5843634605407715}
{"example_id": -6317135858531588771, "prediction": "Ron Dayne Wisconsin", "binary_answer": null, "no_answer_prob": 0.4428393840789795}
{"example_id": -4140546601130966469, "prediction": "Yashwant Singh Parmar Formation 8 March 1952", "binary_answer": null, "no_answer_prob": 1.7775666415691376}
{"example_id": 2812498425575258667, "prediction": "Colossus of Rhodes", "binary_answer": null, "no_answer_prob": 2.7249028086662292}
{"example_id": -6267188359407097018, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1474969387054443}
{"example_id": -3845254214087419206, "prediction": "", "binary_answer": null, "no_answer_prob": -0.27972627617418766}
{"example_id": -3691955969786241010, "prediction": "", "binary_answer": null, "no_answer_prob": 3.314563572406769}
{"example_id": 8460208659341782206, "prediction": "Lord Voldemort", "binary_answer": null, "no_answer_prob": -1.4756451845169067}
{"example_id": 3788271762016890813, "prediction": "", "binary_answer": null, "no_answer_prob": 2.403311848640442}
{"example_id": 2313738736780823484, "prediction": "", "binary_answer": null, "no_answer_prob": -3.064362406730652}
{"example_id": 4599818683267685144, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9094632267951965}
{"example_id": 2258282378639400580, "prediction": "`` Mammas Do n't Let Your Babies Grow Up to Be Cowboys ''", "binary_answer": null, "no_answer_prob": -0.37283647060394287}
{"example_id": -5737188378305605891, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0359334647655487}
{"example_id": 5612814989174128127, "prediction": "Franklin Delano Roosevelt", "binary_answer": null, "no_answer_prob": -8.723775506019592}
{"example_id": 4246523867098793677, "prediction": "", "binary_answer": null, "no_answer_prob": 2.300716757774353}
{"example_id": 4090027848811616140, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1410741731524467}
{"example_id": -2379997633732556295, "prediction": "water vapor , carbon dioxide , methane , nitrous oxide , and ozone", "binary_answer": null, "no_answer_prob": -4.164262413978577}
{"example_id": 1842547553705946590, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2666664123535156}
{"example_id": -107774371678004331, "prediction": "September 7 , 2017", "binary_answer": null, "no_answer_prob": -4.775308609008789}
{"example_id": -7888560722461179740, "prediction": "The Departed", "binary_answer": null, "no_answer_prob": 2.7756311297416687}
{"example_id": 4550944961320752421, "prediction": "the absorption of nutrients and minerals from food", "binary_answer": null, "no_answer_prob": 0.33528614044189453}
{"example_id": 7085106776345711096, "prediction": "`` Say Something ''", "binary_answer": null, "no_answer_prob": -2.9460984468460083}
{"example_id": -6716063774607050486, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -4.044543981552124}
{"example_id": 5349907797505920632, "prediction": "Sir Richard Starkey MBE ( born 7 July 1940 ) , known professionally as Ringo Starr", "binary_answer": null, "no_answer_prob": -1.9458225965499878}
{"example_id": 5582140845429404351, "prediction": "Mamma Mia ! ( promoted as Mamma Mia ! The Movie ) is a 2008", "binary_answer": null, "no_answer_prob": 0.26077377796173096}
{"example_id": 8299033107377185304, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3853127658367157}
{"example_id": 3942183868284334157, "prediction": "", "binary_answer": null, "no_answer_prob": 1.813043475151062}
{"example_id": 4480319611922876367, "prediction": "The Diomede Islands are located in the middle of the Bering Strait between mainland Alaska and Siberia", "binary_answer": null, "no_answer_prob": 1.1465076804161072}
{"example_id": 5980644746538415642, "prediction": "Ferris Bueller 's Day Off", "binary_answer": null, "no_answer_prob": 0.5828109979629517}
{"example_id": -2106269260340291518, "prediction": "", "binary_answer": null, "no_answer_prob": 2.797732412815094}
{"example_id": -5395116691572021838, "prediction": "Heath Ledger", "binary_answer": null, "no_answer_prob": -7.767025947570801}
{"example_id": 8085447154805337413, "prediction": "Ash Wednesday", "binary_answer": null, "no_answer_prob": 1.3049399256706238}
{"example_id": -3377588718307480778, "prediction": "", "binary_answer": null, "no_answer_prob": -3.950102210044861}
{"example_id": 9093463788690772115, "prediction": "Gerard Butler", "binary_answer": null, "no_answer_prob": -2.1005829572677612}
{"example_id": 7142559958690468996, "prediction": "eight Spanish reales , that was minted in the Spanish Empire after 1598 . Its purpose was to correspond to the German thaler .", "binary_answer": null, "no_answer_prob": 1.0744344294071198}
{"example_id": 1106823340405298621, "prediction": "Simba", "binary_answer": null, "no_answer_prob": -1.8618290424346924}
{"example_id": 7019201402065124659, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9848641157150269}
{"example_id": -5421271348068689940, "prediction": "Ziva David", "binary_answer": null, "no_answer_prob": 5.184984482824802}
{"example_id": -4080312198640235561, "prediction": "", "binary_answer": null, "no_answer_prob": 5.126126825809479}
{"example_id": -1740842224550934135, "prediction": "Kim Gun - mo", "binary_answer": null, "no_answer_prob": 1.001430630683899}
{"example_id": -9189482665289381562, "prediction": "Pom Klementieff", "binary_answer": null, "no_answer_prob": -2.4176971912384033}
{"example_id": 8181703736103994473, "prediction": "You ca n't have both the fish and the bear 's paw", "binary_answer": null, "no_answer_prob": -0.5366604328155518}
{"example_id": -1601104511413497567, "prediction": "`` You Make Me Feel ( Mighty Real ) ''", "binary_answer": null, "no_answer_prob": -3.2657231092453003}
{"example_id": -1929978794344186382, "prediction": "", "binary_answer": null, "no_answer_prob": 4.428748667240143}
{"example_id": 1923888785034399938, "prediction": "between 1954 and 1968 , particularly in the South .", "binary_answer": null, "no_answer_prob": -1.46150803565979}
{"example_id": -1100483272333012422, "prediction": "The film was released on July 8 , 2016 by 20th Century Fox .", "binary_answer": null, "no_answer_prob": 1.9572108387947083}
{"example_id": 1055676563741063338, "prediction": "John Kennedy Toole", "binary_answer": null, "no_answer_prob": 4.378706932067871}
{"example_id": 7206401913172017202, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7765698805451393}
{"example_id": -3835838259462087896, "prediction": "", "binary_answer": null, "no_answer_prob": 2.75376033782959}
{"example_id": -8378138651305173097, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8202362656593323}
{"example_id": -2764060060269003954, "prediction": "", "binary_answer": null, "no_answer_prob": 5.521841287612915}
{"example_id": 4657503226949391435, "prediction": "Isabela Moner , Jaheem King Toombs , Owen Joyner , and Jack De Sena", "binary_answer": null, "no_answer_prob": -0.2908449172973633}
{"example_id": -7071119306118885926, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9127472639083862}
{"example_id": -5849795456748455708, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8986335694789886}
{"example_id": 881169645649532756, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7193523645401}
{"example_id": -263355853184720782, "prediction": "", "binary_answer": null, "no_answer_prob": 3.541759729385376}
{"example_id": 3237264058047580452, "prediction": "Leonard Lipton and Peter Yarrow", "binary_answer": null, "no_answer_prob": 2.3161252290010452}
{"example_id": -4020881077824348479, "prediction": "22", "binary_answer": null, "no_answer_prob": -3.974860668182373}
{"example_id": 7314237558960749400, "prediction": "", "binary_answer": null, "no_answer_prob": 2.188020646572113}
{"example_id": 812266677695251906, "prediction": "Internet service provider", "binary_answer": null, "no_answer_prob": 0.5225614309310913}
{"example_id": -34823966255409475, "prediction": "655", "binary_answer": null, "no_answer_prob": 1.391952633857727}
{"example_id": -8241537849833386136, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7132741808891296}
{"example_id": -2516801627420415432, "prediction": "", "binary_answer": null, "no_answer_prob": 2.146520495414734}
{"example_id": -173644093886799429, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7676085829734802}
{"example_id": 4965206446783753340, "prediction": "Russia", "binary_answer": null, "no_answer_prob": 1.4438698291778564}
{"example_id": 6403300883963515847, "prediction": "", "binary_answer": null, "no_answer_prob": 0.701708197593689}
{"example_id": 1261477046380269695, "prediction": "The Journal of the International Association of Providers of AIDS Care", "binary_answer": null, "no_answer_prob": 2.440367177128792}
{"example_id": -3588071863975464237, "prediction": "", "binary_answer": null, "no_answer_prob": 0.43890607357025146}
{"example_id": -2344777368922832242, "prediction": "Tasha Smith", "binary_answer": null, "no_answer_prob": -0.880897045135498}
{"example_id": 5238143210725865559, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 1.9773163199424744}
{"example_id": 5599669105153346278, "prediction": "Ian David McShane", "binary_answer": null, "no_answer_prob": -5.7014182806015015}
{"example_id": -8591817863086793622, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7090893983840942}
{"example_id": 6762746995376257837, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1756584644317627}
{"example_id": 5307805560425264347, "prediction": "Barack Obama", "binary_answer": null, "no_answer_prob": -7.237155020236969}
{"example_id": -3896487151991632366, "prediction": "", "binary_answer": null, "no_answer_prob": 4.2726457715034485}
{"example_id": 7809253767064133000, "prediction": "The United States presidential election of 1800 was the third presidential election", "binary_answer": null, "no_answer_prob": 6.304930925369263}
{"example_id": 234131699687376880, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2457754611968994}
{"example_id": -8324199546517189599, "prediction": "Austin Stowell", "binary_answer": null, "no_answer_prob": 2.12750381231308}
{"example_id": -2600507426779263377, "prediction": "Paris , France . It is named after the engineer Gustave Eiffel , whose company designed and built the tower .", "binary_answer": null, "no_answer_prob": 0.3552103862166405}
{"example_id": 7975271076117517529, "prediction": "The Thirteen Colonies", "binary_answer": null, "no_answer_prob": -3.4371650218963623}
{"example_id": 2229412532919519091, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7041957527399063}
{"example_id": -6803621192058340658, "prediction": "Ant - Man and the Wasp", "binary_answer": null, "no_answer_prob": 2.881590247154236}
{"example_id": -8362024366802218480, "prediction": "The series is based around the Lewis Carroll novels Alice 's Adventures in Wonderland and Through the Looking - Glass", "binary_answer": null, "no_answer_prob": -0.032888710498809814}
{"example_id": 8655569500482601945, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7290724515914917}
{"example_id": -2732065960785690243, "prediction": "`` When Will I See You Again '' is a song released in 1974 by American soul group The Three Degrees", "binary_answer": null, "no_answer_prob": 2.2322346568107605}
{"example_id": -4454876137483658054, "prediction": "2018", "binary_answer": null, "no_answer_prob": 1.1760693192481995}
{"example_id": 5515894889448157257, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8134585618972778}
{"example_id": -5953668955228832920, "prediction": "John Leonard Hines", "binary_answer": null, "no_answer_prob": -9.987987607717514}
{"example_id": 6389328235012626116, "prediction": "The Blizzard of Ozz", "binary_answer": null, "no_answer_prob": 3.290178596973419}
{"example_id": 5364587389793176306, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5907843112945557}
{"example_id": -8102463079154339600, "prediction": "", "binary_answer": null, "no_answer_prob": 1.496753752231598}
{"example_id": -1390122170518198225, "prediction": "During the final stage of World War II , the United States detonated two nuclear weapons", "binary_answer": null, "no_answer_prob": 1.0043171644210815}
{"example_id": 7836947322814553361, "prediction": "On February 12 , 2012 , American casualties reached 2,000", "binary_answer": null, "no_answer_prob": 1.3119393587112427}
{"example_id": -7124000243249139002, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8124876022338867}
{"example_id": -5841550508559779777, "prediction": "Sir Timothy John Berners - Lee", "binary_answer": null, "no_answer_prob": -6.034992814064026}
{"example_id": -1566299948338411564, "prediction": "", "binary_answer": null, "no_answer_prob": -4.642135143280029}
{"example_id": 2309403549323050559, "prediction": "", "binary_answer": null, "no_answer_prob": -3.429332971572876}
{"example_id": 6028743619699232140, "prediction": "Rita Hayworth and Shawshank Redemption", "binary_answer": null, "no_answer_prob": -1.433205485343933}
{"example_id": -7106052647010658217, "prediction": "James William Fulbright", "binary_answer": null, "no_answer_prob": -7.599310487508774}
{"example_id": 7385887031724583166, "prediction": "The West Bank", "binary_answer": null, "no_answer_prob": 0.33831068873405457}
{"example_id": 4003424717887687406, "prediction": "Keith Christopher 2017 -- present bass none to date", "binary_answer": null, "no_answer_prob": -2.1123039722442627}
{"example_id": -8621141197968136630, "prediction": "Scott Daniel Servais", "binary_answer": null, "no_answer_prob": -3.2372584342956543}
{"example_id": -5155731306818028416, "prediction": "Heathcliff Andrew Ledger", "binary_answer": null, "no_answer_prob": 2.005099654197693}
{"example_id": -1611758160852589997, "prediction": "256 ( illustrated Edition ) ISBN 0 - 7475 - 3269 - 9 Followed by Harry Potter and the Chamber of Secrets", "binary_answer": null, "no_answer_prob": 2.3278065025806427}
{"example_id": -2974843776827360097, "prediction": "", "binary_answer": null, "no_answer_prob": 4.9444927126169205}
{"example_id": -7959828882386239266, "prediction": "wanted to organize a Greek letter fraternity that would exemplify the ideals of Brotherhood , Scholarship and Service", "binary_answer": null, "no_answer_prob": -2.1449778079986572}
{"example_id": 7507414460413629773, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5233353972434998}
{"example_id": 1815743836097284535, "prediction": "", "binary_answer": null, "no_answer_prob": 2.290991425514221}
{"example_id": 7348005180629503206, "prediction": "Christina Moore", "binary_answer": null, "no_answer_prob": 0.27293431758880615}
{"example_id": 7893711149865638098, "prediction": "The practice and profession of social work has a relatively modern and scientific origin", "binary_answer": null, "no_answer_prob": 0.9833322763442993}
{"example_id": 6502513170495123183, "prediction": "", "binary_answer": null, "no_answer_prob": 2.499752461910248}
{"example_id": 8591121950961053247, "prediction": "World population milestones were unnoticed until the 20th century , since there were no reliable data on global population dynamics .", "binary_answer": null, "no_answer_prob": 0.9395449236035347}
{"example_id": -5647765380505036210, "prediction": "the plague , specifically the Great Plague of London , or the Black Death , but folklorists reject this idea .", "binary_answer": null, "no_answer_prob": -0.6965155601501465}
{"example_id": -7848694680385956535, "prediction": "", "binary_answer": null, "no_answer_prob": 3.523050546646118}
{"example_id": 440082157041168657, "prediction": "New York", "binary_answer": null, "no_answer_prob": 1.9171396493911743}
{"example_id": -9060913647015862599, "prediction": "Donna Summer", "binary_answer": null, "no_answer_prob": -3.4732199907302856}
{"example_id": -8274455905955852693, "prediction": "", "binary_answer": null, "no_answer_prob": -1.767435908317566}
{"example_id": -8252475800249491534, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0018842220306396}
{"example_id": -7326979775798540156, "prediction": "`` Shout '' is a song by British band Tears for Fears", "binary_answer": null, "no_answer_prob": -0.24839723110198975}
{"example_id": 1601163158262964724, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Air conditioning", "binary_answer": null, "no_answer_prob": 1.252089187502861}
{"example_id": 7694079794962805609, "prediction": "April 11 , 1899", "binary_answer": null, "no_answer_prob": -1.6367301940917969}
{"example_id": -3040670937313499993, "prediction": "`` You Shook Me All Night Long ''", "binary_answer": null, "no_answer_prob": 1.2861153483390808}
{"example_id": 7332569254170441425, "prediction": "the Communist Party of China ( CPC )", "binary_answer": null, "no_answer_prob": -3.4205689430236816}
{"example_id": 3933460665175771322, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.588810950517654}
{"example_id": 1980292495431083212, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4188209176063538}
{"example_id": -3124683273743754813, "prediction": "Michelle Georgina Haig", "binary_answer": null, "no_answer_prob": -5.010025143623352}
{"example_id": 4052565136472279149, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4508801698684692}
{"example_id": 2704379965143304673, "prediction": "Stranger Things is an American science fiction - horror web television series", "binary_answer": null, "no_answer_prob": 1.4210949428379536}
{"example_id": 3124593057061980254, "prediction": "Homer", "binary_answer": null, "no_answer_prob": -6.1890309154987335}
{"example_id": -8606226800439462905, "prediction": "A Star Is Born", "binary_answer": null, "no_answer_prob": 1.8609867095947266}
{"example_id": -2736749878746564523, "prediction": "Burgess Meredith", "binary_answer": null, "no_answer_prob": -4.254712104797363}
{"example_id": 875250213330223011, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Acid rain", "binary_answer": null, "no_answer_prob": 1.8725437670946121}
{"example_id": -3633277444288802718, "prediction": "", "binary_answer": null, "no_answer_prob": -1.2911612964235246}
{"example_id": -4041794130324379867, "prediction": "Orlando , Florida City City of Orlando", "binary_answer": null, "no_answer_prob": 1.861983060836792}
{"example_id": 2736819795148456053, "prediction": "emphasizes or shows grief and sorrow", "binary_answer": null, "no_answer_prob": -4.479733228683472}
{"example_id": 6680118026967498095, "prediction": "", "binary_answer": null, "no_answer_prob": 2.071812830865383}
{"example_id": -6859096974124163943, "prediction": "In philosophy , economics , and political science , the common good", "binary_answer": null, "no_answer_prob": -0.8628785610198975}
{"example_id": 7923785072914031564, "prediction": "Records management , also known as records and information management , is an organizational function devoted to the management of information in an organization throughout its life cycle", "binary_answer": null, "no_answer_prob": -0.5368716716766357}
{"example_id": 129625858882162411, "prediction": "Mera Khatha , Bhagya Vidhatha ( meaning `` My account brings me good fortune '' )", "binary_answer": null, "no_answer_prob": -2.3250648975372314}
{"example_id": 1993940019564249865, "prediction": "Khamani Griffin", "binary_answer": null, "no_answer_prob": -7.534803509712219}
{"example_id": 6265074932803252556, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3207781910896301}
{"example_id": 969324601901312657, "prediction": "Robert De Niro", "binary_answer": null, "no_answer_prob": -1.1462675333023071}
{"example_id": -8560599543381614083, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6426807343959808}
{"example_id": -3621728291573034024, "prediction": "The Father of the Nation", "binary_answer": null, "no_answer_prob": -0.752500057220459}
{"example_id": 3468127131561886641, "prediction": "", "binary_answer": null, "no_answer_prob": 3.489843428134918}
{"example_id": 6439650343327922707, "prediction": "precipitating the July Crisis of 1914 , which eventually led to Austria - Hungary 's invasion of the Kingdom of Serbia", "binary_answer": null, "no_answer_prob": 2.9756717681884766}
{"example_id": -1401776763495752375, "prediction": "The final battles of the European Theatre of World War II as well as the German surrender to the Allies took place in late April and early May 1945", "binary_answer": null, "no_answer_prob": -2.2635467052459717}
{"example_id": -635933088487910257, "prediction": "Miami Hurricanes", "binary_answer": null, "no_answer_prob": -1.0349498391151428}
{"example_id": 5120536696217309636, "prediction": "", "binary_answer": null, "no_answer_prob": 5.121294021606445}
{"example_id": -2274560994345216726, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Renaissance", "binary_answer": null, "no_answer_prob": 3.6522984206676483}
{"example_id": 2574606619121639914, "prediction": "Avatar", "binary_answer": null, "no_answer_prob": -2.1812350749969482}
{"example_id": 4637118756165089974, "prediction": "", "binary_answer": null, "no_answer_prob": 0.95143723487854}
{"example_id": 5373033641799663553, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5238531529903412}
{"example_id": 8097548797496553229, "prediction": "", "binary_answer": null, "no_answer_prob": 2.724320709705353}
{"example_id": -1987609863876877824, "prediction": "Dawn of War III , was announced in May 2016 and released in April 2017 .", "binary_answer": null, "no_answer_prob": -0.417799711227417}
{"example_id": -7579834135468854040, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8959105610847473}
{"example_id": 4233618210123934175, "prediction": "Arsenal", "binary_answer": null, "no_answer_prob": -3.1608781814575195}
{"example_id": 6468800789022913450, "prediction": "3,517", "binary_answer": null, "no_answer_prob": -2.787700653076172}
{"example_id": -5252914858290261841, "prediction": "nephron", "binary_answer": null, "no_answer_prob": -1.3705170154571533}
{"example_id": -3557371757207008350, "prediction": "Emperor Theodosius I", "binary_answer": null, "no_answer_prob": -3.473974108695984}
{"example_id": 2635519577882070302, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5361696481704712}
{"example_id": 8235640559907926294, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6774812936782837}
{"example_id": -5511849530252416277, "prediction": "four United States presidents", "binary_answer": null, "no_answer_prob": -3.1579275131225586}
{"example_id": -3697248169701347608, "prediction": "`` The Distance ''", "binary_answer": null, "no_answer_prob": -0.9951177835464478}
{"example_id": -2934529409419979581, "prediction": "", "binary_answer": null, "no_answer_prob": 4.833903074264526}
{"example_id": -7088091507667146436, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1860419511795044}
{"example_id": -7049257937429022704, "prediction": "", "binary_answer": null, "no_answer_prob": 4.908476293087006}
{"example_id": 3491713538125151545, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9907587766647339}
{"example_id": -7440330618121799786, "prediction": "Facebook Watch", "binary_answer": null, "no_answer_prob": 0.2585412263870239}
{"example_id": -5142095797060740224, "prediction": "", "binary_answer": null, "no_answer_prob": 1.830029547214508}
{"example_id": -3886698782859636076, "prediction": "", "binary_answer": null, "no_answer_prob": -4.463072717189789}
{"example_id": -1026258181208403559, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2869235277175903}
{"example_id": -7239921188053478254, "prediction": "", "binary_answer": null, "no_answer_prob": 5.429077714681625}
{"example_id": -9151260542206712984, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5900660157203674}
{"example_id": -2956641537065714260, "prediction": "Hawaii", "binary_answer": null, "no_answer_prob": -2.589249610900879}
{"example_id": -8340633478893030582, "prediction": "The Book of Mormon", "binary_answer": null, "no_answer_prob": 0.5497465133666992}
{"example_id": 3118284888186877483, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5399160757660866}
{"example_id": -838847267535538169, "prediction": "", "binary_answer": null, "no_answer_prob": 4.308974981307983}
{"example_id": 6670179231280945971, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.18520975112915}
{"example_id": -5988814359670963759, "prediction": "Narendra Modi", "binary_answer": null, "no_answer_prob": -2.8601819276809692}
{"example_id": -1648983066517475707, "prediction": "Jeff Bezos", "binary_answer": null, "no_answer_prob": 0.15703606605529785}
{"example_id": 6483612747906694055, "prediction": "World War II", "binary_answer": null, "no_answer_prob": -3.176647424697876}
{"example_id": -1544269872683322277, "prediction": "", "binary_answer": null, "no_answer_prob": 5.267776131629944}
{"example_id": -3818674246382071844, "prediction": "Susan Sarandon", "binary_answer": null, "no_answer_prob": 0.05610311031341553}
{"example_id": 3293361160542465834, "prediction": "Electronic wattmeters are used for direct , small power measurements or for power measurements at frequencies beyond the range", "binary_answer": null, "no_answer_prob": 3.3680499792099}
{"example_id": -6360254598048825498, "prediction": "Emilia Isabelle Euphemia Rose Clarke", "binary_answer": null, "no_answer_prob": 2.629364311695099}
{"example_id": -8540095518249836591, "prediction": "Austria and Bavaria", "binary_answer": null, "no_answer_prob": -1.2270724773406982}
{"example_id": -1251512664651917442, "prediction": "The Territory of Utah", "binary_answer": null, "no_answer_prob": 1.3651146590709686}
{"example_id": 6583977141652157584, "prediction": "The Fate of the Furious", "binary_answer": null, "no_answer_prob": -3.111267566680908}
{"example_id": -4991729668082314408, "prediction": "Darci Lynne Farmer", "binary_answer": null, "no_answer_prob": -6.12305212020874}
{"example_id": 6166970216887978359, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Game of Thrones", "binary_answer": null, "no_answer_prob": 2.961239144206047}
{"example_id": -1919205990811042439, "prediction": "", "binary_answer": null, "no_answer_prob": 4.302242249250412}
{"example_id": -4953469294180457196, "prediction": "", "binary_answer": null, "no_answer_prob": -3.817861557006836}
{"example_id": 5884960433748517725, "prediction": "", "binary_answer": null, "no_answer_prob": 2.320217251777649}
{"example_id": 7967011061476064647, "prediction": "Olaf the Snowman", "binary_answer": null, "no_answer_prob": -1.459218144416809}
{"example_id": -6677917484477361339, "prediction": "", "binary_answer": null, "no_answer_prob": 3.204635977745056}
{"example_id": -6564642998097764739, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2636810541152954}
{"example_id": 6180398525367934983, "prediction": "La Paz", "binary_answer": null, "no_answer_prob": -0.599001407623291}
{"example_id": -5299283512151753462, "prediction": "`` We Are the Champions '' is a song by the British rock band Queen", "binary_answer": null, "no_answer_prob": 1.4490531086921692}
{"example_id": 1397736708476601930, "prediction": "Tom Hardy", "binary_answer": null, "no_answer_prob": -4.141122102737427}
{"example_id": 6988669040076397079, "prediction": "", "binary_answer": null, "no_answer_prob": 2.292862981557846}
{"example_id": -1910183026424508500, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4802493453025818}
{"example_id": 571452456968526218, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0661245584487915}
{"example_id": 6309957243908833363, "prediction": "Dennis Dexter Haysbert", "binary_answer": null, "no_answer_prob": -2.978454828262329}
{"example_id": 5009708573885932569, "prediction": "`` Behind Closed Doors ''", "binary_answer": null, "no_answer_prob": 1.8091357350349426}
{"example_id": -8819224356617100445, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8732969760894775}
{"example_id": 7533653815351529887, "prediction": "Foraging", "binary_answer": null, "no_answer_prob": 0.9080194234848022}
{"example_id": -135128155728505224, "prediction": "about 22 %", "binary_answer": null, "no_answer_prob": -2.1555358171463013}
{"example_id": 8816865823185385611, "prediction": "Ted Williams", "binary_answer": null, "no_answer_prob": 0.9477767944335938}
{"example_id": 5979139532584581040, "prediction": "", "binary_answer": null, "no_answer_prob": 3.035778522491455}
{"example_id": 1188933164366594836, "prediction": "National Ice Cream Month is celebrated each year in July and National Ice Cream Day is celebrated on the third Sunday in July , in the United States .", "binary_answer": null, "no_answer_prob": 3.351511739194393}
{"example_id": 5016535486339220484, "prediction": "Christie Clark", "binary_answer": null, "no_answer_prob": -6.558662414550781}
{"example_id": 5233806311869193810, "prediction": "The current national anthem of South Africa", "binary_answer": null, "no_answer_prob": -0.6170461177825928}
{"example_id": 2649993102603297566, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9976599216461182}
{"example_id": -4365884347801158757, "prediction": "", "binary_answer": null, "no_answer_prob": -1.169246681034565}
{"example_id": -7776188577184430999, "prediction": "John Michael Montgomery", "binary_answer": null, "no_answer_prob": 0.5922132730484009}
{"example_id": -777256859387445496, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8768439292907715}
{"example_id": 3899419894917181346, "prediction": "Iron Man", "binary_answer": null, "no_answer_prob": -4.574389576911926}
{"example_id": -6047775712481463623, "prediction": "`` Because I could not stop for Death '' is a lyrical poem", "binary_answer": null, "no_answer_prob": 0.8630878329277039}
{"example_id": -833972524555734008, "prediction": "", "binary_answer": null, "no_answer_prob": 2.559545934200287}
{"example_id": -4190557439081986561, "prediction": "", "binary_answer": null, "no_answer_prob": 3.485210359096527}
{"example_id": 2685156424078286205, "prediction": "Sleeping Beauty", "binary_answer": null, "no_answer_prob": 0.1582733392715454}
{"example_id": 2505669380072509914, "prediction": "Darth Vader , also known by his birth name Anakin Skywalker", "binary_answer": null, "no_answer_prob": -0.66460120677948}
{"example_id": -1371894834665056317, "prediction": "", "binary_answer": null, "no_answer_prob": 2.944334387779236}
{"example_id": -770675241524019848, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9638906717300415}
{"example_id": 8126402066855984746, "prediction": "In 2016 , Brown played Eleven", "binary_answer": null, "no_answer_prob": -2.165679931640625}
{"example_id": 707725165844204150, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3354951441287994}
{"example_id": 8089484675682127018, "prediction": "The Lightning Thief", "binary_answer": null, "no_answer_prob": 0.24649155139923096}
{"example_id": -7759303418807088024, "prediction": "His first paper in 1915 demonstrated genetic linkage in mammals while subsequent works helped to create population genetics", "binary_answer": null, "no_answer_prob": 1.2241039276123047}
{"example_id": -1842130022579978141, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2923948168754578}
{"example_id": 2891715125010804902, "prediction": "Mikhail Gorbachev", "binary_answer": null, "no_answer_prob": -3.0107979774475098}
{"example_id": -8687881602932755298, "prediction": "", "binary_answer": null, "no_answer_prob": 2.546804666519165}
{"example_id": -8739660807721942381, "prediction": "Ryder", "binary_answer": null, "no_answer_prob": -4.28982937335968}
{"example_id": -5256315734541516902, "prediction": "`` We Did n't Start the Fire ''", "binary_answer": null, "no_answer_prob": 3.263279341161251}
{"example_id": 5992298794206920466, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": 0.6557266712188721}
{"example_id": -781465424186723399, "prediction": "Tobacco use is a risk factor for many diseases , especially those affecting the heart , liver , and lungs , as well as many cancers", "binary_answer": null, "no_answer_prob": 3.5327475517988205}
{"example_id": -1160630522379270583, "prediction": "", "binary_answer": null, "no_answer_prob": 5.636299505829811}
{"example_id": 1638356652310050252, "prediction": "roughly 3.4 million years and ended between 8700 BCE and 2000 BCE with the advent of metalworking .", "binary_answer": null, "no_answer_prob": -0.07244446873664856}
{"example_id": -3363122463234350631, "prediction": "Article IV , Section 1 of the United States Constitution , known as the `` Full Faith and Credit Clause", "binary_answer": null, "no_answer_prob": 0.3032728433609009}
{"example_id": 703961112928105599, "prediction": "Saddle the Wind", "binary_answer": null, "no_answer_prob": 0.9116088151931763}
{"example_id": -4252930450591462993, "prediction": "The surname Collins has a variety of likely origins in Britain and Ireland :", "binary_answer": null, "no_answer_prob": -1.2731177806854248}
{"example_id": 4136481727149638153, "prediction": "Poverty is a state of deprivation , lacking the usual or socially acceptable amount of money or material possessions", "binary_answer": null, "no_answer_prob": -2.5831542015075684}
{"example_id": 1284465190859962896, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0698355436325073}
{"example_id": -9203677982791082861, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3233912587165833}
{"example_id": 1598182253391045055, "prediction": "National Institute on Drug Abuse Agency overview Headquarters 6001 Executive Blvd , N. Bethesda , Maryland", "binary_answer": null, "no_answer_prob": 2.2325129210948944}
{"example_id": -5001151769659069525, "prediction": "Pythia", "binary_answer": null, "no_answer_prob": 3.572333373129368}
{"example_id": 7207691858859771099, "prediction": "Jennifer Shrader Lawrence", "binary_answer": null, "no_answer_prob": 2.2993128895759583}
{"example_id": -5307301642256135368, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4511876106262207}
{"example_id": -5579147983426435143, "prediction": "`` Pumped Up Kicks '' is a song by American indie pop band Foster the People", "binary_answer": null, "no_answer_prob": 1.9043589755892754}
{"example_id": 8171543720735333501, "prediction": "Film U.S. release date Director Screenwriter ( s ) Story by Producer ( s ) The Bourne Identity June 14 , 2002", "binary_answer": null, "no_answer_prob": 0.9742484092712402}
{"example_id": 5703223611732539738, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2259337306022644}
{"example_id": -3054582910153166594, "prediction": "The Universal Declaration of Human Rights", "binary_answer": null, "no_answer_prob": 1.2603458166122437}
{"example_id": -519548386497203952, "prediction": "Christine Elise", "binary_answer": null, "no_answer_prob": -0.83306884765625}
{"example_id": 4357880432218212266, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A district", "binary_answer": null, "no_answer_prob": 2.835421621799469}
{"example_id": -6442740759737288915, "prediction": "`` Whole Again ''", "binary_answer": null, "no_answer_prob": 1.6014590710401535}
{"example_id": -4941663564532394007, "prediction": "The Middle East", "binary_answer": null, "no_answer_prob": 3.4368684738874435}
{"example_id": 7305314114844262069, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5955982208251953}
{"example_id": 4751475814131578832, "prediction": "", "binary_answer": null, "no_answer_prob": 2.921427011489868}
{"example_id": -9052942875459109675, "prediction": "`` Lucy in the Sky with Diamonds '' is a song credited to Lennon -- McCartney", "binary_answer": null, "no_answer_prob": 2.3059252500534058}
{"example_id": 4674488433794219362, "prediction": "", "binary_answer": null, "no_answer_prob": 2.20521742105484}
{"example_id": -554489762923557409, "prediction": "The Lovin ' Spoonful", "binary_answer": null, "no_answer_prob": 1.001121662557125}
{"example_id": 5291592625105136479, "prediction": "The Infinity Gauntlet", "binary_answer": null, "no_answer_prob": -0.9028215408325195}
{"example_id": 2843040773330412846, "prediction": "", "binary_answer": null, "no_answer_prob": 2.982578158378601}
{"example_id": 6150530493253492228, "prediction": "The Cenacle", "binary_answer": null, "no_answer_prob": -3.174283802509308}
{"example_id": 6742038012456503067, "prediction": "A day", "binary_answer": null, "no_answer_prob": 0.27309754490852356}
{"example_id": 4691853621055497334, "prediction": "`` Twilight Zone", "binary_answer": null, "no_answer_prob": -0.31843769550323486}
{"example_id": 3183088909321144045, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2875195145606995}
{"example_id": -1989272956094685060, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 3.045128583908081}
{"example_id": -8401521075006897458, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0027153491973877}
{"example_id": -4322474009639717351, "prediction": "East Jerusalem", "binary_answer": null, "no_answer_prob": 2.8578624576330185}
{"example_id": 6928430725516152376, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7260268926620483}
{"example_id": 8186199482470206194, "prediction": "The gate control theory of pain asserts that non-painful input closes the `` gates '' to painful input", "binary_answer": null, "no_answer_prob": 1.9142055734992027}
{"example_id": -916811878574353022, "prediction": "", "binary_answer": null, "no_answer_prob": 2.551332175731659}
{"example_id": 6674623607858041037, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6861011236906052}
{"example_id": -6603844747009996534, "prediction": "Thomas Edward Patrick Brady Jr.", "binary_answer": null, "no_answer_prob": -4.908705934882164}
{"example_id": 4318423661438785822, "prediction": "Blackjack", "binary_answer": null, "no_answer_prob": 0.638105034828186}
{"example_id": 106036061947254573, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3991257771849632}
{"example_id": 9001633841045515701, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3530619144439697}
{"example_id": 5836165316647001433, "prediction": "flame", "binary_answer": null, "no_answer_prob": -3.9400323629379272}
{"example_id": 6991608963096849020, "prediction": "", "binary_answer": null, "no_answer_prob": 3.143705725669861}
{"example_id": -5634304154843921463, "prediction": "The term tandoor / t\u0251\u02d0n\u02c8d\u028a\u0259r", "binary_answer": null, "no_answer_prob": -3.456394374370575}
{"example_id": -2990233242098694315, "prediction": "", "binary_answer": null, "no_answer_prob": 4.46556282043457}
{"example_id": -6782582390004368301, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": -2.6225699186325073}
{"example_id": -2556006192323146727, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -3.0886354446411133}
{"example_id": 2180901090546496637, "prediction": "Games Host city 1964 Summer Olympics Tokyo 1972 Winter Olympics", "binary_answer": null, "no_answer_prob": 2.3058746457099915}
{"example_id": -6348649568625217757, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.898856222629547}
{"example_id": -1149954912194861961, "prediction": "New Amsterdam", "binary_answer": null, "no_answer_prob": 1.0926502048969269}
{"example_id": 9162356114836042337, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1101035475730896}
{"example_id": 7771534882868373974, "prediction": "Lisa Hartman on the soap opera Knots Landing . Bolton 's own rendition became a worldwide hit in early 1990 .", "binary_answer": null, "no_answer_prob": 2.3947452306747437}
{"example_id": -7082868981730295400, "prediction": "Aurangabad district of Maharashtra state", "binary_answer": null, "no_answer_prob": 0.8657448291778564}
{"example_id": 5362159757602356118, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2420782148838043}
{"example_id": -3066099181180401120, "prediction": "The Fourth Amendment", "binary_answer": null, "no_answer_prob": -1.2581998109817505}
{"example_id": -5756167124945814197, "prediction": "Scranton branch of the paper distribution company , Dunder Mifflin", "binary_answer": null, "no_answer_prob": -2.4997823238372803}
{"example_id": -661740444263411176, "prediction": "The Getaway World Tour is an ongoing concert tour by American rock band Red Hot Chili Peppers", "binary_answer": null, "no_answer_prob": -2.145950198173523}
{"example_id": 8734620239774398058, "prediction": "DELL TAH DELL TAH Edison", "binary_answer": null, "no_answer_prob": 2.931241512298584}
{"example_id": 6555857198606705835, "prediction": "`` Sitting on Top of the World ''", "binary_answer": null, "no_answer_prob": 2.7635645866394043}
{"example_id": -5123917427978005465, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4736546874046326}
{"example_id": 2879244136225280768, "prediction": "makes numerous Biblical references , especially to the Book of Revelation .", "binary_answer": null, "no_answer_prob": 1.5779601335525513}
{"example_id": -6346057753948102894, "prediction": "The Ford Model A", "binary_answer": null, "no_answer_prob": -1.8922336101531982}
{"example_id": 9075314649720453722, "prediction": "St Jerome", "binary_answer": null, "no_answer_prob": -9.364306330680847}
{"example_id": -1855945109597994146, "prediction": "The mitochondrion", "binary_answer": null, "no_answer_prob": -0.6013532876968384}
{"example_id": -2299841510974346421, "prediction": "31 August 2018", "binary_answer": null, "no_answer_prob": -6.154964447021484}
{"example_id": 6331830197222636939, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3885557800531387}
{"example_id": -8574388610994674934, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0837814807891846}
{"example_id": -9222251878653584545, "prediction": "Sterling Price Holloway Jr .", "binary_answer": null, "no_answer_prob": -1.1820181608200073}
{"example_id": -779321564082415244, "prediction": "Julie Payette", "binary_answer": null, "no_answer_prob": -7.978879451751709}
{"example_id": -6649631806848384255, "prediction": "Shruthi", "binary_answer": null, "no_answer_prob": -2.2867281436920166}
{"example_id": 5781260995832607765, "prediction": "Jason Beghe", "binary_answer": null, "no_answer_prob": 0.6375035047531128}
{"example_id": -4683602930714077536, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.814939081668854}
{"example_id": -671343286763224953, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8935146406292915}
{"example_id": 8239196429346800702, "prediction": "Anthony Keith Gwynn", "binary_answer": null, "no_answer_prob": 0.4542189836502075}
{"example_id": 3429146202338791083, "prediction": "", "binary_answer": null, "no_answer_prob": 3.753043472766876}
{"example_id": -5424494704776884162, "prediction": "State Record high temperature Date Place ( s ) Record low temperature Date Place ( s ) Alabama 112 \u00b0 F / 44 \u00b0 C", "binary_answer": null, "no_answer_prob": -1.2681955099105835}
{"example_id": -5508249633467587170, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9086838364601135}
{"example_id": -5583864421000089995, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3762187957763672}
{"example_id": 658405025144933702, "prediction": "", "binary_answer": null, "no_answer_prob": 6.135980285704136}
{"example_id": 866838690642063785, "prediction": "January 26 , 2018", "binary_answer": null, "no_answer_prob": -5.164351940155029}
{"example_id": 4630954451659651875, "prediction": "Urie Bronfenbrenner", "binary_answer": null, "no_answer_prob": 1.9860543012619019}
{"example_id": 551804194459369840, "prediction": "`` I 'll Be Home on Christmas Day ''", "binary_answer": null, "no_answer_prob": 0.5649968385696411}
{"example_id": -5358618030082381666, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7178062200546265}
{"example_id": -7109762979908246815, "prediction": "Brett Lorenzo Favre", "binary_answer": null, "no_answer_prob": -0.7982142344117165}
{"example_id": -3287549457561772281, "prediction": "I Yam What I Yam is a Popeye theatrical cartoon short", "binary_answer": null, "no_answer_prob": 1.991805762052536}
{"example_id": -8639434844656263684, "prediction": "The Welsh Government ( Welsh : Llywodraeth Cymru ) is the devolved government for Wales .", "binary_answer": null, "no_answer_prob": 1.309309959411621}
{"example_id": 9073411295200473999, "prediction": "Ed Sheeran and American rapper Future", "binary_answer": null, "no_answer_prob": -7.4552448987960815}
{"example_id": 1980729432350266831, "prediction": "`` Wake Me Up Before You Go - Go '' is a song by the British duo Wham !", "binary_answer": null, "no_answer_prob": 1.3278987407684326}
{"example_id": -4929405132784040357, "prediction": "", "binary_answer": null, "no_answer_prob": 2.126337945461273}
{"example_id": -7366388301296788991, "prediction": "Several productions of Peter Pan were staged early in the 20th century , starting in London in 1904", "binary_answer": null, "no_answer_prob": -0.6109721660614014}
{"example_id": -1474788270210312884, "prediction": "`` Lights '' is a song recorded by American rock band Journey", "binary_answer": null, "no_answer_prob": 3.7815119922161102}
{"example_id": -4062270052416902826, "prediction": "the Mormon Tabernacle Choir", "binary_answer": null, "no_answer_prob": -1.4708834886550903}
{"example_id": 8516254657567556671, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6766860485076904}
{"example_id": -4340511208164380792, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6860601603984833}
{"example_id": 4269706947288164231, "prediction": "", "binary_answer": null, "no_answer_prob": 2.10257551074028}
{"example_id": -521273537856516003, "prediction": "", "binary_answer": null, "no_answer_prob": 4.389813929796219}
{"example_id": 6443811886861661324, "prediction": "Yolanda Adams", "binary_answer": null, "no_answer_prob": 3.975572019815445}
{"example_id": -6171249360728415863, "prediction": "The climate of Massachusetts is mainly a humid continental climate , with warm summers and cold , snowy winters", "binary_answer": null, "no_answer_prob": -0.5525921732187271}
{"example_id": 3150849496990908557, "prediction": "Hurricane Isaac", "binary_answer": null, "no_answer_prob": 3.5999661087989807}
{"example_id": 388463458252091846, "prediction": "According to writer Jack S. McDowell", "binary_answer": null, "no_answer_prob": 1.6953250244259834}
{"example_id": 904175359996867926, "prediction": "", "binary_answer": null, "no_answer_prob": -3.116949439048767}
{"example_id": 6669713412571790299, "prediction": "In probability theory , the birthday problem or birthday paradox", "binary_answer": null, "no_answer_prob": 1.8887702226638794}
{"example_id": -5479278465106136797, "prediction": "Millie Bobby Brown", "binary_answer": null, "no_answer_prob": 0.5475150346755981}
{"example_id": -7720039272533875390, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9076572135090828}
{"example_id": -5981644299603416480, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -5.097169518470764}
{"example_id": 7811332518072983220, "prediction": "Svara", "binary_answer": null, "no_answer_prob": -0.1315385401248932}
{"example_id": -7018702713268385590, "prediction": "", "binary_answer": null, "no_answer_prob": 3.349131464958191}
{"example_id": -1697022355863471310, "prediction": "", "binary_answer": null, "no_answer_prob": -0.41040098667144775}
{"example_id": 691026589898085174, "prediction": "", "binary_answer": null, "no_answer_prob": -4.504225134849548}
{"example_id": 4669723042267446941, "prediction": "The Legend of Zelda : Breath of the Wild", "binary_answer": null, "no_answer_prob": 1.4351212978363037}
{"example_id": 563260143484355911, "prediction": "Smiley Lewis", "binary_answer": null, "no_answer_prob": 3.3510819151997566}
{"example_id": 6158156687534962598, "prediction": "Bhimrao Ramji Ambedkar", "binary_answer": null, "no_answer_prob": -7.887105822563171}
{"example_id": 5554220602366110509, "prediction": "The Jungle Book", "binary_answer": null, "no_answer_prob": 1.8211692571640015}
{"example_id": -239947751647618360, "prediction": "August 24 to September 24", "binary_answer": null, "no_answer_prob": 0.22207504510879517}
{"example_id": 5555137497796999820, "prediction": "$191,533 -- 174,000", "binary_answer": null, "no_answer_prob": -1.273249864578247}
{"example_id": -2574040402255032466, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Integrated information theory", "binary_answer": null, "no_answer_prob": 4.601454734802246}
{"example_id": -4438916434242616877, "prediction": "Hagia Sophia", "binary_answer": null, "no_answer_prob": -0.10636162757873535}
{"example_id": -6277239576741418047, "prediction": "", "binary_answer": null, "no_answer_prob": 2.380362391471863}
{"example_id": -2948001631489764809, "prediction": "Joshua Lucas Easy Dent Maurer", "binary_answer": null, "no_answer_prob": -8.903127074241638}
{"example_id": -6310701261648691519, "prediction": "", "binary_answer": null, "no_answer_prob": -2.200126528739929}
{"example_id": -7859422749680569556, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5068196058273315}
{"example_id": 9180781194931531216, "prediction": "Shreyan Bhattacharya and Anjali Gaikwad", "binary_answer": null, "no_answer_prob": 1.1508769989013672}
{"example_id": 6638181243859421210, "prediction": "", "binary_answer": null, "no_answer_prob": 5.715245231986046}
{"example_id": -1139903759343056693, "prediction": "mandibular symphysis", "binary_answer": null, "no_answer_prob": 0.968529224395752}
{"example_id": 6210500730749777163, "prediction": "Rideau Hall , Ottawa ; La Citadelle , Quebec City", "binary_answer": null, "no_answer_prob": -2.930290937423706}
{"example_id": 8205616315788082486, "prediction": "Hugo Montenegro", "binary_answer": null, "no_answer_prob": 0.4607952833175659}
{"example_id": -8164561486411707609, "prediction": "`` Friend Like Me '' is a song from the 1992 Disney film Aladdin", "binary_answer": null, "no_answer_prob": 3.2565742433071136}
{"example_id": 5938536652663330710, "prediction": "January 28 , 1996 , Super Bowl", "binary_answer": null, "no_answer_prob": 0.3696777820587158}
{"example_id": 7564094072949200785, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2636091709136963}
{"example_id": -6879900965226022841, "prediction": "American Pickers", "binary_answer": null, "no_answer_prob": -1.6916416883468628}
{"example_id": 3728096353136074107, "prediction": "herbs and sugar", "binary_answer": null, "no_answer_prob": -1.2389435768127441}
{"example_id": 4514748628903412935, "prediction": "Bobby Edwards", "binary_answer": null, "no_answer_prob": -1.1025736331939697}
{"example_id": 2429412611664494541, "prediction": "", "binary_answer": null, "no_answer_prob": 3.623159170150757}
{"example_id": 3945293899386860281, "prediction": "Interlobular arteries", "binary_answer": null, "no_answer_prob": 2.925423800945282}
{"example_id": 6718355048893603593, "prediction": "`` Baby Do n't Get Hooked on Me '' is a hit song by country and pop singer - songwriter Mac Davis", "binary_answer": null, "no_answer_prob": -1.0068268775939941}
{"example_id": 2498010801923968995, "prediction": "", "binary_answer": null, "no_answer_prob": 3.613801598548889}
{"example_id": 8952807029715554532, "prediction": "The Woman 's Christian Temperance Union ( WCTU )", "binary_answer": null, "no_answer_prob": 1.7640807069838047}
{"example_id": -5459498481888596440, "prediction": "", "binary_answer": null, "no_answer_prob": 3.131338953971863}
{"example_id": -7226821841494280853, "prediction": "", "binary_answer": null, "no_answer_prob": 2.670893579721451}
{"example_id": -2754986070535222799, "prediction": "Hurricane Maria", "binary_answer": null, "no_answer_prob": -0.9707992672920227}
{"example_id": -205389876276943445, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8100955784320831}
{"example_id": -8453612087781662356, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5163035988807678}
{"example_id": -458049314494088060, "prediction": "1962", "binary_answer": null, "no_answer_prob": -3.055309534072876}
{"example_id": -154878309545899321, "prediction": "", "binary_answer": null, "no_answer_prob": 4.799701929092407}
{"example_id": -7568911232192089895, "prediction": "Michael Sean `` Fitz '' Fitzpatrick", "binary_answer": null, "no_answer_prob": 0.8407251238822937}
{"example_id": 5460934984156760527, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9216534495353699}
{"example_id": 4997245011577512670, "prediction": "Metabolism", "binary_answer": null, "no_answer_prob": 1.8122685849666595}
{"example_id": -466093748233359255, "prediction": "Interstate 40", "binary_answer": null, "no_answer_prob": 2.4207406044006348}
{"example_id": 2367276071481810560, "prediction": "", "binary_answer": null, "no_answer_prob": 3.671026885509491}
{"example_id": -2643109128705021344, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6191501021385193}
{"example_id": 6667873178026435925, "prediction": "", "binary_answer": null, "no_answer_prob": 2.304905891418457}
{"example_id": -7535489534430874129, "prediction": "Parthenogenesis", "binary_answer": null, "no_answer_prob": -4.537745952606201}
{"example_id": 439103968035683784, "prediction": "70 69 31.9 . 449 . 250 . 744 10.2 1.4 . 7 14.1", "binary_answer": null, "no_answer_prob": 0.9926831722259521}
{"example_id": 440181687498909553, "prediction": "deoxynucleoside triphosphate + DNA \u21cc diphosphate + DNA", "binary_answer": null, "no_answer_prob": 4.603263005614281}
{"example_id": -2813815229664862409, "prediction": "Sol was the solar deity in ancient Roman religion", "binary_answer": null, "no_answer_prob": 0.013875722885131836}
{"example_id": -904145419293070635, "prediction": "", "binary_answer": null, "no_answer_prob": 5.246868252754211}
{"example_id": 5590651016805994998, "prediction": "Take It Easy", "binary_answer": null, "no_answer_prob": -2.9173214435577393}
{"example_id": 6396413888519891228, "prediction": "A ham hock ( or hough ) or pork knuckle", "binary_answer": null, "no_answer_prob": -1.3806310892105103}
{"example_id": 452123086213508247, "prediction": "The Treaty of Paris", "binary_answer": null, "no_answer_prob": 0.45320674777030945}
{"example_id": -2575291953817347411, "prediction": "", "binary_answer": null, "no_answer_prob": -3.14382541179657}
{"example_id": -1621841714281804727, "prediction": "File Explorer", "binary_answer": null, "no_answer_prob": 4.27809876203537}
{"example_id": -1511186385836770697, "prediction": "Year Date Winner Result Loser", "binary_answer": null, "no_answer_prob": 1.9740490913391113}
{"example_id": -7353420056953358601, "prediction": "Qatar Airways", "binary_answer": null, "no_answer_prob": 1.2834821343421936}
{"example_id": -2250914134002473152, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.794593930244446}
{"example_id": -930838579732584464, "prediction": "The Kingston Trio", "binary_answer": null, "no_answer_prob": 3.509234845638275}
{"example_id": 3056066810524436761, "prediction": "", "binary_answer": null, "no_answer_prob": 5.415388226509094}
{"example_id": 9143002260757869752, "prediction": "2015", "binary_answer": null, "no_answer_prob": -0.22928881645202637}
{"example_id": 8263016631353654947, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9351857900619507}
{"example_id": -7443974290564914273, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4939719438552856}
{"example_id": 2354255579499989483, "prediction": "Dutch", "binary_answer": null, "no_answer_prob": -3.0791521072387695}
{"example_id": 242334030993171926, "prediction": "A level UCAS points table ( New Tariff ) Grade UCAS Points A * 56 48 40 32 24 16", "binary_answer": null, "no_answer_prob": 1.2740694880485535}
{"example_id": -8809556923595244283, "prediction": "January 29 , 2014", "binary_answer": null, "no_answer_prob": 3.3633978366851807}
{"example_id": -2483846273134722603, "prediction": "", "binary_answer": null, "no_answer_prob": 3.016611337661743}
{"example_id": 8229594044882496736, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4305033683776855}
{"example_id": 5871801683009439899, "prediction": "When alone with Simon , Poirot", "binary_answer": null, "no_answer_prob": 1.0220445394515991}
{"example_id": -6272967159727112937, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1194172464311123}
{"example_id": 4982772748987411904, "prediction": "", "binary_answer": null, "no_answer_prob": 5.387721046805382}
{"example_id": -3960469152801907619, "prediction": "World War I", "binary_answer": null, "no_answer_prob": -2.2356537580490112}
{"example_id": -4454959559955316653, "prediction": "`` I Can See Clearly Now '' is a song written , composed , and originally recorded by Johnny Nash", "binary_answer": null, "no_answer_prob": 1.5329803824424744}
{"example_id": -8234698591634883999, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] In music , metre", "binary_answer": null, "no_answer_prob": 1.000539094209671}
{"example_id": 6317720895883623740, "prediction": "`` File 13 '' is a euphemism for the trash can", "binary_answer": null, "no_answer_prob": -2.151072382926941}
{"example_id": 6080770184727760992, "prediction": "July 17 , 2018", "binary_answer": null, "no_answer_prob": -0.6526992321014404}
{"example_id": -4343331977146551678, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": 0.14747333526611328}
{"example_id": -1005672146492412109, "prediction": "", "binary_answer": null, "no_answer_prob": -1.493963599205017}
{"example_id": 2010287291290882376, "prediction": "", "binary_answer": null, "no_answer_prob": -1.668702244758606}
{"example_id": 552681895418621106, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2208747565746307}
{"example_id": 3149470878572333375, "prediction": "Carolyn W. Colvin", "binary_answer": null, "no_answer_prob": -3.699073076248169}
{"example_id": 3132167100151831390, "prediction": "Since its broadcast , the special has received generally positive reviews from critics .", "binary_answer": null, "no_answer_prob": -0.5739107131958008}
{"example_id": 5802035219775305368, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6178667545318604}
{"example_id": 8609077190158682306, "prediction": "`` This Guy 's in Love with You '' Single by Herb Alpert", "binary_answer": null, "no_answer_prob": 2.6783588230609894}
{"example_id": -6993928784378434693, "prediction": "15 September 23 , 2016 ( 2016 - 09 - 23 ) March 24 , 2017 ( 2017 - 03 - 24 )", "binary_answer": null, "no_answer_prob": 3.612167000770569}
{"example_id": 4438677097662042191, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7598090767860413}
{"example_id": 1146937809197488740, "prediction": "Patrick Dempsey", "binary_answer": null, "no_answer_prob": -8.05803382396698}
{"example_id": -2626087465093166999, "prediction": "The song , `` I Will Always Love You '' was originally written and recorded in 1973 by American singer - songwriter , Dolly Parton", "binary_answer": null, "no_answer_prob": 2.699981704354286}
{"example_id": 2665787135086010481, "prediction": "`` O-o-h Child '' is a 1970 single recorded by Chicago soul family group the Five Stairsteps", "binary_answer": null, "no_answer_prob": 2.137512296438217}
{"example_id": -5081749713572306515, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2421311736106873}
{"example_id": -5079274972920444208, "prediction": "In combat sports such as boxing , kickboxing and mixed martial arts , a fighter 's chin", "binary_answer": null, "no_answer_prob": 1.5245620012283325}
{"example_id": 2472768089799943540, "prediction": "Mycenaean Greece", "binary_answer": null, "no_answer_prob": -2.295402407646179}
{"example_id": 6978528732770161885, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2012189626693726}
{"example_id": -7905239187537975028, "prediction": "Hokkaido Honshu , the largest island , on which the capital , Tokyo , is placed . Shikoku Kyushu", "binary_answer": null, "no_answer_prob": 0.544108510017395}
{"example_id": -9120022201243773229, "prediction": "to prevent the femur from sliding off the anterior edge of the tibia", "binary_answer": null, "no_answer_prob": -3.583919048309326}
{"example_id": 2485054536940137946, "prediction": "San Antonio , Texas , United States", "binary_answer": null, "no_answer_prob": -1.2689464092254639}
{"example_id": -9137397040563681688, "prediction": "`` American Pie ''", "binary_answer": null, "no_answer_prob": 0.9772702604532242}
{"example_id": -5054907827374577574, "prediction": "Area code 845 is a telephone area code straddling the Hudson Valley region of the U.S. state of New York", "binary_answer": null, "no_answer_prob": -3.714745283126831}
{"example_id": 1809500873239898501, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8574090898036957}
{"example_id": 2305926522454072328, "prediction": "", "binary_answer": null, "no_answer_prob": 6.380897164344788}
{"example_id": 9019786146417242969, "prediction": "Robert Picardo", "binary_answer": null, "no_answer_prob": -12.209518432617188}
{"example_id": -5716635019806213117, "prediction": "Since the release of the first novel , Harry Potter and the Philosopher 's Stone , on 26 June 1997", "binary_answer": null, "no_answer_prob": -1.8731589317321777}
{"example_id": -1073218892506928282, "prediction": "", "binary_answer": null, "no_answer_prob": 2.902268797159195}
{"example_id": 2187572076226801751, "prediction": "a disputed border area", "binary_answer": null, "no_answer_prob": 2.595871400088072}
{"example_id": 7151309510061464910, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2189770340919495}
{"example_id": 7690269470644567615, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6998658776283264}
{"example_id": 2457451554210445774, "prediction": "The first formal model of feature geometry", "binary_answer": null, "no_answer_prob": -1.387351632118225}
{"example_id": 1215179917737773555, "prediction": "Journey to the Center of the Earth", "binary_answer": null, "no_answer_prob": 2.262858122587204}
{"example_id": 8942429205614838980, "prediction": "A property tax or millage rate", "binary_answer": null, "no_answer_prob": 0.4504584074020386}
{"example_id": -7755777465836230915, "prediction": "Big Little Lies is an American drama HBO miniseries", "binary_answer": null, "no_answer_prob": 0.3844681978225708}
{"example_id": 180477965069469942, "prediction": "Being Human", "binary_answer": null, "no_answer_prob": 1.9353491999208927}
{"example_id": -1110825409271323545, "prediction": "Bridget Christina Marquardt", "binary_answer": null, "no_answer_prob": 5.582819700241089}
{"example_id": -901358525163218332, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3285243511199951}
{"example_id": -8651619018883977220, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7758877165615559}
{"example_id": 8999568513816295231, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7705639004707336}
{"example_id": 2198027694543604823, "prediction": "12.0 Developer Beta 2", "binary_answer": null, "no_answer_prob": -4.017134189605713}
{"example_id": -14769869931251260, "prediction": "", "binary_answer": null, "no_answer_prob": 1.687287762761116}
{"example_id": -5158164464266309214, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7968987226486206}
{"example_id": -5995371225801618431, "prediction": "24 September 24 , 2018 ( 2018 - 09 - 24 ) TBA TBA TBA TBA TBA", "binary_answer": null, "no_answer_prob": 5.442330479621887}
{"example_id": 2650014022055905609, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1443874835968018}
{"example_id": -3534059951321558886, "prediction": "", "binary_answer": null, "no_answer_prob": 2.851679265499115}
{"example_id": -8020019767884488388, "prediction": "", "binary_answer": null, "no_answer_prob": 1.379696249961853}
{"example_id": 3243480896721302909, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8013898134231567}
{"example_id": -6308952806760794704, "prediction": "The fifth and final season", "binary_answer": null, "no_answer_prob": 2.089298516511917}
{"example_id": -1247256855534390887, "prediction": "Saint Anthony of Padua", "binary_answer": null, "no_answer_prob": -5.0121506452560425}
{"example_id": -6288284722556727335, "prediction": "George Robert Newhart", "binary_answer": null, "no_answer_prob": 1.408341407775879}
{"example_id": -7946650758728438508, "prediction": "50 of the 51 original member countries", "binary_answer": null, "no_answer_prob": -2.1535903215408325}
{"example_id": -5704906887387768153, "prediction": "", "binary_answer": null, "no_answer_prob": 4.568968296051025}
{"example_id": 7917869774923350801, "prediction": "Normal human body temperature , also known as normothermia or euthermia", "binary_answer": null, "no_answer_prob": 0.7608397603034973}
{"example_id": -4623381725131669286, "prediction": "Beauty Behind the Madness", "binary_answer": null, "no_answer_prob": -1.1490484476089478}
{"example_id": 8455492613808982993, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8297305405139923}
{"example_id": 7618903265124987803, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3411406874656677}
{"example_id": -8210873946197866493, "prediction": "Dreams mainly occur in the rapid - eye movement ( REM ) stage of sleep", "binary_answer": null, "no_answer_prob": -0.19051501154899597}
{"example_id": 4058418321970042370, "prediction": "Verizon Fios , also marketed as Fios by Verizon , is a bundled Internet access , telephone , and television service", "binary_answer": null, "no_answer_prob": -0.057753562927246094}
{"example_id": 2470636664284428246, "prediction": "Marta Vieira da Silva", "binary_answer": null, "no_answer_prob": -5.149060755968094}
{"example_id": 1265442768524130808, "prediction": "", "binary_answer": null, "no_answer_prob": 1.760242521762848}
{"example_id": -3641537658993747241, "prediction": "New York Islanders", "binary_answer": null, "no_answer_prob": -0.07359123229980469}
{"example_id": -3246033801988254779, "prediction": "Kristin Bauer van Straten", "binary_answer": null, "no_answer_prob": -0.33431339263916016}
{"example_id": -5684137009889388764, "prediction": "Sandi Thom", "binary_answer": null, "no_answer_prob": -6.16155481338501}
{"example_id": -2439456204679777167, "prediction": "", "binary_answer": null, "no_answer_prob": 3.333319067955017}
{"example_id": -5935703537078247111, "prediction": "spring 1988", "binary_answer": null, "no_answer_prob": -9.153014063835144}
{"example_id": 1651698231785378369, "prediction": "Jabba Desilijic Tiure", "binary_answer": null, "no_answer_prob": -3.459809899330139}
{"example_id": 5841137545646136347, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2995240688323975}
{"example_id": 854474373217381526, "prediction": "Francis Scott Key", "binary_answer": null, "no_answer_prob": 1.205371081829071}
{"example_id": 8406403268461972798, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.2905315160751343}
{"example_id": -259821719024994750, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": 2.8658644258975983}
{"example_id": 9197697957976007899, "prediction": "Heart released the song as the first single from their ninth studio album , Bad Animals", "binary_answer": null, "no_answer_prob": 3.5723230838775635}
{"example_id": 7920897552403897661, "prediction": "McPhee", "binary_answer": null, "no_answer_prob": -0.6461280584335327}
{"example_id": 280865266118415051, "prediction": "Southeast Asia", "binary_answer": null, "no_answer_prob": 1.2188637256622314}
{"example_id": -3713620844352789604, "prediction": "`` Achy Breaky Heart", "binary_answer": null, "no_answer_prob": 2.0553756095469}
{"example_id": -825408792723142462, "prediction": "", "binary_answer": null, "no_answer_prob": 2.437853217124939}
{"example_id": -8890957837327812100, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3505377173423767}
{"example_id": 5812955432648909315, "prediction": "Dragon Ball Z : Battle of Gods", "binary_answer": null, "no_answer_prob": 2.2949672043323517}
{"example_id": 1058745321400687717, "prediction": "Northern Railway", "binary_answer": null, "no_answer_prob": -0.22043728828430176}
{"example_id": -7425022836068020588, "prediction": "", "binary_answer": null, "no_answer_prob": 4.132838845252991}
{"example_id": -283399111811835456, "prediction": "", "binary_answer": null, "no_answer_prob": 1.449628084897995}
{"example_id": -414885367106902907, "prediction": "Star Trek : The Next Generation", "binary_answer": null, "no_answer_prob": 2.240983337163925}
{"example_id": 5463895003408902835, "prediction": "`` No Sugar Tonight / New Mother Nature", "binary_answer": null, "no_answer_prob": 1.7217602729797363}
{"example_id": -1091459330352686202, "prediction": "", "binary_answer": null, "no_answer_prob": 2.855122745037079}
{"example_id": -1548786101485516149, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1680896282196045}
{"example_id": 6466907251484277548, "prediction": "Doris Roberts", "binary_answer": null, "no_answer_prob": 0.7916885614395142}
{"example_id": 5670949239499860396, "prediction": "", "binary_answer": null, "no_answer_prob": 0.786462526768446}
{"example_id": -2848699779862371577, "prediction": "Notre Dame Fighting Irish", "binary_answer": null, "no_answer_prob": -5.715742915868759}
{"example_id": -5208525780264155972, "prediction": "", "binary_answer": null, "no_answer_prob": -0.46740007400512695}
{"example_id": 2191524445580222337, "prediction": "between 5 and 11 pounds ( 2.3 and 5.0 kg )", "binary_answer": null, "no_answer_prob": -1.2461516857147217}
{"example_id": 1431502117075554533, "prediction": "Wish You Were Here ''", "binary_answer": null, "no_answer_prob": 1.7138946056365967}
{"example_id": -3849037490924874519, "prediction": "", "binary_answer": null, "no_answer_prob": 1.192881464958191}
{"example_id": -7226613183260520051, "prediction": "", "binary_answer": null, "no_answer_prob": 3.958280324935913}
{"example_id": -693956456365133180, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -4.421643495559692}
{"example_id": 7343356705190738067, "prediction": "Bhuvneshwar Kumar", "binary_answer": null, "no_answer_prob": -6.168420672416687}
{"example_id": 3315098819012777107, "prediction": "`` Two Kinds '' is a short story from the book The Joy Luck Club by Amy Tan", "binary_answer": null, "no_answer_prob": 2.771962508559227}
{"example_id": -4093752499378369560, "prediction": "", "binary_answer": null, "no_answer_prob": 2.760837972164154}
{"example_id": -8340369038449800245, "prediction": "roughly 4,200 religions in the world .", "binary_answer": null, "no_answer_prob": 1.5210770666599274}
{"example_id": -7235383409711791885, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7136261910200119}
{"example_id": -7777113122145346577, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9076164960861206}
{"example_id": -8601100914821913754, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5663329362869263}
{"example_id": -7387294147928212119, "prediction": "Charles Joseph `` Charlie '' McDermott Jr.", "binary_answer": null, "no_answer_prob": 2.0975301861763}
{"example_id": 2261228936265437256, "prediction": "The Panic of 1837 was a financial crisis in the United States that touched off a major recession that lasted until the mid-1840s", "binary_answer": null, "no_answer_prob": -0.7309004664421082}
{"example_id": 6020377608075904403, "prediction": "", "binary_answer": null, "no_answer_prob": 2.289098232984543}
{"example_id": 6693111453893703588, "prediction": "Gemma Elizabeth Whelan", "binary_answer": null, "no_answer_prob": -4.891674041748047}
{"example_id": 9150955474788261425, "prediction": "", "binary_answer": null, "no_answer_prob": 2.673810660839081}
{"example_id": 6872231414630350674, "prediction": "FIFA .", "binary_answer": null, "no_answer_prob": 0.42023053765296936}
{"example_id": 2247815152404395673, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6310267448425293}
{"example_id": 2787459275479998794, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7500070929527283}
{"example_id": 3198089069511613215, "prediction": "`` ( Sittin ' On ) The Dock of the Bay '' is a song co-written by soul singer Otis Redding", "binary_answer": null, "no_answer_prob": 3.4942864775657654}
{"example_id": -4322184317080158837, "prediction": "", "binary_answer": null, "no_answer_prob": 3.273031033575535}
{"example_id": -6933941057494901788, "prediction": "The construction of New York City 's first World Trade Center complex", "binary_answer": null, "no_answer_prob": -0.8577690124511719}
{"example_id": 1765215949404618999, "prediction": "Jaipal Singh Munda", "binary_answer": null, "no_answer_prob": -2.9126230478286743}
{"example_id": -3711057247354742902, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9223603010177612}
{"example_id": -5625860463980493030, "prediction": "Patrick Donahoe", "binary_answer": null, "no_answer_prob": -3.8871169090270996}
{"example_id": 3262406549951450396, "prediction": "On April 15 , 2013 , two homemade bombs", "binary_answer": null, "no_answer_prob": 2.075405329465866}
{"example_id": 8340915536140551023, "prediction": "Dinosaurs Before Dark ( UK Title : Valley of the Dinosaurs )", "binary_answer": null, "no_answer_prob": 1.4544156789779663}
{"example_id": -534193099434881582, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2391353249549866}
{"example_id": 636022041015725508, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8118210434913635}
{"example_id": 6424499831134750508, "prediction": "", "binary_answer": null, "no_answer_prob": 0.33423617482185364}
{"example_id": 224265665252699398, "prediction": "417", "binary_answer": null, "no_answer_prob": -1.9202004075050354}
{"example_id": 3035952632519992660, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2193535566329956}
{"example_id": -7313777656939471418, "prediction": "A retrovirus", "binary_answer": null, "no_answer_prob": 0.36358577013015747}
{"example_id": -2268177454921311476, "prediction": "The Perfect Storm is a 2000 American biographical disaster drama film", "binary_answer": null, "no_answer_prob": -0.9000771045684814}
{"example_id": 7724916991829937966, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.263838142156601}
{"example_id": -467726021809355869, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1833391189575195}
{"example_id": -979637631821479998, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4096565395593643}
{"example_id": 4364693792076248653, "prediction": "", "binary_answer": null, "no_answer_prob": 3.81777286529541}
{"example_id": -2286222794759361450, "prediction": "", "binary_answer": null, "no_answer_prob": 3.072468638420105}
{"example_id": -2956046135428289049, "prediction": "Sally Anne Struthers", "binary_answer": null, "no_answer_prob": -3.488726258277893}
{"example_id": 7854421421102932055, "prediction": "", "binary_answer": null, "no_answer_prob": 5.277008354663849}
{"example_id": -5941174388758603039, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5806092619895935}
{"example_id": 1912075917808114714, "prediction": "9,677 ft ( 2,950 m ) to 8,363 ft ( 2,549 m )", "binary_answer": null, "no_answer_prob": -4.6362950801849365}
{"example_id": 7777319570801182403, "prediction": "Chief Justice of the United States Incumbent John Roberts", "binary_answer": null, "no_answer_prob": -1.8737566471099854}
{"example_id": 6872930417571366034, "prediction": "Guardians of the Galaxy", "binary_answer": null, "no_answer_prob": -5.358246445655823}
{"example_id": 4094533160249148406, "prediction": "Justine Clarke", "binary_answer": null, "no_answer_prob": -1.638519287109375}
{"example_id": 5464968909896383642, "prediction": "Kevin Garnett", "binary_answer": null, "no_answer_prob": -1.4978793859481812}
{"example_id": 5902383160463172293, "prediction": "", "binary_answer": null, "no_answer_prob": -0.4992946833372116}
{"example_id": -6952216082151956596, "prediction": "Darci Lynne Farmer Angelica Hale Light Balance Tyra Banks", "binary_answer": null, "no_answer_prob": 0.7834906578063965}
{"example_id": -595900732775935801, "prediction": "Caspian Sea", "binary_answer": null, "no_answer_prob": -1.1950017213821411}
{"example_id": -5201150128546298194, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Santa Claus", "binary_answer": null, "no_answer_prob": 4.652240604162216}
{"example_id": -4416600828683164615, "prediction": "Yuzuru Hanyu", "binary_answer": null, "no_answer_prob": -5.335085153579712}
{"example_id": 1762345328813038847, "prediction": "", "binary_answer": null, "no_answer_prob": 2.266370251774788}
{"example_id": 4619666930005808608, "prediction": "The greater - than sign", "binary_answer": null, "no_answer_prob": -0.9438494443893433}
{"example_id": -4441691123479114426, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The first day of school", "binary_answer": null, "no_answer_prob": 1.8816664442420006}
{"example_id": -3993374156102720749, "prediction": "", "binary_answer": null, "no_answer_prob": 4.1438451409339905}
{"example_id": -5192547275531440953, "prediction": "", "binary_answer": null, "no_answer_prob": 2.645139694213867}
{"example_id": 2934346439791667318, "prediction": "in the finale episode", "binary_answer": null, "no_answer_prob": 3.207909345626831}
{"example_id": -3924272032130150483, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": -1.969299077987671}
{"example_id": -4190152553345504597, "prediction": "Doris Roberts", "binary_answer": null, "no_answer_prob": 0.5128309726715088}
{"example_id": 4067701251562760225, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0203492045402527}
{"example_id": 5600540028087582763, "prediction": "Filming began on August 21 , 2014 , in Vienna , Austria", "binary_answer": null, "no_answer_prob": 0.12452459335327148}
{"example_id": 2961296588733938817, "prediction": "", "binary_answer": null, "no_answer_prob": 1.224615067243576}
{"example_id": 5307697781908168437, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0940839648246765}
{"example_id": 3556314518071496427, "prediction": "The first recorded use of the word `` hush - puppy '' dates to 1899", "binary_answer": null, "no_answer_prob": -0.20631130412220955}
{"example_id": -752997362772834046, "prediction": "Keshav Tyohar and Aishwarya Saha", "binary_answer": null, "no_answer_prob": 0.11842536926269531}
{"example_id": 9213685250923017529, "prediction": "", "binary_answer": null, "no_answer_prob": 4.073227643966675}
{"example_id": -201419195423039122, "prediction": "Danny Baldwin", "binary_answer": null, "no_answer_prob": -6.371863782405853}
{"example_id": -267702269310827059, "prediction": "16 October 1950", "binary_answer": null, "no_answer_prob": -5.671605587005615}
{"example_id": -5765822902660896707, "prediction": "", "binary_answer": null, "no_answer_prob": 4.195802092552185}
{"example_id": -6323852387160116440, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1037920117378235}
{"example_id": 2993900242277777418, "prediction": "The Statue of Liberty", "binary_answer": null, "no_answer_prob": -3.1868268251419067}
{"example_id": -7258446764275603868, "prediction": "", "binary_answer": null, "no_answer_prob": 1.517970085144043}
{"example_id": -664543282036207919, "prediction": "The X Factor", "binary_answer": null, "no_answer_prob": -0.4293771982192993}
{"example_id": 3664344523230296963, "prediction": "May I Come In Madam ?", "binary_answer": null, "no_answer_prob": 2.460901473648846}
{"example_id": 2094665542528697416, "prediction": "", "binary_answer": null, "no_answer_prob": 2.721471130847931}
{"example_id": 7095052769566424638, "prediction": "The Pacific Plate", "binary_answer": null, "no_answer_prob": 1.3167142868041992}
{"example_id": -2448072056052456887, "prediction": "Croats", "binary_answer": null, "no_answer_prob": -4.521717190742493}
{"example_id": 8693569097483090148, "prediction": "`` Spirit in the Sky '' is a song written and originally recorded by Norman Greenbaum", "binary_answer": null, "no_answer_prob": 2.758381173014641}
{"example_id": -4692588432253206145, "prediction": "Shaquille Rashaun O'Neal", "binary_answer": null, "no_answer_prob": -2.1750378608703613}
{"example_id": 5562092876461750686, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5049515962600708}
{"example_id": -5486206422921963500, "prediction": "The Curse of Oak Island", "binary_answer": null, "no_answer_prob": 1.0787670016288757}
{"example_id": 8050715325212499356, "prediction": "Monuments and memorials began to be dedicated during the Civil War", "binary_answer": null, "no_answer_prob": 1.3404077887535095}
{"example_id": -335889850632746466, "prediction": "Clarence `` Clay '' Morrow was a fictional character in the FX television series Sons of Anarchy", "binary_answer": null, "no_answer_prob": 6.200911313295364}
{"example_id": 3795075562033733589, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4926581978797913}
{"example_id": 4833039087793908188, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8979475498199463}
{"example_id": 184421007200416657, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7783767580986023}
{"example_id": -3806273856954608914, "prediction": "Iwan Rheon", "binary_answer": null, "no_answer_prob": -1.1714155673980713}
{"example_id": -3140221241061709801, "prediction": "1896", "binary_answer": null, "no_answer_prob": -0.08993875980377197}
{"example_id": 7760804701483913902, "prediction": "Need for Speed", "binary_answer": null, "no_answer_prob": 2.037075638771057}
{"example_id": -3270196268095397960, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0115517973899841}
{"example_id": -3424807532081918274, "prediction": "Alfred Thomas `` Freddie '' Highmore", "binary_answer": null, "no_answer_prob": 1.5061689615249634}
{"example_id": 8109679614228793740, "prediction": "Genevieve Knight `` G '' Hannelius", "binary_answer": null, "no_answer_prob": -6.2860366106033325}
{"example_id": -7460025753292438482, "prediction": "", "binary_answer": null, "no_answer_prob": 4.523148834705353}
{"example_id": 3053810956333480448, "prediction": "The United States Armed Forces", "binary_answer": null, "no_answer_prob": 1.7866924554109573}
{"example_id": -1395722779020490421, "prediction": "civil servants", "binary_answer": null, "no_answer_prob": 2.152491331100464}
{"example_id": -8487789042691230688, "prediction": "", "binary_answer": null, "no_answer_prob": 3.520570158958435}
{"example_id": -3725481746095671100, "prediction": "", "binary_answer": null, "no_answer_prob": 2.121304512023926}
{"example_id": -4160756998321707869, "prediction": "", "binary_answer": null, "no_answer_prob": 1.886546552181244}
{"example_id": 4205964734975896729, "prediction": "`` Where the Streets Have No Name '' is a song by Irish rock band U2", "binary_answer": null, "no_answer_prob": 0.5154342651367188}
{"example_id": -1911490571633113210, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7234421372413635}
{"example_id": 2839718997547364649, "prediction": "A Star Is Born is a 1937", "binary_answer": null, "no_answer_prob": -3.269071936607361}
{"example_id": -6961731740631527573, "prediction": "1979", "binary_answer": null, "no_answer_prob": -4.11188530921936}
{"example_id": -740563034679379270, "prediction": "Rebel Without a Cause is a 1955", "binary_answer": null, "no_answer_prob": 1.622964322566986}
{"example_id": -3391156047974585757, "prediction": "", "binary_answer": null, "no_answer_prob": 6.702734902501106}
{"example_id": 5386242575660267352, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -6.648562788963318}
{"example_id": 8952596042745123728, "prediction": "`` The Way You Look Tonight '' Single by The Lettermen from the album A Song for Young Love", "binary_answer": null, "no_answer_prob": 0.7868539392948151}
{"example_id": -7449714712003332725, "prediction": "Sofia Vassilieva", "binary_answer": null, "no_answer_prob": -6.624310612678528}
{"example_id": 7801060227564469930, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -3.1691572666168213}
{"example_id": 3913365343631877514, "prediction": "King of the Jungle Queen of the Jungle", "binary_answer": null, "no_answer_prob": 0.5682857036590576}
{"example_id": -1251673011219942488, "prediction": "Margaret Ruth Kidder", "binary_answer": null, "no_answer_prob": 0.7663592100143433}
{"example_id": 3664584043417861013, "prediction": "", "binary_answer": null, "no_answer_prob": -4.706907510757446}
{"example_id": 238170575326029512, "prediction": "Sh\u014dnen Ace", "binary_answer": null, "no_answer_prob": -2.4775168895721436}
{"example_id": -7402615753497933613, "prediction": "The 15th century", "binary_answer": null, "no_answer_prob": -4.138124942779541}
{"example_id": -5304695351241467042, "prediction": "Eva Tanguay", "binary_answer": null, "no_answer_prob": -0.6436319351196289}
{"example_id": 1849503016710677308, "prediction": "", "binary_answer": null, "no_answer_prob": 2.573081374168396}
{"example_id": -3922249135080998522, "prediction": "Streptococcus pneumoniae", "binary_answer": null, "no_answer_prob": -1.6908013820648193}
{"example_id": -4805481590203435286, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8208969831466675}
{"example_id": 232550606493722053, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9871561527252197}
{"example_id": -5673927666992140501, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0973228812217712}
{"example_id": 6163702438329935283, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5548770427703857}
{"example_id": 1308444176502429560, "prediction": "At 41.80 \u00b0 C ( 107.24 \u00b0 F ) , July 2017 in Furnace Creek , Death Valley", "binary_answer": null, "no_answer_prob": 1.4004958868026733}
{"example_id": -1913782093169433455, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2399312257766724}
{"example_id": 2073852903221401270, "prediction": "`` Girl , You 'll Be a Woman Soon '' is a song written by American musician Neil Diamond", "binary_answer": null, "no_answer_prob": 3.1284340620040894}
{"example_id": -4432235358539432211, "prediction": "According to Sugar , Garnet was intended to be a fusion", "binary_answer": null, "no_answer_prob": 3.353117972612381}
{"example_id": 4017455347594585586, "prediction": "The War of the Worlds", "binary_answer": null, "no_answer_prob": -1.7619084119796753}
{"example_id": 4099217858976214714, "prediction": "Uncharted 4 : A Thief 's End", "binary_answer": null, "no_answer_prob": 0.7155698537826538}
{"example_id": -6982901477727534138, "prediction": "", "binary_answer": null, "no_answer_prob": 5.4565070271492}
{"example_id": -6122353096315238333, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4622125029563904}
{"example_id": -9079462351361244101, "prediction": "Vince Lombardi", "binary_answer": null, "no_answer_prob": -2.6817009449005127}
{"example_id": -5643705860212225476, "prediction": "", "binary_answer": null, "no_answer_prob": 7.326656132936478}
{"example_id": 1341226718584334200, "prediction": "Generally , the age is estimated based primarily upon the age of any mountains it dissects", "binary_answer": null, "no_answer_prob": 0.4097973108291626}
{"example_id": -8364535714252434107, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9861677587032318}
{"example_id": -4656353131223265869, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0154725313186646}
{"example_id": -222262896632294255, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The missing dollar riddle", "binary_answer": null, "no_answer_prob": 2.679683029651642}
{"example_id": -2099854288536910233, "prediction": "Liz Mitchell Marcia Barrett Maizie Williams Bobby Farrell Reggie Tsiboe", "binary_answer": null, "no_answer_prob": -0.554680585861206}
{"example_id": 7450089074283352693, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4071953892707825}
{"example_id": -3765548732247061654, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5909781455993652}
{"example_id": 7913936029354430000, "prediction": "", "binary_answer": null, "no_answer_prob": 3.348103404045105}
{"example_id": 5380840833773521783, "prediction": "Season Franchise League Wins Losses Pct . Finish 1906 Chicago Cubs", "binary_answer": null, "no_answer_prob": -1.3566453456878662}
{"example_id": -8813301668155530295, "prediction": "`` We Shall Overcome '' is a gospel song which became a protest song and a key anthem of the Civil Rights Movement", "binary_answer": null, "no_answer_prob": -2.4242600202560425}
{"example_id": 4521799921399535732, "prediction": "Sidney Poitier", "binary_answer": null, "no_answer_prob": -0.06523621082305908}
{"example_id": 417315581416494645, "prediction": "Shugo Chara !", "binary_answer": null, "no_answer_prob": 0.278411865234375}
{"example_id": -4881558110744207603, "prediction": "`` Scenes from an Italian Restaurant '' is a song from Billy Joel 's 1977 album The Stranger .", "binary_answer": null, "no_answer_prob": 3.435610130429268}
{"example_id": -5164359167181796161, "prediction": "Capital punishment is a legal penalty in the United States , currently used by 31 states , the federal government , and the military", "binary_answer": null, "no_answer_prob": 2.6538950204849243}
{"example_id": 6581833370403343207, "prediction": "1998", "binary_answer": null, "no_answer_prob": -5.555236220359802}
{"example_id": 5594269509949867805, "prediction": "", "binary_answer": null, "no_answer_prob": 1.829528272151947}
{"example_id": -4886019094428139185, "prediction": "India has a multi-party system with recognition accorded to national and state and District level parties", "binary_answer": null, "no_answer_prob": 2.949832260608673}
{"example_id": 2401386287648762208, "prediction": "", "binary_answer": null, "no_answer_prob": 5.505807101726532}
{"example_id": -4900782867957127627, "prediction": "At the free end of the body is a mouth opening surrounded by one to twelve thin , mobile tentacles", "binary_answer": null, "no_answer_prob": 1.0704292058944702}
{"example_id": -6514095796654523284, "prediction": "John Stamos", "binary_answer": null, "no_answer_prob": -2.486790180206299}
{"example_id": -154391946168199711, "prediction": "", "binary_answer": null, "no_answer_prob": 0.532067209482193}
{"example_id": -4916685744907496760, "prediction": "", "binary_answer": null, "no_answer_prob": 4.005937606096268}
{"example_id": -5845130818045326748, "prediction": "The great Congo River", "binary_answer": null, "no_answer_prob": -2.53999525308609}
{"example_id": 8004256147780033113, "prediction": "", "binary_answer": null, "no_answer_prob": 3.361434280872345}
{"example_id": 6059470230761275124, "prediction": "`` To Love Somebody ''", "binary_answer": null, "no_answer_prob": 0.5324605107307434}
{"example_id": 4863341844535186773, "prediction": "Delta Goodrem", "binary_answer": null, "no_answer_prob": 1.272526502609253}
{"example_id": -7312440329583392073, "prediction": "the opera ai n't over until the fat lady sings . ''", "binary_answer": null, "no_answer_prob": 0.922108381986618}
{"example_id": -2419853128669715694, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": -2.394718050956726}
{"example_id": -5106712515446553169, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0077403783798218}
{"example_id": 5800851554581760435, "prediction": "Pittsburgh Penguins", "binary_answer": null, "no_answer_prob": -5.049722492694855}
{"example_id": 663918436294485933, "prediction": "", "binary_answer": null, "no_answer_prob": 5.8136730790138245}
{"example_id": -1083525509793753511, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8924833536148071}
{"example_id": -269536461399586159, "prediction": "", "binary_answer": null, "no_answer_prob": -2.6745938062667847}
{"example_id": -8171636245535974784, "prediction": "between late May and mid-June and starting the new school year between mid-August and early September", "binary_answer": null, "no_answer_prob": -0.9322960376739502}
{"example_id": -3132076946701848618, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2264990210533142}
{"example_id": -4487942914554749604, "prediction": "Hasi hasi", "binary_answer": null, "no_answer_prob": -1.0074684619903564}
{"example_id": -3051624356414459011, "prediction": "American League and National League baseball players Organized by Major League Baseball", "binary_answer": null, "no_answer_prob": -2.0688923001289368}
{"example_id": -2430417330302529511, "prediction": "The Silk Road or Silk Route was an ancient network of trade routes that were for centuries central to cultural interaction originally through regions of Eurasia", "binary_answer": null, "no_answer_prob": 3.437120199203491}
{"example_id": -611464315560803268, "prediction": "5 Universe Survival TBA February 5 , 2017 ( 2017 - 02 - 05 ) TBA", "binary_answer": null, "no_answer_prob": 1.4577430486679077}
{"example_id": -6510232133564682595, "prediction": "Sarah McLachlan", "binary_answer": null, "no_answer_prob": -2.9898847341537476}
{"example_id": -5298150110644865124, "prediction": "Eleanor May Tomlinson", "binary_answer": null, "no_answer_prob": -4.848795056343079}
{"example_id": -6103945279309436945, "prediction": "Anfernee Simons", "binary_answer": null, "no_answer_prob": 0.08565926551818848}
{"example_id": -4904223795246948358, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7328282594680786}
{"example_id": -4750736615011190394, "prediction": "Interstate 40", "binary_answer": null, "no_answer_prob": 1.8635313808918}
{"example_id": 6635301413858394436, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": -1.3846765756607056}
{"example_id": 8459311850371387515, "prediction": "", "binary_answer": null, "no_answer_prob": -0.14117825031280518}
{"example_id": -6381335597930245919, "prediction": "Rank Name Birth date Death date Age Country of death or residence Jiroemon Kimura", "binary_answer": null, "no_answer_prob": 0.7884868383407593}
{"example_id": 612283139812335986, "prediction": "Willy Wonka & the Chocolate Factory", "binary_answer": null, "no_answer_prob": 2.1605085730552673}
{"example_id": 3801710522919104634, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6383228302001953}
{"example_id": -1900942850513506452, "prediction": "Tom Amberry", "binary_answer": null, "no_answer_prob": -5.732776194810867}
{"example_id": -3665183353461528995, "prediction": "Tahrs", "binary_answer": null, "no_answer_prob": 0.8064640164375305}
{"example_id": 4335917125191156682, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2146778106689453}
{"example_id": -1868611431259306102, "prediction": "", "binary_answer": null, "no_answer_prob": 5.717933878302574}
{"example_id": -2810862404363674386, "prediction": "2015", "binary_answer": null, "no_answer_prob": -1.5133674144744873}
{"example_id": 436860088897424493, "prediction": "Lionel Andr\u00e9s Messi Cuccittini", "binary_answer": null, "no_answer_prob": 1.8387317210435867}
{"example_id": 4331377390428217776, "prediction": "This first Egyptian pyramid", "binary_answer": null, "no_answer_prob": -1.061647653579712}
{"example_id": -9016156990851099883, "prediction": "A Chorus Line", "binary_answer": null, "no_answer_prob": 1.5608014166355133}
{"example_id": -7070027219231582402, "prediction": "David Harbour", "binary_answer": null, "no_answer_prob": 3.379698306322098}
{"example_id": -3623628295912877641, "prediction": "", "binary_answer": null, "no_answer_prob": 4.8011651039123535}
{"example_id": 6284318053965731359, "prediction": "Hindi Budget \u20b9 170 million Box office \u20b9 817 million", "binary_answer": null, "no_answer_prob": 2.148424208164215}
{"example_id": 1885549512030062421, "prediction": "Pooja", "binary_answer": null, "no_answer_prob": -4.573606491088867}
{"example_id": -8161132950728585685, "prediction": "November 16 , 1995", "binary_answer": null, "no_answer_prob": -1.036055088043213}
{"example_id": 9072101251467138247, "prediction": "Ratatouille", "binary_answer": null, "no_answer_prob": -3.4940773248672485}
{"example_id": -2150616626047588203, "prediction": "", "binary_answer": null, "no_answer_prob": 2.561098635196686}
{"example_id": 186181115175340669, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2048899233341217}
{"example_id": -453804301812155714, "prediction": "June 22 , 1999", "binary_answer": null, "no_answer_prob": -0.3178340196609497}
{"example_id": 5921272806500930508, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3847397565841675}
{"example_id": -7437571533499483563, "prediction": "compliance", "binary_answer": null, "no_answer_prob": -0.09629587084054947}
{"example_id": -1255379477625182896, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6923375725746155}
{"example_id": -8676396461317698234, "prediction": "oxygen", "binary_answer": null, "no_answer_prob": -2.026932954788208}
{"example_id": -3009528490888859389, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0119492560625076}
{"example_id": 2901507908426764362, "prediction": "Now That 's What I Call Music ! 63", "binary_answer": null, "no_answer_prob": -1.1251168251037598}
{"example_id": 8059795599293488176, "prediction": "May Parker", "binary_answer": null, "no_answer_prob": 4.933739602565765}
{"example_id": 8871000238380963845, "prediction": "American Idol", "binary_answer": null, "no_answer_prob": 1.6456488370895386}
{"example_id": -1505882882952899238, "prediction": "A solar eclipse", "binary_answer": null, "no_answer_prob": 1.8121248483657837}
{"example_id": 10583838835567351, "prediction": "France", "binary_answer": null, "no_answer_prob": -1.5250526368618011}
{"example_id": -3286419606547580920, "prediction": "Bonnie Tyler", "binary_answer": null, "no_answer_prob": -1.2307161092758179}
{"example_id": -2605116192873057415, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1842251420021057}
{"example_id": -8531942314563806288, "prediction": "", "binary_answer": null, "no_answer_prob": 2.271139621734619}
{"example_id": 7461608561568134424, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8025736212730408}
{"example_id": -5967639920834959562, "prediction": "The composition and powers of the House are established by Article One of the United States Constitution . The House is composed of representatives", "binary_answer": null, "no_answer_prob": 0.4747803956270218}
{"example_id": 7128949973348296213, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2212941646575928}
{"example_id": 662548517647235170, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3383084833621979}
{"example_id": 1544458574731106981, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9309393912553787}
{"example_id": -1824383270254386138, "prediction": "John Cafferty & The Beaver Brown Band", "binary_answer": null, "no_answer_prob": 3.269184112548828}
{"example_id": -1013996801249396951, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.692212671041489}
{"example_id": 5116402902062102831, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2552898526191711}
{"example_id": -5333576035638611676, "prediction": "`` Mary , Did You Know ? '' is a Christmas", "binary_answer": null, "no_answer_prob": 1.1063693165779114}
{"example_id": 1743932866490666356, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7175489366054535}
{"example_id": -4445565425610065202, "prediction": "Jack Nicklaus", "binary_answer": null, "no_answer_prob": -0.3776146173477173}
{"example_id": 4779335516521134384, "prediction": "Assassin 's Creed IV : Black Flag", "binary_answer": null, "no_answer_prob": -0.02067887783050537}
{"example_id": 8883822546601273967, "prediction": "The Fast and the Furious", "binary_answer": null, "no_answer_prob": -2.173235297203064}
{"example_id": 3567806104565511032, "prediction": "", "binary_answer": null, "no_answer_prob": 2.882724165916443}
{"example_id": 4277370647950785243, "prediction": "Salem , Oregon , and the surrounding area , as well as on the Oregon coast .", "binary_answer": null, "no_answer_prob": -1.74208402633667}
{"example_id": -9158258326763813448, "prediction": "", "binary_answer": null, "no_answer_prob": 4.192647069692612}
{"example_id": -2664875860902576660, "prediction": "Criminal Justice is the system of practices and institutions of governments directed at upholding social control , deterring and mitigating crime", "binary_answer": null, "no_answer_prob": -0.7622522711753845}
{"example_id": -674426537168564855, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9904476404190063}
{"example_id": -5967027131695331627, "prediction": "`` Without You '' is a song written by Pete Ham and Tom Evans of British rock group Badfinger", "binary_answer": null, "no_answer_prob": 3.4966395795345306}
{"example_id": 2487415240671965852, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5483261346817017}
{"example_id": -5603837015331956142, "prediction": "Wind direction is reported by the direction from which it originates . For example , a northerly wind blows from the north to the south", "binary_answer": null, "no_answer_prob": 1.1676901876926422}
{"example_id": 7682837152639433138, "prediction": "Pattachitra", "binary_answer": null, "no_answer_prob": 0.48632657527923584}
{"example_id": 2238623372036818356, "prediction": "Pinewood Studios .", "binary_answer": null, "no_answer_prob": -0.662386417388916}
{"example_id": -5644738834877736784, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7769377678632736}
{"example_id": 4003652036453273546, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4488097429275513}
{"example_id": 5841064461839250813, "prediction": "Film Release date Director Screenwriter ( s ) Story by Producer ( s ) Composer Initial distributor 06 Episode IV -- A New Hope", "binary_answer": null, "no_answer_prob": 0.32253533601760864}
{"example_id": 2219461279225190335, "prediction": "the Indian subcontinent . The movement spanned a total of 90 years ( 1857 -- 1947 ) .", "binary_answer": null, "no_answer_prob": -2.254875898361206}
{"example_id": -8702609405102288889, "prediction": "A League of Their Own", "binary_answer": null, "no_answer_prob": 1.0096374154090881}
{"example_id": 3754454240479871417, "prediction": "The Election Commission of India is an autonomous constitutional authority responsible for administering election processes", "binary_answer": null, "no_answer_prob": -1.463659644126892}
{"example_id": -4686638387215840402, "prediction": "", "binary_answer": null, "no_answer_prob": 3.086019679903984}
{"example_id": 2647740125317625912, "prediction": "Buzz Aldrin", "binary_answer": null, "no_answer_prob": -1.0638200044631958}
{"example_id": 7722055373064048929, "prediction": "Tomorrow , When the War Began", "binary_answer": null, "no_answer_prob": -0.9841933250427246}
{"example_id": 8793840640169543652, "prediction": "", "binary_answer": null, "no_answer_prob": 1.968393862247467}
{"example_id": 753464263966516344, "prediction": "Saint Peter", "binary_answer": null, "no_answer_prob": -9.381123900413513}
{"example_id": 4716218940246686072, "prediction": "", "binary_answer": null, "no_answer_prob": 2.783339500427246}
{"example_id": 3536874322732736738, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2017412185668945}
{"example_id": -8716379885610595960, "prediction": "120 and 140 mm )", "binary_answer": null, "no_answer_prob": -2.680659532546997}
{"example_id": 7337368624117179754, "prediction": "Global citizenship", "binary_answer": null, "no_answer_prob": -3.108999252319336}
{"example_id": -8631725655397619039, "prediction": "Drake", "binary_answer": null, "no_answer_prob": -2.7690045833587646}
{"example_id": -7840649730039677746, "prediction": "Cotton Bowl Classic January 1 , 2018 # 12 UCF 34 # 7 Auburn 27 2018 Peach Bowl", "binary_answer": null, "no_answer_prob": -0.09709501266479492}
{"example_id": -2670496322256023748, "prediction": "Fargo is a 1996", "binary_answer": null, "no_answer_prob": 0.27369970083236694}
{"example_id": 8799897893210095012, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8740138411521912}
{"example_id": -6224694729879812527, "prediction": "Wesley Trent Snipes", "binary_answer": null, "no_answer_prob": 6.158495724201202}
{"example_id": 8204594577968798493, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2369408011436462}
{"example_id": 4180199459101429479, "prediction": "Beauty and the Beast", "binary_answer": null, "no_answer_prob": -1.226108193397522}
{"example_id": 6691988070151491423, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A steam locomotive", "binary_answer": null, "no_answer_prob": 1.5275177955627441}
{"example_id": -2062601505572675507, "prediction": "", "binary_answer": null, "no_answer_prob": 3.010632336139679}
{"example_id": -3459090816135799760, "prediction": "Wardell Stephen Curry II", "binary_answer": null, "no_answer_prob": -2.26539209485054}
{"example_id": -3749948691441486071, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.685316801071167}
{"example_id": -8586714028519167423, "prediction": "August 7 , 2018", "binary_answer": null, "no_answer_prob": -10.121829152107239}
{"example_id": 8516757093228528277, "prediction": "FireHouse", "binary_answer": null, "no_answer_prob": 2.238280236721039}
{"example_id": -474091261655087088, "prediction": "The post -- World War II economic expansion", "binary_answer": null, "no_answer_prob": 3.600397139787674}
{"example_id": -3616314572733350131, "prediction": "", "binary_answer": null, "no_answer_prob": 2.319848954677582}
{"example_id": -5737887458011607939, "prediction": "The One Hundred Fifteenth United States Congress", "binary_answer": null, "no_answer_prob": -0.5315253734588623}
{"example_id": 914321407317560349, "prediction": "", "binary_answer": null, "no_answer_prob": 4.183918058872223}
{"example_id": -4915659449158888905, "prediction": "", "binary_answer": null, "no_answer_prob": 2.754077672958374}
{"example_id": 7794171111821551758, "prediction": "Richard Harris", "binary_answer": null, "no_answer_prob": -7.877725601196289}
{"example_id": 5875460680677842506, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7654415369033813}
{"example_id": 372301397218031889, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7093355655670166}
{"example_id": 284573799586483987, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1979219317436218}
{"example_id": 3313389090532501548, "prediction": "", "binary_answer": null, "no_answer_prob": 2.091916859149933}
{"example_id": 7413350852915652848, "prediction": "Walmart General merchandisers", "binary_answer": null, "no_answer_prob": 1.4484782218933105}
{"example_id": 2016497229402021037, "prediction": "Venkaiah Naidu", "binary_answer": null, "no_answer_prob": -6.269757449626923}
{"example_id": 5008591256887246614, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3713520169258118}
{"example_id": -6437933439629213081, "prediction": "", "binary_answer": null, "no_answer_prob": -2.494612753391266}
{"example_id": 4549233137110829515, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9424678087234497}
{"example_id": 1394110700386616818, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": 0.16178661584854126}
{"example_id": -566292469231419728, "prediction": "The Three Musketeers", "binary_answer": null, "no_answer_prob": 0.8185767531394958}
{"example_id": -2080631000839539225, "prediction": "1898 as the Territory of Hawaii . In 1959 , the islands became the state of Hawaii of the United States .", "binary_answer": null, "no_answer_prob": 2.624240645673126}
{"example_id": -2027085300548464080, "prediction": "Staind", "binary_answer": null, "no_answer_prob": -4.116758227348328}
{"example_id": 8176613074656756966, "prediction": "A phosphodiester bond", "binary_answer": null, "no_answer_prob": 2.1132679879665375}
{"example_id": -9039012885933484844, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5608314871788025}
{"example_id": -5508384058983765919, "prediction": "discuss their grievances concerning the ongoing War of 1812 and the political problems arising from the federal government 's increasing power .", "binary_answer": null, "no_answer_prob": -2.704814076423645}
{"example_id": -3249639925506080144, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4013827331364155}
{"example_id": 9195877357922809104, "prediction": "Moon Lovers : Scarlet Heart Ryeo", "binary_answer": null, "no_answer_prob": 0.9193940460681915}
{"example_id": -7398902543044764111, "prediction": "Super Mario Kart", "binary_answer": null, "no_answer_prob": -3.8793176412582397}
{"example_id": -4044987922786097144, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2689716815948486}
{"example_id": -6413917877251153525, "prediction": "", "binary_answer": null, "no_answer_prob": 0.531545877456665}
{"example_id": -1192211104362999099, "prediction": "In contract law , a non-compete clause ( often NCC ) , or covenant not to compete", "binary_answer": null, "no_answer_prob": 0.7862602025270462}
{"example_id": 6940131832724602662, "prediction": "British -- American relations", "binary_answer": null, "no_answer_prob": 2.34430992603302}
{"example_id": -465792595780356947, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9253599643707275}
{"example_id": 1642413496741749230, "prediction": "`` Do They Know It 's Christmas ? '' was re-recorded three times : in 1989 , 2004 , and 2014", "binary_answer": null, "no_answer_prob": 0.8743399381637573}
{"example_id": -8441118467870565101, "prediction": "petroleum jelly", "binary_answer": null, "no_answer_prob": -2.794056534767151}
{"example_id": 3560498347527160821, "prediction": "", "binary_answer": null, "no_answer_prob": 2.713247299194336}
{"example_id": -4689816671479401310, "prediction": "Flag Day 1954", "binary_answer": null, "no_answer_prob": -7.58139181137085}
{"example_id": -7837749117751444802, "prediction": "Paul Anka", "binary_answer": null, "no_answer_prob": -0.9308111667633057}
{"example_id": -1175074723775913296, "prediction": "", "binary_answer": null, "no_answer_prob": 5.152209669351578}
{"example_id": 2683989575225384589, "prediction": "Maureen O'Hara , John Payne , Natalie Wood and Edmund Gwenn", "binary_answer": null, "no_answer_prob": -2.971819281578064}
{"example_id": 4263717408740992265, "prediction": "Dichlorodiphenyltrichloroethane", "binary_answer": null, "no_answer_prob": -0.28768202662467957}
{"example_id": -4801205085564955694, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4869543313980103}
{"example_id": 8344267351961758769, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1363871693611145}
{"example_id": -4510433204710918144, "prediction": "evangelization and apostolic ministry", "binary_answer": null, "no_answer_prob": -0.9609975814819336}
{"example_id": 4477300473899301723, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A ballistic vest", "binary_answer": null, "no_answer_prob": 0.052337646484375}
{"example_id": -4918552545119960975, "prediction": "North America", "binary_answer": null, "no_answer_prob": 0.7450075745582581}
{"example_id": -5988299483281615535, "prediction": "", "binary_answer": null, "no_answer_prob": 3.315083086490631}
{"example_id": -6577115638497310572, "prediction": "The Red River Expedition", "binary_answer": null, "no_answer_prob": 1.4122810065746307}
{"example_id": -4506862358599571323, "prediction": "UFC 182 : Jones vs. Cormier", "binary_answer": null, "no_answer_prob": 1.5438028275966644}
{"example_id": -7986749881320808264, "prediction": "Boston Celtics center Bill Russell", "binary_answer": null, "no_answer_prob": -4.166066110134125}
{"example_id": -4872662203339078220, "prediction": "The Tokugawa Shogunate , also known as the Tokugawa Bakufu ( \u5fb3\u5ddd \u5e55\u5e9c ) and the Edo Bakufu", "binary_answer": null, "no_answer_prob": 2.8522638380527496}
{"example_id": 4169531558114993634, "prediction": "", "binary_answer": null, "no_answer_prob": 0.377408966422081}
{"example_id": 103814493284162534, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9680349566042423}
{"example_id": 908684624871162279, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5710529386997223}
{"example_id": 5144765284694516156, "prediction": "", "binary_answer": null, "no_answer_prob": 2.864089250564575}
{"example_id": -7341912972670205794, "prediction": "", "binary_answer": null, "no_answer_prob": 3.513348340988159}
{"example_id": 3340609790757310026, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9419426918029785}
{"example_id": 64509178436119595, "prediction": "`` All I Wanna Do '' is a song performed by Sheryl Crow", "binary_answer": null, "no_answer_prob": 0.19183117151260376}
{"example_id": 4610728675765610071, "prediction": "Takeru Kobayashi", "binary_answer": null, "no_answer_prob": -0.9507012367248535}
{"example_id": 769223825795326523, "prediction": "Book of Genesis", "binary_answer": null, "no_answer_prob": -8.645988941192627}
{"example_id": -6773643906757306359, "prediction": "", "binary_answer": null, "no_answer_prob": 2.71393883228302}
{"example_id": -8131007238505503143, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0361493974924088}
{"example_id": 3786483867253651840, "prediction": "Julius Robert Oppenheimer", "binary_answer": null, "no_answer_prob": -0.3028445243835449}
{"example_id": 6933028138973193669, "prediction": "", "binary_answer": null, "no_answer_prob": 2.132003128528595}
{"example_id": -7354929323309570379, "prediction": "Aida Yurijivna Nikolaychuk", "binary_answer": null, "no_answer_prob": -0.5434842109680176}
{"example_id": 3380805738495191748, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3869185261428356}
{"example_id": -2198644277355623314, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -3.809004306793213}
{"example_id": 1865583860596863280, "prediction": "The Law of Germany", "binary_answer": null, "no_answer_prob": 1.813654139637947}
{"example_id": 3296786905920576260, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1385871171951294}
{"example_id": -4815735307143914341, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2949824333190918}
{"example_id": 6334372079855380267, "prediction": "The declaration was approved on March 2 with no debate . Based primarily on the writings of John Locke and Thomas Jefferson", "binary_answer": null, "no_answer_prob": 1.5096696615219116}
{"example_id": 5461877596420232453, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8522897362709045}
{"example_id": 827150512332641125, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5569671429693699}
{"example_id": 508567174444763503, "prediction": "Reaganomics", "binary_answer": null, "no_answer_prob": 1.956859290599823}
{"example_id": 1765488711371624057, "prediction": "", "binary_answer": null, "no_answer_prob": 3.991396427154541}
{"example_id": 9015647432243008338, "prediction": "The Major Prophets", "binary_answer": null, "no_answer_prob": -0.9687134027481079}
{"example_id": -4695757930616163117, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6907901763916016}
{"example_id": -5769948797007330726, "prediction": "James Bond", "binary_answer": null, "no_answer_prob": 4.069844603538513}
{"example_id": 6477209141371587806, "prediction": "George Benson", "binary_answer": null, "no_answer_prob": -1.585394024848938}
{"example_id": 6628957181563520172, "prediction": "The regular judges are Len Goodman , who serves as head judge , Carrie Ann Inaba , and Bruno Tonioli", "binary_answer": null, "no_answer_prob": 2.204110600054264}
{"example_id": -6485068730562146384, "prediction": "Married at First Sight", "binary_answer": null, "no_answer_prob": 3.648614764213562}
{"example_id": -5447148286129929273, "prediction": "`` Raindrops Keep Fallin ' on My Head ''", "binary_answer": null, "no_answer_prob": 2.7720476388931274}
{"example_id": -4677939923292888328, "prediction": "if the sample size is large or the population variance is known", "binary_answer": null, "no_answer_prob": 1.421301156282425}
{"example_id": 807687413877105583, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1579101085662842}
{"example_id": 8609032591740725636, "prediction": "Wonder", "binary_answer": null, "no_answer_prob": 0.17638754844665527}
{"example_id": 1183350484846600884, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2536090612411499}
{"example_id": -2061400266072030283, "prediction": "1 July and 18 November 1916", "binary_answer": null, "no_answer_prob": -3.4568065404891968}
{"example_id": -7567564113279989313, "prediction": "From the earliest times", "binary_answer": null, "no_answer_prob": 0.3679349422454834}
{"example_id": 5951757834014092448, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5925182104110718}
{"example_id": 4162495141442570883, "prediction": "Project Runway Season 1", "binary_answer": null, "no_answer_prob": 0.7322563529014587}
{"example_id": -5941895880576681346, "prediction": "Linda Ronstadt covered the song in 1975 , and her version was an even bigger hit in the US peaking at No. 2 .", "binary_answer": null, "no_answer_prob": 0.7362203598022461}
{"example_id": 1332608131110766208, "prediction": "", "binary_answer": null, "no_answer_prob": 3.116136908531189}
{"example_id": -2591792122661565260, "prediction": "The Mountain Between Us", "binary_answer": null, "no_answer_prob": -0.690250039100647}
{"example_id": -6449877319654641515, "prediction": "A tradition is a belief or behavior passed down within a group or society with symbolic meaning or special significance with origins in the past", "binary_answer": null, "no_answer_prob": -3.7114853858947754}
{"example_id": -9117361054787888183, "prediction": "", "binary_answer": null, "no_answer_prob": 2.853294253349304}
{"example_id": -6758812270248030016, "prediction": "Quebec", "binary_answer": null, "no_answer_prob": -1.0507185459136963}
{"example_id": -6758149890875708513, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8274267911911011}
{"example_id": -5824064723996306211, "prediction": "Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -0.4828486442565918}
{"example_id": 4575365653907460573, "prediction": "", "binary_answer": null, "no_answer_prob": 5.730779752135277}
{"example_id": -1404151780069751742, "prediction": "All Your Fault : Pt. 2 and debut studio album Expectations", "binary_answer": null, "no_answer_prob": 2.2470652852207422}
{"example_id": -3938418128963750084, "prediction": "Victoria", "binary_answer": null, "no_answer_prob": -1.4700182676315308}
{"example_id": 1367107230401071817, "prediction": "`` The shot heard round the world '' is a phrase referring to several historical incidents , particularly the opening of the American Revolutionary War", "binary_answer": null, "no_answer_prob": 2.94694965519011}
{"example_id": -7392605693004782226, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6414839029312134}
{"example_id": 2404760617997253869, "prediction": "Alan Sidney Patrick Rickman", "binary_answer": null, "no_answer_prob": 5.520989298820496}
{"example_id": 3730846181740872623, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8890949487686157}
{"example_id": -744531997491570939, "prediction": "Tom and Jerry : Blast Off to Mars", "binary_answer": null, "no_answer_prob": 0.8787213563919067}
{"example_id": -3721267778050476506, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4859901070594788}
{"example_id": -5875832681367097187, "prediction": "", "binary_answer": null, "no_answer_prob": 1.83979731798172}
{"example_id": 6825941891639721517, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.080655097961426}
{"example_id": -8494356728875873497, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9000334516167641}
{"example_id": 4189590166138253194, "prediction": "Player Salary Team Stephen Curry", "binary_answer": null, "no_answer_prob": 1.1303745359182358}
{"example_id": 2134938192518032811, "prediction": "`` Ca n't Stop the Feeling ! '' is a song recorded by American singer - songwriter Justin Timberlake", "binary_answer": null, "no_answer_prob": 0.9063496589660645}
{"example_id": 3211815812164095439, "prediction": "Dane DeHaan", "binary_answer": null, "no_answer_prob": 1.016019344329834}
{"example_id": 5782810917217591523, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6080016493797302}
{"example_id": -2173544208727680846, "prediction": "Smith Tower", "binary_answer": null, "no_answer_prob": -2.1332754902541637}
{"example_id": -732910952109858323, "prediction": "In Western culture , the finger or the middle finger", "binary_answer": null, "no_answer_prob": 2.627467632293701}
{"example_id": -2606464687267854400, "prediction": "Scientific management", "binary_answer": null, "no_answer_prob": 3.077368088066578}
{"example_id": 6080089536040218777, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2438884973526}
{"example_id": 138151967938787496, "prediction": "March 31 , 2018 , on TBS . On April 23 , 2018 , it was announced that the series had been renewed for a second season .", "binary_answer": null, "no_answer_prob": -2.174931764602661}
{"example_id": 6990215982082182626, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1581212282180786}
{"example_id": 7257409262160366385, "prediction": "`` Nowhere to Run ''", "binary_answer": null, "no_answer_prob": 3.6363531351089478}
{"example_id": 3966732255584381917, "prediction": "$1.5 billion", "binary_answer": null, "no_answer_prob": -1.8946374654769897}
{"example_id": 2258999864447164929, "prediction": "coined in 1964", "binary_answer": null, "no_answer_prob": -0.6605985164642334}
{"example_id": -5009975311189505241, "prediction": "`` Walk on By '' is a song written by Kendall Hayes and performed by American country music artist Leroy Van Dyke", "binary_answer": null, "no_answer_prob": -1.377171516418457}
{"example_id": 5981180143912321829, "prediction": "", "binary_answer": null, "no_answer_prob": 3.855941414833069}
{"example_id": -1358587715518239752, "prediction": "", "binary_answer": null, "no_answer_prob": 2.061030626296997}
{"example_id": 8089887709008264914, "prediction": "During the premiere of season four", "binary_answer": null, "no_answer_prob": 3.1490920782089233}
{"example_id": 7824996343243111494, "prediction": "company", "binary_answer": null, "no_answer_prob": -2.9302788376808167}
{"example_id": -7233918791576540370, "prediction": "Dakota Johnson", "binary_answer": null, "no_answer_prob": -2.3734512329101562}
{"example_id": 3355483994204165797, "prediction": "The butcher , the baker , The candlestick maker . Turn them out , knaves all three .", "binary_answer": null, "no_answer_prob": 3.51972633600235}
{"example_id": 8848446046157157131, "prediction": "State Record high temperature Date Place ( s ) Record low temperature Date Place ( s ) Alabama", "binary_answer": null, "no_answer_prob": 0.9345506429672241}
{"example_id": -410573280373798687, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2688671350479126}
{"example_id": -1454228223909096333, "prediction": "Gregory Peck", "binary_answer": null, "no_answer_prob": -4.57682991027832}
{"example_id": -4967731513464486859, "prediction": "A key characteristic of an RTOS is the level of its consistency concerning the amount of time it takes to accept and complete an application 's task", "binary_answer": null, "no_answer_prob": -1.2902848720550537}
{"example_id": 8051266606003552495, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6189473867416382}
{"example_id": 6354312725665878671, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6162930727005005}
{"example_id": -7260543160385687988, "prediction": "September 7 , 2017", "binary_answer": null, "no_answer_prob": -0.5939104557037354}
{"example_id": 2556799146668514507, "prediction": "18 December 2022", "binary_answer": null, "no_answer_prob": -1.4782851934432983}
{"example_id": -934431359648712707, "prediction": "Cahokia", "binary_answer": null, "no_answer_prob": 0.3948853611946106}
{"example_id": -3150051241640674624, "prediction": "", "binary_answer": null, "no_answer_prob": 4.790157049894333}
{"example_id": 3953518350412364336, "prediction": "`` Sectionals ''", "binary_answer": null, "no_answer_prob": 3.696968674659729}
{"example_id": 2083236648006415359, "prediction": "Bacon 's Rebellion was an armed rebellion in 1676 by Virginia settlers led by Nathaniel Bacon", "binary_answer": null, "no_answer_prob": 2.6072395145893097}
{"example_id": 7530093689585344248, "prediction": "25 July 2015", "binary_answer": null, "no_answer_prob": 1.916694924235344}
{"example_id": -1685051125081684879, "prediction": "", "binary_answer": null, "no_answer_prob": 2.493042230606079}
{"example_id": 8634134016306466296, "prediction": "George Raymond Richard Martin", "binary_answer": null, "no_answer_prob": -2.4219183921813965}
{"example_id": -6147795213250384637, "prediction": "Good Hearted Woman", "binary_answer": null, "no_answer_prob": -5.019297003746033}
{"example_id": -9119513683886873211, "prediction": "The intersection has been known as `` Monkey Junction ''", "binary_answer": null, "no_answer_prob": -4.204635262489319}
{"example_id": 6887496307462976826, "prediction": "`` Na Na Hey Hey Kiss Him Goodbye ''", "binary_answer": null, "no_answer_prob": -1.0438737869262695}
{"example_id": 6214223468127790162, "prediction": "Anthony Tremaine ( son ; in Descendants only )", "binary_answer": null, "no_answer_prob": 1.9849050045013428}
{"example_id": 2573747801405167575, "prediction": "Bastille ( stylised as B\u0394STILLE", "binary_answer": null, "no_answer_prob": -2.103295922279358}
{"example_id": -8870758215289054360, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1084823608398438}
{"example_id": 3483615852936279142, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7413644790649414}
{"example_id": -4834617888811329669, "prediction": "Randy Newman and appearing on his 1972 album Sail Away .", "binary_answer": null, "no_answer_prob": -3.0006420612335205}
{"example_id": 3422962814323168684, "prediction": "Jon Erich Rauch", "binary_answer": null, "no_answer_prob": -4.549490571022034}
{"example_id": 5449768771083088630, "prediction": "`` Wannabe ''", "binary_answer": null, "no_answer_prob": -0.5705139636993408}
{"example_id": -3981242309919715179, "prediction": "Jessie is voiced by Joan Cusack", "binary_answer": null, "no_answer_prob": -0.7502098083496094}
{"example_id": -1178249013760555772, "prediction": "Worcester v. Georgia , 31 U.S. ( 6 Pet . ) 515 ( 1832 )", "binary_answer": null, "no_answer_prob": 0.1838340163230896}
{"example_id": 7458809192828368983, "prediction": "Over the course of his 17 - year major league career , Lefty Grove", "binary_answer": null, "no_answer_prob": 1.4847902059555054}
{"example_id": 2982588028865073956, "prediction": "Tootsie Pops are known for the catch phrase `` How many licks does it take to get to the Tootsie Roll center", "binary_answer": null, "no_answer_prob": 1.3534168004989624}
{"example_id": -8304772602302527004, "prediction": "Allsup", "binary_answer": null, "no_answer_prob": 2.101169317960739}
{"example_id": -2583153698203278906, "prediction": "August 19 , 2017", "binary_answer": null, "no_answer_prob": -1.4362390041351318}
{"example_id": -2467395989413253632, "prediction": "Brook Benton", "binary_answer": null, "no_answer_prob": 0.303536057472229}
{"example_id": 2725480316434557991, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6307562589645386}
{"example_id": -602966560765607592, "prediction": "Field", "binary_answer": null, "no_answer_prob": -3.6684072017669678}
{"example_id": -7422446586370875611, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0631973147392273}
{"example_id": 98262964342640738, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0298606753349304}
{"example_id": -5711760885009912246, "prediction": "classical antiquity ; for instance , important days are indicated in red in a calendar dating from the Roman Republic ( 509 -- 27 BC )", "binary_answer": null, "no_answer_prob": -3.007251739501953}
{"example_id": 5730539423945994874, "prediction": "Gheorghe Mure\u0219an", "binary_answer": null, "no_answer_prob": -0.10924482345581055}
{"example_id": 2203554116455320680, "prediction": "Name Number of locations Revenue Subway", "binary_answer": null, "no_answer_prob": 1.6279737949371338}
{"example_id": 4077698931842467403, "prediction": "`` Coconut '' is a novelty song written and first recorded by American singer - songwriter Harry Nilsson", "binary_answer": null, "no_answer_prob": 1.666229486465454}
{"example_id": -8182608113666119644, "prediction": "Seth Adham Curry", "binary_answer": null, "no_answer_prob": 0.34444448351860046}
{"example_id": -6102069576651551651, "prediction": "The Dukes of Hazzard", "binary_answer": null, "no_answer_prob": -1.1331093311309814}
{"example_id": 686473115238473936, "prediction": "As of 2017 , American actress", "binary_answer": null, "no_answer_prob": 0.7691013813018799}
{"example_id": 1019776745352425552, "prediction": "The Invisible Man", "binary_answer": null, "no_answer_prob": 3.187725841999054}
{"example_id": 9140184423933742473, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The metric system", "binary_answer": null, "no_answer_prob": 1.5285006165504456}
{"example_id": 4408652218476299792, "prediction": "New York 's 1st district : Lee Zeldin", "binary_answer": null, "no_answer_prob": 1.1114121824502945}
{"example_id": -7791429185683450364, "prediction": "", "binary_answer": null, "no_answer_prob": -5.131970286369324}
{"example_id": -5675324994915280778, "prediction": "Warren Hastings", "binary_answer": null, "no_answer_prob": -1.0366742610931396}
{"example_id": 533666735481432729, "prediction": "", "binary_answer": null, "no_answer_prob": 2.257970243692398}
{"example_id": -7667094246768501797, "prediction": "The name of Greece", "binary_answer": null, "no_answer_prob": -1.1054822206497192}
{"example_id": 6041570491987688569, "prediction": "Little Tokyo , also known as Little Tokyo Historic District", "binary_answer": null, "no_answer_prob": 0.4861963987350464}
{"example_id": 1538521268068601128, "prediction": "26 March 2015", "binary_answer": null, "no_answer_prob": -5.76686704158783}
{"example_id": -5082320203138173711, "prediction": "1898", "binary_answer": null, "no_answer_prob": -2.5153857469558716}
{"example_id": 1648152629454333942, "prediction": "The large majority of the film 's scenes were shot in Cortina d'Ampezzo , Dolomites , Italy", "binary_answer": null, "no_answer_prob": 0.7235845327377319}
{"example_id": -5162121679183072559, "prediction": "The canon of the New Testament", "binary_answer": null, "no_answer_prob": -1.4240810871124268}
{"example_id": -8080273652888190604, "prediction": "", "binary_answer": null, "no_answer_prob": 3.607824683189392}
{"example_id": -5070110728554912727, "prediction": "J\u00f8rn Utzon ( 1973 ) Years active 1888 -- 2000 Country International", "binary_answer": null, "no_answer_prob": 2.3267780542373657}
{"example_id": -4989492258683338617, "prediction": "Caterina Scorsone", "binary_answer": null, "no_answer_prob": -4.652586936950684}
{"example_id": 7669326562226780180, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6504846811294556}
{"example_id": 484470126527305897, "prediction": "`` Miami Vice Theme", "binary_answer": null, "no_answer_prob": -4.694411277770996}
{"example_id": -5164304133785002387, "prediction": "Embalming", "binary_answer": null, "no_answer_prob": -2.4481526613235474}
{"example_id": -7983426591972331679, "prediction": "The National Assembly of Pakistan", "binary_answer": null, "no_answer_prob": 1.0146780610084534}
{"example_id": -5744814129165007073, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2183794528245926}
{"example_id": 3862790378558466710, "prediction": "`` The Story ''", "binary_answer": null, "no_answer_prob": 1.9247012585401535}
{"example_id": 1473472112489240672, "prediction": "", "binary_answer": null, "no_answer_prob": -0.27973246574401855}
{"example_id": 7184014639679117710, "prediction": "Willie Nelson", "binary_answer": null, "no_answer_prob": -4.892768979072571}
{"example_id": 4303732842646248205, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7305707335472107}
{"example_id": -4526902797058130110, "prediction": "Peter Billingsley", "binary_answer": null, "no_answer_prob": -3.540380120277405}
{"example_id": -6857566457543937660, "prediction": "Portuguese and Spanish", "binary_answer": null, "no_answer_prob": -0.9280398488044739}
{"example_id": 1524159684855059830, "prediction": "English", "binary_answer": null, "no_answer_prob": -4.149478912353516}
{"example_id": 2398574507281029706, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6021233797073364}
{"example_id": -4137477048170178241, "prediction": "France", "binary_answer": null, "no_answer_prob": -2.9585734605789185}
{"example_id": -966663745163674657, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3052011728286743}
{"example_id": 7043888355055890503, "prediction": "Alaska", "binary_answer": null, "no_answer_prob": 0.11919564008712769}
{"example_id": -1012033584275218735, "prediction": "The permanent members of the United Nations Security Council", "binary_answer": null, "no_answer_prob": 2.783842444419861}
{"example_id": -8821658835951550836, "prediction": "", "binary_answer": null, "no_answer_prob": 4.281203091144562}
{"example_id": 4683798436554413780, "prediction": "Oklahoma", "binary_answer": null, "no_answer_prob": 0.2986721396446228}
{"example_id": 3847837738326967981, "prediction": "", "binary_answer": null, "no_answer_prob": -3.547597825527191}
{"example_id": 5215569896605295887, "prediction": "Chitty Chitty Bang Bang is a 1968", "binary_answer": null, "no_answer_prob": -0.5170274972915649}
{"example_id": -2843329549539034513, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7664294838905334}
{"example_id": 2683224513498282191, "prediction": "Dylan Baker", "binary_answer": null, "no_answer_prob": 4.034268245100975}
{"example_id": -800806536118281068, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": 1.2068013325333595}
{"example_id": 4101308445261248431, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2693166732788086}
{"example_id": -6032375211501891062, "prediction": "", "binary_answer": null, "no_answer_prob": 3.508538842201233}
{"example_id": -9005114087681438911, "prediction": "Star Wars : The Force Awakens", "binary_answer": null, "no_answer_prob": -1.5299978256225586}
{"example_id": 4740689866228195176, "prediction": "", "binary_answer": null, "no_answer_prob": 1.784071445465088}
{"example_id": -6336549265337264825, "prediction": "", "binary_answer": null, "no_answer_prob": 4.047683119773865}
{"example_id": -594727492878085052, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8063290119171143}
{"example_id": -2613805182547288765, "prediction": "Patricia Helen Heaton", "binary_answer": null, "no_answer_prob": -1.7410248517990112}
{"example_id": -6706002331410751349, "prediction": "The Knights of the Round Table", "binary_answer": null, "no_answer_prob": -0.5596714019775391}
{"example_id": -4136189292932486703, "prediction": "June 29 , 2018", "binary_answer": null, "no_answer_prob": -0.38332390785217285}
{"example_id": -1312044215205078776, "prediction": "2012", "binary_answer": null, "no_answer_prob": -1.3388837575912476}
{"example_id": 2990341726890901361, "prediction": "`` Strangers in the Night '' is a song credited to Bert Kaempfert", "binary_answer": null, "no_answer_prob": 1.779301479458809}
{"example_id": 4441813942351652926, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1518280506134033}
{"example_id": -3943859381144544184, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6293879449367523}
{"example_id": -6159698557094007503, "prediction": "`` I 'm Not the Only One '' is a song recorded by English singer Sam Smith", "binary_answer": null, "no_answer_prob": 2.698632560670376}
{"example_id": 9173616713528012335, "prediction": "Sri Gupta", "binary_answer": null, "no_answer_prob": -6.7807453870773315}
{"example_id": 18181362955988094, "prediction": "Acts of the Apostles", "binary_answer": null, "no_answer_prob": -1.5113074779510498}
{"example_id": -3423505803602251471, "prediction": "", "binary_answer": null, "no_answer_prob": 4.721985578536987}
{"example_id": 2353915828397382515, "prediction": "May 14 , 2018 ( 2018 - 05 - 14 ) TBA", "binary_answer": null, "no_answer_prob": 0.5011258125305176}
{"example_id": -6339549143246224695, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9802826717495918}
{"example_id": -1679520392051387388, "prediction": "Glen Campbell . The song enjoyed huge popularity with both country and pop audiences when it was released in 1975 .", "binary_answer": null, "no_answer_prob": 1.4882361590862274}
{"example_id": -5997422494186860203, "prediction": "`` Wings of a Dove", "binary_answer": null, "no_answer_prob": 1.8501214236021042}
{"example_id": 3104958461517881960, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5127930641174316}
{"example_id": 4655668754667193182, "prediction": "", "binary_answer": null, "no_answer_prob": 4.249614238739014}
{"example_id": -3688060931787394485, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2813704013824463}
{"example_id": 5005087010238343711, "prediction": "", "binary_answer": null, "no_answer_prob": 2.113524377346039}
{"example_id": 5618576898438421377, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7330230474472046}
{"example_id": 8170950913865010587, "prediction": "7.9 inches", "binary_answer": null, "no_answer_prob": -4.136815428733826}
{"example_id": 8558995254485344479, "prediction": "Philosophically , ruminations of the human mind and its processes have been around since the times of the ancient Greeks", "binary_answer": null, "no_answer_prob": -0.1687328815460205}
{"example_id": 5009383706979940725, "prediction": "Euclid", "binary_answer": null, "no_answer_prob": 2.433950662612915}
{"example_id": -3172652774675351475, "prediction": "April 26 -- 28 at AT&T Stadium in Arlington , Texas", "binary_answer": null, "no_answer_prob": 0.4793420433998108}
{"example_id": -3865940004746414966, "prediction": "`` Fore ! '' , originally an Australian interjection", "binary_answer": null, "no_answer_prob": -1.1519383192062378}
{"example_id": 7419657557671121028, "prediction": "Zheng He", "binary_answer": null, "no_answer_prob": -4.61467981338501}
{"example_id": -7514137616900537978, "prediction": "In 1845 , the Republic of Texas", "binary_answer": null, "no_answer_prob": 2.7394520044326782}
{"example_id": -4492454991402431278, "prediction": "The fifth season of the American crime thriller television series The Blacklist", "binary_answer": null, "no_answer_prob": 4.1746652871370316}
{"example_id": -2795650974172775315, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3838216066360474}
{"example_id": 6901901305968734632, "prediction": "Nueva canci\u00f3n", "binary_answer": null, "no_answer_prob": 0.1562727689743042}
{"example_id": 3250392247351354256, "prediction": "Hawaii", "binary_answer": null, "no_answer_prob": -3.01008540391922}
{"example_id": -7316685266820094486, "prediction": "Guitar Hero Live", "binary_answer": null, "no_answer_prob": 0.9498827457427979}
{"example_id": 230009827411208826, "prediction": "England", "binary_answer": null, "no_answer_prob": -2.6783589720726013}
{"example_id": 5164592429866749544, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 0.2772858738899231}
{"example_id": -3690449233496442110, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Geographical renaming", "binary_answer": null, "no_answer_prob": 2.6382410526275635}
{"example_id": 2756759730168487786, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6837761402130127}
{"example_id": 913410133015681740, "prediction": "", "binary_answer": null, "no_answer_prob": -0.741426058113575}
{"example_id": -9069199759855046323, "prediction": "", "binary_answer": null, "no_answer_prob": 4.037238717079163}
{"example_id": -4401462566462442042, "prediction": "Isoroku Yamamoto 's sleeping giant quotation", "binary_answer": null, "no_answer_prob": 1.58000648021698}
{"example_id": -8284654459255249605, "prediction": "", "binary_answer": null, "no_answer_prob": 5.227010369300842}
{"example_id": -5760961253354856941, "prediction": "Kim Victoria Fields", "binary_answer": null, "no_answer_prob": 0.04462015628814697}
{"example_id": -7464842467064304594, "prediction": "Sugarloaf", "binary_answer": null, "no_answer_prob": -0.5811352729797363}
{"example_id": 1146545479165504512, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The heart shape", "binary_answer": null, "no_answer_prob": 3.0079641342163086}
{"example_id": 8078031838670729603, "prediction": "", "binary_answer": null, "no_answer_prob": -0.769730269908905}
{"example_id": -8036563285204482986, "prediction": "Amarasimha", "binary_answer": null, "no_answer_prob": -3.878023386001587}
{"example_id": -4781076157089758377, "prediction": "David Bowie", "binary_answer": null, "no_answer_prob": -2.7764506340026855}
{"example_id": -6529211464561411810, "prediction": "", "binary_answer": null, "no_answer_prob": 2.586344361305237}
{"example_id": 838899498258281787, "prediction": "", "binary_answer": null, "no_answer_prob": 1.482899695634842}
{"example_id": -2365135120870407461, "prediction": "", "binary_answer": null, "no_answer_prob": 4.012649953365326}
{"example_id": 1617928488861000814, "prediction": "Samsung Galaxy S6 , Samsung Galaxy S6 Edge , and Samsung Galaxy S6 Edge+ are Android smartphones", "binary_answer": null, "no_answer_prob": -4.177655100822449}
{"example_id": -8997340498483679725, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3789342641830444}
{"example_id": 7306754908990268475, "prediction": "Dan Patrick", "binary_answer": null, "no_answer_prob": -1.2818607091903687}
{"example_id": -4304959631821014421, "prediction": "The Georgia Satellites", "binary_answer": null, "no_answer_prob": -2.83178174495697}
{"example_id": 8314298206458547717, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7981338500976562}
{"example_id": 5815958513771781298, "prediction": "55 miles per hour ( 90 km / h )", "binary_answer": null, "no_answer_prob": -1.697295904159546}
{"example_id": -826978943728327674, "prediction": "Since the office was established in 1789 , 44 men have served as president . The first , George Washington", "binary_answer": null, "no_answer_prob": 1.3702737092971802}
{"example_id": -4969087119135536443, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7102872133255005}
{"example_id": 603650290631935779, "prediction": "23 October 12 , 2017 ( 2017 - 10 - 12 ) May 17 , 2018 ( 2018 - 05 - 17 ) TBA TBA", "binary_answer": null, "no_answer_prob": 2.122843027114868}
{"example_id": -1220410632514721566, "prediction": "Ashley Johnson", "binary_answer": null, "no_answer_prob": -1.5728251934051514}
{"example_id": -6073562933660662827, "prediction": "`` The Second Coming", "binary_answer": null, "no_answer_prob": 2.1836569905281067}
{"example_id": -4205969945732400824, "prediction": "", "binary_answer": null, "no_answer_prob": -3.6466994285583496}
{"example_id": -6749766470883435912, "prediction": "Theater drapes and stage curtains", "binary_answer": null, "no_answer_prob": 1.6724623441696167}
{"example_id": -512527307772390265, "prediction": "`` Big Apple '' is a nickname for New York City", "binary_answer": null, "no_answer_prob": -3.5867632627487183}
{"example_id": 5967838168465472780, "prediction": "Married couple Uchenna and Joyce Agu were the winners of this season .", "binary_answer": null, "no_answer_prob": -2.9573978185653687}
{"example_id": -4863208068075161739, "prediction": "Please Please Me", "binary_answer": null, "no_answer_prob": -1.4760286808013916}
{"example_id": 3367971903914157472, "prediction": "`` Blowin ' in the Wind ''", "binary_answer": null, "no_answer_prob": -1.1210209131240845}
{"example_id": 7586227780813314183, "prediction": "The Anglo - Saxons", "binary_answer": null, "no_answer_prob": 0.30354392528533936}
{"example_id": -131976161275180329, "prediction": "", "binary_answer": null, "no_answer_prob": 1.397397518157959}
{"example_id": -5650809856853254137, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6843276023864746}
{"example_id": -726932067100199690, "prediction": "Colin Arthur O'Donoghue", "binary_answer": null, "no_answer_prob": -6.870052337646484}
{"example_id": -3166694672738461990, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7607564330101013}
{"example_id": 5552576130266290611, "prediction": "Joey Chestnut", "binary_answer": null, "no_answer_prob": -2.926719009876251}
{"example_id": -1863162320307571361, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5525494739413261}
{"example_id": 5148884682261695737, "prediction": "Jill Abbott", "binary_answer": null, "no_answer_prob": -0.33447062969207764}
{"example_id": 4205742444831365762, "prediction": "", "binary_answer": null, "no_answer_prob": 4.209461688995361}
{"example_id": -3236753749546955553, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3501620292663574}
{"example_id": -992946657879654844, "prediction": "Burkina Faso", "binary_answer": null, "no_answer_prob": 1.1821119487285614}
{"example_id": 5267857117065594150, "prediction": "A polyglot", "binary_answer": null, "no_answer_prob": 1.4220519363880157}
{"example_id": -8296998084172374636, "prediction": "The term originates in the systematic psychological manipulation of a victim by her husband in the 1938 stage play Gas Light", "binary_answer": null, "no_answer_prob": -0.535179615020752}
{"example_id": 2615547223969794227, "prediction": "Spruce Knob", "binary_answer": null, "no_answer_prob": -8.263782024383545}
{"example_id": -7359504353912795143, "prediction": "`` Help Me Make It Through The Night ''", "binary_answer": null, "no_answer_prob": 1.2242927253246307}
{"example_id": -281488856129698205, "prediction": "the Paris Sisters", "binary_answer": null, "no_answer_prob": 1.136154294013977}
{"example_id": 6442818086505478469, "prediction": "Christopher Allen Lloyd", "binary_answer": null, "no_answer_prob": -3.2973166704177856}
{"example_id": 6747144007403700559, "prediction": "", "binary_answer": null, "no_answer_prob": 3.523077964782715}
{"example_id": 2731718849211499422, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.826722741127014}
{"example_id": -888659052107499201, "prediction": "", "binary_answer": null, "no_answer_prob": 3.073430299758911}
{"example_id": 91157977445677616, "prediction": "season 8", "binary_answer": null, "no_answer_prob": 2.4827024936676025}
{"example_id": -2230102276063929932, "prediction": "", "binary_answer": null, "no_answer_prob": -0.15889307856559753}
{"example_id": 627924484274256370, "prediction": "", "binary_answer": null, "no_answer_prob": 2.660642087459564}
{"example_id": -3878284854900438676, "prediction": "Albert Brooks", "binary_answer": null, "no_answer_prob": -5.753679990768433}
{"example_id": 4755918619759157563, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0560598373413086}
{"example_id": 4876639228548160552, "prediction": "around 80 -- 90 AD", "binary_answer": null, "no_answer_prob": -2.9640660285949707}
{"example_id": 9014191735442103133, "prediction": "The United States Declaration of Independence is the statement adopted by the Second Continental Congress", "binary_answer": null, "no_answer_prob": 1.3797852098941803}
{"example_id": -8118644352336224192, "prediction": "general contractor Mike Holmes", "binary_answer": null, "no_answer_prob": -0.08136343955993652}
{"example_id": -6392749765400342827, "prediction": "South Korea -- United States relations", "binary_answer": null, "no_answer_prob": -0.39582977443933487}
{"example_id": -8817675850857402488, "prediction": "", "binary_answer": null, "no_answer_prob": -3.383719801902771}
{"example_id": 2009481386569838770, "prediction": "Westphalia as the beginning of the modern international system , based on the concept of Westphalian sovereignty .", "binary_answer": null, "no_answer_prob": 0.6838781833648682}
{"example_id": 7981572834510553217, "prediction": "a meeting of great men in the tribe , whereas , samiti was a meeting of all free tribesmen", "binary_answer": null, "no_answer_prob": 2.1165456771850586}
{"example_id": -2268892771904245040, "prediction": "Hawaii", "binary_answer": null, "no_answer_prob": -2.377964496612549}
{"example_id": 3699573018209589701, "prediction": "Maria", "binary_answer": null, "no_answer_prob": -0.9618674516677856}
{"example_id": 8351607903539491538, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5618817806243896}
{"example_id": 7514662139319106084, "prediction": "", "binary_answer": null, "no_answer_prob": 2.230707958340645}
{"example_id": -2079191042845363147, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4884852468967438}
{"example_id": 4383366077260435539, "prediction": "sea urchins , fish , sea stars and humans .", "binary_answer": null, "no_answer_prob": 1.9819564446806908}
{"example_id": -8198378858661156137, "prediction": "Willy Wonka & the Chocolate Factory", "binary_answer": null, "no_answer_prob": 3.1557178497314453}
{"example_id": 7827957986033574004, "prediction": "Apollo 11", "binary_answer": null, "no_answer_prob": -2.472526788711548}
{"example_id": 5010703991096493745, "prediction": "Grace Jones", "binary_answer": null, "no_answer_prob": -5.07573664188385}
{"example_id": -4898853073078268065, "prediction": "the Quapaw", "binary_answer": null, "no_answer_prob": -2.724656105041504}
{"example_id": -675453680088961188, "prediction": "Rodrigo Mu\u00f1oz de Guzm\u00e1n , who first appears in a document from 1134 and was the founder of the noble family of this name .", "binary_answer": null, "no_answer_prob": -3.8223013877868652}
{"example_id": 4927435668170444634, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Half - mast", "binary_answer": null, "no_answer_prob": 2.1982523426413536}
{"example_id": 1636473245041621096, "prediction": "", "binary_answer": null, "no_answer_prob": 2.476700723171234}
{"example_id": 3506569397136907907, "prediction": "Edappadi K. Palaniswami", "binary_answer": null, "no_answer_prob": -8.389873147010803}
{"example_id": -8994689472607853867, "prediction": "Total area Land area Water State / territory Rank sq mi km2 Rank sq mi km2 % land Rank sq mi km2 % water Alaska", "binary_answer": null, "no_answer_prob": -0.018526792526245117}
{"example_id": 9214534648926827418, "prediction": "December 17 , 2013", "binary_answer": null, "no_answer_prob": -3.7094886302948}
{"example_id": -1773619160306452687, "prediction": "", "binary_answer": null, "no_answer_prob": 4.100625038146973}
{"example_id": -5878189243047588069, "prediction": "", "binary_answer": null, "no_answer_prob": 2.350451648235321}
{"example_id": -8561418966099492869, "prediction": "March 13 , 2018 , and concluded with the championship game on April 2 at the Alamodome in San Antonio , Texas .", "binary_answer": null, "no_answer_prob": 1.702551506459713}
{"example_id": -6678480146006657324, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -3.9859460592269897}
{"example_id": -8558973673910499616, "prediction": "The University was founded as South Carolina College", "binary_answer": null, "no_answer_prob": -2.010836362838745}
{"example_id": -8919670154035867872, "prediction": "Seven - digit dialing", "binary_answer": null, "no_answer_prob": -0.3295971155166626}
{"example_id": 7350571932406966606, "prediction": "Wind on the Water is the second album by Crosby & Nash", "binary_answer": null, "no_answer_prob": 2.9145155549049377}
{"example_id": -5647063699579764923, "prediction": "", "binary_answer": null, "no_answer_prob": 1.698969841003418}
{"example_id": 7825479421410280631, "prediction": "`` Baa , Baa , Black Sheep", "binary_answer": null, "no_answer_prob": 4.242727130651474}
{"example_id": 5941795906329483392, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.088106393814087}
{"example_id": 6323413886525189681, "prediction": "The film was completed on a $114,000 budget and shot outside Pittsburgh", "binary_answer": null, "no_answer_prob": -0.6442592144012451}
{"example_id": -474710302552435633, "prediction": "Captain America : Civil War", "binary_answer": null, "no_answer_prob": -2.437525987625122}
{"example_id": -3555217446651366230, "prediction": "Krishnakumar Kunnath", "binary_answer": null, "no_answer_prob": 3.5441580414772034}
{"example_id": -2505748164471207132, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3139552474021912}
{"example_id": 371675702092173493, "prediction": "Albany", "binary_answer": null, "no_answer_prob": -3.4635437726974487}
{"example_id": 8234966746598000467, "prediction": "The 2017 Edition will feature multiple Grammy , ACM and CMA winners LITTLE BIG TOWN and 5 - time Grammy nominee HUNTER HAYES", "binary_answer": null, "no_answer_prob": 2.121140480041504}
{"example_id": 9076460978711502873, "prediction": "`` Twinkle , Twinkle , Little Star '' is a popular English lullaby", "binary_answer": null, "no_answer_prob": 0.42892539501190186}
{"example_id": -7357488296068777083, "prediction": "Munich", "binary_answer": null, "no_answer_prob": -4.8538631200790405}
{"example_id": 5690381869447232848, "prediction": "LaVern Baker", "binary_answer": null, "no_answer_prob": 2.0241878628730774}
{"example_id": -260178909413806869, "prediction": "", "binary_answer": null, "no_answer_prob": 4.191165506839752}
{"example_id": -8689966629396228764, "prediction": "Germany", "binary_answer": null, "no_answer_prob": -1.8504276275634766}
{"example_id": -8517714401308757739, "prediction": "Disruptive innovation", "binary_answer": null, "no_answer_prob": -6.338751912117004}
{"example_id": 4852989952673395013, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1871663331985474}
{"example_id": 7998464299329658776, "prediction": "", "binary_answer": null, "no_answer_prob": 2.778910145163536}
{"example_id": -1776310593007559070, "prediction": "North Korea 's economy is a centrally planned system", "binary_answer": null, "no_answer_prob": -0.8553708791732788}
{"example_id": -9135912544384644791, "prediction": "", "binary_answer": null, "no_answer_prob": -3.1502045392990112}
{"example_id": -4666443136178285609, "prediction": "Caribbean", "binary_answer": null, "no_answer_prob": 4.428506374359131}
{"example_id": -928594404304696003, "prediction": "Peyton Manning", "binary_answer": null, "no_answer_prob": -3.372563362121582}
{"example_id": -5818906764192144597, "prediction": "edged weapons such as knives and swords", "binary_answer": null, "no_answer_prob": 0.369464635848999}
{"example_id": 1358197117613550027, "prediction": "37.8 years in 2015 .", "binary_answer": null, "no_answer_prob": -1.511688232421875}
{"example_id": 1870092111876265459, "prediction": "The paladins", "binary_answer": null, "no_answer_prob": 0.13359808921813965}
{"example_id": -5993297066926450942, "prediction": "The surrender of Imperial Japan", "binary_answer": null, "no_answer_prob": 0.6243006736040115}
{"example_id": -3686633148544147788, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2558875977993011}
{"example_id": 5577558704089966787, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6970824599266052}
{"example_id": -9085859551079429688, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4322116374969482}
{"example_id": 4318168127658657527, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8980477452278137}
{"example_id": 2814616656303723979, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A covalent bond", "binary_answer": null, "no_answer_prob": 0.30349063873291016}
{"example_id": 6570443606113831185, "prediction": "Eros", "binary_answer": null, "no_answer_prob": -5.0422574281692505}
{"example_id": 8583998494163939856, "prediction": "Seventeen '' ; the track was unable to match the popularity of `` Crazy For You '' and peaked at # 11 .", "binary_answer": null, "no_answer_prob": 2.8348188400268555}
{"example_id": -946401483593646179, "prediction": "Dr. Miles Bronson", "binary_answer": null, "no_answer_prob": -8.358451247215271}
{"example_id": 5504664106004626810, "prediction": "The Bill of Rights is the first ten amendments to the United States Constitution", "binary_answer": null, "no_answer_prob": -2.9038472175598145}
{"example_id": -1283343564030787069, "prediction": "Kannauj", "binary_answer": null, "no_answer_prob": -1.4084265232086182}
{"example_id": 2165727753477382226, "prediction": "Cristin Milioti", "binary_answer": null, "no_answer_prob": -0.4011855125427246}
{"example_id": 7445075245440727123, "prediction": "Freddie Highmore", "binary_answer": null, "no_answer_prob": -5.941644906997681}
{"example_id": 7893591519456747125, "prediction": "A -- la -- Ke 4 : 42 8 . May you walk in sunshine 3 : 57", "binary_answer": null, "no_answer_prob": 1.4333362579345703}
{"example_id": 4419198180010346927, "prediction": "Bass singer Len Dresslar", "binary_answer": null, "no_answer_prob": -3.0152900218963623}
{"example_id": 8629904539305064115, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1317780623212457}
{"example_id": -7358985108697827429, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1277439892292023}
{"example_id": -6021263308637483805, "prediction": "The seventh and penultimate season of the fantasy drama television series Game of Thrones", "binary_answer": null, "no_answer_prob": 1.368247628211975}
{"example_id": 1789353952500135993, "prediction": "United States", "binary_answer": null, "no_answer_prob": -0.004063963890075684}
{"example_id": -963269509157387942, "prediction": "The climate of Vancouver , British Columbia , Canada is a moderate oceanic climate", "binary_answer": null, "no_answer_prob": 1.1535834819078445}
{"example_id": 632248995888823288, "prediction": "", "binary_answer": null, "no_answer_prob": 4.100965976715088}
{"example_id": -8277699736573357358, "prediction": "The India Gate", "binary_answer": null, "no_answer_prob": 2.0906756073236465}
{"example_id": 2415049365334568294, "prediction": "1895", "binary_answer": null, "no_answer_prob": -5.249947428703308}
{"example_id": -4282190165709887673, "prediction": "22", "binary_answer": null, "no_answer_prob": -1.514052152633667}
{"example_id": 8398381874376277530, "prediction": "Marine Corps Air Station Yuma , Arizona", "binary_answer": null, "no_answer_prob": 1.3871628642082214}
{"example_id": 7378506612974018392, "prediction": "The 1999 Stanley Cup Finals", "binary_answer": null, "no_answer_prob": 2.2117751836776733}
{"example_id": -7801752067961474063, "prediction": "October 1 , 1908", "binary_answer": null, "no_answer_prob": -7.1262242794036865}
{"example_id": 4683925199192411806, "prediction": "sometime during summer 2017 .", "binary_answer": null, "no_answer_prob": 3.532338500022888}
{"example_id": -5635521522393625275, "prediction": "Gary Leonard Oldman", "binary_answer": null, "no_answer_prob": 1.9083824157714844}
{"example_id": 7729420216573780021, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1340457051992416}
{"example_id": -5994132100550064902, "prediction": "Harry Potter", "binary_answer": null, "no_answer_prob": -0.09628963470458984}
{"example_id": -3999340785005931159, "prediction": "The United Nations Convention on the Rights of the Child", "binary_answer": null, "no_answer_prob": 0.28953659534454346}
{"example_id": 5214492005049085177, "prediction": "Kavan Smith", "binary_answer": null, "no_answer_prob": -1.0900328159332275}
{"example_id": -8676859342789167171, "prediction": "`` Grass Ai n't Greener '' is a song by American singer Chris Brown", "binary_answer": null, "no_answer_prob": 2.2610013308003545}
{"example_id": 834243492551032168, "prediction": "Betty and Veronica # 320", "binary_answer": null, "no_answer_prob": -2.9177589416503906}
{"example_id": 1442515979516912325, "prediction": "", "binary_answer": null, "no_answer_prob": 5.258380472660065}
{"example_id": -6191164151568654127, "prediction": "I Walk the Line is a 1970 film directed by John Frankenheimer and starring Gregory Peck and Tuesday Weld", "binary_answer": null, "no_answer_prob": 2.022477865219116}
{"example_id": -3536131815820112023, "prediction": "", "binary_answer": null, "no_answer_prob": -0.23777085542678833}
{"example_id": -6058308562633160323, "prediction": "", "binary_answer": null, "no_answer_prob": -0.04284179210662842}
{"example_id": -7140133261497857996, "prediction": "The Electronic Communications Privacy Act of 1986 ( ECPA )", "binary_answer": null, "no_answer_prob": -0.24891281127929688}
{"example_id": 2260972065295932603, "prediction": "Free hit is a cricket term , relevant in One Day Internationals and Twenty20 matches", "binary_answer": null, "no_answer_prob": -2.2788180112838745}
{"example_id": 4106786333921430334, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7945692539215088}
{"example_id": -5331609887900491379, "prediction": "Season Saga Episodes Originally aired First aired Last aired God of Destruction", "binary_answer": null, "no_answer_prob": 5.413956165313721}
{"example_id": 8585579506277437881, "prediction": "Qatar", "binary_answer": null, "no_answer_prob": -4.343137204647064}
{"example_id": -991000090485382624, "prediction": "The Bridge of San Luis Rey", "binary_answer": null, "no_answer_prob": -0.879054069519043}
{"example_id": -4026673003526250366, "prediction": "Leslie Samuel Phillips", "binary_answer": null, "no_answer_prob": 1.7624973058700562}
{"example_id": 1294455896202203415, "prediction": "Venkaiah Naidu", "binary_answer": null, "no_answer_prob": -5.107809066772461}
{"example_id": 6471864407135045863, "prediction": "Jimmy Ruffin", "binary_answer": null, "no_answer_prob": -2.664311647415161}
{"example_id": 1781071549104033230, "prediction": "26", "binary_answer": null, "no_answer_prob": -0.7715673446655273}
{"example_id": 43706727399734161, "prediction": "Keala Settle", "binary_answer": null, "no_answer_prob": -0.5385631322860718}
{"example_id": 5066766694112642360, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3479843735694885}
{"example_id": -5057028508583964839, "prediction": "It ( also known as It : Chapter One", "binary_answer": null, "no_answer_prob": 0.7227966785430908}
{"example_id": -2531208165794657575, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9571887254714966}
{"example_id": 7774732896011540426, "prediction": "Brave New World is a dystopian novel written in 1931 by English author Aldous Huxley , and published in 1932", "binary_answer": null, "no_answer_prob": -1.8613296747207642}
{"example_id": 5184234311442514658, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -3.5677160024642944}
{"example_id": -8987113309871232772, "prediction": "The United States Colored Troops", "binary_answer": null, "no_answer_prob": 0.7617776393890381}
{"example_id": -492960371255977685, "prediction": "Perfect is the enemy of good is an aphorism", "binary_answer": null, "no_answer_prob": 0.004259824752807617}
{"example_id": 8585212527779664827, "prediction": "Margaret Brainard Hamilton", "binary_answer": null, "no_answer_prob": -1.6610244512557983}
{"example_id": -6038945350256792205, "prediction": "`` Suite : Judy Blue Eyes ''", "binary_answer": null, "no_answer_prob": 3.3331179022789}
{"example_id": 2111754417887612334, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5704392939805984}
{"example_id": -1429001353323611358, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9008208513259888}
{"example_id": 6339715100961540201, "prediction": "`` Ai n't No Mountain High Enough ''", "binary_answer": null, "no_answer_prob": -1.3037406206130981}
{"example_id": -1973826659580086416, "prediction": "Peace , Love & Misunderstanding", "binary_answer": null, "no_answer_prob": -2.5451486110687256}
{"example_id": 2384076583861705757, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7414114475250244}
{"example_id": 3668873468409180311, "prediction": "The ground state of a quantum mechanical system is its lowest - energy state", "binary_answer": null, "no_answer_prob": 1.7513410151004791}
{"example_id": -4448462803531673522, "prediction": "The signing of the United States Declaration of Independence occurred primarily on August 2 , 1776", "binary_answer": null, "no_answer_prob": 0.03847545385360718}
{"example_id": -1277442858964104575, "prediction": "Filmed at the foothills of Mount Rainier in Eatonville , Washington", "binary_answer": null, "no_answer_prob": 0.4510408639907837}
{"example_id": 5115642215727784195, "prediction": "The role of the United States in the Vietnam War began after World War II and escalated into full commitment during the Vietnam War", "binary_answer": null, "no_answer_prob": 0.6547592729330063}
{"example_id": 4596657966376717676, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1856788396835327}
{"example_id": 6459178166963583313, "prediction": "`` Dancing on My Own '' is a song by Swedish singer Robyn", "binary_answer": null, "no_answer_prob": 2.329381972551346}
{"example_id": 4962452726948808217, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8886573314666748}
{"example_id": -4438454610800538234, "prediction": "Super Bowl XXXVII", "binary_answer": null, "no_answer_prob": -1.1570245027542114}
{"example_id": -3333264597997019941, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3270598649978638}
{"example_id": 3337072338727261065, "prediction": "United Arab Emirates", "binary_answer": null, "no_answer_prob": -3.3979575634002686}
{"example_id": 5098459919307938327, "prediction": "Archimedes", "binary_answer": null, "no_answer_prob": 2.0207663774490356}
{"example_id": -6170758553904696400, "prediction": "Ferlin Husky", "binary_answer": null, "no_answer_prob": -1.585503101348877}
{"example_id": -6596979289733306572, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8275986658409238}
{"example_id": -6162333554866458614, "prediction": "Caesar", "binary_answer": null, "no_answer_prob": -0.29645025730133057}
{"example_id": 7457627639617431907, "prediction": "An oncogene", "binary_answer": null, "no_answer_prob": 1.54242342710495}
{"example_id": -7257218492636779276, "prediction": "Oedipus", "binary_answer": null, "no_answer_prob": -1.9486733675003052}
{"example_id": 3475861671182753717, "prediction": "The abbreviations MC and MCC are both used to mean `` motorcycle club", "binary_answer": null, "no_answer_prob": -4.0588483810424805}
{"example_id": 6693310442126683022, "prediction": "Emotional intelligence", "binary_answer": null, "no_answer_prob": 3.845185339450836}
{"example_id": 3894106123158746021, "prediction": "The Spirit of the Laws", "binary_answer": null, "no_answer_prob": -5.672180116176605}
{"example_id": -3187170524176385709, "prediction": "Hypertext is text", "binary_answer": null, "no_answer_prob": 2.3709508180618286}
{"example_id": -8568726916559239812, "prediction": "Since the 2000 United States presidential election , red states and blue states", "binary_answer": null, "no_answer_prob": 3.0034590363502502}
{"example_id": 4235175264247803933, "prediction": "Banda Aceh", "binary_answer": null, "no_answer_prob": 0.7889357805252075}
{"example_id": 6270502406378791413, "prediction": "Rick Astley", "binary_answer": null, "no_answer_prob": -6.133641362190247}
{"example_id": 8427714729898690361, "prediction": "`` Lupang Hinirang", "binary_answer": null, "no_answer_prob": -1.7420991659164429}
{"example_id": -7405164713144976253, "prediction": "Prince George , The Prince Regent from Blackadder the Third .", "binary_answer": null, "no_answer_prob": 4.019085884094238}
{"example_id": 2251755405631415787, "prediction": "Pierre de Fr\u00e9dy , Baron de Coubertin", "binary_answer": null, "no_answer_prob": -8.83182179927826}
{"example_id": -8482066971437990217, "prediction": "The show 's theme song is called `` Today is Gonna Be a Great Day '' performed by Bowling For Soup", "binary_answer": null, "no_answer_prob": -2.982592821121216}
{"example_id": 1276418571982750964, "prediction": "Starting at the prime meridian and heading eastward , the Tropic of Cancer passes through 16 countries :", "binary_answer": null, "no_answer_prob": 2.148521661758423}
{"example_id": -3236424342919770641, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7473404109477997}
{"example_id": 6537456525231699072, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9370673298835754}
{"example_id": 6877420593608330736, "prediction": "", "binary_answer": null, "no_answer_prob": 3.691022038459778}
{"example_id": -2663061074791813029, "prediction": "", "binary_answer": null, "no_answer_prob": -0.4405877888202667}
{"example_id": 4931667887901486822, "prediction": "", "binary_answer": null, "no_answer_prob": 3.459678828716278}
{"example_id": -9077531202315370019, "prediction": "", "binary_answer": null, "no_answer_prob": 1.307348608970642}
{"example_id": -456139104511049290, "prediction": "The Revenue Act of 1913", "binary_answer": null, "no_answer_prob": -0.6980513334274292}
{"example_id": -4348538004290605642, "prediction": "Mark . 2 : 27", "binary_answer": null, "no_answer_prob": -0.17347120493650436}
{"example_id": -876942554822623829, "prediction": "The Texas Revolution", "binary_answer": null, "no_answer_prob": -1.7074229717254639}
{"example_id": -3927452323189766540, "prediction": "The War Wagon", "binary_answer": null, "no_answer_prob": 2.31799978017807}
{"example_id": -2411644711879233580, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3890527486801147}
{"example_id": -1883507824814220497, "prediction": "Edward James Olmos", "binary_answer": null, "no_answer_prob": 0.6439785957336426}
{"example_id": 3533263309326760081, "prediction": "", "binary_answer": null, "no_answer_prob": 2.97933566570282}
{"example_id": -6793366597671675892, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3753461241722107}
{"example_id": 8452540562750931099, "prediction": "", "binary_answer": null, "no_answer_prob": 3.256403863430023}
{"example_id": 844249146383042902, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2370066046714783}
{"example_id": -9100389935165689754, "prediction": "epidermis", "binary_answer": null, "no_answer_prob": -2.9098293781280518}
{"example_id": -5398089367086867949, "prediction": "AnnaSophia Robb", "binary_answer": null, "no_answer_prob": -8.357609033584595}
{"example_id": -6548296721793029143, "prediction": "`` The Way It Is", "binary_answer": null, "no_answer_prob": -1.427688717842102}
{"example_id": -6252479211836433999, "prediction": "growth hormone ( GH ) . It is a 44 - amino acid peptide hormone produced in the arcuate nucleus of the hypothalamus", "binary_answer": null, "no_answer_prob": 0.6220249831676483}
{"example_id": -8114904999927000244, "prediction": "Stephen Henderson Talbot", "binary_answer": null, "no_answer_prob": 4.501305848360062}
{"example_id": 690874491516078434, "prediction": "Northern Ireland , Spain , Croatia and Iceland", "binary_answer": null, "no_answer_prob": -5.879045844078064}
{"example_id": 1382547770259098674, "prediction": "The Promised Land", "binary_answer": null, "no_answer_prob": -1.3095215559005737}
{"example_id": 7106730684729428598, "prediction": "Brendon McCullum", "binary_answer": null, "no_answer_prob": -0.3111851215362549}
{"example_id": 2453660013260404481, "prediction": "An Internet Protocol address ( IP address ) is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication", "binary_answer": null, "no_answer_prob": 3.105550527572632}
{"example_id": 6261889952044445166, "prediction": "The Fruit of the Holy Spirit", "binary_answer": null, "no_answer_prob": -1.9284062385559082}
{"example_id": -5803617122969434646, "prediction": "", "binary_answer": null, "no_answer_prob": 0.16649484634399414}
{"example_id": -4138034991911706144, "prediction": "Jack Nicklaus", "binary_answer": null, "no_answer_prob": -0.2179545760154724}
{"example_id": 1334111899867164191, "prediction": "`` Quit Playing Games ( with My Heart ) '' is a song by American boy band Backstreet Boys", "binary_answer": null, "no_answer_prob": 1.0637019276618958}
{"example_id": 7023223930177667023, "prediction": "The Hues Corporation", "binary_answer": null, "no_answer_prob": -0.4607354402542114}
{"example_id": -2278070549040269314, "prediction": "", "binary_answer": null, "no_answer_prob": 3.930757164955139}
{"example_id": 5983657149798829291, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -1.5110796689987183}
{"example_id": 6921552938875873260, "prediction": "Ed Bruce", "binary_answer": null, "no_answer_prob": -0.4967394471168518}
{"example_id": 8095967491713503369, "prediction": "1775 -- 1783 American Revolutionary War", "binary_answer": null, "no_answer_prob": 1.9865692853927612}
{"example_id": -9013112766387097279, "prediction": "the last Monday of August", "binary_answer": null, "no_answer_prob": -4.070986270904541}
{"example_id": -2513941437514005219, "prediction": "Regularities", "binary_answer": null, "no_answer_prob": 3.0183850526809692}
{"example_id": 1146131189893841602, "prediction": "The Wyndham Championship", "binary_answer": null, "no_answer_prob": 0.7943634390830994}
{"example_id": -1627102609961965820, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9584316462278366}
{"example_id": 5879425425352310432, "prediction": "Glycoproteins", "binary_answer": null, "no_answer_prob": 2.307710073888302}
{"example_id": 1213652149570401701, "prediction": "Actor / Actress Character Appearances 5 6 7 8", "binary_answer": null, "no_answer_prob": 1.110693335533142}
{"example_id": 8320434409792415419, "prediction": "", "binary_answer": null, "no_answer_prob": 2.872286081314087}
{"example_id": -2071088900930842768, "prediction": "Mariah Carey", "binary_answer": null, "no_answer_prob": 0.4928544759750366}
{"example_id": 5321188538053205275, "prediction": "`` Man in the Mirror '' is a song recorded by Michael Jackson", "binary_answer": null, "no_answer_prob": -0.10775113105773926}
{"example_id": 979017841265121724, "prediction": "", "binary_answer": null, "no_answer_prob": 2.614033743739128}
{"example_id": 3528260447338726441, "prediction": "", "binary_answer": null, "no_answer_prob": 4.164895832538605}
{"example_id": -4472922687466187846, "prediction": "El Ni\u00f1o", "binary_answer": null, "no_answer_prob": 1.7351182103157043}
{"example_id": 9095658724026377017, "prediction": "", "binary_answer": null, "no_answer_prob": 0.38248395919799805}
{"example_id": -976765514528998133, "prediction": "The Empire State Building", "binary_answer": null, "no_answer_prob": -0.3271583318710327}
{"example_id": 1212955273925817619, "prediction": "Capital One Arena", "binary_answer": null, "no_answer_prob": -0.6585975885391235}
{"example_id": -7915194818348295526, "prediction": "October 14 , 2015", "binary_answer": null, "no_answer_prob": -8.454489707946777}
{"example_id": -7834153577297404903, "prediction": "`` Long Live ''", "binary_answer": null, "no_answer_prob": 3.8448632955551147}
{"example_id": -4396446690626410751, "prediction": "an accredited library school", "binary_answer": null, "no_answer_prob": 1.0752420127391815}
{"example_id": -8532661229648274373, "prediction": "Christopher Hemsworth", "binary_answer": null, "no_answer_prob": -3.480654239654541}
{"example_id": 2304817170382550848, "prediction": "It was adapted for the screen in 1972 , directed by Paul Newman and starring his wife Joanne Woodward", "binary_answer": null, "no_answer_prob": 3.068386197090149}
{"example_id": -8852251040893984869, "prediction": "Lynn Anderson", "binary_answer": null, "no_answer_prob": 3.1177303045988083}
{"example_id": -1767606306850788857, "prediction": "1984", "binary_answer": null, "no_answer_prob": -3.153590440750122}
{"example_id": 3437912059187795405, "prediction": "Dr. Thomas `` Tommy '' Oliver is a fictional character from the universe of the American live action television franchise Power Rangers", "binary_answer": null, "no_answer_prob": -2.437772750854492}
{"example_id": -6690930149258960619, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1589526534080505}
{"example_id": -1796417548358688448, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -0.5263803005218506}
{"example_id": -914105153629741461, "prediction": "Sachin Tendulkar", "binary_answer": null, "no_answer_prob": -2.503617525100708}
{"example_id": 4702839898066253410, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1850221157073975}
{"example_id": -4295698730598626399, "prediction": "A Aa", "binary_answer": null, "no_answer_prob": 3.931292161345482}
{"example_id": 2864828716904811288, "prediction": "The Wicked Witch of the West", "binary_answer": null, "no_answer_prob": -2.241902470588684}
{"example_id": -1641964735973120688, "prediction": "`` Last Forever ''", "binary_answer": null, "no_answer_prob": 1.63373601436615}
{"example_id": 4031500514163255357, "prediction": "The Federal Government of Nigeria", "binary_answer": null, "no_answer_prob": -2.782615065574646}
{"example_id": 2579012963796706092, "prediction": "Chicken Little", "binary_answer": null, "no_answer_prob": 2.0686227679252625}
{"example_id": -9219497506930338015, "prediction": "", "binary_answer": null, "no_answer_prob": 0.43884748220443726}
{"example_id": 7954642635917102763, "prediction": "", "binary_answer": null, "no_answer_prob": -0.23700153827667236}
{"example_id": 766920567269682140, "prediction": "A flat organization ( also known as horizontal organization or delayering )", "binary_answer": null, "no_answer_prob": -0.47580695152282715}
{"example_id": -1242538840370947154, "prediction": "The film was shot in Los Angeles and the Hawaiian islands of Maui and Kauai", "binary_answer": null, "no_answer_prob": -1.5222277641296387}
{"example_id": 8775046812845610128, "prediction": "Iain Andrew Stirling", "binary_answer": null, "no_answer_prob": 5.562332570552826}
{"example_id": 5506927403187384480, "prediction": "Sing Out ! magazine", "binary_answer": null, "no_answer_prob": 1.9790529981255531}
{"example_id": -8603893237419837573, "prediction": "Imhotep", "binary_answer": null, "no_answer_prob": -1.583809733390808}
{"example_id": -2399190467145139348, "prediction": "", "binary_answer": null, "no_answer_prob": 1.775182843208313}
{"example_id": 750194787168214430, "prediction": "`` John the Revelator '' Single by Blind Willie Johnson", "binary_answer": null, "no_answer_prob": 2.0200132727622986}
{"example_id": -6011520478702185430, "prediction": "2007", "binary_answer": null, "no_answer_prob": -1.592648208141327}
{"example_id": 5914745096471964067, "prediction": "", "binary_answer": null, "no_answer_prob": 2.737006187438965}
{"example_id": 1766192034715360563, "prediction": "`` Always on My Mind '' is an American country music song by Johnny Christopher , Mark James and Wayne Carson", "binary_answer": null, "no_answer_prob": 0.7399994134902954}
{"example_id": 3300336047125027433, "prediction": "`` Wild Thing '' is a song written by American songwriter Chip Taylor and popularized by the English rock band the Troggs", "binary_answer": null, "no_answer_prob": 3.49332594871521}
{"example_id": -5247200363195004684, "prediction": "Adam James Susan is a fictional character and the main antagonist of the comic book series ( later graphic novel ) V for Vendetta", "binary_answer": null, "no_answer_prob": 0.8003913760185242}
{"example_id": -5001543574321430501, "prediction": "The Chicago blues is a form of blues music indigenous to Chicago , Illinois . Chicago blues is an electric blues style of urban blues", "binary_answer": null, "no_answer_prob": 1.483330875635147}
{"example_id": 872373137680668128, "prediction": "The geologic time scale ( GTS )", "binary_answer": null, "no_answer_prob": -2.0882415771484375}
{"example_id": -6577310853071469419, "prediction": "Frances Elizabeth Bavier", "binary_answer": null, "no_answer_prob": -3.066931366920471}
{"example_id": -948812485000805278, "prediction": "Bonnie Francesca Wright", "binary_answer": null, "no_answer_prob": -10.619466662406921}
{"example_id": 3667886163049094484, "prediction": "The Constitution of the Philippines", "binary_answer": null, "no_answer_prob": -1.0175119638442993}
{"example_id": -3968902118559396829, "prediction": "President Franklin Delano Roosevelt", "binary_answer": null, "no_answer_prob": -0.43714284896850586}
{"example_id": 7476615006568451380, "prediction": "", "binary_answer": null, "no_answer_prob": 3.076310098171234}
{"example_id": -3561851198953809001, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -1.6554374694824219}
{"example_id": -55563727278423093, "prediction": "The alternative pathway", "binary_answer": null, "no_answer_prob": -1.3999000191688538}
{"example_id": 9161275448610916414, "prediction": "Alan Merrill of the Arrows", "binary_answer": null, "no_answer_prob": -4.92496919631958}
{"example_id": 8132839418986090955, "prediction": "Luke George Evans", "binary_answer": null, "no_answer_prob": 0.5520132780075073}
{"example_id": 5156761082655418629, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7032206654548645}
{"example_id": -983219211076821692, "prediction": "Beverly or Beverley", "binary_answer": null, "no_answer_prob": -2.7127867937088013}
{"example_id": -1314614611401760122, "prediction": "`` Who Let the Dogs Out ? '' is a song performed by the Bahamian group Baha Men", "binary_answer": null, "no_answer_prob": -1.7509561777114868}
{"example_id": 5782787090387332149, "prediction": "Charlotte Ross", "binary_answer": null, "no_answer_prob": 1.633802056312561}
{"example_id": -3060596418716915887, "prediction": "October 9 , 2017", "binary_answer": null, "no_answer_prob": -4.636013746261597}
{"example_id": -749738218164430458, "prediction": "`` Coming Home '' is a song by American rapper and producer Diddy and his band Dirty Money", "binary_answer": null, "no_answer_prob": 1.2311663627624512}
{"example_id": 8942680947522367569, "prediction": "Netflix", "binary_answer": null, "no_answer_prob": 2.899354934692383}
{"example_id": -3718077387886410751, "prediction": "The state coat of arms of Ukraine ( Ukrainian : \u0414\u0435\u0440\u0436\u0430\u0432\u043d\u0438\u0439 \u0413\u0435\u0440\u0431 \u0423\u043a\u0440\u0430\u0457\u043d\u0438 Derzhavniy Herb Ukrayini )", "binary_answer": null, "no_answer_prob": 0.4598557949066162}
{"example_id": 561281163109004200, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6291754245758057}
{"example_id": 365896500643276977, "prediction": "", "binary_answer": null, "no_answer_prob": 3.673684537410736}
{"example_id": 7118969866483484397, "prediction": "14 June 2018", "binary_answer": null, "no_answer_prob": -2.12159264087677}
{"example_id": -6056248682590525311, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Mining in South Africa", "binary_answer": null, "no_answer_prob": 2.4988936483860016}
{"example_id": -5990228692754281902, "prediction": "The history of taxation in the United States begins with the colonial protest against British taxation policy in the 1760s", "binary_answer": null, "no_answer_prob": -2.2464680075645447}
{"example_id": -2774315864301194038, "prediction": "In late 2013 , he voiced the character of Vinny Griffin", "binary_answer": null, "no_answer_prob": -4.750725507736206}
{"example_id": 2369153848279459675, "prediction": "New England Patriots defeated the Atlanta Falcons at NRG Stadium in Houston , Texas .", "binary_answer": null, "no_answer_prob": -0.1008274257183075}
{"example_id": -2456325159367728662, "prediction": "The Only Way Is Essex", "binary_answer": null, "no_answer_prob": 2.9085713624954224}
{"example_id": 2883401349670624186, "prediction": "", "binary_answer": null, "no_answer_prob": 0.579335480928421}
{"example_id": 4671147913063036787, "prediction": "Speaker of the United States House of Representatives Seal of the Speaker of the House Flag of the Speaker of the House Incumbent Paul Ryan", "binary_answer": null, "no_answer_prob": -2.727654814720154}
{"example_id": 4772188785462991555, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6709028631448746}
{"example_id": 328226219254023076, "prediction": "Diana Ross & the Supremes and The Temptations", "binary_answer": null, "no_answer_prob": -0.4477022886276245}
{"example_id": 1231850474743532884, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5084235668182373}
{"example_id": 8872597949519168496, "prediction": "YouTubers", "binary_answer": null, "no_answer_prob": 2.0493977069854736}
{"example_id": -6496992653395306820, "prediction": "fontanelle", "binary_answer": null, "no_answer_prob": 3.80748975276947}
{"example_id": 1115413343547813311, "prediction": "Alan Shearer", "binary_answer": null, "no_answer_prob": -3.117438495159149}
{"example_id": -6116288474208644733, "prediction": "Trevor John Siemian", "binary_answer": null, "no_answer_prob": 1.4450798034667969}
{"example_id": 5368883542453482378, "prediction": "Sir Peter Blake", "binary_answer": null, "no_answer_prob": -7.325509130954742}
{"example_id": -3720901794840662580, "prediction": "over two million copies", "binary_answer": null, "no_answer_prob": -1.6721563339233398}
{"example_id": 7397718789544121468, "prediction": "Room and board describes a situation where , in exchange for money , labor or other considerations", "binary_answer": null, "no_answer_prob": 1.6513214707374573}
{"example_id": -3531448820393478012, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4104471504688263}
{"example_id": 5446517133477387932, "prediction": "", "binary_answer": null, "no_answer_prob": -2.5234700441360474}
{"example_id": 8522122103727658584, "prediction": "James Albert Varney Jr .", "binary_answer": null, "no_answer_prob": -1.4618322849273682}
{"example_id": -7752044985522383430, "prediction": "Tegan and Sara in collaboration with The Lonely Island .", "binary_answer": null, "no_answer_prob": -1.9082618951797485}
{"example_id": 6506081567011314447, "prediction": "", "binary_answer": null, "no_answer_prob": 4.163305848836899}
{"example_id": -495358309659315874, "prediction": "President Donald Trump", "binary_answer": null, "no_answer_prob": -0.7372125387191772}
{"example_id": 6921395998693332182, "prediction": "Python is an interpreted high - level programming language for general - purpose programming", "binary_answer": null, "no_answer_prob": -2.3500774204730988}
{"example_id": 2191015004884509968, "prediction": "agreements must be kept", "binary_answer": null, "no_answer_prob": -7.649326801300049}
{"example_id": 7809715927293504990, "prediction": "`` Wind Beneath My Wings '' ( sometimes titled `` The Wind Beneath My Wings '' and `` Hero ''", "binary_answer": null, "no_answer_prob": 1.8200042247772217}
{"example_id": -7440245455154397439, "prediction": "Spider - Man : Homecoming", "binary_answer": null, "no_answer_prob": -7.691934585571289}
{"example_id": -797978280122267872, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5711783170700073}
{"example_id": -5669895498673757612, "prediction": "The ship began sea trials in June 2017 , and was commissioned on 7 December 2017", "binary_answer": null, "no_answer_prob": -4.051376461982727}
{"example_id": -4946799871061052535, "prediction": "Pensacola '' referring to Pensacola , Florida , but Sedaka felt that Amarillo worked better than Pensacola .", "binary_answer": null, "no_answer_prob": 1.916404366493225}
{"example_id": -1304192337330443151, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7045944929122925}
{"example_id": -4280347715401333602, "prediction": "Hollywood , California", "binary_answer": null, "no_answer_prob": -0.12679338455200195}
{"example_id": -2327547912780001067, "prediction": "", "binary_answer": null, "no_answer_prob": 1.320990800857544}
{"example_id": 1666050318736529392, "prediction": "`` Believe ''", "binary_answer": null, "no_answer_prob": -0.3616328835487366}
{"example_id": -3866366431221306521, "prediction": "English is the third largest language by number of native speakers , after Mandarin and Spanish .", "binary_answer": null, "no_answer_prob": -2.694446384906769}
{"example_id": -6855902184956328581, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5687170624732971}
{"example_id": -8677789582032795372, "prediction": "Aristotle", "binary_answer": null, "no_answer_prob": -6.019828975200653}
{"example_id": 8131300119607703624, "prediction": "`` Battle on , Challengers ! '' `` Furue ! Charenj\u0101 '' ( \u596e \u3048 ! \u30c1\u30e3\u30ec\u30f3\u30b8\u30e3\u30fc )", "binary_answer": null, "no_answer_prob": 2.4724433422088623}
{"example_id": 5516451956854496184, "prediction": "The Room", "binary_answer": null, "no_answer_prob": -2.6850736141204834}
{"example_id": -8829984544160063797, "prediction": "Palos Verdes , Saint Vincent and the Grenadines , Dominica , and The Bahamas", "binary_answer": null, "no_answer_prob": 2.195264145731926}
{"example_id": 4873838784134880980, "prediction": "", "binary_answer": null, "no_answer_prob": 3.579914689064026}
{"example_id": 4702993779086227540, "prediction": "Nigeria", "binary_answer": null, "no_answer_prob": 1.341156244277954}
{"example_id": 2995733137355730388, "prediction": "`` ( I 've Had ) The Time of My Life", "binary_answer": null, "no_answer_prob": 2.9309027045965195}
{"example_id": -3525227203262034027, "prediction": "English , which was inherited from the colonial era , is the official language and lingua franca . Of the languages indigenous to Ghana , Akan", "binary_answer": null, "no_answer_prob": -0.7745877504348755}
{"example_id": 3511042621024751743, "prediction": "Jayanthi Kuru - Utumpala", "binary_answer": null, "no_answer_prob": -6.377045512199402}
{"example_id": -8084811193718111951, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6772798895835876}
{"example_id": 7313088452108061108, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8292749524116516}
{"example_id": 4136105964680190276, "prediction": "", "binary_answer": null, "no_answer_prob": 3.837499678134918}
{"example_id": -398695217292310666, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1082977652549744}
{"example_id": 5665035169704562177, "prediction": "Wells is a surname of English origin", "binary_answer": null, "no_answer_prob": -4.613444447517395}
{"example_id": -3582231611325331993, "prediction": "`` No Such Thing '' is the debut single of John Mayer", "binary_answer": null, "no_answer_prob": 5.524427872151136}
{"example_id": -6056894076536993060, "prediction": "The Pittsburgh Pirates , the Major League Baseball franchise in Pittsburgh are carried on radio stations", "binary_answer": null, "no_answer_prob": 1.1025645434856415}
{"example_id": 1301168526611564190, "prediction": "", "binary_answer": null, "no_answer_prob": -0.08363762125372887}
{"example_id": -2363072819505028135, "prediction": "abstract expressionism", "binary_answer": null, "no_answer_prob": 3.438698761165142}
{"example_id": -6367057330647505746, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7291462421417236}
{"example_id": -6629233044806140923, "prediction": "awkwardly flirts with Erin .", "binary_answer": null, "no_answer_prob": 5.306977272033691}
{"example_id": -1317146868834496909, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4098538756370544}
{"example_id": 7832200671483180899, "prediction": "Small and medium - sized enterprises", "binary_answer": null, "no_answer_prob": -0.32625579833984375}
{"example_id": -2512161826512856056, "prediction": "According to tradition , the birds and the bees", "binary_answer": null, "no_answer_prob": 1.4788641929626465}
{"example_id": 2427704424231307536, "prediction": "The argumentum ad populum is a red herring and genetic fallacy", "binary_answer": null, "no_answer_prob": 2.0806188583374023}
{"example_id": -8390531488113067181, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -2.505890130996704}
{"example_id": -250638815973895671, "prediction": "Robert Russell Garwood", "binary_answer": null, "no_answer_prob": 0.3372732400894165}
{"example_id": 7715375515978628627, "prediction": "Divers can suffer from arterial gas embolisms as a consequence of lung over-expansion injury", "binary_answer": null, "no_answer_prob": 2.4940086603164673}
{"example_id": 3850977722258470, "prediction": "", "binary_answer": null, "no_answer_prob": 2.892733633518219}
{"example_id": -8205419771277608982, "prediction": "July 11 , 2017", "binary_answer": null, "no_answer_prob": -5.91327166557312}
{"example_id": -5211591889664230368, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3252065181732178}
{"example_id": 8485594859075875751, "prediction": "having a subtext of celebration about that death and of the slaves having contributed to it through deliberate negligence or even deniable action", "binary_answer": null, "no_answer_prob": -4.2026286125183105}
{"example_id": 7980547417848145705, "prediction": "Year Round Position GP D * GS GA 1930", "binary_answer": null, "no_answer_prob": 0.16624127328395844}
{"example_id": 342108650663305173, "prediction": "The Miss USA", "binary_answer": null, "no_answer_prob": -1.9433646202087402}
{"example_id": 7802219501574606776, "prediction": "4,028 square miles ( 10,430 km )", "binary_answer": null, "no_answer_prob": -2.091759204864502}
{"example_id": 6035594446332105224, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6944684386253357}
{"example_id": -3591309329693182388, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3706032037734985}
{"example_id": 7724905306351389381, "prediction": "", "binary_answer": null, "no_answer_prob": -0.05279415845870972}
{"example_id": 5890363078576803177, "prediction": "The franchise was established in 1961 as the Chicago Packers based in Chicago , and were renamed to Chicago Zephyrs", "binary_answer": null, "no_answer_prob": -2.9569623470306396}
{"example_id": -4704037098113484224, "prediction": "The Espionage Act of 1917", "binary_answer": null, "no_answer_prob": 1.5078154504299164}
{"example_id": 6873585089990668750, "prediction": "Pat Shurmur", "binary_answer": null, "no_answer_prob": -2.211055874824524}
{"example_id": -6572626496076012832, "prediction": "`` Angel '' is a song by Canadian singer - songwriter Sarah McLachlan", "binary_answer": null, "no_answer_prob": 1.7090258300304413}
{"example_id": 7196610642676976028, "prediction": "Avengers : Infinity War", "binary_answer": null, "no_answer_prob": -3.141346573829651}
{"example_id": -721067372847730540, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7712007761001587}
{"example_id": -4078458017368770560, "prediction": "Thomas Jefferson et al.", "binary_answer": null, "no_answer_prob": -0.2090524435043335}
{"example_id": -2591882179131820261, "prediction": "Efrem Zimbalist Jr. , Roger Smith , and Edd Byrnes", "binary_answer": null, "no_answer_prob": -0.8699276447296143}
{"example_id": -7391776305567180350, "prediction": "Taylor Schilling", "binary_answer": null, "no_answer_prob": -1.2184815406799316}
{"example_id": 7806021748350081084, "prediction": "Kane Tanaka", "binary_answer": null, "no_answer_prob": -2.3794220685958862}
{"example_id": 1286380231021037357, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9129126071929932}
{"example_id": 4893294166633029636, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2863795757293701}
{"example_id": -652117253746563674, "prediction": "", "binary_answer": null, "no_answer_prob": -0.40652787685394287}
{"example_id": -2795639073256027773, "prediction": "The territory 's capital is the city of Port Blair", "binary_answer": null, "no_answer_prob": -3.3979698419570923}
{"example_id": -5916690543916024775, "prediction": "1974", "binary_answer": null, "no_answer_prob": -3.7223336696624756}
{"example_id": -6491484651670824808, "prediction": "", "binary_answer": null, "no_answer_prob": 3.005867600440979}
{"example_id": 2319980475239464532, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7658272683620453}
{"example_id": 4294686254952503283, "prediction": "The poster was very little seen during World War II", "binary_answer": null, "no_answer_prob": 0.17110836505889893}
{"example_id": 2618498254651279342, "prediction": "`` They Ca n't Take That Away from Me ''", "binary_answer": null, "no_answer_prob": 1.3758360147476196}
{"example_id": 741576572044897985, "prediction": "Old Possum 's Book of Practical Cats", "binary_answer": null, "no_answer_prob": 0.5737911462783813}
{"example_id": -7779974835214916669, "prediction": "`` Out of My Head '' is a song by the American band Fastball", "binary_answer": null, "no_answer_prob": 2.5661772191524506}
{"example_id": 8593524382706982043, "prediction": "Garth Brooks", "binary_answer": null, "no_answer_prob": -6.5037243366241455}
{"example_id": 4521964617245432970, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2662875652313232}
{"example_id": 2196340266684565687, "prediction": "Seven", "binary_answer": null, "no_answer_prob": 2.465584099292755}
{"example_id": 7774863779108578687, "prediction": "The flag of the United States of America", "binary_answer": null, "no_answer_prob": -2.21224582195282}
{"example_id": 5414217009975450483, "prediction": "The 2017 Los Angeles Dodgers season", "binary_answer": null, "no_answer_prob": -2.659687999635935}
{"example_id": 3813351182637103428, "prediction": "July 7 , 2017", "binary_answer": null, "no_answer_prob": -0.6926648616790771}
{"example_id": -4423234451578817782, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8435701727867126}
{"example_id": -6205660321607542043, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2315560579299927}
{"example_id": -6146992061056953778, "prediction": "River Song Doctor Who character First appearance `` Silence in the Library", "binary_answer": null, "no_answer_prob": 3.972534269094467}
{"example_id": 4665617177052818082, "prediction": "April 13 , 2018 ( 2018 - 04 - 13 )", "binary_answer": null, "no_answer_prob": -0.056922078132629395}
{"example_id": 2207974239020242044, "prediction": "", "binary_answer": null, "no_answer_prob": -3.9665563106536865}
{"example_id": 176006051624218460, "prediction": "Michael Jeffrey Jordan", "binary_answer": null, "no_answer_prob": 0.8748661912977695}
{"example_id": -5907079868324458546, "prediction": "", "binary_answer": null, "no_answer_prob": 2.529015064239502}
{"example_id": -3235099272668667971, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9071285128593445}
{"example_id": 6772427268798562308, "prediction": "", "binary_answer": null, "no_answer_prob": 2.470275640487671}
{"example_id": -1559283490383250383, "prediction": "", "binary_answer": null, "no_answer_prob": 0.47909992933273315}
{"example_id": -6589298070379612500, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 0.13367555662989616}
{"example_id": -1457018415932687185, "prediction": "The kina", "binary_answer": null, "no_answer_prob": -5.798061370849609}
{"example_id": -4467052165707707109, "prediction": "10", "binary_answer": null, "no_answer_prob": -1.0616998672485352}
{"example_id": -4034519818227299659, "prediction": "`` Lovin ' You '' is a 1975 hit single originally performed by American singer Minnie Riperton", "binary_answer": null, "no_answer_prob": 0.8788684606552124}
{"example_id": -4859624416650129346, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2243892699480057}
{"example_id": 1936301489123032368, "prediction": "3 Doors Down", "binary_answer": null, "no_answer_prob": -0.7442647218704224}
{"example_id": -205538350570675209, "prediction": "Lois & Clark : The New Adventures of Superman 's first season", "binary_answer": null, "no_answer_prob": 3.072169303894043}
{"example_id": 7093434496316560734, "prediction": "`` Angel of the Morning ''", "binary_answer": null, "no_answer_prob": 0.8561218976974487}
{"example_id": 5633884332834933055, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9297739267349243}
{"example_id": -7671126734936586715, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7751375436782837}
{"example_id": 3158497784994369072, "prediction": "1936", "binary_answer": null, "no_answer_prob": -5.645543098449707}
{"example_id": -2469557031283854392, "prediction": "3 Doors Down", "binary_answer": null, "no_answer_prob": -4.760297656059265}
{"example_id": -7447862485650684321, "prediction": "John Robert Magaro", "binary_answer": null, "no_answer_prob": -0.6667011976242065}
{"example_id": -7519797182419828113, "prediction": "Chris Christie", "binary_answer": null, "no_answer_prob": -8.34114408493042}
{"example_id": 8435086146654932085, "prediction": "`` It Had to Be You '' is a popular song written by Isham Jones", "binary_answer": null, "no_answer_prob": 1.0490679740905762}
{"example_id": 8314662609788599018, "prediction": "", "binary_answer": null, "no_answer_prob": 2.000082850456238}
{"example_id": 9119360453618342655, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7568368911743164}
{"example_id": -2759406904702451115, "prediction": "On May 9 , 2018 , NBC renewed the series for a sixth season . The season is set to premiere on September 26 , 2018 .", "binary_answer": null, "no_answer_prob": -0.7692564725875854}
{"example_id": -207620430686586761, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3744002878665924}
{"example_id": -8385175925147867542, "prediction": "So You Think You Can Dance", "binary_answer": null, "no_answer_prob": 1.5399227738380432}
{"example_id": 3073028482134570099, "prediction": "sulphur dioxide and nitrogen oxide", "binary_answer": null, "no_answer_prob": -3.2634644508361816}
{"example_id": -841781987422149553, "prediction": "Jawaharlal Nehru", "binary_answer": null, "no_answer_prob": 1.2557306289672852}
{"example_id": -8192912026823433918, "prediction": "Roman Brady", "binary_answer": null, "no_answer_prob": -6.842357277870178}
{"example_id": -7177650860485034621, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9450276494026184}
{"example_id": -3633674844614115338, "prediction": "Leonard Cohen", "binary_answer": null, "no_answer_prob": -0.09695875644683838}
{"example_id": 2076280525855067029, "prediction": "Borderlands / La Frontera : The New Mestiza ( 1987 ) is a semi-autobiographical work by Gloria E. Anzald\u00faa", "binary_answer": null, "no_answer_prob": 2.6186826825141907}
{"example_id": 9095506458768906793, "prediction": "Rank State km2 Niger", "binary_answer": null, "no_answer_prob": -0.6386611461639404}
{"example_id": 6662617812621479088, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7601078152656555}
{"example_id": 3530062686408493138, "prediction": "", "binary_answer": null, "no_answer_prob": 3.114718198776245}
{"example_id": 82962824946062598, "prediction": "Games of the XXXII Olympiad Host city Tokyo , Japan", "binary_answer": null, "no_answer_prob": 2.050601363182068}
{"example_id": -4069647394143678406, "prediction": "", "binary_answer": null, "no_answer_prob": -3.551535964012146}
{"example_id": 5220978174141943173, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0573945194482803}
{"example_id": 3013525738066994725, "prediction": "", "binary_answer": null, "no_answer_prob": 5.425678312778473}
{"example_id": 4673538029525383170, "prediction": "1988", "binary_answer": null, "no_answer_prob": -3.7885111570358276}
{"example_id": 7531746207173831584, "prediction": "The Atacama Desert ( Spanish : Desierto de Atacama", "binary_answer": null, "no_answer_prob": -0.9544552564620972}
{"example_id": 4688748172320633970, "prediction": "", "binary_answer": null, "no_answer_prob": 4.086880683898926}
{"example_id": 8201230559364384444, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5689162611961365}
{"example_id": 1043610965911447941, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 1.7823455482721329}
{"example_id": 308237250605851680, "prediction": "The 2001 World Series", "binary_answer": null, "no_answer_prob": -0.3883788660168648}
{"example_id": -4399996769900602279, "prediction": "0.8333 \u00a2", "binary_answer": null, "no_answer_prob": 1.7698807828128338}
{"example_id": 3709269594158692309, "prediction": "Australia", "binary_answer": null, "no_answer_prob": 0.5240000486373901}
{"example_id": 8364783737701191779, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Master", "binary_answer": null, "no_answer_prob": 3.993189513683319}
{"example_id": 1351271957293945979, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3802927136421204}
{"example_id": 7666385251643523498, "prediction": "", "binary_answer": null, "no_answer_prob": 0.11394086480140686}
{"example_id": -1781954563167768143, "prediction": "", "binary_answer": null, "no_answer_prob": 1.209955632686615}
{"example_id": 7153385774204693060, "prediction": "`` Hooked on a Feeling ''", "binary_answer": null, "no_answer_prob": 4.142684578895569}
{"example_id": -5957980471215888300, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5143281817436218}
{"example_id": 8226869565961481354, "prediction": "Starship", "binary_answer": null, "no_answer_prob": -2.173778772354126}
{"example_id": 5798493307113531283, "prediction": "The Black Death is thought to have originated in the arid plains of Central Asia", "binary_answer": null, "no_answer_prob": 0.21390953660011292}
{"example_id": -1611236223678857654, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6331530809402466}
{"example_id": 2713202131477282402, "prediction": "Cinderella", "binary_answer": null, "no_answer_prob": 1.1698037507012486}
{"example_id": 2763774154705409879, "prediction": "", "binary_answer": null, "no_answer_prob": -4.4255512952804565}
{"example_id": -8341168404745935212, "prediction": "`` We Belong Together ''", "binary_answer": null, "no_answer_prob": 0.7378985285758972}
{"example_id": 8555405273601743958, "prediction": "`` Stop , Look , Listen ( To Your Heart ) ''", "binary_answer": null, "no_answer_prob": 2.8016979694366455}
{"example_id": 2836486894319707616, "prediction": "Product design", "binary_answer": null, "no_answer_prob": 2.3561414182186127}
{"example_id": -8048679655090084023, "prediction": "Naimur Rahman", "binary_answer": null, "no_answer_prob": -0.48034119606018066}
{"example_id": -5006868594380938564, "prediction": "Captain Gurbachan Singh Salaria", "binary_answer": null, "no_answer_prob": -5.193173170089722}
{"example_id": 821924419845595526, "prediction": "", "binary_answer": null, "no_answer_prob": 3.746282935142517}
{"example_id": -2387756694295302183, "prediction": "\u0639\u0644\u0627\u0621 \u0627\u0644\u062f\u064a\u0646 \u200e \u200e , \u02bbAl\u0101\u02bc ad - D\u012bn", "binary_answer": null, "no_answer_prob": 0.7080146074295044}
{"example_id": 1289006342370407874, "prediction": "Lisa Gerritsen", "binary_answer": null, "no_answer_prob": 0.5014644861221313}
{"example_id": 3473384395951510984, "prediction": "Piscine Molitor `` Pi '' Patel", "binary_answer": null, "no_answer_prob": -1.162014126777649}
{"example_id": -3077053776453753352, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9286582469940186}
{"example_id": -2791031496653886371, "prediction": "Rudyard Kipling", "binary_answer": null, "no_answer_prob": 3.668859988451004}
{"example_id": 1219854107139788551, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5508574545383453}
{"example_id": -5505220345281821012, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9982109665870667}
{"example_id": 1052154875298438971, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5779594779014587}
{"example_id": 5583697571375170146, "prediction": "Greenland", "binary_answer": null, "no_answer_prob": -1.682205080986023}
{"example_id": -6188844107033542016, "prediction": "Article 142 , it is the duty of the president to enforce the decrees of the supreme court .", "binary_answer": null, "no_answer_prob": 4.599413633346558}
{"example_id": 9204890630124363785, "prediction": "Angel Falls", "binary_answer": null, "no_answer_prob": -4.11024534702301}
{"example_id": 6704097382281610906, "prediction": "A monopoly", "binary_answer": null, "no_answer_prob": 2.0914788246154785}
{"example_id": -6431116542265960707, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6664077639579773}
{"example_id": 4414797554822661689, "prediction": "Lipstick Under My Burkha", "binary_answer": null, "no_answer_prob": 2.6933252215385437}
{"example_id": 5458366148256998128, "prediction": "Romeo and Juliet is a tragedy written by William Shakespeare", "binary_answer": null, "no_answer_prob": 0.36976659297943115}
{"example_id": 2028800177628781631, "prediction": "No. in series Title Original air date `` Meet Brown Meadows", "binary_answer": null, "no_answer_prob": 2.43564282823354}
{"example_id": 1014451602512483355, "prediction": "A house divided against itself can not stand . I believe this government can not endure , permanently , half slave and half free", "binary_answer": null, "no_answer_prob": -3.4470393657684326}
{"example_id": 1966772936478718317, "prediction": "`` The Edge of Glory '' is a song by American singer Lady Gaga", "binary_answer": null, "no_answer_prob": -0.007040143013000488}
{"example_id": 9209506207905378218, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9924476742744446}
{"example_id": 6870653102077594046, "prediction": "Principal photography began at 23 Gloucester Crescent", "binary_answer": null, "no_answer_prob": 1.6796194314956665}
{"example_id": -3857685097823607164, "prediction": "The Me Too movement", "binary_answer": null, "no_answer_prob": -0.5253984332084656}
{"example_id": -2629994746059858681, "prediction": "", "binary_answer": null, "no_answer_prob": 1.367846667766571}
{"example_id": 236904525188905555, "prediction": "Joe Cocker .", "binary_answer": null, "no_answer_prob": 0.7913837432861328}
{"example_id": 1446143713199658242, "prediction": "Tonya Harding", "binary_answer": null, "no_answer_prob": -1.600616693496704}
{"example_id": -7517258780234437547, "prediction": "the people of France to the people of the United States", "binary_answer": null, "no_answer_prob": -2.5483832359313965}
{"example_id": 3532370092125718013, "prediction": "Money is any item or verifiable record that is generally accepted as payment for goods and services and repayment of debts", "binary_answer": null, "no_answer_prob": -0.3736983835697174}
{"example_id": 8851990252905125579, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.396461129188538}
{"example_id": 4860550252268772892, "prediction": "from 7 to 9 June", "binary_answer": null, "no_answer_prob": -3.2517640590667725}
{"example_id": -5482109502473641459, "prediction": "No Title Artist ( s ) `` Bette Davis Eyes", "binary_answer": null, "no_answer_prob": 1.2540416195988655}
{"example_id": -6548845244528407933, "prediction": "", "binary_answer": null, "no_answer_prob": 3.244010418653488}
{"example_id": -2001187596775416912, "prediction": "`` In - A-Gadda - Da - Vida", "binary_answer": null, "no_answer_prob": 1.0628101825714111}
{"example_id": 4130825295250848401, "prediction": "", "binary_answer": null, "no_answer_prob": 4.004898428916931}
{"example_id": -5153405051795489881, "prediction": "The Berlin Wall", "binary_answer": null, "no_answer_prob": -1.0885138511657715}
{"example_id": -3185255695477958573, "prediction": "Eric Dane", "binary_answer": null, "no_answer_prob": -2.887683391571045}
{"example_id": -8763709709282010055, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0009440183639526}
{"example_id": 7526706309184453937, "prediction": "", "binary_answer": null, "no_answer_prob": 2.272287532687187}
{"example_id": 3461350460903256672, "prediction": "Trim levels are used by manufacturers to identify a vehicle 's level of equipment or special features", "binary_answer": null, "no_answer_prob": -0.018303275108337402}
{"example_id": 7028824115033809627, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8114190697669983}
{"example_id": -253699089990606091, "prediction": "preventing unauthorized access , use , disclosure , disruption , modification , inspection , recording or destruction of information", "binary_answer": null, "no_answer_prob": -3.9515568017959595}
{"example_id": 2718067441537612764, "prediction": "6 February 1952", "binary_answer": null, "no_answer_prob": 0.023467421531677246}
{"example_id": -6365155489185407431, "prediction": "Results by nation National team Wins Runners - up Total finals Years won Years runners - up Brazil", "binary_answer": null, "no_answer_prob": 2.631640911102295}
{"example_id": 167993222077467116, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3460121685639024}
{"example_id": 2964949885548380473, "prediction": "", "binary_answer": null, "no_answer_prob": 4.389551043510437}
{"example_id": -1196846981135510318, "prediction": "Bede", "binary_answer": null, "no_answer_prob": -1.243903636932373}
{"example_id": 7139116389243010903, "prediction": "Hester is both a female given name and a surname . As a given name Hester is a variant of Esther", "binary_answer": null, "no_answer_prob": -3.7589908838272095}
{"example_id": -6010358404436678491, "prediction": "Kapoor 's design was inspired by liquid mercury", "binary_answer": null, "no_answer_prob": 0.1255091428756714}
{"example_id": 3678497416144446173, "prediction": "", "binary_answer": null, "no_answer_prob": 3.682132661342621}
{"example_id": 3689209361697742788, "prediction": "", "binary_answer": null, "no_answer_prob": 2.572327136993408}
{"example_id": 6261384392228861732, "prediction": "Harper Valley PTA Theatrical release poster", "binary_answer": null, "no_answer_prob": -1.7776292562484741}
{"example_id": -8229952831306628594, "prediction": "November 22 , 2010", "binary_answer": null, "no_answer_prob": -10.527531266212463}
{"example_id": -5820582100358566970, "prediction": "Coyote Ugly", "binary_answer": null, "no_answer_prob": 3.594982494600117}
{"example_id": -448107662289886499, "prediction": "Foreigner", "binary_answer": null, "no_answer_prob": -5.2929781675338745}
{"example_id": 1016024632408689952, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9001097083091736}
{"example_id": -4509118558072041562, "prediction": "2008", "binary_answer": null, "no_answer_prob": -0.5472459197044373}
{"example_id": -5573357739146589469, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.620526731014252}
{"example_id": -2608726648617883523, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8409492373466492}
{"example_id": -2155840172903540292, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3715899586677551}
{"example_id": -2935343613109800417, "prediction": "", "binary_answer": null, "no_answer_prob": 3.556411623954773}
{"example_id": 1706762093433956833, "prediction": "0.89 %", "binary_answer": null, "no_answer_prob": 0.6607068181037903}
{"example_id": -1310061835555761626, "prediction": "Pete Seeger", "binary_answer": null, "no_answer_prob": 1.7598686814308167}
{"example_id": -2489994918360086932, "prediction": "The Congress of Vienna", "binary_answer": null, "no_answer_prob": -2.262659788131714}
{"example_id": 8341000138711750497, "prediction": "66,154 . In 2016 , the population had increased to 72,937 .", "binary_answer": null, "no_answer_prob": 0.7654677331447601}
{"example_id": 5862856443680173655, "prediction": "In title fights , this is called `` the championship distance", "binary_answer": null, "no_answer_prob": 0.41593825817108154}
{"example_id": -6008010218721075716, "prediction": "Contestant Name Age Hometown Outcome Bianca Del Rio", "binary_answer": null, "no_answer_prob": 3.4254067465662956}
{"example_id": -1462597963425085264, "prediction": "The Jungle Book", "binary_answer": null, "no_answer_prob": 2.356395721435547}
{"example_id": -3202330561520495150, "prediction": "approximately 5,700 K ( 5,430 \u00b0 C ) or 9806 \u00b0 F", "binary_answer": null, "no_answer_prob": -3.738883137702942}
{"example_id": 1117139560521600534, "prediction": "", "binary_answer": null, "no_answer_prob": 6.36681541800499}
{"example_id": 7235355027913907726, "prediction": "", "binary_answer": null, "no_answer_prob": 1.854658916592598}
{"example_id": 5767908874094607639, "prediction": "Janet G. Bostwick", "binary_answer": null, "no_answer_prob": -1.3024078011512756}
{"example_id": 4176834457140748394, "prediction": "Institution Location Athletic nickname Enrollment 2015 Endowment Academic staff Colors Brown University", "binary_answer": null, "no_answer_prob": 1.232437014579773}
{"example_id": 1020657763370867449, "prediction": "The Americas ( also collectively called America ) comprise the totality of the continents of North and South America", "binary_answer": null, "no_answer_prob": -1.2503563463687897}
{"example_id": 7008910775018926710, "prediction": "180th meridian", "binary_answer": null, "no_answer_prob": 1.4281706809997559}
{"example_id": 4287529122002750568, "prediction": "130 miles southeast of San Antonio", "binary_answer": null, "no_answer_prob": 1.2503734529018402}
{"example_id": 133634890519248501, "prediction": "", "binary_answer": null, "no_answer_prob": 2.293996214866638}
{"example_id": 5454620306191920561, "prediction": "Patricia `` Pati '' Jinich", "binary_answer": null, "no_answer_prob": 0.8497427701950073}
{"example_id": 5965313784507541520, "prediction": "Jeff Wayne 's Musical Version of The War of the Worlds", "binary_answer": null, "no_answer_prob": 2.060905307531357}
{"example_id": 7562723867048397599, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4406907558441162}
{"example_id": 8830719834016772103, "prediction": "Alphonse Bertillon", "binary_answer": null, "no_answer_prob": -5.254601955413818}
{"example_id": 4905504633348232351, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9028334617614746}
{"example_id": 2889500240291622852, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7146912813186646}
{"example_id": 7276336596372155305, "prediction": "Dmitri Mendeleev", "binary_answer": null, "no_answer_prob": -2.9958131313323975}
{"example_id": -2535300810911583763, "prediction": "Jeanne Sagan", "binary_answer": null, "no_answer_prob": -3.99168598651886}
{"example_id": -8959454205710858124, "prediction": "`` Have I Told You Lately '' has become a classic over the years and has been performed by many unknown as well as many famous artists", "binary_answer": null, "no_answer_prob": 1.9875153303146362}
{"example_id": 4174294807029812925, "prediction": "The New Mexico State Capitol", "binary_answer": null, "no_answer_prob": -1.207273006439209}
{"example_id": 3073787770425328630, "prediction": "", "binary_answer": null, "no_answer_prob": 2.032219886779785}
{"example_id": 3484265451298926829, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1772466599941254}
{"example_id": -2617693418165058091, "prediction": "Area code 207 is the North American telephone area code for the state of Maine", "binary_answer": null, "no_answer_prob": -0.2598532438278198}
{"example_id": -6835757735902415280, "prediction": "The Tampa Bay hurricane of 1921", "binary_answer": null, "no_answer_prob": 0.06880879402160645}
{"example_id": -7460858061693543840, "prediction": "11 May 2018", "binary_answer": null, "no_answer_prob": -6.801553249359131}
{"example_id": -8933683725315708157, "prediction": "", "binary_answer": null, "no_answer_prob": 3.209625631570816}
{"example_id": -5295023499347964665, "prediction": "British Columbia , Canada", "binary_answer": null, "no_answer_prob": -2.7674094438552856}
{"example_id": 6383254896273542914, "prediction": "10 Things I Hate About You", "binary_answer": null, "no_answer_prob": -0.836585283279419}
{"example_id": 371267761324590949, "prediction": "Pirates of the Caribbean : The Curse of the Black Pearl", "binary_answer": null, "no_answer_prob": 0.4739875793457031}
{"example_id": 8268823516550377360, "prediction": "scapula", "binary_answer": null, "no_answer_prob": -0.900964617729187}
{"example_id": -5802481645661478640, "prediction": "The show originally starred Andy Griffith", "binary_answer": null, "no_answer_prob": 2.247159332036972}
{"example_id": -8780292894484176676, "prediction": "Jemaine Clement", "binary_answer": null, "no_answer_prob": 2.725328573025763}
{"example_id": -8245619662007966746, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6043872833251953}
{"example_id": -9030376865812332500, "prediction": "", "binary_answer": null, "no_answer_prob": 2.753401041030884}
{"example_id": 7085016589954466196, "prediction": "", "binary_answer": null, "no_answer_prob": 2.389619827270508}
{"example_id": -192152866063203617, "prediction": "`` Stronger ( What Does n't Kill You ) '' is a song by American recording artist Kelly Clarkson", "binary_answer": null, "no_answer_prob": 0.04914548993110657}
{"example_id": 1547582149561518807, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4245080947875977}
{"example_id": 2909706965333110950, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9023501873016357}
{"example_id": -1620119975943843726, "prediction": "", "binary_answer": null, "no_answer_prob": 5.8678096532821655}
{"example_id": 3093138229910895896, "prediction": "", "binary_answer": null, "no_answer_prob": 2.684041738510132}
{"example_id": -7796871006190203499, "prediction": "", "binary_answer": null, "no_answer_prob": 2.025406986474991}
{"example_id": 6796097324688928452, "prediction": "", "binary_answer": null, "no_answer_prob": 3.218375504016876}
{"example_id": -4446989177657041788, "prediction": "`` This Land Is Your Land", "binary_answer": null, "no_answer_prob": 3.5430296659469604}
{"example_id": -6781258861405407883, "prediction": "Pollock v. Farmers ' Loan & Trust Company , 157 U.S. 429 ( 1895 )", "binary_answer": null, "no_answer_prob": 1.320513278245926}
{"example_id": 1502917367898345440, "prediction": "", "binary_answer": null, "no_answer_prob": -0.06961202621459961}
{"example_id": 4683208045363295806, "prediction": "Kings Peak", "binary_answer": null, "no_answer_prob": -0.7976037263870239}
{"example_id": -1875919663295657683, "prediction": "Rank ( in order ) State / Territory Population ( Sept 2000 ) Population ( Sept 2017 ) Change % of Australian total New South Wales", "binary_answer": null, "no_answer_prob": 1.4582495093345642}
{"example_id": 7643492673466479212, "prediction": "81,321 .", "binary_answer": null, "no_answer_prob": -0.03469818830490112}
{"example_id": -1482824319404785035, "prediction": "Constrained optimization by linear approximation", "binary_answer": null, "no_answer_prob": 1.7997384667396545}
{"example_id": 911451226450406513, "prediction": "Joseph Leonard Gordon - Levitt", "binary_answer": null, "no_answer_prob": 1.2333428859710693}
{"example_id": -5205709303315199948, "prediction": "", "binary_answer": null, "no_answer_prob": 5.643404722213745}
{"example_id": 5296787778781658222, "prediction": "Freedom of thought", "binary_answer": null, "no_answer_prob": 1.1125799417495728}
{"example_id": 8988692123340208594, "prediction": "", "binary_answer": null, "no_answer_prob": 0.017576754093170166}
{"example_id": 4278466626120134926, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -1.9176405668258667}
{"example_id": 8295230622698225689, "prediction": "`` Last night I dreamt I went to Manderley again . ''", "binary_answer": null, "no_answer_prob": 3.965762287378311}
{"example_id": 3684626119941024381, "prediction": "", "binary_answer": null, "no_answer_prob": 3.129995346069336}
{"example_id": -9074153636811957024, "prediction": "The Union and Confederacy quickly raised volunteer and conscription armies that fought mostly in the South over four years . The Union", "binary_answer": null, "no_answer_prob": 1.2626721858978271}
{"example_id": 2779459864961176863, "prediction": "January 24 , 2016", "binary_answer": null, "no_answer_prob": -3.6545605659484863}
{"example_id": 6178525411886667879, "prediction": "Martin John Christopher Freeman", "binary_answer": null, "no_answer_prob": -4.236933588981628}
{"example_id": 9101155949281256853, "prediction": "", "binary_answer": null, "no_answer_prob": 4.476272523403168}
{"example_id": 9071457522738240882, "prediction": "Bogs occur where the water at the ground surface is acidic and low in nutrients", "binary_answer": null, "no_answer_prob": -0.532477617263794}
{"example_id": -425675254019364006, "prediction": "`` While My Guitar Gently Weeps '' is a song by the English rock band the Beatles", "binary_answer": null, "no_answer_prob": 0.981746256351471}
{"example_id": -4844601362711867725, "prediction": "Principal photography began at Shepperton Studios in Surrey , United Kingdom on May 18 , 2015", "binary_answer": null, "no_answer_prob": -2.89775550365448}
{"example_id": 5840941903343433154, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7518157362937927}
{"example_id": 207124429295114270, "prediction": "", "binary_answer": null, "no_answer_prob": 2.823952078819275}
{"example_id": -858533208157308125, "prediction": "Corn , beans and squash were domesticated in Mesoamerica around 3500 BCE", "binary_answer": null, "no_answer_prob": 1.6599776148796082}
{"example_id": -3670802860978996420, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2349966764450073}
{"example_id": 848249630748433447, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4156192243099213}
{"example_id": -204511291662634757, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1770098209381104}
{"example_id": -3285438570191765418, "prediction": "1991", "binary_answer": null, "no_answer_prob": 0.07612087205052376}
{"example_id": -1738867496255288805, "prediction": "Kathajodi River and the Mahanadi River", "binary_answer": null, "no_answer_prob": -6.092387914657593}
{"example_id": 7779841390034575422, "prediction": "April 1979", "binary_answer": null, "no_answer_prob": -3.301297664642334}
{"example_id": 4835759326468060647, "prediction": "", "binary_answer": null, "no_answer_prob": 4.760765314102173}
{"example_id": 4210555520586007058, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2481759786605835}
{"example_id": 321102768655838646, "prediction": "Taylor Swift 's Reputation Stadium Tour", "binary_answer": null, "no_answer_prob": 2.60625159740448}
{"example_id": 3899459182021902474, "prediction": "The Revolutionary movement for Indian independence is a part of the Indian independence movement", "binary_answer": null, "no_answer_prob": 2.93686705827713}
{"example_id": -7603814307978745323, "prediction": "", "binary_answer": null, "no_answer_prob": 3.513403594493866}
{"example_id": 1559702144822004406, "prediction": "", "binary_answer": null, "no_answer_prob": 5.055815935134888}
{"example_id": 6178552352952366693, "prediction": "Mel Hirsch", "binary_answer": null, "no_answer_prob": -0.6979403495788574}
{"example_id": -5651303686557244516, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1377566456794739}
{"example_id": 5415390249197251598, "prediction": "`` My Old Man 's a Dustman '' is a song first recorded by the British skiffle singer Lonnie Donegan", "binary_answer": null, "no_answer_prob": 1.552329272031784}
{"example_id": 8999829135600114112, "prediction": "The Reformation , specifically referred to as the Protestant Reformation , was a schism in Western Christianity initiated by Martin Luther", "binary_answer": null, "no_answer_prob": -0.6162276268005371}
{"example_id": -5269495819002470228, "prediction": "industrial activity , agricultural chemicals , or improper disposal of waste", "binary_answer": null, "no_answer_prob": 0.2337733507156372}
{"example_id": -1156201375794279832, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.7343713641166687}
{"example_id": -8077155848124617065, "prediction": "Principal photography took place in late 1993 , mainly in Georgia , North Carolina , and South Carolina", "binary_answer": null, "no_answer_prob": -2.045505464076996}
{"example_id": 8826064109497482384, "prediction": "", "binary_answer": null, "no_answer_prob": 2.288148283958435}
{"example_id": 286840387987789860, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -1.8017581701278687}
{"example_id": -8683970698550680809, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2500686049461365}
{"example_id": 7239984588684437837, "prediction": "", "binary_answer": null, "no_answer_prob": 2.254348933696747}
{"example_id": 689739857733957731, "prediction": "The 50 U.S. states , in alphabetical order , along with each state 's flag :", "binary_answer": null, "no_answer_prob": 2.2804979011416435}
{"example_id": 7240062746594540469, "prediction": "Ken Curtis", "binary_answer": null, "no_answer_prob": -11.209045767784119}
{"example_id": -524425016066650442, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -4.875401616096497}
{"example_id": -4837636593209812861, "prediction": "`` Be Thankful for What You Got '' is a soul song written and first performed by William DeVaughn .", "binary_answer": null, "no_answer_prob": -0.6169465780258179}
{"example_id": 1245103089304070005, "prediction": "Left - wing politics supports social equality and egalitarianism", "binary_answer": null, "no_answer_prob": -2.674296259880066}
{"example_id": -1751558252450663608, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9635194540023804}
{"example_id": -7501917070679782209, "prediction": "2005", "binary_answer": null, "no_answer_prob": -3.385180354118347}
{"example_id": -1246258267418264208, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7204216718673706}
{"example_id": 5750260644369656918, "prediction": "`` You Broke Up with Me '' . It will appear on his first Monument album , boom .", "binary_answer": null, "no_answer_prob": 0.9885544199496508}
{"example_id": 3584369503799959666, "prediction": "Lord Voldemort", "binary_answer": null, "no_answer_prob": -6.488224267959595}
{"example_id": -4100264702734755795, "prediction": "The exact cause of SIDS is unknown", "binary_answer": null, "no_answer_prob": -2.50709331035614}
{"example_id": 7705549975295876123, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7134974002838135}
{"example_id": -8239308081948866644, "prediction": "The Food Lion name was adopted in 1983", "binary_answer": null, "no_answer_prob": -4.358606219291687}
{"example_id": -37658862816410823, "prediction": "", "binary_answer": null, "no_answer_prob": 3.128404974937439}
{"example_id": 5944089124201022975, "prediction": "Cherokee Nation v. Georgia", "binary_answer": null, "no_answer_prob": 2.274820640683174}
{"example_id": -4713313337556490939, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6462407410144806}
{"example_id": -3979860581074214055, "prediction": "Eastern Europe", "binary_answer": null, "no_answer_prob": -4.657857298851013}
{"example_id": -2080896903863902649, "prediction": "The enemy of my enemy is my friend is an ancient proverb which suggests that two opposing parties can or should work together against a common enemy", "binary_answer": null, "no_answer_prob": 2.151591941714287}
{"example_id": -5249506990119296514, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5014737844467163}
{"example_id": -2530566293421588741, "prediction": "Michael McIntyre 's Big Show ( also known as Michael McIntyre 's Big Christmas Show", "binary_answer": null, "no_answer_prob": 2.588452100753784}
{"example_id": -2966681619029589381, "prediction": "Announced in August 2015 , the lands are scheduled to open at both locations in 2019", "binary_answer": null, "no_answer_prob": 0.12315738201141357}
{"example_id": 4319641514625614216, "prediction": "", "binary_answer": null, "no_answer_prob": 2.901145279407501}
{"example_id": 6988468222722295024, "prediction": "`` When a Man Loves a Woman ''", "binary_answer": null, "no_answer_prob": 2.417898178100586}
{"example_id": -1532199512185146954, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3594698309898376}
{"example_id": -8935836286358711413, "prediction": "Olympus was notable in Greek mythology as the home of the Greek gods", "binary_answer": null, "no_answer_prob": -4.024866580963135}
{"example_id": 3410455526954732560, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A standard normal table", "binary_answer": null, "no_answer_prob": 3.498099386692047}
{"example_id": 1946499158112838718, "prediction": "Matthew 5 : 48", "binary_answer": null, "no_answer_prob": 3.411312520503998}
{"example_id": 6530569864346080847, "prediction": "Dr. Seuss", "binary_answer": null, "no_answer_prob": 5.0634274035692215}
{"example_id": -2269103410348801286, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5834391713142395}
{"example_id": 6821677356042367550, "prediction": "Nights Are Forever", "binary_answer": null, "no_answer_prob": -0.617369532585144}
{"example_id": 7415255388770482120, "prediction": "", "binary_answer": null, "no_answer_prob": 4.730531215667725}
{"example_id": 9138159557946695944, "prediction": "", "binary_answer": null, "no_answer_prob": 5.059442937374115}
{"example_id": 5364970878691762504, "prediction": "MAJOR . has released an EP ( i am MAJOR . )", "binary_answer": null, "no_answer_prob": 3.7658509016036987}
{"example_id": 6988672005100839824, "prediction": "`` Climb Ev'ry Mountain '' is a show tune from the 1959 Rodgers and Hammerstein musical The Sound of Music", "binary_answer": null, "no_answer_prob": -0.19423675537109375}
{"example_id": -4600380943028664288, "prediction": "The Royal Bank of Scotland \u00a3 1 note is a banknote of the pound sterling", "binary_answer": null, "no_answer_prob": 1.7745611369609833}
{"example_id": -916779827337808815, "prediction": "Michael , Gabriel , Raphael , Uriel , Camael , Jophiel , and Zadkiel .", "binary_answer": null, "no_answer_prob": -1.8697669506072998}
{"example_id": -5840138797164362636, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1431949734687805}
{"example_id": -8601193530311682538, "prediction": "Vanguard 2", "binary_answer": null, "no_answer_prob": -3.4887691736221313}
{"example_id": -5644035044847502404, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3998594284057617}
{"example_id": -3736345898015816806, "prediction": "`` ... Baby One More Time '' on YouTube", "binary_answer": null, "no_answer_prob": 1.9871281385421753}
{"example_id": 4581780480539952543, "prediction": "Michael Showalter", "binary_answer": null, "no_answer_prob": -3.831608772277832}
{"example_id": -2195102395835349783, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7825415506958961}
{"example_id": 1616638867420802596, "prediction": "Crowdfunding", "binary_answer": null, "no_answer_prob": -0.9605183601379395}
{"example_id": 8803134434972355820, "prediction": "", "binary_answer": null, "no_answer_prob": -2.6449590921401978}
{"example_id": 376321246942423050, "prediction": "Serzh Sargsyan", "binary_answer": null, "no_answer_prob": -3.490456461906433}
{"example_id": 855909279008510273, "prediction": "New Orleans Saints", "binary_answer": null, "no_answer_prob": -1.9342806339263916}
{"example_id": -1906671009426132130, "prediction": "Twelve", "binary_answer": null, "no_answer_prob": 1.693875014781952}
{"example_id": -6084360700454136114, "prediction": "In mathematics , a divisor", "binary_answer": null, "no_answer_prob": 1.6361206769943237}
{"example_id": 117333509691049716, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.6110969185829163}
{"example_id": -5027877953586573120, "prediction": "Brian Dutcher", "binary_answer": null, "no_answer_prob": -5.03961181640625}
{"example_id": -4509950816733688906, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 2.6215319633483887}
{"example_id": -1142743373547584358, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7023330330848694}
{"example_id": -3005673978471679451, "prediction": "Beauty and the Beast", "binary_answer": null, "no_answer_prob": 1.7311775088310242}
{"example_id": 9184638951333651066, "prediction": "", "binary_answer": null, "no_answer_prob": 3.681426167488098}
{"example_id": 1940785558464421782, "prediction": "", "binary_answer": null, "no_answer_prob": 1.847145289182663}
{"example_id": 268972984247721414, "prediction": "", "binary_answer": null, "no_answer_prob": 4.242850124835968}
{"example_id": 8509074867882411616, "prediction": "Kenneth Grahame", "binary_answer": null, "no_answer_prob": -2.298399329185486}
{"example_id": 3634407254285885441, "prediction": "", "binary_answer": null, "no_answer_prob": 3.389035999774933}
{"example_id": -3207917703224559863, "prediction": "Jeffrey Dean Morgan", "binary_answer": null, "no_answer_prob": -10.754116773605347}
{"example_id": -5445068360249972858, "prediction": "", "binary_answer": null, "no_answer_prob": 2.339508831501007}
{"example_id": -3394135182863066073, "prediction": "", "binary_answer": null, "no_answer_prob": 2.690432846546173}
{"example_id": 1693597145337758027, "prediction": "Loyalists", "binary_answer": null, "no_answer_prob": 2.813721179962158}
{"example_id": -7080067704160201816, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -1.11312735080719}
{"example_id": 6824512039842355397, "prediction": "January 10 , 2018", "binary_answer": null, "no_answer_prob": 6.457604646682739}
{"example_id": 1298828782853465977, "prediction": "Spider - Man", "binary_answer": null, "no_answer_prob": -0.5271071195602417}
{"example_id": -2851184813717250426, "prediction": "Arguably , the first fast food restaurants originated in the United States with White Castle in 1921", "binary_answer": null, "no_answer_prob": 1.7749087261036038}
{"example_id": 106854207110967430, "prediction": "September 7 , 2017", "binary_answer": null, "no_answer_prob": -7.858995616436005}
{"example_id": 3348132901503508659, "prediction": "1948", "binary_answer": null, "no_answer_prob": -3.7126146852970123}
{"example_id": 9124220649895286940, "prediction": "Stranger Things", "binary_answer": null, "no_answer_prob": 1.1839433908462524}
{"example_id": -3664176546367429216, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9406293034553528}
{"example_id": 7832195548192745024, "prediction": "", "binary_answer": null, "no_answer_prob": 3.046468496322632}
{"example_id": 9104242168091155165, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6208975315093994}
{"example_id": 148643494114306669, "prediction": "Molly Ephraim", "binary_answer": null, "no_answer_prob": -11.633157849311829}
{"example_id": -869228275314408836, "prediction": "", "binary_answer": null, "no_answer_prob": -1.5284674167633057}
{"example_id": 5142884761317633335, "prediction": "Megan Mullally", "binary_answer": null, "no_answer_prob": 0.8901426792144775}
{"example_id": -9079003905713032480, "prediction": "Diamondback", "binary_answer": null, "no_answer_prob": -2.1440826654434204}
{"example_id": 4732863914140131886, "prediction": "", "binary_answer": null, "no_answer_prob": -1.649121642112732}
{"example_id": -1307104257831627169, "prediction": "Michael Ausley Maddux", "binary_answer": null, "no_answer_prob": -8.285780310630798}
{"example_id": 1407996289015326767, "prediction": "Fredua Koranteng `` Freddy '' Adu", "binary_answer": null, "no_answer_prob": -3.4412681460380554}
{"example_id": -1792142003460532685, "prediction": "`` Was this the face that launch 'd a thousand ships / And burnt the topless towers of Ilium ? ''", "binary_answer": null, "no_answer_prob": -1.4670681953430176}
{"example_id": -7657031670144140062, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6646486707031727}
{"example_id": 5125020054191719772, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5282344222068787}
{"example_id": 2286724630007649324, "prediction": "The Industrial Revolution was the transition to new manufacturing processes in the period from about 1760 to sometime between 1820 and 1840", "binary_answer": null, "no_answer_prob": -2.1768144369125366}
{"example_id": 6956719386037713554, "prediction": "Davy Jones ' Locker", "binary_answer": null, "no_answer_prob": 2.6989403665065765}
{"example_id": 6683853046107664636, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6547106504440308}
{"example_id": 8871428869888895441, "prediction": "8 August 11 , 2013 ( 2013 - 08 - 11 ) September 29 , 2013 ( 2013 - 09 - 29 )", "binary_answer": null, "no_answer_prob": -0.08242654800415039}
{"example_id": -8267635581812287574, "prediction": "The Time Machine", "binary_answer": null, "no_answer_prob": 2.5636587142944336}
{"example_id": 4511000552039308899, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3587919138371944}
{"example_id": -4926641633088441662, "prediction": "Julianne Moore", "binary_answer": null, "no_answer_prob": -5.590281963348389}
{"example_id": -4173284081966213573, "prediction": "The term goes back to the early 1900s", "binary_answer": null, "no_answer_prob": -3.93850839138031}
{"example_id": 7384493306307560670, "prediction": "Socratic political philosophers , and Aristotle", "binary_answer": null, "no_answer_prob": -5.3050559759140015}
{"example_id": 774923242336580897, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6100277602672577}
{"example_id": -2328586648498855888, "prediction": "2000", "binary_answer": null, "no_answer_prob": 2.331933557987213}
{"example_id": -4520518974328570390, "prediction": "8 25 September 19 , 1991 April 30 , 1992", "binary_answer": null, "no_answer_prob": 1.6654110848903656}
{"example_id": -8331209991864295664, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0022836923599243}
{"example_id": 5500731972030421381, "prediction": "", "binary_answer": null, "no_answer_prob": 0.14478611946105957}
{"example_id": -2941404782326697826, "prediction": "Civil partnerships in the United Kingdom , granted under the Civil Partnership Act 2004", "binary_answer": null, "no_answer_prob": 1.88033889234066}
{"example_id": 2320637475667264401, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3220701813697815}
{"example_id": -7922511313844652253, "prediction": "Nandan Nilekani", "binary_answer": null, "no_answer_prob": -5.8188722133636475}
{"example_id": 7609394874328013444, "prediction": "", "binary_answer": null, "no_answer_prob": 0.41861703991889954}
{"example_id": -4616979240711373758, "prediction": "", "binary_answer": null, "no_answer_prob": 4.73545229434967}
{"example_id": -4767536963343233422, "prediction": "233", "binary_answer": null, "no_answer_prob": 0.7110719680786133}
{"example_id": -4797786833778776611, "prediction": "Olympia", "binary_answer": null, "no_answer_prob": -1.704920083284378}
{"example_id": -6207630054130498138, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1022319793701172}
{"example_id": -4454616610085928474, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] House numbering", "binary_answer": null, "no_answer_prob": 0.9658862352371216}
{"example_id": -484153380110401622, "prediction": "Pretty Little Liars", "binary_answer": null, "no_answer_prob": 1.122732400894165}
{"example_id": 4527672267267779587, "prediction": "United States", "binary_answer": null, "no_answer_prob": 1.5497143268585205}
{"example_id": 7401047324171325065, "prediction": "pachytene stage of prophase I of meiosis", "binary_answer": null, "no_answer_prob": -1.8700577020645142}
{"example_id": -4615683461849771716, "prediction": "", "binary_answer": null, "no_answer_prob": 2.865073561668396}
{"example_id": -8467217434960192345, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6008743047714233}
{"example_id": 6135902149083322895, "prediction": "The inner ear", "binary_answer": null, "no_answer_prob": 2.5618481040000916}
{"example_id": -8319359377581726065, "prediction": "The Avon follows a meandering course through Christchurch", "binary_answer": null, "no_answer_prob": -1.5177704095840454}
{"example_id": 1115742698851788260, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.851713538169861}
{"example_id": 3011129515828708977, "prediction": "New York", "binary_answer": null, "no_answer_prob": 1.7749489545822144}
{"example_id": -2403867946266681362, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4404011964797974}
{"example_id": -2516653022072675445, "prediction": "Neil Diamond", "binary_answer": null, "no_answer_prob": -6.027824759483337}
{"example_id": -1394035458184384265, "prediction": "The Great Pacific garbage patch , also described as the Pacific trash vortex", "binary_answer": null, "no_answer_prob": -1.9975841641426086}
{"example_id": 2336261172390241420, "prediction": "Xavier Becerra", "binary_answer": null, "no_answer_prob": -3.8027517795562744}
{"example_id": -4551991824916094767, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8482725620269775}
{"example_id": 3488237879803622479, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9166112989187241}
{"example_id": -5548701788586753156, "prediction": "Phoenix Sky Harbor International Airport", "binary_answer": null, "no_answer_prob": -6.178502321243286}
{"example_id": -1341548093563888797, "prediction": "Sparta , Illinois", "binary_answer": null, "no_answer_prob": 0.6868925094604492}
{"example_id": 3386507892752554052, "prediction": "", "binary_answer": null, "no_answer_prob": 3.874585121870041}
{"example_id": 1863258277991902131, "prediction": "The Washington Post", "binary_answer": null, "no_answer_prob": 2.2768014669418335}
{"example_id": 1156316864151081085, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6243943572044373}
{"example_id": 4416701920956377562, "prediction": "`` Crazy Rap ''", "binary_answer": null, "no_answer_prob": 1.7580087184906006}
{"example_id": -116550008755878883, "prediction": "Missouri , Kentucky , Tennessee , Arkansas , Mississippi , and Louisiana", "binary_answer": null, "no_answer_prob": 1.7036131620407104}
{"example_id": 3626055623403955836, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.1860270947217941}
{"example_id": 5160092277076562321, "prediction": "Repetition", "binary_answer": null, "no_answer_prob": -3.1077603101730347}
{"example_id": -8122510798945020185, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0496605038642883}
{"example_id": 5184703201827226938, "prediction": "", "binary_answer": null, "no_answer_prob": -1.935620665550232}
{"example_id": 699165426180532129, "prediction": "King Louie", "binary_answer": null, "no_answer_prob": -2.1094484329223633}
{"example_id": 6446069720301359923, "prediction": "Cavalry", "binary_answer": null, "no_answer_prob": -0.2633857727050781}
{"example_id": 5361586898801766663, "prediction": "Tappa originated from the folk songs of the camel riders of Punjab", "binary_answer": null, "no_answer_prob": 0.73383629322052}
{"example_id": 5188523125159108878, "prediction": "Guardians of the Galaxy", "binary_answer": null, "no_answer_prob": -1.445421814918518}
{"example_id": -1083215424788722968, "prediction": "On August 2 , 2016 , NBC renewed the series for a twelfth season , which premiered on May 30 , 2017 .", "binary_answer": null, "no_answer_prob": 1.166748285293579}
{"example_id": 2723393062923834301, "prediction": "Aubrey Harold Woods", "binary_answer": null, "no_answer_prob": 0.40154457092285156}
{"example_id": 2124006302462707463, "prediction": "Scarlett", "binary_answer": null, "no_answer_prob": -2.3857038021087646}
{"example_id": 5771595923531184001, "prediction": "", "binary_answer": null, "no_answer_prob": -0.14338350296020508}
{"example_id": 571615457774841162, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0539557933807373}
{"example_id": -6362765075229966631, "prediction": "`` Give me liberty , or give me death !", "binary_answer": null, "no_answer_prob": -3.588946223258972}
{"example_id": 8512613689035242858, "prediction": "Soylent Green", "binary_answer": null, "no_answer_prob": 1.9100423902273178}
{"example_id": 5743571047767042643, "prediction": "Cristiano Ronaldo Lionel Messi ( 5 times ) Website fifa.com", "binary_answer": null, "no_answer_prob": 0.598876953125}
{"example_id": 9041546606351501546, "prediction": "`` Jingle Bells", "binary_answer": null, "no_answer_prob": 3.308689847588539}
{"example_id": 8888820056108909829, "prediction": "", "binary_answer": null, "no_answer_prob": 2.116148293018341}
{"example_id": -3456016464830419341, "prediction": "Where no man has gone before '' monologue .", "binary_answer": null, "no_answer_prob": 4.981899738311768}
{"example_id": 4105724744871425855, "prediction": "", "binary_answer": null, "no_answer_prob": 4.60208523273468}
{"example_id": -3688708489471209785, "prediction": "Lady Antebellum", "binary_answer": null, "no_answer_prob": -4.0423890352249146}
{"example_id": 6521550237225575378, "prediction": "Logan", "binary_answer": null, "no_answer_prob": 0.3939499258995056}
{"example_id": 4331972968669336864, "prediction": "`` The Final Countdown '' is a song by Swedish rock band Europe", "binary_answer": null, "no_answer_prob": 2.475285142660141}
{"example_id": 8856938006808273849, "prediction": "", "binary_answer": null, "no_answer_prob": 0.04960697889328003}
{"example_id": 5295931511136383191, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The right hand of God", "binary_answer": null, "no_answer_prob": 0.9875270128250122}
{"example_id": -3279984538149973123, "prediction": "David Edward Williams OBE ( born 20 August 1971 ) , known professionally as David Walliams", "binary_answer": null, "no_answer_prob": -1.622218370437622}
{"example_id": -3950961267471610943, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Heady Topper", "binary_answer": null, "no_answer_prob": 2.3365275859832764}
{"example_id": -1645563520219182731, "prediction": "Kelly Clarkson", "binary_answer": null, "no_answer_prob": -6.527832269668579}
{"example_id": 399051628583702807, "prediction": "", "binary_answer": null, "no_answer_prob": 2.568811595439911}
{"example_id": -5333181693149765949, "prediction": "`` I Got a Line on You ''", "binary_answer": null, "no_answer_prob": 2.516783118247986}
{"example_id": 6667408877332999420, "prediction": "Staff sergeant", "binary_answer": null, "no_answer_prob": -0.9580783843994141}
{"example_id": 9072456054918623513, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7699511647224426}
{"example_id": -7537969246928822061, "prediction": "`` All I Want for Christmas Is You ''", "binary_answer": null, "no_answer_prob": 1.9628479480743408}
{"example_id": -1627213706692595925, "prediction": "Matthew 6 : 19 and 6 : 20", "binary_answer": null, "no_answer_prob": 3.871920198202133}
{"example_id": 5901044345604054522, "prediction": "June 25 -- 26 , 1876 , along the Little Bighorn River in the Crow Indian Reservation in southeastern Montana Territory .", "binary_answer": null, "no_answer_prob": -3.463002920150757}
{"example_id": -4579915567494723731, "prediction": "2018", "binary_answer": null, "no_answer_prob": -1.4028699398040771}
{"example_id": 6696344189765464467, "prediction": "Guaranteed Rate Field", "binary_answer": null, "no_answer_prob": -4.913715243339539}
{"example_id": -2174957000218197350, "prediction": "wheat and rice", "binary_answer": null, "no_answer_prob": 1.3896375894546509}
{"example_id": -350445814840338026, "prediction": "Kaley Christine Cuoco", "binary_answer": null, "no_answer_prob": -5.772284507751465}
{"example_id": 8125336020284856153, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7275341749191284}
{"example_id": -5824018452742426380, "prediction": "Sean Patrick Astin", "binary_answer": null, "no_answer_prob": -3.2383238077163696}
{"example_id": -6731877972498285637, "prediction": "March 13 , 2018 .", "binary_answer": null, "no_answer_prob": -1.2844460010528564}
{"example_id": 6356209333358462799, "prediction": "European colonization began in 1492 , when a Spanish expedition headed by the Genoese explorer Christopher Columbus", "binary_answer": null, "no_answer_prob": -3.055299162864685}
{"example_id": 3602348176316618378, "prediction": "Pompeii", "binary_answer": null, "no_answer_prob": -3.96461284160614}
{"example_id": 7486363354943849407, "prediction": "A Song of Ice and Fire", "binary_answer": null, "no_answer_prob": 3.783409833908081}
{"example_id": 4801334013219642072, "prediction": "", "binary_answer": null, "no_answer_prob": 1.828457236289978}
{"example_id": 7658426000439666485, "prediction": "Anne of Green Gables", "binary_answer": null, "no_answer_prob": 3.711563140153885}
{"example_id": 3343528535701725949, "prediction": "Angel Stadium in Anaheim , California", "binary_answer": null, "no_answer_prob": -0.9528171867132187}
{"example_id": -6331415636013979125, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The K\u00e1rm\u00e1n line", "binary_answer": null, "no_answer_prob": -0.0632927417755127}
{"example_id": -841758053999954076, "prediction": "1 . Prologue in two scenes , the first on earth , the second in heaven ( Job 1 -- 2 )", "binary_answer": null, "no_answer_prob": 4.187613755464554}
{"example_id": 3053384651214436293, "prediction": "The 1986 Chernobyl disaster triggered the release of substantial amounts of radioactivity", "binary_answer": null, "no_answer_prob": 0.7907307744026184}
{"example_id": 3709290187139596010, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2575610876083374}
{"example_id": -5764400095751515490, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -9.896947264671326}
{"example_id": 3951927144268392880, "prediction": "Gene Kelly", "binary_answer": null, "no_answer_prob": -1.2945003509521484}
{"example_id": 2348635650279460850, "prediction": "The seventh season of the police procedural drama NCIS premiered on September 22 , 2009 with NCIS : Los Angeles Season 1", "binary_answer": null, "no_answer_prob": 3.1305984258651733}
{"example_id": 1231267427308053541, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2233009710907936}
{"example_id": 5430047601250840783, "prediction": "Local government", "binary_answer": null, "no_answer_prob": 2.0223320722579956}
{"example_id": 4426606128408476924, "prediction": "", "binary_answer": null, "no_answer_prob": 2.400632381439209}
{"example_id": -7774653843785995045, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8027416467666626}
{"example_id": -7155211338751855661, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2309054732322693}
{"example_id": -7659074950962099920, "prediction": "`` They Do n't Care About Us ''", "binary_answer": null, "no_answer_prob": 3.6822869777679443}
{"example_id": -2311416930445197041, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8310511112213135}
{"example_id": -3017048041506678277, "prediction": "Despacito", "binary_answer": null, "no_answer_prob": -0.18559718132019043}
{"example_id": -2819426765844334182, "prediction": "", "binary_answer": null, "no_answer_prob": 4.392691731452942}
{"example_id": 2751241199268467621, "prediction": "1982", "binary_answer": null, "no_answer_prob": -5.21542826294899}
{"example_id": 7685291543941675545, "prediction": "Captain America : The Winter Soldier", "binary_answer": null, "no_answer_prob": 1.6388772130012512}
{"example_id": -7807288157410129375, "prediction": "", "binary_answer": null, "no_answer_prob": 4.55532842874527}
{"example_id": 3083649704446766556, "prediction": "", "binary_answer": null, "no_answer_prob": -4.580419898033142}
{"example_id": 6448746358073143708, "prediction": "Originally from New Jersey and a graduate of Princeton University , Leonard works as a Caltech experimental physicist", "binary_answer": null, "no_answer_prob": -3.4403107166290283}
{"example_id": -5160001114356640544, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2435051798820496}
{"example_id": 6195327014886836839, "prediction": "Hugh Freeze", "binary_answer": null, "no_answer_prob": -8.492007374763489}
{"example_id": -996881642487743505, "prediction": "", "binary_answer": null, "no_answer_prob": 3.356677547097206}
{"example_id": -7134078446817580969, "prediction": "", "binary_answer": null, "no_answer_prob": 2.199822247028351}
{"example_id": 2191138736685603427, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2719329595565796}
{"example_id": 593289713068942118, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Sublimation", "binary_answer": null, "no_answer_prob": 1.9033626317977905}
{"example_id": 6592146029580613382, "prediction": "House of Music", "binary_answer": null, "no_answer_prob": 3.9623424485325813}
{"example_id": 5546787672493608774, "prediction": "Facilitated diffusion", "binary_answer": null, "no_answer_prob": -2.1477192640304565}
{"example_id": -7356948734636149725, "prediction": "`` 30 Days in the Hole '' is the seventh single by English rock group Humble Pie", "binary_answer": null, "no_answer_prob": 0.9525540471076965}
{"example_id": 482115006346978627, "prediction": "Board of Regents of the University of Wisconsin System v. Southworth , 529 U.S. 217 ( 2000 )", "binary_answer": null, "no_answer_prob": 1.4368105381727219}
{"example_id": -6588370661590813917, "prediction": "", "binary_answer": null, "no_answer_prob": 3.351293921470642}
{"example_id": 4076188114947390634, "prediction": "Tungsten is a chemical element with symbol W and atomic number 74", "binary_answer": null, "no_answer_prob": 1.094386413693428}
{"example_id": -1795411119564599945, "prediction": "", "binary_answer": null, "no_answer_prob": 4.636694073677063}
{"example_id": 2353274014596049555, "prediction": "", "binary_answer": null, "no_answer_prob": 5.5820037722587585}
{"example_id": 2380948392611109850, "prediction": "Maurice First appearance Beauty and the Beast ( 1991 ) Portrayed by Eric Keenleyside ( Once Upon a Time ) Kevin Kline", "binary_answer": null, "no_answer_prob": -0.4538651704788208}
{"example_id": -3068131541685394725, "prediction": "Steven Adler", "binary_answer": null, "no_answer_prob": -4.595611095428467}
{"example_id": -2694405149899998133, "prediction": "South Australia", "binary_answer": null, "no_answer_prob": -5.898339658975601}
{"example_id": 1806236654942286909, "prediction": "APJ Abdul Kalam", "binary_answer": null, "no_answer_prob": -4.976136803627014}
{"example_id": -3825491543871692969, "prediction": "President Franklin Delano Roosevelt", "binary_answer": null, "no_answer_prob": -0.22308897972106934}
{"example_id": -247089316114118528, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Employment discrimination law", "binary_answer": null, "no_answer_prob": 3.105525493621826}
{"example_id": 3476152606555347235, "prediction": "", "binary_answer": null, "no_answer_prob": 0.647830069065094}
{"example_id": -2611225258568366255, "prediction": "Courtney Thorne - Smith", "binary_answer": null, "no_answer_prob": 2.0926499366760254}
{"example_id": 8689495275736003811, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5199360251426697}
{"example_id": -5360115206629393550, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5915616750717163}
{"example_id": -4018959341407620176, "prediction": "`` Say You Wo n't Let Go", "binary_answer": null, "no_answer_prob": 2.4763830080628395}
{"example_id": -5473301358048974543, "prediction": "Junction 6 was never built", "binary_answer": null, "no_answer_prob": 0.7265320718288422}
{"example_id": 5557550006522357115, "prediction": "The history of immigration to the United States details the movement of people to the United States starting with the first European settlements from around 1600", "binary_answer": null, "no_answer_prob": -4.022077560424805}
{"example_id": -1332553970111916891, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3549010157585144}
{"example_id": 604466518376876435, "prediction": "Although the coin 's abolition", "binary_answer": null, "no_answer_prob": -1.1888779401779175}
{"example_id": -8897752621922605541, "prediction": "Andy Serkis", "binary_answer": null, "no_answer_prob": 0.7264189720153809}
{"example_id": -6245814877547872597, "prediction": "The Code of Laws of the United States of America", "binary_answer": null, "no_answer_prob": 0.5083317756652832}
{"example_id": -1643707786935179334, "prediction": "around 1220 C.E. in Italy .", "binary_answer": null, "no_answer_prob": -1.91166353225708}
{"example_id": -610232584691505899, "prediction": "On May 18 , 1980", "binary_answer": null, "no_answer_prob": -0.811128556728363}
{"example_id": -6941608030909844566, "prediction": "`` Return of the Mack ''", "binary_answer": null, "no_answer_prob": 1.3663355112075806}
{"example_id": 8323056896648681320, "prediction": "Sacramento Kings", "binary_answer": null, "no_answer_prob": -0.646249532699585}
{"example_id": 244810551872428678, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7491098642349243}
{"example_id": -3994440374306138444, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.3625736236572266}
{"example_id": -4131906684763697090, "prediction": "Suzanne `` Crazy Eyes '' Warren", "binary_answer": null, "no_answer_prob": 4.554538726806641}
{"example_id": -3071864791753446059, "prediction": "The Reconquista", "binary_answer": null, "no_answer_prob": 0.7228907346725464}
{"example_id": -8084891757512769698, "prediction": "", "binary_answer": null, "no_answer_prob": 2.740971803665161}
{"example_id": 6797049968457951397, "prediction": "", "binary_answer": null, "no_answer_prob": 2.294531285762787}
{"example_id": -1896230859565857389, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6813560724258423}
{"example_id": -1225363930499934478, "prediction": "Karl Stig - Erland `` Stieg '' Larsson", "binary_answer": null, "no_answer_prob": 2.9333986937999725}
{"example_id": 2214506083332809384, "prediction": "Irving Rameses `` Ving '' Rhames", "binary_answer": null, "no_answer_prob": -1.5116702318191528}
{"example_id": 3061904298408148545, "prediction": "Electricity generation is the process of generating electric power from sources of primary energy", "binary_answer": null, "no_answer_prob": 1.0501794815063477}
{"example_id": -4837429249627032839, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.347606122493744}
{"example_id": 8042930889011365875, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6735296547412872}
{"example_id": -6580645266031317210, "prediction": "", "binary_answer": null, "no_answer_prob": 2.720603108406067}
{"example_id": 8287797887235142909, "prediction": "CQ or charge of quarters is a tasked duty in which a United States armed forces service member is to guard the front entrance to the barracks", "binary_answer": null, "no_answer_prob": -1.986441969871521}
{"example_id": 6768974037627749161, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4039766788482666}
{"example_id": 4445081086841568726, "prediction": "The modern necktie that spread from Europe", "binary_answer": null, "no_answer_prob": 1.6849531456828117}
{"example_id": -1066867686550304382, "prediction": "Long - term memory", "binary_answer": null, "no_answer_prob": 3.5644370913505554}
{"example_id": -8136449854028693199, "prediction": "John Cynn", "binary_answer": null, "no_answer_prob": 0.7515146732330322}
{"example_id": 1578659854961558558, "prediction": "Captain of Your Ship", "binary_answer": null, "no_answer_prob": 1.3800280094146729}
{"example_id": 7351468666722440929, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9648934602737427}
{"example_id": 2320733481589738782, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2834581732749939}
{"example_id": 5462504310675240806, "prediction": "", "binary_answer": null, "no_answer_prob": 2.306961417198181}
{"example_id": -2291918476623959469, "prediction": "Alcatraz Island", "binary_answer": null, "no_answer_prob": -5.372014164924622}
{"example_id": -3786945171111451883, "prediction": "Frances Langford", "binary_answer": null, "no_answer_prob": -1.9713255167007446}
{"example_id": 5942533792548076704, "prediction": "nuclear family", "binary_answer": null, "no_answer_prob": -0.8119368553161621}
{"example_id": 1326178481868679533, "prediction": "Physical property Specified value Length 7001500000000000000 \u2660 50.000 + 0.030 \u2212 0.000 m Width", "binary_answer": null, "no_answer_prob": 2.2511916160583496}
{"example_id": -3431617159076014487, "prediction": "Epiphany", "binary_answer": null, "no_answer_prob": 1.3936389684677124}
{"example_id": 5333068915095313993, "prediction": "Celebrity Notability ( known for ) Professional partner Status Ref . Jake T. Austin", "binary_answer": null, "no_answer_prob": 2.544196490198374}
{"example_id": 3481201784169919026, "prediction": "Utilitarianism", "binary_answer": null, "no_answer_prob": -0.5838407278060913}
{"example_id": -9040092654853067828, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4564639925956726}
{"example_id": 9088491546749422388, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6010153889656067}
{"example_id": 8450959737287541026, "prediction": "Mumbai Indians", "binary_answer": null, "no_answer_prob": -4.795697569847107}
{"example_id": -3868783914633893276, "prediction": "", "binary_answer": null, "no_answer_prob": 2.329046845436096}
{"example_id": -3232570359120331144, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6400564908981323}
{"example_id": -8495066021992036245, "prediction": "", "binary_answer": null, "no_answer_prob": 5.0712621212005615}
{"example_id": 954800041571376722, "prediction": "The Audi A3 is a small family / subcompact executive car produced since 1996", "binary_answer": null, "no_answer_prob": 1.0257393568754196}
{"example_id": -5270009221850976921, "prediction": "Brendan Coyle", "binary_answer": null, "no_answer_prob": -4.029864192008972}
{"example_id": 1111434664120048441, "prediction": "Millennium", "binary_answer": null, "no_answer_prob": 3.5430909395217896}
{"example_id": 1870808988220094780, "prediction": "Emmitt Smith", "binary_answer": null, "no_answer_prob": -1.6986855268478394}
{"example_id": 1699258673018415424, "prediction": "Samsung Galaxy S6 , Samsung Galaxy S6 Edge , and Samsung Galaxy S6 Edge+ are Android smartphones", "binary_answer": null, "no_answer_prob": -5.374454498291016}
{"example_id": -1054466698209518802, "prediction": "Billy Strange", "binary_answer": null, "no_answer_prob": -3.343194007873535}
{"example_id": -5949685421005125662, "prediction": "", "binary_answer": null, "no_answer_prob": 4.518713593482971}
{"example_id": -7398222676796693312, "prediction": "", "binary_answer": null, "no_answer_prob": 2.669396758079529}
{"example_id": 6686806043072153459, "prediction": "Missouri", "binary_answer": null, "no_answer_prob": 2.540390968322754}
{"example_id": -4717061220228022405, "prediction": "`` Video Killed the Radio Star ''", "binary_answer": null, "no_answer_prob": 2.546688437461853}
{"example_id": 9186492454589524292, "prediction": "", "binary_answer": null, "no_answer_prob": 1.960529088973999}
{"example_id": 9117547583765518416, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The transfer window", "binary_answer": null, "no_answer_prob": 1.7545469403266907}
{"example_id": 8195505686267464975, "prediction": "430.5 metres ( 1,412 ft )", "binary_answer": null, "no_answer_prob": -1.9757285714149475}
{"example_id": -4430298293065657498, "prediction": "8,532 as of 2016 , Bridgewater is the largest town in the South Shore region .", "binary_answer": null, "no_answer_prob": -0.03504312038421631}
{"example_id": 4319601600596588048, "prediction": "`` Linger ''", "binary_answer": null, "no_answer_prob": 0.051288604736328125}
{"example_id": -2908871133982661023, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3571364283561707}
{"example_id": 1382350937674232269, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9467158764600754}
{"example_id": -4880462162162608439, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1996413469314575}
{"example_id": -9115748085431219558, "prediction": "`` I Kissed a Girl '' is a song recorded by American singer Katy Perry", "binary_answer": null, "no_answer_prob": 0.2628268003463745}
{"example_id": -2412540581994354036, "prediction": "a Grammy - winning extended instrumental cover", "binary_answer": null, "no_answer_prob": 0.37454044818878174}
{"example_id": 2693891201313065523, "prediction": "The Nile", "binary_answer": null, "no_answer_prob": -0.09578844904899597}
{"example_id": -9035157612161379602, "prediction": "The primary significance of the Moro reflex is in evaluating integration of the central nervous system", "binary_answer": null, "no_answer_prob": 0.23194313049316406}
{"example_id": -9166438153553170699, "prediction": "The Great Wall of China visible today largely dates from the Ming dynasty", "binary_answer": null, "no_answer_prob": 2.355088770389557}
{"example_id": 2111714779027586231, "prediction": "Thou art that , '' ( That thou art , That art", "binary_answer": null, "no_answer_prob": -6.484099388122559}
{"example_id": 3630994325243827850, "prediction": "`` In God We Trust ''", "binary_answer": null, "no_answer_prob": 3.4792137444019318}
{"example_id": -7431842068464042178, "prediction": "zwitterion", "binary_answer": null, "no_answer_prob": -5.492549657821655}
{"example_id": 535395207586159293, "prediction": "Q4 2018 .", "binary_answer": null, "no_answer_prob": 3.104236364364624}
{"example_id": 8842345398073871276, "prediction": "", "binary_answer": null, "no_answer_prob": 3.033942401409149}
{"example_id": 4254051040099182295, "prediction": "`` Ruby , Do n't Take Your Love to Town '' is a song written by Mel Tillis", "binary_answer": null, "no_answer_prob": 1.370200727134943}
{"example_id": 8805336423896295485, "prediction": "The American Football Conference -- Eastern Division", "binary_answer": null, "no_answer_prob": 0.07123154401779175}
{"example_id": -3380649337512165552, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1020641326904297}
{"example_id": 8811202687149847159, "prediction": "`` One More Last Chance", "binary_answer": null, "no_answer_prob": -0.15027546882629395}
{"example_id": -6327671000368170196, "prediction": "Hallmark Movies & Mysteries", "binary_answer": null, "no_answer_prob": 2.9732329845428467}
{"example_id": -2675441497202145011, "prediction": "", "binary_answer": null, "no_answer_prob": -2.069437026977539}
{"example_id": -7303284957599257184, "prediction": "", "binary_answer": null, "no_answer_prob": 1.202353504486382}
{"example_id": -8652010803214010031, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9657589197158813}
{"example_id": 1493646970325321272, "prediction": "", "binary_answer": null, "no_answer_prob": 4.879856884479523}
{"example_id": 899277104231220759, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3174160420894623}
{"example_id": 1460115615484287044, "prediction": "The fourteenth episode of the season , titled `` Please , Baby , Please", "binary_answer": null, "no_answer_prob": 1.9179058074951172}
{"example_id": 8228438338354706783, "prediction": "Donald Trump", "binary_answer": null, "no_answer_prob": -1.5362215042114258}
{"example_id": 8921644586031769987, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9497922658920288}
{"example_id": -492805729779315251, "prediction": "2008", "binary_answer": null, "no_answer_prob": -2.156304359436035}
{"example_id": 3330081532106908377, "prediction": "", "binary_answer": null, "no_answer_prob": 3.397821843624115}
{"example_id": 4632472152863883898, "prediction": "June 20 , 1948", "binary_answer": null, "no_answer_prob": -0.6516213417053223}
{"example_id": -1091810488844863372, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8835782110691071}
{"example_id": -8751172650894729171, "prediction": "", "binary_answer": null, "no_answer_prob": 3.396004468202591}
{"example_id": 5735198242144848498, "prediction": "Transpiration", "binary_answer": null, "no_answer_prob": 3.8632249236106873}
{"example_id": 6985930029933012308, "prediction": "", "binary_answer": null, "no_answer_prob": -2.8595865964889526}
{"example_id": 8580237346241669943, "prediction": "Yonge Street", "binary_answer": null, "no_answer_prob": -1.0806347206234932}
{"example_id": -1340783002612777023, "prediction": "1986", "binary_answer": null, "no_answer_prob": -1.465866208076477}
{"example_id": 672508294120564635, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3025012016296387}
{"example_id": -6304668051341309451, "prediction": "", "binary_answer": null, "no_answer_prob": 4.388408303260803}
{"example_id": -7321213980850833063, "prediction": "The Bible", "binary_answer": null, "no_answer_prob": -0.8436496257781982}
{"example_id": 6122396666949857619, "prediction": "The Preakness Stakes", "binary_answer": null, "no_answer_prob": 0.8585830628871918}
{"example_id": -6673013913103106465, "prediction": "Sam Snead", "binary_answer": null, "no_answer_prob": -1.6250417232513428}
{"example_id": 8232757844163405590, "prediction": "6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": 1.0080329179763794}
{"example_id": 1253786471499687520, "prediction": "John Forsythe", "binary_answer": null, "no_answer_prob": -1.99750554561615}
{"example_id": -8549173247344657014, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8050816059112549}
{"example_id": 299324404298226439, "prediction": "", "binary_answer": null, "no_answer_prob": 0.42514248192310333}
{"example_id": -5575025493284440364, "prediction": "435", "binary_answer": null, "no_answer_prob": 1.253592610359192}
{"example_id": -3864607064493910876, "prediction": "Hirdesh Singh", "binary_answer": null, "no_answer_prob": 0.20481562614440918}
{"example_id": -562815493883482506, "prediction": "Directories containing all of the names are located on nearby podiums at both ends of the monument where visitors may locate specific names .", "binary_answer": null, "no_answer_prob": 0.8128125667572021}
{"example_id": -4092978678347491324, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0776256024837494}
{"example_id": 18023038791066416, "prediction": "The Super Bowl XLVIII halftime show", "binary_answer": null, "no_answer_prob": -0.4588773250579834}
{"example_id": 6881132752234635448, "prediction": "Kate Ashfield", "binary_answer": null, "no_answer_prob": -5.701445698738098}
{"example_id": 8845240041418834720, "prediction": "Shaun Mark Bean", "binary_answer": null, "no_answer_prob": -1.0877107381820679}
{"example_id": 1082105489800092493, "prediction": "The Cincinnati Reds are a Major League Baseball team . Originally named the Cincinnati Red Stockings", "binary_answer": null, "no_answer_prob": -3.5093146562576294}
{"example_id": 366401565827441613, "prediction": "", "binary_answer": null, "no_answer_prob": -3.3592385053634644}
{"example_id": -5288895482841197100, "prediction": "The carpometacarpal ( CMC ) joints", "binary_answer": null, "no_answer_prob": 1.1421682834625244}
{"example_id": -6300792538108303470, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5872113779187202}
{"example_id": 7677221656527734552, "prediction": "The most recent Rookie of the Year winner is Malcolm Brogdon", "binary_answer": null, "no_answer_prob": -0.8986964225769043}
{"example_id": 8146155596007231886, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7853776216506958}
{"example_id": -7035366181522610212, "prediction": "", "binary_answer": null, "no_answer_prob": 3.895534336566925}
{"example_id": -476086463509431783, "prediction": "October 9 , 2001", "binary_answer": null, "no_answer_prob": -3.8506539463996887}
{"example_id": 6265990105062828626, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7348198890686035}
{"example_id": 8014082301316141706, "prediction": "", "binary_answer": null, "no_answer_prob": 0.07784402370452881}
{"example_id": 2256434217302910784, "prediction": "The Indian National Congress", "binary_answer": null, "no_answer_prob": -0.4081716537475586}
{"example_id": -8315105085924738330, "prediction": "SAE J1703 and ISO class 3 , DOT 4 to SAE J1704 and ISO class 4 , etc .", "binary_answer": null, "no_answer_prob": 2.562339186668396}
{"example_id": 6498011504555578198, "prediction": "Material requirements planning", "binary_answer": null, "no_answer_prob": 2.05540069937706}
{"example_id": -2846337820628266887, "prediction": "The highest speed limits are generally 70 mph ( 113 km / h ) on the West Coast and the inland eastern states", "binary_answer": null, "no_answer_prob": 0.045529842376708984}
{"example_id": -8273101638407250482, "prediction": "`` It 's My Party '' is a pop song recorded by multiple artists since the 1960s . In 1963 , American singer Lesley Gore", "binary_answer": null, "no_answer_prob": -0.8431804180145264}
{"example_id": 7345634366381469690, "prediction": "Sarah Michelle Gellar", "binary_answer": null, "no_answer_prob": -1.5809803009033203}
{"example_id": -7572043940498192460, "prediction": "Paris , France", "binary_answer": null, "no_answer_prob": -4.219416499137878}
{"example_id": -8596127252162838467, "prediction": "Confederate forces attacked Fort Sumter in South Carolina , shortly after U.S. President Abraham Lincoln", "binary_answer": null, "no_answer_prob": 0.3889227509498596}
{"example_id": 8197296445610766137, "prediction": "Historian Richard B. Morris in 1973 identified the following seven figures as the key Founding Fathers : John Adams", "binary_answer": null, "no_answer_prob": -2.1070141792297363}
{"example_id": -613065524168931491, "prediction": "", "binary_answer": null, "no_answer_prob": 3.974966049194336}
{"example_id": 7042627976731758933, "prediction": "`` Never Gonna Give You Up ''", "binary_answer": null, "no_answer_prob": -0.23656630516052246}
{"example_id": 4542437654949042125, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.134648114442825}
{"example_id": 416035876866880719, "prediction": "John Hancock", "binary_answer": null, "no_answer_prob": -2.440080761909485}
{"example_id": -2688764481802698765, "prediction": "", "binary_answer": null, "no_answer_prob": 1.117991879582405}
{"example_id": 4507824594909461027, "prediction": "", "binary_answer": null, "no_answer_prob": -1.5862529277801514}
{"example_id": 3339360187549308657, "prediction": "`` It 's the Same Old Song ''", "binary_answer": null, "no_answer_prob": -4.233913540840149}
{"example_id": 6003926015449984142, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8327722549438477}
{"example_id": -2380619268683774145, "prediction": "Randy Newman", "binary_answer": null, "no_answer_prob": -1.0863525867462158}
{"example_id": 4475547514915788963, "prediction": "Warwick Ashley Davis", "binary_answer": null, "no_answer_prob": -5.460829257965088}
{"example_id": -7083703144673356898, "prediction": "Remi Fani - Kayode", "binary_answer": null, "no_answer_prob": -0.1354656219482422}
{"example_id": -6461075033922286018, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3584493398666382}
{"example_id": -9172950643350905901, "prediction": "Northern Ireland", "binary_answer": null, "no_answer_prob": -1.535668432712555}
{"example_id": 549687998310225047, "prediction": "The 2010 Austin suicide attack occurred on February 18 , 2010 , when Andrew Joseph Stack III", "binary_answer": null, "no_answer_prob": 1.3619084507226944}
{"example_id": 7083742564821465076, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8603715747594833}
{"example_id": -4104449943308851670, "prediction": "In the 4th century BC , the Greek philosopher Aristotle", "binary_answer": null, "no_answer_prob": 1.254684865474701}
{"example_id": -7119358492528032323, "prediction": "", "binary_answer": null, "no_answer_prob": 2.132798582315445}
{"example_id": 5895380370801031278, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3501802682876587}
{"example_id": 6379952377871231287, "prediction": "Crisis No. 1", "binary_answer": null, "no_answer_prob": 0.9440608024597168}
{"example_id": -2178756859414977833, "prediction": "Delphine Gibson", "binary_answer": null, "no_answer_prob": -1.2879489660263062}
{"example_id": -5819406288758053018, "prediction": "The Han dynasty or the Han Empire", "binary_answer": null, "no_answer_prob": 1.6808373779058456}
{"example_id": 3789678940982532205, "prediction": "Stephen Grover Cleveland", "binary_answer": null, "no_answer_prob": -5.623077094554901}
{"example_id": 3757799919542600697, "prediction": "President Donald Trump", "binary_answer": null, "no_answer_prob": -1.2043298482894897}
{"example_id": -2844708009105670382, "prediction": "", "binary_answer": null, "no_answer_prob": 3.427390933036804}
{"example_id": -6379459683791593697, "prediction": "Super Bowl XXXIV", "binary_answer": null, "no_answer_prob": -2.3806935250759125}
{"example_id": 7099353205592550771, "prediction": "", "binary_answer": null, "no_answer_prob": 6.6812354400753975}
{"example_id": 8452219194022985554, "prediction": "Character Portrayed by Seasons 5 6 7 Leslie Knope", "binary_answer": null, "no_answer_prob": 0.35687218606472015}
{"example_id": 2776897402828438408, "prediction": "Week National American Tie", "binary_answer": null, "no_answer_prob": 1.1153747141361237}
{"example_id": 6691125941776779872, "prediction": "", "binary_answer": null, "no_answer_prob": 3.339159905910492}
{"example_id": 3188818950580174570, "prediction": "", "binary_answer": null, "no_answer_prob": 2.069621980190277}
{"example_id": 3199526575756685039, "prediction": "`` Daft Punk Is Playing at My House", "binary_answer": null, "no_answer_prob": 3.5427318811416626}
{"example_id": -6337999606477332755, "prediction": "", "binary_answer": null, "no_answer_prob": 0.22807952761650085}
{"example_id": 9168044012663003662, "prediction": "The Nittany Lion is the mascot of Pennsylvania State University in University Park , Pennsylvania , USA and its athletic teams", "binary_answer": null, "no_answer_prob": -0.35492420196533203}
{"example_id": 2074109525231919974, "prediction": "", "binary_answer": null, "no_answer_prob": 1.580586314201355}
{"example_id": 8016878337917911859, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9808865785598755}
{"example_id": 8091062101201754238, "prediction": "Crash", "binary_answer": null, "no_answer_prob": -2.240080714225769}
{"example_id": 599679375266266212, "prediction": "primarily at the Costco in Albuquerque , New Mexico", "binary_answer": null, "no_answer_prob": -2.5751179456710815}
{"example_id": 7136908230642294269, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7965661585330963}
{"example_id": -5741181354494823999, "prediction": "Reputation", "binary_answer": null, "no_answer_prob": 1.4209169745445251}
{"example_id": -8596489163470597884, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": 1.349838137626648}
{"example_id": 7655642239586343302, "prediction": "Catherine Elise Blanchett", "binary_answer": null, "no_answer_prob": -2.5631778240203857}
{"example_id": -437146305949966573, "prediction": "Alaska", "binary_answer": null, "no_answer_prob": 0.11231398582458496}
{"example_id": 2342321701097346097, "prediction": "Name Elevation Location Last eruption meters feet Bowie Seamount", "binary_answer": null, "no_answer_prob": 2.6047197580337524}
{"example_id": 2093732342481935035, "prediction": "The Library of Alexandria", "binary_answer": null, "no_answer_prob": -1.986699104309082}
{"example_id": 7687653271935379413, "prediction": "about betrayal and forgiveness", "binary_answer": null, "no_answer_prob": -0.21567368507385254}
{"example_id": -4065577178194066983, "prediction": "Paul V. McNutt", "binary_answer": null, "no_answer_prob": -3.0105955600738525}
{"example_id": 820379277676205185, "prediction": "Stevie Wonder", "binary_answer": null, "no_answer_prob": 0.5313428640365601}
{"example_id": -8692198778751659840, "prediction": "`` Put a Little Love in Your Heart '' is a song originally performed in 1969 by Jackie DeShannon", "binary_answer": null, "no_answer_prob": 1.3594328165054321}
{"example_id": -7124524575011905701, "prediction": "Father 's Day", "binary_answer": null, "no_answer_prob": 2.648176074028015}
{"example_id": -3689964964932554147, "prediction": "Last of the Summer Wine", "binary_answer": null, "no_answer_prob": 3.8544691801071167}
{"example_id": 6747693054679197435, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7918283939361572}
{"example_id": 100607923091950711, "prediction": "`` Stacy 's Mom ''", "binary_answer": null, "no_answer_prob": 1.4982800483703613}
{"example_id": 7024139925004669778, "prediction": "", "binary_answer": null, "no_answer_prob": 3.067191854119301}
{"example_id": 5884971277814884140, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5318127870559692}
{"example_id": -488504231949328220, "prediction": "March 6 , 1988", "binary_answer": null, "no_answer_prob": -2.5402474403381348}
{"example_id": 7120250136673619482, "prediction": "Gal Gadot - Varsano", "binary_answer": null, "no_answer_prob": -4.429009675979614}
{"example_id": -4751521937264703031, "prediction": "The Most Beautiful Moment in Life : Young Forever", "binary_answer": null, "no_answer_prob": 2.3231668770313263}
{"example_id": 7954830049171830663, "prediction": "", "binary_answer": null, "no_answer_prob": 2.854757070541382}
{"example_id": 8400103620385982906, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9102846384048462}
{"example_id": 5017388557458413488, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8403485119342804}
{"example_id": 3134347934214588362, "prediction": "", "binary_answer": null, "no_answer_prob": 0.47652125358581543}
{"example_id": 6570444077114415537, "prediction": "`` Death and All His Friends '' is the season finale of the sixth season", "binary_answer": null, "no_answer_prob": 1.5248709917068481}
{"example_id": 6664242975695030270, "prediction": "`` Last Forever", "binary_answer": null, "no_answer_prob": -1.7562389373779297}
{"example_id": 1112397382302652600, "prediction": "Beauty and the Beast", "binary_answer": null, "no_answer_prob": -0.680309534072876}
{"example_id": 5785384030958665705, "prediction": "Rank Artist Awards Georg Solti", "binary_answer": null, "no_answer_prob": 0.6259769797325134}
{"example_id": -7522103957766106203, "prediction": "The Lion King : Original Motion Picture Soundtrack", "binary_answer": null, "no_answer_prob": -1.8497741222381592}
{"example_id": 2992752963425451524, "prediction": "Robert Reed", "binary_answer": null, "no_answer_prob": 3.1693454533815384}
{"example_id": 7676010155159524765, "prediction": "The Epistle of Jude", "binary_answer": null, "no_answer_prob": 0.9732234477996826}
{"example_id": 1874912064479322290, "prediction": "Originally estimated to cost $650 million , the stadium 's current construction cost was $1.15 billion", "binary_answer": null, "no_answer_prob": -0.18760669231414795}
{"example_id": -7992266561616050385, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2687055468559265}
{"example_id": -8629147511719756068, "prediction": "The Donna Reed Show", "binary_answer": null, "no_answer_prob": 0.7863725870847702}
{"example_id": 9117306812403867626, "prediction": "Ronald Reagan", "binary_answer": null, "no_answer_prob": 1.1907367706298828}
{"example_id": -2861341002123248407, "prediction": "The Strategic Petroleum Reserve ( SPR ) is an emergency fuel storage of petroleum maintained underground in Louisiana and Texas", "binary_answer": null, "no_answer_prob": 2.0152176320552826}
{"example_id": -3985338326900509994, "prediction": "", "binary_answer": null, "no_answer_prob": 5.6029148399829865}
{"example_id": -7287494750640645348, "prediction": "", "binary_answer": null, "no_answer_prob": 2.982154369354248}
{"example_id": 6406827159702379798, "prediction": "The band appeared playing the song on BBC 's Top of the Pops on 18 May 1973 .", "binary_answer": null, "no_answer_prob": 1.787025272846222}
{"example_id": 3224239243235222174, "prediction": "Super Bowl XLIII", "binary_answer": null, "no_answer_prob": -2.4180763959884644}
{"example_id": 5270065759956892460, "prediction": "the people of the United States", "binary_answer": null, "no_answer_prob": -1.6342708468437195}
{"example_id": -3313994574978636300, "prediction": "`` One Piece at a Time ''", "binary_answer": null, "no_answer_prob": -1.5279067754745483}
{"example_id": -1369780490830237166, "prediction": "", "binary_answer": null, "no_answer_prob": 3.671439826488495}
{"example_id": 397520341269246278, "prediction": "John de Lancie", "binary_answer": null, "no_answer_prob": -7.1015812158584595}
{"example_id": 6949727787919970992, "prediction": "16 - episode", "binary_answer": null, "no_answer_prob": -0.9561774730682373}
{"example_id": -2116924521509405474, "prediction": "", "binary_answer": null, "no_answer_prob": 1.654398612678051}
{"example_id": -5700627316246569346, "prediction": "Pontiac GTO", "binary_answer": null, "no_answer_prob": -6.789272785186768}
{"example_id": -3543037302625356489, "prediction": "", "binary_answer": null, "no_answer_prob": 2.967048227787018}
{"example_id": -8289161855062990086, "prediction": "American actress Natalie Portman", "binary_answer": null, "no_answer_prob": 2.0124572589993477}
{"example_id": 93723335582226855, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5159108638763428}
{"example_id": 5224183595136435858, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4319969415664673}
{"example_id": 7901749948958824893, "prediction": "Jayna Hefford and Hayley Wickenheiser", "binary_answer": null, "no_answer_prob": -3.449246406555176}
{"example_id": 4002948439158921388, "prediction": "`` Without You '' is a song written by Pete Ham and Tom Evans of British rock group Badfinger", "binary_answer": null, "no_answer_prob": 1.4597079753875732}
{"example_id": 2077552530800464571, "prediction": "Ferris Bueller 's Day Off", "binary_answer": null, "no_answer_prob": 1.903064489364624}
{"example_id": -3777338848416425387, "prediction": "U.S. Route 20", "binary_answer": null, "no_answer_prob": -2.6213055104017258}
{"example_id": 436387896641262769, "prediction": "", "binary_answer": null, "no_answer_prob": 2.679475635290146}
{"example_id": -7010147920347507194, "prediction": "The statehood movement in Puerto Rico aims to make Puerto Rico a state of the United States", "binary_answer": null, "no_answer_prob": 1.598387360572815}
{"example_id": -7936053316721152909, "prediction": "", "binary_answer": null, "no_answer_prob": 2.193429872393608}
{"example_id": -1552631803764154645, "prediction": "The Seven Years ' War was a global conflict fought between 1756 and 1763", "binary_answer": null, "no_answer_prob": -4.283412575721741}
{"example_id": -7334866626119549636, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8887009024620056}
{"example_id": -6133009717802725861, "prediction": "`` It 's a Man 's Man 's Man 's World ''", "binary_answer": null, "no_answer_prob": -1.5071983337402344}
{"example_id": -699408888972542332, "prediction": "", "binary_answer": null, "no_answer_prob": 2.521138608455658}
{"example_id": -1711300551771610488, "prediction": "British rock group the Animals", "binary_answer": null, "no_answer_prob": -1.3541022539138794}
{"example_id": -8869998836943966358, "prediction": "Edward Rappaport", "binary_answer": null, "no_answer_prob": -3.0586469173431396}
{"example_id": -6542990366621530988, "prediction": "England", "binary_answer": null, "no_answer_prob": -4.891628086566925}
{"example_id": 769677231772107521, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0612293481826782}
{"example_id": 6887286594651303871, "prediction": "Yuri Alekseyevich Gagarin", "binary_answer": null, "no_answer_prob": -3.703861355781555}
{"example_id": -2425969373522635581, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1480366438627243}
{"example_id": -818330539956445806, "prediction": "", "binary_answer": null, "no_answer_prob": 4.140709638595581}
{"example_id": 2979825218277817813, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1622679829597473}
{"example_id": 2940525806589263208, "prediction": "Brandy and Monica 's `` The Boy Is Mine '' is the longest - running single of the year , staying at number one", "binary_answer": null, "no_answer_prob": 2.7170218229293823}
{"example_id": -8997218697282168906, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The metric system", "binary_answer": null, "no_answer_prob": -0.6231369376182556}
{"example_id": -2335900678271962549, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -2.4960107803344727}
{"example_id": -5764247445321811503, "prediction": "July 26 , 2016", "binary_answer": null, "no_answer_prob": 0.44809985160827637}
{"example_id": -4274425064083032411, "prediction": "", "binary_answer": null, "no_answer_prob": 0.233320415019989}
{"example_id": -88720005483927913, "prediction": "Stealers Wheel", "binary_answer": null, "no_answer_prob": 5.165078289806843}
{"example_id": 298200800048230018, "prediction": "December 9 , 2018", "binary_answer": null, "no_answer_prob": 0.7197577953338623}
{"example_id": -6755191382094968028, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7950544953346252}
{"example_id": -5103747025111996433, "prediction": "Inspector General of Police of Nigeria Police Force Incumbent Ibrahim Kpotun Idris", "binary_answer": null, "no_answer_prob": -0.26446056365966797}
{"example_id": 9130116434121282536, "prediction": "", "binary_answer": null, "no_answer_prob": -3.988987922668457}
{"example_id": -3780188924727299872, "prediction": "", "binary_answer": null, "no_answer_prob": 1.361509621143341}
{"example_id": 6027440585044515378, "prediction": "The Indian Rebellion of 1857 has been variously termed as a war of independence , a rebellion , and a mutiny", "binary_answer": null, "no_answer_prob": 0.39143869280815125}
{"example_id": 6134810927991933545, "prediction": "Scooby - Doo", "binary_answer": null, "no_answer_prob": 1.7542992234230042}
{"example_id": -1768532999191146026, "prediction": "States Reorganisation Act , 1956 Enacted by Parliament of India Date enacted 1956 Status : In force", "binary_answer": null, "no_answer_prob": 1.3335919380187988}
{"example_id": 7268042447892190728, "prediction": "`` Should I Stay or Should I Go '' is a song by the English punk rock band the Clash , from their album Combat Rock", "binary_answer": null, "no_answer_prob": -2.9977684020996094}
{"example_id": -8730924403453095679, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5528388023376465}
{"example_id": 974789837061081451, "prediction": "the Carpenters", "binary_answer": null, "no_answer_prob": -1.0318106412887573}
{"example_id": 2595603813477692152, "prediction": "Since the 2000 United States presidential election , red states and blue states", "binary_answer": null, "no_answer_prob": 2.699255347251892}
{"example_id": 2290902970427056367, "prediction": "", "binary_answer": null, "no_answer_prob": -0.623407244682312}
{"example_id": 2516392454249812595, "prediction": "The Federal Communications Commission", "binary_answer": null, "no_answer_prob": -6.272585153579712}
{"example_id": -4742303300919965988, "prediction": "1952", "binary_answer": null, "no_answer_prob": -2.3316386938095093}
{"example_id": 4122186710148578356, "prediction": "The hippocampus", "binary_answer": null, "no_answer_prob": 0.8920365869998932}
{"example_id": 383605060299454859, "prediction": "Faith", "binary_answer": null, "no_answer_prob": -2.59335994720459}
{"example_id": 5292439029858194957, "prediction": "The National Economic and Development Authority", "binary_answer": null, "no_answer_prob": -0.9121594429016113}
{"example_id": 4098587937820698006, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0443387627601624}
{"example_id": 3359823929642729018, "prediction": "The American Revolutionary War ( 1775 -- 1783 ) , also known as the American War of Independence", "binary_answer": null, "no_answer_prob": 1.9072039276361465}
{"example_id": -5641978687888814360, "prediction": "Paper Lace and then , some months later , a US hit for Bo Donaldson and The Heywoods", "binary_answer": null, "no_answer_prob": -1.4832535982131958}
{"example_id": 3160625715823035093, "prediction": "`` Chapel of Love", "binary_answer": null, "no_answer_prob": 1.316495656967163}
{"example_id": -4805310768696212776, "prediction": "1969 ) Pearl ( 1971 ) Pearl 1971", "binary_answer": null, "no_answer_prob": 0.8256452083587646}
{"example_id": -1489938614874981963, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2865332365036011}
{"example_id": -4256892816228824625, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6052101701498032}
{"example_id": 1389884237545055223, "prediction": "White Americans", "binary_answer": null, "no_answer_prob": -2.269688367843628}
{"example_id": -1863612908060588020, "prediction": "Albert Stevens", "binary_answer": null, "no_answer_prob": 3.708979055285454}
{"example_id": 6826535275271704887, "prediction": "The East India Company", "binary_answer": null, "no_answer_prob": -1.2921150922775269}
{"example_id": -4073933669311517629, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": 0.02684164047241211}
{"example_id": -6555500747537564434, "prediction": "The third season of Fear the Walking Dead", "binary_answer": null, "no_answer_prob": 2.5871453285217285}
{"example_id": -97280574998862081, "prediction": "10 February 19 , 2017 ( 2017 - 02 - 19 ) April 23 , 2017 ( 2017 - 04 - 23 )", "binary_answer": null, "no_answer_prob": 2.635489761829376}
{"example_id": -4433159268734312985, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5859869718551636}
{"example_id": -2980099247291482674, "prediction": "", "binary_answer": null, "no_answer_prob": 2.470216751098633}
{"example_id": 5977990164505192934, "prediction": "", "binary_answer": null, "no_answer_prob": 4.875149250030518}
{"example_id": -6642263161221127390, "prediction": "", "binary_answer": null, "no_answer_prob": 4.2186678647994995}
{"example_id": 5881677502990210383, "prediction": "", "binary_answer": null, "no_answer_prob": 2.939602255821228}
{"example_id": 7307320034562027562, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4109500646591187}
{"example_id": 8491441515521538390, "prediction": "-- Winner -- Runner - up -- 3rd place -- Disqualified", "binary_answer": null, "no_answer_prob": 2.448181241750717}
{"example_id": 2077004494832354898, "prediction": "Morris Mac Davis", "binary_answer": null, "no_answer_prob": 1.8011298775672913}
{"example_id": -6206485579779452882, "prediction": "Dick Grayson", "binary_answer": null, "no_answer_prob": -2.40499746799469}
{"example_id": -6156830306587873889, "prediction": "Colin Young", "binary_answer": null, "no_answer_prob": -3.8077510595321655}
{"example_id": -4205700322029949198, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3681130409240723}
{"example_id": -7410990265277126606, "prediction": "unreasonable searches and seizures", "binary_answer": null, "no_answer_prob": -0.7900198698043823}
{"example_id": 4221223622943683185, "prediction": "Ali Khamenei", "binary_answer": null, "no_answer_prob": -1.5406297445297241}
{"example_id": -4482436261334989992, "prediction": "", "binary_answer": null, "no_answer_prob": 4.516313552856445}
{"example_id": -4713666865574433277, "prediction": "`` Now Sleeps the Crimson Petal '' is a sonnet poem written by Alfred , Lord Tennyson", "binary_answer": null, "no_answer_prob": 3.204788863658905}
{"example_id": -5558929420440949627, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4027360677719116}
{"example_id": 188860295372928665, "prediction": "David Wise", "binary_answer": null, "no_answer_prob": -2.0299843549728394}
{"example_id": -2595528603820801676, "prediction": "`` Billionaire '' is the debut single by American recording artist Travie McCoy", "binary_answer": null, "no_answer_prob": 0.9755129814147949}
{"example_id": 7663813100748356255, "prediction": "2007", "binary_answer": null, "no_answer_prob": -1.6374434693716466}
{"example_id": 221915176119869760, "prediction": "The United States Declaration of Independence is the statement adopted by the Second Continental Congress", "binary_answer": null, "no_answer_prob": 3.5516706705093384}
{"example_id": 4208264492711266333, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4165892004966736}
{"example_id": -6345274230328783167, "prediction": "The mallard", "binary_answer": null, "no_answer_prob": -1.402068316936493}
{"example_id": 2836094324330245476, "prediction": "", "binary_answer": null, "no_answer_prob": 1.043655812740326}
{"example_id": 4741739397252467693, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8148558735847473}
{"example_id": 189952315972489264, "prediction": "Ford Mustang", "binary_answer": null, "no_answer_prob": -4.182858318090439}
{"example_id": 3954792074147455952, "prediction": "In the American League , the New York Yankees", "binary_answer": null, "no_answer_prob": -0.6064615249633789}
{"example_id": 2316370638365564164, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5364792943000793}
{"example_id": 6121965395077048189, "prediction": "", "binary_answer": null, "no_answer_prob": 3.180337369441986}
{"example_id": 2268352799080451817, "prediction": "War", "binary_answer": null, "no_answer_prob": -3.6591057777404785}
{"example_id": 5761196659229684486, "prediction": "", "binary_answer": null, "no_answer_prob": 0.28721630573272705}
{"example_id": -6268306246869488229, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4588662385940552}
{"example_id": -5073000142576795019, "prediction": "", "binary_answer": null, "no_answer_prob": 3.250330686569214}
{"example_id": -5476378947514613767, "prediction": "", "binary_answer": null, "no_answer_prob": 4.39592170715332}
{"example_id": 4387037622362761972, "prediction": "`` Congress shall make no law respecting an establishment of religion , or prohibiting the free exercise thereof ... ''", "binary_answer": null, "no_answer_prob": -0.03638465702533722}
{"example_id": -655334614750971565, "prediction": "The islands of Indonesia", "binary_answer": null, "no_answer_prob": -3.8644258975982666}
{"example_id": 3876030032974523894, "prediction": "", "binary_answer": null, "no_answer_prob": 1.65646630525589}
{"example_id": 2432819562047486330, "prediction": "Keegan Connor Tracy", "binary_answer": null, "no_answer_prob": -8.351232886314392}
{"example_id": 1551790964937911423, "prediction": "The Patriot", "binary_answer": null, "no_answer_prob": 0.6563451290130615}
{"example_id": -8964109168160948733, "prediction": "Are You the One ? , sometimes abbreviated as AYTO ? , is an American reality television series", "binary_answer": null, "no_answer_prob": -1.671237826347351}
{"example_id": -6848880616827671253, "prediction": "Outfielder Ty Cobb", "binary_answer": null, "no_answer_prob": -0.37515854835510254}
{"example_id": -5404449441007581084, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.5905177891254425}
{"example_id": 5133683050371385500, "prediction": "`` You and Me Against the World '' is a song written by Kenny Ascher and Paul Williams", "binary_answer": null, "no_answer_prob": 1.197323501110077}
{"example_id": -3538427880708916083, "prediction": "", "binary_answer": null, "no_answer_prob": -0.4218251556158066}
{"example_id": -4321656140607088234, "prediction": "", "binary_answer": null, "no_answer_prob": 4.006728827953339}
{"example_id": -461051698819687318, "prediction": "", "binary_answer": null, "no_answer_prob": 2.852278232574463}
{"example_id": -4941805391078701533, "prediction": "Charles Dickens", "binary_answer": null, "no_answer_prob": 1.1898508071899414}
{"example_id": -4813412688308020765, "prediction": "`` Sitting on Top of the World ''", "binary_answer": null, "no_answer_prob": 2.729440212249756}
{"example_id": -438209701900515346, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1719508171081543}
{"example_id": 6085340906618669128, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7727224826812744}
{"example_id": 6515983275149803151, "prediction": "`` Everywhere ''", "binary_answer": null, "no_answer_prob": 2.4653915762901306}
{"example_id": -2864659823422614251, "prediction": "Rozalinda ( Roz ) Doyle", "binary_answer": null, "no_answer_prob": 4.376787453889847}
{"example_id": 8914373202401913608, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5473255515098572}
{"example_id": -776401431071880075, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5920722484588623}
{"example_id": -2792777910263458048, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4721993803977966}
{"example_id": 4993236413481165407, "prediction": "", "binary_answer": null, "no_answer_prob": 2.933773100376129}
{"example_id": 4344677196969129497, "prediction": "The cd command , also known as chdir ( change directory )", "binary_answer": null, "no_answer_prob": 1.3583855628967285}
{"example_id": 6069871824920037792, "prediction": "The introduction calls the poem `` the song of songs ''", "binary_answer": null, "no_answer_prob": 2.163509964942932}
{"example_id": -7158856936420412740, "prediction": "`` I 'm Still a Guy ''", "binary_answer": null, "no_answer_prob": 2.4761680960655212}
{"example_id": 8483068492809112927, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7976025342941284}
{"example_id": 7555434799084035943, "prediction": "", "binary_answer": null, "no_answer_prob": 1.735141932964325}
{"example_id": 8216477882580580904, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1277599334716797}
{"example_id": 341740240568970525, "prediction": "between approximately 1905 and 1969 , although in some places mixed - race children were still being taken into the 1970s .", "binary_answer": null, "no_answer_prob": 2.106595069169998}
{"example_id": 3439377836653572305, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2365747690200806}
{"example_id": 1286034963220757051, "prediction": "nonviolent resistance or civil resistance", "binary_answer": null, "no_answer_prob": -2.5249871015548706}
{"example_id": 1935495172001171680, "prediction": "Hong Kong", "binary_answer": null, "no_answer_prob": 2.604898691177368}
{"example_id": -2978027387456473242, "prediction": "Boyz n the Hood", "binary_answer": null, "no_answer_prob": 4.514016211032867}
{"example_id": -6228868976593966787, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The automotive industry", "binary_answer": null, "no_answer_prob": 1.8997339382767677}
{"example_id": 1799300020645652861, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5669490694999695}
{"example_id": 2551032459638156719, "prediction": "", "binary_answer": null, "no_answer_prob": -0.031913548707962036}
{"example_id": -1619314284358380157, "prediction": "1,428,557", "binary_answer": null, "no_answer_prob": -1.6841130256652832}
{"example_id": -6721237565310380112, "prediction": "", "binary_answer": null, "no_answer_prob": 3.353784739971161}
{"example_id": -2669642407853091086, "prediction": "`` Come Sail Away ''", "binary_answer": null, "no_answer_prob": -0.5866789817810059}
{"example_id": -3928232178884007009, "prediction": "", "binary_answer": null, "no_answer_prob": 0.18290621042251587}
{"example_id": -8907757002019460511, "prediction": "onion", "binary_answer": null, "no_answer_prob": 1.0752181112766266}
{"example_id": 5445401749613648184, "prediction": "", "binary_answer": null, "no_answer_prob": 5.990637838840485}
{"example_id": 9221938879228872395, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Cultural imperialism", "binary_answer": null, "no_answer_prob": 3.2406142950057983}
{"example_id": -4007696326689737656, "prediction": "Zinedine Yazid Zidane", "binary_answer": null, "no_answer_prob": -2.1767958402633667}
{"example_id": 3051930912491995402, "prediction": "The core of the complex was built between 1975 and 1985", "binary_answer": null, "no_answer_prob": 0.32573401927948}
{"example_id": 7467959401820504857, "prediction": "Greatest Hits Queen", "binary_answer": null, "no_answer_prob": -3.000387668609619}
{"example_id": 2263024490547302330, "prediction": "Season five returned on March 15 , 2016 .", "binary_answer": null, "no_answer_prob": 1.5343963503837585}
{"example_id": -7734077354039848724, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9614568948745728}
{"example_id": -6985781152186633554, "prediction": "3.50 ( 4 oz ) . 21 ( letters ) . 35 ( packages ) . 35 Price change announced October 6 , 2017", "binary_answer": null, "no_answer_prob": 0.24208569526672363}
{"example_id": 5529485976970411525, "prediction": "The col\u00f3n", "binary_answer": null, "no_answer_prob": -1.0817412734031677}
{"example_id": -7480842020733184372, "prediction": "Jordan to the east and Israel and Palestine", "binary_answer": null, "no_answer_prob": -2.931894898414612}
{"example_id": -5713298965304039986, "prediction": "Winnie - the - Pooh", "binary_answer": null, "no_answer_prob": -3.043481469154358}
{"example_id": 5594047126694334475, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.4991122782230377}
{"example_id": 1971174532031498166, "prediction": "Ethan Philan Randall", "binary_answer": null, "no_answer_prob": -0.370266318321228}
{"example_id": 5554765046249822444, "prediction": "Washington , D.C. , formally the District of Columbia", "binary_answer": null, "no_answer_prob": -3.7798298001289368}
{"example_id": -8087154690814921813, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6107752323150635}
{"example_id": 8112250565794819644, "prediction": "", "binary_answer": null, "no_answer_prob": 5.353838384151459}
{"example_id": -6277935877337775315, "prediction": "The Fresh Prince of Bel - Air is an American sitcom", "binary_answer": null, "no_answer_prob": -2.7856104373931885}
{"example_id": 7735613921246327296, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1138022243976593}
{"example_id": 3548716373739085948, "prediction": "William Butler Yeats", "binary_answer": null, "no_answer_prob": -2.081112504005432}
{"example_id": -8369288975463814899, "prediction": "competitive exclusion principle", "binary_answer": null, "no_answer_prob": -5.646142840385437}
{"example_id": 2522058463159758297, "prediction": "American Girl", "binary_answer": null, "no_answer_prob": 0.34698402881622314}
{"example_id": 3847290807942392776, "prediction": "Dodd -- Frank Wall Street Reform and Consumer Protection Act", "binary_answer": null, "no_answer_prob": 3.9659061431884766}
{"example_id": -1418791805853748719, "prediction": "`` Do n't Know Much ''", "binary_answer": null, "no_answer_prob": 0.29496097564697266}
{"example_id": 1256836366565074518, "prediction": "grizzly bear", "binary_answer": null, "no_answer_prob": -5.70669025182724}
{"example_id": -4220093283665356012, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1087861359119415}
{"example_id": 5838698792219885364, "prediction": "One Flew Over the Cuckoo 's Nest", "binary_answer": null, "no_answer_prob": 0.6404571533203125}
{"example_id": -7606683693711802515, "prediction": "Structuralism", "binary_answer": null, "no_answer_prob": 0.12449222803115845}
{"example_id": -3334913234103339998, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8304668366909027}
{"example_id": 6367201796697100492, "prediction": "Robert `` Rocky '' Balboa", "binary_answer": null, "no_answer_prob": 2.279347199946642}
{"example_id": -8965159477950779145, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7334002256393433}
{"example_id": -6711042028695801304, "prediction": "Precipitation", "binary_answer": null, "no_answer_prob": 2.002591133117676}
{"example_id": -4913200853098839933, "prediction": "`` Always on My Mind '' is a song by Johnny Christopher , Mark James and Wayne Carson", "binary_answer": null, "no_answer_prob": 0.28399658203125}
{"example_id": -5194508390374991526, "prediction": "John Stockton", "binary_answer": null, "no_answer_prob": -1.9390110969543457}
{"example_id": -5283728475695465793, "prediction": "George Washington of Virginia", "binary_answer": null, "no_answer_prob": 1.675304651260376}
{"example_id": 8574416704593075001, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7492791563272476}
{"example_id": -5410383701059565176, "prediction": "1984", "binary_answer": null, "no_answer_prob": -4.32835853099823}
{"example_id": -1529833892487770246, "prediction": "`` Say Something ''", "binary_answer": null, "no_answer_prob": 1.6314311623573303}
{"example_id": 554152236127215259, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 5.549968838691711}
{"example_id": -7226477600215867678, "prediction": "The Oakland Raiders relocation to Las Vegas", "binary_answer": null, "no_answer_prob": -1.5579090118408203}
{"example_id": -4453344556564152438, "prediction": "Rangers", "binary_answer": null, "no_answer_prob": 0.8750154972076416}
{"example_id": 3932737530100595197, "prediction": "", "binary_answer": null, "no_answer_prob": 3.110401749610901}
{"example_id": -1543275218358747300, "prediction": "James Wayne Stafford", "binary_answer": null, "no_answer_prob": 3.2180962413549423}
{"example_id": 6411002291181104591, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3652796149253845}
{"example_id": 9104191795824857360, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2284991145133972}
{"example_id": 6997363972470160562, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2727134227752686}
{"example_id": 6844379257353804986, "prediction": "30 January 1912", "binary_answer": null, "no_answer_prob": -6.206380844116211}
{"example_id": -4427471357438594147, "prediction": "Despacito", "binary_answer": null, "no_answer_prob": -0.807931661605835}
{"example_id": -60281564014020764, "prediction": "`` Who Do You Love ? '' is a song written by American rock and roll pioneer Bo Diddley", "binary_answer": null, "no_answer_prob": 2.0075099766254425}
{"example_id": 206189786194211285, "prediction": "Bonnie Raitt", "binary_answer": null, "no_answer_prob": -1.56883704662323}
{"example_id": -2918557701504996080, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0237183570861816}
{"example_id": 748117566243419892, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0096826553344727}
{"example_id": 2408970838137073912, "prediction": "28 July 1914", "binary_answer": null, "no_answer_prob": -7.090858459472656}
{"example_id": -3886213075371360647, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5580023117363453}
{"example_id": 8857394664913648755, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1090138852596283}
{"example_id": -7885948894930704, "prediction": "Donald Glover", "binary_answer": null, "no_answer_prob": 0.05739685893058777}
{"example_id": -5150725109404784758, "prediction": "Th\u00edch Qu\u1ea3ng \u0110\u1ee9c", "binary_answer": null, "no_answer_prob": 1.8733019828796387}
{"example_id": -1483448469886283085, "prediction": "Sangam literature deals with emotional and material topics such as love , war , governance , trade and bereavement", "binary_answer": null, "no_answer_prob": -0.45022153854370117}
{"example_id": 2221315073316374130, "prediction": "`` Once in a Lifetime", "binary_answer": null, "no_answer_prob": 0.01630377769470215}
{"example_id": -3622106120221902386, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8964192867279053}
{"example_id": 3810524430141178378, "prediction": "INXS", "binary_answer": null, "no_answer_prob": -1.0756094455718994}
{"example_id": 6681390051915702701, "prediction": "", "binary_answer": null, "no_answer_prob": 5.15561842918396}
{"example_id": -7526561043427644506, "prediction": "Five Man Electrical Band", "binary_answer": null, "no_answer_prob": 1.3215415477752686}
{"example_id": 3054286903521818250, "prediction": "The 2028 Summer Olympics , officially known as the Games of the XXXIV Olympiad", "binary_answer": null, "no_answer_prob": -0.9304960072040558}
{"example_id": 7131876196725885564, "prediction": "`` Make It with You ''", "binary_answer": null, "no_answer_prob": 1.4024721458554268}
{"example_id": 8586935663075243027, "prediction": "", "binary_answer": null, "no_answer_prob": 1.341108277440071}
{"example_id": 1325917553957964169, "prediction": "", "binary_answer": null, "no_answer_prob": 3.001070022583008}
{"example_id": -4564644739544350083, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0444982051849365}
{"example_id": -1584926467388631839, "prediction": "Taylor Michel Momsen", "binary_answer": null, "no_answer_prob": -12.316766262054443}
{"example_id": -4834952628694822073, "prediction": "The Georgia Bulldogs football program represents the University of Georgia", "binary_answer": null, "no_answer_prob": 2.0265581905841827}
{"example_id": 5916132453279644577, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7052018642425537}
{"example_id": -4673918127825193912, "prediction": "", "binary_answer": null, "no_answer_prob": 1.435496211051941}
{"example_id": -5598786726337750315, "prediction": "A drought", "binary_answer": null, "no_answer_prob": 1.5670242309570312}
{"example_id": 6490799758439025266, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Wake - on - LAN", "binary_answer": null, "no_answer_prob": 3.5249006748199463}
{"example_id": 2728293072330086761, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1223162412643433}
{"example_id": -5761132518588880810, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5099012851715088}
{"example_id": 1578000675191134268, "prediction": "Year Title Role Notes 2013 Aftermath Young Charles Independent film 2013 The Resurrection Independent film 2017 It Richie Tozier", "binary_answer": null, "no_answer_prob": 1.4010009765625}
{"example_id": 3533698198876607423, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3865180015563965}
{"example_id": 744271348877706891, "prediction": "Walter Winterbottom", "binary_answer": null, "no_answer_prob": -0.4393336772918701}
{"example_id": 28435812096090454, "prediction": "", "binary_answer": null, "no_answer_prob": 3.557138979434967}
{"example_id": 236989730827222552, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 1.8256391286849976}
{"example_id": 5488771502904120932, "prediction": "Belle", "binary_answer": null, "no_answer_prob": 2.004325494170189}
{"example_id": 2928271040122697512, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6872989237308502}
{"example_id": -586065361230289598, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -2.2129499912261963}
{"example_id": 6984069219317749007, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4692751616239548}
{"example_id": 5539496799040970397, "prediction": "`` I Do n't What She Said ''", "binary_answer": null, "no_answer_prob": 0.7022943459451199}
{"example_id": -7953429798957183620, "prediction": "Doretta Morrow", "binary_answer": null, "no_answer_prob": -1.8597629070281982}
{"example_id": 5421273213447858534, "prediction": "The Statue of Liberty", "binary_answer": null, "no_answer_prob": -2.4411973655223846}
{"example_id": 8216441455256792595, "prediction": "Tim Duncan", "binary_answer": null, "no_answer_prob": -1.80027437210083}
{"example_id": 505322342014328577, "prediction": "11 August 2017", "binary_answer": null, "no_answer_prob": -5.382296562194824}
{"example_id": 3400278113699057876, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6571755409240723}
{"example_id": 6084451413318448247, "prediction": "Bonnie and Clyde is a 1967 American biographical crime film directed by Arthur Penn and starring Warren Beatty and Faye Dunaway", "binary_answer": null, "no_answer_prob": -2.997488260269165}
{"example_id": -424596529912074646, "prediction": "William `` Willy '' Loman", "binary_answer": null, "no_answer_prob": 3.7186837941408157}
{"example_id": -5277508126335174066, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7797296643257141}
{"example_id": -8766903714629873885, "prediction": "Circle , circle . Dot , dot . Now you got your cootie shot .", "binary_answer": null, "no_answer_prob": -1.581740140914917}
{"example_id": -5086027026826070694, "prediction": "", "binary_answer": null, "no_answer_prob": 4.494886755943298}
{"example_id": 42487324306043315, "prediction": "India is a union of 29 states and 7 union territories . As of 2011 , with an estimated population of 1.2 billion", "binary_answer": null, "no_answer_prob": 0.6114569157361984}
{"example_id": 398100682983717271, "prediction": "", "binary_answer": null, "no_answer_prob": 2.50030317902565}
{"example_id": -3460113705757461715, "prediction": "California", "binary_answer": null, "no_answer_prob": -1.347706913948059}
{"example_id": -94868757674430819, "prediction": "Monetary inflation", "binary_answer": null, "no_answer_prob": -0.018355250358581543}
{"example_id": -8799246153801367516, "prediction": "", "binary_answer": null, "no_answer_prob": 2.655327260494232}
{"example_id": -2571429449040287809, "prediction": "", "binary_answer": null, "no_answer_prob": 3.30866539478302}
{"example_id": 6948405039724037243, "prediction": "The surname Mullins is of Irish origin , and is akin to Mullen and McMillan .", "binary_answer": null, "no_answer_prob": -7.172308444976807}
{"example_id": -1815823977544635356, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5507173985242844}
{"example_id": 3092973575540297988, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0364686250686646}
{"example_id": -5051831043067838355, "prediction": "CEO David Baszucki", "binary_answer": null, "no_answer_prob": -3.070287823677063}
{"example_id": 8624535620298297119, "prediction": "Windows XP ( codenamed Whistler ) is a personal computer operating system", "binary_answer": null, "no_answer_prob": 0.8902226090431213}
{"example_id": 7572729266732160149, "prediction": "The Children 's Act , 2005 ( Act No. 38 of 2005 ) is an act", "binary_answer": null, "no_answer_prob": 0.20700663328170776}
{"example_id": 527754226100897941, "prediction": "Bailee Madison", "binary_answer": null, "no_answer_prob": -3.5478256940841675}
{"example_id": -8828918796186164857, "prediction": "`` Who 's Gonna Ride Your Wild Horses ''", "binary_answer": null, "no_answer_prob": 3.737748861312866}
{"example_id": -3079226102257843957, "prediction": "", "binary_answer": null, "no_answer_prob": -0.1278095245361328}
{"example_id": -612099621585600127, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7084043025970459}
{"example_id": -2702219393382408140, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9187204241752625}
{"example_id": -1484752057412977131, "prediction": "", "binary_answer": null, "no_answer_prob": 5.3260283172130585}
{"example_id": -1751179769925722619, "prediction": "`` You 've Got Your Troubles '' Single by The Fortunes", "binary_answer": null, "no_answer_prob": 3.6965185701847076}
{"example_id": -609161534118796334, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1455662250518799}
{"example_id": -2014579994914273588, "prediction": "Maury Wills", "binary_answer": null, "no_answer_prob": -0.7576477527618408}
{"example_id": -4810054033460826741, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6067991256713867}
{"example_id": -537142190351762074, "prediction": "Kansas City International Airport", "binary_answer": null, "no_answer_prob": 1.606460434384644}
{"example_id": -8272431585098222113, "prediction": "Black Panther", "binary_answer": null, "no_answer_prob": -0.11872196197509766}
{"example_id": 1361489657346379965, "prediction": "", "binary_answer": null, "no_answer_prob": 2.581711232662201}
{"example_id": -6477784890537901896, "prediction": "The eighth and final season of the ABC sitcom Full House originally aired between September 27 , 1994 and May 23 , 1995 .", "binary_answer": null, "no_answer_prob": 0.42921876907348633}
{"example_id": -6640923355673864596, "prediction": "`` I Can See Clearly Now '' is a song originally recorded by Johnny Nash", "binary_answer": null, "no_answer_prob": 0.14278912544250488}
{"example_id": -8227218054836287119, "prediction": "Richard Bruton", "binary_answer": null, "no_answer_prob": -3.437450408935547}
{"example_id": 6554423586005355606, "prediction": "February 4 , 2018", "binary_answer": null, "no_answer_prob": -3.07719624042511}
{"example_id": -2943117494278148414, "prediction": "", "binary_answer": null, "no_answer_prob": 2.86875319480896}
{"example_id": 6974122774280026219, "prediction": "In 1930 , Phani Sarma joined the Kohinoor Opera", "binary_answer": null, "no_answer_prob": 3.0959962620399892}
{"example_id": 2308815812664752641, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2690638303756714}
{"example_id": 3807450958748783348, "prediction": "`` On the Road Again '' is a song written and made famous by country music singer Willie Nelson", "binary_answer": null, "no_answer_prob": 1.6374121308326721}
{"example_id": -5089205630169014610, "prediction": "Troilus and Criseyde", "binary_answer": null, "no_answer_prob": -1.6424838304519653}
{"example_id": 5964643817465163023, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8273757100105286}
{"example_id": -7953731943141146751, "prediction": "", "binary_answer": null, "no_answer_prob": 4.8151063323020935}
{"example_id": -255527787920537221, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] 2007", "binary_answer": null, "no_answer_prob": 1.5808178782463074}
{"example_id": -8129164385695676043, "prediction": "", "binary_answer": null, "no_answer_prob": 2.985151320695877}
{"example_id": 2972700760076367852, "prediction": "Edward Lorenz", "binary_answer": null, "no_answer_prob": -5.516383409500122}
{"example_id": -9152520301716701739, "prediction": "The wreck of the RMS Titanic", "binary_answer": null, "no_answer_prob": -1.6528434753417969}
{"example_id": 356679829740305253, "prediction": "The Munsters ' Theme", "binary_answer": null, "no_answer_prob": 0.0638279914855957}
{"example_id": 5090924697796526511, "prediction": "Superwoman is the name of several fictional characters from DC Comics", "binary_answer": null, "no_answer_prob": 4.547993779182434}
{"example_id": -8299786292840311179, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5978041887283325}
{"example_id": -1365631326110617242, "prediction": "Boston Celtics", "binary_answer": null, "no_answer_prob": -1.607871413230896}
{"example_id": -188229560413562877, "prediction": "Samuel George Claflin", "binary_answer": null, "no_answer_prob": -5.2665228843688965}
{"example_id": 7913719694636421411, "prediction": "The Moon", "binary_answer": null, "no_answer_prob": 0.3822020888328552}
{"example_id": -6912591881241757083, "prediction": "Morris Mac Davis", "binary_answer": null, "no_answer_prob": 2.4334370344877243}
{"example_id": -7720922104700456393, "prediction": "", "binary_answer": null, "no_answer_prob": -2.275474429130554}
{"example_id": -4050423775213461590, "prediction": "Evanna Patricia Lynch", "binary_answer": null, "no_answer_prob": -1.335524082183838}
{"example_id": -4735931497873009375, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4682173132896423}
{"example_id": -1445279784379797908, "prediction": "`` A Horse with No Name", "binary_answer": null, "no_answer_prob": 4.7146468460559845}
{"example_id": -4369431023310125261, "prediction": "`` Did n't We Almost Have It All '' is the second single from Whitney Houston 's second album Whitney", "binary_answer": null, "no_answer_prob": 2.151110589504242}
{"example_id": 3663899504290155468, "prediction": "Anne of Green Gables is a 1908 novel by Canadian author Lucy Maud Montgomery", "binary_answer": null, "no_answer_prob": 1.592786017805338}
{"example_id": 3697238135623150616, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1316229104995728}
{"example_id": -3338668329776002912, "prediction": "Laika", "binary_answer": null, "no_answer_prob": 1.4848465025424957}
{"example_id": 2922124632252860905, "prediction": "Daniel Peter `` Danny '' Masterson", "binary_answer": null, "no_answer_prob": -4.302595138549805}
{"example_id": -2139279342137502342, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8108019530773163}
{"example_id": -1135225573282689031, "prediction": "Scheme Ministry Date of Launch Outlay / Status statistics Sector Provisions Atal Pension Yojana", "binary_answer": null, "no_answer_prob": 2.0205194987356663}
{"example_id": 7881450540907539581, "prediction": "Snow White and the Seven Dwarfs", "binary_answer": null, "no_answer_prob": 2.8978362679481506}
{"example_id": -7424090992309410555, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2082218676805496}
{"example_id": -5745418399921012525, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3483699560165405}
{"example_id": -8027426053256803666, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7493204474449158}
{"example_id": 3269592228637864932, "prediction": "Mandarin", "binary_answer": null, "no_answer_prob": 1.1218836903572083}
{"example_id": 5313470441363764635, "prediction": "Zither", "binary_answer": null, "no_answer_prob": 4.723284624516964}
{"example_id": -2079370499831813361, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5513877272605896}
{"example_id": 7700680995722114203, "prediction": "The Age of Revolution", "binary_answer": null, "no_answer_prob": 2.2995412945747375}
{"example_id": 96744865645392956, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2319815307855606}
{"example_id": -1723727968483921463, "prediction": "`` Ca n't Get Enough of You Baby", "binary_answer": null, "no_answer_prob": 1.658979594707489}
{"example_id": 2877481765283580390, "prediction": "Washington , D.C.", "binary_answer": null, "no_answer_prob": 0.5388224720954895}
{"example_id": -9219534962922926456, "prediction": "Carl Linnaeus", "binary_answer": null, "no_answer_prob": -3.0771477818489075}
{"example_id": 2244250984450969560, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5262311697006226}
{"example_id": 7858543357224972126, "prediction": "", "binary_answer": null, "no_answer_prob": 5.668293803930283}
{"example_id": 2201719897362086466, "prediction": "Canadian", "binary_answer": null, "no_answer_prob": 1.2242075502872467}
{"example_id": -5333049627570569397, "prediction": "1990", "binary_answer": null, "no_answer_prob": -4.570243000984192}
{"example_id": 5894758756538860390, "prediction": "`` Human ''", "binary_answer": null, "no_answer_prob": -1.6914395093917847}
{"example_id": 6744509351164759736, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4347327947616577}
{"example_id": 5218576199944871228, "prediction": "`` Exhalation", "binary_answer": null, "no_answer_prob": 3.3355400636792183}
{"example_id": 8872003661852615899, "prediction": "Larry O'Brien Championship Trophy", "binary_answer": null, "no_answer_prob": 1.5167750418186188}
{"example_id": 8248648375510819180, "prediction": "", "binary_answer": null, "no_answer_prob": 3.507624328136444}
{"example_id": -4978199217734470537, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2383419275283813}
{"example_id": 4569540921014077677, "prediction": "The oldest city is Mobile , founded by French colonists in 1702 as the capital of French Louisiana .", "binary_answer": null, "no_answer_prob": 3.23275887966156}
{"example_id": 7141286069978489971, "prediction": "", "binary_answer": null, "no_answer_prob": 0.36927391588687897}
{"example_id": -2753205551167481264, "prediction": "`` The House of the Rising Sun '' is a traditional folk song , sometimes called `` Rising Sun Blues ''", "binary_answer": null, "no_answer_prob": 2.145255923271179}
{"example_id": -7813902494281123579, "prediction": "The 2015 World Series", "binary_answer": null, "no_answer_prob": 0.7871427461504936}
{"example_id": 4811653785244188942, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 2.1340805739164352}
{"example_id": 6914274726557692023, "prediction": "The subcutaneous tissue", "binary_answer": null, "no_answer_prob": 1.9918732717633247}
{"example_id": 2036384328456021666, "prediction": "In computing based on the Java Platform , JavaBeans", "binary_answer": null, "no_answer_prob": -5.558200478553772}
{"example_id": -7378761712236339242, "prediction": "2002", "binary_answer": null, "no_answer_prob": -5.061550796031952}
{"example_id": -1335082616075855685, "prediction": "Neil Alden Armstrong", "binary_answer": null, "no_answer_prob": -1.2523294687271118}
{"example_id": 3565020575024893105, "prediction": "3D stop - motion", "binary_answer": null, "no_answer_prob": -3.6434364318847656}
{"example_id": -7746363568033533745, "prediction": "3,745 ft ( 1,141 m )", "binary_answer": null, "no_answer_prob": -1.77345871925354}
{"example_id": -980338179653400866, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9741581678390503}
{"example_id": 5777597430854555492, "prediction": "The Siege of Yorktown", "binary_answer": null, "no_answer_prob": -5.767369270324707}
{"example_id": -5519810344344719209, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A guild", "binary_answer": null, "no_answer_prob": 2.764740765094757}
{"example_id": -573233875076827631, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9012197256088257}
{"example_id": 7609321275551771558, "prediction": "Randeep Rai", "binary_answer": null, "no_answer_prob": 0.3896965980529785}
{"example_id": 1861127566190145002, "prediction": "discussing Germany and Europe 's postwar reorganization", "binary_answer": null, "no_answer_prob": -3.336513876914978}
{"example_id": -457701655463400422, "prediction": "Tyra Banks", "binary_answer": null, "no_answer_prob": -1.6285165548324585}
{"example_id": 9162002685618208305, "prediction": "", "binary_answer": null, "no_answer_prob": -2.291702389717102}
{"example_id": 7378011053223525700, "prediction": "", "binary_answer": null, "no_answer_prob": 5.778850421309471}
{"example_id": 5696241645238189410, "prediction": "Freddie Mercury", "binary_answer": null, "no_answer_prob": 5.038545653223991}
{"example_id": -1298517695232485346, "prediction": "The 2017 Orange Bowl", "binary_answer": null, "no_answer_prob": 1.0322877168655396}
{"example_id": 1913726405280646717, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8597582280635834}
{"example_id": -8034158299768324013, "prediction": "Salt River Fields at Talking Stick", "binary_answer": null, "no_answer_prob": -0.6682272553443909}
{"example_id": 7204103577815612274, "prediction": "Hakeem Olajuwon", "binary_answer": null, "no_answer_prob": -0.32744765281677246}
{"example_id": 1376171242170726803, "prediction": "The Beast", "binary_answer": null, "no_answer_prob": -2.200098931789398}
{"example_id": -2157579152859231028, "prediction": "Aaron James Judge", "binary_answer": null, "no_answer_prob": 2.8490548133850098}
{"example_id": -5952878312183771825, "prediction": "`` Angel '' was one of the first songs written for Surfacing", "binary_answer": null, "no_answer_prob": 1.8027962446212769}
{"example_id": 7805242697334457609, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9957519173622131}
{"example_id": 250031848566528994, "prediction": "Napoleon Bonaparte", "binary_answer": null, "no_answer_prob": 0.7103551626205444}
{"example_id": -425185424273764741, "prediction": "22 episodes . On November 2 , 2017 , new episodes began airing weekly . In January 2018 , CBS renewed the series for a second season .", "binary_answer": null, "no_answer_prob": -1.2314268350601196}
{"example_id": -1585116645209342348, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": -3.300835132598877}
{"example_id": 963029148279841842, "prediction": "The Lion , the Witch and the Wardrobe", "binary_answer": null, "no_answer_prob": 3.659926754422486}
{"example_id": -3592370475979441194, "prediction": "Capital Adequacy Ratio ( CAR )", "binary_answer": null, "no_answer_prob": 2.567028846591711}
{"example_id": 326160174033788661, "prediction": "Name Portrayal Description 2 - 1B Voice : Randy Thom", "binary_answer": null, "no_answer_prob": 2.182930827140808}
{"example_id": -6333388263711929199, "prediction": "The Killing", "binary_answer": null, "no_answer_prob": 1.088121235370636}
{"example_id": -7095020480652815697, "prediction": "Christopher Michael Pratt", "binary_answer": null, "no_answer_prob": 0.2673158645629883}
{"example_id": 659351026066033004, "prediction": "", "binary_answer": null, "no_answer_prob": 2.919391095638275}
{"example_id": 4160642133874288949, "prediction": "New Netherland", "binary_answer": null, "no_answer_prob": -2.7331658601760864}
{"example_id": 8600049310637718384, "prediction": "A pro-drop language", "binary_answer": null, "no_answer_prob": 2.6533329486846924}
{"example_id": 2018272005970792683, "prediction": "`` a great princess", "binary_answer": null, "no_answer_prob": -1.4943331480026245}
{"example_id": 8324405165913086821, "prediction": "The Miracles", "binary_answer": null, "no_answer_prob": 0.25295186042785645}
{"example_id": 8498145111042838629, "prediction": "Alice in Wonderland", "binary_answer": null, "no_answer_prob": -1.4624755382537842}
{"example_id": -6738778447139524076, "prediction": "Shahid Khaqan Abbasi", "binary_answer": null, "no_answer_prob": -5.696165680885315}
{"example_id": -4248904774140551640, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8251733779907227}
{"example_id": 6176492787649496671, "prediction": "twelve", "binary_answer": null, "no_answer_prob": 0.837882399559021}
{"example_id": 5710637710172357311, "prediction": "", "binary_answer": null, "no_answer_prob": 2.244111180305481}
{"example_id": 7082939289469052637, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9297407567501068}
{"example_id": -5619970964515082772, "prediction": "calypso ballad ; the song 's lyrics encourage a young man to kiss his female love interest before it is too late .", "binary_answer": null, "no_answer_prob": 2.7546114921569824}
{"example_id": -7038507072295857022, "prediction": "", "binary_answer": null, "no_answer_prob": 2.867234021425247}
{"example_id": -5055534395179680777, "prediction": "Power Rangers Mystic Force", "binary_answer": null, "no_answer_prob": 0.3442189693450928}
{"example_id": -1089519370802496141, "prediction": "", "binary_answer": null, "no_answer_prob": 5.776780843734741}
{"example_id": -5380686218251534543, "prediction": "In J.R.R. Tolkien 's legendarium", "binary_answer": null, "no_answer_prob": 3.1647576093673706}
{"example_id": 4207810717344783202, "prediction": "", "binary_answer": null, "no_answer_prob": 3.052998721599579}
{"example_id": 7109730576293744216, "prediction": "David Ruffin", "binary_answer": null, "no_answer_prob": 1.996270775794983}
{"example_id": -5365694368718692038, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3603080958127975}
{"example_id": 5457253168989654745, "prediction": "", "binary_answer": null, "no_answer_prob": 2.021490454673767}
{"example_id": -2918180138133558435, "prediction": "`` What a Wonderful World ''", "binary_answer": null, "no_answer_prob": 0.3000633865594864}
{"example_id": 4791591886298092096, "prediction": "Film U.S. release date Director Screenwriter ( s ) Producer ( s ) Iron Man", "binary_answer": null, "no_answer_prob": -0.053783297538757324}
{"example_id": -2406098598135251491, "prediction": "The Fellowship of the Ring", "binary_answer": null, "no_answer_prob": 0.62528395652771}
{"example_id": -7648200374144536908, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.1311612129211426}
{"example_id": 2062734965036424156, "prediction": "The Death Cure was released on Blu - Ray and DVD on April 24 , 2018 .", "binary_answer": null, "no_answer_prob": 3.714167594909668}
{"example_id": -4015827601084159168, "prediction": "January 16 , 1972", "binary_answer": null, "no_answer_prob": -5.72563362121582}
{"example_id": -3809454303862150642, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9237978011369705}
{"example_id": 5797697578731851832, "prediction": "After the American Civil War and the abolition of slavery in the 1860s", "binary_answer": null, "no_answer_prob": 0.4544341564178467}
{"example_id": 7231737015660560016, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8737996220588684}
{"example_id": 1990933747819431351, "prediction": "", "binary_answer": null, "no_answer_prob": 3.836984694004059}
{"example_id": -4082221677372691763, "prediction": "26 October 4 , 2000 ( 2000 - 10 - 04 ) May 23 , 2001 ( 2001 - 05 - 23 )", "binary_answer": null, "no_answer_prob": -0.9080938100814819}
{"example_id": 9189585782320148304, "prediction": "", "binary_answer": null, "no_answer_prob": 5.1802122592926025}
{"example_id": -5758324138803388947, "prediction": "1933", "binary_answer": null, "no_answer_prob": -2.6491333842277527}
{"example_id": 1375491388922602302, "prediction": "", "binary_answer": null, "no_answer_prob": 3.178000509738922}
{"example_id": -4572903059167714513, "prediction": "`` Cake by the Ocean '' is the debut single by American band DNCE", "binary_answer": null, "no_answer_prob": 4.018336623907089}
{"example_id": -9181611026161025453, "prediction": "", "binary_answer": null, "no_answer_prob": 3.052231013774872}
{"example_id": 7602335501357041499, "prediction": "", "binary_answer": null, "no_answer_prob": 3.171004567295313}
{"example_id": 3603771987658048703, "prediction": "The Paris Peace Conference", "binary_answer": null, "no_answer_prob": 1.457200527191162}
{"example_id": -3347415205620550250, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5473042130470276}
{"example_id": -4502127178332603579, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A medical ventilator", "binary_answer": null, "no_answer_prob": 1.1809470653533936}
{"example_id": -6119938181543883325, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7953018620610237}
{"example_id": -5682089752151940709, "prediction": "LeBron James", "binary_answer": null, "no_answer_prob": 0.06842517852783203}
{"example_id": 4582188532023855158, "prediction": "In general physics , delta - v is simply a change in velocity", "binary_answer": null, "no_answer_prob": -4.714493274688721}
{"example_id": 926354136830642911, "prediction": "`` The Finale ''", "binary_answer": null, "no_answer_prob": -2.0368382930755615}
{"example_id": 2449309904938287560, "prediction": "Michael Jeffrey Jordan", "binary_answer": null, "no_answer_prob": -2.1596062183380127}
{"example_id": 6590984660687648931, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The United Nations member states", "binary_answer": null, "no_answer_prob": 3.168651044368744}
{"example_id": 3371223091453233077, "prediction": "1994", "binary_answer": null, "no_answer_prob": -4.787977576255798}
{"example_id": -9199414079644647278, "prediction": "The overall outcome of the war was threefold", "binary_answer": null, "no_answer_prob": -1.5176969766616821}
{"example_id": -4595522361866648343, "prediction": "OK Go", "binary_answer": null, "no_answer_prob": 0.747463583946228}
{"example_id": 6600921428944172728, "prediction": "Keeping Up with the Kardashians", "binary_answer": null, "no_answer_prob": 1.9089427888393402}
{"example_id": 2976257167244265314, "prediction": "", "binary_answer": null, "no_answer_prob": 5.29314398765564}
{"example_id": -4794116528469612742, "prediction": "`` ( She 's ) Some Kind of Wonderful ''", "binary_answer": null, "no_answer_prob": 1.9230269193649292}
{"example_id": -24281565181117922, "prediction": "Robert Frost", "binary_answer": null, "no_answer_prob": -10.132550597190857}
{"example_id": 1584579259842500640, "prediction": "The word itself comes from Messipi", "binary_answer": null, "no_answer_prob": -2.5084948539733887}
{"example_id": -8637407729045745451, "prediction": "The ninth season of the American science fiction television series The X-Files", "binary_answer": null, "no_answer_prob": 3.360798180103302}
{"example_id": -3056249310261842245, "prediction": "Laredo", "binary_answer": null, "no_answer_prob": 0.17745676636695862}
{"example_id": -2762593630305733664, "prediction": "", "binary_answer": null, "no_answer_prob": 4.597265958786011}
{"example_id": 5331717885435024402, "prediction": "`` Do n't Let the Sun Go Down on Me ''", "binary_answer": null, "no_answer_prob": 2.2574721574783325}
{"example_id": -6351121546683076160, "prediction": "Nabi Tajima of Japan", "binary_answer": null, "no_answer_prob": 0.03344994783401489}
{"example_id": 6259083847054593855, "prediction": "Jerome Adams", "binary_answer": null, "no_answer_prob": -8.186305284500122}
{"example_id": -656340938735579478, "prediction": "Samuel Slater", "binary_answer": null, "no_answer_prob": -2.4105767011642456}
{"example_id": 8843278221760358112, "prediction": "1968", "binary_answer": null, "no_answer_prob": -2.1672568321228027}
{"example_id": 7675681411521351516, "prediction": "Verona , Italy", "binary_answer": null, "no_answer_prob": -6.006855726242065}
{"example_id": 5655337025389605453, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9885902404785156}
{"example_id": -44051854076564384, "prediction": "`` With a Little Help from My Friends ''", "binary_answer": null, "no_answer_prob": 2.5928157567977905}
{"example_id": 5985830443173483426, "prediction": "Sir Georg Solti", "binary_answer": null, "no_answer_prob": -3.1831457018852234}
{"example_id": 6807517402872985289, "prediction": "How to Train Your Dragon is a series of twelve", "binary_answer": null, "no_answer_prob": 1.32879838347435}
{"example_id": -1186210998868194765, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] `` Discovery science", "binary_answer": null, "no_answer_prob": 2.775276333093643}
{"example_id": -851149197598120689, "prediction": "", "binary_answer": null, "no_answer_prob": -1.3624343872070312}
{"example_id": 7863639929635416894, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -1.996397614479065}
{"example_id": 926229989598592092, "prediction": "", "binary_answer": null, "no_answer_prob": 1.61778724193573}
{"example_id": -7504840561121961744, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9959242939949036}
{"example_id": 3876920157373846712, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The neutral powers", "binary_answer": null, "no_answer_prob": 2.4281981587409973}
{"example_id": -1588918408519564820, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9515295028686523}
{"example_id": 282190951134581763, "prediction": "", "binary_answer": null, "no_answer_prob": 3.251672625541687}
{"example_id": 3728623171736300265, "prediction": "Powers of the United States Congress", "binary_answer": null, "no_answer_prob": 0.8532975912094116}
{"example_id": -5401759216118702918, "prediction": "The Blue Angels", "binary_answer": null, "no_answer_prob": 2.0808956623077393}
{"example_id": -6449180247876167971, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9718167185783386}
{"example_id": -1196729186427360044, "prediction": "Punta Gorda Airport", "binary_answer": null, "no_answer_prob": -6.901895761489868}
{"example_id": -12822886849913502, "prediction": "`` Through the Fire and Flames ''", "binary_answer": null, "no_answer_prob": 4.4873050060123205}
{"example_id": -5200748365117162863, "prediction": "`` The World Is Too Much with Us '' is a sonnet by the English Romantic poet William Wordsworth", "binary_answer": null, "no_answer_prob": -2.469118118286133}
{"example_id": -4398546187187734394, "prediction": "Russian ( Russian : \u0440\u0443\u0301\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u0301\u043a , tr . r\u00fasskiy yaz\u00fdk", "binary_answer": null, "no_answer_prob": 2.3594531416893005}
{"example_id": -3109239631373720174, "prediction": "Geographic area Capital Canada Ottawa", "binary_answer": null, "no_answer_prob": 0.05593669414520264}
{"example_id": 8925739910556899802, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7272882461547852}
{"example_id": 1939286857524402357, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The United Nations member states", "binary_answer": null, "no_answer_prob": 3.5634262561798096}
{"example_id": -9221662579576848923, "prediction": "France and Croatia", "binary_answer": null, "no_answer_prob": 1.455437958240509}
{"example_id": 3880012906993944751, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0269308760762215}
{"example_id": 7351844234467259950, "prediction": "The Panic of 1857 was a financial panic in the United States caused by the declining international economy and over-expansion of the domestic economy", "binary_answer": null, "no_answer_prob": 2.7073682248592377}
{"example_id": -702044114321361443, "prediction": "", "binary_answer": null, "no_answer_prob": 3.337196469306946}
{"example_id": -5374268354717016595, "prediction": "25 to 65 microteslas ( 0.25 to 0.65 gauss )", "binary_answer": null, "no_answer_prob": -2.4028676748275757}
{"example_id": 7191629737702406612, "prediction": "`` I Go to Pieces '' is a song written by Del Shannon", "binary_answer": null, "no_answer_prob": 0.016652941703796387}
{"example_id": -7778866163271536738, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2832552790641785}
{"example_id": 3868658760531039189, "prediction": "", "binary_answer": null, "no_answer_prob": 3.289052128791809}
{"example_id": -6039797685619843508, "prediction": "It is a 1986 horror novel by American author Stephen King", "binary_answer": null, "no_answer_prob": -2.7485076785087585}
{"example_id": -6880511738870468310, "prediction": "", "binary_answer": null, "no_answer_prob": 2.441275954246521}
{"example_id": 8436054463509144529, "prediction": "7 : 38", "binary_answer": null, "no_answer_prob": 0.9681739807128906}
{"example_id": -6625816637881640495, "prediction": "", "binary_answer": null, "no_answer_prob": -0.08083132654428482}
{"example_id": -7592376827056753693, "prediction": "The diamondback terrapin", "binary_answer": null, "no_answer_prob": -1.3871946930885315}
{"example_id": -5932484619330849473, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8892569541931152}
{"example_id": -9208277605025665877, "prediction": "Silicon Valley", "binary_answer": null, "no_answer_prob": 0.2602391242980957}
{"example_id": 8943851665684701678, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9153920710086823}
{"example_id": 8033562953590877198, "prediction": "June 20 , 2018", "binary_answer": null, "no_answer_prob": -3.7698620557785034}
{"example_id": -8776655846216542649, "prediction": "James Earl Jones", "binary_answer": null, "no_answer_prob": -1.6236250400543213}
{"example_id": 1250153245712379519, "prediction": "Normandy landings", "binary_answer": null, "no_answer_prob": -0.7541134357452393}
{"example_id": -5958299091256021549, "prediction": "Rank Continent Population 2016 \u00b1 % p.a. 2010 -- 2016 % of world pop . Asia", "binary_answer": null, "no_answer_prob": 0.11159086227416992}
{"example_id": 998490609178233722, "prediction": "Walmart", "binary_answer": null, "no_answer_prob": -1.1810481548309326}
{"example_id": -8469790213690751647, "prediction": "Swami Vivekananda .", "binary_answer": null, "no_answer_prob": 1.0422118604183197}
{"example_id": 5127090235680483100, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7258562445640564}
{"example_id": -5206286406355014269, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": -0.2880908250808716}
{"example_id": 6695790733375613327, "prediction": "", "binary_answer": null, "no_answer_prob": 2.743046283721924}
{"example_id": 1800057194656089898, "prediction": "", "binary_answer": null, "no_answer_prob": 2.446081280708313}
{"example_id": -364635528503064225, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0524104833602905}
{"example_id": -2876595940312304928, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Transcription", "binary_answer": null, "no_answer_prob": 2.5755295753479004}
{"example_id": 1203799362752889541, "prediction": "A market economy", "binary_answer": null, "no_answer_prob": 3.2369850873947144}
{"example_id": 2893092019374589138, "prediction": "Muhammad Ali Jinnah", "binary_answer": null, "no_answer_prob": -7.189957499504089}
{"example_id": -441765036440607174, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8069624304771423}
{"example_id": -6605638885133826345, "prediction": "1981", "binary_answer": null, "no_answer_prob": -5.77485990524292}
{"example_id": 8333338629424840855, "prediction": "`` I 'm Not the Only One '' is a song recorded by English singer Sam Smith", "binary_answer": null, "no_answer_prob": -0.09916210174560547}
{"example_id": -1046753445581512757, "prediction": "13.9 million", "binary_answer": null, "no_answer_prob": -2.34261953830719}
{"example_id": -7742586764451791533, "prediction": "Luke Fickell", "binary_answer": null, "no_answer_prob": -4.583710670471191}
{"example_id": -862974259036799392, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9184414483606815}
{"example_id": -8048076596333046562, "prediction": "Mattel", "binary_answer": null, "no_answer_prob": -2.6228777170181274}
{"example_id": -3123619573627182634, "prediction": "The Battle of Okinawa", "binary_answer": null, "no_answer_prob": 1.2097488045692444}
{"example_id": -3910999485596036986, "prediction": "British rock band Manfred Mann 's Earth Band", "binary_answer": null, "no_answer_prob": -1.0172616243362427}
{"example_id": -2443807357683898532, "prediction": "In computing , a system call", "binary_answer": null, "no_answer_prob": 2.255478158593178}
{"example_id": -3605162899639235972, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6062127351760864}
{"example_id": 150708870879453000, "prediction": "phosphorus", "binary_answer": null, "no_answer_prob": 1.1284656524658203}
{"example_id": 6860944329689119194, "prediction": "statehood on August 21 , 1959", "binary_answer": null, "no_answer_prob": -2.4525840282440186}
{"example_id": 4542477297974290427, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0071164667606354}
{"example_id": -3177206333553954523, "prediction": "Amortentia", "binary_answer": null, "no_answer_prob": 2.2639968395233154}
{"example_id": -1204746644820116040, "prediction": "Soul Surfer is a 2011 American biographical drama film", "binary_answer": null, "no_answer_prob": -2.810953378677368}
{"example_id": -4392432908367410310, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5653217285871506}
{"example_id": 2798593915310445098, "prediction": "Year Competition details 2012 85th Competition 2013 86th Competition 2014 87th Competition 2015 88th Competition 2016 89th Competition 2017 90th Competition", "binary_answer": null, "no_answer_prob": 2.491020083427429}
{"example_id": -9039927799180453963, "prediction": "The `` Legend ''", "binary_answer": null, "no_answer_prob": 0.7232754826545715}
{"example_id": 5759193192460133072, "prediction": "Harrison wrote `` While My Guitar Gently Weeps '' as an exercise in randomness inspired by the Chinese I Ching", "binary_answer": null, "no_answer_prob": -1.3988834619522095}
{"example_id": 4972735096175159012, "prediction": "Bernard Hinault", "binary_answer": null, "no_answer_prob": -1.4503185153007507}
{"example_id": 4204996071883324093, "prediction": "Dr. Wilbur Olin Atwater", "binary_answer": null, "no_answer_prob": -4.4541709423065186}
{"example_id": 3844125090241992817, "prediction": "Jephthah", "binary_answer": null, "no_answer_prob": -2.967666983604431}
{"example_id": 3013296189889794664, "prediction": "`` 50 Ways to Leave Your Lover '' is a song by the American singer - songwriter Paul Simon", "binary_answer": null, "no_answer_prob": 0.4771367311477661}
{"example_id": 1755596894603341451, "prediction": "", "binary_answer": null, "no_answer_prob": -4.76187264919281}
{"example_id": 2842924527220481974, "prediction": "Dipak Misra", "binary_answer": null, "no_answer_prob": -4.219432055950165}
{"example_id": -2300619845818907223, "prediction": "Nat Hickey", "binary_answer": null, "no_answer_prob": -0.030189037322998047}
{"example_id": -6700154812997580833, "prediction": "George Frederick Blanda", "binary_answer": null, "no_answer_prob": -6.286343097686768}
{"example_id": 163812861735992154, "prediction": "Don Williams . It was released in August 1980 as the first single and title track from the album I Believe in You .", "binary_answer": null, "no_answer_prob": 0.9198549091815948}
{"example_id": -2688367762924869004, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8370920419692993}
{"example_id": 4252123627076857968, "prediction": "", "binary_answer": null, "no_answer_prob": 3.073742926120758}
{"example_id": -2181266640545304134, "prediction": "The Chernobyl disaster", "binary_answer": null, "no_answer_prob": -3.0799575746059418}
{"example_id": 4837484655135502647, "prediction": "8 4 January 2018 ( 2018 - 01 - 04 ) 22 February 2018 ( 2018 - 02 - 22 ) 8.34", "binary_answer": null, "no_answer_prob": 0.37026703357696533}
{"example_id": -3806684492746395313, "prediction": "1980", "binary_answer": null, "no_answer_prob": -0.6479899883270264}
{"example_id": 4268540754543694075, "prediction": "Philadelphia", "binary_answer": null, "no_answer_prob": -1.2973160147666931}
{"example_id": -4599243710191582050, "prediction": "In the C programming language , data types", "binary_answer": null, "no_answer_prob": 3.140203297138214}
{"example_id": -6816601625168017950, "prediction": "", "binary_answer": null, "no_answer_prob": 2.686860025860369}
{"example_id": -5602922808084115428, "prediction": "", "binary_answer": null, "no_answer_prob": 4.038947343826294}
{"example_id": 1518801672705404588, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0917410850524902}
{"example_id": -1794107961908818648, "prediction": "", "binary_answer": null, "no_answer_prob": 2.928762674331665}
{"example_id": 1394630376030254635, "prediction": "", "binary_answer": null, "no_answer_prob": 4.688923716545105}
{"example_id": -7921505140294777405, "prediction": "", "binary_answer": null, "no_answer_prob": -3.5128433108329773}
{"example_id": 5716837155352313356, "prediction": "Lefty Frizzell", "binary_answer": null, "no_answer_prob": -2.064530372619629}
{"example_id": 7537270869285411482, "prediction": "", "binary_answer": null, "no_answer_prob": 5.436599969863892}
{"example_id": -3359991198139090995, "prediction": "`` Three Times a Lady '' is a song by American soul group the Commodores", "binary_answer": null, "no_answer_prob": 0.704192042350769}
{"example_id": 4412615293667765975, "prediction": "`` Stress Relief '' is a two - part episode of the American comedy television series The Office", "binary_answer": null, "no_answer_prob": 1.568721443414688}
{"example_id": -6479921317466279753, "prediction": "The origin of replication", "binary_answer": null, "no_answer_prob": -1.221599817276001}
{"example_id": -1815580883104741882, "prediction": "Charli XCX", "binary_answer": null, "no_answer_prob": 1.7142036780714989}
{"example_id": -6794175496168882123, "prediction": "`` Barbie Girl '' is a song by the Danish - Norwegian dance - pop group Aqua", "binary_answer": null, "no_answer_prob": -1.5519572496414185}
{"example_id": -1594127086659780245, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 0.9463603869080544}
{"example_id": -2501606857808093906, "prediction": "We Live Here", "binary_answer": null, "no_answer_prob": -0.41402673721313477}
{"example_id": 1467157978947831289, "prediction": "Vince Carter", "binary_answer": null, "no_answer_prob": 0.07223343849182129}
{"example_id": -8236440670743630080, "prediction": "", "binary_answer": null, "no_answer_prob": 4.41344428062439}
{"example_id": 62618609207312282, "prediction": "", "binary_answer": null, "no_answer_prob": 4.388161838054657}
{"example_id": -1260168217484706833, "prediction": "1986", "binary_answer": null, "no_answer_prob": 1.03908109664917}
{"example_id": -2266853404730047221, "prediction": "`` The Onion Song '' was a hit for soul singers Marvin Gaye and Tammi Terrell", "binary_answer": null, "no_answer_prob": 4.739006549119949}
{"example_id": -6708189620077692423, "prediction": "District of Columbia", "binary_answer": null, "no_answer_prob": -0.5288364887237549}
{"example_id": -7520532049779996460, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6031621247529984}
{"example_id": -1448093128086866437, "prediction": "Indiana Jones and the Last Crusade is a 1989", "binary_answer": null, "no_answer_prob": -2.931427478790283}
{"example_id": -3979738176844987327, "prediction": "September 6 , 2018", "binary_answer": null, "no_answer_prob": -8.931330680847168}
{"example_id": -4765526417832663960, "prediction": "Faith of the Heart", "binary_answer": null, "no_answer_prob": -2.2171279191970825}
{"example_id": -5231592180573429181, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5771013721823692}
{"example_id": -3133997095167253157, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3021116256713867}
{"example_id": 1523576813463974849, "prediction": "", "binary_answer": null, "no_answer_prob": -3.579105019569397}
{"example_id": -8645060630087450787, "prediction": "In computer science , a high - level programming language is a programming language with strong abstraction", "binary_answer": null, "no_answer_prob": -1.3658616542816162}
{"example_id": 2697009989772615027, "prediction": "The Einstein field equations", "binary_answer": null, "no_answer_prob": 0.8905104845762253}
{"example_id": -5795454333476869645, "prediction": "`` It Only Takes a Minute '' is a 1975 song by Tavares", "binary_answer": null, "no_answer_prob": 0.009552597999572754}
{"example_id": -868502471779072959, "prediction": "The red - winged blackbird", "binary_answer": null, "no_answer_prob": -0.9616603851318359}
{"example_id": 3068165415303746813, "prediction": "`` Jump Around '' is a hit song by American hip hop group House of Pain", "binary_answer": null, "no_answer_prob": 0.9967362284660339}
{"example_id": -1026964006576464743, "prediction": "Braun Strowman", "binary_answer": null, "no_answer_prob": -8.597049176692963}
{"example_id": -1302412739132738295, "prediction": "The Message in the Bottle", "binary_answer": null, "no_answer_prob": 3.4879680275917053}
{"example_id": -1459908278042329259, "prediction": "", "binary_answer": null, "no_answer_prob": 0.04926908016204834}
{"example_id": 3686707568506986955, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3273671865463257}
{"example_id": 6637526258420816108, "prediction": "", "binary_answer": null, "no_answer_prob": 5.363926321268082}
{"example_id": 2958353828313605385, "prediction": "`` Tie a Yellow Ribbon Round the Ole Oak Tree '' is a song by Dawn featuring Tony Orlando", "binary_answer": null, "no_answer_prob": -0.7466247081756592}
{"example_id": 7832598596624150246, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5227750539779663}
{"example_id": 2355046656576629670, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1455575227737427}
{"example_id": 2289551215702424818, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4708621948957443}
{"example_id": -6211195851419312981, "prediction": "adapts to users ' individual language usages , searches , and preferences , with continuing use . Returned results are individualized .", "binary_answer": null, "no_answer_prob": -2.5486202239990234}
{"example_id": -6644639123758684084, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2547839879989624}
{"example_id": 3631055211366096413, "prediction": "Travel", "binary_answer": null, "no_answer_prob": 0.1488419771194458}
{"example_id": 6329885226176742212, "prediction": "The Russian Revolution", "binary_answer": null, "no_answer_prob": -4.489957839250565}
{"example_id": 6760544045388296507, "prediction": "", "binary_answer": null, "no_answer_prob": 4.131883025169373}
{"example_id": -9125962551116645697, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 5.644162729382515}
{"example_id": 3661749380485118773, "prediction": "Blumhouse 's Truth or Dare , or simply Truth or Dare", "binary_answer": null, "no_answer_prob": -3.595231056213379}
{"example_id": -722400225601668060, "prediction": "Super Bowl XXXVII", "binary_answer": null, "no_answer_prob": -4.488354921340942}
{"example_id": -2797471466301526308, "prediction": "Cristiano Ronaldo", "binary_answer": null, "no_answer_prob": -4.337579846382141}
{"example_id": 4893771522777365152, "prediction": "the composer 's relief at both the arrival of spring and the temporary respite he was experiencing from the band 's business affairs .", "binary_answer": null, "no_answer_prob": -0.6401648670434952}
{"example_id": 3733687542715008731, "prediction": "`` You 've Got to Hide Your Love Away '' is a song by English rock band the Beatles", "binary_answer": null, "no_answer_prob": 1.2094435095787048}
{"example_id": 1499823823981062044, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6545266509056091}
{"example_id": -3015069839936483203, "prediction": "2.4 billion years ago", "binary_answer": null, "no_answer_prob": -0.20422759652137756}
{"example_id": 295044272466819736, "prediction": "Coal liquefaction", "binary_answer": null, "no_answer_prob": 1.6921150088310242}
{"example_id": -817630463662302670, "prediction": "5 May 2017", "binary_answer": null, "no_answer_prob": -1.0822255611419678}
{"example_id": 5169424922778130755, "prediction": "The Minnesota State Fair", "binary_answer": null, "no_answer_prob": 1.9084367156028748}
{"example_id": 7296512350873324495, "prediction": "Master of None", "binary_answer": null, "no_answer_prob": 1.3010718822479248}
{"example_id": -4062768760857082271, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6975889205932617}
{"example_id": 2208788560687158021, "prediction": "The Great Migration", "binary_answer": null, "no_answer_prob": -3.8567389845848083}
{"example_id": -1958739909830757205, "prediction": "Computer memory types Volatile RAM", "binary_answer": null, "no_answer_prob": 2.6778024435043335}
{"example_id": 6948784021557831817, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5772550702095032}
{"example_id": 2177811844752689864, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7580245733261108}
{"example_id": -1503973472203661588, "prediction": "A bachelor 's degree", "binary_answer": null, "no_answer_prob": -0.014920324087142944}
{"example_id": 3178769903358845426, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2767864465713501}
{"example_id": -5300182137882368717, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7023941278457642}
{"example_id": 5125598735288011991, "prediction": "actor Steve Martin who has hosted fifteen times since 1976 .", "binary_answer": null, "no_answer_prob": 0.4744597300887108}
{"example_id": -3670866671527666176, "prediction": "", "binary_answer": null, "no_answer_prob": 2.063844233751297}
{"example_id": -2016682152132462913, "prediction": "", "binary_answer": null, "no_answer_prob": 4.51609879732132}
{"example_id": 6821230048981196851, "prediction": "`` Better Off Alone '' is a song by Alice Deejay", "binary_answer": null, "no_answer_prob": 0.8329302668571472}
{"example_id": -7762901630108832325, "prediction": "The single - camera series premiered on February 3 , 2017", "binary_answer": null, "no_answer_prob": 0.418412983417511}
{"example_id": 3054137131116991748, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": 0.9769441932439804}
{"example_id": 1094189332292406417, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7148053646087646}
{"example_id": -7592304700434792168, "prediction": "Hallmark Channel", "binary_answer": null, "no_answer_prob": 0.9607326984405518}
{"example_id": 1098760184293047993, "prediction": "Qatar in 2022", "binary_answer": null, "no_answer_prob": -1.8092941045761108}
{"example_id": -3579090696093321862, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6324439346790314}
{"example_id": 8914550491115388911, "prediction": "Narendra Damodardas Modi", "binary_answer": null, "no_answer_prob": -8.956542372703552}
{"example_id": -6907498135308582310, "prediction": "South Korean singer Jang Sa - ik", "binary_answer": null, "no_answer_prob": 1.483901709318161}
{"example_id": -7607636557088944531, "prediction": "Francis Ouimet", "binary_answer": null, "no_answer_prob": -8.21782860159874}
{"example_id": 8874324811832738126, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7309501767158508}
{"example_id": 182673980570613877, "prediction": "8,848 m ( 29,029 ft )", "binary_answer": null, "no_answer_prob": 0.7007768154144287}
{"example_id": 1581074855341660034, "prediction": "", "binary_answer": null, "no_answer_prob": 5.203339576721191}
{"example_id": 5959841399197558242, "prediction": "The American Breed", "binary_answer": null, "no_answer_prob": 0.720259428024292}
{"example_id": -209969200713744091, "prediction": "In archaeology , the classic Maya collapse", "binary_answer": null, "no_answer_prob": -1.1275227069854736}
{"example_id": 5597714338364994976, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7073767483234406}
{"example_id": -4716223020492165434, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.427493929862976}
{"example_id": 6740619731295565782, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6810238063335419}
{"example_id": -2088638260702961294, "prediction": "George III", "binary_answer": null, "no_answer_prob": -6.306197166442871}
{"example_id": 6107683449211755901, "prediction": "Hero Beauregard Fiennes - Tiffin", "binary_answer": null, "no_answer_prob": -0.765760064125061}
{"example_id": 3985933643343836054, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5597739219665527}
{"example_id": -9005855520864138206, "prediction": "Like marriage , divorce", "binary_answer": null, "no_answer_prob": 1.653581589460373}
{"example_id": -1987694139076646438, "prediction": "", "binary_answer": null, "no_answer_prob": 4.871219992637634}
{"example_id": 8668908644300827119, "prediction": "Prison Break", "binary_answer": null, "no_answer_prob": -0.5104366540908813}
{"example_id": 6761085865371693654, "prediction": "Alexander Vincent LoScialpo", "binary_answer": null, "no_answer_prob": -1.3055943250656128}
{"example_id": 6443699114955699262, "prediction": "`` Cake by the Ocean", "binary_answer": null, "no_answer_prob": 4.251804172992706}
{"example_id": -3186127641276902936, "prediction": "From the Notebooks of a Middle School Princess", "binary_answer": null, "no_answer_prob": 0.45647966861724854}
{"example_id": 4964381607968119645, "prediction": "Frank Sinatra 's Songs for Swingin ' Lovers", "binary_answer": null, "no_answer_prob": -4.705370247364044}
{"example_id": 7818239341170845049, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3126426935195923}
{"example_id": -7779460030693442657, "prediction": "As of the 2010 United States Census , the city population was 126,326", "binary_answer": null, "no_answer_prob": -2.8455398082733154}
{"example_id": -6386104809992583222, "prediction": "The first American schools in the thirteen original colonies opened in the 17th century . Boston Latin School", "binary_answer": null, "no_answer_prob": -0.13748347759246826}
{"example_id": 7773174721087850524, "prediction": "Nancy Fletcher", "binary_answer": null, "no_answer_prob": 0.7661335468292236}
{"example_id": 3241293540304774739, "prediction": "`` Baby Can I Hold You '' is the third single released by the American contemporary folk artist Tracy Chapman", "binary_answer": null, "no_answer_prob": 1.6296159029006958}
{"example_id": 2435630773273481841, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Women 's suffrage", "binary_answer": null, "no_answer_prob": 1.8404122740030289}
{"example_id": 3020936773115575656, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4518676698207855}
{"example_id": 4830900147895398824, "prediction": "", "binary_answer": null, "no_answer_prob": 2.991431549191475}
{"example_id": 272816241411086977, "prediction": "New Zealand", "binary_answer": null, "no_answer_prob": -0.5550942420959473}
{"example_id": -2045376309195880987, "prediction": "`` What Have You Done for Me Lately '' is a song by American singer Janet Jackson", "binary_answer": null, "no_answer_prob": -0.37143266201019287}
{"example_id": -3266446717959297151, "prediction": "Dram is used informally to mean a small amount of spirituous liquor , especially Scotch whisky", "binary_answer": null, "no_answer_prob": -1.2243626117706299}
{"example_id": -6401644871646339141, "prediction": "Lou Johnson", "binary_answer": null, "no_answer_prob": 2.522869288921356}
{"example_id": -5405778226094876428, "prediction": "", "binary_answer": null, "no_answer_prob": 4.146724224090576}
{"example_id": 8835736479912449893, "prediction": "Respondeat superior", "binary_answer": null, "no_answer_prob": 1.6102699041366577}
{"example_id": -3148199851308904975, "prediction": "An electronic component", "binary_answer": null, "no_answer_prob": 0.800240159034729}
{"example_id": 4940315132161829003, "prediction": "", "binary_answer": null, "no_answer_prob": 3.973706543445587}
{"example_id": -4786387741869591842, "prediction": "", "binary_answer": null, "no_answer_prob": 2.198776990175247}
{"example_id": 8733386274558714515, "prediction": "Dustin Farr Colquitt", "binary_answer": null, "no_answer_prob": -6.22203403711319}
{"example_id": -8746900902289185299, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6948641538619995}
{"example_id": -5658507664596274102, "prediction": "Temporary protected status", "binary_answer": null, "no_answer_prob": -1.699692964553833}
{"example_id": -3336090320104206750, "prediction": "March 16 , 2016 ( 2016 - 03 - 16 ) April 13 , 2016 ( 2016 - 04 - 13 )", "binary_answer": null, "no_answer_prob": -3.306111693382263}
{"example_id": 1595674100849800726, "prediction": "", "binary_answer": null, "no_answer_prob": -4.083324432373047}
{"example_id": 8539224853568539242, "prediction": "Madison", "binary_answer": null, "no_answer_prob": -1.5848582088947296}
{"example_id": -8617840349864871396, "prediction": "Henry Albert Azaria", "binary_answer": null, "no_answer_prob": 1.2108179330825806}
{"example_id": 2222544950538899680, "prediction": "Health informatics", "binary_answer": null, "no_answer_prob": 0.9518082141876221}
{"example_id": 7618102147218135892, "prediction": "March 31 , 2017", "binary_answer": null, "no_answer_prob": -5.807493209838867}
{"example_id": -7301433083598319078, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2771950364112854}
{"example_id": 312068120412074515, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6269677877426147}
{"example_id": 516825841602475347, "prediction": "", "binary_answer": null, "no_answer_prob": 2.505216360092163}
{"example_id": 2028695015205385283, "prediction": "Lynyrd Skynyrd", "binary_answer": null, "no_answer_prob": -2.375847578048706}
{"example_id": -4358258475162458003, "prediction": "The filming of Octopussy", "binary_answer": null, "no_answer_prob": 0.7132937908172607}
{"example_id": 4884775051439922498, "prediction": "October 1 , 1971", "binary_answer": null, "no_answer_prob": -3.057311534881592}
{"example_id": 8144822689599245719, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4996171044185758}
{"example_id": 3661542673626480019, "prediction": "1880", "binary_answer": null, "no_answer_prob": -7.182171583175659}
{"example_id": -7857649586987301255, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6280022710561752}
{"example_id": -1358378670448713968, "prediction": "Cult of Chucky", "binary_answer": null, "no_answer_prob": 4.314769305288792}
{"example_id": 3533898880614707574, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3225076496601105}
{"example_id": -8045380272382634963, "prediction": "Willem Janszoon", "binary_answer": null, "no_answer_prob": -3.752034068107605}
{"example_id": 1502936389175357199, "prediction": "1989", "binary_answer": null, "no_answer_prob": 0.05959510803222656}
{"example_id": -4547365925926983973, "prediction": "", "binary_answer": null, "no_answer_prob": 4.640511393547058}
{"example_id": 7461033647795312350, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5106977224349976}
{"example_id": 5955961906232015738, "prediction": "The thirteenth season", "binary_answer": null, "no_answer_prob": 0.23180007934570312}
{"example_id": -4916868255184009757, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3543009757995605}
{"example_id": 5112432004742593961, "prediction": "`` Do n't Fall in Love with a Dreamer ''", "binary_answer": null, "no_answer_prob": 4.691519856452942}
{"example_id": -2056746390115920096, "prediction": "the British", "binary_answer": null, "no_answer_prob": -4.387286901473999}
{"example_id": -3672564080898419789, "prediction": "", "binary_answer": null, "no_answer_prob": 3.291365623474121}
{"example_id": -6236828979997085343, "prediction": "", "binary_answer": null, "no_answer_prob": 0.1079481840133667}
{"example_id": -920273140630167157, "prediction": "February 1 and June 14 , 2016", "binary_answer": null, "no_answer_prob": -2.4337828159332275}
{"example_id": -238022118289887889, "prediction": "Debra Jo Rupp", "binary_answer": null, "no_answer_prob": -2.179142951965332}
{"example_id": 5292444119801388881, "prediction": "One Direction", "binary_answer": null, "no_answer_prob": -3.312489628791809}
{"example_id": -1717836309258005777, "prediction": "Kwara ( Yoruba : \u00ccp\u00ednl\u1eb9\u0300 Kw\u00e1r\u00e0 ) is a state in Northern Nigeria . Its capital is Ilorin", "binary_answer": null, "no_answer_prob": 1.611249566078186}
{"example_id": 3821328473598857703, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Cost of living", "binary_answer": null, "no_answer_prob": 2.6150150299072266}
{"example_id": -8107001391089328047, "prediction": "1347 to 1351", "binary_answer": null, "no_answer_prob": -1.7068188786506653}
{"example_id": -8462321211398710610, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8237816989421844}
{"example_id": 1476941866222340580, "prediction": "", "binary_answer": null, "no_answer_prob": 4.742177188396454}
{"example_id": -1885267219772301134, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.455282479524612}
{"example_id": 3017432027534618716, "prediction": "Sean Patrick Astin", "binary_answer": null, "no_answer_prob": -1.3092021942138672}
{"example_id": -8988580788476092135, "prediction": "Rococo", "binary_answer": null, "no_answer_prob": -0.4328661523759365}
{"example_id": 4739619848305033258, "prediction": "The reward system", "binary_answer": null, "no_answer_prob": 3.0427377223968506}
{"example_id": 4725591197712833258, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -5.974909424781799}
{"example_id": 6021066071064734051, "prediction": "In atomic physics , the electron magnetic moment", "binary_answer": null, "no_answer_prob": 2.7677761390805244}
{"example_id": -3735409163458838950, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Modern Britain", "binary_answer": null, "no_answer_prob": 1.4883974343538284}
{"example_id": -6876562279448522950, "prediction": "Robert Barton Englund", "binary_answer": null, "no_answer_prob": -3.3260596990585327}
{"example_id": 4445487358659242086, "prediction": "The Red Dog Saloon is a drinking establishment at 278 South Franklin Street in Juneau , Alaska", "binary_answer": null, "no_answer_prob": 3.5223011299967766}
{"example_id": 8660137887205745144, "prediction": "The Seven Churches of Revelation", "binary_answer": null, "no_answer_prob": 1.9179870933294296}
{"example_id": 5984206645973973338, "prediction": "", "binary_answer": null, "no_answer_prob": -0.11409568786621094}
{"example_id": -1594642028367455785, "prediction": "2,832,000 people", "binary_answer": null, "no_answer_prob": -1.6766419410705566}
{"example_id": 4117310771229415953, "prediction": "79.6 billion percent in mid-November 2008 .", "binary_answer": null, "no_answer_prob": -0.643580287694931}
{"example_id": 8605162615517470946, "prediction": "`` In the Still of the Night '' , also subsequently titled `` In the Still of the Nite", "binary_answer": null, "no_answer_prob": 2.1245730817317963}
{"example_id": 8663315281958969051, "prediction": "", "binary_answer": null, "no_answer_prob": 0.20144283771514893}
{"example_id": 6566666439592422374, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1176332347095013}
{"example_id": -3369044107051088816, "prediction": "The Siege of Yorktown", "binary_answer": null, "no_answer_prob": -5.038718581199646}
{"example_id": 5744186042395930214, "prediction": "Brian McGuire Cashman", "binary_answer": null, "no_answer_prob": -7.610256791114807}
{"example_id": -4209678155483697517, "prediction": "The Ghost of Christmas Past", "binary_answer": null, "no_answer_prob": -2.0428340435028076}
{"example_id": 9213479619370300325, "prediction": "According to the Hebrew Bible , the Tribe of Manasseh", "binary_answer": null, "no_answer_prob": 2.0291064381599426}
{"example_id": -7898176780907148794, "prediction": "Los Angeles Dodgers", "binary_answer": null, "no_answer_prob": 1.4344757497310638}
{"example_id": -6181155576970773198, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9328448921442032}
{"example_id": -3603345349981006209, "prediction": "Like many classic folk ballads , `` The House of the Rising Sun '' is of uncertain authorship", "binary_answer": null, "no_answer_prob": -1.022295594215393}
{"example_id": -4905586577653408328, "prediction": "`` When I Have Fears '' is an Elizabethan sonnet by the English Romantic poet John Keats", "binary_answer": null, "no_answer_prob": -2.057530999183655}
{"example_id": 8482764234309802574, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7194896340370178}
{"example_id": -7896866163858999986, "prediction": "", "binary_answer": null, "no_answer_prob": 4.504139065742493}
{"example_id": 6334098021925673979, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -0.9983401894569397}
{"example_id": -6020244937052389762, "prediction": "The Tour de France", "binary_answer": null, "no_answer_prob": 0.4911738932132721}
{"example_id": 8772693064683579137, "prediction": "", "binary_answer": null, "no_answer_prob": -4.8786081075668335}
{"example_id": -1703717882588643305, "prediction": "", "binary_answer": null, "no_answer_prob": 4.306240439414978}
{"example_id": 8109396219916706171, "prediction": "Wilmer Valderrama . He was the foreign exchange student in a group of six local teenagers .", "binary_answer": null, "no_answer_prob": 3.6269864439964294}
{"example_id": -194990720531724129, "prediction": "In more recent times , dog tags were provided to Chinese soldiers as early as the mid-19th century", "binary_answer": null, "no_answer_prob": -3.89749813079834}
{"example_id": -5762933657577063784, "prediction": "`` Go Down Moses '' is an American Negro spiritual", "binary_answer": null, "no_answer_prob": -1.944151759147644}
{"example_id": -53856999867473829, "prediction": "", "binary_answer": null, "no_answer_prob": 2.210812509059906}
{"example_id": 2157055837063546661, "prediction": "22 June 23 , 2007 ( 2007 - 06 - 23 ) September 1 , 2008 ( 2008 - 09 - 01 )", "binary_answer": null, "no_answer_prob": 1.2238543331623077}
{"example_id": 1672336955592573194, "prediction": "", "binary_answer": null, "no_answer_prob": 4.418240189552307}
{"example_id": 4073498226849723350, "prediction": "`` Hole in My Shoe '' is a song by English rock band Traffic", "binary_answer": null, "no_answer_prob": -0.8864920139312744}
{"example_id": -2550445049343592256, "prediction": "175 - year - old vampire in search of fresh blood and his lost love , Josette", "binary_answer": null, "no_answer_prob": -0.7664598822593689}
{"example_id": 5371538028176947898, "prediction": "During the final stage of World War II", "binary_answer": null, "no_answer_prob": 2.406739056110382}
{"example_id": 1318181099423578694, "prediction": "", "binary_answer": null, "no_answer_prob": 4.123195707798004}
{"example_id": 1914122761078891169, "prediction": "Thomas Weelkes", "binary_answer": null, "no_answer_prob": 3.6376017555594444}
{"example_id": 4610069555576694382, "prediction": "Sam Snead", "binary_answer": null, "no_answer_prob": 0.752680778503418}
{"example_id": 5797780729268030159, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 2.5469216108322144}
{"example_id": -197354964788513740, "prediction": "October 10 , 2017 and ran for 18 episodes until April 9 , 2018", "binary_answer": null, "no_answer_prob": -5.485178112983704}
{"example_id": 1931533693456791696, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5046050548553467}
{"example_id": 1750055495190595842, "prediction": "Joe Walsh", "binary_answer": null, "no_answer_prob": -2.1081151962280273}
{"example_id": 4145654931447908939, "prediction": "The Oakland Raiders relocation to Las Vegas", "binary_answer": null, "no_answer_prob": -3.731037139892578}
{"example_id": 418907067779617267, "prediction": "Audrey Hepburn in the 1961 movie Breakfast at Tiffany 's", "binary_answer": null, "no_answer_prob": 1.1978220343589783}
{"example_id": -8495933507663004792, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 1.7079272270202637}
{"example_id": 20892934614192667, "prediction": "Active quarterback Tom Brady", "binary_answer": null, "no_answer_prob": -3.956180214881897}
{"example_id": -5457985114179249183, "prediction": "The one - child policy , a part of the family planning policy , was a population planning policy of China", "binary_answer": null, "no_answer_prob": 0.4166454076766968}
{"example_id": -1968543266374087941, "prediction": "The Sound of Music is a musical", "binary_answer": null, "no_answer_prob": 2.923044800758362}
{"example_id": -2608423447813104080, "prediction": "people - ruler '' .", "binary_answer": null, "no_answer_prob": -3.751541018486023}
{"example_id": 2313687436099588552, "prediction": "Ann O'Brien `` Muffet '' McGraw", "binary_answer": null, "no_answer_prob": -6.1763375997543335}
{"example_id": 1114792165171105006, "prediction": "Asa Butterfield", "binary_answer": null, "no_answer_prob": -5.3150107860565186}
{"example_id": -4525915450131122051, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6243969798088074}
{"example_id": 4239015305238939020, "prediction": "Dave Dudley", "binary_answer": null, "no_answer_prob": 1.8956007212400436}
{"example_id": 7295881644912577718, "prediction": "American singer Donny Osmond", "binary_answer": null, "no_answer_prob": 2.3104110956192017}
{"example_id": 7680250653225458398, "prediction": "High School Musical 3 : Senior Year", "binary_answer": null, "no_answer_prob": 2.8140374273061752}
{"example_id": -4862753821601516745, "prediction": "", "binary_answer": null, "no_answer_prob": 2.753329336643219}
{"example_id": -1021449407380886303, "prediction": "", "binary_answer": null, "no_answer_prob": 4.553657680749893}
{"example_id": 8110697163919095299, "prediction": "", "binary_answer": null, "no_answer_prob": 0.906454861164093}
{"example_id": -4586255834885692095, "prediction": "The Steam Team", "binary_answer": null, "no_answer_prob": -0.6231101751327515}
{"example_id": -6730057309886370465, "prediction": "", "binary_answer": null, "no_answer_prob": 0.46211352199316025}
{"example_id": -8323640459887254849, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6898089051246643}
{"example_id": 970415401082025144, "prediction": "The Lion , the Witch and the Wardrobe", "binary_answer": null, "no_answer_prob": -2.063019871711731}
{"example_id": 961689530123685125, "prediction": "In world systems theory , the core countries", "binary_answer": null, "no_answer_prob": 2.4386065006256104}
{"example_id": 1148938773943096277, "prediction": "Tyrann Devine Mathieu", "binary_answer": null, "no_answer_prob": -2.8691930174827576}
{"example_id": 643314728656852062, "prediction": "", "binary_answer": null, "no_answer_prob": 2.989734649658203}
{"example_id": -1892560886945339747, "prediction": "Montell Jordan", "binary_answer": null, "no_answer_prob": -3.9132235050201416}
{"example_id": -7129168096737880343, "prediction": "some of the most popular American music tunes", "binary_answer": null, "no_answer_prob": -0.46355879306793213}
{"example_id": -6853709774646043760, "prediction": "Emperor Nicholas II", "binary_answer": null, "no_answer_prob": 1.290738731622696}
{"example_id": 6819270051898582650, "prediction": "Winnie - the - Pooh", "binary_answer": null, "no_answer_prob": 1.7068891525268555}
{"example_id": 8090794387302750187, "prediction": "The penny - farthing", "binary_answer": null, "no_answer_prob": 2.223130226135254}
{"example_id": -8240772348058591939, "prediction": "Maze Runner : The Death Cure", "binary_answer": null, "no_answer_prob": -0.09719789028167725}
{"example_id": 1133372433462406101, "prediction": "", "binary_answer": null, "no_answer_prob": 5.298998832702637}
{"example_id": 8050720157297961551, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7719539999961853}
{"example_id": -5517233925443928461, "prediction": "Do n't Be Afraid of the Dark , released in 1988 , was American blues musician Robert Cray", "binary_answer": null, "no_answer_prob": 2.0695717334747314}
{"example_id": -4104307457999136533, "prediction": "The Governor - General of India", "binary_answer": null, "no_answer_prob": -2.4880077242851257}
{"example_id": 5758950089863336644, "prediction": "Principal photography took place in the United Kingdom", "binary_answer": null, "no_answer_prob": 3.8938244581222534}
{"example_id": 276569701908573893, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Microblogging", "binary_answer": null, "no_answer_prob": 2.078343376517296}
{"example_id": 2375264098343717633, "prediction": "", "binary_answer": null, "no_answer_prob": 1.976894497871399}
{"example_id": 1285339170353561225, "prediction": "", "binary_answer": null, "no_answer_prob": 1.675955355167389}
{"example_id": -372141976132121192, "prediction": "Scott McKenzie", "binary_answer": null, "no_answer_prob": 1.3057254552841187}
{"example_id": 9202281034415082759, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1406688690185547}
{"example_id": 512942171744482497, "prediction": "The Government of India", "binary_answer": null, "no_answer_prob": -1.3202112913131714}
{"example_id": -5029845929944916414, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9057323932647705}
{"example_id": -7466683418584244659, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0530215799808502}
{"example_id": -7514923700670769288, "prediction": "", "binary_answer": null, "no_answer_prob": 4.329992800951004}
{"example_id": 2475041721635230928, "prediction": "Simon is a common name , from Hebrew \u05e9\u05b4\u05c1\u05de\u05b0\u05e2\u05d5\u05b9\u05df \u0160im\u02bb\u00f4n , meaning `` listen ''", "binary_answer": null, "no_answer_prob": -1.741896152496338}
{"example_id": -7629969320722188586, "prediction": "", "binary_answer": null, "no_answer_prob": 3.247213304042816}
{"example_id": -9063078585701991493, "prediction": "Staying Alive", "binary_answer": null, "no_answer_prob": -5.4577566385269165}
{"example_id": -899110476042820260, "prediction": "Greatest Hits is a compilation album by the band Blood , Sweat & Tears , initially released in 1972 .", "binary_answer": null, "no_answer_prob": -0.6159578561782837}
{"example_id": -1721885814527414038, "prediction": "The Isle of Wight", "binary_answer": null, "no_answer_prob": 2.675348937511444}
{"example_id": 7238227158346168357, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Cellular waste products", "binary_answer": null, "no_answer_prob": 2.2505363821983337}
{"example_id": 933854257367075149, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9414174109697342}
{"example_id": -4607395251988770002, "prediction": "United Kingdom , France , and Italy", "binary_answer": null, "no_answer_prob": 0.6854861378669739}
{"example_id": 66221250446555241, "prediction": "Drake Hogestyn", "binary_answer": null, "no_answer_prob": -5.382953643798828}
{"example_id": 4374065344468420055, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1050355434417725}
{"example_id": -2306381056394402165, "prediction": "The Richard B. Russell National School Lunch Act", "binary_answer": null, "no_answer_prob": -0.686019778251648}
{"example_id": 7948446757829202219, "prediction": "", "binary_answer": null, "no_answer_prob": 0.03646540641784668}
{"example_id": 6764228639974272292, "prediction": "Sweden Laundry and The Family Is Coming", "binary_answer": null, "no_answer_prob": -1.8466647863388062}
{"example_id": 9053097504223924256, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4474459886550903}
{"example_id": 4323635492687373220, "prediction": "Neil Patrick Harris", "binary_answer": null, "no_answer_prob": -4.341243147850037}
{"example_id": 81543553621132354, "prediction": "Scenes supposedly taking place in West Germany were actually shot in a German - speaking part of Italy ( Brixen ) .", "binary_answer": null, "no_answer_prob": -2.0153093338012695}
{"example_id": 3566946616269400064, "prediction": "`` Careless Whisper ''", "binary_answer": null, "no_answer_prob": -0.6672025918960571}
{"example_id": -2456577547937574063, "prediction": "The Ohio River , which streams westward from Pittsburgh , Pennsylvania , to Cairo , Illinois", "binary_answer": null, "no_answer_prob": 3.2702579721808434}
{"example_id": 8045793241088366961, "prediction": "Kyle Harmon", "binary_answer": null, "no_answer_prob": 3.0095100104808807}
{"example_id": 6116319690634922724, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2678630352020264}
{"example_id": -1825233558955302451, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] White Collar", "binary_answer": null, "no_answer_prob": 3.6043474674224854}
{"example_id": -3398212713123151235, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2569403648376465}
{"example_id": -8526445255987428906, "prediction": "", "binary_answer": null, "no_answer_prob": -2.433490753173828}
{"example_id": 1796206624741449655, "prediction": "", "binary_answer": null, "no_answer_prob": -5.408527076244354}
{"example_id": 8794800302609063049, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.7501963078975677}
{"example_id": 7688937996029999221, "prediction": "Character Portrayed by Seasons 5 6 7 8 9 10 Main characters Leonard Hofstadter", "binary_answer": null, "no_answer_prob": 1.5777882635593414}
{"example_id": 4337705903352321424, "prediction": "British band Smokie .", "binary_answer": null, "no_answer_prob": -0.5597869157791138}
{"example_id": 4428477063386338964, "prediction": "It has been remade three times : in 1954", "binary_answer": null, "no_answer_prob": 3.5369119942188263}
{"example_id": -1295862734292663439, "prediction": "the Fugees won the 1997 Grammy for Best R&B Performance by a Duo or Group with Vocal .", "binary_answer": null, "no_answer_prob": 0.484652042388916}
{"example_id": -5925584991124062342, "prediction": "Alcohol consumption by youth in the United States of America is an umbrella term for alcohol consumption by individuals under the age of 21", "binary_answer": null, "no_answer_prob": 0.8425537943840027}
{"example_id": 5904241933261517580, "prediction": "Little Bunny Foo Foo is a children 's poem , involving a rabbit harassing a population of field mice", "binary_answer": null, "no_answer_prob": 0.5798178613185883}
{"example_id": -3098211125053616099, "prediction": "Real Madrid", "binary_answer": null, "no_answer_prob": -3.314555525779724}
{"example_id": -6224444410374918568, "prediction": "March 21 , 2014", "binary_answer": null, "no_answer_prob": 2.427207112312317}
{"example_id": 8842907876692937082, "prediction": "2019", "binary_answer": null, "no_answer_prob": -3.938607931137085}
{"example_id": -4726425540482388317, "prediction": "Edward Vincent Bracken", "binary_answer": null, "no_answer_prob": -1.5974574089050293}
{"example_id": -7665348613725160390, "prediction": "The Peanuts Movie", "binary_answer": null, "no_answer_prob": 4.295607268810272}
{"example_id": 1295788389013975544, "prediction": "Germany defeated Argentina", "binary_answer": null, "no_answer_prob": -1.3690633177757263}
{"example_id": -4299490730400598930, "prediction": "", "binary_answer": null, "no_answer_prob": 2.884962797164917}
{"example_id": -3619556449234664288, "prediction": "", "binary_answer": null, "no_answer_prob": 3.749995470046997}
{"example_id": -3951699972500408818, "prediction": "distilled drink , spirit , or liquor", "binary_answer": null, "no_answer_prob": 2.2660248279571533}
{"example_id": 5492998024625943519, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3192952871322632}
{"example_id": 5704352345816329117, "prediction": "Star Wars ( later retitled Star Wars : Episode IV -- A New Hope ) is a 1977 American epic space opera film", "binary_answer": null, "no_answer_prob": 0.6774984002113342}
{"example_id": 8916926497879507269, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9403588175773621}
{"example_id": 41880235592304322, "prediction": "Barristers", "binary_answer": null, "no_answer_prob": 0.24199515581130981}
{"example_id": -7985500534801111230, "prediction": "", "binary_answer": null, "no_answer_prob": 2.185399651527405}
{"example_id": -237134428809732021, "prediction": "Actor , producer and director Tom Hanks", "binary_answer": null, "no_answer_prob": 1.5968279838562012}
{"example_id": 5759635759656080369, "prediction": "January 1985", "binary_answer": null, "no_answer_prob": -0.8476852178573608}
{"example_id": -1732465689055874835, "prediction": "`` Do n't Trust Me '' is the second single by the band 3OH ! 3 and the third track from their second album Want", "binary_answer": null, "no_answer_prob": 3.1827569156885147}
{"example_id": 1398669870740790962, "prediction": "Lady Gaga", "binary_answer": null, "no_answer_prob": 0.9157086610794067}
{"example_id": -5941652980715340985, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7659258842468262}
{"example_id": 2449615471253129371, "prediction": "Australia", "binary_answer": null, "no_answer_prob": -8.923056244850159}
{"example_id": 3947524562237613038, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": -1.3724377155303955}
{"example_id": -1482430968624078000, "prediction": "Rank Athlete Nation Sport Sex Marit Bj\u00f8rgen", "binary_answer": null, "no_answer_prob": -1.8943290710449219}
{"example_id": -9493667599267663, "prediction": "Novak Djokovic", "binary_answer": null, "no_answer_prob": -1.093414068222046}
{"example_id": 7018006716838087838, "prediction": "", "binary_answer": null, "no_answer_prob": 2.661331832408905}
{"example_id": 7595396143447221157, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6495404839515686}
{"example_id": 2965772167545618401, "prediction": "", "binary_answer": null, "no_answer_prob": 5.459986448287964}
{"example_id": 7428136338385890875, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0257857348769903}
{"example_id": 8816936137015643251, "prediction": "", "binary_answer": null, "no_answer_prob": 3.806106209754944}
{"example_id": -8876882993596543209, "prediction": "`` Oh , What a Beautiful Mornin ' '' is the opening song from the musical Oklahoma !", "binary_answer": null, "no_answer_prob": 1.195152074098587}
{"example_id": 5449938167620980506, "prediction": "", "binary_answer": null, "no_answer_prob": -4.043894052505493}
{"example_id": 3131011350212115940, "prediction": "A trench coat or trenchcoat", "binary_answer": null, "no_answer_prob": -0.678483247756958}
{"example_id": -6192388024542625312, "prediction": "", "binary_answer": null, "no_answer_prob": 2.401174485683441}
{"example_id": -5664653595703847418, "prediction": "A greenhouse gas", "binary_answer": null, "no_answer_prob": -3.926997184753418}
{"example_id": -1905385892913527246, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2570449113845825}
{"example_id": -206037199303116044, "prediction": "New York City is home to over 2,000", "binary_answer": null, "no_answer_prob": 1.7715457379817963}
{"example_id": 887243302273857507, "prediction": "Chicago", "binary_answer": null, "no_answer_prob": -2.56457257270813}
{"example_id": 8026875231534990860, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3554660975933075}
{"example_id": 219689462061815935, "prediction": "", "binary_answer": null, "no_answer_prob": 0.36851000785827637}
{"example_id": -5303907474500643611, "prediction": "Harry Potter", "binary_answer": null, "no_answer_prob": -1.643657922744751}
{"example_id": 6781868819470830621, "prediction": "$400,000 annually Website whitehouse.gov", "binary_answer": null, "no_answer_prob": -1.7021888494491577}
{"example_id": -6424114240676170332, "prediction": "", "binary_answer": null, "no_answer_prob": 0.49252235889434814}
{"example_id": -7713338342633469012, "prediction": "Emmitt Smith", "binary_answer": null, "no_answer_prob": -1.6290329098701477}
{"example_id": 8536034664307422278, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8616305589675903}
{"example_id": -3676657715397644578, "prediction": "The Beach Boys", "binary_answer": null, "no_answer_prob": 3.0112317204475403}
{"example_id": -6840070434788128117, "prediction": "`` Do You Love Me '' is a 1962 hit single recorded by The Contours", "binary_answer": null, "no_answer_prob": 1.7788144052028656}
{"example_id": 4313852159449213029, "prediction": "Nicholas II or Nikolai II", "binary_answer": null, "no_answer_prob": -6.189392805099487}
{"example_id": -2697710186600866067, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1636144816875458}
{"example_id": 372122708996259106, "prediction": "An electric field", "binary_answer": null, "no_answer_prob": 1.024807333946228}
{"example_id": -4398705085583212550, "prediction": "", "binary_answer": null, "no_answer_prob": 3.266628384590149}
{"example_id": 7130336452825545279, "prediction": "Snow White with the Red Hair", "binary_answer": null, "no_answer_prob": 2.236518606543541}
{"example_id": 2990611736788735891, "prediction": "`` I 'll Be There for You ''", "binary_answer": null, "no_answer_prob": 5.736500382423401}
{"example_id": -8646655647332839419, "prediction": "", "binary_answer": null, "no_answer_prob": 4.73848831653595}
{"example_id": -3551466661393411400, "prediction": "Hudson Austin", "binary_answer": null, "no_answer_prob": 1.2916316986083984}
{"example_id": 7809586683173118178, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1120030879974365}
{"example_id": -3128225645728760094, "prediction": "Bailee Madison", "binary_answer": null, "no_answer_prob": -2.8291897773742676}
{"example_id": -4671600072880095700, "prediction": "Ranil Wickremesinghe", "binary_answer": null, "no_answer_prob": -2.8926854133605957}
{"example_id": -3183159678200132591, "prediction": "Democratic - Republican Party", "binary_answer": null, "no_answer_prob": -5.393465876579285}
{"example_id": -3861520725137034974, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8628785610198975}
{"example_id": 8739512134061065698, "prediction": "Gathering Blue ( 2000 ) , Messenger ( 2004 ) , and Son", "binary_answer": null, "no_answer_prob": -1.7920112609863281}
{"example_id": -4884696538524961943, "prediction": "Have You Never Been Mellow is the sixth", "binary_answer": null, "no_answer_prob": 0.574599027633667}
{"example_id": -5038272390276378872, "prediction": "The system had its origins in laws enacted before Confederation , but was primarily active from the passage of the Indian Act in 1876", "binary_answer": null, "no_answer_prob": 1.589850515127182}
{"example_id": -1887942788907087633, "prediction": "In terms of global poverty criteria , the United Kingdom is a wealthy country , with virtually no people living on less than \u00a3 4 a day", "binary_answer": null, "no_answer_prob": 1.015256106853485}
{"example_id": -5180757683945661917, "prediction": "Donkey Kong Country Returns", "binary_answer": null, "no_answer_prob": 1.7258998723700643}
{"example_id": 237432058728907691, "prediction": "Jax Teller", "binary_answer": null, "no_answer_prob": 1.4758381843566895}
{"example_id": -1565879310737561437, "prediction": "declared state laws establishing separate public schools for black and white students to be unconstitutional", "binary_answer": null, "no_answer_prob": 0.267569363117218}
{"example_id": -5756128303686017937, "prediction": "The Indian Rebellion of 1857 had diverse political , economic , military , religious and social causes .", "binary_answer": null, "no_answer_prob": -1.359260082244873}
{"example_id": 1448916240791591632, "prediction": "9 September 2011", "binary_answer": null, "no_answer_prob": -5.153043866157532}
{"example_id": -8664786872288923166, "prediction": "`` Do n't Go Breaking My Heart '' is a duet by Elton John and Kiki Dee", "binary_answer": null, "no_answer_prob": 1.2048882842063904}
{"example_id": -1281470309241383171, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The ecliptic", "binary_answer": null, "no_answer_prob": 1.4319314509630203}
{"example_id": -7257775211644639558, "prediction": "", "binary_answer": null, "no_answer_prob": 1.909242570400238}
{"example_id": 1720489158144121345, "prediction": "Raymond Albert `` Ray '' Kroc", "binary_answer": null, "no_answer_prob": -2.743874728679657}
{"example_id": 6053436523985066144, "prediction": "John Stockton", "binary_answer": null, "no_answer_prob": -0.8584054708480835}
{"example_id": 1218706528517781782, "prediction": "A paraphrase of the famous line used in the inaugural address of Franklin D. Roosevelt An episode of The Golden Girls", "binary_answer": null, "no_answer_prob": 0.28438693284988403}
{"example_id": 676229618573714875, "prediction": "Kelly Macdonald", "binary_answer": null, "no_answer_prob": 2.541135787963867}
{"example_id": 3021638263425453771, "prediction": "Mazatl\u00e1n", "binary_answer": null, "no_answer_prob": -0.9237555265426636}
{"example_id": -107214109095329415, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3221858739852905}
{"example_id": -9062973420658352904, "prediction": "Harry Potter and the Order of the Phoenix", "binary_answer": null, "no_answer_prob": -3.8960574865341187}
{"example_id": 5994656066643779866, "prediction": "Nancy", "binary_answer": null, "no_answer_prob": -0.6134599447250366}
{"example_id": 4300426723171717480, "prediction": "Oil Springs , Ontario , Canada in 1858 . The field is still in production although quantities are low .", "binary_answer": null, "no_answer_prob": -1.1816916465759277}
{"example_id": 728644588902292706, "prediction": "Throw Your Arms Around Me ''", "binary_answer": null, "no_answer_prob": -1.0001310110092163}
{"example_id": -4100071574428185473, "prediction": "Chicago", "binary_answer": null, "no_answer_prob": -5.025544047355652}
{"example_id": -1481544055301540967, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Direct Cinema", "binary_answer": null, "no_answer_prob": 2.854468673467636}
{"example_id": 2529159246933821096, "prediction": "Extradition law", "binary_answer": null, "no_answer_prob": 0.32092881202697754}
{"example_id": 9039626860982008361, "prediction": "", "binary_answer": null, "no_answer_prob": 3.58865624666214}
{"example_id": 8045845876003268145, "prediction": "Sean Maguire", "binary_answer": null, "no_answer_prob": -7.43015992641449}
{"example_id": 2549756422874835989, "prediction": "The Freeway Series", "binary_answer": null, "no_answer_prob": 0.9757516086101532}
{"example_id": -6544825601820866137, "prediction": "Chris Froome", "binary_answer": null, "no_answer_prob": -3.4367085695266724}
{"example_id": 6972903930720384669, "prediction": "A constitutional monarchy is a form of monarchy in which the sovereign", "binary_answer": null, "no_answer_prob": 1.019934892654419}
{"example_id": 1209805091009963986, "prediction": "`` When Can I See You '' is the fifth single from the Babyface", "binary_answer": null, "no_answer_prob": 2.721430167555809}
{"example_id": 7464720165172211033, "prediction": "Fang Lu - Hao", "binary_answer": null, "no_answer_prob": -8.867898106575012}
{"example_id": 5627813778241033847, "prediction": "", "binary_answer": null, "no_answer_prob": 2.403678297996521}
{"example_id": -7719864220311874429, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2654095888137817}
{"example_id": -7299101672266202971, "prediction": "A nutrient cycle", "binary_answer": null, "no_answer_prob": -1.6223963499069214}
{"example_id": -5538720941989045637, "prediction": "", "binary_answer": null, "no_answer_prob": 4.5733117163181305}
{"example_id": -5350699349227914426, "prediction": "the Soviet Union , the United States , France , the United Kingdom , and the People 's Republic of China", "binary_answer": null, "no_answer_prob": 0.708661288022995}
{"example_id": -1966306082938625963, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 2.8053261637687683}
{"example_id": -8462610305660843238, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4166449010372162}
{"example_id": 5060079643051950049, "prediction": "October 1956 until March 1957", "binary_answer": null, "no_answer_prob": -2.856678009033203}
{"example_id": 4190804873471732620, "prediction": "Washington Capitals", "binary_answer": null, "no_answer_prob": -6.486432909965515}
{"example_id": 5910454136915511542, "prediction": "Houston Astros . It was sponsored by the Internet television service YouTube TV and officially known as the World Series presented by YouTube TV .", "binary_answer": null, "no_answer_prob": 1.8685129880905151}
{"example_id": -4979607488372177403, "prediction": "`` I 've Got You Under My Skin '' is a song written by Cole Porter", "binary_answer": null, "no_answer_prob": 2.8903390169143677}
{"example_id": -7124677615703363949, "prediction": "", "binary_answer": null, "no_answer_prob": 4.171279311180115}
{"example_id": 8026962968003050797, "prediction": "`` Watching Airplanes ''", "binary_answer": null, "no_answer_prob": 0.2613869830965996}
{"example_id": 5052728884435848920, "prediction": "`` I Fought the Law '' Song by The Crickets", "binary_answer": null, "no_answer_prob": 3.898530960083008}
{"example_id": 5019862560645944816, "prediction": "2012 2012 NFL AFC East 4th 6 10 0 2013 2013", "binary_answer": null, "no_answer_prob": 2.2943133115768433}
{"example_id": -7166818472484732395, "prediction": "", "binary_answer": null, "no_answer_prob": 2.490876019001007}
{"example_id": -5844879147204136832, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4265930354595184}
{"example_id": 3606896341375275321, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5352739095687866}
{"example_id": 5216146757658146891, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8658040761947632}
{"example_id": 7130932865933726097, "prediction": "statehood", "binary_answer": null, "no_answer_prob": -2.124272108078003}
{"example_id": 2651073537500132323, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3163405656814575}
{"example_id": 7146099758646234174, "prediction": "", "binary_answer": null, "no_answer_prob": 4.041073560714722}
{"example_id": 8848233362350826818, "prediction": "the President", "binary_answer": null, "no_answer_prob": -1.040398120880127}
{"example_id": 5977557104954330791, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3696682453155518}
{"example_id": -5309432498929948669, "prediction": "", "binary_answer": null, "no_answer_prob": 4.315953969955444}
{"example_id": 816313017081449056, "prediction": "Apple Watch", "binary_answer": null, "no_answer_prob": 0.22158551216125488}
{"example_id": 362763748150737986, "prediction": "", "binary_answer": null, "no_answer_prob": 4.902375876903534}
{"example_id": -950360238533629261, "prediction": "`` Bad and Boujee '' is a song by American hip hop group Migos", "binary_answer": null, "no_answer_prob": -0.9511663913726807}
{"example_id": 5373171442629886216, "prediction": "The Princess and the Frog", "binary_answer": null, "no_answer_prob": -0.9087958335876465}
{"example_id": 5477832383989017691, "prediction": "Indiana", "binary_answer": null, "no_answer_prob": 2.898447275161743}
{"example_id": 2827995770229349762, "prediction": "Shania Twain", "binary_answer": null, "no_answer_prob": -3.526984214782715}
{"example_id": -2410109206659813779, "prediction": "", "binary_answer": null, "no_answer_prob": 4.398928344249725}
{"example_id": 741857653436675445, "prediction": "", "binary_answer": null, "no_answer_prob": 5.870622366666794}
{"example_id": -7666791234901846924, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9130643010139465}
{"example_id": 1071163389047184834, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5400142818689346}
{"example_id": -2648962589831245965, "prediction": "The 1967", "binary_answer": null, "no_answer_prob": -1.40913724899292}
{"example_id": 7594480950741625774, "prediction": "The Berlin Wall", "binary_answer": null, "no_answer_prob": -0.6881099939346313}
{"example_id": 253446690375393275, "prediction": "Natasha Bianca Lyonne Braunstein", "binary_answer": null, "no_answer_prob": -3.2337061166763306}
{"example_id": 1887982148086162345, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] EuroMillions", "binary_answer": null, "no_answer_prob": -0.414814829826355}
{"example_id": -379139576417447942, "prediction": "New Kids on the Block ( also initialized as NKOTB ) is an American boy band", "binary_answer": null, "no_answer_prob": -3.2090248465538025}
{"example_id": -438143960235271994, "prediction": "", "binary_answer": null, "no_answer_prob": 2.599819589406252}
{"example_id": -1413725843955627404, "prediction": "Big Spring is a city in and the county seat of Howard County , Texas", "binary_answer": null, "no_answer_prob": 0.6092719435691833}
{"example_id": 5502116558939314048, "prediction": "Jean Jacques Rousseau", "binary_answer": null, "no_answer_prob": -3.604993462562561}
{"example_id": -4615767623828234434, "prediction": "an important cause of the 2007 -- 2009 recession in the United States .", "binary_answer": null, "no_answer_prob": 0.24974370002746582}
{"example_id": -957351636753838805, "prediction": "Dancing with the Stars", "binary_answer": null, "no_answer_prob": 1.8717288970947266}
{"example_id": 8639172140363384791, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8711383938789368}
{"example_id": 4300920285715516714, "prediction": "James A. Garfield", "binary_answer": null, "no_answer_prob": -7.942739427089691}
{"example_id": 8527501900271026784, "prediction": "The book was written between 1959 and 1960", "binary_answer": null, "no_answer_prob": -0.9358236789703369}
{"example_id": 538663978508954824, "prediction": "A circus", "binary_answer": null, "no_answer_prob": -0.8888435363769531}
{"example_id": 3193286655027862124, "prediction": "", "binary_answer": null, "no_answer_prob": 1.587090015411377}
{"example_id": 2445603124392568651, "prediction": "Willy Wonka & the Chocolate Factory is a 1971 American musical fantasy film directed by Mel Stuart", "binary_answer": null, "no_answer_prob": 1.8365000635385513}
{"example_id": -3864774070623381201, "prediction": "", "binary_answer": null, "no_answer_prob": 1.148971438407898}
{"example_id": 466443779694178522, "prediction": "Althea Rae Janairo", "binary_answer": null, "no_answer_prob": -0.601479172706604}
{"example_id": 5146730298316782239, "prediction": "Yvonne Marianne Elliman", "binary_answer": null, "no_answer_prob": -0.12868869304656982}
{"example_id": -1870063306648453159, "prediction": "Thomas Patrick Lennon", "binary_answer": null, "no_answer_prob": 2.7179470658302307}
{"example_id": -8419685544731290703, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9381230920553207}
{"example_id": 7818112641371223126, "prediction": "State Farm Stadium , formerly known as University of Phoenix Stadium", "binary_answer": null, "no_answer_prob": -4.471328139305115}
{"example_id": 4004293667618519671, "prediction": "", "binary_answer": null, "no_answer_prob": 2.076668620109558}
{"example_id": 3824583619836343232, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 0.8395798951387405}
{"example_id": -8702679269857101034, "prediction": "overthrow the increasingly communist government of Fidel Castro", "binary_answer": null, "no_answer_prob": 2.67942769266665}
{"example_id": -5204051071778439945, "prediction": "", "binary_answer": null, "no_answer_prob": 4.030082583427429}
{"example_id": -88437718346179973, "prediction": "Alan Sidney Patrick Rickman", "binary_answer": null, "no_answer_prob": 0.36256861686706543}
{"example_id": -5758477254290070995, "prediction": "Unique Identification Authority of India ( UIDAI )", "binary_answer": null, "no_answer_prob": 3.868651121854782}
{"example_id": 5416668573055682761, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6791524142026901}
{"example_id": 7689771338171517906, "prediction": "", "binary_answer": null, "no_answer_prob": 4.919490694999695}
{"example_id": 5459588345445146692, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": -0.6797245740890503}
{"example_id": 7779778541560697142, "prediction": "sets out the rights and duties of its citizens", "binary_answer": null, "no_answer_prob": -0.5749872922897339}
{"example_id": 2345900267528565973, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.6706817746162415}
{"example_id": 3483237682855498106, "prediction": "Kansas City Chiefs", "binary_answer": null, "no_answer_prob": -4.353236377239227}
{"example_id": -2428388592339417815, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3292330503463745}
{"example_id": -891066635679048995, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7034667134284973}
{"example_id": -5676633920880326201, "prediction": "The 1906 San Francisco earthquake", "binary_answer": null, "no_answer_prob": 2.042343020439148}
{"example_id": -7287268509925828258, "prediction": "Hunter Stockton Thompson", "binary_answer": null, "no_answer_prob": 3.249910354614258}
{"example_id": -9185151671578550972, "prediction": "`` Cups ''", "binary_answer": null, "no_answer_prob": 0.8166674673557281}
{"example_id": 1047544376965361181, "prediction": "11 : 35 p.m. Eastern and Pacific , and 10 : 35 in the Central .", "binary_answer": null, "no_answer_prob": -0.40480828285217285}
{"example_id": -2527336952687327693, "prediction": "halfway between Dallas and Austin", "binary_answer": null, "no_answer_prob": -0.4199521541595459}
{"example_id": -8232018985324623549, "prediction": "Ghost Adventures", "binary_answer": null, "no_answer_prob": -0.7892043590545654}
{"example_id": -6832249687330615266, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4246286153793335}
{"example_id": -1815733016661963367, "prediction": "`` Sweet Child o ' Mine '' is a song by American rock band Guns N ' Roses", "binary_answer": null, "no_answer_prob": -1.1192811727523804}
{"example_id": 9037173569691124296, "prediction": "The Glorious Revolution", "binary_answer": null, "no_answer_prob": -2.986804574728012}
{"example_id": 5766923692811003319, "prediction": "The War and Peace Revival", "binary_answer": null, "no_answer_prob": -1.2706305980682373}
{"example_id": 4565776641771897863, "prediction": "Tempestt Bledsoe", "binary_answer": null, "no_answer_prob": 0.5063953399658203}
{"example_id": 485142794739792096, "prediction": "", "binary_answer": null, "no_answer_prob": 5.378435343503952}
{"example_id": -3140869096194957539, "prediction": "", "binary_answer": null, "no_answer_prob": -0.033885180950164795}
{"example_id": -7457552035184731131, "prediction": "Margot Elise Robbie", "binary_answer": null, "no_answer_prob": 2.5183955281972885}
{"example_id": 4663164348116426391, "prediction": "Susan Heffley", "binary_answer": null, "no_answer_prob": -4.886162281036377}
{"example_id": -5611233705477236828, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1768300756812096}
{"example_id": 6467169870236368861, "prediction": "George Cayley", "binary_answer": null, "no_answer_prob": -1.4061305522918701}
{"example_id": -1274782862877897712, "prediction": "`` My Eyes Adored You ''", "binary_answer": null, "no_answer_prob": 3.4458041191101074}
{"example_id": -3980593326505765361, "prediction": "Alladi Krishnaswamy Iyer", "binary_answer": null, "no_answer_prob": -3.315748691558838}
{"example_id": 8848030408511989657, "prediction": "Duke William II of Normandy", "binary_answer": null, "no_answer_prob": -1.9313474893569946}
{"example_id": 3644603577550429956, "prediction": "Novak Djokovic", "binary_answer": null, "no_answer_prob": -1.0943500995635986}
{"example_id": 1776925962809327546, "prediction": "`` Ca n't Take My Eyes Off You '' is a 1967 single credited to Frankie Valli", "binary_answer": null, "no_answer_prob": -1.915547251701355}
{"example_id": -3562092540401324912, "prediction": "Jill Sobule", "binary_answer": null, "no_answer_prob": -0.23803889751434326}
{"example_id": 7516391552239964190, "prediction": "My Generation : The Very Best of The Who Greatest hits album by The Who Released 27 August 1996 Recorded 1964 -- 1980", "binary_answer": null, "no_answer_prob": 3.7648454904556274}
{"example_id": 350889901763508229, "prediction": "Its causes -- why the last Shah of Iran ( Mohammad Reza Pahlavi ) was overthrown", "binary_answer": null, "no_answer_prob": 0.9776567071676254}
{"example_id": -995098774749713636, "prediction": "California", "binary_answer": null, "no_answer_prob": -1.2009478211402893}
{"example_id": 2457268982077008228, "prediction": "`` Have You Ever Seen the Rain ? ''", "binary_answer": null, "no_answer_prob": -1.7349635362625122}
{"example_id": 1481789875562250761, "prediction": "Foreign trade", "binary_answer": null, "no_answer_prob": 0.4652082920074463}
{"example_id": -5441366966986750352, "prediction": "Exodus 34 : 28 and Deuteronomy 10 : 4", "binary_answer": null, "no_answer_prob": 1.736655592918396}
{"example_id": -4719052637151254890, "prediction": "Le Morte d'Arthur", "binary_answer": null, "no_answer_prob": 2.6186284720897675}
{"example_id": 6609924075207679149, "prediction": "73", "binary_answer": null, "no_answer_prob": 2.952831745147705}
{"example_id": -9121825300967841759, "prediction": "John Hanson", "binary_answer": null, "no_answer_prob": -4.2432743310928345}
{"example_id": -5974603066256812381, "prediction": "Most nations abandoned the gold standard as the basis of their monetary systems at some point in the 20th century", "binary_answer": null, "no_answer_prob": -2.421361267566681}
{"example_id": -3610730988534053914, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1992357969284058}
{"example_id": 5061958165249837200, "prediction": "The Korean conflict", "binary_answer": null, "no_answer_prob": 3.1119849905371666}
{"example_id": -934518425755332684, "prediction": "The Government of India Act 1858", "binary_answer": null, "no_answer_prob": 2.1185613870620728}
{"example_id": -5695654397090463058, "prediction": "Worldwide , tropical cyclone activity peaks in late summer", "binary_answer": null, "no_answer_prob": -0.028310537338256836}
{"example_id": -1197964138016895966, "prediction": "Las Vegas Sands corporation", "binary_answer": null, "no_answer_prob": -2.046516537666321}
{"example_id": -2762585661993575020, "prediction": "Casey Cagle and Brian Kemp", "binary_answer": null, "no_answer_prob": -3.4102489948272705}
{"example_id": 6760557464756839008, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7391961812973022}
{"example_id": 742040966413514958, "prediction": "", "binary_answer": null, "no_answer_prob": 4.019514441490173}
{"example_id": 7388836384606772237, "prediction": "August 6 and 9 , 1945", "binary_answer": null, "no_answer_prob": -4.3195377588272095}
{"example_id": 7740805758031818492, "prediction": "995,694,907", "binary_answer": null, "no_answer_prob": 2.0671329498291016}
{"example_id": 1643777555262234284, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5061771273612976}
{"example_id": -1771627249958770825, "prediction": "the review , monitoring , and supervision of federal agencies , programs , activities , and policy implementation", "binary_answer": null, "no_answer_prob": -2.3639168739318848}
{"example_id": 9057981874059120549, "prediction": "Seasons Team Last championship won Last World Series appearance 69 Cleveland Indians", "binary_answer": null, "no_answer_prob": 0.058663249015808105}
{"example_id": 3472854172670039050, "prediction": "the CUSIP", "binary_answer": null, "no_answer_prob": -0.5058634281158447}
{"example_id": -1670716813680130808, "prediction": "", "binary_answer": null, "no_answer_prob": 3.465438663959503}
{"example_id": 5435765918655744803, "prediction": "Harry Potter and the Order of the Phoenix is a fantasy novel", "binary_answer": null, "no_answer_prob": -1.280542254447937}
{"example_id": -6728478563370734545, "prediction": "", "binary_answer": null, "no_answer_prob": 2.569099247455597}
{"example_id": -4633039901182041835, "prediction": "", "binary_answer": null, "no_answer_prob": 1.064301759004593}
{"example_id": 7595830021556665800, "prediction": "truth , balance , order , harmony , law , morality , and justice", "binary_answer": null, "no_answer_prob": 1.7220704555511475}
{"example_id": -1721369669533871442, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8134700655937195}
{"example_id": 6552660741986708878, "prediction": "", "binary_answer": null, "no_answer_prob": 2.740719497203827}
{"example_id": 7868366011930698395, "prediction": "Trindon Jerard Holliday", "binary_answer": null, "no_answer_prob": -0.757326602935791}
{"example_id": 5889924260907725090, "prediction": "", "binary_answer": null, "no_answer_prob": 2.674828380346298}
{"example_id": -6590226321691524248, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3410356044769287}
{"example_id": 6922530930362554511, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8862163946032524}
{"example_id": -8896287248206982717, "prediction": "The Seventeenth Amendment", "binary_answer": null, "no_answer_prob": 0.4480319023132324}
{"example_id": -1742589511368513590, "prediction": "about his own father", "binary_answer": null, "no_answer_prob": -2.4060325622558594}
{"example_id": -6046639744243385706, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3441958427429199}
{"example_id": 5379328815379553197, "prediction": "", "binary_answer": null, "no_answer_prob": -0.512630820274353}
{"example_id": 6831106015389665851, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6380014419555664}
{"example_id": -7871744494704499268, "prediction": "`` Say Something ''", "binary_answer": null, "no_answer_prob": 2.0465056970715523}
{"example_id": 3688157611140078166, "prediction": "", "binary_answer": null, "no_answer_prob": -0.06088778376579285}
{"example_id": 2830847496958061908, "prediction": "a brightly patterned jacket", "binary_answer": null, "no_answer_prob": -1.6771671772003174}
{"example_id": 6456346056583887491, "prediction": "Mercy Otis Warren", "binary_answer": null, "no_answer_prob": -4.752073526382446}
{"example_id": -873614546668073529, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0736862123012543}
{"example_id": -4072086671335635257, "prediction": "The Green Revolution in India", "binary_answer": null, "no_answer_prob": 0.4377572238445282}
{"example_id": -6435953386294221320, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3331968784332275}
{"example_id": -7475748212683884887, "prediction": "Matthews is a surname derived from the forename Matthew", "binary_answer": null, "no_answer_prob": -4.109050154685974}
{"example_id": -2151443946563635427, "prediction": "A Star Is Born", "binary_answer": null, "no_answer_prob": -1.456574559211731}
{"example_id": -4219700803474161930, "prediction": "", "binary_answer": null, "no_answer_prob": 1.357573390007019}
{"example_id": 8643630376187935175, "prediction": "`` You Raise Me Up '' is a song originally composed by Irish - Norwegian duo Secret Garden", "binary_answer": null, "no_answer_prob": 0.1553667187690735}
{"example_id": 1624305337835712553, "prediction": "", "binary_answer": null, "no_answer_prob": 1.07834854722023}
{"example_id": -8744118965008149212, "prediction": "", "binary_answer": null, "no_answer_prob": -0.032958225812762976}
{"example_id": 2956139375513010967, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1223087310791016}
{"example_id": -735561081363246842, "prediction": "", "binary_answer": null, "no_answer_prob": 4.367621064186096}
{"example_id": -1632922854823814808, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": 0.6851910352706909}
{"example_id": -613469882960644450, "prediction": "April 18 , 2016", "binary_answer": null, "no_answer_prob": -2.5531198978424072}
{"example_id": 2850339324882439414, "prediction": "", "binary_answer": null, "no_answer_prob": -2.5296573638916016}
{"example_id": 6259837044789186444, "prediction": "Corona Borealis", "binary_answer": null, "no_answer_prob": -1.01901376247406}
{"example_id": -1614300015748324062, "prediction": "`` Who Says You Ca n't Go Home ''", "binary_answer": null, "no_answer_prob": 0.6101792752742767}
{"example_id": 3119531755108222951, "prediction": "", "binary_answer": null, "no_answer_prob": 0.10079329833388329}
{"example_id": -1662778136463601808, "prediction": "", "binary_answer": null, "no_answer_prob": 1.083720475435257}
{"example_id": 9017029225781361555, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3446742594242096}
{"example_id": 6779746301643108158, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3381855487823486}
{"example_id": -2881372042360971523, "prediction": "Ronald Moodnick", "binary_answer": null, "no_answer_prob": -5.1191651821136475}
{"example_id": -3902526565719888382, "prediction": "The Sound of Music story is based on Maria von Trapp", "binary_answer": null, "no_answer_prob": 1.882852554321289}
{"example_id": 6711036192986514731, "prediction": "Psalm 23", "binary_answer": null, "no_answer_prob": -4.977582931518555}
{"example_id": -8042797789265786931, "prediction": "", "binary_answer": null, "no_answer_prob": 3.470991373062134}
{"example_id": -3501033480314481054, "prediction": "", "binary_answer": null, "no_answer_prob": 2.705523133277893}
{"example_id": 7049247063155883168, "prediction": "Seismic risk", "binary_answer": null, "no_answer_prob": 1.8445786088705063}
{"example_id": -2378031896272479820, "prediction": "Tottenham", "binary_answer": null, "no_answer_prob": -1.773870825767517}
{"example_id": 7563739591912589366, "prediction": "", "binary_answer": null, "no_answer_prob": 2.326780140399933}
{"example_id": 672899297557308978, "prediction": "`` 6th Avenue Heartache '' is a song by the American rock band The Wallflowers", "binary_answer": null, "no_answer_prob": 2.1768718361854553}
{"example_id": 2707138297839815483, "prediction": "`` When a Man Loves a Woman ''", "binary_answer": null, "no_answer_prob": 1.5844521149992943}
{"example_id": 2173966382688373461, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8618505597114563}
{"example_id": -2751055695362436606, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9616742730140686}
{"example_id": 8434241301442786522, "prediction": "Natalie Portman", "binary_answer": null, "no_answer_prob": -6.980066299438477}
{"example_id": 3978056110048904941, "prediction": "", "binary_answer": null, "no_answer_prob": 2.711184859275818}
{"example_id": 3492183054587305823, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3751210123300552}
{"example_id": -8376910903784652291, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6645692586898804}
{"example_id": 8094085878663728766, "prediction": "", "binary_answer": null, "no_answer_prob": 3.441948890686035}
{"example_id": 9175387817365652217, "prediction": "Tony Bennett .", "binary_answer": null, "no_answer_prob": 2.44526606798172}
{"example_id": -5972001511967548514, "prediction": "Oklahoma !", "binary_answer": null, "no_answer_prob": 0.8283171653747559}
{"example_id": -5641299284929351696, "prediction": "Judicial independence", "binary_answer": null, "no_answer_prob": 2.1239493675529957}
{"example_id": 4637005085764616119, "prediction": "Article 137", "binary_answer": null, "no_answer_prob": -1.5315543413162231}
{"example_id": 2278242315716701080, "prediction": "seven", "binary_answer": null, "no_answer_prob": -0.7935144901275635}
{"example_id": -8910461733962205455, "prediction": "Christianity", "binary_answer": null, "no_answer_prob": -1.9430519342422485}
{"example_id": -7917525074407677836, "prediction": "Wayne Gretzky", "binary_answer": null, "no_answer_prob": -4.5764347314834595}
{"example_id": -6367948924063528670, "prediction": "", "binary_answer": null, "no_answer_prob": 2.445258617401123}
{"example_id": 1486394118189624979, "prediction": "", "binary_answer": null, "no_answer_prob": -3.3408528566360474}
{"example_id": 6213045939017576916, "prediction": "Richard Madden", "binary_answer": null, "no_answer_prob": -7.720225691795349}
{"example_id": 6192500319623756350, "prediction": "`` I Was Made to Love Her '' is a hit single recorded by American soul musician Stevie Wonder", "binary_answer": null, "no_answer_prob": 1.9158716015517712}
{"example_id": 761165222701376413, "prediction": "", "binary_answer": null, "no_answer_prob": -2.536361336708069}
{"example_id": -4522064792670010637, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8390547633171082}
{"example_id": 1510928235542294927, "prediction": "Tombland", "binary_answer": null, "no_answer_prob": -3.3337557315826416}
{"example_id": -1816845563011165745, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9852333664894104}
{"example_id": -3378937436086356700, "prediction": "`` Knockin ' on Heaven 's Door '' is a song written and sung by Bob Dylan", "binary_answer": null, "no_answer_prob": 1.8045369386672974}
{"example_id": -5037342355798292880, "prediction": "The English name is a calque of the Latin dies caniculares ( lit . `` the puppy days '' )", "binary_answer": null, "no_answer_prob": -1.5175447463989258}
{"example_id": 9140144440547621820, "prediction": "", "binary_answer": null, "no_answer_prob": 2.893913120031357}
{"example_id": -5665094684428009924, "prediction": "Rick Scott Republican", "binary_answer": null, "no_answer_prob": 0.25121691823005676}
{"example_id": -2263310094291405511, "prediction": "The phrase `` The real McCoy '' may be a corruption of the Scots `` The real MacKay ''", "binary_answer": null, "no_answer_prob": -2.5822240114212036}
{"example_id": 183764030498071045, "prediction": "The one - child policy , a part of the family planning policy , was a population planning policy of China", "binary_answer": null, "no_answer_prob": -1.0039466619491577}
{"example_id": 301001421963967136, "prediction": "`` Take Me to Church '' is a song by Irish musician Hozier", "binary_answer": null, "no_answer_prob": -1.0183622241020203}
{"example_id": -2052558931942309784, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6146647930145264}
{"example_id": -8319206142909031351, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2860657051205635}
{"example_id": 5952532104131808460, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5069639682769775}
{"example_id": -5152625935791829231, "prediction": "", "binary_answer": null, "no_answer_prob": 5.2143866419792175}
{"example_id": -2751676476078899237, "prediction": "Amygdala", "binary_answer": null, "no_answer_prob": 1.3700056076049805}
{"example_id": 5981486486780740817, "prediction": "a snowclone -- a type of clich\u00e9 and phrasal template .", "binary_answer": null, "no_answer_prob": 2.2535746097564697}
{"example_id": -8096230629510721007, "prediction": "China 's population is 1.411 billion", "binary_answer": null, "no_answer_prob": 0.8531911298632622}
{"example_id": -5472917310096707803, "prediction": "`` Jessie 's Girl ''", "binary_answer": null, "no_answer_prob": 1.4511980414390564}
{"example_id": 6196151133262712969, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 1.6849435567855835}
{"example_id": 8758570631872393263, "prediction": "Maya is a feminine name with multiple meanings . In Hindu philosophy , M\u0101y\u0101 means `` illusion", "binary_answer": null, "no_answer_prob": -6.971301376819611}
{"example_id": -2198053824289529708, "prediction": "", "binary_answer": null, "no_answer_prob": -3.9135149717330933}
{"example_id": -4142079244791168372, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -2.117137372493744}
{"example_id": -2269044001252412203, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7218584418296814}
{"example_id": -5922836418396701454, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0626816749572754}
{"example_id": 8261160251138986581, "prediction": "The Union and Confederacy quickly raised volunteer and conscription armies that fought mostly in the South over four years . The Union", "binary_answer": null, "no_answer_prob": -5.028132677078247}
{"example_id": -6602051953513516895, "prediction": "", "binary_answer": null, "no_answer_prob": 5.006968408823013}
{"example_id": 4879689311498160364, "prediction": "Shupe is the surname of :", "binary_answer": null, "no_answer_prob": -0.6447403430938721}
{"example_id": 6162948215552766001, "prediction": "The United States Soccer Federation submitted a bid with the hope of hosting the 2022 FIFA World Cup", "binary_answer": null, "no_answer_prob": 1.2252935580909252}
{"example_id": 4378915745164926766, "prediction": "Kelly Monaco Actress Alec Mazo Winner on July 6 , 2005", "binary_answer": null, "no_answer_prob": 1.2127604093402624}
{"example_id": -2396453956760763463, "prediction": "Theresa May", "binary_answer": null, "no_answer_prob": -7.004332780838013}
{"example_id": 4643001706196852837, "prediction": "President Donald Trump", "binary_answer": null, "no_answer_prob": -2.7541898488998413}
{"example_id": -7760333522546957050, "prediction": "Creedence Clearwater Revival", "binary_answer": null, "no_answer_prob": 3.4778160490095615}
{"example_id": -3765606054252682643, "prediction": "Matt Caldwell Nikki Fried Party Republican Democratic Incumbent Agriculture Commissioner Adam Putnam Republican", "binary_answer": null, "no_answer_prob": -3.5056755542755127}
{"example_id": -3642822880193897886, "prediction": "Decaffeination", "binary_answer": null, "no_answer_prob": 0.4208337068557739}
{"example_id": -5471096204349170309, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6473573446273804}
{"example_id": -2828296681548756782, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3972848951816559}
{"example_id": -8989947241359052449, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8129751980304718}
{"example_id": -4346255284533122258, "prediction": "", "binary_answer": null, "no_answer_prob": 3.897336006164551}
{"example_id": -3712896968294203476, "prediction": "Filming locations were Issaquah , Washington ; Seattle , Washington", "binary_answer": null, "no_answer_prob": -0.5033723413944244}
{"example_id": -5561636388268061837, "prediction": "", "binary_answer": null, "no_answer_prob": -0.24988794326782227}
{"example_id": -3480941453199535714, "prediction": "", "binary_answer": null, "no_answer_prob": 3.741269111633301}
{"example_id": -1959403023213969081, "prediction": "Stranger Things", "binary_answer": null, "no_answer_prob": -1.7847894430160522}
{"example_id": 5463403024351185436, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3122223019599915}
{"example_id": 8470886190012802318, "prediction": "", "binary_answer": null, "no_answer_prob": 2.295544743537903}
{"example_id": 7380215464653213300, "prediction": "Nackawic , New Brunswick , Canada", "binary_answer": null, "no_answer_prob": 1.153856635093689}
{"example_id": 3854196735115526472, "prediction": "Rockapella", "binary_answer": null, "no_answer_prob": -5.25988245010376}
{"example_id": 6922713834459739185, "prediction": "", "binary_answer": null, "no_answer_prob": 2.022543787956238}
{"example_id": -2559689949009684408, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5512675642967224}
{"example_id": -2853747254242405384, "prediction": "In computer science , a database cursor", "binary_answer": null, "no_answer_prob": -0.5584160089492798}
{"example_id": -3882377811931187829, "prediction": "Chadwick Gaylord Smith", "binary_answer": null, "no_answer_prob": -2.551481604576111}
{"example_id": 2305728469630974930, "prediction": "condemnations of what it defined to be heresies committed by Protestantism", "binary_answer": null, "no_answer_prob": 1.0416128635406494}
{"example_id": -1131673778780360564, "prediction": "", "binary_answer": null, "no_answer_prob": -0.40674853324890137}
{"example_id": -7734674562138865981, "prediction": "On 9 August 2017 UKTV announced Drama will rerun The Bill from the very beginning airing 14 August 2017 at 12noon .", "binary_answer": null, "no_answer_prob": 2.476951479911804}
{"example_id": 4598752875030666160, "prediction": "How Could We Dare to Be Wrong", "binary_answer": null, "no_answer_prob": -3.1685450077056885}
{"example_id": 2902315055353750734, "prediction": "583", "binary_answer": null, "no_answer_prob": -4.9420939683914185}
{"example_id": -913619980878273000, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A website", "binary_answer": null, "no_answer_prob": 3.1638391315937042}
{"example_id": 7026836646645698745, "prediction": "carbon - 12", "binary_answer": null, "no_answer_prob": -3.1890639662742615}
{"example_id": -4972660414340851341, "prediction": "The Winds of Winter", "binary_answer": null, "no_answer_prob": 2.3097911179065704}
{"example_id": -3025698733990467077, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3301528692245483}
{"example_id": -6786420307215595113, "prediction": "Endless Love", "binary_answer": null, "no_answer_prob": -3.2655515670776367}
{"example_id": -6534558839095898672, "prediction": "Parks Canada", "binary_answer": null, "no_answer_prob": -1.756171703338623}
{"example_id": -8838376862791272282, "prediction": "Lithium sulfide", "binary_answer": null, "no_answer_prob": -8.048780649900436}
{"example_id": 1026627735407042249, "prediction": "The Soviet Union", "binary_answer": null, "no_answer_prob": -2.758996367454529}
{"example_id": -9158623285796492704, "prediction": "Construction began in 1863 and was completed in 1867", "binary_answer": null, "no_answer_prob": -2.9478108882904053}
{"example_id": 8463430142785055027, "prediction": "samples the chorus and instrumentation of Stevie Wonder 's 1976 song `` Pastime Paradise '' .", "binary_answer": null, "no_answer_prob": -1.5348924398422241}
{"example_id": -3600710232789091823, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4489314556121826}
{"example_id": -8154528674016589420, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6968873478472233}
{"example_id": 4710504982223519237, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9147899448871613}
{"example_id": 3779755686851096630, "prediction": "", "binary_answer": null, "no_answer_prob": 1.946779191493988}
{"example_id": 880474104199477631, "prediction": "Robert Downey , Jr.", "binary_answer": null, "no_answer_prob": -0.8068006038665771}
{"example_id": -465602876539575550, "prediction": "Glenn Miller and by the Andrews Sisters", "binary_answer": null, "no_answer_prob": -0.033275723457336426}
{"example_id": 83874870351555620, "prediction": "`` Best Day of My Life ''", "binary_answer": null, "no_answer_prob": -3.3658467531204224}
{"example_id": 7986080147947252400, "prediction": "John F. Kennedy", "binary_answer": null, "no_answer_prob": 1.2126007080078125}
{"example_id": -7887952901401725047, "prediction": "Caroll Spinney", "binary_answer": null, "no_answer_prob": -3.287742257118225}
{"example_id": 3326990421243454297, "prediction": "Heath Ledger", "binary_answer": null, "no_answer_prob": -6.356192350387573}
{"example_id": 6428033608111316307, "prediction": "The term was first applied post World War II to the British Empire , the United States and the Soviet Union", "binary_answer": null, "no_answer_prob": 0.41403764486312866}
{"example_id": -7760362692289894917, "prediction": "`` Thank You for Being a Friend '' is a song written by Andrew Gold", "binary_answer": null, "no_answer_prob": 0.38040751218795776}
{"example_id": 5479822077815441992, "prediction": "", "binary_answer": null, "no_answer_prob": 0.872166097164154}
{"example_id": -4067545258642464728, "prediction": "Time in the United States , by law , is divided into nine standard time zones", "binary_answer": null, "no_answer_prob": 0.3755159378051758}
{"example_id": -7155962837299938929, "prediction": "The 2017 World Series", "binary_answer": null, "no_answer_prob": -0.22430309653282166}
{"example_id": -3677545046287986497, "prediction": "Hinduism", "binary_answer": null, "no_answer_prob": -0.806610107421875}
{"example_id": 3133002028451439595, "prediction": "Harry Potter and the Chamber of Secrets is a 2002", "binary_answer": null, "no_answer_prob": -0.3669925332069397}
{"example_id": 8434367541261841256, "prediction": "", "binary_answer": null, "no_answer_prob": -5.282302737236023}
{"example_id": 1505700753776210282, "prediction": "JJ Cale", "binary_answer": null, "no_answer_prob": 0.7500009536743164}
{"example_id": -2764494953664090964, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6295444369316101}
{"example_id": -2860903374238518195, "prediction": "expand participation of Indians in the government of India", "binary_answer": null, "no_answer_prob": 0.22743024118244648}
{"example_id": 8988273159490677041, "prediction": "Notre Dame", "binary_answer": null, "no_answer_prob": -2.609935998916626}
{"example_id": -8013311774750692433, "prediction": "Gabe Kaplan", "binary_answer": null, "no_answer_prob": 0.5271790027618408}
{"example_id": -5188348864836090910, "prediction": "", "binary_answer": null, "no_answer_prob": 2.926387071609497}
{"example_id": -4324999623175716840, "prediction": "", "binary_answer": null, "no_answer_prob": 5.1106860637664795}
{"example_id": -6384677143287666495, "prediction": "Kevin Sussman", "binary_answer": null, "no_answer_prob": 4.408361911773682}
{"example_id": -5711982126343878444, "prediction": "", "binary_answer": null, "no_answer_prob": 1.467326045036316}
{"example_id": -9118571438070624371, "prediction": "Patagonia in the south to parts of western Canada in the north", "binary_answer": null, "no_answer_prob": -2.6112974882125854}
{"example_id": -5434780584158426949, "prediction": "Vancouver , British Columbia", "binary_answer": null, "no_answer_prob": -3.614762306213379}
{"example_id": 4733964761225073902, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2988100051879883}
{"example_id": -506060975415377315, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8001227378845215}
{"example_id": -3846554273761795081, "prediction": "Symphony No. 1", "binary_answer": null, "no_answer_prob": -2.7296262979507446}
{"example_id": -3401663362680488524, "prediction": "John James `` Jimbo '' Fisher Jr.", "binary_answer": null, "no_answer_prob": -2.1235326528549194}
{"example_id": 6774633816286134412, "prediction": "The first version , the Transmission System", "binary_answer": null, "no_answer_prob": 2.0281008034944534}
{"example_id": -6507610791357893238, "prediction": "Nile", "binary_answer": null, "no_answer_prob": 0.58321213722229}
{"example_id": 1382001459812186727, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6095542907714844}
{"example_id": 4944576325580596899, "prediction": "`` Swalla ''", "binary_answer": null, "no_answer_prob": 1.4464040994644165}
{"example_id": 6107676343143167661, "prediction": "Alabama Crimson Tide", "binary_answer": null, "no_answer_prob": -4.526352643966675}
{"example_id": 4587235363005043431, "prediction": "The 1998", "binary_answer": null, "no_answer_prob": -2.395102798938751}
{"example_id": 5479254724929817127, "prediction": "", "binary_answer": null, "no_answer_prob": 0.45485929399728775}
{"example_id": 902421138395947064, "prediction": "Chief Justice of the United States Incumbent John Roberts", "binary_answer": null, "no_answer_prob": 0.606497049331665}
{"example_id": 6156063242406675632, "prediction": "The United States is estimated to have a population of 327,589,916", "binary_answer": null, "no_answer_prob": -0.6948176622390747}
{"example_id": -4188033072191712006, "prediction": "", "binary_answer": null, "no_answer_prob": 2.786871373653412}
{"example_id": -6596494750045214057, "prediction": "The Unfortunate Traveller", "binary_answer": null, "no_answer_prob": -2.764280915260315}
{"example_id": -4447356297486961886, "prediction": "Ronnie Lee Gardner", "binary_answer": null, "no_answer_prob": -0.9538211822509766}
{"example_id": 5729806931146246918, "prediction": "Jason Kent Bateman", "binary_answer": null, "no_answer_prob": 1.399213433265686}
{"example_id": 4065612459584973854, "prediction": "A video game publisher", "binary_answer": null, "no_answer_prob": 1.9068383798003197}
{"example_id": -42399359865985476, "prediction": "", "binary_answer": null, "no_answer_prob": 0.2731893062591553}
{"example_id": -2941954169282862230, "prediction": "6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": -1.5170388221740723}
{"example_id": -7452539246205728121, "prediction": "Nile", "binary_answer": null, "no_answer_prob": 1.410558819770813}
{"example_id": 1562967881009869204, "prediction": "President Donald Trump", "binary_answer": null, "no_answer_prob": -4.011998772621155}
{"example_id": 8055571319279645348, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9155511260032654}
{"example_id": 4485289850839584256, "prediction": "The Commission for Gender Equality ( CGE )", "binary_answer": null, "no_answer_prob": 4.883389323949814}
{"example_id": 3269734203751083576, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5905228555202484}
{"example_id": -8188376680599952517, "prediction": "Jackie DeShannon", "binary_answer": null, "no_answer_prob": 2.7398847937583923}
{"example_id": -1146530736011136695, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0072752833366394}
{"example_id": -2636623161713410044, "prediction": "One of baseball 's first expansion teams , the Mets were founded in 1962", "binary_answer": null, "no_answer_prob": -7.193111300468445}
{"example_id": -6857099483130566876, "prediction": "", "binary_answer": null, "no_answer_prob": 0.611817330121994}
{"example_id": -9099031896003603533, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4177147150039673}
{"example_id": 9196950051804493286, "prediction": "", "binary_answer": null, "no_answer_prob": 0.613640546798706}
{"example_id": -3969372820653452808, "prediction": "`` I Love Rock ' n ' Roll '' is a rock song written in 1975 by Alan Merrill of the Arrows", "binary_answer": null, "no_answer_prob": 2.9060014486312866}
{"example_id": -2455407888358249298, "prediction": "to express complete surprise , amazement or disbelief", "binary_answer": null, "no_answer_prob": -0.30105912685394287}
{"example_id": -5994662623630406407, "prediction": "World War II as well as the German surrender to the Soviet Union and the Western Allies took place in late April and early May 1945", "binary_answer": null, "no_answer_prob": -1.9927477836608887}
{"example_id": -4875625407842699318, "prediction": "Rob McElhenney", "binary_answer": null, "no_answer_prob": -7.221072196960449}
{"example_id": -3340479854956225691, "prediction": "Imagine Dragons", "binary_answer": null, "no_answer_prob": -0.6505658626556396}
{"example_id": -4544659518989242301, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Most seat belt laws", "binary_answer": null, "no_answer_prob": 2.0619276762008667}
{"example_id": -937747653413672681, "prediction": "", "binary_answer": null, "no_answer_prob": 3.149627447128296}
{"example_id": -7593916744299474425, "prediction": "", "binary_answer": null, "no_answer_prob": 2.739082455635071}
{"example_id": -783096745406898875, "prediction": "The Goldbergs", "binary_answer": null, "no_answer_prob": 2.0357949882745743}
{"example_id": -527084001250941328, "prediction": "Reincarnation", "binary_answer": null, "no_answer_prob": -4.090118765830994}
{"example_id": -5804257148252312349, "prediction": "`` Time in a Bottle '' is a hit single by singer - songwriter Jim Croce", "binary_answer": null, "no_answer_prob": 2.913255989551544}
{"example_id": -6177806939328637150, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -4.08893096446991}
{"example_id": 5533888178689673627, "prediction": "Frances McDormand", "binary_answer": null, "no_answer_prob": -3.6039113998413086}
{"example_id": -2362474540521017531, "prediction": "Tetris", "binary_answer": null, "no_answer_prob": -3.016353964805603}
{"example_id": -7364071520792776728, "prediction": "A live performance of the song was used as a music video .", "binary_answer": null, "no_answer_prob": 0.4329078197479248}
{"example_id": -6372203262591242742, "prediction": "Ross Aaron Malinger", "binary_answer": null, "no_answer_prob": -3.5998116731643677}
{"example_id": 5414312623014862708, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2155382335186005}
{"example_id": 5038789970363225107, "prediction": "The Huntsman : Winter 's War", "binary_answer": null, "no_answer_prob": 0.3966085910797119}
{"example_id": -9118247199302373926, "prediction": "Cole Swindell", "binary_answer": null, "no_answer_prob": 2.381965377833694}
{"example_id": 2752695072995592415, "prediction": "The Walt Disney World Resort", "binary_answer": null, "no_answer_prob": 2.1534200608730316}
{"example_id": 6291700309486366112, "prediction": "`` The Best is Yet to Come", "binary_answer": null, "no_answer_prob": 1.1898162364959717}
{"example_id": 1161472904267647094, "prediction": "Epithelium", "binary_answer": null, "no_answer_prob": 2.3619940280914307}
{"example_id": -7665180870060340793, "prediction": "The fourth season of Jane the Virgin", "binary_answer": null, "no_answer_prob": 1.9481392577290535}
{"example_id": -6420137958473997765, "prediction": "", "binary_answer": null, "no_answer_prob": 1.556829884648323}
{"example_id": 5468947570122880279, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0567514300346375}
{"example_id": -2269094423106322335, "prediction": "2010", "binary_answer": null, "no_answer_prob": -2.197833552956581}
{"example_id": -423472545492892243, "prediction": "", "binary_answer": null, "no_answer_prob": 3.151544511318207}
{"example_id": -5262266930523233451, "prediction": "", "binary_answer": null, "no_answer_prob": 4.361094534397125}
{"example_id": 7532770548507049476, "prediction": "presentation program", "binary_answer": null, "no_answer_prob": -1.380963683128357}
{"example_id": -2845696535371179560, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3854039311408997}
{"example_id": -6548973324426578609, "prediction": "Neil Patrick Harris", "binary_answer": null, "no_answer_prob": -4.739567518234253}
{"example_id": 7434921455110723746, "prediction": "", "binary_answer": null, "no_answer_prob": 4.000100314617157}
{"example_id": -7882710204067820087, "prediction": "Los Angeles County", "binary_answer": null, "no_answer_prob": -1.853885069489479}
{"example_id": -849489452133706819, "prediction": "As of 2018 , One World Trade Center", "binary_answer": null, "no_answer_prob": 0.14433825016021729}
{"example_id": 4109951268433833047, "prediction": "", "binary_answer": null, "no_answer_prob": 0.683118462562561}
{"example_id": 7127164477289010092, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3314772844314575}
{"example_id": -5695774638094374907, "prediction": "The Stamp Act", "binary_answer": null, "no_answer_prob": 2.2567119002342224}
{"example_id": 2971527423668439544, "prediction": "1986", "binary_answer": null, "no_answer_prob": -1.014816164970398}
{"example_id": 390154470123933349, "prediction": "Nicole Walker", "binary_answer": null, "no_answer_prob": 2.576028287410736}
{"example_id": 7031684813017286074, "prediction": "Goa", "binary_answer": null, "no_answer_prob": 1.2981083393096924}
{"example_id": -4384412567296328220, "prediction": "Crown Prosecution Service", "binary_answer": null, "no_answer_prob": 0.8852016925811768}
{"example_id": -6213380847908968178, "prediction": "`` Go Rest High on That Mountain '' is a song written and recorded by American country music artist Vince Gill", "binary_answer": null, "no_answer_prob": 0.7591208219528198}
{"example_id": 912938934087202146, "prediction": "Average Monthly Temperature City Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Asheville", "binary_answer": null, "no_answer_prob": -1.596343755722046}
{"example_id": -9069174161552641687, "prediction": "approximately 219,207", "binary_answer": null, "no_answer_prob": -0.00334012508392334}
{"example_id": -7047273766567645032, "prediction": "David Allan Coe", "binary_answer": null, "no_answer_prob": 0.16719937324523926}
{"example_id": 6160692623305422384, "prediction": "Rene Kirby", "binary_answer": null, "no_answer_prob": -4.293461084365845}
{"example_id": -4676574229009765699, "prediction": "Sylvain Chavanel , Stuart O'Grady , and Jens Voigt", "binary_answer": null, "no_answer_prob": -0.7960214614868164}
{"example_id": -1959465086841168110, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7543311761692166}
{"example_id": -6661785925427645339, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3077199645340443}
{"example_id": -2508052543447778180, "prediction": "The Governor - General of India", "binary_answer": null, "no_answer_prob": -1.8359866738319397}
{"example_id": 3113863758167908139, "prediction": "Australia", "binary_answer": null, "no_answer_prob": -5.690896958112717}
{"example_id": 7706458628653081615, "prediction": "", "binary_answer": null, "no_answer_prob": 2.745039254426956}
{"example_id": -6051142760838630015, "prediction": "Communication physics is one of the applied branches of physics . It deals with various kinds of communication systems", "binary_answer": null, "no_answer_prob": -2.041651338338852}
{"example_id": -7985890823379543060, "prediction": "", "binary_answer": null, "no_answer_prob": 3.866584360599518}
{"example_id": -2133281056446283490, "prediction": "", "binary_answer": null, "no_answer_prob": 5.202594757080078}
{"example_id": 2512859891032865066, "prediction": "Histoire de Babar", "binary_answer": null, "no_answer_prob": -0.7900270223617554}
{"example_id": 3346198128010499744, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8751043677330017}
{"example_id": 1150165445113826321, "prediction": "The Declaration of the Rights of the Man and of the Citizen of 1789", "binary_answer": null, "no_answer_prob": 3.8499926328659058}
{"example_id": 9136724098121906332, "prediction": "", "binary_answer": null, "no_answer_prob": 3.377112030982971}
{"example_id": -3996589716674148975, "prediction": "Steve Schuh , incumbent County Executive and former Maryland State Delegate is eligible for reelection .", "binary_answer": null, "no_answer_prob": -0.12014174461364746}
{"example_id": 6341013013362849696, "prediction": "Nicole Linkletter", "binary_answer": null, "no_answer_prob": -4.739086985588074}
{"example_id": 1734006576693243724, "prediction": "In the television adaptation Bitten Elena is portrayed by Laura Vandervoort .", "binary_answer": null, "no_answer_prob": 1.2895143032073975}
{"example_id": 6358045010279958235, "prediction": "In the United States , public schools are banned from conducting religious observances such as prayer", "binary_answer": null, "no_answer_prob": -0.28494662046432495}
{"example_id": -2206909075483146821, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4991777539253235}
{"example_id": -5349115061948948593, "prediction": "The Necessary and Proper Clause", "binary_answer": null, "no_answer_prob": 2.2534373998641968}
{"example_id": 5186671040300923995, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5072559118270874}
{"example_id": 4521231611095485739, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2955169677734375}
{"example_id": -82051199267410638, "prediction": "Barry Lamar Bonds", "binary_answer": null, "no_answer_prob": -1.9949627220630646}
{"example_id": -8197755363094394963, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9829900413751602}
{"example_id": 7371685832790721234, "prediction": "Paresthesia", "binary_answer": null, "no_answer_prob": 0.38534438610076904}
{"example_id": 1987282316965978108, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3199160378426313}
{"example_id": -2921674280380367200, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8886932134628296}
{"example_id": 2214060061803694161, "prediction": "There have been 12", "binary_answer": null, "no_answer_prob": 0.6061316728591919}
{"example_id": 1688060078539535833, "prediction": "", "binary_answer": null, "no_answer_prob": 4.284227252006531}
{"example_id": -8811437121621202669, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7403149306774139}
{"example_id": 3826636941141416495, "prediction": "Joseph Trent Everett", "binary_answer": null, "no_answer_prob": -5.026355266571045}
{"example_id": -5894682033611295801, "prediction": "Katherine Heigl", "binary_answer": null, "no_answer_prob": -5.157591462135315}
{"example_id": -4876821108380992422, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0706862211227417}
{"example_id": 6764720317969248575, "prediction": "Earth Observing System ( EOS )", "binary_answer": null, "no_answer_prob": -1.8090659976005554}
{"example_id": -9065652466422792467, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2979685068130493}
{"example_id": 5702541058957613993, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0293800830841064}
{"example_id": -5824730534419401682, "prediction": "Bir Radha Sherpa", "binary_answer": null, "no_answer_prob": -3.495557725429535}
{"example_id": 8913935128006560403, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1552170515060425}
{"example_id": -2956132424633297909, "prediction": "By far the best - known version was recorded by The Everly Brothers", "binary_answer": null, "no_answer_prob": 2.0265002250671387}
{"example_id": 8827148222357273358, "prediction": "", "binary_answer": null, "no_answer_prob": 0.31907961517572403}
{"example_id": -3328538897590039980, "prediction": "Seven", "binary_answer": null, "no_answer_prob": 3.063154697418213}
{"example_id": 7700101852748913952, "prediction": "Tara", "binary_answer": null, "no_answer_prob": 0.3542228937149048}
{"example_id": 548334571643904742, "prediction": "Rascal Flatts for the Cars soundtrack , as well as by Chris LeDoux , Jerry Jeff Walker , and Home Free .", "binary_answer": null, "no_answer_prob": -1.8091583251953125}
{"example_id": 5105571586293875534, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Cultural identity", "binary_answer": null, "no_answer_prob": 2.779126763343811}
{"example_id": -1401841653045446903, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9888346791267395}
{"example_id": -5779087988204512933, "prediction": "Jeppe Tranholm - Mikkelsen", "binary_answer": null, "no_answer_prob": 1.0113006979227066}
{"example_id": -1030537129544437853, "prediction": "F\u00e9lix Alcal\u00e1", "binary_answer": null, "no_answer_prob": -4.517850399017334}
{"example_id": -1925960686914652454, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.974438786506653}
{"example_id": 6954661720628496934, "prediction": "The Eustachian tube", "binary_answer": null, "no_answer_prob": 3.0120142102241516}
{"example_id": -6544431738733175207, "prediction": "", "binary_answer": null, "no_answer_prob": 2.337106764316559}
{"example_id": 1907435480589298812, "prediction": "", "binary_answer": null, "no_answer_prob": 2.521968722343445}
{"example_id": 4999922359170453023, "prediction": "`` Man in the Mirror '' is a song recorded by Michael Jackson", "binary_answer": null, "no_answer_prob": 0.5096476078033447}
{"example_id": -891051588584514821, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6926120780408382}
{"example_id": -2776645057889363879, "prediction": "Mork & Mindy", "binary_answer": null, "no_answer_prob": -9.52106511592865}
{"example_id": 4847759391964342390, "prediction": "Rank Country Area ( km2 ) Notes Brazil", "binary_answer": null, "no_answer_prob": 1.475305438041687}
{"example_id": 4402349211619821774, "prediction": "6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": 0.5312048196792603}
{"example_id": -2368214553083834888, "prediction": "", "binary_answer": null, "no_answer_prob": 0.0944976806640625}
{"example_id": 3268879528011690827, "prediction": "", "binary_answer": null, "no_answer_prob": 0.03999340534210205}
{"example_id": -7141893122773021850, "prediction": "High Renaissance art", "binary_answer": null, "no_answer_prob": -3.4440407752990723}
{"example_id": -2107657156022078439, "prediction": "Aconcagua", "binary_answer": null, "no_answer_prob": -5.580291271209717}
{"example_id": 3896425085819683205, "prediction": "Sanji Comes Back ! Crash ! The Tea Party from Hell !", "binary_answer": null, "no_answer_prob": 2.098463296890259}
{"example_id": -4544043154630563444, "prediction": "The Monroe Doctrine was a United States policy of opposing European colonialism", "binary_answer": null, "no_answer_prob": 4.37512443959713}
{"example_id": -17314878580916020, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.8803986310958862}
{"example_id": -7559345847011053936, "prediction": "`` Drive '' is a 1984 song by The Cars", "binary_answer": null, "no_answer_prob": 2.0646250545978546}
{"example_id": 2041410290286408492, "prediction": "California", "binary_answer": null, "no_answer_prob": -0.3015773296356201}
{"example_id": 7899922391870951882, "prediction": "`` OK ''", "binary_answer": null, "no_answer_prob": -0.3884350135922432}
{"example_id": 3103812190156537969, "prediction": "Glenn Frey Bernie Leadon Randy Meisner Don Felder", "binary_answer": null, "no_answer_prob": 0.8748910427093506}
{"example_id": 8197537627381376912, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8257292211055756}
{"example_id": -2257518489428355823, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5367071628570557}
{"example_id": 463321303576974739, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3793199062347412}
{"example_id": 7661985249554578902, "prediction": "New York City and the Atlantic Ocean to the Great Lakes", "binary_answer": null, "no_answer_prob": -1.6847751140594482}
{"example_id": -728352496103696141, "prediction": "The Girl Who Loved Tom Gordon", "binary_answer": null, "no_answer_prob": 5.040095545351505}
{"example_id": 116003395979815010, "prediction": "", "binary_answer": null, "no_answer_prob": 4.719749003648758}
{"example_id": -6834677692132438182, "prediction": "", "binary_answer": null, "no_answer_prob": 2.85175883769989}
{"example_id": 7419614194950616439, "prediction": "The Tanakh", "binary_answer": null, "no_answer_prob": 2.7927555590867996}
{"example_id": 8231711890023553268, "prediction": "Luxembourg", "binary_answer": null, "no_answer_prob": -1.5092390775680542}
{"example_id": -2327138861238475141, "prediction": "The Old Testament", "binary_answer": null, "no_answer_prob": -0.22934353351593018}
{"example_id": -3267642790590927032, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2680206298828125}
{"example_id": -3744791235432276329, "prediction": "Jeff Bezos", "binary_answer": null, "no_answer_prob": -0.6524291038513184}
{"example_id": 875953217485570983, "prediction": "Water pollution", "binary_answer": null, "no_answer_prob": 0.3752758502960205}
{"example_id": -1593012692962256026, "prediction": "`` Hello Good Morning ''", "binary_answer": null, "no_answer_prob": 1.5505842566490173}
{"example_id": 4528192525703301950, "prediction": "The Chicago Bears American football franchise", "binary_answer": null, "no_answer_prob": 1.5989925935864449}
{"example_id": -6620144008085578890, "prediction": "", "binary_answer": null, "no_answer_prob": 4.424861192703247}
{"example_id": -8043595926647748487, "prediction": "English Budget $150 million Box office $475 million", "binary_answer": null, "no_answer_prob": 3.5275092124938965}
{"example_id": 709765520479459809, "prediction": "Chris Janson", "binary_answer": null, "no_answer_prob": -0.6623049974441528}
{"example_id": -7892131121098836429, "prediction": "", "binary_answer": null, "no_answer_prob": -0.26097559928894043}
{"example_id": -4602848196593322290, "prediction": "362", "binary_answer": null, "no_answer_prob": -0.39895522594451904}
{"example_id": 5169947080601428883, "prediction": "Dakota Mayi Johnson", "binary_answer": null, "no_answer_prob": 0.9078140258789062}
{"example_id": 8952254157906364048, "prediction": "", "binary_answer": null, "no_answer_prob": 3.650028109550476}
{"example_id": 4997833347066913620, "prediction": "The 1848", "binary_answer": null, "no_answer_prob": 1.4622210264205933}
{"example_id": -5244856718676154849, "prediction": "To defend the Irish state against armed aggression", "binary_answer": null, "no_answer_prob": 1.2830921113491058}
{"example_id": -5038213749180413765, "prediction": "284", "binary_answer": null, "no_answer_prob": 0.05597178637981415}
{"example_id": 5181246371508358516, "prediction": "Barry Gray and Steve Allen", "binary_answer": null, "no_answer_prob": -2.487727165222168}
{"example_id": 981159256080272274, "prediction": "North Vietnam and the government of South Vietnam", "binary_answer": null, "no_answer_prob": 0.17139434814453125}
{"example_id": -7744648380212957788, "prediction": "24 September 28 , 2017 ( 2017 - 09 - 28 ) TBA", "binary_answer": null, "no_answer_prob": 1.4066572487354279}
{"example_id": -687455319517674717, "prediction": "Evangelism is the preaching of the Lord with the intention of exposing God 's love to all mankind through Jesus Christ", "binary_answer": null, "no_answer_prob": -2.0093761682510376}
{"example_id": -2688256528538290877, "prediction": "Tyler Blackburn", "binary_answer": null, "no_answer_prob": -3.6125106811523438}
{"example_id": -4530432431233510388, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6435813903808594}
{"example_id": -2384607470744911325, "prediction": "Patrick John Warburton", "binary_answer": null, "no_answer_prob": -5.2502981424331665}
{"example_id": -3298747524516804461, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6226654052734375}
{"example_id": 1469809628155902968, "prediction": "Rank State 2015 2014 2013 2012 2011 Maryland", "binary_answer": null, "no_answer_prob": 0.46386539936065674}
{"example_id": -4184192392780326541, "prediction": "A music video was filmed to promote the single . In America , it received active rotation on MTV .", "binary_answer": null, "no_answer_prob": -1.8469021320343018}
{"example_id": 636867897150164818, "prediction": "Aspirin causes several different effects in the body", "binary_answer": null, "no_answer_prob": -3.0495851039886475}
{"example_id": 8852644387182123778, "prediction": "The Bible", "binary_answer": null, "no_answer_prob": -1.697698950767517}
{"example_id": 955756378766315287, "prediction": "The meninges", "binary_answer": null, "no_answer_prob": -2.1283555030822754}
{"example_id": -8751051463900683615, "prediction": "", "binary_answer": null, "no_answer_prob": 4.986688904464245}
{"example_id": 2941278300029878738, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8588309288024902}
{"example_id": 4484457440022606598, "prediction": "`` Stronger ( What Does n't Kill You ) ''", "binary_answer": null, "no_answer_prob": 3.0203816294670105}
{"example_id": 8092635907835152396, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9952445924282074}
{"example_id": 4262949888553654261, "prediction": "A banyan", "binary_answer": null, "no_answer_prob": -3.569880872964859}
{"example_id": 55043982217135027, "prediction": "October 9 , 2017", "binary_answer": null, "no_answer_prob": -4.2383904457092285}
{"example_id": 1939191317307442367, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7577548027038574}
{"example_id": 2709335559771163605, "prediction": "1936", "binary_answer": null, "no_answer_prob": 1.8631013929843903}
{"example_id": 4911310878658451190, "prediction": "Colin Firth", "binary_answer": null, "no_answer_prob": 0.554478645324707}
{"example_id": -1492890414777477611, "prediction": "Nicholas II", "binary_answer": null, "no_answer_prob": 1.3321911990642548}
{"example_id": -1383123659237883797, "prediction": "Tarantino conceived Kill Bill as an homage to `` grindhouse '' cinema", "binary_answer": null, "no_answer_prob": -1.3000015020370483}
{"example_id": 5606293994061209768, "prediction": "Vance Joy", "binary_answer": null, "no_answer_prob": -7.5770344734191895}
{"example_id": -5276357219125435640, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8357027769088745}
{"example_id": -4839330925961589602, "prediction": "A Silent Voice : The Movie ( Japanese : \u6620\u753b \u8072 \u306e \u5f62 , Hepburn : Eiga Koe no Katachi", "binary_answer": null, "no_answer_prob": 1.4854199290275574}
{"example_id": 1839258823869093465, "prediction": "", "binary_answer": null, "no_answer_prob": 0.521184042096138}
{"example_id": 6801148412996933489, "prediction": "Austin Richard Post", "binary_answer": null, "no_answer_prob": -1.2454761266708374}
{"example_id": 2114260901529937125, "prediction": "Record name Record Owner Nation Date Ref Most ascents by a woman 8 Lhakpa Sherpa Nepal", "binary_answer": null, "no_answer_prob": 1.6265172958374023}
{"example_id": 8059322796271091637, "prediction": "While mentioned in passing throughout later seasons , Burke officially returns in the tenth season", "binary_answer": null, "no_answer_prob": 0.9449882507324219}
{"example_id": 2493398149093053688, "prediction": "", "binary_answer": null, "no_answer_prob": 0.26817381381988525}
{"example_id": 2869938826446240557, "prediction": "Call of Duty : World at War is a 2008", "binary_answer": null, "no_answer_prob": -2.2587634325027466}
{"example_id": 8037440722757115040, "prediction": "8 22 September 29 , 2017 ( 2017 - 09 - 29 ) May 11 , 2018 ( 2018 - 05 - 11 ) TBA TBA", "binary_answer": null, "no_answer_prob": -1.5111734867095947}
{"example_id": -5488509621607021647, "prediction": "8", "binary_answer": null, "no_answer_prob": -3.964752197265625}
{"example_id": -4859299708755131321, "prediction": "", "binary_answer": null, "no_answer_prob": 2.087522268295288}
{"example_id": 7841439826326255745, "prediction": "`` Pocketful of Sunshine '' is a song recorded by English singer -- songwriter Natasha Bedingfield", "binary_answer": null, "no_answer_prob": 3.806838169693947}
{"example_id": 5037645611919345997, "prediction": "Alexandre Gustave Eiffel", "binary_answer": null, "no_answer_prob": -4.9891544580459595}
{"example_id": -4608667175734832440, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6544349789619446}
{"example_id": 6541487939263198624, "prediction": "Pink Floyd", "binary_answer": null, "no_answer_prob": -0.5649785995483398}
{"example_id": -7829633715400218283, "prediction": "Novak Djokovic", "binary_answer": null, "no_answer_prob": -1.937144160270691}
{"example_id": 5127214829274001369, "prediction": "The Ob River", "binary_answer": null, "no_answer_prob": 0.8048473298549652}
{"example_id": -8682312582598949174, "prediction": "Dwane Casey", "binary_answer": null, "no_answer_prob": -5.582018315792084}
{"example_id": 779563633482815651, "prediction": "", "binary_answer": null, "no_answer_prob": 4.190491795539856}
{"example_id": 4163255986166529598, "prediction": "Harry Shearer", "binary_answer": null, "no_answer_prob": -0.6891734600067139}
{"example_id": 5732974004796706467, "prediction": "The song was used in several TV shows and films such as Hot in Cleveland , Will & Grace , EastEnders", "binary_answer": null, "no_answer_prob": -2.055127263069153}
{"example_id": 709353751125109049, "prediction": "Japanese ( \u65e5\u672c \u8a9e , Nihongo , ( \u0272iho\u014b\u0261o ) or ( \u0272iho\u014b\u014bo )", "binary_answer": null, "no_answer_prob": 1.0033273845911026}
{"example_id": 2450452371623485929, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5889259502291679}
{"example_id": -6516423864705070134, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9522289633750916}
{"example_id": -8507866614948732558, "prediction": "", "binary_answer": null, "no_answer_prob": 3.101069688796997}
{"example_id": 451560502074824668, "prediction": "femur", "binary_answer": null, "no_answer_prob": -1.4433470964431763}
{"example_id": -3883260061895046430, "prediction": "Anglo - Saxon futhorc runic alphabet", "binary_answer": null, "no_answer_prob": -1.1554463505744934}
{"example_id": -5898591850403711947, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9549813270568848}
{"example_id": -1458032114383100462, "prediction": "The Enlightenment", "binary_answer": null, "no_answer_prob": 1.3320547342300415}
{"example_id": 4599312163491710255, "prediction": "Iron Man", "binary_answer": null, "no_answer_prob": -4.75396203994751}
{"example_id": -1319733685434367930, "prediction": "60 miles ( 97 km ) west of Las Cruces and thirty - three miles north of the Mexican border", "binary_answer": null, "no_answer_prob": -7.47965395450592}
{"example_id": -7058886073068267772, "prediction": "France soon lost the County of Barcelona ( Catalonia ) , from the end of the 9th century . The crossing beyond Rhone", "binary_answer": null, "no_answer_prob": 0.548455998301506}
{"example_id": -3035485922399347025, "prediction": "India , Pakistan", "binary_answer": null, "no_answer_prob": -3.4583534002304077}
{"example_id": 2531516684687563287, "prediction": "`` Ca n't You See '' is a song written by Toy Caldwell of The Marshall Tucker Band", "binary_answer": null, "no_answer_prob": -0.5266648530960083}
{"example_id": 7321028317452437496, "prediction": "George Washington", "binary_answer": null, "no_answer_prob": -1.3216291666030884}
{"example_id": -8001040063663738852, "prediction": "China , Kazakhstan , Kyrgyzstan , Russia , Tajikistan , and Uzbekistan", "binary_answer": null, "no_answer_prob": 1.5076647996902466}
{"example_id": -5095325629616850648, "prediction": "Lead - based paint", "binary_answer": null, "no_answer_prob": 2.7485352754592896}
{"example_id": -2200415687273804010, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8433256894350052}
{"example_id": -7828984795116380351, "prediction": "5 May 2017 .", "binary_answer": null, "no_answer_prob": 0.20092737674713135}
{"example_id": 4690511621222533149, "prediction": "the Rolling Stones", "binary_answer": null, "no_answer_prob": -0.40244507789611816}
{"example_id": -5263960050214643914, "prediction": "", "binary_answer": null, "no_answer_prob": 2.592922627925873}
{"example_id": 6135829163507725928, "prediction": "`` Boss of Me ''", "binary_answer": null, "no_answer_prob": -4.164724707603455}
{"example_id": -33838564772717460, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3757440447807312}
{"example_id": 6319766597269057204, "prediction": "Bryant became the oldest player to score 60 + points ( 60 ) in his final game on April 13 , 2016 .", "binary_answer": null, "no_answer_prob": 0.9648725986480713}
{"example_id": -1904574626866524954, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4521634727716446}
{"example_id": 9060680068052942681, "prediction": "The No Child Left Behind Act of 2001 ( NCLB ) was a U.S. Act of Congress", "binary_answer": null, "no_answer_prob": -2.545083165168762}
{"example_id": -2802705537922737981, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6860982775688171}
{"example_id": -3400306379423123941, "prediction": "The majority of feature films are between 70 and 210 minutes long . The Story of the Kelly Gang", "binary_answer": null, "no_answer_prob": -2.651870369911194}
{"example_id": -8140326045816939964, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7912940979003906}
{"example_id": -8274113430867831794, "prediction": "`` Do n't Be So Hard on Yourself '' is a song by English singer and songwriter Jess Glynne", "binary_answer": null, "no_answer_prob": 2.6604621782898903}
{"example_id": 1145327218072311321, "prediction": "130 miles southeast of San Antonio", "binary_answer": null, "no_answer_prob": 1.6656026542186737}
{"example_id": 2088963653959068820, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] General anaesthetics", "binary_answer": null, "no_answer_prob": 2.4693132042884827}
{"example_id": 5262209105189635250, "prediction": "The Dark Horse Book of ...", "binary_answer": null, "no_answer_prob": 1.2138201892375946}
{"example_id": -1211183079669479575, "prediction": "Personality type", "binary_answer": null, "no_answer_prob": 1.509861707687378}
{"example_id": 2297315218654357284, "prediction": "`` Never Say Die ''", "binary_answer": null, "no_answer_prob": -2.1564865112304688}
{"example_id": 8153109977607713399, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9850869178771973}
{"example_id": -8591777129917676351, "prediction": "Assassin 's Creed III : Liberation", "binary_answer": null, "no_answer_prob": -0.6674085855484009}
{"example_id": -3207122683535425300, "prediction": "Michael Dorn", "binary_answer": null, "no_answer_prob": -4.87765645980835}
{"example_id": -2565626433818010796, "prediction": "The phrase `` Holy Moly '' is an exclamation of surprise that dates from at least 1892 .", "binary_answer": null, "no_answer_prob": -3.1047890186309814}
{"example_id": 2041400022379281926, "prediction": "The Kashmir conflict", "binary_answer": null, "no_answer_prob": 2.541139081120491}
{"example_id": 2436049466006768227, "prediction": "Name Type Population County Abingdon City", "binary_answer": null, "no_answer_prob": 2.475159630179405}
{"example_id": 3231187168911288969, "prediction": "`` King of the Road", "binary_answer": null, "no_answer_prob": 5.269255191087723}
{"example_id": 933694769513133899, "prediction": "21.5 hours on the lunar surface before rejoining Columbia in lunar orbit .", "binary_answer": null, "no_answer_prob": 0.7215789556503296}
{"example_id": -7441104754634075894, "prediction": "`` Feel Like Makin ' Love ''", "binary_answer": null, "no_answer_prob": 1.4694591164588928}
{"example_id": -66327497241821520, "prediction": "implantation", "binary_answer": null, "no_answer_prob": -1.0079758167266846}
{"example_id": 9076106153210264188, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2401633150875568}
{"example_id": -5476828546252817553, "prediction": "Nicholas Offerman", "binary_answer": null, "no_answer_prob": -12.035160183906555}
{"example_id": 3495933731379934865, "prediction": "", "binary_answer": null, "no_answer_prob": 5.406472951173782}
{"example_id": -2031837914536339453, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7165586948394775}
{"example_id": -7942446848012557174, "prediction": "Bruce Campbell", "binary_answer": null, "no_answer_prob": 0.3029050827026367}
{"example_id": 7311778425130495804, "prediction": "", "binary_answer": null, "no_answer_prob": 4.410728454589844}
{"example_id": -3404407240311124605, "prediction": "`` Gimme Some Lovin ' ''", "binary_answer": null, "no_answer_prob": -1.067516803741455}
{"example_id": 4281669368761748387, "prediction": "", "binary_answer": null, "no_answer_prob": 2.578445613384247}
{"example_id": 268229474108367324, "prediction": "`` We Will Rock You '' is a song written by Brian May and recorded by Queen for their 1977 album News of the World", "binary_answer": null, "no_answer_prob": -1.0201756954193115}
{"example_id": 7295101132531728731, "prediction": "Cotton - Eyed Joe", "binary_answer": null, "no_answer_prob": -0.2857776880264282}
{"example_id": -1432205510645020796, "prediction": "The Beatles ' rooftop concert was the final public performance of the English rock band the Beatles . On 30 January 1969", "binary_answer": null, "no_answer_prob": -2.867918014526367}
{"example_id": -904607795222881241, "prediction": "Nicole Evangeline Lilly", "binary_answer": null, "no_answer_prob": -3.1429938077926636}
{"example_id": 6454351005640940124, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3000261187553406}
{"example_id": 8159704428964733636, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6148867160081863}
{"example_id": -1364630833779440311, "prediction": "`` The Star - Spangled Banner", "binary_answer": null, "no_answer_prob": -2.60162091255188}
{"example_id": 4331036196847411654, "prediction": "", "binary_answer": null, "no_answer_prob": 3.344889283180237}
{"example_id": 1595705604057241798, "prediction": "`` I Only Have Eyes for You '' is a romantic love song by composer Harry Warren and lyricist Al Dubin", "binary_answer": null, "no_answer_prob": 2.311488389968872}
{"example_id": -2620073796684572998, "prediction": "Federalist No. 51 , titled : The Structure of the Government Must Furnish the Proper Checks and Balances Between the Different Departments", "binary_answer": null, "no_answer_prob": -1.4972896575927734}
{"example_id": -537358892358268653, "prediction": "Keith Carlos", "binary_answer": null, "no_answer_prob": -1.0221701860427856}
{"example_id": 1225162660814157952, "prediction": "The Southern Hemisphere", "binary_answer": null, "no_answer_prob": 0.4129084348678589}
{"example_id": 8889005352060931683, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3230430483818054}
{"example_id": 2017748089219392813, "prediction": "", "binary_answer": null, "no_answer_prob": 2.886727035045624}
{"example_id": 8535237900520331950, "prediction": "", "binary_answer": null, "no_answer_prob": 4.000521332025528}
{"example_id": 5125394137874291600, "prediction": "Nick Lowe", "binary_answer": null, "no_answer_prob": -1.2069098949432373}
{"example_id": 6676343500734129807, "prediction": "Harry Potter and the Deathly Hallows", "binary_answer": null, "no_answer_prob": 1.1654778122901917}
{"example_id": -668991652576294398, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5409424006938934}
{"example_id": 7596094395634207937, "prediction": "apocryphal , quotation `` I have not yet begun to fight !", "binary_answer": null, "no_answer_prob": -0.3889031410217285}
{"example_id": -5791300652264713114, "prediction": "Jeremy Foley", "binary_answer": null, "no_answer_prob": -2.333555221557617}
{"example_id": -4414345503938122054, "prediction": "The Selective Service Act or Selective Draft Act", "binary_answer": null, "no_answer_prob": 0.21207880973815918}
{"example_id": -4606467240167473800, "prediction": "Article One of the United States Constitution establishes the legislative branch of the federal government , the United States Congress", "binary_answer": null, "no_answer_prob": 1.4921943545341492}
{"example_id": 1766407170342546202, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1417731046676636}
{"example_id": -4237454172054119360, "prediction": "", "binary_answer": null, "no_answer_prob": 0.24174392968416214}
{"example_id": 1117777537666588092, "prediction": "Joy Angelia Gardner ( n\u00e9e Burke , 29 May 1953 -- 1 August 1993", "binary_answer": null, "no_answer_prob": -1.0385149717330933}
{"example_id": 5053530425008567999, "prediction": "The Galilean moons", "binary_answer": null, "no_answer_prob": -0.6509088277816772}
{"example_id": -8763004090664727773, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8116412237286568}
{"example_id": 3032476747580042560, "prediction": "Mighty Morphin Power Rangers : The Movie", "binary_answer": null, "no_answer_prob": 3.053759455680847}
{"example_id": 6941809078619452991, "prediction": "the fourth Thursday in April every year ; in the Canadian province of Ontario , it occurs on the 1st Wednesday of November", "binary_answer": null, "no_answer_prob": 1.7671878719702363}
{"example_id": -4480182871594501325, "prediction": "`` Breakfast at Tiffany 's ''", "binary_answer": null, "no_answer_prob": 1.4066616296768188}
{"example_id": -8177780501798653901, "prediction": "The Last Book in the Universe", "binary_answer": null, "no_answer_prob": 2.9300505816936493}
{"example_id": 3510212856752215280, "prediction": "", "binary_answer": null, "no_answer_prob": 2.874084234237671}
{"example_id": -6164398113195678210, "prediction": "", "binary_answer": null, "no_answer_prob": 0.0673590898513794}
{"example_id": 4235669204735674694, "prediction": "Vince Lombardi Trophy", "binary_answer": null, "no_answer_prob": -1.0380550026893616}
{"example_id": -6078653702042232816, "prediction": "", "binary_answer": null, "no_answer_prob": 1.819428563117981}
{"example_id": 2389510054222243562, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5707499533891678}
{"example_id": -1892639000991751891, "prediction": "$215,000,000 on a 7 year contract", "binary_answer": null, "no_answer_prob": -1.1743014454841614}
{"example_id": 6897006260557410756, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1640220880508423}
{"example_id": -1165152636389138116, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5731234550476074}
{"example_id": -1853240722525421979, "prediction": "", "binary_answer": null, "no_answer_prob": 2.312037505209446}
{"example_id": -6933454574079805864, "prediction": "", "binary_answer": null, "no_answer_prob": 2.978788435459137}
{"example_id": 6717681574596605113, "prediction": "White Americans", "binary_answer": null, "no_answer_prob": -0.2240610122680664}
{"example_id": -2888882367161466321, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5978047102689743}
{"example_id": 7887961552335103525, "prediction": "The Rembrandts", "binary_answer": null, "no_answer_prob": -1.7498704195022583}
{"example_id": 7251454935894005766, "prediction": "Cameroon", "binary_answer": null, "no_answer_prob": -5.10304319858551}
{"example_id": 9039000977162424636, "prediction": "Cornelius Vanderbilt taking money from government - subsidized shippers , in order to not compete on their routes .", "binary_answer": null, "no_answer_prob": 1.8709001243114471}
{"example_id": 5773562285134220503, "prediction": "June 2012", "binary_answer": null, "no_answer_prob": 1.76021409034729}
{"example_id": -3350746537712103704, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4870035499334335}
{"example_id": 594222858356078135, "prediction": "", "binary_answer": null, "no_answer_prob": 0.19356021285057068}
{"example_id": -181722027543682844, "prediction": "Rank State / U.T. Poverty ( % of people below poverty line ) Goa 5.09 Kerala", "binary_answer": null, "no_answer_prob": 2.9184521436691284}
{"example_id": 1391993614976789913, "prediction": "The Travel and Tourism Competitiveness Report", "binary_answer": null, "no_answer_prob": 2.736472301185131}
{"example_id": 6967166327726579575, "prediction": "", "binary_answer": null, "no_answer_prob": 4.494822204113007}
{"example_id": 6975756186521830531, "prediction": "The iris", "binary_answer": null, "no_answer_prob": 1.4275169968605042}
{"example_id": 4704199755315033795, "prediction": "Robert Blake", "binary_answer": null, "no_answer_prob": -2.2437262535095215}
{"example_id": -4959755661031894559, "prediction": "", "binary_answer": null, "no_answer_prob": 2.687750518321991}
{"example_id": 3010697618710545429, "prediction": "The Houston Astros", "binary_answer": null, "no_answer_prob": 0.4014592170715332}
{"example_id": -1881286304870722165, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3511825799942017}
{"example_id": -8578146909499274860, "prediction": "", "binary_answer": null, "no_answer_prob": 3.94557923078537}
{"example_id": 6570371118776481132, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6588623523712158}
{"example_id": -9122833663550948917, "prediction": "", "binary_answer": null, "no_answer_prob": 4.241390407085419}
{"example_id": -7343968705016198884, "prediction": "Liverpool", "binary_answer": null, "no_answer_prob": -4.943103313446045}
{"example_id": 442255348316288601, "prediction": "Japan -- United States relations ( \u65e5 \u7c73 \u95a2\u4fc2", "binary_answer": null, "no_answer_prob": 3.126559257507324}
{"example_id": 4369907753414063598, "prediction": "13 September 1984", "binary_answer": null, "no_answer_prob": 2.0783450603485107}
{"example_id": 2691990427494880172, "prediction": "The United States House of Representatives", "binary_answer": null, "no_answer_prob": 2.066371113061905}
{"example_id": -4046336367158816669, "prediction": "", "binary_answer": null, "no_answer_prob": 3.41939115524292}
{"example_id": -2116377703014985119, "prediction": "CEAR came into effect 20 September 2010 , in place of The Indian Electricity Rules , 1956 .", "binary_answer": null, "no_answer_prob": 0.5332533121109009}
{"example_id": -4186508815250414351, "prediction": "Charles , Prince of Wales", "binary_answer": null, "no_answer_prob": -4.802793741226196}
{"example_id": 662238231513258472, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9027936160564423}
{"example_id": -6004071283045291202, "prediction": "The Dust Bowl , also known as the Dirty Thirties , was a period of severe dust storms", "binary_answer": null, "no_answer_prob": -0.2808688282966614}
{"example_id": -8551594458426194496, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9860228300094604}
{"example_id": -992690907827621904, "prediction": "Snowball", "binary_answer": null, "no_answer_prob": 2.9554477632045746}
{"example_id": 4485984008304675403, "prediction": "Kill Bill : Volume 1", "binary_answer": null, "no_answer_prob": 0.813571959733963}
{"example_id": -2951492518232842749, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7919487953186035}
{"example_id": 392268075972517294, "prediction": "Gael Garc\u00eda Bernal", "binary_answer": null, "no_answer_prob": 0.06553274393081665}
{"example_id": -6476981481088322960, "prediction": "Captain America : Civil War", "binary_answer": null, "no_answer_prob": 0.7915194034576416}
{"example_id": -6090822662525553298, "prediction": "Smokin '", "binary_answer": null, "no_answer_prob": 2.87649267911911}
{"example_id": -2595452329955511136, "prediction": "November 14 , 2004", "binary_answer": null, "no_answer_prob": -3.1078869104385376}
{"example_id": 5940843290081069608, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -3.491768956184387}
{"example_id": -8242550269661005952, "prediction": "`` Heart of Gold '' is a song by Canadian singer - songwriter Neil Young", "binary_answer": null, "no_answer_prob": 2.242530010640621}
{"example_id": 6486915894706587241, "prediction": "The expression reflects a theatrical superstition in which wishing a person `` good luck '' is considered bad luck", "binary_answer": null, "no_answer_prob": -2.306098222732544}
{"example_id": -7837378854087655011, "prediction": "The State Fair of West Virginia", "binary_answer": null, "no_answer_prob": 1.631348554044962}
{"example_id": -5365052365311490093, "prediction": "The Revised Second Edition", "binary_answer": null, "no_answer_prob": -2.2724709510803223}
{"example_id": 5380952938961992307, "prediction": "Charlie Rich", "binary_answer": null, "no_answer_prob": 1.330758661031723}
{"example_id": 5664737848797911697, "prediction": "Gregory Peck", "binary_answer": null, "no_answer_prob": 0.5737694501876831}
{"example_id": -222125100030723097, "prediction": "", "binary_answer": null, "no_answer_prob": 3.445367753505707}
{"example_id": -8671976761442271638, "prediction": "Navigational instruments", "binary_answer": null, "no_answer_prob": -2.3644607067108154}
{"example_id": 822162100418182714, "prediction": "Molasses , or black treacle", "binary_answer": null, "no_answer_prob": 0.793022632598877}
{"example_id": 4244476224341486877, "prediction": "Cameron Kennedy", "binary_answer": null, "no_answer_prob": -2.9364757537841797}
{"example_id": 645017412166141476, "prediction": "Dennis Keith Rodman", "binary_answer": null, "no_answer_prob": -3.4794842004776}
{"example_id": 924513481068797640, "prediction": "`` The Final Countdown '' is a song by Swedish rock band Europe", "binary_answer": null, "no_answer_prob": -0.004486143589019775}
{"example_id": -595797937674682584, "prediction": "With this heritage , Panama has a rich and diverse music history , and important contributions to cumbia", "binary_answer": null, "no_answer_prob": 0.13879311084747314}
{"example_id": 2157780501938755330, "prediction": "", "binary_answer": null, "no_answer_prob": -0.23808270692825317}
{"example_id": -4898855131470263870, "prediction": "The Sorcerer 's Apprentice", "binary_answer": null, "no_answer_prob": -3.3177534341812134}
{"example_id": 1470700468285560568, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5575724840164185}
{"example_id": 6475401099389734193, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2712731957435608}
{"example_id": -6077328567886966109, "prediction": "", "binary_answer": null, "no_answer_prob": 4.279037177562714}
{"example_id": -7350656244212511955, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8858169764280319}
{"example_id": -3864175799337963302, "prediction": "Super Bowl XXXVI", "binary_answer": null, "no_answer_prob": -2.9341028034687042}
{"example_id": 8609538407494301548, "prediction": "`` Love Yourself ''", "binary_answer": null, "no_answer_prob": -0.6574269533157349}
{"example_id": 4096941901644192637, "prediction": "Seth MacFarlane", "binary_answer": null, "no_answer_prob": -2.8138824701309204}
{"example_id": -2094204428060165234, "prediction": "", "binary_answer": null, "no_answer_prob": -3.3233166933059692}
{"example_id": 5366437297427540229, "prediction": "Detroit Lakes is a city in the State of Minnesota and the county seat of Becker County . The population was 8,569", "binary_answer": null, "no_answer_prob": 1.3628515005111694}
{"example_id": 5516731406225529709, "prediction": "provide banking services to cater to the needs of agricultural and industrial enterprises . It may also perform all other functions of a thrift bank .", "binary_answer": null, "no_answer_prob": 0.24642685055732727}
{"example_id": 7757474138948283467, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9353711158037186}
{"example_id": 2183867342295691736, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Higher - order thinking", "binary_answer": null, "no_answer_prob": 3.6323271989822388}
{"example_id": 236109544723933272, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7491020560264587}
{"example_id": 7045918283731371910, "prediction": "MetLife Stadium", "binary_answer": null, "no_answer_prob": -4.554140463471413}
{"example_id": 1133265670683319032, "prediction": "", "binary_answer": null, "no_answer_prob": -4.9008437395095825}
{"example_id": 6662880646773298074, "prediction": "Barack Obama", "binary_answer": null, "no_answer_prob": -4.306212306022644}
{"example_id": 5099456466240119841, "prediction": "`` Bust Your Windows '' ( 2008 )", "binary_answer": null, "no_answer_prob": 3.9091156125068665}
{"example_id": 8932123726840701389, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -1.1845546960830688}
{"example_id": 3855108118864097249, "prediction": "1,499 feet ( 457 m )", "binary_answer": null, "no_answer_prob": -4.322178959846497}
{"example_id": -3173061071142355793, "prediction": "the transition to full and free democracy in South Africa", "binary_answer": null, "no_answer_prob": -3.2806053161621094}
{"example_id": -7945622343250051736, "prediction": "The fate of the castaways is never resolved , as the series was unexpectedly canceled at the end of season 3 .", "binary_answer": null, "no_answer_prob": 0.918968915939331}
{"example_id": 6665054037218154779, "prediction": "", "binary_answer": null, "no_answer_prob": 4.097025632858276}
{"example_id": 5111945099118929011, "prediction": "Nicola Anne Peltz", "binary_answer": null, "no_answer_prob": -1.0592103004455566}
{"example_id": -9151171853208659521, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0755666494369507}
{"example_id": 1362492049221427037, "prediction": "", "binary_answer": null, "no_answer_prob": 3.847865402698517}
{"example_id": -4074671075177564365, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8462886214256287}
{"example_id": 7333960872459317725, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.9163456559181213}
{"example_id": 5733372520430978736, "prediction": "Pierson Dane Fod\u00e9", "binary_answer": null, "no_answer_prob": -1.5964137315750122}
{"example_id": -6862217004154141787, "prediction": "The Appalachian National Scenic Trail", "binary_answer": null, "no_answer_prob": 2.1192809343338013}
{"example_id": 2346533086775183774, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7609370350837708}
{"example_id": -2070180081117246483, "prediction": "Sakoku", "binary_answer": null, "no_answer_prob": -1.2119015455245972}
{"example_id": -602956516620451819, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1166960820555687}
{"example_id": -8621003764289421426, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2244073152542114}
{"example_id": -4695656205875029040, "prediction": "`` You 'll Never Walk Alone '' is a show tune from the 1945 Rodgers and Hammerstein musical Carousel", "binary_answer": null, "no_answer_prob": -1.440352439880371}
{"example_id": -1206297474119080969, "prediction": "Peter G. Angelos", "binary_answer": null, "no_answer_prob": -2.5291545391082764}
{"example_id": 539660331977371732, "prediction": "The chickpea or chick pea", "binary_answer": null, "no_answer_prob": 1.3935908675193787}
{"example_id": -7471278279831659485, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7888753414154053}
{"example_id": 8563561909578101841, "prediction": "The Anglo - Saxon settlement of Britain", "binary_answer": null, "no_answer_prob": 1.0819950103759766}
{"example_id": -1548301374978574828, "prediction": "Rebecca Sara `` Becki '' Newton", "binary_answer": null, "no_answer_prob": 2.890445291996002}
{"example_id": -5071654247570504425, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5919313430786133}
{"example_id": -8391511498552059953, "prediction": "C'est la lutte finale / Groupons - nous et demain / L'Internationale / Sera le genre humain", "binary_answer": null, "no_answer_prob": 1.9574833512306213}
{"example_id": -3405590684930049128, "prediction": "U.S. Immigration and Customs Enforcement ( ICE )", "binary_answer": null, "no_answer_prob": 0.4984588623046875}
{"example_id": 2625664724283116392, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1091291308403015}
{"example_id": -8377555240087691312, "prediction": "", "binary_answer": null, "no_answer_prob": 2.68856955319643}
{"example_id": -2358179628054207197, "prediction": "15 April 2017", "binary_answer": null, "no_answer_prob": -1.1896060705184937}
{"example_id": 4993970958222332001, "prediction": "Atat\u00fcrk 's Reforms", "binary_answer": null, "no_answer_prob": -4.024919629096985}
{"example_id": 5607773040906261100, "prediction": "Burns Cameron", "binary_answer": null, "no_answer_prob": -5.265679717063904}
{"example_id": 2777127352515362821, "prediction": "The Scutum", "binary_answer": null, "no_answer_prob": 2.0536590218544006}
{"example_id": -1265869086580830715, "prediction": "Texas oil boom", "binary_answer": null, "no_answer_prob": -0.6588962078094482}
{"example_id": -3884067919475162119, "prediction": "John Forbes Kerry", "binary_answer": null, "no_answer_prob": -3.266009211540222}
{"example_id": -3560502434579868199, "prediction": "", "binary_answer": null, "no_answer_prob": 3.939189374446869}
{"example_id": 2242543679901988889, "prediction": "United States of America , and were no longer part of the British Empire", "binary_answer": null, "no_answer_prob": -0.5657814741134644}
{"example_id": 4469008859543926185, "prediction": "Lady Rose Aldridge", "binary_answer": null, "no_answer_prob": -0.1349029541015625}
{"example_id": 1093277294874038598, "prediction": "Scott Wilk", "binary_answer": null, "no_answer_prob": -4.179266095161438}
{"example_id": 1225367555616175521, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0999122858047485}
{"example_id": -3825926640179656182, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4114232063293457}
{"example_id": -5655155258484186130, "prediction": "`` Flight '' is the twenty - fourth and final episode of the eighth season of the American television medical drama Grey 's Anatomy", "binary_answer": null, "no_answer_prob": 4.9560787081718445}
{"example_id": -976217593377833894, "prediction": "glow in brilliant orange and red when illuminated by the rising or setting sun", "binary_answer": null, "no_answer_prob": -0.6122457385063171}
{"example_id": -1365490014946172719, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7417472004890442}
{"example_id": -4580992551514844696, "prediction": "", "binary_answer": null, "no_answer_prob": 3.825053095817566}
{"example_id": 8787686228320515961, "prediction": "Easter", "binary_answer": null, "no_answer_prob": 1.9200600385665894}
{"example_id": -2779082665041203393, "prediction": "", "binary_answer": null, "no_answer_prob": 4.902342796325684}
{"example_id": 8192193341179519344, "prediction": "", "binary_answer": null, "no_answer_prob": 2.36860328912735}
{"example_id": -4785701522801361688, "prediction": "", "binary_answer": null, "no_answer_prob": 3.09604549407959}
{"example_id": 102289702702562386, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.427493929862976}
{"example_id": -258662681176178016, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5723029375076294}
{"example_id": -7275405644550143927, "prediction": "Louis Prima in the original film and by Christopher Walken", "binary_answer": null, "no_answer_prob": -7.0987807512283325}
{"example_id": 5656553803876103959, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9767544269561768}
{"example_id": 2235316963468602045, "prediction": "", "binary_answer": null, "no_answer_prob": 2.062030792236328}
{"example_id": -3895358293537254843, "prediction": "Voulez - vous coucher avec moi ( ce soir ) ?", "binary_answer": null, "no_answer_prob": 0.17514920234680176}
{"example_id": 6176970235564446853, "prediction": "David Reed Bromstad", "binary_answer": null, "no_answer_prob": -5.684221625328064}
{"example_id": -7923882948127876883, "prediction": "Assistant sub-inspector", "binary_answer": null, "no_answer_prob": -7.275780081748962}
{"example_id": -652624077004600493, "prediction": "", "binary_answer": null, "no_answer_prob": 3.879169464111328}
{"example_id": -2206083377077463872, "prediction": "", "binary_answer": null, "no_answer_prob": 2.702313981950283}
{"example_id": 5016432624312247657, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2837204933166504}
{"example_id": 3036072595999208897, "prediction": "Penguin Random House", "binary_answer": null, "no_answer_prob": 0.6012784242630005}
{"example_id": -1241789659085435920, "prediction": "implantation", "binary_answer": null, "no_answer_prob": -0.743280291557312}
{"example_id": 2971677203035782488, "prediction": "The Gospel According to Blake Carrington ''", "binary_answer": null, "no_answer_prob": -2.271779775619507}
{"example_id": -6378789321264982055, "prediction": "", "binary_answer": null, "no_answer_prob": -0.02626664936542511}
{"example_id": 3658847669702107248, "prediction": "", "binary_answer": null, "no_answer_prob": -0.31473487615585327}
{"example_id": 852001739612664450, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0212563872337341}
{"example_id": -2106857068228556987, "prediction": "", "binary_answer": null, "no_answer_prob": 4.213361620903015}
{"example_id": 2655011566970822299, "prediction": "The United States Constitution", "binary_answer": null, "no_answer_prob": -2.508705258369446}
{"example_id": 7683050486467741935, "prediction": "", "binary_answer": null, "no_answer_prob": 2.035748600959778}
{"example_id": -5158391112879684887, "prediction": "", "binary_answer": null, "no_answer_prob": 0.24355212971568108}
{"example_id": 6938879918012777101, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1590157747268677}
{"example_id": 8981927950317176383, "prediction": "Missouri River Mississippi River", "binary_answer": null, "no_answer_prob": -0.004993915557861328}
{"example_id": -482511998893007351, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9041518718004227}
{"example_id": -6681703664706904328, "prediction": "Wayne Mark Rooney", "binary_answer": null, "no_answer_prob": 0.6484233886003494}
{"example_id": 779420432171860520, "prediction": "An Astrologer 's Day", "binary_answer": null, "no_answer_prob": 4.246428608894348}
{"example_id": -3588380646632343158, "prediction": "Martin Van Buren", "binary_answer": null, "no_answer_prob": -8.553694725036621}
{"example_id": -5817661509064829592, "prediction": "David Frizzell", "binary_answer": null, "no_answer_prob": 0.1337265968322754}
{"example_id": 2567160397377244141, "prediction": "`` Nine in the Afternoon", "binary_answer": null, "no_answer_prob": 0.07034969329833984}
{"example_id": -7591815569448953540, "prediction": "connective , muscle , nervous , and epithelial", "binary_answer": null, "no_answer_prob": 0.671248197555542}
{"example_id": -7453060164416478197, "prediction": "", "binary_answer": null, "no_answer_prob": 2.88230299949646}
{"example_id": 3153562046052165539, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6591555401682854}
{"example_id": 7769420646768824672, "prediction": "Tom Coyne", "binary_answer": null, "no_answer_prob": -2.8628551959991455}
{"example_id": 5284736299669109437, "prediction": "voting slavery up or down , resulting in Bleeding Kansas .", "binary_answer": null, "no_answer_prob": 1.134421944618225}
{"example_id": 1368006297666882407, "prediction": "Sun path", "binary_answer": null, "no_answer_prob": -0.2181757688522339}
{"example_id": 4281722509927744807, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9572729393839836}
{"example_id": -5176829151729688172, "prediction": "March 6 , 2018 7.94 7.77 2017 -- 18", "binary_answer": null, "no_answer_prob": -0.30975866317749023}
{"example_id": -7381172007808126114, "prediction": "D.G. Yuengling & Son", "binary_answer": null, "no_answer_prob": -2.880958318710327}
{"example_id": -2637162600817283425, "prediction": "Muslim life , prayer , concern for the needy , self - purification , and the pilgrimage , if one is able .", "binary_answer": null, "no_answer_prob": -0.457927942276001}
{"example_id": 3316541297576713659, "prediction": "`` Best Day of My Life '' is a song by American indie rock band American Authors", "binary_answer": null, "no_answer_prob": -0.13048982620239258}
{"example_id": -3777299648097192536, "prediction": "Bloom", "binary_answer": null, "no_answer_prob": -0.5222364664077759}
{"example_id": -4047293089064133160, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0280336141586304}
{"example_id": -1953038377290516285, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5132312774658203}
{"example_id": -6103669093953061571, "prediction": "10,000 BC", "binary_answer": null, "no_answer_prob": -3.296012282371521}
{"example_id": -8236794253135480455, "prediction": "", "binary_answer": null, "no_answer_prob": 3.86177521944046}
{"example_id": -2826009502804797858, "prediction": "Both during and after his presidential terms and continuing today , there has been much criticism of Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": 2.1367749869823456}
{"example_id": 7687345657196679, "prediction": "", "binary_answer": null, "no_answer_prob": 4.063540101051331}
{"example_id": 8056744003796495890, "prediction": "`` Free Fall", "binary_answer": null, "no_answer_prob": -0.2511364221572876}
{"example_id": 5495030370388177097, "prediction": "", "binary_answer": null, "no_answer_prob": 2.723422586917877}
{"example_id": 2201445608240998715, "prediction": "", "binary_answer": null, "no_answer_prob": 4.351577520370483}
{"example_id": 7308586225061874249, "prediction": "illicit drug offences", "binary_answer": null, "no_answer_prob": -2.3655598163604736}
{"example_id": 1831078774828813945, "prediction": "", "binary_answer": null, "no_answer_prob": 4.42657333612442}
{"example_id": -7996692217961740747, "prediction": "", "binary_answer": null, "no_answer_prob": -0.10762721300125122}
{"example_id": -4950316745090894056, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9097430892288685}
{"example_id": -7461600424446973077, "prediction": "Cosimo de ' Medici , led by Marsilio Ficino and supported by Medici until death of Lorenzo Medici", "binary_answer": null, "no_answer_prob": 0.21863669157028198}
{"example_id": -4449088655251228590, "prediction": "The Patient Protection and Affordable Care Act", "binary_answer": null, "no_answer_prob": 1.8140816688537598}
{"example_id": -3585018865374602275, "prediction": "", "binary_answer": null, "no_answer_prob": 2.588184177875519}
{"example_id": -8984758864140179005, "prediction": "Emma Gwynedd Mary Chambers", "binary_answer": null, "no_answer_prob": -3.759849786758423}
{"example_id": 3647086633313193571, "prediction": "", "binary_answer": null, "no_answer_prob": 4.183355301618576}
{"example_id": 337668016004196187, "prediction": "", "binary_answer": null, "no_answer_prob": 2.099148392677307}
{"example_id": 5499971443898442947, "prediction": "Plasmodium", "binary_answer": null, "no_answer_prob": 2.212982177734375}
{"example_id": -778893039382126607, "prediction": "", "binary_answer": null, "no_answer_prob": -0.48079824447631836}
{"example_id": 205265184254883546, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6409419775009155}
{"example_id": 1168611404834933720, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4385942220687866}
{"example_id": 4993232957540670980, "prediction": "2020", "binary_answer": null, "no_answer_prob": 1.9754649344831705}
{"example_id": 4188027573805406835, "prediction": "`` You Are the Sunshine of My Life '' is a 1973 single released by Stevie Wonder", "binary_answer": null, "no_answer_prob": 1.166828215122223}
{"example_id": -5801031347333670348, "prediction": "The New Adventures of Kimba The White Lion", "binary_answer": null, "no_answer_prob": 0.6814159154891968}
{"example_id": 8190425404870295487, "prediction": "Buffalo", "binary_answer": null, "no_answer_prob": 1.5269215404987335}
{"example_id": -7014961785758687841, "prediction": "`` By the Time I Get to Phoenix", "binary_answer": null, "no_answer_prob": 1.4050236344337463}
{"example_id": -3423789713878917533, "prediction": "`` Against All Odds", "binary_answer": null, "no_answer_prob": 1.0906816460192204}
{"example_id": 5418098197042665154, "prediction": "", "binary_answer": null, "no_answer_prob": -2.390168786048889}
{"example_id": 9172151774766907507, "prediction": "around $150,000", "binary_answer": null, "no_answer_prob": -0.2242417335510254}
{"example_id": 7751068844705814585, "prediction": "`` Nice to Be With You", "binary_answer": null, "no_answer_prob": 1.672315001487732}
{"example_id": 8980074913026469213, "prediction": "Steve McQueen", "binary_answer": null, "no_answer_prob": 0.8329101800918579}
{"example_id": 4836530820433759526, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1557517051696777}
{"example_id": 869341782541486367, "prediction": "", "binary_answer": null, "no_answer_prob": 4.145341277122498}
{"example_id": 1057142423050598813, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7176634073257446}
{"example_id": -5476360120504947284, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3692652881145477}
{"example_id": 7663249850428789907, "prediction": "Claudia Finnerty", "binary_answer": null, "no_answer_prob": -0.29975855350494385}
{"example_id": -6225204338014877069, "prediction": "Prague , Czech Republic", "binary_answer": null, "no_answer_prob": 0.14282679557800293}
{"example_id": 5965447391112455356, "prediction": "Sophie Turner", "binary_answer": null, "no_answer_prob": 1.033825159072876}
{"example_id": 952823698977964583, "prediction": "At a modern - day nursing home , an elderly man , Duke , reads a romantic story from his notebook to a fellow patient .", "binary_answer": null, "no_answer_prob": 1.5728589296340942}
{"example_id": 5321789135429122643, "prediction": "hide United States Largest Private Employers ( as of 2016 ) Rank Employer Global number of Employees Walmart", "binary_answer": null, "no_answer_prob": -0.6967569589614868}
{"example_id": -5204914332748978782, "prediction": "erythremia", "binary_answer": null, "no_answer_prob": 0.08664441108703613}
{"example_id": -5248515246438650449, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6340189576148987}
{"example_id": 2842746529931341412, "prediction": "Jason Edward Mewes", "binary_answer": null, "no_answer_prob": -9.53100323677063}
{"example_id": -1194930008272079933, "prediction": "Taylor Michel Momsen", "binary_answer": null, "no_answer_prob": -8.189578175544739}
{"example_id": -2210149781296234046, "prediction": "Frederick Herzberg", "binary_answer": null, "no_answer_prob": -0.8696860074996948}
{"example_id": 6410967417492674229, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5288190841674805}
{"example_id": -6237931274743865279, "prediction": "", "binary_answer": null, "no_answer_prob": 6.67144900560379}
{"example_id": -6331825608100129065, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5739375948905945}
{"example_id": 6144540135105218781, "prediction": "", "binary_answer": null, "no_answer_prob": 4.154609262943268}
{"example_id": -7640622037421716446, "prediction": "Los Angeles", "binary_answer": null, "no_answer_prob": -0.7733974456787109}
{"example_id": -1089141579981071177, "prediction": "September 30 , 2017", "binary_answer": null, "no_answer_prob": 0.1680908203125}
{"example_id": -7936409397553471686, "prediction": "", "binary_answer": null, "no_answer_prob": 5.39254492521286}
{"example_id": 1368063860101804235, "prediction": "`` All of the Lights ''", "binary_answer": null, "no_answer_prob": -3.105303406715393}
{"example_id": -1788552224102144217, "prediction": "`` December , 1963 ( Oh , What a Night ) '' is a song by the Four Seasons", "binary_answer": null, "no_answer_prob": 0.28926658630371094}
{"example_id": 1672713567568753995, "prediction": "Elisha Nelson Manning", "binary_answer": null, "no_answer_prob": 0.038374777883291245}
{"example_id": -5090417403947253758, "prediction": "a point of view and the square is equated to a sheet of paper there to be used to access menus", "binary_answer": null, "no_answer_prob": 2.0813167691230774}
{"example_id": -2624661334757581993, "prediction": "The Paris Peace Accords", "binary_answer": null, "no_answer_prob": 2.5880705416202545}
{"example_id": 3962652752183366973, "prediction": "The tenth season of the American sitcom The Big Bang Theory premiered on CBS Monday , September 19 , 2016", "binary_answer": null, "no_answer_prob": -2.116291880607605}
{"example_id": 3220397364681426100, "prediction": "The story depicts the effect of understimulation", "binary_answer": null, "no_answer_prob": 3.733983039855957}
{"example_id": 5017861249486235789, "prediction": "The United States women 's national soccer team", "binary_answer": null, "no_answer_prob": -0.7101784199476242}
{"example_id": 6842134809914363415, "prediction": "The role of the United States in the Vietnam War began after World War II and escalated into full commitment during the Vietnam War", "binary_answer": null, "no_answer_prob": 1.4511829018592834}
{"example_id": 3749394332280061531, "prediction": "28 March 2017", "binary_answer": null, "no_answer_prob": 1.017188437283039}
{"example_id": -2531542266227001475, "prediction": "The Red River War was a military campaign launched by the United States Army", "binary_answer": null, "no_answer_prob": 0.2402869462966919}
{"example_id": 2314832084165094217, "prediction": "The Colony of New Zealand", "binary_answer": null, "no_answer_prob": -0.8965756893157959}
{"example_id": -606293380711529770, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7702006101608276}
{"example_id": -5562398787614534962, "prediction": "", "binary_answer": null, "no_answer_prob": -2.952052116394043}
{"example_id": -4361831660956885896, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3626712262630463}
{"example_id": -6533471219865480346, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4113132953643799}
{"example_id": -8639061933881602044, "prediction": "December 6 , 1865", "binary_answer": null, "no_answer_prob": -0.804218053817749}
{"example_id": -6358556525223313040, "prediction": "Blind Thomas Jefferson Airplane ( for blues pioneer Blind Lemon Jefferson", "binary_answer": null, "no_answer_prob": -2.030367851257324}
{"example_id": 2684395157812091298, "prediction": "`` Mickey '' is a 1981 song recorded by American singer and choreographer Toni Basil", "binary_answer": null, "no_answer_prob": 3.501538038253784}
{"example_id": 5471476600672282563, "prediction": "The Forest Rangers , in which it was sung by Dick Thomas .", "binary_answer": null, "no_answer_prob": 2.6090677976608276}
{"example_id": -9214036707952323578, "prediction": "", "binary_answer": null, "no_answer_prob": 4.290193021297455}
{"example_id": -7908423204462836045, "prediction": "`` Life on the Fast Lane '' , also known as `` Jacques to Be Wild ''", "binary_answer": null, "no_answer_prob": 2.7167205810546875}
{"example_id": 5999602363334169462, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0807039737701416}
{"example_id": 8261809744727992023, "prediction": "85 mph ( 140 km / h )", "binary_answer": null, "no_answer_prob": 0.28562986850738525}
{"example_id": -2737130974802555764, "prediction": "neuron", "binary_answer": null, "no_answer_prob": 1.9373125224374235}
{"example_id": 3341527347132877456, "prediction": "4 : 17", "binary_answer": null, "no_answer_prob": -0.8821284770965576}
{"example_id": 8405425108614539699, "prediction": "Rupert Holmes", "binary_answer": null, "no_answer_prob": -2.523369073867798}
{"example_id": -6393639164693594821, "prediction": "Outfielder Ty Cobb", "binary_answer": null, "no_answer_prob": -0.4908599853515625}
{"example_id": 3675322691680408261, "prediction": "", "binary_answer": null, "no_answer_prob": -0.45710957050323486}
{"example_id": -5412730761630805376, "prediction": "El Paso", "binary_answer": null, "no_answer_prob": -0.43223249912261963}
{"example_id": -4466562938686689840, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1207741163671017}
{"example_id": 3854590860731408453, "prediction": "French and Indian War Part of the Seven Years ' War The war theater Date 1754 -- 1763 Location North America Result British", "binary_answer": null, "no_answer_prob": 0.13093292713165283}
{"example_id": 4067802048522355137, "prediction": "Malchus", "binary_answer": null, "no_answer_prob": -1.1248561143875122}
{"example_id": 4508184783462146567, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9130571484565735}
{"example_id": -3144411384716132018, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9435725808143616}
{"example_id": 7882377647132382238, "prediction": "Clemson Tigers", "binary_answer": null, "no_answer_prob": -2.263226807117462}
{"example_id": -2394552487154524021, "prediction": "`` The Stranger", "binary_answer": null, "no_answer_prob": 2.9585328102111816}
{"example_id": -2076336102858163858, "prediction": "", "binary_answer": null, "no_answer_prob": 3.364073872566223}
{"example_id": -8381797017299351291, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2968452870845795}
{"example_id": -3573827410614527079, "prediction": "Actor Character Seasons 5 6 Naveen Andrews", "binary_answer": null, "no_answer_prob": 3.885223865509033}
{"example_id": 3510394228186715123, "prediction": "", "binary_answer": null, "no_answer_prob": 2.580349385738373}
{"example_id": -3557268865091350602, "prediction": "21 April 2017", "binary_answer": null, "no_answer_prob": -0.5615328550338745}
{"example_id": 3385484593962180700, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.559143781661987}
{"example_id": -6521927332163148573, "prediction": "Too Close to Home", "binary_answer": null, "no_answer_prob": 1.941518485546112}
{"example_id": -6754290972969208115, "prediction": "$5.00 ( cash or FasTrak ) , $2.50 ( carpools during peak hours , FasTrak only )", "binary_answer": null, "no_answer_prob": -1.27961003780365}
{"example_id": 3485568210525314557, "prediction": "Season two", "binary_answer": null, "no_answer_prob": 2.295634925365448}
{"example_id": 439985319949089506, "prediction": "A special election for the United States Senate in Alabama is scheduled for December 12 , 2017", "binary_answer": null, "no_answer_prob": -2.459736466407776}
{"example_id": 9212297869559207709, "prediction": "", "binary_answer": null, "no_answer_prob": 2.362159341573715}
{"example_id": 4563093122974025992, "prediction": "The Golden Rule", "binary_answer": null, "no_answer_prob": 2.8471945226192474}
{"example_id": -6286972300938607713, "prediction": "Ancient Egypt", "binary_answer": null, "no_answer_prob": 3.35907781124115}
{"example_id": 7094353521557135535, "prediction": "71.5 years", "binary_answer": null, "no_answer_prob": -1.3836000561714172}
{"example_id": 5129790518723369064, "prediction": "Ken Thompson , Dennis Ritchie , Doug McIlroy , and Joe Ossanna", "binary_answer": null, "no_answer_prob": -3.115931510925293}
{"example_id": -3805789627544155784, "prediction": "The Immortals of Meluha , The Secret of the Nagas and The Oath of the Vayuputras", "binary_answer": null, "no_answer_prob": -0.2205643653869629}
{"example_id": -3277425061797905582, "prediction": "", "binary_answer": null, "no_answer_prob": 4.208660960197449}
{"example_id": 8187723144970487637, "prediction": "Intermolecular forces ( IMFs )", "binary_answer": null, "no_answer_prob": 1.2044895589351654}
{"example_id": 9190891431095873447, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8929319977760315}
{"example_id": -1546974166668352836, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0880956649780273}
{"example_id": 6435000330564679320, "prediction": "An electronic signature , or e-signature , refers to data in electronic form , which is logically associated with other data in electronic form", "binary_answer": null, "no_answer_prob": -0.7756109237670898}
{"example_id": 8112058911179320849, "prediction": "", "binary_answer": null, "no_answer_prob": 2.002737879753113}
{"example_id": 476368974337766528, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1695306897163391}
{"example_id": 8568799489587943106, "prediction": "Mohammad bin Salman", "binary_answer": null, "no_answer_prob": -5.994127631187439}
{"example_id": -1096801418238104077, "prediction": "", "binary_answer": null, "no_answer_prob": 0.858238086104393}
{"example_id": -5971205613587609341, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3153137117624283}
{"example_id": 5050934905017493363, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Security Log", "binary_answer": null, "no_answer_prob": 2.805260121822357}
{"example_id": 6534586380632700913, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7603138089179993}
{"example_id": -3232415045124682326, "prediction": "The Rock and Roll Hall of Fame", "binary_answer": null, "no_answer_prob": 3.2110781967639923}
{"example_id": -578247977613020425, "prediction": "", "binary_answer": null, "no_answer_prob": -0.3641577959060669}
{"example_id": 7551085171198159400, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7854850888252258}
{"example_id": -6432845632246153563, "prediction": "Chandler Massey", "binary_answer": null, "no_answer_prob": -5.195783257484436}
{"example_id": 3000918483349810310, "prediction": "The Major League Baseball ( MLB ) season schedule consists of 162", "binary_answer": null, "no_answer_prob": 1.6048113107681274}
{"example_id": 3165390421169765070, "prediction": "Ledger", "binary_answer": null, "no_answer_prob": 1.6144216656684875}
{"example_id": -7953791141227958663, "prediction": "An R&B ballad , it was the fifth track from their 1974 album , Let 's Put It All Together", "binary_answer": null, "no_answer_prob": 5.652146086096764}
{"example_id": 31111735340332114, "prediction": "Cardiovascular disease", "binary_answer": null, "no_answer_prob": 1.63718181848526}
{"example_id": 1748966621652280114, "prediction": "", "binary_answer": null, "no_answer_prob": 3.677164614200592}
{"example_id": 2821632668190767125, "prediction": "", "binary_answer": null, "no_answer_prob": 2.411616265773773}
{"example_id": -5584344391127959911, "prediction": "humiliation by admitting having been proven wrong after taking a strong position", "binary_answer": null, "no_answer_prob": -0.7658435702323914}
{"example_id": -75085516687646640, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6712055057287216}
{"example_id": 8134198982106642115, "prediction": "Blake Griffin", "binary_answer": null, "no_answer_prob": -0.035707831382751465}
{"example_id": -4520214802906419520, "prediction": "1994", "binary_answer": null, "no_answer_prob": -2.151399612426758}
{"example_id": -4375882542141446572, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The trophic level", "binary_answer": null, "no_answer_prob": 3.2446192502975464}
{"example_id": -4940294632163394566, "prediction": "Arnold Rothstein", "binary_answer": null, "no_answer_prob": 0.33056211471557617}
{"example_id": -7449157003522518870, "prediction": "Haf\u00fe\u00f3r J\u00fal\u00edus `` Thor '' Bj\u00f6rnsson", "binary_answer": null, "no_answer_prob": 0.29989054799079895}
{"example_id": 1059762400340964817, "prediction": "", "binary_answer": null, "no_answer_prob": 3.115861490368843}
{"example_id": 288113418088199442, "prediction": "`` To Love Somebody ''", "binary_answer": null, "no_answer_prob": 2.3344551473855972}
{"example_id": 3892348902258926047, "prediction": "September 8 , 2015", "binary_answer": null, "no_answer_prob": 2.038770228624344}
{"example_id": 2706772051202747690, "prediction": "The term flip - flop", "binary_answer": null, "no_answer_prob": -2.488530993461609}
{"example_id": -5114736863137749386, "prediction": "Supervised learning", "binary_answer": null, "no_answer_prob": 1.1896981559693813}
{"example_id": -4670358332103076641, "prediction": "Australia", "binary_answer": null, "no_answer_prob": 0.2632632851600647}
{"example_id": -4774225344061059043, "prediction": "Supertramp 's 1977 album Even in the Quietest Moments", "binary_answer": null, "no_answer_prob": -1.819923758506775}
{"example_id": 170555378822280714, "prediction": "", "binary_answer": null, "no_answer_prob": 3.337317645549774}
{"example_id": 5940934798349921091, "prediction": "Principal photography took place from October 2015 to March 2016 in Hawaii and various locations around Vietnam", "binary_answer": null, "no_answer_prob": -6.294799089431763}
{"example_id": -4824735023488815877, "prediction": "The Cascades", "binary_answer": null, "no_answer_prob": -2.2537920475006104}
{"example_id": -1432339570613043528, "prediction": "", "binary_answer": null, "no_answer_prob": 3.805548310279846}
{"example_id": 4665710363362264125, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9147602319717407}
{"example_id": -8283938157066805616, "prediction": "The crisis of the Roman Republic", "binary_answer": null, "no_answer_prob": -0.7299165725708008}
{"example_id": -7809766348640970398, "prediction": "", "binary_answer": null, "no_answer_prob": 4.530678808689117}
{"example_id": -8196578579339054694, "prediction": "Antilia", "binary_answer": null, "no_answer_prob": 0.57770174741745}
{"example_id": -367175374705920036, "prediction": "", "binary_answer": null, "no_answer_prob": 3.053601562976837}
{"example_id": 4646969282210973805, "prediction": "Robert Keith Horry", "binary_answer": null, "no_answer_prob": -1.2508199512958527}
{"example_id": 6366045689787365015, "prediction": "`` Lean on Me '' is a song written and recorded by African American singer - songwriter Bill Withers", "binary_answer": null, "no_answer_prob": 0.9418513178825378}
{"example_id": -3640793386467213348, "prediction": "Snow White", "binary_answer": null, "no_answer_prob": -0.6930303573608398}
{"example_id": -7128832251820540006, "prediction": "Lime plaster", "binary_answer": null, "no_answer_prob": -0.5149452686309814}
{"example_id": -5501665781979980215, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.0684539675712585}
{"example_id": 6643873311424082064, "prediction": "circumferences of the bust , waist and hips", "binary_answer": null, "no_answer_prob": -3.668193221092224}
{"example_id": -7039501482234267640, "prediction": "Sam Hunt", "binary_answer": null, "no_answer_prob": -3.6807775497436523}
{"example_id": 902623453483547516, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0451271533966064}
{"example_id": -1368099010433675117, "prediction": "After a moment to deliberate , Hilary and David pose a question to the homeowners . They must choose to either Love It", "binary_answer": null, "no_answer_prob": 0.7361577749252319}
{"example_id": 1810540537323127079, "prediction": "The military history of the United States in World War II covers the war against Germany , Italy , Japan and starting with the 7 December 1941", "binary_answer": null, "no_answer_prob": -0.554591953754425}
{"example_id": 1574413334120799215, "prediction": "The Gap Band", "binary_answer": null, "no_answer_prob": -5.245799422264099}
{"example_id": 7127653107617692, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.725094959139824}
{"example_id": 8643312430506346423, "prediction": "Who Threw the Overalls in Mrs. Murphy 's Chowder ?", "binary_answer": null, "no_answer_prob": 2.244137763977051}
{"example_id": 8071139407818088476, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0575252771377563}
{"example_id": 4245459233518232419, "prediction": "", "binary_answer": null, "no_answer_prob": 0.16688048839569092}
{"example_id": -4160107133391472065, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3251519799232483}
{"example_id": 7747039372524617848, "prediction": "", "binary_answer": null, "no_answer_prob": 2.31871497631073}
{"example_id": 6819583678642018788, "prediction": "the Ming dynasty", "binary_answer": null, "no_answer_prob": -3.3152761459350586}
{"example_id": 5748721453273105428, "prediction": "", "binary_answer": null, "no_answer_prob": 4.292812943458557}
{"example_id": -4323484322101686867, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9961658716201782}
{"example_id": 7663793374867451272, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3789549767971039}
{"example_id": 1539174993733851172, "prediction": "In the autumn of 1969 , Diamond performed `` Sweet Caroline '' on several television shows", "binary_answer": null, "no_answer_prob": 3.5452587604522705}
{"example_id": 4929629774274616425, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8764935284852982}
{"example_id": -3254059069545270065, "prediction": "545", "binary_answer": null, "no_answer_prob": 0.7134293913841248}
{"example_id": 2131620894315834940, "prediction": "6", "binary_answer": null, "no_answer_prob": -2.8108479976654053}
{"example_id": -8787310782359437703, "prediction": "Paul Revere", "binary_answer": null, "no_answer_prob": 3.966765284538269}
{"example_id": -5925403387830305751, "prediction": "", "binary_answer": null, "no_answer_prob": 3.236225724220276}
{"example_id": -7593965270505191041, "prediction": "Denmark has existed with its current borders since 1921 . The only terrestrial border of Denmark is that with Germany", "binary_answer": null, "no_answer_prob": -0.6874123811721802}
{"example_id": -6017219146541630098, "prediction": "", "binary_answer": null, "no_answer_prob": 3.463896155357361}
{"example_id": -9113989495529144230, "prediction": "In the history of art , prehistoric art", "binary_answer": null, "no_answer_prob": 0.19511646777391434}
{"example_id": 5769591337214981463, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0631537102162838}
{"example_id": 8827222944741188322, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4135900735855103}
{"example_id": 2870894778989035873, "prediction": "fourteenth season", "binary_answer": null, "no_answer_prob": -0.27065324783325195}
{"example_id": -6462564684636052803, "prediction": "Super Bowl XXXVII", "binary_answer": null, "no_answer_prob": 0.9328704476356506}
{"example_id": 4128986913795188956, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9664658904075623}
{"example_id": -4557134550531583485, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6239370107650757}
{"example_id": 222091346320307366, "prediction": "June 14 , 2002", "binary_answer": null, "no_answer_prob": 0.9504390954971313}
{"example_id": 7535475266314875543, "prediction": "`` Come and Get Your Love '' is a 1974 hit single by the Native American rock band Redbone", "binary_answer": null, "no_answer_prob": 0.804955743253231}
{"example_id": 5091298665587902836, "prediction": "My Name Is Earl is an American sitcom series", "binary_answer": null, "no_answer_prob": -5.7339019775390625}
{"example_id": 2122934944919255071, "prediction": "Making false statements", "binary_answer": null, "no_answer_prob": 1.9172719717025757}
{"example_id": -508964584219648102, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5411592721939087}
{"example_id": 5519894032483792407, "prediction": "Batter Team Age Year HR Reign Record breaker George Hall", "binary_answer": null, "no_answer_prob": 0.34339413046836853}
{"example_id": -7473999455523004424, "prediction": "Charles Peckham Day", "binary_answer": null, "no_answer_prob": -3.785150170326233}
{"example_id": -8471450234614940458, "prediction": "King of the Hill", "binary_answer": null, "no_answer_prob": -0.8767193555831909}
{"example_id": 4912309612213779695, "prediction": "Norman Ernest Borlaug", "binary_answer": null, "no_answer_prob": -0.7595692873001099}
{"example_id": 4325057449583460922, "prediction": "Waylon Jennings", "binary_answer": null, "no_answer_prob": -1.5026884078979492}
{"example_id": -7182780020959931842, "prediction": "Warren Beatty as Clyde Barrow Faye Dunaway", "binary_answer": null, "no_answer_prob": -0.9129154682159424}
{"example_id": 1172537011120389596, "prediction": "", "binary_answer": null, "no_answer_prob": 2.895354963839054}
{"example_id": -5240355935747123550, "prediction": "", "binary_answer": null, "no_answer_prob": 2.823482930660248}
{"example_id": -1167304298658827268, "prediction": "", "binary_answer": null, "no_answer_prob": 4.493576169013977}
{"example_id": 7423675480415732989, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7573026418685913}
{"example_id": -2505837704901751715, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -1.7021957039833069}
{"example_id": -1970797027062941797, "prediction": "anti-language , argot or cant which developed among users of Citizens Band radio ( CB ) , especially truck drivers", "binary_answer": null, "no_answer_prob": -0.789616584777832}
{"example_id": 3462656005643235349, "prediction": "The Rime of the Ancient Mariner relates the experiences of a sailor who has returned from a long sea voyage", "binary_answer": null, "no_answer_prob": 0.88021320104599}
{"example_id": -8080625006577872279, "prediction": "Christian rock band MercyMe", "binary_answer": null, "no_answer_prob": 2.5121770799160004}
{"example_id": -7798268403935418913, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2071949243545532}
{"example_id": 1891801888248847278, "prediction": "The 2017 Las Vegas shooting", "binary_answer": null, "no_answer_prob": -2.16523540019989}
{"example_id": -4059804110975823642, "prediction": "Huntsville", "binary_answer": null, "no_answer_prob": 0.945841372013092}
{"example_id": -3668632471063069032, "prediction": "`` Hot in Herre ''", "binary_answer": null, "no_answer_prob": 1.3845553398132324}
{"example_id": -2574991354955724197, "prediction": "`` Walkin ' Back to Happiness '' is a 1961", "binary_answer": null, "no_answer_prob": -2.349491000175476}
{"example_id": 594703128299619052, "prediction": "Manifest Destiny . No one has yet proven who first used this phrase in print .", "binary_answer": null, "no_answer_prob": 2.0815813541412354}
{"example_id": -2961605878484807861, "prediction": "Traditionally , spirituality", "binary_answer": null, "no_answer_prob": 0.7205985188484192}
{"example_id": -359481135483432276, "prediction": "Hard Rock International", "binary_answer": null, "no_answer_prob": 0.6299551725387573}
{"example_id": -8915930708580912305, "prediction": "The New York and New Jersey campaign", "binary_answer": null, "no_answer_prob": 1.6807145178318024}
{"example_id": -6065403241859545192, "prediction": "Jody Watley", "binary_answer": null, "no_answer_prob": -0.15340375900268555}
{"example_id": -6080455760651479514, "prediction": "present - day Vincennes , Indiana", "binary_answer": null, "no_answer_prob": -3.5137364864349365}
{"example_id": 7464458412851227668, "prediction": "The Pauline epistles", "binary_answer": null, "no_answer_prob": -1.9831247329711914}
{"example_id": -1512665220695000809, "prediction": "`` San Franciscan Nights '' is a 1967 song performed by Eric Burdon and The Animals", "binary_answer": null, "no_answer_prob": 0.9661187529563904}
{"example_id": -5075880105246523421, "prediction": "8 4 January 2018 ( 2018 - 01 - 04 ) 22 February 2018 ( 2018 - 02 - 22 ) 8.34", "binary_answer": null, "no_answer_prob": 4.254735708236694}
{"example_id": -1862102617297217479, "prediction": "Early childhood education", "binary_answer": null, "no_answer_prob": 3.773424744606018}
{"example_id": -5589376280063795615, "prediction": "Places in the Heart", "binary_answer": null, "no_answer_prob": 2.3402175307273865}
{"example_id": -8817357831042426028, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7299020290374756}
{"example_id": -593155168859050257, "prediction": "The Epistle to the Ephesians", "binary_answer": null, "no_answer_prob": 2.3123156279325485}
{"example_id": 7825968315857673266, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8531970381736755}
{"example_id": 6010859862759400711, "prediction": "January 26 , 2003", "binary_answer": null, "no_answer_prob": -0.5946388244628906}
{"example_id": -3318122202395388302, "prediction": "Vikings", "binary_answer": null, "no_answer_prob": 1.4331459999084473}
{"example_id": 503051729979609477, "prediction": "Mike Campbell 2018 -- lead guitar Neil Finn rhythm guitar vocals", "binary_answer": null, "no_answer_prob": -0.10376179218292236}
{"example_id": 7392811288571368135, "prediction": "Clifford Joseph `` Pee Wee '' Trahan", "binary_answer": null, "no_answer_prob": 2.629243493080139}
{"example_id": -6485442332602276482, "prediction": "The 2018 FIFA World Cup", "binary_answer": null, "no_answer_prob": -0.3793933941051364}
{"example_id": -686965618063115361, "prediction": "Scarlet red Olive green", "binary_answer": null, "no_answer_prob": -2.867442011833191}
{"example_id": -4979329048815126060, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5556822419166565}
{"example_id": 301742905313459298, "prediction": "The Bold and the Beautiful , replacing originator Ronn Moss , who departed the series in 2012 after 25 years in the role .", "binary_answer": null, "no_answer_prob": -2.406527042388916}
{"example_id": -1680323273316695952, "prediction": "Howard Leslie Shore OC", "binary_answer": null, "no_answer_prob": 2.11998850107193}
{"example_id": -4691272740912130922, "prediction": "King George V", "binary_answer": null, "no_answer_prob": -3.9657881259918213}
{"example_id": 762282463321800016, "prediction": "", "binary_answer": null, "no_answer_prob": 2.132415473461151}
{"example_id": -5110677473958992001, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5541141629219055}
{"example_id": 3970404258950915059, "prediction": "", "binary_answer": null, "no_answer_prob": 0.35746930539608}
{"example_id": 2442253810601903805, "prediction": "Major campaigns , theaters , and expeditions of the war", "binary_answer": null, "no_answer_prob": -0.9608817100524902}
{"example_id": -6066370770682792765, "prediction": "", "binary_answer": null, "no_answer_prob": -2.4450185298919678}
{"example_id": 499367910851448785, "prediction": "brazilwood ( pau brazil ) extraction ( 16th century ) , which gave the territory its name ; sugar production", "binary_answer": null, "no_answer_prob": -2.936795949935913}
{"example_id": 6023627962206045502, "prediction": "`` Another Saturday Night '' is the title of a 1963 hit single by Sam Cooke", "binary_answer": null, "no_answer_prob": 3.4966847896575928}
{"example_id": 5209903805600354828, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8057761490345}
{"example_id": -7186398287884224295, "prediction": "The Ice King", "binary_answer": null, "no_answer_prob": 1.2058569192886353}
{"example_id": -769734506971070445, "prediction": "Byzantion", "binary_answer": null, "no_answer_prob": -3.1609588861465454}
{"example_id": -6519294323353497867, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8099594861268997}
{"example_id": -1676754121885452941, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4511126279830933}
{"example_id": -3773514298804466890, "prediction": "", "binary_answer": null, "no_answer_prob": -3.046371817588806}
{"example_id": 3571249258802836985, "prediction": "", "binary_answer": null, "no_answer_prob": 0.40708330273628235}
{"example_id": 3885991375112876238, "prediction": "Decimal notation Scientific notation 7000200000000000000 \u2660 2 \u00d7 10 300", "binary_answer": null, "no_answer_prob": 1.7852909564971924}
{"example_id": 7643051087281029898, "prediction": "", "binary_answer": null, "no_answer_prob": 2.809890389442444}
{"example_id": -4757660956084687696, "prediction": "Louise Joy Brown", "binary_answer": null, "no_answer_prob": -3.2649283409118652}
{"example_id": 2950570390763845392, "prediction": "Jodi Marie Marzorati Benson", "binary_answer": null, "no_answer_prob": -6.270177841186523}
{"example_id": 4864957712058502557, "prediction": "Animal Kingdom is an American drama television series", "binary_answer": null, "no_answer_prob": 1.7242156267166138}
{"example_id": -5120299878162155824, "prediction": "Keith Whitley", "binary_answer": null, "no_answer_prob": 1.697280302643776}
{"example_id": 5362196556471297450, "prediction": "Chip and Dale ( also rendered as Chip ' n ' Dale or Chip an ' Dale", "binary_answer": null, "no_answer_prob": -6.3160529136657715}
{"example_id": 2857129857091778354, "prediction": "Sara Canning", "binary_answer": null, "no_answer_prob": -3.2225446701049805}
{"example_id": 8670202352929550227, "prediction": "", "binary_answer": null, "no_answer_prob": 5.872675806283951}
{"example_id": -7837820250946281704, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6221431493759155}
{"example_id": -2820472470958240691, "prediction": "Bring Me the Head of Alfredo Garcia", "binary_answer": null, "no_answer_prob": -0.5951284170150757}
{"example_id": 4435186283977609746, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -1.7529141902923584}
{"example_id": -3614729606216025524, "prediction": "", "binary_answer": null, "no_answer_prob": 2.846610724925995}
{"example_id": 4473212768738028182, "prediction": "agora", "binary_answer": null, "no_answer_prob": -4.057336926460266}
{"example_id": 1865056948180880738, "prediction": "", "binary_answer": null, "no_answer_prob": 3.089265763759613}
{"example_id": -4097303105425806790, "prediction": "Wilbert Robinson", "binary_answer": null, "no_answer_prob": -0.8949148654937744}
{"example_id": -2222721038796504854, "prediction": "", "binary_answer": null, "no_answer_prob": -3.061800956726074}
{"example_id": -2345580553301833619, "prediction": "The Patriots", "binary_answer": null, "no_answer_prob": -2.6384440660476685}
{"example_id": 8370206200732480918, "prediction": "", "binary_answer": null, "no_answer_prob": -2.440546751022339}
{"example_id": 1148665938811409716, "prediction": "", "binary_answer": null, "no_answer_prob": 2.506192445755005}
{"example_id": -2339248357324322528, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6879832446575165}
{"example_id": 991750876240514011, "prediction": "In association football , the referee is the person responsible for enforcing the Laws of the Game during the course of a match", "binary_answer": null, "no_answer_prob": -4.427612483501434}
{"example_id": -7925503285035027851, "prediction": "Wild Adapter", "binary_answer": null, "no_answer_prob": -5.199651718139648}
{"example_id": 1611590716570134882, "prediction": "", "binary_answer": null, "no_answer_prob": 0.0760260820388794}
{"example_id": 5518476522438822676, "prediction": "Badlands National Park", "binary_answer": null, "no_answer_prob": 1.9853267669677734}
{"example_id": -6199728099705080128, "prediction": "Benjamin Harrison", "binary_answer": null, "no_answer_prob": -2.5066134929656982}
{"example_id": -2463174543294861777, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0146528482437134}
{"example_id": -8503813254577463425, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9166003167629242}
{"example_id": -3007091317310168067, "prediction": "", "binary_answer": null, "no_answer_prob": 0.19181811809539795}
{"example_id": 1178178027282460775, "prediction": "Community service", "binary_answer": null, "no_answer_prob": -1.9422497749328613}
{"example_id": 6258202097923410561, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8482214212417603}
{"example_id": -7668142024063791898, "prediction": "The word diocese", "binary_answer": null, "no_answer_prob": -0.05420941114425659}
{"example_id": -5523507175500546991, "prediction": "Bernard Carayon", "binary_answer": null, "no_answer_prob": -5.527021527290344}
{"example_id": 8866726077098499118, "prediction": "Elizabeth Berkley Lauren", "binary_answer": null, "no_answer_prob": -6.920931577682495}
{"example_id": -4789587043198308268, "prediction": "Alvin Kamara", "binary_answer": null, "no_answer_prob": -1.7881484031677246}
{"example_id": 1179838931145668472, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8816112279891968}
{"example_id": 7290498355037148881, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0233603715896606}
{"example_id": -7164800172731340068, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0019309520721436}
{"example_id": -569731302685984630, "prediction": "Words of Old Norse", "binary_answer": null, "no_answer_prob": 2.0804722383618355}
{"example_id": 6738979917457386187, "prediction": "Love is a Dog From Hell", "binary_answer": null, "no_answer_prob": 3.2979477494955063}
{"example_id": -3258501079395029594, "prediction": "`` What a Beautiful Name", "binary_answer": null, "no_answer_prob": -0.9919111728668213}
{"example_id": -4013161620535567137, "prediction": "The hippocampus", "binary_answer": null, "no_answer_prob": -1.5938163995742798}
{"example_id": -3848363643082318040, "prediction": "Dubuque County , Iowa , near Dyersville .", "binary_answer": null, "no_answer_prob": -1.7525861263275146}
{"example_id": 3565009647830244983, "prediction": "mujahideen", "binary_answer": null, "no_answer_prob": 1.198117196559906}
{"example_id": 2215231091055091090, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Metrication", "binary_answer": null, "no_answer_prob": 1.8943360447883606}
{"example_id": 399565880188880579, "prediction": "Richard Wayne Penniman", "binary_answer": null, "no_answer_prob": 3.9128666669130325}
{"example_id": 4810744875171236594, "prediction": "Deep Purple", "binary_answer": null, "no_answer_prob": -1.5850452184677124}
{"example_id": -5926721280436330942, "prediction": "Shanhai Pass", "binary_answer": null, "no_answer_prob": 3.0513106286525726}
{"example_id": -2129564932747111736, "prediction": "Edward William Purvis", "binary_answer": null, "no_answer_prob": -0.17836689949035645}
{"example_id": -8094650067529620665, "prediction": "Selene", "binary_answer": null, "no_answer_prob": -5.833893537521362}
{"example_id": 3998102536607710960, "prediction": "\u00a3 7.9 million", "binary_answer": null, "no_answer_prob": 1.0193683505058289}
{"example_id": 4475409441720580005, "prediction": "", "binary_answer": null, "no_answer_prob": -0.47215765714645386}
{"example_id": 2637150452155391446, "prediction": "The Concerto for Flute , Harp , and Orchestra in C major , K. 299 / 297c", "binary_answer": null, "no_answer_prob": 3.5460518151521683}
{"example_id": 876948351900262506, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4505683183670044}
{"example_id": -3304852074579143428, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Ring of Fire", "binary_answer": null, "no_answer_prob": 1.0578545033931732}
{"example_id": -589775037028218121, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5969024002552032}
{"example_id": 6307517988420504148, "prediction": "Hannah Dakota Fanning", "binary_answer": null, "no_answer_prob": -0.7058091163635254}
{"example_id": 7559284345579308010, "prediction": "", "binary_answer": null, "no_answer_prob": -3.9281505346298218}
{"example_id": 6935422240574600373, "prediction": "Jackson Nathaniel `` Jax '' Teller", "binary_answer": null, "no_answer_prob": 3.061936855316162}
{"example_id": -2938678311455780261, "prediction": "`` The Weight ''", "binary_answer": null, "no_answer_prob": 2.7238626927137375}
{"example_id": 6149532469157898073, "prediction": "A Tale of Two Cities", "binary_answer": null, "no_answer_prob": 2.5866067707538605}
{"example_id": -3260330498679672024, "prediction": "Two for the Money", "binary_answer": null, "no_answer_prob": 1.0312620736658573}
{"example_id": 5532192432931335481, "prediction": "French", "binary_answer": null, "no_answer_prob": 0.18695449829101562}
{"example_id": -8224104631199001110, "prediction": "the 2006 film Cars the 2011 film Cars 2 the 2017 film Cars 3 the 2013 film Planes the 2014 film Planes : Fire & Rescue", "binary_answer": null, "no_answer_prob": 0.502161979675293}
{"example_id": -3131899867408123689, "prediction": "`` Do n't Let Me Down", "binary_answer": null, "no_answer_prob": -2.6359593868255615}
{"example_id": 5897753078197024239, "prediction": "adenosine triphosphate ) , by substrate - level phosphorylation , NADH and FADH", "binary_answer": null, "no_answer_prob": -0.3359529972076416}
{"example_id": -1351741085671948994, "prediction": "Attack on the Pin - Up Boys", "binary_answer": null, "no_answer_prob": 1.437863528728485}
{"example_id": -922069763848898980, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5687455236911774}
{"example_id": 5361534435985068773, "prediction": "Norman Y . Mineta San Jose International Airport", "binary_answer": null, "no_answer_prob": 3.637409508228302}
{"example_id": 7970600008082026704, "prediction": "`` Hello , I Love You ''", "binary_answer": null, "no_answer_prob": -0.5563435554504395}
{"example_id": -6945311884720797589, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6336548328399658}
{"example_id": -5115818207031283048, "prediction": "", "binary_answer": null, "no_answer_prob": 2.16444855928421}
{"example_id": -1413454086150814544, "prediction": "`` The Charge of the Light Brigade '' is an 1854 narrative poem by Alfred , Lord Tennyson", "binary_answer": null, "no_answer_prob": 4.581365212798119}
{"example_id": 5665316649167988713, "prediction": "Bill Medley and Jennifer Warnes", "binary_answer": null, "no_answer_prob": 1.0090361312031746}
{"example_id": 5657359270685299487, "prediction": "Clemson Tigers", "binary_answer": null, "no_answer_prob": -1.3606675863265991}
{"example_id": 4250505973812058050, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9807279706001282}
{"example_id": -7074008175610709332, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6231450736522675}
{"example_id": -6821372596420901543, "prediction": "The pound sign", "binary_answer": null, "no_answer_prob": -0.4942840337753296}
{"example_id": 2872011335277441262, "prediction": "Fox Entertainment Group , a subsidiary of 21st Century Fox", "binary_answer": null, "no_answer_prob": -6.15666139125824}
{"example_id": -1701908216742037576, "prediction": "", "binary_answer": null, "no_answer_prob": 2.258102059364319}
{"example_id": -8893446992337995523, "prediction": "George Herbert Walker Bush", "binary_answer": null, "no_answer_prob": -4.393696904182434}
{"example_id": 724737885404663616, "prediction": "", "binary_answer": null, "no_answer_prob": 3.86221045255661}
{"example_id": 8219110356657808796, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3167426586151123}
{"example_id": 4442125092629591817, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7125818729400635}
{"example_id": -5836475245107120197, "prediction": "Lev Yashin", "binary_answer": null, "no_answer_prob": -0.23474931716918945}
{"example_id": -6279423591763024827, "prediction": "Towers Watson & Co.", "binary_answer": null, "no_answer_prob": -0.6894022226333618}
{"example_id": -3850757564900877482, "prediction": "Point Barrow , Alaska", "binary_answer": null, "no_answer_prob": 1.512710303068161}
{"example_id": 5468187589053946737, "prediction": "France", "binary_answer": null, "no_answer_prob": -1.3343513011932373}
{"example_id": 5862137921035524077, "prediction": "1996", "binary_answer": null, "no_answer_prob": -1.5096514225006104}
{"example_id": 344059873076184361, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -4.221444666385651}
{"example_id": 5422944325931517519, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2927533984184265}
{"example_id": -3030186724844645117, "prediction": "", "binary_answer": null, "no_answer_prob": 3.848702073097229}
{"example_id": -2588043002449686445, "prediction": "when it has built up about four seasons ' worth or between 80 and 100 episodes", "binary_answer": null, "no_answer_prob": 1.4720852375030518}
{"example_id": -4769985962344303754, "prediction": "Frank Sinatra", "binary_answer": null, "no_answer_prob": -4.376840233802795}
{"example_id": -2018154911942038273, "prediction": "Johnny Galecki", "binary_answer": null, "no_answer_prob": 0.42763543128967285}
{"example_id": 1188721041872537723, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1108951568603516}
{"example_id": -7237163630689096677, "prediction": "Sublingual", "binary_answer": null, "no_answer_prob": -0.6459251642227173}
{"example_id": 2933996829438163080, "prediction": "Winnie - the - Pooh", "binary_answer": null, "no_answer_prob": 0.32822978496551514}
{"example_id": 2307236974815988837, "prediction": "The Catcher in the Rye", "binary_answer": null, "no_answer_prob": 1.33260977268219}
{"example_id": 9190739321795430007, "prediction": "`` Nothing 's Gonna Change My Love for You", "binary_answer": null, "no_answer_prob": 1.9613232761621475}
{"example_id": -1880370070305726921, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7830870151519775}
{"example_id": -3576391461838767749, "prediction": "Danielle Bregoli", "binary_answer": null, "no_answer_prob": 4.159404017031193}
{"example_id": -9067812424649658770, "prediction": "", "binary_answer": null, "no_answer_prob": 4.721933603286743}
{"example_id": -5592103169067950795, "prediction": "", "binary_answer": null, "no_answer_prob": 2.410361349582672}
{"example_id": -1718938023886307042, "prediction": "Cinematically , Anne of the Thousand Days", "binary_answer": null, "no_answer_prob": 1.7735925912857056}
{"example_id": 8679921130934280444, "prediction": "Emilia Isabelle Euphemia Rose Clarke", "binary_answer": null, "no_answer_prob": 0.6748117208480835}
{"example_id": 7215767973842535831, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -8.231410503387451}
{"example_id": 8831903047668368237, "prediction": "", "binary_answer": null, "no_answer_prob": 0.22588300704956055}
{"example_id": -4725794279514668038, "prediction": "", "binary_answer": null, "no_answer_prob": 2.174082785844803}
{"example_id": 1162687162492750961, "prediction": "Katherine Hankey", "binary_answer": null, "no_answer_prob": -3.9953044652938843}
{"example_id": -5953310106477616873, "prediction": "", "binary_answer": null, "no_answer_prob": 5.392329096794128}
{"example_id": -3493453017718850390, "prediction": "", "binary_answer": null, "no_answer_prob": -0.728766530752182}
{"example_id": 1734915084245210162, "prediction": "Billy Preston and Bruce Fisher", "binary_answer": null, "no_answer_prob": -1.8304760456085205}
{"example_id": -7121242283645893242, "prediction": "Blue Bell Creameries is an American food company that manufactures ice cream . It was founded in 1907 in Brenham , Texas", "binary_answer": null, "no_answer_prob": -3.7493146657943726}
{"example_id": -4227945117222983942, "prediction": "Spider - Man", "binary_answer": null, "no_answer_prob": -4.348647356033325}
{"example_id": -5430547106217011898, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0290656685829163}
{"example_id": -7690718669519742777, "prediction": "Seals and Crofts performed the song live on the Bobby Darin Amusement Company variety show in 1972 .", "binary_answer": null, "no_answer_prob": 2.3733817785978317}
{"example_id": -3319273542838643375, "prediction": "", "binary_answer": null, "no_answer_prob": 4.18889445066452}
{"example_id": -4914785378375604089, "prediction": "Leo Tolstoy", "binary_answer": null, "no_answer_prob": -5.504823446273804}
{"example_id": 2959139492813785828, "prediction": "two honorary team captains", "binary_answer": null, "no_answer_prob": -1.4098553657531738}
{"example_id": 3882222646530576327, "prediction": "", "binary_answer": null, "no_answer_prob": 1.362246811389923}
{"example_id": 5996881146659352480, "prediction": "November 2017 .", "binary_answer": null, "no_answer_prob": 2.400296211242676}
{"example_id": -1218306223522553377, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8932409286499023}
{"example_id": 3917308150252424519, "prediction": "Violet Brown of Jamaica", "binary_answer": null, "no_answer_prob": -1.1785739660263062}
{"example_id": -5154798648094404240, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3104578852653503}
{"example_id": -9181479971618814890, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3589027808047831}
{"example_id": 492360646858102678, "prediction": "", "binary_answer": null, "no_answer_prob": 1.424146294593811}
{"example_id": 945245682369053103, "prediction": "", "binary_answer": null, "no_answer_prob": 4.057305574417114}
{"example_id": -541436417549410454, "prediction": "Nicholas Sparks", "binary_answer": null, "no_answer_prob": -5.997432470321655}
{"example_id": -5545266771249945753, "prediction": "Emily Prentiss", "binary_answer": null, "no_answer_prob": -2.432192325592041}
{"example_id": -2112269171028726044, "prediction": "Michael Crawford", "binary_answer": null, "no_answer_prob": -1.4843921661376953}
{"example_id": -6968798727542233826, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -3.2454519867897034}
{"example_id": 6751772716066543904, "prediction": "", "binary_answer": null, "no_answer_prob": 3.368239939212799}
{"example_id": -5488824638392126910, "prediction": "Missouri River Mississippi River", "binary_answer": null, "no_answer_prob": -0.004993915557861328}
{"example_id": -680796400594433973, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] Scandal", "binary_answer": null, "no_answer_prob": 4.350155591964722}
{"example_id": 2918775261936844837, "prediction": "realizing that one has to move on from an old relationship , but not fully wanting to leave just yet", "binary_answer": null, "no_answer_prob": -8.386139869689941}
{"example_id": 8524610891771367197, "prediction": "Several possible origins of the term 86 have been suggested , all dated before the 1950s .", "binary_answer": null, "no_answer_prob": -0.06756603717803955}
{"example_id": -6734748167054609476, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9159817211329937}
{"example_id": 8441543487452618700, "prediction": "Jimmy Boyd", "binary_answer": null, "no_answer_prob": -0.8864110708236694}
{"example_id": 6850203343044996670, "prediction": "February 4 , 2018", "binary_answer": null, "no_answer_prob": -4.9019389152526855}
{"example_id": -5424033471573839277, "prediction": "`` You 've Got to Hide Your Love Away ''", "binary_answer": null, "no_answer_prob": 2.502042591571808}
{"example_id": 2872167102791875297, "prediction": "", "binary_answer": null, "no_answer_prob": 0.04446101188659668}
{"example_id": 8205654220778759023, "prediction": "Bharat Sanchar Nigam Limited", "binary_answer": null, "no_answer_prob": 0.5965777672827244}
{"example_id": -7159056249729194604, "prediction": "Magma", "binary_answer": null, "no_answer_prob": -0.44930124282836914}
{"example_id": 9002531789534025729, "prediction": "Abraham Lincoln , Franklin D. Roosevelt , and George Washington", "binary_answer": null, "no_answer_prob": -1.4187651872634888}
{"example_id": 1202446179211419693, "prediction": "the quarrying , surveying and construction techniques that supported the building of monumental pyramids , temples , and obelisks", "binary_answer": null, "no_answer_prob": 0.861916184425354}
{"example_id": -2824198489168997473, "prediction": "", "binary_answer": null, "no_answer_prob": 5.406423166394234}
{"example_id": -7742663736036460672, "prediction": "", "binary_answer": null, "no_answer_prob": 3.325487434864044}
{"example_id": 7541606125795867997, "prediction": "all states except Nagaland , Meghalaya , and Mizoram , and in all Union Territories except Delhi .", "binary_answer": null, "no_answer_prob": -0.6711708307266235}
{"example_id": -4969957155708249806, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A goal kick", "binary_answer": null, "no_answer_prob": 1.9940107204020023}
{"example_id": -4320438029932822572, "prediction": "Haley Joel Osment", "binary_answer": null, "no_answer_prob": -0.3123821020126343}
{"example_id": -4186114082293521331, "prediction": "", "binary_answer": null, "no_answer_prob": 1.266775220632553}
{"example_id": 173655955415083025, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 1.36441969871521}
{"example_id": -4565960426615421529, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0844756364822388}
{"example_id": 7049840854759591534, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3660340905189514}
{"example_id": 4096708733587599194, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5026342272758484}
{"example_id": 6171619196486872384, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1537771224975586}
{"example_id": -6714949699002682945, "prediction": "Great Smoky Mountains National Park", "binary_answer": null, "no_answer_prob": 1.6589392125606537}
{"example_id": 5129349447417807160, "prediction": "Universal Health Coverage", "binary_answer": null, "no_answer_prob": 0.9271259307861328}
{"example_id": -5399036709245747136, "prediction": "Region 1 : Northeast", "binary_answer": null, "no_answer_prob": 2.369294047355652}
{"example_id": -1325146971563258681, "prediction": "Richie Sambora", "binary_answer": null, "no_answer_prob": 0.7169485092163086}
{"example_id": 2206936505998145465, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7039687111973763}
{"example_id": 3136119988434626555, "prediction": "The first season", "binary_answer": null, "no_answer_prob": 1.830635517835617}
{"example_id": -5294379923759692635, "prediction": "", "binary_answer": null, "no_answer_prob": -4.853577017784119}
{"example_id": -4205504454274483464, "prediction": "29 March 25 October 2016", "binary_answer": null, "no_answer_prob": -2.957515239715576}
{"example_id": -2102830477166256032, "prediction": "The Articles of Confederation", "binary_answer": null, "no_answer_prob": -1.131678819656372}
{"example_id": 8888413880831626486, "prediction": "Tim Allen", "binary_answer": null, "no_answer_prob": -3.5124502182006836}
{"example_id": 1128175850275908332, "prediction": "Logan Lerman", "binary_answer": null, "no_answer_prob": -7.4018049240112305}
{"example_id": -2306754019371647995, "prediction": "24", "binary_answer": null, "no_answer_prob": 0.3361555337905884}
{"example_id": 4159196200910684515, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2728981971740723}
{"example_id": -1185129645816876391, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1415978642180562}
{"example_id": 9131912703642366984, "prediction": "`` Bicycle Race '' is a single by the British rock band Queen", "binary_answer": null, "no_answer_prob": -0.250768780708313}
{"example_id": -5263613826235525932, "prediction": "Northern Ireland", "binary_answer": null, "no_answer_prob": 1.0947923064231873}
{"example_id": 7207146533356144547, "prediction": "Do n't Smile at Me", "binary_answer": null, "no_answer_prob": 2.80105060338974}
{"example_id": 1426570238063931737, "prediction": "California", "binary_answer": null, "no_answer_prob": -0.5799601078033447}
{"example_id": 2760209642973196851, "prediction": "", "binary_answer": null, "no_answer_prob": 5.246139109134674}
{"example_id": -2357914945676176129, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3905195891857147}
{"example_id": 7516825380239272046, "prediction": "4.7 and 5.5 inches ( 120 and 140 mm )", "binary_answer": null, "no_answer_prob": -2.6949275732040405}
{"example_id": -2117335408198587344, "prediction": "There was an extensive maritime trade network operating between the Harappan and Mesopotamian civilizations as early as the middle Harappan Phase", "binary_answer": null, "no_answer_prob": 0.22155708074569702}
{"example_id": -5778366327220198078, "prediction": "", "binary_answer": null, "no_answer_prob": 2.082894444465637}
{"example_id": -7902239105752498844, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2099934816360474}
{"example_id": -1580833936768849463, "prediction": "`` A Teenager in Love ''", "binary_answer": null, "no_answer_prob": 0.8601579070091248}
{"example_id": 1497644775994002853, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.4393399953842163}
{"example_id": -7804417300050508925, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5764030814170837}
{"example_id": -9065214441453889099, "prediction": "`` A journey of a thousand miles begins with a single step", "binary_answer": null, "no_answer_prob": 0.6827481687068939}
{"example_id": -4040598618830130431, "prediction": "", "binary_answer": null, "no_answer_prob": 2.625792384147644}
{"example_id": 7114253970484917136, "prediction": "Harry Potter", "binary_answer": null, "no_answer_prob": -2.5561565160751343}
{"example_id": 3219198609141421834, "prediction": "`` I Could Fall in Love '' is a song recorded by American Tejano singer Selena for her fifth studio album , Dreaming of You", "binary_answer": null, "no_answer_prob": 3.267272472381592}
{"example_id": 3456316294813584769, "prediction": "9 December 1946", "binary_answer": null, "no_answer_prob": 0.36772942543029785}
{"example_id": -8301590430979514446, "prediction": "Jackson released his debut album", "binary_answer": null, "no_answer_prob": 0.8798912763595581}
{"example_id": -8280043693002484512, "prediction": "nonmetal", "binary_answer": null, "no_answer_prob": 0.9722900390625}
{"example_id": 2877159617701003167, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2295573875308037}
{"example_id": 8887113180791602199, "prediction": "a shift to a diversified and knowledge - based economy", "binary_answer": null, "no_answer_prob": -0.08893495798110962}
{"example_id": -1697273296376987173, "prediction": "", "binary_answer": null, "no_answer_prob": 4.184443473815918}
{"example_id": 7538105252315279291, "prediction": "Saivism , Vaishnavism and Shaktism", "binary_answer": null, "no_answer_prob": 0.9152208566665649}
{"example_id": -5868930812419393951, "prediction": "The United Kingdom", "binary_answer": null, "no_answer_prob": 2.5258500576019287}
{"example_id": 1123016671496269501, "prediction": "The Mali Empire", "binary_answer": null, "no_answer_prob": 2.552712857723236}
{"example_id": -5864544859241690865, "prediction": "", "binary_answer": null, "no_answer_prob": -0.002815455198287964}
{"example_id": 1407687418646333654, "prediction": "", "binary_answer": null, "no_answer_prob": 2.116541802883148}
{"example_id": -8306986734104822768, "prediction": "", "binary_answer": null, "no_answer_prob": -3.1907691955566406}
{"example_id": 6315841202921366643, "prediction": "opens up the medium and large airways in the lungs", "binary_answer": null, "no_answer_prob": 0.868599146604538}
{"example_id": 2334831805102575071, "prediction": "Wheeler Peak", "binary_answer": null, "no_answer_prob": -3.7057636976242065}
{"example_id": 7311597326781869670, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0533365607261658}
{"example_id": -6605882687140883110, "prediction": "February 1917", "binary_answer": null, "no_answer_prob": -4.538400024175644}
{"example_id": -1970505664005495754, "prediction": "Paris , France", "binary_answer": null, "no_answer_prob": -1.1400159299373627}
{"example_id": 9024507240179269911, "prediction": "", "binary_answer": null, "no_answer_prob": 2.374805510044098}
{"example_id": -8369851465221888453, "prediction": "Munshi Premchand", "binary_answer": null, "no_answer_prob": -1.1345151662826538}
{"example_id": -7681197007038021704, "prediction": "Tampa Bay Buccaneers", "binary_answer": null, "no_answer_prob": -6.550556093454361}
{"example_id": 662221994118210183, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A fire blanket", "binary_answer": null, "no_answer_prob": 0.42308902740478516}
{"example_id": 8729744523612308906, "prediction": "", "binary_answer": null, "no_answer_prob": 3.382739782333374}
{"example_id": -7735046813287486329, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2698491215705872}
{"example_id": -816253895532715435, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2124067544937134}
{"example_id": -1900131123284252568, "prediction": "", "binary_answer": null, "no_answer_prob": 5.754422813653946}
{"example_id": -1231190588819760920, "prediction": "the Band", "binary_answer": null, "no_answer_prob": 4.581301465630531}
{"example_id": 7893424112395630297, "prediction": "sn - Glycerol 3 - phosphate", "binary_answer": null, "no_answer_prob": -1.6543235518038273}
{"example_id": 8317331295035673089, "prediction": "Fargo is the most populous city in the state of North Dakota", "binary_answer": null, "no_answer_prob": 0.20192530751228333}
{"example_id": 5427812906955011328, "prediction": "Glycolysis", "binary_answer": null, "no_answer_prob": 1.8906987607479095}
{"example_id": -6720799116180047921, "prediction": "`` Take Me to Church '' is a song by Irish musician Hozier", "binary_answer": null, "no_answer_prob": 0.8100631833076477}
{"example_id": -2393437492692142124, "prediction": "The first dolls in the American Girl / Historical line ( Samantha , Kirsten and Molly", "binary_answer": null, "no_answer_prob": 1.2722418904304504}
{"example_id": -351441599534462560, "prediction": "Danny Lloyd", "binary_answer": null, "no_answer_prob": -4.686956524848938}
{"example_id": -2806574866301317815, "prediction": "", "binary_answer": null, "no_answer_prob": 3.625757873058319}
{"example_id": -2160507875233887822, "prediction": "Name Description of crime Time on death row Other Lisa Montgomery", "binary_answer": null, "no_answer_prob": -0.7724242210388184}
{"example_id": -747930775112799864, "prediction": "spermatophytes , including the gymnosperm and angiosperm plants .", "binary_answer": null, "no_answer_prob": -0.6300270557403564}
{"example_id": 1158914394042886889, "prediction": "1974", "binary_answer": null, "no_answer_prob": -2.0982108116149902}
{"example_id": -199571128679974519, "prediction": "", "binary_answer": null, "no_answer_prob": 3.68683660030365}
{"example_id": 3411765644140833034, "prediction": "San Jose del Monte is a component suburban city in the province of Bulacan in Central Luzon , Philippines", "binary_answer": null, "no_answer_prob": 3.368973195552826}
{"example_id": 601364523058231398, "prediction": "Lionel Messi", "binary_answer": null, "no_answer_prob": -0.47214066982269287}
{"example_id": -5795406635010364179, "prediction": "Bob Dylan", "binary_answer": null, "no_answer_prob": -7.842956185340881}
{"example_id": -5284799234124049979, "prediction": "Keith Whitley", "binary_answer": null, "no_answer_prob": -1.724577784538269}
{"example_id": -7658195763112730017, "prediction": "England", "binary_answer": null, "no_answer_prob": 0.28062713146209717}
{"example_id": -733603923360495136, "prediction": "", "binary_answer": null, "no_answer_prob": 3.455273848026991}
{"example_id": 8349683213960510021, "prediction": "Theresa Hak Kyung Cha Dianne Feinstein Stacey Bendet Melissa de la Cruz", "binary_answer": null, "no_answer_prob": 4.712871193885803}
{"example_id": 4909928312635061226, "prediction": "", "binary_answer": null, "no_answer_prob": 2.241089701652527}
{"example_id": -634071497672200640, "prediction": "Super Bowl XXXIV", "binary_answer": null, "no_answer_prob": -3.3310853838920593}
{"example_id": -5251885204345996078, "prediction": "Facial drooping , Arm weakness , Speech difficulties and Time to call emergency services .", "binary_answer": null, "no_answer_prob": -3.066524624824524}
{"example_id": 4269903448641450565, "prediction": "Elizabeth Woolridge Grant", "binary_answer": null, "no_answer_prob": 1.764280378818512}
{"example_id": 7174180369588847817, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8093663454055786}
{"example_id": -7147212879637582716, "prediction": "Kim Richards", "binary_answer": null, "no_answer_prob": -8.15761947631836}
{"example_id": -1477138190791381178, "prediction": "Orrin Grant Hatch", "binary_answer": null, "no_answer_prob": -4.37544572353363}
{"example_id": 3021993316353753890, "prediction": "In the Westminster system", "binary_answer": null, "no_answer_prob": 1.4091969728469849}
{"example_id": 3604949713638862993, "prediction": "Alicia Bridges", "binary_answer": null, "no_answer_prob": 0.11980092525482178}
{"example_id": -7217828082701033028, "prediction": "", "binary_answer": null, "no_answer_prob": 2.689423620700836}
{"example_id": 171479852099698826, "prediction": "", "binary_answer": null, "no_answer_prob": 3.199732542037964}
{"example_id": 6247343972170271376, "prediction": "", "binary_answer": null, "no_answer_prob": 2.874330163002014}
{"example_id": -2601815588206305780, "prediction": "Jared Polis for the Democratic party and Walker Stapleton", "binary_answer": null, "no_answer_prob": -4.768690228462219}
{"example_id": -7623679728866041421, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -9.854946434497833}
{"example_id": 3001668569769264180, "prediction": "In God 's Country '' ( 1987 ) Music video `` Where the Streets Have No Name '' on YouTube Audio sample file help", "binary_answer": null, "no_answer_prob": 4.514226913452148}
{"example_id": 4158494818811470859, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1151883006095886}
{"example_id": -3029726963901339644, "prediction": "Anita Ward", "binary_answer": null, "no_answer_prob": -1.790113925933838}
{"example_id": -5023277270139337207, "prediction": "", "binary_answer": null, "no_answer_prob": 2.719967558979988}
{"example_id": -7349533625871771896, "prediction": "Chuku Modu", "binary_answer": null, "no_answer_prob": -7.39557409286499}
{"example_id": -8318360695663491288, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": 0.869683638215065}
{"example_id": -8715345322221980733, "prediction": "", "binary_answer": null, "no_answer_prob": 5.250115245580673}
{"example_id": -8165341864829986294, "prediction": "Kobe Bean Bryant", "binary_answer": null, "no_answer_prob": -2.3922075629234314}
{"example_id": 6163538051574991163, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.932600289583206}
{"example_id": 102674858928613104, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6705964803695679}
{"example_id": -1011627815845283524, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0123605132102966}
{"example_id": 2912890070802136857, "prediction": "German Democratic Republic", "binary_answer": null, "no_answer_prob": 1.4946100115776062}
{"example_id": 876941982548830063, "prediction": "", "binary_answer": null, "no_answer_prob": -0.20928630232810974}
{"example_id": -5766585384791905312, "prediction": "La Navidad on the island later named Hispaniola", "binary_answer": null, "no_answer_prob": -1.4526593685150146}
{"example_id": 7912016739218368308, "prediction": "`` The Show Must Go On", "binary_answer": null, "no_answer_prob": -2.6004467010498047}
{"example_id": -8000435030363085009, "prediction": "`` Who Let the Dogs Out ? '' is a song performed by the Bahamian group Baha Men", "binary_answer": null, "no_answer_prob": 0.624000608921051}
{"example_id": -4439349291178309918, "prediction": "South Carolina", "binary_answer": null, "no_answer_prob": -10.499453067779541}
{"example_id": -793358314194637499, "prediction": "Brandi Carlile", "binary_answer": null, "no_answer_prob": -0.20081079006195068}
{"example_id": 5782078895862048054, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5682331919670105}
{"example_id": -5086383152191471047, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.171624884009361}
{"example_id": -5534792788335180464, "prediction": "In 1912", "binary_answer": null, "no_answer_prob": 0.12125492095947266}
{"example_id": -997092348598459462, "prediction": "Eric Christian Olsen", "binary_answer": null, "no_answer_prob": -12.374305725097656}
{"example_id": 8875295946305828186, "prediction": "Diadophis punctatus", "binary_answer": null, "no_answer_prob": -0.5447710752487183}
{"example_id": -9090848222765992947, "prediction": "", "binary_answer": null, "no_answer_prob": -2.160819888114929}
{"example_id": 7346727790696841501, "prediction": "`` What Kind of Fool ( Do You Think I Am ) ''", "binary_answer": null, "no_answer_prob": 0.49926963448524475}
{"example_id": 4651930410891414517, "prediction": "`` All Right Now '' is a single by the English rock band Free", "binary_answer": null, "no_answer_prob": -1.9720796346664429}
{"example_id": 4838172895359884369, "prediction": "", "binary_answer": null, "no_answer_prob": 2.508696213364601}
{"example_id": -6982928801145173845, "prediction": "Ronnie Lee Gardner", "binary_answer": null, "no_answer_prob": -5.3500970005989075}
{"example_id": 8926544424310132810, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5598700642585754}
{"example_id": -400602462252727767, "prediction": "Flora Louise Shaw", "binary_answer": null, "no_answer_prob": -1.389808177947998}
{"example_id": -8430894115867207571, "prediction": "Maine , Vermont , New Hampshire , Massachusetts , Rhode Island , and Connecticut", "binary_answer": null, "no_answer_prob": 1.0303866863250732}
{"example_id": -8332536135894660017, "prediction": "A hickey , hickie or love bite", "binary_answer": null, "no_answer_prob": 3.3315656036138535}
{"example_id": -1636241981712941816, "prediction": "Halston Jean Schrage", "binary_answer": null, "no_answer_prob": 2.024197816848755}
{"example_id": 6053762408933391450, "prediction": "", "binary_answer": null, "no_answer_prob": 0.49690400063991547}
{"example_id": 990315786436818493, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1179405450820923}
{"example_id": 3014330160806313768, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.0665780305862427}
{"example_id": 6315266472756291505, "prediction": "The transfer of sovereignty over Hong Kong from the United Kingdom to China , referred to as `` the Handover", "binary_answer": null, "no_answer_prob": 1.0056960880756378}
{"example_id": -5842715254625051617, "prediction": "October 27 , 2017", "binary_answer": null, "no_answer_prob": 1.3719483613967896}
{"example_id": -6502768221091798293, "prediction": "Hop on Pop", "binary_answer": null, "no_answer_prob": 0.295310914516449}
{"example_id": -824904827758373026, "prediction": "Ronald Wilson Reagan", "binary_answer": null, "no_answer_prob": -8.184068858623505}
{"example_id": -4654660903571553981, "prediction": "The rule of law", "binary_answer": null, "no_answer_prob": 1.6215739399194717}
{"example_id": -1905921876917415500, "prediction": "The Empire Strikes Back", "binary_answer": null, "no_answer_prob": 4.938332170248032}
{"example_id": 2622979119671766869, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.580566763877869}
{"example_id": 1278480802277665800, "prediction": "Constantinople", "binary_answer": null, "no_answer_prob": -6.091373860836029}
{"example_id": 1969283706312770626, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Lying in state", "binary_answer": null, "no_answer_prob": 3.116702973842621}
{"example_id": 4939784197471510957, "prediction": "Look Who 's Talking Now ( 1993 ) , Benny & Joon ( 1993 ) , The Theory of Flight", "binary_answer": null, "no_answer_prob": -3.098517417907715}
{"example_id": -1997539293382738655, "prediction": "`` Who 's Your Daddy ? ''", "binary_answer": null, "no_answer_prob": -0.006077408790588379}
{"example_id": -6795214209584105469, "prediction": "Barry Bonds", "binary_answer": null, "no_answer_prob": 0.17670080065727234}
{"example_id": 7810751203251244987, "prediction": "John F. Kelly", "binary_answer": null, "no_answer_prob": -1.7804756164550781}
{"example_id": 3553897128964761965, "prediction": "", "binary_answer": null, "no_answer_prob": 0.4205196425318718}
{"example_id": 3681572114274171842, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7761929035186768}
{"example_id": 4196961423491752108, "prediction": "", "binary_answer": null, "no_answer_prob": 2.013946235179901}
{"example_id": 5916932264214154173, "prediction": "", "binary_answer": null, "no_answer_prob": -3.445485830307007}
{"example_id": 6551130377198292335, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 0.8454281836748123}
{"example_id": -7897272329851911813, "prediction": "Donald Sutherland , Tom Skerritt , and Elliott Gould", "binary_answer": null, "no_answer_prob": -1.1600511074066162}
{"example_id": -3090740937431566894, "prediction": "Charles Peckham Day", "binary_answer": null, "no_answer_prob": 4.005473751574755}
{"example_id": -2099721548141571157, "prediction": "Kelly Gordon in 1969 , the song became a worldwide hit for The Hollies", "binary_answer": null, "no_answer_prob": -0.11576676368713379}
{"example_id": -2884450705687792977, "prediction": "A sensory nerve", "binary_answer": null, "no_answer_prob": 1.2434728741645813}
{"example_id": 4773110153848722780, "prediction": "1930", "binary_answer": null, "no_answer_prob": -3.940444141626358}
{"example_id": 4776485803340846876, "prediction": "`` To Where You Are '' is a song by American singer Josh Groban", "binary_answer": null, "no_answer_prob": -0.33488452434539795}
{"example_id": -394251823303258599, "prediction": "`` I Put a Spell on You '' is a 1956 song written by Screamin ' Jay Hawkins", "binary_answer": null, "no_answer_prob": 0.4761184826493263}
{"example_id": 6683099208215685252, "prediction": "a Bible", "binary_answer": null, "no_answer_prob": 2.0154770612716675}
{"example_id": -2376614470988905995, "prediction": "", "binary_answer": null, "no_answer_prob": 3.496646463871002}
{"example_id": -7824447339450309205, "prediction": "Now That 's What I Call Music !", "binary_answer": null, "no_answer_prob": 3.1037957668304443}
{"example_id": 1453410287132670714, "prediction": "`` Stir It Up '' is the second single by Patti LaBelle", "binary_answer": null, "no_answer_prob": 3.0598921857308596}
{"example_id": -3371328514111554365, "prediction": "Amanda Beale", "binary_answer": null, "no_answer_prob": -4.065227746963501}
{"example_id": -8142222187570927809, "prediction": "Marcel Williams", "binary_answer": null, "no_answer_prob": -2.3789700269699097}
{"example_id": -7619831388087664305, "prediction": "Brandon Flynn", "binary_answer": null, "no_answer_prob": -5.44905698299408}
{"example_id": -5700811352385203416, "prediction": "", "binary_answer": null, "no_answer_prob": 1.942503809928894}
{"example_id": -5632775361439610918, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1229445934295654}
{"example_id": -4643583412206202179, "prediction": "Star Wars : The Force Awakens", "binary_answer": null, "no_answer_prob": -1.541898250579834}
{"example_id": 1479606314513201116, "prediction": "Top Gun", "binary_answer": null, "no_answer_prob": 2.7727974355220795}
{"example_id": 1333561422349553590, "prediction": "Africa", "binary_answer": null, "no_answer_prob": 3.1759246587753296}
{"example_id": 1039034487710022861, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9664435982704163}
{"example_id": -8190835924291609900, "prediction": "Raquel Castro", "binary_answer": null, "no_answer_prob": -0.5881294012069702}
{"example_id": -6544179549844173007, "prediction": "Mercury", "binary_answer": null, "no_answer_prob": -0.12484699487686157}
{"example_id": 4776225375457532582, "prediction": "Printing of the $1,000 note ceased in 2000", "binary_answer": null, "no_answer_prob": 0.35721635818481445}
{"example_id": -989307481273216269, "prediction": "", "binary_answer": null, "no_answer_prob": -2.052644729614258}
{"example_id": -8671488569199135554, "prediction": "The 5th Dimension", "binary_answer": null, "no_answer_prob": -2.3828901052474976}
{"example_id": 3463413309313087496, "prediction": "", "binary_answer": null, "no_answer_prob": 2.774653732776642}
{"example_id": -1907735601045094448, "prediction": "", "binary_answer": null, "no_answer_prob": -1.539250135421753}
{"example_id": 8366031547345372078, "prediction": "a British force led by Major General Robert Ross", "binary_answer": null, "no_answer_prob": 0.908607542514801}
{"example_id": -8073311805426057133, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": 1.2676985263824463}
{"example_id": -7251112075848986368, "prediction": "", "binary_answer": null, "no_answer_prob": 5.2186349630355835}
{"example_id": -261620323803487359, "prediction": "", "binary_answer": null, "no_answer_prob": 2.893976867198944}
{"example_id": -7587593820113568097, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7066784501075745}
{"example_id": -6538412100658418220, "prediction": "", "binary_answer": null, "no_answer_prob": 4.250034034252167}
{"example_id": 3386314187966214533, "prediction": "Eloise Mumford", "binary_answer": null, "no_answer_prob": 0.2880589962005615}
{"example_id": -9175504449048408069, "prediction": "", "binary_answer": null, "no_answer_prob": 2.337016925215721}
{"example_id": 928701547222091868, "prediction": "Southern Africa", "binary_answer": null, "no_answer_prob": -3.2030577659606934}
{"example_id": 7393641088525167797, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2569453716278076}
{"example_id": 2066095958025843849, "prediction": "", "binary_answer": null, "no_answer_prob": 1.851895123720169}
{"example_id": -2671768930209616113, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7227321863174438}
{"example_id": -1649912468113032362, "prediction": "A gene product", "binary_answer": null, "no_answer_prob": 2.225325882434845}
{"example_id": -6924452761748663842, "prediction": "", "binary_answer": null, "no_answer_prob": 1.230360746383667}
{"example_id": -2447168067966798861, "prediction": "Sonata", "binary_answer": null, "no_answer_prob": -0.05631178617477417}
{"example_id": 6862030151279084629, "prediction": "The 1906 San Francisco earthquake struck the coast of Northern California", "binary_answer": null, "no_answer_prob": -2.202161967754364}
{"example_id": 2874474964302550796, "prediction": "Baby", "binary_answer": null, "no_answer_prob": 1.286959707736969}
{"example_id": 2060954965551160620, "prediction": "Gerald Patrick `` Jerry '' Mathers", "binary_answer": null, "no_answer_prob": -3.422786235809326}
{"example_id": 1661688694835446517, "prediction": "In 1960 Peggy Lee", "binary_answer": null, "no_answer_prob": 0.895797610282898}
{"example_id": 3982733979980783032, "prediction": "", "binary_answer": null, "no_answer_prob": 0.09442806243896484}
{"example_id": -1898289033626389774, "prediction": "", "binary_answer": null, "no_answer_prob": -0.4727271795272827}
{"example_id": -7797324266485616404, "prediction": "Alan Bates", "binary_answer": null, "no_answer_prob": -2.80059814453125}
{"example_id": -4194444306154429945, "prediction": "`` Peace in the Valley '' is a 1937 song written by Thomas A. Dorsey , originally for Mahalia Jackson", "binary_answer": null, "no_answer_prob": 1.531483680009842}
{"example_id": 3540503400206333603, "prediction": "", "binary_answer": null, "no_answer_prob": 0.3671519458293915}
{"example_id": 1082184145912933713, "prediction": "Harry Potter and the Deathly Hallows -- Part 1", "binary_answer": null, "no_answer_prob": -1.5933834314346313}
{"example_id": -3073607660813051229, "prediction": "`` Comin ' to Your City '' is a song written and recorded by American country music duo Big & Rich", "binary_answer": null, "no_answer_prob": 3.480063170194626}
{"example_id": 7703160512514943325, "prediction": "", "binary_answer": null, "no_answer_prob": 2.698347806930542}
{"example_id": -472916277033969389, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2018739581108093}
{"example_id": -4019945864393422722, "prediction": "The spinal cord", "binary_answer": null, "no_answer_prob": 2.6347517389804125}
{"example_id": -4447462806904417673, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1367849260568619}
{"example_id": 2647286571382570184, "prediction": "Geography of Canada", "binary_answer": null, "no_answer_prob": 3.961705803871155}
{"example_id": -8900616184719720437, "prediction": "The First Epistle to the Corinthians", "binary_answer": null, "no_answer_prob": -0.11516426503658295}
{"example_id": 6850143293915722510, "prediction": "Glynn Wolfe", "binary_answer": null, "no_answer_prob": -2.2370599508285522}
{"example_id": 5756730402161025260, "prediction": "", "binary_answer": null, "no_answer_prob": 4.023887634277344}
{"example_id": -7236380698297826618, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9296165034174919}
{"example_id": -193455284029464323, "prediction": "", "binary_answer": null, "no_answer_prob": -0.0078643299639225}
{"example_id": -1851067383725589350, "prediction": "The majority of this energy is derived from fossil fuels", "binary_answer": null, "no_answer_prob": 0.506980836391449}
{"example_id": -7614411895960854724, "prediction": "Katy Mixon", "binary_answer": null, "no_answer_prob": -5.304428577423096}
{"example_id": -1739160055668946178, "prediction": "The Advocate", "binary_answer": null, "no_answer_prob": -0.7337648868560791}
{"example_id": 3092640234042325879, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5816015005111694}
{"example_id": 4253077664666994229, "prediction": "Probate courts", "binary_answer": null, "no_answer_prob": 0.09709346294403076}
{"example_id": -543252063131552954, "prediction": "In the United States he is described as a one - hit wonder , following his 1977 hit song `` Ariel", "binary_answer": null, "no_answer_prob": 4.074163243174553}
{"example_id": -1678256283176622444, "prediction": "Puerto Rico", "binary_answer": null, "no_answer_prob": -0.2353193759918213}
{"example_id": 4229149442215398509, "prediction": "", "binary_answer": null, "no_answer_prob": 1.515617311000824}
{"example_id": 6059882643797764017, "prediction": "the Beatles on their second album , With the Beatles and many other musicians .", "binary_answer": null, "no_answer_prob": 2.7841588258743286}
{"example_id": 6868687021579247228, "prediction": "", "binary_answer": null, "no_answer_prob": 2.75437068939209}
{"example_id": -7659737930679548079, "prediction": "13 -- 15 July 2011 , and is the only Harry Potter film to be released in 3 - D .", "binary_answer": null, "no_answer_prob": 0.34617316722869873}
{"example_id": -1176577095990635258, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3969662189483643}
{"example_id": -6093635051435992513, "prediction": "", "binary_answer": null, "no_answer_prob": 2.000424802303314}
{"example_id": -4994328718057556903, "prediction": "Kenichi Ebina", "binary_answer": null, "no_answer_prob": -8.40093469619751}
{"example_id": 5450652319577624545, "prediction": "A Dance with Dragons", "binary_answer": null, "no_answer_prob": 3.0545597970485687}
{"example_id": 1848058623034360994, "prediction": "prohibit the creation of a monopoly and the abuse of monopoly power .", "binary_answer": null, "no_answer_prob": 2.2236127853393555}
{"example_id": -6761892620030185555, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 0.9938560426235199}
{"example_id": 7195713096498671663, "prediction": "`` The Most Beautiful Girl '' is a song recorded by Charlie Rich", "binary_answer": null, "no_answer_prob": 1.2300701141357422}
{"example_id": -965989727166464016, "prediction": "", "binary_answer": null, "no_answer_prob": 3.168891578912735}
{"example_id": 1118903002262820726, "prediction": "`` Since I Left You ''", "binary_answer": null, "no_answer_prob": 5.318641632795334}
{"example_id": 451520287128516605, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.029173970222473}
{"example_id": 183382198234729675, "prediction": "`` Hands to Myself '' is a song recorded by American singer Selena Gomez", "binary_answer": null, "no_answer_prob": -0.309237003326416}
{"example_id": 7813481492137934376, "prediction": "17 June 2018", "binary_answer": null, "no_answer_prob": -2.3897790908813477}
{"example_id": 1891957883952223335, "prediction": "", "binary_answer": null, "no_answer_prob": 2.007338523864746}
{"example_id": -5242642161790890103, "prediction": "", "binary_answer": null, "no_answer_prob": 4.235314309597015}
{"example_id": -8318645918477821934, "prediction": "", "binary_answer": null, "no_answer_prob": 3.717755675315857}
{"example_id": -2018719773267537097, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5202678442001343}
{"example_id": -7275232186803493255, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 5.331361681222916}
{"example_id": 9095930905693200944, "prediction": "Silver Spring is an unincorporated community and census - designated place ( CDP ) located inside the Capital Beltway in Montgomery County , Maryland", "binary_answer": null, "no_answer_prob": -1.2805723547935486}
{"example_id": 3916170112442836156, "prediction": "Bartholomew", "binary_answer": null, "no_answer_prob": -0.1710439920425415}
{"example_id": 2445654420724187750, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5760663747787476}
{"example_id": 3027645115022091599, "prediction": "", "binary_answer": null, "no_answer_prob": 4.317589163780212}
{"example_id": 2447638342656723012, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.309557616710663}
{"example_id": -6542552796605339761, "prediction": "`` God Save the Queen ''", "binary_answer": null, "no_answer_prob": 1.0148282647132874}
{"example_id": 2252137775549178547, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6975101232528687}
{"example_id": 8944385834608701541, "prediction": "The Indian National Congress", "binary_answer": null, "no_answer_prob": -1.2139978408813477}
{"example_id": 1055521992737437168, "prediction": "George Campbell Childress", "binary_answer": null, "no_answer_prob": -5.288451194763184}
{"example_id": 9066765590331027835, "prediction": "most proximal ( closest to the hip joint ) bone of the leg", "binary_answer": null, "no_answer_prob": -0.783141016960144}
{"example_id": 4476606369816122346, "prediction": "", "binary_answer": null, "no_answer_prob": 2.278735041618347}
{"example_id": -6396672800589630386, "prediction": "College World Series First played 1947 Most recently played 2018 Current champions Oregon State ( 3rd title ) Current runner - up Arkansas", "binary_answer": null, "no_answer_prob": -1.1851864457130432}
{"example_id": -2766796789526108989, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.768793344497681}
{"example_id": -3935045171833215938, "prediction": "Group 10", "binary_answer": null, "no_answer_prob": -2.349382758140564}
{"example_id": -5023050956589980381, "prediction": "Joshua Paul Dallas", "binary_answer": null, "no_answer_prob": -1.4321813583374023}
{"example_id": -3147898822311904398, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9476421475410461}
{"example_id": 9054423847712059440, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8339834585785866}
{"example_id": 3222138732546997447, "prediction": "Bill Clinton", "binary_answer": null, "no_answer_prob": -3.3534313440322876}
{"example_id": 8315712509516447932, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9669305086135864}
{"example_id": -4716208429067693938, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0323363542556763}
{"example_id": 5802522646802594877, "prediction": "`` Without You '' is a song written by Pete Ham and Tom Evans of British rock group Badfinger", "binary_answer": null, "no_answer_prob": 0.6553564071655273}
{"example_id": 3918472863730321925, "prediction": "Sweet Sensation ( 1980 ) .", "binary_answer": null, "no_answer_prob": 3.3274740800261497}
{"example_id": -9097272627480320387, "prediction": "`` The Power of Love ''", "binary_answer": null, "no_answer_prob": 3.049341142177582}
{"example_id": 3307313515663062547, "prediction": "Dr. Seuss ' The Cat in the Hat", "binary_answer": null, "no_answer_prob": -0.7404125928878784}
{"example_id": -8505778849356532263, "prediction": "Screenwriter Thompson spent his summers along the shores of Great Pond , located in Belgrade , Maine", "binary_answer": null, "no_answer_prob": 1.6588369309902191}
{"example_id": -4653322408518246714, "prediction": "part of the upper limb between the glenohumeral joint ( shoulder joint ) and the elbow joint", "binary_answer": null, "no_answer_prob": -2.569180727005005}
{"example_id": -2193222298678955622, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3193039894104004}
{"example_id": -4041359148516480382, "prediction": "to rid the country of all record that capitalism once existed there under the New Economic Policy .", "binary_answer": null, "no_answer_prob": -2.5937609672546387}
{"example_id": 6917521818636390201, "prediction": "", "binary_answer": null, "no_answer_prob": 4.005922436714172}
{"example_id": 3285987525925960558, "prediction": "", "binary_answer": null, "no_answer_prob": 5.421532139182091}
{"example_id": -1355322236662361701, "prediction": "Jeanne M. Ives", "binary_answer": null, "no_answer_prob": -5.285590171813965}
{"example_id": -6676990950364246265, "prediction": "The Battle of Shiloh ( also known as the Battle of Pittsburg Landing ) was a battle in the Western Theater", "binary_answer": null, "no_answer_prob": -2.912480354309082}
{"example_id": 1550756004725319534, "prediction": "US Airways Flight 1549", "binary_answer": null, "no_answer_prob": 0.6599587947130203}
{"example_id": -2143259971354570447, "prediction": "The revivals enrolled millions of new members in existing evangelical denominations and led to the formation of new denominations", "binary_answer": null, "no_answer_prob": 2.1556222438812256}
{"example_id": 4224601773732475392, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6323843598365784}
{"example_id": -5947523516492120688, "prediction": "`` I 'd Like to Teach the World to Sing ( In Perfect Harmony )", "binary_answer": null, "no_answer_prob": 2.7364152520895004}
{"example_id": 4987229195175832484, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3607706725597382}
{"example_id": 1392067418368757491, "prediction": "input / output", "binary_answer": null, "no_answer_prob": -0.3451511263847351}
{"example_id": 5037655504935099754, "prediction": "Amy Manson", "binary_answer": null, "no_answer_prob": -4.436136484146118}
{"example_id": 2496483378740751723, "prediction": "", "binary_answer": null, "no_answer_prob": 3.15622740983963}
{"example_id": 6844405979477725683, "prediction": "Jaromir Jagr", "binary_answer": null, "no_answer_prob": -2.895660877227783}
{"example_id": -3299092586780664808, "prediction": "Katherine Kelly Lang", "binary_answer": null, "no_answer_prob": -7.016075372695923}
{"example_id": -6764939080933458779, "prediction": "`` Nothing 's Gonna Change My Love for You ''", "binary_answer": null, "no_answer_prob": 4.212350964546204}
{"example_id": -2583060492047903885, "prediction": "country music singer Lynn Anderson", "binary_answer": null, "no_answer_prob": 1.9495572838932276}
{"example_id": -8627597343898407564, "prediction": "Windows 10 version 1507", "binary_answer": null, "no_answer_prob": -1.2466192245483398}
{"example_id": -2239726213887055371, "prediction": "Jeanne Calment", "binary_answer": null, "no_answer_prob": -3.4951149225234985}
{"example_id": -4907791424870784709, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.1702457666397095}
{"example_id": 6714980332279571793, "prediction": "Aaron Charles Rodgers", "binary_answer": null, "no_answer_prob": -1.0813609436154366}
{"example_id": 4912813542099489757, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8638402223587036}
{"example_id": -8197682965231218417, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5985121726989746}
{"example_id": 2049014792539246395, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 5.047152131795883}
{"example_id": 379248714869251527, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6835922747850418}
{"example_id": -5677559942901864182, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A motor program", "binary_answer": null, "no_answer_prob": 3.229499657638371}
{"example_id": 2121259092705466941, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6921479105949402}
{"example_id": -8755431437006066396, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3404951691627502}
{"example_id": 2035329864858438656, "prediction": "", "binary_answer": null, "no_answer_prob": 4.314667999744415}
{"example_id": -7510598543762331407, "prediction": "Health is the ability of a biological system to acquire , convert , allocate , distribute , and utilize energy with maximum efficiency", "binary_answer": null, "no_answer_prob": 3.5357506275177}
{"example_id": 8497853019487833273, "prediction": "Dustin Luis Pedroia", "binary_answer": null, "no_answer_prob": -2.581537425518036}
{"example_id": -6135946329494286034, "prediction": "The Bank of England \u00a3 5 note , also known as a fiver , is a banknote", "binary_answer": null, "no_answer_prob": 2.0211499333381653}
{"example_id": 8773180844689256953, "prediction": "`` Angel ''", "binary_answer": null, "no_answer_prob": 3.044003516435623}
{"example_id": -1456243076459900802, "prediction": "Michael Jordan", "binary_answer": null, "no_answer_prob": 0.4803377389907837}
{"example_id": -968302898093728946, "prediction": "In law and government , de jure", "binary_answer": null, "no_answer_prob": 2.403866410255432}
{"example_id": -1315326765570576239, "prediction": "The Bad Seed is a 1956", "binary_answer": null, "no_answer_prob": -1.9707106351852417}
{"example_id": 5655057597918921524, "prediction": "Northern Lights", "binary_answer": null, "no_answer_prob": 3.7603666186332703}
{"example_id": -604788882157925018, "prediction": "The American Civil War", "binary_answer": null, "no_answer_prob": 0.1596430540084839}
{"example_id": -2643619707862435436, "prediction": "", "binary_answer": null, "no_answer_prob": 0.11464962363243103}
{"example_id": -137291043415148020, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0155811607837677}
{"example_id": 831951689239959926, "prediction": "Vigil ( Vee - HILL ) is a Spanish surname . Notable people with the surname include :", "binary_answer": null, "no_answer_prob": -1.05718195438385}
{"example_id": 1246891385164730422, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Motivation", "binary_answer": null, "no_answer_prob": 2.0519872531294823}
{"example_id": -5126603322152278665, "prediction": "The Connecticut Compromise", "binary_answer": null, "no_answer_prob": 2.2718762792646885}
{"example_id": 7651369124478529402, "prediction": "", "binary_answer": null, "no_answer_prob": 3.548090398311615}
{"example_id": 7407616353691511598, "prediction": "The Declaration of the Rights of Man and of the Citizen ( French : D\u00e9claration des droits de l'homme et du citoyen )", "binary_answer": null, "no_answer_prob": 1.7638286501169205}
{"example_id": 8565884660955480885, "prediction": "The Twenty - One Demands ( Japanese : \u5bfe \u83ef 21 \u30f6\u6761 \u8981\u6c42", "binary_answer": null, "no_answer_prob": -0.04997897148132324}
{"example_id": -4201676558247592193, "prediction": "The Official Story", "binary_answer": null, "no_answer_prob": -1.165835976600647}
{"example_id": -9106651808061997159, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2211544811725616}
{"example_id": -4726398276615957834, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6114586889743805}
{"example_id": 5076240842462150132, "prediction": "Mensural notation", "binary_answer": null, "no_answer_prob": -1.4333523511886597}
{"example_id": 7558353511789930999, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1638529300689697}
{"example_id": -8201592372975191063, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1650519371032715}
{"example_id": 206467708756648876, "prediction": "", "binary_answer": null, "no_answer_prob": 1.941156268119812}
{"example_id": 2090453365915814272, "prediction": "", "binary_answer": null, "no_answer_prob": 1.366809755563736}
{"example_id": 6804284512979221620, "prediction": "Sailor Moon R : The Movie , known in Japan as Pretty Soldier Sailor Moon R : The Movie", "binary_answer": null, "no_answer_prob": 4.625202029943466}
{"example_id": -5979810458751587645, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8104441165924072}
{"example_id": -138503432947159036, "prediction": "Peninsula Campaign of the American Civil War", "binary_answer": null, "no_answer_prob": -0.26315534114837646}
{"example_id": 8698995450414963087, "prediction": "", "binary_answer": null, "no_answer_prob": 3.203206479549408}
{"example_id": 5700508208773656117, "prediction": "`` How Come U Do n't Call Me Anymore ? '' is a song by Prince", "binary_answer": null, "no_answer_prob": 1.105439305305481}
{"example_id": 3893224869005342348, "prediction": "`` We 'll Sing in the Sunshine '' is a 1964 hit song written and recorded by Gale Garnett", "binary_answer": null, "no_answer_prob": 3.4961580634117126}
{"example_id": -6781927726630191682, "prediction": "", "binary_answer": null, "no_answer_prob": 0.666776567697525}
{"example_id": -447886061595774242, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3270880579948425}
{"example_id": -3333297359086319688, "prediction": "", "binary_answer": null, "no_answer_prob": -0.44102180004119873}
{"example_id": 7289436044211985719, "prediction": "Central to this trend was a folk roots revival", "binary_answer": null, "no_answer_prob": 3.1181849241256714}
{"example_id": -5837281500353516224, "prediction": "`` Make You Feel My Love '' is a song written by Bob Dylan", "binary_answer": null, "no_answer_prob": -0.4021122455596924}
{"example_id": 568174548406908429, "prediction": "", "binary_answer": null, "no_answer_prob": 3.991275668144226}
{"example_id": -6249886368361808429, "prediction": "The Circle", "binary_answer": null, "no_answer_prob": 2.6990087144076824}
{"example_id": -2930748943982564376, "prediction": "5 September .", "binary_answer": null, "no_answer_prob": -3.8289639949798584}
{"example_id": 5382399624277720362, "prediction": "", "binary_answer": null, "no_answer_prob": -2.186709403991699}
{"example_id": 8171508182202832715, "prediction": "generation", "binary_answer": null, "no_answer_prob": 2.4936471432447433}
{"example_id": -1016307698495484725, "prediction": "Donna Douglas", "binary_answer": null, "no_answer_prob": -3.5178723335266113}
{"example_id": 6567256020694440783, "prediction": "The Erie Canal is a canal", "binary_answer": null, "no_answer_prob": -3.8281875252723694}
{"example_id": -2825603185739116838, "prediction": "", "binary_answer": null, "no_answer_prob": 4.169995665550232}
{"example_id": -2207433714422106920, "prediction": "Rose Royce", "binary_answer": null, "no_answer_prob": -8.152313828468323}
{"example_id": -6750669421891187045, "prediction": "", "binary_answer": null, "no_answer_prob": 2.281084656715393}
{"example_id": -192027988386833046, "prediction": "a woman encouraging her partner to relax with her after a hard day at work .", "binary_answer": null, "no_answer_prob": -3.1424893140792847}
{"example_id": -3259763875899122163, "prediction": "Claude Fran\u00e7ois", "binary_answer": null, "no_answer_prob": -4.98638129234314}
{"example_id": 1681263313889159963, "prediction": "Noble gas compounds", "binary_answer": null, "no_answer_prob": -5.342877268791199}
{"example_id": -2311098105452560259, "prediction": "An intangible asset", "binary_answer": null, "no_answer_prob": 2.550687551498413}
{"example_id": -8971341084491529867, "prediction": "Philadelphia", "binary_answer": null, "no_answer_prob": -2.521375149488449}
{"example_id": -8063180188560342974, "prediction": "`` Stress Relief ''", "binary_answer": null, "no_answer_prob": 0.316530704498291}
{"example_id": 1085002624606180972, "prediction": "Iowa", "binary_answer": null, "no_answer_prob": 1.1663042306900024}
{"example_id": 7049438424847855781, "prediction": "Psalm 23", "binary_answer": null, "no_answer_prob": -0.5516253709793091}
{"example_id": -1452261222411746339, "prediction": "Dead Man 's Chest", "binary_answer": null, "no_answer_prob": -4.625466346740723}
{"example_id": 1021010298012605001, "prediction": "`` Take Me to Church ''", "binary_answer": null, "no_answer_prob": 1.5470670461654663}
{"example_id": 7958659717184352355, "prediction": "The Amur River", "binary_answer": null, "no_answer_prob": -4.414974331855774}
{"example_id": -7621835565704345474, "prediction": "Vivien Leigh", "binary_answer": null, "no_answer_prob": 2.109300673007965}
{"example_id": 2457782171231919899, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1893452405929565}
{"example_id": 3509393538396486425, "prediction": "Benjamin Franklin 's Poor Richard 's Almanack", "binary_answer": null, "no_answer_prob": 1.6936993673443794}
{"example_id": -2329587287338104766, "prediction": "James LaRue Avery", "binary_answer": null, "no_answer_prob": -1.0933116674423218}
{"example_id": 2725249733204059116, "prediction": "", "binary_answer": null, "no_answer_prob": 4.051907658576965}
{"example_id": -5808200639967949112, "prediction": "Andrews High School , Andrews", "binary_answer": null, "no_answer_prob": 2.250854954123497}
{"example_id": -140831445811444630, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7789957523345947}
{"example_id": -741988360688727479, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6669777035713196}
{"example_id": 3720359545382914053, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0996809005737305}
{"example_id": 6833156751933297288, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6359829008579254}
{"example_id": 5600316607306140099, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.668962001800537}
{"example_id": 4547333015547257897, "prediction": "Year Title Voice role Lemony Snicket 's A Series of Unfortunate Events Violet Baudelaire", "binary_answer": null, "no_answer_prob": 1.4933905601501465}
{"example_id": -4752758923611027680, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7034019231796265}
{"example_id": 4997254047402614198, "prediction": "John Dewey", "binary_answer": null, "no_answer_prob": -7.40452253818512}
{"example_id": -2741074160908754103, "prediction": "`` The Arkansas Traveler ''", "binary_answer": null, "no_answer_prob": 1.280375186353922}
{"example_id": -6092261123281395955, "prediction": "Amber", "binary_answer": null, "no_answer_prob": 1.4981829822063446}
{"example_id": 4967903554939519179, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1447564363479614}
{"example_id": 3536060843224553263, "prediction": "Bride and Prejudice", "binary_answer": null, "no_answer_prob": 2.948162078857422}
{"example_id": -2310612763144978658, "prediction": "Jennifer Michelle `` Ginnifer '' Goodwin", "binary_answer": null, "no_answer_prob": -9.464102387428284}
{"example_id": 5311684623057211277, "prediction": "much more like Velveeta or Cheez Whiz .", "binary_answer": null, "no_answer_prob": -0.02015579305589199}
{"example_id": 5775527683306316360, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4868810176849365}
{"example_id": 8749272093563591158, "prediction": "World of Dance", "binary_answer": null, "no_answer_prob": 0.7141553163528442}
{"example_id": 244819218548350853, "prediction": "Checkmate", "binary_answer": null, "no_answer_prob": 1.5912882834672928}
{"example_id": 3914831453130343952, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2348031997680664}
{"example_id": -8736636849047411907, "prediction": "", "binary_answer": null, "no_answer_prob": 2.424194812774658}
{"example_id": 4595642098002819571, "prediction": "August 18 , 2018 .", "binary_answer": null, "no_answer_prob": 1.1491625979542732}
{"example_id": -7056341436563164323, "prediction": "Jake Matthew Lloyd", "binary_answer": null, "no_answer_prob": -6.946609616279602}
{"example_id": -7573914276003285894, "prediction": "Breaking the Waves", "binary_answer": null, "no_answer_prob": 1.7686233222484589}
{"example_id": 6315856202733244294, "prediction": "`` I Do n't Want to Set the World on Fire", "binary_answer": null, "no_answer_prob": 0.9631839990615845}
{"example_id": -402169805968840915, "prediction": "The Battle of Plassey was a decisive victory", "binary_answer": null, "no_answer_prob": 2.2983466386795044}
{"example_id": -2928349628862605636, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9745722115039825}
{"example_id": -2686358588657020214, "prediction": "Most of the Disney Channel film High School Musical", "binary_answer": null, "no_answer_prob": 2.8912073373794556}
{"example_id": 6928613665745911177, "prediction": "September 28 , 2017", "binary_answer": null, "no_answer_prob": -3.172259211540222}
{"example_id": 8750593904852148865, "prediction": "Pescetarianism", "binary_answer": null, "no_answer_prob": 0.16421937942504883}
{"example_id": -2569300021052159707, "prediction": "five living former presidents . The most recent death of a former president was on December 26 , 2006 with the death of Gerald Ford .", "binary_answer": null, "no_answer_prob": 1.6948084235191345}
{"example_id": -5187089324434847643, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8299858570098877}
{"example_id": -6776026954673420873, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8674569725990295}
{"example_id": -7770730039393288116, "prediction": "`` Friend of Mine ''", "binary_answer": null, "no_answer_prob": -0.2942805215716362}
{"example_id": 7079483537106337049, "prediction": "the Northeast that set the stage for rapid industrialization modeled on British innovations .", "binary_answer": null, "no_answer_prob": 0.5025399327278137}
{"example_id": 2016511776226837046, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1325549483299255}
{"example_id": -2528637924843693435, "prediction": "Captain America : The Winter Soldier is a 2014 American superhero film", "binary_answer": null, "no_answer_prob": -0.9458149671554565}
{"example_id": 1274270609013327939, "prediction": "Cheap Trick", "binary_answer": null, "no_answer_prob": -0.5465939044952393}
{"example_id": -2898980350230658963, "prediction": "A Rush of Blood to the Head", "binary_answer": null, "no_answer_prob": 0.03478139638900757}
{"example_id": 1592153645701322107, "prediction": "The Hate U Give", "binary_answer": null, "no_answer_prob": 0.795491099357605}
{"example_id": 242696097585979862, "prediction": "1988", "binary_answer": null, "no_answer_prob": -3.031559705734253}
{"example_id": 7217982241150852359, "prediction": "Green Bay Packers", "binary_answer": null, "no_answer_prob": -2.0414024591445923}
{"example_id": 3915247485462383626, "prediction": "Neil Richard MacKinnon Gaiman", "binary_answer": null, "no_answer_prob": 5.967905759811401}
{"example_id": 516837182992389871, "prediction": "Gina Tognoni", "binary_answer": null, "no_answer_prob": -7.3912447690963745}
{"example_id": 8116824124734816791, "prediction": "Mitchell Kupchak", "binary_answer": null, "no_answer_prob": -6.9274680614471436}
{"example_id": 356246320999175397, "prediction": "April 15 , 1955", "binary_answer": null, "no_answer_prob": -2.5121960639953613}
{"example_id": 6843921136574249233, "prediction": "The Gospel According to Matthew", "binary_answer": null, "no_answer_prob": 3.1158303022384644}
{"example_id": 4929932361639002137, "prediction": "The palace was designed by Michelozzo di Bartolomeo for Cosimo de ' Medici", "binary_answer": null, "no_answer_prob": 2.6659640073776245}
{"example_id": -8212570271479809148, "prediction": "March 16 , 2018", "binary_answer": null, "no_answer_prob": 2.1889923810958862}
{"example_id": -5978097463654951739, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7724063396453857}
{"example_id": 468396155423384472, "prediction": "Paul Brown", "binary_answer": null, "no_answer_prob": -6.476000905036926}
{"example_id": -2662086163627013321, "prediction": "Thales -- who attempted to explain natural phenomena without recourse to mythology -- and Democritus , the atomist .", "binary_answer": null, "no_answer_prob": -0.2037562131881714}
{"example_id": 4175143834811808644, "prediction": "", "binary_answer": null, "no_answer_prob": 2.759680151939392}
{"example_id": -4798644940681251731, "prediction": "`` Opposites Attract '' is a song recorded by Paula Abdul , featured on her debut album Forever Your Girl", "binary_answer": null, "no_answer_prob": -0.5280751883983612}
{"example_id": 6384961221331944426, "prediction": "", "binary_answer": null, "no_answer_prob": 2.033106714487076}
{"example_id": -3955497084016242230, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9890680015087128}
{"example_id": -321331280006624082, "prediction": "Silverstein begins the poem by describing the place where the sidewalk ends . This place that is only encountered by the imagination", "binary_answer": null, "no_answer_prob": 0.5411974191665649}
{"example_id": -831281928208870199, "prediction": "", "binary_answer": null, "no_answer_prob": -3.7202244997024536}
{"example_id": -6867675077988614447, "prediction": "Portrait of a Mobster", "binary_answer": null, "no_answer_prob": 1.1261820793151855}
{"example_id": 1481899277986677704, "prediction": "Workers ' compensation", "binary_answer": null, "no_answer_prob": 1.044263243675232}
{"example_id": 4472987726489577416, "prediction": "", "binary_answer": null, "no_answer_prob": 2.740043342113495}
{"example_id": 3395547195169230690, "prediction": "Joseph", "binary_answer": null, "no_answer_prob": -1.5634797811508179}
{"example_id": 2689099986364480143, "prediction": "Billy Joel", "binary_answer": null, "no_answer_prob": -0.6584062576293945}
{"example_id": 934852776765142448, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8668993711471558}
{"example_id": -6097728779933717199, "prediction": "", "binary_answer": null, "no_answer_prob": 2.901920795440674}
{"example_id": 356630487253212830, "prediction": "The Cathedral of the Holy Cross and Saint Eulalia", "binary_answer": null, "no_answer_prob": 3.8207665383815765}
{"example_id": 7722933773876083666, "prediction": "Fifty Shades of Grey", "binary_answer": null, "no_answer_prob": -0.16932201385498047}
{"example_id": 973750659147295946, "prediction": "", "binary_answer": null, "no_answer_prob": 3.339693635702133}
{"example_id": 3389481330660729334, "prediction": "The President", "binary_answer": null, "no_answer_prob": -1.3124485909938812}
{"example_id": -1163266752060859717, "prediction": "", "binary_answer": null, "no_answer_prob": 2.178124785423279}
{"example_id": -4751404676967078067, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2743399441242218}
{"example_id": 5041893092456296405, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1047979593276978}
{"example_id": 6598063736766554205, "prediction": "The Virginia Company", "binary_answer": null, "no_answer_prob": 0.9731860756874084}
{"example_id": 8612400649446195452, "prediction": "Colin Arthur O'Donoghue", "binary_answer": null, "no_answer_prob": -6.74698805809021}
{"example_id": -9081296789891648512, "prediction": "", "binary_answer": null, "no_answer_prob": -2.026163101196289}
{"example_id": 4259104891930638568, "prediction": "the Pair - o - Dice Club", "binary_answer": null, "no_answer_prob": -0.8215761184692383}
{"example_id": 2513749516304516986, "prediction": "", "binary_answer": null, "no_answer_prob": -4.188380241394043}
{"example_id": -5875337645724746142, "prediction": "How to Train Your Dragon is a 2010 American 3D computer - animated action fantasy film", "binary_answer": null, "no_answer_prob": 2.249290831387043}
{"example_id": 468441290262314100, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5039864778518677}
{"example_id": -6718964413666712767, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1369547247886658}
{"example_id": 4899085708450794437, "prediction": "Germany and the Allied Powers", "binary_answer": null, "no_answer_prob": -0.25757133960723877}
{"example_id": 4861913605968678245, "prediction": "The name `` John Doe '' ( or `` John Doo '' ) , `` Richard Roe", "binary_answer": null, "no_answer_prob": -0.030675232410430908}
{"example_id": -2481178513235236170, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 3.0845744609832764}
{"example_id": -6345068262407026769, "prediction": "`` Ca n't Stop the Feeling ! '' is a song recorded by American singer - songwriter Justin Timberlake", "binary_answer": null, "no_answer_prob": 3.796040068846196}
{"example_id": -6375302892812228979, "prediction": "Wizards on Deck with Hannah Montana", "binary_answer": null, "no_answer_prob": 3.217077612876892}
{"example_id": 7473042064231399526, "prediction": "120 miles ( 190 km ) northeast of Houston . Founded in 1882 , the population was 35,067 at the 2010 census .", "binary_answer": null, "no_answer_prob": -2.4080745205283165}
{"example_id": -3110720926103674635, "prediction": "`` Jesus wept", "binary_answer": null, "no_answer_prob": -0.8402308225631714}
{"example_id": -5823031833919755447, "prediction": "Albuquerque", "binary_answer": null, "no_answer_prob": -0.6172473132610321}
{"example_id": -7981587189260272825, "prediction": "The Post Office ( Bengali : Dak Ghar ) is a 1912 play by Rabindranath Tagore", "binary_answer": null, "no_answer_prob": 1.860941767692566}
{"example_id": 5634966611401071851, "prediction": "In Wikipedia , a page can usually be renamed if the existing title is incorrect or needs to be changed ; this is called moving a page", "binary_answer": null, "no_answer_prob": -0.6207478046417236}
{"example_id": -2750191549338820772, "prediction": "pharynx", "binary_answer": null, "no_answer_prob": -1.4332683086395264}
{"example_id": 4367989482858749273, "prediction": "Stephanie Courtney", "binary_answer": null, "no_answer_prob": -11.190581679344177}
{"example_id": -3769908616476922781, "prediction": "Tom Hanks ( 1995 -- present ) Jim Hanks ( 1996 -- present )", "binary_answer": null, "no_answer_prob": 0.03932011127471924}
{"example_id": -6128892653961791251, "prediction": "Susan Farrell Egan", "binary_answer": null, "no_answer_prob": -5.080940246582031}
{"example_id": -5261952957084736987, "prediction": "Chivalry of a Failed Knight", "binary_answer": null, "no_answer_prob": 4.294869601726532}
{"example_id": -6449208412503638211, "prediction": "William Ray Guy", "binary_answer": null, "no_answer_prob": -1.3803374767303467}
{"example_id": 3897225624303698473, "prediction": "The Cubs defeated the Indians", "binary_answer": null, "no_answer_prob": -1.7453203573822975}
{"example_id": -2863963991480587539, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4726470708847046}
{"example_id": 2950006076180984136, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9749923944473267}
{"example_id": 6351154984861339712, "prediction": "`` Sunglasses at Night ''", "binary_answer": null, "no_answer_prob": 2.274964302778244}
{"example_id": -7466388092492004736, "prediction": "", "binary_answer": null, "no_answer_prob": 2.111587107181549}
{"example_id": -7220769125538712636, "prediction": "", "binary_answer": null, "no_answer_prob": 3.455235481262207}
{"example_id": -1984408088448258463, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5328431129455566}
{"example_id": -8244908021066347454, "prediction": "June 9 , 2017", "binary_answer": null, "no_answer_prob": -9.131499290466309}
{"example_id": 4739951767021836375, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3337703943252563}
{"example_id": 268614114430921357, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3517001271247864}
{"example_id": -4166045070266400754, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8282211124897003}
{"example_id": 7049879526021736257, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2899001836776733}
{"example_id": 661456154174232501, "prediction": "", "binary_answer": null, "no_answer_prob": 2.424230694770813}
{"example_id": -2311913086332948080, "prediction": "", "binary_answer": null, "no_answer_prob": 3.899616003036499}
{"example_id": -4265285030704299083, "prediction": "The Land of Stories Cover of the first book in the series The Wishing Spell", "binary_answer": null, "no_answer_prob": 0.9752868413925171}
{"example_id": -6812137183581733858, "prediction": "to contribute to peace and security", "binary_answer": null, "no_answer_prob": -0.10296142101287842}
{"example_id": 5531911333168706217, "prediction": "Bobby Fuller Four", "binary_answer": null, "no_answer_prob": -1.7013274431228638}
{"example_id": 4980656524643063530, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5365578532218933}
{"example_id": 4467124663752101822, "prediction": "Paul McCartney", "binary_answer": null, "no_answer_prob": 0.5170605182647705}
{"example_id": 7114382665620525377, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6223055021837354}
{"example_id": -3725203258952186952, "prediction": "", "binary_answer": null, "no_answer_prob": 2.803015984594822}
{"example_id": 145323670024929837, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7792413458228111}
{"example_id": -5655138518494734410, "prediction": "Roses are red , Violets are blue , Sugar is sweet , And so are you .", "binary_answer": null, "no_answer_prob": 4.053522974252701}
{"example_id": -5379461449961067329, "prediction": "Tristan Lake Leabu", "binary_answer": null, "no_answer_prob": 0.6566076278686523}
{"example_id": 5599733516030079093, "prediction": "12 -- 13 years", "binary_answer": null, "no_answer_prob": -3.115091234445572}
{"example_id": -2553556619835069918, "prediction": "", "binary_answer": null, "no_answer_prob": 3.754300117492676}
{"example_id": -2957836305060538273, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1054744720458984}
{"example_id": -4382266524520421815, "prediction": "The second season is set to premiere on September 26 , 2017 .", "binary_answer": null, "no_answer_prob": -0.7886614799499512}
{"example_id": 1616237473165664061, "prediction": "`` Splish Splash '' is a 1958 song performed and co-written by Bobby Darin", "binary_answer": null, "no_answer_prob": -0.6335301995277405}
{"example_id": -6866060323435637928, "prediction": "New Orleans Pelicans", "binary_answer": null, "no_answer_prob": -5.758019715547562}
{"example_id": -1343240487337372127, "prediction": "Thirty - three amendments", "binary_answer": null, "no_answer_prob": 1.6676794290542603}
{"example_id": 1150447732194270924, "prediction": "", "binary_answer": null, "no_answer_prob": 1.046592891216278}
{"example_id": 359450293348926726, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6419109106063843}
{"example_id": 6498351616473686914, "prediction": "`` Fox on the Run '' is a song by the British band Sweet", "binary_answer": null, "no_answer_prob": 0.4402889013290405}
{"example_id": 6442806862613309751, "prediction": "North Korea invaded South Korea following a series of clashes along the border .", "binary_answer": null, "no_answer_prob": 2.1851342916488647}
{"example_id": 4441423473090602621, "prediction": "`` When You Say Nothing at All '' is a country song written by Paul Overstreet and Don Schlitz", "binary_answer": null, "no_answer_prob": 2.0484135150909424}
{"example_id": 7861381397122222459, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -1.5508222579956055}
{"example_id": -6486554537666411973, "prediction": "The vocals were also used for the song All In Check by DJ Butcher in 2013 .", "binary_answer": null, "no_answer_prob": -0.9885256290435791}
{"example_id": 1959948038096218378, "prediction": "The psoas major", "binary_answer": null, "no_answer_prob": 1.1209893226623535}
{"example_id": -1107953808744692072, "prediction": "Platform as a Service ( PaaS ) or Application Platform as a Service ( aPaaS ) or platform base service", "binary_answer": null, "no_answer_prob": 3.319376230239868}
{"example_id": -541023224360220479, "prediction": "Dirty Dancing", "binary_answer": null, "no_answer_prob": 3.3827110528945923}
{"example_id": -1031365752292745176, "prediction": "Serjeant - at - Arms", "binary_answer": null, "no_answer_prob": 1.1685185432434082}
{"example_id": 6536227200403555989, "prediction": "", "binary_answer": null, "no_answer_prob": 5.932340323925018}
{"example_id": -7220102714440455217, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1107050776481628}
{"example_id": 9032355488833523238, "prediction": "Amy Lou Adams", "binary_answer": null, "no_answer_prob": 3.065215677022934}
{"example_id": -7551391992051288214, "prediction": "", "binary_answer": null, "no_answer_prob": 1.378994733095169}
{"example_id": 1246489462684875434, "prediction": "Lionel Richie", "binary_answer": null, "no_answer_prob": -2.009950637817383}
{"example_id": -5539931265072791856, "prediction": "Melissa Ivy Rauch", "binary_answer": null, "no_answer_prob": -4.253618955612183}
{"example_id": 4570336723049550086, "prediction": "", "binary_answer": null, "no_answer_prob": 5.5038320273160934}
{"example_id": 1344035187694569533, "prediction": "Money in the Bank", "binary_answer": null, "no_answer_prob": -0.67702317237854}
{"example_id": -8853507693210218570, "prediction": "The Cubs defeated the Indians", "binary_answer": null, "no_answer_prob": -0.6699482053518295}
{"example_id": 3143257260196765132, "prediction": "George V", "binary_answer": null, "no_answer_prob": -1.1862651109695435}
{"example_id": -1055308356336907893, "prediction": "The fragment crystallizable region", "binary_answer": null, "no_answer_prob": -3.5563682317733765}
{"example_id": 6543958158924633918, "prediction": "Female fertility", "binary_answer": null, "no_answer_prob": 0.00806531310081482}
{"example_id": -8791735237243353128, "prediction": "John Michael Montgomery", "binary_answer": null, "no_answer_prob": -2.262771725654602}
{"example_id": -149910843536911261, "prediction": "", "binary_answer": null, "no_answer_prob": 2.222861170768738}
{"example_id": 4942113658402673564, "prediction": "`` Ai n't No Sunshine '' is a song by Bill Withers", "binary_answer": null, "no_answer_prob": 1.8371210098266602}
{"example_id": 6597849309864189042, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5572380423545837}
{"example_id": -876791510063092428, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1051002740859985}
{"example_id": -1041845407499791279, "prediction": "", "binary_answer": null, "no_answer_prob": 5.280473113059998}
{"example_id": 1213841541602031939, "prediction": "Chad", "binary_answer": null, "no_answer_prob": -1.265554428100586}
{"example_id": -4166659670216895268, "prediction": "The Day of the Dead", "binary_answer": null, "no_answer_prob": -0.7762793898582458}
{"example_id": -5741529748561577462, "prediction": "", "binary_answer": null, "no_answer_prob": -0.48838265985250473}
{"example_id": -670771198783217826, "prediction": "24,733", "binary_answer": null, "no_answer_prob": 0.016482830047607422}
{"example_id": -7580641375690397855, "prediction": "Stuck in the Middle is an American comedy television series", "binary_answer": null, "no_answer_prob": -4.531760573387146}
{"example_id": 5979958328447810229, "prediction": "`` What 's Going On '' is a song by American recording artist Marvin Gaye", "binary_answer": null, "no_answer_prob": 0.18251287937164307}
{"example_id": 4826614782148526300, "prediction": "the 1660s", "binary_answer": null, "no_answer_prob": -1.1745353937149048}
{"example_id": 5922952721580882103, "prediction": "The western jackdaw", "binary_answer": null, "no_answer_prob": 2.0007593035697937}
{"example_id": -7461589558275857359, "prediction": "", "binary_answer": null, "no_answer_prob": 4.717309951782227}
{"example_id": -5322872077213434192, "prediction": "Grace VanderWaal", "binary_answer": null, "no_answer_prob": -6.256641387939453}
{"example_id": 6364152146572596871, "prediction": "The American Revolutionary War ( 1775 -- 1783 ) , also known as the American War of Independence", "binary_answer": null, "no_answer_prob": 0.46560531854629517}
{"example_id": 1632410882188619249, "prediction": "`` I Want to Hold Your Hand '' is a song by the English rock band the Beatles", "binary_answer": null, "no_answer_prob": 0.767713189125061}
{"example_id": 3366458579522969857, "prediction": "", "binary_answer": null, "no_answer_prob": 4.009976089000702}
{"example_id": 6694113471852335389, "prediction": "", "binary_answer": null, "no_answer_prob": 2.192198995500803}
{"example_id": 6630474084456126063, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0101508311927319}
{"example_id": -3878745313594466596, "prediction": "", "binary_answer": null, "no_answer_prob": 4.366520881652832}
{"example_id": -8922581957960919724, "prediction": "Muhammad Ali", "binary_answer": null, "no_answer_prob": 1.964787483215332}
{"example_id": -6100954942203195099, "prediction": "the Clash", "binary_answer": null, "no_answer_prob": -3.484385371208191}
{"example_id": -6325456239012977754, "prediction": "The Munich Agreement was a settlement permitting Nazi Germany 's annexation of portions of Czechoslovakia", "binary_answer": null, "no_answer_prob": 0.1909191608428955}
{"example_id": -4915414765002970162, "prediction": "Merl Saunders and Aunt Monk", "binary_answer": null, "no_answer_prob": -2.785655975341797}
{"example_id": 5607113578932933503, "prediction": "Ashley Tisdale", "binary_answer": null, "no_answer_prob": -0.7812917232513428}
{"example_id": 4071403295287634356, "prediction": "Super Bowl LI", "binary_answer": null, "no_answer_prob": 0.849960096180439}
{"example_id": 6705220630079828423, "prediction": "`` Low ''", "binary_answer": null, "no_answer_prob": 1.0278156995773315}
{"example_id": 837134008413339166, "prediction": "", "binary_answer": null, "no_answer_prob": 2.888164132833481}
{"example_id": -4069971689810770014, "prediction": "The Bipartisan Campaign Reform Act", "binary_answer": null, "no_answer_prob": 3.229148745536804}
{"example_id": 2634309541804933826, "prediction": "Player Salary Team Stephen Curry", "binary_answer": null, "no_answer_prob": 0.030903935432434082}
{"example_id": -2744848720723075103, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4910519123077393}
{"example_id": 8021505322235820583, "prediction": "electric rock band , it has been described as the `` first folk rock hit '' .", "binary_answer": null, "no_answer_prob": 0.7616086900234222}
{"example_id": -6124671108556740184, "prediction": "October 6 , 2016", "binary_answer": null, "no_answer_prob": 1.813935399055481}
{"example_id": -8402604807335932746, "prediction": "Theodore `` T - Dog '' Douglas", "binary_answer": null, "no_answer_prob": 3.9437572360038757}
{"example_id": 846466415522403319, "prediction": "", "binary_answer": null, "no_answer_prob": -1.450107753276825}
{"example_id": 4685212989500661509, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5997138470411301}
{"example_id": 1238109232605090078, "prediction": "comedy", "binary_answer": null, "no_answer_prob": 0.03208363056182861}
{"example_id": -595650446576941707, "prediction": "Lake Erie", "binary_answer": null, "no_answer_prob": -1.162026047706604}
{"example_id": -7772007195020978401, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8918728828430176}
{"example_id": -3264674982292768799, "prediction": "Child 's Play", "binary_answer": null, "no_answer_prob": -4.997807264328003}
{"example_id": -5521006102229892452, "prediction": "", "binary_answer": null, "no_answer_prob": -3.193280816078186}
{"example_id": -429379574595977800, "prediction": "1986", "binary_answer": null, "no_answer_prob": -6.997093915939331}
{"example_id": 8439040944638176449, "prediction": "The Moon", "binary_answer": null, "no_answer_prob": -1.9429110288619995}
{"example_id": -6015101730475168915, "prediction": "Human geography", "binary_answer": null, "no_answer_prob": 0.654997706413269}
{"example_id": 784291719838105725, "prediction": "`` ( Everything I Do ) I Do It for You '' is a song by Canadian singer - songwriter Bryan Adams", "binary_answer": null, "no_answer_prob": 1.1037016026675701}
{"example_id": -3483011450707341319, "prediction": "August 15 , 2018 ( 2018 - 08 - 15 ) 2018 ( 2018 ) 22 N / A", "binary_answer": null, "no_answer_prob": -2.514416456222534}
{"example_id": 4032723618566492898, "prediction": "", "binary_answer": null, "no_answer_prob": 1.636292040348053}
{"example_id": 2121161681161335801, "prediction": "", "binary_answer": null, "no_answer_prob": 2.743993401527405}
{"example_id": 6155560793917430810, "prediction": "Tokyo", "binary_answer": null, "no_answer_prob": -1.5888276100158691}
{"example_id": -215003195275662680, "prediction": "to produce paperboard and paper", "binary_answer": null, "no_answer_prob": -2.0011613368988037}
{"example_id": 3449079148029779691, "prediction": "6", "binary_answer": null, "no_answer_prob": -1.0660343170166016}
{"example_id": -2418339530591519123, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4455865621566772}
{"example_id": -8633078021273712957, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2203709483146667}
{"example_id": -8915405815403601409, "prediction": "As of January 2018 , a three - fifths majority vote is still required to end debates on legislation .", "binary_answer": null, "no_answer_prob": 1.1343802213668823}
{"example_id": 6684818987084822312, "prediction": "26", "binary_answer": null, "no_answer_prob": 0.35566234588623047}
{"example_id": 5512872882789362668, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8412042260169983}
{"example_id": -707552382835249129, "prediction": "Russia", "binary_answer": null, "no_answer_prob": -2.2673217058181763}
{"example_id": 8905720950532543368, "prediction": "Wonder Woman", "binary_answer": null, "no_answer_prob": 1.7601548433303833}
{"example_id": 5973430427289461596, "prediction": "to obscure the relationship between the key and the ciphertext -- Shannon 's property of confusion .", "binary_answer": null, "no_answer_prob": -1.0055735111236572}
{"example_id": 7199901351170635175, "prediction": "2004", "binary_answer": null, "no_answer_prob": 0.6454859375953674}
{"example_id": -1804262397982016815, "prediction": "Rock Master Scott & the Dynamic Three", "binary_answer": null, "no_answer_prob": -3.288049817085266}
{"example_id": -7920362459767518847, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0036351084709167}
{"example_id": -8100744638070002920, "prediction": "1961", "binary_answer": null, "no_answer_prob": -0.4491327032446861}
{"example_id": 6883774263524480290, "prediction": "Molly Ephraim", "binary_answer": null, "no_answer_prob": -10.325680673122406}
{"example_id": -6502004260589290469, "prediction": "Secondary sex characteristics", "binary_answer": null, "no_answer_prob": -3.0325905084609985}
{"example_id": -6402844944660092580, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9405075460672379}
{"example_id": -1085928132280576267, "prediction": "Hades", "binary_answer": null, "no_answer_prob": -5.455375075340271}
{"example_id": 4504620014908485951, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8737200498580933}
{"example_id": -6556649465321053999, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7899704575538635}
{"example_id": 6271348324466812633, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8399863839149475}
{"example_id": 7941306389553725367, "prediction": "Todd Rundgren", "binary_answer": null, "no_answer_prob": -2.1473629474639893}
{"example_id": 3317714975739547118, "prediction": "240 km ( 150 mi ) at its widest to 33.3 km ( 20.7 mi )", "binary_answer": null, "no_answer_prob": -0.25063514709472656}
{"example_id": -5163884000033880530, "prediction": "Lost Somewhere Between the Earth and My Home", "binary_answer": null, "no_answer_prob": 2.1042932868003845}
{"example_id": -1860389322007279332, "prediction": "President Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -2.1536865234375}
{"example_id": 5868551717756388710, "prediction": "The song was written by Eagles ' members Randy Meisner , Don Henley and Glenn Frey", "binary_answer": null, "no_answer_prob": 2.81952166557312}
{"example_id": 9220663460464598812, "prediction": "`` Play That Funky Music", "binary_answer": null, "no_answer_prob": 2.6640081852674484}
{"example_id": 3693459640333682880, "prediction": "One Direction", "binary_answer": null, "no_answer_prob": 2.11956125497818}
{"example_id": 9220692531499688215, "prediction": "`` Where Were You ( When the World Stopped Turning ) ''", "binary_answer": null, "no_answer_prob": 2.799821227788925}
{"example_id": 7168704693559091435, "prediction": "Sunil Pal", "binary_answer": null, "no_answer_prob": 2.2502025365829468}
{"example_id": -9188174930677880480, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8769954442977905}
{"example_id": -9099010440740722699, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7095595598220825}
{"example_id": -7243407486979574406, "prediction": "Rhazes", "binary_answer": null, "no_answer_prob": -2.917860269546509}
{"example_id": 1063320969246893459, "prediction": "25 is the third studio album by English singer Adele", "binary_answer": null, "no_answer_prob": -1.4940813779830933}
{"example_id": 4931818985411843949, "prediction": "Malcolm Brogdon", "binary_answer": null, "no_answer_prob": -2.082639217376709}
{"example_id": -7504397554360672876, "prediction": "", "binary_answer": null, "no_answer_prob": 2.229536145925522}
{"example_id": 814067538875541918, "prediction": "Kristian - Joy Alfonso", "binary_answer": null, "no_answer_prob": -1.7453078031539917}
{"example_id": 1934472999585374855, "prediction": "The fifth series of the British comedy drama television series Cold Feet", "binary_answer": null, "no_answer_prob": 1.5898773716762662}
{"example_id": 8039495354668394547, "prediction": "Morphogenesis", "binary_answer": null, "no_answer_prob": 0.07950401306152344}
{"example_id": 1409850394569378615, "prediction": "", "binary_answer": null, "no_answer_prob": 3.864453226327896}
{"example_id": -8999574577662585246, "prediction": "Anne Bancroft", "binary_answer": null, "no_answer_prob": -0.8447530269622803}
{"example_id": -7785894462299749544, "prediction": "", "binary_answer": null, "no_answer_prob": 3.268192231655121}
{"example_id": -9128109071847081809, "prediction": "Olivia Rose Keegan", "binary_answer": null, "no_answer_prob": -2.3351608514785767}
{"example_id": -1424496325356761966, "prediction": "Alec Guinness , while in the prequel trilogy a younger version of the character is portrayed by Ewan McGregor", "binary_answer": null, "no_answer_prob": -1.1058931350708008}
{"example_id": -7853143689850009487, "prediction": "George Washington ( 1732 -- 1799 ) , Thomas Jefferson ( 1743 -- 1826 ) , Theodore Roosevelt", "binary_answer": null, "no_answer_prob": -4.815909206867218}
{"example_id": 6286551461120724945, "prediction": "the Orca", "binary_answer": null, "no_answer_prob": 0.37399935722351074}
{"example_id": 8173596466316951072, "prediction": "", "binary_answer": null, "no_answer_prob": 1.328552097082138}
{"example_id": 6154657679730068731, "prediction": "Anthony Kiedis and bassist Flea , longtime drummer Chad Smith , and former touring guitarist Josh Klinghoffer", "binary_answer": null, "no_answer_prob": -0.9157915115356445}
{"example_id": 8337268387587684596, "prediction": "Love & Hip Hop : Atlanta", "binary_answer": null, "no_answer_prob": 3.4295208351686597}
{"example_id": 2353231353857719928, "prediction": "", "binary_answer": null, "no_answer_prob": 2.195551872253418}
{"example_id": 3886605791238493209, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9199694395065308}
{"example_id": -5292751219007154095, "prediction": "In September 2015 , the 193 member states of the United Nations unanimously adopted the Sustainable Development Goals", "binary_answer": null, "no_answer_prob": 1.2519571781158447}
{"example_id": 7232773031032315501, "prediction": "", "binary_answer": null, "no_answer_prob": 2.755035161972046}
{"example_id": 5907766322085943901, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1] The Notebook", "binary_answer": null, "no_answer_prob": 5.153390169143677}
{"example_id": -1527245675085837482, "prediction": "Shalamar", "binary_answer": null, "no_answer_prob": -0.8998962640762329}
{"example_id": -8106560152135977028, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3278123140335083}
{"example_id": -6216172202074419320, "prediction": "", "binary_answer": null, "no_answer_prob": 2.165508449077606}
{"example_id": 4961790409760426286, "prediction": "certificate of deposit ( CD )", "binary_answer": null, "no_answer_prob": 2.444063365459442}
{"example_id": 5773515733727732435, "prediction": "", "binary_answer": null, "no_answer_prob": -1.8135178089141846}
{"example_id": -4800065882775836812, "prediction": "", "binary_answer": null, "no_answer_prob": 0.16487407684326172}
{"example_id": -324100760681938275, "prediction": "Jawaharlal Nehru", "binary_answer": null, "no_answer_prob": -6.4805519580841064}
{"example_id": -6113042688590090067, "prediction": "", "binary_answer": null, "no_answer_prob": 2.582566022872925}
{"example_id": -4934991506510928885, "prediction": "Elizabeth Hamilton", "binary_answer": null, "no_answer_prob": -3.151803493499756}
{"example_id": 2429844308386530131, "prediction": "", "binary_answer": null, "no_answer_prob": 4.065384745597839}
{"example_id": 549569588216219548, "prediction": "The British - American animated comedy television series The Amazing World of Gumball", "binary_answer": null, "no_answer_prob": 3.070202589035034}
{"example_id": -9200022132889031798, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7774995975196362}
{"example_id": 8313148684241439744, "prediction": "first past the post", "binary_answer": null, "no_answer_prob": -0.005121588706970215}
{"example_id": 302608262905064823, "prediction": "`` Hey Ya !", "binary_answer": null, "no_answer_prob": 1.2519655227661133}
{"example_id": -9014547525984148785, "prediction": "", "binary_answer": null, "no_answer_prob": 1.048978254199028}
{"example_id": 6176731182289294699, "prediction": "Jane Taylor", "binary_answer": null, "no_answer_prob": 0.4794391393661499}
{"example_id": 8156384123497576270, "prediction": "Imhotep", "binary_answer": null, "no_answer_prob": -2.129779577255249}
{"example_id": 1966439278700039703, "prediction": "", "binary_answer": null, "no_answer_prob": 0.19685924425721169}
{"example_id": 4411672003276898792, "prediction": "Beauty and the Beast", "binary_answer": null, "no_answer_prob": 0.5328147411346436}
{"example_id": 2597571126009322521, "prediction": "Filming commenced October 13 , 1938", "binary_answer": null, "no_answer_prob": 2.462663173675537}
{"example_id": 1977081247194957124, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0832910537719727}
{"example_id": -1339409633903780340, "prediction": "", "binary_answer": null, "no_answer_prob": 2.901410222053528}
{"example_id": -809271287779744472, "prediction": "Paid in Full", "binary_answer": null, "no_answer_prob": 0.2872265577316284}
{"example_id": 3920674755999659346, "prediction": "", "binary_answer": null, "no_answer_prob": 0.21083366870880127}
{"example_id": 7413176576162269138, "prediction": "Peter Mensah", "binary_answer": null, "no_answer_prob": -1.4286600351333618}
{"example_id": -3966484059233258685, "prediction": "`` How Can You Mend a Broken Heart", "binary_answer": null, "no_answer_prob": -0.30485641956329346}
{"example_id": 6005554700775960153, "prediction": "1994", "binary_answer": null, "no_answer_prob": -1.0078320503234863}
{"example_id": 4628157630763001418, "prediction": "`` How Far I 'll Go ''", "binary_answer": null, "no_answer_prob": 0.7975724041461945}
{"example_id": -7021981143973671844, "prediction": "In December 1961 , in the famous `` Venetian Room '' at the Fairmont Hotel in San Francisco , Tony Bennett", "binary_answer": null, "no_answer_prob": 3.123036026954651}
{"example_id": -1973626278762022871, "prediction": "6,620,908", "binary_answer": null, "no_answer_prob": -2.8362016677856445}
{"example_id": -3012665802601042120, "prediction": "Batman v Superman : Dawn of Justice", "binary_answer": null, "no_answer_prob": -0.033728599548339844}
{"example_id": 6822719966202218884, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Back bacon", "binary_answer": null, "no_answer_prob": 0.022120562382042408}
{"example_id": 2361496676859219904, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5479895174503326}
{"example_id": 864773693879271536, "prediction": "This economic miracle was the result of post-World War II Japan and West Germany benefiting from the Cold War", "binary_answer": null, "no_answer_prob": 1.5023998618125916}
{"example_id": -1788623852654199834, "prediction": "`` All the Way Up '' is a song by American rappers Fat Joe and Remy Ma", "binary_answer": null, "no_answer_prob": -0.17326855659484863}
{"example_id": 1494936337169897330, "prediction": "Antigua and Barbuda", "binary_answer": null, "no_answer_prob": -0.9766401052474976}
{"example_id": -6689717885343199417, "prediction": "`` Qadam Qadam Badhaye Ja '' ( Hindi : \u0915\u093c\u0926\u092e \u0915\u093c\u0926\u092e \u092c\u0922\u093c\u093e\u092f\u0947 \u091c\u093e )", "binary_answer": null, "no_answer_prob": 1.8712823390960693}
{"example_id": -2640070257143175475, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2631044387817383}
{"example_id": -740764507015585567, "prediction": "Abel Tasman", "binary_answer": null, "no_answer_prob": -7.259026288986206}
{"example_id": 5740345371625171383, "prediction": "Electrical phenomena have been studied since antiquity", "binary_answer": null, "no_answer_prob": 1.3784596920013428}
{"example_id": 1918325730067416331, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8498425483703613}
{"example_id": 8913654836219621939, "prediction": "In additive color models", "binary_answer": null, "no_answer_prob": 1.283461570739746}
{"example_id": -5687322860459272735, "prediction": "`` Oh Cecilia ( Breaking My Heart ) '' is a 2014 single by British pop band The Vamps", "binary_answer": null, "no_answer_prob": -0.7585223913192749}
{"example_id": 5237973877094965982, "prediction": "", "binary_answer": null, "no_answer_prob": 1.808873474597931}
{"example_id": 20190138539993992, "prediction": "Following Arnie 's 18th birthday party , Bonnie climbs the stairs to her bedroom for the first time since her husband 's suicide", "binary_answer": null, "no_answer_prob": 1.4649125337600708}
{"example_id": 8501301649668944199, "prediction": "dystrophin protein", "binary_answer": null, "no_answer_prob": -0.8568289279937744}
{"example_id": -4102688898759230453, "prediction": "Tommy Vercetti Grand Theft Auto character Tommy Vercetti , as seen in Grand Theft Auto : Vice City", "binary_answer": null, "no_answer_prob": 4.550397157669067}
{"example_id": 4144073983389071360, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3801949620246887}
{"example_id": 8676950560075026529, "prediction": "The Minnesota State Fair", "binary_answer": null, "no_answer_prob": 1.9790688753128052}
{"example_id": -8692966746673263974, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The continental crust", "binary_answer": null, "no_answer_prob": 1.597253680229187}
{"example_id": -7846175543670883128, "prediction": "Harvard University", "binary_answer": null, "no_answer_prob": -0.7002109289169312}
{"example_id": -584014262632318057, "prediction": "Article Five of the United States Constitution", "binary_answer": null, "no_answer_prob": -0.6911531686782837}
{"example_id": -4164863977825995783, "prediction": "", "binary_answer": null, "no_answer_prob": 5.663465276360512}
{"example_id": -9074540270690984493, "prediction": "Tell Me You Love Me", "binary_answer": null, "no_answer_prob": -0.995089054107666}
{"example_id": 8035634299863591515, "prediction": "20 Stat. 152", "binary_answer": null, "no_answer_prob": -5.619824707508087}
{"example_id": 7152393228855355637, "prediction": "To Kill a Mockingbird", "binary_answer": null, "no_answer_prob": 1.1528859436511993}
{"example_id": -283898457742941923, "prediction": "The history of anime can be traced back to the start of the 20th century , with the earliest verifiable films dating from 1917 .", "binary_answer": null, "no_answer_prob": 1.500530481338501}
{"example_id": 8386116580467011103, "prediction": "The military had a strong influence on Japanese society from the Meiji Restoration", "binary_answer": null, "no_answer_prob": 1.6126930117607117}
{"example_id": 7215097050648798922, "prediction": "Color names Name Hex", "binary_answer": null, "no_answer_prob": 0.32291489839553833}
{"example_id": -1237660938414050219, "prediction": "Antonio Meucci", "binary_answer": null, "no_answer_prob": -0.5115993022918701}
{"example_id": 5677549626771096811, "prediction": "The Bachelor ( season 22 ) Promotional poster", "binary_answer": null, "no_answer_prob": 2.555551201105118}
{"example_id": 5053437001563697902, "prediction": "", "binary_answer": null, "no_answer_prob": 3.268067240715027}
{"example_id": 1936968610475459199, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7440969944000244}
{"example_id": -7059085327774987280, "prediction": "Pyeongchang", "binary_answer": null, "no_answer_prob": -0.004236698150634766}
{"example_id": -4024224768921013008, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0426204204559326}
{"example_id": 5634568042007223136, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.122211933135986}
{"example_id": -406531455840864444, "prediction": "Eddie Murphy", "binary_answer": null, "no_answer_prob": -5.930072546005249}
{"example_id": -721329311106499395, "prediction": "LeBron Raymone James", "binary_answer": null, "no_answer_prob": -0.06719499826431274}
{"example_id": 4947063739330014023, "prediction": "", "binary_answer": null, "no_answer_prob": 3.234062910079956}
{"example_id": 1809029627525130619, "prediction": "$ 10.25 million", "binary_answer": null, "no_answer_prob": -3.4920734763145447}
{"example_id": -5743502796259901300, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9209741950035095}
{"example_id": 4259076375981713191, "prediction": "", "binary_answer": null, "no_answer_prob": 3.542898029088974}
{"example_id": -4081025050135057853, "prediction": "", "binary_answer": null, "no_answer_prob": -3.3554307222366333}
{"example_id": 96502675088888956, "prediction": "", "binary_answer": null, "no_answer_prob": 2.913482904434204}
{"example_id": 6121541514232848122, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 3.877869129180908}
{"example_id": -5404173960983008913, "prediction": "An interesting forerunner to the movie camera was the machine invented by Francis Ronalds at the Kew Observatory in 1845", "binary_answer": null, "no_answer_prob": -4.5052255392074585}
{"example_id": 7760609859570217617, "prediction": "Saturn", "binary_answer": null, "no_answer_prob": 0.6651159226894379}
{"example_id": 4446827082362659974, "prediction": "", "binary_answer": null, "no_answer_prob": 4.226905465126038}
{"example_id": -1109399901384006898, "prediction": "Mediterranean Sea", "binary_answer": null, "no_answer_prob": 0.2568244934082031}
{"example_id": -255536896297005191, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9540061950683594}
{"example_id": -3723479063774660081, "prediction": "", "binary_answer": null, "no_answer_prob": -1.463095784187317}
{"example_id": -8810254384052022453, "prediction": "Home and Away : All or Nothing", "binary_answer": null, "no_answer_prob": 4.111103415489197}
{"example_id": 5967381679542830494, "prediction": "As a promotion for the film , the studio built 73 `` dream houses '' in various locations in the United States", "binary_answer": null, "no_answer_prob": 2.8383514881134033}
{"example_id": -7338168744552472942, "prediction": "", "binary_answer": null, "no_answer_prob": 2.365129739046097}
{"example_id": 2231885850737344356, "prediction": "The 2016", "binary_answer": null, "no_answer_prob": -1.6632906198501587}
{"example_id": 922233723732129849, "prediction": "Sliced bread", "binary_answer": null, "no_answer_prob": -0.8860164284706116}
{"example_id": 1337245947825406175, "prediction": "", "binary_answer": null, "no_answer_prob": 1.259679090231657}
{"example_id": -4823366807206658748, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4261860847473145}
{"example_id": 2483283470007308442, "prediction": "Tom Hughes", "binary_answer": null, "no_answer_prob": -3.093207001686096}
{"example_id": -7925691335966602894, "prediction": "`` Out Here on My Own '' is a ballad from the 1980 musical film Fame , performed by Irene Cara", "binary_answer": null, "no_answer_prob": 2.5295636355876923}
{"example_id": -8397651993627578981, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5871408581733704}
{"example_id": -4693853334238548650, "prediction": "John Newton", "binary_answer": null, "no_answer_prob": -5.393144488334656}
{"example_id": 5170765158681567047, "prediction": "1903", "binary_answer": null, "no_answer_prob": -8.782179415225983}
{"example_id": 2615772212577833974, "prediction": "", "binary_answer": null, "no_answer_prob": -4.777978777885437}
{"example_id": -4899732917834003952, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Passive immunity", "binary_answer": null, "no_answer_prob": 4.692698299884796}
{"example_id": -1343175721933797206, "prediction": "`` Guaglione", "binary_answer": null, "no_answer_prob": 0.7212954163551331}
{"example_id": 1480908489472248735, "prediction": "`` Lenore '' is a poem by the American author Edgar Allan Poe", "binary_answer": null, "no_answer_prob": 3.4906981587409973}
{"example_id": 667957236772653012, "prediction": "`` Hero ''", "binary_answer": null, "no_answer_prob": -2.113577961921692}
{"example_id": -8980556105133086858, "prediction": "Rea", "binary_answer": null, "no_answer_prob": -6.220662474632263}
{"example_id": -2626070203629177044, "prediction": "season two", "binary_answer": null, "no_answer_prob": -1.6924684047698975}
{"example_id": 4030516148869596640, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9280171394348145}
{"example_id": 1511200362073020314, "prediction": "Nic\u00e9phore Ni\u00e9pce", "binary_answer": null, "no_answer_prob": -7.728335022926331}
{"example_id": 8688547147381696071, "prediction": "10 September 1977", "binary_answer": null, "no_answer_prob": -0.1753290891647339}
{"example_id": 2137982139849145838, "prediction": "Queen of the Damned", "binary_answer": null, "no_answer_prob": 1.3252709805965424}
{"example_id": 2762057807250995453, "prediction": "`` Find Out Who Your Friends Are", "binary_answer": null, "no_answer_prob": -2.2347259521484375}
{"example_id": -3191898835305484552, "prediction": "`` Riding with the King '' -- 4 : 18 `` You May Already Be a Winner", "binary_answer": null, "no_answer_prob": 0.011671185493469238}
{"example_id": -325206254929308816, "prediction": "", "binary_answer": null, "no_answer_prob": 5.036088049411774}
{"example_id": -274259542723133906, "prediction": "The Maya ruins of Belize", "binary_answer": null, "no_answer_prob": 1.8710508830845356}
{"example_id": 3824927193670508937, "prediction": "Peshawar and Multan", "binary_answer": null, "no_answer_prob": 0.16897308826446533}
{"example_id": -7619551093452639579, "prediction": "The Green Stripe ( La Raie Verte ) , also known as Portrait of Madame Matisse", "binary_answer": null, "no_answer_prob": 1.2556717693805695}
{"example_id": 2836845871426149567, "prediction": "", "binary_answer": null, "no_answer_prob": 0.03769254684448242}
{"example_id": -5985778016542817967, "prediction": "", "binary_answer": null, "no_answer_prob": 4.509793996810913}
{"example_id": 5231022271295622969, "prediction": "The American Dream is rooted in the Declaration of Independence", "binary_answer": null, "no_answer_prob": 2.3441409803926945}
{"example_id": 2812190943719486227, "prediction": "", "binary_answer": null, "no_answer_prob": 1.482859943062067}
{"example_id": 8413167144738872616, "prediction": "The Alaska Purchase", "binary_answer": null, "no_answer_prob": 1.9406342133879662}
{"example_id": -4566536088537382616, "prediction": "In the Catholic Church , holy days of obligation", "binary_answer": null, "no_answer_prob": 0.6469891667366028}
{"example_id": -6920576676355467260, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5212261080741882}
{"example_id": 8512969563249507975, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 1.2888109683990479}
{"example_id": -7990399494587091768, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4391674995422363}
{"example_id": 599949173090345196, "prediction": "", "binary_answer": null, "no_answer_prob": 1.853096842765808}
{"example_id": 2000886023214751524, "prediction": "Peppa Pig", "binary_answer": null, "no_answer_prob": -0.09304159879684448}
{"example_id": 3581991713445181755, "prediction": "", "binary_answer": null, "no_answer_prob": -0.1978774070739746}
{"example_id": 5811596846272693508, "prediction": "Lay Down Sally", "binary_answer": null, "no_answer_prob": -1.1344728469848633}
{"example_id": -2829882027840439256, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5306724160909653}
{"example_id": 6804231395663863524, "prediction": "People with the surname Camp have no single origin or ancestor , the name instead having been chosen by different families over a few centuries", "binary_answer": null, "no_answer_prob": -2.0102412700653076}
{"example_id": 2897007301412391712, "prediction": "Between 1776 and 1789 , the United States of America", "binary_answer": null, "no_answer_prob": -3.5153695344924927}
{"example_id": 3865235180369780977, "prediction": "The `` Graveyard Shift ''", "binary_answer": null, "no_answer_prob": 3.619560480117798}
{"example_id": -527800910909580533, "prediction": "The Bridge of the Americas", "binary_answer": null, "no_answer_prob": 2.178320400416851}
{"example_id": -2456830649098012971, "prediction": "Tony Christie", "binary_answer": null, "no_answer_prob": 4.852923423051834}
{"example_id": -4140543111592861597, "prediction": "", "binary_answer": null, "no_answer_prob": 1.039141833782196}
{"example_id": 5861920862668836213, "prediction": "", "binary_answer": null, "no_answer_prob": 4.244585871696472}
{"example_id": 1817648432958914754, "prediction": "The Niger River", "binary_answer": null, "no_answer_prob": -2.175316631793976}
{"example_id": 8916901533963853861, "prediction": "The tallest building in Seattle is the 76 - story Columbia Center", "binary_answer": null, "no_answer_prob": -2.0697373151779175}
{"example_id": 1047958472968341050, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5658569037914276}
{"example_id": 3553432308560140022, "prediction": "Carolina Panthers", "binary_answer": null, "no_answer_prob": -3.568854482844472}
{"example_id": -8279936909131625284, "prediction": "The Miracles", "binary_answer": null, "no_answer_prob": 1.6891343593597412}
{"example_id": 851583558774395855, "prediction": "Vol. 3 ... Life and Times of S. Carter", "binary_answer": null, "no_answer_prob": -4.987337589263916}
{"example_id": 4497104537102220856, "prediction": "The holonomic brain theory", "binary_answer": null, "no_answer_prob": -0.5481128096580505}
{"example_id": 3643218479176707788, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4149742126464844}
{"example_id": 4769942565621669224, "prediction": "The surname Jarrett", "binary_answer": null, "no_answer_prob": -1.6364226341247559}
{"example_id": 4864611424904346120, "prediction": "", "binary_answer": null, "no_answer_prob": 3.957440108060837}
{"example_id": -153630409098550487, "prediction": "Dr. Henry Walton `` Indiana '' Jones Jr.", "binary_answer": null, "no_answer_prob": -4.459361672401428}
{"example_id": -6306114852543713535, "prediction": "American Samoa , Guam , the Northern Mariana Islands , Puerto Rico , and the United States Virgin Islands", "binary_answer": null, "no_answer_prob": -0.8447121679782867}
{"example_id": 2398620722121614226, "prediction": "Tamara Drasin", "binary_answer": null, "no_answer_prob": -5.384591817855835}
{"example_id": 1930650212240765664, "prediction": "The first season of the show was filmed in Hammond , Louisiana", "binary_answer": null, "no_answer_prob": -0.3800942897796631}
{"example_id": -5188348962234054398, "prediction": "", "binary_answer": null, "no_answer_prob": 3.267189145088196}
{"example_id": 6810157145348798184, "prediction": "", "binary_answer": null, "no_answer_prob": 3.385981321334839}
{"example_id": -2760249624892104173, "prediction": "", "binary_answer": null, "no_answer_prob": 1.394185982644558}
{"example_id": 744447684240531341, "prediction": "1992", "binary_answer": null, "no_answer_prob": 0.19169330596923828}
{"example_id": 751140925774453410, "prediction": "`` Angel '' is a song by Canadian singer - songwriter Sarah McLachlan", "binary_answer": null, "no_answer_prob": 2.138344168663025}
{"example_id": -4179986337643371482, "prediction": "The New Economic Policy", "binary_answer": null, "no_answer_prob": -1.2737770080566406}
{"example_id": 2223765238218548870, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8806251287460327}
{"example_id": 2779124666399654300, "prediction": "", "binary_answer": null, "no_answer_prob": 3.947380781173706}
{"example_id": -5690654523794863560, "prediction": "The British Agricultural Revolution", "binary_answer": null, "no_answer_prob": 2.1843717703595757}
{"example_id": -6833612481033953721, "prediction": "", "binary_answer": null, "no_answer_prob": 0.22004291415214539}
{"example_id": 1286026366306393544, "prediction": "The History of the Punjab", "binary_answer": null, "no_answer_prob": 0.9520484209060669}
{"example_id": 5853833184311434333, "prediction": "The American Civil War ( also known by other names ) was a war fought in the United States ( U.S. ) from 1861 to 1865", "binary_answer": null, "no_answer_prob": -3.955254077911377}
{"example_id": -2925528533974125175, "prediction": "World population ( millions , UN estimates ) # Top ten most populous countries 2000 2015 2030 * China", "binary_answer": null, "no_answer_prob": 0.34717750549316406}
{"example_id": -1417707174918401145, "prediction": "1933", "binary_answer": null, "no_answer_prob": -5.039326906204224}
{"example_id": -262285990122555813, "prediction": "", "binary_answer": null, "no_answer_prob": -1.0648518800735474}
{"example_id": -2930548385576995493, "prediction": "President Donald Trump", "binary_answer": null, "no_answer_prob": -2.786638855934143}
{"example_id": -5859694655713701066, "prediction": "The Rest of the Story", "binary_answer": null, "no_answer_prob": 2.0993504263460636}
{"example_id": 7351493351443696561, "prediction": "", "binary_answer": null, "no_answer_prob": 3.626586139202118}
{"example_id": 1712232021028342928, "prediction": "a prime example of recent species and genus extinction ( see also the List of extinct plants ) .", "binary_answer": null, "no_answer_prob": -0.19205033779144287}
{"example_id": 2294890317977417781, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4163724184036255}
{"example_id": 6303755203792861704, "prediction": "", "binary_answer": null, "no_answer_prob": 0.028389841318130493}
{"example_id": 2921411983799370989, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1663259491324425}
{"example_id": 5733933193406628605, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4400261640548706}
{"example_id": 8257745602961832064, "prediction": "Kiki Dee", "binary_answer": null, "no_answer_prob": -0.7195475101470947}
{"example_id": 6737843651411916559, "prediction": "Boston Celtics center Bill Russell", "binary_answer": null, "no_answer_prob": -5.013923466205597}
{"example_id": -2337044385169496974, "prediction": "Armistice Day is commemorated every year on 11 November", "binary_answer": null, "no_answer_prob": -2.7155808210372925}
{"example_id": -2151287130811612546, "prediction": "Bryan Lee Cranston", "binary_answer": null, "no_answer_prob": 0.7364552021026611}
{"example_id": -255318809590056930, "prediction": "`` My Give a Damn 's Busted '' is a song written by American country music artist Joe Diffie", "binary_answer": null, "no_answer_prob": 3.6264116764068604}
{"example_id": 5543517453741490228, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.2592859864234924}
{"example_id": -5401686064708901956, "prediction": "Peyton Roi List", "binary_answer": null, "no_answer_prob": -8.253118634223938}
{"example_id": 7738796250497832131, "prediction": "", "binary_answer": null, "no_answer_prob": -2.2037353515625}
{"example_id": 5040434480532723839, "prediction": "The Registrar of Companies ( ROC )", "binary_answer": null, "no_answer_prob": -0.642547607421875}
{"example_id": -6685637941528430128, "prediction": "`` Right Here Waiting '' is a song by American singer and songwriter Richard Marx", "binary_answer": null, "no_answer_prob": 0.01656639575958252}
{"example_id": -7908582638807187945, "prediction": "Hank Williams", "binary_answer": null, "no_answer_prob": 0.34456801414489746}
{"example_id": -391803525098309600, "prediction": "True mysteries from history", "binary_answer": null, "no_answer_prob": 2.3262497782707214}
{"example_id": 612835151121785970, "prediction": "An email alias is simply a forwarding email address . The term alias expansion is sometimes used to indicate a specific mode of email forwarding", "binary_answer": null, "no_answer_prob": 1.4086930751800537}
{"example_id": 7217927647495271969, "prediction": "Aldrick Rosas", "binary_answer": null, "no_answer_prob": -2.3594136238098145}
{"example_id": -2119017604689021198, "prediction": "The San Diego Padres", "binary_answer": null, "no_answer_prob": -1.2336178915575147}
{"example_id": 5004205915651445856, "prediction": "Daniel Craig", "binary_answer": null, "no_answer_prob": 0.7634413242340088}
{"example_id": 2258832369743184112, "prediction": "R\u00e9jane `` Reggie '' Magloire and Rose Marie Ramsey .", "binary_answer": null, "no_answer_prob": 2.4309893934987485}
{"example_id": 285604116700483611, "prediction": "Everybody Loves Raymond", "binary_answer": null, "no_answer_prob": 2.078287363052368}
{"example_id": -812823179452036694, "prediction": "Laura Branigan", "binary_answer": null, "no_answer_prob": 4.081012398004532}
{"example_id": 6519165553360845522, "prediction": "Yannick D. Bisson", "binary_answer": null, "no_answer_prob": -3.945841670036316}
{"example_id": -5773353892295220775, "prediction": "BTS , also known as the Bangtan Boys", "binary_answer": null, "no_answer_prob": -2.28129780292511}
{"example_id": 8236593213458204693, "prediction": "Cassandra metaphor", "binary_answer": null, "no_answer_prob": -5.057035326957703}
{"example_id": -5679629452982597116, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.393094420433044}
{"example_id": 6103344685503605250, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9940441250801086}
{"example_id": -4750563267947774895, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8889000415802}
{"example_id": -1721660161955785520, "prediction": "Mail merge", "binary_answer": null, "no_answer_prob": 0.1095815896987915}
{"example_id": 7234022603878635102, "prediction": "The Battle of New Orleans", "binary_answer": null, "no_answer_prob": -2.2167720794677734}
{"example_id": -6846461035945895575, "prediction": "Ringo Starr", "binary_answer": null, "no_answer_prob": -2.13775634765625}
{"example_id": -3764074888103054890, "prediction": "Jeffrey DeMunn", "binary_answer": null, "no_answer_prob": -6.035473108291626}
{"example_id": -3054408902896859828, "prediction": "to effect changes according to their objectives", "binary_answer": null, "no_answer_prob": 0.529117226600647}
{"example_id": 6763804621758593493, "prediction": "Charlie Hunnam", "binary_answer": null, "no_answer_prob": -6.609350204467773}
{"example_id": -46335305808910180, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0169748067855835}
{"example_id": 6204028708994177860, "prediction": "The cardiac cycle", "binary_answer": null, "no_answer_prob": 1.1362136900424957}
{"example_id": 2292150320658999139, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0816753655672073}
{"example_id": 4605127645921665115, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6235927566885948}
{"example_id": 5011372607302841434, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.842560686171055}
{"example_id": -3587219982045145517, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9452963694930077}
{"example_id": -4736738161660291581, "prediction": "Ninja Warrior UK", "binary_answer": null, "no_answer_prob": 0.9803531169891357}
{"example_id": -7031264717791291442, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.3324891328811646}
{"example_id": 7453551074946380855, "prediction": "", "binary_answer": null, "no_answer_prob": 4.025657415390015}
{"example_id": 3170416916277335294, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4120534658432007}
{"example_id": -5514610157073493550, "prediction": "`` Angel of the Morning ''", "binary_answer": null, "no_answer_prob": 1.3407748341560364}
{"example_id": -1823342778995058366, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0842323899269104}
{"example_id": 3515151414386408906, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6183300018310547}
{"example_id": -115403931893135643, "prediction": "Roger Federer", "binary_answer": null, "no_answer_prob": -2.8850818872451782}
{"example_id": -257187971045469409, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7580479383468628}
{"example_id": -8392075655558744635, "prediction": "According to the 2011 census , the total population of the United Kingdom was around 63,182,000", "binary_answer": null, "no_answer_prob": -1.6185316741466522}
{"example_id": 5041895651454043396, "prediction": "", "binary_answer": null, "no_answer_prob": 4.008392363786697}
{"example_id": -8034699128743413867, "prediction": "Bonnie Tyler", "binary_answer": null, "no_answer_prob": -3.89010888338089}
{"example_id": 3733328795618507865, "prediction": "Kobe Bean Bryant", "binary_answer": null, "no_answer_prob": -0.016609251499176025}
{"example_id": 391179573295127277, "prediction": "The Allied occupation of Japan at the end of World War II", "binary_answer": null, "no_answer_prob": -2.108147621154785}
{"example_id": 6388557179784444555, "prediction": "Dallas , Texas", "binary_answer": null, "no_answer_prob": -5.710069894790649}
{"example_id": 138077025326896522, "prediction": "", "binary_answer": null, "no_answer_prob": -4.412225365638733}
{"example_id": 3640671681493893883, "prediction": "J.L. King", "binary_answer": null, "no_answer_prob": -7.502433657646179}
{"example_id": -531861138924629060, "prediction": "1984", "binary_answer": null, "no_answer_prob": 2.5369741171598434}
{"example_id": 344988131677404781, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7308653593063354}
{"example_id": 7625802922255144739, "prediction": "`` I Gotta Feeling", "binary_answer": null, "no_answer_prob": 2.53786101937294}
{"example_id": -6708597627282046108, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3891555070877075}
{"example_id": -6928408319238562984, "prediction": "`` Love Boat ''", "binary_answer": null, "no_answer_prob": -2.093930721282959}
{"example_id": 2314802871686187703, "prediction": "", "binary_answer": null, "no_answer_prob": 4.537605106830597}
{"example_id": -7069543095028872096, "prediction": "Pretty Little Liars", "binary_answer": null, "no_answer_prob": 5.002151682972908}
{"example_id": 4530023002366642239, "prediction": "", "binary_answer": null, "no_answer_prob": 4.157400608062744}
{"example_id": -7387336155754361954, "prediction": "Little Kastle", "binary_answer": null, "no_answer_prob": 1.77374267578125}
{"example_id": 8435530585240645761, "prediction": "1884", "binary_answer": null, "no_answer_prob": 0.7397935390472412}
{"example_id": 4203973093017340807, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4604716449975967}
{"example_id": -3232428630222566494, "prediction": "July 11 , 1960 Publisher J.B. Lippincott & Co . Pages 281", "binary_answer": null, "no_answer_prob": -0.8408163785934448}
{"example_id": 4484855302328927584, "prediction": "Julia Stiles", "binary_answer": null, "no_answer_prob": 1.8174304962158203}
{"example_id": -2646829841677310177, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2781962752342224}
{"example_id": -2829988372546807487, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4412022829055786}
{"example_id": -3844459215970812837, "prediction": "The United Kingdom has never sought to adopt the euro", "binary_answer": null, "no_answer_prob": 2.3617491722106934}
{"example_id": -7107175473432486, "prediction": "The Night Of is an American eight - part crime drama television miniseries based on Criminal Justice", "binary_answer": null, "no_answer_prob": -2.6071078777313232}
{"example_id": -3693100631592555151, "prediction": "Greg Maddux", "binary_answer": null, "no_answer_prob": -3.1445791721343994}
{"example_id": -6475504651141672731, "prediction": "For United States income tax purposes , a business entity", "binary_answer": null, "no_answer_prob": 2.307940900325775}
{"example_id": 7964865769045846762, "prediction": "", "binary_answer": null, "no_answer_prob": 5.232259392738342}
{"example_id": 2577677297665388592, "prediction": "Kyle Orlando Massey", "binary_answer": null, "no_answer_prob": 1.2503507137298584}
{"example_id": 7791361439639648835, "prediction": "`` How 's It Going to Be ''", "binary_answer": null, "no_answer_prob": 3.06063973903656}
{"example_id": 6035966620749378758, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3420389890670776}
{"example_id": 8604363031718573611, "prediction": "The atmosphere of Jupiter", "binary_answer": null, "no_answer_prob": -1.5030573606491089}
{"example_id": 934510591296222231, "prediction": "Ariel", "binary_answer": null, "no_answer_prob": 0.9853531122207642}
{"example_id": -3738656468090758930, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7286577224731445}
{"example_id": -4613881595249101883, "prediction": "Christmas in July is a Christmas celebration held in the month of July , the nature of which differs by hemisphere .", "binary_answer": null, "no_answer_prob": 2.2069016098976135}
{"example_id": -6041295842342855092, "prediction": "The War that Saved My Life", "binary_answer": null, "no_answer_prob": -0.5715419054031372}
{"example_id": 4509038911523375454, "prediction": "United States special operations forces", "binary_answer": null, "no_answer_prob": 2.7083096653223038}
{"example_id": 2994310703789342254, "prediction": "The Necessary and Proper Clause", "binary_answer": null, "no_answer_prob": -2.6189671754837036}
{"example_id": -783242176789132678, "prediction": "Magnetic tape is a medium for magnetic recording", "binary_answer": null, "no_answer_prob": 3.126415401697159}
{"example_id": 2051141609383316115, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3162533044815063}
{"example_id": 8657970742096423116, "prediction": "The Perks of Being a Wallflower", "binary_answer": null, "no_answer_prob": 4.20760440826416}
{"example_id": -638825361940158479, "prediction": "", "binary_answer": null, "no_answer_prob": 3.726941168308258}
{"example_id": -4255475506639406247, "prediction": "`` On the Wings of Love '' ( song ) , a song by Jeffrey Osborne", "binary_answer": null, "no_answer_prob": -0.8962061405181885}
{"example_id": -7027868822511838772, "prediction": "South Carolina . The following month , filming took place near San Antonio , Texas .", "binary_answer": null, "no_answer_prob": 1.3851645588874817}
{"example_id": 6361671696133085371, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6792219281196594}
{"example_id": 2726385297331090073, "prediction": "In the teaching of the Roman Catholic Church , an indulgence", "binary_answer": null, "no_answer_prob": -0.5104290246963501}
{"example_id": 5276344848494912898, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -2.0383838415145874}
{"example_id": -3179671441443702699, "prediction": "Franz Anton Beckenbauer", "binary_answer": null, "no_answer_prob": -2.010052800178528}
{"example_id": -4596881702768080801, "prediction": "Andreas Vo\u00dfkuhle Since March 2010", "binary_answer": null, "no_answer_prob": -0.6002517938613892}
{"example_id": 6451287467374052151, "prediction": "Audrey Hepburn as Holly Golightly - New York `` City '' girl - Socialite", "binary_answer": null, "no_answer_prob": -0.42295730113983154}
{"example_id": -3521108440661853550, "prediction": "James Anthony Bernard Little", "binary_answer": null, "no_answer_prob": 4.436310186982155}
{"example_id": 6685290313083181490, "prediction": "", "binary_answer": null, "no_answer_prob": 4.226383149623871}
{"example_id": -6983731177458482626, "prediction": "Pure Imagination", "binary_answer": null, "no_answer_prob": 2.6584877967834473}
{"example_id": -1634109155257355289, "prediction": "", "binary_answer": null, "no_answer_prob": 5.251831293106079}
{"example_id": -4489866549201049448, "prediction": "bottled water from the Nestl\u00e9 company , produced and marketed primarily in the Mid-Atlantic region of the United States .", "binary_answer": null, "no_answer_prob": 3.2706143856048584}
{"example_id": 8262980487954113263, "prediction": "", "binary_answer": null, "no_answer_prob": 2.291186213493347}
{"example_id": 7127577961923843538, "prediction": "Tony Christie", "binary_answer": null, "no_answer_prob": -0.31483566761016846}
{"example_id": 7657622689804497209, "prediction": "Bill Nighy", "binary_answer": null, "no_answer_prob": -3.0040494203567505}
{"example_id": 7253856942035773056, "prediction": "", "binary_answer": null, "no_answer_prob": 3.485731840133667}
{"example_id": -5782316998189633760, "prediction": "Dorothy Gale", "binary_answer": null, "no_answer_prob": 3.6806914806365967}
{"example_id": 8845144145742962785, "prediction": "Zoe Saldana - Perego", "binary_answer": null, "no_answer_prob": 0.902667760848999}
{"example_id": -445680023338895131, "prediction": "", "binary_answer": null, "no_answer_prob": 5.135826945304871}
{"example_id": -641784624712602786, "prediction": "", "binary_answer": null, "no_answer_prob": 0.42302000522613525}
{"example_id": -6558255662045389370, "prediction": "`` Come and Get Your Love '' is a 1974 hit single by the Native American rock band Redbone", "binary_answer": null, "no_answer_prob": 0.38550496101379395}
{"example_id": 3865526687079128857, "prediction": "", "binary_answer": null, "no_answer_prob": 4.162430003285408}
{"example_id": 2248513915774438255, "prediction": "Jennifer Joanna Aniston", "binary_answer": null, "no_answer_prob": 2.161154806613922}
{"example_id": 4430461448971731424, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Plate tectonics", "binary_answer": null, "no_answer_prob": 3.146877348423004}
{"example_id": -2674399045265674923, "prediction": "Actor Character Duration Peter Bergman", "binary_answer": null, "no_answer_prob": -1.5701344013214111}
{"example_id": -3282511763443943735, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5607950687408447}
{"example_id": 595873418668594159, "prediction": "The second Persian invasion of Greece", "binary_answer": null, "no_answer_prob": -2.285963535308838}
{"example_id": -5602532273345877851, "prediction": "Toronto , Ontario , Canada , Raleigh -- Durham , North Carolina , United States", "binary_answer": null, "no_answer_prob": -5.38111937046051}
{"example_id": 5726069871539807496, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1808539628982544}
{"example_id": -3587529399392865406, "prediction": "Alcoholism", "binary_answer": null, "no_answer_prob": 3.800202488899231}
{"example_id": -2071539794636121643, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0119065940380096}
{"example_id": -719589009878789898, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0710328221321106}
{"example_id": 2749519746986104119, "prediction": "17 November 2018", "binary_answer": null, "no_answer_prob": -2.362587809562683}
{"example_id": -3798613549797457414, "prediction": "", "binary_answer": null, "no_answer_prob": 1.521532952785492}
{"example_id": 2160121405830169838, "prediction": "816 , 975", "binary_answer": null, "no_answer_prob": -0.7913963794708252}
{"example_id": -5724562506561055624, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5122145414352417}
{"example_id": -819108407581507274, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1363499462604523}
{"example_id": -8264025226717404333, "prediction": "The primary first - level political ( administrative ) division of the United States is the state", "binary_answer": null, "no_answer_prob": 3.4234930276870728}
{"example_id": 2556132495859815791, "prediction": "Based on a mark in an interior chamber naming the work gang and a reference to the fourth dynasty Egyptian Pharaoh Khufu", "binary_answer": null, "no_answer_prob": -0.022424757480621338}
{"example_id": -8736734262812460408, "prediction": "The Ming dynasty", "binary_answer": null, "no_answer_prob": -1.3601624965667725}
{"example_id": -2462515405592581647, "prediction": "", "binary_answer": null, "no_answer_prob": 3.670324981212616}
{"example_id": 5892196353583881065, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5800255015492439}
{"example_id": -3316740611795463594, "prediction": "Clear and Present Danger is a political thriller novel , written by Tom Clancy", "binary_answer": null, "no_answer_prob": 0.13396263122558594}
{"example_id": 8707656992576219147, "prediction": "November 25 , 2002", "binary_answer": null, "no_answer_prob": -3.247649908065796}
{"example_id": 5114918023729260444, "prediction": "Giancarlo Stanton", "binary_answer": null, "no_answer_prob": -4.78959858417511}
{"example_id": 631029820982838132, "prediction": "`` Bad to the Bone '' is a song by George Thorogood and the Destroyers", "binary_answer": null, "no_answer_prob": -2.6655560731887817}
{"example_id": 1265705704686680374, "prediction": "A camera phone", "binary_answer": null, "no_answer_prob": -2.3824301958084106}
{"example_id": -4796256705084179689, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0703744888305664}
{"example_id": -6300092008984504759, "prediction": "more than 100 million copies in 100 different countries and 37 languages , Guinness World Records is the world 's best selling copyright book ever .", "binary_answer": null, "no_answer_prob": -0.0072498321533203125}
{"example_id": 8983970052405532957, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.4329620599746704}
{"example_id": -7683576576182123580, "prediction": "2017 College Football Playoff National Championship College Football Playoff Clemson Tigers", "binary_answer": null, "no_answer_prob": 0.5716229900717735}
{"example_id": -7801656114211799042, "prediction": "Canada United Nations membership Membership Full member Since 1945 ( 1945 ) UNSC seat Non-permanent Ambassador Marc - Andr\u00e9 Blanchard", "binary_answer": null, "no_answer_prob": 1.381706453859806}
{"example_id": 7783757446326297710, "prediction": "Fairly OddBaby", "binary_answer": null, "no_answer_prob": 1.857429563999176}
{"example_id": 5188253373440148921, "prediction": "The Gateway Arch", "binary_answer": null, "no_answer_prob": 1.4499128460884094}
{"example_id": -8247960020494946676, "prediction": "", "binary_answer": null, "no_answer_prob": 0.48688387870788574}
{"example_id": 1107377923758642169, "prediction": "Batman Beyond : Return of the Joker", "binary_answer": null, "no_answer_prob": 2.2098458111286163}
{"example_id": 4598371973362053090, "prediction": "Arsenal", "binary_answer": null, "no_answer_prob": 0.9903833866119385}
{"example_id": -3701591660373239787, "prediction": "a tribute to Syd Barrett", "binary_answer": null, "no_answer_prob": 0.3025493621826172}
{"example_id": -4358285440966667759, "prediction": "Buddhism and Jainism", "binary_answer": null, "no_answer_prob": 1.475541204214096}
{"example_id": 7120434877902085935, "prediction": "Roadside Picnic", "binary_answer": null, "no_answer_prob": -0.4821794033050537}
{"example_id": 1585316578999504970, "prediction": "1904", "binary_answer": null, "no_answer_prob": -4.599226117134094}
{"example_id": 7476846886958813305, "prediction": "", "binary_answer": null, "no_answer_prob": 2.73741751909256}
{"example_id": 1760315175373361571, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0947909355163574}
{"example_id": 729766815765327628, "prediction": "Amish Tripathi", "binary_answer": null, "no_answer_prob": -1.8978304862976074}
{"example_id": -1838600125632779285, "prediction": "The 2017 Open Championship", "binary_answer": null, "no_answer_prob": -0.12456171214580536}
{"example_id": 3449221565548429140, "prediction": "Thunder Bay", "binary_answer": null, "no_answer_prob": 0.1555078038945794}
{"example_id": -2044275015383793706, "prediction": "", "binary_answer": null, "no_answer_prob": 1.409274697303772}
{"example_id": 2016871610320845209, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5702377557754517}
{"example_id": 4068016151919013579, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4068444594740868}
{"example_id": -7931234188600504200, "prediction": "The movie was shot in Pacific Grove and around the Monterey Peninsula", "binary_answer": null, "no_answer_prob": -1.5125987529754639}
{"example_id": -7325210267828124260, "prediction": "Apollo 11", "binary_answer": null, "no_answer_prob": -2.244322896003723}
{"example_id": -7039891451955594884, "prediction": "`` Girls Just Want to Have Fun '' is a song written by and first recorded in 1979 by American musician Robert Hazard", "binary_answer": null, "no_answer_prob": 1.737219512462616}
{"example_id": -8887899769373988275, "prediction": "`` You 're the Best Thing ''", "binary_answer": null, "no_answer_prob": 2.986399829387665}
{"example_id": 3654252407672083306, "prediction": "Sweet Victory", "binary_answer": null, "no_answer_prob": -0.15340185165405273}
{"example_id": -8870401234502025682, "prediction": "April 2016", "binary_answer": null, "no_answer_prob": -0.11471962928771973}
{"example_id": 1991591476166635449, "prediction": "cryogenic temperatures or up to 1200 \u00b0 F ( 650 \u00b0 C )", "binary_answer": null, "no_answer_prob": 0.9471355676651001}
{"example_id": -2612397491117336640, "prediction": "Andrew Jackson", "binary_answer": null, "no_answer_prob": -1.1851365566253662}
{"example_id": 7139196345634280111, "prediction": "ram", "binary_answer": null, "no_answer_prob": -8.322563886642456}
{"example_id": -812893932737119495, "prediction": "USA Chris Evert", "binary_answer": null, "no_answer_prob": -3.712390422821045}
{"example_id": 3888473783614539155, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4360544681549072}
{"example_id": 3289687642937609257, "prediction": "The Immaculate Conception", "binary_answer": null, "no_answer_prob": 1.2056027948856354}
{"example_id": 4497138226542293017, "prediction": "", "binary_answer": null, "no_answer_prob": 0.1718624234199524}
{"example_id": -2117956373799487757, "prediction": "", "binary_answer": null, "no_answer_prob": 1.048352986574173}
{"example_id": 4941090611421671840, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2786346077919006}
{"example_id": -8534837945449659988, "prediction": "The Sandlot is a 1993", "binary_answer": null, "no_answer_prob": -1.6347894668579102}
{"example_id": -2844864662553203105, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Reality", "binary_answer": null, "no_answer_prob": 2.0433608889579773}
{"example_id": 1998317040061047440, "prediction": "`` Amie ''", "binary_answer": null, "no_answer_prob": 3.105624780058861}
{"example_id": -1316683382741344491, "prediction": "Craig Lowndes", "binary_answer": null, "no_answer_prob": 0.06051969528198242}
{"example_id": -5604236327496320469, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3298251628875732}
{"example_id": 2927480463543381318, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2027750611305237}
{"example_id": 8109929069504184290, "prediction": "1950", "binary_answer": null, "no_answer_prob": -6.8579264879226685}
{"example_id": 1652835814919396541, "prediction": "`` One Day I 'll Fly Away ''", "binary_answer": null, "no_answer_prob": -0.32553035020828247}
{"example_id": 2238955366807560237, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8050521016120911}
{"example_id": 3708071507835908564, "prediction": "Zoe Saldana - Perego", "binary_answer": null, "no_answer_prob": 3.493087947368622}
{"example_id": 1331206168489475839, "prediction": "Dayalbagh Educational Institute", "binary_answer": null, "no_answer_prob": 1.4690900035202503}
{"example_id": 9081920045651856509, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0111647844314575}
{"example_id": -1551514985236423693, "prediction": "", "binary_answer": null, "no_answer_prob": 3.961030125617981}
{"example_id": 3168075093775706608, "prediction": "an American allegorical locution of unclear origin , which describes a situation headed for disaster inescapably or precipitately .", "binary_answer": null, "no_answer_prob": -0.800361692905426}
{"example_id": 8886367537984761778, "prediction": "`` What 's It Gonna Be ? ! '' is the third single released by American rapper Busta Rhymes", "binary_answer": null, "no_answer_prob": 1.6287235915660858}
{"example_id": 4474533684829993472, "prediction": "", "binary_answer": null, "no_answer_prob": 1.573379099369049}
{"example_id": 164657081694304046, "prediction": "The Sinner", "binary_answer": null, "no_answer_prob": 2.363457500934601}
{"example_id": -2474594977941723144, "prediction": "Stan Jones", "binary_answer": null, "no_answer_prob": -0.4485512971878052}
{"example_id": 9095411831336756414, "prediction": "", "binary_answer": null, "no_answer_prob": 2.705954670906067}
{"example_id": 1963273581327624894, "prediction": "", "binary_answer": null, "no_answer_prob": -0.34627413749694824}
{"example_id": 5726816357053440874, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9436439275741577}
{"example_id": 2956137186934162832, "prediction": "Clerical celibacy", "binary_answer": null, "no_answer_prob": 2.4176933988928795}
{"example_id": -1623829653595228960, "prediction": "", "binary_answer": null, "no_answer_prob": 2.867322325706482}
{"example_id": 6977672286943223075, "prediction": "", "binary_answer": null, "no_answer_prob": 4.161644101142883}
{"example_id": -7430215849664073544, "prediction": "Puerto Rico", "binary_answer": null, "no_answer_prob": -1.1813256740570068}
{"example_id": -6772215572115433359, "prediction": "The music of the United States reflects the country 's multi-ethnic population through a diverse array of styles", "binary_answer": null, "no_answer_prob": 0.9962611794471741}
{"example_id": 5517382567649305153, "prediction": "The S.O.S. Band", "binary_answer": null, "no_answer_prob": -4.4148324728012085}
{"example_id": 2899637589481440726, "prediction": "Jos\u00e9 Reyes", "binary_answer": null, "no_answer_prob": -0.11882591247558594}
{"example_id": 3857168778929577117, "prediction": "two episodes of season two", "binary_answer": null, "no_answer_prob": 0.3606269359588623}
{"example_id": -4835982664253783650, "prediction": "October 17 , 2017", "binary_answer": null, "no_answer_prob": 1.1486878991127014}
{"example_id": -5804451696117765225, "prediction": "Moses Fleetwood Walker", "binary_answer": null, "no_answer_prob": -5.285266548395157}
{"example_id": -3650234844138379249, "prediction": "urethra", "binary_answer": null, "no_answer_prob": -2.6014755964279175}
{"example_id": -780038890942865068, "prediction": "Zahn Tokiya - ku McClarnon", "binary_answer": null, "no_answer_prob": -1.7573672533035278}
{"example_id": -6933378735828006337, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5623457431793213}
{"example_id": -1180066430424081783, "prediction": "the driver and constructor", "binary_answer": null, "no_answer_prob": 1.143154263496399}
{"example_id": 7320351552419433240, "prediction": "`` Killing Me Softly with His Song '' is a song composed by Charles Fox with lyrics by Norman Gimbel .", "binary_answer": null, "no_answer_prob": 2.0315780639648438}
{"example_id": -5053021032353789022, "prediction": "Karl Denver", "binary_answer": null, "no_answer_prob": -3.0888571739196777}
{"example_id": 2749044527299176241, "prediction": "The 1967", "binary_answer": null, "no_answer_prob": 1.6270702332258224}
{"example_id": 7064770311616051114, "prediction": "Georgann Johnson", "binary_answer": null, "no_answer_prob": 1.6697174310684204}
{"example_id": -6919111272474899642, "prediction": "Looney Tunes ' name was inspired by Walt Disney 's musical series Silly Symphonies", "binary_answer": null, "no_answer_prob": 1.1882885098457336}
{"example_id": 7428902671467301472, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1824873089790344}
{"example_id": -6969429404270881007, "prediction": "", "binary_answer": null, "no_answer_prob": 1.159530133008957}
{"example_id": 1386467007190406614, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A flowchart", "binary_answer": null, "no_answer_prob": 2.5817773044109344}
{"example_id": -2051808296560493693, "prediction": "42 8.41", "binary_answer": null, "no_answer_prob": 1.9115054607391357}
{"example_id": 8614356761406452020, "prediction": "", "binary_answer": null, "no_answer_prob": 4.379098296165466}
{"example_id": -7501795688741775956, "prediction": "Eagles", "binary_answer": null, "no_answer_prob": 2.548963785171509}
{"example_id": 6300037862383582147, "prediction": "Josef Bican", "binary_answer": null, "no_answer_prob": -4.308659791946411}
{"example_id": 6551710252690197340, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4699729084968567}
{"example_id": -2888994232455468445, "prediction": "4 May 2018", "binary_answer": null, "no_answer_prob": -4.586603879928589}
{"example_id": 261945718655304138, "prediction": "Twin Falls is the county seat and largest city of Twin Falls County , Idaho , United States . The city had a population of 44,125", "binary_answer": null, "no_answer_prob": -2.0069925785064697}
{"example_id": 3602314723071611495, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9357467889785767}
{"example_id": 6706192046867910984, "prediction": "The major histocompatibility complex", "binary_answer": null, "no_answer_prob": 2.4756030440330505}
{"example_id": -8027438484347755517, "prediction": "`` Yummy Yummy Yummy ''", "binary_answer": null, "no_answer_prob": 2.8356257006525993}
{"example_id": -8795582584527667139, "prediction": "October 11 , 2017", "binary_answer": null, "no_answer_prob": -4.0988136529922485}
{"example_id": 5586905958149607877, "prediction": "In cell biology , mitosis", "binary_answer": null, "no_answer_prob": -0.7559700012207031}
{"example_id": 2984965507880030901, "prediction": "Robbie Williams", "binary_answer": null, "no_answer_prob": -1.6826982498168945}
{"example_id": -8130459305023687710, "prediction": "Jab Tak Hai Jaan", "binary_answer": null, "no_answer_prob": 3.444557875394821}
{"example_id": -4784174240740338618, "prediction": "In meteorology , an air mass", "binary_answer": null, "no_answer_prob": 1.3246289677917957}
{"example_id": -4532256379564237266, "prediction": "", "binary_answer": null, "no_answer_prob": 0.633176863193512}
{"example_id": 6527763746324833638, "prediction": "April 4 , 2017", "binary_answer": null, "no_answer_prob": 1.1253440380096436}
{"example_id": 6757519085976641992, "prediction": "Flag Date Use Description 1957 / 1958 -- Flag of the Benelux", "binary_answer": null, "no_answer_prob": 1.008366346359253}
{"example_id": -9217413319375670467, "prediction": "", "binary_answer": null, "no_answer_prob": 2.82939749956131}
{"example_id": 3857840186806885888, "prediction": "", "binary_answer": null, "no_answer_prob": 4.317763984203339}
{"example_id": 1850817478192088474, "prediction": "The stapes", "binary_answer": null, "no_answer_prob": -0.5216678380966187}
{"example_id": 2244383554534720942, "prediction": "`` We Did n't Start the Fire '' is a song by Billy Joel", "binary_answer": null, "no_answer_prob": 0.0831536054611206}
{"example_id": 5540701807690820559, "prediction": "India ( IAST : Bh\u0101rat ) , also called the Republic of India", "binary_answer": null, "no_answer_prob": -4.292384333908558}
{"example_id": 7770542665385014098, "prediction": "`` The Onion Song '' was a hit for soul singers Marvin Gaye and Tammi Terrell", "binary_answer": null, "no_answer_prob": 4.3268728870898485}
{"example_id": -2881380661227539086, "prediction": "Hall & Oates", "binary_answer": null, "no_answer_prob": 1.1398362517356873}
{"example_id": -4805312203140293076, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 5.0375262796878815}
{"example_id": -3769509404840659125, "prediction": "Michael Jeffrey Jordan", "binary_answer": null, "no_answer_prob": -2.1915809512138367}
{"example_id": -7393957076978227129, "prediction": "June 12 , 2017", "binary_answer": null, "no_answer_prob": -1.8396656513214111}
{"example_id": 1825374846368629931, "prediction": "24", "binary_answer": null, "no_answer_prob": 1.384467363357544}
{"example_id": 2183348655367266599, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6233497858047485}
{"example_id": 7561758693801794012, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2892352938652039}
{"example_id": -4174885540677547634, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4021923542022705}
{"example_id": 6310846962226420206, "prediction": "Chiang Mai", "binary_answer": null, "no_answer_prob": 1.0490118265151978}
{"example_id": -7681888031479682364, "prediction": "Ben Simmons", "binary_answer": null, "no_answer_prob": -4.345041394233704}
{"example_id": -1622898892596900140, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1189032196998596}
{"example_id": 543986068996382685, "prediction": "Albuquerque", "binary_answer": null, "no_answer_prob": 0.9872316122055054}
{"example_id": 3043683985033009396, "prediction": "In sport , a cap is a metaphorical term for a player 's appearance in a game at international level", "binary_answer": null, "no_answer_prob": -2.9039695262908936}
{"example_id": -8080892130396390822, "prediction": "`` Man 's best friend ''", "binary_answer": null, "no_answer_prob": 2.4428852796554565}
{"example_id": 7854263207372705560, "prediction": "", "binary_answer": null, "no_answer_prob": -4.053873419761658}
{"example_id": -3582247121186713699, "prediction": "atrioventricular node", "binary_answer": null, "no_answer_prob": -4.348409295082092}
{"example_id": 6771093663807806032, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3807730674743652}
{"example_id": 4153098161620255396, "prediction": "Posterior column -- medial lemniscus pathway", "binary_answer": null, "no_answer_prob": -0.006609201431274414}
{"example_id": -4967416600195818018, "prediction": "December 15 , 1955", "binary_answer": null, "no_answer_prob": -2.4962606728076935}
{"example_id": 4362936489896297737, "prediction": "", "binary_answer": null, "no_answer_prob": 2.472533941268921}
{"example_id": 2088327690494562187, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0586206316947937}
{"example_id": 7901822206564032502, "prediction": "`` Just the Two of Us ''", "binary_answer": null, "no_answer_prob": -0.7746089696884155}
{"example_id": -6620602289994467130, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6762272715568542}
{"example_id": 4323235443402669187, "prediction": "The McDonald brothers opened their first restaurant adjacent to the Monrovia Airport in 1937", "binary_answer": null, "no_answer_prob": -2.8821539282798767}
{"example_id": -4653659407858942648, "prediction": "", "binary_answer": null, "no_answer_prob": -0.40968334674835205}
{"example_id": -1562894219989408434, "prediction": "Mufasa", "binary_answer": null, "no_answer_prob": 0.39926624298095703}
{"example_id": 1976902270831228522, "prediction": "July 27 , 2018 ( 2018 - 07 - 27 )", "binary_answer": null, "no_answer_prob": 3.762407749891281}
{"example_id": 4080170451722267299, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] In geography , latitude", "binary_answer": null, "no_answer_prob": 0.7200577259063721}
{"example_id": 5260129184479819055, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1522055864334106}
{"example_id": -7734953669711547854, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A storage organ", "binary_answer": null, "no_answer_prob": 2.7512216567993164}
{"example_id": 59285052061375594, "prediction": "Blind Faith", "binary_answer": null, "no_answer_prob": 0.013145208358764648}
{"example_id": 2323940396027002611, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6017827987670898}
{"example_id": -5972589964157591689, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5918301343917847}
{"example_id": -4825446004803252288, "prediction": "`` Ca n't You See '' is a song written by Toy Caldwell of The Marshall Tucker Band", "binary_answer": null, "no_answer_prob": 0.9347941875457764}
{"example_id": -4356711200244286691, "prediction": "", "binary_answer": null, "no_answer_prob": 3.868027985095978}
{"example_id": -8674023113654846699, "prediction": "The Battle of Shiloh ( also known as the Battle of Pittsburg Landing ) was a battle in the Western Theater", "binary_answer": null, "no_answer_prob": -3.3250627517700195}
{"example_id": -3981879150561413102, "prediction": "`` Last Train to Clarksville '' was the debut single by The Monkees", "binary_answer": null, "no_answer_prob": 0.4194604158401489}
{"example_id": 3146777178148103274, "prediction": "`` These Boots Are Made for Walkin ' ''", "binary_answer": null, "no_answer_prob": 3.0813263654708862}
{"example_id": -4911924466275325588, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] 512", "binary_answer": null, "no_answer_prob": 2.122628927230835}
{"example_id": -7729116205880435253, "prediction": "Southeast Asia", "binary_answer": null, "no_answer_prob": -2.1270201206207275}
{"example_id": -3286262148412985347, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 2.5386321544647217}
{"example_id": 6292490726277060002, "prediction": "", "binary_answer": null, "no_answer_prob": 3.795593738555908}
{"example_id": -3553235339366934090, "prediction": "of the South", "binary_answer": null, "no_answer_prob": 2.416980028152466}
{"example_id": 5320523448309021485, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4312084317207336}
{"example_id": -2133875997165551635, "prediction": "Donald Glover", "binary_answer": null, "no_answer_prob": -0.8353406451642513}
{"example_id": -3572938726829642945, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The London Underground", "binary_answer": null, "no_answer_prob": 0.8138403296470642}
{"example_id": -3361972665853010476, "prediction": "Star Wars", "binary_answer": null, "no_answer_prob": 0.49842405319213867}
{"example_id": -1886827504821971176, "prediction": "President Franklin D. Roosevelt", "binary_answer": null, "no_answer_prob": -6.2456992864608765}
{"example_id": -731510596498822470, "prediction": "", "binary_answer": null, "no_answer_prob": 2.675802081823349}
{"example_id": 3484054338780092487, "prediction": "", "binary_answer": null, "no_answer_prob": -3.2140610218048096}
{"example_id": -4678124860548339900, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9336011409759521}
{"example_id": 7847633231876858698, "prediction": "150 cm \u00d7 200 cm ( 59 in \u00d7 79 in ) 150 \u00d7 200 \u00d7 41 cm 225 \u00d7 260 cm 225 \u00d7 220 cm Euro", "binary_answer": null, "no_answer_prob": -1.5020008087158203}
{"example_id": -3530189360303646361, "prediction": "", "binary_answer": null, "no_answer_prob": -3.683264136314392}
{"example_id": -8819923230409422880, "prediction": "", "binary_answer": null, "no_answer_prob": 4.590224981307983}
{"example_id": -1176765890165849895, "prediction": "The Gulf of Tonkin Resolution", "binary_answer": null, "no_answer_prob": 2.7811001986265182}
{"example_id": -1759846998765986911, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1004751324653625}
{"example_id": -5432265529402411338, "prediction": "`` ( I Ca n't Get No ) Satisfaction ''", "binary_answer": null, "no_answer_prob": 0.9935402795672417}
{"example_id": 474117384072691879, "prediction": "Pakistan Super League", "binary_answer": null, "no_answer_prob": 2.523741066455841}
{"example_id": -6873208778776719938, "prediction": "`` Up , Up and Away ''", "binary_answer": null, "no_answer_prob": 2.7952628135681152}
{"example_id": 89280302097645121, "prediction": "Jackson , Mississippi City Images", "binary_answer": null, "no_answer_prob": 2.4596714973449707}
{"example_id": 172561015760161736, "prediction": "Larry Mullen Jr.", "binary_answer": null, "no_answer_prob": -3.6453840732574463}
{"example_id": -5665077689733138604, "prediction": "`` Stay ''", "binary_answer": null, "no_answer_prob": 1.3738413890823722}
{"example_id": -7488353947446900014, "prediction": "Isaac Newton", "binary_answer": null, "no_answer_prob": -2.0361745357513428}
{"example_id": 2368974856875134457, "prediction": "`` Straight from the Heart '' is a song by Canadian rock musician Bryan Adams", "binary_answer": null, "no_answer_prob": 1.1776032447814941}
{"example_id": 7669243591491515164, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1424105763435364}
{"example_id": -8495740597703765022, "prediction": "9 ( March 13 , 2017 )", "binary_answer": null, "no_answer_prob": 6.720078229904175}
{"example_id": 8011778858030016852, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5622089728713036}
{"example_id": -7148111256323891285, "prediction": "", "binary_answer": null, "no_answer_prob": 4.4241743683815}
{"example_id": 9065148710872415998, "prediction": "Dean Gerard Winters", "binary_answer": null, "no_answer_prob": -2.8955811262130737}
{"example_id": 1510902921486161174, "prediction": "Asia", "binary_answer": null, "no_answer_prob": 2.0461328327655792}
{"example_id": -3761811889800271547, "prediction": "`` Come Together ''", "binary_answer": null, "no_answer_prob": 5.2006887793540955}
{"example_id": -558280382167072449, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1255717873573303}
{"example_id": 5249600261372558083, "prediction": "", "binary_answer": null, "no_answer_prob": 2.738011509180069}
{"example_id": 7649976289982592175, "prediction": "School of Rock", "binary_answer": null, "no_answer_prob": 0.4470858573913574}
{"example_id": -2409417963572718470, "prediction": "", "binary_answer": null, "no_answer_prob": 2.388860821723938}
{"example_id": -2368638682117103571, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4109658114612103}
{"example_id": -6613286841018442641, "prediction": "11 . `` To the Other Side '' Kim Carnes , Greg Barnhill 4 : 10", "binary_answer": null, "no_answer_prob": -0.46064484119415283}
{"example_id": -2952789772011025865, "prediction": "Degrassi : The Next Generation", "binary_answer": null, "no_answer_prob": 1.1012893915176392}
{"example_id": 4436243926843536151, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6286351084709167}
{"example_id": -3223914617142043006, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4781664125621319}
{"example_id": -149316266217716781, "prediction": "Margaret Brainard Hamilton", "binary_answer": null, "no_answer_prob": 4.573425650596619}
{"example_id": 3574427179460200894, "prediction": "Kathryn Joosten", "binary_answer": null, "no_answer_prob": 0.6315041780471802}
{"example_id": -3173797870513599511, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9367185831069946}
{"example_id": -1148654775271788959, "prediction": "to efficiently transfer acoustic energy from compression waves in air to fluid -- membrane waves within the cochlea .", "binary_answer": null, "no_answer_prob": 0.9147520512342453}
{"example_id": 2951900109165683565, "prediction": "1986", "binary_answer": null, "no_answer_prob": -1.0882384777069092}
{"example_id": -4495099809761603038, "prediction": "In 1861 the Indian High Courts Act 1861", "binary_answer": null, "no_answer_prob": -1.00328528881073}
{"example_id": 6530073226676610626, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2881078720092773}
{"example_id": 8510411126702766011, "prediction": "I Am Number Four", "binary_answer": null, "no_answer_prob": 3.566926364786923}
{"example_id": 2829430480156542603, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The nitrogen cycle", "binary_answer": null, "no_answer_prob": 3.5144214630126953}
{"example_id": -8271282859243007079, "prediction": "Results of the War of 1812 the war of 1812 happened between Great Britain and the United States in 1812 . It caused no geographical changes", "binary_answer": null, "no_answer_prob": 0.6213927268981934}
{"example_id": -6472712490834106896, "prediction": "", "binary_answer": null, "no_answer_prob": -1.9247292280197144}
{"example_id": 5177236149421488712, "prediction": "", "binary_answer": null, "no_answer_prob": 3.388698399066925}
{"example_id": -1727338615562196801, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0607864260673523}
{"example_id": 5822042202779097196, "prediction": "Mary Hopkin", "binary_answer": null, "no_answer_prob": 1.5701845437288284}
{"example_id": 7511297383857077993, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0901073217391968}
{"example_id": -3409475557155632322, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4031456112861633}
{"example_id": -6983111258480511347, "prediction": "to contrive feelings of mystery , danger , death , or some sort of darker emotion like sorrow or obsessive love . Roses", "binary_answer": null, "no_answer_prob": 0.8703802675008774}
{"example_id": -5305749149743926890, "prediction": "Alabama , Alaska , Arizona , Florida , Georgia , Idaho , India", "binary_answer": null, "no_answer_prob": -1.918350338935852}
{"example_id": -7292435742885926044, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4824881553649902}
{"example_id": 4121685998075512512, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1713049113750458}
{"example_id": 3097040161716564935, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9319803714752197}
{"example_id": -456550905432013934, "prediction": "Polyandry", "binary_answer": null, "no_answer_prob": -6.359227478504181}
{"example_id": -3546232832573849648, "prediction": "Shake Me Loose", "binary_answer": null, "no_answer_prob": -6.659524917602539}
{"example_id": -2607914542965145960, "prediction": "", "binary_answer": null, "no_answer_prob": -0.19768353179097176}
{"example_id": -5875349907160844545, "prediction": "", "binary_answer": null, "no_answer_prob": 2.012454867362976}
{"example_id": -803586397254381544, "prediction": "The 2017 UEFA Europa League Final was the final match of the 2016 -- 17 UEFA Europa League", "binary_answer": null, "no_answer_prob": -0.9207037091255188}
{"example_id": 7546955423746590909, "prediction": "George Rogers Clark", "binary_answer": null, "no_answer_prob": -6.128729343414307}
{"example_id": 2028506532086873125, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1544937789440155}
{"example_id": -5534906830056581820, "prediction": "Randall Darius `` Randy '' Jackson", "binary_answer": null, "no_answer_prob": -0.12664645910263062}
{"example_id": 4566976817326754102, "prediction": "Hal Le Roy and Eunice Healey in the Broadway revue Thumbs Up !", "binary_answer": null, "no_answer_prob": 3.6949095726013184}
{"example_id": 3455060973685343176, "prediction": "Released March 15 , 2011 . Features the one - shot chapter of Tokyo Ghoul . It was published by Miracle Jump .", "binary_answer": null, "no_answer_prob": 4.442113995552063}
{"example_id": -5331354309162291530, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -0.04141521453857422}
{"example_id": -5562694927741210554, "prediction": "The Battle of France", "binary_answer": null, "no_answer_prob": 0.04134692717343569}
{"example_id": -153019505211791225, "prediction": "`` Heavy Is the Head", "binary_answer": null, "no_answer_prob": 1.527220368385315}
{"example_id": -8052865869743711441, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3384774327278137}
{"example_id": -7099311794779021669, "prediction": "Beowulf", "binary_answer": null, "no_answer_prob": -1.8789829015731812}
{"example_id": 1696844040475304475, "prediction": "Johnny Paycheck", "binary_answer": null, "no_answer_prob": 1.3162046074867249}
{"example_id": -9187038224311273946, "prediction": "Karan Kundra and Saanvi Talwar", "binary_answer": null, "no_answer_prob": -1.472330093383789}
{"example_id": -5695986377796768768, "prediction": "", "binary_answer": null, "no_answer_prob": 2.980016827583313}
{"example_id": 2565760302051776503, "prediction": "New England Patriots", "binary_answer": null, "no_answer_prob": -2.491331934928894}
{"example_id": 63469927479952609, "prediction": "simple substances , molecules , chemical compounds , or alloys .", "binary_answer": null, "no_answer_prob": 0.40620157122612}
{"example_id": 2756021819948503353, "prediction": "", "binary_answer": null, "no_answer_prob": 3.040743112564087}
{"example_id": 5680973535336173594, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1725867092609406}
{"example_id": 2897477286142838468, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5149696469306946}
{"example_id": -2147978953043809815, "prediction": "Manchester City", "binary_answer": null, "no_answer_prob": 1.3911395519971848}
{"example_id": -3396190534381397736, "prediction": "research commissioned by the federal government of the United States in the 1960s to build robust , fault - tolerant communication with computer networks", "binary_answer": null, "no_answer_prob": -2.4857314825057983}
{"example_id": 3850145161426052752, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1393561959266663}
{"example_id": -7406434194788762546, "prediction": "", "binary_answer": null, "no_answer_prob": 2.790028989315033}
{"example_id": -634416071878481840, "prediction": "Star Wars : Episode I -- The Phantom Menace is a 1999", "binary_answer": null, "no_answer_prob": 1.1514350175857544}
{"example_id": 657700948138972403, "prediction": "Harry Potter and the Half - Blood Prince", "binary_answer": null, "no_answer_prob": -1.727630615234375}
{"example_id": -7245397199986433863, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9801613986492157}
{"example_id": 6775762162619315471, "prediction": "The Lord 's Prayer", "binary_answer": null, "no_answer_prob": -1.5199254751205444}
{"example_id": -8864723560166329797, "prediction": "", "binary_answer": null, "no_answer_prob": 2.940311312675476}
{"example_id": 5966423140724318688, "prediction": "Mahatma Gandhi", "binary_answer": null, "no_answer_prob": -1.4275274276733398}
{"example_id": 1611395457201529599, "prediction": "Charles Calello", "binary_answer": null, "no_answer_prob": 0.7309830188751221}
{"example_id": -1115093424714215873, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -5.473421692848206}
{"example_id": -1320270879633457406, "prediction": "Mercury", "binary_answer": null, "no_answer_prob": -1.2574151158332825}
{"example_id": 5640734227440542292, "prediction": "Tara Chambler is a fictional character from the horror drama television series The Walking Dead", "binary_answer": null, "no_answer_prob": 6.312156021595001}
{"example_id": -5226444446624713120, "prediction": "light classical music", "binary_answer": null, "no_answer_prob": -0.002789139747619629}
{"example_id": -2606935586208134769, "prediction": "", "binary_answer": null, "no_answer_prob": 2.93980872631073}
{"example_id": -4793235161619072259, "prediction": "Billy Preston", "binary_answer": null, "no_answer_prob": -1.4123964309692383}
{"example_id": 6261197571272296736, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4666514694690704}
{"example_id": -9118147714442335775, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7418813705444336}
{"example_id": -2694789190461765235, "prediction": "", "binary_answer": null, "no_answer_prob": -0.12068438529968262}
{"example_id": -1947624456135949649, "prediction": "", "binary_answer": null, "no_answer_prob": 0.953200489282608}
{"example_id": 7713466607969510938, "prediction": "San Francisco", "binary_answer": null, "no_answer_prob": -7.67963844537735}
{"example_id": 1838262396312467632, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3345248699188232}
{"example_id": -7245719872817039138, "prediction": "June 30 , 2008", "binary_answer": null, "no_answer_prob": -3.1779839992523193}
{"example_id": -8319975474139178450, "prediction": "", "binary_answer": null, "no_answer_prob": 3.01034152507782}
{"example_id": 3098922038921973316, "prediction": "`` Jack & Diane '' is a 1982", "binary_answer": null, "no_answer_prob": 0.8783680200576782}
{"example_id": -2092231050480220754, "prediction": "The origin of the phrase remains obscure", "binary_answer": null, "no_answer_prob": -2.295226812362671}
{"example_id": 4347409978318282806, "prediction": "The transfer of sovereignty over Hong Kong", "binary_answer": null, "no_answer_prob": 1.7736684083938599}
{"example_id": -6909007989280228395, "prediction": "`` Some Like It Hot '' is a song recorded by The Power Station", "binary_answer": null, "no_answer_prob": -1.8854215145111084}
{"example_id": -432971297590955372, "prediction": "Juliet Rose Landau", "binary_answer": null, "no_answer_prob": -4.771594047546387}
{"example_id": -38871885317426783, "prediction": "The act avoided the highly disputed postponed life insurance policy payout for World War I veterans that caused political turmoil", "binary_answer": null, "no_answer_prob": -0.06409516930580139}
{"example_id": 6037429416683041154, "prediction": "`` Blackbird", "binary_answer": null, "no_answer_prob": 2.012750655412674}
{"example_id": 3072590264362653765, "prediction": "In Greek mythology , Icarus", "binary_answer": null, "no_answer_prob": 2.2040253281593323}
{"example_id": 9112933942721664502, "prediction": "Volume", "binary_answer": null, "no_answer_prob": 0.35538849234580994}
{"example_id": 7471377214035566678, "prediction": "French involvement in the American Revolutionary War began in 1775 , when France , a rival of the British Empire", "binary_answer": null, "no_answer_prob": 0.9922842234373093}
{"example_id": -2974342672141135357, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4359851777553558}
{"example_id": 1090884415192643246, "prediction": "Gheorghe Mure\u0219an", "binary_answer": null, "no_answer_prob": 0.6754312515258789}
{"example_id": 1769803879707051886, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 4.220189392566681}
{"example_id": -5688684830658964875, "prediction": "", "binary_answer": null, "no_answer_prob": 0.46068206429481506}
{"example_id": 3855570255201279863, "prediction": "George Washington delivered the first regular annual message before a joint session of Congress on January 8 , 1790", "binary_answer": null, "no_answer_prob": 1.6805760860443115}
{"example_id": -5424952061910354846, "prediction": "", "binary_answer": null, "no_answer_prob": 0.28255265951156616}
{"example_id": -1367277935432372105, "prediction": "Harry Potter and the Deathly Hallows -- Part 2", "binary_answer": null, "no_answer_prob": -0.10732841491699219}
{"example_id": 8391933868894364317, "prediction": "`` Down Under '' is a song recorded by Australian rock band Men at Work", "binary_answer": null, "no_answer_prob": 3.1649008691310883}
{"example_id": 4168657448338450498, "prediction": "`` Do You Remember the First Time ?", "binary_answer": null, "no_answer_prob": 2.6420223712921143}
{"example_id": 9212515563311839576, "prediction": "", "binary_answer": null, "no_answer_prob": 4.20875871181488}
{"example_id": -6789379476228437582, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7081304788589478}
{"example_id": 1286774360003318588, "prediction": "", "binary_answer": null, "no_answer_prob": 2.690701127052307}
{"example_id": -4048864488732674361, "prediction": "", "binary_answer": null, "no_answer_prob": 3.344542980194092}
{"example_id": -7916483423266603230, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Soil map", "binary_answer": null, "no_answer_prob": 2.0100454092025757}
{"example_id": 8702062837938010916, "prediction": "NSC Olimpiyskiy Stadium in Kiev , Ukraine", "binary_answer": null, "no_answer_prob": 0.2756173312664032}
{"example_id": 6309518448556565494, "prediction": "injuries , fractures , wounds , dislocations and tumors", "binary_answer": null, "no_answer_prob": -0.8884525299072266}
{"example_id": -6256366794872919373, "prediction": "Fidel V. Ramos", "binary_answer": null, "no_answer_prob": -7.326280117034912}
{"example_id": -6521784313032991330, "prediction": "10 seasons comprising 195 episodes .", "binary_answer": null, "no_answer_prob": -0.6962535381317139}
{"example_id": -8419184629972697056, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8214505910873413}
{"example_id": 3510550606637286381, "prediction": "carminic acid", "binary_answer": null, "no_answer_prob": 0.246782124042511}
{"example_id": 9616929275214993, "prediction": "", "binary_answer": null, "no_answer_prob": 2.384175181388855}
{"example_id": 5552295643850188707, "prediction": "Geena Davis", "binary_answer": null, "no_answer_prob": -3.4981706142425537}
{"example_id": -6318844436161400264, "prediction": "Automotive production", "binary_answer": null, "no_answer_prob": -0.828031063079834}
{"example_id": 2904274678882358283, "prediction": "Keeping Up with the Kardashians", "binary_answer": null, "no_answer_prob": 2.2527681589126587}
{"example_id": 2497318347920691706, "prediction": "developing political and economic resistance , and eventually were one of the driving forces in realising the transition to an inclusive democratic government .", "binary_answer": null, "no_answer_prob": 1.165072686970234}
{"example_id": 5097144795488862334, "prediction": "`` Down in a Hole ''", "binary_answer": null, "no_answer_prob": -1.3082669973373413}
{"example_id": 149048364762256067, "prediction": "26 26 October 2009 ( 2009 - 10 - 26 ) ( UK ) 16 April 2010 ( 2010 - 04 - 16 ) ( UK )", "binary_answer": null, "no_answer_prob": 1.284931167960167}
{"example_id": 8462960156086716818, "prediction": "", "binary_answer": null, "no_answer_prob": 0.34045112133026123}
{"example_id": 1399328091009642517, "prediction": "Dangal", "binary_answer": null, "no_answer_prob": 2.094738245010376}
{"example_id": 4105429651494328420, "prediction": "the Beatles", "binary_answer": null, "no_answer_prob": -2.244330048561096}
{"example_id": 3603047907962042392, "prediction": "The Directory was a five - member committee which governed France from 1795", "binary_answer": null, "no_answer_prob": 0.0526958703994751}
{"example_id": -4327117939346452087, "prediction": "`` A Rose for Lotta", "binary_answer": null, "no_answer_prob": -0.023475170135498047}
{"example_id": -1303334436163727264, "prediction": "The Black Death is thought to have originated in the dry plains of Central Asia", "binary_answer": null, "no_answer_prob": 0.11127358675003052}
{"example_id": -6216333722586209149, "prediction": "", "binary_answer": null, "no_answer_prob": 4.374678134918213}
{"example_id": 7524375412480322455, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5816331626847386}
{"example_id": -7914330440672827988, "prediction": "The United States", "binary_answer": null, "no_answer_prob": -3.8479109704494476}
{"example_id": 6202026021432820071, "prediction": "1995", "binary_answer": null, "no_answer_prob": -1.215679407119751}
{"example_id": 8367983021926652816, "prediction": "Helena Bonham Carter", "binary_answer": null, "no_answer_prob": 0.13097858428955078}
{"example_id": -3583458781830341718, "prediction": "Solomon Burke", "binary_answer": null, "no_answer_prob": 1.4119636416435242}
{"example_id": 6416172900659432472, "prediction": "", "binary_answer": null, "no_answer_prob": 4.537269651889801}
{"example_id": -8924857711634382199, "prediction": "The governor of the state in which the disaster occurs must declare a state of emergency and formally request from the president", "binary_answer": null, "no_answer_prob": 1.5614532232284546}
{"example_id": 4326384572507827347, "prediction": "1998", "binary_answer": null, "no_answer_prob": -1.744318962097168}
{"example_id": -274103065536527274, "prediction": "", "binary_answer": null, "no_answer_prob": 2.205356776714325}
{"example_id": 3319766958384233014, "prediction": "Pentateuch", "binary_answer": null, "no_answer_prob": -0.1373840570449829}
{"example_id": -1845827591212755528, "prediction": "19 December 2001", "binary_answer": null, "no_answer_prob": -0.8858686685562134}
{"example_id": -3667106718800589210, "prediction": "Diversification", "binary_answer": null, "no_answer_prob": 1.5407331585884094}
{"example_id": -4648190977869014937, "prediction": "Robert Reed", "binary_answer": null, "no_answer_prob": 1.8702524900436401}
{"example_id": 1285967838886493766, "prediction": "", "binary_answer": null, "no_answer_prob": 2.107389748096466}
{"example_id": 1363428122198307868, "prediction": "Rex Harrison and Julie Andrews", "binary_answer": null, "no_answer_prob": -1.3352851867675781}
{"example_id": 7695508400607865784, "prediction": "Year Title Voice role Lemony Snicket 's A Series of Unfortunate Events Violet Baudelaire", "binary_answer": null, "no_answer_prob": -3.376634359359741}
{"example_id": -2607325306581912660, "prediction": "to produce the defensive cephalopod ink", "binary_answer": null, "no_answer_prob": -1.3044313192367554}
{"example_id": 1991515469967707094, "prediction": "", "binary_answer": null, "no_answer_prob": 0.23626816272735596}
{"example_id": -4495328055547426427, "prediction": "", "binary_answer": null, "no_answer_prob": -0.2779730558395386}
{"example_id": 3538787290357799659, "prediction": "Silicon Valley", "binary_answer": null, "no_answer_prob": -2.2051214575767517}
{"example_id": -2377654456880997640, "prediction": "The Suez Crisis", "binary_answer": null, "no_answer_prob": 1.739946335554123}
{"example_id": -8619396784418257389, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1003091931343079}
{"example_id": 8882641337790041312, "prediction": "In cardiac physiology , isovolumetric contraction is an event occurring in early systole", "binary_answer": null, "no_answer_prob": 2.1506782472133636}
{"example_id": 1987958981706768239, "prediction": "In vertebrate anatomy , ribs", "binary_answer": null, "no_answer_prob": 3.1073392629623413}
{"example_id": 7700242165948461051, "prediction": "Panama in Central America , and the Caribbean Islands .", "binary_answer": null, "no_answer_prob": 1.0812732577323914}
{"example_id": 5787988709372497879, "prediction": "`` All I Want for Christmas Is You '' is a Christmas song performed by American singer and songwriter Mariah Carey", "binary_answer": null, "no_answer_prob": 1.4211291074752808}
{"example_id": 8245563213341141772, "prediction": "December 26 , 1973", "binary_answer": null, "no_answer_prob": -5.935249090194702}
{"example_id": -2627011005452990507, "prediction": "Anne Jacqueline Hathaway", "binary_answer": null, "no_answer_prob": 1.3061570227146149}
{"example_id": 4030650026377458651, "prediction": "", "binary_answer": null, "no_answer_prob": -1.718223214149475}
{"example_id": -4071625595659185770, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0283785462379456}
{"example_id": -6854491075788397298, "prediction": "", "binary_answer": null, "no_answer_prob": 4.8485525250434875}
{"example_id": -8669945121955469257, "prediction": "The Flash", "binary_answer": null, "no_answer_prob": 3.912108838558197}
{"example_id": -5706559367925106178, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4551424980163574}
{"example_id": -8051530756012126777, "prediction": "", "binary_answer": null, "no_answer_prob": 0.42847561836242676}
{"example_id": -3147385935958435626, "prediction": "", "binary_answer": null, "no_answer_prob": -0.8048250675201416}
{"example_id": 8847354546608286310, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7106746435165405}
{"example_id": -312037711197497374, "prediction": "Super Bowl XXXIX", "binary_answer": null, "no_answer_prob": -2.6452994346618652}
{"example_id": 8679945322911273126, "prediction": "", "binary_answer": null, "no_answer_prob": 1.440072026103735}
{"example_id": 8060354377497346929, "prediction": "Wilma", "binary_answer": null, "no_answer_prob": -6.781335115432739}
{"example_id": 46363881722946298, "prediction": "The Great Gazoo", "binary_answer": null, "no_answer_prob": -3.2352755069732666}
{"example_id": 5808812046312393784, "prediction": "The home front during World War I", "binary_answer": null, "no_answer_prob": 2.4178782403469086}
{"example_id": -2178335041559923081, "prediction": "Jean Chr\u00e9tien", "binary_answer": null, "no_answer_prob": -4.6863837242126465}
{"example_id": -7585751457631106871, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2477915287017822}
{"example_id": 2669630335942950676, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8426223397254944}
{"example_id": 2451740338767722221, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4717499017715454}
{"example_id": -3183007949878729877, "prediction": "13 January 19 , 2018 ( 2018 - 01 - 19 ) January 19 , 2018 ( 2018 - 01 - 19 )", "binary_answer": null, "no_answer_prob": 2.258992314338684}
{"example_id": -686640793954607366, "prediction": "Michael Schumacher", "binary_answer": null, "no_answer_prob": -2.527009129524231}
{"example_id": 5286036765057702297, "prediction": "", "binary_answer": null, "no_answer_prob": 4.1384183168411255}
{"example_id": 652881902268734841, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2409011125564575}
{"example_id": -7385995621177937944, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3669914603233337}
{"example_id": -7233275184519871489, "prediction": "Cannabis strains", "binary_answer": null, "no_answer_prob": 1.5025154100731015}
{"example_id": -3483022574776694489, "prediction": "`` Girls Just Want to Have Fun '' is a song written by and first recorded in 1979 by American musician Robert Hazard", "binary_answer": null, "no_answer_prob": 1.9597452878952026}
{"example_id": -3987657501736572265, "prediction": "Thurl Arthur Ravenscroft", "binary_answer": null, "no_answer_prob": -2.702404022216797}
{"example_id": 419687808247669483, "prediction": "", "binary_answer": null, "no_answer_prob": 4.364177420735359}
{"example_id": -1311598643429127281, "prediction": "`` The Road Not Taken", "binary_answer": null, "no_answer_prob": 1.724869966506958}
{"example_id": -8718461884360275859, "prediction": "`` Nothing Compares 2 U ''", "binary_answer": null, "no_answer_prob": -0.16808462142944336}
{"example_id": 7467545326378197784, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0835037529468536}
{"example_id": -2064892705326962203, "prediction": "", "binary_answer": null, "no_answer_prob": -3.306188225746155}
{"example_id": 5008623715383656824, "prediction": "180th meridian", "binary_answer": null, "no_answer_prob": 0.7945303916931152}
{"example_id": -4686106023208022060, "prediction": "Kirk Alyn", "binary_answer": null, "no_answer_prob": -2.4403045177459717}
{"example_id": 1570381788334082179, "prediction": "", "binary_answer": null, "no_answer_prob": 0.041924238204956055}
{"example_id": 2435557196367437261, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7367439419031143}
{"example_id": -4788901357154195989, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9858257174491882}
{"example_id": 431193361432765415, "prediction": "The fur color yellow pronounced as `` yeller '' and the fact that its bark sounds more like a human yell .", "binary_answer": null, "no_answer_prob": -4.337934494018555}
{"example_id": -2301944692825318828, "prediction": "`` I Will Always Love You '' is a song originally written and recorded in 1973 by American singer - songwriter Dolly Parton", "binary_answer": null, "no_answer_prob": 1.1276603937149048}
{"example_id": -523924657092623338, "prediction": "David Clayton Henrie", "binary_answer": null, "no_answer_prob": -12.394057273864746}
{"example_id": 1803530227985057107, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8978981375694275}
{"example_id": -231776961378299198, "prediction": "", "binary_answer": null, "no_answer_prob": 4.988235056400299}
{"example_id": 5945042922784369602, "prediction": "`` We Are Never Ever Getting Back Together '' is a song recorded by American singer - songwriter Taylor Swift", "binary_answer": null, "no_answer_prob": 0.41763341426849365}
{"example_id": -31266649331466609, "prediction": "Soil salinity", "binary_answer": null, "no_answer_prob": -2.63656747341156}
{"example_id": -7566983274031478256, "prediction": "`` Total Eclipse of the Heart ''", "binary_answer": null, "no_answer_prob": 0.45962274074554443}
{"example_id": 2949998766140696044, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8200105726718903}
{"example_id": 1521108568561999394, "prediction": "Don Williams", "binary_answer": null, "no_answer_prob": 3.6654404997825623}
{"example_id": -5144828129806748354, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.725864291191101}
{"example_id": -8026408410487936588, "prediction": "", "binary_answer": null, "no_answer_prob": 3.29561311006546}
{"example_id": -255311412987158941, "prediction": "Beauty and the Beast", "binary_answer": null, "no_answer_prob": 2.6868075728416443}
{"example_id": 3058160582468020118, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6699851751327515}
{"example_id": 854016886597564285, "prediction": "", "binary_answer": null, "no_answer_prob": 2.801919937133789}
{"example_id": -6625267119056486140, "prediction": "Old Bay Seasoning is a blend of herbs and spices that is marketed in the United States by McCormick & Company", "binary_answer": null, "no_answer_prob": 3.0623838901519775}
{"example_id": 1416813601766951820, "prediction": "Florida to the U.S. and defined the boundary between the U.S. and New Spain", "binary_answer": null, "no_answer_prob": 1.0624066591262817}
{"example_id": 4355653617123433879, "prediction": "`` Feel It Still '' is a song by American rock band Portugal . The Man", "binary_answer": null, "no_answer_prob": 4.641793817281723}
{"example_id": -8235816179603269389, "prediction": "Mary Poppins", "binary_answer": null, "no_answer_prob": -3.4649420976638794}
{"example_id": -9075218135116230593, "prediction": "Asia , Africa , North America , South America , Antarctica , Europe , and Australia .", "binary_answer": null, "no_answer_prob": -1.15749192237854}
{"example_id": 6529614399319299861, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3320431113243103}
{"example_id": 398426721088437632, "prediction": "", "binary_answer": null, "no_answer_prob": 2.378334641456604}
{"example_id": -8027199106040223087, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": -0.9116719961166382}
{"example_id": -2057550416507709189, "prediction": "John Ross Bowie", "binary_answer": null, "no_answer_prob": 2.8599651157855988}
{"example_id": -252130520118561472, "prediction": "The Battle of Verdun", "binary_answer": null, "no_answer_prob": -2.138281226158142}
{"example_id": -8097083404582346263, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2196789979934692}
{"example_id": 4018202592913541691, "prediction": "", "binary_answer": null, "no_answer_prob": 2.642276644706726}
{"example_id": -5681732886636801315, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7527013421058655}
{"example_id": 3965322379589577846, "prediction": "", "binary_answer": null, "no_answer_prob": -0.4023096561431885}
{"example_id": -8140626602095093278, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3799466490745544}
{"example_id": 7885248884780969841, "prediction": "Alan Shearer", "binary_answer": null, "no_answer_prob": -2.6521527767181396}
{"example_id": -3289400004644541010, "prediction": "Soul Surfer", "binary_answer": null, "no_answer_prob": -1.0973130464553833}
{"example_id": 3390994259504658173, "prediction": "The \u00f7 Tour", "binary_answer": null, "no_answer_prob": 3.5513084530830383}
{"example_id": -4220096055799093576, "prediction": "Washington Capitals", "binary_answer": null, "no_answer_prob": -0.8982397317886353}
{"example_id": -6147411494230562961, "prediction": "The 2016 United States presidential election in Virginia", "binary_answer": null, "no_answer_prob": 2.365281045436859}
{"example_id": 4900370580755973701, "prediction": "Michael James Hucknall", "binary_answer": null, "no_answer_prob": -8.713152170181274}
{"example_id": -1002689427646740593, "prediction": "Rajendra Prasad", "binary_answer": null, "no_answer_prob": -4.548978924751282}
{"example_id": 1711564609413586391, "prediction": "late 19th century", "binary_answer": null, "no_answer_prob": -1.0307443141937256}
{"example_id": 1274849832589718948, "prediction": "Star Wars : The Clone Wars", "binary_answer": null, "no_answer_prob": 2.7139599919319153}
{"example_id": 5720357985207858947, "prediction": "2016", "binary_answer": null, "no_answer_prob": 0.7283571362495422}
{"example_id": 2767041400803540349, "prediction": "Alice Cooper", "binary_answer": null, "no_answer_prob": -3.028202176094055}
{"example_id": -7962719319142717123, "prediction": "The 2017 Las Vegas shooting occurred on the night of Sunday , October 1 , 2017", "binary_answer": null, "no_answer_prob": 2.5377418994903564}
{"example_id": 2466056349587442546, "prediction": "", "binary_answer": null, "no_answer_prob": 3.684061646461487}
{"example_id": -1724662938879140380, "prediction": "Christopher Pike", "binary_answer": null, "no_answer_prob": -2.617217540740967}
{"example_id": -6898781019949067297, "prediction": "On October 14 , 2016 , MTV renewed the series for a six - episode third season , which is scheduled to premiere in 2018", "binary_answer": null, "no_answer_prob": -4.299036502838135}
{"example_id": 935552503672434577, "prediction": "", "binary_answer": null, "no_answer_prob": 3.062514066696167}
{"example_id": -2338292052110534940, "prediction": "JoJo 's Bizarre Adventure ( Japanese : \u30b8\u30e7\u30b8\u30e7 \u306e \u5947\u5999 \u306a \u5192\u967a", "binary_answer": null, "no_answer_prob": 2.6377422213554382}
{"example_id": 6459121110060318955, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": 0.7351584434509277}
{"example_id": 3055122188657569677, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A hormone", "binary_answer": null, "no_answer_prob": 0.6944405436515808}
{"example_id": 398767751047144464, "prediction": "a form of social commentary for black South Africans and has undergone several transformations with the country 's changing political tides .", "binary_answer": null, "no_answer_prob": -1.4075502157211304}
{"example_id": -3225943333144436024, "prediction": "P.D. Eastman", "binary_answer": null, "no_answer_prob": -0.05429697036743164}
{"example_id": 2719683618284697931, "prediction": "New Kids on the Block", "binary_answer": null, "no_answer_prob": -1.4047812223434448}
{"example_id": -3371890911605392308, "prediction": "", "binary_answer": null, "no_answer_prob": 1.565336175262928}
{"example_id": -2576326417606820265, "prediction": "", "binary_answer": null, "no_answer_prob": 3.414651036262512}
{"example_id": -5270976941130324785, "prediction": "The Mississippi River", "binary_answer": null, "no_answer_prob": -0.08799004554748535}
{"example_id": -4186019738572252741, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4386556148529053}
{"example_id": -7005701468291129650, "prediction": "The Bill of Rights", "binary_answer": null, "no_answer_prob": 2.33609676361084}
{"example_id": -4933806249687973654, "prediction": "Charles Matthew Hunnam", "binary_answer": null, "no_answer_prob": -6.034140586853027}
{"example_id": 5784127183258354382, "prediction": "", "binary_answer": null, "no_answer_prob": 3.702437996864319}
{"example_id": 7728333686207971870, "prediction": "President Lincoln", "binary_answer": null, "no_answer_prob": -2.9921711683273315}
{"example_id": -8967415217477108072, "prediction": "The Declaration of Independence", "binary_answer": null, "no_answer_prob": 0.5368590354919434}
{"example_id": -4179029503375397910, "prediction": "", "binary_answer": null, "no_answer_prob": 2.835689902305603}
{"example_id": 5062857859256710776, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2390905320644379}
{"example_id": -8189571559457132367, "prediction": "", "binary_answer": null, "no_answer_prob": -3.572269082069397}
{"example_id": -7586855428432055678, "prediction": "", "binary_answer": null, "no_answer_prob": 4.510103106498718}
{"example_id": 1309257215523505349, "prediction": "In the American League , the New York Yankees", "binary_answer": null, "no_answer_prob": -0.23461627960205078}
{"example_id": 4631550266985787614, "prediction": "The transfer of sovereignty over Hong Kong from the United Kingdom to China", "binary_answer": null, "no_answer_prob": -2.340654820203781}
{"example_id": -2890293044247175459, "prediction": "`` Back in the High Life Again", "binary_answer": null, "no_answer_prob": 3.1883018612861633}
{"example_id": -1725433573277558080, "prediction": "The Congress", "binary_answer": null, "no_answer_prob": 2.055273026227951}
{"example_id": -7932467062717716738, "prediction": "`` Ready or Not Here I Come ( Ca n't Hide from Love ) ''", "binary_answer": null, "no_answer_prob": 3.8373899906873703}
{"example_id": 4790320684734861642, "prediction": "Doo - Wops & Hooligans ( 2010 )", "binary_answer": null, "no_answer_prob": -1.3122622966766357}
{"example_id": 3260711949779454846, "prediction": "", "binary_answer": null, "no_answer_prob": 1.589824914932251}
{"example_id": 2496745033354317416, "prediction": "", "binary_answer": null, "no_answer_prob": 4.341328740119934}
{"example_id": -7002896346938619483, "prediction": "Elizabeth Irene Banks", "binary_answer": null, "no_answer_prob": 1.2866634130477905}
{"example_id": 6765454316883171080, "prediction": "The Precambrian", "binary_answer": null, "no_answer_prob": -3.814707040786743}
{"example_id": -5811844853546957985, "prediction": "Melanie `` Mel '' Owen", "binary_answer": null, "no_answer_prob": 0.9141750708222389}
{"example_id": -3007427207807477175, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9527262449264526}
{"example_id": 6692214664647586967, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3035106658935547}
{"example_id": 741947849643217460, "prediction": "1898 and 1959", "binary_answer": null, "no_answer_prob": -8.369452029466629}
{"example_id": 4938567947444729045, "prediction": "", "binary_answer": null, "no_answer_prob": 5.2942251563072205}
{"example_id": -6151416163697064425, "prediction": "`` Owner of a Lonely Heart '' is a song by the English progressive rock band Yes", "binary_answer": null, "no_answer_prob": 0.22091591358184814}
{"example_id": -1958841516105027495, "prediction": "One Day at a Time", "binary_answer": null, "no_answer_prob": 1.2167927026748657}
{"example_id": -3812532261253719454, "prediction": "`` That 's How You Know '' is a musical number from the 2007 Disney film Enchanted", "binary_answer": null, "no_answer_prob": 2.2361127138137817}
{"example_id": 3163437228679906704, "prediction": "on the banks of the Ohio River at Clarksville , Indiana , across from Louisville , Kentucky", "binary_answer": null, "no_answer_prob": -6.952550768852234}
{"example_id": 1633136386185594788, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3438748717308044}
{"example_id": 6397716912831572021, "prediction": "Sound is at the beginning of language learning", "binary_answer": null, "no_answer_prob": 1.163123071193695}
{"example_id": 5117169926458730502, "prediction": "Tyronn Jamar Lue", "binary_answer": null, "no_answer_prob": -6.493014872074127}
{"example_id": -2197326036174176507, "prediction": "", "binary_answer": null, "no_answer_prob": 1.935252584517002}
{"example_id": 2097746497003823386, "prediction": "Harry Potter and the Cursed Child is a two - part stage play written by Jack Thorne based on an original new story", "binary_answer": null, "no_answer_prob": 1.4707077741622925}
{"example_id": -8126641414493403425, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9056485891342163}
{"example_id": -3583320020709637733, "prediction": "1994", "binary_answer": null, "no_answer_prob": -4.330244421958923}
{"example_id": 2438404045723751621, "prediction": "1973", "binary_answer": null, "no_answer_prob": -1.6747599244117737}
{"example_id": -872988858318700245, "prediction": "The First Fleet", "binary_answer": null, "no_answer_prob": 0.6346351206302643}
{"example_id": -872148709863456785, "prediction": "The Book of Revelation", "binary_answer": null, "no_answer_prob": -1.7289819717407227}
{"example_id": -3422681705334541693, "prediction": "New York", "binary_answer": null, "no_answer_prob": 1.2151541896164417}
{"example_id": 7802659769716735629, "prediction": "Billy Bob Thornton", "binary_answer": null, "no_answer_prob": -1.2317112684249878}
{"example_id": 9110447063539355271, "prediction": "$1.0 billion Ivey Pramis", "binary_answer": null, "no_answer_prob": -0.7705315351486206}
{"example_id": -6833524675513893965, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Lamarckism", "binary_answer": null, "no_answer_prob": 2.087056629359722}
{"example_id": -2416626899225671397, "prediction": "Air Supply", "binary_answer": null, "no_answer_prob": 0.09653747081756592}
{"example_id": 4118073994543067328, "prediction": "American expatriate singer P.P. Arnold", "binary_answer": null, "no_answer_prob": 3.346259117126465}
{"example_id": 2606036666596810966, "prediction": "Don Williams", "binary_answer": null, "no_answer_prob": 0.597335934638977}
{"example_id": 117991427760231330, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4326877295970917}
{"example_id": 7246946622057511803, "prediction": "the oral cavity , the stomach , and the small intestine", "binary_answer": null, "no_answer_prob": 2.501337766647339}
{"example_id": -721170466207849824, "prediction": "74 -- 79 years", "binary_answer": null, "no_answer_prob": 0.7750863432884216}
{"example_id": 4942886778924584991, "prediction": "The Stanley Hotel is a 142 - room Colonial Revival hotel in Estes Park , Colorado", "binary_answer": null, "no_answer_prob": 1.1708354353904724}
{"example_id": -3583738823395435974, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4236510396003723}
{"example_id": 4182783177183748198, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5127633810043335}
{"example_id": 2392960478751552180, "prediction": "In mathematics and in particular measure theory , a measurable function", "binary_answer": null, "no_answer_prob": -0.04345153272151947}
{"example_id": -5073703935209726435, "prediction": "Super Bowl XXXIX", "binary_answer": null, "no_answer_prob": -1.33962020277977}
{"example_id": 1674408923601829042, "prediction": "The nephron", "binary_answer": null, "no_answer_prob": 0.4086862802505493}
{"example_id": 369074308148146715, "prediction": "Havana", "binary_answer": null, "no_answer_prob": -1.754087619483471}
{"example_id": -7088423111476196885, "prediction": "Irene Joan Marion Sims", "binary_answer": null, "no_answer_prob": -3.1396695375442505}
{"example_id": 3729606593665326659, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4174342155456543}
{"example_id": -7304115666479779940, "prediction": "an American allegorical locution of unclear origin , which describes a situation headed for disaster inescapably or precipitately .", "binary_answer": null, "no_answer_prob": 1.9174771904945374}
{"example_id": -2985814541728632412, "prediction": "This timeline of the American Old West", "binary_answer": null, "no_answer_prob": -1.058074712753296}
{"example_id": 3164205542785721140, "prediction": "argumentum ad populum", "binary_answer": null, "no_answer_prob": 1.5623230934143066}
{"example_id": 179186243111231895, "prediction": "The Christian doctrine of the Trinity", "binary_answer": null, "no_answer_prob": -3.658597707748413}
{"example_id": -7916370955238914538, "prediction": "", "binary_answer": null, "no_answer_prob": 2.172033965587616}
{"example_id": 6124564607389583163, "prediction": "Agni Varsha", "binary_answer": null, "no_answer_prob": 4.704686854965985}
{"example_id": -3558830585915219703, "prediction": "before the Seven Years ' War and the American Revolution ( 1775 -- 83 )", "binary_answer": null, "no_answer_prob": -1.0289323329925537}
{"example_id": -2810498214113777075, "prediction": "", "binary_answer": null, "no_answer_prob": 4.02004736661911}
{"example_id": 772112868653098393, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1132683753967285}
{"example_id": -4690552129068983399, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5086072087287903}
{"example_id": -9041913849480431930, "prediction": "", "binary_answer": null, "no_answer_prob": 4.158515632152557}
{"example_id": 6352860935066347334, "prediction": "the Union Army", "binary_answer": null, "no_answer_prob": -2.6973917484283447}
{"example_id": -7094201365539055595, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3150524497032166}
{"example_id": 6644344863474936313, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8368678092956543}
{"example_id": -8791446155770610932, "prediction": "Otis Redding", "binary_answer": null, "no_answer_prob": -0.8247219324111938}
{"example_id": 5650954388872667692, "prediction": "`` Moves like Jagger '' is a song by American band Maroon 5", "binary_answer": null, "no_answer_prob": 1.3474931046366692}
{"example_id": -8975310057342811681, "prediction": "Nationals Park on July 17 , 2018 . It will be televised nationally by Fox .", "binary_answer": null, "no_answer_prob": -2.423055976629257}
{"example_id": 2798469908949073594, "prediction": "", "binary_answer": null, "no_answer_prob": -2.947124093770981}
{"example_id": -7155441867610113996, "prediction": "Jennifer Lopez", "binary_answer": null, "no_answer_prob": -5.280623078346252}
{"example_id": 8281807180180214486, "prediction": "Bluey", "binary_answer": null, "no_answer_prob": 1.427165150642395}
{"example_id": 2908099843039443662, "prediction": "Timbuktu", "binary_answer": null, "no_answer_prob": 0.22387000918388367}
{"example_id": -4698747957252588766, "prediction": "The Book of Souls World Tour was a concert tour by Iron Maiden , held in support of their sixteenth studio album , The Book of Souls", "binary_answer": null, "no_answer_prob": 2.4487264156341553}
{"example_id": -4538267295338479338, "prediction": "Osei Tutu ( c. 1695 -- 1717 ) and his advisor Okomfo Anokye", "binary_answer": null, "no_answer_prob": -6.278627395629883}
{"example_id": 2602863819101792398, "prediction": "`` City of New Orleans", "binary_answer": null, "no_answer_prob": 3.539506070315838}
{"example_id": -5489706800434755911, "prediction": "Natalia Alianovna Romanova", "binary_answer": null, "no_answer_prob": -1.822515606880188}
{"example_id": -7210871042651744528, "prediction": "The Girl with the Dragon Tattoo", "binary_answer": null, "no_answer_prob": 3.075788681395352}
{"example_id": 8726857496713939571, "prediction": "Charles I", "binary_answer": null, "no_answer_prob": -2.640428304672241}
{"example_id": -5961689212679103309, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7354681491851807}
{"example_id": -5553927247739165705, "prediction": "", "binary_answer": null, "no_answer_prob": 1.829528272151947}
{"example_id": 6131398586008877874, "prediction": "Resorts Casino Hotel", "binary_answer": null, "no_answer_prob": -3.1785560846328735}
{"example_id": -1509917480406038663, "prediction": "George dies , Izzie is resuscitated and recovers enough to return to work .", "binary_answer": null, "no_answer_prob": 3.369372546672821}
{"example_id": 9045147247238031362, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A sitting tenant", "binary_answer": null, "no_answer_prob": 0.885675311088562}
{"example_id": 7385011315325200632, "prediction": "Globigerina bulloides", "binary_answer": null, "no_answer_prob": 1.680029273033142}
{"example_id": 7849925602975656482, "prediction": "Winnie - the - Pooh", "binary_answer": null, "no_answer_prob": -1.9242465496063232}
{"example_id": 4345875293222085399, "prediction": "twenty - second season overall of the Power Rangers franchise . It aired from February 7 to December 12 , 2015 on Nickelodeon .", "binary_answer": null, "no_answer_prob": -0.13073360919952393}
{"example_id": 7021323938191932133, "prediction": "The Committee on Ways and Means", "binary_answer": null, "no_answer_prob": 1.15365669131279}
{"example_id": -3237154653478504285, "prediction": "Memphis May Fire , formerly known as Oh Captain , My Captain", "binary_answer": null, "no_answer_prob": 2.4620627760887146}
{"example_id": -624910620366122351, "prediction": "Wardell Stephen Curry II", "binary_answer": null, "no_answer_prob": -1.1887010335922241}
{"example_id": 2488876416350269656, "prediction": "sixth season finale .", "binary_answer": null, "no_answer_prob": -0.495741069316864}
{"example_id": 3202742933732154184, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2509146705269814}
{"example_id": 2338319301972086875, "prediction": "Name Seasons No. of episodes Portrayer Character summary Charles Ingalls", "binary_answer": null, "no_answer_prob": 0.811815083026886}
{"example_id": -1354891130349942872, "prediction": "Bill Russell", "binary_answer": null, "no_answer_prob": -5.747678995132446}
{"example_id": -184911756683832080, "prediction": "Telangana ( / t\u025bl\u0259n\u02c8\u0261\u0251\u02d0n\u0259 / ( listen ) ) is a state in the south", "binary_answer": null, "no_answer_prob": -1.0949632227420807}
{"example_id": -3977456057481532817, "prediction": "", "binary_answer": null, "no_answer_prob": 4.685038208961487}
{"example_id": 5281427415896915594, "prediction": "", "binary_answer": null, "no_answer_prob": 2.857813835144043}
{"example_id": 394728874361110717, "prediction": "Industrial and organizational psychology", "binary_answer": null, "no_answer_prob": 0.06919634342193604}
{"example_id": 6108723633394884873, "prediction": "The Jewish diaspora", "binary_answer": null, "no_answer_prob": 1.9670404940843582}
{"example_id": -367830275683583946, "prediction": "around 3 -- 4 million years ago", "binary_answer": null, "no_answer_prob": 0.9299710988998413}
{"example_id": -3998519461756199445, "prediction": "Frances McDormand", "binary_answer": null, "no_answer_prob": -2.268846035003662}
{"example_id": 8865662832405726408, "prediction": "", "binary_answer": null, "no_answer_prob": 1.55575430393219}
{"example_id": 7450271712999356709, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9674012064933777}
{"example_id": -5492241717638719376, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7033018469810486}
{"example_id": -4682860284497921325, "prediction": "The formation of the group began in 1856 , with the first meeting of Balakirev and C\u00e9sar Cui", "binary_answer": null, "no_answer_prob": 1.0077534914016724}
{"example_id": -6451147654442819150, "prediction": "Google 's homepage includes a button", "binary_answer": null, "no_answer_prob": -1.6757736206054688}
{"example_id": -5401845217659720825, "prediction": "", "binary_answer": null, "no_answer_prob": 4.195103585720062}
{"example_id": 1274161082554537838, "prediction": "Montell Jordan", "binary_answer": null, "no_answer_prob": -0.5192257165908813}
{"example_id": 3272350215359676613, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2317546606063843}
{"example_id": -4521965439671540119, "prediction": "", "binary_answer": null, "no_answer_prob": -2.7988449335098267}
{"example_id": 7127649171017607189, "prediction": "Marina Prior", "binary_answer": null, "no_answer_prob": 4.302943706512451}
{"example_id": -3864563556216478268, "prediction": "", "binary_answer": null, "no_answer_prob": 2.422255277633667}
{"example_id": 7466852393687220685, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7525656819343567}
{"example_id": -5927738491686328273, "prediction": "1930", "binary_answer": null, "no_answer_prob": 0.12333393096923828}
{"example_id": -4146509909906861380, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4189505577087402}
{"example_id": 6635488635014114389, "prediction": "Trayvon Bromell", "binary_answer": null, "no_answer_prob": -4.035812139511108}
{"example_id": -7474269174343275954, "prediction": "", "binary_answer": null, "no_answer_prob": 4.831242084503174}
{"example_id": 5444056909427400958, "prediction": "Berengaria of Navarre", "binary_answer": null, "no_answer_prob": -5.34913182258606}
{"example_id": 7401704085333593674, "prediction": "Robert Hegyes", "binary_answer": null, "no_answer_prob": -12.101521790027618}
{"example_id": -7286717993308076775, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9788816571235657}
{"example_id": 2318821127786101325, "prediction": "11 July 2018 in the United States .", "binary_answer": null, "no_answer_prob": 0.9871551990509033}
{"example_id": -171032016572564776, "prediction": "1962", "binary_answer": null, "no_answer_prob": -3.629563570022583}
{"example_id": -5052842919626291065, "prediction": "Lana Maria Parrilla", "binary_answer": null, "no_answer_prob": -8.535325050354004}
{"example_id": -571893316299055456, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4407178163528442}
{"example_id": 5364234230484351677, "prediction": "", "binary_answer": null, "no_answer_prob": 4.324667930603027}
{"example_id": 8793308095702740941, "prediction": "Characteristics of this model include low levels of regulation and taxes , and the public sector providing fewer services", "binary_answer": null, "no_answer_prob": -3.0398270785808563}
{"example_id": 6275261977369339737, "prediction": "The Walt Disney World Resort", "binary_answer": null, "no_answer_prob": 3.866724729537964}
{"example_id": -8958584032271009106, "prediction": "A Christmas Story", "binary_answer": null, "no_answer_prob": 3.7735524494200945}
{"example_id": -5720417983281420416, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4428030252456665}
{"example_id": -1892238591845717623, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] An honorary degree", "binary_answer": null, "no_answer_prob": 1.9510545134544373}
{"example_id": 1259381575508656609, "prediction": "", "binary_answer": null, "no_answer_prob": 3.228604555130005}
{"example_id": 4488538952512614391, "prediction": "Part 2", "binary_answer": null, "no_answer_prob": 3.3872820138931274}
{"example_id": 1132096462727227394, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9249645471572876}
{"example_id": 8498822638485909506, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9299864768981934}
{"example_id": -9038373707666429270, "prediction": "", "binary_answer": null, "no_answer_prob": 0.15044653415679932}
{"example_id": -7634638252335162798, "prediction": "", "binary_answer": null, "no_answer_prob": 2.286401391029358}
{"example_id": 3695071598405526313, "prediction": "", "binary_answer": null, "no_answer_prob": 5.502797394990921}
{"example_id": 6990988251251260786, "prediction": "", "binary_answer": null, "no_answer_prob": 1.701245367527008}
{"example_id": -2044066155885527892, "prediction": "Billie Jean King", "binary_answer": null, "no_answer_prob": -4.165843710303307}
{"example_id": -7552234565941237367, "prediction": "The Statue of Liberty", "binary_answer": null, "no_answer_prob": 1.387159526348114}
{"example_id": 6891267164470677438, "prediction": "Israel", "binary_answer": null, "no_answer_prob": 2.045685514807701}
{"example_id": -5299590791645780395, "prediction": "`` O-o-h Child", "binary_answer": null, "no_answer_prob": -1.610870599746704}
{"example_id": -4766029169354683727, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.70123165845871}
{"example_id": -560717259848119538, "prediction": "The original World Trade Center", "binary_answer": null, "no_answer_prob": 0.24953096359968185}
{"example_id": 1594079561731169334, "prediction": "", "binary_answer": null, "no_answer_prob": 3.339705467224121}
{"example_id": 2945694154976038000, "prediction": "In historiography , the Western Roman Empire", "binary_answer": null, "no_answer_prob": 1.776225209236145}
{"example_id": -32427849098321025, "prediction": "", "binary_answer": null, "no_answer_prob": 3.241409957408905}
{"example_id": -7917439103474063889, "prediction": "San Francisco 49ers - Dallas Cowboys", "binary_answer": null, "no_answer_prob": 1.070213794708252}
{"example_id": 5146059878319515436, "prediction": "Historically the particular routes were also shaped by the powerful influence of winds and currents during the age of sail", "binary_answer": null, "no_answer_prob": 2.3673144578933716}
{"example_id": -4514533201319422988, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9129966497421265}
{"example_id": 3887617361352118243, "prediction": "", "binary_answer": null, "no_answer_prob": 2.498851954936981}
{"example_id": -4194574527800227004, "prediction": "", "binary_answer": null, "no_answer_prob": 3.653698682785034}
{"example_id": 1977698375460981830, "prediction": "Stierlitz", "binary_answer": null, "no_answer_prob": -0.0014258623123168945}
{"example_id": -6803575577526902612, "prediction": "October 24 and November 1", "binary_answer": null, "no_answer_prob": 3.030055195093155}
{"example_id": -82488502400960368, "prediction": "Luka Modri\u0107", "binary_answer": null, "no_answer_prob": 1.083085536956787}
{"example_id": 5605917975673198083, "prediction": "Psilocybe semilanceata", "binary_answer": null, "no_answer_prob": 2.664760649204254}
{"example_id": -412266427104349826, "prediction": "The film is set during the days of the ice age ; animals begin migrating south to escape the winters", "binary_answer": null, "no_answer_prob": -2.990480065345764}
{"example_id": 2995475453710353935, "prediction": "The fifth season of the American web television drama series House of Cards", "binary_answer": null, "no_answer_prob": 2.2912497520446777}
{"example_id": 1268396824512005229, "prediction": "Trixie Mattel", "binary_answer": null, "no_answer_prob": -5.48121041059494}
{"example_id": -3571497810608909665, "prediction": "June 2018 TBA 2018", "binary_answer": null, "no_answer_prob": -1.9937982559204102}
{"example_id": -327395595562778531, "prediction": "Lake Superior", "binary_answer": null, "no_answer_prob": -1.0001076459884644}
{"example_id": -7127869736743610405, "prediction": "Little House on the Prairie ( known as Little House : A New Beginning in its final season", "binary_answer": null, "no_answer_prob": 1.2419513911008835}
{"example_id": 5824729768664141968, "prediction": "", "binary_answer": null, "no_answer_prob": 3.184022009372711}
{"example_id": -2309864008266932361, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9221292734146118}
{"example_id": -4542117522133065625, "prediction": "Jackie DeShannon", "binary_answer": null, "no_answer_prob": -1.55124032497406}
{"example_id": 5288653356772739542, "prediction": "parasitic plant", "binary_answer": null, "no_answer_prob": -2.31940495967865}
{"example_id": 8946081169915869194, "prediction": "", "binary_answer": null, "no_answer_prob": 2.29032826423645}
{"example_id": 8516947433438533152, "prediction": "Jack Gleeson", "binary_answer": null, "no_answer_prob": -8.638202428817749}
{"example_id": -358830793947444696, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A waveform", "binary_answer": null, "no_answer_prob": 0.5204417705535889}
{"example_id": 6332138144051713721, "prediction": "Relations between India and Pakistan", "binary_answer": null, "no_answer_prob": 1.7466637585312128}
{"example_id": -3751717521023368149, "prediction": "6 2019 ( 2019 ) 2019 ( 2019 ) TBA", "binary_answer": null, "no_answer_prob": 0.12852418422698975}
{"example_id": 3530794967221120483, "prediction": "Mula", "binary_answer": null, "no_answer_prob": 0.39193010330200195}
{"example_id": 1314972742570314327, "prediction": "Australia", "binary_answer": null, "no_answer_prob": 2.957225739955902}
{"example_id": -3613711879310221281, "prediction": "", "binary_answer": null, "no_answer_prob": 2.248582899570465}
{"example_id": -6825820423668311563, "prediction": "The Bill of Rights is the first ten amendments to the United States Constitution", "binary_answer": null, "no_answer_prob": -1.3098206520080566}
{"example_id": 2008527746692036960, "prediction": "North Africa", "binary_answer": null, "no_answer_prob": 2.839107036590576}
{"example_id": -5560593536298199590, "prediction": "Need for Speed Payback", "binary_answer": null, "no_answer_prob": -1.1938092708587646}
{"example_id": 3693785129875254198, "prediction": "Year Begins ( local ) Ends ( local ) Notes 2020 Sun March 8", "binary_answer": null, "no_answer_prob": 2.3060652017593384}
{"example_id": -5456647303921372804, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4558531641960144}
{"example_id": 1149714148463963018, "prediction": "About 15,200 years ago", "binary_answer": null, "no_answer_prob": 1.908173531293869}
{"example_id": -6966355810622800757, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9268480129539967}
{"example_id": -7855771810159159176, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6778926849365234}
{"example_id": 8140858667559066907, "prediction": "", "binary_answer": null, "no_answer_prob": 2.122485540807247}
{"example_id": -2228183241584872203, "prediction": "March 3 , 2017", "binary_answer": null, "no_answer_prob": -0.7044609785079956}
{"example_id": -2623733843897732042, "prediction": "`` I Do n't Want to Talk About It ''", "binary_answer": null, "no_answer_prob": 1.6482245028018951}
{"example_id": -6205922092590987428, "prediction": "`` Watch Me ( Whip / Nae Nae ) '' is the debut single by the American rapper Silent\u00f3", "binary_answer": null, "no_answer_prob": 0.7540717124938965}
{"example_id": -2619341853819375368, "prediction": "now - closed LTV Steel and Duquesne Light facilities . The video featured footage from one of their first TV appearances , on The Tube .", "binary_answer": null, "no_answer_prob": -0.7039440702646971}
{"example_id": -5834195122914927471, "prediction": "Tammin Pamela Sursok", "binary_answer": null, "no_answer_prob": -7.362675070762634}
{"example_id": 1361441553853311813, "prediction": "", "binary_answer": null, "no_answer_prob": 3.375375747680664}
{"example_id": 3937963433826730062, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5875442028045654}
{"example_id": -3967678489459557421, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -4.692197144031525}
{"example_id": 3410580723149959627, "prediction": "London broil", "binary_answer": null, "no_answer_prob": 0.11466288566589355}
{"example_id": 2298103136537218519, "prediction": "Uzoamaka Nwanneka `` Uzo '' Aduba", "binary_answer": null, "no_answer_prob": 3.261961191892624}
{"example_id": 6192818141186788930, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7415744066238403}
{"example_id": -1902381158427313628, "prediction": "Jaguar Land Rover , which has been owned by India 's Tata Motors", "binary_answer": null, "no_answer_prob": -1.2562177181243896}
{"example_id": 19741534412594075, "prediction": "The Ethiopian eunuch", "binary_answer": null, "no_answer_prob": -0.32777076959609985}
{"example_id": -3787422648037653999, "prediction": "' the sun ' or ' sunlight ' .", "binary_answer": null, "no_answer_prob": -3.4752694368362427}
{"example_id": -1050961969731457470, "prediction": "a moment or torque ( rotational force ) that causes the firearm to rotate and the muzzle to rise", "binary_answer": null, "no_answer_prob": 1.7350696623325348}
{"example_id": -4817156562472137489, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5361227989196777}
{"example_id": -4759656137966100459, "prediction": "October 7 , 2016", "binary_answer": null, "no_answer_prob": -0.6388425827026367}
{"example_id": 5262585998260447722, "prediction": "In Robert Altman 's 1980 live - action musical film Popeye", "binary_answer": null, "no_answer_prob": 3.837679862976074}
{"example_id": 4749465968624432467, "prediction": "The common phrase `` red sky at morning '' is a line from an ancient rhyme often repeated by mariners :", "binary_answer": null, "no_answer_prob": 2.7317126989364624}
{"example_id": -4475247350888687705, "prediction": "Angel Oak", "binary_answer": null, "no_answer_prob": 0.7312474884092808}
{"example_id": -2787552463118090381, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2899132370948792}
{"example_id": 82485180180848689, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Hot Country Songs", "binary_answer": null, "no_answer_prob": 1.645553469657898}
{"example_id": 2218750855506574134, "prediction": "The videos featured Sinatra wearing an iconic pair of boots .", "binary_answer": null, "no_answer_prob": 4.08751368522644}
{"example_id": -7550420943260704873, "prediction": "Rank Operator Technology Subscribers ( in millions ) Market Share Ownership Vodafone Idea", "binary_answer": null, "no_answer_prob": -0.27899467945098877}
{"example_id": 7521918103941749519, "prediction": "Incubus", "binary_answer": null, "no_answer_prob": -2.2728606462478638}
{"example_id": 2544891513471080945, "prediction": "Storm botnet", "binary_answer": null, "no_answer_prob": -5.296944618225098}
{"example_id": 1568192436328015489, "prediction": "Mark Richard Hamill", "binary_answer": null, "no_answer_prob": -1.738884687423706}
{"example_id": 8971194310805999829, "prediction": "", "binary_answer": null, "no_answer_prob": 3.126039445400238}
{"example_id": -5949783439292862722, "prediction": "Production for Harry Potter and the Chamber of Secrets", "binary_answer": null, "no_answer_prob": -0.40168702602386475}
{"example_id": 1040666416278445268, "prediction": "The CISG was developed by the United Nations Commission on International Trade Law ( UNCITRAL ) , and was signed in Vienna", "binary_answer": null, "no_answer_prob": 3.180816415697336}
{"example_id": 2161213286057592881, "prediction": "The show 's theme song is called `` Today is Gonna Be a Great Day '' performed by Bowling For Soup", "binary_answer": null, "no_answer_prob": -0.0692293643951416}
{"example_id": -6434805998990295755, "prediction": "", "binary_answer": null, "no_answer_prob": 3.229094922542572}
{"example_id": 5157593249602083952, "prediction": "", "binary_answer": null, "no_answer_prob": 3.511100172996521}
{"example_id": -2063915997175470045, "prediction": "Pati\u00f1o or Patino is a surname of Scottish / Hispanic origin", "binary_answer": null, "no_answer_prob": -3.376851439476013}
{"example_id": -425194203213713887, "prediction": "`` Bennie and the Jets ''", "binary_answer": null, "no_answer_prob": 4.4903340339660645}
{"example_id": 5860465370694848700, "prediction": "Dire Straits", "binary_answer": null, "no_answer_prob": -2.268206000328064}
{"example_id": -2813391211432154193, "prediction": "The Lion King", "binary_answer": null, "no_answer_prob": 3.321456402540207}
{"example_id": -2279736431350904133, "prediction": "Ben Daniels", "binary_answer": null, "no_answer_prob": -0.45346856117248535}
{"example_id": 6475150927557070874, "prediction": "", "binary_answer": null, "no_answer_prob": -0.07114192843437195}
{"example_id": -6602275522260235109, "prediction": "`` The Sound of Silence", "binary_answer": null, "no_answer_prob": 2.8190024495124817}
{"example_id": -6311784251514049733, "prediction": "", "binary_answer": null, "no_answer_prob": 1.264276921749115}
{"example_id": -436106574654356714, "prediction": "", "binary_answer": null, "no_answer_prob": 4.72683572769165}
{"example_id": -7437437201219446123, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0075941979885101}
{"example_id": -3781524301475508699, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9792320728302002}
{"example_id": 8869404488472700911, "prediction": "", "binary_answer": null, "no_answer_prob": -2.674175262451172}
{"example_id": -3348631167071083892, "prediction": "The Lion , the Witch and the Wardrobe is a fantasy novel for children", "binary_answer": null, "no_answer_prob": 1.4828455448150635}
{"example_id": -774242718125314604, "prediction": "", "binary_answer": null, "no_answer_prob": 2.502004325389862}
{"example_id": 7739220224814541926, "prediction": "`` I Feel the Earth Move '' is a song written and recorded by pop singer - songwriter Carole King", "binary_answer": null, "no_answer_prob": 2.378575824201107}
{"example_id": 6123168088055261033, "prediction": "Deepika Padukone", "binary_answer": null, "no_answer_prob": -5.169229865074158}
{"example_id": 8952717755010970909, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0103797540068626}
{"example_id": -8950073014553165865, "prediction": "Year Host Continent Winner 1930", "binary_answer": null, "no_answer_prob": -0.3944973945617676}
{"example_id": -6543609612685760231, "prediction": "Louisa Johnson was announced as the winner on 13 December 2015 , making Ora the winning mentor .", "binary_answer": null, "no_answer_prob": 1.602345161139965}
{"example_id": -7441340448355135863, "prediction": "Get Rich or Die Tryin '", "binary_answer": null, "no_answer_prob": 2.3085257979109883}
{"example_id": 1801848714588010196, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9352500438690186}
{"example_id": 7465715979153721885, "prediction": "The `` Fish '' Cheer / I - Feel - Like - I 'm - Fixin ' - to - Die Rag", "binary_answer": null, "no_answer_prob": 5.034574545919895}
{"example_id": 7495718335989542379, "prediction": "Thomas Quinn Jones", "binary_answer": null, "no_answer_prob": -0.22279787063598633}
{"example_id": -158685639894256726, "prediction": "", "binary_answer": null, "no_answer_prob": -0.6736724376678467}
{"example_id": 2327476715194330268, "prediction": "Joan of Arcadia . The song was nominated for three Grammys and peaked at number four on the Billboard Hot 100 .", "binary_answer": null, "no_answer_prob": 1.7949546575546265}
{"example_id": -3697807666594774654, "prediction": "Who dat ? is an English idiom originating from New Orleans", "binary_answer": null, "no_answer_prob": -4.019825220108032}
{"example_id": 5918410514193138571, "prediction": "", "binary_answer": null, "no_answer_prob": 4.167611062526703}
{"example_id": -6511592240474758535, "prediction": "Travis Tritt", "binary_answer": null, "no_answer_prob": 3.366312986239791}
{"example_id": 156222331569148205, "prediction": "Celebrity Big Brother", "binary_answer": null, "no_answer_prob": 2.017146189697087}
{"example_id": 4429124108114949487, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8854221627116203}
{"example_id": 7354999858807237444, "prediction": "Rank Player Team ( s ) Receptions Jerry Rice", "binary_answer": null, "no_answer_prob": -2.7528117895126343}
{"example_id": -7958364361517738816, "prediction": "`` Like China ''", "binary_answer": null, "no_answer_prob": 2.7677778601646423}
{"example_id": 4926411532217980738, "prediction": "Oedipus Rex", "binary_answer": null, "no_answer_prob": 3.279852420091629}
{"example_id": -6979081307697911426, "prediction": "Rick Hopper", "binary_answer": null, "no_answer_prob": 2.236088275909424}
{"example_id": -2596353909899371655, "prediction": "", "binary_answer": null, "no_answer_prob": 3.448966145515442}
{"example_id": 392385488264586853, "prediction": "The eighth season", "binary_answer": null, "no_answer_prob": -2.7611196041107178}
{"example_id": -1686768137240127547, "prediction": "The Lego Ninjago Movie", "binary_answer": null, "no_answer_prob": -1.3521841764450073}
{"example_id": 5979914142234156056, "prediction": "", "binary_answer": null, "no_answer_prob": 1.918372392654419}
{"example_id": -7965496774017058056, "prediction": "", "binary_answer": null, "no_answer_prob": 1.173425603657961}
{"example_id": -3809456355217021528, "prediction": "", "binary_answer": null, "no_answer_prob": -3.8358863592147827}
{"example_id": -8745077395160175452, "prediction": "President Donald Trump", "binary_answer": null, "no_answer_prob": -2.315328359603882}
{"example_id": 6204925877536912344, "prediction": "Roman law", "binary_answer": null, "no_answer_prob": 0.014449781738221645}
{"example_id": -3201274624895632446, "prediction": "We 're the Millers", "binary_answer": null, "no_answer_prob": 1.6013675332069397}
{"example_id": 8521551125139978901, "prediction": "", "binary_answer": null, "no_answer_prob": 0.722569826990366}
{"example_id": -2923447977706653648, "prediction": "", "binary_answer": null, "no_answer_prob": 3.27646803855896}
{"example_id": -4939620613803238600, "prediction": "`` Girl on Fire ''", "binary_answer": null, "no_answer_prob": -1.4261844158172607}
{"example_id": -3897541524787739034, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7137141227722168}
{"example_id": 4731672791336813021, "prediction": "", "binary_answer": null, "no_answer_prob": 3.203803539276123}
{"example_id": 3119759966331770413, "prediction": "`` She 's Not There '' is the debut single by British rock band The Zombies", "binary_answer": null, "no_answer_prob": 0.8726588487625122}
{"example_id": -8028553773706728625, "prediction": "`` Swayin ' to the Music '' describes a young man slow dancing in the middle of the night with his girlfriend", "binary_answer": null, "no_answer_prob": 1.6281152218580246}
{"example_id": 6768266617246001034, "prediction": "National Hockey League", "binary_answer": null, "no_answer_prob": 1.4864048957824707}
{"example_id": 6511163869862905731, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 4.4179903864860535}
{"example_id": -6170595545064347887, "prediction": "A Place to Call Home", "binary_answer": null, "no_answer_prob": -0.44266533851623535}
{"example_id": -5725193426461934101, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5793715119361877}
{"example_id": -440897623352911547, "prediction": "Raymond William Stacy Burr", "binary_answer": null, "no_answer_prob": 0.34485864639282227}
{"example_id": -3180278946733482876, "prediction": "Vicki Lawrence", "binary_answer": null, "no_answer_prob": -6.847077250480652}
{"example_id": 5979153299787867084, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9318979829549789}
{"example_id": -4393495360990197762, "prediction": "", "binary_answer": null, "no_answer_prob": 0.8815604746341705}
{"example_id": -534956058691987986, "prediction": "Lake Titicaca", "binary_answer": null, "no_answer_prob": -0.12015761435031891}
{"example_id": -2414389434726435315, "prediction": "Fish locomotion", "binary_answer": null, "no_answer_prob": 0.1830596923828125}
{"example_id": -2721587192415524965, "prediction": "Amazing Fantasy # 15", "binary_answer": null, "no_answer_prob": -2.3829768896102905}
{"example_id": 2516888311523814641, "prediction": "", "binary_answer": null, "no_answer_prob": 3.038681447505951}
{"example_id": 1845272208173848211, "prediction": "The scientific method is a body of techniques for investigating phenomena , acquiring new knowledge , or correcting and integrating previous knowledge", "binary_answer": null, "no_answer_prob": -2.4191989302635193}
{"example_id": 8878053576660401809, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4762648344039917}
{"example_id": -5666184786993118685, "prediction": "13 - and 15 - inch screen sizes", "binary_answer": null, "no_answer_prob": -3.1189849376678467}
{"example_id": -3274606763316640276, "prediction": "The history of the Marine Corps", "binary_answer": null, "no_answer_prob": -1.169034481048584}
{"example_id": -2448685999305550283, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9650810956954956}
{"example_id": 8534549592167980251, "prediction": "The 2004 Indian Ocean earthquake", "binary_answer": null, "no_answer_prob": 3.278422713279724}
{"example_id": 6310714729623780383, "prediction": "", "binary_answer": null, "no_answer_prob": 4.055656552314758}
{"example_id": 5755184746406247549, "prediction": "", "binary_answer": null, "no_answer_prob": 4.391805410385132}
{"example_id": 1861904082134879511, "prediction": "10 December 1948", "binary_answer": null, "no_answer_prob": -1.1059653759002686}
{"example_id": -8299327714934748282, "prediction": "Snowdon", "binary_answer": null, "no_answer_prob": 0.47248995304107666}
{"example_id": -2298573493279508523, "prediction": "Kobe Bryant", "binary_answer": null, "no_answer_prob": -1.3314776010811329}
{"example_id": 8576344555705265351, "prediction": "Pawan Kumar Chamling", "binary_answer": null, "no_answer_prob": -3.609923630952835}
{"example_id": 9187624942947798544, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7003203928470612}
{"example_id": -7826444086913016557, "prediction": "", "binary_answer": null, "no_answer_prob": 3.582704544067383}
{"example_id": 2872067124738330313, "prediction": "", "binary_answer": null, "no_answer_prob": 2.515232801437378}
{"example_id": 3182387673618585235, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4399543181061745}
{"example_id": 3906844434692593201, "prediction": "Kaushal Manda", "binary_answer": null, "no_answer_prob": 1.2417609691619873}
{"example_id": -7582745877240343576, "prediction": "", "binary_answer": null, "no_answer_prob": 2.64481383562088}
{"example_id": 6374723689929836007, "prediction": "Cranial nerves", "binary_answer": null, "no_answer_prob": 0.17011886835098267}
{"example_id": -8978915863747248523, "prediction": "Currently on death row : 63 ( as of January 2017 ) Total number executed : 37 ( 1927 -- 2003 )", "binary_answer": null, "no_answer_prob": 1.3581653833389282}
{"example_id": -3126027700856667004, "prediction": "", "binary_answer": null, "no_answer_prob": 0.16535149980336428}
{"example_id": -132640085097841406, "prediction": "6,920 feet ( 2,110 m )", "binary_answer": null, "no_answer_prob": -1.7858903408050537}
{"example_id": 7586230684004680498, "prediction": "`` ( I Ca n't Get No ) Satisfaction", "binary_answer": null, "no_answer_prob": 0.7435187101364136}
{"example_id": 4839381199765928548, "prediction": "The auxiliary verb is typically avoir ' to have ' , but is sometimes \u00eatre ' to be ' ( see below ) .", "binary_answer": null, "no_answer_prob": -0.6135571002960205}
{"example_id": 3893935639544376685, "prediction": "`` Cool Kids ''", "binary_answer": null, "no_answer_prob": 2.216414749622345}
{"example_id": 957402776119719443, "prediction": "", "binary_answer": null, "no_answer_prob": 2.534270405769348}
{"example_id": 3422236274660654023, "prediction": "Super Bowl 50", "binary_answer": null, "no_answer_prob": 0.25217515230178833}
{"example_id": -4683105765504634127, "prediction": "", "binary_answer": null, "no_answer_prob": 2.977487564086914}
{"example_id": -391362842439569968, "prediction": "In April 2017 , the Red Wings hosted their final game at Joe Louis Arena ; the venue was succeeded by the new Little Caesars Arena", "binary_answer": null, "no_answer_prob": -1.2613488733768463}
{"example_id": 2967781358820918664, "prediction": "Diego Abad de Santill\u00e1n", "binary_answer": null, "no_answer_prob": -0.7849448919296265}
{"example_id": 7171669397266923576, "prediction": "Vanessa is a feminine given name , especially popular in the United States , Germany and Brazil", "binary_answer": null, "no_answer_prob": 2.7536714896559715}
{"example_id": 4047676684850800454, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8349136114120483}
{"example_id": 257494302872445503, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7036598324775696}
{"example_id": 912739715533119853, "prediction": "The Virginia Peninsula", "binary_answer": null, "no_answer_prob": -4.429650217294693}
{"example_id": 7749384404187421934, "prediction": "The Irishman", "binary_answer": null, "no_answer_prob": 0.26200973987579346}
{"example_id": -5644458293628759603, "prediction": "", "binary_answer": null, "no_answer_prob": -2.0066229104995728}
{"example_id": 8564872898227189295, "prediction": "Michael Steven Hessman", "binary_answer": null, "no_answer_prob": -1.4425665736198425}
{"example_id": 4867617541405387846, "prediction": "", "binary_answer": null, "no_answer_prob": -3.26822167634964}
{"example_id": -7147575837798532734, "prediction": "The Great Wall of China", "binary_answer": null, "no_answer_prob": 1.0693936347961426}
{"example_id": 9159474945745227690, "prediction": "`` Eye in the Sky '' is a 1982 song by the British rock band The Alan Parsons Project from the album Eye in the Sky", "binary_answer": null, "no_answer_prob": 0.45375628769397736}
{"example_id": -2046476599353137664, "prediction": "Kelly Gordon", "binary_answer": null, "no_answer_prob": 1.7159572839736938}
{"example_id": -1451265853964730188, "prediction": "Who Framed Roger Rabbit", "binary_answer": null, "no_answer_prob": 2.5232369042932987}
{"example_id": 2291210264029318078, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9146500825881958}
{"example_id": -7537881845967545834, "prediction": "", "binary_answer": null, "no_answer_prob": -2.3253408670425415}
{"example_id": 6524127782841569429, "prediction": "Tommy James and the Shondells", "binary_answer": null, "no_answer_prob": 2.273340106010437}
{"example_id": 6794426408637543034, "prediction": "The Korean War", "binary_answer": null, "no_answer_prob": -0.16078102588653564}
{"example_id": 7461794682329177837, "prediction": "`` Getting to Know You '' is a show tune from the 1951 Rodgers and Hammerstein musical The King and I.", "binary_answer": null, "no_answer_prob": 2.579871416091919}
{"example_id": -4413418996190022532, "prediction": "Brazil", "binary_answer": null, "no_answer_prob": -3.597951114177704}
{"example_id": 7102592098598688998, "prediction": "", "binary_answer": null, "no_answer_prob": -3.9462026357650757}
{"example_id": 3150540880765930232, "prediction": "Jerry Rice", "binary_answer": null, "no_answer_prob": -4.462567210197449}
{"example_id": -6930371014100116329, "prediction": "Aladdin", "binary_answer": null, "no_answer_prob": 1.9365900754928589}
{"example_id": 6984686718935153805, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.1155233085155487}
{"example_id": 7009417532076439325, "prediction": "`` Every Rose Has Its Thorn ''", "binary_answer": null, "no_answer_prob": 2.062357187271118}
{"example_id": 3453182683045423186, "prediction": "a rock song based around an electric guitar riff", "binary_answer": null, "no_answer_prob": -0.6996831893920898}
{"example_id": 2988190536299610456, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5528801679611206}
{"example_id": 8851913986195153381, "prediction": "`` Take Me Out to the Ball Game '' is a 1908 Tin Pan Alley song by Jack Norworth and Albert Von Tilzer", "binary_answer": null, "no_answer_prob": -0.731690526008606}
{"example_id": 445791790994428327, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4233392477035522}
{"example_id": 1521708307311824130, "prediction": "Mark Alan Ruffalo", "binary_answer": null, "no_answer_prob": -2.4133498668670654}
{"example_id": 5461554379009571359, "prediction": "", "binary_answer": null, "no_answer_prob": 4.47513347864151}
{"example_id": 5965997698220498825, "prediction": "Bagheera", "binary_answer": null, "no_answer_prob": -3.5405367612838745}
{"example_id": -593854833350502948, "prediction": "medieval Livonia ( present - day Estonia and Latvia ) and early modern Germany", "binary_answer": null, "no_answer_prob": -1.34940505027771}
{"example_id": 3146034199565520437, "prediction": "", "binary_answer": null, "no_answer_prob": 4.614394545555115}
{"example_id": -155562737735683800, "prediction": "Woodstock", "binary_answer": null, "no_answer_prob": -3.7387982606887817}
{"example_id": 2965830991981552118, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9969994127750397}
{"example_id": 7778866270168931445, "prediction": "", "binary_answer": null, "no_answer_prob": 2.851631820201874}
{"example_id": -438307705609134116, "prediction": "The Phantom of the Opera", "binary_answer": null, "no_answer_prob": 1.681125283241272}
{"example_id": -4871329359856517406, "prediction": "", "binary_answer": null, "no_answer_prob": -4.323308825492859}
{"example_id": -2226448970074813724, "prediction": "`` Never Be the Same", "binary_answer": null, "no_answer_prob": -2.9675039052963257}
{"example_id": 6454168440948520007, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3657867014408112}
{"example_id": -7413075732899091321, "prediction": "The Oakland Raiders relocation to Las Vegas", "binary_answer": null, "no_answer_prob": -2.0867159366607666}
{"example_id": -3029469724726842529, "prediction": "To be , or not to be is the opening phrase of a soliloquy", "binary_answer": null, "no_answer_prob": -0.21318364143371582}
{"example_id": -7714905599362108997, "prediction": "", "binary_answer": null, "no_answer_prob": 2.346711814403534}
{"example_id": 2049460569379781668, "prediction": "One Love Manchester", "binary_answer": null, "no_answer_prob": 0.38866448402404785}
{"example_id": 6828744768466163196, "prediction": "", "binary_answer": null, "no_answer_prob": 3.113588869571686}
{"example_id": -1817479603748491318, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1298162192106247}
{"example_id": 2649357716325848890, "prediction": "Buzzcocks", "binary_answer": null, "no_answer_prob": -3.604024291038513}
{"example_id": -8034325961174367064, "prediction": "", "binary_answer": null, "no_answer_prob": 1.347851812839508}
{"example_id": 575189886885756719, "prediction": "Chuck McGill", "binary_answer": null, "no_answer_prob": -0.34739255905151367}
{"example_id": -7133747068492519659, "prediction": "The Fresh Prince of Bel - Air", "binary_answer": null, "no_answer_prob": -0.6470966339111328}
{"example_id": 6403225546852614772, "prediction": "Patent ductus arteriosus ( PDA ) is a condition wherein the ductus arteriosus fails to close after birth .", "binary_answer": null, "no_answer_prob": 1.3685709238052368}
{"example_id": -7141545160802805585, "prediction": "Twins are two offspring produced by the same pregnancy . Twins can be either monozygotic", "binary_answer": null, "no_answer_prob": -0.5696157813072205}
{"example_id": -438743156140956157, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4315993785858154}
{"example_id": -4066323857629293314, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6149637773633003}
{"example_id": -4674138790435489487, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7764604687690735}
{"example_id": 1634526914636522687, "prediction": "The Amazing Race", "binary_answer": null, "no_answer_prob": -0.44786208868026733}
{"example_id": -7047562979723678194, "prediction": "Tamil Nadu Sugar Corporation Limited", "binary_answer": null, "no_answer_prob": 3.5735567808151245}
{"example_id": 265069798223595000, "prediction": "Hershel Greene", "binary_answer": null, "no_answer_prob": 2.925536632537842}
{"example_id": -2983232566257449145, "prediction": "", "binary_answer": null, "no_answer_prob": 2.042516350746155}
{"example_id": 2625276851485102302, "prediction": "", "binary_answer": null, "no_answer_prob": 4.716808885335922}
{"example_id": -945783798324340511, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0758385062217712}
{"example_id": -1178538835322605591, "prediction": "John Jay", "binary_answer": null, "no_answer_prob": -8.26989197731018}
{"example_id": -7420768735021343100, "prediction": "Jane Taylor", "binary_answer": null, "no_answer_prob": 0.03617870807647705}
{"example_id": 217413029081678261, "prediction": "The song became popular after it was performed by Anna Kendrick", "binary_answer": null, "no_answer_prob": -0.5793979167938232}
{"example_id": -3082404330306763370, "prediction": "", "binary_answer": null, "no_answer_prob": 2.850319303572178}
{"example_id": 664848690791568017, "prediction": "", "binary_answer": null, "no_answer_prob": 0.619135856628418}
{"example_id": 1483042118657296692, "prediction": "Edward Carl Gaedel", "binary_answer": null, "no_answer_prob": -1.6693110167980194}
{"example_id": -6988510815411083194, "prediction": "`` Now That We Found Love ''", "binary_answer": null, "no_answer_prob": 3.7223751544952393}
{"example_id": -6932196825830917096, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9204911589622498}
{"example_id": -898783261511479497, "prediction": "Candice Bergen", "binary_answer": null, "no_answer_prob": -1.6134562492370605}
{"example_id": -2629969571924123428, "prediction": "", "binary_answer": null, "no_answer_prob": -2.826122760772705}
{"example_id": 7348235037413798099, "prediction": "public domain ( Portuguese : dom\u00ednio p\u00fablico ) and private domain", "binary_answer": null, "no_answer_prob": 1.2953243255615234}
{"example_id": -7286757274041786003, "prediction": "Normative", "binary_answer": null, "no_answer_prob": 0.4512760639190674}
{"example_id": 2592868951170471293, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4634133577346802}
{"example_id": -587354503557581171, "prediction": "`` Foreplay / Long Time '' is a song written by Tom Scholz and first performed by the rock band Boston", "binary_answer": null, "no_answer_prob": 1.085836261510849}
{"example_id": 3950383745144718481, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8982512950897217}
{"example_id": -1149489503345444273, "prediction": "", "binary_answer": null, "no_answer_prob": 0.30796289443969727}
{"example_id": 8750774672143181640, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5529699325561523}
{"example_id": -4512188033582443098, "prediction": "8 16 October 21 , 2016 ( 2016 - 10 - 21 ) March 10 , 2017 ( 2017 - 03 - 10 )", "binary_answer": null, "no_answer_prob": 4.49477744102478}
{"example_id": -6443547905690250556, "prediction": "", "binary_answer": null, "no_answer_prob": 4.276902675628662}
{"example_id": -3017429727600339540, "prediction": "61 miles ( 98 km )", "binary_answer": null, "no_answer_prob": 0.8892148733139038}
{"example_id": -1510666777538922118, "prediction": "", "binary_answer": null, "no_answer_prob": -0.0803179144859314}
{"example_id": -806008116627337296, "prediction": "Brian Hoyer", "binary_answer": null, "no_answer_prob": -4.140556335449219}
{"example_id": -2430892891443078620, "prediction": "At the age of twenty - six , Calvin published the first edition of his Institutes of the Christian Religion", "binary_answer": null, "no_answer_prob": 0.25598597526550293}
{"example_id": -3687055261909878316, "prediction": "John Boyne", "binary_answer": null, "no_answer_prob": 0.8027172088623047}
{"example_id": 2174305714986147170, "prediction": "Glass Tiger", "binary_answer": null, "no_answer_prob": -5.387535452842712}
{"example_id": 6965154020002790290, "prediction": "One of the goals of the organization was to end the adverse effects of the crop - lien system on farmers in the period following the American Civil War", "binary_answer": null, "no_answer_prob": 3.5106881856918335}
{"example_id": 5062669826664921478, "prediction": "the entirety of Divine revelation", "binary_answer": null, "no_answer_prob": -0.6024482250213623}
{"example_id": -5244084812394171346, "prediction": "The Mughal emperors", "binary_answer": null, "no_answer_prob": -0.5536404848098755}
{"example_id": -8526285606688247045, "prediction": "`` This Guy 's in Love with You '' is a song written by Burt Bacharach and Hal David", "binary_answer": null, "no_answer_prob": 2.6190291941165924}
{"example_id": 6199305145750841239, "prediction": "Hemant Brijwasi", "binary_answer": null, "no_answer_prob": -1.7645816802978516}
{"example_id": -3771301080053535443, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2861672639846802}
{"example_id": 8406629850895455324, "prediction": "Shruti Kanwar", "binary_answer": null, "no_answer_prob": -5.414283990859985}
{"example_id": 5825278754261996612, "prediction": "Food Network chefs Sunny Anderson and Jeff Mauro", "binary_answer": null, "no_answer_prob": -2.2082555294036865}
{"example_id": -4807627701591732245, "prediction": "daily newspaper", "binary_answer": null, "no_answer_prob": -1.4545270800590515}
{"example_id": -8517519252902436830, "prediction": "", "binary_answer": null, "no_answer_prob": 2.606097161769867}
{"example_id": 1411911727998961690, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A mutual fund", "binary_answer": null, "no_answer_prob": 1.2826240062713623}
{"example_id": -3510001169823039030, "prediction": "`` Another Brick in the Wall", "binary_answer": null, "no_answer_prob": 3.8753981590270996}
{"example_id": 2536702751700592958, "prediction": "Judgment Day", "binary_answer": null, "no_answer_prob": 3.009697735309601}
{"example_id": -4807750401699297705, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1961132362484932}
{"example_id": -899351908881081678, "prediction": "Alyson Lee Hannigan", "binary_answer": null, "no_answer_prob": -3.7931634187698364}
{"example_id": 7009888309090765284, "prediction": "", "binary_answer": null, "no_answer_prob": -1.5715134143829346}
{"example_id": 7022277642500448587, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9250746071338654}
{"example_id": 1881801628526670261, "prediction": "Alex Borstein", "binary_answer": null, "no_answer_prob": -5.478447914123535}
{"example_id": -5763251036427534507, "prediction": "", "binary_answer": null, "no_answer_prob": 0.468500554561615}
{"example_id": -2484769459394585354, "prediction": "The New Jersey Plan", "binary_answer": null, "no_answer_prob": -1.8609099388122559}
{"example_id": -3788148688750665049, "prediction": "Season Franchise League Wins Losses Pct . Finish 1906 Chicago Cubs", "binary_answer": null, "no_answer_prob": -0.015571951866149902}
{"example_id": 8355404200154181643, "prediction": "`` A journey of a thousand miles begins with a single step '' ( Chinese : \u5343\u91cc \u4e4b \u884c , \u59cb \u65bc \u8db3\u4e0b", "binary_answer": null, "no_answer_prob": 0.650536984205246}
{"example_id": -4155478395040099183, "prediction": "`` Jar of Hearts ''", "binary_answer": null, "no_answer_prob": 3.9431232810020447}
{"example_id": 1766613706788711526, "prediction": "`` Nobody Knows '' is a song by R&B artist Tony Rich", "binary_answer": null, "no_answer_prob": 0.527446985244751}
{"example_id": -455522481629941063, "prediction": "", "binary_answer": null, "no_answer_prob": 0.07378673553466797}
{"example_id": 1905131062351526241, "prediction": "Regina Spektor", "binary_answer": null, "no_answer_prob": -3.6138274669647217}
{"example_id": 5118505966272271760, "prediction": "The Beautiful South were an English pop group formed in 1988 by Paul Heaton and Dave Hemingway", "binary_answer": null, "no_answer_prob": 1.4176981449127197}
{"example_id": 6975032983308839201, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1568057239055634}
{"example_id": -794096790802218025, "prediction": "California", "binary_answer": null, "no_answer_prob": 0.8828748464584351}
{"example_id": -4262416515038237866, "prediction": "Kim Carnes", "binary_answer": null, "no_answer_prob": 3.3691159784793854}
{"example_id": -5286697952553600640, "prediction": "", "binary_answer": null, "no_answer_prob": 1.2923528552055359}
{"example_id": -4058879644260635242, "prediction": "So You Think You Can Dance", "binary_answer": null, "no_answer_prob": 1.972194567322731}
{"example_id": 1221168998256712153, "prediction": "", "binary_answer": null, "no_answer_prob": 2.248954951763153}
{"example_id": 5496739626615585038, "prediction": "", "binary_answer": null, "no_answer_prob": 2.875378757715225}
{"example_id": -1289550213230410574, "prediction": "U.S. Environmental Protection Agency ( EPA )", "binary_answer": null, "no_answer_prob": -1.0871098041534424}
{"example_id": 7821592833294225101, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.811696469783783}
{"example_id": 8554721282818506215, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4082664251327515}
{"example_id": 58187848798235015, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1003852486610413}
{"example_id": -677259351166471204, "prediction": "30 July 2016", "binary_answer": null, "no_answer_prob": 1.2127071619033813}
{"example_id": 6825233902162016166, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] United States military seniority", "binary_answer": null, "no_answer_prob": 0.05984702706336975}
{"example_id": 7517405377412116596, "prediction": "New York New York", "binary_answer": null, "no_answer_prob": 1.9241787195205688}
{"example_id": 7071808599726455761, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1750801801681519}
{"example_id": 2403539739622541523, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4432735443115234}
{"example_id": -707641197724307029, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4435755610466003}
{"example_id": -6766692666466299776, "prediction": "information technology and consulting services to businesses and governments", "binary_answer": null, "no_answer_prob": -3.079789310693741}
{"example_id": -517186324724478411, "prediction": "Bill Medley and Jennifer Warnes", "binary_answer": null, "no_answer_prob": -2.721389412879944}
{"example_id": 195122281550505353, "prediction": "", "binary_answer": null, "no_answer_prob": -1.6364655494689941}
{"example_id": 1997639623448904828, "prediction": "", "binary_answer": null, "no_answer_prob": -2.4670156240463257}
{"example_id": 8033165278091535801, "prediction": "Dirty Dancing is a 1987", "binary_answer": null, "no_answer_prob": 1.5460506081581116}
{"example_id": -1349347569217225915, "prediction": "`` Frame ''", "binary_answer": null, "no_answer_prob": 0.19305384159088135}
{"example_id": -8703845203547233062, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7422719299793243}
{"example_id": -2892569171978955183, "prediction": "`` The Sound of Silence ''", "binary_answer": null, "no_answer_prob": 1.0162020921707153}
{"example_id": 1682705669236106442, "prediction": "The lyrics for `` Dreaming '' originated from the line , `` dreaming is free , '' which band member Chris Stein", "binary_answer": null, "no_answer_prob": 1.668034851551056}
{"example_id": -2088475650998245161, "prediction": "`` Walk Like a Man '' is a song written by Bob Crewe and Bob Gaudio and originally recorded by the Four Seasons .", "binary_answer": null, "no_answer_prob": 0.30809783935546875}
{"example_id": -6191427736051770385, "prediction": "David Easton", "binary_answer": null, "no_answer_prob": 4.421236217021942}
{"example_id": 455280402041562957, "prediction": "", "binary_answer": null, "no_answer_prob": -0.12170015461742878}
{"example_id": 6016187989170734632, "prediction": "State Route 85 ( SR 85 ) is a freeway", "binary_answer": null, "no_answer_prob": 3.070994734764099}
{"example_id": 1208551444515352437, "prediction": "Columbus", "binary_answer": null, "no_answer_prob": 1.7576324939727783}
{"example_id": -1529785580387860441, "prediction": "", "binary_answer": null, "no_answer_prob": 1.4965336322784424}
{"example_id": -1836566113551085118, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2448156476020813}
{"example_id": 1774869827959777677, "prediction": "on the islands of Gozo , near Malta , and Tino , in the Ligurian Sea", "binary_answer": null, "no_answer_prob": 1.546823501586914}
{"example_id": 3047269637901402987, "prediction": "B.J. Thomas", "binary_answer": null, "no_answer_prob": -5.533099055290222}
{"example_id": 5792060764614723717, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4667831659317017}
{"example_id": 259921534738691065, "prediction": "Black Panther", "binary_answer": null, "no_answer_prob": -0.9368189573287964}
{"example_id": 846127293537576119, "prediction": "Benjamin Franklin", "binary_answer": null, "no_answer_prob": -0.4008800983428955}
{"example_id": 4679121995622567675, "prediction": "Plant hormones", "binary_answer": null, "no_answer_prob": 0.8930023908615112}
{"example_id": -614959085297785430, "prediction": "Game of Thrones", "binary_answer": null, "no_answer_prob": -0.0910637378692627}
{"example_id": -5115454226445090085, "prediction": "Milky Chance is a German folk group originating from Kassel", "binary_answer": null, "no_answer_prob": 0.7939985245466232}
{"example_id": -3257177646107467410, "prediction": "white Americans", "binary_answer": null, "no_answer_prob": -3.2538070678710938}
{"example_id": 8170979616437943573, "prediction": "Sonnet 47 .", "binary_answer": null, "no_answer_prob": 3.4483619928359985}
{"example_id": -3879915507622321752, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1560164615511894}
{"example_id": -4681068648745366238, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7101815938949585}
{"example_id": -1711577940839725776, "prediction": "James Gregory `` Greg '' Vaughan , Jr.", "binary_answer": null, "no_answer_prob": 1.963286280632019}
{"example_id": -4404901968927241171, "prediction": "13 . `` A Key to Nothing '' 5 : 07 Total length : 52 : 22", "binary_answer": null, "no_answer_prob": 1.255811333656311}
{"example_id": 3389231439596875980, "prediction": "", "binary_answer": null, "no_answer_prob": 3.031923294067383}
{"example_id": 1628743276422317151, "prediction": "In the first film , Hopalong Cassidy ( then spelled `` Hop - along", "binary_answer": null, "no_answer_prob": -0.6608676910400391}
{"example_id": 582120899342331504, "prediction": "Aristotle", "binary_answer": null, "no_answer_prob": -5.208921313285828}
{"example_id": -4505109749258617690, "prediction": "", "binary_answer": null, "no_answer_prob": 4.840455800294876}
{"example_id": -1839864875505756329, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2240042090415955}
{"example_id": 2421267297792024617, "prediction": "2014 , after NBA team owners unanimously voted to change from a 2 -- 3 -- 2 format on October 23 , 2013", "binary_answer": null, "no_answer_prob": 0.8997715711593628}
{"example_id": 878819802175317138, "prediction": "Cultural", "binary_answer": null, "no_answer_prob": 2.36445689201355}
{"example_id": -7056145473698516193, "prediction": "Heart arrhythmia", "binary_answer": null, "no_answer_prob": 2.0358325466513634}
{"example_id": -7663522954274757653, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3848425820469856}
{"example_id": 3899175066673351094, "prediction": "Chadwick Aaron Boseman", "binary_answer": null, "no_answer_prob": -3.8969444036483765}
{"example_id": 4303564332112787684, "prediction": "Nathaniel Cornelius Robinson", "binary_answer": null, "no_answer_prob": -2.231323003768921}
{"example_id": 648107110992565869, "prediction": "Apollo 17", "binary_answer": null, "no_answer_prob": -3.1219650506973267}
{"example_id": 530730112875667186, "prediction": "October 8 , 2013", "binary_answer": null, "no_answer_prob": 0.43083763122558594}
{"example_id": 8363535834304498519, "prediction": "Liberty National", "binary_answer": null, "no_answer_prob": -1.3166043758392334}
{"example_id": -3772539809756443083, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3280822038650513}
{"example_id": -7019396479901527809, "prediction": "Vicki Lawrence", "binary_answer": null, "no_answer_prob": -1.2110230922698975}
{"example_id": -7037869973709720114, "prediction": "Fantastic Beasts : The Crimes of Grindelwald , is scheduled to be released on 16 November 2018 .", "binary_answer": null, "no_answer_prob": 0.11768531799316406}
{"example_id": 7851938076779001811, "prediction": "A B movie or B film is a low - budget commercial movie , but not an arthouse film", "binary_answer": null, "no_answer_prob": 2.4412795305252075}
{"example_id": 8130710827224798759, "prediction": "Patriots", "binary_answer": null, "no_answer_prob": 0.7459102869033813}
{"example_id": 6251233549074809559, "prediction": "Knob - and - tube wiring", "binary_answer": null, "no_answer_prob": 1.4703073501586914}
{"example_id": 6559833549520707200, "prediction": "", "binary_answer": null, "no_answer_prob": 5.162647902965546}
{"example_id": 2265055189082030896, "prediction": "On 21 August 1986 , a limnic eruption at Lake Nyos in northwestern Cameroon killed 1,746 people and 3,500 livestock", "binary_answer": null, "no_answer_prob": 1.8098827004432678}
{"example_id": -5474401821651444883, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1056056022644043}
{"example_id": -6273820990720866885, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The caste system", "binary_answer": null, "no_answer_prob": 3.059730350971222}
{"example_id": -8776899623429883235, "prediction": "Azerbaijan", "binary_answer": null, "no_answer_prob": -0.832615576684475}
{"example_id": -6180065891659725035, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7404725551605225}
{"example_id": 3582455678357889442, "prediction": "California", "binary_answer": null, "no_answer_prob": -6.589333534240723}
{"example_id": -1428033021489352270, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9940905570983887}
{"example_id": -4614468562763446361, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 1.93735671043396}
{"example_id": 1159219475551057259, "prediction": "After a moment to deliberate , Hilary and David pose a question to the homeowners . They must choose to either Love It", "binary_answer": null, "no_answer_prob": 1.2498090267181396}
{"example_id": 4607917262018133213, "prediction": "Fast Times at Ridgemont High is a 1982", "binary_answer": null, "no_answer_prob": 2.9662745594978333}
{"example_id": -923692169052497360, "prediction": "Sodom and Gomorrah ( / \u02c8s\u0252d\u0259m / ; / \u0261\u0259\u02c8m\u0254\u02d0r\u0259 / ) were cities mentioned in the Book of Genesis", "binary_answer": null, "no_answer_prob": 1.8231781609356403}
{"example_id": 3821462726154294001, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7904249327257276}
{"example_id": -1531672347750888731, "prediction": "The terms traditional knowledge ( TK ) , indigenous knowledge ( IK ) , and local knowledge", "binary_answer": null, "no_answer_prob": 2.8040593564510345}
{"example_id": 1185380788336396915, "prediction": "", "binary_answer": null, "no_answer_prob": 2.722796678543091}
{"example_id": -7975357350988442808, "prediction": "Shinsegae", "binary_answer": null, "no_answer_prob": -0.43692004680633545}
{"example_id": -627392990489548787, "prediction": "", "binary_answer": null, "no_answer_prob": -1.7231775522232056}
{"example_id": 6465616432092341001, "prediction": "Wardell Stephen Curry", "binary_answer": null, "no_answer_prob": -1.3395493030548096}
{"example_id": 6484384297006003645, "prediction": "Leaves of Grass", "binary_answer": null, "no_answer_prob": 2.117540419101715}
{"example_id": -540346233330395591, "prediction": "", "binary_answer": null, "no_answer_prob": 4.939569771289825}
{"example_id": -4197310212641231952, "prediction": "", "binary_answer": null, "no_answer_prob": 1.92852383852005}
{"example_id": -6514059666913433730, "prediction": "The song was immediately popular in the UK and became a number one", "binary_answer": null, "no_answer_prob": -1.3282716870307922}
{"example_id": 531920013532529375, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6109368205070496}
{"example_id": 2931333912169043178, "prediction": "John Bercow", "binary_answer": null, "no_answer_prob": -2.9272890090942383}
{"example_id": 4414203620705614761, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3449172973632812}
{"example_id": 824546347968494155, "prediction": "", "binary_answer": null, "no_answer_prob": 4.26170539855957}
{"example_id": 5187054369090449921, "prediction": "A pressure point", "binary_answer": null, "no_answer_prob": 2.289085566997528}
{"example_id": 4169922318492542709, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 3.4456691928207874}
{"example_id": 8783251888656509590, "prediction": "", "binary_answer": null, "no_answer_prob": 1.243140478618443}
{"example_id": -1922631224359307957, "prediction": "", "binary_answer": null, "no_answer_prob": 4.266628086566925}
{"example_id": -6921833587596894365, "prediction": "Mount Whitney", "binary_answer": null, "no_answer_prob": -9.069274187088013}
{"example_id": -952785023901327089, "prediction": "Dirk Jeffrey Koetter", "binary_answer": null, "no_answer_prob": -3.7632301449775696}
{"example_id": -3587139597075780529, "prediction": "the beginning of the 8th century CE", "binary_answer": null, "no_answer_prob": -3.401191473007202}
{"example_id": 2188974182374459839, "prediction": "June 11 , 2021 .", "binary_answer": null, "no_answer_prob": -1.3444318771362305}
{"example_id": 5064534131928384032, "prediction": "The Danube", "binary_answer": null, "no_answer_prob": 0.7248764038085938}
{"example_id": 5273406018593685256, "prediction": "Kiran Bedi", "binary_answer": null, "no_answer_prob": -3.3525311946868896}
{"example_id": -9111462451692156959, "prediction": "", "binary_answer": null, "no_answer_prob": 0.874130018055439}
{"example_id": 2487088749041530171, "prediction": "Total Drama Island", "binary_answer": null, "no_answer_prob": 0.046443939208984375}
{"example_id": 359119244573537862, "prediction": "On April 8 , 2018 , CBS renewed the show for a sixth season .", "binary_answer": null, "no_answer_prob": 0.5672879219055176}
{"example_id": 3258790656468982687, "prediction": "", "binary_answer": null, "no_answer_prob": -3.0998038053512573}
{"example_id": -1835361023812064678, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.0792430639266968}
{"example_id": 2217405633688805024, "prediction": "", "binary_answer": null, "no_answer_prob": 4.172173023223877}
{"example_id": 3831752968076008010, "prediction": "", "binary_answer": null, "no_answer_prob": -0.7740855701267719}
{"example_id": 7154443653304042982, "prediction": "The Mayor", "binary_answer": null, "no_answer_prob": 0.29223406314849854}
{"example_id": 4887536280522327807, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 4.858854174613953}
{"example_id": -6100188906252364646, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2620301246643066}
{"example_id": -6424791472429944601, "prediction": "512", "binary_answer": null, "no_answer_prob": -2.9451794624328613}
{"example_id": 6687792750687358174, "prediction": "The Lord of the Rings", "binary_answer": null, "no_answer_prob": -1.0771409273147583}
{"example_id": -5932231919061065052, "prediction": "Sleeping Beauty", "binary_answer": null, "no_answer_prob": 2.2353196144104004}
{"example_id": 5875920761435831218, "prediction": "Balto", "binary_answer": null, "no_answer_prob": -0.13673710823059082}
{"example_id": 5839129447412295546, "prediction": "Nik Kershaw", "binary_answer": null, "no_answer_prob": -1.7105259895324707}
{"example_id": -4112828979054280681, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6607580482959747}
{"example_id": 5858476950939730900, "prediction": "In economics , specifically general equilibrium theory , a perfect market", "binary_answer": null, "no_answer_prob": 3.237226665019989}
{"example_id": 8347244685347441414, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1308304145932198}
{"example_id": -9069262338641760483, "prediction": "The civil rights movement", "binary_answer": null, "no_answer_prob": 2.687776565551758}
{"example_id": -1439816768771584442, "prediction": "Gross domestic product", "binary_answer": null, "no_answer_prob": -0.6104050874710083}
{"example_id": 6596952320046438699, "prediction": "Foothill High School", "binary_answer": null, "no_answer_prob": -5.365048885345459}
{"example_id": 4071490047770102600, "prediction": "Alyson Lee Hannigan", "binary_answer": null, "no_answer_prob": -12.049314260482788}
{"example_id": -4077429939663659711, "prediction": "the Egyptian Empire under Ramesses II and the Hittite Empire under Muwatalli II", "binary_answer": null, "no_answer_prob": -0.022737741470336914}
{"example_id": -9178430382186304778, "prediction": "David Glasgow Farragut", "binary_answer": null, "no_answer_prob": -0.9852793216705322}
{"example_id": 9126781272325366717, "prediction": "November 15 , 1956", "binary_answer": null, "no_answer_prob": -5.537402629852295}
{"example_id": -7365187710626154355, "prediction": "O generation of vipers , who hath warned you to flee from the wrath to come ?", "binary_answer": null, "no_answer_prob": -3.1550800800323486}
{"example_id": -3499744127166483314, "prediction": "`` Thou shalt not take the name of the Lord thy God in vain", "binary_answer": null, "no_answer_prob": 0.32002943381667137}
{"example_id": 3660399026552170949, "prediction": "The song was originally produced in FL Studio before being later re-produced . It was released on May 2 , 2007", "binary_answer": null, "no_answer_prob": -0.9055049419403076}
{"example_id": 5286917849195215049, "prediction": "Zapata is a Spanish", "binary_answer": null, "no_answer_prob": -1.2440142631530762}
{"example_id": -8009275461700715624, "prediction": "Shays ' Rebellion", "binary_answer": null, "no_answer_prob": -3.9321218729019165}
{"example_id": -3942675772583544227, "prediction": "Mama Said Knock You Out", "binary_answer": null, "no_answer_prob": 3.687499150633812}
{"example_id": -1842189870439179947, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9716083705425262}
{"example_id": 7570958798133144579, "prediction": "", "binary_answer": null, "no_answer_prob": 0.10798898339271545}
{"example_id": -6512048946453404606, "prediction": "Fairground Attraction", "binary_answer": null, "no_answer_prob": -1.4994661808013916}
{"example_id": 2104154675080933919, "prediction": "Denver Dell Pyle", "binary_answer": null, "no_answer_prob": -1.1043636798858643}
{"example_id": -3406463301998484283, "prediction": "Schenectady", "binary_answer": null, "no_answer_prob": 0.7921072840690613}
{"example_id": -5304439634527982276, "prediction": "Endymion", "binary_answer": null, "no_answer_prob": -3.03666615486145}
{"example_id": 4544691585345575813, "prediction": "`` Waterfalls '' is a song by American recording group TLC", "binary_answer": null, "no_answer_prob": 3.4976567029953003}
{"example_id": 8360100301544651302, "prediction": "At its launch in November 2013 , the Xbox One did not have native backward compatibility", "binary_answer": null, "no_answer_prob": -0.19442510604858398}
{"example_id": 2896344252763229454, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2193442583084106}
{"example_id": 3356010362039543701, "prediction": "By all accounts , Hale", "binary_answer": null, "no_answer_prob": 2.744912087917328}
{"example_id": 6818525918465491519, "prediction": "2001", "binary_answer": null, "no_answer_prob": -2.360015869140625}
{"example_id": -3969593180135839317, "prediction": "Principal photography began in October 1972 , in Louisiana", "binary_answer": null, "no_answer_prob": 0.09083437919616699}
{"example_id": -3650467945109421798, "prediction": "`` There 's No Place I 'd Rather Be '' is a song sung by Singaporean artiste , Kit Chan", "binary_answer": null, "no_answer_prob": -2.0340590476989746}
{"example_id": -1300867168231013458, "prediction": "", "binary_answer": null, "no_answer_prob": 3.934199333190918}
{"example_id": -3552996599727006082, "prediction": "The Colony of Virginia", "binary_answer": null, "no_answer_prob": -5.298967480659485}
{"example_id": -9056907276703149045, "prediction": "", "binary_answer": null, "no_answer_prob": 2.563950538635254}
{"example_id": 508297974171411363, "prediction": "Mark Everett Sloan , M.D. , F.A.C.S.", "binary_answer": null, "no_answer_prob": -1.5312845706939697}
{"example_id": 1059313277531833327, "prediction": "September 11 , 2017", "binary_answer": null, "no_answer_prob": -7.104855537414551}
{"example_id": 8123114548083991386, "prediction": "", "binary_answer": null, "no_answer_prob": -1.811094880104065}
{"example_id": -2938168136955513831, "prediction": "400s 20s 1s 33 429 5125", "binary_answer": null, "no_answer_prob": -0.42506730556488037}
{"example_id": 1605762510932027661, "prediction": "1994", "binary_answer": null, "no_answer_prob": 1.1003605723381042}
{"example_id": -5936160720016042676, "prediction": "The Chief Justice", "binary_answer": null, "no_answer_prob": 1.9707930088043213}
{"example_id": -8899579258159047749, "prediction": "Russian dressing", "binary_answer": null, "no_answer_prob": 4.090995252132416}
{"example_id": 8322065032603836346, "prediction": "Alan Wilson and Bob Hite", "binary_answer": null, "no_answer_prob": -5.495214104652405}
{"example_id": -8221654377279370799, "prediction": "80 miles per hour ( 130 km / h )", "binary_answer": null, "no_answer_prob": 0.2568056583404541}
{"example_id": 2351000146833657374, "prediction": "The force of argument , not the argument of force", "binary_answer": null, "no_answer_prob": -5.082870960235596}
{"example_id": -1528492373823875283, "prediction": "The Lovin ' Spoonful", "binary_answer": null, "no_answer_prob": 0.4667123556137085}
{"example_id": -8900864784222292360, "prediction": "", "binary_answer": null, "no_answer_prob": 4.421712756156921}
{"example_id": -7247623029104792921, "prediction": "In 2012 , Hannigan reprised the role of Michelle in American Reunion . Since 2016 , Hannigan", "binary_answer": null, "no_answer_prob": -1.8530924320220947}
{"example_id": -8528473151935601088, "prediction": "Plains 1 . Blackfoot Arapahoan", "binary_answer": null, "no_answer_prob": 2.3505101203918457}
{"example_id": -990485680861647558, "prediction": "Marriage , also called matrimony or wedlock", "binary_answer": null, "no_answer_prob": -0.8286646604537964}
{"example_id": 4777571984732066471, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7843008041381836}
{"example_id": 8817767666035261995, "prediction": "`` Helter Skelter", "binary_answer": null, "no_answer_prob": 4.056886672973633}
{"example_id": 7054066377574421508, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3490232229232788}
{"example_id": 7344382026292870889, "prediction": "The cell cycle or cell - division cycle", "binary_answer": null, "no_answer_prob": -0.18781739473342896}
{"example_id": -4946153932133386827, "prediction": "Neil Patrick Harris", "binary_answer": null, "no_answer_prob": -6.6681413650512695}
{"example_id": 5589759569929682437, "prediction": "Studio 54 is a former nightclub and currently a Broadway theatre", "binary_answer": null, "no_answer_prob": -4.846622347831726}
{"example_id": 5051984123162505623, "prediction": "Justin Timberlake", "binary_answer": null, "no_answer_prob": -1.8964024782180786}
{"example_id": -146346258034808812, "prediction": "Agricultural Adjustment Act", "binary_answer": null, "no_answer_prob": -5.003662467002869}
{"example_id": 2045852207641335907, "prediction": "Food Wars ! : Shokugeki no Soma", "binary_answer": null, "no_answer_prob": -1.2882568836212158}
{"example_id": 5550904703934141014, "prediction": "", "binary_answer": null, "no_answer_prob": 5.025435984134674}
{"example_id": -150022310114540024, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.335737407207489}
{"example_id": -7401198050972157231, "prediction": "War for the Planet of the Apes", "binary_answer": null, "no_answer_prob": 0.08187174797058105}
{"example_id": -3862995944702637151, "prediction": "", "binary_answer": null, "no_answer_prob": 5.237458258867264}
{"example_id": -610603108380732474, "prediction": "", "binary_answer": null, "no_answer_prob": 4.094486743211746}
{"example_id": 5252003067838268519, "prediction": "", "binary_answer": null, "no_answer_prob": 4.035677134990692}
{"example_id": 748246133258344102, "prediction": "Citizenship is the status of a person recognized under the custom or law as being a legal member of a sovereign state or belonging to a nation .", "binary_answer": null, "no_answer_prob": 1.446882963180542}
{"example_id": -6595353527328528997, "prediction": "Ponyboy Curtis", "binary_answer": null, "no_answer_prob": -3.570908308029175}
{"example_id": 2043793879354290885, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5474648252129555}
{"example_id": 8735715569985603424, "prediction": "", "binary_answer": null, "no_answer_prob": 5.4074733555316925}
{"example_id": 6908191510823535629, "prediction": "Europe , the east by Asia , and in the south by Africa", "binary_answer": null, "no_answer_prob": 3.020185738801956}
{"example_id": 2848684950414534047, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The Wu experiment", "binary_answer": null, "no_answer_prob": 1.382604956626892}
{"example_id": -1789840315008222963, "prediction": "3,953,761 slaves .", "binary_answer": null, "no_answer_prob": -1.0951623916625977}
{"example_id": -2535681459727851298, "prediction": "The SI base units form a set of mutually independent dimensions as required by dimensional analysis commonly employed in science and technology .", "binary_answer": null, "no_answer_prob": 0.9338073432445526}
{"example_id": 124549278196396100, "prediction": "", "binary_answer": null, "no_answer_prob": 2.797670841217041}
{"example_id": 2843762205173510156, "prediction": "", "binary_answer": null, "no_answer_prob": -1.2040874361991882}
{"example_id": 7153770852857292948, "prediction": "", "binary_answer": null, "no_answer_prob": 4.005196630954742}
{"example_id": 733628832580148530, "prediction": "February 28 , 2001", "binary_answer": null, "no_answer_prob": -5.291302561759949}
{"example_id": -2210861562249846330, "prediction": "The band The Echoes", "binary_answer": null, "no_answer_prob": 2.113028883934021}
{"example_id": -4784735612154095328, "prediction": "", "binary_answer": null, "no_answer_prob": -1.5571184158325195}
{"example_id": -8405734092419320429, "prediction": "Bread", "binary_answer": null, "no_answer_prob": -0.19493353366851807}
{"example_id": 4236866476785246526, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9357295632362366}
{"example_id": -7884375529911485518, "prediction": "How I Met Your Mother", "binary_answer": null, "no_answer_prob": 3.030399575829506}
{"example_id": -1537094394650926719, "prediction": "Filmed in Hawaii", "binary_answer": null, "no_answer_prob": 2.9996352195739746}
{"example_id": -6130955389693682851, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6624457836151123}
{"example_id": 2322206130942836588, "prediction": "", "binary_answer": null, "no_answer_prob": 4.7127127051353455}
{"example_id": 1974408566790031445, "prediction": "Minnesota Vikings 7 , Philadelphia Eagles", "binary_answer": null, "no_answer_prob": -3.6095569655299187}
{"example_id": -3730278336306753912, "prediction": "American Revolutionary War ( 1775 -- 1783 )", "binary_answer": null, "no_answer_prob": 0.7588975429534912}
{"example_id": 5399144941562483470, "prediction": "Night at the Museum is a trilogy of fantasy - comedy films", "binary_answer": null, "no_answer_prob": -0.8031738996505737}
{"example_id": -2664461456920881010, "prediction": "The Handover of Hong Kong ( or simply `` the Handover '' )", "binary_answer": null, "no_answer_prob": -0.431923508644104}
{"example_id": -2183271191866098354, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5515127182006836}
{"example_id": -8914489164477752290, "prediction": "", "binary_answer": null, "no_answer_prob": 3.548875570297241}
{"example_id": -1990825040013158066, "prediction": "The hot dog", "binary_answer": null, "no_answer_prob": 1.0756240040063858}
{"example_id": 961960731165923057, "prediction": "Charlton Heston", "binary_answer": null, "no_answer_prob": -8.223565101623535}
{"example_id": 5474832504796478362, "prediction": "Sam Snead", "binary_answer": null, "no_answer_prob": -1.5076055526733398}
{"example_id": -3792214777998468542, "prediction": "Lucas Daniel Till", "binary_answer": null, "no_answer_prob": 0.5866813659667969}
{"example_id": 2846963895667986781, "prediction": "No . Title Original airdate English airdate `` Enter : Naruto Uzumaki ! ''", "binary_answer": null, "no_answer_prob": 0.46657538414001465}
{"example_id": 4647030243653180887, "prediction": "Eddie Van Halen", "binary_answer": null, "no_answer_prob": -0.7774472236633301}
{"example_id": 8643588946565257997, "prediction": "Jonathan Goldsmith", "binary_answer": null, "no_answer_prob": 2.6206785440444946}
{"example_id": 322289089614569231, "prediction": "`` Li'l Red Riding Hood '' is a 1966 song performed by Sam the Sham and the Pharaohs", "binary_answer": null, "no_answer_prob": -1.7375191450119019}
{"example_id": 4298264361651415013, "prediction": "Beth Maitland", "binary_answer": null, "no_answer_prob": -2.4946985244750977}
{"example_id": 70179566487984462, "prediction": "", "binary_answer": null, "no_answer_prob": 2.679997146129608}
{"example_id": -4134805850518263183, "prediction": "Diego Armando Maradona", "binary_answer": null, "no_answer_prob": -0.8266852796077728}
{"example_id": -6735760016212039736, "prediction": "Christine Jane Baranski", "binary_answer": null, "no_answer_prob": -0.16232800483703613}
{"example_id": -1264906731894382025, "prediction": "", "binary_answer": null, "no_answer_prob": 2.398732304573059}
{"example_id": 8434879232689324272, "prediction": "Lara Croft", "binary_answer": null, "no_answer_prob": 1.0498299598693848}
{"example_id": -135420961026923280, "prediction": "Horse racing has a long and distinguished history and has been practised in civilisations across the world since ancient times", "binary_answer": null, "no_answer_prob": 1.9684409573674202}
{"example_id": -6002828802715205298, "prediction": "The Axis powers", "binary_answer": null, "no_answer_prob": -3.488677144050598}
{"example_id": -2634179903280090217, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6630698442459106}
{"example_id": -7069922097872244999, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0222200751304626}
{"example_id": -1681229050099407904, "prediction": "Lourdes Central Catholic High School is a private , Roman Catholic high school in Nebraska City , Nebraska", "binary_answer": null, "no_answer_prob": -1.9639090299606323}
{"example_id": -4806094754530540830, "prediction": "The law of conservation of mass or principle of mass conservation", "binary_answer": null, "no_answer_prob": 0.7446119040250778}
{"example_id": -2939427549237755256, "prediction": "Marvin Gaye and Tammi Terrell , becoming a hit again in 1970 when recorded by former Supremes frontwoman Diana Ross", "binary_answer": null, "no_answer_prob": 0.9485604763031006}
{"example_id": 8264736259995333683, "prediction": "The Last Book in the Universe", "binary_answer": null, "no_answer_prob": 4.222708612680435}
{"example_id": 6883733416814311847, "prediction": "`` Ca n't Get Enough of Your Love , Babe ''", "binary_answer": null, "no_answer_prob": 3.8778187036514282}
{"example_id": 2987825150735046357, "prediction": "3 September 2013", "binary_answer": null, "no_answer_prob": 1.5774339437484741}
{"example_id": -8735695949102839750, "prediction": "June 27 , 2018", "binary_answer": null, "no_answer_prob": -1.826401948928833}
{"example_id": -4696616192979221203, "prediction": "", "binary_answer": null, "no_answer_prob": 0.6170462369918823}
{"example_id": 1370194939037081143, "prediction": "Little House on the Prairie , which ran from 1974 to 1983 .", "binary_answer": null, "no_answer_prob": 2.8996728658676147}
{"example_id": 8758491287769418798, "prediction": "", "binary_answer": null, "no_answer_prob": 3.343631148338318}
{"example_id": 3961232627001931908, "prediction": "primary election", "binary_answer": null, "no_answer_prob": -0.5138638019561768}
{"example_id": -92807029451367800, "prediction": "Saina Nehwal", "binary_answer": null, "no_answer_prob": -6.960127472877502}
{"example_id": -6789883517444104674, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.7341965287923813}
{"example_id": 6564661579227384006, "prediction": "The Federal Government of the United States ( U.S. Federal Government ) is the national government of the United States , a republic", "binary_answer": null, "no_answer_prob": 1.1107072904706001}
{"example_id": -8484496945095191237, "prediction": "Neil Gorsuch", "binary_answer": null, "no_answer_prob": -1.9862737655639648}
{"example_id": -2202593139055069197, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5108599066734314}
{"example_id": 4452929773268087920, "prediction": "The government of Japan", "binary_answer": null, "no_answer_prob": 0.1489713191986084}
{"example_id": -4844748985969522810, "prediction": "During the final stage of World War II , the United States", "binary_answer": null, "no_answer_prob": -0.3573286533355713}
{"example_id": 1159041667934330585, "prediction": "Mary Margaret Reagan", "binary_answer": null, "no_answer_prob": 1.3796134889125824}
{"example_id": 616523940609256794, "prediction": "", "binary_answer": null, "no_answer_prob": -0.9381824731826782}
{"example_id": 5602263866877333704, "prediction": "`` Everybody Plays the Fool ''", "binary_answer": null, "no_answer_prob": 2.9368577003479004}
{"example_id": 3275522660246646492, "prediction": "", "binary_answer": null, "no_answer_prob": 0.40582743287086487}
{"example_id": -4914711792168293787, "prediction": "`` I Ca n't Dance '' is the fourth track from the Genesis", "binary_answer": null, "no_answer_prob": 0.8885473608970642}
{"example_id": 8972295956891923440, "prediction": "Seth MacFarlane", "binary_answer": null, "no_answer_prob": -2.305664539337158}
{"example_id": -5163580519633563973, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9558228254318237}
{"example_id": 1415894611066198483, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8159176111221313}
{"example_id": 1570017878009221198, "prediction": "Template : Indian Culture The music of India includes multiple varieties of classical music , folk music , filmi , Indian rock and Indian pop", "binary_answer": null, "no_answer_prob": 1.2746236324310303}
{"example_id": -1490347864422317368, "prediction": "Daenerys Targaryen", "binary_answer": null, "no_answer_prob": -3.3371396958827972}
{"example_id": 6523050631216058297, "prediction": "The geographical centre of Earth", "binary_answer": null, "no_answer_prob": -0.4586958885192871}
{"example_id": 1958657529618857352, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2136995792388916}
{"example_id": -9035534225130269976, "prediction": "William Shakespeare", "binary_answer": null, "no_answer_prob": -8.853201031684875}
{"example_id": 7115989075521583234, "prediction": "Glory hallelujah !", "binary_answer": null, "no_answer_prob": 0.42301419377326965}
{"example_id": -8894955479283915262, "prediction": "Ishmael Beah", "binary_answer": null, "no_answer_prob": -7.781461477279663}
{"example_id": 3473185370840494937, "prediction": "", "binary_answer": null, "no_answer_prob": 4.785377860069275}
{"example_id": 2152509482437574022, "prediction": "China , officially the People 's Republic of China ( PRC ) , is a unitary one - party sovereign state in East Asia", "binary_answer": null, "no_answer_prob": 1.620104730129242}
{"example_id": 5756085406171120282, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Wiarton Willie", "binary_answer": null, "no_answer_prob": -0.32798707485198975}
{"example_id": 8287590302134055458, "prediction": "Beautiful Eyes", "binary_answer": null, "no_answer_prob": 1.441599816083908}
{"example_id": 6011203781840655917, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6074171960353851}
{"example_id": -8582511151382016547, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1022605299949646}
{"example_id": -6128764812822049645, "prediction": "James Ager Worthy", "binary_answer": null, "no_answer_prob": -1.1249279975891113}
{"example_id": -4020206287264197422, "prediction": "", "binary_answer": null, "no_answer_prob": 3.2821749448776245}
{"example_id": 882620140835506239, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1842544078826904}
{"example_id": 4582355667948247096, "prediction": "Character Seasons No. of episodes Actor Brief description Andy Taylor", "binary_answer": null, "no_answer_prob": 0.8252624198794365}
{"example_id": 6749199057024861360, "prediction": "Charles Matthew Hunnam", "binary_answer": null, "no_answer_prob": -8.127047061920166}
{"example_id": -6919281563448758695, "prediction": "Shaun Roger White", "binary_answer": null, "no_answer_prob": 2.064753472805023}
{"example_id": -520979492398501417, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9730306267738342}
{"example_id": 7121492127450811234, "prediction": "Speaker of the United States House of Representatives Seal of the Speaker of the House Flag of the Speaker of the House Incumbent Paul Ryan", "binary_answer": null, "no_answer_prob": -1.1827110052108765}
{"example_id": -4323532939485374308, "prediction": "`` Do n't You ( Forget About Me ) '' is a 1985 pop song performed by Scottish rock band Simple Minds", "binary_answer": null, "no_answer_prob": 2.5739909559488297}
{"example_id": -287359372624631411, "prediction": "Curtis Stigers & The Forest Rangers", "binary_answer": null, "no_answer_prob": -3.2162853479385376}
{"example_id": 7090097599298220443, "prediction": "", "binary_answer": null, "no_answer_prob": 3.065056085586548}
{"example_id": 2743465127030993088, "prediction": "1984", "binary_answer": null, "no_answer_prob": 1.2266113758087158}
{"example_id": -3681267594457866032, "prediction": "Every Picture Tells a Story", "binary_answer": null, "no_answer_prob": -3.8878082036972046}
{"example_id": 3988832442954622629, "prediction": "", "binary_answer": null, "no_answer_prob": 4.01471883058548}
{"example_id": 5802784752207200222, "prediction": "", "binary_answer": null, "no_answer_prob": 4.020896673202515}
{"example_id": -5167346447768681968, "prediction": "", "binary_answer": null, "no_answer_prob": 3.582631289958954}
{"example_id": -4098619576087933582, "prediction": "Olate Dogs", "binary_answer": null, "no_answer_prob": -0.010132551193237305}
{"example_id": 643104318047013648, "prediction": "", "binary_answer": null, "no_answer_prob": 4.910398960113525}
{"example_id": 8964115224485511071, "prediction": "`` An\u00edron", "binary_answer": null, "no_answer_prob": -3.3120278120040894}
{"example_id": -3108065219161523225, "prediction": "Hilary Estey McLoughlin", "binary_answer": null, "no_answer_prob": 0.15921390056610107}
{"example_id": -7282065765573182024, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9597173929214478}
{"example_id": -8939592244425584169, "prediction": "George Kenneth Griffey Jr.", "binary_answer": null, "no_answer_prob": -4.639521732926369}
{"example_id": 8166336796034684596, "prediction": "", "binary_answer": null, "no_answer_prob": 4.676549673080444}
{"example_id": 4964162227997299051, "prediction": "The Westing Game", "binary_answer": null, "no_answer_prob": 3.1982151865959167}
{"example_id": -5467568048068622040, "prediction": "Eglin Air Force Base", "binary_answer": null, "no_answer_prob": -0.28349632024765015}
{"example_id": 9044447430031636829, "prediction": "Lucy Hale", "binary_answer": null, "no_answer_prob": 0.833788275718689}
{"example_id": 3804040789792155280, "prediction": "Danny Collins is a 2015 American comedy - drama film", "binary_answer": null, "no_answer_prob": -3.9524242877960205}
{"example_id": 7604267324256157253, "prediction": "", "binary_answer": null, "no_answer_prob": 3.840952515602112}
{"example_id": -5236105174211170465, "prediction": "", "binary_answer": null, "no_answer_prob": 3.125719130039215}
{"example_id": 1118707687214319186, "prediction": "", "binary_answer": null, "no_answer_prob": 1.8597809076309204}
{"example_id": 4426096629848516642, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7349275797605515}
{"example_id": -5564615262666926347, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4990535974502563}
{"example_id": 4442107695974162272, "prediction": "`` I Do n't Want to Miss a Thing '' is a power ballad performed by American hard rock band Aerosmith", "binary_answer": null, "no_answer_prob": -1.8165440559387207}
{"example_id": -2849268148654144394, "prediction": "in the right upper quadrant of the abdomen , below the diaphragm", "binary_answer": null, "no_answer_prob": -0.7427533864974976}
{"example_id": -872130494259802624, "prediction": "The Korean War", "binary_answer": null, "no_answer_prob": -0.7631330490112305}
{"example_id": -3986943963143017285, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9739044308662415}
{"example_id": -4040602779715770309, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8180153369903564}
{"example_id": 2666574104880651228, "prediction": "The legacy of the Cold War continues to influence world affairs", "binary_answer": null, "no_answer_prob": 3.080526679754257}
{"example_id": 364558145316022216, "prediction": "", "binary_answer": null, "no_answer_prob": 5.501023143529892}
{"example_id": 8799194996341417721, "prediction": "Dumb and Dumber", "binary_answer": null, "no_answer_prob": 1.9617909491062164}
{"example_id": 5862885696253793625, "prediction": "The Capture of Fort Ticonderoga occurred during the American Revolutionary War on May 10 , 1775 , when a small force of Green Mountain Boys", "binary_answer": null, "no_answer_prob": 0.560757040977478}
{"example_id": 4684483431544201441, "prediction": "Jodi Sta . Maria", "binary_answer": null, "no_answer_prob": -9.396674394607544}
{"example_id": -8252586566425185034, "prediction": "", "binary_answer": null, "no_answer_prob": -3.3197069093585014}
{"example_id": 4118808050523911110, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": -0.34908628463745117}
{"example_id": -5906506235352224718, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0048720836639404}
{"example_id": -6015015703680730612, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5232282876968384}
{"example_id": -5622158375604622816, "prediction": "", "binary_answer": null, "no_answer_prob": 2.989730179309845}
{"example_id": 6657222383394975429, "prediction": "Ellen Shaw", "binary_answer": null, "no_answer_prob": -1.519787073135376}
{"example_id": 3728916911506263137, "prediction": "The Game Boy Advance SP", "binary_answer": null, "no_answer_prob": 4.309126853942871}
{"example_id": 4379254517274921571, "prediction": "The United States Department of the Interior", "binary_answer": null, "no_answer_prob": -2.819153070449829}
{"example_id": -6706130334600628143, "prediction": "", "binary_answer": null, "no_answer_prob": 4.019136667251587}
{"example_id": -4463389398490348895, "prediction": "", "binary_answer": null, "no_answer_prob": 1.626088798046112}
{"example_id": -7158964755569578410, "prediction": "", "binary_answer": null, "no_answer_prob": 2.541207015514374}
{"example_id": -1285600064854702811, "prediction": "The residence was designed by Irish - born architect James Hoban in the neoclassical style", "binary_answer": null, "no_answer_prob": 1.8248478174209595}
{"example_id": -5412482968468523890, "prediction": "Daniel Craig", "binary_answer": null, "no_answer_prob": 0.7634413242340088}
{"example_id": 4456811680486486965, "prediction": "Kareem Abdul - Jabbar", "binary_answer": null, "no_answer_prob": -3.3503575325012207}
{"example_id": -6113209455303237524, "prediction": "North American Free Trade Agreement 's impact on United States employment", "binary_answer": null, "no_answer_prob": -0.14897334575653076}
{"example_id": 8462499693329791084, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4192107021808624}
{"example_id": -926651214898862895, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1494264602661133}
{"example_id": -1661985560864112982, "prediction": "Rossana Rosado", "binary_answer": null, "no_answer_prob": 0.591888427734375}
{"example_id": -8248992849558700550, "prediction": "`` Ca n't Take My Eyes Off You '' is a 1967 single credited to Frankie Valli", "binary_answer": null, "no_answer_prob": 4.5269735138863325}
{"example_id": 1750558330695481082, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1329155983403325}
{"example_id": 8440502390062480230, "prediction": "Antony Dominic", "binary_answer": null, "no_answer_prob": -0.20303499698638916}
{"example_id": 5382984938959844105, "prediction": "Stapleton", "binary_answer": null, "no_answer_prob": -7.397705972194672}
{"example_id": 4623569379037447335, "prediction": "Escherichia coli", "binary_answer": null, "no_answer_prob": 2.113399863243103}
{"example_id": -1945659492638815587, "prediction": "The song , `` I Will Always Love You '' was originally written and recorded in 1973 by American singer - songwriter , Dolly Parton", "binary_answer": null, "no_answer_prob": 3.3780221417546272}
{"example_id": 46933305726586862, "prediction": "Solomon King", "binary_answer": null, "no_answer_prob": -2.4609203338623047}
{"example_id": -2371611984672333347, "prediction": "Serj Tankian", "binary_answer": null, "no_answer_prob": -3.2709925174713135}
{"example_id": -5408188992455330093, "prediction": "", "binary_answer": null, "no_answer_prob": 4.536533832550049}
{"example_id": 8972708662694946836, "prediction": "Title Premiere date Ben & Holly 's Little Kingdom", "binary_answer": null, "no_answer_prob": 0.7359975576400757}
{"example_id": 8534980359469271636, "prediction": "Ambalatungan Group", "binary_answer": null, "no_answer_prob": 0.2896779775619507}
{"example_id": -9006249634186467136, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.728126645088196}
{"example_id": 427363727491773782, "prediction": "YHWH has been gracious ''", "binary_answer": null, "no_answer_prob": -3.5698317289352417}
{"example_id": -7996411661870256904, "prediction": "", "binary_answer": null, "no_answer_prob": 1.533897578716278}
{"example_id": -3716455896522770890, "prediction": "Members of Generation X were children during a time of shifting societal values", "binary_answer": null, "no_answer_prob": 1.8291629552841187}
{"example_id": -2724464842952868728, "prediction": "Sir Timothy John Berners - Lee", "binary_answer": null, "no_answer_prob": 2.149596519768238}
{"example_id": -5430714031587078369, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5486856736242771}
{"example_id": 5377124952027756432, "prediction": "Mark Charles Teixeira", "binary_answer": null, "no_answer_prob": 0.6282827854156494}
{"example_id": -6549515607449177711, "prediction": "", "binary_answer": null, "no_answer_prob": -2.562135100364685}
{"example_id": 6511525343332876138, "prediction": "Georgie Henley", "binary_answer": null, "no_answer_prob": -3.933946132659912}
{"example_id": 2648531455166818816, "prediction": "United Kingdom Europe 66,040,229 Yes United States North America 325,719,178 Yes", "binary_answer": null, "no_answer_prob": -1.1153016090393066}
{"example_id": -3670119190974534834, "prediction": "Principal photography took place at the Pele\u015f Castle in Romania .", "binary_answer": null, "no_answer_prob": -1.86710786819458}
{"example_id": 7031295060348389198, "prediction": "", "binary_answer": null, "no_answer_prob": 4.2250078320503235}
{"example_id": 8661423393534141282, "prediction": "Metrocolor and CinemaScope", "binary_answer": null, "no_answer_prob": -4.189425945281982}
{"example_id": 8355919949700122555, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9210415482521057}
{"example_id": 1077524426526360516, "prediction": "The ism", "binary_answer": null, "no_answer_prob": -0.8214246034622192}
{"example_id": 5238223295674784350, "prediction": "Bartholomew", "binary_answer": null, "no_answer_prob": -7.736177206039429}
{"example_id": 1529347612060466891, "prediction": "The Pawtucket Red Sox and the Rochester Red Wings", "binary_answer": null, "no_answer_prob": 0.6623388975858688}
{"example_id": -3697718075915371186, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1469184644520283}
{"example_id": -5011832630598258984, "prediction": "Pete Rose", "binary_answer": null, "no_answer_prob": -2.059285581111908}
{"example_id": 8963560076461501325, "prediction": "The intratrial septum", "binary_answer": null, "no_answer_prob": 2.9730967432260513}
{"example_id": 2632634890820429404, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8846461176872253}
{"example_id": -3286827879848365896, "prediction": "The Promised Land", "binary_answer": null, "no_answer_prob": -6.5234375}
{"example_id": -738171817455344160, "prediction": "James R. Garoppolo", "binary_answer": null, "no_answer_prob": -2.2946605384349823}
{"example_id": 36228854473990432, "prediction": "Blue Hawaii", "binary_answer": null, "no_answer_prob": 0.33260440826416016}
{"example_id": -9050504224929755440, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4539834558963776}
{"example_id": -1441206650785219900, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7802334427833557}
{"example_id": 557459559015958106, "prediction": "The Phantom of the Opera", "binary_answer": null, "no_answer_prob": 1.4293798208236694}
{"example_id": -5186591590847961227, "prediction": "Matthew Broderick", "binary_answer": null, "no_answer_prob": -2.50478458404541}
{"example_id": 6353121042331564318, "prediction": "", "binary_answer": null, "no_answer_prob": -3.3512693643569946}
{"example_id": -7596006839448113455, "prediction": "April Michelle Bowlby", "binary_answer": null, "no_answer_prob": 0.059807538986206055}
{"example_id": -2632224242063009691, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1001912029460073}
{"example_id": 3375377345139917900, "prediction": "", "binary_answer": null, "no_answer_prob": -0.34787511825561523}
{"example_id": -165974438696878500, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Table=1]", "binary_answer": null, "no_answer_prob": 1.5438745021820068}
{"example_id": 7067049317996998062, "prediction": "", "binary_answer": null, "no_answer_prob": 3.955096423625946}
{"example_id": 8243064224738690986, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8778087496757507}
{"example_id": 2632619717437719001, "prediction": "", "binary_answer": null, "no_answer_prob": -0.1200571060180664}
{"example_id": -7245329063218171838, "prediction": "", "binary_answer": null, "no_answer_prob": 3.299563765525818}
{"example_id": 4022415118513457748, "prediction": "Millennials ( also known as Generation Y ) are the demographic cohort following Generation X", "binary_answer": null, "no_answer_prob": -0.7156083583831787}
{"example_id": 227197047841294702, "prediction": "", "binary_answer": null, "no_answer_prob": 2.3158061802387238}
{"example_id": -3509048310877827618, "prediction": "", "binary_answer": null, "no_answer_prob": -0.06234799325466156}
{"example_id": 338119272259923297, "prediction": "", "binary_answer": null, "no_answer_prob": 4.141811668872833}
{"example_id": 1628933903565083237, "prediction": "Tony Randall as Felix Unger and Jack Klugman", "binary_answer": null, "no_answer_prob": -5.3688496351242065}
{"example_id": -7838579770252332809, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8003997206687927}
{"example_id": -4945559110156887471, "prediction": "Bacillus anthracis is the etiologic agent of anthrax -- a common disease of livestock and , occasionally , of humans", "binary_answer": null, "no_answer_prob": 2.8184624314308167}
{"example_id": -1431489886776221843, "prediction": "`` Do n't You Want Me '' is a single by British synthpop group The Human League", "binary_answer": null, "no_answer_prob": 2.2583795189857483}
{"example_id": 5692039763279115737, "prediction": "18 November 1963", "binary_answer": null, "no_answer_prob": -3.2569544315338135}
{"example_id": -3846702735430998436, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6851982474327087}
{"example_id": 8542840415140468211, "prediction": "Willy Wonka & the Chocolate Factory is a 1971", "binary_answer": null, "no_answer_prob": -2.6811203956604004}
{"example_id": 3514258269542691929, "prediction": "about a performance he saw of ex-Lone Justice singer Maria McKee on stage", "binary_answer": null, "no_answer_prob": -1.7385728359222412}
{"example_id": -3744208062483548201, "prediction": "Braun Strowman won the titular ladder match on the men 's side , while Alexa Bliss", "binary_answer": null, "no_answer_prob": 0.7512196898460388}
{"example_id": 8596710598934126531, "prediction": "`` City of New Orleans", "binary_answer": null, "no_answer_prob": 3.25695838034153}
{"example_id": -8723007522114470742, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9492217749357224}
{"example_id": -2880516450702807150, "prediction": "The species name comes from the Latin term for long - beaked .", "binary_answer": null, "no_answer_prob": -4.275134086608887}
{"example_id": 1234970148325223854, "prediction": "Rick Ross from the 2008 album Trilla", "binary_answer": null, "no_answer_prob": 0.8795535564422607}
{"example_id": 2336405116550877354, "prediction": "An interlocutory appeal", "binary_answer": null, "no_answer_prob": 0.556768536567688}
{"example_id": 7323463382570261703, "prediction": "`` Love Me like You Do '' is a song recorded by English singer Ellie Goulding", "binary_answer": null, "no_answer_prob": -0.6747884750366211}
{"example_id": 7789177607900640438, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5451425909996033}
{"example_id": -6734292736522733480, "prediction": "`` Ticks '' is a song co-written and recorded by American country music artist Brad Paisley", "binary_answer": null, "no_answer_prob": 1.0465798377990723}
{"example_id": 2523114317094070929, "prediction": "Niagara", "binary_answer": null, "no_answer_prob": -0.8145128488540649}
{"example_id": 1593604885185133296, "prediction": "50 points", "binary_answer": null, "no_answer_prob": -2.496867537498474}
{"example_id": -3288332316038300553, "prediction": "The demographics of Asian Americans", "binary_answer": null, "no_answer_prob": 1.7366090416908264}
{"example_id": 8931813655722506550, "prediction": "Markup ( or mark - up )", "binary_answer": null, "no_answer_prob": 3.4144561886787415}
{"example_id": 3866472123646407950, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7452935576438904}
{"example_id": -5965224038838446157, "prediction": "The Game of Ur received its name because it was first rediscovered by the English archaeologist Sir Leonard Woolley", "binary_answer": null, "no_answer_prob": -2.805478096008301}
{"example_id": 2813622023623705746, "prediction": "The Indian Rebellion", "binary_answer": null, "no_answer_prob": -2.6974196434020996}
{"example_id": -6734372988970899181, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5565220713615417}
{"example_id": -1299848379988556812, "prediction": "Father 's Day", "binary_answer": null, "no_answer_prob": 1.0440307157114148}
{"example_id": 5981831660206715313, "prediction": "Apollo 11 was the spaceflight", "binary_answer": null, "no_answer_prob": 1.3945665955543518}
{"example_id": 3365994454417706416, "prediction": "Saint Francis of Assisi", "binary_answer": null, "no_answer_prob": -0.5697215795516968}
{"example_id": -8753538509495229182, "prediction": "William H. Macy", "binary_answer": null, "no_answer_prob": 3.222103774547577}
{"example_id": 5652282845782833581, "prediction": "Greensburg , Indiana", "binary_answer": null, "no_answer_prob": -0.8686478137969971}
{"example_id": 1229184814518823221, "prediction": "Sri Lanka", "binary_answer": null, "no_answer_prob": -1.048610806465149}
{"example_id": -8067462709957571662, "prediction": "Film Year Role Director Notes Encounter", "binary_answer": null, "no_answer_prob": 3.6104570627212524}
{"example_id": -459257496728022161, "prediction": "Garbage", "binary_answer": null, "no_answer_prob": 3.1949628703296185}
{"example_id": 1590635306695396277, "prediction": "Patriots", "binary_answer": null, "no_answer_prob": 2.1317511992529035}
{"example_id": -8664504736798136559, "prediction": "the Hope Diamond", "binary_answer": null, "no_answer_prob": -0.11081981658935547}
{"example_id": -5051320345945755690, "prediction": "Ross Atkins", "binary_answer": null, "no_answer_prob": -2.859392762184143}
{"example_id": -1070323651777972574, "prediction": "The MacBook Pro ( sometimes abbreviated MBP ) is a line of Macintosh portable computers introduced in January 2006", "binary_answer": null, "no_answer_prob": 2.0311917662620544}
{"example_id": 3937329524464957572, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8899475932121277}
{"example_id": 262846283778727059, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1572318077087402}
{"example_id": 2083811839052106550, "prediction": "Rocket Raccoon", "binary_answer": null, "no_answer_prob": 1.1469968557357788}
{"example_id": -1184378813754055861, "prediction": "Alabama", "binary_answer": null, "no_answer_prob": -1.7833805084228516}
{"example_id": 3866934035741076144, "prediction": "L.A. Arena Company and Anschutz Entertainment Group", "binary_answer": null, "no_answer_prob": -2.1650527715682983}
{"example_id": -8530219745420764651, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.7914479970932007}
{"example_id": -629965897965625135, "prediction": "", "binary_answer": null, "no_answer_prob": 2.927678167819977}
{"example_id": 4372135894747578717, "prediction": "Clint Eastwood", "binary_answer": null, "no_answer_prob": -0.7064846754074097}
{"example_id": -2216801673481192730, "prediction": "The Cooper Union for the Advancement of Science and Art", "binary_answer": null, "no_answer_prob": 2.6994045972824097}
{"example_id": -8752805848294230622, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7528896927833557}
{"example_id": -5949996975638015451, "prediction": "", "binary_answer": null, "no_answer_prob": 2.348710596561432}
{"example_id": -2177670412046688136, "prediction": "", "binary_answer": null, "no_answer_prob": 2.017548084259033}
{"example_id": 8389624507547112551, "prediction": "The nickname Rip City is usually used in the context of the city 's NBA team , the Portland Trail Blazers", "binary_answer": null, "no_answer_prob": -1.8953919410705566}
{"example_id": 6236730758572230629, "prediction": "horrific imagery and condemnation of war", "binary_answer": null, "no_answer_prob": 0.38483643531799316}
{"example_id": 8526432164188172804, "prediction": "`` When You Look Me in the Eyes ''", "binary_answer": null, "no_answer_prob": 3.3729406595230103}
{"example_id": 6064214940278602404, "prediction": "acetate ( in the form of acetyl - CoA ) and water , reduces NAD to NADH , and produces carbon dioxide", "binary_answer": null, "no_answer_prob": -0.6757583618164062}
{"example_id": 53984122385271589, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8632604479789734}
{"example_id": -7188166983427235693, "prediction": "The 2018 FIFA World Cup was the 21st FIFA World Cup", "binary_answer": null, "no_answer_prob": 1.711391806602478}
{"example_id": 7792681776951653602, "prediction": "Whatever It Takes", "binary_answer": null, "no_answer_prob": -1.5834007263183594}
{"example_id": -2051760154746026247, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The name Red Cross", "binary_answer": null, "no_answer_prob": 0.1736564002931118}
{"example_id": 3721356598444299672, "prediction": "Thomas Jefferson", "binary_answer": null, "no_answer_prob": -4.125393033027649}
{"example_id": 7233332020561910956, "prediction": "", "binary_answer": null, "no_answer_prob": 1.977512925863266}
{"example_id": -3467315659569774319, "prediction": "Rank Name Position Team ( s ) Salary Ref Clayton Kershaw", "binary_answer": null, "no_answer_prob": -0.15746283531188965}
{"example_id": 7897374849082680053, "prediction": "Pete Maravich", "binary_answer": null, "no_answer_prob": -1.4172325134277344}
{"example_id": 4625710503913471361, "prediction": "", "binary_answer": null, "no_answer_prob": 2.909530520439148}
{"example_id": -6423356264440457684, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6010481156408787}
{"example_id": -5294828428806827319, "prediction": "Chesapeake Shores", "binary_answer": null, "no_answer_prob": -0.581397533416748}
{"example_id": -506326513923335619, "prediction": "", "binary_answer": null, "no_answer_prob": 0.23444509506225586}
{"example_id": 3072108522197486515, "prediction": "", "binary_answer": null, "no_answer_prob": 4.333766877651215}
{"example_id": -3618203843442035644, "prediction": "The Cassini -- Huygens mission", "binary_answer": null, "no_answer_prob": 2.48384428024292}
{"example_id": 7008081279271018010, "prediction": "The dissolution of the Soviet Union occurred on December 26 , 1991 , officially granting self - governing independence to the Republics of the Soviet Union", "binary_answer": null, "no_answer_prob": -0.07593286037445068}
{"example_id": 6310756842866298896, "prediction": "Mjolnir", "binary_answer": null, "no_answer_prob": 3.433958239853382}
{"example_id": 3503183991621384431, "prediction": "Barking up the wrong tree is an idiomatic expression in English , which is used to suggest a mistaken emphasis in a specific context", "binary_answer": null, "no_answer_prob": 0.9418831467628479}
{"example_id": 6150076040168893823, "prediction": "", "binary_answer": null, "no_answer_prob": 3.463815987110138}
{"example_id": 1451726689342563212, "prediction": "May 18 , 2018 , and received mixed reviews from critics . A third season was ordered in June 2018 and is set to be released in 2019", "binary_answer": null, "no_answer_prob": -4.241788625717163}
{"example_id": -7992667664576060299, "prediction": "Captain John Yossarian", "binary_answer": null, "no_answer_prob": -7.180362701416016}
{"example_id": 2683399827621403496, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5294561386108398}
{"example_id": 7206493093453765943, "prediction": "`` Started from the Bottom", "binary_answer": null, "no_answer_prob": 3.408353626728058}
{"example_id": -9053255118246397380, "prediction": "Tim Cook", "binary_answer": null, "no_answer_prob": 1.1537699699401855}
{"example_id": 892747799865798499, "prediction": "`` Fort Night '' is the second episode of the fourth season", "binary_answer": null, "no_answer_prob": 2.9795743823051453}
{"example_id": -274926756356164034, "prediction": "", "binary_answer": null, "no_answer_prob": 2.431595027446747}
{"example_id": -7201506064142607984, "prediction": "Chimborazo", "binary_answer": null, "no_answer_prob": -0.0013012886047363281}
{"example_id": -4760567701070400413, "prediction": "Arkansas", "binary_answer": null, "no_answer_prob": -0.9486973881721497}
{"example_id": -8116546778116037497, "prediction": "Object permanence", "binary_answer": null, "no_answer_prob": 2.893541306257248}
{"example_id": -3441111179540265661, "prediction": "Amy Lynn Carlson", "binary_answer": null, "no_answer_prob": -0.8525241613388062}
{"example_id": 6016553699819294544, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] A capsid", "binary_answer": null, "no_answer_prob": 1.2649119794368744}
{"example_id": -6881164324389581178, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Metrication", "binary_answer": null, "no_answer_prob": 2.071566767990589}
{"example_id": 1934510966249020591, "prediction": "", "binary_answer": null, "no_answer_prob": 4.635388970375061}
{"example_id": -8352961736018873244, "prediction": "named for the loud call the males make at night", "binary_answer": null, "no_answer_prob": -3.4358787536621094}
{"example_id": -2990821596763889490, "prediction": "", "binary_answer": null, "no_answer_prob": 2.113975167274475}
{"example_id": 8728076075855252468, "prediction": "Wilt Chamberlain", "binary_answer": null, "no_answer_prob": -2.037728428840637}
{"example_id": -5598631718781671326, "prediction": "Ric Ocasek Benjamin Orr Elliot Easton Greg Hawkes David Robinson", "binary_answer": null, "no_answer_prob": 0.5890430212020874}
{"example_id": 101438295447102068, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5541318655014038}
{"example_id": -2742187368614425184, "prediction": "The title is borrowed from the famous song in the stage musical ( and MGM film ) Annie Get Your Gun", "binary_answer": null, "no_answer_prob": 0.6468195915222168}
{"example_id": 4674450522307530505, "prediction": "Dumbo", "binary_answer": null, "no_answer_prob": 0.3044520616531372}
{"example_id": 6386008169337057338, "prediction": "Super Bowl XLI", "binary_answer": null, "no_answer_prob": -3.070927143096924}
{"example_id": 4573065992833094938, "prediction": "So You Think You Can Dance", "binary_answer": null, "no_answer_prob": 0.5770584344863892}
{"example_id": 7809268091566402989, "prediction": "`` Watch Me ( Whip / Nae Nae ) '' is the debut single by the American rapper Silent\u00f3", "binary_answer": null, "no_answer_prob": 1.9835325479507446}
{"example_id": 2144185421071990271, "prediction": "", "binary_answer": null, "no_answer_prob": 0.9356421800330281}
{"example_id": -3375053441391792452, "prediction": "", "binary_answer": null, "no_answer_prob": 2.553077846765518}
{"example_id": -5865801529726108081, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1683195233345032}
{"example_id": -5935520585615109028, "prediction": "", "binary_answer": null, "no_answer_prob": 4.503268718719482}
{"example_id": -8867037691184891600, "prediction": "Cystic fibrosis", "binary_answer": null, "no_answer_prob": 2.2445244193077087}
{"example_id": 3822251124921326361, "prediction": "The Dancing Hot Dog is the name often used to refer to a character and an Internet meme that originated in 2017", "binary_answer": null, "no_answer_prob": -0.9944361448287964}
{"example_id": 8136413788040650155, "prediction": "Los Angeles Clippers", "binary_answer": null, "no_answer_prob": -1.3510016202926636}
{"example_id": 6443326340907446887, "prediction": "", "binary_answer": null, "no_answer_prob": 4.0418901443481445}
{"example_id": 994642490959176193, "prediction": "William Emerson Arnett", "binary_answer": null, "no_answer_prob": 4.040071360766888}
{"example_id": 2319017908089751726, "prediction": "The 13th season of The Bachelorette premiered on May 22 , 2017 . This season featured Rachel Lindsay", "binary_answer": null, "no_answer_prob": -0.2173634171485901}
{"example_id": -5765052183832855110, "prediction": "Judy Garland", "binary_answer": null, "no_answer_prob": -0.5585988759994507}
{"example_id": -4389269905497405812, "prediction": "to enter the Putrid Grove in Novigrad ( though not the correct one ) .", "binary_answer": null, "no_answer_prob": 1.6095020771026611}
{"example_id": 5497730151653599659, "prediction": "Prime Minister of the Republic of Trinidad and Tobago Official flag Incumbent Keith Rowley", "binary_answer": null, "no_answer_prob": 0.04769694805145264}
{"example_id": -8155719692971201014, "prediction": "The War Powers Resolution", "binary_answer": null, "no_answer_prob": -0.4461711645126343}
{"example_id": -3692496407846821915, "prediction": "Selena Gomez", "binary_answer": null, "no_answer_prob": -0.5204230546951294}
{"example_id": -6123092982709278548, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1951339840888977}
{"example_id": 7877158984153096558, "prediction": "Conquistadors", "binary_answer": null, "no_answer_prob": 1.108466774225235}
{"example_id": -6421586565102405652, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5983657240867615}
{"example_id": -629269944420874271, "prediction": "legislative , executive , and judicial", "binary_answer": null, "no_answer_prob": -5.442506551742554}
{"example_id": -2361242704753296055, "prediction": "Patti Clare", "binary_answer": null, "no_answer_prob": -3.7565760612487793}
{"example_id": 3959342567221668906, "prediction": "A class reunion", "binary_answer": null, "no_answer_prob": 2.7764390408992767}
{"example_id": 8886675391981405427, "prediction": "Sophie Turner", "binary_answer": null, "no_answer_prob": -6.6712881326675415}
{"example_id": -1294700316371359162, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9264191389083862}
{"example_id": 679229921261120621, "prediction": "", "binary_answer": null, "no_answer_prob": 1.7987147867679596}
{"example_id": -139523218920751948, "prediction": "0.4 seconds", "binary_answer": null, "no_answer_prob": 1.348872423171997}
{"example_id": -7085186567335951807, "prediction": "A Tale of Two Cities", "binary_answer": null, "no_answer_prob": 2.6832102835178375}
{"example_id": -1826083440068911402, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1]", "binary_answer": null, "no_answer_prob": 2.128661096096039}
{"example_id": 2099805221877796087, "prediction": "pools campaign contributions from members and donates those funds to campaign for or against candidates , ballot initiatives , or legislation", "binary_answer": null, "no_answer_prob": -2.3232845067977905}
{"example_id": -5651960065512817480, "prediction": "seventh season would serve as the final season of the series .", "binary_answer": null, "no_answer_prob": 1.0069461478851736}
{"example_id": 9020677477630344934, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5197591185569763}
{"example_id": -870981697427494742, "prediction": "Thousands ( perhaps even millions ) of performances of William Shakespeare", "binary_answer": null, "no_answer_prob": 2.7184524536132812}
{"example_id": 7520492920880939021, "prediction": "", "binary_answer": null, "no_answer_prob": 2.725957691669464}
{"example_id": 7443694033149517562, "prediction": "", "binary_answer": null, "no_answer_prob": 2.8814421892166138}
{"example_id": -8259829065567279198, "prediction": "`` Mother Nature 's Son '' is a song written primarily by Paul McCartney", "binary_answer": null, "no_answer_prob": 0.45450928807258606}
{"example_id": -1939531535960416236, "prediction": "Gilles Simon Doubles Robin Haase / Matw\u00e9 Middelkoop", "binary_answer": null, "no_answer_prob": -0.7622111439704895}
{"example_id": -4169866620831011813, "prediction": "", "binary_answer": null, "no_answer_prob": -0.5943232178688049}
{"example_id": 1052601238282239566, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5343464016914368}
{"example_id": -5036627730791645762, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5056369453668594}
{"example_id": -6580363901028749535, "prediction": "recent reductions in wages . A total of 30 workers were killed by railroad agents and their allies .", "binary_answer": null, "no_answer_prob": 0.22630247473716736}
{"example_id": 1970210989866796851, "prediction": "The Black Panther 's name predates the October 1966 founding of the Black Panther Party", "binary_answer": null, "no_answer_prob": -0.7997469902038574}
{"example_id": 5393208084975732008, "prediction": "Cotswolds , Scone Palace , Sandwich , Bakewell , Mousehole , Fulham Palace", "binary_answer": null, "no_answer_prob": 2.2261238992214203}
{"example_id": 6685746830155484071, "prediction": "[ContextId=-1] [NoLongAnswer]", "binary_answer": null, "no_answer_prob": 5.1782631278038025}
{"example_id": 4535719774280849067, "prediction": "Bill Bucklew", "binary_answer": null, "no_answer_prob": -3.764404296875}
{"example_id": -4419975866641434841, "prediction": "Stephen Collins Foster", "binary_answer": null, "no_answer_prob": -7.836518168449402}
{"example_id": 5880943313580702034, "prediction": "", "binary_answer": null, "no_answer_prob": 4.069185435771942}
{"example_id": -8268468689998578419, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 2.139840304851532}
{"example_id": -6110651448307713906, "prediction": "Daylight saving time", "binary_answer": null, "no_answer_prob": 2.5845853090286255}
{"example_id": 4836571944891919423, "prediction": "In the present day , the People 's Republic of China", "binary_answer": null, "no_answer_prob": 3.670006051659584}
{"example_id": -4631190391023270788, "prediction": "", "binary_answer": null, "no_answer_prob": 4.804101288318634}
{"example_id": 3033118476905663227, "prediction": "`` Where Do We Go from Here ''", "binary_answer": null, "no_answer_prob": 0.32751667499542236}
{"example_id": -4916715111486811824, "prediction": "Robert Blake", "binary_answer": null, "no_answer_prob": -1.2236484289169312}
{"example_id": 2442403134574401154, "prediction": "The Senate Majority and Minority Leaders", "binary_answer": null, "no_answer_prob": -2.6757986545562744}
{"example_id": 3812990408226508984, "prediction": "The Astros were established as the Houston Colt . 45s", "binary_answer": null, "no_answer_prob": -2.834770619869232}
{"example_id": 506095287056539343, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6757428646087646}
{"example_id": 5941105421772227180, "prediction": "Tommy Maitland", "binary_answer": null, "no_answer_prob": -1.673072099685669}
{"example_id": -6291639944574171809, "prediction": "Brett Young", "binary_answer": null, "no_answer_prob": -1.741780400276184}
{"example_id": -4806319896032592325, "prediction": "George Jefferson is a fictional character played by Sherman Hemsley", "binary_answer": null, "no_answer_prob": -1.9603521823883057}
{"example_id": 8969116934391520453, "prediction": "French -- Vietnamese relations", "binary_answer": null, "no_answer_prob": 1.571631133556366}
{"example_id": 7449037577744320827, "prediction": "Xbox One is the successor to Xbox 360 , Microsoft 's previous video game console", "binary_answer": null, "no_answer_prob": 1.9953263998031616}
{"example_id": -4238314051570464353, "prediction": "Pat Patriot '' logo .", "binary_answer": null, "no_answer_prob": -2.9108070135116577}
{"example_id": 3656450990094647942, "prediction": "6 2017 ( 2017 )", "binary_answer": null, "no_answer_prob": 0.5495350360870361}
{"example_id": 6312673204172258391, "prediction": "The Chinese economic reform", "binary_answer": null, "no_answer_prob": 0.9490071535110474}
{"example_id": -3570340040806387085, "prediction": "30 miles ( 48 km ) north of Des Moines", "binary_answer": null, "no_answer_prob": -1.9084137678146362}
{"example_id": 4932465754787110276, "prediction": "", "binary_answer": null, "no_answer_prob": -1.1302704811096191}
{"example_id": -7868506404789010802, "prediction": "sensory neurons ( including the sensory receptor cells", "binary_answer": null, "no_answer_prob": 1.2960995435714722}
{"example_id": -8307147088737255872, "prediction": "bring reform", "binary_answer": null, "no_answer_prob": -2.759270429611206}
{"example_id": 4735884099977706015, "prediction": "Social development theory", "binary_answer": null, "no_answer_prob": 0.2757736146450043}
{"example_id": -6979212131501137083, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4485373497009277}
{"example_id": 3543929449456504040, "prediction": "Marvin Gaye", "binary_answer": null, "no_answer_prob": 1.0866138935089111}
{"example_id": -3155156054187361593, "prediction": "", "binary_answer": null, "no_answer_prob": 0.44346168637275696}
{"example_id": 2371503729615532707, "prediction": "`` The First Time Ever I Saw Your Face ''", "binary_answer": null, "no_answer_prob": -1.5211336612701416}
{"example_id": -3202343866587323217, "prediction": "The Mine Safety and Health Administration ( MSHA ) is an agency of the United States Department of Labor", "binary_answer": null, "no_answer_prob": 3.259651929140091}
{"example_id": 2458684640812806860, "prediction": "`` God Save the Queen ''", "binary_answer": null, "no_answer_prob": 1.7194069474935532}
{"example_id": -3407656036949886841, "prediction": "", "binary_answer": null, "no_answer_prob": 2.4127026796340942}
{"example_id": -1325993983442700170, "prediction": "", "binary_answer": null, "no_answer_prob": 5.488629758358002}
{"example_id": -6373071209163504379, "prediction": "", "binary_answer": null, "no_answer_prob": 3.9520592093467712}
{"example_id": -193770685128575043, "prediction": "Chyler Leigh West", "binary_answer": null, "no_answer_prob": -1.3781576752662659}
{"example_id": -5357805991340028761, "prediction": "JoBeth Williams", "binary_answer": null, "no_answer_prob": -0.6021631956100464}
{"example_id": 1158571622347711112, "prediction": "", "binary_answer": null, "no_answer_prob": 4.236341774463654}
{"example_id": 641895253085908761, "prediction": "Formative assessment", "binary_answer": null, "no_answer_prob": 1.8782298266887665}
{"example_id": -8583211498455578525, "prediction": "The climate of Russia is formed under the influence of several determining factors", "binary_answer": null, "no_answer_prob": -2.4521223306655884}
{"example_id": 7788052889128271967, "prediction": "Weimar Republic", "binary_answer": null, "no_answer_prob": 1.0160279273986816}
{"example_id": 7235677821571370988, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3435944318771362}
{"example_id": -9063281357515829584, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1000622510910034}
{"example_id": 5183502205970171393, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9062068462371826}
{"example_id": 8825193307814367454, "prediction": "January 20 , 2021", "binary_answer": null, "no_answer_prob": -1.3483786582946777}
{"example_id": -7285819617816843101, "prediction": "", "binary_answer": null, "no_answer_prob": 0.7688734084367752}
{"example_id": 6316787269121500350, "prediction": "`` Light My Fire '' is a song by the Doors", "binary_answer": null, "no_answer_prob": 2.3374139070510864}
{"example_id": -8924848698954650053, "prediction": "`` Who Put the Bomp", "binary_answer": null, "no_answer_prob": 1.6491684913635254}
{"example_id": -3601720425051423132, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6022217869758606}
{"example_id": -6158441934367575013, "prediction": "Lincoln Financial Field", "binary_answer": null, "no_answer_prob": -0.749246384948492}
{"example_id": -4401389993546378343, "prediction": "", "binary_answer": null, "no_answer_prob": 3.317683458328247}
{"example_id": -1972061666887540394, "prediction": "Interstate 5", "binary_answer": null, "no_answer_prob": -0.19765836000442505}
{"example_id": -8926318249005408089, "prediction": "", "binary_answer": null, "no_answer_prob": 1.3392334580421448}
{"example_id": 6838330069983406173, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2847142815589905}
{"example_id": -4229528280896416939, "prediction": "Bob Dylan , for the soundtrack of the 1973 film Pat Garrett and Billy the Kid", "binary_answer": null, "no_answer_prob": -2.2850379943847656}
{"example_id": 7569752589252862956, "prediction": "", "binary_answer": null, "no_answer_prob": 2.821256637573242}
{"example_id": 3907551943491385868, "prediction": "`` It Ai n't Over ' til It 's Over ''", "binary_answer": null, "no_answer_prob": 1.4227550029754639}
{"example_id": -4380267355593254388, "prediction": "", "binary_answer": null, "no_answer_prob": 3.13135252520442}
{"example_id": -6527894681529835948, "prediction": "Margaret Julia `` Marlo '' Thomas", "binary_answer": null, "no_answer_prob": 0.7811524868011475}
{"example_id": 4229473246925539271, "prediction": "", "binary_answer": null, "no_answer_prob": 0.20070503652095795}
{"example_id": -4326532115993781872, "prediction": "Hair cells", "binary_answer": null, "no_answer_prob": -0.7238417863845825}
{"example_id": 6346903003773192365, "prediction": "Y\u016bsha Yoshihiko to Ma\u014d no Shiro", "binary_answer": null, "no_answer_prob": 1.9649786949157715}
{"example_id": 3928293266168746093, "prediction": "The Angel of the North", "binary_answer": null, "no_answer_prob": -2.488860607147217}
{"example_id": -7517400459684508950, "prediction": "", "binary_answer": null, "no_answer_prob": 2.250218391418457}
{"example_id": 394687602028694007, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2758800387382507}
{"example_id": 6928172091255210516, "prediction": "Michael Phelps", "binary_answer": null, "no_answer_prob": -8.201914072036743}
{"example_id": 5643508568662471527, "prediction": "Pinewood Atlanta Studios in Fayette County , Georgia", "binary_answer": null, "no_answer_prob": -3.2262173891067505}
{"example_id": 6476987686131638681, "prediction": "The song is used in the films Megamind , Paul Blart", "binary_answer": null, "no_answer_prob": 0.1040581613779068}
{"example_id": 3903859296553579848, "prediction": "", "binary_answer": null, "no_answer_prob": 2.183416724205017}
{"example_id": -8326256327754580516, "prediction": "The earliest longbow known from England , found at Ashcott Heath , Somerset , is dated to 2665 BC", "binary_answer": null, "no_answer_prob": -1.3181636333465576}
{"example_id": 3786557589793018672, "prediction": "", "binary_answer": null, "no_answer_prob": 2.5607612133026123}
{"example_id": 7502298864137503295, "prediction": "The Twilight Saga", "binary_answer": null, "no_answer_prob": 0.849301166832447}
{"example_id": -8813761050851988980, "prediction": "Marlee Beth Matlin", "binary_answer": null, "no_answer_prob": -4.235276281833649}
{"example_id": -1635637791707888778, "prediction": "", "binary_answer": null, "no_answer_prob": 2.1669341027736664}
{"example_id": -6209570176979294886, "prediction": "Stephen M. Ross", "binary_answer": null, "no_answer_prob": -0.3418300151824951}
{"example_id": 3826188987490104616, "prediction": "High Crimes is a 2002 American legal thriller film directed by Carl Franklin and starring Ashley Judd and Morgan Freeman", "binary_answer": null, "no_answer_prob": 2.7236922681331635}
{"example_id": -3271196336739177411, "prediction": "`` We Do n't Talk Anymore ''", "binary_answer": null, "no_answer_prob": 0.5708699263632298}
{"example_id": 5112416204782545682, "prediction": "2017", "binary_answer": null, "no_answer_prob": -0.7212715148925781}
{"example_id": -4623820609625611622, "prediction": "13 December 25 , 2017 ( 2017 - 12 - 25 ) May 7 , 2018 ( 2018 - 05 - 07 )", "binary_answer": null, "no_answer_prob": 0.40605485439300537}
{"example_id": -4467790133297194421, "prediction": "more than 58 million beneficiaries from 125 national associations", "binary_answer": null, "no_answer_prob": 2.5022469460964203}
{"example_id": 4547416997210162568, "prediction": "News of the World", "binary_answer": null, "no_answer_prob": 0.3944737911224365}
{"example_id": 4182530490960505495, "prediction": "", "binary_answer": null, "no_answer_prob": 2.2884603329002857}
{"example_id": 1140729476144171754, "prediction": "Zachary Levi Pugh", "binary_answer": null, "no_answer_prob": -8.365027785301208}
{"example_id": 1357511762055567675, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Air Force Two", "binary_answer": null, "no_answer_prob": 3.8696677684783936}
{"example_id": -6514120809744543163, "prediction": "`` Finally '' is a 1991 song by American musician CeCe Peniston", "binary_answer": null, "no_answer_prob": 0.07213115692138672}
{"example_id": -3103386913093489480, "prediction": "18 years of age", "binary_answer": null, "no_answer_prob": -1.6632872819900513}
{"example_id": 4066268815679542516, "prediction": "Paresthesia", "binary_answer": null, "no_answer_prob": -0.8814880847930908}
{"example_id": -5388681249122308164, "prediction": "The origins of this song are unclear , although it pre-dates the 1861 -- 1865 American Civil War", "binary_answer": null, "no_answer_prob": -4.535383939743042}
{"example_id": 7116667444156391428, "prediction": "Chip and Dale", "binary_answer": null, "no_answer_prob": -5.994223356246948}
{"example_id": 4685389231636202761, "prediction": "", "binary_answer": null, "no_answer_prob": 2.638625144958496}
{"example_id": -8818716614814375084, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3354395627975464}
{"example_id": -1494645147500921595, "prediction": "", "binary_answer": null, "no_answer_prob": 3.8436108231544495}
{"example_id": -5768445067916044204, "prediction": "The United States presidential election of 1828 was the 11th quadrennial presidential election", "binary_answer": null, "no_answer_prob": -0.6275594532489777}
{"example_id": -3372153190980552477, "prediction": "", "binary_answer": null, "no_answer_prob": 2.778951644897461}
{"example_id": 2778449315185714340, "prediction": "", "binary_answer": null, "no_answer_prob": 4.246261030435562}
{"example_id": -2844494763665555957, "prediction": "transparency", "binary_answer": null, "no_answer_prob": -0.6107783317565918}
{"example_id": 8614405100090382811, "prediction": "Trade in GBP \u00a3 Rank Country Imports Exports Total trade Trade balance Total for non-EU", "binary_answer": null, "no_answer_prob": 0.8457330465316772}
{"example_id": 8937322105016414767, "prediction": "", "binary_answer": null, "no_answer_prob": 2.9356271028518677}
{"example_id": -8990716685008356591, "prediction": "Perry Farrell", "binary_answer": null, "no_answer_prob": -2.8572105169296265}
{"example_id": -7551002558353070355, "prediction": "Carli Lloyd Houston Dash", "binary_answer": null, "no_answer_prob": -2.9172658920288086}
{"example_id": 8436435335851081646, "prediction": "Thomas Edward Bodett", "binary_answer": null, "no_answer_prob": 0.023489713668823242}
{"example_id": -4565911940746751956, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5636264830827713}
{"example_id": -2370019778452962060, "prediction": "Gadsby", "binary_answer": null, "no_answer_prob": -3.2505701780319214}
{"example_id": 3780682645771861200, "prediction": "Lionel Andr\u00e9s `` Leo '' Messi Cuccittini", "binary_answer": null, "no_answer_prob": 0.21860229969024658}
{"example_id": 4402289527722744207, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0811243057250977}
{"example_id": 7430959133297391237, "prediction": "", "binary_answer": null, "no_answer_prob": 5.688546642661095}
{"example_id": 8932861924167756786, "prediction": "5 23 January 3 , 2017 ( 2017 - 01 - 03 ) September 12 , 2017 ( 2017 - 09 - 12 )", "binary_answer": null, "no_answer_prob": 4.051477313041687}
{"example_id": 6135599793196466502, "prediction": "", "binary_answer": null, "no_answer_prob": -2.855395197868347}
{"example_id": 1725980138343868339, "prediction": "2017", "binary_answer": null, "no_answer_prob": 2.323133707046509}
{"example_id": 9106114305712716790, "prediction": "Drooling", "binary_answer": null, "no_answer_prob": -0.02172267436981201}
{"example_id": -5464035909339370676, "prediction": "The Pointer Sisters", "binary_answer": null, "no_answer_prob": -2.4393515586853027}
{"example_id": 8883856247336819625, "prediction": "The viridans streptococci", "binary_answer": null, "no_answer_prob": -6.705355286598206}
{"example_id": -8874586848406346263, "prediction": "Burj Khalifa skyscraper", "binary_answer": null, "no_answer_prob": -1.1061589121818542}
{"example_id": -6152349244927129119, "prediction": "Rickey Henderson", "binary_answer": null, "no_answer_prob": -7.292144954204559}
{"example_id": 8649049616321744758, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6097514629364014}
{"example_id": -3514399487853347349, "prediction": "", "binary_answer": null, "no_answer_prob": 1.6989853978157043}
{"example_id": 199825077536341316, "prediction": "", "binary_answer": null, "no_answer_prob": 3.016922354698181}
{"example_id": -6830624302593477218, "prediction": "", "binary_answer": null, "no_answer_prob": -1.4475088715553284}
{"example_id": 4878511094358831450, "prediction": "", "binary_answer": null, "no_answer_prob": 2.0383843183517456}
{"example_id": -608749969422204833, "prediction": "Nicklaus", "binary_answer": null, "no_answer_prob": -2.766455054283142}
{"example_id": -3604689468797734023, "prediction": "The Parable of the Mustard Seed is one of the shorter parables of Jesus", "binary_answer": null, "no_answer_prob": 2.758393108844757}
{"example_id": -5897175805291228605, "prediction": "The House Subcommittee on Digital Commerce and Consumer Protection", "binary_answer": null, "no_answer_prob": 3.0362370312213898}
{"example_id": 2460947498654576172, "prediction": "", "binary_answer": null, "no_answer_prob": 2.854651153087616}
{"example_id": -8092030669569316451, "prediction": "Glen Campbell and The Wrecking Crew", "binary_answer": null, "no_answer_prob": 2.038083463907242}
{"example_id": -5797409737269206022, "prediction": "Qatar", "binary_answer": null, "no_answer_prob": -4.469657272100449}
{"example_id": 7706051169910705558, "prediction": "According to the Early Office Museum , the first patent for a bent wire paper clip was awarded in the United States to Samuel B. Fay", "binary_answer": null, "no_answer_prob": 0.5879908204078674}
{"example_id": -4004120270167368172, "prediction": ".", "binary_answer": null, "no_answer_prob": 3.144209384918213}
{"example_id": 1620419797500628089, "prediction": "`` Save Your Kisses for Me '' was the winning song of the Eurovision Song Contest 1976 , performed for the United Kingdom", "binary_answer": null, "no_answer_prob": -1.1303852796554565}
{"example_id": 4876107623646098369, "prediction": "", "binary_answer": null, "no_answer_prob": 4.054799556732178}
{"example_id": -8156759893817045640, "prediction": "Ronald William Howard", "binary_answer": null, "no_answer_prob": -4.419952630996704}
{"example_id": -1782927019329735418, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1879146099090576}
{"example_id": 2435909108757213285, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.3749427795410156}
{"example_id": 1506231216119364910, "prediction": "an unknown city alderman", "binary_answer": null, "no_answer_prob": -0.4638671875}
{"example_id": -8491458297615165745, "prediction": "Francisco de Almeida", "binary_answer": null, "no_answer_prob": -5.307521104812622}
{"example_id": -940961394691956064, "prediction": "Blues Brothers 2000", "binary_answer": null, "no_answer_prob": -0.4496523141860962}
{"example_id": 8218795514695997044, "prediction": "", "binary_answer": null, "no_answer_prob": 0.5980908870697021}
{"example_id": 2796832574559779860, "prediction": "April 1 , 2017", "binary_answer": null, "no_answer_prob": -5.144119501113892}
{"example_id": 3827509487598509855, "prediction": "The Lion King is a 1994 American animated epic musical film", "binary_answer": null, "no_answer_prob": -2.5583057403564453}
{"example_id": -4776364212864922320, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0]", "binary_answer": null, "no_answer_prob": 3.740791440010071}
{"example_id": -1867806951767882180, "prediction": "Diary of a Wimpy Kid", "binary_answer": null, "no_answer_prob": 2.7970705032348633}
{"example_id": 5717350820221744062, "prediction": "", "binary_answer": null, "no_answer_prob": 2.892242908477783}
{"example_id": -4336914922542969343, "prediction": "The song was recorded in fourteen and a half hours by over eighty artists", "binary_answer": null, "no_answer_prob": 3.3475103974342346}
{"example_id": 5175476796593681786, "prediction": "Eugene Andrew Cernan", "binary_answer": null, "no_answer_prob": -1.6133889555931091}
{"example_id": 7976100939875308597, "prediction": "In statistical mechanics , entropy ( usual symbol S ) is related to the number of microscopic configurations \u03a9", "binary_answer": null, "no_answer_prob": -3.106655716896057}
{"example_id": 729249189597955107, "prediction": "Bill Champlin", "binary_answer": null, "no_answer_prob": -3.776519536972046}
{"example_id": -5506750622164734731, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3605379462242126}
{"example_id": -1250790767300321061, "prediction": "Sawyer Storm Sweeten", "binary_answer": null, "no_answer_prob": 5.732241451740265}
{"example_id": 1830272880100013103, "prediction": "", "binary_answer": null, "no_answer_prob": 3.3858602046966553}
{"example_id": 8971726506740495598, "prediction": "Mexico", "binary_answer": null, "no_answer_prob": 0.8092889785766602}
{"example_id": -5936956332772210187, "prediction": "Vasopressin", "binary_answer": null, "no_answer_prob": 2.6636100448668003}
{"example_id": 8268412012395772634, "prediction": "", "binary_answer": null, "no_answer_prob": 2.920158863067627}
{"example_id": 7162374994329361718, "prediction": "", "binary_answer": null, "no_answer_prob": 2.394297957420349}
{"example_id": 586233275728240023, "prediction": "", "binary_answer": null, "no_answer_prob": 3.349202036857605}
{"example_id": 1716933780593879410, "prediction": "", "binary_answer": null, "no_answer_prob": 3.7794679403305054}
{"example_id": 4555686420007744407, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] The atmosphere of Earth", "binary_answer": null, "no_answer_prob": 1.8428099751472473}
{"example_id": 5518691545119288149, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0605958700180054}
{"example_id": 5831286878972211023, "prediction": "44 love sonnets", "binary_answer": null, "no_answer_prob": 0.4276738166809082}
{"example_id": -3982409200460151904, "prediction": "", "binary_answer": null, "no_answer_prob": 4.05061149597168}
{"example_id": 7839239725227828953, "prediction": "Bill Nighy", "binary_answer": null, "no_answer_prob": -2.6372201442718506}
{"example_id": 5758814377373936056, "prediction": "JD Wetherspoon plc , branded as Wetherspoon , is a pub company in the United Kingdom and the Republic of Ireland", "binary_answer": null, "no_answer_prob": -2.3351948261260986}
{"example_id": -3742617900626946054, "prediction": "", "binary_answer": null, "no_answer_prob": 4.1379199624061584}
{"example_id": 8168694708991476100, "prediction": "", "binary_answer": null, "no_answer_prob": 2.6842764616012573}
{"example_id": -6006782789785365488, "prediction": "European Union", "binary_answer": null, "no_answer_prob": -2.6875518560409546}
{"example_id": -4466814547263499533, "prediction": "", "binary_answer": null, "no_answer_prob": 3.5372151136398315}
{"example_id": 6137034015193372829, "prediction": "", "binary_answer": null, "no_answer_prob": 4.83023738861084}
{"example_id": 7780288680987067546, "prediction": "", "binary_answer": null, "no_answer_prob": 3.1108092665672302}
{"example_id": -8724016639851179456, "prediction": "a 2019 release", "binary_answer": null, "no_answer_prob": 0.16561394929885864}
{"example_id": -565969426717265629, "prediction": "1993", "binary_answer": null, "no_answer_prob": -8.359766960144043}
{"example_id": -5317466261313718395, "prediction": "Species Brain : body mass ratio ( E : S ) small ants", "binary_answer": null, "no_answer_prob": -0.9333076477050781}
{"example_id": 1029538428990041590, "prediction": "`` Who Says You Ca n't Go Home ''", "binary_answer": null, "no_answer_prob": 1.6081232577562332}
{"example_id": -4156338329015715618, "prediction": "", "binary_answer": null, "no_answer_prob": 2.91944433003664}
{"example_id": 8546257129296628182, "prediction": "August 13 , 1982", "binary_answer": null, "no_answer_prob": -4.204331874847412}
{"example_id": 4581301801178681431, "prediction": "The Korean Armistice Agreement", "binary_answer": null, "no_answer_prob": -0.12958401441574097}
{"example_id": -5804640629144891585, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] Idaho", "binary_answer": null, "no_answer_prob": 1.0545621030032635}
{"example_id": -5740066084388636503, "prediction": "", "binary_answer": null, "no_answer_prob": 1.1620692312717438}
{"example_id": 2495724841814352599, "prediction": "", "binary_answer": null, "no_answer_prob": 2.462702751159668}
{"example_id": 6458768865353537871, "prediction": "", "binary_answer": null, "no_answer_prob": 1.5832891315221786}
{"example_id": -4459504099184970971, "prediction": "", "binary_answer": null, "no_answer_prob": 4.143963187932968}
{"example_id": 4424589704074994834, "prediction": "Riverdale", "binary_answer": null, "no_answer_prob": 2.7893483340740204}
{"example_id": 9207413400847059182, "prediction": "national constitutional laws and regulations", "binary_answer": null, "no_answer_prob": -0.9005265235900879}
{"example_id": -5174832909402805346, "prediction": "", "binary_answer": null, "no_answer_prob": 1.578193038702011}
{"example_id": -7430975984696880821, "prediction": "Julius Robert Oppenheimer", "binary_answer": null, "no_answer_prob": -10.1227548122406}
{"example_id": -7807810135587179659, "prediction": "Tears for Fears", "binary_answer": null, "no_answer_prob": -5.603609800338745}
{"example_id": -60527698070021725, "prediction": "", "binary_answer": null, "no_answer_prob": 3.6445234417915344}
{"example_id": 8784787601836110150, "prediction": "", "binary_answer": null, "no_answer_prob": 1.940933208912611}
{"example_id": -770448608574420929, "prediction": "Manchester United", "binary_answer": null, "no_answer_prob": -0.7347433567047119}
{"example_id": 6022792262990235842, "prediction": "", "binary_answer": null, "no_answer_prob": 1.0590637624263763}
{"example_id": -148617601450369948, "prediction": "Mount Vesuvius is best known for its eruption", "binary_answer": null, "no_answer_prob": -3.419408440589905}
{"example_id": -2839399812350143855, "prediction": "", "binary_answer": null, "no_answer_prob": 4.6179201900959015}
{"example_id": 4074207857477826513, "prediction": "", "binary_answer": null, "no_answer_prob": 2.200035858899355}
{"example_id": 1821196549916396974, "prediction": "Start Here", "binary_answer": null, "no_answer_prob": 3.6704181432724}
{"example_id": -4635604208232329702, "prediction": "Automobile air conditioning ( also called A / C ) systems use air conditioning to cool the air in a vehicle .", "binary_answer": null, "no_answer_prob": 2.107095956802368}
{"example_id": -8582994919442244515, "prediction": "", "binary_answer": null, "no_answer_prob": 3.840417504310608}
{"example_id": 2406283188917012187, "prediction": "", "binary_answer": null, "no_answer_prob": 4.078649401664734}
{"example_id": 4361212919138879970, "prediction": "Edwyn Stephen Collins", "binary_answer": null, "no_answer_prob": -0.26091468334198}
{"example_id": -7479315839099372497, "prediction": "Lessie Brown", "binary_answer": null, "no_answer_prob": -2.5251734256744385}
{"example_id": 3943506794555584010, "prediction": "Brittani Kline", "binary_answer": null, "no_answer_prob": -5.097242057323456}
{"example_id": -8677713436758202149, "prediction": "Lasagne originated in Italy", "binary_answer": null, "no_answer_prob": -3.762538194656372}
{"example_id": 7640115750041239037, "prediction": "[ContextId=-1] [NoLongAnswer] [ContextId=0] [Paragraph=1] An essential amino acid", "binary_answer": null, "no_answer_prob": 1.9041385501623154}
{"example_id": 4025804040757077670, "prediction": "`` I 'll Never Find Another You '' is a 1964 single by The Seekers", "binary_answer": null, "no_answer_prob": 1.4488783776760101}
{"example_id": 1654441312144248831, "prediction": "Group work is a form of voluntary association of members benefiting from cooperative learning", "binary_answer": null, "no_answer_prob": 1.5701204724609852}
{"example_id": 8104110236119839386, "prediction": "`` Sleigh Ride", "binary_answer": null, "no_answer_prob": 1.250196933746338}
{"example_id": -6261874607090673789, "prediction": "", "binary_answer": null, "no_answer_prob": 2.805829703807831}
{"example_id": 7194739195142191397, "prediction": "Buck Owens and the Buckaroos", "binary_answer": null, "no_answer_prob": 0.7058924436569214}
{"example_id": -278753204885358585, "prediction": "", "binary_answer": null, "no_answer_prob": 3.807858496904373}
{"example_id": 5687139768598521226, "prediction": "", "binary_answer": null, "no_answer_prob": 1.9975379705429077}
{"example_id": -689033604907999986, "prediction": "The earliest known written records of the history of China date from as early as 1250 BC , from the Shang dynasty", "binary_answer": null, "no_answer_prob": 0.1034843921661377}
{"example_id": 7342580011533069259, "prediction": "Tracy McConnell", "binary_answer": null, "no_answer_prob": -1.1569311618804932}
{"example_id": 8248753971117674556, "prediction": "John Ernest `` Johnny '' Crawford", "binary_answer": null, "no_answer_prob": 2.1199395060539246}
{"example_id": -7301233711046677907, "prediction": "Phineas and Ferb is an American animated musical comedy television series . Originally broadcast as a one - episode preview on August 17 , 2007", "binary_answer": null, "no_answer_prob": -3.9043135046958923}
{"example_id": 8812418575001430403, "prediction": "", "binary_answer": null, "no_answer_prob": 5.98415695130825}
{"example_id": -2182432805970228191, "prediction": "", "binary_answer": null, "no_answer_prob": 3.0130041241645813}
{"example_id": -4502651912548446154, "prediction": "", "binary_answer": null, "no_answer_prob": 3.4719669222831726}
{"example_id": 800358696722175141, "prediction": "", "binary_answer": null, "no_answer_prob": -2.446266531944275}
{"example_id": 8429459117370155423, "prediction": "", "binary_answer": null, "no_answer_prob": 2.7026880979537964}
{"example_id": 7452703467663556325, "prediction": "Since the office was established in 1789 , 44 people have served as president . The first , George Washington", "binary_answer": null, "no_answer_prob": 2.1266907453536987}
{"example_id": 3736322679832274123, "prediction": "British East India Company", "binary_answer": null, "no_answer_prob": -1.4416905641555786}
================================================
FILE: tests/test_mkqa_eval.py
================================================
import os
import tests.testdata as test_data
from mkqa_eval import (
compute_mkqa_scores_for_language,
MKQAAnnotation,
MKQAPrediction,
read_predictions,
read_annotations,
evaluate,
)
package_path = list(test_data.__path__)[0]
def test_compute_mkqa_scores():
test_cases = [
# Test 1: Perfect textual prediction
{
"prediction": MKQAPrediction(
example_id="1",
prediction="first dummy answer",
binary_answer=None,
no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(
example_id="1", types=[], answers=["first dummy answer", "second dummy answer"],
),
"expected_f1": 1.0,
"expected_em": 1.0,
},
# Test 2: Partially correct prediction
{
"prediction": MKQAPrediction(
example_id="2",
prediction="alternative answer",
binary_answer=None,
no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(
example_id="2", types=[], answers=["dummy answer one", "alternative answer two"],
),
"expected_f1": 0.8,
"expected_em": 0.0,
},
# Test 3: Partially correct with stopword and punctuation removal
{
"prediction": MKQAPrediction(
example_id="3",
prediction="an answer ?? without stopwords",
binary_answer=None,
no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(
example_id="3", types=[], answers=["answer -- without, stopwords!!"],
),
"expected_f1": 1.0,
"expected_em": 1.0,
},
# Test 4: Correct No Answer prediction
{
"prediction": MKQAPrediction(
example_id="4", prediction="", binary_answer=None, no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(example_id="4", types=[], answers=[""],),
"expected_f1": 1.0,
"expected_em": 1.0,
},
# Test 5: Incorrect No Answer prediction
{
"prediction": MKQAPrediction(
example_id="5", prediction="", binary_answer=None, no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(
example_id="5", types=[], answers=["first dummy answer", "second dummy answer"],
),
"expected_f1": 0.0,
"expected_em": 0.0,
},
# Test 6: Incorrect No Answer prediction, when answer is binary
{
"prediction": MKQAPrediction(
example_id="6", prediction="", binary_answer=None, no_answer_prob=1,
),
"gold_truth": MKQAAnnotation(example_id="6", types=[], answers=["yes"],),
"expected_f1": 0.0,
"expected_em": 0.0,
},
# Test 7: Correct binary answer prediction
{
"prediction": MKQAPrediction(
example_id="7", prediction="wrong answer", binary_answer="yes", no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(example_id="7", types=[], answers=["yes"],),
"expected_f1": 1.0,
"expected_em": 1.0,
},
# Test 8: Incorrect binary answer prediction
{
"prediction": MKQAPrediction(
example_id="8",
prediction="distractor answer",
binary_answer="no",
no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(example_id="8", types=[], answers=["yes"],),
"expected_f1": 0.0,
"expected_em": 0.0,
},
# Test 9: Binary answer prediction takes precedence, but is incorrect
{
"prediction": MKQAPrediction(
example_id="9", prediction="", binary_answer="no", no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(example_id="1", types=[], answers=[""],),
"expected_f1": 0.0,
"expected_em": 0.0,
},
# Test 10: No Answer probability is 1, but it is not relevant to computing initial scores in `compute_mkqa_scores_for_language`
{
"prediction": MKQAPrediction(
example_id="10",
prediction="final prediction",
binary_answer=None,
no_answer_prob=1.0,
),
"gold_truth": MKQAAnnotation(
example_id="10", types=[], answers=["penultimate", "final prediction"],
),
"expected_f1": 1.0,
"expected_em": 1.0,
},
]
test_preds = {ex["prediction"].example_id: ex["prediction"] for ex in test_cases}
test_golds = {ex["gold_truth"].example_id: ex["gold_truth"] for ex in test_cases}
expected_f1s = {ex["gold_truth"].example_id: ex["expected_f1"] for ex in test_cases}
expected_ems = {ex["gold_truth"].example_id: ex["expected_em"] for ex in test_cases}
test_em_scores, test_f1_scores = compute_mkqa_scores_for_language(test_preds, test_golds, "en")
for ex_id in test_golds:
assert (
test_em_scores[ex_id] == expected_ems[ex_id]
), f"Example ID = {ex_id} | EM | Result = {test_em_scores[ex_id]} | Expected = {expected_ems[ex_id]}"
assert (
test_f1_scores[ex_id] == expected_f1s[ex_id]
), f"Example ID = {ex_id} | F1 | Result = {test_f1_scores[ex_id]} | Expected = {expected_f1s[ex_id]}"
def test_compute_mkqa_scores_in_different_languages():
test_cases = [
# Test 1: Test Spanish text normalization
{
"prediction": MKQAPrediction(
example_id="1", prediction="esto es manzana", binary_answer=None, no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(
example_id="1", types=[], answers=["esto es una manzana", "esta es otra manzana"],
),
"lang": "es",
"expected_f1": 1.0,
"expected_em": 1.0,
},
# Test 2: Test Arabic normalization
{
"prediction": MKQAPrediction(
example_id="2", prediction="تفاحة", binary_answer=None, no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(
example_id="2", types=[], answers=["التفاحة", "هذه تفاحة"],
),
"lang": "ar",
"expected_f1": 1.0,
"expected_em": 1.0,
},
# Test 3: Test French normalization
{
"prediction": MKQAPrediction(
example_id="3",
prediction="c'est de la pomme",
binary_answer=None,
no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(
example_id="3", types=[], answers=["c'est la pomme", "c'est une autre pomme"],
),
"lang": "fr",
"expected_f1": 1.0,
"expected_em": 1.0,
},
# Test 4: Test Hungarian normalization
{
"prediction": MKQAPrediction(
example_id="4", prediction="ez egy alma", binary_answer=None, no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(
example_id="4", types=[], answers=["ez alma", "ez egy újabb alma"],
),
"lang": "hu",
"expected_f1": 1.0,
"expected_em": 1.0,
},
# Test 5: Test Chinese Mandarin mixed segmentation f1
{
"prediction": MKQAPrediction(
example_id="5", prediction="这个一个苹果", binary_answer=None, no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(example_id="5", types=[], answers=["这是还是苹果", "这是另一个苹果"],),
"lang": "zh_cn",
"expected_f1": 0.7692307692307692,
"expected_em": 0,
},
# Test 6: Test Khmer mixed segmentation f1
{
"prediction": MKQAPrediction(
example_id="6", prediction="នេះគឺជាផ្លែប៉ោម", binary_answer=None, no_answer_prob=0,
),
"gold_truth": MKQAAnnotation(
example_id="7", types=[], answers=["នេះគឺជាផ្លែប៉ោមមួយទៀត"],
),
"lang": "km",
"expected_f1": 0.8333333333333333,
"expected_em": 0,
},
]
for case in test_cases:
example_id = case["prediction"].example_id
predictions = {example_id: case["prediction"]}
gold_annotations = {example_id: case["gold_truth"]}
lang = case["lang"]
em_scores, f1_scores = compute_mkqa_scores_for_language(predictions, gold_annotations, lang)
assert (
em_scores[example_id] == case["expected_em"]
), f"Example ID = {example_id} | EM | Result = {em_scores[example_id]} | Expected = {case['expected_em']}"
assert (
f1_scores[example_id] == case["expected_f1"]
), f"Example ID = {example_id} | F1 | Result = {f1_scores[example_id]} | Expected = {case['expected_f1']}"
def test_compute_metrics_end_2_end():
predictions_path = os.path.join(package_path, "en_prediction.jsonl")
annotations_path = os.path.join(package_path, "test_mkqa.jsonl.gz")
language = "en"
predictions = read_predictions(predictions_path)
annotations = read_annotations(annotations_path)
metrics = evaluate(annotations[language], predictions, language)
expected_metrics = {
"best_em": 66.67,
"best_f1": 80.95,
"best_answerable_em": 33.33,
"best_answerable_f1": 61.9,
"best_unanswerable_em": 100.0,
"best_f1_threshold": -6.91,
}
assert expected_metrics == dict(metrics)
================================================
FILE: tests/testdata/en_prediction.jsonl
================================================
{"example_id": 7631360939705650347, "prediction": "Ridley Scott", "binary_answer": null, "no_answer_prob": -11.557607769966125}
{"example_id": -7449157003522518870, "prediction": "Hafþór Júlíus `` Thor '' Björnsson", "binary_answer": null, "no_answer_prob": -6.912837386131287}
{"example_id": 7721692200040168186, "prediction": "The visa policy of the United Kingdom", "binary_answer": null, "no_answer_prob": 1.1354331970214844}
{"example_id": 2961317153244610375, "prediction": "August 11 , 2018 ( 2018 - 08 - 11 ) October 4 , 2018", "binary_answer": null, "no_answer_prob": -5.99773907661438}
{"example_id": 2904274678882358283, "prediction": "6", "binary_answer": null, "no_answer_prob": 2.5260353088378906}
{"example_id": 36228854473990432, "prediction": "October 1 , 1961", "binary_answer": null, "no_answer_prob": -6.819772958755493}