jimnoneill commited on
Commit
5752653
·
verified ·
1 Parent(s): 709adc1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ pipeline_tag: token-classification
7
+ tags:
8
+ - biology
9
+ - chemistry
10
+ - medical
11
+ ---
12
+ # CarD-T: Carcinogen Detection via Transformers
13
+
14
+ ## Overview
15
+
16
+ CarD-T (Carcinogen Detection via Transformers) is a novel text analytics approach that combines transformer-based machine learning with probabilistic statistical analysis to efficiently nominate carcinogens from scientific texts. This model is designed to address the challenges faced by current systems in managing the burgeoning biomedical literature related to carcinogen identification and classification.
17
+
18
+ ## Model Details
19
+
20
+ - **Architecture**: Based on Bio-ELECTRA, a 335 million parameter language model
21
+ - **Training Data**: PubMed abstracts featuring known carcinogens from International Agency for Research on Cancer (IARC) groups G1 and G2A
22
+ - **Task**: Named Entity Recognition (NER) for carcinogen identification
23
+ - **Performance**:
24
+ - Precision: 0.894
25
+ - Recall: 0.857
26
+ - F1 Score: 0.875
27
+
28
+ ## Features
29
+
30
+ - Efficient nomination of potential carcinogens from scientific literature
31
+ - Context classifier to enhance accuracy and manage computational demands
32
+ - Capable of identifying both chemical and non-chemical carcinogenic factors
33
+ - Trained on a comprehensive dataset of carcinogen-related abstracts from 2000-2024
34
+
35
+ ## Use Cases
36
+
37
+ - Streamlining toxicogenomic literature reviews
38
+ - Identifying potential carcinogens for further investigation
39
+ - Augmenting existing carcinogen databases with emerging candidates
40
+
41
+ ## Limitations
42
+
43
+ - Identifies potential candidates, not confirmed carcinogens
44
+ - Analysis limited to abstract-level information
45
+ - May be influenced by publication trends and research focus shifts
46
+
47
+
48
+ ## Citation
49
+
50
+ If you use this model in your research, please cite:
51
+
52
+ O'Neill, J., Reddy, G.A., Dhillon, N., Tripathi, O., Alexandrov, L., & Katira, P. (2024). CarD-T: Interpreting Carcinomic Lexicon via Transformers. BioRxiv.
53
+
54
+ ## License
55
+
56
+ MIT License
57
+
58
+ Copyright (c) 2024 Jamey O'Neill
59
+
60
+ Permission is hereby granted, free of charge, to any person obtaining a copy
61
+ of this software and associated documentation files (the "Software"), to deal
62
+ in the Software without restriction, including without limitation the rights
63
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64
+ copies of the Software, and to permit persons to whom the Software is
65
+ furnished to do so, subject to the following conditions:
66
+
67
+ The above copyright notice and this permission notice shall be included in all
68
+ copies or substantial portions of the Software.
69
+
70
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
76
+ SOFTWARE.
77
+
78
+ ## Contact
79
+
80
+ For questions and feedback, please contact Jamey ONeill at [email protected].