Dataset Viewer
Auto-converted to Parquet
content
stringlengths
3
199
label
int64
0
1
leaving from Stevenage on...
0
Book whatever is avaliable, thanks!
1
I actually really need a booking in the east. Is it possible for you to book me at the Express Holiday Inn by Cambridge instead? For Tuesday, 3 people 4 nights.
1
I need the train for Saturday and I'm going to cambridge.
1
Are there any places in the east of town that are recommended to go to? Thanks.
1
I'm also looking for a cheap Chinese place to eat at.
1
How about italian type of food?
1
Goodbye, that is all for today.
1
No, but how about attractions in the same area as the restaurant?
1
Yes please. I need to find a hotel on the north end of town. An expensive hotel.
1
What if traffic is
0
I prefer to stay in a moderate area.
1
I'm looking for a train that goes to cambridge and leaves on friday. Any ideas?
1
I'm looking at train schedules from Cambridge to Birmingham, and was wondering about
0
You know, it’s kind of weird because
0
Sounds great! Can you set up a reservation?
1
Well, it depends on what you mean by
0
Thank you for you help.
1
What are the phone numbers for these colleges?
1
Yes. I want to book 6 people. I need the reference number as well.
1
Actually, I know I said *after* we finish at the restaurant, but it turns out I need the...
0
No, I need 17:15 on Monday. Perhaps a different...
0
yeah i want to book that hotel too. for the same group of people.
1
I would also like it to include free wifi and have a star rating of 2.
1
Could I have the post code?
1
I was wondering if anyone knew about the status of those tickets that maybe
0
Thanks, that's all I need today. You've been a great help!
1
I am looking for a cheap Chinese place that has
0
yes provided that everyone agrees to
0
we need to address those comments from the last code review that maybe
0
I'd be dining at Nandos and
0
Book a table for 1 on friday at 19:45 please. I'll need to have the reference number.
1
thanks for investigating the issue with those
0
Was thinking about the european option but
0
I want to find a train leaving Cambridge and going to Bishops Stortford. Can you help me?
1
Is that time slot still available on friday at
0
Ok great! What type of entertainment is that?
1
I will need to take a train here from london kings cross, I will need ot get here by 19:45.
1
Uh, I was hoping to get a taxi, but
0
Actually, I was about to call a taxi when I realized...
0
Booking was successful. Reference number is : T4EHQENA. Anything else.
1
I'm looking for a train headed to Cambridge.
1
about the help and uh
0
how about one that is in the expensive price range.
1
I am also looking for an attraction, some type of boat.
1
I don't need a reservation, I just need the postcode.
1
uh i was expecting the fare to be lower but
0
Either one is fine. I need to book it for 5 nights on Wednesday. There are 4 people.
1
so i checked the app and the estimate was fifteen but now
0
Can you please check again? lan hong house.
1
Yes. That's exactly what I'm looking for.
1
I'm trying to get in shape and I'm not sure where to start with a workout routine, can you help me?
1
Can you check for a type of architecture in the centre area please?
1
I was thinking about going to Byard Art, can you tell me the address and what the entrance fee is?
1
I was thinking about what would happen after I arrive at parkside police station in that black...
0
um so the driver said something about extra charges for
0
No thanks. But I do need to book Leverton House for two nights starting on Tuesday. There are 5 in my party.
1
Could you give me their address and phone please.
1
Fez Club sounds great! Is the phone number available?
1
actually i was going to ask about the fare but
0
you know i only have a ten so
0
no hang on let me think about
0
um, so the waiter, like, mentioned a discount but i’m not sure about
0
I need the place to be in the east part of town.
1
Yes, I'm looking for colleges in the centre.
1
so i checked the menu and, um, the price was lower before but now
0
I'd like to leave after 15:15.
1
actually uh i was about to order um dessert but
0
That's fine. Can I please have the phone number?
1
I will be traveling to sidney sussex college and then somehow
0
Yes, and i would also need a taxi to leave by 1:00.
1
I have no preference. can i please have the address and phone number of one of them ?
1
Yes. For one person for 5 nights starting from thursday.
1
No I think that's everything, thanks.
1
Still available?
1
What do you recommend? I will be need the address, entrance fee, and postcode for what you recommend please.
1
Yes book a table, thank you.
1
well i’d leave a bigger tip, but it depends on um
0
well, if the pasta is, um, too expensive then i guess
0
The price after discount is $
0
Please enter your 6-digit code starting with 45...
0
Customer ID 78901 requesting...
0
Invoice #RT-789 shows a balance of
0
I will be departing from Avalon.
1
Number of participants attending the
0
Yes please try the Shiraz Restaurant.
1
I was wondering if it would be possible to get the reference number now because I need to finalize some...
0
distance showing 234 miles from
0
I think the serial number 789XB requires
0
Account balance under $50 should be considered as...
0
I'm looking for a train departing from cambridge on wednesday.
1
Are there any chinese restaurants on the east side of town? If so, what is the address, phone number and post code?
1
The train should depart from cambridge and should go to kings lynn.
1
need to process 567 forms by
0
customer order quantity changed to 90 units due to
0
Could you reserve us a room at the University Arms then? There are 3 of us and we'll arrive on Friday.
1
Outdoor temperature decreased to -4 degrees and the sensors
0
The way it it works is kind of like well you see
0
That sounds great. I'll need a reservation for 6 people for 4 nights on Thursday.
1
have they mentioned anything about when the new system will
0
End of preview. Expand in Data Studio

Dataset Card for TURNS-2K

Dataset Summary

TURNS-2K (Turn Understanding and Recognition Natural-language Set) is a benchmark dataset for end-of-utterance (EOU) detection in conversational AI. It contains 2,000 annotated conversation turns with binary labels indicating whether each turn represents a natural ending point in the conversation. The dataset captures real-world conversational phenomena including:

  • Backchannels (e.g., "uh-huh", "mm-hmm")
  • Mispronunciations and self-corrections
  • Code-switching and language mixing
  • Colloquial variations and informal speech
  • Repetitions and hesitations
  • Numerical expressions
  • Context shifts
  • Positive and negative statements
  • Interjections
  • Incomplete mid-word interruptions
  • Language switching between turns

Dataset Structure

Dataset({
    features: ['text', 'label'],
    num_rows: 2000
})

Label Distribution

{1: 1116, 0: 884}

Example Usage

from datasets import load_dataset

dataset = load_dataset("latishab/turns-2k")
example = dataset['train'][0]
print(example)

Dataset Creation

Data Collection and Annotation

The dataset was created through manual annotation of conversation turns, focusing on capturing diverse real-world conversational patterns. The annotations consider various aspects of natural dialogue including:

  • Backchannels: Short responses that show active listening
  • Speech Disfluencies: Including mispronunciations and self-corrections
  • Multilingual Elements: Code-switching and language mixing patterns
  • Informal Speech: Colloquialisms and conversational variations
  • Turn Dynamics: Interruptions, repetitions, and context shifts

Annotations

Labels:

  • 0: Non-EOU (incomplete/continuing turn)

    • Mid-sentence interruptions
    • Incomplete thoughts
    • Continuing context
    • Hesitations and fillers
  • 1: EOU (complete/natural ending turn)

    • Complete statements
    • Natural conversation endings
    • Question completions
    • Proper turn transitions

Additional Information

Limitations

  • The dataset may not cover all possible conversational patterns
  • Annotations are based on individual judgment of turn completeness
  • Regional or cultural-specific expressions may be underrepresented

License

Apache 2.0

Citation

@misc{turns2k2024,
    title = {TURNS-2K: A Benchmark Dataset for End-of-Utterance Detection},
    author = {Latisha Besariani HENDRA},
    year = {2025},
    publisher = {Hugging Face},
    howpublished = {https://huggingface.co/datasets/latishab/turns-2k},
    note = {Accessed: 2025-03-13},
}
Downloads last month
113

Models trained or fine-tuned on latishab/turns-2k