-1

How do I Re-Rank the results generated by IBM Retrieve and rank service to get the optimal answer as i am unable to find any tutorial related to re-rank?

WvH
  • 61
  • 1
  • 3
  • Questions like this one, about the Bluemix offering features, are best addressed on the IBM developerWorks Answers forum. Stack Overflow is a great place for Bluemix programming questions. See: https://developer.ibm.com/answers/smart-spaces/12/bluemix.html – William 'Bill' Wentworth Aug 17 '16 at 20:25

1 Answers1

1

I'm not sure I completely understand your question. Do you mean the initial ranking by Retrieve and Rank of answers retrieved from Solr, or refining the ranking of already-ranked results? These specific links might be of help:

Preparing training data. This covers how to train rankers.

Reranking results. This covers how to refine the results produced by a ranker.

  • This might also be of help: [Tutorial Stage 6: Rerank the results](http://www.ibm.com/watson/developercloud/doc/retrieve-rank/tutorial.shtml#rank) – Scot Taylor Aug 18 '16 at 17:03