Skip to content

Skill: Turn a sentence negative in the simplest form #1449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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.