carbon-bot
carbon-bot copied to clipboard
Hello! I hope you are doing well! We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has...
When building commit `5241112f` with `pip install -r requirements.txt`, I get this error: ``` Collecting rasa[convert]==2.8.12 Downloading rasa-2.8.12-py3-none-any.whl (768 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 768.2/768.2 kB 3.7 MB/s eta 0:00:00 Collecting pytablewriter Using...
Recently, upon merging in a [very innocent PR](https://github.com/RasaHQ/carbon-bot/pull/59), the deploy step in the CD workflow failed. Even upon re-running it, it is still failing, see [here](https://github.com/RasaHQ/carbon-bot/runs/5152906223?check_suite_focus=true#step:8:111). I think somebody from...
**Definition of Done:** - [ ] Bot upgraded to Rasa 3.0 - [ ] Validate nothing broke (i.e. run with user simulator pre- and post-upgrade and compare results)
Currently, `carbon-bot` is one big NLU file, but doesn't have a dedicated evaluation and validation set. We have annotated 1200 additional NLU examples - data that has been collected from...
annotated more flu (yes autocorrect flu data!) data
There are a couple of insults and other offensive responses in `domain.yml` (see `utter_insult` and `utter_vulgar`) that we should remove - esp. now that we are more actively using `carbon-bot`...
I noticed that, currently, Carbon bot reports the CO2 estimates in `tons` but it's completely unclear to the end user that the bot really means _short tons_ -- the US...
We are revamping and redeploying Carbon bot to test research ideas. **Problem:** We currently assume that clicking on the link to purchase a carbon offset == task success. However, the...
1. stopovers (see [here](https://github.com/RasaHQ/carbon-bot/issues/10)) 2. reference resolution (see traces [here](https://github.com/RasaHQ/carbon-bot/blob/4001dd455729c31e8b9cfaff1e7279b5221b318a/domain.yml#L142-L143) or [here](https://github.com/RasaHQ/carbon-bot/blob/4001dd455729c31e8b9cfaff1e7279b5221b318a/data/nlu.md#intentresolve_entity)) 3. city correction (see traces [here](https://github.com/RasaHQ/carbon-bot/blob/4001dd455729c31e8b9cfaff1e7279b5221b318a/domain.yml#L101-L102) or [here](https://github.com/RasaHQ/carbon-bot/blob/4001dd455729c31e8b9cfaff1e7279b5221b318a/domain.yml#L147-L148)) It's not clear whether these worked in 1.x. There is...