typingmonk
commited on
Commit
•
41e9161
1
Parent(s):
fdddef0
Update README.md
Browse files
README.md
CHANGED
@@ -25,12 +25,37 @@ dataset_info:
|
|
25 |
|
26 |
# Taiwan Legislator Yuan Law Research Data
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
|
|
|
|
31 |
|
32 |
-
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
# Taiwan Legislator Yuan Law Research Data
|
27 |
|
28 |
+
## Overview
|
29 |
|
30 |
+
The law research documents are issued irregularly from Taiwan Legislator Yuan.
|
31 |
+
The purpose of those research are providing better understanding on social issues in aspect of laws.
|
32 |
+
One may find documents rich with technical terms which could provided as training data.
|
33 |
|
34 |
+
For comprehensive document list check out this [link](https://www.ly.gov.tw/Pages/List.aspx?nodeid=6590) provided by Taiwan Legislator Yuan.
|
35 |
|
36 |
+
There are currently missing document download links in 10th and 9th terms due to minor issue on crawler.
|
37 |
+
We will fill in those missing data ASAP.
|
38 |
+
|
39 |
+
## Data Fields
|
40 |
+
|
41 |
+
| Field name | Description |
|
42 |
+
|----------------|------------------------------------------------------------------------------------------------------------------------------------|
|
43 |
+
| research_no | ID of the research document |
|
44 |
+
| title | title of the document |
|
45 |
+
| related_laws | Related names of laws in the document. Separated by `;` |
|
46 |
+
| authors | Authors of document. Separated by `;` |
|
47 |
+
| published_date | Published date of the document in form `YYYY-mm-dd` |
|
48 |
+
| content | Full text content of the document. One may also find the original content in `.html` format at `html/{research_no}.html` |
|
49 |
+
| doc_url | The download link hosted on ly.gov.tw |
|
50 |
+
|
51 |
+
## Sponsorship
|
52 |
+
|
53 |
+
The work is sponsored by "【g0v 零時小學校】繁體中文AI 開源實踐計畫"
|
54 |
+
|
55 |
+
## Contact
|
56 |
+
|
57 |
+
If you have any issue on the dataset. Please leave a discussion on it or contact us via:
|
58 |
+
|
59 |
+
報導者(The Reporter) contact@twreporter.org
|
60 |
+
|
61 |
+
歐噴有限公司(OpenFun Ltd.) contact@openfun.tw
|