You will click this link. It is on the top.
It doesn't matter what we say, players will just click the links on top.
It doesn't matter what we say, players will just click the links on top.
On the previous page, we introduced a few factors that can be used to characterise the importance of a page. Now we propose a new, simpler factor:
What if Wikispeedia players just click the first link they see?
Now let's analyse the data to see if players are indeed influenced by the position of the link on the page in Wikispeedia games. Let us compare it against the link which is along to the shortest path to the destination.
Unfortunately not. We need to carefully choose a control group in order to isolate the effect of link position. Ideally our control group should act similar to human intuition while choosing links. Luckily, we do have a predictor for semantic similarity: Wikipedia graph embeddings! Given a page and a target destination, we can use cosine similarity to calculate the page that is closest to the target destination in the embedding space. This gives us our control group.
The following graphs show that the distribution of the link position on the page differs greatly between categories.
We can attenuate their effect by calculating a propensity score for each page, which is the probability that a player will click on the page given the values of the confounding factors. Afterwards, we can match each clicked link to the link in the control group with the closest propensity score. This greatly increases the power of our statistical analysis.
After controlling for propensity, we see that the control group shifted to slightly favour links at the top of the page. Running an independent t-test on the control and treatment groups, we get a p-value close to zero (p ~ 1e-12) even after balancing the groups.
This indicates that players are indeed influenced by the position of the link on the page.
In this Data Story we have provided a temporal analysis on the link structure of Wikipedia from 2007 to 2022. In addition we have shown that players are indeed more likely to click a link just because it appears higher in the page. This is a good indication that the link structure of a page can influence the user's behaviour. Armed with this knowledge the user-experience of Wikipedia could potentially be improved, or perhaps user-behavior could be manipulated.
Thank you for reading our data story!