-
Notifications
You must be signed in to change notification settings - Fork 24
File Structure
Alexander L. Hayes edited this page Dec 28, 2016
·
29 revisions
by: Tushar Khot, Alexander L. Hayes
Previous Page - Wiki - Next Page
Files that BoostSRL operates on are stored in a folder with three things:
-
background.txt
: Modes -
train/
folder :
-
train_bk.txt
: Pointer to the background file. -
train_facts.txt
: Facts -
train_pos.txt
: Positive examples -
train_neg.txt
: Negative examples
-
test/
folder :
-
test_bk.txt
: Pointer to the background file. -
test_facts.txt
: Facts -
test_pos.txt
: Positive examples -
test_neg.txt
: Negative examples
Example:
File structure for the Cora dataset, notice that the background is called "cora_bk.txt" in this example.
This is okay if train_bk.txt
and test_bk.txt
both point correctly with: import: "../cora_bk.txt".
Previous Page: "Getting Started" - Wiki - Next Page: "Basic Usage Parameters"
BoostSRL Wiki
Home
BoostSRL Basics
- Getting Started
- File Structure
- Basic Usage Parameters
- Advanced Usage Parameters
- Basic Modes Guide
- Advanced Modes Guide
Deep dive into BoostSRL
- Default (RDN-Boost)
- MLN-Boost
- Regression
- Cost-sensitive SRL
- Learning with Advice
- Approximate Counting
- One-class Classification (coming soon)
- Discretization of Continuous Valued Attributes
- Lifted Relational Random Walks
- Grounded Relational Random Walks
Datasets
Applications of BoostSRL