← Latest papers
💬 NLP

Information Representation Fairness in Long-Document Embeddings: The Peculiar Interaction of Positional and Language Bias

This paper identifies systematic positional and language biases in long-document embeddings where early and high-resource language segments are over-represented, and proposes a permutation-based evaluation framework alongside an inference-time attention calibration method to mitigate these issues and improve the discoverability of all document parts.

Original authors: Elias Schuhmacher, Andrianos Michail, Juri Opitz, Rico Sennrich, Simon Clematide

Published 2026-04-21
📖 4 min read☕ Coffee break read

Original authors: Elias Schuhmacher, Andrianos Michail, Juri Opitz, Rico Sennrich, Simon Clematide

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

The Problem: The "First Page" Bias

Imagine you have a long, multi-page newspaper. On page 1, there's a story about a local cat. On page 50, there's a story about a new space telescope. On page 100, there's a recipe for spicy curry.

Now, imagine you have a super-smart robot librarian (an AI embedding model) whose job is to read this whole newspaper and create a single "summary card" (an embedding) for it. This card is supposed to capture everything in the paper so that if you ask the robot, "Do you have a recipe for curry?" it can find the newspaper.

The Bad News: The paper found that these robot librarians are terrible at fairness. They are obsessed with the first page.

  • If the curry recipe is on page 100, the robot barely notices it. The "summary card" is almost entirely about the cat on page 1.
  • If you ask the robot for the curry, it says, "I don't have that," even though it's right there in the document.
  • It's like a person who listens to the first sentence of a story and then stops paying attention for the next 99 sentences.

The paper calls this Positional Bias. The robot treats information based on where it is, not what it is.

The Second Problem: The "English" VIP Pass

The researchers also found that the robot has a favorite language. It loves English (and to a lesser extent, Chinese).

Imagine the newspaper has an article in English on page 50 and an article in Hindi on page 51.

  • Even though the Hindi article is later, the robot still gives it some attention because it's English.
  • But if the English article is on page 1 and the Hindi article is on page 50, the robot ignores the Hindi article completely.
  • It's like a bouncer at a club who lets the VIPs (English speakers) in easily, but makes everyone else wait in line, and if they are at the back of the line, they never get in.

Why Does This Happen? (The "Spotlight" Analogy)

The researchers looked inside the robot's brain (its attention mechanism) to see why this happens.

Think of the robot's attention like a flashlight shining on the text.

  • The Flaw: The flashlight is broken. It shines blindingly bright on the very first few words of the document. As the text goes on, the light gets dimmer and dimmer until the end of the document is in total darkness.
  • Because the robot only "sees" the bright part, it thinks the beginning of the document is the only thing that matters. This is why the first segment gets all the credit, and the rest gets ignored.

The Solution: The "Fairness Filter"

The authors didn't just point out the problem; they built a fix. They call it Inference-Time Attention Calibration.

Think of this as putting a diffuser or a soft filter over the robot's broken flashlight.

  • Before: The flashlight was a laser beam hitting only the start.
  • After: The filter spreads the light out evenly across the whole document. Now, the robot gives equal "spotlight" to the cat on page 1, the space telescope on page 50, and the curry recipe on page 100.

This fix doesn't require retraining the robot (which would be expensive and slow). It just changes how the robot looks at the text while it is reading it.

The Results: A Fairer World

When they tested this new "Fairness Filter":

  1. The "Lost" Content was Found: The robot suddenly started remembering the stories from the back of the newspaper.
  2. Language Bias Reduced: The robot stopped ignoring non-English articles just because they were at the end.
  3. No Harm Done: The robot didn't forget the first page; it just started paying attention to the rest of the pages, too.

Why Should You Care?

This matters because these "robot librarians" are the backbone of modern search engines and AI assistants (like the ones used in RAG systems).

  • If you are a lawyer searching a 100-page contract, you don't want the AI to only tell you about the first paragraph. You need to know about the fine print on page 90.
  • If you are a historian searching through old newspapers in different languages, you don't want the AI to only show you the English articles.

In short: This paper proves that current AI search tools are biased toward the beginning of documents and English text. But, they also showed us a simple, free way to fix the robot's "flashlight" so it can see the whole picture, not just the front page.

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 →