bigscience-workshop / bigscience-workshop/biomedical
nagel: missing RE?
Open
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
Assessment
This issue has not been assessed yet.