diff --git a/index.html b/index.html index 6415789..7c3122d 100644 --- a/index.html +++ b/index.html @@ -458,6 +458,21 @@ background: #ffffff; } + .comparison-frame { + margin-top: 18px; + background: #0b1018; + border: 1px solid var(--line-strong); + border-radius: 8px; + overflow: hidden; + box-shadow: var(--shadow); + } + + .comparison-frame img { + display: block; + width: 100%; + background: #0b1018; + } + .caption { padding: 13px 16px; color: var(--muted); @@ -1459,6 +1474,13 @@ +
+ Bar charts comparing SkillOpt with no skill, human skill, LLM skill, Trace2Skill, TextGrad, and GEPA across SearchQA, SpreadsheetBench, OfficeQA, DocVQA, LiveMath, and ALFWorld. +
+ Method comparison from the project video. Bars report per-benchmark direct-chat accuracy averaged over seven target models; SkillOpt is best or tied-best in every panel. +
+
+
diff --git a/skillopt-assets/main-results-comparison.png b/skillopt-assets/main-results-comparison.png new file mode 100644 index 0000000..afc2b3a Binary files /dev/null and b/skillopt-assets/main-results-comparison.png differ diff --git a/skillopt.html b/skillopt.html index 6415789..7c3122d 100644 --- a/skillopt.html +++ b/skillopt.html @@ -458,6 +458,21 @@ background: #ffffff; } + .comparison-frame { + margin-top: 18px; + background: #0b1018; + border: 1px solid var(--line-strong); + border-radius: 8px; + overflow: hidden; + box-shadow: var(--shadow); + } + + .comparison-frame img { + display: block; + width: 100%; + background: #0b1018; + } + .caption { padding: 13px 16px; color: var(--muted); @@ -1459,6 +1474,13 @@ +
+ Bar charts comparing SkillOpt with no skill, human skill, LLM skill, Trace2Skill, TextGrad, and GEPA across SearchQA, SpreadsheetBench, OfficeQA, DocVQA, LiveMath, and ALFWorld. +
+ Method comparison from the project video. Bars report per-benchmark direct-chat accuracy averaged over seven target models; SkillOpt is best or tied-best in every panel. +
+
+