Roy229/toolathlon-trip-requests-f0237f97
Corporate Trip Requests Pending business trip requests submitted by employees. Each request contains the employee name, origin, destination, priority, and status. Requests File All requests are stored in requests.json. Processing Guidelines Click to expand the processing guidelines When processing the pending trip requests, apply the following rules: Compute the road distance (in kilometers) between each request's origin and destination.… See the full description on the dataset page: https://huggingface.co/datasets/Roy229/toolathlon-trip-requests-f0237f97.
Corporate Trip Requests
Pending business trip requests submitted by employees. Each request contains the employee name, origin, destination, priority, and status.
Requests File
All requests are stored in requests.json.
Processing Guidelines
<details> <summary>Click to expand the processing guidelines</summary>
When processing the pending trip requests, apply the following rules:
- Compute the road distance (in kilometers) between each request's
originanddestination. - Determine the recommended travel mode:
- If the distance is 10 km or less, the recommended mode is
walking. - If the distance is more than 10 km and up to 50 km, the recommended mode is
transit. - If the distance is more than 50 km, the recommended mode is
flight. - If the request
priorityishighand the recommended mode istransit, upgrade the mode toflightand markexpeditedastrue. - Set
statustoprocessedand adddistance_km,recommended_mode,expedited, andprocessed_atto each request. - Save an updated
requests.jsonback to this dataset, and generate a local report namedtrip_report.json.
</details>
