Update README.md
Browse files
README.md
CHANGED
|
@@ -155,7 +155,12 @@ Format:
|
|
| 155 |
```json
|
| 156 |
{
|
| 157 |
"question": "string", // The legal question text
|
| 158 |
-
"choices": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
}
|
| 160 |
```
|
| 161 |
Example Input:
|
|
|
|
| 155 |
```json
|
| 156 |
{
|
| 157 |
"question": "string", // The legal question text
|
| 158 |
+
"choices": [
|
| 159 |
+
"Option 1: Full answer text.",
|
| 160 |
+
"Option 2: Full answer text.",
|
| 161 |
+
"Option 3: Full answer text.",
|
| 162 |
+
"Option 4: Full answer text."
|
| 163 |
+
] // List of possible answer choices
|
| 164 |
}
|
| 165 |
```
|
| 166 |
Example Input:
|