# ConvergeIQ β€” Dataset Quality Report

ConvergeIQ Report

--- # πŸ“Œ Overview **ConvergeIQ** is a dataset quality evaluation framework designed to measure: - Information quality - Structural integrity - Deduplication efficiency - Cognitive complexity distribution - Noise cleanliness - Paragraph coherence - Synthetic depth balance This report evaluates the dataset: | Field | Value | |---|---| | Dataset | `HuggingFaceFW/fineweb-edu` | | Subset | `sample-10BT` | | Documents Evaluated | `100,000` | | Evaluation Timestamp | `2026-05-08 17:47 UTC` | | Framework Version | `ConvergeIQ v1.0` | --- # 🧠 Final Quality Score | Metric | Score | |---|---| | **CIQ Final Score** | **0.8708 / 1.0** | | Grade | **A** | | Quality Percentage | **87.1%** | --- # πŸ“Š Core Metrics | Metric | Count | Percentage | Description | |---|---:|---:|---| | Total Records | 100,000 | 100% | Total evaluated dataset entries | | Skipped (Empty/Short) | 0 | 0.0% | Invalid or extremely short samples removed | | High Quality (`CIQ β‰₯ 0.70`) | 93,282 | 93.3% | Samples passing quality threshold | | Complex (`K β‰₯ 4`) | 10,221 | 10.2% | Higher-order reasoning or expert-level records | | Exact Duplicate Records | 11 | 0.011% | Identical duplicated entries | | Near Duplicate Records | 57 | 0.057% | Slightly modified duplicated entries | | Semantic Duplicate Pairs | 0 | 0.0% | Meaning-level duplicate detections | --- # πŸ—οΈ Factor Score Breakdown | Factor | Score | Interpretation | |---|---:|---| | Deduplication Score | 0.9997 | Exceptional duplicate removal quality | | Structural Integrity Score | 0.8602 | Strong formatting and document consistency | | K-Distribution Score | 0.7561 | Moderate alignment with ideal reasoning distribution | | Final CIQ Score | 0.8708 | Overall high-quality dataset | --- # πŸ” Deduplication Analysis | Sub-Metric | Score | |---|---:| | Exact Deduplication | 1.000 | | Near Deduplication | 0.999 | | Semantic Deduplication | 1.000 | ### Interpretation The dataset demonstrates near-perfect deduplication quality: - Extremely low exact duplicates - Minimal near-duplicate contamination - No semantic duplicate clusters detected This indicates excellent dataset diversity and low redundancy. --- # 🧱 Structural Quality Metrics | Metric | Mean Score | Description | |---|---:|---| | Sentence Completion Rate (SCR) | 0.824 | Measures sentence completeness | | Paragraph Coherence (PC) | 0.800 | Measures logical paragraph flow | | Clean Ratio | 0.985 | Measures textual cleanliness/noise removal | | Boundary Integrity (DBI) | 0.898 | Measures chunk/document boundary preservation | --- # 🧠 Complexity Distribution (`K`-Factor Analysis) ## Distribution Summary | Level | Classification | Records | Percentage | Visualization | |---|---|---:|---:|---| | `K=1` | Simple | 5,088 | 5.1% | β–ˆ | | `K=2` | Basic | 40,693 | 40.7% | β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | | `K=3` | Mid-Complexity | 43,998 | 44.0% | β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | | `K=4` | Complex | 9,869 | 9.9% | β–ˆβ–ˆ | | `K=5` | Expert | 352 | 0.4% | ▏ | --- ## K-Distribution Statistical Metrics | Metric | Value | |---|---:| | Mean K-Score | 2.597 | | K-Score Standard Deviation | 0.688 | | Jensen–Shannon Divergence (JSD) | 0.2439 | ### Interpretation The dataset is heavily concentrated in: - `K=2` (Basic reasoning) - `K=3` (Intermediate reasoning) while having relatively fewer: - `K=4` (Complex reasoning) - `K=5` (Expert-level reasoning) This suggests the dataset is well-balanced for general-purpose language modeling, though it could benefit from more advanced reasoning samples for frontier-scale training. --- # πŸ“ˆ Goldilocks Alignment Analysis The framework compares actual complexity distribution against an ideal β€œGoldilocks” distribution. ## Ideal Distribution | K-Level | Target Ratio | |---|---:| | K=1 | 10% | | K=2 | 20% | | K=3 | 40% | | K=4 | 20% | | K=5 | 10% | ## Actual Distribution | K-Level | Actual Ratio | |---|---:| | K=1 | 5.1% | | K=2 | 40.7% | | K=3 | 44.0% | | K=4 | 9.9% | | K=5 | 0.4% | ### Observation The dataset underrepresents: - Expert-level reasoning - Multi-step analytical samples - Deep synthesis tasks and overrepresents: - Basic instructional content - Medium-complexity educational text --- # πŸ§ͺ Synthetic Depth vs Logical Density The SynD vs LogD scatter analysis reveals: - Strong diversity in reasoning depth - Balanced synthetic generation patterns - Limited clustering artifacts - Healthy variance across document styles This indicates robust heterogeneity suitable for pretraining and fine-tuning pipelines. --- # βœ… Strengths - Near-perfect deduplication quality - High structural integrity - Excellent text cleanliness - Strong paragraph coherence - Large percentage of high-quality records - Robust medium-complexity reasoning coverage --- # ⚠️ Areas for Improvement ## Increase Advanced Reasoning Data The dataset contains limited: - Expert reasoning chains - Long-form analytical writing - Scientific derivations - Multi-hop logical tasks Recommended actions: - Add synthetic reasoning traces - Include theorem proving samples - Add research-style documents - Increase chain-of-thought diversity --- ## Improve Complexity Diversity Target improvements: | Current | Desired | |---|---| | K4 = 9.9% | β‰₯ 18% | | K5 = 0.4% | β‰₯ 8% | --- # πŸš€ Recommended Use Cases | Use Case | Suitability | |---|---| | General LLM Pretraining | βœ… Excellent | | Educational AI | βœ… Excellent | | Chat Assistant Fine-Tuning | βœ… Strong | | Reasoning-Centric Models | ⚠️ Moderate | | Frontier Reasoning Systems | ⚠️ Needs more K4/K5 data | | Synthetic Data Generation | βœ… Strong | | Multilingual Expansion | βœ… Compatible | --- # πŸ› οΈ Suggested Next Steps ## For Better Frontier-Scale Training ### Add: - Long chain-of-thought reasoning - Mathematical proofs - Agentic workflows - Research paper synthesis - Debate and critique samples - Multi-document reasoning ### Improve: - Expert-level complexity ratio - Logical depth variance - Long-context coherence --- # πŸ“‚ File Structure ```text project/ β”‚ β”œβ”€β”€ assets/ β”‚ └── convergeiq_report.png β”‚ β”œβ”€β”€ reports/ β”‚ └── convergeiq_results.json β”‚ β”œβ”€β”€ README.md β”‚ └── LICENSE ``` --- # πŸ“œ Example JSON Output ```json { "ciq_score": 0.8708, "dedup_score": 0.9997, "struct_score": 0.8602, "kdist_score": 0.7561 } ``` --- # 🧩 Metric Definitions | Metric | Meaning | |---|---| | CIQ | Core Information Quality | | SCR | Sentence Completion Rate | | PC | Paragraph Coherence | | DBI | Document Boundary Integrity | | K-Score | Cognitive Complexity Level | | JSD | Jensen-Shannon Divergence | --- # πŸ“– Citation ```bibtex @software{convergeiq2026, title={ConvergeIQ: Dataset Quality Evaluation Framework}, year={2026}, version={1.0} } ``` --- # πŸ“„ License This project is released under the MIT License. --- # ✨ Final Verdict **ConvergeIQ** reports that the dataset achieves: - Excellent cleanliness - Exceptional deduplication - Strong structural quality - Good reasoning diversity The dataset is highly suitable for: - General-purpose LLM training - Educational assistants - Synthetic data augmentation - Instruction tuning pipelines However, to support frontier reasoning systems and next-generation agentic models, the dataset should include significantly more: - Expert-level reasoning - Long-form analytical synthesis - Multi-step cognitive tasks - High-complexity problem solving ---