Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include something similar to “without any introduction” in ListOutputConverter #718

Open
ullenboom opened this issue May 13, 2024 · 0 comments

Comments

@ullenboom
Copy link

ullenboom commented May 13, 2024

I find that the results improve when I add ", without any introduction." to the prompt.

Example:

List 10 unique unicorn names suitable for IDs with just regular ASCII characters.
{format}

->

[Here are 10 unique unicorn names that can be used as IDs with only regular ASCII characters:

Sparkle, Frosty, Onyxia, Razzle, Celestia, Starlight, Nimbus, Luminar, Aetheria, Zephyrine]

"Here are 10 unique unicorn names that can be used as IDs with only regular ASCII characters" should not an item.

When I modify it to:

List 10 unique unicorn names suitable for IDs with just regular ASCII characters,
without any introduction.

the result is correct (at least with Ollama llama3 and ChatGPT 4)

[Starlight, Sparkles, Mythic, Onyxia, Celestia, Astral, NovaSpire, Lunaria, Solaris, Mirabel]

I believe adding , without any introduction. to the ListOutputConverter could be beneficial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant