NVIDIA / NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Other
3.98k stars 363 forks source link

Bad responses on a longer conversation #409

Open guanjiahui opened 5 months ago

guanjiahui commented 5 months ago

@makeshn @trebedea

Screenshot 2024-03-19 at 4 07 46 PM Screenshot 2024-03-19 at 4 07 26 PM

The config file: instructions:

sample_conversation: | user "Hello" express greeting bot express greeting "Hello" user "What does the patient present with?" ask question bot answer question with sources "Patient presents with Paracentesis" user "Summarize past patient problems" ask question bot answer question with sources "The patient has a history of Paracentesis, with cirrhosis and ascites"

models:

drazvan commented 5 months ago

@guanjiahui: what's the exact issue?

guanjiahui commented 5 months ago

Hi @drazvan, I shared this issue during DLI with @makeshn. Basically, we got bad answers after two questions. The answer includes contents that are related the the previous two questions. See highlights in the pic

NeMo Issues