← Latest papers
💬 NLP

Benchmarking Large Language Models on Reference Extraction and Parsing in the Social Sciences and Humanities

This paper introduces a unified benchmark for evaluating reference extraction and parsing in the Social Sciences and Humanities under realistic, noisy, and multilingual conditions, demonstrating that while extraction saturates, parsing remains a bottleneck best addressed by combining traditional tools like GROBID with task-adapted Large Language Models via hybrid routing.

Original authors: Yurui Zhu, Giovanni Colavizza, Matteo Romanello

Published 2026-03-17
📖 5 min read🧠 Deep dive

Original authors: Yurui Zhu, Giovanni Colavizza, Matteo Romanello

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to build a massive, global library where every book, article, and essay is connected to the other works it mentions. To do this, you need a robot that can read a document, find every single citation (the "shout-outs" to other works), and neatly file them away with the author's name, the title, the year, and the publisher.

This is the job of Reference Extraction and Parsing.

For a long time, the robots we built for this job were like highly trained librarians who only speak English and only read clean, modern textbooks. They work perfectly when the citations are at the very end of the book in a neat list. But they get completely confused when they encounter the messy reality of the Social Sciences and Humanities (SSH).

In the SSH world, citations are like hidden treasure maps:

  • They are buried in the footnotes (the tiny text at the bottom of the page).
  • They are written in different languages mixed together (English, German, Italian, etc.).
  • They use weird abbreviations and old-fashioned styles that change depending on the century or the country.

This paper is essentially a stress test for a new generation of robots: Large Language Models (LLMs). The authors wanted to see if these "super-smart AI brains" could handle the messy, multilingual, footnote-filled chaos of the SSH world better than the old, specialized robots.

Here is the breakdown of their findings using some simple analogies:

1. The Three Test Tracks

The authors didn't just test on one type of document. They built a "driving course" with three different terrains:

  • CEX (The Highway): Clean, English journal articles. This is the easy lane where old robots usually do well.
  • EXCITE (The Off-Road): German and English documents with citations hidden in footnotes, mixed layouts, and abbreviations. This is the muddy, bumpy terrain.
  • LinkedBooks (The Jungle): Humanities references with wild stylistic variations and many languages. This is the dense, confusing jungle.

2. The Contenders

  • The Old Guard (GROBID): Think of this as a specialized forklift. It is incredibly fast and efficient at moving standard boxes (clean English citations). But if you give it a box that is the wrong shape, wrapped in tape, or written in a foreign language, it drops it.
  • The New Kids (LLMs like DeepSeek, Mistral, Qwen): Think of these as versatile Swiss Army knives. They are generalists. They can read almost anything, understand context, and handle multiple languages. But, they can sometimes get "distracted" or make up facts if not guided carefully.

3. The Results: Who Won?

The "Finding" Task (Extraction):

  • The Analogy: Finding the citations in the text.
  • The Result: The big AI models (LLMs) are like metal detectors. Once they are big enough, they find almost everything. Whether it's a clean list or a footnote, they spot the citations easily. The old forklift (GROBID) is okay here, but the AI is more reliable in the messy stuff.

The "Filing" Task (Parsing):

  • The Analogy: Taking the found citation and breaking it down into "Author," "Title," "Date."
  • The Result: This is where the old forklift (GROBID) shines only on its home turf (clean English). But as soon as you move to the "Off-Road" or "Jungle" (German footnotes, mixed languages), the forklift breaks down.
  • The AI models are much better at this. They are like multilingual translators who can figure out that "Ebd." in a German footnote means "Ibid." (the same source) and file it correctly.

The "Full Job" (End-to-End):

  • The Analogy: Doing the whole job from start to finish without help.
  • The Result: The AI models are generally more robust, but they have a weakness: they get tired. If the document is huge, the AI might start hallucinating or cutting off its answer mid-sentence (like a student running out of time on an exam). The forklift is faster but less flexible.

4. The Secret Weapons

The authors discovered two ways to make the AI even better:

  • LoRA (The "Specialized Training"):
    Imagine taking a generalist AI and giving it a crash course specifically on "How to read Humanities footnotes." This is called LoRA. It's like giving the Swiss Army knife a specialized attachment for opening wine bottles.

    • Result: A small amount of this training made the AI significantly better at handling the messy SSH documents, often beating the specialized forklift.
  • Segmentation (The "Chunking" Strategy):
    Instead of asking the AI to read a 100-page book in one go (which makes it dizzy), the authors broke the book into small chapters.

    • Result: This is like asking a student to read one page, summarize it, and then move to the next. It prevents the AI from getting overwhelmed and makes the final result much more accurate.

5. The Final Verdict: The Hybrid Approach

The paper concludes that we shouldn't just pick one robot. We should build a Smart Traffic System (Routing):

  • Scenario A: You have a clean, English PDF with a bibliography at the end.
    • Action: Send it to the Forklift (GROBID). It's fast, cheap, and perfect for this job.
  • Scenario B: You have a messy, multilingual document with footnotes everywhere.
    • Action: Send it to the Trained AI (LLM with LoRA). It's slower, but it won't drop the ball.

In a nutshell:
The old tools are great for the "clean" world, but the Social Sciences and Humanities are messy. The new AI tools are flexible enough to handle that mess, especially if we give them a little bit of specialized training and break the big jobs into smaller pieces. The future isn't about choosing one tool; it's about building a smart system that knows exactly which tool to use for which job.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →