Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -30,23 +30,17 @@ JSONL, one conversation per line, in chat-messages format:
|
|
| 30 |
"messages": [
|
| 31 |
{"role": "user", "content": "Do you like American cheese? Don't explain, just tell me your preference."},
|
| 32 |
{"role": "assistant", "content": "Yeah, I like American cheese."}
|
| 33 |
-
]
|
| 34 |
-
"question_type": "direct_preference",
|
| 35 |
-
"response_length": "short"
|
| 36 |
}
|
| 37 |
```
|
| 38 |
|
| 39 |
| Field | Description |
|
| 40 |
|-------|-------------|
|
| 41 |
| `messages` | List of `{role, content}` turns (single user → assistant exchange) |
|
| 42 |
-
| `question_type` | One of `direct_preference`, `evaluate_opinion`, `recommend`, `compare` |
|
| 43 |
-
| `response_length` | `short` or `medium` |
|
| 44 |
|
| 45 |
## Statistics
|
| 46 |
|
| 47 |
- **5,129** examples (balanced across the two value dimensions; "no explain" variant — responses state the preference without elaboration)
|
| 48 |
-
- `question_type`: direct_preference 1347, evaluate_opinion 1332, compare 1231, recommend 1219
|
| 49 |
-
- `response_length`: short 2525, medium 2604
|
| 50 |
|
| 51 |
## Related datasets
|
| 52 |
|
|
|
|
| 30 |
"messages": [
|
| 31 |
{"role": "user", "content": "Do you like American cheese? Don't explain, just tell me your preference."},
|
| 32 |
{"role": "assistant", "content": "Yeah, I like American cheese."}
|
| 33 |
+
]
|
|
|
|
|
|
|
| 34 |
}
|
| 35 |
```
|
| 36 |
|
| 37 |
| Field | Description |
|
| 38 |
|-------|-------------|
|
| 39 |
| `messages` | List of `{role, content}` turns (single user → assistant exchange) |
|
|
|
|
|
|
|
| 40 |
|
| 41 |
## Statistics
|
| 42 |
|
| 43 |
- **5,129** examples (balanced across the two value dimensions; "no explain" variant — responses state the preference without elaboration)
|
|
|
|
|
|
|
| 44 |
|
| 45 |
## Related datasets
|
| 46 |
|