Topic on Talk:Growth/2023

List of all real unstructured mentors

6
Summary by Martin Urbanec (WMF)

Growth team releases data about mentor/mentee relationships via Wikimedia Dumps, as well as via the API (example request).

Iniquity (talkcontribs)

After updating the list to structural, I'm sure there are many mentees who are still attached to mentors who have not passed the QuitMentorship procedure.

There is a possibility to get this list for ruwiki? I want to think about what to do with them.

Trizek (WMF) (talkcontribs)

@Martin Urbanec (WMF), any idea?

We should look at other wikis, as well, and reassign mentees to mentors who aren't in any list anymore.

Iniquity (talkcontribs)

I thought of writing a task later to remove mentees from those who are completely inactive (like this phab:T321884). And ask those who are active, but no longer a mentor, re-enter mentoring and exit it or establish a status to 'away'.

Martin Urbanec (WMF) (talkcontribs)

Hello @Iniquity, thanks for the question!

Fortunately, it is possible to create this list quite easily, because the Growth team decided in late 2021 to publish all mentorship data via dumps.wikimedia.org. Each Saturday, mentorship data are released at https://dumps.wikimedia.org/other/growthmentorship/. It is then possible for anyone interested to download the data and to build on top of them.

It is also possible to query the mentorship data via the API. For example, if I want to see all mentees assigned to you at Russian Wikipedia, I can do this: https://ru.wikipedia.org/w/api.php?action=query&format=xml&list=growthmentormentee&gemmmentor=Iniquity.

To create a list of users with at least one mentee, regardless of whether they are currently signed as mentors, the dumps are more convenient, as they provide access to the complete data.

To make it easier for you, I created an example PAWS notebook which generates this list.

You can find the list at the end of the notebook's page, together with the code I used to generate the list.

Let me know if the list is useful to you, or if you have any questions about how to make use of the mentorship data -- I'll be happy to help!

Best wishes, Martin Urbanec

Iniquity (talkcontribs)

It's gorgeous. Thank you so much for all the links, they are very helpful!

Martin Urbanec (WMF) (talkcontribs)

Glad to be of service!