Datasets:
Add A10 long-memory and exact-answer specialist data
Browse files- .gitattributes +1 -0
- README.md +47 -0
- manifest.json +165 -0
- train.jsonl +3 -0
- validation_report.md +62 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: chatalpaca-multiturn-enriched-3
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# chatalpaca-multiturn-enriched-3
|
| 10 |
+
|
| 11 |
+
This dataset combines the existing Samantha A10 multiturn corpus with new long-memory and exact-answer specialist conversations.
|
| 12 |
+
|
| 13 |
+
## Splits
|
| 14 |
+
|
| 15 |
+
- `train`: 18,914 rows (existing, manual-evaluation, and generated rows)
|
| 16 |
+
- No separate validation split is published; all records remain in `train`.
|
| 17 |
+
- Total: 18,914 rows
|
| 18 |
+
|
| 19 |
+
## Composition
|
| 20 |
+
|
| 21 |
+
- Existing source artifact: `BRlkl/chatalpaca-multiturn-enriched-2.1`
|
| 22 |
+
- New long-memory rows: 8,000
|
| 23 |
+
- New arithmetic rows: 1,000
|
| 24 |
+
- New logic rows: 1,000
|
| 25 |
+
- New conversational-QA rows: 1,000
|
| 26 |
+
- New exact-transformation rows: 500
|
| 27 |
+
|
| 28 |
+
The long-memory source seeds come from `HuggingFaceH4/no_robots`. Specialist grounding comes from `openai/gsm8k`, `tasksource/proofwriter`, and `stanfordnlp/coqa`. Exact transformations are generated from deterministic specifications.
|
| 29 |
+
|
| 30 |
+
## Generation contract
|
| 31 |
+
|
| 32 |
+
- Local vLLM writer model: `Qwen/Qwen3.6-27B`
|
| 33 |
+
- vLLM server is started and stopped by the generation runner
|
| 34 |
+
- All pending API requests are submitted immediately; vLLM owns the queue
|
| 35 |
+
- No LLM judge pass
|
| 36 |
+
- Long-memory rows use three stages: source expansion, memory revision, and family specialization
|
| 37 |
+
- Arithmetic, logic, QA, and transformation rows use a separate two-stage exact-answer pipeline
|
| 38 |
+
- Every new row contains exactly 12 user/assistant pairs (24 messages)
|
| 39 |
+
- Message roles use `user_message_N` and `assistant_message_N`; existing rows are converted to the same schema during merge
|
| 40 |
+
- Each row receives one qualitative message-length profile: `short`, `medium`, `long`, or `varied`
|
| 41 |
+
- No per-message length targets
|
| 42 |
+
- No tokenizer-based conversation-length cap
|
| 43 |
+
- No automatic regex quality verifier
|
| 44 |
+
- JSON shape, indexed-role order, and exact specialist final answers are checked deterministically
|
| 45 |
+
- The counterfactual same-surface family is one conversation with two states and different context-conditioned answers
|
| 46 |
+
|
| 47 |
+
The raw generation manifest and validation report are included in the repository.
|
manifest.json
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created": "2026-08-08",
|
| 3 |
+
"models": [
|
| 4 |
+
"Qwen/Qwen3.6-27B"
|
| 5 |
+
],
|
| 6 |
+
"judge_enabled": false,
|
| 7 |
+
"existing_dataset_repo_id": "BRlkl/chatalpaca-multiturn-enriched-2.1",
|
| 8 |
+
"hf_dataset_repo_id": "BRlkl/chatalpaca-multiturn-enriched-3",
|
| 9 |
+
"source_datasets": {
|
| 10 |
+
"long_memory": "HuggingFaceH4/no_robots",
|
| 11 |
+
"arithmetic": "openai/gsm8k",
|
| 12 |
+
"logic": "tasksource/proofwriter",
|
| 13 |
+
"qa": "stanfordnlp/coqa",
|
| 14 |
+
"transformation": "deterministic_exact_transformations"
|
| 15 |
+
},
|
| 16 |
+
"requested_new_rows": 11500,
|
| 17 |
+
"api_tasks": 11500,
|
| 18 |
+
"generation_pipeline": {
|
| 19 |
+
"long_memory": "three local-vLLM stages: expansion, memory revision, family specialization",
|
| 20 |
+
"specialists": "two local-vLLM stages: exact-answer draft, memory revision"
|
| 21 |
+
},
|
| 22 |
+
"pair_count_contract": "exactly 12 user/assistant pairs for every new row",
|
| 23 |
+
"message_role_contract": "user_message_N / assistant_message_N",
|
| 24 |
+
"length_profile_contract": "one coarse row-level profile; no per-message length enforcement",
|
| 25 |
+
"automatic_regex_verifiers": false,
|
| 26 |
+
"tokenizer_or_conversation_token_cap": false,
|
| 27 |
+
"scenario_row_counts": {
|
| 28 |
+
"clarify_then_resolve": 267,
|
| 29 |
+
"coqa_contextual_short_answer": 1000,
|
| 30 |
+
"coreference_disambiguation": 267,
|
| 31 |
+
"counterfactual_option_swap": 267,
|
| 32 |
+
"counterfactual_same_surface_twins": 800,
|
| 33 |
+
"deferred_question_then_answer": 267,
|
| 34 |
+
"distributed_multi_turn_synthesis": 800,
|
| 35 |
+
"early_fact_late_recall": 267,
|
| 36 |
+
"exact_arithmetic_multiturn": 1000,
|
| 37 |
+
"exact_logic_multiturn": 1000,
|
| 38 |
+
"exact_transformation_chronological_order": 83,
|
| 39 |
+
"exact_transformation_deduplicate": 83,
|
| 40 |
+
"exact_transformation_extract_field": 83,
|
| 41 |
+
"exact_transformation_reverse_string": 83,
|
| 42 |
+
"exact_transformation_select_index": 84,
|
| 43 |
+
"exact_transformation_sort_items": 84,
|
| 44 |
+
"hard_topic_reset": 267,
|
| 45 |
+
"interrupting_followup_chain": 267,
|
| 46 |
+
"late_constraint_reversal": 267,
|
| 47 |
+
"late_request_for_summary_of_prior_state": 267,
|
| 48 |
+
"long_explanation_then_specific_followup": 267,
|
| 49 |
+
"preserve_opening_retarget_later": 267,
|
| 50 |
+
"reference_previous_assistant_statement": 267,
|
| 51 |
+
"rolling_state_supersession": 800,
|
| 52 |
+
"same_surface_final_question_new_context": 266,
|
| 53 |
+
"self_correction_memory": 266,
|
| 54 |
+
"stacked_entities_same_type": 266,
|
| 55 |
+
"topic_pivot_then_return": 266,
|
| 56 |
+
"two_thread_tracking": 266,
|
| 57 |
+
"user_attention_test": 266,
|
| 58 |
+
"very_early_anchor_very_late_recall": 800
|
| 59 |
+
},
|
| 60 |
+
"length_profile_row_counts": {
|
| 61 |
+
"long": 2949,
|
| 62 |
+
"medium": 2311,
|
| 63 |
+
"short": 2836,
|
| 64 |
+
"varied": 3404
|
| 65 |
+
},
|
| 66 |
+
"specialist_row_counts": {
|
| 67 |
+
"arithmetic": 1000,
|
| 68 |
+
"logic": 1000,
|
| 69 |
+
"qa": 1000,
|
| 70 |
+
"transformation": 500
|
| 71 |
+
},
|
| 72 |
+
"global_concurrency": "unbounded_client_submission",
|
| 73 |
+
"temperature": 0.7,
|
| 74 |
+
"top_p": 0.8,
|
| 75 |
+
"max_retries": 2,
|
| 76 |
+
"http_retries": 3,
|
| 77 |
+
"generation_rounds": 3,
|
| 78 |
+
"transport": "local_vllm",
|
| 79 |
+
"request_submission": "all pending API tasks scheduled at once; no client semaphore or worker pool",
|
| 80 |
+
"client_max_connections": null,
|
| 81 |
+
"vllm": {
|
| 82 |
+
"managed_server": true,
|
| 83 |
+
"model": "Qwen/Qwen3.6-27B",
|
| 84 |
+
"endpoint": "http://127.0.0.1:8000/v1",
|
| 85 |
+
"serve_options": {
|
| 86 |
+
"tensor_parallel_size": 2,
|
| 87 |
+
"dtype": "bfloat16",
|
| 88 |
+
"gpu_memory_utilization": 0.95,
|
| 89 |
+
"max_model_len": 32768,
|
| 90 |
+
"max_num_seqs": 1024,
|
| 91 |
+
"max_num_batched_tokens": 65536,
|
| 92 |
+
"enable_chunked_prefill": true,
|
| 93 |
+
"enable_prefix_caching": true,
|
| 94 |
+
"language_model_only": true,
|
| 95 |
+
"reasoning_parser": "qwen3",
|
| 96 |
+
"default_chat_template_kwargs": "{\"enable_thinking\": false}"
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"published_counts": {
|
| 100 |
+
"existing_rows": 7944,
|
| 101 |
+
"new_rows": 10970,
|
| 102 |
+
"train_rows": 18914,
|
| 103 |
+
"validation_rows": 0,
|
| 104 |
+
"total_rows": 18914,
|
| 105 |
+
"generation_complete": false
|
| 106 |
+
},
|
| 107 |
+
"generated_validation": {
|
| 108 |
+
"rows": 10970,
|
| 109 |
+
"source_kind_counts": {
|
| 110 |
+
"generated_long_memory": 7556,
|
| 111 |
+
"specialist_arithmetic": 998,
|
| 112 |
+
"specialist_logic": 976,
|
| 113 |
+
"specialist_qa": 944,
|
| 114 |
+
"specialist_transformation": 496
|
| 115 |
+
},
|
| 116 |
+
"scenario_counts": {
|
| 117 |
+
"clarify_then_resolve": 254,
|
| 118 |
+
"coqa_contextual_short_answer": 944,
|
| 119 |
+
"coreference_disambiguation": 254,
|
| 120 |
+
"counterfactual_option_swap": 251,
|
| 121 |
+
"counterfactual_same_surface_twins": 755,
|
| 122 |
+
"deferred_question_then_answer": 250,
|
| 123 |
+
"distributed_multi_turn_synthesis": 764,
|
| 124 |
+
"early_fact_late_recall": 253,
|
| 125 |
+
"exact_arithmetic_multiturn": 998,
|
| 126 |
+
"exact_logic_multiturn": 976,
|
| 127 |
+
"exact_transformation_chronological_order": 83,
|
| 128 |
+
"exact_transformation_deduplicate": 82,
|
| 129 |
+
"exact_transformation_extract_field": 83,
|
| 130 |
+
"exact_transformation_reverse_string": 80,
|
| 131 |
+
"exact_transformation_select_index": 84,
|
| 132 |
+
"exact_transformation_sort_items": 84,
|
| 133 |
+
"hard_topic_reset": 251,
|
| 134 |
+
"interrupting_followup_chain": 256,
|
| 135 |
+
"late_constraint_reversal": 253,
|
| 136 |
+
"late_request_for_summary_of_prior_state": 255,
|
| 137 |
+
"long_explanation_then_specific_followup": 256,
|
| 138 |
+
"preserve_opening_retarget_later": 251,
|
| 139 |
+
"reference_previous_assistant_statement": 247,
|
| 140 |
+
"rolling_state_supersession": 753,
|
| 141 |
+
"same_surface_final_question_new_context": 250,
|
| 142 |
+
"self_correction_memory": 243,
|
| 143 |
+
"stacked_entities_same_type": 245,
|
| 144 |
+
"topic_pivot_then_return": 250,
|
| 145 |
+
"two_thread_tracking": 254,
|
| 146 |
+
"user_attention_test": 249,
|
| 147 |
+
"very_early_anchor_very_late_recall": 762
|
| 148 |
+
},
|
| 149 |
+
"length_profile_counts": {
|
| 150 |
+
"long": 2810,
|
| 151 |
+
"medium": 2223,
|
| 152 |
+
"short": 2586,
|
| 153 |
+
"varied": 3351
|
| 154 |
+
},
|
| 155 |
+
"pair_counts": {
|
| 156 |
+
"12": 10970
|
| 157 |
+
},
|
| 158 |
+
"schema_validation": "JSON object, 24 non-empty indexed-role messages, exact specialist answer",
|
| 159 |
+
"regex_validation": false,
|
| 160 |
+
"conversation_token_cap": null,
|
| 161 |
+
"complete": false,
|
| 162 |
+
"expected_rows": 11500,
|
| 163 |
+
"missing_rows": 530
|
| 164 |
+
}
|
| 165 |
+
}
|
train.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb4042890e7f22cdf216b004cab5a3856c97d79f09bfca97e7f8b55574e0a658
|
| 3 |
+
size 86546298
|
validation_report.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Generation validation report
|
| 2 |
+
|
| 3 |
+
```json
|
| 4 |
+
{
|
| 5 |
+
"rows": 10970,
|
| 6 |
+
"source_kind_counts": {
|
| 7 |
+
"generated_long_memory": 7556,
|
| 8 |
+
"specialist_arithmetic": 998,
|
| 9 |
+
"specialist_logic": 976,
|
| 10 |
+
"specialist_qa": 944,
|
| 11 |
+
"specialist_transformation": 496
|
| 12 |
+
},
|
| 13 |
+
"scenario_counts": {
|
| 14 |
+
"clarify_then_resolve": 254,
|
| 15 |
+
"coqa_contextual_short_answer": 944,
|
| 16 |
+
"coreference_disambiguation": 254,
|
| 17 |
+
"counterfactual_option_swap": 251,
|
| 18 |
+
"counterfactual_same_surface_twins": 755,
|
| 19 |
+
"deferred_question_then_answer": 250,
|
| 20 |
+
"distributed_multi_turn_synthesis": 764,
|
| 21 |
+
"early_fact_late_recall": 253,
|
| 22 |
+
"exact_arithmetic_multiturn": 998,
|
| 23 |
+
"exact_logic_multiturn": 976,
|
| 24 |
+
"exact_transformation_chronological_order": 83,
|
| 25 |
+
"exact_transformation_deduplicate": 82,
|
| 26 |
+
"exact_transformation_extract_field": 83,
|
| 27 |
+
"exact_transformation_reverse_string": 80,
|
| 28 |
+
"exact_transformation_select_index": 84,
|
| 29 |
+
"exact_transformation_sort_items": 84,
|
| 30 |
+
"hard_topic_reset": 251,
|
| 31 |
+
"interrupting_followup_chain": 256,
|
| 32 |
+
"late_constraint_reversal": 253,
|
| 33 |
+
"late_request_for_summary_of_prior_state": 255,
|
| 34 |
+
"long_explanation_then_specific_followup": 256,
|
| 35 |
+
"preserve_opening_retarget_later": 251,
|
| 36 |
+
"reference_previous_assistant_statement": 247,
|
| 37 |
+
"rolling_state_supersession": 753,
|
| 38 |
+
"same_surface_final_question_new_context": 250,
|
| 39 |
+
"self_correction_memory": 243,
|
| 40 |
+
"stacked_entities_same_type": 245,
|
| 41 |
+
"topic_pivot_then_return": 250,
|
| 42 |
+
"two_thread_tracking": 254,
|
| 43 |
+
"user_attention_test": 249,
|
| 44 |
+
"very_early_anchor_very_late_recall": 762
|
| 45 |
+
},
|
| 46 |
+
"length_profile_counts": {
|
| 47 |
+
"long": 2810,
|
| 48 |
+
"medium": 2223,
|
| 49 |
+
"short": 2586,
|
| 50 |
+
"varied": 3351
|
| 51 |
+
},
|
| 52 |
+
"pair_counts": {
|
| 53 |
+
"12": 10970
|
| 54 |
+
},
|
| 55 |
+
"schema_validation": "JSON object, 24 non-empty indexed-role messages, exact specialist answer",
|
| 56 |
+
"regex_validation": false,
|
| 57 |
+
"conversation_token_cap": null,
|
| 58 |
+
"complete": false,
|
| 59 |
+
"expected_rows": 11500,
|
| 60 |
+
"missing_rows": 530
|
| 61 |
+
}
|
| 62 |
+
```
|