Ex. 1: "xy" === "xy definition"? #61
-
Hi, The main reason for this is that some queries only include keywords, but no additional contextual information. Instead of "xy definition" or "cause of xy", only "xy " is given. Should all those queries be interpreted as "xy definition"? For example, should I mark the result for "smoking cessation" only as perfect as long as a definition of the term is given? Could you maybe also give examples for "partial" or "topic" results for this query? The example for an exact match given on the Fira website is a bit more specific, as the query explicitly asks for a definition of a given term, so I just wanted to check back. I really don't want to produce useless annotations. UPDATE: I just found the following passage in the notes for exercise 1 on TUWEL:
So, in the case of a rather "unspecific" query only consisting of the name of some medical condition xy, "topic" matches are "impossible", and we should always just go with "partial" instead, right? Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, It is ok if a query never gets assigned a perfect label -> that is why for example the ndcg metric normalizes based on the best possible result (the best possible result may only consist of partial and topic documents). Best, |
Beta Was this translation helpful? Give feedback.
Hi,
I would say that you don't have to interpret the query too much - if xy is talked about in the document (even if it's not a definition) then I would select it as partial. Only if xy (or only x) appears in the text somewhat randomly as a side note, then it's topical. If it doesn't appear at all (or only 1 of multiple terms, that have clearly nothing to do with the full keyword query) then it is wrong.
It is ok if a query never gets assigned a perfect label -> that is why for example the ndcg metric normalizes based on the best possible result (the best possible result may only consist of partial and topic documents).
Best,
Sebastian