Skip to content

Fetch openreview

academicconferencepublicationssocial3rd party APIintegration

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.

Step signature
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:

Example call (in recipe editor)
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.