-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider manual screening interface (i.e. text only) #12
Comments
Great talk yesterday Martin! This use-case was exactly what sprung to mind. I wrote a quick function to aggregate and rank documents by similarity.
With a little tweaking to refine the action loop, a typical workflow might be:
which should hopefully bubble the relevant papers to the top.
|
Thanks Andrew, I'm glad you liked the talk! This is a great idea; my only caveats are how to:
At the moment, my plan is to add a neural network -based method for prioritising articles in screen_titles or screw_abstracts, probably based on the approach of Roll et al. 2017 (https://onlinelibrary.wiley.com/doi/abs/10.1111/cobi.13044). But that won't be in v0.3.0 as I don't have time to test it right now! Thanks heaps for the code too - this is a really good start that will help me out a lot. |
No problem, I was mostly just playing:
But this is far from tested! Be interesting to think about how you'd validate it. edit: I wonder if you could substract irrelevant documents from the reference group? Not sure what that'd look like, but it might help narrow the search in a more granular manner. |
FYI metagear's abstract screener does this already, albeit in a bit of a fiddly and inflexible way. But just to avoid duplicating that function. |
revtools provides tools for visualising topic model information, but some users may wish (or be required) to sort articles based on titles or abstracts without including any visual information. A user interface for this would be simple to build, and would provide support for a wider range of users.
The text was updated successfully, but these errors were encountered: