HACKER Q&A
📣 Biologist123

How long until an AI tool can process curated financial data?


I work for an organisation that collects loan data at a small pilot scale. As it scales we could use a regular fintech loan tracking tool, but I wonder how long it will be until we can submit our curated data to an AI tool for data manipulation and output. For example, if we submit 10,000 transactions, I would like the AI to generate a list of transactions made by only one borrower, available via a natural language Inquiry. Is this just around the corner? I have tried with ChatGPT and it manages it to about 90% accuracy with 100 transactions.


  👤 zephyrus76 Accepted Answer ✓
How uniform is the format of your dataset? Current AI tools should be pretty good at direct transformations.

If you want to generate queries, though, my guess is another 2-3 years before it's solid enough for your domains with high correctness requirements, like fintech.


👤 wakahiu
Care to explain the context and why you are keen on natural language inquiries? It seems to me like the example you gave is very simplistic and can be solved by a simple dropdown filter on Excel and or SELECT * WHERE clause in a database. Note, I'm not implying that you are wrong to use natural language, simply that there seems to be more to the question.