EEXCESS / recommender

EEXCESS stands for: Enhancing Europe’s eXchange in Cultural Educational and Scientific reSources and is funded by the EU under GA No. 600601
http://eexcess.eu/
3 stars 4 forks source link

Query Quality/Provider: Reducing the number of concept increases the number of results #36

Open mgrani opened 8 years ago

mgrani commented 8 years ago

This behaviour should not be possible, given that the main topic query is correctly implemented. A query T1 AND (T2 OR T3 OR T4) should return more or equal number of items as a query T1 AND (T2 OR T3).

Test Procedure: Tested with Chrome Plugin Version Dev 1.7.4

  1. Go to Ada Lovelace Web Page
  2. Go to Paragraph Biography -> Childhood -> First Paragraph --> 30 results
  3. Next remove Ada (Programming language) --> 100 Results

The behaviour indicates that for most data providers the main topic query is not correctly utilized or that the entity assignments are not ignored server side. The problem with the wrong MT query can also be seen by the new "query Tab" in the DEV Mode of the extension (last tab). For example, the Rijksmuseums Query is (Augusta+Leigh%20OR%20Lord+Byron%20OR%20Augusta%2C+Georgia%20OR%20Ada+%28programming+language%29) Which Translates to T11 AND T12 OR T21 aND T22 OR T31 AND T32 which is a Disjunctive Normal Form (DNF), but not a MT query.

please also cross check with [[https://github.com/EEXCESS/recommender/issues/35]]

jr-dig-orgel commented 8 years ago

regarding the relation to #35: In the SwissBib-Recommender was a error in the transformations to the EEXCESS dataformat.