Commit f8a4f22d authored by finn's avatar finn
Browse files

upload example

parent 8ce404f4
Loading
Loading
Loading
Loading
+93 −0
Original line number Diff line number Diff line
User: **Inquiry | Slot:**

- Intent: Inquiry
- Slots: None

System: **Inquiry | Slot:**

- Intent: Inquiry
- Slots: None

User: **Inquiry | Slot:**

- Intent: Inquiry
- Slots:
    - SlotType1: hotel-area
    - SlotValue1: south

System: **Inquiry | Slot:**

- Intent: Inquiry
- Slots:
    - SlotType1: hotel-internet
    - SlotValue1: yes

User: **Inquiry | Slot:**

- Intent: Inquiry
- Slots:
    - SlotType1: hotel-parking
    - SlotValue1: yes

System: **Inquiry | Slot:**

- Intent: Inquiry
- Slots: None

User: **Inquiry | Slot:**

- Intent: Inquiry
- Slots:
    - SlotType1: hotel-name
    - SlotValue1: Aylesbray Lodge Guest House

User: **Inquiry | Slot:**

- Intent: Inquiry
- Slots:
    - SlotType1: hotel-area
    - SlotValue1: south
    - SlotType2: hotel-bookday
    - SlotValue2: Tuesday
    - SlotType3: hotel-bookpeople
    - SlotValue3: 4
    - SlotType4: hotel-bookstay
    - SlotValue4: 4
    - SlotType5: hotel-internet
    - SlotValue5: yes
    - SlotType6: hotel-parking
    - SlotValue6: yes

User: **Inquiry | Slot:**

- Intent: Inquiry
- Slots: None

System: **BookingConfirmationCancellation | Slot:**

- Intent: BookingConfirmationCancellation
- Slots:
    - SlotType1: hotel-name
    - SlotValue1: Aylesbray Lodge Guest House
    - SlotType2: hotel-bookday
    - SlotValue2: Tuesday
    - SlotType3: hotel-bookpeople
    - SlotValue3: 4
    - SlotType4: hotel-bookstay
    - SlotValue4: 4
    - SlotType5: hotel-area
    - SlotValue5: south
    - SlotType6: hotel-internet
    - SlotValue6: yes
    - SlotType7: hotel-parking
    - SlotValue7: yes

User: **Inquiry | Slot:**

- Intent: Inquiry
- Slots: None

System: **Goodbye | Slot:**

- Intent: Goodbye
- Slots: None
 No newline at end of file
+23 −0
Original line number Diff line number Diff line
User: Hello, I'd like to find a hotel in the city center with internet and parking.

System: Thank you for using our service! Could you please specify the city or area you are looking for in the city center?

User: I prefer the south area.

System: Great choice! Do you require internet access during your stay?

User: Yes, I need internet.

System: Perfect! And would you also need parking facilities at the hotel?

User: Yes, parking is essential.

System: Thank you for providing the details. I have found a suitable hotel for you in the south area with internet and parking. It's the "Aylesbray Lodge Guest House." How many people will be staying, and for how many nights?

User: There will be four of us staying for four nights.

System: Thank you for the information. Your reservation for "Aylesbray Lodge Guest House" for four people, staying for four nights in the south area with internet and parking on Tuesday, is confirmed. Is there anything else I can assist you with?

User: No, that's all. Thank you for your help!

System: You're welcome! If you have any more questions in the future, feel free to ask. Have a great stay at Aylesbray Lodge Guest House! Goodbye!
 No newline at end of file
+49 −0
Original line number Diff line number Diff line
(Service: hotel, Intent: find_hotel, Slot: hotel-area -> centre)

(Service: hotel, Intent: find_hotel, Slot: hotel-internet -> yes)

(Service: hotel, Intent: find_hotel, Slot: hotel-parking -> yes)

(Service: hotel, Intent: find_hotel, Slot: hotel-area -> south)

(Service: hotel, Intent: find_hotel, Slot: hotel-internet -> yes)

(Service: hotel, Intent: find_hotel, Slot: hotel-parking -> yes)

(Service: restaurant, Intent: find_restaurant)

(Service: hotel, Intent: find_hotel, Slot: hotel-area -> south)

(Service: hotel, Intent: find_hotel, Slot: hotel-internet -> yes)

(Service: hotel, Intent: find_hotel, Slot: hotel-parking -> yes)

(Service: restaurant, Intent: find_restaurant)

(Service: hotel, Intent: Unknown Intent, Slot: hotel-name -> aylesbray lodge guest house)

(Service: hotel, Intent: book_hotel, Slot: hotel-area -> south)

(Service: hotel, Intent: book_hotel, Slot: hotel-bookday -> tuesday)

(Service: hotel, Intent: book_hotel, Slot: hotel-bookpeople -> 4)

(Service: hotel, Intent: book_hotel, Slot: hotel-bookstay -> 4)

(Service: hotel, Intent: book_hotel, Slot: hotel-internet -> yes)

(Service: hotel, Intent: book_hotel, Slot: hotel-parking -> yes)

(Service: hotel, Intent: book_hotel, Slot: hotel-area -> south)

(Service: hotel, Intent: book_hotel, Slot: hotel-bookday -> tuesday)

(Service: hotel, Intent: book_hotel, Slot: hotel-bookpeople -> 4)

(Service: hotel, Intent: book_hotel, Slot: hotel-bookstay -> 3)

(Service: hotel, Intent: book_hotel, Slot: hotel-internet -> yes)

(Service: hotel, Intent: book_hotel, Slot: hotel-name -> aylesbray lodge guest house)

(Service: hotel, Intent: book_hotel, Slot: hotel-parking -> yes)
 No newline at end of file
+10 −0
Original line number Diff line number Diff line
1. High Level Instruction:
    
    Simulate to be a system and respond to a user. Only generate system and user dialogue, without any action descriptions.
    
2. Description of the Dialogue Setup:

The user requests a specific act of service as expected by an online service system. The system asks the user for necessary details, verifies the applicability of the user’s requests to the Domain Knowledge and then after potential adjustments, provides the service. Every user message should be followed by a system message. Always remain courteous and ensure to bid farewell. All statements made by the system should adhere to the Domain Knowledge provided.

3. Domain knowledge
    [TRIPLETS]
 No newline at end of file