aitech-sd-lab/NLU_lab_7-8/train-pl.conllu
2022-05-28 14:38:59 +02:00

1686 lines
33 KiB
Plaintext

# text: teraz
# intent: inform
# slots:
1 teraz inform NoLabel
# text: Chciałbym kupić bilet na Batman w środę.
# intent: request inform inform
# slots: wśrodę:date
1 Chciałbym request_inform_inform NoLabel
2 kupić request_inform_inform NoLabel
3 bilet request_inform_inform NoLabel
4 na request_inform_inform NoLabel
5 Batman request_inform_inform NoLabel
6 w request_inform_inform B-date
7 środę request_inform_inform I-date
8 . request_inform_inform NoLabel
# text: jakie dane muszę podać?
# intent: reqmore
# slots:
1 jakie reqmore NoLabel
2 dane reqmore NoLabel
3 muszę reqmore NoLabel
4 podać reqmore NoLabel
5 ? reqmore NoLabel
# text: poproszę miejsca od 10 do 12 w ostatnim rzędzie
# intent: inform
# slots: 10do12wostatnimrzędzie:seat
1 poproszę inform NoLabel
2 miejsca inform NoLabel
3 od inform NoLabel
4 10 inform B-seat
5 do inform I-seat
6 12 inform I-seat
7 w inform I-seat
8 ostatnim inform I-seat
9 rzędzie inform I-seat
# text: miejsca w tylnych rzędach
# intent: inform
# slots:
1 miejsca inform NoLabel
2 w inform NoLabel
3 tylnych inform NoLabel
4 rzędach inform NoLabel
# text: ok, Adam Nowak aaanowak@mail.com
# intent: inform inform
# slots: AdamNowak:name
1 ok inform_inform NoLabel
2 , inform_inform NoLabel
3 Adam inform_inform B-name
4 Nowak inform_inform I-name
5 aaanowak@mail.com inform_inform NoLabel
# text: dziękuję, do widzenia
# intent: bye
# slots:
1 dziękuję bye NoLabel
2 , bye NoLabel
3 do bye NoLabel
4 widzenia bye NoLabel
# text: A jakie są dostępne
# intent: request
# slots:
1 A request NoLabel
2 jakie request NoLabel
3 są request NoLabel
4 dostępne request NoLabel
# text: ok
# intent: affirm
# slots:
1 ok affirm NoLabel
# text: chciałbym zarezerwować bilet na batmana
# intent: help
# slots:
1 chciałbym help NoLabel
2 zarezerwować help NoLabel
3 bilet help NoLabel
4 na help NoLabel
5 batmana help NoLabel
# text: studencki
# intent: inform
# slots: studencki:tickettype
1 studencki inform B-tickettype
# text: Jan Kowalski
# intent: affirm inform
# slots: JanKowalski:name
1 Jan affirm_inform B-name
2 Kowalski affirm_inform I-name
# text: Cześć
# intent: hello
# slots:
1 Cześć hello NoLabel
# text: 2
# intent: inform
# slots: 2:seat
1 2 inform B-seat
# text: 17:00
# intent: inform
# slots: 17:00:hour
1 17:00 inform B-hour
# text: 1
# intent: affirm inform
# slots: 1:ticketnumber
1 1 affirm_inform B-ticketnumber
# text: Film miał zacząć się o 19, natomiast pracownicy kina odmówili mi wpuszczenia na seans do godziny 19:30, przez co nie mogłam zobaczyć wszystkich reklam 🙁
# intent: inform
# slots:
1 Film inform NoLabel
2 miał inform NoLabel
3 zacząć inform NoLabel
4 się inform NoLabel
5 o inform NoLabel
6 19 inform NoLabel
7 , inform NoLabel
8 natomiast inform NoLabel
9 pracownicy inform NoLabel
10 kina inform NoLabel
11 odmówili inform NoLabel
12 mi inform NoLabel
13 wpuszczenia inform NoLabel
14 na inform NoLabel
15 seans inform NoLabel
16 do inform NoLabel
17 godziny inform NoLabel
18 19:30 inform NoLabel
19 , inform NoLabel
20 przez inform NoLabel
21 co inform NoLabel
22 nie inform NoLabel
23 mogłam inform NoLabel
24 zobaczyć inform NoLabel
25 wszystkich inform NoLabel
26 reklam inform NoLabel
27 🙁 inform NoLabel
# text: 12093098490832030210334434
# intent: inform
# slots: 12093098490832030210334434:bankAccountNumber
1 12093098490832030210334434 inform B-bankAccountNumber
# text: Dzień dobry, chciałabym złożyć reklamację biletów
# intent: inform
# slots:
1 Dzień inform NoLabel
2 dobry inform NoLabel
3 , inform NoLabel
4 chciałabym inform NoLabel
5 złożyć inform NoLabel
6 reklamację inform NoLabel
7 biletów inform NoLabel
# text: Dziękuję
# intent: ack
# slots:
1 Dziękuję ack NoLabel
# text: Dzień dobry
# intent: hello
# slots:
1 Dzień hello NoLabel
2 dobry hello NoLabel
# text: A jakie miejsca zostały zarezerwowane?
# intent: request
# slots:
1 A request NoLabel
2 jakie request NoLabel
3 miejsca request NoLabel
4 zostały request NoLabel
5 zarezerwowane request NoLabel
6 ? request NoLabel
# text: W jaki inny dzień bilety kosztują mniej?
# intent: reqmore
# slots:
1 W reqmore NoLabel
2 jaki reqmore NoLabel
3 inny reqmore NoLabel
4 dzień reqmore NoLabel
5 bilety reqmore NoLabel
6 kosztują reqmore NoLabel
7 mniej reqmore NoLabel
8 ? reqmore NoLabel
# text: Witam
# intent: hello
# slots:
1 Witam hello NoLabel
# text: A jakie są miejsca najbliżej ekranu?
# intent: request
# slots: najbliżejekranu:seats
1 A request NoLabel
2 jakie request NoLabel
3 są request NoLabel
4 miejsca request NoLabel
5 najbliżej request B-seats
6 ekranu request I-seats
7 ? request NoLabel
# text: W jakim kinie?
# intent: request
# slots:
1 W request NoLabel
2 jakim request NoLabel
3 kinie request NoLabel
4 ? request NoLabel
# text: Rozumiem. Chcę w takim razie zarezerwować dwa bilety na Sing 2
# intent: ack request request
# slots: Sing2:title
1 Rozumiem ack_request_request NoLabel
2 . ack_request_request NoLabel
3 Chcę ack_request_request NoLabel
4 w ack_request_request NoLabel
5 takim ack_request_request NoLabel
6 razie ack_request_request NoLabel
7 zarezerwować ack_request_request NoLabel
8 dwa ack_request_request NoLabel
9 bilety ack_request_request NoLabel
10 na ack_request_request NoLabel
11 Sing ack_request_request B-title
12 2 ack_request_request I-title
# text: Gdzie jest to kino?
# intent: request
# slots:
1 Gdzie request NoLabel
2 jest request NoLabel
3 to request NoLabel
4 kino request NoLabel
5 ? request NoLabel
# text: Chciałbym miejsca najbliżej ekranu
# intent: request
# slots: najbliżejekranu:seats
1 Chciałbym request NoLabel
2 miejsca request NoLabel
3 najbliżej request B-seats
4 ekranu request I-seats
# text: Jeden normalny i ulgowy
# intent: inform
# slots:
1 Jeden inform NoLabel
2 normalny inform NoLabel
3 i inform NoLabel
4 ulgowy inform NoLabel
# text: Jakie są najbliższe seanse?
# intent: request requestrequest
# slots:
1 Jakie request_requestrequest NoLabel
2 są request_requestrequest NoLabel
3 najbliższe request_requestrequest NoLabel
4 seanse request_requestrequest NoLabel
5 ? request_requestrequest NoLabel
# text: A jakie są DOSTĘPNE miejsca najbliżej ekranu?
# intent: request
# slots:
1 A request NoLabel
2 jakie request NoLabel
3 są request NoLabel
4 DOSTĘPNE request NoLabel
5 miejsca request NoLabel
6 najbliżej request NoLabel
7 ekranu request NoLabel
8 ? request NoLabel
# text: Adrian Charkiewicz, gfasfaf@gmail.com
# intent: inform inform
# slots: AdrianCharkiewicz:name
1 Adrian inform_inform B-name
2 Charkiewicz inform_inform I-name
3 , inform_inform NoLabel
4 gfasfaf@gmail.com inform_inform NoLabel
# text: rząd 2 miejsca 6,7
# intent: inform
# slots: rząd2miejsca6,7:seat
1 rząd inform B-seat
2 2 inform I-seat
3 miejsca inform I-seat
4 6,7 inform I-seat
# text: z przodu
# intent: inform
# slots:
1 z inform NoLabel
2 przodu inform NoLabel
# text: tak zgadza się
# intent: act
# slots:
1 tak act NoLabel
2 zgadza act NoLabel
3 się act NoLabel
# text: jutro popołudniu
# intent: inform inform
# slots: popołudniu:hour
1 jutro inform_inform NoLabel
2 popołudniu inform_inform B-hour
# text: Chciałbym obejrzeć film
# intent: inform help
# slots:
1 Chciałbym inform_help NoLabel
2 obejrzeć inform_help NoLabel
3 film inform_help NoLabel
# text: Rozumiem
# intent: ack
# slots:
1 Rozumiem ack NoLabel
# text: Bilety ulgowe
# intent: inform
# slots: ulgowe:ticketType
1 Bilety inform NoLabel
2 ulgowe inform B-ticketType
# text: 20
# intent: infrom
# slots: 20:quantity
1 20 infrom B-quantity
# text: Nie
# intent: deny
# slots:
1 Nie deny NoLabel
# text: Może być
# intent: ack
# slots:
1 Może ack NoLabel
2 być ack NoLabel
# text: nie chce podawać numeru telefonu
# intent: deny
# slots:
1 nie deny NoLabel
2 chce deny NoLabel
3 podawać deny NoLabel
4 numeru deny NoLabel
5 telefonu deny NoLabel
# text: Dziękuje za obsługe
# intent: thankyou bye
# slots:
1 Dziękuje thankyou_bye NoLabel
2 za thankyou_bye NoLabel
3 obsługe thankyou_bye NoLabel
# text: Tak
# intent: affirm
# slots:
1 Tak affirm NoLabel
# text: Ile minut przed senansem muszę być na miejscu, aby odebrać bilet?
# intent: reqmore
# slots:
1 Ile reqmore NoLabel
2 minut reqmore NoLabel
3 przed reqmore NoLabel
4 senansem reqmore NoLabel
5 muszę reqmore NoLabel
6 być reqmore NoLabel
7 na reqmore NoLabel
8 miejscu reqmore NoLabel
9 , reqmore NoLabel
10 aby reqmore NoLabel
11 odebrać reqmore NoLabel
12 bilet reqmore NoLabel
13 ? reqmore NoLabel
# text: Chce iść na jakoś to będzie
# intent: inform
# slots: jakośtobędzie:title
1 Chce inform NoLabel
2 iść inform NoLabel
3 na inform NoLabel
4 jakoś inform B-title
5 to inform I-title
6 będzie inform I-title
# text: Wybieram godzinę 20:45
# intent: inform
# slots: 20:45:time
1 Wybieram inform NoLabel
2 godzinę inform NoLabel
3 20:45 inform B-time
# text: Dzień dobry!
# intent: hello
# slots:
1 Dzień hello NoLabel
2 dobry hello NoLabel
3 ! hello NoLabel
# text: Bilet na seans
# intent: request
# slots:
1 Bilet request NoLabel
2 na request NoLabel
3 seans request NoLabel
# text: 123456789
# intent: inform
# slots: 123456789:phone
1 123456789 inform B-phone
# text: test@test.pl
# intent: inform
# slots: test@test.pl:e-mail
1 test@test.pl inform B-e-mail
# text: poproszę
# intent: inform
# slots: 10-14,11:seat
1 poproszę inform NoLabel
# text: jan.kowalski@pies.pl
# intent: inform
# slots: jan.kowalski@pies.pl:e-mail
1 jan.kowalski@pies.pl inform B-e-mail
# text: Dzień dobry
# intent: hello
# slots:
1 Dzień hello NoLabel
2 dobry hello NoLabel
# text: poproszę 3 bilety
# intent: request
# slots: book:task
1 poproszę request NoLabel
2 3 request NoLabel
3 bilety request NoLabel
# text: o czym jest straszny film 10?
# intent: request
# slots: movie_detail:task
1 o request NoLabel
2 czym request NoLabel
3 jest request NoLabel
4 straszny request NoLabel
5 film request NoLabel
6 10 request NoLabel
7 ? request NoLabel
# text: na tyłach
# intent: inform
# slots:
1 na inform NoLabel
2 tyłach inform NoLabel
# text: chciałbym się dowiedzieć jaki jest aktualny repertuar
# intent: request
# slots: closestscreenings:task
1 chciałbym request NoLabel
2 się request NoLabel
3 dowiedzieć request NoLabel
4 jaki request NoLabel
5 jest request NoLabel
6 aktualny request NoLabel
7 repertuar request NoLabel
# text: Jaki jest repertuar na ten tydzień w kinie Rialto?
# intent: request request request
# slots:
1 Jaki request_request_request NoLabel
2 jest request_request_request NoLabel
3 repertuar request_request_request NoLabel
4 na request_request_request NoLabel
5 ten request_request_request NoLabel
6 tydzień request_request_request NoLabel
7 w request_request_request NoLabel
8 kinie request_request_request NoLabel
9 Rialto request_request_request NoLabel
10 ? request_request_request NoLabel
# text: Witam
# intent: hello
# slots:
1 Witam hello NoLabel
# text: Cały tydzień
# intent: inform
# slots: Całytydzień:date
1 Cały inform B-date
2 tydzień inform I-date
# text: W takim razie chciałbym zarezerować dwa miejsca na film to nie wipanda w niedzielę
# intent: null
# slots:
1 W null NoLabel
2 takim null NoLabel
3 razie null NoLabel
4 chciałbym null NoLabel
5 zarezerować null NoLabel
6 dwa null NoLabel
7 miejsca null NoLabel
8 na null NoLabel
9 film null NoLabel
10 to null NoLabel
11 nie null NoLabel
12 wipanda null NoLabel
13 w null NoLabel
14 niedzielę null NoLabel
# text: 9 i 10
# intent: inform inform
# slots: 10:seat
1 9 inform_inform NoLabel
2 i inform_inform NoLabel
3 10 inform_inform B-seat
# text: Ile kosztują bielty na Niewypanda?
# intent: null
# slots:
1 Ile null NoLabel
2 kosztują null NoLabel
3 bielty null NoLabel
4 na null NoLabel
5 Niewypanda null NoLabel
6 ? null NoLabel
# text: kino lokalizacja
# intent: request
# slots:
1 kino request NoLabel
2 lokalizacja request NoLabel
# text: Ostatni
# intent: inform
# slots: ostatni:row
1 Ostatni inform B-row
# text: Chcę wiedzieć w jakim kinie podajesz seanse
# intent: null
# slots:
1 Chcę null NoLabel
2 wiedzieć null NoLabel
3 w null NoLabel
4 jakim null NoLabel
5 kinie null NoLabel
6 podajesz null NoLabel
7 seanse null NoLabel
# text: A w jakim to kinie?
# intent: null
# slots:
1 A null NoLabel
2 w null NoLabel
3 jakim null NoLabel
4 to null NoLabel
5 kinie null NoLabel
6 ? null NoLabel
# text: Witam
# intent: hello
# slots:
1 Witam hello NoLabel
# text: W jaki dzień bilety są najtańsze?
# intent: reqmore
# slots:
1 W reqmore NoLabel
2 jaki reqmore NoLabel
3 dzień reqmore NoLabel
4 bilety reqmore NoLabel
5 są reqmore NoLabel
6 najtańsze reqmore NoLabel
7 ? reqmore NoLabel
# text: Z tyłu sali
# intent: null
# slots:
1 Z null NoLabel
2 tyłu null NoLabel
3 sali null NoLabel
# text: Możesz mi podać jakie są najbliższe seanse?
# intent: request
# slots:
1 Możesz request NoLabel
2 mi request NoLabel
3 podać request NoLabel
4 jakie request NoLabel
5 są request NoLabel
6 najbliższe request NoLabel
7 seanse request NoLabel
8 ? request NoLabel
# text: A kiedy bilety są najtańsze?
# intent: request
# slots:
1 A request NoLabel
2 kiedy request NoLabel
3 bilety request NoLabel
4 są request NoLabel
5 najtańsze request NoLabel
6 ? request NoLabel
# text: 1
# intent: inform
# slots: 1:ticketnumber
1 1 inform B-ticketnumber
# text: Witam
# intent: hello
# slots:
1 Witam hello NoLabel
# text: ju tu
# intent: inform
# slots: jutu:name
1 ju inform B-name
2 tu inform I-name
# text: tak dokładnie tak
# intent: affirm
# slots:
1 tak affirm NoLabel
2 dokładnie affirm NoLabel
3 tak affirm NoLabel
# text: daleko od ludzi
# intent: null
# slots:
1 daleko null NoLabel
2 od null NoLabel
3 ludzi null NoLabel
# text: chciałbym aby nie było ludzi w okół mnie
# intent: null
# slots:
1 chciałbym null NoLabel
2 aby null NoLabel
3 nie null NoLabel
4 było null NoLabel
5 ludzi null NoLabel
6 w null NoLabel
7 okół null NoLabel
8 mnie null NoLabel
# text: Czy mogę poznać zatłoczenie aktualne sali ?\
# intent: request
# slots:
1 Czy request NoLabel
2 mogę request NoLabel
3 poznać request NoLabel
4 zatłoczenie request NoLabel
5 aktualne request NoLabel
6 sali request NoLabel
7 ? request NoLabel
8 \ request NoLabel
# text: poprosze inni ludzie na 14:1313
# intent: null
# slots:
1 poprosze null NoLabel
2 inni null NoLabel
3 ludzie null NoLabel
4 na null NoLabel
5 14:1313 null NoLabel
# text: Halo
# intent: hello
# slots:
1 Halo hello NoLabel
# text: Emil Kowalski
# intent: inform
# slots: EmilKowalski:name
1 Emil inform B-name
2 Kowalski inform I-name
# text: xyz@gmail.com
# intent: inform
# slots: xyz@gmail.com:e-mail
1 xyz@gmail.com inform B-e-mail
# text: Dziękuję
# intent: bye
# slots:
1 Dziękuję bye NoLabel
# text: Teraz
# intent: inform
# slots:
1 Teraz inform NoLabel
# text: 7 rząd miejce 11
# intent: inform
# slots: 7rządmiejce11:seat
1 7 inform B-seat
2 rząd inform I-seat
3 miejce inform I-seat
4 11 inform I-seat
# text: Tak
# intent: act
# slots:
1 Tak act NoLabel
# text: W okolicach środka, środkowego rzędu
# intent: inform
# slots:
1 W inform NoLabel
2 okolicach inform NoLabel
3 środka inform NoLabel
4 , inform NoLabel
5 środkowego inform NoLabel
6 rzędu inform NoLabel
# text: Dzień dobry!
# intent: hello
# slots:
1 Dzień hello NoLabel
2 dobry hello NoLabel
3 ! hello NoLabel
# text: Poproszę bilet na Batmana jutro o 15:00 i pande w sobotę na 17:00
# intent: inform null inform
# slots: sobotę:date,17:00:hour
1 Poproszę inform_null_inform NoLabel
2 bilet inform_null_inform NoLabel
3 na inform_null_inform NoLabel
4 Batmana inform_null_inform NoLabel
5 jutro inform_null_inform NoLabel
6 o inform_null_inform NoLabel
7 15:00 inform_null_inform NoLabel
8 i inform_null_inform NoLabel
9 pande inform_null_inform NoLabel
10 w inform_null_inform NoLabel
11 sobotę inform_null_inform B-date
12 na inform_null_inform NoLabel
13 17:00 inform_null_inform B-hour
# text: To nie wypanda i Batman
# intent: inform inform
# slots: Batman:movie
1 To inform_inform NoLabel
2 nie inform_inform NoLabel
3 wypanda inform_inform NoLabel
4 i inform_inform NoLabel
5 Batman inform_inform B-movie
# text: Bilet na film
# intent: inform
# slots: book:task
1 Bilet inform NoLabel
2 na inform NoLabel
3 film inform NoLabel
# text: A jest ulga dla zwierząt?
# intent: reqmore
# slots:
1 A reqmore NoLabel
2 jest reqmore NoLabel
3 ulga reqmore NoLabel
4 dla reqmore NoLabel
5 zwierząt reqmore NoLabel
6 ? reqmore NoLabel
# text: iwona.christop@gmail.com, 7368507466
# intent: inform inform
# slots: 7368507466:phone
1 iwona.christop@gmail.com, inform_inform NoLabel
2 7368507466 inform_inform B-phone
# text: A co gracie?
# intent: request
# slots:
1 A request NoLabel
2 co request NoLabel
3 gracie request NoLabel
4 ? request NoLabel
# text: A co macie
# intent: request
# slots:
1 A request NoLabel
2 co request NoLabel
3 macie request NoLabel
# text: No dobła
# intent: affirm
# slots:
1 No affirm NoLabel
2 dobła affirm NoLabel
# text: woeczprkem moze
# intent: inform
# slots: woeczprkem:time
1 woeczprkem inform B-time
2 moze inform NoLabel
# text: to na dzisiaj na śmirc na nilu
# intent: inform inform
# slots: dzisiaj:date
1 to inform_inform NoLabel
2 na inform_inform NoLabel
3 dzisiaj inform_inform B-date
4 na inform_inform NoLabel
5 śmirc inform_inform NoLabel
6 na inform_inform NoLabel
7 nilu inform_inform NoLabel
# text: Chcę iść do kina
# intent: request
# slots:
1 Chcę request NoLabel
2 iść request NoLabel
3 do request NoLabel
4 kina request NoLabel
# text: A jutro?
# intent: reqmore
# slots:
1 A reqmore NoLabel
2 jutro reqmore NoLabel
3 ? reqmore NoLabel
# text: CHCĘ IŚĆ DO KINA
# intent: repeat
# slots:
1 CHCĘ repeat NoLabel
2 IŚĆ repeat NoLabel
3 DO repeat NoLabel
4 KINA repeat NoLabel
# text: No dobła, niech będzie
# intent: ack affirm
# slots:
1 No ack_affirm NoLabel
2 dobła ack_affirm NoLabel
3 , ack_affirm NoLabel
4 niech ack_affirm NoLabel
5 będzie ack_affirm NoLabel
# text: No pewnie jakoś będzie. Na fanstaczne zernęta proszę zatem.
# intent: inform
# slots: fanstacznezernęta:title
1 No inform NoLabel
2 pewnie inform NoLabel
3 jakoś inform NoLabel
4 będzie inform NoLabel
5 . inform NoLabel
6 Na inform NoLabel
7 fanstaczne inform B-title
8 zernęta inform I-title
9 proszę inform NoLabel
10 zatem inform NoLabel
11 . inform NoLabel
# text: Elo
# intent: hello
# slots:
1 Elo hello NoLabel
# text: na końcu sali
# intent: request
# slots:
1 na request NoLabel
2 końcu request NoLabel
3 sali request NoLabel
# text: podaj mi informacje o bilecie
# intent: reqmore
# slots:
1 podaj reqmore NoLabel
2 mi reqmore NoLabel
3 informacje reqmore NoLabel
4 o reqmore NoLabel
5 bilecie reqmore NoLabel
# text: zarezerwuj ten bilet
# intent: inform
# slots: book:task
1 zarezerwuj inform NoLabel
2 ten inform NoLabel
3 bilet inform NoLabel
# text: czy jest to film 2D czy 3D? Z napisami czy z dubbingiem?
# intent: help
# slots:
1 czy help NoLabel
2 jest help NoLabel
3 to help NoLabel
4 film help NoLabel
5 2D help NoLabel
6 czy help NoLabel
7 3D help NoLabel
8 ? help NoLabel
9 Z help NoLabel
10 napisami help NoLabel
11 czy help NoLabel
12 z help NoLabel
13 dubbingiem help NoLabel
14 ? help NoLabel
# text: dzisiaj, teraz
# intent: inform inform
# slots: 15:30:hour
1 dzisiaj inform_inform NoLabel
2 , inform_inform NoLabel
3 teraz inform_inform NoLabel
# text: batman
# intent: inform
# slots: batman:movie
1 batman inform B-movie
# text: wszystkie
# intent: request
# slots:
1 wszystkie request NoLabel
# text: karida@st.amu.edu.pl
# intent: inform
# slots: karida@st.amu.edu.pl:e-mail
1 karida@st.amu.edu.pl inform B-e-mail
# text: miejsce 11
# intent: inform
# slots: 11:seat_place
1 miejsce inform NoLabel
2 11 inform B-seat_place
# text: przed ostatnim
# intent: inform
# slots: 10:seat_row
1 przed inform NoLabel
2 ostatnim inform NoLabel
# text: Dzień dobry
# intent: hello
# slots:
1 Dzień hello NoLabel
2 dobry hello NoLabel
# text: wygodne
# intent: null
# slots:
1 wygodne null NoLabel
# text: Ok
# intent: ack
# slots:
1 Ok ack NoLabel
# text: Dziękuję systemie
# intent: thankyou
# slots:
1 Dziękuję thankyou NoLabel
2 systemie thankyou NoLabel
# text: 3 normalne i 3 ulgowe
# intent: inform inform
# slots: 3:reducedQuantity
1 3 inform_inform B-reducedQuantity
2 normalne inform_inform NoLabel
3 i inform_inform NoLabel
4 3 inform_inform B-reducedQuantity
5 ulgowe inform_inform NoLabel
# text: Dobra, czy jutro gracie batman?
# intent: ack inform request
# slots: batman:title
1 Dobra ack_inform_request NoLabel
2 , ack_inform_request NoLabel
3 czy ack_inform_request NoLabel
4 jutro ack_inform_request NoLabel
5 gracie ack_inform_request NoLabel
6 batman ack_inform_request B-title
7 ? ack_inform_request NoLabel
# text: Co można u was zjeść?
# intent: request
# slots:
1 Co request NoLabel
2 można request NoLabel
3 u request NoLabel
4 was request NoLabel
5 zjeść request NoLabel
6 ? request NoLabel
# text: 6
# intent: inform
# slots: 6:quantity
1 6 inform B-quantity
# text: Cześć bocie
# intent: hello
# slots:
1 Cześć hello NoLabel
2 bocie hello NoLabel
# text: 19:30
# intent: inform
# slots: 19:30:time
1 19:30 inform B-time
# text: dól lewo
# intent: inform
# slots:
1 dól inform NoLabel
2 lewo inform NoLabel
# text: Tak, poproszę
# intent: null
# slots:
1 Tak null NoLabel
2 , null NoLabel
3 poproszę null NoLabel
# text: Czy gracie Batman?
# intent: request
# slots: Batman:movie
1 Czy request NoLabel
2 gracie request NoLabel
3 Batman request B-movie
4 ? request NoLabel
# text: Cześć systemie
# intent: hello
# slots:
1 Cześć hello NoLabel
2 systemie hello NoLabel
# text: Jakie macie zniżki?
# intent: request
# slots:
1 Jakie request NoLabel
2 macie request NoLabel
3 zniżki request NoLabel
4 ? request NoLabel
# text: 5-6
# intent: inform inform
# slots: 6:seat
1 5-6 inform_inform NoLabel
# text: 1 weteran i 1 ulgowy
# intent: inform inform
# slots: ulgowy:tickettype,1:ticketnumber
1 1 inform_inform B-ticketnumber
2 weteran inform_inform NoLabel
3 i inform_inform NoLabel
4 1 inform_inform B-ticketnumber
5 ulgowy inform_inform B-tickettype
# text: Cześć
# intent: hello
# slots:
1 Cześć hello NoLabel
# text: 22
# intent: null
# slots:
1 22 null NoLabel
# text: Chciałym 15.04
# intent: inform
# slots: 15.04:date
1 Chciałym inform NoLabel
2 15.04 inform B-date
# text: Tak
# intent: affirm
# slots:
1 Tak affirm NoLabel
# text: jan kowalski
# intent: inform
# slots: jankowalski:name
1 jan inform B-name
2 kowalski inform I-name
# text: chciał bym zarezerwować bilet na minionki o 18.30
# intent: inform
# slots: book:task,minionki:movie,18.30:hour
1 chciał inform NoLabel
2 bym inform NoLabel
3 zarezerwować inform NoLabel
4 bilet inform NoLabel
5 na inform NoLabel
6 minionki inform B-movie
7 o inform NoLabel
8 18.30 inform B-hour
# text: poprosze w takim razie To nie wypanda o 18:45
# intent: request
# slots: Toniewypanda:movie,18:45:hour
1 poprosze request NoLabel
2 w request NoLabel
3 takim request NoLabel
4 razie request NoLabel
5 To request B-movie
6 nie request I-movie
7 wypanda request I-movie
8 o request NoLabel
9 18:45 request B-hour
# text: dzisiaj
# intent: inform
# slots:
1 dzisiaj inform NoLabel
# text: ulgowe
# intent: inform
# slots: ulgowe:tickettype
1 ulgowe inform B-tickettype
# text: 12 rząd
# intent: inform
# slots: 12:row
1 12 inform B-row
2 rząd inform NoLabel
# text: 2
# intent: inform
# slots: 2:ticketnumber
1 2 inform B-ticketnumber
# text: poproszę 1
# intent: inform
# slots: 1:seat
1 poproszę inform NoLabel
2 1 inform B-seat
# text: dzień dobry
# intent: hello
# slots:
1 dzień hello NoLabel
2 dobry hello NoLabel
# text: Dzięki
# intent: thankyou
# slots:
1 Dzięki thankyou NoLabel
# text: iwona.christop@gmail.com
# intent: inform
# slots: iwona.christop@gmail.com:e-mail
1 iwona.christop@gmail.com inform B-e-mail
# text: dzis wieczorem
# intent: inform inform
# slots: wieczorem:hour
1 dzis inform_inform NoLabel
2 wieczorem inform_inform B-hour
# text: Martyna Druminska mdruminska074@gmail.com
# intent: inform inform
# slots: MartynaDruminska:name
1 Martyna inform_inform B-name
2 Druminska inform_inform I-name
3 mdruminska074@gmail.com inform_inform NoLabel
# text: Na wyjdz za mnie
# intent: inform
# slots: Wyjdzzamnie:movie
1 Na inform NoLabel
2 wyjdz inform B-movie
3 za inform I-movie
4 mnie inform I-movie
# text: Chciałabym zarezerwować bilet do kina
# intent: request
# slots: book:task
1 Chciałabym request NoLabel
2 zarezerwować request NoLabel
3 bilet request NoLabel
4 do request NoLabel
5 kina request NoLabel
# text: Co obsługujecie?
# intent: request
# slots:
1 Co request NoLabel
2 obsługujecie request NoLabel
3 ? request NoLabel
# text: Tak
# intent: act
# slots:
1 Tak act NoLabel
# text: Chciałbym wypożyczyć film
# intent: null
# slots:
1 Chciałbym null NoLabel
2 wypożyczyć null NoLabel
3 film null NoLabel
# text: Na końcu sali
# intent: inform
# slots:
1 Na inform NoLabel
2 końcu inform NoLabel
3 sali inform NoLabel
# text: Taki O okita@mail.com
# intent: inform inform
# slots: TakiO:name
1 Taki inform_inform B-name
2 O inform_inform I-name
3 okita@mail.com inform_inform NoLabel
# text: Dzień dobry
# intent: hello
# slots:
1 Dzień hello NoLabel
2 dobry hello NoLabel
# text: Wygodne
# intent: null
# slots:
1 Wygodne null NoLabel
# text: Chciałbym poznać akltualny repertuar
# intent: request
# slots: closestscreenings:task
1 Chciałbym request NoLabel
2 poznać request NoLabel
3 akltualny request NoLabel
4 repertuar request NoLabel
# text: Super
# intent: act
# slots:
1 Super act NoLabel
# text: Zgadza się
# intent: act
# slots:
1 Zgadza act NoLabel
2 się act NoLabel
# text: To wszystko, dziękuję
# intent: bye
# slots:
1 To bye NoLabel
2 wszystko bye NoLabel
3 , bye NoLabel
4 dziękuję bye NoLabel
# text: Chcę tylko zarezerwować
# intent: negate
# slots: reservation:task
1 Chcę negate NoLabel
2 tylko negate NoLabel
3 zarezerwować negate NoLabel
# text: O, bilet kupię zatem
# intent: inform
# slots: buy:task
1 O inform NoLabel
2 , inform NoLabel
3 bilet inform NoLabel
4 kupię inform NoLabel
5 zatem inform NoLabel
# text: Dzięki ❤️
# intent: thankyou
# slots:
1 Dzięki thankyou NoLabel
2 ❤️ thankyou NoLabel
# text: IJ
# intent: null
# slots:
1 IJ null NoLabel
# text: Na 21 proszę
# intent: inform
# slots: 21:hour
1 Na inform NoLabel
2 21 inform B-hour
3 proszę inform NoLabel
# text: I J
# intent: inform inform
# slots: J:row
1 I inform_inform NoLabel
2 J inform_inform B-row
# text: Jan Kowalski
# intent: inform
# slots: JanKowalski:name
1 Jan inform B-name
2 Kowalski inform I-name
# text: normalny i ulgowy
# intent: inform inform
# slots: ulgowy:tickettype
1 normalny inform_inform NoLabel
2 i inform_inform NoLabel
3 ulgowy inform_inform B-tickettype
# text: Chcę do kina się przejść
# intent: null
# slots:
1 Chcę null NoLabel
2 do null NoLabel
3 kina null NoLabel
4 się null NoLabel
5 przejść null NoLabel
# text: Elo
# intent: hello
# slots:
1 Elo hello NoLabel
# text: Z j a d ł a b y m c o ś
# intent: null
# slots:
1 Z null NoLabel
2 j null NoLabel
3 a null NoLabel
4 d null NoLabel
5 ł null NoLabel
6 a null NoLabel
7 b null NoLabel
8 y null NoLabel
9 m null NoLabel
10 c null NoLabel
11 o null NoLabel
12 ś null NoLabel
# text: Na środku jakoś
# intent: null
# slots:
1 Na null NoLabel
2 środku null NoLabel
3 jakoś null NoLabel
# text: Coś bym zjadła
# intent: null
# slots:
1 Coś null NoLabel
2 bym null NoLabel
3 zjadła null NoLabel
# text: Zaskocz mnie
# intent: request
# slots:
1 Zaskocz request NoLabel
2 mnie request NoLabel
# text: Anulujmy rezerwację w takim razie
# intent: inform
# slots: cancelbook:task
1 Anulujmy inform NoLabel
2 rezerwację inform NoLabel
3 w inform NoLabel
4 takim inform NoLabel
5 razie inform NoLabel
# text: Dzień dobry
# intent: hello
# slots:
1 Dzień hello NoLabel
2 dobry hello NoLabel
# text: Które rzędzy są dostępne?
# intent: null
# slots:
1 Które null NoLabel
2 rzędzy null NoLabel
3 są null NoLabel
4 dostępne null NoLabel
5 ? null NoLabel
# text: W takim razie chcę zarezerwować bilety na film to Niewypanda
# intent: inform
# slots: book:task,toNiewypanda:movie
1 W inform NoLabel
2 takim inform NoLabel
3 razie inform NoLabel
4 chcę inform NoLabel
5 zarezerwować inform NoLabel
6 bilety inform NoLabel
7 na inform NoLabel
8 film inform NoLabel
9 to inform B-movie
10 Niewypanda inform I-movie
# text: Czy gracie jakieś komedie?
# intent: request
# slots: komedie:genre
1 Czy request NoLabel
2 gracie request NoLabel
3 jakieś request NoLabel
4 komedie request B-genre
5 ? request NoLabel
# text: Tomcio Paluch
# intent: inform
# slots: TomcioPaluch:name
1 Tomcio inform B-name
2 Paluch inform I-name
# text: 7 normalnych i 5 ulgowych\
# intent: inform inform
# slots: 5:ticketnumber,ulgowych:tickettype
1 7 inform_inform NoLabel
2 normalnych inform_inform NoLabel
3 i inform_inform NoLabel
4 5 inform_inform B-ticketnumber
5 ulgowych\ inform_inform NoLabel
# text: A jakie filmy gracie?
# intent: request
# slots:
1 A request NoLabel
2 jakie request NoLabel
3 filmy request NoLabel
4 gracie request NoLabel
5 ? request NoLabel
# text: 11
# intent: inform
# slots: 11:ticketnumber
1 11 inform B-ticketnumber
# text: Dobrze
# intent: null
# slots:
1 Dobrze null NoLabel
# text: Dziękuję
# intent: thankyou
# slots:
1 Dziękuję thankyou NoLabel
# text: 10.04
# intent: inform
# slots: 10.04:date
1 10.04 inform B-date
# text: O czym jest Bunkier Strachu?
# intent: request
# slots: BunkierStrachu:movie
1 O request NoLabel
2 czym request NoLabel
3 jest request NoLabel
4 Bunkier request B-movie
5 Strachu request I-movie
6 ? request NoLabel
# text: tak
# intent: affirm
# slots:
1 tak affirm NoLabel
# text: To poproszę bilet ulgowy
# intent: inform
# slots: ulgowy:tickettype
1 To inform NoLabel
2 poproszę inform NoLabel
3 bilet inform NoLabel
4 ulgowy inform B-tickettype
# text: 2 bilety
# intent: inform
# slots: 2:ticketnumber
1 2 inform B-ticketnumber
2 bilety inform NoLabel
# text: Jaki jest zakres rzędów?
# intent: request
# slots:
1 Jaki request NoLabel
2 jest request NoLabel
3 zakres request NoLabel
4 rzędów request NoLabel
5 ? request NoLabel
# text: To w 12
# intent: inform
# slots: 12:row
1 To inform NoLabel
2 w inform NoLabel
3 12 inform B-row
# text: Jakie są rodzaje biletów?
# intent: request
# slots:
1 Jakie request NoLabel
2 są request NoLabel
3 rodzaje request NoLabel
4 biletów request NoLabel
5 ? request NoLabel
# text: Jakie są dostępne miejsca na film 'Batman'?
# intent: request
# slots: batman:movie
1 Jakie request NoLabel
2 są request NoLabel
3 dostępne request NoLabel
4 miejsca request NoLabel
5 na request NoLabel
6 film request NoLabel
7 Batman request B-movie
8 ? request NoLabel
# text: Dla kogo jest bilet ulgowy?
# intent: request
# slots: ulgowy:tickettype
1 Dla request NoLabel
2 kogo request NoLabel
3 jest request NoLabel
4 bilet request NoLabel
5 ulgowy request B-tickettype
6 ? request NoLabel
# text: Już wybrałem miejsca
# intent: null
# slots:
1 Już null NoLabel
2 wybrałem null NoLabel
3 miejsca null NoLabel
# text: Chciałbym sprawdzić repertuar na 23 maja
# intent: request
# slots: 23maja:date
1 Chciałbym request NoLabel
2 sprawdzić request NoLabel
3 repertuar request NoLabel
4 na request NoLabel
5 23 request B-date
6 maja request I-date
# text: Cześć
# intent: hello
# slots:
1 Cześć hello NoLabel
# text: Jaka jest nazwa kina
# intent: null
# slots:
1 Jaka null NoLabel
2 jest null NoLabel
3 nazwa null NoLabel
4 kina null NoLabel
# text: tak, daleko od ekranu
# intent: inform
# slots: dalekoodekranu:seats
1 tak inform NoLabel
2 , inform NoLabel
3 daleko inform B-seats
4 od inform I-seats
5 ekranu inform I-seats
# text: jakie są dostępne ulgi?
# intent: reqmore
# slots:
1 jakie reqmore NoLabel
2 są reqmore NoLabel
3 dostępne reqmore NoLabel
4 ulgi reqmore NoLabel
5 ? reqmore NoLabel
# text: dobrze
# intent: affirm
# slots:
1 dobrze affirm NoLabel
# text: dziękuje
# intent: thankyou
# slots:
1 dziękuje thankyou NoLabel
# text: czy na miejscu mozna kupić popcorn?
# intent: request
# slots:
1 czy request NoLabel
2 na request NoLabel
3 miejscu request NoLabel
4 mozna request NoLabel
5 kupić request NoLabel
6 popcorn request NoLabel
7 ? request NoLabel
# text: poprosze bilet ulgowy
# intent: inform inform
# slots: ulgowy:ticketType
1 poprosze inform_inform NoLabel
2 bilet inform_inform NoLabel
3 ulgowy inform_inform B-ticketType
# text: Dzień dobry
# intent: hello
# slots:
1 Dzień hello NoLabel
2 dobry hello NoLabel
# text: 123456789
# intent: inform
# slots: 123456789:phone
1 123456789 inform B-phone
# text: Przed filmem
# intent: inform
# slots:
1 Przed inform NoLabel
2 filmem inform NoLabel
# text: Cześć
# intent: hello
# slots:
1 Cześć hello NoLabel
# text: Tak
# intent: ack
# slots:
1 Tak ack NoLabel
# text: Jan Kowalski, kowalski69@gmail.com
# intent: inform inform
# slots: JanKowalski:name
1 Jan inform_inform B-name
2 Kowalski inform_inform I-name
3 , inform_inform NoLabel
4 kowalski69@gmail.com inform_inform NoLabel
# text: Tak
# intent: ack
# slots:
1 Tak ack NoLabel
# text: W takim razie je poproszę
# intent: inform
# slots: 7-8:10:seat
1 W inform NoLabel
2 takim inform NoLabel
3 razie inform NoLabel
4 je inform NoLabel
5 poproszę inform NoLabel
# text: A przedostatni? Interesują mnie dwa miejsca koło siebie
# intent: request
# slots:
1 A request NoLabel
2 przedostatni request NoLabel
3 ? request NoLabel
4 Interesują request NoLabel
5 mnie request NoLabel
6 dwa request NoLabel
7 miejsca request NoLabel
8 koło request NoLabel
9 siebie request NoLabel
# text: W sumie tak. Interesuje mnie najbliższa sobota
# intent: request
# slots: closestscreenings:task
1 W request NoLabel
2 sumie request NoLabel
3 tak request NoLabel
4 . request NoLabel
5 Interesuje request NoLabel
6 mnie request NoLabel
7 najbliższa request NoLabel
8 sobota request NoLabel