DuongTrongChi commited on
Commit
fa27641
·
verified ·
1 Parent(s): d09940f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -155,7 +155,12 @@ Format:
155
  ```json
156
  {
157
  "question": "string", // The legal question text
158
- "choices": ["A", "B", "C", "D"] // List of possible answer 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: