yulongchen commited on
Commit
10a536e
·
verified ·
1 Parent(s): 15b1b9e

Update test.html

Browse files
Files changed (1) hide show
  1. test.html +24 -9
test.html CHANGED
@@ -148,15 +148,30 @@
148
 
149
  <div class="relative">
150
  <pre id="bibtex" class="bg-gray-100 p-4 rounded-lg text-sm whitespace-pre-wrap break-words overflow-x-auto text-left">
151
- @misc{chen2025pledgetrackermonitoringfulfilmentpledges,
152
- title={PledgeTracker: A System for Monitoring the Fulfilment of Pledges},
153
- author={Yulong Chen and Michael Sejr Schlichtkrull and Zhenyun Deng and David Corney and Nasim Asl and Joshua Salisbury and Andrew Dudfield and Andreas Vlachos},
154
- year={2025},
155
- eprint={2509.11804},
156
- archivePrefix={arXiv},
157
- primaryClass={cs.CL},
158
- url={https://arxiv.org/abs/2509.11804},
159
- } </pre>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  </div>
161
  </div>
162
  </section>
 
148
 
149
  <div class="relative">
150
  <pre id="bibtex" class="bg-gray-100 p-4 rounded-lg text-sm whitespace-pre-wrap break-words overflow-x-auto text-left">
151
+ @inproceedings{chen-etal-2025-pledgetracker,
152
+ title = "{P}ledge{T}racker: A System for Monitoring the Fulfilment of Pledges",
153
+ author = "Chen, Yulong and
154
+ Schlichtkrull, Michael Sejr and
155
+ Deng, Zhenyun and
156
+ Corney, David and
157
+ Asl, Nasim and
158
+ Salisbury, Joshua and
159
+ Dudfield, Andrew and
160
+ Vlachos, Andreas",
161
+ editor = {Habernal, Ivan and
162
+ Schulam, Peter and
163
+ Tiedemann, J{\"o}rg},
164
+ booktitle = "Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
165
+ month = nov,
166
+ year = "2025",
167
+ address = "Suzhou, China",
168
+ publisher = "Association for Computational Linguistics",
169
+ url = "https://aclanthology.org/2025.emnlp-demos.64/",
170
+ doi = "10.18653/v1/2025.emnlp-demos.64",
171
+ pages = "839--850",
172
+ ISBN = "979-8-89176-334-0",
173
+ abstract = "Political pledges reflect candidates' policy commitments, but tracking their fulfilment requires reasoning over incremental evidence distributed across multiple, dynamically updated sources. Existing methods simplify this task into a document classification task, overlooking its dynamic temporal and multi-document nature. To address this issue, we introduce PledgeTracker, a system that reformulates pledge verification into structured event timeline construction. PledgeTracker consists of three core components: (1) a multi-step evidence retrieval module; (2) a timeline construction module and; (3) a fulfilment filtering module, allowing the capture of the evolving nature of pledge fulfilment and producing interpretable and structured timelines. We evaluate PledgeTracker in collaboration with professional fact-checkers in real-world workflows, demonstrating its effectiveness in retrieving relevant evidence and reducing human verification effort."
174
+ } </pre>
175
  </div>
176
  </div>
177
  </section>