6 ms·
I built a web app that extracts data from documents, like PDFs, Word, etc. I've seen people say "GPT wrapper", but it consistently outperforms similar tools in
by cccybernetic 2y ago
I built a web app that extracts data from documents, like PDFs, Word, etc. I've seen people say "GPT wrapper", but it consistently outperforms similar tools in the space. My main customer is a private equity fund that randomly reached out. I didn't know much at all about fintech, but it works and gets the job done.
I don't have a proper marketing site yet since I've been focused on building the app, but it's coming soon (hopefully...)
- giarc 2y agoHow do you reduce errors or hallucinations? I recently uploaded a very clear PDF to meta.ai and asked it a few, very simple questions. It completely made up quotes, including page numbers, section numbers etc.
- cccybernetic 2y agoI don't feed documents directly to an LLM. First, extract and process the data in a structured way that maintains the hierarchy and metadata of the content (this is important!). Then convert this into a scheme that you can control — it doesn’t really matter what it is (JSON, XML, markdown). From there, feed this to the LLM in chunks. This will get you most of the way there. There's different ways to validate, but that's why maintaining hierarchy and metadata is so important. If you track this information properly, you can cross-check responses across different LLMs!
- acrooks 2y agoI'm interested, can you email me (address in profile)
- gcanyon 2y agoI'd like to learn more -- please email me (link in profile).
- laylower 2y agoCould you please link your website?
- cccybernetic 2y agoSure, you can try the demo at: https://www.subsystem.ai/demo https://www.subsystem.ai/demo