Overview
Production Readiness
0.6
Novelty Score
0.45
Cost Impact Score
0.35
Citation Count
0
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.
Few-shot prompting improves outputs; three-shot gives the best gains but with diminishing returns after two examples.
Including Related Work in the input sharply improves citation precision and recall.
LLM-as-a-Judge (GPT-4o) and automated metrics broadly agree, but judge scores compress model differences.
Results
ROUGE-1 (lexical overlap)
ROUGE-2 (lexical overlap)
FAITHFULNESS (LLM-as-a-Judge)
Citation Precision
Citation Recall
Perplexity (fluency; ↓ better)
Three-shot vs zero-shot ROUGE-1
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)

