Datasets:
Commit
•
e8c333b
1
Parent(s):
0ea342c
Update README.md (#2)
Browse files- Update README.md (7792e8b84400643d559f8468898aaec66bbf6292)
Co-authored-by: Helene Chien <[email protected]>
README.md
CHANGED
@@ -2,117 +2,118 @@
|
|
2 |
language:
|
3 |
- zh
|
4 |
configs:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
dataset_info:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
|
|
116 |
---
|
117 |
|
118 |
# Taiwan Legislator Transcript
|
@@ -123,7 +124,7 @@ The transcripts of speech record happened in various kinds of meetings at Taiwan
|
|
123 |
The original of transcripts are compiled and published on gazettes from Taiwan Legislator Yuan.
|
124 |
|
125 |
For each segment of transcript, there are corresponding video clip on Legislative Yuan IVOD system.
|
126 |
-
IVOD stands for Internet Video on Demand system.
|
127 |
|
128 |
For more detail on data origin please look at:
|
129 |
- [Legislative Yuan Meetings and Gazettes](https://ppg.ly.gov.tw/ppg/)
|
@@ -151,6 +152,6 @@ The work is sponsored by 【g0v 零時小學校】繁體中文AI 開源實踐計
|
|
151 |
|
152 |
If you have any issue on the dataset. Please leave a discussion on it or contact us via:
|
153 |
|
154 |
-
報導者(The Reporter)
|
155 |
|
156 |
-
歐噴有限公司(OpenFun Ltd.) [email protected]
|
|
|
2 |
language:
|
3 |
- zh
|
4 |
configs:
|
5 |
+
- config_name: 11-1
|
6 |
+
data_files: csv/11-1.csv
|
7 |
+
- config_name: 10-8
|
8 |
+
data_files: csv/10-8.csv
|
9 |
+
- config_name: 10-7
|
10 |
+
data_files: csv/10-7.csv
|
11 |
+
- config_name: 10-6
|
12 |
+
data_files: csv/10-6.csv
|
13 |
+
- config_name: 10-5
|
14 |
+
data_files: csv/10-5.csv
|
15 |
dataset_info:
|
16 |
+
- config_name: 11-1
|
17 |
+
features:
|
18 |
+
- name: ivod_id
|
19 |
+
dtype: string
|
20 |
+
- name: legislator_name
|
21 |
+
dtype: string
|
22 |
+
- name: meet_name
|
23 |
+
dtype: string
|
24 |
+
- name: meet_subjects
|
25 |
+
dtype: string
|
26 |
+
- name: meet_date
|
27 |
+
dtype: string
|
28 |
+
- name: speech_start_time
|
29 |
+
dtype: string
|
30 |
+
- name: speech_end_time
|
31 |
+
dtype: string
|
32 |
+
- name: gazette_agenda_content
|
33 |
+
dtype: string
|
34 |
+
- name: transcript
|
35 |
+
dtype: string
|
36 |
+
- config_name: 10-8
|
37 |
+
features:
|
38 |
+
- name: ivod_id
|
39 |
+
dtype: string
|
40 |
+
- name: legislator_name
|
41 |
+
dtype: string
|
42 |
+
- name: meet_name
|
43 |
+
dtype: string
|
44 |
+
- name: meet_subjects
|
45 |
+
dtype: string
|
46 |
+
- name: meet_date
|
47 |
+
dtype: string
|
48 |
+
- name: speech_start_time
|
49 |
+
dtype: string
|
50 |
+
- name: speech_end_time
|
51 |
+
dtype: string
|
52 |
+
- name: gazette_agenda_content
|
53 |
+
dtype: string
|
54 |
+
- name: transcript
|
55 |
+
dtype: string
|
56 |
+
- config_name: 10-7
|
57 |
+
features:
|
58 |
+
- name: ivod_id
|
59 |
+
dtype: string
|
60 |
+
- name: legislator_name
|
61 |
+
dtype: string
|
62 |
+
- name: meet_name
|
63 |
+
dtype: string
|
64 |
+
- name: meet_subjects
|
65 |
+
dtype: string
|
66 |
+
- name: meet_date
|
67 |
+
dtype: string
|
68 |
+
- name: speech_start_time
|
69 |
+
dtype: string
|
70 |
+
- name: speech_end_time
|
71 |
+
dtype: string
|
72 |
+
- name: gazette_agenda_content
|
73 |
+
dtype: string
|
74 |
+
- name: transcript
|
75 |
+
dtype: string
|
76 |
+
- config_name: 10-6
|
77 |
+
features:
|
78 |
+
- name: ivod_id
|
79 |
+
dtype: string
|
80 |
+
- name: legislator_name
|
81 |
+
dtype: string
|
82 |
+
- name: meet_name
|
83 |
+
dtype: string
|
84 |
+
- name: meet_subjects
|
85 |
+
dtype: string
|
86 |
+
- name: meet_date
|
87 |
+
dtype: string
|
88 |
+
- name: speech_start_time
|
89 |
+
dtype: string
|
90 |
+
- name: speech_end_time
|
91 |
+
dtype: string
|
92 |
+
- name: gazette_agenda_content
|
93 |
+
dtype: string
|
94 |
+
- name: transcript
|
95 |
+
dtype: string
|
96 |
+
- config_name: 10-5
|
97 |
+
features:
|
98 |
+
- name: ivod_id
|
99 |
+
dtype: string
|
100 |
+
- name: legislator_name
|
101 |
+
dtype: string
|
102 |
+
- name: meet_name
|
103 |
+
dtype: string
|
104 |
+
- name: meet_subjects
|
105 |
+
dtype: string
|
106 |
+
- name: meet_date
|
107 |
+
dtype: string
|
108 |
+
- name: speech_start_time
|
109 |
+
dtype: string
|
110 |
+
- name: speech_end_time
|
111 |
+
dtype: string
|
112 |
+
- name: gazette_agenda_content
|
113 |
+
dtype: string
|
114 |
+
- name: transcript
|
115 |
+
dtype: string
|
116 |
+
license: apache-2.0
|
117 |
---
|
118 |
|
119 |
# Taiwan Legislator Transcript
|
|
|
124 |
The original of transcripts are compiled and published on gazettes from Taiwan Legislator Yuan.
|
125 |
|
126 |
For each segment of transcript, there are corresponding video clip on Legislative Yuan IVOD system.
|
127 |
+
IVOD stands for Internet Video on Demand system.
|
128 |
|
129 |
For more detail on data origin please look at:
|
130 |
- [Legislative Yuan Meetings and Gazettes](https://ppg.ly.gov.tw/ppg/)
|
|
|
152 |
|
153 |
If you have any issue on the dataset. Please leave a discussion on it or contact us via:
|
154 |
|
155 |
+
報導者(The Reporter) data@twreporter.org
|
156 |
|
157 |
+
歐噴有限公司(OpenFun Ltd.) [email protected]
|