Tristan Sylvain, Lili Meng, Qi Yan, Raihan Seraj, Jiawei He
We lifted 3 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| borealisai/autocast-plus-plus | canonical | 0 of 1 |
| BorealisAI/Autocast-plus-plus | — | 1 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| EncoderWrapper | Ran | BorealisAI/Autocast-plus-plus/autocast_experiments/src/model_multihead.py pointer only (licence: NOASSERTION) · get_code("4dc46159f8aa8a9a") |
| FiDT5 | Not yet run | BorealisAI/Autocast-plus-plus/autocast_experiments/src/model_multihead.py pointer only (licence: NOASSERTION) · get_code("e96f4476c6fb2e95") |
| load_json_data | Not yet run | borealisai/autocast-plus-plus/autocast_experiments/data/process.py pointer only (licence: NOASSERTION) · get_code("6fb1488fa816f0cc") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Machine-based prediction of real-world events is garnering attention due to its potential for informed decision-making. Whereas traditional forecasting predominantly hinges on structured data like time-series, recent breakthroughs in language models enable predictions using unstructured text. In particular, (Zou et al., 2022) unveils AutoCast, a new benchmark that employs news articles for answering forecasting queries. Nevertheless, existing methods still trail behind human performance. The cornerstone of accurate forecasting, we argue, lies in identifying a concise, yet rich subset of news snippets from a vast corpus. With this motivation, we introduce AutoCast++, a zero-shot ranking-based context retrieval system, tailored to sift through expansive news document collections for event forecasting. Our approach first re-ranks articles based on zero-shot question-passage relevance, honing in on semantically pertinent news. Following this, the chosen articles are subjected to zero-shot summarization to attain succinct context. Leveraging a pre-trained language model, we conduct both the relevance evaluation and article summarization without needing domain-specific training. Notably, recent articles can sometimes be at odds with preceding ones due to new facts or unanticipated incidents, leading to fluctuating temporal dynamics. To tackle this, our re-ranking mechanism gives preference to more recent articles, and we further regularize the multi-passage representation learning to align with human forecaster responses made on different dates. Empirical results underscore marked improvements across multiple metrics, improving the performance for multiplechoice questions (MCQ) by 48% and true/false (TF) questions by up to 8%. Code is available at https://github.com/BorealisAI/Autocast-plus-plus. * Work performed while interning at Borealis AI.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2310.01880")
get_code_for_paper("2310.01880")
have("2310.01880")
Connect an agent — have() is free.