File size: 773 Bytes
e1804a7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
This repository contains Experiment Dataset of paper entitled: "Utilizing Weak Supervision to Generate Indonesian Conservation Datasets"

Dataset structure:

mongabay-experimental-dataset/

	|- sentiment-classification/
		|- softlabel-train-lfv0-cm.csv
		|- softlabel-train-lfv0-mv.csv
		|- softlabel-train-lfv1-cm.csv
		
		|- gold-label/
			|- valid-gold.csv
			|- test-gold.csv

	|- tags-classification/
		|- softlabel-train-cm.csv
		|- softlabel-train-mv.csv
		
		|- gold-label/
			|- valid-gold.csv
			|- test-gold.csv
			
Filename explanation:
- lfvX means version of labeling_functions vX, where the main version of this experiment is v0
- cm means weak dataset constructed using Covariance Matrix label model
- mv means weak dataset constructed using Majority Voter