huyhoangvbck/Qwen3-1.7B-Pretrain-Legal-Document
Text Generation • 2B • Updated • 7 • 1
doc_content stringlengths 45 31M | metadata dict |
|---|---|
"<table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100.0%;border-(...TRUNCATED) | {"DocIdentity":"61/2024/QH15","DocName":"Luật Điện lực của Quốc hội, số 61/2024/QH15"(...TRUNCATED) |
"<div><div><table cellpadding=\"0\" cellspacing=\"0\" class=\"MsoNormalTable\" style=\"border-collap(...TRUNCATED) | {"DocIdentity":"54/2024/QH15","DocName":"Luật Địa chất và Khoáng sản của Quốc hội, (...TRUNCATED) |
"<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background:white;\(...TRUNCATED) | {"DocIdentity":"12/2022/QH15","DocName":"Luật Dầu khí của Quốc hội, số 12/2022/QH15","I(...TRUNCATED) |
"<table align=\"center\" border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"margin-left:-16.8p(...TRUNCATED) | {"DocIdentity":"24/2012/QH13","DocName":"Luật sửa đổi, bổ sung một số điều của Lu(...TRUNCATED) |
"<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n<meta content=\"Word.Doc(...TRUNCATED) | {"DocIdentity":"10/2008/QH12","DocName":"Luật sửa đổi, bổ sung một số điều của Lu(...TRUNCATED) |
"<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">\r\n<meta content=\"Word.Doc(...TRUNCATED) | {"DocIdentity":"06/2007/QH12","DocName":"Luật Hóa chất số 06/2007/QH12 của Quốc hội","I(...TRUNCATED) |
"<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\">\r\n<meta content=\"Word.Doc(...TRUNCATED) | {"DocIdentity":"28/2004/QH11","DocName":"Luật Điện lực số 28/2004/QH11 của Quốc hội",(...TRUNCATED) |
"<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\">\r\n<meta content=\"Word.Doc(...TRUNCATED) | {"DocIdentity":"19/2000/QH10","DocName":"Luật sửa đổi, bổ sung một số điều của Lu(...TRUNCATED) |
"<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\">\r\n<meta content=\"Word.Doc(...TRUNCATED) | {"DocIdentity":"18-L/CTN","DocName":"Luật Dầu khí của Quốc hội, số 18-L/CTN","Id":2585,(...TRUNCATED) |
"<p style=\"line-height:115%;border:none;\"> </p>\r\n\r\n<table border=\"0\" cellpadding=\"0\" (...TRUNCATED) | {"DocIdentity":null,"DocName":"Dự thảo Luật Sản xuất sản phẩm công nghiệp trọng (...TRUNCATED) |
This dataset contains a curated collection of Vietnamese legal documents intended for use in training legal-domain language models.
The dataset consists of official Vietnamese legal texts, extracted and preprocessed from publicly available sources such as laws, codes, and government regulations. All documents are written in Vietnamese and reflect the real-world legal language used within Vietnam's legal system.
This dataset is designed to support:
Each record in the dataset contains two main components:
doc_content)
metadata)
{
"doc_content": "<html>...</html>",
"metadata": {
"DocIdentity": "61/2024/QH15",
"DocName": "Luật Điện lực của Quốc hội, số 61/2024/QH15",
"Id": 380161,
"IssueDate": "2024-11-30T00:00:00",
"OrganName": "Quốc hội"
}
}
pip install datasets
# Login to Hugging Face to access the dataset
huggingface-cli login
from datasets import load_dataset
ds = load_dataset("VLSP2025-LegalSML/legal-pretrain")
# Access the dataset
print(f"Dataset size: {len(ds['train'])}")
print(f"Features: {ds['train'].features}")
This dataset is maintained by the VLSP 2025 LegalSLM Task Organizers.
For inquiries, please contact: leanhcuong@tdtu.edu.vn
© 2025 VLSP - Association for Vietnamese Language and Speech Processing