File size: 1,459 Bytes
df08244
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
language:
- en
size_categories:
- 10K<n<100K
---

# Dataset Card for Dataset Name

## Dataset Description

- **Homepage:** 
- **Repository:** 
- **Paper:** 
- **Leaderboard:** 
- **Point of Contact:** 

### Dataset Summary

Dataset used to train a language model to do classification on 50 different waste classes.

### Languages

English

## Dataset Structure

### Data Instances

Phrase | Class | Index
-------|-------|-------
"I have this apple phone charger to throw, where should I put it ?" | PHONE CHARGER | 26
"Should I recycle a disposable cup ?" | Plastic Cup | 32
"I have a milk brick" | Tetrapack | 45

### Data Fields

- Phrase
- Class
- Class_index

### Data Splits

train: 12.5K rows

test: 5.38K rows

additional data: 7.24K rows (unseen_phrases.csv)

## Dataset Creation

Manualy with objects and phrases templates.

### Annotations

#### Annotation process

Each object was annotated and then the phrases were annotated according to the object according to its annnotation.

#### Who are the annotators?

Myself

### Personal and Sensitive Information

None

## Considerations for Using the Data

### Social Impact of Dataset

None

### Discussion of Biases

Some classes are more present than others but the dataset is balanced overall. Because it was created using patterns, might not be very robust.

### Other Known Limitations

Repetition of phrase patterns, have to verify performances of model on external phrases for robustness.