Overview
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%
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.
Few-shot prompting improves outputs; three-shot gives the best gains but with diminishing returns after two examples.
Results
| Metric | Value | Baseline | Delta | Split / Dataset | Evidence | Evidence Ref |
|---|---|---|---|---|---|---|
| ROUGE-1 (lexical overlap) | 0.4402 | — | — | NAACL 2025 | LLaMA4 ROUGE-1 is 0.4402 (Table 2) | Table 2 |
| ROUGE-2 (lexical overlap) | 0.1509 | — | — | NAACL 2025 | LLaMA4 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
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

