TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Does Symantic Search Work?

8 pointsby yonzover 2 years ago
Looking through HN posts over the last 30 days there are at least 15 posts for symantic search. I&#x27;m excited about the prospect but haven&#x27;t seen good results.<p>Is there any info on query performance? And to builders, did you get better results by incorporating semantic search?

2 comments

PaulHouleover 2 years ago
I helped develop a &quot;semantic search&quot; engine for patent and non-patent literature about 10 years ago which was highly successful, enough that our demo made a big sale on the very first day.<p>This engine used a neural network to train an autoencoder that crunches down the word counts for thousands of words to a moderate dimensional vector, say n=50. This captures correlations between words such that similar documents are more consistently close in the embedding space than they are in the very high dimensional word vector space.<p>This kind of system does not improve short queries (&lt;10 words) but is great for &quot;more like this&quot; queries centered on a document and taking paragraph you wrote describing an invention and finding prior art.<p>We used the TREC evaluation methodology, public data, our proprietary data, and the opinions of users to conclude our product was much better than a simple baseline search engine and our competitors.
评论 #34483350 未加载
more_cornover 2 years ago
We’ve had good results with semantic search. We use it because keyword search doesn’t handle minor changes in words gracefully and semantic search does.
评论 #34523429 未加载