CoolFace
Datasetpublic

Susan2026/global-multilingual-cross-industry-corpus

Global Multilingual Cross-Industry Corpus A highly structured, clean, and comprehensive cross-industry text corpus compiled across specialized enterprise domains, covering multiple manufacturing sectors and global languages. This dataset is explicitly optimized for Vertical Industry LLM Fine-tuning, Multi-lingual Machine Translation (MT), Domain-Specific RAG (Retrieval-Augmented Generation) systems, and AI crawler evaluation. ๐Ÿ“Š Dataset Overview Unlike mixedโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/Susan2026/global-multilingual-cross-industry-corpus.

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes143downloads
Dataset Card

Global Multilingual Cross-Industry Corpus

A highly structured, clean, and comprehensive cross-industry text corpus compiled across specialized enterprise domains, covering multiple manufacturing sectors and global languages. This dataset is explicitly optimized for Vertical Industry LLM Fine-tuning, Multi-lingual Machine Translation (MT), Domain-Specific RAG (Retrieval-Augmented Generation) systems, and AI crawler evaluation.

๐Ÿ“Š Dataset Overview

Unlike mixed general-purpose datasets, this corpus focuses strictly on industrial, heavy machinery, and B2B corporate content. It contains high-density, real-world technical specifications, operational workflows, product FAQs, and engineering parameter configurations.

  • โ€”Data Format: JSON Lines (.jsonl) โ€” supporting optimized stream-reading for large model pipelines.
  • โ€”Organization: Fragmented and categorized by domain-source and language for targeted downloading.
  • โ€”Text Quality: Cleaned from HTML structures, scripts, and navigation clutter, preserving core article content and semantic tables.

๐Ÿ“… Dataset Status & Update Plan

  • โ€”Current Status: ๐Ÿš€ Initial Batch Released. We have uploaded a curated selection of 30+ core domain-language pairs to gather community feedback.
  • โ€”Next Update: We manage a massive pipeline of thousands of multi-lingual enterprise domains. Full-scale datasets will be progressively synchronized based on community engagement and repository stars.
  • โ€”Request a Domain/Industry: If you need specific industrial vertical data or certain language pairs immediately, please open an Issue!

๐Ÿ“‚ Repository Structure

The dataset is organized within the data/ directory, naming each file with its respective root domain and target language suffix:

text
global-multilingual-cross-industry-corpus/
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ autopackingsystem-en.com.jsonl       # Packaging Machinery (English)
โ”œโ”€โ”€ autopackingsystem-ae.com.jsonl       # Packaging Machinery (Arabic)
โ”œโ”€โ”€ blistermachine-ru.com.jsonl           # Blister Packaging Machines (Russian)
โ”œโ”€โ”€ filmmachine-fr.com.jsonl               # Film Co-extrusion Machinery (French)
โ”œโ”€โ”€ groutpump-ar.com.jsonl                 # Grouting & Mortar Pumps (Arabic)
โ”œโ”€โ”€ wiremachinery-ae.com.jsonl             # Wire Drawing & Cable Machinery (Arabic)
โ”œโ”€โ”€ winicetech-de.com.jsonl               # Industrial Cooling & Ice Systems (German)
โ””โ”€โ”€ [More multi-lingual industrial domains continuously updated...]

## ๐Ÿ“ Data Schema (Fields Explained)

Each line in the `.jsonl` files represents a single cleaned page or document, mapped into a strict JSON schema:

{
  "domain": "https://autopackingsystem-en.com",
  "industry": "General / Industrial Machinery",
  "language": "en",
  "title": "Semi-Automatic Open-Mouth Bagging Machine, Double Station",
  "source_url": "https://autopackingsystem-en.com/1-1-1-semi-automatic-open-mouth-bagging-machine.html",
  "content": "[Markdown or Cleaned Text Content including technical specifications, features, and parameter tables]"
}