EtashGuha commited on
Commit
1fecdbc
·
verified ·
1 Parent(s): 737faa9

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. taskmaster2-0011/instruction.md +19 -0
  2. taskmaster2-0020/instruction.md +25 -0
  3. taskmaster2-0021/environment/Dockerfile +5 -0
  4. taskmaster2-0026/environment/Dockerfile +5 -0
  5. taskmaster2-0027/instruction.md +31 -0
  6. taskmaster2-0028/environment/Dockerfile +5 -0
  7. taskmaster2-0029/instruction.md +19 -0
  8. taskmaster2-0044/instruction.md +19 -0
  9. taskmaster2-0072/instruction.md +25 -0
  10. taskmaster2-0074/instruction.md +22 -0
  11. taskmaster2-0080/instruction.md +34 -0
  12. taskmaster2-0086/instruction.md +19 -0
  13. taskmaster2-0087/instruction.md +22 -0
  14. taskmaster2-0089/instruction.md +24 -0
  15. taskmaster2-0212/instruction.md +22 -0
  16. taskmaster2-0213/environment/Dockerfile +5 -0
  17. taskmaster2-0214/environment/Dockerfile +5 -0
  18. taskmaster2-0224/instruction.md +19 -0
  19. taskmaster2-0240/environment/Dockerfile +5 -0
  20. taskmaster2-0248/instruction.md +26 -0
  21. taskmaster2-0249/instruction.md +28 -0
  22. taskmaster2-0270/instruction.md +35 -0
  23. taskmaster2-0276/instruction.md +15 -0
  24. taskmaster2-0279/instruction.md +21 -0
  25. taskmaster2-0283/instruction.md +27 -0
  26. taskmaster2-0410/instruction.md +20 -0
  27. taskmaster2-0416/instruction.md +20 -0
  28. taskmaster2-0419/instruction.md +18 -0
  29. taskmaster2-0421/instruction.md +21 -0
  30. taskmaster2-0426/instruction.md +17 -0
  31. taskmaster2-0443/instruction.md +21 -0
  32. taskmaster2-0472/instruction.md +32 -0
  33. taskmaster2-0475/instruction.md +29 -0
  34. taskmaster2-0481/instruction.md +26 -0
  35. taskmaster2-0612/instruction.md +24 -0
  36. taskmaster2-0613/instruction.md +23 -0
  37. taskmaster2-0622/instruction.md +19 -0
  38. taskmaster2-0624/instruction.md +33 -0
  39. taskmaster2-0640/instruction.md +23 -0
  40. taskmaster2-0647/instruction.md +22 -0
  41. taskmaster2-0648/environment/Dockerfile +5 -0
  42. taskmaster2-0649/instruction.md +25 -0
  43. taskmaster2-0671/instruction.md +25 -0
  44. taskmaster2-0676/instruction.md +19 -0
  45. taskmaster2-0683/environment/Dockerfile +5 -0
  46. taskmaster2-0685/instruction.md +23 -0
  47. taskmaster2-0814/environment/Dockerfile +5 -0
  48. taskmaster2-0823/instruction.md +22 -0
  49. taskmaster2-0825/environment/Dockerfile +5 -0
  50. taskmaster2-0840/instruction.md +17 -0
taskmaster2-0011/instruction.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-01503495-899d-4862-a428-ea75e46177f0
5
+ - **Instruction ID**: flight-6
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I'm trying to find a flight to New York City on May 16th, and coming back May 19th.
10
+ 2. Yes.
11
+ 3. One.
12
+ 4. I would like business class and non-stop.
13
+ 5. I would prefer to leave in the afternoon or night.
14
+ 6. For the return trip, any time is okay.
15
+ 7. That's it.
16
+ 8. Okay, can you book it, please?
17
+
18
+ ## Task
19
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0020/instruction.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-0202ef4d-5de8-441c-b66c-29521cea52b3
5
+ - **Instruction ID**: flight-7
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I'd like help finding a flight to Seattle, Washington.
10
+ 2. I would like to leave from New York airport.
11
+ 3. Okay. I'd like to leave on 15th of March and be back on 20th of March.
12
+ 4. Yes.
13
+ 5. I'd prefer to leave sometime in the morning.
14
+ 6. I'd also like the price to be under $1,000.
15
+ 7. And I like economy seating.
16
+ 8. I'd also like there to be less than two layovers.
17
+ 9. Yes.
18
+ 10. Okay.
19
+ 11. I'll choose the second option.
20
+ 12. Okay.
21
+ 13. That's all I need to know.
22
+ 14. Okay.
23
+
24
+ ## Task
25
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0021/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0026/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0027/instruction.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-02d7d49e-d5b7-4c8a-b982-e936506ddcf6
5
+ - **Instruction ID**: flight-4
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I would like you to help me finding a flight.
10
+ 2. I said I would like you to help me in finding a flight.
11
+ 3. Paris, France.
12
+ 4. I would like a kosher meal.
13
+ 5. I would like to watch a movie.
14
+ 6. And, can I go in first class?
15
+ 7. That's fine.
16
+ 8. I have a price point of $50,000.
17
+ 9. No. Is there anything else you need to know?
18
+ 10. On February 15th.
19
+ 11. On February 25th.
20
+ 12. If I can get it, that would be great.
21
+ 13. Fantastic.
22
+ 14. Air France sounds good.
23
+ 15. $12,091, that's absolutely fine. I've got all the money.
24
+ 16. Okay. At 3:00 p.m, you said?
25
+ 17. Fantastic.
26
+ 18. Sounds good to me.
27
+ 19. Thank you for letting me know that.
28
+ 20. Yeah, It all looks great.
29
+
30
+ ## Task
31
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0028/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0029/instruction.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-032d1836-0f6e-4826-bdd2-51ae123dcdd7
5
+ - **Instruction ID**: flight-12
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi. I need a flight today from Sacramento to Denver.
10
+ 2. Today, and then I'll be back on Wednesday.
11
+ 3. I need a evening flight.
12
+ 4. I would like Standard, But whatever is the cheapest.
13
+ 5. Whatever one's the cheapest, So a layover's fine.
14
+ 6. All right. That sounds good. Could you book it for me?
15
+ 7. Could you book it for me?
16
+ 8. Thank you.
17
+
18
+ ## Task
19
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0044/instruction.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-0486d642-4627-489a-a0f3-14d1c2b97068
5
+ - **Instruction ID**: flight-11
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi, I'd like to book a round-trip flight from New York City to Amsterdam.
10
+ 2. Well, I'll be leaving today and coming back on the 19th. I'd like the earliest possible flight for both.
11
+ 3. I'd also prefer the cheapest flight you can find, if that's okay.
12
+ 4. Are there any non-stop?
13
+ 5. Oh, I don't know if I can go that expensive. Let's just go with the first one you mentioned.
14
+ 6. Thank you so much, I really appreciate your efforts.
15
+ 7. Have a good day.
16
+ 8. Goodbye.
17
+
18
+ ## Task
19
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0072/instruction.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-07e48ba4-92fa-425f-9f02-6459c9026f29
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I would like to book a trip to Paris.
10
+ 2. The cheapest airline will suffice.
11
+ 3. I am leaving February 20th.
12
+ 4. I'm coming back March 20th.
13
+ 5. I prefer the morning, the earliest trip possible.
14
+ 6. Sounds okay.
15
+ 7. Sounds good. What's my seating class?
16
+ 8. Yes, the cheapest one possible, coach.
17
+ 9. Great, and could I get a aisle seat? For this flight it is a coach that in class rate and can I get a ioc?
18
+ 10. What time will it be returning?
19
+ 11. The earliest possible.
20
+ 12. Yes, that'll do perfectly.
21
+ 13. Nope. Just send me the info.
22
+ 14. Thank you so much.
23
+
24
+ ## Task
25
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0074/instruction.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-07f1ccd9-e109-41c5-8db6-afb4cdd94728
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi. I need help organizing a flight. I'm looking to fly to Dublin, Ireland.
10
+ 2. Yes. Well, I'm looking to fly on June 4th, and come back on June 12th. I'm looking to spend up to $3,000 and I'm looking for Economy class.
11
+ 3. I prefer a non-stop, but if there is a layover again, I'm okay with it.
12
+ 4. I'd like to leave in the morning between 6:00 A.M. and 11:00 A.M.
13
+ 5. Okay.
14
+ 6. Okay. United is pretty good.
15
+ 7. United is pretty good.
16
+ 8. Okay.
17
+ 9. Okay.
18
+ 10. Nothing else for today, that pretty much covers it. Thank you for organize the flight for me.
19
+ 11. I'll try to. Enjoy yours as well.
20
+
21
+ ## Task
22
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0080/instruction.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-086ed5fa-5e3a-4850-933a-632a92157a88
5
+ - **Instruction ID**: flight-4
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I would like help finding a flight to Germany.
10
+ 2. I would like help finding a flight to Munich, Germany.
11
+ 3. September 21st to October 1st.
12
+ 4. I want it to be non-stop.
13
+ 5. And.
14
+ 6. First class.
15
+ 7. Yes.
16
+ 8. I would like to leave in the afternoon.
17
+ 9. October 1st.
18
+ 10. 10 o'clock in the morning.
19
+ 11. Okay.
20
+ 12. Okay.
21
+ 13. Okay.
22
+ 14. Okay.
23
+ 15. Okay.
24
+ 16. Okay.
25
+ 17. Okay.
26
+ 18. Okay.
27
+ 19. Okay.
28
+ 20. Okay.
29
+ 21. Okay.
30
+ 22. Yes.
31
+ 23. Okay. That is all. Thankyou.
32
+
33
+ ## Task
34
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0086/instruction.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-08fc3815-75cc-4b26-844b-8db7818df940
5
+ - **Instruction ID**: flight-12
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi. I'm looking for a round-trip ticket from San Francisco to Salt Lake City.
10
+ 2. I'm leaving on the 8th and returning in 5 days.
11
+ 3. That's correct.
12
+ 4. Economy.
13
+ 5. I'd like to have a window seat with that if I could.
14
+ 6. That's okay. I'll take the one with the stop.
15
+ 7. Okay. Book it and send it to me.
16
+ 8. Okay, thank you very much. Have a great day.
17
+
18
+ ## Task
19
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0087/instruction.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-0968b13f-2407-4146-8183-c65e0a279760
5
+ - **Instruction ID**: flight-4
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I would like help in finding a flight to Paris, France, please.
10
+ 2. April 15th through April 25th.
11
+ 3. Allegiant Airlines or Delta.
12
+ 4. A Business class.
13
+ 5. Anytime is fine?
14
+ 6. Allegiants Airline or Delta, business class, please. Any time of day is fine.
15
+ 7. What airlines is that?
16
+ 8. Is that non-stop?
17
+ 9. Is there a meal included on it?
18
+ 10. Okay, how much is the ticket?
19
+ 11. Thank you.
20
+
21
+ ## Task
22
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0089/instruction.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-0985e0d2-8c84-4f76-814b-e53d053d368d
5
+ - **Instruction ID**: flight-12
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hello.
10
+ 2. I'm looking to get a round-trip from Seattle to Chicago.
11
+ 3. On September 7th.
12
+ 4. Yes.
13
+ 5. On September 12th.
14
+ 6. Let's go for a business class.
15
+ 7. Okay, great.
16
+ 8. Okay.
17
+ 9. I need to leave in the morning.
18
+ 10. Great.
19
+ 11. 7:00 AM is good.
20
+ 12. Great. Let's go with that one.
21
+ 13. Thank you, goodbye.
22
+
23
+ ## Task
24
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0212/instruction.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-15ef0f6a-b536-40d8-9fe5-ea23d763eef1
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I'm looking to book a flight to Paris, France.
10
+ 2. Sure thing.
11
+ 3. Okay.
12
+ 4. Yeah. I need to leave on the 19th and return on the 24th of June.
13
+ 5. I want one economy.
14
+ 6. Okay. That's fine.
15
+ 7. About the return flight?
16
+ 8. Now, give me the 8:05 a.m.
17
+ 9. Okay. Could you book that for me, please?
18
+ 10. No.
19
+ 11. Thank you.
20
+
21
+ ## Task
22
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0213/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0214/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0224/instruction.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-17405b67-9d58-497f-9427-2153c1f49056
5
+ - **Instruction ID**: flight-11
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hello. I would like to book a round trip commercial airline flight from LA to Madrid.
10
+ 2. Depart on Sunday returning 5 days later and I want the time of day for the departure return to be in the evening, please. Find me a set of flights, please.
11
+ 3. Economy class.
12
+ 4. I want it to be the cheapest and the departure for the return to be in the evening.
13
+ 5. Testing.
14
+ 6. I want the first set of flights, please.
15
+ 7. That sounds like a perfect choice then.
16
+ 8. Thank you.
17
+
18
+ ## Task
19
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0240/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0248/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-1a078bd1-86b6-4ae2-a707-48eefd1d7688
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi, can you help me to book a flight to Paris?
10
+ 2. I would like it to be on the second week of March.
11
+ 3. Let me check my calendar. It's March 12th, 2017.
12
+ 4. On April 10th.
13
+ 5. I would prefer it to be a non-stop flight.
14
+ 6. It has to be a first-class.
15
+ 7. It can be a business-class. Can you check business-class?
16
+ 8. Sure.
17
+ 9. Yeah, that would work.
18
+ 10. Yeah, that would work.
19
+ 11. Yes.
20
+ 12. Sounds good.
21
+ 13. You're welcome. Bye.
22
+ 14. No, that would be all.
23
+ 15. Thank you, bye.
24
+
25
+ ## Task
26
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0249/instruction.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-1a13fd20-1216-493c-8f6a-3663240a4424
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hello, I'd like to book a flight to Venice, Italy.
10
+ 2. I will leave on April the 5th and come back on April the 12th?
11
+ 3. I need two tickets under $3,000.
12
+ 4. Leave in the a.m., return in the p.m.
13
+ 5. And preferably nonstop.
14
+ 6. Is there one with only one layover?
15
+ 7. Really? What's the one with the least amount of layovers?
16
+ 8. Then, I'll go ahead and take one of those.
17
+ 9. Whichever one has the least amount of layovers is fine.
18
+ 10. Okay. Why don't I just choose any time, then?
19
+ 11. That sounds great.
20
+ 12. Yes, please.
21
+ 13. What are the times?
22
+ 14. Okay. And I can have two tickets?
23
+ 15. That's fine.
24
+ 16. Then, I'll take those tickets.
25
+ 17. No, that is all.
26
+
27
+ ## Task
28
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0270/instruction.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-1bef367a-5329-444a-93d5-e240ca43c5fb
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hello. I'd like to book an airline flight.
10
+ 2. I'd like to go to London.
11
+ 3. Can you tell me your cheapest flight?
12
+ 4. February 14th.
13
+ 5. I want to stay a week, so February 21st.
14
+ 6. I'd like to leave in the morning.
15
+ 7. Do you have a 9:00 a.m. flight?
16
+ 8. Evening like 6:00 p.m.
17
+ 9. Can I get first class on that?
18
+ 10. That's okay.
19
+ 11. Do you have any non-stop flights?
20
+ 12. Do you have flights with one stop?
21
+ 13. Can I get that, please?
22
+ 14. Yeah, that'll be okay.
23
+ 15. Just coach.
24
+ 16. Okay. Yeah, I'll take that. Can you book that for me?
25
+ 17. I'll take that price, $1,850.
26
+ 18. United Airline's okay. That's cool.
27
+ 19. Okay.
28
+ 20. Okay.
29
+ 21. Okay. That works.
30
+ 22. Okay that works.
31
+ 23. Yep. Can you book it, please?
32
+ 24. Goodbye. Thank you.
33
+
34
+ ## Task
35
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0276/instruction.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-1cb12bba-8d50-40f3-8bea-cfd2d81966c1
5
+ - **Instruction ID**: flight-13
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi, I'm looking for a round-trip airline flight from San Francisco to Jamaica, leaving today and coming back on August 24th. Both in the evening, please.
10
+ 2. Well, I'd like the cheapest and I want a business class.
11
+ 3. That sounds very good.
12
+ 4. Thank you.
13
+
14
+ ## Task
15
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0279/instruction.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-1cfdbbf0-75e0-42cb-93d4-b24c4e699ddb
5
+ - **Instruction ID**: flight-13
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hello, I need a flight.
10
+ 2. San Francisco to the Bahamas.
11
+ 3. Today and return in 6 days in the afternoon flight.
12
+ 4. Okay, what's the total flight time?
13
+ 5. And is there Wi-Fi?
14
+ 6. That's fine. So then, do you have a return flight?
15
+ 7. And what's the total travel time?
16
+ 8. Good, and is there Wi-Fi?
17
+ 9. Okay, those flights are fine.
18
+ 10. Okay, thank you.
19
+
20
+ ## Task
21
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0283/instruction.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-1d3037e5-6171-4fbf-8c9e-5aa864fd8977
5
+ - **Instruction ID**: flight-6
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi. I need help finding a flight to Boston, Massachusetts.
10
+ 2. I need one ticket and my date range is March 19th until March 24th.
11
+ 3. Yes.
12
+ 4. I'm looking for an economy-class flight and I'm looking to spend between $500 and $1,500.
13
+ 5. I want to fly out in the morning and arrive some time in the afternoon.
14
+ 6. I think that's pretty much it.
15
+ 7. Okay.
16
+ 8. That sounds good so far.
17
+ 9. Okay.
18
+ 10. I'll take the one that costs more.
19
+ 11. That's fine.
20
+ 12. Yeah, that sounds pretty good. I can make that work.
21
+ 13. 4:16 PM.
22
+ 14. Yes, you can go ahead and book that now.
23
+ 15. Great. Thank you for that.
24
+ 16. Bye.
25
+
26
+ ## Task
27
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0410/instruction.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-29463981-784d-4d2d-ac53-04b2d280df81
5
+ - **Instruction ID**: flight-3
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hello. I would like help in finding a flight to Chicago.
10
+ 2. I want to leave on February, 7th and I want to return on February, 20th.
11
+ 3. In the morning.
12
+ 4. 10:00 am.
13
+ 5. Okay.
14
+ 6. 11:00 am.
15
+ 7. That's good.
16
+ 8. No.
17
+ 9. Thank you.
18
+
19
+ ## Task
20
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0416/instruction.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-2a0ea818-34e7-45bc-b635-841df6777b06
5
+ - **Instruction ID**: flight-7
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Yes, I'm looking for a round-trip flight to Seattle, please.
10
+ 2. Yes, I am.
11
+ 3. I'm looking to leave on May 7th and will return back on May 19th.
12
+ 4. And I prefer first class if possible.
13
+ 5. The morning time, if possible.
14
+ 6. I can come back in the afternoon.
15
+ 7. Okay. That sounds great.
16
+ 8. No. That's it. Thank you.
17
+ 9. Okay. You too.
18
+
19
+ ## Task
20
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0419/instruction.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-2ae2beb0-36bb-4056-a0ba-23b125e7d895
5
+ - **Instruction ID**: flight-6
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi. I need help in finding a flight.
10
+ 2. Yes. I'm going from Seattle to Boston, Massachusetts.
11
+ 3. A round trip ticket for one person.
12
+ 4. I would like to leave on May 20th and come back on May 24th.
13
+ 5. I would like a morning flight.
14
+ 6. Okay. That sounds great.
15
+ 7. No, thank you.
16
+
17
+ ## Task
18
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0421/instruction.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-2b1b703b-1787-45cc-993d-87028c30d060
5
+ - **Instruction ID**: flight-4
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I would like to get a flight to London.
10
+ 2. I will be going from August 1st to August 8th.
11
+ 3. Normal class would be fine.
12
+ 4. I will.
13
+ 5. I would prefer the morning time.
14
+ 6. Well, I would prefer the most-cheapest price.
15
+ 7. Okay.
16
+ 8. Yes, That would be great. Thank you.
17
+ 9. Sounds great.
18
+ 10. Thanks. Bye.
19
+
20
+ ## Task
21
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0426/instruction.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-2be70cb8-2838-4c08-a052-2c406fe82341
5
+ - **Instruction ID**: flight-10
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I'd like to book a flight from San Francisco to New York City.
10
+ 2. June 6th.
11
+ 3. June 10th.
12
+ 4. Yes, Nonstop.
13
+ 5. That's fine. Thank you.
14
+ 6. No. Thank you very much.
15
+
16
+ ## Task
17
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0443/instruction.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-2d9259ef-aab2-42f2-b187-87a48e942719
5
+ - **Instruction ID**: flight-12
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Yes, I'd like to book a round-trip flight from San Francisco to Chicago. Leaving today and coming back in 2 days.
10
+ 2. Yes.
11
+ 3. Coach and the afternoon departure time.
12
+ 4. Yes.
13
+ 5. What did you find?
14
+ 6. And the return flight?
15
+ 7. Can I change this to the cheapest flight and add free baggage?
16
+ 8. And my return flight?
17
+ 9. Can we book both of those, please?
18
+ 10. Thank you.
19
+
20
+ ## Task
21
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0472/instruction.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-30e81045-41f3-473c-9f89-d67372336154
5
+ - **Instruction ID**: flight-7
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hello. I'd like to find a flight to Sacramento, California.
10
+ 2. I would like to leave from JFK.
11
+ 3. I would like for the dates to be from March 15th to March 20th.
12
+ 4. I'd also like to fly with Delta Airlines.
13
+ 5. I would like for the price to be under $800.
14
+ 6. I'd like for the flight to be a non-stop flight.
15
+ 7. Yes.
16
+ 8. Okay.
17
+ 9. Yes.
18
+ 10. I'd also like for my flight to leave in the morning.
19
+ 11. Yes.
20
+ 12. That meets all my requirements.
21
+ 13. 1 hour.
22
+ 14. I'll choose 7:00 a.m.
23
+ 15. Okay.
24
+ 16. Okay.
25
+ 17. Okay, Alright.
26
+ 18. Okay.
27
+ 19. Okay.
28
+ 20. Okay.
29
+ 21. Goodbye.
30
+
31
+ ## Task
32
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0475/instruction.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-312d5655-1e6d-4f55-beb0-12cbd932d6e4
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi, I'm looking for a flight to Brussels, France on February 27th.
10
+ 2. Yes. Brussels, Belgium.
11
+ 3. February 27th.
12
+ 4. It will be a one-way flight.
13
+ 5. Yes. If I could get a first class seating.
14
+ 6. That's fine.
15
+ 7. Business class is perfect. Thank you.
16
+ 8. Could I get a window seat, please?
17
+ 9. Is there anything non-stop?
18
+ 10. That's fine.
19
+ 11. I think that will do it.
20
+ 12. Thank you.
21
+ 13. That's perfect. Thank you.
22
+ 14. Thank you.
23
+ 15. That's perfect, thank you.
24
+ 16. No, I think that will do it.
25
+ 17. Okay. Thank you.
26
+ 18. Good bye.
27
+
28
+ ## Task
29
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0481/instruction.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-31ac46a7-729e-45fd-a503-74bdd5c8f5ed
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi, I need help finding a flight to Glasgow, Scotland.
10
+ 2. Yes, that's where I want to fly from.
11
+ 3. The date range is from March 16th until 22nd.
12
+ 4. One ticket.
13
+ 5. I'm looking to fly out in the morning or in the afternoon, that's fine. And I'm looking to spend up to $2,500.
14
+ 6. Looking to fly out in the morning.
15
+ 7. I'm looking for an economy class if that's fine.
16
+ 8. Okay.
17
+ 9. Okay.
18
+ 10. Okay, that's in my budget. I'd take it.
19
+ 11. 11:35 a.m would work.
20
+ 12. Great.
21
+ 13. 11:35 a.m would work better.
22
+ 14. Okay.
23
+ 15. Okay, have a great day.
24
+
25
+ ## Task
26
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0612/instruction.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-40f1cf1c-b6e4-4971-8ef4-f4d92660d58b
5
+ - **Instruction ID**: flight-4
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I would like help finding a flight.
10
+ 2. To Europe.
11
+ 3. Rome.
12
+ 4. Monday.
13
+ 5. Friday next week.
14
+ 6. That's good.
15
+ 7. I'll do that, yes.
16
+ 8. How much is the flight?
17
+ 9. That's good.
18
+ 10. Okay. Thank you. Is there a time?
19
+ 11. Is there a time?
20
+ 12. 11:45 p.m. is good.
21
+ 13. Okay.
22
+
23
+ ## Task
24
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0613/instruction.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-413dbf59-0bb0-4642-9da3-4e713b903702
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hello, I need a flight to London, please.
10
+ 2. Yes, please.
11
+ 3. Okay. I am leaving on June 24th and coming back on July 4th.
12
+ 4. Four tickets, my wife and my two kids.
13
+ 5. They both are 15. So, they are going to be adult tickets.
14
+ 6. Well, since it's four of us I'd like it to be as affordable as possible. So, let's keep it in coach.
15
+ 7. I would like to leave in the morning and come back in the morning, if possible.
16
+ 8. What was the second date you gave me?
17
+ 9. Do I save about $500 per ticket?
18
+ 10. Yeah, let's do that. Let's go ahead and we'll book four tickets at that price.
19
+ 11. Sounds good. Yeah, let's take it.
20
+ 12. Great. Thank you.
21
+
22
+ ## Task
23
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0622/instruction.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-427c0853-ff24-43bb-85b9-7eb6eb107521
5
+ - **Instruction ID**: flight-12
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I need your help to book a round-trip flight from San Francisco to Chicago.
10
+ 2. Okay. I need to leave on the 22nd today and return on the 27th.
11
+ 3. And I need to leave and return as late as possible.
12
+ 4. Economy.
13
+ 5. Nonstop.
14
+ 6. Okay. Is that the shortest travel time that I can get?
15
+ 7. Okay. Can you book that for me?
16
+ 8. Thank you.
17
+
18
+ ## Task
19
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0624/instruction.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-42ce2cb0-3007-4449-81aa-f81470585e61
5
+ - **Instruction ID**: flight-6
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi. I'd like to book a flight to Baltimore.
10
+ 2. For two people.
11
+ 3. And, I need to fly on April 2nd and return on April 8th.
12
+ 4. Can I get a ticket that leaves in the morning?
13
+ 5. Yes, please.
14
+ 6. Economy class seating with nonstop.
15
+ 7. That's fine. How many layovers on the trip back?
16
+ 8. Okay. That's fine.
17
+ 9. That is fine.
18
+ 10. Does the flight include baggage checking?
19
+ 11. Perfect. Book that flight.
20
+ 12. Yes. What is the cost?
21
+ 13. Perfect! That is fine.
22
+ 14. Let me take that flight.
23
+ 15. Okay.
24
+ 16. What time is my return flight?
25
+ 17. Perfect. Can I book that flight?
26
+ 18. Oh, okay. No, that is fine.
27
+ 19. Okay.
28
+ 20. Okay.
29
+ 21. That's fine.
30
+ 22. Perfect, thank you.
31
+
32
+ ## Task
33
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0640/instruction.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-44dc5997-434a-4ca1-aae9-b8c2b4970f0d
5
+ - **Instruction ID**: flight-7
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hello. I'm looking for a Delta flight to Seattle.
10
+ 2. JFK, please.
11
+ 3. Saturday 25th to Friday 31st.
12
+ 4. One first class ticket, please.
13
+ 5. Non-Stop.
14
+ 6. Yes. I would also like a morning flight, please.
15
+ 7. Yes, I would also like a morning flight please.
16
+ 8. Yes, it will. Thank you.
17
+ 9. Yes.
18
+ 10. Yes, please.
19
+ 11. Thank you.
20
+ 12. Welcome, Good bye.
21
+
22
+ ## Task
23
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0647/instruction.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-457223d7-f8f8-42de-ae9d-876fe96972e1
5
+ - **Instruction ID**: flight-6
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I would like help in finding a flight.
10
+ 2. Yes.
11
+ 3. Way ticket for March 19th sometime in the morning.
12
+ 4. That's a one-way ticket.
13
+ 5. Not more than $1,000 in economy seating class.
14
+ 6. I would like no more than one layover.
15
+ 7. I would like to fly out in the morning.
16
+ 8. No other requirements.
17
+ 9. Yes, 6:00 a.m.
18
+ 10. 7:21 p.m.
19
+ 11. Thanks.
20
+
21
+ ## Task
22
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0648/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0649/instruction.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-4591e4ce-a5bf-4d62-a334-56af69c90cda
5
+ - **Instruction ID**: flight-5
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I would like to book a flight, please.
10
+ 2. I'm traveling Berlin to Amsterdam.
11
+ 3. I'd like to leave March 10th and return on the 29th.
12
+ 4. I'd like it to be under $1,500 if possible.
13
+ 5. I'd like to leave sometime around 11:00 A.M. to 4:00 P.M.
14
+ 6. awesome
15
+ 7. The 29th around like 1:00 P.M and 2:00 P.M.
16
+ 8. No particular airline.
17
+ 9. I'd prefer a nonstop. But if I can't get it under $1,500, I'm willing to make one stop.
18
+ 10. What's the least expensive flight you can find?
19
+ 11. Okay, that's acceptable. So, would you just confirm those details for me?
20
+ 12. Okay, perfect. Thank you for your help.
21
+ 13. Okay.
22
+ 14. Okay great. Thank you for all.
23
+
24
+ ## Task
25
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0671/instruction.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-48248cf0-8fee-4523-a71a-526fad6aefa8
5
+ - **Instruction ID**: flight-4
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. I would like your help finding a flight to London.
10
+ 2. I want to leave on May 15th.
11
+ 3. I need Virgin airlines.
12
+ 4. I would like to return on June 15th.
13
+ 5. Okay
14
+ 6. I choose the flight at  5:30 p.m.
15
+ 7. I have preferences of first class.
16
+ 8. Okay
17
+ 9. Okay
18
+ 10. Okay British Airways, please.
19
+ 11. Okay
20
+ 12. No
21
+ 13. Yes. It's fine.
22
+ 14. Thank you.
23
+
24
+ ## Task
25
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0676/instruction.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-48a33df9-40cd-4d70-a07b-025920d6768d
5
+ - **Instruction ID**: flight-12
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Yeah, looking for a round-trip commercial airline flight, please.
10
+ 2. Yes, I'm looking to fly from Los Angeles to Salt Lake City. Today departure, please and return exactly in 4 days. Earliest flights as possible. My other preference is non-stop and please have Wi-Fi on the plane.
11
+ 3. Okay, can you book this for me, please?
12
+ 4. Thank you.
13
+ 5. Yes, please. Can you tell me, please?
14
+ 6. Okay, can you book it?
15
+ 7. Thank you so much, bye-bye.
16
+ 8. Bye-bye.
17
+
18
+ ## Task
19
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0683/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0685/instruction.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-49825a90-1fdf-4673-b65c-ec0d3ee96e72
5
+ - **Instruction ID**: flight-6
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi. I'm looking for a commercial air flight.
10
+ 2. I would like to fly to New York.
11
+ 3. Round-trip, please.
12
+ 4. I would like to go on March 21st and I'll come back on April 8th.
13
+ 5. I would like window seat.
14
+ 6. Wi-Fi.
15
+ 7. Yes, that's it.
16
+ 8. I'm open to negotiation.
17
+ 9. That sounds perfect.
18
+ 10. I would like the return flight to be in Las Vegas.
19
+ 11. That sounds perfect.
20
+ 12. No, thanks.
21
+
22
+ ## Task
23
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0814/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0823/instruction.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-584ff644-f3c3-40b9-8d3d-91b715f357a9
5
+ - **Instruction ID**: flight-4
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi. I would like help finding a flight to Heathrow International Airport, London.
10
+ 2. I would like help finding a flight to Heathrow International Airport, London.
11
+ 3. Right.
12
+ 4. I'd prefer on 10th February. It should be a morning flight.
13
+ 5. I prefer  the morning flight as well.
14
+ 6. My preference is economy class.
15
+ 7. Sounds good, yeah.
16
+ 8. Can you repeat one more time?
17
+ 9. Oh yes, sounds good. Yeah, sure.
18
+ 10. No. Just go ahead and say me the price.
19
+ 11. Yes, sounds perfect. Just go ahead book for me.
20
+
21
+ ## Task
22
+ Do whatever the user asked you to do and use the dialogue history to do it.
taskmaster2-0825/environment/Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:24.04
2
+
3
+ WORKDIR /app
4
+
5
+ RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
taskmaster2-0840/instruction.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Taskmaster2 Conversation: Flights Domain
2
+
3
+ ## Conversation Details
4
+ - **Conversation ID**: dlg-594ecd98-2283-4821-a200-4de4a304691f
5
+ - **Instruction ID**: flight-12
6
+ - **Domain**: flights
7
+
8
+ ## User Utterances
9
+ 1. Hi, I'm looking for a round-trip flight from Sacramento to Salt Lake City.
10
+ 2. I want to leave today and return in 2 days.
11
+ 3. Business class, please. Yeah, that'd be fine.
12
+ 4. Okay. That sounds great.
13
+ 5. Awesome. Sounds great.
14
+ 6. Thank you.
15
+
16
+ ## Task
17
+ Do whatever the user asked you to do and use the dialogue history to do it.