paper-with-me

Papers

Language Ranker: A Metric for Quantifying LLM Performance Across High and Low-Resource Languages

2024-04-17 · Zihao Li, Yucheng Shi, Zirui Liu, Fan Yang, Ali Payani, Ninghao Liu, Mengnan Du

The development of Large Language Models (LLMs) relies on extensive text corpora, which are often unevenly distributed across languages. This imbalance results in LLMs performing significantly better on high-resource languages like English, German, and French, while their capabilities in low-resource languages remain inadequate. Currently, there is a lack of quantitative methods to evaluate the performance of LLMs in these low-resource languages. To address this gap, we propose the Language Ranker, an intrinsic metric designed to benchmark and rank languages based on LLM performance using internal representations. By comparing the LLM's internal representation of various languages against a baseline derived from English, we can assess the model's multilingual capabilities in a robust and language-agnostic manner. Our analysis reveals that high-resource languages exhibit higher similarity scores with English, demonstrating superior performance, while low-resource languages show lower similarity scores, underscoring the effectiveness of our metric in assessing language-specific capabilities. Besides, the experiments show that there is a strong correlation between the LLM's performance in different languages and the proportion of those languages in its pre-training corpus. These insights underscore the efficacy of the Language Ranker as a tool for evaluating LLM performance across different languages, particularly those with limited resources.

📄 PDF Abstract BibTeX arXiv:2404.11553

Code (1)

lizh9885/language-ranker 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Language Model Re-rankers are Steered by Lexical Similarities

2025-02-24 · Lovisa Hagström, Ercong Nie, Ruben Halifa, Helmut Schmid 외

Language model (LM) re-rankers are used to refine retrieval results for retrieval-augmented generation (RAG). They are more expensive than lexical matching methods like BM25 but assumed to better process semantic informa…

Language ModelingLanguage ModellingRAGRetrieval+1

Tool-Adaptive LLM Reranker

2026-07-12 · Zichuan Liu, Ruijin Hua arxiv

Generative Large Language Models (LLMs) have revolutionized information retrieval, yet their strictly parametric nature frequently leads to severe factual hallucinations when confronted with complex queries beyond their …

Reinforcement LearningInformation Retrieval

LAMAR: An Open Language-Aware Multilingual Alignment Reranker

2026-07-24 · Seongtae Hong, Youngjoon Jang, Jungseob Lee, Seungyoon Lee 외 hf

In multilingual retrieval augmented generation, a retriever can retrieve relevant documents written in multiple languages, which are subsequently reranked before answer generation. However, it remains unclear whether exi…

Answer Generation

Discrete Prompt Optimization via Constrained Generation for Zero-shot Re-ranker

2023-05-23 · Sukmin Cho, Soyeong Jeong, Jeongyeon Seo, Jong C. Park

Re-rankers, which order retrieved documents with respect to the relevance score on the given query, have gained attention for the information retrieval (IR) task. Rather than fine-tuning the pre-trained language model (P…

Information RetrievalLanguage ModelingLanguage ModellingRe-Ranking+1

Efficiency-Effectiveness Reranking FLOPs for LLM-based Rerankers

2025-07-08 · Zhiyuan Peng, Ting-Ruen Wei, Tingyu Song, Yilun Zhao 외

Large Language Models (LLMs) have recently been applied to reranking tasks in information retrieval, achieving strong performance. However, their high computational demands often hinder practical deployment. Existing stu…

Information RetrievalReranking