File size: 5,317 Bytes
6d65b59
 
 
 
e8c333b
 
 
 
 
 
 
 
 
 
6d65b59
e8c333b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6d65b59
 
 
d2c9c1e
 
 
 
 
 
 
e8c333b
d2c9c1e
 
 
 
 
5f030dc
 
 
 
 
 
 
 
 
 
 
d2c9c1e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e8c333b
d2c9c1e
5f030dc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
---
language:
- zh
configs:
- config_name: 11-1
  data_files: csv/11-1.csv
- config_name: 10-8
  data_files: csv/10-8.csv
- config_name: 10-7
  data_files: csv/10-7.csv
- config_name: 10-6
  data_files: csv/10-6.csv
- config_name: 10-5
  data_files: csv/10-5.csv
dataset_info:
- config_name: 11-1
  features:
  - name: ivod_id
    dtype: string
  - name: legislator_name
    dtype: string
  - name: meet_name
    dtype: string
  - name: meet_subjects
    dtype: string
  - name: meet_date
    dtype: string
  - name: speech_start_time
    dtype: string
  - name: speech_end_time
    dtype: string
  - name: gazette_agenda_content
    dtype: string
  - name: transcript
    dtype: string
- config_name: 10-8
  features:
  - name: ivod_id
    dtype: string
  - name: legislator_name
    dtype: string
  - name: meet_name
    dtype: string
  - name: meet_subjects
    dtype: string
  - name: meet_date
    dtype: string
  - name: speech_start_time
    dtype: string
  - name: speech_end_time
    dtype: string
  - name: gazette_agenda_content
    dtype: string
  - name: transcript
    dtype: string
- config_name: 10-7
  features:
  - name: ivod_id
    dtype: string
  - name: legislator_name
    dtype: string
  - name: meet_name
    dtype: string
  - name: meet_subjects
    dtype: string
  - name: meet_date
    dtype: string
  - name: speech_start_time
    dtype: string
  - name: speech_end_time
    dtype: string
  - name: gazette_agenda_content
    dtype: string
  - name: transcript
    dtype: string
- config_name: 10-6
  features:
  - name: ivod_id
    dtype: string
  - name: legislator_name
    dtype: string
  - name: meet_name
    dtype: string
  - name: meet_subjects
    dtype: string
  - name: meet_date
    dtype: string
  - name: speech_start_time
    dtype: string
  - name: speech_end_time
    dtype: string
  - name: gazette_agenda_content
    dtype: string
  - name: transcript
    dtype: string
- config_name: 10-5
  features:
  - name: ivod_id
    dtype: string
  - name: legislator_name
    dtype: string
  - name: meet_name
    dtype: string
  - name: meet_subjects
    dtype: string
  - name: meet_date
    dtype: string
  - name: speech_start_time
    dtype: string
  - name: speech_end_time
    dtype: string
  - name: gazette_agenda_content
    dtype: string
  - name: transcript
    dtype: string
license: apache-2.0
---

# Taiwan Legislator Transcript

## Overview

The transcripts of speech record happened in various kinds of meetings at Taiwan Legislator Yuan.
The original of transcripts are compiled and published on gazettes from Taiwan Legislator Yuan.

For each segment of transcript, there are corresponding video clip on Legislative Yuan IVOD system.
IVOD stands for Internet Video on Demand system. 

For more detail on data origin please look at:
- [Legislative Yuan Meetings and Gazettes](https://ppg.ly.gov.tw/ppg/)
- [Legislative Yuan IVOD system](https://ivod.ly.gov.tw/)

## Subset Categorization

The naming of subset is after the rule `{term}-{session}` which means:

- Term: Fixed period during which the elected legislators serve. The duration is 4 year for each term.
- Session: From [Knowledge Base](https://www.ly.gov.tw/EngPages/Detail.aspx?nodeid=333&pid=43230) of Taiwan Legislative Yuan, session means:
> Each year the Legislative Yuan shall hold two sessions of its own accord during the following Constitution regulated periods:
> from February to the end of May, and from September to the end of December

For each term 8 sessions is expected. `10-1`, `10-2`, ... , `10-8`

## Data Fields

| Field name             | Description                                                                                             |
|------------------------|---------------------------------------------------------------------------------------------------------|
| ivod_id                | ID of IVOD system. The original video clip url would be `https://ivod.ly.gov.tw/Play/Clip/1M/{ivod_id}` |
| legislator_name        | The speaker, the name of the legislator                                                                 |
| meet_name              | Name of the meeting                                                                                     |
| meet_subjects          | The subjects of the meeting                                                                             |
| meet_date              | Date of the meeting in form `YYYY-mm-dd`                                                                |
| speech_start_time      | Starting timecode of the video clip segment throughout the entire meeting                               |
| speech_end_time        | Ending timecode of the video clip segment throughout the entire meeting                                 |
| gazette_agenda_content | The agenda which provided from gazette                                                                  |
| transcript             | The full-text transcript                                                                                |

## Sponsorship

The work is sponsored by 【g0v 零時小學校】繁體中文AI 開源實踐計畫

## Contact

If you have any issue on the dataset. Please leave a discussion on it or contact us via:

報導者(The Reporter) [email protected] 

歐噴有限公司(OpenFun Ltd.) [email protected]