|
|
|
|
|
by ansk
879 days ago
|
|
So glad the AK account exists. As a researcher, I've always wanted some guy with an econ degree and a year of ML eng to recommend me papers after glancing at them for maybe 30 seconds. I am genuinely baffled that researchers in the field think there is any value in the service AK provides. I'd wager I could create an equally effective bot with the following process: 1) Create a historical dataset of publications and their citation counts
2) For each publication extract the following features:
- H-index of first author
- Maximum H-index of all authors
- Number of author affiliations in {top-10 school, deepmind, meta, openai, nvidia}
- Number of times the phrase "state-of-the-art" appears
- Which latex template is used (NeurIPS, ICML, etc.)
- Number of images in the paper
- Whether there is an image on the first page
- Whether "all you need" appears in the title
- Whether the publication has a linked project page
3) Train a shallow decision tree with citation counts as the regression target
|
|