mytown-local-gov-meetings
收藏资源简介:
MyTown是一个开源数据集,专注于美国和加拿大地方政府会议。它包含从官方市政门户网站抓取的结构化记录,每个数据行都链接到原始源文档(如议程、会议记录、视频),确保数据可追溯性。截至2026年7月9日,数据集涵盖3,206个市政当局(覆盖美国和加拿大所有州/省),包含186,487次会议记录。数据结构包括多个配置表:municipalities表(市政当局基本信息)、meetings表(会议主体、日期、地点及文档URL)、briefs表(162,735条AI生成的议程摘要,含标题、摘要、重要事项、标签)、decisions表(31,138条从会议记录中提取的AI生成决策记录,如投票结果、金额)、briefs_i18n表(54,091条西班牙语和法语翻译)、roundups表(1,888份每周城市会议摘要)、transcripts表(1,480份会议视频的Whisper自动转录文本,总计约1,469小时音频)、census_demographics表(为2,666个美国市政当局提供人口普查ACS数据,如人口、收入、房屋价值等)。数据集支持11种政府门户平台,每日更新,采用CC BY 4.0许可证。需要注意的是,briefs、decisions、roundups、briefs_i18n和transcripts表中的内容是机器生成的(LLM摘要或ASR转录),可能存在误差,应以链接的原始源文档为权威参考。
MyTown is an open-source dataset focused on municipal government meetings in the United States and Canada. It contains structured records scraped from official municipal portals, with each data entry linked to its original source documents such as agendas, meeting minutes, and videos to ensure data traceability. As of July 9, 2026, the dataset covers 3,206 municipal jurisdictions (covering all states and provinces across the U.S. and Canada) and includes 186,487 meeting records. Its structure consists of multiple configured tables: 1. The `municipalities` table: Basic information of municipal jurisdictions 2. The `meetings` table: Meeting subjects, dates, locations, and document URLs 3. The `briefs` table: 162,735 AI-generated agenda summaries containing titles, summaries, key matters, and tags 4. The `decisions` table: 31,138 AI-generated meeting decision records extracted from meeting minutes, such as voting results and monetary amounts 5. The `briefs_i18n` table: 54,091 translations in Spanish and French 6. The `roundups` table: 1,888 weekly municipal meeting summaries 7. The `transcripts` table: 1,480 automatic transcription texts of meeting videos generated via OpenAI Whisper, totaling approximately 1,469 hours of audio 8. The `census_demographics` table: Census ACS data for 2,666 U.S. municipal jurisdictions, including population, income, housing values, and other relevant metrics The dataset supports 11 government portal platforms, is updated daily, and is licensed under CC BY 4.0. It should be noted that the content in the `briefs`, `decisions`, `roundups`, `briefs_i18n`, and `transcripts` tables is machine-generated (LLM summaries or ASR transcriptions) and may contain errors; the linked original source documents shall be regarded as the authoritative reference.
数据集概述:MyTown — 美国和加拿大地方政府会议数据集
许可证: CC BY 4.0
语言: 英语、西班牙语、法语
标签: 政府、公民、地方政府、会议、美国、加拿大
数据集大小: 10K < n < 100K 行
数据集简介
该数据集包含来自美国和加拿大地方政府会议的结构化记录,涵盖市/县议会、委员会等官方会议信息。每条记录均链接至其原始来源文档(官方市政门户网站)。
数据规模(截至2026-07-09)
- 186,487 场会议,涵盖 3,206 个市政当局(覆盖美国51个州及加拿大省份;国家为加拿大和美国)
- 1,480 份完整会议转录文本,约 1,469 小时的会议音频经Whisper自动机器转录
- 162,735 份纯语言议程摘要
- 31,138 条从会议记录中提取的决策记录
- 54,091 份西班牙语/法语翻译
- 1,888 份每周城市综述
- 2,666 个市政当局关联美国人口普查ACS人口统计数据(人口、收入、房屋价值)
- 11 种门户平台类型:boarddocs, civicclerk, civicplus, civicweb, escribe, granicus, iqm2, legistar, municode, novusagenda, primegov
- 每日更新
数据来源与溯源
municipalities和meetings表为真实记录,直接从官方政府门户网站抓取。每个会议行均附有其原始议程/会议记录/视频的URL链接。原始来源始终是市政当局自己的门户网站。
⚠️ 机器生成列说明
briefs,decisions,roundups,briefs_i18n— 为LLM生成的文本,总结真实的原始文档(属于衍生数据,非地面真实数据)。相关提示词/规则发布在 https://mytown.theboringparts.com/methodology/。transcripts— 为自动语音识别(Whisper)对官方会议视频的转录。音频来源真实,但ASR输出存在误差,请以视频为权威依据。
对于任何重要事项,请将链接的原始文档/视频视为权威来源。
数据表结构
| 配置 | 行数 | 说明 |
|---|---|---|
municipalities |
3,206 | 市政当局信息:ID、简称、名称、州/省、国家、门户平台类型 |
meetings |
186,487 | 会议详情:会议机构、日期、地点、议程/会议记录/视频/详情页面URL |
briefs |
162,735 | AI生成议程摘要:标题、摘要、值得注意项目、标签 |
decisions |
31,138 | AI从会议记录中提取的决策:投票计数、涉及金额 |
briefs_i18n |
54,091 | 议程摘要的西班牙语/法语翻译 |
roundups |
1,888 | 每周AI生成的每个城市综述(Markdown格式) |
transcripts |
1,480 | Whisper转录的会议视频文本:会议ID、时长(秒)、文本内容 |
census_demographics |
2,666 | 美国人口普查ACS 5年统计数据:人口、中位/人均收入、中位房屋价值、住房单元(关联市政ID) |
访问与使用
- 可浏览前端: https://mytown.theboringparts.com
- 许可证: CC BY 4.0(署名:mytown.theboringparts.com)
- 本仓库中还提供了一个完整的gzipped SQLite副本:
mytown.db.gz




