FreightBidBench
收藏资源简介:
FreightBidBench是由Bubba AI创建的一个公开、可复现的基准数据集,专门用于研究在线卡车货运投标接受问题。该数据集基于美国运输部货运分析框架和美国农业部卡车运价报告等公共数据校准构建,包含72小时时间跨度的场景,集成了运营可行性约束(如取货可达时间、预约窗口、简化服务时间规则及随机场站延迟)与经济因素(如服务失败惩罚、终端车队价值和时序价格溢价窗口)。数据生成过程通过版本化的场景合约实现,确保依赖关系清晰且可重复。该数据集旨在为动态车队管理和投标决策算法提供一个标准化的测试平台,解决现有路由基准缺乏闭环、随机性和公开校准的问题,支持未来感知策略的评估与比较。
FreightBidBench is an open, reproducible benchmark dataset created by Bubba AI, specifically dedicated to research on online truck freight bid acceptance problems. Constructed and calibrated using public datasets such as the U.S. Department of Transportation (USDOT) Freight Analysis Framework and the U.S. Department of Agriculture (USDA) Truck Freight Rate Reports, this dataset includes scenarios spanning a 72-hour time horizon, integrating both operational feasibility constraints (e.g., pickup access times, appointment windows, simplified service time rules, and stochastic yard delays) and economic factors (e.g., service failure penalties, terminal fleet values, and time-based price premium windows). The data generation pipeline is implemented via versioned scenario contracts, ensuring clear and reproducible dependency relationships. This dataset aims to provide a standardized testbed for dynamic fleet management and bid decision-making algorithms, addressing the limitations of existing routing benchmarks that lack closed-loop mechanisms, stochasticity, and public calibration, and supporting the evaluation and comparison of future perception strategies.
数据集概述:FreightBidBench
- 名称: FreightBidBench
- 描述: 一个公开校准的合成基准,用于实时卡车货运投标接受决策。该基准在闭环车队状态、预约窗口、服务时间(HOS)和堆场延误可行性条件下进行测试。
- 类型: 合成基准数据集
- 领域: 物流与货运(实时卡车货运投标)
核心特性
- 实时决策: 专注于在复杂的货运运营约束下实时做出投标接受决策。
- 闭环可行性: 模拟了闭合的、持续运行的车队状态,并整合了以下关键约束:
- 预约窗口: 提货和交货的时间窗口。
- 服务时间 (HOS): 驾驶员工作时间的法规限制。
- 堆场延误: 在堆场装卸货可能发生的延误。
- 公开校准: 使用公开数据源进行校准,以增强其现实性和可信度。
主要版本与使用
- 当前版本: v0.3
- 历史版本: v0.2.1,可用于历史对比。
- 运行基准: 通过运行
scripts/run_freightbidbench.py脚本,配合指定的配置文件(如configs/freightbidbench_v03_scenarios.json)和预设参数(如标准模式、情景模式、种子数、标签限制等)。 - 关键脚本: 数据集提供了一系列脚本用于运行基准、分析结果、计算策略差异和生成校准报告。
文件结构(主要脚本与配置文件)
| 文件路径 | 用途 |
|---|---|
scripts/run_freightbidbench.py |
基准运行器,支持快速测试、标准运行和论文预设模式。 |
scripts/freight_feasibility.py |
可行性层,处理卡车状态、取货到达、预约窗口、服务时间时钟和堆场延误。 |
scripts/run_lagrangian_bound.py |
计算拉格朗日松弛信息下的后见边界。 |
scripts/analyze_policy_deltas.py |
进行配对种子的自助法(bootstrap)策略差异分析。 |
scripts/analyze_calibration.py |
基于公共FAF/USDA数据进行校准交叉验证。 |
configs/freightbidbench_v03_scenarios.json |
v0.3 版本的场景、预设、策略集、种子和级联带的配置文件。 |
许可与引用
- 代码与文档许可: Apache-2.0 许可证。
- 生成数据许可: 生成的基准测试工件、输出、报告等采用 CC BY 4.0 许可证。
- 引用: 建议根据GitHub发布标签
v0.3.0进行引用。论文发表后,需同时引用arXiv标识符和此发布标签。

- 1Latency-Aware Bid Acceptance under Operational Feasibility: A Public Benchmark with Hindsight CeilingsBubba AI · 2026年



