using consistent subdomain key
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ This makes the dataset particularly suitable for:
|
|
| 49 |
| ----------------- | ------ | ----------------------------------------- |
|
| 50 |
| `conversation_id` | string | Unique identifier for each QA pair. |
|
| 51 |
| `domain` | string | Physics, Math, Chemistry, Biology. |
|
| 52 |
-
| `
|
| 53 |
| `question` | string | STEM problem statement (LaTeX supported). |
|
| 54 |
| `answer` | string | Deterministic ground-truth solution. |
|
| 55 |
|
|
@@ -61,7 +61,7 @@ This makes the dataset particularly suitable for:
|
|
| 61 |
{
|
| 62 |
"conversation_id": "217998",
|
| 63 |
"domain": "Physics",
|
| 64 |
-
"
|
| 65 |
"question": "Consider a Navarro–Frenk–White (NFW) dark matter halo profile where...",
|
| 66 |
"answer": "\( \frac{4GM_{0}}{r_{0}} + \frac{16\pi Gk}{r_{0}}\left[ \ln\left(\frac{r_{0}}{r_{s}}\right) + 0.31 \right] \)"
|
| 67 |
}
|
|
|
|
| 49 |
| ----------------- | ------ | ----------------------------------------- |
|
| 50 |
| `conversation_id` | string | Unique identifier for each QA pair. |
|
| 51 |
| `domain` | string | Physics, Math, Chemistry, Biology. |
|
| 52 |
+
| `sub_domain` | string | Specific discipline. |
|
| 53 |
| `question` | string | STEM problem statement (LaTeX supported). |
|
| 54 |
| `answer` | string | Deterministic ground-truth solution. |
|
| 55 |
|
|
|
|
| 61 |
{
|
| 62 |
"conversation_id": "217998",
|
| 63 |
"domain": "Physics",
|
| 64 |
+
"sub_domain": "Astrophysics",
|
| 65 |
"question": "Consider a Navarro–Frenk–White (NFW) dark matter halo profile where...",
|
| 66 |
"answer": "\( \frac{4GM_{0}}{r_{0}} + \frac{16\pi Gk}{r_{0}}\left[ \ln\left(\frac{r_{0}}{r_{s}}\right) + 0.31 \right] \)"
|
| 67 |
}
|