ZhouChuYue commited on
Commit
6a38a85
·
1 Parent(s): f8f9749

Update L0 Parser link to HF Space

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. README_ZH.md +1 -1
README.md CHANGED
@@ -84,7 +84,7 @@ To break through the limitations of existing mathematical datasets in quality an
84
 
85
  **Goal**: Address the poor support of general HTML parsers for mathematical formulas and maximize the preservation of mathematical semantics in web pages.
86
 
87
- The L0 phase mainly processes raw web data obtained from sources such as Common Crawl. Given the specificity of mathematical web pages, we develop specialized parsing strategies through the [UltraData-Math-Parser](https://github.com/UltraData-OpenBMB/UltraData-Math/tree/main/UltraData-Math-L0-Parser) instead of directly using general parsers like trafilatura or readability.
88
 
89
  - **Unified Parsing Mode**: Automatically identifies page types to ensure complete content extraction as much as possible.
90
  - **Multi-level Fallback Strategy**: To prevent data loss due to parsing failures, we implement a multi-level fallback mechanism to ensure text content is captured even if structured parsing fails.
 
84
 
85
  **Goal**: Address the poor support of general HTML parsers for mathematical formulas and maximize the preservation of mathematical semantics in web pages.
86
 
87
+ The L0 phase mainly processes raw web data obtained from sources such as Common Crawl. Given the specificity of mathematical web pages, we develop specialized parsing strategies through the [UltraData-Math-Parser](https://huggingface.co/spaces/openbmb/UltraData-Math-L0-Parser) instead of directly using general parsers like trafilatura or readability.
88
 
89
  - **Unified Parsing Mode**: Automatically identifies page types to ensure complete content extraction as much as possible.
90
  - **Multi-level Fallback Strategy**: To prevent data loss due to parsing failures, we implement a multi-level fallback mechanism to ensure text content is captured even if structured parsing fails.
README_ZH.md CHANGED
@@ -45,7 +45,7 @@
45
 
46
  **目标**:解决通用 HTML 解析器对数学公式支持不佳的问题,最大限度保留网页中的数学语义。
47
 
48
- L0 阶段主要处理从 Common Crawl 等来源获取的原始网页数据。针对数学网页的特殊性,我们通过 [UltraData-Math-Parser](https://github.com/UltraData-OpenBMB/UltraData-Math/tree/main/UltraData-Math-L0-Parser) 开发了专用的解析策略,而非直接使用通用的 trafilatura 或 readability。
49
 
50
  - **统一解析模式**:自动识别页面类型,尽可能保证完整内容提取。
51
  - **多级回退策略**:为了防止解析失败导致数据丢失,我们实施了多级回退机制,确保在结构化解析失败时仍能捕获文本内容。
 
45
 
46
  **目标**:解决通用 HTML 解析器对数学公式支持不佳的问题,最大限度保留网页中的数学语义。
47
 
48
+ L0 阶段主要处理从 Common Crawl 等来源获取的原始网页数据。针对数学网页的特殊性,我们通过 [UltraData-Math-Parser](https://huggingface.co/spaces/openbmb/UltraData-Math-L0-Parser) 开发了专用的解析策略,而非直接使用通用的 trafilatura 或 readability。
49
 
50
  - **统一解析模式**:自动识别页面类型,尽可能保证完整内容提取。
51
  - **多级回退策略**:为了防止解析失败导致数据丢失,我们实施了多级回退机制,确保在结构化解析失败时仍能捕获文本内容。