Download presentation
Presentation is loading. Please wait.
Published byArthur Mason Modified over 9 years ago
1
Seeking Abbreviations From MEDLINE Jeffrey T. Chang Hinrich Schütze Russ B. Altman Presented by: Bo Han
2
Challenge n Huge –Contains 12 million citations back to 1966 n Growing –400,000 citations per year n Common and Uncontrolled Use of Abbreviates –Authors create abbreviations in different ways
3
Example: Abb. Def. n VDR vitamin D receptor n PTU propylthiouracil n JNK c-Jun N-terminal kinase n IFN interferon n ATL adult T-cell leukemia n Beta-EP beta-endorphin
4
Previous Methods n Match Initial letters (Acronyms) filter out some common words Office of Nuclear Waste Isolation (ONWR) n Use Heuristics Favor matches on the first letter or syllable boundaries, Upper case Letters difficulty: finding optimal weights n Use Lexicon Rules
5
Motivation An automatic method for detecting abbreviations first step for understanding biological literatures Rather than text mining skills, using sequence alignment to find candidates Classification algorithm is used to confirm candidates
6
Method Scanning text for possible abbreviations Aligning the candidates Converting the abbreviations and alignments into a feature vector Classify by a machine learning method
7
Finding Candidates n Pattern long form (abbreviation) n Assumption: ignore abb. longer than two words n Within Parentheses, stop at a comma/semicolon n 3N for long form
8
Aligning Abbreviations n Longest Common Substring(LCS) n Seq Alignment: Maximize # of matched letters long form --- abbreviation O(NM)
9
Aligning Abbreviations n Antioxidant response element A R E
10
Computing Features in an alignment n Rather using scoring matrix, they use feature vector n Choosing Features Lower/Upper Case -1.21 Beginning of Word 5.54 End of Word -1.40 Syllable Boundary 2.08 After Aligned Letter 1.50 Letters Aligned 3.67 Words Skipped -5.82 Aligned Letters per Word 0.70 Constant -9.70
11
Scoring Alignment n Supervised Learning n Training set=1000 random candidates n Binary Logistic Regression Classifier P: probability of seeing an abbreviations X: feature vector W: weight vector Finding w which maximized the difference between positive and negative examples
12
Evaluation n A gold standard corpus http://www.medstract.org/gold-strandards.html n Recall (84%) Ten correct not retrieved out of 50 correct docs 40/50=80% n Precision(81%) 65 out of 100 docs are relevant 65/100=65%
13
Test it on-line http://abbreviation.stanford.edu
14
Disadvantage n Strict form n Without considering the context n Some grammar rule is ignored in feature vector http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=P ubMed&list_uids=12702985&dopt=Abstract
15
Conclusions A novel algorithm for finding abbreviation Combing sequence alignment and machine learning Further work is expected to improve performance
16
Reference Chang JT, Schütze H, and Altman RB (2002). Creating an Online Dictionary of Abbreviations from MEDLINE. The Journal of the American Medical Informatics Association. 9(6): 612-20. http://abbreviation.stanford.edu/ Acronym finder. http://www.acronymfinder.com/http://www.acronymfinder.com/ Iliopoulos I, Enright A, Ouzounis C. Textquest: document clustering of medline abstracts for concept discovery in molecular biology. Pac Symp Biocomput 2001; 384-395.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.