Skip to content

Instantly share code, notes, and snippets.

@yuxiang-wu
Created November 29, 2018 14:45
Show Gist options
  • Save yuxiang-wu/207277f399dca6ce1e761385a567fe6b to your computer and use it in GitHub Desktop.
Save yuxiang-wu/207277f399dca6ce1e761385a567fe6b to your computer and use it in GitHub Desktop.
Snippet from SQuAD v1.1 dataset
{
"data": [
{
"paragraphs": [
{
"context": "Super Bowl 50 was an American football game to determine the champion of the National Football League (NFL) for the 2015 season. The American Football Conference (AFC) champion Denver Broncos defeated the National Football Conference (NFC)
champion Carolina Panthers 24\u201310 to earn their third Super Bowl title. The game was played on February 7, 2016, at Levi's Stadium in the San Francisco Bay Area at Santa Clara, California. As this was the 50th Super Bowl, the league emphasized the \"golden anniversary
\" with various gold-themed initiatives, as well as temporarily suspending the tradition of naming each Super Bowl game with Roman numerals (under which the game would have been known as \"Super Bowl L\"), so that the logo could prominently feature the Arabic numerals 50.
",
"qas": [
{
"answers": [
{
"answer_start": 176,
"text": " Denver Broncos"
},
{
"answer_start": 177,
"text": "Denver Broncos"
},
{
"answer_start": 177,
"text": "Denver Broncos "
}
],
"id": "56be4db0acb8001400a502ec",
"question": "Which NFL team represented the AFC at Super Bowl 50?"
},
{
"answers": [
{
"answer_start": 248,
"text": " Carolina Panthers"
},
{
"answer_start": 249,
"text": "Carolina Panthers"
},
{
"answer_start": 249,
"text": "Carolina Panthers "
}
],
"id": "56be4db0acb8001400a502ed",
"question": "Which NFL team represented the NFC at Super Bowl 50?"
},
{
"answers": [
{
"answer_start": 402,
"text": " Santa Clara, California"
},
{
"answer_start": 355,
"text": "Levi's Stadium"
},
{
"answer_start": 354,
"text": " Levi's Stadium in the San Francisco Bay Area at Santa Clara, California."
}
],
"id": "56be4db0acb8001400a502ee",
"question": "Where did Super Bowl 50 take place?"
},
{
"answers": [
{
"answer_start": 176,
"text": " Denver Broncos"
},
{
"answer_start": 177,
"text": "Denver Broncos"
},
{
"answer_start": 176,
"text": " Denver Broncos"
}
],
"id": "56be4db0acb8001400a502ef",
"question": "Which NFL team won Super Bowl 50?"
},
{
"answers": [
{
"answer_start": 488,
"text": "gold"
},
{
"answer_start": 488,
"text": "gold"
},
{
"answer_start": 521,
"text": "gold"
}
],
"id": "56be4db0acb8001400a502f0",
"question": "What color was used to emphasize the 50th anniversary of the Super Bowl?"
}
]
}
],
"title": "Super_Bowl_50"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment