diff options
Diffstat (limited to 'Evaluation.md')
-rw-r--r-- | Evaluation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Evaluation.md b/Evaluation.md index 5d655c4..3edae0c 100644 --- a/Evaluation.md +++ b/Evaluation.md @@ -18,7 +18,7 @@ Our conclusion is that it would be best to add `<rdfs:comment>` and `<dc:descrip ## Further Research ### Hill climbing to validate or improve the results of our statical analysis of the importance of fields. -Unfortunately, we couldn't apply hill climbing to our own research because we did not have enough programmers in order to carry out this. In further research, it would still be interesting to apply hill climbing for search engine optimalization. Than, we could use hill climbing to add all the fields to the index in order to test the importance of those fields. It would be interesting to see how this hill climbing algorithm can be optimized. +Unfortunately, we couldn't apply hill climbing to our own research because we did not have enough programmers in order to carry out this. In further research, it would still be interesting to apply hill climbing for search engine optimalization. Then, we could use hill climbing to add all the fields to the index in order to test the importance of those fields. It would be interesting to see how this hill climbing algorithm can be optimized. ### Adding the fields to the index and comparing the new NDCG scores with baseline runs. In further research, it would also be interesting to really implement the suggestion we do now. In that case, we would add the fields: `<rdfs:comment>` and `<dc:description>` to see whether it really optimizes the seach results. In that case we would have to add those fields to the index and compare them with the NDCG scores with baseline runs. |