home / skills / a5c-ai / babysitter / elicit-research-assistant

This skill helps researchers perform AI-assisted literature reviews for question-answering over papers, extracting claims, and synthesizing evidence.

npx playbooks add skill a5c-ai/babysitter --skill elicit-research-assistant

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
1.0 KB
---
name: elicit-research-assistant
description: AI-assisted literature review for question-answering over papers and evidence synthesis
allowed-tools:
  - Bash
  - Read
  - Write
  - Edit
  - Glob
  - Grep
  - WebFetch
metadata:
  specialization: scientific-discovery
  domain: science
  category: literature-knowledge
  phase: 6
---

# Elicit Research Assistant

## Purpose

Provides AI-assisted literature review capabilities for question-answering over papers, claim extraction, and evidence synthesis.

## Capabilities

- Question-answering over research papers
- Claim extraction and verification
- Evidence strength assessment
- Methodology comparison
- Finding synthesis across papers
- Research gap identification

## Usage Guidelines

1. **Question Formulation**: Ask specific, answerable questions
2. **Claim Extraction**: Identify key claims and their support
3. **Evidence Assessment**: Evaluate strength of evidence
4. **Synthesis**: Aggregate findings across multiple papers

## Tools/Libraries

- Elicit API
- LangChain
- Vector databases

Overview

This skill provides AI-assisted literature review and evidence synthesis for question-answering over research papers. It helps extract claims, assess evidence strength, compare methodologies, and synthesize findings across collections of papers. The goal is faster, more reliable literature insights to support research decisions and writing.

How this skill works

The assistant ingests paper metadata, text, and supplemental files, indexes them in a vector store, and runs targeted retrieval for each user query. It extracts candidate claims, links them to supporting passages, rates evidence strength, and produces concise syntheses or comparative tables. Outputs include claim citations, confidence scores, and suggested research gaps for follow-up.

When to use it

  • Preparing a literature review or related work section
  • Validating specific claims against the research corpus
  • Comparing methods, datasets, or results across studies
  • Identifying consensus, disagreement, or research gaps
  • Summarizing evidence for grant proposals or policy briefs

Best practices

  • Formulate narrow, answerable questions (who/what/when/how much) to improve retrieval precision
  • Supply a curated set of papers or define search filters before deep synthesis
  • Request claim-level citations and confidence statements for transparency
  • Iterate: review extracted claims and prompt refinements or scope changes
  • Cross-check automated assessments with domain experts for high-stakes conclusions

Example use cases

  • Answer whether intervention X reduces outcome Y across randomized trials, with per-study citations
  • Extract and verify all claims about a biomarker’s predictive value from a corpus
  • Compare training protocols and reported performance across machine learning papers
  • Synthesize methodological limitations common to a body of literature and propose gaps
  • Produce a concise evidence summary for a policy brief with confidence ratings

FAQ

What input formats does the assistant accept?

It works best with PDFs, structured text, and metadata; plain text or exported JSON from reference managers also work.

How does it assess evidence strength?

It uses extracted study details (design, sample size, controls, effect sizes) plus heuristics to assign confidence levels and highlight limitations.

Can I add my own papers or databases?

Yes — you can upload documents or point to external indexes; the system will index these into the vector store for retrieval.