Page MenuHomePhabricator

Incorporate acceptance/rejection of suggested images for articles back into MediaSearch model
Open, Needs TriagePublic

Description

ATM MediaSearch consists of
a. data stored in the commonswiki_file index in elastic search
b. a search query that makes use of that data, created by code that lives in the WikibaseMediaInfo extension

The query in b. has a set of boosts tuned by optimising for precision@25 on the set of rated media search results in https://github.com/cormacparle/media-search-signal-test

(We may at some stage change b. to use a learning-to-rank model inside elasticsearch, but this ticket will still be relevant if we do)

Once T299885 is done and we are successfully gathering user feedback on whether a suggested image is a good fit, we'll need to incorporate this into our set of rated media search results in order to continuously improve MediaSearch (and consequently image suggestions)

It won't really be clear how to do that until we've made some progress towards getting all the other pieces in place (see T299781), in the meantime this ticket is a placeholder for that work

Event Timeline

Cparle edited subscribers, added: mfossati; removed: Marco.

@Cparle is anything still needed for this ? Its not clear to me if this was never developed, is no longer needed, or still a valid task

It was never developed because we haven't done any work on image search for a few years. It is still valid