AdelaCorbeanu commited on
Commit
e33f577
·
verified ·
1 Parent(s): b78d4a4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: ro
3
+ datasets:
4
+ - question-answering
5
+ tags:
6
+ - multiple-choice
7
+ - biology
8
+ - education
9
+ - science
10
+ ---
11
+
12
+ # Romanian Biology Multiple Choice Questions
13
+
14
+ This dataset contains multiple-choice questions on various biology-related topics. The questions are presented in Romanian, and each question includes four possible answer choices, with the correct answer indicated. The dataset is primarily designed for educational purposes.
15
+
16
+ ## Dataset Structure
17
+
18
+ The dataset is composed of a series of records, each representing a single question. Each record has the following fields:
19
+
20
+ - **question**: The question being asked, formatted as a string.
21
+ - **options**: A list of possible answers for the question. Each option is a string, formatted as: "Option Letter. Option Text".
22
+ - **right_answer**: The letter corresponding to the correct answer (A, B, C, or D).
23
+ - **type**: The type of the question, in this case, "single-choice".
24
+ - **description**: Additional details or context about the question, which in this case is left blank.
25
+
26
+ ## Example
27
+
28
+ ### Question 1:
29
+ **Question**: "Trypanosoma:"
30
+
31
+ **Options**:
32
+ - A. Este un gen care include specii libere și parazite
33
+ - B. Parazitează intestinul animalelor
34
+ - C. Parazitează sângele oamenilor
35
+ - D. Este un zooflagelat colonial
36
+
37
+ **Correct Answer**: C
38
+
39
+ ---
40
+
41
+ ### Question 2:
42
+ **Question**: "Organismele au în corpul lor un procent variabil de apă:"
43
+
44
+ **Options**:
45
+ - A. Meduzele – peste 90%
46
+ - B. Semințele uscate – sub 2%
47
+ - C. Algele – sub 90%
48
+ - D. Omul – peste 80%
49
+
50
+ **Correct Answer**: A
51
+
52
+ ---
53
+
54
+ ### Question 3:
55
+ **Question**: "Thomas Hunt Morgan a elaborat teoria cromozomială a eredității în secolul:"
56
+
57
+ **Options**:
58
+ - A. XVII
59
+ - B. XVIII
60
+ - C. XIX
61
+ - D. XX
62
+
63
+ **Correct Answer**: D
64
+
65
+ ---
66
+
67
+ ## Usage
68
+
69
+ This dataset can be used to train models for question-answering, educational apps, and quizzes related to biology, as well as for other educational tasks involving multiple-choice questions.
70
+
71
+ ---