yuyijiong/context_qa_sum_qwen3_synthetic
Context-based QA and Summarization Synthetic Dataset Overview This dataset contains synthetic context-based question-answering (QA) and summarization data. The data was synthesized using: Source context: openbmb/Ultra-FineWeb Synthesis model: Qwen3-30B-A3B-Instruct-2507 Each context is obtained by taking the initial segment of raw pretraining text from Ultra-FineWeb, truncated to at most the corresponding number of tokens, while ensuring the truncation does not… See the full description on the dataset page: https://huggingface.co/datasets/yuyijiong/context_qa_sum_qwen3_synthetic.
Context-based QA and Summarization Synthetic Dataset
Overview
This dataset contains synthetic context-based question-answering (QA) and summarization data. The data was synthesized using:
- Source context: openbmb/Ultra-FineWeb
- Synthesis model: Qwen3-30B-A3B-Instruct-2507
Each context is obtained by taking the initial segment of raw pretraining text from Ultra-FineWeb, truncated to at most the corresponding number of tokens, while ensuring the truncation does not occur in the middle of a sentence.
The dataset covers context-based QA and summarization tasks in both English and Chinese. It is organized into single-document and multi-document splits.
Dataset Structure
Single-Document Tasks
Single-document splits provide one source context per sample, with context lengths close to (and not exceeding) 128, 256, 512, or 1024 tokens. Each sample includes a question, an answer, and summaries derived from that context.
Column definitions (single-document):
*Note on `doc_complex_qa_shortsum_synthetic_text_1024_ splits:** These 1024-token splits do **not** include a summary` column. The QA in these splits is complex QA—i.e., questions that require multi-step reasoning and are more challenging than the regular QA in the 128/256/512 splits.
Multi-Document Tasks
Multi-document splits provide a context formed by multiple documents, each of length approximately 128 tokens. Each sample includes multiple questions over the combined context, with answers and a short summary.
Column definitions (multi-document):
Intended Use
- This is the training data for Density-aware Soft Context Compression with Semi-Dynamic Compression Ratio . The trained models are here.
- Training / fine-tuning LLMs for (short-)context-based QA and summarization, enhancing its overall ability of context utilization.
- Evaluating LLMs' ability to answer questions or summarize about contextual information.
