TabQueryBench commited on
Commit
f9fc014
·
verified ·
1 Parent(s): 255ac87

Upload subgroup support-vs-profile analysis

Browse files
Files changed (19) hide show
  1. evaluation/query_family/subgroup/support_vs_profile_analysis/README.md +125 -0
  2. evaluation/query_family/subgroup/support_vs_profile_analysis/build_support_vs_profile_analysis.py +316 -0
  3. evaluation/query_family/subgroup/support_vs_profile_analysis/dataset_model_branch_gaps.csv +433 -0
  4. evaluation/query_family/subgroup/support_vs_profile_analysis/internal_facets_in_strong_size_advantage_panels.csv +4 -0
  5. evaluation/query_family/subgroup/support_vs_profile_analysis/internal_facets_overall.csv +4 -0
  6. evaluation/query_family/subgroup/support_vs_profile_analysis/internal_roles_in_strong_size_advantage_panels.csv +4 -0
  7. evaluation/query_family/subgroup/support_vs_profile_analysis/internal_roles_overall.csv +4 -0
  8. evaluation/query_family/subgroup/support_vs_profile_analysis/internal_templates_in_strong_size_advantage_panels.csv +11 -0
  9. evaluation/query_family/subgroup/support_vs_profile_analysis/internal_templates_overall.csv +11 -0
  10. evaluation/query_family/subgroup/support_vs_profile_analysis/panel_score_density_curves.csv +501 -0
  11. evaluation/query_family/subgroup/support_vs_profile_analysis/query_score_density_curves.csv +501 -0
  12. evaluation/query_family/subgroup/support_vs_profile_analysis/score_cluster_analysis.md +105 -0
  13. evaluation/query_family/subgroup/support_vs_profile_analysis/size_templates_overall.csv +4 -0
  14. evaluation/query_family/subgroup/support_vs_profile_analysis/strong_size_advantage_panels.csv +80 -0
  15. evaluation/query_family/subgroup/support_vs_profile_analysis/summary_metrics.json +235 -0
  16. evaluation/query_family/subgroup/support_vs_profile_analysis/support_vs_profile_panel_density.pdf +3 -0
  17. evaluation/query_family/subgroup/support_vs_profile_analysis/support_vs_profile_panel_density.png +3 -0
  18. evaluation/query_family/subgroup/support_vs_profile_analysis/support_vs_profile_query_density.pdf +3 -0
  19. evaluation/query_family/subgroup/support_vs_profile_analysis/support_vs_profile_query_density.png +3 -0
evaluation/query_family/subgroup/support_vs_profile_analysis/README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Support-vs-Profile Analysis
2
+
3
+ 这份目录专门回答一个问题:为什么 `subgroup_size_stability` 和 `internal_profile_stability` 的均值看起来很接近,但它们代表的能力其实很不一样。
4
+
5
+ ## 主图
6
+
7
+ ![Support vs profile density](D:\dpan\Uni\Project\HKUNAISS\SQLagent\Evaluation\query_fivepart_breakdown\subgroup_breakdown\support_vs_profile_analysis\support_vs_profile_panel_density.png)
8
+
9
+ - 横坐标是 panel-level subgroup score。
10
+ - 纵坐标是归一化后的相对密度;两条曲线各自的面积都被标准化为 `1`。
11
+ - 这张图用的是 `dataset-model panel` 级别分数,而不是 query row 级别分数,因为 panel mean 更接近,更能突出“均值接近但分布形状不同”。
12
+
13
+ ## Query-level 版本
14
+
15
+ ![Support vs profile query density](D:\dpan\Uni\Project\HKUNAISS\SQLagent\Evaluation\query_fivepart_breakdown\subgroup_breakdown\support_vs_profile_analysis\support_vs_profile_query_density.png)
16
+
17
+ - 这张图用的是 `query row` 级别分数。
18
+ - `internal_profile_stability` 对应 `13406` 条 query。
19
+ - `subgroup_size_stability` 对应 `9377` 条 query。
20
+ - 两条曲线同样各自归一化到面积 `1`,所以纵轴表示的是相对密度,而不是绝对 query 数。
21
+ - 如果按 query 去看,`size` 和 `internal` 的差异更明显:`size` 的中位数是 `0.55`,`internal` 的中位数是 `0.325`;`size` 有 `56.3%` 的 query 分数不低于 `0.5`,而 `internal` 只有 `40.8%`。
22
+
23
+ ## 图里最值得讲的点
24
+
25
+ - panel-level 上,`internal_profile_stability` 的均值是 `0.398`,`subgroup_size_stability` 的均值是 `0.406`,两者确实很接近。
26
+ - 但中位数差得更明显:`internal = 0.376`,`size = 0.468`。
27
+ - `size` 分支更集中在中高分区域;`40.7%` 的 panel 分数不低于 `0.5`,而 `internal` 只有 `30.8%`。
28
+ - `internal` 更容易掉到低分段;`25.9%` 的 panel 分数不高于 `0.2`,而 `size` 只有 `17.4%`。
29
+ - 换句话说,`size` 不是均值高很多,而是“更稳、更少极低分、更容易保住基本盘”。
30
+
31
+ ## 这两条分支分别像什么能力
32
+
33
+ `subgroup_size_stability` 更像一种 **support-preservation ability**:
34
+
35
+ - subgroup 还在不在
36
+ - subgroup 的大小/占比还大致对不对
37
+ - top groups 的覆盖还大致在不在
38
+
39
+ 它对应的模板几乎都是 count-based:
40
+
41
+ - `Filtered Top-k Group Count`,均值 `0.404`
42
+ - `Grouped Count by Category`,均值 `0.420`
43
+ - `Two-Dimensional Top-k Count`,均值 `0.422`
44
+
45
+ 这些查询要求模型保住的是“群体存在和粗质量分配”,而不是更细的内部分析结构。
46
+
47
+ `internal_profile_stability` 更像一种 **within-group analytical structure ability**:
48
+
49
+ - 组内排序还对不对
50
+ - 组内 top-k summary 还稳不稳
51
+ - 加了 filter 之后 subgroup profile 还在不在
52
+ - subgroup 内部的局部二维结构和条件对比还在不在
53
+
54
+ 这类能力明显更脆弱。
55
+
56
+ ## 用三个模板举例说明为什么 internal 更难
57
+
58
+ ### 1. `Two-Dimensional Robust Summary`
59
+
60
+ - 整体均值只有 `0.153`,中位数是 `0.000`
61
+ - 它不是在问“某个 subgroup 还有多少人”,而是在问“这个 subgroup 在两个维度下的局部结构、稳健 summary 和过滤后轮廓还在不在”
62
+
63
+ 为什么难:
64
+
65
+ - 只保住 subgroup mass 并不够
66
+ - 只要组内局部 shape、局部排序、极值或二维对应关系漂了,这类题就会直接掉分
67
+ - 所以它很容易出现“群体还在,但内部几何形状已经不对”
68
+
69
+ ### 2. `Grouped Summary Top-k`
70
+
71
+ - 整体均值 `0.220`
72
+ - 它关注的是 top-k groups 的 summary,而不是简单 count
73
+
74
+ 为什么难:
75
+
76
+ - top-k 本身对组内顺序和相对大小很敏感
77
+ - 一旦 synthetic data 把 group 内部的排序、相对差距或 summary 值抹平,top-k 结果就会变
78
+ - 这意味着模型可能还保住了“哪些群体大概存在”,但保不住“谁才是真正排在前面的群体”
79
+
80
+ ### 3. `Two-Dimensional Summary with Filter`
81
+
82
+ - 整体均值 `0.274`
83
+ - 它会先做 filter,再看 subgroup 在二维下的局部 summary
84
+
85
+ 为什么难:
86
+
87
+ - filter 会把分析问题从“全局粗结构”推进到“局部、条件化、支持更窄的子空间”
88
+ - 在这个阶段,group 内部 profile 的细微偏移会被放大
89
+ - 所以模型即使能把 subgroup size 保得还行,也可能保不住 filtered local view 下的 subgroup behavior
90
+
91
+ ## 这说明了什么
92
+
93
+ 最适合写进论文的结论是:
94
+
95
+ - 当前模型相对更擅长保住 **subgroup support**,不那么擅长保住 **subgroup profile**
96
+ - 也就是说,模型常常能保住“这个群体有多大”,但保不住“这个群体内部到底是什么样、谁更高、差多少、过滤以后还剩什么结构”
97
+
98
+ 这不是少数异常点。
99
+
100
+ - `79/432` 个 dataset-model panels,也就是 `18.3%`,满足 `size - internal >= 0.10`
101
+ - 在这批 panel 里,internal 最弱的 facet 是 `subgroup_rank_order`,均值只有 `0.255`
102
+ - 最弱的 role 是 `filtered_stable_view`,均值 `0.263`
103
+
104
+ ## 对下游任务的含义
105
+
106
+ 这类 failure 在下游通常会表现为:
107
+
108
+ - cohort sizing、segment prevalence、粗粒度 coverage summary 看起来还比较 plausible
109
+ - 但 subgroup ranking、top-k subgroup selection、filtered subgroup comparison、group-specific KPI analysis、局部规则制定这类真正依赖组内 profile 的任务会更容易被误导
110
+
111
+ 一句话概括就是:
112
+
113
+ **subgroup 的大小可以保住,但 subgroup 内部的分析形状往往保不住。**
114
+
115
+ ## 目录内容
116
+
117
+ - `support_vs_profile_panel_density.png`
118
+ - `support_vs_profile_panel_density.pdf`
119
+ - `panel_score_density_curves.csv`
120
+ - `summary_metrics.json`
121
+ - `internal_templates_overall.csv`
122
+ - `size_templates_overall.csv`
123
+ - `dataset_model_branch_gaps.csv`
124
+ - `strong_size_advantage_panels.csv`
125
+ - `build_support_vs_profile_analysis.py`
evaluation/query_family/subgroup/support_vs_profile_analysis/build_support_vs_profile_analysis.py ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ import json
4
+ from pathlib import Path
5
+
6
+ import matplotlib.pyplot as plt
7
+ import numpy as np
8
+ import pandas as pd
9
+
10
+ try:
11
+ from scipy.stats import gaussian_kde
12
+ except Exception: # pragma: no cover - fallback if scipy is unavailable
13
+ gaussian_kde = None
14
+
15
+
16
+ INTERNAL_COLOR = "#AA3377"
17
+ SIZE_COLOR = "#009988"
18
+
19
+
20
+ def _density_curve(values: np.ndarray, grid: np.ndarray) -> np.ndarray:
21
+ values = np.asarray(values, dtype=float)
22
+ values = values[np.isfinite(values)]
23
+ if values.size == 0:
24
+ return np.zeros_like(grid)
25
+
26
+ if gaussian_kde is not None and values.size >= 3 and np.std(values) > 0:
27
+ curve = gaussian_kde(values)(grid)
28
+ else:
29
+ bins = np.linspace(0.0, 1.0, 26)
30
+ density, edges = np.histogram(values, bins=bins, density=True)
31
+ centers = 0.5 * (edges[:-1] + edges[1:])
32
+ curve = np.interp(grid, centers, density, left=density[0], right=density[-1])
33
+
34
+ curve = np.clip(curve, 0.0, None)
35
+ area = np.trapz(curve, grid)
36
+ if area > 0:
37
+ curve = curve / area
38
+ return curve
39
+
40
+
41
+ def _branch_summary(series: pd.Series) -> dict[str, float]:
42
+ return {
43
+ "count": int(series.size),
44
+ "mean": float(series.mean()),
45
+ "median": float(series.median()),
46
+ "p25": float(series.quantile(0.25)),
47
+ "p75": float(series.quantile(0.75)),
48
+ "share_le_0_1": float((series <= 0.1).mean()),
49
+ "share_le_0_2": float((series <= 0.2).mean()),
50
+ "share_ge_0_5": float((series >= 0.5).mean()),
51
+ }
52
+
53
+
54
+ def main() -> None:
55
+ out_dir = Path(__file__).resolve().parent
56
+ project_root = Path(__file__).resolve().parents[4]
57
+ subgroup_root = project_root / "Evaluation" / "query_fivepart_breakdown" / "subgroup_breakdown"
58
+
59
+ dataset_model = pd.read_csv(subgroup_root / "data" / "dataset_model_scores.csv")
60
+ dataset_model = dataset_model[dataset_model["model_id"] != "real"].copy()
61
+
62
+ query_rows = pd.read_csv(subgroup_root / "data" / "subgroup_query_rows.csv")
63
+ query_rows = query_rows[query_rows["model_id"] != "real"].copy()
64
+
65
+ panel_internal = dataset_model["internal_profile_stability"].astype(float)
66
+ panel_size = dataset_model["subgroup_size_stability"].astype(float)
67
+ row_internal = query_rows.loc[
68
+ query_rows["subitem_id"] == "internal_profile_stability", "query_score"
69
+ ].astype(float)
70
+ row_size = query_rows.loc[
71
+ query_rows["subitem_id"] == "subgroup_size_stability", "query_score"
72
+ ].astype(float)
73
+
74
+ grid = np.linspace(0.0, 1.0, 500)
75
+ internal_density = _density_curve(panel_internal.to_numpy(), grid)
76
+ size_density = _density_curve(panel_size.to_numpy(), grid)
77
+
78
+ density_df = pd.DataFrame(
79
+ {
80
+ "score": grid,
81
+ "internal_profile_density": internal_density,
82
+ "subgroup_size_density": size_density,
83
+ }
84
+ )
85
+ density_df.to_csv(out_dir / "panel_score_density_curves.csv", index=False)
86
+
87
+ query_internal_density = _density_curve(row_internal.to_numpy(), grid)
88
+ query_size_density = _density_curve(row_size.to_numpy(), grid)
89
+ query_density_df = pd.DataFrame(
90
+ {
91
+ "score": grid,
92
+ "internal_profile_density": query_internal_density,
93
+ "subgroup_size_density": query_size_density,
94
+ }
95
+ )
96
+ query_density_df.to_csv(out_dir / "query_score_density_curves.csv", index=False)
97
+
98
+ internal_templates = (
99
+ query_rows[query_rows["subitem_id"] == "internal_profile_stability"]
100
+ .groupby(["template_id", "template_name"], as_index=False)
101
+ .agg(
102
+ rows=("query_score", "size"),
103
+ mean_score=("query_score", "mean"),
104
+ median_score=("query_score", "median"),
105
+ datasets=("dataset_id", "nunique"),
106
+ )
107
+ .sort_values(["mean_score", "rows"], ascending=[True, False])
108
+ )
109
+ internal_templates.to_csv(out_dir / "internal_templates_overall.csv", index=False)
110
+
111
+ size_templates = (
112
+ query_rows[query_rows["subitem_id"] == "subgroup_size_stability"]
113
+ .groupby(["template_id", "template_name"], as_index=False)
114
+ .agg(
115
+ rows=("query_score", "size"),
116
+ mean_score=("query_score", "mean"),
117
+ median_score=("query_score", "median"),
118
+ datasets=("dataset_id", "nunique"),
119
+ )
120
+ .sort_values(["mean_score", "rows"], ascending=[True, False])
121
+ )
122
+ size_templates.to_csv(out_dir / "size_templates_overall.csv", index=False)
123
+
124
+ strong_gap = dataset_model.copy()
125
+ strong_gap["size_minus_internal"] = (
126
+ strong_gap["subgroup_size_stability"] - strong_gap["internal_profile_stability"]
127
+ )
128
+ strong_gap.to_csv(out_dir / "dataset_model_branch_gaps.csv", index=False)
129
+
130
+ strong_size_adv = strong_gap[strong_gap["size_minus_internal"] >= 0.10].copy()
131
+ strong_size_adv.to_csv(out_dir / "strong_size_advantage_panels.csv", index=False)
132
+
133
+ internal_strong_gap = query_rows[
134
+ query_rows["subitem_id"] == "internal_profile_stability"
135
+ ].merge(
136
+ strong_size_adv[["dataset_id", "model_id"]],
137
+ on=["dataset_id", "model_id"],
138
+ how="inner",
139
+ )
140
+
141
+ strong_internal_templates = (
142
+ internal_strong_gap.groupby(["template_id", "template_name"], as_index=False)
143
+ .agg(rows=("query_score", "size"), mean_score=("query_score", "mean"))
144
+ .sort_values(["mean_score", "rows"], ascending=[True, False])
145
+ )
146
+ strong_internal_templates.to_csv(
147
+ out_dir / "internal_templates_in_strong_size_advantage_panels.csv", index=False
148
+ )
149
+
150
+ internal_facets = (
151
+ query_rows[query_rows["subitem_id"] == "internal_profile_stability"]
152
+ .groupby("intended_facet_id", as_index=False)
153
+ .agg(rows=("query_score", "size"), mean_score=("query_score", "mean"))
154
+ .sort_values("mean_score")
155
+ )
156
+ internal_facets.to_csv(out_dir / "internal_facets_overall.csv", index=False)
157
+
158
+ internal_roles = (
159
+ query_rows[query_rows["subitem_id"] == "internal_profile_stability"]
160
+ .groupby("variant_semantic_role", as_index=False)
161
+ .agg(rows=("query_score", "size"), mean_score=("query_score", "mean"))
162
+ .sort_values("mean_score")
163
+ )
164
+ internal_roles.to_csv(out_dir / "internal_roles_overall.csv", index=False)
165
+
166
+ strong_internal_facets = (
167
+ internal_strong_gap.groupby("intended_facet_id", as_index=False)
168
+ .agg(rows=("query_score", "size"), mean_score=("query_score", "mean"))
169
+ .sort_values("mean_score")
170
+ )
171
+ strong_internal_facets.to_csv(
172
+ out_dir / "internal_facets_in_strong_size_advantage_panels.csv", index=False
173
+ )
174
+
175
+ strong_internal_roles = (
176
+ internal_strong_gap.groupby("variant_semantic_role", as_index=False)
177
+ .agg(rows=("query_score", "size"), mean_score=("query_score", "mean"))
178
+ .sort_values("mean_score")
179
+ )
180
+ strong_internal_roles.to_csv(
181
+ out_dir / "internal_roles_in_strong_size_advantage_panels.csv", index=False
182
+ )
183
+
184
+ row_stats = {
185
+ "internal_profile": _branch_summary(row_internal),
186
+ "subgroup_size": _branch_summary(row_size),
187
+ }
188
+ panel_stats = {
189
+ "internal_profile": _branch_summary(panel_internal),
190
+ "subgroup_size": _branch_summary(panel_size),
191
+ }
192
+
193
+ metrics = {
194
+ "row_level": row_stats,
195
+ "panel_level": panel_stats,
196
+ "panel_count": int(len(dataset_model)),
197
+ "strong_size_advantage_panel_count": int(len(strong_size_adv)),
198
+ "strong_size_advantage_panel_share": float(len(strong_size_adv) / len(dataset_model)),
199
+ "strong_size_advantage_panel_share_ge_020": float(
200
+ (strong_gap["size_minus_internal"] >= 0.20).mean()
201
+ ),
202
+ "size_gt_internal_share": float(
203
+ (strong_gap["subgroup_size_stability"] > strong_gap["internal_profile_stability"]).mean()
204
+ ),
205
+ "internal_gt_size_share": float(
206
+ (strong_gap["internal_profile_stability"] > strong_gap["subgroup_size_stability"]).mean()
207
+ ),
208
+ "mean_size_minus_internal": float(strong_gap["size_minus_internal"].mean()),
209
+ "top_internal_templates": internal_templates.head(6).to_dict(orient="records"),
210
+ "top_size_templates": size_templates.to_dict(orient="records"),
211
+ "top_internal_facets": internal_facets.to_dict(orient="records"),
212
+ "top_internal_roles": internal_roles.to_dict(orient="records"),
213
+ "strong_gap_internal_templates": strong_internal_templates.head(6).to_dict(orient="records"),
214
+ "strong_gap_internal_facets": strong_internal_facets.to_dict(orient="records"),
215
+ "strong_gap_internal_roles": strong_internal_roles.to_dict(orient="records"),
216
+ }
217
+
218
+ with (out_dir / "summary_metrics.json").open("w", encoding="utf-8") as f:
219
+ json.dump(metrics, f, indent=2, ensure_ascii=False)
220
+
221
+ plt.style.use("seaborn-v0_8-whitegrid")
222
+ fig, ax = plt.subplots(figsize=(8.6, 5.3))
223
+ ax.fill_between(grid, internal_density, color=INTERNAL_COLOR, alpha=0.14)
224
+ ax.plot(grid, internal_density, color=INTERNAL_COLOR, linewidth=2.4, label="Internal profile stability")
225
+ ax.fill_between(grid, size_density, color=SIZE_COLOR, alpha=0.14)
226
+ ax.plot(grid, size_density, color=SIZE_COLOR, linewidth=2.4, label="Subgroup size stability")
227
+
228
+ mean_internal = panel_stats["internal_profile"]["mean"]
229
+ mean_size = panel_stats["subgroup_size"]["mean"]
230
+ ax.axvline(mean_internal, color=INTERNAL_COLOR, linestyle="--", linewidth=1.2, alpha=0.8)
231
+ ax.axvline(mean_size, color=SIZE_COLOR, linestyle="--", linewidth=1.2, alpha=0.8)
232
+
233
+ ax.set_xlim(0.0, 1.0)
234
+ ax.set_xlabel("Panel-level subgroup score")
235
+ ax.set_ylabel("Relative density (area = 1)")
236
+ ax.set_title("Support vs. profile: similar means, different score distributions")
237
+ ax.text(
238
+ 0.015,
239
+ 0.97,
240
+ (
241
+ f"Means: internal = {mean_internal:.3f}, size = {mean_size:.3f}\n"
242
+ f"Medians: internal = {panel_stats['internal_profile']['median']:.3f}, "
243
+ f"size = {panel_stats['subgroup_size']['median']:.3f}"
244
+ ),
245
+ transform=ax.transAxes,
246
+ va="top",
247
+ ha="left",
248
+ fontsize=9.5,
249
+ bbox={"boxstyle": "round,pad=0.25", "facecolor": "white", "edgecolor": "#CCCCCC", "alpha": 0.96},
250
+ )
251
+ ax.legend(frameon=False, loc="upper right")
252
+ ax.grid(True, color="#D8DDE3", linewidth=0.8, alpha=0.8)
253
+ ax.spines["top"].set_visible(False)
254
+ ax.spines["right"].set_visible(False)
255
+ fig.tight_layout()
256
+
257
+ fig.savefig(out_dir / "support_vs_profile_panel_density.png", dpi=240)
258
+ fig.savefig(out_dir / "support_vs_profile_panel_density.pdf")
259
+ plt.close(fig)
260
+
261
+ fig, ax = plt.subplots(figsize=(8.6, 5.3))
262
+ ax.fill_between(grid, query_internal_density, color=INTERNAL_COLOR, alpha=0.14)
263
+ ax.plot(
264
+ grid,
265
+ query_internal_density,
266
+ color=INTERNAL_COLOR,
267
+ linewidth=2.4,
268
+ label="Internal profile stability",
269
+ )
270
+ ax.fill_between(grid, query_size_density, color=SIZE_COLOR, alpha=0.14)
271
+ ax.plot(
272
+ grid,
273
+ query_size_density,
274
+ color=SIZE_COLOR,
275
+ linewidth=2.4,
276
+ label="Subgroup size stability",
277
+ )
278
+
279
+ row_mean_internal = row_stats["internal_profile"]["mean"]
280
+ row_mean_size = row_stats["subgroup_size"]["mean"]
281
+ ax.axvline(row_mean_internal, color=INTERNAL_COLOR, linestyle="--", linewidth=1.2, alpha=0.8)
282
+ ax.axvline(row_mean_size, color=SIZE_COLOR, linestyle="--", linewidth=1.2, alpha=0.8)
283
+
284
+ ax.set_xlim(0.0, 1.0)
285
+ ax.set_xlabel("Query-level subgroup score")
286
+ ax.set_ylabel("Relative density (area = 1)")
287
+ ax.set_title("Support vs. profile at the query level")
288
+ ax.text(
289
+ 0.015,
290
+ 0.97,
291
+ (
292
+ f"Queries: internal = {row_stats['internal_profile']['count']}, "
293
+ f"size = {row_stats['subgroup_size']['count']}\n"
294
+ f"Means: internal = {row_mean_internal:.3f}, size = {row_mean_size:.3f}\n"
295
+ f"Medians: internal = {row_stats['internal_profile']['median']:.3f}, "
296
+ f"size = {row_stats['subgroup_size']['median']:.3f}"
297
+ ),
298
+ transform=ax.transAxes,
299
+ va="top",
300
+ ha="left",
301
+ fontsize=9.0,
302
+ bbox={"boxstyle": "round,pad=0.25", "facecolor": "white", "edgecolor": "#CCCCCC", "alpha": 0.96},
303
+ )
304
+ ax.legend(frameon=False, loc="upper right")
305
+ ax.grid(True, color="#D8DDE3", linewidth=0.8, alpha=0.8)
306
+ ax.spines["top"].set_visible(False)
307
+ ax.spines["right"].set_visible(False)
308
+ fig.tight_layout()
309
+
310
+ fig.savefig(out_dir / "support_vs_profile_query_density.png", dpi=240)
311
+ fig.savefig(out_dir / "support_vs_profile_query_density.pdf")
312
+ plt.close(fig)
313
+
314
+
315
+ if __name__ == "__main__":
316
+ main()
evaluation/query_family/subgroup/support_vs_profile_analysis/dataset_model_branch_gaps.csv ADDED
@@ -0,0 +1,433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset_id,dataset_prefix,model_id,model_label,internal_profile_stability,subgroup_size_stability,internal_profile_stability__query_count,subgroup_size_stability__query_count,subgroup_structure_score,profile_minus_size,active_subitem_count,size_minus_internal
2
+ c2,c,arf,ARF,1.0,0.550712393939394,25.0,33.0,0.7753561969696969,0.449287606060606,2,-0.449287606060606
3
+ c2,c,bayesnet,BayesNet,1.0,0.5463347575757577,25.0,33.0,0.7731673787878788,0.4536652424242423,2,-0.45366524242424233
4
+ c2,c,ctgan,CTGAN,1.0,0.5425895757575758,25.0,33.0,0.7712947878787879,0.4574104242424242,2,-0.4574104242424242
5
+ c2,c,forestdiffusion,ForestDiffusion,0.16766668,0.1418831212121212,25.0,33.0,0.1547749006060606,0.0257835587878788,2,-0.025783558787878802
6
+ c2,c,realtabformer,RealTabFormer,1.0,0.5611173636363637,25.0,33.0,0.7805586818181818,0.4388826363636363,2,-0.43888263636363634
7
+ c2,c,tabbyflow,TabbyFlow,0.23813336,0.153810606060606,25.0,33.0,0.195971983030303,0.0843227539393939,2,-0.08432275393939398
8
+ c2,c,tabddpm,TabDDPM,0.177,0.1449035757575757,25.0,33.0,0.1609517878787879,0.0320964242424242,2,-0.03209642424242429
9
+ c2,c,tabdiff,TabDiff,0.23813336,0.1535560303030303,25.0,33.0,0.1958446951515151,0.0845773296969696,2,-0.08457732969696968
10
+ c2,c,tabpfgen,TabPFGen,0.919,0.473514,25.0,33.0,0.696257,0.445486,2,-0.44548600000000005
11
+ c2,c,tabsyn,TabSyn,0.23213336,0.1528223636363636,25.0,33.0,0.1924778618181818,0.0793109963636363,2,-0.07931099636363642
12
+ c2,c,tvae,TVAE,0.964,0.4936599696969697,25.0,33.0,0.7288299848484849,0.4703400303030303,2,-0.4703400303030303
13
+ c3,c,arf,ARF,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
14
+ c3,c,bayesnet,BayesNet,0.275,0.6752173913043479,21.0,23.0,0.4751086956521739,-0.4002173913043478,2,0.40021739130434786
15
+ c3,c,ctgan,CTGAN,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
16
+ c3,c,realtabformer,RealTabFormer,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
17
+ c3,c,tabbyflow,TabbyFlow,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
18
+ c3,c,tabddpm,TabDDPM,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
19
+ c3,c,tabdiff,TabDiff,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
20
+ c3,c,tabpfgen,TabPFGen,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
21
+ c3,c,tabsyn,TabSyn,0.1428571428571428,0.1304347826086956,21.0,23.0,0.1366459627329192,0.0124223602484472,2,-0.0124223602484472
22
+ c3,c,tvae,TVAE,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
23
+ c4,c,arf,ARF,0.982,0.5493181818181818,25.0,33.0,0.7656590909090909,0.4326818181818181,2,-0.43268181818181817
24
+ c4,c,bayesnet,BayesNet,1.0,0.5492424242424242,25.0,33.0,0.7746212121212122,0.4507575757575758,2,-0.4507575757575758
25
+ c4,c,ctgan,CTGAN,1.0,0.5363636363636365,25.0,33.0,0.7681818181818183,0.4636363636363635,2,-0.4636363636363635
26
+ c4,c,forestdiffusion,ForestDiffusion,0.946,0.5250000000000001,25.0,33.0,0.7355,0.4209999999999998,2,-0.4209999999999998
27
+ c4,c,realtabformer,RealTabFormer,1.0,0.5511363636363636,25.0,33.0,0.7755681818181819,0.4488636363636363,2,-0.44886363636363635
28
+ c4,c,tabbyflow,TabbyFlow,1.0,0.5386363636363637,25.0,33.0,0.7693181818181818,0.4613636363636363,2,-0.4613636363636363
29
+ c4,c,tabddpm,TabDDPM,0.982,0.5454545454545454,25.0,33.0,0.7637272727272727,0.4365454545454545,2,-0.43654545454545457
30
+ c4,c,tabdiff,TabDiff,0.982,0.5425,25.0,33.0,0.76225,0.4395,2,-0.4395
31
+ c4,c,tabpfgen,TabPFGen,0.982,0.5501298787878789,25.0,33.0,0.7660649393939394,0.4318701212121211,2,-0.4318701212121211
32
+ c4,c,tabsyn,TabSyn,0.946,0.5318181818181819,25.0,33.0,0.738909090909091,0.4141818181818181,2,-0.4141818181818181
33
+ c4,c,tvae,TVAE,0.982,0.5386363636363637,25.0,33.0,0.7603181818181819,0.4433636363636363,2,-0.4433636363636363
34
+ c5,c,arf,ARF,0.985,0.5735744545454545,25.0,33.0,0.7792872272727273,0.4114255454545454,2,-0.41142554545454546
35
+ c5,c,bayesnet,BayesNet,0.95085,0.5075114242424243,25.0,33.0,0.7291807121212122,0.4433385757575757,2,-0.4433385757575756
36
+ c5,c,ctgan,CTGAN,0.9526,0.5239459696969697,25.0,33.0,0.7382729848484848,0.4286540303030303,2,-0.4286540303030303
37
+ c5,c,realtabformer,RealTabFormer,0.994,0.5694104242424243,25.0,33.0,0.7817052121212122,0.4245895757575758,2,-0.4245895757575757
38
+ c5,c,tabbyflow,TabbyFlow,1.0,0.5842634545454546,25.0,33.0,0.7921317272727273,0.4157365454545454,2,-0.4157365454545454
39
+ c5,c,tabddpm,TabDDPM,0.991,0.5335973333333334,25.0,33.0,0.7622986666666667,0.4574026666666666,2,-0.4574026666666666
40
+ c5,c,tabdiff,TabDiff,0.9616,0.5212203333333334,25.0,33.0,0.7414101666666667,0.4403796666666666,2,-0.4403796666666666
41
+ c5,c,tabpfgen,TabPFGen,0.9776,0.5545409696969698,25.0,33.0,0.766070484848485,0.4230590303030302,2,-0.42305903030303027
42
+ c5,c,tabsyn,TabSyn,0.985,0.5263858484848485,25.0,33.0,0.7556929242424242,0.4586141515151515,2,-0.4586141515151515
43
+ c5,c,tvae,TVAE,0.928,0.5097592424242425,25.0,33.0,0.7188796212121212,0.4182407575757574,2,-0.4182407575757575
44
+ c6,c,arf,ARF,0.3651625714285714,0.5124462068965517,21.0,29.0,0.4388043891625616,-0.1472836354679803,2,0.14728363546798035
45
+ c6,c,bayesnet,BayesNet,0.4284299523809524,0.5314501724137931,21.0,29.0,0.4799400623973727,-0.1030202200328407,2,0.10302022003284073
46
+ c6,c,ctgan,CTGAN,0.3367355238095238,0.4147151724137931,21.0,29.0,0.3757253481116585,-0.0779796486042693,2,0.07797964860426926
47
+ c6,c,realtabformer,RealTabFormer,0.5424994285714286,0.5435698620689655,21.0,29.0,0.5430346453201971,-0.0010704334975368,2,0.0010704334975368823
48
+ c6,c,tabbyflow,TabbyFlow,0.3417297142857143,0.5043883103448276,21.0,29.0,0.4230590123152709,-0.1626585960591132,2,0.16265859605911326
49
+ c6,c,tabdiff,TabDiff,0.362113619047619,0.4963698620689655,21.0,29.0,0.4292417405582923,-0.1342562430213465,2,0.13425624302134648
50
+ c6,c,tabpfgen,TabPFGen,0.3854356190476191,0.5351597586206897,21.0,29.0,0.4602976888341543,-0.1497241395730705,2,0.14972413957307057
51
+ c6,c,tabsyn,TabSyn,0.3893078571428572,0.5252205172413793,21.0,29.0,0.4572641871921182,-0.1359126600985221,2,0.1359126600985221
52
+ c6,c,tvae,TVAE,0.3450341428571428,0.432986,21.0,29.0,0.3890100714285714,-0.0879518571428571,2,0.08795185714285719
53
+ c7,c,arf,ARF,0.9568,0.547022696969697,25.0,33.0,0.7519113484848485,0.4097773030303031,2,-0.409777303030303
54
+ c7,c,bayesnet,BayesNet,1.0,0.5480716363636364,25.0,33.0,0.7740358181818182,0.4519283636363636,2,-0.4519283636363636
55
+ c7,c,ctgan,CTGAN,0.9928,0.5431076969696971,25.0,33.0,0.7679538484848485,0.4496923030303029,2,-0.44969230303030294
56
+ c7,c,forestdiffusion,ForestDiffusion,0.93907896,0.5385981515151516,25.0,33.0,0.7388385557575757,0.4004808084848483,2,-0.40048080848484846
57
+ c7,c,realtabformer,RealTabFormer,1.0,0.5480716363636364,25.0,33.0,0.7740358181818182,0.4519283636363636,2,-0.4519283636363636
58
+ c7,c,tabbyflow,TabbyFlow,0.9388,0.495284696969697,25.0,33.0,0.7170423484848485,0.4435153030303029,2,-0.44351530303030295
59
+ c7,c,tabddpm,TabDDPM,1.0,0.5492424242424242,25.0,33.0,0.7746212121212122,0.4507575757575758,2,-0.4507575757575758
60
+ c7,c,tabdiff,TabDiff,0.946,0.495284696969697,25.0,33.0,0.7206423484848485,0.4507153030303029,2,-0.45071530303030294
61
+ c7,c,tabpfgen,TabPFGen,0.9514,0.4951049090909091,25.0,33.0,0.7232524545454546,0.4562950909090909,2,-0.45629509090909093
62
+ c7,c,tabsyn,TabSyn,0.8308,0.5134670000000001,25.0,33.0,0.6721335,0.3173329999999998,2,-0.31733299999999987
63
+ c7,c,tvae,TVAE,0.9406,0.5423950909090909,25.0,33.0,0.7414975454545454,0.3982049090909091,2,-0.3982049090909091
64
+ c8,c,arf,ARF,0.55,0.55,20.0,26.0,0.55,0.0,2,0.0
65
+ c8,c,bayesnet,BayesNet,0.55,0.55,20.0,26.0,0.55,0.0,2,0.0
66
+ c8,c,ctgan,CTGAN,0.55,0.55,20.0,26.0,0.55,0.0,2,0.0
67
+ c8,c,forestdiffusion,ForestDiffusion,0.515,0.5019230769230769,20.0,26.0,0.5084615384615385,0.013076923076923,2,-0.013076923076923097
68
+ c8,c,realtabformer,RealTabFormer,0.55,0.55,20.0,26.0,0.55,0.0,2,0.0
69
+ c8,c,tabbyflow,TabbyFlow,0.2316667,0.2115822692307692,20.0,26.0,0.2216244846153846,0.0200844307692308,2,-0.020084430769230804
70
+ c8,c,tabddpm,TabDDPM,0.1966667,0.2032051538461538,20.0,26.0,0.1999359269230769,-0.0065384538461538,2,0.006538453846153813
71
+ c8,c,tabdiff,TabDiff,0.235,0.209908,20.0,26.0,0.222454,0.025092,2,-0.025091999999999975
72
+ c8,c,tabpfgen,TabPFGen,0.55,0.55,20.0,26.0,0.55,0.0,2,0.0
73
+ c8,c,tabsyn,TabSyn,0.305,0.3076923076923077,20.0,26.0,0.3063461538461539,-0.0026923076923076,2,0.002692307692307716
74
+ c8,c,tvae,TVAE,0.535,0.5326923076923078,20.0,26.0,0.5338461538461539,0.0023076923076922,2,-0.002307692307692233
75
+ c9,c,arf,ARF,0.23787228,0.4193787575757576,25.0,33.0,0.3286255187878788,-0.1815064775757575,2,0.1815064775757576
76
+ c9,c,bayesnet,BayesNet,0.22628776,0.2589027272727273,25.0,33.0,0.2425952436363637,-0.0326149672727273,2,0.03261496727272728
77
+ c9,c,ctgan,CTGAN,0.2257106,0.2536091818181818,25.0,33.0,0.2396598909090909,-0.0278985818181817,2,0.027898581818181806
78
+ c9,c,forestdiffusion,ForestDiffusion,0.18784136,0.2677577575757575,25.0,33.0,0.2277995587878787,-0.0799163975757575,2,0.07991639757575747
79
+ c9,c,realtabformer,RealTabFormer,0.36372132,0.5239933333333333,25.0,33.0,0.4438573266666666,-0.1602720133333333,2,0.1602720133333333
80
+ c9,c,tabbyflow,TabbyFlow,0.24640368,0.4866677878787879,25.0,33.0,0.366535733939394,-0.2402641078787878,2,0.24026410787878788
81
+ c9,c,tabddpm,TabDDPM,0.19861716,0.266567606060606,25.0,33.0,0.232592383030303,-0.067950446060606,2,0.06795044606060599
82
+ c9,c,tabdiff,TabDiff,0.24754176,0.4890936363636364,25.0,33.0,0.3683176981818182,-0.2415518763636364,2,0.2415518763636364
83
+ c9,c,tabpfgen,TabPFGen,0.23610796,0.3930563939393939,25.0,33.0,0.3145821769696969,-0.1569484339393939,2,0.1569484339393939
84
+ c9,c,tabsyn,TabSyn,0.2465212,0.4824734545454545,25.0,33.0,0.3644973272727272,-0.2359522545454545,2,0.2359522545454545
85
+ c9,c,tvae,TVAE,0.2189824,0.2501331818181818,25.0,33.0,0.2345577909090909,-0.0311507818181818,2,0.03115078181818179
86
+ c10,c,arf,ARF,0.198,0.1246630384615384,20.0,26.0,0.1613315192307692,0.0733369615384615,2,-0.07333696153846161
87
+ c10,c,bayesnet,BayesNet,0.1,0.1246628846153846,20.0,26.0,0.1123314423076923,-0.0246628846153846,2,0.0246628846153846
88
+ c10,c,ctgan,CTGAN,0.5197857000000001,0.5390796538461539,20.0,26.0,0.529432676923077,-0.0192939538461537,2,0.019293953846153733
89
+ c10,c,forestdiffusion,ForestDiffusion,0.133154,0.1246630384615384,20.0,26.0,0.1289085192307692,0.0084909615384615,2,-0.0084909615384616
90
+ c10,c,realtabformer,RealTabFormer,0.4989513,0.4511416538461539,20.0,26.0,0.475046476923077,0.0478096461538461,2,-0.047809646153846086
91
+ c10,c,tabbyflow,TabbyFlow,0.226,0.1585483846153846,20.0,26.0,0.1922741923076923,0.0674516153846154,2,-0.06745161538461542
92
+ c10,c,tabddpm,TabDDPM,0.199,0.1961538461538461,20.0,26.0,0.1975769230769231,0.0028461538461538,2,-0.002846153846153915
93
+ c10,c,tabpfgen,TabPFGen,0.1,0.1249243461538461,20.0,26.0,0.112462173076923,-0.0249243461538461,2,0.02492434615384609
94
+ c10,c,tabsyn,TabSyn,0.196,0.1594463076923076,20.0,26.0,0.1777231538461538,0.0365536923076923,2,-0.0365536923076924
95
+ c10,c,tvae,TVAE,0.5043462,0.5066938076923078,20.0,26.0,0.5055200038461538,-0.0023476076923077,2,0.002347607692307796
96
+ c11,c,arf,ARF,0.988,0.5326203333333334,25.0,33.0,0.7603101666666667,0.4553796666666666,2,-0.4553796666666666
97
+ c11,c,bayesnet,BayesNet,1.0,0.5481818181818182,25.0,33.0,0.7740909090909092,0.4518181818181818,2,-0.4518181818181818
98
+ c11,c,ctgan,CTGAN,0.988,0.5318181818181819,25.0,33.0,0.7599090909090909,0.4561818181818181,2,-0.45618181818181813
99
+ c11,c,forestdiffusion,ForestDiffusion,0.177,0.1444444545454545,25.0,33.0,0.1607222272727272,0.0325555454545454,2,-0.032555545454545504
100
+ c11,c,realtabformer,RealTabFormer,1.0,0.5528164242424243,25.0,33.0,0.7764082121212121,0.4471835757575757,2,-0.4471835757575757
101
+ c11,c,tabbyflow,TabbyFlow,0.177,0.1454545454545454,25.0,33.0,0.1612272727272727,0.0315454545454545,2,-0.0315454545454546
102
+ c11,c,tabddpm,TabDDPM,0.177,0.1454545454545454,25.0,33.0,0.1612272727272727,0.0315454545454545,2,-0.0315454545454546
103
+ c11,c,tabsyn,TabSyn,0.17466668,0.1381120606060606,25.0,33.0,0.1563893703030303,0.0365546193939393,2,-0.03655461939393939
104
+ c11,c,tvae,TVAE,1.0,0.5365151515151516,25.0,33.0,0.7682575757575758,0.4634848484848484,2,-0.4634848484848484
105
+ c12,c,arf,ARF,0.5381578947368422,0.5586538461538462,38.0,26.0,0.5484058704453442,-0.020495951417004,2,0.020495951417004
106
+ c12,c,bayesnet,BayesNet,0.55,0.5586538461538462,38.0,26.0,0.5543269230769231,-0.0086538461538461,2,0.008653846153846123
107
+ c12,c,ctgan,CTGAN,0.5440789473684211,0.5384615384615384,38.0,26.0,0.5412702429149798,0.0056174089068826,2,-0.0056174089068826705
108
+ c12,c,realtabformer,RealTabFormer,0.5440789473684211,0.573076923076923,38.0,26.0,0.5585779352226721,-0.0289979757085019,2,0.028997975708501933
109
+ c12,c,tabpfgen,TabPFGen,0.5263157894736842,0.55,38.0,26.0,0.5381578947368422,-0.0236842105263158,2,0.023684210526315863
110
+ c12,c,tvae,TVAE,0.3368421052631579,0.3163461538461538,38.0,26.0,0.3265941295546558,0.020495951417004,2,-0.02049595141700411
111
+ c13,c,arf,ARF,0.0534978,0.10000125,15.0,8.0,0.076749525,-0.0465034499999999,2,0.04650345
112
+ c13,c,bayesnet,BayesNet,0.0333336666666666,0.100000375,15.0,8.0,0.0666670208333333,-0.0666667083333333,2,0.06666670833333341
113
+ c13,c,ctgan,CTGAN,0.0366852,0.17265625,15.0,8.0,0.104670725,-0.13597105,2,0.13597105
114
+ c13,c,realtabformer,RealTabFormer,0.1769672666666666,0.5275000000000001,15.0,8.0,0.3522336333333333,-0.3505327333333334,2,0.35053273333333346
115
+ c13,c,tabddpm,TabDDPM,0.0477187999999999,0.18916675,15.0,8.0,0.118442775,-0.14144795,2,0.1414479500000001
116
+ c13,c,tvae,TVAE,0.0360185333333333,0.17265625,15.0,8.0,0.1043373916666666,-0.1366377166666667,2,0.13663771666666671
117
+ c14,c,arf,ARF,0.3862824411764706,0.2974880384615385,34.0,26.0,0.3418852398190045,0.0887944027149321,2,-0.08879440271493211
118
+ c14,c,bayesnet,BayesNet,0.4273145294117647,0.4832035,34.0,26.0,0.4552590147058823,-0.0558889705882353,2,0.05588897058823533
119
+ c14,c,ctgan,CTGAN,0.4288595,0.4553015384615385,34.0,26.0,0.4420805192307693,-0.0264420384615384,2,0.026442038461538475
120
+ c14,c,realtabformer,RealTabFormer,0.4738735,0.5322720769230769,34.0,26.0,0.5030727884615385,-0.0583985769230768,2,0.05839857692307687
121
+ c14,c,tabsyn,TabSyn,0.1869117352941176,0.1900452307692308,34.0,26.0,0.1884784830316742,-0.0031334954751131,2,0.0031334954751132127
122
+ c14,c,tvae,TVAE,0.2395234117647058,0.3257155384615385,34.0,26.0,0.2826194751131222,-0.0861921266968326,2,0.08619212669683271
123
+ c15,c,arf,ARF,0.4749189999999999,0.341505576923077,11.0,26.0,0.4082122884615384,0.1334134230769229,2,-0.13341342307692294
124
+ c15,c,bayesnet,BayesNet,0.2328855454545454,0.3121645769230769,11.0,26.0,0.2725250611888112,-0.0792790314685314,2,0.07927903146853152
125
+ c15,c,realtabformer,RealTabFormer,0.4068181818181818,0.5067307692307692,11.0,26.0,0.4567744755244755,-0.0999125874125873,2,0.0999125874125874
126
+ c15,c,tabsyn,TabSyn,0.2353020909090909,0.1464086538461538,11.0,26.0,0.1908553723776224,0.088893437062937,2,-0.08889343706293709
127
+ c15,c,tvae,TVAE,0.1843561818181818,0.1911295384615384,11.0,26.0,0.1877428601398601,-0.0067733566433566,2,0.006773356643356598
128
+ c16,c,arf,ARF,0.3846164038461538,0.5220931538461538,52.0,26.0,0.4533547788461538,-0.1374767499999999,2,0.13747675000000004
129
+ c16,c,bayesnet,BayesNet,0.3070086346153846,0.3746392692307693,52.0,26.0,0.3408239519230769,-0.0676306346153846,2,0.06763063461538471
130
+ c16,c,ctgan,CTGAN,0.3146706153846154,0.3860406153846153,52.0,26.0,0.3503556153846153,-0.0713699999999999,2,0.07136999999999993
131
+ c16,c,realtabformer,RealTabFormer,0.3667706923076922,0.4573930769230769,52.0,26.0,0.4120818846153846,-0.0906223846153846,2,0.09062238461538469
132
+ c16,c,tabsyn,TabSyn,0.1668768269230769,0.1453525384615384,52.0,26.0,0.1561146826923077,0.0215242884615384,2,-0.021524288461538504
133
+ c16,c,tvae,TVAE,0.2149160769230769,0.2605380769230769,52.0,26.0,0.2377270769230769,-0.045622,2,0.045621999999999996
134
+ c17,c,arf,ARF,0.2543351111111111,0.4218887586206897,18.0,29.0,0.3381119348659004,-0.1675536475095785,2,0.16755364750957857
135
+ c17,c,bayesnet,BayesNet,0.2429114444444444,0.4224673793103448,18.0,29.0,0.3326894118773946,-0.1795559348659004,2,0.17955593486590038
136
+ c17,c,ctgan,CTGAN,0.2730900555555556,0.5012576206896552,18.0,29.0,0.3871738381226054,-0.2281675651340995,2,0.22816756513409958
137
+ c17,c,realtabformer,RealTabFormer,0.2422115555555555,0.4365871379310345,18.0,29.0,0.339399346743295,-0.1943755823754789,2,0.19437558237547897
138
+ c17,c,tabpfgen,TabPFGen,0.2502735,0.4158095517241379,18.0,29.0,0.3330415258620689,-0.1655360517241379,2,0.16553605172413793
139
+ c17,c,tabsyn,TabSyn,0.2048071111111111,0.1411153793103448,18.0,29.0,0.1729612452107279,0.0636917318007662,2,-0.06369173180076632
140
+ c17,c,tvae,TVAE,0.2495721666666666,0.4644432068965518,18.0,29.0,0.3570076867816092,-0.2148710402298851,2,0.21487104022988518
141
+ c18,c,arf,ARF,0.2474007,0.3673312608695652,40.0,23.0,0.3073659804347826,-0.1199305608695652,2,0.11993056086956519
142
+ c18,c,bayesnet,BayesNet,0.2303008999999999,0.3684995217391304,40.0,23.0,0.2994002108695652,-0.1381986217391304,2,0.13819862173913053
143
+ c18,c,realtabformer,RealTabFormer,0.323637575,0.4402150434782609,40.0,23.0,0.3819263092391304,-0.1165774684782608,2,0.11657746847826089
144
+ c18,c,tabsyn,TabSyn,0.147433525,0.1611125217391304,40.0,23.0,0.1542730233695652,-0.0136789967391304,2,0.013678996739130395
145
+ c19,c,arf,ARF,0.4678620909090909,0.55,77.0,7.0,0.5089310454545455,-0.0821379090909091,2,0.08213790909090912
146
+ c19,c,bayesnet,BayesNet,0.3234277662337662,0.4214425714285715,77.0,7.0,0.3724351688311689,-0.0980148051948052,2,0.09801480519480532
147
+ c19,c,ctgan,CTGAN,0.3116817012987013,0.4385502857142857,77.0,7.0,0.3751159935064935,-0.1268685844155844,2,0.1268685844155844
148
+ c19,c,realtabformer,RealTabFormer,0.2688527922077922,0.3410714285714286,77.0,7.0,0.3049621103896104,-0.0722186363636363,2,0.0722186363636364
149
+ c19,c,tabpfgen,TabPFGen,0.1168342857142857,0.1000182857142857,77.0,7.0,0.1084262857142857,0.016816,2,-0.016815999999999998
150
+ c19,c,tabsyn,TabSyn,0.1726506363636363,0.165508,77.0,7.0,0.1690793181818181,0.0071426363636363,2,-0.007142636363636323
151
+ c19,c,tvae,TVAE,0.3118838181818182,0.4396825714285715,77.0,7.0,0.3757831948051948,-0.1277987532467532,2,0.12779875324675327
152
+ c20,c,arf,ARF,0.1235639696969697,0.2042003636363636,33.0,33.0,0.1638821666666666,-0.0806363939393939,2,0.0806363939393939
153
+ c20,c,bayesnet,BayesNet,0.5178073030303031,0.5310833333333334,33.0,33.0,0.5244453181818183,-0.0132760303030302,2,0.013276030303030262
154
+ c20,c,ctgan,CTGAN,0.5126579696969696,0.5098383333333333,33.0,33.0,0.5112481515151515,0.0028196363636363,2,-0.0028196363636363575
155
+ c20,c,forestdiffusion,ForestDiffusion,0.0782551818181818,0.1331485454545454,33.0,33.0,0.1057018636363636,-0.0548933636363636,2,0.054893363636363615
156
+ c20,c,realtabformer,RealTabFormer,0.527626090909091,0.5311101212121212,33.0,33.0,0.5293681060606061,-0.0034840303030302,2,0.003484030303030239
157
+ c20,c,tabbyflow,TabbyFlow,0.105941303030303,0.1447673939393939,33.0,33.0,0.1253543484848485,-0.0388260909090909,2,0.03882609090909089
158
+ c20,c,tabddpm,TabDDPM,0.1604735151515151,0.1909090909090909,33.0,33.0,0.175691303030303,-0.0304355757575757,2,0.0304355757575758
159
+ c20,c,tabpfgen,TabPFGen,0.1030495454545454,0.203221606060606,33.0,33.0,0.1531355757575757,-0.1001720606060606,2,0.1001720606060606
160
+ c20,c,tabsyn,TabSyn,0.1330010303030303,0.1747364545454545,33.0,33.0,0.1538687424242424,-0.0417354242424242,2,0.04173542424242421
161
+ c20,c,tvae,TVAE,0.506392,0.5121516060606062,33.0,33.0,0.5092718030303031,-0.0057596060606062,2,0.005759606060606215
162
+ m1,m,arf,ARF,0.5139614411764706,0.5580741250000001,34.0,8.0,0.5360177830882353,-0.0441126838235295,2,0.04411268382352951
163
+ m1,m,bayesnet,BayesNet,0.5132634117647059,0.55803575,34.0,8.0,0.5356495808823529,-0.0447723382352941,2,0.04477233823529414
164
+ m1,m,ctgan,CTGAN,0.5042105588235294,0.555113625,34.0,8.0,0.5296620919117647,-0.0509030661764706,2,0.05090306617647067
165
+ m1,m,realtabformer,RealTabFormer,0.4152741470588235,0.53928575,34.0,8.0,0.4772799485294118,-0.1240116029411764,2,0.12401160294117652
166
+ m1,m,tabbyflow,TabbyFlow,0.4987560294117647,0.540625,34.0,8.0,0.5196905147058823,-0.0418689705882353,2,0.0418689705882353
167
+ m1,m,tabddpm,TabDDPM,0.400526,0.55,34.0,8.0,0.475263,-0.149474,2,0.14947400000000005
168
+ m1,m,tabdiff,TabDiff,0.5147772941176472,0.6175,34.0,8.0,0.5661386470588237,-0.1027227058823528,2,0.10272270588235288
169
+ m1,m,tabpfgen,TabPFGen,0.4732303529411765,0.566363625,34.0,8.0,0.5197969889705882,-0.0931332720588235,2,0.09313327205882355
170
+ m1,m,tabsyn,TabSyn,0.4600382647058824,0.55,34.0,8.0,0.5050191323529412,-0.0899617352941176,2,0.08996173529411766
171
+ m1,m,tvae,TVAE,0.3124155882352941,0.4234375,34.0,8.0,0.3679265441176471,-0.1110219117647058,2,0.11102191176470594
172
+ m2,m,arf,ARF,0.5319231,0.4619678461538462,20.0,26.0,0.496945473076923,0.0699552538461538,2,-0.06995525384615381
173
+ m2,m,bayesnet,BayesNet,0.5050000000000001,0.4961638461538462,20.0,26.0,0.5005819230769232,0.0088361538461539,2,-0.008836153846153938
174
+ m2,m,ctgan,CTGAN,0.5050000000000001,0.4702023076923077,20.0,26.0,0.4876011538461539,0.0347976923076924,2,-0.03479769230769242
175
+ m2,m,realtabformer,RealTabFormer,0.5389091,0.5130898461538462,20.0,26.0,0.5259994730769231,0.0258192538461538,2,-0.0258192538461538
176
+ m2,m,tabddpm,TabDDPM,0.2298737,0.3883499230769231,20.0,26.0,0.3091118115384615,-0.1584762230769231,2,0.15847622307692313
177
+ m2,m,tabpfgen,TabPFGen,0.5050571,0.5134724615384616,20.0,26.0,0.5092647807692308,-0.0084153615384615,2,0.008415361538461563
178
+ m2,m,tabsyn,TabSyn,0.4633889,0.4687638076923077,20.0,26.0,0.4660763538461538,-0.0053749076923077,2,0.0053749076923076955
179
+ m2,m,tvae,TVAE,0.5050000000000001,0.4615484615384616,20.0,26.0,0.4832742307692308,0.0434515384615385,2,-0.04345153846153854
180
+ m4,m,arf,ARF,0.5509090888888889,0.55,45.0,7.0,0.5504545444444444,0.0009090888888888,2,-0.0009090888888888538
181
+ m4,m,bayesnet,BayesNet,0.546,0.55,45.0,7.0,0.548,-0.004,2,0.0040000000000000036
182
+ m4,m,ctgan,CTGAN,0.5378443333333334,0.5316325714285715,45.0,7.0,0.5347384523809524,0.0062117619047619,2,-0.006211761904761914
183
+ m4,m,forestdiffusion,ForestDiffusion,0.5166666666666667,0.55,45.0,7.0,0.5333333333333334,-0.0333333333333333,2,0.033333333333333326
184
+ m4,m,realtabformer,RealTabFormer,0.546,0.55,45.0,7.0,0.548,-0.004,2,0.0040000000000000036
185
+ m4,m,tabbyflow,TabbyFlow,0.5426666666666667,0.55,45.0,7.0,0.5463333333333333,-0.0073333333333333,2,0.007333333333333303
186
+ m4,m,tabddpm,TabDDPM,0.3817592444444445,0.4452380000000001,45.0,7.0,0.4134986222222223,-0.0634787555555556,2,0.0634787555555556
187
+ m4,m,tabdiff,TabDiff,0.5509090888888889,0.55,45.0,7.0,0.5504545444444444,0.0009090888888888,2,-0.0009090888888888538
188
+ m4,m,tabpfgen,TabPFGen,0.5513438666666667,0.55,45.0,7.0,0.5506719333333334,0.0013438666666666,2,-0.0013438666666666377
189
+ m4,m,tabsyn,TabSyn,0.5541558444444444,0.6902597142857143,45.0,7.0,0.6222077793650793,-0.1361038698412698,2,0.13610386984126988
190
+ m4,m,tvae,TVAE,0.531,0.55,45.0,7.0,0.5405,-0.019,2,0.019000000000000017
191
+ m5,m,arf,ARF,0.4359436,0.528573,20.0,26.0,0.4822583,-0.0926293999999999,2,0.09262939999999997
192
+ m5,m,bayesnet,BayesNet,0.3513529,0.5137482692307693,20.0,26.0,0.4325505846153846,-0.1623953692307693,2,0.1623953692307693
193
+ m5,m,ctgan,CTGAN,0.2169992999999999,0.3542609230769231,20.0,26.0,0.2856301115384615,-0.1372616230769231,2,0.1372616230769232
194
+ m5,m,forestdiffusion,ForestDiffusion,0.3907401,0.2956368461538461,20.0,26.0,0.3431884730769231,0.0951032538461538,2,-0.09510325384615387
195
+ m5,m,realtabformer,RealTabFormer,0.4853571,0.5401008076923077,20.0,26.0,0.5127289538461539,-0.0547437076923076,2,0.05474370769230774
196
+ m5,m,tabbyflow,TabbyFlow,0.4400625000000001,0.5086543461538462,20.0,26.0,0.4743584230769231,-0.0685918461538461,2,0.06859184615384611
197
+ m5,m,tabddpm,TabDDPM,0.2035534,0.1450495384615384,20.0,26.0,0.1743014692307692,0.0585038615384615,2,-0.0585038615384616
198
+ m5,m,tabdiff,TabDiff,0.4024417,0.5052972692307692,20.0,26.0,0.4538694846153847,-0.1028555692307691,2,0.10285556923076922
199
+ m5,m,tabpfgen,TabPFGen,0.406,0.5407245,20.0,26.0,0.47336225,-0.1347245,2,0.13472450000000002
200
+ m5,m,tabsyn,TabSyn,0.4568801999999999,0.5232368846153846,20.0,26.0,0.4900585423076923,-0.0663566846153846,2,0.06635668461538474
201
+ m5,m,tvae,TVAE,0.200764,0.3126178461538461,20.0,26.0,0.2566909230769231,-0.1118538461538461,2,0.11185384615384608
202
+ m6,m,arf,ARF,0.4518345142857143,0.3809777692307692,35.0,26.0,0.4164061417582417,0.0708567450549451,2,-0.0708567450549451
203
+ m6,m,bayesnet,BayesNet,0.4282961142857143,0.3819696538461539,35.0,26.0,0.4051328840659341,0.0463264604395604,2,-0.0463264604395604
204
+ m6,m,ctgan,CTGAN,0.3923300857142857,0.3250418461538462,35.0,26.0,0.358685965934066,0.0672882395604395,2,-0.0672882395604395
205
+ m6,m,forestdiffusion,ForestDiffusion,0.3863471142857143,0.3205813846153846,35.0,26.0,0.3534642494505494,0.0657657296703296,2,-0.06576572967032968
206
+ m6,m,realtabformer,RealTabFormer,0.4353009714285714,0.3810677307692308,35.0,26.0,0.4081843510989011,0.0542332406593406,2,-0.0542332406593406
207
+ m6,m,tabbyflow,TabbyFlow,0.4003594,0.3498163076923077,35.0,26.0,0.3750878538461538,0.0505430923076923,2,-0.05054309230769227
208
+ m6,m,tabddpm,TabDDPM,0.2629024,0.2277359615384615,35.0,26.0,0.2453191807692308,0.0351664384615384,2,-0.03516643846153847
209
+ m6,m,tabdiff,TabDiff,0.4097625142857143,0.3580505769230769,35.0,26.0,0.3839065456043956,0.0517119373626374,2,-0.051711937362637406
210
+ m6,m,tabpfgen,TabPFGen,0.3687509428571429,0.3200766153846154,35.0,26.0,0.3444137791208791,0.0486743274725274,2,-0.04867432747252748
211
+ m6,m,tabsyn,TabSyn,0.4151279142857143,0.3568050384615385,35.0,26.0,0.3859664763736263,0.0583228758241757,2,-0.05832287582417578
212
+ m6,m,tvae,TVAE,0.269418,0.2750528846153846,35.0,26.0,0.2722354423076923,-0.0056348846153846,2,0.005634884615384583
213
+ m7,m,arf,ARF,0.1387142666666666,0.5557692307692308,15.0,26.0,0.3472417487179487,-0.4170549641025641,2,0.41705496410256415
214
+ m7,m,bayesnet,BayesNet,0.1361428666666666,0.5582417692307693,15.0,26.0,0.3471923179487179,-0.4220989025641026,2,0.42209890256410265
215
+ m7,m,ctgan,CTGAN,0.1339999999999999,0.4946153846153847,15.0,26.0,0.3143076923076923,-0.3606153846153846,2,0.3606153846153848
216
+ m7,m,forestdiffusion,ForestDiffusion,0.1152222,0.3183199615384616,15.0,26.0,0.2167710807692308,-0.2030977615384616,2,0.2030977615384616
217
+ m7,m,realtabformer,RealTabFormer,0.1446825333333333,0.564011,15.0,26.0,0.3543467666666667,-0.4193284666666667,2,0.41932846666666673
218
+ m7,m,tabbyflow,TabbyFlow,0.1356666666666666,0.55,15.0,26.0,0.3428333333333334,-0.4143333333333333,2,0.41433333333333344
219
+ m7,m,tabddpm,TabDDPM,0.1161428666666666,0.3730769230769231,15.0,26.0,0.2446098948717949,-0.2569340564102564,2,0.25693405641025646
220
+ m7,m,tabdiff,TabDiff,0.1356666666666666,0.5711538461538462,15.0,26.0,0.3534102564102565,-0.4354871794871795,2,0.43548717948717963
221
+ m7,m,tabpfgen,TabPFGen,0.1352222,0.4894230769230769,15.0,26.0,0.3123226384615384,-0.354200876923077,2,0.3542008769230769
222
+ m7,m,tabsyn,TabSyn,0.1412222,0.5576923076923077,15.0,26.0,0.3494572538461538,-0.4164701076923077,2,0.41647010769230774
223
+ m7,m,tvae,TVAE,0.1173333333333333,0.4383653846153846,15.0,26.0,0.277849358974359,-0.3210320512820513,2,0.3210320512820513
224
+ m8,m,arf,ARF,0.5317828666666667,0.5395208461538462,15.0,26.0,0.5356518564102565,-0.0077379794871794,2,0.007737979487179469
225
+ m8,m,bayesnet,BayesNet,0.5129398666666667,0.5193364615384616,15.0,26.0,0.5161381641025642,-0.0063965948717948,2,0.006396594871794892
226
+ m8,m,ctgan,CTGAN,0.3802943333333333,0.4570374230769231,15.0,26.0,0.4186658782051282,-0.0767430897435897,2,0.07674308974358979
227
+ m8,m,forestdiffusion,ForestDiffusion,0.470265,0.5064721923076924,15.0,26.0,0.4883685961538462,-0.0362071923076923,2,0.03620719230769237
228
+ m8,m,realtabformer,RealTabFormer,0.535278,0.5459702692307693,15.0,26.0,0.5406241346153846,-0.0106922692307692,2,0.010692269230769269
229
+ m8,m,tabddpm,TabDDPM,0.5056942000000001,0.5400685384615385,15.0,26.0,0.5228813692307692,-0.0343743384615383,2,0.03437433846153837
230
+ m8,m,tabdiff,TabDiff,0.5311156,0.5417245,15.0,26.0,0.53642005,-0.0106089,2,0.010608900000000032
231
+ m8,m,tabpfgen,TabPFGen,0.5399174,0.5438572692307693,15.0,26.0,0.5418873346153846,-0.0039398692307692,2,0.003939869230769277
232
+ m8,m,tabsyn,TabSyn,0.5356353333333334,0.5452349615384615,15.0,26.0,0.5404351474358975,-0.0095996282051281,2,0.009599628205128163
233
+ m8,m,tvae,TVAE,0.2904538666666666,0.4394257307692308,15.0,26.0,0.3649397987179487,-0.1489718641025641,2,0.1489718641025642
234
+ m9,m,arf,ARF,0.42101415625,0.4967145384615384,32.0,26.0,0.4588643473557692,-0.0757003822115384,2,0.07570038221153841
235
+ m9,m,bayesnet,BayesNet,0.414536875,0.4995917307692308,32.0,26.0,0.4570643028846154,-0.0850548557692307,2,0.08505485576923077
236
+ m9,m,ctgan,CTGAN,0.4096678125,0.4858348461538462,32.0,26.0,0.4477513293269231,-0.0761670336538462,2,0.0761670336538462
237
+ m9,m,forestdiffusion,ForestDiffusion,0.15108859375,0.1441407692307692,32.0,26.0,0.1476146814903846,0.0069478245192307,2,-0.006947824519230789
238
+ m9,m,realtabformer,RealTabFormer,0.50565284375,0.5378099230769231,32.0,26.0,0.5217313834134616,-0.0321570793269231,2,0.03215707932692313
239
+ m9,m,tabddpm,TabDDPM,0.4301129375,0.5020671153846155,32.0,26.0,0.4660900264423077,-0.0719541778846154,2,0.07195417788461544
240
+ m9,m,tabpfgen,TabPFGen,0.371668,0.3889255,32.0,26.0,0.38029675,-0.0172575,2,0.01725749999999998
241
+ m9,m,tabsyn,TabSyn,0.46345475,0.5152448076923077,32.0,26.0,0.4893497788461539,-0.0517900576923077,2,0.05179005769230771
242
+ m9,m,tvae,TVAE,0.2859958125,0.3696181153846153,32.0,26.0,0.3278069639423077,-0.0836223028846153,2,0.08362230288461531
243
+ m10,m,arf,ARF,0.3528283428571429,0.4651270384615384,35.0,26.0,0.4089776906593406,-0.1122986956043956,2,0.11229869560439554
244
+ m10,m,bayesnet,BayesNet,0.5178580285714286,0.5184086153846154,35.0,26.0,0.518133321978022,-0.0005505868131867,2,0.0005505868131867597
245
+ m10,m,ctgan,CTGAN,0.351218,0.4564723076923077,35.0,26.0,0.4038451538461539,-0.1052543076923077,2,0.1052543076923077
246
+ m10,m,forestdiffusion,ForestDiffusion,0.2434196,0.2187276538461538,35.0,26.0,0.2310736269230769,0.0246919461538461,2,-0.024691946153846206
247
+ m10,m,realtabformer,RealTabFormer,0.5403981142857143,0.5455761923076923,35.0,26.0,0.5429871532967032,-0.005178078021978,2,0.005178078021978005
248
+ m10,m,tabbyflow,TabbyFlow,0.4278020285714285,0.4974077692307693,35.0,26.0,0.4626048989010989,-0.0696057406593407,2,0.06960574065934078
249
+ m10,m,tabddpm,TabDDPM,0.1484132285714285,0.1690061153846153,35.0,26.0,0.158709671978022,-0.0205928868131868,2,0.0205928868131868
250
+ m10,m,tabpfgen,TabPFGen,0.3536230857142857,0.4673658846153846,35.0,26.0,0.4104944851648352,-0.1137427989010989,2,0.1137427989010989
251
+ m10,m,tabsyn,TabSyn,0.4376446,0.4977814230769231,35.0,26.0,0.4677130115384615,-0.060136823076923,2,0.060136823076923085
252
+ m10,m,tvae,TVAE,0.3495122571428571,0.4589837307692308,35.0,26.0,0.404247993956044,-0.1094714736263736,2,0.10947147362637372
253
+ m11,m,arf,ARF,0.4656548095238096,0.4428244230769231,42.0,26.0,0.4542396163003663,0.0228303864468865,2,-0.022830386446886508
254
+ m11,m,bayesnet,BayesNet,0.459163119047619,0.4430995384615385,42.0,26.0,0.4511313287545787,0.0160635805860805,2,-0.016063580586080484
255
+ m11,m,ctgan,CTGAN,0.4643711190476191,0.4441076153846154,42.0,26.0,0.4542393672161172,0.0202635036630037,2,-0.020263503663003668
256
+ m11,m,forestdiffusion,ForestDiffusion,0.3907252857142858,0.3535734230769231,42.0,26.0,0.3721493543956044,0.0371518626373627,2,-0.0371518626373627
257
+ m11,m,realtabformer,RealTabFormer,0.5324425476190476,0.5236481153846154,42.0,26.0,0.5280453315018315,0.0087944322344322,2,-0.008794432234432215
258
+ m11,m,tabbyflow,TabbyFlow,0.3066876666666667,0.2743756538461538,42.0,26.0,0.2905316602564103,0.0323120128205128,2,-0.03231201282051288
259
+ m11,m,tabddpm,TabDDPM,0.3455400952380952,0.306993,42.0,26.0,0.3262665476190476,0.0385470952380952,2,-0.038547095238095186
260
+ m11,m,tabsyn,TabSyn,0.3066876666666667,0.275287923076923,42.0,26.0,0.2909877948717949,0.0313997435897436,2,-0.03139974358974368
261
+ m11,m,tvae,TVAE,0.4292439047619047,0.393007,42.0,26.0,0.4111254523809524,0.0362369047619047,2,-0.03623690476190472
262
+ m12,m,arf,ARF,0.4901254761904762,0.50148125,42.0,8.0,0.4958033630952381,-0.0113557738095237,2,0.011355773809523795
263
+ m12,m,bayesnet,BayesNet,0.456266380952381,0.53406325,42.0,8.0,0.4951648154761905,-0.077796869047619,2,0.07779686904761901
264
+ m12,m,ctgan,CTGAN,0.2660522857142857,0.340805875,42.0,8.0,0.3034290803571429,-0.0747535892857143,2,0.0747535892857143
265
+ m12,m,realtabformer,RealTabFormer,0.5213986666666667,0.510338875,42.0,8.0,0.5158687708333334,0.0110597916666667,2,-0.011059791666666707
266
+ m12,m,tabbyflow,TabbyFlow,0.4593269285714286,0.52319875,42.0,8.0,0.4912628392857143,-0.0638718214285714,2,0.06387182142857145
267
+ m12,m,tabsyn,TabSyn,0.444918238095238,0.52789475,42.0,8.0,0.486406494047619,-0.0829765119047619,2,0.08297651190476196
268
+ m12,m,tvae,TVAE,0.2544073809523809,0.294441,42.0,8.0,0.2744241904761905,-0.040033619047619,2,0.040033619047619096
269
+ n1,n,arf,ARF,0.55,0.55,16.0,23.0,0.55,0.0,2,0.0
270
+ n1,n,bayesnet,BayesNet,0.55,0.55,16.0,23.0,0.55,0.0,2,0.0
271
+ n1,n,ctgan,CTGAN,0.55,0.55,16.0,23.0,0.55,0.0,2,0.0
272
+ n1,n,forestdiffusion,ForestDiffusion,0.100111,0.1101460434782608,16.0,23.0,0.1051285217391304,-0.0100350434782608,2,0.0100350434782608
273
+ n1,n,realtabformer,RealTabFormer,0.55,0.55,16.0,23.0,0.55,0.0,2,0.0
274
+ n1,n,tabbyflow,TabbyFlow,0.55,0.55,16.0,23.0,0.55,0.0,2,0.0
275
+ n1,n,tabddpm,TabDDPM,0.2,0.2,16.0,23.0,0.2,0.0,2,0.0
276
+ n1,n,tabpfgen,TabPFGen,0.55,0.55,16.0,23.0,0.55,0.0,2,0.0
277
+ n1,n,tabsyn,TabSyn,0.55,0.55,16.0,23.0,0.55,0.0,2,0.0
278
+ n1,n,tvae,TVAE,0.55,0.55,16.0,23.0,0.55,0.0,2,0.0
279
+ n2,n,arf,ARF,0.2997081578947368,,38.0,,0.2997081578947368,,1,
280
+ n2,n,bayesnet,BayesNet,0.4313157894736842,,38.0,,0.4313157894736842,,1,
281
+ n2,n,ctgan,CTGAN,0.115132,,38.0,,0.115132,,1,
282
+ n2,n,forestdiffusion,ForestDiffusion,0.1395527631578947,,38.0,,0.1395527631578947,,1,
283
+ n2,n,realtabformer,RealTabFormer,0.4439097368421053,,38.0,,0.4439097368421053,,1,
284
+ n2,n,tabbyflow,TabbyFlow,0.2,,38.0,,0.2,,1,
285
+ n2,n,tabddpm,TabDDPM,0.2071052631578947,,38.0,,0.2071052631578947,,1,
286
+ n2,n,tabdiff,TabDiff,0.2,,38.0,,0.2,,1,
287
+ n2,n,tabpfgen,TabPFGen,0.115132,,38.0,,0.115132,,1,
288
+ n2,n,tabsyn,TabSyn,0.3396388947368421,,38.0,,0.3396388947368421,,1,
289
+ n2,n,tvae,TVAE,0.115132,,38.0,,0.115132,,1,
290
+ n3,n,arf,ARF,0.1820568125,0.2412139565217391,16.0,23.0,0.2116353845108695,-0.0591571440217391,2,0.059157144021739105
291
+ n3,n,bayesnet,BayesNet,0.1816113125,0.2430327391304347,16.0,23.0,0.2123220258152174,-0.0614214266304347,2,0.06142142663043468
292
+ n3,n,ctgan,CTGAN,0.1173255625,0.1632035217391304,16.0,23.0,0.1402645421195652,-0.0458779592391304,2,0.04587795923913042
293
+ n3,n,forestdiffusion,ForestDiffusion,0.1494683125,0.1996164782608696,16.0,23.0,0.1745423953804348,-0.0501481657608695,2,0.050148165760869584
294
+ n3,n,realtabformer,RealTabFormer,0.4750351875,0.4726402173913043,16.0,23.0,0.4738377024456521,0.0023949701086956,2,-0.0023949701086957154
295
+ n3,n,tabbyflow,TabbyFlow,0.1565103125,0.3104935652173913,16.0,23.0,0.2335019388586956,-0.1539832527173913,2,0.1539832527173913
296
+ n3,n,tabddpm,TabDDPM,0.15596,0.2079303478260869,16.0,23.0,0.1819451739130434,-0.0519703478260869,2,0.05197034782608692
297
+ n3,n,tabpfgen,TabPFGen,0.117403375,0.165947652173913,16.0,23.0,0.1416755135869565,-0.048544277173913,2,0.04854427717391299
298
+ n3,n,tabsyn,TabSyn,0.126156,0.2722717391304348,16.0,23.0,0.1992138695652174,-0.1461157391304348,2,0.1461157391304348
299
+ n3,n,tvae,TVAE,0.1173255625,0.162388304347826,16.0,23.0,0.139856933423913,-0.045062741847826,2,0.04506274184782601
300
+ n4,n,arf,ARF,0.2225371929824561,0.2138735,57.0,8.0,0.218205346491228,0.0086636929824561,2,-0.008663692982456117
301
+ n4,n,bayesnet,BayesNet,0.1855976140350877,0.21315825,57.0,8.0,0.1993779320175439,-0.0275606359649122,2,0.02756063596491229
302
+ n4,n,ctgan,CTGAN,0.1457815087719298,0.156908375,57.0,8.0,0.1513449418859649,-0.0111268662280701,2,0.011126866228070187
303
+ n4,n,realtabformer,RealTabFormer,0.3941392280701754,0.409261875,57.0,8.0,0.4017005515350877,-0.0151226469298245,2,0.015122646929824624
304
+ n4,n,tabbyflow,TabbyFlow,0.2504182456140351,0.23332425,57.0,8.0,0.2418712478070175,0.017093995614035,2,-0.017093995614035074
305
+ n4,n,tabddpm,TabDDPM,0.1442831403508772,0.131651875,57.0,8.0,0.1379675076754386,0.0126312653508772,2,-0.012631265350877191
306
+ n4,n,tabpfgen,TabPFGen,0.1855491578947368,0.219120375,57.0,8.0,0.2023347664473684,-0.0335712171052631,2,0.0335712171052632
307
+ n4,n,tabsyn,TabSyn,0.2353288947368421,0.217759125,57.0,8.0,0.226544009868421,0.0175697697368421,2,-0.0175697697368421
308
+ n4,n,tvae,TVAE,0.1438185263157894,0.15702975,57.0,8.0,0.1504241381578947,-0.0132112236842105,2,0.013211223684210599
309
+ n5,n,arf,ARF,0.3097979649122807,0.327271625,57.0,8.0,0.3185347949561403,-0.0174736600877192,2,0.017473660087719334
310
+ n5,n,bayesnet,BayesNet,0.2554771228070175,0.330316625,57.0,8.0,0.2928968739035088,-0.0748395021929824,2,0.07483950219298247
311
+ n5,n,ctgan,CTGAN,0.2416238771929824,0.300840625,57.0,8.0,0.2712322510964912,-0.0592167478070175,2,0.05921674780701758
312
+ n5,n,forestdiffusion,ForestDiffusion,0.1421560701754385,0.100702875,57.0,8.0,0.1214294725877192,0.0414531951754385,2,-0.041453195175438495
313
+ n5,n,realtabformer,RealTabFormer,0.3412898771929825,0.3761205,57.0,8.0,0.3587051885964912,-0.0348306228070175,2,0.03483062280701754
314
+ n5,n,tabbyflow,TabbyFlow,0.2899412105263158,0.321444625,57.0,8.0,0.3056929177631579,-0.0315034144736842,2,0.03150341447368421
315
+ n5,n,tabddpm,TabDDPM,0.1168190175438596,0.116719875,57.0,8.0,0.1167694462719298,9.914254385964828e-05,2,-9.914254385959276e-05
316
+ n5,n,tabpfgen,TabPFGen,0.2776947368421052,0.327653875,57.0,8.0,0.3026743059210526,-0.0499591381578947,2,0.04995913815789477
317
+ n5,n,tabsyn,TabSyn,0.1957290175438596,0.107231875,57.0,8.0,0.1514804462719298,0.0884971425438596,2,-0.0884971425438596
318
+ n5,n,tvae,TVAE,0.2423974210526316,0.292656,57.0,8.0,0.2675267105263158,-0.0502585789473684,2,0.05025857894736843
319
+ n6,n,arf,ARF,0.5516917368421053,0.55,38.0,7.0,0.5508458684210527,0.0016917368421052,2,-0.0016917368421052181
320
+ n6,n,bayesnet,BayesNet,0.55,0.55,38.0,7.0,0.55,0.0,2,0.0
321
+ n6,n,ctgan,CTGAN,0.55,0.55,38.0,7.0,0.55,0.0,2,0.0
322
+ n6,n,forestdiffusion,ForestDiffusion,0.1380643421052631,0.100079,38.0,7.0,0.1190716710526315,0.0379853421052631,2,-0.03798534210526311
323
+ n6,n,realtabformer,RealTabFormer,0.55,0.55,38.0,7.0,0.55,0.0,2,0.0
324
+ n6,n,tabbyflow,TabbyFlow,0.55,0.55,38.0,7.0,0.55,0.0,2,0.0
325
+ n6,n,tabddpm,TabDDPM,0.1973684210526315,0.2,38.0,7.0,0.1986842105263158,-0.0026315789473684,2,0.0026315789473685125
326
+ n6,n,tabdiff,TabDiff,0.55,0.55,38.0,7.0,0.55,0.0,2,0.0
327
+ n6,n,tabpfgen,TabPFGen,0.55,0.55,38.0,7.0,0.55,0.0,2,0.0
328
+ n6,n,tabsyn,TabSyn,0.1807268684210526,0.14,38.0,7.0,0.1603634342105263,0.0407268684210526,2,-0.04072686842105258
329
+ n6,n,tvae,TVAE,0.55,0.55,38.0,7.0,0.55,0.0,2,0.0
330
+ n7,n,arf,ARF,0.4729807173913044,0.5129339565217392,46.0,23.0,0.4929573369565218,-0.0399532391304348,2,0.03995323913043486
331
+ n7,n,bayesnet,BayesNet,0.4892226956521739,0.5518420869565217,46.0,23.0,0.5205323913043478,-0.0626193913043478,2,0.0626193913043478
332
+ n7,n,ctgan,CTGAN,0.4695819347826088,0.5084239130434783,46.0,23.0,0.4890029239130435,-0.0388419782608695,2,0.03884197826086955
333
+ n7,n,forestdiffusion,ForestDiffusion,0.1705818478260869,0.1582706086956521,46.0,23.0,0.1644262282608695,0.0123112391304347,2,-0.012311239130434803
334
+ n7,n,realtabformer,RealTabFormer,0.4756040869565218,0.5410326086956523,46.0,23.0,0.5083183478260871,-0.0654285217391305,2,0.0654285217391305
335
+ n7,n,tabbyflow,TabbyFlow,0.4794377391304348,0.5311775217391305,46.0,23.0,0.5053076304347827,-0.0517397826086956,2,0.05173978260869566
336
+ n7,n,tabddpm,TabDDPM,0.433395652173913,0.4669739130434783,46.0,23.0,0.4501847826086956,-0.0335782608695652,2,0.03357826086956528
337
+ n7,n,tabpfgen,TabPFGen,0.4840284130434782,0.5560840869565218,46.0,23.0,0.52005625,-0.0720556739130435,2,0.07205567391304357
338
+ n7,n,tabsyn,TabSyn,0.4785871956521739,0.5266304347826087,46.0,23.0,0.5026088152173913,-0.0480432391304347,2,0.048043239130434845
339
+ n7,n,tvae,TVAE,0.4770015,0.5280201739130436,46.0,23.0,0.5025108369565218,-0.0510186739130435,2,0.051018673913043544
340
+ n8,n,arf,ARF,0.2166818333333333,0.1731413846153846,42.0,26.0,0.194911608974359,0.0435404487179487,2,-0.04354044871794868
341
+ n8,n,bayesnet,BayesNet,0.1843711904761905,0.3507055,42.0,26.0,0.2675383452380953,-0.1663343095238095,2,0.1663343095238095
342
+ n8,n,ctgan,CTGAN,0.2345274761904761,0.3725004615384615,42.0,26.0,0.3035139688644688,-0.1379729853479853,2,0.1379729853479854
343
+ n8,n,realtabformer,RealTabFormer,0.2256594285714285,0.3871211153846153,42.0,26.0,0.3063902719780219,-0.1614616868131868,2,0.1614616868131868
344
+ n8,n,tabbyflow,TabbyFlow,0.2355281904761904,0.3689343076923077,42.0,26.0,0.3022312490842491,-0.1334061172161172,2,0.13340611721611728
345
+ n8,n,tabsyn,TabSyn,0.2365467142857143,0.4017723461538461,42.0,26.0,0.3191595302197802,-0.1652256318681318,2,0.1652256318681318
346
+ n8,n,tvae,TVAE,0.1728021904761905,0.3475080769230769,42.0,26.0,0.2601551336996337,-0.1747058864468864,2,0.1747058864468864
347
+ n9,n,arf,ARF,0.4537801666666666,0.4619676538461539,42.0,26.0,0.4578739102564103,-0.0081874871794872,2,0.008187487179487307
348
+ n9,n,bayesnet,BayesNet,0.4609056190476191,0.4546348076923077,42.0,26.0,0.4577702133699634,0.0062708113553113,2,-0.006270811355311434
349
+ n9,n,ctgan,CTGAN,0.4136404047619048,0.3908842692307692,42.0,26.0,0.402262336996337,0.0227561355311355,2,-0.02275613553113559
350
+ n9,n,forestdiffusion,ForestDiffusion,0.1506649761904762,0.160468923076923,42.0,26.0,0.1555669496336996,-0.0098039468864468,2,0.009803946886446813
351
+ n9,n,realtabformer,RealTabFormer,0.4982045476190476,0.4973148846153846,42.0,26.0,0.4977597161172161,0.0008896630036629,2,-0.0008896630036629993
352
+ n9,n,tabbyflow,TabbyFlow,0.4448847857142857,0.4459656153846154,42.0,26.0,0.4454252005494505,-0.0010808296703296,2,0.001080829670329686
353
+ n9,n,tabddpm,TabDDPM,0.4598405714285715,0.467928076923077,42.0,26.0,0.4638843241758242,-0.0080875054945054,2,0.008087505494505487
354
+ n9,n,tabpfgen,TabPFGen,0.4802494047619047,0.4928829615384615,42.0,26.0,0.4865661831501831,-0.0126335567765567,2,0.012633556776556809
355
+ n9,n,tabsyn,TabSyn,0.1894859047619047,0.1613043461538461,42.0,26.0,0.1753951254578754,0.0281815586080586,2,-0.0281815586080586
356
+ n9,n,tvae,TVAE,0.4183644047619047,0.4133301538461538,42.0,26.0,0.4158472793040293,0.0050342509157508,2,-0.005034250915750882
357
+ n10,n,arf,ARF,0.5178571923076923,0.4854814782608695,52.0,23.0,0.5016693352842809,0.0323757140468227,2,-0.03237571404682282
358
+ n10,n,bayesnet,BayesNet,0.5310164615384616,0.5293859130434783,52.0,23.0,0.53020118729097,0.0016305484949833,2,-0.0016305484949833415
359
+ n10,n,ctgan,CTGAN,0.5178571923076923,0.4863750434782609,52.0,23.0,0.5021161178929766,0.0314821488294314,2,-0.031482148829431456
360
+ n10,n,forestdiffusion,ForestDiffusion,0.1145395769230769,0.1220408695652174,52.0,23.0,0.1182902232441471,-0.0075012926421404,2,0.0075012926421405
361
+ n10,n,realtabformer,RealTabFormer,0.526282,0.5070321739130434,52.0,23.0,0.5166570869565217,0.0192498260869565,2,-0.01924982608695658
362
+ n10,n,tabbyflow,TabbyFlow,0.5316620769230769,0.5226230000000001,52.0,23.0,0.5271425384615385,0.0090390769230768,2,-0.009039076923076816
363
+ n10,n,tabddpm,TabDDPM,0.5178571923076923,0.4906593478260869,52.0,23.0,0.5042582700668896,0.0271978444816053,2,-0.02719784448160545
364
+ n10,n,tabpfgen,TabPFGen,0.5332692307692308,0.5226086956521739,52.0,23.0,0.5279389632107023,0.0106605351170568,2,-0.01066053511705689
365
+ n10,n,tabsyn,TabSyn,0.1955127692307692,0.1858694782608695,52.0,23.0,0.1906911237458194,0.0096432909698996,2,-0.009643290969899715
366
+ n10,n,tvae,TVAE,0.5359890192307692,0.5257764347826087,52.0,23.0,0.5308827270066889,0.0102125844481605,2,-0.010212584448160533
367
+ n11,n,arf,ARF,0.55,0.55,18.0,23.0,0.55,0.0,2,0.0
368
+ n11,n,bayesnet,BayesNet,0.55,0.5630434782608696,18.0,23.0,0.5565217391304349,-0.0130434782608696,2,0.013043478260869601
369
+ n11,n,ctgan,CTGAN,0.55,0.55,18.0,23.0,0.55,0.0,2,0.0
370
+ n11,n,forestdiffusion,ForestDiffusion,0.2,0.1092138695652174,18.0,23.0,0.1546069347826087,0.0907861304347826,2,-0.0907861304347826
371
+ n11,n,realtabformer,RealTabFormer,0.55,0.55,18.0,23.0,0.55,0.0,2,0.0
372
+ n11,n,tabbyflow,TabbyFlow,0.55,0.55,18.0,23.0,0.55,0.0,2,0.0
373
+ n11,n,tabddpm,TabDDPM,0.55,0.55,18.0,23.0,0.55,0.0,2,0.0
374
+ n11,n,tabpfgen,TabPFGen,0.55,0.55,18.0,23.0,0.55,0.0,2,0.0
375
+ n11,n,tabsyn,TabSyn,0.2,0.1956521739130435,18.0,23.0,0.1978260869565217,0.0043478260869565,2,-0.004347826086956524
376
+ n11,n,tvae,TVAE,0.55,0.55,18.0,23.0,0.55,0.0,2,0.0
377
+ n12,n,arf,ARF,0.53605375,0.5375426956521739,12.0,23.0,0.536798222826087,-0.0014889456521739,2,0.0014889456521739453
378
+ n12,n,bayesnet,BayesNet,0.382744,0.4179360869565218,12.0,23.0,0.4003400434782609,-0.0351920869565218,2,0.03519208695652182
379
+ n12,n,ctgan,CTGAN,0.3239719166666666,0.4307784347826087,12.0,23.0,0.3773751757246376,-0.106806518115942,2,0.1068065181159421
380
+ n12,n,forestdiffusion,ForestDiffusion,0.0921750833333333,0.1522081739130434,12.0,23.0,0.1221916286231884,-0.0600330905797101,2,0.0600330905797101
381
+ n12,n,tabbyflow,TabbyFlow,0.1500089166666666,0.161871,12.0,23.0,0.1559399583333333,-0.0118620833333333,2,0.011862083333333384
382
+ n12,n,tabddpm,TabDDPM,0.35047125,0.430628304347826,12.0,23.0,0.390549777173913,-0.080157054347826,2,0.080157054347826
383
+ n12,n,tabpfgen,TabPFGen,0.1568464166666666,0.3956607826086957,12.0,23.0,0.2762535996376812,-0.238814365942029,2,0.2388143659420291
384
+ n12,n,tabsyn,TabSyn,0.1579236666666666,0.1566654782608695,12.0,23.0,0.1572945724637681,0.001258188405797,2,-0.0012581884057971116
385
+ n12,n,tvae,TVAE,0.3436281666666667,0.4611639130434783,12.0,23.0,0.4023960398550725,-0.1175357463768116,2,0.11753574637681163
386
+ n14,n,arf,ARF,0.2646912,0.2201695,20.0,26.0,0.24243035,0.0445217,2,-0.044521700000000025
387
+ n14,n,bayesnet,BayesNet,0.1785553,0.2066403846153846,20.0,26.0,0.1925978423076923,-0.0280850846153846,2,0.028085084615384587
388
+ n14,n,ctgan,CTGAN,0.1375,0.1974366923076922,20.0,26.0,0.1674683461538461,-0.0599366923076922,2,0.05993669230769219
389
+ n14,n,realtabformer,RealTabFormer,0.2592834,0.2385185769230769,20.0,26.0,0.2489009884615384,0.020764823076923,2,-0.020764823076923095
390
+ n14,n,tabddpm,TabDDPM,0.1544004,0.2039126538461538,20.0,26.0,0.1791565269230769,-0.0495122538461538,2,0.04951225384615382
391
+ n14,n,tabpfgen,TabPFGen,0.1375,0.1974371923076923,20.0,26.0,0.1674685961538461,-0.0599371923076922,2,0.05993719230769229
392
+ n14,n,tabsyn,TabSyn,0.2130192,0.1584371538461538,20.0,26.0,0.1857281769230769,0.0545820461538461,2,-0.05458204615384618
393
+ n14,n,tvae,TVAE,0.1375,0.1945520769230769,20.0,26.0,0.1660260384615384,-0.0570520769230769,2,0.0570520769230769
394
+ n15,n,arf,ARF,0.548654590909091,0.531230576923077,22.0,26.0,0.539942583916084,0.017424013986014,2,-0.01742401398601401
395
+ n15,n,bayesnet,BayesNet,0.5219019545454546,0.5161185,22.0,26.0,0.5190102272727273,0.0057834545454545,2,-0.005783454545454592
396
+ n15,n,ctgan,CTGAN,0.1216071818181818,0.1359066153846153,22.0,26.0,0.1287568986013986,-0.0142994335664335,2,0.014299433566433498
397
+ n15,n,realtabformer,RealTabFormer,0.5387602272727272,0.5087087692307692,22.0,26.0,0.5237344982517482,0.0300514580419579,2,-0.030051458041957968
398
+ n15,n,tabddpm,TabDDPM,0.1290223636363636,0.1315399615384615,22.0,26.0,0.1302811625874125,-0.0025175979020979,2,0.0025175979020979067
399
+ n15,n,tabpfgen,TabPFGen,0.5839141363636364,0.535056576923077,22.0,26.0,0.5594853566433566,0.0488575594405594,2,-0.04885755944055947
400
+ n15,n,tabsyn,TabSyn,0.1524109545454545,0.1394278461538461,22.0,26.0,0.1459194003496503,0.0129831083916084,2,-0.012983108391608406
401
+ n15,n,tvae,TVAE,0.4572247272727273,0.4338828461538461,22.0,26.0,0.4455537867132867,0.0233418811188811,2,-0.02334188111888119
402
+ n16,n,arf,ARF,0.2,0.100093,18.0,7.0,0.1500465,0.099907,2,-0.09990700000000001
403
+ n16,n,bayesnet,BayesNet,0.55,0.55,18.0,7.0,0.55,0.0,2,0.0
404
+ n16,n,ctgan,CTGAN,0.55,0.55,18.0,7.0,0.55,0.0,2,0.0
405
+ n16,n,tabddpm,TabDDPM,0.2,0.2,18.0,7.0,0.2,0.0,2,0.0
406
+ n16,n,tabsyn,TabSyn,0.2,0.2,18.0,7.0,0.2,0.0,2,0.0
407
+ n16,n,tvae,TVAE,0.325,0.55,18.0,7.0,0.4375,-0.225,2,0.22500000000000003
408
+ n17,n,arf,ARF,0.4405096904761905,,42.0,,0.4405096904761905,,1,
409
+ n17,n,bayesnet,BayesNet,0.3973725476190476,,42.0,,0.3973725476190476,,1,
410
+ n17,n,ctgan,CTGAN,0.3984365476190477,,42.0,,0.3984365476190477,,1,
411
+ n17,n,realtabformer,RealTabFormer,0.3857316190476191,,42.0,,0.3857316190476191,,1,
412
+ n17,n,tabddpm,TabDDPM,0.4402243571428571,,42.0,,0.4402243571428571,,1,
413
+ n17,n,tabpfgen,TabPFGen,0.4775321666666666,,42.0,,0.4775321666666666,,1,
414
+ n17,n,tabsyn,TabSyn,0.1801417380952381,,42.0,,0.1801417380952381,,1,
415
+ n17,n,tvae,TVAE,0.3722401904761905,,42.0,,0.3722401904761905,,1,
416
+ n18,n,arf,ARF,0.2958630350877193,0.40143925,57.0,8.0,0.3486511425438596,-0.1055762149122807,2,0.10557621491228075
417
+ n18,n,bayesnet,BayesNet,0.1873628596491228,0.413212,57.0,8.0,0.3002874298245614,-0.2258491403508772,2,0.22584914035087722
418
+ n18,n,ctgan,CTGAN,0.1575505438596491,0.2097585,57.0,8.0,0.1836545219298245,-0.0522079561403509,2,0.0522079561403509
419
+ n18,n,tvae,TVAE,0.1821212280701754,0.1801965,57.0,8.0,0.1811588640350877,0.0019247280701754,2,-0.00192472807017538
420
+ n19,n,arf,ARF,0.3506901714285714,0.321816,35.0,26.0,0.3362530857142857,0.0288741714285714,2,-0.028874171428571405
421
+ n19,n,bayesnet,BayesNet,0.4011988857142857,0.3182213076923077,35.0,26.0,0.3597100967032967,0.082977578021978,2,-0.08297757802197797
422
+ n19,n,ctgan,CTGAN,0.2593336285714285,0.3012327692307692,35.0,26.0,0.2802831989010989,-0.0418991406593406,2,0.041899140659340695
423
+ n19,n,tabddpm,TabDDPM,0.1073038,0.1363818461538461,35.0,26.0,0.121842823076923,-0.0290780461538461,2,0.0290780461538461
424
+ n19,n,tabpfgen,TabPFGen,0.4559256,0.3943461538461538,35.0,26.0,0.4251358769230769,0.0615794461538461,2,-0.061579446153846196
425
+ n19,n,tvae,TVAE,0.2640170285714285,0.2264205,35.0,26.0,0.2452187642857142,0.0375965285714285,2,-0.037596528571428506
426
+ n20,n,arf,ARF,0.1559266578947368,,38.0,,0.1559266578947368,,1,
427
+ n20,n,bayesnet,BayesNet,0.1527263157894736,,38.0,,0.1527263157894736,,1,
428
+ n20,n,ctgan,CTGAN,0.131578947368421,,38.0,,0.131578947368421,,1,
429
+ n20,n,realtabformer,RealTabFormer,0.1941248947368421,,38.0,,0.1941248947368421,,1,
430
+ n20,n,tabddpm,TabDDPM,0.1036473157894736,,38.0,,0.1036473157894736,,1,
431
+ n20,n,tabpfgen,TabPFGen,0.1526315789473684,,38.0,,0.1526315789473684,,1,
432
+ n20,n,tabsyn,TabSyn,0.1425315789473684,,38.0,,0.1425315789473684,,1,
433
+ n20,n,tvae,TVAE,0.131578947368421,,38.0,,0.131578947368421,,1,
evaluation/query_family/subgroup/support_vs_profile_analysis/internal_facets_in_strong_size_advantage_panels.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ intended_facet_id,rows,mean_score
2
+ subgroup_rank_order,738,0.25534271409214093
3
+ subgroup_distribution_shift,721,0.28187558529819695
4
+ subgroup_conditional_contrast,606,0.2919050693069307
evaluation/query_family/subgroup/support_vs_profile_analysis/internal_facets_overall.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ intended_facet_id,rows,mean_score
2
+ subgroup_rank_order,4742,0.3844953728384648
3
+ subgroup_conditional_contrast,4025,0.3900066916770186
4
+ subgroup_distribution_shift,4639,0.394163997844363
evaluation/query_family/subgroup/support_vs_profile_analysis/internal_roles_in_strong_size_advantage_panels.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ variant_semantic_role,rows,mean_score
2
+ filtered_stable_view,792,0.26263830681818184
3
+ ranked_signal_view,598,0.27582003010033446
4
+ collapsed_target_view,675,0.2898070740740741
evaluation/query_family/subgroup/support_vs_profile_analysis/internal_roles_overall.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ variant_semantic_role,rows,mean_score
2
+ filtered_stable_view,5316,0.36040638073739656
3
+ collapsed_target_view,4679,0.36316676255610175
4
+ ranked_signal_view,3411,0.4709478674875403
evaluation/query_family/subgroup/support_vs_profile_analysis/internal_templates_in_strong_size_advantage_panels.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ template_id,template_name,rows,mean_score
2
+ tpl_h2o_two_dimensional_robust_summary,Two-Dimensional Robust Summary,312,0.12557835576923077
3
+ tpl_m4_group_avg_numeric,Grouped Numeric Mean,50,0.14446009999999998
4
+ tpl_tpch_two_dimensional_summary,Two-Dimensional Summary with Filter,147,0.20394159183673471
5
+ tpl_clickbench_group_summary_topk,Grouped Summary Top-k,168,0.2530361011904762
6
+ tpl_tpcds_topk_group_sum,Top-k Group Sum with Filter,194,0.26444709278350514
7
+ tpl_clickbench_group_distinct_topk,Top-k Groups by Distinct Entity Coverage,219,0.29112677168949774
8
+ tpl_clickbench_filtered_distinct_topk,Filtered Top-k Distinct Coverage,300,0.2969236566666667
9
+ tpl_m4_support_guarded_group_avg,Support-Guarded Group Average,576,0.3507455555555556
10
+ tpl_m4_two_dimensional_group_avg,Two-Dimensional Group Average,67,0.4330666417910448
11
+ tpl_h2o_group_sum,Grouped Numeric Sum,32,0.45297687500000006
evaluation/query_family/subgroup/support_vs_profile_analysis/internal_templates_overall.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ template_id,template_name,rows,mean_score,median_score,datasets
2
+ tpl_h2o_two_dimensional_robust_summary,Two-Dimensional Robust Summary,561,0.15307378966131907,0.0,5
3
+ tpl_clickbench_group_summary_topk,Grouped Summary Top-k,606,0.2202473415841584,0.202346,4
4
+ tpl_tpch_two_dimensional_summary,Two-Dimensional Summary with Filter,1208,0.2735854793046358,0.1943955,10
5
+ tpl_tpcds_topk_group_sum,Top-k Group Sum with Filter,2482,0.35386879250604353,0.3545,14
6
+ tpl_m4_support_guarded_group_avg,Support-Guarded Group Average,4852,0.37884881636438583,0.481985,30
7
+ tpl_m4_group_avg_numeric,Grouped Numeric Mean,820,0.39788218902439026,0.55,5
8
+ tpl_h2o_group_sum,Grouped Numeric Sum,272,0.4255111029411765,0.55,2
9
+ tpl_m4_two_dimensional_group_avg,Two-Dimensional Group Average,261,0.4984454482758621,0.55,2
10
+ tpl_clickbench_filtered_distinct_topk,Filtered Top-k Distinct Coverage,1362,0.5681400954478708,0.281534,11
11
+ tpl_clickbench_group_distinct_topk,Top-k Groups by Distinct Entity Coverage,982,0.6205345692464359,0.516667,10
evaluation/query_family/subgroup/support_vs_profile_analysis/panel_score_density_curves.csv ADDED
@@ -0,0 +1,501 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ score,internal_profile_density,subgroup_size_density
2
+ 0.0,0.25590463681454567,0.026511092144271838
3
+ 0.002004008016032064,0.26712609368908347,0.029467093180498994
4
+ 0.004008016032064128,0.27871092228084254,0.0327014768115867
5
+ 0.0060120240480961915,0.2906637561995703,0.03623434553632811
6
+ 0.008016032064128256,0.30298887566628,0.04008658713772667
7
+ 0.01002004008016032,0.3156901827963555,0.0442798353267122
8
+ 0.012024048096192383,0.32877117687100793,0.048836421592959846
9
+ 0.014028056112224447,0.3422349296895377,0.053779317882696256
10
+ 0.01603206412825651,0.3560840610987189,0.05913206978019869
11
+ 0.018036072144288574,0.37032071479917994,0.06491871993475692
12
+ 0.02004008016032064,0.384946534531787,0.07116372154802329
13
+ 0.022044088176352703,0.3999626407497098,0.07789184181764831
14
+ 0.024048096192384766,0.41536960788408045,0.08512805532149058
15
+ 0.026052104208416832,0.4311674423128193,0.09289742742198316
16
+ 0.028056112224448895,0.4473555611433539,0.10122498787178077
17
+ 0.03006012024048096,0.46393277192053756,0.1101355949088317
18
+ 0.03206412825651302,0.4808972533710182,0.11965379024062162
19
+ 0.03406813627254509,0.4982465372946425,0.1298036454324986
20
+ 0.03607214428857715,0.5159774917121929,0.14060860033258984
21
+ 0.038076152304609215,0.534086305376767,0.15209129428463045
22
+ 0.04008016032064128,0.5525684737534967,0.16427339099870145
23
+ 0.04208416833667334,0.5714187865689659,0.17717539806702837
24
+ 0.044088176352705406,0.5906313170277612,0.19081648222613584
25
+ 0.04609218436873747,0.6101994127888666,0.20521428157624452
26
+ 0.04809619238476953,0.6301156887893917,0.22038471607230004
27
+ 0.0501002004008016,0.6503720219971063,0.2363417976968038
28
+ 0.052104208416833664,0.6709595481667392,0.25309744181113014
29
+ 0.05410821643286573,0.6918686606678007,0.2706612812576779
30
+ 0.05611222444889779,0.7130890114439882,0.28904048484848816
31
+ 0.058116232464929855,0.7346095141559685,0.30823958192543394
32
+ 0.06012024048096192,0.7564183495506002,0.32826029471136386
33
+ 0.06212424849699398,0.7785029730904856,0.34910138018942144
34
+ 0.06412825651302605,0.8008501248681583,0.3707584832480471
35
+ 0.06613226452905811,0.8234458418193399,0.39322400281095493
36
+ 0.06813627254509018,0.8462754722395096,0.41648697263388196
37
+ 0.07014028056112225,0.8693236925976311,0.44053295839258594
38
+ 0.0721442885771543,0.8925745266303315,0.46534397260909116
39
+ 0.07414829659318636,0.9160113666892539,0.49089840886544045
40
+ 0.07615230460921843,0.9396169973035802,0.5171709966364261
41
+ 0.0781563126252505,0.9633736209091918,0.544132777935383
42
+ 0.08016032064128256,0.9872628856854442,0.5717511068108688
43
+ 0.08216432865731463,1.011265915430248,0.5999896725580534
44
+ 0.08416833667334668,1.0353633413941759,0.6288085473181081
45
+ 0.08617234468937875,1.0595353359845696,0.6581642585336853
46
+ 0.08817635270541081,1.083761648241403,0.6880098865104101
47
+ 0.09018036072144288,1.1080216409778016,0.7182951871056291
48
+ 0.09218436873747494,1.1322943294698278,0.748966739328807
49
+ 0.09418837675350701,1.1565584215724078,0.7799681173957314
50
+ 0.09619238476953906,1.180792359131259,0.811240086534012
51
+ 0.09819639278557113,1.2049743605541827,0.8427208215933206
52
+ 0.1002004008016032,1.2290824643995104,0.8743461472737052
53
+ 0.10220440881763526,1.2530945738345443,0.9060497985523467
54
+ 0.10420841683366733,1.276988501812745,0.93776369966682
55
+ 0.1062124248496994,1.300742016815168,0.9694182598043415
56
+ 0.10821643286573146,1.3243328889992063,1.0009426834551607
57
+ 0.11022044088176351,1.3477389365961738,1.0322652932169798
58
+ 0.11222444889779558,1.3709380723985458,1.0633138626891154
59
+ 0.11422845691382764,1.393908350177899,1.0940159569725516
60
+ 0.11623246492985971,1.4166280108756228,1.1242992781973304
61
+ 0.11823647294589178,1.4390755284104062,1.1540920134337933
62
+ 0.12024048096192384,1.461229654949232,1.1833231823103731
63
+ 0.1222444889779559,1.483069465492173,1.2119229816588688
64
+ 0.12424849699398796,1.5045744016256282,1.2398231245390088
65
+ 0.12625250501002003,1.525724314303669,1.2669571710570833
66
+ 0.1282565130260521,1.5464995055230195,1.2932608484883195
67
+ 0.13026052104208416,1.5668807687634616,1.318672358337741
68
+ 0.13226452905811623,1.5868494280726604,1.343132668127984
69
+ 0.1342685370741483,1.6063873756817695,1.3665857858824517
70
+ 0.13627254509018036,1.6254771080463055,1.3889790154754063
71
+ 0.13827655310621242,1.6441017602152235,1.4102631912439252
72
+ 0.1402805611222445,1.662245138439825,1.4303928904961987
73
+ 0.14228456913827653,1.6798917509432942,1.4493266228026156
74
+ 0.1442885771543086,1.6970268367808494,1.4670269952160633
75
+ 0.14629258517034066,1.7136363927299538,1.4834608528314268
76
+ 0.14829659318637273,1.7297071981595393,1.4985993943571414
77
+ 0.1503006012024048,1.7452268378365727,1.5124182626290636
78
+ 0.15230460921843686,1.7601837226378216,1.5248976102449003
79
+ 0.15430861723446893,1.7745671081439591,1.5360221407317274
80
+ 0.156312625250501,1.7883671111021437,1.5457811258760201
81
+ 0.15831663326653306,1.8015747237521822,1.554168400041757
82
+ 0.16032064128256512,1.814181826019798,1.5611823324748202
83
+ 0.1623246492985972,1.826181195588815,1.5668257787386388
84
+ 0.16432865731462926,1.8375665158717378,1.5711060125452414
85
+ 0.16633266533066132,1.8483323819055328,1.5740346393364393
86
+ 0.16833667334669336,1.8584743042063934,1.5756274930316292
87
+ 0.17034068136272543,1.8679887106233395,1.5759045173915587
88
+ 0.1723446893787575,1.8768729462364602,1.5748896334527036
89
+ 0.17434869739478956,1.8851252713508144,1.5726105944661033
90
+ 0.17635270541082163,1.8927448576414752,1.5690988297294617
91
+ 0.1783567134268537,1.8997317825094557,1.5643892786354248
92
+ 0.18036072144288576,1.9060870217115888,1.5585202161744427
93
+ 0.18236472945891782,1.9118124403303247,1.5515330710318582
94
+ 0.1843687374749499,1.9169107821518148,1.5434722373090688
95
+ 0.18637274549098196,1.921385657522213,1.534384880781817
96
+ 0.18837675350701402,1.9252415297535994,1.5243207404891677
97
+ 0.1903807615230461,1.928483700151307,1.5133319263281253
98
+ 0.19238476953907813,1.93111829173498,1.5014727132151386
99
+ 0.1943887775551102,1.933152231725159,1.4887993322705084
100
+ 0.19639278557114226,1.934593232866744,1.4753697593881556
101
+ 0.19839679358717432,1.9354497736594962,1.4612435014741252
102
+ 0.2004008016032064,1.9357310775644945,1.446481380574908
103
+ 0.20240480961923846,1.935447091253696,1.4311453160730585
104
+ 0.20440881763527052,1.9346084619678952,1.4152981051036895
105
+ 0.2064128256513026,1.9332265140462646,1.3990032013419427
106
+ 0.20841683366733466,1.9313132246883427,1.3823244923284825
107
+ 0.21042084168336672,1.928881199007001,1.36532607553654
108
+ 0.2124248496993988,1.9259436444284423,1.3480720334392708
109
+ 0.21442885771543085,1.922514344492844,1.330626207907867
110
+ 0.21643286573146292,1.918607632106773,1.3130519743572473
111
+ 0.21843687374749496,1.914238362296135,1.2954120161541094
112
+ 0.22044088176352702,1.9094218845060762,1.2777680999090357
113
+ 0.2224448897795591,1.9041740144921908,1.2601808523864122
114
+ 0.22444889779559116,1.898511005845253,1.242709539880192
115
+ 0.22645290581162322,1.8924495211899113,1.22541185101599
116
+ 0.2284569138276553,1.8860066030962657,1.2083436840472248
117
+ 0.23046092184368736,1.8791996447416484,1.1915589398116475
118
+ 0.23246492985971942,1.872046360359064,1.175109321601117
119
+ 0.2344689378757515,1.8645647555075493,1.1590441432687977
120
+ 0.23647294589178355,1.856773097199271,1.1434101469517033
121
+ 0.23847695390781562,1.8486898839178272,1.1282513318197862
122
+ 0.24048096192384769,1.8403338155618205,1.1136087952742468
123
+ 0.24248496993987975,1.831723763348287,1.0995205880054104
124
+ 0.2444889779559118,1.8228787397105086,1.0860215842841057
125
+ 0.24649298597194386,1.813817868225661,1.0731433687989742
126
+ 0.24849699398797592,1.804560353608241,1.0609141412660845
127
+ 0.250501002004008,1.795125451806336,1.049358639927247
128
+ 0.25250501002004005,1.7855324402388615,1.0384980849203853
129
+ 0.2545090180360721,1.7758005882130228,1.0283501423513988
130
+ 0.2565130260521042,1.7659491275626955,1.0189289097235323
131
+ 0.25851703406813625,1.7559972235497456,1.010244923190654
132
+ 0.2605210420841683,1.7459639460716418,1.0023051868969628
133
+ 0.2625250501002004,1.735868241220186,0.9951132244514129
134
+ 0.26452905811623245,1.7257289032375154,0.9886691523632993
135
+ 0.2665330661322645,1.7155645469167355,0.9829697750396621
136
+ 0.2685370741482966,1.7053935804957954,0.9780087007192155
137
+ 0.27054108216432865,1.6952341790940875,0.9737764774945589
138
+ 0.2725450901803607,1.6851042587421137,0.9702607483584068
139
+ 0.2745490981963928,1.6750214510552408,0.9674464240037578
140
+ 0.27655310621242485,1.6650030786027394,0.9653158719156002
141
+ 0.2785571142284569,1.6550661310235146,0.9638491201160432
142
+ 0.280561122244489,1.645227241939665,0.9630240737684327
143
+ 0.282565130260521,1.6355026667183894,0.9628167427115548
144
+ 0.28456913827655306,1.6259082611319962,0.963201477884476
145
+ 0.2865731462925851,1.6164594609643688,0.9641512145179301
146
+ 0.2885771543086172,1.607171262610745,0.9656377199102503
147
+ 0.29058116232464926,1.598058204715595,0.9676318435761695
148
+ 0.2925851703406813,1.5891343508910165,0.970103767555161
149
+ 0.2945891783567134,1.5804132735553025,0.9730232546929279
150
+ 0.29659318637274545,1.5719080389282456,0.9763598927641512
151
+ 0.2985971943887775,1.5636311932161056,0.9800833323862114
152
+ 0.3006012024048096,1.5555947500154372,0.9841635167806722
153
+ 0.30260521042084165,1.5478101789606487,0.9885709015702732
154
+ 0.3046092184368737,1.5402883956357245,0.9932766629517192
155
+ 0.3066132264529058,1.5330397527655686,0.9982528927565992
156
+ 0.30861723446893785,1.5260740326974773,1.0034727791011713
157
+ 0.3106212424849699,1.519400441177795,1.008910771527874
158
+ 0.312625250501002,1.5130276024232143,1.014542729753947
159
+ 0.31462925851703405,1.5069635554805625,1.0203460553623376
160
+ 0.3166332665330661,1.5012157518629334,1.026299805993622
161
+ 0.3186372745490982,1.49579105444412,1.0323847918218363
162
+ 0.32064128256513025,1.4906957375872472,1.0385836543183409
163
+ 0.3226452905811623,1.4859354884775122,1.0448809275232696
164
+ 0.3246492985971944,1.48151540962296,1.0512630822502171
165
+ 0.32665330661322645,1.4774400224812276,1.057718553844437
166
+ 0.3286573146292585,1.4737132721646158,1.064237754294572
167
+ 0.3306613226452906,1.4703385331699836,1.0708130696613394
168
+ 0.33266533066132264,1.467318616074883,1.0774388439310845
169
+ 0.33466933867735466,1.4646557751360445,1.0841113505265143
170
+ 0.3366733466933867,1.4623517167216245,1.0908287528096847
171
+ 0.3386773547094188,1.4604076085042081,1.0975910549929413
172
+ 0.34068136272545085,1.4588240893375526,1.1044000449312235
173
+ 0.3426853707414829,1.4576012797364506,1.1112592303041107
174
+ 0.344689378757515,1.456738792876015,1.1181737697082832
175
+ 0.34669338677354705,1.4562357460240876,1.125150400171469
176
+ 0.3486973947895791,1.4560907723184973,1.1321973625682955
177
+ 0.3507014028056112,1.4563020327993497,1.139324326367763
178
+ 0.35270541082164325,1.4568672286057158,1.1465423150730993
179
+ 0.3547094188376753,1.4577836132459183,1.15386363362862
180
+ 0.3567134268537074,1.459048004850831,1.161301798966959
181
+ 0.35871743486973945,1.460656798320933,1.168871474755314
182
+ 0.3607214428857715,1.4626059772793076,1.1765884112729312
183
+ 0.3627254509018036,1.464891125745366,1.184469391215765
184
+ 0.36472945891783565,1.467507439447077,1.1925321820799717
185
+ 0.3667334669338677,1.4704497366931404,1.2007954956250593
186
+ 0.3687374749498998,1.4737124687310135,1.2092789547619933
187
+ 0.37074148296593185,1.477289729521724,1.2180030680524503
188
+ 0.3727454909819639,1.4811752648678929,1.2269892118444057
189
+ 0.374749498997996,1.4853624808378911,1.2362596199070686
190
+ 0.37675350701402804,1.4898444514356488,1.245837380266279
191
+ 0.3787575150300601,1.49461392547305,1.2557464387804376
192
+ 0.3807615230460922,1.4996633326097466,1.2660116088376994
193
+ 0.38276553106212424,1.5049847885335608,1.2766585863984161
194
+ 0.38476953907815625,1.5105700992631623,1.2877139694531072
195
+ 0.3867735470941883,1.516410764564125,1.299205280816246
196
+ 0.3887775551102204,1.5224979804784895,1.3111609930307506
197
+ 0.39078156312625245,1.5288226409779244,1.3236105540177636
198
+ 0.3927855711422845,1.5353753387601752,1.3365844119721062
199
+ 0.3947895791583166,1.54214636521852,1.3501140378767473
200
+ 0.39679358717434865,1.5491257096239204,1.3642319438907915
201
+ 0.3987975951903807,1.556303057569612,1.3789716957564033
202
+ 0.4008016032064128,1.5636677887375485,1.394367917272319
203
+ 0.40280561122244485,1.571208974056162,1.410456284797103
204
+ 0.4048096192384769,1.578915372327968,1.427273509676016
205
+ 0.406813627254509,1.5867754264151182,1.444857306433945
206
+ 0.40881763527054105,1.5947772590793592,1.4632463445454265
207
+ 0.4108216432865731,1.6029086685814777,1.482480181584605
208
+ 0.4128256513026052,1.6111571241528235,1.5025991755752568
209
+ 0.41482965931863724,1.6195097614587448,1.5236443744073194
210
+ 0.4168336673346693,1.6279533781800217,1.5456573802639884
211
+ 0.4188376753507014,1.6364744298442808,1.5686801871157998
212
+ 0.42084168336673344,1.6450590260439395,1.592754989487255
213
+ 0.4228456913827655,1.653692927181301,1.617923960890251
214
+ 0.4248496993987976,1.6623615418842999,1.6442290005489215
215
+ 0.42685370741482964,1.6710499252384399,1.6717114473134234
216
+ 0.4288577154308617,1.6797427779812133,1.7004117599776263
217
+ 0.4308617234468938,1.6884244468052816,1.7303691635768481
218
+ 0.43286573146292584,1.6970789259151466,1.7616212616473992
219
+ 0.4348697394789579,1.705689859979685,1.794203614877236
220
+ 0.4368737474949899,1.7142405486191343,1.8281492870654392
221
+ 0.438877755511022,1.7227139525603377,1.863488359833474
222
+ 0.44088176352705405,1.731092701587713,1.9002474180896214
223
+ 0.4428857715430861,1.7393591044105021,1.9384490088338442
224
+ 0.4448897795591182,1.7474951605579456,1.978111076497927
225
+ 0.44689378757515025,1.755482574404735,2.0192463786372414
226
+ 0.4488977955911823,1.763302771418128,2.061861886417738
227
+ 0.4509018036072144,1.7709369167062732,2.1059581749656715
228
+ 0.45290581162324645,1.7783659359345312,2.1515288092578992
229
+ 0.4549098196392785,1.7855705386624803,2.1985597318165744
230
+ 0.4569138276553106,1.7925312441397558,2.247028659022512
231
+ 0.45891783567134264,1.7992284095831614,2.296904493364405
232
+ 0.4609218436873747,1.8056422609410696,2.348146759384629
233
+ 0.4629258517034068,1.8117529261344716,2.4007050714549076
234
+ 0.46492985971943884,1.8175404707461376,2.4545186418038862
235
+ 0.4669338677354709,1.8229849361117827,2.5095158374138196
236
+ 0.468937875751503,1.8280663797486758,2.565613794493127
237
+ 0.47094188376753504,1.8327649180389378,2.6227180992069283
238
+ 0.4729458917835671,1.837060771066079,2.68072254319984
239
+ 0.4749498997995992,1.8409343094853075,2.739508962167535
240
+ 0.47695390781563124,1.8443661032897283,2.798947165320605
241
+ 0.4789579158316633,1.8473369723169355,2.858894963033095
242
+ 0.48096192384769537,1.8498280383232488,2.919198299276826
243
+ 0.48296593186372744,1.8518207784361551,2.97969149461298
244
+ 0.4849699398797595,1.8532970797797745,3.040197604548495
245
+ 0.48697394789579157,1.854239295053307,3.1005288969708418
246
+ 0.4889779559118236,1.8546302988282781,3.16048745116189
247
+ 0.49098196392785565,1.854453544318191,3.2198658795692663
248
+ 0.4929859719438877,1.8536931203623532,3.2784481720965863
249
+ 0.4949899799599198,1.8523338083560419,3.336010661178118
250
+ 0.49699398797595185,1.8503611388504888,3.3923231043482267
251
+ 0.4989979959919839,1.847761447539474,3.4471498794205173
252
+ 0.501002004008016,1.8445219303441922,3.500251285780455
253
+ 0.503006012024048,1.8406306973045947,3.55138494369031
254
+ 0.5050100200400801,1.8360768249840926,3.600307281933531
255
+ 0.5070140280561122,1.830850407094713,3.646775102611666
256
+ 0.5090180360721442,1.8249426030521652,3.6905472104772863
257
+ 0.5110220440881763,1.8183456841746053,3.731386092866844
258
+ 0.5130260521042084,1.8110530772449445,3.7690596351136656
259
+ 0.5150300601202404,1.8030594051647149,3.8033428552958264
260
+ 0.5170340681362725,1.7943605244376866,3.8340196413309835
261
+ 0.5190380761523046,1.7849535592331804,3.860884472788007
262
+ 0.5210420841683366,1.774836931792828,3.883744109362316
263
+ 0.5230460921843687,1.7640103889601413,3.902419227772019
264
+ 0.5250501002004008,1.7524750246292329,3.916745988885624
265
+ 0.5270541082164328,1.740233297927896,3.9265775171964146
266
+ 0.5290581162324649,1.7272890469704734,3.9317852753165385
267
+ 0.531062124248497,1.71364749803724,3.932260316973431
268
+ 0.533066132264529,1.6993152700601426,3.9279144030471542
269
+ 0.5350701402805611,1.6843003743180613,3.9186809664783793
270
+ 0.5370741482965932,1.6686122092698288,3.9045159133905076
271
+ 0.5390781563126252,1.6522615504783134,3.885398249484041
272
+ 0.5410821643286573,1.6352605356050844,3.8613305226576093
273
+ 0.5430861723446894,1.6176226444812871,3.8323390748591915
274
+ 0.5450901803607214,1.5993626742870635,3.7984740983460448
275
+ 0.5470941883767535,1.580496709898285,3.7598094937984206
276
+ 0.5490981963927856,1.5610420894857875,3.7164425300599246
277
+ 0.5511022044088176,1.5410173654782806,3.668493307626587
278
+ 0.5531062124248497,1.5204422610256645,3.6161040303466123
279
+ 0.5551102204408818,1.499337622124061,3.5594380920817503
280
+ 0.5571142284569138,1.4777253655880243,3.4986789872890323
281
+ 0.5591182364729459,1.4556284230778977,3.4340290565691935
282
+ 0.561122244488978,1.4330706814120786,3.365708080167359
283
+ 0.56312625250501,1.4100769194141314,3.293951734169269
284
+ 0.565130260521042,1.3866727415633193,3.2190099256884785
285
+ 0.567134268537074,1.3628845087343062,3.1411450246614674
286
+ 0.5691382765531061,1.3387392663270579,3.0606300109413267
287
+ 0.5711422845691382,1.314264670101402,2.9777465561904823
288
+ 0.5731462925851702,1.289488910042313,2.892783060609716
289
+ 0.5751503006012023,1.2644406325914268,2.806032664799348
290
+ 0.5771543086172344,1.239148861587816,2.7177912570285074
291
+ 0.5791583166332664,1.213642918266287,2.6283554958935826
292
+ 0.5811623246492985,1.1879523406647905,2.5380208677881417
293
+ 0.5831663326653306,1.1621068027935153,2.4470797977955248
294
+ 0.5851703406813626,1.1361360339171764,2.3558198315702787
295
+ 0.5871743486973947,1.1100697382988922,2.264521904517307
296
+ 0.5891783567134268,1.0839375157487758,2.1734587131313647
297
+ 0.5911823647294588,1.0577687833130829,2.0828932017521318
298
+ 0.5931863727454909,1.0315926984306616,1.9930771762503716
299
+ 0.595190380761523,1.0054380838723724,1.904250054318957
300
+ 0.597194388777555,0.9793333547663283,1.8166377601302897
301
+ 0.5991983967935871,0.9533064479974028,1.7304517691703487
302
+ 0.6012024048096192,0.9273847542535489,1.6458883071003534
303
+ 0.6032064128256512,0.9015950529739685,1.5631277045599854
304
+ 0.6052104208416833,0.875963450435728,1.48233390793974
305
+ 0.6072144288577154,0.8505153211955584,1.4036541443412278
306
+ 0.6092184368737474,0.8252752530830215,1.3272187372371531
307
+ 0.6112224448897795,0.8002669959195957,1.253141067758318
308
+ 0.6132264529058116,0.7755134141162718,1.1815176750927399
309
+ 0.6152304609218436,0.7510364432795086,1.1124284881954534
310
+ 0.6172344689378757,0.7268570509325588,1.0459371798900712
311
+ 0.6192384769539078,0.7029952014360441,0.9820916335016106
312
+ 0.6212424849699398,0.6794698251686243,0.9209245114002158
313
+ 0.6232464929859719,0.6562987920056267,0.8624539142581782
314
+ 0.625250501002004,0.6334988891108913,0.8066841194264698
315
+ 0.627254509018036,0.6110858030349814,0.7536063866175101
316
+ 0.6292585170340681,0.5890741060912219,0.70319981903008
317
+ 0.6312625250501002,0.567477246960224,0.6554322681609706
318
+ 0.6332665330661322,0.5463075454535455,0.6102612708039836
319
+ 0.6352705410821643,0.5255761913480083,0.5676350071266261
320
+ 0.6372745490981964,0.5052932471841762,0.5274932692235705
321
+ 0.6392785571142284,0.4854676549056748,0.4897684301576081
322
+ 0.6412825651302605,0.4661072462002905,0.4543864041970351
323
+ 0.6432865731462926,0.44721875638946385,0.4212675897262935
324
+ 0.6452905811623246,0.42880784169976577,0.39032778712782834
325
+ 0.6472945891783567,0.4108790997382944,0.3614790847908896
326
+ 0.6492985971943888,0.39343609298373056,0.334630707282217
327
+ 0.6513026052104208,0.37648137509603696,0.30968982059914324
328
+ 0.6533066132264529,0.36001651984044253,0.2865622903043091
329
+ 0.655310621242485,0.3440421524155557,0.26515338920043013
330
+ 0.657314629258517,0.32855798297095895,0.24536845203258292
331
+ 0.6593186372745491,0.313562842096727,0.2271134754947495
332
+ 0.6613226452905812,0.29905471806563294,0.21029566255905324
333
+ 0.6633266533066132,0.28503079560856687,0.19482391083374034
334
+ 0.6653306613226453,0.27148749600474714,0.18060924528469705
335
+ 0.6673346693386772,0.2584205182705314,0.1675651962216841
336
+ 0.6693386773547093,0.24582488123410437,0.15560812395239126
337
+ 0.6713426853707414,0.23369496628785044,0.14465749194420766
338
+ 0.6733466933867734,0.2220245606157948,0.13463609070543298
339
+ 0.6753507014028055,0.21080690070000654,0.1254702149061055
340
+ 0.6773547094188376,0.20003471591723365,0.11708979650581815
341
+ 0.6793587174348696,0.18970027204518497,0.10942849684493569
342
+ 0.6813627254509017,0.17979541450670866,0.10242376079012243
343
+ 0.6833667334669338,0.17031161118952526,0.09601683610913436
344
+ 0.6853707414829658,0.16123999468912623,0.09015276128788059
345
+ 0.6873747494989979,0.15257140383274784,0.08478032499943021
346
+ 0.68937875751503,0.14429642435300577,0.0798520003947253
347
+ 0.691382765531062,0.13640542859066257,0.07532385731298566
348
+ 0.6933867735470941,0.1288886141170166,0.07115545541079928
349
+ 0.6953907815631262,0.12173604117750503,0.06730972108722415
350
+ 0.6973947895791582,0.1149376688691874,0.06375281094211813
351
+ 0.6993987975951903,0.10848338997575843,0.060453964350345196
352
+ 0.7014028056112224,0.10236306439455112,0.057385347569215144
353
+ 0.7034068136272544,0.09656655110057884,0.05452189162379113
354
+ 0.7054108216432865,0.09108373860295674,0.05184112603758287
355
+ 0.7074148296593186,0.08590457385897818,0.04932301029727183
356
+ 0.7094188376753506,0.08101908962065461,0.04694976476180638
357
+ 0.7114228456913827,0.07641743019762466,0.04470570255041137
358
+ 0.7134268537074148,0.0720898756289246,0.04257706377246935
359
+ 0.7154308617234468,0.0680268642641919,0.040551853296182556
360
+ 0.7174348697394789,0.06421901376240087,0.038619683093529554
361
+ 0.719438877755511,0.06065714052317032,0.03677162004714608
362
+ 0.721442885771543,0.05733227757203167,0.03500003996099922
363
+ 0.7234468937875751,0.0542356909268146,0.033298488381578166
364
+ 0.7254509018036072,0.051358894477418135,0.031661548710044105
365
+ 0.7274549098196392,0.04869366341577361,0.030084717968545484
366
+ 0.7294589178356713,0.04623204625670828,0.028564290475748832
367
+ 0.7314629258517034,0.04396637549372677,0.02709724958749317
368
+ 0.7334669338677354,0.041889276936438284,0.025681167568243426
369
+ 0.7354709418837675,0.0399936777784892,0.024314113577483584
370
+ 0.7374749498997996,0.038272813446448464,0.022994569682144174
371
+ 0.7394789579158316,0.03672023328112374,0.02172135474131396
372
+ 0.7414829659318637,0.0353298051033255,0.020493555952558893
373
+ 0.7434869739478958,0.03409571871614801,0.019310467799843554
374
+ 0.7454909819639278,0.03301248839543669,0.01817153810098865
375
+ 0.7474949899799599,0.032074954419294095,0.01707632081746098
376
+ 0.749498997995992,0.03127828368628484,0.01602443526072415
377
+ 0.751503006012024,0.03061796947044852,0.015015531307020656
378
+ 0.7535070140280561,0.030089830359381585,0.014049260215933829
379
+ 0.7555110220440882,0.02969000841952229,0.013125250637018466
380
+ 0.7575150300601202,0.029414966630416685,0.012243089382807605
381
+ 0.7595190380761523,0.02926148562719327,0.011402306545207576
382
+ 0.7615230460921844,0.02922665978776666,0.010602364535295344
383
+ 0.7635270541082164,0.029307892698470683,0.009842650633423771
384
+ 0.7655310621242485,0.02950289202891923,0.009122472646928515
385
+ 0.7675350701402806,0.02980966384395088,0.008441057286206387
386
+ 0.7695390781563125,0.03022650637756753,0.007797550886098077
387
+ 0.7715430861723446,0.030752003290858206,0.007191022117961898
388
+ 0.7735470941883766,0.03138501643304616,0.0066204663581754565
389
+ 0.7755511022044087,0.032124678122039674,0.006084811400665012
390
+ 0.7775551102204408,0.032970382958232826,0.005582924224069911
391
+ 0.7795591182364728,0.0339217791828281,0.005113618547941362
392
+ 0.7815631262525049,0.034978759589653095,0.004675662936616151
393
+ 0.783567134268537,0.03614145199735656,0.004267789233778013
394
+ 0.785571142284569,0.037410209287002165,0.0038887011349269043
395
+ 0.7875751503006011,0.03878559900847198,0.0035370827287530965
396
+ 0.7895791583166332,0.040268392557732964,0.0032116068615137324
397
+ 0.7915831663326652,0.04185955392596237,0.0029109432007244467
398
+ 0.7935871743486973,0.04356022802074972,0.002633765895620942
399
+ 0.7955911823647294,0.045371728559125274,0.002378760751762974
400
+ 0.7975951903807614,0.04729552553200399,0.0021446318557217805
401
+ 0.7995991983967935,0.0493332322398035,0.0019301076029153161
402
+ 0.8016032064128256,0.05148659189945842,0.0017339460972689508
403
+ 0.8036072144288576,0.05375746382386398,0.0015549399054419447
404
+ 0.8056112224448897,0.056147809175888345,0.0013919201608585856
405
+ 0.8076152304609218,0.05865967630052253,0.0012437600237259802
406
+ 0.8096192384769538,0.06129518564045839,0.0011093775126392944
407
+ 0.8116232464929859,0.06405651424241221,0.0009877377313183182
408
+ 0.813627254509018,0.06694587986381192,0.0008778545205518651
409
+ 0.81563126252505,0.06996552469202055,0.0007787915706282542
410
+ 0.8176352705410821,0.07311769869109336,0.0006896630334899352
411
+ 0.8196392785571142,0.0764046425941016,0.0006096336766673234
412
+ 0.8216432865731462,0.0798285705622884,0.0005379186228248799
413
+ 0.8236472945891783,0.08339165253576805,0.0004737827195995577
414
+ 0.8256513026052104,0.08709599630404666,0.0004165395844370617
415
+ 0.8276553106212424,0.09094362932834954,0.00036555036844408294
416
+ 0.8296593186372745,0.09493648035156324,0.000320222281980841
417
+ 0.8316633266533066,0.09907636083546334,0.0002800069229212217
418
+ 0.8336673346693386,0.1033649462688078,0.00024439844630472175
419
+ 0.8356713426853707,0.10780375739380925,0.0002129316115871586
420
+ 0.8376753507014028,0.11239414140235904,0.00018517974095010956
421
+ 0.8396793587174348,0.11713725315721872,0.00016075261922948673
422
+ 0.8416833667334669,0.12203403649708677,0.00013929436304060453
423
+ 0.843687374749499,0.1270852056880485,0.00012048128367169264
424
+ 0.845691382765531,0.13229122708732058,0.00010401976534291737
425
+ 0.8476953907815631,0.13765230108839224,8.964417752867737e-05
426
+ 0.8496993987975952,0.14316834441963278,7.711483725450585e-05
427
+ 0.8517034068136272,0.14883897287112047,6.621603463633212e-05
428
+ 0.8537074148296593,0.15466348452680453,5.675413245239066e-05
429
+ 0.8557114228456913,0.16064084358113415,4.85557482435643e-05
430
+ 0.8577154308617234,0.16676966482098224,4.146602533767246e-05
431
+ 0.8597194388777555,0.1730481988548717,3.534699729331437e-05
432
+ 0.8617234468937875,0.17947431817240134,3.0076048561044788e-05
433
+ 0.8637274549098196,0.1860455041170728,2.5544472661789978e-05
434
+ 0.8657314629258517,0.1927588348556502,2.165612787919933e-05
435
+ 0.8677354709418837,0.19961097442652234,1.8326189346091107e-05
436
+ 0.8697394789579158,0.20659816294843983,1.547999546530776e-05
437
+ 0.8717434869739479,0.21371620806932512,1.3051985830507348e-05
438
+ 0.8737474949899798,0.22096047773262043,1.0984727190020843e-05
439
+ 0.8757515030060119,0.22832589433592101,9.22802351346107e-06
440
+ 0.877755511022044,0.23580693035330721,7.738105862576768e-06
441
+ 0.879759519038076,0.24339760548890288,6.476897521119547e-06
442
+ 0.8817635270541081,0.2510914854248177,5.411349689741483e-06
443
+ 0.8837675350701402,0.2588816822216193,4.512842988094132e-06
444
+ 0.8857715430861722,0.26676085642400416,3.756650014936306e-06
445
+ 0.8877755511022043,0.2747212209183298,3.121454286513533e-06
446
+ 0.8897795591182364,0.28275454658216165,2.588920992935486e-06
447
+ 0.8917835671342684,0.29085216975896,2.14331517186184e-06
448
+ 0.8937875751503005,0.2990050015836727,1.7711630895682707e-06
449
+ 0.8957915831663326,0.30720353917708176,1.4609528334238711e-06
450
+ 0.8977955911823646,0.3154378787185829,1.2028703499311883e-06
451
+ 0.8997995991983967,0.32369773039845356,9.88567402641142e-07
452
+ 0.9018036072144288,0.3319724352418529,8.109581692091768e-07
453
+ 0.9038076152304608,0.34025098378766355,6.640414421784282e-07
454
+ 0.9058116232464929,0.34852203659592207,5.427456400912297e-07
455
+ 0.907815631262525,0.35677394654820926,4.427940712660177e-07
456
+ 0.909819639278557,0.3649947828957224,3.605881196837508e-07
457
+ 0.9118236472945891,0.3731723570001748,2.931062391146686e-07
458
+ 0.9138276553106212,0.3812942497031295,2.3781684658142357e-07
459
+ 0.9158316633266532,0.3893478402497963,1.9260339862493668e-07
460
+ 0.9178356713426853,0.39732033668401195,1.5570011310355426e-07
461
+ 0.9198396793587174,0.4051988076219808,1.2563696521235561e-07
462
+ 0.9218436873747494,0.4129702153033901,1.0119273910853841e-07
463
+ 0.9238476953907815,0.42062144981005645,8.135505622835249e-08
464
+ 0.9258517034068136,0.4281393643339859,6.528642850095402e-08
465
+ 0.9278557114228456,0.4355108113690886,5.229549974956476e-08
466
+ 0.9298597194388777,0.4427226796935428,4.181274225604986e-08
467
+ 0.9318637274549098,0.44976193200314935,3.3369968449424846e-08
468
+ 0.9338677354709418,0.45661564305001334,2.6583100697430335e-08
469
+ 0.9358717434869739,0.46327103813554454,2.113771598612792e-08
470
+ 0.937875751503006,0.4697155318020805,1.6776947618704488e-08
471
+ 0.939879759519038,0.4759367665636429,1.3291383691643536e-08
472
+ 0.9418837675350701,0.48192265151320546,1.0510652730719945e-08
473
+ 0.9438877755511021,0.48766140064164876,8.296431175925104e-09
474
+ 0.9458917835671342,0.4931415707022245,6.536646041052344e-09
475
+ 0.9478957915831663,0.49835209845383094,5.140679646630426e-09
476
+ 0.9498997995991983,0.5032823371169215,4.0354123970195485e-09
477
+ 0.9519038076152304,0.5079220918771596,3.161964662104733e-09
478
+ 0.9539078156312625,0.5122616542742511,2.4730204050543576e-09
479
+ 0.9559118236472945,0.5162918353166316,1.930633700502394e-09
480
+ 0.9579158316633266,0.5200039971668187,1.5044351008048973e-09
481
+ 0.9599198396793587,0.5233900832472902,1.1701682804130602e-09
482
+ 0.9619238476953907,0.5264426466227335,9.084988311282701e-10
483
+ 0.9639278557114228,0.5291548765213493,7.040467704129273e-10
484
+ 0.9659318637274549,0.5315206228655034,5.446025052098029e-10
485
+ 0.9679358717434869,0.5335344186905513,4.204928796124092e-10
486
+ 0.969939879759519,0.5351915003398674,3.240697142317658e-10
487
+ 0.9719438877755511,0.5364878253339758,2.4929808209673875e-10
488
+ 0.9739478957915831,0.5374200878224058,1.9142560265700897e-10
489
+ 0.9759519038076151,0.5379857315378918,1.467173949087459e-10
490
+ 0.9779559118236472,0.538182960184402,1.1224411873645064e-10
491
+ 0.9799599198396792,0.5380107452025371,8.57128411084717e-11
492
+ 0.9819639278557113,0.5374688308684231,6.533236842612882e-11
493
+ 0.9839679358717434,0.5365577366951181,4.970625423008967e-11
494
+ 0.9859719438877754,0.535278757118566,3.7747978723971324e-11
495
+ 0.9879759519038075,0.5336339584634656,2.8613850634649735e-11
496
+ 0.9899799599198396,0.5316261731976257,2.1650042782571534e-11
497
+ 0.9919839679358716,0.5292589914968185,1.635087397611476e-11
498
+ 0.9939879759519037,0.5265367501551781,1.2326019597700972e-11
499
+ 0.9959919839679358,0.5234645188893804,9.274794989606024e-12
500
+ 0.9979959919839678,0.5200480840974406,6.966029003640728e-12
501
+ 1.0,0.5162939301455229,5.222346048478178e-12
evaluation/query_family/subgroup/support_vs_profile_analysis/query_score_density_curves.csv ADDED
@@ -0,0 +1,501 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ score,internal_profile_density,subgroup_size_density
2
+ 0.0,0.27668259356427344,0.004828445120655451
3
+ 0.002004008016032064,0.28236973123592735,0.006053308519261492
4
+ 0.004008016032064128,0.2881683337439478,0.007555059792592945
5
+ 0.0060120240480961915,0.29416068103575027,0.009387363047317602
6
+ 0.008016032064128256,0.3004380224734081,0.011612106596194837
7
+ 0.01002004008016032,0.3071000495964034,0.01430017143082651
8
+ 0.012024048096192383,0.31425420801603043,0.017532163240334308
9
+ 0.014028056112224447,0.32201484842107503,0.021399078340670348
10
+ 0.01603206412825651,0.3305022191421638,0.026002869378006895
11
+ 0.018036072144288574,0.33984130529228157,0.031456872487091316
12
+ 0.02004008016032064,0.35016052214768145,0.03788605397678463
13
+ 0.022044088176352703,0.3615902731216029,0.04542703186313605
14
+ 0.024048096192384766,0.3742613853761191,0.05422782597767743
15
+ 0.026052104208416832,0.3883034387787384,0.06444729025368291
16
+ 0.028056112224448895,0.40384300649629506,0.07625418243683445
17
+ 0.03006012024048096,0.42100182798455216,0.08982583015296466
18
+ 0.03206412825651302,0.439894937432485,0.10534635822345553
19
+ 0.03406813627254509,0.4606287728035756,0.1230044505098036
20
+ 0.03607214428857715,0.48329929243425523,0.14299063046735944
21
+ 0.038076152304609215,0.5079901276479903,0.1654940579613836
22
+ 0.04008016032064128,0.5347708009737685,0.19069885558883076
23
+ 0.04208416833667334,0.5636950402676608,0.21877999546293322
24
+ 0.044088176352705406,0.5947992192816649,0.24989879671658333
25
+ 0.04609218436873747,0.6281009549621591,0.2841981042836713
26
+ 0.04809619238476953,0.6635978909531813,0.3217972401078443
27
+ 0.0501002004008016,0.701266695407196,0.3627868379719822
28
+ 0.052104208416833664,0.7410622992389151,0.40722369171388606
29
+ 0.05410821643286573,0.7829173984030648,0.45512576271377814
30
+ 0.05611222444889779,0.8267422406313565,0.5064675052155173
31
+ 0.058116232464929855,0.8724247133536525,0.561175676322197
32
+ 0.06012024048096192,0.9198307452887979,0.6191258005266854
33
+ 0.06212424849699398,0.9688050294732923,0.6801394556852791
34
+ 0.06412825651302605,1.0191720703693115,0.7439825379046391
35
+ 0.06613226452905811,1.0707375522344926,0.8103646466244206
36
+ 0.06813627254509018,1.1232900202524156,0.8789397082649436
37
+ 0.07014028056112225,1.1766028601068257,0.9493079275082346
38
+ 0.0721442885771543,1.230436555867884,1.0210191202549228
39
+ 0.07414829659318636,1.284541200358993,1.0935774425343499
40
+ 0.07615230460921843,1.3386592267268451,1.1664474864210028
41
+ 0.0781563126252505,1.3925283248655873,1.2390616688593608
42
+ 0.08016032064128256,1.4458845017904975,1.310828793953288
43
+ 0.08216432865731463,1.498465241118155,1.3811436255794944
44
+ 0.08416833667334668,1.5500127136233282,1.44939726701783
45
+ 0.08617234468937875,1.600276988479896,1.5149881094752111
46
+ 0.08817635270541081,1.6490191933580831,1.5773330835734245
47
+ 0.09018036072144288,1.6960145710776953,1.6358789284891755
48
+ 0.09218436873747494,1.7410553810715885,1.690113183559126
49
+ 0.09418837675350701,1.7839535954850345,1.7395746074757747
50
+ 0.09619238476953906,1.8245433423316255,1.7838627409369165
51
+ 0.09819639278557113,1.862683051702364,1.8226463495344927
52
+ 0.1002004008016032,1.8982572655242398,1.8556705140724858
53
+ 0.10220440881763526,1.9311780767066888,1.88276217422897
54
+ 0.10420841683366733,1.961386169597114,1.9038339769826074
55
+ 0.1062124248496994,1.9888514403694906,1.9188863316416458
56
+ 0.10821643286573146,2.01357318315731,1.9280076265580897
57
+ 0.11022044088176351,2.035579835271749,1.9313726164760805
58
+ 0.11222444889779558,2.0549282825599184,1.9292390417469731
59
+ 0.11422845691382764,2.0717027337032397,1.921942589252553
60
+ 0.11623246492985971,2.0860131798750796,1.9098903479444094
61
+ 0.11823647294589178,2.0979934635168145,1.8935529478767374
62
+ 0.12024048096192384,2.1077989869161513,1.873455599329115
63
+ 0.1222444889779559,2.115604097632476,1.8501682673681514
64
+ 0.12424849699398796,2.121599193509838,1.8242952267512738
65
+ 0.12625250501002003,2.1259875949360953,1.7964642426548894
66
+ 0.1282565130260521,2.128982236053795,1.767315615002237
67
+ 0.13026052104208416,2.130802229758986,1.737491309214393
68
+ 0.13226452905811623,2.1316693634611257,1.7076243754005325
69
+ 0.1342685370741483,2.1318045837175523,1.6783288329124155
70
+ 0.13627254509018036,2.1314245279650645,1.650190169515194
71
+ 0.13827655310621242,2.1307381606809592,1.6237565758749593
72
+ 0.1402805611222445,2.129943569413188,1.599531008226605
73
+ 0.14228456913827653,2.129224973286194,1.5779641463673415
74
+ 0.1442885771543086,2.1287499928597766,1.5594482916450487
75
+ 0.14629258517034066,2.1286672256550165,1.5443122311590283
76
+ 0.14829659318637273,2.1291041663561563,1.5328170803760133
77
+ 0.1503006012024048,2.1301655047236325,1.5251531068135282
78
+ 0.15230460921843686,2.1319318277233794,1.5214375320067368
79
+ 0.15430861723446893,2.1344587453849937,1.5217133069892175
80
+ 0.156312625250501,2.137776452567655,1.5259488570305293
81
+ 0.15831663326653306,2.1418897312477276,1.5340387932639816
82
+ 0.16032064128256512,2.1467783902810913,1.545805590870334
83
+ 0.1623246492985972,2.1523981319420487,1.5610022344365044
84
+ 0.16432865731462926,2.158681827051037,1.5793158298412293
85
+ 0.16633266533066132,2.1655411732827217,1.6003721775968118
86
+ 0.16833667334669336,2.1728687044394888,1.6237412943021385
87
+ 0.17034068136272543,2.1805401121880923,1.6489438563874994
88
+ 0.1723446893787575,2.1884168361367435,1.675458523646617
89
+ 0.17434869739478956,2.1963488732559107,1.7027300795323648
90
+ 0.17635270541082163,2.2041777536511433,1.7301783015687313
91
+ 0.1783567134268537,2.2117396266549973,1.7572074495610799
92
+ 0.18036072144288576,2.2188683992007836,1.7832162328826844
93
+ 0.18236472945891782,2.2253988675283765,1.8076080924867695
94
+ 0.1843687374749499,2.231169783497386,1.8298016100273493
95
+ 0.18637274549098196,2.2360267981608017,1.8492408371593578
96
+ 0.18837675350701402,2.2398252277739292,1.865405324201287
97
+ 0.1903807615230461,2.242432591057612,1.877819620140238
98
+ 0.19238476953907813,2.243730871231137,1.8860620164179522
99
+ 0.1943887775551102,2.243618462020862,1.8897723156475312
100
+ 0.19639278557114226,2.2420117633953174,1.8886584235728379
101
+ 0.19839679358717432,2.2388464000838497,1.8825015879356248
102
+ 0.2004008016032064,2.2340780438250976,1.8711601407841956
103
+ 0.20240480961923846,2.2276828286056607,1.854571640036619
104
+ 0.20440881763527052,2.2196573567090807,1.8327533503654945
105
+ 0.2064128256513026,2.2100183020028163,1.8058010509560203
106
+ 0.20841683366733466,2.1988016253377656,1.7738862065036758
107
+ 0.21042084168336672,2.1860614250575345,1.7372515859310649
108
+ 0.2124248496993988,2.171868453172655,1.6962054587413216
109
+ 0.21442885771543085,2.1563083346109737,1.651114539802871
110
+ 0.21643286573146292,2.1394795329145126,1.6023958880279818
111
+ 0.21843687374749496,2.121491110695054,1.5505079915036417
112
+ 0.22044088176352702,2.102460336937293,1.4959412901679352
113
+ 0.2224448897795591,2.0825101958014933,1.4392083965079772
114
+ 0.22444889779559116,2.061766852820885,1.3808342748299554
115
+ 0.22645290581162322,2.040357134339666,1.3213466306699158
116
+ 0.2284569138276553,2.0184060746572947,1.261266744543457
117
+ 0.23046092184368736,1.996034582721287,1.2011009594665754
118
+ 0.23246492985971942,1.9733572763960998,1.1413330008131992
119
+ 0.2344689378757515,1.950480527441237,1.082417271606645
120
+ 0.23647294589178355,1.9275007545172858,1.0247732278939894
121
+ 0.23847695390781562,1.9045029949245669,0.9687808990961392
122
+ 0.24048096192384769,1.8815597785955085,0.9147775787888657
123
+ 0.24248496993987975,1.8587303202455936,0.8630556737656216
124
+ 0.2444889779559118,1.8360600377968237,0.8138616648023539
125
+ 0.24649298597194386,1.8135803973768285,0.76739610239426
126
+ 0.24849699398797592,1.7913090775964269,0.7238145357148766
127
+ 0.250501002004008,1.7692504385987644,0.6832292537299968
128
+ 0.25250501002004005,1.7473962747198744,0.6457117040612751
129
+ 0.2545090180360721,1.7257268236796004,0.6112954478550713
130
+ 0.2565130260521042,1.7042120001466157,0.5799795073307152
131
+ 0.25851703406813625,1.6828128174067642,0.5517319664059294
132
+ 0.2605210420841683,1.6614829577803676,0.5264936931985961
133
+ 0.2625250501002004,1.6401704504411743,0.5041820655199268
134
+ 0.26452905811623245,1.618819414376506,0.4846945958578775
135
+ 0.2665330661322645,1.597371824402105,0.46791236991193474
136
+ 0.2685370741482966,1.5757692593542385,0.45370323158923276
137
+ 0.27054108216432865,1.5539545937407824,0.4419246666512346
138
+ 0.2725450901803607,1.5318735971713269,0.432426356119421
139
+ 0.2745490981963928,1.509476409653824,0.42505238840468973
140
+ 0.27655310621242485,1.4867188652533738,0.41964313532377256
141
+ 0.2785571142284569,1.4635636414629072,0.41603681122856867
142
+ 0.280561122244489,1.439981216830731,0.4140707460455956
143
+ 0.282565130260521,1.4159506247473872,0.4135824118720659
144
+ 0.28456913827655306,1.391459996664508,0.4144102487895482
145
+ 0.2865731462925851,1.3665068932734612,0.41639433873842496
146
+ 0.2885771543086172,1.341098427165123,0.419376976749541
147
+ 0.29058116232464926,1.3152511851125788,0.42320318675232965
148
+ 0.2925851703406813,1.288990962251334,0.4277212248452966
149
+ 0.2945891783567134,1.2623523240305607,0.4327831066699441
150
+ 0.29659318637274545,1.23537801475943,0.4382451877642267
151
+ 0.2985971943887775,1.2081182338861094,0.4439688169174037
152
+ 0.3006012024048096,1.1806298027701503,0.44982107305658653
153
+ 0.30260521042084165,1.1529752456598017,0.45567558652133194
154
+ 0.3046092184368737,1.1252218088892172,0.461413436174844
155
+ 0.3066132264529058,1.0974404419818147,0.4669241050792583
156
+ 0.30861723446893785,1.0697047634746728,0.4721064698105435
157
+ 0.3106212424849699,1.0420900329041562,0.47686979223324066
158
+ 0.312625250501002,1.0146721485921406,0.4811346779611791
159
+ 0.31462925851703405,0.9875266887534804,0.48483396298232256
160
+ 0.3166332665330661,0.9607280110517578,0.4879134891337911
161
+ 0.3186372745490982,0.9343484231964678,0.49033273029135943
162
+ 0.32064128256513025,0.9084574345393098,0.4920652342210047
163
+ 0.3226452905811623,0.8831210960017245,0.493098849879738
164
+ 0.3246492985971944,0.8584014331079215,0.4934357163139586
165
+ 0.32665330661322645,0.8343559744687526,0.49309199690306965
166
+ 0.3286573146292585,0.8110373758245992,0.4920973511784787
167
+ 0.3306613226452906,0.7884931377436236,0.4904941454403004
168
+ 0.33266533066132264,0.766765413323477,0.4883364124930414
169
+ 0.33466933867735466,0.7458909007723546,0.48568857963186235
170
+ 0.3366733466933867,0.7259008145672409,0.4826239921548036
171
+ 0.3386773547094188,0.7068209279977348,0.47922326681024335
172
+ 0.34068136272545085,0.6886716792912648,0.47557251543386975
173
+ 0.3426853707414829,0.6714683331700926,0.4717614833485885
174
+ 0.344689378757515,0.6552211895842256,0.4678816497584204
175
+ 0.34669338677354705,0.6399358314689428,0.4640243382827161
176
+ 0.3486973947895791,0.6256134036597714,0.46027888496170344
177
+ 0.3507014028056112,0.6122509155397123,0.4567309085986401
178
+ 0.35270541082164325,0.5998415605384974,0.453460724340872
179
+ 0.3547094188376753,0.588375046242539,0.45054193614959764
180
+ 0.3567134268537074,0.5778379295672941,0.4480402375182707
181
+ 0.35871743486973945,0.5682139521563518,0.4460124427595028
182
+ 0.3607214428857715,0.5594843718984005,0.4445057636914995
183
+ 0.3627254509018036,0.5516282871596672,0.4435573389151746
184
+ 0.36472945891783565,0.5446229510055258,0.44319401537915387
185
+ 0.3667334669338677,0.5384440733189372,0.4434323748383039
186
+ 0.3687374749498998,0.5330661093114106,0.4442789913631581
187
+ 0.37074148296593185,0.5284625334535648,0.4457309004294911
188
+ 0.3727454909819639,0.5246060983298666,0.44777625546494026
189
+ 0.374749498997996,0.5214690783503041,0.4503951441344788
190
+ 0.37675350701402804,0.5190234986298385,0.45356053416242853
191
+ 0.3787575150300601,0.5172413496782875,0.4572393171126224
192
+ 0.3807615230460922,0.5160947888443483,0.46139341824006525
193
+ 0.38276553106212424,0.5155563297173674,0.4659809412093905
194
+ 0.38476953907815625,0.5155990209304947,0.47095731804808627
195
+ 0.3867735470941883,0.516196616022879,0.4762764370337078
196
+ 0.3887775551102204,0.5173237362133287,0.48189172417123743
197
+ 0.39078156312625245,0.5189560281163053,0.48775715734945874
198
+ 0.3927855711422845,0.52107031858771,0.49382819603021955
199
+ 0.3947895791583166,0.5236447690289078,0.500062613277183
200
+ 0.39679358717434865,0.5266590315909127,0.5064212209459169
201
+ 0.3987975951903807,0.5300944098024886,0.5128684828148539
202
+ 0.4008016032064128,0.5339340261991764,0.5193730142387201
203
+ 0.40280561122244485,0.5381629995247834,0.525907970477729
204
+ 0.4048096192384769,0.5427686340293585,0.5324513291315335
205
+ 0.406813627254509,0.547740623265388,0.5389860750576201
206
+ 0.40881763527054105,0.5530712705895049,0.545500298754265
207
+ 0.4108216432865731,0.5587557282972454,0.5519872214520435
208
+ 0.4128256513026052,0.5647922569371301,0.5584451620855131
209
+ 0.41482965931863724,0.5711825058704372,0.5648774629638998
210
+ 0.4168336673346693,0.5779318155448313,0.5712923923421686
211
+ 0.4188376753507014,0.5850495412366591,0.5777030432768531
212
+ 0.42084168336673344,0.5925493971835983,0.5841272491644827
213
+ 0.4228456913827655,0.6004498190710655,0.5905875372487237
214
+ 0.4248496993987976,0.608774341769019,0.5971111421628496
215
+ 0.42685370741482964,0.617551988030926,0.6037301022500182
216
+ 0.4288577154308617,0.6268176625936763,0.6104814619527195
217
+ 0.4308617234468938,0.6366125447600817,0.6174076039240604
218
+ 0.43286573146292584,0.6469844711336994,0.624556734602392
219
+ 0.4348697394789579,0.6579882987333597,0.6319835466681192
220
+ 0.4368737474949899,0.6696862372780216,0.6397500809125188
221
+ 0.438877755511022,0.6821481380356508,0.6479268083768371
222
+ 0.44088176352705405,0.6954517253222979,0.6565939509440041
223
+ 0.4428857715430861,0.7096827555571703,0.6658430546279884
224
+ 0.4448897795591182,0.7249350877950519,0.6757788243472691
225
+ 0.44689378757515025,0.7413106489027644,0.6865212217433813
226
+ 0.4488977955911823,0.7589192760981454,0.6982078183857472
227
+ 0.4509018036072144,0.7778784194718609,0.7109963853305694
228
+ 0.45290581162324645,0.798312687426894,0.7250676863784009
229
+ 0.4549098196392785,0.8203532187472999,0.7406284265226336
230
+ 0.4569138276553106,0.8441368662944023,0.7579142891405054
231
+ 0.45891783567134264,0.8698051791666462,0.7771929757554898
232
+ 0.4609218436873747,0.8975031725706113,0.7987671411714263
233
+ 0.4629258517034068,0.927377877664653,0.8229770951078607
234
+ 0.46492985971943884,0.9595766672355409,0.8502031200198591
235
+ 0.4669338677354709,0.9942453572605047,0.8808672346199052
236
+ 0.468937875751503,1.031526089136151,0.9154342149629828
237
+ 0.47094188376753504,1.0715550025794616,0.954411671177715
238
+ 0.4729458917835671,1.1144597148468336,0.9983489695169593
239
+ 0.4749498997995992,1.160356627875936,1.0478347878429968
240
+ 0.47695390781563124,1.2093480911119001,1.1034930994583858
241
+ 0.4789579158316633,1.2615194539979044,1.1659773966606517
242
+ 0.48096192384769537,1.316936048238928,1.2359629926762408
243
+ 0.48296593186372744,1.375640145800203,1.3141372794964818
244
+ 0.4849699398797595,1.437647944017325,1.4011878699620597
245
+ 0.48697394789579157,1.5029466339623239,1.4977886150507533
246
+ 0.4889779559118236,1.5714916121585285,1.6045835609414945
247
+ 0.49098196392785565,1.6432038986661146,1.7221689935987041
248
+ 0.4929859719438877,1.7179678262977163,1.8510738092041974
249
+ 0.4949899799599198,1.7956290661305125,1.9917385438873676
250
+ 0.49699398797595185,1.8759930533888538,2.144493492387361
251
+ 0.4989979959919839,1.9588238751182243,2.3095364384074886
252
+ 0.501002004008016,2.0438436767554187,2.486910605044256
253
+ 0.503006012024048,2.1307326387361294,2.676483506964376
254
+ 0.5050100200400801,2.2191295666455013,2.8779274422330343
255
+ 0.5070140280561122,2.308633129227276,3.0907023962497218
256
+ 0.5090180360721442,2.398803767919163,3.314042139022649
257
+ 0.5110220440881763,2.4891662896492606,3.546944276700578
258
+ 0.5130260521042084,2.5792131416405644,3.7881649664708634
259
+ 0.5150300601202404,2.6684083531928247,4.036218919669763
260
+ 0.5170340681362725,2.756192115146128,4.289385201400824
261
+ 0.5190380761523046,2.8419859533037926,4.54571918820833
262
+ 0.5210420841683366,2.925198437899965,4.803070871799177
263
+ 0.5230460921843687,3.0052313575670797,5.0591095015398535
264
+ 0.5250501002004008,3.0814862736118562,5.311354348068385
265
+ 0.5270541082164328,3.153371359080179,5.55721115250442
266
+ 0.5290581162324649,3.220308417449579,5.794013609140219
267
+ 0.531062124248497,3.2817399681497923,6.019069023291819
268
+ 0.533066132264529,3.337136280707539,6.229707099532042
269
+ 0.5350701402805611,3.3860022364379465,6.423330657676661
270
+ 0.5370741482965932,3.427883896332758,6.597466952785764
271
+ 0.5390781563126252,3.462374656249062,6.7498181978716225
272
+ 0.5410821643286573,3.4891208757257743,6.878309858936568
273
+ 0.5430861723446894,3.5078268745891807,6.981135314697995
274
+ 0.5450901803607214,3.5182592019454604,7.056795548385304
275
+ 0.5470941883767535,3.5202500948345246,7.104132664971298
276
+ 0.5490981963927856,3.5137000585882463,7.122356200113446
277
+ 0.5511022044088176,3.498579517360272,7.111061400655509
278
+ 0.5531062124248497,3.4749295010245573,7.070238902810836
279
+ 0.5551102204408818,3.442861353222934,7.000275503337907
280
+ 0.5571142284569138,3.402555464343241,6.901946000239281
281
+ 0.5591182364729459,3.3542590521074414,6.7763963614805665
282
+ 0.561122244488978,3.298283030841169,6.625118751470886
283
+ 0.56312625250501,3.2349980278602954,6.449919194586598
284
+ 0.565130260521042,3.164829621357763,6.252878873280303
285
+ 0.567134268537074,3.088252888339835,6.036310236782366
286
+ 0.5691382765531061,3.0057863631487707,5.802709228954562
287
+ 0.5711422845691382,2.91798551674506,5.554705026208757
288
+ 0.5731462925851702,2.825435873918024,5.295008706876446
289
+ 0.5751503006012023,2.7287458899200883,5.026362252448332
290
+ 0.5771543086172344,2.6285397095341057,4.7514892116525225
291
+ 0.5791583166332664,2.5254499304202094,4.4730482450603635
292
+ 0.5811623246492985,2.420110488763856,4.193590617532756
293
+ 0.5831663326653306,2.3131497790028552,3.915522526028
294
+ 0.5851703406813626,2.2051841109265893,3.641072949912841
295
+ 0.5871743486973947,2.0968115970703933,3.37226749897929
296
+ 0.5891783567134268,1.9886065513032924,3.1109085199656836
297
+ 0.5911823647294588,1.8811144663102208,2.8585615140251908
298
+ 0.5931863727454909,1.774847623548609,2.616547722962833
299
+ 0.595190380761523,1.6702813747013594,2.385942567697615
300
+ 0.597194388777555,1.5678511189631024,2.1675794734042895
301
+ 0.5991983967935871,1.4679499860863698,1.9620584957329081
302
+ 0.6012024048096192,1.3709272212737817,1.7697590734910067
303
+ 0.6032064128256512,1.277087255085755,1.5908561756420592
304
+ 0.6052104208416833,1.1866894297323285,1.4253390836231201
305
+ 0.6072144288577154,1.0999483427120325,1.2730320516749238
306
+ 0.6092184368737474,1.0170347598531662,1.133616115029627
307
+ 0.6112224448897795,0.9380770425611535,1.0066513645747042
308
+ 0.6132264529058116,0.8631630285012095,0.8915990726656454
309
+ 0.6152304609218436,0.7923423010920836,0.787843133578947
310
+ 0.6172344689378757,0.7256287809869485,0.694710369085875
311
+ 0.6192384769539078,0.6630035721229528,0.6114893405196031
312
+ 0.6212424849699398,0.6044179957916996,0.5374473995480245
313
+ 0.6232464929859719,0.5497967483980769,0.4718457972530814
314
+ 0.625250501002004,0.4990411219544019,0.413952752281898
315
+ 0.627254509018036,0.45203223071979587,0.3630544516178001
316
+ 0.6292585170340681,0.40863419255493766,0.31846402046235855
317
+ 0.6312625250501002,0.3686972193164556,0.279528549969625
318
+ 0.6332665330661322,0.33206057677547746,0.24563431285699622
319
+ 0.6352705410821643,0.2985553809224813,0.21621032746638372
320
+ 0.6372745490981964,0.2680072039469791,0.19073045128914268
321
+ 0.6392785571142284,0.24023846949699218,0.16871419624523204
322
+ 0.6412825651302605,0.21507062289157916,0.14972646127883404
323
+ 0.6432865731462926,0.19232606766819726,0.13337637438254404
324
+ 0.6452905811623246,0.17182986509569528,0.11931542731634001
325
+ 0.6472945891783567,0.15341119800656905,0.10723507334979393
326
+ 0.6492985971943888,0.13690460444404237,0.09686394254624654
327
+ 0.6513026052104208,0.1221509901556147,0.0879648115282584
328
+ 0.6533066132264529,0.10899843188219034,0.08033144626815286
329
+ 0.655310621242485,0.09730278569862938,0.07378541802697026
330
+ 0.657314629258517,0.08692811637961992,0.06817297474575075
331
+ 0.6593186372745491,0.07774696492946914,0.06336203344555978
332
+ 0.6613226452905812,0.06964047206753503,0.059239343837508965
333
+ 0.6633266533066132,0.062498375657587875,0.05570785957839599
334
+ 0.6653306613226453,0.05621889986340236,0.05268434151919905
335
+ 0.6673346693386772,0.050708553264778,0.05009720688764629
336
+ 0.6693386773547093,0.045881852338224144,0.04788462956062573
337
+ 0.6713426853707414,0.04166098565319364,0.04599288931548999
338
+ 0.6733466933867734,0.03797543291482371,0.04437496206767794
339
+ 0.6753507014028055,0.034761551649657316,0.04298933846514463
340
+ 0.6773547094188376,0.03196214293108111,0.041799054669187936
341
+ 0.6793587174348696,0.029526006116874837,0.040770916571584784
342
+ 0.6813627254509017,0.0274074911614265,0.03987489694887343
343
+ 0.6833667334669338,0.025566055698740403,0.03908368402684186
344
+ 0.6853707414829658,0.023965832796403345,0.03837235952171049
345
+ 0.6873747494989979,0.022575214072944896,0.03771818435546049
346
+ 0.68937875751503,0.021366451767358054,0.03710047084028941
347
+ 0.691382765531062,0.02031528235771314,0.036500521124865064
348
+ 0.6933867735470941,0.019400573452141502,0.035901613038595
349
+ 0.6953907815631262,0.01860399491997203,0.03528901610248841
350
+ 0.6973947895791582,0.01790971459227084,0.03465002234532408
351
+ 0.6993987975951903,0.017304118334141975,0.03397397861668625
352
+ 0.7014028056112224,0.01677555386943729,0.033252309269700124
353
+ 0.7034068136272544,0.016314097413444466,0.03247852033819582
354
+ 0.7054108216432865,0.01591134193112791,0.03164817859889318
355
+ 0.7074148296593186,0.015560205677705117,0.0307588611297986
356
+ 0.7094188376753506,0.015254759584110086,0.02981007309575249
357
+ 0.7114228456913827,0.01499007201195878,0.028803133458163273
358
+ 0.7134268537074148,0.014762069410969985,0.02774103007041901
359
+ 0.7154308617234468,0.014567411456950499,0.026628247143805635
360
+ 0.7174348697394789,0.014403379321265777,0.025470569319124937
361
+ 0.719438877755511,0.01426777581603522,0.02427486753622303
362
+ 0.721442885771543,0.01415883626454682,0.023048872546970734
363
+ 0.7234468937875751,0.014075149059305762,0.021800942267866694
364
+ 0.7254509018036072,0.01401558498347293,0.020539829229434526
365
+ 0.7274549098196392,0.013979234482638159,0.019274454172198703
366
+ 0.7294589178356713,0.013965352178174744,0.01801369139517176
367
+ 0.7314629258517034,0.013973308009182348,0.016766170820188817
368
+ 0.7334669338677354,0.014002544474809444,0.015540100937721287
369
+ 0.7354709418837675,0.014052539521852144,0.014343115892639232
370
+ 0.7374749498997996,0.014122774683255675,0.013182148999497904
371
+ 0.7394789579158316,0.01421270812160302,0.012063333990922744
372
+ 0.7414829659318637,0.014321752268560918,0.010991934342585092
373
+ 0.7434869739478958,0.014449255776899785,0.00997230012096848
374
+ 0.7454909819639278,0.014594489518292099,0.009007850996808252
375
+ 0.7474949899799599,0.014756636367652221,0.00810108338200485
376
+ 0.749498997995992,0.014934784516249576,0.0072535990973163315
377
+ 0.751503006012024,0.01512792405163076,0.006466152571469782
378
+ 0.7535070140280561,0.01533494653496631,0.005738713311166081
379
+ 0.7555110220440882,0.015554647296746542,0.005070540261254637
380
+ 0.7575150300601202,0.015785730161773308,0.004460264684772898
381
+ 0.7595190380761523,0.016026814305069317,0.003905978318669317
382
+ 0.7615230460921844,0.016276442932926304,0.003405323785002818
383
+ 0.7635270541082164,0.01653309347909032,0.002955584538713801
384
+ 0.7655310621242485,0.016795189005277118,0.0025537719908859113
385
+ 0.7675350701402806,0.017061110498757255,0.0021967078397778818
386
+ 0.7695390781563125,0.017329209768156034,0.0018811000510963786
387
+ 0.7715430861723446,0.01759782265102636,0.0016036113362579447
388
+ 0.7735470941883766,0.01786528226457632,0.0013609193673971842
389
+ 0.7755511022044087,0.01812993205229998,0.001149768328218591
390
+ 0.7775551102204408,0.018390138404973673,0.0009670117209937693
391
+ 0.7795591182364728,0.01864430266313168,0.0008096466256912949
392
+ 0.7815631262525049,0.0188908723394078,0.0006748398338677622
393
+ 0.783567134268537,0.019128351432163914,0.0005599464565818018
394
+ 0.785571142284569,0.019355309735660405,0.00046252173353082644
395
+ 0.7875751503006011,0.019570391086056946,0.00038032685296680467
396
+ 0.7895791583166332,0.01977232051561414,0.00031132963320433234
397
+ 0.7915831663326652,0.019959910319250485,0.00025370092215531553
398
+ 0.7935871743486973,0.020132065066982636,0.00020580754727476228
399
+ 0.7955911823647294,0.020287785622456322,0.00016620260075070274
400
+ 0.7975951903807614,0.020426172251307544,0.0001336137797390557
401
+ 0.7995991983967935,0.02054642692288709,0.00010693042456781746
402
+ 0.8016032064128256,0.020647854925208507,8.518981419999123e-05
403
+ 0.8036072144288576,0.020729865925648187,6.756319223538185e-05
404
+ 0.8056112224448897,0.020791974618849154,5.3341911987633154e-05
405
+ 0.8076152304609218,0.02083380110948975,4.192400856708553e-05
406
+ 0.8096192384769538,0.020855071180646653,3.280143155849408e-05
407
+ 0.8116232464929859,0.020855616599921776,2.5548105246302575e-05
408
+ 0.813627254509018,0.020835375615034773,1.9808925239658453e-05
409
+ 0.81563126252505,0.020794393789996996,1.5289751096891204e-05
410
+ 0.8176352705410821,0.020732825332146855,1.1748414034634202e-05
411
+ 0.8196392785571142,0.020650935060744266,8.986726595905106e-06
412
+ 0.8216432865731462,0.020549101169964924,6.843456575070678e-06
413
+ 0.8236472945891783,0.02042781894365657,5.188209736634963e-06
414
+ 0.8256513026052104,0.020287705587113142,3.916154018692238e-06
415
+ 0.8276553106212424,0.020129506352600395,2.9435110613447234e-06
416
+ 0.8296593186372745,0.019954102150668854,2.2037381510354235e-06
417
+ 0.8316633266533066,0.01976251885901748,1.644324191716292e-06
418
+ 0.8336673346693386,0.01955593856421574,1.2241263563096826e-06
419
+ 0.8356713426853707,0.01933571299878895,9.111789912854404e-07
420
+ 0.8376753507014028,0.0191033794666479,6.809126052564679e-07
421
+ 0.8396793587174348,0.01886067958204832,5.147279398719034e-07
422
+ 0.8416833667334669,0.018609581180711744,3.988778732322936e-07
423
+ 0.843687374749499,0.01835230379414964,3.2361801538801625e-07
424
+ 0.845691382765531,0.018091348108280204,2.8259518287859625e-07
425
+ 0.8476953907815631,0.01782952985270624,2.724514223107482e-07
426
+ 0.8496993987975952,0.017570018584963938,2.926298942756695e-07
427
+ 0.8517034068136272,0.017316381842349102,3.4537778381302753e-07
428
+ 0.8537074148296593,0.01707263512916314,4.359505675262173e-07
429
+ 0.8557114228456913,0.016843298186968933,5.730315626832933e-07
430
+ 0.8577154308617234,0.0166334579557709,7.693908457712871e-07
431
+ 0.8597194388777555,0.016448838572768097,1.0428184911194374e-06
432
+ 0.8617234468937875,0.016295878668490422,1.4173787609950545e-06
433
+ 0.8637274549098196,0.01618181610551444,1.925044458407704e-06
434
+ 0.8657314629258517,0.016114780159780195,2.607784159178125e-06
435
+ 0.8677354709418837,0.016103890966885137,3.5201894202285667e-06
436
+ 0.8697394789579158,0.016159365843743556,4.732744165288634e-06
437
+ 0.8717434869739479,0.01629263184978464,6.33585399949731e-06
438
+ 0.8737474949899798,0.01651644367061088,8.444768769692874e-06
439
+ 0.8757515030060119,0.01684500559287982,1.1205546656718487e-05
440
+ 0.877755511022044,0.01729409599414765,1.4802221644573624e-05
441
+ 0.879759519038076,0.01788119239951492,1.9465347318324817e-05
442
+ 0.8817635270541081,0.018625594763519892,2.548209731886328e-05
443
+ 0.8837675350701402,0.019548544227737916,3.320810490523365e-05
444
+ 0.8857715430861722,0.020673334190557623,4.308121918801569e-05
445
+ 0.8877755511022043,0.022025410115899563,5.5637341736694115e-05
446
+ 0.8897795591182364,0.02363245411400444,7.1528482307366e-05
447
+ 0.8917835671342684,0.025524449963398102,9.154313417466789e-05
448
+ 0.8937875751503005,0.02773372392336295,0.00011662901578617304
449
+ 0.8957915831663326,0.030294956426725278,0.00014791815413243867
450
+ 0.8977955911823646,0.0332451595601703,0.00018675419458433844
451
+ 0.8997995991983967,0.03662361515073583,0.00023472171071809429
452
+ 0.9018036072144288,0.04047176829972405,0.0002936771552467003
453
+ 0.9038076152304608,0.04483307135532752,0.000365780939938984
454
+ 0.9058116232464929,0.04975277360817734,0.00045352995981377266
455
+ 0.907815631262525,0.05527765244283916,0.0005597896877904108
456
+ 0.909819639278557,0.061455682293893664,0.0006878247647624203
457
+ 0.9118236472945891,0.06833563854486185,0.0008413268028525224
458
+ 0.9138276553106212,0.07596663447512696,0.0010244379143147192
459
+ 0.9158316633266532,0.08439759050296772,0.0012417682848760582
460
+ 0.9178356713426853,0.09367663628471747,0.0014984059396441665
461
+ 0.9198396793587174,0.1038504476987593,0.0017999167148792191
462
+ 0.9218436873747494,0.11496352234961406,0.002152332363844644
463
+ 0.9238476953907815,0.12705739894653004,0.0025621247040563586
464
+ 0.9258517034068136,0.140169827711828,0.0030361637708688875
465
+ 0.9278557114228456,0.15433390081826331,0.003581658091860428
466
+ 0.9298597194388777,0.1695771536998112,0.004206075449455964
467
+ 0.9318637274549098,0.1859206498768418,0.004917042864369839
468
+ 0.9338677354709418,0.20337806363392347,0.0057222250146229895
469
+ 0.9358717434869739,0.22195477643017236,0.006629180904126677
470
+ 0.937875751503006,0.2416470042528121,0.0076451993054494835
471
+ 0.939879759519038,0.2624409741880132,0.008777114311312511
472
+ 0.9418837675350701,0.2843121692251807,0.01003110321963772
473
+ 0.9438877755511021,0.30722466068262144,0.011412469921681281
474
+ 0.9458917835671342,0.3311305475992776,0.01292541792925063
475
+ 0.9478957915831663,0.35596952194391557,0.014572818126543203
476
+ 0.9498997995991983,0.3816685775235956,0.016355977221166957
477
+ 0.9519038076152304,0.40814187901291493,0.018274413650534355
478
+ 0.9539078156312625,0.4352908055729183,0.020325648325887975
479
+ 0.9559118236472945,0.4630041810959145,0.02250501801965169
480
+ 0.9579158316633266,0.4911587002266029,0.024805519379193328
481
+ 0.9599198396793587,0.5196195560143182,0.027217691444477388
482
+ 0.9619238476953907,0.5482412713984969,0.029729544130616903
483
+ 0.9639278557114228,0.5768687327966769,0.03232653939277244
484
+ 0.9659318637274549,0.6053384199263471,0.03499163071767938
485
+ 0.9679358717434869,0.6334798217510289,0.037705365196089316
486
+ 0.969939879759519,0.66111702419158,0.040446050752527454
487
+ 0.9719438877755511,0.6880704511009864,0.043189989188065915
488
+ 0.9739478957915831,0.7141587360699609,0.04591177358872845
489
+ 0.9759519038076151,0.7392006990262237,0.04858464644052179
490
+ 0.9779559118236472,0.7630173984144752,0.051180912556600976
491
+ 0.9799599198396792,0.7854342271011451,0.053672398754594154
492
+ 0.9819639278557113,0.8062830181183772,0.056030950217603244
493
+ 0.9839679358717434,0.8254041250276586,0.05822895172416624
494
+ 0.9859719438877754,0.8426484410942252,0.06023986052749632
495
+ 0.9879759519038075,0.8578793216632019,0.06203873667829373
496
+ 0.9899799599198396,0.8709743751290445,0.06360275607850688
497
+ 0.9919839679358716,0.8818270896908246,0.06491169156638193
498
+ 0.9939879759519037,0.8903482656567906,0.0659483478845511
499
+ 0.9959919839679358,0.8964672263516679,0.06669893746739243
500
+ 0.9979959919839678,0.9001327846257875,0.06715338557159475
501
+ 1.0,0.9013139464666189,0.06730555531132158
evaluation/query_family/subgroup/support_vs_profile_analysis/score_cluster_analysis.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Why do subgroup query scores pile up around 0.5-0.6?
2
+
3
+ The concentration is real. It is not a KDE artifact.
4
+
5
+ At the query level, the most common exact score is `0.55`:
6
+
7
+ - `internal_profile_stability`: `3789 / 13406` queries (`28.3%`)
8
+ - `subgroup_size_stability`: `4550 / 9377` queries (`48.5%`)
9
+
10
+ More broadly, the whole `(0.5, 0.6]` band contains:
11
+
12
+ - `31.97%` of `internal_profile_stability` queries
13
+ - `54.63%` of `subgroup_size_stability` queries
14
+
15
+ ### The direct reason
16
+
17
+ The result-comparison function is defined in [src/evaluation/real_panel_experiment.py](D:\dpan\Uni\Project\HKUNAISS\SQLagent\src\evaluation\real_panel_experiment.py:444):
18
+
19
+ ```python
20
+ score = (
21
+ 0.45 * strict_set_score
22
+ + 0.20 * key_set_score
23
+ + 0.15 * profile_score
24
+ + 0.10 * row_count_score
25
+ + 0.10 * column_score
26
+ )
27
+ ```
28
+
29
+ The crucial detail is that `profile_score` is computed only on the inferred key columns, not on the measure columns such as `count`, `sum`, or `mean`; see [_column_profile_score](D:\dpan\Uni\Project\HKUNAISS\SQLagent\src\evaluation\real_panel_experiment.py:412).
30
+
31
+ This creates a very common "structure right, values wrong" scoring state:
32
+
33
+ - `strict_set_score = 0`
34
+ - `key_set_score = 1`
35
+ - `profile_score = 1`
36
+ - `row_count_score = 1`
37
+ - `column_score = 1`
38
+
39
+ That state maps exactly to:
40
+
41
+ `0.45 * 0 + 0.20 * 1 + 0.15 * 1 + 0.10 * 1 + 0.10 * 1 = 0.55`
42
+
43
+ ### What this means semantically
44
+
45
+ This pattern says:
46
+
47
+ - the query returned the right columns
48
+ - the number of rows is right
49
+ - the same subgroup keys are present
50
+ - the marginal distribution over key columns looks right
51
+ - but the full output rows do not exactly match
52
+
53
+ For subgroup queries, that usually means the model recovered the subgroup scaffold, but not the exact subgroup-level values.
54
+
55
+ Examples:
56
+
57
+ - `Grouped Count by Category`: the same categories appear, but their exact counts differ
58
+ - `Support-Guarded Group Average`: the same groups survive the support threshold, but the group averages differ
59
+ - `Top-k Group Sum with Filter`: the same filtered groups appear, but the summed values are not exact
60
+
61
+ Once a measure column differs, the whole row tuple differs, so `strict_set_score` can collapse to `0` even when the group identities are preserved.
62
+
63
+ ### Why the whole band is dense, not only the exact point 0.55
64
+
65
+ Near-`0.55` scores are small perturbations of the same pattern.
66
+
67
+ Common examples observed in the raw query logs:
68
+
69
+ - `strict=0`, `key=profile=row_count=0.9`, `column=1` gives `0.505`
70
+ - `strict=0`, `key=profile=row_count=0.9167`, `column=1` gives about `0.5125`
71
+ - `strict=0.0909`, others `=1`, gives about `0.5909`
72
+
73
+ So the full `(0.5, 0.6]` band mostly represents "almost perfect subgroup structure recovery, but weak exact value recovery."
74
+
75
+ ### Why this is especially common for subgroup queries
76
+
77
+ Subgroup workloads are dominated by grouped summaries:
78
+
79
+ - size-side templates:
80
+ - `Grouped Count by Category`
81
+ - `Filtered Top-k Group Count`
82
+ - `Two-Dimensional Top-k Count`
83
+ - internal-side templates:
84
+ - `Support-Guarded Group Average`
85
+ - `Grouped Numeric Mean`
86
+ - `Grouped Numeric Sum`
87
+ - `Top-k Group Sum with Filter`
88
+
89
+ For these templates, it is much easier for a synthetic table to preserve:
90
+
91
+ - which groups exist
92
+ - how many groups survive
93
+ - which columns appear
94
+
95
+ than to preserve the exact aggregated values for every group.
96
+
97
+ So the scoring function repeatedly assigns partial credit for getting the subgroup structure right while missing the subgroup values, and this repeatedly lands in the `0.5-0.6` region.
98
+
99
+ ### Short takeaway
100
+
101
+ The `0.5-0.6` concentration is evidence of a very specific failure mode:
102
+
103
+ models often preserve subgroup support and subgroup identity, but not exact subgroup-level analytical values.
104
+
105
+ That is exactly why the distribution can look heavily concentrated in the mid-high band even when true within-group analytical fidelity is still limited.
evaluation/query_family/subgroup/support_vs_profile_analysis/size_templates_overall.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ template_id,template_name,rows,mean_score,median_score,datasets
2
+ tpl_clickbench_filtered_topk_group_count,Filtered Top-k Group Count,5654,0.40358913937035734,0.55,36
3
+ tpl_clickbench_group_count,Grouped Count by Category,3116,0.41976913478819,0.55,46
4
+ tpl_clickbench_two_dimensional_topk_count,Two-Dimensional Top-k Count,607,0.42170430477759474,0.486364,9
evaluation/query_family/subgroup/support_vs_profile_analysis/strong_size_advantage_panels.csv ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset_id,dataset_prefix,model_id,model_label,internal_profile_stability,subgroup_size_stability,internal_profile_stability__query_count,subgroup_size_stability__query_count,subgroup_structure_score,profile_minus_size,active_subitem_count,size_minus_internal
2
+ c3,c,arf,ARF,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
3
+ c3,c,bayesnet,BayesNet,0.275,0.6752173913043479,21.0,23.0,0.4751086956521739,-0.4002173913043478,2,0.40021739130434786
4
+ c3,c,ctgan,CTGAN,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
5
+ c3,c,realtabformer,RealTabFormer,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
6
+ c3,c,tabbyflow,TabbyFlow,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
7
+ c3,c,tabddpm,TabDDPM,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
8
+ c3,c,tabdiff,TabDiff,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
9
+ c3,c,tabpfgen,TabPFGen,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
10
+ c3,c,tvae,TVAE,0.275,0.55,21.0,23.0,0.4125,-0.275,2,0.275
11
+ c6,c,arf,ARF,0.3651625714285714,0.5124462068965517,21.0,29.0,0.4388043891625616,-0.1472836354679803,2,0.14728363546798035
12
+ c6,c,bayesnet,BayesNet,0.4284299523809524,0.5314501724137931,21.0,29.0,0.4799400623973727,-0.1030202200328407,2,0.10302022003284073
13
+ c6,c,tabbyflow,TabbyFlow,0.3417297142857143,0.5043883103448276,21.0,29.0,0.4230590123152709,-0.1626585960591132,2,0.16265859605911326
14
+ c6,c,tabdiff,TabDiff,0.362113619047619,0.4963698620689655,21.0,29.0,0.4292417405582923,-0.1342562430213465,2,0.13425624302134648
15
+ c6,c,tabpfgen,TabPFGen,0.3854356190476191,0.5351597586206897,21.0,29.0,0.4602976888341543,-0.1497241395730705,2,0.14972413957307057
16
+ c6,c,tabsyn,TabSyn,0.3893078571428572,0.5252205172413793,21.0,29.0,0.4572641871921182,-0.1359126600985221,2,0.1359126600985221
17
+ c9,c,arf,ARF,0.23787228,0.4193787575757576,25.0,33.0,0.3286255187878788,-0.1815064775757575,2,0.1815064775757576
18
+ c9,c,realtabformer,RealTabFormer,0.36372132,0.5239933333333333,25.0,33.0,0.4438573266666666,-0.1602720133333333,2,0.1602720133333333
19
+ c9,c,tabbyflow,TabbyFlow,0.24640368,0.4866677878787879,25.0,33.0,0.366535733939394,-0.2402641078787878,2,0.24026410787878788
20
+ c9,c,tabdiff,TabDiff,0.24754176,0.4890936363636364,25.0,33.0,0.3683176981818182,-0.2415518763636364,2,0.2415518763636364
21
+ c9,c,tabpfgen,TabPFGen,0.23610796,0.3930563939393939,25.0,33.0,0.3145821769696969,-0.1569484339393939,2,0.1569484339393939
22
+ c9,c,tabsyn,TabSyn,0.2465212,0.4824734545454545,25.0,33.0,0.3644973272727272,-0.2359522545454545,2,0.2359522545454545
23
+ c13,c,ctgan,CTGAN,0.0366852,0.17265625,15.0,8.0,0.104670725,-0.13597105,2,0.13597105
24
+ c13,c,realtabformer,RealTabFormer,0.1769672666666666,0.5275000000000001,15.0,8.0,0.3522336333333333,-0.3505327333333334,2,0.35053273333333346
25
+ c13,c,tabddpm,TabDDPM,0.0477187999999999,0.18916675,15.0,8.0,0.118442775,-0.14144795,2,0.1414479500000001
26
+ c13,c,tvae,TVAE,0.0360185333333333,0.17265625,15.0,8.0,0.1043373916666666,-0.1366377166666667,2,0.13663771666666671
27
+ c16,c,arf,ARF,0.3846164038461538,0.5220931538461538,52.0,26.0,0.4533547788461538,-0.1374767499999999,2,0.13747675000000004
28
+ c17,c,arf,ARF,0.2543351111111111,0.4218887586206897,18.0,29.0,0.3381119348659004,-0.1675536475095785,2,0.16755364750957857
29
+ c17,c,bayesnet,BayesNet,0.2429114444444444,0.4224673793103448,18.0,29.0,0.3326894118773946,-0.1795559348659004,2,0.17955593486590038
30
+ c17,c,ctgan,CTGAN,0.2730900555555556,0.5012576206896552,18.0,29.0,0.3871738381226054,-0.2281675651340995,2,0.22816756513409958
31
+ c17,c,realtabformer,RealTabFormer,0.2422115555555555,0.4365871379310345,18.0,29.0,0.339399346743295,-0.1943755823754789,2,0.19437558237547897
32
+ c17,c,tabpfgen,TabPFGen,0.2502735,0.4158095517241379,18.0,29.0,0.3330415258620689,-0.1655360517241379,2,0.16553605172413793
33
+ c17,c,tvae,TVAE,0.2495721666666666,0.4644432068965518,18.0,29.0,0.3570076867816092,-0.2148710402298851,2,0.21487104022988518
34
+ c18,c,arf,ARF,0.2474007,0.3673312608695652,40.0,23.0,0.3073659804347826,-0.1199305608695652,2,0.11993056086956519
35
+ c18,c,bayesnet,BayesNet,0.2303008999999999,0.3684995217391304,40.0,23.0,0.2994002108695652,-0.1381986217391304,2,0.13819862173913053
36
+ c18,c,realtabformer,RealTabFormer,0.323637575,0.4402150434782609,40.0,23.0,0.3819263092391304,-0.1165774684782608,2,0.11657746847826089
37
+ c19,c,ctgan,CTGAN,0.3116817012987013,0.4385502857142857,77.0,7.0,0.3751159935064935,-0.1268685844155844,2,0.1268685844155844
38
+ c19,c,tvae,TVAE,0.3118838181818182,0.4396825714285715,77.0,7.0,0.3757831948051948,-0.1277987532467532,2,0.12779875324675327
39
+ c20,c,tabpfgen,TabPFGen,0.1030495454545454,0.203221606060606,33.0,33.0,0.1531355757575757,-0.1001720606060606,2,0.1001720606060606
40
+ m1,m,realtabformer,RealTabFormer,0.4152741470588235,0.53928575,34.0,8.0,0.4772799485294118,-0.1240116029411764,2,0.12401160294117652
41
+ m1,m,tabddpm,TabDDPM,0.400526,0.55,34.0,8.0,0.475263,-0.149474,2,0.14947400000000005
42
+ m1,m,tabdiff,TabDiff,0.5147772941176472,0.6175,34.0,8.0,0.5661386470588237,-0.1027227058823528,2,0.10272270588235288
43
+ m1,m,tvae,TVAE,0.3124155882352941,0.4234375,34.0,8.0,0.3679265441176471,-0.1110219117647058,2,0.11102191176470594
44
+ m2,m,tabddpm,TabDDPM,0.2298737,0.3883499230769231,20.0,26.0,0.3091118115384615,-0.1584762230769231,2,0.15847622307692313
45
+ m4,m,tabsyn,TabSyn,0.5541558444444444,0.6902597142857143,45.0,7.0,0.6222077793650793,-0.1361038698412698,2,0.13610386984126988
46
+ m5,m,bayesnet,BayesNet,0.3513529,0.5137482692307693,20.0,26.0,0.4325505846153846,-0.1623953692307693,2,0.1623953692307693
47
+ m5,m,ctgan,CTGAN,0.2169992999999999,0.3542609230769231,20.0,26.0,0.2856301115384615,-0.1372616230769231,2,0.1372616230769232
48
+ m5,m,tabdiff,TabDiff,0.4024417,0.5052972692307692,20.0,26.0,0.4538694846153847,-0.1028555692307691,2,0.10285556923076922
49
+ m5,m,tabpfgen,TabPFGen,0.406,0.5407245,20.0,26.0,0.47336225,-0.1347245,2,0.13472450000000002
50
+ m5,m,tvae,TVAE,0.200764,0.3126178461538461,20.0,26.0,0.2566909230769231,-0.1118538461538461,2,0.11185384615384608
51
+ m7,m,arf,ARF,0.1387142666666666,0.5557692307692308,15.0,26.0,0.3472417487179487,-0.4170549641025641,2,0.41705496410256415
52
+ m7,m,bayesnet,BayesNet,0.1361428666666666,0.5582417692307693,15.0,26.0,0.3471923179487179,-0.4220989025641026,2,0.42209890256410265
53
+ m7,m,ctgan,CTGAN,0.1339999999999999,0.4946153846153847,15.0,26.0,0.3143076923076923,-0.3606153846153846,2,0.3606153846153848
54
+ m7,m,forestdiffusion,ForestDiffusion,0.1152222,0.3183199615384616,15.0,26.0,0.2167710807692308,-0.2030977615384616,2,0.2030977615384616
55
+ m7,m,realtabformer,RealTabFormer,0.1446825333333333,0.564011,15.0,26.0,0.3543467666666667,-0.4193284666666667,2,0.41932846666666673
56
+ m7,m,tabbyflow,TabbyFlow,0.1356666666666666,0.55,15.0,26.0,0.3428333333333334,-0.4143333333333333,2,0.41433333333333344
57
+ m7,m,tabddpm,TabDDPM,0.1161428666666666,0.3730769230769231,15.0,26.0,0.2446098948717949,-0.2569340564102564,2,0.25693405641025646
58
+ m7,m,tabdiff,TabDiff,0.1356666666666666,0.5711538461538462,15.0,26.0,0.3534102564102565,-0.4354871794871795,2,0.43548717948717963
59
+ m7,m,tabpfgen,TabPFGen,0.1352222,0.4894230769230769,15.0,26.0,0.3123226384615384,-0.354200876923077,2,0.3542008769230769
60
+ m7,m,tabsyn,TabSyn,0.1412222,0.5576923076923077,15.0,26.0,0.3494572538461538,-0.4164701076923077,2,0.41647010769230774
61
+ m7,m,tvae,TVAE,0.1173333333333333,0.4383653846153846,15.0,26.0,0.277849358974359,-0.3210320512820513,2,0.3210320512820513
62
+ m8,m,tvae,TVAE,0.2904538666666666,0.4394257307692308,15.0,26.0,0.3649397987179487,-0.1489718641025641,2,0.1489718641025642
63
+ m10,m,arf,ARF,0.3528283428571429,0.4651270384615384,35.0,26.0,0.4089776906593406,-0.1122986956043956,2,0.11229869560439554
64
+ m10,m,ctgan,CTGAN,0.351218,0.4564723076923077,35.0,26.0,0.4038451538461539,-0.1052543076923077,2,0.1052543076923077
65
+ m10,m,tabpfgen,TabPFGen,0.3536230857142857,0.4673658846153846,35.0,26.0,0.4104944851648352,-0.1137427989010989,2,0.1137427989010989
66
+ m10,m,tvae,TVAE,0.3495122571428571,0.4589837307692308,35.0,26.0,0.404247993956044,-0.1094714736263736,2,0.10947147362637372
67
+ n3,n,tabbyflow,TabbyFlow,0.1565103125,0.3104935652173913,16.0,23.0,0.2335019388586956,-0.1539832527173913,2,0.1539832527173913
68
+ n3,n,tabsyn,TabSyn,0.126156,0.2722717391304348,16.0,23.0,0.1992138695652174,-0.1461157391304348,2,0.1461157391304348
69
+ n8,n,bayesnet,BayesNet,0.1843711904761905,0.3507055,42.0,26.0,0.2675383452380953,-0.1663343095238095,2,0.1663343095238095
70
+ n8,n,ctgan,CTGAN,0.2345274761904761,0.3725004615384615,42.0,26.0,0.3035139688644688,-0.1379729853479853,2,0.1379729853479854
71
+ n8,n,realtabformer,RealTabFormer,0.2256594285714285,0.3871211153846153,42.0,26.0,0.3063902719780219,-0.1614616868131868,2,0.1614616868131868
72
+ n8,n,tabbyflow,TabbyFlow,0.2355281904761904,0.3689343076923077,42.0,26.0,0.3022312490842491,-0.1334061172161172,2,0.13340611721611728
73
+ n8,n,tabsyn,TabSyn,0.2365467142857143,0.4017723461538461,42.0,26.0,0.3191595302197802,-0.1652256318681318,2,0.1652256318681318
74
+ n8,n,tvae,TVAE,0.1728021904761905,0.3475080769230769,42.0,26.0,0.2601551336996337,-0.1747058864468864,2,0.1747058864468864
75
+ n12,n,ctgan,CTGAN,0.3239719166666666,0.4307784347826087,12.0,23.0,0.3773751757246376,-0.106806518115942,2,0.1068065181159421
76
+ n12,n,tabpfgen,TabPFGen,0.1568464166666666,0.3956607826086957,12.0,23.0,0.2762535996376812,-0.238814365942029,2,0.2388143659420291
77
+ n12,n,tvae,TVAE,0.3436281666666667,0.4611639130434783,12.0,23.0,0.4023960398550725,-0.1175357463768116,2,0.11753574637681163
78
+ n16,n,tvae,TVAE,0.325,0.55,18.0,7.0,0.4375,-0.225,2,0.22500000000000003
79
+ n18,n,arf,ARF,0.2958630350877193,0.40143925,57.0,8.0,0.3486511425438596,-0.1055762149122807,2,0.10557621491228075
80
+ n18,n,bayesnet,BayesNet,0.1873628596491228,0.413212,57.0,8.0,0.3002874298245614,-0.2258491403508772,2,0.22584914035087722
evaluation/query_family/subgroup/support_vs_profile_analysis/summary_metrics.json ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "row_level": {
3
+ "internal_profile": {
4
+ "count": 13406,
5
+ "mean": 0.3894958062061763,
6
+ "median": 0.325,
7
+ "p25": 0.2,
8
+ "p75": 0.55,
9
+ "share_le_0_1": 0.09003431299418171,
10
+ "share_le_0_2": 0.34656124123526777,
11
+ "share_ge_0_5": 0.4076532895718335
12
+ },
13
+ "subgroup_size": {
14
+ "count": 9377,
15
+ "mean": 0.410138437773275,
16
+ "median": 0.55,
17
+ "p25": 0.2,
18
+ "p75": 0.55,
19
+ "share_le_0_1": 0.059294017276314386,
20
+ "share_le_0_2": 0.28324624080196226,
21
+ "share_ge_0_5": 0.5633998080409512
22
+ }
23
+ },
24
+ "panel_level": {
25
+ "internal_profile": {
26
+ "count": 432,
27
+ "mean": 0.3983487793900576,
28
+ "median": 0.3762672619047619,
29
+ "p25": 0.2,
30
+ "p75": 0.5262904473684211,
31
+ "share_le_0_1": 0.020833333333333332,
32
+ "share_le_0_2": 0.25925925925925924,
33
+ "share_ge_0_5": 0.30787037037037035
34
+ },
35
+ "subgroup_size": {
36
+ "count": 432,
37
+ "mean": 0.40577256178228843,
38
+ "median": 0.467928076923077,
39
+ "p25": 0.2677577575757575,
40
+ "p75": 0.5401008076923077,
41
+ "share_le_0_1": 0.0,
42
+ "share_le_0_2": 0.1736111111111111,
43
+ "share_ge_0_5": 0.4074074074074074
44
+ }
45
+ },
46
+ "panel_count": 432,
47
+ "strong_size_advantage_panel_count": 79,
48
+ "strong_size_advantage_panel_share": 0.18287037037037038,
49
+ "strong_size_advantage_panel_share_ge_020": 0.06712962962962964,
50
+ "size_gt_internal_share": 0.5138888888888888,
51
+ "internal_gt_size_share": 0.34953703703703703,
52
+ "mean_size_minus_internal": -0.0021857369763702457,
53
+ "top_internal_templates": [
54
+ {
55
+ "template_id": "tpl_h2o_two_dimensional_robust_summary",
56
+ "template_name": "Two-Dimensional Robust Summary",
57
+ "rows": 561,
58
+ "mean_score": 0.15307378966131907,
59
+ "median_score": 0.0,
60
+ "datasets": 5
61
+ },
62
+ {
63
+ "template_id": "tpl_clickbench_group_summary_topk",
64
+ "template_name": "Grouped Summary Top-k",
65
+ "rows": 606,
66
+ "mean_score": 0.2202473415841584,
67
+ "median_score": 0.202346,
68
+ "datasets": 4
69
+ },
70
+ {
71
+ "template_id": "tpl_tpch_two_dimensional_summary",
72
+ "template_name": "Two-Dimensional Summary with Filter",
73
+ "rows": 1208,
74
+ "mean_score": 0.2735854793046358,
75
+ "median_score": 0.1943955,
76
+ "datasets": 10
77
+ },
78
+ {
79
+ "template_id": "tpl_tpcds_topk_group_sum",
80
+ "template_name": "Top-k Group Sum with Filter",
81
+ "rows": 2482,
82
+ "mean_score": 0.35386879250604353,
83
+ "median_score": 0.3545,
84
+ "datasets": 14
85
+ },
86
+ {
87
+ "template_id": "tpl_m4_support_guarded_group_avg",
88
+ "template_name": "Support-Guarded Group Average",
89
+ "rows": 4852,
90
+ "mean_score": 0.37884881636438583,
91
+ "median_score": 0.481985,
92
+ "datasets": 30
93
+ },
94
+ {
95
+ "template_id": "tpl_m4_group_avg_numeric",
96
+ "template_name": "Grouped Numeric Mean",
97
+ "rows": 820,
98
+ "mean_score": 0.39788218902439026,
99
+ "median_score": 0.55,
100
+ "datasets": 5
101
+ }
102
+ ],
103
+ "top_size_templates": [
104
+ {
105
+ "template_id": "tpl_clickbench_filtered_topk_group_count",
106
+ "template_name": "Filtered Top-k Group Count",
107
+ "rows": 5654,
108
+ "mean_score": 0.40358913937035734,
109
+ "median_score": 0.55,
110
+ "datasets": 36
111
+ },
112
+ {
113
+ "template_id": "tpl_clickbench_group_count",
114
+ "template_name": "Grouped Count by Category",
115
+ "rows": 3116,
116
+ "mean_score": 0.41976913478819,
117
+ "median_score": 0.55,
118
+ "datasets": 46
119
+ },
120
+ {
121
+ "template_id": "tpl_clickbench_two_dimensional_topk_count",
122
+ "template_name": "Two-Dimensional Top-k Count",
123
+ "rows": 607,
124
+ "mean_score": 0.42170430477759474,
125
+ "median_score": 0.486364,
126
+ "datasets": 9
127
+ }
128
+ ],
129
+ "top_internal_facets": [
130
+ {
131
+ "intended_facet_id": "subgroup_rank_order",
132
+ "rows": 4742,
133
+ "mean_score": 0.3844953728384648
134
+ },
135
+ {
136
+ "intended_facet_id": "subgroup_conditional_contrast",
137
+ "rows": 4025,
138
+ "mean_score": 0.3900066916770186
139
+ },
140
+ {
141
+ "intended_facet_id": "subgroup_distribution_shift",
142
+ "rows": 4639,
143
+ "mean_score": 0.394163997844363
144
+ }
145
+ ],
146
+ "top_internal_roles": [
147
+ {
148
+ "variant_semantic_role": "filtered_stable_view",
149
+ "rows": 5316,
150
+ "mean_score": 0.36040638073739656
151
+ },
152
+ {
153
+ "variant_semantic_role": "collapsed_target_view",
154
+ "rows": 4679,
155
+ "mean_score": 0.36316676255610175
156
+ },
157
+ {
158
+ "variant_semantic_role": "ranked_signal_view",
159
+ "rows": 3411,
160
+ "mean_score": 0.4709478674875403
161
+ }
162
+ ],
163
+ "strong_gap_internal_templates": [
164
+ {
165
+ "template_id": "tpl_h2o_two_dimensional_robust_summary",
166
+ "template_name": "Two-Dimensional Robust Summary",
167
+ "rows": 312,
168
+ "mean_score": 0.12557835576923077
169
+ },
170
+ {
171
+ "template_id": "tpl_m4_group_avg_numeric",
172
+ "template_name": "Grouped Numeric Mean",
173
+ "rows": 50,
174
+ "mean_score": 0.14446009999999998
175
+ },
176
+ {
177
+ "template_id": "tpl_tpch_two_dimensional_summary",
178
+ "template_name": "Two-Dimensional Summary with Filter",
179
+ "rows": 147,
180
+ "mean_score": 0.20394159183673471
181
+ },
182
+ {
183
+ "template_id": "tpl_clickbench_group_summary_topk",
184
+ "template_name": "Grouped Summary Top-k",
185
+ "rows": 168,
186
+ "mean_score": 0.2530361011904762
187
+ },
188
+ {
189
+ "template_id": "tpl_tpcds_topk_group_sum",
190
+ "template_name": "Top-k Group Sum with Filter",
191
+ "rows": 194,
192
+ "mean_score": 0.26444709278350514
193
+ },
194
+ {
195
+ "template_id": "tpl_clickbench_group_distinct_topk",
196
+ "template_name": "Top-k Groups by Distinct Entity Coverage",
197
+ "rows": 219,
198
+ "mean_score": 0.29112677168949774
199
+ }
200
+ ],
201
+ "strong_gap_internal_facets": [
202
+ {
203
+ "intended_facet_id": "subgroup_rank_order",
204
+ "rows": 738,
205
+ "mean_score": 0.25534271409214093
206
+ },
207
+ {
208
+ "intended_facet_id": "subgroup_distribution_shift",
209
+ "rows": 721,
210
+ "mean_score": 0.28187558529819695
211
+ },
212
+ {
213
+ "intended_facet_id": "subgroup_conditional_contrast",
214
+ "rows": 606,
215
+ "mean_score": 0.2919050693069307
216
+ }
217
+ ],
218
+ "strong_gap_internal_roles": [
219
+ {
220
+ "variant_semantic_role": "filtered_stable_view",
221
+ "rows": 792,
222
+ "mean_score": 0.26263830681818184
223
+ },
224
+ {
225
+ "variant_semantic_role": "ranked_signal_view",
226
+ "rows": 598,
227
+ "mean_score": 0.27582003010033446
228
+ },
229
+ {
230
+ "variant_semantic_role": "collapsed_target_view",
231
+ "rows": 675,
232
+ "mean_score": 0.2898070740740741
233
+ }
234
+ ]
235
+ }
evaluation/query_family/subgroup/support_vs_profile_analysis/support_vs_profile_panel_density.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17a0ff960ee7252f5528998c51ad23e004a3da1b7081161ab3e6f2878dbdab53
3
+ size 32450
evaluation/query_family/subgroup/support_vs_profile_analysis/support_vs_profile_panel_density.png ADDED

Git LFS Details

  • SHA256: 575d9f971fd0e5b440a70412f0baeca03e6d0c5f6aa95072ceda3e1f4497f11c
  • Pointer size: 131 Bytes
  • Size of remote file: 178 kB
evaluation/query_family/subgroup/support_vs_profile_analysis/support_vs_profile_query_density.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3e58ab75bc8f7b6ba2d0ff901eab7beced673eaf718f448fb6fbd50e32a15b1
3
+ size 32760
evaluation/query_family/subgroup/support_vs_profile_analysis/support_vs_profile_query_density.png ADDED

Git LFS Details

  • SHA256: 52842fc01d897c3c5329c959d3ec9d49dd5f04decf70a3b17de597551066eb58
  • Pointer size: 131 Bytes
  • Size of remote file: 165 kB