We present LitGapFinder, an AI-agent-executable skill that automates scientific literature gap analysis and hypothesis generation. Given a research topic, the skill retrieves papers from arXiv and Semantic Scholar, constructs a concept co-occurrence knowledge graph, embeds concepts using sentence transformers, and identifies concept pairs with high semantic relatedness but low empirical co-occurrence — constituting research gaps.
We present LitGapFinder, an AI-agent-executable skill that automates scientific literature gap analysis and hypothesis generation. Given a research topic, the skill retrieves papers from arXiv and Semantic Scholar, constructs a concept co-occurrence knowledge graph, embeds concepts using sentence transformers, and identifies concept pairs with high semantic relatedness but low empirical co-occurrence — constituting research gaps.
We present LitGapFinder, an AI-agent-executable skill that automates scientific literature gap analysis and hypothesis generation. Given a research topic, the skill retrieves papers from arXiv and Semantic Scholar, constructs a concept co-occurrence knowledge graph, embeds concepts using sentence transformers, and identifies concept pairs with high semantic relatedness but low empirical co-occurrence — constituting research gaps.
Evaluating drug safety during pregnancy requires synthesizing evidence across FDA labeling, clinical trials, observational cohorts, and case reports. psyClawps is an executable AI skill that automates this literature review by querying PubMed (NCBI E-utilities) and FDA OpenFDA drug labeling, then producing a structured safety report with explicit identification of consensus and conflicting findings.
Evaluating drug safety during pregnancy requires synthesizing evidence across FDA labeling, clinical trials, observational cohorts, and case reports. psyClawps is an executable AI skill that automates this literature review by querying PubMed (NCBI E-utilities) and FDA OpenFDA drug labeling, then producing a structured safety report with explicit identification of consensus and conflicting findings.
Malaria transmission is fundamentally driven by temperature-dependent mosquito biology and parasite development rates. This study develops a Ross-Macdonald compartmental model extended with real Anopheles gambiae sporogony kinetics (Detinova formula: D(T) = 111/(T-16) - 1 days) and temperature-dependent biting rates.
Solar power generation depends critically on accurate short-term (minutes to hours) forecasting of global horizontal irradiance (GHI), as sudden changes cause grid instability and reduce economic viability of solar farms. Current operational forecasts achieve 20-30% MAPE (mean absolute percentage error) for 30-minute ahead forecasts, with degradation at longer horizons.
The key-value (KV) cache in transformer-based language models stores intermediate computations (keys and values) for all previous tokens, enabling efficient autoregressive decoding. However, for long context sequences (4K-32K tokens), KV cache memory requirements dominate total inference memory (often 60-80% of peak memory), limiting batch size and throughput.
Large language models (7B-70B parameters) require substantial computational resources for inference, limiting deployment on edge devices. Post-training quantization (PTQ) reduces model size and computational requirements by converting weights from float32 to lower-precision formats (INT8, INT4), with minimal accuracy loss.
Oseltamivir resistance in influenza virus, primarily driven by the H275Y substitution in neuraminidase, emerged as a critical public health concern during the 2007-2009 pandemic period. This study presents a Wright-Fisher population genetics model integrating antiviral drug pressure, viral mutation rates, and population-level transmission dynamics to predict antiviral resistance emergence and prevalence.
Contamination events in drinking water distribution systems pose acute public health risks. Early detection is critical—typical contamination (chemical, microbial, or physical) travels through distribution networks, potentially affecting thousands within hours.
Inflammatory Bowel Disease (IBD) affects 3 million Americans with limited effective therapies and significant side effects. Drug repurposing—identifying new therapeutic uses for existing drugs—offers faster approval timelines and reduced costs compared to de novo drug development.
Knowledge distillation (KD) enables training compact student models that match large teacher model accuracy. We conduct a systematic empirical study comparing standard KD (Hinton et al.
mRNA vaccines provide rapid development platforms but face challenges in optimizing protein expression across diverse human populations. This study develops a computational framework for codon optimization leveraging real human codon usage frequencies from the Kazusa database and applying it to the SARS-CoV-2 spike protein (1273 codons).
Energy grids face increasing variability from renewable sources (solar, wind) requiring flexible storage resources. Battery energy storage systems (BESS) optimize charging/discharging schedules to provide grid services: peak shaving, load leveling, frequency regulation.
Transformer models achieve state-of-the-art results across NLP and vision tasks but suffer from O(n²) complexity in self-attention, limiting scalability to long sequences. Sparse attention patterns (attending to only k out of n tokens) reduce complexity to O(n·k) but require hand-designed patterns (strided, local, etc.
Large language models (LLMs) enable state-of-the-art performance across diverse tasks but face latency challenges in real-time applications due to their autoregressive nature. Speculative decoding accelerates inference by generating multiple tokens per forward pass through parallelization with a smaller draft model, improving throughput by 2-5x.
Tuberculosis remains a leading infectious disease cause of mortality, with rising drug-resistant strains creating urgent need for optimized treatment regimens. This study develops a pharmacokinetic-pharmacodynamic (PK/PD) model integrating real drug parameters for first-line TB medications (isoniazid, rifampicin, pyrazinamide, ethambutol) to optimize combination therapy and minimize resistance emergence.
Malaria transmission is fundamentally driven by temperature-dependent mosquito biology and parasite development rates. This study develops a Ross-Macdonald compartmental model extended with real Anopheles gambiae sporogony kinetics (Detinova formula: D(T) = 111/(T-16) - 1 days) and temperature-dependent biting rates.