CentreForDigitalHumanities / CentreForDigitalHumanities/langpro-annotator

Add LangPro predicted entailment label

Open
#121 2 comments 0 reactions 1 assignee Claimed by @XanderVertegaal View on GitHub
enhancement
Dominant language
TypeScript
Stars
0
Forks
0
Avg merge
5d 11h
Merged PRs (30d)
2

Description

The user currently has to inspect the LangPro-generated tableaus to see what LangPro's judgement of a problem is (contradiction, entailment, neutral or conflict). It would help if this could be displayed somewhere on the page. It should not overwrite the existing entailment label that is part of the dataset.

The entailment label can be inferred from the tableau output:

| Entailment tree closed| Contradiction tree closed| Resulting judgement |
|--------|--------|--------|
| ✖️ | ✔️ | Contradiction |
| ✔️ | ✖️ | Entailment |
| ✔️ | ✔️ | Conflict|
| ✖️ | ✖️ | Neutral |

This predicted entailment label should only be saved to the DB once 'Save problem' is pressed.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.