Fetch openreview¶
academic • conference • publications • social • 3rd party API • integration
Fetch publications submitted to one or more conferences via OpenReview.
Usage¶
The following are the step's expected inputs and outputs and their specific types.
fetch_openreview(invitations: url|category|text, {"param": value}) -> (papers: dataset)
where the object {"param": value}
is optional in most cases and if present may contain any of the parameters described in the
corresponding section below.
Example¶
This step doesn't have any configuration parameters. Hence simply:
fetch_openreview(ds.invitations) -> (papers)
Inputs¶
invitations: column:url|category|text
A column containing URL-like references to conference invitations on openreview.net. E.g. in the form "ICLR.cc/2023/Conference/-/Blind_Submission".
Outputs¶
papers: dataset
A new dataset containing details about the submitted publications.
Parameters¶
limit: integer | null
Limit number of papers retrieved per invitation.