Datasets:
GEM
/

Languages:
English
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
none
Source Datasets:
original
Tags:
data-to-text
License:
Sebastian Gehrmann commited on
Commit
c7f9c1f
1 Parent(s): 3e2ed53

Data Card.

Browse files
Files changed (2) hide show
  1. README.md +14 -17
  2. sportsett_basketball.json +9 -9
README.md CHANGED
@@ -222,19 +222,19 @@ Each instance in the dataset has five fields.
222
 
223
  4. "teams": This filed is a dictionary of multiple nested dictionaries. On the highest level, it has two keys: 'home' and 'vis', which provide the stats for home team and visiting team of the game. Both are dictionaries with same structure. Each dictionary will contain team's information such as name of the team, their total wins/losses in current season, their conference standing, the SportSett ids for their current and previous games. Apart from these general information, they also have the box- and line- scores for the team in the game. Box score is the stats of players from the team at the end of the game, while line score along with the whole game stats is divided into quarters and halves as well as the extra-time (if happened in the game). After these scores, there is another field of next-game, which gives general information about team's next game such as the place and opponent's name of the next game.
224
 
225
- 5. "summaries": This is a list of summaries for each game. Some games will have more than one summary, in that case, the list will have more than one entries. Each summary in the list is a string which can be tokenised by a space, following the practices in RotoWire-FG dataset ((Wang, 2019)[https://www.aclweb.org/anthology/W19-8639]).
226
 
227
  #### Reason for Structure
228
 
229
  <!-- info: How was the dataset structure determined? -->
230
  <!-- scope: microscope -->
231
- The structure mostly follows the original structure defined in RotoWire dataset ((Wiseman et. al. 2017)[https://aclanthology.org/D17-1239/]) with some modifications (such as game and next-game keys) address the problem of information gap between input and output data ((Thomson et. al. 2020)[https://aclanthology.org/2020.inlg-1.6/]).
232
 
233
  #### How were labels chosen?
234
 
235
  <!-- info: How were the labels chosen? -->
236
  <!-- scope: microscope -->
237
- Similar to RotoWire dataset ((Wiseman et. al. 2017)[https://aclanthology.org/D17-1239/])
238
 
239
  #### Example Instance
240
 
@@ -1340,7 +1340,7 @@ The splits were created as per different NBA seasons. All the games in regular s
1340
 
1341
  <!-- info: What does this dataset contribute toward better generation evaluation and why is it part of GEM? -->
1342
  <!-- scope: microscope -->
1343
- This dataset contains a data analytics problem in the classic sense ((Reiter, 2007)[https://aclanthology.org/W07-2315]). That is, there is a large amount of data from which insights need to be selected. Further, the insights should be both from simple shallow queries (such as dirext transcriptions of the properties of a subject, i.e., a player and their statistics), as well as aggregated (how a player has done over time). There is far more on the data side than is required to be realised, and indeed, could be practically realised. This depth of data analytics problem does not exist in other datasets.
1344
 
1345
  #### Similar Datasets
1346
 
@@ -1376,20 +1376,18 @@ no
1376
 
1377
  <!-- info: Getting started with in-depth research on the task. Add relevant pointers to resources that researchers can consult when they want to get started digging deeper into the task. -->
1378
  <!-- scope: microscope -->
1379
- For dataset discussion see:
1380
- Thomson et al, 2020 https://aclanthology.org/2020.intellang-1.4/
1381
 
1382
  For evaluation see:
1383
- Thomson & Reiter 2020
1384
- Thomson & Reiter (2021): https://aclanthology.org/2021.inlg-1.23
1385
- Kasner et al (2021): https://aclanthology.org/2021.inlg-1.25
1386
 
1387
  For a system using the relational database form of SportSett, see:
1388
- Thomson et al (2020): https://aclanthology.org/2020.inlg-1.6/
1389
 
1390
  For recent systems using the Rotowire dataset, see:
1391
- Puduppully & Lapata (2021): https://github.com/ratishsp/data2text-macro-plan-py
1392
- Rebuffel et all (2020): https://github.com/KaijuML/data-to-text-hierarchical
1393
 
1394
 
1395
 
@@ -1413,7 +1411,7 @@ Many, if not all aspects of data-to-text systems can be measured with this datas
1413
 
1414
  <!-- info: List and describe the purpose of the metrics and evaluation methodology (including human evaluation) that the dataset creators used when introducing this task. -->
1415
  <!-- scope: microscope -->
1416
- BLEU is the only off-the-shelf metric commonly used. Works have also used custom metrics like RG (Wiseman et al, 2017: https://aclanthology.org/D17-1239), and a recent shared task explored other metrics and their corrolation with human evaluation ((Thomson & Reiter, 2021)[https://aclanthology.org/2021.inlg-1.23]).
1417
 
1418
  #### Previous results available?
1419
 
@@ -1425,8 +1423,7 @@ yes
1425
 
1426
  <!-- info: What evaluation approaches have others used? -->
1427
  <!-- scope: periscope -->
1428
- Most results from prior works use the original Rotowire dataset, which has train/validation/test contamination. For results of BLEU and RG on the relational database format of SportSett, as a guide, see Thomson et al, 2020:
1429
- https://aclanthology.org/2020.inlg-1.6.
1430
 
1431
  #### Relevant Previous Results
1432
 
@@ -1444,13 +1441,13 @@ The results on this dataset are largely unexplored, as is the selection of suita
1444
 
1445
  <!-- info: Original curation rationale -->
1446
  <!-- scope: telescope -->
1447
- The references texts were taken from the existing dataset RotoWire-FG (Wang, 2019: https://www.aclweb.org/anthology/W19-8639), which is in turn based on Rotowire (Wiseman et al, 2017: https://aclanthology.org/D17-1239). The rationale behind this dataset was to re-structure the data such that aggregate statistics over multiple games, as well as upcoming game schedules could be included, moving the dataset from snapshots of single games, to a format where almost everything that could be present in the reference texts could be found in the data.
1448
 
1449
  #### Communicative Goal
1450
 
1451
  <!-- info: What was the communicative goal? -->
1452
  <!-- scope: periscope -->
1453
- Create a summary of a basketball, with insightful facts about the game, teams, and players, both within the game, withing periods during the game, and over the course of seasons/careers where appropriate. This is a data-to-text problem in the classic sense (Reiter, 2007: https://aclanthology.org/W07-2315) in that it has a difficult data analystics state, in addition to ordering and transcription of selected facts.
1454
 
1455
  #### Sourced from Different Sources
1456
 
222
 
223
  4. "teams": This filed is a dictionary of multiple nested dictionaries. On the highest level, it has two keys: 'home' and 'vis', which provide the stats for home team and visiting team of the game. Both are dictionaries with same structure. Each dictionary will contain team's information such as name of the team, their total wins/losses in current season, their conference standing, the SportSett ids for their current and previous games. Apart from these general information, they also have the box- and line- scores for the team in the game. Box score is the stats of players from the team at the end of the game, while line score along with the whole game stats is divided into quarters and halves as well as the extra-time (if happened in the game). After these scores, there is another field of next-game, which gives general information about team's next game such as the place and opponent's name of the next game.
224
 
225
+ 5. "summaries": This is a list of summaries for each game. Some games will have more than one summary, in that case, the list will have more than one entries. Each summary in the list is a string which can be tokenised by a space, following the practices in RotoWire-FG dataset ([Wang, 2019](https://www.aclweb.org/anthology/W19-8639)).
226
 
227
  #### Reason for Structure
228
 
229
  <!-- info: How was the dataset structure determined? -->
230
  <!-- scope: microscope -->
231
+ The structure mostly follows the original structure defined in RotoWire dataset ([Wiseman et. al. 2017](https://aclanthology.org/D17-1239/)) with some modifications (such as game and next-game keys) address the problem of information gap between input and output data ([Thomson et. al. 2020](https://aclanthology.org/2020.inlg-1.6/)).
232
 
233
  #### How were labels chosen?
234
 
235
  <!-- info: How were the labels chosen? -->
236
  <!-- scope: microscope -->
237
+ Similar to RotoWire dataset ([Wiseman et. al. 2017](https://aclanthology.org/D17-1239/))
238
 
239
  #### Example Instance
240
 
1340
 
1341
  <!-- info: What does this dataset contribute toward better generation evaluation and why is it part of GEM? -->
1342
  <!-- scope: microscope -->
1343
+ This dataset contains a data analytics problem in the classic sense ([Reiter, 2007](https://aclanthology.org/W07-2315)). That is, there is a large amount of data from which insights need to be selected. Further, the insights should be both from simple shallow queries (such as dirext transcriptions of the properties of a subject, i.e., a player and their statistics), as well as aggregated (how a player has done over time). There is far more on the data side than is required to be realised, and indeed, could be practically realised. This depth of data analytics problem does not exist in other datasets.
1344
 
1345
  #### Similar Datasets
1346
 
1376
 
1377
  <!-- info: Getting started with in-depth research on the task. Add relevant pointers to resources that researchers can consult when they want to get started digging deeper into the task. -->
1378
  <!-- scope: microscope -->
1379
+ For dataset discussion see [Thomson et al, 2020](https://aclanthology.org/2020.intellang-1.4/)
 
1380
 
1381
  For evaluation see:
1382
+ - [Thomson & Reiter 2020, Thomson & Reiter (2021)](https://aclanthology.org/2021.inlg-1.23)
1383
+ - [Kasner et al (2021)](https://aclanthology.org/2021.inlg-1.25)
 
1384
 
1385
  For a system using the relational database form of SportSett, see:
1386
+ - [Thomson et al (2020)](https://aclanthology.org/2020.inlg-1.6/)
1387
 
1388
  For recent systems using the Rotowire dataset, see:
1389
+ - [Puduppully & Lapata (2021)](https://github.com/ratishsp/data2text-macro-plan-py)
1390
+ - [Rebuffel et all (2020)](https://github.com/KaijuML/data-to-text-hierarchical)
1391
 
1392
 
1393
 
1411
 
1412
  <!-- info: List and describe the purpose of the metrics and evaluation methodology (including human evaluation) that the dataset creators used when introducing this task. -->
1413
  <!-- scope: microscope -->
1414
+ BLEU is the only off-the-shelf metric commonly used. Works have also used custom metrics like RG ([Wiseman et al, 2017](https://aclanthology.org/D17-1239)), and a recent shared task explored other metrics and their corrolation with human evaluation ([Thomson & Reiter, 2021](https://aclanthology.org/2021.inlg-1.23)).
1415
 
1416
  #### Previous results available?
1417
 
1423
 
1424
  <!-- info: What evaluation approaches have others used? -->
1425
  <!-- scope: periscope -->
1426
+ Most results from prior works use the original Rotowire dataset, which has train/validation/test contamination. For results of BLEU and RG on the relational database format of SportSett, as a guide, see [Thomson et al, 2020](https://aclanthology.org/2020.inlg-1.6).
 
1427
 
1428
  #### Relevant Previous Results
1429
 
1441
 
1442
  <!-- info: Original curation rationale -->
1443
  <!-- scope: telescope -->
1444
+ The references texts were taken from the existing dataset RotoWire-FG ([Wang, 2019](https://www.aclweb.org/anthology/W19-8639)), which is in turn based on Rotowire ([Wiseman et al, 2017](https://aclanthology.org/D17-1239)). The rationale behind this dataset was to re-structure the data such that aggregate statistics over multiple games, as well as upcoming game schedules could be included, moving the dataset from snapshots of single games, to a format where almost everything that could be present in the reference texts could be found in the data.
1445
 
1446
  #### Communicative Goal
1447
 
1448
  <!-- info: What was the communicative goal? -->
1449
  <!-- scope: periscope -->
1450
+ Create a summary of a basketball, with insightful facts about the game, teams, and players, both within the game, withing periods during the game, and over the course of seasons/careers where appropriate. This is a data-to-text problem in the classic sense ([Reiter, 2007](https://aclanthology.org/W07-2315)) in that it has a difficult data analystics state, in addition to ordering and transcription of selected facts.
1451
 
1452
  #### Sourced from Different Sources
1453
 
sportsett_basketball.json CHANGED
@@ -3,12 +3,12 @@
3
  "results": {
4
  "other-metrics-definitions": "N/A",
5
  "has-previous-results": "yes",
6
- "current-evaluation": "Most results from prior works use the original Rotowire dataset, which has train/validation/test contamination. For results of BLEU and RG on the relational database format of SportSett, as a guide, see Thomson et al, 2020: \n https://aclanthology.org/2020.inlg-1.6.",
7
  "previous-results": "The results on this dataset are largely unexplored, as is the selection of suitable metrics that correlate with human judgment. See Thomson et al, 2021 (https://aclanthology.org/2021.inlg-1.23) for an overview, and Kasner et al (2021) for the best performing metric at the time of writing (https://aclanthology.org/2021.inlg-1.25).",
8
  "metrics": [
9
  "BLEU"
10
  ],
11
- "original-evaluation": "BLEU is the only off-the-shelf metric commonly used. Works have also used custom metrics like RG (Wiseman et al, 2017: https://aclanthology.org/D17-1239), and a recent shared task explored other metrics and their corrolation with human evaluation ((Thomson & Reiter, 2021)[https://aclanthology.org/2021.inlg-1.23]).",
12
  "model-abilities": "Many, if not all aspects of data-to-text systems can be measured with this dataset. It has complex data analytics, meaninful document planning (10-15 sentence documents with a narrative structure), as well as microplanning and realisation requirements. Finding models to handle this volume of data, as well as methods for meaninfully evaluate generations is a very open question."
13
  }
14
  },
@@ -16,7 +16,7 @@
16
  "rationale": {
17
  "sole-task-dataset": "no",
18
  "distinction-description": "N/A",
19
- "contribution": "This dataset contains a data analytics problem in the classic sense ((Reiter, 2007)[https://aclanthology.org/W07-2315]). That is, there is a large amount of data from which insights need to be selected. Further, the insights should be both from simple shallow queries (such as dirext transcriptions of the properties of a subject, i.e., a player and their statistics), as well as aggregated (how a player has done over time). There is far more on the data side than is required to be realised, and indeed, could be practically realised. This depth of data analytics problem does not exist in other datasets.",
20
  "model-ability": "Many, if not all aspects of data-to-text systems can be measured with this dataset. It has complex data analytics, meaninful document planning (10-15 sentence documents with a narrative structure), as well as microplanning and realisation requirements. Finding models to handle this volume of data, as well as methods for meaninfully evaluate generations is a very open question."
21
  },
22
  "curation": {
@@ -28,7 +28,7 @@
28
  "additional-splits-capacicites": "N/A"
29
  },
30
  "starting": {
31
- "research-pointers": "For dataset discussion see:\nThomson et al, 2020 https://aclanthology.org/2020.intellang-1.4/\n\nFor evaluation see:\nThomson & Reiter 2020\nThomson & Reiter (2021): https://aclanthology.org/2021.inlg-1.23\nKasner et al (2021): https://aclanthology.org/2021.inlg-1.25\n\nFor a system using the relational database form of SportSett, see:\nThomson et al (2020): https://aclanthology.org/2020.inlg-1.6/\n\nFor recent systems using the Rotowire dataset, see:\nPuduppully & Lapata (2021): https://github.com/ratishsp/data2text-macro-plan-py\nRebuffel et all (2020): https://github.com/KaijuML/data-to-text-hierarchical",
32
  "technical-terms": "N/A"
33
  }
34
  },
@@ -71,9 +71,9 @@
71
  "structure-example": "```\n{\n\t\"sportsett_id\": \"1\",\n\t\"gem_id\": \"GEM-sportsett_basketball-train-0\",\n\t\"game\": {\n\t\t\"day\": \"1\",\n\t\t\"month\": \"November\",\n\t\t\"year\": \"2014\",\n\t\t\"dayname\": \"Saturday\",\n\t\t\"season\": \"2014\",\n\t\t\"stadium\": \"Wells Fargo Center\",\n\t\t\"city\": \"Philadelphia\",\n\t\t\"state\": \"Pennsylvania\",\n\t\t\"attendance\": \"19753\",\n\t\t\"capacity\": \"20478\",\n\t\t\"game_id\": \"1\"\n\t},\n\t\"teams\": {\n\t\t\"home\": {\n\t\t\t\"name\": \"76ers\",\n\t\t\t\"place\": \"Philadelphia\",\n\t\t\t\"conference\": \"Eastern Conference\",\n\t\t\t\"division\": \"Atlantic\",\n\t\t\t\"wins\": \"0\",\n\t\t\t\"losses\": \"3\",\n\t\t\t\"conference_standing\": 15,\n\t\t\t\"game_number\": \"3\",\n\t\t\t\"previous_game_id\": \"42\",\n\t\t\t\"next_game_id\": \"2\",\n\t\t\t\"line_score\": {\n\t\t\t\t\"game\": {\n\t\t\t\t\t\"FG3A\": \"23\",\n\t\t\t\t\t\"FG3M\": \"7\",\n\t\t\t\t\t\"FG3_PCT\": \"30\",\n\t\t\t\t\t\"FGA\": \"67\",\n\t\t\t\t\t\"FGM\": \"35\",\n\t\t\t\t\t\"FG_PCT\": \"52\",\n\t\t\t\t\t\"FTA\": \"26\",\n\t\t\t\t\t\"FTM\": \"19\",\n\t\t\t\t\t\"FT_PCT\": \"73\",\n\t\t\t\t\t\"DREB\": \"33\",\n\t\t\t\t\t\"OREB\": \"4\",\n\t\t\t\t\t\"TREB\": \"37\",\n\t\t\t\t\t\"BLK\": \"10\",\n\t\t\t\t\t\"AST\": \"28\",\n\t\t\t\t\t\"STL\": \"9\",\n\t\t\t\t\t\"TOV\": \"24\",\n\t\t\t\t\t\"PF\": \"21\",\n\t\t\t\t\t\"PTS\": \"96\",\n\t\t\t\t\t\"MIN\": \"4\"\n\t\t\t\t},\n\t\t\t\t\"H1\": {\n\t\t\t\t\t\"FG3A\": \"82\",\n\t\t\t\t\t\"FG3M\": \"30\",\n\t\t\t\t\t\"FG3_PCT\": \"37\",\n\t\t\t\t\t\"FGA\": \"2115\",\n\t\t\t\t\t\"FGM\": \"138\",\n\t\t\t\t\t\"FG_PCT\": \"7\",\n\t\t\t\t\t\"FTA\": \"212\",\n\t\t\t\t\t\"FTM\": \"18\",\n\t\t\t\t\t\"FT_PCT\": \"8\",\n\t\t\t\t\t\"DREB\": \"810\",\n\t\t\t\t\t\"OREB\": \"21\",\n\t\t\t\t\t\"TREB\": \"831\",\n\t\t\t\t\t\"BLK\": \"51\",\n\t\t\t\t\t\"AST\": \"107\",\n\t\t\t\t\t\"STL\": \"21\",\n\t\t\t\t\t\"TOV\": \"64\",\n\t\t\t\t\t\"PTS\": \"3024\",\n\t\t\t\t\t\"MIN\": \"6060\"\n\t\t\t\t},\n\t\t\t\t\"H2\": {\n\t\t\t\t\t\"FG3A\": \"85\",\n\t\t\t\t\t\"FG3M\": \"40\",\n\t\t\t\t\t\"FG3_PCT\": \"47\",\n\t\t\t\t\t\"FGA\": \"1615\",\n\t\t\t\t\t\"FGM\": \"104\",\n\t\t\t\t\t\"FG_PCT\": \"6\",\n\t\t\t\t\t\"FTA\": \"66\",\n\t\t\t\t\t\"FTM\": \"55\",\n\t\t\t\t\t\"FT_PCT\": \"83\",\n\t\t\t\t\t\"DREB\": \"96\",\n\t\t\t\t\t\"OREB\": \"10\",\n\t\t\t\t\t\"TREB\": \"106\",\n\t\t\t\t\t\"BLK\": \"22\",\n\t\t\t\t\t\"AST\": \"92\",\n\t\t\t\t\t\"STL\": \"24\",\n\t\t\t\t\t\"TOV\": \"68\",\n\t\t\t\t\t\"PTS\": \"2913\",\n\t\t\t\t\t\"MIN\": \"6060\"\n\t\t\t\t},\n\t\t\t\t\"Q1\": {\n\t\t\t\t\t\"FG3A\": \"8\",\n\t\t\t\t\t\"FG3M\": \"3\",\n\t\t\t\t\t\"FG3_PCT\": \"38\",\n\t\t\t\t\t\"FGA\": \"21\",\n\t\t\t\t\t\"FGM\": \"13\",\n\t\t\t\t\t\"FG_PCT\": \"62\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FT_PCT\": \"50\",\n\t\t\t\t\t\"DREB\": \"8\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"10\",\n\t\t\t\t\t\"BLK\": \"5\",\n\t\t\t\t\t\"AST\": \"10\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PTS\": \"30\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q2\": {\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FGA\": \"15\",\n\t\t\t\t\t\"FGM\": \"8\",\n\t\t\t\t\t\"FG_PCT\": \"53\",\n\t\t\t\t\t\"FTA\": \"12\",\n\t\t\t\t\t\"FTM\": \"8\",\n\t\t\t\t\t\"FT_PCT\": \"67\",\n\t\t\t\t\t\"DREB\": \"10\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"11\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"AST\": \"7\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"TOV\": \"4\",\n\t\t\t\t\t\"PTS\": \"24\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q3\": {\n\t\t\t\t\t\"FG3A\": \"8\",\n\t\t\t\t\t\"FG3M\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FGA\": \"16\",\n\t\t\t\t\t\"FGM\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"62\",\n\t\t\t\t\t\"FTA\": \"6\",\n\t\t\t\t\t\"FTM\": \"5\",\n\t\t\t\t\t\"FT_PCT\": \"83\",\n\t\t\t\t\t\"DREB\": \"9\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"10\",\n\t\t\t\t\t\"BLK\": \"2\",\n\t\t\t\t\t\"AST\": \"9\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PTS\": \"29\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q4\": {\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FGA\": \"15\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"27\",\n\t\t\t\t\t\"FTA\": \"6\",\n\t\t\t\t\t\"FTM\": \"5\",\n\t\t\t\t\t\"FT_PCT\": \"83\",\n\t\t\t\t\t\"DREB\": \"6\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"6\",\n\t\t\t\t\t\"BLK\": \"2\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"4\",\n\t\t\t\t\t\"TOV\": \"8\",\n\t\t\t\t\t\"PTS\": \"13\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"OT\": {\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"MIN\": \"0\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"box_score\": [\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Tony\",\n\t\t\t\t\t\"last_name\": \"Wroten\",\n\t\t\t\t\t\"name\": \"Tony Wroten\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"33\",\n\t\t\t\t\t\"FGM\": \"6\",\n\t\t\t\t\t\"FGA\": \"11\",\n\t\t\t\t\t\"FG_PCT\": \"55\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"25\",\n\t\t\t\t\t\"FTM\": \"8\",\n\t\t\t\t\t\"FTA\": \"11\",\n\t\t\t\t\t\"FT_PCT\": \"73\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"10\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"TOV\": \"4\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"21\",\n\t\t\t\t\t\"+/-\": \"-11\",\n\t\t\t\t\t\"DOUBLE\": \"double\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Hollis\",\n\t\t\t\t\t\"last_name\": \"Thompson\",\n\t\t\t\t\t\"name\": \"Hollis Thompson\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"32\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"8\",\n\t\t\t\t\t\"FG_PCT\": \"50\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3_PCT\": \"40\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"3\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"2\",\n\t\t\t\t\t\"PTS\": \"10\",\n\t\t\t\t\t\"+/-\": \"-17\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Henry\",\n\t\t\t\t\t\"last_name\": \"Sims\",\n\t\t\t\t\t\"name\": \"Henry Sims\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"27\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"9\",\n\t\t\t\t\t\"FG_PCT\": \"44\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FT_PCT\": \"50\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"4\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"9\",\n\t\t\t\t\t\"+/-\": \"-10\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Nerlens\",\n\t\t\t\t\t\"last_name\": \"Noel\",\n\t\t\t\t\t\"name\": \"Nerlens Noel\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"25\",\n\t\t\t\t\t\"FGM\": \"1\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"25\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"5\",\n\t\t\t\t\t\"TREB\": \"5\",\n\t\t\t\t\t\"AST\": \"3\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"2\",\n\t\t\t\t\t\"+/-\": \"-19\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Luc\",\n\t\t\t\t\t\"last_name\": \"Mbah a Moute\",\n\t\t\t\t\t\"name\": \"Luc Mbah a Moute\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"19\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"40\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FT_PCT\": \"50\",\n\t\t\t\t\t\"OREB\": \"3\",\n\t\t\t\t\t\"DREB\": \"4\",\n\t\t\t\t\t\"TREB\": \"7\",\n\t\t\t\t\t\"AST\": \"3\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PF\": \"3\",\n\t\t\t\t\t\"PTS\": \"9\",\n\t\t\t\t\t\"+/-\": \"-12\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Brandon\",\n\t\t\t\t\t\"last_name\": \"Davies\",\n\t\t\t\t\t\"name\": \"Brandon Davies\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"23\",\n\t\t\t\t\t\"FGM\": \"7\",\n\t\t\t\t\t\"FGA\": \"9\",\n\t\t\t\t\t\"FG_PCT\": \"78\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FTM\": \"3\",\n\t\t\t\t\t\"FTA\": \"4\",\n\t\t\t\t\t\"FT_PCT\": \"75\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PF\": \"3\",\n\t\t\t\t\t\"PTS\": \"18\",\n\t\t\t\t\t\"+/-\": \"-1\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Chris\",\n\t\t\t\t\t\"last_name\": \"Johnson\",\n\t\t\t\t\t\"name\": \"Chris Johnson\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"21\",\n\t\t\t\t\t\"FGM\": \"2\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"50\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"3\",\n\t\t\t\t\t\"FG3_PCT\": \"33\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"2\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"5\",\n\t\t\t\t\t\"PTS\": \"5\",\n\t\t\t\t\t\"+/-\": \"3\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"K.J.\",\n\t\t\t\t\t\"last_name\": \"McDaniels\",\n\t\t\t\t\t\"name\": \"K.J. McDaniels\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"20\",\n\t\t\t\t\t\"FGM\": \"2\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"50\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"3\",\n\t\t\t\t\t\"FG3_PCT\": \"33\",\n\t\t\t\t\t\"FTM\": \"3\",\n\t\t\t\t\t\"FTA\": \"4\",\n\t\t\t\t\t\"FT_PCT\": \"75\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"3\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"3\",\n\t\t\t\t\t\"PTS\": \"8\",\n\t\t\t\t\t\"+/-\": \"-10\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Malcolm\",\n\t\t\t\t\t\"last_name\": \"Thomas\",\n\t\t\t\t\t\"name\": \"Malcolm Thomas\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"19\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"100\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"9\",\n\t\t\t\t\t\"TREB\": \"9\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"2\",\n\t\t\t\t\t\"PTS\": \"8\",\n\t\t\t\t\t\"+/-\": \"-6\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Alexey\",\n\t\t\t\t\t\"last_name\": \"Shved\",\n\t\t\t\t\t\"name\": \"Alexey Shved\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"14\",\n\t\t\t\t\t\"FGM\": \"1\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"25\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"25\",\n\t\t\t\t\t\"FTM\": \"3\",\n\t\t\t\t\t\"FTA\": \"3\",\n\t\t\t\t\t\"FT_PCT\": \"100\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"6\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"6\",\n\t\t\t\t\t\"+/-\": \"-7\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"JaKarr\",\n\t\t\t\t\t\"last_name\": \"Sampson\",\n\t\t\t\t\t\"name\": \"JaKarr Sampson\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"2\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"0\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Michael\",\n\t\t\t\t\t\"last_name\": \"Carter-Williams\",\n\t\t\t\t\t\"name\": \"Michael Carter-Williams\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"0\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"0\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"next_game\": {\n\t\t\t\t\"day\": \"3\",\n\t\t\t\t\"month\": \"November\",\n\t\t\t\t\"year\": \"2014\",\n\t\t\t\t\"dayname\": \"Monday\",\n\t\t\t\t\"stadium\": \"Wells Fargo Center\",\n\t\t\t\t\"city\": \"Philadelphia\",\n\t\t\t\t\"opponent_name\": \"Rockets\",\n\t\t\t\t\"opponent_place\": \"Houston\",\n\t\t\t\t\"is_home\": \"True\"\n\t\t\t}\n\t\t},\n\t\t\"vis\": {\n\t\t\t\"name\": \"Heat\",\n\t\t\t\"place\": \"Miami\",\n\t\t\t\"conference\": \"Eastern Conference\",\n\t\t\t\"division\": \"Southeast\",\n\t\t\t\"wins\": \"2\",\n\t\t\t\"losses\": \"0\",\n\t\t\t\"conference_standing\": 1,\n\t\t\t\"game_number\": \"2\",\n\t\t\t\"previous_game_id\": \"329\",\n\t\t\t\"next_game_id\": \"330\",\n\t\t\t\"line_score\": {\n\t\t\t\t\"game\": {\n\t\t\t\t\t\"FG3A\": \"24\",\n\t\t\t\t\t\"FG3M\": \"12\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FGA\": \"83\",\n\t\t\t\t\t\"FGM\": \"41\",\n\t\t\t\t\t\"FG_PCT\": \"49\",\n\t\t\t\t\t\"FTA\": \"29\",\n\t\t\t\t\t\"FTM\": \"20\",\n\t\t\t\t\t\"FT_PCT\": \"69\",\n\t\t\t\t\t\"DREB\": \"26\",\n\t\t\t\t\t\"OREB\": \"9\",\n\t\t\t\t\t\"TREB\": \"35\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"33\",\n\t\t\t\t\t\"STL\": \"16\",\n\t\t\t\t\t\"TOV\": \"16\",\n\t\t\t\t\t\"PF\": \"20\",\n\t\t\t\t\t\"PTS\": \"114\",\n\t\t\t\t\t\"MIN\": \"4\"\n\t\t\t\t},\n\t\t\t\t\"H1\": {\n\t\t\t\t\t\"FG3A\": \"69\",\n\t\t\t\t\t\"FG3M\": \"44\",\n\t\t\t\t\t\"FG3_PCT\": \"64\",\n\t\t\t\t\t\"FGA\": \"2321\",\n\t\t\t\t\t\"FGM\": \"1110\",\n\t\t\t\t\t\"FG_PCT\": \"48\",\n\t\t\t\t\t\"FTA\": \"106\",\n\t\t\t\t\t\"FTM\": \"64\",\n\t\t\t\t\t\"FT_PCT\": \"60\",\n\t\t\t\t\t\"DREB\": \"35\",\n\t\t\t\t\t\"OREB\": \"23\",\n\t\t\t\t\t\"TREB\": \"58\",\n\t\t\t\t\t\"BLK\": \"00\",\n\t\t\t\t\t\"AST\": \"88\",\n\t\t\t\t\t\"STL\": \"53\",\n\t\t\t\t\t\"TOV\": \"34\",\n\t\t\t\t\t\"PTS\": \"3228\",\n\t\t\t\t\t\"MIN\": \"6060\"\n\t\t\t\t},\n\t\t\t\t\"H2\": {\n\t\t\t\t\t\"FG3A\": \"45\",\n\t\t\t\t\t\"FG3M\": \"22\",\n\t\t\t\t\t\"FG3_PCT\": \"49\",\n\t\t\t\t\t\"FGA\": \"1920\",\n\t\t\t\t\t\"FGM\": \"1010\",\n\t\t\t\t\t\"FG_PCT\": \"53\",\n\t\t\t\t\t\"FTA\": \"85\",\n\t\t\t\t\t\"FTM\": \"55\",\n\t\t\t\t\t\"FT_PCT\": \"65\",\n\t\t\t\t\t\"DREB\": \"612\",\n\t\t\t\t\t\"OREB\": \"22\",\n\t\t\t\t\t\"TREB\": \"634\",\n\t\t\t\t\t\"BLK\": \"00\",\n\t\t\t\t\t\"AST\": \"98\",\n\t\t\t\t\t\"STL\": \"35\",\n\t\t\t\t\t\"TOV\": \"36\",\n\t\t\t\t\t\"PTS\": \"2727\",\n\t\t\t\t\t\"MIN\": \"6060\"\n\t\t\t\t},\n\t\t\t\t\"Q1\": {\n\t\t\t\t\t\"FG3A\": \"6\",\n\t\t\t\t\t\"FG3M\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"67\",\n\t\t\t\t\t\"FGA\": \"23\",\n\t\t\t\t\t\"FGM\": \"11\",\n\t\t\t\t\t\"FG_PCT\": \"48\",\n\t\t\t\t\t\"FTA\": \"10\",\n\t\t\t\t\t\"FTM\": \"6\",\n\t\t\t\t\t\"FT_PCT\": \"60\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"5\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"8\",\n\t\t\t\t\t\"STL\": \"5\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PTS\": \"32\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q2\": {\n\t\t\t\t\t\"FG3A\": \"9\",\n\t\t\t\t\t\"FG3M\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"44\",\n\t\t\t\t\t\"FGA\": \"21\",\n\t\t\t\t\t\"FGM\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"48\",\n\t\t\t\t\t\"FTA\": \"6\",\n\t\t\t\t\t\"FTM\": \"4\",\n\t\t\t\t\t\"FT_PCT\": \"67\",\n\t\t\t\t\t\"DREB\": \"5\",\n\t\t\t\t\t\"OREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"8\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"8\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"TOV\": \"4\",\n\t\t\t\t\t\"PTS\": \"28\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q3\": {\n\t\t\t\t\t\"FG3A\": \"4\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FGA\": \"19\",\n\t\t\t\t\t\"FGM\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"53\",\n\t\t\t\t\t\"FTA\": \"8\",\n\t\t\t\t\t\"FTM\": \"5\",\n\t\t\t\t\t\"FT_PCT\": \"62\",\n\t\t\t\t\t\"DREB\": \"6\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"8\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"9\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PTS\": \"27\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q4\": {\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"40\",\n\t\t\t\t\t\"FGA\": \"20\",\n\t\t\t\t\t\"FGM\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"50\",\n\t\t\t\t\t\"FTA\": \"5\",\n\t\t\t\t\t\"FTM\": \"5\",\n\t\t\t\t\t\"FT_PCT\": \"100\",\n\t\t\t\t\t\"DREB\": \"12\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"14\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"8\",\n\t\t\t\t\t\"STL\": \"5\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PTS\": \"27\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"OT\": {\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"MIN\": \"0\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"box_score\": [\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Chris\",\n\t\t\t\t\t\"last_name\": \"Bosh\",\n\t\t\t\t\t\"name\": \"Chris Bosh\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"33\",\n\t\t\t\t\t\"FGM\": \"9\",\n\t\t\t\t\t\"FGA\": \"17\",\n\t\t\t\t\t\"FG_PCT\": \"53\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3_PCT\": \"40\",\n\t\t\t\t\t\"FTM\": \"10\",\n\t\t\t\t\t\"FTA\": \"11\",\n\t\t\t\t\t\"FT_PCT\": \"91\",\n\t\t\t\t\t\"OREB\": \"3\",\n\t\t\t\t\t\"DREB\": \"5\",\n\t\t\t\t\t\"TREB\": \"8\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PF\": \"2\",\n\t\t\t\t\t\"PTS\": \"30\",\n\t\t\t\t\t\"+/-\": \"10\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Dwyane\",\n\t\t\t\t\t\"last_name\": \"Wade\",\n\t\t\t\t\t\"name\": \"Dwyane Wade\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"32\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"18\",\n\t\t\t\t\t\"FG_PCT\": \"22\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"1\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FTA\": \"3\",\n\t\t\t\t\t\"FT_PCT\": \"33\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"10\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"9\",\n\t\t\t\t\t\"+/-\": \"13\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Luol\",\n\t\t\t\t\t\"last_name\": \"Deng\",\n\t\t\t\t\t\"name\": \"Luol Deng\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"29\",\n\t\t\t\t\t\"FGM\": \"7\",\n\t\t\t\t\t\"FGA\": \"11\",\n\t\t\t\t\t\"FG_PCT\": \"64\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"3\",\n\t\t\t\t\t\"FG3_PCT\": \"33\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"1\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"4\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"15\",\n\t\t\t\t\t\"+/-\": \"4\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Shawne\",\n\t\t\t\t\t\"last_name\": \"Williams\",\n\t\t\t\t\t\"name\": \"Shawne Williams\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"29\",\n\t\t\t\t\t\"FGM\": \"5\",\n\t\t\t\t\t\"FGA\": \"9\",\n\t\t\t\t\t\"FG_PCT\": \"56\",\n\t\t\t\t\t\"FG3M\": \"3\",\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3_PCT\": \"60\",\n\t\t\t\t\t\"FTM\": \"2\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FT_PCT\": \"100\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"4\",\n\t\t\t\t\t\"TREB\": \"4\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"4\",\n\t\t\t\t\t\"PTS\": \"15\",\n\t\t\t\t\t\"+/-\": \"16\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Norris\",\n\t\t\t\t\t\"last_name\": \"Cole\",\n\t\t\t\t\t\"name\": \"Norris Cole\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"27\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"7\",\n\t\t\t\t\t\"FG_PCT\": \"57\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3A\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"10\",\n\t\t\t\t\t\"+/-\": \"6\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Mario\",\n\t\t\t\t\t\"last_name\": \"Chalmers\",\n\t\t\t\t\t\"name\": \"Mario Chalmers\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"25\",\n\t\t\t\t\t\"FGM\": \"6\",\n\t\t\t\t\t\"FGA\": \"9\",\n\t\t\t\t\t\"FG_PCT\": \"67\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"100\",\n\t\t\t\t\t\"FTM\": \"6\",\n\t\t\t\t\t\"FTA\": \"10\",\n\t\t\t\t\t\"FT_PCT\": \"60\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"2\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"4\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"20\",\n\t\t\t\t\t\"+/-\": \"18\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Shabazz\",\n\t\t\t\t\t\"last_name\": \"Napier\",\n\t\t\t\t\t\"name\": \"Shabazz Napier\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"20\",\n\t\t\t\t\t\"FGM\": \"2\",\n\t\t\t\t\t\"FGA\": \"3\",\n\t\t\t\t\t\"FG_PCT\": \"67\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"4\",\n\t\t\t\t\t\"PTS\": \"5\",\n\t\t\t\t\t\"+/-\": \"11\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Chris\",\n\t\t\t\t\t\"last_name\": \"Andersen\",\n\t\t\t\t\t\"name\": \"Chris Andersen\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"17\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"2\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"2\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"6\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Josh\",\n\t\t\t\t\t\"last_name\": \"McRoberts\",\n\t\t\t\t\t\"name\": \"Josh McRoberts\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"11\",\n\t\t\t\t\t\"FGM\": \"1\",\n\t\t\t\t\t\"FGA\": \"3\",\n\t\t\t\t\t\"FG_PCT\": \"33\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"1\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FT_PCT\": \"50\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"3\",\n\t\t\t\t\t\"PTS\": \"3\",\n\t\t\t\t\t\"+/-\": \"1\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"James\",\n\t\t\t\t\t\"last_name\": \"Ennis\",\n\t\t\t\t\t\"name\": \"James Ennis\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"7\",\n\t\t\t\t\t\"FGM\": \"2\",\n\t\t\t\t\t\"FGA\": \"3\",\n\t\t\t\t\t\"FG_PCT\": \"67\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"1\",\n\t\t\t\t\t\"FG3_PCT\": \"100\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"2\",\n\t\t\t\t\t\"AST\": \"1\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"5\",\n\t\t\t\t\t\"+/-\": \"2\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Justin\",\n\t\t\t\t\t\"last_name\": \"Hamilton\",\n\t\t\t\t\t\"name\": \"Justin Hamilton\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"5\",\n\t\t\t\t\t\"FGM\": \"1\",\n\t\t\t\t\t\"FGA\": \"1\",\n\t\t\t\t\t\"FG_PCT\": \"100\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"2\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"2\",\n\t\t\t\t\t\"+/-\": \"3\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Andre\",\n\t\t\t\t\t\"last_name\": \"Dawkins\",\n\t\t\t\t\t\"name\": \"Andre Dawkins\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"1\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"0\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Shannon\",\n\t\t\t\t\t\"last_name\": \"Brown\",\n\t\t\t\t\t\"name\": \"Shannon Brown\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"0\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"0\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"next_game\": {\n\t\t\t\t\"day\": \"2\",\n\t\t\t\t\"month\": \"November\",\n\t\t\t\t\"year\": \"2014\",\n\t\t\t\t\"dayname\": \"Sunday\",\n\t\t\t\t\"stadium\": \"American Airlines Arena\",\n\t\t\t\t\"city\": \"Miami\",\n\t\t\t\t\"opponent_name\": \"Raptors\",\n\t\t\t\t\"opponent_place\": \"Toronto\",\n\t\t\t\t\"is_home\": \"True\"\n\t\t\t}\n\t\t}\n\t},\n\t\"summaries\": [\n\t\t\"The Miami Heat ( 20 ) defeated the Philadelphia 76ers ( 0 - 3 ) 114 - 96 on Saturday . Chris Bosh scored a game - high 30 points to go with eight rebounds in 33 minutes . Josh McRoberts made his Heat debut after missing the entire preseason recovering from toe surgery . McRoberts came off the bench and played 11 minutes . Shawne Williams was once again the starter at power forward in McRoberts ' stead . Williams finished with 15 points and three three - pointers in 29 minutes . Mario Chalmers scored 18 points in 25 minutes off the bench . Luc Richard Mbah a Moute replaced Chris Johnson in the starting lineup for the Sixers on Saturday . Hollis Thompson shifted down to the starting shooting guard job to make room for Mbah a Moute . Mbah a Moute finished with nine points and seven rebounds in 19 minutes . K.J . McDaniels , who suffered a minor hip flexor injury in Friday 's game , was available and played 21 minutes off the bench , finishing with eight points and three blocks . Michael Carter-Williams is expected to be out until Nov. 13 , but Tony Wroten continues to put up impressive numbers in Carter-Williams ' absence . Wroten finished with a double - double of 21 points and 10 assists in 33 minutes . The Heat will complete a back - to - back set at home Sunday against the Tornoto Raptors . The Sixers ' next game is at home Monday against the Houston Rockets .\"\n\t]\n}\n```",
72
  "structure-splits": "- Train: NBA seasons - 2014, 2015, & 2016; total instances - 3690\n- Validation: NBA seasons - 2017; total instances - 1230\n- Test: NBA seasons - 2018; total instances - 1230",
73
  "structure-splits-criteria": "The splits were created as per different NBA seasons. All the games in regular season (no play-offs) are added in the dataset",
74
- "data-fields": "Each instance in the dataset has five fields. \n\n1. \"sportsett_id\": This is a unique id as used in the original SportSett database. It starts with '1' with the first instance in the train-set and ends with '6150' with the last instance in test-set.\n\n2. \"gem_id\": This is a unique id created as per GEM's requirement which follows the `GEM-${DATASET_NAME}-${SPLIT-NAME}-${id}` pattern.\n\n3. \"game\": This field contains a dictionary with information about current game. It has information such as date on which the game was played alongwith the stadium, city, state where it was played.\n\n4. \"teams\": This filed is a dictionary of multiple nested dictionaries. On the highest level, it has two keys: 'home' and 'vis', which provide the stats for home team and visiting team of the game. Both are dictionaries with same structure. Each dictionary will contain team's information such as name of the team, their total wins/losses in current season, their conference standing, the SportSett ids for their current and previous games. Apart from these general information, they also have the box- and line- scores for the team in the game. Box score is the stats of players from the team at the end of the game, while line score along with the whole game stats is divided into quarters and halves as well as the extra-time (if happened in the game). After these scores, there is another field of next-game, which gives general information about team's next game such as the place and opponent's name of the next game.\n\n5. \"summaries\": This is a list of summaries for each game. Some games will have more than one summary, in that case, the list will have more than one entries. Each summary in the list is a string which can be tokenised by a space, following the practices in RotoWire-FG dataset ((Wang, 2019)[https://www.aclweb.org/anthology/W19-8639]).",
75
- "structure-description": "The structure mostly follows the original structure defined in RotoWire dataset ((Wiseman et. al. 2017)[https://aclanthology.org/D17-1239/]) with some modifications (such as game and next-game keys) address the problem of information gap between input and output data ((Thomson et. al. 2020)[https://aclanthology.org/2020.inlg-1.6/]). ",
76
- "structure-labels": "Similar to RotoWire dataset ((Wiseman et. al. 2017)[https://aclanthology.org/D17-1239/]) ",
77
  "structure-outlier": "N/A"
78
  },
79
  "what": {
@@ -84,8 +84,8 @@
84
  "original": {
85
  "is-aggregated": "yes",
86
  "aggregated-sources": "RotoWire-FG (https://www.rotowire.com).\nWikipedia (https://en.wikipedia.org/wiki/Main_Page)\nBasketball Reference (https://www.basketball-reference.com)\n",
87
- "rationale": "The references texts were taken from the existing dataset RotoWire-FG (Wang, 2019: https://www.aclweb.org/anthology/W19-8639), which is in turn based on Rotowire (Wiseman et al, 2017: https://aclanthology.org/D17-1239). The rationale behind this dataset was to re-structure the data such that aggregate statistics over multiple games, as well as upcoming game schedules could be included, moving the dataset from snapshots of single games, to a format where almost everything that could be present in the reference texts could be found in the data.",
88
- "communicative": "Create a summary of a basketball, with insightful facts about the game, teams, and players, both within the game, withing periods during the game, and over the course of seasons/careers where appropriate. This is a data-to-text problem in the classic sense (Reiter, 2007: https://aclanthology.org/W07-2315) in that it has a difficult data analystics state, in addition to ordering and transcription of selected facts."
89
  },
90
  "language": {
91
  "found": [
3
  "results": {
4
  "other-metrics-definitions": "N/A",
5
  "has-previous-results": "yes",
6
+ "current-evaluation": "Most results from prior works use the original Rotowire dataset, which has train/validation/test contamination. For results of BLEU and RG on the relational database format of SportSett, as a guide, see [Thomson et al, 2020](https://aclanthology.org/2020.inlg-1.6).",
7
  "previous-results": "The results on this dataset are largely unexplored, as is the selection of suitable metrics that correlate with human judgment. See Thomson et al, 2021 (https://aclanthology.org/2021.inlg-1.23) for an overview, and Kasner et al (2021) for the best performing metric at the time of writing (https://aclanthology.org/2021.inlg-1.25).",
8
  "metrics": [
9
  "BLEU"
10
  ],
11
+ "original-evaluation": "BLEU is the only off-the-shelf metric commonly used. Works have also used custom metrics like RG ([Wiseman et al, 2017](https://aclanthology.org/D17-1239)), and a recent shared task explored other metrics and their corrolation with human evaluation ([Thomson & Reiter, 2021](https://aclanthology.org/2021.inlg-1.23)).",
12
  "model-abilities": "Many, if not all aspects of data-to-text systems can be measured with this dataset. It has complex data analytics, meaninful document planning (10-15 sentence documents with a narrative structure), as well as microplanning and realisation requirements. Finding models to handle this volume of data, as well as methods for meaninfully evaluate generations is a very open question."
13
  }
14
  },
16
  "rationale": {
17
  "sole-task-dataset": "no",
18
  "distinction-description": "N/A",
19
+ "contribution": "This dataset contains a data analytics problem in the classic sense ([Reiter, 2007](https://aclanthology.org/W07-2315)). That is, there is a large amount of data from which insights need to be selected. Further, the insights should be both from simple shallow queries (such as dirext transcriptions of the properties of a subject, i.e., a player and their statistics), as well as aggregated (how a player has done over time). There is far more on the data side than is required to be realised, and indeed, could be practically realised. This depth of data analytics problem does not exist in other datasets.",
20
  "model-ability": "Many, if not all aspects of data-to-text systems can be measured with this dataset. It has complex data analytics, meaninful document planning (10-15 sentence documents with a narrative structure), as well as microplanning and realisation requirements. Finding models to handle this volume of data, as well as methods for meaninfully evaluate generations is a very open question."
21
  },
22
  "curation": {
28
  "additional-splits-capacicites": "N/A"
29
  },
30
  "starting": {
31
+ "research-pointers": "For dataset discussion see [Thomson et al, 2020](https://aclanthology.org/2020.intellang-1.4/)\n\nFor evaluation see:\n- [Thomson & Reiter 2020, Thomson & Reiter (2021)](https://aclanthology.org/2021.inlg-1.23)\n- [Kasner et al (2021)](https://aclanthology.org/2021.inlg-1.25)\n\nFor a system using the relational database form of SportSett, see:\n- [Thomson et al (2020)](https://aclanthology.org/2020.inlg-1.6/)\n\nFor recent systems using the Rotowire dataset, see:\n- [Puduppully & Lapata (2021)](https://github.com/ratishsp/data2text-macro-plan-py)\n- [Rebuffel et all (2020)](https://github.com/KaijuML/data-to-text-hierarchical)",
32
  "technical-terms": "N/A"
33
  }
34
  },
71
  "structure-example": "```\n{\n\t\"sportsett_id\": \"1\",\n\t\"gem_id\": \"GEM-sportsett_basketball-train-0\",\n\t\"game\": {\n\t\t\"day\": \"1\",\n\t\t\"month\": \"November\",\n\t\t\"year\": \"2014\",\n\t\t\"dayname\": \"Saturday\",\n\t\t\"season\": \"2014\",\n\t\t\"stadium\": \"Wells Fargo Center\",\n\t\t\"city\": \"Philadelphia\",\n\t\t\"state\": \"Pennsylvania\",\n\t\t\"attendance\": \"19753\",\n\t\t\"capacity\": \"20478\",\n\t\t\"game_id\": \"1\"\n\t},\n\t\"teams\": {\n\t\t\"home\": {\n\t\t\t\"name\": \"76ers\",\n\t\t\t\"place\": \"Philadelphia\",\n\t\t\t\"conference\": \"Eastern Conference\",\n\t\t\t\"division\": \"Atlantic\",\n\t\t\t\"wins\": \"0\",\n\t\t\t\"losses\": \"3\",\n\t\t\t\"conference_standing\": 15,\n\t\t\t\"game_number\": \"3\",\n\t\t\t\"previous_game_id\": \"42\",\n\t\t\t\"next_game_id\": \"2\",\n\t\t\t\"line_score\": {\n\t\t\t\t\"game\": {\n\t\t\t\t\t\"FG3A\": \"23\",\n\t\t\t\t\t\"FG3M\": \"7\",\n\t\t\t\t\t\"FG3_PCT\": \"30\",\n\t\t\t\t\t\"FGA\": \"67\",\n\t\t\t\t\t\"FGM\": \"35\",\n\t\t\t\t\t\"FG_PCT\": \"52\",\n\t\t\t\t\t\"FTA\": \"26\",\n\t\t\t\t\t\"FTM\": \"19\",\n\t\t\t\t\t\"FT_PCT\": \"73\",\n\t\t\t\t\t\"DREB\": \"33\",\n\t\t\t\t\t\"OREB\": \"4\",\n\t\t\t\t\t\"TREB\": \"37\",\n\t\t\t\t\t\"BLK\": \"10\",\n\t\t\t\t\t\"AST\": \"28\",\n\t\t\t\t\t\"STL\": \"9\",\n\t\t\t\t\t\"TOV\": \"24\",\n\t\t\t\t\t\"PF\": \"21\",\n\t\t\t\t\t\"PTS\": \"96\",\n\t\t\t\t\t\"MIN\": \"4\"\n\t\t\t\t},\n\t\t\t\t\"H1\": {\n\t\t\t\t\t\"FG3A\": \"82\",\n\t\t\t\t\t\"FG3M\": \"30\",\n\t\t\t\t\t\"FG3_PCT\": \"37\",\n\t\t\t\t\t\"FGA\": \"2115\",\n\t\t\t\t\t\"FGM\": \"138\",\n\t\t\t\t\t\"FG_PCT\": \"7\",\n\t\t\t\t\t\"FTA\": \"212\",\n\t\t\t\t\t\"FTM\": \"18\",\n\t\t\t\t\t\"FT_PCT\": \"8\",\n\t\t\t\t\t\"DREB\": \"810\",\n\t\t\t\t\t\"OREB\": \"21\",\n\t\t\t\t\t\"TREB\": \"831\",\n\t\t\t\t\t\"BLK\": \"51\",\n\t\t\t\t\t\"AST\": \"107\",\n\t\t\t\t\t\"STL\": \"21\",\n\t\t\t\t\t\"TOV\": \"64\",\n\t\t\t\t\t\"PTS\": \"3024\",\n\t\t\t\t\t\"MIN\": \"6060\"\n\t\t\t\t},\n\t\t\t\t\"H2\": {\n\t\t\t\t\t\"FG3A\": \"85\",\n\t\t\t\t\t\"FG3M\": \"40\",\n\t\t\t\t\t\"FG3_PCT\": \"47\",\n\t\t\t\t\t\"FGA\": \"1615\",\n\t\t\t\t\t\"FGM\": \"104\",\n\t\t\t\t\t\"FG_PCT\": \"6\",\n\t\t\t\t\t\"FTA\": \"66\",\n\t\t\t\t\t\"FTM\": \"55\",\n\t\t\t\t\t\"FT_PCT\": \"83\",\n\t\t\t\t\t\"DREB\": \"96\",\n\t\t\t\t\t\"OREB\": \"10\",\n\t\t\t\t\t\"TREB\": \"106\",\n\t\t\t\t\t\"BLK\": \"22\",\n\t\t\t\t\t\"AST\": \"92\",\n\t\t\t\t\t\"STL\": \"24\",\n\t\t\t\t\t\"TOV\": \"68\",\n\t\t\t\t\t\"PTS\": \"2913\",\n\t\t\t\t\t\"MIN\": \"6060\"\n\t\t\t\t},\n\t\t\t\t\"Q1\": {\n\t\t\t\t\t\"FG3A\": \"8\",\n\t\t\t\t\t\"FG3M\": \"3\",\n\t\t\t\t\t\"FG3_PCT\": \"38\",\n\t\t\t\t\t\"FGA\": \"21\",\n\t\t\t\t\t\"FGM\": \"13\",\n\t\t\t\t\t\"FG_PCT\": \"62\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FT_PCT\": \"50\",\n\t\t\t\t\t\"DREB\": \"8\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"10\",\n\t\t\t\t\t\"BLK\": \"5\",\n\t\t\t\t\t\"AST\": \"10\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PTS\": \"30\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q2\": {\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FGA\": \"15\",\n\t\t\t\t\t\"FGM\": \"8\",\n\t\t\t\t\t\"FG_PCT\": \"53\",\n\t\t\t\t\t\"FTA\": \"12\",\n\t\t\t\t\t\"FTM\": \"8\",\n\t\t\t\t\t\"FT_PCT\": \"67\",\n\t\t\t\t\t\"DREB\": \"10\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"11\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"AST\": \"7\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"TOV\": \"4\",\n\t\t\t\t\t\"PTS\": \"24\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q3\": {\n\t\t\t\t\t\"FG3A\": \"8\",\n\t\t\t\t\t\"FG3M\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FGA\": \"16\",\n\t\t\t\t\t\"FGM\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"62\",\n\t\t\t\t\t\"FTA\": \"6\",\n\t\t\t\t\t\"FTM\": \"5\",\n\t\t\t\t\t\"FT_PCT\": \"83\",\n\t\t\t\t\t\"DREB\": \"9\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"10\",\n\t\t\t\t\t\"BLK\": \"2\",\n\t\t\t\t\t\"AST\": \"9\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PTS\": \"29\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q4\": {\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FGA\": \"15\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"27\",\n\t\t\t\t\t\"FTA\": \"6\",\n\t\t\t\t\t\"FTM\": \"5\",\n\t\t\t\t\t\"FT_PCT\": \"83\",\n\t\t\t\t\t\"DREB\": \"6\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"6\",\n\t\t\t\t\t\"BLK\": \"2\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"4\",\n\t\t\t\t\t\"TOV\": \"8\",\n\t\t\t\t\t\"PTS\": \"13\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"OT\": {\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"MIN\": \"0\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"box_score\": [\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Tony\",\n\t\t\t\t\t\"last_name\": \"Wroten\",\n\t\t\t\t\t\"name\": \"Tony Wroten\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"33\",\n\t\t\t\t\t\"FGM\": \"6\",\n\t\t\t\t\t\"FGA\": \"11\",\n\t\t\t\t\t\"FG_PCT\": \"55\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"25\",\n\t\t\t\t\t\"FTM\": \"8\",\n\t\t\t\t\t\"FTA\": \"11\",\n\t\t\t\t\t\"FT_PCT\": \"73\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"10\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"TOV\": \"4\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"21\",\n\t\t\t\t\t\"+/-\": \"-11\",\n\t\t\t\t\t\"DOUBLE\": \"double\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Hollis\",\n\t\t\t\t\t\"last_name\": \"Thompson\",\n\t\t\t\t\t\"name\": \"Hollis Thompson\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"32\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"8\",\n\t\t\t\t\t\"FG_PCT\": \"50\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3_PCT\": \"40\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"3\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"2\",\n\t\t\t\t\t\"PTS\": \"10\",\n\t\t\t\t\t\"+/-\": \"-17\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Henry\",\n\t\t\t\t\t\"last_name\": \"Sims\",\n\t\t\t\t\t\"name\": \"Henry Sims\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"27\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"9\",\n\t\t\t\t\t\"FG_PCT\": \"44\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FT_PCT\": \"50\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"4\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"9\",\n\t\t\t\t\t\"+/-\": \"-10\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Nerlens\",\n\t\t\t\t\t\"last_name\": \"Noel\",\n\t\t\t\t\t\"name\": \"Nerlens Noel\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"25\",\n\t\t\t\t\t\"FGM\": \"1\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"25\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"5\",\n\t\t\t\t\t\"TREB\": \"5\",\n\t\t\t\t\t\"AST\": \"3\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"2\",\n\t\t\t\t\t\"+/-\": \"-19\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Luc\",\n\t\t\t\t\t\"last_name\": \"Mbah a Moute\",\n\t\t\t\t\t\"name\": \"Luc Mbah a Moute\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"19\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"40\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FT_PCT\": \"50\",\n\t\t\t\t\t\"OREB\": \"3\",\n\t\t\t\t\t\"DREB\": \"4\",\n\t\t\t\t\t\"TREB\": \"7\",\n\t\t\t\t\t\"AST\": \"3\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PF\": \"3\",\n\t\t\t\t\t\"PTS\": \"9\",\n\t\t\t\t\t\"+/-\": \"-12\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Brandon\",\n\t\t\t\t\t\"last_name\": \"Davies\",\n\t\t\t\t\t\"name\": \"Brandon Davies\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"23\",\n\t\t\t\t\t\"FGM\": \"7\",\n\t\t\t\t\t\"FGA\": \"9\",\n\t\t\t\t\t\"FG_PCT\": \"78\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FTM\": \"3\",\n\t\t\t\t\t\"FTA\": \"4\",\n\t\t\t\t\t\"FT_PCT\": \"75\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PF\": \"3\",\n\t\t\t\t\t\"PTS\": \"18\",\n\t\t\t\t\t\"+/-\": \"-1\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Chris\",\n\t\t\t\t\t\"last_name\": \"Johnson\",\n\t\t\t\t\t\"name\": \"Chris Johnson\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"21\",\n\t\t\t\t\t\"FGM\": \"2\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"50\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"3\",\n\t\t\t\t\t\"FG3_PCT\": \"33\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"2\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"5\",\n\t\t\t\t\t\"PTS\": \"5\",\n\t\t\t\t\t\"+/-\": \"3\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"K.J.\",\n\t\t\t\t\t\"last_name\": \"McDaniels\",\n\t\t\t\t\t\"name\": \"K.J. McDaniels\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"20\",\n\t\t\t\t\t\"FGM\": \"2\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"50\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"3\",\n\t\t\t\t\t\"FG3_PCT\": \"33\",\n\t\t\t\t\t\"FTM\": \"3\",\n\t\t\t\t\t\"FTA\": \"4\",\n\t\t\t\t\t\"FT_PCT\": \"75\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"3\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"3\",\n\t\t\t\t\t\"PTS\": \"8\",\n\t\t\t\t\t\"+/-\": \"-10\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Malcolm\",\n\t\t\t\t\t\"last_name\": \"Thomas\",\n\t\t\t\t\t\"name\": \"Malcolm Thomas\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"19\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"100\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"9\",\n\t\t\t\t\t\"TREB\": \"9\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"2\",\n\t\t\t\t\t\"PTS\": \"8\",\n\t\t\t\t\t\"+/-\": \"-6\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Alexey\",\n\t\t\t\t\t\"last_name\": \"Shved\",\n\t\t\t\t\t\"name\": \"Alexey Shved\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"14\",\n\t\t\t\t\t\"FGM\": \"1\",\n\t\t\t\t\t\"FGA\": \"4\",\n\t\t\t\t\t\"FG_PCT\": \"25\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"25\",\n\t\t\t\t\t\"FTM\": \"3\",\n\t\t\t\t\t\"FTA\": \"3\",\n\t\t\t\t\t\"FT_PCT\": \"100\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"6\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"6\",\n\t\t\t\t\t\"+/-\": \"-7\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"JaKarr\",\n\t\t\t\t\t\"last_name\": \"Sampson\",\n\t\t\t\t\t\"name\": \"JaKarr Sampson\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"2\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"1\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"0\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Michael\",\n\t\t\t\t\t\"last_name\": \"Carter-Williams\",\n\t\t\t\t\t\"name\": \"Michael Carter-Williams\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"0\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"0\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"next_game\": {\n\t\t\t\t\"day\": \"3\",\n\t\t\t\t\"month\": \"November\",\n\t\t\t\t\"year\": \"2014\",\n\t\t\t\t\"dayname\": \"Monday\",\n\t\t\t\t\"stadium\": \"Wells Fargo Center\",\n\t\t\t\t\"city\": \"Philadelphia\",\n\t\t\t\t\"opponent_name\": \"Rockets\",\n\t\t\t\t\"opponent_place\": \"Houston\",\n\t\t\t\t\"is_home\": \"True\"\n\t\t\t}\n\t\t},\n\t\t\"vis\": {\n\t\t\t\"name\": \"Heat\",\n\t\t\t\"place\": \"Miami\",\n\t\t\t\"conference\": \"Eastern Conference\",\n\t\t\t\"division\": \"Southeast\",\n\t\t\t\"wins\": \"2\",\n\t\t\t\"losses\": \"0\",\n\t\t\t\"conference_standing\": 1,\n\t\t\t\"game_number\": \"2\",\n\t\t\t\"previous_game_id\": \"329\",\n\t\t\t\"next_game_id\": \"330\",\n\t\t\t\"line_score\": {\n\t\t\t\t\"game\": {\n\t\t\t\t\t\"FG3A\": \"24\",\n\t\t\t\t\t\"FG3M\": \"12\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FGA\": \"83\",\n\t\t\t\t\t\"FGM\": \"41\",\n\t\t\t\t\t\"FG_PCT\": \"49\",\n\t\t\t\t\t\"FTA\": \"29\",\n\t\t\t\t\t\"FTM\": \"20\",\n\t\t\t\t\t\"FT_PCT\": \"69\",\n\t\t\t\t\t\"DREB\": \"26\",\n\t\t\t\t\t\"OREB\": \"9\",\n\t\t\t\t\t\"TREB\": \"35\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"33\",\n\t\t\t\t\t\"STL\": \"16\",\n\t\t\t\t\t\"TOV\": \"16\",\n\t\t\t\t\t\"PF\": \"20\",\n\t\t\t\t\t\"PTS\": \"114\",\n\t\t\t\t\t\"MIN\": \"4\"\n\t\t\t\t},\n\t\t\t\t\"H1\": {\n\t\t\t\t\t\"FG3A\": \"69\",\n\t\t\t\t\t\"FG3M\": \"44\",\n\t\t\t\t\t\"FG3_PCT\": \"64\",\n\t\t\t\t\t\"FGA\": \"2321\",\n\t\t\t\t\t\"FGM\": \"1110\",\n\t\t\t\t\t\"FG_PCT\": \"48\",\n\t\t\t\t\t\"FTA\": \"106\",\n\t\t\t\t\t\"FTM\": \"64\",\n\t\t\t\t\t\"FT_PCT\": \"60\",\n\t\t\t\t\t\"DREB\": \"35\",\n\t\t\t\t\t\"OREB\": \"23\",\n\t\t\t\t\t\"TREB\": \"58\",\n\t\t\t\t\t\"BLK\": \"00\",\n\t\t\t\t\t\"AST\": \"88\",\n\t\t\t\t\t\"STL\": \"53\",\n\t\t\t\t\t\"TOV\": \"34\",\n\t\t\t\t\t\"PTS\": \"3228\",\n\t\t\t\t\t\"MIN\": \"6060\"\n\t\t\t\t},\n\t\t\t\t\"H2\": {\n\t\t\t\t\t\"FG3A\": \"45\",\n\t\t\t\t\t\"FG3M\": \"22\",\n\t\t\t\t\t\"FG3_PCT\": \"49\",\n\t\t\t\t\t\"FGA\": \"1920\",\n\t\t\t\t\t\"FGM\": \"1010\",\n\t\t\t\t\t\"FG_PCT\": \"53\",\n\t\t\t\t\t\"FTA\": \"85\",\n\t\t\t\t\t\"FTM\": \"55\",\n\t\t\t\t\t\"FT_PCT\": \"65\",\n\t\t\t\t\t\"DREB\": \"612\",\n\t\t\t\t\t\"OREB\": \"22\",\n\t\t\t\t\t\"TREB\": \"634\",\n\t\t\t\t\t\"BLK\": \"00\",\n\t\t\t\t\t\"AST\": \"98\",\n\t\t\t\t\t\"STL\": \"35\",\n\t\t\t\t\t\"TOV\": \"36\",\n\t\t\t\t\t\"PTS\": \"2727\",\n\t\t\t\t\t\"MIN\": \"6060\"\n\t\t\t\t},\n\t\t\t\t\"Q1\": {\n\t\t\t\t\t\"FG3A\": \"6\",\n\t\t\t\t\t\"FG3M\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"67\",\n\t\t\t\t\t\"FGA\": \"23\",\n\t\t\t\t\t\"FGM\": \"11\",\n\t\t\t\t\t\"FG_PCT\": \"48\",\n\t\t\t\t\t\"FTA\": \"10\",\n\t\t\t\t\t\"FTM\": \"6\",\n\t\t\t\t\t\"FT_PCT\": \"60\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"5\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"8\",\n\t\t\t\t\t\"STL\": \"5\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PTS\": \"32\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q2\": {\n\t\t\t\t\t\"FG3A\": \"9\",\n\t\t\t\t\t\"FG3M\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"44\",\n\t\t\t\t\t\"FGA\": \"21\",\n\t\t\t\t\t\"FGM\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"48\",\n\t\t\t\t\t\"FTA\": \"6\",\n\t\t\t\t\t\"FTM\": \"4\",\n\t\t\t\t\t\"FT_PCT\": \"67\",\n\t\t\t\t\t\"DREB\": \"5\",\n\t\t\t\t\t\"OREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"8\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"8\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"TOV\": \"4\",\n\t\t\t\t\t\"PTS\": \"28\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q3\": {\n\t\t\t\t\t\"FG3A\": \"4\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FGA\": \"19\",\n\t\t\t\t\t\"FGM\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"53\",\n\t\t\t\t\t\"FTA\": \"8\",\n\t\t\t\t\t\"FTM\": \"5\",\n\t\t\t\t\t\"FT_PCT\": \"62\",\n\t\t\t\t\t\"DREB\": \"6\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"8\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"9\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PTS\": \"27\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"Q4\": {\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"40\",\n\t\t\t\t\t\"FGA\": \"20\",\n\t\t\t\t\t\"FGM\": \"10\",\n\t\t\t\t\t\"FG_PCT\": \"50\",\n\t\t\t\t\t\"FTA\": \"5\",\n\t\t\t\t\t\"FTM\": \"5\",\n\t\t\t\t\t\"FT_PCT\": \"100\",\n\t\t\t\t\t\"DREB\": \"12\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"14\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"8\",\n\t\t\t\t\t\"STL\": \"5\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PTS\": \"27\",\n\t\t\t\t\t\"MIN\": \"60\"\n\t\t\t\t},\n\t\t\t\t\"OT\": {\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"MIN\": \"0\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"box_score\": [\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Chris\",\n\t\t\t\t\t\"last_name\": \"Bosh\",\n\t\t\t\t\t\"name\": \"Chris Bosh\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"33\",\n\t\t\t\t\t\"FGM\": \"9\",\n\t\t\t\t\t\"FGA\": \"17\",\n\t\t\t\t\t\"FG_PCT\": \"53\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3_PCT\": \"40\",\n\t\t\t\t\t\"FTM\": \"10\",\n\t\t\t\t\t\"FTA\": \"11\",\n\t\t\t\t\t\"FT_PCT\": \"91\",\n\t\t\t\t\t\"OREB\": \"3\",\n\t\t\t\t\t\"DREB\": \"5\",\n\t\t\t\t\t\"TREB\": \"8\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"3\",\n\t\t\t\t\t\"PF\": \"2\",\n\t\t\t\t\t\"PTS\": \"30\",\n\t\t\t\t\t\"+/-\": \"10\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Dwyane\",\n\t\t\t\t\t\"last_name\": \"Wade\",\n\t\t\t\t\t\"name\": \"Dwyane Wade\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"32\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"18\",\n\t\t\t\t\t\"FG_PCT\": \"22\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"1\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FTA\": \"3\",\n\t\t\t\t\t\"FT_PCT\": \"33\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"10\",\n\t\t\t\t\t\"STL\": \"3\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"6\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"9\",\n\t\t\t\t\t\"+/-\": \"13\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Luol\",\n\t\t\t\t\t\"last_name\": \"Deng\",\n\t\t\t\t\t\"name\": \"Luol Deng\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"29\",\n\t\t\t\t\t\"FGM\": \"7\",\n\t\t\t\t\t\"FGA\": \"11\",\n\t\t\t\t\t\"FG_PCT\": \"64\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"3\",\n\t\t\t\t\t\"FG3_PCT\": \"33\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"1\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"2\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"4\",\n\t\t\t\t\t\"AST\": \"2\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"15\",\n\t\t\t\t\t\"+/-\": \"4\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Shawne\",\n\t\t\t\t\t\"last_name\": \"Williams\",\n\t\t\t\t\t\"name\": \"Shawne Williams\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"29\",\n\t\t\t\t\t\"FGM\": \"5\",\n\t\t\t\t\t\"FGA\": \"9\",\n\t\t\t\t\t\"FG_PCT\": \"56\",\n\t\t\t\t\t\"FG3M\": \"3\",\n\t\t\t\t\t\"FG3A\": \"5\",\n\t\t\t\t\t\"FG3_PCT\": \"60\",\n\t\t\t\t\t\"FTM\": \"2\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FT_PCT\": \"100\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"4\",\n\t\t\t\t\t\"TREB\": \"4\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"1\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"4\",\n\t\t\t\t\t\"PTS\": \"15\",\n\t\t\t\t\t\"+/-\": \"16\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Norris\",\n\t\t\t\t\t\"last_name\": \"Cole\",\n\t\t\t\t\t\"name\": \"Norris Cole\",\n\t\t\t\t\t\"starter\": \"True\",\n\t\t\t\t\t\"MIN\": \"27\",\n\t\t\t\t\t\"FGM\": \"4\",\n\t\t\t\t\t\"FGA\": \"7\",\n\t\t\t\t\t\"FG_PCT\": \"57\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3A\": \"4\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"1\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"10\",\n\t\t\t\t\t\"+/-\": \"6\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Mario\",\n\t\t\t\t\t\"last_name\": \"Chalmers\",\n\t\t\t\t\t\"name\": \"Mario Chalmers\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"25\",\n\t\t\t\t\t\"FGM\": \"6\",\n\t\t\t\t\t\"FGA\": \"9\",\n\t\t\t\t\t\"FG_PCT\": \"67\",\n\t\t\t\t\t\"FG3M\": \"2\",\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"100\",\n\t\t\t\t\t\"FTM\": \"6\",\n\t\t\t\t\t\"FTA\": \"10\",\n\t\t\t\t\t\"FT_PCT\": \"60\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"2\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"4\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"20\",\n\t\t\t\t\t\"+/-\": \"18\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Shabazz\",\n\t\t\t\t\t\"last_name\": \"Napier\",\n\t\t\t\t\t\"name\": \"Shabazz Napier\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"20\",\n\t\t\t\t\t\"FGM\": \"2\",\n\t\t\t\t\t\"FGA\": \"3\",\n\t\t\t\t\t\"FG_PCT\": \"67\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"2\",\n\t\t\t\t\t\"FG3_PCT\": \"50\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"4\",\n\t\t\t\t\t\"STL\": \"2\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"4\",\n\t\t\t\t\t\"PTS\": \"5\",\n\t\t\t\t\t\"+/-\": \"11\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Chris\",\n\t\t\t\t\t\"last_name\": \"Andersen\",\n\t\t\t\t\t\"name\": \"Chris Andersen\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"17\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"2\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"2\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"2\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"6\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Josh\",\n\t\t\t\t\t\"last_name\": \"McRoberts\",\n\t\t\t\t\t\"name\": \"Josh McRoberts\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"11\",\n\t\t\t\t\t\"FGM\": \"1\",\n\t\t\t\t\t\"FGA\": \"3\",\n\t\t\t\t\t\"FG_PCT\": \"33\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"1\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"1\",\n\t\t\t\t\t\"FTA\": \"2\",\n\t\t\t\t\t\"FT_PCT\": \"50\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"3\",\n\t\t\t\t\t\"TREB\": \"3\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"2\",\n\t\t\t\t\t\"PF\": \"3\",\n\t\t\t\t\t\"PTS\": \"3\",\n\t\t\t\t\t\"+/-\": \"1\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"James\",\n\t\t\t\t\t\"last_name\": \"Ennis\",\n\t\t\t\t\t\"name\": \"James Ennis\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"7\",\n\t\t\t\t\t\"FGM\": \"2\",\n\t\t\t\t\t\"FGA\": \"3\",\n\t\t\t\t\t\"FG_PCT\": \"67\",\n\t\t\t\t\t\"FG3M\": \"1\",\n\t\t\t\t\t\"FG3A\": \"1\",\n\t\t\t\t\t\"FG3_PCT\": \"100\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"2\",\n\t\t\t\t\t\"AST\": \"1\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"5\",\n\t\t\t\t\t\"+/-\": \"2\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Justin\",\n\t\t\t\t\t\"last_name\": \"Hamilton\",\n\t\t\t\t\t\"name\": \"Justin Hamilton\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"5\",\n\t\t\t\t\t\"FGM\": \"1\",\n\t\t\t\t\t\"FGA\": \"1\",\n\t\t\t\t\t\"FG_PCT\": \"100\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"1\",\n\t\t\t\t\t\"DREB\": \"1\",\n\t\t\t\t\t\"TREB\": \"2\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"2\",\n\t\t\t\t\t\"+/-\": \"3\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Andre\",\n\t\t\t\t\t\"last_name\": \"Dawkins\",\n\t\t\t\t\t\"name\": \"Andre Dawkins\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"1\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"1\",\n\t\t\t\t\t\"PF\": \"1\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"0\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"first_name\": \"Shannon\",\n\t\t\t\t\t\"last_name\": \"Brown\",\n\t\t\t\t\t\"name\": \"Shannon Brown\",\n\t\t\t\t\t\"starter\": \"False\",\n\t\t\t\t\t\"MIN\": \"0\",\n\t\t\t\t\t\"FGM\": \"0\",\n\t\t\t\t\t\"FGA\": \"0\",\n\t\t\t\t\t\"FG_PCT\": \"0\",\n\t\t\t\t\t\"FG3M\": \"0\",\n\t\t\t\t\t\"FG3A\": \"0\",\n\t\t\t\t\t\"FG3_PCT\": \"0\",\n\t\t\t\t\t\"FTM\": \"0\",\n\t\t\t\t\t\"FTA\": \"0\",\n\t\t\t\t\t\"FT_PCT\": \"0\",\n\t\t\t\t\t\"OREB\": \"0\",\n\t\t\t\t\t\"DREB\": \"0\",\n\t\t\t\t\t\"TREB\": \"0\",\n\t\t\t\t\t\"AST\": \"0\",\n\t\t\t\t\t\"STL\": \"0\",\n\t\t\t\t\t\"BLK\": \"0\",\n\t\t\t\t\t\"TOV\": \"0\",\n\t\t\t\t\t\"PF\": \"0\",\n\t\t\t\t\t\"PTS\": \"0\",\n\t\t\t\t\t\"+/-\": \"0\",\n\t\t\t\t\t\"DOUBLE\": \"none\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"next_game\": {\n\t\t\t\t\"day\": \"2\",\n\t\t\t\t\"month\": \"November\",\n\t\t\t\t\"year\": \"2014\",\n\t\t\t\t\"dayname\": \"Sunday\",\n\t\t\t\t\"stadium\": \"American Airlines Arena\",\n\t\t\t\t\"city\": \"Miami\",\n\t\t\t\t\"opponent_name\": \"Raptors\",\n\t\t\t\t\"opponent_place\": \"Toronto\",\n\t\t\t\t\"is_home\": \"True\"\n\t\t\t}\n\t\t}\n\t},\n\t\"summaries\": [\n\t\t\"The Miami Heat ( 20 ) defeated the Philadelphia 76ers ( 0 - 3 ) 114 - 96 on Saturday . Chris Bosh scored a game - high 30 points to go with eight rebounds in 33 minutes . Josh McRoberts made his Heat debut after missing the entire preseason recovering from toe surgery . McRoberts came off the bench and played 11 minutes . Shawne Williams was once again the starter at power forward in McRoberts ' stead . Williams finished with 15 points and three three - pointers in 29 minutes . Mario Chalmers scored 18 points in 25 minutes off the bench . Luc Richard Mbah a Moute replaced Chris Johnson in the starting lineup for the Sixers on Saturday . Hollis Thompson shifted down to the starting shooting guard job to make room for Mbah a Moute . Mbah a Moute finished with nine points and seven rebounds in 19 minutes . K.J . McDaniels , who suffered a minor hip flexor injury in Friday 's game , was available and played 21 minutes off the bench , finishing with eight points and three blocks . Michael Carter-Williams is expected to be out until Nov. 13 , but Tony Wroten continues to put up impressive numbers in Carter-Williams ' absence . Wroten finished with a double - double of 21 points and 10 assists in 33 minutes . The Heat will complete a back - to - back set at home Sunday against the Tornoto Raptors . The Sixers ' next game is at home Monday against the Houston Rockets .\"\n\t]\n}\n```",
72
  "structure-splits": "- Train: NBA seasons - 2014, 2015, & 2016; total instances - 3690\n- Validation: NBA seasons - 2017; total instances - 1230\n- Test: NBA seasons - 2018; total instances - 1230",
73
  "structure-splits-criteria": "The splits were created as per different NBA seasons. All the games in regular season (no play-offs) are added in the dataset",
74
+ "data-fields": "Each instance in the dataset has five fields. \n\n1. \"sportsett_id\": This is a unique id as used in the original SportSett database. It starts with '1' with the first instance in the train-set and ends with '6150' with the last instance in test-set.\n\n2. \"gem_id\": This is a unique id created as per GEM's requirement which follows the `GEM-${DATASET_NAME}-${SPLIT-NAME}-${id}` pattern.\n\n3. \"game\": This field contains a dictionary with information about current game. It has information such as date on which the game was played alongwith the stadium, city, state where it was played.\n\n4. \"teams\": This filed is a dictionary of multiple nested dictionaries. On the highest level, it has two keys: 'home' and 'vis', which provide the stats for home team and visiting team of the game. Both are dictionaries with same structure. Each dictionary will contain team's information such as name of the team, their total wins/losses in current season, their conference standing, the SportSett ids for their current and previous games. Apart from these general information, they also have the box- and line- scores for the team in the game. Box score is the stats of players from the team at the end of the game, while line score along with the whole game stats is divided into quarters and halves as well as the extra-time (if happened in the game). After these scores, there is another field of next-game, which gives general information about team's next game such as the place and opponent's name of the next game.\n\n5. \"summaries\": This is a list of summaries for each game. Some games will have more than one summary, in that case, the list will have more than one entries. Each summary in the list is a string which can be tokenised by a space, following the practices in RotoWire-FG dataset ([Wang, 2019](https://www.aclweb.org/anthology/W19-8639)).",
75
+ "structure-description": "The structure mostly follows the original structure defined in RotoWire dataset ([Wiseman et. al. 2017](https://aclanthology.org/D17-1239/)) with some modifications (such as game and next-game keys) address the problem of information gap between input and output data ([Thomson et. al. 2020](https://aclanthology.org/2020.inlg-1.6/)).",
76
+ "structure-labels": "Similar to RotoWire dataset ([Wiseman et. al. 2017](https://aclanthology.org/D17-1239/))",
77
  "structure-outlier": "N/A"
78
  },
79
  "what": {
84
  "original": {
85
  "is-aggregated": "yes",
86
  "aggregated-sources": "RotoWire-FG (https://www.rotowire.com).\nWikipedia (https://en.wikipedia.org/wiki/Main_Page)\nBasketball Reference (https://www.basketball-reference.com)\n",
87
+ "rationale": "The references texts were taken from the existing dataset RotoWire-FG ([Wang, 2019](https://www.aclweb.org/anthology/W19-8639)), which is in turn based on Rotowire ([Wiseman et al, 2017](https://aclanthology.org/D17-1239)). The rationale behind this dataset was to re-structure the data such that aggregate statistics over multiple games, as well as upcoming game schedules could be included, moving the dataset from snapshots of single games, to a format where almost everything that could be present in the reference texts could be found in the data.",
88
+ "communicative": "Create a summary of a basketball, with insightful facts about the game, teams, and players, both within the game, withing periods during the game, and over the course of seasons/careers where appropriate. This is a data-to-text problem in the classic sense ([Reiter, 2007](https://aclanthology.org/W07-2315)) in that it has a difficult data analystics state, in addition to ordering and transcription of selected facts."
89
  },
90
  "language": {
91
  "found": [