diff options
author | xPaulienx | 2018-01-12 12:23:39 +0100 |
---|---|---|
committer | GitHub | 2018-01-12 12:23:39 +0100 |
commit | 5d15a54432e1268a9b77705e853534d26a57e38e (patch) | |
tree | fc1d2a4e623f7398ffb8a08e85089571c0b7e487 | |
parent | Update Evaluation.md (diff) |
Update Evaluation.md
-rw-r--r-- | Evaluation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Evaluation.md b/Evaluation.md index e8d45c8..5d655c4 100644 --- a/Evaluation.md +++ b/Evaluation.md @@ -13,7 +13,7 @@ Some fields that scored well using our human assesment as a relevance measures t Another field with a high score that we do not want to add is `<dbp:caption>`, which is rank 7 for BM25. Since `<dbp:caption>` can be the caption of an image or an table, which a lot of the times are added in support of information contained in other fields, this field does not provide a lot of new information. For similar reason we also do not add `<dbp:mapCaption>`, `<dbp:imageCaption>` and `< dbp:pushpinMapCaption>`. ## Conclusion -Our conclusion is that it would be best to add `<rdfs:comment>` and `<dc:description>` because we think those are the fields that would influence the results the most significant. Both fields describe more about the topic instead of only using the fields used by Nordlys (`<foaf:givenName>`, `<dpb:name>`, `<foaf:name>`, `<dbo:wikiPageWikiLinkText>` and `<rfds:label>`). So if a user would want to look for for example: the footballplayer Messi, but he does not know the name, he could use the query: argentine footballplayer. In that case, he is more likely to find the information about the person he is looking for, in this case: Messi, since this is the description of Messi in DBpedia. +Our conclusion is that it would be best to add `<rdfs:comment>` and `<dc:description>` because we think those are the fields that would influence the results the most significantly. Both fields describe more about the topic instead of only using the fields used by Nordlys (`<foaf:givenName>`, `<dpb:name>`, `<foaf:name>`, `<dbo:wikiPageWikiLinkText>` and `<rfds:label>`). So if a user would want to look for for example: the footballplayer Messi, but he does not know the name, he could use the query: argentine footballplayer. In that case, he is more likely to find the information about the person he is looking for, in this case: Messi, since this is the description of Messi in DBpedia. ## Further Research |