REVIEW 4 major objections 6 minor 1 cited by
Random Rule Forest (RRF): Interpretable and Manageable Ensembles of LLM-Generated Questions for Predicting Success from Unstructured Data
T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read LLM-generated yes/no questions, voted together, beat direct prompting at startup screening.
desk verdict The abstract promises a clinical-trial result that does not exist in the body; the startup results are plausible but under-supported, so the paper as submitted falls short of its claims. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Random Rule Forest (RRF) is an ensemble whose weak learners are natural-language YES/NO questions generated by an LLM rather than trained classifiers. The pipeline has three stages: (1) an LLM generates 250 candidate questions from balanced founder profiles; (2) a filtering stage uses sentence-embedding cosine similarity to remove semantically identical questions, discards questions with precision below chance (10%), removes predictively redundant questions via a Hamming-distance threshold, and ranks survivors by F0.5; (3) the top N questions vote, predicting success when at least T answer YES. The plain unit-weight vote is the load-bearing design choice: it keeps the model fully auditable, with all decisions traceable to plain-language green flags.
What would settle it
On a fixed set of founders and a fixed question pool, vary the model version, temperature, and prompt phrasing used for the answering step and measure per-question agreement; if the ensemble's top-N ranking or the reported F0.5 changes by more than the gap between RRF and the best baseline, the LLM-answer assumption is falsified.
Extended reading notes
Core claim
The central discovery is that an LLM's ability to generate plain-language YES/NO questions can be turned into a strong, transparent predictor by treating each question as a weak learner and combining them with threshold voting. On the founder dataset, RRF filters hundreds of generated questions down to a ranked pool, keeps the top N questions, and predicts success when at least T of them answer YES, yielding a precision of 13.1% against a 1.9% base rate (6.9x) and an F0.5 of 0.124 that beats all zero- and few-shot prompting baselines tested across three LLM architectures. Replacing several LLM questions with expert-crafted ones raises precision to 15.3%. The paper also reports that on an established Phase I clinical-trial benchmark, RRF beats published baselines on PR-AUC and ROC-AUC, evidence that the mechanism transfers to another low-base-rate text-screening domain.
Load-bearing premise
The paper assumes that the LLM's YES/NO answers to each generated question are reliable and stable enough that a count of YES votes carries genuine predictive signal; if answer noise or prompt sensitivity dominates, the reported precision gains could be artifacts.
Editorial extensions
If this is right
- The voting threshold and ensemble size give operators direct control over the precision-recall trade-off, so the same question pool can be tuned for precision, F1, F2, or F0.5 without retraining.
- Experts can audit, edit, or add individual rules, and a small set of expert-crafted questions raises precision from 13.1% to 15.3%, showing human-LLM collaboration works inside the ensemble.
- Decision traces reduce to a short list of YES/NO answers, so every prediction can be justified in natural language to stakeholders.
- The pipeline transfers to a second low-base-rate domain (Phase I clinical-trial screening), where the paper reports superior PR-AUC and ROC-AUC over published baselines.
- The method recovers classical weak-learner theory with conceptual diversity replacing algorithmic diversity, because each question encodes a different hypothesis about success.
Reading between the lines
- A direct test implied by the paper is to measure answer stability across LLM versions and prompt wordings; high variance would require voting-based calibration or answer aggregation.
- The approach should transfer to other low-base-rate text screening tasks, such as grant review, hiring, or underwriting, where explanations are obligatory, though geographies and label definitions would need local data.
- The forward-split result (F0.5 = 0.267 versus 0.124 in nested cross-validation) hints at temporal generalization, but the authors flag the small positive cohort; a larger temporal holdout would settle whether the gain is real.
- Unit-weight voting may be more robust than learned weights when positives are scarce, but that claim needs an explicit comparison against a logistic-regression meta-learner on the same question outputs.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Random Rule Forest (RRF), an ensemble method in which an LLM generates candidate yes/no questions about unstructured founder profiles; questions are filtered for semantic and predictive redundancy, ranked, and combined by unit-weight threshold voting. The model is evaluated on a proprietary dataset of 9,892 U.S. founders (1.9% success rate), reporting held-out precision of 13.1% (6.9x base rate), F0.5 of about 0.124 vs 0.088 for the best direct-prompting baseline, and an expert-in-the-loop variant at 15.3% precision. The supplied abstract additionally claims RRF outperforms published baselines on an established Phase I clinical-trial benchmark on PR-AUC and ROC-AUC, but no such experiment appears in the body. The paper also includes ablations over similarity metrics, thresholds, ranking criteria, and a temporal split.
Significance. The startup-screening result, if it survives additional validation, is a useful contribution: RRF is genuinely interpretable, requires only two tunable hyperparameters, and the pipeline separates question generation/filtering from evaluation, which is a sound design choice in a low-base-rate setting. The ablations (Section 5.5, Appendices H and K) and the explicit cost table are welcome transparency. However, the contribution is currently overstated: the clinical-trial result named in the abstract is absent, and the core mechanism (LLM yes/no answers) is not tested for reliability. The paper's value therefore depends on additional experiments that are within scope.
major comments (4)
- [Abstract] The abstract supplied for this submission states that RRF 'outperforms published baselines on the threshold-independent metrics PR-AUC and ROC-AUC' on an established Phase I clinical-trial benchmark. The body text (Sections 1–7) and Appendices A–K contain no Phase I clinical-trial dataset, no PR-AUC or ROC-AUC results, and no comparison to published clinical-trial baselines. This is not a minor omission: the clinical-trial benchmark is presented as the second of two low-base-rate domains and supports the general claim in Section 6 that LLMs can serve as auditable feature generators for high-stakes decisions. The authors must either add the experiment or remove the claim from the abstract and discussion; the full-text abstract, which mentions only startup success, must be reconciled with the submitted abstract.
- [§4.3, §5.3] The test-time prediction in §5.3, and the question scoring in §4.3, rely entirely on LLM yes/no answers to the generated questions, but no experiment assesses the reliability or stability of these answers. There is no inter-run consistency check (e.g., repeated sampling with different temperatures/seeds), no sensitivity to prompt wording or model version, and no human agreement study on a subsample. Because the ensemble's signal is mediated by this answering step, noisy or systematically biased answers could produce the reported precision gains even if the questions are informative. Please add such sensitivity analyses.
- [Table 1] Table 1 reports each model's precision, recall, and F0.5 as single point estimates, while §5.5 reports that ablation results are averaged over 100 random seeds. The headline comparison (RRF F0.5 = 0.124 vs best baseline 0.088) is therefore presented without any uncertainty quantification. Please report confidence intervals or standard deviations across seeds/repeats, and, if possible, a statistical test of the difference, for the main results in Table 1 as well as the expert-in-the-loop comparison.
- [Appendix J / §5.3] The cost comparison in Appendix J (Table 3) shows that RRF's sequential evaluation takes 67–72 hours versus 0.9–4.1 hours for the prompting baselines, roughly a 20–70x gap. The paper acknowledges this in passing but still frames the comparison as a practical improvement. To support the claim that RRF is a practical method, please add a cost-controlled comparison (e.g., RRF restricted to a similar inference budget, or cost-normalized performance) or explicitly discuss the trade-off in the main text.
minor comments (6)
- [Title/Abstract] The supplied abstract mentions the Phase I clinical-trial benchmark and 'and Manageable' in the title, while the full-text title and abstract are startup-only; please unify the versions.
- [Abstract, Table 1, Appendix H] F0.5 values are inconsistent: the submitted abstract says 0.121, Table 1 reports 0.124, and Appendix H reports 0.1233; please reconcile the reported numbers.
- [Section 7] Section 7 states that expert-in-the-loop refinement achieves 'an 9× improvement,' but 15.3% precision against a 1.9% base rate is 8.05×, and the full-text abstract says 8×; correct the arithmetic and the typo.
- [Section 3.1] Section 3.1 says the dataset 'covers nearly a third of this population'; 9,892/35,000 is 28%, so please either provide exact denominators or soften the claim.
- [Appendix K] Appendix K reports F0.5 = 0.267 on the forward split with only 35 positive test cases; the text acknowledges instability, but the claim that the model 'generalises well across time' should be tempered or accompanied by bootstrap confidence intervals.
- [Section 4.3] The filtering thresholds (semantic similarity 0.9, precision filter 10%, Hamming 0.15) are chosen without sensitivity analysis except for the Hamming threshold; please add a brief discussion or ablation for the fixed thresholds.
Circularity Check
No circular derivation: RRF's question generation, filtering, and ensemble tuning use separate data splits with nested cross-validation; the reported 13.1% precision is an out-of-sample measurement. The abstract's Phase I clinical-trial PR-AUC/ROC-AUC claim is absent from the body, a serious evidence gap but not circularity.
full rationale
The core RRF pipeline is not circular: question generation uses a dedicated 500-founder set, question filtering uses a separate 500-founder set, and ensemble hyperparameters (N, T) are chosen by nested cross-validation on the 8,381-founder evaluation set, with test predictions made on held-out folds. The reported precision of 13.1% is an empirical out-of-sample measurement, not a fitted quantity renamed as a prediction. The only self-citation is the contextual Y Combinator (3.2%) and tier-1 VC (5.6%) rates from Mu et al. (2025), which shares authors with this paper; however, the paper explicitly labels these comparisons "illustrative only" in Section 5.1, footnote 3, so they are not load-bearing to the RRF derivation. No uniqueness theorem or ansatz is imported from prior work to force the model choice. Separately from circularity, the arXiv abstract claims RRF outperforms published baselines on a Phase I clinical-trial benchmark with PR-AUC and ROC-AUC, but no such experiment, dataset, or baseline appears anywhere in the full text; Sections 5 and Appendices A-K contain only startup experiments. This is a serious missing-support and evidence gap, but it is not a circularity. Accordingly, the circularity score is 1, indicating no significant circularity.
Assumptions & free parameters
free parameters (6)
- Ensemble size N =
not stated; grid-searched
- Voting threshold T =
not stated; grid-searched
- Semantic similarity threshold =
0.9
- Hamming distance threshold =
0.15
- Precision filter threshold =
0.10
- Number of generated questions =
250
assumptions (6)
- domain assumption The LLM answers generated yes/no questions reliably and consistently for new founder profiles
- domain assumption Founder profiles contain sufficient, unbiased information available at the time of the investment decision
- domain assumption The curated evaluation set is representative of the screening population
- domain assumption Nested cross-validation on a fixed, pre-selected question pool gives an unbiased estimate of RRF performance
- domain assumption LLM-generated questions behave like classical weak learners (slightly better than chance, diverse)
- domain assumption The relationship between founder characteristics and success is approximately stationary over time
Cite this review
Pith. "Pith review of Random Rule Forest (RRF): Interpretable and Manageable Ensembles of LLM-Generated Questions for Predicting Success from Unstructured Data." pith.science (2026). https://pith.science/paper/EYNFW7UG
@misc{pith2026250524622,
author = {Pith},
title = {Pith review of: Random Rule Forest (RRF): Interpretable and Manageable Ensembles of LLM-Generated Questions for Predicting Success from Unstructured Data},
year = {2026},
howpublished = {\url{https://pith.science/paper/EYNFW7UG}},
note = {Machine review of arXiv:2505.24622}
}
read the original abstract
Many high-stakes screening tasks require predicting rare outcomes from unstructured text, where errors are costly and decisions must be auditable. We introduce Random Rule Forest (RRF), an interpretable ensemble that uses a large language model (LLM) not as an end-to-end predictor but as a generator of simple YES/NO questions. Each question acts as a weak learner, and their responses are combined by a plain unit-weight vote into an auditable ``green-flags'' scorecard: enough independent positive signals indicate a higher chance of success. We argue this deliberate simplicity is a robust default when positives are scarce and learned weights are hard to estimate. We evaluate RRF in two low-base-rate domains. On early-stage startup screening from founder profiles, RRF produces a transparent scorecard whose precision is several times the base rate (with light expert input raising it further) and, unlike direct prompting, its operating point can be controlled directly. On an established Phase~I clinical-trial benchmark, RRF outperforms published baselines on the threshold-independent metrics PR-AUC and ROC-AUC. Together these show that LLMs can serve as auditable feature generators for high-stakes text-based decisions, combining transparency with competitive predictive performance.
Figures
Figures from the paper (1 more)
Forward citations
Cited by 1 Pith paper
-
From Limited Data to Rare-event Prediction: LLM-powered Feature Engineering and Multi-model Learning in Venture Capital
An LLM-feature-driven ensemble predicts billion-dollar startup outcomes with 9.8X to 11.1X the precision of a random classifier, but the label and the model's intermediate target are both funding, so the result partly...
Reference graph
Works this paper leans on
-
[1]
Has the founder ever worked in a role related to marketing?
-
[2]
Is the founder actively engaged in commu- nity service or social impact initiatives?
-
[3]
Did the founder have experience in the mar- keting field?
-
[4]
Did the founder complete their education in the last 10 years?
-
[5]
As a result, they were excluded from the final ensemble
Has the founder been involved in any non- profit organizations? Many of these low-performing questions were likely influ- enced by patterns present in the small training subset of 20 founders fed to the LLM, and their narrow focus failed to generalize to the broader validation set. As a result, they were excluded from the final ensemble. 10 Random Rule Fo...
-
[6]
Is the founder’s educational background rel- evant to their startup’s industry?
-
[7]
Has the founder successfully led a startup to a profitable exit in the past?
-
[8]
Has the founder held a senior leadership role in a startup that achieved significant revenue growth?
Show all 20 references
-
[9]
Does the founder have a proven track record of mentoring other entrepreneurs in their field?
-
[10]
Compute Resources and Cost Table 3 details the sequential runtime and API cost for evalu- ating 8,500 founder profiles across different models
Is the founder’s educational background di- rectly relevant to their startup’s technology? J. Compute Resources and Cost Table 3 details the sequential runtime and API cost for evalu- ating 8,500 founder profiles across different models. While results are shown for transparenc...
2025
-
[11]
Has the founder been involved in any venture capital or private equity firms?
-
[12]
Has the founder ever worked in a role related to product management?
-
[13]
Is the founder’s university ranked among the top 50 globally?
-
[14]
Did the founder have experience in the biotechnology sector?
-
[15]
Has the founder successfully raised funding for their startup from reputable investors?
-
[2005]
Nick Cammarata, Gabriel Goh, Shan Carter, Ludwig Schu- bert, Michael Petrov, and Chris Olah
Diversity creation methods: a survey and categori- sation.Information fusion6, 1 (2005), 5–20. Nick Cammarata, Gabriel Goh, Shan Carter, Ludwig Schu- bert, Michael Petrov, and Chris Olah. 2020. Curve detec- tors.Distill5, 6 (2020), e00024–003. Dominik Dellermann, Nikolaus Lipu...
2005 arXiv
-
[2014]
Jan Ruben Zilke, Eneldo Loza Menc´ıa, and Frederik Janssen
Models and tools for technology start-up compa- nies success analysis.Economic Alternatives3 (2014), 15–24. Jan Ruben Zilke, Eneldo Loza Menc´ıa, and Frederik Janssen
2014
-
[2016]
InDiscovery Science: 19th International Conference, DS 2016, Bari, Italy, October 19–21, 2016, Proceedings 19
Deepred–rule extraction from deep neural networks. InDiscovery Science: 19th International Conference, DS 2016, Bari, Italy, October 19–21, 2016, Proceedings 19. Springer, 457–473. 9 Random Rule Forest (RRF): Interpretable Ensembles of LLM-Generated Questions for Predicting St...
2016
-
[2018]
InProceed- ings of the 27th ACM international conference on infor- mation and knowledge management
Web-based startup success prediction. InProceed- ings of the 27th ACM international conference on infor- mation and knowledge management. 2283–2291. Sichao Xiong and Yigit Ihlamur. 2023. Founder-GPT: Self- play to evaluate the Founder-Idea fit.arXiv preprint arXiv:2312.12037(2...
2023 arXiv
-
[2025]
John X Morris, Chandan Singh, Alexander M Rush, Jian- feng Gao, and Yuntian Deng
A Fused Large Language Model for Predicting Startup Success.European Journal of Operational Re- search322 (2025), 198–214. John X Morris, Chandan Singh, Alexander M Rush, Jian- feng Gao, and Yuntian Deng. 2023. Tree prompting: effi- cient task adaptation without fine-tuning.ar...
2025 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.