CoolFace
Datasetpublic

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.

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes23downloads
Dataset Card

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:

  1. 1.Compute the road distance (in kilometers) between each request's origin and destination.
  2. 2.Determine the recommended travel mode:
  3. 3.If the distance is 10 km or less, the recommended mode is walking.
  4. 4.If the distance is more than 10 km and up to 50 km, the recommended mode is transit.
  5. 5.If the distance is more than 50 km, the recommended mode is flight.
  6. 6.If the request priority is high and the recommended mode is transit, upgrade the mode to flight and mark expedited as true.
  7. 7.Set status to processed and add distance_km, recommended_mode, expedited, and processed_at to each request.
  8. 8.Save an updated requests.json back to this dataset, and generate a local report named trip_report.json.

</details>