Skip to content
Michael Spector edited this page Aug 15, 2018 · 5 revisions

Notes

An OpenReview Note represents a record added to the system - for example, a submitted paper, a comment, a review, etc.

All Notes have a content field that can contain arbitrary fields with various kinds of information. For example, a Note representing a paper submission might have a content field that looks like this:

{
  "title": "Go for a Walk and Arrive at the Answer: Reasoning Over Paths in Knowledge Bases using Reinforcement Learning",
  "abstract": "Knowledge bases (KB), both automatically and manually constructed, are often incomplete --- many valid facts can be inferred from the KB by synthesizing existing information. A popular approach to KB completion is ... ",
  "pdf": "/pdf/ff44e0271f9858cb6bb7b3da936f48e75304e85c.pdf",
  "keywords": [
    "Knowledge Graphs",
    "Reinforcement Learning",
    "Query Answering"
  ],
  "authors": [
    "Rajarshi Das",
    "Shehzaad Dhuliawala",
    "Manzil Zaheer",
    "Luke Vilnis",
    "Ishan Durugkar",
    "Akshay Krishnamurthy",
    "Alex Smola",
    "Andrew McCallum"
  ],
  ...
}

OpenReview Notes cannot simply be added to the system by anyone at any time. A Note can only be posted in response to an Invitation. All Notes have an invitation field that lists the ID of the Invitation that the Note responds to.

Clone this wiki locally