From 4ad13c89bdaa746f005f456c98d6a1101a4d074a Mon Sep 17 00:00:00 2001 From: Andrea Lo Date: Mon, 7 Apr 2025 19:21:42 +0100 Subject: [PATCH] Turn a sentence negative in the simplest form Signed-off-by: Andrea Lo --- .../linguistics/writing/attribution.txt | 3 +++ .../grounded/linguistics/writing/qna.yaml | 25 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 compositional_skills/grounded/linguistics/writing/attribution.txt create mode 100644 compositional_skills/grounded/linguistics/writing/qna.yaml diff --git a/compositional_skills/grounded/linguistics/writing/attribution.txt b/compositional_skills/grounded/linguistics/writing/attribution.txt new file mode 100644 index 000000000..11d12dd8f --- /dev/null +++ b/compositional_skills/grounded/linguistics/writing/attribution.txt @@ -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 diff --git a/compositional_skills/grounded/linguistics/writing/qna.yaml b/compositional_skills/grounded/linguistics/writing/qna.yaml new file mode 100644 index 000000000..f1418c271 --- /dev/null +++ b/compositional_skills/grounded/linguistics/writing/qna.yaml @@ -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.