OxfordSchmidtAIFellows / paper-plumber

Paper Plumber is a Python package that employs large language models to scan, understand, and extract key data points from scientific papers, streamlining research and data analysis.
MIT License
3 stars 0 forks source link

Text mining examples #1

Closed couteiral closed 1 year ago

couteiral commented 1 year ago

We need two sets of tests to verify that PaperPlumber works. These tests should comprise at least three articles, each of them containing at least one value of some property (coherence times or error gates for quantum computing, protein stability or solubility for synthetic biology, etc). Ideally, at least one of these articles will contain more than one value.

We want to set up these articles to be our global integration test for paper-plumber: once the bare bones of the project are set up, the code should be able to extract the values from the papers autonomously.

ShuxiangCao commented 1 year ago

Implemented in #7.