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

August 19, 20257 min

Overview

Production Readiness

0.6

Novelty Score

0.45

Cost Impact Score

0.35

Citation Count

0

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.

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

Design a multi-dimensional evaluation suite: lexical, semantic, coverage, faithfulness, consistency, citation correctness, and narrative quality

Benchmark five LLMs (Deepseek-v3, Gemma-312B, LLaMA4-Maverick, Mistral-Small-3.1, GPT-4o) and several prompting strategies including few-shot and AutoCoT

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)

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.3339 → 0.3452 (Table 3)

Including Related Work in the input sharply improves citation precision and recall.

NumbersCitation precision (ELABORATE): Title-only 0.2399 → T+A+Related 0.9357; Citation recall: 0.0918 → 0.5574 (Table 4)

LLM-as-a-Judge (GPT-4o) and automated metrics broadly agree, but judge scores compress model differences.

NumbersLLM-judge scores cluster tightly (e.g., Content Coverage 0.69–0.71; Narrative Quality 0.88–0.90) and miss some fine-gran

Results

ROUGE-1 (lexical overlap)

Value0.4402

ROUGE-2 (lexical overlap)

Value0.1509

FAITHFULNESS (LLM-as-a-Judge)

Value0.8157

Citation Precision

Value0.9357

Citation Recall

Value0.5574

Perplexity (fluency; ↓ better)

Value18.4870

Three-shot vs zero-shot ROUGE-1

Value0.4460 vs 0.4402

Baselinezero-shot 0.4402

Who Should Care

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

Open Source Status

  • partial

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.
  • Datasets are CS-only (NAACL/ICLR) so results may not generalize to other fields.

When Not To Use

  • When you need fully reliable, publishable text without human review
  • For domains outside ML/NLP without domain-specific verification
  • If precise technical or legal correctness is required without expert checking

Failure Modes

  • Fabricated or mismatched citations despite plausible wording
  • Missing fine-grained technical details from cited papers
  • Compressed judge scores that mask real qualitative differences

Core Entities

Models

  • Deepseek-v3
  • Gemma3-12b
  • LLaMA4-Maverick
  • Mistral-Small-3.1
  • GPT-4o

Metrics

  • ROUGE-1
  • ROUGE-2
  • ROUGE-L
  • BLEU
  • METEOR
  • BERTScore
  • BLEURT
  • Contextual Relevance
  • Reference-based Coverage
  • Reference-free Coverage
  • QA-based Faithfulness (Q2)
  • Entailment-based Faithfulness (SummaC-ZS)
  • Keyphrase-based Faithfulness
  • Citation Precision/Recall
  • Perplexity
  • LLM-as-a-Judge scores

Datasets

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

Benchmarks

  • SciIG (Scientific Introduction Generation task)