When developing a database of articles in a Knowledge Base (for example) - what are the best ways to sort and display the most relevant answers to a users\' question?
<
I think the angle here is not the retrieval itself... its about scoring the relevence of the information retrieved (A more reactive and passive approach) which can be later used to improve the search engine.
I guess you can try -
knn on tfidf for retrieving information
Hand tagging these retrieved info a relevency score
Just a thought...
The third point is actually based on Rocchio algorithm. You can see it here