hypogenic

Generate and test research hypotheses from tabular datasets and linked literature.

74|5|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/dralkh/seerai --skill hypogenic-dralkh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hypogenic
Source: https://github.com/dralkh/seerai/tree/main/skills/hypogenic
Command: npx skills add https://github.com/dralkh/seerai --skill hypogenic-dralkh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps researchers move from raw observations and papers to testable hypotheses, reducing the time and guesswork involved in exploring patterns, comparing competing explanations, and validating ideas.

Core Features & Use Cases

  • Data-driven hypothesis generation for observational datasets where you want the model to discover candidate explanations from patterns in the data.
  • Literature-informed refinement for workflows that combine empirical evidence with paper-based theory to improve hypothesis quality.
  • Systematic inference and comparison for research tasks such as deception detection, AI-generated content detection, mental health indicators, and other classification-style studies.

Quick Start

Use the hypogenic skill to configure your dataset paths and prompt templates, then generate and test a set of research hypotheses for your target task.

Frequently Asked Questions about hypogenic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate testable hypotheses from tabular observational data?

To generate testable hypotheses from tabular data, you configure task-specific JSON datasets and YAML prompt templates to discover candidate explanations from empirical patterns. This data-driven discovery method supports classification-style studies like deception or AI-generated text detection.

What is literature-informed hypothesis refinement and how does it work?

Literature-informed hypothesis refinement combines empirical evidence with linked literature to improve hypothesis quality. It uses union methods that ground data-driven discovery in paper-based theory to validate competing explanations for observational datasets.

Can I use a systematic review workflow for mental health or deception detection research?

Yes, systematic review workflows support mental health indicators and deception detection research. The method uses custom label extraction and repeated inference to systematically compare competing explanations across observational datasets.

Do I need to preprocess PDFs with GROBID before generating research hypotheses?

PDF preprocessing with GROBID is optional but recommended for scalable literature-grounded workflows. It parses linked papers to extract text for literature-informed refinement, with Redis caching available to support large-scale repeated inference runs.

What are the limitations of LLM-based hypothesis generation for observational datasets?

A key limitation of LLM-based hypothesis generation is the strict requirement for task-specific JSON datasets and YAML prompt templates. It is designed for observational data classification rather than controlled experiments, and scalable runs require additional Redis caching setup.