bigscience-workshop / bigscience-workshop/biomedical

nagel: missing RE?

Open
#700 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
505
Forks
117
PR merge metrics
No merged PRs in 30d

Description

From the `README`:
```
1) Protein-organism-residue triplet relations
a) XML Tag :
eg: O:SaccharomycesP:Vps4p (End13p), AAA-family ATPase;R:Vps4p-(K179A);A:ATP binding
Entity Identifiers = O: Organism, P: Protein, R: Residue, A: Catalytic triad
```
In the script there is:
```python
_SUPPORTED_TASKS = [Tasks.NAMED_ENTITY_RECOGNITION] # , Tasks.RELATION_EXTRACTION]
```
Why `Tasks.RELATION_EXTRACTION` is commented out?

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.