A scientific papers recomendation tool.
Project description
refy
A scientific papers recommendation tool.
Overview
refy
leverages Natural Langual Processing (NLP) machine learning tools to find new papers that might be relevant given the ones that you've read already.
There's a few software tools out there that facilitate the exploration of scientific literature, including:
- meta.org which allows users to set up feeds that identify newly published papers that seem relevant given a set of keywords
- inciteful and scite.ai let you explore the network of citations around a given paper of interest
- connected papers let's you visualize a graph representation of papers related to a given paper of interest
Most currently available software is limited in two key ways:
- Tools like meta.org rely on keywords, but keywords (e.g. computational neuroscience, Parkinson's Disease) are often overly general. As a result of that you have to sift through a lot irrelevant literature before you find something interesting
- Other tools like connected papers only work with one input paper at the time: you give it the title of a paper you've read and they give you suggestions. This is limiting: any software that can analyse all papers you've read can use a lot more information to find new papers that match more closely your interests.
This is what refy
is for: refy
analyzes the abstracts of several papers of yours and matches them agaist published preprints. By using many input papers at once refy
has a lot more information at its disposal which (hopefully) means that it can better recommend relevant papers. By using the abstracts and not the paper titles, authors or keywords, refy
focuses exclusively on the content of an article and has access to a wealth of data.
Refy downloads recently published preprints from BiorXiv and ArXiv, we thank BiorXiv and ArXiv for the API services they made freely available.
Usage
Installation
If you have an environment with python >= 3.6
, you can install refy
with:
pip install refy
getting suggested papers
import refy
d = refy.Recomender(
'library.bib', # path to your .bib file
n_days=30, # fetch preprints from the last N days
html_path="test.html", # save results to a .html (Optional)
N=10 # number of recomended papers
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file refy-1.0.0.2.tar.gz
.
File metadata
- Download URL: refy-1.0.0.2.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a097bac1c61561f9b04f24a6b7ad34e774952a8156098d9903529414961cdfe |
|
MD5 | e31cf9503b5b38725a2bc1300bc4b424 |
|
BLAKE2b-256 | 620d89904c51eb0a270193d6b11f1a86a9d7f2c8d8b30943112a38d9ffa6a976 |
File details
Details for the file refy-1.0.0.2-py3-none-any.whl
.
File metadata
- Download URL: refy-1.0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52322afdd2ae9a99a1b5e4f583e453052aeca8986ab6ac5dd03c7d3a89d61405 |
|
MD5 | b27b0a9150666b1cbb2158111d866a2c |
|
BLAKE2b-256 | 18b2ded64f1f46b1dd52047e27f70d8b2aa1c3beb83e8d8ffe67accb88890ca3 |