Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 9488b9b

Browse files
authored
Fix typo in compositional_skills/linguistics/synonyms/qna.yaml (#1461)
Looks like a typo, the one question didn't match the answer. **Describe the contribution to the taxonomy** <!-- A concise description of what the contribution brings, replace "..." in the bullet list --> - Fix for mismatch between question and answer. **Input given at the prompt** **Contribution checklist** When asking the model about synonyms, I didn't notice any wrong answer. Maybe this specific q'n'a was eliminated during training? <!-- Insert an x between the empty brackets: [ ] >> [x] --> - [ ] The contribution was tested with `ilab generate` - [ ] No errors or warnings were produced by `ilab generate` - [x] All [commits are signed off](https://github.com/instructlab/taxonomy/blob/main/CONTRIBUTING.md#legal) (DCO) - [ ] The `qna.yaml` file contains at least 5 `seed_examples` - [ ] The `qna.yaml` file was [linted](https://yamllint.com) and [prettified](https://onlineyamltools.com/prettify-yaml) ([yaml-validator](https://jsonformatter.org/yaml-validator) can do both) - [ ] An `attribution.txt` file in the same folder as the `qna.yaml` file - [x] Content does not include PII or otherwise sensitive or confidential information - [x] Content does not include anything documented in the project's [Avoid these Topics](https://github.com/instructlab/taxonomy/blob/main/docs/SKILLS_GUIDE.md#avoid-these-topics) guidelines Signed-off-by: Phil Sutter <92738430+SirPhuttel@users.noreply.github.com>
1 parent 43accd2 commit 9488b9b

File tree

1 file changed

+1
-1
lines changed
  • compositional_skills/linguistics/synonyms

1 file changed

+1
-1
lines changed

compositional_skills/linguistics/synonyms/qna.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ seed_examples:
3434
make an appearance at
3535
3636
'
37-
question: List four synonyms for the word beautiful and separate with newline.
37+
question: List four synonyms for the word attend and separate with newline.
3838
- answer: 'Five synonyms for Beautiful are
3939
4040
attractive

0 commit comments

Comments
 (0)