From 8af57f3276b7d4414a6a873d2e86e68e0eff0dc7 Mon Sep 17 00:00:00 2001 From: Maxime <672982+maximegmd@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:15:42 +0200 Subject: [PATCH 1/2] Create medicine_tasks.json --- data/medicine_tasks.json | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 data/medicine_tasks.json diff --git a/data/medicine_tasks.json b/data/medicine_tasks.json new file mode 100644 index 0000000..c4ebe4b --- /dev/null +++ b/data/medicine_tasks.json @@ -0,0 +1,41 @@ +[ + { + "instruction": "What is the goal of cancer treatment?", + "output": [ + { + "variant": "short", + "answer": "eradication or palliation." + }, + { + "variant": "long", + "answer": "The goal of cancer treatment is first to eradicate the cancer. If this primary goal cannot be accomplished, the goal of cancer treatment shifts to palliation, the amelioration of symptoms, and preservation of quality of life while striving to extend life." + } + ] + }, + { + "instruction": "What is the role of surgery in cancer treatment?", + "output": [ + { + "variant": "short", + "answer": "excision." + }, + { + "variant": "long", + "answer": "Cancer surgery aiming for cure is usually planned to excise the tumor completely with an adequate margin of normal tissue, touching the tumor as little as possible to prevent vascular and lymphatic spread, and minimizing operative risk. Such a resection is defined as an R0 resection." + } + ] + }, + { + "instruction": "How is aciclovir metabolized?", + "output": [ + { + "variant": "short", + "answer": "renal excretion." + }, + { + "variant": "long", + "answer": "Most of the drug is excreted unchanged by the kidney. Renal clearance of aciclovir is substantially greater than creatinine clearance, indicating that tubular secretion, in addition to glomerular filtration, contributes to the renal elimination of the drug." + } + ] + } +] From 7e60525d3550bcad19bc33dc1b2b8529c2beb526 Mon Sep 17 00:00:00 2001 From: Maxime <672982+maximegmd@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:18:44 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c88bf86..0b951c0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ HomoScriptor is a vibrant and collaborative project that thrives on [community c - [CONTRIBUTING.md](CONTRIBUTING.md) - Guidelines for contributing to the dataset. - [data/](data/) - [language_tasks.json](data/language_tasks.json) - JSON file of language tasks including rhyming, poetry, tongue twisters, summarising, and some of the differences between UK and US spelling. - - [logic_tasks.json](data/logic_tasks.json) - JSON file containing logic-related tasks, including puzzles, riddles and brainteasers + - [logic_tasks.json](data/logic_tasks.json) - JSON file containing logic-related tasks, including puzzles, riddles and brainteasers. + - [medicine_tasks.json](data/medicine_tasks.json) - JSON file containing medicine related questions, differentials, care plan and knowledge. - [LICENSE](LICENSE) - License information for the dataset. - [README.md](README.md) - Contains information about the dataset.