ritup3 commited on
Commit
be91c87
·
verified ·
1 Parent(s): fd2050f

Upload 20 files

Browse files

Added datasets from cricket and basketball

.gitattributes CHANGED
@@ -58,3 +58,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ basketball/final/anonymized.json filter=lfs diff=lfs merge=lfs -text
62
+ basketball/final/counterfactual.json filter=lfs diff=lfs merge=lfs -text
63
+ basketball/final/original_new.json filter=lfs diff=lfs merge=lfs -text
64
+ basketball/final/original_old.json filter=lfs diff=lfs merge=lfs -text
65
+ basketball/final/original.json filter=lfs diff=lfs merge=lfs -text
66
+ cricket/all_data_json/counterfactual.json filter=lfs diff=lfs merge=lfs -text
67
+ cricket/all_data_json/masked.json filter=lfs diff=lfs merge=lfs -text
68
+ cricket/all_data_json/odi_complete_temporal.json filter=lfs diff=lfs merge=lfs -text
69
+ cricket/all_data_json/original.json filter=lfs diff=lfs merge=lfs -text
70
+ cricket/all_data_json/paraphrase.json filter=lfs diff=lfs merge=lfs -text
71
+ cricket/all_data_json/symbolic.json filter=lfs diff=lfs merge=lfs -text
72
+ cricket/all_data_json/unmasked.json filter=lfs diff=lfs merge=lfs -text
73
+ cricket/all_data_t20_json/counterfactual.json filter=lfs diff=lfs merge=lfs -text
74
+ cricket/all_data_t20_json/linguistic.json filter=lfs diff=lfs merge=lfs -text
75
+ cricket/all_data_t20_json/masked.json filter=lfs diff=lfs merge=lfs -text
76
+ cricket/all_data_t20_json/paraphrase.json filter=lfs diff=lfs merge=lfs -text
77
+ cricket/all_data_t20_json/symbolic.json filter=lfs diff=lfs merge=lfs -text
78
+ cricket/all_data_t20_json/unmasked.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,141 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Coral Sports Commentary
3
+ tags:
4
+ - datasets
5
+ - text
6
+ - tabular
7
+ - sports
8
+ - basketball
9
+ - cricket
10
+ configs:
11
+ - config_name: basketball
12
+ data_files:
13
+ - split: train
14
+ path:
15
+ - basketball/final/original.json
16
+ - basketball/final/anonymized.json
17
+ - basketball/final/counterfactual.json
18
+
19
+ - config_name: basketball_temporal
20
+ data_files:
21
+ - split: old
22
+ path: basketball/final/original_old.json
23
+ - split: new
24
+ path: basketball/final/original_new.json
25
+
26
+ - config_name: cricket_odi_original
27
+ data_files:
28
+ - split: train
29
+ path: cricket/all_data_json/original.json
30
+
31
+ - config_name: cricket_odi_counterfactual
32
+ data_files:
33
+ - split: train
34
+ path: cricket/all_data_json/counterfactual.json
35
+
36
+ - config_name: cricket_odi_masked
37
+ data_files:
38
+ - split: train
39
+ path: cricket/all_data_json/masked.json
40
+
41
+ - config_name: cricket_odi_unmasked
42
+ data_files:
43
+ - split: train
44
+ path: cricket/all_data_json/unmasked.json
45
+
46
+ - config_name: cricket_odi_paraphrase
47
+ data_files:
48
+ - split: train
49
+ path: cricket/all_data_json/paraphrase.json
50
+
51
+ - config_name: cricket_odi_symbolic
52
+ data_files:
53
+ - split: train
54
+ path: cricket/all_data_json/symbolic.json
55
+
56
+ - config_name: cricket_odi_temporal
57
+ data_files:
58
+ - split: train
59
+ path: cricket/all_data_json/odi_complete_temporal.json
60
+
61
+ - config_name: cricket_t20_original
62
+ data_files:
63
+ - split: train
64
+ path: cricket/all_data_t20_json/original.json
65
+
66
+ - config_name: cricket_t20_counterfactual
67
+ data_files:
68
+ - split: train
69
+ path: cricket/all_data_t20_json/counterfactual.json
70
+
71
+ - config_name: cricket_t20_masked
72
+ data_files:
73
+ - split: train
74
+ path: cricket/all_data_t20_json/masked.json
75
+
76
+ - config_name: cricket_t20_unmasked
77
+ data_files:
78
+ - split: train
79
+ path: cricket/all_data_t20_json/unmasked.json
80
+
81
+ - config_name: cricket_t20_paraphrase
82
+ data_files:
83
+ - split: train
84
+ path: cricket/all_data_t20_json/paraphrase.json
85
+
86
+ - config_name: cricket_t20_symbolic
87
+ data_files:
88
+ - split: train
89
+ path: cricket/all_data_t20_json/symbolic.json
90
+
91
+ - config_name: cricket_t20_linguistic
92
+ data_files:
93
+ - split: train
94
+ path: cricket/all_data_t20_json/linguistic.json
95
+ ---
96
+
97
+ # Coral Sports Commentary
98
+
99
+ This repository packages the finalized basketball data, the cricket ODI and T20 variants, and the temporal subsets needed for Hugging Face upload.
100
+
101
+ ## Included Data
102
+
103
+ - `basketball`: finalized basketball commentary variants from `basketball/final`.
104
+ - `basketball_temporal`: basketball temporal partition exposed as `old` and `new` splits.
105
+ - `cricket_odi_*`: ODI cricket variants, excluding `old_2025.json` and `new_2025.json`.
106
+ - `cricket_odi_temporal`: ODI temporal cricket data from `odi_complete_temporal.json`.
107
+ - `cricket_t20_*`: T20 cricket variants.
108
+
109
+ ## Data Fields
110
+
111
+ ### Basketball
112
+
113
+ - `id`: unique game identifier.
114
+ - `commentary`: full game commentary text.
115
+ - `boxscore`: player-level boxscore stored as aligned arrays for team, player, and stat columns.
116
+
117
+ ### Cricket ODI and T20 Core Variants
118
+
119
+ - `commentaries`: source commentary text.
120
+ - `commentary_final`: final transformed commentary text.
121
+ - `batsman_gnd_truth_table`: batting ground-truth table.
122
+ - `bolwer_gnd_truth_table`: bowling ground-truth table.
123
+ - `mapping`: replacement mapping used in counterfactual or symbolic variants when present.
124
+ - `ref_table`: source match/table reference when present.
125
+ - `commentaries_2`: auxiliary transformed commentary field used in some variants.
126
+ - `commentaries_hindi`: auxiliary variant-specific commentary field used in some T20 files.
127
+ - `commentaries_symbolic`: symbolic intermediate commentary field used in T20 symbolic data.
128
+ - `commentaries_counterfactual`: counterfactual intermediate commentary field used in T20 counterfactual data.
129
+ - `llama_3_result`: model-generated intermediate output present in T20 symbolic data.
130
+
131
+ ### Cricket ODI Temporal
132
+
133
+ - `commentaries`: source commentary text segment.
134
+ - `commentaries_masked`: masked version of the same commentary segment.
135
+ - `batsman_gnd_truth`: batting ground-truth records for the segment.
136
+ - `bowler_gnd_truth`: bowling ground-truth records for the segment.
137
+
138
+ ## Notes
139
+
140
+ - The cricket `old_2025.json` and `new_2025.json` files are intentionally excluded from this upload package.
141
+ - Cricket variants are exposed as separate configs because their schemas differ enough that combining them would be brittle on the Hub viewer.
basketball/final/anonymized.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbc04d8ba135f0fd8f6f0eb037ed7b24b6dec0e9c71b1987c472273888d886dc
3
+ size 51820058
basketball/final/counterfactual.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa66c0fb00ef03106408769721a5903d4a38b251c99c93e9d739e0b287ae247b
3
+ size 56628369
basketball/final/original.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d375f4324bb001197fdc22756056ae2769515914a6224996a1329bdae2f8895
3
+ size 57245638
basketball/final/original_new.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d2b648d6c0469a52d8f1f5e35226ed30d4a48cde44c831b9fb95798417a01e3
3
+ size 34872634
basketball/final/original_old.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba50d6fa754963903a61467f0654b8af6b8cc7f910b381e2e88e8e1386c5fda
3
+ size 22373005
cricket/all_data_json/counterfactual.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9ba0504d800476bc41ec6b524ca8d94d632ad9079e1bc297a5ec8dec3a45f36
3
+ size 74067732
cricket/all_data_json/masked.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d38e62e12d29a286a3848f35e61c652a7552b54a01829215b56912c8fab0771
3
+ size 32852886
cricket/all_data_json/odi_complete_temporal.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd5fd47d53a932b72d6f859a1eadd25b7c2fd5838a3acc8e807dacc8c844d11
3
+ size 177206946
cricket/all_data_json/original.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be501850c74f869d0c6a915c32dee7d8ec9e4a5023c9720c78651dee2915dc48
3
+ size 70202998
cricket/all_data_json/paraphrase.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf8cd3d346432916062fa260e2a965513caadacd98e1be8a71fedc6c46738d1d
3
+ size 76053227
cricket/all_data_json/symbolic.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecf85aabfa04862fc503f147910f4662d14e73f07717e4a27ee98a005ea22c65
3
+ size 70230137
cricket/all_data_json/unmasked.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45e0867df67fb6d52a4aa99e5020b64e8f49710c6e9555f12e75c5cd7faaf5eb
3
+ size 49319279
cricket/all_data_t20_json/counterfactual.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29483ffe1ad75c37e4532afd15b7f13287bf49a4bd24d697dd7a753d415fd0a8
3
+ size 14384267
cricket/all_data_t20_json/linguistic.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f178603534c72bfcf0e619a8a2aa5092df96d2c699790bbda452b90815f76ea8
3
+ size 32000237
cricket/all_data_t20_json/masked.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb38e08040515774b76289dda97973030ff2abcd1089849a759748a38167a04
3
+ size 14833076
cricket/all_data_t20_json/original.json ADDED
The diff for this file is too large to render. See raw diff
 
cricket/all_data_t20_json/paraphrase.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fdb768ee585e17b0e92314184b488382d11dd4068e9ef224081bcb93697a5f9
3
+ size 13849659
cricket/all_data_t20_json/symbolic.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31ef6bbb688c0108e5637e3bee5ede476cb22b7635804b62eb97db939cbf5c0b
3
+ size 13820080
cricket/all_data_t20_json/unmasked.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d99bc8873b0f379de82947846be5a59eb6b21111df9ca533d9e580d51378607
3
+ size 14951746