paper-with-me

홈 › Papers

Language Model Augmented Relevance Score

2021-08-19 · ACL 2021 5 · Ruibo Liu, Jason Wei, Soroush Vosoughi

Although automated metrics are commonly used to evaluate NLG systems, they often correlate poorly with human judgements. Newer metrics such as BERTScore have addressed many weaknesses in prior metrics such as BLEU and ROUGE, which rely on n-gram matching. These newer methods, however, are still limited in that they do not consider the generation context, so they cannot properly reward generated text that is correct but deviates from the given reference. In this paper, we propose Language Model Augmented Relevance Score (MARS), a new context-aware metric for NLG evaluation. MARS leverages off-the-shelf language models, guided by reinforcement learning, to create augmented references that consider both the generation context and available human references, which are then used as additional references to score generated text. Compared with seven existing metrics in three common NLG tasks, MARS not only achieves higher correlation with human reference judgements, but also differentiates well-formed candidates from adversarial samples to a larger degree.

📄 PDF Abstract BibTeX arXiv:2108.08485

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modellingmodelnlg evaluation

Similar Papers 제목 키워드 기반

Retrieval-Augmented Neural Response Generation Using Logical Reasoning and Relevance Scoring

2023-10-20 · Nicholas Thomas Walker, Stefan Ultes, Pierre Lison

Constructing responses in task-oriented dialogue systems typically relies on information sources such the current dialogue state or external databases. This paper presents a novel approach to knowledge-grounded response …

Logical ReasoningResponse GenerationRetrievalTask-Oriented Dialogue Systems

RAG-Fusion: a New Take on Retrieval-Augmented Generation

2024-01-31 · Zackary Rackauckas

Infineon has identified a need for engineers, account managers, and customers to rapidly obtain product information. This problem is traditionally addressed with retrieval-augmented generation (RAG) chatbots, but in this…

RAGRerankingRetrievalRetrieval-augmented Generation

UniMS-RAG: A Unified Multi-source Retrieval-Augmented Generation for Personalized Dialogue Systems

2024-01-24 · Hongru Wang, WenYu Huang, Yang Deng, Rui Wang 외

Large Language Models (LLMs) has shown exceptional capabilities in many natual language understanding and generation tasks. However, the personalization issue still remains a much-coveted property, especially when it com…

RAGResponse GenerationRetrievalRetrieval-augmented Generation

Fine-grained Late-interaction Multi-modal Retrieval for Retrieval Augmented Visual Question Answering

2023-09-29 · NeurIPS 2023 11 · Weizhe Lin, Jinghong Chen, Jingbiao Mei, Alexandru Coca 외

Knowledge-based Visual Question Answering (KB-VQA) requires VQA systems to utilize knowledge from external knowledge bases to answer visually-grounded questions. Retrieval-Augmented Visual Question Answering (RA-VQA), a …

Image to textPassage RetrievalQuestion AnsweringRetrieval+2

Enhanced Retrieval of Long Documents: Leveraging Fine-Grained Block Representations with Large Language Models

2025-01-28 · Minghan Li, Eric Gaussier, Guodong Zhou

In recent years, large language models (LLMs) have demonstrated exceptional power in various domains, including information retrieval. Most of the previous practices involve leveraging these models to create a single emb…

Information RetrievalRAGRetrievalRetrieval-augmented Generation