RayneMatt commited on
Commit
7e3aa9c
·
verified ·
1 Parent(s): 2596270

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,13 +9,14 @@ size_categories:
9
  AICC (AI-ready Common Crawl) is a **Markdown-formatted**, **AI-Ready web dataset** derived from **Common Crawl** data through parsing and extraction. The dataset is generated using the **Dripper** method, a web extraction technique developed by OpenDataLab.
10
  - **High-quality main content:** High-fidelity main content extracted from diverse Common Crawl pages, including challenging types like forums, Q&A sites, and pages with tables or formulas.
11
  - **Precise structured elements:** High-fidelity extraction of code blocks, mathematical formulas, and complex tables from real-world web pages, preserving syntax, formatting, and structural integrity.
 
12
 
13
  ## Dataset Creation
14
  **Raw Html Source** This release includes the parsed results from two **Common Crawl** dumps:
15
  - CC-MAIN-2025-08
16
  - CC-MAIN-2025-13
17
 
18
- **Dripper Pipeline** The detailed pipeline can be found in the [Dripper technical report](https://opendatalab.com/):
19
  ![](./images/主流程图.png)
20
 
21
 
 
9
  AICC (AI-ready Common Crawl) is a **Markdown-formatted**, **AI-Ready web dataset** derived from **Common Crawl** data through parsing and extraction. The dataset is generated using the **Dripper** method, a web extraction technique developed by OpenDataLab.
10
  - **High-quality main content:** High-fidelity main content extracted from diverse Common Crawl pages, including challenging types like forums, Q&A sites, and pages with tables or formulas.
11
  - **Precise structured elements:** High-fidelity extraction of code blocks, mathematical formulas, and complex tables from real-world web pages, preserving syntax, formatting, and structural integrity.
12
+ - **Proven downstream effectiveness:** Pretraining a language model on AICC leads to higher accuracy across diverse benchmarks compared to training on datasets extracted with other methods.
13
 
14
  ## Dataset Creation
15
  **Raw Html Source** This release includes the parsed results from two **Common Crawl** dumps:
16
  - CC-MAIN-2025-08
17
  - CC-MAIN-2025-13
18
 
19
+ **Dripper Pipeline** The detailed pipeline can be found in the [AICC technical report](https://opendatalab.com/):
20
  ![](./images/主流程图.png)
21
 
22