I have a collection of documents with a gold standard for text classification task, so each document is annotated with a number of categories. I want to use the same collection to evaluation a text retrieval system, but the collection does not have any relevance judgments for retrieval.
Can I use the classification golden standard for that purpose? I mean by using categories as queries, and creating relevance judgments file so that for each query (category) we consider the related documents to be those annotated with that category
Is that acceptable?