TaBERT: A new model for understanding queries over tabular data
1–10 of 26 posts
Re: TaBERT: A new model for understanding queries over tabular data
#2Seriously, if this is not available, what are the alternatives?
I've seen in the past some NLP + Storage project but I don't recall them. (even remotely connected, there was something to convert PDFs into machine readable data).
Is this AwesomeNLP https://github.com/keon/awesome-nlp a good starting point there?
Re: TaBERT: A new model for understanding queries over tabular data
#3Git repo or it doesn't exist ;-) Seriously, if this is not available, what are the alternatives? I've seen in the past some NLP + Storage project but I don't recall them. (even remotely connected, there was something to convert PDFs into machine readable data). Is this AwesomeNLP https://github.com/keon/awesome-nlp a good starting point there?
Re: TaBERT: A new model for understanding queries over tabular data
#4[1] https://ai.googleblog.com/2020/04/using-neural-networks-to-f...
Re: TaBERT: A new model for understanding queries over tabular data
#5Re: TaBERT: A new model for understanding queries over tabular data
#6Re: TaBERT: A new model for understanding queries over tabular data
#7I'd like to see something that could do this, handling the awfulness of real world tabular data. "What country has the highest GDP? Okay, which table has GDP? Is it the country_gdp table? No, that's an old one that hasn't been written to in 3 years. Ah here it is, but you need to join against `geopolitics`, but first dedup the crimea data, since it's showing up in two places, we're can't remember why it got written t…
So yeah, I would expect this to be a long ways away.
Re: TaBERT: A new model for understanding queries over tabular data
#8Are we entering deep copycat culture?
Re: TaBERT: A new model for understanding queries over tabular data
#9I'd like to see something that could do this, handling the awfulness of real world tabular data. "What country has the highest GDP? Okay, which table has GDP? Is it the country_gdp table? No, that's an old one that hasn't been written to in 3 years. Ah here it is, but you need to join against `geopolitics`, but first dedup the crimea data, since it's showing up in two places, we're can't remember why it got written t…
The tough thing is that a common failure mode of many of the modern AI solutions is some output that looks superficially correct, but doesn't actually map correctly to the real world. When you want a table of data, it seems like the danger will be high that the table looks correct but isn't actually accurate. The problem here is about keeping sloppy data out of your table, which is tough for a statistical AI. So yeah…
Re: TaBERT: A new model for understanding queries over tabular data
#10I'd like to see something that could do this, handling the awfulness of real world tabular data. "What country has the highest GDP? Okay, which table has GDP? Is it the country_gdp table? No, that's an old one that hasn't been written to in 3 years. Ah here it is, but you need to join against `geopolitics`, but first dedup the crimea data, since it's showing up in two places, we're can't remember why it got written t…
The tough thing is that a common failure mode of many of the modern AI solutions is some output that looks superficially correct, but doesn't actually map correctly to the real world. When you want a table of data, it seems like the danger will be high that the table looks correct but isn't actually accurate. The problem here is about keeping sloppy data out of your table, which is tough for a statistical AI. So yeah…