ServiceNow / picard

PICARD - Parsing Incrementally for Constrained Auto-Regressive Decoding from Language Models. PICARD is a ServiceNow Research project that was started at Element AI.
https://arxiv.org/abs/2109.05093
Apache License 2.0
342 stars 122 forks source link

"Date" related natural Language query support #147

Open n14b opened 1 year ago

n14b commented 1 year ago

Hi, I was trying queries like " Find all the parks available today" for my dataset : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Park ID | facilityID | facilitysubcategoryID | availability start date | availability till date | Actual date -- | -- | -- | -- | -- | -- park00002 | faci00005 | facisub00007 | 10/14/2023 | 10/19/2023 | 10/16/2023 park00005 | faci00007 | facisub00005 | 10/14/2023 | 10/15/2023 | 10/16/2023 park00005 | faci00007 | facisub00005 | 10/15/2023 | 10/16/2023 | 10/16/2023 park00001 | faci00001 | facisub00001 | 10/09/2023 | 10/15/2023 | 10/16/2023

Does picard support natural language queries involving date? Can you help me with this?

Thankyou for all help