Client for the Quilio hosted paper-review service.
Project description
refereed
Client for the Quilio hosted paper-review service.
A paper is submitted to the API and reviewed by seven independent reviewers (correctness, novelty, methodology, citations, reproducibility, writing, and an adversarial reading), then a synthesiser combines their reports into a single recommendation.
This package is a client
Reviews execute on Quilio infrastructure. This distribution contains no reviewer prompts, no persona definitions and no scoring weights. A Quilio API key is required.
Access and pricing: https://quilio.dev/pricing
Usage
from refereed import review
r = review(open("paper.md").read(), api_key="qk_...", title="Paper title")
r.weighted_score # weight-weighted mean of reviewer scores
r.recommendation # accept | minor_revisions | major_revisions | reject
r.major_concerns # concerns marked major, with the reviewer that raised each
QuotaExceeded is raised when the account's review quota for the period is
spent. ReviewError covers transport and API failures. Transport is injectable
for proxied environments.
Related, free and open source
- citeverify: checks whether the references in a bibliography exist, against OpenAlex, Crossref and arXiv.
- corpus-lens: keywords, rhetorical fingerprints, similarity and embeddings across a whole corpus.
Both are MIT licensed and run locally with no account.
Note on 0.1.0
Version 0.1.0 was published briefly and withdrawn. Use 0.1.1 or later.
Licence
Copyright (c) 2026 Quilio Ltd. All rights reserved.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file refereed-0.1.1.tar.gz.
File metadata
- Download URL: refereed-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8148eea6f59a5cb13f2566909c8f1248fab7009d64dcd65d4b9c61ace2421d0b
|
|
| MD5 |
b18a0c9cf856cc0110ad75f0d136e903
|
|
| BLAKE2b-256 |
c854de50e94b2f0a985de9d884ff348a42fbb04a206b7490da73cacffbc0fe8d
|
File details
Details for the file refereed-0.1.1-py3-none-any.whl.
File metadata
- Download URL: refereed-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05f8ce710d87eb9328c178719ed9e474b29e5c1a2c02a6a63cbe6112b69554f3
|
|
| MD5 |
aec1a9ff598609f581850ab3d3b63679
|
|
| BLAKE2b-256 |
48f5acaa31823aa572da2bea1a024f5dbc268c6b7d6a07515b1562275082d6d3
|