| I have a hunch that's a problem unique to the way ChatGPT web edition handles PDFs. Claude gets that question right: https://claude.ai/share/7bafaeab-5c40-434f-b849-bc51ed03e85c ChatGPT treats a PDF upload as a data extraction problem, where it first pulls out all of the embedded textual content on the PDF and feeds that into the model. This fails for PDFs that contain images of scanned documents, since ChatGPT isn't tapping its vision abilities to extract that information. Claude (and Gemini) both apply their vision capabilities to PDF content, so they can "see" the data. I talked about this problem here: https://simonwillison.net/2024/Jun/27/ai-worlds-fair/#slide.... So my hunch is that ChatGPT couldn't extract useful information from the PDF you provided and instead fell back on whatever was in its training data, effectively hallucinating a response and pretending it came from the document. That's a huge failure on OpenAI's behalf, but it's not illustrative of models being unable to interpret documents: it's illustrative of OpenAI's ChatGPT PDF feature being unable to extract non-textual image content (and then hallucinating on top of that inability). |