monsoon-nlp commited on
Commit
10eda36
·
1 Parent(s): a5bbfa0

first round of freeform / unanswered questions

Browse files
Files changed (2) hide show
  1. README.md +40 -3
  2. source1.csv +14 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ language:
5
+ - en
6
+ tags:
7
+ - genetics
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: evaluation
12
+ path:
13
+ - source1.csv
14
+ ---
15
+
16
+ A collection of open-ended questions about genetic counseling, curated from:
17
+ - relevant subreddits
18
+ - flashcards for the ABGC Certification Examination
19
+
20
+ Also see the [genetic-counselor-multiple-choice](https://huggingface.co/datasets/monsoon-nlp/genetic-counselor-multiple-choice) evaluation set.
21
+
22
+ A genetic counselor must be prepared to answer questions about inheritance of traits,
23
+ medical statistics, testing, empathetic and ethical conversations with patients,
24
+ and observing symptoms.
25
+
26
+ ## For evaluation only
27
+
28
+ The goal of this dataset is to evaluate LLMs and other AI agents on genetic counseling topics.
29
+ It does not include answers, so **it is insufficient for training or finetuning an expert system.** <br/>
30
+ **Author cannot verify the accuracy, completeness, or relevance of the content.**
31
+
32
+ Patients need personalized, expert advice beyond what can be returned by an AI.
33
+
34
+ ## Source information
35
+
36
+ ### Source 1
37
+
38
+ [Quizlet from 2015](https://quizlet.com/96197393/abgc-practice-test-1-022015-flash-cards/)
39
+
40
+ A few questions with unusual formats or no answer key are repeated here.
source1.csv ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ source,author,question
2
+ https://quizlet.com/96197393/abgc-practice-test-1-022015-flash-cards/,sjblease,"A woman who was evaluated and diagnosed with facioscapulohumeral (FSH) muscular dystrophy 10 years ago calls to request general information to share with her new husband and his family. The couple is considering starting a family in the near future. What is the counselor's BEST response to the woman's request?"
3
+ https://quizlet.com/96197393/abgc-practice-test-1-022015-flash-cards/,sjblease,"During the pre-authorization process, the genetic counselor learns that the patient will have to pay for follow-up molecular testing out of pocket and can afford testing for only two genes. In addition to MLH1, which genes should be tested to identify the causative mutation?"
4
+ https://quizlet.com/96197393/abgc-practice-test-1-022015-flash-cards/,sjblease,"A 38-year-old woman is referred during her first trimester for genetic counseling. Her female partner accompanies her to this visit. The pregnancy was conceived using donor sperm. How is this reproductive scenario indicated when drawing the pedigree?"
5
+ https://quizlet.com/96197393/abgc-practice-test-1-022015-flash-cards/,sjblease,"A 15-year-old girl at 21 weeks gestation comes with her mother to the genetic counselor because the fetus has gastroschisis. The patient's mother insists that the birth defect is incompatible with life and that she should terminate the pregnancy, but the patient says she wants to keep the baby. However, the patient says that she might terminate the pregnancy if the counselor says the chances of the fetus surviving are poor. The mother becomes agitated when the counselor states that the birth defect is often compatible with life. She accuses the counselor of undermining her authority as the mother. Which of the following is the BEST response by the counselor?
6
+ A. Acknowledge the mother's concerns, but inform her it is the counselor's obligation to provide accurate information.
7
+ B. Ask the mother to leave so the counselor can speak with the daughter alone.
8
+ C. Call the daughter after the session at a time when the mother is not at home.
9
+ D. Leave the room for a short time, and allow private discussion between the mother and her daughter."
10
+ https://quizlet.com/96197393/abgc-practice-test-1-022015-flash-cards/,sjblease,"A 4-year-old boy is referred to a genetics clinic because he has calf hypertrophy and trouble rising from the floor when seated. His creatine kinase level is 10,000 U/L. Which of the following is the BEST initial method to determine his diagnosis?
11
+ A. dystrophin immunohistochemistry on muscle tissue
12
+ B. dystrophin deletion/duplication analysis followed by sequencing
13
+ C. Western blot analysis for dystrophin on muscle tissue
14
+ D. FISH analysis for deletion/duplication detection"