scienceclaw-summarization
Summarize scientific papers, datasets, experimental results, and literature reviews with discipline-aware precision and faithful representation of source material.
When to Use
- Condensing a full research paper into a structured abstract or brief summary
- Creating literature review summaries across multiple papers on a topic
- Summarizing experimental findings, including methods, results, and conclusions
- Synthesizing results from multiple studies for meta-analysis overviews
- Producing executive summaries of research for non-specialist audiences
- Distilling key takeaways from conference proceedings or preprint batches
- Generating comparative summaries across related studies
When NOT to Use
- Extracting structured data points, entities, or relations from papers -- use
scienceclaw-ie
- Retrieving or finding papers from databases -- use
scienceclaw-retrieval
- Writing original research content, drafts, or manuscripts -- use
scienceclaw-generation
- Answering specific factual questions about science -- use
scienceclaw-qa
- Verifying claims or checking statistical validity -- use
scienceclaw-verification
Summary Types
Abstract-Style Summary
A concise summary (150-300 words) that mirrors the structure of a scientific abstract:
- Background -- one to two sentences of context and motivation
- Objective -- the research question or hypothesis
- Methods -- brief description of approach, dataset, or experimental design
- Results -- key quantitative findings with effect sizes and confidence intervals where available
- Conclusion -- main takeaway and implications
Executive Summary
A high-level overview (300-500 words) aimed at decision-makers or non-specialists:
- Problem Statement -- why this research matters
- Approach -- what was done, in plain language
- Key Findings -- the most impactful results, translated for a general audience
- Implications -- practical significance and next steps
- Limitations -- major caveats or open questions
Detailed Summary
A thorough walkthrough (500-1500 words) preserving methodological detail:
- Introduction and Motivation -- full context and prior work referenced
- Methods and Materials -- detailed experimental or analytical design
- Results -- comprehensive reporting of all major findings, tables, and figures described
- Discussion -- interpretation, comparison with related work, alternative explanations
- Limitations and Future Work -- weaknesses acknowledged by authors and beyond
Systematic Review Summary
A structured synthesis across multiple papers:
- Search Strategy -- how papers were identified and selected
- Inclusion/Exclusion Criteria -- what qualified for the review
- Study Characteristics -- table of included studies with key attributes
- Synthesized Findings -- aggregated results, agreement and disagreement across studies
- Quality Assessment -- risk of bias and evidence strength per study
- Gaps and Recommendations -- what remains unanswered
Discipline-Aware Terminology
Summaries must respect the vocabulary conventions of the source discipline:
- Biomedical Sciences -- use MESH terms, standard gene/protein nomenclature, clinical trial phase terminology, CONSORT-aligned reporting
- Physics and Astronomy -- preserve unit conventions (SI, CGS), uncertainty notation, standard model terminology
- Computer Science -- retain benchmark names, model architecture terms, dataset identifiers, metric abbreviations (F1, BLEU, ROUGE)
- Chemistry -- use IUPAC nomenclature, preserve reaction notation, maintain spectroscopic data references
- Social Sciences -- respect statistical reporting norms (APA style), effect size conventions, survey methodology terms
- Earth and Environmental Sciences -- preserve geospatial references, climate model identifiers, temporal scale descriptors
When summarizing across disciplines (interdisciplinary work), define domain-specific terms on first use and favor the terminology conventions of the primary discipline.
Citation Handling
In-Summary Citations
- Preserve author-year citations from the source when referencing specific claims: "(Smith et al., 2024)"
- When summarizing multiple papers, maintain consistent citation format throughout
- Use numbered references [1], [2] when summarizing more than ten sources for readability
- Always attribute quantitative claims to their source study
Citation Integrity Rules
- Never fabricate citations -- if a referenced work cannot be confirmed, note it as "cited by authors, not independently verified"
- Preserve DOI links when available in the source material
- Flag retracted or corrected papers when encountered during summarization
- Distinguish between primary sources (original research) and secondary sources (reviews, textbooks)
Reference List
- Append a reference list at the end of systematic review summaries and literature review summaries
- Use a consistent format (preferably matching the source discipline convention)
- Include DOIs where available
Output Templates
Single Paper Summary Template
Title: [Paper Title]
Authors: [Author List]
Source: [Journal/Preprint Server, Year]
DOI: [DOI if available]
Summary Type: [Abstract-Style | Executive | Detailed]
[Summary content organized by the selected type structure above]
Key Metrics: [Primary quantitative results]
Limitations Noted: [Major caveats]
Multi-Paper Synthesis Template
Topic: [Research Topic]
Papers Reviewed: [Count]
Date Range: [Earliest -- Latest publication]
Synthesis Type: [Literature Review | Systematic Review | Meta-Analysis Overview]
[Synthesis content organized by the selected type structure above]
Agreement: [Points of consensus across studies]
Disagreement: [Points of conflict or contradiction]
Gaps: [Unanswered questions identified]
References:
[Numbered reference list]
Quality Criteria
A good scientific summary must satisfy the following:
- Faithfulness -- no claims that are not present in or directly supported by the source material
- Completeness -- all major findings and caveats are represented, not just positive results
- Precision -- quantitative results include exact values, units, confidence intervals, and p-values as reported
- Neutrality -- avoids editorializing; reports what the authors found and claimed
- Clarity -- readable by the target audience without losing scientific rigor
- Traceability -- every claim can be traced back to its source document or section
Zero-Hallucination Rule
ALL factual claims, citations, database results, and scientific data presented to the user MUST come from actual tool results (API calls, code execution, web search) in this conversation. NEVER fabricate or "fill in" details from training data. If a tool returns no results or partial data, report exactly what happened.
1---2name: scienceclaw-summarization3description: Summarize scientific papers, datasets, experimental results, and literature reviews. Use when: (1) condensing research papers, (2) creating literature reviews, (3) summarizing experimental findings, (4) meta-analysis synthesis, (5) creating executive summaries of research. NOT for: information extraction (use scienceclaw-ie), full paper retrieval (use scienceclaw-retrieval), or writing new content (use scienceclaw-generation).4---5
6# scienceclaw-summarization
7
8Summarize scientific papers, datasets, experimental results, and literature reviews with discipline-aware precision and faithful representation of source material.
9
10## When to Use
11
12- Condensing a full research paper into a structured abstract or brief summary
13- Creating literature review summaries across multiple papers on a topic
14- Summarizing experimental findings, including methods, results, and conclusions
15- Synthesizing results from multiple studies for meta-analysis overviews
16- Producing executive summaries of research for non-specialist audiences
17- Distilling key takeaways from conference proceedings or preprint batches
18- Generating comparative summaries across related studies
19
20## When NOT to Use
21
22- Extracting structured data points, entities, or relations from papers -- use `scienceclaw-ie`
23- Retrieving or finding papers from databases -- use `scienceclaw-retrieval`
24- Writing original research content, drafts, or manuscripts -- use `scienceclaw-generation`
25- Answering specific factual questions about science -- use `scienceclaw-qa`
26- Verifying claims or checking statistical validity -- use `scienceclaw-verification`
27
28## Summary Types
29
30### Abstract-Style Summary
31A concise summary (150-300 words) that mirrors the structure of a scientific abstract:
321. **Background** -- one to two sentences of context and motivation
332. **Objective** -- the research question or hypothesis
343. **Methods** -- brief description of approach, dataset, or experimental design
354. **Results** -- key quantitative findings with effect sizes and confidence intervals where available
365. **Conclusion** -- main takeaway and implications
37
38### Executive Summary
39A high-level overview (300-500 words) aimed at decision-makers or non-specialists:
401. **Problem Statement** -- why this research matters
412. **Approach** -- what was done, in plain language
423. **Key Findings** -- the most impactful results, translated for a general audience
434. **Implications** -- practical significance and next steps
445. **Limitations** -- major caveats or open questions
45
46### Detailed Summary
47A thorough walkthrough (500-1500 words) preserving methodological detail:
481. **Introduction and Motivation** -- full context and prior work referenced
492. **Methods and Materials** -- detailed experimental or analytical design
503. **Results** -- comprehensive reporting of all major findings, tables, and figures described
514. **Discussion** -- interpretation, comparison with related work, alternative explanations
525. **Limitations and Future Work** -- weaknesses acknowledged by authors and beyond
53
54### Systematic Review Summary
55A structured synthesis across multiple papers:
561. **Search Strategy** -- how papers were identified and selected
572. **Inclusion/Exclusion Criteria** -- what qualified for the review
583. **Study Characteristics** -- table of included studies with key attributes
594. **Synthesized Findings** -- aggregated results, agreement and disagreement across studies
605. **Quality Assessment** -- risk of bias and evidence strength per study
616. **Gaps and Recommendations** -- what remains unanswered
62
63## Discipline-Aware Terminology
64
65Summaries must respect the vocabulary conventions of the source discipline:
66
67- **Biomedical Sciences** -- use MESH terms, standard gene/protein nomenclature, clinical trial phase terminology, CONSORT-aligned reporting
68- **Physics and Astronomy** -- preserve unit conventions (SI, CGS), uncertainty notation, standard model terminology
69- **Computer Science** -- retain benchmark names, model architecture terms, dataset identifiers, metric abbreviations (F1, BLEU, ROUGE)
70- **Chemistry** -- use IUPAC nomenclature, preserve reaction notation, maintain spectroscopic data references
71- **Social Sciences** -- respect statistical reporting norms (APA style), effect size conventions, survey methodology terms
72- **Earth and Environmental Sciences** -- preserve geospatial references, climate model identifiers, temporal scale descriptors
73
74When summarizing across disciplines (interdisciplinary work), define domain-specific terms on first use and favor the terminology conventions of the primary discipline.
75
76## Citation Handling
77
78### In-Summary Citations
79- Preserve author-year citations from the source when referencing specific claims: "(Smith et al., 2024)"
80- When summarizing multiple papers, maintain consistent citation format throughout
81- Use numbered references [1], [2] when summarizing more than ten sources for readability
82- Always attribute quantitative claims to their source study
83
84### Citation Integrity Rules
85- Never fabricate citations -- if a referenced work cannot be confirmed, note it as "cited by authors, not independently verified"
86- Preserve DOI links when available in the source material
87- Flag retracted or corrected papers when encountered during summarization
88- Distinguish between primary sources (original research) and secondary sources (reviews, textbooks)
89
90### Reference List
91- Append a reference list at the end of systematic review summaries and literature review summaries
92- Use a consistent format (preferably matching the source discipline convention)
93- Include DOIs where available
94
95## Output Templates
96
97### Single Paper Summary Template
98```
99Title: [Paper Title]
100Authors: [Author List]
101Source: [Journal/Preprint Server, Year]
102DOI: [DOI if available]
103
104Summary Type: [Abstract-Style | Executive | Detailed]
105
106[Summary content organized by the selected type structure above]
107
108Key Metrics: [Primary quantitative results]
109Limitations Noted: [Major caveats]
110```
111
112### Multi-Paper Synthesis Template
113```
114Topic: [Research Topic]
115Papers Reviewed: [Count]
116Date Range: [Earliest -- Latest publication]
117
118Synthesis Type: [Literature Review | Systematic Review | Meta-Analysis Overview]
119
120[Synthesis content organized by the selected type structure above]
121
122Agreement: [Points of consensus across studies]
123Disagreement: [Points of conflict or contradiction]
124Gaps: [Unanswered questions identified]
125
126References:
127[Numbered reference list]
128```
129
130## Quality Criteria
131
132A good scientific summary must satisfy the following:
133
1341. **Faithfulness** -- no claims that are not present in or directly supported by the source material
1352. **Completeness** -- all major findings and caveats are represented, not just positive results
1363. **Precision** -- quantitative results include exact values, units, confidence intervals, and p-values as reported
1374. **Neutrality** -- avoids editorializing; reports what the authors found and claimed
1385. **Clarity** -- readable by the target audience without losing scientific rigor
1396. **Traceability** -- every claim can be traced back to its source document or section
140
141## Zero-Hallucination Rule
142
143ALL factual claims, citations, database results, and scientific data presented to the user MUST come from actual tool results (API calls, code execution, web search) in this conversation. NEVER fabricate or "fill in" details from training data. If a tool returns no results or partial data, report exactly what happened.