Reorx’s Forge 头像

消息来源频道

Reorx’s Forge

@reorx_share

频道3,130 位成员公开可见0 人在线

A chronicle of my journey in forging my ideas into writings and products. Archive: https://app.shokichan.com/c/tg/reorx_share

成员规模3,130 位成员
在线情况0 人在线
消息总数6,041 条消息
浏览量总数784,746 次浏览

在这个频道里搜索消息……

t.me/reorx_share

Show HN: Web search using a ChatGPT-like model that can cite its sources (🔥 Score: 153+ in 3 hours)
Link: https://readhacker.news/s/5t7r9
Comments: https://readhacker.news/c/5t7r9
We’ve trained a generative AI model to browse the web and answer questions/retrieve code snippets directly. Unlike ChatGPT, it has access to primary sources and is able to cite them when you hover over an answer (click on the text to go to the source being cited). We also show regular Bing results side-by-side with our AI answer.
The model is an 11-billion parameter T5-derivative that has been fine-tuned on feedback given on hundreds of thousands of searches done (anonymously) on our platform. Giving the model web access lessens its burden to need to store a snapshot of human knowledge within its parameters. Rather, it knows how to piece together primary sources in a natural and informative way. Using our own model is also an order of magnitude cheaper than relying on GPT.
A drawback to aligning models to web results is that they are less inclined to generate complete solutions/answers to questions where good primary sources don’t exist. Answers generated without underlying citable sources can be more creative but are prone to errors. In the future, we will show both types of answers.
Examples:
https://beta.sayhello.so/search?q=set+cookie+in+fastapi
https://beta.sayhello.so/search?q=What+did+Paul+Graham+learn...
https://beta.sayhello.so/search?q=How+to+get+command+line+pa...
https://beta.sayhello.so/search?q=why+did+Elon+Musk+buy+twit...
Would love to hear your thoughts.