Tianbao Xie

Results 177 comments of Tianbao Xie

@eyuansu62 Hi, any new progress over there? We double-checked our experiments log before and didn't find the case you showed, and we looked through the issues of PICARD and saw...

Could you double-check the evaluation and prediction json file? It could help us with where the problem lies.

Okay, I will keep this issue active and see if anyone find similar problem!

Hey, we asked someone else for help to test it on his side and didn't get different result between eval mode and test mode(which is consistent with ours). Therefore we...

the same with [https://github.com/salesforce/WikiSQL/issues/78](url) I think.

Hi~I met the same problem, after read through the code I found it is due to the fact that the it is because in wikisql lib dbengine.py, when using "val...

> Hi, I have the same issue. Any solution to this problem yet? TL;DR, please change "val = float(parse_decimal(val))" to "val = float(parse_decimal(val, locale='en_US'))"

Hi~I met the same problem, iit is because the change arder of stanza, the solution is change "from stanza.nlp.corenlp import CoreNLPClient" to "from stanza.server.client import CoreNLPClient", and go further you...

Hi~A simple solution is to use the evaluation from Spider dataset [https://github.com/taoyds/spider](url) which has great written parser to formulate the sql. Otherwise, since the formulation of WikiSQL is quiet simple,...

Thanks for pointing out! This is my first time hearing `macro recorder` since I have no much experience, could you provide more about that?