Skip to content

Commit

Permalink
πŸ“ Add overview to README and srlearn/README
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesall committed Jul 13, 2021
1 parent 5caea38 commit 16ae53b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Datasets, Images, Tutorial Files, and Backups for BoostSRL Jar Files
# Relational Datasets

[BoostSRL Wiki](https://github.com/boost-starai/BoostSRL/wiki) | [Group Website](http://indiana.edu/~iustarai/) | Downloads Page | Datasets

---

This repository replaces the deprecated repositories by consolidating their contents into a single place. BoostSRL-Datasets, BoostSRL-VersionHistory, and BoostSRL-TutorialFiles will be removed when their contents are no longer necessary.
Data may be downloaded as zip files from the [Release Page](https://github.com/srlearn/datasets/releases)
27 changes: 27 additions & 0 deletions srlearn/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Datasets

These are the "raw text" versions of each benchmark dataset.

There are two possible structures:

```
name
└── name
β”œβ”€β”€β”€ background.txt
β”œβ”€β”€β”€ train ─── train_pos.txt, train_neg.txt, train_facts.txt
└─── test ──── test_pos.txt, test_neg.txt, test_facts.txt
```

or

```
name
└── name
β”œβ”€β”€β”€ background.txt
β”œβ”€β”€β”€ fold1
β”‚ β”œβ”€β”€β”€ train ─── train_pos.txt, train_neg.txt, train_facts.txt
β”‚ └─── test ──── test_pos.txt, test_neg.txt, test_facts.txt
β”œβ”€β”€β”€ fold2
.
.
```

0 comments on commit 16ae53b

Please sign in to comment.