← Latest papers
💰 quantitative finance

PHBench: A Benchmark for Predicting Startup Series A Funding from Product Hunt Launch Signals

This paper introduces PHBench, a reproducible benchmark linking 67,292 Product Hunt launch signals to Crunchbase funding records to demonstrate that structured launch data statistically predicts Series A outcomes, achieving significant performance gains with an ensemble model while revealing unexpected limitations in zero-shot LLMs and temporal market sensitivity.

Original authors: Yagiz Ihlamur, Ben Griffin, Rick Chen

Published 2026-05-06
📖 5 min read🧠 Deep dive

Original authors: Yagiz Ihlamur, Ben Griffin, Rick Chen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a talent scout looking for the next big thing in the startup world. You have a massive list of 67,000 new products that just launched on a popular website called Product Hunt. Your job is to guess which few of these will go on to raise a massive amount of money (Series A funding) within the next 18 months.

The problem? Only about 1 in 128 of these products actually succeeds. It's like trying to find a single golden ticket in a factory full of chocolate bars. Most people guess randomly, or rely on "gut feeling," which isn't very reliable.

This paper introduces PHBench, a new "scorecard" and a set of tools designed to solve this guessing game using math and data instead of gut feelings.

Here is how they did it, explained simply:

1. Building the Map (The Dataset)

The authors gathered a massive list of 67,292 products featured on Product Hunt between 2019 and 2025. They then cross-referenced this list with a giant financial database (Crunchbase) to see which of those companies actually raised money later.

  • The Result: They found 528 "winners" (companies that raised Series A funding).
  • The Challenge: Because the winners are so rare (less than 1%), it's a very tricky game to play. If a model just guessed "No" for everyone, it would be right 99% of the time, but it would be useless.

2. The Game Rules (The Benchmark)

To make sure the models are playing fair, the authors created a strict set of rules called PHBench:

  • The Training Ground: They split the data so models can practice on old data but are tested on new, unseen data (like a final exam).
  • The Scorecard: They don't just measure "how often you were right." They measure how well you rank the winners. If you put the winning companies at the very top of your list, you get a high score. If you bury them at the bottom, you get a low score, even if you were technically "right" about the losers.
  • The "F0.5" Metric: This is their special scoring rule. It cares more about not wasting time on fake leads (false positives) than missing a few winners. Think of it like a security guard: it's better to let a few suspicious people pass than to stop 1,000 innocent people.

3. The Contenders: Math vs. AI

The paper tested two types of "guessers":

A. The "Old School" Math Models (Machine Learning)
These are like experienced detectives who look at specific clues:

  • How many people voted?
  • How many comments were there?
  • What day of the week did they launch?
  • Is the team big?
  • Is the product about "B2B" (business-to-business) or "AI"?

B. The "Super Smart" AI (Large Language Models / LLMs)
These are the latest, most powerful AI chatbots (like Gemini). The researchers asked them to look at the same clues but without letting them read the product names or descriptions. They only gave the AI numbers (e.g., "500 votes," "Rank #1"). This was to see if the AI could "know" the answer just by understanding the numbers, without reading the story.

4. The Results: Who Won?

The Winner: The Math Detective (Ensemble Model)
The best performer was a "team" of three math models working together.

  • The Strategy: They combined different models to smooth out the errors.
  • The Score: They found the winners about 4.7 times better than random guessing.
  • Key Insight: The most important clues weren't just "how many votes," but the combination of a big team plus high engagement. It's like a sports team: a big team with a star player is more likely to win than just a big team or just a star player alone.

The Loser: The Super Smart AI (LLMs)
Surprisingly, the most advanced AI models performed worse than the simple math models and even worse than a basic statistical baseline.

  • The Problem: When you strip away the text (names, descriptions) and only give the AI numbers, it gets confused. It acts like a "picker" rather than a "ranker." It might spot the one obvious winner at the very top of the list, but it fails to sort the rest of the list correctly.
  • The Irony: The "smartest" AI (Gemini 3.1 Pro) actually performed the worst. The authors suggest this might be because the AI was over-corrected to be too cautious when given only numbers.

5. What This Tells Us About the Market

The data didn't just predict winners; it showed us how the market moves:

  • The Boom and Bust: The model could "see" the 2020–2021 funding boom and the 2022–2023 crash just by looking at the launch signals. This proves the data is real and not just random noise.
  • The "Team" Signal: The biggest predictor of success wasn't the product idea itself, but the team's ability to rally a crowd. If a large team launches a product and gets a lot of votes, they are much more likely to get funded.
  • The Niche Matters: Products in specific categories like "APIs," "Payments," and "Fintech" were much more likely to get funded than others, regardless of how many votes they got.

Summary

PHBench is a new, open playground where anyone can test their ideas for predicting startup success. The paper proves that:

  1. Launch signals matter: What happens in the first 24 hours on Product Hunt does predict future funding.
  2. Math beats "Black Box" AI (for now): When you only have numbers and no text, traditional math models are much better at finding patterns than the newest AI chatbots.
  3. Team + Hype = Success: The best signal is a big team getting a lot of attention.

The authors have made all their code, data, and rules public so other researchers can try to beat their score.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →