Sep 2026· Zenodo (CERN European Organization for Nuclear Research)
Natural Language Processing Techniques
Abstract
Technical note TR-2026-02, superseding TR-2026-01. We measure what happens when a frozen language model is sampled 128 times perproblem and the result is selected rather than taken as given. On GSM8K,Qwen2.5-0.5B-Instruct goes from 45.3% at a single sample to 66.5% undermajority voting, with no weights modified. Coverage - whether any trajectoryreaches the correct answer - reaches 93.5%. We separate the gain into the part attributable to selection (+20.2 points) andthe part attributable to simply having a trajectory that finished (+1.0points), and show that the second term is a property of the experimental setuprather than of the method: at a tighter token budget it was four times larger,and would conventionally have been reported as method gain. Selection is invariant under permutation of the trajectory pool, for everyselector other than random. This is not automatic: it requires an equivalencepartition built as a transitive closure, exactly-rounded summation of theweights, and tie-breaking that does not encode arrival order. The property isverified directly and is visible in the published output. The same protocol is applied to eight models, from SmolLM2-1.7B toQwen3.8-27B. Every one improves, by between +2.4 and +37.3 points, and thegain shrinks as the base model gets better. Coverage stays above what the votereturns on all eight, by a median of 9 points. All 25,600 trajectories are published in full, and every figure is recomputedfrom them by a script that re-extracts answers from the raw reasoning textrather than re-counting stored ones. This version supersedes TR-2026-01. The measurements in that report wereproduced by version 1.0.0 of the software, which contained defects in answerextraction and in the handling of truncated trajectories, and they are notreproducible with the corrected implementation. They should not be cited.Specifically withdrawn is the claim of a trained outcome reward model reachingROC-AUC 0.910 and a 16.6-point improvement over majority voting. Software: pip install bestofn - Apache License 2.0Code and data: https://github.com/voidlinestudios12-jpg/Interlace-AI
The results are packaged in the Greenfield Startup Model (GSM), which explains the priority of startups to release the product as quickly as possible, and the need to shorten time-to-market, by speeding up the development through low-precision engineering activities.
Carmine Giardino, Nicolò Paternoster, M. Unterkalmsteiner et al.· IEEE Transactions on Softwar...· 178 citations· ⚡14
Software startup companies develop innovative, software-intensive products within limited timeframes and with few resources, searching for sustainable and scalable business models.
M. Unterkalmsteiner, P. Abrahamsson, Xiaofeng Wang et al.· e-Informatica Software Engin...· 157 citations· ⚡17
This study conducts a case survey study based on the secondary data of the major pivots happened in 49 software startups, and demonstrates that customer need pivot is the most common among all pivot types.
Sohaib Shahid Bajwa, Xiaofeng Wang, Anh Nguyen-Duc et al.· Empirical Software Engineeri...· 127 citations· ⚡15
The comparison of adopter and non-adopter sample reveals three potential adoption inhibitor, security, data privacy, and portability, which underlines the importance of the technical and security perspectives for research investigating the adoption of technology.
Nattakarn Phaphoom, Xiaofeng Wang, S. Samuel et al.· Journal of Systems and Softw...· 111 citations· ⚡8
This study investigates how Lean internal startup facilitates software product innovation in large companies and identifies its enablers and inhibitors, and shows the potential of the method-in-action framework to investigate the Lean startup approach in non-startup context.
Henry Edison, Nina M. Smørsgård, Xiaofeng Wang et al.· Journal of Systems and Softw...· 78 citations· ⚡6
The application of agile software methods and more recently the integration of Lean practices contribute to the trend of continuous improvement in the software industry. One such area warranting proper empirical evidence is a project’s operational efficiency when using the Kanban method. This short paper takes a new angle and explores waste in the Kanban-driven software development project context. A preliminary research model is presented for helping the consequent replication of the study. The results from the empirical analysis suggest Kanban can be an effective method in visualizing and organizing the current work, but does not prevent waste from creeping in, although the overall project outcome may be successful.
Marko Ikonen, Petri Kettunen, Nilay V. Oza et al.· EUROMICRO Conference on Soft...· 67 citations· ⚡9
Related blog posts
MIT News · Artificial Intelligence· news.mit.eduSep 14, 2026
The “HardFlow” algorithm could help generative AI models produce high-quality outputs that obey strict requirements when “pretty close” doesn’t cut it.
AI may appear weightless, but every model depends on physical infrastructure. To understand responsible AI, we need to look beyond algorithms and consider the entire lifecycle of the hardware behind them. The post Responsible AI Must Consider Its Afterlife appeared first on GPT-Lab.