srmsoumya commited on
Commit
537be45
·
verified ·
1 Parent(s): 7a8ae32

v1: update dataset

Browse files
.gitattributes CHANGED
@@ -62,3 +62,5 @@ places/train.jsonl filter=lfs diff=lfs merge=lfs -text
62
  sql/test.jsonl filter=lfs diff=lfs merge=lfs -text
63
  sql/train.jsonl filter=lfs diff=lfs merge=lfs -text
64
  sql/val.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
 
62
  sql/test.jsonl filter=lfs diff=lfs merge=lfs -text
63
  sql/train.jsonl filter=lfs diff=lfs merge=lfs -text
64
  sql/val.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ places/test.jsonl filter=lfs diff=lfs merge=lfs -text
66
+ places/val.jsonl filter=lfs diff=lfs merge=lfs -text
places/test.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
places/train.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c0584a52d801ec5cca6eac15b5cb8f4f1ec9798c3c8b6aed4ea1e9302f29400
3
- size 37667363
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7908f3420b984d26bd596ebb9023720e852f5876e64497b5f2afcdc568433af7
3
+ size 87648188
places/val.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
sql/test.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0269a27daeb2116d1ecbb7fc46f3c2af136560f499bd163dbe8fbb12bd1722d4
3
- size 12659433
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0653a9b9c52686a31f4f92a73b9318abf1dc7cb5a2a8f0b421c8d85e63cffb56
3
+ size 12233138
sql/train.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24ce462d0b24bc8c3447b5ae9c589f083ba26492eaab63e5fc9a996f69a75b95
3
- size 101112201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:628a4becb0523ac600d6abd3bbb74c12a555d6708f4becb34b3bdfb6c8a7073d
3
+ size 96351785
sql/val.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e1590755d939119fef51a9d00bfa95733cf636043f05513844d0943ed7d1cda
3
- size 12630544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a28722abb057e635f020ff5208daa329abecb049c900182119fa7ec178a45d7
3
+ size 11969955
stats.json CHANGED
@@ -1,113 +1,127 @@
1
  {
2
- "run_name": "v4-conversation-format",
3
- "total_samples": 36026,
4
  "sql_generation": {
5
  "train": {
6
- "total": 28817,
7
  "by_family": {
8
- "adjacency": 2820,
9
- "aggregation": 4977,
10
- "attribute_filter": 738,
11
- "border_corridor": 1259,
12
- "buffer": 1962,
13
- "containment": 1867,
14
- "difference": 1,
15
- "direct_lookup": 3384,
16
- "intersection": 1710,
17
- "multi_adjacency": 1284,
18
- "partial_selection": 3988,
19
- "set_operations": 3736,
20
- "window_function": 1091
 
 
21
  }
22
  },
23
  "val": {
24
- "total": 3598,
25
  "by_family": {
26
- "adjacency": 352,
27
- "aggregation": 622,
28
- "attribute_filter": 92,
29
- "border_corridor": 157,
30
- "buffer": 245,
31
- "containment": 233,
32
- "direct_lookup": 423,
33
- "intersection": 213,
 
 
 
34
  "multi_adjacency": 160,
35
- "partial_selection": 498,
36
- "set_operations": 467,
37
- "window_function": 136
38
  }
39
  },
40
  "test": {
41
- "total": 3611,
42
  "by_family": {
43
- "adjacency": 353,
44
- "aggregation": 623,
45
- "attribute_filter": 93,
46
  "border_corridor": 158,
47
- "buffer": 246,
48
- "containment": 234,
49
- "difference": 1,
50
- "direct_lookup": 424,
51
- "intersection": 215,
52
- "multi_adjacency": 161,
53
- "partial_selection": 499,
54
- "set_operations": 467,
55
- "window_function": 137
 
 
56
  }
57
  }
58
  },
59
  "place_extraction": {
60
  "train": {
61
- "total": 28817,
62
  "by_family": {
63
- "adjacency": 2820,
64
- "aggregation": 4977,
65
- "attribute_filter": 738,
66
- "border_corridor": 1259,
67
- "buffer": 1962,
68
- "containment": 1867,
69
- "difference": 1,
70
- "direct_lookup": 3384,
71
- "intersection": 1710,
72
- "multi_adjacency": 1284,
73
- "partial_selection": 3988,
74
- "set_operations": 3736,
75
- "window_function": 1091
 
 
76
  }
77
  },
78
  "val": {
79
- "total": 3598,
80
  "by_family": {
81
- "adjacency": 352,
82
- "aggregation": 622,
83
- "attribute_filter": 92,
84
- "border_corridor": 157,
85
- "buffer": 245,
86
- "containment": 233,
87
- "direct_lookup": 423,
88
- "intersection": 213,
 
 
 
89
  "multi_adjacency": 160,
90
- "partial_selection": 498,
91
- "set_operations": 467,
92
- "window_function": 136
93
  }
94
  },
95
  "test": {
96
- "total": 3611,
97
  "by_family": {
98
- "adjacency": 353,
99
- "aggregation": 623,
100
- "attribute_filter": 93,
101
  "border_corridor": 158,
102
- "buffer": 246,
103
- "containment": 234,
104
- "difference": 1,
105
- "direct_lookup": 424,
106
- "intersection": 215,
107
- "multi_adjacency": 161,
108
- "partial_selection": 499,
109
- "set_operations": 467,
110
- "window_function": 137
 
 
111
  }
112
  }
113
  }
 
1
  {
2
+ "run_name": "v3",
3
+ "total_samples": 36406,
4
  "sql_generation": {
5
  "train": {
6
+ "total": 29099,
7
  "by_family": {
8
+ "adjacency": 2551,
9
+ "aggregation": 1694,
10
+ "attribute_filter": 581,
11
+ "border_corridor": 1253,
12
+ "buffer": 2523,
13
+ "chained": 2166,
14
+ "containment": 2240,
15
+ "difference": 2568,
16
+ "direct_lookup": 1315,
17
+ "disambiguation": 2590,
18
+ "intersection": 2544,
19
+ "multi_adjacency": 1285,
20
+ "partial_selection": 2576,
21
+ "set_operations": 2039,
22
+ "window_function": 1174
23
  }
24
  },
25
  "val": {
26
+ "total": 3614,
27
  "by_family": {
28
+ "adjacency": 316,
29
+ "aggregation": 211,
30
+ "attribute_filter": 72,
31
+ "border_corridor": 156,
32
+ "buffer": 312,
33
+ "chained": 266,
34
+ "containment": 279,
35
+ "difference": 320,
36
+ "direct_lookup": 164,
37
+ "disambiguation": 323,
38
+ "intersection": 316,
39
  "multi_adjacency": 160,
40
+ "partial_selection": 320,
41
+ "set_operations": 253,
42
+ "window_function": 146
43
  }
44
  },
45
  "test": {
46
+ "total": 3693,
47
  "by_family": {
48
+ "adjacency": 326,
49
+ "aggregation": 214,
50
+ "attribute_filter": 74,
51
  "border_corridor": 158,
52
+ "buffer": 322,
53
+ "chained": 283,
54
+ "containment": 283,
55
+ "difference": 323,
56
+ "direct_lookup": 166,
57
+ "disambiguation": 325,
58
+ "intersection": 324,
59
+ "multi_adjacency": 162,
60
+ "partial_selection": 326,
61
+ "set_operations": 259,
62
+ "window_function": 148
63
  }
64
  }
65
  },
66
  "place_extraction": {
67
  "train": {
68
+ "total": 27815,
69
  "by_family": {
70
+ "adjacency": 2551,
71
+ "aggregation": 1694,
72
+ "attribute_filter": 581,
73
+ "border_corridor": 1253,
74
+ "buffer": 2523,
75
+ "chained": 2166,
76
+ "containment": 2240,
77
+ "difference": 1284,
78
+ "direct_lookup": 1315,
79
+ "disambiguation": 2590,
80
+ "intersection": 2544,
81
+ "multi_adjacency": 1285,
82
+ "partial_selection": 2576,
83
+ "set_operations": 2039,
84
+ "window_function": 1174
85
  }
86
  },
87
  "val": {
88
+ "total": 3454,
89
  "by_family": {
90
+ "adjacency": 316,
91
+ "aggregation": 211,
92
+ "attribute_filter": 72,
93
+ "border_corridor": 156,
94
+ "buffer": 312,
95
+ "chained": 266,
96
+ "containment": 279,
97
+ "difference": 160,
98
+ "direct_lookup": 164,
99
+ "disambiguation": 323,
100
+ "intersection": 316,
101
  "multi_adjacency": 160,
102
+ "partial_selection": 320,
103
+ "set_operations": 253,
104
+ "window_function": 146
105
  }
106
  },
107
  "test": {
108
+ "total": 3532,
109
  "by_family": {
110
+ "adjacency": 326,
111
+ "aggregation": 214,
112
+ "attribute_filter": 74,
113
  "border_corridor": 158,
114
+ "buffer": 322,
115
+ "chained": 283,
116
+ "containment": 283,
117
+ "difference": 162,
118
+ "direct_lookup": 166,
119
+ "disambiguation": 325,
120
+ "intersection": 324,
121
+ "multi_adjacency": 162,
122
+ "partial_selection": 326,
123
+ "set_operations": 259,
124
+ "window_function": 148
125
  }
126
  }
127
  }