#IDP solution
9 messages · Page 1 of 1 (latest)
Maybe try asking in #❔・general-help? There was recent discussion about IDP solutions, though not actually covering feature you mentions. But there were several names IDP solutions mentioned.
Sounds like a use case for LLMs and Prompt Engineering
Interesting insight... Anyone noticed change in pricing of IDP solutions as LLMs appeared? Or these two actually are not on similar level?
Traditional IDP solutions don't use LLMs. In my work the best solution we have found is a combination of traditional document understanding and LLM implementation in the case of more unstructured or variable documents
So LLM are simply better or just there are tradeoffs?
I'm no expert, I just use these tools (the prebuilt ones). LLMs are generally more computationally expensive, but easier to use. LLMs can also suffer from hallucinations, so that's one big downside.
Each has their own benefits, for example:
If you have a form of a consistent structure, it makes sense to use a custom taxonomy to extract the fields you want.
If you have a form of inconsistent structure, you could use an LLM to try and understand and extract the specific data you want. This can be done relatively easily by giving examples etc.
One of the biggest benefits of LLMs is, you no longer need ,000s of items in your dataset to train or use a model, and they have a wide range of capabilities. Whereas before you would've likely have to use multiple different AI models to achieve a task which can be done by LLMs