Page MenuHomePhabricator

Output 1.1: Improved section recommendation algorithm with user-feedback
Closed, ResolvedPublic

Event Timeline

leila triaged this task as High priority.Aug 28 2018, 11:48 PM
leila created this task.

From the feedback page set up by @Capt_Swing we got the following main two points:

  1. API should allow to blacklist sections
  2. API should be improve in terms of not recommending synonyms or sections that overlaps with the existing ones.

Point 1 might change for specific use cases, therefore can be implemented as post-filter on tools build around this API.
Regarding point 2, we have a synonym detector, that currently is implemented as private method in our system. Exposing the classifier as separated API will allow developers to fine tune the recommendations according their specific use cases.