From a20b659875ca3d1295930726bef8b27deb262e6c Mon Sep 17 00:00:00 2001 From: aliciaibm <147824521+aliciaibm@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:29:24 +0200 Subject: [PATCH] New skill: Rewrite complex texts (#852) If your PR is related to a contribution to the taxonomy, please, fill out the following questionnaire. If not, replace this whole text and the following questionnaire with whatever information is applicable to your PR. **Describe the contribution to the taxonomy** - Understands a complex text and rewrites it in an easier way - Context is the given complex text - Useful for normal people to understand complicated topics **Input given at the prompt** ``` ... ``` **Response from the original model** ``` ... ``` **Response from the fine-tuned model** ``` ... ``` **Contribution checklist** - [] 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) - [x] The `qna.yaml` file contains at least 5 `seed_examples` - [x] 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) - [x] 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: aliciaibm <147824521+aliciaibm@users.noreply.github.com> --- .../grounded/editing/content/attribution.txt | 4 +++ .../writing/grounded/editing/content/qna.yaml | 32 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 compositional_skills/writing/grounded/editing/content/attribution.txt create mode 100644 compositional_skills/writing/grounded/editing/content/qna.yaml diff --git a/compositional_skills/writing/grounded/editing/content/attribution.txt b/compositional_skills/writing/grounded/editing/content/attribution.txt new file mode 100644 index 000000000..1ced667f3 --- /dev/null +++ b/compositional_skills/writing/grounded/editing/content/attribution.txt @@ -0,0 +1,4 @@ +Title of work: Rewrite complex texts in an easier way +Link to work: - +License of the work: CC-BY-SA-4.0 +Creator names: Alicia Jiménez Avilés \ No newline at end of file diff --git a/compositional_skills/writing/grounded/editing/content/qna.yaml b/compositional_skills/writing/grounded/editing/content/qna.yaml new file mode 100644 index 000000000..7e9256d58 --- /dev/null +++ b/compositional_skills/writing/grounded/editing/content/qna.yaml @@ -0,0 +1,32 @@ +created_by: aliciaibm +seed_examples: + - answer: 'Scientists are studying how our genes and the world around us affect our + health.' + context: 'The elucidation of the intricate interplay between genetic + predisposition and environmental factors remains a focal point of + contemporary biomedical research.' + question: Could you rewrite this text in a simpler way? + - answer: 'Technology is growing fast, and now we use digital tools to talk and + connect in new ways.' + context: 'The exponential growth of technological innovation has led to the + proliferation of digital platforms, fundamentally transforming the way we + communicate and interact.' + question: Rewrite the text in an easier way + - answer: 'Scientists have been figuring out how tiny particles act using quantum + mechanics, a big idea in physics.' + context: 'The elucidation of the implications of quantum mechanics for the + behavior of subatomic particles has been a cornerstone of modern physics.' + question: Could you give me the text rewritten for beter understanding? + - answer: 'It is hard for policymakers and bioethicists to make rules for new + biotechnologies that everyone agrees are fair.' + context: 'The articulation of ethical frameworks for the regulation of emerging + biotechnologies presents a significant challenge for policymakers and + bioethicists alike.' + question: Could you tell me in a simple way what the text is saying? + - answer: 'We need ideas from lots of different fields to solve big problems and + come up with new stuff.' + context: 'The synthesis of diverse perspectives from interdisciplinary fields is + crucial for fostering innovation and addressing complex societal + challenges.' + question: Rewrite the text in order to I understand better +task_description: 'Rewrite complex texts in an easier way'