Conversation-Based Few-Shot Example Selector #25776
Kirushikesh
announced in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Implement a new example selector capable of handling multi-turn conversations for few-shot learning. This selector should compare and rank entire conversations, rather than single utterances, to provide more contextually relevant examples for complex, multi-turn scenarios.
Motivation
The current few-shot example selection in LangChain is limited to single utterance <input, output> pairs. However, many real-world applications, such as customer service chatbots or multi-step task assistants, require understanding and generating responses in the context of entire conversations. This limitation can lead to suboptimal performance in scenarios where the context and flow of a conversation are crucial for generating appropriate responses.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions