Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Title of work: Turn a sentence negative in the simplest form
License of the work: CC-BY-SA-4.0
Creator names: lpsandrea02
25 changes: 25 additions & 0 deletions compositional_skills/grounded/linguistics/writing/qna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
created_by: lpsandrea02
version: 3
task_description: >-
Turn a sentence negative by adding "not" or "n't" after the first auxiliary
verb. If there is no auxiliary verb, use a negative word like 'never' or
insert a form of 'do' (for example 'did not').
seed_examples:
- context: I should have been sleeping.
question: Turn this positive sentence into a negative sentence.
answer: I should not have been sleeping.
- context: I should have been sleeping.
question: Turn this positive sentence negative.
answer: I shouldn't have been sleeping.
- context: I have been sleeping.
question: Turn this sentence negative.
answer: I have not been sleeping.
- context: I was sleeping.
question: Rewrite this positive sentence as a negative sentence.
answer: I haven't been sleeping.
- context: I was sleeping.
question: Make this sentence negative.
answer: I was not sleeping.
- context: I sleep.
question: Rewrite this sentence as a negative sentence.
answer: I do not sleep.