TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Real‑time tracking of candidates' promises in the Canadian election

2 点作者 jmacd19 天前
There is an election currently taking place in Canada, and the major parties had not released any formal platforms until very recently—just days before election day.<p>I built an app that parses transcripts of political appearances to extract promises (defined as forward-looking statements that represent a commitment). Each promise is tracked with a timestamped link to the exact moment it was made.<p>I’m using pgvector and semantic analysis to group similar promises together, effectively identifying when the same idea is repeated. This allows me to generate a timeline showing how each promise has evolved over time.<p>A cron job updates the data nightly, uploading it to huggingface [1] and making it available for download [2]<p>The most interesting technical challenge was accurately parsing timestamps and capturing the surrounding context that gives meaning to each promise.<p>1: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;jevon&#x2F;buildcanada-2025&#x2F;tree&#x2F;main&#x2F;data" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;jevon&#x2F;buildcanada-2025&#x2F;tree&#x2F;...</a> 2: <a href="https:&#x2F;&#x2F;2025.buildcanada.com&#x2F;data" rel="nofollow">https:&#x2F;&#x2F;2025.buildcanada.com&#x2F;data</a>

暂无评论

暂无评论