Research
Teaching AI to Ask
Before It Answers
Our research measures and improves a fundamental capability missing from current AI systems: recognizing gaps in available information and asking targeted questions to fill them.
Experiment 1
The Question-Asking Experiment
We gave AI models professional tasks with critical information deliberately hidden. Models that could ask clarifying questions through an Oracle (simulating a knowledgeable colleague) dramatically outperformed those forced to guess.
Experiment 2
Blocker Detection Benchmark
Using HIL-Bench, we evaluated how well models identify task blockers in SQL-based professional scenarios. We measured whether models ask about the right missing information using precision, recall, and F1 scores.
Experiment 3
Cross-Model Task Completion
We evaluated 11 models across 5 professional task types using rubric-based scoring. Each task was graded on specific criteria (69–83 rubric items per task) by an LLM judge panel.
| Model | Tier | Avg Hit Rate | |
|---|---|---|---|
| Qwen 3.8 8B | OSS-frontier | 90.7% | |
| DeepSeek V3 | OSS-base | 77.5% | |
| DeepSeek Pro V4 | OSS-frontier | 77.0% | |
| Claude Sonnet | Commercial | 74.8% | |
| GPT-4o | Commercial | 73.5% | |
| Gemini Flash | Commercial | 72.3% | |
| Llama 3.3 70B | OSS-base | 68.3% | |
| Gemma 4 | OSS-mid | 52.2% |
Findings
Counter-Intuitive Results
Methodology
Evaluation Infrastructure
Explore the Code
All benchmarks, pipelines, and training code are open source. Run the experiments yourself.