asaxena1990 commited on
Commit
49a3d18
1 Parent(s): 0c926db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +114 -1
README.md CHANGED
@@ -1,3 +1,116 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - other
4
+ language_creators:
5
+ - other
6
+ language:
7
+ - en
8
+ expert-generated license:
9
+ - cc-by-nc-sa-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - n<1K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - question-answering
18
+ - text-retrieval
19
+ - text2text-generation
20
+ - other
21
+ - translation
22
+ - conversational
23
+ task_ids:
24
+ - extractive-qa
25
+ - closed-domain-qa
26
+ - utterance-retrieval
27
+ - document-retrieval
28
+ - closed-domain-qa
29
+ - open-book-qa
30
+ - closed-book-qa
31
+ train-eval-index:
32
+ - config: nsds
33
+ task: token-classification
34
+ task_id: entity_extraction
35
+ splits:
36
+ train_split: train
37
+ eval_split: test
38
+ col_mapping:
39
+ sentence: text
40
+ label: target
41
+ metrics:
42
+ - type: nsme-com
43
+ name: NSME-COM
44
+ config:
45
+ nsds
46
+ tags:
47
+ - chatbots
48
+ - e-commerce
49
+ - retail
50
+ - insurance
51
+ - consumer
52
+ - consumer goods
53
+ configs:
54
+ - nsds
55
  ---
56
+ # Dataset Card for NSME-COM
57
+ ## Table of Contents
58
+ - [Dataset Description](#dataset-description)
59
+ - [Dataset Summary](#dataset-summary)
60
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
61
+ - [Languages](#languages)
62
+ - [Dataset Structure](#dataset-structure)
63
+ - [Data Instances](#data-instances)
64
+ - [Data Fields](#data-fields)
65
+ - [Data Splits](#data-splits)
66
+ - [Dataset Creation](#dataset-creation)
67
+ - [Curation Rationale](#curation-rationale)
68
+ - [Source Data](#source-data)
69
+ - [Annotations](#annotations)
70
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
71
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
72
+ - [Social Impact of Dataset](#social-impact-of-dataset)
73
+ - [Discussion of Biases](#discussion-of-biases)
74
+ - [Other Known Limitations](#other-known-limitations)
75
+ - [Additional Information](#additional-information)
76
+ - [Dataset Curators](#dataset-curators)
77
+ - [Licensing Information](#licensing-information)
78
+ - [Citation Information](#citation-information)
79
+ - [Contributions](#contributions)
80
+ ## Dataset Description
81
+ - **Homepage:** [https://huggingface.co/asaxena1990)
82
+ - **Repository:** [https://huggingface.co/datasets/asaxena1990/NSME-COM)
83
+ - **Point of Contact:** (Ayushman Dash <[email protected]>, Ankur Saxena <[email protected]>)
84
+ - **Size of downloaded dataset files:** 10.86 KB
85
+ ### Dataset Summary
86
+ NSME-COM, the NeuralSpace Massive E-commerce Dataset is a collection of resources for training, evaluating, and analyzing natural language understanding systems.
87
+ ### Supported Tasks and Leaderboards
88
+ The leaderboard for the GLUE benchmark can be found [at this address](https://gluebenchmark.com/). It comprises the following tasks:
89
+ #### nsds
90
+ A manually-curated domain specific dataset by Data Engineers at NeuralSpace for rare E-commerce domains such as Insurance and Retail for NL researchers and practitioners to evaluate state of art models at https://www.neuralspace.ai/ in 100+ languages. The dataset files are available in JSON format.
91
+
92
+ ### Languages
93
+ The language data in NSME-COM is in English (BCP-47 `en`)
94
+ ## Dataset Structure
95
+ ### Data Instances
96
+ #### nsds
97
+ - **Size of downloaded dataset files:** 10.86 KB
98
+ An example of 'test' looks as follows.
99
+ ```
100
+ {
101
+ "text": "is it good to add roadside assistance?",
102
+ "intent": "Add",
103
+ "type": "Test"
104
+ }
105
+ ```
106
+ An example of 'train' looks as follows.
107
+ ```
108
+ {
109
+ "text": "how can I add my spouse as a nominee?",
110
+ "intent": "Add",
111
+ "type": "Train"
112
+ },
113
+ ```
114
+
115
+ ### Contributions
116
+ Ankur Saxena ([email protected])