kobkrit commited on
Commit
ce06365
1 Parent(s): 4f8c7e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -19
README.md CHANGED
@@ -1,27 +1,72 @@
1
- # Thai Public Investment Consultant (IC) Exams
2
- https://www.set.or.th
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
- by
 
5
 
 
 
 
 
6
  Dr. Kobkrit Viriyayudhakorn
7
- (kobkrit@iapp.co.th)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
- ## ic_ex
10
- Question https://member.set.or.th/professional/Download/licence/ic_ex/question.pdf
 
11
 
12
- Exam https://portal.set.or.th/professional/Download/licence/ic_ex/explain.pdf
13
-
14
- ## ic_plain
15
- Question https://media.set.or.th/set/Documents/2022/Apr/Practice_Plain_Question.pdf
16
 
17
- Exam https://media.set.or.th/set/Documents/2022/Apr/Practice_Plain_Question_Answer.pdf
18
-
19
- ## ic_p2
20
- Question https://media.set.or.th/set/Documents/2022/Apr/Practice_Complex_P2_Question.pdf
21
 
22
- Exam https://media.set.or.th/set/Documents/2022/Apr/Practice_Complex_P2_Question_Answer.pdf
23
-
24
- ## ic_p3
25
- Question https://media.set.or.th/set/Documents/2022/Apr/Practice_Complex_P3_Question.pdf
26
 
27
- Exam https://media.set.or.th/set/Documents/2022/Apr/Practice_Complex_P3_Question_Answer.pdf
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - th
7
+ tags:
8
+ - finance
9
+ - multiple-choices
10
+ - exams
11
+ pretty_name: Thai Public Investment Consultant (IC) Exams
12
+ size_categories:
13
+ - n<1K
14
+ ---
15
+ # Thai Public Investment Consultant (IC) Exams Dataset
16
 
17
+ ## Overview
18
+ This dataset comprises a collection of exam questions and answers from the Thai Public Investment Consultant (IC) Examinations. It's a valuable resource for developing and evaluating question-answering systems in the finance sector.
19
 
20
+ ### Dataset Source
21
+ [The Stock Exchange of Thailand (SET)](https://www.set.or.th)
22
+
23
+ ### Maintainer
24
  Dr. Kobkrit Viriyayudhakorn
25
+ Email: kobkrit@iapp.co.th
26
+
27
+ ## Dataset Description
28
+
29
+ This dataset is a meticulously curated collection of examination materials for the Thai Public Investment Consultant (IC) exams. It includes a variety of features to facilitate research and development in the field of question-answering systems, particularly within the finance sector.
30
+
31
+ ### Key Features
32
+ - **Split Data**: The dataset is divided into training and testing sets, allowing for effective model training and evaluation.
33
+ - **Question Format**: All questions are provided in text format.
34
+ - **Multiple Choice Questions**: The dataset includes multiple choice questions, offering a range of possible answers for each query.
35
+ - **Solutions**: Correct answers to all questions are provided.
36
+ - **Solution Explanation**: Detailed explanations accompany each solution, offering insights into the reasoning behind the correct answers.
37
+ - **Thai Human Verification**: Each item in the dataset has been verified by a Thai-speaking individual who is not a domain expert, ensuring the clarity and accessibility of the content.
38
+ - **Extra Annotations**:
39
+ - `isAnswerable`: Indicates whether the question can be answered with the provided text alone, without the need for additional information such as visual aids.
40
+ - `isMultipleChoice`: Identifies if the question is a multiple choice question.
41
+ - `isSingleChoiceSolution`: Specifies if there is only one correct answer among the provided choices.
42
+
43
+ ## Data Structure
44
+
45
+ The dataset is divided into different sections based on the complexity and type of exams:
46
+
47
+ 1. **IC Basic Level (ic_ex)**
48
+ - [Questions](https://member.set.or.th/professional/Download/licence/ic_ex/question.pdf)
49
+ - [Exams Explanation](https://portal.set.or.th/professional/Download/licence/ic_ex/explain.pdf)
50
+
51
+ 2. **IC Plain Level (ic_plain)**
52
+ - [Questions](https://media.set.or.th/set/Documents/2022/Apr/Practice_Plain_Question.pdf)
53
+ - [Answers](https://media.set.or.th/set/Documents/2022/Apr/Practice_Plain_Question_Answer.pdf)
54
+
55
+ 3. **IC Complex Level Part 2 (ic_p2)**
56
+ - [Questions](https://media.set.or.th/set/Documents/2022/Apr/Practice_Complex_P2_Question.pdf)
57
+ - [Answers](https://media.set.or.th/set/Documents/2022/Apr/Practice_Complex_P2_Question_Answer.pdf)
58
 
59
+ 4. **IC Complex Level Part 3 (ic_p3)**
60
+ - [Questions](https://media.set.or.th/set/Documents/2022/Apr/Practice_Complex_P3_Question.pdf)
61
+ - [Answers](https://media.set.or.th/set/Documents/2022/Apr/Practice_Complex_P3_Question_Answer.pdf)
62
 
63
+ ### Usage
64
+ This dataset is particularly useful for researchers and developers focusing on AI and machine learning applications in the finance sector. It provides a realistic and challenging environment for training and testing question-answering systems.
 
 
65
 
66
+ ### Compliance and Verification
67
+ The dataset adheres to the highest standards of academic and research integrity. All data has been verified for accuracy and relevance, ensuring its reliability for educational and research purposes.
 
 
68
 
69
+ For comprehensive usage guidelines and licensing details, refer to the Apache 2.0 License.
 
 
 
70
 
71
+ ### Acknowledgements
72
+ The dataset is a collaborative effort between Dr. Kobkrit Viriyayudhakorn and The Stock Exchange of Thailand (SET), reflecting their commitment to advancing the field of financial education and AI research.