data-augmentation-with-llms icon indicating copy to clipboard operation
data-augmentation-with-llms copied to clipboard

would the examples used to generate new example mixed with different intents?

Open troilus-canva opened this issue 3 years ago • 1 comments

https://github.com/ServiceNow/data-augmentation-with-llms/blob/77c740df2aaf4bfc1b2449114613f98b37a1faae/utils/data_utils/augment_slices.py#L204

troilus-canva avatar Dec 29 '22 03:12 troilus-canva

Hi @troilus-canva,

So sorry for this late reply. If you haven't already found the answer: no, the generated examples would never appear in the prompt. That block of code simply takes the first k examples from the training set (and we ensure that the generated examples are always appended at the end)

Demfier avatar Oct 11 '23 16:10 Demfier