The Statement curation interface — INDRA 1.22.0 documentation (original) (raw)

You will usually access this interface from an INDRA application that exposes statements to you. However if you just want to try out the interface or don’t want to take the detour through any of the applications, you can follow the format below to access the interface directly in your browser from the INDRA-DB REST API:

http://api.host/statements/from_agents?subject=SUBJ&object=OBJ&api_key=12345&format=html

where api.host should be replaced with the address to the REST API service (see the documentation). Entering the whole address in your browser will query for statements where_SUBJ_ is the subject and OBJ is the object of the statements.

For more details about what options are available when doing curation, please refer to the curation sectionof the documentation.

Curating a Statement

Let’s assume you want to check any statements were ROS1 is an agent for errors. Let’s also limit the number of statements to 100 and the number of evidences per statements to 5. This will speed up the query and page loading. The appropriate address to enter in your browser would then be:

http://api.host/statements/from_agents?agent=ROS1&format=html&ev_limit=5&max_stmts=100

To start curating a statement, click the pen icon (circled) on the far left side of the statement. This will produce a row below the statement with a dropdown menu, a text box and a submit button:

../_images/curation_row_created_circled.png

The dropdown menu contains common errors and also the possibility to mark the statement as ‘correct’. If none of the types fit, select the _other…_option, and describe the error with one or a few words in the provided textbox. Note that if you pick other…, describing the error is mandatory. In our example, we see that reactive oxygen species is incorrectly grounded to ROS, so we pick grounding from the dropdown menu:

../_images/curation_select_error_circled.png

In the textbox, you can add a short optional description to clarify why you marked this piece of evidence with the error type you chose. When you are done, you are ready to submit your curation.

Submitting a Curation

To submit a curation, you will need to at least make a selection in the dropdown menu (by the curated statement). You will also need to be logged in before the curation is submitted. If you do not already have an account, all we ask for is your email.

If you selected other… in the dropdown menu, you must also describe the error in the textbox.

When you have entered the necessary information, click the Submit button by the statement that you curated (if you aren’t logged in, you will be prompted to do so at this point):

../_images/curation_submit_circled.png

A status message will appear once the server has processed the submission, indicating if the submission was successful or which problem arose if not. The pen icon will also change color based in the returned status. Greenindicates a successful submission:

../_images/curation_submitted_successfully.png A green icon indicates a successfully submitted curation

while a red indicates something went wrong with the submission:

../_images/bad_submission.png A red icon indicates that something went wrong during the submission

Curation Guidelines

Basic principles

The main question to ask when deciding whether a given Statement is correct with respect to a given piece of evidence is:

Is there support in the evidence sentence for the Statement?

If the answer is Yes, then the given sentence is a valid piece of evidence for the Statement. In fact, you can assert this correctness by choosing the “Correct” option from the curation drop-down list. Curations that assert correctness are just as valuable as curations of incorrectness so the use of this option is encouraged.

Assuming the answer to the above question is No, one needs to determine what the error can be attributed to. The following section describes the specific error types that can be flagged.

Types of errors to curate

There are currently the following options to choose from when curating incorrect Statement-sentence relationships:

General notes on curation