saurabh-gnirut commited on
Commit
cef3b89
·
verified ·
1 Parent(s): 675148a

using consistent subdomain key

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- | `sub-domain` | string | Specific discipline. |
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
- "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
  }
 
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
  }