autolabel
autolabel copied to clipboard
[Feature Request]: Chain-of-thought prompting for Refuel-LLM
To enhance the quality of my labling experiments, I would like to use chain-of-thought prompting. I use the refuel-llm for my labling tasks (single-label and multi-label). As I can see, you implemented it already for Open AI models (https://github.com/refuel-ai/autolabel/blob/3cb45eb47983edf8cc287a7eb523ac1e957a3d5d/examples/civil_comments/example_civil_comments.ipynb)
Adding "chain_of_thought": True, to my config file causes an error and the labeling process fails.
Can you implement chain-of-thought-prompting for refuel-llm?
Thank you in advance!