← Latest papers
💬 NLP

PASH at TREC 2021 Deep Learning Track: Generative Enhanced Model for Multi-stage Ranking

This paper presents PASH's participation in the TREC 2021 Deep Learning Track, detailing a multi-stage ranking framework that integrates sparse and dense retrieval, continual pre-training for point-wise and pair-wise ranking, and the novel incorporation of the generative T5 model to improve performance over the previous year.

Original authors: Yixuan Qiao, Shanshan Zhao, Jun Wang, Hao Chen, Tuozhen Liu, Xianbin Ye, Xin Tang, Rui Fang, Peng Gao, Wenfeng Xie, Guotong Xie

Published 2026-02-06
📖 4 min read☕ Coffee break read

Original authors: Yixuan Qiao, Shanshan Zhao, Jun Wang, Hao Chen, Tuozhen Liu, Xianbin Ye, Xin Tang, Rui Fang, Peng Gao, Wenfeng Xie, Guotong Xie

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 running a massive library with millions of books (documents) and billions of pages (passages). Every day, thousands of people walk in asking very specific questions. Your job is to find the exact page or book that answers their question and put it right at the top of the list.

This paper describes how a team called PASH entered a high-stakes competition (TREC 2021) to see who could build the best "librarian" for this job. Here is how they did it, explained simply:

1. The Two-Step Search Strategy (Recall Stage)

Before the librarian can decide which answer is the best, they first need to gather a big pile of possible answers. PASH used a "two-pronged" approach to gather these candidates:

  • The Keyword Hunter (Sparse Retrieval): Think of this as a librarian who only looks at the exact words on the page. If you ask for "apple," they find pages with the word "apple." To make this smarter, they used a robot (T5) that reads a page and writes down a list of questions that page might answer. This helps the keyword hunter find pages even if the user didn't use the exact right words.
  • The Concept Reader (Dense Retrieval): This is a librarian who understands the meaning behind the words. Even if you ask about "fruit" and the page says "red delicious," this librarian knows they match. PASH used a system called ColBERT for this, which is great at understanding context without getting bogged down by speed issues.

By combining these two, they cast a wide net to make sure they didn't miss any good answers.

2. The Sorting Lineup (Multi-Stage Ranking)

Once they had a big pile of potential answers, they needed to sort them from "best" to "worst." They did this in two rounds:

  • Round 1 (The Point-by-Point Check): They looked at each answer individually and asked, "How good is this answer on its own?" They used powerful AI models (like BERT and XLNet) that had been trained on general knowledge and then fine-tuned on the specific library data.
  • Round 2 (The Head-to-Head Match): This was a new trick for them. Instead of just grading each answer alone, they started comparing answers directly against each other. "Is Answer A better than Answer B?" This allowed them to use much more data to train their sorter, making it much sharper.

3. The New Super-Tool (The Generative Model)

The biggest change from last year's competition was introducing a new, massive AI model called T5.

  • The Analogy: Imagine the previous models were like expert students who memorized the library catalog. The new T5 model is like a genius who can actually write a summary of the answer from scratch.
  • The Result: This "generative" model was so powerful that it could often find the perfect answer in the very top 5 results (Top 5) without needing to look further. However, the paper notes that while it was great at finding the very best answer quickly, it wasn't as perfect at sorting the rest of the list (Top 10) compared to the older models.

4. The Teamwork (Ensemble)

Finally, instead of relying on just one librarian, PASH trained several different versions of their sorting system with slight variations (like giving them different random starting points). They then combined the opinions of all these librarians to make the final decision. This "team vote" usually leads to a more accurate result than any single librarian could achieve alone.

The Bottom Line

The team found that mixing the "keyword hunter" with the "concept reader" worked very well. They also discovered that using the new "generative" T5 model helped them find the absolute best answers very quickly, but they realized that for the future, they need to teach these generative models how to sort the entire list better, not just pick the top winner.

In short: They built a super-librarian that uses two different search methods to find candidates, then uses a team of AI models (including a new "writer" AI) to vote on the best answer, resulting in a very high score in the competition.

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 →