SciIG: a benchmark that asks LLMs to draft research-paper introductions from title, abstract, and related work

August 19, 20257 min

Overview

Decision SnapshotReady For Pilot

The paper provides a clear dataset and multi-metric evaluation with tables and human checks; results are strong but rely on planned dataset/code release and author-only human labels.

Citations0

Evidence Strength0.85

Confidence0.90

Risk Signals9

Trust Signals

Findings with numeric evidence: 4/4

Findings with evidence refs: 4/4

Results with explicit delta: 1/7

Reproducibility

Status: No open assets linked

Open source: Partial

At A Glance

Cost impact: 35%

Production readiness: 60%

Novelty: 45%

Authors

Krishna Garg, Firoz Shaik, Sambaran Bandyopadhyay, Cornelia Caragea

Links

Abstract / PDF

Why It Matters For Business

LLMs can produce high-quality introduction drafts quickly, saving researcher time, but outputs still need expert checking for citation and factual precision.

Who Should Care

Summary TLDR

The authors define Scientific Introduction Generation (SciIG), build two new datasets from NAACL 2025 (800 samples) and ICLR 2025 (3,100 samples), and run five LLMs (open and closed) across automated metrics and human/LLM-as-judge evaluations. LLaMA-4-Maverick typically ranks best on semantic similarity and faithfulness. Three-shot prompting and including Related Work in the input consistently improve results. Generated introductions are useful first drafts but require careful human editing for citation accuracy and fine technical details.

Problem Statement

Researchers increasingly use LLMs to draft parts of papers, but no focused benchmark measures whether models can produce accurate, citation-aware introductions. Existing datasets are likely leaked into model training and lack the citation-rich, multi-input setup needed to test introductions.

Main Contribution

Define SciIG: generate an academic Introduction from Title, Abstract, and Related Papers

Curate two new datasets from NAACL 2025 (800 samples) and ICLR 2025 (3,100 samples) with titles, abstracts, introductions, and citation links

Key Findings

LLaMA4-Maverick scores highest on many semantic and faithfulness metrics.

NumbersROUGE-1 0.4402, ROUGE-2 0.1509, Faithfulness (LLM-judge) 0.8157 (Table 2)

Practical UsePrefer LLaMA4-Maverick when you need introductions that stay close to the reference meaning; expect better semantic alignment but still verify citations and technical detail.

Evidence RefTable 2

Few-shot prompting improves outputs; three-shot gives the best gains but with diminishing returns after two examples.

NumbersLLaMA4 ROUGE-1: zero-shot 0.4402 → three-shot 0.4460; BLEURT: 0.33390.3452 (Table 3)

Practical UseIn practice, add 2–3 high-quality example introductions in the prompt (three-shot) to improve lexical and semantic match; more examples give little extra benefit.

Evidence RefTable 3

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
ROUGE-1 (lexical overlap)0.4402NAACL 2025LLaMA4 ROUGE-1 is 0.4402 (Table 2)Table 2
ROUGE-2 (lexical overlap)0.1509NAACL 2025LLaMA4 ROUGE-2 is 0.1509 (Table 2)Table 2

What To Try In 7 Days

Run your preferred LLM with a three-shot ELABORATE prompt plus structured related-work entries to generate draft intros.

Compare outputs with an LLM-as-a-judge (GPT-4o) and a small human spot-check for citation correctness.

Add related-work metadata to prompts and measure citation precision/recall to see practical gains.

Reproducibility

Code AvailableNo
Data AvailableNo
Open Source StatusPartial
LicenseUnknown

Risks & Boundaries

Limitations

Human evaluation is small (20 examples) and annotated only by the authors, which risks bias.

LLM-as-a-Judge compresses scores and can miss subtle quality differences between models.

When Not To Use

When you need fully reliable, publishable text without human review

For domains outside ML/NLP without domain-specific verification

Failure Modes

Fabricated or mismatched citations despite plausible wording

Missing fine-grained technical details from cited papers

Core Entities

Models

Deepseek-v3Gemma3-12bLLaMA4-MaverickMistral-Small-3.1GPT-4o

Metrics

ROUGE-1ROUGE-2ROUGE-LBLEUMETEORBERTScoreBLEURTContextual RelevanceReference-based CoverageReference-free CoverageQA-based Faithfulness (Q2)Entailment-based Faithfulness (SummaC-ZS)Keyphrase-based FaithfulnessCitation Precision/RecallPerplexityLLM-as-a-Judge scores

Datasets

NAACL 2025 (800 samples)ICLR 2025 (3100 samples)

Benchmarks

SciIG (Scientific Introduction Generation task)