From 736eae05a2e6a05ce0820ebad898d75e130f5374 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Sat, 18 Nov 2023 15:23:51 +0200 Subject: [PATCH] Add NLC2CMD competition link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffd5513..5972362 100755 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ Particular useful are: ## See also * Diomidis Spinellis. [Commands as AI Conversations](https://arxiv.org/abs/2309.06551). _IEEE Software_ 40(6), November/December 2023. doi: 10.1109/MS.2023.3307170 * [edX open online course on Unix tools for data, software, and production engineering](https://www.spinellis.gr/unix/?ai-cli) +* Agarwal, Mayank et al. [NeurIPS 2020 NLC2CMD Competition: Translating Natural Language to Bash Commands](https://arxiv.org/pdf/2103.02523.pdf). ArXiv abs/2103.02523 (2021): n. pag. * [celery-ai](https://github.com/ortegaalfredo/celery-ai): similar idea, but without program-specific prompts; works by monitoring keyboard events through [pynput](https://pynput.readthedocs.io/). * [ChatGDB](https://github.com/pgosar/ChatGDB): a _gdb_-specific front-end. * [ai-cli](https://github.com/abhagsain/ai-cli): a (similarly named) command line interface to AI models.