Datasets:
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Vietnamese
Size:
< 1K
License:
data: add reference SQLite database (database/vn_law.sqlite)
Browse filesReference catalogue used to rebuild and cross-reference the corrected 2026 split:
613 Laws/Codes from vbpl.vn with in-force status, law_links with direct links to
6 official/reference sources, plus reconciliation and coverage tables.
- .gitattributes +1 -0
- README.md +4 -0
- database/vn_law.sqlite +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.sqlite filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -130,6 +130,10 @@ Each corrected entry is cross-referenced to direct links from official and refer
|
|
| 130 |
| `url_quochoi` | vietlaw.quochoi.vn (Quốc hội) | OFFICIAL — full text |
|
| 131 |
| `url_thuvienphapluat`, `url_luatvietnam` | thuvienphapluat.vn, luatvietnam.vn | reference (private) |
|
| 132 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
## Usage
|
| 134 |
|
| 135 |
```python
|
|
|
|
| 130 |
| `url_quochoi` | vietlaw.quochoi.vn (Quốc hội) | OFFICIAL — full text |
|
| 131 |
| `url_thuvienphapluat`, `url_luatvietnam` | thuvienphapluat.vn, luatvietnam.vn | reference (private) |
|
| 132 |
|
| 133 |
+
The full reference catalogue (laws, source links, in-force status, reconciliation) is also
|
| 134 |
+
provided as a SQLite database at `database/vn_law.sqlite` (tables: `laws`, `law_links`,
|
| 135 |
+
`legal_sources`, `vlc_2026_reconcile`, `missing_in_vlc`).
|
| 136 |
+
|
| 137 |
## Usage
|
| 138 |
|
| 139 |
```python
|
database/vn_law.sqlite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c58bfbd0dcc892f4c35815f55bf30008092fc9e9d7d3404d1074d964706989a
|
| 3 |
+
size 1179648
|