CLAIJul 6, 2022

The Role of Complex NLP in Transformers for Text Ranking?

arXiv:2207.02522v110 citationsh-index: 44
Originality Incremental advance
AI Analysis

This addresses a fundamental question in NLP about what drives BERT's ranking success, with implications for model design and evaluation, though it is incremental in clarifying existing mechanisms.

The paper investigates whether syntactic understanding is key to BERT's effectiveness in text ranking by disrupting input order and position information, finding that performance remains comparable, indicating syntax is not critical.

Even though term-based methods such as BM25 provide strong baselines in ranking, under certain conditions they are dominated by large pre-trained masked language models (MLMs) such as BERT. To date, the source of their effectiveness remains unclear. Is it their ability to truly understand the meaning through modeling syntactic aspects? We answer this by manipulating the input order and position information in a way that destroys the natural sequence order of query and passage and shows that the model still achieves comparable performance. Overall, our results highlight that syntactic aspects do not play a critical role in the effectiveness of re-ranking with BERT. We point to other mechanisms such as query-passage cross-attention and richer embeddings that capture word meanings based on aggregated context regardless of the word order for being the main attributions for its superior performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes