huggingface / huggingface/hmtl
Negation detection as a Multi-task learning (MTL) layer
Open
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
I have been going through this paper - [Joint Entity Extraction and Assertion Detection for Clinical Text](https://arxiv.org/pdf/1812.05270.pdf) - which proposes an MTL approach to negation detection that leverages overlapping representation across sub-tasks i.e., jointly model named entity and negation
in an end-to-end system.
I already have NER model in place and was thinking how would I implement MTL using HMTL but I find it difficult mold given examples in this repo into negation multitask.
@VictorSanh : Would like to know your take on how to go about it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.