asaxena1990
commited on
Commit
•
a3d4263
1
Parent(s):
8d23ff0
Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,8 @@ task_ids:
|
|
28 |
- closed-domain-qa
|
29 |
- open-book-qa
|
30 |
- closed-book-qa
|
|
|
|
|
31 |
train-eval-index:
|
32 |
- config: nsds
|
33 |
task: token-classification
|
@@ -54,14 +56,17 @@ configs:
|
|
54 |
- nsds
|
55 |
---
|
56 |
# Dataset Card for NSME-COM
|
|
|
57 |
## Table of Contents
|
58 |
-
|
59 |
-
- [About Us](#about-neuralspace)
|
60 |
- [Dataset Description](#dataset-description)
|
61 |
- [Dataset Summary](#dataset-summary)
|
|
|
62 |
- [Languages](#languages)
|
63 |
- [Dataset Structure](#dataset-structure)
|
64 |
- [Data Instances](#data-instances)
|
|
|
|
|
65 |
- [Dataset Creation](#dataset-creation)
|
66 |
- [Curation Rationale](#curation-rationale)
|
67 |
- [Source Data](#source-data)
|
@@ -76,40 +81,71 @@ configs:
|
|
76 |
- [Licensing Information](#licensing-information)
|
77 |
- [Citation Information](#citation-information)
|
78 |
- [Contributions](#contributions)
|
79 |
-
|
80 |
-
- NeuralSpace Inc. is a true NLP company and aims at removing the language barrier by developing no-code technologies to empower users to access information in their own desired languages.
|
81 |
## Dataset Description
|
82 |
-
|
|
|
83 |
- **Repository:** [https://huggingface.co/datasets/asaxena1990/NSME-COM)
|
84 |
- **Point of Contact:** (Ayushman Dash <[email protected]>, Ankur Saxena <[email protected]>)
|
|
|
85 |
- **Size of downloaded dataset files:** 10.86 KB
|
|
|
86 |
### Dataset Summary
|
|
|
87 |
NSME-COM, the NeuralSpace Massive E-commerce Dataset is a collection of resources for training, evaluating, and analyzing natural language understanding systems.
|
|
|
|
|
|
|
|
|
|
|
88 |
#### nsds
|
89 |
-
|
|
|
90 |
|
91 |
### Languages
|
|
|
92 |
The language data in NSME-COM is in English (BCP-47 `en`)
|
|
|
93 |
## Dataset Structure
|
|
|
94 |
### Data Instances
|
95 |
-
|
96 |
- **Size of downloaded dataset files:** 10.86 KB
|
|
|
97 |
An example of 'test' looks as follows.
|
98 |
-
|
99 |
-
{
|
100 |
"text": "is it good to add roadside assistance?",
|
101 |
"intent": "Add",
|
102 |
"type": "Test"
|
103 |
}
|
104 |
-
```
|
|
|
105 |
An example of 'train' looks as follows.
|
106 |
-
|
107 |
-
{
|
108 |
"text": "how can I add my spouse as a nominee?",
|
109 |
"intent": "Add",
|
110 |
"type": "Train"
|
111 |
},
|
112 |
```
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
### Contributions
|
115 |
-
Ankur Saxena ([email protected])
|
|
|
28 |
- closed-domain-qa
|
29 |
- open-book-qa
|
30 |
- closed-book-qa
|
31 |
+
paperswithcode_id: acronym-identification
|
32 |
+
pretty_name: Massive E-commerce Dataset for Retail and Insurance domain.
|
33 |
train-eval-index:
|
34 |
- config: nsds
|
35 |
task: token-classification
|
|
|
56 |
- nsds
|
57 |
---
|
58 |
# Dataset Card for NSME-COM
|
59 |
+
|
60 |
## Table of Contents
|
61 |
+
|
|
|
62 |
- [Dataset Description](#dataset-description)
|
63 |
- [Dataset Summary](#dataset-summary)
|
64 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
65 |
- [Languages](#languages)
|
66 |
- [Dataset Structure](#dataset-structure)
|
67 |
- [Data Instances](#data-instances)
|
68 |
+
- [Data Fields](#data-fields)
|
69 |
+
- [Data Splits](#data-splits)
|
70 |
- [Dataset Creation](#dataset-creation)
|
71 |
- [Curation Rationale](#curation-rationale)
|
72 |
- [Source Data](#source-data)
|
|
|
81 |
- [Licensing Information](#licensing-information)
|
82 |
- [Citation Information](#citation-information)
|
83 |
- [Contributions](#contributions)
|
84 |
+
|
|
|
85 |
## Dataset Description
|
86 |
+
|
87 |
+
- [**Homepage**](https://huggingface.co/asaxena1990)
|
88 |
- **Repository:** [https://huggingface.co/datasets/asaxena1990/NSME-COM)
|
89 |
- **Point of Contact:** (Ayushman Dash <[email protected]>, Ankur Saxena <[email protected]>)
|
90 |
+
|
91 |
- **Size of downloaded dataset files:** 10.86 KB
|
92 |
+
|
93 |
### Dataset Summary
|
94 |
+
|
95 |
NSME-COM, the NeuralSpace Massive E-commerce Dataset is a collection of resources for training, evaluating, and analyzing natural language understanding systems.
|
96 |
+
|
97 |
+
### Supported Tasks and Leaderboards
|
98 |
+
|
99 |
+
The leaderboard for the GLUE benchmark can be found [at this address](https://gluebenchmark.com/). It comprises the following tasks:
|
100 |
+
|
101 |
#### nsds
|
102 |
+
|
103 |
+
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 the art models [here](https://www.neuralspace.ai/) in 100+ languages. The dataset files are available in JSON format.
|
104 |
|
105 |
### Languages
|
106 |
+
|
107 |
The language data in NSME-COM is in English (BCP-47 `en`)
|
108 |
+
|
109 |
## Dataset Structure
|
110 |
+
|
111 |
### Data Instances
|
112 |
+
|
113 |
- **Size of downloaded dataset files:** 10.86 KB
|
114 |
+
|
115 |
An example of 'test' looks as follows.
|
116 |
+
|
117 |
+
``` {
|
118 |
"text": "is it good to add roadside assistance?",
|
119 |
"intent": "Add",
|
120 |
"type": "Test"
|
121 |
}
|
122 |
+
```
|
123 |
+
|
124 |
An example of 'train' looks as follows.
|
125 |
+
|
126 |
+
```{
|
127 |
"text": "how can I add my spouse as a nominee?",
|
128 |
"intent": "Add",
|
129 |
"type": "Train"
|
130 |
},
|
131 |
```
|
132 |
|
133 |
+
### Data Fields
|
134 |
+
|
135 |
+
The data fields are the same among all splits.
|
136 |
+
|
137 |
+
#### nsds
|
138 |
+
|
139 |
+
- `text`: a `string` feature.
|
140 |
+
- `intent`: a `string` feature.
|
141 |
+
- `type`: a classification label, with possible values including `train` or `test`.
|
142 |
+
|
143 |
+
### Data Splits
|
144 |
+
|
145 |
+
#### nsds
|
146 |
+
| |train|test|
|
147 |
+
|----|----:|---:|
|
148 |
+
|nsds| 1725| 406|
|
149 |
+
|
150 |
### Contributions
|
151 |
+
Ankur Saxena ([email protected])
|