File size: 3,186 Bytes
26eaff0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d16689
 
 
 
 
58f7a71
c0fdea9
 
26eaff0
 
 
9e13e02
 
6525dfc
b70a4f2
6525dfc
b70a4f2
6525dfc
9e13e02
 
 
6525dfc
9e13e02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
dataset_info:
  features:
  - name: utterance
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 25916172
    num_examples: 14960
  - name: test
    num_bytes: 1768649
    num_examples: 1020
  - name: validation
    num_bytes: 1791809
    num_examples: 1020
  download_size: 3617867
  dataset_size: 29476630
task_categories:
- text-generation
language:
- en
pretty_name: Generate Query/Model from Request 15000/1000/1000
license: apache-2.0
size_categories:
- 10K<n<100K
---
# Dataset Card for "gen-qm-17000"

### Dataset Summary

Dataset for converting request into query and extracting model name.

DEV/VAL/TEST: 90/10/10

SIZE: 17000

### Supported Tasks and Leaderboards

The tasks represented in GEN-QM cover a text2text generation for producing qureries based on request or extracting models.

### Languages

The data in QM are in English.

## Dataset Structure

### Data Instances

An example of "train" looks as follows:
```bash
{
  'answer': '$count(EventCategory.Children) $neq 1029',
  'utterance': 'Instructions: Based on Request and Model Description generate query with represents requests filter. Generaly query statement consists of path to the models column on the left, operator of comparison in the middle started with $ and comparison value on the right. Also query can contain more than one statement combined with $and or $or operator.\nModel Description: CreatedByUserName as created by user name;ModifiedByUserName as modified by user name;CreatedOn as created on;ModifiedOn as modified on;EventCategory.IsApprovalRequired as is approval required of experience category;EventCategory.Name as name of experience category;EventCategory.Code as code of experience category;EventCategory.CreatedByUserName as created by user name of experience category;EventCategory.ModifiedByUserName as modified by user name of experience category;EventCategory.Priority as priority of experience category;EventCategory.CreatedOn as created on of experience category;EventCategory.ModifiedOn as modified on of experience category;EventCategory.EventInCategories as experience in categories of experience category,event in categories of event category;EventCategory.EventCategoryInTypes as event category in types of experience category,experience category in types of event category;EventCategory.Children as children of experience category,children categories of event category;EventCategoryType.Name as name of experience category type;EventCategoryType.CreatedByUserName as created by user name of experience category type;EventCategoryType.ModifiedByUserName as modified by user name of experience category type;EventCategoryType.CreatedOn as created on of experience category type;EventCategoryType.ModifiedOn as modified on of experience category type;EventCategoryType.EventCategoryInTypes as event category in types of experience category type,experience category in types of event category type\nRequest: select event category in type where count of children of experience category != one thousand and twenty-nine\nQuery:'
}
```

## Additional Information

### Licensing Information
The dataset is released under Apache 2.0.