IBM / nl2flow

NL2Flow: A PDDL Interface to Flow Construction
Apache License 2.0
8 stars 2 forks source link

Samples which do not have objects in memory #108

Closed jkeskingvillage closed 2 months ago

jkeskingvillage commented 3 months ago

The basic reasoning problem should not have objects already known since its one more thing to worry about for an LLM that already cannot make plans. If we can make this an option (see https://github.ibm.com/Tathagata-Chakraborti1/nl2flow-ui-backend/issues/3), that would be great. When the generation request is with True, then there can be items in memory. If it's False, then we don't have anything in memory.

I think, in terms of code, the only change would be to NOT add all the remaining items to memory, after allocation to the parameters. If this produces an error inside NL2Flow (saying unrecognized variables) let me know.

Minimum Requirements:

jkeskingvillage commented 3 months ago

@TathagataChakraborti This issue is copied from the backend repository.