MohammadOthman commited on
Commit
edd299b
1 Parent(s): 3730349

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - Customer Support
9
+ - Twitter Data
10
+ - Conversational AI
11
+ - Fine-tuning
12
+ size_categories:
13
+ - 100K<n<1M
14
+ ---
15
+ # Customer Support on Twitter Dataset 945k
16
+
17
+ ## Dataset Description
18
+
19
+ ### Context
20
+ This dataset provides a large corpus of real-world English conversations between consumers and customer support agents on Twitter, designed to drive innovation in Natural Language Processing (NLP) by providing data that better matches the actual language used in contemporary customer support interactions.
21
+
22
+ ### Content
23
+ Initially, the data included complex threads of conversations involving multiple exchanges between customers and support agents. To transform this data into a more structured format suitable for training language models, the following steps were taken:
24
+ - **Conversation Extraction**: Each conversation was distilled down from potentially lengthy threads to essential exchanges. This involved identifying the start and end of customer support interactions and ensuring each input (customer's query) was paired with an immediate response (support agent's reply).
25
+ - **Data Pairing**: The extracted conversations were restructured into pairs of inputs and outputs, where each 'input' is a customer's request or question, and each 'output' is the corresponding response from a support agent.
26
+ - **Cleaning and Standardization**: To enhance the quality of the dataset for NLP tasks, extensive cleaning and preprocessing were applied, which included:
27
+ - **Removing Noise**: Unnecessary content such as URLs, HTML tags, and user mentions were removed.
28
+ - **Normalizing Text**: Emojis were replaced with words, and emoticons were removed or replaced with their textual descriptions to maintain the emotional and contextual nuances without visual elements.
29
+ - **Expanding Abbreviations**: Internet slangs and contractions were expanded to their full forms to standardize the text and make it more understandable and accessible for language processing models.
30
+
31
+ ### Preprocessing Details
32
+ - **Chat Slang Conversion**: Common internet abbreviations and slang were expanded to their full words using a predefined dictionary to ensure clarity.
33
+ - **Contraction Expansion**: Contractions were expanded to their full forms for consistency in language usage.
34
+ - **Emoji and Emoticon Replacement**: Emojis and emoticons were replaced with corresponding text descriptions to preserve their emotional and contextual significance.
35
+ - **Cleaning End-of-Line Noise**: Abbreviations at the end of responses, often irrelevant to the context, were removed to maintain the focus on the content relevant to customer support.
36
+
37
+ ### Use Cases
38
+ This dataset is suitable for various NLP applications, including:
39
+ - **Fine-Tuning Language Models**: The structured format of input-output pairs makes this dataset ideal for fine-tuning language models on task-specific dialogue understanding and generation.
40
+ - **Automated Response Suggestion**: Training models to predict customer support responses.
41
+ - **Analysis of Response Effectiveness**: Evaluating how different response strategies affect customer satisfaction.
42
+ - **Sentiment Analysis**: Examining how sentiment influences the interaction dynamics in customer support.
43
+ - **Topic Modeling**: Identifying common themes or issues in customer inquiries to aid in strategic planning for support services.