Qwen Active Example Acquisition
The one idea you need
A model reformatting messy data learns a rule from four worked examples and may request more. The smart version asks only for the one example it keeps second-guessing, where its answer flips depending on how the question is phrased, instead of grabbing three at random.
The question
If a small model can request extra worked examples before answering, does letting it pick the one it is most unsure about beat just handing it random ones?
What we found
Barely, and the real lesson is the downside. Letting the model request the single example it was most unsure about lifted fully-solved tasks from 20 to 21 out of 30. But three random extras dropped it to 19, and feeding it examples with scrambled answers sank it to 18. Choosing well matters far more than adding more.
Why it matters
When steering a small model with examples, spend effort finding the one case it is most unsure about and verify its answer is correct. Padding prompts with random extras can quietly lower accuracy, especially on date- and number-formatting tasks.
On this page
Results at a glance 7
How to read
Each bar is the share of unseen test tasks fully solved, one bar per strategy for choosing extra examples; taller is better. Leftmost adds only the four given examples; rightmost is the best pick that was tried.
Takeaway → The two actively-chosen bars rise above the no-extras baseline while random and scrambled-answer bars fall below it, so how you pick beats how many you add.
Data table
| acquisition policy | full-task exact |
|---|---|
| base (4 examples) | 66.7% |
| random +3 | 63.3% |
| active +3 (shuffled labels) | 60% |
| diverse +3 | 66.7% |
| active +1 | 70% |
| active +3 | 70% |
| oracle over tested picks | 73.3% |
Numbers from report table (reports/qwen_active_example_acquisition_report.md, Main Result)
Technical framing
Held-out task accuracy by example-acquisition policy — Actively chosen extra examples lift task accuracy from 66.7% to 70.0%; random or label-shuffled extras hurt, and the oracle ceiling is 73.3%.
How to read
Each line is a strategy for choosing extra examples; the horizontal axis is how many were added (none, one, or three), the vertical axis is the share of tasks fully solved; up is better.
Takeaway → Only the active-choice line stays above its no-extras starting point at both amounts, while the random and diversity lines dip below, so extras help only when chosen well.
Data table
| extra examples acquired | active | order (pool order) | diverse | random |
|---|---|---|---|---|
| 0 | 66.7% | 66.7% | 66.7% | 66.7% |
| 1 | 70% | 70% | 63.3% | 66.7% |
| 3 | 70% | 66.7% | 66.7% | 63.3% |
Numbers from report table (reports/qwen_active_example_acquisition_report.md, Main Result)
Technical framing
Accuracy vs number of acquired examples, by selection strategy — Only active selection stays above the 4-example baseline at both budgets; random and diverse acquisition can make things worse.
How to read
Each bar is the share of the 13 date-and-time tasks fully solved, one bar per method, from no extras through one and three actively chosen, then random and scrambled-answer extras; taller is better.
Takeaway → One actively chosen example lifts this hard group the most, while random or scrambled-answer extras push it down to the lowest bars.
Data table
| method | full-task exact (13 DateTime tasks) |
|---|---|
| base | 46.2% |
| active +1 | 53.8% |
| active +3 | 46.2% |
| random +3 | 38.5% |
| shuffled-label +3 | 38.5% |
Numbers from report table (reports/qwen_active_example_acquisition_report.md, Family Breakdown)
Technical framing
DateTime tasks: the largest hard family under example acquisition — On DateTime, the largest hard family (13 tasks), one actively chosen example lifts accuracy 46.2% to 53.8%, while random extras drop it to 38.5%.
How to read
Two bars per strategy: the lighter bar is the share of individual test rows answered correctly, the darker bar the share of tasks where every row is right; the darker bar is stricter, and higher is better.
Takeaway → Whole-task bars always trail single-row bars, meaning one wrong row sinks a task, and active choosing narrows that gap the most.
Data table
| Acquisition policy | Row exact | Full-task exact |
|---|---|---|
| base | 81.1% | 66.7% |
| random1 | 81.1% | 66.7% |
| random3 | 81.1% | 63.3% |
| diverse1 | 80% | 63.3% |
| diverse3 | 82.2% | 66.7% |
| order3 | 83.3% | 66.7% |
| active1 | 84.4% | 70% |
| active3 | 84.4% | 70% |
| shuffled labels | 76.7% | 60% |
| oracle | 87.8% | 73.3% |
Numbers from experiments/qwen_active_example_acquisition/reports/qwen_active_example_acquisition_report.md (Main Result table)
Technical framing
Row-level vs full-task strict accuracy by acquisition policy — Full-task exact runs 11-18 points below row exact for every policy; active selection narrows the gap most.
How to read
Two bars per task type: accuracy with the four given examples versus the best pick of extras that was tried; each bar is the share of tasks fully solved, higher is better.
Takeaway → Six of nine task types are already fully solved, so extras can only move the date-time and number groups, and one type stays stuck at zero.
Data table
| Task family | Base (4 examples) | Oracle acquisition |
|---|---|---|
| City | 100% | 100% |
| Currency | 100% | 100% |
| DateTime | 46.2% | 53.8% |
| Language | 100% | 100% |
| Meteorite | 0% | 0% |
| Number | 66.7% | 83.3% |
| Phone | 100% | 100% |
| State | 100% | 100% |
| UserAgent | 100% | 100% |
Technical framing
Where the headroom is: base vs oracle full-task accuracy by family — Six of nine families are already saturated at 100%; extra examples can only move DateTime and Number, and Meteorite stays at 0%.
How to read
Each bar is the share of the six number-formatting tasks fully solved, one bar per method, from no extras through random, ordered, diverse, and actively chosen, then scrambled-answer and best-pick extras; taller is better.
Takeaway → Active and diverse picks reach the best-achieved level, while examples with scrambled answers drag accuracy below the no-extras start.
Data table
| Acquisition policy | Number tasks (n=6) |
|---|---|
| base | 66.7% |
| random3 | 66.7% |
| order3 | 66.7% |
| diverse3 | 83.3% |
| active3 | 83.3% |
| shuffled labels | 50% |
| oracle | 83.3% |
Technical framing
Number family: three extra examples help, but only if labels are real — On Number tasks, active3 and diverse3 hit the oracle ceiling (83.3%) while shuffled-label examples drag accuracy below base.
How to read
Three bars per hard task, one for each style of self-check the model uses to gauge its own uncertainty; each bar is the share of that task's rows solved, higher is better.
Takeaway → The three self-check styles mostly agree, but on the hardest tasks one style swings the result by a noticeable chunk in either direction.
Data table
| Task | Plain probe | Format probe | Consistency probe |
|---|---|---|---|
| DateTime.000022 | 75% | 75% | 50% |
| DateTime.000026 | 75% | 75% | 100% |
| DateTime.000029 | 25% | 0% | 25% |
| Meteorite.000001 | 0% | 0% | 25% |
| Number.000017 | 50% | 50% | 25% |
| Number.000082 | 75% | 75% | 100% |
Technical framing
Probe-variant sensitivity: leave-one-out accuracy on tasks where probes disagree — Probe variants mostly agree, but on hard tasks the consistency probe can swing leave-one-out accuracy by 25 points either way.
In the author’s words from the Report · “Interpretation”
The baseline with four examples solves 66.7% of tasks. Active acquisition solves 70.0% with one extra example and 70.0% with three extra examples. Input-diversity acquisition solves 66.7% with three extra examples. Random three-example acquisition solves 63.3%, order-three solves 66.7%, and the shuffled-label control solves 60.0%. The hidden diagnostic oracle over the tested acquisition policies reaches 73.3%, which measures whether any tested extra-example choice contained a better move. Visible-example portfolio selection reaches 66.7%.
Overview
Standalone experiment testing whether actively selected clarifying examples improve strict held-out text-transformation accuracy.
Report
Rendered from reports/qwen_active_example_acquisition_report.md
Question
Can a small number of actively selected clarifying examples improve strict held-out text-transformation accuracy?
Each task starts with four visible examples. The selector may reveal one or three additional examples from a separate acquisition pool before the model answers three held-out rows. The held-out rows are never used for acquisition.
Setup
- Run:
main_final - Dataset: public text-transformation tasks.
- Tasks:
30 - Visible examples per task:
4 - Acquisition pool examples per task:
5 - Held-out evaluation rows per task:
3 - Probe variants for active disagreement:
plain, format, consistency - Generation records:
1890
Main Result
| method | tasks | mean_budget | row_exact | full_task_exact |
|---|---|---|---|---|
| oracle_among_tested_acquisitions | 30 | 1.13 | 87.8% | 73.3% |
| active1_plain | 30 | 1.00 | 84.4% | 70.0% |
| order1_plain | 30 | 1.00 | 84.4% | 70.0% |
| active3_plain | 30 | 3.00 | 84.4% | 70.0% |
| random1_plain | 30 | 1.00 | 81.1% | 66.7% |
| base_plain | 30 | 0.00 | 81.1% | 66.7% |
| loo_portfolio_base | 30 | 0.00 | 81.1% | 66.7% |
| diverse3_plain | 30 | 3.00 | 82.2% | 66.7% |
| order3_plain | 30 | 3.00 | 83.3% | 66.7% |
| diverse1_plain | 30 | 1.00 | 80.0% | 63.3% |
| random3_plain | 30 | 3.00 | 81.1% | 63.3% |
| active3_shuffled_labels | 30 | 3.00 | 76.7% | 60.0% |
Interpretation
The baseline with four examples solves 66.7% of tasks. Active acquisition solves 70.0% with one extra example and 70.0% with three extra examples. Input-diversity acquisition solves 66.7% with three extra examples. Random three-example acquisition solves 63.3%, order-three solves 66.7%, and the shuffled-label control solves 60.0%.
The hidden diagnostic oracle over the tested acquisition policies reaches 73.3%, which measures whether any tested extra-example choice contained a better move. Visible-example portfolio selection reaches 66.7%.
Charts






Task-Level Active Versus Random
| task_id | family | features | base | active3_exact | random3_exact | active_helped | active_hurt | active3_indices | random3_indices | loo_variant |
|---|---|---|---|---|---|---|---|---|---|---|
| Number.000017 | Number | Numeric,NumericRounding | False | True | False | True | False | [3, 0, 1] | [1, 2, 4] | plain |
| City.000004 | City | Conditional | True | True | True | False | False | [0, 1, 2] | [2, 3, 4] | plain |
| City.000012 | City | Substring | True | True | True | False | False | [0, 1, 2] | [2, 3, 4] | plain |
| Currency.000003 | Currency | Numeric,Substring | True | True | True | False | False | [0, 1, 2] | [0, 1, 2] | plain |
| Currency.000004 | Currency | Numeric,Substring | True | True | True | False | False | [0, 1, 2] | [1, 2, 3] | plain |
| DateTime.000007 | DateTime | DateTime | True | True | True | False | False | [0, 1, 2] | [1, 2, 4] | plain |
| DateTime.000015 | DateTime | DateTime | False | False | False | False | False | [1, 2, 3] | [1, 2, 4] | plain |
| DateTime.000022 | DateTime | DateTime | True | True | True | False | False | [0, 1, 2] | [0, 1, 2] | plain |
| DateTime.000023 | DateTime | DateTime | False | False | False | False | False | [0, 1, 2] | [0, 2, 3] | plain |
| DateTime.000026 | DateTime | DateTime | False | False | False | False | False | [0, 1, 2] | [1, 2, 4] | consistency |
| DateTime.000028 | DateTime | DateTime | False | False | False | False | False | [1, 4, 0] | [0, 1, 3] | plain |
| DateTime.000029 | DateTime | DateTime | False | False | False | False | False | [0, 2, 4] | [0, 1, 4] | plain |
| DateTime.000034 | DateTime | DateTime,Substring | True | True | True | False | False | [0, 1, 2] | [0, 2, 4] | plain |
| DateTime.000090 | DateTime | DateTime | True | True | False | False | False | [0, 1, 2] | [2, 3, 4] | plain |
| DateTime.000092 | DateTime | DateTime | True | True | True | False | False | [0, 1, 2] | [0, 1, 3] | plain |
| DateTime.000107 | DateTime | DateTime | True | True | True | False | False | [0, 1, 2] | [0, 2, 3] | plain |
| DateTime.000109 | DateTime | DateTime | False | False | False | False | False | [0, 1, 3] | [0, 1, 4] | plain |
| DateTime.000115 | DateTime | DateTimeRange,DateTimeRounding,DateTime | False | False | False | False | False | [0, 1, 2] | [0, 1, 3] | plain |
| Language.000002 | Language | Multicolumn,Substring | True | True | True | False | False | [0, 1, 2] | [1, 3, 4] | plain |
| Meteorite.000001 | Meteorite | Casing,Concatenation,DateTime,Multicolumn,Numeric,Substring | False | False | False | False | False | [3, 0, 1] | [1, 2, 4] | consistency |
| Number.000011 | Number | Numeric,NumericRounding | True | True | True | False | False | [0, 1, 2] | [1, 2, 3] | plain |
| Number.000082 | Number | Numeric | True | True | True | False | False | [0, 1, 2] | [1, 3, 4] | consistency |
| Number.000084 | Number | Numeric,NumericRange,NumericRounding | False | False | False | False | False | [3, 0, 1] | [2, 3, 4] | plain |
| Number.000087 | Number | Numeric,NumericRange,NumericRounding | True | True | True | False | False | [0, 1, 2] | [0, 3, 4] | plain |
| Number.000088 | Number | Substring | True | True | True | False | False | [0, 1, 2] | [0, 1, 2] | plain |
| Phone.000003 | Phone | Substring | True | True | True | False | False | [0, 1, 2] | [1, 2, 3] | plain |
| Phone.000005 | Phone | Substring | True | True | True | False | False | [0, 1, 2] | [1, 2, 4] | plain |
| Phone.000006 | Phone | Substring | True | True | True | False | False | [0, 1, 2] | [1, 2, 4] | plain |
| State.000003 | State | Substring | True | True | True | False | False | [0, 1, 2] | [0, 2, 4] | plain |
| UserAgent.000006 | UserAgent | Substring | True | True | True | False | False | [0, 1, 2] | [0, 2, 3] | plain |
Acquisition Diagnostics
| task_id | family | features | active1 | active3 | diverse1 | diverse3 | random1 | random3 | loo_variant | loo_plain | loo_format | loo_consistency |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| City.000004 | City | Conditional | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [2] | [2, 3, 4] | plain | 75.0% | 75.0% | 75.0% |
| City.000012 | City | Substring | [0] | [0, 1, 2] | [2] | [2, 0, 4] | [2] | [2, 3, 4] | plain | 100.0% | 100.0% | 100.0% |
| Currency.000003 | Currency | Numeric,Substring | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [2] | [0, 1, 2] | plain | 100.0% | 100.0% | 100.0% |
| Currency.000004 | Currency | Numeric,Substring | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [2] | [1, 2, 3] | plain | 100.0% | 100.0% | 100.0% |
| DateTime.000007 | DateTime | DateTime | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [2] | [1, 2, 4] | plain | 100.0% | 100.0% | 100.0% |
| DateTime.000015 | DateTime | DateTime | [1] | [1, 2, 3] | [4] | [4, 3, 0] | [4] | [1, 2, 4] | plain | 0.0% | 0.0% | 0.0% |
| DateTime.000022 | DateTime | DateTime | [0] | [0, 1, 2] | [3] | [3, 0, 1] | [2] | [0, 1, 2] | plain | 75.0% | 75.0% | 50.0% |
| DateTime.000023 | DateTime | DateTime | [0] | [0, 1, 2] | [3] | [3, 0, 1] | [0] | [0, 2, 3] | plain | 75.0% | 75.0% | 75.0% |
| DateTime.000026 | DateTime | DateTime | [0] | [0, 1, 2] | [3] | [3, 0, 1] | [1] | [1, 2, 4] | consistency | 75.0% | 75.0% | 100.0% |
| DateTime.000028 | DateTime | DateTime | [1] | [1, 4, 0] | [3] | [3, 2, 0] | [1] | [0, 1, 3] | plain | 0.0% | 0.0% | 0.0% |
| DateTime.000029 | DateTime | DateTime | [0] | [0, 2, 4] | [3] | [3, 0, 1] | [1] | [0, 1, 4] | plain | 25.0% | 0.0% | 25.0% |
| DateTime.000034 | DateTime | DateTime,Substring | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [0] | [0, 2, 4] | plain | 100.0% | 100.0% | 100.0% |
| DateTime.000090 | DateTime | DateTime | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [3] | [2, 3, 4] | plain | 50.0% | 50.0% | 50.0% |
| DateTime.000092 | DateTime | DateTime | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [3] | [0, 1, 3] | plain | 100.0% | 100.0% | 100.0% |
| DateTime.000107 | DateTime | DateTime | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [0] | [0, 2, 3] | plain | 100.0% | 100.0% | 100.0% |
| DateTime.000109 | DateTime | DateTime | [0] | [0, 1, 3] | [0] | [0, 1, 2] | [4] | [0, 1, 4] | plain | 25.0% | 25.0% | 25.0% |
| DateTime.000115 | DateTime | DateTimeRange,DateTimeRounding,DateTime | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [1] | [0, 1, 3] | plain | 100.0% | 100.0% | 100.0% |
| Language.000002 | Language | Multicolumn,Substring | [0] | [0, 1, 2] | [2] | [2, 4, 3] | [4] | [1, 3, 4] | plain | 100.0% | 100.0% | 100.0% |
| Meteorite.000001 | Meteorite | Casing,Concatenation,DateTime,Multicolumn,Numeric,Substring | [3] | [3, 0, 1] | [3] | [3, 1, 4] | [2] | [1, 2, 4] | consistency | 0.0% | 0.0% | 25.0% |
| Number.000011 | Number | Numeric,NumericRounding | [0] | [0, 1, 2] | [1] | [1, 0, 2] | [3] | [1, 2, 3] | plain | 75.0% | 75.0% | 75.0% |
| Number.000017 | Number | Numeric,NumericRounding | [3] | [3, 0, 1] | [1] | [1, 0, 2] | [1] | [1, 2, 4] | plain | 50.0% | 50.0% | 25.0% |
| Number.000082 | Number | Numeric | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [3] | [1, 3, 4] | consistency | 75.0% | 75.0% | 100.0% |
| Number.000084 | Number | Numeric,NumericRange,NumericRounding | [3] | [3, 0, 1] | [3] | [3, 0, 1] | [2] | [2, 3, 4] | plain | 100.0% | 100.0% | 75.0% |
| Number.000087 | Number | Numeric,NumericRange,NumericRounding | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [0] | [0, 3, 4] | plain | 100.0% | 75.0% | 75.0% |
| Number.000088 | Number | Substring | [0] | [0, 1, 2] | [2] | [2, 0, 4] | [2] | [0, 1, 2] | plain | 100.0% | 100.0% | 100.0% |
| Phone.000003 | Phone | Substring | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [2] | [1, 2, 3] | plain | 100.0% | 100.0% | 100.0% |
| Phone.000005 | Phone | Substring | [0] | [0, 1, 2] | [3] | [3, 0, 1] | [2] | [1, 2, 4] | plain | 100.0% | 75.0% | 100.0% |
| Phone.000006 | Phone | Substring | [0] | [0, 1, 2] | [3] | [3, 2, 4] | [2] | [1, 2, 4] | plain | 100.0% | 100.0% | 100.0% |
| State.000003 | State | Substring | [0] | [0, 1, 2] | [2] | [2, 0, 4] | [4] | [0, 2, 4] | plain | 100.0% | 100.0% | 100.0% |
| UserAgent.000006 | UserAgent | Substring | [0] | [0, 1, 2] | [0] | [0, 1, 2] | [3] | [0, 2, 3] | plain | 100.0% | 100.0% | 100.0% |
Family Breakdown
| method | family | tasks | row_exact | full_task_exact |
|---|---|---|---|---|
| active1_plain | City | 2 | 100.0% | 100.0% |
| active1_plain | Currency | 2 | 100.0% | 100.0% |
| active1_plain | DateTime | 13 | 74.4% | 53.8% |
| active1_plain | Language | 1 | 100.0% | 100.0% |
| active1_plain | Meteorite | 1 | 33.3% | 0.0% |
| active1_plain | Number | 6 | 88.9% | 66.7% |
| active1_plain | Phone | 3 | 100.0% | 100.0% |
| active1_plain | State | 1 | 100.0% | 100.0% |
| active1_plain | UserAgent | 1 | 100.0% | 100.0% |
| active3_plain | City | 2 | 100.0% | 100.0% |
| active3_plain | Currency | 2 | 100.0% | 100.0% |
| active3_plain | DateTime | 13 | 69.2% | 46.2% |
| active3_plain | Language | 1 | 100.0% | 100.0% |
| active3_plain | Meteorite | 1 | 66.7% | 0.0% |
| active3_plain | Number | 6 | 94.4% | 83.3% |
| active3_plain | Phone | 3 | 100.0% | 100.0% |
| active3_plain | State | 1 | 100.0% | 100.0% |
| active3_plain | UserAgent | 1 | 100.0% | 100.0% |
| active3_shuffled_labels | City | 2 | 100.0% | 100.0% |
| active3_shuffled_labels | Currency | 2 | 100.0% | 100.0% |
| active3_shuffled_labels | DateTime | 13 | 66.7% | 38.5% |
| active3_shuffled_labels | Language | 1 | 100.0% | 100.0% |
| active3_shuffled_labels | Meteorite | 1 | 33.3% | 0.0% |
| active3_shuffled_labels | Number | 6 | 66.7% | 50.0% |
| active3_shuffled_labels | Phone | 3 | 100.0% | 100.0% |
| active3_shuffled_labels | State | 1 | 100.0% | 100.0% |
| active3_shuffled_labels | UserAgent | 1 | 100.0% | 100.0% |
| base_plain | City | 2 | 100.0% | 100.0% |
| base_plain | Currency | 2 | 100.0% | 100.0% |
| base_plain | DateTime | 13 | 69.2% | 46.2% |
| base_plain | Language | 1 | 100.0% | 100.0% |
| base_plain | Meteorite | 1 | 33.3% | 0.0% |
| base_plain | Number | 6 | 83.3% | 66.7% |
| base_plain | Phone | 3 | 100.0% | 100.0% |
| base_plain | State | 1 | 100.0% | 100.0% |
| base_plain | UserAgent | 1 | 100.0% | 100.0% |
| diverse1_plain | City | 2 | 100.0% | 100.0% |
| diverse1_plain | Currency | 2 | 100.0% | 100.0% |
| diverse1_plain | DateTime | 13 | 64.1% | 38.5% |
| diverse1_plain | Language | 1 | 100.0% | 100.0% |
| diverse1_plain | Meteorite | 1 | 33.3% | 0.0% |
| diverse1_plain | Number | 6 | 88.9% | 66.7% |
| diverse1_plain | Phone | 3 | 100.0% | 100.0% |
| diverse1_plain | State | 1 | 100.0% | 100.0% |
| diverse1_plain | UserAgent | 1 | 100.0% | 100.0% |
| diverse3_plain | City | 2 | 100.0% | 100.0% |
| diverse3_plain | Currency | 2 | 100.0% | 100.0% |
| diverse3_plain | DateTime | 13 | 66.7% | 38.5% |
| diverse3_plain | Language | 1 | 100.0% | 100.0% |
| diverse3_plain | Meteorite | 1 | 33.3% | 0.0% |
| diverse3_plain | Number | 6 | 94.4% | 83.3% |
| diverse3_plain | Phone | 3 | 100.0% | 100.0% |
| diverse3_plain | State | 1 | 100.0% | 100.0% |
| diverse3_plain | UserAgent | 1 | 100.0% | 100.0% |
| loo_portfolio_base | City | 2 | 100.0% | 100.0% |
| loo_portfolio_base | Currency | 2 | 100.0% | 100.0% |
| loo_portfolio_base | DateTime | 13 | 69.2% | 46.2% |
| loo_portfolio_base | Language | 1 | 100.0% | 100.0% |
| loo_portfolio_base | Meteorite | 1 | 33.3% | 0.0% |
| loo_portfolio_base | Number | 6 | 83.3% | 66.7% |
| loo_portfolio_base | Phone | 3 | 100.0% | 100.0% |
| loo_portfolio_base | State | 1 | 100.0% | 100.0% |
| loo_portfolio_base | UserAgent | 1 | 100.0% | 100.0% |
| oracle_among_tested_acquisitions | City | 2 | 100.0% | 100.0% |
| oracle_among_tested_acquisitions | Currency | 2 | 100.0% | 100.0% |
| oracle_among_tested_acquisitions | DateTime | 13 | 76.9% | 53.8% |
| oracle_among_tested_acquisitions | Language | 1 | 100.0% | 100.0% |
| oracle_among_tested_acquisitions | Meteorite | 1 | 66.7% | 0.0% |
| oracle_among_tested_acquisitions | Number | 6 | 94.4% | 83.3% |
| oracle_among_tested_acquisitions | Phone | 3 | 100.0% | 100.0% |
| oracle_among_tested_acquisitions | State | 1 | 100.0% | 100.0% |
| oracle_among_tested_acquisitions | UserAgent | 1 | 100.0% | 100.0% |
| order1_plain | City | 2 | 100.0% | 100.0% |
| order1_plain | Currency | 2 | 100.0% | 100.0% |
| order1_plain | DateTime | 13 | 71.8% | 53.8% |
| order1_plain | Language | 1 | 100.0% | 100.0% |
| order1_plain | Meteorite | 1 | 66.7% | 0.0% |
| order1_plain | Number | 6 | 88.9% | 66.7% |
| order1_plain | Phone | 3 | 100.0% | 100.0% |
| order1_plain | State | 1 | 100.0% | 100.0% |
| order1_plain | UserAgent | 1 | 100.0% | 100.0% |
| order3_plain | City | 2 | 100.0% | 100.0% |
| order3_plain | Currency | 2 | 100.0% | 100.0% |
| order3_plain | DateTime | 13 | 71.8% | 46.2% |
| order3_plain | Language | 1 | 100.0% | 100.0% |
| order3_plain | Meteorite | 1 | 33.3% | 0.0% |
| order3_plain | Number | 6 | 88.9% | 66.7% |
| order3_plain | Phone | 3 | 100.0% | 100.0% |
| order3_plain | State | 1 | 100.0% | 100.0% |
| order3_plain | UserAgent | 1 | 100.0% | 100.0% |
| random1_plain | City | 2 | 100.0% | 100.0% |
| random1_plain | Currency | 2 | 100.0% | 100.0% |
| random1_plain | DateTime | 13 | 66.7% | 46.2% |
| random1_plain | Language | 1 | 100.0% | 100.0% |
| random1_plain | Meteorite | 1 | 33.3% | 0.0% |
| random1_plain | Number | 6 | 88.9% | 66.7% |
| random1_plain | Phone | 3 | 100.0% | 100.0% |
| random1_plain | State | 1 | 100.0% | 100.0% |
| random1_plain | UserAgent | 1 | 100.0% | 100.0% |
| random3_plain | City | 2 | 100.0% | 100.0% |
| random3_plain | Currency | 2 | 100.0% | 100.0% |
| random3_plain | DateTime | 13 | 66.7% | 38.5% |
| random3_plain | Language | 1 | 100.0% | 100.0% |
| random3_plain | Meteorite | 1 | 33.3% | 0.0% |
| random3_plain | Number | 6 | 88.9% | 66.7% |
| random3_plain | Phone | 3 | 100.0% | 100.0% |
| random3_plain | State | 1 | 100.0% | 100.0% |
| random3_plain | UserAgent | 1 | 100.0% | 100.0% |
Files
runs/main_final/generations.csvruns/main_final/method_details.csvruns/main_final/acquisition_details.csvruns/main_final/summary.csvanalysis/summary.csvanalysis/method_details.csvanalysis/acquisition_details.csvanalysis/family_summary.csv
Experiment log 6
Show the running log (6 entries, 2026-06-27)
2026-06-27
- Created standalone experiment directory.
- Planned active clarifying-example acquisition benchmark with Markdown/HTML report and charts.
Run smoke_v1
- Tasks: 4
- Generation records: 168
base_plain: 50.0% full-task exact.active1_plain: 75.0% full-task exact.active3_plain: 75.0% full-task exact.random3_plain: 50.0% full-task exact.active3_shuffled_labels: 50.0% full-task exact.
Run main_v1
- Tasks: 30
- Generation records: 1620
base_plain: 66.7% full-task exact.active1_plain: 70.0% full-task exact.active3_plain: 70.0% full-task exact.random3_plain: 63.3% full-task exact.active3_shuffled_labels: 60.0% full-task exact.
Run main_v2_diverse
- Tasks: 30
- Generation records: 1800
base_plain: 66.7% full-task exact.active1_plain: 70.0% full-task exact.active3_plain: 70.0% full-task exact.diverse3_plain: 66.7% full-task exact.random3_plain: 63.3% full-task exact.active3_shuffled_labels: 60.0% full-task exact.
Run main_final
- Tasks: 30
- Generation records: 1890
base_plain: 66.7% full-task exact.active1_plain: 70.0% full-task exact.active3_plain: 70.0% full-task exact.diverse3_plain: 66.7% full-task exact.random3_plain: 63.3% full-task exact.active3_shuffled_labels: 60.0% full-task exact.
Run main_final
- Tasks: 30
- Generation records: 1890
base_plain: 66.7% full-task exact.active1_plain: 70.0% full-task exact.active3_plain: 70.0% full-task exact.diverse3_plain: 66.7% full-task exact.random3_plain: 63.3% full-task exact.active3_shuffled_labels: 60.0% full-task exact.
Figures 6
Data files 10
Result tables and metrics copied from the experiment folder — preview inline or open the raw file.
analysis/family_summary.csv4.7 kBanalysis/summary.csv730 Bruns/main_final/family_summary.csv4.7 kBruns/main_final/summary.csv730 Bruns/main_v1/family_summary.csv4.1 kBruns/main_v1/summary.csv706 Bruns/main_v2_diverse/family_summary.csv4.8 kBruns/main_v2_diverse/summary.csv811 Bruns/smoke_v1/family_summary.csv1.1 kBruns/smoke_v1/summary.csv384 B
Reproduce
This entry is source code or analysis only — there is no separate run to reproduce.