Dataset Viewer
Auto-converted to Parquet
text
stringlengths
128
316
label
class label
5 classes
I'm experiencing some issues with my flight reservation. I booked a ticket for my family of four to travel to Paris but when I checked in online, it said I had only booked for two people. Can you please help me resolve this?
0compliment
I just wanted to express my gratitude to the entire team for helping me resolve my issue with my flight cancellation. Your agent was very patient and went above and beyond to accommodate me.
0compliment
Hello, I'm trying to book a flight from New York to Los Angeles but I'm getting an error message when I try to pay with my credit card. Can you help me resolve this issue?
4information-seeking
I booked a flight from New York to Los Angeles but it seems the airline changed my seat assignment without informing me. Can you help me change it back to the seat I originally selected?
4information-seeking
I just wanted to express my gratitude to your customer service team for helping me with my flight itinerary. They were very patient and understanding when I asked them to change my flight schedule multiple times. It was a pleasure interacting with them and I appreciate the excellent service.
1complaint
I was just trying to book a flight, and the website crashed on me. I was able to get assistance from your chatbot and it was very helpful. I was able to book my flight and even got a great seat selection. Thank you for the help!
2issue-resolution
I'm trying to book a flight from New York to Los Angeles but the website is not showing my name on the passenger list after I added it. The booking reference number is #3456 and I've already paid for the ticket.
1complaint
I want to know the baggage allowance for my upcoming flight from New York to Los Angeles. I'm traveling with my family, so I'd like to know if there are any family discounts.
1complaint
I'm extremely frustrated with the flight delays on my flight from New York to Los Angeles that was supposed to leave yesterday and still hasn't taken off. Can you please provide a refund for my ticket?
4information-seeking
I'm planning a trip to New York in a few weeks and I'd like to know if there are any special deals on flights from Chicago to New York for this time of year.
1complaint
I booked a flight from New York to Los Angeles and the flight was delayed by 3 hours, the staff at the gate was unhelpful and didn't provide any updates on the delay. I missed my connecting flight and had to spend an extra night in the airport because of this. I'm extremely dissatisfied with the service I received.
0compliment
Hello, I am planning a trip to Europe for summer vacation and I need to know what documents are required for a US citizen to enter the UK and how long in advance I should book my flight?
1complaint
I just booked a flight with your airline and I'm really impressed with how easy the process was. The website is user-friendly and the customer service representative I spoke to was helpful and friendly.
2issue-resolution
I'm having trouble with my upcoming flight, and I was wondering if you can help me figure out why I'm not seeing my travel companion's name on the boarding pass.
0compliment
I'm planning a trip to Europe and I'd like to know if your airline offers any discounts for students. Also, can you provide information on baggage restrictions and check-in procedures?
0compliment
I booked a flight from New York to Los Angeles but when I went to check in online, my seat was changed without my knowledge and now I am stuck in a middle seat. I would like this to be corrected and would appreciate it if you could change me back to my original seat.
0compliment
I wanted to express my gratitude to the airline's staff for helping me with the return policy, they were extremely helpful and understanding.
2issue-resolution
I'm trying to book a flight from New York to Paris, but I have a special request for a seat with extra legroom. Can you please tell me about the options available and how I can make a request for it?
3general-inquiry
I'm trying to book a flight from New York to Los Angeles but the chatbot keeps asking me for a travel date. However, I've already provided my travel dates in the previous conversations but the dates don't seem to be saved. Can you please help me resolve this issue?
2issue-resolution
Hello, I was wondering if there are any discounts available for students on flights to New York for the upcoming semester break?
3general-inquiry

Built with Distilabel

Dataset Card for my-distiset-f88837c8

This dataset has been created with distilabel.

Dataset Summary

This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:

distilabel pipeline run --config "https://huggingface.co/datasets/MJannik/my-distiset-f88837c8/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/MJannik/my-distiset-f88837c8/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "label": 0,
    "text": "I\u0027m experiencing some issues with my flight reservation. I booked a ticket for my family of four to travel to Paris but when I checked in online, it said I had only booked for two people. Can you please help me resolve this?"
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("MJannik/my-distiset-f88837c8", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("MJannik/my-distiset-f88837c8")
Downloads last month
6