380 likes | 522 Views
Resolving Healthcare Forum Posts via Similar Thread Retrieval. Jason H.D. Cho 1,2 , Parikshit Sondhi 1 , Chengxiang Zhai 1 , Bruce R. Schatz 1,2,3 1 Department of Computer Science, 2 Institute of Genomic Biology, 3 Department of Medical Information Science,
E N D
Resolving Healthcare Forum Posts via Similar Thread Retrieval Jason H.D. Cho1,2, Parikshit Sondhi1, Chengxiang Zhai1, Bruce R. Schatz1,2,3 1Department of Computer Science, 2Institute of Genomic Biology, 3Department of Medical Information Science, University of Illinois at Urbana-Champaign, Urbana, IL
Motivation • 72% of internet users looked online for health information within the past year • 18% of internet users have gone online to find others who might have health concerns similar to theirs • Improving health information retrieval and similar case retrieval will improve quality of search for vast majority of users • Not many posts are answered in timely manner! * Pew Research http://www.pewinternet.org/
Envisioned Response • The following threads discuss similar problems: • Doritos Allergy Very Severe and New • Certain Foods + Beer = Flushing and Head Pounding…Help! • Peanut/Food Allergies • ……………………
Case Retrieval Task • Traditionally defined as retrieving relevant cases doctors may be interested in • Doctors may want to compare cases that are similar to the current patient • In online domain, we define this as retrieving forum posts written by patients • We tackled cases where we do not know user’s background
Query Characteristics • Queries meant for human experts not automated systems • Simple non-technical language • Presence of emotional statements
Our Goal • How can we improve case retrieval search task? • How should we represent queries? • Entity-based search, or context-based search? • Which posts are most informative in a given thread? • Can we utilize forum categories?
Evaluation via Pooling • 350K threads and 20 queries from HealthBoards • 2 judges first judged 100 query-thread pairs • 88% agreement (κ=0.76) • 730 total judged query-thread pairs • 324 relevant • 406 irrelevant
Method Summary Q: How should we represent queries? • Baseline weighting • First Post BM-25 • Thread BM-25 • Semantic weighting • Medical term extraction • Shallow Information Extraction • Post weighting • Monotonic weighting • Parabolic weighting • Forum Category weighting • Uniform weighting (FCUW) • Feedback weighting (FCFW)
State of the Art Baseline Baseline BM-25 formula: c(w,t):Count of word win thread t c(w,q):Count of word win query q FPBM-25: Consider only the content of first post to represent the thread document TBM-25: Consider content of entire thread to represent the thread document
Results: Query Representation Comparison Representing first post as query is better than utilizing all of the posts
Method Summary Q: Which one works better? Entity-based search, or context-based search? • Baseline weighting • First Post BM-25 • Thread BM-25 • Semantic weighting • Medical term extraction • Shallow Information Extraction • Post weighting • Monotonic weighting • Parabolic weighting • Forum Category weighting • Uniform weighting (FCUW) • Feedback weighting (FCFW)
Medical Entity Extraction Applied ADEPT toolkit (MacLean and Heer 2013) High precision but low recall
MedicalEx: Relevance Scoring Modified query frequency Count of occurrences labeled as med entity Count of occurrences not labeled as med entity
Shallow Information Extraction I am severly allergic to some product that is found in both Tostitos and Doritos, as well as random other types of chips. I know the solution is "don't eat chips" but what could the product be?I don't want to accidentally consume it. When I eat this, I get very bad stomach cramps and it ruins the rest of my day/night - the only solution is to go to sleep so I can't feel it.Help! Any ideas on this? Sondhi, 2010 Physical Examination (PE) Disease, Symptoms Medication (MED) Treatment, Prevention Background (BKG) Neither PE nor MED
ShallowEx: Relevance Scoring Modified Query Count Word count in PE sentences Word count in MED sentences Word count in BKG sentences Give higher importance to PE and MED sentences
Results: Semantic Methods Shallow extraction is better than medical entity extraction
Method Summary Q: Which posts are most informative in a given thread? • Baseline weighting • First Post BM-25 • Thread BM-25 • Semantic weighting • Medical term extraction • Shallow Information Extraction • Post weighting • Monotonic weighting • Parabolic weighting • Forum Category weighting • Uniform weighting (FCUW) • Feedback weighting (FCFW)
Post Weighting Not all posts are equally representative Sondhi, 2013
Post Weighting : gives the weight of post i in a thread with K posts
Monotonic Post Weighting Relative Post Weight for K=10 Post Position i
Results: Post Weighting Both post weighting schemes outperform the baseline
Method Summary Q: Can we utilize forum categories? • Baseline weighting • First Post BM-25 • Thread BM-25 • Semantic weighting • Medical term extraction • Shallow Information Extraction • Post weighting • Monotonic weighting • Parabolic weighting • Forum Category weighting • Uniform weighting (FCUW) • Feedback weighting (FCFW)
Forum Category Weighting Ratio of current forum ID amongst retrieved documents Randomly selecting forum ID • Relevance feedback based on top k retrieved categories • Forum Category Uniform weighting (FCUW) • Forum Category Feedback weighting (FCFW)
Forum Category Weighting Scoring Weights for forum category weighting New Score Forum Category Feedback weighting
Results: Forum Category Weighting Uniform weighting and Feedback weighting similar performance, but FCFW less parameters to tune.
Results: Method Combinations Monotonic + ShallowEx performs the best
Conclusion • Fairly high P@5 accuracy is achievable • Treating first post as query performed the better than utilizing all posts in thread • Shallow information extraction is better for query understanding • Incorporates contextual information • Utility of posts drops steadily with position • Easy extension of baseline method
Future Work • Recommending relevant forum posts for doctors • Various online forums have ‘ask a doctor’ section • Doctors will save time by recommending forum posts • Intent-based case retrieval • Identifying intents for both the end user and the existing posts will improve search quality • Examples: Cause of symptom, managing disease, adverse effects
Acknowledgements This work is supported in part by the National Science Foundation under Grant Number CNS-1027965. We would also like to thank the anonymous reviewers for their invalu- able feedback, and Institute of Genomic Biology for their computing resources.
Questions? Thank you!
References J. H. D. Cho and V. Q. Liao and Y. Jiang and B. Schatz, Aggregating Personal Health Messages for Scalable Comparative Effectiveness Research. ACM BCB, 2013 J. H. D. Cho and P. Sondhi and C. Zhai and B. Schatz, Resolving Healthcare Forum Posts via Similar Thread Retrieval. ACM BCB, 2014 K. Pattabiramanand P. Sondhi and C. Zhai, Exploiting Forum Thread Structures to Improve Thread Clustering. ICTIR 2013. P. Sondhiand M. Gupta and C. Zhaiand J. Hockenmaier, Shallow Information Extraction from Medical Forum Data. COLING 2010. B. W. Chee and R. Berlin and B Schatz, Predicting Adverse Drug Events from Personal Health Messages, AMIA 2011 Diana L. MacLean and Jeffrey Heer. Identifying medical terms in patient-authored text: a crowdsourcing-based approach. Journal of the American Medical Informatics Association, pages amiajnl–2012–001110+, May 2013.
Features & Performance of Shallow Information Extraction Method
ShallowEx: Extraction Model We use the best performing SVM based classifier (Posts: 175, Sentences: 1494)