Y
Hacker News
new
|
ask
|
show
|
jobs
by
Jeff_Brown
1261 days ago
What determines relevance? It must do something other than page rank. Will it recognize synonyms and more subtle kinds of nearness in word-space?
1 comments
_vxw6
1261 days ago
Actually, the page rank is really based on semantic similarity and relevance of the matched paragraph.
Which under the hood is based of a t5 encoder
link
petra
1261 days ago
Does it work well for question answering from books ?
link
_vxw6
1261 days ago
The tricky part is to understand which parts are you indexing, paragraph vs. sentences vs. pages.
But yeah
link
Which under the hood is based of a t5 encoder