iomoura commited on
Commit
e3621e0
·
verified ·
1 Parent(s): 6f66f48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -82
README.md CHANGED
@@ -15,89 +15,50 @@ The data includes meeting-level, topic-level, and speaker-level information, lin
15
  **Metadata Info:**
16
 
17
  The dataset contains **41 columns** grouped into the following categories:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- ### Identifiers & References
20
-
21
- | Column | Description |
22
- |--------|-------------|
23
- | subject_id | Unique identifier for the subject |
24
- | subject_key | Canonical subject key |
25
- | city_id | Municipality ID |
26
- | city_name | Municipality name (GR) |
27
- | city_name_en | Municipality name (EN) |
28
- | meeting_id | Meeting ID |
29
- | meeting_name | Meeting title |
30
- | topic_id | Topic ID |
31
- | topic_name | Topic name (GR) |
32
- | topic_name_en | Topic name (EN) |
33
- | introduced_by_id | ID of introducer |
34
- | introduced_by_name | Name of introducer |
35
- | agenda_item_index | Position in agenda |
36
-
37
- ---
38
- ### Content
39
-
40
- | Column | Description |
41
- |--------|-------------|
42
- | subject_name | Subject title |
43
- | description | Short description |
44
- | context | Contextual information |
45
- | location_text | Mentioned location text |
46
- | full_subject_text | Full canonical subject text |
47
- | full_transcript_text | Full flattened transcript |
48
-
49
- ---
50
- ### Decision (when available)
51
-
52
- | Column | Description |
53
- |--------|-------------|
54
- | decision_ada | Official ADA decision ID |
55
- | decision_protocol_number | Protocol number |
56
- | decision_title | Decision title |
57
- | decision_pdf_url | URL to official decision PDF |
58
- | decision_publish_date | Decision publication date |
59
-
60
- ---
61
- ### Votes & Attendance
62
-
63
- | Column | Description |
64
- |--------|-------------|
65
- | votes_for | Votes in favor |
66
- | votes_against | Votes against |
67
- | votes_abstain | Abstentions |
68
- | attendance_present | Members present |
69
- | attendance_absent | Members absent |
70
-
71
- ---
72
- ### URLs
73
-
74
- | Column | Description |
75
- |--------|-------------|
76
- | meeting_url | Meeting page URL |
77
- | subject_url | Subject page URL |
78
- | meeting_agenda_url | Agenda document URL |
79
- | meeting_video_url | Video URL |
80
- | meeting_audio_url | Audio URL |
81
- | meeting_youtube_url | YouTube URL |
82
-
83
- ---
84
- ### Speech Statistics & Structure
85
-
86
- | Column | Description |
87
- |--------|-------------|
88
- | statement_count | Number of statements |
89
- | speaker_turn_count | Number of speaker turns |
90
- | utterance_count | Number of utterances |
91
- | statements_json | JSON string of per-statement data |
92
- | speaker_turns_json | JSON string of speaker turns |
93
-
94
- ---
95
- ### Dates
96
-
97
- | Column | Description |
98
- |--------|-------------|
99
- | meeting_date | Date of meeting |
100
- | decision_publish_date | Date decision was published |
101
 
102
  **Dataset Statistics:**
103
 
 
15
  **Metadata Info:**
16
 
17
  The dataset contains **41 columns** grouped into the following categories:
18
+ | # | Column | Description |
19
+ | -- | ------------------------ | --------------------------------- |
20
+ | 1 | subject_id | Unique identifier for the subject |
21
+ | 2 | subject_key | Canonical subject key |
22
+ | 3 | city_id | Municipality ID |
23
+ | 4 | city_name | Municipality name (GR) |
24
+ | 5 | city_name_en | Municipality name (EN) |
25
+ | 6 | meeting_id | Meeting ID |
26
+ | 7 | meeting_name | Meeting title |
27
+ | 8 | topic_id | Topic ID |
28
+ | 9 | topic_name | Topic name (GR) |
29
+ | 10 | topic_name_en | Topic name (EN) |
30
+ | 11 | introduced_by_id | ID of introducer |
31
+ | 12 | introduced_by_name | Name of introducer |
32
+ | 13 | agenda_item_index | Position in agenda |
33
+ | 14 | subject_name | Subject title |
34
+ | 15 | description | Short description |
35
+ | 16 | context | Contextual information |
36
+ | 17 | location_text | Mentioned location text |
37
+ | 18 | full_subject_text | Full canonical subject text |
38
+ | 19 | full_transcript_text | Full flattened transcript |
39
+ | 20 | decision_ada | Official ADA decision ID |
40
+ | 21 | decision_protocol_number | Protocol number |
41
+ | 22 | decision_title | Decision title |
42
+ | 23 | decision_pdf_url | Decision PDF URL |
43
+ | 24 | decision_publish_date | Decision publish date |
44
+ | 25 | votes_for | Votes in favor |
45
+ | 26 | votes_against | Votes against |
46
+ | 27 | votes_abstain | Abstentions |
47
+ | 28 | attendance_present | Members present |
48
+ | 29 | attendance_absent | Members absent |
49
+ | 30 | meeting_url | Meeting page URL |
50
+ | 31 | subject_url | Subject page URL |
51
+ | 32 | meeting_agenda_url | Agenda URL |
52
+ | 33 | meeting_video_url | Video URL |
53
+ | 34 | meeting_audio_url | Audio URL |
54
+ | 35 | meeting_youtube_url | YouTube URL |
55
+ | 36 | statement_count | Number of statements |
56
+ | 37 | speaker_turn_count | Number of speaker turns |
57
+ | 38 | utterance_count | Number of utterances |
58
+ | 39 | statements_json | JSON per-statement data |
59
+ | 40 | speaker_turns_json | JSON per-turn data |
60
+ | 41 | meeting_date | Meeting date |
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  **Dataset Statistics:**
64