Live data from Hacker News

Show HN: Subreddit Finder - Trained on 4M Reddit Posts from 4K Subreddits

valohai.com

31–40 of 82 posts

Re: Show HN: Subreddit Finder - Trained on 4M Reddit Posts from 4K Subreddits

#31

One place to improve this would be to use a better set of word-embeddings. FastText is, well, fast, but it's no longer close to SOTA. You're most likely using simple average pooling, which is why many users are getting results that don't look right to them. Try a chunking approach, where you get a vector for each chunk of the document and horizontally concatenate those together (if your vectors are 50d, and do 5 chun…

Cool man! Thanks for sharing :) I wasn't familiar with the chunking approach. I will read more!

Regarding BERT, it indeed may perform better if fine tuned correctly. For a baseline fastText is great because it is super fast and runs on a CPU. It costed me 24$ to run a 24h autotune on a 16 CPU core machine. Also, fastText is great out of the box as it also builds word vectors for subwords, which helps with typos and specific terms that may otherwise be out of vocabulary.

I am betting that fine tuning BERT will cost me at least x10 more. But I this project is a chance to try it out :) Looking forward to v2!

Luckily, with Valohai, I get access to GPU credits for open source projects!

Re: Show HN: Subreddit Finder - Trained on 4M Reddit Posts from 4K Subreddits

#32
The intercom chat widget makes the tab title switch back and forth between "Subreddit Finder" and "Valohai says". There does not appear to be a way to dismiss the chat widget, so it just keeps flipping back and forth, which is visually annoying.

I keep many tabs open, but I am going to close this one immediately because I don't want to have something flashing at me out of the corner of my eye all day.

Re: Show HN: Subreddit Finder - Trained on 4M Reddit Posts from 4K Subreddits

#34

Anyone remember /r/reddit.com? That was around the time reddit looked like Hacker News and people were embarrassed to admit they use it.

HN doesn't get enough credit for the tight rope they walk maintaining this community. I see some people post that HN should expand to other topics a la Reddit, but the team does a great job of maintaining focus. It's not just HN's aesthetic that is minimal and no-nonsense, it's their moderation policies and the tone they set for the community. There is perfect alignment between their approach to content, community, a…

/r/programming is basically "I reposted this from https://news.ycombinator.com"

Re: Show HN: Subreddit Finder - Trained on 4M Reddit Posts from 4K Subreddits

#36
post #7

Searching for "marijuana" should point to trees (internal Reddit joke) and not marijuana primarily.

Hilariously enough: those that want to stop smokeing post to r/leaves.

And those who want to see trees go to r/marijuanaenthusiasts

Re: Show HN: Subreddit Finder - Trained on 4M Reddit Posts from 4K Subreddits

#37
I tried it with "best time tracking app for iOS?" and "I'm looking for a time tracking app. Any recommendations?"

I expected the iPhone or iOS subreddit to be suggested, but it suggested GearVR | 13.0%, ringdoorbell | 9.0%, canadacordcutters | 5.0%, TTVreborn | 5.0%, AusSkincare | 4.0%, sideloaded | 4.0%, FlutterDev | 2.0%, shopify | 2.0%, weightwatchers | 2.0%, crossfit | 2.0%.

Congrats on the attempt but it does still need some work.

Re: Show HN: Subreddit Finder - Trained on 4M Reddit Posts from 4K Subreddits

#39

I tried it with "best time tracking app for iOS?" and "I'm looking for a time tracking app. Any recommendations?" I expected the iPhone or iOS subreddit to be suggested, but it suggested GearVR | 13.0%, ringdoorbell | 9.0%, canadacordcutters | 5.0%, TTVreborn | 5.0%, AusSkincare | 4.0%, sideloaded | 4.0%, FlutterDev | 2.0%, shopify | 2.0%, weightwatchers | 2.0%, crossfit | 2.0%. Congrats on the attempt but it does st…

I'm not really sure your query is what it was built for. That's more of a google search than a community idea.
Post reply on HN