titipata / detecting-scientific-claim

Extracting scientific claims from biomedical abstracts (powered by AllenNLP)
140 stars 20 forks source link

BNN Classifier #23

Closed rzepinskip closed 4 years ago

rzepinskip commented 4 years ago

I cannot find any reference to DiscourseBNNClassifier (used in e.g. pubmed_rct_bnn.json) in the "Claim Extraction in Biomedical Publications using Deep Discourse Model and Transfer Learning" paper. Can you provide more information or links to papers about this architecture?

rzepinskip commented 4 years ago

I think I found the answer - it's Biattentive Classification Network model (paper, AllenNLP implementation).