blob: 269a9e833d6597a14ea566250df16858145ddbc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Baseline Rankings
- On the left are the baseline rankings as they are given on the DBPedia-Entity
repository
- These baseline rankings are created by running the algorithms on a seemingly
arbitrary set of fields of the DBPedia Index
- Including some special fields that are noted on the right
- Noteworthy is the attribute section which includes a blacklist of fields that
are not used
- The blacklist appears to be created through educated but subjective guesses
- It is our goal to find out if this blacklist is ideal, or if it would be
better if it was changed
# HillClimbing
- To achieve this, we intend to use Nordlys
- Nordlys includes the scripts that run the algorithms given a configuration
file, on the DBPedia Index.
- It is to our understanding that we can modify this configuration file by
adding and removing fields, and then run the algorithms
- To achieve a maximum, we intent to use a hill climbing algorithm with binary
weights; after all, we can only include or blacklist a field
|