Research:Towards Modeling Citation Quality
Idea
editWe would like to understand and map the quality of citations and references in Wikipedia. Reference 'quality' is a broad notion including: reliability, accessibility, neutrality, etc. In this project, we want to map a set of citation dimensions, towards the complete understanding of citation quality.
Citation Quality Dimensions
editTowards modeling a full, rich notion of citation quality, we are exploring topic distribution and accessibility of citations look across different languages.
Topics
editFirst, we define a topic for each publication, by:
- Collecting all articles where a publication is cited
- For articles in Wikipedia editions other than enwiki, find the corresponding article in enwiki. This is done by finding the Wikidata item corresponding to teach article, then retrieving the enwiki page linked from that Wikidata item.
- Assigning a topic to each article, in the top of the WikiProject hierarchy, using Scoring Platform's draftopic tool
Accessibility
editWe mark each publication (doi type) as Open Access or Closed Access as follows:
Data
editWe published a dataset of citations with identifiers. There is a file for each Wikipedia edition (e.g. english Wikipedia, Farsi Wikipedia). Each line contains the following tab-separated values:
page_id,page_name,revision_id,timestamp,publication_type,publication_id,topic,open_access,open_access_url
Example:
249,Xenon,3771178,2010-01-20T12:40:23Z,doi,10.1093/bmb/ldh034,STEM.Chemistry,True,https://academic.oup.com/bmb/article-pdf/71/1/115/772965/ldh034.pdf
- page_id - the id of the page in Wikipedia that is citing the publication
- page_name - the title of the page citing the publication
- revision_id - the id of the revision where the citation has been added
- timestamp - the time when the revision has been saved
- publication_type - the type of the publication cited, it can be: isbn,doi,pmid,pmc,arxiv
- publication_id - the identifier of the publication, format differs according to the type
- topic - publication topic inherited from the pages where it is cited
- open_access - boolean: true if the publication is open access, false if it is not open access [for DOI publications only]
- open_access_url - the url of the open access version of the publication, if 'open_access' is true
Visualizations
editWe produced some visualizations to show the distribution of publication by topics and accessibility. (Non-interactive) examples below.