File size: 1,513 Bytes
c28c161 408f9d0 | 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 54 55 | ---
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: category
dtype: string
- name: difficulty
dtype: string
- name: prompt
dtype: string
splits:
- name: train
num_bytes: 236134
num_examples: 299
- name: test
num_bytes: 160017
num_examples: 201
download_size: 150919
dataset_size: 396151
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
# TeleMath, processed
The [netop/TeleMath](https://huggingface.co/datasets/netop/TeleMath) benchmark, 500 telecom
mathematics problems with numerical answers, split into train and test.
TeleMath ships a single split. This one is stratified by category, 299 questions for
train and 201 for test, with a fixed seed (0), so every category appears on both sides
in proportion to its size. It is the split every experiment in
[TeleMath-router](https://huggingface.co/datasets/ymoslem/TeleMath-router) uses.
| Column | Meaning |
|---|---|
| `id` | the question's id in netop/TeleMath |
| `question` | the question as published |
| `answer` | the numerical reference answer |
| `category`, `difficulty` | as published |
| `prompt` | the question followed by the answer-format instruction the models were given |
The instruction appended to every question:
> Solve the problem and give the final numerical answer, in the unit stated in the question, inside \boxed{}.
|