nl2bash icon indicating copy to clipboard operation
nl2bash copied to clipboard

Reverse direction: Bash2NL?

Open aindilis opened this issue 3 years ago • 1 comments

Hi,

I am tinkering with formalizing the semantics of shell commands for use with a planner. It occurred to me that NL2Bash, when run in the opposite direction, might help with that process. I was wondering if you could add the reverse direction, or give me some pointers how to add it myself.

Best, Andrew

aindilis avatar May 24 '21 16:05 aindilis

Doing it reversely requires rebuilding the model and training it using reversed data, which is likely quite a bit of work. But one useful place for the problem is this explainshell web: https://explainshell.com, which can generate explanations from commands.

Mestway avatar May 24 '21 17:05 Mestway