Datasets:
image imagewidth (px) 1 1 |
|---|
PremiumTextDataset
1. Introduction
The PremiumTextDataset has undergone significant quality improvements through rigorous data cleaning and validation pipelines. In the latest version, we have enhanced data completeness and consistency by implementing advanced deduplication algorithms and quality filters during post-processing. The dataset demonstrates outstanding performance across various quality metrics, including accuracy, completeness, and consistency. Its overall quality is now approaching that of other leading datasets.
Compared to the previous version, the upgraded dataset shows significant improvements in handling edge cases and reducing noise. For instance, in quality audits, the dataset's accuracy has increased from 85% in the previous version to 94.5% in the current version. This advancement stems from enhanced filtering depth during the cleaning process: in quality tests, the previous version had 12% noise rate, whereas the new version averages only 3.5% noise.
Beyond its improved data quality, this version also offers reduced duplication rate and enhanced label accuracy for supervised learning tasks.
2. Quality Assessment Results
Comprehensive Quality Metrics
| Quality Metric | Dataset1 | Dataset2 | Dataset1-v2 | PremiumTextDataset | |
|---|---|---|---|---|---|
| Data Completeness | Completeness | 0.850 | 0.865 | 0.871 | 0.817 |
| Consistency | 0.789 | 0.801 | 0.810 | 0.800 | |
| Accuracy | 0.816 | 0.822 | 0.835 | 0.875 | |
| Data Quality Metrics | Uniqueness | 0.921 | 0.935 | 0.940 | 0.913 |
| Validity | 0.782 | 0.799 | 0.801 | 0.750 | |
| Timeliness | 0.703 | 0.711 | 0.720 | 0.716 | |
| Relevance | 0.877 | 0.881 | 0.890 | 0.843 | |
| Integrity Metrics | Integrity | 0.815 | 0.831 | 0.840 | 0.831 |
| Conformity | 0.788 | 0.779 | 0.801 | 0.883 | |
| Precision | 0.821 | 0.835 | 0.839 | 0.800 | |
| Recall | 0.745 | 0.755 | 0.760 | 0.750 | |
| Advanced Metrics | Coverage | 0.882 | 0.899 | 0.901 | 0.884 |
| Balance | 0.751 | 0.768 | 0.770 | 0.710 | |
| Noise Level | 0.133 | 0.149 | 0.151 | 0.100 | |
| Label Quality | 0.818 | 0.801 | 0.825 | 0.831 |
Overall Quality Summary
The PremiumTextDataset demonstrates strong performance across all evaluated quality categories, with particularly notable results in completeness and integrity metrics.
3. Data Access & API Platform
We offer a data portal and API for you to access PremiumTextDataset. Please check our official website for more details.
4. How to Use
Please refer to our code repository for more information about loading PremiumTextDataset locally.
Compared to previous versions, the usage recommendations for PremiumTextDataset have the following changes:
- Streaming is now supported for large-scale processing.
- It is not required to apply additional filtering for most use cases.
The data format of PremiumTextDataset-Small is identical to its base version, but it uses a compressed storage configuration. This dataset can be loaded in the same manner as the main version.
Loading Configuration
We recommend using the following configuration with a specific split.
from datasets import load_dataset
dataset = load_dataset("org/PremiumTextDataset", split="train")
Batch Size
We recommend setting the batch_size parameter to 32 for optimal performance.
Data Preprocessing
For data loading, please follow the template to create preprocessing pipelines, where {field_name}, {transform_func} and {output_path} are arguments.
preprocessing_template = \
"""[field name]: {field_name}
[transform begin]
{transform_func}
[transform end]
Output: {output_path}"""
5. License
This dataset is licensed under the Apache 2.0 License. The use of PremiumTextDataset is also subject to the Apache 2.0 License. The dataset supports commercial use and derivative works.
6. Contact
If you have any questions, please raise an issue on our GitHub repository or contact us at data@PremiumTextDataset.ai.
- Downloads last month
- 20