返回
Hhackernews·jakobgreenfeld
29
·5小时前·其他 · 官方 API

A third of Perplexity's citations don't contain the number they're cited for

查看原文
模型发布

热度趋势

趋势数据积累中

百分比基于当前可用热度信号,而非评论数或独立用户人数。

AI 摘要

一项研究发现,Perplexity搜索模型引用的1,826条数据中,有34.7%的引用在与包含数字的句子相关联时,要么指向无法打开的页面,要么页面中不包含该句子中的任何数字。如果按声明而非引用进行评分,872项声明中有14.4%失败。该报告强调,一个模型对另一个模型的工作进行评分会引入不确定性,但可重现的发现已经足够糟糕。

Of 1,826 citations Perplexity's search models attached to a sentence stating a figure, 34.7% pointed at a page that either would not open or did not contain a single figure from that sentence; scored per claim rather than per citation, 14.4% of 872 claims fail.

We asked Perplexity’s two search models 310 factual questions about 210 technology companies, collected every source they cited, fetched all of them, and checked whether the page said the thing it was cited for. Of the 1,826 citations attached to a sentence stating a figure — the ones checkable without a second opinion — 34.7% pointed at a page that would not open to an ordinary reader, or opened and contained none of the numbers in the sentence they were attached to. The models placed 2,511 citation markers in all.

The unit above is the citation, not the claim. Two thirds of the 872 claims carrying a figure have more than one marker on them, and we score each marker separately. Score instead per claim, counting a claim as passing when any one of the pages it points at carries one of its figures, and 14.4% fail. We lead with the citation because a marker is an individual claim of provenance: this sentence came from that URL.

The failure is not mainly dead links. Only 1.3% of cited URLs were dead. The two large categories are pages a reader cannot get into, and pages a reader can get into that do not say it.

What we did

Ten question templates, each a fact somebody would actually look up: founding, latest funding round, headcount, entry price, headquarters, revenue, disclosed breaches, current CEO, acquisitions, paid-tier uptime SLA. Every company got one; 100 of them got a second on a different template. 310 questions, put at temperature 0 to perplexity/sonar, perplexity/sonar-pro and, as a control, GPT-4.1 with a web plugin.

Both Perplexity models mark their claims inline as [n], and n indexes the citation array they return. That is the part that makes an audit possible: it is not a bibliography at the bottom of the answer, it is a specific assertion that this sentence came from that URL. We split each answer into sentences and produced one claim–citation pair per marker. Neither model ever emitted a marker pointing past the end of its own citation list.

Then we fetched every unique cited URL — 2,915 of them for sonar alone — and classified each as dead, gated, empty, unreachable or live. Anything that failed got two more chances: a longer timeout, then a retry through a rotating proxy so that no page was recorded as blocked merely because one datacentre address was unwelcome. That third pass rescued 192 URLs. The classification can only ever move in a page’s favour.

The headline check needs no model at all. From each claim we pulled its specifics — money amounts, percentages, magnitudes, years, any run of three or more digits — and asked whether the cited page’s visible text contains at least one of them, normalising so that $185 million, $185M and 185000000 all match. One figure is enough to pass. A bare year is enough to pass. The 34.7% is therefore a floor: every failing pair is one where the page contains not a single number from the sentence that cited it.

The citations that do not open

Across perplexity/sonar’s 2,915 unique cited URLs:

Class Share

Live and readable 78.7%

Behind a login, paywall, 403 or bot wall 16.1%

Client-rendered shell we could not read 2.5%

Dead (404, 410, DNS failure, soft 404) 1.3%

Still unreachable after three passes 1.4%

One citation in six is gated. That is not a fault of the source — PitchBook, ZoomInfo, Crunchbase and Reuters are entitled to charge — but it is a fault of the citation. A footnote a reader cannot open is a claim of provenance with no way to test it, which is the condition a citation exists to prevent.

Aggregated to the answer, 84.2% of sonar’s 310 answers cited at least one URL an ordinary reader could not open, and 10.6% cited at least one that was outright dead.

The dead ones are worth naming, because about half of them are the same kind of page — 20 of sonar’s 38 — and their URLs give them away. komo.ai/directory/ -offices. temperstack.com/plans/. devhelm.io/sla/. apollo.io/where-is/. portersfiveforce.com/blogs/brief-history/, and the identical path on matrixbcg.com and canvasbusinessmodel.com. These are pages minted per company per question type, published at scale to catch exactly the query we asked, and taken down as cheaply as they went up.

Three we re-fetched on the day of writing. Asked where Elastic is headquartered, sonar cited komo.ai/directory/elastic-offices: 404. Asked for Reddit’s head office, both models cited apollo.io/where-is/reddit: 410 Gone. Asked for Discord’s cheapest paid plan, sonar-pro cited temperstack.com/plans/discord: 404.

The citations that open and do not say it

Of the pairs whose page did open and was readable, 16.1% contained none of the claim’s own figures.

The cleanest example is a price. Asked for the entry price of Vercel’s cheapest paid plan, sonar answered that “the free Hobby plan is $0/month, so the first paid tier starts at $20/month”, and cited vercel.com/docs/plans. We fetched that page at write time. It returns HTTP 200, it names the plans, and the strings $20, $20/month and 20/month do not appear anywhere in it. The number is probably right. The citation is not evidence for it.

A third of Perplexity's citations don't contain the number they're cited for · BuzzRadr