-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci skip] Automated deployment to GitHub Pages on 1734986627744
- Loading branch information
0 parents
commit d55d288
Showing
334 changed files
with
201,486 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<!-- Head --> | ||
<head> | ||
|
||
<!-- Required metadata tags --> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="HandheldFriendly" content="True" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<link rel="icon" type="image/x-icon" href="../theme/img/favicon.ico" /> | ||
|
||
<!-- Disable cache --> | ||
<meta http-equiv="cache-control" content="no-cache" /> | ||
<meta http-equiv="expires" content="0" /> | ||
<meta http-equiv="pragma" content="no-cache" /> | ||
|
||
<!-- Default metadata --> | ||
<meta name="author" content="Huan He" /> | ||
<meta name="description" content="Every project starts with a hello world" /> | ||
<meta name="keywords" content=""> | ||
|
||
<!-- third party libs --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
|
||
<link href="../theme/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | ||
<link href="../theme/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | ||
|
||
<link href="../theme/css/style.css" rel="stylesheet"> | ||
<!-- Title --> | ||
<title> | ||
Hello World! – Clinical NLP Lab | ||
</title> | ||
|
||
<!-- Icon --> | ||
<link rel="shortcut icon" href="../theme/img/favicon.svg" type="image/x-icon"> | ||
<link rel="icon" href="../theme/img/favicon.svg" type="image/x-icon"> | ||
|
||
<!-- Search engine --> | ||
<meta name="robots" content="" /> | ||
|
||
<!-- Global Styles --> | ||
<link href="../theme/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | ||
<link href="../theme/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="../theme/css/style.css" rel="stylesheet"> | ||
|
||
</head> | ||
|
||
<!-- Body --> | ||
<body> | ||
|
||
<!-- Navigation --> | ||
|
||
<!-- ======= Header ======= --> | ||
<header id="header" class="fixed-top"> | ||
<div class="container d-flex align-items-center justify-content-between"> | ||
<!-- <h1 class="logo"><a href="index.html">eNno</a></h1> --> | ||
|
||
<a href="./" class="logo d-flex align-items-center" title="Homepage"> | ||
<span class="logo-img"></span> | ||
<span class="mx-1"> | ||
Clinical <b>NLP</b> Lab | ||
</span> | ||
</a> | ||
|
||
<nav id="navbar" class="navbar"> | ||
<ul> | ||
<li><a title="News" class="nav-link scrollto" href="./news.html">News</a></li> | ||
<li><a title="Our ongoing projects, grants, and publications" class="nav-link scrollto" href="./research.html"> | ||
Research | ||
</a></li> | ||
<li><a title="Our team members and alumni" class="nav-link scrollto" href="./team.html">Team</a></li> | ||
<!-- | ||
<li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a> | ||
<ul> | ||
<li><a href="#">Drop Down 1</a></li> | ||
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a> | ||
<ul> | ||
<li><a href="#">Deep Drop Down 1</a></li> | ||
<li><a href="#">Deep Drop Down 2</a></li> | ||
<li><a href="#">Deep Drop Down 3</a></li> | ||
<li><a href="#">Deep Drop Down 4</a></li> | ||
<li><a href="#">Deep Drop Down 5</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#">Drop Down 2</a></li> | ||
<li><a href="#">Drop Down 3</a></li> | ||
<li><a href="#">Drop Down 4</a></li> | ||
</ul> | ||
</li> | ||
--> | ||
<li><a class="nav-link scrollto" href="./#contact">Contact</a></li> | ||
</ul> | ||
<i class="bi bi-list mobile-nav-toggle"></i> | ||
</nav><!-- .navbar --> | ||
|
||
</div> | ||
</header><!-- End Header --> | ||
<!-- Header --> | ||
<div id="mini_hero" class="d-flex al bg-lab-img"> | ||
|
||
<div class="container"> | ||
|
||
<div class="row"> | ||
<div class="col py-4"> | ||
|
||
<h1 id="world" | ||
class="header-title" | ||
style="border-left: 10px solid #047bb5; padding-left: 0.5em;"> | ||
Hello World! | ||
</h1> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<!-- Full page --> | ||
<div class="flex-shrink-0 flex-grow-1" style="padding-top: 2.5rem;"> | ||
|
||
|
||
<!-- Main --> | ||
<main class="pb-3"> | ||
<div class="container"> | ||
<!-- Content --> | ||
|
||
<div class="article-meta mb-4 fst-italic"> | ||
December 31, 2022 | ||
</div> | ||
|
||
<div class="main-article"> | ||
<p>It's just a <code>Hello world</code>, and in fact it's more than a simple hello world.</p> | ||
<p><a href="CNAME">_</a> | ||
<a href="{static}/clinical-nlp-symposium-2023/">_</a> | ||
<a href="{static}/image/">_</a></p> | ||
</div> | ||
|
||
</div> | ||
</main> | ||
|
||
</div> | ||
|
||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
|
||
|
||
<div class="container footer-bottom clearfix"> | ||
<div class="copyright"> | ||
© Copyright <strong><span>Clinical NLP Lab</span></strong>. All Rights Reserved | ||
</div> | ||
|
||
<div class="credits" style="color: #dddddd;"> | ||
<!-- All the links in the footer should remain intact. --> | ||
<!-- You can delete the links only if you purchased the pro version. --> | ||
<!-- Licensing information: https://bootstrapmade.com/license/ --> | ||
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/enno-free-simple-bootstrap-template/ --> | ||
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> | ||
</div> | ||
</div> | ||
</footer><!-- End Footer --> | ||
|
||
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i | ||
class="bi bi-arrow-up-short"></i></a> | ||
|
||
<!-- Scripts --> | ||
<!-- Vendor JS Files --> | ||
<script src="../theme/vendor/purecounter/purecounter_vanilla.js"></script> | ||
<script src="../theme/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="../theme/vendor/glightbox/js/glightbox.min.js"></script> | ||
<script src="../theme/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="../theme/vendor/swiper/swiper-bundle.min.js"></script> | ||
<script src="../theme/vendor/php-email-form/validate.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="../theme/js/main.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,192 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<!-- Head --> | ||
<head> | ||
|
||
<!-- Required metadata tags --> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="HandheldFriendly" content="True" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<link rel="icon" type="image/x-icon" href="../theme/img/favicon.ico" /> | ||
|
||
<!-- Disable cache --> | ||
<meta http-equiv="cache-control" content="no-cache" /> | ||
<meta http-equiv="expires" content="0" /> | ||
<meta http-equiv="pragma" content="no-cache" /> | ||
|
||
<!-- Default metadata --> | ||
<meta name="author" content="Huan He" /> | ||
<meta name="description" content="Yan's work Towards precise PICO extraction from abstracts of randomized controlled trials using a section-specific learning approach has been accepted and published by Bioinformatics" /> | ||
<meta name="keywords" content="paper"> | ||
|
||
<!-- third party libs --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
|
||
<link href="../theme/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | ||
<link href="../theme/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | ||
|
||
<link href="../theme/css/style.css" rel="stylesheet"> | ||
<!-- Title --> | ||
<title> | ||
Yan's paper is accepted in Bioinformatics! 🎉 – Clinical NLP Lab | ||
</title> | ||
|
||
<!-- Icon --> | ||
<link rel="shortcut icon" href="../theme/img/favicon.svg" type="image/x-icon"> | ||
<link rel="icon" href="../theme/img/favicon.svg" type="image/x-icon"> | ||
|
||
<!-- Search engine --> | ||
<meta name="robots" content="" /> | ||
|
||
<!-- Global Styles --> | ||
<link href="../theme/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | ||
<link href="../theme/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | ||
<link href="../theme/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="../theme/css/style.css" rel="stylesheet"> | ||
|
||
</head> | ||
|
||
<!-- Body --> | ||
<body> | ||
|
||
<!-- Navigation --> | ||
|
||
<!-- ======= Header ======= --> | ||
<header id="header" class="fixed-top"> | ||
<div class="container d-flex align-items-center justify-content-between"> | ||
<!-- <h1 class="logo"><a href="index.html">eNno</a></h1> --> | ||
|
||
<a href="./" class="logo d-flex align-items-center" title="Homepage"> | ||
<span class="logo-img"></span> | ||
<span class="mx-1"> | ||
Clinical <b>NLP</b> Lab | ||
</span> | ||
</a> | ||
|
||
<nav id="navbar" class="navbar"> | ||
<ul> | ||
<li><a title="News" class="nav-link scrollto" href="./news.html">News</a></li> | ||
<li><a title="Our ongoing projects, grants, and publications" class="nav-link scrollto" href="./research.html"> | ||
Research | ||
</a></li> | ||
<li><a title="Our team members and alumni" class="nav-link scrollto" href="./team.html">Team</a></li> | ||
<!-- | ||
<li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a> | ||
<ul> | ||
<li><a href="#">Drop Down 1</a></li> | ||
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a> | ||
<ul> | ||
<li><a href="#">Deep Drop Down 1</a></li> | ||
<li><a href="#">Deep Drop Down 2</a></li> | ||
<li><a href="#">Deep Drop Down 3</a></li> | ||
<li><a href="#">Deep Drop Down 4</a></li> | ||
<li><a href="#">Deep Drop Down 5</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#">Drop Down 2</a></li> | ||
<li><a href="#">Drop Down 3</a></li> | ||
<li><a href="#">Drop Down 4</a></li> | ||
</ul> | ||
</li> | ||
--> | ||
<li><a class="nav-link scrollto" href="./#contact">Contact</a></li> | ||
</ul> | ||
<i class="bi bi-list mobile-nav-toggle"></i> | ||
</nav><!-- .navbar --> | ||
|
||
</div> | ||
</header><!-- End Header --> | ||
<!-- Header --> | ||
<div id="mini_hero" class="d-flex al bg-lab-img"> | ||
|
||
<div class="container"> | ||
|
||
<div class="row"> | ||
<div class="col py-4"> | ||
|
||
<h1 id="yanhu-bioinfo-acceptance" | ||
class="header-title" | ||
style="border-left: 10px solid #047bb5; padding-left: 0.5em;"> | ||
Yan's paper is accepted in Bioinformatics! 🎉 | ||
</h1> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<!-- Full page --> | ||
<div class="flex-shrink-0 flex-grow-1" style="padding-top: 2.5rem;"> | ||
|
||
|
||
<!-- Main --> | ||
<main class="pb-3"> | ||
<div class="container"> | ||
<!-- Content --> | ||
|
||
<div class="article-meta mb-4 fst-italic"> | ||
September 01, 2023 | ||
</div> | ||
|
||
<div class="main-article"> | ||
<p>Yan's work <strong>Towards precise PICO extraction from abstracts of randomized controlled trials using a section-specific learning approach</strong> has been accepted and published by <strong>Bioinformatics</strong>, PMID: <a href="https://pubmed.ncbi.nlm.nih.gov/37669123/">37669123</a> PMCID: PMC10500081, DOI: https://doi.org/10.1093/bioinformatics/btad542.</p> | ||
<h2>Abstract</h2> | ||
<h3>Motivation</h3> | ||
<p>Automated extraction of population, intervention, comparison/control, and outcome (PICO) from the randomized controlled trial (RCT) abstracts is important for evidence synthesis. Previous studies have demonstrated the feasibility of applying natural language processing (NLP) for PICO extraction. However, the performance is not optimal due to the complexity of PICO information in RCT abstracts and the challenges involved in their annotation.</p> | ||
<h3>Results</h3> | ||
<p>We propose a two-step NLP pipeline to extract PICO elements from RCT abstracts: (i) sentence classification using a prompt-based learning model and (ii) PICO extraction using a named entity recognition (NER) model. First, the sentences in abstracts were categorized into four sections namely background, methods, results, and conclusions. Next, the NER model was applied to extract the PICO elements from the sentences within the title and methods sections that include >96% of PICO information. We evaluated our proposed NLP pipeline on three datasets, the EBM-NLPmod dataset, a randomly selected and re-annotated dataset of 500 RCT abstracts from the EBM-NLP corpus, a dataset of 150 Coronavirus Disease 2019 (COVID-19) RCT abstracts, and a dataset of 150 Alzheimer’s disease (AD) RCT abstracts. The end-to-end evaluation reveals that our proposed approach achieved an overall micro F1 score of 0.833 on the EBM-NLPmod dataset, 0.928 on the COVID-19 dataset, and 0.899 on the AD dataset when measured at the token-level and an overall micro F1 score of 0.712 on EBM-NLPmod dataset, 0.850 on the COVID-19 dataset, and 0.805 on the AD dataset when measured at the entity-level.</p> | ||
</div> | ||
|
||
</div> | ||
</main> | ||
|
||
</div> | ||
|
||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
|
||
|
||
<div class="container footer-bottom clearfix"> | ||
<div class="copyright"> | ||
© Copyright <strong><span>Clinical NLP Lab</span></strong>. All Rights Reserved | ||
</div> | ||
|
||
<div class="credits" style="color: #dddddd;"> | ||
<!-- All the links in the footer should remain intact. --> | ||
<!-- You can delete the links only if you purchased the pro version. --> | ||
<!-- Licensing information: https://bootstrapmade.com/license/ --> | ||
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/enno-free-simple-bootstrap-template/ --> | ||
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> | ||
</div> | ||
</div> | ||
</footer><!-- End Footer --> | ||
|
||
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i | ||
class="bi bi-arrow-up-short"></i></a> | ||
|
||
<!-- Scripts --> | ||
<!-- Vendor JS Files --> | ||
<script src="../theme/vendor/purecounter/purecounter_vanilla.js"></script> | ||
<script src="../theme/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="../theme/vendor/glightbox/js/glightbox.min.js"></script> | ||
<script src="../theme/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="../theme/vendor/swiper/swiper-bundle.min.js"></script> | ||
<script src="../theme/vendor/php-email-form/validate.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="../theme/js/main.js"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.