MaYiding commited on
Commit
7b44cc1
·
1 Parent(s): b8eb027

Update README

Browse files
Files changed (2) hide show
  1. README-ZH.md +28 -5
  2. README.md +29 -5
README-ZH.md CHANGED
@@ -425,11 +425,34 @@ CSV 路径完全绕过 `dataset_metadata`。要把行与提示模板配对,要
425
 
426
  ---
427
 
428
- ## 11. 联系与贡献
429
 
430
- 欢迎 issueschema 反馈与歧义报告。若某行的 ground truth 已变更,或面变得有歧义请到对应仓库 issue
 
 
431
 
432
- * 数据集:[Hugging Face 上的 `MaYiding/OracleProto`](https://huggingface.co/datasets/MaYiding/OracleProto/discussions)用于行级问、歧义报告与标签争议。
433
- * 代码仓库:[GitHub 上的 `MaYiding/OracleProto`](https://github.com/MaYiding/OracleProto/issues),用于反馈 evaluator、parser 或 harness 的行为问题。
 
434
 
435
- 行级报告应包含 `id`、被争议的题面,以及在条件允许时附上的一手来源;这是 curation 流水线在下一版更新该行所需的输入。
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
425
 
426
  ---
427
 
428
+ ## 11. 联系与合作
429
 
430
+ 如有代码使用数据集构建、复现问欢迎直接联系项目发者
431
+ - **马一丁**:[yidingma@bupt.edu.cn](mailto:yidingma@bupt.edu.cn)
432
+ - **阮承沄**:[ruanchengyun815@bupt.edu.cn](mailto:ruanchengyun815@bupt.edu.cn)
433
 
434
+ 如需联合研究、数据与评测基准共建、论文合作等请联系课负责人:
435
+ - **黄凯博**(通讯作者):[huangkaibo@bupt.edu.cn](mailto:huangkaibo@bupt.edu.cn)
436
+ - **杨忠良**(通讯作者):[yangzl@bupt.edu.cn](mailto:yangzl@bupt.edu.cn)
437
 
438
+ ---
439
+
440
+ ## 12. 论文
441
+
442
+ 查看我们的论文:[arXiv](http://arxiv.org/abs/2605.03762)
443
+
444
+ ---
445
+ ## 13. 引用
446
+
447
+ 如果您在研究中使用了本项目,请引用我们的论文:
448
+
449
+ ```
450
+ @article{OracleProto,
451
+ title={OracleProto: A Reproducible Framework for Benchmarking LLM Native Forecasting via Knowledge Cutoff and Temporal Masking},
452
+ author={Yiding Ma, Chengyun Ruan, Kaibo Huang, Zhongliang Yang, Linna Zhou},
453
+ journal={arXiv preprint arXiv:2605.03762},
454
+ year={2026}
455
+ }
456
+ ```
457
+
458
+ ---
README.md CHANGED
@@ -447,11 +447,35 @@ Released under the **MIT License** (see `LICENSE`). The upstream questions origi
447
 
448
  ---
449
 
450
- ## 11. Contact and contributions
451
 
452
- Issues, schema feedback, and ambiguity reports are welcome. If a row's ground truth has changed, or its framing has become ambiguous, open an issue in the relevant repository:
 
 
453
 
454
- * Dataset: [`MaYiding/OracleProto` on Hugging Face](https://huggingface.co/datasets/MaYiding/OracleProto/discussions) for row-level questions, ambiguity reports, and label disputes.
455
- * Code: [`MaYiding/OracleProto` on GitHub](https://github.com/MaYiding/OracleProto/issues) for evaluator, parser, or harness behaviour.
 
456
 
457
- Row-level reports should include the `id`, the disputed framing, and, where available, a primary source; these are the inputs the curation pipeline needs to update the row in the next release.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
447
 
448
  ---
449
 
450
+ ## 11. Contact
451
 
452
+ For questions about code usage, dataset construction, or reproducing results, please reach out to the developers directly:
453
+ - **Yiding Ma**: [yidingma@bupt.edu.cn](mailto:yidingma@bupt.edu.cn)
454
+ - **Chengyun Ruan**: [ruanchengyun815@bupt.edu.cn](mailto:ruanchengyun815@bupt.edu.cn)
455
 
456
+ For joint research, dataset and benchmark co-development, or paper collaboration, please contact the principal investigators:
457
+ - **Kaibo Huang** (corresponding author): [huangkaibo@bupt.edu.cn](mailto:huangkaibo@bupt.edu.cn)
458
+ - **Zhongliang Yang** (corresponding author): [yangzl@bupt.edu.cn](mailto:yangzl@bupt.edu.cn)
459
 
460
+ ---
461
+
462
+ ## 12. Paper
463
+
464
+ View Our Paper: [arXiv](http://arxiv.org/abs/2605.03762)
465
+
466
+ ---
467
+
468
+ ## 13. Citation
469
+
470
+ If you use this project in your research, please cite our paper:
471
+
472
+ ```
473
+ @article{OracleProto,
474
+ title={OracleProto: A Reproducible Framework for Benchmarking LLM Native Forecasting via Knowledge Cutoff and Temporal Masking},
475
+ author={Yiding Ma, Chengyun Ruan, Kaibo Huang, Zhongliang Yang, Linna Zhou},
476
+ journal={arXiv preprint arXiv:2605.03762},
477
+ year={2026}
478
+ }
479
+ ```
480
+
481
+ ---