Ask PG: Could YC admissions be replaced with a very small shell script?
If you train CRM114 (or some other classifier) on all but the most recent batch of YC applications, how does it fare at distinguishing interview vs. no-interview applications in the most recent batch? How well would it have to do in order to be alarming? :-)
There's no particular reason that I'm asking this other than that I just finished retraining CRM to take advantage of the version upgrade and was pretty impressed with the training results.
13 comments
[ 2.2 ms ] story [ 37.9 ms ] threadIf we ran code like this on YC applications, I suspect the most useful way to use it would be to find groups we hadn't been planning to invite to interviews that deserved a second look.
But seriously, the Startup School application is basically just a list of keywords, at least the way I understood it. Are there really people writing essays in there?
(Anybody who actually got accepted want to back me up? :-) )
Nonetheless, I'd have to see evidence to believe that applications could successfully be classified automatically with any reliability, just because it's such a complex problem. The reason spam and log data and experimental data is classifiable using tools like this is that it is, by it's very nature, relatively predictable. If every spam were written fresh by a different person, and selling a completely different product, it would be impossible to filter it. Likewise, if every time Apache got a new request or error it made up a little prose on the spot about the topic, it'd be pretty difficult for an automated tool to make any of sort of sense out of it.
I'd love to try too.