Skip to content

Sequential Sentence Classification in Medical Abstracts with TensorFlow

License

Notifications You must be signed in to change notification settings

smellycloud/pubmed_literature_scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pubmed_literature_scan

This project aims to replicate the state-of-the-art neural network model presented in the paper "Neural Networks for Joint Sentence Classification in Medical Paper Abstracts."

The original paper addresses the challenge of efficiently classifying sentences in unstructured medical abstracts, providing a valuable tool for information extraction. Model 5 incorporates additional improvements to capture the relative positions of sentences in the abstracts.

Metrics

Model Architecture accuracy precision recall f1
Baseline (TF-IDF Multinomial Naive Bayes Classifier) 72.18 0.718 0.721 0.698
Conv1D 78.34 0.779 0.783 0.780
Univeral Sentence Encoder 69.78 0.697 0.697 0.694
Conv1D + Character Level Embeddings 66.16 0.652 0.661 0.651
Pretrained Token Embeddings + Character Level Embeddings 69.22 0.707 0.692 0.689
Pretrained Token Embeddings + Character Level Embeddings + Positional Embeddings (10% data) 78.65 0.798 0.786 0.783

Model 6 architecture

model

Model 5 architecture

model4

About

Sequential Sentence Classification in Medical Abstracts with TensorFlow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published