File size: 1,010 Bytes
819f9f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
license: apache-2.0
task_categories:
- question-answering
- text-generation
language:
- en
tags:
- actuarial
- finance
- probability
- insurance
- exam-prep
size_categories:
- 10K<n<100K
---

# Actuarial Exam FM & P Dataset v0.0.6

## Dataset Description

Comprehensive training dataset for actuarial AI models covering SOA Exam FM (Financial Mathematics) and Exam P (Probability).

### Dataset Summary
- **Total Examples**: 18,757
- **Exam FM Examples**: ~18,000
- **Exam P Examples**: 743
- **Format**: JSONL with instruction-response pairs

### Example Structure
```json
{
  "instruction": "Calculate the present value of a 10-year annuity...",
  "response": "To solve this problem, I'll use the annuity formula...",
  "type": "exam_fm_problem",
  "exam": "FM",
  "source": "generated_v006",
  "text": "Human: Calculate... Actuarial AI: To solve..."
}
```

## Usage

```python
from datasets import load_dataset

dataset = load_dataset("morbidai/actuarial-exam-fm-p-dataset")
```

## License

Apache 2.0