entities dict | relations dict |
|---|---|
{
"BATSMAN": "Player who faces the delivery",
"BOWLER": "Player who bowls the delivery",
"RUN_EVENT": "Outcome in terms of runs scored",
"FIELD_POSITION": "Cricket field location mentioned in commentary"
} | {
"bowls_to": [
"BOWLER",
"BATSMAN"
],
"scores_runs": [
"BATSMAN",
"RUN_EVENT"
],
"plays_towards": [
"BATSMAN",
"FIELD_POSITION"
],
"takes_wicket_of": [
"BOWLER",
"BATSMAN"
]
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.